Sabnzbd+ webui failing to start. - Cause: AVG

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
zonky
Newbie
Newbie
Posts: 12
Joined: February 13th, 2008, 8:58 pm

Sabnzbd+ webui failing to start. - Cause: AVG

Post by zonky »

According to my logs, the web service was failing to start due to port 8080 in use.

I managed to figure out why, and thought I'd post here as a heads up.

Code: Select all

C:\Documents and Settings\sabnzbd\Local Settings\Application Data\sabnzbd\logs\cherrypy.log
was showing:

Code: Select all

09/Feb/2009:15:00:36 CONFIG INFO Server parameters:
09/Feb/2009:15:00:36 CONFIG INFO   server.environment: production
09/Feb/2009:15:00:36 CONFIG INFO   server.log_to_screen: False
09/Feb/2009:15:00:36 CONFIG INFO   server.log_file: C:\Documents and Settings\sabnzbd\Local Settings\Application Data\sabnzbd\logs\cherrypy.log
09/Feb/2009:15:00:36 CONFIG INFO   server.log_tracebacks: True
09/Feb/2009:15:00:36 CONFIG INFO   server.log_request_headers: False
09/Feb/2009:15:00:36 CONFIG INFO   server.protocol_version: HTTP/1.0
09/Feb/2009:15:00:36 CONFIG INFO   server.socket_host: 10.0.0.5
09/Feb/2009:15:00:36 CONFIG INFO   server.socket_port: 8080
09/Feb/2009:15:00:36 CONFIG INFO   server.socket_file: 
09/Feb/2009:15:00:36 CONFIG INFO   server.reverse_dns: False
09/Feb/2009:15:00:36 CONFIG INFO   server.socket_queue_size: 5
09/Feb/2009:15:00:36 CONFIG INFO   server.thread_pool: 10
09/Feb/2009:15:00:41 HTTP INFO Port 8080 not free on '10.0.0.5'


I wasn't getting anything very helpful from netstat -a -b

So i had to one by one troubleshoot recent installs to my system.

In the end, the cause was AVGFree, which i had to restart this morning. Looks like the websheild component was running on this port.

I fixed this by uninstall ACGFree, and switich to AVAST Home.


I thought i'd post this here in case others are affected.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Sabnzbd+ webui failing to start. - Cause: AVG

Post by shypike »

Glad you solved it, but you can choose another port for SABnzbd.
zonky
Newbie
Newbie
Posts: 12
Joined: February 13th, 2008, 8:58 pm

Re: Sabnzbd+ webui failing to start. - Cause: AVG

Post by zonky »

Sure, but i wanted to know what was suddenly listening on a port that i otherwise used.

Likewise, change all my greasemonkey scripts / bookmarks? Far too  much work. ;D
Post Reply