From owner-freebsd-questions Wed Oct 17 20:26:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc24.worldnet.att.net (mtiwmhc24.worldnet.att.net [204.127.131.49]) by hub.freebsd.org (Postfix) with ESMTP id 66DD337B401 for ; Wed, 17 Oct 2001 20:26:25 -0700 (PDT) Received: from columbia ([12.93.212.225]) by mtiwmhc24.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20011018032624.FXYB19017.mtiwmhc24.worldnet.att.net@columbia> for ; Thu, 18 Oct 2001 03:26:24 +0000 From: "Andrew C. Hornback" To: Subject: RE: Security check output questions Date: Wed, 17 Oct 2001 23:25:02 -0400 Message-ID: <00c601c15784$79908ae0$6600000a@columbia> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20011017121153.A2196@acadia.ne.mediaone.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Louis LeBlanc > Sent: Wednesday, October 17, 2001 12:12 PM > To: freebsd-questions@FreeBSD.org > Subject: Security check output questions > > Hey folks. I know it's improper to ask multiple questions in a single > message, especially unrelated, but please indulge me here. > > I found the following in my security check output mail message: > > > Oct 16 13:56:25 leblanc /kernel: pid 86613 (cheetah), uid 118: > exited on signal 11 (core dumped) > > ad0: WRITE command timeout tag=0 serv=0 - resetting > > ata0: resetting devices .. ata0-master: DMA limited to UDMA33, > non-ATA66 compliant cable [snip] > The next two concern me a bit more than the screensaver cores. Quite > a bit more. I haven't a clue what the problem here is, but ad0 is my > only hard drive, so write failures are a bit concerning. > > And what does "non-ATA66 compliant cable" mean? The system is a Cyber > Computer Technology system. > > Here are some dmesg entries that may be relevant: > > . . . > atapci0: port 0xf000-0xf00f at > device 7.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > . . . > ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable > ad0: 17206MB [34960/16/63] at ata0-master UDMA33 > acd0: CDROM at ata0-slave using PIO4 > afd0: 120MB [963/8/32] at ata1-master > using PIO3 > . . . > ad0: WRITE command timeout tag=0 serv=0 - resetting > ata0: resetting devices .. ata0-master: DMA limited to UDMA33, > non-ATA66 compliant cable > . . . ATA66 cables have 80 conductors and are required for anything over 33 MB/s out of an IDE drive. Odds are, you probably either have a 40 conductor cable (standard IDE) or the cable is too long or going bad. This could also be because your controller is only capable of ATA33 while the drive reports being capable of ATA66. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message