Hi!
Configuration:
If I let xbmc open for a few days at idle, at the welcome screen on my HTPC/ZFS file server and then start playing a video, it's not smooth. Every couple of seconds it stops for a fraction of a second and then it goes on.
Reinstalling xbmc didn't help, what helps is if I kill xbmc and open it up again, works like a charm!
What I'm having trouble with, is restarting xbmc via crontab every night at 2 AM.
I can kill it via pkill
but I can't make it start, I've tried:
I wrote a simple script that was run by cron and it managed to kill xbmc but not start it.
I thank you in advance for your support.
Configuration:
- 9.1 64-bit, default kernel
- Nvidia drivers as per the handbook
- X.Org on startup
- Xfce desktop manager
If I let xbmc open for a few days at idle, at the welcome screen on my HTPC/ZFS file server and then start playing a video, it's not smooth. Every couple of seconds it stops for a fraction of a second and then it goes on.
Reinstalling xbmc didn't help, what helps is if I kill xbmc and open it up again, works like a charm!
What I'm having trouble with, is restarting xbmc via crontab every night at 2 AM.
I can kill it via pkill
Code:
0 2 * * * pkill xbmc.bin
Code:
1 2 * * * xbmc
1 2 * * * /usr/local/bin/xbmc
I wrote a simple script that was run by cron and it managed to kill xbmc but not start it.
I thank you in advance for your support.