Hi, We actually run into the same problem. Sage process need $HOME for 2 cases - 1) cython compilation 2) access to DATA - e.g. uploaded by UI. We simply mounted $HOME over a cluster....
the best mk On Wednesday, March 28, 2012 11:19:55 PM UTC+2, Maarten Derickx wrote: > > Dear All, > > I've setup my own sage server (running sage 4.8 on debian) with two > accounts. One called "sagerunner" wich actually runs the notebook and one > called sageslave wich runs the calculations. To be more precise notebook is > started with the argument server_pool=["sageslave@localhost"]. But when I > try to use %cython in a cell I get: > > Traceback (click to the left of this block for traceback) > ... > IOError: [Errno 13] Permission denied: > '/home/sagerunner/.sage/sage_notebook.sagenb/home/maarten/9/code/sage5.s\ > pyx' > > > > Wich is because the user sageslave doesn't have acces to that place (and he > indeed should not need to acces that place since it might even be on a > different host!). I was wondering, is this a problem with my setup or a > genuine notebook bug? > > -- 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 URL: http://www.sagemath.org
