On my Fedora Core 14 (on emulated ARM), the '::' results in SAB starting up with 0.0.0.0 and only listening on IPv4. That's not what I want; it should be listening on IPv6.
Both systems have IPv6 enabled. Both systems run Python 2.7.
If anybody can test this on his/her Fedora, or has tips, please let me know.
Ubuntu on x86:
Code: Select all
sander@R540:~/SABnzbd-0.6.15$ grep host ~/.sabnzbd/sabnzbd.ini
host = ::
host = newszilla6.xs4all.nl
host = newsreader3.eweka.nl
host = reader.ipv6.xsnews.nl
host = free.xsusenet.com
host = weathergirl-ipv6.tele2.net
host = news.free.fr
host = news.readfreenews.net
sander@R540:~/SABnzbd-0.6.15$
sander@R540:~/SABnzbd-0.6.15$
sander@R540:~/SABnzbd-0.6.15$ ./SABnzbd.py
2012-03-13 17:21:42,373::INFO::[SABnzbd:1207] --------------------------------
2012-03-13 17:21:42,401::INFO::[SABnzbd:1208] SABnzbd.py-0.6.15 (rev=d06f957a0f05a8766822acaa6de1f6d1e9f279e0)
2012-03-13 17:21:42,401::INFO::[SABnzbd:1220] Platform = posix
2012-03-13 17:21:42,402::INFO::[SABnzbd:1221] Python-version = 2.7.2+ (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1]
2012-03-13 17:21:42,402::INFO::[SABnzbd:1222] Arguments = "./SABnzbd.py"
2012-03-13 17:21:42,403::INFO::[SABnzbd:1235] Read INI file /home/sander/.sabnzbd/sabnzbd.ini
2012-03-13 17:21:42,407::INFO::[__init__:870] Loading data for bookmarks.sab from /home/sander/.sabnzbd/admin/bookmarks.sab
2012-03-13 17:21:42,428::INFO::[__init__:870] Loading data for rss_data.sab from /home/sander/.sabnzbd/admin/rss_data.sab
2012-03-13 17:21:42,429::INFO::[__init__:870] Loading data for totals9.sab from /home/sander/.sabnzbd/admin/totals9.sab
2012-03-13 17:21:42,429::INFO::[postproc:89] Loading postproc queue
2012-03-13 17:21:42,430::INFO::[__init__:870] Loading data for postproc1.sab from /home/sander/.sabnzbd/admin/postproc1.sab
2012-03-13 17:21:42,431::INFO::[__init__:870] Loading data for queue9.sab from /home/sander/.sabnzbd/admin/queue9.sab
2012-03-13 17:21:42,432::DEBUG::[downloader:110] Initializing downloader/decoder
2012-03-13 17:21:42,433::INFO::[__init__:870] Loading data for watched_data.sab from /home/sander/.sabnzbd/admin/watched_data.sab
2012-03-13 17:21:42,434::DEBUG::[scheduler:136] Scheduling RSS interval task every 60 min (delay=10)
2012-03-13 17:21:42,434::DEBUG::[scheduler:147] Scheduling VersionCheck on day 7 at 2:19
2012-03-13 17:21:42,435::DEBUG::[scheduler:155] Scheduling Bookmark interval task every 60 min (delay=58)
2012-03-13 17:21:42,435::INFO::[downloader:194] Resuming
2012-03-13 17:21:42,436::DEBUG::[__init__:479] PAUSED_ALL inactive
2012-03-13 17:21:42,436::INFO::[__init__:289] All processes started
2012-03-13 17:21:42,436::INFO::[SABnzbd:331] Web dir is /home/sander/SABnzbd-0.6.15/interfaces/Plush
2012-03-13 17:21:42,456::INFO::[SABnzbd:331] Web dir is /home/sander/SABnzbd-0.6.15/interfaces/smpl
2012-03-13 17:21:42,483::INFO::[SABnzbd:454] _yenc module... found!
2012-03-13 17:21:42,483::INFO::[SABnzbd:462] par2 binary... found (/usr/bin/par2)
2012-03-13 17:21:42,483::INFO::[SABnzbd:470] unrar binary... found (/usr/bin/unrar)
2012-03-13 17:21:42,484::INFO::[SABnzbd:475] unzip binary... found (/usr/bin/unzip)
2012-03-13 17:21:42,484::INFO::[SABnzbd:481] nice binary... found (/usr/bin/nice)
2012-03-13 17:21:42,485::INFO::[SABnzbd:485] ionice binary... found (/usr/bin/ionice)
2012-03-13 17:21:42,485::INFO::[SABnzbd:490] pyOpenSSL... found (True)
2012-03-13 17:21:42,487::INFO::[SABnzbd:1402] Starting web-interface on :::8080
[13/Mar/2012:17:21:42] ENGINE Bus STARTING
2012-03-13 17:21:42,488::INFO::[_cplogging:55] [13/Mar/2012:17:21:42] ENGINE Bus STARTING
[13/Mar/2012:17:21:42] ENGINE Started monitor thread '_TimeoutMonitor'.
2012-03-13 17:21:42,529::INFO::[_cplogging:55] [13/Mar/2012:17:21:42] ENGINE Started monitor thread '_TimeoutMonitor'.
[13/Mar/2012:17:21:42] ENGINE Serving on :::8080
2012-03-13 17:21:42,632::INFO::[_cplogging:55] [13/Mar/2012:17:21:42] ENGINE Serving on :::8080
[13/Mar/2012:17:21:42] ENGINE Bus STARTED
2012-03-13 17:21:42,634::INFO::[_cplogging:55] [13/Mar/2012:17:21:42] ENGINE Bus STARTED
Fedora Core on (emulated) ARM:
Code: Select all
[sander@raspi ~]$ !grep
grep host .sabnzbd/sabnzbd.ini
host = ::
host = newszilla6.xs4all.nl
[sander@raspi ~]$
[sander@raspi ~]$ SABnzbd
2012-03-13 17:20:32,509::INFO::[SABnzbd:1207] --------------------------------
2012-03-13 17:20:32,521::INFO::[SABnzbd:1208] SABnzbd.py-0.6.15 (rev=d06f957a0f05a8766822acaa6de1f6d1e9f279e0)
2012-03-13 17:20:32,529::INFO::[SABnzbd:1220] Platform = posix
2012-03-13 17:20:32,536::INFO::[SABnzbd:1221] Python-version = 2.7 (r27:82500, May 23 2011, 09:08:29)
[GCC 4.5.1 20100924 (Red Hat 4.5.1-4)]
2012-03-13 17:20:32,542::INFO::[SABnzbd:1222] Arguments = "./SABnzbd.py"
2012-03-13 17:20:32,549::INFO::[SABnzbd:1235] Read INI file /home/sander/.sabnzbd/sabnzbd.ini
2012-03-13 17:20:32,634::INFO::[__init__:870] Loading data for bookmarks.sab from /home/sander/.sabnzbd/admin/bookmarks.sab
2012-03-13 17:20:32,646::INFO::[__init__:870] Loading data for rss_data.sab from /home/sander/.sabnzbd/admin/rss_data.sab
2012-03-13 17:20:32,656::INFO::[__init__:870] Loading data for totals9.sab from /home/sander/.sabnzbd/admin/totals9.sab
2012-03-13 17:20:32,663::INFO::[__init__:873] /home/sander/.sabnzbd/admin/totals9.sab missing, trying old cache
2012-03-13 17:20:32,673::INFO::[__init__:876] /home/sander/.sabnzbd/cache/totals9.sab missing
2012-03-13 17:20:32,862::INFO::[postproc:89] Loading postproc queue
2012-03-13 17:20:32,871::INFO::[__init__:870] Loading data for postproc1.sab from /home/sander/.sabnzbd/admin/postproc1.sab
2012-03-13 17:20:32,884::INFO::[__init__:870] Loading data for queue9.sab from /home/sander/.sabnzbd/admin/queue9.sab
2012-03-13 17:20:32,915::INFO::[__init__:870] Loading data for watched_data.sab from /home/sander/.sabnzbd/admin/watched_data.sab
2012-03-13 17:20:32,940::INFO::[downloader:194] Resuming
2012-03-13 17:20:32,948::INFO::[__init__:289] All processes started
2012-03-13 17:20:32,957::INFO::[SABnzbd:331] Web dir is /usr/share/SABnzbd/interfaces/Plush
2012-03-13 17:20:33,129::INFO::[SABnzbd:454] _yenc module... found!
2012-03-13 17:20:33,136::INFO::[SABnzbd:462] par2 binary... found (/usr/bin/par2)
2012-03-13 17:20:33,143::INFO::[SABnzbd:470] unrar binary... found (/usr/bin/unrar)
2012-03-13 17:20:33,150::INFO::[SABnzbd:475] unzip binary... found (/usr/bin/unzip)
2012-03-13 17:20:33,157::INFO::[SABnzbd:481] nice binary... found (/bin/nice)
2012-03-13 17:20:33,164::INFO::[SABnzbd:485] ionice binary... found (/usr/bin/ionice)
2012-03-13 17:20:33,171::INFO::[SABnzbd:490] pyOpenSSL... found (True)
2012-03-13 17:20:33,202::INFO::[SABnzbd:1402] Starting web-interface on 0.0.0.0:8080
2012-03-13 17:20:33,219::INFO::[_cplogging:55] [13/Mar/2012:17:20:33] ENGINE Bus STARTING
2012-03-13 17:20:33,289::INFO::[_cplogging:55] [13/Mar/2012:17:20:33] ENGINE Started monitor thread '_TimeoutMonitor'.
2012-03-13 17:20:33,550::INFO::[_cplogging:55] [13/Mar/2012:17:20:33] ENGINE Serving on 0.0.0.0:8080
2012-03-13 17:20:33,561::INFO::[_cplogging:55] [13/Mar/2012:17:20:33] ENGINE Bus STARTED
Tip appreciated.

