On 5/28/07, mabshoff <[EMAIL PROTECTED]> wrote: > On May 28, 5:11 pm, Marshall Hampton <[EMAIL PROTECTED]> wrote: > > This is more of a unixy process control question but I am applying it > > to sage. > > > > I would like to start a notebook on my office machine while I am at a > > conference. I tried logging in with ssh, starting the notebook, > > suspending it with ctrl-z, and then putting the suspended process in > > the background with bg. This didn't really work, although I could > > still restart the notebook server with a browser. I could figure this > > out eventually but I am hoping someone reading this list already knows > > how to do this. > > There are several options: > > 1) use screen - see www.gnu.org/software/screen/ > 2) use nohup - see man nohup > 3) use disown - see http://www.faqs.org/docs/bashman/bashref_79.html > > All have their specific advantages, I would just go with screen. > > It might be worthwhile to offer an option for SAGE to demonize itself.
That's a great idea; I've added it as http://www.sagemath.org:9002/sage_trac/ticket/381 Any thoughts on how, e.g., sage -notebookdaemon or ?? Also, how to implement it. I.e., could you be more precise about what it means to "demonize SAGE"? william --~--~---------~--~----~------------~-------~--~----~ 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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
