Can somebody help me. I install SABNZBD and it works. 1 hour later I start SABNZBD and it don't start.
Look at my terminal text.
2009-01-02 23:14:22,695::INFO::--------------------------------
2009-01-02 23:14:22,695::INFO::SABnzbd.py-0.4.5 (rev=1750)
2009-01-02 23:14:22,695::INFO::Platform = posix
2009-01-02 23:14:22,696::INFO::Python-version = 2.5.2 (r252:60911, Oct 5 2008, 19:24:49)
[GCC 4.3.2]
2009-01-02 23:14:22,698::INFO::[sabnzbd] Loading data for rss_data.sab from /home/frandsen/.sabnzbd/cache/rss_data.sab
2009-01-02 23:14:22,699::INFO::[sabnzbd] Loading data for bytes7.sab from /home/frandsen/.sabnzbd/cache/bytes7.sab
2009-01-02 23:14:22,699::INFO::[sabnzbd] Loading data for queue7.sab from /home/frandsen/.sabnzbd/cache/queue7.sab
2009-01-02 23:14:22,700::INFO::[sabnzbd] Loading data for watched_data.sab from /home/frandsen/.sabnzbd/cache/watched_data.sab
2009-01-02 23:14:22,701::INFO::All processes started
2009-01-02 23:14:22,702::INFO::_yenc module... found!
2009-01-02 23:14:22,702::INFO::celementtree module... found!
2009-01-02 23:14:22,702::INFO::par2 binary... found (/usr/bin/par2)
2009-01-02 23:14:22,702::INFO::unrar binary... found (/usr/bin/unrar)
2009-01-02 23:14:22,703::INFO::unzip binary... found (/usr/bin/unzip)
2009-01-02 23:14:22,703::INFO::nice binary... found (/usr/bin/nice)
2009-01-02 23:14:22,703::INFO::ionice binary... found (/usr/bin/ionice)
2009-01-02 23:14:22,703::INFO::pyOpenSSL... found (True)
2009-01-02 23:14:22,704::INFO::Web dir is /home/frandsen/Skrivebord/ SABnzbd/interfaces/Default
2009-01-02 23:14:22,708::INFO::Starting SABnzbd.py-0.4.5
2009-01-02 23:14:22,708::INFO::[nzbqueue] Saving queue
2009-01-02 23:14:22,708::INFO::[sabnzbd] Saving data for queue7.sab in /home/frandsen/.sabnzbd/cache/queue7.sab
2009-01-02 23:14:22,709::INFO::[sabnzbd] Saving data for bytes7.sab in /home/frandsen/.sabnzbd/cache/bytes7.sab
2009-01-02 23:14:22,709::INFO::[sabnzbd] Saving data for rss_data.sab in /home/frandsen/.sabnzbd/cache/rss_data.sab
2009-01-02 23:14:22,709::INFO::[sabnzbd] Saving data for watched_data.sab in /home/frandsen/.sabnzbd/cache/watched_data.sab
2009-01-02 23:14:22,710::INFO::[sabnzbd.misc] Dirscanner starting up
2009-01-02 23:14:22,711::INFO::[sabnzbd.misc] URLGrabber starting up
2009-01-02 23:14:22,713::INFO::Starting web-interface on 192.168.33:8080
02/Jan/2009:23:14:22 CONFIG INFO Server parameters:
02/Jan/2009:23:14:22 CONFIG INFO server.environment: production
02/Jan/2009:23:14:22 CONFIG INFO server.log_to_screen: True
02/Jan/2009:23:14:22 CONFIG INFO server.log_file: /home/frandsen/.sabnzbd/logs/cherrypy.log
02/Jan/2009:23:14:22 CONFIG INFO server.log_tracebacks: True
02/Jan/2009:23:14:22 CONFIG INFO server.log_request_headers: False
02/Jan/2009:23:14:22 CONFIG INFO server.protocol_version: HTTP/1.0
02/Jan/2009:23:14:22 CONFIG INFO server.socket_host: 192.168.33
02/Jan/2009:23:14:22 CONFIG INFO server.socket_port: 8080
02/Jan/2009:23:14:22 CONFIG INFO server.socket_file:
02/Jan/2009:23:14:22 CONFIG INFO server.reverse_dns: False
02/Jan/2009:23:14:22 CONFIG INFO server.socket_queue_size: 5
02/Jan/2009:23:14:22 CONFIG INFO server.thread_pool: 10
Exception in thread CPHTTPServer Thread-9:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/frandsen/ SABnzb/SABnzbd-0.4.5/cherrypy/_cpserver.py", line 114, in _start_http
self.httpserver.start()
File "/home/frandsen/ SABnzb/SABnzbd-0.4.5/cherrypy/_cpwsgiserver.py", line 370, in start
raise socket.error, msg
error: (99, 'Cannot assign requested address')
Waiting for a answer.
SABNZBD DON'T START
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 DON'T START
That's an illegal IPv4 address: only 3 bytes, instead of 4. I guess you've edited the Host setting by hand?persen61 wrote:
2009-01-02 23:14:22,713::INFO::Starting web-interface on 192.168.33:8080
02/Jan/2009:23:14:22 CONFIG INFO server.socket_host: 192.168.33
error: (99, 'Cannot assign requested address')
Waiting for a answer.
Correct this by editing ~/.sabnzbd/sabnzbd.ini (you use Linux, right?) and replace 192.168.33 in that file by 0.0.0.0 (four bytes!). Save and exit the file. Then start SABnzbd.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SABNZBD DON'T START
Correct this by editing ~/.sabnzbd/sabnzbd.ini (you use Linux, right?) and replace 192.168.33 in that file by 0.0.0.0 (four bytes!). Save and exit the file.
/.sabnzb/ini I can find the ini fil only with the name _ init_.py
Are we in the install map ?
Home/sabnzbd/sabnzbd
/.sabnzb/ini I can find the ini fil only with the name _ init_.py
Are we in the install map ?
Home/sabnzbd/sabnzbd
Re: SABNZBD DON'T START
No. Go to /home/frandsen/.sabnzbd/ (copy paste this! Note the dot before .sabnzbd)persen61 wrote: Correct this by editing ~/.sabnzbd/sabnzbd.ini (you use Linux, right?) and replace 192.168.33 in that file by 0.0.0.0 (four bytes!). Save and exit the file.
/.sabnzb/ini I can find the ini fil only with the name _ init_.py
Are we in the install map ?
Home/sabnzbd/sabnzbd
There should be the file sabnzbd.ini. Edit that file.
Or in one step: edit /home/frandsen/.sabnzbd/sabnzbd.ini.
Just checking: you're on (a Scandinavian) Linux, aren't you? The above is only true for Linux (maybe Mac), not for Windows.
Last edited by sander on January 2nd, 2009, 6:48 pm, edited 1 time in total.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SABNZBD DON'T START
Thanks. You know how this problem could have been prevented, as discussed in our other thread ... ;-(pair of dimes wrote:
Whoop, good catch sander... read the below for your answer.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SABNZBD DON'T START
Yes Im a Scandinavian and use Linux. I reinstall. But then I start I have the same problem.
My IP is 192.168.1.33 and not 192.168.33 as in the terminal. Can we change this IP to 192.168.1.33 ? in sabnzbd ?
There most be a file someplaces with the old settings, because the same fail come up in the terminal or what ?
My IP is 192.168.1.33 and not 192.168.33 as in the terminal. Can we change this IP to 192.168.1.33 ? in sabnzbd ?
There most be a file someplaces with the old settings, because the same fail come up in the terminal or what ?
Re: SABNZBD DON'T START
You could fill out that IP address, but it is not needed. However, an incorrect IP address will prohibit usage SABnzbd, as you are experiencing.persen61 wrote: Yes Im a Scandinavian and use Linux. I reinstall. But then I start I have the same problem.
My IP is 192.168.1.33 and not 192.168.33 as in the terminal. Can we change this IP to 192.168.1.33 ? in sabnzbd ?
There most be a file someplaces with the old settings, because the same fail come up in the terminal or what ?
So let's stick to the basics first.
Can you open a terminal / command line? For example ALT - F2, then 'xterm' (or 'konsole' if on KDE).
If so, can you find /home/frandsen/.sabnzbd/sabnzbd.ini with this command:
Code: Select all
ls -al /home/frandsen/.sabnzbd/sabnzbd.ini
If so, you can edit that file, like
Code: Select all
gedit /home/frandsen/.sabnzbd/sabnzbd.ini
Or, if that doesn't work, start clean, and remove the ini file with:
Code: Select all
rm /home/frandsen/.sabnzbd/sabnzbd.ini
And, please, don't fill out the "Host" entry. Leave it on "localhost". Eventually you could use "0.0.0.0".
First, get SABnzbd working again.
Last edited by sander on January 2nd, 2009, 7:08 pm, edited 1 time in total.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SABNZBD DON'T START
Thanks you for help. I will do the things you write. 

Re: SABNZBD DON'T START
It works thanks again. 

Re: SABNZBD DON'T START
Good to hear. I've a question for you: why did you change the value of the webserver's "Host"? What were you trying to achieve?persen61 wrote: It works thanks again.
(I'm asking this because, in another thread, I'm stating that it's a strange option, that should be made easier)
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SABNZBD DON'T START
Good to hear. I've a question for you: why did you change the value of the webserver's "Host"? What were you trying to achieve?
I Can remember it, why, maybe from the program Ninan and therefore I maybe think it's the same in SABnzbd
Thanks again
I Can remember it, why, maybe from the program Ninan and therefore I maybe think it's the same in SABnzbd

Thanks again
