Page 1 of 1

Problem Anope 1.8.5 link to Unreal 3.2

Posted: Fri Jan 28, 2011 3:14 pm
by serogo
Hi.
I have a problem connecting anope to unreal.
Stack error:

Code: Select all

[Jan 28 17:03:09 2011] Anope 1.8.5 (3037) (ircd protocol: UnrealIRCd 3.2+) starting up
[Jan 28 17:03:09 2011] MSMemoReceipt not enabled in services.conf
[Jan 28 17:03:09 2011] ms_rsend requested unload...
[Jan 28 17:03:09 2011] debug: trying to load core module [ms_rsend]
[Jan 28 17:03:09 2011] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jan 28 17:03:09 2011] MySQL: has been enabled.
[Jan 28 17:03:09 2011] MySQL: client version 5.1.41.
[Jan 28 17:03:09 2011] Databases loaded
[Jan 28 17:03:09 2011] Info: Reflecting database records.
[Jan 28 17:03:09 2011] Connected to Server 1 (127.0.0.1:6669)
[Jan 28 17:03:10 2011] Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf
[Jan 28 17:03:10 2011] Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf
[Jan 28 17:03:10 2011] Read error from server: Success (error num: 0)

OS: ubuntu server 10.04
Unreal 3.2
Anope 1.8.5

complete error log: http://codepaste.ru/5290/
Anope config: http://codepaste.ru/5291/
Unreal config: http://codepaste.ru/5293/

Thanks.

Re: Problem Anope 1.8.5 link to Unreal 3.2

Posted: Fri Jan 28, 2011 5:52 pm
by katsklaw
[Jan 28 16:41:41.292284 2011] debug: Link denied (No matching link configuration) [@127.0.0.1.58651]
[Jan 28 16:41:41.292313 2011] Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf
[Jan 28 16:41:41.292474 2011] debug: Received: ERROR :Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
[Jan 28 16:41:41.292503 2011] debug: Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
[Jan 28 16:41:41.292526 2011] Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf

Just a guess but I'd bet your link block isn't correct (the cached copy, not the hard copy).

Here's what I'd do, add an oper block for your self since you don't have one and thus can't see errors on IRC. Then in shell cd to the unreal directory you installed to and type: ./unreal rehash then on IRC oper up (use the /oper command) and try connecting services again, my guess is it'll work then.

Re: Problem Anope 1.8.5 link to Unreal 3.2

Posted: Sat Jan 29, 2011 8:58 am
by serogo
I did as you said and got a notice from the server:

Code: Select all

NOTICE *** LocOps -- Link denied for services.irc.mydomain.com([email protected]) (No link block named 'services.irc.mydomain.com') [@127.0.0.1.41098]
for the tests, I changed the configuration, but got the same error

Code: Select all

link          services.irc.mydomain.com
{
        username        unknown;
        hostname        127.0.0.1;
        bind-ip         *;
        port            7029;
        hub             *;
        password-connect "linkstat";
        password-receive "linkstat";
        class           servers;
};

Re: Problem Anope 1.8.5 link to Unreal 3.2

Posted: Sat Jan 29, 2011 11:01 am
by Jobe
Did you remember to /rehash?

Re: Problem Anope 1.8.5 link to Unreal 3.2

Posted: Sat Jan 29, 2011 11:17 am
by serogo
Thanks to the official support. Deal with the problem.
After rehesh it worked!

Re: Problem Anope 1.8.5 link to Unreal 3.2

Posted: Sat Jan 29, 2011 7:09 pm
by katsklaw
serogo wrote:Thanks to the official support. Deal with the problem.
After rehesh it worked!

If you re-read my original post, I told you to rehash.