From: Mark Chace (markcha@microsoft.com)
Date: 10/05/93


From: markcha@microsoft.com (Mark Chace)
Subject: Re: ps doesn't work
Date: 06 Oct 1993 03:18:07 GMT

In article <28el4a$gm1@email.tuwien.ac.at> prk1158a@ecx.tuwien.ac.at (Studenten) writes:
> When I used ps it said, I need the directory /proc and
> the line "/proc /proc proc defaults" in /etc/fstub (or something
> like that). After doing so and rebooting (after shutdown) everything
> was the same. I still get the above message.
> Can anybody help me?

I would first try doing things manually to make sure that ps and proc fs work
and also to eliminate possible problems (note: you need to be root to do this)::

mkdir /proc
mount -t proc /proc /proc
ps

If this works, then the problem is probably that the line in /etc/fstab
is incorrect (though what you indicated looks right).

If this doesn't work, then you either have an old version of mount or
your kernel was compiled without the proc fs support.

Mark
=====
The above does not reflect the opinions or ideas of my employer.