He all,
I'm using SAB since a year now.
Verry good program upgrading to all new versions worked good.
until 5.0 i saw the new futures and need them!
i deleted everything and installed it. but i got some errors from sqlite.
how can i install it on Centos. is there a tuturial?
kind regard,
Lexley
Help Centos 5
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: Help Centos 5
What kind of issue?
If you have a proper installation of Python 2.5 on your system,
you should be OK.
If you have a proper installation of Python 2.5 on your system,
you should be OK.
Re: Help Centos 5
[root@Koster-Server SABnzbd-0.4.6]# python2.5 SABnzbd.py
The following modules need to be installed: Cheetah, cherrypy(included, unpack the zip), sqlite(if python 2.4)
[root@Koster-Server SABnzbd-0.4.6]# ./SABnzbd.py
2010-03-08 23:14:53,825::INFO::[SABnzbd:945] --------------------------------
2010-03-08 23:14:53,833::INFO::[SABnzbd:946] SABnzbd.py-0.5.0 (rev=3317)
2010-03-08 23:14:53,834::INFO::[SABnzbd:956] Platform = posix
2010-03-08 23:14:53,835::INFO::[SABnzbd:957] Python-version = 2.4.3 (#1, Sep 3 2009, 15:37:12)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
2010-03-08 23:14:54,001::INFO::[__init__:664] Loading data for bookmarks.sab from /root/.sabnzbd/cache/bookmarks.sab
2010-03-08 23:14:54,028::INFO::[__init__:695] /root/.sabnzbd/cache/bookmarks.sab removed
2010-03-08 23:14:54,029::INFO::[__init__:664] Loading data for rss_data.sab from /root/.sabnzbd/cache/rss_data.sab
2010-03-08 23:14:54,030::INFO::[__init__:664] Loading data for bytes9.sab from /root/.sabnzbd/cache/bytes9.sab
2010-03-08 23:14:54,032::INFO::[__init__:664] Loading data for queue9.sab from /root/.sabnzbd/cache/queue9.sab
2010-03-08 23:14:54,033::INFO::[postproc:138] Loading postproc queue
2010-03-08 23:14:54,033::INFO::[__init__:664] Loading data for postproc1.sab from /root/.sabnzbd/cache/postproc1.sab
2010-03-08 23:14:54,034::INFO::[__init__:695] /root/.sabnzbd/cache/postproc1.sab removed
2010-03-08 23:14:54,036::INFO::[__init__:664] Loading data for watched_data.sab from /root/.sabnzbd/cache/watched_data.sab
2010-03-08 23:14:54,037::INFO::[downloader:327] Resuming
2010-03-08 23:14:54,056::INFO::[__init__:248] All processes started
2010-03-08 23:14:54,057::INFO::[SABnzbd:265] Web dir is /SABnzbd-0.4.6/interfaces/Plush
2010-03-08 23:14:54,127::INFO::[SABnzbd:1010] Starting SABnzbd.py-0.5.0
2010-03-08 23:14:54,129::INFO::[SABnzbd:382] _yenc module... found!
2010-03-08 23:14:54,129::INFO::[SABnzbd:390] par2 binary... found (/usr/local/bin/par2)
2010-03-08 23:14:54,130::INFO::[SABnzbd:398] unrar binary... found (/usr/bin/unrar)
2010-03-08 23:14:54,131::INFO::[SABnzbd:403] unzip binary... found (/usr/bin/unzip)
2010-03-08 23:14:54,131::INFO::[SABnzbd:409] nice binary... found (/bin/nice)
2010-03-08 23:14:54,132::INFO::[SABnzbd:413] ionice binary... found (/usr/bin/ionice)
2010-03-08 23:14:54,132::INFO::[SABnzbd:418] pyOpenSSL... found (True)
2010-03-08 23:14:54,135::INFO::[SABnzbd:1108] Starting web-interface on 192.168.1.115:8081
2010-03-08 23:14:54,140::INFO::[nzbqueue:92] Saving queue
2010-03-08 23:14:54,141::INFO::[__init__:643] Saving data for queue9.sab in /root/.sabnzbd/cache/queue9.sab
2010-03-08 23:14:54,142::INFO::[__init__:643] Saving data for bytes9.sab in /root/.sabnzbd/cache/bytes9.sab
2010-03-08 23:14:54,143::INFO::[__init__:643] Saving data for rss_data.sab in /root/.sabnzbd/cache/rss_data.sab
2010-03-08 23:14:54,144::INFO::[__init__:643] Saving data for bookmarks.sab in /root/.sabnzbd/cache/bookmarks.sab
2010-03-08 23:14:54,145::INFO::[__init__:643] Saving data for watched_data.sab in /root/.sabnzbd/cache/watched_data.sab
2010-03-08 23:14:54,145::INFO::[postproc:133] Saving postproc queue
2010-03-08 23:14:54,146::INFO::[__init__:643] Saving data for postproc1.sab in /root/.sabnzbd/cache/postproc1.sab
2010-03-08 23:14:54,147::INFO::[urlgrabber:103] URLGrabber starting up
2010-03-08 23:14:54,148::INFO::[dirscanner:367] Dirscanner starting up
The following modules need to be installed: Cheetah, cherrypy(included, unpack the zip), sqlite(if python 2.4)
[root@Koster-Server SABnzbd-0.4.6]# ./SABnzbd.py
2010-03-08 23:14:53,825::INFO::[SABnzbd:945] --------------------------------
2010-03-08 23:14:53,833::INFO::[SABnzbd:946] SABnzbd.py-0.5.0 (rev=3317)
2010-03-08 23:14:53,834::INFO::[SABnzbd:956] Platform = posix
2010-03-08 23:14:53,835::INFO::[SABnzbd:957] Python-version = 2.4.3 (#1, Sep 3 2009, 15:37:12)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
2010-03-08 23:14:54,001::INFO::[__init__:664] Loading data for bookmarks.sab from /root/.sabnzbd/cache/bookmarks.sab
2010-03-08 23:14:54,028::INFO::[__init__:695] /root/.sabnzbd/cache/bookmarks.sab removed
2010-03-08 23:14:54,029::INFO::[__init__:664] Loading data for rss_data.sab from /root/.sabnzbd/cache/rss_data.sab
2010-03-08 23:14:54,030::INFO::[__init__:664] Loading data for bytes9.sab from /root/.sabnzbd/cache/bytes9.sab
2010-03-08 23:14:54,032::INFO::[__init__:664] Loading data for queue9.sab from /root/.sabnzbd/cache/queue9.sab
2010-03-08 23:14:54,033::INFO::[postproc:138] Loading postproc queue
2010-03-08 23:14:54,033::INFO::[__init__:664] Loading data for postproc1.sab from /root/.sabnzbd/cache/postproc1.sab
2010-03-08 23:14:54,034::INFO::[__init__:695] /root/.sabnzbd/cache/postproc1.sab removed
2010-03-08 23:14:54,036::INFO::[__init__:664] Loading data for watched_data.sab from /root/.sabnzbd/cache/watched_data.sab
2010-03-08 23:14:54,037::INFO::[downloader:327] Resuming
2010-03-08 23:14:54,056::INFO::[__init__:248] All processes started
2010-03-08 23:14:54,057::INFO::[SABnzbd:265] Web dir is /SABnzbd-0.4.6/interfaces/Plush
2010-03-08 23:14:54,127::INFO::[SABnzbd:1010] Starting SABnzbd.py-0.5.0
2010-03-08 23:14:54,129::INFO::[SABnzbd:382] _yenc module... found!
2010-03-08 23:14:54,129::INFO::[SABnzbd:390] par2 binary... found (/usr/local/bin/par2)
2010-03-08 23:14:54,130::INFO::[SABnzbd:398] unrar binary... found (/usr/bin/unrar)
2010-03-08 23:14:54,131::INFO::[SABnzbd:403] unzip binary... found (/usr/bin/unzip)
2010-03-08 23:14:54,131::INFO::[SABnzbd:409] nice binary... found (/bin/nice)
2010-03-08 23:14:54,132::INFO::[SABnzbd:413] ionice binary... found (/usr/bin/ionice)
2010-03-08 23:14:54,132::INFO::[SABnzbd:418] pyOpenSSL... found (True)
2010-03-08 23:14:54,135::INFO::[SABnzbd:1108] Starting web-interface on 192.168.1.115:8081
2010-03-08 23:14:54,140::INFO::[nzbqueue:92] Saving queue
2010-03-08 23:14:54,141::INFO::[__init__:643] Saving data for queue9.sab in /root/.sabnzbd/cache/queue9.sab
2010-03-08 23:14:54,142::INFO::[__init__:643] Saving data for bytes9.sab in /root/.sabnzbd/cache/bytes9.sab
2010-03-08 23:14:54,143::INFO::[__init__:643] Saving data for rss_data.sab in /root/.sabnzbd/cache/rss_data.sab
2010-03-08 23:14:54,144::INFO::[__init__:643] Saving data for bookmarks.sab in /root/.sabnzbd/cache/bookmarks.sab
2010-03-08 23:14:54,145::INFO::[__init__:643] Saving data for watched_data.sab in /root/.sabnzbd/cache/watched_data.sab
2010-03-08 23:14:54,145::INFO::[postproc:133] Saving postproc queue
2010-03-08 23:14:54,146::INFO::[__init__:643] Saving data for postproc1.sab in /root/.sabnzbd/cache/postproc1.sab
2010-03-08 23:14:54,147::INFO::[urlgrabber:103] URLGrabber starting up
2010-03-08 23:14:54,148::INFO::[dirscanner:367] Dirscanner starting up
Re: Help Centos 5
Reinstalled Python was the fix. thanks for the help 

