Hi Michael, the version is sage-3.2.3 on Ubuntu 8.04 LTS Server and I started the notebook using the script notebook.py with sage notebook.py > notebook.log 2>&1 &
notebook.py includes: from sage.all import * notebook(directory='/home/sagefiles', port=8000, accounts=True, address='', ulimit='-u 100 -v 300000 -t 3600', open_viewer=False, timeout=120, secure=True, server_pool=['nbu...@localhost']) nbuser is a member of group sageusers and /home/sagefiles is writeable to this group. The scrips runs as sageadm (a member of sageusers as well but not root) Sage is installed in /usr/local/sage and I copied sage to /usr/local/ bin including changing SAGE_ROOT="/usr/local/sage" (only there), the file sage in /usr/local/sage is untouched. I thought there is another option server_tmpdir of notebook() like directory is, but this was not working. I'm sorry not to know how to make an env dump, but if you can give me a hint I'll try my best :-) Karsten On 17 Feb., 19:34, mabshoff <[email protected] dortmund.de> wrote: > On Feb 17, 10:31 am, "karsten.jonas" <[email protected]> wrote: > > Hi Karsten, > > > Starting sage notebook causes the message > > No remote temporary directory (option server_tmpdir) specified, > > using /tmp/ on ... > > > The notebook works fine, but is there an option to define the tmp_dir > > or a file to modify just to avoid this message? > > How do you start the notebook? > > What version of Sage is this? > > Do you set SAGE_ROOT or any other env variable related to Sage? > > Could you post an env dump? > > > With regards > > > Karsten > > Cheers, > > Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
