Search found 7 matches

by dan
Tue Jul 08, 2008 1:19 pm
Forum: Common Lisp
Topic: SBCL on hardened Linux with PaX
Replies: 9
Views: 27783

Re: SBCL on hardened Linux with PaX

No response :/
by dan
Tue Jul 01, 2008 8:23 pm
Forum: Common Lisp
Topic: What are you doing in Common Lisp lately?
Replies: 26
Views: 64253

Re: What are you doing in Common Lisp lately?

I'm writing a Go (http://en.wikipedia.org/wiki/Go_(board_game)) AI for a competition with some friends.
(http://ai.mindstab.net)
I'm also trying to get it installed on a hardened PaX linux server so I can play around with it on the web.
by dan
Mon Jun 30, 2008 1:18 am
Forum: Common Lisp
Topic: SBCL on hardened Linux with PaX
Replies: 9
Views: 27783

Re: SBCL on hardened Linux with PaX

ha, ah, ok, I'll look into that then :)
by dan
Sun Jun 29, 2008 7:41 pm
Forum: Common Lisp
Topic: SBCL on hardened Linux with PaX
Replies: 9
Views: 27783

Re: SBCL on hardened Linux with PaX

Awesome, thanks. The full environment is a hardened Gentoo box. I wrote a quick setuid script turn off all pax features of a binary and have tweeked the ebuild to run it on the binary it uses to compile the cold core and to run it on the generated binary, and then I turned on a vanilla GCC profile i...
by dan
Sun Jun 29, 2008 3:52 pm
Forum: Common Lisp
Topic: SBCL on hardened Linux with PaX
Replies: 9
Views: 27783

Re: SBCL on hardened Linux with PaX

Yep, and I can do that on precompield binaries and they work fine. But either the binary my system is compiling is still defective in some subtle way even after also turning off memory randomization for it, or the cold core file that is being generated for it by the binary SBCL is messed up. Either ...
by dan
Sun Jun 29, 2008 10:00 am
Forum: Common Lisp
Topic: SBCL on hardened Linux with PaX
Replies: 9
Views: 27783

SBCL on hardened Linux with PaX

I run a server with PaX and grsecurity but lately I've been wanting to do a web lisp project. Sadly SBCL really doesn't get along with memory randomization. I've downloaded the binaries off off the site and I can use paxctl to turn it off for them and then they run just fine, so that's a start, but ...
by dan
Sun Jun 29, 2008 9:56 am
Forum: Common Lisp
Topic: Lisp primitives?
Replies: 9
Views: 28567

Re: Lisp primitives?

Yeah, after reading http://www.findinglisp.com/blog/2008/06 ... guage.html I too have added this to my todo list, and this is a helpful reference.