Search found 2 matches
- February 27th, 2012, 4:58 am
- Forum: Debian/Ubuntu Package
- Topic: setting nice/ionice parameters causes unpacking to fail
- Replies: 2
- Views: 3627
Re: setting nice/ionice parameters causes unpacking to fail
I run sabnzbd with 'nice -n 5 ./sab.py -d -f config.ini', so the above configuration SHOULD work fine. I checked in htop, and the sab process has a niceness of 5 , so that seems to work ok //edit: example usenet@hostname:~$ nice -n 5 tail -f test & [1] 19937 usenet@hostname:~$ ps -eo pid,ni,pri,...
- February 26th, 2012, 5:48 pm
- Forum: Debian/Ubuntu Package
- Topic: setting nice/ionice parameters causes unpacking to fail
- Replies: 2
- Views: 3627
setting nice/ionice parameters causes unpacking to fail
Hi, I've got a problem with setting the nice/ionice parameters. As soon as I do, sabnzbd complains that unpacking failed ("An expected file has not been found"). I think my parameters are correct, I tried "-n 2" and "-n2" for nice. The relevant part of the Log: 2012-02-...