> > > I'm not sure what these users are for, and he never says. Do you > > understand this step? For your reference, the page is here: > > As Jason says, those are "slave" users that the notebook server process > uses. Try this: start up the notebook using the server_pool options and > nb1, nb2, etc users as on that page. In another terminal, do `ps ax' and > you'll see something like this: > > 4902 pts/1 S+ 0:00 ssh n...@localhost nohup sage -cleaner > 4904 pts/2 S+ 0:00 ssh -t n...@localhost ulimit -v 500000 -f 100000 > -u 10 > 4906 ? Ss 0:00 sshd: nb4 [priv] > 4907 pts/1 S+ 0:03 python > /opt/sage-3.2.3-pentiumM-ubuntu32bit-i686-Linu > > (and lots of other stuff, of course). The main notebook server process > has ssh'd to the nb4 account and is running a Sage process as that user. > That process does all the computation when you are using the notebook.
Got it! This makes sense now. And Jason convinced me to join this list. :) > Do let me (or the sage-support list) know if there's any confusion about > that wiki page, or if you have suggestions to make it better. I have two suggestions. 1. I had some confusion when I ran sage the first time, because it complained about permissions for creating some files. So I ran it with sudo in front, and it worked fine. Now thereafter, I can run it without sudo and it doesn't complain. So it seems the first run has to have privileges to make certain files?? 2. When I run sage start_notebook.sage it claims that nb1 cannot run the command sage (no such file or directory). I thought perhaps I had to add the sage path to that user's ~/.bashrc, but that did not fix the problem. Thus the whole "sage start_notebook.sage" fails in the end. Nathan --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---