Page 1 of 1

Unrar fails

Posted: August 6th, 2008, 10:36 pm
by h0ju
I get the following error with all attempted unrars. "Missing expected file: /usr/bin/nice: None: No such file or directory => unrar error?" anybody know why?

Re: Unrar fails

Posted: August 7th, 2008, 2:38 am
by shypike
Install the "nice" program on your system.
It's a CPU-load regulation utility and should be present on every Linux/Unix system.

Re: Unrar fails

Posted: August 7th, 2008, 10:17 am
by sander
I wonder: which Linux has no nice installed?  ???

OP, please let us know.

Re: Unrar fails

Posted: August 7th, 2008, 12:54 pm
by Shadowtester
Debian Etch 4.0r4 64bit server nice not installed

Ubuntu 7.10 64bit server nice not installed

Kubuntu 8.04 64 bit desktop nice installed

Here is a little info about linux distributions with and without nice

Re: Unrar fails

Posted: August 7th, 2008, 1:03 pm
by sander
Shadowtester wrote: Debian Etch 4.0r4 64bit server nice not installed

Ubuntu 7.10 64bit server nice not installed

Kubuntu 8.04 64 bit desktop nice installed

Here is a little info about linux distributions with and without nice
Strange: my Ubuntu 8.04 64-bit has nice installed (see below). I'm almost 100% sure it's installed by default.

Code: Select all

sander@ubuntu804:~$ uname -a
Linux ubuntu804 2.6.24-19-generic #1 SMP Fri Jul 11 21:01:46 UTC 2008 x86_64 GNU/Linux
sander@ubuntu804:~$ which nice
/usr/bin/nice
sander@ubuntu804:~$

Re: Unrar fails

Posted: August 7th, 2008, 1:31 pm
by h0ju
Yeah it was already installed, that wasn't the issue. Honestly I don't know what was wrong, I just decided to remove and redo sabnzbd and it worked. Thanks for the help anyway guys :)

Re: Unrar fails

Posted: August 8th, 2008, 8:42 am
by Shadowtester
sander wrote:
Shadowtester wrote: Debian Etch 4.0r4 64bit server nice not installed

Ubuntu 7.10 64bit server nice not installed

Kubuntu 8.04 64 bit desktop nice installed

Here is a little info about linux distributions with and without nice
Strange: my Ubuntu 8.04 64-bit has nice installed (see below). I'm almost 100% sure it's installed by default.

Code: Select all

sander@ubuntu804:~$ uname -a
Linux ubuntu804 2.6.24-19-generic #1 SMP Fri Jul 11 21:01:46 UTC 2008 x86_64 GNU/Linux
sander@ubuntu804:~$ which nice
/usr/bin/nice
sander@ubuntu804:~$
Yea my Kubuntu 8.04 desktop install has nice installed by default however my Ubuntu 7.10 installs were minimal Server Edition installs and the Debian 4.0r4 is also a minimal Server install so that could explain why nice was not installed.