Problem Anope 1.8.5 link to Unreal 3.2

These are old archives. They are kept for historic purposes only.
Post Reply
serogo
Posts: 3
Joined: Fri Jan 28, 2011 2:47 pm

Problem Anope 1.8.5 link to Unreal 3.2

Post 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.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Problem Anope 1.8.5 link to Unreal 3.2

Post 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.
serogo
Posts: 3
Joined: Fri Jan 28, 2011 2:47 pm

Re: Problem Anope 1.8.5 link to Unreal 3.2

Post 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;
};
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Problem Anope 1.8.5 link to Unreal 3.2

Post by Jobe »

Did you remember to /rehash?
Your IP: Image
Your Country: Image
serogo
Posts: 3
Joined: Fri Jan 28, 2011 2:47 pm

Re: Problem Anope 1.8.5 link to Unreal 3.2

Post by serogo »

Thanks to the official support. Deal with the problem.
After rehesh it worked!
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Problem Anope 1.8.5 link to Unreal 3.2

Post 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.
Post Reply