Page 1 of 1

Anope problems [linking]

Posted: Mon Mar 21, 2005 6:42 pm
by Fetish
UnrealIRCd 3.2.2b
Anope 1.7.7

both on the same machine..

anope debugung output :

Code: Select all

[Mar 19 12:32:04.630113 2005] debug: Received: :Fetish.Labs.zgw NOTICE AUTH :*** Looking up your hostname... 
[Mar 19 12:32:04.875893 2005] debug: Received: :Fetish.Labs.zgw NOTICE AUTH :*** Found your hostname 
[Mar 19 12:32:04.903638 2005] debug: Received: ERROR :Link denied (No matching link configuration) [@127.0.0.1.1028] 
[Mar 19 12:32:04.904444 2005] ERROR: Link denied (No matching link configuration) [@127.0.0.1.1028] 
[Mar 19 12:32:04.906820 2005] debug: Received: ERROR :Closing Link: [127.0.0.1] (Link denied (No matching link configuration)) 
[Mar 19 12:32:04.907721 2005] ERROR: Closing Link: [127.0.0.1] (Link denied (No matching link configuration)) 
[Mar 19 12:32:04.908808 2005] Read error from server: No such file or directory (error num: 2) 
[Mar 19 12:32:04.909825 2005] debug: Sent: SQUIT services.localhost.net :Read error from server: No such file or directory (error num: 2) 
Unreal conf :

Code: Select all

link            services.local 
{ 
   username   *; 
   hostname    127.0.0.1; 
   bind-ip    127.0.0.1; 
   port       6669; 
   hub             *; 
   password-connect "LSD"; 
   password-receive "LSD"; 
   class           servers; 
      options { 
          
}; 
}; 


ulines { 
   services.local; 
}; 
anope conf :

Code: Select all

RemoteServer    localhost 6669 "LSD" 
ServerName  "services.local" 
ServiceUser "[email protected]" 

Posted: Mon Mar 21, 2005 7:05 pm
by Dukat
Did you /rehash?
Are you sure your link block isn't commented out?

Posted: Mon Mar 21, 2005 7:12 pm
by Fetish
block is not commented...and i /rehash Unreal..i even reboot my box...i dunno what to do?!?

Posted: Mon Mar 21, 2005 7:18 pm
by Dukat
Remove the bind-ip statement and paste the output of /stats C

Posted: Mon Mar 21, 2005 7:44 pm
by Fetish
i remove bind-ip statement ..and here is c/p that you ask for :

Code: Select all

C [email protected] * services.local 6669 servers
H * * services.local
End of /STATS report
-
-FetishLabs.local- *** LocOps -- Link denied for services.local([email protected]) (Username 'unknown' didn't match 'Fetish') [@127.0.0.1.1026]
-FetishLabs.local- *** Connect: Server services is not configured for linking

Posted: Mon Mar 21, 2005 8:09 pm
by Fetish
lol :)

Code: Select all

link            services.local 
{ 
   username   Fetish; 
i have add username Fetish and "/stats c" hit me with error..but when i try with "username *;" :lol:
tnx Dukat for hint /stats c
works just fine