Page 1 of 1

Defaults to port 8085

Posted: November 6th, 2013, 11:33 pm
by DavidLynch
Started about a month ago it always defaults to port 8085 on a new install and when I try to manually change it back to 8080 in the options. Nothing it taking up port 8080 and it's kind of driving me insane

Re: Defaults to port 8085

Posted: November 7th, 2013, 10:50 am
by shypike
The message that SABnzbd gets from the OS is that 8080 is occupied.

Re: Defaults to port 8085

Posted: November 7th, 2013, 5:03 pm
by DavidLynch
shypike wrote:The message that SABnzbd gets from the OS is that 8080 is occupied.
Yeah but that's the thing, nothing is occupying 8080

Re: Defaults to port 8085

Posted: November 8th, 2013, 5:54 am
by shypike
Well, that's what Windows reports to SABnzbd, I don't know why.
Your only option is to use another port.

Re: Defaults to port 8085

Posted: December 15th, 2013, 12:16 pm
by cltdba
Same issue here on a fresh install on Windows. Sab doesn't seem to be reporting any issues with port 8080. netstat shows nothing listening on 8080. Anything else I can check?

Code: Select all

C:\Windows\system32>netstat | grep 8080
  TCP    [::1]:50304            GREENBEAN:8080         SYN_SENT
  TCP    [::1]:50305            GREENBEAN:8080         SYN_SENT

Code: Select all

2013-12-15 11:56:39,201::INFO::[sabnzbd:1256] --------------------------------
2013-12-15 11:56:39,265::INFO::[sabnzbd:1257] SABnzbd.exe-0.7.16 (rev=14f39a21e3aa063d128f16505032e759c7ba3265)
2013-12-15 11:56:40,138::INFO::[sabnzbd:1265] Platform=Windows-Vista-6.1.7601-SP1 (=Vista+ x64) Class=nt
2013-12-15 11:56:40,138::INFO::[sabnzbd:1270] Python-version = 2.5.5 (r255:77872, Jan 31 2010, 15:49:35) [MSC v.1310 32 bit (Intel)]
2013-12-15 11:56:40,138::INFO::[sabnzbd:1271] Arguments = "C:\Program Files (x86)\SABnzbd\SABnzbd.exe" -b0
2013-12-15 11:56:40,138::INFO::[sabnzbd:1284] Read INI file C:\Users\svc_pvr\AppData\Local\sabnzbd\sabnzbd.ini
2013-12-15 11:56:41,809::INFO::[__init__:928] Loading data for bookmarks.sab from C:\Users\svc_pvr\AppData\Local\sabnzbd\admin\bookmarks.sab
2013-12-15 11:56:41,816::INFO::[__init__:928] Loading data for rss_data.sab from C:\Users\svc_pvr\AppData\Local\sabnzbd\admin\rss_data.sab
2013-12-15 11:56:41,825::INFO::[__init__:928] Loading data for totals9.sab from C:\Users\svc_pvr\AppData\Local\sabnzbd\admin\totals9.sab
2013-12-15 11:56:41,825::INFO::[__init__:931] C:\Users\svc_pvr\AppData\Local\sabnzbd\admin\totals9.sab missing, trying old cache
2013-12-15 11:56:41,825::INFO::[__init__:934] C:\Users\svc_pvr\AppData\Local\sabnzbd\cache\totals9.sab missing
2013-12-15 11:56:43,595::INFO::[postproc:90] Loading postproc queue
2013-12-15 11:56:43,596::INFO::[__init__:928] Loading data for postproc1.sab from C:\Users\svc_pvr\AppData\Local\sabnzbd\admin\postproc1.sab
2013-12-15 11:56:43,596::INFO::[__init__:928] Loading data for queue9.sab from C:\Users\svc_pvr\AppData\Local\sabnzbd\admin\queue9.sab
2013-12-15 11:56:43,598::INFO::[__init__:928] Loading data for watched_data.sab from C:\Users\svc_pvr\AppData\Local\sabnzbd\admin\watched_data.sab
2013-12-15 11:56:43,598::INFO::[scheduler:172] Setting schedule for midnight BPS reset
2013-12-15 11:56:43,598::INFO::[downloader:211] Resuming
2013-12-15 11:56:43,604::INFO::[__init__:330] All processes started
2013-12-15 11:56:43,604::INFO::[sabnzbd:334] Web dir is C:\Program Files (x86)\SABnzbd\interfaces\Plush
2013-12-15 11:56:44,108::INFO::[sabnzbd:334] Web dir is C:\Program Files (x86)\SABnzbd\interfaces\Config
2013-12-15 11:56:45,459::INFO::[sabnzbd:463] _yenc module... found!
2013-12-15 11:56:45,460::INFO::[sabnzbd:471] par2 binary... found (C:\Program Files (x86)\SABnzbd\win\par2\x64\par2.exe)
2013-12-15 11:56:45,460::INFO::[sabnzbd:476] par2-classic binary... found (C:\Program Files (x86)\SABnzbd\win\par2\par2-classic.exe)
2013-12-15 11:56:45,460::INFO::[sabnzbd:479] unrar binary... found (C:\Program Files (x86)\SABnzbd\win\unrar\x64\UnRAR.exe)
2013-12-15 11:56:45,460::INFO::[sabnzbd:484] unzip binary... found (C:\Program Files (x86)\SABnzbd\win\unzip\unzip.exe)
2013-12-15 11:56:45,460::INFO::[sabnzbd:499] pyOpenSSL... found (True)
2013-12-15 11:56:45,461::INFO::[sabnzbd:1483] Starting web-interface on 0.0.0.0:8085
2013-12-15 11:56:47,464::INFO::[_cplogging:55] [15/Dec/2013:11:56:47] ENGINE Bus STARTING
2013-12-15 11:56:47,726::INFO::[_cplogging:55] [15/Dec/2013:11:56:47] ENGINE Started monitor thread '_TimeoutMonitor'.
2013-12-15 11:56:48,028::INFO::[_cplogging:55] [15/Dec/2013:11:56:48] ENGINE Serving on ::1:8085
2013-12-15 11:56:48,230::INFO::[_cplogging:55] [15/Dec/2013:11:56:48] ENGINE Serving on 0.0.0.0:8085
2013-12-15 11:56:48,230::INFO::[_cplogging:55] [15/Dec/2013:11:56:48] ENGINE Bus STARTED
2013-12-15 11:56:49,369::INFO::[sabnzbd:1552] Starting SABnzbd.exe-0.7.16
2013-12-15 11:56:49,371::INFO::[dirscanner:274] Dirscanner starting up
2013-12-15 11:56:49,372::INFO::[urlgrabber:77] URLGrabber starting up
2013-12-15 11:57:28,107::INFO::[panic:247] Lauching browser with http://localhost:8085/sabnzbd

Re: Defaults to port 8085

Posted: December 15th, 2013, 3:47 pm
by cltdba
I figured out my issue. Avast 2014 was preventing anything to listen on 8080 and 8081. I couldn't easily find anywhere in avast to unblock this or create an exception/exclusion so I uninstalled it and went for another antivirus.

PS..I hate windows..