I admin 2 servers running ircd-hybrid 8.2. One is running fine with Anope 2.0.5. The other was running hybserv. After upgrading I needed to switch to Anope. The stable server is Debian 9.12. The problem server is Debian 10.3. When I run Anope I get the message
introduced server with bogus server ID 0
The irc reports
*** Notice -- Link [
unknown@255.255.255.255] introduced server with bogus server ID 0
The uplink section of services.conf is
uplink
{
host = "127.0.0.1"
ipv6 = no
ssl = no
port = 6667
password = "wherestheservice"
}
The connect block from ircd.conf is
connect {
name = "services.ehhh.us";
host = "127.0.0.1";
send_password = "wherestheservice";
accept_password = "wherestheservice";
encrypted = no;
port = 6667;
hub_mask = "*";
class = "server";
};
I have tried to duplicate the error on the properly running server. Changing the server name results in "no connect block." Changing the password results in "bad password."