Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Problem with Anope and Unreal  (Read 2986 times)

0 Members and 1 Guest are viewing this topic.

upinsmk420

  • Guest
Problem with Anope and Unreal
« on: September 01, 2007, 10:50:56 AM »

Ok i have looked all over Fourm i fix one thing and something else turns up

[Sep 01 05:42:26 2007] Loading IRCD Protocol Module: [unreal32]
[Sep 01 05:42:26 2007] status:
  • [Module, Okay - No Error]
[Sep 01 05:42:26 2007] Loading Encryption Module: [enc_none]
[Sep 01 05:42:26 2007] status:
  • [Module, Okay - No Error]
[Sep 01 05:42:26 2007] Launching Anope into the background
[Sep 01 05:42:26 2007] Anope 1.7.19 (1247) (ircd protocol: UnrealIRCd 3.2+) starting up
[Sep 01 05:42:29 2007] ms_rsend requested unload...
[Sep 01 05:42:29 2007] debug: trying to load core module [ms_rsend]
[Sep 01 05:42:29 2007] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Sep 01 05:42:31 2007] Databases loaded
[Sep 01 05:42:31 2007] Info: Reflecting database records.
[Sep 01 05:42:31 2007] Connected to Server 1 (127.0.0.1:6667)
[Sep 01 05:42:31 2007] trying to load [cs_appendtopic]
[Sep 01 05:42:31 2007] [cs_appendtopic] Loaded successfully
[Sep 01 05:42:31 2007] status:
  • [Module, Okay - No Error]
[Sep 01 05:42:31 2007] trying to load [cs_enforce]
[Sep 01 05:42:31 2007] status:
  • [Module, Okay - No Error]
[Sep 01 05:42:31 2007] trying to load [ns_maxemail]
[Sep 01 05:42:31 2007] status:
  • [Module, Okay - No Error]
[Sep 01 05:42:31 2007] trying to load [os_info]
[Sep 01 05:42:31 2007] os_info: Loading configuration directives...
[Sep 01 05:42:31 2007] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Sep 01 05:42:31 2007] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Sep 01 05:42:31 2007] status:
  • [Module, Okay - No Error]
[Sep 01 05:42:31 2007] trying to load [hs_request]
[Sep 01 05:42:31 2007] hs_request loaded
[Sep 01 05:42:31 2007] status:
  • [Module, Okay - No Error]
[Sep 01 05:42:31 2007] Read error from server: No such file or directory (error num: 2)
[Sep 01 05:42:31 2007] [cs_appendtopic] Unloaded successfully
[Sep 01 05:42:31 2007] hs_request un-loaded

Code: [Select]
RemoteServer    127.0.0.1 6667 "thedoom"
#RemoteServer2  localhost 6667 "mypass"
#RemoteServer3  localhost 6667 "mypass"

#LocalAddress   127.0.0.1 6667


Code: [Select]
listen         *:6667
{
    options
    {
        clientsonly;
        java;
        *;
    };
};

listen         *:7029;
listen         *:6697;
listen         *:6667;


Code: [Select]
link            Anope
{
    username    *;
    hostname     127.0.0.1;
    bind-ip     *;
    port         6667;
    hub             *;
    password-connect "thedoom";
    password-receive "thedoom";
    class           servers;
        options {
            /* Note: You should not use autoconnect when linking services */
            autoconnect;
            zip;
        };
};


No Clue if i pasted rite stuff but i can't figure it out and getting on my nerves
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #1 on: September 01, 2007, 10:52:50 AM »

you are telling anope to connect to 6667 which is a clients only port..
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

upinsmk420

  • Guest
(No subject)
« Reply #2 on: September 01, 2007, 11:11:25 AM »

But if i put it on anot port it dosen't work either how should code work ?
Logged

upinsmk420

  • Guest
(No subject)
« Reply #3 on: September 01, 2007, 11:17:22 AM »

[Sep 01 06:16:48 2007] Loading IRCD Protocol Module: [unreal32]
[Sep 01 06:16:48 2007] status:
  • [Module, Okay - No Error]
[Sep 01 06:16:48 2007] Loading Encryption Module: [enc_none]
[Sep 01 06:16:48 2007] status:
  • [Module, Okay - No Error]
[Sep 01 06:16:48 2007] Launching Anope into the background
[Sep 01 06:16:48 2007] Anope 1.7.19 (1247) (ircd protocol: UnrealIRCd 3.2+) starting up
[Sep 01 06:16:49 2007] ms_rsend requested unload...
[Sep 01 06:16:49 2007] debug: trying to load core module [ms_rsend]
[Sep 01 06:16:49 2007] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Sep 01 06:16:52 2007] Databases loaded
[Sep 01 06:16:52 2007] Info: Reflecting database records.
[Sep 01 06:16:52 2007] Connected to Server 1 (127.0.0.1:7029)
[Sep 01 06:16:52 2007] trying to load [cs_appendtopic]
[Sep 01 06:16:52 2007] [cs_appendtopic] Loaded successfully
[Sep 01 06:16:52 2007] status:
  • [Module, Okay - No Error]
[Sep 01 06:16:52 2007] trying to load [cs_enforce]
[Sep 01 06:16:52 2007] status:
  • [Module, Okay - No Error]
[Sep 01 06:16:52 2007] trying to load [ns_maxemail]
[Sep 01 06:16:52 2007] status:
  • [Module, Okay - No Error]
[Sep 01 06:16:52 2007] trying to load [os_info]
[Sep 01 06:16:53 2007] os_info: Loading configuration directives...
[Sep 01 06:16:53 2007] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Sep 01 06:16:53 2007] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Sep 01 06:16:53 2007] status:
  • [Module, Okay - No Error]
[Sep 01 06:16:53 2007] trying to load [hs_request]
[Sep 01 06:16:53 2007] hs_request loaded
[Sep 01 06:16:53 2007] status:
  • [Module, Okay - No Error]
[Sep 01 06:16:53 2007] Read error from server: No such file or directory (error num: 2)
[Sep 01 06:16:53 2007] [cs_appendtopic] Unloaded successfully
[Sep 01 06:16:53 2007] hs_request un-loaded


That is what i get now
Logged

Gabriel Acevedo

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 102
    • http://faltanideas.com/
(No subject)
« Reply #4 on: September 02, 2007, 01:25:17 AM »

REMOVE zip, and REMOVE autoconnect, as the comment said in example.conf of UnrealIRCd. Also, set a CORRECT servername for Anope.
Logged

upinsmk420

  • Guest
(No subject)
« Reply #5 on: September 02, 2007, 01:26:17 AM »

Yep done had it done last night Thanks for the Help
Logged
Pages: [1]   Go Up