From owner-freebsd-current Sun Sep 15 0:13:51 2002 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 91FA837B400 for <current@freebsd.org>; Sun, 15 Sep 2002 00:13:50 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB81343E6A for <current@freebsd.org>; Sun, 15 Sep 2002 00:13:49 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g8F7CXv86196; Sun, 15 Sep 2002 00:12:33 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sun, 15 Sep 2002 00:12:33 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: "Andrew P. Lentvorski" <bsder@mail.allcaps.org> Cc: Kris Kennaway <kris@obsecurity.org>, current@freebsd.org Subject: Re: NFS lock failure (was Re: FreeBSD 5.0 as a desktop 'failure' report) In-Reply-To: <20020914215026.A91907-100000@mail.allcaps.org> Message-ID: <Pine.BSF.4.21.0209150012070.86175-100000@beppo> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Huh- that's a good question. I have all of that stuff around and should try it. Last I tried either connectathon or spec, FreeBSD panicd. On Sat, 14 Sep 2002, Andrew P. Lentvorski wrote: > On Sat, 14 Sep 2002, Kris Kennaway wrote: > > > ... When the machine > > rebooted (with a newer kernel, hmm) it is now completing the locking > > tests (note the warnings, though). My locking problems with the linux > > server continue though. > > Cool! I'm glad that FreeBSD -current passes the new Connectathon 2002 > locking suites (especially when run by somebody other than me :-) ). > > Your linux problems are not surprising. The linux NFS server did not > support partial file locking last time I checked. It also did not support > certain combinations of rpc binding(portmapper/rpcbind), NFS version, and > NFS lock manager verion. However, NFS on linux is Somebody Else's > Problem(tm). > > The lack of partial file locking was the reason that I rewrote a whole lot > of rpc.lockd on -current. Even after this rewrite, rpc.lockd still has > some quirks on -current which will require some significant kernel > digging to rectify. However, some of this should get easier given the > significant efforts which have gone into the filesystem code in -current. > > -a > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 0:23:33 2002 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 ECA4537B400 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 00:23:31 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 002C443E65 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 00:23:30 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id RAA03303; Sun, 15 Sep 2002 17:23:25 +1000 Date: Sun, 15 Sep 2002 17:31:42 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: bde@gamplex.bde.org To: Julian Elischer <julian@elischer.org> Cc: FreeBSD current users <current@FreeBSD.ORG> Subject: Re: Very important bug.. In-Reply-To: <Pine.BSF.4.21.0209141615070.82711-100000@InterJet.elischer.org> Message-ID: <20020915171435.I1742-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sat, 14 Sep 2002, Julian Elischer wrote: > Well to all 2 of you that would ever considering running > FreeBSD 1.1 binaries on -current anyhow... > > Everything goes along great until you hit a pid > 32768 > then everything stops > > apparently the code in libc in FreeBSD1.1 assumes that pids are < 32k > and CHECKS it.. :-) [It was a sign extension bug. There are also some sign exension bugs at the 2^32 boundary. E.g., olseek() silently truncates large offsets mod 2^32.] > My aim was to time a "make world" in a 1.1 jail under -current with > a modern machine. (just to see how much slower we've made everything) > > so Everything was screaming past at a very fast rate until: I guess it would be about twice as slow. Others made gcc a little more than twice as slow and we can only add a little to that, especially with only userland differences. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 4:13:22 2002 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 579E737B400 for <current@freebsd.org>; Sun, 15 Sep 2002 04:13:11 -0700 (PDT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6563243E42 for <current@freebsd.org>; Sun, 15 Sep 2002 04:13:11 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd01.sul.t-online.de by mailout03.sul.t-online.com with smtp id 17qXKv-0002PN-06; Sun, 15 Sep 2002 13:13:09 +0200 Received: from Andro-Beta.Leidinger.net (520065502893-0001@[217.229.210.193]) by fmrl01.sul.t-online.com with esmtp id 17qXKk-1t9Nq4C; Sun, 15 Sep 2002 13:12:58 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) by Andro-Beta.Leidinger.net (8.12.5/8.12.5) with ESMTP id g8FBCrZq008035 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 13:12:53 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.5/8.12.5) with SMTP id g8FBCrcb001096 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 13:12:53 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sun, 15 Sep 2002 13:12:53 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: current@FreeBSD.ORG Subject: Re: Junior Kernel Hacker page updated... Message-Id: <20020915131253.76814b43.Alexander@Leidinger.net> In-Reply-To: <3D836C44.DF99643B@mindspring.com> References: <16372.1031998673@critter.freebsd.dk> <3D836C44.DF99643B@mindspring.com> Organization: Independend X-Mailer: Sylpheed version 0.8.1claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520065502893-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sat, 14 Sep 2002 10:05:08 -0700 Terry Lambert <tlambert2@mindspring.com> wrote: > I definitely think an "official" page for a list like this is a > good idea. Poul's also definitely right about the inherent danger > of bike-shedding. > > It's probably worth the risk of seeing conflicting things show > up on it, as long as there is a rule of "the first person to > submit code wins", so that conflicting things get removed from > the list -- but only *after* some code shows up. [...] > Figure out what a global list means, before making one... we don't > want one person working on removing a.out, while another one works > on adding better support for it (as a sample bike shed)! My proposal: - put everything you want into the list - conflicting entries have to reside near each other in a conflicting entries section - if someone doesn't like an entry he can add an conflicting entry - if someone wants to implement an entry in the conflicting entries section he should first talk about it on freebsd-arch (or with an upcoming technical review board), the outcome of the discussion should be documented in the task list (e.g. in a rejected entries section) Bye, Alexander. -- I believe the technical term is "Oops!" http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 4:36:32 2002 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 022F637B400 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 04:36:30 -0700 (PDT) Received: from dev.bsdnerds.org (lsanca2-ar31-4-33-247-199.lsanca2.dsl-verizon.net [4.33.247.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B63F43E72 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 04:36:29 -0700 (PDT) (envelope-from justin@bsdnerds.org) Received: from dev.bsdnerds.org (tr0n@localhost [127.0.0.1]) by dev.bsdnerds.org (8.12.6/8.12.6) with ESMTP id g8FBaKjA061163 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 11:36:20 GMT (envelope-from justin@bsdnerds.org) Received: (from tr0n@localhost) by dev.bsdnerds.org (8.12.6/8.12.6/Submit) id g8FBaKNG061162; Sun, 15 Sep 2002 11:36:20 GMT X-Authentication-Warning: dev.bsdnerds.org: tr0n set sender to justin@bsdnerds.org using -f Subject: pkg_add From: justin <justin@bsdnerds.org> Reply-To: lists@bsdnerds.org To: freebsd-current@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 15 Sep 2002 11:36:20 +0000 Message-Id: <1032089780.60923.34.camel@dev.bsdnerds.org> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I have recompiled my base the past 2 days now, and pkg_add will segfault signal 10 and core dumps after the second file transfer I can still use it to install the package, but i have to run the command multiple times depending on how many dependancies the port has. If it is only 1 file, it works fine and without problems. Just curious as to see if anyone else has had this problem or if there is a patch for it or what. Thanks for the input. If you need the coredumps I can get those and email them. Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 6: 9:55 2002 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 4C72B37B400 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 06:09:54 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3EA043E65 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 06:09:53 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from smtp-relay01.mac.com (smtp-relay01-en1 [10.13.10.224]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id g8FD9r0e010004 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 06:09:53 -0700 (PDT) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtp-relay01.mac.com (8.12.1/8.12.1/1.0) with ESMTP id g8FD9qVw004073 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 06:09:53 -0700 (PDT) Received: from David-Leimbachs-Computer.local ([66.156.165.23]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id H2HDWG00.F4C; Sun, 15 Sep 2002 06:09:52 -0700 Date: Sun, 15 Sep 2002 08:09:52 -0500 Subject: Re: FreeBSD 5.0 as a desktop 'failure' report Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v543) Cc: Matthew Jacob <mjacob@feral.com>, current@FreeBSD.ORG To: "Andrew P. Lentvorski" <bsder@mail.allcaps.org> From: leimy2k@mac.com In-Reply-To: <20020914173520.G91535-100000@mail.allcaps.org> Message-Id: <6C3D95B5-C8AC-11D6-AF56-0003937E39E0@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.543) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Saturday, September 14, 2002, at 07:40 PM, Andrew P. Lentvorski wrote: > On Sat, 14 Sep 2002, Matthew Jacob wrote: > >> But we need a window manager- let's build gnome2! That worked- but, >> haha, gnome2 refused to run because it failed to be able to do NFS >> locking on my NFS mounted (on a Solaris 8 server) home directory. Oh, >> well that's really not going to cut it now, is it.... Oh, well, let's >> live with plain sawfish until we sort this one out... > > Please report this to the Gnome folks. Given the state of NFS > filelocking > on *any* open source system (they are all broken in various ways-this > includes Linux and *BSD), requiring fully working NFS file locking on a > widespread windowing system is not a good idea. > Yes, the only successful NFS file locking I have ever seen on linux is on NFS v3 and it must be mounted with the "noac" [no attribute caching] option. I am sure that option degrades performance pretty badly. Give it a shot... see if it works > In addition, I would bet that they'll probably point you to some > command-line flag which disables that file locking. > > -a > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 6:53:37 2002 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 01E9737B400 for <freebsd-current@FreeBSD.org>; Sun, 15 Sep 2002 06:53:36 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (197.a.007.mel.iprimus.net.au [210.50.80.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9A443E42 for <freebsd-current@FreeBSD.org>; Sun, 15 Sep 2002 06:53:33 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (xxfxgzaobkkes8xi@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id g8FDrRUD045990; Sun, 15 Sep 2002 23:53:28 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id g8FDrPg8045989; Sun, 15 Sep 2002 23:53:25 +1000 (EST) Date: Sun, 15 Sep 2002 23:53:25 +1000 From: Tim Robbins <tjr@FreeBSD.org> To: walt <wa1ter@hotmail.com> Cc: freebsd-current@FreeBSD.org Subject: Re: cvsup, mozilla, pan segfaulting since yesterday? Message-ID: <20020915235325.A45719@dilbert.robbins.dropbear.id.au> References: <am0qca$1gk7$1@FreeBSD.csie.NCTU.edu.tw> <3D8421F5.5080900@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3D8421F5.5080900@hotmail.com>; from wa1ter@hotmail.com on Sat, Sep 14, 2002 at 11:00:21PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sat, Sep 14, 2002 at 11:00:21PM -0700, walt wrote: > Tim Robbins wrote: > > > ...You might consider editing > > src/lib/libc_r/uthread/pthread_private.h and making PTHREAD_STACK_DEFAULT > > a bit larger (1048576 should be more than enough). > > I edited the file as directed and did a make && make install in > /usr/src/lib/ and watched to make sure that libc_r recompiled. > > Unfortunately it made no difference--the apps still segfault. > > Is there something else I need to do? The changes have been backed out now, but I think that changing: _pthread_guard_default = getpagesize(); to: _pthread_guard_default = 32 * getpagesize(); in _thread_init() in uthread_init.c as well as changing PTHREAD_STACK_DEFAULT might have made Mozilla work but it's fairly wasteful. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 7:28:15 2002 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 03ACD37B400; Sun, 15 Sep 2002 07:28:14 -0700 (PDT) Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80F6243E65; Sun, 15 Sep 2002 07:28:13 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g8FESCop001690; Sun, 15 Sep 2002 10:28:12 -0400 (EDT) Date: Sun, 15 Sep 2002 10:28:12 -0400 (EDT) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: Tim Robbins <tjr@FreeBSD.ORG> Cc: walt <wa1ter@hotmail.com>, freebsd-current@FreeBSD.ORG Subject: Re: cvsup, mozilla, pan segfaulting since yesterday? In-Reply-To: <20020915235325.A45719@dilbert.robbins.dropbear.id.au> Message-ID: <Pine.GSO.4.10.10209151024001.1206-100000@pcnet1.pcnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sun, 15 Sep 2002, Tim Robbins wrote: > On Sat, Sep 14, 2002 at 11:00:21PM -0700, walt wrote: > > > Tim Robbins wrote: > > > > > ...You might consider editing > > > src/lib/libc_r/uthread/pthread_private.h and making PTHREAD_STACK_DEFAULT > > > a bit larger (1048576 should be more than enough). > > > > I edited the file as directed and did a make && make install in > > /usr/src/lib/ and watched to make sure that libc_r recompiled. > > > > Unfortunately it made no difference--the apps still segfault. > > > > Is there something else I need to do? > > The changes have been backed out now, but I think that changing: > > _pthread_guard_default = getpagesize(); > > to: > > _pthread_guard_default = 32 * getpagesize(); > > in _thread_init() in uthread_init.c as well as changing PTHREAD_STACK_DEFAULT > might have made Mozilla work but it's fairly wasteful. There are portable ways to do this. If you need bigger thread stacks, then set them with pthread_attr_setstacksize(). If you need bigger guard pages, the set them with pthread_attr_setguardsize(). -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 9:13:55 2002 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 34AE937B400 for <current@freebsd.org>; Sun, 15 Sep 2002 09:13:54 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565A143E72 for <current@freebsd.org>; Sun, 15 Sep 2002 09:13:53 -0700 (PDT) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp907.qld.padsl.internode.on.net [150.101.176.138]) by smtp0.adl1.internode.on.net (8.12.4/8.12.4) with ESMTP id g8FGDpp5023788; Mon, 16 Sep 2002 01:43:51 +0930 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.11.6/8.11.6) with ESMTP id g8FGDoH23193; Mon, 16 Sep 2002 02:13:51 +1000 (EST) (envelope-from mckay) Message-Id: <200209151613.g8FGDoH23193@dungeon.home> To: current@freebsd.org Cc: Stephen McKay <smckay@internode.on.net> Subject: Re: Uncommitted dc0 fixes ... References: <20020904165819.R31964-100000@levais.imp.ch> <200209091359.g89Dx8t12523@dungeon.home> <20020909230351.GA50249@dragon.nuxi.com> In-Reply-To: <20020909230351.GA50249@dragon.nuxi.com> from "David O'Brien" at "Mon, 09 Sep 2002 16:03:52 -0700" Date: Mon, 16 Sep 2002 02:13:50 +1000 From: Stephen McKay <smckay@internode.on.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Monday, 9th September 2002, "David O'Brien" wrote: >If a clear capable replacement maintainer for dc(4) stepped forward, I am >sure the user community could put all the various types of cards in said >person's hands. I have 3 cards I could donate to the cause myself. If I had one of everything, I'd test patches on them. (Or test they work at all; see kern/42714.) I can't say I'd go so far as being the official maintainer, as that implies a response time I can't currently guarantee. It's not much of an offer, I know, but as far as I know nobody else is interested at all. Either way I'll continue to test (and use) the two flavours of dc card I already have (real Intel and a Macronix 98715AEC). Stephen. PS I've been delayed in committing the couple patches I said I would commit. My -current box seems not to be current enough to compile a -current kernel any more. :-( I'll get up to date eventually; it's a sloooow box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 10: 8:16 2002 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 13B3C37B400 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 10:08:16 -0700 (PDT) Received: from tomts26-srv.bellnexxia.net (tomts26.bellnexxia.net [209.226.175.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CDD43E65 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 10:08:15 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([65.95.177.86]) by tomts26-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020915170813.FSEQ21425.tomts26-srv.bellnexxia.net@xena.gsicomp.on.ca> for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 13:08:13 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id g8FFsNX96978 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 11:54:23 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <037f01c25cda$79f720a0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: <freebsd-current@freebsd.org> Subject: How many makeLINT scripts do we need? Date: Sun, 15 Sep 2002 13:08:04 -0400 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 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG It looks like the "official" way to make LINT is this: cd /usr/src/sys/i386/conf make LINT This method uses /usr/src/sys/conf/makeLINT.sed. So, is /usr/src/sys/i386/conf/makeLINT.sh neccessary to have around anymore? -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 11:49:17 2002 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 CA0AC37B400 for <current@freebsd.org>; Sun, 15 Sep 2002 11:49:15 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 893E143E65 for <current@freebsd.org>; Sun, 15 Sep 2002 11:49:13 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g8FImhOo034708; Sun, 15 Sep 2002 14:48:44 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 15 Sep 2002 14:48:42 -0400 (EDT) From: Robert Watson <rwatson@freebsd.org> X-Sender: robert@fledge.watson.org To: Kris Kennaway <kris@obsecurity.org> Cc: "Andrew P. Lentvorski" <bsder@mail.allcaps.org>, Matthew Jacob <mjacob@feral.com>, current@freebsd.org Subject: Re: NFS lock failure (was Re: FreeBSD 5.0 as a desktop 'failure' report) In-Reply-To: <20020915012837.GA943@xor.obsecurity.org> Message-ID: <Pine.NEB.3.96L.1020915144701.10061A-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sat, 14 Sep 2002, Kris Kennaway wrote: > On Sat, Sep 14, 2002 at 05:51:32PM -0700, Andrew P. Lentvorski wrote: > > Folks, > > > > Could someone *please* take a look at the NFS lock packets *on the wire*? > > Without this, it becomes significantly harder to debug the failure. > > Well, there's also the apparent problem of a non-blocking flock() > operation blocking on the named pipe..but thanks for your suggestions, > I'll go and try them out now. The way the NFS locking code currently does an upcall to userland probably needs to be re-done before release. Right now it does some pretty funky things when used with chroot, for example, since the lookup of the named pipe is relative to the root of the process performing the lock operation, not necessarily the root that actually has the lockd process. Alfred and I have talked a little about re-write options, but my feeling is that using a pseudo-device would probably be best, even though it introduces a little more machinery. It would also avoid some problems with the use of inappropriate credentials in the lookup, etc. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 12: 5:50 2002 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 1F14137B400 for <current@FreeBSD.org>; Sun, 15 Sep 2002 12:05:49 -0700 (PDT) Received: from studnet.sk (kripel.unitra.sk [193.87.12.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC9AA43E42 for <current@FreeBSD.org>; Sun, 15 Sep 2002 12:05:39 -0700 (PDT) (envelope-from rado@kripel.studnet.sk) Received: from kripel.studnet.sk (rado@localhost [IPv6:::1]) by studnet.sk (8.12.5/angel's version) with ESMTP id g8FIsPjn037375 for <current@FreeBSD.org>; Sun, 15 Sep 2002 20:54:25 +0200 (CEST) Received: (from rado@localhost) by kripel.studnet.sk (8.12.5/8.12.3/Submit) id g8FIsPXt037325 for current@FreeBSD.org; Sun, 15 Sep 2002 20:54:25 +0200 (CEST) Date: Sun, 15 Sep 2002 20:54:24 +0200 From: Radko Keves <rado@studnet.sk> To: current@FreeBSD.org Subject: problem with accounting with Friday kernel Message-ID: <20020915185424.GA34049@studnet.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG hi all i use: 5.0-CURRENT FreeBSD 5.0-CURRENT #15: Fri Sep 13 12:34:20 CEST 2002 i386 and world from Jul 30 and in logs have this message: Sep 15 20:50:00 kripel kernel: ../../../vm/uma_core.c:1332: could sleep with "accounting" locked from ../../../kern/kern_acct.c:213 my question isn't only if it is my problem but how can i set off accounting without reseting box i haven't found it in manual, handbook ... thank and bye -- 20:49 up 1:18, 13 users, load averages: 0,00 0,00 0,00 -- FreeBSD 5.0-CURRENT #15: root@kripel:/usr/src/sys/i386/compile/angel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 12: 9:21 2002 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 7670F37B400 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 12:09:20 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2445443E42 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 12:09:20 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 5AC9A9E57; Sun, 15 Sep 2002 15:02:48 -0400 (EDT) Date: Sun, 15 Sep 2002 15:02:48 -0400 From: Mike Barcroft <mike@FreeBSD.org> To: Matthew Emmerton <matt@gsicomp.on.ca> Cc: freebsd-current@freebsd.org Subject: Re: How many makeLINT scripts do we need? Message-ID: <20020915150248.I84338@espresso.q9media.com> References: <037f01c25cda$79f720a0$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <037f01c25cda$79f720a0$1200a8c0@gsicomp.on.ca>; from matt@gsicomp.on.ca on Sun, Sep 15, 2002 at 01:08:04PM -0400 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Matthew Emmerton <matt@gsicomp.on.ca> writes: > It looks like the "official" way to make LINT is this: > > cd /usr/src/sys/i386/conf > make LINT > > This method uses /usr/src/sys/conf/makeLINT.sed. > > So, is /usr/src/sys/i386/conf/makeLINT.sh neccessary to have around anymore? Fixed. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 13: 0:16 2002 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 D16FA37B400 for <current@freebsd.org>; Sun, 15 Sep 2002 13:00:15 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 825E243E4A for <current@freebsd.org>; Sun, 15 Sep 2002 13:00:14 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8FK0E8L000633 for <current@freebsd.org>; Sun, 15 Sep 2002 13:00:14 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8FK0E88000631 for current@freebsd.org; Sun, 15 Sep 2002 13:00:14 -0700 (PDT) Date: Sun, 15 Sep 2002 13:00:14 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209152000.g8FK0E88000631@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Sun Sep 15 13:00:13 PDT 2002 cd: can't cd to /home/des/tinderbox/alpha/src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 13: 0:17 2002 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 E5CA137B401; Sun, 15 Sep 2002 13:00:15 -0700 (PDT) Received: from mail.superonline.com (nwusr-31370.dial-in.ttnet.net.tr [195.175.202.139]) by mx1.FreeBSD.org (Postfix) with SMTP id C3EDB43E72; Sun, 15 Sep 2002 13:00:04 -0700 (PDT) (envelope-from MERVE@yahoo.com) Message-ID: <gexsbtsebqxdddr.p@mail.superonline.com> Reply-To: Bu_adres@gecersizdir.com To: MERVE@FREEBSD.ORG Date: Sun, 15 Sep 2002 23:00:29 +0-200 Content-Type: text/plain; charset=ISO-8859-1 Subject: LoLitalar ve Videolari From: MERVE@yahoo.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 13:47:11 2002 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 4179A37B400 for <freebsd-current@FreeBSD.ORG>; Sun, 15 Sep 2002 13:47:10 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B8D43E3B for <freebsd-current@FreeBSD.ORG>; Sun, 15 Sep 2002 13:47:09 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g8FKl8Vo017178 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 15 Sep 2002 16:47:08 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g8FKl6Li017175; Sun, 15 Sep 2002 16:47:06 -0400 (EDT) (envelope-from wollman) Date: Sun, 15 Sep 2002 16:47:06 -0400 (EDT) From: Garrett Wollman <wollman@lcs.mit.edu> Message-Id: <200209152047.g8FKl6Li017175@khavrinen.lcs.mit.edu> To: Daniel Eischen <eischen@pcnet1.pcnet.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: cvsup, mozilla, pan segfaulting since yesterday? In-Reply-To: <Pine.GSO.4.10.10209151024001.1206-100000@pcnet1.pcnet.com> References: <20020915235325.A45719@dilbert.robbins.dropbear.id.au> <Pine.GSO.4.10.10209151024001.1206-100000@pcnet1.pcnet.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG <<On Sun, 15 Sep 2002 10:28:12 -0400 (EDT), Daniel Eischen <eischen@pcnet1.pcnet.com> said: > There are portable ways to do this. If you need bigger thread > stacks, then set them with pthread_attr_setstacksize(). If you > need bigger guard pages, the set them with pthread_attr_setguardsize(). I think it is reasonable to expect that the default stack size will be sufficient to hold the stack frame of any single Standard library function. (If the Standard doesn't require this, it ought to.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 14:20:26 2002 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 5AE8F37B400; Sun, 15 Sep 2002 14:20:24 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD6543E75; Sun, 15 Sep 2002 14:20:23 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id CBCFA46FC; Sun, 15 Sep 2002 22:20:13 +0100 (BST) Date: Sun, 15 Sep 2002 22:20:13 +0100 From: Josef Karthauser <joe@FreeBSD.org> To: Tim Robbins <tjr@FreeBSD.ORG> Cc: Christian Weisgerber <naddy@mips.inka.de>, freebsd-current@FreeBSD.ORG Subject: Re: missing 'wcscoll'. Message-ID: <20020915212013.GB7155@genius.tao.org.uk> References: <20020913092209.GA9911@genius.tao.org.uk> <alsv20$me$1@kemoauc.mips.inka.de> <20020914162311.A85397@dilbert.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TRYliJ5NKNqkz5bu" Content-Disposition: inline In-Reply-To: <20020914162311.A85397@dilbert.robbins.dropbear.id.au> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG --TRYliJ5NKNqkz5bu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 14, 2002 at 04:23:11PM +1000, Tim Robbins wrote: > On Fri, Sep 13, 2002 at 03:08:48PM +0000, Christian Weisgerber wrote: >=20 > > Josef Karthauser <joe@FreeBSD.org> wrote: > >=20 > > > I've not looked too deeply as to the cause, but I'm hoping someone he= re > > > can shed some light on it for me. I'm having trouble building openja= de > > > from the ports on -current. > >=20 > > I reported this in PR #42637. I also vaguely remember seeing at > > least one fix for a similar problem go in for a different port. >=20 > I've attached a patch for openjade. Put it in ports/openjade/files/patch-= ae. > It prevents it from using any of the ISO C90 Amd.1 extended multibyte/wide > character functions (<wchar.h> and <wctype.h>) by disabling the test for > them in the 'configure' script. >=20 > The patch makes openjade build properly on -current, but I haven't checked > whether it runs correctly or not. It appears to. Thanks, I'll commit this shortly, once I've tested that it still works on -stable. Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --TRYliJ5NKNqkz5bu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj2E+Y0ACgkQXVIcjOaxUBb6IwCfcd40QkTUa3RR+5+eK6yArt13 Sz8Anidvv5qbhZi95nBKOT1qLYD4aMn9 =22AR -----END PGP SIGNATURE----- --TRYliJ5NKNqkz5bu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 14:24:21 2002 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 1D5B537B400 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 14:24:19 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8033F43E72 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 14:24:18 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id B6CAF46FD; Sun, 15 Sep 2002 22:24:08 +0100 (BST) Date: Sun, 15 Sep 2002 22:24:08 +0100 From: Josef Karthauser <joe@FreeBSD.org> To: Matthew Jacob <mjacob@feral.com> Cc: current@FreeBSD.ORG Subject: Re: FreeBSD 5.0 as a desktop 'failure' report Message-ID: <20020915212408.GC7155@genius.tao.org.uk> Mail-Followup-To: Josef Karthauser <joe@FreeBSD.org>, Matthew Jacob <mjacob@feral.com>, current@FreeBSD.ORG References: <200209141903.g8EJ3Pua052916@apollo.backplane.com> <Pine.BSF.4.21.0209141223520.34453-100000@beppo> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LwW0XdcUbUexiWVK" Content-Disposition: inline In-Reply-To: <Pine.BSF.4.21.0209141223520.34453-100000@beppo> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG --LwW0XdcUbUexiWVK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 14, 2002 at 12:32:24PM -0700, Matthew Jacob wrote: >=20 > Now *I* run it on my desk top because the VM system doesn't freeze the > mouse as I switch between windows the way Linux does. But I have to say > that Windows2000 with Putty is just about as useful as a desktop *plus* > you don't have to bork around with Vmware (which, btw, has gone on to > version 3 which isn't supported under FreeBSD) I'm trying to foster work to port this to FreeBSD. Someone's looking at it right now, so I'm hopeful that we'll have a working one soon. It sucks to have a licence that can't be used (yes I bought the upgrade!). Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --LwW0XdcUbUexiWVK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj2E+ncACgkQXVIcjOaxUBYKzgCeJsMvbDK+PSomnD7uormlARGK 7wUAoMUkJi0nr5Ld2hnqyYwWRfdwKePU =0HQh -----END PGP SIGNATURE----- --LwW0XdcUbUexiWVK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 14:47:23 2002 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 B731137B400 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 14:47:22 -0700 (PDT) Received: from dev.bsdnerds.org (lsanca2-ar31-4-33-246-189.lsanca2.dsl-verizon.net [4.33.246.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BF9E43E42 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 14:47:22 -0700 (PDT) (envelope-from justin@bsdnerds.org) Received: from dev.bsdnerds.org (tr0n@localhost [127.0.0.1]) by dev.bsdnerds.org (8.12.6/8.12.6) with ESMTP id g8FLlU5c000414 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 21:47:30 GMT (envelope-from justin@bsdnerds.org) Received: (from tr0n@localhost) by dev.bsdnerds.org (8.12.6/8.12.6/Submit) id g8FLlTFN000413; Sun, 15 Sep 2002 21:47:29 GMT X-Authentication-Warning: dev.bsdnerds.org: tr0n set sender to justin@bsdnerds.org using -f Subject: pkg_add From: justin <justin@bsdnerds.org> To: freebsd-current@freebsd.org Reply-To: lists@bsdnerds.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 15 Sep 2002 21:47:28 +0000 Message-Id: <1032126448.383.1.camel@dev.bsdnerds.org> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG >> SORRY IF THIS IS A REPEAT! I have recompiled my base the past 2 days now, and pkg_add will segfault signal 10 and core dumps after the second file transfer I can still use it to install the package, but i have to run the command multiple times depending on how many dependancies the port has. If it is only 1 file, it works fine and without problems. Just curious as to see if anyone else has had this problem or if there is a patch for it or what. Thanks for the input. If you need the coredumps I can get those and email them. Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 14:54:20 2002 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 9673B37B400 for <freebsd-current@FreeBSD.ORG>; Sun, 15 Sep 2002 14:54:19 -0700 (PDT) Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0815343E42 for <freebsd-current@FreeBSD.ORG>; Sun, 15 Sep 2002 14:54:19 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g8FLsH5k018138; Sun, 15 Sep 2002 17:54:18 -0400 (EDT) Date: Sun, 15 Sep 2002 17:54:17 -0400 (EDT) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: Garrett Wollman <wollman@lcs.mit.edu> Cc: freebsd-current@FreeBSD.ORG Subject: Re: cvsup, mozilla, pan segfaulting since yesterday? In-Reply-To: <200209152047.g8FKl6Li017175@khavrinen.lcs.mit.edu> Message-ID: <Pine.GSO.4.10.10209151750400.17686-100000@pcnet1.pcnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sun, 15 Sep 2002, Garrett Wollman wrote: > <<On Sun, 15 Sep 2002 10:28:12 -0400 (EDT), Daniel Eischen <eischen@pcnet1.pcnet.com> said: > > > There are portable ways to do this. If you need bigger thread > > stacks, then set them with pthread_attr_setstacksize(). If you > > need bigger guard pages, the set them with pthread_attr_setguardsize(). > > I think it is reasonable to expect that the default stack size will be > sufficient to hold the stack frame of any single Standard library > function. (If the Standard doesn't require this, it ought to.) I agree, but I didn't want someone to go off in the wrong direction. Plus, the test program posted (was it here, or in the other thread?) was being used to show a problem with thread stack sizes. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 18:57:19 2002 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 EACFA37B400; Sun, 15 Sep 2002 18:57:18 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F4743E6E; Sun, 15 Sep 2002 18:57:18 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id A16D52A7D6; Sun, 15 Sep 2002 18:57:18 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: current@freebsd.org Subject: Re: alpha tinderbox failure In-Reply-To: <200209152000.g8FK0E88000631@beast.freebsd.org> Date: Sun, 15 Sep 2002 18:57:18 -0700 From: Peter Wemm <peter@wemm.org> Message-Id: <20020916015718.A16D52A7D6@canning.wemm.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > Sun Sep 15 13:00:13 PDT 2002 > cd: can't cd to /home/des/tinderbox/alpha/src This might be fixed. I didn't copy /var/tmp across from the old beast. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 19:43:24 2002 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 56DC037B400 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 19:43:23 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E9A3D43E4A for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 19:43:18 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 35653 invoked by uid 1000); 16 Sep 2002 02:43:20 -0000 Date: Sun, 15 Sep 2002 19:43:20 -0700 (PDT) From: Nate Lawson <nate@root.org> To: lists@bsdnerds.org Cc: freebsd-current@freebsd.org Subject: Re: pkg_add In-Reply-To: <1032126448.383.1.camel@dev.bsdnerds.org> Message-ID: <Pine.BSF.4.21.0209151942320.35610-100000@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 15 Sep 2002, justin wrote: > >> SORRY IF THIS IS A REPEAT! > > I have recompiled my base the past 2 days now, and pkg_add will segfault > signal 10 and core dumps after the second file transfer I can still use > it to install the package, but i have to run the command multiple times > depending on how many dependancies the port has. If it is only 1 file, > it works fine and without problems. > > Just curious as to see if anyone else has had this problem or if there > is a patch for it or what. > > Thanks for the input. If you need the coredumps I can get those and > email them. > > Justin Happens here also. The horrible workaround I used to get my -current desktop running X was to get the dependencies and pkg_add them each individually. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 19:55:31 2002 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 0519037B400 for <current@freebsd.org>; Sun, 15 Sep 2002 19:55:24 -0700 (PDT) Received: from mazur.mazur-tom.com.pl (gacol.samba-warmia.com.pl [195.117.12.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 50B1243E65 for <current@freebsd.org>; Sun, 15 Sep 2002 19:55:21 -0700 (PDT) (envelope-from cweqx@epm.net.co) Received: from relay1.demos.su [213.76.238.36] by mazur.mazur-tom.com.pl with ESMTP (SMTPD32-4.06) id A97A209E0220; Mon, 16 Sep 2002 05:01:14 +01d0 To: <fyvdv@dc.uba.ar> From: "Juanita" <cweqx@epm.net.co> Subject: Wanna get high? C Date: Sun, 16 Sep 2001 07:55:26 -1900 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <20020916025521.50B1243E65@mx1.FreeBSD.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Renegade Botanicals From Exotic Botanical Resources! ********************************************** To express our appreciation to all of our loyal customers, we are offering the following products "2 for 1" for a limited time only. Ragga Dagga, Stoney Mahoney, Sweet Vjestika, Aqueous Kathmandu, along with a free 1oz. package of Capillaris Herba. Also, see our money saving Introductory Combo Offers, below! Now Open Seven Days A Week! Call 1-623-974-2295 and Get the 2 for 1 Deal ! 10:30 AM to 7:00 PM (Mountain Time) ********************************************** We have three (3) powerful NEW products from the ethnobotanical herbalists who brought the herba supplementals Kathmandu Temple Kiff 1 & 2 Personal Choice, pipe-smoking substances to the common market! Announcing: 1. Temple 3 Ragga Dagga (tm) 2. Aqueous(liquid)Kathmandu (tm) 3. Stoney Mahoney (tm) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~TEMPLE 3 RAGGA DAGGA~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ We are finally able to offer for your Sensitive, Personal Choice Smoking Enjoyment, the Temple 3 Ragga Dagga (tm) Pipe-Smoking Substance Supplemental Product. Introduced after three years of research and development, Temple 3 is Personal Choice, legal Smoking and Indulgence Redefined!!! Thanks to recent dramatic technological advances in the laboratory processes for the extraction of alkaloid and glycocide supplements from botanicals/herbas/plant matter, we are now able to offer in more cultivated, enhanced, viripotent and substantiated format, what had actually already been the most significant, lawful Personal Choice smoking substance available on the planet. Temple 3 Ragga Dagga (tm) is the sweet, sweet evolution of all of that. * A 20 X more viripotent herba supplement than its predecessors (Temple 1 & 2)! * Happier, happy smoking! * Indeed, a depressive/regressive, supplemental mood-enhancer. * More sophisticated, uplifting & poised than illegal smoking substances. * NO regulation; NO illegality; NO failed drug tests! * Inhibits stress & anxiety! * Inspires contemplativeness & creativity! * Enhances the sexual experience! * Generates more restful sleep & lucid dreaming! * A significant herba/botanical supplement in the battles against drug & alcohol dependence! * Easily ignited & stoked. * Smokes sweetly! * Absolutely legal; non-invasive; no downside! * Lingers for a good, long while! * Possesses many fine ganja virtues with none of the negatives! * Just a little snippet/pinch goes a long, long way. Just 4 or 5 draws of your pipe (a traditional hand herb-pipe is included with each package of Temple 3 Ragga Dagga). Temple 3 Ragga Dagga (tm) is an exclusive, botanical/herba, proprietary, Nepalese-formulated, "Sensitive/Responsive" pipe-smoking/stoking substance, and it is undoubtedly the most prestigious, legal offering of its sort on the planet! So smokin' stokin' potent is this cutting edge formulation, that we have even been able to establish a very happy clientele market base within the hard-core stoner arena and have made positive, happy smoking differences in many, many lives. ABSOLUTELY LEGAL! MARVELOUSLY POTENT!! A one-of-a-kind, proprietary amalgamation, comprised of extreme high-ratio concentrated extracts which are derived from various common and uncommon "sensitive/responsive" herbas primarily cultivated within and imported from the southern and eastern hemispheres ... Temple 3 Ragga Dagga (tm) high-ratio, factored, botanical extractions are master-crafted into solid jiggets/bars which are structurally reminiscent of what one might find in the "happiness" coffee and tea houses of Nepal, Kathmandu or Amsterdam, and in many aspects, possesses a more collected and more focused, less-scattered ambience. Ingredients: Temple smoking substances and Temple 3 Ragga Dagga (tm) have always been and will always remain exclusive EXOTIC BOTANICAL RESOURCES "House Smoking Substance Specialties." Temple 3 Ragga Dagga (tm) is both a euphonious/celebratory and relaxing/calming pipe-smoking substance that offers both physical and cerebral significators. Temple 3 Ragga Dagga (tm) is a proprietary, prescribed botanical amalgamation which includes the following synergistically/synesthesia conglomerated, core-refined, ratio-enhanced herbas/botanicals, resins, essences, flower-tops and oils in extreme ratio extractment ranging from 8.5 to 1, to 100 to 1 viripotent concentrations Drachasha, Chavana Prash, Trikatu, Black Seed Herb, Hybrid Flowering Turnera Diffusa, Capillaris Herba, Angelica Root, Wild Dagga mature leaf matter, Haritaki, Shatavari, Labdunum, Neroli, Unicorn Root, Papaver Rhoes, Dendrobian stems, Calea Zacalechichi buddings, Rue, Amla, Salvia Divinorum, Crocus Sativa, Lotus and Gokshura cutt ings. Please Note: Temple 3 Ragga Dagga (tm) is an absolutely legal, herba/botanical, "Personal Choice," pipe-smoking substantiality product! No included botanical factor therein is regulated by law or considered to be harmful by regulatory agencies. There is no tobacco in Temple 3 Ragga Dagga (tm). There is certainly no cannabis/marijuana in Temple 3 Ragga Dagga (tm). And although we are not age-governed by law, Temple 3 Ragga Dagga (tm) is intended exclusively for sophisticated adult usage! Subsequently, it is our MANDATORY ethical policy that Temple 3 Ragga Dagga (tm) may not be sold, offered, or given to any person that has not attained at least twenty-one years of age. All things in their time. As well, Temple 3 Ragga Dagga (tm) is not intended for use during work or while driving. It should not be enjoyed during pregnancy nor is it intended to supercede physician's care in any regard. ********************************************* Call us direct with your orders or questions. 1-623-974-2295 ********************************************* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~AQUEOUS KATHMANDU~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ For those who choose not to smoke ... we have something for you. Introducing Aqueous Kathmandu "Happy Drops" (tm). Aqueous Kathmandu (tm) Sensitive/Responsive Happiness Drops....(Temple "Quantum" Variety), a Happiness Brew from the Kathmandu....a.k.a. "Secret Fire". Who du the Kathmandu? Now....everybody can du the Kathmandu! (that is, if you're 21 years of age or older....) Aqueous Kathmandu is engaged to holistically inspire and instill sensitive/responsive happiness and mellowness, without the detriment of carcinogenic inhalation (smoking). Aqueous Kathmandu is absolutely legal and does not contain any controlled, harmful, or regulated herbs and has no cannabis/marijuana factors!!!! As smoking has become so socially taboo over the years and so many people have asked us for a liquid product, we have long strived to bring a quantum-factored & concentrated liquid product to you. This has been no easy task for a variety of botanical and technological reasons. Finally, we are able to say that this task has been accomplished....a sensitive herbal/botanical awakening, if you will....as we have introduced and brought to market Aqueous Kathmandu (tm) Happiness Drops, Temple "Quantum" Variety, a.k.a...."Secret Fire"!!! This liquid innovation affords us four factors within this particular botanical equation that were previously not realized.... 1) The ability to provide a more substantial, high-ratio, concentrated application of particular botanical factors that are utilized in our personal-choice, sensitive/responsive pipe-smoking product. 2) The ability to extract high-ratio concentrates of certain botanical factors that are not applicable to a smoking commodity, as they cannot be extracted into dry format. (Please note....all botanical factors included in any of our products are absolutely legal. In the instance of Aqueous Kathmandu, we are simply able to enjoy the advantages of specific legal herbas that just are not dry concentrate applicable. 3) A most notable assimilation factor....being that liquid is more easily and therefore more generally metabolized, or assimilated and as such, is more absolute. Herbal/botanical applications administered as smoke possess a much wider variance in just how efficiently that smoke is integrated metabolistically, psychologically and perspectively. 4) We have sought and created a uniqueness between a "Smoke" and a "non-Smoke"....sort of like the camaraderie between indicas and sativas, if you will....different aspects of the same botanical genus arrangement. Each are impeccable singularly.... and at this juncture we will also mention to those of you who are not so against smoking something....that Aqueous Kathmandu (tm) Happiness Drops and the more traditional Temple "3" Ragga Dagga (tm) personal-choice, pipe-smoking substance establish an enchanting "camaraderie". (Please refer to, "Introductory Offers".) * No need to smoke. No carcinogenic factors! * Absolutely legal! No prescription required! * Does not include cannibis or any tobacco variety. * Marvelously potent. Remarkably substantial! * Inspires contemplativeness and creativity! * Adjusts attitude & mood enhancement. Relaxes stress & anxiety. * Better than Kava Kava, St. John's Wort, etc. Similar to but variant from Ragga Dagga. * Certainly safer than pharmaceuticals! * Many fine ganja virtues with none of the negatives! * Better sleeping ... better dreaming. * Non-invasive ... no downside. * An exquisite compliment to Temple 3 Ragga Dagga (tm) -- (See Intro Offers) * Quite simply ... it is a superior product! Contents: Aqueous Kathmandu is a unique botanical substantiality. It is offered and marketed as such. Undisputedly, it achieves "distinctive accolade" of its own merit.... Aqueous Kathmandu is absolutely legal and does not contain any controlled or regulated or harmful herbs or cannabis factors. However, it is our mandatory ethical policy that Aqueous Kathmandu not be offered to individuals who have not yet attained at least 21 years of age (all things in their time....). Please note as well that Aqueous Kathmandu is not intended for usage during work or while driving. And, as is true of all substance and indulgence, this product should not be enjoyed during pregnancy. This proprietary formulation does include the following quantum-ratio, core-extracted/refined botanicals in an alcohol base as a preservative: Albizzia flower-tops, Drachsha, Chavana Prash, Lactuca Virosa, Hybrid Flowering Turnera Diffusa, Wild Dagga, Capillaris Herba, Angelica Root, Zizyphi Spinosae, Bu plerum, Hybrid Valeriana officinalis Root, Albizzia flower-tops, mature Polygonum Vine, Calea Zacatechichi, Crocus Sativa flower-tops, Leonorus Sibricus buds, Cinnabaris, Margarita herba, Biotae Orientalis, Salviae Miltiorrhizae.... Usage Instructions: Shake well. Mix 30-50 drops with juice or water (best on empty stomach). Ambiance lasts about two hours or so. Not intended for use during pregnancy or while working or driving. Keep out of reach of children. ********************************************* For your convenience, we're open every day Call 1-623-974-2295 ********************************************* ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~STONEY MAHONEY~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ In regard to the introduction of Stoney Mahoney (tm) personal choice smoking substantiality product, we have strived for years to develop a consummate Sensitive/Responsive (loose-leaf) smoking product, "Amsterdam Cup" style so to speak! With knowledge acquired via the development of such notable smokeables, as Wizard Smoke(tm), Dream Smoke(tm), Dragon Smoke(tm), Vajroli Mudra(tm), Stashish(tm), ShemHampHorash(tm), Yerba lena Yesca(tm), Weedé(tm), Kathmandu Temple Kiff(tm) 1 & 2 & 3, (which for the most part have been proprietary formulations, of which the rights have been sold to other less aggressive, less developmental companies), we arrived at the lofty "personal choice" smoking status of our premier Ragga Dagga (tm) solid pipe-smoking product. After all of this, we had come to the technological and philosophical point of view that we could not conjure a loose-leaf formulation that would provide effectuality that would be more significant than that of our much-heralded Ragga Dagga (tm) solid-format pipe smoking product. Mostly, we were right about this, as this new Stoney Mahoney product is not so much significant as in "better", but "Signature Significant" as in "unique", in that we chanced upon a new world class, botanical source for the rare true-brid variety of Artemisia absinthum (flowering tops only), which at one time in history was distilled into Absinthe, a greenish, aniseed flavored liqueur which brought on certain euphoric and narcotic attributes which ultimately resulted in it being declared illegal. As well, we have finally perfected our exclusive "kiffening" technique, which inspires and establishes alkaloid and glycoside enhancement on a molecular level. Hence, we introduce (although supply is limi ted) this highly "potentiated" Stoney Mahoney (tm) smoking product! Loose-leaf "personal choice" doesn’t get any sweeter than this! And for all of you Ragga Dagga fans, please note that, it isn’t so much that Stoney Mahoney loose-leaf is more potent than the Ragga Dagga solid-format, that Stoney Mahoney is effective in a much different way than Ragga Dagga. Sort of like apples and oranges, like Panamanian and Jamaican, if you will! Within our test marketing, even traditional "Kind Bud" aficionados have magnanimously acclaimed this Stoney Mahoney jester variety. Most folks say that Ragga Dagga motivates them in an up "Sativa" sort of way, and that Stoney Mahoney mellows them out or giggles them out in a "soma," Indica sort of way. If Stoney Mahoney has any shortcoming at all, it is quite simply that due to the extreme "kiffening" of this product, it may be to the uninitiated practitioner, a harsh draw. It is for this reason that in addition to the inclusion of a standard herb pipe and package of rolling papers, we also include a brass, personal water-pipe (hookah). As is true for many high-minded fo lks, a water-pipe filled with chilled water or wine will temper the demonstrativeness of Stoney Mahoney’s draw. * Indica oriented. * Definitely happy smoking! * Mood enhancer. * Smokeable & brewable mood food! * Good-bye stress, anxiety, & restlessness. * Sleep deep -- Good-bye funky dreams! * Hornier than horny goatweed! * Superlative mixer with Ragga Dagga and/or Aqueous Kathmandu. * Roll it or bowl it or brew it ... * Just a pinch goes a long, long way ... * Possesses many fine ganja virtues with none of the negatives. * Non-invasive. * Absolutely Legal! * Rolling papers, herb pipe & personal brass water pipe (hookah)are included. *Attention!*Attention!* We have, by popular demand and in the interest of good economics, created an introductory offer that features both Ragga Dagga and Stoney Mahoney products and, also, still another introductory offer which includes Ragga Dagga, Stoney Mahoney and, for you non-smokers, our Aqueous Kathmandu Happiness Drops (these are pretty special!). [For non-smokers, Stoney Mahoney (Jester Variety) loose-leaf product is also a brewable delight.] Please Note: Stoney Mahoney (Jester Variety) (tm) is an absolutely legal, herba/botanical, "Personal Choice," loose-leaf substantiality smoking product! No included botanical factor therein is regulated by law or considered to be harmful by regulatory agencies. There is no tobacco in Stoney Mahoney (Jester Variety) (tm). There is certainly no cannabis/marijuana in Stoney Mahoney (Jester Variety) (tm). And although we are not age-governed by law, Stoney Mahoney (Jester Variety) (tm) is intended exclusively for sophisticated adult usage! Subsequently, it is our MANDATORY ethical policy that Stoney Mahoney (Jester Variety) (tm) may not be sold, offered, or given to any person that has not attained at least twenty-one years of age. As well, Stoney Mahoney (Jester Variety) (tm) is not intended for use during work or while driving. It should not be enjoyed during pregnancy nor is it intended to supercede physician's care in any regard. Stoney Mahoney (Jester Variety) (tm), factored in an Absinthium Labyrinthine Configuration, is an exclusive, kiffened, loose-leaf, primo modino, Sensitive/Responsive, Smoking and/or Brewing Herba which may be, depending upon preference, rolled or bowled or brewed. As is an herbalist’s way, three or four draws of Smoke should be inhaled and retained. For the non-smoker, it is most appropriate to engage this herba as a potentiated tea/brew. (Steep approximately one tea-spoon of Stoney Mahoney herba per one cup of water for ten minutes or so & strain.) When smoking Stoney Mahoney, please draw gently as Stoney Mahoney is a most preeminent smoke and may be considered to be a harsh draw to the uninitiated practitioner. (Water-pipe is included with each package of Stoney Mahoney (Jester Variety), for smoother smoking.) Stoney Mahoney contains and is kiffened with the following exotica botanicals and botanical extracts & essences: Dutch Lactuca virosa, Bulgarian Artemisia absinthum (flowering-tops only), Yucatan Turnera aphrodisaca, Chinese Valeriana ceae, Jamaican Verbena officinalis, Spanish Peumus boldo, and European (flowering-tops only) Sarothamnus Scoparius. Stoney Mahoney does not include any tobacco or any cannabis factors...Stoney Mahoney achieves distinction upon its own merit.... ************************************ ************************************ We offer other fine herbal, botanical products including the following: 1. Sweet Vjestika Aphrodisia Drops (tm); An erotic aphrodisia; sexual intensifier / enhancer liquid amalgamated extract for MEN and WOMEN. 2. "Seventh Heaven" Prosaka Tablets (tm); a botanical alternative to pharmaceutical medications for calm, balance, serenity and joyful living ... 3. "Seventh Heaven" Gentle Ferocity Tablets (tm); a most efficacious, non-caffeine, non-ephedrine, non-MaHuang botanical energizer and cutting-edge appetite suppressant... 4. Extreme Martial Arts Botanical Remedies; Equivalence Tablets & Dragon Wing Remedy Spray ... pain management that works to alleviate pain even for arthritis and fibromyalgia sufferers... 5. "Hairricane" (tm) -- an Extreme High-Ratio, Dry Botanical Extract Herba Dietary Hair Supplement for Men & Women ========================================== Offerings ========================================== PRICING INFORMATION: ***Ask About Our Special Offers*** 1. TEMPLE 3 RAGGA DAGGA (tm) One .75 oz. jigget/bar $65.00 One 2.0 oz. jigget/bar $115.00 2. AQUEOUS KATHMANDU "HAPPY DROPS" (tm) One - 2 oz. bottle (90+ usages) $115.00 Two - 2 oz. bottles $170.00 3. STONEY MAHONEY (tm) Jester Variety Loose Leaf One - 2 oz. package $150.00 Two - 2 oz. packages $225.00 Each 2 oz. package of Stoney Mahoney includes 1 pkg. of clipped-rolling papers, a traditional herb pipe & a brass, personal water-pipe (hookah). Sorry, but due to a limited supply of Stoney Mahoney (Jester Variety) only a maximum purchase of two - 2 oz. packages per customer is allowed per order. 4. SWEET VJESTIKA APHRODISIA DROPS (tm) One 1.0 oz. bottle $90.00 Two 1.0 oz. bottles $140.00 5. SEVENTH HEAVEN PROSAKA (tm) One 100 tablet tin $40.00 Three 100 tablet tins $105.00 Six 100 tablet tins $185.00 6. SEVENTH HEAVEN GENTLE FEROCITY (tm) One 300 tablet jar $130.00 7. Equivalence Tablets - Each bottle contains 90 - 500mg tablets. ** 3-pack (270 tablets) $83.00 ** 6-pack (540 tablets) $126.00 (save $40.00) ** 9-pack (810 tablets) $159.00 (save $90.00) ** 12-pack (1,080 tablets) $192.00 (save $140.00) 8. Dragon Wing Spray Remedy - Each spray bottle contains 4 liquid oz. ** 3-pack (3 - 4 oz. bottles) $83.00 ** 6-pack (6 - 4 oz. bottles) $126.00 (save $40.00) ** 9-pack (9 - 4 oz. bottles) $159.00 (save $90.00) ** 12-pack (12 - 4 oz. bottles) $192.00 (save $140.00) 9. Dynamic Duo Introductory Offers ** 3-pack Equivalence Tabs & 3-pack Dragon Wing $126.00 (save $40.00) ** 6-pack Equivalence Tabs & 3-pack Dragon Wing $159.00 (save $50.00) ** 9-pack Equivalence Tabs & 6-pack Dragon Wing $215.00 (save $70.00) ** 12-pack Equivalence Tabs & 9-pack Dragon Wing $271.00 (save $80.00) 11. "HAIRRICANE" (tm) ** 3 Pack (3 bags of 90 capsules each)..... $102.00 ** 6 Pack (6 bags of 90 capsules each)..... $174.00 (SAVE $30) ** 12 Pack (12 bags of 90 capsules each).... $288.00 (SAVE $40) 12. ALPHA INTRODUCTORY OFFER * One (1) 2 oz. pkg. of Stoney Mahoney * One (1) 2 oz. jigget/bar of Temple 3 Ragga Dagga Price: $190.00 (Reg. $265.00 Save $75) 13. BETA INTRODUCTORY OFFER * One (1) 2 oz. pkg. of Stoney Mahoney * one (1) 2 oz. pkg. of Temple 3 Ragga Dagga * One (1) 2 oz. bottle of Aqueous Kathmandu Happiness Drops Price: $240.00 (Reg. $380.00 Save $140) 14. INTRO OFFER "A" * One (1) 2.0 oz. jigget/bar of Temple 3 Ragga Dagga * One (1) tin (100 tablets) of Seventh Heaven Prosaka * One (1) jar (300 tablets) of Seventh Heaven Gentle Ferocity Price: $200.00 (Reg. $285.00 Save $85) 15. INTRO OFFER "B" * One (1) 2.0 oz. jigget/bar of Temple 3 Ragga Dagga * One (1) jar (300 tablets) of Seventh Heaven Gentle Ferocity. Price: $170.00 (Reg. $245.00 Save $75) 16. INTRO OFFER "C" * One (1) 2.0 oz. jigget/bar of Temple 3 Ragga Dagga * One (1) tin (100 tablets) of Seventh Heaven Prosaka. Price: $125.00 (Reg. $155.00 Save $30) 17. INTRO OFFER "D" * One (1) 2.0 oz. jigget/bar of Temple 3 Ragga Dagga * One (1) 1 oz. bottle of Sweet Vjestika Aphrodisia Drops. Price: $150.00 (Reg. $205.00 Save $55) 18. INTRO OFFER "E" * One (1) 2.0 oz. jigget / bar of Temple 3 Ragga Dagga * One (1) 1 oz. bottle of Sweet Vjestika Aphrodisia Drops * One (1) tin (100 tablets) of Seventh Heaven Prosaka * One (1) jar (300 tablets)of Gentle Ferocity Price: $260.00 (Reg. $375.00 Save $115) 19. INTRO OFFER "F" * One (1) 2 oz. jar of Cockle Doodle Doo Souffle' * One (1) 2 oz. jigget/bar of Temple 3 Ragga Dagga * One (1) 1 oz. bottle of Sweet Vjestika Love Drops Regular Price $297.00. Yours for only $197.00. SAVE $100.00! 20. INTRO OFFER "H" * One (1) 2 oz. bottle of Aqueous Kathmandu * One (1) 2 oz. bar/jigget of Temple 3 Ragga Dagga Price: $155.00 (Reg. $230.00 Save $75) 21. INTRO OFFER "I" * One (1) 2 oz. bottle of Aqueous Kathmandu * One (1) 2 oz. bar/jigget of Temple 3 Ragga Dagga * One (1) 1 oz. bottle of Sweet Vjestika Price: $235.00 (Reg. $320.00 Save $85) 22. INTRO OFFER "J" * One (1) 2 oz. bottle of Aqueous Kathmandu * One (1) 2 oz. bar/jigget of Temple 3 Ragga Dagga * One (1) 1 oz. bottle of Sweet Vjestika * One (1) 300 tablet jar of Gentle Ferocity Price: $295.00 (Reg. $450.00 Save $155) 23. INTRO OFFER "K" * One (1) 2 oz. bottle of Aqueous Kathmandu * One (1) 1 oz. bottle of Sweet Vjestika Price: $150.00 (Reg. $205.00 Save $55) ************************************************** ORDERING INFORMATION: For your convenience, you can call us direct with your orders or questions. Call 1-623-974-2295 7 Days a Week -- 10:30 AM to 7:00 PM (Mountain Time) For all domestic orders, add $6.00 shipping & handling (shipped U.S. Priority Mail). Add $20.00 for International orders. ************************************************** If you no longer wish to receive our email, click Reply, type Remove as your Subject and click Send. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 19:56:11 2002 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 E8C5337B400 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 19:56:10 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8685543E4A for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 19:56:10 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8G2u9JF000994; Sun, 15 Sep 2002 19:56:09 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8G2u9Lm000993; Sun, 15 Sep 2002 19:56:09 -0700 (PDT) Date: Sun, 15 Sep 2002 19:56:09 -0700 From: "David O'Brien" <obrien@freebsd.org> To: lists@bsdnerds.org Cc: freebsd-current@freebsd.org Subject: Re: pkg_add Message-ID: <20020916025609.GA958@dragon.nuxi.com> Reply-To: freebsd-current@freebsd.org References: <1032126448.383.1.camel@dev.bsdnerds.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1032126448.383.1.camel@dev.bsdnerds.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sun, Sep 15, 2002 at 09:47:28PM +0000, justin wrote: > >> SORRY IF THIS IS A REPEAT! > > I have recompiled my base the past 2 days now, and pkg_add will segfault > signal 10 and core dumps after the second file transfer I can still use > it to install the package, but i have to run the command multiple times > depending on how many dependancies the port has. If it is only 1 file, > it works fine and without problems. What is the exact outout with `pkg_add -v'. Can you compile pkg_add with -g debugging and provide a trace? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 20:39:57 2002 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 AB02537B400; Sun, 15 Sep 2002 20:39:55 -0700 (PDT) Received: from dev.bsdnerds.org (lsanca2-ar31-4-33-246-189.lsanca2.dsl-verizon.net [4.33.246.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id E823243E6A; Sun, 15 Sep 2002 20:39:54 -0700 (PDT) (envelope-from lists@bsdnerds.org) Received: from dev.bsdnerds.org (tr0n@localhost [127.0.0.1]) by dev.bsdnerds.org (8.12.6/8.12.6) with ESMTP id g8G3dr5c001428; Mon, 16 Sep 2002 03:39:54 GMT (envelope-from lists@bsdnerds.org) Received: (from tr0n@localhost) by dev.bsdnerds.org (8.12.6/8.12.6/Submit) id g8G3dZi0001427; Mon, 16 Sep 2002 03:39:35 GMT X-Authentication-Warning: dev.bsdnerds.org: tr0n set sender to lists@bsdnerds.org using -f Subject: Re: pkg_add From: BSDNerds Lists <lists@bsdnerds.org> Reply-To: lists@bsdnerds.org To: freebsd-current <freebsd-current@freebsd.org> Cc: nate@root.org, obrien@freebsd.org In-Reply-To: <20020916025609.GA958@dragon.nuxi.com> References: <1032126448.383.1.camel@dev.bsdnerds.org> <20020916025609.GA958@dragon.nuxi.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 16 Sep 2002 03:39:34 +0000 Message-Id: <1032147574.639.41.camel@dev.bsdnerds.org> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Mon, 2002-09-16 at 02:56, David O'Brien wrote: > On Sun, Sep 15, 2002 at 09:47:28PM +0000, justin wrote: > > >> SORRY IF THIS IS A REPEAT! > > > > I have recompiled my base the past 2 days now, and pkg_add will segfault > > signal 10 and core dumps after the second file transfer I can still use > > it to install the package, but i have to run the command multiple times > > depending on how many dependancies the port has. If it is only 1 file, > > it works fine and without problems. > > What is the exact outout with `pkg_add -v'. Can you compile pkg_add with > -g debugging and provide a trace? > share/doc/libxml2/html/w3c.png share/doc/libxml2/html/xml.html tar command returns 0 status Done. Finished loading libxml2-2.4.23 over FTP. pkg_add: package 'libxml2-2.4.23' or its older version already installed pkg_add: 1 package addition(s) failed pkg_add: pkg_add of dependency 'libxml2-2.4.23' failed! Package 'kdelibs-3.0.2_1' depends on 'tiff-3.5.7'. - already installed. Package 'kdelibs-3.0.2_1' depends on 'libxslt-1.0.19'. Segmentation fault (core dumped) I'm fairly new to freebsd-current, but it is a laptop so i have kernel debugging turned off. But i will do all i can to help out. Let me know if you want the .core file. Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 21:15:34 2002 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 4792637B401 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 21:15:33 -0700 (PDT) Received: from dev.bsdnerds.org (lsanca2-ar31-4-33-246-189.lsanca2.dsl-verizon.net [4.33.246.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C4E843E72 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 21:15:32 -0700 (PDT) (envelope-from tr0n@dev.bsdnerds.org) Received: from dev.bsdnerds.org (tr0n@localhost [127.0.0.1]) by dev.bsdnerds.org (8.12.6/8.12.6) with ESMTP id g8G4Fb5c001569 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 04:15:38 GMT (envelope-from tr0n@dev.bsdnerds.org) Received: (from tr0n@localhost) by dev.bsdnerds.org (8.12.6/8.12.6/Submit) id g8G4FZsQ001568; Mon, 16 Sep 2002 04:15:35 GMT Subject: kdelibs3 broken? From: Mega Tr0n <tr0n@dev.bsdnerds.org> Reply-To: tr0n@bsdnerds.org To: freebsd-current <freebsd-current@freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 16 Sep 2002 04:15:35 +0000 Message-Id: <1032149735.1545.1.camel@dev.bsdnerds.org> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG trying to compile kde3 on my lapto but i get this error, if i pkg add it it crashes. Any ideas, or should i move on to the kde support lists? Justin c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I/usr/X11R6/include -I/usr/local/include -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -I/usr/local/include -DNDEBUG -DNO_DEBUG -O2 -O -pipe -mcpu=pentiumpro -fno-exceptions -fno-check-new -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -c kkeyserver_x11.cpp -MT kkeyserver_x11.lo -MD -MP -MF .deps/kkeyserver_x11.TPlo -fPIC -DPIC -o .libs/kkeyserver_x11.o kkeyserver_x11.cpp: In function `void __static_initialization_and_destruction_0(int, int)': kkeyserver_x11.cpp:73: Internal compiler error in cp_expr_size, at cp/cp-lang.c :130 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. gmake[3]: *** [kkeyserver_x11.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.0.3a/kdecore' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.0.3a/kdecore' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.0.3a' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdelibs3. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 21:30:45 2002 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 8C18237B400 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 21:30:44 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id D303643E6A for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 21:30:43 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2ABED66BE7; Sun, 15 Sep 2002 21:30:43 -0700 (PDT) Date: Sun, 15 Sep 2002 21:30:42 -0700 From: Kris Kennaway <kris@obsecurity.org> To: tr0n@bsdnerds.org Cc: freebsd-current <freebsd-current@freebsd.org> Subject: Re: kdelibs3 broken? Message-ID: <20020916043041.GA81368@xor.obsecurity.org> References: <1032149735.1545.1.camel@dev.bsdnerds.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <1032149735.1545.1.camel@dev.bsdnerds.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Sep 16, 2002 at 04:15:35AM +0000, Mega Tr0n wrote: > trying to compile kde3 on my lapto but i get this error, if i pkg add > it it crashes. Any ideas, or should i move on to the kde support lists? Try with the gcc patch posted a week or so ago. Kris --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9hV5xWry0BWjoQKURAp8BAJwMqiz52obyZ9tqh9ksG6Ywrd5BTQCfUsYw 8tTh1DCn8dik33UpBNYuQqI= =4mUR -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 21:48:32 2002 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 9D8B137B400 for <current@freebsd.org>; Sun, 15 Sep 2002 21:48:31 -0700 (PDT) Received: from blarf.homeip.net (adsl-209-204-188-56.sonic.net [209.204.188.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C6743E3B for <current@freebsd.org>; Sun, 15 Sep 2002 21:48:31 -0700 (PDT) (envelope-from sonicmail@blarf.homeip.net) Received: by blarf.homeip.net (Postfix, from userid 1006) id B4A7E1B92; Sun, 15 Sep 2002 21:48:28 -0700 (PDT) Date: Sun, 15 Sep 2002 21:48:27 -0700 From: Alex Zepeda <zipzippy@sonic.net> To: Kris Kennaway <kris@obsecurity.org>, current@freebsd.org Subject: Re: kdelibs3 broken? Message-ID: <20020916044827.GA35687@blarf.homeip.net> References: <1032149735.1545.1.camel@dev.bsdnerds.org> <20020916043041.GA81368@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020916043041.GA81368@xor.obsecurity.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sun, Sep 15, 2002 at 09:30:42PM -0700, Kris Kennaway wrote: > > On Mon, Sep 16, 2002 at 04:15:35AM +0000, Mega Tr0n wrote: > > > trying to compile kde3 on my lapto but i get this error, if i pkg add > > it it crashes. Any ideas, or should i move on to the kde support lists? > > Try with the gcc patch posted a week or so ago. This patch works, and in fact most of KDE is quite useable on current (with the big exception so for me being arts+noatun). So when can we expect to see it committed? - alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 22: 9: 0 2002 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 8EAAA37B400; Sun, 15 Sep 2002 22:08:59 -0700 (PDT) Received: from mx9.mail.ru (mx9.mail.ru [194.67.57.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4780343E6A; Sun, 15 Sep 2002 22:08:58 -0700 (PDT) (envelope-from kan@mail.ru) Received: from drweb by mx9.mail.ru with drweb-scanned (Exim MX.9) id 17qo81-0006Qd-00; Mon, 16 Sep 2002 09:08:57 +0400 Received: from [141.154.56.166] (helo=kan.dnsalias.net) by mx9.mail.ru with esmtp (Exim SMTP.9) id 17qo80-0006Pa-00; Mon, 16 Sep 2002 09:08:56 +0400 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.6/8.12.5) with ESMTP id g8G58sVW008777; Mon, 16 Sep 2002 01:08:54 -0400 (EDT) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.6/8.12.6/Submit) id g8G58mrs008776; Mon, 16 Sep 2002 01:08:48 -0400 (EDT) Date: Mon, 16 Sep 2002 01:08:48 -0400 From: Alexander Kabaev <kabaev@bellatlantic.net> To: freebsd-current@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: HEADS UP: GCC 3.2..1 import in coming Message-Id: <20020916010848.0e08fc4a.kabaev@bellatlantic.net> Reply-To: ak03@gte.com X-Mailer: Sylpheed version 0.8.2claws30 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Envelope-To: freebsd-ports@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi all, I am planning to update GCC 3.2.1 sources to the latest CVS snapshot on Monday evening. The snapshot obsoletes the patch I've posted and should make it possible to compile KDE3 and a bunch of other affected ports with a stock system compiler again. I am sending this letter in advance to make sure that no one will be overly surprised when the import actually happens. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 22:48: 0 2002 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 978B837B400 for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 22:47:59 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C5343E6A for <current@FreeBSD.ORG>; Sun, 15 Sep 2002 22:47:59 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.5) with ESMTP id g8G5lw4m072105; Sun, 15 Sep 2002 22:47:58 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id g8G5lwsT072104; Sun, 15 Sep 2002 22:47:58 -0700 (PDT) Date: Sun, 15 Sep 2002 22:47:58 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Alex Zepeda <zipzippy@sonic.net> Cc: Kris Kennaway <kris@obsecurity.org>, current@FreeBSD.ORG Subject: Re: kdelibs3 broken? Message-ID: <20020916054758.GA72080@troutmask.apl.washington.edu> References: <1032149735.1545.1.camel@dev.bsdnerds.org> <20020916043041.GA81368@xor.obsecurity.org> <20020916044827.GA35687@blarf.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020916044827.GA35687@blarf.homeip.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sun, Sep 15, 2002 at 09:48:27PM -0700, Alex Zepeda wrote: > On Sun, Sep 15, 2002 at 09:30:42PM -0700, Kris Kennaway wrote: > > > > On Mon, Sep 16, 2002 at 04:15:35AM +0000, Mega Tr0n wrote: > > > > > trying to compile kde3 on my lapto but i get this error, if i pkg add > > > it it crashes. Any ideas, or should i move on to the kde support lists? > > > > Try with the gcc patch posted a week or so ago. > > This patch works, and in fact most of KDE is quite useable on current (with > the big exception so for me being arts+noatun). So when can we expect to > see it committed? > Richard Henderson committed (a portion of) Alexander's patch to the GCC source tree last weekend. The next time Alexander or David update gcc in the FreeBSD tree, these fixes will be present. They could take the files off the vendor's branch to apply these patches prematurely. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 23:17:30 2002 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 0D2A037B400 for <current@freebsd.org>; Sun, 15 Sep 2002 23:17:20 -0700 (PDT) Received: from blarf.homeip.net (adsl-209-204-188-56.sonic.net [209.204.188.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC8C943E42 for <current@freebsd.org>; Sun, 15 Sep 2002 23:17:18 -0700 (PDT) (envelope-from alex@blarf.homeip.net) Received: by blarf.homeip.net (Postfix, from userid 1000) id 142E6189A; Sun, 15 Sep 2002 23:17:16 -0700 (PDT) Date: Sun, 15 Sep 2002 23:17:16 -0700 From: Alex Zepeda <zipzippy@sonic.net> To: current@freebsd.org Subject: Unable to boot any recent kernels Message-ID: <20020916061716.GA914@blarf.homeip.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline ad0: 29314MB <IBM-DTLA-307030> [59560/16/63] at ata0-master UDMA33 ad1: 12416MB <WDC AC313000R> [25228/16/63] at ata0-slave UDMA33 acd0: CD-RW <R/RW 4x4x24> at ata1-master PIO4 acd1: CDROM <NEC CD-ROM DRIVE:28D> at ata1-slave PIO4 I get here, and the system hangs. Keyboard is unresponsive, etc. A kernel from Aug23 (w/ atapicam and bpf) works just fine. boot -v doesn't reveal much. Removing atapicam and bpf had no effect. Attached the dmesg output from a working kernel, and the kernel config. - alex --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=ZIPPY_SMP_WITNESS machine i386 cpu I686_CPU ident ZIPPY_SMP maxusers 72 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support #options DEVFS #Device Filesystem options NFSSERVER #Network Filesystem options NFSCLIENT #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING #options _KPOSIX_VERSION=199309L options KBD_INSTALL_CDEV # install a CDEV entry in /dev device random #entropy device options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O device isa device pci device fdc # Floppy drives # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives #device atapicam options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices options DDB options WITNESS options WITNESS_SKIPSPIN options INVARIANTS options INVARIANT_SUPPORT # SCSI peripherals device scbus # SCSI bus (required) device pass device cd device atkbdc # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbd device psm device vga device splash # splash screen/screen saver device sc # syscons is the default console driver, resembling an SCO console device npx # Floating point support - do not disable. device pmtimer # Add suspend/resume support for the i8254. #The orm device. This device gobbles up the Option ROMs in the ISA memory #I/O space. # Serial (COM) ports device sio # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer # PCI Ethernet NICs. device miibus # MII bus support device fxp # Intel EtherExpress PRO/100B (82557, 82558) # Pseudo devices - the number indicates how many units to allocated. device loop # Network loopback device ether # Ethernet support device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! #device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device snp device acpica options ACPI_DEBUG device midi device pcm device joy device seq device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) options PPC_PROBE_CHIPSET options IPSEC options IPSEC_ESP options IPSEC_DEBUG options IPV6FIREWALL options IPFIREWALL options IPDIVERT options IPFIREWALL_VERBOSE options NETGRAPH options DUMMYNET options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART options UFS_ACL options UFS_DIRHASH options PSEUDOFS options COMPAT_LINUX options IPFIREWALL_DEFAULT_TO_ACCEPT --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dmesg.output" ACPI debug layer 0x0 debug level 0x0 Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #13: Fri Aug 23 20:24:47 PDT 2002 alex@blarf.homeip.net:/usr/src/sys/i386/compile/ZIPPY_SMP_WITNESS Preloaded elf kernel "/boot/kernel_smp_old/kernel" at 0xc0560000. Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (451.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR> real memory = 134086656 (130944K bytes) avail memory = 124260352 (121348K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 IOAPIC #0 intpin 17 -> irq 11 IOAPIC #0 intpin 19 -> irq 10 FreeBSD/SMP: Multiprocessor System Detected: 1 CPUs cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Pentium Pro MTRR support enabled acpi0: <SUPERM SUPERTBL> on motherboard acpi0: power button is handled as a fixed feature programming model. Timecounter "ACPI-safe" frequency 3579545 Hz acpi_cpu0: <CPU> on acpi0 acpi_cpu1: <CPU> on acpi0 acpi_pcib0: <Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <PCI bus> on acpi_pcib0 pcib1: <PCI-PCI bridge> at device 1.0 on pci0 pci1: <PCI bus> on pcib1 pci1: <display, VGA> at device 0.0 (no driver attached) isab0: <PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX4 ATA33 controller> port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xef80-0xef9f irq 10 at device 7.2 on pci0 usb0: <Intel 82371AB/EB (PIIX4) USB controller> 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 Timecounter "PIIX" frequency 3579545 Hz pci0: <bridge, PCI-unknown> at device 7.3 (no driver attached) fxp0: <Intel Pro/100 Ethernet> port 0xef00-0xef3f mem 0xfea00000-0xfeafffff,0xfebff000-0xfebfffff irq 11 at device 16.0 on pci0 fxp0: Ethernet address 00:90:27:d1:83:6a inphy0: <i82555 10/100 media interface> on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model MouseMan+, device ID 0 fdc0: cmd 3 failed at out byte 1 of 3 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0 port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port acpi_button0: <Sleep Button> on acpi0 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 fdc0: cmd 3 failed at out byte 1 of 3 fdc0: cmd 3 failed at out byte 1 of 3 npx0: <math processor> on motherboard npx0: INT 16 interface orm0: <Option ROM> at iomem 0xc0000-0xc87ff on isa0 sc0: <System console> on isa0 sc0: VGA <16 virtual consoles, flags=0x200> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sbc0: <Creative SB AWE64> at port 0x388-0x38b,0x330-0x331,0x220-0x22f irq 5 drq 5,1 on isa0 pcm0: <SB16 DSP 4.16> on sbc0 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0:fake" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0:fake" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0:fake" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0:fake" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0:record:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0:record:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0:record:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0:record:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1332: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 midi0: <SB Midi Interface> on sbc0 midi1: <SB OPL FM Synthesizer> on sbc0 joy0: <Generic PnP Joystick> at port 0x200-0x207 on isa0 midi2: <CTL0022 WaveTable Synthesizer> at port 0xe20-0xe23,0xa20-0xa23,0x620-0x623 on isa0 emu2: DRAM size = 512KB APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 Timecounters tick every 10.000 msec ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging unlimited IPv6 packet filtering initialized, logging disabled DUMMYNET initialized (011031) IPsec: Initialized Security Association Processing. acpi_cpu: CPU throttling enabled, 8 steps from 100% to 12.5% ad0: 29314MB <IBM-DTLA-307030> [59560/16/63] at ata0-master UDMA33 ad1: 12416MB <WDC AC313000R> [25228/16/63] at ata0-slave UDMA33 acd0: CD-RW <R/RW 4x4x24> at ata1-master PIO4 acd1: CDROM <NEC CD-ROM DRIVE:28D> at ata1-slave PIO4 Mounting root from ufs:/dev/ad0s3a cd0 at ata1 bus 0 target 0 lun 0 cd0: <IDE-CD R/RW 4x4x24 1.04> Removable CD-ROM SCSI-0 device cd0: 16.000MB/s transfers cd0: cd present [207280 x 2048 byte records] cd1 at ata1 bus 0 target 1 lun 0 cd1: <NEC CD-ROM DRIVE:28D 3.04> Removable CD-ROM SCSI-0 device cd1: 16.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:690 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:690 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:690 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:690 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:690 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:690 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/sound.c:191 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:765 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:713 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:690 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 ../../../vm/uma_core.c:1332: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/dsp.c:811 --cNdxnHkX5QqsyA0e-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun Sep 15 23:48:21 2002 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 1007837B400 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 23:48:20 -0700 (PDT) Received: from MX1.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FF843E65 for <freebsd-current@freebsd.org>; Sun, 15 Sep 2002 23:48:18 -0700 (PDT) (envelope-from vallo@estpak.ee) Received: from tiiu.internal (adsl7269.estpak.ee [213.219.75.21]) by MX1.estpak.ee (Postfix) with ESMTP id 12BA888CFA; Mon, 16 Sep 2002 09:46:33 +0300 (EEST) Received: from tiiu.internal (localhost [127.0.0.1]) by tiiu.internal (8.12.6/8.12.6) with ESMTP id g8G6l2vt001310; Mon, 16 Sep 2002 09:47:02 +0300 (EEST) (envelope-from vallo@tiiu.internal) Received: (from vallo@localhost) by tiiu.internal (8.12.6/8.12.6/Submit) id g8G6l1Y2001309; Mon, 16 Sep 2002 09:47:01 +0300 (EEST) Date: Mon, 16 Sep 2002 09:47:01 +0300 From: Vallo Kallaste <vallo@estpak.ee> To: lists@bsdnerds.org Cc: freebsd-current@freebsd.org Subject: Re: pkg_add Message-ID: <20020916064701.GA1273@tiiu.estpak.ee> Reply-To: kalts@estpak.ee References: <1032126448.383.1.camel@dev.bsdnerds.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1032126448.383.1.camel@dev.bsdnerds.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sun, Sep 15, 2002 at 09:47:28PM +0000, justin <justin@bsdnerds.org> wrote: > >> SORRY IF THIS IS A REPEAT! > > I have recompiled my base the past 2 days now, and pkg_add will segfault > signal 10 and core dumps after the second file transfer I can still use > it to install the package, but i have to run the command multiple times > depending on how many dependancies the port has. If it is only 1 file, > it works fine and without problems. > > Just curious as to see if anyone else has had this problem or if there > is a patch for it or what. Same here for a couple of days now. At first I thought it's related to experiments I did with compiler optimisation flags, but now that several people are complaining.. -- Vallo Kallaste kalts@estpak.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 3:29: 3 2002 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 4805237B400 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 03:29:00 -0700 (PDT) Received: from mpehp1.mpe-garching.mpg.de (mpehp1.mpe-garching.mpg.de [130.183.70.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7041443E6E for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 03:28:59 -0700 (PDT) (envelope-from sutter@robert3.mpe-garching.mpg.de) Received: from robert3.mpe-garching.mpg.de (robert3.mpe-garching.mpg.de [130.183.136.84]) by mpehp1.mpe-garching.mpg.de (8.8.6 (PHNE_17135)/8.8.6) with ESMTP id MAA24294 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 12:28:58 +0200 (METDST) Received: from robert3.mpe-garching.mpg.de (localhost.mpe-garching.mpg.de [127.0.0.1]) by robert3.mpe-garching.mpg.de (8.12.5/8.12.5) with ESMTP id g8GAS6Gn050935 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 12:28:06 +0200 (CEST) (envelope-from sutter@robert3.mpe-garching.mpg.de) Received: (from sutter@localhost) by robert3.mpe-garching.mpg.de (8.12.5/8.12.5/Submit) id g8GAS5lA050934 for freebsd-current@freebsd.org; Mon, 16 Sep 2002 12:28:05 +0200 (CEST) Date: Mon, 16 Sep 2002 12:28:05 +0200 From: Robert Suetterlin <robert@mpe.mpg.de> To: freebsd-current@freebsd.org Subject: Q: contrib/file/file.h uses wron include? Message-ID: <20020916122805.A50867@robert3.mpe-garching.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hello! On my system -CURRENT won't buildworld because of ``/usr/src/current/file/file.h'' including <stdint.h> which is not available on my system. Should this be <sys/stdint.h>? Regards, Robert S. -- Robert Suetterlin (robert@mpe.mpg.de) phone: (+49)89 / 30000-3546 fax: (+49)89 / 30000-3950 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 3:37: 9 2002 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 EC70837B400 for <current@freebsd.org>; Mon, 16 Sep 2002 03:37:06 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD2B43E3B for <current@freebsd.org>; Mon, 16 Sep 2002 03:37:06 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8GAb64R024307 for <current@freebsd.org>; Mon, 16 Sep 2002 03:37:06 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8GAb6Av024305 for current@freebsd.org; Mon, 16 Sep 2002 03:37:06 -0700 (PDT) Date: Mon, 16 Sep 2002 03:37:06 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209161037.g8GAb6Av024305@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Mon Sep 16 03:10:48 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Mon Sep 16 03:35:35 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Mon Sep 16 03:35:35 PDT 2002 -------------------------------------------------------------- ===> vinum ./aicasm: 877 instructions used ./aicasm: 658 instructions used In file included from /h/des/src/sys/dev/dgb/dgb.c:89: /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory /h/des/src/sys/dev/dgb/dgb.c:92:2: #error "The dgb device requires the old isa compatibility shims" /h/des/src/sys/dev/iicbus/iic.c:42:25: machine/iic.h: No such file or directory /h/des/src/sys/dev/lmc/if_lmc.c:32:2: warning: #warning "The lmc driver is broken and is not compiled with LINT" /h/des/src/sys/dev/ncv/ncr53c500.c:80:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/ncv/ncr53c500.c:81:33: machine/physio_proc.h: No such file or directory In file included from /h/des/src/sys/dev/ncv/ncr53c500.c:86: /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:55:27: machine/dvcfg.h: No such file or directory In file included from /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:63: /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/nsp/nsp.c:80:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/nsp/nsp.c:81:33: machine/physio_proc.h: No such file or directory /h/des/src/sys/dev/nsp/nsp_pccard.c:52:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/smbus/smb.c:41:25: machine/smb.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30.c:78:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30.c:79:33: machine/physio_proc.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30_pccard.c:57:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30_isa.c:65:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/usb/ukbd.c:419:21: ukbdmap.h: No such file or directory In file included from /h/des/src/sys/dev/wl/if_wl.c:218: /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory /h/des/src/sys/dev/wl/if_wl.c:224:35: machine/if_wl_wavelan.h: No such file or directory /h/des/src/sys/dev/wl/if_wl.c:227:2: #error "The wl device requires the old isa compatibility shims" /h/des/src/sys/kern/subr_prof.c:62:30: machine/asmacros.h: No such file or directory /h/des/src/sys/kern/subr_prof.c:232:2: #error /h/des/src/sys/kern/subr_prof.c:243:2: #error /h/des/src/sys/pci/meteor.c:149:2: warning: #warning "The meteor driver is broken and is not compiled with LINT" /h/des/src/sys/pci/simos.c:57:2: #error "The simos device requires the old pci compatibility shims" /h/des/src/sys/dev/syscons/syscons.c:117:18: font.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 4:17:14 2002 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 AF4D037B400 for <current@freebsd.org>; Mon, 16 Sep 2002 04:17:12 -0700 (PDT) Received: from tomts25-srv.bellnexxia.net (tomts25.bellnexxia.net [209.226.175.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F1B43E72 for <current@freebsd.org>; Mon, 16 Sep 2002 04:17:11 -0700 (PDT) (envelope-from des@sparc64.style9.org) Received: from bowie.private ([65.93.73.78]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020916111709.BCNF5458.tomts25-srv.bellnexxia.net@bowie.private> for <current@freebsd.org>; Mon, 16 Sep 2002 07:17:09 -0400 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id g8GBHLfd091218 for <current@freebsd.org>; Mon, 16 Sep 2002 11:17:21 GMT (envelope-from des@bowie.private) Received: (from des@localhost) by bowie.private (8.12.6/8.12.6/Submit) id g8GBHJcn091216 for current@freebsd.org; Mon, 16 Sep 2002 11:17:19 GMT Date: Mon, 16 Sep 2002 11:17:19 GMT From: Dag-Erling Smorgrav <des@sparc64.style9.org> Message-Id: <200209161117.g8GBHJcn091216@bowie.private> To: current@freebsd.org Subject: sparc64 tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/sparc64/obj/usr/home/des/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> usr.bin/file /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c: In function `pipe2file': /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_RDWR' undeclared (first use in this function) /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: (Each undeclared identifier is reported only once /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: for each function it appears in.) /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_TRUNC' undeclared (first use in this function) /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_EXCL' undeclared (first use in this function) /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_CREAT' undeclared (first use in this function) *** Error code 1 Stop in /usr/home/des/tinderbox/sparc64/src/usr.bin/file. *** Error code 1 Stop in /usr/home/des/tinderbox/sparc64/src/usr.bin. *** Error code 1 Stop in /usr/home/des/tinderbox/sparc64/src. *** Error code 1 Stop in /usr/home/des/tinderbox/sparc64/src. *** Error code 1 Stop in /usr/home/des/tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 4:33:22 2002 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 E5B4337B400 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 04:33:21 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB14D43E42 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 04:33:20 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8GBXJ2O055988; Mon, 16 Sep 2002 13:33:19 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8GBXJ75720592; Mon, 16 Sep 2002 13:33:19 +0200 (MES) Date: Mon, 16 Sep 2002 13:33:16 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Michael Reifenberger <root@nihil.plaut.de> Cc: FreeBSD current users <current@FreeBSD.ORG> Subject: Re: soft updates panic In-Reply-To: <20020915021902.A924-100000@nihil> Message-ID: <20020916133210.C3162-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi all, > No ^Z/fg invocation. > Just (re)compiling enough from ports like mozilla for a few times... > Having a swap backed md disk mounted (with softupdates) on /tmp > seems to accelerate the panic occurance. Just got another one. It would be really a good thing to fix this before 5.0DP2 is out. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 9:10:48 2002 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 C49EA37B400 for <current@freebsd.org>; Mon, 16 Sep 2002 09:10:46 -0700 (PDT) Received: from ref5.freebsd.org (ref5.FreeBSD.org [216.136.204.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E85843E42 for <current@freebsd.org>; Mon, 16 Sep 2002 09:10:46 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from ref5.freebsd.org (localhost [127.0.0.1]) by ref5.freebsd.org (8.12.6/8.12.6) with ESMTP id g8GGAkIM052275 for <current@freebsd.org>; Mon, 16 Sep 2002 09:10:46 -0700 (PDT) (envelope-from des@ref5.freebsd.org) Received: (from des@localhost) by ref5.freebsd.org (8.12.6/8.12.6/Submit) id g8GGAkWG052273 for current@freebsd.org; Mon, 16 Sep 2002 09:10:46 -0700 (PDT) Date: Mon, 16 Sep 2002 09:10:46 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209161610.g8GGAkWG052273@ref5.freebsd.org> To: current@freebsd.org Subject: i386 tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> sbin/fsdb pass1.o: In function `checkinode': pass1.o(.text+0xfbd): undefined reference to `eascan' *** Error code 1 Stop in /local0/scratch/des/src/sbin/fsdb. *** Error code 1 Stop in /local0/scratch/des/src/sbin. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 11: 1:29 2002 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 83B6537B400 for <current@freebsd.org>; Mon, 16 Sep 2002 11:01:28 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 13E3443E77 for <current@freebsd.org>; Mon, 16 Sep 2002 11:01:24 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 37631 invoked by uid 1000); 16 Sep 2002 18:01:21 -0000 Date: Mon, 16 Sep 2002 11:01:21 -0700 (PDT) From: Nate Lawson <nate@root.org> To: current@freebsd.org Subject: getnewvnode man page update Message-ID: <Pine.BSF.4.21.0209161100380.37629-100000@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Ok? Index: getnewvnode.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/getnewvnode.9,v retrieving revision 1.1 diff -u -u -r1.1 getnewvnode.9 --- getnewvnode.9 2 Dec 2001 02:13:35 -0000 1.1 +++ getnewvnode.9 16 Sep 2002 10:59:58 -0000 @@ -37,7 +37,7 @@ .In sys/vnode.h .In sys/mount.h .Ft int -.Fn getnewvnode "enum vtagtype tag" "struct mount *mp" "vop_t **vops" "struct vnode **vpp" +.Fn getnewvnode "const char *tag" "struct mount *mp" "vop_t **vops" "struct vnode **vpp" .Sh DESCRIPTION The .Fn getnewvnode @@ -51,7 +51,8 @@ are: .Bl -tag -width ".Fa vops" .It Fa tag -The filesystem type. +The filesystem type string. This field should only be referenced for +debugging or for userland utilities. .It Fa mp The mount point to add the new vnode to. .It Fa vops To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 11: 9:46 2002 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 15C0537B400 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 11:09:45 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E9443E75 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 11:09:44 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8GI9W0B072811; Mon, 16 Sep 2002 20:09:41 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nate Lawson <nate@root.org> Cc: current@FreeBSD.ORG Subject: Re: getnewvnode man page update In-Reply-To: Your message of "Mon, 16 Sep 2002 11:01:21 PDT." <Pine.BSF.4.21.0209161100380.37629-100000@root.org> Date: Mon, 16 Sep 2002 20:09:31 +0200 Message-ID: <72810.1032199771@critter.freebsd.dk> From: Poul-Henning Kamp <phk@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG yes. In message <Pine.BSF.4.21.0209161100380.37629-100000@root.org>, Nate Lawson wri tes: >Ok? > >Index: getnewvnode.9 >=================================================================== >RCS file: /home/ncvs/src/share/man/man9/getnewvnode.9,v >retrieving revision 1.1 >diff -u -u -r1.1 getnewvnode.9 >--- getnewvnode.9 2 Dec 2001 02:13:35 -0000 1.1 >+++ getnewvnode.9 16 Sep 2002 10:59:58 -0000 >@@ -37,7 +37,7 @@ > .In sys/vnode.h > .In sys/mount.h > .Ft int >-.Fn getnewvnode "enum vtagtype tag" "struct mount *mp" "vop_t >**vops" "struct vnode **vpp" >+.Fn getnewvnode "const char *tag" "struct mount *mp" "vop_t >**vops" "struct vnode **vpp" > .Sh DESCRIPTION > The > .Fn getnewvnode >@@ -51,7 +51,8 @@ > are: > .Bl -tag -width ".Fa vops" > .It Fa tag >-The filesystem type. >+The filesystem type string. This field should only be referenced for >+debugging or for userland utilities. > .It Fa mp > The mount point to add the new vnode to. > .It Fa vops > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 12: 5:41 2002 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 8790E37B400 for <current@freebsd.org>; Mon, 16 Sep 2002 12:05:39 -0700 (PDT) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 219C943E4A for <current@freebsd.org>; Mon, 16 Sep 2002 12:05:39 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 18293 invoked from network); 16 Sep 2002 19:05:35 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <current@freebsd.org>; 16 Sep 2002 19:05:35 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8GJ5bBv054987; Mon, 16 Sep 2002 15:05:37 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: <XFMail.20020916150517.jhb@FreeBSD.org> X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <Pine.BSF.4.21.0209161100380.37629-100000@root.org> Date: Mon, 16 Sep 2002 15:05:17 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Nate Lawson <nate@root.org> Subject: RE: getnewvnode man page update Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 16-Sep-2002 Nate Lawson wrote: > Ok? > > Index: getnewvnode.9 > =================================================================== > RCS file: /home/ncvs/src/share/man/man9/getnewvnode.9,v > retrieving revision 1.1 > diff -u -u -r1.1 getnewvnode.9 > --- getnewvnode.9 2 Dec 2001 02:13:35 -0000 1.1 > +++ getnewvnode.9 16 Sep 2002 10:59:58 -0000 > @@ -37,7 +37,7 @@ > .In sys/vnode.h > .In sys/mount.h > .Ft int > -.Fn getnewvnode "enum vtagtype tag" "struct mount *mp" "vop_t > **vops" "struct vnode **vpp" > +.Fn getnewvnode "const char *tag" "struct mount *mp" "vop_t > **vops" "struct vnode **vpp" > .Sh DESCRIPTION > The > .Fn getnewvnode > @@ -51,7 +51,8 @@ > are: > .Bl -tag -width ".Fa vops" > .It Fa tag > -The filesystem type. > +The filesystem type string. This field should only be referenced for > +debugging or for userland utilities. Add a newline at the start of the new sentence. This makes it easier for translators. Thus: -The filesystem type. +The filesystem type string. +This field should only be referenced for debugging or for +userland utilities. or some such. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 12:20: 1 2002 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 9916937B400 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 12:20:00 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4583143E72 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 12:20:00 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 72BB29E5A; Mon, 16 Sep 2002 15:13:26 -0400 (EDT) Date: Mon, 16 Sep 2002 15:13:26 -0400 From: Mike Barcroft <mike@FreeBSD.org> To: Robert Suetterlin <robert@mpe.mpg.de> Cc: freebsd-current@freebsd.org Subject: Re: Q: contrib/file/file.h uses wron include? Message-ID: <20020916151326.A84465@espresso.q9media.com> References: <20020916122805.A50867@robert3.mpe-garching.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020916122805.A50867@robert3.mpe-garching.mpg.de>; from robert@mpe.mpg.de on Mon, Sep 16, 2002 at 12:28:05PM +0200 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Robert Suetterlin <robert@mpe.mpg.de> writes: > Hello! > > On my system -CURRENT won't buildworld because of > ``/usr/src/current/file/file.h'' including <stdint.h> which is not ^ contrib? > available on my system. Should this be <sys/stdint.h>? stdint.h should be a symbolic link, ie: % ls -l /usr/include/stdint.h lrwxr-xr-x 1 root wheel 12 Sep 15 16:19 /usr/include/stdint.h -> sys/stdint.h Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 12:33:41 2002 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 2F42637B400; Mon, 16 Sep 2002 12:33:40 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35D743E6E; Mon, 16 Sep 2002 12:33:39 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 4442F9E57; Mon, 16 Sep 2002 15:27:06 -0400 (EDT) Date: Mon, 16 Sep 2002 15:27:06 -0400 From: Mike Barcroft <mike@FreeBSD.org> To: David O'Brien <obrien@FreeBSD.org> Cc: current@freebsd.org Subject: Re: sparc64 tinderbox failure Message-ID: <20020916152706.B84465@espresso.q9media.com> References: <200209161117.g8GBHJcn091216@bowie.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209161117.g8GBHJcn091216@bowie.private>; from des@sparc64.style9.org on Mon, Sep 16, 2002 at 11:17:19AM +0000 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Dag-Erling Smorgrav <des@sparc64.style9.org> writes: > -------------------------------------------------------------- > >>> stage 4: building everything.. > -------------------------------------------------------------- > ===> usr.bin/file > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c: In function `pipe2file': > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_RDWR' undeclared (first use in this function) > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: (Each undeclared identifier is reported only once > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: for each function it appears in.) > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_TRUNC' undeclared (first use in this function) > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_EXCL' undeclared (first use in this function) > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_CREAT' undeclared (first use in this function) > *** Error code 1 compress.c should include <fcntl.h> at some point to get these manifest constants. apprentice.c and file.c get this right. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 12:51:34 2002 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 3BC1B37B405; Mon, 16 Sep 2002 12:51:33 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82E143E42; Mon, 16 Sep 2002 12:51:32 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8GJpVJF069741; Mon, 16 Sep 2002 12:51:31 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8GJpV21069740; Mon, 16 Sep 2002 12:51:31 -0700 (PDT) Date: Mon, 16 Sep 2002 12:51:31 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: Nate Lawson <nate@root.org>, current@FreeBSD.org Subject: Re: getnewvnode man page update Message-ID: <20020916195131.GA69658@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien <obrien@FreeBSD.org>, John Baldwin <jhb@FreeBSD.org>, Nate Lawson <nate@root.org>, current@freebsd.org References: <Pine.BSF.4.21.0209161100380.37629-100000@root.org> <XFMail.20020916150517.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <XFMail.20020916150517.jhb@FreeBSD.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Mon, Sep 16, 2002 at 03:05:17PM -0400, John Baldwin wrote: > Add a newline at the start of the new sentence. This makes it easier > for translators. Thus: > > -The filesystem type. > +The filesystem type string. > +This field should only be referenced for debugging or for > +userland utilities. > > or some such. Also provides better looking output. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 12:52:13 2002 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 2005437B400; Mon, 16 Sep 2002 12:52:12 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id A18C143E42; Mon, 16 Sep 2002 12:52:11 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8GJqBJF069766; Mon, 16 Sep 2002 12:52:11 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8GJqBRv069765; Mon, 16 Sep 2002 12:52:11 -0700 (PDT) Date: Mon, 16 Sep 2002 12:52:11 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Mike Barcroft <mike@FreeBSD.org> Cc: current@FreeBSD.org Subject: Re: sparc64 tinderbox failure Message-ID: <20020916195211.GB69658@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien <obrien@FreeBSD.org>, Mike Barcroft <mike@FreeBSD.org>, current@freebsd.org References: <200209161117.g8GBHJcn091216@bowie.private> <20020916152706.B84465@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020916152706.B84465@espresso.q9media.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Mon, Sep 16, 2002 at 03:27:06PM -0400, Mike Barcroft wrote: > Dag-Erling Smorgrav <des@sparc64.style9.org> writes: > > -------------------------------------------------------------- > > >>> stage 4: building everything.. > > -------------------------------------------------------------- > > ===> usr.bin/file > > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c: In function `pipe2file': > > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_RDWR' undeclared (first use in this function) > > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: (Each undeclared identifier is reported only once > > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: for each function it appears in.) > > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_TRUNC' undeclared (first use in this function) > > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_EXCL' undeclared (first use in this function) > > /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_CREAT' undeclared (first use in this function) > > *** Error code 1 > > compress.c should include <fcntl.h> at some point to get these manifest > constants. apprentice.c and file.c get this right. The `cvs up' happened in the middle of the update. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 14: 5:22 2002 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 907DA37B400 for <current@freebsd.org>; Mon, 16 Sep 2002 14:05:20 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583B843E7B for <current@freebsd.org>; Mon, 16 Sep 2002 14:05:20 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8GL5K4R098125 for <current@freebsd.org>; Mon, 16 Sep 2002 14:05:20 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8GL5KTE098123 for current@freebsd.org; Mon, 16 Sep 2002 14:05:20 -0700 (PDT) Date: Mon, 16 Sep 2002 14:05:20 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209162105.g8GL5KTE098123@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- ===> lib/libc /h/des/src/lib/libc/gen/fts.c: In function `fts_sort': /h/des/src/lib/libc/gen/fts.c:935: warning: passing arg 4 of `qsort' from incompatible pointer type /h/des/src/lib/libc/gen/getcap.c: In function `getent': /h/des/src/lib/libc/gen/getcap.c:251: warning: passing arg 3 of `cdbget' discards qualifiers from pointer target type /h/des/src/lib/libc/gen/getcap.c: In function `cgetmatch': /h/des/src/lib/libc/gen/getcap.c:576: warning: assignment discards qualifiers from pointer target type /h/des/src/lib/libc/gen/getcap.c:581: warning: assignment discards qualifiers from pointer target type /h/des/src/lib/libc/gen/swapcontext.c: In function `__swapcontext': /h/des/src/lib/libc/gen/swapcontext.c:45: structure has no member named `mc_len' /h/des/src/lib/libc/gen/swapcontext.c:47: structure has no member named `mc_len' *** Error code 1 Stop in /h/des/src/lib/libc. *** Error code 1 Stop in /h/des/src/lib. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 14:15:20 2002 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 22C3537B400; Mon, 16 Sep 2002 14:15:19 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7738D43E4A; Mon, 16 Sep 2002 14:15:18 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B445666B8A; Mon, 16 Sep 2002 14:15:17 -0700 (PDT) Date: Mon, 16 Sep 2002 14:15:17 -0700 From: Kris Kennaway <kris@obsecurity.org> To: ak03@gte.com Cc: freebsd-current@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: HEADS UP: GCC 3.2..1 import in coming Message-ID: <20020916211517.GA99479@xor.obsecurity.org> References: <20020916010848.0e08fc4a.kabaev@bellatlantic.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <20020916010848.0e08fc4a.kabaev@bellatlantic.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 16, 2002 at 01:08:48AM -0400, Alexander Kabaev wrote: > Hi all, >=20 > I am planning to update GCC 3.2.1 sources to the latest CVS snapshot on > Monday evening. The snapshot obsoletes the patch I've posted and should > make it possible to compile KDE3 and a bunch of other affected ports > with a stock system compiler again. >=20 > I am sending this letter in advance to make sure that no one will be > overly surprised when the import actually happens. Thanks! The bento run with this patch applied finished overnight; it confirms your result that it fixes the 'internal compiler error' seen in a number of ports (except for orbitcpp which is already BROKEN). Kris --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9hknkWry0BWjoQKURAoTxAJwPvEPNn+dp1CCrWKimE8Yjku2wHwCfeR37 CCnJjFHJT8uJEoAebRn7FqI= =FKcO -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 15:42:19 2002 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 903CC37B400 for <current@freebsd.org>; Mon, 16 Sep 2002 15:42:18 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A95843E42 for <current@freebsd.org>; Mon, 16 Sep 2002 15:42:17 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8GMgG2O059545 for <current@freebsd.org>; Tue, 17 Sep 2002 00:42:16 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8GMgG75740064 for <current@freebsd.org>; Tue, 17 Sep 2002 00:42:16 +0200 (MES) Date: Tue, 17 Sep 2002 00:42:13 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: <current@freebsd.org> Subject: filesystem corruption ? Message-ID: <20020917003850.C3162-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi all, I and Michael can kill CURRENT quite simple with cd /usr/ports/www/mozilla make clean make patch make clean after 7-10 times we crash. This is on IDE disks. And I even turned softupdates of. The panic trace is then similar, but not the same as with softupdates enabled. Martin Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: <finger -l mbr@freebsd.org> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 15:51:38 2002 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 4042737B400 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 15:51:37 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E9D43E3B for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 15:51:36 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id B6AF272FCC; Mon, 16 Sep 2002 15:50:05 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id B400B72FC5; Mon, 16 Sep 2002 15:50:05 -0700 (PDT) Date: Mon, 16 Sep 2002 15:50:05 -0700 (PDT) From: Doug White <dwhite@gumbysoft.com> To: =?windows-1251?Q?=c8=ec=ff_=d4=e0=ec=e8=eb=e8=ff?= <labria@mail.ru> Cc: freebsd-current@freebsd.org Subject: Re: acpi problem In-Reply-To: <E17q8rY-00019W-00@f10.mail.ru> Message-ID: <20020916154835.K19620-100000@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sat, 14 Sep 2002, [windows-1251] =C8=EC=FF =D4=E0=EC=E8=EB=E8=FF wrote: > Hello everyone, > Im kinda new to -current so the things ill be > asking may be old story but anyway. > > I have a COMPAQ DESKPRO EN with a PIII450(on a BX440 mb) > I used to hame my kernel compiled with : > device apm > device sbc > device pcm > (nothing for them in device.hints, sot all worked in PnP mode) > Everithing (including sound and power management) was working fine, > but i got theese messages at boot time: > unknown: <PNP0401> can't assign resources (port) > unknown: <PNP0501> can't assign resources (port) > unknown: <PNP0501> can't assign resources (port) > unknown: <PNP0700> can't assign resources (port) > unknown: <PNP0303> can't assign resources (port) > unknown: <PNP0f13> can't assign resources (irq) This is normal, its the PNP IDs for devices FreeBSD detects itself (keyboard, floppy, certain MB resources). > I just couldnt understav what theese were > But later on i compiled the kernel with: > device acpi > Now i get some acpi messages at boot time, like : > acpi0: <COMPAQ CPQB0B5 > on motherboard > > BUT, now my soundcard doesnt work in pnp mode (i had to write > strings for it in device.hints to make it work again), and apm > seems to be buggy. > zzz doesnt work at all. > When trying to power down the box it sais: > Power system off using ACPI... > and hangs( I have to press the button myself to power it off) > when trying : "acpiconf -s [2345]" i get: > acpi0: AcpiGetSleepTypeData failed - AE_NOT_FOUND ACPI on your system and our interpreter don't get along. If you don't like it, turn it off. Instructions in the acpi manpage. --=20 Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 17:14:22 2002 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 5CC7F37B400 for <current@freebsd.org>; Mon, 16 Sep 2002 17:14:21 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB4E43E65 for <current@freebsd.org>; Mon, 16 Sep 2002 17:14:20 -0700 (PDT) (envelope-from abjenkins@attbi.com) Received: from attbi.com ([24.60.235.125]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020917001254.KFRB23613.sccrmhc02.attbi.com@attbi.com>; Tue, 17 Sep 2002 00:12:54 +0000 Message-ID: <3D86736E.10007@attbi.com> Date: Mon, 16 Sep 2002 20:12:30 -0400 From: Anthony Jenkins <abjenkins@attbi.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020901 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alex Zepeda <zipzippy@sonic.net> Cc: current@freebsd.org Subject: Re: Unable to boot any recent kernels References: <20020916061716.GA914@blarf.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG My system (FreeBSD 4.7-PRERELEASE #0: Fri Sep 6 23:24:02 EDT 2002) hangs at this point also, but it's a finite hang around 1 minute. I only have 1 DVD drive and 1 CD-RW drive on controller ad0. You might just wait a while longer before assuming the box is hung, as I haven't looked into it any farther. Anthony Jenkins Alex Zepeda wrote: >ad0: 29314MB <IBM-DTLA-307030> [59560/16/63] at ata0-master UDMA33 >ad1: 12416MB <WDC AC313000R> [25228/16/63] at ata0-slave UDMA33 >acd0: CD-RW <R/RW 4x4x24> at ata1-master PIO4 >acd1: CDROM <NEC CD-ROM DRIVE:28D> at ata1-slave PIO4 > >I get here, and the system hangs. Keyboard is unresponsive, etc. A >kernel from Aug23 (w/ atapicam and bpf) works just fine. boot -v doesn't >reveal much. Removing atapicam and bpf had no effect. > >Attached the dmesg output from a working kernel, and the kernel config. > >- alex > > [snip] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 17:17:16 2002 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 58B7C37B400 for <current@freebsd.org>; Mon, 16 Sep 2002 17:17:15 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15BA743E6A for <current@freebsd.org>; Mon, 16 Sep 2002 17:17:15 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id 80D943463E; Tue, 17 Sep 2002 00:17:14 +0000 (GMT) Date: Tue, 17 Sep 2002 00:17:14 +0000 (GMT) Message-Id: <20020917001714.YvSr72430@hun.org> From: attila! <attila@hun.org> X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-No-Archive: yes Subject: TekRam 395U[W] series SCSI controllers for CURRENT To: FreeBSD-CURRENT <current@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG The price is right on the 395U[W]: $41/52 and it is their newer series which uses a "TekRam 1040" chip. Has anyone used it on CURRENT --and is it supported? TekRam is an assembly house not a fab shop --is the chip the same as the ISC 1040? and covered under the 'isc' driver? --or under the 'amd' driver? BTW, I'm planning to use it as a third SCSI controller for CDROM, DVD-RAM, ZIP, etc on the Tyan SMP which has a 3COM dual NIC controller so I can use both xl devices for 160 MB bus operations. thanx! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 17:18: 7 2002 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 2F8A337B400 for <current@freebsd.org>; Mon, 16 Sep 2002 17:18:03 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE6843E4A for <current@freebsd.org>; Mon, 16 Sep 2002 17:18:02 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id 3148C3463E; Tue, 17 Sep 2002 00:18:02 +0000 (GMT) Date: Tue, 17 Sep 2002 00:18:02 +0000 (GMT) Message-Id: <20020917001802.AJlI72491@hun.org> From: attila! <attila@hun.org> X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-No-Archive: yes Subject: PCI SCSI and NIC controllers "missing" from NOTES To: FreeBSD-CURRENT <current@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG the NOTES section on SCSI controllers and PCI NIC cards are missing in Sunday's slice (15 Sep) ... and on the 17 Aug slice ... (I use CVS source, not JPSNAP) the copies below are from the 20 Feb NOTES # # SCSI host adapters: # # adv: All Narrow SCSI bus AdvanSys controllers. # adw: Second Generation AdvanSys controllers including the ADV940UW. # aha: Adaptec 154x/1535/1640 # ahb: Adaptec 174x EISA controllers # ahc: Adaptec 274x/284x/2910/293x/294x/394x/3950x/3960x/398X/4944/ # 19160x/29160x, aic7770/aic78xx # aic: Adaptec 6260/6360, APA-1460 (PC Card), NEC PC9801-100 (C-BUS) # amd: Support for the AMD 53C974 SCSI host adapter chip as found on devices # such as the Tekram DC-390(T). # bt: Most Buslogic controllers: including BT-445, BT-54x, BT-64x, BT-74x, # BT-75x, BT-946, BT-948, BT-956, BT-958, SDC3211B, SDC3211F, SDC3222F # isp: Qlogic ISP 1020, 1040 and 1040B PCI SCSI host adapters, # ISP 1240 Dual Ultra SCSI, ISP 1080 and 1280 (Dual) Ultra2, # ISP 12160 Ultra3 SCSI, # Qlogic ISP 2100 and ISP 2200 1Gb Fibre Channel host adapters. # Qlogic ISP 2300 and ISP 2312 2Gb Fibre Channel host adapters. # ispfw: Firmware module for Qlogic host adapters # ncr: NCR 53C810, 53C825 self-contained SCSI host adapters. # ncv: NCR 53C500 based SCSI host adapters. # nsp: Workbit Ninja SCSI-3 based PC Card SCSI host adapters. # sym: Symbios/Logic 53C8XX family of PCI-SCSI I/O processors: # 53C810, 53C810A, 53C815, 53C825, 53C825A, 53C860, 53C875, # 53C876, 53C885, 53C895, 53C895A, 53C896, 53C897, 53C1510D, # 53C1010-33, 53C1010-66. # stg: TMC 18C30, 18C50 based SCSI host adapters. # wds: WD7000 # # Network interfaces: # # MII bus support is required for some PCI 10/100 ethernet NICs, # namely those which use MII-compliant transceivers or implement # tranceiver control interfaces that operate like an MII. Adding # "device miibus0" to the kernel config pulls in support for # the generic miibus API and all of the PHY drivers, including a # generic one for PHYs that aren't specifically handled by an # individual driver. device miibus # an: Aironet 4500/4800 802.11 wireless adapters. Supports the PCMCIA, # PCI and ISA varieties. # ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver # (requires sppp) # awi: Support for IEEE 802.11 PC Card devices using the AMD Am79C930 and # Harris (Intersil) Chipset with PCnetMobile firmware by AMD. # bge: Support for gigabit ethernet adapters based on the Broadcom # BCM570x family of controllers, including the 3Com 3c996-T, # the Netgear GA302T, the SysKonnect SK-9D21 and SK-9D41, and # the embedded gigE NICs on Dell PowerEdge 2550 servers. # cnw: Xircom CNW/Netware Airsurfer PC Card adapter # cm: Arcnet SMC COM90c26 / SMC COM90c56 # (and SMC COM90c66 in '56 compatibility mode) adapters. # cs: IBM Etherjet and other Crystal Semi CS89x0-based adapters # cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing) # dc: Support for PCI fast ethernet adapters based on the DEC/Intel 21143 # and various workalikes including: # the ADMtek AL981 Comet and AN985 Centaur, the ASIX Electronics # AX88140A and AX88141, the Davicom DM9100 and DM9102, the Lite-On # 82c168 and 82c169 PNIC, the Lite-On/Macronix LC82C115 PNIC II # and the Macronix 98713/98713A/98715/98715A/98725 PMAC. This driver # replaces the old al, ax, dm, pn and mx drivers. List of brands: # Digital DE500-BA, Kingston KNE100TX, D-Link DFE-570TX, SOHOware SFA110, # SVEC PN102-TX, CNet Pro110B, 120A, and 120B, Compex RL100-TX, # LinkSys LNE100TX, LNE100TX V2.0, Jaton XpressNet, Alfa Inc GFC2204, # KNE110TX. # de: Digital Equipment DC21040 # ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503 # HP PC Lan+, various PC Card devices (refer to etc/defauls/pccard.conf) # (requires miibus) # el: 3Com 3C501 (slow!) # em: Intel Pro/1000 Gigabit Ethernet 82542, 82543, 82544 based adapters. # ep: 3Com 3C509, 3C529, 3C556, 3C562D, 3C563D, 3C572, 3C574X, 3C579, 3C589 # and PC Card devices using these chipsets. # ex: Intel EtherExpress Pro/10 and other i82595-based adapters, # Olicom Ethernet PC Card devices. # fe: Fujitsu MB86960A/MB86965A Ethernet # fea: DEC DEFEA EISA FDDI adapter # fpa: Support for the Digital DEFPA PCI FDDI. `device fddi' is also needed. # fxp: Intel EtherExpress Pro/100B # (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping) # gx: Intel Pro/1000 Gigabit Ethernet (82542, 82543-F, 82543-T) # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; # Intel EtherExpress # le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100, # DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422) # lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and # Am79C960) # lge: Support for PCI gigabit ethernet adapters based on the Level 1 # LXT1001 NetCellerator chipset. This includes the D-Link DGE-500SX, # SMC TigerCard 1000 (SMC9462SX), and some Addtron cards. # nge: Support for PCI gigabit ethernet adapters based on the National # Semiconductor DP83820 and DP83821 chipset. This includes the # SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet # GigaNIX 1000TA and 1000TPC, the Addtron AEG320T, the LinkSys # EG1032 and EG1064, the Surecom EP-320G-TX and the Netgear GA622T. # oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133 # (no hints needed). # Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140, # OC-3141, OC-3540, OC-3250 # rdp: RealTek RTL 8002-based pocket ethernet adapters # sbni: Granch SBNI12-xx ISA and PCI adapters # pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x # chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and # PCnet/Home. These were previously handled by the lnc driver (and # still will be if you leave this driver out of the kernel). # rl: Support for PCI fast ethernet adapters based on the RealTek 8129/8139 # chipset. Note that the RealTek driver defaults to using programmed # I/O to do register accesses because memory mapped mode seems to cause # severe lockups on SMP hardware. This driver also supports the # Accton EN1207D `Cheetah' adapter, which uses a chip called # the MPX 5030/5038, which is either a RealTek in disguise or a # RealTek workalike. Note that the D-Link DFE-530TX+ uses the RealTek # chipset and is supported by this driver, not the 'vr' driver. # sf: Support for Adaptec Duralink PCI fast ethernet adapters based on the # Adaptec AIC-6915 "starfire" controller. # This includes dual and quad port cards, as well as one 100baseFX card. # Most of these are 64-bit PCI devices, except for one single port # card which is 32-bit. # sis: Support for NICs based on the Silicon Integrated Systems SiS 900, # SiS 7016 and NS DP83815 PCI fast ethernet controller chips. # sk: Support for the SysKonnect SK-984x series PCI gigabit ethernet NICs. # This includes the SK-9841 and SK-9842 single port cards (single mode # and multimode fiber) and the SK-9843 and SK-9844 dual port cards # (also single mode and multimode). # The driver will autodetect the number of ports on the card and # attach each one as a separate network interface. # sn: Support for ISA and PC Card Ethernet devices using the # SMC91C90/92/94/95 chips. # sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp) # ste: Sundance Technologies ST201 PCI fast ethernet controller, includes # the D-Link DFE-550TX. # ti: Support for PCI gigabit ethernet NICs based on the Alteon Networks # Tigon 1 and Tigon 2 chipsets. This includes the Alteon AceNIC, the # 3Com 3c985, the Netgear GA620 and various others. Note that you will # probably want to bump up NMBCLUSTERS a lot to use this driver. # tl: Support for the Texas Instruments TNETE100 series 'ThunderLAN' # cards and integrated ethernet controllers. This includes several # Compaq Netelligent 10/100 cards and the built-in ethernet controllers # in several Compaq Prosignia, Proliant and Deskpro systems. It also # supports several Olicom 10Mbps and 10/100 boards. # tx: SMC 9432 TX, BTX and FTX cards. (SMC EtherPower II serie) # txp: Support for 3Com 3cR990 cards with the "Typhoon" chipset # vr: Support for various fast ethernet adapters based on the VIA # Technologies VT3043 `Rhine I' and VT86C100A `Rhine II' chips, # including the D-Link DFE530TX (see 'rl' for DFE530TX+), the Hawking # Technologies PN102TX, and the AOpen/Acer ALN-320. # vx: 3Com 3C590 and 3C595 # wb: Support for fast ethernet adapters based on the Winbond W89C840F chip. # Note: this is not the same as the Winbond W89C940F, which is a # NE2000 clone. # wl: Lucent Wavelan (ISA card only). # wi: Lucent WaveLAN/IEEE 802.11 PCMCIA adapters. Note: this supports both # the PCMCIA and ISA cards: the ISA card is really a PCMCIA to ISA # bridge with a PCMCIA adapter plugged into it. # xe: Xircom/Intel EtherExpress Pro100/16 PC Card ethernet controller, # Accton Fast EtherCard-16, Compaq Netelligent 10/100 PC Card, # Toshiba 10/100 Ethernet PC Card, Xircom 16-bit Ethernet + Modem 56 # xl: Support for the 3Com 3c900, 3c905, 3c905B and 3c905C (Fast) # Etherlink XL cards and integrated controllers. This includes the # integrated 3c905B-TX chips in certain Dell Optiplex and Dell # Precision desktop machines and the integrated 3c905-TX chips # in Dell Latitude laptop docking stations. # Also supported: 3Com 3c980(C)-TX, 3Com 3cSOHO100-TX, 3Com 3c450-TX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 17:30: 7 2002 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 54DB537B400; Mon, 16 Sep 2002 17:30:05 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6360743E65; Mon, 16 Sep 2002 17:30:04 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8H0Tx2O068006; Tue, 17 Sep 2002 02:29:59 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8H0Ti75739538; Tue, 17 Sep 2002 02:29:44 +0200 (MES) Date: Tue, 17 Sep 2002 02:29:41 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: <current@freebsd.org> Cc: Michael Reifenberger <root@nihil.plaut.de>, Peter Wemm <peter@wemm.org>, <julian@freebsd.org> Subject: Re: filesystem corruption ? In-Reply-To: <20020917003850.C3162-100000@levais.imp.ch> Message-ID: <20020917021615.D3162-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi all, It looks more and more to me that pmap does something wrong. I get pmap related vm crashes or corruption, relating in filesystem corruption. I had about 3-4 different panics. Mozilla build tends to prefer "panic: bad link count", openoffice prefers page faults in ffs code ;) But these options here are enabled: options DISABLE_PSE options DISABLE_PG_G Are there any options I could also add and try ? Page coloring etc ? You remember, I had SIG4 and SIG11 over and over until I used these options. The builds run fine by then, I had no panics at all anymore. I was happy. After gcc32 was imported. I got panics over and over. I looked carefuly that no -march was used, so that this could be the reason. I use now this option to get a panic even faster ( and to get a lot smaller dumps of course ) ;) options MAXMEM="(128*1024)" It cannot be hardware. I've preplaced everthing on this box, including the motherboard. Michael Reifenberger has the same symptoms. I bet he has also a PIV. This is now a PIV machine (2,26 Ghz) with 1GB Ram, and as you see only 128MB active at the moment. I have kerneldumps available. If requested, I can compress them and make available on projects.imp.ch Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 17:31:37 2002 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 5ED9A37B400 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 17:31:36 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B9E43E42 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 17:31:36 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [67.114.253.235] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Mon, 16 Sep 2002 18:31:35 -0600 Message-ID: <3D86779A.3060305@hotmail.com> Date: Mon, 16 Sep 2002 17:30:18 -0700 From: walt <wa1ter@hotmail.com> Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020905 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: libc: don't know how to make signalcontext.c Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG /usr/src/lib/libc/i386/gen/Makefile.inc contains: SRCS+= _ctx_start.S _setjmp.S alloca.S getcontext.S fabs.S frexp.c \ infinity.c isinf.c ldexp.c makecontext.c modf.S \ rfork_thread.S setjmp.S sigsetjmp.S swapcontext.c signalcontext.c which seems to cause the error. Not sure why it doesn't also choke on swapcontext.c which is missing as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 17:33:44 2002 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 D345137B400 for <current@freebsd.org>; Mon, 16 Sep 2002 17:33:42 -0700 (PDT) Received: from seven.Alameda.net (seven.Alameda.net [64.81.63.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9E843E72 for <current@freebsd.org>; Mon, 16 Sep 2002 17:33:42 -0700 (PDT) (envelope-from ulf@Alameda.net) Received: by seven.Alameda.net (Postfix, from userid 1000) id 160BF3A203; Mon, 16 Sep 2002 17:33:42 -0700 (PDT) Date: Mon, 16 Sep 2002 17:33:42 -0700 From: Ulf Zimmermann <ulf@Alameda.net> To: attila! <attila@hun.org> Cc: FreeBSD-CURRENT <current@freebsd.org> Subject: Re: TekRam 395U[W] series SCSI controllers for CURRENT Message-ID: <20020916173342.A83932@seven.alameda.net> Reply-To: ulf@Alameda.net References: <20020917001714.YvSr72430@hun.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020917001714.YvSr72430@hun.org>; from attila@hun.org on Tue, Sep 17, 2002 at 12:17:14AM +0000 Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 4.7-PRERELEASE Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Tue, Sep 17, 2002 at 12:17:14AM +0000, attila! wrote: > > The price is right on the 395U[W]: $41/52 and it is > their newer series which uses a "TekRam 1040" chip. > Has anyone used it on CURRENT --and is it supported? > > TekRam is an assembly house not a fab shop --is the chip > the same as the ISC 1040? and covered under the 'isc' > driver? --or under the 'amd' driver? > > BTW, I'm planning to use it as a third SCSI controller > for CDROM, DVD-RAM, ZIP, etc on the Tyan SMP which has a > 3COM dual NIC controller so I can use both xl devices > for 160 MB bus operations. 3COM dual NIC is the xl devices, thats right. But that is the Ethernet controller, not the SCSI controller. Tyan has Adaptec on board. > > thanx! > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 You can find my resume at: http://seven.Alameda.net/~ulf/resume.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 18:22:21 2002 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 075A937B400 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 18:22:19 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FDE343E65 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 18:22:18 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id 154A53463E; Tue, 17 Sep 2002 01:22:18 +0000 (GMT) Date: Tue, 17 Sep 2002 01:22:17 +0000 (GMT) Message-Id: <20020917012217.ijdM73487@hun.org> From: attila! <attila@hun.org> X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-No-Archive: yes In-Reply-To: <6C3D95B5-C8AC-11D6-AF56-0003937E39E0@mac.com> References: <20020914173520.G91535-100000@mail.allcaps.org> To: CURRENT <current@FreeBSD.ORG> Cc: Matthew Jacob <mjacob@feral.com>, leimy2k@mac.com Subject: Re: FreeBSD 5.0 as a desktop 'failure' report Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG OK, I know this dates me, but I started with 'twm' as a window manager in 1983 when X was on V10 --on a prototype DEC GTX box with a 20" 24bit color monitor. Didn't have a lot of graphics other than what I wrote using Athena widgets. First, I still use 'twm' with a dual line 16 wide icon bar using 40 pixels across the bottom of the screen. I don't need pictures, the words are just fine and I don't have icons all over the screen. A picture is not worth a thousand words. Second, I have been continuously tracking -CURRENT since before it cut to 3.0-CURRENT --on my desktop. Sure, there have been a couple anxious moments, but I only needed the fixit disk once in all those years. My server also runs -CURRENT. Third, I run at least two full X sessions depending on how many projects I'm playing with at a time and swap whenever on a 1600 x 1280 screen. Lots of Xemacs, Netscape and some GIMP and SOffice --the only thing which crashes is Netscape and that's almost invariably due to crap code from WinSleaze ASP generators. Use the KISS principle; if you need it to look like Windows, run Windows and put up with their viri and crashes. Anything Microsoft has been banned here since before there even was a Microsoft product. Hard-nosed? Not really, just committed. My five kids learned on BSD. Even government "retrainables" can be converted if KISS is followed (been there, done that). -- I don't need your attitude. I have one of my own. ---------- Original Message ---------- Sent: Sun, 15 Sep 2002 08:09:52 -0500 by leimy2k@mac.com + On Saturday, September 14, 2002, at 07:40 PM, Andrew P. Lentvorski + wrote: + + > On Sat, 14 Sep 2002, Matthew Jacob wrote: + > + >> But we need a window manager- let's build gnome2! That worked- but, + >> haha, gnome2 refused to run because it failed to be able to do NFS + >> locking on my NFS mounted (on a Solaris 8 server) home directory. Oh, + >> well that's really not going to cut it now, is it.... Oh, well, let's + >> live with plain sawfish until we sort this one out... + > + > Please report this to the Gnome folks. Given the state of NFS + > filelocking + > on *any* open source system (they are all broken in various ways-this + > includes Linux and *BSD), requiring fully working NFS file locking on a + > widespread windowing system is not a good idea. + > + + Yes, the only successful NFS file locking I have ever seen on linux is + on NFS v3 + and it must be mounted with the "noac" [no attribute caching] option. + + I am sure that option degrades performance pretty badly. + + Give it a shot... see if it works + + + > In addition, I would bet that they'll probably point you to some + > command-line flag which disables that file locking. + > + > -a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 18:26: 5 2002 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 0E71237B400 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 18:26:03 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA7C43E3B for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 18:26:02 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g8H1Q0v86615; Mon, 16 Sep 2002 18:26:00 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Mon, 16 Sep 2002 18:26:00 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: attila! <attila@hun.org> Cc: CURRENT <current@FreeBSD.ORG>, leimy2k@mac.com Subject: Re: FreeBSD 5.0 as a desktop 'failure' report In-Reply-To: <20020917012217.ijdM73487@hun.org> Message-ID: <Pine.BSF.4.21.0209161824590.86429-100000@beppo> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I'd use tvtwm or olvwm or even ctwm except that most modern clients won't display correctly under the older X wms. On Tue, 17 Sep 2002, attila! wrote: > OK, I know this dates me, but I started with 'twm' as a > window manager in 1983 when X was on V10 --on a prototype > DEC GTX box with a 20" 24bit color monitor. Didn't have a > lot of graphics other than what I wrote using Athena > widgets. > > First, I still use 'twm' with a dual line 16 wide icon bar > using 40 pixels across the bottom of the screen. I don't > need pictures, the words are just fine and I don't have > icons all over the screen. A picture is not worth a > thousand words. > > Second, I have been continuously tracking -CURRENT since > before it cut to 3.0-CURRENT --on my desktop. Sure, there > have been a couple anxious moments, but I only needed the > fixit disk once in all those years. My server also runs > -CURRENT. > > Third, I run at least two full X sessions depending on how > many projects I'm playing with at a time and swap whenever > on a 1600 x 1280 screen. Lots of Xemacs, Netscape and some > GIMP and SOffice --the only thing which crashes is > Netscape and that's almost invariably due to crap code > from WinSleaze ASP generators. > > Use the KISS principle; if you need it to look like > Windows, run Windows and put up with their viri and > crashes. Anything Microsoft has been banned here since > before there even was a Microsoft product. > > Hard-nosed? Not really, just committed. My five kids > learned on BSD. > > Even government "retrainables" can be converted if KISS is > followed (been there, done that). > > -- > I don't need your attitude. I have one of my own. > > ---------- Original Message ---------- > Sent: Sun, 15 Sep 2002 08:09:52 -0500 by leimy2k@mac.com > > + On Saturday, September 14, 2002, at 07:40 PM, Andrew P. Lentvorski > + wrote: > + > + > On Sat, 14 Sep 2002, Matthew Jacob wrote: > + > > + >> But we need a window manager- let's build gnome2! That worked- but, > + >> haha, gnome2 refused to run because it failed to be able to do NFS > + >> locking on my NFS mounted (on a Solaris 8 server) home directory. Oh, > + >> well that's really not going to cut it now, is it.... Oh, well, let's > + >> live with plain sawfish until we sort this one out... > + > > + > Please report this to the Gnome folks. Given the state of NFS > + > filelocking > + > on *any* open source system (they are all broken in various ways-this > + > includes Linux and *BSD), requiring fully working NFS file locking on a > + > widespread windowing system is not a good idea. > + > > + > + Yes, the only successful NFS file locking I have ever seen on linux is > + on NFS v3 > + and it must be mounted with the "noac" [no attribute caching] option. > + > + I am sure that option degrades performance pretty badly. > + > + Give it a shot... see if it works > + > + > + > In addition, I would bet that they'll probably point you to some > + > command-line flag which disables that file locking. > + > > + > -a > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 18:29:15 2002 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 5AD1C37B400 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 18:29:12 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6F743E4A for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 18:29:11 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from smtp-relay04-en1.mac.com (smtp-relay04-en1 [10.13.10.223]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id g8H1TAOr001533 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 18:29:10 -0700 (PDT) Received: from asmtp02.mac.com (asmtp02-qfe3.mac.com [10.13.10.66]) by smtp-relay04-en1.mac.com (8.12.1/8.12.1/1.0) with ESMTP id g8H1TAOg025435 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 18:29:10 -0700 (PDT) Received: from David-Leimbachs-Computer.local ([66.156.161.223]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id H2K6SL00.J9C; Mon, 16 Sep 2002 18:29:09 -0700 Date: Mon, 16 Sep 2002 20:29:15 -0500 Subject: Re: FreeBSD 5.0 as a desktop 'failure' report Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v543) Cc: CURRENT <current@FreeBSD.ORG>, Matthew Jacob <mjacob@feral.com> To: attila! <attila@hun.org> From: David Leimbach <leimy2k@mac.com> In-Reply-To: <20020917012217.ijdM73487@hun.org> Message-Id: <E105AAFB-C9DC-11D6-BF49-0003931D0252@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.543) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Thanks for your opinion. I like windowmaker and blackbox too. Some people like different things... some people have different needs. twm is functional when nothing else is available... hey sometimes I don't even use X :). Dave On Monday, September 16, 2002, at 08:22 PM, attila! wrote: > OK, I know this dates me, but I started with 'twm' as a > window manager in 1983 when X was on V10 --on a prototype > DEC GTX box with a 20" 24bit color monitor. Didn't have a > lot of graphics other than what I wrote using Athena > widgets. > > First, I still use 'twm' with a dual line 16 wide icon bar > using 40 pixels across the bottom of the screen. I don't > need pictures, the words are just fine and I don't have > icons all over the screen. A picture is not worth a > thousand words. > > Second, I have been continuously tracking -CURRENT since > before it cut to 3.0-CURRENT --on my desktop. Sure, there > have been a couple anxious moments, but I only needed the > fixit disk once in all those years. My server also runs > -CURRENT. > > Third, I run at least two full X sessions depending on how > many projects I'm playing with at a time and swap whenever > on a 1600 x 1280 screen. Lots of Xemacs, Netscape and some > GIMP and SOffice --the only thing which crashes is > Netscape and that's almost invariably due to crap code > from WinSleaze ASP generators. > > Use the KISS principle; if you need it to look like > Windows, run Windows and put up with their viri and > crashes. Anything Microsoft has been banned here since > before there even was a Microsoft product. > > Hard-nosed? Not really, just committed. My five kids > learned on BSD. > > Even government "retrainables" can be converted if KISS is > followed (been there, done that). > > -- > I don't need your attitude. I have one of my own. > > ---------- Original Message ---------- > Sent: Sun, 15 Sep 2002 08:09:52 -0500 by leimy2k@mac.com > > + On Saturday, September 14, 2002, at 07:40 PM, Andrew P. Lentvorski > + wrote: > + > + > On Sat, 14 Sep 2002, Matthew Jacob wrote: > + > > + >> But we need a window manager- let's build gnome2! That worked- > but, > + >> haha, gnome2 refused to run because it failed to be able to do NFS > + >> locking on my NFS mounted (on a Solaris 8 server) home directory. > Oh, > + >> well that's really not going to cut it now, is it.... Oh, well, > let's > + >> live with plain sawfish until we sort this one out... > + > > + > Please report this to the Gnome folks. Given the state of NFS > + > filelocking > + > on *any* open source system (they are all broken in various > ways-this > + > includes Linux and *BSD), requiring fully working NFS file locking > on a > + > widespread windowing system is not a good idea. > + > > + > + Yes, the only successful NFS file locking I have ever seen on linux > is > + on NFS v3 > + and it must be mounted with the "noac" [no attribute caching] option. > + > + I am sure that option degrades performance pretty badly. > + > + Give it a shot... see if it works > + > + > + > In addition, I would bet that they'll probably point you to some > + > command-line flag which disables that file locking. > + > > + > -a > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 18:31: 6 2002 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 9D5FE37B400 for <current@freebsd.org>; Mon, 16 Sep 2002 18:31:04 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C7B43E72 for <current@freebsd.org>; Mon, 16 Sep 2002 18:31:04 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id C55883463E; Tue, 17 Sep 2002 01:31:03 +0000 (GMT) Date: Tue, 17 Sep 2002 01:31:03 +0000 (GMT) Message-Id: <20020917013103.QlLZ73704@hun.org> From: attila! <attila@hun.org> X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-No-Archive: yes In-Reply-To: <20020916173342.A83932@seven.alameda.net> References: <20020917001714.YvSr72430@hun.org> To: Ulf Zimmermann <ulf@Alameda.net> Cc: FreeBSD-CURRENT <current@freebsd.org> Subject: Re: TekRam 395U[W] series SCSI controllers for CURRENT Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG you're correct... what I meant to say was that I will use both channels of the Adaptec aic7899 Ultra160 SCSI adapter for 160 MB devices. I use the dual 3Coms --1 for intranet, the other for wideband to the net.... I need a third SCSI bus for the slow stuff (CDROM, DVD-RAM, etc). The cheap and dirty Tekram, if one of the drivers hits it, would do the trick. ---------- Original Message ---------- Sent: Mon, 16 Sep 2002 17:33:42 -0700 by Ulf Zimmermann: + On Tue, Sep 17, 2002 at 12:17:14AM +0000, attila! wrote: + > + > The price is right on the 395U[W]: $41/52 and it is + > their newer series which uses a "TekRam 1040" chip. + > Has anyone used it on CURRENT --and is it supported? + > + > TekRam is an assembly house not a fab shop --is the chip + > the same as the ISC 1040? and covered under the 'isc' + > driver? --or under the 'amd' driver? + > + > BTW, I'm planning to use it as a third SCSI controller + > for CDROM, DVD-RAM, ZIP, etc on the Tyan SMP which has a + > 3COM dual NIC controller so I can use both xl devices + > for 160 MB bus operations. + + 3COM dual NIC is the xl devices, thats right. But that is the + Ethernet controller, not the SCSI controller. Tyan has Adaptec + on board. + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 19:13:46 2002 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 CF23D37B400 for <current@freebsd.org>; Mon, 16 Sep 2002 19:13:45 -0700 (PDT) Received: from blarf.homeip.net (adsl-209-204-188-56.sonic.net [209.204.188.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778CE43E72 for <current@freebsd.org>; Mon, 16 Sep 2002 19:13:45 -0700 (PDT) (envelope-from sonicmail@blarf.homeip.net) Received: by blarf.homeip.net (Postfix, from userid 1006) id 6BD501B7E; Mon, 16 Sep 2002 19:13:42 -0700 (PDT) Date: Mon, 16 Sep 2002 19:13:42 -0700 From: Alex Zepeda <zipzippy@sonic.net> To: Anthony Jenkins <abjenkins@attbi.com>, current@freebsd.org Subject: Re: Unable to boot any recent kernels Message-ID: <20020917021342.GA75762@blarf.homeip.net> References: <20020916061716.GA914@blarf.homeip.net> <3D86736E.10007@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D86736E.10007@attbi.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Mon, Sep 16, 2002 at 08:12:30PM -0400, Anthony Jenkins wrote: > My system (FreeBSD 4.7-PRERELEASE #0: Fri Sep 6 23:24:02 EDT 2002) > hangs at this point also, but it's a finite hang around 1 minute. I > only have 1 DVD drive and 1 CD-RW drive on controller ad0. You might > just wait a while longer before assuming the box is hung, as I haven't > looked into it any farther. Right, however those are the only IDE devices on the system. I've never seen this hang before, etc. As far as I can tell this is a new behavior. And yes, I've waited a few minutes before and it's still remained frozen at that stage. Boot -v doesn't really show anything (the last thing printed is still the probe for the IDE devices). - alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 19:55:34 2002 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 5431437B400 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 19:55:33 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE98F43E65 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 19:55:32 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g8H2tAwr014698; Mon, 16 Sep 2002 19:55:15 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200209170255.g8H2tAwr014698@gw.catspoiler.org> Date: Mon, 16 Sep 2002 19:55:10 -0700 (PDT) From: Don Lewis <dl-freebsd@catspoiler.org> Subject: Re: FreeBSD 5.0 as a desktop 'failure' report To: mjacob@feral.com Cc: attila@hun.org, current@FreeBSD.ORG, leimy2k@mac.com In-Reply-To: <Pine.BSF.4.21.0209161824590.86429-100000@beppo> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 16 Sep, Matthew Jacob wrote: > > I'd use tvtwm or olvwm or even ctwm except that most modern clients > won't display correctly under the older X wms. mousie:~ 210>ps uax | grep wm dl 246 0.0 0.2 2604 800 v0 S 7Sep02 1:15.04 olvwm dl 252 0.0 0.0 2916 0 v0 I 7Sep02 0:00.11 olwmslave dl 10125 0.0 0.1 996 304 p1 DL+ 7:52PM 0:00.00 grep wm One of these days I need to track down why the workspace menu isn't drawn correctly ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 20: 8:57 2002 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id D471637B400; Mon, 16 Sep 2002 20:08:55 -0700 (PDT) Date: Mon, 16 Sep 2002 20:08:55 -0700 From: Juli Mallett <jmallett@FreeBSD.org> To: Don Lewis <dl-freebsd@catspoiler.org> Cc: mjacob@feral.com, attila@hun.org, current@FreeBSD.ORG, leimy2k@mac.com Subject: Re: FreeBSD 5.0 as a desktop 'failure' report Message-ID: <20020916200855.A90091@FreeBSD.org> References: <Pine.BSF.4.21.0209161824590.86429-100000@beppo> <200209170255.g8H2tAwr014698@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209170255.g8H2tAwr014698@gw.catspoiler.org>; from dl-freebsd@catspoiler.org on Mon, Sep 16, 2002 at 07:55:10PM -0700 Organisation: The FreeBSD Project <http://FreeBSD.org> X-Alternate-Addresses: <jmallett@NewGold.NET>, <jmallett@xMach.org>, <juli@jerkcity.com>, <flata@toxic.magnesium.net>, <jmallett@OpenDarwin.org> X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG * De: Don Lewis <dl-freebsd@catspoiler.org> [ Data: 2002-09-16 ] [ Subjecte: Re: FreeBSD 5.0 as a desktop 'failure' report ] > On 16 Sep, Matthew Jacob wrote: > > > > I'd use tvtwm or olvwm or even ctwm except that most modern clients > > won't display correctly under the older X wms. > > mousie:~ 210>ps uax | grep wm > dl 246 0.0 0.2 2604 800 v0 S 7Sep02 1:15.04 olvwm > dl 252 0.0 0.0 2916 0 v0 I 7Sep02 0:00.11 olwmslave > dl 10125 0.0 0.1 996 304 p1 DL+ 7:52PM 0:00.00 grep wm > > One of these days I need to track down why the workspace menu isn't > drawn correctly ... I use the same Window Manager that worked out of the box on my SunOS, Solaris, and FreeBSD 2.2 systems: mwm. Though I sometimes use twm, if only to scare my girlfriend. I do, however (unfortunately), use GNOME with Mwm these days. On my laptop, on my workstation-thing, on ... I run BSD, or occasionally IRIX or xMach, but that's beside the point. If only 5Dwm hadn't died off, and if only there was a good Toolchest in ports, I'd be totally content, even though I am stuck with 8bit colour on my lappy. I'm not "average user" but I do use BSD to get all my work done. And it works well. Saying that our LCD _must_+ be "dumb average user" is bad, aiming for it, however, is good. juli. -- Juli Mallett <jmallett@FreeBSD.org> | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 20:17:36 2002 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 7225C37B400; Mon, 16 Sep 2002 20:17:34 -0700 (PDT) Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13A1643E72; Mon, 16 Sep 2002 20:17:34 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0049.cvx22-bradley.dialup.earthlink.net ([209.179.198.49] helo=mindspring.com) by gull.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17r8re-0004dr-00; Mon, 16 Sep 2002 20:17:26 -0700 Message-ID: <3D869B5F.C48D7F10@mindspring.com> Date: Mon, 16 Sep 2002 20:02:55 -0700 From: Terry Lambert <tlambert2@mindspring.com> X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Martin Blapp <mb@imp.ch> Cc: current@freebsd.org, Michael Reifenberger <root@nihil.plaut.de>, Peter Wemm <peter@wemm.org>, julian@freebsd.org Subject: Re: filesystem corruption ? References: <20020917021615.D3162-100000@levais.imp.ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Martin Blapp wrote: > It looks more and more to me that pmap does something wrong. > I get pmap related vm crashes or corruption, relating in > filesystem corruption. > > I had about 3-4 different panics. Mozilla build tends to prefer > "panic: bad link count", openoffice prefers page faults in ffs code ;) > > But these options here are enabled: > > options DISABLE_PSE > options DISABLE_PG_G > > Are there any options I could also add and try ? Page coloring etc ? > > You remember, I had SIG4 and SIG11 over and over until > I used these options. The builds run fine by then, > I had no panics at all anymore. I was happy. [ ... ] There have been a number of panics reported recently on -current, which seem to be repeatable on ATA drives, but not on SCSI drives. A casual perusal of the code seems to indicate that a soft failure in the paging path will be treated as a hard failure in the ATA case, instead of retried, but I haven't confirmed this by writing the code to tape and running the tape between my fillings (i.e. I have not intensly scrutinized the code, it just looks like it is that way). UnixWare had a similar bug in th ATA retry code, only it's FS, when a soft error was treated as hard, would start marking the sectors gone, so maybe you should consider yourself lucky... ;^). Last I heard,the ATA maintainers were looking into reproducing the problem, with no luck yet. Check the -current archives, and volunteer to be a guinea pig (that's my best suggestion at present, unless you can retry with a SCSI drive instead, and see if the problems disappear). You might also try playing with the ATA DMA and tag options (see NOTES/LINT for what you can turn off that way), and the ATA sysctl's (most are required to be done at boot time, but a "sysctl -a | grep ata" will list them out for you to try manually in the boot loader). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 20:18:16 2002 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 2F73137B405 for <current@freebsd.org>; Mon, 16 Sep 2002 20:18:15 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id C591843E3B for <current@freebsd.org>; Mon, 16 Sep 2002 20:18:14 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 4250 invoked from network); 17 Sep 2002 03:19:13 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <current@freebsd.org>; 17 Sep 2002 03:19:13 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8H3ICBv056235; Mon, 16 Sep 2002 23:18:12 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: <XFMail.20020916231813.jhb@FreeBSD.org> X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020917001802.AJlI72491@hun.org> Date: Mon, 16 Sep 2002 23:18:13 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: attila! <attila@hun.org> Subject: RE: PCI SCSI and NIC controllers "missing" from NOTES Cc: FreeBSD-CURRENT <current@freebsd.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 17-Sep-2002 attila! wrote: > the NOTES section on SCSI controllers and PCI NIC cards > are missing in Sunday's slice (15 Sep) ... and on the 17 > Aug slice ... (I use CVS source, not JPSNAP) > > the copies below are from the 20 Feb NOTES Note that NOTES has split in two. There is a MI /sys/conf/NOTES and MD /sys/${MACHINE}/conf/NOTES files. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 20:39: 8 2002 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 9E31937B400 for <current@freebsd.org>; Mon, 16 Sep 2002 20:39:07 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3435343E6A for <current@freebsd.org>; Mon, 16 Sep 2002 20:39:07 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8H3d5JF004388; Mon, 16 Sep 2002 20:39:05 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8H3d5Jv004387; Mon, 16 Sep 2002 20:39:05 -0700 (PDT) Date: Mon, 16 Sep 2002 20:39:05 -0700 From: "David O'Brien" <obrien@freebsd.org> To: attila! <attila@hun.org> Cc: FreeBSD-CURRENT <current@freebsd.org> Subject: Re: TekRam 395U[W] series SCSI controllers for CURRENT Message-ID: <20020917033905.GA4325@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mail-Followup-To: David O'Brien <obrien@FreeBSD.org>, attila! <attila@hun.org>, FreeBSD-CURRENT <current@freebsd.org> References: <20020917001714.YvSr72430@hun.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020917001714.YvSr72430@hun.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Tue, Sep 17, 2002 at 12:17:14AM +0000, attila! wrote: > > The price is right on the 395U[W]: $41/52 and it is > their newer series which uses a "TekRam 1040" chip. > Has anyone used it on CURRENT --and is it supported? There is support, but the driver has never been committed to FreeBSD. I was willing to shepard it into the tree, but never could get my hands on a 395 controller. ftp://ftp.tekram.com/SCSI/3X5/FreeBSD/FreeBSD400/dc395x_trm.tar.gz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 20:42:56 2002 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 8FA0937B400 for <current@freebsd.org>; Mon, 16 Sep 2002 20:42:55 -0700 (PDT) Received: from ref5.freebsd.org (ref5.FreeBSD.org [216.136.204.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5957643E6A for <current@freebsd.org>; Mon, 16 Sep 2002 20:42:55 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from ref5.freebsd.org (localhost [127.0.0.1]) by ref5.freebsd.org (8.12.6/8.12.6) with ESMTP id g8H3gsIM055511 for <current@freebsd.org>; Mon, 16 Sep 2002 20:42:54 -0700 (PDT) (envelope-from des@ref5.freebsd.org) Received: (from des@localhost) by ref5.freebsd.org (8.12.6/8.12.6/Submit) id g8H3gsC9055509 for current@freebsd.org; Mon, 16 Sep 2002 20:42:54 -0700 (PDT) Date: Mon, 16 Sep 2002 20:42:54 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209170342.g8H3gsC9055509@ref5.freebsd.org> To: current@freebsd.org Subject: i386 tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- ===> lib/libc make: don't know how to make signalcontext.c. Stop *** Error code 2 Stop in /local0/scratch/des/src/lib. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 20:56:38 2002 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 927C237B400 for <freebsd-current@FreeBSD.ORG>; Mon, 16 Sep 2002 20:56:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151BC43E4A for <freebsd-current@FreeBSD.ORG>; Mon, 16 Sep 2002 20:56:37 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8H3uaJU002761 for <freebsd-current@FreeBSD.ORG>; Mon, 16 Sep 2002 20:56:36 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8H3uaSo002760 for freebsd-current@FreeBSD.ORG; Mon, 16 Sep 2002 20:56:36 -0700 (PDT) Date: Mon, 16 Sep 2002 20:56:36 -0700 From: Alexander Kabaev <kan@FreeBSD.ORG> To: freebsd-current@FreeBSD.ORG Subject: HEADS UP: GCC 3.2.1 shapshot import is in progress Message-ID: <20020917035636.GA2482@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi all, I am starting an import of a newer GCC 3.2.1 snapshot. Please hold your cvs updates until I post an 'all clear' message. Apparently, the previous message I send about five minutes ago got sucked into some Internet blackhole. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 21: 3:13 2002 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 B1FFC37B401 for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 21:03:12 -0700 (PDT) Received: from mx4.mail.ru (fallback.mail.ru [194.67.57.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92CB043E6E for <freebsd-current@freebsd.org>; Mon, 16 Sep 2002 21:03:11 -0700 (PDT) (envelope-from kan@mail.ru) Received: from mx8.mail.ru (mx8.int [10.0.0.45]) by mx4.mail.ru (mPOP.Fallback_MX) with ESMTP id 263D41ACA12 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 07:45:38 +0400 (MSD) Received: from drweb by mx8.mail.ru with drweb-scanned (Exim MX.8) id 17r9HY-000PR8-00 for freebsd-current@FreeBSD.ORG; Tue, 17 Sep 2002 07:44:12 +0400 Received: from [141.154.59.224] (helo=kan.dnsalias.net) by mx8.mail.ru with esmtp (Exim SMTP.8) id 17r9HX-000PQ2-00 for freebsd-current@FreeBSD.ORG; Tue, 17 Sep 2002 07:44:11 +0400 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.6/8.12.5) with ESMTP id g8H3ht5u001064 for <freebsd-current@FreeBSD.ORG>; Mon, 16 Sep 2002 23:43:56 -0400 (EDT) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.6/8.12.6/Submit) id g8H3hoCF001063; Mon, 16 Sep 2002 23:43:50 -0400 (EDT) Date: Mon, 16 Sep 2002 23:43:50 -0400 From: Alexander Kabaev <kabaev@bellatlantic.net> To: freebsd-current@FreeBSD.ORG Subject: HEADS UP: GCC 3.2.1 shapshot import is in progress Message-Id: <20020916234350.7f21d6fb.kabaev@bellatlantic.net> Reply-To: ak03@gte.com X-Mailer: Sylpheed version 0.8.2claws30 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Envelope-To: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG The subject says it all. Please hold off your cvs updates until I post 'all clear' message. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 21: 5:44 2002 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 4E7A837B400 for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 21:05:43 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F8A43E4A for <current@FreeBSD.ORG>; Mon, 16 Sep 2002 21:05:42 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g8H45Ywr014848; Mon, 16 Sep 2002 21:05:38 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200209170405.g8H45Ywr014848@gw.catspoiler.org> Date: Mon, 16 Sep 2002 21:05:34 -0700 (PDT) From: Don Lewis <dl-freebsd@catspoiler.org> Subject: Re: filesystem corruption ? To: mb@imp.ch Cc: current@FreeBSD.ORG In-Reply-To: <20020917003850.C3162-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 17 Sep, Martin Blapp wrote: > > Hi all, > > I and Michael can kill CURRENT quite simple with > > cd /usr/ports/www/mozilla > make clean > make patch > make clean > > after 7-10 times we crash. > > This is on IDE disks. And I even turned softupdates > of. The panic trace is then similar, but not the same > as with softupdates enabled. No errors on my Athlong+SCSI+softupdates system after 40 passes, 10 of which were done after setting hw.physmem to 128M in /boot/loader.conf. It sounds like the problem must be due to either IDE or possibly Pentium IV. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 21:34:30 2002 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 836D337B400 for <freebsd-current@FreeBSD.ORG>; Mon, 16 Sep 2002 21:34:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2712F43E72 for <freebsd-current@FreeBSD.ORG>; Mon, 16 Sep 2002 21:34:29 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8H4YTJU015803 for <freebsd-current@FreeBSD.ORG>; Mon, 16 Sep 2002 21:34:29 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8H4YS3I015802 for freebsd-current@FreeBSD.ORG; Mon, 16 Sep 2002 21:34:28 -0700 (PDT) Date: Mon, 16 Sep 2002 21:34:28 -0700 From: Alexander Kabaev <kan@FreeBSD.ORG> To: freebsd-current@FreeBSD.ORG Subject: Re: HEADS UP: GCC 3.2.1 shapshot import is in progress Message-ID: <20020917043428.GA14370@freefall.freebsd.org> References: <20020917035636.GA2482@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020917035636.GA2482@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG The snapshot of GCC 3.2.1-prerelease from Sep 16 2002 has been imported. The buildworld has beed successfully tested on i386 and Alpha. Please test it and let me know of any problems you see. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon Sep 16 22:54: 6 2002 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 3D89237B400 for <current@freebsd.org>; Mon, 16 Sep 2002 22:54:05 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2F443E6A for <current@freebsd.org>; Mon, 16 Sep 2002 22:54:04 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 816D62A7D6 for <current@freebsd.org>; Mon, 16 Sep 2002 22:54:04 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: current@freebsd.org Subject: HEADS UP: a.out support in base tree moving to ports Date: Mon, 16 Sep 2002 22:54:04 -0700 From: Peter Wemm <peter@wemm.org> Message-Id: <20020917055404.816D62A7D6@canning.wemm.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG As threatened before 3.0-RELEASE, the deprecated a.out bits have been (mostly) surgically removed. OK, so we threatened to do it right after 4.0-RELEASE and it's a bit late, but it has finally been done. The first stages of moving them to self contained ports has begun. The toolchain components and a gcc configured to avoid triggering the bugs and quirks in the old assembler and linker will make up the packages. We do have a few remnants left (a.out parts of ldd, ldconfig etc as well as some includes) but they'll be rounded up and packaged up as a standalone package over the next few weeks. Note: kernel support for executing a.out binaries remains in the base system. Be sure to either specify 'options COMPAT_AOUT', or do a 'kldload aout' to load it at runtime if you forgot to include it. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 2:23:33 2002 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 E902437B401; Tue, 17 Sep 2002 02:23:31 -0700 (PDT) Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id F11AF43E88; Tue, 17 Sep 2002 02:23:30 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by ns.plaut.de (8.12.3/8.12.3) with UUCP id g8H9NrfY076431; Tue, 17 Sep 2002 11:23:53 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: from localhost (root@localhost) by nihil.plaut.de (8.12.6/8.12.2) with ESMTP id g8H975UA000948; Tue, 17 Sep 2002 11:07:05 +0200 (CEST) (envelope-from root@nihil.plaut.de) Date: Tue, 17 Sep 2002 11:07:05 +0200 (CEST) From: Michael Reifenberger <root@nihil.plaut.de> To: Martin Blapp <mb@imp.ch> Cc: FreeBSD-Current <current@FreeBSD.ORG>, Peter Wemm <peter@wemm.org>, <julian@FreeBSD.ORG> Subject: Re: filesystem corruption ? In-Reply-To: <20020917021615.D3162-100000@levais.imp.ch> Message-ID: <20020917110017.O861-100000@nihil> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Tue, 17 Sep 2002, Martin Blapp wrote: > Date: Tue, 17 Sep 2002 02:29:41 +0200 (CEST) > From: Martin Blapp <mb@imp.ch> > To: current@FreeBSD.ORG > Cc: Michael Reifenberger <root@nihil.plaut.de>, Peter Wemm <peter@wemm.org>, > julian@FreeBSD.ORG > Subject: Re: filesystem corruption ? > > > Hi all, > > It looks more and more to me that pmap does something wrong. > I get pmap related vm crashes or corruption, relating in > filesystem corruption. > > I had about 3-4 different panics. Mozilla build tends to prefer > "panic: bad link count", openoffice prefers page faults in ffs code ;) > > But these options here are enabled: > > options DISABLE_PSE > options DISABLE_PG_G > Not in my config-file > After gcc32 was imported. I got panics over and over. > I looked carefuly that no -march was used, so that > this could be the reason. > I use -march=pentium3 as CFLAGS But this doesn't seem to be related. I have had no application crashes after adding "options CPU_ENABLE_SSE" to my config-file but this shouldn't be necessary any longer after some recent commits for auto detection. > I use now this option to get a panic even faster ( and to > get a lot smaller dumps of course ) ;) > > options MAXMEM="(128*1024)" > > It cannot be hardware. I've preplaced everthing on this box, > including the motherboard. > > Michael Reifenberger has the same symptoms. I bet he has > also a PIV. > Wrong bet :-( It's a IBM-A30p notebook using a PIII and 1G main-mem. Bye! ---- Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 2:40:45 2002 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 AA24C37B401 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 02:40:44 -0700 (PDT) Received: from mpehp1.mpe-garching.mpg.de (mpehp1.mpe-garching.mpg.de [130.183.70.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7116D43E72 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 02:40:43 -0700 (PDT) (envelope-from sutter@robert3.mpe-garching.mpg.de) Received: from robert3.mpe-garching.mpg.de (robert3.mpe-garching.mpg.de [130.183.136.84]) by mpehp1.mpe-garching.mpg.de (8.8.6 (PHNE_17135)/8.8.6) with ESMTP id LAA25945 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 11:40:42 +0200 (METDST) Received: from robert3.mpe-garching.mpg.de (localhost.mpe-garching.mpg.de [127.0.0.1]) by robert3.mpe-garching.mpg.de (8.12.5/8.12.5) with ESMTP id g8H9doGn052812 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 11:39:50 +0200 (CEST) (envelope-from sutter@robert3.mpe-garching.mpg.de) Received: (from sutter@localhost) by robert3.mpe-garching.mpg.de (8.12.5/8.12.5/Submit) id g8H9do2F052811 for freebsd-current@freebsd.org; Tue, 17 Sep 2002 11:39:50 +0200 (CEST) Date: Tue, 17 Sep 2002 11:39:50 +0200 From: Robert Suetterlin <robert@mpe.mpg.de> To: freebsd-current@freebsd.org Subject: stage 2 build of contrib/file breaks upgrade from 4.7PRE to CURRENT. Message-ID: <20020917113950.A52787@robert3.mpe-garching.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hello! I currently upgraded my 4.4 to 4.7-PRE and now tried to get from there to -CURRENT. Unfortunately ``make buildworld'' fails during stage 2 when building ``usr.bin/file'': usr/src/usr.bin/file/../../contrib/file/file.h:45: stdint.h: No such file or directory There is exactly one ``stdint.h'' on my machine (in /usr/src/sys/sys). I was already told by Mike Barcroft that there should be copy in /usr/include/sys and a link to it in /usr/include. Of course this pulls is sys/_types.h and machine/_stdint.h, etc. . These will then conflict with defines in old include files also sucked in by ``usr.bin/file''. I do not see how I can get around this problem. Why is the build for ``usr.bin/file'' using old system include files at all? Regards, Robert S. -- Robert Suetterlin (robert@mpe.mpg.de) phone: (+49)89 / 30000-3546 fax: (+49)89 / 30000-3950 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 2:41:16 2002 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 531A937B401; Tue, 17 Sep 2002 02:41:15 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D779343E6E; Tue, 17 Sep 2002 02:41:14 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g8H9f4wr015426; Tue, 17 Sep 2002 02:41:08 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200209170941.g8H9f4wr015426@gw.catspoiler.org> Date: Tue, 17 Sep 2002 02:41:04 -0700 (PDT) From: Don Lewis <dl-freebsd@catspoiler.org> Subject: Re: filesystem corruption ? To: root@nihil.plaut.de Cc: mb@imp.ch, current@FreeBSD.ORG, peter@wemm.org, julian@FreeBSD.ORG In-Reply-To: <20020917110017.O861-100000@nihil> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 17 Sep, Michael Reifenberger wrote: > On Tue, 17 Sep 2002, Martin Blapp wrote: > >> Date: Tue, 17 Sep 2002 02:29:41 +0200 (CEST) >> From: Martin Blapp <mb@imp.ch> >> To: current@FreeBSD.ORG >> Cc: Michael Reifenberger <root@nihil.plaut.de>, Peter Wemm <peter@wemm.org>, >> julian@FreeBSD.ORG >> Subject: Re: filesystem corruption ? >> >> >> Hi all, >> >> It looks more and more to me that pmap does something wrong. >> I get pmap related vm crashes or corruption, relating in >> filesystem corruption. >> >> I had about 3-4 different panics. Mozilla build tends to prefer >> "panic: bad link count", openoffice prefers page faults in ffs code ;) >> >> But these options here are enabled: >> >> options DISABLE_PSE >> options DISABLE_PG_G >> > Not in my config-file I was seeing random-looking memory corruption on my Athlon box during repeated buildworld runs without these options. I've also got 1GB of RAM, so the source tree would remain cached in RAM after the first run. The memory corruption would show up as damage to random files in the source tree and would disappear after a reboot. A small section of the damaged file would be turned into binary garbage. The damage wouldn't show up until I'd run buildworld 5 to 8 times. The system never paniced, though that could easily be configuration and workload dependent. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 2:47: 6 2002 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 B699E37B401; Tue, 17 Sep 2002 02:47:05 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDE843E7B; Tue, 17 Sep 2002 02:47:04 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8H9hGjc050836; Tue, 17 Sep 2002 11:43:16 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8H9hG75751696; Tue, 17 Sep 2002 11:43:16 +0200 (MES) Date: Tue, 17 Sep 2002 11:43:12 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Don Lewis <dl-freebsd@catspoiler.org> Cc: <root@nihil.plaut.de>, <current@FreeBSD.ORG>, <peter@wemm.org>, <julian@FreeBSD.ORG> Subject: Re: filesystem corruption ? In-Reply-To: <200209170941.g8H9f4wr015426@gw.catspoiler.org> Message-ID: <20020917114213.I3162-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, > I was seeing random-looking memory corruption on my Athlon box during > repeated buildworld runs without these options. I've also got 1GB of > RAM, so the source tree would remain cached in RAM after the first run. > The memory corruption would show up as damage to random files in the > source tree and would disappear after a reboot. A small section of the Exactly what I see here too ! But I did not reboot then, I remade the whole filesystem. > damaged file would be turned into binary garbage. The damage wouldn't > show up until I'd run buildworld 5 to 8 times. The system never paniced, > though that could easily be configuration and workload dependent. I'll try to reboot the next time. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 3:12:38 2002 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 94AEB37B401 for <current@FreeBSD.org>; Tue, 17 Sep 2002 03:12:37 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE0D43E72 for <current@FreeBSD.org>; Tue, 17 Sep 2002 03:12:34 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g8HACUk30236 for <current@FreeBSD.org>; Tue, 17 Sep 2002 13:12:30 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g8HACO2n001261 for <current@FreeBSD.org>; Tue, 17 Sep 2002 13:12:24 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D87006A.217AE346@FreeBSD.org> Date: Tue, 17 Sep 2002 13:14:02 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> Organization: Vega International Capital X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: current@FreeBSD.org Subject: Triple panic Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On my current system updated yesterday, I've hit triple [sic!] panic doing cvs up of ports tree: panic: kmem_malloc(4096): kmem_map too small: 22067920 total allocated syncing disks... panic: bwrite: buffer is no busy??? Uptime: 22m0s Dumping 64 MB ata0: reseting devices .. panic: bremfree: removing buffer not on a queue Uptime: 22m1s Automatic reboot in 15 seconds... It seems that something is seriously b0rken. Any ideas are appreciated. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 3:36:33 2002 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 93DBC37B401 for <current@freebsd.org>; Tue, 17 Sep 2002 03:36:30 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CBB043E88 for <current@freebsd.org>; Tue, 17 Sep 2002 03:36:30 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8HAaUN2024070 for <current@freebsd.org>; Tue, 17 Sep 2002 03:36:30 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8HAaTUc024068 for current@freebsd.org; Tue, 17 Sep 2002 03:36:29 -0700 (PDT) Date: Tue, 17 Sep 2002 03:36:29 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209171036.g8HAaTUc024068@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Tue Sep 17 03:09:54 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Tue Sep 17 03:34:58 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Tue Sep 17 03:34:58 PDT 2002 -------------------------------------------------------------- ===> vinum ./aicasm: 877 instructions used ./aicasm: 658 instructions used In file included from /h/des/src/sys/dev/dgb/dgb.c:89: /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory /h/des/src/sys/dev/dgb/dgb.c:92:2: #error "The dgb device requires the old isa compatibility shims" /h/des/src/sys/dev/iicbus/iic.c:42:25: machine/iic.h: No such file or directory /h/des/src/sys/dev/lmc/if_lmc.c:32:2: warning: #warning "The lmc driver is broken and is not compiled with LINT" /h/des/src/sys/dev/ncv/ncr53c500.c:80:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/ncv/ncr53c500.c:81:33: machine/physio_proc.h: No such file or directory In file included from /h/des/src/sys/dev/ncv/ncr53c500.c:86: /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:55:27: machine/dvcfg.h: No such file or directory In file included from /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:63: /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/nsp/nsp.c:80:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/nsp/nsp.c:81:33: machine/physio_proc.h: No such file or directory /h/des/src/sys/dev/nsp/nsp_pccard.c:52:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/smbus/smb.c:41:25: machine/smb.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30.c:78:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30.c:79:33: machine/physio_proc.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30_pccard.c:57:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30_isa.c:65:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/usb/ukbd.c:419:21: ukbdmap.h: No such file or directory In file included from /h/des/src/sys/dev/wl/if_wl.c:218: /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory /h/des/src/sys/dev/wl/if_wl.c:224:35: machine/if_wl_wavelan.h: No such file or directory /h/des/src/sys/dev/wl/if_wl.c:227:2: #error "The wl device requires the old isa compatibility shims" /h/des/src/sys/kern/subr_prof.c:62:30: machine/asmacros.h: No such file or directory /h/des/src/sys/kern/subr_prof.c:232:2: #error /h/des/src/sys/kern/subr_prof.c:243:2: #error In file included from /h/des/src/sys/netatm/spans/spans_arp.c:66: spans_xdr.h:9:21: rpc/rpc.h: No such file or directory spans_xdr.h:55:23: rpc/types.h: No such file or directory In file included from /h/des/src/sys/netatm/spans/spans_cls.c:64: spans_xdr.h:9:21: rpc/rpc.h: No such file or directory spans_xdr.h:55:23: rpc/types.h: No such file or directory In file included from /h/des/src/sys/netatm/spans/spans_if.c:69: spans_xdr.h:9:21: rpc/rpc.h: No such file or directory spans_xdr.h:55:23: rpc/types.h: No such file or directory /h/des/src/sys/netatm/spans/spans_kxdr.c:103:23: rpc/types.h: No such file or directory /h/des/src/sys/netatm/spans/spans_kxdr.c:104:21: rpc/xdr.h: No such file or directory /h/des/src/sys/netatm/spans/spans_msg.c:61:21: rpc/rpc.h: No such file or directory In file included from /h/des/src/sys/netatm/spans/spans_msg.c:62: spans_xdr.h:9:21: rpc/rpc.h: No such file or directory spans_xdr.h:55:23: rpc/types.h: No such file or directory In file included from /h/des/src/sys/netatm/spans/spans_print.c:54: spans_xdr.h:9:21: rpc/rpc.h: No such file or directory spans_xdr.h:55:23: rpc/types.h: No such file or directory In file included from /h/des/src/sys/netatm/spans/spans_proto.c:60: spans_xdr.h:9:21: rpc/rpc.h: No such file or directory spans_xdr.h:55:23: rpc/types.h: No such file or directory In file included from /h/des/src/sys/netatm/spans/spans_subr.c:61: spans_xdr.h:9:21: rpc/rpc.h: No such file or directory spans_xdr.h:55:23: rpc/types.h: No such file or directory In file included from /h/des/src/sys/netatm/spans/spans_util.c:54: spans_xdr.h:9:21: rpc/rpc.h: No such file or directory spans_xdr.h:55:23: rpc/types.h: No such file or directory In file included from spans_xdr.c:6: spans_xdr.h:9:21: rpc/rpc.h: No such file or directory spans_xdr.h:55:23: rpc/types.h: No such file or directory /h/des/src/sys/pci/meteor.c:149:2: warning: #warning "The meteor driver is broken and is not compiled with LINT" /h/des/src/sys/pci/simos.c:57:2: #error "The simos device requires the old pci compatibility shims" /h/des/src/sys/dev/syscons/syscons.c:117:18: font.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 5:15: 8 2002 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 1B5ED37B401 for <current@freebsd.org>; Tue, 17 Sep 2002 05:15:07 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3022B43E77 for <current@freebsd.org>; Tue, 17 Sep 2002 05:15:06 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8HCF4jc089326 for <current@freebsd.org>; Tue, 17 Sep 2002 14:15:05 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8HCF475758661 for <current@freebsd.org>; Tue, 17 Sep 2002 14:15:04 +0200 (MES) Date: Tue, 17 Sep 2002 14:15:01 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: <current@freebsd.org> Subject: Crashdumps available for download ... please help Message-ID: <20020917135048.G3162-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi all, Hope this helps people. After I've disabled the secondlevel CPU cache, the panic is now always at the same place: 0xc02fd315 is in pmap_remove_pages (/usr/src/sys/i386/i386/pmap.c:2941). 2936 #ifdef PMAP_REMOVE_PAGES_CURPROC_ONLY 2937 pte = vtopte(pv->pv_va); 2938 #else 2939 pte = pmap_pte_quick(pv->pv_pmap, pv->pv_va); 2940 #endif 2941 tpte = *pte; 2942 2943 if (tpte == 0) { 2944 printf("TPTE at %p IS ZERO @ VA %08x\n", 2945 pte, pv->pv_va); Kernelfile: http://people.freebsd.org/~mbr/crashes/kernel.debug.bz2 (8 Mb) Kernelconfig: http://people.freebsd.org/~mbr/crashes/kernel.CONFIG Cores: http://people.freebsd.org/~mbr/crashes/vmcore.1.bz2 (5 Mb) http://people.freebsd.org/~mbr/crashes/vmcore.2.bz2 (7 Mb) http://people.freebsd.org/~mbr/crashes/vmcore.3.bz2 (26 Mb) Descriptions: http://people.freebsd.org/~mbr/crashes/vmcore.1.txt http://people.freebsd.org/~mbr/crashes/vmcore.2.txt http://people.freebsd.org/~mbr/crashes/vmcore.3.txt Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 9:38:20 2002 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 0A2E737B401 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 09:38:18 -0700 (PDT) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 405C543E72 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 09:38:17 -0700 (PDT) (envelope-from larse@ISI.EDU) Received: from isi.edu (f50nqu28o5jvllv5@nik.isi.edu [128.9.168.58]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id g8HGcAC13377; Tue, 17 Sep 2002 09:38:10 -0700 (PDT) Message-ID: <3D875A72.4010602@isi.edu> Date: Tue, 17 Sep 2002 09:38:10 -0700 From: Lars Eggert <larse@ISI.EDU> User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, de-de MIME-Version: 1.0 To: Robert Suetterlin <robert@mpe.mpg.de> Cc: freebsd-current@freebsd.org Subject: Re: stage 2 build of contrib/file breaks upgrade from 4.7PRE to CURRENT. References: <20020917113950.A52787@robert3.mpe-garching.mpg.de> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms000907050803010908040505" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG This is a cryptographically signed message in MIME format. --------------ms000907050803010908040505 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Robert Suetterlin wrote: > I currently upgraded my 4.4 to 4.7-PRE and now tried to get from > there to -CURRENT. > > Unfortunately ``make buildworld'' fails during stage 2 when building > ``usr.bin/file'': > usr/src/usr.bin/file/../../contrib/file/file.h:45: stdint.h: No such > file or directory FYI I'm seeing the exact same error trying to build -CURRENT under 4.6-RELEASE (just cvs updated). Lars -- Lars Eggert <larse@isi.edu> USC Information Sciences Institute --------------ms000907050803010908040505 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJtjCC AzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAw MDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD YXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2Vy dGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAw LjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZ gpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqd knWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFp AgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzAS BgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtH XfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1M G7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvKPPZE6iZp h39Ins6ln+eE2MliYq0FxjCCAzkwggKioAMCAQICAwglQTANBgkqhkiG9w0BAQQFADCBkjEL MAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDgyNDE4NTMzOVoX DTAzMDgyNDE4NTMzOVowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYD VQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBANI2Rrt4ggaQ/IrOsDeOm2H4/R5FRIL6JjDY3StE aogp1r23WKniQ1Vj98Nu5WxlaZ3Iam3Jen5T66H8u7rtMNpK4qAeAGoBsVeyVr1+CTFeuv+m xCh7BvBJwhLdm0zDaoDT05YKYZaqtsT+F286FWJQg31Xtf+vTKLVVrHcsafnteyal2NEt7Ac yZZfjsVLwxp2Lq3cwYfRQRoo7/yCVzS7HsgM6jmbO4taEMo4yC2rpnUbWEUCDTaCYgpAXzAl oiNk7GDh0wz2s5ZSnHRvNSBMAjCmpNtSYHfXFI1ANwrrrHIJ7Ei83+XN32PWY4OPzO3iown9 VR+vM+8lNx9OX28CAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJO VWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJ KoZIhvcNAQEEBQADgYEAXcrIlKmPLM/r8r3oz2ZLPLaT1AyMjYTZY2qq/R7SUtFa9BNlTIFh DG78QKfJ9lo2LMzTPQqMZgNLmj95GbNPI8P8OIq2K6MeCZWz08ROackqTFP6xWbIFIfXcBVR 1dZnDDyDKBBh05KkvyTPawSQyOBUeNBfQUyO4TE+3o58U8UwggM5MIICoqADAgECAgMIJUEw DQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MDAeFw0wMjA4MjQxODUzMzlaFw0wMzA4MjQxODUzMzlaMFQxDzANBgNVBAQTBkVnZ2VydDEN MAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkqhkiG9w0BCQEWDWxh cnNlQGlzaS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDSNka7eIIGkPyK zrA3jpth+P0eRUSC+iYw2N0rRGqIKda9t1ip4kNVY/fDbuVsZWmdyGptyXp+U+uh/Lu67TDa SuKgHgBqAbFXsla9fgkxXrr/psQoewbwScIS3ZtMw2qA09OWCmGWqrbE/hdvOhViUIN9V7X/ r0yi1Vax3LGn57XsmpdjRLewHMmWX47FS8Madi6t3MGH0UEaKO/8glc0ux7IDOo5mzuLWhDK OMgtq6Z1G1hFAg02gmIKQF8wJaIjZOxg4dMM9rOWUpx0bzUgTAIwpqTbUmB31xSNQDcK66xy CexIvN/lzd9j1mODj8zt4qMJ/VUfrzPvJTcfTl9vAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIB ADAaMBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVk dTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAF3KyJSpjyzP6/K96M9mSzy2k9QM jI2E2WNqqv0e0lLRWvQTZUyBYQxu/ECnyfZaNizM0z0KjGYDS5o/eRmzTyPD/DiKtiujHgmV s9PETmnJKkxT+sVmyBSH13AVUdXWZww8gygQYdOSpL8kz2sEkMjgVHjQX0FMjuExPt6OfFPF MYIDJzCCAyMCAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDCCVBMAkGBSsOAwIaBQCgggFhMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTAyMDkxNzE2MzgxMFowIwYJKoZIhvcNAQkEMRYEFIgXyGmttHwr+KnEFl5T uHCjZr8KMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGtBgsqhkiG9w0BCRACCzGB naCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJ Q2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZp Y2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwAgMIJUEwDQYJ KoZIhvcNAQEBBQAEggEAmyIqNC5sY3/A6IrLsGtMS1R+o9Z1oOQH7dAbMV+hXDI5s9ZkPL2G 5tMdo3RdQwxegJdLaPKhgCw47WTbxVEzSQwibQiRI8mLuNnRkose4PjmqcX/7+0dWU6maMNN /sz4qyR1Q5bZDaiHLaau8EjB8Oi2VROw3aJST780sV+tlXLtsJzEq40709R9nxvQHHDeVX5H D7mZhY3xPZsLeYZslqSMbAsW+LfrEWDKc8spLa6Fjo2UZy9gh8xf4QCfE2FTfj1XW57X4bRO AhHU5yVEeQUHu/OubudTkauU3NW7aWC8WyFiB/RkQFlNdyx5IK/ILYAfAFBF/E3raLSkMd8n GwAAAAAAAA== --------------ms000907050803010908040505-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 10:20:10 2002 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 97CC037B401 for <current@freebsd.org>; Tue, 17 Sep 2002 10:20:08 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7F0E543EAF for <current@freebsd.org>; Tue, 17 Sep 2002 10:20:03 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 40872 invoked by uid 1000); 17 Sep 2002 17:20:03 -0000 Date: Tue, 17 Sep 2002 10:20:03 -0700 (PDT) From: Nate Lawson <nate@root.org> To: Martin Blapp <mb@imp.ch> Cc: current@freebsd.org, peter@freebsd.org Subject: Re: Crashdumps available for download ... please help In-Reply-To: <20020917135048.G3162-100000@levais.imp.ch> Message-ID: <Pine.BSF.4.21.0209171014370.40800-100000@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Tue, 17 Sep 2002, Martin Blapp wrote: > Hope this helps people. After I've disabled the secondlevel > CPU cache, the panic is now always at the same place: > > 0xc02fd315 is in pmap_remove_pages (/usr/src/sys/i386/i386/pmap.c:2941). > 2936 #ifdef PMAP_REMOVE_PAGES_CURPROC_ONLY > 2937 pte = vtopte(pv->pv_va); > 2938 #else > 2939 pte = pmap_pte_quick(pv->pv_pmap, pv->pv_va); > 2940 #endif > 2941 tpte = *pte; > 2942 > 2943 if (tpte == 0) { > 2944 printf("TPTE at %p IS ZERO @ VA %08x\n", > 2945 pte, pv->pv_va); Try building your kernel with "options PMAP_REMOVE_PAGES_CURPROC_ONLY" and see if the panic goes away. If that works, the problem is pmap_pte_quick(). In looking at pmap_pte_quick, either it is wrong or line 2941 is wrong in always dereferencing pte. pmap_pte_quick can return NULL (well 0). It seems like pmap_pte_quick is wrong because vtopte() never returns NULL, just (PTmap + i386_btop(va)) i.e. a valid base plus some offset. -Nate > Kernelfile: > > http://people.freebsd.org/~mbr/crashes/kernel.debug.bz2 (8 Mb) > > Kernelconfig: > > http://people.freebsd.org/~mbr/crashes/kernel.CONFIG > > Cores: > > http://people.freebsd.org/~mbr/crashes/vmcore.1.bz2 (5 Mb) > http://people.freebsd.org/~mbr/crashes/vmcore.2.bz2 (7 Mb) > http://people.freebsd.org/~mbr/crashes/vmcore.3.bz2 (26 Mb) > > Descriptions: > > http://people.freebsd.org/~mbr/crashes/vmcore.1.txt > http://people.freebsd.org/~mbr/crashes/vmcore.2.txt > http://people.freebsd.org/~mbr/crashes/vmcore.3.txt > > Martin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 10:23:27 2002 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 49FBC37B401; Tue, 17 Sep 2002 10:23:26 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C97D43E42; Tue, 17 Sep 2002 10:23:25 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8HHNNGt058832; Tue, 17 Sep 2002 19:23:23 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8HHNN75766608; Tue, 17 Sep 2002 19:23:23 +0200 (MES) Date: Tue, 17 Sep 2002 19:23:20 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Nate Lawson <nate@root.org> Cc: <current@freebsd.org>, <peter@freebsd.org> Subject: Re: Crashdumps available for download ... please help In-Reply-To: <Pine.BSF.4.21.0209171014370.40800-100000@root.org> Message-ID: <20020917192159.I3162-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, > Try building your kernel with "options PMAP_REMOVE_PAGES_CURPROC_ONLY" and > see if the panic goes away. If that works, the problem is > pmap_pte_quick(). I'll do ASAP. I'm at work at the moment, and the box in question is at home :). Thanks very much for looking into that ! > In looking at pmap_pte_quick, either it is wrong or line 2941 is wrong in > always dereferencing pte. pmap_pte_quick can return NULL (well 0). It > seems like pmap_pte_quick is wrong because vtopte() never returns NULL, > just (PTmap + i386_btop(va)) i.e. a valid base plus some offset. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 10:44: 1 2002 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 066D237B401; Tue, 17 Sep 2002 10:44:00 -0700 (PDT) Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E0E43E81; Tue, 17 Sep 2002 10:43:59 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0044.cvx40-bradley.dialup.earthlink.net ([216.244.42.44] helo=mindspring.com) by scaup.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17rMO9-0002No-00; Tue, 17 Sep 2002 10:43:54 -0700 Message-ID: <3D876976.3126945A@mindspring.com> Date: Tue, 17 Sep 2002 10:42:14 -0700 From: Terry Lambert <tlambert2@mindspring.com> X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Nate Lawson <nate@root.org> Cc: Martin Blapp <mb@imp.ch>, current@freebsd.org, peter@freebsd.org Subject: Re: Crashdumps available for download ... please help References: <Pine.BSF.4.21.0209171014370.40800-100000@root.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Nate Lawson wrote: > > 0xc02fd315 is in pmap_remove_pages (/usr/src/sys/i386/i386/pmap.c:2941). > > 2936 #ifdef PMAP_REMOVE_PAGES_CURPROC_ONLY > > 2937 pte = vtopte(pv->pv_va); > > 2938 #else > > 2939 pte = pmap_pte_quick(pv->pv_pmap, pv->pv_va); > > 2940 #endif > > 2941 tpte = *pte; > > 2942 > > 2943 if (tpte == 0) { > > 2944 printf("TPTE at %p IS ZERO @ VA %08x\n", > > 2945 pte, pv->pv_va); > > Try building your kernel with "options PMAP_REMOVE_PAGES_CURPROC_ONLY" and > see if the panic goes away. If that works, the problem is > pmap_pte_quick(). > > In looking at pmap_pte_quick, either it is wrong or line 2941 is wrong in > always dereferencing pte. pmap_pte_quick can return NULL (well 0). It > seems like pmap_pte_quick is wrong because vtopte() never returns NULL, > just (PTmap + i386_btop(va)) i.e. a valid base plus some offset. Obvious fix? #ifndef PMAP_REMOVE_PAGES_CURPROC_ONLY pte = pmap_pte_quick(pv->pv_pmap, pv->pv_va); if (pte == NULL) #endif pte = vtopte(pv->pv_va); -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 11: 4:53 2002 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 40FBC37B401 for <current@freebsd.org>; Tue, 17 Sep 2002 11:04:51 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F5443E88 for <current@freebsd.org>; Tue, 17 Sep 2002 11:04:43 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 0C6B62A7D6; Tue, 17 Sep 2002 11:04:43 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Nate Lawson <nate@root.org> Cc: Martin Blapp <mb@imp.ch>, current@freebsd.org Subject: Re: Crashdumps available for download ... please help In-Reply-To: <Pine.BSF.4.21.0209171014370.40800-100000@root.org> Date: Tue, 17 Sep 2002 11:04:43 -0700 From: Peter Wemm <peter@wemm.org> Message-Id: <20020917180443.0C6B62A7D6@canning.wemm.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Nate Lawson wrote: > On Tue, 17 Sep 2002, Martin Blapp wrote: > > Hope this helps people. After I've disabled the secondlevel > > CPU cache, the panic is now always at the same place: > > > > 0xc02fd315 is in pmap_remove_pages (/usr/src/sys/i386/i386/pmap.c:2941). > > 2936 #ifdef PMAP_REMOVE_PAGES_CURPROC_ONLY > > 2937 pte = vtopte(pv->pv_va); > > 2938 #else > > 2939 pte = pmap_pte_quick(pv->pv_pmap, pv->pv_va); > > 2940 #endif > > 2941 tpte = *pte; > > 2942 > > 2943 if (tpte == 0) { > > 2944 printf("TPTE at %p IS ZERO @ VA %08x\n", > > 2945 pte, pv->pv_va); > > Try building your kernel with "options PMAP_REMOVE_PAGES_CURPROC_ONLY" and > see if the panic goes away. If that works, the problem is > pmap_pte_quick(). The problem is that this is hardwired.. line 2902 of pmap.c is: #define PMAP_REMOVE_PAGES_CURPROC_ONLY ie: we always use vtopte(), not pmap_pte_quick(). > In looking at pmap_pte_quick, either it is wrong or line 2941 is wrong in > always dereferencing pte. pmap_pte_quick can return NULL (well 0). It > seems like pmap_pte_quick is wrong because vtopte() never returns NULL, > just (PTmap + i386_btop(va)) i.e. a valid base plus some offset. > > -Nate > > > Kernelfile: > > > > http://people.freebsd.org/~mbr/crashes/kernel.debug.bz2 (8 Mb) > > > > Kernelconfig: > > > > http://people.freebsd.org/~mbr/crashes/kernel.CONFIG > > > > Cores: > > > > http://people.freebsd.org/~mbr/crashes/vmcore.1.bz2 (5 Mb) > > http://people.freebsd.org/~mbr/crashes/vmcore.2.bz2 (7 Mb) > > http://people.freebsd.org/~mbr/crashes/vmcore.3.bz2 (26 Mb) > > > > Descriptions: > > > > http://people.freebsd.org/~mbr/crashes/vmcore.1.txt > > http://people.freebsd.org/~mbr/crashes/vmcore.2.txt > > http://people.freebsd.org/~mbr/crashes/vmcore.3.txt > > > > Martin > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > > Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 11: 8:22 2002 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 D3D9637B401 for <current@freebsd.org>; Tue, 17 Sep 2002 11:08:20 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9749943E65 for <current@freebsd.org>; Tue, 17 Sep 2002 11:08:20 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 7EC2F2A88D; Tue, 17 Sep 2002 11:08:20 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Terry Lambert <tlambert2@mindspring.com> Cc: Nate Lawson <nate@root.org>, Martin Blapp <mb@imp.ch>, current@freebsd.org Subject: Re: Crashdumps available for download ... please help In-Reply-To: <3D876976.3126945A@mindspring.com> Date: Tue, 17 Sep 2002 11:08:20 -0700 From: Peter Wemm <peter@wemm.org> Message-Id: <20020917180820.7EC2F2A88D@canning.wemm.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Terry Lambert wrote: > Nate Lawson wrote: > > > 0xc02fd315 is in pmap_remove_pages (/usr/src/sys/i386/i386/pmap.c:2941). > > > 2936 #ifdef PMAP_REMOVE_PAGES_CURPROC_ONLY > > > 2937 pte = vtopte(pv->pv_va); > > > 2938 #else > > > 2939 pte = pmap_pte_quick(pv->pv_pmap, pv->pv_va); > > > 2940 #endif > > > 2941 tpte = *pte; > > > 2942 > > > 2943 if (tpte == 0) { > > > 2944 printf("TPTE at %p IS ZERO @ VA %08x\n", > > > 2945 pte, pv->pv_va); > > > > Try building your kernel with "options PMAP_REMOVE_PAGES_CURPROC_ONLY" and > > see if the panic goes away. If that works, the problem is > > pmap_pte_quick(). > > > > In looking at pmap_pte_quick, either it is wrong or line 2941 is wrong in > > always dereferencing pte. pmap_pte_quick can return NULL (well 0). It > > seems like pmap_pte_quick is wrong because vtopte() never returns NULL, > > just (PTmap + i386_btop(va)) i.e. a valid base plus some offset. > > Obvious fix? > > #ifndef PMAP_REMOVE_PAGES_CURPROC_ONLY > pte = pmap_pte_quick(pv->pv_pmap, pv->pv_va); > if (pte == NULL) > #endif > pte = vtopte(pv->pv_va); Sorry, no dice. Please read the code a little more. PMAP_REMOVE_PAGES_CURPROC_ONLY is unconditionally defined, and we check in pmap_remove_pages() that we are curproc. vtopte() can never fail in these circumstances - ie: there is always a pointer returned. The real problem is.. why is the pte null with a pv entry pointing to it? Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 11:26:43 2002 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 08F0B37B401; Tue, 17 Sep 2002 11:26:42 -0700 (PDT) Received: from fafoe.dyndns.org (chello212186121237.14.vie.surfer.at [212.186.121.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D3143E6E; Tue, 17 Sep 2002 11:26:41 -0700 (PDT) (envelope-from stefan@fafoe.dyndns.org) Received: by frog.fafoe (Postfix, from userid 1001) id 86664286; Tue, 17 Sep 2002 20:26:39 +0200 (CEST) Date: Tue, 17 Sep 2002 20:26:39 +0200 From: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> To: Lars Eggert <larse@ISI.EDU> Cc: Robert Suetterlin <robert@mpe.mpg.de>, freebsd-current@FreeBSD.ORG, obrien@freebsd.org Subject: Re: stage 2 build of contrib/file breaks upgrade from 4.7PRE to CURRENT. Message-ID: <20020917182639.GA44194@frog.fafoe> References: <20020917113950.A52787@robert3.mpe-garching.mpg.de> <3D875A72.4010602@isi.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D875A72.4010602@isi.edu> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG [CC'ing David O'Brien as he did the update to 3.39] On Tue, Sep 17, 2002 at 09:38:10AM -0700, Lars Eggert wrote: > Robert Suetterlin wrote: > > I currently upgraded my 4.4 to 4.7-PRE and now tried to get from > >there to -CURRENT. > > > >Unfortunately ``make buildworld'' fails during stage 2 when building > >``usr.bin/file'': > > usr/src/usr.bin/file/../../contrib/file/file.h:45: stdint.h: No such > > file or directory > > FYI I'm seeing the exact same error trying to build -CURRENT under > 4.6-RELEASE (just cvs updated). Add me to the list. Culprit is src/usr.bin/file/config.h which unconditionally defines HAVE_STDINT_H though RELENG_4 is missing it. Regards, Stefan Farfeleder To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 13:21:38 2002 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 D43D237B401; Tue, 17 Sep 2002 13:21:37 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF2643E4A; Tue, 17 Sep 2002 13:21:36 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.2] (vpn-client-2.marcuscom.com [10.2.1.2]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g8HKIRiv059612; Tue, 17 Sep 2002 16:18:28 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Threads issue after latest buildworld From: Joe Marcus Clarke <marcus@marcuscom.com> To: current@freebsd.org Cc: mini@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 17 Sep 2002 16:21:28 -0400 Message-Id: <1032294088.331.171.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL version=2.31 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I just cvsup'd -CURRENT two hours ago, built world and kernel, then rebooted...same as always. Now, nautilus-2.0.7 fails to start with a thread abort. Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) Fatal error '_waitq_insert: pq_active' at line 319 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 35) Abort (core dumped) I think the problem might be related to the recent KSE commit, and the change to i386's ucontext.h (mc_fpregs was removed). pthread_private.h still references this struct member. There doesn't look to be a good equivalent to mc_fpregs anymore. I see npxgetregs(), but that looks to be KSE'ish. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 13:28:36 2002 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 BD03737B401; Tue, 17 Sep 2002 13:28:35 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F5143E75; Tue, 17 Sep 2002 13:28:34 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8HKSWGt077075; Tue, 17 Sep 2002 22:28:32 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8HKSW75762163; Tue, 17 Sep 2002 22:28:32 +0200 (MES) Date: Tue, 17 Sep 2002 22:28:29 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Terry Lambert <tlambert2@mindspring.com> Cc: Nate Lawson <nate@root.org>, <current@freebsd.org>, <peter@freebsd.org> Subject: Re: Crashdumps available for download ... please help In-Reply-To: <3D876976.3126945A@mindspring.com> Message-ID: <20020917222622.U52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi all, If you don't beleave it or not. I've taken out again (I've already switched them once) one bank of 512M ram and since then I've not had any panics anymore. Can a ram error occur after a system has been fine one month ? Martin Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: <finger -l mbr@freebsd.org> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 13:54:35 2002 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 70C5737B406 for <current@freebsd.org>; Tue, 17 Sep 2002 13:54:34 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3839743E97 for <current@freebsd.org>; Tue, 17 Sep 2002 13:54:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 22513 invoked from network); 17 Sep 2002 20:55:34 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <tlambert2@mindspring.com>; 17 Sep 2002 20:55:34 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8HKsUBv059108; Tue, 17 Sep 2002 16:54:30 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: <XFMail.20020917165432.jhb@FreeBSD.org> X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020917222622.U52781-100000@levais.imp.ch> Date: Tue, 17 Sep 2002 16:54:32 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Martin Blapp <mb@imp.ch> Subject: Re: Crashdumps available for download ... please help Cc: peter@freebsd.org, current@freebsd.org, Nate Lawson <nate@root.org>, Terry Lambert <tlambert2@mindspring.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 17-Sep-2002 Martin Blapp wrote: > > Hi all, > > If you don't beleave it or not. I've taken out again (I've already > switched them once) one bank of 512M ram and since then I've not > had any panics anymore. > > Can a ram error occur after a system has been fine one month ? Yes. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 14: 0: 4 2002 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 22F0037B4C8; Tue, 17 Sep 2002 14:00:02 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62AE43E65; Tue, 17 Sep 2002 14:00:00 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8HKxxGt079918; Tue, 17 Sep 2002 22:59:59 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8HKxx75765193; Tue, 17 Sep 2002 22:59:59 +0200 (MES) Date: Tue, 17 Sep 2002 22:59:56 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: John Baldwin <jhb@FreeBSD.org> Cc: <peter@FreeBSD.org>, <current@FreeBSD.org>, Nate Lawson <nate@root.org>, Terry Lambert <tlambert2@mindspring.com> Subject: Re: Crashdumps available for download ... please help In-Reply-To: <XFMail.20020917165432.jhb@FreeBSD.org> Message-ID: <20020917225457.W52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, I see now another possibility. I've taken out at the same time my Radeon 8500, which I'd also used in the previous system. I just noted that Michael Reifenberger, which has seen the same corruption, has - oh wonder - the same card inside. I'll try again with and without this card, and with the DRAM and without. So maybe we have now a trace where the problem could be. Sorry if I can track this down to hardware. Martin Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: <finger -l mbr@freebsd.org> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 14:11:38 2002 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 12FD337B401; Tue, 17 Sep 2002 14:11:37 -0700 (PDT) Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACDC943E6A; Tue, 17 Sep 2002 14:11:36 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0465.cvx22-bradley.dialup.earthlink.net ([209.179.199.210] helo=mindspring.com) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 17rPd4-0003AE-00; Tue, 17 Sep 2002 14:11:31 -0700 Message-ID: <3D879A09.39991A3D@mindspring.com> Date: Tue, 17 Sep 2002 14:09:29 -0700 From: Terry Lambert <tlambert2@mindspring.com> X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Martin Blapp <mb@imp.ch> Cc: Nate Lawson <nate@root.org>, current@freebsd.org, peter@freebsd.org Subject: Re: Crashdumps available for download ... please help References: <20020917222622.U52781-100000@levais.imp.ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Martin Blapp wrote: > If you don't beleave it or not. I've taken out again (I've already > switched them once) one bank of 512M ram and since then I've not > had any panics anymore. > > Can a ram error occur after a system has been fine one month ? No. This is the TLB problem we all keep talking about. Bosko had some code that might have worked around the problem (as opposed to fixing it). Ask if he'll send you the patches (you must be running -current). I just got the most recent IA-32 manuals from Intel in the mail, and they still don't seem to be aware of the issue. Without actually recreating a copy of the GPD (it's just 8K, anyway), you really can't fix the problem; you have to do strange things to CR3 and CR4 to fix it, since there is a chicken-and-egg problem once you are in protected mode. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 14:17:25 2002 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 C51E037B401; Tue, 17 Sep 2002 14:17:24 -0700 (PDT) Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3F543E4A; Tue, 17 Sep 2002 14:17:24 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0465.cvx22-bradley.dialup.earthlink.net ([209.179.199.210] helo=mindspring.com) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 17rPij-0003xV-00; Tue, 17 Sep 2002 14:17:21 -0700 Message-ID: <3D879B66.DE397@mindspring.com> Date: Tue, 17 Sep 2002 14:15:18 -0700 From: Terry Lambert <tlambert2@mindspring.com> X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Martin Blapp <mb@imp.ch>, Nate Lawson <nate@root.org>, current@freebsd.org, peter@freebsd.org Subject: Re: Crashdumps available for download ... please help References: <20020917222622.U52781-100000@levais.imp.ch> <3D879A09.39991A3D@mindspring.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Terry Lambert wrote: > Martin Blapp wrote: > > If you don't beleave it or not. I've taken out again (I've already > > switched them once) one bank of 512M ram and since then I've not > > had any panics anymore. > > > > Can a ram error occur after a system has been fine one month ? > > No. Let me hedge: "No, not unless something else has happened to it."; generally, after burn-in, electronics have an incredibly long MTBF. The 512M in/out vs. the problem is symptomatic, IMO. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 15:33:14 2002 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 B85D037B401 for <current@freebsd.org>; Tue, 17 Sep 2002 15:33:11 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 773C543E65 for <current@freebsd.org>; Tue, 17 Sep 2002 15:33:11 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8HMXAN2063478 for <current@freebsd.org>; Tue, 17 Sep 2002 15:33:10 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8HMXAKb063476 for current@freebsd.org; Tue, 17 Sep 2002 15:33:10 -0700 (PDT) Date: Tue, 17 Sep 2002 15:33:10 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209172233.g8HMXAKb063476@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Tue Sep 17 15:06:35 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Tue Sep 17 15:31:39 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Tue Sep 17 15:31:39 PDT 2002 -------------------------------------------------------------- ===> vinum ./aicasm: 877 instructions used ./aicasm: 658 instructions used In file included from /h/des/src/sys/dev/dgb/dgb.c:89: /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory /h/des/src/sys/dev/dgb/dgb.c:92:2: #error "The dgb device requires the old isa compatibility shims" /h/des/src/sys/dev/iicbus/iic.c:42:25: machine/iic.h: No such file or directory /h/des/src/sys/dev/lmc/if_lmc.c:32:2: warning: #warning "The lmc driver is broken and is not compiled with LINT" /h/des/src/sys/dev/ncv/ncr53c500.c:80:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/ncv/ncr53c500.c:81:33: machine/physio_proc.h: No such file or directory In file included from /h/des/src/sys/dev/ncv/ncr53c500.c:86: /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:55:27: machine/dvcfg.h: No such file or directory In file included from /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:63: /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/nsp/nsp.c:80:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/nsp/nsp.c:81:33: machine/physio_proc.h: No such file or directory /h/des/src/sys/dev/nsp/nsp_pccard.c:52:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/smbus/smb.c:41:25: machine/smb.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30.c:78:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30.c:79:33: machine/physio_proc.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30_pccard.c:57:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30_isa.c:65:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/usb/ukbd.c:419:21: ukbdmap.h: No such file or directory In file included from /h/des/src/sys/dev/wl/if_wl.c:218: /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory /h/des/src/sys/dev/wl/if_wl.c:224:35: machine/if_wl_wavelan.h: No such file or directory /h/des/src/sys/dev/wl/if_wl.c:227:2: #error "The wl device requires the old isa compatibility shims" /h/des/src/sys/kern/subr_prof.c:62:30: machine/asmacros.h: No such file or directory /h/des/src/sys/kern/subr_prof.c:232:2: #error /h/des/src/sys/kern/subr_prof.c:243:2: #error /h/des/src/sys/pci/meteor.c:149:2: warning: #warning "The meteor driver is broken and is not compiled with LINT" /h/des/src/sys/pci/simos.c:57:2: #error "The simos device requires the old pci compatibility shims" /h/des/src/sys/dev/syscons/syscons.c:117:18: font.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 16:35:13 2002 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 8756E37B401 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 16:35:12 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBCC43E4A for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 16:35:11 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [64.175.105.247] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Tue, 17 Sep 2002 17:35:10 -0600 Message-ID: <3D87CA63.5000801@hotmail.com> Date: Tue, 17 Sep 2002 16:35:47 -0800 From: walt <wa1ter@hotmail.com> Organization: none User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020818 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Threads issue after latest buildworld References: <am82t6$q5m$1@FreeBSD.csie.NCTU.edu.tw> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Joe Marcus Clarke wrote: > I just cvsup'd -CURRENT two hours ago, built world and kernel, then > rebooted...same as always. Now, nautilus-2.0.7 fails to start with a > thread abort... I saw the same error starting last night. Mozilla also. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 16:42:48 2002 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 76DFD37B401 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 16:42:47 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CBDF43E91 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 16:42:47 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [64.175.105.247] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Tue, 17 Sep 2002 17:42:46 -0600 Message-ID: <3D87CC41.6030108@hotmail.com> Date: Tue, 17 Sep 2002 16:43:45 -0800 From: walt <wa1ter@hotmail.com> Organization: none User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020818 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Crashdumps available for download ... please help References: <am85qs$t92$1@FreeBSD.csie.NCTU.edu.tw> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Terry Lambert wrote: > Martin Blapp wrote: >>Can a ram error occur after a system has been fine one month ? > > > No. > > This is the TLB problem we all keep talking about... > I just got the most recent IA-32 manuals from Intel in the mail, > and they still don't seem to be aware of the issue... Is this an Intel-specific problem, then? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 16:52: 6 2002 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 BF95137B401 for <FreeBSD-current@FreeBSD.ORG>; Tue, 17 Sep 2002 16:52:05 -0700 (PDT) Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2864543E75 for <FreeBSD-current@FreeBSD.ORG>; Tue, 17 Sep 2002 16:52:04 -0700 (PDT) (envelope-from vince@oahu.WURLDLINK.NET) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id g8HNpvg05826 for <FreeBSD-current@FreeBSD.ORG>; Tue, 17 Sep 2002 13:51:57 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Tue, 17 Sep 2002 13:51:57 -1000 (HST) From: Vincent Poy <vince@oahu.WURLDLINK.NET> To: FreeBSD-current@FreeBSD.ORG Subject: Intel Mobile fxp Cardbus cards supported? Message-ID: <20020917135128.K4755-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Greetings, Is the Intel Mobile Cardbus cards which are based on the Intel 82550 chips supported under FreeBSD -current using the fxp driver? Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 17:53:29 2002 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 7DBF937B401 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 17:53:28 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83BA43E8A for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 17:53:27 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.5) with ESMTP id g8I0rdin001609 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 20:53:39 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id g8I0rdrr001608 for freebsd-current@freebsd.org; Tue, 17 Sep 2002 20:53:39 -0400 (EDT) Date: Tue, 17 Sep 2002 20:53:39 -0400 From: Craig Rodrigues <rodrigc@attbi.com> To: freebsd-current@freebsd.org Subject: Cannot install FreeBSD-current 9/10 and 9/17 from floppies Message-ID: <20020917205339.A1596@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, I bought a second machine to install FreeBSD-current, so that I can learn how to do kernel debugging via a serial cable. I cannot install FreeBSD-current on this machine. The machine is an IBM PIII-450 Here is what I did: (1) Obtained kern.flp and mfsroot.flp floppy images from the 9/17 and 9/10 snapshots of FreeBSD-current. I obtained these from ftp://current.freebsd.org/ (2) After booting from the first floppy (kern.flp), I insert mfsroot.flp. The install hangs at: =========================================================================== Mounting root from ufs:/dev/md0c md0c: raw partition size != slice size md0c: start 0, end 5087, size 5088 md0c: truncating raw partition md0c: rejecting partition in BSD label: it isn't entirely within the slice md0c: start 0, end 5087, size 5088 md0ca: start 0, end 8639, size 8640 spec_getpages: (md0c) I/O read failure: (error=22) bp 0x2031dc vp 0xc0e39000 size: 4096 resid: 4096, a_count: 4096 valid: 0x0 nread: 0, reqpage: 0, pindex: 575, pcount: 1 =========================================================================== Any ideas what the cause of this is? I tried disabling things like PNP in the BIOS, but that didn't fix anything. I had the same problems with the 9/17 and 9/10 floppy images. -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 17:53:55 2002 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 8DD4737B401; Tue, 17 Sep 2002 17:53:53 -0700 (PDT) Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E3D43E88; Tue, 17 Sep 2002 17:53:52 -0700 (PDT) (envelope-from corex@newtrinity.default-network.net) Received: from newtrinity.default-network.net (markus@localhost [127.0.0.1]) by newtrinity.default-network.net (8.12.3/8.12.3/DEFAULT-NETWORK.NET) with ESMTP id g8I0ro4H010203; Wed, 18 Sep 2002 02:53:50 +0200 (CEST) (envelope-from corex@newtrinity.default-network.net) Received: (from corex@localhost) by newtrinity.default-network.net (8.12.3/8.12.3/Submit) id g8I0rnMH010202; Wed, 18 Sep 2002 02:53:49 +0200 (CEST) (envelope-from corex) Date: Wed, 18 Sep 2002 02:53:49 +0200 From: marius@alchemy.franken.de To: freebsd-current@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: page fault while in kernel mode, cam related ? Message-ID: <20020918025349.C96711@newtrinity.default-network.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG hi while trying to upgrade a -current box with an older scsi hd a scsi error seemed to have triggered a panic (actually the first ever on that box): (da0:ahc0:0:0:0): READ(10). CDB: 28 0 0 4b 94 df 0 0 20 0 (da0:ahc0:0:0:0): CAM Status: SCSI Status Error (da0:ahc0:0:0:0): SCSI Status: Check Condition (da0:ahc0:0:0:0): RECOVERED ERROR info:4b94f5 csi:b,b9,2,a2 asc:18,2 (da0:ahc0:0:0:0): Recovered data - data auto-reallocated field replaceable unit1 (da0:ahc0:0:0:0): No Recovery Action Needed Fatal trap 12: page fault while in kernel mode fault virtual address = 0x3e fault code = supervisor write, page not present instruction pointer = 0x8:0xc02d3241 stack pointer = 0x10:0xcfd2d954 frame pointer = 0x10:0xcfd2d96c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 15268 (cpp0) kernel: type 12 trap, code=0 Stopped at vm_object_pip_add+0x21: addw %si,0x3e(%ebx) db> Context switches not allowed in the debugger. db> tr vm_object_pip_add(0,1,0,0,c1f1e000) at vm_object_pip_add+0x21 vm_fault(c0832000,c88c2000,2,0,c21b2b40) at vm_fault+0x212 trap_pfault(cfd2dab8,0,c88c2001) at trap_pfault+0x131 trap(18,10,10,c88c2001,c5c0add8) at trap+0x3ab calltrap() at calltrap+0x5 --- trap 0xc, eip = 0xc03025cf, esp = 0xcfd2daf8, ebp = 0xcfd2db44 --- generic_bzero(cfd2dba0,cfd2dbcc,c02be266,cfd2dba0,4) at generic_bzero+0xf spec_vnoperate(cfd2dba0) at spec_vnoperate+0x13 ffs_getpages(cfd2dbd8) at ffs_getpages+0x406 vnode_pager_getpages(c1fac708,cfd2dc8c,10,0) at vnode_pager_getpages+0x62 vm_fault(c27883fc,28304000,1,0,c21b2b40) at vm_fault+0x6d6 trap_pfault(cfd2dd48,1,28304000,28304000,0) at trap_pfault+0xed trap(2f,2f,2f,839e000,83a5008) at trap+0x22b calltrap() at calltrap+0x5 --- trap 0xc, eip = 0x806e373, esp = 0xbfbfeff0, ebp = 0xbfbff008 --- i don't know if fbsd is supposed to panic in case of such an error but i think to remember similar cam/scsi errors under 4-stable that didn't trigger a panic. btw, this box is connected via a serial console at 9600 bps and while typing at the ddb-prompt it swallowed most characters, i.e. i had to type single characters up to four times. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 18: 4:57 2002 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 C3B0737B401; Tue, 17 Sep 2002 18:04:54 -0700 (PDT) Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63D643E81; Tue, 17 Sep 2002 18:04:52 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: from panzer.kdm.org (localhost [127.0.0.1]) by panzer.kdm.org (8.12.5/8.12.5) with ESMTP id g8I13MKD099453; Tue, 17 Sep 2002 19:03:22 -0600 (MDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.12.5/8.12.5/Submit) id g8I13M9i099452; Tue, 17 Sep 2002 19:03:22 -0600 (MDT) (envelope-from ken) Date: Tue, 17 Sep 2002 19:03:22 -0600 From: "Kenneth D. Merry" <ken@kdm.org> To: marius@alchemy.franken.de Cc: freebsd-current@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: page fault while in kernel mode, cam related ? Message-ID: <20020917190321.A99415@panzer.kdm.org> References: <20020918025349.C96711@newtrinity.default-network.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020918025349.C96711@newtrinity.default-network.net>; from marius@alchemy.franken.de on Wed, Sep 18, 2002 at 02:53:49AM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Wed, Sep 18, 2002 at 02:53:49 +0200, marius@alchemy.franken.de wrote: > > hi > > while trying to upgrade a -current box with an older scsi hd a scsi error > seemed to have triggered a panic (actually the first ever on that box): > > (da0:ahc0:0:0:0): READ(10). CDB: 28 0 0 4b 94 df 0 0 20 0 > (da0:ahc0:0:0:0): CAM Status: SCSI Status Error > (da0:ahc0:0:0:0): SCSI Status: Check Condition > (da0:ahc0:0:0:0): RECOVERED ERROR info:4b94f5 csi:b,b9,2,a2 asc:18,2 > (da0:ahc0:0:0:0): Recovered data - data auto-reallocated field replaceable unit1 > (da0:ahc0:0:0:0): No Recovery Action Needed That's just an informative message, you had a bad block that was reallocated. > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x3e > fault code = supervisor write, page not present > instruction pointer = 0x8:0xc02d3241 > stack pointer = 0x10:0xcfd2d954 > frame pointer = 0x10:0xcfd2d96c > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 15268 (cpp0) > kernel: type 12 trap, code=0 > Stopped at vm_object_pip_add+0x21: addw %si,0x3e(%ebx) > db> Context switches not allowed in the debugger. > db> tr > vm_object_pip_add(0,1,0,0,c1f1e000) at vm_object_pip_add+0x21 > vm_fault(c0832000,c88c2000,2,0,c21b2b40) at vm_fault+0x212 > trap_pfault(cfd2dab8,0,c88c2001) at trap_pfault+0x131 > trap(18,10,10,c88c2001,c5c0add8) at trap+0x3ab > calltrap() at calltrap+0x5 > --- trap 0xc, eip = 0xc03025cf, esp = 0xcfd2daf8, ebp = 0xcfd2db44 --- > generic_bzero(cfd2dba0,cfd2dbcc,c02be266,cfd2dba0,4) at generic_bzero+0xf > spec_vnoperate(cfd2dba0) at spec_vnoperate+0x13 > ffs_getpages(cfd2dbd8) at ffs_getpages+0x406 > vnode_pager_getpages(c1fac708,cfd2dc8c,10,0) at vnode_pager_getpages+0x62 > vm_fault(c27883fc,28304000,1,0,c21b2b40) at vm_fault+0x6d6 > trap_pfault(cfd2dd48,1,28304000,28304000,0) at trap_pfault+0xed > trap(2f,2f,2f,839e000,83a5008) at trap+0x22b > calltrap() at calltrap+0x5 > --- trap 0xc, eip = 0x806e373, esp = 0xbfbfeff0, ebp = 0xbfbff008 --- > > > i don't know if fbsd is supposed to panic in case of such an error but i > think to remember similar cam/scsi errors under 4-stable that didn't > trigger a panic. > btw, this box is connected via a serial console at 9600 bps and while typing > at the ddb-prompt it swallowed most characters, i.e. i had to type single > characters up to four times. It doesn't look like the message above and the panic are related. The panic is in the VM code, I don't see any CAM functions in there. So my guess is that it's just a coincidence. You might try sending mail to the -current list and see if anyone has seen this sort of panic lately. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 18: 6:48 2002 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 4003237B401; Tue, 17 Sep 2002 18:06:46 -0700 (PDT) Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1713A43E3B; Tue, 17 Sep 2002 18:06:45 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: from panzer.kdm.org (localhost [127.0.0.1]) by panzer.kdm.org (8.12.5/8.12.5) with ESMTP id g8I15NKD099488; Tue, 17 Sep 2002 19:05:23 -0600 (MDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.12.5/8.12.5/Submit) id g8I15NR3099487; Tue, 17 Sep 2002 19:05:23 -0600 (MDT) (envelope-from ken) Date: Tue, 17 Sep 2002 19:05:23 -0600 From: "Kenneth D. Merry" <ken@kdm.org> To: marius@alchemy.franken.de Cc: freebsd-current@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: page fault while in kernel mode, cam related ? Message-ID: <20020917190523.A99465@panzer.kdm.org> References: <20020918025349.C96711@newtrinity.default-network.net> <20020917190321.A99415@panzer.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020917190321.A99415@panzer.kdm.org>; from ken@kdm.org on Tue, Sep 17, 2002 at 07:03:22PM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Tue, Sep 17, 2002 at 19:03:22 -0600, Kenneth D. Merry wrote: > On Wed, Sep 18, 2002 at 02:53:49 +0200, marius@alchemy.franken.de wrote: > > > > hi > > > > while trying to upgrade a -current box with an older scsi hd a scsi error > > seemed to have triggered a panic (actually the first ever on that box): > > > > (da0:ahc0:0:0:0): READ(10). CDB: 28 0 0 4b 94 df 0 0 20 0 > > (da0:ahc0:0:0:0): CAM Status: SCSI Status Error > > (da0:ahc0:0:0:0): SCSI Status: Check Condition > > (da0:ahc0:0:0:0): RECOVERED ERROR info:4b94f5 csi:b,b9,2,a2 asc:18,2 > > (da0:ahc0:0:0:0): Recovered data - data auto-reallocated field replaceable unit1 > > (da0:ahc0:0:0:0): No Recovery Action Needed > > That's just an informative message, you had a bad block that was > reallocated. > > > Fatal trap 12: page fault while in kernel mode > > fault virtual address = 0x3e > > fault code = supervisor write, page not present > > instruction pointer = 0x8:0xc02d3241 > > stack pointer = 0x10:0xcfd2d954 > > frame pointer = 0x10:0xcfd2d96c > > code segment = base 0x0, limit 0xfffff, type 0x1b > > = DPL 0, pres 1, def32 1, gran 1 > > processor eflags = interrupt enabled, resume, IOPL = 0 > > current process = 15268 (cpp0) > > kernel: type 12 trap, code=0 > > Stopped at vm_object_pip_add+0x21: addw %si,0x3e(%ebx) > > db> Context switches not allowed in the debugger. > > db> tr > > vm_object_pip_add(0,1,0,0,c1f1e000) at vm_object_pip_add+0x21 > > vm_fault(c0832000,c88c2000,2,0,c21b2b40) at vm_fault+0x212 > > trap_pfault(cfd2dab8,0,c88c2001) at trap_pfault+0x131 > > trap(18,10,10,c88c2001,c5c0add8) at trap+0x3ab > > calltrap() at calltrap+0x5 > > --- trap 0xc, eip = 0xc03025cf, esp = 0xcfd2daf8, ebp = 0xcfd2db44 --- > > generic_bzero(cfd2dba0,cfd2dbcc,c02be266,cfd2dba0,4) at generic_bzero+0xf > > spec_vnoperate(cfd2dba0) at spec_vnoperate+0x13 > > ffs_getpages(cfd2dbd8) at ffs_getpages+0x406 > > vnode_pager_getpages(c1fac708,cfd2dc8c,10,0) at vnode_pager_getpages+0x62 > > vm_fault(c27883fc,28304000,1,0,c21b2b40) at vm_fault+0x6d6 > > trap_pfault(cfd2dd48,1,28304000,28304000,0) at trap_pfault+0xed > > trap(2f,2f,2f,839e000,83a5008) at trap+0x22b > > calltrap() at calltrap+0x5 > > --- trap 0xc, eip = 0x806e373, esp = 0xbfbfeff0, ebp = 0xbfbff008 --- > > > > > > i don't know if fbsd is supposed to panic in case of such an error but i > > think to remember similar cam/scsi errors under 4-stable that didn't > > trigger a panic. > > btw, this box is connected via a serial console at 9600 bps and while typing > > at the ddb-prompt it swallowed most characters, i.e. i had to type single > > characters up to four times. > > It doesn't look like the message above and the panic are related. The > panic is in the VM code, I don't see any CAM functions in there. > > So my guess is that it's just a coincidence. You might try sending mail to > the -current list and see if anyone has seen this sort of panic lately. Oops, I missed that this was CCed to the current list, so never mind that. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 18:13:24 2002 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 AB24D37B401 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 18:13:23 -0700 (PDT) Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E3643E75 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 18:13:23 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0221.cvx21-bradley.dialup.earthlink.net ([209.179.192.221] helo=mindspring.com) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17rTP6-0004th-00; Tue, 17 Sep 2002 18:13:22 -0700 Message-ID: <3D87D256.6844C0CB@mindspring.com> Date: Tue, 17 Sep 2002 18:09:42 -0700 From: Terry Lambert <tlambert2@mindspring.com> X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: walt <wa1ter@hotmail.com> Cc: freebsd-current@freebsd.org Subject: Re: Crashdumps available for download ... please help References: <am85qs$t92$1@FreeBSD.csie.NCTU.edu.tw> <3D87CC41.6030108@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG walt wrote: > > This is the TLB problem we all keep talking about... > > I just got the most recent IA-32 manuals from Intel in the mail, > > and they still don't seem to be aware of the issue... > > Is this an Intel-specific problem, then? No. AMD has it too. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 18:33:36 2002 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 089A737B401; Tue, 17 Sep 2002 18:33:35 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D06943E75; Tue, 17 Sep 2002 18:33:34 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g8I1X9Oo089651; Tue, 17 Sep 2002 21:33:10 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 17 Sep 2002 21:33:09 -0400 (EDT) From: Robert Watson <rwatson@freebsd.org> X-Sender: robert@fledge.watson.org To: Martin Blapp <mb@imp.ch> Cc: Terry Lambert <tlambert2@mindspring.com>, Nate Lawson <nate@root.org>, current@freebsd.org, peter@freebsd.org Subject: Re: Crashdumps available for download ... please help In-Reply-To: <20020917222622.U52781-100000@levais.imp.ch> Message-ID: <Pine.NEB.3.96L.1020917213054.75372E-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Tue, 17 Sep 2002, Martin Blapp wrote: > If you don't beleave it or not. I've taken out again (I've already > switched them once) one bank of 512M ram and since then I've not had any > panics anymore. > > Can a ram error occur after a system has been fine one month ? Chances are, if you change an important variable such as memory size, it will change the failure mode for this bug. Carefully marking the memory so you know which is which, find replacement memory of identical size and other characteristics, and see if the failure comes back. If the failure comes back with different memory, the chances of it being a problem with the memory are pretty low. However, if you're going to halve the available memory, you're going to substantially change the behavior of the system for large and parallel builds, because the swapping/paging behavior will probably be quite different, especially if your working set is larger than 512mb and smaller than 1gb. I.e., be careful that tweaks changing the behavior of your system aren't just masking the real bug. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 18:45:51 2002 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 36DE237B401; Tue, 17 Sep 2002 18:45:50 -0700 (PDT) Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD5D43E6A; Tue, 17 Sep 2002 18:45:49 -0700 (PDT) (envelope-from corex@newtrinity.default-network.net) Received: from newtrinity.default-network.net (markus@localhost [127.0.0.1]) by newtrinity.default-network.net (8.12.3/8.12.3/DEFAULT-NETWORK.NET) with ESMTP id g8I1jm4H011138; Wed, 18 Sep 2002 03:45:48 +0200 (CEST) (envelope-from corex@newtrinity.default-network.net) Received: (from corex@localhost) by newtrinity.default-network.net (8.12.3/8.12.3/Submit) id g8I1jmoG011137; Wed, 18 Sep 2002 03:45:48 +0200 (CEST) (envelope-from corex) Date: Wed, 18 Sep 2002 03:45:48 +0200 From: marius@alchemy.franken.de To: "Kenneth D. Merry" <ken@kdm.org> Cc: freebsd-current@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: page fault while in kernel mode, cam related ? Message-ID: <20020918034548.T70075@newtrinity.default-network.net> References: <20020918025349.C96711@newtrinity.default-network.net> <20020917190321.A99415@panzer.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020917190321.A99415@panzer.kdm.org>; from ken@kdm.org on Tue, Sep 17, 2002 at 07:03:22PM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Tue, Sep 17, 2002 at 07:03:22PM -0600, Kenneth D. Merry wrote: > On Wed, Sep 18, 2002 at 02:53:49 +0200, marius@alchemy.franken.de wrote: > > > > hi > > > > while trying to upgrade a -current box with an older scsi hd a scsi error > > seemed to have triggered a panic (actually the first ever on that box): > > > > (da0:ahc0:0:0:0): READ(10). CDB: 28 0 0 4b 94 df 0 0 20 0 > > (da0:ahc0:0:0:0): CAM Status: SCSI Status Error > > (da0:ahc0:0:0:0): SCSI Status: Check Condition > > (da0:ahc0:0:0:0): RECOVERED ERROR info:4b94f5 csi:b,b9,2,a2 asc:18,2 > > (da0:ahc0:0:0:0): Recovered data - data auto-reallocated field replaceable unit1 > > (da0:ahc0:0:0:0): No Recovery Action Needed > > That's just an informative message, you had a bad block that was > reallocated. > i know, just thought this could be somehow related, e.g. something in the vm-systems times out while the reallocation is taking place...whatever... but of course can be coincidence. maybe the "cam related" in the subject is unfortunate, i didn't mean a bug in cam but after/while the cam handled the error condition. thanks for having a look at it! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 19:49:15 2002 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 0954237B401; Tue, 17 Sep 2002 19:49:13 -0700 (PDT) Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1125943E81; Tue, 17 Sep 2002 19:49:12 -0700 (PDT) (envelope-from corex@newtrinity.default-network.net) Received: from newtrinity.default-network.net (markus@localhost [127.0.0.1]) by newtrinity.default-network.net (8.12.3/8.12.3/DEFAULT-NETWORK.NET) with ESMTP id g8I2nA4H011778; Wed, 18 Sep 2002 04:49:10 +0200 (CEST) (envelope-from corex@newtrinity.default-network.net) Received: (from corex@localhost) by newtrinity.default-network.net (8.12.3/8.12.3/Submit) id g8I2nA0d011777; Wed, 18 Sep 2002 04:49:10 +0200 (CEST) (envelope-from corex) Date: Wed, 18 Sep 2002 04:49:10 +0200 From: marius@alchemy.franken.de To: "Kenneth D. Merry" <ken@kdm.org> Cc: freebsd-current@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: page fault while in kernel mode, cam related ? Message-ID: <20020918044910.D96711@newtrinity.default-network.net> References: <20020918025349.C96711@newtrinity.default-network.net> <20020917190321.A99415@panzer.kdm.org> <20020918034548.T70075@newtrinity.default-network.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020918034548.T70075@newtrinity.default-network.net>; from marius@alchemy.franken.de on Wed, Sep 18, 2002 at 03:45:48AM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG uhm, i just got another one. i guess the hd is broken and also managed to cause the previous panic. (da0:ahc0:0:0:0): SCB 0x27 - timed out ahc_pci0: Dumping Card State while idle, at SEQADDR 0x8 ACCUM = 0x47, SINDEX = 0x9e, DINDEX = 0x8c, ARG_2 = 0x0 HCNT = 0x0 SCBPTR = 0xb SCSISEQ = 0x12, SBLKCTL = 0x2 DFCNTRL = 0x0, DFSTATUS = 0x29 LASTPHASE = 0x1, SCSISIGI = 0x0, SXFRCTL0 = 0x80 SSTAT0 = 0x5, SSTAT1 = 0xa STACK == 0x3, 0x105, 0x160, 0x0 SCB count = 200 Kernel NEXTQSCB = 129 Card NEXTQSCB = 129 QINFIFO entries: Waiting Queue entries: Disconnected Queue entries: QOUTFIFO entries: Sequencer Free SCB List: 11 2 0 6 15 3 9 1 14 10 8 12 5 4 7 13 Sequencer SCB Info: 0(c 0x68, s 0x7, l 0, t 0xff) 1(c 0x68, s 0x7, l 0, t 0xff) Pending list: 140(c 0x68, s 0x7, l 0), 158(c 0x6c, s 0x7, l 0), 152(c 0x6c, s 0)Kernel Free SCB list: 165 61 101 184 98 88 178 123 176 26 83 62 197 170 8 112 4 sg[0] - Addr 0x52fe000 : Length 4096 sg[1] - Addr 0x71bf000 : Length 4096 sg[2] - Addr 0x6020000 : Length 4096 sg[3] - Addr 0xb441000 : Length 4096 sg[4] - Addr 0x30e2000 : Length 4096 sg[5] - Addr 0xa703000 : Length 4096 sg[6] - Addr 0x91a4000 : Length 4096 sg[7] - Addr 0x1f05000 : Length 4096 sg[8] - Addr 0x3f46000 : Length 4096 sg[9] - Addr 0x5787000 : Length 4096 sg[10] - Addr 0x80a8000 : Length 4096 sg[11] - Addr 0x1389000 : Length 4096 sg[12] - Addr 0xa9ca000 : Length 4096 sg[13] - Addr 0x6d8b000 : Length 4096 sg[14] - Addr 0x680c000 : Length 4096 sg[15] - Addr 0xa1cd000 : Length 4096 (da0:ahc0:0:0:0): Queuing a BDR SCB (da0:ahc0:0:0:0): Bus Device Reset Message Sent (da0:ahc0:0:0:0): no longer in timeout, status = 34b ahc_pci0: Bus Device Reset on A:0. 102 SCBs aborted (da0:ahc0:0:0:0): SCB 0x81 - timed out ahc_pci0: Dumping Card State while idle, at SEQADDR 0x7 ACCUM = 0xa0, SINDEX = 0x9f, DINDEX = 0x8c, ARG_2 = 0x0 HCNT = 0x0 SCBPTR = 0x7 SCSISEQ = 0x12, SBLKCTL = 0x2 DFCNTRL = 0x0, DFSTATUS = 0x29 LASTPHASE = 0x1, SCSISIGI = 0x0, SXFRCTL0 = 0x80 SSTAT0 = 0x5, SSTAT1 = 0xa STACK == 0x3, 0x105, 0x160, 0xe4 SCB count = 41 Kernel NEXTQSCB = 165 Card NEXTQSCB = 165 QINFIFO entries: Waiting Queue entries: Disconnected Queue entries: QOUTFIFO entries: Sequencer Free SCB List: 7 14 12 8 5 10 9 1 4 3 15 6 0 2 11 13 Sequencer SCB Info: 0(c 0x68, s 0x7, l 0, t 0xff) 1(c 0x68, s 0x7, l 0, t 0xff) Pending list: 159(c 0x6c, s 0x7, l 0), 40(c 0x6c, s 0x7, l 0), 43(c 0x6c, s 0x7) Kernel Free SCB list: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x34737269 fault code = supervisor read, page not present instruction pointer = 0x8:0xc014b7d2 stack pointer = 0x10:0xcad87c80 frame pointer = 0x10:0xcad87c94 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 13 (swi6: tty:sio clock) kernel: type 12 trap, code=0 Stopped at ahc_dump_card_state+0x692: movl 0(%ebx),%eax db> tr ahc_dump_card_state(c1f1e000,c031d167,81) at ahc_dump_card_state+0x692 ahc_timeout(c10de098) at ahc_timeout+0xbb softclock(0) at softclock+0x152 ithread_loop(c0d5b800,cad87d48,c0d6acc0,c01c65c0,0) at ithread_loop+0x11c fork_exit(c01c65c0,c0d5b800,cad87d48) at fork_exit+0x92 fork_trampoline() at fork_trampoline+0x1a db> Context switches not allowed in the debugger. db> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 20:10:12 2002 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id E10B037B4CB; Tue, 17 Sep 2002 20:10:10 -0700 (PDT) Date: Tue, 17 Sep 2002 20:10:10 -0700 From: David O'Brien <obrien@FreeBSD.ORG> To: Robert Suetterlin <robert@mpe.mpg.de> Cc: freebsd-current@freebsd.org Subject: Re: stage 2 build of contrib/file breaks upgrade from 4.7PRE to CURRENT. Message-ID: <20020917201008.A37239@hub.freebsd.org> Reply-To: obrien@freebsd.org References: <20020917113950.A52787@robert3.mpe-garching.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020917113950.A52787@robert3.mpe-garching.mpg.de>; from robert@mpe.mpg.de on Tue, Sep 17, 2002 at 11:39:50AM +0200 X-Operating-System: FreeBSD 4.7-RC Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Tue, Sep 17, 2002 at 11:39:50AM +0200, Robert Suetterlin wrote: > Hello! > > I currently upgraded my 4.4 to 4.7-PRE and now tried to get from > there to -CURRENT. > > Unfortunately ``make buildworld'' fails during stage 2 when building > ``usr.bin/file'': > usr/src/usr.bin/file/../../contrib/file/file.h:45: stdint.h: No such > file or directory I need more context. Please email a complete build log. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 20:14:44 2002 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 1F72037B401 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 20:14:42 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0268643E86 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 20:14:41 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.5) with ESMTP id g8I3Emin002273 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 23:14:48 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id g8I3ElYb002272 for freebsd-current@freebsd.org; Tue, 17 Sep 2002 23:14:47 -0400 (EDT) Date: Tue, 17 Sep 2002 23:14:47 -0400 From: Craig Rodrigues <rodrigc@attbi.com> To: freebsd-current@freebsd.org Subject: Re: Cannot install FreeBSD-current 9/10 and 9/17 from floppies Message-ID: <20020917231447.A2256@attbi.com> References: <20020917205339.A1596@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020917205339.A1596@attbi.com>; from rodrigc@attbi.com on Tue, Sep 17, 2002 at 08:53:39PM -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, Just to follow up, I tried a few other floppy images, and succeeded with the floppy images that are part of the 8/31 -CURRENT snapshot. I can't figure out what the problem was with the newer floppy images. -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com On Tue, Sep 17, 2002 at 08:53:39PM -0400, Craig Rodrigues wrote: > Hi, > > I bought a second machine to install FreeBSD-current, so that > I can learn how to do kernel debugging via a serial cable. > I cannot install FreeBSD-current on this machine. > The machine is an IBM PIII-450 > > Here is what I did: > > (1) Obtained kern.flp and mfsroot.flp floppy images from the > 9/17 and 9/10 snapshots of FreeBSD-current. > I obtained these from ftp://current.freebsd.org/ > > (2) After booting from the first floppy (kern.flp), I insert > mfsroot.flp. > > The install hangs at: > > =========================================================================== > Mounting root from ufs:/dev/md0c > md0c: raw partition size != slice size > md0c: start 0, end 5087, size 5088 > md0c: truncating raw partition > md0c: rejecting partition in BSD label: it isn't entirely within the slice > md0c: start 0, end 5087, size 5088 > md0ca: start 0, end 8639, size 8640 > spec_getpages: (md0c) I/O read failure: > (error=22) bp 0x2031dc vp 0xc0e39000 size: 4096 resid: 4096, > a_count: 4096 > valid: 0x0 nread: 0, reqpage: 0, pindex: 575, pcount: 1 > =========================================================================== > > Any ideas what the cause of this is? I tried disabling things like > PNP in the BIOS, but that didn't fix anything. I had the same problems > with the 9/17 and 9/10 floppy images. > -- > Craig Rodrigues > http://www.gis.net/~craigr > rodrigc@attbi.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 20:18:54 2002 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 DB45D37B401; Tue, 17 Sep 2002 20:18:53 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7681943E65; Tue, 17 Sep 2002 20:18:53 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 2C6A69E5B; Tue, 17 Sep 2002 22:53:43 -0400 (EDT) Date: Tue, 17 Sep 2002 22:53:43 -0400 From: Mike Barcroft <mike@FreeBSD.org> To: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Cc: Lars Eggert <larse@ISI.EDU>, Robert Suetterlin <robert@mpe.mpg.de>, freebsd-current@FreeBSD.ORG, obrien@freebsd.org Subject: Re: stage 2 build of contrib/file breaks upgrade from 4.7PRE to CURRENT. Message-ID: <20020917225343.G84465@espresso.q9media.com> References: <20020917113950.A52787@robert3.mpe-garching.mpg.de> <3D875A72.4010602@isi.edu> <20020917182639.GA44194@frog.fafoe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020917182639.GA44194@frog.fafoe>; from e0026813@stud3.tuwien.ac.at on Tue, Sep 17, 2002 at 08:26:39PM +0200 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> writes: > [CC'ing David O'Brien as he did the update to 3.39] > > On Tue, Sep 17, 2002 at 09:38:10AM -0700, Lars Eggert wrote: > > Robert Suetterlin wrote: > > > I currently upgraded my 4.4 to 4.7-PRE and now tried to get from > > >there to -CURRENT. > > > > > >Unfortunately ``make buildworld'' fails during stage 2 when building > > >``usr.bin/file'': > > > usr/src/usr.bin/file/../../contrib/file/file.h:45: stdint.h: No such > > > file or directory > > > > FYI I'm seeing the exact same error trying to build -CURRENT under > > 4.6-RELEASE (just cvs updated). > > Add me to the list. Culprit is src/usr.bin/file/config.h which > unconditionally defines HAVE_STDINT_H though RELENG_4 is missing it. This is being looked into. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 21:14:33 2002 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 AD2FF37B401 for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 21:14:29 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C8243E3B for <freebsd-current@freebsd.org>; Tue, 17 Sep 2002 21:14:28 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.5) with ESMTP id g8I4EWin002932; Wed, 18 Sep 2002 00:14:32 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id g8I4EVcj002931; Wed, 18 Sep 2002 00:14:31 -0400 (EDT) Date: Wed, 18 Sep 2002 00:14:31 -0400 From: Craig Rodrigues <rodrigc@attbi.com> To: freebsd-current@freebsd.org Cc: lists@bsdnerds.org Subject: Re: pkg_add Message-ID: <20020918001431.A2913@attbi.com> References: <1032126448.383.1.camel@dev.bsdnerds.org> <20020916025609.GA958@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020916025609.GA958@dragon.nuxi.com>; from obrien@freebsd.org on Sun, Sep 15, 2002 at 07:56:09PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Sep 15, 2002 at 07:56:09PM -0700, David O'Brien wrote: > On Sun, Sep 15, 2002 at 09:47:28PM +0000, justin wrote: > > >> SORRY IF THIS IS A REPEAT! > > > > I have recompiled my base the past 2 days now, and pkg_add will segfault > > signal 10 and core dumps after the second file transfer I can still use > > it to install the package, but i have to run the command multiple times > > depending on how many dependancies the port has. If it is only 1 file, > > it works fine and without problems. > > What is the exact outout with `pkg_add -v'. Can you compile pkg_add with > -g debugging and provide a trace? I can reproduce the problem with pkg_add by doing: pkg_add -v -r cvsupit on a clean system. This happens with the latest sources in /usr/src/usr.sbin/pkg_install/ -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="out1.txt" Content-Transfer-Encoding: quoted-printable Script started on Wed Sep 18 00:12:02 2002 rincewind# gdb pkg_add=0D=0D GNU gdb 5.2.0 (FreeBSD) 20020627=0D Copyright 2002 Free Software Foundation, Inc.=0D GDB is free software, covered by the GNU General Public License, and you ar= e=0D welcome to change it and/or distribute copies of it under certain condition= s.=0D Type "show copying" to see the conditions.=0D There is absolutely no warranty for GDB. Type "show warranty" for details.= =0D This GDB was configured as "i386-undermydesk-freebsd"...=0D (gdb) r -v -r cvsupit=0D Starting program: /usr/src/usr.sbin/pkg_install/add/pkg_add -v -r cvsupit=0D looking up ftp.freebsd.org=0D connecting to ftp.freebsd.org:21=0D setting passive mode=0D opening data connection=0D initiating transfer=0D Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-current/Late= st/cvsupit.tbz...+CONTENTS=0D +COMMENT=0D +DESC=0D +INSTALL=0D +REQUIRE=0D +MTREE_DIRS=0D tar command returns 0 status=0D Done.=0D Package 'cvsupit-3.1' depends on 'perl-5.6.1_8'.=0D setting passive mode=0D opening data connection=0D initiating transfer=0D Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-current/All/= perl-5.6.1_8.tbz...+CONTENTS=0D +COMMENT=0D +DESC=0D +INSTALL=0D +DISPLAY=0D +MTREE_DIRS=0D Attempting to record package into /var/db/pkg/perl-5.6.1_8..=0D Package perl-5.6.1_8 registered in /var/db/pkg/perl-5.6.1_8=0D =0D Installation of Perl distribution is finished. Please note, that since=0D Perl is also in the base system, this distribution will not be used by=0D default.=0D =0D If you want this version of Perl to be used by default, please type=0D =0D use.perl port=0D =0D Assuming that use.perl script (which was installed with the rest of the=0D Perl distribution) can be found in your PATH (you might have to type=0D `rehash' first, depending upon a shell you use), this action will=0D replace /usr/bin/perl and /usr/bin/suidperl with symbolic links to the=0D versions of these binaries in the Perl distribution. This action will=0D also put some variables into your /etc/make.conf file, so that newly=0D installed ports (not packages!) will use new version of perl, and the=0D system upgrades from the source will not overwrite the changes made.=0D =0D At any time you can also type=0D =0D use.perl system=0D =0D if you wish to revert back to the system version of perl.=0D =0D 'perl-5.6.1_8' loaded successfully.=0D Package 'cvsupit-3.1' depends on 'imake-4.2.0_1'.=0D =0D Program received signal SIGBUS, Bus error.=0D 0x280a0792 in SSL_write () from /usr/lib/libssl.so.2=0D (gdb) where=0D #0 0x280a0792 in SSL_write () from /usr/lib/libssl.so.2=0D #1 0x28078129 in _fetch_write () from /usr/lib/libfetch.so.3=0D #2 0x280781de in _fetch_putln () from /usr/lib/libfetch.so.3=0D #3 0x28075d61 in fetchListHTTP () from /usr/lib/libfetch.so.3=0D #4 0x280771c4 in fetchListHTTP () from /usr/lib/libfetch.so.3=0D #5 0x2807743d in _ftp_request () from /usr/lib/libfetch.so.3=0D #6 0x28077591 in fetchXGetFTP () from /usr/lib/libfetch.so.3=0D #7 0x280783b0 in fetchXGet () from /usr/lib/libfetch.so.3=0D #8 0x280786e5 in fetchXGetURL () from /usr/lib/libfetch.so.3=0D #9 0x2807871f in fetchGetURL () from /usr/lib/libfetch.so.3=0D #10 0x0804f5ef in fileGetURL (=0D base=3D0x8056860 "ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages= -current/Latest/cvsupit.tbz", spec=3D0x808d070 "imake-4.2.0_1") at file.c:1= 99=0D #11 0x0804aa97 in pkg_do (=0D pkg=3D0x8056860 "ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-= current/Latest/cvsupit.tbz") at perform.c:297=0D #12 0x0804a24b in pkg_perform (pkgs=3D0x8088c60) at perform.c:50=0D #13 0x08049faf in real_main (argc=3D-1077936975, argv=3D0xbfbffb9c) at main= .c:215=0D #14 0x0804c96e in main (argc=3D673297920, argv=3D0xbfbffb8c) at pkgwrap.c:8= 8=0D #15 0x08049b29 in _start ()=0D (gdb) quit=0D The program is running. Exit anyway? (y or n) y=0D rincewind# ^D=08=08exit=0D Script done on Wed Sep 18 00:13:37 2002 --OgqxwSJOaUobr8KG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue Sep 17 23:27:16 2002 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 101D137B401; Tue, 17 Sep 2002 23:27:15 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F399343E72; Tue, 17 Sep 2002 23:27:13 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8I6RCGt032883; Wed, 18 Sep 2002 08:27:12 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8I6RC75767141; Wed, 18 Sep 2002 08:27:12 +0200 (MES) Date: Wed, 18 Sep 2002 08:27:08 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Robert Watson <rwatson@freebsd.org> Cc: Terry Lambert <tlambert2@mindspring.com>, Nate Lawson <nate@root.org>, <current@freebsd.org>, <peter@freebsd.org> Subject: Re: Crashdumps available for download ... please help In-Reply-To: <Pine.NEB.3.96L.1020917213054.75372E-100000@fledge.watson.org> Message-ID: <20020918080825.Q52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi Robert, > Chances are, if you change an important variable such as memory size, it > will change the failure mode for this bug. Carefully marking the memory Sigh. Looks like you are right. After running the system now for 8 hours, I got exactly the same crash as before. Again. It's the same crash you can download in 3 versions. I'll get today a new set of replacement ram, but I don't think that it will solve the problem. Also the radeon 8500 is out of beiing the suspect. It looks to me that the OS is again responsable. Strange thing is that: 1. I had many SIG11 / SIG4 first, with completly different mem/mobo/PIV processor. Not many panics at all. This happened with gcc 2.95, but only at at few times. 2. The problem persisted with gcc3.1 prerelease. The SIG11 / SIG4 were now more often. 3. I replaced the processor, the problem was still there. 4. I replaced the mem, the problem was still there. 5. I replaced the momo, mem, processor, still a Intel reference board. 6. I installed STABLE. I was happy, no corruption/crashes at all. 7. Finally found that DISABLE_PSE and DISABLE_PG made the bug disappear. 8. I changed again the mobo. This time ASUS, but same I845 chipset. The system run fine. 9. Michael Reifenberger has the same panics, but he does not have a pentium IV. He uses a pentium III. 10. Upgraded to gcc3.2. I was seeing now some SIG11 during builds, and - panics ! Softupdates and fs panics mostly. I turned off softupdates. The panic was different, but all the time it was in mmap. So my conclusion is that various parameters including using a different compiler can hide the bug. Had someone of you a chance to look at some PIV errata ? But why is Michael then seeing it on his PIII ? Can we - after I've replaced again the hardware - make the conclusion that this is really a OS problem and should be tracked down ? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 0:34:58 2002 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 2072637B401; Wed, 18 Sep 2002 00:34:57 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F57443E75; Wed, 18 Sep 2002 00:34:56 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8I7YsGt047910; Wed, 18 Sep 2002 09:34:54 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8I7Ys75782260; Wed, 18 Sep 2002 09:34:54 +0200 (MES) Date: Wed, 18 Sep 2002 09:34:50 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Robert Watson <rwatson@freebsd.org> Cc: Terry Lambert <tlambert2@mindspring.com>, Nate Lawson <nate@root.org>, <current@freebsd.org>, <peter@freebsd.org> Subject: Re: Crashdumps available for download ... please help In-Reply-To: <Pine.NEB.3.96L.1020917213054.75372E-100000@fledge.watson.org> Message-ID: <20020918092959.Y52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi all, To get always the same panic (not softupdate or ffs crashes) one has to do the following: - sysctl kern.sync_on_panic=0 - Disable softupdates on the filesystem in question. The panics are more informative then. To get the panics more often: Set in loader.conf: - hw.physmem=131072 or even hw.physmem=65536 Martin Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: <finger -l mbr@freebsd.org> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 0:36:34 2002 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 CBDF937B401; Wed, 18 Sep 2002 00:36:32 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4131A43E42; Wed, 18 Sep 2002 00:36:32 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g8I7aHwr018327; Wed, 18 Sep 2002 00:36:21 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200209180736.g8I7aHwr018327@gw.catspoiler.org> Date: Wed, 18 Sep 2002 00:36:17 -0700 (PDT) From: Don Lewis <dl-freebsd@catspoiler.org> Subject: Re: Crashdumps available for download ... please help To: mb@imp.ch Cc: rwatson@FreeBSD.ORG, tlambert2@mindspring.com, nate@root.org, current@FreeBSD.ORG, peter@FreeBSD.ORG In-Reply-To: <20020918080825.Q52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 18 Sep, Martin Blapp wrote: > > Hi Robert, > >> Chances are, if you change an important variable such as memory size, it >> will change the failure mode for this bug. Carefully marking the memory > > Sigh. > > Looks like you are right. After running the system now for 8 hours, > I got exactly the same crash as before. Again. It's the same crash > you can download in 3 versions. > > I'll get today a new set of replacement ram, but I don't think that > it will solve the problem. > > Also the radeon 8500 is out of beiing the suspect. > > It looks to me that the OS is again responsable. > > Strange thing is that: > > 1. I had many SIG11 / SIG4 first, with completly different mem/mobo/PIV > processor. Not many panics at all. This happened with gcc 2.95, but > only at at few times. > 2. The problem persisted with gcc3.1 prerelease. The SIG11 / SIG4 were > now more often. > 3. I replaced the processor, the problem was still there. > 4. I replaced the mem, the problem was still there. > 5. I replaced the momo, mem, processor, still a Intel reference board. > 6. I installed STABLE. I was happy, no corruption/crashes at all. > 7. Finally found that DISABLE_PSE and DISABLE_PG made the bug disappear. > 8. I changed again the mobo. This time ASUS, but same I845 chipset. > The system run fine. > 9. Michael Reifenberger has the same panics, but he does not have > a pentium IV. He uses a pentium III. > 10. Upgraded to gcc3.2. I was seeing now some SIG11 during builds, > and - panics ! Softupdates and fs panics mostly. I turned off > softupdates. The panic was different, but all the time it was > in mmap. One thing you didn't mention was trying a different power supply. A marginal power supply can cause strange errors. Increasing your memory size from 512 MB to 1 GB might add just enough load to the supply to push it over the edge ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 0:37:35 2002 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 9B24437B401; Wed, 18 Sep 2002 00:37:33 -0700 (PDT) Received: from relay1.macomnet.ru (relay1.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D9143E72; Wed, 18 Sep 2002 00:37:32 -0700 (PDT) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (news1.macomnet.ru [195.128.64.14]) by relay1.macomnet.ru (8.11.6/8.11.6) with ESMTP id g8I7bVX1428411; Wed, 18 Sep 2002 11:37:31 +0400 (MSD) Date: Wed, 18 Sep 2002 11:37:23 +0400 (MSD) From: Maxim Konovalov <maxim@macomnet.ru> To: "David O'Brien" <obrien@FreeBSD.org> Cc: Robert Suetterlin <robert@mpe.mpg.de>, <freebsd-current@FreeBSD.org> Subject: Re: stage 2 build of contrib/file breaks upgrade from 4.7PRE to CURRENT. In-Reply-To: <20020917201008.A37239@hub.freebsd.org> Message-ID: <20020918113407.O50400-100000@news1.macomnet.ru> References: <20020917113950.A52787@robert3.mpe-garching.mpg.de> <20020917201008.A37239@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 07:10+0400, Sep 18, 2002, David O'Brien wrote: > On Tue, Sep 17, 2002 at 11:39:50AM +0200, Robert Suetterlin wrote: > > Hello! > > > > I currently upgraded my 4.4 to 4.7-PRE and now tried to get from > > there to -CURRENT. > > > > Unfortunately ``make buildworld'' fails during stage 2 when building > > ``usr.bin/file'': > > usr/src/usr.bin/file/../../contrib/file/file.h:45: stdint.h: No such > > file or directory > > I need more context. Please email a complete build log. Trying to build -CURRENT on -STABLE: $ uname -a FreeBSD golf.macomnet.net 4.6-20020805-MACOMNET-STABLE FreeBSD 4.6-20020805-MACOMNET-STABLE #18: Tue Sep 17 12:09:42 MSD 2002 maxim@golf.macomnet.net:/usr/obj/usr/src/sys/GOLF i386 $ cd build/current/src/usr.bin/file $ make cc -O -pipe -DMAGIC='"/usr/share/misc/magic"' -DBUILTIN_ELF -DELFCORE -DHAVE_CONFIG_H -I/home/maxim/build/current/src/usr.bin/file -I/home/maxim/build/current/src/usr.bin/file/../../contrib/file -c /home/maxim/build/current/src/usr.bin/file/../../contrib/file/file.c In file included from /home/maxim/build/current/src/usr.bin/file/../../contrib/file/file.c:28: /home/maxim/build/current/src/usr.bin/file/../../contrib/file/file.h:45: stdint.h: No such file or directory *** Error code 1 Stop in /home/maxim/build/current/src/usr.bin/file. $ -- Maxim Konovalov, MAcomnet, Internet Dept., system engineer phone: +7 (095) 796-9079, mailto:maxim@macomnet.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 0:42:16 2002 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 841C737B404; Wed, 18 Sep 2002 00:42:15 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 669A343E4A; Wed, 18 Sep 2002 00:42:14 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8I7g9Gt049727; Wed, 18 Sep 2002 09:42:09 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8I7g975779833; Wed, 18 Sep 2002 09:42:09 +0200 (MES) Date: Wed, 18 Sep 2002 09:42:05 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Don Lewis <dl-freebsd@catspoiler.org> Cc: <rwatson@FreeBSD.ORG>, <tlambert2@mindspring.com>, <nate@root.org>, <current@FreeBSD.ORG>, <peter@FreeBSD.ORG> Subject: Re: Crashdumps available for download ... please help In-Reply-To: <200209180736.g8I7aHwr018327@gw.catspoiler.org> Message-ID: <20020918094032.J52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, > One thing you didn't mention was trying a different power supply. A > marginal power supply can cause strange errors. Increasing your memory > size from 512 MB to 1 GB might add just enough load to the supply to > push it over the edge ... Yes. I've replaced the power supply. But only once. And it did not make the problem go away. And I've even done more. I've disabled all unneeded devices, at the moment only one cdrom and three disks are connected. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 4:13:51 2002 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 7ECA637B40A for <current@freebsd.org>; Wed, 18 Sep 2002 04:13:49 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3617343E42 for <current@freebsd.org>; Wed, 18 Sep 2002 04:13:49 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8IBDmN2065461 for <current@freebsd.org>; Wed, 18 Sep 2002 04:13:48 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8IBDmA7065459 for current@freebsd.org; Wed, 18 Sep 2002 04:13:48 -0700 (PDT) Date: Wed, 18 Sep 2002 04:13:48 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209181113.g8IBDmA7065459@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Wed Sep 18 03:43:32 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Wed Sep 18 04:12:15 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Wed Sep 18 04:12:15 PDT 2002 -------------------------------------------------------------- ===> vinum ./aicasm: 877 instructions used ./aicasm: 658 instructions used In file included from /h/des/src/sys/dev/dgb/dgb.c:89: /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory /h/des/src/sys/dev/dgb/dgb.c:92:2: #error "The dgb device requires the old isa compatibility shims" /h/des/src/sys/dev/iicbus/iic.c:42:25: machine/iic.h: No such file or directory /h/des/src/sys/dev/lmc/if_lmc.c:32:2: warning: #warning "The lmc driver is broken and is not compiled with LINT" /h/des/src/sys/dev/ncv/ncr53c500.c:80:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/ncv/ncr53c500.c:81:33: machine/physio_proc.h: No such file or directory In file included from /h/des/src/sys/dev/ncv/ncr53c500.c:86: /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:55:27: machine/dvcfg.h: No such file or directory In file included from /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:63: /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/nsp/nsp.c:80:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/nsp/nsp.c:81:33: machine/physio_proc.h: No such file or directory /h/des/src/sys/dev/nsp/nsp_pccard.c:52:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/smbus/smb.c:41:25: machine/smb.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30.c:78:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30.c:79:33: machine/physio_proc.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30_pccard.c:57:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30_isa.c:65:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/usb/ukbd.c:419:21: ukbdmap.h: No such file or directory In file included from /h/des/src/sys/dev/wl/if_wl.c:218: /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory /h/des/src/sys/dev/wl/if_wl.c:224:35: machine/if_wl_wavelan.h: No such file or directory /h/des/src/sys/dev/wl/if_wl.c:227:2: #error "The wl device requires the old isa compatibility shims" /h/des/src/sys/kern/subr_prof.c:62:30: machine/asmacros.h: No such file or directory /h/des/src/sys/kern/subr_prof.c:232:2: #error /h/des/src/sys/kern/subr_prof.c:243:2: #error /h/des/src/sys/pci/meteor.c:149:2: warning: #warning "The meteor driver is broken and is not compiled with LINT" /h/des/src/sys/pci/simos.c:57:2: #error "The simos device requires the old pci compatibility shims" /h/des/src/sys/dev/syscons/syscons.c:117:18: font.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 4:17:24 2002 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 E56AA37B401 for <current@freebsd.org>; Wed, 18 Sep 2002 04:17:23 -0700 (PDT) Received: from frodo.galgenberg.net (galgenberg.net [132.187.222.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 6660B43E4A for <current@freebsd.org>; Wed, 18 Sep 2002 04:17:22 -0700 (PDT) (envelope-from q@uni.de) Received: (qmail 4324 invoked by uid 85); 18 Sep 2002 11:17:20 -0000 Received: from unknown (HELO roadrunner) (132.187.222.7) by galgenberg.net with SMTP; 18 Sep 2002 11:17:18 -0000 From: Ulrich 'Q' Spoerlein <q@uni.de> To: Martin Blapp <mb@imp.ch> Cc: <current@freebsd.org> Subject: Re: filesystem corruption ? Date: Wed, 18 Sep 2002 13:17:20 +0200 Organization: Hier koennte Ihre Werbung stehen! Message-ID: <p2ogou4hfbc4incemmacl0mtrevmqndgdn@4ax.com> References: <20020917003850.C3162-100000@levais.imp.ch> In-Reply-To: <20020917003850.C3162-100000@levais.imp.ch> X-Mailer: Forte Agent 1.91/32.564 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Tue, 17 Sep 2002 00:42:13 +0200 (CEST), you wrote: >I and Michael can kill CURRENT quite simple with > >cd /usr/ports/www/mozilla >make clean >make patch >make clean > >after 7-10 times we crash. > >This is on IDE disks. And I even turned softupdates >of. The panic trace is then similar, but not the same >as with softupdates enabled. did this on my Celeron2 on a 440BX and a Samsung SpinPoint 80GB drive (limited to UDMA33). softupdates enabled and no errors after hours of patching/cleaning. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 4:21:44 2002 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 77C0F37B401 for <current@freebsd.org>; Wed, 18 Sep 2002 04:21:43 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF4A43E77 for <current@freebsd.org>; Wed, 18 Sep 2002 04:21:42 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8IBLfGt003849; Wed, 18 Sep 2002 13:21:41 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8IBLe75786013; Wed, 18 Sep 2002 13:21:40 +0200 (MES) Date: Wed, 18 Sep 2002 13:21:36 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: "Ulrich 'Q' Spoerlein" <q@uni.de> Cc: <current@freebsd.org> Subject: Re: filesystem corruption ? In-Reply-To: <p2ogou4hfbc4incemmacl0mtrevmqndgdn@4ax.com> Message-ID: <20020918132114.N52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, Can someone else to and try this on PIV system ? Thanks > did this on my Celeron2 on a 440BX and a Samsung SpinPoint 80GB drive > (limited to UDMA33). softupdates enabled and no errors after hours of > patching/cleaning. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 4:30:52 2002 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 D62F337B401 for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 04:30:51 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89AED43E75 for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 04:30:51 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020918030008.DSFS19876.rwcrmhc51.attbi.com@InterJet.elischer.org>; Wed, 18 Sep 2002 03:00:08 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id TAA04247; Tue, 17 Sep 2002 19:45:51 -0700 (PDT) Date: Tue, 17 Sep 2002 19:45:50 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: walt <wa1ter@hotmail.com> Cc: freebsd-current@freebsd.org Subject: Re: Threads issue after latest buildworld In-Reply-To: <3D87CA63.5000801@hotmail.com> Message-ID: <Pine.BSF.4.21.0209171945370.3069-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG We're looking at it.. On Tue, 17 Sep 2002, walt wrote: > Joe Marcus Clarke wrote: > > > I just cvsup'd -CURRENT two hours ago, built world and kernel, then > > rebooted...same as always. Now, nautilus-2.0.7 fails to start with a > > thread abort... > > I saw the same error starting last night. Mozilla also. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 4:38:15 2002 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 DDBFE37B401 for <freebsd-current@FreeBSD.ORG>; Wed, 18 Sep 2002 04:38:12 -0700 (PDT) Received: from matrix.eurocontrol.fr (matrix.eurocontrol.fr [147.196.254.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3894043E6A for <freebsd-current@FreeBSD.ORG>; Wed, 18 Sep 2002 04:38:11 -0700 (PDT) (envelope-from roberto@eurocontrol.fr) Received: from caerdonn.eurocontrol.fr (caerdonn.eurocontrol.fr [147.196.51.214]) by matrix.eurocontrol.fr (Postfix/TLS) with ESMTP id A5DFF4A9D1 for <freebsd-current@FreeBSD.ORG>; Wed, 18 Sep 2002 13:38:09 +0200 (MEST) Received: by caerdonn.eurocontrol.fr (Postfix/TLS, from userid 1193) id 3DF113C95; Wed, 18 Sep 2002 13:38:09 +0200 (CEST) Date: Wed, 18 Sep 2002 13:38:09 +0200 From: Ollivier Robert <roberto@eurocontrol.fr> To: FreeBSD Current Users' list <freebsd-current@FreeBSD.ORG> Subject: [usb] panic with uvisor auto-load Message-ID: <20020918113809.GA621@caerdonn.eurocontrol.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 5.0-CURRENT User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, I've decided to try the uvisor USB module to play with my Palm and tried to load the module. Loading it manually fails with an undefined symbol (found in the usb module). I'll try to link it statically. link_elf: symbol usb_match_device undefined When I try to load it from loader.conf, I get a weird panic and the system reboots itself: Here is what I found in dmesg. I can try to put DDB in there is need. instruction pointer = 0x8:0xc018f33f stack pointer = 0x10:0xc0496d00 frame pointer = 0x10:0xc0496d14 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 () trap number = 12 panic: page fault Uptime: 1s panic: Assertion mtx_unowned(m) failed at ../../../kern/kern_mutex.c:945 Uptime: 1s panic: _sx_xlock (shutdown_post_sync): xlock already held @ ../../../kern/kern_shutdown.c:341 Uptime: 1s panic: _sx_xlock (shutdown_post_sync): xlock already held @ ../../../kern/kern_shutdown.c:341 [...loops a few times...] Uptime: 1s panic: _sx_xlock (shutdown_post_sync): xlock already held @ ../../../kern/kern_shutdown.c:341 Uptime: 1s P4/1.5 GHz/256 MB/CURRENT from two hours ago. -=-=- # # nCAERDONN -- test version of main config. file # # $Id: //depot/caerdonn/kernel/nCAERDONN#10 $ machine i386 cpu I686_CPU ident CAERDONN options CPU_ENABLE_SSE maxusers 0 makeoptions DEBUG="-g" options INET #InterNETworking options FFS #Berkeley Fast Filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options CLK_USE_TSC_CALIBRATION options INVARIANTS options INVARIANT_SUPPORT options KTRACE options IPSEC options IPSEC_ESP options SOFTUPDATES options UFS_DIRHASH options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L device isa device pci device fdc device ata device atadisk device atapicd device atapicam device scbus device cd device pass #CAM passthrough driver device atkbdc device atkbd device psm device vga device sc device splash device npx device sio #device ppc #device ppbus #device lpt #device ppi device loop device ether device pty device bpf device snp -=-=- -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- Ollivier.Robert@eurocontrol.fr FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 5:50:13 2002 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 C137237B401 for <current@freebsd.org>; Wed, 18 Sep 2002 05:50:12 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4469E43E6E for <current@freebsd.org>; Wed, 18 Sep 2002 05:50:08 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id IAA29905; Wed, 18 Sep 2002 08:50:07 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g8ICnbd84274; Wed, 18 Sep 2002 08:49:37 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin <gallatin@cs.duke.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15752.30305.186779.902833@grasshopper.cs.duke.edu> Date: Wed, 18 Sep 2002 08:49:37 -0400 (EDT) To: Martin Blapp <mb@imp.ch> Cc: <current@freebsd.org> Subject: Re: Crashdumps available for download ... please help In-Reply-To: <20020918080825.Q52781-100000@levais.imp.ch> References: <Pine.NEB.3.96L.1020917213054.75372E-100000@fledge.watson.org> <20020918080825.Q52781-100000@levais.imp.ch> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Martin Blapp writes: > 8. I changed again the mobo. This time ASUS, but same I845 chipset. > The system run fine. Which Asus? Does it support ECC memory? Do you have ECC memory and have ECC enabled in the BIOS? The thing that scared me about these reports was that I was under the impression that you were using ECC memory, so memory corruption was much less likely. Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 6: 1:32 2002 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 149E837B401; Wed, 18 Sep 2002 06:01:31 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84AE43E7B; Wed, 18 Sep 2002 06:01:29 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA19071; Wed, 18 Sep 2002 22:58:14 +1000 Date: Wed, 18 Sep 2002 23:06:46 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: bde@gamplex.bde.org To: marius@alchemy.franken.de Cc: freebsd-current@FreeBSD.ORG, <freebsd-scsi@FreeBSD.ORG> Subject: Re: page fault while in kernel mode, cam related ? In-Reply-To: <20020918025349.C96711@newtrinity.default-network.net> Message-ID: <20020918225155.X15503-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Wed, 18 Sep 2002 marius@alchemy.franken.de wrote: > btw, this box is connected via a serial console at 9600 bps and while typing > at the ddb-prompt it swallowed most characters, i.e. i had to type single > characters up to four times. That and the "Context switches not allowed in the debugger." message are just bugs in ddb. Interrupts are not enabled on all entries to ddb; in particular, they are not disabled when ddb is entered from trap_fatal(), unlike when ddb is entered from panic() (trap_fatal() calls ddb before panicing). Not disabling interrupts on entry to ddb is an old bug, but it is much more serious under -current since the kernel wants to switch contexts to handle some types of interrupts and it makes a mess attempting to do so. The characters are swallowed by the sio interrupt handler competing with the input polling loop. The sio interrupt handler uses fast interrupts so it can be reached without a context switch, and it _is_ reached since interrupts are enabled. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 6: 2:24 2002 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 6692837B401 for <current@freebsd.org>; Wed, 18 Sep 2002 06:02:23 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6129943E81 for <current@freebsd.org>; Wed, 18 Sep 2002 06:02:22 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8ID2JGt028873; Wed, 18 Sep 2002 15:02:19 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8ID2J75790303; Wed, 18 Sep 2002 15:02:19 +0200 (MES) Date: Wed, 18 Sep 2002 15:02:15 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Andrew Gallatin <gallatin@cs.duke.edu> Cc: <current@freebsd.org> Subject: Re: Crashdumps available for download ... please help In-Reply-To: <15752.30305.186779.902833@grasshopper.cs.duke.edu> Message-ID: <20020918145834.U52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, > Which Asus? Does it support ECC memory? Do you have ECC memory and > have ECC enabled in the BIOS? I used 3 boards: 1. ASUS P4B533-V 1GB DRAM 2100 2. Intel BG485 512MB DRAM 2100 3. Intel BG485 512MB DRAM 2100 ECC > > The thing that scared me about these reports was that I was under the > impression that you were using ECC memory, so memory corruption was > much less likely. I'll test everything this evening with different RAM again, and with 1GB ECC ram. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 6:26:28 2002 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 C964F37B401; Wed, 18 Sep 2002 06:26:25 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C42E43E72; Wed, 18 Sep 2002 06:26:24 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id XAA21402; Wed, 18 Sep 2002 23:26:21 +1000 Date: Wed, 18 Sep 2002 23:34:52 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: bde@gamplex.bde.org To: Dag-Erling Smorgrav <des@FreeBSD.ORG> Cc: current@FreeBSD.ORG, <peter@FreeBSD.ORG>, <jhb@FreeBSD.ORG> Subject: Re: alpha tinderbox failure In-Reply-To: <200209172233.g8HMXAKb063476@beast.freebsd.org> Message-ID: <20020918232251.A15503-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Tue, 17 Sep 2002, Dag-Erling Smorgrav wrote: > -------------------------------------------------------------- > >>> Kernel build for LINT started on Tue Sep 17 15:31:39 PDT 2002 > -------------------------------------------------------------- > ===> vinum > ./aicasm: 877 instructions used > ./aicasm: 658 instructions used > In file included from /h/des/src/sys/dev/dgb/dgb.c:89: > /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory > /h/des/src/sys/dev/dgb/dgb.c:92:2: #error "The dgb device requires the old isa compatibility shims" > /h/des/src/sys/dev/iicbus/iic.c:42:25: machine/iic.h: No such file or directory > /h/des/src/sys/dev/lmc/if_lmc.c:32:2: warning: #warning "The lmc driver is broken and is not compiled with LINT" > /h/des/src/sys/dev/ncv/ncr53c500.c:80:27: machine/dvcfg.h: No such file or directory > /h/des/src/sys/dev/ncv/ncr53c500.c:81:33: machine/physio_proc.h: No such file or directory > In file included from /h/des/src/sys/dev/ncv/ncr53c500.c:86: > /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory > /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:55:27: machine/dvcfg.h: No such file or directory > In file included from /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:63: > /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory > /h/des/src/sys/dev/nsp/nsp.c:80:27: machine/dvcfg.h: No such file or directory > /h/des/src/sys/dev/nsp/nsp.c:81:33: machine/physio_proc.h: No such file or directory > /h/des/src/sys/dev/nsp/nsp_pccard.c:52:27: machine/dvcfg.h: No such file or directory >... > /h/des/src/sys/pci/simos.c:57:2: #error "The simos device requires the old pci compatibility shims" > /h/des/src/sys/dev/syscons/syscons.c:117:18: font.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /h/des/obj/h/des/src/sys/LINT. > *** Error code 1 Here is a simple hack for killing broken devices which were (now nominally) configured in a previous line. Something like this should be used to avoid moving correctly placed devices in /sys/conf/NOTES to many MD NOTES files just because they are broken for 1 arch, or even to put almost all devices in /sys/conf/NOTES and kill selected ones in MD notes files. Options could be killed similarly. A non-hackish version would use a new keyword. A slightly less hackish version could use a count of -1. config somehow already handles devices that are configured more than once reasonably allthough it adds them more than once in newdev(). %%% Index: config.y =================================================================== RCS file: /home/ncvs/src/usr.sbin/config/config.y,v retrieving revision 1.56 diff -u -2 -r1.56 config.y --- config.y 27 Aug 2001 05:11:53 -0000 1.56 +++ config.y 18 Sep 2002 13:21:49 -0000 @@ -263,6 +263,16 @@ newdev(char *name, int count) { - struct device *np; + struct device *np, *pp; + for (pp = NULL, np = curp; np != NULL; pp = np, np = np->d_next) { + if (strcmp(name, np->d_name) == 0) { + printf("device %s repeated; forgetting it\n"); + if (pp == NULL) + curp = np->d_next; + else + pp->d_next = np->d_next; + return; + } + } np = (struct device *) malloc(sizeof *np); memset(np, 0, sizeof(*np)); %%% Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 6:52:42 2002 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 75E4037B401; Wed, 18 Sep 2002 06:52:40 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D88A43EA9; Wed, 18 Sep 2002 06:52:39 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id XAA23528; Wed, 18 Sep 2002 23:52:32 +1000 Date: Thu, 19 Sep 2002 00:01:04 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: bde@gamplex.bde.org To: Maxim Konovalov <maxim@macomnet.ru> Cc: "David O'Brien" <obrien@FreeBSD.ORG>, Robert Suetterlin <robert@mpe.mpg.de>, <freebsd-current@FreeBSD.ORG> Subject: Re: stage 2 build of contrib/file breaks upgrade from 4.7PRE to CURRENT. In-Reply-To: <20020918113407.O50400-100000@news1.macomnet.ru> Message-ID: <20020918235435.N15810-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Wed, 18 Sep 2002, Maxim Konovalov wrote: > On 07:10+0400, Sep 18, 2002, David O'Brien wrote: > > > On Tue, Sep 17, 2002 at 11:39:50AM +0200, Robert Suetterlin wrote: > > > Hello! > > > > > > I currently upgraded my 4.4 to 4.7-PRE and now tried to get from > > > there to -CURRENT. > > > > > > Unfortunately ``make buildworld'' fails during stage 2 when building > > > ``usr.bin/file'': > > > usr/src/usr.bin/file/../../contrib/file/file.h:45: stdint.h: No such > > > file or directory > > > > I need more context. Please email a complete build log. > > Trying to build -CURRENT on -STABLE: > > $ uname -a > FreeBSD golf.macomnet.net 4.6-20020805-MACOMNET-STABLE FreeBSD > 4.6-20020805-MACOMNET-STABLE #18: Tue Sep 17 12:09:42 MSD 2002 > maxim@golf.macomnet.net:/usr/obj/usr/src/sys/GOLF i386 > > $ cd build/current/src/usr.bin/file > > $ make > cc -O -pipe -DMAGIC='"/usr/share/misc/magic"' -DBUILTIN_ELF -DELFCORE > -DHAVE_CONFIG_H -I/home/maxim/build/current/src/usr.bin/file > -I/home/maxim/build/current/src/usr.bin/file/../../contrib/file -c > /home/maxim/build/current/src/usr.bin/file/../../contrib/file/file.c > In file included from > /home/maxim/build/current/src/usr.bin/file/../../contrib/file/file.c:28: > /home/maxim/build/current/src/usr.bin/file/../../contrib/file/file.h:45: > stdint.h: No such file or directory > *** Error code 1 > > Stop in /home/maxim/build/current/src/usr.bin/file. > $ The mkmagic part of `file' is a build-tool, so it is compiled in the host environment, so it needs to be portable. It is unportabilized using namespace pollution in "namespace_pollute.h", er, "file.h" :->. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 8:32:44 2002 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 E9C8937B401 for <current@FreeBSD.ORG>; Wed, 18 Sep 2002 08:32:43 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A00D43E42 for <current@FreeBSD.ORG>; Wed, 18 Sep 2002 08:32:43 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g8IFWgVo040818 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 18 Sep 2002 11:32:42 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g8IFWfMC040815; Wed, 18 Sep 2002 11:32:41 -0400 (EDT) (envelope-from wollman) Date: Wed, 18 Sep 2002 11:32:41 -0400 (EDT) From: Garrett Wollman <wollman@lcs.mit.edu> Message-Id: <200209181532.g8IFWfMC040815@khavrinen.lcs.mit.edu> To: Martin Blapp <mb@imp.ch> Cc: current@FreeBSD.ORG Subject: Re: Crashdumps available for download ... please help In-Reply-To: <20020918080825.Q52781-100000@levais.imp.ch> References: <Pine.NEB.3.96L.1020917213054.75372E-100000@fledge.watson.org> <20020918080825.Q52781-100000@levais.imp.ch> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG <<On Wed, 18 Sep 2002 08:27:08 +0200 (CEST), Martin Blapp <mb@imp.ch> said: > 10. Upgraded to gcc3.2. I was seeing now some SIG11 during builds, > and - panics ! Softupdates and fs panics mostly. I turned off > softupdates. The panic was different, but all the time it was > in mmap. I'm not seeing panics, but I am seeing memory corruption causing about every third buildworld to fail. Usually this affects `cc1' or `ld', but last night I saw corruption in a source file. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 8:38:28 2002 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 15D8D37B401 for <current@FreeBSD.ORG>; Wed, 18 Sep 2002 08:38:27 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A70B43E6A for <current@FreeBSD.ORG>; Wed, 18 Sep 2002 08:38:26 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8IFcOGt064625; Wed, 18 Sep 2002 17:38:24 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8IFcO75795031; Wed, 18 Sep 2002 17:38:24 +0200 (MES) Date: Wed, 18 Sep 2002 17:38:20 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: Garrett Wollman <wollman@lcs.mit.edu> Cc: <current@FreeBSD.ORG> Subject: Re: Crashdumps available for download ... please help In-Reply-To: <200209181532.g8IFWfMC040815@khavrinen.lcs.mit.edu> Message-ID: <20020918173734.G52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, > I'm not seeing panics, but I am seeing memory corruption causing about > every third buildworld to fail. Usually this affects `cc1' or `ld', > but last night I saw corruption in a source file. Before new gcc3.2 import I also have not seen panics. Panics started after latest 3.2.1 import. > -GAWollman > Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 9:23:49 2002 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 0532C37B401 for <freebsd-current@FreeBSD.org>; Wed, 18 Sep 2002 09:23:49 -0700 (PDT) Received: from wullbinkle.real.com (wullbinkle.real.com [207.188.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93EF343E65 for <freebsd-current@FreeBSD.org>; Wed, 18 Sep 2002 09:23:48 -0700 (PDT) (envelope-from atin@real.com) Received: from real.com (murrow2k1.real.com [207.188.7.41]) by wullbinkle.real.com (8.12.2/8.12.2) with ESMTP id g8IGNdqk017625 for <freebsd-current@FreeBSD.org>; Wed, 18 Sep 2002 09:23:39 -0700 Received: from triffid.dev.prognet.com (triffid.dev.prognet.com [172.23.2.118]) by real.com (8.12.2/8.12.2) with ESMTP id g8IGNedN018693 for <freebsd-current@FreeBSD.org>; Wed, 18 Sep 2002 09:23:40 -0700 Date: Wed, 18 Sep 2002 09:20:17 -0700 (PDT) From: atin <atin@real.com> X-Sender: atin@triffid.dev.prognet.com To: freebsd-current@FreeBSD.org Subject: subscribe freebsd-current Message-ID: <Pine.BSF.4.21.0209180919370.20740-100000@triffid.dev.prognet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 9:28:24 2002 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 AD83737B401 for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 09:28:22 -0700 (PDT) Received: from energistic.com (bdsl.66.12.217.106.gte.net [66.12.217.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EDBA43E3B for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 09:28:22 -0700 (PDT) (envelope-from steve@energistic.com) Received: from energistic.com (steve@localhost [127.0.0.1]) by energistic.com (8.12.6/8.12.6) with ESMTP id g8IG7bUF008427 for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 11:07:37 -0500 (EST) (envelope-from steve@energistic.com) Received: (from steve@localhost) by energistic.com (8.12.6/8.12.6/Submit) id g8IG7aH1007333 for freebsd-current@freebsd.org; Wed, 18 Sep 2002 11:07:36 -0500 (EST) Date: Wed, 18 Sep 2002 11:07:36 -0500 (EST) From: Steve Ames <steve@energistic.com> Message-Id: <200209181607.g8IG7aH1007333@energistic.com> To: freebsd-current@freebsd.org Subject: can't compile kernel? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG This started yesterday after an upgrade to a recent -CURRENT (prior version was perhaps 4 days old). Some programs (specifically bind9 and mysql-server) starting aborting with a sig6. Figuring maybe I just caught an update in the middle or some such I updated the source again and rebuilt world. No problems. I then tried to compile a kernel and cannot. cpp0 exits with an internal error: awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/isa/isa_if.m -h awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/pci/agp_if.m -h if [ -f .olddep ]; then mv .olddep .depend; fi rm -f .newdep make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc - E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested- externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcas t-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/ sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KER NEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestandi ng cc: Internal error: Segmentation fault (program cpp0) Please submit a full bug report. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/SB. *** Error code 1 Thoughts? Anything I can provide to help narror this down further? -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 11: 2:54 2002 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 78BA037B401 for <current@freebsd.org>; Wed, 18 Sep 2002 11:02:51 -0700 (PDT) Received: from ref5.freebsd.org (ref5.FreeBSD.org [216.136.204.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2649D43E42 for <current@freebsd.org>; Wed, 18 Sep 2002 11:02:51 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from ref5.freebsd.org (localhost [127.0.0.1]) by ref5.freebsd.org (8.12.6/8.12.6) with ESMTP id g8II2oDu017220 for <current@freebsd.org>; Wed, 18 Sep 2002 11:02:50 -0700 (PDT) (envelope-from des@ref5.freebsd.org) Received: (from des@localhost) by ref5.freebsd.org (8.12.6/8.12.6/Submit) id g8II2oi3017218 for current@freebsd.org; Wed, 18 Sep 2002 11:02:50 -0700 (PDT) Date: Wed, 18 Sep 2002 11:02:50 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209181802.g8II2oi3017218@ref5.freebsd.org> To: current@freebsd.org Subject: i386 tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Wed Sep 18 09:39:31 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Wed Sep 18 10:21:29 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Wed Sep 18 10:21:29 PDT 2002 -------------------------------------------------------------- ===> xe /local0/scratch/des/src/sys/contrib/dev/acpica/dbdisply.c:480: warning: no previous prototype for `AcpiDbDecodeNode' /local0/scratch/des/src/sys/contrib/dev/acpica/dbdisply.c:131: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/dbexec.c:124: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/dbhistry.c:124: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/dbinput.c:125: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/dbstats.c:125: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/dbxface.c:127: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/hwgpe.c:122: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/hwregs.c: In function `AcpiGetSleepTypeData': /local0/scratch/des/src/sys/contrib/dev/acpica/hwregs.c:242: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/contrib/dev/acpica/nsxfname.c:125: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/nsxfobj.c:126: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/rsdump.c:124: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/utclib.c:129: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/utdebug.c:122: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/contrib/dev/acpica/utglobal.c: In function `AcpiUtGetRegionName': /local0/scratch/des/src/sys/contrib/dev/acpica/utglobal.c:492: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/contrib/dev/acpica/utglobal.c: In function `AcpiUtGetEventName': /local0/scratch/des/src/sys/contrib/dev/acpica/utglobal.c:530: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/contrib/dev/acpica/utglobal.c: In function `AcpiUtGetTypeName': /local0/scratch/des/src/sys/contrib/dev/acpica/utglobal.c:607: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/contrib/dev/acpica/utglobal.c:610: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/acpica/acpi_acad.c:50: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/dev/acpica/acpi_cmbat.c:56: warning: `_THIS_MODULE' defined but not used /local0/scratch/des/src/sys/dev/acpica/acpi_powerres.c:274: warning: `acpi_pwr_deregister_consumer' defined but not used /local0/scratch/des/src/sys/dev/acpica/acpi_powerres.c:212: warning: `acpi_pwr_deregister_resource' defined but not used /local0/scratch/des/src/sys/dev/hea/eni_buffer.c: In function `eni_test_memory': /local0/scratch/des/src/sys/dev/hea/eni_buffer.c:127: warning: passing arg 1 of pointer to function makes pointer from integer without a cast /local0/scratch/des/src/sys/dev/hea/eni_vcm.c: In function `eni_closevcc': /local0/scratch/des/src/sys/dev/hea/eni_vcm.c:289: warning: passing arg 1 of pointer to function makes pointer from integer without a cast /local0/scratch/des/src/sys/dev/ie/if_ie.c: In function `ieattach': /local0/scratch/des/src/sys/dev/ie/if_ie.c:779: warning: assignment discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c: In function `ieget': /local0/scratch/des/src/sys/dev/ie/if_ie.c:1143: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1232: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1232: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1249: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1261: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c: In function `ie_readframe': /local0/scratch/des/src/sys/dev/ie/if_ie.c:1304: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c: In function `iestart': /local0/scratch/des/src/sys/dev/ie/if_ie.c:1403: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1417: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c: In function `check_ie_present': /local0/scratch/des/src/sys/dev/ie/if_ie.c:1471: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1480: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1483: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1508: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c: In function `command_and_wait': /local0/scratch/des/src/sys/dev/ie/if_ie.c:1765: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1781: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c: In function `setup_rfa': /local0/scratch/des/src/sys/dev/ie/if_ie.c:1866: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1890: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c: In function `mc_setup': /local0/scratch/des/src/sys/dev/ie/if_ie.c:1941: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:1941: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c: In function `ieinit': /local0/scratch/des/src/sys/dev/ie/if_ie.c:2005: warning: passing arg 1 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:2005: warning: passing arg 2 of `bcopy' discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:2054: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/ie/if_ie.c:2055: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type /local0/scratch/des/src/sys/dev/lmc/if_lmc.c:32:2: warning: #warning "The lmc driver is broken and is not compiled with LINT" /local0/scratch/des/src/sys/dev/pdq/pdq.c: In function `pdq_initialize': /local0/scratch/des/src/sys/dev/pdq/pdq.c:1606: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/pci/meteor.c:149:2: warning: #warning "The meteor driver is broken and is not compiled with LINT" /local0/scratch/des/src/sys/i386/isa/istallion.c: In function `stli_sendcmd': /local0/scratch/des/src/sys/i386/isa/istallion.c:1894: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c: In function `stli_rxprocess': /local0/scratch/des/src/sys/i386/isa/istallion.c:1973: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c:1978: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c:2000: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c:2003: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c: In function `stli_dodelaycmd': /local0/scratch/des/src/sys/i386/isa/istallion.c:2053: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c:2063: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c: In function `stli_hostcmd': /local0/scratch/des/src/sys/i386/isa/istallion.c:2140: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c: In function `stli_brdpoll': /local0/scratch/des/src/sys/i386/isa/istallion.c:2250: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c:2280: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c: In function `stli_startbrd': /local0/scratch/des/src/sys/i386/isa/istallion.c:3377: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/istallion.c:3383: warning: cast discards qualifiers from pointer target type /local0/scratch/des/src/sys/i386/isa/stallion.c:57:2: warning: #warning "The stallion pci attachment is broken and not compiled" cc1: warnings being treated as errors /local0/scratch/des/src/sys/netsmb/smb_usr.c: In function `smb_usr_t2request': /local0/scratch/des/src/sys/netsmb/smb_usr.c:332: warning: implicit declaration of function `m_fixhdr' /local0/scratch/des/src/sys/netsmb/smb_usr.c:345: warning: redundant redeclaration of `m_fixhdr' in same scope /local0/scratch/des/src/sys/netsmb/smb_usr.c:332: warning: previous declaration of `m_fixhdr' *** Error code 1 Stop in /local0/scratch/des/obj/local0/scratch/des/src/sys/LINT. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 11: 8: 1 2002 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 ADE4037B41E; Wed, 18 Sep 2002 11:08:00 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED6443E4A; Wed, 18 Sep 2002 11:07:59 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8II7wtF005306; Wed, 18 Sep 2002 20:07:58 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav <des@FreeBSD.ORG> Cc: current@FreeBSD.ORG Subject: Re: i386 tinderbox failure In-Reply-To: Your message of "Wed, 18 Sep 2002 11:02:50 PDT." <200209181802.g8II2oi3017218@ref5.freebsd.org> Date: Wed, 18 Sep 2002 20:07:58 +0200 Message-ID: <5305.1032372478@critter.freebsd.dk> From: Poul-Henning Kamp <phk@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Fixed already. >/local0/scratch/des/src/sys/netsmb/smb_usr.c: In function `smb_usr_t2request': >/local0/scratch/des/src/sys/netsmb/smb_usr.c:332: warning: implicit declaration of function `m_fixhdr' >/local0/scratch/des/src/sys/netsmb/smb_usr.c:345: warning: redundant redeclaration of `m_fixhdr' in same scope >/local0/scratch/des/src/sys/netsmb/smb_usr.c:332: warning: previous declaration of `m_fixhdr' >*** Error code 1 > >Stop in /local0/scratch/des/obj/local0/scratch/des/src/sys/LINT. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 11:15:45 2002 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 52B1F37B401 for <freebsd-current@FreeBSD.ORG>; Wed, 18 Sep 2002 11:15:43 -0700 (PDT) Received: from energistic.com (bdsl.66.12.217.106.gte.net [66.12.217.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CF643E65 for <freebsd-current@FreeBSD.ORG>; Wed, 18 Sep 2002 11:15:42 -0700 (PDT) (envelope-from steve@energistic.com) Received: from energistic.com (steve@localhost [127.0.0.1]) by energistic.com (8.12.6/8.12.6) with ESMTP id g8IIFfdn054105 for <freebsd-current@FreeBSD.ORG>; Wed, 18 Sep 2002 13:15:41 -0500 (EST) (envelope-from steve@energistic.com) Received: (from steve@localhost) by energistic.com (8.12.6/8.12.6/Submit) id g8IIFfBr053337 for freebsd-current@FreeBSD.ORG; Wed, 18 Sep 2002 13:15:41 -0500 (EST) Date: Wed, 18 Sep 2002 13:15:40 -0500 From: Steve Ames <steve@energistic.com> To: freebsd-current@FreeBSD.ORG Subject: Re: can't compile kernel? Message-ID: <20020918181540.GA72105@energistic.com> References: <200209181607.g8IG7aH1007333@energistic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209181607.g8IG7aH1007333@energistic.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG New datapoint: If I compile the kernel in the old fashion (config SB; cd ../compile/SB; make depend all install) then the kernel compiles and installs fine. However I get the error below when doing a 'make kernel' from /usr/src. Also even after rebooting onto the new kernel bind9 and mysql-server are still exiting on signal6. -Steve On Wed, Sep 18, 2002 at 11:07:36AM -0500, Steve Ames wrote: > > This started yesterday after an upgrade to a recent -CURRENT (prior > version was perhaps 4 days old). Some programs (specifically bind9 > and mysql-server) starting aborting with a sig6. > > Figuring maybe I just caught an update in the middle or some such > I updated the source again and rebuilt world. No problems. I then > tried to compile a kernel and cannot. cpp0 exits with an internal > error: > > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/isa/isa_if.m -h > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/pci/agp_if.m -h > if [ -f .olddep ]; then mv .olddep .depend; fi > rm -f .newdep > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc - > E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested- > externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcas > t-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/ > sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KER > NEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestandi > ng > cc: Internal error: Segmentation fault (program cpp0) > Please submit a full bug report. > See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. > mkdep: compile failed > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/SB. > *** Error code 1 > > Thoughts? Anything I can provide to help narror this down further? > > -Steve > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 11:23:10 2002 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 CFBD337B401 for <current@FreeBSD.org>; Wed, 18 Sep 2002 11:23:08 -0700 (PDT) Received: from studnet.sk (kripel.unitra.sk [193.87.12.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC2D43E65 for <current@FreeBSD.org>; Wed, 18 Sep 2002 11:23:00 -0700 (PDT) (envelope-from rado@kripel.studnet.sk) Received: from kripel.studnet.sk (rado@localhost [IPv6:::1]) by studnet.sk (8.12.5/angel's version) with ESMTP id g8IIN3MN070720 for <current@FreeBSD.org>; Wed, 18 Sep 2002 20:23:03 +0200 (CEST) Received: (from rado@localhost) by kripel.studnet.sk (8.12.5/8.12.3/Submit) id g8IIN3xs070659 for current@FreeBSD.org; Wed, 18 Sep 2002 20:23:03 +0200 (CEST) Date: Wed, 18 Sep 2002 20:23:03 +0200 From: Radko Keves <rado@studnet.sk> To: current@FreeBSD.org Subject: problem with compiling libkvm .. Message-ID: <20020918182303.GA53982@studnet.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG i try to compile kvm library with today's source on i386 tree and have found this error: [...] cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm.c -o kvm.o In file included from /usr/src/lib/libkvm/kvm.c:63: /usr/src/lib/libkvm/kvm.h:49: syntax error before "size_t" /usr/src/lib/libkvm/kvm.h:49: warning: useless keyword or type name in empty declaration /usr/src/lib/libkvm/kvm.h:49: warning: empty declaration /usr/src/lib/libkvm/kvm.h:54: syntax error before "ssize_t" /usr/src/lib/libkvm/kvm.h:54: warning: useless keyword or type name in empty declaration /usr/src/lib/libkvm/kvm.h:54: warning: empty declaration *** Error code 1 and when i make changes in Makefile: < CFLAGS+=-DLIBC_SCCS --- > CFLAGS+=-DLIBC_SCCS -I${.CURDIR} have found this error: [...] cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': /usr/src/lib/libkvm/kvm_proc.c:346: `TDS_INHIBITED' undeclared (first use in this function) /usr/src/lib/libkvm/kvm_proc.c:346: (Each undeclared identifier is reported only once /usr/src/lib/libkvm/kvm_proc.c:346: for each function it appears in.) *** Error code 1 but don't know what is TDS_INHIBITED i haven't found it in includes only in source tree: /usr/src/sys/sys/proc.h so i append it to kvm.c but: [...] many errors and: /usr/src/sys/sys/proc.h:568: `MAXCOMLEN' undeclared here (not in a function) In file included from /usr/include/sys/user.h:61, from /usr/src/lib/libkvm/kvm.c:49: /usr/include/sys/signalvar.h: In function `__sigisempty': /usr/include/sys/signalvar.h:172: structure has no member named `__bits' /usr/include/sys/signalvar.h: In function `__sigseteq': /usr/include/sys/signalvar.h:184: structure has no member named `__bits' /usr/include/sys/signalvar.h:184: structure has no member named `__bits' *** Error code 1 so i thing this way is wrong have someone this experience too ? bye -- 20:05 up 22:46, 16 users, load averages: 0,44 0,15 0,06 -- FreeBSD 5.0-CURRENT #15: root@kripel:/usr/src/sys/i386/compile/angel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 11:59:37 2002 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 C2E4137B401 for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 11:59:34 -0700 (PDT) Received: from MX2.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA9CB43E6E for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 11:59:32 -0700 (PDT) (envelope-from kalts@estpak.ee) Received: from tiiu.internal (80-235-35-73-dsl.lsn.estpak.ee [80.235.35.73]) by MX2.estpak.ee (Postfix) with ESMTP id D954473535 for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 21:58:46 +0300 (EEST) Received: from tiiu.internal (localhost [127.0.0.1]) by tiiu.internal (8.12.6/8.12.6) with ESMTP id g8IIxUtW004052 for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 21:59:30 +0300 (EEST) (envelope-from vallo@tiiu.internal) Received: (from vallo@localhost) by tiiu.internal (8.12.6/8.12.6/Submit) id g8IIxT0P004051 for freebsd-current@freebsd.org; Wed, 18 Sep 2002 21:59:29 +0300 (EEST) Date: Wed, 18 Sep 2002 21:59:29 +0300 From: Vallo Kallaste <kalts@estpak.ee> To: freebsd-current@freebsd.org Subject: Re: Followup to XFree86-4-Server and lcms problems Message-ID: <20020918185929.GA3985@tiiu.internal> Reply-To: kalts@estpak.ee References: <20020913123532.GA2402@tiiu.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20020913123532.GA2402@tiiu.internal> User-Agent: Mutt/1.5.1i-ja.1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Fri, Sep 13, 2002 at 03:35:32PM +0300, Vallo Kallaste <vallo> wrote: > As promised I did some further testing and found that either of the > problematic ports will build fine in case that: > 1. both world and kernel are built without any CPU specific > optimisation beforehand (with kan's patch) > 2. also the ports will be compiled without any CPU specific > optimisation >=20 > I didn't try yet the case with world and kernel built without > optimisation and port build with optimisation. > Certainly there are problems with gcc and > NO_CPU_CFLAGS=3D true > NO_CPU_COPTFLAGS=3D true > are proven to be beneficial for making -current fit, no matter what > someone said a few days ago. Sorry for being harsh. In case someone is interested about consistent test case, here's additional info. Now I built both world and kernel with CPUTYPE=3Dp2 and kan's patch. I haven't changed anything except uncommenting the aforementioned CPUTYPE clause in make.conf. The package build run ends up with same failure on the same place as before. I'm going to update the system sources because of recent gcc import.. in hopes it'll fix the bug. rm -f miPck1Prim.o LD_LIBRARY_PATH=3D/usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-= Server/work/xc/exports/lib cc -O -pipe -march=3Dpentium2 -march=3Dpentium2 = -ansi -pedantic -Dasm=3D__asm -Wall -Wpointer-arith -fno-merge-constants= -I. -I../include -I/usr/local/src/portbuild/usr/ports/x11-servers/XFree8= 6-4-Server/work/xc/exports/include/X11 -I../../../include -I/usr/local/sr= c/portbuild/usr/ports/x11-servers/XFree86-4-Server/work/xc/programs/Xserver= /include -I/usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-Server= /work/xc -I/usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-Server/= work/xc/exports/include -I/usr/X11R6/include -DCSRG_BASED -DSHAPE -DXINPUT= -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DTOGCUP -DXF86BIGFONT -DDPMSExtensi= on -DPANORAMIX -DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSINGL= EDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER -DXFree86Server -DXF86VID= MODE -DXvMCExtension -DSMART_SCHEDULE -DBUILDDEBUG -DX_BYTE_ORDER=3DX_LITT= LE_ENDIAN -DNDEBUG -DFUNCPROTO=3D15 -DNARROWPROTO -DIN_MODULE -DXFree86Mo= dule -c miPck1Prim.c miPck1Prim.c: In function `CheckFAreaPick1': miPck1Prim.c:337: unable to find a register to spill in class `FLOAT_REGS' miPck1Prim.c:337: this is the insn: (insn 275 273 277 (set (subreg:SF (reg/v:DI 29 rmm0 [64]) 0) (float:SF (mem/s/j:HI (reg/v/f:SI 2 ecx [61]) [0 <variable>.x+0 S2 = A16]))) 167 {floathisf2} (insn_list 271 (nil)) (nil)) miPck1Prim.c:337: confused by earlier errors, bailing out *** Error code 1 Stop in /usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-Server/wor= k/xc/programs/Xserver/PEX5/ddpex/mi/level1. *** Error code 1 Stop in /usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-Server/wor= k/xc/programs/Xserver/PEX5. *** Error code 1 Stop in /usr/local/src/portbuild/usr/ports/x11-servers/XFree86-4-Server/wor= k/xc/programs/Xserver. *** Error code 1 (ignored) *** Error code 1 Stop in /usr/ports/x11-servers/XFree86-4-Server. *** Error code 1 Stop in /usr/ports/x11/wrapper. *** Error code 1 Stop in /usr/ports/x11/XFree86-4. --=20 Vallo Kallaste kalts@estpak.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 13: 0:19 2002 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 1A5B637B401 for <current@FreeBSD.org>; Wed, 18 Sep 2002 13:00:17 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836DE43E72 for <current@FreeBSD.org>; Wed, 18 Sep 2002 13:00:16 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020918200015.IENZ14978.sccrmhc01.attbi.com@InterJet.elischer.org>; Wed, 18 Sep 2002 20:00:15 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA08306; Wed, 18 Sep 2002 12:57:18 -0700 (PDT) Date: Wed, 18 Sep 2002 12:57:17 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Radko Keves <rado@studnet.sk> Cc: current@FreeBSD.org Subject: Re: problem with compiling libkvm .. In-Reply-To: <20020918182303.GA53982@studnet.sk> Message-ID: <Pine.BSF.4.21.0209181256050.3069-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG your include files are out of date.. libkvm uses a lot of kernel derived includes. TDS_INHIBITED is in /sys/sys/proc.h --> /usr/include/sys/proc.h On Wed, 18 Sep 2002, Radko Keves wrote: > i try to compile kvm library with today's source on i386 tree and have found this error: > > [...] > cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm.c -o kvm.o > In file included from /usr/src/lib/libkvm/kvm.c:63: > /usr/src/lib/libkvm/kvm.h:49: syntax error before "size_t" > /usr/src/lib/libkvm/kvm.h:49: warning: useless keyword or type name in empty declaration > /usr/src/lib/libkvm/kvm.h:49: warning: empty declaration > /usr/src/lib/libkvm/kvm.h:54: syntax error before "ssize_t" > /usr/src/lib/libkvm/kvm.h:54: warning: useless keyword or type name in empty declaration > /usr/src/lib/libkvm/kvm.h:54: warning: empty declaration > *** Error code 1 > > > and when i make changes in Makefile: > < CFLAGS+=-DLIBC_SCCS > --- > > CFLAGS+=-DLIBC_SCCS -I${.CURDIR} > > > have found this error: > [...] > cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o > /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': > /usr/src/lib/libkvm/kvm_proc.c:346: `TDS_INHIBITED' undeclared (first use in this function) > /usr/src/lib/libkvm/kvm_proc.c:346: (Each undeclared identifier is reported only once > /usr/src/lib/libkvm/kvm_proc.c:346: for each function it appears in.) > *** Error code 1 > > > > but don't know what is TDS_INHIBITED > i haven't found it in includes only in source tree: > /usr/src/sys/sys/proc.h so i append it to kvm.c > but: > [...] > many errors and: > /usr/src/sys/sys/proc.h:568: `MAXCOMLEN' undeclared here (not in a function) > In file included from /usr/include/sys/user.h:61, > from /usr/src/lib/libkvm/kvm.c:49: > /usr/include/sys/signalvar.h: In function `__sigisempty': > /usr/include/sys/signalvar.h:172: structure has no member named `__bits' > /usr/include/sys/signalvar.h: In function `__sigseteq': > /usr/include/sys/signalvar.h:184: structure has no member named `__bits' > /usr/include/sys/signalvar.h:184: structure has no member named `__bits' > *** Error code 1 > > so i thing this way is wrong > have someone this experience too ? > bye > -- > 20:05 up 22:46, 16 users, load averages: 0,44 0,15 0,06 > -- > FreeBSD 5.0-CURRENT #15: root@kripel:/usr/src/sys/i386/compile/angel > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 13: 4:48 2002 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 47E7F37B404 for <freebsd-current@FreeBSD.ORG>; Wed, 18 Sep 2002 13:04:46 -0700 (PDT) Received: from energistic.com (bdsl.66.12.217.106.gte.net [66.12.217.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A2443E4A for <freebsd-current@FreeBSD.ORG>; Wed, 18 Sep 2002 13:04:44 -0700 (PDT) (envelope-from steve@virtual-voodoo.com) Received: from inlafrec (bdsl.66.12.217.51.gte.net [66.12.217.51]) (authenticated bits=0) by energistic.com (8.12.6/8.12.6) with ESMTP id g8IJm8dn036688; Wed, 18 Sep 2002 14:48:09 -0500 (EST) (envelope-from steve@virtual-voodoo.com) Message-ID: <01ca01c25f4c$50c47240$33d90c42@officescape.net> From: "Steven Ames" <steve@virtual-voodoo.com> To: "Steve Ames" <steve@energistic.com>, <freebsd-current@FreeBSD.ORG> References: <200209181607.g8IG7aH1007333@energistic.com> <20020918181540.GA72105@energistic.com> Subject: Re: can't compile kernel? Date: Wed, 18 Sep 2002 14:48: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.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG No update on the cpp0 error but I can get bind9 to stay running if I disable threads in the Makefile... no more signal 6. -Steve > New datapoint: > > If I compile the kernel in the old fashion (config SB; cd ../compile/SB; > make depend all install) then the kernel compiles and installs fine. > However I get the error below when doing a 'make kernel' from /usr/src. > > Also even after rebooting onto the new kernel bind9 and mysql-server > are still exiting on signal6. > > -Steve > > On Wed, Sep 18, 2002 at 11:07:36AM -0500, Steve Ames wrote: > > > > This started yesterday after an upgrade to a recent -CURRENT (prior > > version was perhaps 4 days old). Some programs (specifically bind9 > > and mysql-server) starting aborting with a sig6. > > > > Figuring maybe I just caught an update in the middle or some such > > I updated the source again and rebuilt world. No problems. I then > > tried to compile a kernel and cannot. cpp0 exits with an internal > > error: > > > > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/isa/isa_if.m -h > > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/pci/agp_if.m -h > > if [ -f .olddep ]; then mv .olddep .depend; fi > > rm -f .newdep > > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc - > > E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested- > > externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - Wcas > > t-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/ src/ > > sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D _KER > > NEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestandi > > ng > > cc: Internal error: Segmentation fault (program cpp0) > > Please submit a full bug report. > > See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. > > mkdep: compile failed > > *** Error code 1 > > > > Stop in /usr/obj/usr/src/sys/SB. > > *** Error code 1 > > > > Thoughts? Anything I can provide to help narror this down further? > > > > -Steve > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 13:33:52 2002 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 94F4637B401; Wed, 18 Sep 2002 13:33:51 -0700 (PDT) Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB34C43E65; Wed, 18 Sep 2002 13:33:50 -0700 (PDT) (envelope-from vince@oahu.WURLDLINK.NET) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id g8IKXUB09943; Wed, 18 Sep 2002 10:33:31 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Wed, 18 Sep 2002 10:33:29 -1000 (HST) From: Vincent Poy <vince@oahu.WURLDLINK.NET> To: Martin Blapp <mb@imp.ch> Cc: Don Lewis <dl-freebsd@catspoiler.org>, <rwatson@FreeBSD.ORG>, <tlambert2@mindspring.com>, <nate@root.org>, <current@FreeBSD.ORG>, <peter@FreeBSD.ORG> Subject: Re: Crashdumps available for download ... please help In-Reply-To: <20020918094032.J52781-100000@levais.imp.ch> Message-ID: <20020918103247.W9904-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Wed, 18 Sep 2002, Martin Blapp wrote: > > Hi, > > > One thing you didn't mention was trying a different power supply. A > > marginal power supply can cause strange errors. Increasing your memory > > size from 512 MB to 1 GB might add just enough load to the supply to > > push it over the edge ... > > Yes. I've replaced the power supply. But only once. And it did not make > the problem go away. > > And I've even done more. I've disabled all unneeded devices, at the > moment only one cdrom and three disks are connected. Replacing the power supply would only help if the Total Controlled Output had enough current, this is the +3.3V and +5V added together. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 14:59:33 2002 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 DAA0137B404 for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 14:59:32 -0700 (PDT) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [62.212.105.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3177343E3B for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 14:59:32 -0700 (PDT) (envelope-from thomas@cuivre.fr.eu.org) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 41D202C3D2; Wed, 18 Sep 2002 23:59:30 +0200 (CEST) Date: Wed, 18 Sep 2002 23:59:30 +0200 From: Thomas Quinot <thomas@cuivre.fr.eu.org> To: freebsd-current@freebsd.org Subject: Code factoring in /etc/periodic/security firewall checks Message-ID: <20020918235930.D58595@melusine.cuivre.fr.eu.org> Reply-To: thomas@cuivre.fr.eu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-message-flag: WARNING! Using Outlook can damage your computer. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Being a user of ipfilter, I always longed for it to benefit from the same treatment as ipfw in daily security checks, so I undertook the implementation of an ipf equivalent of 500.ipfwdenied. In the course of that, I noticed that much of that script was non-trivial *and* duplicated wrt 600.ip6fwdenied *and* would be duplicated in my own ipfdenied script. Consequently, I would like to propose that most of the complexity of these scripts be factored out into a common file, which could then also be harnessed for ipfilter. And since after moaning for a change I'd be expected to put my code where my mouth is, a patch against -CURRENT is available for your perusal and comments from: http://www.cuivre.fr.eu.org/~thomas/periodic-fw.diff Thomas. -- Thomas.Quinot@Cuivre.FR.EU.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 15:40: 1 2002 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 DBF6C37B401 for <current@FreeBSD.ORG>; Wed, 18 Sep 2002 15:39:59 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD14F43E4A for <current@FreeBSD.ORG>; Wed, 18 Sep 2002 15:39:58 -0700 (PDT) (envelope-from dlewis@slicex.com) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g8IMdowr020533; Wed, 18 Sep 2002 15:39:54 -0700 (PDT) (envelope-from dlewis@slicex.com) Message-Id: <200209182239.g8IMdowr020533@gw.catspoiler.org> Date: Wed, 18 Sep 2002 15:39:49 -0700 (PDT) From: Don Lewis <dlewis@slicex.com> Subject: Re: Crashdumps available for download ... please help To: wollman@lcs.mit.edu Cc: mb@imp.ch, current@FreeBSD.ORG In-Reply-To: <200209181532.g8IFWfMC040815@khavrinen.lcs.mit.edu> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 18 Sep, Garrett Wollman wrote: > <<On Wed, 18 Sep 2002 08:27:08 +0200 (CEST), Martin Blapp <mb@imp.ch> said: > >> 10. Upgraded to gcc3.2. I was seeing now some SIG11 during builds, >> and - panics ! Softupdates and fs panics mostly. I turned off >> softupdates. The panic was different, but all the time it was >> in mmap. > > I'm not seeing panics, but I am seeing memory corruption causing about > every third buildworld to fail. Usually this affects `cc1' or `ld', > but last night I saw corruption in a source file. That sounds exactly like what I saw until I added # memory corruption workaround? options DISABLE_PSE options DISABLE_PG_G to my kernel configuration. Since then the system has been pretty solid except for a few NFS issues that I've identified, and a couple of failures during openoffice builds that have been very difficult to reproduce. Martin is already using these options. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 15:45:35 2002 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 26D8E37B401 for <current@freebsd.org>; Wed, 18 Sep 2002 15:45:33 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAB3C43E65 for <current@freebsd.org>; Wed, 18 Sep 2002 15:45:32 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8IMjWN2087396 for <current@freebsd.org>; Wed, 18 Sep 2002 15:45:32 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8IMjW98087391 for current@freebsd.org; Wed, 18 Sep 2002 15:45:32 -0700 (PDT) Date: Wed, 18 Sep 2002 15:45:32 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209182245.g8IMjW98087391@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Wed Sep 18 15:13:16 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Wed Sep 18 15:43:20 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Wed Sep 18 15:43:20 PDT 2002 -------------------------------------------------------------- ===> vinum ./aicasm: 877 instructions used ./aicasm: 658 instructions used In file included from /h/des/src/sys/dev/dgb/dgb.c:89: /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory /h/des/src/sys/dev/dgb/dgb.c:92:2: #error "The dgb device requires the old isa compatibility shims" /h/des/src/sys/dev/iicbus/iic.c:42:25: machine/iic.h: No such file or directory /h/des/src/sys/dev/lmc/if_lmc.c:32:2: warning: #warning "The lmc driver is broken and is not compiled with LINT" /h/des/src/sys/dev/ncv/ncr53c500.c:80:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/ncv/ncr53c500.c:81:33: machine/physio_proc.h: No such file or directory In file included from /h/des/src/sys/dev/ncv/ncr53c500.c:86: /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:55:27: machine/dvcfg.h: No such file or directory In file included from /h/des/src/sys/dev/ncv/ncr53c500_pccard.c:63: /h/des/src/sys/dev/ncv/ncr53c500hw.h:39:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/nsp/nsp.c:80:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/nsp/nsp.c:81:33: machine/physio_proc.h: No such file or directory /h/des/src/sys/dev/nsp/nsp_pccard.c:52:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/smbus/smb.c:41:25: machine/smb.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30.c:78:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30.c:79:33: machine/physio_proc.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30_pccard.c:57:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/stg/tmc18c30_isa.c:65:27: machine/dvcfg.h: No such file or directory /h/des/src/sys/dev/usb/ukbd.c:419:21: ukbdmap.h: No such file or directory In file included from /h/des/src/sys/dev/wl/if_wl.c:218: /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory /h/des/src/sys/dev/wl/if_wl.c:224:35: machine/if_wl_wavelan.h: No such file or directory /h/des/src/sys/dev/wl/if_wl.c:227:2: #error "The wl device requires the old isa compatibility shims" /h/des/src/sys/kern/subr_prof.c:62:30: machine/asmacros.h: No such file or directory /h/des/src/sys/kern/subr_prof.c:232:2: #error /h/des/src/sys/kern/subr_prof.c:243:2: #error /h/des/src/sys/pci/meteor.c:149:2: warning: #warning "The meteor driver is broken and is not compiled with LINT" /h/des/src/sys/pci/simos.c:57:2: #error "The simos device requires the old pci compatibility shims" /h/des/src/sys/dev/syscons/syscons.c:117:18: font.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 15:50: 7 2002 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 E42E137B406 for <current@FreeBSD.org>; Wed, 18 Sep 2002 15:50:05 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6440843E3B for <current@FreeBSD.org>; Wed, 18 Sep 2002 15:50:05 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g8IMnwwr020570 for <current@FreeBSD.org>; Wed, 18 Sep 2002 15:50:02 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200209182250.g8IMnwwr020570@gw.catspoiler.org> Date: Wed, 18 Sep 2002 15:49:58 -0700 (PDT) From: Don Lewis <dl-freebsd@catspoiler.org> Subject: booting with a serial console disables the screen saver To: current@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I needed to configure my -current box to use a serial console so that I could get to ddb while the system was running the X11 server on the main console, so I hooked up the serial cable and rebooted with the -h option in boot.config. After I did this, I noticed that the green_saver kld would no longer blank the screen after a period of inactivity if the main console is in text mode and the X11 server isn't running. Any hints or brilliant insights would be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 15:52:55 2002 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 380A737B401 for <current@FreeBSD.org>; Wed, 18 Sep 2002 15:52:54 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6589F43E65 for <current@FreeBSD.org>; Wed, 18 Sep 2002 15:52:53 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 7165472FCC; Wed, 18 Sep 2002 15:50:59 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 6E7C972FC5; Wed, 18 Sep 2002 15:50:59 -0700 (PDT) Date: Wed, 18 Sep 2002 15:50:59 -0700 (PDT) From: Doug White <dwhite@gumbysoft.com> To: Don Lewis <dl-freebsd@catspoiler.org> Cc: current@FreeBSD.org Subject: Re: booting with a serial console disables the screen saver In-Reply-To: <200209182250.g8IMnwwr020570@gw.catspoiler.org> Message-ID: <20020918155014.E33858-100000@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Wed, 18 Sep 2002, Don Lewis wrote: > I needed to configure my -current box to use a serial console so that I > could get to ddb while the system was running the X11 server on the main > console, so I hooked up the serial cable and rebooted with the -h option > in boot.config. After I did this, I noticed that the green_saver kld > would no longer blank the screen after a period of inactivity if the > main console is in text mode and the X11 server isn't running. Thats because the screensaver attaches to the console, not ttyv0, and screensavers only work on VGA consoles. When you -h it to serial, the kld won't load. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 16:39:11 2002 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 A9DB737B401 for <current@FreeBSD.org>; Wed, 18 Sep 2002 16:39:10 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F13343E4A for <current@FreeBSD.org>; Wed, 18 Sep 2002 16:39:10 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g8INd2wr020674; Wed, 18 Sep 2002 16:39:06 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200209182339.g8INd2wr020674@gw.catspoiler.org> Date: Wed, 18 Sep 2002 16:39:02 -0700 (PDT) From: Don Lewis <dl-freebsd@catspoiler.org> Subject: Re: booting with a serial console disables the screen saver To: dwhite@gumbysoft.com Cc: current@FreeBSD.org In-Reply-To: <20020918155014.E33858-100000@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 18 Sep, Doug White wrote: > On Wed, 18 Sep 2002, Don Lewis wrote: > >> I needed to configure my -current box to use a serial console so that I >> could get to ddb while the system was running the X11 server on the main >> console, so I hooked up the serial cable and rebooted with the -h option >> in boot.config. After I did this, I noticed that the green_saver kld >> would no longer blank the screen after a period of inactivity if the >> main console is in text mode and the X11 server isn't running. > > Thats because the screensaver attaches to the console, not ttyv0, and > screensavers only work on VGA consoles. When you -h it to serial, the kld > won't load. Hmn, it sounds like it might be better if vidcontrol could be used to attach the screensaver since vidcontrol is also used to set the blanktime. One could even envision different screen savers on different virtual terminals ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 17: 7:13 2002 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 C746337B401; Wed, 18 Sep 2002 17:07:09 -0700 (PDT) Received: from femme.sapphite.org (pcp02268182pcs.longhl01.md.comcast.net [68.50.99.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6146A43E3B; Wed, 18 Sep 2002 17:06:46 -0700 (PDT) (envelope-from trish@bsdunix.net) Received: from localhost (trish@localhost [127.0.0.1]) by femme.sapphite.org (8.12.6/8.12.5) with ESMTP id g8J05U7U097571; Wed, 18 Sep 2002 20:06:10 -0400 (EDT) (envelope-from trish@bsdunix.net) Date: Wed, 18 Sep 2002 20:05:29 -0400 (EDT) From: Trish Lynch <trish@bsdunix.net> X-X-Sender: <trish@femme.sapphite.org> To: <freebsd-net@freebsd.org> Cc: <freebsd-current@freebsd.org> Subject: Broken IPv4 in IPv6 on -current? Message-ID: <20020918200221.I266-100000@femme.sapphite.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG FreeBSD femme.sapphite.org 5.0-CURRENT FreeBSD 5.0-CURRENT #16: Mon Sep 9 10:23:22 EDT 2002 trish@femme.sapphite.org:/admins/obj/admins/src/sys/FEMME i386 foo.c: #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <netdb.h> #include <unistd.h> #include <netinet/in.h> #include <sys/types.h> #include <sys/socket.h> int main(int argc, char *argv[]) { struct sockaddr_in6 addr; struct hostent *hostinfo; int sock; memset(&addr, 0, sizeof(struct sockaddr_in6)); addr.sin6_addr = in6addr_any; addr.sin6_family = AF_INET6; if(argc < 2) return 0; hostinfo = gethostbyname2(argv[1], AF_INET6); memcpy((char *)&addr.sin6_addr, hostinfo->h_addr, hostinfo->h_length); addr.sin6_family = hostinfo->h_addrtype; addr.sin6_port = htons((u_short)5555); sock = socket(AF_INET6, SOCK_STREAM, 0); bind(sock, (struct sockaddr *)&addr, sizeof(struct sockaddr_in6)); listen(sock, 5); sleep(60); return 0; } femme:~#strace ./foo ::ffff:127.0.0.1 execve(0xbfbff5c0, [0xbfbffaa4], [/* 0 vars */]) = 0 mmap(0, 2664, PROT_READ|PROT_WRITE, MAP_ANON, -1, 0) = 0x2805f000 munmap(0x2805f000, 2664) = 0 __sysctl([...], 0x2805e4c8, 0xbfbff864, NULL, 0) = 0 mmap(0, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0) = 0x2805f000 geteuid(0) = 0 getuid() = 0 (euid 0) getegid(0) = 0 getgid() = 0 (egid 0) open("/var/run/ld-elf.so.hints", O_RDONLY) = 3 read(3, "ins/src/libexec/rtld-elf/rtld.c:"..., 128) = 128 lseek(3, 549755813888, SEEK_SET) = 128 read(3, "/usr/lib:/usr/lib/compat:/usr/X1"..., 145) = 145 close(3) = 0 access("/usr/lib/libc.so.5", F_OK) = 0 open("/usr/lib/libc.so.5", O_RDONLY) = 3 fstat(3, {st_mode=0, st_size=0, ...}) = 0 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 mmap(0, 741376, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x28067000 mmap(0x28103000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x9b00000000000) = 0x28103000 mmap(0x28108000, 81920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0x28108000 close(3) = 0 mmap(0, 184, PROT_READ|PROT_WRITE, MAP_ANON, -1, 0) = 0x2811c000 munmap(0x2811c000, 184) = 0 mprotect(0x28067000, 638976, PROT_READ|PROT_WRITE|PROT_EXEC) = 0 mmap(0, 18856, PROT_READ|PROT_WRITE, MAP_ANON, -1, 0) = 0x2811c000 munmap(0x2811c000, 18856) = 0 mprotect(0x28067000, 638976, PROT_READ|PROT_EXEC) = 0 sigaction(SIGILL, {SIG_DFL}, {SIG_DFL}) = 0 sigprocmask(SIG_BLOCK, NULL, []) = 0 sigaction(SIGILL, {SIG_DFL}, NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 stat("/etc/nsswitch.conf", {st_mode=S_IFBLK|S_ISGID|0554, st_rdev=makedev(40, 2037645344), ...}) = 0 open("/etc/nsswitch.conf", O_RDONLY) = 3 readlink("/etc/malloc.conf", 0xbfbff830, 63) = -1 ENOENT (No such file or directory) mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0) = 0x2811c000 break(0x804b000) = 0 break(0x804c000) = 0 break(0x804d000) = 0 break(0x804e000) = 0 break(0x804f000) = 0 ioctl(3, TIOCGETA, 0xbfbff800) = -1 ENOTTY (Inappropriate ioctl for device) fstat(3, {st_mode=0177350, st_size=18446461400436899560, ...}) = 0 break(0x8051000) = 0 read(3, "hosts: files dns \n", 8192) = 18 read(3, "", 8192) = 0 break(0x8052000) = 0 break(0x8053000) = 0 ioctl(3, TIOCGETA, 0xbfbff7f0) = -1 ENOTTY (Inappropriate ioctl for device) close(3) = 0 open("/etc/hosts", O_RDONLY) = 3 gettimeofday({1869638985, 1651078003}, NULL) = 0 getpid() = 97560 (ppid 97559) issetugid(0x7ae) = 0 open("/etc/resolv.conf", O_RDONLY) = 4 fstat(4, {st_mode=S_IFBLK|S_ISGID|0566, st_rdev=makedev(114, 543490165), ...}) = 0 read(4, "search sapphite.org\nnameserver 6"..., 8192) = 86 read(4, "", 8192) = 0 close(4) = 0 issetugid(0x7ae) = 0 fstat(3, {st_mode=0150320, st_size=15046755950319947984, ...}) = 0 read(3, "# $FreeBSD: src/etc/hosts,v 1.11"..., 8192) = 1360 read(3, "", 8192) = 0 close(3) = 0 socket(PF_INET6, SOCK_STREAM, 0) = 3 bind(3, {sin_family=0xd0 /* AF_??? */, {sa_family=208, sa_data="\320\320\320\320\320\320\320\320\320\320\320\320\320\320"...}, 28) = -1 EADDRNOTAVAIL (Can't assign requested address) listen(3, 5) = 0 nanosleep(0xbfbff9f8, 0xbfbff9f0^C <unfinished ...> its pretty bizarre.... -- Trish Lynch trish@bsdunix.net Ecartis Core Team trish@listmistress.org Key fingerprint = C44E 8E63 6E3C 18BD 608F E004 9DC7 C2E9 0E24 DFBD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 17:30:31 2002 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 37D3637B401; Wed, 18 Sep 2002 17:30:30 -0700 (PDT) Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE75E43E7B; Wed, 18 Sep 2002 17:30:29 -0700 (PDT) (envelope-from huang@ns.gddsn.org.cn) Received: from mail.gddsn.org.cn (gw [210.21.6.34]) by ns.gddsn.org.cn (Postfix) with ESMTP id 8395C38CBCF; Thu, 19 Sep 2002 08:30:23 +0800 (CST) Message-ID: <3D891A9F.4050203@mail.gddsn.org.cn> Date: Thu, 19 Sep 2002 08:30:23 +0800 From: Huang wen hui <huang@mail.gddsn.org.cn> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.0.0) Gecko/20020614 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: FBSDQ <questions@FreeBSD.ORG>, current@freebsd.org Subject: Could not use pppd under -CURRENT Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG hi, I could not use pppd under -CURRENT, may be pppd driver could not link into kernel? I am sure I include ppp driver in system config file. # uname -a FreeBSD hwh.gddsn.org.cn 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Sep 17 20:56:16 CST 2002 hwh@hwh.gddsn.org.cn:/usr/obj/usr/src/sys/HWH i386 # pppd pppd: This system lacks kernel support for PPP. To include PPP support in the kernel, please follow the steps detailed in the README.bsd file in the ppp-2.2 distribution. cut from my config file.: # Pseudo devices - the number indicates how many units to allocate. device random # Entropy device device loop # Network loopback device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) pls help! --hwh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 17:37:35 2002 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 8838C37B401; Wed, 18 Sep 2002 17:37:33 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 990FE43E4A; Wed, 18 Sep 2002 17:37:32 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g8J0bUj1020189; Wed, 18 Sep 2002 17:37:30 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g8J0bTpW020188; Wed, 18 Sep 2002 17:37:29 -0700 Date: Wed, 18 Sep 2002 17:37:29 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Huang wen hui <huang@ns.gddsn.org.cn> Cc: FBSDQ <questions@FreeBSD.ORG>, current@FreeBSD.ORG Subject: Re: Could not use pppd under -CURRENT Message-ID: <20020918173729.A19755@Odin.AC.HMC.Edu> References: <3D891A9F.4050203@mail.gddsn.org.cn> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3D891A9F.4050203@mail.gddsn.org.cn>; from huang@ns.gddsn.org.cn on Thu, Sep 19, 2002 at 08:30:23AM +0800 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 19, 2002 at 08:30:23AM +0800, Huang wen hui wrote: > hi, > I could not use pppd under -CURRENT, may be pppd driver could not link > into kernel? > I am sure I include ppp driver in system config file. >=20 > # uname -a > FreeBSD hwh.gddsn.org.cn 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Sep 17 > 20:56:16 > CST 2002 hwh@hwh.gddsn.org.cn:/usr/obj/usr/src/sys/HWH i386 >=20 > # pppd > pppd: This system lacks kernel support for PPP. To include PPP support > in the kernel, please follow the steps detailed in the README.bsd > file in the ppp-2.2 distribution. >=20 >=20 > cut from my config file.: > # Pseudo devices - the number indicates how many units to allocate. > device random # Entropy device > device loop # Network loopback > device ether # Ethernet support > device sl # Kernel SLIP > device ppp # Kernel PPP > device tun # Packet tunnel. > device pty # Pseudo-ttys (telnet etc) > device md # Memory "disks" > device gif # IPv6 and IPv4 tunneling > device faith # IPv6-to-IPv4 relaying (translation) It should work if you do "ifconfig ppp create" before running pppd. ppp(4) devices are now cloning devices and thus don't exist by default. pppd probably needs to be fixed to handle this properly. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9iRxIXY6L6fI4GtQRAl/LAJ9Lgg7B13O6P64GRr6GFQbHN/SzPgCeIz0h p2fHeXNoB5j7T/kOGpG7t2c= =5bnZ -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 18:27:12 2002 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 081C737B401; Wed, 18 Sep 2002 18:27:11 -0700 (PDT) Received: from femme.sapphite.org (pcp02268182pcs.longhl01.md.comcast.net [68.50.99.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4064043E4A; Wed, 18 Sep 2002 18:27:10 -0700 (PDT) (envelope-from trish@bsdunix.net) Received: from localhost (trish@localhost [127.0.0.1]) by femme.sapphite.org (8.12.6/8.12.5) with ESMTP id g8J1Pn3b000570; Wed, 18 Sep 2002 21:26:33 -0400 (EDT) (envelope-from trish@bsdunix.net) Date: Wed, 18 Sep 2002 21:25:49 -0400 (EDT) From: Trish Lynch <trish@bsdunix.net> X-X-Sender: <trish@femme.sapphite.org> To: <freebsd-net@freebsd.org> Cc: <freebsd-current@freebsd.org> Subject: Broken IPv4 in IPv6 on -current (addendum) Message-ID: <20020918212502.X458-100000@femme.sapphite.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG THis works fine on DP-1. So it broke somewhere between then and now. -Trish -- Trish Lynch trish@bsdunix.net Ecartis Core Team trish@listmistress.org Key fingerprint = C44E 8E63 6E3C 18BD 608F E004 9DC7 C2E9 0E24 DFBD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 18:45:52 2002 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 0877637B4E6; Wed, 18 Sep 2002 18:45:51 -0700 (PDT) Received: from femme.sapphite.org (pcp02268182pcs.longhl01.md.comcast.net [68.50.99.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F82F43E4A; Wed, 18 Sep 2002 18:45:50 -0700 (PDT) (envelope-from trish@bsdunix.net) Received: from localhost (trish@localhost [127.0.0.1]) by femme.sapphite.org (8.12.6/8.12.5) with ESMTP id g8J1iX3b000782; Wed, 18 Sep 2002 21:45:13 -0400 (EDT) (envelope-from trish@bsdunix.net) Date: Wed, 18 Sep 2002 21:44:33 -0400 (EDT) From: Trish Lynch <trish@bsdunix.net> X-X-Sender: <trish@femme.sapphite.org> To: <freebsd-net@freebsd.org> Cc: <freebsd-current@freebsd.org> Subject: ipv4 in ipv6 issue solved Message-ID: <20020918214345.O458-100000@femme.sapphite.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG sysctl net.inet6.ip6.v6only=0 -Trish -- Trish Lynch trish@bsdunix.net Ecartis Core Team trish@listmistress.org Key fingerprint = C44E 8E63 6E3C 18BD 608F E004 9DC7 C2E9 0E24 DFBD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 19:52:53 2002 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 B0D6137B64C for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 19:52:51 -0700 (PDT) Received: from mail.viasoft.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id E465243E6A for <freebsd-current@freebsd.org>; Wed, 18 Sep 2002 19:52:47 -0700 (PDT) (envelope-from davidxu@freebsd.org) Received: from davidwnt (davidwnt.viasoft.com.cn [192.168.1.239]) by mail.viasoft.com.cn (8.9.3/8.9.3) with SMTP id LAA30511 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 11:11:20 +0800 Message-ID: <00b401c25f87$38e460f0$ef01a8c0@davidwnt> From: "David Xu" <davidxu@freebsd.org> To: <freebsd-current@freebsd.org> References: <20020918200221.I266-100000@femme.sapphite.org> Subject: can not compile kernel Date: Thu, 19 Sep 2002 10:49:49 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I have just updated kernel from freefall and compiling failed: c -c -O -pipe -mcpu=3Dpentiumpro -Wall -Wredundant-decls = -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g = -nostdinc -I- -I. -I../../.. -I../../../dev = -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL = -include opt_global.h -fno-common -mpreferred-stack-boundary=3D2 = -ffreestanding -Werror ../../../kern/uipc_mbuf.c cc1: warnings being treated as errors ../../../kern/uipc_mbuf.c: In function `m_length': ../../../kern/uipc_mbuf.c:727: warning: `m' might be used uninitialized = in this function *** Error code 1 # gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20020916 (prerelease) -- David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 20:11:32 2002 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 A14D737B401; Wed, 18 Sep 2002 20:11:30 -0700 (PDT) Received: from shuttle.wide.toshiba.co.jp (shuttle.wide.toshiba.co.jp [202.249.10.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621D243E65; Wed, 18 Sep 2002 20:11:29 -0700 (PDT) (envelope-from jinmei@isl.rdc.toshiba.co.jp) Received: from localhost ([3ffe:501:4819:2000:1c30:4bd3:50b6:c139]) by shuttle.wide.toshiba.co.jp (8.11.6/8.9.1) with ESMTP id g8J3ASt49324; Thu, 19 Sep 2002 12:10:28 +0900 (JST) Date: Thu, 19 Sep 2002 12:10:54 +0900 Message-ID: <y7velbqk729.wl@ocean.jinmei.org> From: JINMEI Tatuya / =?ISO-2022-JP?B?GyRCP0BMQEMjOkgbKEI=?= <jinmei@isl.rdc.toshiba.co.jp> To: Trish Lynch <trish@bsdunix.net> Cc: <freebsd-net@FreeBSD.ORG>, <freebsd-current@FreeBSD.ORG> Subject: Re: ipv4 in ipv6 issue solved In-Reply-To: <20020918214345.O458-100000@femme.sapphite.org> References: <20020918214345.O458-100000@femme.sapphite.org> User-Agent: Wanderlust/2.6.1 (Upside Down) Emacs/21.2 Mule/5.0 (SAKAKI) Organization: Research & Development Center, Toshiba Corp., Kawasaki, Japan. MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Dispatcher: imput version 20000228(IM140) Lines: 47 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG >>>>> On Wed, 18 Sep 2002 21:44:33 -0400 (EDT), >>>>> Trish Lynch <trish@bsdunix.net> said: > sysctl net.inet6.ip6.v6only=0 This should also work: *** foo.c.orig Thu Sep 19 12:05:04 2002 --- foo.c Thu Sep 19 12:05:56 2002 *************** *** 14,19 **** --- 14,20 ---- struct sockaddr_in6 addr; struct hostent *hostinfo; int sock; + int off; memset(&addr, 0, sizeof(struct sockaddr_in6)); *************** *** 30,35 **** --- 31,40 ---- addr.sin6_port = htons((u_short)5555); sock = socket(AF_INET6, SOCK_STREAM, 0); + #ifdef IPV6_V6ONLY + off = 0; + setsockopt(sock, IPPROTO_IPV6, &off, sizeof(off)); + #endif bind(sock, (struct sockaddr *)&addr, sizeof(struct sockaddr_in6)); listen(sock, 5); I'd recommend this approach rather than to use sysctl, particularly for new applications built from the scratch, because we can control the policy per-socket basis. You may have to note that draft-ietf-ipngwg-rfc2553bis-06.txt specifies 0 as the default value of the option while FreeBSD does not follow the specification. Even though the clear specification, there is a certain amount of stack developers who have a different opinion on this and intentionally reverse the default. So, the safest way is to set the value explicitly. JINMEI, Tatuya Communication Platform Lab. Corporate R&D Center, Toshiba Corp. jinmei@isl.rdc.toshiba.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 21:32:59 2002 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 91BE837B401 for <current@freebsd.org>; Wed, 18 Sep 2002 21:32:58 -0700 (PDT) Received: from encontacto.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3AC43E6A for <current@freebsd.org>; Wed, 18 Sep 2002 21:32:57 -0700 (PDT) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Wed, 18 Sep 2002 21:32:57 -0700 Received: from adsl-64-173-182-155.dsl.mtry01.pacbell.net (adsl-64-173-182-155.dsl.mtry01.pacbell.net [64.173.182.155]) by Mail.EnContacto.Net (IMP) with HTTP for eculp@encontacto.net@encontacto.net; Wed, 18 Sep 2002 21:32:57 -0700 Message-ID: <1032409977.3d89537990913@Mail.EnContacto.Net> Date: Wed, 18 Sep 2002 21:32:57 -0700 From: Edwin Culp <eculp@encontacto.net> To: current@freebsd.org Subject: slapd dumping core with today's current. MIME-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Priority: 3 (Normal) X-Originating-IP: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I just realized that slapd dumps core with: Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) Abort (core dumped) I have recompiled openldap and db3 but it didn't help. Any suggestions would be appreciated. I also get the same error with mozilla but I see that has already been reported. Thanks, ed -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 21:34: 3 2002 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 DF41C37B401; Wed, 18 Sep 2002 21:34:02 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E97643E65; Wed, 18 Sep 2002 21:34:02 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 391F02A7D6; Wed, 18 Sep 2002 21:34:02 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: current@freebsd.org Subject: Re: alpha tinderbox failure In-Reply-To: <200209182245.g8IMjW98087391@beast.freebsd.org> Date: Wed, 18 Sep 2002 21:34:02 -0700 From: Peter Wemm <peter@wemm.org> Message-Id: <20020919043402.391F02A7D6@canning.wemm.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > >>> Kernel build for LINT started on Wed Sep 18 15:43:20 PDT 2002 > -------------------------------------------------------------- > ===> vinum > ./aicasm: 877 instructions used > ./aicasm: 658 instructions used > In file included from /h/des/src/sys/dev/dgb/dgb.c:89: > /h/des/src/sys/i386/isa/isa_device.h:43:31: opt_compat_oldisa.h: No such file or directory > /h/des/src/sys/dev/dgb/dgb.c:92:2: #error "The dgb device requires the old is a compatibility shims" I've "fixed" all this initial group so that 'make depend' runs. And naturally, there are some real horrors once we get to the actual compile. The next run should be interesting..... :-] Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 21:39:25 2002 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 1B24937B401 for <current@FreeBSD.ORG>; Wed, 18 Sep 2002 21:39:24 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AEBE43E42 for <current@FreeBSD.ORG>; Wed, 18 Sep 2002 21:39:23 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from gyros (gyros.marcuscom.com [192.168.1.9]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g8J4Zoiv072989; Thu, 19 Sep 2002 00:35:50 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: slapd dumping core with today's current. From: Joe Marcus Clarke <marcus@marcuscom.com> To: Edwin Culp <eculp@encontacto.net> Cc: current@FreeBSD.ORG In-Reply-To: <1032409977.3d89537990913@Mail.EnContacto.Net> References: <1032409977.3d89537990913@Mail.EnContacto.Net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 19 Sep 2002 00:38:56 -0400 Message-Id: <1032410336.27928.21.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-4.0 required=5.0 tests=IN_REP_TO,AWL version=2.31 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 2002-09-19 at 00:32, Edwin Culp wrote: > I just realized that slapd dumps core with: > > Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file > /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) > Abort (core dumped) > > I have recompiled openldap and db3 but it didn't help. Any suggestions > would be appreciated. > > I also get the same error with mozilla but I see that has already been > reported. It's the same problem. libc_r is in a bad state. The KSE people are aware. I think Julian is looking into it. Joe > > Thanks, > > ed > > > > -- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 22: 0:12 2002 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 C5E5B37B401 for <current@freebsd.org>; Wed, 18 Sep 2002 22:00:10 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3078A43E6A for <current@freebsd.org>; Wed, 18 Sep 2002 22:00:10 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020919050009.GTKQ29827.rwcrmhc51.attbi.com@InterJet.elischer.org>; Thu, 19 Sep 2002 05:00:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id VAA10806; Wed, 18 Sep 2002 21:54:21 -0700 (PDT) Date: Wed, 18 Sep 2002 21:54:20 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Edwin Culp <eculp@encontacto.net> Cc: current@freebsd.org Subject: Re: slapd dumping core with today's current. In-Reply-To: <1032409977.3d89537990913@Mail.EnContacto.Net> Message-ID: <Pine.BSF.4.21.0209182152390.10489-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG threads is broken right now.. due to a miscommunicatin,. the kernel and the threads library have a disagreement regarding something.. Unfortunatly the person to slap up over this is offline for aday or so.. please be patient for a day or so (we hope). On Wed, 18 Sep 2002, Edwin Culp wrote: > I just realized that slapd dumps core with: > > Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file > /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) > Abort (core dumped) > > I have recompiled openldap and db3 but it didn't help. Any suggestions > would be appreciated. > > I also get the same error with mozilla but I see that has already been > reported. > > Thanks, > > ed > > > > -- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 22: 6:24 2002 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 7BF5737B401 for <current@FreeBSD.ORG>; Wed, 18 Sep 2002 22:06:22 -0700 (PDT) Received: from volatile.chemikals.org (cae57-176-076.sc.rr.com [66.57.176.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA5443E6A for <current@FreeBSD.ORG>; Wed, 18 Sep 2002 22:06:21 -0700 (PDT) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.12.5/8.12.5) with ESMTP id g8J55iQU045152; Thu, 19 Sep 2002 01:05:44 -0400 (EDT) (envelope-from morganw@chemikals.org) Received: from localhost (morganw@localhost) by volatile.chemikals.org (8.12.6/8.12.6/Submit) with ESMTP id g8J55iCO045149; Thu, 19 Sep 2002 01:05:44 -0400 (EDT) X-Authentication-Warning: volatile.chemikals.org: morganw owned process doing -bs Date: Thu, 19 Sep 2002 01:05:44 -0400 (EDT) From: Wesley Morgan <morganw@chemikals.org> To: Edwin Culp <eculp@encontacto.net> Cc: current@FreeBSD.ORG Subject: Re: slapd dumping core with today's current. In-Reply-To: <Pine.BSF.4.21.0209182152390.10489-100000@InterJet.elischer.org> Message-ID: <20020919010331.V45128-100000@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Boot from a kernel from a day or two ago and you should be fine. Unless you build every day, your kernel.old/kernel should be in agreement with libc_r On Wed, 18 Sep 2002, Julian Elischer wrote: > threads is broken right now.. > due to a miscommunicatin,. the kernel and the threads library have > a disagreement regarding something.. > Unfortunatly the person to slap up over this is offline for aday or > so.. > please be patient for a day or so (we hope). > > > On Wed, 18 Sep 2002, Edwin Culp wrote: > > > I just realized that slapd dumps core with: > > > > Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file > > /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) > > Abort (core dumped) > > > > I have recompiled openldap and db3 but it didn't help. Any suggestions > > would be appreciated. > > > > I also get the same error with mozilla but I see that has already been > > reported. > > > > Thanks, > > > > ed > > > > > > > > -- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ morganw@chemikals.org _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed Sep 18 22:57:58 2002 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 EACAE37B401 for <current@freebsd.org>; Wed, 18 Sep 2002 22:57:56 -0700 (PDT) Received: from ref5.freebsd.org (ref5.FreeBSD.org [216.136.204.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3D4143E3B for <current@freebsd.org>; Wed, 18 Sep 2002 22:57:56 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from ref5.freebsd.org (localhost [127.0.0.1]) by ref5.freebsd.org (8.12.6/8.12.6) with ESMTP id g8J5vuDu065907 for <current@freebsd.org>; Wed, 18 Sep 2002 22:57:56 -0700 (PDT) (envelope-from des@ref5.freebsd.org) Received: (from des@localhost) by ref5.freebsd.org (8.12.6/8.12.6/Submit) id g8J5vuVG065905 for current@freebsd.org; Wed, 18 Sep 2002 22:57:56 -0700 (PDT) Date: Wed, 18 Sep 2002 22:57:56 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209190557.g8J5vuVG065905@ref5.freebsd.org> To: current@freebsd.org Subject: i386 tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Wed Sep 18 22:36:48 PDT 2002 -------------------------------------------------------------- ===> xe cc1: warnings being treated as errors /local0/scratch/des/src/sys/kern/uipc_mbuf.c: In function `m_length': /local0/scratch/des/src/sys/kern/uipc_mbuf.c:727: warning: `m' might be used uninitialized in this function *** Error code 1 Stop in /local0/scratch/des/obj/local0/scratch/des/src/sys/GENERIC. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 0: 0:29 2002 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 EDEDE37B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 00:00:25 -0700 (PDT) Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D97243E4A for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 00:00:25 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g8J70D2j005622; Thu, 19 Sep 2002 03:00:13 -0400 (EDT) Date: Thu, 19 Sep 2002 03:00:13 -0400 (EDT) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: Julian Elischer <julian@elischer.org> Cc: Edwin Culp <eculp@encontacto.net>, current@FreeBSD.ORG Subject: Re: slapd dumping core with today's current. In-Reply-To: <Pine.BSF.4.21.0209182152390.10489-100000@InterJet.elischer.org> Message-ID: <Pine.GSO.4.10.10209190240370.3372-100000@pcnet1.pcnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Wed, 18 Sep 2002, Julian Elischer wrote: > threads is broken right now.. > due to a miscommunicatin,. the kernel and the threads library have > a disagreement regarding something.. > Unfortunatly the person to slap up over this is offline for aday or > so.. > please be patient for a day or so (we hope). I think it's because libc_r has been disconnected from the build: revision 1.143 date: 2002/09/17 07:32:36; author: peter; state: Exp; lines: +1 -1 Add i386 to the list of architectures that libc_r is broken on. This effectively removes pppctl from the build for now. It only compiles on alpha now (now ironic). And the i386 mcontext_t is now bigger because we account for the newer SSE (?) format FP register sets. Older libc_r's used ucontext_t's that were smaller and manually save and restore FP state into areas of ucontext_t which mc_len and mc_fpformat now occupy. The kernel uses these to validate a context and returns an error if these fields aren't valid. The fix is to remove the two calls to FP_SAVE_UC and FP_RESTORE_UC in libc_r/uthread/uthread_kern.c. And to also hook libc_r back into the build (src/lib/Makefile). Libc_r patch included (which my mailer will probably mangle). -- Dan Eischen Index: pthread_private.h =================================================================== RCS file: /opt/d/CVS/src/lib/libc_r/uthread/pthread_private.h,v retrieving revision 1.73 diff -u -r1.73 pthread_private.h --- pthread_private.h 29 Aug 2002 23:06:06 -0000 1.73 +++ pthread_private.h 19 Sep 2002 06:53:57 -0000 @@ -75,16 +75,6 @@ #define SET_STACK_JB(jb, stk) (jb)[0]._jb[2] = (int)(stk) #define SET_STACK_SJB(sjb, stk) (sjb)[0]._sjb[2] = (int)(stk) #define SET_STACK_UC(ucp, stk) (ucp)->uc_mcontext.mc_esp = (int)(stk) -#define FP_SAVE_UC(ucp) do { \ - char *fdata; \ - fdata = (char *) (ucp)->uc_mcontext.mc_fpregs; \ - __asm__("fnsave %0": :"m"(*fdata)); \ -} while (0) -#define FP_RESTORE_UC(ucp) do { \ - char *fdata; \ - fdata = (char *) (ucp)->uc_mcontext.mc_fpregs; \ - __asm__("frstor %0": :"m"(*fdata)); \ -} while (0) #define SET_RETURN_ADDR_JB(jb, ra) (jb)[0]._jb[0] = (int)(ra) #elif defined(__alpha__) #include <machine/reg.h> @@ -94,8 +84,6 @@ #define SET_STACK_JB(jb, stk) (jb)[0]._jb[R_SP + 4] = (long)(stk) #define SET_STACK_SJB(sjb, stk) (sjb)[0]._sjb[R_SP + 4] = (long)(stk) #define SET_STACK_UC(ucp, stk) (ucp)->uc_mcontext.mc_regs[R_SP] = (unsigned long)(stk) -#define FP_SAVE_UC(ucp) -#define FP_RESTORE_UC(ucp) #define SET_RETURN_ADDR_JB(jb, ra) do { \ (jb)[0]._jb[2] = (long)(ra); \ (jb)[0]._jb[R_RA + 4] = (long)(ra); \ Index: uthread_kern.c =================================================================== RCS file: /opt/d/CVS/src/lib/libc_r/uthread/uthread_kern.c,v retrieving revision 1.42 diff -u -r1.42 uthread_kern.c --- uthread_kern.c 29 Aug 2002 00:44:11 -0000 1.42 +++ uthread_kern.c 19 Sep 2002 06:53:55 -0000 @@ -113,8 +113,6 @@ /* Check if this function was called from the signal handler: */ if (ucp != NULL) { - /* XXX - Save FP registers? */ - FP_SAVE_UC(ucp); called_from_handler = 1; DBG_MSG("Entering scheduler due to signal\n"); } @@ -156,9 +154,6 @@ if (ucp == NULL) return; else { - /* XXX - Restore FP registers? */ - FP_RESTORE_UC(ucp); - /* * Set the process signal mask in the context; it * could have changed by the handler. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 0:10:20 2002 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 4955037B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 00:10:19 -0700 (PDT) Received: from freebsd.tekrealm.net (dsl081-247-162.sfo1.dsl.speakeasy.net [64.81.247.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B66343E75 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 00:10:18 -0700 (PDT) (envelope-from elitetek@tekrealm.net) Received: (from root@localhost) by freebsd.tekrealm.net (8.12.5/8.12.5) id g8J7AH9k057256 for freebsd-current@freebsd.org; Thu, 19 Sep 2002 00:10:17 -0700 (PDT) (envelope-from elitetek@tekrealm.net) Received: from freebsd.tekrealm.net (whoami@localhost [127.0.0.1]) by freebsd.tekrealm.net (8.12.5/8.12.5av) with ESMTP id g8J7AH5F057247 for <freebsd-current@FreeBSD.org>; Thu, 19 Sep 2002 00:10:17 -0700 (PDT) (envelope-from elitetek@tekrealm.net) Received: (from elitetek@localhost) by freebsd.tekrealm.net (8.12.5/8.12.5/Submit) id g8J7913j057238 for freebsd-current@FreeBSD.org; Thu, 19 Sep 2002 00:09:01 -0700 (PDT) X-Authentication-Warning: freebsd.tekrealm.net: elitetek set sender to elitetek@tekrealm.net using -f Date: Thu, 19 Sep 2002 00:09:01 -0700 From: Andrew Stuart <elitetek@tekrealm.net> To: freebsd-current@freebsd.org Subject: boot -c ? Message-ID: <20020919070901.GA57130@freebsd.tekrealm.net> Reply-To: elitetek@tekrealm.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I need a little bit of help/advise. I am trying to install -CURRENT on a toshiba 3005-s304. for -release or stable, I needed to turn off eisa probing before I could boot/install. I did this by going into boot -c and then entering eisa 0. boot -c on DP1, and the latest snapshots doesnt seem to do anything, I have been unable to find any info regarding a change to the command or what other switches it supports. Thanks in advance.. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 0:20:12 2002 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 E902937B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 00:20:08 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F9D43E6E for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 00:20:08 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020919072008.INNB5081.rwcrmhc52.attbi.com@InterJet.elischer.org>; Thu, 19 Sep 2002 07:20:08 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA11318; Thu, 19 Sep 2002 00:18:49 -0700 (PDT) Date: Thu, 19 Sep 2002 00:18:48 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Daniel Eischen <eischen@pcnet1.pcnet.com> Cc: Edwin Culp <eculp@encontacto.net>, current@FreeBSD.ORG Subject: Re: slapd dumping core with today's current. In-Reply-To: <Pine.GSO.4.10.10209190240370.3372-100000@pcnet1.pcnet.com> Message-ID: <Pine.BSF.4.21.0209190012470.10489-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, Daniel Eischen wrote: > On Wed, 18 Sep 2002, Julian Elischer wrote: > > > threads is broken right now.. > > due to a miscommunicatin,. the kernel and the threads library have > > a disagreement regarding something.. > > Unfortunatly the person to slap up over this is offline for aday or > > so.. > > please be patient for a day or so (we hope). > > I think it's because libc_r has been disconnected from the > build: > > revision 1.143 > date: 2002/09/17 07:32:36; author: peter; state: Exp; lines: +1 -1 > Add i386 to the list of architectures that libc_r is broken on. This > effectively removes pppctl from the build for now. It only compiles on > alpha now (now ironic). > > And the i386 mcontext_t is now bigger because we account for the > newer SSE (?) format FP register sets. Older libc_r's used ucontext_t's > that were smaller and manually save and restore FP state into > areas of ucontext_t which mc_len and mc_fpformat now occupy. so does that code still exist? > The kernel uses these to validate a context and returns an > error if these fields aren't valid. so, we need to change the kernel too right? > > The fix is to remove the two calls to FP_SAVE_UC and FP_RESTORE_UC > in libc_r/uthread/uthread_kern.c. And to also hook libc_r back > into the build (src/lib/Makefile). If we remove the calls, is the original code still present? or did that get removed? > > Libc_r patch included (which my mailer will probably mangle). > > -- > Dan Eischen > > Index: pthread_private.h > =================================================================== > RCS file: /opt/d/CVS/src/lib/libc_r/uthread/pthread_private.h,v > retrieving revision 1.73 > diff -u -r1.73 pthread_private.h > --- pthread_private.h 29 Aug 2002 23:06:06 -0000 1.73 > +++ pthread_private.h 19 Sep 2002 06:53:57 -0000 > @@ -75,16 +75,6 @@ > #define SET_STACK_JB(jb, stk) (jb)[0]._jb[2] = (int)(stk) > #define SET_STACK_SJB(sjb, stk) (sjb)[0]._sjb[2] = (int)(stk) > #define SET_STACK_UC(ucp, stk) (ucp)->uc_mcontext.mc_esp = (int)(stk) > -#define FP_SAVE_UC(ucp) do { \ > - char *fdata; \ > - fdata = (char *) (ucp)->uc_mcontext.mc_fpregs; \ > - __asm__("fnsave %0": :"m"(*fdata)); \ > -} while (0) > -#define FP_RESTORE_UC(ucp) do { \ > - char *fdata; \ > - fdata = (char *) (ucp)->uc_mcontext.mc_fpregs; \ > - __asm__("frstor %0": :"m"(*fdata)); \ > -} while (0) > #define SET_RETURN_ADDR_JB(jb, ra) (jb)[0]._jb[0] = (int)(ra) > #elif defined(__alpha__) > #include <machine/reg.h> > @@ -94,8 +84,6 @@ > #define SET_STACK_JB(jb, stk) (jb)[0]._jb[R_SP + 4] = (long)(stk) > #define SET_STACK_SJB(sjb, stk) (sjb)[0]._sjb[R_SP + 4] = (long)(stk) > #define SET_STACK_UC(ucp, stk) (ucp)->uc_mcontext.mc_regs[R_SP] = (unsigned long)(stk) > -#define FP_SAVE_UC(ucp) > -#define FP_RESTORE_UC(ucp) > #define SET_RETURN_ADDR_JB(jb, ra) do { \ > (jb)[0]._jb[2] = (long)(ra); \ > (jb)[0]._jb[R_RA + 4] = (long)(ra); \ > Index: uthread_kern.c > =================================================================== > RCS file: /opt/d/CVS/src/lib/libc_r/uthread/uthread_kern.c,v > retrieving revision 1.42 > diff -u -r1.42 uthread_kern.c > --- uthread_kern.c 29 Aug 2002 00:44:11 -0000 1.42 > +++ uthread_kern.c 19 Sep 2002 06:53:55 -0000 > @@ -113,8 +113,6 @@ > > /* Check if this function was called from the signal handler: */ > if (ucp != NULL) { > - /* XXX - Save FP registers? */ > - FP_SAVE_UC(ucp); > called_from_handler = 1; > DBG_MSG("Entering scheduler due to signal\n"); > } > @@ -156,9 +154,6 @@ > if (ucp == NULL) > return; > else { > - /* XXX - Restore FP registers? */ > - FP_RESTORE_UC(ucp); > - > /* > * Set the process signal mask in the context; it > * could have changed by the handler. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 0:50:36 2002 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 237D537B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 00:50:34 -0700 (PDT) Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B71443E42 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 00:50:33 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g8J7oMWI010733; Thu, 19 Sep 2002 03:50:22 -0400 (EDT) Date: Thu, 19 Sep 2002 03:50:22 -0400 (EDT) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: Julian Elischer <julian@elischer.org> Cc: Edwin Culp <eculp@encontacto.net>, current@FreeBSD.ORG Subject: Re: slapd dumping core with today's current. In-Reply-To: <Pine.BSF.4.21.0209190012470.10489-100000@InterJet.elischer.org> Message-ID: <Pine.GSO.4.10.10209190337580.9390-100000@pcnet1.pcnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, Julian Elischer wrote: > On Thu, 19 Sep 2002, Daniel Eischen wrote: > > > On Wed, 18 Sep 2002, Julian Elischer wrote: > > > > > threads is broken right now.. > > > due to a miscommunicatin,. the kernel and the threads library have > > > a disagreement regarding something.. > > > Unfortunatly the person to slap up over this is offline for aday or > > > so.. > > > please be patient for a day or so (we hope). > > > > I think it's because libc_r has been disconnected from the > > build: > > > > revision 1.143 > > date: 2002/09/17 07:32:36; author: peter; state: Exp; lines: +1 -1 > > Add i386 to the list of architectures that libc_r is broken on. This > > effectively removes pppctl from the build for now. It only compiles on > > alpha now (now ironic). > > > > And the i386 mcontext_t is now bigger because we account for the > > newer SSE (?) format FP register sets. Older libc_r's used ucontext_t's > > that were smaller and manually save and restore FP state into > > areas of ucontext_t which mc_len and mc_fpformat now occupy. > > so does that code still exist? Because libc_r is still disconnected from the build, the older library is still left in place. This library messes with a ucontext (a sigcontext sent to userland from the kernel via a signal handler) that corrupts it (invalidates it) so that when it returns to the kernel from the signal frame (sigreturn), the kernel returns an error or doesn't restore the FP state (see sigreturn() in machdep.c; it calls set_fpcontext() which checks mc_fpformat). A freshly built libc_r with the patches I sent should not mess with any FP state in a ucontext and should avoid the problem. It doesn't have to save and restore the FP state anymore because the i386 code now correctly saves and restores the FP state when sending a signal. Or at least that's the intent of the new code. > > The kernel uses these to validate a context and returns an > > error if these fields aren't valid. > > so, we need to change the kernel too right? No, the kernel is doing the right thing; it's just that the old userland library isn't yet seeing a ucontext in the same way the kernel is. > > The fix is to remove the two calls to FP_SAVE_UC and FP_RESTORE_UC > > in libc_r/uthread/uthread_kern.c. And to also hook libc_r back > > into the build (src/lib/Makefile). > > If we remove the calls, is the original code still present? > or did that get removed? Removing the calls should make it build again, and hooking it back into the build/install process will update the old libc_r so that it works with a new kernel. Threads won't work totally right with the new library and an old kernel because the FP state won't be saved/restored by either the kernel or the library. Is this what you meant? -- Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 0:55:26 2002 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 B674F37B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 00:55:22 -0700 (PDT) Received: from mail.viasoft.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A7F43E4A for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 00:55:20 -0700 (PDT) (envelope-from davidxu@freebsd.org) Received: from davidwnt (davidwnt.viasoft.com.cn [192.168.1.239]) by mail.viasoft.com.cn (8.9.3/8.9.3) with SMTP id QAA31402 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 16:14:15 +0800 Message-ID: <01be01c25fb1$8b92a990$ef01a8c0@davidwnt> From: "David Xu" <davidxu@freebsd.org> To: <freebsd-current@freebsd.org> References: <20020918200221.I266-100000@femme.sapphite.org> <00b401c25f87$38e460f0$ef01a8c0@davidwnt> Subject: kernel crash at boot time Date: Thu, 19 Sep 2002 15:52:46 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Fatal trap 12: page fault while in kernel mode fault virtual address =3D 0x10 fault code =3D supervisor read, page not present instruction pointer =3D 0x8:0xc0227c89 stack pointer =3D 0x10:0xcd3029c4 frame pointer =3D 0x10:0xcd3029c4 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 182 (route) panic: from debugger #0 doadump () at ../../../kern/kern_shutdown.c:213 #1 0xc01f0819 in boot (howto=3D260) at = ../../../kern/kern_shutdown.c:345 #2 0xc01f0a48 in panic () at ../../../kern/kern_shutdown.c:493 #3 0xc0142692 in db_panic () at ../../../ddb/db_command.c:449 #4 0xc0142612 in db_command (last_cmdp=3D0xc0373820, = cmd_table=3D0xc03299a8, aux_cmd_tablep=3D0x104,=20 aux_cmd_tablep_end=3D0xc0f04840) at ../../../ddb/db_command.c:345 #5 0xc0142726 in db_command_loop () at ../../../ddb/db_command.c:471 #6 0xc014538a in db_trap (type=3D12, code=3D0) at = ../../../ddb/db_trap.c:72 #7 0xc02fb2f2 in kdb_trap (type=3D12, code=3D0, regs=3D0xcd302984) at = ../../../i386/i386/db_interface.c:160 #8 0xc030b982 in trap_fatal (frame=3D0xcd302984, eva=3D0) at = ../../../i386/i386/trap.c:837 #9 0xc030b692 in trap_pfault (frame=3D0xcd302984, usermode=3D0, = eva=3D16) at ../../../i386/i386/trap.c:756 #10 0xc030b20d in trap (frame=3D {tf_fs =3D -1070333928, tf_es =3D 16, tf_ds =3D -1057947632, = tf_edi =3D -1057927680, tf_esi =3D -1032651796, tf_ebp =3D -852481596, = tf_isp =3D -852481616, tf_ebx =3D 238, tf_edx =3D 0, tf_ecx =3D = -852481576, tf_eax =3D 0, tf_trapno =3D 12, tf_err =3D 0, tf_eip =3D = -1071481719, tf_cs =3D 8, tf_eflags =3D 66054, tf_esp =3D -852481560, = tf_ss =3D -1071466855}) at ../../../i386/i386/trap.c:444 #11 0xc02fca38 in calltrap () at {standard input}:98 #12 0xc022b699 in sbappendaddr (sb=3D0xc272fbec, asa=3D0xc038c9f8, = m0=3D0xc0f14e00, control=3D0x0) at ../../../kern/uipc_socket2.c:624 #13 0xc025de6f in raw_input (m0=3D0xc0f14e00, proto=3D0xc038ca18, = src=3D0xc038c9f8, dst=3D0xc038c9e8) at ../../../net/raw_usrreq.c:116 #14 0xc026032b in rt_missmsg (type=3D0, rtinfo=3D0xcd302a58, = flags=3D132101, error=3D0) at ../../../net/rtsock.c:735 #15 0xc025e3eb in rtalloc1 (dst=3D0xc272c900, report=3D1, ignflags=3D0) = at ../../../net/route.c:196 #16 0xc025f228 in rt_setgate (rt0=3D0xc2729500, dst=3D0xc272c9dc, = gate=3D0xc272c9ec) at ../../../net/route.c:998 #17 0xc025ec45 in rtrequest1 (req=3D1, info=3D0xcd302b44, = ret_nrt=3D0xcd302b3c) at ../../../net/route.c:659 #18 0xc025f9d6 in route_output (m=3D0xc0f14d00, so=3D0xc272fba0) at = ../../../net/rtsock.c:344 #19 0xc025e0cd in raw_usend (so=3D0x0, flags=3D0, m=3D0x0, nam=3D0x0, = control=3D0x0, td=3D0xc0f04840) at ../../../net/raw_usrreq.c:260 #20 0xc025f745 in rts_send (so=3D0x0, flags=3D0, m=3D0x0, nam=3D0x0, = control=3D0x0, td=3D0x0) at ../../../net/rtsock.c:239 #21 0xc0228fe3 in sosend (so=3D0xc272fba0, addr=3D0x0, uio=3D0xcd302c7c, = top=3D0xc0f14d00, control=3D0x0, flags=3D0, td=3D0xc0f04840) at ../../../kern/uipc_socket.c:707 #22 0xc0219300 in soo_write (fp=3D0x0, uio=3D0xcd302c7c, = active_cred=3D0xc0f01200, flags=3D0, td=3D0xc0f04840) at ../../../kern/sys_socket.c:89 #23 0xc0213455 in dofilewrite (td=3D0xc0f04840, fp=3D0xc26b1d5c, fd=3D0, = buf=3D0x80aa300, nbyte=3D0, offset=3D0, flags=3D0) at file.h:214 #24 0xc0213299 in write (td=3D0xc0f04840, uap=3D0xcd302d10) at = ../../../kern/sys_generic.c:332 #25 0xc030bcee in syscall (frame=3D {tf_fs =3D 47, tf_es =3D 47, tf_ds =3D 47, tf_edi =3D 134914908, = tf_esi =3D 128, tf_ebp =3D -1077936872, tf_isp =3D -852480652, tf_ebx = =3D 134914944, tf_edx =3D 134915680, tf_ecx =3D 0, tf_eax =3D 4, = tf_trapno =3D 12, tf_err =3D 2, tf_eip =3D 134526191, tf_cs =3D 31, = tf_eflags =3D 662, tf_esp =3D -1077936916, tf_ss =3D 47}) at = ../../../i386/i386/trap.c:1046 #26 0xc02fca8d in Xint0x80_syscall () at {standard input}:140 note that when kernel ran into DDB, the fault instruction was at = m_length+9,=20 but core dump did not record the fact. David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 1:20:10 2002 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 A704D37B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 01:20:09 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2352F43E65 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 01:20:09 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020919082007.RYRC14978.sccrmhc01.attbi.com@InterJet.elischer.org>; Thu, 19 Sep 2002 08:20:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id BAA11535; Thu, 19 Sep 2002 01:15:32 -0700 (PDT) Date: Thu, 19 Sep 2002 01:15:31 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Daniel Eischen <eischen@pcnet1.pcnet.com> Cc: Edwin Culp <eculp@encontacto.net>, current@FreeBSD.ORG Subject: Re: slapd dumping core with today's current. In-Reply-To: <Pine.GSO.4.10.10209190337580.9390-100000@pcnet1.pcnet.com> Message-ID: <Pine.BSF.4.21.0209190112470.10489-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, Daniel Eischen wrote: Ok so I reconnected the libc_r and fixed it to compile. I'm a littel uncomfortable because the new kernel behaviour means that 4.x statically compiled threaded binaries will not work right because we've changed the kernel ABI in an incompatible way.. We need to discuss this carefully when mini gets back to see if there is a way out.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 1:20:14 2002 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 EAF6E37B406; Thu, 19 Sep 2002 01:20:10 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAEF43E65; Thu, 19 Sep 2002 01:20:10 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g8J8Jwwr021860; Thu, 19 Sep 2002 01:20:02 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200209190820.g8J8Jwwr021860@gw.catspoiler.org> Date: Thu, 19 Sep 2002 01:19:58 -0700 (PDT) From: Don Lewis <dl-freebsd@catspoiler.org> Subject: Re: kernel crash at boot time To: davidxu@FreeBSD.ORG Cc: freebsd-current@FreeBSD.ORG In-Reply-To: <01be01c25fb1$8b92a990$ef01a8c0@davidwnt> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 19 Sep, David Xu wrote: > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x10 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc0227c89 > stack pointer = 0x10:0xcd3029c4 > frame pointer = 0x10:0xcd3029c4 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 182 (route) > panic: from debugger > > #0 doadump () at ../../../kern/kern_shutdown.c:213 > #1 0xc01f0819 in boot (howto=260) at ../../../kern/kern_shutdown.c:345 > #2 0xc01f0a48 in panic () at ../../../kern/kern_shutdown.c:493 > #3 0xc0142692 in db_panic () at ../../../ddb/db_command.c:449 > #4 0xc0142612 in db_command (last_cmdp=0xc0373820, cmd_table=0xc03299a8, aux_cmd_tablep=0x104, > aux_cmd_tablep_end=0xc0f04840) at ../../../ddb/db_command.c:345 > #5 0xc0142726 in db_command_loop () at ../../../ddb/db_command.c:471 > #6 0xc014538a in db_trap (type=12, code=0) at ../../../ddb/db_trap.c:72 > #7 0xc02fb2f2 in kdb_trap (type=12, code=0, regs=0xcd302984) at ../../../i386/i386/db_interface.c:160 > #8 0xc030b982 in trap_fatal (frame=0xcd302984, eva=0) at ../../../i386/i386/trap.c:837 > #9 0xc030b692 in trap_pfault (frame=0xcd302984, usermode=0, eva=16) at ../../../i386/i386/trap.c:756 > #10 0xc030b20d in trap (frame= > {tf_fs = -1070333928, tf_es = 16, tf_ds = -1057947632, tf_edi = -1057927680, tf_esi = -1032651796, tf_ebp = -852481596, tf_isp = -852481616, tf_ebx = 238, tf_edx = 0, tf_ecx = -852481576, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071481719, tf_cs = 8, tf_eflags = 66054, tf_esp = -852481560, tf_ss = -1071466855}) at ../../../i386/i386/trap.c:444 > #11 0xc02fca38 in calltrap () at {standard input}:98 > #12 0xc022b699 in sbappendaddr (sb=0xc272fbec, asa=0xc038c9f8, m0=0xc0f14e00, control=0x0) > at ../../../kern/uipc_socket2.c:624 > #13 0xc025de6f in raw_input (m0=0xc0f14e00, proto=0xc038ca18, src=0xc038c9f8, dst=0xc038c9e8) > at ../../../net/raw_usrreq.c:116 > #14 0xc026032b in rt_missmsg (type=0, rtinfo=0xcd302a58, flags=132101, error=0) at ../../../net/rtsock.c:735 > #15 0xc025e3eb in rtalloc1 (dst=0xc272c900, report=1, ignflags=0) at ../../../net/route.c:196 > #16 0xc025f228 in rt_setgate (rt0=0xc2729500, dst=0xc272c9dc, gate=0xc272c9ec) at ../../../net/route.c:998 > #17 0xc025ec45 in rtrequest1 (req=1, info=0xcd302b44, ret_nrt=0xcd302b3c) at ../../../net/route.c:659 > #18 0xc025f9d6 in route_output (m=0xc0f14d00, so=0xc272fba0) at ../../../net/rtsock.c:344 > #19 0xc025e0cd in raw_usend (so=0x0, flags=0, m=0x0, nam=0x0, control=0x0, td=0xc0f04840) at ../../../net/raw_usrreq.c:260 > #20 0xc025f745 in rts_send (so=0x0, flags=0, m=0x0, nam=0x0, control=0x0, td=0x0) at ../../../net/rtsock.c:239 > #21 0xc0228fe3 in sosend (so=0xc272fba0, addr=0x0, uio=0xcd302c7c, top=0xc0f14d00, control=0x0, flags=0, td=0xc0f04840) > at ../../../kern/uipc_socket.c:707 > #22 0xc0219300 in soo_write (fp=0x0, uio=0xcd302c7c, active_cred=0xc0f01200, flags=0, td=0xc0f04840) > at ../../../kern/sys_socket.c:89 > #23 0xc0213455 in dofilewrite (td=0xc0f04840, fp=0xc26b1d5c, fd=0, buf=0x80aa300, nbyte=0, offset=0, flags=0) at file.h:214 > #24 0xc0213299 in write (td=0xc0f04840, uap=0xcd302d10) at ../../../kern/sys_generic.c:332 > #25 0xc030bcee in syscall (frame= > {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134914908, tf_esi = 128, tf_ebp = -1077936872, tf_isp = -852480652, tf_ebx = 134914944, tf_edx = 134915680, tf_ecx = 0, tf_eax = 4, tf_trapno = 12, tf_err = 2, tf_eip = 134526191, tf_cs = 31, tf_eflags = 662, tf_esp = -1077936916, tf_ss = 47}) at ../../../i386/i386/trap.c:1046 > #26 0xc02fca8d in Xint0x80_syscall () at {standard input}:140 > > note that when kernel ran into DDB, the fault instruction was at m_length+9, > but core dump did not record the fact. > > David Xu It crashed real fast for me as well. Try the following patch. There's a thread on the committers list calling for the bogus commit to be backed out. Index: sys/kern/uipc_mbuf.c =================================================================== RCS file: /home/ncvs/src/sys/kern/uipc_mbuf.c,v retrieving revision 1.104 diff -u -r1.104 uipc_mbuf.c --- sys/kern/uipc_mbuf.c 19 Sep 2002 03:18:44 -0000 1.104 +++ sys/kern/uipc_mbuf.c 19 Sep 2002 07:59:17 -0000 @@ -727,9 +727,6 @@ struct mbuf *m; u_int len; - if ((m0->m_flags & M_PKTHDR) != 0) - return (m0->m_pkthdr.len); - len = 0; for (m = m0; m != NULL; m = m->m_next) { len += m->m_len; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 1:40:11 2002 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 4DC9137B401; Thu, 19 Sep 2002 01:40:09 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id E084843E6E; Thu, 19 Sep 2002 01:40:08 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020919084008.JFLE5081.rwcrmhc52.attbi.com@InterJet.elischer.org>; Thu, 19 Sep 2002 08:40:08 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id BAA11625; Thu, 19 Sep 2002 01:35:33 -0700 (PDT) Date: Thu, 19 Sep 2002 01:35:32 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: David Xu <davidxu@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: kernel crash at boot time In-Reply-To: <01be01c25fb1$8b92a990$ef01a8c0@davidwnt> Message-ID: <Pine.BSF.4.21.0209190135150.10489-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG try now On Thu, 19 Sep 2002, David Xu wrote: > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x10 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc0227c89 > stack pointer = 0x10:0xcd3029c4 > frame pointer = 0x10:0xcd3029c4 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 182 (route) > panic: from debugger > > #0 doadump () at ../../../kern/kern_shutdown.c:213 > #1 0xc01f0819 in boot (howto=260) at ../../../kern/kern_shutdown.c:345 > #2 0xc01f0a48 in panic () at ../../../kern/kern_shutdown.c:493 > #3 0xc0142692 in db_panic () at ../../../ddb/db_command.c:449 > #4 0xc0142612 in db_command (last_cmdp=0xc0373820, cmd_table=0xc03299a8, aux_cmd_tablep=0x104, > aux_cmd_tablep_end=0xc0f04840) at ../../../ddb/db_command.c:345 > #5 0xc0142726 in db_command_loop () at ../../../ddb/db_command.c:471 > #6 0xc014538a in db_trap (type=12, code=0) at ../../../ddb/db_trap.c:72 > #7 0xc02fb2f2 in kdb_trap (type=12, code=0, regs=0xcd302984) at ../../../i386/i386/db_interface.c:160 > #8 0xc030b982 in trap_fatal (frame=0xcd302984, eva=0) at ../../../i386/i386/trap.c:837 > #9 0xc030b692 in trap_pfault (frame=0xcd302984, usermode=0, eva=16) at ../../../i386/i386/trap.c:756 > #10 0xc030b20d in trap (frame= > {tf_fs = -1070333928, tf_es = 16, tf_ds = -1057947632, tf_edi = -1057927680, tf_esi = -1032651796, tf_ebp = -852481596, tf_isp = -852481616, tf_ebx = 238, tf_edx = 0, tf_ecx = -852481576, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071481719, tf_cs = 8, tf_eflags = 66054, tf_esp = -852481560, tf_ss = -1071466855}) at ../../../i386/i386/trap.c:444 > #11 0xc02fca38 in calltrap () at {standard input}:98 > #12 0xc022b699 in sbappendaddr (sb=0xc272fbec, asa=0xc038c9f8, m0=0xc0f14e00, control=0x0) > at ../../../kern/uipc_socket2.c:624 > #13 0xc025de6f in raw_input (m0=0xc0f14e00, proto=0xc038ca18, src=0xc038c9f8, dst=0xc038c9e8) > at ../../../net/raw_usrreq.c:116 > #14 0xc026032b in rt_missmsg (type=0, rtinfo=0xcd302a58, flags=132101, error=0) at ../../../net/rtsock.c:735 > #15 0xc025e3eb in rtalloc1 (dst=0xc272c900, report=1, ignflags=0) at ../../../net/route.c:196 > #16 0xc025f228 in rt_setgate (rt0=0xc2729500, dst=0xc272c9dc, gate=0xc272c9ec) at ../../../net/route.c:998 > #17 0xc025ec45 in rtrequest1 (req=1, info=0xcd302b44, ret_nrt=0xcd302b3c) at ../../../net/route.c:659 > #18 0xc025f9d6 in route_output (m=0xc0f14d00, so=0xc272fba0) at ../../../net/rtsock.c:344 > #19 0xc025e0cd in raw_usend (so=0x0, flags=0, m=0x0, nam=0x0, control=0x0, td=0xc0f04840) at ../../../net/raw_usrreq.c:260 > #20 0xc025f745 in rts_send (so=0x0, flags=0, m=0x0, nam=0x0, control=0x0, td=0x0) at ../../../net/rtsock.c:239 > #21 0xc0228fe3 in sosend (so=0xc272fba0, addr=0x0, uio=0xcd302c7c, top=0xc0f14d00, control=0x0, flags=0, td=0xc0f04840) > at ../../../kern/uipc_socket.c:707 > #22 0xc0219300 in soo_write (fp=0x0, uio=0xcd302c7c, active_cred=0xc0f01200, flags=0, td=0xc0f04840) > at ../../../kern/sys_socket.c:89 > #23 0xc0213455 in dofilewrite (td=0xc0f04840, fp=0xc26b1d5c, fd=0, buf=0x80aa300, nbyte=0, offset=0, flags=0) at file.h:214 > #24 0xc0213299 in write (td=0xc0f04840, uap=0xcd302d10) at ../../../kern/sys_generic.c:332 > #25 0xc030bcee in syscall (frame= > {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134914908, tf_esi = 128, tf_ebp = -1077936872, tf_isp = -852480652, tf_ebx = 134914944, tf_edx = 134915680, tf_ecx = 0, tf_eax = 4, tf_trapno = 12, tf_err = 2, tf_eip = 134526191, tf_cs = 31, tf_eflags = 662, tf_esp = -1077936916, tf_ss = 47}) at ../../../i386/i386/trap.c:1046 > #26 0xc02fca8d in Xint0x80_syscall () at {standard input}:140 > > note that when kernel ran into DDB, the fault instruction was at m_length+9, > but core dump did not record the fact. > > David Xu > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 1:40:14 2002 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 51F6A37B404; Thu, 19 Sep 2002 01:40:10 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 041C743E65; Thu, 19 Sep 2002 01:40:10 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020919084009.JFLI5081.rwcrmhc52.attbi.com@InterJet.elischer.org>; Thu, 19 Sep 2002 08:40:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id BAA11635; Thu, 19 Sep 2002 01:36:49 -0700 (PDT) Date: Thu, 19 Sep 2002 01:36:49 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Don Lewis <dl-freebsd@catspoiler.org> Cc: davidxu@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: kernel crash at boot time In-Reply-To: <200209190820.g8J8Jwwr021860@gw.catspoiler.org> Message-ID: <Pine.BSF.4.21.0209190136210.10489-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, Don Lewis wrote: > > - if ((m0->m_flags & M_PKTHDR) != 0) > - return (m0->m_pkthdr.len); > - > len = 0; > for (m = m0; m != NULL; m = m->m_next) { > len += m->m_len; > already done To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 1:40:32 2002 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 0D46D37B401; Thu, 19 Sep 2002 01:40:31 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF13B43E65; Thu, 19 Sep 2002 01:40:29 -0700 (PDT) (envelope-from ticso@cicely8.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.5/8.12.5) with ESMTP id g8J8di6K054382 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 19 Sep 2002 10:39:45 +0200 (CEST) (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.1.10]) by cicely5.cicely.de (8.12.6/8.12.6) with ESMTP id g8J8dgaL006060 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 19 Sep 2002 10:39:43 +0200 (CEST) (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (localhost [127.0.0.1]) by cicely8.cicely.de (8.12.6/8.12.6) with ESMTP id g8J8dfhC022270; Thu, 19 Sep 2002 10:39:42 +0200 (CEST) (envelope-from ticso@cicely8.cicely.de) Received: (from ticso@localhost) by cicely8.cicely.de (8.12.6/8.12.6/Submit) id g8J8dfMv022269; Thu, 19 Sep 2002 10:39:41 +0200 (CEST) Date: Thu, 19 Sep 2002 10:39:40 +0200 From: Bernd Walter <ticso@cicely8.cicely.de> To: Trish Lynch <trish@bsdunix.net> Cc: freebsd-net@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Broken IPv4 in IPv6 on -current? Message-ID: <20020919083939.GD19408@cicely8.cicely.de> Reply-To: ticso@cicely.de References: <20020918200221.I266-100000@femme.sapphite.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020918200221.I266-100000@femme.sapphite.org> X-Operating-System: FreeBSD cicely8.cicely.de 5.0-CURRENT i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Wed, Sep 18, 2002 at 08:05:29PM -0400, Trish Lynch wrote: > FreeBSD femme.sapphite.org 5.0-CURRENT FreeBSD 5.0-CURRENT #16: Mon Sep 9 > 10:23:22 EDT 2002 > trish@femme.sapphite.org:/admins/obj/admins/src/sys/FEMME i386 > > its pretty bizarre.... It's disabled by default: [238]cicely8> sysctl net.inet6.ip6.v6only net.inet6.ip6.v6only: 1 The prefered way to handle IPv6 as well as IPv4 connects you should listen to both addresses. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 2:13:25 2002 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 D6C4D37B401 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 02:13:23 -0700 (PDT) Received: from mail.viasoft.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB61843E6A for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 02:13:21 -0700 (PDT) (envelope-from davidx@viasoft.com.cn) Received: from davidwnt (davidwnt.viasoft.com.cn [192.168.1.239]) by mail.viasoft.com.cn (8.9.3/8.9.3) with SMTP id RAA31762; Thu, 19 Sep 2002 17:32:20 +0800 Message-ID: <020e01c25fbc$73782820$ef01a8c0@davidwnt> From: "David Xu" <davidx@viasoft.com.cn> To: "Julian Elischer" <julian@elischer.org> Cc: <freebsd-current@FreeBSD.ORG> References: <Pine.BSF.4.21.0209190135150.10489-100000@InterJet.elischer.org> Subject: Re: kernel crash at boot time Date: Thu, 19 Sep 2002 17:10:51 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Thanks, it works again. :) ----- Original Message -----=20 From: "Julian Elischer" <julian@elischer.org> To: "David Xu" <davidxu@FreeBSD.ORG> Cc: <freebsd-current@FreeBSD.ORG> Sent: Thursday, September 19, 2002 4:35 PM Subject: Re: kernel crash at boot time > try now >=20 > On Thu, 19 Sep 2002, David Xu wrote: >=20 > > Fatal trap 12: page fault while in kernel mode > > fault virtual address =3D 0x10 > > fault code =3D supervisor read, page not present > > instruction pointer =3D 0x8:0xc0227c89 > > stack pointer =3D 0x10:0xcd3029c4 > > frame pointer =3D 0x10:0xcd3029c4 > > code segment =3D base 0x0, limit 0xfffff, type 0x1b > > =3D DPL 0, pres 1, def32 1, gran 1 > > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > > current process =3D 182 (route) > > panic: from debugger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 2:16:18 2002 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 74BA237B401 for <current@freebsd.org>; Thu, 19 Sep 2002 02:16:17 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 249BB43E42 for <current@freebsd.org>; Thu, 19 Sep 2002 02:16:16 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8J9GEGt094312 for <current@freebsd.org>; Thu, 19 Sep 2002 11:16:14 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8J9GE75810185 for <current@freebsd.org>; Thu, 19 Sep 2002 11:16:14 +0200 (MES) Date: Thu, 19 Sep 2002 11:16:10 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: <current@freebsd.org> Subject: Re: Crashdumps available for download (solved I think) In-Reply-To: <Pine.BSF.4.21.0209181031320.44463-100000@root.org> Message-ID: <20020919111219.U52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi all, With help of http://www.memtest86.com/memtest86-3.0.iso I've tracked it down to three 3 ! bad DRAMS. Sorry about all this. Still unsolved is the options PSE options PG_G stuff with Ram that passes all tests. Corruption there still happens. Martin Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: <finger -l mbr@freebsd.org> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 3:40: 6 2002 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 0DFA037B401 for <current@freebsd.org>; Thu, 19 Sep 2002 03:40:05 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id B375443E3B for <current@freebsd.org>; Thu, 19 Sep 2002 03:40:04 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8JAe4N2001536 for <current@freebsd.org>; Thu, 19 Sep 2002 03:40:04 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8JAe4kb001534 for current@freebsd.org; Thu, 19 Sep 2002 03:40:04 -0700 (PDT) Date: Thu, 19 Sep 2002 03:40:04 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209191040.g8JAe4kb001534@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Thu Sep 19 03:10:34 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Thu Sep 19 03:36:48 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Thu Sep 19 03:36:49 PDT 2002 -------------------------------------------------------------- ===> vinum cc1: warnings being treated as errors /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_enter': /h/des/src/sys/coda/coda_namecache.c:245: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c:263: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_lookup': /h/des/src/sys/coda/coda_namecache.c:322: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_zapfile': /h/des/src/sys/coda/coda_namecache.c:520: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_purge_user': /h/des/src/sys/coda/coda_namecache.c:568: warning: cast from pointer to integer of different size *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 3:55:28 2002 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 4EB9637B401; Thu, 19 Sep 2002 03:55:27 -0700 (PDT) Received: from critter.freebsd.dk (esplanaden.cybercity.dk [212.242.40.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7089443E42; Thu, 19 Sep 2002 03:55:26 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8J93vW8001104; Thu, 19 Sep 2002 11:03:58 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "David Xu" <davidxu@FreeBSD.ORG> Cc: freebsd-current@FreeBSD.ORG Subject: Re: kernel crash at boot time In-Reply-To: Your message of "Thu, 19 Sep 2002 15:52:46 +0800." <01be01c25fb1$8b92a990$ef01a8c0@davidwnt> Date: Thu, 19 Sep 2002 11:03:57 +0200 Message-ID: <1103.1032426237@critter.freebsd.dk> From: Poul-Henning Kamp <phk@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Can you try with rev. 1.101 of sys/kern/uipc_mbuf.c please ? The 1.102... is wrong and could easily cause this. Poul-Henning In message <01be01c25fb1$8b92a990$ef01a8c0@davidwnt>, "David Xu" writes: >#11 0xc02fca38 in calltrap () at {standard input}:98 >#12 0xc022b699 in sbappendaddr (sb=0xc272fbec, asa=0xc038c9f8, m0=0xc0f14e00, control=0x0) > at ../../../kern/uipc_socket2.c:624 -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 4: 7:39 2002 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 84A5437B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 04:07:38 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9133543E4A for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 04:07:37 -0700 (PDT) (envelope-from ticso@cicely8.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.5/8.12.5) with ESMTP id g8JB7V6K055406 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 19 Sep 2002 13:07:34 +0200 (CEST) (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.1.10]) by cicely5.cicely.de (8.12.6/8.12.6) with ESMTP id g8JB7UaL006909 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 19 Sep 2002 13:07:30 +0200 (CEST) (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (localhost [127.0.0.1]) by cicely8.cicely.de (8.12.6/8.12.6) with ESMTP id g8JB7ThC022651; Thu, 19 Sep 2002 13:07:30 +0200 (CEST) (envelope-from ticso@cicely8.cicely.de) Received: (from ticso@localhost) by cicely8.cicely.de (8.12.6/8.12.6/Submit) id g8JB7T0D022650; Thu, 19 Sep 2002 13:07:29 +0200 (CEST) Date: Thu, 19 Sep 2002 13:07:29 +0200 From: Bernd Walter <ticso@cicely8.cicely.de> To: Martin Blapp <mb@imp.ch> Cc: current@FreeBSD.ORG Subject: Re: Crashdumps available for download (solved I think) Message-ID: <20020919110728.GH19408@cicely8.cicely.de> Reply-To: ticso@cicely.de References: <Pine.BSF.4.21.0209181031320.44463-100000@root.org> <20020919111219.U52781-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020919111219.U52781-100000@levais.imp.ch> X-Operating-System: FreeBSD cicely8.cicely.de 5.0-CURRENT i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, Sep 19, 2002 at 11:16:10AM +0200, Martin Blapp wrote: > > Hi all, > > With help of http://www.memtest86.com/memtest86-3.0.iso I've tracked > it down to three 3 ! bad DRAMS. D-RAM is bad per definition. There's a reason why good machines always use ECC. It's just a matter how likely errors are. Well - your RAM is obviously not good enough. It's awfull how much crap there still is on the market. Windows users typically don't think of hardware if the box crashes... > Sorry about all this. It was absolutely not your fault. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 4:54:34 2002 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 8D05537B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 04:54:33 -0700 (PDT) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [62.212.105.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF0A43E42 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 04:54:32 -0700 (PDT) (envelope-from thomas@cuivre.fr.eu.org) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 0BE542C3D1; Thu, 19 Sep 2002 13:54:30 +0200 (CEST) Date: Thu, 19 Sep 2002 13:54:30 +0200 From: Thomas Quinot <thomas@cuivre.fr.eu.org> To: freebsd-current@freebsd.org Subject: Re: Code factoring in /etc/periodic/security firewall checks Message-ID: <20020919135430.A87705@melusine.cuivre.fr.eu.org> Reply-To: thomas@cuivre.fr.eu.org References: <20020918235930.D58595@melusine.cuivre.fr.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20020918235930.D58595@melusine.cuivre.fr.eu.org>; from thomas@cuivre.fr.eu.org on Wed, Sep 18, 2002 at 11:59:30PM +0200 X-message-flag: WARNING! Using Outlook can damage your computer. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Le 2002-09-18, Thomas Quinot écrivait : > http://www.cuivre.fr.eu.org/~thomas/periodic-fw.diff I have prepared an updated version of the patch that also includes 100.chksetuid, 200.chkmounts and 700.kernelmsg in the factoring. http://www.cuivre.fr.eu.org/~thomas/periodic-security/ -- Thomas.Quinot@Cuivre.FR.EU.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 5: 4:23 2002 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 9C8C637B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 05:04:22 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3476F43E77 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 05:04:22 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [64.175.105.121] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Thu, 19 Sep 2002 06:04:23 -0600 Message-ID: <3D89BCFA.5010502@hotmail.com> Date: Thu, 19 Sep 2002 05:03:06 -0700 From: walt <wa1ter@hotmail.com> Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020905 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Threads working again [19 Sep] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG With today's cvsup and a "make libraries" all my threaded apps are working again, thanks. My kernel and world are from yesterday (18 Sep). I see that the kernel and many other things have been updated since yesterday but I've not yet rebuilt the system except for the libraries. Just thought I'd mention that in case something breaks during the next build ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 6:15:49 2002 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 9058C37B401 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 06:15:48 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0930C43E42 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 06:15:47 -0700 (PDT) (envelope-from qhwt@myrealbox.com) Received: from localhost qhwt@smtp-send.myrealbox.com [218.43.111.87] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare; Thu, 19 Sep 2002 07:15:46 -0600 Date: Thu, 19 Sep 2002 22:15:48 +0900 From: qhwt@myrealbox.com To: Steve Ames <steve@energistic.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: can't compile kernel? Message-ID: <20020919131548.GA9211.qhwt@myrealbox.com> References: <200209181607.g8IG7aH1007333@energistic.com> <20020918181540.GA72105@energistic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020918181540.GA72105@energistic.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi. On Wed, Sep 18, 2002 at 01:15:40PM -0500, Steve Ames wrote: > > New datapoint: > > If I compile the kernel in the old fashion (config SB; cd ../compile/SB; > make depend all install) then the kernel compiles and installs fine. > However I get the error below when doing a 'make kernel' from /usr/src. > > Also even after rebooting onto the new kernel bind9 and mysql-server > are still exiting on signal6. I'm also getting cpp0 crashing while building new kernel. My world is from 2002-09-01(UTC) source. It looks similar to yours, except that: - cpp0 exits with signal 11, not signal 6. - I'm building my kernel in the old fashion with a slight modification $ config -d /usr/obj/kernel /path/to/CONFIGFILE && \ cd /usr/obj/kernel && make depend && make but cpp0 still crashes at the first stage of 'make depend'. > > Thoughts? Anything I can provide to help narror this down further? Now I'm wondering where I can build a cpp0 with debug symbols enabled so that I can post the backtrace... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 6:20:28 2002 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 CAF8637B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 06:20:27 -0700 (PDT) Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53CA343E42 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 06:20:27 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g8JDKJM1015317; Thu, 19 Sep 2002 09:20:20 -0400 (EDT) Date: Thu, 19 Sep 2002 09:20:19 -0400 (EDT) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: Julian Elischer <julian@elischer.org> Cc: Edwin Culp <eculp@encontacto.net>, current@FreeBSD.ORG Subject: Re: slapd dumping core with today's current. In-Reply-To: <Pine.BSF.4.21.0209190112470.10489-100000@InterJet.elischer.org> Message-ID: <Pine.GSO.4.10.10209190910090.13977-100000@pcnet1.pcnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, Julian Elischer wrote: > On Thu, 19 Sep 2002, Daniel Eischen wrote: > > Ok so I reconnected the libc_r and fixed it to compile. > > I'm a littel uncomfortable because the new kernel behaviour means that > 4.x statically compiled threaded binaries will not work right because > we've changed the kernel ABI in an incompatible way.. > We need to discuss this carefully when mini gets back to see if there is > a way out.. I brought this up with bde before. My suggestion was to create another sigreturn(), so we'd have osigreturn(), osigreturn2(), and [new] sigreturn(). He didn't like this. I think we'd need another sendsig() too. When mini adds setcontext() as a system call, this can make sigreturn() obsolete. The signal trampoline can call setcontext() instead of sigreturn() and sigreturn() can handle the old format... We still need a different sendsig() though. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 6:31:22 2002 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 1D8D137B401 for <current@freebsd.org>; Thu, 19 Sep 2002 06:31:21 -0700 (PDT) Received: from encontacto.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5963143E6E for <current@freebsd.org>; Thu, 19 Sep 2002 06:31:20 -0700 (PDT) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Thu, 19 Sep 2002 06:31:19 -0700 Received: from adsl-64-173-182-155.dsl.mtry01.pacbell.net (adsl-64-173-182-155.dsl.mtry01.pacbell.net [64.173.182.155]) by Mail.EnContacto.Net (IMP) with HTTP for eculp@encontacto.net@encontacto.net; Thu, 19 Sep 2002 06:31:19 -0700 Message-ID: <1032442279.3d89d1a7c00f9@Mail.EnContacto.Net> Date: Thu, 19 Sep 2002 06:31:19 -0700 From: Edwin Culp <eculp@encontacto.net> To: Julian Elischer <julian@elischer.org> Cc: "current@freebsd.org" <current@freebsd.org> Subject: Re: slapd dumping core with today's current. References: <Pine.BSF.4.21.0209182152390.10489-100000@InterJet.elischer.org> In-Reply-To: <Pine.BSF.4.21.0209182152390.10489-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Priority: 3 (Normal) X-Originating-IP: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Quoting Julian Elischer <julian@elischer.org>: | threads is broken right now.. | due to a miscommunicatin,. the kernel and the threads library have | a disagreement regarding something.. | Unfortunatly the person to slap up over this is offline for aday or | so.. | please be patient for a day or so (we hope). No problem. Thanks a lot, ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 6:34:57 2002 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 9123D37B407 for <current@freebsd.org>; Thu, 19 Sep 2002 06:34:51 -0700 (PDT) Received: from encontacto.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D78CE43E42 for <current@freebsd.org>; Thu, 19 Sep 2002 06:34:50 -0700 (PDT) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Thu, 19 Sep 2002 06:34:50 -0700 Received: from adsl-64-173-182-155.dsl.mtry01.pacbell.net (adsl-64-173-182-155.dsl.mtry01.pacbell.net [64.173.182.155]) by Mail.EnContacto.Net (IMP) with HTTP for eculp@encontacto.net@encontacto.net; Thu, 19 Sep 2002 06:34:50 -0700 Message-ID: <1032442490.3d89d27a8cc90@Mail.EnContacto.Net> Date: Thu, 19 Sep 2002 06:34:50 -0700 From: Edwin Culp <eculp@encontacto.net> To: Wesley Morgan <morganw@chemikals.org> Cc: "current@FreeBSD.ORG" <current@FreeBSD.ORG> Subject: Re: slapd dumping core with today's current. References: <20020919010331.V45128-100000@volatile.chemikals.org> In-Reply-To: <20020919010331.V45128-100000@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Priority: 3 (Normal) X-Originating-IP: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Quoting Wesley Morgan <morganw@chemikals.org>: | Boot from a kernel from a day or two ago and you should be fine. Unless | you build every day, your kernel.old/kernel should be in agreement with | libc_r I do build everyday and Thanks, ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 6:41:46 2002 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 B115737B401 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 06:41:44 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44FC243E3B for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 06:41:44 -0700 (PDT) (envelope-from qhwt@myrealbox.com) Received: from localhost qhwt@smtp-send.myrealbox.com [218.43.111.87] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare; Thu, 19 Sep 2002 07:41:45 -0600 Date: Thu, 19 Sep 2002 22:41:47 +0900 From: qhwt@myrealbox.com To: freebsd-current@FreeBSD.ORG Subject: Re: can't compile kernel? Message-ID: <20020919134147.GB9211.qhwt@myrealbox.com> References: <200209181607.g8IG7aH1007333@energistic.com> <20020918181540.GA72105@energistic.com> <20020919131548.GA9211.qhwt@myrealbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020919131548.GA9211.qhwt@myrealbox.com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, Sep 19, 2002 at 10:15:48PM +0900, I wrote: > On Wed, Sep 18, 2002 at 01:15:40PM -0500, Steve Ames wrote: > > > > New datapoint: > > > > If I compile the kernel in the old fashion (config SB; cd ../compile/SB; > > make depend all install) then the kernel compiles and installs fine. > > However I get the error below when doing a 'make kernel' from /usr/src. > > > > Also even after rebooting onto the new kernel bind9 and mysql-server > > are still exiting on signal6. > > I'm also getting cpp0 crashing while building new kernel. My world is from > 2002-09-01(UTC) source. It looks similar to yours, except that: > > - cpp0 exits with signal 11, not signal 6. > - I'm building my kernel in the old fashion with a slight modification > > $ config -d /usr/obj/kernel /path/to/CONFIGFILE && \ > cd /usr/obj/kernel && make depend && make > > but cpp0 still crashes at the first stage of 'make depend'. > > > > Thoughts? Anything I can provide to help narror this down further? > > Now I'm wondering where I can build a cpp0 with debug symbols enabled > so that I can post the backtrace... By the way, I've tracked down the first .c file that causes cpp0 to sig11. It's /usr/src/sys/netkey/keysock.c,rev 1.16(my source tree is placed under /home/usr.src and symlinked from /usr). $ MKDEP_CPP="cc -E" CC="cc" mkdep -a -f .newdep -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/home/usr.src/sys -I/home/usr.src/sys/dev -I/home/usr.src/sys/contrib/dev/acpica -I/home/usr.src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestanding /home/usr.src/sys/netkey/keysock.c But if I remove '-march=pentiumpro', cpp0 doesn't crash. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 6:52:36 2002 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 8A52637B404 for <current@freebsd.org>; Thu, 19 Sep 2002 06:52:34 -0700 (PDT) Received: from e4.ny.us.ibm.com (e4.ny.us.ibm.com [32.97.182.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13BF43E65 for <current@freebsd.org>; Thu, 19 Sep 2002 06:52:33 -0700 (PDT) (envelope-from sidcarter@symonds.net) Received: from northrelay04.pok.ibm.com (northrelay04.pok.ibm.com [9.56.224.206]) by e4.ny.us.ibm.com (8.12.2/8.12.2) with ESMTP id g8JDqWj2058910 for <current@freebsd.org>; Thu, 19 Sep 2002 09:52:32 -0400 Received: from calvin.in.ibm.com (calvin.in.ibm.com [9.182.24.126]) by northrelay04.pok.ibm.com (8.12.3/NCO/VER6.4) with ESMTP id g8JDqT7S063894 for <current@freebsd.org>; Thu, 19 Sep 2002 09:52:30 -0400 Received: by calvin.in.ibm.com (Postfix, from userid 1001) id 096C23765; Thu, 19 Sep 2002 19:22:07 +0530 (IST) Date: Thu, 19 Sep 2002 19:22:07 +0530 From: Sid Carter <sidcarter@symonds.net> To: current@freebsd.org Subject: Kernel won't boot - ACPI Problem ? Message-ID: <20020919135207.GA49743@calvin.in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi Folks, I was unable to boot the kernel for sometime, so I tried doing an "unset acpi_load" and the kernel booted fine. The kernel would hang after reaching "Timecounter" as show below. ----------------------------------- Sep 13 18:20:09 calvin kernel: unknown: <PNP0501> can't assign resources (port) Sep 13 18:20:09 calvin kernel: unknown: <PNP0401> can't assign resources (port) Sep 13 18:20:09 calvin kernel: unknown: <PNP0c02> can't assign resources (port) Sep 13 18:20:09 calvin kernel: Timecounters tick every 10.000 msec ----------------------------------- My System Info ----------------------------------- Sep 13 18:20:09 calvin kernel: Timecounter "i8254" frequency 1193182 Hz Sep 13 18:20:09 calvin kernel: Timecounter "TSC" frequency 996769445 Hz Sep 13 18:20:09 calvin kernel: CPU: Pentium III/Pentium III Xeon/Celeron (996.77-MHz 686-class CPU) Sep 13 18:20:09 calvin kernel: Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Sep 13 18:20:09 calvin kernel: Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE> Sep 13 18:20:09 calvin kernel: real memory = 267255808 (260992K bytes) Sep 13 18:20:09 calvin kernel: avail memory = 253181952 (247248K bytes) ----------------------------------- uname ----- 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Sep 19 17:11:41 IST 2002 root@calvin:/usr/obj/usr/src/sys/GENERIC i386 My Kernel boots fine, if I disable acpi. Is there something wrong with ACPI and kernel right now ? Is there a fix to this ? i.e. apart from disabling acpi. TIA Regards Sid -- What is worth doing is worth the trouble of asking somebody to do. Sid Carter - http://symonds.net/~sidcarter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 8:13:33 2002 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 B330737B401 for <current@freebsd.org>; Thu, 19 Sep 2002 08:13:31 -0700 (PDT) Received: from ref5.freebsd.org (ref5.FreeBSD.org [216.136.204.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BEEB43E42 for <current@freebsd.org>; Thu, 19 Sep 2002 08:13:31 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from ref5.freebsd.org (localhost [127.0.0.1]) by ref5.freebsd.org (8.12.6/8.12.6) with ESMTP id g8JFDVDu002185 for <current@freebsd.org>; Thu, 19 Sep 2002 08:13:31 -0700 (PDT) (envelope-from des@ref5.freebsd.org) Received: (from des@localhost) by ref5.freebsd.org (8.12.6/8.12.6/Submit) id g8JFDVtR002183 for current@freebsd.org; Thu, 19 Sep 2002 08:13:31 -0700 (PDT) Date: Thu, 19 Sep 2002 08:13:31 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209191513.g8JFDVtR002183@ref5.freebsd.org> To: current@freebsd.org Subject: i386 tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- ===> secure/lib/libssl make: don't know how to make openssl/ssl.h. Stop *** Error code 2 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 9:53:49 2002 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 029AB37B401 for <current@FreeBSD.org>; Thu, 19 Sep 2002 09:53:49 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4DB43E77 for <current@FreeBSD.org>; Thu, 19 Sep 2002 09:53:47 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g8JGrZ300492; Fri, 20 Sep 2002 01:53:35 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: current@FreeBSD.org In-Reply-To: <20020919070901.GA57130@freebsd.tekrealm.net> References: <20020919070901.GA57130@freebsd.tekrealm.net> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 13 From: Makoto Matsushita <matusita@jp.FreeBSD.org> To: elitetek@tekrealm.net Subject: Re: boot -c ? Date: Fri, 20 Sep 2002 01:53:32 +0900 Message-Id: <20020920015332R.matusita@jp.FreeBSD.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG elitetek> boot -c on DP1, and the latest snapshots doesnt seem to do elitetek> anything, I have been unable to find any info regarding a elitetek> change to the command or what other switches it supports. Userconfig was gone away in 5-current. Tweak /boot/device.hints instead, or set appropriate variable with loader(8) prompt. Tweaking hints.* via loader(8) is not yet implemented (actually patch is available, but not yet committed and/or reviewed.) -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 11:14:48 2002 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 3388937B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 11:14:46 -0700 (PDT) Received: from electricrain.com (electricrain.com [64.71.143.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A289343E65 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 11:14:45 -0700 (PDT) (envelope-from fuzzy@electricrain.com) Received: (qmail 18131 invoked by uid 540); 19 Sep 2002 18:14:45 -0000 Date: Thu, 19 Sep 2002 11:14:45 -0700 From: Chris Doherty <chris-freebsd@randomcamel.net> To: freebsd-current@freebsd.org Subject: ALTQ status? Message-ID: <20020919181445.GA17722@zot.electricrain.com> Reply-To: chris-freebsd@randomcamel.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: XEmacs X-Koan: mu. Organization: The Inside Foundation Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG does anyone know the status of the ALTQ merge? I checked the webpage (http://www.rofug.ro/projects/freebsd-altq/), and it was last updated on August 25th, but 5.0 (and especially its feature freeze) is creeping up quickly, and there's no mention of ALTQ in the -current release notes (http://people.freebsd.org/~bmah/relnotes/CURRENT/relnotes-i386.html). I don't have a machine to run -current on, so I don't have the source code; and I couldn't find anything about ALTQ in the mailing list archives. anyone have a line on this? thanks, chris ------------------------------- Chris Doherty chris [at] randomcamel.net "I think," said Christopher Robin, "that we ought to eat all our provisions now, so we won't have so much to carry." -- A. A. Milne ------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 11:37:53 2002 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 6E66D37B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 11:37:52 -0700 (PDT) Received: from dev.bsdnerds.org (lsanca2-ar31-4-33-246-189.lsanca2.dsl-verizon.net [4.33.246.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3D743E3B for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 11:37:51 -0700 (PDT) (envelope-from lists@bsdnerds.org) Received: from dev.bsdnerds.org (tr0n@localhost [127.0.0.1]) by dev.bsdnerds.org (8.12.6/8.12.6) with ESMTP id g8JIbp8t007839 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 18:37:52 GMT (envelope-from lists@bsdnerds.org) Received: (from tr0n@localhost) by dev.bsdnerds.org (8.12.6/8.12.6/Submit) id g8JIbjp7007838; Thu, 19 Sep 2002 11:37:45 -0700 (PDT) X-Authentication-Warning: dev.bsdnerds.org: tr0n set sender to lists@bsdnerds.org using -f Subject: xmms From: BSDNerds Lists <lists@bsdnerds.org> Reply-To: lists@bsdnerds.org To: freebsd-current <freebsd-current@freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 19 Sep 2002 11:37:45 -0700 Message-Id: <1032460665.7399.2.camel@dev.bsdnerds.org> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Is anyone else still having issues with xmms? i get a segfault and core dump when i try to run int on -CURRENT with the new source. Just wondering, it looks like the same error that noatun was giving for a while, when i looked in the list archives, maybe there was a patch sorry if i missed that. Thanks Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:11:38 2002 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 C8FED37B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 13:11:36 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FA643E77 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 13:11:32 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id QAA23118 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 16:11:30 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g8JKB0Y86399; Thu, 19 Sep 2002 16:11:00 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin <gallatin@cs.duke.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15754.12116.538137.541162@grasshopper.cs.duke.edu> Date: Thu, 19 Sep 2002 16:11:00 -0400 (EDT) To: freebsd-current@freebsd.org Subject: buildworld failure in openssl? X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I'm trying to upgrade a ~March -current machine to a more modern version. Buildworld is dying like this: >>> stage 4: building libraries -------------------------------------------------------------- <..> ===> secure/lib/libssl mkdir -p openssl sh /usr/src/tools/install.sh -C -m 444 /usr/src/secure/lib/libssl/../../../crypto/openssl/crypto/dso/dso.h openssl mkdir -p openssl sh /usr/src/tools/install.sh -C -m 444 /usr/src/secure/lib/libssl/../../../crypto/openssl/crypto/conf/conf_api.h openssl make: don't know how to make openssl/ssl.h. Stop *** Error code 2 I've gone so far as to rm -rf my source tree and re-check it out. Nothing in UPDATING jumps out at me. Does anybody have any ideas? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:36: 1 2002 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 A52A437B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 13:36:00 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5CAD43E42 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 13:35:59 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DA03266B28; Thu, 19 Sep 2002 13:35:58 -0700 (PDT) Date: Thu, 19 Sep 2002 13:35:58 -0700 From: Kris Kennaway <kris@obsecurity.org> To: Andrew Gallatin <gallatin@cs.duke.edu> Cc: freebsd-current@freebsd.org Subject: Re: buildworld failure in openssl? Message-ID: <20020919203557.GA76142@xor.obsecurity.org> References: <15754.12116.538137.541162@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <15754.12116.538137.541162@grasshopper.cs.duke.edu> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 19, 2002 at 04:11:00PM -0400, Andrew Gallatin wrote: >=20 > I'm trying to upgrade a ~March -current machine to a more modern > version. Buildworld is dying like this: I think ru fixed this earlier this morning. I don't know why it suddenly broke, because no-one's touched openssl in a while. Kris --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ijUtWry0BWjoQKURAjDiAJ4w8Owj/6iFIndZRkEvgIrwvcp3VACgjdDV sYVRHvIameqCL/sIqrl6p+Y= =jaCK -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:36:15 2002 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 4C12937B401 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 13:36:14 -0700 (PDT) Received: from volatile.chemikals.org (cae57-176-076.sc.rr.com [66.57.176.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E22143E3B for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 13:36:13 -0700 (PDT) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.12.5/8.12.5) with ESMTP id g8JKa6QU050760; Thu, 19 Sep 2002 16:36:06 -0400 (EDT) (envelope-from morganw@chemikals.org) Received: from localhost (morganw@localhost) by volatile.chemikals.org (8.12.6/8.12.6/Submit) with ESMTP id g8JKa5cp050757; Thu, 19 Sep 2002 16:36:05 -0400 (EDT) X-Authentication-Warning: volatile.chemikals.org: morganw owned process doing -bs Date: Thu, 19 Sep 2002 16:36:05 -0400 (EDT) From: Wesley Morgan <morganw@chemikals.org> To: Andrew Gallatin <gallatin@cs.duke.edu> Cc: freebsd-current@FreeBSD.ORG Subject: Re: buildworld failure in openssl? In-Reply-To: <15754.12116.538137.541162@grasshopper.cs.duke.edu> Message-ID: <20020919163533.K50191-100000@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Nope, but i see that here. DES reported it too, but we get some many 'tinderbox failures' from him that some people might just ignore them =) On Thu, 19 Sep 2002, Andrew Gallatin wrote: > > I'm trying to upgrade a ~March -current machine to a more modern > version. Buildworld is dying like this: > > >>> stage 4: building libraries > -------------------------------------------------------------- > <..> > ===> secure/lib/libssl > > mkdir -p openssl > sh /usr/src/tools/install.sh -C -m 444 > /usr/src/secure/lib/libssl/../../../crypto/openssl/crypto/dso/dso.h > openssl > mkdir -p openssl > sh /usr/src/tools/install.sh -C -m 444 > /usr/src/secure/lib/libssl/../../../crypto/openssl/crypto/conf/conf_api.h > openssl > make: don't know how to make openssl/ssl.h. Stop > *** Error code 2 > > > I've gone so far as to rm -rf my source tree and re-check it out. > > Nothing in UPDATING jumps out at me. Does anybody have any ideas? > > Thanks, > > Drew > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ morganw@chemikals.org _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:39: 7 2002 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 38A1D37B401 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 13:39:06 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D3643E42 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 13:39:01 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.5/8.12.6) id g8JKcvXp013849; Thu, 19 Sep 2002 22:38:57 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt <sos@spider.deepcore.dk> Message-Id: <200209192038.g8JKcvXp013849@spider.deepcore.dk> Subject: Re: buildworld failure in openssl? In-Reply-To: <20020919203557.GA76142@xor.obsecurity.org> To: Kris Kennaway <kris@obsecurity.org> Date: Thu, 19 Sep 2002 22:38:57 +0200 (CEST) Cc: Andrew Gallatin <gallatin@cs.duke.edu>, freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG It seems Kris Kennaway wrote: > On Thu, Sep 19, 2002 at 04:11:00PM -0400, Andrew Gallatin wrote: > > > > I'm trying to upgrade a ~March -current machine to a more modern > > version. Buildworld is dying like this: > > I think ru fixed this earlier this morning. I don't know why it > suddenly broke, because no-one's touched openssl in a while. Nope, it still fails on a fresh cvsup.... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:41: 6 2002 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 43ECC37B4E1 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 13:41:03 -0700 (PDT) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id D21A443E75 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 13:41:02 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 28681 invoked from network); 19 Sep 2002 20:41:03 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <freebsd-current@freebsd.org>; 19 Sep 2002 20:41:03 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8JKf0Bv066599; Thu, 19 Sep 2002 16:41:00 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: <XFMail.20020919164102.jhb@FreeBSD.org> X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <1032460665.7399.2.camel@dev.bsdnerds.org> Date: Thu, 19 Sep 2002 16:41:02 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: BSDNerds Lists <lists@bsdnerds.org> Subject: RE: xmms Cc: freebsd-current <freebsd-current@freebsd.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 19-Sep-2002 BSDNerds Lists wrote: > Is anyone else still having issues with xmms? i get a segfault and core > dump when i try to run int on -CURRENT with the new source. Just > wondering, it looks like the same error that noatun was giving for a > while, when i looked in the list archives, maybe there was a patch sorry > if i missed that. Thanks Which version? 1.2.7 is working fine for me on -current about a week old. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:42: 7 2002 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 5182337B401 for <current@freebsd.org>; Thu, 19 Sep 2002 13:42:06 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C8A643E4A for <current@freebsd.org>; Thu, 19 Sep 2002 13:42:06 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8JKg5N2042712 for <current@freebsd.org>; Thu, 19 Sep 2002 13:42:05 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8JKg5td042710 for current@freebsd.org; Thu, 19 Sep 2002 13:42:05 -0700 (PDT) Date: Thu, 19 Sep 2002 13:42:05 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209192042.g8JKg5td042710@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- ===> secure/lib/libssl make: don't know how to make openssl/ssl.h. Stop *** Error code 2 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:47:40 2002 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 B4E1737B401 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 13:47:38 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 374EA43E3B for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 13:47:38 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 88DA166B28; Thu, 19 Sep 2002 13:47:37 -0700 (PDT) Date: Thu, 19 Sep 2002 13:47:36 -0700 From: Kris Kennaway <kris@obsecurity.org> To: Soeren Schmidt <sos@spider.deepcore.dk> Cc: Kris Kennaway <kris@obsecurity.org>, Andrew Gallatin <gallatin@cs.duke.edu>, freebsd-current@FreeBSD.ORG Subject: Re: buildworld failure in openssl? Message-ID: <20020919204736.GB76142@xor.obsecurity.org> References: <20020919203557.GA76142@xor.obsecurity.org> <200209192038.g8JKcvXp013849@spider.deepcore.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/NkBOFFp2J2Af1nK" Content-Disposition: inline In-Reply-To: <200209192038.g8JKcvXp013849@spider.deepcore.dk> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG --/NkBOFFp2J2Af1nK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 19, 2002 at 10:38:57PM +0200, Soeren Schmidt wrote: > It seems Kris Kennaway wrote: > > On Thu, Sep 19, 2002 at 04:11:00PM -0400, Andrew Gallatin wrote: > > >=20 > > > I'm trying to upgrade a ~March -current machine to a more modern > > > version. Buildworld is dying like this: > >=20 > > I think ru fixed this earlier this morning. I don't know why it > > suddenly broke, because no-one's touched openssl in a while. >=20 > Nope, it still fails on a fresh cvsup.... Okay, it sounds like a better explanation is "it was working fine until ru broke it" :-) Kris --/NkBOFFp2J2Af1nK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ijfoWry0BWjoQKURAo7hAKDXrHP9HU5kkQ9F5gtJWdAe9v0xPgCgrjug EqiHvUmvO+Xqe9DCgux5KVQ= =7Qs6 -----END PGP SIGNATURE----- --/NkBOFFp2J2Af1nK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:49:19 2002 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 7E16F37B401 for <current@freebsd.org>; Thu, 19 Sep 2002 13:49:18 -0700 (PDT) Received: from isilon.com (isilon.com [65.101.129.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id E353B43E4A for <current@freebsd.org>; Thu, 19 Sep 2002 13:49:17 -0700 (PDT) (envelope-from jeffr@isilon.com) Received: from gateway.isilon.com (gateway.isilon.com [172.16.1.200]) by isilon.com (8.12.2/8.11.1) with ESMTP id g8JKnHUc092841 for <current@freebsd.org>; Thu, 19 Sep 2002 13:49:17 -0700 (PDT) (envelope-from jeffr@isilon.com) Date: Thu, 19 Sep 2002 13:49:17 -0700 (PDT) From: Jeff Roberson <jeffr@isilon.com> To: current@freebsd.org Subject: Request for review & testing of VFS locking patch Message-ID: <Pine.BSF.4.21.0209191335200.85861-100000@isilon.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I have a patch available at http://www.chesapeake.net/~jroberson/vfssmp.diff that locks the majority of the vnode fields. The namecache locking has been omitted from this patch. The locking has been specified in vnode.h and all interlock, syncer, and vn lock usage has been verified. Any places that are unlocked now should be marked with mp_fixme's. This patch touches every filesystem. I have tested with several but I would appreciate more extensive testing especially if you use one of the lesser used filesystems (ie non ufs). Please test with WITNESS and DEBUG_VFS_LOCKS enabled. If you find that it drops into the debugger please get a back trace and then do the following: w vfs_badlock_panic 0 w vfs_badlock_print 0 w vfs_badlock_mutex 0 Currently I know that sendfile() and the UFS snapshot code fail assertions. There are many diffs that just switch from explicit mtx ops to using the new VI_*LOCK macros. I did this only in places where I actually reviewed the code. The remaining direct v_interlock accesses serve as indicators of behavior that needs to be further verified. I also have not verified usage of the mntvnode mtx or the freelist mutex etc. There may be racees there. I did, however, fixup the broken vflush() mntvnode race. Once this has been commited I will be free to lock the rest of the vnode and then move on to other filesystem related datastructures. My goal is to have the high level VFS and at least some filesystems SMP safe for 5.0. Any feedback is welcome. Thanks, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:51:20 2002 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 4AE4A37B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 13:51:19 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83B1943E65 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 13:51:18 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id QAA24803; Thu, 19 Sep 2002 16:51:17 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g8JKolR86449; Thu, 19 Sep 2002 16:50:47 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin <gallatin@cs.duke.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15754.14503.710365.200354@grasshopper.cs.duke.edu> Date: Thu, 19 Sep 2002 16:50:47 -0400 (EDT) To: Kris Kennaway <kris@obsecurity.org> Cc: freebsd-current@freebsd.org Subject: Re: buildworld failure in openssl? In-Reply-To: <20020919203557.GA76142@xor.obsecurity.org> References: <15754.12116.538137.541162@grasshopper.cs.duke.edu> <20020919203557.GA76142@xor.obsecurity.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Kris Kennaway writes: > suddenly broke, because no-one's touched openssl in a while. That's why I thought it was local.. Of course, the very next message I got after sending my query was DES's tinderbox failure ;) Thanks for the info. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:55:40 2002 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 C595837B401 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 13:55:39 -0700 (PDT) Received: from nic-naa.net (216-220-241-233.midmaine.com [216.220.241.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C6C43E65 for <freebsd-current@FreeBSD.ORG>; Thu, 19 Sep 2002 13:55:33 -0700 (PDT) (envelope-from brunner@nic-naa.net) Received: from nic-naa.net (localhost.nic-naa.net [127.0.0.1]) by nic-naa.net (8.12.6/8.12.6) with ESMTP id g8JKtXgZ070538; Thu, 19 Sep 2002 16:55:38 -0400 (EDT) (envelope-from brunner@nic-naa.net) Message-Id: <200209192055.g8JKtXgZ070538@nic-naa.net> To: Andrew Gallatin <gallatin@cs.duke.edu> Cc: freebsd-current@FreeBSD.ORG, brunner@nic-naa.net Subject: Re: buildworld failure in openssl? In-Reply-To: Your message of "Thu, 19 Sep 2002 16:11:00 EDT." <15754.12116.538137.541162@grasshopper.cs.duke.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <70536.1032468932.1@nic-naa.net> Date: Thu, 19 Sep 2002 16:55:33 -0400 From: Eric Brunner-Williams in Portland Maine <brunner@nic-naa.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I get the same on a more recent build. siksika# make buildworld ... mkdir -p openssl sh /usr/src/tools/install.sh -C -m 444 /usr/src/secure/lib/libssl/../../../crypto/openssl/crypto/conf/conf_api.h openssl make: don't know how to make openssl/ssl.h. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. siksika# uname -a FreeBSD siksika.nic-naa.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Sep 18 18:44:52 EDT 2002 brunner@siksika.nic-naa.net:/usr/obj/config/SIKSIKA-SMP i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 13:59: 7 2002 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 5DD8337B401 for <current@FreeBSD.org>; Thu, 19 Sep 2002 13:59:06 -0700 (PDT) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEFD043E77 for <current@FreeBSD.org>; Thu, 19 Sep 2002 13:59:05 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 17247 invoked from network); 19 Sep 2002 21:00:13 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <current@FreeBSD.org>; 19 Sep 2002 21:00:13 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8JKx2Bv066698; Thu, 19 Sep 2002 16:59:03 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: <XFMail.20020919165904.jhb@FreeBSD.org> X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 19 Sep 2002 16:59:04 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: mckay@FreeBSD.org Subject: dc(4) patch Cc: current@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG A while ago I started having problems with a dc(4) cardbus card that I hadn't had before. Lots of failures to force tx and rx to idle state resulting in the card eventually hanging under load and basically being worthless until I ejected it and reinserted it. ifconfig up/down, etc. didn't help. So I bought a new dc(4) cardbus card and it had the same problems. First card: dc0: <Abocom FE2500 10/100BaseTX> port 0x1100-0x11ff mem 0x88002000-0x880023ff irq 11 at device 0.0 on cardbus0 (really a LinkSys PCMP100 or some such) Second card: dc0: <Accton EN2242 MiniPCI 10/100BaseTX> port 0x1100-0x11ff mem 0x88002000-0x880023ff irq 11 at device 0.0 on cardbus0 (really a SpeedStream SS1012). The patch below fixed the hangs on both cards: --- if_dc.c 4 Sep 2002 18:14:17 -0000 1.77 +++ if_dc.c 19 Sep 2002 20:57:03 -0000 @@ -1366,7 +1370,8 @@ for (i = 0; i < DC_TIMEOUT; i++) { isr = CSR_READ_4(sc, DC_ISR); if (isr & DC_ISR_TX_IDLE && - (isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED) + ((isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED || + (isr & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT)) break; DELAY(10); } The automatic TX underrun recovery stuff didn't make a bit of difference for the SpeedStream card FWIW. Also, unlike one of the PR's which claimed that the SpeedStream SS1020 (PCI adapter rather than cardbus card), the dc(4) driver read the right MAC address just fine w/o the need for any changes. -- John Baldwin <john@baldwin.cx> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 14:15:43 2002 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 7273B37B401; Thu, 19 Sep 2002 14:15:42 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B84443E4A; Thu, 19 Sep 2002 14:15:41 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8JLFeHb031915; Thu, 19 Sep 2002 23:15:40 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8JLFe75835832; Thu, 19 Sep 2002 23:15:40 +0200 (MES) Date: Thu, 19 Sep 2002 23:15:35 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: John Baldwin <jhb@FreeBSD.org> Cc: <mckay@FreeBSD.org>, <current@FreeBSD.org> Subject: Re: dc(4) patch Message-ID: <20020919231429.J52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi John, See the patch I've submitted last week or previous week. Topic was uncomitted dc0 PR's. I had a patch for this there. Martin Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: <finger -l mbr@freebsd.org> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 14:59:26 2002 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 3FB9137B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 14:59:25 -0700 (PDT) Received: from dev.bsdnerds.org (lsanca2-ar31-4-33-246-189.lsanca2.dsl-verizon.net [4.33.246.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9F943E6A for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 14:59:24 -0700 (PDT) (envelope-from lists@bsdnerds.org) Received: from dev.bsdnerds.org (smmsp@localhost [127.0.0.1]) by dev.bsdnerds.org (8.12.6/8.12.6) with ESMTP id g8JLxH8t097145 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 21:59:23 GMT (envelope-from lists@bsdnerds.org) Received: (from tr0n@localhost) by dev.bsdnerds.org (8.12.6/8.12.6/Submit) id g8JLbW47068066; Thu, 19 Sep 2002 14:37:32 -0700 (PDT) X-Authentication-Warning: dev.bsdnerds.org: tr0n set sender to lists@bsdnerds.org using -f Subject: RE: xmms From: BSDNerds Lists <lists@bsdnerds.org> Reply-To: lists@bsdnerds.org To: freebsd-current <freebsd-current@freebsd.org> In-Reply-To: <XFMail.20020919164102.jhb@FreeBSD.org> References: <XFMail.20020919164102.jhb@FreeBSD.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 19 Sep 2002 14:37:26 -0700 Message-Id: <1032471446.7399.38.camel@dev.bsdnerds.org> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Yeah its all brand new, i disreguarded it at first and thought it may have had something to do with the gcc patch i used on the cp-lang.cpp file to get kde to compile. So ounce i saw that the new pre-release source went final I cvsuped ports and src, and recompiled and tried again. it compiles file, just won't run. > uname -a FreeBSD peaches 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Sep 18 23:06:03 PDT 2002 tr0n@peaches:/usr/obj/usr/src/sys/PEACHES i386 > xmms -v xmms 1.2.7 > pkg_info | grep xmms xmms-esound-1.2.7_2 X Multimedia System --- An audio player with a Winamp GUI > xmms Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) Abort (core dumped) On Thu, 2002-09-19 at 13:41, John Baldwin wrote: > > On 19-Sep-2002 BSDNerds Lists wrote: > > Is anyone else still having issues with xmms? i get a segfault and core > > dump when i try to run int on -CURRENT with the new source. Just > > wondering, it looks like the same error that noatun was giving for a > > while, when i looked in the list archives, maybe there was a patch sorry > > if i missed that. Thanks > > Which version? 1.2.7 is working fine for me on -current about a week old. > > -- > > John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 15: 8:53 2002 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 D5C1537B401; Thu, 19 Sep 2002 15:08:52 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F3643E42; Thu, 19 Sep 2002 15:08:51 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8JM8oHb036877; Fri, 20 Sep 2002 00:08:50 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8JM8o75703635; Fri, 20 Sep 2002 00:08:50 +0200 (MES) Date: Fri, 20 Sep 2002 00:08:45 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: John Baldwin <jhb@FreeBSD.org> Cc: <current@FreeBSD.org>, <mckay@FreeBSD.org> Subject: Re: dc(4) patch In-Reply-To: <200209192123.g8JLNT7s003705@grimreaper.grondar.org> Message-ID: <20020920000538.K52781-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi John, Your patch looks correct ! Thanks to finding this out. Can you commit this or do you wait for McKay ? Or should I ;-) ? Ps: the automatic TX underrun recovery still needs to be comitted. Without it no cvsup survives here. Martin Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: <finger -l mbr@freebsd.org> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 15:10:39 2002 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 D09B637B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 15:10:37 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D404F43E75 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 15:10:36 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id IAA22558; Fri, 20 Sep 2002 08:10:07 +1000 Date: Fri, 20 Sep 2002 08:18:47 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: bde@gamplex.bde.org To: Daniel Eischen <eischen@pcnet1.pcnet.com> Cc: Julian Elischer <julian@elischer.org>, Edwin Culp <eculp@encontacto.net>, <current@FreeBSD.ORG> Subject: Re: slapd dumping core with today's current. In-Reply-To: <Pine.GSO.4.10.10209190910090.13977-100000@pcnet1.pcnet.com> Message-ID: <20020920080057.T3280-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, Daniel Eischen wrote: > On Thu, 19 Sep 2002, Julian Elischer wrote: > > On Thu, 19 Sep 2002, Daniel Eischen wrote: > > > > Ok so I reconnected the libc_r and fixed it to compile. > > > > I'm a littel uncomfortable because the new kernel behaviour means that > > 4.x statically compiled threaded binaries will not work right because > > we've changed the kernel ABI in an incompatible way.. > > We need to discuss this carefully when mini gets back to see if there is > > a way out.. > > I brought this up with bde before. My suggestion was to create > another sigreturn(), so we'd have osigreturn(), osigreturn2(), > and [new] sigreturn(). He didn't like this. I think we'd need > another sendsig() too. > > When mini adds setcontext() as a system call, this can make > sigreturn() obsolete. The signal trampoline can call setcontext() > instead of sigreturn() and sigreturn() can handle the old > format... We still need a different sendsig() though. Unfortunately, we didn't get expansion of the i386 mcontext_t to make room for SSE, into 4.0, and the problem has been mostly ignored since then. Looks like it is a large problem. The things we might have to do to keep compatibile with old applications are similar to the things that might be necessary for efficiency. sendsig() and sigreturn() spend a lot of time copying out and in large amounts of state that are never really used, especially by old applications that cannot know about the new state. Optimizations would involve not copying it all, and compatibilty would also involve not even leaving space for copying it all. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 15:11:34 2002 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 4730537B401 for <current@FreeBSD.org>; Thu, 19 Sep 2002 15:11:33 -0700 (PDT) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id C404643E6A for <current@FreeBSD.org>; Thu, 19 Sep 2002 15:11:32 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 24077 invoked from network); 19 Sep 2002 22:11:32 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <mckay@FreeBSD.org>; 19 Sep 2002 22:11:32 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8JMBUBv066901; Thu, 19 Sep 2002 18:11:31 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: <XFMail.20020919181132.jhb@FreeBSD.org> X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020919231429.J52781-100000@levais.imp.ch> Date: Thu, 19 Sep 2002 18:11:32 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Martin Blapp <mb@imp.ch> Subject: Re: dc(4) patch Cc: current@FreeBSD.org, mckay@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 19-Sep-2002 Martin Blapp wrote: > > Hi John, > > See the patch I've submitted last week or previous week. > > Topic was uncomitted dc0 PR's. I had a patch for this there. IIRC, yours completely disabled the check. It would seem to make good sense to still try to force the card idle before dinking with DC_NETCFG, but to allow that some cards may be reporting a status of WAIT instead of STOPPED when the receiver is idle. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 15:17:59 2002 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 D207737B401 for <current@freebsd.org>; Thu, 19 Sep 2002 15:17:58 -0700 (PDT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46AD443E6A for <current@freebsd.org>; Thu, 19 Sep 2002 15:17:58 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0128.cvx21-bradley.dialup.earthlink.net ([209.179.192.128] helo=mindspring.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17s9cL-0005h9-00; Thu, 19 Sep 2002 15:17:49 -0700 Message-ID: <3D8A4CB2.914E7A9C@mindspring.com> Date: Thu, 19 Sep 2002 15:16:18 -0700 From: Terry Lambert <tlambert2@mindspring.com> X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Bruce Evans <bde@zeta.org.au> Cc: Daniel Eischen <eischen@pcnet1.pcnet.com>, Julian Elischer <julian@elischer.org>, Edwin Culp <eculp@encontacto.net>, current@FreeBSD.ORG Subject: Re: slapd dumping core with today's current. References: <20020920080057.T3280-100000@gamplex.bde.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Bruce Evans wrote: > Unfortunately, we didn't get expansion of the i386 mcontext_t to make > room for SSE, into 4.0, and the problem has been mostly ignored since > then. Looks like it is a large problem. Any chance of avoiding this in the future by adding an "extensible, but known to be suboptimal if used" extension field, so that these kind of changes can be made without having to change anything important to the point of incompatability? That type of thing would let the problem be fixed in an ugly way, but at least it would be fixed, without balancing things on a knife's edge of incompatability vs. non-working code. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 15:25:54 2002 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 F174837B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 15:25:52 -0700 (PDT) Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C8543E6A for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 15:25:52 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g8JMPbOT027644; Thu, 19 Sep 2002 18:25:37 -0400 (EDT) Date: Thu, 19 Sep 2002 18:25:37 -0400 (EDT) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: Terry Lambert <tlambert2@mindspring.com> Cc: Bruce Evans <bde@zeta.org.au>, Julian Elischer <julian@elischer.org>, Edwin Culp <eculp@encontacto.net>, current@FreeBSD.ORG Subject: Re: slapd dumping core with today's current. In-Reply-To: <3D8A4CB2.914E7A9C@mindspring.com> Message-ID: <Pine.GSO.4.10.10209191821440.27171-100000@pcnet1.pcnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, Terry Lambert wrote: > Bruce Evans wrote: > > Unfortunately, we didn't get expansion of the i386 mcontext_t to make > > room for SSE, into 4.0, and the problem has been mostly ignored since > > then. Looks like it is a large problem. > > Any chance of avoiding this in the future by adding an "extensible, > but known to be suboptimal if used" extension field, so that these > kind of changes can be made without having to change anything > important to the point of incompatability? > > That type of thing would let the problem be fixed in an ugly way, > but at least it would be fixed, without balancing things on a > knife's edge of incompatability vs. non-working code. That's kind of the point of adding the fields that we did (mc_len, mc_fpformat). They can be used to help validate the contents and to allow extensions. We also have some spare slots, but the last incarnation of ucontext_t also had spare slots and it wasn't nearly enough for what we now need. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 15:35:33 2002 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 D14DD37B401; Thu, 19 Sep 2002 15:35:32 -0700 (PDT) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D40743E3B; Thu, 19 Sep 2002 15:35:32 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11] (may be forged)) by magic.adaptec.com (8.10.2+Sun/8.10.2) with ESMTP id g8JMVTN10362; Thu, 19 Sep 2002 15:31:29 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id PAA14868; Thu, 19 Sep 2002 15:31:28 -0700 (PDT) Received: from [10.100.253.70] (aslan [10.100.253.70]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id QAA24709; Thu, 19 Sep 2002 16:31:24 -0600 (MDT) Date: Thu, 19 Sep 2002 16:31:26 -0600 From: "Justin T. Gibbs" <gibbs@scsiguy.com> Reply-To: "Justin T. Gibbs" <gibbs@scsiguy.com> To: marius@alchemy.franken.de, "Kenneth D. Merry" <ken@kdm.org> Cc: freebsd-current@freebsd.org, freebsd-scsi@freebsd.org Subject: Re: page fault while in kernel mode, cam related ? Message-ID: <1000070816.1032474686@aslan.btc.adaptec.com> In-Reply-To: <20020918044910.D96711@newtrinity.default-network.net> References: <20020918025349.C96711@newtrinity.default-network.net> <20020917190321.A99415@panzer.kdm.org> <20020918034548.T70075@newtrinity.default-network.net> <20020918044910.D96711@newtrinity.default-network.net> X-Mailer: Mulberry/3.0.0a4 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG > > uhm, i just got another one. i guess the hd is broken and also managed to > cause the previous panic. Can you do a: cd /usr/src/sys/i386/compile/MYKERNEL gdb -k kernel.debug l *(ahc_dump_card_state+0x692) and give me the output. Thanks, Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 15:46:14 2002 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 6FE1137B401 for <current@freebsd.org>; Thu, 19 Sep 2002 15:46:13 -0700 (PDT) Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EDB143E42 for <current@freebsd.org>; Thu, 19 Sep 2002 15:46:13 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0128.cvx21-bradley.dialup.earthlink.net ([209.179.192.128] helo=mindspring.com) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17sA3P-0001cV-00; Thu, 19 Sep 2002 15:45:47 -0700 Message-ID: <3D8A5338.363AEF4B@mindspring.com> Date: Thu, 19 Sep 2002 15:44:08 -0700 From: Terry Lambert <tlambert2@mindspring.com> X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Daniel Eischen <eischen@pcnet1.pcnet.com> Cc: Bruce Evans <bde@zeta.org.au>, Julian Elischer <julian@elischer.org>, Edwin Culp <eculp@encontacto.net>, current@FreeBSD.ORG Subject: Re: slapd dumping core with today's current. References: <Pine.GSO.4.10.10209191821440.27171-100000@pcnet1.pcnet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Daniel Eischen wrote: > That's kind of the point of adding the fields that we did > (mc_len, mc_fpformat). They can be used to help validate > the contents and to allow extensions. We also have some > spare slots, but the last incarnation of ucontext_t also > had spare slots and it wasn't nearly enough for what we > now need. I was thinking more along the lines of: struct extend { struct extend *next; /* Next extension in list */ int32_t id; /* extension ID */ char crap[1]; /* extension specific data */ }; And then adding: struct extend *extensions; Yeah, if it's non-NULL, it means a linear list traversal to find relevent extensions, but that's better than non-working. String-to-id translation is a seperate function, and can also use a linear list traversal to find the string, get an ID back, and then subsequqnetly use the ID. Yeah, it's an extra contents dereference, but it's better than non-working. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 15:52: 0 2002 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 DA42337B401; Thu, 19 Sep 2002 15:51:54 -0700 (PDT) Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96EA843E65; Thu, 19 Sep 2002 15:51:51 -0700 (PDT) (envelope-from vince@oahu.WURLDLINK.NET) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id g8JMpj405498; Thu, 19 Sep 2002 12:51:45 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Thu, 19 Sep 2002 12:51:45 -1000 (HST) From: Vincent Poy <vince@oahu.WURLDLINK.NET> To: John Baldwin <jhb@FreeBSD.ORG> Cc: mckay@FreeBSD.ORG, <current@FreeBSD.ORG> Subject: Re: dc(4) patch In-Reply-To: <XFMail.20020919165904.jhb@FreeBSD.org> Message-ID: <20020919123131.C4630-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, John Baldwin wrote: > A while ago I started having problems with a dc(4) cardbus card that > I hadn't had before. Lots of failures to force tx and rx to idle > state resulting in the card eventually hanging under load and > basically being worthless until I ejected it and reinserted it. > ifconfig up/down, etc. didn't help. So I bought a new dc(4) cardbus > card and it had the same problems. First card: > > dc0: <Abocom FE2500 10/100BaseTX> port 0x1100-0x11ff mem 0x88002000-0x880023ff irq 11 at device 0.0 > on cardbus0 > > (really a LinkSys PCMP100 or some such) > > Second card: > > dc0: <Accton EN2242 MiniPCI 10/100BaseTX> port 0x1100-0x11ff mem 0x88002000-0x880023ff irq 11 at > device 0.0 on cardbus0 > > (really a SpeedStream SS1012). The patch below fixed the hangs > on both cards: > > --- if_dc.c 4 Sep 2002 18:14:17 -0000 1.77 > +++ if_dc.c 19 Sep 2002 20:57:03 -0000 > @@ -1366,7 +1370,8 @@ > for (i = 0; i < DC_TIMEOUT; i++) { > isr = CSR_READ_4(sc, DC_ISR); > if (isr & DC_ISR_TX_IDLE && > - (isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED) > + ((isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED || > + (isr & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT)) > break; > DELAY(10); > } > > The automatic TX underrun recovery stuff didn't make a bit of difference > for the SpeedStream card FWIW. Also, unlike one of the PR's which claimed > that the SpeedStream SS1020 (PCI adapter rather than cardbus card), the > dc(4) driver read the right MAC address just fine w/o the need for any > changes. > > I think the first card is a LinkSys PCMP200 and not the PCMP100 since the 100 is a 16bit PCMCIA and runs as a ed1 adapter in 4.6.2-RELEASE but doesn't get recognized at all under -current. I've tried both the LinkSys PCMP200 v2.0/PCMPC200 v2.0 and the NetGear FA511 Cardbus NICs but they don't get recognize under -current either. The SpeedStream SS1012 card is identical to the SMC Networks SMC8036TX card which is $US10 cheaper and comes with a lifetime warranty versus the SpeedStream 1 year warranty. However, I noticed that using either the SS1012 or the SMC8036TX which I am doing now is that there seems to be a lot of errors. root@bigbang [3:36pm][/usr/home/vince] >> netstat -s tcp: 505575 packets sent 120454 data packets (143749591 bytes) 76 data packets (34453 bytes) retransmitted 6 data packets unnecessarily retransmitted 0 resends initiated by MTU discovery 276069 ack-only packets (1497 delayed) 0 URG only packets 0 window probe packets 106651 window update packets 2325 control packets 678552 packets received 67126 acks (for 143703608 bytes) 623 duplicate acks 0 acks for unsent data 612664 packets (686204656 bytes) received in-sequence 67 completely duplicate packets (48111 bytes) 0 old duplicate packets 19 packets with some dup. data (3318 bytes duped) 1262 out-of-order packets (1474923 bytes) 0 packets (0 bytes) of data after window 0 window probes 367 window update packets 8 packets received after close 0 discarded for bad checksums 0 discarded for bad header offset fields 0 discarded because packet too short 1823 connection requests 307 connection accepts 6 bad connection attempts 0 listen queue overflows 557 connections established (including accepts) 2305 connections closed (including 51 drops) 38 connections updated cached RTT on close 38 connections updated cached RTT variance on close 13 connections updated cached ssthresh on close 1564 embryonic connections dropped 66488 segments updated rtt (of 65063 attempts) 66 retransmit timeouts 1 connection dropped by rexmit timeout 0 persist timeouts 0 connections dropped by persist timeout 23 keepalive timeouts 23 keepalive probes sent 0 connections dropped by keepalive 45309 correct ACK header predictions 606682 correct data packet header predictions 309 syncache entries added 0 retransmitted 2 dupsyn 0 dropped 307 completed 0 bucket overflow 0 cache overflow 2 reset 0 stale 0 aborted 0 badack 0 unreach 0 zone failures 0 cookies sent 0 cookies received udp: 44761 datagrams received 0 with incomplete header 0 with bad data length field 0 with bad checksum 9 with no checksum 903 dropped due to no socket 14443 broadcast/multicast datagrams dropped due to no socket 0 dropped due to full socket buffers 0 not for hashed pcb 29415 delivered 48858 datagrams output ip: 873532 total packets received 0 bad header checksums 0 with size smaller than minimum 0 with data size < data length 0 with ip length > max ip packet size 0 with header length < data size 0 with data length < header length 0 with bad options 0 with incorrect version number 0 fragments received 0 fragments dropped (dup or out of space) 0 fragments dropped after timeout 0 packets reassembled ok 725596 packets for this host 770 packets for unknown/unsupported protocol 147070 packets forwarded (0 packets fast forwarded) 93 packets not forwardable 0 packets received for unknown multicast group 0 redirects sent 556438 packets sent from this host 1730 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 17295 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 tunneling packets that can't find gif 0 datagrams with bad address in header icmp: 906 calls to icmp_error 0 errors not generated 'cuz old message was icmp Output histogram: echo reply: 398 destination unreachable: 906 0 messages with bad code fields 0 messages < minimum length 0 bad checksums 0 messages with bad length 0 multicast echo requests ignored 0 multicast timestamp requests ignored Input histogram: echo reply: 174 destination unreachable: 925 echo: 398 time exceeded: 1554 398 message responses generated 0 invalid return addresses 0 no return routes ICMP address mask responses are disabled My HP ProCurve 2424M reports the following errors and I've verified the cable is good as it works fine with a Intel Pro1000T Gigabit NIC on a desktop machine... HP ProCurve Switch 2424M HP2424M1-sfo 19-Sep-2002 15:51:03 ===========================- TELNET - MANAGER MODE -============================ W 09/19/02 15:06:00 FFI: port 5-Excessive CRC/alignment errors. See help. W 09/19/02 15:09:30 FFI: port 5-Excessive CRC/alignment errors. See help. W 09/19/02 15:10:54 FFI: port 5-Excessive CRC/alignment errors. See help. W 09/19/02 15:15:06 FFI: port 5-Excessive CRC/alignment errors. See help. W 09/19/02 15:16:30 FFI: port 5-Excessive CRC/alignment errors. See help. W 09/19/02 15:28:03 FFI: port 5-Excessive CRC/alignment errors. See help. W 09/19/02 15:29:27 FFI: port 5-Excessive CRC/alignment errors. See help. W 09/19/02 15:31:33 FFI: port 5-Excessive CRC/alignment errors. See help. W 09/19/02 15:36:06 FFI: port 5-Excessive CRC/alignment errors. See help. I 09/19/02 15:41:48 mgr: SME TELNET Session - MANAGER Mode established W 09/19/02 15:50:06 FFI: port 5-Excessive CRC/alignment errors. See help. I 09/19/02 15:50:13 mgr: SME TELNET Session - MANAGER Mode established I 09/19/02 15:50:44 mgr: SME TELNET Session - MANAGER Mode established ---- Log events stored in memory 1-1000. Log events on screen 988-1000. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 16:17:48 2002 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 2D05F37B401; Thu, 19 Sep 2002 16:17:47 -0700 (PDT) Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E88E43E42; Thu, 19 Sep 2002 16:17:46 -0700 (PDT) (envelope-from corex@newtrinity.default-network.net) Received: from newtrinity.default-network.net (markus@localhost [127.0.0.1]) by newtrinity.default-network.net (8.12.3/8.12.3/DEFAULT-NETWORK.NET) with ESMTP id g8JNHi4H041416; Fri, 20 Sep 2002 01:17:44 +0200 (CEST) (envelope-from corex@newtrinity.default-network.net) Received: (from corex@localhost) by newtrinity.default-network.net (8.12.3/8.12.3/Submit) id g8JNHiau041415; Fri, 20 Sep 2002 01:17:44 +0200 (CEST) (envelope-from corex) Date: Fri, 20 Sep 2002 01:17:44 +0200 From: marius@alchemy.franken.de To: "Justin T. Gibbs" <gibbs@scsiguy.com> Cc: "Kenneth D. Merry" <ken@kdm.org>, freebsd-current@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: page fault while in kernel mode, cam related ? Message-ID: <20020920011744.E96711@newtrinity.default-network.net> References: <20020918025349.C96711@newtrinity.default-network.net> <20020917190321.A99415@panzer.kdm.org> <20020918034548.T70075@newtrinity.default-network.net> <20020918044910.D96711@newtrinity.default-network.net> <1000070816.1032474686@aslan.btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1000070816.1032474686@aslan.btc.adaptec.com>; from gibbs@scsiguy.com on Thu, Sep 19, 2002 at 04:31:26PM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, Sep 19, 2002 at 04:31:26PM -0600, Justin T. Gibbs wrote: > > > > uhm, i just got another one. i guess the hd is broken and also managed to > > cause the previous panic. > > Can you do a: > > cd /usr/src/sys/i386/compile/MYKERNEL > gdb -k kernel.debug > l *(ahc_dump_card_state+0x692) > > and give me the output. > I'm sorry but i replaced the hd and as it survided the buildworld discarded the old one. I still have the compile-directory of the kernel the old hd began to fail under but that's all. Would the output still be usefull ? If yes old kernel (-current as of Sep 2) or new kernel (-current as of yesterday) ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 16:39:18 2002 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 1F6A337B401; Thu, 19 Sep 2002 16:39:17 -0700 (PDT) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D5443E6A; Thu, 19 Sep 2002 16:39:16 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11] (may be forged)) by magic.adaptec.com (8.10.2+Sun/8.10.2) with ESMTP id g8JNZNN19370; Thu, 19 Sep 2002 16:35:23 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id QAA24900; Thu, 19 Sep 2002 16:35:22 -0700 (PDT) Received: from [10.100.253.70] (aslan [10.100.253.70]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id RAA25521; Thu, 19 Sep 2002 17:35:19 -0600 (MDT) Date: Thu, 19 Sep 2002 17:35:20 -0600 From: "Justin T. Gibbs" <gibbs@scsiguy.com> Reply-To: "Justin T. Gibbs" <gibbs@scsiguy.com> To: marius@alchemy.franken.de Cc: "Kenneth D. Merry" <ken@kdm.org>, freebsd-current@freebsd.org, freebsd-scsi@freebsd.org Subject: Re: page fault while in kernel mode, cam related ? Message-ID: <1029280816.1032478520@aslan.btc.adaptec.com> In-Reply-To: <20020920011744.E96711@newtrinity.default-network.net> References: <20020918025349.C96711@newtrinity.default-network.net> <20020917190321.A99415@panzer.kdm.org> <20020918034548.T70075@newtrinity.default-network.net> <20020918044910.D96711@newtrinity.default-network.net> <1000070816.1032474686@aslan.btc.adaptec.com> <20020920011744.E96711@newtrinity.default-network.net> X-Mailer: Mulberry/3.0.0a4 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG >> Can you do a: >> >> cd /usr/src/sys/i386/compile/MYKERNEL >> gdb -k kernel.debug >> l *(ahc_dump_card_state+0x692) >> >> and give me the output. >> > > I'm sorry but i replaced the hd and as it survided the buildworld > discarded the old one. I still have the compile-directory of the > kernel the old hd began to fail under but that's all. > Would the output still be usefull ? Yes. > If yes old kernel (-current as > of Sep 2) or new kernel (-current as of yesterday) ? The kernel from when the failure occurred would be best, but even a more recent kernel should give similar results. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 17: 3:17 2002 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 D0B0037B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 17:03:15 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D398243E75 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 17:03:14 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA05167; Fri, 20 Sep 2002 10:02:46 +1000 Date: Fri, 20 Sep 2002 10:11:26 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: bde@gamplex.bde.org To: Terry Lambert <tlambert2@mindspring.com> Cc: Daniel Eischen <eischen@pcnet1.pcnet.com>, Julian Elischer <julian@elischer.org>, Edwin Culp <eculp@encontacto.net>, <current@FreeBSD.ORG> Subject: Re: slapd dumping core with today's current. In-Reply-To: <3D8A5338.363AEF4B@mindspring.com> Message-ID: <20020920100759.C3660-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, Terry Lambert wrote: > Daniel Eischen wrote: > > That's kind of the point of adding the fields that we did > > (mc_len, mc_fpformat). They can be used to help validate > > the contents and to allow extensions. We also have some > > spare slots, but the last incarnation of ucontext_t also > > had spare slots and it wasn't nearly enough for what we > > now need. > > I was thinking more along the lines of: > > struct extend { > struct extend *next; /* Next extension in list */ > int32_t id; /* extension ID */ > char crap[1]; /* extension specific data */ > }; > > And then adding: > > struct extend *extensions; > > Yeah, if it's non-NULL, it means a linear list traversal to find > relevent extensions, but that's better than non-working. > > String-to-id translation is a seperate function, and can also use > a linear list traversal to find the string, get an ID back, and > then subsequqnetly use the ID. Yeah, it's an extra contents > dereference, but it's better than non-working. Some of the extensions need to be understood by userland, so I think you don't want it that complicated. Setting up userland pointers in the kernel is hard enough without having to keep it backwards compatible. The kernel would also have to worry about userland clobbering the pointers before it follows them in sigreturn(). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 18: 5:18 2002 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 89BB137B401 for <current@freebsd.org>; Thu, 19 Sep 2002 18:05:17 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3CDB43E75 for <current@freebsd.org>; Thu, 19 Sep 2002 18:05:16 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8K15D9R074837 for <current@freebsd.org>; Thu, 19 Sep 2002 19:05:15 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 19 Sep 2002 19:04:40 -0600 (MDT) Message-Id: <20020919.190440.123454981.imp@bsdimp.com> To: current@freebsd.org Subject: mozilla busted? From: "M. Warner Losh" <imp@bsdimp.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG % mozilla Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file /dell/imp/p4/newcard/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) Ideas? I'm using mozilla 1.0_2,1 according to the directory in /var/db/pkg. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 18:10: 1 2002 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 B712F37B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 18:10:00 -0700 (PDT) Received: from mail.viasoft.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6BA43E6E for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 18:09:59 -0700 (PDT) (envelope-from davidxu@freebsd.org) Received: from slim.viasoft.com.cn (davidslim.viasoft.com.cn [192.168.1.204]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id JAA01844; Fri, 20 Sep 2002 09:29:00 +0800 Content-Type: text/plain; charset="iso-8859-1" From: David Xu <davidxu@freebsd.org> Organization: FreeBSD.org To: Poul-Henning Kamp <phk@critter.freebsd.dk> Subject: Re: kernel crash at boot time Date: Fri, 20 Sep 2002 09:10:47 +0800 X-Mailer: KMail [version 1.4] Cc: freebsd-current@freebsd.org References: <1103.1032426237@critter.freebsd.dk> In-Reply-To: <1103.1032426237@critter.freebsd.dk> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200209200910.47914.davidxu@freebsd.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thursday 19 September 2002 17:03, Poul-Henning Kamp wrote: > Can you try with rev. 1.101 of sys/kern/uipc_mbuf.c please ? The > 1.102... is wrong and could easily cause this. > > Poul-Henning > > In message <01be01c25fb1$8b92a990$ef01a8c0@davidwnt>, "David Xu" writes= : > >#11 0xc02fca38 in calltrap () at {standard input}:98 > >#12 0xc022b699 in sbappendaddr (sb=3D0xc272fbec, asa=3D0xc038c9f8, > > m0=3D0xc0f14e00, control=3D0x0) at ../../../kern/uipc_socket2.c:624 rev. 1.101 works fine. David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 18:20:15 2002 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 B793D37B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 18:20:14 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C458543E6E for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 18:20:12 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.4/8.12.3) with ESMTP id g8K1K0gD023208; Fri, 20 Sep 2002 10:50:01 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: mozilla busted? From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: "M. Warner Losh" <imp@bsdimp.com> Cc: current@FreeBSD.ORG In-Reply-To: <20020919.190440.123454981.imp@bsdimp.com> References: <20020919.190440.123454981.imp@bsdimp.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 20 Sep 2002 10:49:55 +0930 Message-Id: <1032484797.36986.2.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Spam-Score: -3.5 () IN_REP_TO,SUBJ_ENDS_IN_Q_MARK X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Fri, 2002-09-20 at 10:34, M. Warner Losh wrote: > % mozilla > Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file /dell/imp/p4/newcard/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) > > Ideas? I'm using mozilla 1.0_2,1 according to the directory in > /var/db/pkg. I think mini broke threads recently. Been fixed even more recently too. I believe you can work around it by booting an older kernel.. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 19:40:10 2002 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 4DE5F37B41A for <current@freebsd.org>; Thu, 19 Sep 2002 19:40:08 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A8C43E4A for <current@freebsd.org>; Thu, 19 Sep 2002 19:40:08 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020920024007.SKGL464.rwcrmhc52.attbi.com@InterJet.elischer.org>; Fri, 20 Sep 2002 02:40:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id TAA16068; Thu, 19 Sep 2002 19:21:08 -0700 (PDT) Date: Thu, 19 Sep 2002 19:21:07 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: "M. Warner Losh" <imp@bsdimp.com> Cc: current@freebsd.org Subject: Re: mozilla busted? In-Reply-To: <20020919.190440.123454981.imp@bsdimp.com> Message-ID: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Is it statically linked? On Thu, 19 Sep 2002, M. Warner Losh wrote: > % mozilla > Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file /dell/imp/p4/newcard/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) > > Ideas? I'm using mozilla 1.0_2,1 according to the directory in > /var/db/pkg. > > Warner > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 20:15:47 2002 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 1C71437B401 for <current@freebsd.org>; Thu, 19 Sep 2002 20:15:46 -0700 (PDT) Received: from ref5.freebsd.org (ref5.FreeBSD.org [216.136.204.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id D22B543E65 for <current@freebsd.org>; Thu, 19 Sep 2002 20:15:45 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from ref5.freebsd.org (localhost [127.0.0.1]) by ref5.freebsd.org (8.12.6/8.12.6) with ESMTP id g8K3FEDu035138 for <current@freebsd.org>; Thu, 19 Sep 2002 20:15:14 -0700 (PDT) (envelope-from des@ref5.freebsd.org) Received: (from des@localhost) by ref5.freebsd.org (8.12.6/8.12.6/Submit) id g8K3FEVb035136 for current@freebsd.org; Thu, 19 Sep 2002 20:15:14 -0700 (PDT) Date: Thu, 19 Sep 2002 20:15:14 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209200315.g8K3FEVb035136@ref5.freebsd.org> To: current@freebsd.org Subject: i386 tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- ===> secure/lib/libssl make: don't know how to make openssl/ssl.h. Stop *** Error code 2 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 20:23:20 2002 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 3249137B401 for <current@freebsd.org>; Thu, 19 Sep 2002 20:23:20 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6656343E65 for <current@freebsd.org>; Thu, 19 Sep 2002 20:23:19 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8K3NE9R075360; Thu, 19 Sep 2002 21:23:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 19 Sep 2002 21:22:38 -0600 (MDT) Message-Id: <20020919.212238.62372990.imp@bsdimp.com> To: julian@elischer.org Cc: current@freebsd.org Subject: Re: mozilla busted? From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> References: <20020919.190440.123454981.imp@bsdimp.com> <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> Julian Elischer <julian@elischer.org> writes: : Is it statically linked? Yup. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 20:31: 8 2002 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 E6C3E37B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 20:31:07 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E91243E6A for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 20:31:07 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from gyros (gyros.marcuscom.com [192.168.1.9]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g8K3RViv082607; Thu, 19 Sep 2002 23:27:31 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla busted? From: Joe Marcus Clarke <marcus@marcuscom.com> To: "M. Warner Losh" <imp@bsdimp.com> Cc: julian@elischer.org, current@FreeBSD.ORG In-Reply-To: <20020919.212238.62372990.imp@bsdimp.com> References: <20020919.190440.123454981.imp@bsdimp.com> <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> <20020919.212238.62372990.imp@bsdimp.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 19 Sep 2002 23:30:43 -0400 Message-Id: <1032492643.346.44.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-4.0 required=5.0 tests=IN_REP_TO,SUBJ_ENDS_IN_Q_MARK,AWL version=2.31 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: > In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> > Julian Elischer <julian@elischer.org> writes: > : Is it statically linked? > > Yup. You'll need to rebuild against the new libc_r, then. Joe > > Warner > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 20:39:31 2002 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 BC17237B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 20:39:30 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3E643E75 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 20:39:29 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8K3dQ9R075437; Thu, 19 Sep 2002 21:39:26 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 19 Sep 2002 21:38:50 -0600 (MDT) Message-Id: <20020919.213850.132602795.imp@bsdimp.com> To: marcus@marcuscom.com Cc: julian@elischer.org, current@FreeBSD.ORG Subject: Re: mozilla busted? From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <1032492643.346.44.camel@gyros.marcuscom.com> References: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> <20020919.212238.62372990.imp@bsdimp.com> <1032492643.346.44.camel@gyros.marcuscom.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG In message: <1032492643.346.44.camel@gyros.marcuscom.com> Joe Marcus Clarke <marcus@marcuscom.com> writes: : On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: : > In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> : > Julian Elischer <julian@elischer.org> writes: : > : Is it statically linked? : > : > Yup. : : You'll need to rebuild against the new libc_r, then. Yuck. I'd rather nail jello to a tree than try to update a port that complicated. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 20:41: 7 2002 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 EC8E037B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 20:41:05 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D2A43E6E for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 20:41:04 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from gyros (gyros.marcuscom.com [192.168.1.9]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g8K3bbiv082665; Thu, 19 Sep 2002 23:37:37 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla busted? From: Joe Marcus Clarke <marcus@marcuscom.com> To: "M. Warner Losh" <imp@bsdimp.com> Cc: julian@elischer.org, current@FreeBSD.ORG In-Reply-To: <20020919.213850.132602795.imp@bsdimp.com> References: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> <20020919.212238.62372990.imp@bsdimp.com> <1032492643.346.44.camel@gyros.marcuscom.com> <20020919.213850.132602795.imp@bsdimp.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 19 Sep 2002 23:40:48 -0400 Message-Id: <1032493248.346.46.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-4.0 required=5.0 tests=IN_REP_TO,SUBJ_ENDS_IN_Q_MARK,AWL version=2.31 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 2002-09-19 at 23:38, M. Warner Losh wrote: > In message: <1032492643.346.44.camel@gyros.marcuscom.com> > Joe Marcus Clarke <marcus@marcuscom.com> writes: > : On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: > : > In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> > : > Julian Elischer <julian@elischer.org> writes: > : > : Is it statically linked? > : > > : > Yup. > : > : You'll need to rebuild against the new libc_r, then. > > Yuck. I'd rather nail jello to a tree than try to update a port that > complicated. If it makes you feel better, I just ran a compile on my -CURRENT machine, and it went fine. Both mozilla and mozilla-devel should build out of the tree....with or without jello. Joe > > Warner > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 20:48:14 2002 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 07F3137B401 for <current@freebsd.org>; Thu, 19 Sep 2002 20:48:14 -0700 (PDT) Received: from volatile.chemikals.org (cae57-176-076.sc.rr.com [66.57.176.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F50343E4A for <current@freebsd.org>; Thu, 19 Sep 2002 20:48:13 -0700 (PDT) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.12.5/8.12.5) with ESMTP id g8K3m7QU053268 for <current@freebsd.org>; Thu, 19 Sep 2002 23:48:07 -0400 (EDT) (envelope-from morganw@chemikals.org) Received: from localhost (morganw@localhost) by volatile.chemikals.org (8.12.6/8.12.6/Submit) with ESMTP id g8K3m7pO053265 for <current@freebsd.org>; Thu, 19 Sep 2002 23:48:07 -0400 (EDT) X-Authentication-Warning: volatile.chemikals.org: morganw owned process doing -bs Date: Thu, 19 Sep 2002 23:48:06 -0400 (EDT) From: Wesley Morgan <morganw@chemikals.org> To: current@freebsd.org Subject: ssl.h world breakage... fix coming?? Message-ID: <20020919233928.P53213-100000@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG This has been mentioned several times now... Surely the fix is trivial :) Is anything in the works? -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ morganw@chemikals.org _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 20:51:32 2002 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 A9BD437B401 for <current@freebsd.org>; Thu, 19 Sep 2002 20:51:31 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCBE543E3B for <current@freebsd.org>; Thu, 19 Sep 2002 20:51:25 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 250FE66B65; Thu, 19 Sep 2002 20:51:24 -0700 (PDT) Date: Thu, 19 Sep 2002 20:51:24 -0700 From: Kris Kennaway <kris@obsecurity.org> To: Wesley Morgan <morganw@chemikals.org> Cc: current@freebsd.org Subject: Re: ssl.h world breakage... fix coming?? Message-ID: <20020920035124.GA83177@xor.obsecurity.org> References: <20020919233928.P53213-100000@volatile.chemikals.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <20020919233928.P53213-100000@volatile.chemikals.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Sep 19, 2002 at 11:48:06PM -0400, Wesley Morgan wrote: > This has been mentioned several times now... Surely the fix is trivial :) > Is anything in the works? I expect ru will fix it when he wakes up. In the meantime you can just back out his changes. Kris --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ips7Wry0BWjoQKURAkXIAKDNJzcMZtZVO08ZYm6Th1h3B3/1xACgqumy fPF8VHt/dY42A2hOzx8WmIE= =8kBl -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 20:51:59 2002 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 81BC837B404 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 20:51:57 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6835B43E3B for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 20:51:56 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8K3pq9R075492; Thu, 19 Sep 2002 21:51:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 19 Sep 2002 21:51:17 -0600 (MDT) Message-Id: <20020919.215117.60502717.imp@bsdimp.com> To: marcus@marcuscom.com Cc: julian@elischer.org, current@FreeBSD.ORG Subject: Re: mozilla busted? From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <1032493248.346.46.camel@gyros.marcuscom.com> References: <1032492643.346.44.camel@gyros.marcuscom.com> <20020919.213850.132602795.imp@bsdimp.com> <1032493248.346.46.camel@gyros.marcuscom.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG In message: <1032493248.346.46.camel@gyros.marcuscom.com> Joe Marcus Clarke <marcus@marcuscom.com> writes: : On Thu, 2002-09-19 at 23:38, M. Warner Losh wrote: : > In message: <1032492643.346.44.camel@gyros.marcuscom.com> : > Joe Marcus Clarke <marcus@marcuscom.com> writes: : > : On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: : > : > In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> : > : > Julian Elischer <julian@elischer.org> writes: : > : > : Is it statically linked? : > : > : > : > Yup. : > : : > : You'll need to rebuild against the new libc_r, then. : > : > Yuck. I'd rather nail jello to a tree than try to update a port that : > complicated. : : If it makes you feel better, I just ran a compile on my -CURRENT : machine, and it went fine. Both mozilla and mozilla-devel should build : out of the tree....with or without jello. Do you know if this breaks libc_r.so.4.0 too? I'm thinking of just grabbing the build from Mozilla.org... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 21: 0:18 2002 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 7C19F37B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 21:00:16 -0700 (PDT) Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0249A43E6A for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 21:00:15 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g8K407h4002587; Fri, 20 Sep 2002 00:00:07 -0400 (EDT) Date: Fri, 20 Sep 2002 00:00:06 -0400 (EDT) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: "M. Warner Losh" <imp@bsdimp.com> Cc: marcus@marcuscom.com, julian@elischer.org, current@FreeBSD.ORG Subject: Re: mozilla busted? In-Reply-To: <20020919.215117.60502717.imp@bsdimp.com> Message-ID: <Pine.GSO.4.10.10209192356140.2162-100000@pcnet1.pcnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, M. Warner Losh wrote: > In message: <1032493248.346.46.camel@gyros.marcuscom.com> > Joe Marcus Clarke <marcus@marcuscom.com> writes: > : On Thu, 2002-09-19 at 23:38, M. Warner Losh wrote: > : > In message: <1032492643.346.44.camel@gyros.marcuscom.com> > : > Joe Marcus Clarke <marcus@marcuscom.com> writes: > : > : On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: > : > : > In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> > : > : > Julian Elischer <julian@elischer.org> writes: > : > : > : Is it statically linked? > : > : > > : > : > Yup. > : > : > : > : You'll need to rebuild against the new libc_r, then. > : > > : > Yuck. I'd rather nail jello to a tree than try to update a port that > : > complicated. > : > : If it makes you feel better, I just ran a compile on my -CURRENT > : machine, and it went fine. Both mozilla and mozilla-devel should build > : out of the tree....with or without jello. > > Do you know if this breaks libc_r.so.4.0 too? I'm thinking of just > grabbing the build from Mozilla.org... I think it does since it's a kernel ABI breakage in ucontext_t's and sigreturn(). I think we either need to reformat the ucontext_t in some way that is compatible with the old format, or make a new sigreturn() using the current one for compatibility. It's a shame 'cause it's only broken for i386, not the other archs. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 21: 5:13 2002 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 D22E637B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 21:05:11 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E87243E4A for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 21:05:10 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8K4579R075546; Thu, 19 Sep 2002 22:05:07 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 19 Sep 2002 22:04:31 -0600 (MDT) Message-Id: <20020919.220431.18410376.imp@bsdimp.com> To: eischen@pcnet1.pcnet.com Cc: marcus@marcuscom.com, julian@elischer.org, current@FreeBSD.ORG Subject: Re: mozilla busted? From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <Pine.GSO.4.10.10209192356140.2162-100000@pcnet1.pcnet.com> References: <20020919.215117.60502717.imp@bsdimp.com> <Pine.GSO.4.10.10209192356140.2162-100000@pcnet1.pcnet.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG In message: <Pine.GSO.4.10.10209192356140.2162-100000@pcnet1.pcnet.com> Daniel Eischen <eischen@pcnet1.pcnet.com> writes: : On Thu, 19 Sep 2002, M. Warner Losh wrote: : : > In message: <1032493248.346.46.camel@gyros.marcuscom.com> : > Joe Marcus Clarke <marcus@marcuscom.com> writes: : > : On Thu, 2002-09-19 at 23:38, M. Warner Losh wrote: : > : > In message: <1032492643.346.44.camel@gyros.marcuscom.com> : > : > Joe Marcus Clarke <marcus@marcuscom.com> writes: : > : > : On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: : > : > : > In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> : > : > : > Julian Elischer <julian@elischer.org> writes: : > : > : > : Is it statically linked? : > : > : > : > : > : > Yup. : > : > : : > : > : You'll need to rebuild against the new libc_r, then. : > : > : > : > Yuck. I'd rather nail jello to a tree than try to update a port that : > : > complicated. : > : : > : If it makes you feel better, I just ran a compile on my -CURRENT : > : machine, and it went fine. Both mozilla and mozilla-devel should build : > : out of the tree....with or without jello. : > : > Do you know if this breaks libc_r.so.4.0 too? I'm thinking of just : > grabbing the build from Mozilla.org... : : I think it does since it's a kernel ABI breakage in ucontext_t's : and sigreturn(). I think we either need to reformat the ucontext_t : in some way that is compatible with the old format, or make a : new sigreturn() using the current one for compatibility. It's : a shame 'cause it's only broken for i386, not the other archs. I think that would be an excellent idea. I think that there are enough libc_r applications for 4.x that we need to retain binary compatibility at this level. Otherwise we're going to be raked over the coals. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 21: 6:50 2002 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 AC15237B401 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 21:06:49 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5B4743E75 for <freebsd-current@freebsd.org>; Thu, 19 Sep 2002 21:06:48 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.5) with ESMTP id g8K474cv000877 for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 00:07:04 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id g8K4743V000876 for freebsd-current@freebsd.org; Fri, 20 Sep 2002 00:07:04 -0400 (EDT) Date: Fri, 20 Sep 2002 00:07:03 -0400 From: Craig Rodrigues <rodrigc@attbi.com> To: freebsd-current@freebsd.org Subject: bpf and xl0: lock order reversal? Message-ID: <20020920000703.A867@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi, I recently did a tcpdump on my xl0 interface (Etherlink XL) on my -current setup. This message showed up in the console: lock order reversal 1st 0xc0553780 bpf global lock (bpf global lock) @ /usr/src/sys/net/bpf.c:378 2nd 0xc129dbd4 xl0 (network driver) @ /usr/src/sys/pci/if_xl.c:2905 What does this mean? Thanks. -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 23: 9:17 2002 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 75CC237B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 23:09:16 -0700 (PDT) Received: from aader.com (urr.aader.com [213.219.127.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C32043E6E for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 23:09:15 -0700 (PDT) (envelope-from ants@aader.com) Received: (from ants@localhost) by aader.com (8.11.6/8.11.6) id g8K68Bj25003; Fri, 20 Sep 2002 09:08:11 +0300 (EEST) Date: Fri, 20 Sep 2002 09:08:10 +0300 From: Ants Aader <ants@aader.com> To: "Daniel O'Connor" <doconnor@gsoft.com.au> Cc: current@FreeBSD.ORG Subject: Re: mozilla busted? Message-ID: <20020920060810.GA24933@urr.aader.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Uptime: 8:22AM up 11 days, 17 mins, 6 users, load averages: 0.36, 0.21, 0.18 X-Operating-System: NetBSD 1.6_BETA5 i386 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Fri, Sep 20, 2002 at 10:49:55AM +0930, Daniel O'Connor wrote: > On Fri, 2002-09-20 at 10:34, M. Warner Losh wrote: > > % mozilla > > Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file /dell/imp/p4/newcard/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) > > > > Ideas? I'm using mozilla 1.0_2,1 according to the directory in > > /var/db/pkg. > > I think mini broke threads recently. > Been fixed even more recently too. > > I believe you can work around it by booting an older kernel.. ... or fresh cvsup && cd /usr/src/lib/libc_r/ && make && make install no reboot and mozilla and dillo started to work again. Ants To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 23:20:12 2002 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 6D64137B401 for <current@freebsd.org>; Thu, 19 Sep 2002 23:20:11 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E3A143E6E for <current@freebsd.org>; Thu, 19 Sep 2002 23:20:11 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020920062010.XSGA464.rwcrmhc52.attbi.com@InterJet.elischer.org>; Fri, 20 Sep 2002 06:20:10 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id XAA16947; Thu, 19 Sep 2002 23:20:04 -0700 (PDT) Date: Thu, 19 Sep 2002 23:20:01 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: "M. Warner Losh" <imp@bsdimp.com> Cc: current@freebsd.org Subject: Re: mozilla busted? In-Reply-To: <20020919.212238.62372990.imp@bsdimp.com> Message-ID: <Pine.BSF.4.21.0209192317380.16925-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I think (but I'm not sure) that jon introduced a binary incompatibility in his last commit. BDE could probably give more info. (I know zip about the FP stuff) people with dynamically linked things with the matching libc_r probably are ok. We are working for a resolution On Thu, 19 Sep 2002, M. Warner Losh wrote: > In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> > Julian Elischer <julian@elischer.org> writes: > : Is it statically linked? > > Yup. > > Warner > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 23:21:34 2002 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 1751837B401 for <current@freebsd.org>; Thu, 19 Sep 2002 23:21:34 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4441A43E75 for <current@freebsd.org>; Thu, 19 Sep 2002 23:21:33 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8K6LK9R076031; Fri, 20 Sep 2002 00:21:20 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 20 Sep 2002 00:20:36 -0600 (MDT) Message-Id: <20020920.002036.29617484.imp@bsdimp.com> To: julian@elischer.org Cc: current@freebsd.org Subject: Re: mozilla busted? From: "M. Warner Losh" <imp@bsdimp.com> In-Reply-To: <Pine.BSF.4.21.0209192317380.16925-100000@InterJet.elischer.org> References: <20020919.212238.62372990.imp@bsdimp.com> <Pine.BSF.4.21.0209192317380.16925-100000@InterJet.elischer.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG In message: <Pine.BSF.4.21.0209192317380.16925-100000@InterJet.elischer.org> Julian Elischer <julian@elischer.org> writes: : We are working for a resolution Cool. Glad to see it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 23:40:10 2002 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 30D6D37B401 for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 23:40:09 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA8B143E3B for <current@FreeBSD.ORG>; Thu, 19 Sep 2002 23:40:08 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020920064007.PVBR8451.sccrmhc01.attbi.com@InterJet.elischer.org>; Fri, 20 Sep 2002 06:40:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id XAA16984; Thu, 19 Sep 2002 23:23:57 -0700 (PDT) Date: Thu, 19 Sep 2002 23:23:57 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: "M. Warner Losh" <imp@bsdimp.com> Cc: eischen@pcnet1.pcnet.com, marcus@marcuscom.com, current@FreeBSD.ORG Subject: Re: mozilla busted? In-Reply-To: <20020919.220431.18410376.imp@bsdimp.com> Message-ID: <Pine.BSF.4.21.0209192322220.16925-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, M. Warner Losh wrote: > In message: <Pine.GSO.4.10.10209192356140.2162-100000@pcnet1.pcnet.com> > Daniel Eischen <eischen@pcnet1.pcnet.com> writes: > : On Thu, 19 Sep 2002, M. Warner Losh wrote: > : I think it does since it's a kernel ABI breakage in ucontext_t's > : and sigreturn(). I think we either need to reformat the ucontext_t > : in some way that is compatible with the old format, or make a > : new sigreturn() using the current one for compatibility. It's > : a shame 'cause it's only broken for i386, not the other archs. > > I think that would be an excellent idea. I think that there are > enough libc_r applications for 4.x that we need to retain binary > compatibility at this level. Otherwise we're going to be raked over > the coals. That's the plan... uh, the change, not the hot coals. > > Warner > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu Sep 19 23:40:12 2002 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 0029637B406; Thu, 19 Sep 2002 23:40:10 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4348343E3B; Thu, 19 Sep 2002 23:40:10 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id g8K6e34v009812; Fri, 20 Sep 2002 08:40:05 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: David Xu <davidxu@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: kernel crash at boot time In-Reply-To: Your message of "Fri, 20 Sep 2002 09:10:47 +0800." <200209200910.47914.davidxu@freebsd.org> Date: Fri, 20 Sep 2002 08:40:03 +0200 Message-ID: <9811.1032504003@critter.freebsd.dk> From: Poul-Henning Kamp <phk@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG In message <200209200910.47914.davidxu@freebsd.org>, David Xu writes: >On Thursday 19 September 2002 17:03, Poul-Henning Kamp wrote: >> Can you try with rev. 1.101 of sys/kern/uipc_mbuf.c please ? The >> 1.102... is wrong and could easily cause this. >> >> Poul-Henning >> >> In message <01be01c25fb1$8b92a990$ef01a8c0@davidwnt>, "David Xu" writes: >> >#11 0xc02fca38 in calltrap () at {standard input}:98 >> >#12 0xc022b699 in sbappendaddr (sb=0xc272fbec, asa=0xc038c9f8, >> > m0=0xc0f14e00, control=0x0) at ../../../kern/uipc_socket2.c:624 > >rev. 1.101 works fine. Ok, I belive you will find the HEAD revision will work too now. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 0: 5:48 2002 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 C9EA337B401 for <current@FreeBSD.ORG>; Fri, 20 Sep 2002 00:05:47 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD5F643E4A for <current@FreeBSD.ORG>; Fri, 20 Sep 2002 00:05:46 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-a064.otenet.gr [212.205.215.64]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g8K75MHi011552; Fri, 20 Sep 2002 10:05:41 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g8K75S0t095598; Fri, 20 Sep 2002 10:05:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g8K75S0M095597; Fri, 20 Sep 2002 10:05:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 20 Sep 2002 10:05:27 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Wesley Morgan <morganw@chemikals.org> Cc: current@FreeBSD.ORG Subject: Re: ssl.h world breakage... fix coming?? Message-ID: <20020920070527.GF75124@hades.hell.gr> References: <20020919233928.P53213-100000@volatile.chemikals.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020919233928.P53213-100000@volatile.chemikals.org> X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 2002-09-19 23:48, Wesley Morgan <morganw@chemikals.org> wrote: > This has been mentioned several times now... Surely the fix is trivial :) > Is anything in the works? At the moment, I'm building world after a new `cvs update' and a backout of the changes done by Ruslan. $ ident /usr/src/secure/lib/libcrypto/Makefile.inc /usr/src/secure/lib/libcrypto/Makefile.inc: $FreeBSD: src/secure/lib/libcrypto/Makefile.inc,v 1.25 2002/05/12 16:00:56 ru Exp $ This will take a while though :( - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 0:58:20 2002 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 25F6737B407 for <current@freebsd.org>; Fri, 20 Sep 2002 00:58:19 -0700 (PDT) Received: from relay.butya.kz (butya-gw.butya.kz [212.19.129.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54EA543E6E for <current@freebsd.org>; Fri, 20 Sep 2002 00:58:14 -0700 (PDT) (envelope-from bp@butya.kz) Received: by relay.butya.kz (Postfix, from userid 1000) id A4F1C28666; Fri, 20 Sep 2002 14:58:01 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 9273828652; Fri, 20 Sep 2002 14:58:01 +0700 (ALMST) Date: Fri, 20 Sep 2002 14:58:01 +0700 (ALMST) From: Boris Popov <bp@butya.kz> To: Jeff Roberson <jeffr@isilon.com> Cc: current@freebsd.org Subject: Re: Request for review & testing of VFS locking patch In-Reply-To: <Pine.BSF.4.21.0209191335200.85861-100000@isilon.com> Message-ID: <Pine.BSF.4.21.0209201456110.1544-100000@lion.butya.kz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002, Jeff Roberson wrote: > This patch touches every filesystem. I have tested with several but I > would appreciate more extensive testing especially if you use one of the > lesser used filesystems (ie non ufs). Please test with WITNESS and > DEBUG_VFS_LOCKS enabled. If you find that it drops into the debugger > please get a back trace and then do the following: Well, haven't tested it with smbfs, but may point that patch for nwfs contains two vref()s instead of vgetref(). -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 1:27:44 2002 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 B555237B401 for <current@freebsd.org>; Fri, 20 Sep 2002 01:27:43 -0700 (PDT) Received: from isilon.com (isilon.com [65.101.129.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39DAC43E77 for <current@freebsd.org>; Fri, 20 Sep 2002 01:27:43 -0700 (PDT) (envelope-from jeffr@isilon.com) Received: from gateway.isilon.com (gateway.isilon.com [172.16.1.200]) by isilon.com (8.12.2/8.11.1) with ESMTP id g8K8RTUc028843; Fri, 20 Sep 2002 01:27:30 -0700 (PDT) (envelope-from jeffr@isilon.com) Date: Fri, 20 Sep 2002 01:27:29 -0700 (PDT) From: Jeff Roberson <jeffr@isilon.com> To: Boris Popov <bp@butya.kz> Cc: current@freebsd.org Subject: Re: Request for review & testing of VFS locking patch In-Reply-To: <Pine.BSF.4.21.0209201456110.1544-100000@lion.butya.kz> Message-ID: <Pine.BSF.4.21.0209200120370.9096-100000@isilon.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Fri, 20 Sep 2002, Boris Popov wrote: > On Thu, 19 Sep 2002, Jeff Roberson wrote: > > Well, haven't tested it with smbfs, but may point that patch for > nwfs contains two vref()s instead of vgetref(). > Ah, thanks very much. (un?)luckily it was in debug code so it would not have been noticed for a while. I have updated the patch to reflect this change as well as three bugs in the nfs locking that phk and I found. It's at the same place: http://www.chesapeake.net/~jroberson/vfssmp.diff Thanks, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 1:32:41 2002 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 2884C37B401 for <freebsd-current@FreeBSD.ORG>; Fri, 20 Sep 2002 01:32:40 -0700 (PDT) Received: from gw-fi.esaote.com (gw-fi.esaote.com [217.58.169.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A5D43E6A for <freebsd-current@FreeBSD.ORG>; Fri, 20 Sep 2002 01:32:38 -0700 (PDT) (envelope-from riccardo@torrini.org) Received: from rock.fi.esaote.it (rock.fi.esaote.it [192.168.4.40]) by gw-fi.esaote.com (8.12.3/8.12.3) with ESMTP id g8K8Wadc005149 for <freebsd-current@FreeBSD.ORG>; Fri, 20 Sep 2002 10:32:37 +0200 (CEST) (envelope-from riccardo@torrini.org) Message-ID: <XFMail.20020920103236.riccardo@torrini.org> X-Mailer: XFMail 1.4.4 on HPUX X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 20 Sep 2002 10:32:36 +0200 (METDST) From: Riccardo Torrini <riccardo@torrini.org> To: freebsd-current@FreeBSD.ORG Subject: Access to ide cdrom/cd writer bugged? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I'm trying to understand why when accessing file to cdrom their contents change every time (in case of big file, at least). I usally backup some stuff (mail, sources, scanned images) and add to cdrom a files.md5 with the md5 keys of all files. (yes, I'm a bit paranoid :-) With my last system (-CURRENT of May 8, 2002) all works fine but after a recent build with an old date [1] (see my thread about make world from pre-gcc_3.1 to last -CURRENT post-gcc_3.2) seems that all file are damaged. Because I tryed a lot of old backup (10 cd-r) and all fails md5 check I tryed with 'another' OS ;) And (obviuosly?) all contents are correct. And now the question: what changed in ata-driver from May 8 to Aug 15? Is a know issue? Can I enable/disable some new feature of ata to recheck files? Probably I need some new world, but after recent post of various kernel panic I prefer to remain with my old system. Anyway, is some date from Aug 15 to today usable to step a bit forward? Riccardo. [1] (I used this: *default date=2002.08.15.00.00.42) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 1:44:20 2002 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 4EB8637B401 for <current@freebsd.org>; Fri, 20 Sep 2002 01:44:19 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 191C443E75 for <current@freebsd.org>; Fri, 20 Sep 2002 01:44:19 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8K8iIN2093972 for <current@freebsd.org>; Fri, 20 Sep 2002 01:44:18 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8K8iI6g093970 for current@freebsd.org; Fri, 20 Sep 2002 01:44:18 -0700 (PDT) Date: Fri, 20 Sep 2002 01:44:18 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209200844.g8K8iI6g093970@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- ===> secure/lib/libssl make: don't know how to make openssl/ssl.h. Stop *** Error code 2 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 2:51:52 2002 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 34C1437B401 for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 02:51:51 -0700 (PDT) Received: from mpehp1.mpe-garching.mpg.de (mpehp1.mpe-garching.mpg.de [130.183.70.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 240F843E42 for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 02:51:50 -0700 (PDT) (envelope-from sutter@robert3.mpe-garching.mpg.de) Received: from robert3.mpe-garching.mpg.de (robert3.mpe-garching.mpg.de [130.183.136.84]) by mpehp1.mpe-garching.mpg.de (8.8.6 (PHNE_17135)/8.8.6) with ESMTP id LAA07221 for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 11:51:49 +0200 (METDST) Received: from robert3.mpe-garching.mpg.de (localhost.mpe-garching.mpg.de [127.0.0.1]) by robert3.mpe-garching.mpg.de (8.12.6/8.12.5) with ESMTP id g8K9oqgn001854 for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 11:50:52 +0200 (CEST) (envelope-from sutter@robert3.mpe-garching.mpg.de) Received: (from sutter@localhost) by robert3.mpe-garching.mpg.de (8.12.6/8.12.6/Submit) id g8K9oqXt001853 for freebsd-current@freebsd.org; Fri, 20 Sep 2002 11:50:52 +0200 (CEST) Date: Fri, 20 Sep 2002 11:50:52 +0200 From: Robert Suetterlin <robert@mpe.mpg.de> To: freebsd-current@freebsd.org Subject: problems with drivers lge and miibus on D-Link DGE 500SX Message-ID: <20020920115052.A1806@robert3.mpe-garching.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hello! I'm using the D-Link DGE 500SX Gigabit Ethernet card which gives the following (error) message during bootup: lge0: Ethernet address: 00:50:ba:71:2d:c3 lge0: MII without any PHY! device_probe_and_attach: lge0 attach returned 6 The correct Physical would be xmphy, which is correctly autoprobed under -STABLE. Do I have to configure something under CURRENT so that my miibus physicals are detected? My imphy on the fxp (EEPRO100) is detected ok. Regards, Robert S. -- Robert Suetterlin (robert@mpe.mpg.de) phone: (+49)89 / 30000-3546 fax: (+49)89 / 30000-3950 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 3: 4:57 2002 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 4A84637B404 for <freebsd-current@FreeBSD.ORG>; Fri, 20 Sep 2002 03:04:56 -0700 (PDT) Received: from matrix.eurocontrol.fr (matrix.eurocontrol.fr [147.196.254.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B81A43E6E for <freebsd-current@FreeBSD.ORG>; Fri, 20 Sep 2002 03:04:54 -0700 (PDT) (envelope-from roberto@eurocontrol.fr) Received: from caerdonn.eurocontrol.fr (caerdonn.eurocontrol.fr [147.196.51.214]) by matrix.eurocontrol.fr (Postfix/TLS) with ESMTP id 8A6454A9D8; Fri, 20 Sep 2002 12:04:52 +0200 (MEST) Received: by caerdonn.eurocontrol.fr (Postfix/TLS, from userid 1193) id 6D0BB3983; Fri, 20 Sep 2002 12:04:46 +0200 (CEST) Date: Fri, 20 Sep 2002 12:04:46 +0200 From: Ollivier Robert <roberto@eurocontrol.fr> To: FreeBSD Current Users' list <freebsd-current@FreeBSD.ORG> Cc: BSDNerds Lists <lists@bsdnerds.org> Subject: Re: xmms Message-ID: <20020920100446.GA28643@caerdonn.eurocontrol.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1032471446.7399.38.camel@dev.bsdnerds.org> X-Operating-System: FreeBSD 5.0-CURRENT User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG > source went final I cvsuped ports and src, and recompiled and tried > again. it compiles file, just won't run. Recompile and reinstall src/lib/libc_r after cvsup. There was something recently broken in there and all threaded apps failed (mozilla, Nautilus and so on). See the "Thread issues" thread in freebsd-current. >> xmms > Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file > /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) >Abort (core dumped) -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- Ollivier.Robert@eurocontrol.fr FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 7:24:25 2002 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 63F4537B401 for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 07:24:24 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0562743E42 for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 07:24:24 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [66.126.109.25] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Fri, 20 Sep 2002 08:24:22 -0600 Message-ID: <3D8B2F4B.8090308@hotmail.com> Date: Fri, 20 Sep 2002 07:23:07 -0700 From: walt <wa1ter@hotmail.com> Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020905 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: libc broken? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG /usr/src/lib/libc/i386/gen/infinity.c:11: variable `__infinity' has initializer but incomplete type /usr/src/lib/libc/i386/gen/infinity.c:11: extra brace group at end of initializer /usr/src/lib/libc/i386/gen/infinity.c:11: (near initialization for `__infinity') /usr/src/lib/libc/i386/gen/infinity.c:11: warning: excess elements in union initializer /usr/src/lib/libc/i386/gen/infinity.c:11: warning: (near initialization for `__infinity') /usr/src/lib/libc/i386/gen/infinity.c:11: storage size of `__infinity' isn't known To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 7:43: 9 2002 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 4BB1737B41D for <current@FreeBSD.ORG>; Fri, 20 Sep 2002 07:43:08 -0700 (PDT) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F0C43E6A for <current@FreeBSD.ORG>; Fri, 20 Sep 2002 07:43:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 29224 invoked from network); 20 Sep 2002 14:44:51 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <mckay@FreeBSD.ORG>; 20 Sep 2002 14:44:51 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8KEh5Bv069334; Fri, 20 Sep 2002 10:43:05 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: <XFMail.20020920104307.jhb@FreeBSD.org> X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020919123131.C4630-100000@oahu.WURLDLINK.NET> Date: Fri, 20 Sep 2002 10:43:07 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Vincent Poy <vince@oahu.WURLDLINK.NET> Subject: Re: dc(4) patch Cc: current@FreeBSD.ORG, mckay@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 19-Sep-2002 Vincent Poy wrote: > I think the first card is a LinkSys PCMP200 and not the PCMP100 > since the 100 is a 16bit PCMCIA and runs as a ed1 adapter in 4.6.2-RELEASE > but doesn't get recognized at all under -current. I've tried both the > LinkSys PCMP200 v2.0/PCMPC200 v2.0 and the NetGear FA511 Cardbus NICs but > they don't get recognize under -current either. The SpeedStream SS1012 > card is identical to the SMC Networks SMC8036TX card which is $US10 > cheaper and comes with a lifetime warranty versus the SpeedStream 1 year > warranty. However, I noticed that using either the SS1012 or the > SMC8036TX which I am doing now is that there seems to be a lot of errors. Yes, it is a 200, actually, it is a PCMPC200 version 2. (The version number is down by the serial number though, not by the model number). I'm not really able to tell if I'm getting lots of errors with the SS card, but I prefer it to the LinkSys card since the SS card doesn't have a dongle and the dongle for the LinkSys card has a short in it. :) The only other cardbus NIC I have is a D-Link DFE-690TXD which uses a RealTek chip. It doesn't use a dongle, but it does periodically lock up the system. Ejecting the card unfreezes the system and I can insert it again, re-DHCP and everything is ok. A bit annoying though. :) -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 7:43:15 2002 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 9509D37B404 for <current@FreeBSD.ORG>; Fri, 20 Sep 2002 07:43:14 -0700 (PDT) Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F6A43E77 for <current@FreeBSD.ORG>; Fri, 20 Sep 2002 07:43:13 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 23780 invoked from network); 20 Sep 2002 14:43:18 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <marcus@marcuscom.com>; 20 Sep 2002 14:43:18 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8KEhBBv069350; Fri, 20 Sep 2002 10:43:11 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: <XFMail.20020920104313.jhb@FreeBSD.org> X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020919.213850.132602795.imp@bsdimp.com> Date: Fri, 20 Sep 2002 10:43:13 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: "M. Warner Losh" <imp@bsdimp.com> Subject: Re: mozilla busted? Cc: current@FreeBSD.ORG, julian@elischer.org, marcus@marcuscom.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 20-Sep-2002 M. Warner Losh wrote: > In message: <1032492643.346.44.camel@gyros.marcuscom.com> > Joe Marcus Clarke <marcus@marcuscom.com> writes: >: On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: >: > In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> >: > Julian Elischer <julian@elischer.org> writes: >: > : Is it statically linked? >: > >: > Yup. >: >: You'll need to rebuild against the new libc_r, then. > > Yuck. I'd rather nail jello to a tree than try to update a port that > complicated. * BigKnife hands bsdimp a hammer and some nails -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 7:49: 2 2002 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 1C08137B401; Fri, 20 Sep 2002 07:49:01 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB01343E6A; Fri, 20 Sep 2002 07:48:59 -0700 (PDT) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp1471.qld.padsl.internode.on.net [150.101.178.190]) by smtp0.adl1.internode.on.net (8.12.4/8.12.4) with ESMTP id g8KEmup5056166; Sat, 21 Sep 2002 00:18:56 +0930 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.11.6/8.11.6) with ESMTP id g8KEmt330410; Sat, 21 Sep 2002 00:48:55 +1000 (EST) (envelope-from mckay) Message-Id: <200209201448.g8KEmt330410@dungeon.home> To: John Baldwin <jhb@FreeBSD.org> Cc: current@FreeBSD.org, Stephen McKay <smckay@internode.on.net> Subject: Re: dc(4) patch References: <XFMail.20020919165904.jhb@FreeBSD.org> In-Reply-To: <XFMail.20020919165904.jhb@FreeBSD.org> from John Baldwin at "Thu, 19 Sep 2002 16:59:04 -0400" Date: Sat, 21 Sep 2002 00:48:55 +1000 From: Stephen McKay <smckay@internode.on.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Thursday, 19th September 2002, John Baldwin wrote: >--- if_dc.c 4 Sep 2002 18:14:17 -0000 1.77 >+++ if_dc.c 19 Sep 2002 20:57:03 -0000 >@@ -1366,7 +1370,8 @@ > for (i = 0; i < DC_TIMEOUT; i++) { > isr = CSR_READ_4(sc, DC_ISR); > if (isr & DC_ISR_TX_IDLE && - (isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED) >+ ((isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED || >+ (isr & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT)) > break; > DELAY(10); > } Sadly this change is insufficient to satisfy all cards. The PNIC 82c169 does not idle the transmitter (stays in DC_TXSTATE_WAITEND), though the receiver goes idle OK. The Davicom DM9102 does not idle the receiver when asked (seems to get stuck in DC_RXSTATE_ENDCHECK) though it stops the transmitter OK. Your card does yet another thing. I know these things through 3rd party reports, not because I have any hardware to test. So at this point I think the best idea is to do the checks only on Intel hardware. At least I can verify that works on a real card I can see with my own eyes. Another valid option is to send me one of every dc(4) supported card, except genuine Intel and the Macronix 98715AEC. Stephen. PS The Intel manual says that one should check bit 8, not the receiver state bits, to see if the receiver is idle. That makes the test: (isr & DC_ISR_TX_IDLE && isr & DC_ISR_RX_READ) It doesn't help though since the uncooperative cards don't set that bit either. Also, I think DC_ISR_RX_READ should be spelled as DC_ISR_RX_IDLE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 8: 0:45 2002 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 ED7EA37B401 for <current@FreeBSD.org>; Fri, 20 Sep 2002 08:00:43 -0700 (PDT) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8953243E6A for <current@FreeBSD.org>; Fri, 20 Sep 2002 08:00:43 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 7406 invoked from network); 20 Sep 2002 15:00:46 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <current@FreeBSD.org>; 20 Sep 2002 15:00:46 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8KF0eBv069435; Fri, 20 Sep 2002 11:00:40 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: <XFMail.20020920110042.jhb@FreeBSD.org> X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209201448.g8KEmt330410@dungeon.home> Date: Fri, 20 Sep 2002 11:00:42 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Stephen McKay <smckay@internode.on.net> Subject: Re: dc(4) patch Cc: current@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 20-Sep-2002 Stephen McKay wrote: > On Thursday, 19th September 2002, John Baldwin wrote: > >>--- if_dc.c 4 Sep 2002 18:14:17 -0000 1.77 >>+++ if_dc.c 19 Sep 2002 20:57:03 -0000 >>@@ -1366,7 +1370,8 @@ >> for (i = 0; i < DC_TIMEOUT; i++) { >> isr = CSR_READ_4(sc, DC_ISR); >> if (isr & DC_ISR_TX_IDLE && > - (isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED) >>+ ((isr & DC_ISR_RX_STATE) == DC_RXSTATE_STOPPED || >>+ (isr & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT)) >> break; >> DELAY(10); >> } > > Sadly this change is insufficient to satisfy all cards. Well. I think we can keep the check for TX going idle and just not do the check for RX going idle. The original code basically did this until you submitted a patch to wpaul@ that fixed a logic bug (used || above instead of &&) that effectively didn't do the RX idle check. Perhaps we should do the same here? This would be similar to what we do in dc_tx_underrun() where we only make sure the TX is idle. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 8: 2:54 2002 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 2F91B37B401; Fri, 20 Sep 2002 08:02:53 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1649443E42; Fri, 20 Sep 2002 08:02:52 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.5/8.12.2) with ESMTP id g8KF2cfl012620; Fri, 20 Sep 2002 17:02:44 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.5/8.12.5/Submit) id g8KF2cFC012619; Fri, 20 Sep 2002 17:02:38 +0200 (CEST) Date: Fri, 20 Sep 2002 17:02:38 +0200 From: Wilko Bulte <wkb@freebie.xs4all.nl> To: John Baldwin <jhb@FreeBSD.ORG> Cc: "M. Warner Losh" <imp@bsdimp.com>, current@FreeBSD.ORG, julian@elischer.org, marcus@marcuscom.com Subject: Re: mozilla busted? Message-ID: <20020920170238.A12476@freebie.xs4all.nl> References: <20020919.213850.132602795.imp@bsdimp.com> <XFMail.20020920104313.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <XFMail.20020920104313.jhb@FreeBSD.org>; from jhb@FreeBSD.ORG on Fri, Sep 20, 2002 at 10:43:13AM -0400 X-OS: FreeBSD 4.6-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Fri, Sep 20, 2002 at 10:43:13AM -0400, John Baldwin wrote: > > On 20-Sep-2002 M. Warner Losh wrote: > > In message: <1032492643.346.44.camel@gyros.marcuscom.com> > > Joe Marcus Clarke <marcus@marcuscom.com> writes: > >: On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: > >: > In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> > >: > Julian Elischer <julian@elischer.org> writes: > >: > : Is it statically linked? > >: > > >: > Yup. > >: > >: You'll need to rebuild against the new libc_r, then. > > > > Yuck. I'd rather nail jello to a tree than try to update a port that > > complicated. > > * BigKnife hands bsdimp a hammer and some nails * Bigknife should preserve nature (trees) and properly recycle jello. ;-) -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 8: 9:41 2002 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 DABE637B401; Fri, 20 Sep 2002 08:09:38 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 657A543E42; Fri, 20 Sep 2002 08:09:38 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id E67056649E; Fri, 20 Sep 2002 15:09:37 +0000 (GMT) Date: Fri, 20 Sep 2002 15:09:37 +0000 (GMT) Message-Id: <20020920150937.5jhv89306@hun.org> From: attila! <attila@hun.org> X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-No-Archive: yes In-Reply-To: <20020917033905.GA4325@dragon.nuxi.com> References: <20020917001714.YvSr72430@hun.org> To: David O'Brien <obrien@freebsd.org> Cc: FreeBSD-CURRENT <current@freebsd.org> Subject: Re: TekRam 395U[W] series SCSI controllers for CURRENT Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Sent: Mon, 16 Sep 2002 20:39:05 -0700 by David O'Brien + + On Tue, Sep 17, 2002 at 12:17:14AM +0000, attila! wrote: + > + > The price is right on the 395U[W]: $41/52 and it is + > their newer series which uses a "TekRam 1040" chip. + > Has anyone used it on CURRENT --and is it supported? + + There is support, but the driver has never been committed to FreeBSD. I + was willing to shepard it into the tree, but never could get my hands on + a 395 controller. + + ftp://ftp.tekram.com/SCSI/3X5/FreeBSD/FreeBSD400/dc395x_trm.tar.gz + Well, a DC395U landed on my desk yesterday from CDW for $42. The readme file in the same directory as the driver components is rather straight forward. Ergo-- I: a) added to hun's config file: device trm b) added to sys/conf/files: pci/dc395x_trm.c optional trm c) added to sys/pci: dc395x_trm.[ch] and said: go for it! Well, the compiler sang the blues and spit out a litany of errors (following) I'm running a Tyan 2642 SMP dual 1.2G Athlon with two 160 SCSIs on the B channel of the dual onboard Adaptec AIC (ahc) controller. The controller at boot shows my slow DVD-RAM etc on the A bus but the ahc driver lost the A channel somewhere before the 20 Feb 02 version; it worked before that. You can not put the slow devices on the same channel as the 160s or the 160s run at the slow rate. I had hoped a cheap Tekram 395U would give me an easy solution rather than the $200+ Adaptec. where do we go from here? ---- error messages compiling kernel 5.0-CURRENT 1800 15 Sep 02 ---- this was run with -DNO_WERROR... In file included from /usr/src/sys/pci/dc395x_trm.c:70: /usr/src/sys/sys/buf.h:102: field `b_io' has incomplete type /usr/src/sys/pci/dc395x_trm.c:143: syntax error before "tag" cc1: warnings being treated as errors /usr/src/sys/pci/dc395x_trm.c:143: warning: function declaration isn't a prototype /usr/src/sys/pci/dc395x_trm.c:144: syntax error before "tag" /usr/src/sys/pci/dc395x_trm.c:144: warning: function declaration isn't a prototype /usr/src/sys/pci/dc395x_trm.c:149: syntax error before "pcici_t" /usr/src/sys/pci/dc395x_trm.c:149: warning: function declaration isn't a prototype /usr/src/sys/pci/dc395x_trm.c:168: variable `dc395x_trm_device' has initializer but incomplete type /usr/src/sys/pci/dc395x_trm.c:169: warning: excess elements in struct initializer /usr/src/sys/pci/dc395x_trm.c:169: warning: (near initialization for `dc395x_trm_device') /usr/src/sys/pci/dc395x_trm.c:170: warning: excess elements in struct initializer /usr/src/sys/pci/dc395x_trm.c:170: warning: (near initialization for `dc395x_trm_device') /usr/src/sys/pci/dc395x_trm.c:171: warning: excess elements in struct initializer /usr/src/sys/pci/dc395x_trm.c:171: warning: (near initialization for `dc395x_trm_device') /usr/src/sys/pci/dc395x_trm.c:172: warning: excess elements in struct initializer /usr/src/sys/pci/dc395x_trm.c:172: warning: (near initialization for `dc395x_trm_device') /usr/src/sys/pci/dc395x_trm.c:174: warning: excess elements in struct initializer /usr/src/sys/pci/dc395x_trm.c:174: warning: (near initialization for `dc395x_trm_device') /usr/src/sys/pci/dc395x_trm.c:4662: syntax error before "pcici_t" /usr/src/sys/pci/dc395x_trm.c:4663: warning: function declaration isn't a prototype /usr/src/sys/pci/dc395x_trm.c: In function `DC395x_trm_initAdapter': /usr/src/sys/pci/dc395x_trm.c:4668: `unit' undeclared (first use in this function) /usr/src/sys/pci/dc395x_trm.c:4668: (Each undeclared identifier is reported only once /usr/src/sys/pci/dc395x_trm.c:4668: for each function it appears in.) /usr/src/sys/pci/dc395x_trm.c:4671: `pACB' undeclared (first use in this function) /usr/src/sys/pci/dc395x_trm.c: At top level: /usr/src/sys/pci/dc395x_trm.c:4727: syntax error before "pcici_t" /usr/src/sys/pci/dc395x_trm.c:4728: warning: function declaration isn't a prototype /usr/src/sys/pci/dc395x_trm.c: In function `DC395x_trm_init': /usr/src/sys/pci/dc395x_trm.c:4735: `unit' undeclared (first use in this function) /usr/src/sys/pci/dc395x_trm.c:4740: warning: implicit declaration of function `pci_conf_read' /usr/src/sys/pci/dc395x_trm.c:4740: `pci_config_id' undeclared (first use in this function) /usr/src/sys/pci/dc395x_trm.c:4740: `PCI_MAP_REG_START' undeclared (first use in this function) /usr/src/sys/pci/dc395x_trm.c: At top level: /usr/src/sys/pci/dc395x_trm.c:4778: syntax error before "pci_config_id" /usr/src/sys/pci/dc395x_trm.c:4779: warning: function declaration isn't a prototype /usr/src/sys/pci/dc395x_trm.c: In function `DC395x_trm_attach': /usr/src/sys/pci/dc395x_trm.c:4799: `pci_config_id' undeclared (first use in this function) /usr/src/sys/pci/dc395x_trm.c:4799: `PCI_ID_REG' undeclared (first use in this function) /usr/src/sys/pci/dc395x_trm.c:4809: `unit' undeclared (first use in this function) /usr/src/sys/pci/dc395x_trm.c:4820: warning: implicit declaration of function `pci_map_int' /usr/src/sys/pci/dc395x_trm.c:4820: `cam_imask' undeclared (first use in this function) /usr/src/sys/pci/dc395x_trm.c: At top level: /usr/src/sys/pci/dc395x_trm.c:4906: syntax error before "tag" /usr/src/sys/pci/dc395x_trm.c:4907: warning: function declaration isn't a prototype /usr/src/sys/pci/dc395x_trm.c: In function `DC395x_trm_probe': /usr/src/sys/pci/dc395x_trm.c:4908: `type' undeclared (first use in this function) /usr/src/sys/cam/cam_queue.h: At top level: /usr/src/sys/pci/dc395x_trm.c:168: storage size of `dc395x_trm_device' isn't known To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 8:18:24 2002 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 85DDA37B404; Fri, 20 Sep 2002 08:18:23 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BE2043E4A; Fri, 20 Sep 2002 08:18:23 -0700 (PDT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 1D43AAE211; Fri, 20 Sep 2002 08:18:23 -0700 (PDT) Date: Fri, 20 Sep 2002 08:18:23 -0700 From: Maxime Henrion <mux@freebsd.org> To: attila! <attila@hun.org> Cc: David O'Brien <obrien@freebsd.org>, FreeBSD-CURRENT <current@freebsd.org> Subject: Re: TekRam 395U[W] series SCSI controllers for CURRENT Message-ID: <20020920151822.GA86074@elvis.mu.org> References: <20020917001714.YvSr72430@hun.org> <20020920150937.5jhv89306@hun.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020920150937.5jhv89306@hun.org> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG attila! wrote: > Sent: Mon, 16 Sep 2002 20:39:05 -0700 by David O'Brien > + > + On Tue, Sep 17, 2002 at 12:17:14AM +0000, attila! wrote: > + > > + > The price is right on the 395U[W]: $41/52 and it is > + > their newer series which uses a "TekRam 1040" chip. > + > Has anyone used it on CURRENT --and is it supported? > + > + There is support, but the driver has never been committed to FreeBSD. I > + was willing to shepard it into the tree, but never could get my hands on > + a 395 controller. > + > + ftp://ftp.tekram.com/SCSI/3X5/FreeBSD/FreeBSD400/dc395x_trm.tar.gz > + > > Well, a DC395U landed on my desk yesterday from CDW > for $42. The readme file in the same directory as the > driver components is rather straight forward. > > Ergo-- I: > > a) added to hun's config file: device trm > b) added to sys/conf/files: pci/dc395x_trm.c optional trm > c) added to sys/pci: dc395x_trm.[ch] > > and said: go for it! > > Well, the compiler sang the blues and spit out a litany > of errors (following) Olivier Houchard ported this driver to -CURRENT. You can get it at http://www.ci0.org/tmp/dc395x_trm.[ch]. Cheers, Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 8:18:45 2002 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 0E57937B401 for <current@freebsd.org>; Fri, 20 Sep 2002 08:18:44 -0700 (PDT) Received: from ref5.freebsd.org (ref5.FreeBSD.org [216.136.204.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id B146E43E4A for <current@freebsd.org>; Fri, 20 Sep 2002 08:18:43 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from ref5.freebsd.org (localhost [127.0.0.1]) by ref5.freebsd.org (8.12.6/8.12.6) with ESMTP id g8KFIhDu007469 for <current@freebsd.org>; Fri, 20 Sep 2002 08:18:43 -0700 (PDT) (envelope-from des@ref5.freebsd.org) Received: (from des@localhost) by ref5.freebsd.org (8.12.6/8.12.6/Submit) id g8KFIhIP007467 for current@freebsd.org; Fri, 20 Sep 2002 08:18:43 -0700 (PDT) Date: Fri, 20 Sep 2002 08:18:43 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209201518.g8KFIhIP007467@ref5.freebsd.org> To: current@freebsd.org Subject: i386 tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- ===> lib/libc /local0/scratch/des/src/lib/libc/gen/fts.c: In function `fts_sort': /local0/scratch/des/src/lib/libc/gen/fts.c:935: warning: passing arg 4 of `qsort' from incompatible pointer type /local0/scratch/des/src/lib/libc/gen/getcap.c: In function `getent': /local0/scratch/des/src/lib/libc/gen/getcap.c:251: warning: passing arg 3 of `cdbget' discards qualifiers from pointer target type /local0/scratch/des/src/lib/libc/gen/getcap.c: In function `cgetmatch': /local0/scratch/des/src/lib/libc/gen/getcap.c:576: warning: assignment discards qualifiers from pointer target type /local0/scratch/des/src/lib/libc/gen/getcap.c:581: warning: assignment discards qualifiers from pointer target type /local0/scratch/des/src/lib/libc/i386/gen/infinity.c:11: variable `__infinity' has initializer but incomplete type /local0/scratch/des/src/lib/libc/i386/gen/infinity.c:11: extra brace group at end of initializer /local0/scratch/des/src/lib/libc/i386/gen/infinity.c:11: (near initialization for `__infinity') /local0/scratch/des/src/lib/libc/i386/gen/infinity.c:11: warning: excess elements in union initializer /local0/scratch/des/src/lib/libc/i386/gen/infinity.c:11: warning: (near initialization for `__infinity') /local0/scratch/des/src/lib/libc/i386/gen/infinity.c:11: storage size of `__infinity' isn't known *** Error code 1 Stop in /local0/scratch/des/src/lib/libc. *** Error code 1 Stop in /local0/scratch/des/src/lib. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 8:20:19 2002 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 07C9937B401; Fri, 20 Sep 2002 08:20:18 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEA9A43E75; Fri, 20 Sep 2002 08:20:16 -0700 (PDT) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp1471.qld.padsl.internode.on.net [150.101.178.190]) by smtp0.adl1.internode.on.net (8.12.4/8.12.4) with ESMTP id g8KFKEp5091201; Sat, 21 Sep 2002 00:50:15 +0930 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.11.6/8.11.6) with ESMTP id g8KFKD332411; Sat, 21 Sep 2002 01:20:14 +1000 (EST) (envelope-from mckay) Message-Id: <200209201520.g8KFKD332411@dungeon.home> To: John Baldwin <jhb@FreeBSD.org> Cc: Stephen McKay <smckay@internode.on.net>, current@FreeBSD.org Subject: Re: dc(4) patch References: <XFMail.20020920110042.jhb@FreeBSD.org> In-Reply-To: <XFMail.20020920110042.jhb@FreeBSD.org> from John Baldwin at "Fri, 20 Sep 2002 11:00:42 -0400" Date: Sat, 21 Sep 2002 01:20:13 +1000 From: Stephen McKay <smckay@internode.on.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Friday, 20th September 2002, John Baldwin wrote: >On 20-Sep-2002 Stephen McKay wrote: >> Sadly this change is insufficient to satisfy all cards. > >Well. I think we can keep the check for TX going idle and just not do >the check for RX going idle. The original code basically did this until >you submitted a patch to wpaul@ that fixed a logic bug (used || above >instead of &&) that effectively didn't do the RX idle check. Not quite. Davicom cards (and your card) fail to idle the receiver. PNIC cards fail to idle the transmitter. So it makes just as much sense as any other idea to check those bits only on cards that document that you have to check those bits. My documentation only covers Intel. :-) >Perhaps we should do the same here? This would be similar to what we do in >dc_tx_underrun() where we only make sure the TX is idle. Except that the documentation states you have to idle the TX and RX to change the full duplex bit, whereas you only have to idle the TX to change the transmit fifo threshold. And in dc_tx_underrun() only the genuine Intel chips are treated specially. Clones seem to work without idling the transmitter. Except the poor Davicom, which gets reset on every underrun (if anyone has one, and it gets underruns, you could try including it with the DC_IS_INTEL(sc) case and see what happens). Stephen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 8:41: 9 2002 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 B9F7B37B404 for <current@FreeBSD.org>; Fri, 20 Sep 2002 08:41:01 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A0D43E6E for <current@FreeBSD.org>; Fri, 20 Sep 2002 08:41:01 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 26815 invoked from network); 20 Sep 2002 15:41:02 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for <current@FreeBSD.org>; 20 Sep 2002 15:41:02 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8KFexBv069576; Fri, 20 Sep 2002 11:40:59 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: <XFMail.20020920114100.jhb@FreeBSD.org> X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200209201520.g8KFKD332411@dungeon.home> Date: Fri, 20 Sep 2002 11:41:00 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Stephen McKay <smckay@internode.on.net> Subject: Re: dc(4) patch Cc: current@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On 20-Sep-2002 Stephen McKay wrote: > On Friday, 20th September 2002, John Baldwin wrote: > >>On 20-Sep-2002 Stephen McKay wrote: >>> Sadly this change is insufficient to satisfy all cards. >> >>Well. I think we can keep the check for TX going idle and just not do >>the check for RX going idle. The original code basically did this until >>you submitted a patch to wpaul@ that fixed a logic bug (used || above >>instead of &&) that effectively didn't do the RX idle check. > > Not quite. Davicom cards (and your card) fail to idle the receiver. > PNIC cards fail to idle the transmitter. So it makes just as much > sense as any other idea to check those bits only on cards that document > that you have to check those bits. My documentation only covers Intel. :-) Hmm, what if we went back then to waiting until at least one of either TX or RX went idle? Did only waiting for one actually break any 21143 cards? -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 9: 6: 5 2002 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 7FD2137B401; Fri, 20 Sep 2002 09:06:04 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C3F043E3B; Fri, 20 Sep 2002 09:06:03 -0700 (PDT) (envelope-from smckay@internode.on.net) Received: from dungeon.home (ppp1471.qld.padsl.internode.on.net [150.101.178.190]) by smtp0.adl1.internode.on.net (8.12.4/8.12.4) with ESMTP id g8KG5xp5042240; Sat, 21 Sep 2002 01:36:01 +0930 (CST) Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.11.6/8.11.6) with ESMTP id g8KG5w332706; Sat, 21 Sep 2002 02:05:58 +1000 (EST) (envelope-from mckay) Message-Id: <200209201605.g8KG5w332706@dungeon.home> To: John Baldwin <jhb@FreeBSD.org> Cc: Stephen McKay <smckay@internode.on.net>, current@FreeBSD.org Subject: Re: dc(4) patch References: <XFMail.20020920114100.jhb@FreeBSD.org> In-Reply-To: <XFMail.20020920114100.jhb@FreeBSD.org> from John Baldwin at "Fri, 20 Sep 2002 11:41:00 -0400" Date: Sat, 21 Sep 2002 02:05:58 +1000 From: Stephen McKay <smckay@internode.on.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Friday, 20th September 2002, John Baldwin wrote: >On 20-Sep-2002 Stephen McKay wrote: >> Not quite. Davicom cards (and your card) fail to idle the receiver. >> PNIC cards fail to idle the transmitter. So it makes just as much >> sense as any other idea to check those bits only on cards that document >> that you have to check those bits. My documentation only covers Intel. :-) > >Hmm, what if we went back then to waiting until at least one of either >TX or RX went idle? Did only waiting for one actually break any 21143 >cards? Well that's the funny thing. It's documented to be necessary on Intel 21143 chips, but I've never seen a non-zero delay between asking for the TX and RX to idle, and observing them to be idle. So we could probably delete the test-and-delay loop entirely. Waiting for just one of them to go idle, like we have in -stable, is just silly. Would you test for condition "A" and assume that means "B" is OK in any other part of the kernel? It's really hoping that idling the TX and RX take about the same time when there's no reason to believe that. I think the test in -stable is pretty much equivalent to having no test at all. The only solid documentation I've got demands *both* must be idle. But that's from Intel and describes the original chips. Hence, my view that we should test the bits on Intel chips and forget about it on the clones. Clones tend not to bother implementing all the limitations of the original anyway. If we find a clone that turns out to need the tests, we can enable them for that clone too. Stephen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 9:26:54 2002 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 A6A3D37B401; Fri, 20 Sep 2002 09:26:53 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7EAA43E65; Fri, 20 Sep 2002 09:26:52 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8KGQpHb017229; Fri, 20 Sep 2002 18:26:51 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8KGQp75853216; Fri, 20 Sep 2002 18:26:51 +0200 (MES) Date: Fri, 20 Sep 2002 18:26:46 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: John Baldwin <jhb@FreeBSD.org> Cc: Stephen McKay <smckay@internode.on.net>, <current@FreeBSD.org> Subject: RE: cvs commit: src/sys/pci if_dc.c In-Reply-To: <20020920174313.N64599-100000@levais.imp.ch> Message-ID: <20020920182332.I64599-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi all, I just read the current mailinglist. I think we would have to test all cases with all cards. What cards do you have Stephen, with which clone Chipsets ? Can you make a list of them ? I've got somewhere another dc card which made problems. I guess it was PNIC. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 10:49:26 2002 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 3290237B401 for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 10:49:26 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 3632743E65 for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 10:49:22 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 52096 invoked by uid 1000); 20 Sep 2002 17:49:15 -0000 Date: Fri, 20 Sep 2002 10:49:15 -0700 (PDT) From: Nate Lawson <nate@root.org> To: walt <wa1ter@hotmail.com> Cc: freebsd-current@freebsd.org Subject: Re: libc broken? In-Reply-To: <3D8B2F4B.8090308@hotmail.com> Message-ID: <Pine.BSF.4.21.0209201048370.52058-100000@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Fri, 20 Sep 2002, walt wrote: > /usr/src/lib/libc/i386/gen/infinity.c:11: storage size of `__infinity' isn't known Yeah, I can't do better than the compiler for that too. ;) -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 12:40:24 2002 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 3761D37B401; Fri, 20 Sep 2002 12:40:23 -0700 (PDT) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF3D443E4A; Fri, 20 Sep 2002 12:40:22 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020920194022.OOGR8126.rwcrmhc53.attbi.com@InterJet.elischer.org>; Fri, 20 Sep 2002 19:40:22 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA20270; Fri, 20 Sep 2002 12:33:45 -0700 (PDT) Date: Fri, 20 Sep 2002 12:33:45 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: John Baldwin <jhb@FreeBSD.org> Cc: "M. Warner Losh" <imp@bsdimp.com>, current@FreeBSD.ORG, marcus@marcuscom.com Subject: Re: mozilla busted? In-Reply-To: <XFMail.20020920104313.jhb@FreeBSD.org> Message-ID: <Pine.BSF.4.21.0209201232310.16925-100000@InterJet.elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Fri, 20 Sep 2002, John Baldwin wrote: > > On 20-Sep-2002 M. Warner Losh wrote: > > In message: <1032492643.346.44.camel@gyros.marcuscom.com> > > Joe Marcus Clarke <marcus@marcuscom.com> writes: > >: On Thu, 2002-09-19 at 23:22, M. Warner Losh wrote: > >: > In message: <Pine.BSF.4.21.0209191920510.14811-100000@InterJet.elischer.org> > >: > Julian Elischer <julian@elischer.org> writes: > >: > : Is it statically linked? > >: > > >: > Yup. > >: > >: You'll need to rebuild against the new libc_r, then. > > > > Yuck. I'd rather nail jello to a tree than try to update a port that > > complicated. > > * BigKnife hands bsdimp a hammer and some nails We're busy trying to revert the breakage and stilll go forward.. In the meantime you cam keep the old static binary around but build a new one .. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 14:55: 3 2002 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 A7DA237B401; Fri, 20 Sep 2002 14:55:02 -0700 (PDT) Received: from mail.superonline.com (nwusr-31437.dial-in.ttnet.net.tr [195.175.202.206]) by mx1.FreeBSD.org (Postfix) with SMTP id B83D943E75; Fri, 20 Sep 2002 14:54:46 -0700 (PDT) (envelope-from MERVE@yahoo.com) From: MERVE@yahoo.com To: MERVE@FREEBSD.ORG Date: Sat, 21 Sep 2002 00:55:10 -0-200 Content-Type: text/plain; charset=ISO-8859-1 Message-ID: <vbeolpdnu.gcyglujhruikn@mail.superonline.com> Subject: LoLita Resim ve Videolari Reply-To: Bu_adres@gecersizdir.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG <HTML><BODY BGCOLOR="White"></BODY></HTML> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 15:12:29 2002 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 0F31437B401; Fri, 20 Sep 2002 15:12:27 -0700 (PDT) Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9AFB43E7B; Fri, 20 Sep 2002 15:12:24 -0700 (PDT) (envelope-from vince@oahu.WURLDLINK.NET) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id g8KMCHG11447; Fri, 20 Sep 2002 12:12:17 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Fri, 20 Sep 2002 12:12:17 -1000 (HST) From: Vincent Poy <vince@oahu.WURLDLINK.NET> To: John Baldwin <jhb@FreeBSD.org> Cc: current@FreeBSD.org, <mckay@FreeBSD.org> Subject: Re: dc(4) patch In-Reply-To: <XFMail.20020920104307.jhb@FreeBSD.org> Message-ID: <20020920120740.D3782-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Fri, 20 Sep 2002, John Baldwin wrote: > > On 19-Sep-2002 Vincent Poy wrote: > > I think the first card is a LinkSys PCMP200 and not the PCMP100 > > since the 100 is a 16bit PCMCIA and runs as a ed1 adapter in 4.6.2-RELEASE > > but doesn't get recognized at all under -current. I've tried both the > > LinkSys PCMP200 v2.0/PCMPC200 v2.0 and the NetGear FA511 Cardbus NICs but > > they don't get recognize under -current either. The SpeedStream SS1012 > > card is identical to the SMC Networks SMC8036TX card which is $US10 > > cheaper and comes with a lifetime warranty versus the SpeedStream 1 year > > warranty. However, I noticed that using either the SS1012 or the > > SMC8036TX which I am doing now is that there seems to be a lot of errors. > > Yes, it is a 200, actually, it is a PCMPC200 version 2. (The version number > is down by the serial number though, not by the model number). I'm not > really able to tell if I'm getting lots of errors with the SS card, but > I prefer it to the LinkSys card since the SS card doesn't have a dongle > and the dongle for the LinkSys card has a short in it. :) > > The only other cardbus NIC I have is a D-Link DFE-690TXD which uses a RealTek > chip. It doesn't use a dongle, but it does periodically lock up the system. > Ejecting the card unfreezes the system and I can insert it again, re-DHCP > and everything is ok. A bit annoying though. :) Interesting. I have tried both the PCM200 v2.0 (dongleless) and PCMPC200 v2.0 and both failed card initialization since it can't figure out who made the card. Perhaps, it's using a different chip than the one you have since I just bought it during the past few weeks. Ofcourse, I tried a 3Com 3CXFEM656C which works fine on a Dell Inspiron 8200 but not a IBM ThinkPad 770Z. Tried a Intel Pro100S CardBusII which uses the fxp driver even but no luck either. Wonder if it's because of the combo modem that's the issue. Haven't tried the Intel on the Dell yet but it seems Warner got Intel cards working as well. The D-Link was the next card I was going to try but thanks for the information on the RealTek. The Belkin seems to use the same RealTek chip too and doesn't work for me at all. Any other cards you have tried that works and actually do close to full 100Mbps wire speeds? :) Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 15:53:30 2002 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 4E8D237B401 for <current@freebsd.org>; Fri, 20 Sep 2002 15:53:29 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2A6643E3B for <current@freebsd.org>; Fri, 20 Sep 2002 15:53:28 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8KMrSN2052019 for <current@freebsd.org>; Fri, 20 Sep 2002 15:53:28 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8KMrSt0052017 for current@freebsd.org; Fri, 20 Sep 2002 15:53:28 -0700 (PDT) Date: Fri, 20 Sep 2002 15:53:28 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209202253.g8KMrSt0052017@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Fri Sep 20 15:19:56 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Fri Sep 20 15:49:58 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Fri Sep 20 15:49:58 PDT 2002 -------------------------------------------------------------- ===> vinum cc1: warnings being treated as errors /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_enter': /h/des/src/sys/coda/coda_namecache.c:245: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c:263: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_lookup': /h/des/src/sys/coda/coda_namecache.c:322: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_zapfile': /h/des/src/sys/coda/coda_namecache.c:520: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_purge_user': /h/des/src/sys/coda/coda_namecache.c:568: warning: cast from pointer to integer of different size *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 19:48:57 2002 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 7B1F337B401 for <freebsd-current@FreeBSD.ORG>; Fri, 20 Sep 2002 19:48:56 -0700 (PDT) Received: from hccml5.bai.ne.jp (m-hccml5.bai.ne.jp [210.171.3.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D1C43E6A for <freebsd-current@FreeBSD.ORG>; Fri, 20 Sep 2002 19:48:55 -0700 (PDT) (envelope-from h-hako@hcc5.bai.ne.jp) Received: from tatuki (hcc3d73d10f.bai.ne.jp [61.115.209.15]) by hccml5.bai.ne.jp (8.11.4/3.7W) with ESMTP id g8L2moi20957 for <freebsd-current@FreeBSD.ORG>; Sat, 21 Sep 2002 11:48:50 +0900 (JST) X-Authentication-Warning: hccml5.bai.ne.jp: Host hcc3d73d10f.bai.ne.jp [61.115.209.15] claimed to be tatuki From: "hakotani" <h-hako@hcc5.bai.ne.jp> To: <freebsd-current@FreeBSD.ORG> Subject: pst devics compile error Date: Sat, 21 Sep 2002 11:48:50 +0900 Message-ID: <000d01c26119$6a24d2b0$0264a8c0@tatuki> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hello. at making kernel on error pst device. pst-raid.c : In function pst_attach pst-raid.c : 177: structure has no member named d_fssectors pst-raid.c : 178: structure has no member named d_fsheads pst-raid.c : 186: request for member d_secperunit in something not a structure or union pst-raid.c : 187: request for member d_ncylinders in something not a structure or union Thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 19:53:38 2002 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 5EE5B37B401; Fri, 20 Sep 2002 19:53:35 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03DAB43E65; Fri, 20 Sep 2002 19:53:35 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id 5309D665DA; Sat, 21 Sep 2002 02:53:34 +0000 (GMT) Date: Sat, 21 Sep 2002 02:53:34 +0000 (GMT) Message-Id: <20020921025334.fbz05598@hun.org> From: attila! <attila@hun.org> X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-No-Archive: yes In-Reply-To: <20020920151822.GA86074@elvis.mu.org> References: <20020920150937.5jhv89306@hun.org> <20020917001714.YvSr72430@hun.org> <20020920150937.5jhv89306@hun.org> To: Maxime Henrion <mux@freebsd.org> Cc: David O'Brien <obrien@freebsd.org>, FreeBSD-CURRENT <current@freebsd.org> Subject: problems mixing aic789 and TekRam 395U[W] controllers Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Sent: Fri, 20 Sep 2002 08:18:23 -0700 by Maxime Henrion: + olivier houchard ported this driver to -current. you + can get it at http://www.ci0.org/tmp/dc395x_trm.[ch]. Thanks! I 'fetched' it, put the files in sys/pci, modified sys/conf/files and config, hit 'make buildkernel', waited 6 minutes, hit 'make installkernel', installed the card, and rebooted. Viola, the BIOS read the card, but it had the same effect as the dual bus aic789 --last one in fouls the previous controllers and/or channels and it can not find the /dev/da0 drive to boot the kernel --the loader 'show' appears normal. Attempts to load with 'ufs:da0a', 'ufs:da0s1a', 'ufs:da0s4a', or even 'ufs:disk1a' also fail. Same problem if da[01]a are connected on channel A of the aic789 and the slow SCSI is on the B channel. Tyan 2642 instructions tell you to boot from channel B. The DC395U initialization followed the aic789 in the boot. Before I proceed with the task of trying to fully isolate the problem, if anyone has any insights, I would be most grateful. System: OS: 5.0-CURRENT at 1800 15 Sep 02 Tyan 2642 Thunder K7 with dual 1.2G AMD CPUs 500 MB DDR ECC memory dual IBM 9+ G 160 MB/sec transfer rate drives Creative DVD-RAM Matrox mga200 video DC395U not currently installed I had already been the route with scbus hints prior to trying the DC395U (I have no doubt the DC395 would bring a 50 pin disk up if I had one). The dual bus AIC worked prior to my rebuild of 20 Feb; I had to stop building after that as Qworst discovered and closed out my "private" carrier (don't ask) and dumped me in the common `SLCs' out here in the boonies of southern Utah 12 miles out of St. George on a ridge, reducing my access to 19.2 --at best. I just got wireless at 6 Mbit and am trying to catch up with a vengeance... I'll play with, and document, the finite number of ways to connect the 160s, slow stuff, two buses on the AIC, with and without the DC395, with and without hints, etc. Until I added the DC395 there was significant question as to whether there was a problem with the dual channel aic789 on the Tyan 2642 motherboard, or the driver, or ? After installing the DC395U, I am more inclined to question the cam driver itself. film at 11.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 21:52:19 2002 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 5C8EA37B401 for <current@freebsd.org>; Fri, 20 Sep 2002 21:52:18 -0700 (PDT) Received: from ref5.freebsd.org (ref5.FreeBSD.org [216.136.204.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C94543E4A for <current@freebsd.org>; Fri, 20 Sep 2002 21:52:18 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from ref5.freebsd.org (localhost [127.0.0.1]) by ref5.freebsd.org (8.12.6/8.12.6) with ESMTP id g8L4qHDu000955 for <current@freebsd.org>; Fri, 20 Sep 2002 21:52:17 -0700 (PDT) (envelope-from des@ref5.freebsd.org) Received: (from des@localhost) by ref5.freebsd.org (8.12.6/8.12.6/Submit) id g8L4qHgv000953 for current@freebsd.org; Fri, 20 Sep 2002 21:52:17 -0700 (PDT) Date: Fri, 20 Sep 2002 21:52:17 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209210452.g8L4qHgv000953@ref5.freebsd.org> To: current@freebsd.org Subject: i386 tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- ===> sbin/nfsiod cc1: warnings being treated as errors In file included from /local0/scratch/des/src/sbin/nfsiod/nfsiod.c:61: /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include/unistd.h:257: warning: redundant redeclaration of `mkstemp' in same scope /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include/stdlib.h:194: warning: previous declaration of `mkstemp' /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include/unistd.h:259: warning: redundant redeclaration of `mktemp' in same scope /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include/stdlib.h:198: warning: previous declaration of `mktemp' /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include/unistd.h:284: warning: redundant redeclaration of `setkey' in same scope /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include/stdlib.h:211: warning: previous declaration of `setkey' /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include/unistd.h:302: warning: redundant redeclaration of `getsubopt' in same scope /home/des/tinderbox/i386/obj/local0/scratch/des/src/i386/usr/include/stdlib.h:184: warning: previous declaration of `getsubopt' *** Error code 1 Stop in /local0/scratch/des/src/sbin/nfsiod. *** Error code 1 Stop in /local0/scratch/des/src/sbin. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. *** Error code 1 Stop in /local0/scratch/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri Sep 20 22:36:54 2002 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 9C0B137B401 for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 22:36:53 -0700 (PDT) Received: from mail.cs.puon.net (ns1.puon.net [210.189.78.10]) by mx1.FreeBSD.org (Postfix) with SMTP id A79D743E6E for <freebsd-current@freebsd.org>; Fri, 20 Sep 2002 22:36:52 -0700 (PDT) (envelope-from sonoda12@cs.puon.net) Received: (qmail 22077 invoked from network); 21 Sep 2002 13:36:50 +0900 Received: from pl1532.nas922.o-tokyo.nttpc.ne.jp (HELO wing-cilnjn2j6v) (210.139.29.252) by ns1.puon.net with SMTP; 21 Sep 2002 13:36:50 +0900 From: =?iso-2022-jp?B?c29ub2RhMTJAY3MucHVvbi5uZXQ=?=@FreeBSD.ORG To: =?iso-2022-jp?B?YWhh?=@FreeBSD.ORG Reply-To: sonoda12@cs.puon.net Date: Sat, 21 Sep 2002 13:36:51 +0900 Subject: =?iso-2022-jp?B?GyRCSH4+Lz13Qmc4VDMrJC0lbSVqITwlPxsoSkRWRA==?= Content-Type: text/plain Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Message-ID: <20020921043650.20491.qmail@mail.cs.puon.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG ƒ}ƒjƒA‚È‚çâ‘Ζž‘«‚Ì•i‘µ‚¦‹M•û‚Ì’•¶ŒãA ‚·‚®‚É“–ŽÐ‚̃}ƒVƒ“‚ª“®‚«o‚·ƒVƒXƒeƒ€B ƒ}ƒU[‹y‚Ñ€ƒ}ƒU[‚Ì—L‚é“–“X‚¾‚©‚çƒrƒfƒIEDVD‚ð ‚·‚®‚É”‘—’v‚µ‚Ü‚·B ‚Ü‚½A‚±‚±‚ÉЉ‚Ä‚¢‚È‚¢ƒ^ƒCƒgƒ‹ƒŠƒXƒg‚à‚¨‘—‚è’v‚µ‚Ü‚·B ‚Æ‚É‚©‚‚²——‚É‚È‚Á‚Ä‚P–{‚©‚ç‚Å‚à‚¨‹CŒy‚É‚²’•¶‰º‚³‚¢‚Ü‚·‚悤 ‹X‚µ‚‚¨Šè‚¢’v‚µ‚Ü‚·B http://japan.pinkserver.com/child1/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 2:32:51 2002 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 4772F37B401 for <current@freebsd.org>; Sat, 21 Sep 2002 02:32:50 -0700 (PDT) Received: from rigel.grass.st (rigel.grass.st [195.197.32.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB1F43E42 for <current@freebsd.org>; Sat, 21 Sep 2002 02:32:49 -0700 (PDT) (envelope-from bsdcur@rigel.grass.st) Received: (from bsdcur@localhost) by rigel.grass.st (8.9.3/8.9.3) id MAA53168 for current@freebsd.org; Sat, 21 Sep 2002 12:32:47 +0300 (EEST) (envelope-from bsdcur) Date: Sat, 21 Sep 2002 12:32:47 +0300 From: mika ruohotie <bsdcur@aeon.st> To: current@freebsd.org Subject: disklabel doesnt let root to edit labels anymore? Message-ID: <20020921123247.A32612@rigel.grass.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG eh? it seems regardless of the flags i'm giving to disklabel it prevents me from editing/restoring/whatever labels. only thing i can do is to read them. single/multiuser makes no difference. yes, i've tested _all_ the flags available. also i found no indication from any mailing list i was able to think about a changed behaviour. what am i missing here? my older current systems work differently, but those are like a year or so old 5.0's. the one with problems is from last week. mickey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 3:55:55 2002 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 B642937B401 for <current@freebsd.org>; Sat, 21 Sep 2002 03:55:53 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A5443E6E for <current@freebsd.org>; Sat, 21 Sep 2002 03:55:53 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8LAtrN2048884 for <current@freebsd.org>; Sat, 21 Sep 2002 03:55:53 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8LAtrBC048876 for current@freebsd.org; Sat, 21 Sep 2002 03:55:53 -0700 (PDT) Date: Sat, 21 Sep 2002 03:55:53 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209211055.g8LAtrBC048876@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Sat Sep 21 03:19:59 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Sat Sep 21 03:51:56 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Sat Sep 21 03:51:56 PDT 2002 -------------------------------------------------------------- ===> vinum cc1: warnings being treated as errors /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_enter': /h/des/src/sys/coda/coda_namecache.c:245: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c:263: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_lookup': /h/des/src/sys/coda/coda_namecache.c:322: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_zapfile': /h/des/src/sys/coda/coda_namecache.c:520: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_purge_user': /h/des/src/sys/coda/coda_namecache.c:568: warning: cast from pointer to integer of different size *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 4: 5:16 2002 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 5662437B401 for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 04:05:15 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71BA243E3B for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 04:05:14 -0700 (PDT) (envelope-from mark@grimreaper.grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.5/8.12.5) with ESMTP id g8LB5DPb098274; Sat, 21 Sep 2002 12:05:13 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.5/8.12.5/Submit) with UUCP id g8LB5DJ5098273; Sat, 21 Sep 2002 12:05:13 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.5) with ESMTP id g8LB4s7s019720; Sat, 21 Sep 2002 12:04:54 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200209211104.g8LB4s7s019720@grimreaper.grondar.org> To: Martin Blapp <mb@imp.ch> Cc: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_dc.c References: <20020920182332.I64599-100000@levais.imp.ch> In-Reply-To: <20020920182332.I64599-100000@levais.imp.ch> ; from Martin Blapp <mb@imp.ch> "Fri, 20 Sep 2002 18:26:46 +0200." Date: Sat, 21 Sep 2002 12:04:54 +0100 From: Mark Murray <mark@grondar.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG > I've got somewhere another dc card which made problems. I guess > it was PNIC. I have a Netgear FA510 (32-bit CardBus). When I insert it, I get: cardbus0: Expecting link target, got 0x0 cardbus0: Resource not specified in CIS: id=10, size=80 cardbus0: Resource not specified in CIS: id=14, size=400 dc0: <Intel 21143 10/100BaseTX> port 0x1000-0x107f mem 0x88002400-0x880027ff irq 11 at device 0.0 on cardbus0 dc0: Ethernet address: 00:80:00:80:00:80 miibus0: <MII bus> on dc0 dcphy0: <Intel 21143 NWAY media interface> on miibus0 dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Notice the funny MAC address. Any ideas? M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 4:42:41 2002 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 BB36437B401 for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 04:42:40 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CCD343E42 for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 04:42:39 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g8LBgWHb014278; Sat, 21 Sep 2002 13:42:32 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g8LBgV75855355; Sat, 21 Sep 2002 13:42:31 +0200 (MES) Date: Sat, 21 Sep 2002 13:42:31 +0200 From: Martin Blapp <mb@imp.ch> To: Mark Murray <mark@grondar.za> Cc: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_dc.c In-Reply-To: <200209211104.g8LB4s7s019720@grimreaper.grondar.org> Message-ID: <Pine.SGI.4.44.0209211340220.864922-100000@nbs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hi Mark, > I have a Netgear FA510 (32-bit CardBus). > > cardbus0: Expecting link target, got 0x0 > cardbus0: Resource not specified in CIS: id=10, size=80 > cardbus0: Resource not specified in CIS: id=14, size=400 > dc0: <Intel 21143 10/100BaseTX> port 0x1000-0x107f mem 0x88002400-0x880027ff irq > 11 at device 0.0 on cardbus0 > dc0: Ethernet address: 00:80:00:80:00:80 > miibus0: <MII bus> on dc0 > dcphy0: <Intel 21143 NWAY media interface> on miibus0 > dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Can you try this PR patch and see if it helps ? Note that the patch isn't 100% correct for other cards and will break them. http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/35482 Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 5: 5:44 2002 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 CD43D37B401 for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 05:05:43 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 922EE43E3B for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 05:05:42 -0700 (PDT) (envelope-from mark@grimreaper.grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.5/8.12.5) with ESMTP id g8LC5fPb098821; Sat, 21 Sep 2002 13:05:41 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.5/8.12.5/Submit) with UUCP id g8LC5fIk098820; Sat, 21 Sep 2002 13:05:41 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.5) with ESMTP id g8LC2i7s020310; Sat, 21 Sep 2002 13:02:44 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200209211202.g8LC2i7s020310@grimreaper.grondar.org> To: Martin Blapp <mb@imp.ch> Cc: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_dc.c References: <Pine.SGI.4.44.0209211340220.864922-100000@nbs.imp.ch> In-Reply-To: <Pine.SGI.4.44.0209211340220.864922-100000@nbs.imp.ch> ; from Martin Blapp <mb@imp.ch> "Sat, 21 Sep 2002 13:42:31 +0200." Date: Sat, 21 Sep 2002 13:02:44 +0100 From: Mark Murray <mark@grondar.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG > Can you try this PR patch and see if it helps ? Note that the patch isn't > 100% correct for other cards and will break them. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/35482 That patch (plus a couple of others from other PRs) is already applied. No help. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 5:44:30 2002 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 8262637B401 for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 05:44:24 -0700 (PDT) Received: from shadowmere.student.utwente.nl (shadowmere.student.utwente.nl [130.89.165.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8471943E42 for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 05:44:23 -0700 (PDT) (envelope-from daeron@shadowmere.student.utwente.nl) Received: from shadowmere.student.utwente.nl (localhost [127.0.0.1]) by shadowmere.student.utwente.nl (8.12.6/8.12.6) with ESMTP id g8LCiLtr000587; Sat, 21 Sep 2002 14:44:21 +0200 (CEST) (envelope-from daeron@shadowmere.student.utwente.nl) Received: (from daeron@localhost) by shadowmere.student.utwente.nl (8.12.6/8.12.6/Submit) id g8LCiLZJ000586; Sat, 21 Sep 2002 14:44:21 +0200 (CEST) Date: Sat, 21 Sep 2002 14:44:21 +0200 From: Pascal Hofstee <daeron@shadowmere.student.utwente.nl> To: mika ruohotie <bsdcur@aeon.st> Cc: current@FreeBSD.ORG Subject: Re: disklabel doesnt let root to edit labels anymore? Message-ID: <20020921124421.GA560@shadowmere.student.utwente.nl> References: <20020921123247.A32612@rigel.grass.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020921123247.A32612@rigel.grass.st> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sat, Sep 21, 2002 at 12:32:47PM +0300, mika ruohotie wrote: > > eh? > > it seems regardless of the flags i'm giving to disklabel it prevents > me from editing/restoring/whatever labels. only thing i can do is > to read them. > > single/multiuser makes no difference. [snip] I am not really familair with CURRENT antics (i just like to play with it) so i may be making completely misguided suggestion here, but eh ... Do you by any chance simply have your secure level set too high ? -- Pascal Hofstee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 8: 7:27 2002 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 99FF837B401 for <freebsd-current@freebsd.org>; Sat, 21 Sep 2002 08:07:26 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5381B43E42 for <freebsd-current@freebsd.org>; Sat, 21 Sep 2002 08:07:26 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [66.126.111.2] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Sat, 21 Sep 2002 09:07:26 -0600 Message-ID: <3D8C8AD8.1010006@hotmail.com> Date: Sat, 21 Sep 2002 08:06:00 -0700 From: walt <wa1ter@hotmail.com> Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020905 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: libc question Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I've recompiled libc twice today because of the changes in wchar.h and I've noticed two or maybe three error messages fly by during the compile. The messages are from 'sort' and they go by so quickly I can't quite make them out, but they say something like "open failed, no such directory or [something]". Is this normal? And while I'm asking about error messages--I've been seeing these go by in various places for months now, and I wonder why they haven't been fixed yet. I guess they must be harmless: "/usr/src/share/mk/bsd.prog.mk", line 37: warning: duplicate script for target "loader" ignored This particular one came from a 'make includes', but IIRC I've seen similar ones during a 'make libraries' also. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 9: 9: 6 2002 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 5329937B401 for <freebsd-current@freebsd.org>; Sat, 21 Sep 2002 09:09:05 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0245043E6A for <freebsd-current@freebsd.org>; Sat, 21 Sep 2002 09:09:05 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [66.126.111.2] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Sat, 21 Sep 2002 10:09:04 -0600 Message-ID: <3D8C994F.1030905@hotmail.com> Date: Sat, 21 Sep 2002 09:07:43 -0700 From: walt <wa1ter@hotmail.com> Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020905 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: libc errors: more info Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Okay, I just found out about the 'script' command :-) When compiling libc I see several of these 'sort' errors: cc -O -pipe -mcpu=pentiumpro -DLIBC_MAJOR=5 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD -c /usr/src/lib/libc/string/wmemset.c -o wmemset.o building static c library sort: open failed: +1: No such file or directory sort: open failed: +1: No such file or directory ranlib libc.a cc -DPROF -O -pipe -mcpu=pentiumpro -DLIBC_MAJOR=5 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD -I/usr/src/lib/libc/i386 -c fork.S -o fork.po ================================== /usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD -c /usr/src/lib/libc/string/wmemset.c -o wmemset.po building profiled c library sort: open failed: +1: No such file or directory sort: open failed: +1: No such file or directory ranlib libc_p.a cc -fpic -DPIC -O -pipe -mcpu=pentiumpro -DLIBC_MAJOR=5 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD -I/usr/src/lib/libc/i386 -c fork.S -o fork.So ================================== cc -fpic -DPIC -O -pipe -mcpu=pentiumpro -DLIBC_MAJOR=5 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD -c /usr/src/lib/libc/string/wmemset.c -o wmemset.So building shared library libc.so.5 sort: open failed: +1: No such file or directory sort: open failed: +1: No such file or directory building special pic c library ranlib libc_pic.a gzip -cn /usr/src/lib/libc/../libc/db/man/btree.3 > btree.3.gz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 10:20:15 2002 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 C606037B401 for <current@freebsd.org>; Sat, 21 Sep 2002 10:20:13 -0700 (PDT) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8119243E4A for <current@freebsd.org>; Sat, 21 Sep 2002 10:20:08 -0700 (PDT) (envelope-from john@veidit.net) Received: from d1o1000.telia.com (d1o1000.telia.com [217.208.12.241]) by mailb.telia.com (8.12.5/8.12.5) with ESMTP id g8LHK3To022059 for <current@freebsd.org>; Sat, 21 Sep 2002 19:20:03 +0200 (CEST) X-Original-Recipient: <current@freebsd.org> Received: from Sleeper (h162n2fls35o1000.telia.com [217.210.235.162]) by d1o1000.telia.com (8.10.2/8.10.1) with SMTP id g8LHK2R22938 for <current@freebsd.org>; Sat, 21 Sep 2002 19:20:02 +0200 (CEST) Date: Sat, 21 Sep 2002 19:20:01 +0200 From: John Angelmo <john@veidit.net> To: current@freebsd.org Subject: acpi sleep and resume Message-Id: <20020921192001.6d8824c3.john@veidit.net> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Hello I'm running current on my laptop, when I close the lid, the screen goes black, but when I open again the screen goes on but everything is locked, how can I solve this? Here's my hw.acpi: hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: S1 hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 0 hw.acpi.s4bios: 1 hw.acpi.verbose: 0 hw.acpi.cpu.max_speed: 8 hw.acpi.cpu.current_speed: 8 hw.acpi.cpu.performance_speed: 8 hw.acpi.cpu.economy_speed: 4 hw.acpi.acline: 1 hw.acpi.battery.life: 100 hw.acpi.battery.time: 216 hw.acpi.battery.state: 1 hw.acpi.battery.units: 1 hw.acpi.battery.info_expire: 5 machdep.acpi_timer_freq: 3579545 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 10:46: 4 2002 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 B064D37B401 for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 10:46:02 -0700 (PDT) Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1851B43E6A for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 10:46:02 -0700 (PDT) (envelope-from vince@oahu.WURLDLINK.NET) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id g8LHjov22691; Sat, 21 Sep 2002 07:45:50 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Sat, 21 Sep 2002 07:45:50 -1000 (HST) From: Vincent Poy <vince@oahu.WURLDLINK.NET> To: John Angelmo <john@veidit.net> Cc: current@FreeBSD.ORG Subject: Re: acpi sleep and resume In-Reply-To: <20020921192001.6d8824c3.john@veidit.net> Message-ID: <20020921074535.P3782-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Try doing: sysctl -w hw.acpi.lid_switch_state=NONE Does that help? Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin On Sat, 21 Sep 2002, John Angelmo wrote: > Hello > > I'm running current on my laptop, when I close the lid, the screen goes black, but when I open again the screen goes on but everything is locked, how can I solve this? > > Here's my hw.acpi: > > hw.acpi.power_button_state: S5 > hw.acpi.sleep_button_state: S1 > hw.acpi.lid_switch_state: S1 > hw.acpi.standby_state: S1 > hw.acpi.suspend_state: S3 > hw.acpi.sleep_delay: 0 > hw.acpi.s4bios: 1 > hw.acpi.verbose: 0 > hw.acpi.cpu.max_speed: 8 > hw.acpi.cpu.current_speed: 8 > hw.acpi.cpu.performance_speed: 8 > hw.acpi.cpu.economy_speed: 4 > hw.acpi.acline: 1 > hw.acpi.battery.life: 100 > hw.acpi.battery.time: 216 > hw.acpi.battery.state: 1 > hw.acpi.battery.units: 1 > hw.acpi.battery.info_expire: 5 > machdep.acpi_timer_freq: 3579545 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 11:19:40 2002 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 48EAD37B401 for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 11:19:38 -0700 (PDT) Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 729DF43E42 for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 11:19:37 -0700 (PDT) (envelope-from john@veidit.net) Received: from d1o1000.telia.com (d1o1000.telia.com [217.208.12.241]) by mailf.telia.com (8.12.5/8.12.5) with ESMTP id g8LIJZcj014742; Sat, 21 Sep 2002 20:19:36 +0200 (CEST) X-Original-Recipient: current@FreeBSD.ORG Received: from Sleeper (h162n2fls35o1000.telia.com [217.210.235.162]) by d1o1000.telia.com (8.10.2/8.10.1) with SMTP id g8LIJZR06486; Sat, 21 Sep 2002 20:19:35 +0200 (CEST) Date: Sat, 21 Sep 2002 20:19:35 +0200 From: John Angelmo <john@veidit.net> To: Vincent Poy <vince@oahu.WURLDLINK.NET> Cc: current@FreeBSD.ORG Subject: Re: acpi sleep and resume Message-Id: <20020921201935.35eb0e7b.john@veidit.net> In-Reply-To: <20020921074535.P3782-100000@oahu.WURLDLINK.NET> References: <20020921192001.6d8824c3.john@veidit.net> <20020921074535.P3782-100000@oahu.WURLDLINK.NET> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Nope it still locked up On Sat, 21 Sep 2002 07:45:50 -1000 (HST) Vincent Poy <vince@oahu.WURLDLINK.NET> wrote: > Try doing: sysctl -w hw.acpi.lid_switch_state=NONE > > Does that help? > > > Cheers, > Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ > Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] > WurldLink Corporation / / / / | / | __] ] > San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] > HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] > Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin > > > On Sat, 21 Sep 2002, John Angelmo wrote: > > > Hello > > > > I'm running current on my laptop, when I close the lid, the screen goes black, but when I open again the screen goes on but everything is locked, how can I solve this? > > > > Here's my hw.acpi: > > > > hw.acpi.power_button_state: S5 > > hw.acpi.sleep_button_state: S1 > > hw.acpi.lid_switch_state: S1 > > hw.acpi.standby_state: S1 > > hw.acpi.suspend_state: S3 > > hw.acpi.sleep_delay: 0 > > hw.acpi.s4bios: 1 > > hw.acpi.verbose: 0 > > hw.acpi.cpu.max_speed: 8 > > hw.acpi.cpu.current_speed: 8 > > hw.acpi.cpu.performance_speed: 8 > > hw.acpi.cpu.economy_speed: 4 > > hw.acpi.acline: 1 > > hw.acpi.battery.life: 100 > > hw.acpi.battery.time: 216 > > hw.acpi.battery.state: 1 > > hw.acpi.battery.units: 1 > > hw.acpi.battery.info_expire: 5 > > machdep.acpi_timer_freq: 3579545 > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 12:16:34 2002 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 D1DC537B401 for <freebsd-current@FreeBSD.ORG>; Sat, 21 Sep 2002 12:16:32 -0700 (PDT) Received: from dev.bsdnerds.org (lsanca2-ar31-4-33-246-189.lsanca2.dsl-verizon.net [4.33.246.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4694343E4A for <freebsd-current@FreeBSD.ORG>; Sat, 21 Sep 2002 12:16:32 -0700 (PDT) (envelope-from justin@bsdnerds.org) Received: from dev.bsdnerds.org (tr0n@localhost [127.0.0.1]) by dev.bsdnerds.org (8.12.6/8.12.6) with ESMTP id g8LJGZHp011691; Sat, 21 Sep 2002 12:16:35 -0700 (PDT) (envelope-from justin@bsdnerds.org) Received: (from tr0n@localhost) by dev.bsdnerds.org (8.12.6/8.12.6/Submit) id g8LJGYSa011690; Sat, 21 Sep 2002 12:16:34 -0700 (PDT) X-Authentication-Warning: dev.bsdnerds.org: tr0n set sender to justin@bsdnerds.org using -f Subject: Re: xmms From: justin <justin@bsdnerds.org> Reply-To: lists@bsdnerds.org To: Ollivier Robert <roberto@eurocontrol.fr> Cc: "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG> In-Reply-To: <20020920100446.GA28643@caerdonn.eurocontrol.fr> References: <20020920100446.GA28643@caerdonn.eurocontrol.fr> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 21 Sep 2002 12:16:34 -0700 Message-Id: <1032635794.8172.7.camel@dev.bsdnerds.org> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Thanks for the help deleted the libc_r folder from my source dir, and rebuilt the world and installed it and it worked, didn't even have to reboot for it to notice the change, ran merge master and rebooted and all is well, and xmms runs. Thanks for your help. Jusitn On Fri, 2002-09-20 at 03:04, Ollivier Robert wrote: > > source went final I cvsuped ports and src, and recompiled and tried > > again. it compiles file, just won't run. > > Recompile and reinstall src/lib/libc_r after cvsup. There was something > recently broken in there and all threaded apps failed (mozilla, Nautilus > and so on). See the "Thread issues" thread in freebsd-current. > > >> xmms > > Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file > > /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22) > >Abort (core dumped) > -- > Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- Ollivier.Robert@eurocontrol.fr > FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 15: 9:30 2002 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 0B7C937B401 for <freebsd-current@FreeBSD.ORG>; Sat, 21 Sep 2002 15:09:29 -0700 (PDT) Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0AA143E75 for <freebsd-current@FreeBSD.ORG>; Sat, 21 Sep 2002 15:09:27 -0700 (PDT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id g8LM9Ow23783; Sat, 21 Sep 2002 23:09:24 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.3/8.12.3) with ESMTP id g8LM9Nv6098381; Sat, 21 Sep 2002 23:09:23 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.12.3/8.12.3/Submit) with ESMTP id g8LM9NRg098378; Sat, 21 Sep 2002 23:09:23 +0100 (BST) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sat, 21 Sep 2002 23:09:23 +0100 (BST) From: Gavin Atkinson <gavin@ury.york.ac.uk> To: David Xu <bsddiy@yahoo.com> Cc: Current <freebsd-current@FreeBSD.ORG> Subject: Re: VESA 800x600 console not working In-Reply-To: <20020727000118.50336.qmail@web20904.mail.yahoo.com> Message-ID: <Pine.BSF.4.33.0209212306240.96032-100000@ury.york.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Fri, 26 Jul 2002, David Xu wrote: > Yes, this is a known problem. I have a patch for this, you may > download it from here: > http://opensource.zjonline.com.cn/freebsd/vm86patch.tgz Is there any chance of geting these committed? With them, my laptop is happy to give a 100x37 screen on VESA_800x600. Gavin > ----- Original Message ----- > From: "Rob" <rob@pythonemproject.com> > To: "Current" <freebsd-current@FreeBSD.ORG> > Sent: Saturday, July 27, 2002 6:46 AM > > > Having a laptop here, I wanted to get the same 800x600 console that I > > have in -stable. I built my kernel with OPTIONS VESA and OPTIONS > > SC_PIXEL_MODE. I have tried two methods. The first was to put 0x0080 > > in the device.hints file for SC. That gave me a blank screen upon > > startup. I also tried putting into /usr/local/etc/rc.d the vidcontrol > > command "vidcontrol -g 100x37 VESA_800x600. That gave me a blank screen > > at the end of the bootup. Is this functionality broken in -current, or > > am I doing something wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 16: 1:12 2002 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 AC18E37B401 for <current@freebsd.org>; Sat, 21 Sep 2002 16:01:10 -0700 (PDT) Received: from beast.freebsd.org (beast.FreeBSD.org [216.136.204.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B23B43E75 for <current@freebsd.org>; Sat, 21 Sep 2002 16:01:10 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from beast.freebsd.org (localhost [127.0.0.1]) by beast.freebsd.org (8.12.6/8.12.6) with ESMTP id g8LN1AN2028572 for <current@freebsd.org>; Sat, 21 Sep 2002 16:01:10 -0700 (PDT) (envelope-from des@beast.freebsd.org) Received: (from des@localhost) by beast.freebsd.org (8.12.6/8.12.6/Submit) id g8LN1Ata028566 for current@freebsd.org; Sat, 21 Sep 2002 16:01:10 -0700 (PDT) Date: Sat, 21 Sep 2002 16:01:10 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> Message-Id: <200209212301.g8LN1Ata028566@beast.freebsd.org> To: current@freebsd.org Subject: alpha tinderbox failure Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /home/des/tinderbox/alpha/obj/h/des/src/alpha/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Sat Sep 21 15:25:20 PDT 2002 -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Sat Sep 21 15:56:50 PDT 2002 -------------------------------------------------------------- >>> Kernel build for LINT started on Sat Sep 21 15:56:50 PDT 2002 -------------------------------------------------------------- ===> vinum cc1: warnings being treated as errors /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_enter': /h/des/src/sys/coda/coda_namecache.c:245: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c:263: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_lookup': /h/des/src/sys/coda/coda_namecache.c:322: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_zapfile': /h/des/src/sys/coda/coda_namecache.c:520: warning: cast from pointer to integer of different size /h/des/src/sys/coda/coda_namecache.c: In function `coda_nc_purge_user': /h/des/src/sys/coda/coda_namecache.c:568: warning: cast from pointer to integer of different size *** Error code 1 Stop in /h/des/obj/h/des/src/sys/LINT. *** Error code 1 Stop in /h/des/src. *** Error code 1 Stop in /h/des/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 18:12:50 2002 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 5AF5537B401 for <freebsd-current@freebsd.org>; Sat, 21 Sep 2002 18:12:48 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id E093E43E65 for <freebsd-current@freebsd.org>; Sat, 21 Sep 2002 18:12:47 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [67.114.253.107] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Sat, 21 Sep 2002 19:12:48 -0600 Message-ID: <3D8D18C3.8030303@hotmail.com> Date: Sat, 21 Sep 2002 18:11:31 -0700 From: walt <wa1ter@hotmail.com> Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020921 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: libc errors: more info References: <ami5jb$30jg$1@FreeBSD.csie.NCTU.edu.tw> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG walt wrote: > > When compiling libc I see several of these 'sort' errors: > > cc -O -pipe -mcpu=pentiumpro -DLIBC_MAJOR=5 -I/usr/src/lib/libc/include > -I/usr/src/lib/libc/../../include -D__DBINTERFACE_PRIVATE -DINET6 > -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale > -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD -c > /usr/src/lib/libc/string/wmemset.c -o wmemset.o > building static c library > sort: open failed: +1: No such file or directory Okay, I found out that you won't see these during a buildworld unless libc actually gets recompiled, which won't happen unless libc sources get modified. To force these errors to appear just 'cd /usr/src/lib/libc' and 'make clean' then 'make'. By doing a 'make -n' I found that this is the statement which produces the error: ar cq libc.a `lorder fork.o read.o chmod.o getpid.o mount.o wmemset.o | tsort -q` (For clarity I snipped a huge list of .o files from the middle of that statement.) There are several other similar statements that cause the same error message. So whaddya think? Is this an error to worry about? Or not. BTW, you can reproduce the error message by typing 'sort +1'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 20: 5:32 2002 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 1542737B401 for <freebsd-current@freebsd.org>; Sat, 21 Sep 2002 20:05:31 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFFF843E3B for <freebsd-current@freebsd.org>; Sat, 21 Sep 2002 20:05:30 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [67.114.255.156] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Sat, 21 Sep 2002 21:05:31 -0600 Message-ID: <3D8D332C.7090607@hotmail.com> Date: Sat, 21 Sep 2002 20:04:12 -0700 From: walt <wa1ter@hotmail.com> Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020921 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: libc error question answered (partly) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG The source of the "sort: open failed: +1: No such file or directory" message during compilation of libc is the shellscript /usr/bin/lorder. /usr/bin/lorder contains these lines: # sort symbols and references on the first field (the symbol) sort +1 $R -o $R sort +1 $S -o $S My guess is that the syntax of 'sort' has changed since lorder was modified in March of 2001(?) In any case it looks like lorder is not doing its job in quite the way the author intended. The questions is whether it matters. I dunno. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 20:22:30 2002 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 AA66D37B401 for <freebsd-current@freebsd.org>; Sat, 21 Sep 2002 20:22:29 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626D443E4A for <freebsd-current@freebsd.org>; Sat, 21 Sep 2002 20:22:29 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [67.114.255.156] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Sat, 21 Sep 2002 21:22:29 -0600 Message-ID: <3D8D372B.9040806@hotmail.com> Date: Sat, 21 Sep 2002 20:21:15 -0700 From: walt <wa1ter@hotmail.com> Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020921 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: libc error question answered (partly) References: <amjc6i$2mr5$1@FreeBSD.csie.NCTU.edu.tw> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG walt wrote: > My guess is that the syntax of 'sort' has changed since lorder > was modified in March of 2001(?) David Wolfskill just pointed out to me that the behavior of 'sort' is completely different in -STABLE, which I've just confirmed. Does anyone else see this behavior in -CURRENT? What happens if you type 'sort +1' on your -CURRENT machine? This will be the last time (tonight) that I reply to my own post :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 21: 7:32 2002 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 2282137B401 for <current@freebsd.org>; Sat, 21 Sep 2002 21:07:32 -0700 (PDT) Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.3.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819DA43E4A for <current@freebsd.org>; Sat, 21 Sep 2002 21:07:31 -0700 (PDT) (envelope-from silby@silby.com) Received: from pop1.nwbl.wi.voyager.net (pop1.nwbl.wi.voyager.net [169.207.2.115]) by out4.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id A976FC2F84 for <current@freebsd.org>; Sat, 21 Sep 2002 23:07:26 -0500 (CDT) Received: from [10.1.1.6] (d81.as14.nwbl0.wi.voyager.net [169.207.134.81]) by pop1.nwbl.wi.voyager.net (8.10.2/8.10.2) with ESMTP id g8M47QU84449 for <current@freebsd.org>; Sat, 21 Sep 2002 23:07:26 -0500 (CDT) Date: Sat, 21 Sep 2002 23:10:51 -0500 (CDT) From: Mike Silbersack <silby@silby.com> To: current@freebsd.org Subject: -mcpu=pentiumpro still evil? Message-ID: <20020921230908.A4834-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG Is anyone else still seeing Sig 11's from GCC when mcpu=pentiumpro is enabled (as it appears to be by default now)? I get a segfault in the same place every time when compiling a DIAGNOSTIC kernel when I leave it enabled. Just curious if this is just me or not... Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 23:40:10 2002 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 6C75637B401 for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 23:40:09 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD5B43E3B for <current@FreeBSD.ORG>; Sat, 21 Sep 2002 23:40:08 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020922064008.EVPM464.rwcrmhc52.attbi.com@blossom.cjclark.org>; Sun, 22 Sep 2002 06:40:08 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.3/8.12.3) with ESMTP id g8M6e7Wn036395; Sat, 21 Sep 2002 23:40:08 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.3/8.12.3/Submit) id g8M6e1NB036394; Sat, 21 Sep 2002 23:40:01 -0700 (PDT) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Sat, 21 Sep 2002 23:40:00 -0700 From: "Crist J. Clark" <crist.clark@attbi.com> To: mika ruohotie <bsdcur@aeon.st> Cc: current@FreeBSD.ORG Subject: Re: disklabel doesnt let root to edit labels anymore? Message-ID: <20020922064000.GA36099@blossom.cjclark.org> Reply-To: "Crist J. Clark" <cjc@FreeBSD.ORG> References: <20020921123247.A32612@rigel.grass.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020921123247.A32612@rigel.grass.st> User-Agent: Mutt/1.4i X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG On Sat, Sep 21, 2002 at 12:32:47PM +0300, mika ruohotie wrote: > > eh? > > it seems regardless of the flags i'm giving to disklabel it prevents > me from editing/restoring/whatever labels. only thing i can do is > to read them. What error are you getting? -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat Sep 21 23:53:11 2002 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 88DC037B401 for <current@freebsd.org>; Sat, 21 Sep 2002 23:53:08 -0700 (PDT) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F9343E3B for <current@freebsd.org>; Sat, 21 Sep 2002 23:53:08 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020922065306.FAWN8126.rwcrmhc53.attbi.com@blossom.cjclark.org> for <current@freebsd.org>; Sun, 22 Sep 2002 06:53:06 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.3/8.12.3) with ESMTP id g8M6r6Wn036429 for <current@freebsd.org>; Sat, 21 Sep 2002 23:53:06 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.3/8.12.3/Submit) id g8M6r6dx036428 for current@freebsd.org; Sat, 21 Sep 2002 23:53:06 -0700 (PDT) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Sat, 21 Sep 2002 23:53:06 -0700 From: "Crist J. Clark" <crist.clark@attbi.com> To: current@freebsd.org Subject: Trouble Building CURRENT on STABLE, cpp seg. fault Message-ID: <20020922065306.GB36099@blossom.cjclark.org> Reply-To: "Crist J. Clark" <cjc@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-current.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current> X-Loop: FreeBSD.ORG I've been unable to build CURRENT on STABLE for a few days. I made sure to bring STABLE up to date. Is this just me? Is there a problem with building CURRENT on STABLE at the moment? -------------------------------------------------------------- >>> Kernel build for GOKU started on Sat Sep 21 23:48:02 PDT 2002 -------------------------------------------------------------- ===> GOKU mkdir -p /home/cjc/obj/usr/src.CURRENT/sys cd /usr/src.CURRENT/sys/i386/conf; PATH=/home/cjc/obj/usr/src.CURRENT/i386/usr/sbin:/home/cjc/obj/usr/src.CURRENT/i386/usr/bin:/home/cjc/obj/usr/src.CURRENT/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /home/cjc/obj/usr/src.CURRENT/sys/GOKU /usr/src.CURRENT/sys/i386/conf/GOKU Kernel build directory is /home/cjc/obj/usr/src.CURRENT/sys/GOKU Don't forget to do a ``make depend'' cd /home/cjc/obj/usr/src.CURRENT/sys/GOKU; MAKESRCPATH=/usr/src.CURRENT/sys/dev/aic7xxx/aicasm make -DNO_CPU_CFLAGS -f /usr/src.CURRENT/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /home/cjc/obj/usr/src.CURRENT/sys/GOKU cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src.CURRENT/sys/dev/aic7xxx/aicasm -c /usr/src.CURRENT/sys/dev/aic7xxx/aicasm/aicasm.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src.CURRENT/sys/dev/aic7xxx/aicasm -c /usr/src.CURRENT/sys/dev/aic7xxx/aicasm/aicasm_symbol.c yacc -b aicasm_gram -d -o aicasm_gram.c /usr/src.CURRENT/sys/dev/aic7xxx/aicasm/aicasm_gram.y cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src.CURRENT/sys/dev/aic7xxx/aicasm -c aicasm_gram.c yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c /usr/src.CURRENT/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src.CURRENT/sys/dev/aic7xxx/aicasm -c aicasm_macro_gram.c lex -t /usr/src.CURRENT/sys/dev/aic7xxx/aicasm/aicasm_scan.l > aicasm_scan.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src.CURRENT/sys/dev/aic7xxx/aicasm -c aicasm_scan.c lex -t -Pmm /usr/src.CURRENT/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l > aicasm_macro_scan.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src.CURRENT/sys/dev/aic7xxx/aicasm -c aicasm_macro_scan.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src.CURRENT/sys/dev/aic7xxx/aicasm -o aicasm aicasm.o aicasm_symbol.o aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -ll cd /home/cjc/obj/usr/src.CURRENT/sys/GOKU; MAKEOBJDIRPREFIX=/home/cjc/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE=p3 GROFF_BIN_PATH=/home/cjc/obj/usr/src.CURRENT/i386/usr/bin GROFF_FONT_PATH=/home/cjc/obj/usr/src.CURRENT/i386/usr/share/groff_font GROFF_TMAC_PATH=/home/cjc/obj/usr/src.CURRENT/i386/usr/share/tmac DESTDIR=/home/cjc/obj/usr/src.CURRENT/i386 INSTALL="sh /usr/src.CURRENT/tools/install.sh" PATH=/home/cjc/obj/usr/src.CURRENT/i386/usr/sbin:/home/cjc/obj/usr/src.CURRENT/i386/usr/bin:/home/cjc/obj/usr/src.CURRENT/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make KERNEL=kernel depend rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src.CURRENT/sys -I/usr/src.CURRENT/sys/dev -I/usr/src.CURRENT/sys/contrib/dev/acpica -I/usr/src.CURRENT/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 -ffreestanding /usr/src.CURRENT/sys/i386/i386/genassym.c NM=nm sh /usr/src.CURRENT/sys/kern/genassym.sh genassym.o > assym.s awk -f /usr/src.CURRENT/sys/tools/vnode_if.awk /usr/src.CURRENT/sys/kern/vnode_if.src -h echo '#define NBPF 1' > bpf.h awk -f /usr/src.CURRENT/sys/tools/vnode_if.awk /usr/src.CURRENT/sys/kern/vnode_if.src -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/kern/device_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/kern/bus_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/kern/linker_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/mii/miibus_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/pccard/card_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/pccard/power_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/pci/pci_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/pci/pcib_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/ppbus/ppbus_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/sound/pcm/ac97_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/sound/pcm/channel_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/sound/pcm/feeder_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/sound/pcm/mixer_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/usb/usb_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/isa/isa_if.m -c awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/kern/device_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/kern/bus_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/kern/linker_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/mii/miibus_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/pccard/card_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/pccard/power_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/pci/pci_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/pci/pcib_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/ppbus/ppbus_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/sound/pcm/ac97_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/sound/pcm/channel_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/sound/pcm/feeder_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/sound/pcm/mixer_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/dev/usb/usb_if.m -h awk -f /usr/src.CURRENT/sys/tools/makeobjops.awk /usr/src.CURRENT/sys/isa/isa_if.m -h if [ -f .olddep ]; then mv .olddep .depend; fi rm -f .newdep make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src.CURRENT/sys -I/usr/src.CURRENT/sys/dev -I/usr/src.CURRENT/sys/contrib/dev/acpica -I/usr/src.CURRENT/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestanding cc: Internal error: Segmentation fault (program cpp0) Please submit a full bug report. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. mkdep: compile failed *** Error code 1 Stop in /home/cjc/obj/usr/src.CURRENT/sys/GOKU. *** Error code 1 Stop in /home/cjc/obj/usr/src.CURRENT/sys/GOKU. *** Error code 1 Stop in /usr/src.CURRENT. *** Error code 1 Stop in /usr/src.CURRENT. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message