From: wto@cbnewsg.cb.att.com (William T. O Connell) Subject: Re: trouble with ps Date: Mon, 8 Feb 1993 00:30:30 GMT
In article <1993Feb7.232059.8307@umr.edu> bmason@cs.umr.edu (Brian Mason) writes:
>I have linux .99 SLS , not sure of the patch lvel but I pick it
>up at the end of january.
>Every thing seems to work well except for ps.
>Has any one else had this problem and if so what should I do.
>
>P.S. I have not been around for a while so if this problem has been answered
>and I am just slow I apologise (excuse sp)
Create /proc directory.
Add the following line in /etc/fstab 'none /proc proc default'.
(maybe it's 'defaults' versus 'default' - see other entries in file).
Ensure 'mount -av' is in your /etc/rc file (which I sure it is).
- Bill O'Connell