sorry about my english, but i'm mostly reading english, not writing.
well, this error kicked me out of my socks:
---
obelix:~ # who
bash: /usr/bin/who: Input/output error
obelix:~ #
---
The problem ist not only 'who'. the most other commands do return the same
message. Only less, less, tail and other bash-commands work. All
I found this in /var/log/messages:
---
Apr 14 04:08:44 obelix kernel: hda: timeout waiting for DMA
Apr 14 04:08:44 obelix kernel: ide_dmaproc: chipset supported ide_dma_timeout
Apr 14 04:08:44 obelix kernel: hda: status timeout: status=0xd0 { Busy }
Apr 14 04:08:44 obelix kernel: hda: drive not ready for command
Apr 14 04:09:14 obelix kernel: ide0: reset timed-out, status=0x80
Apr 14 04:09:14 obelix kernel: hda: status timeout: status=0x80 { Busy }
Apr 14 04:09:14 obelix kernel: hda: drive not ready for command
Apr 14 04:09:44 obelix kernel: ide0: reset timed-out, status=0x80
Apr 14 04:09:44 obelix kernel: end_request: I/O error, dev 03:03 (hda), secto
[...]
Apr 14 04:09:49 obelix kernel: EXT2-fs error (device ide0(3,3)): ext2_write_i
Apr 14 04:09:49 obelix kernel: end_request: I/O error, dev 03:03
---
the last lines ('end_request: I/O error...' and the rest) were repeated several
times.
And another unserious thing:
the logfile ends with this.
Normaly Cron-Jobs are writing messages into this file.
I rebooted the Computer, but the error will not go on it self..
I don't now what to do.
I hope someone can give me a hint.
Greatings,
Jan Huschauer
--
__________________________________________________________
News suchen, lesen, schreiben mit http://newsgroups.web.de
> Apr 14 04:08:44 obelix kernel: hda: timeout waiting for DMA
Have you got DMA turned on for this drive? As root, do 'hdparm -d
/dev/hda'. If so, try 'hdparm -d0 /dev/hda' and see if the problem goes
away.
--
Garry Knight
garry...@gmx.net ICQ 126351135
Linux registered user 182025
Garry Knight <garry...@gmx.net> wrote:
>In article <<3cbb254f$1...@netnews.web.de>>, Jan Huschauer wrote:
>
>> Apr 14 04:08:44 obelix kernel: hda: timeout waiting for DMA
>
>Have you got DMA turned on for this drive? As root, do 'hdparm -d
>/dev/hda'. If so, try 'hdparm -d0 /dev/hda' and see if the problem goes
>away.
Yes DMA is on, but turn it off doesn't help.
I think it might be a hardware-error.
I tried some other commands and fsck return a 'Bus error'.
Thanks,