Help with Anope (Win32)

These are old archives. They are kept for historic purposes only.
Post Reply
deleted-46527

Help with Anope (Win32)

Post 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.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Help with Anope (Win32)

Post by Stealth »

services.localhost.net is not services.xxx
deleted-46527

Re: Help with Anope (Win32)

Post by deleted-46527 »

I fixed that, but it still says services are down
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Help with Anope (Win32)

Post 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,
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Help with Anope (Win32)

Post by Stealth »

Did you rehash and relink your services?
deleted-46527

Re: Help with Anope (Win32)

Post 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
Last edited by deleted-46527 on Sat Oct 02, 2010 5:01 pm, edited 1 time in total.
deleted-46527

Re: Help with Anope (Win32)

Post by deleted-46527 »

I HAVE FIXED THE PROBLEM. NUMERIC IN SERVICES.CONF BLOCKED THE LINK.

if any mod will please delete the thread
Post Reply