Anope is WTF-ing up on me.

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
dorkbydesign
Posts: 5
Joined: Thu Oct 22, 2009 10:12 am

Anope is WTF-ing up on me.

Post by dorkbydesign »

I can't get Anope to run.

Here's my log.

Code: Select all

  Connected to Server 1 (localhost:6697)
[Oct 25 02:15:23.612423 2009] debug: Sent: PROTOCTL NICKv2 VHP UMODE2 NICKIP TOKEN SJOIN SJOIN2 SJ3 NOQUIT TKLEXT SJB64
[Oct 25 02:15:23.612469 2009] debug: Sent: PASS :password
[Oct 25 02:15:23.612499 2009] Creating services.downloadmii.com((null)) uplinked to No uplink
[Oct 25 02:15:23.612547 2009] debug: Sent: SERVER services.downloadmii.com 0 :Services for IRC Networks
[Oct 25 02:15:23.612657 2009] debug: Received: :irc.downloadmii.com NOTICE AUTH :*** Looking up your hostname...
[Oct 25 02:15:23.612685 2009] debug: unknown message from server (:irc.downloadmii.com NOTICE AUTH :*** Looking up your hostname...)
[Oct 25 02:15:23.613380 2009] debug: Received: :irc.downloadmii.com NOTICE AUTH :*** Found your hostname
[Oct 25 02:15:23.613429 2009] debug: unknown message from server (:irc.downloadmii.com NOTICE AUTH :*** Found your hostname)
[Oct 25 02:15:23.613574 2009] debug: Received: ERROR :Closing Link: [127.0.0.1] (This port is for clients only)
[Oct 25 02:15:23.613604 2009] debug: Closing Link: [127.0.0.1] (This port is for clients only)
[Oct 25 02:15:23.613678 2009] [hs_request] Succesfully saved database
[Oct 25 02:15:23.613701 2009] debug: Saving FFF databases
[Oct 25 02:15:23.614489 2009] Read error from server: Success (error num: 0)
[Oct 25 02:15:23.614556 2009] debug: Sent: SQUIT services.downloadmii.com :Read error from server: Success (error num: 0)
[Oct 25 02:15:23.614588 2009] debug: firstuser() returning NULL (end of list)
[Oct 25 02:15:23.623499 2009] [hs_request] Succesfully saved database
[Oct 25 02:15:23.636914 2009] debug: Cleaning out Module run time directory (/Unreal3.2/services/data/modules/runtime) - this may take a moment please wait
[Oct 25 02:15:23.637074 2009] debug: Module run time directory has been cleaned out

Link Info:

Code: Select all

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 = 6697

        /*
         * 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"
}

Link Block:

Code: Select all

link            irc.downloadmii.com
{
        username        *;
        hostname        localhost;
        bind-ip         *;
        port            6697;
        hub             *;
        password-connect "password";
        password-receive "password";
        class           servers;

                options {
                        /* Note: You should not use autoconnect when linking services */
                        autoconnect;
                        ssl;
                        zip;
                };
Thanks!
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Anope is WTF-ing up on me.

Post by Jobe »

A) Anope CANNOT use SSL
B) Anope CANNOT use zip links
C) Did you read:

Code: Select all

/* Note: You should not use autoconnect when linking services */
D) And looking at the server name you put in your link block I get the impression you're also trying to call Anope AND your IRCd irc.downloadmii.com which isn't possible.
Your IP: Image
Your Country: Image
dorkbydesign
Posts: 5
Joined: Thu Oct 22, 2009 10:12 am

Re: Anope is WTF-ing up on me.

Post by dorkbydesign »

So I should...?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Anope is WTF-ing up on me.

Post by katsklaw »

dorkbydesign wrote:So I should...?

fix the problems.

to spell it out in simple English, remove the options sub block from your link block for services and rename services to something other than what you have called your IRCd.
dorkbydesign
Posts: 5
Joined: Thu Oct 22, 2009 10:12 am

Re: Anope is WTF-ing up on me.

Post by dorkbydesign »

New link block.

Code: Select all

link            services.downloadmii.com
{
        username        *;
        hostname        localhost;
        bind-ip         *;
        port            6697;
        hub             *;
        password-connect "password";
        password-receive "password";
        class           servers;

                options {
                        /* Note: You should not use autoconnect when linking services*/
                };
New error:

Code: Select all

[Oct 26 00:56:19.219768 2009] Connected to Server 1 (localhost:6697)
[Oct 26 00:56:19.219816 2009] debug: Sent: PROTOCTL NICKv2 VHP UMODE2 NICKIP TOKEN SJOIN SJOIN2 SJ3 NOQUIT TKLEXT SJB64
[Oct 26 00:56:19.219848 2009] debug: Sent: PASS :password
[Oct 26 00:56:19.219868 2009] Creating services.downloadmii.com((null)) uplinked to No uplink
[Oct 26 00:56:19.219901 2009] debug: Sent: SERVER services.downloadmii.com 0 :Services for IRC Networks
[Oct 26 00:56:19.220032 2009] debug: Received: :irc.downloadmii.com NOTICE AUTH :*** Looking up your hostname...
[Oct 26 00:56:19.220055 2009] debug: unknown message from server (:irc.downloadmii.com NOTICE AUTH :*** Looking up your hostname...)
[Oct 26 00:56:19.220179 2009] debug: Received: :irc.downloadmii.com NOTICE AUTH :*** Found your hostname (cached)
[Oct 26 00:56:19.220198 2009] debug: unknown message from server (:irc.downloadmii.com NOTICE AUTH :*** Found your hostname (cached))
[Oct 26 00:56:19.220325 2009] debug: Received: ERROR :Link denied (No matching link configuration) [@127.0.0.1.35049]
[Oct 26 00:56:19.220344 2009] debug: Link denied (No matching link configuration) [@127.0.0.1.35049]
[Oct 26 00:56:19.220364 2009] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Oct 26 00:56:19.220501 2009] debug: Received: ERROR :Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
[Oct 26 00:56:19.220519 2009] debug: Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
[Oct 26 00:56:19.220538 2009] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Oct 26 00:56:19.220599 2009] [hs_request] Succesfully saved database
[Oct 26 00:56:19.220616 2009] debug: Saving FFF databases
[Oct 26 00:56:19.221241 2009] Read error from server: Success (error num: 0)
[Oct 26 00:56:19.221287 2009] debug: Sent: SQUIT services.downloadmii.com :Read error from server: Success (error num: 0)
[Oct 26 00:56:19.221313 2009] debug: firstuser() returning NULL (end of list)
[Oct 26 00:56:19.228527 2009] [hs_request] Succesfully saved database
[Oct 26 00:56:19.239634 2009] debug: Cleaning out Module run time directory (/Unreal3.2/services/data/modules/runtime) - this may take a moment please wait
[Oct 26 00:56:19.239763 2009] debug: Module run time directory has been cleaned out
Locked