Page 2 of 2

Re: Repair says 100% but not working

Posted: January 23rd, 2009, 10:07 am
by kanarie2007
When you enable the Dag Wieers repro, cheetah and unrar can be installed by yum.

Enable the rpmforge repro:
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpm ... f.i386.rpm

Install packages:
yum install python-cheetah unrar

Re: Repair says 100% but not working

Posted: January 23rd, 2009, 12:32 pm
by shypike
Thanks, I added it to the Wiki-page.

Re: Repair says 100% but not working

Posted: January 29th, 2009, 9:15 am
by kanarie2007
In the wiki, please replace "yum pyopenssl" for "yum install pyOpenSSL".

Also add a "yum install gcc gcc-c++ python-devel" before the compiling steps,
not everyone has these compilers and the python devel package installed.

I find it useful to make a user sabnzbd, as I don't want sab to run as root:
useradd sabnzbd
su sabnzbd
cd ~
then the steps for downloading and installing sab in de homedir of sabnzbd.

Also, par2 needs a symlink for user sabnzbd:
ln -s /usr/local/bin/par2 /bin/par2

Re: Repair says 100% but not working

Posted: January 29th, 2009, 4:13 pm
by shypike
Thanks again, I'll fix the errors.

The latter part, I don't think it should be part of the instruction.
People should decide for themselves how to integrate SABnzbd into their system setup.