DNS resolver exiting when loading pfblocker 25.03.b.20250409.2208
-
Seems like it must be something like that. I can't see any driver changes that could present like this directly.
Though perhaps it could be something in the SFP module since I've nothing on our 8300 test boxes that also use ice(4) NICs.
-
@w0w said in DNS resolver exiting when loading pfblocker 25.03.b.20250409.2208:
@stephenw10
Yep, it is possible that I have changed it.On mine:
machdep.hwpstate_pkg_ctrl: 0
So no difference between versions on my systems.
️
-
@stephenw10 said in DNS resolver exiting when loading pfblocker 25.03.b.20250409.2208:
Seems like it must be something like that. I can't see any driver changes that could present like this directly.
Though perhaps it could be something in the SFP module since I've nothing on our 8300 test boxes that also use ice(4) NICs.
Replaced this ipolex SFP+ DAC:
drivername: ice0 plugged: SFP/SFP+/SFP28 Unknown (Copper pigtail) vendor: ipolex PN: SFP-H10GB-CU1M SN: WTS11J72204 DATE: 2019-07-24
With a freshly purchased 10Gtek one:
drivername: ice0 plugged: SFP/SFP+/SFP28 Unknown (Copper pigtail) vendor: OEM PN: CAB-10GSFP-P1M SN: CSC241010630178 DATE: 2024-10-22
It didn't change anything and the issue remains. I wasn't really expecting a difference as I had been through my stock of SFP+ DACs but best to be sure I guess.
So far the only way to stop the issue is to revert to 24.11 and below. The problem only manifests itself with 25.03b.
-
kern.ipc.tls.enable: 1
on 25.03
I doubt that this option has any real effect, but for now it's the only difference I can see in the kernel. At the very least, it can be used by both the ice driver and the kernel itself.
-
@stephenw10 said in DNS resolver exiting when loading pfblocker 25.03.b.20250409.2208:
Seems like it must be something like that. I can't see any driver changes that could present like this directly.
Do we still need to add
ice_ddp_load="YES"
to theloader.conf.local
file, or are we done with that tuneable?I don't have it added but I presumed all is well given that the system shows that it is loaded:
ice0: <Intel(R) Ethernet Connection E823-L for SFP - 1.43.2-k> mem 0xf0000000-0xf7ffffff,0xfa010000-0xfa01ffff at device 0.0 numa-domain 0 on pci11 ice0: Loading the iflib ice driver ice0: The DDP package was successfully loaded: ICE OS Default Package version 1.3.41.0, track id 0xc0000001. ice0: fw 5.5.17 api 1.7 nvm 2.28 etid 80011e36 netlist 0.1.7000-1.25.0.f083a9d5 oem 1.3200.0
️
-
I'm not sure if this unbound error is relevant but as it appears around the time of these events:
php-fpm 16215 /rc.newwanipv6: The command '/usr/local/sbin/unbound -c /var/unbound/unbound.conf' returned exit code '1', the output was '[1749405403] unbound[41019:0] error: bind: address already in use [1749405403] unbound[41019:0] fatal error: could not open ports'
Looking at sockets:
IPv4 System Socket Information USER COMMAND PID FD PROTO LOCAL FOREIGN root php-fpm 16215 4 udp4 *:* *:* IPv6 System Socket Information USER COMMAND PID FD PROTO LOCAL FOREIGN root php-fpm 16215 5 udp6 *:* *:*
It's not an area I am familiar with.
️
-
No that's ugly but shouldn't be an issue. It tries to start Unbound too rapidly and it's already running. That should not stop it.