Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Nick collision on hs error :/  (Read 5541 times)

0 Members and 1 Guest are viewing this topic.

Shuny

  • Guest
Nick collision on hs error :/
« on: April 18, 2006, 11:33:57 AM »

Hi !

First, thanks for your really good program !

I have a small problem with the latest version of Anope (March 27th 2006 I think, i don't rebember) and UnrealIRCD 3.2

I tried lots and lots of configuration, but I've got always an error, that why I post this topic.

Here is my configuration :

UnrealIRCD :

Code: [Select]
listen         *:6668
{
options
{
serversonly;
};
};

Code: [Select]

link            services.legalpirate.ru
{
username *;
hostname 192.168.0.6;
bind-ip *;
port 6668;
hub             *;
password-connect "<MY PASS>";
password-receive "<MY PASS>";
class           servers;
options {
zip;
};

Code: [Select]

ulines {
services.legalpirate.ru;
stats.legalpirate.ru;
};


And now the interesting parts of services.conf of Anope :

Code: [Select]

RemoteServer    192.168.0.6 6668 "<MY PASS>"

Code: [Select]

ServerName  "services.legalpirate.ru"


Then, the log I saved from Anope :

Code: [Select]

[Apr 18 12:20:18 2006] Loading IRCD Protocol Module: [unreal32]
[Apr 18 12:20:18 2006] status: [0][Module, Okay - No Error]
[Apr 18 12:20:18 2006] Launching Anope into the background
[Apr 18 12:20:18 2006] Anope 1.7.14 (1023) (ircd protocol: UnrealIRCd 3.2+) starting up
[Apr 18 12:20:20 2006] Databases loaded
[Apr 18 12:20:20 2006] Info: Reflecting database records.
[Apr 18 12:20:20 2006] Connected to Server 1 (192.168.0.6:6668)
[Apr 18 12:20:20 2006] trying to load [cs_appendtopic]
[Apr 18 12:20:20 2006] [cs_appendtopic] Loaded succesfully
[Apr 18 12:20:20 2006] status: [0][Module, Okay - No Error]
[Apr 18 12:20:20 2006] trying to load [cs_enforce]
[Apr 18 12:20:20 2006] status: [0][Module, Okay - No Error]
[Apr 18 12:20:20 2006] trying to load [ns_maxemail]
[Apr 18 12:20:20 2006] status: [0][Module, Okay - No Error]
[Apr 18 12:20:20 2006] trying to load [ns_noop]
[Apr 18 12:20:20 2006] ns_noop: Loading configuration directives
[Apr 18 12:20:20 2006] ns_noop: NSAutoOPDBName is not defined in Services configuration file, using default autoop.db
[Apr 18 12:20:20 2006] ns_noop: Directive NSAutoOPDBName loaded (autoop.db)...
[Apr 18 12:20:20 2006] status: [0][Module, Okay - No Error]
[Apr 18 12:20:20 2006] trying to load [os_info]
[Apr 18 12:20:20 2006] os_info: Loading configuration directives...
[Apr 18 12:20:20 2006] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Apr 18 12:20:20 2006] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Apr 18 12:20:20 2006] os_info: WARNING: can not open the database file! (it might not exist, this is not fatal)
[Apr 18 12:20:20 2006] status: [0][Module, Okay - No Error]
[Apr 18 12:20:20 2006] trying to load [hs_request]
[Apr 18 12:20:20 2006] hs_request loaded
[Apr 18 12:20:20 2006] status: [0][Module, Okay - No Error]
[Apr 18 12:20:20 2006] user: New maximum user count: 1
[Apr 18 12:20:20 2006] Server irc.legalpirate.ru is done syncing
[Apr 18 12:20:20 2006] FATAL: introduce_user() loop detected


Last, message which appears in mIRC :

Code: [Select]

-irc.legalpirate.ru- *** Notice -- Link services.legalpirate.ru -> irc.legalpirate.ru is now synced [secs: 0 recv: 2.991 sent: 3.666]
-irc.legalpirate.ru- *** Global -- Nick collision on hs (services.legalpirate.ru 1145355620 <- services.legalpirate.ru 1145355620) <NOTE FROM ME : This message is writted a lot of times>
-
-irc.legalpirate.ru- *** Global -- from services.legalpirate.ru: FATAL ERROR!  introduce_user() loop detected
-
-irc.legalpirate.ru- Lost connection to services.legalpirate.ru[192.168.0.6]:Connection reset by peer


192.168.0.6 is my local IP.

Again a big thanks !

Shuny
Logged

ShelLuser

  • Guest
(No subject)
« Reply #1 on: April 18, 2006, 04:55:03 PM »

First of all services don't use ziplinks, so you should leave that out. It also looks to me as if your anope isn't fully configured, especially the warnings about not finding certain database files is something I think you should look into.
Logged

Shuny

  • Guest
(No subject)
« Reply #2 on: April 18, 2006, 05:00:54 PM »

Quote
Message original :  ShelLuser
First of all services don't use ziplinks, so you should leave that out. It also looks to me as if your anope isn't fully configured, especially the warnings about not finding certain database files is something I think you should look into.

I found the error, it was a conflict with alias (HostServer and HelpServer = hs = Conflict :/)

Thanks ! Anope rocks !
Logged

Dave Robson

  • Team
  • *
  • Offline Offline
  • Posts: 357
(No subject)
« Reply #3 on: April 18, 2006, 05:04:11 PM »

If i had to guess you've got HostServ's name set to "hs" and you've also got the HostAlias set to hs too....
Logged
Pages: [1]   Go Up