Services Connecting Error

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Platinum
Posts: 21
Joined: Tue Mar 09, 2004 9:50 pm
Location: Netherlands
Contact:

Services Connecting Error

Post by Platinum »

Hi there i have some error's by connecting to the Anope services....

Code: Select all

-Elite-Minds.Org- *** Notice -- Connection to services.elite-minds.org[66.225.200.**] activated.
-
-Elite-Minds.Org- *** LocOps -- Link denied for Elite-Minds.Org([email protected].**) (No link block named 'Elite-Minds.Org') [@66.225.200.**.10197]
-
-Elite-Minds.Org- *** LocOps -- ERROR :from services.elite-minds.org[66.225.200.**] -- Link denied (No matching link configuration) [@66.225.200.**.10197]
-
-Elite-Minds.Org- *** LocOps -- ERROR :from services.elite-minds.org[66.225.200.**] -- Closing Link: [66.225.200.**] (Link denied (No matching link configuration))
My link block:

Code: Select all

link services.elite-minds.org
{
 username *;
 hostname 66.225.200.**;
 port 1278;
 bind-ip *;
 password-connect "1288";
 password-receive "1288";
 class servers;
 options {
 autoconnect;
};

};
my connection ib services.conf

Code: Select all

RemoteServer    66.225.200.** 1278 "1288"
and

Code: Select all

ServerName  "services.elite-minds.org"

dont get the error :roll:

pleas ehelp me out!

thx in advance
Platinum!
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Don't use autoconnect with Services, and don't try to /connect Services.

Start them up and let them connect to the IRCd.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Did you rehash after adding the link block?
Is it commented out?
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Platinum
Posts: 21
Joined: Tue Mar 09, 2004 9:50 pm
Location: Netherlands
Contact:

Post by Platinum »

Dukat wrote:Did you rehash after adding the link block?
Is it commented out?
Yes.
w00t wrote:Don't use autoconnect with Services, and don't try to /connect Services.

Start them up and let them connect to the IRCd.
Ok i removed autoconnect, then rehashed the file and getting only this:

Code: Select all

-Elite-Minds.Org- *** Notice -- Sync is rehashing server config file
-
unrealircd.conf Rehashing
-
-Elite-Minds.Org- *** Notice -- Loading IRCd configuration ..
-
-Elite-Minds.Org- *** Notice -- Configuration loaded without any problems ..
and services not started :cry:
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

w00t wrote:Start them up and let them connect to the IRCd.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Platinum
Posts: 21
Joined: Tue Mar 09, 2004 9:50 pm
Location: Netherlands
Contact:

Post by Platinum »

Dukat wrote:
w00t wrote:Start them up and let them connect to the IRCd.
i know m8 i did ./services nothing happends :?
Platinum
Posts: 21
Joined: Tue Mar 09, 2004 9:50 pm
Location: Netherlands
Contact:

Post by Platinum »

oke all i get is this now in my logfile :

Code: Select all

[Oct 25 05:35:47 2005] Unknown group `'

[Oct 25 05:35:58 2005] Unknown group `'

[Oct 25 05:36:05 2005] Unknown group `'

[Oct 25 06:36:45 2005] Unknown group `'

[Oct 25 06:37:30 2005] Unknown group `'

[Oct 25 06:57:45 2005] Unknown group `'

[Oct 25 06:58:07 2005] Unknown group `'

[Oct 25 06:59:59 2005] Unknown group `'

[Oct 25 07:08:26 2005] Unknown group `'

i did ./services and ./rehash nothing works... :(
Locked