From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 00:02:48 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 726DB16A41F for ; Sun, 14 Aug 2005 00:02:48 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.76.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F62643D45 for ; Sun, 14 Aug 2005 00:02:47 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from [192.168.0.5] (c-24-6-134-233.hsd1.ca.comcast.net[24.6.134.233]) by comcast.net (sccrmhc14) with ESMTP id <2005081400024601400k2b21e>; Sun, 14 Aug 2005 00:02:47 +0000 Message-ID: <42FE8A25.3000101@bfoz.net> Date: Sat, 13 Aug 2005 17:02:45 -0700 From: Brandon Fosdick User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: IRQ conflict between twa0 and skc0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 00:02:48 -0000 So I'm having yet another problem with my AMD64x2/nforce4 system. Of the two builtin NICs 5.4-S is only recognizing the marvell gigabit chip, which wasn't a problem until I added a 3ware 9500S-12. With the 3ware card in the network doesn't work, take it out and it works. From the dmesg bits below it looks like both twa0 and skc0 are trying to use irq 18 and twa0 is winning. I have the bios set to handle pnp stuff so I don't know whats going on. Any suggestions? --- pcib1: at device 9.0 on pci0 pci1: on pcib1 3ware device driver for 9000 series storage controllers, version: 3.50.00.017 twa0: <3ware 9000 series Storage Controller> port 0xac00-0xacff mem 0xfd000000-0xfd7fffff,0xfcfff000-0xfcfff0ff irq 18 at device 6.0 on pci1 twa0: INFO: (0x15: 0x1300): Controller details:: 12 ports, Firmware FE9X 2.06.00.009, BIOS BE9X 2.03.01.051 pci1: at device 7.0 (no driver attached) skc0: port 0xa800-0xa8ff mem 0xfcff8000-0xfcffbfff irq 18 at device 10.0 on pci1 skc0: Marvell Yukon Lite Gigabit Ethernet rev. (0x9) sk0: on skc0 sk0: Ethernet address: 00:01:29:fc:8c:59 miibus0: on sk0 e1000phy0: on miibus0 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto skc0: couldn't set up irq e1000phy0: detached miibus0: detached sk0: detached device_attach: skc0 attach returned 22 pci0: at device 10.0 (no driver attached) --- From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 03:11:56 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A3716A421 for ; Sun, 14 Aug 2005 03:11:55 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2F643D55 for ; Sun, 14 Aug 2005 03:11:55 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from Smiley.Blackthornes.LAN (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 6901219F3B; Sat, 13 Aug 2005 20:15:00 -0700 (PDT) Received: (from www@localhost) by Smiley.Blackthornes.LAN (8.13.4/8.13.1/Submit) id j7E3BqPN001160; Sat, 13 Aug 2005 20:11:52 -0700 (PDT) (envelope-from dmp@bitfreak.org) X-Authentication-Warning: Smiley.Blackthornes.LAN: www set sender to dmp@bitfreak.org using -f Received: from localhost (localhost [127.0.0.1]) by localhost (Horde MIME library) with HTTP for ; Sat, 13 Aug 2005 20:11:52 -0700 Message-ID: <20050813201152.hx4xs4a2dc04c8so@localhost> Date: Sat, 13 Aug 2005 20:11:52 -0700 From: dmp@bitfreak.org To: Sam Leffler References: <200508101622.j7AGMUah041503@repoman.freebsd.org> <200508131344.30433.doconnor@gsoft.com.au> <42FD7D9D.3020709@errno.com> <200508131809.53923.doconnor@gsoft.com.au> <42FE1374.1060508@errno.com> In-Reply-To: <42FE1374.1060508@errno.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-6.0 Cc: freebsd-stable@freebsd.org Subject: Re: cvs commit: src/sys/net80211 ieee80211.c ieee80211_input.c ieee80211_ioctl.c ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h src/sys/dev/ath if_ath.c src/sys/dev/ipw if_ipw.c ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 03:11:56 -0000 Quoting Sam Leffler : > > The ipw and iwi drivers (at least) have never worked right so far as > I can tell. At one point I tried the iwi driver and it kinda worked > but failed in many common scenarios and in general was very fragile. > I no longer have the facilities to even test these drivers and given > that I know of no cardbus cards w/ intel parts in them it's unlikely > I ever will unless someone wants to donate a laptop dedicated to > testing. If you have a notebook with a MiniPCI slot, the Intel 2100, 2200 and 2915 MiniPCI cards can be had in the after-market for US$30 or less. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 04:42:38 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39E4816A420 for ; Sun, 14 Aug 2005 04:42:38 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 9B83143D48 for ; Sun, 14 Aug 2005 04:42:37 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 48500 invoked from network); 14 Aug 2005 04:42:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ObXrPDZUj9ZdKuAYy7x2Ij7OOFNkou517n8f3bVOIvkwIVyWXL1S7EIz0Xs/gPjeoEg7o/rv0CDbcjPJgf8LxR9Bndr/kKcoiQ9tzITZ38LS8ON2NZnhIJG0goei4jIIAdqL79yoxXUl2EZifO6Ze4h9rrrR8TaIjArekBPMNgg= ; Received: from unknown (HELO 172.16.0.1) (mikej@70.31.50.81 with login) by smtp104.rog.mail.re2.yahoo.com with SMTP; 14 Aug 2005 04:42:36 -0000 Received: from 172.16.0.199 (SquirrelMail authenticated user mikej) by 172.16.0.1 with HTTP; Sun, 14 Aug 2005 00:42:22 -0400 (EDT) Message-ID: <3545.172.16.0.199.1123994542.squirrel@172.16.0.1> In-Reply-To: <42FE8A25.3000101@bfoz.net> References: <42FE8A25.3000101@bfoz.net> Date: Sun, 14 Aug 2005 00:42:22 -0400 (EDT) From: "Mike Jakubik" To: "Brandon Fosdick" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: stable@freebsd.org Subject: Re: IRQ conflict between twa0 and skc0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 04:42:38 -0000 On Sat, August 13, 2005 8:02 pm, Brandon Fosdick said: > So I'm having yet another problem with my AMD64x2/nforce4 system. Of the > two builtin NICs 5.4-S is only recognizing the marvell gigabit chip, > which wasn't a problem until I added a 3ware 9500S-12. With the 3ware > card in the network doesn't work, take it out and it works. From the > dmesg bits below it looks like both twa0 and skc0 are trying to use irq > 18 and twa0 is winning. I have the bios set to handle pnp stuff so I > don't know whats going on. Any suggestions? The easiest thing would probably be to disable the onboard sk card, and put in an em (intel gigabit card). The marvell chipset and driver is known to be problematic. From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 04:47:23 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED7616A420 for ; Sun, 14 Aug 2005 04:47:23 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.76.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09EC943D46 for ; Sun, 14 Aug 2005 04:47:22 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from [192.168.0.5] (c-24-6-134-233.hsd1.ca.comcast.net[24.6.134.233]) by comcast.net (sccrmhc14) with ESMTP id <2005081404472101400k2j7be>; Sun, 14 Aug 2005 04:47:22 +0000 Message-ID: <42FECCD8.8080902@bfoz.net> Date: Sat, 13 Aug 2005 21:47:20 -0700 From: Brandon Fosdick User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Jakubik References: <42FE8A25.3000101@bfoz.net> <3545.172.16.0.199.1123994542.squirrel@172.16.0.1> In-Reply-To: <3545.172.16.0.199.1123994542.squirrel@172.16.0.1> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: IRQ conflict between twa0 and skc0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 04:47:23 -0000 Mike Jakubik wrote: > The easiest thing would probably be to disable the onboard sk card, and > put in an em (intel gigabit card). The marvell chipset and driver is known > to be problematic. I had thought of that, but the motherboard only has 2 non-express PCI slots and they're both currently filled by the video card and the raid card. I could take the video card out, but then I wouldn't be able to see what I was doing. From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 04:58:37 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED6416A41F for ; Sun, 14 Aug 2005 04:58:37 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp102.rog.mail.re2.yahoo.com (smtp102.rog.mail.re2.yahoo.com [206.190.36.80]) by mx1.FreeBSD.org (Postfix) with SMTP id EFAD343D53 for ; Sun, 14 Aug 2005 04:58:36 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 19293 invoked from network); 14 Aug 2005 04:58:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; b=wtdM7OP9+MRliK2yV1eD2Zl5nRPwQwFlyygYu6mqEyTHseIYO6xzoDyUwSfeVq4WK3OblRi6n5mnXrEHkdvRykDy6lOjPioxZZMzE77U5adpKQllNjk6zj6ZYTw8zADPA6PICbcHQzmYVHXh4Nhx6g2vBUDQ65JDmX+9X9ii3Fg= ; Received: from unknown (HELO 172.16.0.1) (mikej@70.31.50.81 with login) by smtp102.rog.mail.re2.yahoo.com with SMTP; 14 Aug 2005 04:58:36 -0000 Received: from 172.16.0.199 (SquirrelMail authenticated user mikej) by 172.16.0.1 with HTTP; Sun, 14 Aug 2005 00:58:22 -0400 (EDT) Message-ID: <3567.172.16.0.199.1123995502.squirrel@172.16.0.1> In-Reply-To: <42FECCD8.8080902@bfoz.net> References: <42FE8A25.3000101@bfoz.net> <3545.172.16.0.199.1123994542.squirrel@172.16.0.1> <42FECCD8.8080902@bfoz.net> Date: Sun, 14 Aug 2005 00:58:22 -0400 (EDT) From: "Mike Jakubik" To: "Brandon Fosdick" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: stable@freebsd.org Subject: Re: IRQ conflict between twa0 and skc0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 04:58:37 -0000 On Sun, August 14, 2005 12:47 am, Brandon Fosdick said: > I had thought of that, but the motherboard only has 2 non-express PCI > slots and they're both currently filled by the video card and the raid > card. I could take the video card out, but then I wouldn't be able to see > what I was doing. You can always use ssh and a serial console. From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 05:04:11 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CD916A41F for ; Sun, 14 Aug 2005 05:04:11 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.FreeBSD.org (Postfix) with SMTP id BC32B43D48 for ; Sun, 14 Aug 2005 05:04:10 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 57643 invoked from network); 14 Aug 2005 05:04:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2JScHg3jv1G3MUcbDS+p2qaZ+gCzABLEg7pQnvwA+BRagWqbOWt581OWXL+LBxz80eRFw65YDQ6Wt3/bfotXFGWrZ6TNT/26fIPuwgZ1NUgmO2/chD1/iEWePZcvBmjgDnrF8N0Dk6WBKcz2QMkFxJlJODLVEPHMEvwk4sQKazw= ; Received: from unknown (HELO 172.16.0.1) (mikej@70.31.50.81 with login) by smtp104.rog.mail.re2.yahoo.com with SMTP; 14 Aug 2005 05:04:10 -0000 Received: from 172.16.0.199 (SquirrelMail authenticated user mikej) by 172.16.0.1 with HTTP; Sun, 14 Aug 2005 01:03:56 -0400 (EDT) Message-ID: <3579.172.16.0.199.1123995836.squirrel@172.16.0.1> In-Reply-To: <42FECCD8.8080902@bfoz.net> References: <42FE8A25.3000101@bfoz.net> <3545.172.16.0.199.1123994542.squirrel@172.16.0.1> <42FECCD8.8080902@bfoz.net> Date: Sun, 14 Aug 2005 01:03:56 -0400 (EDT) From: "Mike Jakubik" To: "Brandon Fosdick" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: stable@freebsd.org Subject: Re: IRQ conflict between twa0 and skc0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 05:04:11 -0000 On Sun, August 14, 2005 12:47 am, Brandon Fosdick said: > I had thought of that, but the motherboard only has 2 non-express PCI > slots and they're both currently filled by the video card and the raid > card. I could take the video card out, but then I wouldn't be able to see > what I was doing. Forgot to mention. You can always buy a cheap pciE video card :) From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 05:38:45 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A4816A41F for ; Sun, 14 Aug 2005 05:38:45 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A5143D46 for ; Sun, 14 Aug 2005 05:38:45 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from SMILEY (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 3208319F3B; Sat, 13 Aug 2005 22:41:50 -0700 (PDT) From: "Darren Pilgrim" To: "'Brandon Fosdick'" Date: Sat, 13 Aug 2005 22:38:41 -0700 Message-ID: <001701c5a092$6eb78f00$642a15ac@SMILEY> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: <42FECCD8.8080902@bfoz.net> Importance: Normal Cc: stable@freebsd.org Subject: RE: IRQ conflict between twa0 and skc0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 05:38:45 -0000 From: Brandon Fosdick > Mike Jakubik wrote: > > > > The easiest thing would probably be to disable the onboard > > sk card, and put in an em (intel gigabit card). The marvell > > chipset and driver is known to be problematic. >=20 > I had thought of that, but the motherboard only has 2=20 > non-express PCI slots and they're both currently filled by=20 > the video card and the raid card. I could take the video card=20 > out, but then I wouldn't be able to see what I was doing. Try switching slots with the RAID and video cards. It's silly, but then so is PCI interrupt routing. From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 05:40:29 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE5E616A41F for ; Sun, 14 Aug 2005 05:40:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5240C43D45 for ; Sun, 14 Aug 2005 05:40:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j7E5dDAE018193; Sat, 13 Aug 2005 23:39:13 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 13 Aug 2005 23:39:25 -0600 (MDT) Message-Id: <20050813.233925.116873970.imp@bsdimp.com> To: freebsd-stable@freebsd.org, olli@lurza.secnetix.de From: "M. Warner Losh" In-Reply-To: <200508081249.j78CnZOF021085@lurza.secnetix.de> References: <42F6986E.8090508@cs.tu-berlin.de> <200508081249.j78CnZOF021085@lurza.secnetix.de> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 13 Aug 2005 23:39:18 -0600 (MDT) Cc: Subject: Re: 4.11 to RELENG_6 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 05:40:29 -0000 In message: <200508081249.j78CnZOF021085@lurza.secnetix.de> Oliver Fromme writes: : Bj=F6rn K=F6nig wrote: : > Randy Bush wrote: : > > any peculiarities/clues for upgrading an antique from 4.11 to : > > RELENG_6 beyond the "To upgrade in-place from 5.x-stable to = : > > current" in UPDATING? : > = : > I guess not. From the release notes of 6.0-BETA2: : > = : > "Source upgrades to FreeBSD 6.0-CURRENT are only supported from Fr= eeBSD = : > 5.3-RELEASE or later. Users of older systems [...] : = : Unfortunately, that statement is ambiguous: FreeBSD 4.11 : (Jan. 2005) is _not_ older than 5.3 (Nov. 2004). However, : I guess that's not what the release notes really mean. Older here means 'numerically smaller' not 'released earlier'. Warner From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 05:44:00 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B01916A41F for ; Sun, 14 Aug 2005 05:44:00 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2917443D45 for ; Sun, 14 Aug 2005 05:43:58 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from [192.168.0.5] (c-24-6-134-233.hsd1.ca.comcast.net[24.6.134.233]) by comcast.net (sccrmhc13) with ESMTP id <2005081405435301300l4lnqe>; Sun, 14 Aug 2005 05:43:57 +0000 Message-ID: <42FEDA17.4030400@bfoz.net> Date: Sat, 13 Aug 2005 22:43:51 -0700 From: Brandon Fosdick User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Jakubik References: <42FE8A25.3000101@bfoz.net> <3545.172.16.0.199.1123994542.squirrel@172.16.0.1> <42FECCD8.8080902@bfoz.net> <3579.172.16.0.199.1123995836.squirrel@172.16.0.1> In-Reply-To: <3579.172.16.0.199.1123995836.squirrel@172.16.0.1> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: IRQ conflict between twa0 and skc0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 05:44:00 -0000 Mike Jakubik wrote: > Forgot to mention. You can always buy a cheap pciE video card :) You're a big help :) I was fiddling and I noticed something odd. Previously, the ESCD screen at boot showed the raid controller and network controller both at IRQ 5. The dmesg I sent before showed both at IRQ 18. That seemed odd to me. I also noticed that unused drive channels were being assigned IRQs so I disabled them in the BIOS. The idea being to free up an IRQ and maybe one of the controllers would use it. Now the ESCD table shows both the raid and the network on IRQ 10 and dmesg still shows them at IRQ 18. This seems screwy to me, but I have no idea what it means. Now that I know both IRQs 10 and 18 are useable, is there some way to force the drivers? Aren't there some boot hints that handle this? Or was it done in the kernel config. I can't remember. BTW, this is all with the stock SMP kernel. From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 05:52:27 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E3C916A41F for ; Sun, 14 Aug 2005 05:52:27 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B27843D55 for ; Sun, 14 Aug 2005 05:52:26 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j7E5qBbq018260; Sat, 13 Aug 2005 23:52:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 13 Aug 2005 23:52:23 -0600 (MDT) Message-Id: <20050813.235223.38050560.imp@bsdimp.com> To: chris@childeric.freeserve.co.uk From: "M. Warner Losh" In-Reply-To: <42FD08D3.2080300@childeric.freeserve.co.uk> References: <42FD08D3.2080300@childeric.freeserve.co.uk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 13 Aug 2005 23:52:12 -0600 (MDT) Cc: freebsd-stable@freebsd.org Subject: Re: Memory requirements between releases X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 05:52:27 -0000 In message: <42FD08D3.2080300@childeric.freeserve.co.uk> Chris writes: : The installation notes for 5.4 and 6 (the floppies README.TXT) say : "FreeBSD for the i386 requires ...at least 24 MB of RAM". : : Did the memory requirement really jump that much or is something : different being measured? Not really, if you know what you are doing. : I have on old tosh 110CT laptop with 24mb memory I want to set up as a : wireless router/NAT box but would prefer to use 6 or 5.4. Can I reduce : the amount of memory required? I have compiled a reduced kernel but it : swaps like mad when compiling. Kismet and deps took over 12 hours. Just : after boot and not doing anything it has about 2mb free and 17 processes : running. You can deploy to one of these laptops, but chances are good that the extra memory required for large compiles (anything bigger than hello world) will swap its little brains out. You can trim the kernel down a lot for the 100CT. You can eliminate all the SCSI stuff, all the raid stuff, most of the pci stuff, all the old crusty ISA ethernet hardware. You can trim down usb quite a bit, eliminate eisa. That helps a lot. I can boot on my 16MB laptop, but it is a little painful to do much on. On that I can elimiante usb and pci since there's no pci bus at all. Oh, and firewire too! Warner From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 05:54:54 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9598116A41F for ; Sun, 14 Aug 2005 05:54:54 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.76.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C5743D55 for ; Sun, 14 Aug 2005 05:54:54 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from [192.168.0.5] (c-24-6-134-233.hsd1.ca.comcast.net[24.6.134.233]) by comcast.net (sccrmhc13) with ESMTP id <2005081405545301300l4uiee>; Sun, 14 Aug 2005 05:54:53 +0000 Message-ID: <42FEDCAB.2040904@bfoz.net> Date: Sat, 13 Aug 2005 22:54:51 -0700 From: Brandon Fosdick User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Darren Pilgrim References: <001701c5a092$6eb78f00$642a15ac@SMILEY> In-Reply-To: <001701c5a092$6eb78f00$642a15ac@SMILEY> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: IRQ conflict between twa0 and skc0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 05:54:54 -0000 Darren Pilgrim wrote: > Try switching slots with the RAID and video cards. It's silly, but then > so is PCI interrupt routing. Unbelievable. Who ever wrote the PCI spec should have been shot. I switched the cards and now the network card is sharing an interrupt with the video card, but neither seems to mind. More importantly it isn't sharing with the raid card and they all appear to be happy. Thanks, that was a big help. From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 06:41:09 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C46E16A41F for ; Sun, 14 Aug 2005 06:41:09 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pastinakel.tue.nl (pastinakel.tue.nl [131.155.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB66943D46 for ; Sun, 14 Aug 2005 06:41:08 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from localhost (localhost [127.0.0.1]) by pastinakel.tue.nl (Postfix) with ESMTP id 18D6314BB93; Sun, 14 Aug 2005 08:41:08 +0200 (CEST) Received: from pastinakel.tue.nl ([127.0.0.1]) by localhost (pastinakel.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12709-07; Sun, 14 Aug 2005 08:41:07 +0200 (CEST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by pastinakel.tue.nl (Postfix) with ESMTP id 3B9AE14BB8E; Sun, 14 Aug 2005 08:41:07 +0200 (CEST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.4/8.13.4/Submit) id j7E6f6A2046291; Sun, 14 Aug 2005 08:41:06 +0200 (CEST) (envelope-from stijn) Date: Sun, 14 Aug 2005 08:41:06 +0200 From: Stijn Hoop To: dmp@bitfreak.org Message-ID: <20050814064106.GO26471@pcwin002.win.tue.nl> References: <200508101622.j7AGMUah041503@repoman.freebsd.org> <200508131344.30433.doconnor@gsoft.com.au> <42FD7D9D.3020709@errno.com> <200508131809.53923.doconnor@gsoft.com.au> <42FE1374.1060508@errno.com> <20050813201152.hx4xs4a2dc04c8so@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="//IivP0gvsAy3Can" Content-Disposition: inline In-Reply-To: <20050813201152.hx4xs4a2dc04c8so@localhost> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Virus-Scanned: amavisd-new at tue.nl Cc: freebsd-stable@freebsd.org Subject: Re: cvs commit: src/sys/net80211 ieee80211.c ieee80211_input.c ieee80211_ioctl.c ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h src/sys/dev/ath if_ath.c src/sys/dev/ipw if_ipw.c ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 06:41:09 -0000 --//IivP0gvsAy3Can Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 13, 2005 at 08:11:52PM -0700, dmp@bitfreak.org wrote: > Quoting Sam Leffler : > > > >The ipw and iwi drivers (at least) have never worked right so far as=20 > >I can tell. At one point I tried the iwi driver and it kinda worked=20 > >but failed in many common scenarios and in general was very fragile. =20 > >I no longer have the facilities to even test these drivers and given=20 > >that I know of no cardbus cards w/ intel parts in them it's unlikely=20 > >I ever will unless someone wants to donate a laptop dedicated to=20 > >testing. >=20 > If you have a notebook with a MiniPCI slot, the Intel 2100, 2200 and 2915 > MiniPCI cards can be had in the after-market for US$30 or less. I can send a developer willing to work out the issues a 2200bg MiniPCI card for free. --Stijn --=20 "...I like logs. They give me a warm fuzzy feeling. I've been known to keep logs for 30 months at a time (generally when I thought I was rotating them daily, but was actually rotating them once a month)." -- Michael Lucas, in Big Scary Daemons article 'Controlling Bandwidth' --//IivP0gvsAy3Can Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC/ueCY3r/tLQmfWcRArRyAKC1gTL+lrhS9iroOgv/3lWLu9vsaQCfWNEa VRvh4nMND1jw1aFF3tXFcrw= =avLi -----END PGP SIGNATURE----- --//IivP0gvsAy3Can-- From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 08:26:04 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ECA516A420 for ; Sun, 14 Aug 2005 08:26:04 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id C078D43D48 for ; Sun, 14 Aug 2005 08:26:03 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from SMILEY (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 7565019F3B; Sun, 14 Aug 2005 01:29:09 -0700 (PDT) From: "Darren Pilgrim" To: "'Brandon Fosdick'" Date: Sun, 14 Aug 2005 01:26:00 -0700 Message-ID: <001701c5a0a9$ce0b9570$642a15ac@SMILEY> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <42FEDCAB.2040904@bfoz.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Importance: Normal Cc: stable@freebsd.org Subject: RE: IRQ conflict between twa0 and skc0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 08:26:04 -0000 From: Brandon Fosdick [mailto:bfoz@bfoz.net]=20 >=20 > Darren Pilgrim wrote: > > Try switching slots with the RAID and video cards. It's silly, but=20 > > then so is PCI interrupt routing. >=20 > Unbelievable. Who ever wrote the PCI spec should have been shot. I believe the IEEE was involved. :) > I switched the cards and now the network card is sharing an=20 > interrupt with the video card, but neither seems to mind.=20 > More importantly it isn't sharing with the raid card and they=20 > all appear to be happy. IRQ sharing is a known issue with many RAID cards and even some gigabit ethernet cards. It seems to correlate to cards that push the performance limit of the bus. From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 20:41:31 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2797A16A41F for ; Sun, 14 Aug 2005 20:41:31 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C77243D48 for ; Sun, 14 Aug 2005 20:41:29 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [192.168.0.60] ([82.35.113.47]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sun, 14 Aug 2005 21:42:15 +0100 Message-ID: <42FF9DC7.7080004@childeric.freeserve.co.uk> Date: Sun, 14 Aug 2005 20:38:47 +0100 From: Chris User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050805) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <42FD08D3.2080300@childeric.freeserve.co.uk> <20050812230049.GA15400@xor.obsecurity.org> In-Reply-To: <20050812230049.GA15400@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Aug 2005 20:42:15.0905 (UTC) FILETIME=[A7F0C510:01C5A110] Subject: Re: Memory requirements between releases X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 20:41:31 -0000 Thanks for all replies and suggestions. sounds like I can give 6 a try. I can move the hd to a bigger machine for installing and compiling. Chris From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 21:04:45 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F166B16A41F for ; Sun, 14 Aug 2005 21:04:45 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.76.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FEE343D46 for ; Sun, 14 Aug 2005 21:04:45 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from [192.168.0.5] (c-24-6-134-233.hsd1.ca.comcast.net[24.6.134.233]) by comcast.net (sccrmhc13) with ESMTP id <2005081421044401300l6rdse>; Sun, 14 Aug 2005 21:04:44 +0000 Message-ID: <42FFB1EB.5040802@bfoz.net> Date: Sun, 14 Aug 2005 14:04:43 -0700 From: Brandon Fosdick User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Create 2.5TB file system on 5.4S? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 21:04:46 -0000 Now that my shiny new 9500S is installed and not fighting for IRQs, I've created and initialized a ~2.5TB array using the bios utility. So the next step is mounting the new array. I naively tried following the regular handbook instructions for adding a new drive and failed miserably. And after googling a bit I now know why, and realized that I knew why before, but I was being stupid. I've seen a few mentions of using gpt(8) and some vague references to using dedicated mode. But I haven't seen anything that says "this is the Right Way to do it". So...what's the proper way to make a large file system? From owner-freebsd-stable@FreeBSD.ORG Sun Aug 14 21:55:41 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC6716A41F for ; Sun, 14 Aug 2005 21:55:41 +0000 (GMT) (envelope-from pmurray@open2view.com) Received: from bellagio.open2view.com (bellagio.open2view.com [203.97.20.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BA4943D48 for ; Sun, 14 Aug 2005 21:55:40 +0000 (GMT) (envelope-from pmurray@open2view.com) Received: from localhost (localhost [127.0.0.1]) by bellagio.open2view.com (Postfix) with ESMTP id 916895BC04 for ; Mon, 15 Aug 2005 10:00:18 +1200 (NZST) Received: from bellagio.open2view.com ([127.0.0.1]) by localhost (bellagio.open2view.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 48273-07 for ; Mon, 15 Aug 2005 10:00:15 +1200 (NZST) Received: from [10.58.3.145] (unknown [10.58.3.145]) by bellagio.open2view.com (Postfix) with ESMTP id D4CD05BC03 for ; Mon, 15 Aug 2005 10:00:14 +1200 (NZST) Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-stable@freebsd.org From: Philip Murray Date: Mon, 15 Aug 2005 09:55:07 +1200 X-Mailer: Apple Mail (2.733) X-Virus-Scanned: amavisd-new at open2view.com Subject: Reoccurring filesystem corruption X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 21:55:41 -0000 Hi, I have a 4.11 machine that keeps getting file-system corruption on a single ATA drive (on a ServerWorks ROSB4, not the 3ware mentioned in the dmesg bewlow). In the nightly run e-mails I see pages and pages of: Checking setuid files and devices: find: /usr/share/locale/fr_CA.ISO8859-15: Bad file descriptor find: /usr/share/locale/fr_CH.ISO8859-1: Bad file descriptor find: /usr/share/locale/fr_FR.ISO8859-1: Bad file descriptor find: /usr/share/locale/fr_CH.ISO8859-15: Bad file descriptor Every time I see this, I run a fsck over the file-system in single user mode and fsck claims to have fixed all the corruption. Then, anywhere from a week to a month later, it starts happening again and gets worse and worse. Is this a sign of a dead disk, faulty ATA controller, or something wrong with FreeBSD? I get no error messages in dmesg. Is it possible fsck isn't actually fixing everything there is to be fixed? Is there some way of forcing fsck to do a more thorough check? Cheers Philip Murray FreeBSD 4.11-STABLE #4: Wed Apr 6 16:45:15 NZST 2005 Timecounter "i8254" frequency 1193182 Hz CPU: Intel(R) Pentium(R) III CPU family 1400MHz (1399.33-MHz 686- class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383fbff real memory = 2147418112 (2097088K bytes) avail memory = 2087903232 (2038968K bytes) Programming 16 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 Programming 16 pins in IOAPIC #1 FreeBSD/SMP: Multiprocessor motherboard: 2 CPUs cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 4, version: 0x000f0011, at 0xfec00000 io1 (APIC): apic id: 5, version: 0x000f0011, at 0xfec01000 Preloaded elf kernel "kernel" at 0xc03b0000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 9 entries at 0xc00f5240 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard IOAPIC #1 intpin 0 -> irq 2 IOAPIC #1 intpin 15 -> irq 10 IOAPIC #0 intpin 10 -> irq 11 pci0: on pcib0 twe0: <3ware Storage Controller driver ver. 1.40.01.002> port 0xd400-0xd40f irq 2 at device 1.0 on pci0 twe0: 4 ports, Firmware FE6X 1.02.00.029, BIOS BEXX 1.07.00.009 pci0: at 4.0 fxp0: port 0xd000-0xd03f mem 0xfe900000-0xfe9fffff,0xfeace000-0xfeacefff irq 10 at device 6.0 on pci0 fxp0: Ethernet address 00:30:48:22:a6:1e inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 15.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 15.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ohci0: mem 0xfeacf000-0xfeacffff irq 11 at device 15.2 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered pcib1: on motherboard pci1: on pcib1 orm0: