From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 00:15:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 265C316A4CE for ; Sun, 21 Mar 2004 00:15:58 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id E971043D2F for ; Sun, 21 Mar 2004 00:15:57 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 29047 invoked by uid 1002); 21 Mar 2004 08:15:54 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 21 Mar 2004 08:15:54 -0000 Message-ID: <405D4F09.5050804@freebsd.org> Date: Sun, 21 Mar 2004 01:15:05 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040214 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Craig Rodrigues cc: Andy Hilker cc: current@freebsd.org Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 08:15:58 -0000 Daniel Eischen wrote: > On Sun, 21 Mar 2004, Andy Hilker wrote: > > >>Hi, >> >>You (Craig Rodrigues) wrote: >> >>>On Sat, Mar 20, 2004 at 12:35:56PM +0100, Andy Hilker wrote: >>> >>>>Hi, >>>> >>>>i have used mysql41 with linuxthreads since a few month without problems. >>>>Now linuxthreads from ports does not compile and i wanted to try >>>>without linuxthreads. >>> >>>Look at the mailing list archives for the freebsd-threads >>>mailing list. There was some discussion about mysql. >>> >>>http://lists.freebsd.org/pipermail/freebsd-threads >>>http://lists.freebsd.org/pipermail/freebsd-threads/2004-January/ >> >>It seems that i have a similar issue like >> >>http://lists.freebsd.org/pipermail/freebsd-threads/2004-February/001660.html >> >>But maybe it is not fixed or exists again. >>Bumping up thread sysctls or using libmap.conf are not better. mySQL >>becomes very unresponsive. > > > Mysql uses scope system threads which are limited to > kern.threads.max_groups_per_proc. System scope threads > seem to have unfair scheduling also. I use SCHED_4BSD > and this patch to mysql40-server to make it use process > scope threads and it works much better: > > http://people.freebsd.org/~deischen/mysql40-server.diffs > > I haven't made a patch to other versions of mysql, but I > have sent the maintainer the patch. > Having MySQL work 'out of the box' is a critical item for the success of FreeBSD 5.3 and beyond. Should your patch be incorporated into the port? What are the tradeoffs between system and process scope threads in this situation? Since issues with system scope threads seem to come up alot, what will it take to make them no longer be a problem? Scott From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 01:24:07 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12CE216A536; Sun, 21 Mar 2004 01:24:07 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE3843D3F; Sun, 21 Mar 2004 01:24:04 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc11) with ESMTP id <2004032109235901100icb3he>; Sun, 21 Mar 2004 09:24:03 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id BAA18946; Sun, 21 Mar 2004 01:23:58 -0800 (PST) Date: Sun, 21 Mar 2004 01:23:56 -0800 (PST) From: Julian Elischer To: Scott Long In-Reply-To: <405D4F09.5050804@freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Craig Rodrigues cc: Andy Hilker cc: current@freebsd.org Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 09:24:07 -0000 On Sun, 21 Mar 2004, Scott Long wrote: > Daniel Eischen wrote: > > > > > > Mysql uses scope system threads which are limited to > > kern.threads.max_groups_per_proc. System scope threads > > seem to have unfair scheduling also. I use SCHED_4BSD > > and this patch to mysql40-server to make it use process > > scope threads and it works much better: > > > > http://people.freebsd.org/~deischen/mysql40-server.diffs > > > > I haven't made a patch to other versions of mysql, but I > > have sent the maintainer the patch. > > > > Having MySQL work 'out of the box' is a critical item for the success > of FreeBSD 5.3 and beyond. Should your patch be incorporated into the > port? What are the tradeoffs between system and process scope threads > in this situation? Since issues with system scope threads seem to come > up alot, what will it take to make them no longer be a problem? system scope threads use more resources They are artificially limmited in the kernel to 50 per process. I guess we should increase that to 500 or something. heck I just committed that change.... ULE also doesn't treat KSE threaded processes well, and there is a patch floating around to fix that but no-one is willing to commit it to ULE and Jeff has not commented on it. it is reported to make a BIG difference to KSE programs. From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 01:37:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B4B116A4CE for ; Sun, 21 Mar 2004 01:37:39 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 256AE43D2F for ; Sun, 21 Mar 2004 01:37:39 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc13) with ESMTP id <2004032109373701600s7d4de>; Sun, 21 Mar 2004 09:37:38 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id BAA19096; Sun, 21 Mar 2004 01:37:37 -0800 (PST) Date: Sun, 21 Mar 2004 01:37:37 -0800 (PST) From: Julian Elischer To: Matt In-Reply-To: <405B57E0.2020202@xtaz.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org cc: Tony Maher Subject: Re: usb moused no longer starts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 09:37:39 -0000 On Fri, 19 Mar 2004, Matt wrote: > Tony Maher wrote: > >>From marcus at marcuscom.com wrote on Sat Mar 20 07:12:07 2004 > >> > >>>>julian at elischer.org wrote on Sat Mar 20 06:08:47 2004 > >>>>there were small changes to usb_subr.c > >>>>can you see what happens if you back that file back 2 days > >>> > >>>Reverting back to 1.59 fixes the problem. > >> > > Just want to give a "me too!". I built a new world/kernel just now and > found my USB intellimouse no longer worked in either console or X. And > cat'ing /dev/sysmouse showed no activity at all. > > Reverting to 1.60 of usb_subr.c works fine. 1.61 doesn't work. > > Regards, Matt. > should be fixxed in 1.62, right? From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 01:53:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857F916A4CE for ; Sun, 21 Mar 2004 01:53:19 -0800 (PST) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id C13AA43D39 for ; Sun, 21 Mar 2004 01:53:18 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from FreeBSD.org (thunder.alexdupre.com [192.168.0.101]) i2L9rBg0036812; Sun, 21 Mar 2004 10:53:11 +0100 (CET) (envelope-from ale@FreeBSD.org) Message-ID: <405D6606.7030702@FreeBSD.org> Date: Sun, 21 Mar 2004 10:53:10 +0100 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: In-Reply-To: X-Enigmail-Version: 0.83.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Craig Rodrigues cc: Andy Hilker cc: current@FreeBSD.org Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 09:53:19 -0000 Daniel Eischen wrote: > I haven't made a patch to other versions of mysql, but I > have sent the maintainer the patch. I talked with mysql developers and currently they are benchmarking FreeBSD -current (default system with increased kern.threads.max_groups_per_proc) with system scope threads and process scope threads. -- Alex Dupre From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 02:25:07 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14FA816A4CE for ; Sun, 21 Mar 2004 02:25:07 -0800 (PST) Received: from ubul.goodwill.hu (ubul.goodwill.hu [217.65.110.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DC643D2D for ; Sun, 21 Mar 2004 02:25:06 -0800 (PST) (envelope-from szabszi@goodwill.hu) Received: from amavis by ubul.goodwill.hu with scanned-ok (Exim 3.35 #1 (Debian)) id 1B508d-0000nh-00 for ; Sun, 21 Mar 2004 11:25:03 +0100 Received: from ubul.goodwill.hu ([127.0.0.1]) by localhost (ubul [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02608-07 for ; Sun, 21 Mar 2004 11:25:03 +0100 (CET) Received: from szabszi by ubul.goodwill.hu with local (Exim 3.35 #1 (Debian)) id 1B508c-0000nY-00 for ; Sun, 21 Mar 2004 11:25:02 +0100 Date: Sun, 21 Mar 2004 11:25:02 +0100 From: =?iso-8859-2?Q?G=E9czi?= Szabolcs To: freebsd-current@freebsd.org Message-ID: <20040321102502.GA3049@goodwill.hu> Mail-Followup-To: =?iso-8859-2?Q?G=E9czi?= Szabolcs , freebsd-current@freebsd.org References: <20040320141856.GB15808@goodwill.hu> <6.0.0.22.2.20040320085513.01e5c910@www.computinginnovations.com> <20040320193733.GA22361@goodwill.hu> <6.0.0.22.2.20040320195343.01ee9938@www.computinginnovations.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6.0.0.22.2.20040320195343.01ee9938@www.computinginnovations.com> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at goodwill.hu Subject: Re: SATA raid freebsd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 10:25:07 -0000 On Sat, Mar 20, 2004 at 08:01:15PM -0600, Derek Ragona wrote: > That motherboard has two versions, one with just a 2-port SATA/RAID on ICH5 > and another with an additional 4-port SATA/RAID from Promise. > > I know the Promise RAID controllers are better supported by FreeBSD, so it > may be if you are using the ICH5 RAID may not be supported by FreeBSD. You > should probably check with Søren Schmidt on what RAID is supported. that was the point. with the promise controller everything fine, thx. p.s.: intel/adaptec raid controller doesn't work. -- Géczi Szabolcs GPG: http://www.goodwill.hu/~szabszi/szabszi.asc Fingerprint: B36C 150C C316 5A15 DB5F 183A 303B 5AEB 36C2 3162 From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 02:45:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0592116A4CE for ; Sun, 21 Mar 2004 02:45:29 -0800 (PST) Received: from kai.xtaz.net (kai.xtaz.net [82.68.183.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8542343D48 for ; Sun, 21 Mar 2004 02:45:28 -0800 (PST) (envelope-from matt@xtaz.net) Received: from xtaz.net (tao.xtaz.net [192.168.1.3]) by kai.xtaz.net (Postfix) with ESMTP id D66688FC6B; Sun, 21 Mar 2004 10:45:24 +0000 (GMT) Message-ID: <405D7244.3040804@xtaz.net> Date: Sun, 21 Mar 2004 10:45:24 +0000 From: Matt User-Agent: Mozilla Thunderbird 0.5 (X11/20040316) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: Tony Maher Subject: Re: usb moused no longer starts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 10:45:29 -0000 Julian Elischer wrote: >>Reverting to 1.60 of usb_subr.c works fine. 1.61 doesn't work. >> >>Regards, Matt. >> > > > should be fixxed in 1.62, right? Yes. It is working fine in 1.62. Thanks! Matt. From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 02:59:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2926116A4CE for ; Sun, 21 Mar 2004 02:59:09 -0800 (PST) Received: from mail1.icnspot.net (icnspot.net [62.68.63.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E09943D3F for ; Sun, 21 Mar 2004 02:59:08 -0800 (PST) (envelope-from putinas.piliponis@icnspot.net) Received: from freebsd.icnspot.net (localhost [127.0.0.1]) by kavanti.icnspot.net (Postfix) with SMTP id 8136A152F7; Sun, 21 Mar 2004 12:59:06 +0200 (EET) Received: from pilkishome (pilkishome.spo-tripoli.local [192.168.100.30]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail1.icnspot.net (Postfix) with ESMTP id 17B61152F4 for ; Sun, 21 Mar 2004 12:59:06 +0200 (EET) Message-ID: <000401c40f33$86ce9210$1e64a8c0@spotripoli.local> From: "Putinas Piliponis" To: References: <405B9DCD.9040907@6by9.org> <0a0c01c40e90$2d86e070$32cba1cd@science1> Date: Sun, 21 Mar 2004 12:59:05 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2082 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2082 Subject: Re: system lockup - ata spurious interrupts - somehow updated X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 10:59:09 -0000 As for me, it looks what ata code is not correctly handling more then one ata controller. If I set in bios compatible mode, and I have only P-ATA+ S-ATA, everything works fine, I can boot in verbose mode, no spurious interrupts at all. If I set in bios as bios default Enchanced mode for S-ATA then I still can boot in verbose mode, I see plenty of spurious interrupts on ata2 and ata3 controllers, but system is still continues booting. If I set enchanced mode for S-ATA + P-ATA I cannot boot either in verbose mode or either in normal mode. System gets stuck forever ( or at least for long time ) after I see: "Mounting root from ufs:ad8s3a". and if I boot then in verbose mode, I see nonstopable spurious interrupts on ata2, ata3, ata4 and ata5. This is also could explain, why 5.2.1 is still stable with 4 ide drives, and continuesly freezing or panicing with 6 ( or more I guess ) ide drives. and as well why for some people configuration is working, either they use 4 drives not on all different channels, but some of them maybe on same channel ( again my guess ). ----- Original Message ----- From: "Elliot Finley" To: "Alexander Mueller" ; Sent: Saturday, March 20, 2004 5:29 PM Subject: Re: system lockup - ata related and spurious interrupts > > ----- Original Message ----- > From: "Alexander Mueller" > To: > Sent: Friday, March 19, 2004 6:26 PM > Subject: system lockup - ata related and spurious interrupts > > >> I can't offer you any help but at least I can tell you that I'm >> experiencing exactly the same two problems: TIMEOUT - WRITE_DMA >> when hyperthreading is enabled and inability to reboot or power >> off when hyperthreading is disabled. My hardware is similar to >> yours: Asus P4C800E Deluxe with P4 3.0 GHz using the onboard >> SATA controller integrated into the ICH5. My hard disk is a >> WD Raptor 740GD. Currently nobody seems to take care of this >> problem although there must be quity a lot of people out there >> running into similar troubles. > > plus one. > > Elliot > > _______________________________________________ > 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-current@FreeBSD.ORG Sun Mar 21 03:33:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A9BA16A4CE for ; Sun, 21 Mar 2004 03:33:40 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 137FD43D2F for ; Sun, 21 Mar 2004 03:33:39 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i2LBXJWF067646; Sun, 21 Mar 2004 12:33:34 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <405D7D7F.3090209@DeepCore.dk> Date: Sun, 21 Mar 2004 12:33:19 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Putinas Piliponis References: <405B9DCD.9040907@6by9.org> <0a0c01c40e90$2d86e070$32cba1cd@science1> <000401c40f33$86ce9210$1e64a8c0@spotripoli.local> In-Reply-To: <000401c40f33$86ce9210$1e64a8c0@spotripoli.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: current@freebsd.org Subject: Re: system lockup - ata spurious interrupts - somehow updated X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 11:33:40 -0000 Putinas Piliponis wrote: > As for me, it looks what ata code is not correctly handling more then one > ata controller. If I set in bios compatible mode, and I have only P-ATA+ > S-ATA, everything works fine, I can boot in verbose mode, no spurious > interrupts at all. If I set in bios as bios default Enchanced mode for > S-ATA > then I still can boot in verbose mode, I see plenty of spurious interrupts > on ata2 and ata3 controllers, but system is still continues booting. If > I set > enchanced > mode for S-ATA + P-ATA I cannot boot either in verbose mode or either in > normal mode. System gets stuck forever ( or at least for long time ) > after I > see: > "Mounting root from ufs:ad8s3a". > and if I boot then in verbose mode, I see nonstopable spurious > interrupts on > ata2, ata3, ata4 and ata5. > > This is also could explain, why 5.2.1 is still stable with 4 ide drives, > and continuesly freezing or panicing with 6 ( or more I guess ) ide drives. > and as well why for some people configuration is working, either they use > 4 drives not on all different channels, but some of them maybe on same > channel ( again my guess ). ATA works just fine with any number of controllers (however your HW may not), my main test box has 16 channels in it and that still works :) Now, the above is more likely an interrupt setup/routing problem of sorts, if you get spurious interrupts *something* is yanking the interrupt line, but ATA knows that it hasn't requested anything and spits out the "spurious" warning. That said, the ICH5 support is written "blindfolded" as I do not have any such HW here in the lab. So if there is a problem with ATA on those, someone with the HW and enough kernel clue should look into it (or someone could land the needed HW in my lab, which could also bring support for the SW RAID on intel's)... -- -Søren From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 03:40:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C29016A4CE; Sun, 21 Mar 2004 03:40:13 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3170E43D1D; Sun, 21 Mar 2004 03:40:13 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 6EDBF7303A; Sun, 21 Mar 2004 06:40:12 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040321114012.6EDBF7303A@freebsd-current.sentex.ca> Date: Sun, 21 Mar 2004 06:40:12 -0500 (EST) Subject: [current tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 11:40:13 -0000 TB --- 2004-03-21 08:29:08 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-21 08:29:08 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2004-03-21 08:29:08 - checking out the source tree TB --- 2004-03-21 08:29:08 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64 TB --- 2004-03-21 08:29:08 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-21 08:39:32 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-21 08:39:32 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-21 08:39:32 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-03-21 08:39:32 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-21 11:11:12 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 11:11:12 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-03-21 11:11:12 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Mar 21 11:11:13 GMT 2004 >>> 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 [...] ===> arcnet cc -O2 -pipe -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /other/tinderbox/CURRENT/ia64/ia64/obj/ia64/other/tinderbox/CURRENT/ia64/ia64/src/sys/GENERIC/opt_global.h -I. -I@ -I@/../include -finline-limit=15000 -fno-common -g -I/other/tinderbox/CURRENT/ia64/ia64/obj/ia64/other/tinderbox/CURRENT/ia64/ia64/src/sys/GENERIC -ffixed-r13 -mfixed-range=f32-f127 -mno-sdata -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c:156: error: `type' undeclared (first use in this function) /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c:156: error: (Each undeclared identifier is reported only once /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c:156: error: for each function it appears in.) /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/ia64/ia64/src/sys/modules/arcnet. *** Error code 1 Stop in /other/tinderbox/CURRENT/ia64/ia64/src/sys/modules. *** Error code 1 Stop in /other/tinderbox/CURRENT/ia64/ia64/obj/ia64/other/tinderbox/CURRENT/ia64/ia64/src/sys/GENERIC. *** Error code 1 Stop in /other/tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/ia64/ia64/src. TB --- 2004-03-21 11:40:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-21 11:40:11 - ERROR: failed to build generic kernel TB --- 2004-03-21 11:40:11 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 04:12:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC9F16A4CF for ; Sun, 21 Mar 2004 04:12:49 -0800 (PST) Received: from mail.crypta.net (mail.crypta.net [194.97.74.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E14743D2D for ; Sun, 21 Mar 2004 04:12:49 -0800 (PST) (envelope-from ah@crypta.net) Received: by mail.crypta.net (Postfix, from userid 1001) id 2E7EBECD423; Sun, 21 Mar 2004 13:12:47 +0100 (CET) Date: Sun, 21 Mar 2004 13:12:46 +0100 From: Andy Hilker To: Daniel Eischen Message-ID: <20040321121246.GB93532@mail.crypta.net> References: <20040321005423.GA48575@mail.crypta.net> 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-PGP-Key: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0xEC6E1071 X-PGP-Fingerprint: 9B2E 5892 AD93 D5C5 FB8E 3912 35D6 951B EC6E 1071 Organization: cryptobank - Andy Hilker cc: current@freebsd.org Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 12:12:49 -0000 Hi, > > It seems that i have a similar issue like > > > > http://lists.freebsd.org/pipermail/freebsd-threads/2004-February/001660.html > > > > But maybe it is not fixed or exists again. > > Bumping up thread sysctls or using libmap.conf are not better. mySQL > > becomes very unresponsive. > > Mysql uses scope system threads which are limited to > kern.threads.max_groups_per_proc. System scope threads > seem to have unfair scheduling also. Thats exactly, what i see. Installed port without options needs sometimes minutes to answer normal easy queries. mysqld processes is not killable (only by -9). With this libmap.conf it seems better. But no good comparison to formerly linuxthreads performance... [mysqld] libpthread.so.1 libc_r.so.5 libpthread.so libc_r.so [/usr/local/libexec/mysqld] libpthread.so.1 libc_r.so.5 libpthread.so libc_r.so I will test a few patches i received and see if it helps. Andy From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 04:14:07 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83BA016A4CF; Sun, 21 Mar 2004 04:14:07 -0800 (PST) Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id D003343D1D; Sun, 21 Mar 2004 04:14:06 -0800 (PST) (envelope-from ben@spooty.net) Received: from m184-mp1.cvx3-b.pop.dial.ntli.net ([80.1.84.184]) by mta03-svc.ntlworld.comESMTP <20040321121330.HXPD5865.mta03-svc.ntlworld.com@m184-mp1.cvx3-b.pop.dial.ntli.net>; Sun, 21 Mar 2004 12:13:30 +0000 From: Ben Paley To: randy@psg.com Date: Sun, 21 Mar 2004 12:03:18 +0000 User-Agent: KMail/1.5.4 References: <20040320200047.EF9B816A4CE@hub.freebsd.org> In-Reply-To: <20040320200047.EF9B816A4CE@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403211203.18671.ben@spooty.net> cc: DougB@FreeBSD.org cc: freebsd-current@freebsd.org Subject: Re: ok, I give in - proxy user X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 12:14:07 -0000 On From: Randy Bush > Subject: Re: ok, I give in - proxy user > To: Doug Barton > Cc: freebsd-current@freebsd.org > Message-ID: <20040320152658.E09EA43D45@mx1.FreeBSD.org> > Content-Type: text/plain; charset=us-ascii > > > For future reference, running 'mergemaster -p' instead of manually > > adding the user(s)/group(s) will walk you through all the right steps. > > it is slightly less likely to help you screw up your password and > group files if you run mergemonster -cp Lots to think about and read up on - thanks everyone for all yor help. Cheers, Ben From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 04:37:06 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39F3D16A4CF for ; Sun, 21 Mar 2004 04:37:06 -0800 (PST) Received: from mail1.icnspot.net (icnspot.net [62.68.63.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A78AC43D2D for ; Sun, 21 Mar 2004 04:37:04 -0800 (PST) (envelope-from putinas.piliponis@icnspot.net) Received: from freebsd.icnspot.net (localhost [127.0.0.1]) by kavanti.icnspot.net (Postfix) with SMTP id F2F04152E8; Sun, 21 Mar 2004 14:37:01 +0200 (EET) Received: from pilkishome (pilkishome.spo-tripoli.local [192.168.100.30]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail1.icnspot.net (Postfix) with ESMTP id 734EE152E9; Sun, 21 Mar 2004 14:37:01 +0200 (EET) Message-ID: <001c01c40f41$34faf790$1e64a8c0@spotripoli.local> From: "Putinas Piliponis" To: =?iso-8859-1?Q?S=F8ren_Schmidt?= References: <405B9DCD.9040907@6by9.org> <0a0c01c40e90$2d86e070$32cba1cd@science1> <000401c40f33$86ce9210$1e64a8c0@spotripoli.local> <405D7D7F.3090209@DeepCore.dk> Date: Sun, 21 Mar 2004 14:37:00 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2082 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2082 cc: current@freebsd.org Subject: Re: system lockup - ata spurious interrupts - somehow updated X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 12:37:06 -0000 I hope what sooner or later, you will have such hw. I wish I could provide it, but I am not that rich. One more question, with today kernel, vmstat -i doesn't list my second sata controller as using irq at all. I see what ata0 and ata1 are reporting using irq, but ata2 and ata3 is using only port. Does it mean, what my hardware generates interrupt even if it's not asked for ? interrupt total rate irq1: atkbd0 412 3 irq6: fdc0 5 0 irq8: rtc 13331 125 irq13: npx0 1 0 irq15: ata1 35 0 irq16: uhci0 uhci3 2 0 irq18: uhci2+ 3353 31 irq20: pcm0 1 0 irq23: fxp0 34 0 irq0: clk 10415 98 Total 27589 260 and the dmesg part with ata: atapci0: port 0xfc00-0xfc0f,0-0x3,0-0x7,0-0x3,0-0x7 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] atapci1: port 0xef90-0xef9f,0xefa8-0xefab,0xefa0-0xefa7,0xefac-0xefaf,0xefe0-0xefe7 irq 18 at device 31.2 on pci0 atapci1: [MPSAFE] ata2: at 0xefe0 on atapci1 ata2: [MPSAFE] ata3: at 0xefa0 on atapci1 ata3: [MPSAFE] acd0: CDRW at ata1-master PIO4 ad4: 245416MB [498625/16/63] at ata2-master UDMA100 ad6: 245416MB [498625/16/63] at ata3-master UDMA100 ----- Original Message ----- From: "Søren Schmidt" To: "Putinas Piliponis" Cc: Sent: Sunday, March 21, 2004 1:33 PM Subject: Re: system lockup - ata spurious interrupts - somehow updated > Putinas Piliponis wrote: >> As for me, it looks what ata code is not correctly handling more then one >> ata controller. If I set in bios compatible mode, and I have only P-ATA+ >> S-ATA, everything works fine, I can boot in verbose mode, no spurious >> interrupts at all. If I set in bios as bios default Enchanced mode for >> S-ATA >> then I still can boot in verbose mode, I see plenty of spurious >> interrupts >> on ata2 and ata3 controllers, but system is still continues booting. If I >> set >> enchanced >> mode for S-ATA + P-ATA I cannot boot either in verbose mode or either in >> normal mode. System gets stuck forever ( or at least for long time ) >> after I >> see: >> "Mounting root from ufs:ad8s3a". >> and if I boot then in verbose mode, I see nonstopable spurious interrupts >> on >> ata2, ata3, ata4 and ata5. >> >> This is also could explain, why 5.2.1 is still stable with 4 ide drives, >> and continuesly freezing or panicing with 6 ( or more I guess ) ide >> drives. >> and as well why for some people configuration is working, either they use >> 4 drives not on all different channels, but some of them maybe on same >> channel ( again my guess ). > > ATA works just fine with any number of controllers (however your HW may > not), my main test box has 16 channels in it and that still works :) > > Now, the above is more likely an interrupt setup/routing problem of sorts, > if you get spurious interrupts *something* is yanking the interrupt line, > but ATA knows that it hasn't requested anything and spits out the > "spurious" warning. > > That said, the ICH5 support is written "blindfolded" as I do not have any > such HW here in the lab. So if there is a problem with ATA on those, > someone with the HW and enough kernel clue should look into it (or someone > could land the needed HW in my lab, which could also bring support for the > SW RAID on intel's)... > > -- > -Søren > > > From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 04:52:15 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A6F16A4CE; Sun, 21 Mar 2004 04:52:15 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 977C043D1D; Sun, 21 Mar 2004 04:52:15 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0FA9A7303A; Sun, 21 Mar 2004 07:52:14 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040321125214.0FA9A7303A@freebsd-current.sentex.ca> Date: Sun, 21 Mar 2004 07:52:14 -0500 (EST) Subject: [current tinderbox] failure on alpha/alpha X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 12:52:16 -0000 TB --- 2004-03-21 09:00:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-21 09:00:01 - starting CURRENT tinderbox run for alpha/alpha TB --- 2004-03-21 09:00:01 - checking out the source tree TB --- 2004-03-21 09:00:01 - cd /home/tinderbox/sandbox/CURRENT/alpha/alpha TB --- 2004-03-21 09:00:01 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-21 09:04:27 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-21 09:04:27 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-21 09:04:27 - cd /home/tinderbox/sandbox/CURRENT/alpha/alpha/src TB --- 2004-03-21 09:04:27 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-21 12:06:35 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 12:06:35 - cd /home/tinderbox/sandbox/CURRENT/alpha/alpha/src TB --- 2004-03-21 12:06:35 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Mar 21 12:06:36 GMT 2004 >>> 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 GENERIC completed on Sun Mar 21 12:34:27 GMT 2004 TB --- 2004-03-21 12:34:28 - generating LINT kernel config TB --- 2004-03-21 12:34:28 - cd /home/tinderbox/sandbox/CURRENT/alpha/alpha/src/sys/alpha/conf TB --- 2004-03-21 12:34:28 - /usr/bin/make -B LINT TB --- 2004-03-21 12:34:28 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 12:34:28 - cd /home/tinderbox/sandbox/CURRENT/alpha/alpha/src TB --- 2004-03-21 12:34:28 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Mar 21 12:34:28 GMT 2004 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/alpha/alpha/src/sys -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/pf -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if.c cc -c -O2 -pipe -fno-strict-aliasing -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/alpha/alpha/src/sys -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/pf -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c:156: error: `type' undeclared (first use in this function) /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c:156: error: (Each undeclared identifier is reported only once /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c:156: error: for each function it appears in.) /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/alpha/alpha/obj/alpha/other/tinderbox/CURRENT/alpha/alpha/src/sys/LINT. *** Error code 1 Stop in /other/tinderbox/CURRENT/alpha/alpha/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/alpha/alpha/src. TB --- 2004-03-21 12:52:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-21 12:52:14 - ERROR: failed to build lint kernel TB --- 2004-03-21 12:52:14 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 04:53:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F1B116A4CE for ; Sun, 21 Mar 2004 04:53:12 -0800 (PST) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E78F43D39 for ; Sun, 21 Mar 2004 04:53:11 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from FreeBSD.org (thunder.alexdupre.com [192.168.0.101]) i2LCr7g0037258; Sun, 21 Mar 2004 13:53:07 +0100 (CET) (envelope-from ale@FreeBSD.org) Message-ID: <405D9033.3070907@FreeBSD.org> Date: Sun, 21 Mar 2004 13:53:07 +0100 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andy Hilker References: <20040321005423.GA48575@mail.crypta.net> <20040321121246.GB93532@mail.crypta.net> In-Reply-To: <20040321121246.GB93532@mail.crypta.net> X-Enigmail-Version: 0.83.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@FreeBSD.org Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 12:53:12 -0000 Andy Hilker wrote: > Thats exactly, what i see. Installed port without options needs > sometimes minutes to answer normal easy queries. mysqld processes > is not killable (only by -9). That's not normal, and it's not due to system scope threads. They are slower and bad scheduled, but mysql can answer thousands queries per second even so. -- Alex Dupre From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 05:02:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1D9416A4CE; Sun, 21 Mar 2004 05:02:39 -0800 (PST) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C62A43D46; Sun, 21 Mar 2004 05:02:39 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd11.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1B52ag-0000BF-04; Sun, 21 Mar 2004 14:02:10 +0100 Received: from Andro-Beta.Leidinger.net (S9W5G6ZYZecHF-pGueBq9FwwXh1ClW8XxuuaasiiqW1L5RCndjom6f@[217.83.27.8]) by fmrl11.sul.t-online.com with esmtp id 1B52aa-01aRVY0; Sun, 21 Mar 2004 14:02:04 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i2LD22LX081935; Sun, 21 Mar 2004 14:02:02 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (netchild@localhost [127.0.0.1]) i2LD229c042596; Sun, 21 Mar 2004 14:02:02 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Sun, 21 Mar 2004 14:02:02 +0100 From: Alexander Leidinger To: =?ISO-8859-1?Q?S=F8ren?= Schmidt Message-Id: <20040321140202.5e93401c@Magellan.Leidinger.net> In-Reply-To: <405D7D7F.3090209@DeepCore.dk> References: <405B9DCD.9040907@6by9.org> <0a0c01c40e90$2d86e070$32cba1cd@science1> <000401c40f33$86ce9210$1e64a8c0@spotripoli.local> <405D7D7F.3090209@DeepCore.dk> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Seen: false X-ID: S9W5G6ZYZecHF-pGueBq9FwwXh1ClW8XxuuaasiiqW1L5RCndjom6f@t-dialin.net cc: current@freebsd.org cc: Putinas Piliponis Subject: Re: system lockup - ata spurious interrupts - somehow updated X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 13:02:39 -0000 On Sun, 21 Mar 2004 12:33:19 +0100 S=F8ren Schmidt wrote: > Now, the above is more likely an interrupt setup/routing problem of=20 > sorts, if you get spurious interrupts *something* is yanking the=20 > interrupt line, but ATA knows that it hasn't requested anything and=20 > spits out the "spurious" warning. Does this also explain why I get a freezed system at boot time after alot of those warnings when I enable HT (-current as of yesterday)? > That said, the ICH5 support is written "blindfolded" as I do not have=20 > any such HW here in the lab. So if there is a problem with ATA on those,= =20 > someone with the HW and enough kernel clue should look into it (or=20 > someone could land the needed HW in my lab, which could also bring=20 > support for the SW RAID on intel's)... I have the hardware and I'm willing to fix this problem. What kernel clue are we talking about? Bye, Alexander. --=20 I will be available to get hired in April 2004. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint =3D C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-current@FreeBSD.ORG Sat Mar 20 06:11:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BCF416A4CE for ; Sat, 20 Mar 2004 06:11:46 -0800 (PST) Received: from rms04.rommon.net (rms04.rommon.net [212.54.2.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E3D43D1F for ; Sat, 20 Mar 2004 06:11:45 -0800 (PST) (envelope-from pete@he.iki.fi) Received: from he.iki.fi (h81.vuokselantie10.fi [193.64.42.129]) by rms04.rommon.net (8.12.9p1/8.12.9) with ESMTP id i2KEBecM020782; Sat, 20 Mar 2004 16:11:40 +0200 (EET) (envelope-from pete@he.iki.fi) Message-ID: <405C5119.5000505@he.iki.fi> Date: Sat, 20 Mar 2004 16:11:37 +0200 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org, acpi-jp@jp.freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 21 Mar 2004 05:08:36 -0800 Subject: CSA gigabit ethernet X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 14:11:46 -0000 I have been trying to convince Supermicro support that the CSAB entry would need _PRT Method to work properly and have not really got a "go away" message but not "we´ll fix it" either. Obviously this causes problems with the CSA gigabit if device apic is enabled and the APIC is enabled in the bios also. (watchdog timeouts, I also saw a PR open on the symptom) Comments? I put the whole dump to http://helenius.fi/p4sctii.asl The board in question is P4SCT+II. I suspect the problem exists in all Supermicro boards with CSA. Running on 5.2.1-RELEASE or 5.2-CURRENT behave similarly. Disabling APIC in the BIOS makes the system usable. Pete Device (CSAB) { Name (_ADR, 0x00030000) Device (CSAD) { Name (_ADR, 0x00010000) Method (_PRW, 0, NotSerialized) { Return (Package (0x02) { 0x0B, 0x05 }) } } } From owner-freebsd-current@FreeBSD.ORG Sat Mar 20 13:42:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE4416A4CE; Sat, 20 Mar 2004 13:42:54 -0800 (PST) Received: from cloudburst.umist.ac.uk (cloudburst.umist.ac.uk [130.88.119.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48BA243D2D; Sat, 20 Mar 2004 13:42:54 -0800 (PST) (envelope-from lewiz@fajita.org) Received: from lh014.halls.umist.ac.uk ([130.88.163.14] helo=mail.fajita.org) by cloudburst.umist.ac.uk with esmtp (Exim 4.24) id 1B4oF2-00086n-SM; Sat, 20 Mar 2004 21:42:52 +0000 Received: from majic.fajita.org ([192.168.0.4]) by mail.fajita.org with esmtp (Exim 4.30; FreeBSD) id 1B4oEf-000MuQ-8v; Sat, 20 Mar 2004 21:42:29 +0000 Received: (from lewiz@localhost) by majic.fajita.org (8.12.10/8.12.10/Submit) id i2KLgRAf088065; Sat, 20 Mar 2004 21:42:27 GMT (envelope-from lewiz) Date: Sat, 20 Mar 2004 21:42:26 +0000 From: Lewis Thompson To: "David O'Brien" Message-ID: <20040320214226.GB87971@lewiz.org> References: <279795046.20071@biti.edu.cn> <1079792827.43249.12.camel@kaiser.sig11.org> <20040320203040.GA92091@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s/l3CgOIzMHHjg/5" Content-Disposition: inline In-Reply-To: <20040320203040.GA92091@dragon.nuxi.com> X-GPG-Fingerprint: 90A4 939E 3847 A3E4 8103 2A48 22DA B428 542F ED3F X-GPG-Info: http://www.lewiz.org/~lewiz/pgpkey / horowitz.surfnet.nl User-Agent: Mutt/1.5.6i X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-MailScanner-From: lewiz@fajita.org X-Mailman-Approved-At: Sun, 21 Mar 2004 05:08:36 -0800 cc: Dag-Erling Sm?rgrav cc: rionda@gufi.org cc: freebsd-current@freebsd.org Subject: Re: something wrong when "make buildworld" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 21:42:54 -0000 --s/l3CgOIzMHHjg/5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 20, 2004 at 12:30:40PM -0800, David O'Brien wrote: > On Sat, Mar 20, 2004 at 04:48:35PM +0100, Dag-Erling Sm?rgrav wrote: > > No, only -O is officially supported. -O2 is still known to generate > > broken code. >=20 > It is?? You mean we have buggy code that messes up -O2. I think the point was sort of: YMMV with -O2. -lewiz. --=20 I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |- --s/l3CgOIzMHHjg/5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAXLrCItq0KFQv7T8RAg+3AKDaoiTUt7yu27cHGQat23Bb8mmpiwCgxi4A lunlFFsyEPtLlq0YM70tIRw= =2ZXm -----END PGP SIGNATURE----- --s/l3CgOIzMHHjg/5-- From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 05:52:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C4E316A4CE for ; Sun, 21 Mar 2004 05:52:54 -0800 (PST) Received: from mail.crypta.net (mail.crypta.net [194.97.74.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F4243D3F for ; Sun, 21 Mar 2004 05:52:53 -0800 (PST) (envelope-from ah@crypta.net) Received: by mail.crypta.net (Postfix, from userid 1001) id D2747ECD40B; Sun, 21 Mar 2004 14:52:51 +0100 (CET) Date: Sun, 21 Mar 2004 14:52:51 +0100 From: Andy Hilker To: current@FreeBSD.org Message-ID: <20040321135250.GA52698@mail.crypta.net> References: <20040321005423.GA48575@mail.crypta.net> <20040321121246.GB93532@mail.crypta.net> <405D9033.3070907@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <405D9033.3070907@FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0xEC6E1071 X-PGP-Fingerprint: 9B2E 5892 AD93 D5C5 FB8E 3912 35D6 951B EC6E 1071 Organization: cryptobank - Andy Hilker Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 13:52:54 -0000 You (Alex Dupre) wrote: > Andy Hilker wrote: > > >Thats exactly, what i see. Installed port without options needs > >sometimes minutes to answer normal easy queries. mysqld processes > >is not killable (only by -9). > > That's not normal, and it's not due to system scope threads. They are > slower and bad scheduled, but mysql can answer thousands queries per > second even so. But with libc_r statically or dynamically linked it works normal. Shutdown, too. I have rebuild all ports, world, kernel... but libpthreads are not usable with mysql for me. :-\ Now i tried a linuxthreads patch and it links correctly. I will use linuxthreads again and try libpthreads another time again. Thanks for all the answers, help, patches... :) Andy From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 06:20:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DFB316A4CE for ; Sun, 21 Mar 2004 06:20:36 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id F16B743D31 for ; Sun, 21 Mar 2004 06:20:35 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i2LEKVW7005352; Sun, 21 Mar 2004 09:20:31 -0500 (EST) Date: Sun, 21 Mar 2004 09:20:31 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Andy Hilker In-Reply-To: <20040321121246.GB93532@mail.crypta.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 14:20:36 -0000 On Sun, 21 Mar 2004, Andy Hilker wrote: > Hi, > > > > It seems that i have a similar issue like > > > > > > http://lists.freebsd.org/pipermail/freebsd-threads/2004-February/001660.html > > > > > > But maybe it is not fixed or exists again. > > > Bumping up thread sysctls or using libmap.conf are not better. mySQL > > > becomes very unresponsive. > > > > Mysql uses scope system threads which are limited to > > kern.threads.max_groups_per_proc. System scope threads > > seem to have unfair scheduling also. > > Thats exactly, what i see. Installed port without options needs > sometimes minutes to answer normal easy queries. mysqld processes > is not killable (only by -9). Make sure you are using -current, not 5.2.1-release... -- Dan Eischen From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 07:13:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD11116A4CF; Sun, 21 Mar 2004 07:13:01 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A5C143D39; Sun, 21 Mar 2004 07:13:01 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 1708C7303A; Sun, 21 Mar 2004 10:13:01 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040321151301.1708C7303A@freebsd-current.sentex.ca> Date: Sun, 21 Mar 2004 10:13:01 -0500 (EST) Subject: [current tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 15:13:02 -0000 TB --- 2004-03-21 12:52:15 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-21 12:52:15 - starting CURRENT tinderbox run for amd64/amd64 TB --- 2004-03-21 12:52:15 - checking out the source tree TB --- 2004-03-21 12:52:15 - cd /home/tinderbox/sandbox/CURRENT/amd64/amd64 TB --- 2004-03-21 12:52:15 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-21 12:59:09 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-21 12:59:09 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-21 12:59:09 - cd /home/tinderbox/sandbox/CURRENT/amd64/amd64/src TB --- 2004-03-21 12:59:09 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-21 14:54:54 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 14:54:54 - cd /home/tinderbox/sandbox/CURRENT/amd64/amd64/src TB --- 2004-03-21 14:54:54 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Mar 21 14:54:54 GMT 2004 >>> 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 GENERIC completed on Sun Mar 21 15:04:06 GMT 2004 TB --- 2004-03-21 15:04:06 - generating LINT kernel config TB --- 2004-03-21 15:04:06 - cd /home/tinderbox/sandbox/CURRENT/amd64/amd64/src/sys/amd64/conf TB --- 2004-03-21 15:04:06 - /usr/bin/make -B LINT TB --- 2004-03-21 15:04:06 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 15:04:06 - cd /home/tinderbox/sandbox/CURRENT/amd64/amd64/src TB --- 2004-03-21 15:04:06 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Mar 21 15:04:07 GMT 2004 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/amd64/amd64/src/sys -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/amd64/amd64/src/sys -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c:156: error: `type' undeclared (first use in this function) /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c:156: error: (Each undeclared identifier is reported only once /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c:156: error: for each function it appears in.) /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/obj/amd64/other/tinderbox/CURRENT/amd64/amd64/src/sys/LINT. *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src. TB --- 2004-03-21 15:13:00 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-21 15:13:00 - ERROR: failed to build lint kernel TB --- 2004-03-21 15:13:00 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 07:29:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D77EA16A4CE for ; Sun, 21 Mar 2004 07:29:00 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A66E43D46 for ; Sun, 21 Mar 2004 07:29:00 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i2LFShjf069690; Sun, 21 Mar 2004 16:28:58 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <405DB4AB.1010306@DeepCore.dk> Date: Sun, 21 Mar 2004 16:28:43 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <405B9DCD.9040907@6by9.org> <0a0c01c40e90$2d86e070$32cba1cd@science1> <000401c40f33$86ce9210$1e64a8c0@spotripoli.local> <405D7D7F.3090209@DeepCore.dk> <20040321140202.5e93401c@Magellan.Leidinger.net> In-Reply-To: <20040321140202.5e93401c@Magellan.Leidinger.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: current@freebsd.org cc: Putinas Piliponis Subject: Re: system lockup - ata spurious interrupts - somehow updated X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 15:29:01 -0000 Alexander Leidinger wrote: >>That said, the ICH5 support is written "blindfolded" as I do not have >>any such HW here in the lab. So if there is a problem with ATA on those, >>someone with the HW and enough kernel clue should look into it (or >>someone could land the needed HW in my lab, which could also bring >>support for the SW RAID on intel's)... > > I have the hardware and I'm willing to fix this problem. What kernel > clue are we talking about? Enough to know your way around the kernel, instrument code to see what is going on and do new code bits to fix potential problems etc etc, that kind of thing. In some cases having test HW around to see if there are physical interrupts delivered, if devices are really selected on the HW level etc, can be very handy as well.. Most importantly is to have lots of time and persistence though... -- -Søren From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 07:32:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 273BE16A4CE for ; Sun, 21 Mar 2004 07:32:10 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE7143D31 for ; Sun, 21 Mar 2004 07:32:09 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i2LFVr3i069728; Sun, 21 Mar 2004 16:32:08 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <405DB569.7040009@DeepCore.dk> Date: Sun, 21 Mar 2004 16:31:53 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Putinas Piliponis References: <405B9DCD.9040907@6by9.org> <0a0c01c40e90$2d86e070$32cba1cd@science1> <000401c40f33$86ce9210$1e64a8c0@spotripoli.local> <405D7D7F.3090209@DeepCore.dk> <001c01c40f41$34faf790$1e64a8c0@spotripoli.local> In-Reply-To: <001c01c40f41$34faf790$1e64a8c0@spotripoli.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: current@freebsd.org Subject: Re: system lockup - ata spurious interrupts - somehow updated X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 15:32:10 -0000 Putinas Piliponis wrote: > I hope what sooner or later, you will have such hw. I wish I could provide > it, but I am not that rich. Nor am I or it would be here already :/ > One more question, with today kernel, vmstat -i doesn't list my second > sata controller as using irq at all. > I see what ata0 and ata1 are reporting using irq, but ata2 and ata3 is > using only > port. Does it mean, what my hardware generates interrupt even if it's > not asked > for ? No, its because interrupts are only listed on the two master devices (ie those on irq 14 & 15) for hysterical reasons. On PCI attached devices the irq from the atapciN device is used for both channels. -- -Søren From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 08:27:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AB7116A4CE; Sun, 21 Mar 2004 08:27:26 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3266143D1D; Sun, 21 Mar 2004 08:27:26 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A10B37303A; Sun, 21 Mar 2004 11:27:25 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040321162725.A10B37303A@freebsd-current.sentex.ca> Date: Sun, 21 Mar 2004 11:27:25 -0500 (EST) Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 16:27:26 -0000 TB --- 2004-03-21 13:54:18 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-21 13:54:18 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2004-03-21 13:54:18 - checking out the source tree TB --- 2004-03-21 13:54:18 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64 TB --- 2004-03-21 13:54:18 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-21 14:01:01 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-21 14:01:01 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-21 14:01:01 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-03-21 14:01:01 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-21 16:01:42 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 16:01:42 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-03-21 16:01:42 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Mar 21 16:01:42 GMT 2004 >>> 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 GENERIC completed on Sun Mar 21 16:18:31 GMT 2004 TB --- 2004-03-21 16:18:31 - generating LINT kernel config TB --- 2004-03-21 16:18:31 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src/sys/sparc64/conf TB --- 2004-03-21 16:18:31 - /usr/bin/make -B LINT TB --- 2004-03-21 16:18:31 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 16:18:31 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-03-21 16:18:31 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Mar 21 16:18:31 GMT 2004 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c:156: error: `type' undeclared (first use in this function) /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c:156: error: (Each undeclared identifier is reported only once /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c:156: error: for each function it appears in.) /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/LINT. *** Error code 1 Stop in /other/tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2004-03-21 16:27:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-21 16:27:25 - ERROR: failed to build lint kernel TB --- 2004-03-21 16:27:25 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 08:48:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BCFA16A4D0 for ; Sun, 21 Mar 2004 08:48:42 -0800 (PST) Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FCA43D39 for ; Sun, 21 Mar 2004 08:48:41 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd01.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1B567l-0006v3-06; Sun, 21 Mar 2004 17:48:33 +0100 Received: from Andro-Beta.Leidinger.net (Tl8Cp8ZZweQwFxOMYdC769VmIK9hs+mv0zaocbrVUlhtOqJpfvKrY8@[217.83.27.8]) by fmrl01.sul.t-online.com with esmtp id 1B567Z-1BF3ei0; Sun, 21 Mar 2004 17:48:21 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i2LGmKT0013832; Sun, 21 Mar 2004 17:48:20 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (netchild@localhost [127.0.0.1]) i2LGmJK0051797; Sun, 21 Mar 2004 17:48:19 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Sun, 21 Mar 2004 17:48:18 +0100 From: Alexander Leidinger To: =?ISO-8859-1?Q?S=F8ren?= Schmidt Message-Id: <20040321174818.2de0a4ea@Magellan.Leidinger.net> In-Reply-To: <405DB4AB.1010306@DeepCore.dk> References: <405B9DCD.9040907@6by9.org> <0a0c01c40e90$2d86e070$32cba1cd@science1> <000401c40f33$86ce9210$1e64a8c0@spotripoli.local> <405D7D7F.3090209@DeepCore.dk> <20040321140202.5e93401c@Magellan.Leidinger.net> <405DB4AB.1010306@DeepCore.dk> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Seen: false X-ID: Tl8Cp8ZZweQwFxOMYdC769VmIK9hs+mv0zaocbrVUlhtOqJpfvKrY8@t-dialin.net cc: current@freebsd.org cc: Putinas Piliponis Subject: Re: system lockup - ata spurious interrupts - somehow updated X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 16:48:42 -0000 On Sun, 21 Mar 2004 16:28:43 +0100 S=F8ren Schmidt wrote: > > I have the hardware and I'm willing to fix this problem. What kernel > > clue are we talking about? >=20 > Enough to know your way around the kernel, instrument code to see what=20 > is going on and do new code bits to fix potential problems etc etc, that= =20 > kind of thing. In some cases having test HW around to see if there are=20 > physical interrupts delivered, if devices are really selected on the HW=20 > level etc, can be very handy as well.. So it's not about look at X for Y and at Z for K? I don't have measurement hardware, but I could instrument code and lookout for specific things if somebody tells me where and what I have to look for... Bye, Alexander. --=20 I will be available to get hired in April 2004. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint =3D C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 08:52:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E49216A4CE for ; Sun, 21 Mar 2004 08:52:17 -0800 (PST) Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 499B543D2D for ; Sun, 21 Mar 2004 08:52:17 -0800 (PST) (envelope-from timh@contentspace.demon.co.uk) Received: from contentspace.demon.co.uk ([80.177.161.24] helo=[192.168.0.162]) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 1B56BM-000Lyy-0Y for freebsd-current@freebsd.org; Sun, 21 Mar 2004 16:52:16 +0000 From: Tim Hawkins Organization: Yahoo Inc To: freebsd-current@freebsd.org Date: Sun, 21 Mar 2004 16:52:06 +0000 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403211652.06933.timh@contentspace.demon.co.uk> Subject: Problems with make installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 16:52:17 -0000 Im trying to upgrade to -current I have built the world and kernel, installed the kernel but I cant install the world I keep getting an errormessage from make installworld which says that I dont have a "proxy" user defined. Can anybody give me step by step instructions on how to get around this? -- Regards Tim Hawkins From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 09:05:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1446716A4CE for ; Sun, 21 Mar 2004 09:05:17 -0800 (PST) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50B0743D53 for ; Sun, 21 Mar 2004 09:05:16 -0800 (PST) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 536391FFDC1; Sun, 21 Mar 2004 18:05:14 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 481CB1FFDBC; Sun, 21 Mar 2004 18:05:12 +0100 (CET) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id CF06C154D0; Sun, 21 Mar 2004 17:05:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id C47A615389; Sun, 21 Mar 2004 17:05:03 +0000 (UTC) Date: Sun, 21 Mar 2004 17:05:03 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Tim Hawkins In-Reply-To: <200403211652.06933.timh@contentspace.demon.co.uk> Message-ID: References: <200403211652.06933.timh@contentspace.demon.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: freebsd-current@freebsd.org Subject: Re: Problems with make installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 17:05:17 -0000 On Sun, 21 Mar 2004, Tim Hawkins wrote: > Im trying to upgrade to -current > > I have built the world and kernel, installed the kernel but > I cant install the world > > I keep getting an errormessage from make installworld which > says that I dont have a "proxy" user defined. > > Can anybody give me step by step instructions on how to get around > this? read UPDATING 20040308 -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT 56 69 73 69 74 http://www.zabbadoz.net/ From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 09:12:55 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E785816A4CE for ; Sun, 21 Mar 2004 09:12:55 -0800 (PST) Received: from smtp002.mail.ukl.yahoo.com (smtp002.mail.ukl.yahoo.com [217.12.11.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 9C55743D1D for ; Sun, 21 Mar 2004 09:12:54 -0800 (PST) (envelope-from rionda@gufi.org) Received: from unknown (HELO ?80.180.80.94?) (matteo?riondato@80.180.80.94 with plain) by smtp002.mail.ukl.yahoo.com with SMTP; 21 Mar 2004 17:12:53 -0000 From: Matteo Riondato To: freebsd-current@freebsd.org In-Reply-To: <200403211652.06933.timh@contentspace.demon.co.uk> References: <200403211652.06933.timh@contentspace.demon.co.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-zafIiCOltaADPhJGnNTv" Message-Id: <1079889166.74979.3.camel@kaiser.sig11.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 21 Mar 2004 18:12:46 +0100 Subject: Re: Problems with make installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rionda@gufi.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 17:12:56 -0000 --=-zafIiCOltaADPhJGnNTv Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Il Dom, 2004-03-21 alle 17:52, Tim Hawkins ha scritto: > Im trying to upgrade to -current >=20 > I have built the world and kernel, installed the kernel but=20 > I cant install the world=20 >=20 > I keep getting an errormessage from make installworld which=20 > says that I dont have a "proxy" user defined.=20 >=20 > Can anybody give me step by step instructions on how to get around=20 > this?=20 1) Read /usr/src/UPDATING at 20040308: Best Regards --=20 Rionda aka Matteo Riondato G.U.F.I Staff Member (http://www.gufi.org) BSD-FAQ-it Main Developer (http://www.gufi.org/~rionda) FreeSBIE (Doc) Developer (http://www.freesbie.org) GPG key at: http://www.riondabsd.net/riondagpg.asc Sent from: kaiser.sig11.org running FreeBSD-5.2-CURRENT --=-zafIiCOltaADPhJGnNTv Content-Type: application/pgp-signature; name=signature.asc Content-Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAXc0O2Mp4pR7Fa+wRAh0OAJ4pFCZjPBtKfPl00oVIKQrZTR0b5QCfYpS/ yRJWbaF1q6rbh3R2sBZOMmg= =gP0q -----END PGP SIGNATURE----- --=-zafIiCOltaADPhJGnNTv-- From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 09:23:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16BC616A4CE; Sun, 21 Mar 2004 09:23:26 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5D9A43D2D; Sun, 21 Mar 2004 09:23:25 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 5AE957303A; Sun, 21 Mar 2004 12:23:25 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040321172325.5AE957303A@freebsd-current.sentex.ca> Date: Sun, 21 Mar 2004 12:23:25 -0500 (EST) Subject: [current tinderbox] failure on i386/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 17:23:26 -0000 TB --- 2004-03-21 15:13:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-21 15:13:01 - starting CURRENT tinderbox run for i386/i386 TB --- 2004-03-21 15:13:01 - checking out the source tree TB --- 2004-03-21 15:13:01 - cd /home/tinderbox/sandbox/CURRENT/i386/i386 TB --- 2004-03-21 15:13:01 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-21 15:18:45 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-21 15:18:45 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-21 15:18:45 - cd /home/tinderbox/sandbox/CURRENT/i386/i386/src TB --- 2004-03-21 15:18:45 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-21 17:09:59 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 17:09:59 - cd /home/tinderbox/sandbox/CURRENT/i386/i386/src TB --- 2004-03-21 17:09:59 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Mar 21 17:10:00 GMT 2004 >>> 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 [...] ===> arcnet cc -O2 -pipe -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /other/tinderbox/CURRENT/i386/i386/obj/other/tinderbox/CURRENT/i386/i386/src/sys/GENERIC/opt_global.h -I. -I@ -I@/../include -finline-limit=8000 -fno-common -g -I/other/tinderbox/CURRENT/i386/i386/obj/other/tinderbox/CURRENT/i386/i386/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c:156: error: `type' undeclared (first use in this function) /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c:156: error: (Each undeclared identifier is reported only once /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c:156: error: for each function it appears in.) /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/i386/src/sys/modules/arcnet. *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/i386/src/sys/modules. *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/i386/obj/other/tinderbox/CURRENT/i386/i386/src/sys/GENERIC. *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/i386/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/i386/src. TB --- 2004-03-21 17:23:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-21 17:23:25 - ERROR: failed to build generic kernel TB --- 2004-03-21 17:23:25 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 09:27:31 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 798E916A4CE for ; Sun, 21 Mar 2004 09:27:31 -0800 (PST) Received: from robin.ip.net.ua (robin.ip.net.ua [195.49.140.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E48E43D46 for ; Sun, 21 Mar 2004 09:27:30 -0800 (PST) (envelope-from ru@robin.ip.net.ua) Received: from robin.ip.net.ua (localhost [127.0.0.1]) by robin.ip.net.ua (8.12.10/8.12.10) with ESMTP id i2LHRMpS038663; Sun, 21 Mar 2004 19:27:22 +0200 (EET) (envelope-from ru@robin.ip.net.ua) Received: (from ru@localhost) by robin.ip.net.ua (8.12.10/8.12.10/Submit) id i2LHRMWg038662; Sun, 21 Mar 2004 19:27:22 +0200 (EET) (envelope-from ru) Date: Sun, 21 Mar 2004 19:27:22 +0200 From: Ruslan Ermilov To: Tim Hawkins Message-ID: <20040321172722.GA38653@robin.ip.net.ua> References: <200403211652.06933.timh@contentspace.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403211652.06933.timh@contentspace.demon.co.uk> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: Problems with make installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 17:27:31 -0000 On Sun, Mar 21, 2004 at 04:52:06PM +0000, Tim Hawkins wrote: > Im trying to upgrade to -current > > I have built the world and kernel, installed the kernel but > I cant install the world > > I keep getting an errormessage from make installworld which > says that I dont have a "proxy" user defined. > > Can anybody give me step by step instructions on how to get around > this? > Yes, they are in src/UPDATING, in the COMMON ITEMS section. From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 09:33:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D90516A4CE for ; Sun, 21 Mar 2004 09:33:40 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76C9643D39 for ; Sun, 21 Mar 2004 09:33:39 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i2LHXWDS070804; Sun, 21 Mar 2004 18:33:37 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <405DD1EB.3050504@DeepCore.dk> Date: Sun, 21 Mar 2004 18:33:31 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <200403211652.06933.timh@contentspace.demon.co.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: freebsd-current@freebsd.org cc: Tim Hawkins Subject: Re: Problems with make installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 17:33:40 -0000 Bjoern A. Zeeb wrote: > On Sun, 21 Mar 2004, Tim Hawkins wrote: > > >>Im trying to upgrade to -current >> >>I have built the world and kernel, installed the kernel but >>I cant install the world >> >>I keep getting an errormessage from make installworld which >>says that I dont have a "proxy" user defined. >> >>Can anybody give me step by step instructions on how to get around >>this? > > read UPDATING 20040308 Better yet, add "NO_PF=yo" to /etc/make.conf, that gets around it for good ;) -- -Søren From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 10:15:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE89016A4CE for ; Sun, 21 Mar 2004 10:15:03 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 257BF43D2F for ; Sun, 21 Mar 2004 10:15:03 -0800 (PST) (envelope-from ws+freebsd-current@au.dyndns.ws) Received: from lillith-iv.ovirt.dyndns.ws (ppp34-232.lns1.adl1.internode.on.net [150.101.34.232])i2LIF0wn028313 for ; Mon, 22 Mar 2004 04:45:01 +1030 (CST) X-Envelope-From: ws+freebsd-current@au.dyndns.ws X-Envelope-To: Received: from [192.168.100.132] ([192.168.100.132])i2LIEx6i000505 for ; Mon, 22 Mar 2004 04:44:59 +1030 (CST) (envelope-from ws+freebsd-current@au.dyndns.ws) From: Wayne Sierke To: freebsd-current@freebsd.org In-Reply-To: <1079811439.673.19.camel@ovirt.dyndns.ws> References: <1079805666.673.9.camel@ovirt.dyndns.ws> <1079811439.673.19.camel@ovirt.dyndns.ws> Content-Type: text/plain Message-Id: <1079892898.671.8.camel@ovirt.dyndns.ws> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 22 Mar 2004 04:44:59 +1030 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.39 X-Scanned-By: SpamAssassin 2.63 (2004-01-11) X-Scanned-By: F-Prot X-Scanned-By: ClamAV X-Spam-Score: 0 () Subject: Re: Can't upgrade or reinstall p5-XML-Parser port after running portupgrade -f X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 18:15:04 -0000 This is 'New Stuff'. The 'Good Stuff' is below where it should be. ;-) On Sun, 2004-03-21 at 06:07, Wayne Sierke wrote: > On Sun, 2004-03-21 at 04:31, Wayne Sierke wrote: > > I've been running portupgrade -f on my ports after updating my system > > from 5.2-RELEASE to 5.2-CURRENT. Most of them are done but > > I was doing a portupgrade -f p5-XML-Parser but it ended badly: > > > > ... > > ===> Registering installation for p5-XML-Parser-2.34_1 > > ===> Cleaning for libtool-1.3.5_2 > > ===> Cleaning for perl-5.8.2_5 > > ===> Cleaning for expat-1.95.7 > > ===> Cleaning for p5-XML-Parser-2.34_1 > > ---> Cleaning out obsolete shared libraries > > Cannot allocate memory > > > > > > Hmm, so I went to try it again: > > > > # portupgrade -f p5-XML-Parser > > ** No such package 'p5-XML-Parser' is installed. > > > > > > Hmm, ok let's install it: > > > > # portinstall p5-XML-Parser > > ** The following packages were not installed or upgraded (*:skipped / !:failed) > > ! textproc/p5-XML-Parser (negative string size (or size too big)) > > > > > > Hmm, maybe we can start with the package and upgrade it from there: > > > > # pkg_add -r p5-XML-Parser > > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-current/Latest/p5-XML-Parser.tbz... Done. > > pkg_add: package 'p5-XML-Parser-2.34' or its older version already installed > > > > > > Hmm, ok, let's force the port install: > > > > # portinstall -f p5-XML-Parser > > ** The following packages were not installed or upgraded (*:skipped / !:failed) > > ! textproc/p5-XML-Parser (negative string size (or size too big)) > > > > > > Hmm, ok, let's get some help: > > > > (feel free to fill in this space!) > > > Additionally: > > # portversion -v > Stale dependency: acme-2.4.2_1 --> p5-XML-Parser-2.34_1 -- manually run > 'pkgdb -F' to fix, or specify -O to force. > > # pkgdb -F > ---> Checking the package registry database > Duplicated origin: www/mozilla - mozilla-1.6_3,2 mozilla-gtk2-1.5_1 > Unregister any of them? [no] > Stale dependency: acme-2.4.2_1 -> p5-XML-Parser-2.34_1 > (textproc/p5-XML-Parser):negative string size (or size too big) > # > > (Takes a long time and uses a massive amount of memory - this machine > with 512M RAM almost never touches swap and even then by the barest > amount, running this resulted in around 350M of swap to be used) > > # portversion -vO > /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:334:in `each_key': failed to > allocate memory (NoMemoryError) > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:334:in > `deorigin_glob' > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:183:in > `config_include?' > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:178:in `each' > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:178:in > `config_include?' > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:168:in > `config_held?' from /usr/local/sbin/portversion:310:in > `check_pkgs' > from /usr/local/sbin/portversion:300:in `each' > from /usr/local/sbin/portversion:300:in `check_pkgs' > from /usr/local/sbin/portversion:260:in `main' > from /usr/local/sbin/portversion:77:in `initialize' > from /usr/local/sbin/portversion:77:in `new' > from /usr/local/sbin/portversion:77:in `main' > from /usr/local/sbin/portversion:347 > Talking to myself again: (Why won't they be friends with me?) Recovered by deleting /var/db/pkg/pkgdb.db (need to get a few more 'pkg's and 'db's into that path/filename) and rebuilding it with 'pkgdb -F'. Following the suggestion to a similar report that I managed to Google up. From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 10:16:21 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4273E16A4CF for ; Sun, 21 Mar 2004 10:16:21 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F2443D48 for ; Sun, 21 Mar 2004 10:16:21 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) i2LIGJ82001245; Sun, 21 Mar 2004 10:16:19 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.9p2/8.12.9/Submit) id i2LIGF3Y001238; Sun, 21 Mar 2004 10:16:15 -0800 (PST) (envelope-from dillon) Date: Sun, 21 Mar 2004 10:16:15 -0800 (PST) From: Matthew Dillon Message-Id: <200403211816.i2LIGF3Y001238@apollo.backplane.com> To: Julian Elischer References: cc: FreeBSD current users cc: Tony Maher cc: matt@xtaz.net Subject: Re: usb moused no longer starts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 18:16:21 -0000 Nice catch. -Matt Matthew Dillon : :try the following reversion :(add this to 1.61) : :(apply by hand) : :Index: usb_subr.c :=================================================================== :RCS file: /home/ncvs/src/sys/dev/usb/usb_subr.c,v :retrieving revision 1.61 :diff -u -r1.61 usb_subr.c :--- usb_subr.c 19 Mar 2004 08:19:52 -0000 1.61 :+++ usb_subr.c 20 Mar 2004 05:54:40 -0000 :@@ -1124,13 +1124,13 @@ : DPRINTF(("usbd_new_device: new dev (addr %d), dev=%p, :parent=%p\n", : addr, dev, parent)); : :- usbd_add_dev_event(USB_EVENT_DEVICE_ATTACH, dev); :- : err = usbd_probe_and_attach(parent, dev, port, addr); : if (err) { : usbd_remove_device(dev, up); : return (err); : } :+ :+ usbd_add_dev_event(USB_EVENT_DEVICE_ATTACH, dev); : : return (USBD_NORMAL_COMPLETION); : } From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 10:35:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D3E416A4CE for ; Sun, 21 Mar 2004 10:35:58 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB6E643D31 for ; Sun, 21 Mar 2004 10:35:57 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id i2LIXvxC060223 for ; Sun, 21 Mar 2004 13:33:57 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i2LIXuDe060220 for ; Sun, 21 Mar 2004 13:33:56 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 21 Mar 2004 13:33:56 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: current@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Looking for someone actively using netatalk on 5-CURRENT, willing to , try patches X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 18:35:58 -0000 I'm currently working through various parts of the network subsystem in FreeBSD 5-CURRENT looking for things that require fine-grained locking in order for us to push Giant off the network stack top-to-bottom. One of the areas of the stack I'm currently paying a lot of attention to is netatalk. However, I don't have any systems using netatalk, or experience deploying it (last time I touched ethertalk was in 1996, and I used CAP). I'm looking for someone who is: (1) Using netatalk actively on FreeBSD 5-CURRENT. (2) Willing to run some a series of experimental patches on the system. (3) Willing to accept a risk of instability or data loss during testing. (4) Willing to do some basic kernel debugging (run with DDB, generate stack traces from panics, etc). In the short term, the system doesn't need to be SMP, although eventually that would be useful. Right now, I'm just looking for someone able to exercise the code a bit to make sure assertions don't fail, etc. If you fit this description, please contact me privately and I can start dropping you patches to try out. You don't need to be an expert kernel developer, but a bit of experience using a serial console to grab debugging information wouldn't hurt. Thanks! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 10:53:55 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBC0716A4CE for ; Sun, 21 Mar 2004 10:53:55 -0800 (PST) Received: from mail-in.m-online.net (mail-in.m-online.net [62.245.150.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5460243D2D for ; Sun, 21 Mar 2004 10:53:55 -0800 (PST) (envelope-from h@schmalzbauer.de) Received: from mail.m-online.net (svr14.m-online.net [192.168.3.144]) by svr8.m-online.net (Postfix) with ESMTP id E80574B038 for ; Sun, 21 Mar 2004 19:53:53 +0100 (CET) Received: from sam.flintsbach.schmalzbauer.de (ppp-82-135-6-27.mnet-online.de [82.135.6.27]) by mail.m-online.net (Postfix) with ESMTP id CE0A461054 for ; Sun, 21 Mar 2004 19:53:53 +0100 (CET) Received: from cale.flintsbach.schmalzbauer.de (cale.flintsbach.schmalzbauer.de [172.21.1.253])i2LIrqxw010450 for ; Sun, 21 Mar 2004 19:53:53 +0100 (CET) (envelope-from h@schmalzbauer.de) From: Harald Schmalzbauer To: freebsd-current@freebsd.org Date: Sun, 21 Mar 2004 19:53:52 +0100 User-Agent: KMail/1.6 X-Country: Germany X-Address: Munich, 80686 X-Phone2: +49 (0) 89 18947781 X-Phone1: +49 (0) 163 555 3237 X-Name: Harald Schmalzbauer X-Birthday: 06 Oktober 1972 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_ATeXA7bRRyZN/5V"; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200403211953.52764.h@schmalzbauer.de> Subject: Interests for nforce2 ACPI/ata traces? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 18:53:55 -0000 --Boundary-02=_ATeXA7bRRyZN/5V Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi all esp. Nate and S=F8ren, until tomorrow I have a nforce2 based machine in my hands and I wanted to k= now=20 if you are interested in some error messages. If glitches are well known I don't think I can help since I have to give it= =20 away on Thursday and I can't code. Besides that -current from today (with reverted if_arcsubr.c) the box runs= =20 fine with ACPI disabled. =2DHarry --Boundary-02=_ATeXA7bRRyZN/5V Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAXeTABylq0S4AzzwRAmAsAKCTTDO/mnv3ByfkThvSB36IWnAbzgCfYv86 MLQYaNh742VCE7aVfBJFp14= =Rr5n -----END PGP SIGNATURE----- --Boundary-02=_ATeXA7bRRyZN/5V-- From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 10:57:05 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03BC916A4CE for ; Sun, 21 Mar 2004 10:57:05 -0800 (PST) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id E80CC43D2D for ; Sun, 21 Mar 2004 10:57:04 -0800 (PST) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i2LIv4RS025963 for ; Sun, 21 Mar 2004 10:57:04 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i2LIv4Sc025962 for current@freebsd.org; Sun, 21 Mar 2004 10:57:04 -0800 (PST) (envelope-from rizzo) Date: Sun, 21 Mar 2004 10:57:04 -0800 From: Luigi Rizzo To: current@freebsd.org Message-ID: <20040321105704.C25835@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Subject: sys/dev/md/md.c wrong execution order of md_takeroot() and md_preloaded() ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 18:57:05 -0000 Hi, in trying to use a picobsd version based on current, i noticed that the preloaded mfs image is not recognised, but you can boot from it if you specify ufs:md0 at the mountroot> prompt. A few printf()s in md.c showed that md_takeroot() is run before md_preloaded(). Unless i am missing something in the kernel config files, it is not clear to me why this occurs -- the order numbers in the SYSINIT line at the end of md.c look correct, and larger than the one used in DECLARE_GEOM_CLASS, so I have no idea on whay the order is not the correct one. Anyways, one possible fix is to call md_takeroot() near the end of md_preloaded(), which is the only place where mdrootready can be set. This would also remove the need for the SYSINIT at the end of the file, and overall simplifies the code. It still leaves the question unsolved though... ideas ? cheers luigi From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 11:04:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B9516A4CE; Sun, 21 Mar 2004 11:04:37 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63DD143D39; Sun, 21 Mar 2004 11:04:37 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id BA0637303A; Sun, 21 Mar 2004 14:04:36 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040321190436.BA0637303A@freebsd-current.sentex.ca> Date: Sun, 21 Mar 2004 14:04:36 -0500 (EST) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 19:04:37 -0000 TB --- 2004-03-21 17:23:25 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-21 17:23:25 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-03-21 17:23:25 - checking out the source tree TB --- 2004-03-21 17:23:25 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98 TB --- 2004-03-21 17:23:25 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-21 17:28:47 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-21 17:28:47 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-21 17:28:47 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-03-21 17:28:47 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-21 18:53:54 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 18:53:54 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-03-21 18:53:54 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Mar 21 18:53:55 GMT 2004 >>> 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 [...] ===> arcnet cc -O2 -pipe -DPC98 -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /other/tinderbox/CURRENT/i386/pc98/obj/pc98/other/tinderbox/CURRENT/i386/pc98/src/sys/GENERIC/opt_global.h -I. -I@ -I@/../include -finline-limit=8000 -fno-common -g -I/other/tinderbox/CURRENT/i386/pc98/obj/pc98/other/tinderbox/CURRENT/i386/pc98/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /other/tinderbox/CURRENT/i386/pc98/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/i386/pc98/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/i386/pc98/src/sys/net/if_arcsubr.c:156: error: `type' undeclared (first use in this function) /other/tinderbox/CURRENT/i386/pc98/src/sys/net/if_arcsubr.c:156: error: (Each undeclared identifier is reported only once /other/tinderbox/CURRENT/i386/pc98/src/sys/net/if_arcsubr.c:156: error: for each function it appears in.) /other/tinderbox/CURRENT/i386/pc98/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/i386/pc98/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/pc98/src/sys/modules/arcnet. *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/pc98/src/sys/modules. *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/pc98/obj/pc98/other/tinderbox/CURRENT/i386/pc98/src/sys/GENERIC. *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/pc98/src. TB --- 2004-03-21 19:04:36 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-21 19:04:36 - ERROR: failed to build generic kernel TB --- 2004-03-21 19:04:36 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 11:14:06 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5682416A4D0 for ; Sun, 21 Mar 2004 11:14:06 -0800 (PST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id D734D43D2D for ; Sun, 21 Mar 2004 11:14:05 -0800 (PST) (envelope-from mlaier@vampire.homelinux.org) Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1B58Ob-0000QG-00 for freebsd-current@freebsd.org; Sun, 21 Mar 2004 20:14:05 +0100 Received: from [217.227.153.88] (helo=vampire.homelinux.org) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1B58Oa-0007NX-00 for freebsd-current@freebsd.org; Sun, 21 Mar 2004 20:14:04 +0100 Received: (qmail 43697 invoked by uid 1001); 21 Mar 2004 19:20:41 -0000 Date: Sun, 21 Mar 2004 20:20:41 +0100 From: Max Laier To: Claus Guttesen Message-ID: <20040321192041.GA43656@router.laiers.local> References: <024201c40eba$22912520$0201a8c0@idlewild.net> <20040320222504.18517.qmail@web14106.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s/l3CgOIzMHHjg/5" Content-Disposition: inline In-Reply-To: <20040320222504.18517.qmail@web14106.mail.yahoo.com> User-Agent: Mutt/1.4.1i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:e28873fbe4dbe612ce62ab869898ff08 cc: freebsd-current@freebsd.org Subject: Re: pf startup script X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 19:14:06 -0000 --s/l3CgOIzMHHjg/5 Content-Type: multipart/mixed; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 20, 2004 at 11:25:04PM +0100, Claus Guttesen wrote: > > Is there supposed to be a startup script for pf > > installed now that it's part > > of the base system, or am I missing something? >=20 > A bsd-fellow suggested I used the startup-script from > pf in the ports-col. I placed it in > /usr/local/etc/rc.d and changed the script, so it > would load the pf-mod. from /boot/kernel. >=20 > You cold copy ipfilter/ipfw and make a pf-script. I planned to commit something for a while, but real-life (i.e. exams) and missing libpcap-support -> missing pflogd stopped me until now. Attached is my wip-version of rc.d/pf and required diff to defaults/rc.conf. Comments welcome, as I am not very familiar with rcNG (it's more or less a copy of the ipfilter script). --=20 Best regards, | mlaier@freebsd.org Max Laier | ICQ #67774661 http://pf4freebsd.love2party.net/ | mlaier@EFnet --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="rc.d_pf" #!/bin/sh # # $FreeBSD$ # # PROVIDE: pf # REQUIRE: root beforenetlkm mountcritlocal netif # BEFORE: DAEMON LOGIN # KEYWORD: FreeBSD nojail . /etc/rc.subr name="pf" rcvar=`set_rcvar` load_rc_config $name stop_precmd="test -f ${pf_rules}" start_precmd="pf_prestart" start_cmd="pf_start" stop_cmd="pf_stop" reload_precmd="$stop_precmd" reload_cmd="pf_reload" resync_precmd="$stop_precmd" resync_cmd="pf_resync" status_precmd="$stop_precmd" status_cmd="pf_status" extra_commands="reload resync status" pf_prestart() { # load pf kernel module if needed if ! kldstat -v | grep -q pf\$; then if kldload pf; then info 'pf module loaded.' else err 1 'pf module failed to load.' fi fi # check for pf rules if [ ! -r "${pf_rules}" ] then warn 'pf: NO PF RULESET FOUND' return 1 fi } pf_start() { echo "Enabling pf." if ! ${pf_program:-/sbin/pfctl} -si | grep -q "Enabled" ; then ${pf_program:-/sbin/pfctl} -e fi ${pf_program:-/sbin/pfctl} -Fa 2>&1 > /dev/null if [ -r "${pf_rules}" ]; then ${pf_program:-/sbin/pfctl} \ -f "${pf_rules}" ${pf_flags} fi } pf_stop() { if ${pf_program:-/sbin/pfctl} -si | grep -q "Enabled" ; then echo "Disabling pf." ${pf_program:-/sbin/pfctl} -d fi } pf_reload() { echo "Reloading pf rules." ${pf_program:-/sbin/pfctl} -Fa 2>&1 > /dev/null if [ -r "${pf_rules}" ]; then ${pf_program:-/sbin/pfctl} \ -f "${pf_rules}" ${pf_flags} fi } pf_resync() { # Don't resync if pf is not loaded if ! kldstat -v | grep -q pf\$ ; then return fi ${pf_program:-/sbin/pfctl} -f "${pf_rules}" ${pf_flags} } pf_status() { ${pf_program:-/sbin/pfctl} -si } run_rc_command "$1" --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="defaults_rc.conf.diff" --- rc.conf~ Sat Mar 20 03:22:02 2004 +++ rc.conf Sun Mar 21 20:07:41 2004 @@ -98,6 +98,10 @@ # of state tables at shutdown and boot ipfs_program="/sbin/ipfs" # where the ipfs program lives ipfs_flags="" # additional flags for ipfs +pf_enable="NO" # Set to YES to enable packet filter (pf) +pf_rules="/etc/pf.conf" # rules definition file for pf +pf_program="/sbin/pfctl" # where the pfctl program lives +pf_flags="" # additional flags for pfctl tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions. log_in_vain="0" # >=1 to log connects to ports w/o listeners. tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO). --2fHTh5uZTiUOsy+g-- --s/l3CgOIzMHHjg/5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAXesIXyyEoT62BG0RAjFLAJwMs+YiUHCehbvAunNHth/r68wobQCdGPbV Wq+2b6gGxY7HAp+AVjUOYKA= =ptvJ -----END PGP SIGNATURE----- --s/l3CgOIzMHHjg/5-- From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 11:22:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A9316A4CF for ; Sun, 21 Mar 2004 11:22:13 -0800 (PST) Received: from span.corp.yahoo.com (web12610.mail.yahoo.com [216.136.173.201]) by mx1.FreeBSD.org (Postfix) with SMTP id C788F43D1D for ; Sun, 21 Mar 2004 11:22:12 -0800 (PST) (envelope-from bj93542@yahoo.com) Message-ID: <20040321192212.28474.qmail@span.corp.yahoo.com> Received: from [24.24.81.166] by web12610.mail.yahoo.com via HTTP; Sun, 21 Mar 2004 11:22:12 PST Date: Sun, 21 Mar 2004 11:22:12 -0800 (PST) From: Dorin H To: Alex Dupre In-Reply-To: <405CE985.9010403@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: current@freebsd.org Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 19:22:13 -0000 Hi --- Alex Dupre wrote: > Andy Hilker wrote: > > > I do not understand why "make install" does not > really work. Has > > anybody a working mysql-41 server on recent > current successfully > > compiled and run? > > Yes, of course, I personally tested it with all > threaded libs except > libthr (libkse, libc_r, libpthread and > linuxthreads). Always working, > faster or slower. > Have you tested if tcp port connection works? Mine it keeps crashing and I am unable to see why so far. I am running current with kse (ports rebuilt using libmap also), ULE scheduler, mysql default installation and no other special tweakings. This while mysql client works using /tmp/mysql.sock. Just let mw know if it works, and I'll dig some more... Thanks, /Dorin. > -- > Alex Dupre > _______________________________________________ > 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" __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 11:36:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A0016A4CE for ; Sun, 21 Mar 2004 11:36:54 -0800 (PST) Received: from error404.nls.net (error404.nls.net [216.144.36.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC43543D31 for ; Sun, 21 Mar 2004 11:36:53 -0800 (PST) (envelope-from ketrien@error404.nls.net) Received: from eiterra.error404.nls.net (eiterra.achedra.org [192.168.0.100]) by error404.nls.net (8.12.10/8.12.10) with ESMTP id i2LJaqP2011812; Sun, 21 Mar 2004 14:36:52 -0500 (EST) (envelope-from ketrien@error404.nls.net) Message-Id: <6.0.1.1.2.20040321142158.039509c8@error404.nls.net> X-Sender: ketrien@error404.nls.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Sun, 21 Mar 2004 14:38:04 -0500 To: Martin Blapp From: "Ketrien I. Saihr-Kesenchedra" In-Reply-To: <20040320142809.S45059@cvs.imp.ch> References: <20040320031651.I45059@cvs.imp.ch> <405C3582.2070208@freebsd.org> <20040320142809.S45059@cvs.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: current@freebsd.org Subject: Re: Disable HTT on Serverworks GC-HE chipset X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 19:36:54 -0000 At 09:02 AM 3/20/2004, you wrote: >Hi Scott, >I have tried without HTT because someone on #bsdcode told me >to do so (ket_). Maybe you know who he is :-) Not all revisions >of the chipset seem to be buggy so far, but rev. 0 is for sure. Hi everyone. Yes, I'm here. :) Been a bit busy, haven't had time to toss in my $0.02. The issues I've seen are strictly limited to the GC-HE when HTT is enabled, though I have had issues with other areas on some boards. (I won't bore you with the details.) I've heard of and seen them reproduced on Linux (2.4.x and 2.6.x) and Windows as well, so it's not just FreeBSD. >Serversboards with this chipset are: >- Dell PowerEdge 2650 >- IBM xSeries >- Supermicro E7500 The E7500 is actually an Intel E7500 chipset. If there are HTT issues with the E7500, those are more likely operating system related. As far as I can tell, Supermicro doesn't currently offer any Serverworks boards. Tyan, on the other hand, has the Thunder GC-HE. The four-way Xeon Dells are also Serverworks, but I can't recall the model numbers offhand. >While using google I found the GC-LE chipsets seems to have problems >with write-coalescing: As I told Martin on IRC, I'm personally not sure on this one. It wouldn't surprise me, but I haven't had any issues with the GC-LE's personally. I wish I could offer some suggestions, but I really don't have enough experience with the GC-HE's to know what's going on. However, I know the typical GC-HE + HTT symptoms on Linux are excessive context switching (>250,000/sec) followed by semi-random panics. Windows is usually a sudden drop in performance, which requires a reboot to correct - sometimes the drivers can work around this apparently. Also random BSODs on occasion, but again, usually without drivers. -Ketrien I. Saihr-Kesenchedra # Maybe this world is another planet's hell. --Aldous Huxley Feanor smiles, "We, of course, are enlightened and s/Maybe t/T" From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 11:45:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 788DC16A4FC for ; Sun, 21 Mar 2004 11:45:09 -0800 (PST) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 138EF43D2F for ; Sun, 21 Mar 2004 11:45:09 -0800 (PST) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Sun, 21 Mar 2004 14:45:08 -0500 Message-ID: From: Don Bowman To: "'current@freebsd.org'" Date: Sun, 21 Mar 2004 14:45:07 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Subject: machine lockup, witness etc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 19:45:09 -0000 So i have a machine, 2x 2.8GHz xeon @ 533FSB, 4GB of ram, Adaptec 2120s ASR raid with a 6-disk raid 5. The machine only runs postgresql. I find that it just locks up sometimes. I can't get into the debugger on the serial or the pccons when this happens (and i can when its normal). I end up power cycling it. This will often happen if i try to vacuum 2 databases at the same times for example. I cvs'upd to head this morning, and the same behaviour is there (it was 5.2.1). I've enabled WITNESS, INVARIANTS, INVARIANT_SUPPORT. Now the machine won't boot, it gets stuck in isa_probe_children() etc as below. Any suggestions? I've let it sit here for 15minutes, so i don't think its just slow. This is from the serial console and the keystroke to enter it. db> t siointr1(c87d9800,c0776340,0,c06d86aa,69e) at siointr1+0xd0 siointr(c87d9800) at siointr+0x21 intr_execute_handlers(c5613c8c,c0c21804,4,c0c21848,c065fe73) at intr_execute_handlers+0xb1 lapic_handle_intr(34) at lapic_handle_intr+0x3a Xapic_isr1() at Xapic_isr1+0x33 --- interrupt, eip = 0xc0540f69, esp = 0xc0c21848, ebp = 0xc0c21848 --- critical_exit(c0736a74,c0c21894,c055c22a,c0741ce0,0) at critical_exit+0x49 _mtx_unlock_spin_flags(c0741ce0,0,c06c4d73,2e2,3) at _mtx_unlock_spin_flags+0x9d witness_checkorder(c8767100,9,c06c3f59,c5) at witness_checkorder+0x54a _mtx_lock_flags(c8767100,0,c06c3f59,c5,ffffffff) at _mtx_lock_flags+0x67 rman_reserve_resource_bound(c078d220,83657eb,82657ea,fff00000,0) at rman_reserve_resource_bound+0x73 rman_reserve_resource(c078d220,83657eb,82657ea,fff00000,0) at rman_reserve_resource+0x1c nexus_alloc_resource(c870c280,c87ce280,3,c0c21c48,83657eb,82657ea,fff00000,0 ) at nexus_alloc_resource+0xcb resource_list_alloc(c87cc440,c870c000,c87ce280,3,c0c21c48) at resource_list_alloc+0xac legacy_alloc_resource(c870c000,c87ce280,3,c0c21c48,83657eb,82657ea,fff00000, 0) at legacy_alloc_resource+0x29 bus_generic_alloc_resource(c86e2e80,c87ce280,3,c0c21c48,83657eb,82657ea,fff0 0000,0) at bus_generic_alloc_resource+0x7a resource_list_alloc(c87cc444,c86e2e00,c87ce280,3,c0c21c48) at resource_list_alloc+0xac pci_alloc_resource(c86e2e00,c87ce280,3,c0c21c48,83657eb,82657ea,fff00000,0) at pci_alloc_resource+0x1a4 bus_generic_alloc_resource(c870dd80,c87ce280,3,c0c21c48,83657eb,82657ea,fff0 0000,0) at bus_generic_alloc_resource+0x7a resource_list_alloc(c87cc440,c8795b80,c87ce280,3,c0c21c48) at resource_list_alloc+0x188 isa_alloc_resource(c8795b80,c87ce280,3,c0c21c48,0,ffffffff,1,0) at isa_alloc_resource+0xca bus_alloc_resource(c87ce280,3,c0c21c48,0,ffffffff,1,0) at bus_alloc_resource+0x81 isa_find_memory(c87ce280,c878e80c,c8801800) at isa_find_memory+0x174 isa_assign_resources(c87ce280) at isa_assign_resources+0x88 isa_probe_children(c8795b80) at isa_probe_children+0x14d configure(0,c1ec00,c1e000,0,c0435b05) at configure+0x32 mi_startup() at mi_startup+0x96 begin() at begin+0x2c db> From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 13:48:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E84716A4CE for ; Sun, 21 Mar 2004 13:48:43 -0800 (PST) Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD9A43D2F for ; Sun, 21 Mar 2004 13:48:42 -0800 (PST) (envelope-from le@FreeBSD.org) Received: from wireless (adslle.cc.univie.ac.at [131.130.102.11]) by mailbox.univie.ac.at (8.12.10/8.12.10) with ESMTP id i2LLmU0v513632 for ; Sun, 21 Mar 2004 22:48:37 +0100 Date: Sun, 21 Mar 2004 22:48:33 +0100 (CET) From: Lukas Ertl To: current@FreeBSD.org In-Reply-To: <20040320222035.U9649@leelou.in.tern> Message-ID: <20040321224430.C695@korben.in.tern> References: <20040320222035.U9649@leelou.in.tern> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: mailbox 4246; Body=0 Fuz1=0 Fuz2=0 Subject: Re: kgdb segfaulting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 21:48:43 -0000 On Sat, 20 Mar 2004, Lukas Ertl wrote: > # gdb -k kernel.0 vmcore.0 > [...] > Segmentation fault (core dumped) I have now tried the same panic on a second machine to rule out bad hardware, and gdb segfaults there, too. Was there a change in this area lately? It could of course also be a very strange coincidence that this panic I have here makes it impossible to create valid vmcores. cheers, le -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 14:06:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F00316A4CE for ; Sun, 21 Mar 2004 14:06:43 -0800 (PST) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71C5643D3F for ; Sun, 21 Mar 2004 14:06:42 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from FreeBSD.org (thunder.alexdupre.com [192.168.0.101]) i2LM6dg0038505; Sun, 21 Mar 2004 23:06:40 +0100 (CET) (envelope-from ale@FreeBSD.org) Message-ID: <405E11EF.5060709@FreeBSD.org> Date: Sun, 21 Mar 2004 23:06:39 +0100 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dorin H References: <20040321192212.28474.qmail@span.corp.yahoo.com> In-Reply-To: <20040321192212.28474.qmail@span.corp.yahoo.com> X-Enigmail-Version: 0.83.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@FreeBSD.org Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 22:06:43 -0000 Dorin H wrote: > Have you tested if tcp port connection works? Of course. I've just sent a mysql package to one of you who said mysql was crashing on tcp connections....well, it worked perfectly...so it seems that the problem is generated in your builds (machine, compiler, compiling flags, ... ) -- Alex Dupre From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 14:20:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A1D316A4CF; Sun, 21 Mar 2004 14:20:10 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05EA743D2D; Sun, 21 Mar 2004 14:20:10 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 6151C7303A; Sun, 21 Mar 2004 17:20:09 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040321222009.6151C7303A@freebsd-current.sentex.ca> Date: Sun, 21 Mar 2004 17:20:09 -0500 (EST) Subject: [current tinderbox] failure on ia64/ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 22:20:10 -0000 TB --- 2004-03-21 19:04:37 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-21 19:04:37 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2004-03-21 19:04:37 - checking out the source tree TB --- 2004-03-21 19:04:37 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64 TB --- 2004-03-21 19:04:37 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-21 19:10:06 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-21 19:10:06 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-21 19:10:06 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-03-21 19:10:06 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-21 21:09:35 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 21:09:35 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-03-21 21:09:35 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Mar 21 21:09:36 GMT 2004 >>> 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 GENERIC completed on Sun Mar 21 21:51:29 GMT 2004 TB --- 2004-03-21 21:51:29 - generating LINT kernel config TB --- 2004-03-21 21:51:29 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src/sys/ia64/conf TB --- 2004-03-21 21:51:29 - /usr/bin/make -B LINT TB --- 2004-03-21 21:51:29 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 21:51:29 - cd /home/tinderbox/sandbox/CURRENT/ia64/ia64/src TB --- 2004-03-21 21:51:29 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Mar 21 21:51:30 GMT 2004 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/ia64/ia64/src/sys -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ngatm -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ia64/libuwx/src -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -mno-sdata -ffreestanding -Werror /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/bpf_filter.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/ia64/ia64/src/sys -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ngatm -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ia64/libuwx/src -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -mno-sdata -ffreestanding -Werror /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/bridge.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/ia64/ia64/src/sys -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ngatm -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ia64/libuwx/src -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -mno-sdata -ffreestanding -Werror /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/bsd_comp.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/ia64/ia64/src/sys -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ngatm -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ia64/libuwx/src -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -mno-sdata -ffreestanding -Werror /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/ia64/ia64/src/sys -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ngatm -I/other/tinderbox/CURRENT/ia64/ia64/src/sys/contrib/ia64/libuwx/src -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -mno-sdata -ffreestanding -Werror /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/ia64/ia64/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/ia64/ia64/obj/ia64/other/tinderbox/CURRENT/ia64/ia64/src/sys/LINT. *** Error code 1 Stop in /other/tinderbox/CURRENT/ia64/ia64/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/ia64/ia64/src. TB --- 2004-03-21 22:20:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-21 22:20:09 - ERROR: failed to build lint kernel TB --- 2004-03-21 22:20:09 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 15:44:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3A7716A4CE; Sun, 21 Mar 2004 15:44:42 -0800 (PST) Received: from orange.csi.cam.ac.uk (orange.csi.cam.ac.uk [131.111.8.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D1043D1D; Sun, 21 Mar 2004 15:44:42 -0800 (PST) (envelope-from br260@cam.ac.uk) Received: from br260.wolfson.cam.ac.uk ([131.111.242.109] helo=[192.168.0.2]) by orange.csi.cam.ac.uk with esmtp (Exim 4.12) id 1B5CcT-0006oV-00; Sun, 21 Mar 2004 23:44:41 +0000 In-Reply-To: <20040321154513.Q30715@pooker.samsco.home> References: <20040321154513.Q30715@pooker.samsco.home> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bin Ren Date: Sun, 21 Mar 2004 23:44:37 +0000 To: Scott Long X-Mailer: Apple Mail (2.613) cc: Current FreeBSD Subject: Re: Who can commit this.. kse vs ULE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 23:44:42 -0000 explained here: http://docs.freebsd.org/cgi/mid.cgi?20040213063139.71298ea9.taku -- Bin On 21 Mar 2004, at 22:46, Scott Long wrote: > > This is a qualitative statement. What exactly is the problem, on a > technical level? > > Scott > > On Sun, 21 Mar 2004, Julian Elischer wrote: > >> ULE makes KSE threaded processes slow, unresposive and soemtimes >> unusably so. >> >> On Sun, 21 Mar 2004, Scott Long wrote: >> >>> Thanks. What is the problem that is referred to in the email? This >>> patch looks to be a hack. >>> >>> Scott >>> >>> Julian Elischer wrote: >>>> Scott here's the patch I mentioned... >>>> ---------- Forwarded message ---------- >>>> Date: Wed, 17 Mar 2004 18:30:45 -0800 >>>> From: David O'Brien >>>> To: Taku YAMAMOTO >>>> Cc: freebsd-current@freebsd.org >>>> Subject: Re: [PATCH] for SCHED_ULE & libpthread issue (was Re: I >>>> like >>>> >>>> SCHED_4BSD) >>>> >>>> On Fri, Mar 12, 2004 at 09:23:47AM +0900, Taku YAMAMOTO wrote: >>>> >>>>> Until the problem is fully addressed, I will propose following >>>>> patch >>>>> to be applied. (the least intrusive one attached in the former >>>>> message) >>>> >>>> >>>> Do people think we should commit this? >>>> >>>> --- sched_ule.c.orig Fri Feb 13 05:24:48 2004 >>>> +++ sched_ule.c Fri Feb 13 05:37:53 2004 >>>> @@ -186,7 +186,7 @@ >>>> #define SCHED_INTERACTIVE(kg) \ >>>> (sched_interact_score(kg) < SCHED_INTERACT_THRESH) >>>> #define SCHED_CURR(kg, ke) \ >>>> - (ke->ke_thread->td_priority != kg->kg_user_pri || \ >>>> + (ke->ke_thread->td_priority < kg->kg_user_pri || \ >>>> SCHED_INTERACTIVE(kg)) >>>> >>>> /* >>>> @@ -1166,11 +1166,8 @@ >>>> */ >>>> if ((ke->ke_flags & KEF_ASSIGNED) == 0) { >>>> if (TD_IS_RUNNING(td)) { >>>> - if (td->td_proc->p_flag & P_SA) { >>>> - kseq_load_rem(KSEQ_CPU(ke->ke_cpu), ke); >>>> - setrunqueue(td); >>>> - } else >>>> - kseq_runq_add(KSEQ_SELF(), ke); >>>> + kseq_load_rem(KSEQ_CPU(ke->ke_cpu), ke); >>>> + setrunqueue(td); >>>> _______________________________________________ >>>> 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" >>>> >>>> >>> >>> >>> >> >> >> > _______________________________________________ > freebsd-threads@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-threads > To unsubscribe, send any mail to > "freebsd-threads-unsubscribe@freebsd.org" > From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 16:33:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 317EB16A4CE; Sun, 21 Mar 2004 16:33:37 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAEC43D1D; Sun, 21 Mar 2004 16:33:36 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 4E9807303A; Sun, 21 Mar 2004 19:33:36 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040322003336.4E9807303A@freebsd-current.sentex.ca> Date: Sun, 21 Mar 2004 19:33:36 -0500 (EST) Subject: [current tinderbox] failure on alpha/alpha X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 00:33:37 -0000 TB --- 2004-03-21 21:00:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-21 21:00:01 - starting CURRENT tinderbox run for alpha/alpha TB --- 2004-03-21 21:00:01 - checking out the source tree TB --- 2004-03-21 21:00:01 - cd /home/tinderbox/sandbox/CURRENT/alpha/alpha TB --- 2004-03-21 21:00:01 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-21 21:06:45 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-21 21:06:45 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-21 21:06:45 - cd /home/tinderbox/sandbox/CURRENT/alpha/alpha/src TB --- 2004-03-21 21:06:45 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-21 23:45:03 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-21 23:45:03 - cd /home/tinderbox/sandbox/CURRENT/alpha/alpha/src TB --- 2004-03-21 23:45:03 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Mar 21 23:45:03 GMT 2004 >>> 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 GENERIC completed on Mon Mar 22 00:15:53 GMT 2004 TB --- 2004-03-22 00:15:53 - generating LINT kernel config TB --- 2004-03-22 00:15:53 - cd /home/tinderbox/sandbox/CURRENT/alpha/alpha/src/sys/alpha/conf TB --- 2004-03-22 00:15:53 - /usr/bin/make -B LINT TB --- 2004-03-22 00:15:53 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-22 00:15:53 - cd /home/tinderbox/sandbox/CURRENT/alpha/alpha/src TB --- 2004-03-22 00:15:53 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Mar 22 00:15:53 GMT 2004 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/alpha/alpha/src/sys -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/pf -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/bpf_filter.c cc -c -O2 -pipe -fno-strict-aliasing -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/alpha/alpha/src/sys -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/pf -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/bridge.c cc -c -O2 -pipe -fno-strict-aliasing -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/alpha/alpha/src/sys -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/pf -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/bsd_comp.c cc -c -O2 -pipe -fno-strict-aliasing -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/alpha/alpha/src/sys -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/pf -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if.c cc -c -O2 -pipe -fno-strict-aliasing -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/alpha/alpha/src/sys -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/pf -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/alpha/alpha/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/alpha/alpha/obj/alpha/other/tinderbox/CURRENT/alpha/alpha/src/sys/LINT. *** Error code 1 Stop in /other/tinderbox/CURRENT/alpha/alpha/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/alpha/alpha/src. TB --- 2004-03-22 00:33:36 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-22 00:33:36 - ERROR: failed to build lint kernel TB --- 2004-03-22 00:33:36 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 17:09:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D820A16A4CE for ; Sun, 21 Mar 2004 17:09:04 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106EB43D2F for ; Sun, 21 Mar 2004 17:09:02 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i2M1904u021833 for ; Mon, 22 Mar 2004 12:09:00 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i2M18w67019449 for ; Mon, 22 Mar 2004 12:08:59 +1100 Date: Mon, 22 Mar 2004 12:08:58 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: current@freebsd.org Message-ID: <20040322115952.O11632@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: gdb remote kernel debugging on i386's broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 01:09:05 -0000 Has anyone found gdb remote kernel debugging on i386's to _not_ be broken lately? There have been rumours of its brokenness for several months. I rarely use it, but tried it yesterday and found that breakpoints just don't work. gdb apparently doesn't understand its own breakpoints. It stops on them, and IIRC it removes the breakpoint instruction that it has put in the instruction stream, but doesn't fix up %eip to where the original instruction was, so it normally wants to resume execution in the middle of a multi-byte instruction. This tends to crash. Fixing up %eip manually works. Single stepping works. Bruce From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 17:52:53 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84FEB16A4CE for ; Sun, 21 Mar 2004 17:52:53 -0800 (PST) Received: from mx.imp.ch (mx1.imp.ch [157.161.9.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B7FB43D41 for ; Sun, 21 Mar 2004 17:52:52 -0800 (PST) (envelope-from mb@imp.ch) Received: from mx1.imp.ch (mx.imp.ch [157.161.9.64]) by mx.imp.ch (8.12.10/8.12.10) with ESMTP id i2M1qgnx005530; Mon, 22 Mar 2004 02:52:43 +0100 (CET) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mx1.imp.ch (8.12.10/8.12.10/Submit) with ESMTP id i2M1qe6j005499; Mon, 22 Mar 2004 02:52:41 +0100 (CET) (envelope-from mb@imp.ch) Date: Mon, 22 Mar 2004 02:52:40 +0100 (CET) From: Martin Blapp To: Don Bowman In-Reply-To: Message-ID: <20040322025145.N10631@cvs.imp.ch> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: clamd / ClamAV version devel-20040321, clamav-milter version 0.70a X-Spam-Status: No, hits=0.0 required=50.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mx1.imp.ch cc: "'current@freebsd.org'" Subject: Re: machine lockup, witness etc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 01:52:53 -0000 Hi, > So i have a machine, 2x 2.8GHz xeon @ 533FSB, 4GB of ram, > Adaptec 2120s ASR raid with a 6-disk raid 5. The machine > only runs postgresql. Which chipset ? HTT enabled ? See my other posts with topic "Re: Disable HTT on Serverworks GC-HE chipset" Martin From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 18:31:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A0416A4CE for ; Sun, 21 Mar 2004 18:31:09 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D82043D2F for ; Sun, 21 Mar 2004 18:31:09 -0800 (PST) (envelope-from rschmali@comcast.net) Received: from BARN (c-67-163-131-17.client.comcast.net[67.163.131.17]) by comcast.net (rwcrmhc12) with SMTP id <2004032202310701400li6obe>; Mon, 22 Mar 2004 02:31:08 +0000 Message-ID: <047d01c40fb5$bbd67db0$0201a8c0@idlewild.net> From: "Robert Schmaling" To: "Max Laier" , "Claus Guttesen" References: <024201c40eba$22912520$0201a8c0@idlewild.net> <20040320222504.18517.qmail@web14106.mail.yahoo.com> <20040321192041.GA43656@router.laiers.local> Date: Sun, 21 Mar 2004 21:31:07 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-current@freebsd.org Subject: Re: pf startup script X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 02:31:09 -0000 Seems to work just fine. Thank you, ----- Original Message ----- From: "Max Laier" To: "Claus Guttesen" Cc: "Robert Schmaling" ; Sent: Sunday, March 21, 2004 2:20 PM Subject: Re: pf startup script On Sat, Mar 20, 2004 at 11:25:04PM +0100, Claus Guttesen wrote: > > Is there supposed to be a startup script for pf > > installed now that it's part > > of the base system, or am I missing something? > > A bsd-fellow suggested I used the startup-script from > pf in the ports-col. I placed it in > /usr/local/etc/rc.d and changed the script, so it > would load the pf-mod. from /boot/kernel. > > You cold copy ipfilter/ipfw and make a pf-script. I planned to commit something for a while, but real-life (i.e. exams) and missing libpcap-support -> missing pflogd stopped me until now. Attached is my wip-version of rc.d/pf and required diff to defaults/rc.conf. Comments welcome, as I am not very familiar with rcNG (it's more or less a copy of the ipfilter script). -- Best regards, | mlaier@freebsd.org Max Laier | ICQ #67774661 http://pf4freebsd.love2party.net/ | mlaier@EFnet From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 18:32:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F81316A4CE for ; Sun, 21 Mar 2004 18:32:37 -0800 (PST) Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B8C443D41 for ; Sun, 21 Mar 2004 18:32:36 -0800 (PST) (envelope-from ken@panzer.kdm.org) Received: from panzer.kdm.org (localhost [127.0.0.1]) by panzer.kdm.org (8.12.9/8.12.5) with ESMTP id i2M2WYLX042610; Sun, 21 Mar 2004 19:32:34 -0700 (MST) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.12.9/8.12.5/Submit) id i2M2WYmX042609; Sun, 21 Mar 2004 19:32:34 -0700 (MST) (envelope-from ken) Date: Sun, 21 Mar 2004 19:32:34 -0700 From: "Kenneth D. Merry" To: "Ketrien I. Saihr-Kesenchedra" Message-ID: <20040322023233.GA42584@panzer.kdm.org> References: <20040320031651.I45059@cvs.imp.ch> <405C3582.2070208@freebsd.org> <20040320142809.S45059@cvs.imp.ch> <6.0.1.1.2.20040321142158.039509c8@error404.nls.net> <20040322022952.GA42512@panzer.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040322022952.GA42512@panzer.kdm.org> User-Agent: Mutt/1.4.1i cc: Martin Blapp cc: current@freebsd.org Subject: Re: Disable HTT on Serverworks GC-HE chipset X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 02:32:37 -0000 [ resend from my subscribed address, sorry for the duplicate... ] On Sun, Mar 21, 2004 at 14:38:04 -0500, Ketrien I. Saihr-Kesenchedra wrote: > At 09:02 AM 3/20/2004, you wrote: > >Hi Scott, > >I have tried without HTT because someone on #bsdcode told me > >to do so (ket_). Maybe you know who he is :-) Not all revisions > >of the chipset seem to be buggy so far, but rev. 0 is for sure. > > Hi everyone. Yes, I'm here. :) Been a bit busy, haven't had time to toss > in my $0.02. The issues I've seen are strictly limited to the GC-HE when > HTT is enabled, though I have had issues with other areas on some boards. > (I won't bore you with the details.) I've heard of and seen them reproduced > on Linux (2.4.x and 2.6.x) and Windows as well, so it's not just FreeBSD. > > >Serversboards with this chipset are: > >- Dell PowerEdge 2650 > >- IBM xSeries > >- Supermicro E7500 > > The E7500 is actually an Intel E7500 chipset. If there are HTT issues with > the E7500, those are more likely operating system related. As far as I can > tell, Supermicro doesn't currently offer any Serverworks boards. Tyan, on > the other hand, has the Thunder GC-HE. The four-way Xeon Dells are also > Serverworks, but I can't recall the model numbers offhand. FWIW, SuperMicro does still sell Serverworks boards, it just isn't quite as obvious after their web site redesign: http://www.supermicro.com/products/motherboard/Xeon/?typ=srvr I've got a number of X5DL8-GG (GC-LE chipset) motherboards at work, they work fine with FreeBSD and Linux. > >While using google I found the GC-LE chipsets seems to have problems > >with write-coalescing: > > As I told Martin on IRC, I'm personally not sure on this one. It wouldn't > surprise me, but I haven't had any issues with the GC-LE's personally. I > wish I could offer some suggestions, but I really don't have enough > experience with the GC-HE's to know what's going on. However, I know the > typical GC-HE + HTT symptoms on Linux are excessive context switching > (>250,000/sec) followed by semi-random panics. Windows is usually a sudden > drop in performance, which requires a reboot to correct - sometimes the > drivers can work around this apparently. Also random BSODs on occasion, but > again, usually without drivers. I haven't had any problmes with the GC-LE either, although it may be I've just never run into the problem. Ken -- Kenneth Merry ken@FreeBSD.ORG From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 18:52:06 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id EF9B216A4D0; Sun, 21 Mar 2004 18:52:06 -0800 (PST) To: freebsd-current@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Date: Sun, 21 Mar 2004 18:52:06 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040322025206.EF9B216A4D0@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Subject: For those with Intel Centrino 2200BG wireless... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 02:52:07 -0000 If you are one of the people with a laptop that has an Intel Centrino 2200BG 802.11b/g miniPCI card, you can now use this card with the NDISulator. However, there is one big gotcha to be aware of. The w22n51.sys driver does an alloca() of approximately 5000 bytes when it associates with a network. This is a little unfriendly, but it works in Windows because the Windows kernel stack is large enough to accomodate it. The FreeBSD kernel stack is 2 pages (8192 bytes on i386) whic is smaller than the Windows kernel size. This means the alloca() will overflow the stack and kill the kernel. There's two ways to deal with this problem: one is to run the offending code in a kthread that has more than the default number of stack pages. You're supposed to be able to create such a thread by specifying a non-zero 'pages' argument to kthread_create(). The only problem is, vm_machdep.c is buggy and always initializes the stack pointer for a thread using the compile-time constant KTHREAD_PAGES rather than the dynamically selected pages value passed to kthread_create(), so no matter how many extra stack pages you try to allocate, the alloca() still smashes the stack. Long story short, if you want to use the Intel 2200BG card, you need to do one of the following: - If you use -current, then just make sure you sync up all of your sources, including all of the NDISulator code and sys/i386/i386/vm_machdep.c, which I fixed today. Or: - If you use 5.2-RELEASE or 5.2.1-RELEASE, grab the latest NDISulator code from -current _AND_ add compile a new kernel with the following line added to your kernel config file: options KSTACK_PAGES=8 The vm_machdep fix should get propagated to all the other arches soon. -Bill -- ============================================================================= -Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu wpaul@windriver.com | Wind River Systems ============================================================================= you're just BEGGING to face the moose ============================================================================= From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 18:57:25 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 132C616A4D0; Sun, 21 Mar 2004 18:57:25 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id A750F43D1D; Sun, 21 Mar 2004 18:57:24 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2C6EF7303A; Sun, 21 Mar 2004 21:57:24 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040322025724.2C6EF7303A@freebsd-current.sentex.ca> Date: Sun, 21 Mar 2004 21:57:24 -0500 (EST) Subject: [current tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 02:57:25 -0000 TB --- 2004-03-22 00:33:36 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-22 00:33:36 - starting CURRENT tinderbox run for amd64/amd64 TB --- 2004-03-22 00:33:36 - checking out the source tree TB --- 2004-03-22 00:33:36 - cd /home/tinderbox/sandbox/CURRENT/amd64/amd64 TB --- 2004-03-22 00:33:36 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-22 00:39:54 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-22 00:39:54 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-22 00:39:54 - cd /home/tinderbox/sandbox/CURRENT/amd64/amd64/src TB --- 2004-03-22 00:39:54 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-22 02:34:59 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-22 02:34:59 - cd /home/tinderbox/sandbox/CURRENT/amd64/amd64/src TB --- 2004-03-22 02:34:59 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Mon Mar 22 02:35:00 GMT 2004 >>> 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 GENERIC completed on Mon Mar 22 02:45:46 GMT 2004 TB --- 2004-03-22 02:45:46 - generating LINT kernel config TB --- 2004-03-22 02:45:46 - cd /home/tinderbox/sandbox/CURRENT/amd64/amd64/src/sys/amd64/conf TB --- 2004-03-22 02:45:46 - /usr/bin/make -B LINT TB --- 2004-03-22 02:45:46 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-22 02:45:46 - cd /home/tinderbox/sandbox/CURRENT/amd64/amd64/src TB --- 2004-03-22 02:45:46 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Mar 22 02:45:46 GMT 2004 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/amd64/amd64/src/sys -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/bpf_filter.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/amd64/amd64/src/sys -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/bridge.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/amd64/amd64/src/sys -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/bsd_comp.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/amd64/amd64/src/sys -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/amd64/amd64/src/sys -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/amd64/amd64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/amd64/amd64/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/obj/amd64/other/tinderbox/CURRENT/amd64/amd64/src/sys/LINT. *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/amd64/amd64/src. TB --- 2004-03-22 02:57:24 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-22 02:57:24 - ERROR: failed to build lint kernel TB --- 2004-03-22 02:57:24 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 19:00:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4707116A4CE for ; Sun, 21 Mar 2004 19:00:19 -0800 (PST) Received: from sbk-gw.sibnet.ru (sbk-gw.sibnet.ru [217.70.96.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4788443D31 for ; Sun, 21 Mar 2004 19:00:17 -0800 (PST) (envelope-from stranger@sberbank.sibnet.ru) Received: from sbk-gw.sibnet.ru (localhost [127.0.0.1]) by sbk-gw.sibnet.ru (8.12.10/8.12.10) with ESMTP id i2M3079S001041; Mon, 22 Mar 2004 09:00:08 +0600 (NOVT) (envelope-from stranger@sberbank.sibnet.ru) Received: from localhost (stranger@localhost)i2M306BQ001038; Mon, 22 Mar 2004 09:00:07 +0600 (NOVT) (envelope-from stranger@sberbank.sibnet.ru) X-Authentication-Warning: sbk-gw.sibnet.ru: stranger owned process doing -bs Date: Mon, 22 Mar 2004 09:00:04 +0600 (NOVT) From: "Maxim M. Kazachek" X-X-Sender: stranger@sbk-gw.sibnet.ru To: Juan Rodriguez Hervella In-Reply-To: <200403161054.31153.jfrherve@ing.uc3m.es> Message-ID: <20040322085810.F762@sbk-gw.sibnet.ru> References: <20040315175559.GG755@saboteur.dek.spc.org> <200403161054.31153.jfrherve@ing.uc3m.es> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-1.5 required=7.5 tests=AWL,BAYES_01 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on sbk-gw.sibnet.ru cc: freebsd-current@freebsd.org Subject: Re: RFC: doscmd removal X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 03:00:19 -0000 I don't think that fuctionality you need is much dependent whether it's ports or whether it's base. I vote for ports just because we have some platforms that is unsupported by doscmd. Sincerely, Maxim M. Kazachek mailto:stranger@sberbank.sibnet.ru mailto:stranger@fpm.ami.nstu.ru On Tue, 16 Mar 2004, Juan Rodriguez Hervella wrote: >On Monday 15 March 2004 18:55, Bruce M Simpson wrote: >> On Mon, Mar 15, 2004 at 12:53:38AM +0100, Dag-Erling Sm?rgrav wrote: >> > Mark Linimon writes: >> > > So, you'll be submitting the patches to install it to the ports >> > > tree, then? >> > >> > Yes. >> >> Excellent. I use doscmd for certain things such as running flash and >> BIOS related tools. I'd be happy to see it 'bumped down' to ports status. >> > >I think doscmd works very well, I've been playing with it a couple of >days, and its great. > >The pity is that it doesn't have support for int13, which is used by >most of the old MS_DOS games (like Prince of Persia, my favourite). > >If it's going to be well mantained, I would prefer to see it on the ports >collection, but on the other hand I wouldn't like to see >this program dissapear from FreeBSD at all. > >I've never tested it with flash utilities and such (Im afraid of upgrading >my flash :), but I think it is a useful thing to have, either on the base >system or in the ports. > >Regards. >_______________________________________________ >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-current@FreeBSD.ORG Sun Mar 21 19:22:51 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9EAD16A4CE; Sun, 21 Mar 2004 19:22:51 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5602043D2D; Sun, 21 Mar 2004 19:22:51 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id DA9D87303A; Sun, 21 Mar 2004 22:22:50 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040322032250.DA9D87303A@freebsd-current.sentex.ca> Date: Sun, 21 Mar 2004 22:22:50 -0500 (EST) Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 03:22:51 -0000 TB --- 2004-03-22 00:47:40 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-22 00:47:40 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2004-03-22 00:47:40 - checking out the source tree TB --- 2004-03-22 00:47:40 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64 TB --- 2004-03-22 00:47:40 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-22 00:52:24 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-22 00:52:24 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-22 00:52:24 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-03-22 00:52:24 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-22 02:54:27 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-22 02:54:27 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-03-22 02:54:27 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Mon Mar 22 02:54:28 GMT 2004 >>> 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 GENERIC completed on Mon Mar 22 03:09:36 GMT 2004 TB --- 2004-03-22 03:09:36 - generating LINT kernel config TB --- 2004-03-22 03:09:36 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src/sys/sparc64/conf TB --- 2004-03-22 03:09:36 - /usr/bin/make -B LINT TB --- 2004-03-22 03:09:36 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-22 03:09:36 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-03-22 03:09:36 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Mar 22 03:09:37 GMT 2004 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/bpf_filter.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/bridge.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/bsd_comp.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/pf -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding -Werror /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/sparc64/sparc64/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/other/tinderbox/CURRENT/sparc64/sparc64/src/sys/LINT. *** Error code 1 Stop in /other/tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2004-03-22 03:22:50 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-22 03:22:50 - ERROR: failed to build lint kernel TB --- 2004-03-22 03:22:50 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 20:53:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6738716A4CE for ; Sun, 21 Mar 2004 20:53:42 -0800 (PST) Received: from mta08-svc.ntlworld.com (mta08-svc.ntlworld.com [62.253.162.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2B6643D1D for ; Sun, 21 Mar 2004 20:53:41 -0800 (PST) (envelope-from tom.hurst@clara.net) Received: from voi.aagh.net ([81.104.55.176]) by mta08-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040322045342.QJOD5004.mta08-svc.ntlworld.com@voi.aagh.net> for ; Mon, 22 Mar 2004 04:53:42 +0000 Received: from freaky by voi.aagh.net with local (Exim 4.30; FreeBSD) id 1B5HRU-000BUx-1c for current@freebsd.org; Mon, 22 Mar 2004 04:53:40 +0000 Date: Mon, 22 Mar 2004 04:53:40 +0000 From: Thomas Hurst To: current@freebsd.org Message-ID: <20040322045339.GA43881@voi.aagh.net> Mail-Followup-To: current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Not much. User-Agent: Mutt/1.5.6i Sender: Thomas Hurst Subject: Loaded MySQL 4.0.18 w/ KSE running nicely X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 04:53:42 -0000 Just thought I'd make a little note to let people know that we're successfully running MySQL 4.0.18 on 5.2.1-RELEASE-p3 dated Mar 18 using libkse, after having raised thread limits to 500 per proc/150 per group: Uptime: 233816 Threads: 45 Questions: 33388272 Slow queries: 597 Opens: 2725 Flush tables: 1 Open tables: 429 Queries per second avg: 142.797 This is running on 2*1266MHz Pentium III's with 4GB of memory, although MySQL is "only" using about 1GB of it. Main issue we've noticed is top shows the main process as using 0.00% CPU; ps does too, but setting it to display threads works as expected. We did try -CURRENT dated around the same time, but we were plagued with MySQL lockups and such even using linuxthreads, which we've ran for over a year fine on 4-STABLE, MySQL bugs notwithstanding. We're open to suggestions for improving performance and happy to test things (within reason.. this is a production server ;) fwiw imho omfg wp gg np gtg k pls tnx lol! Ahem. -- Thomas 'Freaky' Hurst - newzBin Developer & Admin - freaky@newzbin.com From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 21:05:02 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F9D116A4CE; Sun, 21 Mar 2004 21:05:02 -0800 (PST) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 031D043D45; Sun, 21 Mar 2004 21:05:02 -0800 (PST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 746477303A; Mon, 22 Mar 2004 00:05:01 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20040322050501.746477303A@freebsd-current.sentex.ca> Date: Mon, 22 Mar 2004 00:05:01 -0500 (EST) Subject: [current tinderbox] failure on i386/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 05:05:02 -0000 TB --- 2004-03-22 02:57:24 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-03-22 02:57:24 - starting CURRENT tinderbox run for i386/i386 TB --- 2004-03-22 02:57:24 - checking out the source tree TB --- 2004-03-22 02:57:24 - cd /home/tinderbox/sandbox/CURRENT/i386/i386 TB --- 2004-03-22 02:57:24 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-03-22 03:03:06 - Use of uninitialized value in concatenation (.) or string at /home/tinderbox/bin/tinderbox line 544. TB --- 2004-03-22 03:03:06 - building world (CFLAGS={'CFLAGS'}) TB --- 2004-03-22 03:03:06 - cd /home/tinderbox/sandbox/CURRENT/i386/i386/src TB --- 2004-03-22 03:03:06 - /usr/bin/make -B buildworld >>> 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 TB --- 2004-03-22 04:30:02 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-22 04:30:02 - cd /home/tinderbox/sandbox/CURRENT/i386/i386/src TB --- 2004-03-22 04:30:02 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Mon Mar 22 04:30:02 GMT 2004 >>> 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 GENERIC completed on Mon Mar 22 04:49:55 GMT 2004 TB --- 2004-03-22 04:49:55 - generating LINT kernel config TB --- 2004-03-22 04:49:55 - cd /home/tinderbox/sandbox/CURRENT/i386/i386/src/sys/i386/conf TB --- 2004-03-22 04:49:55 - /usr/bin/make -B LINT TB --- 2004-03-22 04:49:55 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-03-22 04:49:55 - cd /home/tinderbox/sandbox/CURRENT/i386/i386/src TB --- 2004-03-22 04:49:55 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Mar 22 04:49:55 GMT 2004 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/i386/i386/src/sys -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/pf -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions /other/tinderbox/CURRENT/i386/i386/src/sys/net/bpf_filter.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/i386/i386/src/sys -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/pf -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions /other/tinderbox/CURRENT/i386/i386/src/sys/net/bridge.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/i386/i386/src/sys -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/pf -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions /other/tinderbox/CURRENT/i386/i386/src/sys/net/bsd_comp.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/i386/i386/src/sys -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/pf -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions /other/tinderbox/CURRENT/i386/i386/src/sys/net/if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/other/tinderbox/CURRENT/i386/i386/src/sys -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/acpica -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/ipfilter -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/pf -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/dev/ath/freebsd -I/other/tinderbox/CURRENT/i386/i386/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c: In function `arc_output': /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c:166: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast /other/tinderbox/CURRENT/i386/i386/src/sys/net/if_arcsubr.c:168: warning: passing arg 2 of `bcopy' makes pointer from integer without a cast *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/i386/obj/other/tinderbox/CURRENT/i386/i386/src/sys/LINT. *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/i386/src. *** Error code 1 Stop in /other/tinderbox/CURRENT/i386/i386/src. TB --- 2004-03-22 05:05:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-03-22 05:05:01 - ERROR: failed to build lint kernel TB --- 2004-03-22 05:05:01 - tinderbox aborted From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 21:57:18 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CEF16A4CE for ; Sun, 21 Mar 2004 21:57:18 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB1043D1D for ; Sun, 21 Mar 2004 21:57:17 -0800 (PST) (envelope-from freebsd-current@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B5IR2-0006Ni-00 for ; Mon, 22 Mar 2004 06:57:16 +0100 Received: from ppp-62-118.customer.wingnet.net ([206.30.62.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Mar 2004 06:57:16 +0100 Received: from jesse by ppp-62-118.customer.wingnet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Mar 2004 06:57:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Jesse Guardiani Date: Mon, 22 Mar 2004 00:57:13 -0500 Organization: WingNET Lines: 22 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ppp-62-118.customer.wingnet.net User-Agent: KNode/0.7.2 X-Mail-Copies-To: never Sender: news Subject: resolver issues in FreeBSD-5.2.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jesse@wingnet.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 05:57:18 -0000 Howdy list, I'm seeing some delays while trying to use just /etc/hosts without an actual name server under 5.2.1-RELEASE. Specifically, I run a test Qmail server on my laptop, and it's pausing for 5 or 6 seconds trying to resolve my laptop's host name for incoming local connections. DHCP is off, fresh reboot, all interfaces down except loopback... Has anyone else seen this behavior? Any ideas to fix it? -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 22:30:15 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B3416A4CF for ; Sun, 21 Mar 2004 22:30:15 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1455B43D2D for ; Sun, 21 Mar 2004 22:30:13 -0800 (PST) (envelope-from mw@theatre.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id HAA17911 for freebsd-current@freebsd.org; Mon, 22 Mar 2004 07:30:11 +0100 (CET) Received: from theatre.sax.de (mw@localhost [127.0.0.1]) by theatre.sax.de (8.12.10/8.12.10) with ESMTP id i2M6BvLl015852 for ; Mon, 22 Mar 2004 07:11:57 +0100 (CET) (envelope-from mw@theatre.sax.de) Received: (from mw@localhost) by theatre.sax.de (8.12.10/8.12.9/Submit) id i2M6Bv6p015851 for freebsd-current@freebsd.org; Mon, 22 Mar 2004 07:11:57 +0100 (CET) (envelope-from mw) Date: Mon, 22 Mar 2004 07:11:57 +0100 From: Martin Welk To: freebsd-current@freebsd.org Message-ID: <20040322061157.GA15607@theatre.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP-Fingerprint: D3 C0 49 7D 8C B6 FC 97 F7 F4 1B DF 09 0E 15 2A User-Agent: Mutt/1.5.6i Subject: Still troubles with indefinite wait buffer errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Martin Welk List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 06:30:15 -0000 Good morning, I'm still having some troubles with "indefinite wait buffer errors" as they still come up from time to time since upgrading to 5.2.1-RELEASE(-p1) and I'm still trying to find the problem. I'm very sure that I can exclude hardware errors, but please read my "full story"... I've sent that to -questions a while ago, without any reply. >From time to time, I get the following error messages under heavy load, for example, when copying a larger amount of data or while having some load on the machine while compiling something from the ports: Mar 4 03:29:00 theatre kernel: swap_pager: indefinite wait buffer: device: vinum/scratch, blkno: 190, size: 4096 Mar 4 03:29:00 theatre kernel: swap_pager: indefinite wait buffer: device: vinum/var, blkno: 536, size: 4096 This happens sometimes during the daily jobs running at night, the block numbers differ every time, so I think that's no bad block thing. The machine is based on an Asus P2B-S board with a P-II CPU (350 MHz), 256 MBytes of memory and three ATA hard disks. I have replaced the ATA controller meanwhile, so I'm no longer using the on-board chipset but a cheap Silicon Image SiI0680 based one which is recognized correctly, as it looks like. This machine is running like this for about 1 year now, was running rock-solid before (I think I've started with 5.1-REL on it). I have organized all my disks with Vinum and I'm quite happy with it: there are two 120 GByte disks, bootable, all volumes mirrored through Vinum including root but except swap space. I know that it's probably not the best idea to run swapping through a logical volume manager at all, but as this is a small home serve which shouldn't swap to much at all, I don't care for it but it helps keeping disk organizing more simple - simply having all as Vinum devices :) I would appreciate to be able to keep swapping to Vinum devices in the future again (...latest GEOM changes...), but that's a another issue - as swap space is usually almost unused (a few hundred KBytes), I'm currently swapping to a md device (*cough*) hoping that this will be fixed soon. The machine is running as a small home server and DSL gateway, so it's running ppp, natd, ipfw-based firewall, Squid, sendmail, SpamAssassin, natd, Samba, NFS server, DHCP server, ntpd and a few other small things. I've done an upgrade to 5.2.1-RELEASE a few days ago, with an update to -p1 a day later, and the other change during that time was to enable fxp1, which hasn't been used before and that's now using the same IRQ (9) as the on-board Adaptec SCSI adapter, but when the machine shows the described symptoms, fxp1 wasn't used heavily and the SCSI adapter is completely unused - well, there's a CD-ROM and a CD-R connected to it but never used. I have to screen shots of kernel backtraces from the point of time when the error happens - "real" screen shots, please see them at http://www.sax.de/~mw/KIF_1374.JPG and http://www.sax.de/~mw/KIF_1377.JPG Again, at all no ata disk errors, and if I force the machine to read out the full disks (dd if=/dev/ad[n]s1c of=/dev/null) I get no ata errors at all and it runs through smoothly with throughput between 25 and 41 MBytes/sec. Thanks in advance for any help. Regards, Martin (...) FreeBSD 5.2.1-RELEASE-p1 #3: Thu Mar 4 12:26:22 CET 2004 CPU: Pentium II/Pentium II Xeon/Celeron (350.80-MHz 686-class CPU) (...) real memory = 268423168 (255 MB) avail memory = 251105280 (239 MB) (...) Pentium Pro MTRR support enabled pcibios: BIOS version 2.10 Using $PIR table, 8 entries at 0xc00f0d10 pcib0: at pcibus 0 on motherboard pci0: on pcib0 pci_cfgintr: 0:6 INTA BIOS irq 9 pci_cfgintr: 0:7 INTA BIOS irq 5 pci_cfgintr: 0:9 INTA BIOS irq 9 pci_cfgintr: 0:10 INTA BIOS irq 5 pci_cfgintr: 0:11 INTA BIOS irq 12 agp0: mem 0xe4000000-0xe7ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci_cfgintr: 0:1 INTA routed to irq 4 pcib1: slot 0 INTA is routed to irq 4 pci1: at device 0.0 (no driver attached) isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xd800-0xd80f at device 4.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] uhci0: port 0xd400-0xd41f at device 4.2 on pci0 pci_cfgintr: 0:4 INTD routed to irq 9 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 4.3 (no driver attached) ahc0: port 0xd000-0xd0ff mem 0xdf800000-0xdf800fff irq 9 at device 6.0 on pci0 aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs fxp0: port 0xb800-0xb81f mem 0xdf000000-0xdf0fffff,0xe2000000-0xe2000fff irq 5 at device 7.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: port 0xb400-0xb43f mem 0xde000000-0xde0fffff,0xde800000-0xde800fff irq 9 at device 9.0 on pci0 miibus1: on fxp1 inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcm0: port 0xb000-0xb03f irq 5 at device 10.0 on pci0 de0: port 0xa800-0xa87f mem 0xdd800000-0xdd80007f irq 12 at device 11.0 on pci0 de0: 21041 [10Mb/s] pass 2.1 orm0: