``Resource temporarily unavailable'' in vi

Sheldon Hearn sheldonh at starjuice.net
Tue Jul 15 06:45:06 PDT 2003


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.


More information about the freebsd-current mailing list