LinuxMCE Forums

General => Users => Topic started by: mkbrown69 on March 06, 2014, 07:36:10 PM

Title: Proxy Orbiter crashing (Re: web orbiter refresh)
Post by: mkbrown69 on March 06, 2014, 07:36:10 PM
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
Title: Re: Proxy Orbiter crashing (Re: web orbiter refresh)
Post by: tschak909 on March 10, 2014, 04:26:23 PM
Yes.

-Thom
Title: Re: Proxy Orbiter crashing (Re: web orbiter refresh)
Post by: Marie.O on March 10, 2014, 05:01:24 PM
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.
Title: Re: Proxy Orbiter crashing (Re: web orbiter refresh)
Post by: mkbrown69 on March 11, 2014, 04:21:47 AM
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