RE: restore/restart failure


Subject: RE: restore/restart failure
From: Wadell, Jim S (SAIC) (WadellJS@BP.com)
Date: Fri Jan 25 2002 - 10:58:43 AKST


might try doing an fsck.ext2 -f to force it to check even thought it is
marked clean. This bit me once.

Jim

-----Original Message-----
From: bryan@ak.net [mailto:bryan@ak.net]
Sent: Friday, January 25, 2002 10:52 AM
To: lee@afabco.com
Cc: aklug@aklug.org
Subject: Re: restore/restart failure

Lee Thomison wrote in <20020124221013.C717516E@elle>:
>
> On reboot I'm getting the following error:
>
> Checking root filesystem
> fsck.ext2: Exec format failure
> [FAILED]
>
> then it drops into the mainenance shell.
>
> # e2fsck /dev/hda1 gives
>
> e2fsck 1.14, 9-Jan-1999 for EXT2 FS 0.5b, 95/08/09
> /dev/hda1: clean, 29735/96576 files, 95649/192772 blocks.

Check that fsck.ext2 and any file it references exist, and are on
the root partition.

On my slackware system, /sbin/fsck.ext2 looks like this:
#!/bin/sh
exec /sbin/e2fsck -C 0 $*

If yours is the same, check that /bin/sh and /sbin/e2fsck exist
on the root partition.

--
Bryan Medsker
bryan@ak.net



This archive was generated by hypermail 2a23 : Fri Jan 25 2002 - 11:04:55 AKST