On (2003/07/15 13:35), Byron Schlemmer wrote: > Being the curious person that I am, I tried the following from the truss > manpage : > > % truss /bin/echo hello > truss: cannot open /proc/1805/mem: No such file or directory > truss: cannot open /proc/curproc/mem: No such file or directory > > Is this expected behaviour on -CURRENT or is it just me?
It's expected if you don't have a process filesystem mounted on /proc. kldload procfs mount_procfs /dev/procfs /proc Ciao, Sheldon. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"