Hello, I accidentally found a possibly old nslookup binary from 2019 in /usr/sbin when I ran nslookup as root: root ~ # echo $PATH /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin root ~ # which nslookup /usr/sbin/nslookup root ~ # nslookup openbsd.org Bad system call (core dumped) root ~ # ls -lA /usr/sbin/nslookup -r-xr-xr-x 1 root bin 1499352 Oct 12 2019 /usr/sbin/nslookup
But a working nslookup binary is there: root ~ # ls -lA /usr/bin/nslookup -r-xr-xr-x 3 root bin 403056 Mar 25 19:15 /usr/bin/nslookup Is it really just the old official binary which could remain after an upgrade? This is the 7 year old OpenBSD installation which is regularly upgraded. -- Maksim Rodin