home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!sgiblab!sdd.hp.com!ux1.cso.uiuc.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
- From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
- Newsgroups: comp.os.linux
- Subject: Re: free and ps Don't Work under SLS 1.0
- Date: 27 Jan 1993 13:56:15 -0600
- Organization: Kansas State University
- Lines: 26
- Message-ID: <1k6pcvINNdng@matt.ksu.ksu.edu>
- References: <lmddttINNcan@paducah.cs.utexas.edu>
- NNTP-Posting-Host: matt.ksu.ksu.edu
-
- glenn@cs.utexas.edu (Glenn G. Lai) writes:
-
- >I've not seen others complain about this, but this happened to me with two sets
- >of SLS files downloaded by two different people. The error messages I got are
-
- > /# ps
- > /proc must be mounted
- > ps.c:read_globals:uptime: No such file or directory
- > /# free
- > cat: /proc/meminfo: No such file or directory
- >
- >The "/proc" directory of course doesn't exist (yet). Suggestions appreciated.
-
-
- >Glenn
-
- This has got to be in the FAQ its asked enough times...
-
- Anyways, go to / and make a directory named proc.
- Then add the next line to /etc/fstab:
-
- /proc /proc proc defaults
-
- Then reboot, and proc will be mounted correctly.
-
- James
-