[IRCServices] Error on IRC services

Craig McLure Craig at frostycoolslug.com
Wed Feb 16 22:44:21 PST 2005


Seeing as you appear to be doing the connection internally, try binding 
Services socket to 192.168.0.7 Also, check the port you are connecting 
services too is a server port. I'm not sure how bahamut works, but it 
looks like services is trying to connect to a client port there (I could 
be wrong)

Obviously, make sure you've modified your ircservices.conf to match the 
connect{} block, and rehashed your IRCd to allow the server to connect.

The info given was kinda cryptic, so i'm just throwing out a few 
possible problems. If you have any more info to give, feel free to reply.

Thanks

/****************************************
  *     Craig "FrostyCoolSlug" McLure
  *       Craig at FrostyCoolSlug.com
  * InspIRCd   - http://www.inspircd.org
  * ChatSpike  - http://www.chatspike.net
  ****************************************/

JM wrote:
> 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,
> 
> ------------------------------------------------------------------
> To unsubscribe or change your subscription options, visit:
> http://lists.ircservices.za.net/mailman/listinfo/ircservices
>