From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 30 15:29:43 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A886D106564A for ; Sun, 30 Mar 2008 15:29:43 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id 60ACF8FC26 for ; Sun, 30 Mar 2008 15:29:43 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1163421wxd.7 for ; Sun, 30 Mar 2008 08:29:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; bh=Nf8q0gW66m5G9scH+iNmay02GwPLlsUwl4z+Ph8VHIk=; b=NrU8qU6zXaO39pLC5VrPxjWCU2qde9TlCXdVlzELjLnQtT1BqGUs19GtD+cRLJNbEz0SQ2ROxLmcWqjaBZrYnsJ9XzhDIghl7JdSYlKHJbPYXMhWGChkLN3Xm0TN1fwxsRWfnc0HdpTk3IEoWBLt8QXE5IHeJYPwHBzBGyMhIxw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=fDM8VQH2qZECcOuY+ttBF3/HLWv8Ah0D+LwcH9tEBJSy3Csc/dtgK7yB4a4MLqtRKpUrMuyjFP7neAiN/TLHHNbraRPQ+9BRUFlHXKtVvh/pH3CBXqqYuOJk5PJ4I58+KMmsjkex3sZyUveQfSACVpF0x8D16mbri50OmZiQmY8= Received: by 10.115.49.16 with SMTP id b16mr8044225wak.65.1206890980756; Sun, 30 Mar 2008 08:29:40 -0700 (PDT) Received: by 10.114.152.6 with HTTP; Sun, 30 Mar 2008 08:29:40 -0700 (PDT) Message-ID: Date: Sun, 30 Mar 2008 10:29:40 -0500 From: "Don Wilde" To: freebsd-amd64@freebsd.org In-Reply-To: <200803290917.10348.joao@matik.com.br> MIME-Version: 1.0 References: <200803290917.10348.joao@matik.com.br> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: a fun project X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwilde1@gmail.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2008 15:29:43 -0000 On Sat, Mar 29, 2008 at 7:17 AM, JoaoBR wrote: > On Saturday 29 March 2008 06:05:49 Don Wilde wrote: > > FreeBSD working on such bleeding edge hardware leads to more high-end > sales > > for Dell and more FreeBSD in High Places. Win - Win! > > > what a generous offer! > :) > > -- > > Jo=E3o > > Okay, now it's time for help lifting the cart out of the mudhole! :) Mixed results on the first pass. The blade is mostly ACPI driven, with lots of PCI bridges and PCIexpress mezzanine card slots. Probing found the mpt0 LSILogic SAS6 controller, so I should be able to at least load the hard disk. I was able to boot the distro kernel of amd64-7.0-R from a USB CDROM, but it hung up three quarters of the way through the probe process. It hung after the last PCI probe, and before the first SIO probe. The 'verbose logging' bootup didn't give me any more clues; it identified the 34th (!) PCI bus port more completely, but it didn't give any more clues to what hun= g it up. I was able to get the i386 ISO to complete the probe and move on to the FreeBSD sysinstall menu, but wasn't able to complete the install due to the fact that there are no ATAPI CDROM ports on the blade and it couldn't use the USB CD as a source. Any ideas as to why the amd64 probe hung and the i386 did not? My i386 ISO set is actually 7.0-RC3, not 7.0-RELEASE, would that matter? I have two ways to proceed in loading the system from the i386 set. Our blades have what we call vMedia, which allows us to virtualize a CDROM or floppy drive and attach it through our iDRAC blade management processor. We've got a few bugs left in that part of this new blade's firmware, so tha= t may not be successful although it would be the easiest way to succeed if it would work. The other way to proceed is with a local ftp server. Our lab networks (and corporate, for that matter) are heavily blockaded by Doze-oriented sysadmins, and we have very little outside access capability. What I think = I can do, however, is to preload my trusty little Inspiron laptop as a partia= l clone of ftp.freebsd.org, and attach it to the local net segment when I go in tomorrow. That way, I think I can at least get the system loaded with a running i386 setup so that I can capture probe dmesgs and run some test scripts. I feel good about what I saw today. I'm thinking that it can and will be made to work successfully, because Dell's hardware is very much standards-driven and should be straightforward even if it is all bleeding edge for the PC world. Comments or suggestions? I suppose I could d/l an i386 live CD and boot tha= t as an intermediate step. At least with that I could get quickly to a prompt and mount a USB key to store off dmesg and stuff like that that I can't capture with the incomplete install boot. -- :D From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 30 17:53:42 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86481106564A for ; Sun, 30 Mar 2008 17:53:42 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 354288FC20 for ; Sun, 30 Mar 2008 17:53:41 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1224600wxd.7 for ; Sun, 30 Mar 2008 10:53:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=95yxTA2NUwiFtoI+y1HN26eE/WbZ4MeReb//q+ArMg0=; b=Hv7cQeptWkc8I7bXKbh2JKG3qOMb2neRNC55CKLa712Mw2Wz59IPq3asrMtyWwz0kQqd4147y4hJRgZZrtnIaJM6TAwmaRZEPsdTOskGezav3E0rjDnuP/iQT7LPIhGM6D7ZoD9ryOyYAGCHVtFaiWKzvI1Y9b6hjexmhtvbqt4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Lf8oJZWmlYvLr37gQ2nbZTcSdh/Kn3Mq7Zv//2/YtStXqeOSbBwl6VkNMLH2Y9B9bfwEkRAKGnCHuhx6OCCV8o1xeDYYbgQzphkMQXvUnvc7BM/uQr+guGRjDR51uomfSp3R+UIzGf5Kt9EXvruWGxS9GZJoIZTtcDCdpqNZn9k= Received: by 10.114.254.1 with SMTP id b1mr8197610wai.132.1206899620679; Sun, 30 Mar 2008 10:53:40 -0700 (PDT) Received: by 10.114.152.6 with HTTP; Sun, 30 Mar 2008 10:53:40 -0700 (PDT) Message-ID: Date: Sun, 30 Mar 2008 12:53:40 -0500 From: "Don Wilde" To: "Pete French" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-amd64@freebsd.org Subject: Re: a fun project X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwilde1@gmail.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2008 17:53:42 -0000 On Sun, Mar 30, 2008 at 11:59 AM, Pete French wrote: > > I was able to boot the distro kernel of amd64-7.0-R from a USB CDROM, > but > > it hung up three quarters of the way through the probe process. It hung > > after the last PCI probe, and before the first SIO probe. The 'verbose > > logging' bootup didn't give me any more clues; it identified the 34th > (!) > > PCI bus port more completely, but it didn't give any more clues to what > hung > > it up. > > O.K., that's interesting - if you were going to have problems then I > would have expected it to come way before that point, as all my > issues with and64 have been BIOS related. Did you try 'safe mode' ? > That's what I figured, too. No, didn't try 'safe mode'. WIll try that Monday. > > > I was able to get the i386 ISO to complete the probe and move on to the > > FreeBSD sysinstall menu, but wasn't able to complete the install due to > the > > fact that there are no ATAPI CDROM ports on the blade and it couldn't > use > > the USB CD as a source. > > Does this machine have recognised ethernet ports ? I had a similar problem > with an install on a set of HP blades once, and ened up just doing a > network > install. If you can do a network install you can then use that install to > put and amd64 install into another partition, and that then gives you a > way to test patches to amd64 to see if you can get it working. > > -pete. > That's why I'm talking about building an ftp mirror; I'm also thinking that's going to be my best bet. Yes, it does have ethernet on the base system, but the dmesg flew by too fast for me to see whether the probe identified them. IIRC, they're Broadcom GBE's. That's a good suggestion to load both i386 and amd64. If I can't get it to get through the amd64 probe, I'll try that. From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 30 18:08:17 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D8F1106566B for ; Sun, 30 Mar 2008 18:08:17 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id EA8018FC26 for ; Sun, 30 Mar 2008 18:08:16 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1511986waf.3 for ; Sun, 30 Mar 2008 11:08:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=5aHExqCHHTvi8M6CLZAQbq2803v+flmHFTFZjMGY3KM=; b=Daci20hUVfZgsVCdlLQUhp3rE+DF7mbsJoIeoVJMYSZIrB5mX/mMZkSakS74p1MEkvMf6yMS8VQ0UoX5rw16A5mbg7GxLBJ7LcQAWj0Kq/5Ph7QlPPCmO2vIpOb5NTLLY4K6mp6UFbfrM4QsqKwsiVUIkewusGd6qslS97AKKiM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=WlpylRdZFc+mkaq2OJnEBQg+xd3BF1LjcvoPERAo4OQjAuAXpCBcYhQX18OBaxz4f07btY1Now+iUlNLKUTEVKdzVA7UOvq4oChyPOQFRma3x2wFNXSMCHClFtQjIm4JqVDI1yJ6VLnvJR3doTPJCiyQrB38sHRtcHIBWw1qhZY= Received: by 10.114.88.1 with SMTP id l1mr8265434wab.79.1206900496666; Sun, 30 Mar 2008 11:08:16 -0700 (PDT) Received: by 10.114.152.6 with HTTP; Sun, 30 Mar 2008 11:08:16 -0700 (PDT) Message-ID: Date: Sun, 30 Mar 2008 13:08:16 -0500 From: "Don Wilde" To: Dieter In-Reply-To: <200803301701.RAA20709@sopwith.solgatos.com> MIME-Version: 1.0 References: <200803301701.RAA20709@sopwith.solgatos.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-amd64@freebsd.org Subject: Re: Dell blade Re: a fun project X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwilde1@gmail.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2008 18:08:17 -0000 On Sun, Mar 30, 2008 at 4:01 AM, Dieter wrote: > > I was able to boot the distro kernel of amd64-7.0-R from a USB CDROM, > but > > it hung up three quarters of the way through the probe process. It hung > > after the last PCI probe, and before the first SIO probe. The 'verbose > > logging' bootup didn't give me any more clues; it identified the 34th > (!) > > PCI bus port more completely, but it didn't give any more clues to what > hun= > > g > > it up. > > If you solve this, be sure to let us know. You make funnee, he he. ME? Let's just say that this'll be my first foray into the boot process. Capital learning experience. :))) > > > > I was able to get the i386 ISO to complete the probe and move on to the > > FreeBSD sysinstall menu, but wasn't able to complete the install due to > the > > fact that there are no ATAPI CDROM ports on the blade and it couldn't > use > > the USB CD as a source. > > IIRC you can get a sh prompt from the sysinstall menu. > Then you can fdisk, newfs, and mount a hard drive, and if it will let you > mount the CD, you can do something like > > export DESTDIR=/mnt > cd /cdrom/7.0-RELEASE > for foo in base doc catpages dict games info manpages proflibs > ports lib32 > do > cd ${foo} > ./install.sh > cd .. > done > cd kernels > ./install.sh generic # or whichever kernel you think will run best > on your box > sync This is good data. Thanks for the details, Dieter. If I can get to the prompt, I can now avoid the USB CD issue, though I may have to make a CD with a kernel that has cam enabled, which I believe is not in the GENERIC. (?) The BTX loader did identify the USB CD as cd0, so maybe I'm okay without atapicam. > > There is also the build a hard disk on another machine, then move it > to the target machine method. > I don't think I have access to a more normal system that utilizes these drives. They're removable 2.5" SAS6 drives. However, it may indeed be that one of our earlier Magnum (2S Opteron) blades will work and I can build a drive on one of them, as you suggest. Worth a try. Thanks for all your help! -- :D From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 30 21:06:59 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DA20106566B for ; Sun, 30 Mar 2008 21:06:59 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 5A3428FC18 for ; Sun, 30 Mar 2008 21:06:58 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m2UKVjR34897; Sun, 30 Mar 2008 13:31:45 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id UAA25021; Sun, 30 Mar 2008 20:28:59 GMT Message-Id: <200803302028.UAA25021@sopwith.solgatos.com> To: dwilde1@gmail.com In-reply-to: Your message of "Sun, 30 Mar 2008 13:08:16 CDT." Date: Sun, 30 Mar 2008 13:28:59 +0100 From: Dieter Cc: freebsd-amd64@freebsd.org Subject: Re: Dell blade Re: a fun project X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2008 21:06:59 -0000 > > If you solve this, be sure to let us know. > > > You make funnee, he he. ME? Let's just say that this'll be my first foray > into the boot process. Okay, let me rephrase that. If you find a solution (perhaps suggested by someone else), let us know. You're the one with access to the hardware, so you're the only one who can test proposed solutions, and thus the only one who will know if it works. Yeah, I'm having lots of "fun" trying to get 7.0 to boot on my Tyan board, which boots 6.2 fine. Learning lots of stuff about FreeBSD's boot process. > Capital learning experience. :))) "Experience is what you get when you don't get what you wanted." > > > I was able to get the i386 ISO to complete the probe and move on to the > > > FreeBSD sysinstall menu, but wasn't able to complete the install due to > > the > > > fact that there are no ATAPI CDROM ports on the blade and it couldn't > > use > > > the USB CD as a source. > > > > IIRC you can get a sh prompt from the sysinstall menu. > > Then you can fdisk, newfs, and mount a hard drive, and if it will let you > > mount the CD, you can do something like > > > > export DESTDIR=/mnt > > cd /cdrom/7.0-RELEASE > > for foo in base doc catpages dict games info manpages proflibs > > ports lib32 > > do > > cd ${foo} > > ./install.sh > > cd .. > > done > > cd kernels > > ./install.sh generic # or whichever kernel you think will run best > > on your box > > sync > > > This is good data. Thanks for the details, Dieter. If I can get to the > prompt, I can now avoid the USB CD issue, though I may have to make a CD > with a kernel that has cam enabled, which I believe is not in the GENERIC. > (?) The BTX loader did identify the USB CD as cd0, so maybe I'm okay without > atapicam. I recently learned that you don't have to build a new kernel to get atapicam. Try "kldload atapicam". I need atapicam to write DVDs, but it might read CDs without? Seems like it would have to be able to read the CD to install from the CD. I'm not sure what you'll be able to get to from the sysinstall shell. If it has mounted the cdrom, (which seems likely) you may be able to get to the 7.0-RELEASE directory. > > There is also the build a hard disk on another machine, then move it > > to the target machine method. > > I don't think I have access to a more normal system that utilizes these > drives. They're removable 2.5" SAS6 drives. However, it may indeed be that > one of our earlier Magnum (2S Opteron) blades will work and I can build a > drive on one of them, as you suggest. Worth a try. IIRC you can plug a SATA drive into a SAS controller? If it will boot from a USB CD, maybe it will boot from a USB hard drive? Not everything that should work does work. I once tried dd-ing an iso image to a hard drive, but the firmware will not boot an iso from a hard drive, only from a cd drive. From owner-freebsd-amd64@FreeBSD.ORG Sun Mar 30 22:42:31 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C858106567C for ; Sun, 30 Mar 2008 22:42:31 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 020808FC23 for ; Sun, 30 Mar 2008 22:42:30 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1621199waf.3 for ; Sun, 30 Mar 2008 15:42:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=60nLHV2B9keRJ3EJruvLzbLffnJm6+kV/pa0XSF3ZtA=; b=T9RE4xkz3yfCM6UcKKjcZfwbiOFMorv218qVf2mWDmslUO5pt3WRzasGKldMQa2SDCXCgp2l6wlZ6e4+SMQVS0nup0fCFxZRD8Nm74PWnA90Gzv9v93QSX6dpTR6wwIwA3JvNTaOy1oXXnkLkyg5UBhVnZSG10Uw7jCvve//f0Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ZRMV4CeRDZgwumZnUJBLNeuF6hsF5x9hcJCWeGmZX/vuxDmPaEADorDS8DJ3SNYM3hZN2nNIfOO6kvC+dTEs9B09D9IzS2tFZ94Bx9x2JFxa72haXcEhgC3PlkeHyN+kUXB2bd8zpxSLgKjuKxNWk80nLE49EPp03mwv92RiWzE= Received: by 10.114.171.1 with SMTP id t1mr8653221wae.124.1206916950604; Sun, 30 Mar 2008 15:42:30 -0700 (PDT) Received: by 10.114.152.6 with HTTP; Sun, 30 Mar 2008 15:42:30 -0700 (PDT) Message-ID: Date: Sun, 30 Mar 2008 17:42:30 -0500 From: "Don Wilde" To: Dieter In-Reply-To: <200803302028.UAA25021@sopwith.solgatos.com> MIME-Version: 1.0 References: <200803302028.UAA25021@sopwith.solgatos.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-amd64@freebsd.org Subject: Re: Dell blade Re: a fun project X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwilde1@gmail.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2008 22:42:31 -0000 On Sun, Mar 30, 2008 at 7:28 AM, Dieter wrote: > > > If you solve this, be sure to let us know. > > > > > > You make funnee, he he. ME? Let's just say that this'll be my first > foray > > into the boot process. > > Okay, let me rephrase that. If you find a solution (perhaps suggested > by someone else), let us know. You're the one with access to the > hardware, so you're the only one who can test proposed solutions, > and thus the only one who will know if it works. > Of course. I'm not that bad with code, either, just humble around people I *know* are better. I like being around FreeBSD people, it does rub off a little. > Yeah, I'm having lots of "fun" trying to get 7.0 to boot on my Tyan board, > which boots 6.2 fine. Learning lots of stuff about FreeBSD's boot > process. > Hmmm... I was thinking I have a probing issue, not a kernel code issue. I still think that's my most likely problem. It did make it pretty far. > > Capital learning experience. :))) > > "Experience is what you get when you don't get what you wanted." > That plus $0.02 worth of opinions from everybody can be summed up as RTFM. They just don't tell you HOW MANY M it takes to understand enough. :) > > > > I was able to get the i386 ISO to complete the probe and move on to > the > > > > FreeBSD sysinstall menu, but wasn't able to complete the install due > to > > > the > > > > fact that there are no ATAPI CDROM ports on the blade and it > couldn't > > > use > > > > the USB CD as a source. > > > > > > IIRC you can get a sh prompt from the sysinstall menu. > > > Then you can fdisk, newfs, and mount a hard drive, and if it will let > you > > > mount the CD, you can do something like > > > > > > export DESTDIR=/mnt > > > cd /cdrom/7.0-RELEASE > > > for foo in base doc catpages dict games info manpages proflibs > > > ports lib32 > > > do > > > cd ${foo} > > > ./install.sh > > > cd .. > > > done > > > cd kernels > > > ./install.sh generic # or whichever kernel you think will run > best > > > on your box > > > sync > > > > > > This is good data. Thanks for the details, Dieter. If I can get to the > > prompt, I can now avoid the USB CD issue, though I may have to make a CD > > with a kernel that has cam enabled, which I believe is not in the > GENERIC. > > (?) The BTX loader did identify the USB CD as cd0, so maybe I'm okay > without > > atapicam. > > I recently learned that you don't have to build a new kernel to get > atapicam. > Try "kldload atapicam". I need atapicam to write DVDs, but it might read > CDs > without? Seems like it would have to be able to read the CD to install > from > the CD. Yeah, I'm still getting used to the notion that almost everything is kld-able. > > I'm not sure what you'll be able to get to from the sysinstall shell. > If it has mounted the cdrom, (which seems likely) you may be able to get > to the 7.0-RELEASE directory. > Yeah, I found Fixit with the shell, and also the access to the Live FS CD. Hope that'll work (as you say, sb mounted already). > > > > There is also the build a hard disk on another machine, then move it > > > to the target machine method. > > > > I don't think I have access to a more normal system that utilizes these > > drives. They're removable 2.5" SAS6 drives. However, it may indeed be > that > > one of our earlier Magnum (2S Opteron) blades will work and I can build > a > > drive on one of them, as you suggest. Worth a try. > > IIRC you can plug a SATA drive into a SAS controller? > The tiny cables are the issue. Even the pcb finger connector on the drive is a quarter of the pitch of, say a PCI connector. Tiny! Yes, the drive controller does both, but it's a fabrication issue. Too much time to make or chase down such a cable adapter. > If it will boot from a USB CD, maybe it will boot from a USB hard drive? > I think that's an option on the boot menu, yes, although I don't have such a drive (other than a USB key formatted as DOS FAT). The firmware has a separate live boot menu as well as a boot order selection in the Setup. I think I'm more likely to have luck trying to load a disk on one of our earlier-generation AMD blades. I can fairly easily switch back and forth to edit startup files. > > Not everything that should work does work. I once tried dd-ing an iso > image > to a hard drive, but the firmware will not boot an iso from a hard drive, > only from a cd drive. > Pesky strongly-typed file systems!!! :D From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 31 01:01:10 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 075BF106566B for ; Mon, 31 Mar 2008 01:01:10 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from angel.ticketswitch.com (angel.ticketswitch.com [IPv6:2002:57e0:1d4e::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1E94C8FC14 for ; Mon, 31 Mar 2008 01:01:09 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from [10.50.50.2] (helo=smaug.rattatosk) by angel.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Jg8OZ-000KS5-Rg; Mon, 31 Mar 2008 02:01:07 +0100 Received: from dilbert.rattatosk ([10.50.50.6] helo=dilbert.ticketswitch.com) by smaug.rattatosk with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Jg8OZ-000GWc-Oy; Mon, 31 Mar 2008 02:01:07 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Jg8OZ-0006hy-OQ; Mon, 31 Mar 2008 02:01:07 +0100 To: dwilde1@gmail.com, freebsd-amd64@freebsd.org In-Reply-To: Message-Id: From: Pete French Date: Mon, 31 Mar 2008 02:01:07 +0100 Cc: Subject: Re: Dell blade Re: a fun project X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 01:01:10 -0000 > The tiny cables are the issue. Even the pcb finger connector on the drive is > a quarter of the pitch of, say a PCI connector. Tiny! Yes, the drive > controller does both, but it's a fabrication issue. Too much time to make or > chase down such a cable adapter. I can sympathise with you in this one! I recently started using SAS for the first time, and need a cable to connect a controller (HP P400i) to a drive. Would have thought that was simple, but in the end I couldn't find *anyone* in europe who had such a thing! had to special order one from the states in the end ?! I guess most people using SAS don't connect drives directly to controllers, but all use some hot-plug chassis or something. Still, it amazed me how hard it was to find (and how expensive whe I did find one). -pete. From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 31 01:55:47 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0EB4106564A for ; Mon, 31 Mar 2008 01:55:47 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 43B8F8FC19 for ; Mon, 31 Mar 2008 01:55:46 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1413411wxd.7 for ; Sun, 30 Mar 2008 18:55:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=y/63sqPKkuiVXWqzVF2+t5kvlaV41roGk/T7Loe3Tms=; b=ucJu4I4pVV/qXfVCFo8QTOgSOm7kFo77JJGrjWgrsHyJd6/1+1xDsYmZVHN/tNASjgXNHObYPMLtXOZoSYewJLvFAQrzVgMkQOIdr7O5eqq83gv1BU9NUaUbn7mKIwW4O8+3sHNb3rRfWAwlKxJgx0OT+WkXrEaUrA2IjVwAU3o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=RgevzAWYo73yxxE2Hs+dd7WqeXNBINydiXSktP+i74MknbhTXSgLT7qmrXKvVBfXnaYq5XrYzh0yRmRRXOKmtdocGIKR+YFSvMnuLFuK1xcEO10X3IR7mhepH/7EihNTwvfYluY8gsRryGwS/m3pWStleKEsaeUg3ZVeLBfuVIw= Received: by 10.114.192.1 with SMTP id p1mr9001449waf.47.1206928544668; Sun, 30 Mar 2008 18:55:44 -0700 (PDT) Received: by 10.114.152.6 with HTTP; Sun, 30 Mar 2008 18:55:44 -0700 (PDT) Message-ID: Date: Sun, 30 Mar 2008 20:55:44 -0500 From: "Don Wilde" To: "Pete French" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-amd64@freebsd.org Subject: Re: Dell blade Re: a fun project X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwilde1@gmail.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 01:55:47 -0000 On Sun, Mar 30, 2008 at 8:01 PM, Pete French wrote: > > The tiny cables are the issue. Even the pcb finger connector on the > drive is > > a quarter of the pitch of, say a PCI connector. Tiny! Yes, the drive > > controller does both, but it's a fabrication issue. Too much time to > make or > > chase down such a cable adapter. > > I can sympathise with you in this one! I recently started using SAS for > the first time, and need a cable to connect a controller (HP P400i) to > a drive. Would have thought that was simple, but in the end I couldn't > find *anyone* in europe who had such a thing! had to special order one > from the states in the end ?! I guess most people using SAS don't connect > drives directly to controllers, but all use some hot-plug chassis or > something. Still, it amazed me how hard it was to find (and how expensive > whe I did find one). > Exactly. Midplanes and risers. Cables are passe' these days. :D From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 31 07:24:02 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2048106566C for ; Mon, 31 Mar 2008 07:24:02 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.freebsd.org (Postfix) with ESMTP id E85F78FC13 for ; Mon, 31 Mar 2008 07:23:59 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (wzfdrcaza5hvg37n@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id m2V6iZYJ043462; Sun, 30 Mar 2008 23:44:35 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id m2V6iZik043461; Sun, 30 Mar 2008 23:44:35 -0700 (PDT) (envelope-from jmg) Date: Sun, 30 Mar 2008 23:44:35 -0700 From: John-Mark Gurney To: Don Wilde Message-ID: <20080331064434.GD82555@funkthat.com> Mail-Followup-To: Don Wilde , Pete French , freebsd-amd64@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (hydrogen.funkthat.com [127.0.0.1]); Sun, 30 Mar 2008 23:44:36 -0700 (PDT) X-Mailman-Approved-At: Mon, 31 Mar 2008 11:21:21 +0000 Cc: freebsd-amd64@freebsd.org Subject: Re: a fun project X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 07:24:02 -0000 Don Wilde wrote this message on Sun, Mar 30, 2008 at 12:53 -0500: > On Sun, Mar 30, 2008 at 11:59 AM, Pete French > wrote: > > That's why I'm talking about building an ftp mirror; I'm also thinking > that's going to be my best bet. Yes, it does have ethernet on the base > system, but the dmesg flew by too fast for me to see whether the probe > identified them. IIRC, they're Broadcom GBE's. Check out section 2.13.2 at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-media.html You can use the install cd for that "ftp mirror"... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 31 11:06:56 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB5031065679 for ; Mon, 31 Mar 2008 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBCAD8FC1A for ; Mon, 31 Mar 2008 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2VB6uQN038837 for ; Mon, 31 Mar 2008 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2VB6u1s038833 for freebsd-amd64@FreeBSD.org; Mon, 31 Mar 2008 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 31 Mar 2008 11:06:56 GMT Message-Id: <200803311106.m2VB6u1s038833@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org X-Mailman-Approved-At: Mon, 31 Mar 2008 11:21:35 +0000 Cc: Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 11:06:56 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number 1 problem total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o amd64/74747 amd64 System panic on shutdown when process will not die o amd64/76136 amd64 system halts before reboot o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/80691 amd64 amd64 kernel hangs on load o amd64/85451 amd64 [hang] 6.0-BETA3 lockups on AMD64 (PREEMPTION only) o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/88790 amd64 kernel panic on first boot (after the FreeBSD installa o amd64/89501 amd64 System crashes on install using ftp on local subnet o amd64/89503 amd64 Cant Boot Installation Disk o amd64/89546 amd64 [geom] GEOM error o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/91492 amd64 BTX halted o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o amd64/92889 amd64 [libc] xdr double buffer overflow o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/94677 amd64 panic in amd64 install at non-root user creation o amd64/94989 amd64 BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) and 5. o amd64/95888 amd64 kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP DL140G o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/102122 amd64 6.1-RELEASE amd64 Install Media panics on boot. s amd64/104311 amd64 ports/wine should be installable on amd64 o amd64/105514 amd64 FreeBSD/amd64 - Fails to boot on HP Pavilion dv8000 La o amd64/105531 amd64 [sata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - doe o amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on o amd64/106604 amd64 saslauthd crashes with signal 6 on FreeBSD 6.2-PREREL s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work a amd64/109584 amd64 zdump doesn't work o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/111992 amd64 BTX failed - HP Laptop dv2315nr o amd64/112677 amd64 [aac] Adaptec 4805SAS causes 6.2 (AMD64) to panic (amd o amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c s amd64/115815 amd64 [sata] [request] Gigabyte GA-M61P-S3 Motherboard unsup o amd64/116159 amd64 Panic while debugging on CURRENT o amd64/116322 amd64 At start fsck on current, the system panics o amd64/116620 amd64 Ifconfig spins when creating carp(4) device on amd64/S o amd64/116977 amd64 FreeBSD/amd64 - Fails to boot on HP Pavilion dv9030ea o amd64/117296 amd64 [sata] I don`t see second SATA IDE on VIA VT8237A o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117418 amd64 FreeBSD 6.2 crash on amd64 4400+ f amd64/119417 amd64 [boot] FreeBSD 7.0 rc1 amd64 won't boot on thinkpad x6 o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/119936 amd64 [install] FreeBSD 7.0-RC1 amd64 and i386 installer dis o amd64/120081 amd64 [sata] Hard drive not found during install FreeBSD 7.0 o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, f amd64/120243 amd64 [ndis] can't get work Broadcom 802.11b/g WLAN on HP Pa f amd64/120956 amd64 [panic] FreeBSD 6.3 Release: Fatal trap 12: page fault o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem 56 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when booting s amd64/85273 amd64 FreeBSD (NetBSD or OpenBSD) not install on laptop Comp o amd64/91195 amd64 FreeBSD 6.0(amd64) and Asus A8R-MVP o amd64/100838 amd64 [powerd] FreeBSD 6.0/6.1 kernel panics when booting wi o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o amd64/103259 amd64 [ar] Cannot use ataraid on nvidia nForce4+amd64 o bin/105542 amd64 on amd64, ldd(1) produces bogus output for i386 execut o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot o amd64/111096 amd64 motherboard ASRock AM2NF6G-VSTA not supported a amd64/113111 amd64 [Makefile] [patch] Potentially wrong instructions will o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect o amd64/116457 amd64 cant install freebsd on dv9420us o amd64/116514 amd64 freebsd6.2 can't detect GA-M61SME-S2's onboard lan car f amd64/116670 amd64 [sata] onboard SATA RAID1 controllers not supported fo s amd64/116689 amd64 [request] support for MSI K9MM-V o amd64/117186 amd64 kldload Unsupported file type on STABLE amd64 f amd64/119516 amd64 [ipv6] [panic] _mtx_lock_sleep: recursed on non-recurs f amd64/119949 amd64 6.3-RELEASE install; cannot find packages/INDEX error f amd64/121590 amd64 powerd(8) may not work correctly f amd64/122115 amd64 Require driver for SCSI controller in Dell PowerEdge 2 22 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 31 14:58:12 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12D70106564A for ; Mon, 31 Mar 2008 14:58:12 +0000 (UTC) (envelope-from drywash47@yahoo.com) Received: from web34605.mail.mud.yahoo.com (web34605.mail.mud.yahoo.com [209.191.68.139]) by mx1.freebsd.org (Postfix) with SMTP id BE23A8FC1F for ; Mon, 31 Mar 2008 14:58:11 +0000 (UTC) (envelope-from drywash47@yahoo.com) Received: (qmail 76946 invoked by uid 60001); 31 Mar 2008 14:58:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=2OQsmUuZlFIzVfYS+u6m4tGwWTEmGfdgK0iTS21HhcBwOXV0UFS+hWn1LH4SU6EhglEhE7V1DoZP3t4yiZ1Qc2ADKhg8xKQEklcOeew2BBBBKD3GvgDHEv0x+ClO22uY9mpvhIrYW6lKPnPkPMzL5lfZ28YA5CQ6uQrn4sYaz34=; X-YMail-OSG: LRDdETEVM1lKLoWQ94tOd5IBAMV3GbAcAsEZQ16SE0oxhHYB9WbQL2gurRHlUIwZnn6AHJZ_gSxW_SkSYNgw_W1fTnMrsy3BPkeTYUTVq2JFkGFxoIE- Received: from [66.229.167.199] by web34605.mail.mud.yahoo.com via HTTP; Mon, 31 Mar 2008 07:58:10 PDT Date: Mon, 31 Mar 2008 07:58:10 -0700 (PDT) From: David To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <144561.76683.qm@web34605.mail.mud.yahoo.com> X-Mailman-Approved-At: Mon, 31 Mar 2008 15:39:20 +0000 Subject: ** firewall software for FreeBSD 6.2 amd64 ** X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 14:58:12 -0000 What is the most popular firewall software to run on a stand-alone FreeBSD 6.2 amd64 server which can restrict total bandwidth out of a machine and possibly further limit bandwidth on a few domains names themselves? Is anything more mainstream or more popular then: ipfw ? Thank you! David __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 31 15:59:52 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4FC11065671 for ; Mon, 31 Mar 2008 15:59:52 +0000 (UTC) (envelope-from benschumacher@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 58AE38FC1B for ; Mon, 31 Mar 2008 15:59:52 +0000 (UTC) (envelope-from benschumacher@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so2639648fka.11 for ; Mon, 31 Mar 2008 08:59:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=SuWoLPtjw+Z+0AIQkvkubj2mFUbzCxpVlGmNGaSOg7c=; b=FtcmUp/5us6USmMgwQgSAiVUM20ezaFozUxcf+Bz9wHVqDOfU/gd3pGLV2z1KXpuueUSiz7/tBFIA2mOehyfXejw7nkjGFndr0YLPA5SJPIrbSwZhCGqvYrVql/yfF01QRgpWv+P3f/nn+xbVosR1+N9phJSQFBpT1wiJ0u+xQg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pcY6zFK2pIg+6FJ1U6dPgUB/PFuaf7MnxJwDivgFLZ5AIGsLPXtop8xwxfaJuoMGncH5UTcZjFO8g53uYqIOSQUR+DBt54MTsiump13fBuwBNYaXX2J0p3wWOV7NJlNhxyLjfgYEfxWKLf4j5srQ2U8afhExg7PEGawlrvqGufE= Received: by 10.82.180.10 with SMTP id c10mr16069521buf.9.1206979188528; Mon, 31 Mar 2008 08:59:48 -0700 (PDT) Received: by 10.82.108.11 with HTTP; Mon, 31 Mar 2008 08:59:48 -0700 (PDT) Message-ID: <9859143f0803310859j224ea530p3af31d3aafec8a92@mail.gmail.com> Date: Mon, 31 Mar 2008 09:59:48 -0600 From: "Ben Schumacher" Sender: benschumacher@gmail.com To: freebsd-amd64@freebsd.org In-Reply-To: <144561.76683.qm@web34605.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <144561.76683.qm@web34605.mail.mud.yahoo.com> X-Google-Sender-Auth: a3ed766cecad1322 Subject: Re: ** firewall software for FreeBSD 6.2 amd64 ** X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 15:59:52 -0000 On Mon, Mar 31, 2008 at 8:58 AM, David wrote: > What is the most popular firewall software to run on a > stand-alone FreeBSD 6.2 amd64 server which can > restrict total bandwidth out of a machine and possibly > further limit bandwidth on a few domains names > themselves? > > Is anything more mainstream or more popular then: ipfw > ? David- As a matter of personal preference I use OpenBSD's pf on FreeBSD. I find it a little more intuitive and flexible than ipfw, although I haven't used ipfw for years so thinks could be very different these days. Combined with ALTQ for traffic shaping, it's extremely flexible and reliable. I've build several FreeBSD-based firewalls using it, including one on a Soekris net4501 box that it used as a VPN-server that is split between a trusted wired network and an open wireless network. There are plenty of references on the web for configuration, including some good examples in /usr/share/examples/pf. For what it's worth, I don't think it's easy to quantify "more mainstream or more popular". Hope this helps. Cheers, Ben From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 1 02:02:13 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B06A1065671 for ; Tue, 1 Apr 2008 02:02:13 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 95B6A8FC15 for ; Tue, 1 Apr 2008 02:02:12 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m3122B835907 for freebsd-amd64@freebsd.org; Mon, 31 Mar 2008 19:02:11 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id CAA11372; Tue, 1 Apr 2008 02:00:17 GMT Message-Id: <200804010200.CAA11372@sopwith.solgatos.com> To: freebsd-amd64@freebsd.org Date: Mon, 31 Mar 2008 19:00:17 +0100 From: Dieter Subject: If 7.0 will not boot, it might be due to APIC/atpic X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 02:02:13 -0000 'device atpic' was removed from the 7.0 amd64 GENERIC kernel, which on my board resulted in lots of problems like: Could not allocate irq unable to allocate interrupt attach returned 6 and a failure to boot. I added atpic back in and it boots. (I'm not saying this is the only or best fix, simply *a* fix that worked for me.) From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 1 05:28:09 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 021871065679; Tue, 1 Apr 2008 05:28:09 +0000 (UTC) (envelope-from root@mmu.edu.my) Received: from staff.cyber.mmu.edu.my (staff.cyber.mmu.edu.my [203.106.62.12]) by mx1.freebsd.org (Postfix) with ESMTP id B55A38FC16; Tue, 1 Apr 2008 05:28:07 +0000 (UTC) (envelope-from root@mmu.edu.my) Received: by staff.cyber.mmu.edu.my (Postfix, from userid 0) id 187EF4D4B7B; Tue, 1 Apr 2008 13:20:13 +0800 (MYT) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by mmu.edu.my (Postfix) with ESMTP id E1D4655E4B0 for ; Fri, 28 Mar 2008 10:27:25 +0800 (MYT) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id F1C251A73D8; Fri, 28 Mar 2008 02:25:41 +0000 (UTC) (envelope-from owner-freebsd-current@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id EAB1C106569D; Fri, 28 Mar 2008 02:25:41 +0000 (UTC) (envelope-from owner-freebsd-current@freebsd.org) Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECA43106564A; Fri, 28 Mar 2008 02:25:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BAC448FC14; Fri, 28 Mar 2008 02:25:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m2S2PL6t002878; Thu, 27 Mar 2008 22:25:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m2S2PLU7096666; Thu, 27 Mar 2008 22:25:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id AD24B73039; Thu, 27 Mar 2008 21:25:21 -0500 (EST) From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080328022521.AD24B73039@freebsd-current.sentex.ca> Date: Thu, 27 Mar 2008 21:25:21 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner1 X-Virus-Status: Clean X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Sender: owner-freebsd-current@freebsd.org Errors-To: owner-freebsd-current@freebsd.org Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 05:28:09 -0000 TB --- 2008-03-28 00:55:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-03-28 00:55:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-03-28 00:55:00 - cleaning the object tree TB --- 2008-03-28 00:55:52 - cvsupping the source tree TB --- 2008-03-28 00:55:52 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-03-28 00:56:01 - building world (CFLAGS=-O -pipe) TB --- 2008-03-28 00:56:01 - cd /src TB --- 2008-03-28 00:56:01 - /usr/bin/make -B buildworld >>> World build started on Fri Mar 28 00:56:03 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Mar 28 02:22:24 UTC 2008 TB --- 2008-03-28 02:22:24 - generating LINT kernel config TB --- 2008-03-28 02:22:24 - cd /src/sys/amd64/conf TB --- 2008-03-28 02:22:24 - /usr/bin/make -B LINT TB --- 2008-03-28 02:22:24 - building LINT kernel (COPTFLAGS=) TB --- 2008-03-28 02:22:24 - cd /src TB --- 2008-03-28 02:22:24 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Mar 28 02:22:24 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] ln -sf /obj/amd64/src/sys/LINT/opt_apic.h opt_apic.h cc -c -O -pipe -DCOMPAT_IA32 -DCOMPAT_LINUX32 -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/src/sys/LINT/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions @/amd64/amd64/genassym.c cc1: warnings being treated as errors In file included from @/amd64/amd64/genassym.c:45: @/sys/buf.h: In function '_BUF_LOCK': @/sys/buf.h:279: warning: passing argument 7 of '_lockmgr_args' discards qualifiers from pointer target type @/sys/buf.h: In function '_BUF_TIMELOCK': @/sys/buf.h:297: warning: passing argument 7 of '_lockmgr_args' discards qualifiers from pointer target type *** Error code 1 Stop in /src/sys/modules/linux. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-03-28 02:25:21 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-03-28 02:25:21 - ERROR: failed to build lint kernel TB --- 2008-03-28 02:25:21 - tinderbox aborted TB --- 4034.20 user 506.11 system 5420.78 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 1 05:30:00 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A2D61065671; Tue, 1 Apr 2008 05:30:00 +0000 (UTC) (envelope-from root@mmu.edu.my) Received: from staff.cyber.mmu.edu.my (staff.cyber.mmu.edu.my [203.106.62.12]) by mx1.freebsd.org (Postfix) with ESMTP id 10AB78FC1A; Tue, 1 Apr 2008 05:29:59 +0000 (UTC) (envelope-from root@mmu.edu.my) Received: by staff.cyber.mmu.edu.my (Postfix, from userid 0) id E02864D5637; Tue, 1 Apr 2008 13:07:38 +0800 (MYT) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by mmu.edu.my (Postfix) with ESMTP id 49A2555E510 for ; Fri, 28 Mar 2008 11:16:35 +0800 (MYT) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 67AFB157B28; Fri, 28 Mar 2008 03:15:53 +0000 (UTC) (envelope-from owner-freebsd-current@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C806A10656DD; Fri, 28 Mar 2008 03:15:51 +0000 (UTC) (envelope-from owner-freebsd-current@freebsd.org) Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCE72106566B for ; Fri, 28 Mar 2008 03:15:41 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 30CB18FC1C for ; Fri, 28 Mar 2008 03:15:40 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so576219uge.37 for ; Thu, 27 Mar 2008 20:15:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=uFDy4QiUG9I43d9Olo8yrX3gyom+JS1XsEBYdKkPtfc=; b=Wl036cvUd3BLDsRNEGF05JJA5ZTzd0Aid0Ho4nom++CU8Bd23jwAlr3XvQUqCJxKdfi4vKNZ6ZMhkludVte+ypYhJn98BaK+ZAcF2y2OPfP6g0Pw0ofOZriId6VjKiF3sDPZXBudjemeE1teG/a8dZCEK+Ze/O8/L1U45JJr0xw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=OlfCI052P9KubXF130TOxcR+77e7VGVnUFyjPtkagV5c4iBdUfcVW9WdeLzI8bnsrFR6wBkJLsR4MInXraF3Q9qjrYGJ5peFYze5yWBpsBvPXpUzSBKGY9CzfwZ4iXun2JSrNyPgHUmV5OGwJltzcQ3LFqyzZzh3JM9kh6eaIjU= Received: by 10.67.92.4 with SMTP id u4mr2774142ugl.85.1206672557808; Thu, 27 Mar 2008 19:49:17 -0700 (PDT) Received: by 10.86.28.19 with HTTP; Thu, 27 Mar 2008 19:49:17 -0700 (PDT) Message-ID: <3bbf2fe10803271949g79c8ffadt36d2b231a3e2673c@mail.gmail.com> Date: Fri, 28 Mar 2008 03:49:17 +0100 From: "Attilio Rao" To: "FreeBSD Tinderbox" In-Reply-To: <20080328022521.AD24B73039@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080328022521.AD24B73039@freebsd-current.sentex.ca> X-Google-Sender-Auth: 8c0fd34cc1b29606 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-current@freebsd.org Errors-To: owner-freebsd-current@freebsd.org X-Mailman-Approved-At: Tue, 01 Apr 2008 11:11:58 +0000 Cc: amd64@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 05:30:00 -0000 2008/3/28, FreeBSD Tinderbox : > TB --- 2008-03-28 00:55:00 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2008-03-28 00:55:00 - starting HEAD tinderbox run for amd64/amd64 > TB --- 2008-03-28 00:55:00 - cleaning the object tree > TB --- 2008-03-28 00:55:52 - cvsupping the source tree > TB --- 2008-03-28 00:55:52 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile > TB --- 2008-03-28 00:56:01 - building world (CFLAGS=-O -pipe) > TB --- 2008-03-28 00:56:01 - cd /src > TB --- 2008-03-28 00:56:01 - /usr/bin/make -B buildworld > >>> World build started on Fri Mar 28 00:56:03 UTC 2008 > >>> Rebuilding the temporary build tree > >>> stage 1.1: legacy release compatibility shims > >>> stage 1.2: bootstrap tools > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3: cross tools > >>> stage 4.1: building includes > >>> stage 4.2: building libraries > >>> stage 4.3: make dependencies > >>> stage 4.4: building everything > >>> stage 5.1: building 32 bit shim libraries > >>> World build completed on Fri Mar 28 02:22:24 UTC 2008 > TB --- 2008-03-28 02:22:24 - generating LINT kernel config > TB --- 2008-03-28 02:22:24 - cd /src/sys/amd64/conf > TB --- 2008-03-28 02:22:24 - /usr/bin/make -B LINT > TB --- 2008-03-28 02:22:24 - building LINT kernel (COPTFLAGS=) > TB --- 2008-03-28 02:22:24 - cd /src > TB --- 2008-03-28 02:22:24 - /usr/bin/make -B buildkernel KERNCONF=LINT > >>> Kernel build for LINT started on Fri Mar 28 02:22:24 UTC 2008 > >>> stage 1: configuring the kernel > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3.1: making dependencies > [...] > ln -sf /obj/amd64/src/sys/LINT/opt_apic.h opt_apic.h > cc -c -O -pipe -DCOMPAT_IA32 -DCOMPAT_LINUX32 -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/src/sys/LINT/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions @/amd64/amd64/genassym.c > cc1: warnings being treated as errors > In file included from @/amd64/amd64/genassym.c:45: > @/sys/buf.h: In function '_BUF_LOCK': > @/sys/buf.h:279: warning: passing argument 7 of '_lockmgr_args' discards qualifiers from pointer target type > @/sys/buf.h: In function '_BUF_TIMELOCK': > @/sys/buf.h:297: warning: passing argument 7 of '_lockmgr_args' discards qualifiers from pointer target type > *** Error code 1 > > Stop in /src/sys/modules/linux. > *** Error code 1 > > Stop in /src/sys/modules. > *** Error code 1 > > Stop in /obj/amd64/src/sys/LINT. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2008-03-28 02:25:21 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2008-03-28 02:25:21 - ERROR: failed to build lint kernel > TB --- 2008-03-28 02:25:21 - tinderbox aborted > TB --- 4034.20 user 506.11 system 5420.78 real This should be fixed now. I'm sorry for this but I erroneously tested this patch against new lockmgr which have the right prototype for _lockmgr_args() including a 'const char *' ptr for 'file'. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 1 14:22:44 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 001F71065670 for ; Tue, 1 Apr 2008 14:22:43 +0000 (UTC) (envelope-from seb.morand@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.187]) by mx1.freebsd.org (Postfix) with ESMTP id A9D788FC16 for ; Tue, 1 Apr 2008 14:22:43 +0000 (UTC) (envelope-from seb.morand@gmail.com) Received: by rn-out-0910.google.com with SMTP id s46so1103161rnb.3 for ; Tue, 01 Apr 2008 07:22:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=b6aH7GptBx2u6PZJtZ60czGRfXs+UxehCVlTro8mDsU=; b=nLhs4FCSEzRCijZo8CLN9B039yaQoi+Ot+G7HOzf3KzORT5zYnyVxoiSM7bD+qp9f72zFzOvWbZgE9mK3hcHNFp63H8Qi34c+hFs383GXchlTQtczP1iqwYhYTGlqySGePhP/wDbJhyCPAhKXK0IWP/KjMjzwfqC+Pa6NmJNFeI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OFwh6On+usakOt5nuZa7dsP08xUMfCyn/LBKB99uJd05e6HKu6f7aqISqHlXE0JEYKUAUubry5WXoq6WbD6nRriDoBS3aa46Ro95mYB5yvrk6DhVHHQWn6lhdCivqOygkyxbQGQvguAN9RLX8f7f+yH6U80zBOlMw+ML3vizdkA= Received: by 10.114.180.1 with SMTP id c1mr12378164waf.121.1207058041552; Tue, 01 Apr 2008 06:54:01 -0700 (PDT) Received: by 10.114.173.14 with HTTP; Tue, 1 Apr 2008 06:54:01 -0700 (PDT) Message-ID: <16d3abd60804010654m1847439cwc9e8e68dac09de8a@mail.gmail.com> Date: Tue, 1 Apr 2008 13:54:01 +0000 From: "=?ISO-8859-1?Q?S=E9bastien_Morand?=" To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Nvidia using 32 bits install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 14:22:44 -0000 Hi people, I'm new on FreeBSD, but used to run linux for a lot of years. My hardware is : Nvidia 7300GS and Amd64 ... The usage is : Desktop + Dev with some classical services : FTP / Samba / SSH / Apache / MySQL and of course eclipse (wtp, pdt, cdt, etc.) and dev tools. I read there is no nvidia driver for 64 bits install, but there is some in 32 bits install. Is there any issues to be aware of before installing 32 bits version on Amd64? (Compatibilty? Reliability? Performance?) thanks by advance for any help From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 1 15:53:37 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 213BE106566B for ; Tue, 1 Apr 2008 15:53:37 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.freebsd.org (Postfix) with ESMTP id A5D3D8FC1D for ; Tue, 1 Apr 2008 15:53:36 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id m31FrY7x040978; Tue, 1 Apr 2008 17:53:34 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 16AECB8FE; Tue, 1 Apr 2008 17:53:34 +0200 (CEST) Date: Tue, 1 Apr 2008 17:53:33 +0200 From: Roland Smith To: =?iso-8859-15?Q?S=E9bastien?= Morand Message-ID: <20080401155333.GB66660@slackbox.xs4all.nl> Mail-Followup-To: =?iso-8859-15?Q?S=E9bastien?= Morand , freebsd-amd64@freebsd.org References: <16d3abd60804010654m1847439cwc9e8e68dac09de8a@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KFztAG8eRSV9hGtP" Content-Disposition: inline In-Reply-To: <16d3abd60804010654m1847439cwc9e8e68dac09de8a@mail.gmail.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-amd64@freebsd.org Subject: Re: Nvidia using 32 bits install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 15:53:37 -0000 --KFztAG8eRSV9hGtP Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 01, 2008 at 01:54:01PM +0000, S=E9bastien Morand wrote: > Hi people, >=20 > I'm new on FreeBSD, but used to run linux for a lot of years. > My hardware is : Nvidia 7300GS and Amd64 ... > The usage is : Desktop + Dev with some classical services : FTP / > Samba / SSH / Apache / MySQL and of course eclipse (wtp, pdt, cdt, > etc.) and dev tools. Be aware that some ports are only available on i386. E.g. the nvidia drivers and the windows emulator wine. =20 > I read there is no nvidia driver for 64 bits install, but there is > some in 32 bits install. On amd64 only Xorg's standard nv driver is supported. This works fine for 2D, but doesn't support 3D direct rendering. This is because nvidia doesn't release enough documentation to enable open source drivers to be written. There is a binary-only nvidia driver for i386.=20 If you want an amd64 desktop, you'll need graphics hardware that is supported by the open-source Xorg drivers, because they will work. The best open source supported video hardware at this moment is either intel (often on-board) or ATI (who've just provided a lot of documentation to the Xorg developers). If you can find an ATI video card wi= th a 9250 chip (rv280) it will work, including 3D direct rendering. > Is there any issues to be aware of before installing 32 bits version > on Amd64? (Compatibilty? Reliability? Performance?) If you switch from amd64 to i386 you'll have to re-install all software, base system and ports. But not your data or configuration files, of course. Strictly speaking you only _need_ amd64 if you regularly run out of address space (memory) on i386, or if you have >4GB RAM installed and want to use it. The relative speed of amd64/i386 depends on the workload. For a normal workstation it probably doesn't really matter because the CPU will be idling most of the time. :-) Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --KFztAG8eRSV9hGtP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkfyWn0ACgkQEnfvsMMhpyV1HQCcD4ulpiQZphv72lNyTolLFF49 8wYAoKKIQ3mnCP7TJ9EE8Pv+lx/bYyiE =H7GD -----END PGP SIGNATURE----- --KFztAG8eRSV9hGtP-- From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 1 15:50:42 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02BA11065673 for ; Tue, 1 Apr 2008 15:50:42 +0000 (UTC) (envelope-from mwm@mired.org) Received: from mired.org (student.mired.org [66.92.153.77]) by mx1.freebsd.org (Postfix) with ESMTP id 800778FC16 for ; Tue, 1 Apr 2008 15:50:41 +0000 (UTC) (envelope-from mwm@mired.org) Received: (qmail 98630 invoked from network); 1 Apr 2008 11:23:14 -0400 Received: from unknown (HELO mbook-fbsd) (192.168.195.251) by 0 with SMTP; 1 Apr 2008 11:23:14 -0400 Date: Tue, 1 Apr 2008 11:23:56 -0400 From: Mike Meyer To: "=?UTF-8?B?U8OpYmFzdGllbg==?= Morand" Message-ID: <20080401112356.23ea3553@mbook-fbsd> In-Reply-To: <16d3abd60804010654m1847439cwc9e8e68dac09de8a@mail.gmail.com> References: <16d3abd60804010654m1847439cwc9e8e68dac09de8a@mail.gmail.com> Organization: Meyer Consulting X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.5; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Tue, 01 Apr 2008 15:58:40 +0000 Cc: freebsd-amd64@freebsd.org Subject: Re: Nvidia using 32 bits install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 15:50:42 -0000 On Tue, 1 Apr 2008 13:54:01 +0000 "S=C3=A9bastien Morand" wrote: > Hi people, >=20 > I'm new on FreeBSD, but used to run linux for a lot of years. > My hardware is : Nvidia 7300GS and Amd64 ... > The usage is : Desktop + Dev with some classical services : FTP / > Samba / SSH / Apache / MySQL and of course eclipse (wtp, pdt, cdt, > etc.) and dev tools. >=20 > I read there is no nvidia driver for 64 bits install This isn't true. The proprietary NVidia driver isn't available for freebsd on amd64, but the Xorg nvidia driver works - for some definitions of works - on amd64. The man pages implies your card should be supported. However, it doesn't support 3d acceleration, and reports here are that it has problems on SMP systems. > but there is some in 32 bits install. >=20 > Is there any issues to be aware of before installing 32 bits version > on Amd64? (Compatibilty? Reliability? Performance?) I don't know that anyone has actually run a 32 bit X server on amd64 freebsd before. If you try it, please report back to us - either success or failure. In the former case, details on how you did it would probably be appreciated by those trying to follow in your footsteps. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 1 17:03:58 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 551D6106566B for ; Tue, 1 Apr 2008 17:03:58 +0000 (UTC) (envelope-from seb.morand@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.186]) by mx1.freebsd.org (Postfix) with ESMTP id 0C6E68FC1B for ; Tue, 1 Apr 2008 17:03:57 +0000 (UTC) (envelope-from seb.morand@gmail.com) Received: by rn-out-0910.google.com with SMTP id s46so1231754rnb.3 for ; Tue, 01 Apr 2008 10:03:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=xt5hdnfRWL6nqaJfiVBlk7Qh0x6PtPhNSKChftyCw/o=; b=ThKTAogqwObjh+OzAejObc+5t571ZQANP+KiJqBUaGkfJE8sTxcxQQ2kejkV3x1ZGK5sCUBkmzJFk91bCU1X7DggDoXwJPdf2sXe/ivsfndx7UWGz/qEFJSe6AuekTjtrTs6qoClG4MOb3QPpu3L3Ll7ZyyYFPVQvf2YI/Hsoco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eCaHixr8Vm0IW4fmyyW4LjOrLAw3rr9Fdu3OK7We63DOWYLwk8Ye9xsqK1do1NAWTrAKdvUsYR55QWqeOjswWItcIhX6u+elppW2zg8r9JUUk8kimgZy9kSWWP/VFKnRdDymGAlNFRpJIDNENETuvseSRkgMm8/8/Dlu7VE99dE= Received: by 10.114.112.1 with SMTP id k1mr12871843wac.24.1207069436585; Tue, 01 Apr 2008 10:03:56 -0700 (PDT) Received: by 10.114.173.14 with HTTP; Tue, 1 Apr 2008 10:03:56 -0700 (PDT) Message-ID: <16d3abd60804011003l5562687o9f2136e72cbd2125@mail.gmail.com> Date: Tue, 1 Apr 2008 17:03:56 +0000 From: "=?ISO-8859-1?Q?S=E9bastien_Morand?=" To: "=?ISO-8859-1?Q?S=E9bastien_Morand?=" , freebsd-amd64@freebsd.org In-Reply-To: <20080401155333.GB66660@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <16d3abd60804010654m1847439cwc9e8e68dac09de8a@mail.gmail.com> <20080401155333.GB66660@slackbox.xs4all.nl> Cc: Subject: Re: Nvidia using 32 bits install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 17:03:58 -0000 > Be aware that some ports are only available on i386. E.g. the nvidia > drivers and the windows emulator wine. I discoreved too late :-) Too bad for me, I should have checked before anyw= ay. > > > I read there is no nvidia driver for 64 bits install, but there is > > some in 32 bits install. > > On amd64 only Xorg's standard nv driver is supported. This works fine > for 2D, but doesn't support 3D direct rendering. This is because nvidia > doesn't release enough documentation to enable open source drivers to be > written. There is a binary-only nvidia driver for i386. > > If you want an amd64 desktop, you'll need graphics hardware that is > supported by the open-source Xorg drivers, because they will work. > > The best open source supported video hardware at this moment is either > intel (often on-board) or ATI (who've just provided a lot of > documentation to the Xorg developers). If you can find an ATI video card= with > a 9250 chip (rv280) it will work, including 3D direct rendering. Rights now, I'm exptratriated in Senegal, not so sure I'll be able to find one so easly, but that's and idea. > If you switch from amd64 to i386 you'll have to re-install all software, > base system and ports. But not your data or configuration files, of cour= se. yes I know, as I'm migrating from debian to FreeBSD, my data are still under Debian anyway. > Strictly speaking you only _need_ amd64 if you regularly run out of > address space (memory) on i386, or if you have >4GB RAM installed and > want to use it. I don't think I'am. Actually I never swap and I don't use memory expensive application. And I plan to XFCE as desktop which as all the features i need to work efficiently. But I want it awesome ;-) > The relative speed of amd64/i386 depends on the workload. For a normal > workstation it probably doesn't really matter because the CPU will be > idling most of the time. :-) that's what i wanted to hear before speding one week to install, compile and configure. S=E9bastien From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 2 02:42:33 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 298CB1065675 for ; Wed, 2 Apr 2008 02:42:33 +0000 (UTC) (envelope-from mdh_lists@yahoo.com) Received: from web56801.mail.re3.yahoo.com (web56801.mail.re3.yahoo.com [66.196.97.75]) by mx1.freebsd.org (Postfix) with SMTP id D3AC18FC21 for ; Wed, 2 Apr 2008 02:42:32 +0000 (UTC) (envelope-from mdh_lists@yahoo.com) Received: (qmail 80865 invoked by uid 60001); 2 Apr 2008 02:42:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=siKKK6D7QWxIKOXeBY2AVwIe7eaR7R/2FqDWOPV78Q3wz4DpGPtCysynTy8qt0+ZARrchAkkTuO0erUekdxCQImdAjOLNCDQoxG9dHT3Eo4K0nbn1+aXMOdtRJGV4X9tz3xGXwwh+817j5hFne9gz2j0xe1RXpFr8P0b+LKlgvo=; X-YMail-OSG: ltjilEkVM1lHloBI34p622EdHPNAeuPHnQS3FjZUiTi6gJstvZMd_ooD1_S.3w0Lh0Kv19l9CAbTZ7uoUk33FE61A_3pBQEeK5KJ7J4zbfe74yuJbvFUuUjMSZH11O.fmTTcK2StofhaAN8nr.sHmwoTCA-- Received: from [71.61.66.195] by web56801.mail.re3.yahoo.com via HTTP; Tue, 01 Apr 2008 19:42:32 PDT Date: Tue, 1 Apr 2008 19:42:32 -0700 (PDT) From: mdh To: "Sébastien" Morand , freebsd-amd64@freebsd.org In-Reply-To: <16d3abd60804011003l5562687o9f2136e72cbd2125@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <151985.79421.qm@web56801.mail.re3.yahoo.com> Cc: Subject: Re: Nvidia using 32 bits install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 02:42:33 -0000 --- Sébastien Morand wrote: > > Be aware that some ports are only available on > i386. E.g. the nvidia > > drivers and the windows emulator wine. > > I discoreved too late :-) Too bad for me, I should > have checked before anyway. I recently tried FreeBSD 7-STABLE on my Athlon64-X2 5200+ workstation. I decided that it'd be more interesting to run natively 64bit than to have 3d acceleration which I barely if ever use anyway from the nvidia.com binary driver. While the Xorg `nv` driver did compile, install, and even allow Xorg to start on amd64, the system would hang within a very short time of running Xorg. In the end, my only solution which allowed me to have useable video output was to use i386 instead. I did find that some thing ran faster, or at least seemed to, on amd64 than they did on i386, especially compiling world, the kernel, and other large things. Please do feel free to head over to the nvidia forum and add your hand to the sea of raised hands asking them to get their drivers working on FreeBSD/amd64. Their binary drivers for FreeBSD/i386 have worked flawlessly for me for some years now. - mdh ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. http://tc.deals.yahoo.com/tc/blockbuster/text5.com From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 2 05:25:57 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 796921065671 for ; Wed, 2 Apr 2008 05:25:57 +0000 (UTC) (envelope-from mwm-keyword-amd64.842c0b@mired.org) Received: from mired.org (student.mired.org [66.92.153.77]) by mx1.freebsd.org (Postfix) with ESMTP id 0843D8FC39 for ; Wed, 2 Apr 2008 05:25:56 +0000 (UTC) (envelope-from mwm-keyword-amd64.842c0b@mired.org) Received: (qmail 10052 invoked by uid 1001); 2 Apr 2008 00:58:33 -0400 Received: from bhuda.mired.org (192.168.195.1) by bhuda.mired.org (tmda-ofmipd) with ESMTP; Wed, 02 Apr 2008 00:58:31 -0400 Date: Wed, 2 Apr 2008 00:58:31 -0400 To: mdh Message-ID: <20080402005831.713e8fa5@bhuda.mired.org> In-Reply-To: <151985.79421.qm@web56801.mail.re3.yahoo.com> References: <16d3abd60804011003l5562687o9f2136e72cbd2125@mail.gmail.com> <151985.79421.qm@web56801.mail.re3.yahoo.com> Organization: Meyer Consulting X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Mike Meyer Cc: freebsd-amd64@freebsd.org Subject: Re: Nvidia using 32 bits install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 05:25:57 -0000 On Tue, 1 Apr 2008 19:42:32 -0700 (PDT) mdh wrote: > Please do feel free to head over to the nvidia forum > and add your hand to the sea of raised hands asking > them to get their drivers working on FreeBSD/amd64.=20 > Their binary drivers for FreeBSD/i386 have worked > flawlessly for me for some years now. =20 =46rom what I can gather, they want to do so. However, they need kernel features that don't exist in FreeBSD. So you'll need to find someone to write the appropriate kernel patches.... http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 2 11:43:19 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18FC91065670; Wed, 2 Apr 2008 11:43:19 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id C44C48FC1C; Wed, 2 Apr 2008 11:43:18 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m32BhIDu064558; Wed, 2 Apr 2008 07:43:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m32BhIiF083009; Wed, 2 Apr 2008 07:43:18 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 240D273039; Wed, 2 Apr 2008 06:43:18 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080402114318.240D273039@freebsd-current.sentex.ca> Date: Wed, 2 Apr 2008 06:43:18 -0500 (EST) X-Virus-Scanned: ClamAV 0.92.1/6526/Tue Apr 1 08:33:51 2008 clamav-milter version 0.92.1 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 11:43:19 -0000 TB --- 2008-04-02 11:25:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-02 11:25:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-04-02 11:25:00 - cleaning the object tree TB --- 2008-04-02 11:25:46 - cvsupping the source tree TB --- 2008-04-02 11:25:46 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-04-02 11:25:52 - building world (CFLAGS=-O -pipe) TB --- 2008-04-02 11:25:52 - cd /src TB --- 2008-04-02 11:25:52 - /usr/bin/make -B buildworld >>> World build started on Wed Apr 2 11:25:53 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] mkdep -f .depend -a -DPTHREAD_KERNEL -I/src/lib/libthr/../libc/include -I/src/lib/libthr/thread -I/src/lib/libthr/../../include -I/src/lib/libthr/arch/amd64/include -I/src/lib/libthr/sys -I/src/lib/libthr/../../libexec/rtld-elf -I/src/lib/libthr/../../libexec/rtld-elf/amd64 -I/src/lib/libthr/../libthread_db -D_PTHREADS_INVARIANTS /src/lib/libthr/arch/amd64/amd64/pthread_md.c /src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S /src/lib/libthr/sys/thr_error.c /src/lib/libthr/thread/thr_affinity.c /src/lib/libthr/thread/thr_attr.c /src/lib/libthr/thread/thr_barrier.c /src/lib/libthr/thread/thr_barrierattr.c /src/lib/libthr/thread/thr_cancel.c /src/lib/libthr/thread/thr_clean.c /src/lib/libthr/thread/thr_concurrency.c /src/lib/libthr/thread/thr_cond.c /src/lib/libthr/thread/thr_condattr.c /src/lib/libthr/thread/thr_create.c /src/lib/libthr/thread/thr_detach.c /src/lib/libthr/thread/thr_equal.c /src/lib/libthr/thread/thr_event.c /src/lib/libthr/thread/thr_exit.c /src/lib/libthr/thr ead/thr_fork.c /src/lib/libthr/thread/thr_getprio.c /src/lib/libthr/thread/thr_getcpuclockid.c /src/lib/libthr/thread/thr_getschedparam.c /src/lib/libthr/thread/thr_info.c /src/lib/libthr/thread/thr_init.c /src/lib/libthr/thread/thr_join.c /src/lib/libthr/thread/thr_list.c /src/lib/libthr/thread/thr_kern.c /src/lib/libthr/thread/thr_kill.c /src/lib/libthr/thread/thr_main_np.c /src/lib/libthr/thread/thr_multi_np.c /src/lib/libthr/thread/thr_mutex.c /src/lib/libthr/thread/thr_mutexattr.c /src/lib/libthr/thread/thr_once.c /src/lib/libthr/thread/thr_printf.c /src/lib/libthr/thread/thr_pspinlock.c /src/lib/libthr/thread/thr_resume_np.c /src/lib/libthr/thread/thr_rtld.c /src/lib/libthr/thread/thr_rwlock.c /src/lib/libthr/thread/thr_rwlockattr.c /src/lib/libthr/thread/thr_self.c /src/lib/libthr/thread/thr_sem.c /src/lib/libthr/thread/thr_setprio.c /src/lib/libthr/thread/thr_setschedparam.c /src/lib/libthr/thread/thr_sig.c /src/lib/libthr/thread/thr_single_np.c /src/lib/libthr/threa d/thr_spec.c /src/lib/libthr/thread/thr_spinlock.c /src/lib/libthr/thread/thr_stack.c /src/lib/libthr/thread/thr_syscalls.c /src/lib/libthr/thread/thr_suspend_np.c /src/lib/libthr/thread/thr_switch_np.c /src/lib/libthr/thread/thr_symbols.c /src/lib/libthr/thread/thr_umtx.c /src/lib/libthr/thread/thr_yield.c cc -O -pipe -DPTHREAD_KERNEL -I/src/lib/libthr/../libc/include -I/src/lib/libthr/thread -I/src/lib/libthr/../../include -I/src/lib/libthr/arch/amd64/include -I/src/lib/libthr/sys -I/src/lib/libthr/../../libexec/rtld-elf -I/src/lib/libthr/../../libexec/rtld-elf/amd64 -I/src/lib/libthr/../libthread_db -Winline -D_PTHREADS_INVARIANTS -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libthr/arch/amd64/amd64/pthread_md.c cc -O -pipe -DPTHREAD_KERNEL -I/src/lib/libthr/../libc/include -I/src/lib/libthr/thread -I/src/lib/libthr/../../include -I/src/lib/libthr/arch/amd64/include -I/src/lib/libthr/sys -I/src/lib/libthr/../../libexec/rtld-elf -I/src/lib/libthr/../../libexec/rtld-elf/amd64 -I/src/lib/libthr/../libthread_db -Winline -D_PTHREADS_INVARIANTS -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S cc -O -pipe -DPTHREAD_KERNEL -I/src/lib/libthr/../libc/include -I/src/lib/libthr/thread -I/src/lib/libthr/../../include -I/src/lib/libthr/arch/amd64/include -I/src/lib/libthr/sys -I/src/lib/libthr/../../libexec/rtld-elf -I/src/lib/libthr/../../libexec/rtld-elf/amd64 -I/src/lib/libthr/../libthread_db -Winline -D_PTHREADS_INVARIANTS -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libthr/sys/thr_error.c cc -O -pipe -DPTHREAD_KERNEL -I/src/lib/libthr/../libc/include -I/src/lib/libthr/thread -I/src/lib/libthr/../../include -I/src/lib/libthr/arch/amd64/include -I/src/lib/libthr/sys -I/src/lib/libthr/../../libexec/rtld-elf -I/src/lib/libthr/../../libexec/rtld-elf/amd64 -I/src/lib/libthr/../libthread_db -Winline -D_PTHREADS_INVARIANTS -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libthr/thread/thr_affinity.c cc1: warnings being treated as errors /src/lib/libthr/thread/thr_affinity.c:43: warning: no previous prototype for '_pthread_setaffinity_np' /src/lib/libthr/thread/thr_affinity.c:71: warning: no previous prototype for '_pthread_getaffinity_np' *** Error code 1 Stop in /src/lib/libthr. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-02 11:43:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-02 11:43:18 - ERROR: failed to build world TB --- 2008-04-02 11:43:18 - tinderbox aborted TB --- 785.24 user 102.38 system 1097.66 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 2 13:16:41 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21F7F106564A for ; Wed, 2 Apr 2008 13:16:41 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 934E88FC2B for ; Wed, 2 Apr 2008 13:16:40 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m32DGX437642; Wed, 2 Apr 2008 06:16:33 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id FAA12872; Wed, 2 Apr 2008 05:19:43 GMT Message-Id: <200804020519.FAA12872@sopwith.solgatos.com> To: mdh In-reply-to: Your message of "Tue, 01 Apr 2008 19:42:32 PDT." <151985.79421.qm@web56801.mail.re3.yahoo.com> Date: Tue, 01 Apr 2008 22:19:43 +0100 From: Dieter Cc: freebsd-amd64@freebsd.org Subject: Re: Nvidia using 32 bits install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 13:16:41 -0000 > Please do feel free to head over to the nvidia forum > and add your hand to the sea of raised hands asking > them to get their drivers working on FreeBSD/amd64. Better yet, ask them to release the documentation for their chips (graphics and chipsets) like AMD/ATI is doing. From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 2 14:32:34 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFCE11065670 for ; Wed, 2 Apr 2008 14:32:34 +0000 (UTC) (envelope-from seb.morand@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.191]) by mx1.freebsd.org (Postfix) with ESMTP id 5B75C8FC19 for ; Wed, 2 Apr 2008 14:32:34 +0000 (UTC) (envelope-from seb.morand@gmail.com) Received: by rn-out-0910.google.com with SMTP id s46so1653718rnb.3 for ; Wed, 02 Apr 2008 07:32:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=+dWAY55ncRmOSGGXMyU8mmiy7Z+QoZqmn8xiGwfS5m0=; b=WRZAHMw1cZEIAXtdW/Q8gTlShQgzWgw/sfK09I2aOZacX4Qo+/z7OQMzssynlpkltNurA6z1gfTmLcfzXoFJ7vC0sAqiLtE00kN5Jyvbi6Os5G2xEDxH4w8N5H7NVAKuQpcvOykxYDZYq5qiA3NMeH4ffbuNemtwIO2RJjEVyZA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FXR9AIFm4CnxiZZQTWpHXUNoYJNF8ZCjB3EegdRmg3WmihCWrtp1TpOv+T6He2NUYh4AvdtjbM+6yQyC0PUdiBCO77XCZYZZwtPUEYAJJ53HLbv7Tht/XBZSb9KurBfO3uZJRHuL1WETwhIrQQB36bjFIQRap+iPAY5KBARUG2o= Received: by 10.114.168.1 with SMTP id q1mr14901587wae.96.1207146753011; Wed, 02 Apr 2008 07:32:33 -0700 (PDT) Received: by 10.114.173.14 with HTTP; Wed, 2 Apr 2008 07:32:32 -0700 (PDT) Message-ID: <16d3abd60804020732x1f617341j536ea52de2226a00@mail.gmail.com> Date: Wed, 2 Apr 2008 14:32:32 +0000 From: "=?ISO-8859-1?Q?S=E9bastien_Morand?=" To: Dieter In-Reply-To: <200804020519.FAA12872@sopwith.solgatos.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <151985.79421.qm@web56801.mail.re3.yahoo.com> <200804020519.FAA12872@sopwith.solgatos.com> Cc: freebsd-amd64@freebsd.org Subject: Re: Nvidia using 32 bits install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 14:32:34 -0000 > Better yet, ask them to release the documentation for > their chips (graphics and chipsets) like AMD/ATI is doing. I read there was some features missing in the kernel? Maybe it's for a close source binary driver? From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 2 16:52:38 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 694281065784 for ; Wed, 2 Apr 2008 16:52:38 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.freebsd.org (Postfix) with ESMTP id EC1C68FC27 for ; Wed, 2 Apr 2008 16:52:37 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id m32GqZm5088459; Wed, 2 Apr 2008 18:52:36 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 91DE7B8FE; Wed, 2 Apr 2008 18:52:35 +0200 (CEST) Date: Wed, 2 Apr 2008 18:52:35 +0200 From: Roland Smith To: =?iso-8859-15?Q?S=E9bastien?= Morand Message-ID: <20080402165235.GA82705@slackbox.xs4all.nl> Mail-Followup-To: =?iso-8859-15?Q?S=E9bastien?= Morand , Dieter , freebsd-amd64@freebsd.org References: <151985.79421.qm@web56801.mail.re3.yahoo.com> <200804020519.FAA12872@sopwith.solgatos.com> <16d3abd60804020732x1f617341j536ea52de2226a00@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <16d3abd60804020732x1f617341j536ea52de2226a00@mail.gmail.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-amd64@freebsd.org Subject: Re: Nvidia using 32 bits install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 16:52:38 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 02, 2008 at 02:32:32PM +0000, S=E9bastien Morand wrote: > > Better yet, ask them to release the documentation for > > their chips (graphics and chipsets) like AMD/ATI is doing. >=20 > I read there was some features missing in the kernel? Maybe it's for a > close source binary driver? Yes. They want some extra functions in the amd64 kernel. The question is; do you want a binary-only nvidia driver in your kernel? Nvidia doesn't really have a very good reputation for writing high quality drivers. I prefer open source drivers because it's easier to get them fixed if necessary. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkfzudMACgkQEnfvsMMhpyWDLQCaA1O0cFRjo0pbsataW4HO65lp 2oYAnjnA6X1rEnkmK7VVYPRDWEz4TzfO =5poE -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 2 22:40:05 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 457B8106566B for ; Wed, 2 Apr 2008 22:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22A198FC1B for ; Wed, 2 Apr 2008 22:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m32Me52e006704 for ; Wed, 2 Apr 2008 22:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m32Me5jj006703; Wed, 2 Apr 2008 22:40:05 GMT (envelope-from gnats) Resent-Date: Wed, 2 Apr 2008 22:40:05 GMT Resent-Message-Id: <200804022240.m32Me5jj006703@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ari Arantes Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 182691065670 for ; Wed, 2 Apr 2008 22:38:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 068908FC18 for ; Wed, 2 Apr 2008 22:38:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m32Mc36r097351 for ; Wed, 2 Apr 2008 22:38:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m32Mc3Hp097350; Wed, 2 Apr 2008 22:38:03 GMT (envelope-from nobody) Message-Id: <200804022238.m32Mc3Hp097350@www.freebsd.org> Date: Wed, 2 Apr 2008 22:38:03 GMT From: Ari Arantes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Wed, 02 Apr 2008 23:58:18 +0000 Cc: Subject: amd64/122387: Unknown kernel message (rtfree) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 22:40:05 -0000 >Number: 122387 >Category: amd64 >Synopsis: Unknown kernel message (rtfree) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 02 22:40:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ari Arantes >Release: FreeBSD 7. 0-RELEASE >Organization: DoctorDATA >Environment: FreeBSD fenix.doctordata.com.br 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I've installed default FreeBSD 7.0 and see at /var/log/messages (or console or dmesg -a) a lot of strange messages: Mar 27 12:47:42 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 27 12:47:52 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 27 12:53:28 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 27 13:04:46 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 27 18:45:07 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 13:45:26 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 14:32:59 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 16:45:29 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 17:03:22 fenix kernel: rtfree: 0xffffff0004ba61e0 has 1 refs Mar 28 17:03:22 fenix last message repeated 3 times Mar 28 17:10:10 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 18:34:18 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 18:35:43 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 18:45:30 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 19:33:04 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 21:44:05 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 21:45:33 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 28 23:45:34 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 29 16:59:40 fenix kernel: rtfree: 0xffffff0004ba6a50 has 1 refs Mar 29 18:37:19 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 29 18:45:56 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 29 21:33:31 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 30 14:46:16 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 30 19:46:20 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 31 08:25:22 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Mar 31 23:41:46 fenix kernel: rtfree: 0xffffff0034edbe10 has 1 refs Mar 31 23:55:27 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Apr 1 06:00:06 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Apr 1 12:03:18 fenix kernel: rtfree: 0xffffff00015170f0 has 1 refs Here goes /etc/rc.conf: defaultrouter="200.220.152.1" hostname="fenix.doctordata.com.br" ifconfig_rl0="inet 200.220.152.43 netmask 255.255.255.192" keymap="br275.cp850" nfs_client_enable="YES" nfs_server_enable="YES" rpcbind_enable="YES" sshd_enable="YES" Here goes /var/run/dmesg.boot: Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) D CPU 2.80GHz (2800.12-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0xf64 Stepping = 4 Features=0xbfebfbff Features2=0xe49d AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 2 usable memory = 1998712832 (1906 MB) avail memory = 1928552448 (1839 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 4 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18) acpi0: on motherboard acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 21 acpi0: [ITHREAD] acpi0: Power Button (fixed) unknown: I/O range not supported acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 77f00000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 cpu0: on acpi0 est0: on cpu0 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr e2200000e22 device_attach: est0 attach returned 6 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr e2200000e22 device_attach: est1 attach returned 6 p4tcc1: on cpu1 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff iomem 0xfff00000-0xffffffff on ac pi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vgapci0: port 0x2000-0x20ff mem 0x80000000-0x8fffffff,0 xa0100000-0xa010ffff irq 17 at device 5.0 on pci1 atapci0: port 0x3068-0x306f,0x3084-0x3087,0x3060 -0x3067,0x3080-0x3083,0x3030-0x303f mem 0xa0204600-0xa02047ff irq 23 at device 1 7.0 on pci0 atapci0: [ITHREAD] ata2: on atapci0 ata2: [ITHREAD] ata3: on atapci0 ata3: [ITHREAD] atapci1: port 0x3058-0x305f,0x307c-0x307f,0x3050 -0x3057,0x3078-0x307b,0x3020-0x302f mem 0xa0204400-0xa02045ff irq 22 at device 1 8.0 on pci0 atapci1: [ITHREAD] ata4: on atapci1 ata4: [ITHREAD] ata5: on atapci1 ata5: [ITHREAD] pci0: at device 20.0 (no driver attached) atapci2: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x37 6,0x3000-0x300f at device 20.1 on pci0 ata0: on atapci2 ata0: [ITHREAD] ata1: on atapci2 ata1: [ITHREAD] pci0: at device 20.2 (no driver attached) isab0: at device 20.3 on pci0 isa0: on isab0 pcib2: at device 20.4 on pci0 pci2: on pcib2 rl0: port 0x1000-0x10ff mem 0xa0000000-0xa00000ff ir q 21 at device 2.0 on pci2 miibus0: on rl0 rlphy0: PHY 0 on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:19:d1:33:7d:3e rl0: [ITHREAD] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 4 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 ppbus0: [ITHREAD] plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ppc0: [GIANT-LOCKED] ppc0: [ITHREAD] sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] orm0: at iomem 0xc0000-0xcbfff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec hptrr: no controller detected. ad8: 476940MB at ata4-master SATA150 ad10: 476940MB at ata5-master SATA150 SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/ad8s1a Regards, Ari >How-To-Repeat: Unknown >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 3 02:29:08 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DA3B1065671; Thu, 3 Apr 2008 02:29:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 2C0018FC1B; Thu, 3 Apr 2008 02:29:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m332T7pe027485; Wed, 2 Apr 2008 22:29:07 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m332T7sW007374; Wed, 2 Apr 2008 22:29:07 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 44CBD73039; Wed, 2 Apr 2008 21:29:07 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080403022907.44CBD73039@freebsd-current.sentex.ca> Date: Wed, 2 Apr 2008 21:29:07 -0500 (EST) X-Virus-Scanned: ClamAV 0.92.1/6526/Tue Apr 1 08:33:51 2008 clamav-milter version 0.92.1 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 02:29:08 -0000 TB --- 2008-04-03 00:50:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-03 00:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-04-03 00:50:00 - cleaning the object tree TB --- 2008-04-03 00:50:44 - cvsupping the source tree TB --- 2008-04-03 00:50:44 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-04-03 00:50:50 - building world (CFLAGS=-O -pipe) TB --- 2008-04-03 00:50:50 - cd /src TB --- 2008-04-03 00:50:50 - /usr/bin/make -B buildworld >>> World build started on Thu Apr 3 00:50:52 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu Apr 3 02:17:07 UTC 2008 TB --- 2008-04-03 02:17:07 - generating LINT kernel config TB --- 2008-04-03 02:17:07 - cd /src/sys/amd64/conf TB --- 2008-04-03 02:17:07 - /usr/bin/make -B LINT TB --- 2008-04-03 02:17:07 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-03 02:17:07 - cd /src TB --- 2008-04-03 02:17:07 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Apr 3 02:17:07 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] ld -d -warn-common -r -d -o if_vlan.ko if_vlan.o :> export_syms awk -f /src/sys/modules/if_vlan/../../conf/kmod_syms.awk if_vlan.ko export_syms | xargs -J% objcopy % if_vlan.ko objcopy --strip-debug if_vlan.ko ===> igb (all) cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/src/sys/modules/igb/../../dev/igb -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/src/sys/LINT/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /src/sys/modules/igb/../../dev/igb/if_igb.c /src/sys/modules/igb/../../dev/igb/if_igb.c: In function 'igb_poll': /src/sys/modules/igb/../../dev/igb/if_igb.c:1151: error: too few arguments to function 'igb_start_locked' *** Error code 1 Stop in /src/sys/modules/igb. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-03 02:29:07 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-03 02:29:07 - ERROR: failed to build lint kernel TB --- 2008-04-03 02:29:07 - tinderbox aborted TB --- 4460.38 user 550.44 system 5946.35 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 3 07:59:05 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C362106567F; Thu, 3 Apr 2008 07:59:05 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id E6A718FC29; Thu, 3 Apr 2008 07:59:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m337x4FJ056036; Thu, 3 Apr 2008 03:59:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m337x4NJ077573; Thu, 3 Apr 2008 03:59:04 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C05E373039; Thu, 3 Apr 2008 02:59:03 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080403075903.C05E373039@freebsd-current.sentex.ca> Date: Thu, 3 Apr 2008 02:59:03 -0500 (EST) X-Virus-Scanned: ClamAV 0.92.1/6526/Tue Apr 1 08:33:51 2008 clamav-milter version 0.92.1 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 07:59:05 -0000 TB --- 2008-04-03 06:20:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-03 06:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-04-03 06:20:00 - cleaning the object tree TB --- 2008-04-03 06:20:38 - cvsupping the source tree TB --- 2008-04-03 06:20:38 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-04-03 06:20:43 - building world (CFLAGS=-O -pipe) TB --- 2008-04-03 06:20:43 - cd /src TB --- 2008-04-03 06:20:43 - /usr/bin/make -B buildworld >>> World build started on Thu Apr 3 06:20:44 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu Apr 3 07:46:58 UTC 2008 TB --- 2008-04-03 07:46:58 - generating LINT kernel config TB --- 2008-04-03 07:46:58 - cd /src/sys/amd64/conf TB --- 2008-04-03 07:46:58 - /usr/bin/make -B LINT TB --- 2008-04-03 07:46:58 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-03 07:46:58 - cd /src TB --- 2008-04-03 07:46:58 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Apr 3 07:46:58 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] ld -d -warn-common -r -d -o if_vlan.ko if_vlan.o :> export_syms awk -f /src/sys/modules/if_vlan/../../conf/kmod_syms.awk if_vlan.ko export_syms | xargs -J% objcopy % if_vlan.ko objcopy --strip-debug if_vlan.ko ===> igb (all) cc -O -pipe -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/src/sys/modules/igb/../../dev/igb -DHAVE_KERNEL_OPTION_HEADERS -include /obj/amd64/src/sys/LINT/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -I/obj/amd64/src/sys/LINT -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /src/sys/modules/igb/../../dev/igb/if_igb.c /src/sys/modules/igb/../../dev/igb/if_igb.c: In function 'igb_poll': /src/sys/modules/igb/../../dev/igb/if_igb.c:1151: error: too few arguments to function 'igb_start_locked' *** Error code 1 Stop in /src/sys/modules/igb. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-03 07:59:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-03 07:59:03 - ERROR: failed to build lint kernel TB --- 2008-04-03 07:59:03 - tinderbox aborted TB --- 4463.27 user 547.63 system 5942.69 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 3 13:56:06 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38AB11065673; Thu, 3 Apr 2008 13:56:06 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id C6F898FC1D; Thu, 3 Apr 2008 13:56:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m33Du0a8093933; Thu, 3 Apr 2008 09:56:00 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m33Du0gp019518; Thu, 3 Apr 2008 09:56:00 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B08FA73039; Thu, 3 Apr 2008 08:55:58 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080403135559.B08FA73039@freebsd-current.sentex.ca> Date: Thu, 3 Apr 2008 08:55:58 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 13:56:06 -0000 TB --- 2008-04-03 12:05:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-03 12:05:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-04-03 12:05:01 - cleaning the object tree TB --- 2008-04-03 12:05:36 - cvsupping the source tree TB --- 2008-04-03 12:05:36 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-04-03 12:05:43 - building world (CFLAGS=-O -pipe) TB --- 2008-04-03 12:05:43 - cd /src TB --- 2008-04-03 12:05:43 - /usr/bin/make -B buildworld >>> World build started on Thu Apr 3 12:05:45 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu Apr 3 13:32:14 UTC 2008 TB --- 2008-04-03 13:32:14 - generating LINT kernel config TB --- 2008-04-03 13:32:14 - cd /src/sys/amd64/conf TB --- 2008-04-03 13:32:14 - /usr/bin/make -B LINT TB --- 2008-04-03 13:32:14 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-03 13:32:14 - cd /src TB --- 2008-04-03 13:32:14 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Apr 3 13:32:14 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Thu Apr 3 13:49:54 UTC 2008 TB --- 2008-04-03 13:49:54 - building GENERIC kernel (COPTFLAGS=) TB --- 2008-04-03 13:49:54 - cd /src TB --- 2008-04-03 13:49:54 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Thu Apr 3 13:49:54 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/dev/em/e1000_82571.c:1290: undefined reference to `e1000_rar_set_generic' e1000_82571.o(.text+0x25b8): In function `e1000_read_mac_addr_82571': /src/sys/dev/em/e1000_82571.c:1362: undefined reference to `e1000_check_alt_mac_addr_generic' e1000_82571.o(.text+0x25c5):/src/sys/dev/em/e1000_82571.c:1363: undefined reference to `e1000_read_mac_addr_generic' e1000_82571.o(.text+0x263c): In function `e1000_power_down_phy_copper_82571': /src/sys/dev/em/e1000_82571.c:1385: undefined reference to `e1000_power_down_phy_copper' e1000_82571.o(.text+0x2664): In function `e1000_clear_hw_cntrs_82571': /src/sys/dev/em/e1000_82571.c:1402: undefined reference to `e1000_clear_hw_cntrs_base_generic' *** Error code 1 Stop in /obj/amd64/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-03 13:55:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-03 13:55:58 - ERROR: failed to build GENERIC kernel TB --- 2008-04-03 13:55:58 - tinderbox aborted TB --- 4990.63 user 611.98 system 6657.44 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 3 16:53:55 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A74351065674 for ; Thu, 3 Apr 2008 16:53:55 +0000 (UTC) (envelope-from comp.john@googlemail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id 3062D8FC22 for ; Thu, 3 Apr 2008 16:53:54 +0000 (UTC) (envelope-from comp.john@googlemail.com) Received: by ti-out-0910.google.com with SMTP id j2so1248407tid.3 for ; Thu, 03 Apr 2008 09:53:54 -0700 (PDT) Received: by 10.150.205.13 with SMTP id c13mr7192ybg.132.1207240092901; Thu, 03 Apr 2008 09:28:12 -0700 (PDT) Received: by 10.150.226.21 with HTTP; Thu, 3 Apr 2008 09:28:12 -0700 (PDT) Message-ID: Date: Thu, 3 Apr 2008 17:28:12 +0100 From: "John ." To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: freebsd-7.0-release AMD cvsup question X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 16:53:55 -0000 Hi, When getting sources through cvsup, my cvsup file has a line like this: *default tag=RELENG_7_0 Do I have to do anything special with this because I want the stuff for amd64? Also, when building, I go into /usr/src and buildworld like usual. Do I *require* lines in make.conf to take advantage of the architecture? (been with freebsd for a while, but this is my first 64-bit build) cheers -- John From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 3 17:17:52 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58F8B1065673 for ; Thu, 3 Apr 2008 17:17:52 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.freebsd.org (Postfix) with ESMTP id DAB118FC1D for ; Thu, 3 Apr 2008 17:17:51 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id m33HHncj078141; Thu, 3 Apr 2008 19:17:50 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 81CFAB82D; Thu, 3 Apr 2008 19:17:49 +0200 (CEST) Date: Thu, 3 Apr 2008 19:17:49 +0200 From: Roland Smith To: "John ." Message-ID: <20080403171749.GB63464@slackbox.xs4all.nl> Mail-Followup-To: "John ." , freebsd-amd64@freebsd.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gj572EiMnwbLXET9" Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-amd64@freebsd.org Subject: Re: freebsd-7.0-release AMD cvsup question X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 17:17:52 -0000 --gj572EiMnwbLXET9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 03, 2008 at 05:28:12PM +0100, John . wrote: > Hi, >=20 > When getting sources through cvsup, my cvsup file has a line like this: You don't need cvsup anymore. It's replacement csup is part of the base system now. =20 > *default tag=3DRELENG_7_0 That's OK. I tend to follow 7-STABLE (RELENG_7) in case there are significant improvement, but that's a matter of taste. I've been using -STABLE for years without issues. > Do I have to do anything special with this because I want the stuff for a= md64? No. > Also, when building, I go into /usr/src and buildworld like usual. Do > I *require* lines in make.conf to take advantage of the architecture? I've got CPUTYPE=3Dathlon64 in my make.conf, but IIRC it is not required. I put WITHOUT_LIB32=3Dtrue and WITHOUT_PROFILE=3Dtrue in /etc/src.conf to prevent the system from building stuff that I don't use anyway. If you want to run FreeBSD i386 binaries, you'll need the 32 bit libs, of course. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --gj572EiMnwbLXET9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkf1ET0ACgkQEnfvsMMhpyVongCgi36mPIFdTJ0tmdTtNeUgGNnW cDoAoK+nkhv/HMPukuJo1kCChHNGYnga =QMtZ -----END PGP SIGNATURE----- --gj572EiMnwbLXET9-- From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 3 17:32:49 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C644D1065670 for ; Thu, 3 Apr 2008 17:32:49 +0000 (UTC) (envelope-from aelmore@interwoven.com) Received: from smtpcg01.interwoven.com (smtpcg01.interwoven.com [208.77.164.45]) by mx1.freebsd.org (Postfix) with ESMTP id 9810F8FC0A for ; Thu, 3 Apr 2008 17:32:49 +0000 (UTC) (envelope-from aelmore@interwoven.com) Received: from smtpcg01.interwoven.com (localhost.localdomain [127.0.0.1]) by localhost.interwoven.com (Postfix) with ESMTP id BE67369818B; Thu, 3 Apr 2008 12:08:18 -0500 (CDT) Received: from exbehq01.Interwoven.com (exbehq01.interwoven.com [10.192.4.80]) by smtpcg01.interwoven.com (Postfix) with ESMTP id 7C68269818D; Thu, 3 Apr 2008 12:08:18 -0500 (CDT) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Date: Thu, 3 Apr 2008 10:08:31 -0700 Message-ID: <56A8F47A92B81F4C91648D4E38286A4801D83DFD@exbehq01.Interwoven.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: freebsd-7.0-release AMD cvsup question Thread-Index: AciVq1b0UMdQ7h6GTSmYe+4z9eE6/wAAN1jA References: From: "Andrew Elmore" To: "John ." , Cc: Subject: RE: freebsd-7.0-release AMD cvsup question X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 17:32:49 -0000 PiBXaGVuIGdldHRpbmcgc291cmNlcyB0aHJvdWdoIGN2c3VwLCBteSBjdnN1cCBmaWxlIGhhcyBh IGxpbmUgbGlrZSB0aGlzOg0KPiANCj4gKmRlZmF1bHQgIHRhZz1SRUxFTkdfN18wDQo+IA0KPiBE byBJIGhhdmUgdG8gZG8gYW55dGhpbmcgc3BlY2lhbCB3aXRoIHRoaXMgYmVjYXVzZSBJIHdhbnQg dGhlIHN0dWZmIGZvciBhbWQ2ND8NCg0KTm8uDQoNCj4gQWxzbywgd2hlbiBidWlsZGluZywgSSBn byBpbnRvIC91c3Ivc3JjIGFuZCBidWlsZHdvcmxkIGxpa2UgdXN1YWwuIERvDQo+IEkgKnJlcXVp cmUqIGxpbmVzIGluIG1ha2UuY29uZiB0byB0YWtlIGFkdmFudGFnZSBvZiB0aGUgYXJjaGl0ZWN0 dXJlPw0KPiANCj4gKGJlZW4gd2l0aCBmcmVlYnNkIGZvciBhIHdoaWxlLCBidXQgdGhpcyBpcyBt eSBmaXJzdCA2NC1iaXQgYnVpbGQpDQoNCk5vdGhpbmcgcmVxdWlyZWQgaW4gbWFrZS5jb25mLiAg V2VsY29tZSB0byA2NC1iaXRzIQ0KDQpUaGUgb25seSB0aGluZyB0byBiZSBhd2FyZSBvZiBpcyB0 aGF0IHRoZSBLRVJOQ09ORiBmaWxlIGxpdmVzIGluIC91c3Ivc3JjL3N5cy9hbWQ2NC9jb25mIGlu c3RlYWQgb2YgdGhlIGkzODYgZXF1aXZhbGVudC4gIFRoYXQncyBjYXVnaHQgbWUgb2ZmIGd1YXJk IGEgZmV3IHRpbWVzLg0KIA0KQUUNCg== From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 3 17:00:12 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF771106566B for ; Thu, 3 Apr 2008 17:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8898E8FC1A for ; Thu, 3 Apr 2008 17:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m33H08jp017282 for ; Thu, 3 Apr 2008 17:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m33H08Lc017281; Thu, 3 Apr 2008 17:00:08 GMT (envelope-from gnats) Resent-Date: Thu, 3 Apr 2008 17:00:08 GMT Resent-Message-Id: <200804031700.m33H08Lc017281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruud Boon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11A3E1065672 for ; Thu, 3 Apr 2008 16:51:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id F0C848FC0C for ; Thu, 3 Apr 2008 16:51:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m33GpcUL071658 for ; Thu, 3 Apr 2008 16:51:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m33GpcYk071657; Thu, 3 Apr 2008 16:51:38 GMT (envelope-from nobody) Message-Id: <200804031651.m33GpcYk071657@www.freebsd.org> Date: Thu, 3 Apr 2008 16:51:38 GMT From: Ruud Boon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Thu, 03 Apr 2008 17:57:21 +0000 Cc: Subject: amd64/122423: Port install fails after upgrade X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 17:00:12 -0000 >Number: 122423 >Category: amd64 >Synopsis: Port install fails after upgrade >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 03 17:00:08 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ruud Boon >Release: 7.0 >Organization: >Environment: FreeBSD myserver.nl 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: After the upgrade from 6.3 to 7.0 using this way (http://www.cyberciti.biz/faq/howto-freebsd-server-upgrades/) I try to upgarde the ports (portupgrade -faB) Some ports (like apache22) give the following error : /usr/bin/ld: /usr/lib/libpthread.a(thr_syscalls.o): relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC /usr/lib/libpthread.a: could not read symbols: Bad value *** Error code 1 Stop in /usr/ports/www/apache22/work/httpd-2.2.8/srclib/apr. *** Error code 1 >How-To-Repeat: After the upgrade do a make deinstall in de apache22 port followed by a make install. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 3 19:45:32 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C08BB106566C; Thu, 3 Apr 2008 19:45:32 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 8D42E8FC17; Thu, 3 Apr 2008 19:45:32 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m33JjWCA056883; Thu, 3 Apr 2008 15:45:32 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m33JjW4r085063; Thu, 3 Apr 2008 15:45:32 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id DF82C73039; Thu, 3 Apr 2008 14:45:31 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080403194531.DF82C73039@freebsd-current.sentex.ca> Date: Thu, 3 Apr 2008 14:45:31 -0500 (EST) X-Virus-Scanned: ClamAV 0.92.1/6526/Tue Apr 1 08:33:51 2008 clamav-milter version 0.92.1 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 19:45:32 -0000 TB --- 2008-04-03 17:55:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-04-03 17:55:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-04-03 17:55:00 - cleaning the object tree TB --- 2008-04-03 17:55:49 - cvsupping the source tree TB --- 2008-04-03 17:55:49 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-04-03 17:55:56 - building world (CFLAGS=-O -pipe) TB --- 2008-04-03 17:55:56 - cd /src TB --- 2008-04-03 17:55:56 - /usr/bin/make -B buildworld >>> World build started on Thu Apr 3 17:55:57 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Thu Apr 3 19:22:12 UTC 2008 TB --- 2008-04-03 19:22:12 - generating LINT kernel config TB --- 2008-04-03 19:22:12 - cd /src/sys/amd64/conf TB --- 2008-04-03 19:22:12 - /usr/bin/make -B LINT TB --- 2008-04-03 19:22:12 - building LINT kernel (COPTFLAGS=) TB --- 2008-04-03 19:22:12 - cd /src TB --- 2008-04-03 19:22:12 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Apr 3 19:22:12 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Thu Apr 3 19:39:18 UTC 2008 TB --- 2008-04-03 19:39:18 - building GENERIC kernel (COPTFLAGS=) TB --- 2008-04-03 19:39:18 - cd /src TB --- 2008-04-03 19:39:18 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Thu Apr 3 19:39:19 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/dev/em/e1000_82571.c:1290: undefined reference to `e1000_rar_set_generic' e1000_82571.o(.text+0x25b8): In function `e1000_read_mac_addr_82571': /src/sys/dev/em/e1000_82571.c:1362: undefined reference to `e1000_check_alt_mac_addr_generic' e1000_82571.o(.text+0x25c5):/src/sys/dev/em/e1000_82571.c:1363: undefined reference to `e1000_read_mac_addr_generic' e1000_82571.o(.text+0x263c): In function `e1000_power_down_phy_copper_82571': /src/sys/dev/em/e1000_82571.c:1385: undefined reference to `e1000_power_down_phy_copper' e1000_82571.o(.text+0x2664): In function `e1000_clear_hw_cntrs_82571': /src/sys/dev/em/e1000_82571.c:1402: undefined reference to `e1000_clear_hw_cntrs_base_generic' *** Error code 1 Stop in /obj/amd64/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-04-03 19:45:30 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-04-03 19:45:30 - ERROR: failed to build GENERIC kernel TB --- 2008-04-03 19:45:30 - tinderbox aborted TB --- 4991.58 user 611.72 system 6630.16 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 5 15:10:01 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E38A1065673 for ; Sat, 5 Apr 2008 15:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3DA458FC26 for ; Sat, 5 Apr 2008 15:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m35FA1kW091643 for ; Sat, 5 Apr 2008 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m35FA1p6091642; Sat, 5 Apr 2008 15:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 5 Apr 2008 15:10:01 GMT Resent-Message-Id: <200804051510.m35FA1p6091642@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruud Boon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10FD91065671 for ; Sat, 5 Apr 2008 15:07:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D6E408FC13 for ; Sat, 5 Apr 2008 15:07:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m35F6xIP036113 for ; Sat, 5 Apr 2008 15:06:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m35F6xqT036112; Sat, 5 Apr 2008 15:06:59 GMT (envelope-from nobody) Message-Id: <200804051506.m35F6xqT036112@www.freebsd.org> Date: Sat, 5 Apr 2008 15:06:59 GMT From: Ruud Boon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Sat, 05 Apr 2008 15:29:43 +0000 Cc: Subject: amd64/122468: Compile problems after upgrading to 7.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2008 15:10:01 -0000 >Number: 122468 >Category: amd64 >Synopsis: Compile problems after upgrading to 7.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 05 15:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ruud Boon >Release: 7.0 release >Organization: >Environment: FreeBSD myserver.nl 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I've upgrade freebsd 6.3 to 7.0 using this site : http://www.cyberciti.biz/faq/howto-...erver-upgrades/ After upgrading i've tried to upgrade the ports tree. I've got the same error over different ports. The port apache22 gives the following error : /usr/bin/ld: /usr/lib/libpthread.a(thr_syscalls.o): relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC /usr/lib/libpthread.a: could not read symbols: Bad value *** Error code 1 Stop in /usr/ports/www/apache22/work/httpd-2.2.8/srclib/apr. *** Error code 1 >How-To-Repeat: Upgrade to 7.0 on an amd64 system >Fix: After installing i had to create a symlink : ln -s /usr/lib/libthr.so /usr/lib/libpthread.so This fixes the problem. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 5 19:30:03 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5EF11065673 for ; Sat, 5 Apr 2008 19:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 807E08FC13 for ; Sat, 5 Apr 2008 19:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m35JU3mq013083 for ; Sat, 5 Apr 2008 19:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m35JU3L7013075; Sat, 5 Apr 2008 19:30:03 GMT (envelope-from gnats) Date: Sat, 5 Apr 2008 19:30:03 GMT Message-Id: <200804051930.m35JU3L7013075@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: amd64/122468: Compile problems after upgrading to 7.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2008 19:30:03 -0000 The following reply was made to PR amd64/122468; it has been noted by GNATS. From: Kris Kennaway To: Ruud Boon Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/122468: Compile problems after upgrading to 7.0 Date: Sat, 05 Apr 2008 21:28:25 +0200 Ruud Boon wrote: > FreeBSD myserver.nl 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > >> Description: > I've upgrade freebsd 6.3 to 7.0 using this site : > http://www.cyberciti.biz/faq/howto-...erver-upgrades/ That is not a working URL, but it's also not official upgrade documentation. That you ran into problems after following it suggests that the instructions may well be broken. Talk to the person who wrote them. > After installing i had to create a symlink : ln -s /usr/lib/libthr.so /usr/lib/libpthread.so > This fixes the problem. A correctly upgraded system will already have this symlink. Kris From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 5 20:50:04 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A5811065671 for ; Sat, 5 Apr 2008 20:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E98588FC1A for ; Sat, 5 Apr 2008 20:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m35Ko39T022191 for ; Sat, 5 Apr 2008 20:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m35Ko33J022190; Sat, 5 Apr 2008 20:50:03 GMT (envelope-from gnats) Resent-Date: Sat, 5 Apr 2008 20:50:03 GMT Resent-Message-Id: <200804052050.m35Ko33J022190@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "James O'Gorman" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B45181065677 for ; Sat, 5 Apr 2008 20:47:19 +0000 (UTC) (envelope-from jamesog@starbug.netinertia.co.uk) Received: from starbug.netinertia.co.uk (unknown [IPv6:2a01:348:0:6:4d4b:6996:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 2ACE28FC12 for ; Sat, 5 Apr 2008 20:47:18 +0000 (UTC) (envelope-from jamesog@starbug.netinertia.co.uk) Received: from jamesog by starbug.netinertia.co.uk with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1JiFID-00046c-NL for FreeBSD-gnats-submit@freebsd.org; Sat, 05 Apr 2008 21:47:17 +0100 Message-Id: Date: Sat, 05 Apr 2008 21:47:17 +0100 From: "James O'Gorman" Sender: "James O'Gorman" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Mailman-Approved-At: Sat, 05 Apr 2008 21:07:02 +0000 Cc: Subject: amd64/122473: System hangs after "Uptime" on shutdown/reboot X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James O'Gorman List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2008 20:50:04 -0000 >Number: 122473 >Category: amd64 >Synopsis: System hangs after "Uptime" on shutdown/reboot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 05 20:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: James O'Gorman >Release: FreeBSD 7.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD queeg.waterloo.netinertia.co.uk 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Sat Apr 5 18:04:56 BST 2008 root@queeg.waterloo.netinertia.co.uk:/usr/obj/usr/src/sys/ML110 amd64 >Description: System is an HP ML110 G5 running FreeBSD 7.0-RELEASE amd64. When issuing any shutdown command (shutdown -p, shutdown -r, reboot) the system will hang af ter the "Uptime" message. The system has to be reset by physically holding the power button or issui ng a power cycle from the Lights Out interface. dmesg.boot is attached. The zfs and ipmi modules are loaded from /boot/loader.conf, and I have tried enabling watchd ogd or using "watchdog -t 60; reboot" as suggested on -stable@ which apparently works on i386, but d oes not work on amd64. I tried building a GENERIC kernel with DDB enabled, but this caused the system to hang at bo to when probing for the root filesystem. >How-To-Repeat: Issue one of the following commands: * shutdown -p now * shutdown -r now * reboot The system will hang after "Uptime:" >Fix: --- dmesg.boot begins here --- Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-RELEASE #1: Sat Apr 5 18:04:56 BST 2008 root@queeg.waterloo.netinertia.co.uk:/usr/obj/usr/src/sys/ML110 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(R) CPU 3065 @ 2.33GHz (2327.51-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x6fb Stepping = 11 Features=0xbfebfbff Features2=0xe3fd AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 2 usable memory = 1061593088 (1012 MB) avail memory = 1022644224 (975 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 hptrr: HPT RocketRAID controller driver v1.1 (Apr 5 2008 18:04:51) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 est0: on cpu0 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 72a072a0600072a device_attach: est0 attach returned 6 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 72a072a0600072a device_attach: est1 attach returned 6 p4tcc1: on cpu1 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 em0: port 0x2000-0x201f mem 0xec120000-0xec13ffff,0xec100000-0xec11ffff irq 16 at device 0.0 on pci1 em0: Using MSI interrupt em0: Ethernet address: 00:1b:21:0e:c9:96 em0: [FILTER] uhci0: port 0x1820-0x183f irq 16 at device 26.0 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1840-0x185f irq 17 at device 26.1 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x1860-0x187f irq 18 at device 26.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xec000000-0xec0003ff irq 18 at device 26.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered pcib2: irq 16 at device 28.0 on pci0 pci5: on pcib2 pcib3: irq 18 at device 28.2 on pci0 pci9: on pcib3 em1: port 0x3000-0x301f mem 0xec220000-0xec23ffff,0xec200000-0xec21ffff irq 18 at device 0.0 on pci9 em1: Using MSI interrupt em1: Ethernet address: 00:1b:21:0e:ab:3a em1: [FILTER] pcib4: irq 16 at device 28.4 on pci0 pci13: on pcib4 vgapci0: mem 0xee000000-0xeeffffff,0xec300000-0xec303fff,0xec800000-0xecffffff irq 16 at device 0.0 on pci13 pcib5: irq 17 at device 28.5 on pci0 pci14: on pcib5 pci14: at device 0.0 (no driver attached) uhci3: port 0x1880-0x189f irq 16 at device 29.0 on pci0 uhci3: [GIANT-LOCKED] uhci3: [ITHREAD] usb4: on uhci3 usb4: USB revision 1.0 uhub4: on usb4 uhub4: 2 ports with 2 removable, self powered uhci4: port 0x18a0-0x18bf irq 17 at device 29.1 on pci0 uhci4: [GIANT-LOCKED] uhci4: [ITHREAD] usb5: on uhci4 usb5: USB revision 1.0 uhub5: on usb5 uhub5: 2 ports with 2 removable, self powered uhci5: port 0x18c0-0x18df irq 18 at device 29.2 on pci0 uhci5: [GIANT-LOCKED] uhci5: [ITHREAD] usb6: on uhci5 usb6: USB revision 1.0 uhub6: on usb6 uhub6: 2 ports with 2 removable, self powered ehci1: mem 0xec000400-0xec0007ff irq 16 at device 29.7 on pci0 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb7: EHCI version 1.0 usb7: companion controllers, 2 ports each: usb4 usb5 usb6 usb7: on ehci1 usb7: USB revision 2.0 uhub7: on usb7 uhub7: 6 ports with 6 removable, self powered pcib6: at device 30.0 on pci0 pci17: on pcib6 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1c50-0x1c57,0x1c44-0x1c47,0x1c48-0x1c4f,0x1c40-0x1c43,0x18e0-0x18ff mem 0xec000800-0xec000fff irq 17 at device 31.2 on pci0 atapci0: [ITHREAD] atapci0: AHCI called from vendor specific driver atapci0: AHCI Version 01.20 controller with 4 ports detected ata2: on atapci0 ata2: [ITHREAD] ata3: on atapci0 ata3: [ITHREAD] ata4: on atapci0 ata4: [ITHREAD] ata5: on atapci0 ata5: port not implemented ata5: [ITHREAD] pci0: at device 31.3 (no driver attached) atapci1: port 0x1c68-0x1c6f,0x1c5c-0x1c5f,0x1c60-0x1c67,0x1c58-0x1c5b,0x1c30-0x1c3f,0x1c20-0x1c2f irq 18 at device 31.5 on pci0 atapci1: [ITHREAD] ata6: on atapci1 ata6: [ITHREAD] ata7: on atapci1 ata7: [ITHREAD] ipmi0: port 0xca2-0xca3 on acpi0 ipmi0: KCS mode found at io 0xca2 on acpi acpi_button0: on acpi0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A, console sio0: [FILTER] ipmi1: on isa0 device_attach: ipmi1 attach returned 16 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xc9000-0xcdfff,0xdc000-0xdffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled ukbd0: on uhub4 kbd2 at ukbd0 uhid0: on uhub4 WARNING: ZFS is considered to be an experimental feature in FreeBSD. Timecounters tick every 1.000 msec hptrr: no controller detected. ZFS filesystem version 6 ZFS storage pool version 6 ad4: 238475MB at ata2-master SATA150 ad6: 715404MB at ata3-master SATA150 ad8: 715404MB at ata4-master SATA150 acd0: DVDR at ata6-master SATA150 ipmi0: IPMI device rev. 1, firmware rev. 3.2, version 2.0 ipmi0: Number of channels 1 ipmi0: Attached watchdog SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/ad4s1a --- dmesg.boot ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 5 22:32:50 2008 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5AC31065675; Sat, 5 Apr 2008 22:32:50 +0000 (UTC) (envelope-from jamesog@starbug.netinertia.co.uk) Received: from starbug.netinertia.co.uk (unknown [IPv6:2a01:348:0:6:4d4b:6996:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 609BC8FC23; Sat, 5 Apr 2008 22:32:49 +0000 (UTC) (envelope-from jamesog@starbug.netinertia.co.uk) Received: from jamesog by starbug.netinertia.co.uk with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1JiGwL-000OH5-2h; Sat, 05 Apr 2008 23:32:49 +0100 Date: Sat, 5 Apr 2008 23:32:49 +0100 From: James O'Gorman To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-amd64@FreeBSD.org Message-ID: <20080405223248.GU15350@netinertia.co.uk> References: <200804052050.m35Ko3na022184@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804052050.m35Ko3na022184@freefall.freebsd.org> User-Agent: Mutt/1.5.15 (2007-04-06) Sender: James O'Gorman Cc: Subject: Re: amd64/122473: System hangs after "Uptime" on shutdown/reboot X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2008 22:32:50 -0000 I can provide root and serial console access to this box if necessary, to help with debugging. James From owner-freebsd-amd64@FreeBSD.ORG Sat Apr 5 22:40:03 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAC38106564A for ; Sat, 5 Apr 2008 22:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 940A08FC18 for ; Sat, 5 Apr 2008 22:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m35Me3pm030383 for ; Sat, 5 Apr 2008 22:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m35Me3Fk030375; Sat, 5 Apr 2008 22:40:03 GMT (envelope-from gnats) Date: Sat, 5 Apr 2008 22:40:03 GMT Message-Id: <200804052240.m35Me3Fk030375@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "James O'Gorman" Cc: Subject: Re: amd64/122473: System hangs after "Uptime" on shutdown/reboot X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James O'Gorman List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2008 22:40:03 -0000 The following reply was made to PR amd64/122473; it has been noted by GNATS. From: James O'Gorman To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-amd64@FreeBSD.org Cc: Subject: Re: amd64/122473: System hangs after "Uptime" on shutdown/reboot Date: Sat, 5 Apr 2008 23:32:49 +0100 I can provide root and serial console access to this box if necessary, to help with debugging. James