Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Some Configuration Help, Please  (Read 3135 times)

0 Members and 1 Guest are viewing this topic.

tinlar

  • Anope User
  • Offline Offline
  • Posts: 14
Some Configuration Help, Please
« on: June 13, 2008, 02:04:44 AM »

So far I've been unable to get Anope to connect.  I've spent some time searching around and have come up empty.

Services.log
Code: [Select]

[Jun 12 19:49:53 2008] Loading IRCD Protocol Module: [inspircd11]
[Jun 12 19:49:53 2008] status: [0][Module, Okay - No Error]
[Jun 12 19:49:53 2008] Loading Encryption Module: [enc_none]
[Jun 12 19:49:53 2008] status: [0][Module, Okay - No Error]
[Jun 12 19:49:53 2008] Anope 1.7.21 (1341) (ircd protocol: inspircdIRCd 1.1) starting up
[Jun 12 19:49:53 2008] ns_sendpass requested unload...
[Jun 12 19:49:53 2008] debug: trying to load core module [ns_sendpass]
[Jun 12 19:49:53 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 12 19:49:53 2008] cs_sendpass requested unload...
[Jun 12 19:49:53 2008] debug: trying to load core module [cs_sendpass]
[Jun 12 19:49:53 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 12 19:49:55 2008] os_umode requested unload...
[Jun 12 19:49:55 2008] debug: trying to load core module [os_umode]
[Jun 12 19:49:55 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 12 19:49:55 2008] Databases loaded
[Jun 12 19:49:55 2008] Info: Reflecting database records.
[Jun 12 19:49:55 2008] Connected to Server 1 (WWW.XXX.YYY.ZZZ:XXXX)
[Jun 12 19:49:55 2008] trying to load [cs_appendtopic]
[Jun 12 19:49:55 2008] [cs_appendtopic] Loaded successfully
[Jun 12 19:49:55 2008] status: [0][Module, Okay - No Error]
[Jun 12 19:49:55 2008] trying to load [cs_enforce]
[Jun 12 19:49:55 2008] status: [0][Module, Okay - No Error]
[Jun 12 19:49:55 2008] trying to load [ns_maxemail]
[Jun 12 19:49:55 2008] status: [0][Module, Okay - No Error]
[Jun 12 19:49:55 2008] trying to load [os_info]
[Jun 12 19:49:55 2008] os_info: Loading configuration directives...
[Jun 12 19:49:55 2008] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Jun 12 19:49:55 2008] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Jun 12 19:49:55 2008] status: [0][Module, Okay - No Error]
[Jun 12 19:49:55 2008] trying to load [hs_request]
[Jun 12 19:49:55 2008] hs_request loaded
[Jun 12 19:49:55 2008] status: [0][Module, Okay - No Error]
[Jun 12 19:50:55 2008] Read error from server: No such file or directory (error num: 2)
[Jun 12 19:50:55 2008] [cs_appendtopic] Unloaded successfully
[Jun 12 19:50:55 2008] hs_request un-loaded


A full log with -debug is attached

The relevant (by my understanding) portion of the inspircd.cong
Code: [Select]

<link   name="www.xxx.yyy.zzz"
        ipaddr="localhost"
        port="6667"
        allowmask="127.0.0.1"
        sendpass=""
        recvpass="MySecretPassWord">

<uline server="www.xxx.yyy.zzz" silent="no">

<alias text="NICKSERV" format=":IDENTIFY *" replace="PRIVMSG NickServ :IDENTIFY $3-" requires="NickServ" uline="yes">
<alias text="NICKSERV" replace="PRIVMSG NickServ :$2-" requires="NickServ" uline="yes">
<alias text="CHANSERV" replace="PRIVMSG ChanServ :$2-" requires="ChanServ" uline="yes">
<alias text="HOSTSERV" replace="PRIVMSG HostServ :$2-" requires="HostServ" uline="yes">
<alias text="BOTSERV" replace="PRIVMSG BotServ :$2-" requires="BotServ" uline="yes">
<alias text="OPERSERV" replace="PRIVMSG OperServ :$2-" requires="OperServ" uline="yes" operonly="yes">
<alias text="NS" replace="PRIVMSG NickServ :$2-" requires="NickServ" uline="yes">
<alias text="CS" replace="PRIVMSG ChanServ :$2-" requires="ChanServ" uline="yes">
<alias text="HS" replace="PRIVMSG HostServ :$2-" requires="HostServ" uline="yes">
<alias text="BS" replace="PRIVMSG BotServ :$2-" requires="BotServ" uline="yes">
<alias text="OS" replace="PRIVMSG OperServ :$2-" requires="OperServ" uline="yes" operonly="yes">


And some portions of services.conf that people might want to see

Code: [Select]

IRCDModule "inspircd11"
RemoteServer   www.xxx.yyy.zzz xxxx "MySecretPassWord"
#Numeric "64"
#UseTokens

[Edited on 13-6-2008 by Tinlar]
Logged

tinlar

  • Anope User
  • Offline Offline
  • Posts: 14
(No subject)
« Reply #1 on: June 13, 2008, 02:27:46 AM »

I've added the below lines to the inspircd.conf
Code: [Select]

<module name="m_spanningtree.so">
<module name="m_globops.so">
<module name="m_services.so">
<module name="m_alias.so">
<module name="m_svshold.so">


But to my eyes it seill fails in the same way with the first error appears as below.
Code: [Select]

[Jun 12 19:58:03 2008] Runtime module location: .\modules\runtime\ns_sendpass.dll.a03828
[Jun 12 19:58:03 2008] Module ns_sendpass compiled against current or newer anope revision 1341, this is 1341
[Jun 12 19:58:03 2008] ns_sendpass requested unload...
[Jun 12 19:58:03 2008] debug: trying to load core module [ns_sendpass]
[Jun 12 19:58:03 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
Logged

tinlar

  • Anope User
  • Offline Offline
  • Posts: 14
(No subject)
« Reply #2 on: June 13, 2008, 03:16:13 AM »

Okay,

I think I've progressed by plugging away at this but I haven't gotten it yet (turns out the path to my modules directory was wrong).

This is what I've gotten now

Code: [Select]
[Jun 12 21:14:26 2008] Loading IRCD Protocol Module: [inspircd11]
[Jun 12 21:14:27 2008] status: [0][Module, Okay - No Error]
[Jun 12 21:14:27 2008] Loading Encryption Module: [enc_none]
[Jun 12 21:14:27 2008] status: [0][Module, Okay - No Error]
[Jun 12 21:14:27 2008] Anope 1.7.21 (1341) (ircd protocol: inspircdIRCd 1.1) starting up
[Jun 12 21:14:27 2008] ns_sendpass requested unload...
[Jun 12 21:14:27 2008] debug: trying to load core module [ns_sendpass]
[Jun 12 21:14:27 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 12 21:14:27 2008] cs_sendpass requested unload...
[Jun 12 21:14:27 2008] debug: trying to load core module [cs_sendpass]
[Jun 12 21:14:27 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 12 21:14:28 2008] os_umode requested unload...
[Jun 12 21:14:28 2008] debug: trying to load core module [os_umode]
[Jun 12 21:14:28 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 12 21:14:28 2008] Databases loaded
[Jun 12 21:14:28 2008] Info: Reflecting database records.
[Jun 12 21:14:28 2008] Connected to Server 1 (iuirc.immortalunion.org:7777)
[Jun 12 21:14:28 2008] trying to load [cs_appendtopic]
[Jun 12 21:14:28 2008] [cs_appendtopic] Loaded successfully
[Jun 12 21:14:28 2008] status: [0][Module, Okay - No Error]
[Jun 12 21:14:28 2008] trying to load [cs_enforce]
[Jun 12 21:14:28 2008] status: [0][Module, Okay - No Error]
[Jun 12 21:14:28 2008] trying to load [ns_maxemail]
[Jun 12 21:14:28 2008] status: [0][Module, Okay - No Error]
[Jun 12 21:14:28 2008] trying to load [os_info]
[Jun 12 21:14:28 2008] os_info: Loading configuration directives...
[Jun 12 21:14:28 2008] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Jun 12 21:14:28 2008] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Jun 12 21:14:28 2008] status: [0][Module, Okay - No Error]
[Jun 12 21:14:28 2008] trying to load [hs_request]
[Jun 12 21:14:28 2008] hs_request loaded
[Jun 12 21:14:28 2008] status: [0][Module, Okay - No Error]
[Jun 12 21:14:28 2008] Read error from server: No such file or directory (error num: 2)
[Jun 12 21:14:28 2008] [cs_appendtopic] Unloaded successfully
[Jun 12 21:14:28 2008] hs_request un-loaded


A full -debug log is attached.
Logged

tinlar

  • Anope User
  • Offline Offline
  • Posts: 14
(No subject)
« Reply #3 on: June 13, 2008, 04:38:01 AM »

Attaching Inspircd.conf
Logged

tinlar

  • Anope User
  • Offline Offline
  • Posts: 14
(No subject)
« Reply #4 on: June 13, 2008, 04:38:37 AM »

Attaching Services.conf
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #5 on: June 13, 2008, 10:46:53 AM »

use IP instead of dns in remote server directive
and it probably still wouldn't work cuz you gave your services server the same name as your ircd
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)
Pages: [1]   Go Up