Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Hybrid 7.2.2 + Anope 1.7.18  (Read 4538 times)

0 Members and 1 Guest are viewing this topic.

aternox

  • Guest
Hybrid 7.2.2 + Anope 1.7.18
« 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
Logged

Pieter Bootsma

  • Team
  • *
  • Offline Offline
  • Posts: 189
    • http://geniusdex.net/
(No subject)
« Reply #1 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.
Logged

aternox

  • Guest
(No subject)
« Reply #2 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?
Logged

aternox

  • Guest
(No subject)
« Reply #3 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.

:)
Logged

katsklaw

  • Guest
(No subject)
« Reply #4 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.
Logged
Pages: [1]   Go Up