strace port nonfunctional

Alex Kiesel alex.kiesel at document-root.de
Sun Sep 19 13:12:33 PDT 2004


On Thu, 2004-09-16 at 18:57 +0100, Peter Jeffery wrote:
> running a stable world (5.3 beta) as of this morning with the latest port of 
> strace I get this behaviour:
> 
> -bash-2.05b$ strace ls
> strace: open("/proc/...", ...): No such file or directory
> trouble opening proc file

strace needs a mounted /proc. Just do

# mount -t procfs procfs /proc

and it should work.

-Alex



More information about the freebsd-ports mailing list