From owner-freebsd-current Sun May 21 0:53:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id D0F3037B57C for ; Sun, 21 May 2000 00:53:25 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id JAA15783 for ; Sun, 21 May 2000 09:53:18 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200005210753.JAA15783@grimreaper.grondar.za> To: current@freebsd.org Subject: Major device numbers and mem device redesign Date: Sun, 21 May 2000 09:53:18 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I want to commit a new /dev/random RSN, so I'll be needing a major device; what is the procedure for getting one? I know how to steal one, but ISTR that this is not how it is done. Also - Peter said something about the "mem" device needing to only contain the /dev/mem and /mem/kmem devices, and /dev/(random|urandom|null|zero) needing to move to MI areas. I have done this, as KLD's. Who wants to review? M To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 4:23:25 2000 Delivered-To: freebsd-current@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [194.97.50.132]) by hub.freebsd.org (Postfix) with ESMTP id 74D2237B5C6; Sun, 21 May 2000 04:23:21 -0700 (PDT) (envelope-from netchild@leidinger.net) Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout1.freenet.de with esmtp (Exim 3.14 #3) id 12tTpC-0004CJ-00; Sun, 21 May 2000 13:23:14 +0200 Received: from [213.6.58.225] (helo=Magelan.Leidinger.net) by mx3.freenet.de with esmtp (Exim 3.14 #3) id 12tTpB-00009y-00; Sun, 21 May 2000 13:23:14 +0200 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.9.3/8.9.3) with ESMTP id LAA23428; Sun, 21 May 2000 11:13:44 +0200 (CEST) (envelope-from netchild@Leidinger.net) Message-Id: <200005210913.LAA23428@Magelan.Leidinger.net> Date: Sun, 21 May 2000 11:13:43 +0200 (CEST) From: Alexander Leidinger Subject: Re: PAM & OpenSSH 2.1 & X11 -> signal 11 To: ume@mahoroba.org Cc: current@freebsd.org, kris@freebsd.org In-Reply-To: <200005201611.e4KGBgc05663@peace.mahoroba.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21 May, Hajimu UMEMOTO wrote: [kris CCed, I think hi knows how to handle this] > Alexander> after a new build{world,kernel} after the import of OpenSSH 2.1 to > Alexander> internat (cvsupped 20000517, around 14:00 CEST), xdm gets a signal > Alexander> 11 if I use pam_ssh.so (after entering the password). > Alexander> After removing the lines with pam_ssh.so for xdm I'm able to login. > > Alexander> Is someone else able to reproduce this? > > I also met this with wdm here. > To avoid this problem, I replaced pam_ssh.c with > ports/security/opessh/pam_ssh.c with changing PATH_SSH_AGENT to > /usr/bin/ssh-agent. It seems working. I haven't tried it (yet), but a diff between both (src/crypto/... and ports/...) show many differences: ---snip--- (5) netchild@ttyp2% diff -duH /usr/src/crypto/openssh/pam_ssh/pam_ssh.c /usr/ports/security/openssh/files/pam_ssh.c |wc 174 671 5212 ---snip--- Some of them are ok (__PREFIX__), but the other differences are changes to support DSA-keys (if I read this correctly). Kris, may I assume they get merged into the tree soon? > -- ^ It seems you have forgotten to add a space after the dashes. > Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan > ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org > http://www.imasy.org/~ume/ Bye, Alexander. -- I believe the technical term is "Oops!" http://www.Leidinger.net Alexander+Home @ Leidinger.net GPG fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 4:25:57 2000 Delivered-To: freebsd-current@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id CF1EA37B5C6 for ; Sun, 21 May 2000 04:25:53 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 12tTrk-000IvH-0V; Sun, 21 May 2000 12:25:52 +0100 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id MAA05098; Sun, 21 May 2000 12:31:42 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sun, 21 May 2000 12:31:41 +0100 (BST) From: Doug Rabson To: Mark Murray Cc: current@freebsd.org Subject: Re: Major device numbers and mem device redesign In-Reply-To: <200005210753.JAA15783@grimreaper.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 21 May 2000, Mark Murray wrote: > Hi > > I want to commit a new /dev/random RSN, so I'll be needing a major > device; what is the procedure for getting one? I know how to steal one, > but ISTR that this is not how it is done. Just edit sys/conf/majors and claim the next available number. > > Also - Peter said something about the "mem" device needing > to only contain the /dev/mem and /mem/kmem devices, and > /dev/(random|urandom|null|zero) needing to move to MI areas. I have done > this, as KLD's. Who wants to review? I'll take a look. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 5:53:20 2000 Delivered-To: freebsd-current@freebsd.org Received: from overcee.netplex.com.au (peter1.yahoo.com [208.48.107.4]) by hub.freebsd.org (Postfix) with ESMTP id C6DAF37B5BE for ; Sun, 21 May 2000 05:53:08 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 3F48B1CE1; Sun, 21 May 2000 05:53:08 -0700 (PDT) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Doug Rabson Cc: Mark Murray , current@FreeBSD.ORG Subject: Re: Major device numbers and mem device redesign In-Reply-To: Message from Doug Rabson of "Sun, 21 May 2000 12:31:41 BST." Date: Sun, 21 May 2000 05:53:08 -0700 From: Peter Wemm Message-Id: <20000521125308.3F48B1CE1@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Rabson wrote: > On Sun, 21 May 2000, Mark Murray wrote: > > > Hi > > > > I want to commit a new /dev/random RSN, so I'll be needing a major > > device; what is the procedure for getting one? I know how to steal one, > > but ISTR that this is not how it is done. > > Just edit sys/conf/majors and claim the next available number. You don't need one. You can use the same major/minor numbers. You can register multiple cdevsw's per major number with make_dev(); (do NOT use cdevsw_add() for this). > > > > Also - Peter said something about the "mem" device needing > > to only contain the /dev/mem and /mem/kmem devices, and > > /dev/(random|urandom|null|zero) needing to move to MI areas. I have done > > this, as KLD's. Who wants to review? > > I'll take a look. > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 20 8442 9037 > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "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 May 21 7:43:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id 3291437B744 for ; Sun, 21 May 2000 07:43:26 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id QAA16615; Sun, 21 May 2000 16:41:48 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200005211441.QAA16615@grimreaper.grondar.za> To: Peter Wemm Cc: Doug Rabson , Mark Murray , current@FreeBSD.ORG Subject: Re: Major device numbers and mem device redesign References: <20000521125308.3F48B1CE1@overcee.netplex.com.au> In-Reply-To: <20000521125308.3F48B1CE1@overcee.netplex.com.au> ; from Peter Wemm "Sun, 21 May 2000 05:53:08 MST." Date: Sun, 21 May 2000 16:41:48 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > I want to commit a new /dev/random RSN, so I'll be needing a major > > > device; what is the procedure for getting one? I know how to steal one, > > > but ISTR that this is not how it is done. > > > > Just edit sys/conf/majors and claim the next available number. > > You don't need one. You can use the same major/minor numbers. You can > register multiple cdevsw's per major number with make_dev(); (do NOT > use cdevsw_add() for this). How does this work for all the routines? When you register the "new" minor number, can you be specifying new read/write/poll/ioctl/etc routines? I ask, as my RNG is a kld, and I want it to be as separate as possible without getting ridiculous. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 7:49:36 2000 Delivered-To: freebsd-current@freebsd.org Received: from overcee.netplex.com.au (peter1.yahoo.com [208.48.107.4]) by hub.freebsd.org (Postfix) with ESMTP id 5907F37B910 for ; Sun, 21 May 2000 07:49:29 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id B30681CE1; Sun, 21 May 2000 07:49:28 -0700 (PDT) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Mark Murray Cc: Doug Rabson , current@FreeBSD.ORG Subject: Re: Major device numbers and mem device redesign In-Reply-To: Message from Mark Murray of "Sun, 21 May 2000 16:41:48 +0200." <200005211441.QAA16615@grimreaper.grondar.za> Date: Sun, 21 May 2000 07:49:28 -0700 From: Peter Wemm Message-Id: <20000521144928.B30681CE1@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Murray wrote: > > > > I want to commit a new /dev/random RSN, so I'll be needing a major > > > > device; what is the procedure for getting one? I know how to steal one, > > > > but ISTR that this is not how it is done. > > > > > > Just edit sys/conf/majors and claim the next available number. > > > > You don't need one. You can use the same major/minor numbers. You can > > register multiple cdevsw's per major number with make_dev(); (do NOT > > use cdevsw_add() for this). > > How does this work for all the routines? When you register the > "new" minor number, can you be specifying new read/write/poll/ioctl/etc > routines? Yes. Each instance of make_dev() takes a cdevsw argument for the minor number in question. So, you could have /dev/mem read/write/ioctl etc routines for major 2, minor 0 and 1, while have minors 3 and 4 being installed with their own open/close/read/write/etc routines. Devices are looked up as a hash of major+minor, and the devsw entries from that point on. Presently: make_dev(&mem_cdevsw, 0, UID_ROOT, GID_KMEM, 0640, "mem"); make_dev(&mem_cdevsw, 1, UID_ROOT, GID_KMEM, 0640, "kmem"); make_dev(&mem_cdevsw, 2, UID_ROOT, GID_WHEEL, 0666, "null"); make_dev(&mem_cdevsw, 3, UID_ROOT, GID_WHEEL, 0644, "random"); make_dev(&mem_cdevsw, 4, UID_ROOT, GID_WHEEL, 0644, "urandom"); make_dev(&mem_cdevsw, 12, UID_ROOT, GID_WHEEL, 0666, "zero"); make_dev(&mem_cdevsw, 14, UID_ROOT, GID_WHEEL, 0600, "io"); There is no reason at all to stop each of those minor devices having their own cdevsw and handler functions. > I ask, as my RNG is a kld, and I want it to be as separate as possible > without getting ridiculous. Yes. You could just cut/paste the existing mem.c driver, and remove everything but the random hooks. In your init code register minors 3 and 4, and that's all you have to worry about. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 8:16:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id CD1B837B660 for ; Sun, 21 May 2000 08:16:28 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id RAA16737; Sun, 21 May 2000 17:15:52 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200005211515.RAA16737@grimreaper.grondar.za> To: Peter Wemm Cc: Doug Rabson , current@FreeBSD.ORG Subject: Re: Major device numbers and mem device redesign References: <20000521144928.B30681CE1@overcee.netplex.com.au> In-Reply-To: <20000521144928.B30681CE1@overcee.netplex.com.au> ; from Peter Wemm "Sun, 21 May 2000 07:49:28 MST." Date: Sun, 21 May 2000 17:15:52 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I ask, as my RNG is a kld, and I want it to be as separate as possible > > without getting ridiculous. > > Yes. You could just cut/paste the existing mem.c driver, and remove > everything but the random hooks. In your init code register minors 3 and > 4, and that's all you have to worry about. Cool! So it means I can also remove the switch (minor(dev)) { 3: /* Stuff */ break; default: return FOO; } and reduce that to /* Stuff */ On the grounds that my routine will never see the other crap? If so, way cool! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 8:21:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 7D5A837B57D for ; Sun, 21 May 2000 08:21:30 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c06-197.006.popsite.net [64.24.38.197]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id IAA81053; Sun, 21 May 2000 08:21:27 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id IAA55190; Sun, 21 May 2000 08:21:38 -0700 (PDT) (envelope-from obrien) Date: Sun, 21 May 2000 08:21:37 -0700 From: "David O'Brien" To: Mark Murray Cc: current@freebsd.org Subject: Re: Major device numbers and mem device redesign Message-ID: <20000521082137.A55073@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200005210753.JAA15783@grimreaper.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005210753.JAA15783@grimreaper.grondar.za>; from mark@grondar.za on Sun, May 21, 2000 at 09:53:18AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 09:53:18AM +0200, Mark Murray wrote: > I want to commit a new /dev/random RSN, so I'll be needing a major > device; Why can't you just rip out the existing random stuff and put in your new stuff -- keeping the major and minor numbers the same? -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 8:23:53 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 7595C37B57D for ; Sun, 21 May 2000 08:23:52 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@c06-197.006.popsite.net [64.24.38.197]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id IAA81067; Sun, 21 May 2000 08:23:50 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id IAA55201; Sun, 21 May 2000 08:24:03 -0700 (PDT) (envelope-from obrien) Date: Sun, 21 May 2000 08:24:03 -0700 From: "David O'Brien" To: Mark Murray Cc: current@freebsd.org Subject: Re: Major device numbers and mem device redesign Message-ID: <20000521082403.B55073@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200005210753.JAA15783@grimreaper.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005210753.JAA15783@grimreaper.grondar.za>; from mark@grondar.za on Sun, May 21, 2000 at 09:53:18AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 09:53:18AM +0200, Mark Murray wrote: > I want to commit a new /dev/random RSN, Forgot to mention, please keep in mind this needs to be MI. sys/kern_random.c (which was sys/i386/isa/random_machdep.c) still is *very* ugly from a MI point of view. Any changes to kern_random.c would be greatly appreciated -- expecially removing the hardcoding of "16", as the reasons it was done don't apply to the Alpha, and I'm sure the IA-64 and sparc. -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 8:47:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id C3FD337B7BD; Sun, 21 May 2000 08:47:27 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id RAA16828; Sun, 21 May 2000 17:47:16 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200005211547.RAA16828@grimreaper.grondar.za> To: obrien@freebsd.org Cc: Mark Murray , current@freebsd.org Subject: Re: Major device numbers and mem device redesign References: <20000521082403.B55073@dragon.nuxi.com> In-Reply-To: <20000521082403.B55073@dragon.nuxi.com> ; from "David O'Brien" "Sun, 21 May 2000 08:24:03 MST." Date: Sun, 21 May 2000 17:47:16 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sun, May 21, 2000 at 09:53:18AM +0200, Mark Murray wrote: > > I want to commit a new /dev/random RSN, > > Forgot to mention, please keep in mind this needs to be MI. > sys/kern_random.c (which was sys/i386/isa/random_machdep.c) still is > *very* ugly from a MI point of view. Any changes to kern_random.c would > be greatly appreciated -- expecially removing the hardcoding of "16", as > the reasons it was done don't apply to the Alpha, and I'm sure the IA-64 > and sparc. That's why I'm doing it :-) I'm trying very hard to forget that I'm on ${ARCH}, and just coding in C for what I can see. ;-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 10: 3: 4 2000 Delivered-To: freebsd-current@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id 3080A37B930 for ; Sun, 21 May 2000 10:03:00 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id E64F652; Sun, 21 May 2000 13:02:58 -0400 (AST) Message-ID: <392816CA.3A1E38E7@vangelderen.org> Date: Sun, 21 May 2000 13:03:06 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Mark Murray Cc: Peter Wemm , Doug Rabson , current@FreeBSD.ORG Subject: Re: Major device numbers and mem device redesign References: <20000521125308.3F48B1CE1@overcee.netplex.com.au> <200005211441.QAA16615@grimreaper.grondar.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Murray wrote: > > > > > I want to commit a new /dev/random RSN, so I'll be needing a major > > > > device; what is the procedure for getting one? I know how to steal one, > > > > but ISTR that this is not how it is done. > > > > > > Just edit sys/conf/majors and claim the next available number. > > > > You don't need one. You can use the same major/minor numbers. You can > > register multiple cdevsw's per major number with make_dev(); (do NOT > > use cdevsw_add() for this). > > How does this work for all the routines? When you register the > "new" minor number, can you be specifying new read/write/poll/ioctl/etc > routines? > > I ask, as my RNG is a kld, and I want it to be as separate as possible > without getting ridiculous. Have a look at http://jeroen.vangelderen.org/FreeBSD/misc_device . Cheers, Jeroen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 10:44:22 2000 Delivered-To: freebsd-current@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id 10CE637B90A for ; Sun, 21 May 2000 10:44:16 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id TAA17097; Sun, 21 May 2000 19:42:25 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200005211742.TAA17097@grimreaper.grondar.za> To: "Jeroen C. van Gelderen" Cc: Peter Wemm , Doug Rabson , current@FreeBSD.ORG Subject: Re: Major device numbers and mem device redesign References: <392816CA.3A1E38E7@vangelderen.org> In-Reply-To: <392816CA.3A1E38E7@vangelderen.org> ; from "Jeroen C. van Gelderen" "Sun, 21 May 2000 13:03:06 -0400." Date: Sun, 21 May 2000 19:42:25 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I ask, as my RNG is a kld, and I want it to be as separate as possible > > without getting ridiculous. > > Have a look at http://jeroen.vangelderen.org/FreeBSD/misc_device . Thanks! You have some good ideas in there; I may just borg some of them. :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 10:58:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id AF87E37B54F for ; Sun, 21 May 2000 10:58:21 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id TAA17130; Sun, 21 May 2000 19:57:41 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200005211757.TAA17130@grimreaper.grondar.za> To: Peter Wemm Cc: Doug Rabson , current@FreeBSD.ORG Subject: Re: Major device numbers and mem device redesign References: <20000521144928.B30681CE1@overcee.netplex.com.au> In-Reply-To: <20000521144928.B30681CE1@overcee.netplex.com.au> ; from Peter Wemm "Sun, 21 May 2000 07:49:28 MST." Date: Sun, 21 May 2000 19:57:41 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Yes. Each instance of make_dev() takes a cdevsw argument for the minor numbe r > in question. So, you could have /dev/mem read/write/ioctl etc routines > for major 2, minor 0 and 1, while have minors 3 and 4 being installed with > their own open/close/read/write/etc routines. > > Devices are looked up as a hash of major+minor, and the devsw entries from > that point on. OK - how do the switch (minor(dev)) { /* stuff */' default: return ENXIO; } cases get handled? By the hashing routine? Can these be hunted down and killed? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 11:19:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 1F30837B680 for ; Sun, 21 May 2000 11:19:37 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac8.wam.umd.edu (root@rac8.wam.umd.edu [128.8.10.148]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id OAA17091 for ; Sun, 21 May 2000 14:19:08 -0400 (EDT) Received: from rac8.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac8.wam.umd.edu (8.9.3/8.9.3) with SMTP id OAA22797 for ; Sun, 21 May 2000 14:19:27 -0400 (EDT) Received: from localhost (culverk@localhost) by rac8.wam.umd.edu (8.9.3/8.9.3) with ESMTP id OAA22793 for ; Sun, 21 May 2000 14:19:27 -0400 (EDT) X-Authentication-Warning: rac8.wam.umd.edu: culverk owned process doing -bs Date: Sun, 21 May 2000 14:19:27 -0400 (EDT) From: Kenneth Wayne Culver To: freebsd-current@freebsd.org Subject: pcm static Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was just wondering what the status on the static in the pcm driver on the SoundBlaster ViBRA16X is... Just in case anyone forgot what I'm talking about, almost half the time when I start playing an mp3 or an mpg movie I get static out of the soundcard instead of music. If I keep restarting the song or movie, eventually I get music instead of static, but then every time I switch songs I get static about half the time again when the new song starts. Also, short wav files aren't playing all the way through again. ================================================================= | Kenneth Culver | FreeBSD: The best OS around. | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 11:26: 2 2000 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 877B937B754 for ; Sun, 21 May 2000 11:25:54 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id UAA13826; Sun, 21 May 2000 20:24:06 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mark Murray Cc: Peter Wemm , Doug Rabson , current@FreeBSD.ORG Subject: Re: Major device numbers and mem device redesign In-reply-to: Your message of "Sun, 21 May 2000 16:41:48 +0200." <200005211441.QAA16615@grimreaper.grondar.za> Date: Sun, 21 May 2000 20:24:06 +0200 Message-ID: <13824.958933446@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200005211441.QAA16615@grimreaper.grondar.za>, Mark Murray writes: >> > > I want to commit a new /dev/random RSN, so I'll be needing a major >> > > device; what is the procedure for getting one? I know how to steal one, >> > > but ISTR that this is not how it is done. >> > >> > Just edit sys/conf/majors and claim the next available number. >> >> You don't need one. You can use the same major/minor numbers. You can >> register multiple cdevsw's per major number with make_dev(); (do NOT >> use cdevsw_add() for this). > >How does this work for all the routines? When you register the >"new" minor number, can you be specifying new read/write/poll/ioctl/etc >routines? > >I ask, as my RNG is a kld, and I want it to be as separate as possible >without getting ridiculous. make_dev() takes a pointer to your struct cdevsw{} for this particular minor. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | 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 Sun May 21 11:26:26 2000 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id AEE4337B754 for ; Sun, 21 May 2000 11:26:22 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id UAA13843; Sun, 21 May 2000 20:24:52 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mark Murray Cc: Peter Wemm , Doug Rabson , current@FreeBSD.ORG Subject: Re: Major device numbers and mem device redesign In-reply-to: Your message of "Sun, 21 May 2000 17:15:52 +0200." <200005211515.RAA16737@grimreaper.grondar.za> Date: Sun, 21 May 2000 20:24:52 +0200 Message-ID: <13841.958933492@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200005211515.RAA16737@grimreaper.grondar.za>, Mark Murray writes: >> > I ask, as my RNG is a kld, and I want it to be as separate as possible >> > without getting ridiculous. >> >> Yes. You could just cut/paste the existing mem.c driver, and remove >> everything but the random hooks. In your init code register minors 3 and >> 4, and that's all you have to worry about. > >Cool! So it means I can also remove the > >switch (minor(dev)) { > > 3: > /* Stuff */ > break; > default: > return FOO; >} > >and reduce that to > >/* Stuff */ > >On the grounds that my routine will never see the other crap? >If so, way cool! yes, enjoy :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | 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 Sun May 21 19:46:37 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 016AF37B54B for ; Sun, 21 May 2000 19:46:32 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id TAA03975 for ; Sun, 21 May 2000 19:48:51 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: current@freebsd.org Subject: Anyone else seeing jumpy mice? Date: Sun, 21 May 2000 19:48:49 -0700 Message-ID: <3970.958963729@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG No, I don't mean rodents who've nibbled on chocolate-covered expresso beans, I mean PS/2 mice which fall victim to this new problem: May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). I've seen it for the last few weeks and can only think that something must be stomping on the psm driver now (or the driver is missing interrupts for reasons of its own). Anyone else seeing this? - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 19:50:43 2000 Delivered-To: freebsd-current@freebsd.org Received: from tinker.exit.com (exit-gw.power.net [207.151.46.196]) by hub.freebsd.org (Postfix) with ESMTP id 858F037C07B for ; Sun, 21 May 2000 19:50:33 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime.exit.com [206.223.0.5]) by tinker.exit.com (8.9.3/8.9.3) with ESMTP id TAA23509; Sun, 21 May 2000 19:50:32 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.9.3/8.9.3) id TAA65807; Sun, 21 May 2000 19:50:32 -0700 (PDT) (envelope-from frank) From: Frank Mayhar Message-Id: <200005220250.TAA65807@realtime.exit.com> Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <3970.958963729@localhost> from "Jordan K. Hubbard" at "May 21, 2000 07:48:49 pm" To: "Jordan K. Hubbard" Date: Sun, 21 May 2000 19:50:32 -0700 (PDT) Cc: current@FreeBSD.ORG Reply-To: frank@exit.com Organization: Exit Consulting X-Copyright0: Copyright 2000 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan K. Hubbard wrote: > No, I don't mean rodents who've nibbled on chocolate-covered expresso > beans, I mean PS/2 mice which fall victim to this new problem: > > May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > > I've seen it for the last few weeks and can only think that something > must be stomping on the psm driver now (or the driver is missing > interrupts for reasons of its own). Anyone else seeing this? I haven't seen this message, but I _have_ been seeing an off-and-on problem where my PS/2 (Logitech Firstmouse) mouse will go insane. Just moving it causes clicks, wild pointer motion, all sorts of stuff. I usually have to log in from another box and kill and restart moused; that fixes things. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://store.exit.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 19:52:23 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 759B937BA4E for ; Sun, 21 May 2000 19:52:17 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id TAA04244; Sun, 21 May 2000 19:54:21 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: frank@exit.com Cc: "Jordan K. Hubbard" , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Sun, 21 May 2000 19:50:32 PDT." <200005220250.TAA65807@realtime.exit.com> Date: Sun, 21 May 2000 19:54:20 -0700 Message-ID: <4240.958964060@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I haven't seen this message, but I _have_ been seeing an off-and-on problem > where my PS/2 (Logitech Firstmouse) mouse will go insane. Just moving it > causes clicks, wild pointer motion, all sorts of stuff. I usually have to FWIW, those are all the symptoms of this problem too. The mouse doesn't just jump, it goes nuts with simulated button events. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 19:56: 3 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 250EB37BAB8 for ; Sun, 21 May 2000 19:55:55 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.9.3/8.9.3) with ESMTP id UAA04103; Sun, 21 May 2000 20:55:50 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost.village.org [127.0.0.1]) by billy-club.village.org (8.9.3/8.8.3) with ESMTP id UAA66468; Sun, 21 May 2000 20:55:29 -0600 (MDT) Message-Id: <200005220255.UAA66468@billy-club.village.org> To: "Jordan K. Hubbard" Subject: Re: Anyone else seeing jumpy mice? Cc: current@FreeBSD.ORG In-reply-to: Your message of "Sun, 21 May 2000 19:48:49 PDT." <3970.958963729@localhost> References: <3970.958963729@localhost> Date: Sun, 21 May 2000 20:55:28 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3970.958963729@localhost> "Jordan K. Hubbard" writes: : No, I don't mean rodents who've nibbled on chocolate-covered expresso : beans, I mean PS/2 mice which fall victim to this new problem: : : May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). : : I've seen it for the last few weeks and can only think that something : must be stomping on the psm driver now (or the driver is missing : interrupts for reasons of its own). Anyone else seeing this? I see this from time to time on whacked out mice that come into my posession. Sadly, I see it most on my laptop. It seems to happen less offten when I have PSM_HOOKRESUME PSM_RESETAFTERSUSPEND defined in my kernel config file. I've also seen this when I've tried to hot plug mice. This includes when power is lost to my KVM switch. When that happens, I gotta reboot all the machines that are attached to it since something is whacko at that point, I get those messages, or worse no mice and no message at all. I know one isn't supposed to hot plug mice, but there are times when one is using a KVM switch when it sure would be nice to reset the driver. Hmmm, there's a psmdetach. Is there anyway to force a device to be detached? I know unloading the driver will do it, but one can't unload the driver compiled into the kernel, can one? And even if you could, I'd run the risk of loading a driver that doesn't match my kernel. Hmmm, time for a good ioctl interface to newbus :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 19:58:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from cr1003333-a.crdva1.bc.home.com (cr1003333-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id 793B237BA6A for ; Sun, 21 May 2000 19:58:26 -0700 (PDT) (envelope-from pangolin@home.com) Received: from cr1003333-a.crdva1.bc.wave.home.com. (localhost [127.0.0.1]) by cr1003333-a.crdva1.bc.home.com (8.9.3/8.9.3) with ESMTP id TAA00728; Sun, 21 May 2000 19:58:22 -0700 (PDT) (envelope-from pangolin@home.com) Message-Id: <200005220258.TAA00728@cr1003333-a.crdva1.bc.home.com> X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3970.958963729@localhost> Date: Sun, 21 May 2000 19:58:22 -0700 (PDT) Reply-To: Jonathan Hanna Organization: Pangolin Systems From: Jonathan Hanna To: "Jordan K. Hubbard" Subject: RE: Anyone else seeing jumpy mice? Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-May-00 Jordan K. Hubbard wrote: > No, I don't mean rodents who've nibbled on chocolate-covered expresso > beans, I mean PS/2 mice which fall victim to this new problem: > > May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > > I've seen it for the last few weeks and can only think that something > must be stomping on the psm driver now (or the driver is missing > interrupts for reasons of its own). Anyone else seeing this? > Yes, recently on 4.0-stable, though provoked by unplugging and replugging in the mouse. It did not recover. This I thought sounded like a PR on the mouse being dead after a wakeup from sleep mode. Jonathan Hanna To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 20: 2:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from tinker.exit.com (exit-gw.power.net [207.151.46.196]) by hub.freebsd.org (Postfix) with ESMTP id F0B2F37C08F for ; Sun, 21 May 2000 20:02:37 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime.exit.com [206.223.0.5]) by tinker.exit.com (8.9.3/8.9.3) with ESMTP id UAA23619; Sun, 21 May 2000 20:02:35 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.9.3/8.9.3) id UAA66048; Sun, 21 May 2000 20:02:34 -0700 (PDT) (envelope-from frank) From: Frank Mayhar Message-Id: <200005220302.UAA66048@realtime.exit.com> Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <200005220258.TAA00728@cr1003333-a.crdva1.bc.home.com> from Jonathan Hanna at "May 21, 2000 07:58:22 pm" To: Jonathan Hanna Date: Sun, 21 May 2000 20:02:34 -0700 (PDT) Cc: "Jordan K. Hubbard" , current@FreeBSD.ORG Reply-To: frank@exit.com Organization: Exit Consulting X-Copyright0: Copyright 2000 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathan Hanna wrote: > Yes, recently on 4.0-stable, though provoked by unplugging and > replugging in the mouse. It did not recover. This I thought > sounded like a PR on the mouse being dead after a wakeup > from sleep mode. Come to think of it, I do use a KVM switch, but this usually happens after I've been hacking away a while, having not touched the switch in hours or days. Still, it could be related, I guess. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://store.exit.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 20:11:47 2000 Delivered-To: freebsd-current@freebsd.org Received: from entropy.tmok.com (entropy.tmok.com [204.17.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 6E79637BAEF for ; Sun, 21 May 2000 20:11:43 -0700 (PDT) (envelope-from wonko@entropy.tmok.com) Received: (from wonko@localhost) by entropy.tmok.com (8.9.3/8.9.3) id XAA12178; Sun, 21 May 2000 23:17:06 -0400 (EDT) From: Brian Hechinger Message-Id: <200005220317.XAA12178@entropy.tmok.com> Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <200005220258.TAA00728@cr1003333-a.crdva1.bc.home.com> from Jonathan Hanna at "May 21, 2000 7:58:22 pm" To: pangolin@home.com Date: Sun, 21 May 2000 23:17:05 -0400 (EDT) Cc: jkh@zippy.cdrom.com, current@FreeBSD.ORG Reply-To: wonko@entropy.tmok.com X-Useless-Header: why? because i can. X-Organization: The Ministry of Knowledge X-Dreams: an OpenWin that is based on current MIT X11 releases X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathan Hanna drunkenly mumbled... > > > I've seen it for the last few weeks and can only think that something > > must be stomping on the psm driver now (or the driver is missing > > interrupts for reasons of its own). Anyone else seeing this? > > Yes, recently on 4.0-stable, though provoked by unplugging and > replugging in the mouse. It did not recover. This I thought > sounded like a PR on the mouse being dead after a wakeup > from sleep mode. sometimes the people who clean our office move my computer to vacuum the floor and somehow they always manage to knock the mouse plug out. i try everything i can think of, but the only way to make the mouse start working again is to reboot. this is 4.0-stable, and it used to happen with 3.4-stable before i upgraded as well so i don't think this is version specific, it is something in the psm driver than hasn't changed in a while. -brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 20:19: 5 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 6FED137BA4E for ; Sun, 21 May 2000 20:19:00 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:h+SZUPxFvX5Ko9jHvZhKPKFQOAuQcR/E@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id MAA26798; Mon, 22 May 2000 12:18:58 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:SHOc/ZxMe0f7jmu6y+LhV4HgiI51izhI@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id MAA07173; Mon, 22 May 2000 12:25:35 +0900 (JST) Message-Id: <200005220325.MAA07173@zodiac.mech.utsunomiya-u.ac.jp> To: "Jordan K. Hubbard" Cc: current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Sun, 21 May 2000 19:48:49 MST." <3970.958963729@localhost> References: <3970.958963729@localhost> Date: Mon, 22 May 2000 12:25:34 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > >I've seen it for the last few weeks and can only think that something >must be stomping on the psm driver now (or the driver is missing >interrupts for reasons of its own). Anyone else seeing this? Do you, by any chance, use a KVM? Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 20:26:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id E24BF37BA25 for ; Sun, 21 May 2000 20:26:26 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:D/juhynyhdqO0UXm3LswdqZTSEmuxvoB@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id MAA26806; Mon, 22 May 2000 12:26:12 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:884V6qeW+OacARKY6CYt4RaixKzO2WAd@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id MAA07281; Mon, 22 May 2000 12:32:57 +0900 (JST) Message-Id: <200005220332.MAA07281@zodiac.mech.utsunomiya-u.ac.jp> To: Warner Losh Cc: "Jordan K. Hubbard" , current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Sun, 21 May 2000 20:55:28 CST." <200005220255.UAA66468@billy-club.village.org> References: <3970.958963729@localhost> <200005220255.UAA66468@billy-club.village.org> Date: Mon, 22 May 2000 12:32:56 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >: May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). >: >: I've seen it for the last few weeks and can only think that something >: must be stomping on the psm driver now (or the driver is missing >: interrupts for reasons of its own). Anyone else seeing this? > >I see this from time to time on whacked out mice that come into my >posession. Sadly, I see it most on my laptop. It seems to happen >less offten when I have > PSM_HOOKRESUME > PSM_RESETAFTERSUSPEND >defined in my kernel config file. > >I've also seen this when I've tried to hot plug mice. This includes >when power is lost to my KVM switch. When that happens, I gotta >reboot all the machines that are attached to it since something is >whacko at that point, I get those messages, or worse no mice and no >message at all. When power to the mouse is, either accidentally or intentionally, cut, the internal setting of the mouse is naturally lost, and the mouse may behave in a different way than the way the psm driver assumes... >Hmmm, time for a good ioctl interface to newbus :-) Or, an ioctl to reset the mouse... I have long rejected this idea because it will only encourage people to detach and attach the PS/2 mouse, which is generally not capable of hot plug/unplug. But, there now are so many dumb KVMs which screw us, and we may have to accept that... Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 20:28:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id E2A6D37BA25 for ; Sun, 21 May 2000 20:28:32 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:w0jKjIk5TroQBp3ES3RnS9K4MtJo1Cqo@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id MAA26339; Mon, 22 May 2000 12:28:27 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:jgiN5/FAA35cFnT4NlBQT4EMrd1SQ52Z@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id MAA07327; Mon, 22 May 2000 12:35:00 +0900 (JST) Message-Id: <200005220335.MAA07327@zodiac.mech.utsunomiya-u.ac.jp> To: frank@exit.com Cc: "Jordan K. Hubbard" , current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Reply-To: kazutaka.yokota@nifty.com Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Sun, 21 May 2000 19:50:32 MST." <200005220250.TAA65807@realtime.exit.com> References: <200005220250.TAA65807@realtime.exit.com> Date: Mon, 22 May 2000 12:34:59 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). >> >> I've seen it for the last few weeks and can only think that something >> must be stomping on the psm driver now (or the driver is missing >> interrupts for reasons of its own). Anyone else seeing this? > >I haven't seen this message, but I _have_ been seeing an off-and-on problem >where my PS/2 (Logitech Firstmouse) mouse will go insane. Just moving it >causes clicks, wild pointer motion, all sorts of stuff. I usually have to >log in from another box and kill and restart moused; that fixes things. Um, if you don't see the above message but see erratic mouse behavior, then there may be a configuration problem (for moused or X), or a hardware problem. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 20:31:49 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id EFEFF37BAAB for ; Sun, 21 May 2000 20:31:45 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:DEbP+orvRmiapObWlTYBNTwr78hvcJkq@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id MAA26691; Mon, 22 May 2000 12:31:35 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:C0fVS935BvS4b7+76rPO5oz9XZDqf0QY@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id MAA07417; Mon, 22 May 2000 12:38:20 +0900 (JST) Message-Id: <200005220338.MAA07417@zodiac.mech.utsunomiya-u.ac.jp> To: Jonathan Hanna Cc: "Jordan K. Hubbard" , current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Sun, 21 May 2000 19:58:22 MST." <200005220258.TAA00728@cr1003333-a.crdva1.bc.home.com> References: <200005220258.TAA00728@cr1003333-a.crdva1.bc.home.com> Date: Mon, 22 May 2000 12:38:20 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> I've seen it for the last few weeks and can only think that something >> must be stomping on the psm driver now (or the driver is missing >> interrupts for reasons of its own). Anyone else seeing this? > >Yes, recently on 4.0-stable, though provoked by unplugging and >replugging in the mouse. It did not recover. This I thought >sounded like a PR on the mouse being dead after a wakeup >from sleep mode. Please, if you can avoid it, don't unplug and replug the mouse while the power is on. The PS/2 mouse interface is generally not capable of hot plugging/unplugging. As for sleep/wake-up problem on the laptop computers, you may be able to resolve the problem by adding the following kernel options. options PSM_HOOKRESUME options PSM_RESETAFTERSUSPEND Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 20:40:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from mass.cdrom.com (adsl-63-206-88-224.dsl.snfc21.pacbell.net [63.206.88.224]) by hub.freebsd.org (Postfix) with ESMTP id 3133B37B726 for ; Sun, 21 May 2000 20:40:35 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id UAA02277; Sun, 21 May 2000 20:41:57 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Message-Id: <200005220341.UAA02277@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: kazutaka.yokota@nifty.com Cc: frank@exit.com, "Jordan K. Hubbard" , current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Mon, 22 May 2000 12:34:59 +0900." <200005220335.MAA07327@zodiac.mech.utsunomiya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 21 May 2000 20:41:57 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >I haven't seen this message, but I _have_ been seeing an off-and-on problem > >where my PS/2 (Logitech Firstmouse) mouse will go insane. Just moving it > >causes clicks, wild pointer motion, all sorts of stuff. I usually have to > >log in from another box and kill and restart moused; that fixes things. > > Um, if you don't see the above message but see erratic mouse > behavior, then there may be a configuration problem (for moused or > X), or a hardware problem. You can also get this if you have moused running but have configured X to point to the physical mouse device rather than /dev/sysmouse. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 21: 6:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 3DAC437BAB0 for ; Sun, 21 May 2000 21:06:45 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA04376; Sun, 21 May 2000 22:06:43 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA91796; Sun, 21 May 2000 22:05:44 -0600 (MDT) Message-Id: <200005220405.WAA91796@harmony.village.org> To: Kazutaka YOKOTA Subject: Re: Anyone else seeing jumpy mice? Cc: "Jordan K. Hubbard" , current@FreeBSD.ORG In-reply-to: Your message of "Mon, 22 May 2000 12:32:56 +0900." <200005220332.MAA07281@zodiac.mech.utsunomiya-u.ac.jp> References: <200005220332.MAA07281@zodiac.mech.utsunomiya-u.ac.jp> <3970.958963729@localhost> <200005220255.UAA66468@billy-club.village.org> Date: Sun, 21 May 2000 22:05:44 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200005220332.MAA07281@zodiac.mech.utsunomiya-u.ac.jp> Kazutaka YOKOTA writes: : But, there now are so many dumb KVMs which screw us, and we may have : to accept that... Yes. I've been cursed to use some of the dumb KVMs at work. It got so bad that I've connected my mouse directly to the main machine and not run X on the other machines. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 21: 8: 8 2000 Delivered-To: freebsd-current@freebsd.org Received: from tinker.exit.com (exit-gw.power.net [207.151.46.196]) by hub.freebsd.org (Postfix) with ESMTP id EC38A37BAAA; Sun, 21 May 2000 21:08:04 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime.exit.com [206.223.0.5]) by tinker.exit.com (8.9.3/8.9.3) with ESMTP id VAA24046; Sun, 21 May 2000 21:08:03 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.9.3/8.9.3) id VAA67103; Sun, 21 May 2000 21:08:03 -0700 (PDT) (envelope-from frank) From: Frank Mayhar Message-Id: <200005220408.VAA67103@realtime.exit.com> Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <200005220341.UAA02277@mass.cdrom.com> from Mike Smith at "May 21, 2000 08:41:57 pm" To: Mike Smith Date: Sun, 21 May 2000 21:08:03 -0700 (PDT) Cc: kazutaka.yokota@nifty.com, frank@exit.com, "Jordan K. Hubbard" , current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jpp Reply-To: frank@exit.com Organization: Exit Consulting X-Copyright0: Copyright 2000 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith wrote: > > >I haven't seen this message, but I _have_ been seeing an off-and-on problem > > >where my PS/2 (Logitech Firstmouse) mouse will go insane. Just moving it > > >causes clicks, wild pointer motion, all sorts of stuff. I usually have to > > >log in from another box and kill and restart moused; that fixes things. > > > > Um, if you don't see the above message but see erratic mouse > > behavior, then there may be a configuration problem (for moused or > > X), or a hardware problem. Well, the mouse is fairly new (less than 6 months) and otherwise works like a charm. I never saw this before 4.0, but that was also about the time I added the KVM. > You can also get this if you have moused running but have configured X to > point to the physical mouse device rather than /dev/sysmouse. Nope. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://store.exit.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 22: 9:37 2000 Delivered-To: freebsd-current@freebsd.org Received: from obie.softweyr.com (obie.softweyr.com [204.68.178.33]) by hub.freebsd.org (Postfix) with ESMTP id F25C737B7AB; Sun, 21 May 2000 22:09:30 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.com (homer.softweyr.com [204.68.178.39]) by obie.softweyr.com (8.8.8/8.8.8) with ESMTP id XAA25811; Sun, 21 May 2000 23:09:26 -0600 (MDT) (envelope-from wes@softweyr.com) Message-ID: <3928C1A7.6D32576A@softweyr.com> Date: Sun, 21 May 2000 23:12:07 -0600 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: obrien@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: One more question (different now) References: <20000511140812.B7362@dragon.nuxi.com> <391AC9CD.156ED744@heitec.net> <40554.958026882@axl.ops.uunet.co.za> <391AC9CD.156ED744@heitec.net> <200005111848.MAA01908@harmony.village.org> <200005112119.PAA02917@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > > In message <20000511140812.B7362@dragon.nuxi.com> "David O'Brien" writes: > : On Thu, May 11, 2000 at 12:48:40PM -0600, Warner Losh wrote: > : > In the US, how do I get the same thing for C++? > : > : http://web.ansi.org/public/std_info.html > : > : Search for "C++": > : > : ISO/IEC 14882:1998 Programming languages - C++ $ 305 > : ISO/IEC 14882-1998 Information Technology - Programming Languages - C++ $18 > > That's cool. I can get the electronic version for only $18. What > format is it in? PDF, according to http://webstore.ansi.org/default.asp which is the page you end up at once you create a profile and login. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 22:15:25 2000 Delivered-To: freebsd-current@freebsd.org Received: from obie.softweyr.com (obie.softweyr.com [204.68.178.33]) by hub.freebsd.org (Postfix) with ESMTP id 487F937B68A for ; Sun, 21 May 2000 22:15:13 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.com (homer.softweyr.com [204.68.178.39]) by obie.softweyr.com (8.8.8/8.8.8) with ESMTP id XAA25837; Sun, 21 May 2000 23:14:59 -0600 (MDT) (envelope-from wes@softweyr.com) Message-ID: <3928C2F4.B1B035@softweyr.com> Date: Sun, 21 May 2000 23:17:40 -0600 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Jordan K. Hubbard" Cc: frank@exit.com, current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? References: <4240.958964060@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Jordan K. Hubbard" wrote: > > > I haven't seen this message, but I _have_ been seeing an off-and-on problem > > where my PS/2 (Logitech Firstmouse) mouse will go insane. Just moving it > > causes clicks, wild pointer motion, all sorts of stuff. I usually have to > > FWIW, those are all the symptoms of this problem too. The mouse > doesn't just jump, it goes nuts with simulated button events. :) This can really suck with certain email clients, too. My hardware: Sony VAIO PCG-F160 w/integrated trackpad: psm0: irq 12 on atkbdc0 psm0: model GlidePoint, device ID 0 -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 22:38:14 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 77EE737BB1C; Sun, 21 May 2000 22:38:07 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:VTCkZ1oG72oUh0EXyMKWGZ69cbf09ke3@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id OAA23289; Mon, 22 May 2000 14:38:04 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:lk7fKzYSZjSMQcv1prUsMTtylaaZJm6t@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id OAA12635; Mon, 22 May 2000 14:44:49 +0900 (JST) Message-Id: <200005220544.OAA12635@zodiac.mech.utsunomiya-u.ac.jp> To: frank@exit.com Cc: Mike Smith , "Jordan K. Hubbard" , current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Sun, 21 May 2000 21:08:03 MST." <200005220408.VAA67103@realtime.exit.com> References: <200005220408.VAA67103@realtime.exit.com> Date: Mon, 22 May 2000 14:44:48 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> > Um, if you don't see the above message but see erratic mouse >> > behavior, then there may be a configuration problem (for moused or >> > X), or a hardware problem. > >Well, the mouse is fairly new (less than 6 months) and otherwise works like >a charm. I never saw this before 4.0, but that was also about the time >I added the KVM. Oh, I see. You also use a KVM. The psm driver in FreeBSD versions before 4.0 is also screwed when a less-than-compatible KVM is used. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 22:40:33 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 94D4A37BB2B for ; Sun, 21 May 2000 22:40:30 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:zE+bjegWcA8hiT8UK+h2W9FKBxYfHY/m@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id OAA24194; Mon, 22 May 2000 14:40:24 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:xz55sST0oAO0P4YuYV3QVoZcQqNM9KR/@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id OAA12753; Mon, 22 May 2000 14:47:05 +0900 (JST) Message-Id: <200005220547.OAA12753@zodiac.mech.utsunomiya-u.ac.jp> To: Wes Peters Cc: "Jordan K. Hubbard" , frank@exit.com, current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Sun, 21 May 2000 23:17:40 CST." <3928C2F4.B1B035@softweyr.com> References: <4240.958964060@localhost> <3928C2F4.B1B035@softweyr.com> Date: Mon, 22 May 2000 14:47:04 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> FWIW, those are all the symptoms of this problem too. The mouse >> doesn't just jump, it goes nuts with simulated button events. :) > >This can really suck with certain email clients, too. > >My hardware: Sony VAIO PCG-F160 w/integrated trackpad: > > psm0: irq 12 on atkbdc0 > psm0: model GlidePoint, device ID 0 Don't the following kernel options work for this machine? options PSM_HOOKRESUME options PSM_RESETAFTERSUSPEND Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 23:20:13 2000 Delivered-To: freebsd-current@freebsd.org Received: from obie.softweyr.com (obie.softweyr.com [204.68.178.33]) by hub.freebsd.org (Postfix) with ESMTP id 33DE737BB79 for ; Sun, 21 May 2000 23:20:10 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.com (homer.softweyr.com [204.68.178.39]) by obie.softweyr.com (8.8.8/8.8.8) with ESMTP id AAA26021; Mon, 22 May 2000 00:19:48 -0600 (MDT) (envelope-from wes@softweyr.com) Message-ID: <3928D229.17BF768F@softweyr.com> Date: Mon, 22 May 2000 00:22:33 -0600 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Kazutaka YOKOTA Cc: "Jordan K. Hubbard" , frank@exit.com, current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? References: <4240.958964060@localhost> <3928C2F4.B1B035@softweyr.com> <200005220547.OAA12753@zodiac.mech.utsunomiya-u.ac.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kazutaka YOKOTA wrote: > > >> FWIW, those are all the symptoms of this problem too. The mouse > >> doesn't just jump, it goes nuts with simulated button events. :) > > > >This can really suck with certain email clients, too. > > > >My hardware: Sony VAIO PCG-F160 w/integrated trackpad: > > > > psm0: irq 12 on atkbdc0 > > psm0: model GlidePoint, device ID 0 > > Don't the following kernel options work for this machine? > > options PSM_HOOKRESUME > options PSM_RESETAFTERSUSPEND They compile and boot fine. I'll let you know in a day or two if this stops the crazy mouse syndrome. For what it's worth, I've seen this both before and after a suspend/resume. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 23:24:12 2000 Delivered-To: freebsd-current@freebsd.org Received: from cr1003333-a.crdva1.bc.home.com (cr1003333-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id 98C1B37B7C9 for ; Sun, 21 May 2000 23:24:08 -0700 (PDT) (envelope-from pangolin@home.com) Received: from cr1003333-a.crdva1.bc.wave.home.com. (localhost [127.0.0.1]) by cr1003333-a.crdva1.bc.home.com (8.9.3/8.9.3) with ESMTP id XAA01247; Sun, 21 May 2000 23:23:58 -0700 (PDT) (envelope-from pangolin@home.com) Message-Id: <200005220623.XAA01247@cr1003333-a.crdva1.bc.home.com> X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200005220338.MAA07417@zodiac.mech.utsunomiya-u.ac.jp> Date: Sun, 21 May 2000 23:23:57 -0700 (PDT) Reply-To: Jonathan Hanna Organization: Pangolin Systems From: Jonathan Hanna To: Kazutaka YOKOTA Subject: Re: Anyone else seeing jumpy mice? Cc: current@FreeBSD.ORG, "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-May-00 Kazutaka YOKOTA wrote: > > Please, if you can avoid it, don't unplug and replug the mouse while > the power is on. The PS/2 mouse interface is generally not capable > of hot plugging/unplugging. > > As for sleep/wake-up problem on the laptop computers, you may > be able to resolve the problem by adding the following kernel options. > > options PSM_HOOKRESUME > options PSM_RESETAFTERSUSPEND Is it possible to do a reset after seeing the "psmintr: out of sync (00c0 != 0000)"? Jonathan Hanna To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 23:28:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 64B1437B7C9 for ; Sun, 21 May 2000 23:28:27 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA19280; Sun, 21 May 2000 23:28:19 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3928D383.7C75734E@gorean.org> Date: Sun, 21 May 2000 23:28:19 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0508 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Jordan K. Hubbard" Cc: current@freebsd.org Subject: Re: Anyone else seeing jumpy mice? References: <3970.958963729@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Jordan K. Hubbard" wrote: > > No, I don't mean rodents who've nibbled on chocolate-covered expresso > beans, I mean PS/2 mice which fall victim to this new problem: > > May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > > I've seen it for the last few weeks and can only think that something > must be stomping on the psm driver now (or the driver is missing > interrupts for reasons of its own). Anyone else seeing this? FWIW, with -current from 5/8, I don't have any of those in /var/log/messages, going back to 5/1. I have a logitech PS/2 mouse, and I don't use moused, since I couldn't get it to work with my wheel. HTH, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 23:35:55 2000 Delivered-To: freebsd-current@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id C8B4937B6C6 for ; Sun, 21 May 2000 23:35:53 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id XAA08109 for freebsd-current@freebsd.org; Sun, 21 May 2000 23:35:33 -0700 Date: Sun, 21 May 2000 23:35:33 -0700 From: Arun Sharma To: FreeBSD Current Subject: Wrong permissions on /dev ? Message-ID: <20000521233533.A8104@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I upgraded my 4.0-release laptop to 5.0-current today and my xe0 was recognized by the driver and everything was great. There is a minor nit about the permissions on /dev. It was not readable by others. So ps wouldn't work, because it could not open /dev/null. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sun May 21 23:38: 0 2000 Delivered-To: freebsd-current@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 8DFD637B6C6 for ; Sun, 21 May 2000 23:37:56 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id XAA08115; Sun, 21 May 2000 23:37:38 -0700 Date: Sun, 21 May 2000 23:37:38 -0700 From: Arun Sharma Message-Id: <200005220637.XAA08115@sharmas.dhs.org> To: gmains@southwind.net Cc: current@freebsd.org Subject: Re: Xircom RealPort 10/100 LAN modem? In-Reply-To: References: Reply-To: adsharma@sharmas.dhs.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In muc.lists.freebsd.questions, you wrote: > > Does anyone know of support for this PCMCIA card in FreeBSD? I have looked > everywhere and can't seem to find it anywhere...not good. I also have a > Linksys LANmodem 33.6 10Bast-T PCMCIA NIC. Anyone know if that one is > supported? For those interested, I just got my Xircom CE3 10/100 running on today's 5.0-current snapshot. It doesn't work on 4.x yet. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 0:37:25 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 64F0337BBA3 for ; Mon, 22 May 2000 00:37:22 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id AAA14896; Mon, 22 May 2000 00:39:33 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: frank@exit.com Cc: Jonathan Hanna , "Jordan K. Hubbard" , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Sun, 21 May 2000 20:02:34 PDT." <200005220302.UAA66048@realtime.exit.com> Date: Mon, 22 May 2000 00:39:33 -0700 Message-ID: <14893.958981173@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Jonathan Hanna wrote: > > Yes, recently on 4.0-stable, though provoked by unplugging and > > replugging in the mouse. It did not recover. This I thought > > sounded like a PR on the mouse being dead after a wakeup > > from sleep mode. > > Come to think of it, I do use a KVM switch, but this usually happens after > I've been hacking away a while, having not touched the switch in hours or > days. Still, it could be related, I guess. Well, in my case it happens without any such things going on. More to the point, it *never* works entirely right, from the moment I boot the machine to the moment I turn it off. The mouse is always jumpy now, and it's the same mouse I've been using for years so it's not a physical mouse problem of any kind. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 0:40:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id DDB7437BB86 for ; Mon, 22 May 2000 00:40:29 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id AAA15320; Mon, 22 May 2000 00:42:42 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Kazutaka YOKOTA Cc: "Jordan K. Hubbard" , current@freebsd.org Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Mon, 22 May 2000 12:25:34 +0900." <200005220325.MAA07173@zodiac.mech.utsunomiya-u.ac.jp> Date: Mon, 22 May 2000 00:42:42 -0700 Message-ID: <15317.958981362@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nope! > >May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > > > >I've seen it for the last few weeks and can only think that something > >must be stomping on the psm driver now (or the driver is missing > >interrupts for reasons of its own). Anyone else seeing this? > > Do you, by any chance, use a KVM? > > Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 0:48:26 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id E9CFB37C0E6 for ; Mon, 22 May 2000 00:48:22 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id AAA15408; Mon, 22 May 2000 00:50:08 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Wes Peters Cc: Kazutaka YOKOTA , "Jordan K. Hubbard" , frank@exit.com, current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Mon, 22 May 2000 00:22:33 MDT." <3928D229.17BF768F@softweyr.com> Date: Mon, 22 May 2000 00:50:08 -0700 Message-ID: <15405.958981808@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > options PSM_HOOKRESUME > > options PSM_RESETAFTERSUSPEND > > They compile and boot fine. I'll let you know in a day or two if this > stops the crazy mouse syndrome. For what it's worth, I've seen this > both before and after a suspend/resume. I doubt that this will help me since the PS/2 mouse in my situation is hooked to a desktop machine with APM entirely disabled. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 1:39:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 6CED037BA4F for ; Mon, 22 May 2000 01:39:30 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.9.3/8.9.3) id KAA59299 for freebsd-current@freebsd.org; Mon, 22 May 2000 10:40:47 +0200 (CEST) (envelope-from stijn) Date: Mon, 22 May 2000 10:40:46 +0200 From: Stijn Hoop To: freebsd-current@freebsd.org Subject: Re: Anyone else seeing jumpy mice? Message-ID: <20000522104046.A59034@pcwin002.win.tue.nl> References: <200005220335.MAA07327@zodiac.mech.utsunomiya-u.ac.jp> <200005220341.UAA02277@mass.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005220341.UAA02277@mass.cdrom.com>; from msmith@freebsd.org on Sun, May 21, 2000 at 08:41:57PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just one more "problem" report: I see those messages, however I do not have any problems mousing afterwards. I'm using a switchview, which at least resets the mouse when I switch. On Sun, May 21, 2000 at 08:41:57PM -0700, Mike Smith wrote: > > Um, if you don't see the above message but see erratic mouse > > behavior, then there may be a configuration problem (for moused or > > X), or a hardware problem. My configuration works fine, the mouse worked without messages until I installed 5.0-current. > You can also get this if you have moused running but have configured X to > point to the physical mouse device rather than /dev/sysmouse. I do have /dev/psm0 in my XF86Config. You're saying it is better to use /dev/sysmouse, Protocol moused? BTW, it's a standard Logitech PS/2 3-button mouse. --Stijn -- FreeBSD: | Antonym, n.: The opposite of the word you're trying to The power to serve | think of. 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 May 22 2: 2:24 2000 Delivered-To: freebsd-current@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 1718E37BBCD for ; Mon, 22 May 2000 02:02:16 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 12to62-0009v4-00; Mon, 22 May 2000 11:01:58 +0200 Date: Mon, 22 May 2000 11:01:58 +0200 From: Neil Blakey-Milner To: Arun Sharma Cc: FreeBSD Current Subject: Re: Wrong permissions on /dev ? Message-ID: <20000522110158.A38083@mithrandr.moria.org> References: <20000521233533.A8104@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000521233533.A8104@sharmas.dhs.org>; from adsharma@sharmas.dhs.org on Sun, May 21, 2000 at 11:35:33PM -0700 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun 2000-05-21 (23:35), Arun Sharma wrote: > I upgraded my 4.0-release laptop to 5.0-current today and my xe0 was > recognized by the driver and everything was great. > > There is a minor nit about the permissions on /dev. It was not readable > by others. So ps wouldn't work, because it could not open /dev/null. 'make world' doesn't (or at least, it shouldn't) touch permissions (or anything else) on /dev. Or was this a snapshot binary install? Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 2:31:45 2000 Delivered-To: freebsd-current@freebsd.org Received: from po2.mkznet.or.jp (mailer.mkznet.or.jp [210.162.247.158]) by hub.freebsd.org (Postfix) with ESMTP id 9F56737B745 for ; Mon, 22 May 2000 02:31:34 -0700 (PDT) (envelope-from nobody@mkznet.or.jp) Received: (from nobody@localhost) by po2.mkznet.or.jp (8.9.3/3.7W) id MAA32580 for mailer; Mon, 22 May 2000 12:04:44 +0900 (JST) Date: Mon, 22 May 2000 12:04:44 +0900 (JST) Message-Id: <200005220304.MAA32580@po2.mkznet.or.jp> To: test@po2.mkznet.or.jp From: mkn2754@po2.mkznet.or.jp Subject: $B"$!V(B $B?7Ce>pJs%M%C%H%o!<%/%5!<%S%9(B $B!WBh(B5/22$B9f"'(B Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ********************************************************* $B!!(B $B"'"$"'"$!V(B $B?7Ce>pJs%M%C%H%o!<%/%5!<%S%9(B $B!WBh(B5/22$B9f"'"$"'"$(B ********************************************************* $BEv2q0w$NJ}!"$^$?$O2?$i$+$N7A$G%3%s%?%/%H$d$4>R2pEy$N$"$C$?J}$K!"(B $B:G?7>pJs$r$*CN$i$;$7$F$$$^$9!#?H$K3P$($NL5$$J}$G$b$*;~4V$,(B $BM-$l$P@'Hs!"8f0lFI$r$*4j$$CW$7$^$9!#(B $BITI,MW$G$"$l$P$*e$2$^$9!#(B $B!y!z!y!z!y!z!y!z!!:#!!2s!!$N!!?7!!Ce!!>p!!Js!!!z!y!z!y!z!y!z!y(B $B!!!!!!!!!!!yHNB%MQ%a!<%k%"%I%l%9#1#2#0K|7o7c0BHNGd!y!!!!!!!!!!(B $B!!!!!!!!!!!!!!!!!!!!(B $B!y!z!y!z!y!z!y!z!y!z!y!y!z!y!z!y!z!y!z!y!z!y!y!z!y!z!y!z!y(B $B!c#P#R!d(B $B;d6&$,L>Jm202T6H$N0l4D$G9T$C$FMh$^$7$?%a!<%k%"%I%l%9HNGdItLg$r(B $B;v>p$K$h$jJD:?$9$k;v$K$J$j$^$7$?!#(B $B$=$3$G:#2s$O2f!9$,!"$5$^$6$^$JJ}LL$+$i$NJ}$K!"4|4V8BDj$GFC2A$K(B $B$F$*>y$j$$$?$7$^$9!#(B $B$3$l$,BgNL$NHNB%MQ%a!<%k%"%I%l%9$r7c0B$G!"$*5^$.$/$@$5$$!*(B $B!~JDE9:_8K0lA]%;!<%kBgFC2A!*(B $B%U%k%;%C%H!J(B120$BK|7o!K!!(B :$BDL>o(B 100,000$B1_(B $B"M(B $BH>3[BgFC2A(B 50,000$B1_(B $B#6%;%C%H(B $B!J(B60$BK|7o!K(B :$BDL>o(B 60,000$B1_(B $B"M%;!<%kBgFC2A(B 40,000$B1_(B $B#3%;%C%H(B $B!J(B30$BK|7o!K(B :$BDL>o(B 40,000$B1_(B $B"M%;!<%kBgFC2A(B 30,000$B1_(B $B#1%;%C%H(B $B!J(B10$BK|7o!K(B :$BDL>o(B 20,000$B1_(B $B"M%;!<%kBgFC2A(B 15,000$B1_(B $B"!@hJ'$$6d9T?69~$NJ}$O!"$J$s$H$5$i$K!*>e5-%;!<%k2A3J$N(B $B!!#13d0z$H$5$;$FD:$-$^$9!#(B $B"!0B?4$N8eJ'$$$b$"$j$^$9!#$?$@$7!"8eJ'$$$G$4CmJ8$N>l9g$O!"(B $B!!#3%;%C%H$^$G$H$5$;$FD:$-!"%U%j!<%a!<%kEy$NO"Mm@h%"%I%l%9$G$N(B $B!!$4CmJ8$O!"IT2D$H$5$;$FD:$-$^$9$N$G!"$4N;>5$/$@$5$$!#(B $B!!>0!"8eJ'$$$G$N#3%;%C%H0J>e$N8fCmJ84uK>$NJ}$O!"$4AjCL$/$@$5$$!#(B $B"!JDE9:_8K0lA]%;!<%k4|4V!'J?@.(B12$BG/(B5$B7n(B31$BF|?69~3NG'J,$^$G(B -------------------------------------------------------- $B!!!!!!!!(B $B!~(B $B8f(B $BCm(B $BJ8(B $BJ}(B $BK!(B $B!~(B -------------------------------------------------------- $B"!JDE9:_8K0lA]%;!<%kBgFC2A$49XF~@lMQ%a!<%k%"%I%l%9(B ============== mkn2332@po2.mkznet.or.jp =============== $B"!$4CmJ8$N:]$OI,$:!"(B mkn2332@po2.mkznet.or.jp $B$KAw?.$/$@$5$$!#(B $B!!7oL>!'!I%a!<%k%"%I%l%9CmJ8!I$H$*=q$-D:$-!"K\J8$K8f4uK>(B $B!!%;%C%H?t$H$"$J$?$N%a!<%k%"%I%l%95Z$S;YJ'$$J}K!$r$45-F~2<$5$$!#(B $B!!$*;YJ'$$J}K!$O!"@hJ'$$$b8eJ'$$$b6d9T?69~$N$_$H$J$j$^$9!#(B $B!!$4CmJ8$$$?$@$$$?8e!"?69~@hEy>\:Y$r5-F~$7$?%a!<%k$r$*Aw$jCW$7$^$9!#(B $B!!3NG'$,$NJ}K!$G$NH/Aw$H$J$j$^$9!#(B $B!y>e5-5,Dj%;%C%H?t0J30$r$44uK>$NJ}$O!"JLES%a!<%k$K$F$*Ld$$(B $B!!9g$o$;$/$@$5$$!#(B $B"!%"%I%l%9$NH/AwJ}K!$O!"(B.txt$B7A<0(B($B%+%s%^6h@Z!K$r%a!<%kE:IU$K$F(B $B!!J#?t%;%C%H$N>l9g$O(B1$B%Q%C%/Kh$K>.J,$1$7$F$*FO$1$$$?$7$^$9!#(B $B!!%U%!%$%k%5%$%:$O#1%Q%C%/Ls#5#0#0#K#BA08e$K$J$j$^$9!#(B $B!!$^$?!"M9Aw4uK>$NJ}$O$4O"Mm2<$5$$!#(B $B!!!!(B $B$=$l$G$O!"$4CmJ8$*BT$A$7$F$*$j$^$9!#(B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 3: 8:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from camtech.net.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (Postfix) with SMTP id 0CDAD37BBCE for ; Mon, 22 May 2000 03:08:15 -0700 (PDT) (envelope-from thyerm@camtech.net.au) Received: from camtech.net.au ([203.55.242.206]) by camtech.net.au ; Mon, 22 May 2000 19:38:07 +0930 Message-ID: <3929070C.336ECEE7@camtech.net.au> Date: Mon, 22 May 2000 19:38:13 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: "Jordan K. Hubbard" Cc: current@freebsd.org Subject: Re: Anyone else seeing jumpy mice? References: <3970.958963729@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try flags 0x04 on device psm. This undocumented option fixed my PS/2 IntelliMouse clone that has a wheel (which is also the center button). Bug Kazu as to why this isn't documented in LINT. "Jordan K. Hubbard" wrote: > > No, I don't mean rodents who've nibbled on chocolate-covered expresso > beans, I mean PS/2 mice which fall victim to this new problem: > > May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > > I've seen it for the last few weeks and can only think that something > must be stomping on the psm driver now (or the driver is missing > interrupts for reasons of its own). Anyone else seeing this? > > - Jordan > > 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 Mon May 22 4:24:14 2000 Delivered-To: freebsd-current@freebsd.org Received: from kiew.egd.igd.fhg.de (kiew.egd.igd.fhg.de [192.102.170.32]) by hub.freebsd.org (Postfix) with ESMTP id 0DE6937BBE3; Mon, 22 May 2000 04:23:59 -0700 (PDT) (envelope-from runge@rostock.zgdv.de) Received: from rostock.zgdv.de (penguin.egd.igd.fhg.de [192.102.170.145]) by kiew.egd.igd.fhg.de (Netscape Messaging Server 3.6) with ESMTP id AAA5AAE; Mon, 22 May 2000 13:23:48 +0200 Message-ID: <3929195E.D9E26A36@rostock.zgdv.de> Date: Mon, 22 May 2000 13:26:22 +0200 From: Thomas Runge X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en, de MIME-Version: 1.0 Cc: freebsd-i18n@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Wide-char support and libc References: <3926ECA6.FF3B4993@heim9.tu-clausthal.de> <39221780.C18E585@cvzoom.net> <8g0d4i$ubd$1@bigeye.rhein-neckar.de> <200005202115.PAA54146@billy-club.village.org> <392728B7.D41E6FC7@heim9.tu-clausthal.de> <20000521095507.A21004@cartier.cirx.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Clive Lin wrote: > Could any one tell us, is this project dead ? > Will this be in the src/ ? > Or still in long-long beta (even pre-alpha ?) testing.. ? > Or .. ? Look here: http://www.whizkidtech.net/i18n/wc/ -- Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 4:41:59 2000 Delivered-To: freebsd-current@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id BFACE37BBF5 for ; Mon, 22 May 2000 04:41:46 -0700 (PDT) (envelope-from markk@knigma.org) Received: from lap.knigma.org (lapbsd.nat.Awfulhak.org [172.31.0.22]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id MAA46775 for ; Mon, 22 May 2000 12:41:41 +0100 (BST) (envelope-from markk@knigma.org) Message-ID: Date: Mon, 22 May 2000 12:40:45 +0100 To: freebsd-current@freebsd.org From: Mark Knight Subject: Panic during boot under current MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG World and kernel of approx 1100 GMT Sunday 21st May: Console (re-typed): ad0: 1999MB [4334/15/63] at ata0-master using UDMA33 ad1: 499MB [1083/15/63] at ata0-slave using UDMA33 Mounting root from ufs: /dev/ad0s1a Fatal trap 12: page fault while in kernel mode fault virtual address = 0x2a6 fault code = supervisor read, page not present instruction pointer = 0x8:0xc017553b stack pointer = 0x10:0xc0328f14 frame pointer = 0x10:0xc0328f30 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1 def32 1, gran 1 processor eflags = interrupt enabled, IOPL = 0 current process = 0 (swapper) interrupt mask = none kernel: type 12 trap, code=0 Stopped at getdiskbyname+0x9f: pushl 0x20(%eax) db> t getdiskbyname(c0888c85,c0328f7c,c01751e2,c0888c80,c02a42d0) at getdiskbyname+0x9f setrootbyname(c0888c80) at setrootbyname+0xb vfs_mountroot_try(c0313092,c024cedc) at vfs_mountroot_try+0xda vfs_mountroot(0,326c00,32d000,0,c011b736) at vfs_mountroot+0x5a mi_startup(c0328fb4,a0202,ffe,32d000,c0158765) at mi_startup+0x70 begin() at begin+0x4b db> Config: machine i386 #cpu I386_CPU #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident VMWARE maxusers 32 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor 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 ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options DDB device isa #device eisa device pci options COMPAT_OLDISA # Old ISA driver shims options COMPAT_OLDPCI # Old PCI driver shims # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? pseudo-device splash device sc0 at isa? flags 0x100 device npx0 at nexus? port IO_NPX irq 13 device apm0 at nexus? flags 0x20 # Advanced Power Management device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 device lnc0 at isa? port 0x280 irq 10 drq 0 pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) pseudo-device bpf # Berkeley packet filter device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 device pcm options SOFTUPDATES options IPFIREWALL #firewall options IPDIVERT #divert sockets -- Mark Knight PGP Public Key: finger mkn@knigma.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 4:51:25 2000 Delivered-To: freebsd-current@freebsd.org Received: from flux.ptc.spbu.ru (flux.ptc.spbu.ru [195.19.225.195]) by hub.freebsd.org (Postfix) with ESMTP id 2CA1A37BAC7; Mon, 22 May 2000 04:50:10 -0700 (PDT) (envelope-from uwe@snark.ptc.spbu.ru) Received: from snark.ptc.spbu.ru (snark.ptc.spbu.ru [195.19.225.131]) by flux.ptc.spbu.ru (8.9.3/8.9.3/cf-1.0.rbl) with ESMTP id PAA27794; Mon, 22 May 2000 15:49:45 +0400 (MSD) Received: (from uwe@localhost) by snark.ptc.spbu.ru (8.8.8+Sun/8.8.8) id PAA26871; Mon, 22 May 2000 15:49:44 +0400 (MSD) Date: Mon, 22 May 2000 15:49:44 +0400 From: "Valeriy E. Ushakov" To: freebsd-i18n@FreeBSD.ORG Cc: freebsd-current@FreeBSD.ORG, adam@whizkidtech.net Subject: Re: Wide-char support and libc Message-ID: <20000522154944.A26845@snark.ptc.spbu.ru> References: <3926ECA6.FF3B4993@heim9.tu-clausthal.de> <39221780.C18E585@cvzoom.net> <8g0d4i$ubd$1@bigeye.rhein-neckar.de> <200005202115.PAA54146@billy-club.village.org> <392728B7.D41E6FC7@heim9.tu-clausthal.de> <20000521095507.A21004@cartier.cirx.org> <3929195E.D9E26A36@rostock.zgdv.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <3929195E.D9E26A36@rostock.zgdv.de>; from "Thomas Runge" on Mon, May 22, 2000 at 13:26:22 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 22, 2000 at 13:26:22 +0200, Thomas Runge wrote: > Look here: http://www.whizkidtech.net/i18n/wc/ I wish this page has less FUD about Unicode. Reference to Unicode being controlled by Microsoft is a prominent example. As for the list of problems with Unicode given on that page - all of the items in the list are arguable and, IMO, all can be refuted. I do have first-hand experience of working with Unicode consortium (I have contributed to extensions of Tibetan block in 3.0). I want to say for the record that people from Unicode/WG2 I worked with were very open-minded, helpful and professional. Oh, and none of them was from Microsoft ;-). SY, Uwe -- uwe@ptc.spbu.ru | Zu Grunde kommen http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 4:59:15 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id 62F7237BBE1; Mon, 22 May 2000 04:59:10 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id HAA144284; Mon, 22 May 2000 07:58:45 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20000521095507.A21004@cartier.cirx.org> References: <3926ECA6.FF3B4993@heim9.tu-clausthal.de> <39221780.C18E585@cvzoom.net> <8g0d4i$ubd$1@bigeye.rhein-neckar.de> <200005202115.PAA54146@billy-club.village.org> <392728B7.D41E6FC7@heim9.tu-clausthal.de> <20000521095507.A21004@cartier.cirx.org> Date: Mon, 22 May 2000 07:59:00 -0400 To: Clive Lin , David Cross From: Garance A Drosihn Subject: Re: Wide-char support and libc Cc: freebsd-i18n@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On May 21/2000, Clive Lin wrote to -current&-i18n: > > The only way i found to link motif programs is by using > > > > http://www.cs.rpi.edu/~crossd/FreeBSD/wcs-19990606.tar.gz > >This seems the solution of wc* routines in FreeBSD. > >Could any one tell us, is this project dead ? Last I knew, David Cross (aka 'crossd') still intended to get the above work installed in freebsd. I think he was waiting for some other piece to be installed (the name of which I don't remember, but he's mentioned it a few times in hackers or current in the past few months). He recently got commit-ability (ahem), so there may be some progress on this soon. I know he's been busy with several other projects in the last few weeks, but I'm copying him on this message to see if we can get a status update. I don't know if he follows the i18n list. --- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or drosih@rpi.edu Rensselaer Polytechnic Institute To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 5:16:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 46BAD37BBD2 for ; Mon, 22 May 2000 05:16:46 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from bigeye.rhein-neckar.de (uucp@) by mail.inka.de with local-bsmtp id 12tr8W-0006kd-01; Mon, 22 May 2000 14:16:44 +0200 Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id NAA67519 for freebsd-current@freebsd.org; Mon, 22 May 2000 13:30:40 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: Anyone else seeing jumpy mice? Date: 22 May 2000 13:30:39 +0200 Message-ID: <8gb5ov$21tk$1@bigeye.rhein-neckar.de> References: <200005220335.MAA07327@zodiac.mech.utsunomiya-u.ac.jp> <200005220341.UAA02277@mass.cdrom.com> <20000522104046.A59034@pcwin002.win.tue.nl> To: freebsd-current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stijn Hoop wrote: > I do have /dev/psm0 in my XF86Config. You're saying it is better to > use /dev/sysmouse, Protocol moused? If you have moused running, set XF86Config to /dev/sysmouse, protocol "MouseSystems". -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 5:28:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 50B4437BBD2 for ; Mon, 22 May 2000 05:28:31 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12trJm-000Fm6-00; Mon, 22 May 2000 13:28:22 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12trJl-000IM3-00; Mon, 22 May 2000 13:28:21 +0100 Date: Mon, 22 May 2000 13:28:21 +0100 From: Ben Smithurst To: Arun Sharma Cc: FreeBSD Current Subject: Re: Wrong permissions on /dev ? Message-ID: <20000522132821.M15686@strontium.scientia.demon.co.uk> References: <20000521233533.A8104@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000521233533.A8104@sharmas.dhs.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arun Sharma wrote: > There is a minor nit about the permissions on /dev. It was not readable > by others. So ps wouldn't work, because it could not open /dev/null. I noticed this when I tried a home-built 5.0 snapshot (/dev was mode 0700), I didn't report it though because I thought it might have been an artifact of my botched installation attempt on that machine. This was a clean 5.0 install, not an upgrade of any kind. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 6: 4:29 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id BEE5037C007 for ; Mon, 22 May 2000 06:04:20 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:a5qAeISuYjEhQDobUhoPUChyeqtsfF8z@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id WAA28719; Mon, 22 May 2000 22:03:58 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:2WmrcucRq52G43UqtlSpIOC0zVOtn5FX@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id WAA22320; Mon, 22 May 2000 22:10:42 +0900 (JST) Message-Id: <200005221310.WAA22320@zodiac.mech.utsunomiya-u.ac.jp> To: Matthew Thyer Cc: "Jordan K. Hubbard" , current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Mon, 22 May 2000 19:38:13 +0930." <3929070C.336ECEE7@camtech.net.au> References: <3970.958963729@localhost> <3929070C.336ECEE7@camtech.net.au> Date: Mon, 22 May 2000 22:10:41 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Try flags 0x04 on device psm. > >This undocumented option fixed my PS/2 IntelliMouse clone that has a >wheel (which is also the center button). As you have not given details on your problem and mouse, I don't understand why this flag solved your problem... That flag simply sets the mouse's resolution to "high". >Bug Kazu as to why this isn't documented in LINT. This flag IS documented in the man page for psm(4) :-) As Bruce says, LINT is not the place for documenting driver flags. They should be explained fully in the drivers' manual pages. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 6:43:24 2000 Delivered-To: freebsd-current@freebsd.org Received: from cs.rpi.edu (mumble.cs.rpi.edu [128.213.8.16]) by hub.freebsd.org (Postfix) with ESMTP id AAC0437B8B7; Mon, 22 May 2000 06:43:07 -0700 (PDT) (envelope-from crossd@cs.rpi.edu) Received: from cs.rpi.edu (bill.cs.rpi.edu [128.213.2.2]) by cs.rpi.edu (8.9.3/8.9.3) with ESMTP id JAA16952; Mon, 22 May 2000 09:42:39 -0400 (EDT) Message-Id: <200005221342.JAA16952@cs.rpi.edu> To: Garance A Drosihn Cc: Clive Lin , David Cross , freebsd-i18n@FreeBSD.ORG, freebsd-current@FreeBSD.ORG, crossd@cs.rpi.edu Subject: Re: Wide-char support and libc In-Reply-To: Message from Garance A Drosihn of "Mon, 22 May 2000 07:59:00 EDT." Date: Mon, 22 May 2000 09:42:39 -0400 From: "David E. Cross" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On May 21/2000, Clive Lin wrote to -current&-i18n: > > > The only way i found to link motif programs is by using > > > > > > http://www.cs.rpi.edu/~crossd/FreeBSD/wcs-19990606.tar.gz > > > >This seems the solution of wc* routines in FreeBSD. > > > >Could any one tell us, is this project dead ? > > Last I knew, David Cross (aka 'crossd') still intended to get the > above work installed in freebsd. I think he was waiting for some > other piece to be installed (the name of which I don't remember, > but he's mentioned it a few times in hackers or current in the > past few months). He recently got commit-ability (ahem), so there > may be some progress on this soon. > > I know he's been busy with several other projects in the last few > weeks, but I'm copying him on this message to see if we can get a > status update. I don't know if he follows the i18n list. Porting CDE and Motif was the exact reason that those functions exist :) That project is still quite alive and kicking, even if delayed a bit. I have been meaning to finish up the wcs*() functions, and port the NLS support from OpenBSD into Free. I am eager to see that a general interest in this exists. I have been meaning to subscribe to the i18n list, as I knew wcs*() would be brought up there sooner or later :) My next message will be to subscribe to that list. PS: IIRC the version at that URL has a typo in it where _t should become _r in one of the functions. -- David Cross | email: crossd@cs.rpi.edu Lab Director | Rm: 308 Lally Hall Rensselaer Polytechnic Institute, | Ph: 518.276.2860 Department of Computer Science | Fax: 518.276.4033 I speak only for myself. | WinNT:Linux::Linux:FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 6:57:46 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 10BD937B859 for ; Mon, 22 May 2000 06:57:33 -0700 (PDT) (envelope-from dscheidt@enteract.com) Received: from shell-2.enteract.com (dscheidt@shell-2.enteract.com [207.229.143.41]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id IAA46579; Mon, 22 May 2000 08:56:56 -0500 (CDT) (envelope-from dscheidt@enteract.com) Date: Mon, 22 May 2000 08:56:56 -0500 (CDT) From: David Scheidt To: "Jordan K. Hubbard" Cc: frank@exit.com, Jonathan Hanna , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <14893.958981173@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 May 2000, Jordan K. Hubbard wrote: > Well, in my case it happens without any such things going on. More to > the point, it *never* works entirely right, from the moment I boot the > machine to the moment I turn it off. The mouse is always jumpy now, > and it's the same mouse I've been using for years so it's not a > physical mouse problem of any kind. > Unless your mouse died of old age. The PS/2 mouse I had been using for quite some time started to behave exactly like yours at some point last year. I avoided replacing it for a long time, since I couldn't find another mouse with a long enough cord. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 8:18:57 2000 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 3AC9637B5AE for ; Mon, 22 May 2000 08:18:53 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA43664; Mon, 22 May 2000 11:18:49 -0400 (EDT) (envelope-from wollman) Date: Mon, 22 May 2000 11:18:49 -0400 (EDT) From: Garrett Wollman Message-Id: <200005221518.LAA43664@khavrinen.lcs.mit.edu> To: "Jordan K. Hubbard" Cc: current@FreeBSD.ORG Subject: Anyone else seeing jumpy mice? In-Reply-To: <3970.958963729@localhost> References: <3970.958963729@localhost> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > No, I don't mean rodents who've nibbled on chocolate-covered expresso > beans, I mean PS/2 mice which fall victim to this new problem: > May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). I saw this happen once, during a period heavy disk and serial activity. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 9:50:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id 9302637B69D for ; Mon, 22 May 2000 09:50:30 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.162.41]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id LAA55329; Mon, 22 May 2000 11:51:38 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <070601bfc40d$bf072a40$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: , "Jordan K. Hubbard" Cc: "Wes Peters" , "Kazutaka YOKOTA" , References: <3970.958963729@localhost> Subject: Re: Anyone else seeing jumpy mice? Date: Mon, 22 May 2000 11:49:50 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Im also seeing this messages in FreeBSD 3.4 Release: > psmintr: out of sync (00c0 != 0000). > psmintr: out of sync (0040 != 0000). > psmintr: out of sync (0080 != 0000). It doesnt even have X installed, nor APM enabled (BIOS & KERNEL) its a smtp, pop3 & DNS dedicated server, I have just enabled the ps/2 mouse to copy betwen consoles, the server in question its a IBM Netfinity 5000, the lines in the rc.conf file looks like this: moused_enable="YES" moused_type="auto" moused_port="/dev/psm0" moused_flags="-3" allscreens_flags="-m on" % uname -a FreeBSD xxx.xxx.xxx 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Apr 3 10:24:33 GMT 2000 root@xxx.xxx.xxx:/usr/src/sys/compile/kernel i386 % uptime 11:40AM up 45 days, 21:47, 1 user, load averages: 0.21, 0.25, 0.24 % ps ax|grep moused 207 ?? Is 0:00.44 moused -3 -p /dev/psm0 -t auto P.S. These messages started to happen a month after the installation date, the mouse hasnt been used since, because this server its in another city, and the people in there doesnt even have acces to the console. If you need more info, just let me know. I Hope this can help you ... Ales ----- Original Message ----- From: "Jordan K. Hubbard" To: Sent: Sunday, May 21, 2000 9:48 PM Subject: Anyone else seeing jumpy mice? > No, I don't mean rodents who've nibbled on chocolate-covered expresso > beans, I mean PS/2 mice which fall victim to this new problem: > > May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > > I've seen it for the last few weeks and can only think that something > must be stomping on the psm driver now (or the driver is missing > interrupts for reasons of its own). Anyone else seeing this? > > - Jordan > > > > 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 Mon May 22 9:52: 8 2000 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id C55E337B69D for ; Mon, 22 May 2000 09:52:05 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id JAA60866; Mon, 22 May 2000 09:51:50 -0700 (PDT) (envelope-from dillon) Date: Mon, 22 May 2000 09:51:50 -0700 (PDT) From: Matthew Dillon Message-Id: <200005221651.JAA60866@apollo.backplane.com> To: Garrett Wollman Cc: "Jordan K. Hubbard" , current@FreeBSD.ORG, Boris Popov Subject: Re: Anyone else seeing jumpy mice? References: <3970.958963729@localhost> <200005221518.LAA43664@khavrinen.lcs.mit.edu> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :> No, I don't mean rodents who've nibbled on chocolate-covered expresso :> beans, I mean PS/2 mice which fall victim to this new problem: : :> May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). : :I saw this happen once, during a period heavy disk and serial :activity. : :-GAWollman I got an email from Boris Popov in regards to getting more silo overflows after the SMP cleanup patch then before. One thing the patch removed was the hack that allowed certain interrupts (tty interrupts) to run in parallel with the supervisor. Now, I must say, that there is no way we are going to add that hack back in ... it was a real mess and is simply not worth it, and when we move to the interrupt threading model we can truely make the serial interrupt SMP-safe and do away with the issue once and for all. I don't know if the mouse problems are related or not, did anyone have jumpy-mouse problems before the SMP cleanup was committed? (i.e. in kernels then two weeks old for 4.0, and four weeks old for 5.0). -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 9:59:29 2000 Delivered-To: freebsd-current@freebsd.org Received: from tinker.exit.com (exit-gw.power.net [207.151.46.196]) by hub.freebsd.org (Postfix) with ESMTP id 772DE37B61F for ; Mon, 22 May 2000 09:59:25 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime.exit.com [206.223.0.5]) by tinker.exit.com (8.9.3/8.9.3) with ESMTP id JAA29449; Mon, 22 May 2000 09:59:04 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.9.3/8.9.3) id JAA79028; Mon, 22 May 2000 09:59:03 -0700 (PDT) (envelope-from frank) From: Frank Mayhar Message-Id: <200005221659.JAA79028@realtime.exit.com> Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <200005221651.JAA60866@apollo.backplane.com> from Matthew Dillon at "May 22, 2000 09:51:50 am" To: Matthew Dillon Date: Mon, 22 May 2000 09:59:03 -0700 (PDT) Cc: Garrett Wollman , "Jordan K. Hubbard" , current@FreeBSD.ORG, Boris Popov Reply-To: frank@exit.com Organization: Exit Consulting X-Copyright0: Copyright 2000 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Dillon wrote: > I don't know if the mouse problems are related or not, did anyone have > jumpy-mouse problems before the SMP cleanup was committed? (i.e. in > kernels then two weeks old for 4.0, and four weeks old for 5.0). Yes. This started long before the SMP cleanup MFC. I'm running 4-stable. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://store.exit.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 10: 8:42 2000 Delivered-To: freebsd-current@freebsd.org Received: from isds.duke.edu (davinci.isds.duke.edu [152.3.22.1]) by hub.freebsd.org (Postfix) with ESMTP id 3DF3837BA1B for ; Mon, 22 May 2000 10:08:36 -0700 (PDT) (envelope-from sto@stat.Duke.EDU) Received: from feta.isds.duke.edu (feta.isds.duke.edu [152.3.22.76]) by isds.duke.edu (8.8.8/8.8.8) with ESMTP id NAA30683 for ; Mon, 22 May 2000 13:08:35 -0400 (EDT) Received: (from sto@localhost) by feta.isds.duke.edu (8.9.3/8.9.3) id NAA58694 for current@FreeBSD.ORG; Mon, 22 May 2000 13:08:04 -0400 (EDT) (envelope-from sto) Date: Mon, 22 May 2000 13:08:04 -0400 From: "Sean O'Connell" To: current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? Message-ID: <20000522130804.F58289@stat.Duke.EDU> Reply-To: "Sean O'Connell" References: <200005221651.JAA60866@apollo.backplane.com> <200005221659.JAA79028@realtime.exit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005221659.JAA79028@realtime.exit.com>; from frank@exit.com on Mon, May 22, 2000 at 09:59:03AM -0700 X-Organization: Institute of Statistics and Decision Sciences Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Frank Mayhar stated: > Matthew Dillon wrote: > > I don't know if the mouse problems are related or not, did anyone have > > jumpy-mouse problems before the SMP cleanup was committed? (i.e. in > > kernels then two weeks old for 4.0, and four weeks old for 5.0). > > Yes. This started long before the SMP cleanup MFC. I'm running 4-stable. Let me second this. I have been unable to use moused on my laptop (Sony VAIO 505TR with Versapad) since syscons changes went in right after 4.0-RELEASE (it worked under -RELEASE), but broke under -STABLE. I had a discussion with Kazutaka YOKOTA, but nothing was resolved. Cut and paste were OKish on the ttyvN with a very twitchy pointer image, but it was completely unusable under XFree86-3.3.6 that shipped with -RELEASE (not sure if I should rebuild X or not). I have been running sans moused ever since (so it is not hardware related in my case). S ----------------------------------------------------------------------- Sean O'Connell Email: sean@stat.Duke.EDU Institute of Statistics and Decision Sciences Phone: (919) 684-5419 Duke University Fax: (919) 684-8594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 10:32:15 2000 Delivered-To: freebsd-current@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id DD19837BA0C for ; Mon, 22 May 2000 10:32:10 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4MHVps05516; Mon, 22 May 2000 13:31:51 -0400 (EDT) Date: Mon, 22 May 2000 13:31:51 -0400 (EDT) From: Trevor Johnson To: Matthew Dillon Cc: Garrett Wollman , "Jordan K. Hubbard" , current@FreeBSD.ORG, Boris Popov Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <200005221651.JAA60866@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Dillon wrote: > :> May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > Now, I must say, that there is no way we are going to add that hack back > in ... it was a real mess and is simply not worth it, and when we > move to the interrupt threading model we can truely make the serial > interrupt SMP-safe and do away with the issue once and for all. Looking at the old driver (src/sys/i386/isa/Attic/psm.c,v) I see a note that the hardware offers a polling mode (not implemented in that driver), where the mouse only sends packets after getting requests for them. If there are intractable problems with handling interrupts, perhaps that mode could be used instead (maybe if no one had used the mouse recently, polling could be done less often, to conserve CPU time). > I don't know if the mouse problems are related or not, did anyone have > jumpy-mouse problems before the SMP cleanup was committed? (i.e. in > kernels then two weeks old for 4.0, and four weeks old for 5.0). I'm running 4.0-STABLE from May 5 23:39 PDT and I found one of those messages (just like Jordan's except for the hostname and time). I think I was at the computer when it happened, but I don't remember any erratic movement of the mouse pointer, nor have I ever noticed any under FreeBSD. I have XFree86 3.3.6 running from xdm, using /dev/sysmouse as the mouse device. I have moused running too, and was probably in text mode when the tragedy^H^H^H^H^H^H^H error message happened. My computer has a Digital Equipment Corp. PC7XS-CA three-button mouse, a Winbond W83977TF-AW I/O chip, and Intel 440 BX chip set. I saw this problem a long time ago, most memorably on an IBM PS/2 55SX with an IBM mouse, under Windows 3.0. Sometimes the mouse pointer would move suddenly all around the screen, and programs would behave as though someone were pressing the mouse buttons. Searching the Web, I see that the Linux folks have had the problem too: http://www.tux.org/hypermail/linux-kernel/1999week01/0953.html http://gwyn.tux.org/hypermail/linux-kernel/1999week03/0435.html One wanted to program the remote (polling) mode: http://www.linuxhq.com/guides/KHG/HyperNews/get/khg/333.html . -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 11: 0:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 6A9AC37BC02 for ; Mon, 22 May 2000 11:00:42 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id LAA61325; Mon, 22 May 2000 11:00:39 -0700 (PDT) (envelope-from dillon) Date: Mon, 22 May 2000 11:00:39 -0700 (PDT) From: Matthew Dillon Message-Id: <200005221800.LAA61325@apollo.backplane.com> To: "Sean O'Connell" Cc: current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? References: <200005221651.JAA60866@apollo.backplane.com> <200005221659.JAA79028@realtime.exit.com> <20000522130804.F58289@stat.Duke.EDU> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> > kernels then two weeks old for 4.0, and four weeks old for 5.0). :> :> Yes. This started long before the SMP cleanup MFC. I'm running 4-stable. : :Let me second this. I have been unable to use moused on my laptop :(Sony VAIO 505TR with Versapad) since syscons changes went in right :after 4.0-RELEASE (it worked under -RELEASE), but broke under -STABLE. :I had a discussion with Kazutaka YOKOTA, but nothing was resolved. :Cut and paste were OKish on the ttyvN with a very twitchy pointer image, :but it was completely unusable under XFree86-3.3.6 that shipped with :-RELEASE (not sure if I should rebuild X or not). I have been running :sans moused ever since (so it is not hardware related in my case). : :S :----------------------------------------------------------------------- :Sean O'Connell Email: sean@stat.Duke.EDU Ok, at least it wasn't me :-) That's all I care about, bye! .. heh heh, just kidding. It seems that people are homing in on the problem being syscons, that's two so far. Is there any further corroboration? -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 11: 3: 7 2000 Delivered-To: freebsd-current@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 5375037BE19 for ; Mon, 22 May 2000 11:03:00 -0700 (PDT) (envelope-from vinson@ucsu.Colorado.EDU) Received: from localhost (vinson@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) with SMTP id MAA05822 for ; Mon, 22 May 2000 12:02:59 -0600 (MDT) Date: Mon, 22 May 2000 12:02:59 -0600 (MDT) From: VINSON WAYNE HOWARD To: current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I stopped using moused sometime during 4.0-current as a result of this. It ocasionally froze, moved randomly around the screen, clicked without being touched, and yes, got extreamly jumpy. The hardware's rock solid, and once I ditched moused and read the device directly, life went back to normal. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 12:10:17 2000 Delivered-To: freebsd-current@freebsd.org Received: from firehouse.net (rdu25-28-186.nc.rr.com [24.25.28.186]) by hub.freebsd.org (Postfix) with SMTP id 5F98C37BB5A for ; Mon, 22 May 2000 12:10:03 -0700 (PDT) (envelope-from abc@firehouse.net) Received: (qmail 17907 invoked by uid 1000); 22 May 2000 19:09:55 -0000 Date: Mon, 22 May 2000 15:09:55 -0400 From: Alan Clegg To: freebsd-current@freebsd.org Subject: make buildworld broken (5/22, cvsup'd today) Message-ID: <20000522150954.G43379@ecto.greenpeas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On a build of 4.0 CVSup'd today before noon Eastern time. ===> usr.bin/kdump make: don't know how to make /usr/obj/usr/src/i386/usr/include/machine/random.h. Stop *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 12:12: 2 2000 Delivered-To: freebsd-current@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 4E02437BAD9 for ; Mon, 22 May 2000 12:11:54 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac1.wam.umd.edu (root@rac1.wam.umd.edu [128.8.10.141]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id PAA21639; Mon, 22 May 2000 15:11:28 -0400 (EDT) Received: from rac1.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id PAA00978; Mon, 22 May 2000 15:11:48 -0400 (EDT) Received: from localhost (culverk@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id PAA00974; Mon, 22 May 2000 15:11:48 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: culverk owned process doing -bs Date: Mon, 22 May 2000 15:11:48 -0400 (EDT) From: Kenneth Wayne Culver To: "Jordan K. Hubbard" Cc: current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <3970.958963729@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I saw it once or twice in the last couple of weeks, when I'm kicking the hell out of the CPU (ie compiling something) ================================================================= | Kenneth Culver | FreeBSD: The best OS around. | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Sun, 21 May 2000, Jordan K. Hubbard wrote: > No, I don't mean rodents who've nibbled on chocolate-covered expresso > beans, I mean PS/2 mice which fall victim to this new problem: > > May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > > I've seen it for the last few weeks and can only think that something > must be stomping on the psm driver now (or the driver is missing > interrupts for reasons of its own). Anyone else seeing this? > > - Jordan > > > > 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 Mon May 22 12:45:33 2000 Delivered-To: freebsd-current@freebsd.org Received: from ada.eu.org (marvin.enst.fr [137.194.161.2]) by hub.freebsd.org (Postfix) with ESMTP id DF5B437BB8A for ; Mon, 22 May 2000 12:45:05 -0700 (PDT) (envelope-from sam@inf.enst.fr) Received: from trillian.enst.fr (antinea.enst.fr [137.194.160.145]) by ada.eu.org (Postfix) with ESMTP id 4F6C01909D; Mon, 22 May 2000 21:45:01 +0200 (CEST) Received: by trillian.enst.fr (Postfix, from userid 1000) id F177E220; Mon, 22 May 2000 21:44:59 +0200 (CEST) Date: Mon, 22 May 2000 21:44:59 +0200 To: freebsd-current@freebsd.org Subject: buildworld broken in sys/boot/i386/btx/btx Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i From: Samuel Tardieu Organization: Ecole Nationale Superieure des Telecommunications Reply-To: Samuel Tardieu Content-Transfer-Encoding: 8bit X-WWW: http://www.inf.enst.fr/~tardieu/ X-Mail-Processing: Sam's procmail tools X-ICQ: 21547599 Message-Id: <2000-05-22-21-44-59+trackit+sam@inf.enst.fr> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cvsup'ed 1.5 hours ago ===> sys/boot/i386/btx/btx (cd /usr/objsrc/src/sys/boot/i386/btx/btx; m4 btx.m4 btx.s) | as -o btx.o {standard input}: Assembler messages: {standard input}:136: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:138: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:139: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:199: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:204: Error: suffix or operands invalid for `ltr' {standard input}:222: Error: suffix or operands invalid for `push' {standard input}:248: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:249: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:250: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:251: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:252: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:260: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:261: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:308: Error: suffix or operands invalid for `push' {standard input}:310: Error: suffix or operands invalid for `push' {standard input}:312: Error: suffix or operands invalid for `push' {standard input}:314: Error: suffix or operands invalid for `push' {standard input}:316: Error: suffix or operands invalid for `push' {standard input}:318: Error: suffix or operands invalid for `push' {standard input}:320: Error: suffix or operands invalid for `push' {standard input}:322: Error: suffix or operands invalid for `push' {standard input}:324: Error: suffix or operands invalid for `push' {standard input}:326: Error: suffix or operands invalid for `push' {standard input}:328: Error: suffix or operands invalid for `push' {standard input}:330: Error: suffix or operands invalid for `push' {standard input}:332: Error: suffix or operands invalid for `push' {standard input}:334: Error: suffix or operands invalid for `push' {standard input}:633: Error: suffix or operands invalid for `push' {standard input}:635: Error: suffix or operands invalid for `push' {standard input}:637: Error: suffix or operands invalid for `push' {standard input}:639: Error: suffix or operands invalid for `push' {standard input}:641: Error: suffix or operands invalid for `push' {standard input}:643: Error: suffix or operands invalid for `push' {standard input}:645: Error: suffix or operands invalid for `push' {standard input}:647: Error: suffix or operands invalid for `push' {standard input}:649: Error: suffix or operands invalid for `push' {standard input}:651: Error: suffix or operands invalid for `push' {standard input}:653: Error: suffix or operands invalid for `push' {standard input}:655: Error: suffix or operands invalid for `push' {standard input}:657: Error: suffix or operands invalid for `push' {standard input}:659: Error: suffix or operands invalid for `push' {standard input}:661: Error: suffix or operands invalid for `push' {standard input}:663: Error: suffix or operands invalid for `push' {standard input}:712: Error: suffix or operands invalid for `push' {standard input}:836: Error: suffix or operands invalid for `verr' *** Error code 1 Stop in /usr/objsrc/src/sys/boot/i386/btx/btx. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 12:54:22 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 3C4E937BABE for ; Mon, 22 May 2000 12:54:20 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id MAA17885; Mon, 22 May 2000 12:56:18 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: David Scheidt Cc: "Jordan K. Hubbard" , frank@exit.com, Jonathan Hanna , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Mon, 22 May 2000 08:56:56 CDT." Date: Mon, 22 May 2000 12:56:18 -0700 Message-ID: <17882.959025378@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Unless your mouse died of old age. The PS/2 mouse I had been using for > quite some time started to behave exactly like yours at some point last > year. I avoided replacing it for a long time, since I couldn't find another > mouse with a long enough cord. I tried several other mice. It's a software problem. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 12:57: 1 2000 Delivered-To: freebsd-current@freebsd.org Received: from ncc1701.iml-cti.com (g55-67.citenet.net [207.183.39.67]) by hub.freebsd.org (Postfix) with ESMTP id 585E637BBFA for ; Mon, 22 May 2000 12:56:56 -0700 (PDT) (envelope-from stephane.potvin@iml-cti.com) Received: from mafalda ([207.139.62.235]) by ncc1701.iml-cti.com (8.9.3/8.9.3) with SMTP id QAA18616; Mon, 22 May 2000 16:12:25 -0400 From: "Stephane E. Potvin" To: "Samuel Tardieu" , Subject: RE: buildworld broken in sys/boot/i386/btx/btx Date: Mon, 22 May 2000 15:53:14 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <2000-05-22-21-44-59+trackit+sam@inf.enst.fr> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try applying the patches in the following PR. I'm not sure they will still apply cleanly but it should fix your problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=15841 -- Stephane E. Potvin InnoMediaLogic Inc. -- http://www.multichassis.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 13: 1:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from ada.eu.org (marvin.enst.fr [137.194.161.2]) by hub.freebsd.org (Postfix) with ESMTP id 24B9837B9C5 for ; Mon, 22 May 2000 13:01:47 -0700 (PDT) (envelope-from sam@inf.enst.fr) Received: from trillian.enst.fr (antinea.enst.fr [137.194.160.145]) by ada.eu.org (Postfix) with ESMTP id B12E51909D; Mon, 22 May 2000 22:01:42 +0200 (CEST) Received: by trillian.enst.fr (Postfix, from userid 1000) id 7EFC0227; Mon, 22 May 2000 22:01:36 +0200 (CEST) Date: Mon, 22 May 2000 22:01:35 +0200 To: "Stephane E. Potvin" Cc: freebsd-current@freebsd.org Subject: Re: buildworld broken in sys/boot/i386/btx/btx References: <2000-05-22-21-44-59+trackit+sam@inf.enst.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from stephane.potvin@iml-cti.com on Mon, May 22, 2000 at 03:53:14PM -0400 From: Samuel Tardieu Organization: Ecole Nationale Superieure des Telecommunications Reply-To: Samuel Tardieu Content-Transfer-Encoding: 8bit X-WWW: http://www.inf.enst.fr/~tardieu/ X-Mail-Processing: Sam's procmail tools X-ICQ: 21547599 Message-Id: <2000-05-22-22-01-36+trackit+sam@inf.enst.fr> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22/05, Stephane E. Potvin wrote: | Try applying the patches in the following PR. I'm not sure they will still | apply cleanly but it should fix your problem. They don't apply cleanly, and I have to leave. But I would rather understand why there is a failure in the first place, and why other people seem not to encounter it :/ Thanks anyway for the pointer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 13: 3: 8 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 428B737BC20 for ; Mon, 22 May 2000 13:03:07 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id NAA18010; Mon, 22 May 2000 13:05:15 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Matthew Dillon Cc: Garrett Wollman , "Jordan K. Hubbard" , current@FreeBSD.ORG, Boris Popov Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Mon, 22 May 2000 09:51:50 PDT." <200005221651.JAA60866@apollo.backplane.com> Date: Mon, 22 May 2000 13:05:15 -0700 Message-ID: <18007.959025915@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I don't know if the mouse problems are related or not, did anyone have > jumpy-mouse problems before the SMP cleanup was committed? (i.e. in > kernels then two weeks old for 4.0, and four weeks old for 5.0). I did not have jumpy-mouse problems on my SMP system (probably should have mentioned it was an SMP desktop box) before those patches, now that you mention it! Thanks for helping to narrow it down. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 13:14:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from ncc1701.iml-cti.com (g55-67.citenet.net [207.183.39.67]) by hub.freebsd.org (Postfix) with ESMTP id AFE6437BC2A for ; Mon, 22 May 2000 13:14:29 -0700 (PDT) (envelope-from stephane.potvin@iml-cti.com) Received: from mafalda ([207.139.62.235]) by ncc1701.iml-cti.com (8.9.3/8.9.3) with SMTP id QAA18757; Mon, 22 May 2000 16:30:13 -0400 From: "Stephane E. Potvin" To: "Samuel Tardieu" Cc: Subject: RE: buildworld broken in sys/boot/i386/btx/btx Date: Mon, 22 May 2000 16:11:02 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <2000-05-22-22-01-36+trackit+sam@inf.enst.fr> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-current@FreeBSD.ORG > [mailto:owner-freebsd-current@FreeBSD.ORG]On Behalf Of Samuel Tardieu > Sent: Monday, May 22, 2000 4:02 PM > To: Stephane E. Potvin > Cc: freebsd-current@freebsd.org > Subject: Re: buildworld broken in sys/boot/i386/btx/btx > > > On 22/05, Stephane E. Potvin wrote: > > | Try applying the patches in the following PR. I'm not sure they > will still > | apply cleanly but it should fix your problem. > > They don't apply cleanly, and I have to leave. But I would rather > understand > why there is a failure in the first place, and why other people > seem not to > encounter it :/ > They have to do with the fact that the newest binutils is much more pedantic than it used to be with opcodes vs operands size. > Thanks anyway for the pointer. > You're welcome :) -- Stephane E. Potvin InnoMediaLogic Inc. -- http://www.multichassis.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 13:30:49 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 2E30737BC83 for ; Mon, 22 May 2000 13:30:41 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000522203039.BIUP22611.mail.rdc1.va.home.com@john.baldwin.cx>; Mon, 22 May 2000 13:30:39 -0700 Content-Length: 553 X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 22 May 2000 16:30:39 -0400 (EDT) From: John Baldwin To: "Stephane E. Potvin" Subject: RE: buildworld broken in sys/boot/i386/btx/btx Cc: freebsd-current@freebsd.org, Samuel Tardieu Message-Id: <20000522203039.BIUP22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-May-00 Stephane E. Potvin wrote: > Try applying the patches in the following PR. I'm not sure they will still > apply > cleanly but it should fix your problem. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=15841 I'll look at this in a bit. I'm about ready to rewrite BTX all in .code16 anyways since the newer as actually supprots it well. (supposedly) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "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 May 22 14: 8:57 2000 Delivered-To: freebsd-current@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 2A33937BC5D for ; Mon, 22 May 2000 14:08:55 -0700 (PDT) (envelope-from vinson@ucsu.Colorado.EDU) Received: from localhost (vinson@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) with SMTP id PAA03883 for ; Mon, 22 May 2000 15:08:55 -0600 (MDT) Date: Mon, 22 May 2000 15:08:55 -0600 (MDT) From: VINSON WAYNE HOWARD To: current@FreeBSD.org Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <17882.959025378@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While it's nice to supposedly have narowed this down to the SMP cleanup, that doesn't make those of us who are running single processor machines very cofident that the bug's been found. Here's my guess: there may be something interupt driven related to the SMP stuff, but there's also something wrong with moused, as at least two people (one being myself) have said that going to direct reading of the device eliminted their problem. I just didn't want the legitimate bug reports from single processor users to be lost in the search for a SMP cause. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 16:44:53 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.bfm.org (mail.bfm.org [216.127.218.26]) by hub.freebsd.org (Postfix) with ESMTP id E71F037B7AF; Mon, 22 May 2000 16:44:48 -0700 (PDT) (envelope-from adam@whizkidtech.net) Received: from WhizKid (r11.bfm.org [216.127.220.107]) by mail.bfm.org (Post.Office MTA v3.5.3 release 223 ID# 0-52399U2500L250S0V35) with SMTP id org; Mon, 22 May 2000 18:45:14 -0500 Message-Id: <3.0.6.32.20000522184423.008a0c00@mail85.pair.com> X-Sender: whizkid@mail85.pair.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 22 May 2000 18:44:23 -0500 To: "Valeriy E. Ushakov" , freebsd-i18n@FreeBSD.ORG From: "G. Adam Stanislav" Subject: Re: Wide-char support and libc Cc: freebsd-current@FreeBSD.ORG In-Reply-To: <20000522154944.A26845@snark.ptc.spbu.ru> References: <3929195E.D9E26A36@rostock.zgdv.de> <3926ECA6.FF3B4993@heim9.tu-clausthal.de> <39221780.C18E585@cvzoom.net> <8g0d4i$ubd$1@bigeye.rhein-neckar.de> <200005202115.PAA54146@billy-club.village.org> <392728B7.D41E6FC7@heim9.tu-clausthal.de> <20000521095507.A21004@cartier.cirx.org> <3929195E.D9E26A36@rostock.zgdv.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 15:49 22-05-2000 +0400, Valeriy E. Ushakov wrote: >I wish this page has less FUD about Unicode. Reference to Unicode >being controlled by Microsoft is a prominent example. It was true when it was written. It is a very old page: I completely forgot it was still there. The situation with Unicode Consortium has improved since then. Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 19:30: 8 2000 Delivered-To: freebsd-current@freebsd.org Received: from cc158233-a.catv1.md.home.com (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id A242837B7E6 for ; Mon, 22 May 2000 19:30:03 -0700 (PDT) (envelope-from sjr@home.net) Received: from istari.home.net (localhost.home.net [127.0.0.1]) by cc158233-a.catv1.md.home.com (8.9.3/8.9.3) with ESMTP id WAA08565 for ; Mon, 22 May 2000 22:29:58 -0400 (EDT) (envelope-from sjr@cc158233-a.catv1.md.home.com) Message-Id: <200005230229.WAA08565@cc158233-a.catv1.md.home.com> Date: Mon, 22 May 2000 22:29:55 -0400 (EDT) From: "Stephen J. Roznowski" Subject: Problem building -current kernel To: FreeBSD-current@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm attempting to update my -current system from mid-April, and I'm getting the following error: make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/ISTARI cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls -Wnested-e xterns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast -qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i3 86/bioscall.s {standard input}: Assembler messages: {standard input}:772: Error: operands given don't match any known 386 instructio n {standard input}:837: Error: operands given don't match any known 386 instructio n *** Error code 1 Lines, 772 and 837 contain: lcall * bioscall_vector Any clue what I'm doing wrong? Thanks, -- Stephen J. Roznowski (sjr@home.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 20:34:59 2000 Delivered-To: freebsd-current@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E61CC37B6FC; Mon, 22 May 2000 20:34:55 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id UAA38934; Mon, 22 May 2000 20:34:55 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 22 May 2000 20:34:51 -0700 (PDT) From: Kris Kennaway To: "Stephen J. Roznowski" Cc: FreeBSD-current@FreeBSD.ORG Subject: Re: Problem building -current kernel In-Reply-To: <200005230229.WAA08565@cc158233-a.catv1.md.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 May 2000, Stephen J. Roznowski wrote: > I'm attempting to update my -current system from mid-April, and > I'm getting the following error: make world first, or build the new binutils. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 21:37:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id 17FFD37B6AC for ; Mon, 22 May 2000 21:37:50 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp (helo=localhost) by relay.butya.kz with local-esmtp (Exim 3.13 #1) id 12u6RZ-000Gu4-00; Tue, 23 May 2000 11:37:25 +0700 Date: Tue, 23 May 2000 11:37:25 +0700 (ALMST) From: Boris Popov To: Matthew Dillon Cc: Garrett Wollman , "Jordan K. Hubbard" , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <200005221651.JAA60866@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 May 2000, Matthew Dillon wrote: > :> No, I don't mean rodents who've nibbled on chocolate-covered expresso > :> beans, I mean PS/2 mice which fall victim to this new problem: > : > :> May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > : > I got an email from Boris Popov in regards to getting more silo > overflows after the SMP cleanup patch then before. > > One thing the patch removed was the hack that allowed certain interrupts > (tty interrupts) to run in parallel with the supervisor. > > Now, I must say, that there is no way we are going to add that hack back > in ... it was a real mess and is simply not worth it, and when we > move to the interrupt threading model we can truely make the serial > interrupt SMP-safe and do away with the issue once and for all. What is interesting in this case, is that this is the only active serial port on this machine. And it is behind my understanding why PII-350 can not process interrupts when the come at 11Khz rate max (and machine idles most of the time). While I'm agreed that SMP patch cleanup many things and welcomed in the -current branch, I'm unsure about RELENG_4 though (in the context of this particular breakage). > I don't know if the mouse problems are related or not, did anyone have > jumpy-mouse problems before the SMP cleanup was committed? (i.e. in > kernels then two weeks old for 4.0, and four weeks old for 5.0). The PS/2 mouse works fine on my box. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Mon May 22 21:52: 7 2000 Delivered-To: freebsd-current@freebsd.org Received: from pozo.com (pozo.com [216.101.162.50]) by hub.freebsd.org (Postfix) with ESMTP id 59AAA37B86A; Mon, 22 May 2000 21:51:58 -0700 (PDT) (envelope-from mantar@pacbell.net) Received: from dual.pacbell.net (dual.pozo.com [216.101.162.51]) by pozo.com (8.9.3/8.9.3) with ESMTP id VAA00261; Mon, 22 May 2000 21:51:56 -0700 (PDT) (envelope-from mantar@pacbell.net) Message-Id: <4.3.2.6.2.20000522214815.00b14d28@pozo.com> X-Sender: null@pozo.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2.6 (Beta) Date: Mon, 22 May 2000 21:51:56 -0700 To: current@freebsd.org From: Manfred Antar Subject: Current SMP kernel panics y/n [y] Cc: smp@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A current kernel just built after a current make world comes up with this and stops booting: Programming 24 pins in IOAPIC #0 AP #1 (PHY# 12) failed! panic y/n [y] If I type n the kernel boots fine. doing mptable cause a panic though Thanks Manfred ================================== || mantar@pacbell.net || || Ph. (415) 681-6235 || ================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 3:33:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 02CDF37B685 for ; Tue, 23 May 2000 03:33:50 -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.8.7/8.8.7) with ESMTP id UAA27561; Tue, 23 May 2000 20:32:52 +1000 Date: Tue, 23 May 2000 20:32:48 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Boris Popov Cc: Matthew Dillon , Garrett Wollman , "Jordan K. Hubbard" , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, Boris Popov wrote: > On Mon, 22 May 2000, Matthew Dillon wrote: > > > :> No, I don't mean rodents who've nibbled on chocolate-covered expresso > > :> beans, I mean PS/2 mice which fall victim to this new problem: > > : > > :> May 19 00:50:45 zippy /kernel: psmintr: out of sync (00c0 != 0000). > > : > > I got an email from Boris Popov in regards to getting more silo > > overflows after the SMP cleanup patch then before. > > > > One thing the patch removed was the hack that allowed certain interrupts > > (tty interrupts) to run in parallel with the supervisor. The patch seems to have completely broken fast interrupts. GET_FAST_INTR_LOCK is neither necessary nor sufficient as far as I can see. The necessary and sufficient locking is done by COM_LOCK() in individual drivers. The patch changed GET_FAST_INTR_LOCK from s_lock(&fast_intr_lock), which does nothing very well, to `sti(); get_mplock(); cli();', which essentially de-prioritizes "fast" interrupts from "higher than the highest" (higher than clock interrupts which are nominally highest) to "lower than the lowest" (lower than all normal interrupts, all software interrupts, and all MP-unsafe syscalls). > What is interesting in this case, is that this is the only active > serial port on this machine. And it is behind my understanding why PII-350 > can not process interrupts when the come at 11Khz rate max (and machine > idles most of the time). Some syscalls take more than 1 / 11000 seconds without blocking, and the interrupt handler is locked out while most syscalls are running. The necessary processing rate is actually only 5.5 KHz for 16550 UARTs with the default input fifo threshold of 2 below the fifo size. Untested fix: diff -c2 apic_vector.s~ apic_vector.s *** apic_vector.s~ Thu May 11 04:46:57 2000 --- apic_vector.s Tue May 23 16:37:52 2000 *************** *** 10,24 **** #include "i386/isa/intr_machdep.h" - /* - * Interrupts must be enabled while waiting for the MP lock. - */ - - #define GET_FAST_INTR_LOCK \ - sti; call _get_mplock; cli - - #define REL_FAST_INTR_LOCK \ - movl $_mp_lock, %edx ; /* GIANT_LOCK */ \ - call _MPrellock_edx - /* convert an absolute IRQ# into a bitmask */ #define IRQ_BIT(irq_num) (1 << (irq_num)) --- 10,13 ---- *************** *** 49,55 **** FAKE_MCOUNT((5+ACTUALLY_PUSHED)*4(%esp)) ; \ pushl _intr_unit + (irq_num) * 4 ; \ - GET_FAST_INTR_LOCK ; \ call *_intr_handler + (irq_num) * 4 ; /* do the work ASAP */ \ - REL_FAST_INTR_LOCK ; \ addl $4, %esp ; \ movl $0, lapic_eoi ; \ --- 38,42 ---- If this causes crashes, then try removing the INTR_FAST flag in sio.c so that normal interrupts are used. Normal interrupts are only blocked by certain other normal interrupts, and only a few devices and/or drivers are are broken enough to block interrupts for more than 1 / 5500 seconds. The main ones are IDE drives in PIO mode (or anything with large buffers in slow PIO mode), and keyboard LEDs (or anything that uses polled mode). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 4: 5:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from proxy.bspu.secna.ru (proxy.bspu.secna.ru [212.192.2.76]) by hub.freebsd.org (Postfix) with ESMTP id 11B4637B8C9 for ; Tue, 23 May 2000 04:05:20 -0700 (PDT) (envelope-from swp@proxy.bspu.secna.ru) Received: (from root@localhost) by proxy.bspu.secna.ru (8.9.3/8.9.1) id SAA89993 for freebsd-current@FreeBSD.org; Tue, 23 May 2000 18:04:58 +0700 (NSS) (envelope-from swp) Date: Tue, 23 May 2000 18:04:58 +0700 (NSS) From: none Message-Id: <200005231104.SAA89993@proxy.bspu.secna.ru> To: freebsd-current@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 4:10:37 2000 Delivered-To: freebsd-current@freebsd.org Received: from isbalham.ist.co.uk (isbalham.ist.co.uk [192.31.26.1]) by hub.freebsd.org (Postfix) with ESMTP id 903D737B781; Tue, 23 May 2000 04:10:26 -0700 (PDT) (envelope-from rb@gid.co.uk) Received: (from uucp@localhost) by isbalham.ist.co.uk (8.9.2/8.8.7) with UUCP id MAA62287; Tue, 23 May 2000 12:08:00 +0100 (BST) (envelope-from rb@gid.co.uk) Received: from [194.32.164.2] (eccles [194.32.164.2]) by seagoon.gid.co.uk (8.9.3/8.9.3) with ESMTP id KAA20048; Tue, 23 May 2000 10:49:23 +0100 (BST) (envelope-from rb@gid.co.uk) X-Sender: rb@194.32.164.1 Message-Id: In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 23 May 2000 10:49:24 +0100 To: Oleg Sharoiko From: Bob Bishop Subject: Re: Bug in advansys driver Cc: freebsd-hackers@FreeBSD.ORG, current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 11:52 +0400 23/5/00, Oleg Sharoiko wrote: >Hello! > >It seems that during porting to newbus architecture adv_attach was left >unchanged and current version (I mean the current version of -STABLE >sources, I didn't check -CURRENT) returns incorrect values (1 on success, 0 in >all other cases). FWIW -CURRENT is the same, but it looks like none of the calls check the return value anyway. -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 5:21: 0 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 0EE2A37B9B6; Tue, 23 May 2000 05:20:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000523122048.HWJN22611.mail.rdc1.va.home.com@john.baldwin.cx>; Tue, 23 May 2000 05:20:48 -0700 Content-Length: 1047 X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200005231218.FAA13106@freefall.freebsd.org> Date: Tue, 23 May 2000 08:20:48 -0400 (EDT) From: John Baldwin To: current@FreeBSD.org Subject: RE: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s boot0.m Cc: cvs-committers@FreeBSD.org Message-Id: <20000523122048.HWJN22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 23-May-00 John Baldwin wrote: > jhb 2000/05/23 05:18:49 PDT > > Modified files: > sys/boot/i386/boot0 Makefile boot0.s > sys/boot/i386/boot2 Makefile boot1.s > sys/boot/i386/btx/btx Makefile btx.s > sys/boot/i386/cdldr cdldr.s > sys/boot/i386/pxeldr pxeldr.s > Removed files: > sys/boot/i386/boot0 boot0.m4 > sys/boot/i386/boot2 boot1.m4 > sys/boot/i386/btx/btx btx.m4 > Log: > Clean up all of the 16-bit assembly code in the x86 bootstrap to work > with the new binutils. Now that we have a decent assembler, all the old > m4 macros are no longer needed. Instead, straight assembly can be used > since as(1) now understands 16-bit addressing, branches, etc. Also, > several bugs have been fixed in as(1), allowing boot0.s to be further > cleaned up. This should fix the world. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "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 May 23 5:25:18 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id 5AF1537B977 for ; Tue, 23 May 2000 05:25:13 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp (helo=localhost) by relay.butya.kz with local-esmtp (Exim 3.13 #1) id 12uDjW-000Hp4-00; Tue, 23 May 2000 19:24:26 +0700 Date: Tue, 23 May 2000 19:24:26 +0700 (ALMST) From: Boris Popov To: Bruce Evans Cc: Matthew Dillon , Garrett Wollman , "Jordan K. Hubbard" , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, Bruce Evans wrote: > The patch seems to have completely broken fast interrupts. > GET_FAST_INTR_LOCK is neither necessary nor sufficient as far as I can see. > The necessary and sufficient locking is done by COM_LOCK() in individual > drivers. The patch changed GET_FAST_INTR_LOCK from s_lock(&fast_intr_lock), > which does nothing very well, to `sti(); get_mplock(); cli();', which > essentially de-prioritizes "fast" interrupts from "higher than the highest" > (higher than clock interrupts which are nominally highest) to "lower than > the lowest" (lower than all normal interrupts, all software interrupts, > and all MP-unsafe syscalls). Yes, this explains problems with sio. > Untested fix: Thank you. It works and no crashes experienced yet. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 5:47:10 2000 Delivered-To: freebsd-current@freebsd.org Received: from altos.rsu.ru (altos.rsu.ru [195.208.252.79]) by hub.freebsd.org (Postfix) with ESMTP id 42E7537B7DC; Tue, 23 May 2000 05:46:29 -0700 (PDT) (envelope-from os@rsu.ru) Received: from localhost (os@localhost [127.0.0.1]) by altos.rsu.ru (8.9.3/8.9.3) with ESMTP id QAA08233; Tue, 23 May 2000 16:11:09 +0400 (MSD) Date: Tue, 23 May 2000 16:11:09 +0400 (MSD) From: Oleg Sharoiko To: Bob Bishop Cc: freebsd-hackers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Bug in advansys driver In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, Bob Bishop wrote: BB> FWIW -CURRENT is the same, but it looks like none of the calls check the BB> return value anyway. Well. There was a message during the boot of kernel which notified that "adv0 device prove/attach returned 1" (or smt. like this). So I think the return code is checked somewhere and (what's more important) before the fix kernel seemed to hang at stage xpt_for_all_busses(xptconfigfunc, NULL); Just after displaying "Waiting 2 seconds for SCSI devices to settle" And I think that there should be no hangs even if attach failed so it's maybe good to check that code. (I was booting from atapi and adv was the only scsi adapter in the system) -- Oleg Sharoiko. Computer Center of Rostov State University. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 6: 9:26 2000 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 6FF7837B7DC; Tue, 23 May 2000 06:09:22 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.9.3/8.9.3) id RAA95453; Tue, 23 May 2000 17:09:21 +0400 (MSD) (envelope-from ache) Date: Tue, 23 May 2000 17:09:19 +0400 From: "Andrey A. Chernov" To: jdp@freebsd.org, current@freebsd.org Subject: Detecting multiply function definitions Message-ID: <20000523170918.A95436@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Organization: Biomechanoid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why our ld is able to detect multiply defined functions only for static linking? What prevents us to use the same algorithm for shared linking too? It is very unsafe otherwise to do shared linking... -- Andrey A. Chernov http://nagual.pp.ru/~ache/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 6:31:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from gidgate.gid.co.uk (gid.co.uk [194.32.164.225]) by hub.freebsd.org (Postfix) with ESMTP id EDB8B37BA37; Tue, 23 May 2000 06:31:31 -0700 (PDT) (envelope-from rb@gidgate.gid.co.uk) Received: (from rb@localhost) by gidgate.gid.co.uk (8.9.3/8.9.3) id OAA88282; Tue, 23 May 2000 14:26:04 +0100 (BST) (envelope-from rb) Message-Id: <4.3.1.2.20000523141612.00ad2100@gid.co.uk> X-Sender: rbmail@gid.co.uk X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Tue, 23 May 2000 14:26:02 +0100 To: Oleg Sharoiko From: Bob Bishop Subject: Re: Bug in advansys driver Cc: freebsd-hackers@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 16:11 23/05/00 +0400, Oleg Sharoiko wrote: >On Tue, 23 May 2000, Bob Bishop wrote: > >BB> FWIW -CURRENT is the same, but it looks like none of the calls check the >BB> return value anyway. >Well. There was a message during the boot of kernel which notified that >"adv0 device prove/attach returned 1" (or smt. like this). So I think the >return code is checked somewhere and (what's more important) before the fix >kernel seemed to hang at stage xpt_for_all_busses(xptconfigfunc, NULL); You are on -STABLE, right? On -CURRENT it's been working fine for me, no complaining messages... >ed0: address 00:20:18:80:b4:6d, type NE2000 (16 bit) >adw0: port 0x6600-0x66ff mem >0xe0000000-0 >xe00000ff irq 10 at device 12.0 on pci0 >adw0: SCSI ID 7, High & Low SE Term Enabled, LVD Term Enabled, Queue Depth 253 >fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ... because the return value apparently isn't checked; which is why I posted (and included -current) in the first place. -- Bob Bishop +44 118 977 4017 rb@gid.co.uk fax +44 118 989 4254 (0800-1800 UK) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 9:42:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 70FB237BAAC; Tue, 23 May 2000 09:42:34 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.9.3/8.9.3) id UAA19685; Tue, 23 May 2000 20:42:33 +0400 (MSD) (envelope-from ache) Date: Tue, 23 May 2000 20:42:31 +0400 From: "Andrey A. Chernov" To: current@freebsd.org, peter@freebsd.org Subject: [dickey@herndon4.his.com: Re: Incorrect exporting of trace() function (with patch)] Message-ID: <20000523204230.A19633@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Organization: Biomechanoid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter, do you plan to commit official fix instead of mine one? I can try to do this by myself too. ---- Forwarded message from "Thomas E. Dickey" ----- Date: Tue, 23 May 2000 12:37:48 -0400 (EDT) From: "Thomas E. Dickey" Subject: Re: Incorrect exporting of trace() function (with patch) To: "Andrey A. Chernov" cc: bug-ncurses@gnu.org, peter@freebsd.org On Tue, 23 May 2000, Andrey A. Chernov wrote: > There is a namespace pollution preventing lots of application linking with I already addressed this in a patch a month or so ago. -- T.E.Dickey http://dickey.his.com ftp://dickey.his.com ----- End forwarded message ----- -- Andrey A. Chernov http://nagual.pp.ru/~ache/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 10:46:27 2000 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id F3C8337B7F4 for ; Tue, 23 May 2000 10:46:21 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id KAA68462; Tue, 23 May 2000 10:46:14 -0700 (PDT) (envelope-from dillon) Date: Tue, 23 May 2000 10:46:14 -0700 (PDT) From: Matthew Dillon Message-Id: <200005231746.KAA68462@apollo.backplane.com> To: Bruce Evans Cc: Boris Popov , Garrett Wollman , "Jordan K. Hubbard" , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? References: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :The patch seems to have completely broken fast interrupts. :GET_FAST_INTR_LOCK is neither necessary nor sufficient as far as I can see. :The necessary and sufficient locking is done by COM_LOCK() in individual :drivers. The patch changed GET_FAST_INTR_LOCK from s_lock(&fast_intr_lock), :which does nothing very well, to `sti(); get_mplock(); cli();', which :essentially de-prioritizes "fast" interrupts from "higher than the highest" :(higher than clock interrupts which are nominally highest) to "lower than :the lowest" (lower than all normal interrupts, all software interrupts, :and all MP-unsafe syscalls). It isn't quite that bad. Remember that interrupts are vectored to the cpu already running in supervisor mode, and the MP lock is recursive. So GET_FAST_INTR_LOCK will generally not block against MP-unsafe syscalls or anything else. It will still operate as a high-priority interrupt. I understand the point about COM_LOCK, and agree - but I also never trusted the MP-safeness of the fast-interrupt code hack so lets not commit this until we have a chance to audit the entire fast-interrupt path. Frankly, I would much rather see MP-safe NIC interrupt code then MP-safe serial interrupt code. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 11: 7:23 2000 Delivered-To: freebsd-current@freebsd.org Received: from pozo.com (pozo.com [216.101.162.50]) by hub.freebsd.org (Postfix) with ESMTP id 1D3C837B966 for ; Tue, 23 May 2000 11:07:17 -0700 (PDT) (envelope-from mantar@pacbell.net) Received: from dual.pacbell.net (dual.pozo.com [216.101.162.51]) by pozo.com (8.9.3/8.9.3) with ESMTP id LAA00550; Tue, 23 May 2000 11:06:39 -0700 (PDT) (envelope-from mantar@pacbell.net) Message-Id: <4.3.2.6.2.20000523105934.00b098f0@pozo.com> X-Sender: null@pozo.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2.6 (Beta) Date: Tue, 23 May 2000 11:06:38 -0700 To: Matthew Dillon , Bruce Evans From: Manfred Antar Subject: Re: Anyone else seeing jumpy mice? Cc: Boris Popov , Garrett Wollman , "Jordan K. Hubbard" , current@FreeBSD.ORG In-Reply-To: <200005231746.KAA68462@apollo.backplane.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not to change the subject ,but mptable causes a panic on my machine running current. If I revert back to a kernel compiled on the 13th of May everything works fine. I think there were some changes made to the SMP code on the 14th or 15th also the binutils were upgraded and I'm not sure what caused it. With a current kernel I get this when booting: Programming 24 pins in IOAPIC #0 AP #1 (PHY# 12) failed! panic y/n [y] panic: bye-bye mp_lock = 00000001; cpuid = 0; lapic.id = 00000000 Uptime: 0s I'm going to check out a sys tree from the 14th and try rebuilding a kernel and see if that works. The kernel I have >>> Sun May 14 15:39:19 PDT 2000 works fine Manfred ================================== || mantar@pacbell.net || || Ph. (415) 681-6235 || ================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 12: 0:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 7F82937B9BF for ; Tue, 23 May 2000 12:00:37 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (Postfix) with ESMTP id B9A942CE5C; Tue, 23 May 2000 21:00:25 +0200 (EET) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 91A7A1C5636; Tue, 23 May 2000 21:00:13 +0200 (EET) Date: Tue, 23 May 2000 21:00:13 +0200 From: Vallo Kallaste To: Manfred Antar Cc: Matthew Dillon , Bruce Evans , Boris Popov , Garrett Wollman , "Jordan K. Hubbard" , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? Message-ID: <20000523210013.A364@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <200005231746.KAA68462@apollo.backplane.com> <4.3.2.6.2.20000523105934.00b098f0@pozo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <4.3.2.6.2.20000523105934.00b098f0@pozo.com>; from mantar@pacbell.net on Tue, May 23, 2000 at 11:06:38AM -0700 Organization: =?UTF-8?Q?AS_Matti_B=C3=BCrootehnika?= Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 11:06:38AM -0700, Manfred Antar wrote: > Not to change the subject ,but > mptable causes a panic on my machine running current. > If I revert back to a kernel compiled on the 13th of May everything works > fine. I think there were some changes made to the SMP code on the 14th or 15th > also the binutils were upgraded and I'm not sure what caused it. > With a current kernel I get this when booting: > > Programming 24 pins in IOAPIC #0 > AP #1 (PHY# 12) failed! > panic y/n [y] panic: bye-bye > mp_lock = 00000001; cpuid = 0; lapic.id = 00000000 > Uptime: 0s I've just completed world and compiled new kernel and found that my system reboots right after showing about seven lines of usual boot messages. I've found that UP GENERIC works and UP custom kernel works but SMP is broken. It has to do something with last three days of commits, because my last working SMP kernel is from Friday 19'th. Running mptable on the UP kernel doesn't cause crash for my system. Reboot is totally silent so I don't have any other info, sorry, I've only thought it happens about same time as the APIC probe. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 12:31:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from pozo.com (pozo.com [216.101.162.50]) by hub.freebsd.org (Postfix) with ESMTP id 7632B37B953 for ; Tue, 23 May 2000 12:31:44 -0700 (PDT) (envelope-from mantar@pacbell.net) Received: from dual.pacbell.net (dual.pozo.com [216.101.162.51]) by pozo.com (8.9.3/8.9.3) with ESMTP id MAA00275; Tue, 23 May 2000 12:30:56 -0700 (PDT) (envelope-from mantar@pacbell.net) Message-Id: <4.3.2.6.2.20000523121617.00b14c90@pozo.com> X-Sender: null@pozo.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2.6 (Beta) Date: Tue, 23 May 2000 12:30:55 -0700 To: vallo@matti.ee From: Manfred Antar Subject: Re: Anyone else seeing jumpy mice? Cc: Matthew Dillon , Bruce Evans , Boris Popov , Garrett Wollman , "Jordan K. Hubbard" , current@FreeBSD.ORG In-Reply-To: <20000523210013.A364@myhakas.matti.ee> References: <4.3.2.6.2.20000523105934.00b098f0@pozo.com> <200005231746.KAA68462@apollo.backplane.com> <4.3.2.6.2.20000523105934.00b098f0@pozo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 09:00 PM 5/23/2000 +0200, Vallo Kallaste wrote: >On Tue, May 23, 2000 at 11:06:38AM -0700, Manfred Antar wrote: > >> Not to change the subject ,but >> mptable causes a panic on my machine running current. >> If I revert back to a kernel compiled on the 13th of May everything works >> fine. I think there were some changes made to the SMP code on the 14th or 15th >> also the binutils were upgraded and I'm not sure what caused it. >> With a current kernel I get this when booting: >> >> Programming 24 pins in IOAPIC #0 >> AP #1 (PHY# 12) failed! >> panic y/n [y] panic: bye-bye >> mp_lock = 00000001; cpuid = 0; lapic.id = 00000000 >> Uptime: 0s > >I've just completed world and compiled new kernel and found that my >system reboots right after showing about seven lines of usual boot >messages. I've found that UP GENERIC works and UP custom kernel works >but SMP is broken. It has to do something with last three days of >commits, because my last working SMP kernel is from Friday 19'th. >Running mptable on the UP kernel doesn't cause crash for my system. >Reboot is totally silent so I don't have any other info, sorry, I've >only thought it happens about same time as the APIC probe. >-- I'm backing out to kernel sources as of the 13th and am building a kernel now. I'm running SMP. It's funny I had a kernel from Sunday 5/21 and it boot's fine and works in the SMP mode but mptable causes a panic. I just booted one from sources from the 13th same thing. I think this has something to do with the new binutils as a kernel built on the 14th and restored via tape works fine but if i check out the sys tree from the 14th and build a kernel it panics at the APIC probe. Or maybe I need to rebuild some library too from the 14th, I'm not sure if the kernel links to any library. I guess a good test would be to make world from before the binutil change and try a kernel built from that Manfred ================================== || mantar@pacbell.net || || Ph. (415) 681-6235 || ================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 14:25:10 2000 Delivered-To: freebsd-current@freebsd.org Received: from io.yi.org (24.67.218.186.bc.wave.home.com [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id 4D58437B7CE; Tue, 23 May 2000 14:25:03 -0700 (PDT) (envelope-from jburkhol@home.com) Received: from io.yi.org (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by io.yi.org (Postfix) with ESMTP id 2B19CBA69; Tue, 23 May 2000 14:25:29 -0700 (PDT) X-Mailer: exmh version 2.1.1 10/15/1999 To: Jake Burkholder Cc: current@FreeBSD.org, cvs-all@FreeBSD.org Subject: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-Reply-To: Message from Jake Burkholder of "Tue, 23 May 2000 13:41:02 PDT." <200005232041.NAA79270@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 23 May 2000 14:25:29 -0700 From: Jake Burkholder Message-Id: <20000523212529.2B19CBA69@io.yi.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > jake 2000/05/23 13:41:02 PDT > Log: > Change the way that the queue(3) structures are declared; don't assume that > the type argument to *_HEAD and *_ENTRY is a struct. > > Suggested by: phk > Reviewed by: phk > Approved by: mdodd > HEADS UP Possible action required! Some drivers use headers from the installed system during the kernel build, and a make world, or at least make includes, is necessary before a new kernel can be built. LINT is affected by this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 15:12:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 006F237BB3D; Tue, 23 May 2000 15:12:25 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 75AD71C5C; Tue, 23 May 2000 18:12:22 -0400 (EDT) Date: Tue, 23 May 2000 18:12:22 -0400 From: Bill Fumerola To: John Baldwin Cc: current@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s boot0.m Message-ID: <20000523181222.N86725@jade.chc-chimes.com> Reply-To: chat@freebsd.org References: <200005231218.FAA13106@freefall.freebsd.org> <20000523122048.HWJN22611.mail.rdc1.va.home.com@john.baldwin.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000523122048.HWJN22611.mail.rdc1.va.home.com@john.baldwin.cx>; from jhb@FreeBSD.org on Tue, May 23, 2000 at 08:20:48AM -0400 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 08:20:48AM -0400, John Baldwin wrote: > This should fix the world. Whistler: I want peace on earth and good will toward man. Bernard Abbott: Oh this is ridiculous. Martin Bishop: He's serious. Whistler: I want peace on earth and good will toward man. Bernard Abbott: We are the United States Government. We don't do that sort of thing. Martin Bishop: You're just gonna have to try. Bernard Abbott: Ok, I'll see what I can do. Whistler: Thank you very much. That's all I ask. -- from the movie Sneakers -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@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 May 23 19:34:22 2000 Delivered-To: freebsd-current@freebsd.org Received: from midten.fast.no (midten.fast.no [213.188.8.11]) by hub.freebsd.org (Postfix) with ESMTP id 8418037B6AD for ; Tue, 23 May 2000 19:34:18 -0700 (PDT) (envelope-from tegge@fast.no) Received: from fast.no (IDENT:tegge@midten.fast.no [213.188.8.11]) by midten.fast.no (8.9.3/8.9.3) with ESMTP id EAA39129; Wed, 24 May 2000 04:33:41 +0200 (CEST) Message-Id: <200005240233.EAA39129@midten.fast.no> To: mantar@pacbell.net Cc: current@FreeBSD.ORG Subject: mpboot.s patch From: Tor.Egge@fast.no In-Reply-To: Your message of "Tue, 23 May 2000 12:30:55 -0700" References: <4.3.2.6.2.20000523121617.00b14c90@pozo.com> X-Mailer: Mew version 1.70 on Emacs 19.34.1 Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Wed_May_24_04:31:33_2000)--" Content-Transfer-Encoding: 7bit Date: Wed, 24 May 2000 04:33:41 +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----Next_Part(Wed_May_24_04:31:33_2000)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit > >> With a current kernel I get this when booting: > >> > >> Programming 24 pins in IOAPIC #0 > >> AP #1 (PHY# 12) failed! > >> panic y/n [y] panic: bye-bye > >> mp_lock = 00000001; cpuid = 0; lapic.id = 00000000 > >> Uptime: 0s [...] > I think this has something to do > with the new binutils as a kernel built on the 14th and restored via tape works fine but if i > check out the sys tree from the 14th and build a kernel it panics at the APIC probe. Try the enclosed patch. - Tor Egge ----Next_Part(Wed_May_24_04:31:33_2000)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Description: "mpboot.s patch" Index: sys/i386/i386/mpboot.s =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/mpboot.s,v retrieving revision 1.13 diff -u -r1.13 mpboot.s --- sys/i386/i386/mpboot.s 2000/01/29 13:51:17 1.13 +++ sys/i386/i386/mpboot.s 2000/05/24 01:28:53 @@ -165,20 +165,15 @@ BOOTMP1: NON_GPROF_ENTRY(bootMP) + .code16 cli CHECKPOINT(0x34, 1) /* First guarantee a 'clean slate' */ - data32 xorl %eax, %eax - data32 movl %eax, %ebx - data32 movl %eax, %ecx - data32 movl %eax, %edx - data32 movl %eax, %esi - data32 movl %eax, %edi /* set up data segments */ @@ -188,17 +183,18 @@ mov %ax, %fs mov %ax, %gs mov %ax, %ss - mov $(boot_stk-_bootMP), %sp + mov $(boot_stk-_bootMP), %esp /* Now load the global descriptor table */ addr32 data32 - lgdt MP_GDTptr-_bootMP + /* XXX: sigh: lgdt MP_GDTptr-_bootMP GAS BUG! */ + .byte 0x0f, 0x01, 0x15 /* XXX hand assemble! */ + .long MP_GDTptr-_bootMP /* XXX hand assemble! */ /* Enable protected mode */ data32 movl %cr0, %eax - data32 orl $CR0_PE, %eax data32 movl %eax, %cr0 @@ -207,13 +203,11 @@ * make intrasegment jump to flush the processor pipeline and * reload CS register */ - data32 pushl $0x18 - data32 pushl $(protmode-_bootMP) - data32 - lret + lretl + .code32 protmode: CHECKPOINT(0x35, 2) ----Next_Part(Wed_May_24_04:31:33_2000)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 19:58:47 2000 Delivered-To: freebsd-current@freebsd.org Received: from darren2.lnk.telstra.net (darren2.lnk.telstra.net [139.130.53.33]) by hub.freebsd.org (Postfix) with ESMTP id 93DAE37BB5D for ; Tue, 23 May 2000 19:58:36 -0700 (PDT) (envelope-from darrenr@reed.wattle.id.au) Received: (from root@localhost) by darren2.lnk.telstra.net (8.9.1/8.8.7) id CAA05945 for ; Wed, 24 May 2000 02:58:33 GMT From: Darren Reed Message-Id: <200005240258.MAA19985@avalon.reed.wattle.id.au> Subject: IP Filter 3.4.4 imported. To: current@freebsd.org Date: Wed, 24 May 2000 12:58:06 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL37 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I've updated IP Filter in the FreeBSD-current sources to Version 3.4.4 (which isn't yet released, now that I think about it :*) I would apprecate some feedback from people who are able to run and test this so its suitability for importing onto the 4.0_STABLE branch can be determined. Cheers, Darren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 20:10:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id C438E37BA19; Tue, 23 May 2000 20:10:23 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id XAA77511; Tue, 23 May 2000 23:10:13 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Tue, 23 May 2000 23:10:13 -0400 (EDT) From: Chuck Robey To: Jake Burkholder Cc: Jake Burkholder , FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-Reply-To: <20000523212529.2B19CBA69@io.yi.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, Jake Burkholder wrote: > > jake 2000/05/23 13:41:02 PDT > > Log: > > Change the way that the queue(3) structures are declared; don't assume that > > the type argument to *_HEAD and *_ENTRY is a struct. > > > > Suggested by: phk > > Reviewed by: phk > > Approved by: mdodd > > > > HEADS UP > > Possible action required! > > Some drivers use headers from the installed system during the kernel build, > and a make world, or at least make includes, is necessary before a new kernel > can be built. > > LINT is affected by this. Is anyone else having trouble compiling the libpam things, because of this? I couldn't compile a kernel because of the the assembler changes, so I went to do a buildworld, and now I can't get thru a buildworld. I tried the suggestion above (do a make includes) but that didn't seem to do the trick. Here's about the first 5 of the 30 (or so) errors I see: cc -O -pipe -mpentium -Wall -I/usr/src/lib/libpam/modules/pam_ssh/../../../../cr ypto/openssh -c /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/p am_ssh/pam_ssh.c -o pam_ssh.o /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_ssh.c :89: syntax error before `env_entry' /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_ssh.c :93: syntax error before `env_entry' /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_ssh.c : In function `env_new': /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_ssh.c :116: structure has no member named `slh_first' / It all seems to do with the new queue.h, which is indeed installed in my /usr/include/sys (newly installed, I checked, after the make includes). ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 20:23:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from prx1.livedoor.com (prx1.livedoor.com [203.104.128.67]) by hub.freebsd.org (Postfix) with SMTP id EF32637BB84 for ; Tue, 23 May 2000 20:22:37 -0700 (PDT) (envelope-from paradaimshift@livedoor.com) Received: (qmail 6182 invoked from network); 24 May 2000 03:22:23 -0000 Received: from unknown (HELO fh0014) (63.12.70.81) by prx1.livedoor.com with SMTP; 24 May 2000 03:22:23 -0000 Message-ID: <000d01bfc52f$3f9dbc60$51460c3f@fh0014> From: "paradaimshift" To: Subject: =?iso-2022-jp?B?GyRCMj5FUE8/JE8jNjduIzVGfCReJEchKjojJEokaUFAJCgbKEI=?= =?iso-2022-jp?B?GyRCJGs3bjx9IzEjMiMwIzBLfBsoQg==?= Date: Wed, 24 May 2000 11:55:12 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01BFC576.ED15B9A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01BFC576.ED15B9A0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit $B2>EPO?$O#67n#5F|$^$G!*:#$J$iA@$($k7n<}#1#2#0#0K|!*(B $BFMA3%a!<%k$rAw$i$;$FD:$$$?$3$H$r?<$/$*OM$S$$$?$7$^$9!#(B $B6=L#$N$J$$J}$O$*5v$7$/$@$5$$!#$3$N$^$^:o=|$7$F$/$@$5$$!#(B $B$?$$$X$s?=$7Lu$4$6$$$^$;$s$G$7$?!#(B $B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B $B%$%s%?!<%M%C%H%S%8%M%9$G!"(B $B>o$K%"%a%j%+$KCY$l$r$H$C$F$$$?F|K\$G$b!"$D$$$K!"(B $B?.$8$i$l$J$$Bg4k6H$K$h$k;qK\!u5;=QDs7H$G@$3&@oN,$,%9%?!<%H$5$l$^$9!#(B $B$?$@$7>e5-$N;qK\;22C!u5;=QDs7H4k6HL>$O!"(B $B8=:_$O$^$@?eLL2<$N3hF0CJ3,$G$9$N$G!"@5<0$K$O30ItH/I=$5$l$F$$$^$;$s!#(B $B$O#S#T#A#R#W#E#B#2#1(B $B@5<0$J%S%8%M%9%9%?!<%H$O#2#0#0#0G/#77n#1F|$G$9!#(B $B8=:_$O>R2pEPO?$NpJs$rCN$C$F$$$kJ}$O!"$^$5$K4q@W$N%?%$%_%s%0$J$N$G$9!#(B $B:#$J$i$"$J$?$b2>EPO?$K;22C$G$-$k!J#67n#5F|Kx!K%S%C%0%A%c%s%9$G$9(B! $B$$$^2>EPO?$r$G$-$l$P!"$[$\2q7k$N>uBV$G$"$k$3$H$r$*EA$($7$F$*$-$^$9!#(B $B8=:_!"2>EPO?$N$?$a$N%"%/%;%9=8Cf$,$9$4$$>uBV$K$J$C$F$$$^$9$N$G!"(B $B>/$7A0Kx$O!"$J$+$J$+7R$,$j$^$;$s$G$7$?$,!"5pBg%5!<%P!<$KJQ99$5$l!"(B $B8=:_$O2wE,$KEPO?$9$k$3$H$,$G$-$^$9!#:#$,2>EPO?3MF@$N%A%c%s%9!*$G$9!#(B $B#M#L#M$N>o<1$G$9$,!"(B $B@h$KEPO?$G$-$l$P!"$=$l$@$1B?$/>!!$A$N>u67$G$9$N$G!"$_$J$5$sI,;`$G%"%/%;%9$5$l$F$$$^$9!#(B $B;d$NM'?M$O!"$3$N(B1$B=54V$@$1$G%@%&%s$,>!$r%*!<%P!<$7$^$7$?!#(B $BD>@\>R2p$7$?$N$O!"$[$s$N?tL>$G$"$k$N$K!&!&!&$G$9!#(B $B$^$5$K%$%s%?!<%M%C%H;~Be$N?7%S%8%M%9$G$9!#(B $B;d$O;vMh$N7r9/?)IJ4XO"$J$I$K$"$j$,$A$J!"(B $B$$$+$,$o$7$$OC$H$O0l@~$r2h$7$?$b$N$G$"$k$3$H$r$4M}2r$/$@$5$$!#(B $B$H$O8@$$$D$D$b!";d$K$b#M#L#M$X$N@hF~4Q$O$"$j$^$7$?!#(B $BEvA3$J$,$iM'?M$+$iOC$r?.H>5?$G$7$?!#(B $B$7$+$7:#$O0c$$$^$9!#7r9/?)IJ$H#e%3%^!<%9$G$O!"A4$/;v>p$,JQ2=$7$^$9!#(B $B$h$/$*9M$($/$@$5$$!#(B $B;v6H3HBg%9%T!<%I$,A4$F$r@)$9$k%$%s%?!<%M%C%H$N@$3&$K$*$$$F!"(B $B@$3&Cf$N8D?M$r:GBg8B3hMQ$G$-$k#M#L#M$[$I9gCW$7$?$b$N$O$"$j$^$;$s!#(B $B$A$J$_$K#47n#2#6F|H/Gd$N!c#B!]#i#n#g!d$H!c$H$i$P!<$f!d(B $B$=$7$F!!#57n#1#0F|H/Gd$N!c#B!]#i#n#g!d$G$b5a?M9-9p$,7G:\$5$l$^$7$?!#(B $B$$$+$,$o$7$$CDBN$N%S%8%M%9$G$O@dBP$K$J$$$3$H$N>ZL@$G$b$"$j$^$9!#(B $B$3$NR2pEPO?4|4V!d$N$?$a!"(B $BHs>o$K8B$i$l$?>pJs$NCf$GH=CG$7$F$$$?$@$/$7$+$"$j$^$;$s!#(B $B$=$l$G$b2r$C$F$$$?$@$1$kJ}$K$7$+%A%c%s%9$O$3$J$$$H$$$&$3$H$G$9!#(B $BEvA3$J$,$i#67n#5F|$^$G$N2>EPO?4|4VCf$OEPO?HqMQ$O$+$+$j$^$;$s!#(B $BL5NA$G2>EPO?$r:Q$^$;$F$*$-!"#77n#1F|%9%?!<%H$7$F$+$i$b!"(B $B$b$7!"ITK~$,$"$l$P%/!<%j%s%0%*%U!J#8F|4V!K$b$G$-$^$9!#(B $B8=CJ3,$G$O<+:n%[!<%`%Z!<%8Ey$G$N@kEA$O6X;_$5$l$F$^$9$7(B $B%i%j!<$d%_!<%F%#%s%0$N$h$&$J3hF0$b8=:_9T$o$l$F$$$^$;$s!#(B $B$f$($K8XBg$JI=8=$N4+M6$,HEMt$7$F$$$^$9$,OG$o$5$l$J$$$G$/$@$5$$!#(B $B$7$+$7$J$,$i!"%S%C%0%A%c%s%9$G$"$k$3$H$K$O4V0c$$$"$j$^$;$s!#(B $B$3$N%a!<%k$re$+$i9_$j$F$-$^$9!#(B $BA4$/EXNO$;$:$K@.8y$9$k$[$I!"4E$/$O$J$$$G$7$g$&$,!&!&!&(B $B%$%s%?!<%M%C%H$K$D$J$,$k4D6-$5$(;}$C$F$$$l$P@$3&E*%S%8%M%9$,2DG=$G$9!#(B $B#H#P%9%Z!<%9%l%s%?%kHNGd$K4X$7$F$N%3%_%C%7%g%s$O=5J'$$$G#3#0#0K|1_$^$G!#(B $BJs=7$N;YJ'J}K!$O%P%$%J%j!]$H%^%H%j%C%/%9!"$5$i$K%*!<%S%C%HJ}<0$G$9!#(B $B$o$+$k$R$H$K$O$o$+$k!"9M$($&$k:G9b$N%7%9%F%`$G$9!#(B ============================================================== $B%5!<%S%9$NFbMF$O(B $B%$%s%?!<%M%C%H=i?4e5ie$N%[!<%`%Z!<%8(B $B-"4JC1$G$*$7$c$l$J:n@.%D!<%k(B $B-#(BE$B%3%^!<%9(B $B-$%W%m%P%$%@!<%5!<%S%9(B $B-%40`z$J%+%9%?%^!<%5!<%S%9Ey(B $B$5$^$6$^$J6HBV$r4^$`Am9g%S%8%M%9$G$9!#(B $B2?EY$b?=$7>e$2$^$9$,(B $B8=:_$^$@2>EPO?$NJg=8$J$N$G$*6b$O$+$+$j$^$;$s!#(B $B$*;YJ'$$$O#67nCf=\$G$9!#2q5BzI,MW!K$NEPO?$b#O#K$G$9!#(B $B2>EPO?$GM-Mx$J%]%8%7%g%s$N3NJ]$r$7$F$*$$$FM_$7$$$N$G$9!#(B ============================================================= $BEPO?$N;EJ}$O4JC1$G$9!#(B $B$^$:$O!"%[!<%`%Z!<%8$r3+$$$F3NG'$7$F2<$5$$!#(B $BI,$:A4$F$r$*FI$_$$$?$@$-!"$4<+?H$N@UG$$G2>EPO?$K$*?J$_$/$@$5$$!#(B $B2qR2p$N#H#P(B http://www.starweb21.com/ $B$+$J$i$:$h$/$*FI$_$/$@$5$$!#4V0c$C$?>pJs$,HEMt$7$F$$$k$h$&$G$9!#(B $BF~$j8}%Z!<%8$N%*%l%s%8?'$N!c(BWARNING$B!d$OI,?\$G$9!#(B $B#H#P$N:8%5%$%I$K=D$K#5Ns$N%j%s%/$,$"$j$^$9!#(B $B>\:Y$NM}2r$O!"$3$A$i$+$i$*4j$$$7$^$9!#(B $BI,$:$9$Y$F$K4c$rDL$7$F2<$5$$!#(B $B$^$?#Q!u#A$O2EPO?MQ$N>R2pEPO?$O!">e5->R2pEPO?$O!"$3$A$i$+$i$*4j$$$7$^$9!#(B $BESCf$G!V1&!W!V:8!W$N7ONs$rA*Br$9$k>lLL$,=P$F$-$^$9$,!"(B $B8=:_!"Ev%0%k!<%W$O!V1&7ONs!W$r?d>)$7$F$$$^$9!#(B $B$^$:$OA40w$G!"1&7ONs$r6(NO$7$F?-$P$7$F$*$j$^$9!#(B $B$"$kDxEY$N1&7ONs$r8zN(E*$K3NJ]$G$-$?$HH=CG$5$l$?$i!"(B $B$"$J$?$N:87ONs$N3NJ]$K$*0\$j2<$5$$!#(B $B1&7ONs$G$N%@%&%s$,>!!C$7=hJ,$H$J$j$^$9!#(B $BF1$8=;=j$G$b!"$42HB2!"5Z$S!"?F8"EPO?$r$b$N$7$F!"$"$J$?$N?M@8$K?7$?$J%A%c%s%9$r2C$($F$/$@$5$$!#(B =============================================================== $B$^$:2<$N2>EPO?(B URL$B%U%)!<%`$h$j!V1&!W7ONs$G2>EPO?$r$7$F$/$@$5$$!#(B http://www.starweb21.com/cp/mame $B$"$H$O>e5-$N2>EPO?MQ#U#R#L$N1&C<$r!"(B $B$"$J$?$N%K%C%/%M!<%`$K=q$-49$($F!"(B $B$G$-$k$@$1Aa$/!"$G$-$k8B$jB?$/$N$*M'C#$K65$($F$"$2$^$7$g$&!#(B =============================================================== $B$V$7$D$1$JFMA3$N%a!<%k$K:G8e$^$G$*IU$-9g$$$$$?$@$-!"(B $B@?$K$"$j$,$H$&$4$6$$$^$7$?!#(B $B3'MM$N:#8e$N8fB?1?$r!"$*5'$j?=$7>e$2$^$9!#(B ------=_NextPart_000_0007_01BFC576.ED15B9A0 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
=1B$B2>EPO?$O#67n#5F|$^$G!*:#$J$iA@$($k7n<}#1#2#0#0K|!*=1B(B
 
=1B$BFMA3%a!<%k$rAw$i$;$FD:$$$?$3$H$r?<$/$*OM$S$$$?$7$^$9!#=1B(B=
=1B$B6=3DL#$N$J$$J}$O$*5v$7$/$@$5$$!#$3$N$^$^:o=3D|$7$F$/$@$5$$!#=1B(= B
=1B$B$?$$$X$s?=3D$7Lu$4$6$$$^$;$s$G$7$?!#=1B(B
 
=1B$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a=1B= (B=20
=1B$B%$%s%?!<%M%C%H%S%8%M%9$G!"=1B(B
=1B$B>o$K%"%a%j%+$KCY$l$r$H$C= $F$$$?F|K\$G$b!"$D$$$K!"=1B(B
=1B$B?.$8$i$l$J$$Bg4k6H$K$h$k;qK\!u5;=3D= QDs7H$G@$3&@oN,$,%9%?!<%H$5$l$^$9!#=1B(B=20
 
=1B$B$?$@$7>e5-$N;qK\;22C!u5;=3DQDs7H4k6HL>$O!"=1B(B
=1B$B8=3D= :_$O$^$@?eLL2<$N3hF0CJ3,$G$9$N$G!"@5<0$K$O30ItH/I=3D$5$l$F$$$^$;$s!#=1B(B=
=1B$B
 
=1B$B$=3D$7$F@oN,E*$KCmL\$9$Y$-$G$"$j!":#2s$*EA$($7$?$$$3$H$O!"=1B= (B
=1B$B$3$NATBg$J;v6H$,!"@$3&E*$J%l%Y%k$G$N;v6H3HBg%9%T!<%I$r:G=3DEMW= ;k$7!"=1B(B
=1B$B$J$s$H!"#M#L#M%7%9%F%`$G$N
 
=1B$B$D$^$j;qK\NO$N$J$$8D?M$G$b!"=1B(B
=1B$B$"$J$?$G$b!"$3$N;= v6H$K;22C$9$k$3$H$,$G$-$k$N$G$9!*=1B(B
=1B$B$b$A$m$sK!?M$G$N;v6H;22C$b= 2DG=3D$G$9!#%@%$%J%_%C%/$K3hF0$G$-$k$G$7$g$&!#=1B(B
 
=1B$B?72q$O#S#T#A#R#W#E#B#2#1=1B(B =
=1B$B@5<0$J%S%8%M%9%9%?!<%H$O#2#0#0#0G/#77n#1F|$G$9!#=1B(B=20
=1B$B8=3D:_$O>R2pEPO?$N
 
=1B$B$D$^$j:#$3$N>pJs$rCN$C$F$$$kJ}$O!"$^$5$K4q@W$N%?%$%_%s%0$J$= N$G$9!#=1B(B=20
=1B$B:#$J$i$"$J$?$b2>EPO?$K;22C$G$-$k!J#67n#5F|Kx!K%S%C%0%A%c%s%9$G$9= =1B(B! =
=1B$B$$$^2>EPO?$r$G$-$l$P!"$[$\2q7k$N>uBV$G$"$k$3$H$r$*EA$($7$F$*= $-$^$9!#=1B(B=20
 
=1B$B8=3D:_!"2>EPO?$N$?$a$N%"%/%;%9=3D8Cf$,$9$4$$>uBV$K$J$C$F$$$= ^$9$N$G!"=1B(B=20
=1B$B>/$7A0Kx$O!"$J$+$J$+7R$,$j$^$;$s$G$7$?$,!"5pBg%5!<%P!<$KJQ99$5$l= !"=1B(B =
=1B$B8=3D:_$O2wE,$KEPO?$9$k$3$H$,$G$-$^$9!#:#$,2>EPO?3MF@$N%A%c%s%9!*= $G$9!#=1B(B=20
 
=1B$B#M#L#M$N>o<1$G$9$,!"=1B(B
=1B$B@h$KEPO?$G$-$l$P!"$=3D$l$= @$1B?$/>!=1B$B:#$J$i$P!"$"$J$?$NEXNO
 
=1B$B$^$5$KAa$$$b$N>!$A$N>u67$G$9$N$G!"$_$J$5$sI,;`$G%"%/%;%9$5$= l$F$$$^$9!#=1B(B=20
=1B$B;d$NM'?M$O!"$3$N=1B(B1=1B$B=3D54V$@$1$G%@%&%s$,>!$r%= *!<%P!<$7$^$7$?!#=1B(B =
=1B$BD>@\>R2p$7$?$N$O!"$[$s$N?tL>$G$"$k$N$K!&!&!&$G$9!#=1B(B=20
 
=1B$B$^$5$K%$%s%?!<%M%C%H;~Be$N?7%S%8%M%9$G$9!#=1B(B=20
=1B$B;d$O;v=1B$B$A$J$_$K;d$O2a5n$K$*$$$F!"#M#L#M$K
 
=1B$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!= a!a!a=1B(B
=1B$B#M#L#M$@$+$i$H8@$C$F!"@hF~4Q$r$b$?$J$$$h$&$K$7$F$/$@$5= $$!#=1B(B
=1B$B$1$C$7$F=3D>Mh$N7r9/?)IJ4XO"$J$I$K$"$j$,$A$J!"=1B(B
= =1B$B$$$+$,$o$7$$OC$H$O0l@~$r2h$7$?$b$N$G$"$k$3$H$r$4M}2r$/$@$5$$!#=1B(B<= /FONT>
 
=1B$B$H$O8@$$$D$D$b!";d$K$b#M#L#M$X$N@hF~4Q$O$"$j$^$7$?!#=1B(B=1B$BEvA3$J$,$iM'?M$+$iOC$r?.H>5?$G$7$?!#=1B(B=1B$B$7$+$7:#$O0c$$$^$9!#7r9/?)IJ$H#e%3%^!<%9$G$O!"A4$/;v>p$,JQ2=3D$7$^$= 9!#=1B(B
 
=1B$B$h$/$*9M$($/$@$5$$!#=1B(B
=1B$B;v6H3HBg%9%T!<%I$,A4$F$r@= )$9$k%$%s%?!<%M%C%H$N@$3&$K$*$$$F!"=1B(B
=1B$B@$3&Cf$N8D?M$r:GBg8B3hMQ= $G$-$k#M#L#M$[$I9gCW$7$?$b$N$O$"$j$^$;$s!#=1B(B
 
=1B$B$A$J$_$K#47n#2#6F|H/Gd$N!c#B!]#i#n#g!d$H!c$H$i$P!<$f!d=1B(B= =20
=1B$B$=3D$7$F!!#57n#1#0F|H/Gd$N!c#B!]#i#n#g!d$G$b5a?M9-9p$,7G:\$5$l$^= $7$?!#=1B(B =
=1B$B$$$+$,$o$7$$CDBN$N%S%8%M%9$G$O@dBP$K$J$$$3$H$N>ZL@$G$b$"$j$^$9!#= =1B(B=20
 
=1B$B$3$N=1B$B5a?M9-9p$N=1B$B$h$[$I$N4k6H$G$J$1$l$P!"@dBP$KIT2DG=3D$J$3$H$@$H$$$&$3$H$G$9!#=1B= (B
 
=1B$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!= a!a!a!a!a=1B(B
=1B$B$3$N$h$&$K8=3D:_$O!c#C#P>R2pEPO?4|= 4V!d$N$?$a!"=1B(B=20
=1B$BHs>o$K8B$i$l$?>pJs$NCf$GH=3DCG$7$F$$$?$@$/$7$+$"$j$^$;$s!#=1B(B =
=1B$B$=3D$l$G$b2r$C$F$$$?$@$1$kJ}$K$7$+%A%c%s%9$O$3$J$$$H$$$&$3$H$G$9= !#=1B(B=20
 
=1B$BEvA3$J$,$i#67n#5F|$^$G$N2>EPO?4|4VCf$OEPO?HqMQ$O$+$+$j$^$;$= s!#=1B(B=20
=1B$BL5NA$G2>EPO?$r:Q$^$;$F$*$-!"#77n#1F|%9%?!<%H$7$F$+$i$b!"=1B(B =
=1B$B$b$7!"ITK~$,$"$l$P%/!<%j%s%0%*%U!J#8F|4V!K$b$G$-$^$9!#=1B(B =
 
=1B$B8=3DCJ3,$G$O<+:n%[!<%`%Z!<%8Ey$G$N@kEA$O6X;_$5$l$F$^$9$7=1B= (B=20
=1B$B%i%j!<$d%_!<%F%#%s%0$N$h$&$J3hF0$b8=3D:_9T$o$l$F$$$^$;$s!#=1B(B =
=1B$B$f$($K8XBg$JI=3D8=3D$N4+M6$,HEMt$7$F$$$^$9$,OG$o$5$l$J$$$G$/$@$5= $$!#=1B(B=20
 
=1B$B$7$+$7$J$,$i!"%S%C%0%A%c%s%9$G$"$k$3$H$K$O4V0c$$$"$j$^$;$s!= #=1B(B=20
=1B$B$3$N%a!<%k$r=1B$BEXNO$7$@$$$G!"7n<}#1#2#0#0K|1_$O=3D=3DJ,$K2DG=3D$J$O$:$G$9!#=1B(= B
 
=1B$B4pK\E*$K$O#H#P%9%Z!<%9$N%l%s%?%k$r$O$8$a=1B(B
=1B$B$"$j$= H$"$i$f$k#e%3%^!<%9%S%8%M%9$r=1B$B$=3D$l$,#M= #L#M%7%9%F%`$G:FG[J,$5$l$k$H$$$&2h4|E*$J%S%8%M%9$G$9!#=1B(B
 
= =1B$B%*%s%i%$%s%^%H%j%C%/%9$G$9$+$i!"%@%&%s$,$+$C$F$K>e$+$i9_$j$F$-$^$9!#= =1B(B=20
=1B$BA4$/EXNO$;$:$K@.8y$9$k$[$I!"4E$/$O$J$$$G$7$g$&$,!&!&!&=1B(B=20
=1B$B%$%s%?!<%M%C%H$K$D$J$,$k4D6-$5$(;}$C$F$$$l$P@$3&E*%S%8%M%9$,2DG=3D= $G$9!#=1B(B
 
=1B$B#H#P%9%Z!<%9%l%s%?%kHNGd$K4X$7$F$N%3%_%C%7%g%s$O=3D5J'$$$G#= 3#0#0K|1_$^$G!#=1B(B=20
=1B$BJs=3D7$N;YJ'J}K!$O%P%$%J%j!]$H%^%H%j%C%/%9!"$5$i$K%*!<%S%C%HJ}<0= $G$9!#=1B(B =
=1B$B$o$+$k$R$H$K$O$o$+$k!"9M$($&$k:G9b$N%7%9%F%`$G$9!#=1B(B=20
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
=1B$B%5!<%S%9$NFbMF$O=1B(B =
=1B$B%$%s%?!<%M%C%H=3Di?4e5i=1B$B$3$l$@$1B7$C$FG/2qHq=1B(B\10,000=1B$B!JF~2qHq=1B(B\1,550=1B$BJL!= K$G$9!#=1B(B
 
=1B$B-!#2#0%a%,0J>e$N%[!<%`%Z!<%8=1B(B =
=1B$B-"4JC1$G$*$7$c$l$J:n@.%D!<%k=1B(B =
=1B$B-#=1B(BE=1B$B%3%^!<%9=1B(B=20
=1B$B-$%W%m%P%$%@!<%5!<%S%9=1B(B =
=1B$B-%40`z$J%+%9%?%^!<%5!<%S%9Ey=1B(B =
=1B$B$5$^$6$^$J6HBV$r4^$`Am9g%S%8%M%9$G$9!#=1B(B
 
=1B$B2?EY$b?=3D$7>e$2$^$9$,=1B(B =
=1B$B8=3D:_$^$@2>EPO?$NJg=3D8$J$N$G$*6b$O$+$+$j$^$;$s!#=1B(B=20
 
=1B$B$*;YJ'$$$O#67nCf=3D\$G$9!#2q=1B$B#77n$N@$3&0l@F%0%i%s%I%*!<%W%s;~$KEPO?$9$k$+$I$&$+7h$a$F2<$5$$!#= =1B(B
 
=1B$BK\EPO?$N:]$NEPO?HqMQ$O!o#1#1=1B(B,=1B$B#5#0#0$@$1!JG/4V!K0l= ?M0l8}8BDj$G$9!#=1B(B=20
=1B$B$?$@$7!"2q5BzI,MW!K$NEPO?$b#O#K$G$9!#=1B(B =
 
=1B$B2>EPO?$GM-Mx$J%]%8%7%g%s$N3NJ]$r$7$F$*$$$FM_$7$$$N$G$9!#=1B= (B
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
=1B$BEPO?$N;EJ}$O4JC1$G$9!#=1B(B =
=1B$B$^$:$O!"%[!<%`%Z!<%8$r3+$$$F3NG'$7$F2<$5$$!#=1B(B =
=1B$BI,$:A4$F$r$*FI$_$$$?$@$-!"$4<+?H$N@UG$$G2>EPO?$K$*?J$_$/$@$5$$!#= =1B(B=20
 
=1B$B2qR2p$N#H#P=1B(B
http://www.starweb21.com/=20
=1B$B$+$J$i$:$h$/$*FI$_$/$@$5$$!#4V0c$C$?>pJs$,HEMt$7$F$$$k$h$&$G$9!#= =1B(B =
=1B$BF~$j8}%Z!<%8$N%*%l%s%8?'$N!c=1B(BWARNING=1B$B!d$OI,?\$G$9!#=1B(B= =20
 
=1B$B#H#P$N:8%5%$%I$K=3DD$K#5Ns$N%j%s%/$,$"$j$^$9!#=1B(B =
=1B$B>\:Y$NM}2r$O!"$3$A$i$+$i$*4j$$$7$^$9!#=1B(B=20 =1B$BI,$:$9$Y$F$K4c$rDL$7$F2<$5$$!#=1B(B =
=1B$B$^$?#Q!u#A$O2
 
=1B$B2>EPO?MQ$N>R2phttp://www.starweb21.com/cp/mam= e=20
=1B$B2>EPO?$O!">e5->R2p=1B$B$4<+?H$N@UG$$G!"2>EPO?$O!"$3$A$i$+$i$*4j$$$7$^$9!#=1B(B =
 
=1B$BESCf$G!V1&!W!V:8!W$N7ONs$rA*Br$9$k>lLL$,=3DP$F$-$^$9$,!"=1B= (B=20
=1B$B8=3D:_!"Ev%0%k!<%W$O!V1&7ONs!W$r?d>)$7$F$$$^$9!#=1B(B =
=1B$B$^$:$OA40w$G!"1&7ONs$r6(NO$7$F?-$P$7$F$*$j$^$9!#=1B(B =
 
=1B$B$"$kDxEY$N1&7ONs$r8zN(E*$K3NJ]$G$-$?$HH=3DCG$5$l$?$i!"=1B(B= =20
=1B$B$"$J$?$N:87ONs$N3NJ]$K$*0\$j2<$5$$!#=1B(B =
=1B$B1&7ONs$G
 
=1B$BEPO?$7$?=3DV4V$K?tL>$N%@%&%s$,>!=1B$B#1IC$r6%$&EPO??t$H$$$&$N$OK\Ev$NOC$G$9!#$9$4$$$3$H$K$J$j$^$9!#=1B= (B
=1B$B%@%&%s$,>!
 
=1B$B$J$*8f0l?M$NJ}$N#2=3DEEPO?$O$G$-$^$;$s!#=1B(B =
=1B$BH/3P$9$l$PEPO?C$7=3DhJ,$H$J$j$^$9!#=1B(B=20
=1B$BF1$8=3D;=3Dj$G$b!"$42HB2!"5Z$S!"?F8"
 
=1B$B$^$?!"K!?M$G$NJLEPO?$O2DG=3D$H$J$C$F$$$^$9!#=1B(B=20
=1B$B2>EPO?$r$b$N$7$F!"$"$J$?$N?M@8$K?7$?$J%A%c%s%9$r2C$($F$/$@$5$$!#= =1B(B
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
=1B$B$^$:2<$N2>EPO?=1B(B = URL=1B$B%U%)!<%`$h$j!V1&!W7ONs$G2>EPO?$r$7$F$/$@$5$$!#=1B(B
http://www.starweb21.com/cp/mam= e=20
 
=1B$B$"$H$O>e5-$N2>EPO?MQ#U#R#L$N1&C<$r!"=1B(B =
=1B$B$"$J$?$N%K%C%/%M!<%`$K=3Dq$-49$($F!"=1B(B=20
=1B$B$G$-$k$@$1Aa$/!"$G$-$k8B$jB?$/$N$*M'C#$K65$($F$"$2$^$7$g$&!#=1B(= B
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
=1B$B$V$7$D$1$JFMA3$N%a!<%k$K:G8e$^$G$*IU$-9g$$$$$?$@$-!"=1B(B
=1B= $B@?$K$"$j$,$H$&$4$6$$$^$7$?!#=1B(B
=1B$B3'MM$N:#8e$N8fB?1?$r!"$*5'$j?= =3D$7>e$2$^$9!#=1B(B
= ------=_NextPart_000_0007_01BFC576.ED15B9A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 20:26:45 2000 Delivered-To: freebsd-current@freebsd.org Received: from io.yi.org (24.67.218.186.bc.wave.home.com [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id 1208E37B551 for ; Tue, 23 May 2000 20:26:38 -0700 (PDT) (envelope-from jburkhol@home.com) Received: from io.yi.org (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by io.yi.org (Postfix) with ESMTP id DBF18BA69; Tue, 23 May 2000 20:27:10 -0700 (PDT) X-Mailer: exmh version 2.1.1 10/15/1999 To: Chuck Robey Cc: FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-Reply-To: Message from Chuck Robey of "Tue, 23 May 2000 23:10:13 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 23 May 2000 20:27:10 -0700 From: Jake Burkholder Message-Id: <20000524032710.DBF18BA69@io.yi.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Is anyone else having trouble compiling the libpam things, because of > this? I couldn't compile a kernel because of the the assembler changes, > so I went to do a buildworld, and now I can't get thru a buildworld. I > tried the suggestion above (do a make includes) but that didn't seem to do > the trick. Here's about the first 5 of the 30 (or so) errors I see: > I've just built a fresh world here; if you use the cvs-crypto from internat, it may be broken. I submitted a patch to Mark Murray which should fix it, here it is again just in case: Index: crypto/openssh/pam_ssh/pam_ssh.c =================================================================== RCS file: /home/ncvs/src/crypto/openssh/pam_ssh/pam_ssh.c,v retrieving revision 1.4 diff -u -r1.4 pam_ssh.c --- crypto/openssh/pam_ssh/pam_ssh.c 2000/03/29 08:24:37 1.4 +++ crypto/openssh/pam_ssh/pam_ssh.c 2000/05/22 18:14:51 @@ -86,11 +86,11 @@ * environ at an array of one element equal to NULL). */ -SLIST_HEAD(env_head, env_entry); +SLIST_HEAD(env_head, struct env_entry); struct env_entry { char *ee_env; - SLIST_ENTRY(env_entry) ee_entries; + SLIST_ENTRY(struct env_entry) ee_entries; }; typedef struct env { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 21:40:57 2000 Delivered-To: freebsd-current@freebsd.org Received: from pozo.com (pozo.com [216.101.162.50]) by hub.freebsd.org (Postfix) with ESMTP id DE11037BBB9 for ; Tue, 23 May 2000 21:40:47 -0700 (PDT) (envelope-from mantar@pacbell.net) Received: from dual.pacbell.net (dual.pozo.com [216.101.162.51]) by pozo.com (8.9.3/8.9.3) with ESMTP id VAA00256; Tue, 23 May 2000 21:40:39 -0700 (PDT) (envelope-from mantar@pacbell.net) Message-Id: <4.3.2.6.2.20000523212316.00b13280@pozo.com> X-Sender: null@pozo.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2.6 (Beta) Date: Tue, 23 May 2000 21:40:39 -0700 To: Tor.Egge@fast.no From: Manfred Antar Subject: Re: mpboot.s patch Cc: current@FreeBSD.ORG In-Reply-To: <200005240233.EAA39129@midten.fast.no> References: <4.3.2.6.2.20000523121617.00b14c90@pozo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 04:33 AM 5/24/2000 +0200, Tor.Egge@fast.no wrote: >> >> With a current kernel I get this when booting: >> >> >> >> Programming 24 pins in IOAPIC #0 >> >> AP #1 (PHY# 12) failed! >> >> panic y/n [y] panic: bye-bye >> >> mp_lock = 00000001; cpuid = 0; lapic.id = 00000000 >> >> Uptime: 0s > >[...] > >> I think this has something to do >> with the new binutils as a kernel built on the 14th and restored via tape works fine but if i >> check out the sys tree from the 14th and build a kernel it panics at the APIC probe. > >Try the enclosed patch. > >- Tor Egge Tor Works great The patch didn't apply I think there is a "data32" in the patch that isn't in the mpboot.s file but when I applied the patch manually an added the data32 the kernel built fine and boots both cpu's without a problem. although mptable still causes a panic : panic: pmap_enter: attempted pmap_enter on 4MB page mp_lock = 00000002; cpuid = 0; lapic.id = 00000000 boot() called on cpu#0 Thanks Manfred ================================== || mantar@pacbell.net || || Ph. (415) 681-6235 || ================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 22:44:30 2000 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 3020C37BBE7; Tue, 23 May 2000 22:44:26 -0700 (PDT) Date: Tue, 23 May 2000 22:44:26 -0700 From: "Andrey A. Chernov" To: Bruce Evans Cc: current@freebsd.org, jdp@freebsd.org Subject: Re: cvs commit: src/contrib/ncurses/include curses.h.in src/contrib/ncurses/ncurses/trace lib_trace.c Message-ID: <20000523224425.B26457@freebsd.org> References: <20000523085737.A27646@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from bde@zeta.org.au on Wed, May 24, 2000 at 02:09:24PM +1000 Organization: Biomechanoid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 24, 2000 at 02:09:24PM +1000, Bruce Evans wrote: > > Previously it breaks system's /bin/sh so sh's trace() was wrongly renamed to > > sh_trace() instead of fixing ncurses. > > FYI, it may also break ftp, but the problem is only visible when ftp is linked > static, due to the problem with dynamic linkage in ld: > > /usr/src/usr.bin/ftp/cmds.c:906: warning: initialization makes integer from pointer without a cast > /usr/libexec/elf/ld: Warning: size of symbol `trace' changed from 4 to 5 in lib_trace.o > /usr/libexec/elf/ld: Warning: type of symbol `trace' changed from 1 to 2 in lib_trace.o Yes, this bug is very dangerous and many places are affected so I fix it immediately. The fact our ld can't detect multiply definitions when linking shared is another issue - I recently send this to -current, but still got no reaction. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Tue May 23 23:47:13 2000 Delivered-To: freebsd-current@freebsd.org Received: from overcee.netplex.com.au (peter1.yahoo.com [208.48.107.4]) by hub.freebsd.org (Postfix) with ESMTP id B5F3E37B9D5; Tue, 23 May 2000 23:46:57 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 9760B1CE3; Tue, 23 May 2000 23:46:56 -0700 (PDT) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: "Andrey A. Chernov" Cc: Bruce Evans , current@FreeBSD.ORG, jdp@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/ncurses/include curses.h.in src/contrib/ncurses/ncurses/trace lib_trace.c In-Reply-To: Message from "Andrey A. Chernov" of "Tue, 23 May 2000 22:44:26 PDT." <20000523224425.B26457@freebsd.org> Date: Tue, 23 May 2000 23:46:56 -0700 From: Peter Wemm Message-Id: <20000524064656.9760B1CE3@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Andrey A. Chernov" wrote: > On Wed, May 24, 2000 at 02:09:24PM +1000, Bruce Evans wrote: > > > Previously it breaks system's /bin/sh so sh's trace() was wrongly renamed to > > > sh_trace() instead of fixing ncurses. > > > > FYI, it may also break ftp, but the problem is only visible when ftp is lin ked > > static, due to the problem with dynamic linkage in ld: > > > > /usr/src/usr.bin/ftp/cmds.c:906: warning: initialization makes integer from pointer without a cast > > /usr/libexec/elf/ld: Warning: size of symbol `trace' changed from 4 to 5 in lib_trace.o > > /usr/libexec/elf/ld: Warning: type of symbol `trace' changed from 1 to > 2 in lib_trace.o > > Yes, this bug is very dangerous and many places are affected so I fix > it immediately. > > The fact our ld can't detect multiply definitions when linking shared is > another issue - I recently send this to -current, but still got no reaction. This is by design. The symbol search order for dynamic linking is very clearly defined, and you *can* have lots of duplicate symbols. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "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 May 24 0:28:51 2000 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 4C02637BBE7; Wed, 24 May 2000 00:28:50 -0700 (PDT) Date: Wed, 24 May 2000 00:28:50 -0700 From: "Andrey A. Chernov" To: Peter Wemm Cc: Bruce Evans , current@FreeBSD.ORG, jdp@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/ncurses/include curses.h.in src/contrib/ncurses/ncurses/trace lib_trace.c Message-ID: <20000524002849.B45062@freebsd.org> References: <20000524064656.9760B1CE3@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <20000524064656.9760B1CE3@overcee.netplex.com.au>; from peter@netplex.com.au on Tue, May 23, 2000 at 11:46:56PM -0700 Organization: Biomechanoid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 11:46:56PM -0700, Peter Wemm wrote: > This is by design. The symbol search order for dynamic linking is very > clearly defined, and you *can* have lots of duplicate symbols. IMHO in 99% cases people don't mean to link duplicate symbols but mean to link the same way as in static linking. What about adding special ld flag to allow duplicate linking and change default case the same way as static linking does? -- Andrey A. Chernov http://nagual.pp.ru/~ache/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 1:36:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id CCE1037B733 for ; Wed, 24 May 2000 01:36:52 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (Postfix) with ESMTP id 26C3C2CE69; Wed, 24 May 2000 10:36:49 +0200 (EET) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 981421C5636; Wed, 24 May 2000 10:36:50 +0200 (EET) Date: Wed, 24 May 2000 10:36:50 +0200 From: Vallo Kallaste To: Tor.Egge@fast.no Cc: mantar@pacbell.net, current@FreeBSD.ORG Subject: Re: mpboot.s patch Message-ID: <20000524103650.A326@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <4.3.2.6.2.20000523121617.00b14c90@pozo.com> <200005240233.EAA39129@midten.fast.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200005240233.EAA39129@midten.fast.no>; from Tor.Egge@fast.no on Wed, May 24, 2000 at 04:33:41AM +0200 Organization: =?UTF-8?Q?AS_Matti_B=C3=BCrootehnika?= Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 24, 2000 at 04:33:41AM +0200, Tor.Egge@fast.no wrote: > Try the enclosed patch. Thank you Tor! Your patch fixed the silent reboot problem I had after new binutils import. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 1:41:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 35FFA37B8D9 for ; Wed, 24 May 2000 01:41:32 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:TuUSsN/P0IvO7yDslQuX7YQ0xLup/+Py@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id RAA08677; Wed, 24 May 2000 17:41:20 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:KDAaj2klaMAOnkaLkKKCaWhmStasNbPa@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id RAA11483; Wed, 24 May 2000 17:48:05 +0900 (JST) Message-Id: <200005240848.RAA11483@zodiac.mech.utsunomiya-u.ac.jp> To: Doug Barton Cc: current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Sun, 21 May 2000 23:28:19 MST." <3928D383.7C75734E@gorean.org> References: <3970.958963729@localhost> <3928D383.7C75734E@gorean.org> Date: Wed, 24 May 2000 17:48:04 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> I've seen it for the last few weeks and can only think that something >> must be stomping on the psm driver now (or the driver is missing >> interrupts for reasons of its own). Anyone else seeing this? > > FWIW, with -current from 5/8, I don't have any of those in >/var/log/messages, going back to 5/1. I have a logitech PS/2 mouse, and >I don't use moused, since I couldn't get it to work with my wheel. In what way doesn't the wheel work? Would you provide the following information? 1. Which mouse model is it? 2. /var/run/dmesg.boot after starting "boot -v" at the loader prompt. 3. Run moused as follows to get debug log and send it to me. moused -d -f -p /dev/psm0 >& /tmp/moused.out Thank you. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 1:45: 7 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 477EA37B8D9 for ; Wed, 24 May 2000 01:45:00 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:2xqSjAUU7KEHlCJQcQmkjAWyO3E65gyf@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id RAA08548; Wed, 24 May 2000 17:44:59 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:5LBkuhP4EcHmv3qiV9orGSYNbjP732WX@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id RAA11575; Wed, 24 May 2000 17:51:44 +0900 (JST) Message-Id: <200005240851.RAA11575@zodiac.mech.utsunomiya-u.ac.jp> To: Stijn Hoop Cc: freebsd-current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Mon, 22 May 2000 10:40:46 +0200." <20000522104046.A59034@pcwin002.win.tue.nl> References: <200005220335.MAA07327@zodiac.mech.utsunomiya-u.ac.jp> <200005220341.UAA02277@mass.cdrom.com> <20000522104046.A59034@pcwin002.win.tue.nl> Date: Wed, 24 May 2000 17:51:43 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I see those messages, however I do not have any problems mousing afterwards. >I'm using a switchview, which at least resets the mouse when I switch. Your Logitech 3-button mouse may be generic enough and is not affected much by power cut when you use the KVM. Which model is it? >On Sun, May 21, 2000 at 08:41:57PM -0700, Mike Smith wrote: >> > Um, if you don't see the above message but see erratic mouse >> > behavior, then there may be a configuration problem (for moused or >> > X), or a hardware problem. > >My configuration works fine, the mouse worked without messages until >I installed 5.0-current. Do you get the "out-of-sync" messages when you don't use KVM? Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 1:51:38 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 0EEF937BBFB for ; Wed, 24 May 2000 01:51:21 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:u6ffNzYeWCAEKZWE27nWooyrwbBtn6iL@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id RAA05484; Wed, 24 May 2000 17:51:07 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:uEZ1Je+D7rxEbEp19cv6vDbI1/AtZwWk@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id RAA11973; Wed, 24 May 2000 17:57:53 +0900 (JST) Message-Id: <200005240857.RAA11973@zodiac.mech.utsunomiya-u.ac.jp> To: VINSON WAYNE HOWARD Cc: current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Mon, 22 May 2000 12:02:59 CST." References: Date: Wed, 24 May 2000 17:57:51 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I stopped using moused sometime during 4.0-current as a result of this. When was it? >It ocasionally froze, moved randomly around the screen, clicked without >being touched, and yes, got extreamly jumpy. The hardware's rock solid, >and once I ditched moused and read the device directly, life went back to >normal. Umm... The "out-of-sync" message comes from the psm driver and is generated when the driver finds mouse data stream odd. It doesn't matter if it is moused or the X server that is reading from the psm driver. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 2: 5:57 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id B1FC837BCC7 for ; Wed, 24 May 2000 02:05:54 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id CAA94113; Wed, 24 May 2000 02:07:52 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Kazutaka YOKOTA Cc: VINSON WAYNE HOWARD , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Wed, 24 May 2000 17:57:51 +0900." <200005240857.RAA11973@zodiac.mech.utsunomiya-u.ac.jp> Date: Wed, 24 May 2000 02:07:51 -0700 Message-ID: <94092.959159271@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Umm... > > The "out-of-sync" message comes from the psm driver and is generated > when the driver finds mouse data stream odd. It doesn't matter > if it is moused or the X server that is reading from the psm driver. It could be some weird interaction with the driver that only moused exhibits, however. I will try things without moused and use the PS/2 mouse directly from X to see if anything changes. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 3:44:44 2000 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id BDF3437B5FC; Wed, 24 May 2000 03:44:40 -0700 (PDT) Date: Wed, 24 May 2000 03:44:40 -0700 From: "Andrey A. Chernov" To: current@freebsd.org Cc: peter@freebsd.org Subject: [dickey@herndon4.his.com: http://x75.deja.com/=dnc/[ST_rn=ps,ST_m=ps]/getdoc.xp?AN=626356488&CON] Message-ID: <20000524034440.A94392@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.4i Organization: Biomechanoid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ---- Forwarded message from dickey@herndon4.his.com ----- Date: Wed, 24 May 2000 06:26:47 -0400 To: ache@FreeBSD.ORG From: dickey@herndon4.his.com Subject: http://x75.deja.com/=dnc/[ST_rn=ps,ST_m=ps]/getdoc.xp?AN=626356488&CON Cc: dickey@herndon4.his.com My fix was to remove trace() from the non-debug library (I didn't want to rename the entrypoint - that's a bigger impact). It's also a bigger source change, since I modified the configure script to do this (since I removed the other trace functions that support it). > Re: cvs commit: src/contrib/ncurses/include curses.h.in > src/contrib/ncurses/ncurses/trace lib_trace.c > Author: "Andrey A. Chernov" > Date: 2000/05/24 > Forum: mailing.freebsd.cvs > > more headers author posting history > Post Reply ž Prev ž Next > _________________________________________________________________ > >On Tue, May 23, 2000 at 07:03:15PM +0200, Martin Cracauer wrote: >> In <20000523085737.A27646@freebsd.org>, Andrey A. Chernov wrote: >> > On Tue, May 23, 2000 at 08:30:34AM -0700, Andrey A. Chernov wrote: >> > > Currently it breaks building number of ports including bash2 (those ones >> > > which have trace() function). Basically most of them needs libtermcap onl >y >> > > which must not have any trace() function. >> > >> > Previously it breaks system's /bin/sh so sh's trace() was wrongly renamed t >o >> > sh_trace() instead of fixing ncurses. >> >> This was done because /bin/sh should still compile on other systems >> (where a ncurses lib may still define trace()). > >Ncurses author just report that he fix this bug about a months ago, it means >that for other systems too. I wait Peter's answer do he plan to commit >official fix, or I can do. > >-- >Andrey A. Chernov > >http://nagual.pp.ru/~ache/ > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe cvs-all" in the body of the message ----- End forwarded message ----- -- Andrey A. Chernov http://nagual.pp.ru/~ache/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 3:45:10 2000 Delivered-To: freebsd-current@freebsd.org Received: from ockle.dev.nanoteq.co.za (ockle.dev.nanoteq.co.za [196.7.114.28]) by hub.freebsd.org (Postfix) with ESMTP id 71AE437BCB7; Wed, 24 May 2000 03:44:50 -0700 (PDT) (envelope-from johan@ockle.dev.nanoteq.co.za) Received: (from johan@localhost) by ockle.dev.nanoteq.co.za (8.9.3/8.9.3) id MAA75813; Wed, 24 May 2000 12:50:16 +0200 (SAST) (envelope-from johan) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Disposition-Notification-To: jkruger@oskar.dev.nanoteq.co.za X-Chameleon-Return-To: jkruger@oskar.dev.nanoteq.co.za X-XFmail-Return-To: jkruger@oskar.dev.nanoteq.co.za Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 24 May 2000 12:50:16 +0200 (SAST) Organization: Nanoteq From: Johan Kruger To: FreeBSD Current , FreeBSD-Questions Subject: buildworld and/or release error -> /usr/src/sys/boot/i386/btx/btx Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What's with the following ? ( Buiding a release - got the same error with world ) try and do a --> m4 btx.m4 btx.s | as -o btx.o in the directory --> /usr/src/sys/boot/i386/btx/btx It give numerious warnings and errors ---{standard input}: Assembler messages: {standard input}:136: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:138: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:139: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:199: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:204: Error: suffix or operands invalid for `ltr' {standard input}:222: Error: suffix or operands invalid for `push' {standard input}:248: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:249: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:250: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:251: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:252: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:260: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:261: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:308: Error: suffix or operands invalid for `push' {standard input}:310: Error: suffix or operands invalid for `push etc ... etc -------------------------------------------------- cc -fno-builtin -Os -DKZIP -I/usr/obj/usr/src/i386/usr/include -c /usr/src/sys/boot/i386/kgzldr/lib.c (cd /usr/src/sys/boot/i386/kgzldr; m4 -DSIOPRT=0x3f8 /usr/src/sys/boot/i386/kgzldr/crt.s) | as -o crt.o (cd /usr/src/sys/boot/i386/kgzldr; m4 -DSIOPRT=0x3f8 /usr/src/sys/boot/i386/kgzldr/sio.s) | as -o sio.o cc -nostdlib -static -r -o kgzldr.o start.o boot.o inflate.o lib.o crt.o sio.o ===> sys/boot/i386/btx ===> sys/boot/i386/btx/btx (cd /usr/src/sys/boot/i386/btx/btx; m4 btx.m4 btx.s) | as -o btx.o *** Error code 1 Stop in /usr/src/sys/boot/i386/btx/btx. *** Error code 1 ---------------------------------- E-Mail: Johan Kruger Date: 24-May-00 Time: 12:43:38 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 4:18:55 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 4ED8137BC2D; Wed, 24 May 2000 04:18:51 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000524111850.RLZM22611.mail.rdc1.va.home.com@john.baldwin.cx>; Wed, 24 May 2000 04:18:50 -0700 Content-Length: 560 X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 24 May 2000 07:18:50 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Johan Kruger Subject: RE: buildworld and/or release error -> /usr/src/sys/boot/i386/bt Cc: FreeBSD-Questions , Cc: FreeBSD-Questions , FreeBSD Current Message-Id: <20000524111850.RLZM22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-May-00 Johan Kruger wrote: > What's with the following ? > ( Buiding a release - got the same error with world ) You need to cvsup to the latest -current. Specifically: # ident /usr/release/usr/src/sys/boot/i386/btx/btx/btx.s /usr/release/usr/src/sys/boot/i386/btx/btx/btx.s: $FreeBSD: src/sys/boot/i386/btx/btx/btx.s,v 1.17 2000/05/23 12:18:48 jhb Exp $ -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "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 Wed May 24 6:37: 2 2000 Delivered-To: freebsd-current@freebsd.org Received: from knight.cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (Postfix) with ESMTP id 197B237B750 for ; Wed, 24 May 2000 06:36:58 -0700 (PDT) (envelope-from cracauer@knight.cons.org) Received: (from cracauer@localhost) by knight.cons.org (8.9.3/8.9.3) id PAA00715 for current@freebsd.org; Wed, 24 May 2000 15:36:54 +0200 (CEST) Date: Wed, 24 May 2000 15:36:53 +0200 From: Martin Cracauer To: current@freebsd.org Subject: panic: pmap_enter: attempted pmap_enter on 4MB page Message-ID: <20000524153653.A688@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm getting the appended panic when starting Xfree86 under a -current from today. I rebuild/reinstalled binutils (and kernel afterwards) and sys/boot. This is a single-processor machine (I noted that SMP people got the same error). #0 boot (howto=256) at ../../kern/kern_shutdown.c:303 #1 0xc01e9e71 in panic ( fmt=0xc03a1d20 "pmap_enter: attempted pmap_enter on 4MB page") at ../../kern/kern_shutdown.c:553 #2 0xc032b4d2 in pmap_enter (pmap=0xc0419240, va=3229622272, m=0xc09238d4, prot=7 '\a', wired=0) at ../../i386/i386/pmap.c:2023 #3 0xc02e926c in vm_fault (map=0xc040bd8c, vaddr=3229622272, fault_type=1 '\001', fault_flags=0) at ../../vm/vm_fault.c:829 #4 0xc032ddda in trap_pfault (frame=0xc8b12d68, usermode=0, eva=3229624448) at ../../i386/i386/trap.c:809 #5 0xc032d9e7 in trap (frame={tf_fs = -1069940720, tf_es = -928055280, tf_ds = 16973840, tf_edi = -1077968896, tf_esi = -1065342848, tf_ebp = -927912488, tf_isp = -927912556, tf_ebx = 1920, tf_edx = 0, tf_ecx = 480, tf_eax = -1077966976, tf_trapno = 12, tf_err = 9, tf_eip = -1070413303, tf_cs = 8, tf_eflags = 78338, tf_esp = 1920, tf_ss = -927912228}) at ../../i386/i386/trap.c:426 #6 0xc032ca09 in generic_copyout () #7 0xc0328af6 in mmrw (dev=0xc0401348, uio=0xc8b12edc, flags=0) at ../../i386/i386/mem.c:184 #8 0xc02246af in spec_read (ap=0xc8b12e90) at ../../miscfs/specfs/spec_vnops.c:261 #9 0xc02e610c in ufsspec_read (ap=0xc8b12e90) at ../../ufs/ufs/ufs_vnops.c:1828 #10 0xc02e6609 in ufs_vnoperatespec (ap=0xc8b12e90) at ../../ufs/ufs/ufs_vnops.c:2305 #11 0xc021fa34 in vn_read (fp=0xc0f7f9c0, uio=0xc8b12edc, cred=0xc0f90a00, flags=0, p=0xc811a3c0) at vnode_if.h:334 #12 0xc01f9ea5 in dofileread (p=0xc811a3c0, fp=0xc0f7f9c0, fd=4, buf=0xbfbf7780, nbyte=32768, offset=-1, flags=0) at ../../sys/file.h:141 #13 0xc01f9dab in read (p=0xc811a3c0, uap=0xc8b12f80) at ../../kern/sys_generic.c:111 #14 0xc032e42d in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = 32768, tf_ebp = -1077971160, tf_isp = -927911980, tf_ebx = 4, tf_edx = 0, tf_ecx = 0, tf_eax = 3, tf_trapno = 12, tf_err = 2, tf_eip = 674549244, tf_cs = 31, tf_eflags = 12870, tf_esp = -1077971184, tf_ss = 47}) at ../../i386/i386/trap.c:1126 #15 0xc0322365 in Xint0x80_syscall () #16 0x80925af in ?? () #17 0x811e317 in ?? () #18 0x814f1d0 in ?? () #19 0x814d235 in ?? () #20 0x8173a48 in ?? () #21 0x807c309 in ?? () (kgdb) -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ BSD User Group Hamburg, Germany http://www.bsdhh.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 6:38:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 9386737BAC6 for ; Wed, 24 May 2000 06:38:27 -0700 (PDT) (envelope-from SoboMax@FreeBSD.org) Received: from vega.vega.com (dialup6-11.iptelecom.net.ua [212.9.227.75]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id QAA01992; Wed, 24 May 2000 16:10:41 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id OAA89151; Wed, 24 May 2000 14:59:48 +0300 (EEST) (envelope-from SoboMax@FreeBSD.org) Message-ID: <392BC42C.506739D7@FreeBSD.org> Date: Wed, 24 May 2000 14:59:40 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Neil Blakey-Milner Cc: Arun Sharma , FreeBSD Current Subject: Re: Wrong permissions on /dev ? References: <20000521233533.A8104@sharmas.dhs.org> <20000522110158.A38083@mithrandr.moria.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Neil Blakey-Milner wrote: > On Sun 2000-05-21 (23:35), Arun Sharma wrote: > > I upgraded my 4.0-release laptop to 5.0-current today and my xe0 was > > recognized by the driver and everything was great. > > > > There is a minor nit about the permissions on /dev. It was not readable > > by others. So ps wouldn't work, because it could not open /dev/null. > > 'make world' doesn't (or at least, it shouldn't) touch permissions (or > anything else) on /dev. Or was this a snapshot binary install? Make installworld (as an integral part of make world) *does* touch a permissions, since it uses mtree to generate directory structure. Therefore, mtree will change permissions of /dev as well as others dirs listed in its specs if they doesn't match with the specs. I've stuck in this feature several times when making installworld on machine with /tmp from other machine mounted over NFS into /mnt - as a result /tmp on the other machine lost its magic 1777 and received 755 instead. For quite some time I was curious why did it happen until found a correlation between these two events. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 7: 1:49 2000 Delivered-To: freebsd-current@freebsd.org Received: from overcee.netplex.com.au (peter1.yahoo.com [208.48.107.4]) by hub.freebsd.org (Postfix) with ESMTP id 4A89D37B80D for ; Wed, 24 May 2000 07:01:38 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id B3D831CE2; Wed, 24 May 2000 07:01:37 -0700 (PDT) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Martin Cracauer Cc: current@FreeBSD.ORG Subject: Re: panic: pmap_enter: attempted pmap_enter on 4MB page In-Reply-To: Message from Martin Cracauer of "Wed, 24 May 2000 15:36:53 +0200." <20000524153653.A688@cons.org> Date: Wed, 24 May 2000 07:01:37 -0700 From: Peter Wemm Message-Id: <20000524140137.B3D831CE2@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Martin Cracauer wrote: > I'm getting the appended panic when starting Xfree86 under a -current > from today. I rebuild/reinstalled binutils (and kernel afterwards) > and sys/boot. I think I know what is causing this. We're passing a non-page-aligned address to pmap_kenter() in mem.c... I think I know how to fix it, but I need to check if that is the actual problem. (I'm 99% sure it is) Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "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 May 24 7:35:23 2000 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id F2A0A37B6E0 for ; Wed, 24 May 2000 07:35:19 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA60183; Wed, 24 May 2000 10:35:17 -0400 (EDT) (envelope-from wollman) Date: Wed, 24 May 2000 10:35:17 -0400 (EDT) From: Garrett Wollman Message-Id: <200005241435.KAA60183@khavrinen.lcs.mit.edu> To: Jake Burkholder Cc: Chuck Robey , FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-Reply-To: <20000524032710.DBF18BA69@io.yi.org> References: <20000524032710.DBF18BA69@io.yi.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > I've just built a fresh world here; if you use the cvs-crypto from > internat, it may be broken. I submitted a patch to Mark Murray which > should fix it, here it is again just in case: I still think (and am going on record) that this is a REALLY, REALLY BAD idea. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 7:35:37 2000 Delivered-To: freebsd-current@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id BC77D37BCCE; Wed, 24 May 2000 07:35:29 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12ucFm-000Mlj-00; Wed, 24 May 2000 16:35:22 +0200 From: Sheldon Hearn To: Maxim Sobolev Cc: Neil Blakey-Milner , Arun Sharma , FreeBSD Current Subject: Re: Wrong permissions on /dev ? In-reply-to: Your message of "Wed, 24 May 2000 14:59:40 +0300." <392BC42C.506739D7@FreeBSD.org> Date: Wed, 24 May 2000 16:35:21 +0200 Message-ID: <87526.959178921@axl.ops.uunet.co.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 24 May 2000 14:59:40 +0300, Maxim Sobolev wrote: > specs if they doesn't match with the specs. I've stuck in this feature > several times when making installworld on machine with /tmp from other > machine mounted over NFS into /mnt - as a result /tmp on the other > machine lost its magic 1777 and received 755 instead. It's a jolly good thing mtree(8) has acquired the new -X option. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 7:48:23 2000 Delivered-To: freebsd-current@freebsd.org Received: from overcee.netplex.com.au (peter1.yahoo.com [208.48.107.4]) by hub.freebsd.org (Postfix) with ESMTP id B174737BC42 for ; Wed, 24 May 2000 07:48:15 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id E81111CE1; Wed, 24 May 2000 07:48:14 -0700 (PDT) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Manfred Antar Cc: Tor.Egge@fast.no, current@FreeBSD.ORG Subject: Re: mpboot.s patch In-Reply-To: Message from Manfred Antar of "Tue, 23 May 2000 21:40:39 PDT." <4.3.2.6.2.20000523212316.00b13280@pozo.com> Date: Wed, 24 May 2000 07:48:14 -0700 From: Peter Wemm Message-Id: <20000524144814.E81111CE1@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Manfred Antar wrote: > At 04:33 AM 5/24/2000 +0200, Tor.Egge@fast.no wrote: > >> >> With a current kernel I get this when booting: > >> >> > >> >> Programming 24 pins in IOAPIC #0 > >> >> AP #1 (PHY# 12) failed! > >> >> panic y/n [y] panic: bye-bye > >> >> mp_lock = 00000001; cpuid = 0; lapic.id = 00000000 > >> >> Uptime: 0s > > > >[...] > > > >> I think this has something to do > >> with the new binutils as a kernel built on the 14th and restored via tape works fine but if i > >> check out the sys tree from the 14th and build a kernel it panics at the A PIC probe. > > > >Try the enclosed patch. > > > >- Tor Egge > Tor > Works great > The patch didn't apply I think there is a "data32" > in the patch that isn't in the mpboot.s file > but when I applied the patch manually an added the data32 > the kernel built fine and boots both cpu's without a problem. > > although mptable still causes a panic : > > panic: pmap_enter: attempted pmap_enter on 4MB page > mp_lock = 00000002; cpuid = 0; lapic.id = 00000000 > boot() called on cpu#0 > Thanks > Manfred I believe I have fixed the 4MB pmap_enter related bugs. Please re-cvsup and try again. You are looking for i386/i386/mem.c: revision 1.84 date: 2000/05/24 14:22:22; author: peter; state: Exp; lines: +2 -1 pmap_enter() masked off the page offset bits, pmap_kenter() did not. This (I believe) is the cause of the XFree86 startup and mptable(8) panics when programs were reading from /dev/mem at non-page-aligned offsets. The offsets were being converted into random page flags in the page tables. :-( (including PG_PS = 4MB page size) Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 7:52:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from overcee.netplex.com.au (peter1.yahoo.com [208.48.107.4]) by hub.freebsd.org (Postfix) with ESMTP id BDCEB37B6E0 for ; Wed, 24 May 2000 07:52:27 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 40EB71CE1; Wed, 24 May 2000 07:52:26 -0700 (PDT) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Martin Cracauer , current@FreeBSD.ORG Subject: Re: panic: pmap_enter: attempted pmap_enter on 4MB page In-Reply-To: Message from Peter Wemm of "Wed, 24 May 2000 07:01:37 PDT." <20000524140137.B3D831CE2@overcee.netplex.com.au> Date: Wed, 24 May 2000 07:52:26 -0700 From: Peter Wemm Message-Id: <20000524145226.40EB71CE1@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Wemm wrote: > Martin Cracauer wrote: > > I'm getting the appended panic when starting Xfree86 under a -current > > from today. I rebuild/reinstalled binutils (and kernel afterwards) > > and sys/boot. > > I think I know what is causing this. We're passing a non-page-aligned > address to pmap_kenter() in mem.c... I think I know how to fix it, but > I need to check if that is the actual problem. (I'm 99% sure it is) I've committed a fix for this now. Rev 1.84 of i386/i386/mem.c should stop this. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "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 May 24 8:20:56 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 82B4437BCB6 for ; Wed, 24 May 2000 08:20:51 -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.8.7/8.8.7) with ESMTP id BAA00958; Thu, 25 May 2000 01:20:09 +1000 Date: Thu, 25 May 2000 01:20:05 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Garrett Wollman Cc: Jake Burkholder , Chuck Robey , FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-Reply-To: <200005241435.KAA60183@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 24 May 2000, Garrett Wollman wrote: > < said: > > > I've just built a fresh world here; if you use the cvs-crypto from > > internat, it may be broken. I submitted a patch to Mark Murray which > > should fix it, here it is again just in case: > > I still think (and am going on record) that this is a REALLY, REALLY > BAD idea. Especially since most of the queue macros require the type to be a struct to work. E.g.: #define SLIST_REMOVE(head, elm, type, field) do { \ ^^^^ a supposedly general type if (SLIST_FIRST((head)) == (elm)) { \ SLIST_REMOVE_HEAD((head), field); \ } \ else { \ type *curelm = SLIST_FIRST((head)); \ while (SLIST_NEXT(curelm, field) != (elm)) \ ^^^^^^^^^^^^^^^^^^^^^^^^^ I objected to a recent commit hiding the fact that this is "(elm)->field.sle_next". Anyway, curelm must be a pointer to a struct. Not just any struct; the struct must contain a "field" declared using SLIST_ENTRY(). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 9:25:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail2.aracnet.com (mail2.aracnet.com [216.99.193.35]) by hub.freebsd.org (Postfix) with ESMTP id D5D4237B614; Wed, 24 May 2000 09:25:27 -0700 (PDT) (envelope-from sf@aracnet.com) Received: from mephistopheles2 (max1-197-53.cust.aracnet.com [216.99.197.53]) by mail2.aracnet.com (8.9.3/8.9.3) with ESMTP id JAA09401; Wed, 24 May 2000 09:27:37 -0700 Date: Wed, 24 May 2000 09:25:03 -0700 (PDT) From: Scott Flatman X-Sender: sf@mephistopheles To: freebsd-current@freebsd.org Cc: obrien@freebsd.org Subject: kernel compile error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Cvsupped this morning. Got this error when trying to build a kernel: cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s {standard input}: Assembler messages: {standard input}:772: Error: operands given don't match any known 386 instruction {standard input}:837: Error: operands given don't match any known 386 instruction *** Error code 1 Scott --- fsck the fscking fsckers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 9:46:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id A8D7437BD18; Wed, 24 May 2000 09:46:23 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id MAA289266; Wed, 24 May 2000 12:46:19 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20000523212529.2B19CBA69@io.yi.org> References: <20000523212529.2B19CBA69@io.yi.org> Date: Wed, 24 May 2000 12:46:30 -0400 To: Jake Burkholder , Jake Burkholder From: Garance A Drosihn Subject: Re: HEADS UP Re: cvs commit: ... Change to queue(3) Cc: current@FreeBSD.ORG, cvs-all@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 2:25 PM -0700 5/23/00, Jake Burkholder wrote: > > jake 2000/05/23 13:41:02 PDT > > Log: > > Change the way that the queue(3) structures are declared; > > don't assume that the type argument to *_HEAD and *_ENTRY > > is a struct. > > > > Suggested by: phk > > Reviewed by: phk > > Approved by: mdodd > > > >HEADS UP > >Possible action required! > >Some drivers use headers from the installed system during the >kernel build, and a make world, or at least make includes, is >necessary before a new kernel can be built. > >LINT is affected by this. What is the advantage of this? You're going to have a queue of some things, and those things are not structs? What else would they be? unions? or is this so one can use typedef'ed structs? (I guess I should look at the change before asking, but it seems like such an odd change to make...and my gut reaction is that it is a change in the wrong direction) --- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or drosih@rpi.edu Rensselaer Polytechnic Institute To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 10: 7:42 2000 Delivered-To: freebsd-current@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id ABEAB37BD00 for ; Wed, 24 May 2000 10:07:39 -0700 (PDT) (envelope-from rjoseph@manatee.mammalia.org) Received: (from rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) id KAA21747 for freebsd-current@FreeBSD.org; Wed, 24 May 2000 10:07:38 -0700 (PDT) (envelope-from rjoseph) Date: Wed, 24 May 2000 10:07:38 -0700 From: R Joseph Wright To: freebsd-current@FreeBSD.org Subject: osreldate.h does not exist Message-ID: <20000524100738.A21731@manatee.mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While attempting to upgrade from 4.0 -> 5.0, I get this problem during the kernel compile: ===> ipfilter rm -f .depend mkdep -f .depend -a -nostdinc -DIPFILTER_LKM -DIPFILTER_LOG -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c /usr/src/sys/modules/ipfilter/../../netinet/ip_nat.c /usr/src/sys/modules/ipfilter/../../netinet/ip_frag.c /usr/src/sys/modules/ipfilter/../../netinet/ip_state.c /usr/src/sys/modules/ipfilter/../../netinet/ip_proxy.c /usr/src/sys/modules/ipfilter/../../netinet/ip_auth.c /usr/src/sys/modules/ipfilter/../../netinet/ip_log.c /usr/src/sys/modules/ipfilter/../../netinet/ip_fil.c /usr/src/sys/modules/ipfilter/../../netinet/fil.c /usr/src/sys/modules/ipfilter/../../netinet/ip_log.c:24: osreldate.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/ipfilter. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/MANATEE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 10:14: 0 2000 Delivered-To: freebsd-current@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 5BAC837BD00; Wed, 24 May 2000 10:13:56 -0700 (PDT) (envelope-from SoboMax@FreeBSD.org) Received: from vega.vega.com (dialup2-14.iptelecom.net.ua [212.9.226.78]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id UAA17895; Wed, 24 May 2000 20:14:07 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id UAA42934; Wed, 24 May 2000 20:12:54 +0300 (EEST) (envelope-from SoboMax@FreeBSD.org) Message-ID: <392C0D95.22FE20A5@FreeBSD.org> Date: Wed, 24 May 2000 20:12:53 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Scott Flatman Cc: freebsd-current@FreeBSD.org, obrien@FreeBSD.org Subject: Re: kernel compile error References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Scott Flatman wrote: > Cvsupped this morning. Got this error when trying to build a kernel: > > {standard input}:837: Error: operands given don't match any known 386 It is due to the fact that you need nevest set of binutils for kernel builds. The best way to get it is to do "make world" using freshly cvsup'ed sources. Someone should mention this in the src/UPDATING!!! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 10:19:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id AA9BE37BC39; Wed, 24 May 2000 10:19:29 -0700 (PDT) (envelope-from sf@aracnet.com) Received: from mephistopheles2 (max1-197-53.cust.aracnet.com [216.99.197.53]) by mail3.aracnet.com (8.9.3/8.9.3) with ESMTP id KAA23820; Wed, 24 May 2000 10:19:26 -0700 Date: Wed, 24 May 2000 10:19:04 -0700 (PDT) From: Scott Flatman X-Sender: sf@mephistopheles To: Maxim Sobolev Cc: freebsd-current@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: kernel compile error In-Reply-To: <392C0D95.22FE20A5@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've done that twice. Buildworld failed both times. My last sucessful buildworld was last sunday, 5/21. Scott On Wed, 24 May 2000, Maxim Sobolev wrote: > Scott Flatman wrote: > > > Cvsupped this morning. Got this error when trying to build a kernel: > > > > {standard input}:837: Error: operands given don't match any known 386 > > It is due to the fact that you need nevest set of binutils for kernel builds. > The best way to get it is to do "make world" using freshly cvsup'ed sources. > > Someone should mention this in the src/UPDATING!!! > > -Maxim > > > > > > 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 May 24 10:27:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id B4D6F37B618; Wed, 24 May 2000 10:27:26 -0700 (PDT) (envelope-from SoboMax@FreeBSD.org) Received: from vega.vega.com (dialup2-14.iptelecom.net.ua [212.9.226.78]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id UAA20015; Wed, 24 May 2000 20:27:56 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id UAA43098; Wed, 24 May 2000 20:26:46 +0300 (EEST) (envelope-from SoboMax@FreeBSD.org) Message-ID: <392C10D5.44CF4948@FreeBSD.org> Date: Wed, 24 May 2000 20:26:46 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Scott Flatman Cc: freebsd-current@FreeBSD.org, obrien@FreeBSD.org Subject: Re: kernel compile error References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Scott Flatman wrote: > I've done that twice. Buildworld failed both times. My last sucessful > buildworld was last sunday, 5/21. I know that because I can't build it during past 3 days too. Please be patient, someone will definitely fix somwhere in future ;-). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 10:49: 9 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id A8B9D37B743; Wed, 24 May 2000 10:47:58 -0700 (PDT) (envelope-from sf@aracnet.com) Received: from mephistopheles2 (max1-197-53.cust.aracnet.com [216.99.197.53]) by mail3.aracnet.com (8.9.3/8.9.3) with ESMTP id KAA26935; Wed, 24 May 2000 10:47:58 -0700 Date: Wed, 24 May 2000 10:47:20 -0700 (PDT) From: Scott Flatman X-Sender: sf@mephistopheles To: Maxim Sobolev Cc: freebsd-current@FreeBSD.org, obrien@FreeBSD.org Subject: Re: kernel compile error In-Reply-To: <392C10D5.44CF4948@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okey dokey. I'll give it another whirl this afternoon. Thanks. Scott On Wed, 24 May 2000, Maxim Sobolev wrote: > Scott Flatman wrote: > > > I've done that twice. Buildworld failed both times. My last sucessful > > buildworld was last sunday, 5/21. > > I know that because I can't build it during past 3 days too. Please be patient, > someone will definitely fix somwhere in future ;-). > > -Maxim > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 10:56:22 2000 Delivered-To: freebsd-current@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 6DBFC37BC04; Wed, 24 May 2000 10:56:13 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: from localhost (ppp1-pa5.neomedia.it [195.103.207.113]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id TAA28247; Wed, 24 May 2000 19:56:05 +0200 (CEST) From: Salvo Bartolotta Date: Wed, 24 May 2000 18:57:03 GMT Message-ID: <20000524.18570300@mis.configured.host> Subject: Re: kernel compile error To: Maxim Sobolev , sf@aracnet.com Cc: freebsd-current@FreeBSD.ORG In-Reply-To: <392C10D5.44CF4948@FreeBSD.org> References: <392C10D5.44CF4948@FreeBSD.org> X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.1; Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 5/24/00, 6:26:46 PM, Maxim Sobolev wrote=20 regarding Re: kernel compile error: > Scott Flatman wrote: > > I've done that twice. Buildworld failed both times. My last sucessfu= l > > buildworld was last sunday, 5/21. > I know that because I can't build it during past 3 days too. Please be= =20 patient, > someone will definitely fix somwhere in future ;-). > -Maxim Dear Maxim Sobolev, I seem to understand that, statistically speaking, Sunday=20 is the best day for cvsupping/making the world ... Actually, whenever I cvsup'ed sources on Sunday, I've NEVER scr***d a=20 make world ... well, ehem, at least so far. =20 Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 14:43:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from gw-nl4.philips.com (gw-nl4.philips.com [192.68.44.36]) by hub.freebsd.org (Postfix) with ESMTP id 891DD37B9C8 for ; Wed, 24 May 2000 14:43:28 -0700 (PDT) (envelope-from Eilko.Bos@nl.origin-it.com) Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1]) by gw-nl4.philips.com with ESMTP id XAA10482; Wed, 24 May 2000 23:43:13 +0200 (MEST) (envelope-from Eilko.Bos@nl.origin-it.com) Received: from smtprelay-eur1.philips.com(130.139.36.3) by gw-nl4.philips.com via mwrap (4.0a) id xma010480; Wed, 24 May 00 23:43:13 +0200 Received: from spooky.mpn.cp.philips.com (spooky.mpn.cp.philips.com [130.139.64.170]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id XAA18592; Wed, 24 May 2000 23:43:12 +0200 (MET DST) Received: by spooky.mpn.cp.philips.com (Postfix, from userid 406) id C5301BF23; Wed, 24 May 2000 23:43:12 +0200 (MET DST) Date: Wed, 24 May 2000 23:43:12 +0200 From: Eilko Bos To: Kazutaka YOKOTA Cc: Doug Barton , current@freebsd.org Subject: Re: Anyone else seeing jumpy mice? Message-ID: <20000524234312.A22037@spooky.mpn.cp.philips.com> References: <3970.958963729@localhost> <3928D383.7C75734E@gorean.org> <200005240848.RAA11483@zodiac.mech.utsunomiya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <200005240848.RAA11483@zodiac.mech.utsunomiya-u.ac.jp>; from Kazutaka YOKOTA on Wed, May 24, 2000 at 05:48:04PM +0900 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kazutaka YOKOTA wrote: >>> I've seen it for the last few weeks and can only think that something >>> must be stomping on the psm driver now (or the driver is missing >>> interrupts for reasons of its own). Anyone else seeing this? Yes. Just today, I was installing a Digital PC with 4.0-release. Before start using it, I upgraded to 4.0 Stable. Then I starded configuring X. FYI: FreeBSD 4.0-STABLE #0: Wed May 24 13:34:42 GMT 2000 CPU: Pentium II/Pentium II Xeon/Celeron (265.75-MHz 686-class CPU) psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 I have a HP-mouse (2 button) which is actually a logitec. >> FWIW, with -current from 5/8, I don't have any of those in >>/var/log/messages, going back to 5/1. I have a logitech PS/2 mouse, and >>I don't use moused, since I couldn't get it to work with my wheel. I tried with both moused and X. Both giving errors: psmintr: out of sync (0080 != 0000). psmintr: out of sync (00c0 != 0000). psmintr: out of sync (0040 != 0000). I tried several mousesystems, like 'ps/2', 'sysmouse', 'logitec'. They all go crappy. In XF86Setup, it reacts slow on movements, and when it moves, it is in 'burstmode' ;-): It will jump to the opposite part of the screen. 2-buttons emulation SEEMS to work. Since the rest didn't, I could not really test. On console, with moused, the mouse moves in the same (unpredictable) way, and now I see that 2-buttons emulation does not work. I tried the options PSM_HOOKRESUME options PSM_RESETAFTERSUSPEND in the kernel, to no avail. After that, I tried the patch on 'apic_vector.s' provided by Bruce, also to no avail. In the end I downgraded to 4.0-release again. I will test that tomorrow. On my other machine, which is a Dell optiplex gx1, with FreeBSD 5.0-CURRENT #9: Tue May 2 13:17:27 CEST 2000 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 and a 3-button Digital mouse, I don't have the problem. But I really need to upgrade to the next current ;-)) I am curious if I have the same problems then on that machine. -- Eilko Bos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 14:51:59 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id A5F2D37BDA6; Wed, 24 May 2000 14:51:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000524215151.WJMZ22611.mail.rdc1.va.home.com@john.baldwin.cx>; Wed, 24 May 2000 14:51:51 -0700 Content-Length: 1131 X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 24 May 2000 17:51:51 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Scott Flatman Subject: Re: kernel compile error Cc: obrien@FreeBSD.ORG, freebsd-current@FreeBSD.ORG, Maxim Sobolev Message-Id: <20000524215151.WJMZ22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-May-00 Scott Flatman wrote: > I've done that twice. Buildworld failed both times. My last sucessful > buildworld was last sunday, 5/21. It is fixed now. cvsup and try again, please. > Scott > > On Wed, 24 May 2000, Maxim Sobolev wrote: > >> Scott Flatman wrote: >> >> > Cvsupped this morning. Got this error when trying to build a kernel: >> > >> > {standard input}:837: Error: operands given don't match any known 386 >> >> It is due to the fact that you need nevest set of binutils for kernel builds. >> The best way to get it is to do "make world" using freshly cvsup'ed sources. >> >> Someone should mention this in the src/UPDATING!!! >> >> -Maxim >> >> >> >> >> >> 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 -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "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 Wed May 24 15:16:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from urban.iinet.net.au (urban.iinet.net.au [203.59.24.231]) by hub.freebsd.org (Postfix) with ESMTP id E14B037BD86 for ; Wed, 24 May 2000 15:16:25 -0700 (PDT) (envelope-from julian@elischer.org) Received: from muzak.iinet.net.au (muzak.iinet.net.au [203.59.24.237]) by urban.iinet.net.au (8.8.7/8.8.7) with ESMTP id GAA29458; Thu, 25 May 2000 06:16:19 +0800 Received: from jules.elischer.org (reggae-01-159.nv.iinet.net.au [203.59.62.159]) by muzak.iinet.net.au (8.8.5/8.8.5) with SMTP id GAA21459; Thu, 25 May 2000 06:16:15 +0800 Message-ID: <392C545D.2781E494@elischer.org> Date: Wed, 24 May 2000 15:14:53 -0700 From: Julian Elischer X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 5.0-CURRENT i386) MIME-Version: 1.0 To: Garrett Wollman Cc: Jake Burkholder , Chuck Robey , FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... References: <20000524032710.DBF18BA69@io.yi.org> <200005241435.KAA60183@khavrinen.lcs.mit.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Garrett Wollman wrote: > > < said: > > > I've just built a fresh world here; if you use the cvs-crypto from > > internat, it may be broken. I submitted a patch to Mark Murray which > > should fix it, here it is again just in case: > > I still think (and am going on record) that this is a REALLY, REALLY > BAD idea. I'm not crazy about it either.. breaks compatibility with the original source of the queue macros. What are the advantages? > > -GAWollman > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ presently in: Perth v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 15:45:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C744837BD9A; Wed, 24 May 2000 15:45:26 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA16673; Wed, 24 May 2000 16:45:24 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA80931; Wed, 24 May 2000 16:44:16 -0600 (MDT) Message-Id: <200005242244.QAA80931@harmony.village.org> To: Jake Burkholder Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... Cc: Jake Burkholder , current@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: Your message of "Tue, 23 May 2000 14:25:29 PDT." <20000523212529.2B19CBA69@io.yi.org> References: <20000523212529.2B19CBA69@io.yi.org> Date: Wed, 24 May 2000 16:44:16 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000523212529.2B19CBA69@io.yi.org> Jake Burkholder writes: : Some drivers use headers from the installed system during the kernel build, : and a make world, or at least make includes, is necessary before a new kernel : can be built. : : LINT is affected by this. Which drivers? Those drivers are, by definition, broken. The should absolutely ***NOT*** supposed depend on what's on the system. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 15:48: 6 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id F158237BD9E; Wed, 24 May 2000 15:47:58 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA16681; Wed, 24 May 2000 16:47:57 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA80962; Wed, 24 May 2000 16:46:49 -0600 (MDT) Message-Id: <200005242246.QAA80962@harmony.village.org> To: Maxim Sobolev Subject: Re: kernel compile error Cc: Scott Flatman , freebsd-current@FreeBSD.ORG, obrien@FreeBSD.ORG In-reply-to: Your message of "Wed, 24 May 2000 20:12:53 +0300." <392C0D95.22FE20A5@FreeBSD.org> References: <392C0D95.22FE20A5@FreeBSD.org> Date: Wed, 24 May 2000 16:46:49 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <392C0D95.22FE20A5@FreeBSD.org> Maxim Sobolev writes: : Someone should mention this in the src/UPDATING!!! Sure. What's the data when the new binutils hit the tree. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 17:30:15 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id 4030137B5B1; Wed, 24 May 2000 17:30:10 -0700 (PDT) (envelope-from sf@aracnet.com) Received: from mephistopheles2 (max1-197-4.cust.aracnet.com [216.99.197.4]) by mail3.aracnet.com (8.9.3/8.9.3) with ESMTP id RAA16930; Wed, 24 May 2000 17:30:09 -0700 Date: Wed, 24 May 2000 17:29:47 -0700 (PDT) From: Scott Flatman X-Sender: sf@mephistopheles To: John Baldwin Cc: obrien@FreeBSD.org, freebsd-current@FreeBSD.org, Maxim Sobolev Subject: Re: kernel compile error In-Reply-To: <20000524215151.WJMZ22611.mail.rdc1.va.home.com@john.baldwin.cx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just finished up a buildworld/installworld to try and get the freshest binutil bits. Worked out fine. I supped around 22:15 UTC. Upon making a kernel I'm getting a different error. This time a header is missing or misplaced? Here's the error: ===> ipfilter cc -O -pipe -DIPFILTER_LKM -DIPFILTER_LOG -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /u2/src/sys/modules/ipfilter/../../netinet/ip_log.c /u2/src/sys/modules/ipfilter/../../netinet/ip_log.c:24: osreldate.h: No such file or directory In file included from /u2/src/sys/modules/ipfilter/../../netinet/ip_log.c:107: @/netinet/ip_fil.h:534: warning: redundant redeclaration of `send_reset' in same scope @/netinet/ip_fil.h:511: warning: previous declaration of `send_reset' @/netinet/ip_fil.h:535: warning: redundant redeclaration of `send_icmp_err' in same scope @/netinet/ip_fil.h:510: warning: previous declaration of `send_icmp_err' *** Error code 1 On Wed, 24 May 2000, John Baldwin wrote: > > On 24-May-00 Scott Flatman wrote: > > I've done that twice. Buildworld failed both times. My last sucessful > > buildworld was last sunday, 5/21. > > It is fixed now. cvsup and try again, please. > > > Scott > > > > On Wed, 24 May 2000, Maxim Sobolev wrote: > > > >> Scott Flatman wrote: > >> > >> > Cvsupped this morning. Got this error when trying to build a kernel: > >> > > >> > {standard input}:837: Error: operands given don't match any known 386 > >> > >> It is due to the fact that you need nevest set of binutils for kernel builds. > >> The best way to get it is to do "make world" using freshly cvsup'ed sources. > >> > >> Someone should mention this in the src/UPDATING!!! > >> > >> -Maxim > >> > >> > >> > >> > >> > >> 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 > > -- > > John Baldwin -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > "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 Wed May 24 18:17:45 2000 Delivered-To: freebsd-current@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 7AF5037B583 for ; Wed, 24 May 2000 18:17:43 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.3/8.9.2) id SAA02983; Wed, 24 May 2000 18:16:34 -0700 (PDT) From: Archie Cobbs Message-Id: <200005250116.SAA02983@bubba.whistle.com> Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mp In-Reply-To: <200005241435.KAA60183@khavrinen.lcs.mit.edu> from Garrett Wollman at "May 24, 2000 10:35:17 am" To: wollman@khavrinen.lcs.mit.edu (Garrett Wollman) Date: Wed, 24 May 2000 18:16:34 -0700 (PDT) Cc: jburkhol@home.com (Jake Burkholder), chuckr@picnic.mat.net (Chuck Robey), current@FreeBSD.ORG (FreeBSD-current) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Garrett Wollman writes: > > I've just built a fresh world here; if you use the cvs-crypto from > > internat, it may be broken. I submitted a patch to Mark Murray which > > should fix it, here it is again just in case: > > I still think (and am going on record) that this is a REALLY, REALLY > BAD idea. So.. what's the decision? Is this going to be backed out or not? I'd like to know before doing the next update & make world.. Thanks, -Archie P.S. whatever everyone else decides is fine with me, though personally I'd prefer it was backed out. ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 18:23:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from mass.cdrom.com (mass.cdrom.com [204.216.28.234]) by hub.freebsd.org (Postfix) with ESMTP id 862FE37B6F8 for ; Wed, 24 May 2000 18:23:28 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id SAA03296; Wed, 24 May 2000 18:25:17 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Message-Id: <200005250125.SAA03296@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Archie Cobbs Cc: current@FreeBSD.ORG (FreeBSD-current) Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mp In-reply-to: Your message of "Wed, 24 May 2000 18:16:34 PDT." <200005250116.SAA02983@bubba.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 May 2000 18:25:17 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Garrett Wollman writes: > > > I've just built a fresh world here; if you use the cvs-crypto from > > > internat, it may be broken. I submitted a patch to Mark Murray which > > > should fix it, here it is again just in case: > > > > I still think (and am going on record) that this is a REALLY, REALLY > > BAD idea. > > So.. what's the decision? Is this going to be backed out or not? > I'd like to know before doing the next update & make world.. We've had our 24 hours, and the responses I've seen so far have been universally negative. I'm going to ask Jake to back this out. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 19:55:43 2000 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id C5F6A37BDB3 for ; Wed, 24 May 2000 19:55:30 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:IASWJaLBz2Q7nPd36piN8IHraXpGPMaF@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id LAA11752; Thu, 25 May 2000 11:55:15 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:MqYyQrwjvHJxSmZPZC47nv2/4BgoS3Rg@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id MAA04432; Thu, 25 May 2000 12:02:01 +0900 (JST) Message-Id: <200005250302.MAA04432@zodiac.mech.utsunomiya-u.ac.jp> To: Eilko Bos Cc: current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Anyone else seeing jumpy mice? In-reply-to: Your message of "Wed, 24 May 2000 23:43:12 +0200." <20000524234312.A22037@spooky.mpn.cp.philips.com> References: <3970.958963729@localhost> <3928D383.7C75734E@gorean.org> <200005240848.RAA11483@zodiac.mech.utsunomiya-u.ac.jp> <20000524234312.A22037@spooky.mpn.cp.philips.com> Date: Thu, 25 May 2000 12:02:00 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Yes. Just today, I was installing a Digital PC with 4.0-release. Before >start using it, I upgraded to 4.0 Stable. Then I starded configuring X. > >FYI: > >FreeBSD 4.0-STABLE #0: Wed May 24 13:34:42 GMT 2000 >CPU: Pentium II/Pentium II Xeon/Celeron (265.75-MHz 686-class CPU) >psm0: irq 12 on atkbdc0 >psm0: model Generic PS/2 mouse, device ID 0 > >I have a HP-mouse (2 button) which is actually a logitec. > >>> FWIW, with -current from 5/8, I don't have any of those in >>>/var/log/messages, going back to 5/1. I have a logitech PS/2 mouse, and >>>I don't use moused, since I couldn't get it to work with my wheel. > >I tried with both moused and X. Both giving errors: > > psmintr: out of sync (0080 != 0000). > psmintr: out of sync (00c0 != 0000). > psmintr: out of sync (0040 != 0000). > >I tried several mousesystems, like 'ps/2', 'sysmouse', 'logitec'. They all >go crappy. It's no use trying one protocol type after another like this... You should configure moused and X as follows. In /etc/rc.conf, set moused_enable="YES" moused_type="auto" moused_port="/dev/psm0" moused_flags="" In the "Pointer" section of /etc/XF86Config, you should have Protocol "SysMouse" # or "Auto" Device "/dev/sysmouse" Do you still see error messages after setting up the things as above? Kazu >On my other machine, which is a Dell optiplex gx1, with > FreeBSD 5.0-CURRENT #9: Tue May 2 13:17:27 CEST 2000 > psm0: irq 12 on atkbdc0 > psm0: model Generic PS/2 mouse, device ID 0 >and a 3-button Digital mouse, I don't have the problem. But I really need >to upgrade to the next current ;-)) I am curious if I have the same problems >then on that machine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Wed May 24 21:58:23 2000 Delivered-To: freebsd-current@freebsd.org Received: from io.yi.org (24.67.218.186.bc.wave.home.com [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id E97A937B731 for ; Wed, 24 May 2000 21:58:19 -0700 (PDT) (envelope-from jburkhol@home.com) Received: from io.yi.org (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by io.yi.org (Postfix) with ESMTP id B06B9BA69 for ; Wed, 24 May 2000 21:59:11 -0700 (PDT) X-Mailer: exmh version 2.1.1 10/15/1999 To: current@FreeBSD.ORG (FreeBSD-current) Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mp In-Reply-To: Message from Mike Smith of "Wed, 24 May 2000 18:25:17 PDT." <200005250125.SAA03296@mass.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 May 2000 21:59:11 -0700 From: Jake Burkholder Message-Id: <20000525045911.B06B9BA69@io.yi.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Garrett Wollman writes: > > > > I've just built a fresh world here; if you use the cvs-crypto from > > > > internat, it may be broken. I submitted a patch to Mark Murray which > > > > should fix it, here it is again just in case: > > > > > > I still think (and am going on record) that this is a REALLY, REALLY > > > BAD idea. > > > > So.. what's the decision? Is this going to be backed out or not? > > I'd like to know before doing the next update & make world.. > > We've had our 24 hours, and the responses I've seen so far have been > universally negative. I'm going to ask Jake to back this out. Ok, I will back this out tomorrow at 6:00 pm PDT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 0: 8:21 2000 Delivered-To: freebsd-current@freebsd.org Received: from gw-nl4.philips.com (gw-nl4.philips.com [192.68.44.36]) by hub.freebsd.org (Postfix) with ESMTP id 5F99F37B9D9 for ; Thu, 25 May 2000 00:08:17 -0700 (PDT) (envelope-from Eilko.Bos@nl.origin-it.com) Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1]) by gw-nl4.philips.com with ESMTP id JAA20246; Thu, 25 May 2000 09:07:54 +0200 (MEST) (envelope-from Eilko.Bos@nl.origin-it.com) Received: from smtprelay-eur1.philips.com(130.139.36.3) by gw-nl4.philips.com via mwrap (4.0a) id xma020244; Thu, 25 May 00 09:07:54 +0200 Received: from spooky.mpn.cp.philips.com (spooky.mpn.cp.philips.com [130.139.64.170]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id JAA14111; Thu, 25 May 2000 09:07:53 +0200 (MET DST) Received: by spooky.mpn.cp.philips.com (Postfix, from userid 406) id 4B3DBBF22; Thu, 25 May 2000 09:07:53 +0200 (MET DST) Subject: Re: Anyone else seeing jumpy mice? In-Reply-To: <200005250302.MAA04432@zodiac.mech.utsunomiya-u.ac.jp> from Kazutaka YOKOTA at "May 25, 2000 12:02:00 pm" To: Kazutaka YOKOTA Date: Thu, 25 May 2000 09:07:53 +0200 (MET DST) Cc: Eilko Bos , current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL66 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20000525070753.4B3DBBF22@spooky.mpn.cp.philips.com> From: Eilko.Bos@nl.origin-it.com (Eilko Bos) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >FYI: > > > >FreeBSD 4.0-STABLE #0: Wed May 24 13:34:42 GMT 2000 > >CPU: Pentium II/Pentium II Xeon/Celeron (265.75-MHz 686-class CPU) > >psm0: irq 12 on atkbdc0 > >psm0: model Generic PS/2 mouse, device ID 0 > > > >I have a HP-mouse (2 button) which is actually a logitec. > > > >I tried with both moused and X. Both giving errors: > > > > psmintr: out of sync (0080 != 0000). > > psmintr: out of sync (00c0 != 0000). > > psmintr: out of sync (0040 != 0000). > > > In /etc/rc.conf, set > > moused_enable="YES" > moused_type="auto" > moused_port="/dev/psm0" > moused_flags="" > > In the "Pointer" section of /etc/XF86Config, you should have > > Protocol "SysMouse" # or "Auto" > Device "/dev/sysmouse" > > Do you still see error messages after setting up the things as above? It doesn't really matter if I do it from the command line, using moused or if I set it in rc.conf, right? And I assume the 'apply' button in the 'mouse'-section of XF86Setup does, end the end, behave like I started X with the settings as above. And yes, with settings as above it is giving problems. Meantime, I am still trying to get it back to 4.0_release, I did that last night, but after that the mouse was not working AT ALL. Most probably I did something stupid ;-) I reinstall from CD now. I don't have time to track down the mistake I made with the downgrade. --- Eilko. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 1: 6:28 2000 Delivered-To: freebsd-current@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id BDDE037BBCA for ; Thu, 25 May 2000 01:06:20 -0700 (PDT) (envelope-from SoboMax@FreeBSD.org) Received: from vega.vega.com (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id LAA00639 for ; Thu, 25 May 2000 11:05:09 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id LAA16951 for ; Thu, 25 May 2000 11:04:31 +0300 (EEST) (envelope-from SoboMax@FreeBSD.org) Message-ID: <392CDE8E.E4A6A032@FreeBSD.org> Date: Thu, 25 May 2000 11:04:30 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: current@FreeBSD.org Subject: World broken again... Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dammit, given severe breakage of the world during past several days the idea to establish a fine to a breaker not seems so stupid... cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall -I/usr/obj/usr/current/ src/i386/usr/include -c /usr/current/src/lib/libdisk/create_chunk.c -o create_chunk.o /usr/current/src/lib/libdisk/create_chunk.c: In function `MakeDev': /usr/current/src/lib/libdisk/create_chunk.c:299: missing white space after number `1i' /usr/current/src/lib/libdisk/create_chunk.c:299: syntax error before `47' /usr/current/src/lib/libdisk/create_chunk.c:299: warning: left-hand operand of comma expression has no effect /usr/current/src/lib/libdisk/create_chunk.c:300: syntax error before `else' /usr/current/src/lib/libdisk/create_chunk.c:274: warning: unused variable `group' /usr/current/src/lib/libdisk/create_chunk.c:273: warning: unused variable `owner' /usr/current/src/lib/libdisk/create_chunk.c:272: warning: unused variable `pwd' /usr/current/src/lib/libdisk/create_chunk.c:271: warning: unused variable `grp' /usr/current/src/lib/libdisk/create_chunk.c:270: warning: unused variable `buf' /usr/current/src/lib/libdisk/create_chunk.c:269: warning: unused variable `slice' /usr/current/src/lib/libdisk/create_chunk.c:269: warning: unused variable `part' /usr/current/src/lib/libdisk/create_chunk.c:269: warning: unused variable `unit' /usr/current/src/lib/libdisk/create_chunk.c:269: warning: unused variable `min' /usr/current/src/lib/libdisk/create_chunk.c: At top level: /usr/current/src/lib/libdisk/create_chunk.c:306: syntax error before `if' *** Error code 1 -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 1:27:41 2000 Delivered-To: freebsd-current@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id 7435637B5E3 for ; Thu, 25 May 2000 01:27:33 -0700 (PDT) (envelope-from sziszi@petra.hos.u-szeged.hu) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id KAA16481; Thu, 25 May 2000 10:27:58 +0200 (MET DST) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 12uszP-0006rH-00 for ; Thu, 25 May 2000 10:27:35 +0200 Date: Thu, 25 May 2000 10:27:35 +0200 From: Szilveszter Adam To: current@FreeBSD.org Subject: Re: World broken again... Message-ID: <20000525102734.A25231@petra.hos.u-szeged.hu> Mail-Followup-To: current@FreeBSD.org References: <392CDE8E.E4A6A032@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <392CDE8E.E4A6A032@FreeBSD.org>; from SoboMax@FreeBSD.org on Thu, May 25, 2000 at 11:04:30AM +0300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: > Dammit, given severe breakage of the world during past several days the idea to > establish a fine to a breaker not seems so stupid... > > cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall > -I/usr/obj/usr/current/ Not to be picky, but optimizations apart from -O -pipe were not supported anyway... unless I am wrong. This does not necessarily tell anything about the world breakage, of course...BTW buildworld worked for me on 23rd including new binutils without any probs. (no SMP here.) Regards: Szilveszter ADAM Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 1:44:36 2000 Delivered-To: freebsd-current@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id EFEF337B527 for ; Thu, 25 May 2000 01:44:24 -0700 (PDT) (envelope-from SoboMax@FreeBSD.org) Received: from vega.vega.com (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id LAA02094; Thu, 25 May 2000 11:43:17 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id LAA17160; Thu, 25 May 2000 11:43:46 +0300 (EEST) (envelope-from SoboMax@FreeBSD.org) Message-ID: <392CE7C0.FEA5E6BA@FreeBSD.org> Date: Thu, 25 May 2000 11:43:45 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Szilveszter Adam Cc: current@FreeBSD.org Subject: Re: World broken again... References: <392CDE8E.E4A6A032@FreeBSD.org> <20000525102734.A25231@petra.hos.u-szeged.hu> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Szilveszter Adam wrote: > On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: > > Dammit, given severe breakage of the world during past several days the idea to > > establish a fine to a breaker not seems so stupid... > > > > cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall > > -I/usr/obj/usr/current/ > > Not to be picky, but optimizations apart from -O -pipe were not supported > anyway... unless I am wrong. This does not necessarily tell anything about > the world breakage, of course... Yes, I know, but it had nothing to do with this particular breakage. > BTW buildworld worked for me on 23rd > including new binutils without any probs. (no SMP here.) You are lucky man! I was trying to build the world during past three days, but have not succeeded yet :(. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 2: 5:49 2000 Delivered-To: freebsd-current@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 6FFA137BDE1; Thu, 25 May 2000 02:05:46 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e4P9dwg03374; Thu, 25 May 2000 02:39:58 -0700 (PDT) Date: Thu, 25 May 2000 02:39:58 -0700 From: Alfred Perlstein To: Maxim Sobolev Cc: Szilveszter Adam , current@FreeBSD.ORG Subject: Re: World broken again... Message-ID: <20000525023957.A28594@fw.wintelcom.net> References: <392CDE8E.E4A6A032@FreeBSD.org> <20000525102734.A25231@petra.hos.u-szeged.hu> <392CE7C0.FEA5E6BA@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <392CE7C0.FEA5E6BA@FreeBSD.org>; from SoboMax@FreeBSD.ORG on Thu, May 25, 2000 at 11:43:45AM +0300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Maxim Sobolev [000525 02:19] wrote: > Szilveszter Adam wrote: > > > On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: > > > Dammit, given severe breakage of the world during past several days the idea to > > > establish a fine to a breaker not seems so stupid... > > > > > > cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall > > > -I/usr/obj/usr/current/ > > > > Not to be picky, but optimizations apart from -O -pipe were not supported > > anyway... unless I am wrong. This does not necessarily tell anything about > > the world breakage, of course... > > Yes, I know, but it had nothing to do with this particular breakage. afaik -O -pipe is supported, the breakage in libdisk is due to an oversight using vi most likely, I've fixed it, we'll see how the rest of world progresses. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 3: 3:21 2000 Delivered-To: freebsd-current@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id BD54137B506 for ; Thu, 25 May 2000 03:03:08 -0700 (PDT) (envelope-from SoboMax@FreeBSD.org) Received: from vega.vega.com (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id NAA05694 for ; Thu, 25 May 2000 13:02:06 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id NAA26159 for ; Thu, 25 May 2000 13:02:30 +0300 (EEST) (envelope-from SoboMax@FreeBSD.org) Message-ID: <392CFA33.BE30AF21@FreeBSD.org> Date: Thu, 25 May 2000 13:02:28 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: current@FreeBSD.org Subject: FW: GDB 5.0 is released! Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG GDB 5.0 is released! Version 5.0 of GDB, the GNU Debugger, is now available via anonymous FTP. GDB is a source-level debugger for C, C++, and many other languages. GDB can target (i.e. debug programs running on) dozens of different processor architectures, and GDB itself can run on most popular Unix variants, Windows NT, and Windows 95. You can download GDB from either Project GNU's FTP server, or Red Hat's sources site: ftp://ftp.gnu.org/gnu/gdb ftp://sourceware.cygnus.com/pub/gdb/releases The previous version, 4.18, was released about a year ago; there have been many changes and additions since then. Details below. The vital stats: -rw-r--r-- 1 ftp ftp 12299318 May 19 14:01 gdb-5.0.tar.gz The md5sum checksum: 9511b69b6b5a3b38c62ad207b3c94673 gdb-5.0.tar.gz There is a web page for GDB at: http://sourceware.cygnus.com/gdb/ That page includes information about GDB mailing lists (an announcement mailing list, developers discussion lists, etc.), details on how to access GDB's CVS repository, locations for development snapshots, preformatted documentation, and links to related information around the net. We will put errata notes and host-specific tips for this release on-line as any problems come up. All mailing lists archives are also browsable via the web. Many people have contributed to this release. Thanks to everybody for the help! Keep those fixes and improvements coming in! (Send them to bug-gdb@gnu.org) Andrew Cagney (Red Hat) on behalf of the GDB Team. *** Changes in GDB 5.0: * Improved support for debugging FP programs on x86 targets Unified and much-improved support for debugging floating-point programs on all x86 targets. In particular, ``info float'' now displays the FP registers in the same format on all x86 targets, with greater level of detail. * Improvements and bugfixes in hardware-assisted watchpoints It is now possible to watch array elements, struct members, and bitfields with hardware-assisted watchpoints. Data-read watchpoints on x86 targets no longer erroneously trigger when the address is written. * Improvements in the native DJGPP version of GDB The distribution now includes all the scripts and auxiliary files necessary to build the native DJGPP version on MS-DOS/MS-Windows machines ``out of the box''. The DJGPP version can now debug programs that use signals. It is possible to catch signals that happened in the debuggee, deliver signals to it, interrupt it with Ctrl-C, etc. (Previously, a signal would kill the program being debugged.) Programs that hook hardware interrupts (keyboard, timer, etc.) can also be debugged. It is now possible to debug DJGPP programs that redirect their standard handles or switch them to raw (as opposed to cooked) mode, or even close them. The command ``run < foo > bar'' works as expected, and ``info terminal'' reports useful information about the debuggee's terminal, including raw/cooked mode, redirection, etc. The DJGPP version now uses termios functions for console I/O, which enables debugging graphics programs. Interrupting GDB with Ctrl-C also works. DOS-style file names with drive letters are now fully supported by GDB. It is now possible to debug DJGPP programs that switch their working directory. It is also possible to rerun the debuggee any number of times without restarting GDB; thus, you can use the same setup, breakpoints, etc. for many debugging sessions. * New native configurations ARM GNU/Linux arm*-*-linux* PowerPC GNU/Linux powerpc-*-linux* * New targets Motorola MCore mcore-*-* x86 VxWorks i[3456]86-*-vxworks* PowerPC VxWorks powerpc-*-vxworks* TI TMS320C80 tic80-*-* * OBSOLETE configurations Altos 3068 m68*-altos-* Convex c1-*-*, c2-*-* Pyramid pyramid-*-* ARM RISCix arm-*-* (as host) Tahoe tahoe-*-* Configurations that have been declared obsolete will be commented out, but the code will be left in place. If there is no activity to revive these configurations before the next release of GDB, the sources will be permanently REMOVED. * Gould support removed Support for the Gould PowerNode and NP1 has been removed. * New features for SVR4 On SVR4 native platforms (such as Solaris), if you attach to a process without first loading a symbol file, GDB will now attempt to locate and load symbols from the running process's executable file. * Many C++ enhancements C++ support has been greatly improved. Overload resolution now works properly in almost all cases. RTTI support is on the way. * Remote targets can connect to a sub-program A popen(3) style serial-device has been added. This device starts a sub-process (such as a stand-alone simulator) and then communicates with that. The sub-program to run is specified using the syntax ``| '' vis: (gdb) set remotedebug 1 (gdb) target extended-remote |mn10300-elf-sim program-args * MIPS 64 remote protocol A long standing bug in the mips64 remote protocol where by GDB expected certain 32 bit registers (ex SR) to be transfered as 32 instead of 64 bits has been fixed. The command ``set remote-mips64-transfers-32bit-regs on'' has been added to provide backward compatibility with older versions of GDB. * ``set remotebinarydownload'' replaced by ``set remote X-packet'' The command ``set remotebinarydownload'' command has been replaced by ``set remote X-packet''. Other commands in ``set remote'' family include ``set remote P-packet''. * Breakpoint commands accept ranges. The breakpoint commands ``enable'', ``disable'', and ``delete'' now accept a range of breakpoints, e.g. ``5-7''. The tracepoint command ``tracepoint passcount'' also accepts a range of tracepoints. * ``apropos'' command added. The ``apropos'' command searches through command names and documentation strings, printing out matches, making it much easier to try to find a command that does what you are looking for. * New MI interface A new machine oriented interface (MI) has been added to GDB. This interface is designed for debug environments running GDB as a separate process. This is part of the long term libGDB project. See the "GDB/MI" chapter of the GDB manual for further information. It can be enabled by configuring with: .../configure --enable-gdbmi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 5:18:50 2000 Delivered-To: freebsd-current@freebsd.org Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 2837F37BF72 for ; Thu, 25 May 2000 05:18:38 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.10.1/8.10.1) id e4PCHKM08613; Thu, 25 May 2000 14:17:20 +0200 (SAT) From: John Hay Message-Id: <200005251217.e4PCHKM08613@zibbi.mikom.csir.co.za> Subject: Re: mpboot.s patch In-Reply-To: <200005240233.EAA39129@midten.fast.no> from "Tor.Egge@fast.no" at "May 24, 2000 04:33:41 am" To: Tor.Egge@fast.no Date: Thu, 25 May 2000 14:17:20 +0200 (SAT) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well this patch make my dual PII boot again. Any plans to commit it? John -- John Hay -- John.Hay@mikom.csir.co.za > > >> With a current kernel I get this when booting: > > >> > > >> Programming 24 pins in IOAPIC #0 > > >> AP #1 (PHY# 12) failed! > > >> panic y/n [y] panic: bye-bye > > >> mp_lock = 00000001; cpuid = 0; lapic.id = 00000000 > > >> Uptime: 0s > [...] > > Try the enclosed patch. > > - Tor Egge > > Index: sys/i386/i386/mpboot.s > =================================================================== > RCS file: /home/ncvs/src/sys/i386/i386/mpboot.s,v > retrieving revision 1.13 > diff -u -r1.13 mpboot.s > --- sys/i386/i386/mpboot.s 2000/01/29 13:51:17 1.13 > +++ sys/i386/i386/mpboot.s 2000/05/24 01:28:53 > @@ -165,20 +165,15 @@ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 5:27:18 2000 Delivered-To: freebsd-current@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 5D96B37BF94 for ; Thu, 25 May 2000 05:27:12 -0700 (PDT) (envelope-from SoboMax@FreeBSD.org) Received: from vega.vega.com (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id PAA11216; Thu, 25 May 2000 15:26:07 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id PAA01478; Thu, 25 May 2000 15:26:30 +0300 (EEST) (envelope-from SoboMax@FreeBSD.org) Message-ID: <392D1BF3.A412EAF2@FreeBSD.org> Date: Thu, 25 May 2000 15:26:27 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Alfred Perlstein Cc: Szilveszter Adam , current@FreeBSD.org Subject: Re: World broken again... References: <392CDE8E.E4A6A032@FreeBSD.org> <20000525102734.A25231@petra.hos.u-szeged.hu> <392CE7C0.FEA5E6BA@FreeBSD.org> <20000525023957.A28594@fw.wintelcom.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > * Maxim Sobolev [000525 02:19] wrote: > > Szilveszter Adam wrote: > > > > > On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: > > > > Dammit, given severe breakage of the world during past several days the idea to > > > > establish a fine to a breaker not seems so stupid... > > > > > > > > cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall > > > > -I/usr/obj/usr/current/ > > > > > > Not to be picky, but optimizations apart from -O -pipe were not supported > > > anyway... unless I am wrong. This does not necessarily tell anything about > > > the world breakage, of course... > > > > Yes, I know, but it had nothing to do with this particular breakage. > > afaik -O -pipe is supported, Most probably that he was talking about "-march=k6 -mpreferred-stack-boundary=2". > the breakage in libdisk is due to an > oversight using vi most likely, I've fixed it, we'll see how the > rest of world progresses. Thanks for the fix, I've just successfully built the world. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 6:38:50 2000 Delivered-To: freebsd-current@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 4E8FA37C16B for ; Thu, 25 May 2000 06:38:43 -0700 (PDT) (envelope-from markk@knigma.org) Received: from lap.knigma.org (lapbsd.nat.Awfulhak.org [172.31.0.22]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id OAA79896 for ; Thu, 25 May 2000 14:38:41 +0100 (BST) (envelope-from markk@knigma.org) Message-ID: Date: Thu, 25 May 2000 14:38:21 +0100 To: freebsd-current@freebsd.org From: Mark Knight Subject: Re: Panic during boot under current References: In-Reply-To: MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article , Mark Knight writes >World and kernel of approx 1100 GMT Sunday 21st May: Sorry to reply to my own thread, but new world and kernel/modules of 24th May 22:00 GMT still exhibit this behaviour... Any ideas appreciated before I start the 'binary chop'. Cheers, -- Mark Knight PGP Public Key: finger mkn@knigma.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 10:17:57 2000 Delivered-To: freebsd-current@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id D78AA37B601 for ; Thu, 25 May 2000 10:17:52 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id SAA81930; Thu, 25 May 2000 18:17:50 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id SAA03422; Thu, 25 May 2000 18:17:46 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200005251717.SAA03422@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mark Knight Cc: freebsd-current@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: Panic during boot under current In-Reply-To: Message from Mark Knight of "Thu, 25 May 2000 14:38:21 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 25 May 2000 18:17:46 +0100 From: Brian Somers Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In article , Mark Knight > writes > >World and kernel of approx 1100 GMT Sunday 21st May: > > Sorry to reply to my own thread, but new world and kernel/modules of > 24th May 22:00 GMT still exhibit this behaviour... > > Any ideas appreciated before I start the 'binary chop'. Also (Mark sits beside me at work), is there anyone else out there that actually runs FreeBSD-current under VMWare (irrespective of the host OS) ? > Cheers, > -- > Mark Knight PGP Public Key: finger mkn@knigma.org -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 14:35:51 2000 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 3886137B519 for ; Thu, 25 May 2000 14:35:47 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id XAA06981; Thu, 25 May 2000 23:33:31 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Bruce Evans Cc: Garrett Wollman , Jake Burkholder , Chuck Robey , FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-reply-to: Your message of "Thu, 25 May 2000 01:20:05 +1000." Date: Thu, 25 May 2000 23:33:31 +0200 Message-ID: <6979.959290411@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Bruce Evans writes: >On Wed, 24 May 2000, Garrett Wollman wrote: > >> < said: >> >> > I've just built a fresh world here; if you use the cvs-crypto from >> > internat, it may be broken. I submitted a patch to Mark Murray which >> > should fix it, here it is again just in case: >> >> I still think (and am going on record) that this is a REALLY, REALLY >> BAD idea. > >Especially since most of the queue macros require the type to be a struct >to work. E.g.: > >#define SLIST_REMOVE(head, elm, type, field) do { \ > ^^^^ a supposedly general type > if (SLIST_FIRST((head)) == (elm)) { \ > SLIST_REMOVE_HEAD((head), field); \ > } \ > else { \ > type *curelm = SLIST_FIRST((head)); \ > while (SLIST_NEXT(curelm, field) != (elm)) \ > ^^^^^^^^^^^^^^^^^^^^^^^^^ > >I objected to a recent commit hiding the fact that this is >"(elm)->field.sle_next". Anyway, curelm must be a pointer to a struct. >Not just any struct; the struct must contain a "field" declared using >SLIST_ENTRY(). It could be an union or class as well... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | 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 May 25 15:14: 3 2000 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 4988437B702; Thu, 25 May 2000 15:13:58 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id AAA08236; Fri, 26 May 2000 00:13:56 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mike Smith Cc: Archie Cobbs , current@FreeBSD.ORG (FreeBSD-current) Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mp In-reply-to: Your message of "Wed, 24 May 2000 18:25:17 PDT." <200005250125.SAA03296@mass.cdrom.com> Date: Fri, 26 May 2000 00:13:56 +0200 Message-ID: <8234.959292836@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200005250125.SAA03296@mass.cdrom.com>, Mike Smith writes: >> Garrett Wollman writes: >> > > I've just built a fresh world here; if you use the cvs-crypto from >> > > internat, it may be broken. I submitted a patch to Mark Murray which >> > > should fix it, here it is again just in case: >> > >> > I still think (and am going on record) that this is a REALLY, REALLY >> > BAD idea. >> >> So.. what's the decision? Is this going to be backed out or not? >> I'd like to know before doing the next update & make world.. > >We've had our 24 hours, and the responses I've seen so far have been >universally negative. I'm going to ask Jake to back this out. I'm for. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | 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 May 25 16: 1:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 7270037B702 for ; Thu, 25 May 2000 16:01:25 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: from bartequi.ottodomain.org (ppp1-pa5.neomedia.it [195.103.207.113]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id BAA19852 for ; Fri, 26 May 2000 01:01:23 +0200 (CEST) From: Salvo Bartolotta Date: Fri, 26 May 2000 00:02:23 GMT Message-ID: <20000526.22300@bartequi.ottodomain.org> Subject: Yet another breakage this week ... To: current@FreeBSD.ORG X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear FreeBSD'ers, yet another item of bad news during this long endless week *sigh* I succesfully built and installed the world -- sources as of 24 May at=20 (about) 21 GMT. However, I couldn't compile a kernel. It broke at the=20 ipfilter module as I recall. Well, I downloaded the sources again "today" (at 11 GMT on May, 25) to=20 compile ONLY the kernel -- without remaking the world. The good news=20 is that the ipfilter module compiles; the bad news that there's a=20 problem (read ``Error code 1'') in .../modules/twe/twe.c at line 1488,=20 1495, 1496: structure has no member named tqh_. HTH, Salvo=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 16: 7:40 2000 Delivered-To: freebsd-current@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id EA80337BE17 for ; Thu, 25 May 2000 16:07:35 -0700 (PDT) (envelope-from sziszi@petra.hos.u-szeged.hu) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id BAA17373; Fri, 26 May 2000 01:08:01 +0200 (MET DST) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 12v6jL-0002tq-00 for ; Fri, 26 May 2000 01:07:55 +0200 Date: Fri, 26 May 2000 01:07:55 +0200 From: Szilveszter Adam To: freebsd-current@freebsd.org Subject: compilation problems with twe module Message-ID: <20000526010755.A10707@petra.hos.u-szeged.hu> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everybody! I was having problems with compiling the 'twe' module on a recent -CURRENT cvsupped and built tonight CEST: Specifically, the module did not compile at all because it reported three syntax errors in twevar.h. I realise that this module is a new import that has also been MFC-d to -STABLE. But I did not see anybody reporting problems about it recently so maybe it was just me? (For the record, I was able to track down and fix the errors on my machine, but I do not know if this impacts others as well. If so, I can send patches. If it is just me, ignore me:-) Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 16:27:12 2000 Delivered-To: freebsd-current@freebsd.org Received: from mass.cdrom.com (mass.cdrom.com [204.216.28.234]) by hub.freebsd.org (Postfix) with ESMTP id EAE0C37B6F5 for ; Thu, 25 May 2000 16:27:09 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id QAA02413; Thu, 25 May 2000 16:26:36 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Message-Id: <200005252326.QAA02413@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Poul-Henning Kamp Cc: FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-reply-to: Your message of "Thu, 25 May 2000 23:33:31 +0200." <6979.959290411@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 25 May 2000 16:26:36 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >I objected to a recent commit hiding the fact that this is > >"(elm)->field.sle_next". Anyway, curelm must be a pointer to a struct. > >Not just any struct; the struct must contain a "field" declared using > >SLIST_ENTRY(). > > It could be an union or class as well... It would not be very useful if it were a union; the class issue is valid (although you could trivially use a struct contained within a class and a parent reference) but definitely not a good enough argument to support the massive breakage this otherwise entails. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 16:30:41 2000 Delivered-To: freebsd-current@freebsd.org Received: from mass.cdrom.com (mass.cdrom.com [204.216.28.234]) by hub.freebsd.org (Postfix) with ESMTP id 5871837B6F5 for ; Thu, 25 May 2000 16:30:38 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id QAA02522; Thu, 25 May 2000 16:32:08 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Message-Id: <200005252332.QAA02522@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Szilveszter Adam Cc: freebsd-current@freebsd.org Subject: Re: compilation problems with twe module In-reply-to: Your message of "Fri, 26 May 2000 01:07:55 +0200." <20000526010755.A10707@petra.hos.u-szeged.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 25 May 2000 16:32:07 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hello everybody! > > I was having problems with compiling the 'twe' module on a recent -CURRENT > cvsupped and built tonight CEST: > > Specifically, the module did not compile at all because it reported three > syntax errors in twevar.h. I realise that this module is a new import that has > also been MFC-d to -STABLE. But I did not see anybody reporting problems > about it recently so maybe it was just me? > > (For the record, I was able to track down and fix the errors on my machine, > but I do not know if this impacts others as well. If so, I can send patches. > If it is just me, ignore me:-) This was caused by overlap with the recent queue macro breakage; it'll be resolved when it's backed out in a couple of hours. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 16:53:56 2000 Delivered-To: freebsd-current@freebsd.org Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.14.126.45]) by hub.freebsd.org (Postfix) with ESMTP id 425C737B555 for ; Thu, 25 May 2000 16:53:53 -0700 (PDT) (envelope-from mdharnois@home.com) Received: (from mdharnois@localhost) by c1030098-a.wtrlo1.ia.home.com (8.9.3/8.9.3) id SAA60370; Thu, 25 May 2000 18:53:49 -0500 (CDT) (envelope-from mdharnois@home.com) X-Authentication-Warning: mharnois.workgroup.net: mdharnois set sender to mdharnois@home.com using -f To: freebsd-current@FreeBSD.ORG Subject: Re: compilation problems with twe module References: <20000526010755.A10707@petra.hos.u-szeged.hu> From: Michael Harnois Date: 25 May 2000 18:53:49 -0500 Message-ID: <86vh02p4oi.fsf@mharnois.workgroup.net> Lines: 13 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Melpomene) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > (For the record, I was able to track down and fix the errors on > my machine, but I do not know if this impacts others as well. If > so, I can send patches. If it is just me, ignore me:-) There's at least three of us. -- Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA mdharnois@home.com aa0bt@aa0bt.ampr.org The opposite of a correct statement is a false statement. The opposite of a profound truth may well be another profound truth. -- Niels Bohr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 17:28:40 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail2.tor.primus.ca (mail2.tor.primus.ca [216.254.136.134]) by hub.freebsd.org (Postfix) with ESMTP id ED37D37B716 for ; Thu, 25 May 2000 17:28:34 -0700 (PDT) (envelope-from tom@thomaskovacs.com) Received: from dialin-153-58.tor.primus.ca ([216.254.153.58] helo=kovacs) by mail2.tor.primus.ca with smtp (Exim 2.11 #1) id 12v84R-000102-04 for freebsd-current@FreeBSD.org; Thu, 25 May 2000 20:33:47 -0400 Message-ID: <000c01bfc6c2$766133a0$3a99fed8@kovacs> From: "Thomas Kovacs" To: Subject: subscribe Date: Thu, 25 May 2000 20:28:29 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01BFC687.C963AAA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01BFC687.C963AAA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ------=_NextPart_000_0009_01BFC687.C963AAA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
------=_NextPart_000_0009_01BFC687.C963AAA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 19:12:15 2000 Delivered-To: freebsd-current@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 9B45337B7C1 for ; Thu, 25 May 2000 19:12:12 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id TAA73958; Thu, 25 May 2000 19:12:05 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 25 May 2000 19:12:05 -0700 (PDT) From: Doug Barton X-Sender: doug@dt051n0b.san.rr.com To: Salvo Bartolotta Cc: current@FreeBSD.ORG Subject: Re: Yet another breakage this week ... In-Reply-To: <20000526.22300@bartequi.ottodomain.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Salvo Bartolotta wrote: > Dear FreeBSD'ers, > > yet another item of bad news during this long endless week *sigh* > > I succesfully built and installed the world -- sources as of 24 May at > (about) 21 GMT. However, I couldn't compile a kernel. It broke at the > ipfilter module as I recall. > > Well, I downloaded the sources again "today" (at 11 GMT on May, 25) to > compile ONLY the kernel -- without remaking the world. The good news > is that the ipfilter module compiles; the bad news that there's a > problem (read ``Error code 1'') in .../modules/twe/twe.c at line 1488, > 1495, 1496: structure has no member named tqh_. Are you reading -current and the cvs-all lists? These items have both been discussed.... Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 19:26:45 2000 Delivered-To: freebsd-current@freebsd.org Received: from MindBender.serv.net (mindbender.serv.net [207.207.83.229]) by hub.freebsd.org (Postfix) with ESMTP id B3A6937B5CF for ; Thu, 25 May 2000 19:26:41 -0700 (PDT) (envelope-from michaelv@MindBender.serv.net) Received: from zeus ([207.153.149.217]) by MindBender.serv.net (8.8.8/8.7.3) with SMTP id TAA23993 for ; Thu, 25 May 2000 19:26:40 -0700 (PDT) Message-ID: <000001bfc6b9$d38f3350$d99599cf@zeus> From: "Michael VanLoon" To: Subject: DPT SmartRAID V with FreeBSD Date: Wed, 24 May 2000 16:56:38 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01BFC5A1.06B8E3D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01BFC5A1.06B8E3D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I remember someone is working on I2O based drivers for this, but I can't = remember who. Who is that person and what is the current state of these = drivers? Thanks. ------=_NextPart_000_0007_01BFC5A1.06B8E3D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I remember someone is working on I2O = based drivers=20 for this, but I can't remember who.  Who is that person and what is = the=20 current state of these drivers?  Thanks.
 
------=_NextPart_000_0007_01BFC5A1.06B8E3D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 20: 5:51 2000 Delivered-To: freebsd-current@freebsd.org Received: from thelab.hub.org (nat196.189.mpoweredpc.net [142.177.196.189]) by hub.freebsd.org (Postfix) with ESMTP id 258E737B7FF for ; Thu, 25 May 2000 20:05:44 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id AAA22025 for ; Fri, 26 May 2000 00:05:18 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Fri, 26 May 2000 00:05:18 -0300 (ADT) From: The Hermit Hacker To: freebsd-current@freebsd.org Subject: kernel compile fails in: ../../dev/vx/if_vx_pci.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just decided to brave going from 4.0->5.0 ... upgraded all my sources, checked over the UPGRADING file, GENERIC and LINT, to see if anyting pop'd out as far as changing my config is concerned ... make depend went through no probs, but a make fails at: cc -c -O3 -mpentium -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../dev/vx/if_vx_pci.c ../../dev/vx/if_vx_pci.c:131: variable `vxdevice' has initializer but incomplete type ../../dev/vx/if_vx_pci.c:132: warning: excess elements in struct initializer ../../dev/vx/if_vx_pci.c:132: warning: (near initialization for `vxdevice') ../../dev/vx/if_vx_pci.c:133: warning: excess elements in struct initializer ../../dev/vx/if_vx_pci.c:133: warning: (near initialization for `vxdevice') ../../dev/vx/if_vx_pci.c:134: warning: excess elements in struct initializer ../../dev/vx/if_vx_pci.c:134: warning: (near initialization for `vxdevice') ../../dev/vx/if_vx_pci.c:135: warning: excess elements in struct initializer ../../dev/vx/if_vx_pci.c:135: warning: (near initialization for `vxdevice') ../../dev/vx/if_vx_pci.c:137: warning: excess elements in struct initializer ../../dev/vx/if_vx_pci.c:137: warning: (near initialization for `vxdevice') ../../dev/vx/if_vx_pci.c:139: warning: type defaults to `int' in declaration of `COMPAT_PCI_DRIVER' ../../dev/vx/if_vx_pci.c:139: warning: parameter names (without types) in function declaration ../../dev/vx/if_vx_pci.c:139: warning: data definition has no type or storage class ../../dev/vx/if_vx_pci.c:131: warning: `vxdevice' defined but not used *** Error code 1 Stop in /usr/local/base/src/sys/compile/thelab. cvsup'd as of a few minutes ago, but that file itself hasn't changed since Jan 29th, according to my system ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 20: 7:11 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id B10CC37BE2A; Thu, 25 May 2000 20:06:55 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id TAA24272; Thu, 25 May 2000 19:55:11 -0700 (PDT) Message-ID: <392DE861.867E9418@telocity.com> Date: Thu, 25 May 2000 22:58:41 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: -current , -questions Subject: Kernel making problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Running 5.0 source from 5/19/00, I cvsupped tonight, as I have the last few nights. I'm able to do a make buildworld, but I get errors on doing at "make depend" for the kernel. Did I miss something recently with this aicasm_gram.y file or is this still in the works? error shown below is the last bits of my "make depend". I know it's barfing on SCSI code, but I need my ahc driver. -Otter cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c aicasm_gram.c In file included from ../../dev/aic7xxx/aicasm_gram.y:40: ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' In file included from ../../dev/aic7xxx/aicasm_gram.y:41: ../../dev/aic7xxx/aicasm_symbol.h:61: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:109: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:126: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:127: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:128: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:137: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:138: syntax error before `struct' In file included from ../../dev/aic7xxx/aicasm_gram.y:42: ../../dev/aic7xxx/sequencer.h:72: syntax error before `struct' ../../dev/aic7xxx/aicasm_gram.y: In function `initialize_symbol': ../../dev/aic7xxx/aicasm_gram.y:1062: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y: In function `type_check': ../../dev/aic7xxx/aicasm_gram.y:1329: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:1331: structure has no member named `sle_next' ../../dev/aic7xxx/aicasm_gram.y: In function `make_expression': ../../dev/aic7xxx/aicasm_gram.y:1352: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y: In function `is_download_const': ../../dev/aic7xxx/aicasm_gram.y:1405: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:1406: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y: In function `yyparse': ../../dev/aic7xxx/aicasm_gram.y:410: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:446: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:596: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:691: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:693: structure has no member named `tqh_last' ../../dev/aic7xxx/aicasm_gram.y:716: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:718: structure has no member named `tqh_last' ../../dev/aic7xxx/aicasm_gram.y:737: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:746: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:746: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:750: structure has no member named `slh_first' *** Error code 1 Stop in /usr/src/sys/compile/kashmir. *** Error code 1 Stop in /usr/src/sys/compile/kashmir. kashmir# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 20:21:46 2000 Delivered-To: freebsd-current@freebsd.org Received: from fep7.mail.ozemail.net (fep7-old.mail.ozemail.net [203.2.192.99]) by hub.freebsd.org (Postfix) with ESMTP id 7CD9537B779 for ; Thu, 25 May 2000 20:21:40 -0700 (PDT) (envelope-from obituary@ozemail.com.au) Received: from carcass.au.hartware.com (slnew55p01.ozemail.com.au [203.108.151.79]) by fep7.mail.ozemail.net (8.9.0/8.6.12) with ESMTP id NAA16900 for ; Fri, 26 May 2000 13:21:35 +1000 (EST) Received: (from obituary@localhost) by carcass.au.hartware.com (8.9.3/8.9.3) id NAA09259 for freebsd-current@freebsd.org; Fri, 26 May 2000 13:19:49 +1000 (EST) (envelope-from obituary) Date: Fri, 26 May 2000 13:19:49 +1000 From: "Jacob A. Hart" To: FreeBSD-CURRENT Subject: Scheduler changes? Message-ID: <20000526131949.A9232@carcass.au.hartware.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable For the past couple of weeks I've noticed rc5des isn't playing friendly with the other processes on my system. When running a CPU intensive task (such as a buildworld, MP3 encoder, or xmame) rc5des hogs around 20-30% CPU even though, by default, it is niced at +20. The last known "good" kernel build I have here is almost a month old -- 29th of April. It broke sometime between then and May 6th, and I haven't had a build that doesn't exibit this behaviour since. Anyone else noticed similar symptoms? -jake --=20 Jacob A. Hart Powered by: FreeBSD 5.0-CURRENT #9: Fri May 26 07:39:27 EST 2000 I believe the technical term is "Oops!" --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: tJWbaK3Fkxhz73ulRTUqXZUZRK7mbvzb iQA/AwUBOS3tU31KIGEEZDODEQLZBACfasG+VhO/o6wmYvVI2hSLd9ER9aQAoKMs ijwdFOADnmJ52AucSu/XFoXp =RHc6 -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 20:22:40 2000 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 2624037B82D for ; Thu, 25 May 2000 20:22:35 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id XAA04852; Thu, 25 May 2000 23:20:31 -0400 (EDT) (envelope-from wollman) Date: Thu, 25 May 2000 23:20:31 -0400 (EDT) From: Garrett Wollman Message-Id: <200005260320.XAA04852@khavrinen.lcs.mit.edu> To: Poul-Henning Kamp Cc: FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-Reply-To: <6979.959290411@critter.freebsd.dk> References: <6979.959290411@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > It could be an union or class as well... No, it couldn't be a union. Or rather, it could, but a linked-list which does not carry any data is somewhat less than useful. If you're programming in C++, there are much more appropriate ways to construct abstract data types. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 20:36: 8 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B3EAF37B7CC for ; Thu, 25 May 2000 20:36:03 -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.8.7/8.8.7) with ESMTP id NAA11972; Fri, 26 May 2000 13:31:45 +1000 Date: Fri, 26 May 2000 13:31:39 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Poul-Henning Kamp Cc: Garrett Wollman , Jake Burkholder , Chuck Robey , FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-Reply-To: <6979.959290411@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 25 May 2000, Poul-Henning Kamp wrote: > In message , Bruce Evans > writes: > >I objected to a recent commit hiding the fact that this is > >"(elm)->field.sle_next". Anyway, curelm must be a pointer to a struct. > >Not just any struct; the struct must contain a "field" declared using > >SLIST_ENTRY(). > > It could be an union or class as well... It couldn't (usefully) be a union, because then there would be no space in the object for more than the list pointers. It would be a style bug for it to be a class, since if you have classes then you have C++ (or maybe objc) and then you should use C++ features and not cpp macro hacks to implement queue. It would be a style bug for it to be a typedef'ed struct type, since struct types shouldn't be typedefed (see style(9)). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 21:51:37 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 65F2737BFDF; Thu, 25 May 2000 21:51:30 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (nobody@relay.nuxi.com [169.237.7.38]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id VAA06165; Thu, 25 May 2000 21:51:28 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id KAA03636; Thu, 25 May 2000 10:16:14 -0700 (PDT) (envelope-from obrien) Date: Thu, 25 May 2000 10:16:13 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: current@FreeBSD.org Subject: Re: FW: GDB 5.0 is released! Message-ID: <20000525101612.A2790@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <392CFA33.BE30AF21@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <392CFA33.BE30AF21@FreeBSD.org>; from SoboMax@FreeBSD.org on Thu, May 25, 2000 at 01:02:28PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 01:02:28PM +0300, Maxim Sobolev wrote: > GDB 5.0 is released! > You can download GDB from either Project GNU's FTP server, or Red Hat's > sources site: Or ftp://ftp.freebsd.org/pub/sourceware/gdb/ -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 23:37:52 2000 Delivered-To: freebsd-current@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 8ECEA37B662 for ; Thu, 25 May 2000 23:37:46 -0700 (PDT) (envelope-from SoboMax@FreeBSD.org) Received: from vega.vega.com (vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id JAA23417; Fri, 26 May 2000 09:36:29 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id JAA06302; Fri, 26 May 2000 09:36:58 +0300 (EEST) (envelope-from SoboMax@FreeBSD.org) Message-ID: <392E1B7C.BD2B359A@FreeBSD.org> Date: Fri, 26 May 2000 09:36:45 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: obrien@NUXI.com Cc: current@FreeBSD.org Subject: Re: FW: GDB 5.0 is released! References: <392CFA33.BE30AF21@FreeBSD.org> <20000525101612.A2790@dragon.nuxi.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > On Thu, May 25, 2000 at 01:02:28PM +0300, Maxim Sobolev wrote: > > GDB 5.0 is released! > > You can download GDB from either Project GNU's FTP server, or Red Hat's > > sources site: > > Or ftp://ftp.freebsd.org/pub/sourceware/gdb/ Do you have any forecasts as to when we will see this baby in the -current? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Thu May 25 23:38:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 5AC6537B662; Thu, 25 May 2000 23:38:23 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id IAA09835; Fri, 26 May 2000 08:38:20 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mike Smith Cc: FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-reply-to: Your message of "Thu, 25 May 2000 16:26:36 PDT." <200005252326.QAA02413@mass.cdrom.com> Date: Fri, 26 May 2000 08:38:20 +0200 Message-ID: <9833.959323100@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200005252326.QAA02413@mass.cdrom.com>, Mike Smith writes: >> >I objected to a recent commit hiding the fact that this is >> >"(elm)->field.sle_next". Anyway, curelm must be a pointer to a struct. >> >Not just any struct; the struct must contain a "field" declared using >> >SLIST_ENTRY(). >> >> It could be an union or class as well... > >It would not be very useful if it were a union; the class issue is valid >(although you could trivially use a struct contained within a class and a >parent reference) but definitely not a good enough argument to support >the massive breakage this otherwise entails. I have yet to see any signs of "massive breakage". -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | 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 May 26 3: 2: 4 2000 Delivered-To: freebsd-current@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 4CB0F37B6CF for ; Fri, 26 May 2000 03:00:12 -0700 (PDT) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (v-ger [158.227.6.179]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id LAA26759; Fri, 26 May 2000 11:59:09 +0200 (MET DST) Message-ID: <392E4AE9.E3A666BD@we.lc.ehu.es> Date: Fri, 26 May 2000 11:59:05 +0200 From: "Jose M. Alcaide" Organization: Universidad del Pais Vasco - Dpto. de Electricidad y Electronica X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: es-ES, es, en-US, en MIME-Version: 1.0 To: Salvo Bartolotta Cc: current@FreeBSD.ORG Subject: Re: Yet another breakage this week ... References: <20000526.22300@bartequi.ottodomain.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Salvo Bartolotta wrote: > > Well, I downloaded the sources again "today" (at 11 GMT on May, 25) to > compile ONLY the kernel -- without remaking the world. The good news > is that the ipfilter module compiles; the bad news that there's a > problem (read ``Error code 1'') in .../modules/twe/twe.c at line 1488, > 1495, 1496: structure has no member named tqh_. > I bumped into the same problems. If you need to compile a new kernel, edit sys/modules/Makefile and delete "twe" from the list of subdirs. I think this problem will be fixed in a few hours. -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@FreeBSD.org Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-946013071 ----------------------------------------------------------------------- "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 4: 1:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id D149637B70E for ; Fri, 26 May 2000 04:01:23 -0700 (PDT) (envelope-from sziszi@petra.hos.u-szeged.hu) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id NAA22449; Fri, 26 May 2000 13:01:49 +0200 (MET DST) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 12vHqu-0005pA-00 for ; Fri, 26 May 2000 13:00:28 +0200 Date: Fri, 26 May 2000 13:00:28 +0200 From: Szilveszter Adam To: freebsd-current@freebsd.org Subject: Re: compilation problems with twe module Message-ID: <20000526130028.A22268@petra.hos.u-szeged.hu> Mail-Followup-To: freebsd-current@freebsd.org References: <20000526010755.A10707@petra.hos.u-szeged.hu> <200005252332.QAA02522@mass.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <200005252332.QAA02522@mass.cdrom.com>; from msmith@freebsd.org on Thu, May 25, 2000 at 04:32:07PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 04:32:07PM -0700, Mike Smith wrote: > > Hello everybody! > > > > I was having problems with compiling the 'twe' module on a recent -CURRENT > > cvsupped and built tonight CEST: > > > > Specifically, the module did not compile at all because it reported three > > syntax errors in twevar.h. I realise that this module is a new import that has > > also been MFC-d to -STABLE. But I did not see anybody reporting problems > > about it recently so maybe it was just me? > > > > (For the record, I was able to track down and fix the errors on my machine, > > but I do not know if this impacts others as well. If so, I can send patches. > > If it is just me, ignore me:-) > > This was caused by overlap with the recent queue macro breakage; it'll be > resolved when it's backed out in a couple of hours. Thanks for the quick reaction, world & kernel rebuilt and working now. P.S: Has the international crypto collection been updated too? (it wasn't when I cvsupped but it was 3 hours ago... buildworld takes a lot of time:-( Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 7: 2:11 2000 Delivered-To: freebsd-current@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 7672137BBB6 for ; Fri, 26 May 2000 07:02:04 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12vKfh-000JOA-00; Fri, 26 May 2000 16:01:05 +0200 From: Sheldon Hearn To: "Jacob A. Hart" Cc: FreeBSD-CURRENT Subject: Re: Scheduler changes? In-reply-to: Your message of "Fri, 26 May 2000 13:19:49 +1000." <20000526131949.A9232@carcass.au.hartware.com> Date: Fri, 26 May 2000 16:01:05 +0200 Message-ID: <74533.959349665@axl.ops.uunet.co.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000 13:19:49 +1000, "Jacob A. Hart" wrote: > For the past couple of weeks I've noticed rc5des isn't playing friendly with > the other processes on my system. When running a CPU intensive task (such > as a buildworld, MP3 encoder, or xmame) rc5des hogs around 20-30% CPU even > though, by default, it is niced at +20. As a datapoint, I have a one week old (2000-05-18) CURRENT box that runs setiathome all day every day. When builds kick in, setiathome gets relagated to the single-digit percentiles in top's display of CPU users. This is only true when serious building is happening; those aspects of the build that I can imagine are more I/O than CPU intensive give setiathome a fighting chance. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 8:18:26 2000 Delivered-To: freebsd-current@freebsd.org Received: from io.yi.org (24.67.218.186.bc.wave.home.com [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id 6F3B437B8EF; Fri, 26 May 2000 08:18:21 -0700 (PDT) (envelope-from jburkhol@home.com) Received: from io.yi.org (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by io.yi.org (Postfix) with ESMTP id 6B67CBA69; Fri, 26 May 2000 08:19:40 -0700 (PDT) X-Mailer: exmh version 2.1.1 10/15/1999 To: Poul-Henning Kamp Cc: Mike Smith , FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-Reply-To: Message from Poul-Henning Kamp of "Fri, 26 May 2000 08:38:20 +0200." <9833.959323100@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 May 2000 08:19:40 -0700 From: Jake Burkholder Message-Id: <20000526151940.6B67CBA69@io.yi.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message <200005252326.QAA02413@mass.cdrom.com>, Mike Smith writes: > >> >I objected to a recent commit hiding the fact that this is > >> >"(elm)->field.sle_next". Anyway, curelm must be a pointer to a struct. > >> >Not just any struct; the struct must contain a "field" declared using > >> >SLIST_ENTRY(). > >> > >> It could be an union or class as well... > > > >It would not be very useful if it were a union; the class issue is valid > >(although you could trivially use a struct contained within a class and a > >parent reference) but definitely not a good enough argument to support > >the massive breakage this otherwise entails. > > I have yet to see any signs of "massive breakage". Please just let it rest. I don't think Mike's comments are out of line; this was massive breakage regardless of wether world built or not. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 8:41:33 2000 Delivered-To: freebsd-current@freebsd.org Received: from viking.sophos.com (viking.sophos.com [193.82.145.128]) by hub.freebsd.org (Postfix) with ESMTP id ADE5C37B627 for ; Fri, 26 May 2000 08:41:30 -0700 (PDT) (envelope-from gjvc@sophos.com) Received: from trafalgar.sophos.com (trafalgar.sophos.com [193.82.145.143]) by viking.sophos.com (Postfix) with ESMTP id ADD7A45C01; Fri, 26 May 2000 15:41:27 +0000 (GMT) Received: by trafalgar.sophos.com (Postfix, from userid 1010) id 4920D1F49; Fri, 26 May 2000 16:41:27 +0100 (BST) Date: Fri, 26 May 2000 16:41:27 +0100 From: George Cox To: Szilveszter Adam Cc: current@FreeBSD.org Subject: Re: World broken again... Message-ID: <20000526164127.A52234@trafalgar> References: <392CDE8E.E4A6A032@FreeBSD.org> <20000525102734.A25231@petra.hos.u-szeged.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000525102734.A25231@petra.hos.u-szeged.hu>; from sziszi@petra.hos.u-szeged.hu on Thu, May 25, 2000 at 10:27:35AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT (i386) X-EICAR: X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!+H* X-Sophos: You betcha Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 25/05 10:27, Szilveszter Adam wrote: > On Thu, May 25, 2000 at 11:04:30AM +0300, Maxim Sobolev wrote: > > > cc -O -pipe -march=k6 -mpreferred-stack-boundary=2 -Wall > > -I/usr/obj/usr/current/ > > Not to be picky, but optimizations apart from -O -pipe were not supported I'm going to be picky :-) -pipe isn't an code-optimization flag, it's a don't-use-temporary-files-during-compilation flag :-) best; gjvc -- [gjvc] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 9:59:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 6097D37B660; Fri, 26 May 2000 09:59:39 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p03-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.132]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id BAA06827; Sat, 27 May 2000 01:59:36 +0900 (JST) Message-ID: <392E9FFB.507BB55E@newsguy.com> Date: Sat, 27 May 2000 01:02:03 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Mike Smith Cc: Poul-Henning Kamp , FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... References: <200005252326.QAA02413@mass.cdrom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith wrote: > > > >I objected to a recent commit hiding the fact that this is > > >"(elm)->field.sle_next". Anyway, curelm must be a pointer to a struct. > > >Not just any struct; the struct must contain a "field" declared using > > >SLIST_ENTRY(). > > > > It could be an union or class as well... > > It would not be very useful if it were a union; the class issue is valid > (although you could trivially use a struct contained within a class and a > parent reference) but definitely not a good enough argument to support > the massive breakage this otherwise entails. Last I knew, the only difference between "class" and "struct" was whether the default was "public:" or "private:". Of course, C++ has changed quite a bit since then, but... -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@another.bsdconspiracy.org "Sentience hurts." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 11:30:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 39CF537BED9; Fri, 26 May 2000 11:30:23 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.3) id LAA64037; Fri, 26 May 2000 11:27:10 -0700 (PDT) (envelope-from mph) Date: Fri, 26 May 2000 11:27:10 -0700 From: Matthew Hunt To: Otter Cc: -current , -questions Subject: Re: Kernel making problems Message-ID: <20000526112710.A63950@wopr.caltech.edu> References: <392DE861.867E9418@telocity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392DE861.867E9418@telocity.com>; from otterr@telocity.com on Thu, May 25, 2000 at 10:58:41PM -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c > aicasm_gram.c > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' > ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' I had the same problem. It looks like the following procedure fixes it: Make sure your source tree is up to date. cd /usr/src make includes Do the config/make depend/make bit again. Matt -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 12:14:47 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 71A7B37B51B; Fri, 26 May 2000 12:14:45 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (nobody@relay.nuxi.com [169.237.7.38]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA09035; Fri, 26 May 2000 12:14:41 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA01213; Fri, 26 May 2000 12:14:40 -0700 (PDT) (envelope-from obrien) Date: Fri, 26 May 2000 12:14:40 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: current@FreeBSD.org Subject: Re: FW: GDB 5.0 is released! Message-ID: <20000526121440.A884@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <392CFA33.BE30AF21@FreeBSD.org> <20000525101612.A2790@dragon.nuxi.com> <392E1B7C.BD2B359A@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <392E1B7C.BD2B359A@FreeBSD.org>; from SoboMax@FreeBSD.org on Fri, May 26, 2000 at 09:36:45AM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > GDB 5.0 is released! > Do you have any forecasts as to when we will see this baby in the -current? Its priority is behind GCC 2.96 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 13:17:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from mass.cdrom.com (adsl-63-206-88-224.dsl.snfc21.pacbell.net [63.206.88.224]) by hub.freebsd.org (Postfix) with ESMTP id 8A81337B5A7; Fri, 26 May 2000 13:17:28 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id NAA00847; Fri, 26 May 2000 13:18:05 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Message-Id: <200005262018.NAA00847@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Poul-Henning Kamp Cc: Mike Smith , FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-reply-to: Your message of "Fri, 26 May 2000 08:38:20 +0200." <9833.959323100@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 May 2000 13:18:04 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message <200005252326.QAA02413@mass.cdrom.com>, Mike Smith writes: > >> >I objected to a recent commit hiding the fact that this is > >> >"(elm)->field.sle_next". Anyway, curelm must be a pointer to a struct. > >> >Not just any struct; the struct must contain a "field" declared using > >> >SLIST_ENTRY(). > >> > >> It could be an union or class as well... > > > >It would not be very useful if it were a union; the class issue is valid > >(although you could trivially use a struct contained within a class and a > >parent reference) but definitely not a good enough argument to support > >the massive breakage this otherwise entails. > > I have yet to see any signs of "massive breakage". Try "source-level incompatibility with everyone else that uses these interfaces" (eg. all the other BSDs, OS/X, AIX, etc.) The queue macros are a stable, widely-used API. If you're going to change their calling conventions, simple commonsense behooves you to rename them as well. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 15:49:10 2000 Delivered-To: freebsd-current@freebsd.org Received: from obie.softweyr.com (obie.softweyr.com [204.68.178.33]) by hub.freebsd.org (Postfix) with ESMTP id 664BA37B720 for ; Fri, 26 May 2000 15:49:00 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.com (ip41.salt-lake-city9.ut.pub-ip.psi.net [38.31.167.41]) by obie.softweyr.com (8.8.8/8.8.8) with ESMTP id QAA09647; Fri, 26 May 2000 16:48:35 -0600 (MDT) (envelope-from wes@softweyr.com) Message-ID: <392EFFDB.4BC7A268@softweyr.com> Date: Fri, 26 May 2000 16:51:07 -0600 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Matthew Dillon Cc: "Sean O'Connell" , current@FreeBSD.ORG Subject: Re: Anyone else seeing jumpy mice? References: <200005221651.JAA60866@apollo.backplane.com> <200005221659.JAA79028@realtime.exit.com> <20000522130804.F58289@stat.Duke.EDU> <200005221800.LAA61325@apollo.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Dillon wrote: > > :> > kernels then two weeks old for 4.0, and four weeks old for 5.0). > :> > :> Yes. This started long before the SMP cleanup MFC. I'm running 4-stable. > : > :Let me second this. I have been unable to use moused on my laptop > :(Sony VAIO 505TR with Versapad) since syscons changes went in right > :after 4.0-RELEASE (it worked under -RELEASE), but broke under -STABLE. > :I had a discussion with Kazutaka YOKOTA, but nothing was resolved. > :Cut and paste were OKish on the ttyvN with a very twitchy pointer image, > :but it was completely unusable under XFree86-3.3.6 that shipped with > :-RELEASE (not sure if I should rebuild X or not). I have been running > :sans moused ever since (so it is not hardware related in my case). > : > :S > :----------------------------------------------------------------------- > :Sean O'Connell Email: sean@stat.Duke.EDU > > Ok, at least it wasn't me :-) That's all I care about, bye! .. heh heh, > just kidding. It seems that people are homing in on the problem being > syscons, that's two so far. Is there any further corroboration? Yes, I updated from 3.3 to 4.0-CURRENT about 5 days after the release, and it started happening for me right then. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 21:47:57 2000 Delivered-To: freebsd-current@freebsd.org Received: from kbtfw.kubota.co.jp (kbtfw.kubota.co.jp [133.253.102.202]) by hub.freebsd.org (Postfix) with ESMTP id 941FF37B752 for ; Fri, 26 May 2000 21:47:50 -0700 (PDT) (envelope-from haro@tk.kubota.co.jp) Received: by kbtfw.kubota.co.jp; id NAA00573; Sat, 27 May 2000 13:47:47 +0900 (JST) Received: from unknown(133.253.122.1) by kbtfw.kubota.co.jp via smap (V4.2) id xma000537; Sat, 27 May 00 13:47:18 +0900 Received: from jkpc15.tk.kubota.co.jp ([192.168.7.250]) by kbtmx.eto.kubota.co.jp (8.9.3+3.2W/3.7W) with ESMTP id NAA07044 for ; Sat, 27 May 2000 13:47:17 +0900 (JST) Received: from localhost (localhost.ttr.kubota.co.jp [127.0.0.1]) by jkpc15.tk.kubota.co.jp (8.9.3/3.7W-02/21/99) with ESMTP id NAA56961 for ; Sat, 27 May 2000 13:42:26 +0900 (JST) To: current@freebsd.org Subject: kernel build error due to dependency on /usr/include? X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000527134225X.haro@tk.kubota.co.jp> Date: Sat, 27 May 2000 13:42:25 +0900 From: haro@tk.kubota.co.jp (Munehiro Matsuda) X-Dispatcher: imput version 990905(IM130) Lines: 59 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I got following kernel build error. When I run 'make includes', the error has gone away. Why does kernel build process depend on installed system files, such as /usr/include? Thank you, Haro --------------------------------------------------------------------------- jkpc15-haro[43]cd ../../compile/JKPC15 jkpc15-haro[44]make depend cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/genassym.c genassym genassym.o >assym.s make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/JKPC15 lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c cc -O -pipe -I/usr/include -I. -c aicasm_scan.c ^^^^^^^^^^^^^^^ In file included from ../../dev/aic7xxx/aicasm_scan.l:40: ../../dev/aic7xxx/aicasm.h:44: syntax error before `path_entry' ../../dev/aic7xxx/aicasm.h:53: syntax error before `path_entry' In file included from ../../dev/aic7xxx/aicasm_scan.l:41: ../../dev/aic7xxx/aicasm_symbol.h:61: syntax error before `symbol_node' ../../dev/aic7xxx/aicasm_symbol.h:109: syntax error before `symbol_node' ../../dev/aic7xxx/aicasm_symbol.h:126: syntax error before `scope' ../../dev/aic7xxx/aicasm_symbol.h:127: syntax error before `scope' ../../dev/aic7xxx/aicasm_symbol.h:128: syntax error before `scope' ../../dev/aic7xxx/aicasm_symbol.h:137: syntax error before `scope' ../../dev/aic7xxx/aicasm_symbol.h:138: syntax error before `scope' ../../dev/aic7xxx/aicasm_scan.l:203: syntax error before `include' ../../dev/aic7xxx/aicasm_scan.l:206: syntax error before `include' ../../dev/aic7xxx/aicasm_scan.l: In function `include_file': ../../dev/aic7xxx/aicasm_scan.l:223: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_scan.l:225: structure has no member named `sle_next' ../../dev/aic7xxx/aicasm_scan.l:256: structure has no member named `sle_next' ../../dev/aic7xxx/aicasm_scan.l:256: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_scan.l:256: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_scan.l: In function `yywrap': ../../dev/aic7xxx/aicasm_scan.l:273: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_scan.l:278: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_scan.l:278: structure has no member named `slh_first' *** Error code 1 Stop in /usr/src/sys/compile/JKPC15. *** Error code 1 Stop in /usr/src/sys/compile/JKPC15. jkpc15-haro[45] =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Office of Business Planning & Development, Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103, Japan Tel: +81-3-3245-3318 Fax: +81-3-3245-3315 Email: haro@tk.kubota.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 22: 7:19 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 6722837B9A7 for ; Fri, 26 May 2000 22:07:16 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA25350; Fri, 26 May 2000 23:07:15 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA48875; Fri, 26 May 2000 23:05:59 -0600 (MDT) Message-Id: <200005270505.XAA48875@harmony.village.org> To: The Hermit Hacker Subject: Re: kernel compile fails in: ../../dev/vx/if_vx_pci.c Cc: freebsd-current@FreeBSD.ORG In-reply-to: Your message of "Fri, 26 May 2000 00:05:18 -0300." References: Date: Fri, 26 May 2000 23:05:59 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message The Hermit Hacker writes: : make depend went through no probs, but a make fails at: You may have overlooked this entry in UPDATING: 20000319: The ISA and PCI compatability shims have been connected to the options COMPAT_OLDISA and COMPAT_OLDPCI. If you are using old style PCI or ISA drivers (i.e. tx, voxware, etc.) you must include the appropriate option in your kernel config. Drivers using the shims should be updated or they won't ship with 5.0-RELEASE, targeted for 2001. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Fri May 26 22:10:28 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 14A6037B538; Fri, 26 May 2000 22:10:25 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA25366; Fri, 26 May 2000 23:10:23 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA49399; Fri, 26 May 2000 23:09:07 -0600 (MDT) Message-Id: <200005270509.XAA49399@harmony.village.org> To: "Daniel C. Sobral" Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... Cc: Mike Smith , Poul-Henning Kamp , FreeBSD-current In-reply-to: Your message of "Sat, 27 May 2000 01:02:03 +0900." <392E9FFB.507BB55E@newsguy.com> References: <392E9FFB.507BB55E@newsguy.com> <200005252326.QAA02413@mass.cdrom.com> Date: Fri, 26 May 2000 23:09:07 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <392E9FFB.507BB55E@newsguy.com> "Daniel C. Sobral" writes: : Last I knew, the only difference between "class" and "struct" was : whether the default was "public:" or "private:". Of course, C++ has : changed quite a bit since then, but... Yes. That's true in C++ today (well, in gcc 2.95) as well. Many things have changed since the bad old days of cfront 1.2, not all of them for the better. const_cast(Warner) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 0:38:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from fep9.mail.ozemail.net (fep9.mail.ozemail.net [203.2.192.103]) by hub.freebsd.org (Postfix) with ESMTP id C8C5E37B5D4 for ; Sat, 27 May 2000 00:38:23 -0700 (PDT) (envelope-from obituary@ozemail.com.au) Received: from carcass.au.hartware.com (slnew51p11.ozemail.com.au [203.108.150.27]) by fep9.mail.ozemail.net (8.9.0/8.6.12) with ESMTP id RAA14186; Sat, 27 May 2000 17:38:18 +1000 (EST) Received: (from obituary@localhost) by carcass.au.hartware.com (8.9.3/8.9.3) id RAA00255; Sat, 27 May 2000 17:36:24 +1000 (EST) (envelope-from obituary) Date: Sat, 27 May 2000 17:36:24 +1000 From: "Jacob A. Hart" To: Sheldon Hearn Cc: FreeBSD-CURRENT Subject: Re: Scheduler changes? Message-ID: <20000527173624.A207@carcass.au.hartware.com> References: <20000526131949.A9232@carcass.au.hartware.com> <74533.959349665@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" X-Mailer: Mutt 1.0.1i In-Reply-To: <74533.959349665@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Fri, May 26, 2000 at 04:01:05PM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable On Fri, May 26, 2000 at 04:01:05PM +0200, Sheldon Hearn wrote: >=20 >=20 > On Fri, 26 May 2000 13:19:49 +1000, "Jacob A. Hart" wrote: >=20 > > For the past couple of weeks I've noticed rc5des isn't playing friendly= with > > the other processes on my system. When running a CPU intensive task (s= uch > > as a buildworld, MP3 encoder, or xmame) rc5des hogs around 20-30% CPU e= ven > > though, by default, it is niced at +20. >=20 > As a datapoint, I have a one week old (2000-05-18) CURRENT box that runs > setiathome all day every day. When builds kick in, setiathome gets > relagated to the single-digit percentiles in top's display of CPU users. > This is only true when serious building is happening; those aspects of > the build that I can imagine are more I/O than CPU intensive give > setiathome a fighting chance. Yep. That makes sense. What puzzles me, though, is the behaviour for processes that aren't I/O bound. Here are two top snapshots taken while encoding an MP3 stream directly from a .wav file on disk. In both cases, the processes were given ample time to "stabilize" (ie. were left running for about two minutes before the snapshot was taken). Kernel from 26th May: last pid: 23929; load averages: 1.66, 0.85, 0.44 up 1+09:10:34 17:0= 1:31 35 processes: 3 running, 32 sleeping CPU states: 69.6% user, 28.4% nice, 0.8% system, 1.2% interrupt, 0.0% id= le Mem: 65M Active, 33M Inact, 20M Wired, 4480K Cache, 22M Buf, 772K Free Swap: 256M Total, 256M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 23929 root 79 0 7656K 2024K RUN 0:59 67.56% 66.55% lame 174 root 81 20 952K 436K RUN 320:40 30.27% 30.27% rc5des Kernel from 29th April: last pid: 235; load averages: 1.93, 1.02, 0.45 up 0+00:06:00 17:0= 9:10 26 processes: 3 running, 23 sleeping CPU states: 100% user, 0.0% nice, 0.0% system, 0.0% interrupt, 0.0% id= le Mem: 12M Active, 49M Inact, 16M Wired, 12K Cache, 22M Buf, 47M Free Swap: 256M Total, 256M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 235 root 62 0 7684K 2260K RUN 2:15 98.44% 98.34% lame 174 root 68 20 952K 584K RUN 2:57 0.00% 0.00% rc5des Check out that rc5des process -- hogging (on average) about 30% CPU in the first case! My system feels noticibly sluggish too. The rc5des process interferes with just about everything (xmame, for example, is unplayable unless I disable i= t). I think I'll stick with the April 29th kernel for now ;-) -jake --=20 Jacob A. Hart Powered by: FreeBSD 5.0-CURRENT #4: Sat Apr 29 07:29:02 EST 2000 Loose bits sink chips. --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: nT11sKAccvEFyYONI76XeKzsU+qB6EU5 iQA/AwUBOS969n1KIGEEZDODEQJbwgCg2KAjymmtVt2YfTkVYh+R/tFqfTUAnjZX TiJHSLSr7/44yKQ0pD7Bx/Nu =REqN -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 2:24: 5 2000 Delivered-To: freebsd-current@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 57BF337B896; Sat, 27 May 2000 02:24:03 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 12vcp6-0007uj-0Y; Sat, 27 May 2000 10:24:00 +0100 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA23489; Sat, 27 May 2000 10:31:06 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sat, 27 May 2000 10:29:35 +0100 (BST) From: Doug Rabson To: "David O'Brien" Cc: Maxim Sobolev , current@freebsd.org Subject: Re: FW: GDB 5.0 is released! In-Reply-To: <20000526121440.A884@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, David O'Brien wrote: > > > > GDB 5.0 is released! > > Do you have any forecasts as to when we will see this baby in the -current? > > Its priority is behind GCC 2.96 Incidentally David, I have some patches which make a pre-release gdb 5.0 work for FreeBSD which I was going to give you since you have the right paperwork for submitting stuff to FSF. With those patches, a simple port would be easy and might make importing it to -current a bit easier. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 5:24:17 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id B29EC37B64B; Sat, 27 May 2000 05:24:10 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id FAA01286; Sat, 27 May 2000 05:22:22 -0700 (PDT) Message-ID: <392FBF0E.61D922B7@telocity.com> Date: Sat, 27 May 2000 08:26:54 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Matthew Hunt Cc: -current , -questions Subject: Re: Kernel making problems References: <392DE861.867E9418@telocity.com> <20000526112710.A63950@wopr.caltech.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Hunt wrote: > > On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: > > > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c > > aicasm_gram.c > > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: > > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' > > ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' > > I had the same problem. It looks like the following procedure > fixes it: > > Make sure your source tree is up to date. > cd /usr/src > make includes > > Do the config/make depend/make bit again. > > Matt ok. that seems to have cured the problem in "make depend", but now i'm finding a different problem in "make": cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s /tmp/ccd70154.s: Assembler messages: /tmp/ccd70154.s:796: Error: operands given don't match any known 386 instruction /tmp/ccd70154.s:861: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/kashmir. Any ideas? I don't have a clue. Does anyone have a spare clue I could use to get this kernel made? TIA. -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 8: 9: 7 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 012B337B6D4; Sat, 27 May 2000 08:09:01 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx>; Sat, 27 May 2000 08:09:00 -0700 Content-Length: 1779 X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <392FBF0E.61D922B7@telocity.com> Date: Sat, 27 May 2000 11:09:00 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Otter , imp@FreeBSD.org Subject: Re: Kernel making problems Cc: -questions , Cc: -questions , -current Message-Id: <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27-May-00 Otter wrote: > Matthew Hunt wrote: >> >> On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: >> >> > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c >> > aicasm_gram.c >> > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: >> > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' >> > ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' >> >> I had the same problem. It looks like the following procedure >> fixes it: >> >> Make sure your source tree is up to date. >> cd /usr/src >> make includes >> >> Do the config/make depend/make bit again. >> >> Matt > > ok. that seems to have cured the problem in "make depend", but now i'm > finding a different problem in "make": > > cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi > -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include > opt_global.h -elf -mpreferred-stack-boundary=2 > ../../i386/i386/bioscall.s > /tmp/ccd70154.s: Assembler messages: > /tmp/ccd70154.s:796: Error: operands given don't match any known 386 > instruction > /tmp/ccd70154.s:861: Error: operands given don't match any known 386 > instruction > *** Error code 1 > > Stop in /usr/src/sys/compile/kashmir. > > Any ideas? I don't have a clue. Does anyone have a spare clue I could > use to get this kernel made? TIA. > -Otter You need to build and install a new world before a new kernel. It looks like this needs to go into src/UPDATING. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "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 Sat May 27 8:13:41 2000 Delivered-To: freebsd-current@freebsd.org Received: from io.yi.org (24.67.218.186.bc.wave.home.com [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id B4AFD37B77D for ; Sat, 27 May 2000 08:13:37 -0700 (PDT) (envelope-from jburkhol@home.com) Received: from io.yi.org (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by io.yi.org (Postfix) with ESMTP id 4EF4CBA69; Sat, 27 May 2000 08:13:43 -0700 (PDT) X-Mailer: exmh version 2.1.1 10/15/1999 To: haro@tk.kubota.co.jp (Munehiro Matsuda) Cc: current@FreeBSD.ORG, jake@io.yi.org Subject: Re: kernel build error due to dependency on /usr/include? In-Reply-To: Message from haro@tk.kubota.co.jp (Munehiro Matsuda) of "Sat, 27 May 2000 13:42:25 +0900." <20000527134225X.haro@tk.kubota.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 May 2000 08:13:43 -0700 From: Jake Burkholder Message-Id: <20000527151343.4EF4CBA69@io.yi.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi all, > > I got following kernel build error. > When I run 'make includes', the error has gone away. > > Why does kernel build process depend on installed system files, > such as /usr/include? It shouldn't. This seems to be primarily aic7xxx, although judging from the output of 'find /usr/include -amin 20 -print' after building LINT, there are more things that reach into /usr/include. This fixes it for including things from /usr/include/sys at least: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/src/sys/dev/aic7xxx/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1999/08/28 00:41:22 1.6 +++ Makefile 2000/05/27 09:21:05 @@ -19,7 +19,7 @@ DEPENDFILE= .endif -CFLAGS+= -I/usr/include -I. +CFLAGS+= -I${MAKESRCPATH}/../.. -I. NOMAN= noman .ifdef DEBUG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 8:50:25 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 939E337BA03 for ; Sat, 27 May 2000 08:50:21 -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.8.7/8.8.7) with ESMTP id BAA26596; Sun, 28 May 2000 01:50:02 +1000 Date: Sun, 28 May 2000 01:49:59 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Jake Burkholder Cc: Munehiro Matsuda , current@FreeBSD.ORG, jake@io.yi.org Subject: Re: kernel build error due to dependency on /usr/include? In-Reply-To: <20000527151343.4EF4CBA69@io.yi.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 27 May 2000, Jake Burkholder wrote: > > I got following kernel build error. > > When I run 'make includes', the error has gone away. `make includes' tends to cause errors like this. It updates /usr/include to match the sources. This may make /usr/include inconsistent with /usr/lib. > > Why does kernel build process depend on installed system files, > > such as /usr/include? > > It shouldn't. Most parts of it shouldn't, but utilities should be compiled with the installed headers that match the installed libraries. > This seems to be primarily aic7xxx, although judging from the output aicasm seems to be buill correctly, but it would be better for its Makefile to not add -I/usr/include to CFLAGS, so that the default is used. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 12:39:38 2000 Delivered-To: freebsd-current@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 278FB37B94B for ; Sat, 27 May 2000 12:39:36 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id MAA89771; Sat, 27 May 2000 12:38:36 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3930243C.CBAA911E@gorean.org> Date: Sat, 27 May 2000 12:38:36 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0526 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Jacob A. Hart" Cc: Sheldon Hearn , FreeBSD-CURRENT Subject: Re: Scheduler changes? References: <20000526131949.A9232@carcass.au.hartware.com> <74533.959349665@axl.ops.uunet.co.za> <20000527173624.A207@carcass.au.hartware.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Jacob A. Hart" wrote: > > On Fri, May 26, 2000 at 04:01:05PM +0200, Sheldon Hearn wrote: > > > > > > On Fri, 26 May 2000 13:19:49 +1000, "Jacob A. Hart" wrote: > > > > > For the past couple of weeks I've noticed rc5des isn't playing friendly with > > > the other processes on my system. When running a CPU intensive task (such > > > as a buildworld, MP3 encoder, or xmame) rc5des hogs around 20-30% CPU even > > > though, by default, it is niced at +20. > > > > As a datapoint, I have a one week old (2000-05-18) CURRENT box that runs > > setiathome all day every day. When builds kick in, setiathome gets > > relagated to the single-digit percentiles in top's display of CPU users. > > This is only true when serious building is happening; those aspects of > > the build that I can imagine are more I/O than CPU intensive give > > setiathome a fighting chance. Try setting the nice value for rc5 to something lower than 20, but higher than the highest (lowest) value running on your system. There was a bug with the scheduler in the past that items run at nice 20 were actually getting more cpu than they were supposed to. If this change fixes things for you, please report it asap, since my understanding is that this problem is rather elusive and annoying. Thanks, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 14: 4: 0 2000 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 2B62737B8DB for ; Sat, 27 May 2000 14:03:58 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.3) id OAA51939 for freebsd-current@freebsd.org; Sat, 27 May 2000 14:07:18 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <200005272107.OAA51939@troutmask.apl.washington.edu> Subject: Internal compiler error: program ld got fatal signal 10 To: FreeBSD Current Date: Sat, 27 May 2000 14:07:18 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, the error message: cc -fpic -DPIC -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM -DELF -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libmd/i386/rmd160.S -o rmd160.So building shared library libmd.so.2 cc: Internal compiler error: program ld got fatal signal 10 *** Error code 1 Stop in /usr/src/lib/libmd. *** Error code 1 Now, the details. I started on Monday trying to update a 15 March 00 -current to current -current. I get the above error message with a source tree after *default date=2000.05.23.00.00.00 as specified in my cvsup supfile. The system builds fine for all earlier dates that I've tried. I have used the following three CFLAGS as set in /etc/make.conf CFLAGS= CFLAGS=-O -pipe CFLAGS=-O2 -pipe and the above error occurs. Any and all suggestions are welcomed, but it appears to be a problem with the new binutils. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 14:15:45 2000 Delivered-To: freebsd-current@freebsd.org Received: from scooby.lineone.net (doggy.lineone.net [194.75.152.224]) by hub.freebsd.org (Postfix) with ESMTP id 628FE37BB48 for ; Sat, 27 May 2000 14:15:26 -0700 (PDT) (envelope-from Roger@aeon-uk.net) Received: from unspecified.host (host212-140-47-22.btinternet.com [212.140.47.22]) by scooby.lineone.net (8.9.3/8.9.3) with SMTP id WAA12941 for ; Sat, 27 May 2000 22:15:14 +0100 (BST) Received: from 192.168.0.2 ([192.168.0.2]) by 192.168.0.1 (WinRoute Pro 4.1) with SMTP; Sat, 27 May 2000 22:16:55 +0100 Message-ID: <000501bfc820$485b87d0$0200a8c0@esmerelda> From: "Roger Bacon" To: Subject: Date: Sat, 27 May 2000 22:12:34 +0100 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.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe freebsd-current subscribe cvs-all To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 14:24: 7 2000 Delivered-To: freebsd-current@freebsd.org Received: from matrix.buckhorn.net (matrix.buckhorn.net [208.129.165.68]) by hub.freebsd.org (Postfix) with ESMTP id B1BE537BB5C for ; Sat, 27 May 2000 14:23:58 -0700 (PDT) (envelope-from bob@buckhorn.net) Received: from buckhorn.net (nebula.buckhorn.net [208.129.165.66]) by matrix.buckhorn.net (8.9.3/8.9.3) with ESMTP id QAA80230; Sat, 27 May 2000 16:21:10 -0500 (CDT) (envelope-from bob@buckhorn.net) Message-ID: <39303CEA.C0958F14@buckhorn.net> Date: Sat, 27 May 2000 16:23:54 -0500 From: Bob Martin Organization: InterNet Unlimited X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Steve Kargl , current@freebsd.org Subject: Re: Internal compiler error: program ld got fatal signal 10 References: <200005272107.OAA51939@troutmask.apl.washington.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve Kargl wrote: > > First, the error message: > > cc -fpic -DPIC -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM -DELF -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libmd/i386/rmd160.S -o rmd160.So > building shared library libmd.so.2 > cc: Internal compiler error: program ld got fatal signal 10 > *** Error code 1 > > Stop in /usr/src/lib/libmd. > *** Error code 1 > > Now, the details. I started on Monday trying to update > a 15 March 00 -current to current -current. I get the > above error message with a source tree after > > *default date=2000.05.23.00.00.00 > > as specified in my cvsup supfile. The system builds fine > for all earlier dates that I've tried. I have used the > following three CFLAGS as set in /etc/make.conf > > CFLAGS= > CFLAGS=-O -pipe > CFLAGS=-O2 -pipe > > and the above error occurs. > > Any and all suggestions are welcomed, but it appears to be > a problem with the new binutils. > > -- > Steve > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message If you are using an older K6 with more than 32mb of ram, this will happen from time to time of it's own accord. I have never taken the time to find out why, but if you search the archives, you will find that it happens quite a bit. Bob -- "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 14:25:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from thelab.hub.org (nat196.189.mpoweredpc.net [142.177.196.189]) by hub.freebsd.org (Postfix) with ESMTP id 5125237BA1C for ; Sat, 27 May 2000 14:25:44 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id SAA64140; Sat, 27 May 2000 18:24:52 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sat, 27 May 2000 18:24:52 -0300 (ADT) From: The Hermit Hacker To: Warner Losh Cc: freebsd-current@FreeBSD.ORG Subject: Re: kernel compile fails in: ../../dev/vx/if_vx_pci.c In-Reply-To: <200005270505.XAA48875@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Warner Losh wrote: > In message The Hermit Hacker writes: > : make depend went through no probs, but a make fails at: > > You may have overlooked this entry in UPDATING: > > 20000319: > The ISA and PCI compatability shims have been connected to the > options COMPAT_OLDISA and COMPAT_OLDPCI. If you are using old > style PCI or ISA drivers (i.e. tx, voxware, etc.) you must > include the appropriate option in your kernel config. Drivers > using the shims should be updated or they won't ship with > 5.0-RELEASE, targeted for 2001. Yup, did overlook it :( Thanks ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 14:49: 5 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 96FD237B784; Sat, 27 May 2000 14:48:57 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA29510; Sat, 27 May 2000 15:48:55 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA00852; Sat, 27 May 2000 15:48:45 -0600 (MDT) Message-Id: <200005272148.PAA00852@harmony.village.org> To: John Baldwin Subject: Re: Kernel making problems Cc: Otter , -questions , -current In-reply-to: Your message of "Sat, 27 May 2000 11:09:00 EDT." <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> References: <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> Date: Sat, 27 May 2000 15:48:45 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> John Baldwin writes: : You need to build and install a new world before a new kernel. It looks : like this needs to go into src/UPDATING. Done. Others have suggested this as well. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 15:32:36 2000 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 8BAF337B642 for ; Sat, 27 May 2000 15:32:29 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.3) id PAA77777; Sat, 27 May 2000 15:35:40 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <200005272235.PAA77777@troutmask.apl.washington.edu> Subject: Re: Internal compiler error: program ld got fatal signal 10 In-Reply-To: <39303CEA.C0958F14@buckhorn.net> from Bob Martin at "May 27, 2000 04:23:54 pm" To: Bob Martin Date: Sat, 27 May 2000 15:35:40 -0700 (PDT) Cc: current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bob Martin wrote: > > with "unsubscribe freebsd-current" in the body of the message > If you are using an older K6 with more than 32mb of ram, this will > happen from time to time of it's own accord. I have never taken the time > to find out why, but if you search the archives, you will find that it > happens quite a bit. > SMP Pentium Pro with 256 MB of memory, and only scsi hardware. Note, ld is getting a signal 10 (SIGBUS) not signal 11 (SIGSEGV), which is the typical crappy hardware signal. Also, I can build the world as long as I use sources older that 23 May 00. This leads me to believe that the new binutils are having some problems. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-freebsd-current Sat May 27 16:33:11 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id D203B37B507; Sat, 27 May 2000 16:33:06 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (nobody@relay.nuxi.com [169.237.7.38]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id QAA17100; Sat, 27 May 2000 16:32:43 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id QAA03596; Sat, 27 May 2000 16:32:21 -0700 (PDT) (envelope-from obrien) Date: Sat, 27 May 2000 16:32:20 -0700 From: "David O'Brien" To: Otter , imp@FreeBSD.org, -questions , -current Subject: Re: Kernel making problems Message-ID: <20000527163220.A3549@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <392FBF0E.61D922B7@telocity.com> <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx>; from jhb@FreeBSD.org on Sat, May 27, 2000 at 11:09:00AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: > You need to build and install a new world before a new kernel. It looks > like this needs to go into src/UPDATING. Actually just the following will also fix the problem: cd /usr/src/gnu/usr.bin/binutils make obj make depend make all install -- -- David (obrien@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 May 27 17: 8:23 2000 Delivered-To: freebsd-current@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 4CFF637B512 for ; Sat, 27 May 2000 17:08:19 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.7/nospam) with UUCP id CAA13691 for freebsd-current@FreeBSD.ORG; Sun, 28 May 2000 02:08:15 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id EAE7587AE; Sun, 28 May 2000 02:06:03 +0200 (CEST) Date: Sun, 28 May 2000 02:06:03 +0200 From: Ollivier Robert To: "FreeBSD Current Users' list" Subject: SB AWE64 not recognised anymore Message-ID: <20000528020603.A4204@keltia.freenix.fr> Mail-Followup-To: FreeBSD Current Users' list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.11i X-Operating-System: FreeBSD 5.0-CURRENT/ELF AMD-K6/200 & 2x PPro/200 SMP Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just upgraded my home machine from 4.0-R to 5.0-CURRENT and have found something odd. I have an ISA PnP SB AWE64 in the machine and it is not seen by the system at all. I found this in dmesg: isab0: at device 7.0 on pci0 isa0: on isab0 ... isa0: unexpected small tag 14 ... unknown: