Anope Support > 1.6.x (Read Only)
Read Error from Server
Dimon-z:
--- Quote ---[Jul 18 18:04:36.985876 2008] Connected to Server 1 (127.0.0.1:6067)
[Jul 18 18:04:36.985927 2008] debug: Sent: PASS password :TS
[Jul 18 18:04:36.985956 2008] debug: Sent: CAPAB NICKIP SSJ5 TS5 CLIENT
[Jul 18 18:04:36.985980 2008] debug: Sent: SERVER services.irc.local 1 :R3AL Services
[Jul 18 18:04:36.986000 2008] debug: Sent: SVINFO 3 1 0 :1216404276
[Jul 18 18:04:36.986560 2008] debug: Sent: CLIENT NickServ 1 1216404276 +S + services localhost.net * services.irc.local 0 0 :Nickname Server
[Jul 18 18:04:36.986586 2008] debug: Sent: SQLINE NickServ :Reserved for services
[Jul 18 18:04:36.986606 2008] debug: Sent: CLIENT ChanServ 1 1216404276 +S + services localhost.net * services.irc.local 0 0 :Channel Server
[Jul 18 18:04:36.986625 2008] debug: Sent: SQLINE ChanServ :Reserved for services
[Jul 18 18:04:36.986645 2008] debug: Sent: CLIENT HostServ 1 1216404276 +o + services localhost.net * services.irc.local 0 0 :vHost Server
[Jul 18 18:04:36.986678 2008] debug: Sent: SQLINE HostServ :Reserved for services
[Jul 18 18:04:36.986697 2008] debug: Sent: CLIENT MemoServ 1 1216404276 +S + services localhost.net * services.irc.local 0 0 :Memo Server
[Jul 18 18:04:36.986714 2008] debug: Sent: SQLINE MemoServ :Reserved for services
[Jul 18 18:04:36.986732 2008] debug: Sent: CLIENT BotServ 1 1216404276 +S + services localhost.net * services.irc.local 0 0 :Bot Server
[Jul 18 18:04:36.986749 2008] debug: Sent: SQLINE BotServ :Reserved for services
[Jul 18 18:04:36.986768 2008] debug: Sent: CLIENT HelpServ 1 1216404276 +Sh + services localhost.net * services.irc.local 0 0 :Help Server
[Jul 18 18:04:36.986785 2008] debug: Sent: SQLINE HelpServ :Reserved for services
[Jul 18 18:04:36.986803 2008] debug: Sent: CLIENT OperServ 1 1216404276 +iS + services localhost.net * services.irc.local 0 0 :Operator Server
[Jul 18 18:04:36.986820 2008] debug: Sent: SQLINE OperServ :Reserved for services
[Jul 18 18:04:36.986838 2008] debug: Sent: CLIENT Global 1 1216404276 +iS + services localhost.net * services.irc.local 0 0 :Global Noticer
[Jul 18 18:04:36.986855 2008] debug: Sent: SQLINE Global :Reserved for services
[Jul 18 18:04:36.986871 2008] debug: Received: :vps1200.serverex.net NOTICE AUTH :*** Looking up your hostname...
[Jul 18 18:04:36.986894 2008] unknown message from server (:vps1200.serverex.net NOTICE AUTH :*** Looking up your hostname...)
[Jul 18 18:04:36.986912 2008] debug: Top of main loop
[Jul 18 18:04:36.986999 2008] debug: Received: :vps1200.serverex.net NOTICE AUTH :*** Couldn't resolve your hostname; using your IP address instead
[Jul 18 18:04:36.987015 2008] unknown message from server (:vps1200.serverex.net NOTICE AUTH :*** Couldn't resolve your hostname; using your IP address instead)
[Jul 18 18:04:36.987029 2008] debug: Top of main loop
[Jul 18 18:04:37.113317 2008] debug: Received: :vps1200.serverex.net 451 CAPAB :You have not registered
[Jul 18 18:04:37.113355 2008] unknown message from server (:vps1200.serverex.net 451 CAPAB :You have not registered)
[Jul 18 18:04:37.113374 2008] debug: Top of main loop
[Jul 18 18:04:37.113462 2008] debug: Received: ERROR :Link denied (Authentication failed) [@127.0.0.1.39567]
[Jul 18 18:04:37.113478 2008] unknown message from server (ERROR :Link denied (Authentication failed) [@127.0.0.1.39567])
[Jul 18 18:04:37.113492 2008] debug: Top of main loop
[Jul 18 18:04:37.113591 2008] debug: Received: ERROR :Closing Link: [127.0.0.1] (Link denied (Authentication failed))
[Jul 18 18:04:37.113607 2008] unknown message from server (ERROR :Closing Link: [127.0.0.1] (Link denied (Authentication failed)))
[Jul 18 18:04:37.113621 2008] debug: Top of main loop
[Jul 18 18:04:37.113658 2008] Read error from server: No such file or directory
[Jul 18 18:04:37.113697 2008] debug: Sent: :services.irc.local SQUIT services.irc.local :Read error from server: No such file or directory
--- End quote ---
How to fix
Jobe:
Authentication failed means either the username or the password are wrong, generally the username in the link config should be *.
Dimon-z:
unreallircd.conf
--- Quote ---listen *:7029;
{
options
{
serversonly;
};
};
...
link services.localhost.net
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7029;
hub *;
password-connect "password";
password-receive "password";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
#autoconnect;
};
};
ulines {
services.localhost.net;
stats.irc.local;
};
in set {
...
services-server "services.localhost.net";
};
--- End quote ---
services.conf
--- Quote ---RemoteServer localhost 7029 "password"
ServerName "services.localhost.net"
ServiceUser "services@localhost.net"
--- End quote ---
Users in link * and auth error(
Jobe:
May I ask which IRCd you are using?
Dimon-z:
UnrealIRCd 3.2.7
Navigation
[0] Message Index
[#] Next page
Go to full version