Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: TwinShadow on March 05, 2009, 06:17:50 PM

Title: Works but can't connect
Post by: TwinShadow on March 05, 2009, 06:17:50 PM
I'm unable to figure out what's going on exactly with the services. I've double-checked the IRCd Config (InspIRCd 1.2) and the config for the services and I can't figure out what's going on. I'm getting the same error over and over again for some reason, which makes no sense to me. I'm doing the testing locally, so it's not affecting the network I run myself, which uses stable versions instead of dev versions.

This is what shows up in the IRC:

Code: [Select]
* *** LINK: Verified incoming server connection from ShadowHime.Test.Services[127.0.0.1] (ShadowHime IRC Services)
* *** LINK: Bursting to ShadowHime.Test.Services (Authentication: plaintext password).
* *** LINK: Finished bursting to ShadowHime.Test.Services.
* *** LINK: Sent ERROR to ShadowHime.Test.Services: Warning: Broken UID command, unknown user mode 'I' in the mode string! (mismatched module?)
* *** LINK: Server ShadowHime.Test.Services split: Remote host closed the connection
* *** LINK: Netsplit complete, lost 1 users on 1 servers.
* *** LINK: Connection to 'ShadowHime.Test.Services' failed.

And in case if it's needed, here is what I have in the log after doing a ./services -support that I attached.
Title: Re: Works but can't connect
Post by: Naram Qashat on March 05, 2009, 07:48:07 PM
You need to load the m_hidechans module for InspIRCd.  1.9.1 properly checks for this, but 1.9.0 does not.
Title: Re: Works but can't connect
Post by: TwinShadow on March 05, 2009, 11:17:52 PM
I guess that did the trick. Guess I need to start checking out SVN versions. XP
Title: Re: Works but can't connect
Post by: Naram Qashat on March 05, 2009, 11:26:31 PM
Only if you don't mind things possibly being broken while we work on it. :P
Title: Re: Works but can't connect
Post by: TwinShadow on March 06, 2009, 06:45:43 PM
Since I don't have it on a live setup, but rather run it locally on my laptop (I use Linux on it, so testing stuff is easier), it'd be fine. XD Besides, I've been beta testing random software before, so I know about bugs and all that.