Beste Tweakers, ik heb een poging gedaan om Sabnzbd aan te praat te krijgen op een verse Ubuntu 9.04 server installatie. Ik heb de o.a. apache met Ubuntu voorgeinstalleerd en het is mijn doel om sabnzbd en apache samen te laten draaien (of iig zodat het geen conflict veroorzaakt). Ik heb keurig de packages voor Ubuntu geinstalleerd met de opdracht "sudo apt-get install sabnzbdplus" en de installatie verliep dan ook goed. Vervolgens heb ik de username ingesteld in de config file waaronder het proces moet draaien. Als ik vervolgens probeer om sabnzbd te booten krijg ik het volgende voorgeschoteld:
Blijkbaar is adres 127.0.0.1:8080 niet vrij. Ik check wat er dan op draait:
blijkbaar zit python process op deze poort, maar dit is ook meteen het python proces dat sabnzbd draait
ik heb al geprobeerd om IP en poort aan te passen in de config, ik heb IPtable aangepast zodat 8080 expliciet openstaat, googelen resulteert in enkele hits met mensen die in windows het probleem hebben. Weet iemand wat het kan zijn? Ik probeer dus steeds het servertje vanaf mn workstation over netwerk te benaderen, maar dit mag toch geen probleem zijn? Ik draai voor de rest geen softwarematige firewalls
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
| user@bakske:~$ sabnzbdplus 2009-06-06 21:06:21,291::INFO::-------------------------------- 2009-06-06 21:06:21,291::INFO::sabnzbdplus-0.4.9 (rev=2450) 2009-06-06 21:06:21,291::INFO::Platform = posix 2009-06-06 21:06:21,291::INFO::Python-version = 2.5.4 (r254:67916, Apr 4 2009, 17:56:17)[GCC 4.3.3] 2009-06-06 21:06:21,293::INFO::[sabnzbd] Loading data for rss_data.sab from /home/user/.sabnzbd/cache/rss_data.sab 2009-06-06 21:06:21,294::INFO::[sabnzbd] Loading data for bytes7.sab from /home/user/.sabnzbd/cache/bytes7.sab 2009-06-06 21:06:21,294::INFO::[sabnzbd] Loading data for queue7.sab from /home/user/.sabnzbd/cache/queue7.sab 2009-06-06 21:06:21,294::WARNING::[downloader] No active primary servers defined, will not download! 2009-06-06 21:06:21,294::INFO::All processes started 2009-06-06 21:06:21,295::INFO::_yenc module... found! 2009-06-06 21:06:21,295::INFO::celementtree module... found! 2009-06-06 21:06:21,295::INFO::par2 binary... found (/usr/bin/par2) 2009-06-06 21:06:21,295::INFO::unrar binary... found (/usr/bin/unrar) 2009-06-06 21:06:21,296::INFO::unzip binary... found (/usr/bin/unzip) 2009-06-06 21:06:21,296::INFO::nice binary... found (/usr/bin/nice) 2009-06-06 21:06:21,296::INFO::ionice binary... found (/usr/bin/ionice) 2009-06-06 21:06:21,296::INFO::pyOpenSSL... found (True) 2009-06-06 21:06:21,297::INFO::Web dir is /usr/share/sabnzbdplus/interfaces/Default 2009-06-06 21:06:21,298::INFO::Starting sabnzbdplus-0.4.9 2009-06-06 21:06:21,299::INFO::[nzbqueue] Saving queue 2009-06-06 21:06:21,299::INFO::[sabnzbd] Saving data for queue7.sab in /home/user/.sabnzbd/cache/queue7.sab 2009-06-06 21:06:21,299::INFO::[sabnzbd] Saving data for bytes7.sab in /home/user/.sabnzbd/cache/bytes7.sab 2009-06-06 21:06:21,299::INFO::[sabnzbd] Saving data for rss_data.sab in /home/user/.sabnzbd/cache/rss_data.sab 2009-06-06 21:06:21,303::INFO::[sabnzbd.misc] URLGrabber starting up 2009-06-06 21:06:21,304::INFO::Starting web-interface on 127.0.0.1:8080 06/Jun/2009:21:06:21 CONFIG INFO Server parameters: 06/Jun/2009:21:06:21 CONFIG INFO server.environment: production 06/Jun/2009:21:06:21 CONFIG INFO server.log_to_screen: True 06/Jun/2009:21:06:21 CONFIG INFO server.log_file: /home/user/.sabnzbd/logs/cherrypy.log 06/Jun/2009:21:06:21 CONFIG INFO server.log_tracebacks: True 06/Jun/2009:21:06:21 CONFIG INFO server.log_request_headers: False 06/Jun/2009:21:06:21 CONFIG INFO server.protocol_version: HTTP/1.0 06/Jun/2009:21:06:21 CONFIG INFO server.socket_host: 127.0.0.1 06/Jun/2009:21:06:21 CONFIG INFO server.socket_port: 8080 06/Jun/2009:21:06:21 CONFIG INFO server.socket_file: 06/Jun/2009:21:06:21 CONFIG INFO server.reverse_dns: False 06/Jun/2009:21:06:21 CONFIG INFO server.socket_queue_size: 5 06/Jun/2009:21:06:21 CONFIG INFO server.thread_pool: 10 06/Jun/2009:21:06:26 HTTP INFO Port 8080 not free on '127.0.0.1 2009-06-06 21:06:26,369::ERROR::Failed to start web-interface 2009-06-06 21:06:26,369::INFO::SABnzbd shutting down... 2009-06-06 21:06:26,369::INFO::[sabnzbd.misc] URLGrabber shutting down 2009-06-06 21:06:26,370::INFO::[downloader] Shutting down 2009-06-06 21:06:26,370::INFO::[assembler] Shutting down 2009-06-06 21:06:26,370::INFO::[nzbqueue] Saving queue 2009-06-06 21:06:26,370::INFO::[sabnzbd] Saving data for queue7.sab in /home/user/.sabnzbd/cache/queue7.sab 2009-06-06 21:06:26,371::INFO::[sabnzbd] Saving data for bytes7.sab in /home/user/.sabnzbd/cache/bytes7.sab 2009-06-06 21:06:26,371::INFO::[sabnzbd] Saving data for rss_data.sab in /home/user/.sabnzbd/cache/rss_data.sab 2009-06-06 21:06:27,311::INFO::All processes stopped |
Blijkbaar is adres 127.0.0.1:8080 niet vrij. Ik check wat er dan op draait:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 2501/mysqld tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 2635/smbd tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2747/apache2 tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 2598/python2.5 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2433/sshd tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 2635/smbd tcp6 0 0 :::22 :::* LISTEN 2433/sshd udp 0 0 192.168.44.128:137 0.0.0.0:* 2631/nmbd udp 0 0 0.0.0.0:137 0.0.0.0:* 2631/nmbd udp 0 0 192.168.44.128:138 0.0.0.0:* 2631/nmbd udp 0 0 0.0.0.0:138 0.0.0.0:* 2631/nmbd udp 0 0 0.0.0.0:68 0.0.0.0:* 2381/dhclient3 |
blijkbaar zit python process op deze poort, maar dit is ook meteen het python proces dat sabnzbd draait
ik heb al geprobeerd om IP en poort aan te passen in de config, ik heb IPtable aangepast zodat 8080 expliciet openstaat, googelen resulteert in enkele hits met mensen die in windows het probleem hebben. Weet iemand wat het kan zijn? Ik probeer dus steeds het servertje vanaf mn workstation over netwerk te benaderen, maar dit mag toch geen probleem zijn? Ik draai voor de rest geen softwarematige firewalls