Page 1 of 1

Unable to connect services and binding stream error

Posted: Tue Jan 16, 2007 12:38 am
by raverke
Hello,

i got some errors, and i don't know what to do anymore.

*** (s) *** Notice -- raverke is rehashing server config file
*** (s) *** Notice -- Loading IRCd configuration ..
*** (s) *** Notice -- Configuration loaded without any problems ..
*** (s) Error binding stream socket to IP 0.0.0.0 port 7029 - irc.worldmaffia.be[*.7029]:Address already in use
*** (s) *** Notice -- Connection to services.WorldMaffia.be[81.17.46.149] activated.
*** (s) *** Global -- Closing link: Write error: Connection refused - services.WorldMaffia.be[81.17.46.149]

greetz raverke

Posted: Tue Jan 16, 2007 1:16 am
by SpaceDoG
*MOD EDIT* Changed the subject to describe the problem.

Posted: Tue Jan 16, 2007 2:28 am
by BigBen
give me the config on both server, and services so i can see the connection link, and see what the problem is

Posted: Tue Jan 16, 2007 2:45 am
by raverke
* link services.worldmaffia.be
* {
* username *;
* hostname 81.17.46.149;
* bind-ip *;
* port 7029;
* hub *;
* password-connect "?";
* password-receive "?";
* class servers;
* };

link services.WorldMaffia.be
{
username *;
hostname 81.17.40.157;
bind-ip *;
port 7900;
hub *;
password-connect "?";
password-receive "?";
class servers;
};

I hope this is enough, or if you wanna know something else, just shoot :)

Posted: Wed Jan 17, 2007 12:12 am
by BigBen
importent: when liking servers and or services, always have the port the same, for example:

listen services.bigtigerirc.net:7025;

link 127.0.0.1
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7025;
password-connect "---"; be sure the passwords are the same!
password-receive "---";
class servers;
options {


-----------
Services:

RemoteServer 127.0.0.1 7025 "----"

# ServerName <name> [REQUIRED]
# Specifies the IRC server name which Services should use. May be
# overridden by the -name command-line option.

ServerName "127.0.0.1"


# ServerDesc <text> [REQUIRED]
# Specifies the text which should appear as the server's information in
# /whois and similar queries. May be overridden by the -desc
# command-line option.

ServerDesc "Services for IRC Networks"

# ServiceUser <usermask> [REQUIRED]
# Specifies the user@host mask which should be used by the Services
# pseudoclients. May be overridden by the -user and -host command-line
# options.

ServiceUser "[email protected]"


and, why are you liking two services? that's really gonna get you screwed and your server. ONLY HAVE one link if your linking services. and or servers.

Posted: Wed Jan 17, 2007 12:05 pm
by raverke
Thank you BigBen, it's online now :)