Hi all, I was running Anope 2.0.9 and InspIRCd-3.11 recently without issue. I needed to upgrade the OS from FreeBSD 11 to FreeBSD 12 and now Anope won't connect to the ircd.
I've recompiled Anope and InspIRCD on the upgraded OS. I've tried using Anope 2.0.10 and InspIRCD 3.12 but still get the same result. We have a backup debian bullseye system that is currently running Anope 2.0.9 and InspIRCd-3.11 with the exact same config files fine.
I have debug = yes set for Anope but nothing is showing up as a problem in the logs. There's no indication of what the problem is, it just stops loading:
$ ./anoperc start
Starting Anope
Anope 2.0.9, build #2, compiled 15:31:10 Jan 28 2022
Using configuration file conf/services.conf
Attempting to connect to uplink #1 x.x.x.x (x.x.x.x), port 9050
Successfully connected to uplink #1 x.x.x.x:9050
Unfortunately it seems Anope did not start successfully
This error has been logged in your Anope Log file
Located in /home/network/inspircd/services-testnet/logs/
This may help you diagnose the problem
Further help may be available from
https://www.anope.org/Seen from the ircd:
*** LINK: Verified server connection inbound from x.x.x.x (Network IRC Services (Anope))
*** LINK: Server connection to services.network.org is not using SSL (TLS). This is VERY INSECURE and will not be allowed in the next major version of InspIRCd.
*** LINK: Bursting to services.network.org (Authentication: plaintext password).
*** LINK: Finished bursting to services.network.org.
*** LINK: Connection to 'services.network.org' failed with error: Connection closed
*** LINK: Server services.network.org split: Connection closed
*** LINK: Netsplit complete, lost 27 users on 1 server.
*** LINK: Connection to 'services.network.org' failed.
*** LINK: Connection to 'services.network.org' was established for 1s
The logs:
[Jan 28 16:16:19 2022] SERVER: services.network.org (Network IRC Services (Anope)) has connected to the network (uplinked to no uplink)
[Jan 28 16:16:19 2022] Anope 2.0.9 starting up
[Jan 28 16:16:19 2022] Unable to initialize languages, gettext is not installed
[Jan 28 16:16:19 2022] Loading modules...
[Jan 28 16:16:19 2022] Trying to load module: inspircd3
[Jan 28 16:16:19 2022] Module inspircd3 loaded.
[Jan 28 16:16:19 2022] Trying to load module: db_flatfile
[Jan 28 16:16:19 2022] Module db_flatfile loaded.
...
[Jan 28 16:16:19 2022] Trying to load module: os_forceid
[Jan 28 16:16:19 2022] Module os_forceid loaded.
[Jan 28 16:16:19 2022] Using IRCd protocol inspircd3
...
[Jan 28 16:16:19 2022] Loading databases...
...
[Jan 28 16:16:19 2022] Databases loaded
...
[Jan 28 16:16:19 2022] Attempting to connect to uplink #1 x.x.x.x (x.x.x.x), port 9050
[Jan 28 16:16:19 2022] Successfully connected to uplink #1 x.x.x.x:9050
[Jan 28 16:16:19 2022] Sent: :1SV CAPAB START 1205
[Jan 28 16:16:19 2022] Sent: :1SV CAPAB CAPABILITIES :CASEMAPPING=rfc1459
[Jan 28 16:16:19 2022] Sent: :1SV CAPAB END
..
continues to load some channel settings then just stops?