Hi Folks!
Not to hijack the thread; is the web orbiter code also used for the Proxy Orbiters (like for Roaming Orb)? I have problems with those just dying, and having to reboot the core to get them to work. Happens in both 10.04 and 12.04.
Now back to your regularly scheduled discussion thread... ;)
/Mike
Yes.
-Thom
Mike,
no need to restart. Instead use this little snipped in a small BASH script:
#!/bin/bash
kill -KILL `ps ax|grep Proxy_Orbiter|grep log|cut -b1-5`
Works a treat for me.
Quote from: posde on March 10, 2014, 05:01:24 PM
#!/bin/bash
kill -KILL `ps ax|grep Proxy_Orbiter|grep log|cut -b1-5`
Works a treat for me.
Sweeeeet! Worked like a treat for me too! That restarts them properly; now to figure out what's breaking them in the first place...
Thanks Posde! Much appreciated!
/Mike