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 two lines: & & options PROCFS

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

Re: PROCFS

2004-08-18 Thread Garance A Drosihn
At 10:08 PM -0700 8/17/04, Kris Kennaway wrote: On Tue, Aug 17, 2004 at 09:14:06PM -0700, Dennis George wrote: Hi all, > Can I disable PROCFS (through kernel configuration[sysctl/GENERIC] ) > in freeBSD Yes. It's clear from the GENERIC config how to do this (remove the entry)). Is there al

Re: PROCFS

2004-08-17 Thread Kris Kennaway
On Tue, Aug 17, 2004 at 09:14:06PM -0700, Dennis George wrote: > Hi all, > > Can I disable PROCFS (through kernel configuration[sysctl/GENERIC] ) in freeBSD Yes. It's clear from the GENERIC config how to do this (remove the entry)). > If yes then what will the effect of this ??? > > I m