Hi,
My Sabnzb works great, but without the par2.
I use Centos 5 (the Redhat clone) on a i386. Using YUM and my common repo's I cannot find a par2.
Please help me out, what rpm can I use?
best regards,
Gert
PAR2 for Centos5/Redhat
Forum rules
Help us help you:
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.
Re: PAR2 for Centos5/Redhat
If there's no RPM you will have to compile from sources.
http://sourceforge.net/project/showfile ... _id=233051
http://sourceforge.net/project/showfile ... _id=233051
Re: PAR2 for Centos5/Redhat
Take a look at the instructions we compiled for ClarkConnect, which is also RedHat-based.
http://sabnzbd.wikidot.com/install-cc42
The clipping for par2:
http://sabnzbd.wikidot.com/install-cc42
The clipping for par2:
Code: Select all
# par2cmdline >= 0.4 http://parchive.sourceforge.net/
wget http://garr.dl.sourceforge.net/sourceforge/parchive/par2cmdline-0.4.tar.gz
gzip -d par2cmdline-0.4.tar.gz
tar xf par2cmdline-0.4.tar
cd par2cmdline-0.4.tar
./configure
make
make check
make install
cd

