Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Why do I receive "unexpected non-user source" and invalid "server name"?  (Read 4206 times)

0 Members and 1 Guest are viewing this topic.

Daniel Xavier

  • Anope User
  • Offline Offline
  • Posts: 1

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!
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463

Apparently it thinks your server name is not valid. Do you actually have a connect{} block for services in ircd.conf?
Logged
Pages: [1]   Go Up