Anope problems [linking]

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
Fetish
Posts: 4
Joined: Mon Mar 21, 2005 6:35 pm

Anope problems [linking]

Post 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]" 
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Did you /rehash?
Are you sure your link block isn't commented out?
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Fetish
Posts: 4
Joined: Mon Mar 21, 2005 6:35 pm

Post by Fetish »

block is not commented...and i /rehash Unreal..i even reboot my box...i dunno what to do?!?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Remove the bind-ip statement and paste the output of /stats C
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Fetish
Posts: 4
Joined: Mon Mar 21, 2005 6:35 pm

Post 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
Fetish
Posts: 4
Joined: Mon Mar 21, 2005 6:35 pm

Post 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
Locked