Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Read Error from Server  (Read 12550 times)

0 Members and 1 Guest are viewing this topic.

Dimon-z

  • Guest
Read Error from Server
« on: July 18, 2008, 07:09:18 PM »

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
How to fix
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: Read Error from Server
« Reply #1 on: July 18, 2008, 07:53:25 PM »

Authentication failed means either the username or the password are wrong, generally the username in the link config should be *.
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

Dimon-z

  • Guest
Re: Read Error from Server
« Reply #2 on: July 18, 2008, 08:18:43 PM »

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";
};
services.conf
Quote
RemoteServer    localhost 7029 "password"
ServerName  "services.localhost.net"
ServiceUser "services@localhost.net"
Users in link * and auth error(
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: Read Error from Server
« Reply #3 on: July 18, 2008, 08:29:06 PM »

May I ask which IRCd you are using?
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

Dimon-z

  • Guest
Re: Read Error from Server
« Reply #4 on: July 18, 2008, 08:32:09 PM »

UnrealIRCd 3.2.7

« Last Edit: July 18, 2008, 08:38:15 PM by Dimon-z »
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: Read Error from Server
« Reply #5 on: July 18, 2008, 08:35:16 PM »

Firstly, your debug log shows you didnt compile Anope for Unreal
Secondly, Anope 1.6.* does NOT officially support Unreal 3.2.*
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/
Pages: [1]   Go Up