Bug #15912
open``pkill`` errors are printed to the console
100%
Description
platform: NG4100
version: 24.11-RELEASE
This showed up after upgrading to 24.11.
restarting unbound or dnsmasq:
pfSsh.php playback svc restart unbound pfSsh.php playback svc restart dnsmasq
results in the following output:
pkill: Cannot get process list (kvm_getprocs: No such process)
The restart of unbound/dnsmasq appears to reload successfully.
Possibly related to #15861 which outputs same error.
Related issues
Updated by Lev Prokofev 8 days ago
Can't reproduce it on 24.11
[24.11-RELEASE][admin@pfSense.home.arpa]/root: pfSsh.php playback svc restart unbound
Attempting to issue restart to unbound service...
unbound has been restarted.
[24.11-RELEASE][admin@pfSense.home.arpa]/root: pfSsh.php playback svc restart dnsmasq
Attempting to issue restart to dnsmasq service...
dnsmasq has been restarted.
Updated by Christopher Cope 7 days ago
I'm not seeing this on 24.11 nor 25.03.
I did see a similar error come through on boot on 25.03, before any commands were issued.
Is this reproducible or perhaps just a coincidental timing?
Updated by Craig Coonrad 6 days ago
This is 100% reproducible on my 4100. It is running both dnsmasq and unbound. Tried on PVE VM with both enabled and unable to reproduce.
I can reproduce the error manually with pkill by killing the process and repeating (possible the command is getting repeated or running after the pid dissapears?):
pkill -9 -F /var/run/unbound.pid pkill -9 -F /var/run/unbound.pid pkill: Cannot get process list (kvm_getprocs: No such process)
I see the same error in the boot log:
Starting webConfigurator...done. pkill: Cannot get process list (kvm_getprocs: No such process) Starting DHCP service...done. Configuring firewall......done.
I tested other services on the 4100 and there is no error.
pfSsh.php playback svc restart wireguard Attempting to issue restart to wireguard service... wireguard has been restarted. pfSsh.php playback svc restart sshd Attempting to issue restart to sshd service... sshd has been restarted.
Updated by Marcos M 2 days ago
- Has duplicate Bug #15861: Assign Interface IP and Restart GUI Console Menu Items Present PID Errors added
Updated by Marcos M 2 days ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset 0d40856c780520b97f618252d9dfb0e6719e1944.
Updated by Marcos M about 19 hours ago
- Subject changed from pkill errors are printed to the console to ``pkill`` errors are printed to the console