Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Anope 1.8.7 to Inspircd 2.0.5  (Read 7117 times)

0 Members and 1 Guest are viewing this topic.

george h

  • Anope User
  • Offline Offline
  • Posts: 5
Anope 1.8.7 to Inspircd 2.0.5
« on: May 27, 2012, 04:07:27 PM »

I'm trying to get these two playing nicely. I've got inspircd bound to localhost port 6000:

/stat p: 127.0.0.1:6000 (servers, plaintext)


My link config in inspircd looks like:

<link name="services.myirc.net"
      ipaddr="127.0.0.1"
      port="6000"
      sid="3AX"
      allowmask="127.0.0.0/8"
      sendpass="pass"
      recvpass="pass">


as well as a uline:

<uline server="services.myirc.net" silent="yes">


Now anope is configured with remote server:

RemoteServer    127.0.0.1 6000 "pass"
ServerName  "services.myirc.net"
Numeric "3AX"
UseTS6


inspircd runs fine. However anope gives this when I try to launch:

-snip-
[May 27 17:04:03.845541 2012] debug: Received: ÿ
[May 27 17:04:03.845689 2012] debug: unknown message from server (ÿ)
-snip-
[May 27 17:04:03.867728 2012] Read error from server: Broken pipe (error num: 32)
[May 27 17:04:03.867826 2012] debug: Sent: :3AX SQUIT services.myirc.net :Read error from server: Broken pipe (error num: 32)


The interesting thing is that strange character being sent. Not sure what that's all about but it's probably the most helpful info I've got to go on.

Also, with snomask +Cc I don't see any connect notices given by inspircd when services say they connect. Maybe that's just because that's what silent="yes" does in the Uline block.

Thank you for any advice you might have!
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Anope 1.8.7 to Inspircd 2.0.5
« Reply #1 on: May 27, 2012, 04:09:53 PM »

does the bind block contain ssl or gnutls? anope 1.8 can't connect via that.
Logged

george h

  • Anope User
  • Offline Offline
  • Posts: 5
Re: Anope 1.8.7 to Inspircd 2.0.5
« Reply #2 on: May 27, 2012, 04:42:22 PM »

No I know, it doesn't, if it did it would show in /stat p not as plaintext I guess (see my first pre block).

Here's the actual binds:

<bind address="&bindip;" port="6667" type="clients">
<bind address="&bindip;" port="6697-7000" type="clients" ssl="gnutls">

<bind address="127.0.0.1" port="6000" type="servers">
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Anope 1.8.7 to Inspircd 2.0.5
« Reply #3 on: May 27, 2012, 05:01:11 PM »

hmm not sure at the moment, setting +s +dl  on yourself would give better debug and linking info from inspircd. Try it and see if it tells you anything useful
Logged

george h

  • Anope User
  • Offline Offline
  • Posts: 5
Re: Anope 1.8.7 to Inspircd 2.0.5
« Reply #4 on: May 27, 2012, 05:08:23 PM »

It didn't give me anything at all. I tried:

/mode deed02392 +s +dlCcQq

And I got no output from the server window whatsoever (or any connected window). It's strange because in the debug output I see services claiming it's noticing on the server, stuff like "Services are back online. Have a nice day" and PONGs.
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Anope 1.8.7 to Inspircd 2.0.5
« Reply #5 on: May 27, 2012, 05:11:04 PM »

are your modules and links configs being included properly? a common error is people rename the configs but don't change the include for them in inspircd.conf
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: Anope 1.8.7 to Inspircd 2.0.5
« Reply #6 on: May 27, 2012, 05:20:54 PM »

also check your inspircd logs for any errors it may be trying to send to anope..

InspIRCd does actually report the errors, but sucks at actually sending them...
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

george h

  • Anope User
  • Offline Offline
  • Posts: 5
Re: Anope 1.8.7 to Inspircd 2.0.5
« Reply #7 on: May 27, 2012, 05:23:04 PM »

Oh what a moron. I could have sworn I fixed this but I have been editing with a mix of SSH and WinSCP so maybe I overwrote it being careless. I wasn't including modules. Should have realised when I didn't see inspircd print the list of modules being loaded at start up. Thanks dude.
Logged
Pages: [1]   Go Up