Page 1 of 1

Help with Anope (Win32)

Posted: Fri Oct 01, 2010 8:54 pm
by deleted-46527
All right, I need help with Anope IRC Services.

After I type something like /cs help, it replys to me "Services are currently down. Please try again later."
I believe I configured Anope and UnrealIRCd right.
Here are the important parts of the .conf's

unrealircd.conf

Code: Select all

include aliases/anope.conf

ulines {
...
};

       link services.localhost.net
        {
            username        Services;
            hostname        services.xxx;
            bind-ip         *;
            port            6667;
            hub             *;
            password-connect "MY PASSWORD";
            password-receive "MY PASSWORD";
            class           servers;
        };

/* Network Configuration */
set {
....
services.conf

Code: Select all

ServerName  "services.xxxx"
ServiceUser "services@xxx"
:oops: I'm very new to configuring IRCd's, so please don't be harsh.

Re: Help with Anope (Win32)

Posted: Sat Oct 02, 2010 4:07 am
by Stealth
services.localhost.net is not services.xxx

Re: Help with Anope (Win32)

Posted: Sat Oct 02, 2010 12:57 pm
by deleted-46527
I fixed that, but it still says services are down

Re: Help with Anope (Win32)

Posted: Sat Oct 02, 2010 2:34 pm
by katsklaw
deleted-46527 wrote:I fixed that, but it still says services are down

Please explain step by step what you did to correct the issue and all steps taken after you fixed it.


Thanks,

Re: Help with Anope (Win32)

Posted: Sat Oct 02, 2010 4:09 pm
by Stealth
Did you rehash and relink your services?

Re: Help with Anope (Win32)

Posted: Sat Oct 02, 2010 4:37 pm
by deleted-46527
All the time. /cs help = Services are currently down. Please try again later. >.>

This is the error I get when typing anope in CMD.

*** LocOps -- Link [@127.0.0.1.53430] denied, colliding server numeric

Re: Help with Anope (Win32)

Posted: Sat Oct 02, 2010 5:04 pm
by deleted-46527
I HAVE FIXED THE PROBLEM. NUMERIC IN SERVICES.CONF BLOCKED THE LINK.

if any mod will please delete the thread