Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2004 10:33:29 +0200
From:      Alex Kiesel <alex.kiesel@document-root.de>
To:        Peter Jeffery <peterj@qubesoft.com>
Cc:        ports@freebsd.org
Subject:   Re: strace port nonfunctional
Message-ID:  <1095496409.3850.1.camel@boost.home.ahk>
In-Reply-To: <015001c49c16$a6d5f5b0$c801a8c0@PETE06>
References:  <015001c49c16$a6d5f5b0$c801a8c0@PETE06>

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



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