Re: procfs in 5.4

2005-05-24 Thread Kris Kennaway
On Tue, May 24, 2005 at 07:50:47PM +0200, martinko wrote: > hi, > > i've been wondering long time what's the actual state of procfs in freebsd. > > yes, i added procfs line to fstab but i do not mount it automatically at > system startup. > yet i'm still able to use ps(1) unlike the originator of

re: procfs in 5.4

2005-05-24 Thread martinko
hi, i've been wondering long time what's the actual state of procfs in freebsd. yes, i added procfs line to fstab but i do not mount it automatically at system startup. yet i'm still able to use ps(1) unlike the originator of this thread. how come? i believe i've read somewhere that (use of) pr

Re: procfs in 5.4

2005-05-22 Thread Chris Radlinski
That was it. Thanks. Chris On Sun, 2005-05-22 at 12:26 -0700, Kris Kennaway wrote: > On Sat, May 21, 2005 at 11:56:30PM -0500, Chris Radlinski wrote: > > I'm running 5.4 Release. Whenever I run 'ps -ef' I get this message: > > > > ps: Process environment requires procfs(5) > > > > My kernel c

Re: procfs in 5.4

2005-05-22 Thread Kris Kennaway
On Sat, May 21, 2005 at 11:56:30PM -0500, Chris Radlinski wrote: > I'm running 5.4 Release. Whenever I run 'ps -ef' I get this message: > > ps: Process environment requires procfs(5) > > My kernel config contains these two lines: > > options PROCFS # Process filesystem

Re: procfs in 5.4

2005-05-22 Thread Chris Radlinski
That fixed it. Thanks. Chris Tobias Fendin wrote: You have to mount it. Add this line to /etc/fstab: proc/proc procfs rw 0 0 And then run: mount /proc You might also check out the man-page: procfs(9) //Tobias ___ freebsd

Re: procfs in 5.4

2005-05-22 Thread Vizion
On Saturday 21 May 2005 21:56, the author Chris Radlinski contributed to the dialogue on procfs in 5.4: & I'm running 5.4 Release. Whenever I run 'ps -ef' I get this message: & & ps: Process environment requires procfs(5) & & My kernel config contains these tw

Re: procfs in 5.4

2005-05-22 Thread Tobias Fendin
Chris Radlinski wrote: I should have procfs. However, my /proc directory is empty. What gives? You have to mount it. Add this line to /etc/fstab: proc/proc procfs rw 0 0 And then run: mount /proc You might also check out the man-page: procfs(9) //Tobias

procfs in 5.4

2005-05-21 Thread Chris Radlinski
I'm running 5.4 Release. Whenever I run 'ps -ef' I get this message: ps: Process environment requires procfs(5) My kernel config contains these two lines: options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS# Pseudo-filesystem