Anope *HELP*

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
DaniQ
Posts: 6
Joined: Thu Mar 06, 2008 7:37 pm

Anope *HELP*

Post by DaniQ »

HI, iam using anope im starting the unreal ircd perfect no warmnings or errors but when i start anope i get an error!

Heres the anope log!
[Mar 07 06:41:19 2008] services.conf: Missing `@' for ServiceUser
[Mar 07 06:41:19 2008] Every UserKey must be different. It's for YOUR safety! Remember that!
[Mar 07 06:41:19 2008] Loading IRCD Protocol Module: [unreal32]
[Mar 07 06:41:19 2008] status: [0][Module, Okay - No Error]
[Mar 07 06:41:19 2008] Loading Encryption Module: [enc_none]
[Mar 07 06:41:19 2008] status: [0][Module, Okay - No Error]
[Mar 07 06:41:19 2008] Anope 1.7.21 (1341) (ircd protocol: UnrealIRCd 3.2+) starting up
[Mar 07 06:41:20 2008] ms_rsend requested unload...
[Mar 07 06:41:20 2008] debug: trying to load core module [ms_rsend]
[Mar 07 06:41:20 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]

[Mar 07 06:41:20 2008] Databases loaded
[Mar 07 06:41:20 2008] Info: Reflecting database records.
[Mar 07 06:41:20 2008] FATAL: Can't connect to server: Connection refused
How to fix that ?
Last edited by DaniQ on Fri Mar 07, 2008 11:48 am, edited 2 times in total.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Anope *HELP*

Post by Jobe »

Ok can you run Anope in debug mode, then find a line in the log file that looks like "debug: received: ERROR :<message>"

To run Anope in debug mode use ./services -debug on *nix or anope.exe -debug on windows
Your IP: Image
Your Country: Image
DaniQ
Posts: 6
Joined: Thu Mar 06, 2008 7:37 pm

Re: Anope *HELP*

Post by DaniQ »

Jobe1986 wrote:Ok can you run Anope in debug mode, then find a line in the log file that looks like "debug: received: ERROR :<message>"

To run Anope in debug mode use ./services -debug on *nix or anope.exe -debug on windows
When i run anope in debug i get this!

Here the whole log: http://rapidshare.com/files/97590051/se ... 80306.html
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Anope *HELP*

Post by Jobe »

ERROR :Closing Link: [213.226.86.170] (Link denied (Authentication failed))
That means something in your link block isn't right.

Usually either username or hostname in this case.

Make sure hostname is "213.226.86.170" and username is *

If that still doesnt work, check the password-receive matches the password you supplied in RemoteServer in services.conf
Your IP: Image
Your Country: Image
DaniQ
Posts: 6
Joined: Thu Mar 06, 2008 7:37 pm

Re: Anope *HELP*

Post by DaniQ »

FIXED, CHECK FIRST THREAD; THERES A NEW ERROR!
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Anope *HELP*

Post by Jobe »

ms_rsend is nothing to worry about as long as Anope is running.

If you wish to get rid of the error though, you will need to read example.conf on how to enable MemServ memo reciepts.
Your IP: Image
Your Country: Image
DaniQ
Posts: 6
Joined: Thu Mar 06, 2008 7:37 pm

Re: Anope *HELP*

Post by DaniQ »

I mean look here!!

[Mar 07 06:41:20 2008] FATAL: Can't connect to server: Connection refused
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Anope *HELP*

Post by Jobe »

And that means you specified the wrong port/host in RemoteServer
Your IP: Image
Your Country: Image
DaniQ
Posts: 6
Joined: Thu Mar 06, 2008 7:37 pm

Re: Anope *HELP*

Post by DaniQ »

The host on both is: 213.226.86.170
The port on both is: 7029 OR 6029
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Anope *HELP*

Post by Jobe »

And do you have a listen block for either port in your unrealircd.conf?
Your IP: Image
Your Country: Image
DaniQ
Posts: 6
Joined: Thu Mar 06, 2008 7:37 pm

Re: Anope *HELP*

Post by DaniQ »

I have fixed the problem,
Locked