Anope problems [linking]
Posted: Mon Mar 21, 2005 6:42 pm
UnrealIRCd 3.2.2b
Anope 1.7.7
both on the same machine..
anope debugung output :
Unreal conf :
anope conf :
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) 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;
}; Code: Select all
RemoteServer localhost 6669 "LSD"
ServerName "services.local"
ServiceUser "[email protected]"