News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Proxy Orbiter crashing (Re: web orbiter refresh)

Started by mkbrown69, March 06, 2014, 07:36:10 PM

Previous topic - Next topic

mkbrown69

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

tschak909


Marie.O

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.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

mkbrown69

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