Page 3 of 14

Re: SABnzbd RPM for Fedora and RHEL/CentOS 5

Posted: August 24th, 2010, 8:14 pm
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).

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

Posted: November 8th, 2010, 8:05 am
by Hansvon
New bunch of RPMs of SABnzbd 0.5.5 for Fedora 12-14, RHEL 5-6

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

Posted: November 19th, 2010, 7:40 pm
by Hansvon
Updated to 0.5.6.

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

Posted: January 28th, 2011, 1:03 am
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

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

Posted: February 7th, 2011, 3:59 am
by Hansvon
Please bump this post when a beta is released. I'll try to release a package.

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

Posted: February 7th, 2011, 5:44 pm
by john3voltas
Extra-extra thanks to Hansvon :)
I'll keep you posted ;).
Cheers

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

Posted: February 22nd, 2011, 10:05 pm
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

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

Posted: February 23rd, 2011, 5:35 am
by john3voltas
Thanks Hansvon :)

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

Posted: February 26th, 2011, 3:12 pm
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.

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

Posted: February 26th, 2011, 7:36 pm
by Hansvon
I think I tried this once but failed for some reason. I'll try again next week.

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

Posted: February 27th, 2011, 3:31 am
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.

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

Posted: March 6th, 2011, 12:09 am
by Hansvon
SABnzbd-beta updated to 0.6.0-Beta3: http://forums.sabnzbd.org/index.php?topic=6491.0

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

Posted: March 13th, 2011, 8:33 pm
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.

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

Posted: April 5th, 2011, 3:20 am
by Hansvon
SABnzbd-beta updated to 0.6.0-RC1

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

Posted: April 9th, 2011, 11:59 am
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 ?