I was on 23.1 for a few days and today I was offered an updated ddclient package, so I installed.
Since then web UI doesn't start anymore.
When restarting all services via SSH, I get the following output which indicated problems with ddclient.
Can someone help me to recover from that? I am not really deep into freebsd CLI. thank you!
FAILED: updating <domian_replaced>: unexpected status (14)
Use of uninitialized value $h in hash element at /usr/local/sbin/ddclient line 4105.
Use of uninitialized value $_[0] in sprintf at /usr/local/sbin/ddclient line 2163.
WARNING: updating : nochg: No update required; unnecessary attempts to change to the current address are considered abusive
Use of uninitialized value $h in hash element at /usr/local/sbin/ddclient line 4114.
Use of uninitialized value $h in hash element at /usr/local/sbin/ddclient line 4115.
Use of uninitialized value $h in hash element at /usr/local/sbin/ddclient line 4116.
Use of uninitialized value $h in hash element at /usr/local/sbin/ddclient line 4105.
Use of uninitialized value $_[0] in sprintf at /usr/local/sbin/ddclient line 2163.
FAILED: updating : unexpected status (0)
Use of uninitialized value in string ne at /usr/local/sbin/ddclient line 1157.
Use of uninitialized value in string ne at /usr/local/sbin/ddclient line 1157.
FAILED: was not updated because protocol <undefined> is not supported.
I managed to recover from this by running
pkg remove ddclient-devel-3.10.0
Then rebooted, then re-installed ddclient.
Maybe, the same issue like this one (Link (https://forum.opnsense.org/index.php?topic=29988.msg145255#msg145255)).
The next days I'll prepare for migration to 23.1. Is the old legacy client still supported or the new one stable enough?
Well, at least the old one still exists and works. I've been pushing out migration for a while.