PDA

View Full Version : what does it mean ?


pascal
10-05-2004, 05:19 PM
Hello,

Cpu was sucked by something on one of my boxes.
I had a lot of error in /var/log/message


Oct 4 17:08:20 s1 kernel: hda: dma timeout retry: status=0x58 { DriveReady SeekComplete DataRequest }
Oct 4 17:08:20 s1 kernel:
Oct 4 17:08:20 s1 kernel: hdb: dma_intr: status=0x51 { DriveReady SeekComplete Error }
Oct 4 17:08:20 s1 kernel: hdb: dma_intr: error=0x84 { DriveStatusError BadCRC }
Oct 4 17:08:20 s1 kernel: hdb: dma_timer_expiry: dma status == 0x41
Oct 4 17:08:21 s1 kernel: hdb: error waiting for DMA
Oct 4 17:08:21 s1 kernel: hdb: dma timeout retry: status=0x58 { DriveReady SeekComplete DataRequest }
Oct 4 17:08:21 s1 kernel:
Oct 4 17:08:21 s1 kernel: hdb: lost interrupt
Oct 4 17:08:22 s1 last message repeated 6 times
Oct 4 17:08:22 s1 kernel: blk: queue c0417678, I/O limit 4095Mb (mask 0xffffffff)
Oct 4 17:08:22 s1 kernel: hdb: dma_timer_expiry: dma status == 0x41
Oct 4 17:08:23 s1 kernel: hdb: error waiting for DMA
Oct 4 17:08:23 s1 kernel: hdb: dma timeout retry: status=0x58 { DriveReady SeekComplete DataRequest }
Oct 4 17:08:23 s1 kernel:
Oct 4 17:08:23 s1 kernel: hdb: lost interrupt
Oct 4 17:08:23 s1 last message repeated 6 times
Oct 4 17:08:23 s1 kernel: hdb: dma_timer_expiry: dma status == 0x41
Oct 4 17:08:23 s1 kernel: hdb: error waiting for DMA
Oct 4 17:08:23 s1 kernel: hdb: dma timeout retry: status=0x58 { DriveReady SeekComplete DataRequest }
Oct 4 17:08:23 s1 kernel:
Oct 4 17:08:23 s1 kernel: hdb: lost interrupt
Oct 4 17:23:11 s1 last message repeated 889 times
Oct 4 17:23:21 s1 kernel: hdb: lost interrupt
Oct 4 17:24:11 s1 last message repeated 5 times
Oct 4 17:33:42 s1 sshd(pam_unix)[6338]: session opened for user root by (uid=0)
Oct 4 17:36:26 s1 kernel: ip_tables: (C) 2000-2002 Netfilter core team
Oct 4 17:53:12 s1 kernel: hdb: lost interrupt
Oct 4 17:53:22 s1 kernel: hdb: lost interrupt
Oct 4 17:54:12 s1 last message repeated 5 times


And sago answered me this :

Just let us know if you would like to swap out the drive. We can do it anytime that's good for you.


What does it mean ? (swap out ?? is it the swap ??)

Thanks
Pascal

sonicgroup
10-05-2004, 09:17 PM
In this case, swap means change out. In other words, I think the hard drive is damaged and not working, so they are asking you whether you want to change the hard drive or not.

pascal
10-06-2004, 02:28 PM
Thanks it was just to be sure I've well understood

Pascal

pascal
10-06-2004, 02:33 PM
Ok now my pbm is this one

They changed me the HDD (in fact moved my 2nd HDD from my old box to the new one)
It seems to be slave

But now I have no more swap

Mem: 995172k av, 321588k used, 673584k free, 0k shrd, 39156k buff
243580k active, 34792k inactive
Swap: 0k av, 0k used, 0k free 105364k cached


It appears that the Swap Fs was on the 2nd HDD

/dev/hdb1 swap swap defaults 0 0


What I have to do to restore and setup correctly my swap fs
(I have 1GB ram memory, and 2 80GB HDD)

Thanks

pascal