Error binding stream socket to IP

These are old archives. They are kept for historic purposes only.
Post Reply
Landslyde
Posts: 21
Joined: Mon Jun 23, 2014 6:45 pm

Error binding stream socket to IP

Post by Landslyde »

Just got Unreal3.2.10.3 installed on my VPS. But I get this error at startup:

Error binding stream socket to IP::port 6667 - irc.landslyde.com[]:Address already in use

In my config file, I have this set:

listen *:8067;
listen *:6668;

me
{
name "irc.landslyde.org";
info "Landslyde Server";
numeric 1;
};

So I'm confused why I'm getting this particular error.

Any help would be appreciated. I'm chomping at the bit to get going with this =)

Landslyde
viein
Posts: 10
Joined: Sat Jun 21, 2014 5:47 pm

Re: Error binding stream socket to IP

Post by viein »

hi, have a look at the links above it may help you:

http://www.vulnscan.org/faq#18

http://unreal.x-tab.org/faq#stream
Post Reply