Author Topic: Proxy Orbiter crashing (Re: web orbiter refresh)  (Read 2787 times)

mkbrown69

  • Guru
  • ****
  • Posts: 213
    • View Profile
Proxy Orbiter crashing (Re: web orbiter refresh)
« 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

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Proxy Orbiter crashing (Re: web orbiter refresh)
« Reply #1 on: March 10, 2014, 04:26:23 pm »
Yes.

-Thom

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Proxy Orbiter crashing (Re: web orbiter refresh)
« Reply #2 on: March 10, 2014, 05:01:24 pm »
Mike,

no need to restart. Instead use this little snipped in a small BASH script:

Code: [Select]
#!/bin/bash
kill -KILL  `ps ax|grep Proxy_Orbiter|grep log|cut -b1-5`

Works a treat for me.

mkbrown69

  • Guru
  • ****
  • Posts: 213
    • View Profile
Re: Proxy Orbiter crashing (Re: web orbiter refresh)
« Reply #3 on: March 11, 2014, 04:21:47 am »
Code: [Select]
#!/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