On Tue, 10 Dec 2002, Patrick Sitton wrote:

> I could use a little help here please. I have a problem with my
> Thinkpad 390x on boot with RH 8. During the startup process I get an
> error that /proc can't be mounted. From there I get several errors
> about not being able to find various commands. Errors like "Couldn't
> open /proc/partitions: No such file or directory". I can go into
> maintenance mode and the only thing that is mounted is the root
> partition. Shows "none on /proc type proc (rw)". I manually mount
> /proc and everything shows as normal.
> 
> The very first error it get's on startup up is:
> 
> /etc/rc.d/rc.sysinit: line 26: /etc/init.d/functions: No such file or
> directory

it sure *seems* that your file /etc/init.d/functions has gone
missing.  that file defines a critical function called "action()"
which is used to (you guessed it) mount the /proc filesystem.

if you look down the /etc/rc.d/sysinit, there is indeed a call to
"action" to mount /proc.  if that function has not been defined,
you're in big trouble.

so the question is -- where has your /etc/init.d/functions file gone?

rday




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to