Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Trying to get anope and inspircd1.2 to talk...  (Read 5525 times)

0 Members and 1 Guest are viewing this topic.

Matt Ribbins

  • Anope User
  • Offline Offline
  • Posts: 9
Trying to get anope and inspircd1.2 to talk...
« on: September 19, 2009, 08:49:31 PM »

I have the ports sorted out etc etc, anope connects to the inspircd server, but that's about as far as it goes. Seems to just stop and shut off.

Inspircd should be configured correctly.

Quote
[Sep 19 21:47:23 2009] Loading IRCD Protocol Module: [inspircd11]
[Sep 19 21:47:23 2009] status:
  • [Module, Okay - No Error]
[Sep 19 21:47:23 2009] Loading Encryption Module: [enc_sha1]
[Sep 19 21:47:23 2009] status:
  • [Module, Okay - No Error]
[Sep 19 21:47:23 2009] Anope 1.8.2 (2369) (ircd protocol: inspircdIRCd 1.1) starting up
[Sep 19 21:47:23 2009] MySQL: has been enabled.
[Sep 19 21:47:23 2009] MySQL: client version 5.0.51a.
[Sep 19 21:47:23 2009] Databases loaded
[Sep 19 21:47:23 2009] Info: Reflecting database records.
[Sep 19 21:47:23 2009] Connected to Server 1 (94.23.54.217:7766)
[Sep 19 21:47:24 2009] trying to load [cs_appendtopic]
[Sep 19 21:47:24 2009] [cs_appendtopic] Loaded successfully
[Sep 19 21:47:24 2009] status:
  • [Module, Okay - No Error]
[Sep 19 21:47:24 2009] trying to load [cs_enforce]
[Sep 19 21:47:24 2009] status:
  • [Module, Okay - No Error]
[Sep 19 21:47:24 2009] trying to load [ns_maxemail]
[Sep 19 21:47:24 2009] status:
  • [Module, Okay - No Error]
[Sep 19 21:47:24 2009] trying to load [os_info]
[Sep 19 21:47:24 2009] os_info: Loading configuration directives...
[Sep 19 21:47:24 2009] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Sep 19 21:47:24 2009] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Sep 19 21:47:24 2009] status:
  • [Module, Okay - No Error]
[Sep 19 21:47:24 2009] trying to load [hs_request]
[Sep 19 21:47:24 2009] hs_request loaded
[Sep 19 21:47:24 2009] status:
  • [Module, Okay - No Error]
[Sep 19 21:47:24 2009] Read error from server: Success (error num: 0)
[Sep 19 21:47:24 2009] [cs_appendtopic] Unloaded successfully
[Sep 19 21:47:24 2009] hs_request un-loaded
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Trying to get anope and inspircd1.2 to talk...
« Reply #1 on: September 19, 2009, 09:55:33 PM »

You titled: Trying to get anope and inspircd1.2 to talk...
But loaded the inspircd11 protocol module. To use anope-1.8 with newest inspircd you need Vipers module, think its on the forum somewhere, fairly active post
Logged

Matt Ribbins

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Trying to get anope and inspircd1.2 to talk...
« Reply #2 on: September 19, 2009, 11:16:53 PM »

Could you point me to it please :)
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Trying to get anope and inspircd1.2 to talk...
« Reply #3 on: September 19, 2009, 11:25:43 PM »

The module requires latest svn anope, this link includes that, and the module, read the docs.
http://www.anope.org/downloads/anope-1.8.2-svn-insp12-support.tar.gz
Logged

Matt Ribbins

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Trying to get anope and inspircd1.2 to talk...
« Reply #4 on: September 19, 2009, 11:51:22 PM »

Thanks. Compiling etc now.

EDIT: Now to the next thorn
Quote
[Sep 20 01:20:53 2009] MySQL: has been enabled.
[Sep 20 01:20:53 2009] MySQL: client version 5.0.51a.
[Sep 20 01:20:53 2009] Databases loaded
[Sep 20 01:20:53 2009] Info: Reflecting database records.
[Sep 20 01:20:53 2009] Connected to Server 1 (94.23.XXX.XXX:XXXX)
[Sep 20 01:20:55 2009] Read error from server: Success (error num: 0)
Evidently it's not the XXX.XXX:XXXX, I just blanked it
« Last Edit: September 20, 2009, 12:23:08 AM by Matt Ribbins »
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: Trying to get anope and inspircd1.2 to talk...
« Reply #5 on: September 20, 2009, 01:07:28 AM »

run anope in debug..
./services -debug -nofork
and post the log
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Matt Ribbins

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Trying to get anope and inspircd1.2 to talk...
« Reply #6 on: September 20, 2009, 02:23:45 PM »

Log available here -
Logged

Naram Qashat

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 192
    • CBX's Sprite Animations
Re: Trying to get anope and inspircd1.2 to talk...
« Reply #7 on: September 20, 2009, 06:20:53 PM »

Just from a glance, it looks like you are connecting Anope to a server port on Insp that has been designated to use SSL.  Anope doesn't use SSL, so you'll have to remove that option.
Logged

Matt Ribbins

  • Anope User
  • Offline Offline
  • Posts: 9
Re: Trying to get anope and inspircd1.2 to talk...
« Reply #8 on: September 20, 2009, 10:13:03 PM »

Cheers, working now. :D
Logged
Pages: [1]   Go Up