Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2003 15:45:01 +0200
From:      Sheldon Hearn <sheldonh@starjuice.net>
To:        Byron Schlemmer <byrons@telkomsa.net>
Cc:        FreeBSD Current <FreeBSD-current@freebsd.org>
Subject:   Re: ``Resource temporarily unavailable'' in vi
Message-ID:  <20030715134501.GI43082@starjuice.net>
In-Reply-To: <1058276153.1008.14.camel@nemesis.work>
References:  <200307150653.h6F6r0gG092242@grimreaper.grondar.org> <3F13C4B0.636DC603@mindspring.com> <1058276153.1008.14.camel@nemesis.work>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030715134501.GI43082>