Repair says 100% but not working

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
kanarie2007
Newbie
Newbie
Posts: 12
Joined: January 20th, 2009, 5:48 pm

Re: Repair says 100% but not working

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Repair says 100% but not working

Post by shypike »

Thanks, I added it to the Wiki-page.
kanarie2007
Newbie
Newbie
Posts: 12
Joined: January 20th, 2009, 5:48 pm

Re: Repair says 100% but not working

Post 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
Last edited by kanarie2007 on January 29th, 2009, 9:21 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Repair says 100% but not working

Post 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.
Post Reply