Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Barton Ip on October 30, 2009, 07:54:38 AM

Title: Services don't work. Help please?
Post by: Barton Ip on October 30, 2009, 07:54:38 AM
Code: [Select]
debug: Saving FFF databases
[Oct 30 00:45:07.488754 2009] Connected to Server 1 (localhost:8067)
[Oct 30 00:45:07.488838 2009] debug: Sent: PROTOCTL NICKv2 VHP UMODE2 NICKIP TOKEN SJOIN SJOIN2 SJ3 NOQUIT TKLEXT SJB64
[Oct 30 00:45:07.488904 2009] debug: Sent: PASS :password
[Oct 30 00:45:07.488933 2009] Creating services.downloadmii.com((null)) uplinked to No uplink
[Oct 30 00:45:07.489026 2009] debug: Sent: SERVER services.downloadmii.com 0 :Services for IRC Networks
[Oct 30 00:45:07.489185 2009] debug: Received: :irc.downloadmii.com NOTICE AUTH :*** Looking up your hostname...
[Oct 30 00:45:07.489212 2009] debug: unknown message from server (:irc.downloadmii.com NOTICE AUTH :*** Looking up your hostname...)
[Oct 30 00:45:07.489363 2009] debug: Received: :irc.downloadmii.com NOTICE AUTH :*** Found your hostname (cached)
[Oct 30 00:45:07.489388 2009] debug: unknown message from server (:irc.downloadmii.com NOTICE AUTH :*** Found your hostname (cached))
[Oct 30 00:45:07.489542 2009] debug: Received: ERROR :Link denied (No matching link configuration) [@127.0.0.1.37575]
[Oct 30 00:45:07.489565 2009] debug: Link denied (No matching link configuration) [@127.0.0.1.37575]
[Oct 30 00:45:07.489587 2009] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Oct 30 00:45:07.489756 2009] debug: Received: ERROR :Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
[Oct 30 00:45:07.489778 2009] debug: Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
[Oct 30 00:45:07.489799 2009] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Oct 30 00:45:07.489866 2009] [hs_request] Succesfully saved database
[Oct 30 00:45:07.489893 2009] debug: Saving FFF databases
[Oct 30 00:45:07.490503 2009] Read error from server: Success (error num: 0)
[Oct 30 00:45:07.490562 2009] debug: Sent: SQUIT services.downloadmii.com :Read error from server: Success (error num: 0)
[Oct 30 00:45:07.490595 2009] debug: firstuser() returning NULL (end of list)
[Oct 30 00:45:07.498614 2009] [hs_request] Succesfully saved database
[Oct 30 00:45:07.510971 2009] debug: Cleaning out Module run time directory (/Unreal3.2/services/data/modules/runtime) - this may take a moment please wait
[Oct 30 00:45:07.511095 2009] debug: Module run time directory has been cleaned out
Code: [Select]
link            services.downloadmii.com
{
        username        *;
        hostname        localhost;
        bind-ip         *;
        port            8067;
        hub             *;
        password-connect "password";
        password-receive "password";
        class           servers;

                options {
                        /* Note: You should not use autoconnect when linking services */

                };
Code: [Select]
uplink
{
        /*
         * The IP or hostname of the IRC server you wish to connect Services to.
         * Usually, you will want to connect Services over 127.0.0.1 (aka localhost).
         *
         * NOTE: On some shell providers, this will not be an option.
         */
host = "localhost"

        /*
         * The port to connect to.
         * The IRCd *MUST* be configured to listen on this port, and to accept
         * server connections.
         *
         * Refer to your IRCd documentation for how this is to be done.
         */
port = 8067

        /*
         * The password to send to the IRC server for authentication.
         * This must match the link block on your IRCd.
         *
         * Refer to your IRCd documentation for more information on link blocks.
         */
password = "password"
}


Title: Re: Services don't work. Help please?
Post by: Jens Voss on October 30, 2009, 08:09:31 AM
Hi,

The IRCd says: "No matching link configuration for 127.0.0.1". It seems the lookup of "localhost" does not work. Change "localhost" in your link block to "127.0.0.1" and try again.
Title: Re: Services don't work. Help please?
Post by: Barton Ip on October 30, 2009, 08:21:56 AM
I changed the localhost references in the unrealircd.conf and services.conf and I still get the same error message.
Title: Re: Services don't work. Help please?
Post by: Charles Kingsley on October 30, 2009, 08:57:55 AM
Did you rehash unreal?

Check /stats C and /stats U
Title: Re: Services don't work. Help please?
Post by: Barton Ip on October 30, 2009, 09:07:38 PM
I rehashed Unreal and doesn't work.
Title: Re: Services don't work. Help please?
Post by: Charles Kingsley on October 31, 2009, 11:18:20 AM
But you didn't do what I asked.