bud77 wrote:Why did you edited the crontab ? There is no reason to, and this is why the status is wrong in package center
For the users, it is weird, did you check the /etc/passwd ?
And for the shutdown, this is not really due to package, but the programs itself. It seems it is preventing umount of /volume1, since it's in use by the programs
You must create a shutdown script, and put it in the shutdown sequence folder
(but this is also weird, since normal shutdown does not prevent umount ...)
I edited CRONTAB because I was told to do so
Here is what I did:
- Code: Select all
15 9 * * * root /bin/sh /var/packages/sabnzbd/scripts/start-stop-status start
30 9 * * * root /bin/sh /var/packages/sickbeard/scripts/start-stop-status start
25 9 * * * root /bin/sh /var/packages/couchpotatoserver/scripts/start-stop-status start
30 21 * * * root /bin/sh /var/packages/couchpotatoserver/scripts/start-stop-status stop
30 11 * * * root /bin/sh /var/packages/sickbeard/scripts/start-stop-status stop
30 23 * * * root /bin/sh /var/packages/sabnzbd/scripts/start-stop-status stop
I check on google and found this about scripts. Is it was I am supposed to do? I checked the code and I don't see where I should put the time I want them to start/stop...
[url]http://www.[Please control your language].com/2011/07/synology-startstop-init-d-scripts-for-sabnzbd-sickbeard-and-couchpotato/
[/url]
(replace control your language by checkthiss**tout.com where **=hi)
Regarding the /etc/passwd issue. Everything looks fine I think:
- Code: Select all
couchpotatoserver:x:101:100:CouchPotato Server User:/usr/local/couchpotatoserver/var:/bin/sh
sabnzbd:x:100:100:SABnzbd User:/usr/local/sabnzbd/var:/bin/sh
sickbeard:x:102:100:SickBeard User:/usr/local/sickbeard/var:/bin/sh
Seb




