RPM for Fedora and RHEL/CentOS/Scientific Linux 5-7

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.
Hansvon
Jr. Member
Jr. Member
Posts: 81
Joined: April 28th, 2010, 2:18 am

Re: SABnzbd RPM for Fedora and RHEL/CentOS 5

Post by Hansvon »

RPMs were updated to version 0.5.4: release notes. Also:
  • Fedora 11 is dropped (End-of-Life reached)
  • Fedora 14 rpm is available. F14 comes with Python 2.7, I don't know if SABnzbd is well-tested with 2.7 but it seems to run.
  • RHEL 6 is also available for early-testers (not tested by myself).
Last edited by Hansvon on August 24th, 2010, 8:16 pm, edited 1 time in total.
Hansvon
Jr. Member
Jr. Member
Posts: 81
Joined: April 28th, 2010, 2:18 am

Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6

Post by Hansvon »

New bunch of RPMs of SABnzbd 0.5.5 for Fedora 12-14, RHEL 5-6
Hansvon
Jr. Member
Jr. Member
Posts: 81
Joined: April 28th, 2010, 2:18 am

Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6

Post by Hansvon »

Updated to 0.5.6.
User avatar
john3voltas
Release Testers
Release Testers
Posts: 115
Joined: January 17th, 2008, 5:35 pm
Location: Lisbon/Portugal

Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6

Post by john3voltas »

Hi Hansvon,
SAB+ is going 0.6.0 beta any time now.
Would/are you considering to also add beta versions to your repo?
Thanks a bunch for giving us a nice fedora repo :D.
Cheers
SABnzbd 0.6.0Alpha11 on Fedora 14-64bit laptop.
Usenet-News, TeraNews, newszilla6.xs4all.nl and reader.ipv6.xsnews.nl.
IPv6 connections powered by Hurricane Electric.
Can pull 30Mbit nntp on a 30Mbit FTTH link.
Hansvon
Jr. Member
Jr. Member
Posts: 81
Joined: April 28th, 2010, 2:18 am

Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6

Post by Hansvon »

Please bump this post when a beta is released. I'll try to release a package.
User avatar
john3voltas
Release Testers
Release Testers
Posts: 115
Joined: January 17th, 2008, 5:35 pm
Location: Lisbon/Portugal

Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6

Post by john3voltas »

Extra-extra thanks to Hansvon :)
I'll keep you posted ;).
Cheers
SABnzbd 0.6.0Alpha11 on Fedora 14-64bit laptop.
Usenet-News, TeraNews, newszilla6.xs4all.nl and reader.ipv6.xsnews.nl.
IPv6 connections powered by Hurricane Electric.
Can pull 30Mbit nntp on a 30Mbit FTTH link.
Hansvon
Jr. Member
Jr. Member
Posts: 81
Joined: April 28th, 2010, 2:18 am

Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6

Post by Hansvon »

I've just released rpm for version 0.6.0-Beta2. Its name is SABnzbd-beta. It's available for Fedora 13 and 14 and RHEL/CentOS 5. For RHEL/CentOS 5, it requires Python 2.6 from EPEL and a few dependencies from my repo. For RHEL 6, I can't build packages from my Fedora machine anymore... Don't know what's wrong.
To install the beta:

Code: Select all

yum remove SABnzbd
yum install SABnzbd-beta
if you use the daemon: mv /etc/sysconfig/SABnzbd.rpmsave /etc/sysconfig/SABnzbd
Please be careful. You should maybe backup your config files (cp -a ~/.sabnzbd ~/.sabnzbd-backup).
When you upgrade an existing 0.5.x installation, release 0.6.0 will use all existing settings and the queue.
However, you cannot go back your to previous 0.5.x setup.
If you want to run both versions side-by-side checkout the advanced options.
More information on 0.6.0: http://wiki.sabnzbd.org/introducing-0-6-0
Last edited by Hansvon on February 27th, 2011, 8:07 am, edited 1 time in total.
User avatar
john3voltas
Release Testers
Release Testers
Posts: 115
Joined: January 17th, 2008, 5:35 pm
Location: Lisbon/Portugal

Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6

Post by john3voltas »

Thanks Hansvon :)
SABnzbd 0.6.0Alpha11 on Fedora 14-64bit laptop.
Usenet-News, TeraNews, newszilla6.xs4all.nl and reader.ipv6.xsnews.nl.
IPv6 connections powered by Hurricane Electric.
Can pull 30Mbit nntp on a 30Mbit FTTH link.
yeehaw
Newbie
Newbie
Posts: 4
Joined: February 26th, 2011, 3:03 pm

Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6

Post by yeehaw »

Thanks a bunch, typing "yum update" is so much easier than rebuilding...  Props to Hansvon.

For 0.60 under RHEL/CentOS 5.x, would it be possible to use Python 2.6 from EPEL ?  I would expect the contents of /usr/bin/SABnzbd could just be replaced with something like:

Code: Select all

#!/bin/bash
cd /opt/SABnzbd/
python26 SABnzbd.py $*
but I haven't tested it myself.
Hansvon
Jr. Member
Jr. Member
Posts: 81
Joined: April 28th, 2010, 2:18 am

Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6

Post by Hansvon »

I think I tried this once but failed for some reason. I'll try again next week.
Hansvon
Jr. Member
Jr. Member
Posts: 81
Joined: April 28th, 2010, 2:18 am

Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6

Post by Hansvon »

About RHEL/CentOS5:
The problem with python26 from epel was that the python modules required by SABnzbd are not provided (yenc, cheetah, openssl).
My repository now provides these packages (python26-cheetah, python26-yenc, pyOpenSSL26).
Please try: yum install SABnzbd-beta. It should install all dependencies.
Hansvon
Jr. Member
Jr. Member
Posts: 81
Joined: April 28th, 2010, 2:18 am

Re: SABnzbd RPM for Fedora 13-15 and RHEL/CentOS 5

Post by Hansvon »

SABnzbd-beta updated to 0.6.0-Beta3: http://forums.sabnzbd.org/index.php?topic=6491.0
Hansvon
Jr. Member
Jr. Member
Posts: 81
Joined: April 28th, 2010, 2:18 am

Re: SABnzbd RPM for Fedora 13-15 and RHEL/CentOS 5

Post by Hansvon »

Repository is offline since a few days and for a while. It's hosted in Japan... I guess you have heard the news. Unfortunately, I don't have access to my backup so I can't upload the files somewhere else.
Hansvon
Jr. Member
Jr. Member
Posts: 81
Joined: April 28th, 2010, 2:18 am

Re: SABnzbd RPM for Fedora 13-15 and RHEL/CentOS 5

Post by Hansvon »

SABnzbd-beta updated to 0.6.0-RC1
yeehaw
Newbie
Newbie
Posts: 4
Joined: February 26th, 2011, 3:03 pm

Re: SABnzbd RPM for Fedora 13-15 and RHEL/CentOS 5

Post by yeehaw »

I'm getting an error when trying to update to SABnzbd-0.5.6-2.el5.noarch.rpm for CentOS5:

Code: Select all

Downloading Packages:
SABnzbd-0.5.6-2.el5.noarch.rpm                                                                                                                                                     | 2.0 MB     00:24
http://hansvon.homelinux.org/SABnzbd/RHEL-CentOS/5/SABnzbd-0.5.6-2.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  SABnzbd-0.5.6-2.el5.noarch: failure: SABnzbd-0.5.6-2.el5.noarch.rpm from SABnzbd: [Errno 256] No more mirrors to try.
I'm not sure if this is because yum isn't handling the 301 forward to dropbox correctly or what.  Is anyone else having this issue ?
Post Reply