Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: aternox on April 30, 2007, 06:58:40 PM

Title: Hybrid 7.2.2 + Anope 1.7.18
Post by: aternox on April 30, 2007, 06:58:40 PM
Well Ive looked all through your forums as well google it. Im assuming Im just missing something small.

Here's what the error looks like:



Quote
[Apr 30 12:08:04.205879 2007] debug: Received: :irc.power-source.org NOTICE AUTH :*** Looking up your hostname...
[Apr 30 12:08:04.206233 2007] debug: Received: :irc.power-source.org NOTICE AUTH :*** Found your hostname
[Apr 30 12:08:04.206518 2007] debug: Received: ERROR :Closing Link: localhost (Invalid servername.)
[Apr 30 12:08:04.206586 2007] debug: Closing Link: localhost (Invalid servername.)
[Apr 30 12:08:04.206673 2007] debug: Emitting event "shutdown" (1 args)
[Apr 30 12:08:04.206733 2007] Read error from server: No such file or directory (error num: 2)
[Apr 30 12:08:04.206807 2007] debug: Sent: SQUIT services.power-source.org :Read error from server: No such file or directory (error num: 2)
[Apr 30 12:08:04.206894 2007] debug: firstuser() returning NULL (end of list)
[Apr 30 12:08:04.206949 2007] debug: Emitting event "shutdown" (1 args)


Now when I first starting getting this I setup a second ip. As example:

irc.power-source.org           192.168.1.90
Services.power-source.org 192.168.1.91

Thinking that would defeat it, but no. Here's piece's of my config:


Hybrid:

 
Quote
* name: the name of our server.  This cannot be changed at runtime.
         */
        name = "irc.power-source.org";


and

Quote
link services.power-source.org
{
        username        *;
        hostname        services.power-source.org;
        bind-ip         *;
        port            6669;
        hub             *;
        password-connect "mypass";
        password-receive "mypass";
        class           servers;
};



Anope:



Quote
RemoteServer    127.0.0.1 6669 "mypass"


Ive tried both by IP, localhost and 127 of course. :)


Quote
LocalAddress   services.power-source.org


Quote
ServerName  "services.power-source.org"



If yall don't mind look at my data and tell me what I have wrong plz.

Nox
Title:
Post by: Pieter Bootsma on April 30, 2007, 08:15:45 PM
Don't enable LocalAddress. Your services now try to connect to 127.0.0.1 from 192.168.1.91, which is impossible. Just disable LocalAddress.
Title:
Post by: aternox on April 30, 2007, 10:25:33 PM
Quote
Originally posted by GeniusDex
Don't enable LocalAddress. Your services now try to connect to 127.0.0.1 from 192.168.1.91, which is impossible. Just disable LocalAddress.


I changed that, but it still generating the error. Shoudl I switch to a diffrent ircd?
Title:
Post by: aternox on May 01, 2007, 06:39:31 PM
Quote
Originally posted by aternox
Quote
Originally posted by GeniusDex
Don't enable LocalAddress. Your services now try to connect to 127.0.0.1 from 192.168.1.91, which is impossible. Just disable LocalAddress.


I changed that, but it still generating the error. Shoudl I switch to a diffrent ircd?


Yup, I installed Unreal this morning and it worked perfectly with Anope.

:)
Title:
Post by: katsklaw on May 04, 2007, 12:22:29 AM
installing another ircd was not the issue, it was likely hybrid was configured wrong. Unreal is a bit more newbie friendly when it comes to configuraton.