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:
[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:
* name: the name of our server. This cannot be changed at runtime.
*/
name = "irc.power-source.org";
and
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:
RemoteServer 127.0.0.1 6669 "mypass"
Ive tried both by IP, localhost and 127 of course.
LocalAddress services.power-source.org
ServerName "services.power-source.org"
If yall don't mind look at my data and tell me what I have wrong plz.
Nox