lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47BF3DE3.4000100@rtr.ca>
Date:	Fri, 22 Feb 2008 16:25:55 -0500
From:	Mark Lord <liml@....ca>
To:	Anders Eriksson <aeriksson@...tmail.fm>
Cc:	Jeff Garzik <jeff@...zik.org>, linux-kernel@...r.kernel.org,
	Linux IDE mailing list <linux-ide@...r.kernel.org>,
	Jens Axboe <jens.axboe@...cle.com>
Subject: Re: 2.6.25-rc2 + smartd = hang

Anders Eriksson wrote:
> 
> jeff@...zik.org said:
>> The sysrq-e output is probably just standard ext3 journalling unrelated  to
>> the problem...  what does dmesg say?  lspci?  What's your hardware setup? 
> 
> 
> dmesg ; smartd ; dmesg yields no new entries in dmesg. It seems on disk 
> accesses are dead. it still routes packets fine.
> 
> This is an old PII-300 with 2 IDS disks and a DVD R/W. 
...
> Feb 22 17:38:49 tippex Uniform Multi-Platform E-IDE driver
> Feb 22 17:38:49 tippex ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> Feb 22 17:38:49 tippex PIIX4: IDE controller (0x8086:0x7111 rev 0x01) at  PCI slot 0000:00:07.1
> Feb 22 17:38:49 tippex PIIX4: not 100% native mode: will probe irqs later
> Feb 22 17:38:49 tippex ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:PIO
> Feb 22 17:38:49 tippex ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:PIO, hdd:PIO
> Feb 22 17:38:49 tippex Probing IDE interface ide0...
> Feb 22 17:38:49 tippex hdb: IC35L120AVV207-0, ATA DISK drive
> Feb 22 17:38:49 tippex hda: IBM-DTTA-371010, ATA DISK drive
> Feb 22 17:38:49 tippex hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
> Feb 22 17:38:49 tippex hda: UDMA/33 mode selected
> Feb 22 17:38:49 tippex hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4
> Feb 22 17:38:49 tippex hdb: UDMA/33 mode selected
> Feb 22 17:38:49 tippex Probing IDE interface ide1...
> Feb 22 17:38:49 tippex hdd: Maxtor 6L250R0, ATA DISK drive
> Feb 22 17:38:49 tippex hdc: AOPEN DUW1608/ARR, ATAPI CD/DVD-ROM drive
> Feb 22 17:38:49 tippex hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO4
> Feb 22 17:38:49 tippex hdc: UDMA/33 mode selected
> Feb 22 17:38:49 tippex hdd: host max PIO4 wanted PIO255(auto-tune) selected PIO4
> Feb 22 17:38:49 tippex hdd: UDMA/33 mode selected
> Feb 22 17:38:49 tippex ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> Feb 22 17:38:49 tippex ide1 at 0x170-0x177,0x376 on irq 15
..

So that's using the old IDE drivers.
And the network and USB are sharing IRQ#11 with each other.

If you are going to be using newer kernels like this (2.6.23+),
then you might consider shifting those drives over to libata drivers.

This involves a little bit of work -- building a kernel with libata
and "ata_piix" built-in instead of the old IDE drivers,
and then rearranging /etc/fstab to match the new device names
(eg. /dev/sda instead of /dev/hda).

But at this point libata is working much better than the old IDE stuff,
and it really is worth moving things over if you can.

Cheers
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ