jd68 wrote: 
> You probably have not just killed the jivelite process but also the
> shell script that controls its startup and spossible restarts.
> 
> > 
Code:
--------------------
  >   > ~$ ps -eaf | grep jivelite
  > root      5852     1  0 Feb09 ?        00:00:00 /bin/sh 
/opt/jivelite/bin/jivelite.sh
  > root      7751  5852  1 Feb09 ?        00:35:03 /opt/jivelite/bin/jivelite
--------------------
> > 
> 
> You could try to kill only the process '/opt/jivelite/bin/jivelite':
> > 
Code:
--------------------
  >   > 0 2 1,16 * * /usr/bin/pkill -x /opt/jivelite/bin/jivelite
--------------------
> > 
That seems to have done the trick and the display is fine this morning.
:-)
As a matter of interest, why only restart it twice a month?


------------------------------------------------------------------------
mr-b's Profile: http://forums.slimdevices.com/member.php?userid=10044
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to