Unable to connect services and binding stream error

These are old archives. They are kept for historic purposes only.
Post Reply
raverke
Posts: 17
Joined: Tue Jan 16, 2007 12:35 am

Unable to connect services and binding stream error

Post 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
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Post by SpaceDoG »

*MOD EDIT* Changed the subject to describe the problem.
BigBen
Posts: 49
Joined: Sat Nov 25, 2006 3:25 pm

Post by BigBen »

give me the config on both server, and services so i can see the connection link, and see what the problem is
raverke
Posts: 17
Joined: Tue Jan 16, 2007 12:35 am

Post 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 :)
BigBen
Posts: 49
Joined: Sat Nov 25, 2006 3:25 pm

Post 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.
raverke
Posts: 17
Joined: Tue Jan 16, 2007 12:35 am

Post by raverke »

Thank you BigBen, it's online now :)
Post Reply