Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Unreal 3.2.8.1 + Anope 1.7.21 don't work  (Read 10342 times)

0 Members and 1 Guest are viewing this topic.

steff

  • Anope User
  • Offline Offline
  • Posts: 8
Unreal 3.2.8.1 + Anope 1.7.21 don't work
« on: May 23, 2011, 05:25:35 AM »

Hi all! I have a problem with Anope starting. Please help. I am using Windows7 x86. I try start this server on my lan. The Unreal 3.2.8.1 work correct but, in startup the Anope window is shut down and log file write this:
Code: (Anope log:) [Select]
[May 23 15:01:13 2011] Loading IRCD Protocol Module: [unreal32]
[May 23 15:01:13 2011] status: [0][Module, Okay - No Error]
[May 23 15:01:13 2011] Loading Encryption Module: [enc_none]
[May 23 15:01:13 2011] status: [0][Module, Okay - No Error]
[May 23 15:01:13 2011] Launching Anope into the background
[May 23 15:01:13 2011] Anope 1.7.21 (1341) (ircd protocol: UnrealIRCd 3.2+) starting up
[May 23 15:01:13 2011] ms_rsend requested unload...
[May 23 15:01:13 2011] debug: trying to load core module [ms_rsend]
[May 23 15:01:13 2011] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[May 23 15:01:14 2011] Databases loaded
[May 23 15:01:14 2011] Info: Reflecting database records.
[May 23 15:01:14 2011] Connected to Server 1 (192.168.0.2:1234)
[May 23 15:01:14 2011] trying to load [cs_appendtopic]
[May 23 15:01:14 2011] [cs_appendtopic] Loaded successfully
[May 23 15:01:14 2011] status: [0][Module, Okay - No Error]
[May 23 15:01:14 2011] trying to load [cs_enforce]
[May 23 15:01:14 2011] status: [0][Module, Okay - No Error]
[May 23 15:01:14 2011] trying to load [ns_maxemail]
[May 23 15:01:14 2011] status: [0][Module, Okay - No Error]
[May 23 15:01:14 2011] trying to load [os_info]
[May 23 15:01:14 2011] os_info: Loading configuration directives...
[May 23 15:01:14 2011] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[May 23 15:01:14 2011] os_info: Directive OSInfoDBName loaded (os_info.db)...
[May 23 15:01:14 2011] status: [0][Module, Okay - No Error]
[May 23 15:01:14 2011] trying to load [hs_request]
[May 23 15:01:14 2011] hs_request loaded
[May 23 15:01:14 2011] status: [0][Module, Okay - No Error]
[May 23 15:01:14 2011] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[May 23 15:01:14 2011] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[May 23 15:01:14 2011] Read error from server: No such file or directory (error num: 2)
[May 23 15:01:14 2011] [cs_appendtopic] Unloaded successfully
[May 23 15:01:14 2011] hs_request un-loaded

Code: (unrealircd.conf:) [Select]
include "aliases/anope.conf";

[b]me[/b]
{
    name "services.irc.loc";
    info "test server";
    numeric 1;
};

[b]allow [/b]          channel {
    channel "#main";
channel "#nova";
};


[b]listen [/b]        192.168.0.2:1234
{
    options
    {
        serversonly;
    };
};

listen         *:1234;
listen         *:8067;
listen         *:6667;
listen         *:6668;


[b]link[/b] services.irc.loc
{
    username     *;
    hostname     192.168.0.2;
    bind-ip      *;
    port         1234;
    hub          *;
    password-connect "testpass";
    password-receive "testpass";
    class           servers;
        options {
            autoconnect;
            zip;
        };
};

[b]ulines[/b] {
   services.irc.loc;
stats.irc.loc;
};

[b]set[/b] {
    network-name         "my.IRC";
    default-server         "my.irc.loc";
    services-server     "services.irc.loc";
    stats-server         "stats.irc.loc";
    help-channel         "#help";
    hiddenhost-prefix    "loc";
cloak-keys {
        "qWerty1";
        "qWerty2";
        "qWerty3";
    };

other options - default

Quote from: services.conf:
IRCDModule "unreal32"
RemoteServer    192.168.0.2 1234 "testpass"
ServerName  "services.irc.loc"

other options - default

For more information see attacments...
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #1 on: May 23, 2011, 05:28:53 AM »

Disable zip and autoconnect
Logged

steff

  • Anope User
  • Offline Offline
  • Posts: 8
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #2 on: May 23, 2011, 05:36:31 AM »

Disable zip and autoconnect

Code: [Select]
link services.irc.loc
{
    username     *;
    hostname     192.168.0.2;
    bind-ip      *;
    port         1234;
    hub          *;
    password-connect "testpass";
    password-receive "testpass";
    class           servers;
       
};

same result... anything else?
« Last Edit: May 23, 2011, 05:57:20 AM by steff »
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #3 on: May 23, 2011, 07:50:27 AM »

Assuming you did rehash it should be working fine now.

Also, upgrade from 1.7.21, it's scarily old, potentially full of bugs etc.
Logged

steff

  • Anope User
  • Offline Offline
  • Posts: 8
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #4 on: May 23, 2011, 11:24:24 PM »

thanks for answers!
I try to use Anope 1.8.6 on same config, see result in log:

Code: [Select]
[May 24 09:07:20 2011] Loading IRCD Protocol Module: [unreal32]
[May 24 09:07:20 2011] status: [0][Module, Okay - No Error]
[May 24 09:07:20 2011] Loading Encryption Module: [enc_md5]
[May 24 09:07:20 2011] status: [0][Module, Okay - No Error]
[May 24 09:07:20 2011] Launching Anope into the background
[May 24 09:07:20 2011] Anope 1.8.6 (3072) (ircd protocol: UnrealIRCd 3.2+) starting up
[May 24 09:07:21 2011] MSMemoReceipt not enabled in services.conf
[May 24 09:07:21 2011] ms_rsend requested unload...
[May 24 09:07:21 2011] debug: trying to load core module [ms_rsend]
[May 24 09:07:21 2011] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[May 24 09:07:21 2011] Databases loaded
[May 24 09:07:21 2011] Info: Reflecting database records.
[May 24 09:07:21 2011] Connected to Server 1 (192.168.0.2:1234)
[May 24 09:07:21 2011] trying to load [cs_appendtopic]
[May 24 09:07:21 2011] [cs_appendtopic] Loaded successfully
[May 24 09:07:21 2011] status: [0][Module, Okay - No Error]
[May 24 09:07:21 2011] trying to load [cs_enforce]
[May 24 09:07:22 2011] status: [0][Module, Okay - No Error]
[May 24 09:07:22 2011] trying to load [ns_maxemail]
[May 24 09:07:22 2011] status: [0][Module, Okay - No Error]
[May 24 09:07:22 2011] trying to load [os_info]
[May 24 09:07:22 2011] os_info: Loading configuration directives...
[May 24 09:07:22 2011] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[May 24 09:07:22 2011] os_info: Directive OSInfoDBName loaded (os_info.db)...
[May 24 09:07:22 2011] status: [0][Module, Okay - No Error]
[May 24 09:07:22 2011] trying to load [hs_request]
[May 24 09:07:22 2011] hs_request loaded
[May 24 09:07:22 2011] status: [0][Module, Okay - No Error]
[May 24 09:07:22 2011] Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf
[May 24 09:07:22 2011] Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf
[May 24 09:07:22 2011] Read error from server: No such file or directory (error num: 2)
[May 24 09:07:22 2011] [cs_appendtopic] Unloaded successfully
[May 24 09:07:22 2011] hs_request un-loaded

then I started the anope.exe, window show for a second and shutdown...

Starting the Anope with -support key, give me this result: see in attachments

IRC server and Anope are on the same PC. OS: Windows7 x86. Lan interface: 192.168.0.2
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #5 on: May 23, 2011, 11:28:15 PM »

Your link block isn't correct, see if Unreal will tell you why
Logged

steff

  • Anope User
  • Offline Offline
  • Posts: 8
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #6 on: May 23, 2011, 11:51:48 PM »

Code: (link block (unrealircd.conf):) [Select]
link services.irc.loc
{
    username     *;
    hostname     192.168.0.2;
    bind-ip      *;
    port         1234;
    hub          *;
    password-connect "testpass";
    password-receive "testpass";
    class           servers;       
};

Code: (listen block (unrealircd.conf):) [Select]
listen         192.168.0.2:1234
{
    options
    {
        serversonly;
    };
};

listen         *:1234;
listen         *:8067;
listen         *:6667;
listen         *:6668;

Code: (parameter from services.conf) [Select]
RemoteServer    192.168.0.2 1234 "testpass"
what I do wrong? plese help find a mistake
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #7 on: May 24, 2011, 10:17:26 AM »

Pastebin current configurations AFTER restarting your ircd together with the output of /stats P, and /stats C
Logged

steff

  • Anope User
  • Offline Offline
  • Posts: 8
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #8 on: May 24, 2011, 11:26:37 PM »

I am login as oper and get this:
Code: (/stats P:) [Select]
[09:20:05] -services.irc.loc- *** Listener on *:6668, clients 1. is PERM
[09:20:05] -services.irc.loc- *** Listener on *:6667, clients 1. is PERM
[09:20:05] -services.irc.loc- *** Listener on *:8067, clients 0. is PERM
[09:20:05] -services.irc.loc- *** Listener on 192.168.0.2:1234, clients 0. is PERM

Code: (/stats C:) [Select]
nothing... only this message "End of /STATS report"
after restarting of IRCd I try to start Anope, and get this message in my IRC client:
Quote
[09:24:40] -services.irc.loc- *** LocOps -- Link denied for services.irc.loc(unknown@192.168.0.2) (No link block named 'services.irc.loc') [@192.168.0.2.49538]
« Last Edit: May 24, 2011, 11:28:15 PM by steff »
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #9 on: May 25, 2011, 08:18:57 AM »

Code: (/stats C:) [Select]
nothing... only this message "End of /STATS report"
after restarting of IRCd I try to start Anope, and get this message in my IRC client:
Quote
[09:24:40] -services.irc.loc- *** LocOps -- Link denied for services.irc.loc(unknown@192.168.0.2) (No link block named 'services.irc.loc') [@192.168.0.2.49538]

both of those should be a dead giveway... /stats C lists link blocks and anopes log is telling you in plain english the link block for services.irc.loc doesn't exist.. either you are editing the wrong conf, there s an error somewhere in it prevent it from being rehashed or some other strange reason, but as long as the link block doesn't show up in /stats C you don't even have to bother starting anope. you should first see why the ircd is not loading the link block.
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Dax Bane

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 30
  • Bane of All
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #10 on: May 25, 2011, 10:38:22 AM »

As an idea, do a /rehash while you're opered - any error messages should be displayed in server notices if there's any issues with unrealircd.conf
Logged

steff

  • Anope User
  • Offline Offline
  • Posts: 8
Re: Unreal 3.2.8.1 + Anope 1.7.21 don't work
« Reply #11 on: May 26, 2011, 05:12:02 AM »

As an idea, do a /rehash while you're opered - any error messages should be displayed in server notices if there's any issues with unrealircd.conf

result:

You are now an IRC Operator
[15:12:06] -services.irc.loc- *** Notice -- steff is rehashing server config file
unrealircd.conf Rehashing
[15:12:07] -services.irc.loc- *** Notice -- Loading IRCd configuration ..
[15:12:07] -services.irc.loc- *** Notice -- unrealircd.conf:202: illegal oper::class, unknown class 'opers' using default of class 'default'
[15:12:07] -services.irc.loc- *** Notice -- Configuration loaded without any problems ..
Logged
Pages: [1]   Go Up