- 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).
RPM for Fedora and RHEL/CentOS/Scientific Linux 5-7
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: SABnzbd RPM for Fedora and RHEL/CentOS 5
RPMs were updated to version 0.5.4: release notes. Also:
Last edited by Hansvon on August 24th, 2010, 8:16 pm, edited 1 time in total.
Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6
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
Updated to 0.5.6.
- john3voltas
- 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
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 .
Cheers
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 .
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.
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.
Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6
Please bump this post when a beta is released. I'll try to release a package.
- john3voltas
- 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
Extra-extra thanks to Hansvon
I'll keep you posted .
Cheers
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.
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.
Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6
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:
Please be careful. You should maybe backup your config files (cp -a ~/.sabnzbd ~/.sabnzbd-backup).
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
More information on 0.6.0: http://wiki.sabnzbd.org/introducing-0-6-0When 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.
Last edited by Hansvon on February 27th, 2011, 8:07 am, edited 1 time in total.
- john3voltas
- 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
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.
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.
Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6
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:
but I haven't tested it myself.
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 $*
Re: SABnzbd RPM for Fedora 12-14 and RHEL/CentOS 5-6
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
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.
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
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
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
SABnzbd-beta updated to 0.6.0-RC1
Re: SABnzbd RPM for Fedora 13-15 and RHEL/CentOS 5
I'm getting an error when trying to update to SABnzbd-0.5.6-2.el5.noarch.rpm for CentOS5:
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 ?
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.