Delay start of sabnzbd+ on Ubuntu (XBMC Live)
Posted: September 13th, 2009, 3:26 pm
I managed to auto-start sabnzbdplus on an ASrock installed with XBMC Live.
Could not have done this without the great help and howto's here.
But, I need to delay the start of sabnzbdplus.
It looks like the mounts aren't up when I start sabnzbdplus resulting in the following errors:
(/home/xbmc/nas is a mount to my nas)
They show up when I give the "sudo reboot" command, or on cold boot.
When I shutdown sabnzbdplus from the webinterface en start it again from the prompt in deamon mode ik get no errors.
I want to delay the startup of sabnzbdplus with a minute to test is this is the cause.
I nicer way is to make an if...then routine orso (if mounts are up, then start sabnzbdplus).
Could not have done this without the great help and howto's here.
But, I need to delay the start of sabnzbdplus.
It looks like the mounts aren't up when I start sabnzbdplus resulting in the following errors:
Code: Select all
2009-09-13 19:59:55,647 ERROR complete_dir directory: /home/xbmc/nas/Unzipt error accessing
2009-09-13 19:59:55,662 ERROR [sabnzbd.misc] Cannot create directory /home/xbmc/nas/nzb/Done
2009-09-13 19:59:55,664 ERROR dirscan_dir directory: /home/xbmc/nas/nzb error accessing
They show up when I give the "sudo reboot" command, or on cold boot.
When I shutdown sabnzbdplus from the webinterface en start it again from the prompt in deamon mode ik get no errors.
I want to delay the startup of sabnzbdplus with a minute to test is this is the cause.
I nicer way is to make an if...then routine orso (if mounts are up, then start sabnzbdplus).