Re: procfs problem

2003-09-29 Thread Harti Brandt
You must mount procfs. # fstab; proc/proc procfs rw 0 0 harti On Mon, 29 Sep 2003, Jiri Mikulas wrote: JMHello JMi have problem with /proc JMi already have JM JMoptions PROCFS JMoptions PSEUDOFS JM JMin kernel JMbut get these

Re: procfs problem

2003-09-29 Thread Jason Stone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JMmap02# strace -p 730 JMstrace: open(/proc/..., ...): No such file or directory JMtrouble opening proc file You must mount procfs. # fstab; proc /proc procfs rw 0 0 The bi-weekly status

Re: procfs problem

2003-09-29 Thread Kris Kennaway
On Mon, Sep 29, 2003 at 04:40:54AM -0700, Jason Stone wrote: JMmap02# strace -p 730 JMstrace: open(/proc/..., ...): No such file or directory JMtrouble opening proc file You must mount procfs. # fstab; proc/proc procfs rw 0 0

Re: procfs problem

2003-09-29 Thread Jason Stone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JMmap02# strace -p 730 JMstrace: open(/proc/..., ...): No such file or directory JMtrouble opening proc file You must mount procfs. # fstab; proc /proc procfs rw 0 0 The

Re: procfs problem

2003-09-29 Thread Kris Kennaway
On Mon, Sep 29, 2003 at 03:40:49PM -0700, Jason Stone wrote: Oh - I didn't think that truss was either, which lead me to believe that someone had gone through ports and fixed a bunch of them. whereis truss truss: /usr/bin/truss /usr/share/man/man1/truss.1.gz /usr/src/usr.bin/truss Is