Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Can't get Anope to start with UnrealIRCD 3.2.9  (Read 8765 times)

0 Members and 1 Guest are viewing this topic.

Chris

  • Anope User
  • Offline Offline
  • Posts: 4
Can't get Anope to start with UnrealIRCD 3.2.9
« on: December 19, 2011, 04:03:57 AM »

Hey guys,

This is my first time trying to install Anope for Unreal 3.2.9 and when I run the service I get no output at all, no confirmation message or failure message. I replaces sensitive info with $$ so if you are wondering why certain parameters have that, that would be why.

Any help would be greatly appreciated!

Here is my anope config file:

http://pastebin.com/aYS5RPnj

Here is my log file for anope:

Code: [Select]
[Dec 19 06:40:08 2011] Every UserKey must be different. It's for YOUR safety! Remember that!
[Dec 19 06:40:08 2011] Loading IRCD Protocol Module: [unreal32]
[Dec 19 06:40:08 2011] status: [0][Module, Okay - No Error]
[Dec 19 06:40:08 2011] Loading Encryption Module: [enc_md5]
[Dec 19 06:40:08 2011] status: [0][Module, Okay - No Error]
[Dec 19 06:40:08 2011] Anope 1.8.6 (3072) (ircd protocol: UnrealIRCd 3.2+) starting up
[Dec 19 06:40:08 2011] MSMemoReceipt not enabled in services.conf
[Dec 19 06:40:08 2011] ms_rsend requested unload...
[Dec 19 06:40:08 2011] debug: trying to load core module [ms_rsend]
[Dec 19 06:40:08 2011] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Dec 19 06:40:08 2011] MySQL: has been disabled.
[Dec 19 06:40:08 2011] Databases loaded
[Dec 19 06:40:08 2011] Info: Reflecting database records.
[Dec 19 06:40:08 2011] Connected to Server 1 (127.0.0.1:6667)
[Dec 19 06:40:08 2011] trying to load [cs_appendtopic]
[Dec 19 06:40:08 2011] [cs_appendtopic] Loaded successfully
[Dec 19 06:40:08 2011] status: [0][Module, Okay - No Error]
[Dec 19 06:40:08 2011] trying to load [cs_enforce]
[Dec 19 06:40:08 2011] status: [0][Module, Okay - No Error]
[Dec 19 06:40:08 2011] trying to load [ns_maxemail]
[Dec 19 06:40:08 2011] status: [0][Module, Okay - No Error]
[Dec 19 06:40:08 2011] trying to load [os_info]
[Dec 19 06:40:08 2011] os_info: Loading configuration directives...
[Dec 19 06:40:08 2011] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Dec 19 06:40:08 2011] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Dec 19 06:40:08 2011] status: [0][Module, Okay - No Error]
[Dec 19 06:40:08 2011] trying to load [hs_request]
[Dec 19 06:40:08 2011] hs_request loaded
[Dec 19 06:40:08 2011] status: [0][Module, Okay - No Error]
[Dec 19 06:40:09 2011] Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf
[Dec 19 06:40:09 2011] Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf
[Dec 19 06:40:09 2011] Read error from server: No such file or directory (error num: 2)
[Dec 19 06:40:09 2011] [cs_appendtopic] Unloaded successfully
[Dec 19 06:40:09 2011] hs_request un-loaded
Here is the output of /stats C and /stats P
Code: [Select]
22:49 irc.serverprotect.org 213:  | [0] eNkrypt, [1] C, [2] *@127.0.0.1, [3] *, [4] services.protectserver.org, [5] 7029, [6] servers
22:49 irc.serverprotect.org 244:  | [0] eNkrypt, [1] H, [2] *, [3] *, [4] services.protectserver.org
22:49 irc.serverprotect.org 219:  | [0] eNkrypt, [1] C, [2] End of /STATS report
Code: [Select]
22:50 irc.serverprotect.org *** Listener on *:6667, clients 2. is PERM
22:50 irc.serverprotect.org *** Listener on *:8067, clients 0. is PERM
22:50 irc.serverprotect.org *** Listener on *:6697, clients 0. is PERM clientsonly
22:50 irc.serverprotect.org 219:  | [0] eNkrypt, [1] P, [2] End of /STATS report

Here is my unrealircd.conf file:

http://pastebin.com/Vj2i4J6u


If you need any more information please let me know.

FYI - I sped through the config files because I am just trying to get the server up, so if there are any inconsistencies that would be why.
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: Can't get Anope to start with UnrealIRCD 3.2.9
« Reply #1 on: December 19, 2011, 08:33:44 AM »

Quote
Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf
should be a dead giveaway

Quote
password-receive "services";
Quote
RemoteServer    127.0.0.1 6667 "services!@#"
unless you changed these - which you did not specifically mention -these obviously do not match.. ::)

Quote
FYI - I sped through the config files because I am just trying to get the server up, so if there are any inconsistencies that would be why.
You cannot "speed through the config files"... if it is indeed a simply password mismatch that only demonstrates why. Your configuration determines how anope & the ircd will behave and must be read thoroughly.. you could go over them in detail at least 10 times in the time it took for the first reply to be posted..
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Chris

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Can't get Anope to start with UnrealIRCD 3.2.9
« Reply #2 on: December 19, 2011, 04:16:01 PM »

Yes, I know that was a dead giveaway but it was 4 in the morning and I just wanted to post it and when I woke up maybe something would be posted that helped.

I have those different, sorry, the password-receive and RemoteServer passwords are the same.

When I run the services file, it just goes to a new line, doesn't output anything.

I know I shouldn't have sped through the config file, and that is my own fault, It was just late and I wanted to get the at least online so I could fix the configs next.

But right now it's still saying services are unavailable.
Logged

katsklaw

  • Supporter
  • Anope User
  • Offline Offline
  • Posts: 537
Re: Can't get Anope to start with UnrealIRCD 3.2.9
« Reply #3 on: December 20, 2011, 04:20:50 AM »

What so you get when you type: /whois nickserv
Logged

Chris

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Can't get Anope to start with UnrealIRCD 3.2.9
« Reply #4 on: December 21, 2011, 03:35:58 AM »

It says no such nick name.

When I type /nickserv register it gives me
 |
  • enkrypt, [1] NickServ, [2] Services are currently down. Please try again later.
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: Can't get Anope to start with UnrealIRCD 3.2.9
« Reply #5 on: December 21, 2011, 08:34:28 AM »

obviously it says they are not online.. it told you the link blocks are incorrect..

the reason, assuming it s not the pass and you didn't go editing this part of the conf either (if you did, I don't know why you bothered pasting anything..), should be quite obvious for anyone who doesn't try to rush this at 4am...
you named your anope server "services.serverprotect.org" and yet your ircd's link block is for "services.protectserver.org".. even though the ircd ulines a few lines below do match the anopes servername..

Lesson of the day: do not rush things in the middle of the night if you are inexperienced... not having these "inconsistencies" would save us all a lot of time.. ::)
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Chris

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Can't get Anope to start with UnrealIRCD 3.2.9
« Reply #6 on: December 22, 2011, 02:35:22 AM »

obviously it says they are not online.. it told you the link blocks are incorrect..

the reason, assuming it s not the pass and you didn't go editing this part of the conf either (if you did, I don't know why you bothered pasting anything..), should be quite obvious for anyone who doesn't try to rush this at 4am...
you named your anope server "services.serverprotect.org" and yet your ircd's link block is for "services.protectserver.org".. even though the ircd ulines a few lines below do match the anopes servername..

Lesson of the day: do not rush things in the middle of the night if you are inexperienced... not having these "inconsistencies" would save us all a lot of time.. ::)

/facepalm. it works now. Your right, I have never used IRC services in Unix before. I figured it would be just as simple as all the other things I have managed in Unix such as CSF or MOD_QOS or even CloudFlare Proxys - It always boils down to this, some sort of miss type :(

Thanks again my friend :)
Logged
Pages: [1]   Go Up