Re: Axiom does not start

root <[email protected]> Thu, 11 Dec 2008 09:51:22 -0500
Newsgroups gmane.comp.mathematics.axiom.user
Message-ID <[email protected]>
Fabio,

The problem is that you have randomize_va_space enabled.
This causes the image to fail on startup.

either:

(a) become root and do:

echo 0 >/proc/sys/kernel/randomize_va_space

or (b)

launch with 

setarch i386 -R axiom

This should be fixed in the next release.

Tim