when i try run watch i have this error: watch: fatal: cannot open snoop device . i have kldload'ed snp.ko how can i fix this ? thanks Kris.
On 2003-04-16 at 22:43:51 n0n4m3 wrote:> watch: fatal: cannot open snoop device .Have you created the /dev/snp0 device? If not, run MAKEDEV snp0 as root in the /dev directory. Also read the watch(8) and snp(4) manpages. Btw, I hope that you realize that snooping people is not very polite. :)> i have kldload'ed snp.koYou don't need to load it manually, watch(8) will do it for you, if needed.