Search found 3 matches

by globaltree
Fri Aug 05, 2016 9:14 pm
Forum: Common Lisp
Topic: can sbcl run on a grsecurity hardened kernel?
Replies: 3
Views: 12026

can sbcl run on a grsecurity hardened kernel?

In an effort to harden a hunchentoot server, I rebuilt the kernel with the patch from https://grsecurity.net/ . This broke sbcl. Here's what happens when I try to open an repl: globaltree@lispbox:~$ sbcl mmap: Operation not permitted ensure_space: failed to validate 1040384 bytes at 0x20000000 (hint...
by globaltree
Fri Aug 05, 2016 9:52 am
Forum: Common Lisp
Topic: how to get clisp to use all available cpu cores
Replies: 3
Views: 9838

Re: how to get clisp to use all available cpu cores

Hello LispForum, and thanks for your responses. Sylwester, the reason I compile sbcl instead of using one of the 64-bit binaries already made, is because I use slackware's pkgtools (installpkg and removepkg) to personally manage by hand the packages on my system,(as it is a minimal system, and there...
by globaltree
Mon Jul 25, 2016 3:16 pm
Forum: Common Lisp
Topic: how to get clisp to use all available cpu cores
Replies: 3
Views: 9838

how to get clisp to use all available cpu cores

Hello Lisp World. Over remote ssh connection to a google-compute-engine instance, running slackware64-14.2, I am trying to build sbcl-1.3.6 from source, cross-compiling using clisp. Here's what I did: # wget --no-check-certificate https://sourceforge.net/projects/sbcl/files/sbcl/1.3.6/sbcl-1.3.6-sou...