".... needs a free tcp/ip port ...."
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.
".... needs a free tcp/ip port ...."
I am running a iMac (Intel, OSX 10.6/SL) and I keep getting this error message. I have no firewalls in use.
Anyone a solution?
Anyone a solution?
Re: ".... needs a free tcp/ip port ...."
With which port do you have configured SABnzbd ?
Re: ".... needs a free tcp/ip port ...."
First time I started I used the GUI but everytime I started I got the same problem. Tehn I started using the terminal, defined several differen ports, but all showed same problem.rAf wrote: With which port do you have configured SABnzbd ?
Latest try I used this "/Applications/_FTP_P2P/SABnzbd.app/Contents/MacOS/SABnzbd --server localhost:12345". Same problem. Between retries I have to stop manually SABnzd using the Activity Monitor. Because it keeps running.
I have no special apps that do tweaks installed.
Re: ".... needs a free tcp/ip port ...."
I'm having the same problem. I have SABnzbd configured to port 8080. It worked fine for me last night. I didn't change anything on it, and then when I went to open it to download something this morning, I got the error. No firewalls running or anything like that. Any advice?
Re: ".... needs a free tcp/ip port ...."
I first removed everything before installing .5rAf wrote: Do you upgrade from 0.4.x ?
Re: ".... needs a free tcp/ip port ...."
There is a big difference between 0.4x and 0.5x.
in 0.4.x settings were stored in ~/.sabnzbd
in 0.5.x settings are now stored in ~/Library/Application Support/SABnzbd
Settings are copied on first run but not deleted.
If you have troubles try to remove the 2 folders and restart SABnzbd, you should have the wizard (backup the folders if you need to keep remember your settings).
in 0.4.x settings were stored in ~/.sabnzbd
in 0.5.x settings are now stored in ~/Library/Application Support/SABnzbd
Settings are copied on first run but not deleted.
If you have troubles try to remove the 2 folders and restart SABnzbd, you should have the wizard (backup the folders if you need to keep remember your settings).
Re: ".... needs a free tcp/ip port ...."
Remoed both but does not make any change. SABnzbd remains in the Activitymonitor and uses quite a bit CPU from time to time doing nothing whatsoever.rAf wrote: There is a big difference between 0.4x and 0.5x.
in 0.4.x settings were stored in ~/.sabnzbd
in 0.5.x settings are now stored in ~/Library/Application Support/SABnzbd
Settings are copied on first run but not deleted.
If you have troubles try to remove the 2 folders and restart SABnzbd, you should have the wizard (backup the folders if you need to keep remember your settings).
(who is so unsmart to save prefs in a hidden file?)
Re: ".... needs a free tcp/ip port ...."
I also tried this and didn't have any luck. I wasn't using 0.4, I was using 0.5.0 rc6 last night, and that's what I also tried this morning which gave me trouble. I tried downloading 0.5.0 final today and it's giving me the same error.rAf wrote: There is a big difference between 0.4x and 0.5x.
in 0.4.x settings were stored in ~/.sabnzbd
in 0.5.x settings are now stored in ~/Library/Application Support/SABnzbd
Settings are copied on first run but not deleted.
If you have troubles try to remove the 2 folders and restart SABnzbd, you should have the wizard (backup the folders if you need to keep remember your settings).
Re: ".... needs a free tcp/ip port ...."
This command tell you if SABnzbd is running and if yes on which port
Could you open a terminal and type this :
if running try this command, this should quit SABnzbd :
After that try to launch SABnzbd by double-clicking the SABnzbd icon on Applications folder.
Could you open a terminal and type this :
Code: Select all
lsof -iTCP -sTCP:LISTEN -P | grep SABnzbd
if running try this command, this should quit SABnzbd :
Code: Select all
killall -3 SABnzbd
Re: ".... needs a free tcp/ip port ...."
No luck. It just brings me back to the Safari window asking me to try a different port.rAf wrote: This command tell you if SABnzbd is running and if yes on which port
Could you open a terminal and type this :
Code: Select all
lsof -iTCP -sTCP:LISTEN -P | grep SABnzbd
if running try this command, this should quit SABnzbd :
After that try to launch SABnzbd by double-clicking the SABnzbd icon on Applications folder.Code: Select all
killall -3 SABnzbd
Re: ".... needs a free tcp/ip port ...."
@antoniong :
SABnzbd is a kind of background software, you launch it and the use the webinterface to control it.
It's normal to see SABnzbd in your activity monitor even when your download is finished.
You don't have to run it multiple times. Once launched just open your browser and go to http://localhost:8080/ (or whatever you've configured)
SABnzbd is a kind of background software, you launch it and the use the webinterface to control it.
It's normal to see SABnzbd in your activity monitor even when your download is finished.
You don't have to run it multiple times. Once launched just open your browser and go to http://localhost:8080/ (or whatever you've configured)
Re: ".... needs a free tcp/ip port ...."
It doesn't do anything for me because SABnzbd isn't running when I do it. I have used Terminal to force quit it. Still doesn't let me connect though, even though the settings haven't been changed since last night when it was working fine.rAf wrote: sting7785,
what the result of this command :
Code: Select all
lsof -iTCP -sTCP:LISTEN -P | grep 8080
Edit: Just tried that command when SABnzbd was running, and it doesn't seem to return anything. My guess would be because the program doesn't launch because of the port error.
Last edited by sting7785 on March 1st, 2010, 2:46 pm, edited 1 time in total.
Re: ".... needs a free tcp/ip port ...."
The command is to see if another program is running on port 8080...
Try to launch the command in terminal to see the result (the command may take several seconds to complete)
Try to launch the command in terminal to see the result (the command may take several seconds to complete)