On Dec 8, 2007 5:54 PM, wdbragg <[EMAIL PROTECTED]> wrote:
>
> Right now I have it as a symlink
>
> sager:/# ls -la /etc/rc2.d/S99startnotebook
> lrwxrwxrwx 1 root root 23 2007-12-08 13:10 /etc/rc2.d/S99startnotebook
> -> ../init.d/startnotebook
>
> and after I boot, here are the contents of nohup
Right now I have it as a symlink
sager:/# ls -la /etc/rc2.d/S99startnotebook
lrwxrwxrwx 1 root root 23 2007-12-08 13:10 /etc/rc2.d/S99startnotebook
-> ../init.d/startnotebook
and after I boot, here are the contents of nohup.out
The notebook files are stored in: //.sage//sage_notebook
Please
On Dec 8, 2007 4:50 PM, wdbragg <[EMAIL PROTECTED]> wrote:
>
> I can now ... I made it that far from when I typed the question and
> when you replied.
>
> Now the script is runnable ... I can type (as root) "/etc/init.d/
> startnotebook" and the server will spring to life.
>
> But, when I reboot,
If you wanted to restart a running notebook server, from a script,
what would you do?
How do you kill it?
On Dec 8, 4:22 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Dec 8, 2007 3:51 PM, wdbragg <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > William,
>
> > I have been trying for hours to get the
I can now ... I made it that far from when I typed the question and
when you replied.
Now the script is runnable ... I can type (as root) "/etc/init.d/
startnotebook" and the server will spring to life.
But, when I reboot, it does not work correctly. The nohup.out file is
created, but is a zero
On Dec 8, 2007 3:51 PM, wdbragg <[EMAIL PROTECTED]> wrote:
>
> William,
>
> I have been trying for hours to get the notebook server to start
> automatically using init scripts.
> I am trying the method you posted earlier in this list.
>
> ( All of this is on a fresh install of debian etch )
>
> I