[IRCServices] Error on IRC services

JM jerome at gmanmi.tv
Wed Feb 16 19:31:48 PST 2005


i got this error from ircservice..

-- conenct block from ircd.conf - bahamut
connect {
    // required tokens
    name    services.test.com;    # Other server's name
    host    192.168.0.7;    # Other server's host
    apasswd secret;         # Password to accept from other server
    cpasswd secret;         # Password to send to other server

    // optional tokens
    // port    7000;           # Port to autoconnect to other server on
    // bind    127.0.0.1;      # IP to connect from
    // flags   ZEH;            # Flags for this link
    // class   servers;        # Connection class to use for this link
};

[Feb 17 11:05:55.785722 2005] debug: Received: :irc.test.com NOTICE AUTH :*** Looking up your hostname...
[Feb 17 11:05:55.785945 2005] debug: Received: :irc.test.com NOTICE AUTH :*** Found your hostname, cached
[Feb 17 11:05:55.786161 2005] debug: Received: :irc.test.com NOTICE AUTH :*** Checking Ident
[Feb 17 11:05:55.786377 2005] debug: Received: :irc.test.com NOTICE AUTH :*** No Ident response
[Feb 17 11:05:55.786591 2005] debug: Received: :irc.test.com 451  PING :Register first.
[Feb 17 11:05:55.786806 2005] unknown message from server (:irc.test.com 451  PING :Register first.)
[Feb 17 11:05:55.822143 2005] debug: Received: ERROR :Closing Link: 0.0.0.0 (No Connect block)
[Feb 17 11:05:55.822571 2005] unknown message from server (ERROR :Closing Link: 0.0.0.0 (No Connect block))
[Feb 17 11:05:55.822896 2005] debug: sockets: read(4): Connection reset by peer

TIA,