Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Servers Don´t Connect  (Read 4314 times)

0 Members and 1 Guest are viewing this topic.

Diego

  • Anope User
  • Offline Offline
  • Posts: 4
Servers Don´t Connect
« on: May 14, 2010, 07:28:20 PM »

I´m using wIRCD Unreal 3.2.8.1, and i got an error when i try to execute Anope Irc Services.

Error:
Code: [Select]
[May 14 15:10:39 2010] Every UserKey must be different. It's for YOUR safety! Remember that!
[May 14 15:10:39 2010] Loading IRCD Protocol Module: [unreal32]
[May 14 15:10:39 2010] status: [0][Module, Okay - No Error]
[May 14 15:10:39 2010] Loading Encryption Module: [enc_sha1]
[May 14 15:10:39 2010] status: [0][Module, Okay - No Error]
[May 14 15:10:39 2010] Launching Anope into the background
[May 14 15:10:39 2010] Anope 1.8.4 (2859) (ircd protocol: UnrealIRCd 3.2+) starting up
[May 14 15:10:40 2010] MSMemoReceipt not enabled in services.conf
[May 14 15:10:40 2010] ms_rsend requested unload...
[May 14 15:10:40 2010] debug: trying to load core module [ms_rsend]
[May 14 15:10:40 2010] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[May 14 15:10:40 2010] Databases loaded
[May 14 15:10:40 2010] Info: Reflecting database records.
[May 14 15:10:40 2010] Connected to Server 1 (127.0.0.1:7029)
[May 14 15:10:40 2010] trying to load [cs_appendtopic]
[May 14 15:10:40 2010] [cs_appendtopic] Loaded successfully
[May 14 15:10:40 2010] status: [0][Module, Okay - No Error]
[May 14 15:10:40 2010] trying to load [cs_enforce]
[May 14 15:10:40 2010] status: [0][Module, Okay - No Error]
[May 14 15:10:40 2010] trying to load [ns_maxemail]
[May 14 15:10:40 2010] status: [0][Module, Okay - No Error]
[May 14 15:10:40 2010] trying to load [os_info]
[May 14 15:10:40 2010] os_info: Loading configuration directives...
[May 14 15:10:40 2010] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[May 14 15:10:40 2010] os_info: Directive OSInfoDBName loaded (os_info.db)...
[May 14 15:10:40 2010] status: [0][Module, Okay - No Error]
[May 14 15:10:40 2010] trying to load [hs_request]
[May 14 15:10:41 2010] hs_request loaded
[May 14 15:10:41 2010] status: [0][Module, Okay - No Error]
[May 14 15:10:41 2010] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[May 14 15:10:41 2010] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[May 14 15:10:41 2010] Read error from server: No such file or directory (error num: 2)
[May 14 15:10:41 2010] [cs_appendtopic] Unloaded successfully
[May 14 15:10:41 2010] hs_request un-loaded

IRCD and Servers is running from the same computer, and i set the ip: 127.0.0.1

unrealircd.conf´s Links code:
Code: [Select]
link            services.jamsolucoes.net
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7029;
hub             *;
password-connect "LiNk";
password-receive "LiNk";
class           servers;
options {
autoconnect;
ssl;
zip;
};
};

services.conf Remote code:
Code: [Select]
RemoteServer 127.0.0.1 7029 "LiNk"
Could you help me, please???

Thx and sorry for my english...
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Servers Don´t Connect
« Reply #1 on: May 14, 2010, 07:30:43 PM »

options {
         autoconnect;
         ssl;
         zip;
      };

that above is your main problem, anope doesnt support ssl,zip and shouldnt be connected using autoconnect, it says about that in the example.conf
Logged

Diego

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Servers Don´t Connect
« Reply #2 on: May 14, 2010, 07:52:22 PM »

options {
         autoconnect;
         ssl;
         zip;
      };

that above is your main problem, anope doesnt support ssl,zip and shouldnt be connected using autoconnect, it says about that in the example.conf

I removed this and it still doesn´t working...

Link code:
Code: [Select]
link            services.jamsolucoesprediais.net
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7029;
hub             *;
password-connect "LiNk";
password-receive "LiNk";
class           servers;
};

Anope Log:
Code: [Select]
[May 14 15:49:30 2010] Every UserKey must be different. It's for YOUR safety! Remember that!
[May 14 15:49:30 2010] Loading IRCD Protocol Module: [unreal32]
[May 14 15:49:30 2010] status: [0][Module, Okay - No Error]
[May 14 15:49:30 2010] Loading Encryption Module: [enc_sha1]
[May 14 15:49:30 2010] status: [0][Module, Okay - No Error]
[May 14 15:49:30 2010] Launching Anope into the background
[May 14 15:49:30 2010] Anope 1.8.4 (2859) (ircd protocol: UnrealIRCd 3.2+) starting up
[May 14 15:49:31 2010] MSMemoReceipt not enabled in services.conf
[May 14 15:49:31 2010] ms_rsend requested unload...
[May 14 15:49:31 2010] debug: trying to load core module [ms_rsend]
[May 14 15:49:31 2010] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[May 14 15:49:32 2010] Databases loaded
[May 14 15:49:32 2010] Info: Reflecting database records.
[May 14 15:49:32 2010] Connected to Server 1 (127.0.0.1:7029)
[May 14 15:49:32 2010] trying to load [cs_appendtopic]
[May 14 15:49:32 2010] [cs_appendtopic] Loaded successfully
[May 14 15:49:32 2010] status: [0][Module, Okay - No Error]
[May 14 15:49:32 2010] trying to load [cs_enforce]
[May 14 15:49:32 2010] status: [0][Module, Okay - No Error]
[May 14 15:49:32 2010] trying to load [ns_maxemail]
[May 14 15:49:32 2010] status: [0][Module, Okay - No Error]
[May 14 15:49:32 2010] trying to load [os_info]
[May 14 15:49:32 2010] os_info: Loading configuration directives...
[May 14 15:49:32 2010] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[May 14 15:49:32 2010] os_info: Directive OSInfoDBName loaded (os_info.db)...
[May 14 15:49:32 2010] status: [0][Module, Okay - No Error]
[May 14 15:49:32 2010] trying to load [hs_request]
[May 14 15:49:32 2010] hs_request loaded
[May 14 15:49:32 2010] status: [0][Module, Okay - No Error]
[May 14 15:49:32 2010] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[May 14 15:49:32 2010] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[May 14 15:49:32 2010] Read error from server: No such file or directory (error num: 2)
[May 14 15:49:32 2010] [cs_appendtopic] Unloaded successfully
[May 14 15:49:32 2010] hs_request un-loaded

How to fix it?

Thx for the help =)
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Servers Don´t Connect
« Reply #3 on: May 14, 2010, 07:58:15 PM »

silly question, but did you rehash?
does the ServerName in services.conf match services.jamsolucoesprediais.net ?
Logged

Diego

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Servers Don´t Connect
« Reply #4 on: May 14, 2010, 08:04:17 PM »

silly question, but did you rehash?
does the ServerName in services.conf match services.jamsolucoesprediais.net ?

I´ve already rehash but the ServerName in services.conf doesn´t match services.jamsolucoesprediais.net.

So I fixed it and now it´s all ok!!!

Very Thx for your help =))
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Servers Don´t Connect
« Reply #5 on: May 14, 2010, 08:11:35 PM »

no problem  ;D

if you get more problems, check that the Ulines also match ServerName, and the services-server is set correctly in unrealircd.conf
Logged
Pages: [1]   Go Up