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
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
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
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
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
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
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