mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-09 14:36:43 +00:00
20eef6d224
Both copies refused to run unless /usr/sbin/tcpdump existed. Debian and Ubuntu install it as /usr/bin/tcpdump, so the rogue DHCP detector never ran there and the probe reported its tcpdump check as failed. Resolve tcpdump through PATH and the standard system directories with CommandUtils::find_executable, run the resolved path, and match that path when the capture process is killed at the end.