> OK, I have a box w/o keyboard or mouse on my small private network that boots
> as a designated user to x and calls netscape from the .bashrc file for that
> user. Netscape displays Big Brothers System Status Index page so I can monitor
> my system. The problem is that some times Netscape locks and doesn't
> start. I have been removing the lock file and rebooting the box via telnet but
> am wondering if there is anyway to restart X via telnet so I don't have to
> reboot?

Sure, but first you have to kill X.  Then type startx from the telnet
session.  Of course this means that netscape/X will run as whatever user
your telnet session is logged in as.  And furthermore you may have to nohup
it and redirect it's output so that you can disconnection without stopping
it also.  Something like this should do:

nohup startx > /dev/null 2>&1 &

You might also have to set DISPLAY=:0
And you might still have trouble with the ICEauthority thingy for X
(I'm-not-too-familiar-with-and-so-if-you-have-trouble-you'll-have-to-ask-someone-else-:)
 
> TIA
> Steve


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to