eval: fsck: Exec format error

2011-11-15 Thread Siju George
Hi,

I was upgrading the server to new src and got this error.



=== sbin/newfs_hammer
install -s -o root -g wheel -m 555   newfs_hammer /sbin
install -o root -g wheel -m 444 newfs_hammer.8.gz  /usr/share/man/man8
=== sbin/newfs_msdos
install -s -o root -g wheel -m 555   newfs_msdos /sbin
install -o root -g wheel -m 444 newfs_msdos.8.gz  /usr/share/man/man8
=== sbin/nfsd
install -s -o root -g wheel -m 555   nfsd /sbin

: write failed, filesystem is full


and the system paniced

i did a 'call dumpsys' and rebooted but it gave this error.

eval:fsck:Exec format error and I dropped into the shell prompt.

I cant execute fsck due to the following error.

Thanks

--Siju


Re: eval: fsck: Exec format error

2011-11-15 Thread Francois Tigeot
Siju,

On Tue, Nov 15, 2011 at 03:59:55PM +0530, Siju George wrote:
 I was upgrading the server to new src and got this error.
[...]
 : write failed, filesystem is full
 
 
 and the system paniced
 i did a 'call dumpsys' and rebooted but it gave this error.
 
 eval:fsck:Exec format error and I dropped into the shell prompt.

None of the errors you posted recently make sense by themselves but there's a
pattern -- your hardware is dying

I had a look at the core dumps you put on leaf. In both cases, the root cause
of the panics was a failure of the ad8 hard drive to execute a command.

Sadly, the last two errors are consistent with data corruption.

If you value your data, you should get it off this machine now. With luck,
only the hard drive is failing but a bad power supply could also cause these
sorts of errors and slowly kill most of the components.

-- 
Francois Tigeot


Re: eval: fsck: Exec format error

2011-11-15 Thread Siju George
On Wed, Nov 16, 2011 at 2:07 AM, Francois Tigeot ftig...@wolfpond.org wrote:
 Sadly, the last two errors are consistent with data corruption.

 If you value your data, you should get it off this machine now. With luck,
 only the hard drive is failing but a bad power supply could also cause these
 sorts of errors and slowly kill most of the components.


I guessed that and ordered a new machine yesterday.
Thanks for the Confirmation :-)

--Siju