Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: DJ_Raven on December 22, 2006, 04:56:01 AM

Title: Read error from server: No such file or directory (error num: 2)
Post by: DJ_Raven on December 22, 2006, 04:56:01 AM
[Dec 21 21:47:49 2006] Every UserKey must be different. It's for YOUR safety! Remember that!
[Dec 21 21:47:49 2006] Loading IRCD Protocol Module: [unreal32]
[Dec 21 21:47:49 2006] status: [cs_appendtopic]
[Dec 21 21:47:57 2006] [cs_appendtopic] Loaded successfully
[Dec 21 21:47:57 2006] status: [cs_enforce]
[Dec 21 21:47:58 2006] status: [ns_maxemail]
[Dec 21 21:47:58 2006] status: [os_info]
[Dec 21 21:47:58 2006] os_info: Loading configuration directives...
[Dec 21 21:47:58 2006] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Dec 21 21:47:58 2006] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Dec 21 21:47:58 2006] status: [hs_request]
[Dec 21 21:47:58 2006] hs_request loaded
[Dec 21 21:47:58 2006] status: Read error from server: No such file or directory (error num: 2)
[Dec 21 21:47:58 2006] [cs_appendtopic] Unloaded successfully
[Dec 21 21:47:58 2006] hs_request un-loaded

Ok, what is wrong here?
RemoteServer    127.0.0.1 7001 "mypass"
in services.conf

this is in unrealircd.conf
listen         *:6697
{
   options
   {
   /*   ssl;   */
      clientsonly;
   };
};

listen         *:8067;
listen         *:6667;
listen         *:7001;

What do I need to fix this |:(
Title:
Post by: owine on December 22, 2006, 05:40:50 AM
you need a link block for services in your unrealircd.conf
Title:
Post by: n00bie on December 22, 2006, 05:47:34 AM
also, you need to change the 'UserKeys' from your services.conf.
"Every UserKey must be different. It's for YOUR safety! Remember that!"

and for your unrealircd link blocks, try using this IRCD Link Maker:
http://www.anope.org/~heinz/ilm.php?p=lm

lastly, make sure that 'services-server' from your unrealircd.conf matches your 'ServerName' from services.conf
Title:
Post by: DJ_Raven on December 22, 2006, 03:09:41 PM
That work n00bie!

Thank you and Happy Holidays!
Title:
Post by: DJ_Raven on December 23, 2006, 01:20:47 AM
one other thing I need to know please, how do I host my self as a super admin.  I have the o lines set in UnrealIRCd and I have it set in Anope Services.conf.

Thank You For Your Time.
Title:
Post by: heinz on December 23, 2006, 01:33:27 AM
The FAQ is there because it's just that. A list of frequently asked questions. You should read it some time.

http://www.anope.org/faq.php

"OperServ" -> "What is a Super-Admin? How does it work? Why might it not work?"