Re: Question about cvm-chain module

Dale Woolridge <[email protected]> Tue, 26 Jul 2005 15:26:46 -0400
Newsgroups gmane.comp.sysutils.bgware
Message-ID <[email protected]>
On 26-Jul-2005 14:32 Charlie Brady wrote:
| 
| On Mon, 25 Jul 2005, David J. Weller-Fahy wrote:
| 
| >#v+
| >dave[tigger]~> sudo sh -c '( cd /service/cvm-chain ; strace -f ./run )'
| >strace: open("/proc/...", ...): No such file or directory
| >trouble opening proc file
| >#v-
| >
| >I'll work on that when I have some time (possibly Friday/Saturday).
| >However, I did manage to use ktrace on it, and came up with [1] using no
| >parameters, and [2] using 'ktrace -di'.
| 
| strace is a linux tool. You have BSD, it seems.

    Strace is not linux-specific, although truss is the native tool
    on (free)bsd.  David's most probable issue is that procfs isn't
    mounted: see procfs(5) for more info.
--
-dale