Page 1 of 1

Problem with listen

Posted: Fri Apr 15, 2005 8:21 am
by Ragnarok0mega
well, i just set unrealircd up, the problem is when i try to start it, and check the log file i get errors

Code: Select all

[Fri Apr 15 02:57:07 2005] - Error binding stream socket to IP my.actual.ip.number port 6667 - mysite.com[]:Cannot assign requested address
[Fri Apr 15 02:59:31 2005] - Error binding stream socket to IP 0.0.0.0 port 6667 - mysite.com[]:Address already in use
[Fri Apr 15 03:00:14 2005] - Error binding stream socket to IP my.lan.ip.number port 6667 - mysite.com[]:Address already in use
like it shows, i tried both my actual IP number, the IP i bind to from my router, and also tried just the * and none of them work. any possible ideas on what it may be?
(just incase someone might be thinking im a complete idiot, i actually do have my IP numbers in the config file, i just changed em on here)

thanks in advance for any and all help

Posted: Fri Apr 15, 2005 8:27 am
by Dukat

Posted: Fri Apr 15, 2005 8:40 am
by w00t
The following should also be of use:
http://www.x-tab.org/unreal.html#stream

[ty Stealth ;)]

Posted: Fri Apr 15, 2005 6:06 pm
by Ragnarok0mega
well, i had checked the FAQ earlier (as well as read the comments in the config file) and like i showed, tried all the IP's i had to bind to and still nothing. can you please help me figure out what else it may be thats causing this?

Posted: Fri Apr 15, 2005 10:34 pm
by codemastr
Someone else is using the IP, it's as simple as that.

Posted: Fri Apr 15, 2005 10:42 pm
by Stealth
Or you don't have access to bind to that port.

Try to "./unreal stop" before "./unreal start"... then if for some reason it is already running, it will stop :)

Posted: Sat Apr 16, 2005 2:53 am
by Ragnarok0mega
hm, how can someone else be using my IP, or me not have acess to bind that port? noone else has access to this computer.

Posted: Sat Apr 16, 2005 5:57 am
by Stealth
If this is *NIX, type the following:

Code: Select all

netstat -nal | grep 6667
Windows:

Code: Select all

netstat -an | find "6667"