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.
RHEL/CENTOS 7?
Any word on getting RHEL/CENTOS 7 RPMs yet?
I will try to use Fedora 20 in the mean time...
I will try to use Fedora 20 in the mean time...
Re: RPM for Fedora 14-20 and RHEL/CentOS/Scientific Linux 5-
I've just built the RPM but two dependencies are missing because epel is still in beta and RPM Fusion, I have now idea (par2cmdline from epel and unrar from RPM Fusion)
https://dl.dropboxusercontent.com/u/145 ... zbd-7.repo
https://dl.dropboxusercontent.com/u/145 ... index.html
So maybe wait a little bit more... Cheers
https://dl.dropboxusercontent.com/u/145 ... zbd-7.repo
https://dl.dropboxusercontent.com/u/145 ... index.html
So maybe wait a little bit more... Cheers
Re: RPM for Fedora 14-20 and RHEL/CentOS/Scientific Linux 5-
In fact, it was very easy to rebuild these two packages so they are now (temporarily) in my repo. Give it a try... You still need the epel repository but not RPM Fusion.
Re: RPM for Fedora 14-20 and RHEL/CentOS/Scientific Linux 5-
I'm not yet seeing the 0.7.18 update for Fedora 17. Are you still supporting Fedora 17?
Thanks!
-- gyre --
Thanks!
-- gyre --
Re: RPM for Fedora 14-20 and RHEL/CentOS/Scientific Linux 5-
I missed the announcement of 0.7.18. It's now built. Cheers
Re: RPM for Fedora 14-20 and RHEL/CentOS/Scientific Linux 5-
Awesome. Grabbed. Running. Thanks very much for doing this
-- gyre --
-- gyre --
Re: RPM for Fedora 19-21 and RHEL/CentOS/Scientific Linux 5-
Again, I missed the announcement of 0.7.19. It's now built. Cheers. I dropped unsupported Fedora releases (<=18)
Re: RPM for Fedora 19-21 and RHEL/CentOS/Scientific Linux 5-
Aw, please put 17 back
Re: RPM for Fedora 19-21 and RHEL/CentOS/Scientific Linux 5-
Try to change $releasever to 21 in /etc/yum.repos.d/SABnzbd.repo
Fedora has python 2.7.x since almost forever, it should just work.
Fedora has python 2.7.x since almost forever, it should just work.
Re: RPM for Fedora 19-21 and RHEL/CentOS/Scientific Linux 5-
Thanks. Will do
Re: RPM for Fedora 19-21 and RHEL/CentOS/Scientific Linux 5-
Hi,
sorry for stupid question, but I used you rpm package to install this amazing piece of software since I had some issues of setting up automatic startup via the python source. After it is installed where can I find postprocessing script? It should be sabToSickeard.py
Thanks.
sorry for stupid question, but I used you rpm package to install this amazing piece of software since I had some issues of setting up automatic startup via the python source. After it is installed where can I find postprocessing script? It should be sabToSickeard.py
Thanks.
Re: RPM for Fedora 19-21 and RHEL/CentOS/Scientific Linux 5-
Hi,
This sabToSickeard.py file is not part of SABnzbd, so it's not in my package.
Cheers
This sabToSickeard.py file is not part of SABnzbd, so it's not in my package.
Cheers
Re: RPM for Fedora 19-21 and RHEL/CentOS/Scientific Linux 5-
Oh man sorry. I thought that if it is called sabto... then it has to be part of sabnzbd. My mistake. I found it in sickbeard folder
-
- Newbie
- Posts: 3
- Joined: July 22nd, 2013, 3:35 am
Re: RPM for Fedora 19-21 and RHEL/CentOS/Scientific Linux 5-
Hi guys I just installed sabnzb on Fedora 21 using the rpm from this link <https://forums.sabnzbd.org/viewtopic.php?t=4305>
The services is running correct without issues but when I try http://localhost:9090 or http://localhost:8080 in the same computer and nothing comes up.
Can you help me with some tips to find what is wrong or what did I do wrong?
This is how it looks like after I started the service.
[root@Fedora sabnzbd]# service sabnzbd start
Starting sabnzbd (via systemctl): [ OK ]
[root@Fedora sabnzbd]#
The services is running correct without issues but when I try http://localhost:9090 or http://localhost:8080 in the same computer and nothing comes up.
Can you help me with some tips to find what is wrong or what did I do wrong?
This is how it looks like after I started the service.
[root@Fedora sabnzbd]# service sabnzbd start
Starting sabnzbd (via systemctl): [ OK ]
[root@Fedora sabnzbd]#
Re: RPM for Fedora 19-21 and RHEL/CentOS/Scientific Linux 5-
It depends on how it is setup.juvalencia wrote: The services is running correct without issues but when I try http://localhost:9090 or http://localhost:8080 in the same computer and nothing comes up.
Check Config->General->Host
0.0.0.0 means SABnzbd will listen on all addresses (including localhost).
An explicit IP or hostname will not enable localhost.
Also, often localhost is ambiguous, try 127.0.0.1 or ::1 instead.