Page 1 of 1

Anope *HELP*

Posted: Thu Mar 06, 2008 7:41 pm
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 ?

Re: Anope *HELP*

Posted: Thu Mar 06, 2008 9:26 pm
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

Re: Anope *HELP*

Posted: Thu Mar 06, 2008 10:02 pm
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

Re: Anope *HELP*

Posted: Thu Mar 06, 2008 10:56 pm
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

Re: Anope *HELP*

Posted: Fri Mar 07, 2008 11:43 am
by DaniQ
FIXED, CHECK FIRST THREAD; THERES A NEW ERROR!

Re: Anope *HELP*

Posted: Fri Mar 07, 2008 1:58 pm
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.

Re: Anope *HELP*

Posted: Fri Mar 07, 2008 10:17 pm
by DaniQ
I mean look here!!

[Mar 07 06:41:20 2008] FATAL: Can't connect to server: Connection refused

Re: Anope *HELP*

Posted: Fri Mar 07, 2008 10:18 pm
by Jobe
And that means you specified the wrong port/host in RemoteServer

Re: Anope *HELP*

Posted: Fri Mar 07, 2008 10:46 pm
by DaniQ
The host on both is: 213.226.86.170
The port on both is: 7029 OR 6029

Re: Anope *HELP*

Posted: Sat Mar 08, 2008 1:07 pm
by Jobe
And do you have a listen block for either port in your unrealircd.conf?

Re: Anope *HELP*

Posted: Mon Mar 10, 2008 2:21 pm
by DaniQ
I have fixed the problem,