login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Submitted by : (unknown) at: 2007-11-17T22:28:18-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

I just installed Axiom Silver (looks like 2006-09-14 from the ChangeLog?). I am cycling through the HyperDoc menu looking for simple gotchas, and this is the first one I've found. When I tried to do a 3D plot with the defaults

draw(exp(cos(x-y)-sin(x*y))-2,x=-5..5,y=-5..5)

the interpreter printed the message:

   >> System error:
   Cannot create the file /tmp/gazonk0.fn.

A carriage return gets the interpreter back, and HyperDoc is still active

gazonk again --billpage, Mon, 18 Dec 2006 09:47:23 -0600 reply
The "gazonk" files are created when the interpreter tries to compile the argument to draw as a Lisp function. The error message that you observe can be generated in the case that gazonk file remain in the /tmp directory that were created by another user on your system for which you do not have the right to delete (e.g. If you were previously testing using root by now are using a non-privileged account.) These files should normally be automatically deleted but in some cases Axiom seems to carelessly or accidently leave them lying around in the the /tmp directory.

Try to correct this problem by signing on as root and removing all temporary files:

  rm /tmp/*

Status: open => fix proposed




  Subject:   Be Bold !!
  ( 14 subscribers )  
Please rate this page: