Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Daniel Xavier on March 08, 2014, 05:33:49 PM

Title: Why do I receive "unexpected non-user source" and invalid "server name"?
Post by: Daniel Xavier on March 08, 2014, 05:33:49 PM
I am running an AWS Ubuntu 12.04 server.  I installed IRCD-Hybrid.  It seems to work fine and I can connect to it through IRC clients such as KiwiIRC and Mango Lite.  I'm trying to get Anope (2.0) to work, but it's not.  I'm sure I'm not getting something obvious to people who know IRC services.

I get the following error when I run "./services":
Code: [Select]
ERROR: Closing Link: localhost (Invalid servername.)

When I run it with "-support" I get the following:
Code: [Select]
[Mar 08 17:32:47.602184 2014] Debug: Module help loaded.
[Mar 08 17:32:47.602352 2014] Debug: Using IRCd protocol hybrid
[Mar 08 17:32:47.602694 2014] Debug: Loading databases...
[Mar 08 17:32:47.602901 2014] DB_FLATFILE: Unable to open data/anope.db for reading!
[Mar 08 17:32:47.603044 2014] Debug: Databases loaded
[Mar 08 17:32:47.603931 2014] Debug: Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1), port 6667
[Mar 08 17:32:47.604478 2014] Debug: Successfully connected to uplink #1 127.0.0.1:6667
[Mar 08 17:32:47.604693 2014] Debug: Sent: :00B PASS password TS 6 :00B
[Mar 08 17:32:47.605107 2014] Debug: Sent: :00B CAPAB :QS EX CHW IE ENCAP TBURST SVS HOPS EOB TS6
[Mar 08 17:32:47.605284 2014] Debug: Sent: :00B SERVER services.syriadatadiscussion.info 0 :Syria Data Discussion Services
[Mar 08 17:32:47.605414 2014] Debug: Sent: :00B SVINFO 6 5 0 :1394299967
[Mar 08 17:32:47.606249 2014] Debug: Received: :irc.syriadatadiscussion.info NOTICE AUTH :*** Looking up your hostname...
[Mar 08 17:32:47.607207 2014] Debug: unexpected non-user source irc.syriadatadiscussion.info for NOTICE
[Mar 08 17:32:47.607349 2014] Debug: Received: :irc.syriadatadiscussion.info NOTICE AUTH :*** Checking Ident
[Mar 08 17:32:47.607483 2014] Debug: unexpected non-user source irc.syriadatadiscussion.info for NOTICE
[Mar 08 17:32:47.607603 2014] Debug: Received: :irc.syriadatadiscussion.info NOTICE AUTH :*** No Ident response
[Mar 08 17:32:47.607739 2014] Debug: unexpected non-user source irc.syriadatadiscussion.info for NOTICE
[Mar 08 17:32:47.607857 2014] Debug: Received: :irc.syriadatadiscussion.info NOTICE AUTH :*** Found your hostname
[Mar 08 17:32:47.607992 2014] Debug: unexpected non-user source irc.syriadatadiscussion.info for NOTICE
[Mar 08 17:32:47.608251 2014] Debug: Received: ERROR :Closing Link: localhost (Invalid servername.)
[Mar 08 17:32:47.608407 2014] Debug: ERROR: Closing Link: localhost (Invalid servername.)
[Mar 08 17:32:47.609553 2014] Debug: Received ERROR from uplink: Closing Link: localhost (Invalid servername.)
[Mar 08 17:32:47.610463 2014] Debug: Unloading module bs_assign
[Mar 08 17:32:47.610816 2014] Debug: Unloading module bs_badwords

Thanks so much for your time and help!
Title: Re: Why do I receive "unexpected non-user source" and invalid "server name"?
Post by: Adam on March 09, 2014, 01:16:10 AM
Apparently it thinks your server name is not valid. Do you actually have a connect{} block for services in ircd.conf?