Search found 7 matches
- March 1st, 2010, 6:45 pm
- Forum: General Help
- Topic: ".... needs a free tcp/ip port ...."
- Replies: 18
- Views: 11955
Re: ".... needs a free tcp/ip port ...."
Sent, thanks for your help so far.
- March 1st, 2010, 5:42 pm
- Forum: General Help
- Topic: ".... needs a free tcp/ip port ...."
- Replies: 18
- Views: 11955
Re: ".... needs a free tcp/ip port ...."
When I type that command into Terminal, nothing happens. It just brings up a new line for me to enter commands into.rAf wrote: 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)
- March 1st, 2010, 2:43 pm
- Forum: General Help
- Topic: ".... needs a free tcp/ip port ...."
- Replies: 18
- Views: 11955
Re: ".... needs a free tcp/ip port ...."
sting7785, what the result of this command : lsof -iTCP -sTCP:LISTEN -P | grep 8080 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 ...
- March 1st, 2010, 11:58 am
- Forum: General Help
- Topic: ".... needs a free tcp/ip port ...."
- Replies: 18
- Views: 11955
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 : lsof -iTCP -sTCP:LISTEN -P | grep SABnzbd if running try this command, this should quit SABnzbd : killall -3 SABnzbd After that try to launch SABnzbd by double-clicking the SABnzbd icon on...
- March 1st, 2010, 11:04 am
- Forum: General Help
- Topic: ".... needs a free tcp/ip port ...."
- Replies: 18
- Views: 11955
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 h...
- March 1st, 2010, 8:23 am
- Forum: General Help
- Topic: ".... needs a free tcp/ip port ...."
- Replies: 18
- Views: 11955
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?
- February 12th, 2010, 1:39 am
- Forum: General Help
- Topic: Can't get it working on Mac OS X Snow Leopard
- Replies: 11
- Views: 8028
Re: Can't get it working on Mac OS X Snow Leopard
I think I've found your mistake. You've configured SABnzbd to run on port 119... Check your sabnzbd.ini in (Library/Application Support/SABnzbd/sabnzbd.ini) for port value. It should be 119, try to change it to 8080, save and launch SABnzbd... I'm actually having the same problem as the original po...