From owner-freebsd-bugs Sun Jul 29 1:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ADA537B405 for ; Sun, 29 Jul 2001 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6T8e2I03572; Sun, 29 Jul 2001 01:40:02 -0700 (PDT) (envelope-from gnats) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 2BCFC37B403 for ; Sun, 29 Jul 2001 01:38:08 -0700 (PDT) (envelope-from mikescott@clara.net) Received: from data.scotts ([213.104.75.148]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010729083806.MSER15984.mta01-svc.ntlworld.com@data.scotts> for ; Sun, 29 Jul 2001 09:38:06 +0100 Received: (from root@localhost) by data.scotts (8.11.3/8.11.3) id f6T8IaU01684; Sun, 29 Jul 2001 09:18:36 +0100 (BST) Message-Id: <200107290818.f6T8IaU01684@data.scotts> Date: Sun, 29 Jul 2001 09:18:36 +0100 (BST) From: mikescott@clara.net Reply-To: mikescott@clara.net To: FreeBSD-gnats-submit@freebsd.org Cc: mikescott@clara.net X-Send-Pr-Version: 3.113 Subject: kern/29294: IPFW dynamic rules and NATD interaction has logical design flaw Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29294 >Category: kern >Synopsis: IPFW dynamic rules and NATD interaction has logical design flaw >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 29 01:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mike Scott >Release: FreeBSD 4.3-RELEASE i386 >Organization: (self) >Environment: System: FreeBSD data.scotts 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Thu Jul 19 15:20:22 BST 2001 mike@data.scotts:/usr/src/sys/compile/DATA i386 486dx2/66 (!), os as above, with standard ipfw, natd, libraries. >Description: There seems to be a logical error in the way natd is handled in conjunction with the ipfw firewall rules. I've asked on the questions and hackers lists about this, but there's been little response - one person said my config file was wrong, another vaguely remembered a problem of this sort. (1) ipfw rules are handled top down, stop on first match. (2) therefore the NAT diversion must be the first item in the list, or it may never be reached. (3) keep-state and check-state must therefore both follow the NAT diversion. (So no trickery allowed having before-nat and after-nat state checks) (4) keep-state and check-state must work on the same set of addresses, either both internal, or both external. (5) the list of firewall rules is traversed in the same order for incoming and outgoing packets (6) therefore all rules for incoming packets are applied to *local* addresses, all rules for outgoing are applied to *external* addresses. (7) keep-state and check-state are normally applied to packets flowing in opposite directions. (8) Therefore, they are applied inconsistently to incoming and outgoing addresses (keep-state may save an internal address, but check-state will be applied to an external address, and vice versa) >How-To-Repeat: I assume that any ipfw config of the form $fwcmd add divert natd all from any to any via tun0 ... $fwcmd add check-state $fwcmd add deny log tcp from any to any established $fwcmd add allow log tcp from any to any out via tun0 keep-state will exhibit the wrong behaviour. 'ipfw show' will show the dynamic rule(s) with the wrong addresses in >Fix: Assuming I'm right, the "call" to natd doesn't belong in the fw rules. It should always occur just after packets are read in, just before they're written out to the network. Workaround is not to use dynamic rules. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 29 2:30: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8137D37B403 for ; Sun, 29 Jul 2001 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6T9U1d15613; Sun, 29 Jul 2001 02:30:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 29 Jul 2001 02:30:01 -0700 (PDT) Message-Id: <200107290930.f6T9U1d15613@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: bin/29119: menu of fdisk editor in 4.3R does not list 'W'rite Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29119; it has been noted by GNATS. From: Dima Dorfman To: wilko@freebsd.org Cc: FreeBSD-gnats-submit@freebsd.org, joerg@freebsd.org Subject: Re: bin/29119: menu of fdisk editor in 4.3R does not list 'W'rite Date: Sun, 29 Jul 2001 02:29:14 -0700 wilko@freebsd.org writes: > >Description: > > The FDISK Partition Editor of sysinstall does not display that > it also supports 'W' for a forced write of the fdisk table. > But it does.. And this is really practical in some circumstances > (like installing 2x FreeBSD on the same disk; which needs > fooling sysinstall by changing partition types) It does, but only when it isn't running as init. Joerg (cc'd) wrote that part of the code, so maybe he can tell us why that is. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 29 2:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36D4837B403 for ; Sun, 29 Jul 2001 02:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6T9o3N19040; Sun, 29 Jul 2001 02:50:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 29 Jul 2001 02:50:03 -0700 (PDT) Message-Id: <200107290950.f6T9o3N19040@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Wilko Bulte Subject: Re: bin/29119: menu of fdisk editor in 4.3R does not list 'W'rite Reply-To: Wilko Bulte Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29119; it has been noted by GNATS. From: Wilko Bulte To: Dima Dorfman Cc: wilko@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG, joerg@FreeBSD.ORG Subject: Re: bin/29119: menu of fdisk editor in 4.3R does not list 'W'rite Date: Sun, 29 Jul 2001 11:48:22 +0200 On Sun, Jul 29, 2001 at 02:29:14AM -0700, Dima Dorfman wrote: > wilko@freebsd.org writes: > > >Description: > > > > The FDISK Partition Editor of sysinstall does not display that > > it also supports 'W' for a forced write of the fdisk table. > > But it does.. And this is really practical in some circumstances > > (like installing 2x FreeBSD on the same disk; which needs > > fooling sysinstall by changing partition types) > > It does, but only when it isn't running as init. Joerg (cc'd) wrote > that part of the code, so maybe he can tell us why that is. OK, my observation was when running from CD. -- | / o / / _ Arnhem, The Netherlands email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 29 5:10:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C016937B405 for ; Sun, 29 Jul 2001 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6TCA1c56725; Sun, 29 Jul 2001 05:10:01 -0700 (PDT) (envelope-from gnats) Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 0565537B405 for ; Sun, 29 Jul 2001 05:02:30 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.11.4/8.11.4) id f6TC1op73665; Sun, 29 Jul 2001 14:01:50 +0200 (CEST) (envelope-from karelj) Message-Id: <200107291201.f6TC1op73665@wop21.wop.wtb.tue.nl> Date: Sun, 29 Jul 2001 14:01:50 +0200 (CEST) From: "Karel J. Bosschaart" Reply-To: "Karel J. Bosschaart" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29295: use of mmap in cp(1) can cause a panic when reading from CD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29295 >Category: bin >Synopsis: use of mmap in cp(1) can cause a panic when reading from CD >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 29 05:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Karel J. Bosschaart >Release: FreeBSD 4.3-STABLE i386 >Organization: TU/e >Environment: System: FreeBSD babyflame.wop.wtb.tue.nl 4.3-STABLE FreeBSD 4.3-STABLE #14: Fri Jul 27 23:13:35 CEST 2001 karelj@babyflame.wop.wtb.tue.nl:/usr/src/sys/compile/KAYJAY i386 Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-STABLE #14: Fri Jul 27 23:13:35 CEST 2001 karelj@babyflame.wop.wtb.tue.nl:/usr/src/sys/compile/KAYJAY Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (300.68-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x580 Stepping = 0 Features=0x8001bf AMD Features=0x80000800 real memory = 67092480 (65520K bytes) avail memory = 61603840 (60160K bytes) Preloaded elf kernel "kernel" at 0xc03ab000. md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 alpm0: at device 3.0 on pci0 alpm0: driver is using old-style compatibility shims isab0: at device 7.0 on pci0 isa0: on isab0 ed0: port 0xd800-0xd81f irq 10 at device 9.0 on pci0 ed0: address 00:00:b4:b7:fa:55, type NE2000 (16 bit) atapci0: port 0xd400-0xd40f irq 0 at device 15.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 smbus0: on alsmb0 orm0:
 

i will intall BSD Release 4.2 first time.
I start install from CD-Drive (CD boot),i start normal install from menü.
When install finished (i see the menü with the art of install
selection), i exit install and boot up.
I see the Hard-Disk-LED there was access to the hard disk, but the only
i see is the curser on the left top of the monitor.

I try the install another time and at the fdisk-menü i set the
drive-parameters and set the second partition ( a offset-partition is
automatically generated ) as active and press "w" for write.
When i boot up the system say: Read error.
 
I also try to install with and without bootmanager but the effects are the same.
On the Hard disk i have at last windows95 and it works fine, aktually on disk is only
BSD 4.2 installed (other partitions deleted).

I use UNIX (BSD 4.2) first time and don't know what to do.
Is there hardware, software or config problem ?
Please say if you can what is the problem, what can i do ?
 

Yours sincerely
Grammenos Satrazanis
 
 
 

Here some Hardware Information:

PC: Siemens Nixdorf SCENIC 5H PCI (100MHz CPU)
Network Card: Intel Ether Express 16
CD-Drive: ASUS 40x IDE
Hard-Disk: Western Digital 3148 Cyl./16 Heads /63 sect. per Track (1,6GB), IDE.
Mouse: Supermouse MUS2S, 3clicks (detected with no problems by install)
Keyboard: Liteon SK-720
Sound: Creative Sound Blaster 16 (not configurated)
Ports: Second Paralell Port Card
Graphic: 1MB
RAM: 16MB Siemens
Monitor: Siemens Nixdorf MCM1502 (15")
 
 
 
 
 
 
 
Grammenos Satrazanis
Ei./staatl. gepr. datentechn. Assistent

Tel:  ++49 (0) 7023-8669  oder ++49(0) 07211-51373231
Fax: ++49 (0) 7023-8669  oder ++49(0) 07211-51373231

Öhrichstr. 5
D - 73235 Weilheim an der Teck

E-mail  :  GRS@Satrazanis.de
Internet:  http://www.Satrazanis.de


  --------------3DA5F46F57C49480223DDD77-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 30 17:20: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8854237B405 for ; Mon, 30 Jul 2001 17:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V0K0r02551; Mon, 30 Jul 2001 17:20:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A9EC37B401 for ; Mon, 30 Jul 2001 17:14:04 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V0E4m01931; Mon, 30 Jul 2001 17:14:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200107310014.f6V0E4m01931@freefall.freebsd.org> Date: Mon, 30 Jul 2001 17:14:04 -0700 (PDT) From: Richard Andrades To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29337: If no IP addresses are configured, received ping will crash the kernel. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29337 >Category: kern >Synopsis: If no IP addresses are configured, received ping will crash the kernel. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 30 17:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Richard Andrades >Release: RELENG_4_1_1_RELEASE (Revision 1.1.2.2) >Organization: Xebeo Communications, Inc. >Environment: FreeBSD X2.xebeo.com 4.1.1 FreeBSD 4.1.1 #11: Tue Jul 17 14:47:29 EDT 2001 richard@X2.xebeo.com:/net/scratch/richard/kern/kernel/sys/compile/GENERIC i386 >Description: If a FreeBSD system does not have ANY IP addresses configured on any interface, and if it receives a unicast ping packet, it will crash trying to dereference a NULL pointer. >How-To-Repeat: This problem requires some work to recreate. My kernel is compiled to disable IPv6 support. I was unable to reproduce it on a regular kernel with IPv6 support. Take a FreeBSD system with NO IP addresses on ANY interface (I could not do this if IPv6 was enabled). Set the loopback interface UP but do not assign it an IP address. Add the folloing route: route add 127.0.0.1 -interface lo0 Ping the address. ping 127.0.0.1 The kernel will crash within icmp_reflect() >Fix: Note: I checked the latest version and this bug has not yet been fixed. FILE: src/sys/netinet/ip_icmp.c Function: icmp_reflect() -----Begin code fragment----------------------- /* * The following happens if the packet was not addressed to us, * and was received on an interface with no IP address. */ if (ia == (struct in_ifaddr *)0) ia = in_ifaddrhead.tqh_first; /* Begin BUG FIX */ if (ia == (struct in_ifaddr *)0){ m_freem(m); goto done; /* Abandon - or we will crash */ } /* End BUG FIX */ t = IA_SIN(ia)->sin_addr; --------------End code fragment----------------- Explanation: ************ In the function ip_input() in the file src/sys/netinet/ip_input.c, there is the following code fragment: -------------------------------------- /* * Check our list of addresses, to see if the packet is for us. * If we don't have any addresses, assume any unicast packet * we receive might be for us (and let the upper layers deal * with it). */ if (TAILQ_EMPTY(&in_ifaddrhead) && (m->m_flags & (M_MCAST|M_BCAST)) == 0) goto ours; --------------------------------------- So if the system does not have any IP addresses configured and if a ping packet arrives with a unicast destination address, the above code fragment will hand if off to icmp_input() which will pass it on the icmp_reflect() which will crash trying to deference the in_ifaddrhead pointer which is NULL. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 30 18:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4DA737B401 for ; Mon, 30 Jul 2001 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V1K1l10516; Mon, 30 Jul 2001 18:20:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 30 Jul 2001 18:20:01 -0700 (PDT) Message-Id: <200107310120.f6V1K1l10516@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chih-Chang Hsieh Subject: Re: i386/29315: Promise ATA100 UDMA5 works incorrectly Reply-To: Chih-Chang Hsieh Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/29315; it has been noted by GNATS. From: Chih-Chang Hsieh To: freebsd-gnats-submit@FreeBSD.org, cch@kmu.edu.tw Cc: Subject: Re: i386/29315: Promise ATA100 UDMA5 works incorrectly Date: Tue, 31 Jul 2001 09:09:50 +0800 I'm very sorry! I have got another machine with the same hardware configuration only with different number of hardisks. It works correctly. Maybe it's a hardware problem. I will do more tests. Sorry for producing "noise". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 30 19:34:58 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 581A437B401; Mon, 30 Jul 2001 19:34:57 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V2S3U27159; Mon, 30 Jul 2001 19:28:03 -0700 (PDT) (envelope-from mike) Date: Mon, 30 Jul 2001 19:28:03 -0700 (PDT) From: Message-Id: <200107310228.f6V2S3U27159@freefall.freebsd.org> To: mike@FreeBSD.org, freebsd-bugs@FreeBSD.org, mike@FreeBSD.org Subject: Re: misc/29241: Mailing list seach web page lacks an entry for the freebsd-cluster list Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Mailing list seach web page lacks an entry for the freebsd-cluster list Responsible-Changed-From-To: freebsd-bugs->mike Responsible-Changed-By: mike Responsible-Changed-When: Mon Jul 30 19:27:43 PDT 2001 Responsible-Changed-Why: I'll look into this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29241 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 30 20:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A64D937B403 for ; Mon, 30 Jul 2001 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V3e1A37194; Mon, 30 Jul 2001 20:40:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 30 Jul 2001 20:40:01 -0700 (PDT) Message-Id: <200107310340.f6V3e1A37194@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Newall Subject: Re: kern/29323: ipfw's "established" option incorrectly passes packets with ECN-Echo flag set Reply-To: David Newall Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/29323; it has been noted by GNATS. From: David Newall To: David Malone Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/29323: ipfw's "established" option incorrectly passes packets with ECN-Echo flag set Date: Tue, 31 Jul 2001 13:06:25 +0930 (CST) > Is this the same as problem documented at the URL below? > ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-01%3A08.ipfw.asc Yes, it is. I searched GNATS, but apparently I did not try hard enough. Bother. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 30 21:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38CFA37B403 for ; Mon, 30 Jul 2001 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V4U1944566; Mon, 30 Jul 2001 21:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4CFE37B401 for ; Mon, 30 Jul 2001 21:23:56 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V4Nue44161; Mon, 30 Jul 2001 21:23:56 -0700 (PDT) (envelope-from nobody) Message-Id: <200107310423.f6V4Nue44161@freefall.freebsd.org> Date: Mon, 30 Jul 2001 21:23:56 -0700 (PDT) From: Douglas Pokorny To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/29342: PPP LCP negotiation broken in 4.3-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29342 >Category: bin >Synopsis: PPP LCP negotiation broken in 4.3-STABLE >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 30 21:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Douglas Pokorny >Release: 4.3-STABLE >Organization: >Environment: FreeBSD squirt 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Jul 30 18:28:02 PDT 2001 root@squirt:/usr/src/sys/compile/DRP.squirt i386 s >Description: As far as I can tell, a change was made between version 1.81.2.4 and 1.81.2.8 of /usr/src/usr.sbin/ppp/lcp.c which breaks dialup access with my ISP, Innercite. The LCP debug output isn't very descriptive, so I can't be more specific, it simply fails a negotiation and drops the connection: Jul 30 20:02:41 squirt ppp[573]: LCP: MRU[4] 2048 Jul 30 20:02:41 squirt ppp[573]: LCP: deflink: RecvConfigReq(2) state = Ack-Rcvd Jul 30 20:02:41 squirt ppp[573]: LCP: MRU[4] 1524 Jul 30 20:02:41 squirt ppp[573]: LCP: ACCMAP[6] 0x00000000 Jul 30 20:02:41 squirt ppp[573]: LCP: AUTHPROTO[4] 0xc023 (PAP) Jul 30 20:02:41 squirt ppp[573]: LCP: PROTOCOMP[2] Jul 30 20:02:41 squirt ppp[573]: LCP: ACFCOMP[2] Jul 30 20:02:41 squirt ppp[573]: LCP: ENDDISC[9] MAC 00:c0:7b:8a:9e:22 Jul 30 20:02:41 squirt ppp[573]: LCP: deflink: SendConfigNak(2) state = Ack-Rcvd Jul 30 20:02:41 squirt ppp[573]: LCP: MRU[4] 2048 Jul 30 20:02:41 squirt ppp[573]: LCP: deflink: RecvTerminateReq(3) state = Ack-R cvd Jul 30 20:02:41 squirt ppp[573]: LCP: deflink: SendTerminateAck(3) state = Ack-R cvd Jul 30 20:02:41 squirt ppp[573]: LCP: deflink: State change Ack-Rcvd --> Req-Sen ppp.conf is very simple: default: set device /dev/cuaa0 set log Phase Chat Command set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 0 nat enable yes nat log yes set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR innercite: set phone 5031525 set authname ******** set authkey ******** Most of the changes appear to be related to the MTU/MRU, but given the poor debug output, I can't tell exactly what the failure is. >How-To-Repeat: 1) Use PPP with lcp.c version 1.81.2.8 2) Dial any of Innercite's access numbers 3) Watch it fail I'm currently trying to find out what Innercite uses for its PPP servers. >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 1:14:59 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF1D337B401; Tue, 31 Jul 2001 01:14:57 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V8EN987277; Tue, 31 Jul 2001 01:14:23 -0700 (PDT) (envelope-from brian) Date: Tue, 31 Jul 2001 01:14:23 -0700 (PDT) From: Message-Id: <200107310814.f6V8EN987277@freefall.freebsd.org> To: doug.pokorny@intel.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/29342: PPP LCP negotiation broken in 4.3-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PPP LCP negotiation broken in 4.3-STABLE State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Tue Jul 31 01:13:43 PDT 2001 State-Changed-Why: A fix was merged on July 30. Please update your sources and try again. Thanks for the report. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29342 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 1:30:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3862637B403 for ; Tue, 31 Jul 2001 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V8U1x89146; Tue, 31 Jul 2001 01:30:01 -0700 (PDT) (envelope-from gnats) Received: from router.tcs.dnsalias.org (ip167-211.fli-ykh.psinet.ne.jp [210.129.167.211]) by hub.freebsd.org (Postfix) with ESMTP id A70C037B403 for ; Tue, 31 Jul 2001 01:22:34 -0700 (PDT) (envelope-from inoue@tcs.dnsalias.org) Received: (from inoue@localhost) by router.tcs.dnsalias.org (8.11.4/3.7Wpl2/01032921) id f6V8QjX45246; Tue, 31 Jul 2001 17:26:45 +0900 (JST) Message-Id: <200107310826.f6V8QjX45246@router.tcs.dnsalias.org> Date: Tue, 31 Jul 2001 17:26:45 +0900 (JST) From: inoue@nd.net.fujitsu.co.jp Reply-To: inoue@nd.net.fujitsu.co.jp To: FreeBSD-gnats-submit@freebsd.org Cc: inoue@nd.net.fujitsu.co.jp X-Send-Pr-Version: 3.113 Subject: kern/29345: freebsd can crash after removing a network card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29345 >Category: kern >Synopsis: freebsd can crash after removing a network card >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 31 01:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Inoue Yuichi >Release: FreeBSD 5.0-CURRENT-20010729-JPSNAP >Organization: FUJITSU >Environment: FreeBSD dhcp022158141.nd.net.fujitsu.co.jp 5.0-CURRENT-20010729-JPSNAP FreeBSD 5.0-CURRENT-20010729-JPSNAP #1: Tue Jul 31 12:56:22 JST 2001 inoue@dhcp022158141.nd.net.fujitsu.co.jp: /usr/src/sys/i386/compile/GENERIC i386 FreeBSD 4.3-RELEASE >Description: When running aplication joined multicast address, removing network card, and kill aplication. imo_membership[].inm_ifp refer interface pointer after removing interface. When kill aplication, release socket,and imo_membership. imo_membership use already not exist interface pointer. Then, kernel panic. >How-To-Repeat: shell> route6d removing a netword card shell> kill `cat /var/run/route6d` kernel panic >Fix: --- netinet.patch --- diff -uNr netinet/in.c /usr/src/sys/netinet/in.c --- netinet/in.c Tue Jul 31 14:04:40 2001 +++ /usr/src/sys/netinet/in.c Tue Jul 31 12:54:46 2001 @@ -48,6 +48,7 @@ #include #include +#include #include @@ -68,6 +69,9 @@ struct in_multihead in_multihead; /* XXX BSS initialization */ +extern struct inpcbinfo ripcbinfo; +extern struct inpcbinfo udbinfo; + /* * Return 1 if an internet address is for a ``local'' host * (one to which we have a connection). If subnetsarelocal @@ -402,6 +406,14 @@ * a routing process they will come back. */ in_ifadown(&ia->ia_ifa, 1); + /* + * XXX horrible hack to detect that we are being called + * from if_detach() + */ + if (!ifnet_addrs[ifp->if_index - 1]) { + in_pcbpurgeif0(LIST_FIRST(ripcbinfo.listhead), ifp); + in_pcbpurgeif0(LIST_FIRST(udbinfo.listhead), ifp); + } /* * Protect from ipintr() traversing address list diff -uNr netinet/in_pcb.c /usr/src/sys/netinet/in_pcb.c --- netinet/in_pcb.c Tue Jul 31 14:04:40 2001 +++ /usr/src/sys/netinet/in_pcb.c Tue Jul 31 12:53:05 2001 @@ -689,6 +689,44 @@ splx(s); } +void +in_pcbpurgeif0(head, ifp) + struct inpcb *head; + struct ifnet *ifp; +{ + struct inpcb *inp; + struct ip_moptions *imo; + int i, gap; + + for (inp = head; inp != NULL; inp = LIST_NEXT(inp, inp_list)) { + imo = inp->inp_moptions; + if ((inp->inp_vflag & INP_IPV4) && + imo != NULL) { + /* + * Unselect the outgoing interface if it is being + * detached. + */ + if (imo->imo_multicast_ifp == ifp) + imo->imo_multicast_ifp = NULL; + + /* + * Drop multicast group membership if we joined + * through the interface being detached. + */ + for (i = 0, gap = 0; i < imo->imo_num_memberships; + i++) { + if (imo->imo_membership[i]->inm_ifp == ifp) { + in_delmulti(imo->imo_membership[i]); + gap++; + } else if (gap != 0) + imo->imo_membership[i - gap] = + imo->imo_membership[i]; + } + imo->imo_num_memberships -= gap; + } + } +} + /* * Check for alternatives when higher level complains * about service problems. For now, invalidate cached diff -uNr netinet/in_pcb.h /usr/src/sys/netinet/in_pcb.h --- netinet/in_pcb.h Tue Jul 31 14:04:40 2001 +++ /usr/src/sys/netinet/in_pcb.h Tue Jul 31 12:53:05 2001 @@ -275,6 +275,7 @@ extern int ipport_hifirstauto; extern int ipport_hilastauto; +void in_pcbpurgeif0 __P((struct inpcb *, struct ifnet *)); void in_losing __P((struct inpcb *)); void in_rtchange __P((struct inpcb *, int)); int in_pcballoc __P((struct socket *, struct inpcbinfo *, struct proc *)); --- netinet.patch --- --- netinet6.patch --- diff -uNr netinet6/in6_ifattach.c /usr/src/sys/netinet6/in6_ifattach.c --- netinet6/in6_ifattach.c Tue Jul 31 14:04:47 2001 +++ /usr/src/sys/netinet6/in6_ifattach.c Tue Jul 31 12:55:52 2001 @@ -47,10 +47,12 @@ #include #include #include +#include #include #include #include +#include #include #include #include @@ -72,6 +74,9 @@ struct callout in6_tmpaddrtimer_ch; +extern struct inpcbinfo udbinfo; +extern struct inpcbinfo ripcbinfo; + static int get_rand_ifid __P((struct ifnet *, struct in6_addr *)); static int generate_tmp_ifid __P((u_int8_t *, const u_int8_t *, u_int8_t *)); static int get_hw_ifid __P((struct ifnet *, struct in6_addr *)); @@ -942,6 +947,8 @@ } /* leave from all multicast groups joined */ + in6_pcbpurgeif0(LIST_FIRST(udbinfo.listhead), ifp); + in6_pcbpurgeif0(LIST_FIRST(ripcbinfo.listhead), ifp); for (in6m = LIST_FIRST(&in6_multihead); in6m; in6m = in6m_next) { in6m_next = LIST_NEXT(in6m, in6m_entry); if (in6m->in6m_ifp != ifp) diff -uNr netinet6/in6_pcb.c /usr/src/sys/netinet6/in6_pcb.c --- netinet6/in6_pcb.c Tue Jul 31 14:04:47 2001 +++ /usr/src/sys/netinet6/in6_pcb.c Tue Jul 31 12:53:10 2001 @@ -932,6 +932,45 @@ } } +void +in6_pcbpurgeif0(head, ifp) + struct in6pcb *head; + struct ifnet *ifp; +{ + struct in6pcb *in6p; + struct ip6_moptions *im6o; + struct in6_multi_mship *imm, *nimm; + + for (in6p = head; in6p != NULL; in6p = LIST_NEXT(in6p, inp_list)) { + im6o = in6p->in6p_moptions; + if ((in6p->inp_vflag & INP_IPV6) && + im6o) { + /* + * Unselect the outgoing interface if it is being + * detached. + */ + if (im6o->im6o_multicast_ifp == ifp) + im6o->im6o_multicast_ifp = NULL; + + /* + * Drop multicast group membership if we joined + * through the interface being detached. + * XXX controversial - is it really legal for kernel + * to force this? + */ + for (imm = im6o->im6o_memberships.lh_first; + imm != NULL; imm = nimm) { + nimm = imm->i6mm_chain.le_next; + if (imm->i6mm_maddr->in6m_ifp == ifp) { + LIST_REMOVE(imm, i6mm_chain); + in6_delmulti(imm->i6mm_maddr); + free(imm, M_IPMADDR); + } + } + } + } +} + /* * Check for alternatives when higher level complains * about service problems. For now, invalidate cached diff -uNr netinet6/in6_pcb.h /usr/src/sys/netinet6/in6_pcb.h --- netinet6/in6_pcb.h Tue Jul 31 14:04:47 2001 +++ /usr/src/sys/netinet6/in6_pcb.h Tue Jul 31 12:53:10 2001 @@ -74,6 +74,7 @@ #define sin6tosa(sin6) ((struct sockaddr *)(sin6)) #define ifatoia6(ifa) ((struct in6_ifaddr *)(ifa)) +void in6_pcbpurgeif0 __P((struct in6pcb *, struct ifnet *)); void in6_losing __P((struct inpcb *)); int in6_pcballoc __P((struct socket *, struct inpcbinfo *, struct proc *)); int in6_pcbbind __P((struct inpcb *, struct sockaddr *, struct proc *)); --- netinet6.patch --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 1:46:17 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from erf_server.eurofo (unknown [210.74.236.22]) by hub.freebsd.org (Postfix) with ESMTP id 9D7B037B405 for ; Tue, 31 Jul 2001 01:46:04 -0700 (PDT) (envelope-from jim_chen@eurofo.com) Received: from html ([192.168.0.38]) by erf_server.eurofo (Lotus Domino Release 5.0.5) with SMTP id 2001073113282576:4238 ; Tue, 31 Jul 2001 13:28:25 +0800 From: jim_chen@eurofo.com To: freebsd-bugs@FreeBSD.ORG Subject: lamps and lanterns -- Trade opportunity in EUROFO.com 20010731 Time:13:28:25 Date: Tue, 31 Jul 2001 13:28:25 Mime-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-MIMETrack: Itemize by SMTP Server on EUROFOMAIL/EUROFO(Release 5.0.5 |September 22, 2000) at 2001-07-31 13:28:25, Serialize by Router on EUROFOMAIL/EUROFO(Release 5.0.5 |September 22, 2000) at 2001-07-31 16:47:00, Serialize complete at 2001-07-31 16:47:00 Message-ID: Content-Type: text/html; charset="DEFAULT_CHARSET" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org lamps and lanterns

EUROFO Group Co., Ltd.
Suite 1601, No. 511 Weihai Road Shanghai 200041 China http://www.eurofo.com
Tel: (86-21) 62175306*852 Fax: (86-21) 62582010 Email: jim_chen@eurofo.com


Dear Sir,

We are pleased to introduce ourselves as an exporter specialized in lighting products from China since 1993.

We deal with both indoor and outdoor lighting including:

Pendent lamps Table lamps
Ceiling lamps Public lighting
Wall lamps Decorative lighting
Auxiliary materials (lamp post, holder, etc.)

 

In addition to the export of ready-designed goods, we can produce according to customers' drawing, sample and specification. At present, our main markets are European countries, Middle East and Japan.

We hope to set up sound business relations with your company to expand our products to your market to reach our mutual benefit. We feel confident that reliable source of supply at our end will be the solid base of our future cooperation.

Any inquiries will be high appreciated from our side.

Sorry to disturb you. If you don't want to receive our help again, reply us and we will remove you from our list immediately.


Best regards,
Jim Chen
Export Department
EUROFO Group Co.


You will find more information about EUROFO at: www.eurofo.com

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 2: 5: 1 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 030BB37B403; Tue, 31 Jul 2001 02:04:58 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V94ct93252; Tue, 31 Jul 2001 02:04:38 -0700 (PDT) (envelope-from dwmalone) Date: Tue, 31 Jul 2001 02:04:38 -0700 (PDT) From: Message-Id: <200107310904.f6V94ct93252@freefall.freebsd.org> To: david.newall@tellurian.com.au, dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/29323: ipfw's "established" option incorrectly passes packets with ECN-Echo flag set Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ipfw's "established" option incorrectly passes packets with ECN-Echo flag set State-Changed-From-To: open->closed State-Changed-By: dwmalone State-Changed-When: Tue Jul 31 02:03:40 PDT 2001 State-Changed-Why: Problem has been fixed in 4.3 and -current. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29323 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 2:50:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB99A37B401 for ; Tue, 31 Jul 2001 02:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V9o6X01212; Tue, 31 Jul 2001 02:50:06 -0700 (PDT) (envelope-from gnats) Date: Tue, 31 Jul 2001 02:50:06 -0700 (PDT) Message-Id: <200107310950.f6V9o6X01212@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: conf/8303: 3.0-981009-BETA can't make swap device on wfd0 (wf stripped) Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/8303; it has been noted by GNATS. From: Kris Kennaway To: Rolf Larsson Cc: kris@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/8303: 3.0-981009-BETA can't make swap device on wfd0 (wf stripped) Date: Tue, 31 Jul 2001 02:49:19 -0700 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 31, 2001 at 11:46:30AM +0200, Rolf Larsson wrote: > kris@FreeBSD.org said something like this: > >=20 > > Synopsis: 3.0-981009-BETA can't make swap device on wfd0 (wf stripped) > >=20 > > State-Changed-From-To: feedback->closed > > State-Changed-By: kris > > State-Changed-When: Sun Jul 15 13:17:59 PDT 2001 > > State-Changed-Why:=20 > > Feedback timeout > >=20 > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D8303 > >=20 >=20 > Hi, for some reason I did not receive the feedback message. I checked > my procmail logs and no sign of it. Strange... >=20 > Unfortunately, I do not have a zip/jaz drive, but I will examine > it again when I do get one. Until then, let it remain closed and > I'll ask to reopen it if need be. Okay, cool. Kris --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7Zn8eWry0BWjoQKURAuClAKCJX/8vsGnBTnt9J/xl9pt4n3fIHgCeOrz1 U6ZMCtMsZ74U2K5qfT3k0Sk= =PsZq -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 4:40:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F7ED37B405 for ; Tue, 31 Jul 2001 04:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VBe2j25428; Tue, 31 Jul 2001 04:40:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C108E37B403 for ; Tue, 31 Jul 2001 04:36:07 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VBa7g25013; Tue, 31 Jul 2001 04:36:07 -0700 (PDT) (envelope-from nobody) Message-Id: <200107311136.f6VBa7g25013@freefall.freebsd.org> Date: Tue, 31 Jul 2001 04:36:07 -0700 (PDT) From: Joshua Goodall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/29349: pam_wheel does not check primary group id Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29349 >Category: bin >Synopsis: pam_wheel does not check primary group id >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 31 04:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joshua Goodall >Release: -CURRENT >Organization: >Environment: -CURRENT as of May 26 09:52:36 2001 >Description: pam_wheel, and therefore, su(1) does not allow a user who is a member of group 0 (in /etc/passwd) to 'su root' unless they are also explicitly listed in /etc/group. From 'man group': A user is automatically in a group if that group was specified in their /etc/passwd entry and does not need to be added to that group in the /etc/group file. >How-To-Repeat: Add a user to group 0, but don't add them to /etc/group. Try to 'su root'. >Fix: Doesn't this sound very like PR bin/6696? Add appropriate gid check? maybe something like the following diff (builds, not tested). Index: pam_wheel.c =================================================================== RCS file: /data/joshua/bsd/src/lib/libpam/modules/pam_wheel/pam_wheel.c,v retrieving revision 1.2 diff -u -r1.2 pam_wheel.c --- pam_wheel.c 2001/07/14 08:42:39 1.2 +++ pam_wheel.c 2001/07/31 11:21:11 @@ -122,7 +122,7 @@ PAM_LOG("Got group: %s", grp->gr_name); - if (in_list(grp->gr_mem, fromsu)) { + if (pwd->pw_gid == grp->gr_gid || in_list(grp->gr_mem, fromsu)) { if (pam_test_option(&options, PAM_OPT_DENY, NULL)) PAM_RETURN(PAM_PERM_DENIED); if (pam_test_option(&options, PAM_OPT_TRUST, NULL)) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 6:15: 0 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64CCC37B401; Tue, 31 Jul 2001 06:14:58 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VDDS043694; Tue, 31 Jul 2001 06:13:28 -0700 (PDT) (envelope-from greid) Date: Tue, 31 Jul 2001 06:13:28 -0700 (PDT) From: Message-Id: <200107311313.f6VDDS043694@freefall.freebsd.org> To: greid@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: misc/29312: Using mixer on pcm misbehaves with onboard AudioPCI ES1373-A Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Using mixer on pcm misbehaves with onboard AudioPCI ES1373-A Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: greid Responsible-Changed-When: Tue Jul 31 06:12:59 PDT 2001 Responsible-Changed-Why: Sound issue http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29312 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 7: 5: 0 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BA4C37B403; Tue, 31 Jul 2001 07:04:58 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VDx6F54402; Tue, 31 Jul 2001 06:59:06 -0700 (PDT) (envelope-from dwmalone) Date: Tue, 31 Jul 2001 06:59:06 -0700 (PDT) From: Message-Id: <200107311359.f6VDx6F54402@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: bin/29349: pam_wheel does not check primary group id Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pam_wheel does not check primary group id Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 31 06:58:44 PDT 2001 Responsible-Changed-Why: Mark's our pam head. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29349 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 9:15: 1 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BCDF37B403; Tue, 31 Jul 2001 09:15:00 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VGAP876320; Tue, 31 Jul 2001 09:10:25 -0700 (PDT) (envelope-from asmodai) Date: Tue, 31 Jul 2001 09:10:25 -0700 (PDT) From: Message-Id: <200107311610.f6VGAP876320@freefall.freebsd.org> To: phil@rivendell.apana.org.au, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/11989: pppd(8) output misplaced Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pppd(8) output misplaced State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Tue Jul 31 09:09:34 PDT 2001 State-Changed-Why: Close rediculously long overdue PR. pppd however needs a maintainer I guess, since it is rotting a bit in features and whatnot. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11989 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 9:25: 2 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1144937B406; Tue, 31 Jul 2001 09:24:59 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VGM8f77501; Tue, 31 Jul 2001 09:22:08 -0700 (PDT) (envelope-from asmodai) Date: Tue, 31 Jul 2001 09:22:08 -0700 (PDT) From: Message-Id: <200107311622.f6VGM8f77501@freefall.freebsd.org> To: asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: gnu/29331: still documented broken options in gcc manpage Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: still documented broken options in gcc manpage Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Jul 31 09:21:44 PDT 2001 Responsible-Changed-Why: David O`Brien is our liaison with the GCC development team. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29331 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 9:35: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ADFD37B434; Tue, 31 Jul 2001 09:34:59 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VGXHg78804; Tue, 31 Jul 2001 09:33:17 -0700 (PDT) (envelope-from asmodai) Date: Tue, 31 Jul 2001 09:33:17 -0700 (PDT) From: Message-Id: <200107311633.f6VGXHg78804@freefall.freebsd.org> To: marck@rinet.ru, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/26771: cvs checkout bug with existing val-tags and readonlyfs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cvs checkout bug with existing val-tags and readonlyfs State-Changed-From-To: open->analyzed State-Changed-By: asmodai State-Changed-When: Tue Jul 31 09:32:37 PDT 2001 State-Changed-Why: This patch is present in cvs 1.11.1p1 from http://www.cvshome.org/ I am currently discussing importing the new version. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26771 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 9:35:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9874437B43E; Tue, 31 Jul 2001 09:34:59 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VGP9e78015; Tue, 31 Jul 2001 09:25:09 -0700 (PDT) (envelope-from asmodai) Date: Tue, 31 Jul 2001 09:25:09 -0700 (PDT) From: Message-Id: <200107311625.f6VGP9e78015@freefall.freebsd.org> To: mark@thuvia.demon.co.uk, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/28189: [PATCH] fix for detecting empty CVS commit log message Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] fix for detecting empty CVS commit log message State-Changed-From-To: open->analyzed State-Changed-By: asmodai State-Changed-When: Tue Jul 31 09:24:28 PDT 2001 State-Changed-Why: I am currently raising the issue to import cvs 1.11.1p1, don't know yet if this release contains this fix. Will look tonight. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28189 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 12:55: 0 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D10D37B401; Tue, 31 Jul 2001 12:54:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6VJoqt19288; Tue, 31 Jul 2001 12:50:52 -0700 (PDT) (envelope-from jhb) Date: Tue, 31 Jul 2001 12:50:52 -0700 (PDT) From: Message-Id: <200107311950.f6VJoqt19288@freefall.freebsd.org> To: ambrisko@whistle.com, jhb@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/26382: FreeBSD Bootable CDROM won't boot on IBM PC Desktops Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD Bootable CDROM won't boot on IBM PC Desktops State-Changed-From-To: open->closed State-Changed-By: jhb State-Changed-When: Tue Jul 31 12:50:32 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26382 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 18:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A77637B401 for ; Tue, 31 Jul 2001 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f711A2J27554; Tue, 31 Jul 2001 18:10:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 31 Jul 2001 18:10:02 -0700 (PDT) Message-Id: <200108010110.f711A2J27554@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Barcroft Subject: Re: misc/11778: mpz_get_str() in libgmp leads up to coredump Reply-To: Mike Barcroft Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/11778; it has been noted by GNATS. From: Mike Barcroft To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: misc/11778: mpz_get_str() in libgmp leads up to coredump Date: Tue, 31 Jul 2001 21:26:25 -0400 Adding to Audit-Trail. ----- Forwarded message from Tai-hwa Liang ----- Delivered-To: mike@freebsd.org Date: Sat, 28 Jul 2001 17:50:18 +0800 (CST) From: Tai-hwa Liang To: Kris Kennaway Cc: , Subject: Re: misc/11778: mpz_get_str() in libgmp leads up to coredump In-Reply-To: <20010728010528.C62184@xor.obsecurity.org> On Sat, 28 Jul 2001, Kris Kennaway wrote: [...] > How about with newer versions of gmp? gmp is scheduled to be removed > from FreeBSD at some point in the future, so you should make sure this > bug is fixed by the vendor. > The bug seems to be fixed in the latest version: gmp-3.1.1. ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 20:26:45 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from boss (unknown [210.183.236.168]) by hub.freebsd.org (Postfix) with SMTP id 823B637B406 for ; Tue, 31 Jul 2001 20:25:10 -0700 (PDT) (envelope-from boss@palza.net) From: =?ks_c_5601-1987?B?yLK068jG?= To: freebsd-bugs@FreeBSD.org Subject: =?ks_c_5601-1987?B?W77LuLJdIGZyZWVic2QtYnVnc7TUwMcgsMe9wsC7ILHiv/ggteW4s7TPtNkuLg==?= Date: Wed, 01 Aug 2001 12:22:06 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0127_01C0F01A.93A22C00" X-Priority: 3 Message-Id: <20010801032510.823B637B406@hub.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0127_01C0F01A.93A22C00 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 xsjA2iC5ubXnwfYuLi4gxsjA2rPdISEgIMbIwNogubm158H2Li4uIMbIwNqz3SEhIMbIwNqz 3b+hIL/DtvO/wiDAr7jTIMfRuLa05yAtIMG2xvjG7cH2IGJ5IGVucG9wxsjA2rPdwMwgubnH z7TCILWlv6m/5D8/IMGhuri0wiCw9z8/ILvnwdbGyMDaILq4tMIgtaewob+wPz8gv6Gwzy4u Li4uIL7Gwfe1tSDGyMDas93AuyC49Lb6vu6/5D8/IMK8uvEuLi4gN7/5IDHAzyCws8btx9Eg x9GxuSDF5MG+IMDOxc2z3SCw5rjFILnXILv9yLCxpLDtILvnwMzGrsH2v+QuLi4gsLPG7SCx 4rPkwLi3ziAyMDAxs+Igx9Egx9i1v77IILDmuMW4piDBpr/cx9EguPC15yC8rbrxvbqwobmr t+G287PXv6kuLiANCsbIwNqz3cC6Li4gDQoxLiCw5rjFsbmzuyDD1sD6vPbB2MDHILz2vPa3 4b/NIMjEutLBprimIMD8sN0gw6TFw8fPv6m8rSDAr8L7vcO/obTCILqwtbXAxyC89rz2t+Gw oSC1+7fOILrZwfYgvsq0wrTZs9e/qS4uILrOsKG8rbrxvbq1tSC4tsL5sKHB9rG4v6kuLi4g sde4rrDtLi4guMW4xb7IwPzA5cShsKEgwNa+7rytIL7IwPzHz7TZwfa/5D8gDQoyLiC7/ciw saSw7bHeuMUsIMTEx7vFzS+wocD8LCCwobG4L8DiyK0sIMDatb/C9ywgus61v7vqLCCxuMDO L7G4wfcgte7AxyC02b7nx9EgxKvF17DtuK66sCC7/ciwsaSw7bimIMH2v/jHz7jnLCCwoiDH 2LTnIMH2v6q/obyttbUgsMu79sfSILz2IMDWwfa/5C4uIMbIwNqz3cC6ILG5s7sgw9bDyrfO IMXrwM/AuyC067rxx8+/qSC6z8fRwfa/qsDHIMDOxc2z3SC7/ciwsaSw7cbkwMzB9rimILi4 tem++r3AtM+02S4uILrPx9G/obyttbUgwM7FzbPdwMwgsLO55rXHseK4piC52bbztMIguLbA vb+hvK3AzLjnLi4gyKQuLiDBpMShwPvAuLfOIL7Hv+u1yLTZsMWzqiCxubChuri+yLn9v6Eg wPrDy7XJILz2IMDWtMIgs7u/68DHILHbwMwgv8O287/DIL3Dv6G0wiDB77CiILvowabBtsSh IMfPsNq9wLTPtNkuLiANCjMuILvzsKGxpLDtxsjA2rPdILvzsKGxpLDttMIgxsjA2rPdwLsg xevHz7+pIL/CtvPAziC51yC/wMfBtvPAziC787ChuKYgwMy/68Dav6Gw1CCxpLDtx8+45ywg xsjA2rPdILDmuMW9w726xdvAuyDAzL/rx8+/qSDA2sO8wPvAuLfOILDmuMW4piDF68fRILjF uMW4piDH0iC89iDA1rW1t88gx8+0wiDGyMDas93AxyDH2b3JILytuvG9usDUtM+02S4gseLB uMDHILzux8649CC+98O8v6EgwNTB1sfPt8G46SDG8rHVIDEwMLi4v/ggwMy788DHIMDUwaEg uvG/67D6ILvzx7Agxse4xb+hILX7uKUgvPa89rfhILXuILrxv+vAzCDB9rOqxKGw1CC4ub7G IL3HwfrA+8DOIMbHuMXAzMDNwMwgsMXAxyC++LDFs6ogsKGw3SCw5sDvt8LAzCC2s77uwa4g s9fGvMHwwLi3zrrOxc0gv9y46cC7ILneseIgwM+89r+0vcC0z7TZLiC53bjpILTnu+fAxyC7 87ChsaSw7cDHILDmv+wgsbmzuyDD1sD6wMcgwNTBobz2vPa34b/NIFsyMDAxs+Igx9Egx9gg tb++yL+htMIguau34bfOIMDMv+vHz73HILz2IMDWvcC0z7TZXSCw5rjFILOrwvu89rz2t+G4 piCzq8L7sd2+18DHIDElLCDIxLrSwaa3ziDHz7+pIMDUwaHH0SC787Chwda16cDHILrOtOPA uyDD1rzSt87Hz7+pILChsN0gsObA77fCwLsgxbC/9iC15biztM+02SCw5rjFILnmvcTAxyDA /MDau/OwxbehsKEgwfa/+LXHuOcgtfu287ytILmrx9G068DHILmwx7C17rfPwMwgsKG0ycfV tM+02S4uLiC2x8fRILnos8qxpLDtuKYgtOu9xcfSILz2IMDWvu4gwM+8rsDMwbYgwMy788DH IMi/sPqwoSCwobTJx9W0z7TZLiANCsbIwNqz3cC6IMi4v/iwocDUvcMgurC1tcDHIMHWuc61 7rfPufjIo7imILHiwOfHz73HIMfKv+SwoSC++L3AtM+02S4gwMy0wiDAzsXNs93AzLbztMIg v624sLD4sKMguru3ocDHIMPrwfa4piDD1rTrx9Egu+y4rrfBtMIgwMe1tcDMuOcguLjAz7+h IMDWwLsgvPa1tSDA1rTCILrSuf3A+8DOIMfYxbe/oSDAx8fRILCzwM4gwaS6uMDHIMCvw+LA uyC5zL+sv6EguebB9sfPsO3A2iDH1MDUtM+02S4gtOu9xSCw5rjFuKYgxevH0SCwxbehuKYg x8+9w7fBuOkgud215b3DILDFt6HAusfgILDowcK5+MijuKYgwNS3wsfPvMW+3yDH1bTPtNku IMDMtMIgubDHsLTrsd3AuyC53rDFs6ogud3HsL3DIMDUsd2+18C7ILW5t8Egud6x4iDAp8fY ILLAIMfKv+TH0SCwzcDMuOcgvce47cGmsKEgvce9w7XHtMIgv+y4rrOqtvO/obytILDFt6HA xyC+yMD8x9TAuyC6uMDlx9IgvPYgwNa0wiCwzcDUtM+02S4gwMy3r8fRIMGhv6G1tSC60rG4 x8+w7SDIpL3DILnfu/3H0iC89iDA1rTCILvnsO2/oSC067rxx8+/qSDGyMDas93AzCDB98Gi ILDmuMW4piDB37DUx8+0wiC4xbjFvsjA/MDlxKG4piCwobW/wd+/oSDA1r3AtM+02S4gxsjA 2rPdsPogx9SysiC6uLTZIMDawK+307DtIL7IwPzH0SDA/MDau/OwxbehuKYgsObH6MfPvcOx 4iC52bb4tM+02S4gDQrCysH2LCDAr7jTLCCx27i2tOcsILD4sLPHwbfOxvfB7iwgu+e298Oj seIsIMXkt9C55iC17iDGyMDas93AxyC02b7nx9EgxL+5wrTPxrywoSC/qbevutDAxyDC/L+p uKYgseK02biusO0gwNa9wLTPtNkhISC/wLzFvK0gwNrB1iC+1r/rx8+/qSDB1r3DseIgudm2 +LTPtNkuLiDGyMDaILm5tefB9i4uLiDAzLvzIMbIwNqz3cDMvvq9wLTPtNkuLiANCrT1wMy7 8yC43sDPwLsgud7B9iC+ysC4vcO3wbjpILjewM+89r3FsMW6zrimxay4r8fPvcOx4iC52bb4 tM+02S4gILq7ILjewM/AuiBodHRwOi8vd3d3LmtyLmZyZWVic2Qub3JnL3N1cHBvcnQuc2h0 bWy/obytILq4sO0gud+827XIILjewM/A1LTPtNkuIMbIwNqz3cDHIMCvwM3H0SDBpLq4uKYg waaw+MfSILjxwPvAuLfOIMDbvLogtce++sC4uOcgZnJlZWJzZC1idWdztNTAxyCx4rrQwLsg urvAx77GtM+w1CC788fPsNQgx8+/tLTZuOkgwfi9ycC4t84gu+ew+iC15biztM+02S4g ------=_NextPart_000_0127_01C0F01A.93A22C00 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDMuMi8vRU4iPg0KPGh0 bWw+DQo8aGVhZD4NCjx0aXRsZT7GyMDaILm5tefB9i4uLiDGyMDas90hISA8L3RpdGxlPg0K PG1ldGEgbmFtZT0iR0VORVJBVE9SIiBjb250ZW50PSJOYW1vIFdlYkVkaXRvciBBY3RpdmVY IENvbnRyb2wgdjIuMDAiPg0KPC9oZWFkPg0KPGJvZHkgYmdjb2xvcj0ieWVsbG93IiB0ZXh0 PSJibGFjayIgbGluaz0iYmx1ZSIgdmxpbms9InB1cnBsZSIgYWxpbms9InJlZCI+DQo8aDIg YWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48YSBocmVmPSJodHRwOi8v d3d3LnBhbHphLm5ldCI+PGltZyBzcmM9Imh0dHA6Ly93d3cucGFsemEubmV0L2ltYWdlcy9p bmRleF9sb2dvLmdpZiIgYm9yZGVyPSIwIj48L2E+IDxmb250IGZhY2U9IrvqtbmxpLz2IEwi IHNpemU9IjYiIGNvbG9yPSJibGFjayI+PGI+xsjA2iC5ubXnwfYuLi4gxsjA2rPdISE8L2I+ PC9mb250PiA8L2gyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAl OyI+PGZvbnQgZmFjZT0iu+q1ubGkvPYgTCIgc2l6ZT0iNiIgY29sb3I9ImJsdWUiPjxiPg0K PGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0i QXJpYWwiIHNpemU9IjQiIGNvbG9yPSJibHVlIj7GyMDas92/oSC/w7bzv8IgwK+40yDH0bi2 tOcgLSDBtsb4xu3B9iBieSBlbnBvcDwvYj48L2ZvbnQ+PGZvbnQgZmFjZT0iQXJpYWwiIHNp emU9IjIiIGNvbG9yPSJibGFjayI+PC9mb250PjwvaDI+DQo8ZW1iZWQgc3JjPSJodHRwOi8v ZW5wb3AuY29tL3dlYl9hbmkvYTAwMjMvYTAwMjMuc3dmIiB3aWR0aD0iMzc1IiBoZWlnaHQ9 IjMwMCI+DQo8aDIgYWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9u dCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj7GyMDas93AzCC5ucfP tMIgtaW/qb/kPz8gwaG6uLTCILD3Pz8gPC9iPjwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJs ZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9 IjIiIGNvbG9yPSJibGFjayI+PGI+u+fB1sbIwNoguri0wiC1p7Chv7A/PzwvYj48L2ZvbnQ+ PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8aDIgYWxpZ249ImxlZnQiIHN0 eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29s b3I9ImJsYWNrIj48Yj6/obDPLi4uLi4gvsbB97W1IMbIwNqz3cC7ILj0tvq+7r/kPz8gwry6 8S4uLjwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8aDIg YWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlh bCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj43v/kgMcDPILCzxu3H0SDH0bG5IMXkwb4g wM7FzbPdILDmuMUgudcgu/3IsLGksO0gu+fAzMauwfa/5C4uLiA8L2I+PC9mb250PjwvaDI+ DQo8aDIgYWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNl PSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj6ws8btILHis+TAuLfOIDIwMDGz 4iDH0SDH2LW/vsggsOa4xbimIMGmv9zH0SC48LXnILytuvG9urChPC9iPjwvZm9udD48L2gy Pg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFj ZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+uau34bbzs9e/qS4uPC9iPjwv Zm9udD48Zm9udCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxicj4NCjxoMiBhbGln bj0ibGVmdCIgc3R5bGU9ImxpbmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBz aXplPSI0IiBjb2xvcj0iYmxhY2siPjxiPsbIwNqz3cC6Li48L2I+PC9mb250Pjxmb250IGNv bG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGJyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHls ZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjQiIGNvbG9y PSJibHVlIj48Yj4xLiCw5rjFPC9iPjwvZm9udD48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0i MiIgY29sb3I9ImJsdWUiPjwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0i bGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjQiIGNvbG9yPSJi bGFjayI+PGI+DQo8aDIgYWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48 Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj6xubO7IMPWwPq8 9sHYwMcgvPa89rfhv80gyMS60sGmuKYgwPyw3SDDpMXDx8+/qbytPC9iPjwvZm9udD48Zm9u dCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9 ImxpbmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0i YmxhY2siPjxiPsCvwvu9w7+htMIgurC1tcDHILz2vPa34bChILX7t84gutnB9iC+yrTCtNmz 17+pLi48L2I+PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGgy IGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJp YWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+us6wobytuvG9urW1ILi2wvmwocH2sbi/ qS4uLiA8L2I+PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGgy IGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJp YWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+sde4rrDtLi4guMW4xb7IwPzA5cShsKEg wNa+7rytIL7IwPzHz7TZwfa/5D88L2I+PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+IDwv Zm9udD48L2gyPg0KPGJyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6 MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjQiIGNvbG9yPSJibHVlIj48Yj4yLiC7 /ciwsaSw7TwvYj48L2ZvbnQ+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJi bHVlIj48L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9ImxpbmUtaGVpZ2h0 OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSI0IiBjb2xvcj0iYmxhY2siPjxiPg0K PGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0i QXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+sd64xSwgxMTHu8XNL7ChwPwsILCh sbgvwOLIrSwgwNq1v8L3LCC6zrW/u+osILG4wM4vsbjB9yC17sDHILTZvufH0SA8L2I+PC9m b250Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0 IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIi IGNvbG9yPSJibGFjayI+PGI+xKvF17DtuK66sCC7/ciwsaSw7bimIMH2v/jHz7jnLCCwoiDH 2LTnIMH2v6q/obyttbUgsMu79sfSILz2IMDWwfa/5C4uPC9iPjwvZm9udD48Zm9udCBjb2xv cj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9ImxpbmUt aGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0iYmxhY2si PjxiPsbIwNqz3cC6ILG5s7sgw9bDyrfOIMXrwM/AuyC067rxx8+/qSC6z8fRwfa/qsDHPC9i PjwvZm9udD48Zm9udCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0i bGVmdCIgc3R5bGU9ImxpbmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXpl PSIyIiBjb2xvcj0iYmxhY2siPjxiPsDOxc2z3SC7/ciwsaSw7cbkwMzB9rimILi4tem++r3A tM+02S4uICA8L2I+PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0K PGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0i QXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+us/H0b+hvK21tSDAzsXNs93AzCCw s7nmtcex4rimILnZtvO0wiC4tsC9v6G8rcDMuOcuLiAgPC9iPjwvZm9udD48Zm9udCBjb2xv cj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9ImxpbmUt aGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0iYmxhY2si PjxiPsikLi4gwaTEocD7wLi3ziC+x7/rtci02bDFs6ogsbmwobq4vsi5/b+hIMD6w8u1ySC8 9iDA1rTCILO7v+vAxyCx28DMIDwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9m b250PjwvaDI+DQo8aDIgYWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48 Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj6/w7bzv8MgvcO/ obTCIMHvsKIgu+jBpsG2xKEgx8+w2r3AtM+02S4uICA8L2I+PC9mb250Pjxmb250IGNvbG9y PSJibGFjayI+IDwvZm9udD48L2gyPg0KPGJyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0i bGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjQiIGNvbG9yPSJi bHVlIj4zLiC787ChsaSw7TwvYj48L2ZvbnQ+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIi IGNvbG9yPSJibHVlIj48L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9Imxp bmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSI0IiBjb2xvcj0iYmxh Y2siPjxiPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZv bnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+xsjA2rPdILvzsKGx pLDttMIgxsjA2rPdwLsgxevHz7+pIL/CtvPAziC51yC/wMfBtvPAziC787ChuKY8L2I+PC9m b250Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0 IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIi IGNvbG9yPSJibGFjayI+PGI+wMy/68Dav6Gw1CCxpLDtx8+45ywgxsjA2rPdILDmuMW9w726 xdvAuyDAzL/rx8+/qTwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250Pjwv aDI+DQo8aDIgYWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9udCBm YWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj7A2sO8wPvAuLfOILDmuMW4 piDF68fRILjFuMW4piDH0iC89iDA1rW1t88gx8+0wjwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9 ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8aDIgYWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhl aWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48 Yj7GyMDas93AxyDH2b3JILytuvG9usDUtM+02S48L2I+PC9mb250Pjxmb250IGNvbG9yPSJi bGFjayI+IDwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWln aHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+ seLBuMDHILzux8649CC+98O8v6EgwNTB1sfPt8G46SDG8rHVIDEwMLi4v/ggwMy788DHIDwv Yj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8aDIgYWxpZ249 ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6 ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj7A1MGhILrxv+uw+iC788ewIMbHuMW/oSC1+7ilILz2 vPa34SC17iC68b/rwMwgwfazqsShsNQguLm+xjwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJs YWNrIj4gPC9mb250PjwvaDI+DQo8aDIgYWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdo dDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj69 x8H6wPvAziDGx7jFwMzAzcDMILDFwMcgvviwxbOqILChsN0gsObA77fCwMwgtrO+7sGuPC9i PjwvZm9udD48Zm9udCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0i bGVmdCIgc3R5bGU9ImxpbmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXpl PSIyIiBjb2xvcj0iYmxhY2siPjxiPrPXxrzB8MC4t866zsXNIL/cuOnAuyC53rHiIMDPvPa/ tL3AtM+02S48L2I+PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPiAN CjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9ImxpbmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9 IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0iYmxhY2siPjxiPrnduOkgtOe758DHILvzsKGxpLDt wMcgsOa/7CCxubO7IMPWwPrAxyDA1MGhvPa89rfhv80gPC9iPjwvZm9udD48Zm9udCBjb2xv cj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9ImxpbmUt aGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0iYmxhY2si PjxiPlsyMDAxs+Igx9Egx9ggtb++yL+htMIguau34bfOIMDMv+vHz73HILz2IMDWvcC0z7TZ XTwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8aDIgYWxp Z249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlhbCIg c2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj6w5rjFILOrwvu89rz2t+G4piCzq8L7sd2+18DH IDElLCDIxLrSwaa3ziDHz7+pPC9iPjwvZm9udD48Zm9udCBjb2xvcj0iYmxhY2siPiA8L2Zv bnQ+PC9oMj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9ImxpbmUtaGVpZ2h0OjEwJTsiPjxm b250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0iYmxhY2siPjxiPsDUwaHH0SC787Ch wda16cDHILrOtOPAuyDD1rzSt87Hz7+pILChsN0gsObA77fCwLs8L2I+PC9mb250Pjxmb250 IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0i bGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJi bGFjayI+PGI+xbC/9iC15biztM+02TwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4g PC9mb250PjwvaDI+DQo8aDIgYWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7 Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj6w5rjFILnm vcTAxyDA/MDau/OwxbehsKEgwfa/+LXHuOc8L2I+PC9mb250Pjxmb250IGNvbG9yPSJibGFj ayI+IDwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6 MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+tfu2 87ytILmrx9G068DHILmwx7C17rfPwMwgsKG0ycfVtM+02S4uLjwvYj48L2ZvbnQ+PGZvbnQg Y29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8aDIgYWxpZ249ImxlZnQiIHN0eWxlPSJs aW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJs YWNrIj48Yj62x8fRILnos8qxpLDtuKYgtOu9xcfSILz2IMDWvu4gwM+8rsDMwbYgwMy788DH PC9iPjwvZm9udD48Zm9udCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBhbGln bj0ibGVmdCIgc3R5bGU9ImxpbmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBz aXplPSIyIiBjb2xvcj0iYmxhY2siPjxiPsi/sPqwoSCwobTJx9W0z7TZLjwvYj48L2ZvbnQ+ PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8YnI+DQo8aDIgYWxpZ249Imxl ZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0i NCIgY29sb3I9ImJsYWNrIj48Yj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9ImxpbmUtaGVp Z2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0iYmxhY2siPjxi PsbIwNqz3cC6IMi4v/iwocDUvcMgurC1tcDHIMHWuc617rfPufjIo7imPC9iPjwvZm9udD48 Zm9udCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5 bGU9ImxpbmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xv cj0iYmxhY2siPjxiPrHiwOfHz73HIMfKv+SwoSC++L3AtM+02S48L2I+PC9mb250Pjxmb250 IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0i bGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJi bGFjayI+PGI+wMy0wiDAzsXNs93AzLbztMIgv624sLD4sKMguru3ocDHIMPrwfa4pjwvYj48 L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8aDIgYWxpZ249Imxl ZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0i MiIgY29sb3I9ImJsYWNrIj48Yj7D1rTrx9Egu+y4rrfBtMIgwMe1tcDMuOc8L2I+PC9mb250 Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0IiBz dHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNv bG9yPSJibGFjayI+PGI+uLjAz7+hIMDWwLsgvPa1tSDA1rTCILrSuf3A+8DOIMfYxbe/oSDA x8fRPC9iPjwvZm9udD48Zm9udCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBh bGlnbj0ibGVmdCIgc3R5bGU9ImxpbmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFs IiBzaXplPSIyIiBjb2xvcj0iYmxhY2siPjxiPrCzwM4gwaS6uMDHIMCvw+LAuyC5zL+sv6Eg uebB9sfPsO3A2iDH1MDUtM+02S48L2I+PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+IDwv Zm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+ PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+tOu9xSCw5rjF uKYgxevH0SCwxbehuKYgx8+9w7fBuOk8L2I+PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+ IDwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAl OyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+ud215b3D ILDFt6HAusfgILDowcK5+MijuKYgwNS3wsfPvMW+3yDH1bTPtNkuPC9iPjwvZm9udD48Zm9u dCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9 ImxpbmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0i YmxhY2siPjxiPsDMtMIgubDHsLTrsd3AuyC53rDFs6ogud3HsL3DIMDUsd2+18C7ILW5t8Eg ud6x4jwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8aDIg YWxpZ249ImxlZnQiIHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlh bCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48Yj7Ap8fYILLAIMfKv+TH0SCwzcDMuOc8L2I+ PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJs ZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9 IjIiIGNvbG9yPSJibGFjayI+PGI+vce47cGmsKEgvce9w7XHtMIgv+y4rrOqtvO/obytPC9i PjwvZm9udD48Zm9udCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0i bGVmdCIgc3R5bGU9ImxpbmUtaGVpZ2h0OjEwJTsiPjxmb250IGZhY2U9IkFyaWFsIiBzaXpl PSIyIiBjb2xvcj0iYmxhY2siPjxiPrDFt6HAxyC+yMD8x9TAuyC6uMDlx9IgvPYgwNa0wiCw zcDUtM+02S48L2I+PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0K PGgyIGFsaWduPSJsZWZ0IiBzdHlsZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0i QXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+wMy3r8fRIMGhv6G1tSC60rG4x8+w 7SDIpL3DILnfu/3H0iC89iDA1rTCPC9iPjwvZm9udD48Zm9udCBjb2xvcj0iYmxhY2siPiA8 L2ZvbnQ+PC9oMj4NCjxoMiBhbGlnbj0ibGVmdCIgc3R5bGU9ImxpbmUtaGVpZ2h0OjEwJTsi Pjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0iYmxhY2siPjxiPrvnsO2/oSC0 67rxx8+/qSDGyMDas93AzCDB98GiILDmuMW4piDB37DUx8+0wjwvYj48L2ZvbnQ+PGZvbnQg Y29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8aDIgYWxpZ249ImxlZnQiIHN0eWxlPSJs aW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJs YWNrIj48Yj64xbjFvsjA/MDlxKG4piCwobW/wd+/oSDA1r3AtM+02S48L2I+PC9mb250Pjxm b250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0IiBzdHls ZT0ibGluZS1oZWlnaHQ6MTAlOyI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9y PSJibGFjayI+PGI+xsjA2rPdsPogx9SysiC6uLTZIMDawK+307DtIL7IwPzH0TwvYj48L2Zv bnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+DQo8aDIgYWxpZ249ImxlZnQi IHN0eWxlPSJsaW5lLWhlaWdodDoxMCU7Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIg Y29sb3I9ImJsYWNrIj48Yj7A/MDau/OwxbehuKYgsObH6MfPvcOx4iC52bb4tM+02S48L2I+ PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPg0KPGJyPg0KPGgyIGFs aWduPSJsZWZ0Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48 Yj7CysH2LCDAr7jTLCCx27i2tOcsILD4sLPHwbfOxvfB7iwgu+e298OjseIsIMXkt9C55iC1 7jwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+IA0KPGgyIGFs aWduPSJsZWZ0Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIgY29sb3I9ImJsYWNrIj48 Yj7GyMDas93AxyC02b7nx9EgxL+5wrTPxrywoSC/qbevutDAxyDC/L+puKY8L2I+PC9mb250 Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPiANCjxoMiBhbGlnbj0ibGVmdCI+ PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+seK02biusO0g wNa9wLTPtNkhITwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250PjwvaDI+ DQo8aDIgYWxpZ249ImxlZnQiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0i YmxhY2siPjxiPr/AvMW8rSDA2sHWIL7Wv+vHz7+pIMHWvcOx4iC52bb4tM+02S4uPC9iPjwv Zm9udD48Zm9udCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4gDQo8aDIgYWxpZ249Imxl ZnQiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIzIiBjb2xvcj0iYmxhY2siPjxiPsbIwNog ubm158H2Li4uIMDMu/MgxsjA2rPdwMy++r3AtM+02S4uPC9iPjwvZm9udD48Zm9udCBjb2xv cj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4gDQo8YnI+DQo8aDIgYWxpZ249ImxlZnQiPjxmb250 IHNpemU9IjIiIGNvbG9yPSJibGFjayI+tPXAzLvzILjewM/AuyC53sH2IL7KwLi9w7fBuOkg PC9mb250Pjxmb250IHNpemU9IjIiIGNvbG9yPSJyZWQiPjxhIGhyZWY9Im1haWx0bzp3ZWJh ZG1pbkBwYWx6YS5uZXQiPrjewM+89r3FsMW6zrimPGEvPjwvZm9udD48Zm9udCBzaXplPSIy IiBjb2xvcj0ieWVsbG93Ij4NCjxoMiBhbGlnbj0ibGVmdCI+PGZvbnQgc2l6ZT0iMiIgY29s b3I9ImJsYWNrIj7FrLivx8+9w7HiILnZtvi0z7TZPC9mb250Pjxmb250IGNvbG9yPSJibGFj ayI+LjwvZm9udD48L2gyPg0KPGgyPjxmb250IGNvbG9yPSJibGFjayI+Jm5ic3A7IDwvZm9u dD48L2gyPg0KPGgyIGFsaWduPSJsZWZ0Ij48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiIg Y29sb3I9ImJsYWNrIj48Yj66uyC43sDPwLogaHR0cDovL3d3dy5rci5mcmVlYnNkLm9yZy9z dXBwb3J0LnNodG1sv6G8rTwvYj48L2ZvbnQ+PGZvbnQgY29sb3I9ImJsYWNrIj4gPC9mb250 PjwvaDI+DQo8aDIgYWxpZ249ImxlZnQiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBj b2xvcj0iYmxhY2siPjxiPrq4sO0gud+827XIILjewM/A1LTPtNkuPC9iPjwvZm9udD48Zm9u dCBjb2xvcj0iYmxhY2siPiA8L2ZvbnQ+PC9oMj4gDQo8aDIgYWxpZ249ImxlZnQiPjxmb250 IGZhY2U9IkFyaWFsIiBzaXplPSIyIiBjb2xvcj0iYmxhY2siPjxiPsbIwNqz3cDHIMCvwM3H 0SDBpLq4uKYgwaaw+MfSILjxwPvAuLfOIMDbvLogtce++sC4uOc8L2I+PC9mb250Pjxmb250 IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPiANCjxoMiBhbGlnbj0ibGVmdCI+PGZvbnQg ZmFjZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+ZnJlZWJzZC1idWdztNTA xyCx4rrQwLsgurvAx77GtM+w1CC788fPsNQgx8+/tLTZuOk8L2I+PC9mb250Pjxmb250IGNv bG9yPSJibGFjayI+IDwvZm9udD48L2gyPiANCjxoMiBhbGlnbj0ibGVmdCI+PGZvbnQgZmFj ZT0iQXJpYWwiIHNpemU9IjIiIGNvbG9yPSJibGFjayI+PGI+wfi9ycC4t84gu+ew+iC15biz tM+02S48L2I+PC9mb250Pjxmb250IGNvbG9yPSJibGFjayI+IDwvZm9udD48L2gyPiANCjwv Ym9keT4NCjwvaHRtbD4= ------=_NextPart_000_0127_01C0F01A.93A22C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 21:45: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E5A437B403; Tue, 31 Jul 2001 21:45:00 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f714fwg55323; Tue, 31 Jul 2001 21:41:58 -0700 (PDT) (envelope-from mike) Date: Tue, 31 Jul 2001 21:41:58 -0700 (PDT) From: Message-Id: <200108010441.f714fwg55323@freefall.freebsd.org> To: avatar@www.mmlab.cse.yzu.edu.tw, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11778: mpz_get_str() in libgmp leads up to coredump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mpz_get_str() in libgmp leads up to coredump State-Changed-From-To: feedback->closed State-Changed-By: mike State-Changed-When: Tue Jul 31 21:37:19 PDT 2001 State-Changed-Why: libgmp has been removed from -CURRENT and there are no plans to upgrade libgmp in -STABLE, so it's likely this bug will be fixed in FreeBSD. But on the plus size, as the originator confirmed, this bug has been fixed in newer versions of libgmp available in the ports collection. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11778 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 31 22:13: 8 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from tambora.parokinet.org (unknown [133.30.168.119]) by hub.freebsd.org (Postfix) with ESMTP id 682FD37B405; Tue, 31 Jul 2001 22:13:00 -0700 (PDT) (envelope-from rachmat@canada.com) Received: from localhost (rachmat@localhost) by tambora.parokinet.org (8.11.3/8.11.1) with ESMTP id f715EW761826; Wed, 1 Aug 2001 14:14:33 +0900 (JST) (envelope-from rachmat@canada.com) X-Authentication-Warning: tambora.parokinet.org: rachmat owned process doing -bs Date: Wed, 1 Aug 2001 14:14:21 +0900 (JST) From: Rachmat Hidajat X-Sender: rachmat@tambora.parokinet.org To: hackers@freebsd.org Cc: bugs@freebsd.org, sos@freebsd.org Subject: wd and burncd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi All, I have a Sony CRX140E/1.0s CD-RW installed in my computer running FreeBSD(98) 4.3-STABLE. It is recognized as /dev/wcd1c, and working fine for reading. However, I fail to run burncd on this drive, as I always get: burncd: ioctl(CDRIOCWRITESPEED): Inappropriate ioctl for device I tried to add device ata in the kernel but it seems that the source doesn't allow me to do that. Is there any patch for wd.c or burncd.c so I can run burncd with wd driver? TIA, Rachmat Hidajat Kobe, JAPAN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 1:18:24 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from enduser (unknown [203.195.28.80]) by hub.freebsd.org (Postfix) with SMTP id 0DBEF37B403; Wed, 1 Aug 2001 01:18:12 -0700 (PDT) (envelope-from 5s@tpts6.seed.net.tw) Received: from iris by venus.seed.net.tw with SMTP id XQArKFJFIQQJs29pLZ; Wed, 01 Aug 2001 16:27:23 +0800 Message-ID: <1LDwaBkKMbe7k@gcn.net.tw> From: tatmko@ctimail3.com To: Cosmetic@FreeBSD.ORG Subject:Packaging MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_zBnGQpepnQkDIwkkFGJl" X-Mailer: zPcar9i2g4g41s49E X-Priority: 3 X-MSMail-Priority: Normal Date: Wed, 1 Aug 2001 01:18:12 -0700 (PDT) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_zBnGQpepnQkDIwkkFGJl Content-Type: multipart/alternative; boundary="----=_NextPart_zBnGQpepnQkDIwkkFGJlAA" ------=_NextPart_zBnGQpepnQkDIwkkFGJlAA Content-Type: text/html; charset="big5" Content-Transfer-Encoding: base64 RGVhciBTaXIsCQkJCQkJCQkJCQkNCg0KV2Ugd291bGQgbGlrZSB0byB0YWtlIHRoaXMgb3Bwb3J0 dW5pdHkgdG8gaW50cm9kdWNlICJTaHVlIFlhbiBQYXBlciBQcm9kdWN0IE1hbnVmYWN0b3J5IEx0 ZCIgdG8geW91LiAgIlNodWUgWWFuIiB3YXMgZXN0YWJsaXNoZWQgaW4gMTk3OS4gIE92ZXIgdGhl IDIgZGVjYWRlcywgb3VyIGNvbXBhbnkgaGFzIGRldmVsb3BlZCBpbnRvIG9uZSBvZiB0aGUgYWR2 YW5jZWQgdGVjaG5vbG9neSBwcmludGluZyBjb21wYW55IGluIEhvbmcgS29uZy4NCg0KSXQgaXMg b3VyIGJ1c2luZXNzIHRvIHN1cHBseSBvdXIgbWFueSBmcmllbmRzIGluIGFsbCBwYXJ0cyBvZiB0 aGUgd29ybGQgd2l0aCB0aGUgbXVjaCBuZWVkIHBhY2thZ2luZyBhbmQgcGFwZXIgcHJvZHVjdHMg b2YgYWxsIGluZHVzdHJpZXMuICBJbiBvcmRlciB0byBjYXJyeSBvbiBhIHNhdGlzZmFjdG9yeSBm b3JlaWduIHRyYWRlIHRoZXNlIGRheXMsIGl0IGlzIGltcGVyYXRpdmUgdG8gc3VwcGx5IHRoZSBn b29kcyBhdCB0aGUgcmlnaHQgcHJpY2UgYW5kIGF0IHRoZSByaWdodCB0aW1lLiAgSG93ZXZlciwg dGhpcyBkZXBlbmRzIG9uIHRoZSBleHBlcmllbmNlLCB0ZWNobm9sb2d5LCBzZXJ2aWNlcyBhbmQg ZXN0YWJsaXNoZWQgY29ubmVjdGlvbnMgdGhlIG1hbnVmYWN0dXJlciBoYXMgd2l0aCB0aGUgaW5k dXN0cnkgYW5kIHRoZSBtYWluIHNvdXJjZXMgb2Ygc3VwcGx5Lg0KDQpPdXIgY29tcGV0aXRpdmUg cHJpY2VzLCBleHBlcmllbmNlLCBlZmZpY2llbmN5LCBhbmQgcmVsaWFiaWxpdHkgaGFzIHdvbiBj b25maWRlbmNlIGFuZCBnb29kd2lsbCBhbW9uZyBvdXIgbWFueSBjbGllbnRzIGFjcm9zcyB0aGUg d29ybGQuICBXZSBoYW5kbGUgeW91ciBqb2IsIGNvbXBsZXRlbHkgYW5kIHBlcnNvbmFsbHkgZnJv bSBjb25jZXB0IHRvIGNvbXBsZXRpb24uDQoNCkl0IHdpbGwgYmUgZ3JlYXRseSBhcHByZWNpYXRl ZCBpZiB5b3Ugd291bGQgbGV0IHVzIGtub3cgd2hldGhlciB5b3VyIHJlcXVpcmVtZW50cyBjYWxs IGZvciBzdWNoIHByb2R1Y3RzIGFzOg0KDQpQYWNrYWdpbmcgYm94ZXMsIENhcmRib2FyZCBnaWZ0 IGJveGVzLCBQYXBlci9QbGFzdGljIGJhZ3MsIERpc3BsYXkgY2FydG9uIGJveGVzLCBMYWJlbHMs IFN0aWNrZXJzLCBCYXItY29kZSBoYW5nIHRhZ3MsIENhdGFsb2d1ZXMsIEFubnVhbCBSZXBvcnRz LCBPZmZpY2UgU3RhdGlvbmVyeSwgRm9ybXMgZXRjoUsuLg0KDQpXZSBhcmUgY29uZmlkZW50IHRo YXQgYSBidXNpbmVzcyBjb25uZWN0aW9uIHdpdGggdXMgd2lsbCBjZXJ0YWlubHkgYmUgb2YgYWR2 YW50YWdlIHRvIHlvdS4gIFdlLCB0aGVyZWZvcmUsIHN1Z2dlc3QgdGhhdCB5b3Ugc2VuZCB1cyB5 b3VyIGlucXVpcmllcywgYXMgc3BlY2lmaWMgYW5kIGRldGFpbGVkIGFzIHBvc3NpYmxlLCBhcyB0 aGlzIHdpbGwgZmFjaWxpdGF0ZSBvdXIgcXVvdGluZy4NCg0KTG9va2luZyBmb3J3YXJkIHRvIHlv dXIgcmVwbHksIHdlIHJlbWFpbiwNCg0KVmVyeSB0cnVseSB5b3VycywNClNodWUgWWFuIFBhcGVy IFByb2R1Y3RzIE1hbnVmYWN0b3J5IEx0ZC4NCg0KUGF0cmljayBULkIuIEtvDQpNYW5hZ2luZyBE aXJlY3Rvcg0Kc3RsaGtsdGRAYXNpYW9ubGluZS5uZXQNCg0KaHR0cDovL3d3dy5zaHVleWFucHJp bnQuY29tL29lbS5odG1sDQoNCk5ldyBIb21lcGFnZSBBbm5vdW5jZW1lbnQNCkEgbmV3IGhvbWVw YWdlIGZvciBTaHVlIFlhbiBQYXBlciBQcm9kdWN0cyBNYW51ZmFjdG9yeSBDby4gTHRkLiBoYXMg YmVlbiBsYXVuY2hlZC4NCldlIGludml0ZSB5b3UgdG8gdmlzaXQgaHR0cDovL3d3dy5zaHVleWFu cHJpbnQuY29tLCBwZXJ1c2UgdGhlIHNpdGUgYW5kIHNlbmQgYWxvbmcgYW55IGZlZWRiYWNrIHlv dSBtYXkgaGF2ZS4NCg0KUXVvdGF0aW9uIFJlcXVlc3QgRm9ybQ0KDQoNClBsZWFzZSBmaWxsIHRo aXMgZm9ybSBhbmQgZmF4IHRvIFNodWUgWWFuIFBhcGVyIFByb2R1Y3RzIE1hbnVmYWN0b3J5IEx0 ZC4gDQoNCkZheCBuby4gKDg1MikgMjgxNCAxMTIxDQoNCkNvbXBhbnkgTmFtZQk6IAkNCkFkZHJl c3MJOgkNClBob25lIE51bWJlcgk6CQ0KRmF4IE51bWJlcgk6IAkNCkNvdW50cnkgJiBBcmVhIENv ZGUJOiAJDQpFLW1haWwgYWRkcmVzcwk6CQ0KUGVyc29uLWluLWNoYXJnZQk6IAkNClByb2R1Y3Qg RGVzY3JpcHRpb24JOgkNCk9yZGVyIFF1YW50aXR5CToJDQpQcm9kdWN0IERpbWVuc2lvbnMJOiAJ KEx4V3hIKQkJCQkJCQkJbW0NClByaW50aW5nIENvbG9ycwk6CQ0KTWF0ZXJpYWwvUGFwZXIgVHlw ZQk6CQ0KQXBwbGljYXRpb24gb2YgUHJvZHVjdHMJOgkNClJlbWFya3MJOgkNClNoaXAgVG8gRGVz dGluYXRpb24JOgkNCkRlc2lyZWQgRGVsaXZlcnkgRGF0ZQk6CQ0KRGVzaXJlZCBTaGlwbWVudCBU ZXJtcwk6IAlGT0IgSEsgKCAgICkgLyBDJkYgICAgICAoICAgKSAvIENJRiAgICAgICAgICggICAp DQoJIAlPdGhlcnMgKFBsZWFzZSBzcGVjaWZ5KQ== ------=_NextPart_zBnGQpepnQkDIwkkFGJlAA-- ------=_NextPart_zBnGQpepnQkDIwkkFGJl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 3:10:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BB1537B406 for ; Wed, 1 Aug 2001 03:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71AA7B21326; Wed, 1 Aug 2001 03:10:07 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 9303F37B401 for ; Wed, 1 Aug 2001 03:01:50 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 586CB20D; Wed, 1 Aug 2001 14:01:44 +0400 (MSD) Message-Id: <20010801100144.586CB20D@freebsd.org.ru> Date: Wed, 1 Aug 2001 14:01:44 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29360: No "\n" after "acd: Mechanism: ejectable tray" at verbose boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29360 >Category: kern >Synopsis: No "\n" after "acd: Mechanism: ejectable tray" at verbose boot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 03:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 5.0-CURRENT >Organization: Russian FreeBSD Team >Environment: System: FreeBSD 5.0-CURRENT >Description: No "\n" after "acd: Mechanism: ejectable tray" at verbose boot acd0: Mechanism: ejectable trayacd0: Medium: CD-ROM 120mm data disc, unlocked I think after word "tray" we must put a "\n", isn't it? >How-To-Repeat: $ echo verbose_loading=\"YES\" >> /boot/loader.conf $ reboot $ dmesg | grep acd0 | grep ejectable acd0: Mechanism: ejectable trayacd0: Medium: CD-ROM 120mm data disc, unlocked >Fix: --- src/sys/dev/ata/atapi-cd.c.orig Tue Jul 31 22:42:55 2001 +++ src/sys/dev/ata/atapi-cd.c Tue Jul 31 22:46:11 2001 @@ -400,6 +400,8 @@ printf("%s%s", cdp->cap.eject ? "ejectable " : "", mechanism); else if (cdp->cap.eject) printf("ejectable"); + + printf("\n"); if (cdp->cap.mech != MST_MECH_CHANGER) { ata_printf(cdp->atp->controller, cdp->atp->unit, "Medium: "); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 3:10:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D19937B403 for ; Wed, 1 Aug 2001 03:10:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71AABJ21355; Wed, 1 Aug 2001 03:10:11 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id DEAFA37B40A for ; Wed, 1 Aug 2001 03:09:28 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 36294208; Wed, 1 Aug 2001 14:09:25 +0400 (MSD) Message-Id: <20010801100925.36294208@freebsd.org.ru> Date: Wed, 1 Aug 2001 14:09:25 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29361: startslip can't load if_sl.ko Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29361 >Category: bin >Synopsis: startslip can't load if_sl.ko >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 03:10:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 5.0-CURRENT i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD 5.0-CURRENT i386 >Description: startslip can't load if_sl.ko >How-To-Repeat: 1) build and install kernel without 'pseudo-device sl' 2) try to use startslip and you find TIOCSETD >Fix: --- src/sbin/startslip/startslip.c.orig Tue Jul 31 23:58:38 2001 +++ src/sbin/startslip/startslip.c Tue Jul 31 23:58:16 2001 @@ -428,6 +428,21 @@ * Attach */ printd("setd"); + + /* + * Attempt to load the SLIP interface KLD if it isn't loaded + * already. + */ +#if defined(__FreeBSD__) && !defined(NOKLDLOAD) + if (modfind("if_sl") == -1) { + if (kldload("if_sl") == -1) { + syslog(LOG_ERR, "kldload if_sl: %s\n", + strerror(errno)); + down(2); + } + } +#endif + disc = SLIPDISC; if (ioctl(fd, TIOCSETD, &disc) < 0) { syslog(LOG_ERR, "%s: ioctl (%s, TIOCSETD): %m", >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 3:20:22 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 938A037B409 for ; Wed, 1 Aug 2001 03:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71AK7n22280; Wed, 1 Aug 2001 03:20:07 -0700 (PDT) (envelope-from gnats) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 9563337B401 for ; Wed, 1 Aug 2001 03:19:22 -0700 (PDT) (envelope-from dm@home.dinoex.sub.org) Received: from home.dinoex.sub.org (home [217.6.200.196]) by net2.dinoex.sub.org (8.11.4/8.11.4) with ESMTP id f71AIo819995 for ; Wed, 1 Aug 2001 12:18:51 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.11.5/8.11.4) id f71AHwF66500; Wed, 1 Aug 2001 12:17:58 +0200 (CEST) (envelope-from dm) Message-Id: <200108011017.f71AHwF66500@home.dinoex.sub.org> Date: Wed, 1 Aug 2001 12:17:58 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29363: [PATCH] newsyslog can support time as extension Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29363 >Category: bin >Synopsis: [PATCH] newsyslog can support time as extension >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 03:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.3-STABLE i386 >Organization: privat >Environment: System: FreeBSD 4.3-STABLE: Fri Jul 20 22:04:45 CEST 2001 i386 Description: ------- If I recall, I suggested that this support optional renaming of files with a pre-defined text string of %x variables, which would expand into defined values, like the date(1) command: messages.072501-01:10.gz You wouldn't necessarily need to modify the newsyslog.conf file, but could implement this as a commandline switch, which would control this globally (not very flexible, but less invasive). So, one could modify the crontab to do: 0 * * * * root newsyslog -T %m%d%y-%H-%M ------- >Description: >How-To-Repeat: >Fix: Diff for 4.3 Current Index: newsyslog.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/newsyslog/newsyslog.8,v retrieving revision 1.32 diff -u -r1.32 newsyslog.8 --- newsyslog.8 2001/07/30 15:17:17 1.32 +++ newsyslog.8 2001/08/01 10:09:09 @@ -28,6 +28,7 @@ .Op Fl Fnrv .Op Fl f Ar config_file .Op Fl a Ar directory +.Op Fl T Ar timeformat .Op Ar .Sh DESCRIPTION .Nm Newsyslog @@ -354,6 +355,14 @@ to trim the logs, even if the trim conditions have not been met. This option is useful for diagnosing system problems by providing you with fresh logs that contain only the problems. +.It Fl T +Time based extension +.Nm +to rename all logs that get trimmed into with an extension based on the +argument given by this option. This option can be any strfime(3) string. + This function is intended for permantely storing of logfiles. If the +patten results to an already existing file, operations breaks without +cleanup, leaving stale logs in place, that might be ovewritten. .El .Pp If additional command line arguments are given, Index: newsyslog.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/newsyslog/newsyslog.c,v retrieving revision 1.37 diff -u -r1.37 newsyslog.c --- newsyslog.c 2001/07/31 16:25:55 1.37 +++ newsyslog.c 2001/08/01 10:09:12 @@ -90,7 +90,9 @@ int needroot = 1; /* Root privs are necessary */ int noaction = 0; /* Don't do anything, just show it */ int force = 0; /* Force the trim no matter what */ -char *archdirname; /* Directory path to old logfiles archive */ +int timename = 0; /* Use time of rotation as suffix */ +const char *archdirname; /* Directory path to old logfiles archive */ +const char *timearg; /* Pattern to expand into extension */ const char *conf = _PATH_CONF; /* Configuration file to use */ time_t timenow; @@ -227,7 +229,7 @@ if ((p = strchr(hostname, '.'))) { *p = '\0'; } - while ((c = getopt(argc, argv, "nrvFf:a:t:")) != -1) + while ((c = getopt(argc, argv, "nrvFf:a:t:T:")) != -1) switch (c) { case 'n': noaction++; @@ -248,6 +250,10 @@ case 'F': force++; break; + case 'T': + timename++; + timearg = optarg; + break; default: usage(); } @@ -516,6 +522,7 @@ int notified, need_notification, fd, _numdays; struct stat st; pid_t pid; + time_t now; #ifdef _IBMR2 /* @@ -633,6 +640,16 @@ if (noaction) printf("mv %s to %s\n", log, file1); else { + /* change file1 to hold the new name */ + if (timename) { + now = time( NULL ); + (void) strftime(file2, sizeof(file2), timearg, localtime( &now ) ); + if (archtodir) + (void) snprintf(file1, sizeof(file1), "%s/%s.%s", dirpart, namepart, file2); + else + (void) snprintf(file1, sizeof(file1), "%s.%s", log, file2); + } + if (archtodir) movefile(log, file1, perm, owner_uid, group_gid); @@ -683,26 +700,18 @@ "log %s not compressed because daemon not notified", log); else if (noaction) - printf("Compress %s.0\n", log); + printf("Compress %s\n", file1); else { if (notified) { if (verbose) printf("small pause to allow daemon to close log\n"); sleep(10); - } - if (archtodir) { - (void) snprintf(file1, sizeof(file1), "%s/%s", - dirpart, namepart); - if (flags & CE_COMPACT) - compress_log(file1); - else if (flags & CE_BZCOMPACT) - bzcompress_log(file1); - } else { - if (flags & CE_COMPACT) - compress_log(log); - else if (flags & CE_BZCOMPACT) - bzcompress_log(log); } + compress_log(file1); + if (flags & CE_COMPACT) + compress_log(file1); + else if (flags & CE_BZCOMPACT) + bzcompress_log(file1); } } } @@ -729,7 +738,7 @@ pid_t pid; char tmp[MAXPATHLEN]; - (void) snprintf(tmp, sizeof(tmp), "%s.0", log); + (void) snprintf(tmp, sizeof(tmp), "%s", log); pid = fork(); if (pid < 0) err(1, "gzip fork"); Diff for 4.3 Stable before BZIP support. Index: newsyslog/newsyslog.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/newsyslog/newsyslog.8,v retrieving revision 1.31 diff -u -r1.31 newsyslog.8 --- newsyslog/newsyslog.8 2001/07/19 15:52:02 1.31 +++ newsyslog/newsyslog.8 2001/07/24 13:49:04 @@ -28,6 +28,7 @@ .Op Fl Fnrv .Op Fl f Ar config_file .Op Fl a Ar directory +.Op Fl T Ar timeformat .Op Ar .Sh DESCRIPTION .Nm Newsyslog @@ -349,6 +350,14 @@ to trim the logs, even if the trim conditions have not been met. This option is useful for diagnosing system problems by providing you with fresh logs that contain only the problems. +.It Fl T +Time based extension +.Nm +to rename all logs that get trimmed into with an extension based on the +argument given by this option. This option can be any strfime(3) string. + This function is intended for permantely storing of logfiles. If the +patten results to an already existing file, operations breaks without +cleanup, leaving stale logs in place, that might be ovewritten. .El .Pp If additional command line arguments are given, Index: newsyslog/newsyslog.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/newsyslog/newsyslog.c,v retrieving revision 1.31 diff -u -r1.31 newsyslog.c --- newsyslog/newsyslog.c 2001/07/09 09:24:00 1.31 +++ newsyslog/newsyslog.c 2001/07/24 13:49:07 @@ -86,7 +86,9 @@ int needroot = 1; /* Root privs are necessary */ int noaction = 0; /* Don't do anything, just show it */ int force = 0; /* Force the trim no matter what */ +int timename = 0; /* Use time of rotation as suffix */ char *archdirname; /* Directory path to old logfiles archive */ +char *timearg; /* Pattern to expand into extension */ char *conf = _PATH_CONF; /* Configuration file to use */ time_t timenow; @@ -214,7 +216,7 @@ if ((p = strchr(hostname, '.'))) { *p = '\0'; } - while ((c = getopt(argc, argv, "nrvFf:a:t:")) != -1) + while ((c = getopt(argc, argv, "nrvFf:a:t:T:")) != -1) switch (c) { case 'n': noaction++; @@ -235,6 +237,10 @@ case 'F': force++; break; + case 'T': + timename++; + timearg = optarg; + break; default: usage(); } @@ -483,6 +489,7 @@ int notified, need_notification, fd, _numdays; struct stat st; pid_t pid; + time_t now; #ifdef _IBMR2 /* @@ -581,6 +588,16 @@ if (noaction) printf("mv %s to %s\n", log, file1); else { + /* change file1 to hold the new name */ + if (timename) { + now = time( NULL ); + (void) strftime(file2, sizeof(file2), timearg, localtime( &now ) ); + if (archtodir) + (void) snprintf(file1, sizeof(file1), "%s/%s.%s", dirpart, namepart, file2); + else + (void) snprintf(file1, sizeof(file1), "%s.%s", log, file2); + } + if (archtodir) movefile(log, file1, perm, owner_uid, group_gid); else @@ -628,19 +645,14 @@ if (need_notification && !notified) warnx("log %s not compressed because daemon not notified", log); else if (noaction) - printf("Compress %s.0\n", log); + printf("Compress %s\n", file1); else { if (notified) { if (verbose) printf("small pause to allow daemon to close log\n"); sleep(10); - } - if (archtodir) { - (void) snprintf(file1, sizeof(file1), "%s/%s", dirpart, namepart); - compress_log(file1); - } else { - compress_log(log); } + compress_log(file1); } } } @@ -667,7 +679,7 @@ pid_t pid; char tmp[MAXPATHLEN]; - (void) snprintf(tmp, sizeof(tmp), "%s.0", log); + (void) snprintf(tmp, sizeof(tmp), "%s", log); pid = fork(); if (pid < 0) err(1, "fork"); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 3:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 046CF37B401 for ; Wed, 1 Aug 2001 03:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71Ae2x24949; Wed, 1 Aug 2001 03:40:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 1 Aug 2001 03:40:02 -0700 (PDT) Message-Id: <200108011040.f71Ae2x24949@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Subject: Re: bin/29363: [PATCH] newsyslog can support time as extension Reply-To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29363; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/29363: [PATCH] newsyslog can support time as extension Date: Wed, 01 Aug 2001 12:33:27 +0200 The stable patch had an stale line (conflicts). here the correct version. Index: newsyslog.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/newsyslog/newsyslog.8,v retrieving revision 1.32 diff -u -r1.32 newsyslog.8 --- newsyslog.8 2001/07/30 15:17:17 1.32 +++ newsyslog.8 2001/08/01 10:28:56 @@ -28,6 +28,7 @@ .Op Fl Fnrv .Op Fl f Ar config_file .Op Fl a Ar directory +.Op Fl T Ar timeformat .Op Ar .Sh DESCRIPTION .Nm Newsyslog @@ -354,6 +355,14 @@ to trim the logs, even if the trim conditions have not been met. This option is useful for diagnosing system problems by providing you with fresh logs that contain only the problems. +.It Fl T +Time based extension +.Nm +to rename all logs that get trimmed into with an extension based on the +argument given by this option. This option can be any strfime(3) string. + This function is intended for permantely storing of logfiles. If the +patten results to an already existing file, operations breaks without +cleanup, leaving stale logs in place, that might be ovewritten. .El .Pp If additional command line arguments are given, Index: newsyslog.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/newsyslog/newsyslog.c,v retrieving revision 1.37 diff -u -r1.37 newsyslog.c --- newsyslog.c 2001/07/31 16:25:55 1.37 +++ newsyslog.c 2001/08/01 10:28:59 @@ -90,7 +90,9 @@ int needroot = 1; /* Root privs are necessary */ int noaction = 0; /* Don't do anything, just show it */ int force = 0; /* Force the trim no matter what */ -char *archdirname; /* Directory path to old logfiles archive */ +int timename = 0; /* Use time of rotation as suffix */ +const char *archdirname; /* Directory path to old logfiles archive */ +const char *timearg; /* Pattern to expand into extension */ const char *conf = _PATH_CONF; /* Configuration file to use */ time_t timenow; @@ -227,7 +229,7 @@ if ((p = strchr(hostname, '.'))) { *p = '\0'; } - while ((c = getopt(argc, argv, "nrvFf:a:t:")) != -1) + while ((c = getopt(argc, argv, "nrvFf:a:t:T:")) != -1) switch (c) { case 'n': noaction++; @@ -248,6 +250,10 @@ case 'F': force++; break; + case 'T': + timename++; + timearg = optarg; + break; default: usage(); } @@ -516,6 +522,7 @@ int notified, need_notification, fd, _numdays; struct stat st; pid_t pid; + time_t now; #ifdef _IBMR2 /* @@ -633,6 +640,16 @@ if (noaction) printf("mv %s to %s\n", log, file1); else { + /* change file1 to hold the new name */ + if (timename) { + now = time( NULL ); + (void) strftime(file2, sizeof(file2), timearg, localtime( &now ) ); + if (archtodir) + (void) snprintf(file1, sizeof(file1), "%s/%s.%s", dirpart, namepart, file2); + else + (void) snprintf(file1, sizeof(file1), "%s.%s", log, file2); + } + if (archtodir) movefile(log, file1, perm, owner_uid, group_gid); @@ -683,26 +700,17 @@ "log %s not compressed because daemon not notified", log); else if (noaction) - printf("Compress %s.0\n", log); + printf("Compress %s\n", file1); else { if (notified) { if (verbose) printf("small pause to allow daemon to close log\n"); sleep(10); - } - if (archtodir) { - (void) snprintf(file1, sizeof(file1), "%s/%s", - dirpart, namepart); - if (flags & CE_COMPACT) - compress_log(file1); - else if (flags & CE_BZCOMPACT) - bzcompress_log(file1); - } else { - if (flags & CE_COMPACT) - compress_log(log); - else if (flags & CE_BZCOMPACT) - bzcompress_log(log); } + if (flags & CE_COMPACT) + compress_log(file1); + else if (flags & CE_BZCOMPACT) + bzcompress_log(file1); } } } @@ -729,7 +737,7 @@ pid_t pid; char tmp[MAXPATHLEN]; - (void) snprintf(tmp, sizeof(tmp), "%s.0", log); + (void) snprintf(tmp, sizeof(tmp), "%s", log); pid = fork(); if (pid < 0) err(1, "gzip fork"); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 6:20:24 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37FD837B407 for ; Wed, 1 Aug 2001 06:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71DK6O59084; Wed, 1 Aug 2001 06:20:06 -0700 (PDT) (envelope-from gnats) Received: from bwerk.giga.nl (proxy.ATComputing.nl [195.108.229.1]) by hub.freebsd.org (Postfix) with ESMTP id 8BC4A37B406 for ; Wed, 1 Aug 2001 06:10:18 -0700 (PDT) (envelope-from walter@bwerk.giga.nl) Received: (from walter@localhost) by bwerk.giga.nl (8.11.3/8.11.3) id f71DB8H00692; Wed, 1 Aug 2001 15:11:08 +0200 (CEST) (envelope-from walter) Message-Id: <200108011311.f71DB8H00692@bwerk.giga.nl> Date: Wed, 1 Aug 2001 15:11:08 +0200 (CEST) From: Walter Belgers Reply-To: walter@bwerk.giga.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/29364: addition to pccard.config Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29364 >Category: conf >Synopsis: please add STI Flash 5.0 to pccard.config >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 06:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Walter Belgers >Release: FreeBSD 5.0-CURRENT i386 >Organization: AT Computing >Environment: System: FreeBSD bwerk.giga.nl 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Apr 18 10:52:13 CEST 2001 walter@bwerk.giga.nl:/usr/obj/usr/src/sys/BWERK i386 >Description: STI Compact Flash 32Mb not in /etc/defaults/pccard.config When patch is applied, all works fine: Aug 1 15:07:35 bwerk /boot/kernel/kernel: pccard: card inserted, slot 0 Aug 1 15:07:35 bwerk pccardd[518]: Card "STI"("Flash 5.0") [(null)] [(null)] matched "STI" ("Flash 5.0") [(null)] [(null)] Aug 1 15:07:41 bwerk /boot/kernel/kernel: ata4 at port 0x240-0x247,0x24e irq 3 slot 0 on pccard0 Aug 1 15:07:41 bwerk /boot/kernel/kernel: ad8: 30MB [489/4/32] at ata4-master BIOSPIO Aug 1 15:07:41 bwerk pccardd[518]: ata4: STI (Flash 5.0) inserted. >How-To-Repeat: >Fix: Add this to pccard.config: # Simple Technology ata flash card "STI" "Flash 5.0" config 0x1 "ata" ? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 6:20:27 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CCCF37B408 for ; Wed, 1 Aug 2001 06:20:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71DKAs59094; Wed, 1 Aug 2001 06:20:10 -0700 (PDT) (envelope-from gnats) Received: from Linda.Szufficit.Hu (linda.szufficit.hu [195.70.32.216]) by hub.freebsd.org (Postfix) with ESMTP id 80B4737B406 for ; Wed, 1 Aug 2001 06:10:35 -0700 (PDT) (envelope-from tonyo@Linda.Szufficit.Hu) Received: (from root@localhost) by Linda.Szufficit.Hu (8.11.3/8.11.2) id f71DCdw58295; Wed, 1 Aug 2001 15:12:39 +0200 (CEST) Received: (from tonyo@localhost) by Linda.Szufficit.Hu (8.11.3/8.11.2av) id f71DCbn58278; Wed, 1 Aug 2001 15:12:37 +0200 (CEST) Message-Id: <200108011312.f71DCbn58278@Linda.Szufficit.Hu> Date: Wed, 1 Aug 2001 15:12:37 +0200 (CEST) From: tonyo@direct.hu Reply-To: tonyo@direct.hu To: FreeBSD-gnats-submit@freebsd.org Cc: crow@kapu.hu X-Send-Pr-Version: 3.113 Subject: kern/29365: 3COM "3c905c-txm" problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29365 >Category: kern >Synopsis: When We configure up the xl0 device BSD hangup or the load go up >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 06:20:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tornyossy Csaba >Release: FreeBSD 4.3-STABLE i386 >Organization: Nektor IT >Environment: System: FreeBSD NightWish 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 13:50:57 CEST 2001 tonyo@NightWish:/usr/src/sys/compile/NightWish i386 Network card: 3COM 3C905C-TXM EtherLink10/100PCI Main board: Intel 82801BA (problem tested in another machine) Processor: PIII/800 Kernel sources cvsupped from cvsup.hu.freebsd.org at 07/31/2001 >Description: In this machine when we configure the xl0 device (3com Etherlink), the processor usage go up, the whole system extremly slow down. In other cases the systemi just hang up, and we can do only cold reboot. The card with other OSs (like linux) works fine. The problem only exists in FreeBSD. >How-To-Repeat: Just ifconfig the xl? interface with this card. >Fix: no ideas. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 6:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 112C837B405 for ; Wed, 1 Aug 2001 06:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71DU1A59871; Wed, 1 Aug 2001 06:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 492DB37B405 for ; Wed, 1 Aug 2001 06:24:30 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71DOUt59472; Wed, 1 Aug 2001 06:24:30 -0700 (PDT) (envelope-from nobody) Message-Id: <200108011324.f71DOUt59472@freefall.freebsd.org> Date: Wed, 1 Aug 2001 06:24:30 -0700 (PDT) From: Lucas Bergman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/29366: rmuser is broken in -stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29366 >Category: bin >Synopsis: rmuser is broken in -stable >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 06:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Lucas Bergman >Release: 4.3-STABLE >Organization: Lucas Bergman Self-Promotion Foundation >Environment: FreeBSD wiggum.five.sight 4.3-STABLE FreeBSD 4.3-STABLE #6: Fri Jun 1 11:16:35 CDT 2001 lucas@wiggum.five.sight:/usr/src/sys/compile/LUCAS i386 >Description: rmuser is broken. Specifically, it is no longer able to remove a user from the password database(s). >How-To-Repeat: Create a scratch user named test. Then, execute 'rmuser test'. You should get an error not unlike the following: Removing user's at jobs:Updating password file, /usr/sbin/rmuser: Error: Couldn't open file : No such file or directory >Fix: http://www.slb.to/~lucas/patches/rmuser-200108011320.diff >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 7: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DEAE37B401 for ; Wed, 1 Aug 2001 07:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71E04u68667; Wed, 1 Aug 2001 07:00:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 1 Aug 2001 07:00:04 -0700 (PDT) Message-Id: <200108011400.f71E04u68667@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mark Zieg Subject: RE: i386/29039: boot2 fails to compile on -STABLE Reply-To: Mark Zieg Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/29039; it has been noted by GNATS. From: Mark Zieg To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: RE: i386/29039: boot2 fails to compile on -STABLE Date: Wed, 1 Aug 2001 06:55:53 -0700 (PDT) >Submitter-Id: net >Originator: Mark Zieg >Organization: Zieg.com >Confidential: no >Synopsis: RE: i386/29039: boot2 fails to compile on -STABLE >Severity: non-critical >Priority: low >Category: i386 >Class: sw-bug >Release: 4.3-STABLE >Environment: FreeBSD rearden.zieg.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Mon Jul 30 03:20:35 GMT 2001 root@wyatt.zieg.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: /usr/src/sys/boot/i386/boot2 fails to make. Gives "elf_load_section: truncated ELF file", "Abort trab", "Error Code 134". >How-To-Repeat: rearden /usr/src/sys/boot/i386/boot2 [mzieg] $ sudo make dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null elf_load_section: truncated ELF file Abort trap *** Error code 134 Stop in /usr/src/sys/boot/i386/boot2. >Fix: # cd /usr/src/bin/dd ; make ; make install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 9:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52B0E37B401 for ; Wed, 1 Aug 2001 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71GU1c96589; Wed, 1 Aug 2001 09:30:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 1 Aug 2001 09:30:01 -0700 (PDT) Message-Id: <200108011630.f71GU1c96589@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: kern/29365: 3COM "3c905c-txm" problems Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/29365; it has been noted by GNATS. From: Peter Pentchev To: tonyo@direct.hu Cc: FreeBSD-gnats-submit@freebsd.org, crow@kapu.hu Subject: Re: kern/29365: 3COM "3c905c-txm" problems Date: Wed, 1 Aug 2001 19:23:55 +0300 On Wed, Aug 01, 2001 at 03:12:37PM +0200, tonyo@direct.hu wrote: > > >Number: 29365 > >Category: kern > >Synopsis: When We configure up the xl0 device BSD hangup or the load go up > >Originator: Tornyossy Csaba > >Release: FreeBSD 4.3-STABLE i386 > >Organization: > Nektor IT > >Environment: > System: FreeBSD NightWish 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue Jul 31 13:50:57 CEST 2001 tonyo@NightWish:/usr/src/sys/compile/NightWish i386 > > Network card: 3COM 3C905C-TXM EtherLink10/100PCI > Main board: Intel 82801BA (problem tested in another machine) > Processor: PIII/800 > Kernel sources cvsupped from cvsup.hu.freebsd.org at 07/31/2001 > > >Description: > > In this machine when we configure the xl0 device (3com Etherlink), the processor usage go up, the whole system extremly slow down. In other cases the systemi just hang up, and we can do only cold reboot. > > The card with other OSs (like linux) works fine. The problem only exists in FreeBSD. > > >How-To-Repeat: > Just ifconfig the xl? interface with this card. > >Fix: > no ideas. Try adding an appropriate 'media' option, like: ifconfig_xl0="inet xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy media 10baseT" ..or 'media 100baseTX' as appropriate. I, too, have noticed that some xl cards have great trouble autonegotiating with some brands of switches under FreeBSD. G'luck, Peter -- Thit sentence is not self-referential because "thit" is not a word. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 9:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7988D37B401 for ; Wed, 1 Aug 2001 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71Go2P98689; Wed, 1 Aug 2001 09:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 1 Aug 2001 09:50:02 -0700 (PDT) Message-Id: <200108011650.f71Go2P98689@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: kern/29365: 3COM "3c905c-txm" problems Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/29365; it has been noted by GNATS. From: Peter Pentchev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/29365: 3COM "3c905c-txm" problems Date: Wed, 1 Aug 2001 19:45:01 +0300 Adding this to the PR's audit trail (by CC'ing a copy of the message to freebsd-gnats-submit@FreeBSD.org).. G'luck, Peter -- The rest of this sentence is written in Thailand, on ----- Forwarded message from Tornyossy Csaba ----- X-Authentication-Warning: Linda.Szufficit.Hu: tonyo owned process doing -bs Date: Wed, 1 Aug 2001 18:42:49 +0200 (CEST) From: Tornyossy Csaba X-Sender: tonyo@Linda.Szufficit.Hu To: Peter Pentchev cc: crow@kapu.hu Subject: Re: kern/29365: 3COM "3c905c-txm" problems In-Reply-To: <20010801192355.B2935@ringworld.oblivion.bg> X-Virus-Scanned: by AMaViS perl-10 On Wed, 1 Aug 2001, Peter Pentchev wrote: > On Wed, Aug 01, 2001 at 03:12:37PM +0200, tonyo@direct.hu wrote: > > > > >Number: 29365 > > >Category: kern > > >Synopsis: When We configure up the xl0 device BSD hangup or the load go up > > >Originator: Tornyossy Csaba > > >Release: FreeBSD 4.3-STABLE i386 > > >Organization: > > Nektor IT [...] > ..or 'media 100baseTX' as appropriate. > > I, too, have noticed that some xl cards have great trouble autonegotiating > with some brands of switches under FreeBSD. Thanks, the network card works fine with the 10baseTX/UTP media label. We think, documenting the 3com vs. media type change solution is a good idea. Best regards, Tonyo p.s.: sorry my english > G'luck, > Peter > > -- > Thit sentence is not self-referential because "thit" is not a word. > ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 12:35: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B355A37B405; Wed, 1 Aug 2001 12:35:01 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71JQ4g26422; Wed, 1 Aug 2001 12:26:04 -0700 (PDT) (envelope-from brian) Date: Wed, 1 Aug 2001 12:26:04 -0700 (PDT) From: Message-Id: <200108011926.f71JQ4g26422@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: kern/27767: PPPoE makes 32-bit assumptions and breaks on an Alpha Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PPPoE makes 32-bit assumptions and breaks on an Alpha Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Wed Aug 1 12:25:41 PDT 2001 Responsible-Changed-Why: I'll look at this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27767 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 13:35: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3A4F37B401; Wed, 1 Aug 2001 13:35:01 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71KS2937615; Wed, 1 Aug 2001 13:28:02 -0700 (PDT) (envelope-from ghelmer) Date: Wed, 1 Aug 2001 13:28:02 -0700 (PDT) From: Message-Id: <200108012028.f71KS2937615@freefall.freebsd.org> To: lucas@slb.to, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/29366: rmuser is broken in -stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: rmuser is broken in -stable State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Wed Aug 1 15:27:17 CDT 2001 State-Changed-Why: Fixed in -current and -stable, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29366 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 13:51:26 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mclean.mail.mindspring.net (mclean.mail.mindspring.net [207.69.200.57]) by hub.freebsd.org (Postfix) with ESMTP id 758C037B403 for ; Wed, 1 Aug 2001 13:51:22 -0700 (PDT) (envelope-from sies@ix.netcom.com) Received: from l.ix.netcom.com (sdn-ar-003paphilP020.dialsprint.net [158.252.2.28]) by mclean.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id RAA28512; Tue, 31 Jul 2001 17:51:07 -0400 (EDT) Message-Id: <5.1.0.14.0.20010731174203.00a05a80@popd.ix.netcom.com> X-Sender: sies@ix.netcom.com@popd.ix.netcom.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 31 Jul 2001 17:42:13 -0400 To: new.directory@mindspring.com From: Donald Subject: The Urban Yellow Page Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi This not a bulk mail campaign nor am I mailing from a list. Your name was given to us as a person of color on the Internet If this is the case please read on, it not please accept our apology and disregard this e-mail. We are creating a new directory "The Urban Yellow Page.com" at http://www.urbanyellowpage.com and we would like to have your personal or business web site listed in our directory. There is no cost to you, only your time to respond to this e-mail. We have been on-line since 1995 and generate over 100,000 hits per month. A link from our site to yours will definitely increase your exposure and your hit count. The purpose of the directory is to: Enhance the opportunities in Urban businesses Show case personal and professionals web sites As The Urban Yellow Page.com continues to skyrocket, your business will benefit from the increased exposure. By being listed in our directory your site is instantly exposed to thousands of potential customers. Every day more and more African Americans are logging on to the Internet in search of Black-Owned businesses. Have you ever found yourself asking these questions? Where are the Black-Owned businesses in my city? Where are the Black businesses in other cities? Where are the Black-Owned businesses on the Internet? In just a few clicks potential customers can find your business by selecting the state, city, zip code, area code, business type, or your business name. To register: Log on to http://www.urbanyellowpage.com and select "Add a site" Thank you for your time Donald Thomas D Simmons Corporation http://www.urbanyellowpage.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 16:50:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 862B737B401 for ; Wed, 1 Aug 2001 16:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71No1t94988; Wed, 1 Aug 2001 16:50:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1188137B403 for ; Wed, 1 Aug 2001 16:42:18 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71NgIP94375; Wed, 1 Aug 2001 16:42:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200108012342.f71NgIP94375@freefall.freebsd.org> Date: Wed, 1 Aug 2001 16:42:18 -0700 (PDT) From: "Antonio D'souza" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/29374: make installworld fails when trying to install 'init' into /sbin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29374 >Category: bin >Synopsis: make installworld fails when trying to install 'init' into /sbin >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 16:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Antonio D'souza >Release: 4.3-stable >Organization: University of Waterloo >Environment: FreeBSD quikbox.ca 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed May i386 unknown >Description: Partway through running 'make buildworld' I get this error: ===> sbin/init install -C -c -s -o root -g wheel -m 500 -fschg -b -B.bak init /sbin install: illegal option -- b usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /usr/src/sbin/init. >How-To-Repeat: with the sources as of Aug 1, 2001 around noon, try to buiild and install the world. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 17:10:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 068DC37B403 for ; Wed, 1 Aug 2001 17:10:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f720AN599361; Wed, 1 Aug 2001 17:10:23 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6702537B401 for ; Wed, 1 Aug 2001 17:09:51 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7209pR99306; Wed, 1 Aug 2001 17:09:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200108020009.f7209pR99306@freefall.freebsd.org> Date: Wed, 1 Aug 2001 17:09:51 -0700 (PDT) From: "Antonio D'souza" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/29375: the disk editor used by /stand/sysinstall gets confused by slices that are not labelled in order and writes the partition table incorrectly. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29375 >Category: i386 >Synopsis: the disk editor used by /stand/sysinstall gets confused by slices that are not labelled in order and writes the partition table incorrectly. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 17:10:22 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Antonio D'souza >Release: 4.3-stable >Organization: University of Waterloo >Environment: FreeBSD quikbox.ca 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed May i386 unknown >Description: I need to make a useable partition out of some previously allocated but unused partitions so I fired up /stand/sysinstall (which had been upgraded when I built the world some weeks ago) and ran the disk editor. After deleting 2 exiting partitions and creating a new partition out of the free space, I tried to write the partition table. However, in the process of deleting one of those partition (ad0s2), I caused the partitions to be out of order. Unfortunately, when I tried to write the ptable, it tried to write the part info in the wrong order and failed. After rebooting, the machine would not boot, saying "invalid partition table". I had to use the sysinstall on my installation CD-ROM to fix the problem. This keeps happening every time I try to use the /stand/sysinstall on my machine now. >How-To-Repeat: see desc. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 17:20:27 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59C6137B401 for ; Wed, 1 Aug 2001 17:20:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f720KKb00222; Wed, 1 Aug 2001 17:20:20 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A891637B401 for ; Wed, 1 Aug 2001 17:10:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f720AKf99349; Wed, 1 Aug 2001 17:10:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200108020010.f720AKf99349@freefall.freebsd.org> Date: Wed, 1 Aug 2001 17:10:20 -0700 (PDT) From: Farooq Mela To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29376: Realloc() doesn't (by default) comply with the ANSI C standard, and realloc(ptr, 0) with malloc_sysv set will cause an out of memory error if malloc_xmalloc is also set. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29376 >Category: misc >Synopsis: Realloc() doesn't (by default) comply with the ANSI C standard, and realloc(ptr, 0) with malloc_sysv set will cause an out of memory error if malloc_xmalloc is also set. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 17:20:19 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Farooq Mela >Release: 4.3-STABLE >Organization: >Environment: FreeBSD apollo 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Jul 15 00:58:15 PDT 2001 farooq@apollo:/usr/src/sys/compile/APOLLO i386 >Description: The ANSI C standard requires that realloc(ptr, 0) behave the same as free(ptr). This behaviour is available on FreeBSD only if the malloc_options includes 'V' (sysv-style). Secondly, if both 'V' and 'X' are in malloc_options, specifying SysV-style and abort-on-out-of-memory behaviour, then realloc(ptr, 0) will result in realloc free'ing the pointer, and then thinking it is out of memory and abort()ing. >How-To-Repeat: #inlude int main(void) { extern char *malloc_options; void *p=NULL; malloc_options="VX"; /* set malloc flags */ p=realloc(p, 50); /* allocate 50 bytes */ p=realloc(p, 0); /* this will cause realloc to abort() */ exit(0); } >Fix: Change line 1132 of /usr/src/lib/libc/stdlib/malloc.c: - if (malloc_xmalloc && !r) + if (malloc_xmalloc && !r && size) Change line 1121: - if (malloc_sysv && !size) + if (ptr && !size) This will cause the implementation to conform with ANSI as well as fix the problem where it thinks it is out of memory when it is really just freeing the pointer. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 18:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 279B437B403 for ; Wed, 1 Aug 2001 18:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f721U4j09959; Wed, 1 Aug 2001 18:30:04 -0700 (PDT) (envelope-from gnats) Received: from hyperion.org (dialup61.nerc.com [205.247.123.61]) by hub.freebsd.org (Postfix) with ESMTP id B142B37B403 for ; Wed, 1 Aug 2001 18:27:44 -0700 (PDT) (envelope-from jcm@hyperion.org) Received: (from jcm@localhost) by hyperion.org (8.11.3/8.11.3) id f721Vh800552; Wed, 1 Aug 2001 21:31:43 -0400 (EDT) (envelope-from jcm) Message-Id: <200108020131.f721Vh800552@hyperion.org> Date: Wed, 1 Aug 2001 21:31:43 -0400 (EDT) From: Jonathon McKitrick Reply-To: Jonathon McKitrick To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: i386/29377: pccard hangs during probe when returning to multi-user mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29377 >Category: i386 >Synopsis: pccard hangs during probe when returning to multi-user mode >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 18:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jonathon McKitrick >Release: FreeBSD 4.3-STABLE i386 >Organization: none >Environment: System: FreeBSD hyperion.org 4.3-STABLE FreeBSD 4.3-STABLE #83: Tue Jul 24 07:42:09 EDT 2001 jcm@hyperion.org:/usr/src/sys/compile/JUPITER i386 Toshiba Satellite 4010-CDT laptop >Description: After shutting down to single-user mode and then re-starting multi-user mode, pccard hangs. It probes the cards and shows erroneous device numbers, numbers exactly one higher than what they should be (e.g. sio1->sio2). This occurs with modem pccard and ethernet pccard. >How-To-Repeat: run shutdown, then hit ctrl-d or 'exit', and watch the fun begin. >Fix: Eject cards before returning to multi-user mode, then insert them later. >Release-Note: >Audit-Trail: >Unformatted: serious medium sw-bug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 19:25: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F66837B401; Wed, 1 Aug 2001 19:25:02 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f722OdV17067; Wed, 1 Aug 2001 19:24:39 -0700 (PDT) (envelope-from mike) Date: Wed, 1 Aug 2001 19:24:39 -0700 (PDT) From: Message-Id: <200108020224.f722OdV17067@freefall.freebsd.org> To: keramida@ceid.upatras.gr, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/28628: small indentation change to /sys/kern/kern_sysctl.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: small indentation change to /sys/kern/kern_sysctl.c State-Changed-From-To: open->closed State-Changed-By: mike State-Changed-When: Wed Aug 1 19:23:33 PDT 2001 State-Changed-Why: This type of change would only serve to break style(9). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28628 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 19:35: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C680B37B407; Wed, 1 Aug 2001 19:35:02 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f722V9517712; Wed, 1 Aug 2001 19:31:09 -0700 (PDT) (envelope-from mike) Date: Wed, 1 Aug 2001 19:31:09 -0700 (PDT) From: Message-Id: <200108020231.f722V9517712@freefall.freebsd.org> To: jfh@jfh00.fernuni-hagen.de, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/16154: modem ring kills freebsd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: modem ring kills freebsd State-Changed-From-To: feedback->closed State-Changed-By: mike State-Changed-When: Wed Aug 1 19:28:30 PDT 2001 State-Changed-Why: E-mail sent to originator bounces. The problem seems to be localized to the originator's hardware, so I'm closing this PR. If this is still a problem in a newer release of FreeBSD a new PR, with more detail information, should be opened. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16154 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 19:35: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A356837B405; Wed, 1 Aug 2001 19:35:02 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f722SBc17521; Wed, 1 Aug 2001 19:28:11 -0700 (PDT) (envelope-from mike) Date: Wed, 1 Aug 2001 19:28:11 -0700 (PDT) From: Message-Id: <200108020228.f722SBc17521@freefall.freebsd.org> To: jfh@jfh00.fernuni-hagen.de, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16155: cp -p does not preserve modification time with msdos-fs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cp -p does not preserve modification time with msdos-fs State-Changed-From-To: feedback->open State-Changed-By: mike State-Changed-When: Wed Aug 1 19:27:17 PDT 2001 State-Changed-Why: Mail sent to originator bounces. Leaving open for someone with an MS-DOS partition to test. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16155 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 20:20:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFB7C37B403 for ; Wed, 1 Aug 2001 20:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f723K2p24549; Wed, 1 Aug 2001 20:20:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 1 Aug 2001 20:20:02 -0700 (PDT) Message-Id: <200108020320.f723K2p24549@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Barcroft Subject: Re: bin/18678: Bug in libz Reply-To: Mike Barcroft Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/18678; it has been noted by GNATS. From: Mike Barcroft To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/18678: Bug in libz Date: Wed, 1 Aug 2001 23:31:54 -0400 Adding to Audit-Trail. ----- Forwarded message from Archie Cobbs ----- Delivered-To: mike@freebsd.org From: Archie Cobbs Subject: Re: bin/18678: Bug in libz In-Reply-To: <20010723004837.A70468@coffee.q9media.com> "from Mike Barcroft at Jul 23, 2001 00:48:37 am" To: Mike Barcroft Date: Sat, 28 Jul 2001 21:49:26 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL82 (25)] Mike Barcroft writes: > On Sun, Jul 22, 2001 at 09:34:39PM -0500, Archie Cobbs wrote: > > mike@FreeBSD.org writes: > > > Synopsis: Bug in libz > > > > > > State-Changed-From-To: open->feedback > > > State-Changed-By: mike > > > State-Changed-When: Sat Jul 21 19:37:37 PDT 2001 > > > State-Changed-Why: > > > > > > Does this problem still occur in newer versions of FreeBSD, > > > such as 4.3-RELEASE? > > > > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18678 > > > > Yes, because FreeBSD is using version 1.1.3. See the URL > > mentioned in the PR for more information: > > > > http://playground.sun.com/~carlsonj/ > > I see. What was the response from the vendor? Never heard one (but I didn't pursue it myself very much). -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 20:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CFF137B401 for ; Wed, 1 Aug 2001 20:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f723U2U25308; Wed, 1 Aug 2001 20:30:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 1 Aug 2001 20:30:02 -0700 (PDT) Message-Id: <200108020330.f723U2U25308@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Barcroft Subject: Re: kern/18639: [PATCH] le driver doesn't work with DEPCA Reply-To: Mike Barcroft Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/18639; it has been noted by GNATS. From: Mike Barcroft To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/18639: [PATCH] le driver doesn't work with DEPCA Date: Wed, 1 Aug 2001 23:41:36 -0400 Adding to Audit-Trail. ----- Forwarded message from "Eugene A. Doudine" ----- X-UIDL: 214bb02178cc435747c0ad4c42fdff23 Delivered-To: mike@freebsd.org Date: Fri, 27 Jul 2001 00:29:36 +0800 (KRAST) From: "Eugene A. Doudine" To: mike@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/18639: [PATCH] le driver doesn't work with DEPCA In-Reply-To: <200107220231.f6M2VKK79582@freefall.freebsd.org> Hello, Mike I didn't try 4.3-RELEASE. I tried 4.2-RELEASE, has the same problems and some others. It cannot detect the card without my patch. With my patch applied it's able to detect the card. Kernel on boot gives this warning: le0 XXX: driver didn't set ifq_maxlen And then the kernel panics during configuration of the interface, exactly as described in PR kern/19219. Regards, Eugene On Sat, 21 Jul 2001 mike@FreeBSD.org wrote: > Synopsis: [PATCH] le driver doesn't work with DEPCA > > State-Changed-From-To: open->feedback > State-Changed-By: mike > State-Changed-When: Sat Jul 21 19:31:05 PDT 2001 > State-Changed-Why: > > Does this problem still occur in newer versions of FreeBSD, > such as 4.3-RELEASE? > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18639 > > ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 20:35: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75E3F37B401; Wed, 1 Aug 2001 20:35:02 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f723PTp25022; Wed, 1 Aug 2001 20:25:29 -0700 (PDT) (envelope-from mike) Date: Wed, 1 Aug 2001 20:25:29 -0700 (PDT) From: Message-Id: <200108020325.f723PTp25022@freefall.freebsd.org> To: archie@whistle.com, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: bin/18678: Bug in libz Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Bug in libz State-Changed-From-To: feedback->analyzed State-Changed-By: mike State-Changed-When: Wed Aug 1 20:24:07 PDT 2001 State-Changed-Why: This is still a problem. Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: mike Responsible-Changed-When: Wed Aug 1 20:24:07 PDT 2001 Responsible-Changed-Why: Over to the maintainer of libz. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18678 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 21: 5: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1197837B403; Wed, 1 Aug 2001 21:05:03 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7241Y128063; Wed, 1 Aug 2001 21:01:34 -0700 (PDT) (envelope-from mike) Date: Wed, 1 Aug 2001 21:01:34 -0700 (PDT) From: Message-Id: <200108020401.f7241Y128063@freefall.freebsd.org> To: dudin@np.nk.nornik.ru, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/18639: [PATCH] le driver doesn't work with DEPCA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] le driver doesn't work with DEPCA State-Changed-From-To: feedback->suspended State-Changed-By: mike State-Changed-When: Wed Aug 1 20:56:34 PDT 2001 State-Changed-Why: This is still a problem in 4.3-RELEASE. Awaiting a committer with the necessary hardware to review and commit this or another patch which solves this problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18639 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 1:11 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id E7ACA37B407 for ; Wed, 1 Aug 2001 22:00:58 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 078385FEB3; Thu, 2 Aug 2001 09:00:55 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:54 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 05:00:05 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045455.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 1:20 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D52637B403 for ; Wed, 1 Aug 2001 22:00:58 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 983385FEAF; Thu, 2 Aug 2001 09:00:54 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:54 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 04:54:54 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045455.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 1:40 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 455D437B408 for ; Wed, 1 Aug 2001 22:01:00 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 465D05FEB5; Thu, 2 Aug 2001 09:00:55 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:55 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 05:04:25 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045455.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 1:51 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 8393537B40A for ; Wed, 1 Aug 2001 22:01:00 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 83B1E5FEB7; Thu, 2 Aug 2001 09:00:55 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:55 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 05:04:25 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045455.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 2: 7 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 1289737B40D for ; Wed, 1 Aug 2001 22:01:02 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id AEE1E5FEBA; Thu, 2 Aug 2001 09:00:55 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:55 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 06:00:08 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045455.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 2: 8 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A44C37B40F for ; Wed, 1 Aug 2001 22:01:06 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 93A815FE7D; Thu, 2 Aug 2001 09:00:56 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:56 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 06:00:08 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045455.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 2:31 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 448FC37B411 for ; Wed, 1 Aug 2001 22:01:14 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 836A65FE68; Thu, 2 Aug 2001 09:00:57 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:57 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 07:00:10 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045456.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 2:46 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D15F37B415 for ; Wed, 1 Aug 2001 22:01:16 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id C63365FE81; Thu, 2 Aug 2001 09:00:57 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:57 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 07:00:10 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045456.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 2:55 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DD7637B416 for ; Wed, 1 Aug 2001 22:01:18 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 2326A5FE83; Thu, 2 Aug 2001 09:00:58 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:58 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 08:00:03 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045456.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 3: 1 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id BBFE837B418 for ; Wed, 1 Aug 2001 22:01:18 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 4BEE05FEA3; Thu, 2 Aug 2001 09:00:58 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:58 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 08:00:03 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045456.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 3:11 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 542C637B41B for ; Wed, 1 Aug 2001 22:01:20 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 6F98B5FEA6; Thu, 2 Aug 2001 09:00:58 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:58 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 09:00:05 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045456.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 3:34 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 82CE937B41E for ; Wed, 1 Aug 2001 22:01:21 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 9CC4F5FEBB; Thu, 2 Aug 2001 09:00:58 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:58 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 09:00:05 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045456.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 3:36 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 1508737B421 for ; Wed, 1 Aug 2001 22:01:22 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id E3BDA5FEBE; Thu, 2 Aug 2001 09:00:58 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:58 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 10:00:08 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045457.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 3:57 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from earth.corbina.net (earth.corbina.net [195.14.50.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B5EB37B422 for ; Wed, 1 Aug 2001 22:01:22 -0700 (PDT) (envelope-from Andrey.Lykhin@p31.f68.n5090.z2.fidonet.org) Received: by earth.corbina.net (Postfix, from userid 67) id 5140C5FEBF; Thu, 2 Aug 2001 09:00:59 +0400 (MSD) Received: from p31.f68.n5090.z2.fidonet.org by f128.n5020.z2.fidonet.org with FTN (ifmail v.2.15) id AA91593; Thu, 02 Aug 2001 09:00:59 +0400 Apparently-To: freebsd-bugs@FreeBSD.org To: freebsd-bugs@FreeBSD.org From: Andrey Lykhin Date: Thu, 02 Aug 2001 03:38:40 +0400 Subject: bugs Message-ID: <996727135@p31.f68.n5090.z2.FidoNet.ftn> X-FTN-FLAGS: CFM PVT TRN K/S RRQ X-FTN-MSGID: 2:5090/68.31@FidoNet 3b68d95f X-FTN-CHRS: IBMPC 2 X-FTN-Tearline: GoldED+/386 1.1.4.5 X-FTN-Via: 2:5090/68.31 FTrack 3.02/W32 02 Aug 2001 04:45:59 UTC+0800 X-FTN-Via: 2:5090/68 FTrack 3.02/W32 02 Aug 2001 10:00:08 UTC+0800 X-FTN-Via: 2:5020/52 @20010802.045457.UTC FTrack 3.01/FBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD 4.3-RELEASE is not established with compact disc on the computer: CPU: Intel pentium 166 mmx; MotherBoard: Acorp 5vx32, i430vx chipset; HDD: IDE Fujitsu MPD3064AT 6.48GB UDMA33; CD-ROM: IDE Samsung 8x SCR-830. At installation fdisk can not keep the made changes with a disk, press "w" - to keep the made changes and sysinstall leaves on 11 signal, too most occurs and by pressing a key "u". FreeBSD 2.2.8-RELEASE is established without problems. dmesg: === Start Windows Clipboard === Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-RELEASE #1: Sat Apr 21 11:15:36 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 166586981 Hz CPU: Pentium/P55C (166.59-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 33554432 (32768K bytes) config> intro [...] avail memory = 26206208 (25592K bytes) Preloaded elf kernel "kernel" at 0xc0672000. Intel Pentium detected, installing workaround for F00F bug md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 10.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 6187MB [13410/15/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO3 Mounting root from ufs:/dev/md0c ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 ad0s2: raw partition size != slice size ad0s2: start 4192965, end 10554704, size 6361740 ad0s2c: start 4192965, end 12659219, size 8466255 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 4192965, end 10554704, size 6361740 ad0s2f: start 4470885, end 12659219, size 8188335 [...] === End Windows Clipboard === It would be desirable to decide(solve) this problem. A thank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22: 9:55 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from sentry.granch.com (sentry.granch.com [212.109.197.55]) by hub.freebsd.org (Postfix) with ESMTP id E040137B406 for ; Wed, 1 Aug 2001 22:09:48 -0700 (PDT) (envelope-from shelton@sentry.granch.com) Received: (from shelton@localhost) by sentry.granch.com (8.11.4/8.11.4) id f7259PG28975; Thu, 2 Aug 2001 12:09:25 +0700 (NOVST) (envelope-from shelton) Content-Type: text/plain; charset="koi8-r" From: "Rashid N. Achilov" Organization: Granch Ltd. To: Andrey Lykhin , freebsd-bugs@FreeBSD.ORG Subject: Re: bugs Date: Thu, 2 Aug 2001 12:09:25 +0700 X-Mailer: KMail [version 1.2] References: <996727135@p31.f68.n5090.z2.FidoNet.ftn> In-Reply-To: <996727135@p31.f68.n5090.z2.FidoNet.ftn> MIME-Version: 1.0 Message-Id: <0108021209250F.08236@sentry.granch.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thursday 02 August 2001 06:38, Andrey Lykhin wrote: > FreeBSD 4.3-RELEASE is not established with compact disc on the computer: > Stop your dude mail! -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Web: http://granch.ru/~shelton Granch Ltd. system administrator, e-mail: achilov@granch.ru PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85 AF 97 BE CB 0A To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22:30:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9BD937B403 for ; Wed, 1 Aug 2001 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f725U1x45219; Wed, 1 Aug 2001 22:30:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 1 Aug 2001 22:30:01 -0700 (PDT) Message-Id: <200108020530.f725U1x45219@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: kern/17067: consistent "make -k buildworld" crash with 2 swap partitions Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/17067; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/17067: consistent "make -k buildworld" crash with 2 swap partitions Date: Wed, 1 Aug 2001 22:23:17 -0700 --dFWYt1i2NyOo1oI9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Adding to audit trail ----- Forwarded message from Daniel Ortmann ----- Delivered-To: kkenn@localhost.obsecurity.org Date: Thu, 02 Aug 2001 00:20:28 -0500 From: Daniel Ortmann Subject: Re: kern/17067: consistent "make -k buildworld" crash with 2 swap partitions In-reply-to: kris@FreeBSD.org's message of "Thu, 24 May 2001 12:39:22 -0700 (PDT)" To: kris@FreeBSD.org X-Mailer: Gnus v5.7/Emacs 20.7 Delivered-to: kris@freebsd.org My problem was solved by taking the side off of my computer and aiming a LARGE fan into it. It was evidentally a heat problem that had NOTHING to do with FreeBSD. kris@FreeBSD.org writes: > Synopsis: consistent "make -k buildworld" crash with 2 swap partitions >=20 > State-Changed-From-To: open->feedback > State-Changed-By: kris > State-Changed-When: Thu May 24 12:38:21 PDT 2001 > State-Changed-Why:=20 > Do you still experience this problem? Providing a stack traceback > (see the handbook section on kernel debugging) would go a long way > towards identifying the possible problem in FreeBSD >=20 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D17067 >=20 >=20 --=20 Daniel Ortmann IBM Circuit Technology 2414 30 av NW, #D E315, bldg 040-2 Rochester, MN 55901 3605 Hwy 52 N 507.288.7732 (h) 507.253.6795 (w) ortmann@isl.net ortmann@us.ibm.com "The answers are so simple and we all know where to look, but it's easier just to avoid the question." -- Kansas ----- End forwarded message ----- --dFWYt1i2NyOo1oI9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7aOPEWry0BWjoQKURArVGAKD9z+KeEVHy+0AtKnA24mhA0JDISgCfW/vK WPGUUEFNK2VO+dH1l0pNiUI= =cWnk -----END PGP SIGNATURE----- --dFWYt1i2NyOo1oI9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 1 22:40:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1761237B405 for ; Wed, 1 Aug 2001 22:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f725e5A45885; Wed, 1 Aug 2001 22:40:05 -0700 (PDT) (envelope-from gnats) Date: Wed, 1 Aug 2001 22:40:05 -0700 (PDT) Message-Id: <200108020540.f725e5A45885@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: kern/8981: this also fixes X crashes and sio silo overflows! Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/8981; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/8981: this also fixes X crashes and sio silo overflows! Date: Wed, 1 Aug 2001 22:37:23 -0700 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Adding to audit trail. ----- Forwarded message from Daniel Ortmann ----- Delivered-To: kkenn@localhost.obsecurity.org Date: Thu, 02 Aug 2001 00:21:24 -0500 From: Daniel Ortmann Subject: Re: kern/8981: this also fixes X crashes and sio silo overflows! In-reply-to: kris@FreeBSD.org's message of "Thu, 24 May 2001 12:40:39 -0700 (PDT)" To: kris@FreeBSD.org X-Mailer: Gnus v5.7/Emacs 20.7 Delivered-to: kris@freebsd.org This problem was solved by taking the side off of my computer and aiming a large fan into the side of the computer. It was a heat problem and had NOTHING to do with FreeBSD. kris@FreeBSD.org writes: > Synopsis: this also fixes X crashes and sio silo overflows! >=20 > State-Changed-From-To: feedback->closed > State-Changed-By: kris > State-Changed-When: Thu May 24 12:40:23 PDT 2001 > State-Changed-Why:=20 > Feedback timeout >=20 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D8981 >=20 >=20 --=20 Daniel Ortmann IBM Circuit Technology 2414 30 av NW, #D E315, bldg 040-2 Rochester, MN 55901 3605 Hwy 52 N 507.288.7732 (h) 507.253.6795 (w) ortmann@isl.net ortmann@us.ibm.com "The answers are so simple and we all know where to look, but it's easier just to avoid the question." -- Kansas ----- End forwarded message ----- --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7aOcTWry0BWjoQKURAmTNAKCrrAzlhELBC46JGBmqDSXAUdFU/QCdF7ge em6B8XuB5qcJeykKLUEdNqM= =JkOV -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 2: 5: 4 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from arb.arb.za.net (arb.arb.za.net [196.7.148.4]) by hub.freebsd.org (Postfix) with ESMTP id B75BC37B401; Thu, 2 Aug 2001 02:04:54 -0700 (PDT) (envelope-from mark@grondar.za) Received: (from uucp@localhost) by arb.arb.za.net (8.11.3/8.11.3) with UUCP id f7294r545592; Thu, 2 Aug 2001 11:04:53 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.4/8.11.4) with ESMTP id f6VLH9P09856; Tue, 31 Jul 2001 22:17:09 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200107312117.f6VLH9P09856@grimreaper.grondar.za> To: dwmalone@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: bin/29349: pam_wheel does not check primary group id References: <200107311359.f6VDx6F54402@freefall.freebsd.org> In-Reply-To: <200107311359.f6VDx6F54402@freefall.freebsd.org> ; from "Tue, 31 Jul 2001 06:59:06 PDT." MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" Content-ID: <9851.996614152.0@grondar.za> Date: Tue, 31 Jul 2001 22:17:08 +0100 From: Mark Murray Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9851.996614152.1@grondar.za> > Synopsis: pam_wheel does not check primary group id Does the attached patch fix it for you? M -- Mark Murray Warning: this .sig is umop ap!sdn ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9851.996614152.2@grondar.za> Content-Description: pam_wheel.patch Index: pam_wheel.c =================================================================== RCS file: /home/ncvs/src/lib/libpam/modules/pam_wheel/pam_wheel.c,v retrieving revision 1.2 diff -u -d -r1.2 pam_wheel.c --- pam_wheel.c 2001/07/14 08:42:39 1.2 +++ pam_wheel.c 2001/07/31 20:29:37 @@ -66,23 +66,24 @@ pam_sm_authenticate(pam_handle_t * pamh, int flags, int argc, const char **argv) { struct options options; - struct passwd *pwd, *temppwd; + struct passwd *pwd; struct group *grp; int retval; const char *user; - char *fromsu, *use_group; + char *use_group; pam_std_option(&options, other_options, argc, argv); PAM_LOG("Options processed"); - retval = pam_get_user(pamh, &user, NULL); - if (retval != PAM_SUCCESS) - PAM_RETURN(retval); - - pwd = getpwnam(user); - if (!pwd) - PAM_RETURN(PAM_USER_UNKNOWN); + if (pam_test_option(&options, PAM_OPT_AUTH_AS_SELF, NULL)) + pwd = getpwnam(getlogin()); + else { + retval = pam_get_user(pamh, &user, NULL); + if (retval != PAM_SUCCESS) + PAM_RETURN(retval); + pwd = getpwnam(user); + } PAM_LOG("Got user: %s", user); @@ -92,20 +93,6 @@ PAM_LOG("Not superuser"); - if (pam_test_option(&options, PAM_OPT_AUTH_AS_SELF, NULL)) { - temppwd = getpwnam(getlogin()); - if (temppwd == NULL) - PAM_RETURN(PAM_SERVICE_ERR); - fromsu = temppwd->pw_name; - } - else { - fromsu = getlogin(); - if (!fromsu) - PAM_RETURN(PAM_SERVICE_ERR); - } - - PAM_LOG("Got fromsu: %s", fromsu); - if (!pam_test_option(&options, PAM_OPT_GROUP, &use_group)) { if ((grp = getgrnam("wheel")) == NULL) grp = getgrgid(0); @@ -122,7 +109,7 @@ PAM_LOG("Got group: %s", grp->gr_name); - if (in_list(grp->gr_mem, fromsu)) { + if (pwd->pw_gid == grp->gr_gid || in_list(grp->gr_mem, pwd->pw_name)) { if (pam_test_option(&options, PAM_OPT_DENY, NULL)) PAM_RETURN(PAM_PERM_DENIED); if (pam_test_option(&options, PAM_OPT_TRUST, NULL)) ------- =_aaaaaaaaaa0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 2:15: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A60B37B403; Thu, 2 Aug 2001 02:15:03 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f729E5b76042; Thu, 2 Aug 2001 02:14:05 -0700 (PDT) (envelope-from dwmalone) Date: Thu, 2 Aug 2001 02:14:05 -0700 (PDT) From: Message-Id: <200108020914.f729E5b76042@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, phk@FreeBSD.org Subject: Re: misc/29376: Realloc() doesn't (by default) comply with the ANSI C standard, and realloc(ptr, 0) with malloc_sysv set will cause an out of memory error if malloc_xmalloc is also set. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Realloc() doesn't (by default) comply with the ANSI C standard, and realloc(ptr, 0) with malloc_sysv set will cause an out of memory error if malloc_xmalloc is also set. Responsible-Changed-From-To: freebsd-bugs->phk Responsible-Changed-By: dwmalone Responsible-Changed-When: Thu Aug 2 02:13:38 PDT 2001 Responsible-Changed-Why: Malloc is phk's baby. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29376 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 3:20:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C548737B405 for ; Thu, 2 Aug 2001 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72AK1D86163; Thu, 2 Aug 2001 03:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6548737B40A for ; Thu, 2 Aug 2001 03:14:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72AEeL85419; Thu, 2 Aug 2001 03:14:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200108021014.f72AEeL85419@freefall.freebsd.org> Date: Thu, 2 Aug 2001 03:14:40 -0700 (PDT) From: Fred Nicolls To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29383: ata with HP CD-RW hangs at boot (dual CPU) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29383 >Category: kern >Synopsis: ata with HP CD-RW hangs at boot (dual CPU) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 03:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Fred Nicolls >Release: 4.3-STABLE >Organization: University of Cape Town >Environment: FreeBSD tek2.ee.uct.ac.za 4.3-STABLE FreeBSD 4.3-STABLE #1: Sat Jul 28 10:44:56 GMT 2001 nicolls@tek2.ee.uct.ac.za:/usr/src/sys/compile/SMP i386 >Description: ASUS CUV4X-D (dual 1000GHz, 1GB RAM) with an IBM deskstar 40GB disk as master on IDE0 fails to boot when HP 9500 CD-RW is attached. Configuration 1: HP CD-RW as IDE0 slave boot -v ... ata0-master: success setting UDMA5 on VIA chip ad0: (etc) ... ata0-slave: piomode=4 dmamode=2 udmamode=2 dmaflag=1 ata0-slave: success setting PIO4 on generic chip (null): REQUEST_SENSE command timeout - resetting ata0: resetting devices .. (then hang) Configuration 2: HP CD-RW as IDE1 slave boot -v ... ata0-master: success setting UDMA5 on VIA chip ad0: (etc) ... ata1-slave: piomode=4 dmamode=2 udmamode=2 dmaflag=1 ata1-slave: success setting PIO4 on generic chip (then hang) Configuration 3: HP CD-RW as IDE1 master boot -v ... ata0-master: success setting UDMA5 on VIA chip ad0: (etc) ... ata1-master: piomode=4 dmamode=2 udmamode=2 dmaflag=1 ata1-master: success setting PIO4 on generic chip (then hang) Other information: - The same system boots FreeBSD 3.4-RELEASE okay using the generic kernel. - It does not boot under 4.3-RELEASE using the generic kernel. - I've tested the CD-RW on an ASUS P2B-DS (also dual) using the same 4.3-STABLE kernel that fails on the CUV4X-D, and it works fine. - I managed to boot 4.3-RELEASE on a Gigabyte 6VXDC7 (also dual) with the CD-RW drive attached. Perhaps a problem with the VIA (694XDP) chipset? >How-To-Repeat: Try boot FreeBSD 4.X on the hardware configuration described. >Fix: Disconnect the CD-RW drive. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 4: 0:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA4CC37B406 for ; Thu, 2 Aug 2001 04:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72B04C90392; Thu, 2 Aug 2001 04:00:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 04:00:04 -0700 (PDT) Message-Id: <200108021100.f72B04C90392@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/29374: make installworld fails when trying to install 'init' into /sbin Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29374; it has been noted by GNATS. From: Peter Pentchev To: Antonio D'souza Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/29374: make installworld fails when trying to install 'init' into /sbin Date: Thu, 2 Aug 2001 13:49:22 +0300 On Wed, Aug 01, 2001 at 04:42:18PM -0700, Antonio D'souza wrote: > > >Number: 29374 > >Category: bin > >Synopsis: make installworld fails when trying to install 'init' into /sbin > >Originator: Antonio D'souza > >Release: 4.3-stable > >Organization: > University of Waterloo > >Environment: > FreeBSD quikbox.ca 4.3-STABLE > FreeBSD 4.3-STABLE #1: Wed May i386 unknown > >Description: > Partway through running 'make buildworld' I get this error: > > ===> sbin/init > install -C -c -s -o root -g wheel -m 500 -fschg -b -B.bak init /sbin > install: illegal option -- b > usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 > install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 ... > fileN directory > install -d [-v] [-g group] [-m mode] [-o owner] directory ... > *** Error code 64 > > Stop in /usr/src/sbin/init. > >How-To-Repeat: > with the sources as of Aug 1, 2001 around noon, try to buiild and install the world. I believe this was fixed when install(1) was added to the bootstrap tools later. Can you try to cvsup and rebuild? G'luck, Peter -- Nostalgia ain't what it used to be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 4: 0:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D3AD37B405 for ; Thu, 2 Aug 2001 04:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72B05Z90401; Thu, 2 Aug 2001 04:00:05 -0700 (PDT) (envelope-from gnats) Received: from melchior.cuivre.fr.eu.org (melchior.enst.fr [137.194.161.6]) by hub.freebsd.org (Postfix) with ESMTP id 33F3B37B401 for ; Thu, 2 Aug 2001 03:55:37 -0700 (PDT) (envelope-from thomas@cuivre.fr.eu.org) Received: from melusine.cuivre.fr.eu.org (melusine.enst.fr [137.194.160.34]) by melchior.cuivre.fr.eu.org (Postfix) with ESMTP id E4FF58318 for ; Thu, 2 Aug 2001 12:55:34 +0200 (CEST) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 51C8B24D45; Thu, 2 Aug 2001 12:55:33 +0200 (CEST) Message-Id: <20010802105533.51C8B24D45@melusine.cuivre.fr.eu.org> Date: Thu, 2 Aug 2001 12:55:33 +0200 (CEST) From: Thomas Quinot Reply-To: Thomas Quinot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29384: ipfstat picks wrong headers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29384 >Category: bin >Synopsis: ipfstat picks wrong headers >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 04:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD melusine.cuivre.fr.eu.org 4.3-STABLE FreeBSD 4.3-STABLE #8: Fri Jul 6 16:46:45 CEST 2001 thomas@melusine.cuivre.fr.eu.org:/usr/obj/usr/src/sys/MELUSINE i386 >Description: ipfstat picks some ipfilter headers from /usr/include/netinet instead of /sys/contrib/ipfilter/netinet/. When the ipfilter structures are changed, this causes an inconsistence between the kernel ipfilter and the ipfstat binary. >How-To-Repeat: /usr/src/sbin/ipfstat # cc -O2 -pipe -DIPL_NAME=\"/dev/ipl\" -DSTATETOP -I- -I/usr/src/sbin/ipfstat/../../sys/netinet -I/usr/src/sbin/ipfstat/../../sys -I/usr/src/sbin/ipfstat/../../contrib/ipfilter -E /usr/src/sbin/ipfstat/../../contrib/ipfilter/fils.c (will pick headers from /usr/include/netinet/) >Fix: In src/sbin/ipfstat: --- Makefile.dist Thu Aug 2 12:01:13 2001 +++ Makefile Thu Aug 2 12:50:42 2001 @@ -8,6 +8,7 @@ CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -DSTATETOP CFLAGS+=-I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter +CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter DPADD= ${LIBNCURSES} LDADD= -lncurses >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 4: 0:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C530837B403 for ; Thu, 2 Aug 2001 04:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72B0DX90409; Thu, 2 Aug 2001 04:00:13 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 04:00:13 -0700 (PDT) Message-Id: <200108021100.f72B0DX90409@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Edwards Subject: Re: bin/17405: one more fstat patch Reply-To: Peter Edwards Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/17405; it has been noted by GNATS. From: Peter Edwards To: freebsd-gnats-submit@FreeBSD.org, peter.edwards@ireland.com Cc: bde@zeta.org.au Subject: Re: bin/17405: one more fstat patch Date: Thu, 02 Aug 2001 11:56:20 +0100 Can someone drop all the "& 0xffff"'s from the files in src/usr.bin/fstat? It fixes this bug, and I've been running with it for the last year, locally. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 4:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D327E37B403 for ; Thu, 2 Aug 2001 04:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72Bo4n04051; Thu, 2 Aug 2001 04:50:04 -0700 (PDT) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 4FF9737B401 for ; Thu, 2 Aug 2001 04:47:09 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.1/8.11.1) with ESMTP id f72Bl7b14540 for ; Thu, 2 Aug 2001 13:47:08 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.4/8.11.4) with ESMTP id f72Bl7715481 for ; Thu, 2 Aug 2001 13:47:07 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f72Bl7u71681 for FreeBSD-gnats-submit@freebsd.org; Thu, 2 Aug 2001 13:47:07 +0200 (CEST) Message-Id: <200108021147.f72Bl7P00128@curry.mchp.siemens.de> Date: Thu, 2 Aug 2001 13:47:07 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/29386: duplicate entry in /etc/rpc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29386 >Category: conf >Synopsis: duplicate entry in /etc/rpc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 04:50:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: Stable Machines with most up to date /etc/rpc >Description: /etc/rpc 1.7.2.1 contains the following line: ufsd 100233 ufsd I think this is either a typo or unneded. >How-To-Repeat: grep ufsd /etc/rpc >Fix: remove second ufsd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 5:30:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13BB637B401 for ; Thu, 2 Aug 2001 05:30:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72CUQJ10723; Thu, 2 Aug 2001 05:30:26 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 05:30:26 -0700 (PDT) Message-Id: <200108021230.f72CUQJ10723@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jiangyi Liu" Subject: Re: kern/29121: msdos fs causes kernel panic when writing Reply-To: "Jiangyi Liu" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/29121; it has been noted by GNATS. From: "Jiangyi Liu" To: , Cc: Subject: Re: kern/29121: msdos fs causes kernel panic when writing Date: Thu, 2 Aug 2001 20:29:21 +0800 This is a multi-part message in MIME format. ------=_NextPart_000_0049_01C11B91.CFBAAC90 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: base64 UGxlYXNlIHJlZmVyIHRvIFBSIGkzODYvMjg1MzYuIFNlZW1zIHRoaXMgcHJvYmxlbSBpcyByZWxh dGVkIHRvIGxhcmdlIGZhdDMyIHBhcnRpdGlvbnMuIFJ1bm5pbmcgY2hrZHNrIGluIFdpbmRvd3Mg d291bGQgcHJvYmFibHkgaGVscCwgZXZlbiBpZiBpdCBzYXlzIHlvdXIgcGFydGl0aW9uIGlzIG5v dCBjb3JydXB0ZWQuDQoNCkppYW5neWkgTGl1DQo= ------=_NextPart_000_0049_01C11B91.CFBAAC90 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWdi MjMxMiIgaHR0cC1lcXVpdj1Db250ZW50LVR5cGU+DQo8TUVUQSBjb250ZW50PSJNU0hUTUwgNS4w MC4zMDE4LjkwMCIgbmFtZT1HRU5FUkFUT1I+DQo8U1RZTEU+PC9TVFlMRT4NCjwvSEVBRD4NCjxC T0RZIGJnQ29sb3I9I2ZmZmZmZj4NCjxESVY+PEZPTlQgc2l6ZT0yPlBsZWFzZSByZWZlciB0byBQ UiBpMzg2LzI4NTM2LiBTZWVtcyB0aGlzIHByb2JsZW0gaXMgcmVsYXRlZCANCnRvIGxhcmdlIGZh dDMyIHBhcnRpdGlvbnMuIFJ1bm5pbmcgY2hrZHNrIGluIFdpbmRvd3Mgd291bGQgcHJvYmFibHkg aGVscCwgZXZlbiANCmlmIGl0IHNheXMgeW91ciBwYXJ0aXRpb24gaXMgbm90IGNvcnJ1cHRlZC48 L0ZPTlQ+PC9ESVY+DQo8RElWPiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBzaXplPTI+Smlhbmd5 aSBMaXU8L0ZPTlQ+PC9ESVY+PC9CT0RZPjwvSFRNTD4NCg== ------=_NextPart_000_0049_01C11B91.CFBAAC90-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 5:45: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C138B37B406; Thu, 2 Aug 2001 05:45:03 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72CeIG12133; Thu, 2 Aug 2001 05:40:18 -0700 (PDT) (envelope-from dwmalone) Date: Thu, 2 Aug 2001 05:40:18 -0700 (PDT) From: Message-Id: <200108021240.f72CeIG12133@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/17405: one more fstat patch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: one more fstat patch Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Thu Aug 2 05:37:39 PDT 2001 Responsible-Changed-Why: I'll try to have a look at this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17405 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 5:45: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE49837B405; Thu, 2 Aug 2001 05:45:03 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72CbKl11716; Thu, 2 Aug 2001 05:37:20 -0700 (PDT) (envelope-from dwmalone) Date: Thu, 2 Aug 2001 05:37:20 -0700 (PDT) From: Message-Id: <200108021237.f72CbKl11716@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, jlemon@FreeBSD.org Subject: Re: bin/29384: ipfstat picks wrong headers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ipfstat picks wrong headers Responsible-Changed-From-To: freebsd-bugs->jlemon Responsible-Changed-By: dwmalone Responsible-Changed-When: Thu Aug 2 05:35:52 PDT 2001 Responsible-Changed-Why: jlemon relocated ipf. Jonathan - this patch looks sensible to me. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29384 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 5:46:47 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from Kazan (mkc-31-234-20.kc.rr.com [24.31.234.20]) by hub.freebsd.org (Postfix) with SMTP id 1879737B401 for ; Thu, 2 Aug 2001 05:46:39 -0700 (PDT) (envelope-from zdanie@dr.com) Message-ID: <912200184280031@Int> X-EM-Version: 5, 0, 0, 18 X-EM-Registration: #01B0530810E603002D00 X-Priority: 3 Reply-To: zdanie@europe.com X-MSMail-Priority: Normal From: "=?windows-1251?Q?=CF=EE=F0=F2=EE=E2=E0=FF,_19?=" To: freebsd-bugs@freebsd.org Subject: =?windows-1251?Q?=CF=F0=EE=E4=E0=E5=F2=F1=FF_=E0=E4=EC=E8=ED=E8=F1=F2=F0=E0=F2=E8=E2=ED=EE=E5_=E7=E4=E0=ED=E8=E5_=E2_=CA=E0=E7=E0=ED=E8?= Date: Thu, 2 Aug 2001 12:00:00 +0400 MIME-Version: 1.0 Content-type: text/plain; charset="windows-1251" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ïðåäëàãàåì ïðèîáðåñòè â ñîáñòâåííîñòü àäìèíèñòðàòèâíîå çäàíèå â Êàçàíè (Òàòàðñòàí, Ðîññèÿ): - Îáùàÿ ïëîùàäü 910 êâ. ì; - 2 ýòàæà; - Áîëüøîå êîëè÷åñòâî ïîìåùåíèé îò 7 äî 200 êâ.ì; - Ñîáñòâåííàÿ òåððèòîðèÿ - çåìåëüíûé ó÷àñòîê 0,101 Ãà. Çäàíèå - áûâøàÿ ñòîëîâàÿ ðå÷íîãî ïîðòà. Èìååò âûãîäíîå ðàñïîëîæåíèå: - íàïðîòèâ çäàíèÿ - âòîðîé ïî âåëè÷èíå îïòîâûé ïðîäóêòîâûé ãîðîäñêîé ðûíîê; - óäîáíûå ïîäúåçäíûå ïóòè; - áëèçêî ê öåíòðó ãîðîäà - 5 ìèí. åçäû; - áëèçêî ê æ/ä âîêçàëó - 5 ìèí. åçäû; - ðÿäîì ðå÷íîé ïîðò; - ðÿäîì æ/ä ïóòè. Çäàíèå èäåàëüíî ïîäõîäèò äëÿ ðàçìåùåíèÿ îôèñà ïðåäñòàâèòåëüñòâà Âàøåé êîìïàíèè â Òàòàðñòàíå èëè Ïîâîëæüå. Âîçìîæíà êîìïîíîâêà "îôèñ/ñêëàä". Âñå êîììóíèêàöèè ïîäâåäåíû. Çäàíèå òðåáóåò ðåìîíòà (ïîëíàÿ âíóòðåííÿÿ îòäåëêà, âêëþ÷àÿ íîâûå îêîííûå è äâåðíûå áëîêè). Çäàíèå íàõîäèòñÿ â ÷àñòíîé ñîáñòâåííîñòè. Çåìëÿ - â áåññðî÷íîì ïîëüçîâàíèè. Öåíà çäàíèÿ - ÁÎËÅÅ ×ÅÌ ÄÎÑÒÓÏÍÀ. Åñëè âû çàèíòåðåñîâàíû â ïîëó÷åíèè îò íàñ áîëåå ïîäðîáíîé èíôîðìàöèè î äàííîì îáúåêòå, îòïðàâüòå ïóñòîå ïèñüìî ïî àäðåñó: zdanie@europe.com. Ïðè ýòîì â "Òåìå" ñîîáùåíèÿ ÎÁßÇÀÒÅËÜÍÎ óêàæèòå: "Ïðèøëèòå ïîäðîáíóþ èíôîðìàöèþ". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 6: 5: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE7E037B403; Thu, 2 Aug 2001 06:05:03 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72Cwee14056; Thu, 2 Aug 2001 05:58:40 -0700 (PDT) (envelope-from dwmalone) Date: Thu, 2 Aug 2001 05:58:40 -0700 (PDT) From: Message-Id: <200108021258.f72Cwee14056@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: conf/29386: duplicate entry in /etc/rpc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: duplicate entry in /etc/rpc Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Thu Aug 2 05:55:43 PDT 2001 Responsible-Changed-Why: This seems to go back to the Sun version of the rpc file - I've removed the duplicate in -current and I'll merge the change to -stable in a bit. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 6:15: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CD4337B403; Thu, 2 Aug 2001 06:15:03 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72DE8i19038; Thu, 2 Aug 2001 06:14:08 -0700 (PDT) (envelope-from roam) Date: Thu, 2 Aug 2001 06:14:08 -0700 (PDT) From: Message-Id: <200108021314.f72DE8i19038@freefall.freebsd.org> To: quik@quikbox.ca, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/29374: make installworld fails when trying to install 'init' into /sbin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: make installworld fails when trying to install 'init' into /sbin State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Thu Aug 2 06:12:19 PDT 2001 State-Changed-Why: The originator confirmed that this was a transient build failure, resolved when install(1) was added to the bootstrap utils. In the future, please report such transient build failures in -stable to the freebsd-stable@FreeBSD.org mailing list; there is no real need to file a PR for that :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29374 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 6:17:44 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from Kasan.su (unknown [209.5.222.98]) by hub.freebsd.org (Postfix) with SMTP id 321CC37B401 for ; Thu, 2 Aug 2001 06:17:36 -0700 (PDT) (envelope-from zdanie@dr.com) Message-ID: <707720018428302530@dr.com> X-EM-Version: 5, 0, 0, 21 X-EM-Registration: #01B0530810E603002D00 X-Priority: 3 Reply-To: zdanie@europe.com X-MSMail-Priority: Normal From: "=?windows-1251?Q?=CF=EE=F0=F2=EE=E2=E0=FF,_19?=" To: bugs@freebsd.org Subject: =?windows-1251?Q?=CF=F0=EE=E4=E0=E5=F2=F1=FF_=E0=E4=EC=E8=ED=E8=F1=F2=F0=E0=F2=E8=E2=ED=EE=E5_=E7=E4=E0=ED=E8=E5_=E2_=CA=E0=E7=E0=ED=E8?= Date: Thu, 2 Aug 2001 12:30:02 +0400 MIME-Version: 1.0 Content-type: text/plain; charset="windows-1251" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ïðåäëàãàåì ïðèîáðåñòè â ñîáñòâåííîñòü àäìèíèñòðàòèâíîå çäàíèå â Êàçàíè (Òàòàðñòàí, Ðîññèÿ): - Îáùàÿ ïëîùàäü 910 êâ. ì; - 2 ýòàæà; - Áîëüøîå êîëè÷åñòâî ïîìåùåíèé îò 7 äî 200 êâ.ì; - Ñîáñòâåííàÿ òåððèòîðèÿ - çåìåëüíûé ó÷àñòîê 0,101 Ãà. Çäàíèå - áûâøàÿ ñòîëîâàÿ ðå÷íîãî ïîðòà. Èìååò âûãîäíîå ðàñïîëîæåíèå: - íàïðîòèâ çäàíèÿ - âòîðîé ïî âåëè÷èíå îïòîâûé ïðîäóêòîâûé ãîðîäñêîé ðûíîê; - óäîáíûå ïîäúåçäíûå ïóòè; - áëèçêî ê öåíòðó ãîðîäà - 5 ìèí. åçäû; - áëèçêî ê æ/ä âîêçàëó - 5 ìèí. åçäû; - ðÿäîì ðå÷íîé ïîðò; - ðÿäîì æ/ä ïóòè. Çäàíèå èäåàëüíî ïîäõîäèò äëÿ ðàçìåùåíèÿ îôèñà ïðåäñòàâèòåëüñòâà Âàøåé êîìïàíèè â Òàòàðñòàíå èëè Ïîâîëæüå. Âîçìîæíà êîìïîíîâêà "îôèñ/ñêëàä". Âñå êîììóíèêàöèè ïîäâåäåíû. Çäàíèå òðåáóåò ðåìîíòà (ïîëíàÿ âíóòðåííÿÿ îòäåëêà, âêëþ÷àÿ íîâûå îêîííûå è äâåðíûå áëîêè). Çäàíèå íàõîäèòñÿ â ÷àñòíîé ñîáñòâåííîñòè. Çåìëÿ - â áåññðî÷íîì ïîëüçîâàíèè. Öåíà çäàíèÿ - ÁÎËÅÅ ×ÅÌ ÄÎÑÒÓÏÍÀ. Åñëè âû çàèíòåðåñîâàíû â ïîëó÷åíèè îò íàñ áîëåå ïîäðîáíîé èíôîðìàöèè î äàííîì îáúåêòå, îòïðàâüòå ïóñòîå ïèñüìî ïî àäðåñó: zdanie@europe.com. Ïðè ýòîì â "Òåìå" ñîîáùåíèÿ ÎÁßÇÀÒÅËÜÍÎ óêàæèòå: "Ïðèøëèòå ïîäðîáíóþ èíôîðìàöèþ". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 6:50:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D37E37B403 for ; Thu, 2 Aug 2001 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72Do1G30054; Thu, 2 Aug 2001 06:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AC7437B403 for ; Thu, 2 Aug 2001 06:42:52 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72DgqA91603; Thu, 2 Aug 2001 06:42:52 -0700 (PDT) (envelope-from nobody) Message-Id: <200108021342.f72DgqA91603@freefall.freebsd.org> Date: Thu, 2 Aug 2001 06:42:52 -0700 (PDT) From: "Antonio M. D'souza" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29387: My newly compiled kernel will not boot. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29387 >Category: kern >Synopsis: My newly compiled kernel will not boot. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 06:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Antonio M. D'souza >Release: 4.3-stable >Organization: University of Waterloo >Environment: FreeBSD quikbox.ca 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed May 9 22:53:16 EDT 2001 alex@rn-respw2a14.uwaterloo.ca:/usr/obj/usr/src/sys/QUIK i386 >Description: I updated all my sources, built and installed the world, then compiled a new kernel using the same config file I had used to compile my previous kernel 3 months ago but this one makes the system hang when I try to boot it. I can provide my kernel config file or anything else that might help squash the bug if requested. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 7:10:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82E3337B403 for ; Thu, 2 Aug 2001 07:10:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72EAO734851; Thu, 2 Aug 2001 07:10:24 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFF6F37B401 for ; Thu, 2 Aug 2001 07:08:45 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72E8jB34636; Thu, 2 Aug 2001 07:08:45 -0700 (PDT) (envelope-from nobody) Message-Id: <200108021408.f72E8jB34636@freefall.freebsd.org> Date: Thu, 2 Aug 2001 07:08:45 -0700 (PDT) From: "Alexander S. Usov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29388: DNS resolver problem (gethostbyaddr) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29388 >Category: misc >Synopsis: DNS resolver problem (gethostbyaddr) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 07:10:24 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexander S. Usov >Release: 4-STABLE >Organization: >Environment: FreeBSD darkini.itv 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed Aug 1 13:48:00 EEST 2001 root@darkini.itv:/usr/src/sys/compile/DARKINI i386 >Description: When I perform dns lookup with gethostbyaddr(3), and destination machine has an underscore (_) in its name, I get an NO_RECOVERY error code. When I use dig(1) or nslookup(1) I get a correct answer. Note: As a DNS server/cache I use djbdns-1.05. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 7:15:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9453E37B401; Thu, 2 Aug 2001 07:15:03 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72E9wq34792; Thu, 2 Aug 2001 07:09:58 -0700 (PDT) (envelope-from dwmalone) Date: Thu, 2 Aug 2001 07:09:58 -0700 (PDT) From: Message-Id: <200108021409.f72E9wq34792@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/16320: fstat -f confuses some partitions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: fstat -f confuses some partitions Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Thu Aug 2 07:09:10 PDT 2001 Responsible-Changed-Why: I'm having a look at a related PR, so I'll take this one too. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16320 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 7:20:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF76A37B403 for ; Thu, 2 Aug 2001 07:20:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72EKPA35807; Thu, 2 Aug 2001 07:20:25 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB6F437B401 for ; Thu, 2 Aug 2001 07:16:25 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72EGPt35344; Thu, 2 Aug 2001 07:16:25 -0700 (PDT) (envelope-from nobody) Message-Id: <200108021416.f72EGPt35344@freefall.freebsd.org> Date: Thu, 2 Aug 2001 07:16:25 -0700 (PDT) From: "Alexander S. Usov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29389: Cron @weekly macro Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29389 >Category: misc >Synopsis: Cron @weekly macro >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 07:20:25 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexander S. Usov >Release: 4-STABLE >Organization: >Environment: FreeBSD darkini.itv 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed Aug 1 13:48:00 EEST 2001 root@darkini.itv:/usr/src/sys/compile/DARKINI i386 >Description: Using a @weekly macro to run some jobs every week, all I get is their daily execution. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 8:10:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84CFA37B403 for ; Thu, 2 Aug 2001 08:10:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72FARU45764; Thu, 2 Aug 2001 08:10:27 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 08:10:27 -0700 (PDT) Message-Id: <200108021510.f72FARU45764@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: misc/29388: DNS resolver problem (gethostbyaddr) Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/29388; it has been noted by GNATS. From: Dima Dorfman To: "Alexander S. Usov" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/29388: DNS resolver problem (gethostbyaddr) Date: Thu, 02 Aug 2001 08:09:09 -0700 "Alexander S. Usov" writes: > >Description: > When I perform dns lookup with gethostbyaddr(3), and destination machine > has an underscore (_) in its name, I get an NO_RECOVERY error code. > When I use dig(1) or nslookup(1) I get a correct answer. No, gethostbyaddr() give the correct response because an underscore isn't a valid character in a hostname. dig and nslookup are maintained by ISC; please talk to them about fixing their programs, or at least making the non-compliant behavior optional (e.g., with a command line flag). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 8:50:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB20F37B406 for ; Thu, 2 Aug 2001 08:50:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72FoTM51392; Thu, 2 Aug 2001 08:50:29 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 08:50:29 -0700 (PDT) Message-Id: <200108021550.f72FoTM51392@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: kern/29387: My newly compiled kernel will not boot. Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/29387; it has been noted by GNATS. From: David Malone To: "Antonio M. D'souza" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/29387: My newly compiled kernel will not boot. Date: Thu, 2 Aug 2001 16:44:16 +0100 On Thu, Aug 02, 2001 at 06:42:52AM -0700, Antonio M. D'souza wrote: > >Description: > I updated all my sources, built and installed the world, then compiled a new kernel using the same config file I had used to compile my previous kernel 3 months ago but this one makes the system hang when I try to boot it. In what way does the kernel not boot? Does it display any messages? Does it crash in some way or does it hang? David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 8:50:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0D3137B403 for ; Thu, 2 Aug 2001 08:50:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72FoSt51387; Thu, 2 Aug 2001 08:50:28 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 08:50:28 -0700 (PDT) Message-Id: <200108021550.f72FoSt51387@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: misc/29388: DNS resolver problem (gethostbyaddr) Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/29388; it has been noted by GNATS. From: David Malone To: "Alexander S. Usov" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/29388: DNS resolver problem (gethostbyaddr) Date: Thu, 2 Aug 2001 16:43:14 +0100 On Thu, Aug 02, 2001 at 07:08:45AM -0700, Alexander S. Usov wrote: > >Description: > When I perform dns lookup with gethostbyaddr(3), and destination machine > has an underscore (_) in its name, I get an NO_RECOVERY error code. > When I use dig(1) or nslookup(1) I get a correct answer. An _ in a hostname is not legal. Resolver libraries and name servers are beginning to be more strict and refuse to resolve such names. I suspect this is what you are seeing. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 9:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8231637B403 for ; Thu, 2 Aug 2001 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72GK1i57931; Thu, 2 Aug 2001 09:20:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 09:20:01 -0700 (PDT) Message-Id: <200108021620.f72GK1i57931@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jonathan Chen Subject: Re: misc/28468: There may be problems about login Reply-To: Jonathan Chen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/28468; it has been noted by GNATS. From: Jonathan Chen To: freebsd-gnats-submit@FreeBSD.org, eizo-edo@air.linkclub.or.jp Cc: Subject: Re: misc/28468: There may be problems about login Date: Thu, 2 Aug 2001 12:19:15 -0400 > Description > > There are error messages > deamon getty[1302]: login_tty /dev/console: Operation not supported by device > Jun 28 20:59:25 deamon init: getty repeating too quickly on port /dev/console, > sleeping 30 secs This is most likely due to your changing of /etc/ttys. The line for the console tty should read (this is the default): console "none" unknown off secure Most likely you have it set to: console "/usr/libexec/getty Pc" pccons on secure Simply changing "on" to "off" will get rid of the error messages. Your system should continue to function as before. -Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 9:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFEAA37B401 for ; Thu, 2 Aug 2001 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72GU1m59919; Thu, 2 Aug 2001 09:30:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 09:30:01 -0700 (PDT) Message-Id: <200108021630.f72GU1m59919@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jim Pirzyk Subject: Re: misc/29388: DNS resolver problem (gethostbyaddr) Reply-To: Jim Pirzyk Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/29388; it has been noted by GNATS. From: Jim Pirzyk To: "Alexander S. Usov" , freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: misc/29388: DNS resolver problem (gethostbyaddr) Date: Thu, 2 Aug 2001 09:22:39 -0700 DNS does not allow '_' (underscores) in host names. This is per one of the DNS RFC's (but of course I cannot find the number right now). - JimP On Thursday 02 August 2001 07:08 am, Alexander S. Usov wrote: > >Number: 29388 > >Category: misc > >Synopsis: DNS resolver problem (gethostbyaddr) > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Aug 02 07:10:24 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Alexander S. Usov > >Release: 4-STABLE > >Organization: > >Environment: > > FreeBSD darkini.itv 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed Aug 1 13:48:00 > EEST 2001 root@darkini.itv:/usr/src/sys/compile/DARKINI i386 > > >Description: > > When I perform dns lookup with gethostbyaddr(3), and destination machine > has an underscore (_) in its name, I get an NO_RECOVERY error code. > When I use dig(1) or nslookup(1) I get a correct answer. > > Note: > As a DNS server/cache I use djbdns-1.05. > > >How-To-Repeat: > > > >Fix: > > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message -- --- @(#) $Id: dot.signature,v 1.10 2001/05/17 23:38:49 Jim.Pirzyk Exp $ __o Jim.Pirzyk@disney.com ------------- pirzyk@freebsd.org _'\<,_ Senior Systems Engineer, Walt Disney Feature Animation (*)/ (*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 10:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C290237B40B for ; Thu, 2 Aug 2001 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72Ho2E73277; Thu, 2 Aug 2001 10:50:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 10:50:02 -0700 (PDT) Message-Id: <200108021750.f72Ho2E73277@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jonathan Chen Subject: Re: bin/28367: top -d 1 will not show proper information concerning cpu states, nor will -d1 Reply-To: Jonathan Chen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/28367; it has been noted by GNATS. From: Jonathan Chen To: freebsd-gnats-submit@FreeBSD.org, tspivey8@home.com Cc: Subject: Re: bin/28367: top -d 1 will not show proper information concerning cpu states, nor will -d1 Date: Thu, 2 Aug 2001 13:49:14 -0400 Unfortunately, due to the way top obtains the cpu statistics, fixing top -d1 properly is a nontrivial task. These cpu statistics are obtained by reading some numbers twice and taking the differences. Of course, if you wish top -d1 to return immediately, you cannot get the cpu statistics. You may wish to run top -d2 and ignore the first output. Alternatively, the following patch is a quick workaround to the problem if you must use -d1. This will not be integrated into FreeBSD, but you may wish to apply it to your local source tree to get a "fixed" top. Top is a "contributed" software in FreeBSD. This means that top is maintained by someone outside of the FreeBSD community. You may have better response by directing further inquiries about top to its author: William LeFebvre Of course, any FreeBSD specific problems should still be submitted to us. Thank you for your interest in FreeBSD. -Jon [Patch included below] diff -u -r1.6 top.c --- contrib/top/top.c 2000/11/03 22:00:10 1.6 +++ contrib/top/top.c 2001/08/02 17:34:11 @@ -529,6 +529,12 @@ * indicates infinity (by being -1) */ + if (displays == 1) { + get_system_info(&system_info); + usleep(100000); + dostates = Yes + } + while ((displays == -1) || (displays-- > 0)) { /* get the current stats */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 11:10:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93C1E37B401 for ; Thu, 2 Aug 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72IA1h79378; Thu, 2 Aug 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 11:10:01 -0700 (PDT) Message-Id: <200108021810.f72IA1h79378@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jonathan Chen Subject: Re: misc/28203: NEWCARD won't recognize my cardbus controllers or my Xircom Realport 10/100+56k card Reply-To: Jonathan Chen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/28203; it has been noted by GNATS. From: Jonathan Chen To: freebsd-gnats-submit@FreeBSD.org, viren@viren.org Cc: Subject: Re: misc/28203: NEWCARD won't recognize my cardbus controllers or my Xircom Realport 10/100+56k card Date: Thu, 2 Aug 2001 14:07:21 -0400 > The problem is twofold: > 1a. The cardbus (newcard) drivers will not allocate the resources that > the cardbus controllers (TI4451) are asking for (essentially the > the memory range asked for) There are some values hardcoded into the pccbb driver which is causing this. Please try the patch at: http://people.freebsd.org/~jon/newcard.diff.1 Please tell me whether this fixes your problem. > 1b. If I edit pci_pci.c and ignore the error check routines in the > pcib_alloc_resource() function, then the card is attached to > dc0 (the ethernet part) but the card still is unrecognized (or so > it seems from the messages received upon card insertion). Note > that dc0 will not be attached if the Xircom card is in the slot > on boot, but only if (re)inserted after bootup is complete. The problem is that since your pccbb bridge is located on some pci bus other than the root pci bus, only certain memory ranges is forwarded along to this bus. If the cardbus bridge tries to use thoes unavailable ranges, things will break. > 2. The modem part of the card does not work (but this seems to be > a known problem. This is one of those WinModem-like devices. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 11:55: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3630637B405; Thu, 2 Aug 2001 11:55:05 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72Isn184808; Thu, 2 Aug 2001 11:54:49 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 11:54:49 -0700 (PDT) From: Message-Id: <200108021854.f72Isn184808@freefall.freebsd.org> To: tspivey8@home.com, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/28367: top -d 1 will not show proper information concerning cpu states, nor will -d1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: top -d 1 will not show proper information concerning cpu states, nor will -d1 State-Changed-From-To: open->closed State-Changed-By: jon State-Changed-When: Thu Aug 2 11:53:04 PDT 2001 State-Changed-Why: Impossible to correct problem without major modification to top. Workaround provided and user refered to top maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28367 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 11:55: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A63C037B401; Thu, 2 Aug 2001 11:55:04 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72IqnE84625; Thu, 2 Aug 2001 11:52:49 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 11:52:49 -0700 (PDT) From: Message-Id: <200108021852.f72IqnE84625@freefall.freebsd.org> To: eizo-edo@air.linkclub.or.jp, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/28468: There may be problems about login Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: There may be problems about login State-Changed-From-To: open->feedback State-Changed-By: jon State-Changed-When: Thu Aug 2 11:50:35 PDT 2001 State-Changed-Why: User notified of likely error in configuration, pending feedback from user. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28468 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 12: 5:27 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32C7137B401; Thu, 2 Aug 2001 12:05:21 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72Iter84943; Thu, 2 Aug 2001 11:55:40 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 11:55:40 -0700 (PDT) From: Message-Id: <200108021855.f72Iter84943@freefall.freebsd.org> To: viren@viren.org, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/28203: NEWCARD won't recognize my cardbus controllers or my Xircom Realport 10/100+56k card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: NEWCARD won't recognize my cardbus controllers or my Xircom Realport 10/100+56k card State-Changed-From-To: open->feedback State-Changed-By: jon State-Changed-When: Thu Aug 2 11:55:03 PDT 2001 State-Changed-Why: possible fix given to user, pending feedback. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28203 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 12:35: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DD5A37B403; Thu, 2 Aug 2001 12:35:04 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72JRrT91472; Thu, 2 Aug 2001 12:27:53 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 12:27:53 -0700 (PDT) From: Message-Id: <200108021927.f72JRrT91472@freefall.freebsd.org> To: waterman@acm.org, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8913: negative time values for csh 'time' built-in Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: negative time values for csh 'time' built-in State-Changed-From-To: open->closed State-Changed-By: jon State-Changed-When: Thu Aug 2 12:27:23 PDT 2001 State-Changed-Why: csh is no longer used, and tcsh does not exhibit this problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=8913 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 13: 5:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B55E37B42B; Thu, 2 Aug 2001 13:05:04 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72K1EG94924; Thu, 2 Aug 2001 13:01:14 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 13:01:14 -0700 (PDT) From: Message-Id: <200108022001.f72K1EG94924@freefall.freebsd.org> To: cch@kmu.edu.tw, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/29315: Promise ATA100 UDMA5 works incorrectly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Promise ATA100 UDMA5 works incorrectly State-Changed-From-To: open->feedback State-Changed-By: jon State-Changed-When: Thu Aug 2 13:00:03 PDT 2001 State-Changed-Why: Pending results from originator's tests. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29315 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 13: 5:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1E8237B40E; Thu, 2 Aug 2001 13:05:04 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72Jx5V94694; Thu, 2 Aug 2001 12:59:05 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 12:59:05 -0700 (PDT) From: Message-Id: <200108021959.f72Jx5V94694@freefall.freebsd.org> To: richard@xebeo.com, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/29336: non-privileged user opening routing socket causes resource leak Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: non-privileged user opening routing socket causes resource leak State-Changed-From-To: open->closed State-Changed-By: jon State-Changed-When: Thu Aug 2 12:58:03 PDT 2001 State-Changed-Why: fix committed in -CURRENT. MFC after 4.4-RELEASE. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29336 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 13:25: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CB1F37B401; Thu, 2 Aug 2001 13:25:04 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72KFjC99262; Thu, 2 Aug 2001 13:15:45 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 13:15:45 -0700 (PDT) From: Message-Id: <200108022015.f72KFjC99262@freefall.freebsd.org> To: vungtau@hotmail.com, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/29066: Can not configure XFree86 Server for ATI Rage Fury Pro 32MB AGP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Can not configure XFree86 Server for ATI Rage Fury Pro 32MB AGP State-Changed-From-To: open->closed State-Changed-By: jon State-Changed-When: Thu Aug 2 13:14:41 PDT 2001 State-Changed-Why: not a bug. Please direct your questions to questions@freebsd.org or to the proper list at XFree86.org. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29066 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 13:30:26 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DD5B37B406 for ; Thu, 2 Aug 2001 13:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72KU3i01426; Thu, 2 Aug 2001 13:30:03 -0700 (PDT) (envelope-from gnats) Received: from mailout05.sul.t-online.de (mailout05.sul.t-online.com [194.25.134.82]) by hub.freebsd.org (Postfix) with ESMTP id 6416037B401 for ; Thu, 2 Aug 2001 13:23:01 -0700 (PDT) (envelope-from oliver@freeware.de) Received: from fwd03.sul.t-online.de by mailout05.sul.t-online.de with smtp id 15SOzj-0001d9-04; Thu, 02 Aug 2001 22:22:59 +0200 Received: from kim.sixpack.de (520030847883-0001@[217.80.167.243]) by fmrl03.sul.t-online.com with esmtp id 15SOzW-0q2uvYC; Thu, 2 Aug 2001 22:22:46 +0200 Received: from kiwi.sixpack.de (kiwi.sixpack.de [192.168.2.32]) by kim.sixpack.de (8.11.3/8.11.1) with ESMTP id f72KMHR56710 for ; Thu, 2 Aug 2001 22:22:17 +0200 (CEST) (envelope-from oliver@sixpack.de) Received: (from oliver@localhost) by kiwi.sixpack.de (8.11.3/8.9.3) id f72KMH501636; Thu, 2 Aug 2001 22:22:17 +0200 (CEST) (envelope-from oliver) Message-Id: <200108022022.f72KMH501636@kiwi.sixpack.de> Date: Thu, 2 Aug 2001 22:22:17 +0200 (CEST) From: oliver@freeware.de Reply-To: oliver@freeware.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29395: reaction on ctrl-alt-del Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29395 >Category: kern >Synopsis: reaction on ctrl-alt-del - poweroff, halt, reboot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 13:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Schneider >Release: FreeBSD 4.3-STABLE i386 >Organization: none >Environment: System: FreeBSD kiwi.sixpack.de 4.3-STABLE FreeBSD 4.3-STABLE #6: Sun Jul 22 17:57:36 CEST 2001 root@kiwi.sixpack.de:/mnt/omega/pub/FreeBSD/source/sys/compile/KIWI i386 >Description: I wrote a few lines with two new kernel options. My Desktop machine now turns power off after pressing ctrl-alt-del. Nice feature "from" Linux, where it is solved some dirty outside the kernel with /etc/inittab imo. Halt is maybe nice on headless machines. >How-To-Repeat: >Fix: no bug, no fix! I added/modfied few lines to implement the feature. I patched it from /usr/src/sys. Best regards Oliver #include #include @@ -71,6 +72,16 @@ #define PANIC_REBOOT_WAIT_TIME 15 /* default to 15 seconds */ #endif +#ifdef SHUTDOWN_POWEROFF +#define SHUTDOWN_EVENT SIGUSR2 /* Poweroff */ +#endif +#ifdef SHUTDOWN_HALT +#define SHUTDOWN_EVENT SIGUSR1 /* Halt */ +#endif +#ifndef SHUTDOWN_EVENT +#define SHUTDOWN_EVENT SIGINT /* if not defined, we reboot */ +#endif + /* * Note that stdarg.h and the ANSI style va_start macro is used for both * ANSI and traditional C compilers. @@ -160,7 +171,7 @@ /* Send a signal to init(8) and have it shutdown the world */ if (initproc != NULL) { - psignal(initproc, SIGINT); + psignal(initproc, SHUTDOWN_EVENT); } else { /* No init(8) running, so simply reboot */ boot(RB_NOSYNC); --- i386/conf/LINT.orig Sun Jul 1 18:50:22 2001 +++ i386/conf/LINT Sun Jul 1 18:51:50 2001 @@ -2440,6 +2440,8 @@ options SC_DEBUG_LEVEL options SC_RENDER_DEBUG options SHOW_BUSYBUFS # List buffers that prevent root unmount +options SHUTDOWN_POWEROFF # Poweroff after ctrl-alt-del +options SHUTDOWN_HALT # Halt after ctrl-alt-del options SIMPLELOCK_DEBUG options SI_DEBUG options SLIP_IFF_OPTS --- conf/options.orig Sun Jul 1 18:45:32 2001 +++ conf/options Sun Jul 1 18:59:31 2001 @@ -87,6 +87,8 @@ SHMMIN opt_sysvipc.h SHMMNI opt_sysvipc.h SHMSEG opt_sysvipc.h +SHUTDOWN_POWEROFF opt_kern_shutdown.h +SHUTDOWN_HALT opt_kern_shutdown.h SEMMAP opt_sysvipc.h SEMMNI opt_sysvipc.h SEMMNS opt_sysvipc.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 13:35: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 747A937B401; Thu, 2 Aug 2001 13:35:04 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72KVUh01542; Thu, 2 Aug 2001 13:31:30 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 13:31:30 -0700 (PDT) From: Message-Id: <200108022031.f72KVUh01542@freefall.freebsd.org> To: larson@w6yx.stanford.edu, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/28506: problems with wi0 driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: problems with wi0 driver State-Changed-From-To: open->closed State-Changed-By: jon State-Changed-When: Thu Aug 2 13:28:31 PDT 2001 State-Changed-Why: Originator reports problem goes away after correcting configuration. Note to originator: Instead of running the IRQ detection in sysinstall, you can also specify the IRQs usable in /etc/pccard.conf. An improved pccard support is currently in the works in FreeBSD-CURRENT. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28506 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 14:15: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90A0037B401; Thu, 2 Aug 2001 14:15:04 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72L6k507620; Thu, 2 Aug 2001 14:06:46 -0700 (PDT) (envelope-from greid) Date: Thu, 2 Aug 2001 14:06:46 -0700 (PDT) From: Message-Id: <200108022106.f72L6k507620@freefall.freebsd.org> To: greid@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: kern/27460: Bad entries for EPSON 1240U scanner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Bad entries for EPSON 1240U scanner Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: greid Responsible-Changed-When: Thu Aug 2 14:04:32 PDT 2001 Responsible-Changed-Why: USB is Nick's baby http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27460 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 15:35: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B406337B401; Thu, 2 Aug 2001 15:35:07 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72MWh141294; Thu, 2 Aug 2001 15:32:43 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 15:32:43 -0700 (PDT) From: Message-Id: <200108022232.f72MWh141294@freefall.freebsd.org> To: jez@netcraft.com, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/21725: mtree follows symlinks! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mtree follows symlinks! State-Changed-From-To: open->closed State-Changed-By: jon State-Changed-When: Thu Aug 2 15:30:38 PDT 2001 State-Changed-Why: feature committed in mtree.c 1.16.2.7, 1.18 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21725 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 16:15: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0659B37B401; Thu, 2 Aug 2001 16:15:05 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72N9WG57549; Thu, 2 Aug 2001 16:09:32 -0700 (PDT) (envelope-from billf) Date: Thu, 2 Aug 2001 16:09:32 -0700 (PDT) From: Message-Id: <200108022309.f72N9WG57549@freefall.freebsd.org> To: usov@ukr.net, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/29388: DNS resolver problem (gethostbyaddr) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: DNS resolver problem (gethostbyaddr) State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Aug 2 16:08:59 PDT 2001 State-Changed-Why: '_' isn't a valid character in hostnames http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29388 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 16:25: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C846037B403; Thu, 2 Aug 2001 16:25:04 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72NKF758417; Thu, 2 Aug 2001 16:20:15 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 16:20:15 -0700 (PDT) From: Message-Id: <200108022320.f72NKF758417@freefall.freebsd.org> To: yenbut@cs.washington.edu, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/28430: mtree does not correctly compare files when one of which have flags set Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mtree does not correctly compare files when one of which have flags set State-Changed-From-To: open->closed State-Changed-By: jon State-Changed-When: Thu Aug 2 16:16:06 PDT 2001 State-Changed-Why: The problem and the "other bug" has since been corrected. 4.3-RELEASE contains the fixed version. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28430 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 16:35: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D7F137B401; Thu, 2 Aug 2001 16:35:07 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72NUM859250; Thu, 2 Aug 2001 16:30:22 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 16:30:22 -0700 (PDT) From: Message-Id: <200108022330.f72NUM859250@freefall.freebsd.org> To: lumpy@the.whole.net, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/22071: mtree hangs on fifos Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mtree hangs on fifos State-Changed-From-To: open->closed State-Changed-By: jon State-Changed-When: Thu Aug 2 16:29:29 PDT 2001 State-Changed-Why: problem has since been fixed (in 4.3-RELEASE) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22071 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 16:40:32 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ualjuarez.elrancho.com.mx (unknown [200.23.18.58]) by hub.freebsd.org (Postfix) with ESMTP id 2028B37B406 for ; Thu, 2 Aug 2001 16:39:52 -0700 (PDT) (envelope-from promo@elrancho.com.mx) Received: from 200 [148.243.115.100] by ualjuarez.elrancho.com.mx (SMTPD32-6.05) id A07CDA0216; Thu, 02 Aug 2001 18:40:12 +0100 From: Fre nights for you. To: Subject: You have WON your FREE nights!!! Mime-Version: 1.0 Content-Type: text/html; charset="windows-1251" Content-Transfer-Encoding: quoted-printable Reply-To: promo@elrancho.com.mx X-Mailer: MailList Express 3.70, Internet-Soft.Com Message-Id: <200108021825.23w9r9A@www.elrancho.com.mx> Date: Thu, 2 Aug 2001 18:40:16 +0100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org =0D=0A=0D=0A=0D=0A=0D=0A=20=20= =0D=0A=20=20=20=20=0D=0A=20=20=20=20=20=20

=0D=0A=20=20=20=20=20=20=  

=0D=0A=20=20=20=20=20=20English =0D=0A=20=20= =20=20=20=20Espa=F1ol=0D=0A=20= =20=0D=0A=0D=0A

=0D=0A=0D=0A=20=20
=0D=0A=20=20=0D=0A=20=20= =20=20=0D=0A=20=20=20=20=20=20
=0D=0A=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20<= span=20style=3D"background-color:=20#FFFFFF">=0D=0A=20=20=20=20=20=20=20=20Escape=0D=0A=20= =20=20=20=20=20=20=20to=20Paradise...!=0D=0A=20=20=20=20=20=20= =20=20

=0D=0A=20=20=20=20=20=20=20=20=0D= =0A=20=20=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20= =20=20=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20 =0D=0A=20=20=20=20=20=20= =20=20=20=20=20=20El=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20=20= =20Rancho=20Villas=0D=0A=20=20=20=20=20=20=20=20=20=20<= /center>=0D=0A=20=20=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20 

=0D=0A=20=20=20=20=20=20=20=20=20=20=0D=0A=20=20=20= =20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20
=0D=0A=20=20=20= =20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20 =0D=0A=20=20=20=20=20= =20=20=20=20=20 =0D=0A=20=20=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20<= font=20color=3D"#FFFFFF"=20face=3D"Arial"=20size=3D"2">Mazatlan,=0D=0A=20= =20=20=20=20=20=20=20=20=20=20=20Mexico

=0D=0A=20=20=20=20= =20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20 =0D=0A=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20=  =0D=0A=20=20=20=20=20= =20
=0D=0A=20=20
=0D=0A=20=20=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20= =20=20=20 

=0D=0A=20=20=20=20=20=20=20=20=20= =20=0D=0A=20=20=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20Dear=0D=0A=20=20= =20=20=20=20=20=20=20=20=20=20Friend:

=0D=0A=20=20=20=20=20= =20=20=20=20=20=20=20You've=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20been=20= selected=20to=20take=201=20night=20free=20for=20each=20one=20you=20pay=20= in=20our=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20resort=20at=20Mazatla= n,=20Mexico.

=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20That's=0D=0A= =20=20=20=20=20=20=20=20=20=20=20=20right=20!!

=0D=0A=20=20=20= =20=20=20=20=20=20=20=20=20Pay=0D=0A=20=20= =20=20=20=20=20=20=20=20=20=201=20night=20and=20get=20another=20one=20F= REE!!

=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20This=0D=0A=20= =20=20=20=20=20=20=20=20=20=20=20opportunity=20goes=20to=20only=20selec= ted=20people,=20so=20take=20advantage=20of=20this=0D=0A=20=20=20=20=20=20= =20=20=20=20=20=20unique=20offer=20you'll=20never=20see=20again=20a=20l= odging=20offer=20like=20this=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20o= ne. =20Your=20next=20vacation=20half=20the=20price!!

=0D= =0A=20=20=20=20=20=20=20=20=20=20=20=20 

=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20Why=0D=0A=20=20=20= =20=20=20=20=20=20=20=20=20don't=20you=20take=20a=20rest=20in=20the=20w= onderful=20beach=20of=20Mazatlan,=0D=0A=20=20=20=20=20=20=20=20=20=20=20= =20Mexico. =20This=20is=20your=20opportunity. =20Make=20it=20= possible=20for=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20you.

= =0D=0A=20=20=20=20=20=20=20=20=20=20=20=20 

=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20If=0D=0A=20=20= =20=20=20=20=20=20=20=20=20=20you=20use=20this=20wonderful=20opportunit= y,=20I'll=20also=20give=20you=20a=2020%=0D=0A=20=20=20=20=20=20=20=20= =20=20=20=20discount=20over=20drinks=20and=20food=20in=20our=20rest= aurant. =20The=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20delicious=20= flavors=20you're=20will=20taste=20there=20are=20going=20to=20be=0D=0A=20= =20=20=20=20=20=20=20=20=20=20=20unforgettable,=20believe=20me!<= /p>=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20 

=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20I=0D=0A=20= =20=20=20=20=20=20=20=20=20=20=20send=20you=20our=20addresses=20for=20m= ore=20information,=20just=20in=20case=20you=20are=0D=0A=20=20=20=20=20=20= =20=20=20=20=20=20interested=20in=20the=20offer=20I'm=20sending=20you.<= /font>

=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20 

=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20= If=0D= =0A=20=20=20=20=20=20=20=20=20=20=20=20you=20want=20to=20use=20this=20b= enefit,=20please=20refer=20the=20code=20below=20to=20make=0D=0A=20=20=20= =20=20=20=20=20=20=20=20=20this=20offer=20valid:

=0D=0A=20=20= =20=20=20=20=20=20=20=20=20=20fRpromo0802

=0D=0A=20=20=20=20=20=20=20=20= =20=20=20=20Promotion=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20Validity: =20= from=20Aug=2015=20to=20Dec.=2015,=202001;=20excluding=20Thanksgiving=0D= =0A=20=20=20=20=20=20=20=20=20=20=20=20week.

=0D=0A=20=20=
=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20Web=20Sites:
=0D=0A= =20=20=20=20=20=20=20=20=20=20=20=20www.elrancho.com.mx

=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20<= a=20href=3D"http://www.elranchovillas.com">www.elranchovillas.com

=0D=0A=20=20=20=20=20=20= =20=20=20=20=20=20e-mail:<= font=20color=3D"#0000FF">
=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20= info@elrancho.com.mx=0D=0A=20=20=20=20=20=20=20=20= =20=20=0D=0A=20= =20=20=20=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20= =20=20=0D=0A=20=20=20=20=20=20= =20=20=20=20=20=20=0D=0A=20=20= =20=20=20=20=20=20=20=20=20=20=0D=0A=20=20
=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20Reservations:=
=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20Tel:=20(1)716-0606
=0D= =0A=20=20=20=20=20=20=20=20=20=20=20=20Fax: =20(1)716-9777
=0D=0A= =20=20=20=20=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20= =20=20=20=20US=20&=20Canada:
=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20= 1-888-596-5760
=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20=0D=0A= =20=20=20=20=20=20=20=20=20=20=20=20Mexico:
=0D=0A=20=20=20=20=20=20=20=20=20= =20=20=2001-800-717-1991=0D=0A=20=20=20=20=20=20=20=20= =0D=0A=20=20=20=20=20=20=20=20=0D=0A=20=20
=0D=0A=20=20=20= =20=20=20To=20be=20removed=20= from=20our=20mailing=20list,=0D=0A=20=20=20=20=20=20please=20send=20us=20= a=20blank=20email=20to=20pro= mo@elrancho.com.mx=0D=0A=20=20=20=20=20=20with=20the=20word=20REMOV= E=20in=20the=20subject=20line.

=0D=0A=20=20=20=20=20=20=0D= =0A=20=20=20=20=0D=0A=20=20=0D=0A=20=20
=0D=0A=0D=0A 

=0D=0A&= nbsp;

=0D=0A 

=0D=0A 

=0D=0A 

=0D=0A 

=0D=0A 

=0D=0A 

=0D=0A 

=0D=0A=

=0D=0A=0D=0A= =20=20=0D=0A=20=20=20=20
=0D=0A=20=20=20=20=0D=0A=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20Escapa=0D=0A=20=20=20=20=20=20al=20pa= ra=EDso...!=0D=0A=20=20=20=20=20=20

= =0D=0A=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=0D=0A= =20=20=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20 =0D=0A= =20=20=20=20=20=20=20=20=20=20Villas=0D=0A=20=20=20=20=20=20=20= =20=20=20=20=20El=20Rancho=0D=0A=20=20=20=20=20=20=20=20=
=0D=0A=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20&nbs= p;

=0D=0A=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=0D= =0A=20=20=20=20=20=20
=0D=0A=20=20=20=20=20=20=0D=0A=20=20=20= =20=20=20=20=20 =0D=0A=20=20=20=20=20=20=20=20 =0D=0A=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20Maz= atl=E1n,=0D=0A=20=20=20=20=20=20=20=20=20=20M=E9xico

=0D=0A= =20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20 =0D=0A=20=20=20=20=20=20=0D= =0A=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20 =0D=0A=20=20=20=20=20=20=20=20 =0D=0A=20=20=20=20=20=20=20= =20=0D=0A=20=20=20=20=20=20=20= =20=20=20=20=20Hola=0D=0A=20=20=20=20=20=20=20=20=20=20=20=20amigo:=

=0D=0A=20=20=20=20=20=20=20=20=20=20Haz=0D=0A=20=20=20=20=20=20=20= =20=20=20sido=20seleccionado=20para=20llevarte=20una=20noche=20gratis=20= por=20cada=20una=20que=0D=0A=20=20=20=20=20=20=20=20=20=20pagues=20a=20= nuestro=20hotel=20en=20Mazatl=E1n,=20M=E9xico.

=0D=0A=20=20=20= =20=20=20=20=20=20=20Es=0D=0A=20=20=20=20=20=20=20=20=20=20en=20serio=20!!=

=0D=0A=20=20=20=20=20=20=20=20=20=20Paga=0D=0A=20=20=20=20=20=20=20=20=20=201=20noche=20y=20te=20llev= as=20otra=20totalmente=20GRATIS!!

=0D=0A=20=20=20=20=20=20= =20=20=20=20Esta=0D=0A=20=20=20=20=20=20=20=20=20=20oportunidad=20se=20da=20= s=F3lo=20a=20personas=20muy=20selectas,=20asi=20que=20aproveche=0D=0A=20= =20=20=20=20=20=20=20=20=20esta=20=FAnica=20oferta.  =20Jam=E1= s=20vera=20una=20oferta=20igual=20en=20lo=20que=0D=0A=20=20=20=20=20=20= =20=20=20=20a=20alojamiento=20se=20refiere. =20Sus=20pr=F3ximas=20= vacaciones=20por=20la=20mitad=0D=0A=20=20=20=20=20=20=20=20=20=20de=20p= recio!!

=0D=0A=20=20=20=20=20=20=20=20=20=20Por=0D=0A=20=20=20=20=20= =20=20=20=20=20qu=E9=20no=20tomar=20un=20descansito=20en=20las=20maravi= llosas=20playas=20de=20Mazatl=E1n,=0D=0A=20=20=20=20=20=20=20=20=20=20M= =E9xico. =20Esta=20es=20su=20oportunidad. =20H=E1gala=20posib= le=20por=20usted.

=0D=0A=20=20=20=20=20=20=20=20=20=20 

=0D=0A=20=20=20=20=20=20=20=20= =20=20Es=0D=0A=20=20=20=20=20=20=20=20=20=20m=E1s,=20si=20usted=20hace=20u= so=20de=20esta=20incre=EDble=20oportunidad,=20adem=E1s=20le=0D=0A=20=20= =20=20=20=20=20=20=20=20regalo=20un=2020%=20de=20descuento=20en=20al= imentos=20y=20bebidas=20en=20nuestro=0D=0A=20=20=20=20=20=20=20=20=20= =20restaurante. =20Los=20sabores=20delicios=20que=20probara=20ah=ED= ,=20ser=E1n=0D=0A=20=20=20=20=20=20=20=20=20=20inolvidables,=20cr=E9ame= !

=0D=0A=20=20=20=20=20=20=20=20=20=20 

=0D=0A=20=20=20=20=20=20=20=20=20=20Para=0D=0A=20=20= =20=20=20=20=20=20=20=20m=E1s=20informaci=F3n,=20le=20mando=20nuestras=20= direcciones=20electr=F3nicas,=20s=F3lo=0D=0A=20=20=20=20=20=20=20=20=20= =20en=20el=20caso=20de=20que=20se=20interese=20por=20la=20oferta=20que=20= le=20he=20hecho.

=0D=0A=20=20=20=20=20=20=20=20=20=20 

=0D=0A=20=20=20=20=20=20=20=20= =20=20Si=0D=0A=20=20=20=20=20=20=20=20=20=20quiere=20usar=20el=20beneficio= ,=20por=20favor=20indique=20el=20codigo=20que=20sigue=20para=0D=0A=20=20= =20=20=20=20=20=20=20=20hacer=20v=E1lida=20esta=20oferta:

=0D= =0A=20=20=20=20=20=20=20=20=20=20<= font=20=0D=0Asize=3D"2">fRpromo0802

=0D=0A=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20Vigencia=20de=20la=20promoci=F3n:=20de=20Agosto=0D=0A=20=20=20=20=20= =20=20=2015=20a=20Diciembre=2015=20del=202001;=20se=20excluye=20la=20se= mana=20de=20Thanksgiving=20(Festividad=0D=0A=20=20=20=20=20=20=20=20en=20= EE.UU.)

=0D=0A=20=20=20=20=20=20
=0D=0A=20=20=20=20= =20=20=20=20=20=20Web=20Sites:
=0D=0A=20=20=20=20=20=20=20=20=20=20ww= w.elrancho.com.mx

=0D=0A=20=20=20=20=20=20=20=20=20= =20www.elranchovillas.com<= /p>=0D=0A=20=20=20=20=20=20=20=20=20=20e-mail:
=0D=0A=20=20=20=20=20= =20=20=20=20=20info@elrancho.com.mx=0D=0A=20=20=20= =20=20=20=20=20= =0D=0A=20=20=20=20=20=20=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20= =0D=0A=20=20=20=20=20=20=20=20=20= =20=0D=0A=20=20=20=20=20=20=20=20= =20=20=0D=0A=20=20=20=20=0D=0A=20=20=20=20=20=20=20=20=20=20Reservaciones:
=0D=0A=20=20=20=20=20= =20=20=20=20=20Tel:=20(1)716-0606
=0D=0A=20=20=20=20=20=20=20=20=20=20= Fax: =20(1)716-9777
=0D=0A=20=20=20=20=20=20=20=20=20=20= =0D=0A=20=20=20=20=20=20=20=20=20=20M=E9xico:
=0D=0A=20=20=20=20=20=20=20=20= =20=2001-800-717-1991
=0D=0A=20=20=20=20=20=20=20=20=20=20=0D= =0A=20=20=20=20=20=20=20=20=20=20US=20&=20Canada:
=0D=0A=20=20=20=20=20=20=20= =20=20=20
1-888-596-5760=0D=0A=20=20=20=20=20=20=0D= =0A=20=20=20=20=20=20=0D=0A=20=20=20=20<= font=20size=3D"1">Para=20ser=20removido=20de=20nuestra=20lista=20de=0D=0A= =20=20=20=20correo,=20por=20favor=20env=EDenos=20un=20email=20en=20blan= co=20a=20la=20siguiente=20direcci=F3n=0D=0A=20=20=20=20electr=F3nica=20= :=20promo@elrancho.com.mx,=0D=0A=20=20=20=20con=20la=20palabra=20REMOVE=20en=20la=20linea=20de=20= Asunto=20(subject).

=0D=0A=20=20=20=20=0D=0A=20=20=0D= =0A=0D=0A=0D=0A=0D=0A=0D=0AThe=20message=20sent=20= by=20MailList=20Express=203.70=20=20=20Registered=20Version=20(Download= =20from=20http://Internet-Soft.com)=0D=0A To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 16:45:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CAE437B405; Thu, 2 Aug 2001 16:45:12 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f72Nj4a60731; Thu, 2 Aug 2001 16:45:04 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 16:45:04 -0700 (PDT) From: Message-Id: <200108022345.f72Nj4a60731@freefall.freebsd.org> To: VAleks@au.ru, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/27434: TCP/IP Stack leak on proxy-like programms Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TCP/IP Stack leak on proxy-like programms State-Changed-From-To: open->closed State-Changed-By: jon State-Changed-When: Thu Aug 2 16:42:55 PDT 2001 State-Changed-Why: This sounds like a problem with the local setup on the user's computer. Alekseev, if you are still experienceing these problems, please reply with more information and I will reopen this PR. Otherwise, we will assume you fixed the problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27434 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 17:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7CDD37B401 for ; Thu, 2 Aug 2001 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f730U1G66876; Thu, 2 Aug 2001 17:30:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 Aug 2001 17:30:01 -0700 (PDT) Message-Id: <200108030030.f730U1G66876@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jonathan Chen Subject: Re: bin/24857: File descriptor leak and frequent crashes of rpc.rstatd [PATCH] Reply-To: Jonathan Chen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/24857; it has been noted by GNATS. From: Jonathan Chen To: freebsd-gnats-submit@FreeBSD.org, mb@bagheera.thgwf.de Cc: Subject: Re: bin/24857: File descriptor leak and frequent crashes of rpc.rstatd [PATCH] Date: Thu, 2 Aug 2001 20:20:40 -0400 > However, when run standalone, it crashed frequently, and I also > discovered a file descriptor leak. > > I have observed that: > > 1) rpc.rstatd opens /dev/mem and /dev/kmem multiple times > until running out of file descriptors. > 2) rpc.rstatd often crashes within 24 hours The following patch is what I've applied to -CURRENT. It simplifies what you have to fix (1) and more correctly fixes (2) (your code still allows a small window where the problem can still occur). Please test it out. To crash rpc.rstatd, I used something similar to the following: rup localhost & ; rup localhost & ;rup localhost & ;rup localhost & ;[repeat] Index: rstat_proc.c =================================================================== RCS file: /export/ncvs/src/libexec/rpc.rstatd/rstat_proc.c,v retrieving revision 1.14 diff -u -r1.14 rstat_proc.c --- rstat_proc.c 1999/08/28 00:09:54 1.14 +++ rstat_proc.c 2001/08/03 00:12:15 @@ -115,6 +115,7 @@ { stat_is_init = 1; setup(); + alarm(0); updatestat(); (void) signal(SIGALRM, updatestat); alarm(1); @@ -203,6 +204,7 @@ #ifdef DEBUG fprintf(stderr, "about to closedown\n"); #endif + kvm_close(kd); if (from_inetd) exit(0); else { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 17:35: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C06CE37B403; Thu, 2 Aug 2001 17:35:04 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f730Xq567290; Thu, 2 Aug 2001 17:33:52 -0700 (PDT) (envelope-from mikeh) Date: Thu, 2 Aug 2001 17:33:52 -0700 (PDT) From: Message-Id: <200108030033.f730Xq567290@freefall.freebsd.org> To: usov@ukr.net, mikeh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/29389: Cron @weekly macro Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cron @weekly macro State-Changed-From-To: open->closed State-Changed-By: mikeh State-Changed-When: Thu Aug 2 17:32:27 PDT 2001 State-Changed-Why: This is a near duplicate of bin/21152, which has been cross-referenced to this one. I'll look into both problems soon. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29389 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 17:35: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55CEF37B405; Thu, 2 Aug 2001 17:35:05 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: (from jon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f730PHR66466; Thu, 2 Aug 2001 17:25:17 -0700 (PDT) (envelope-from jon) Date: Thu, 2 Aug 2001 17:25:17 -0700 (PDT) From: Message-Id: <200108030025.f730PHR66466@freefall.freebsd.org> To: mb@bagheera.thgwf.de, jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/24857: File descriptor leak and frequent crashes of rpc.rstatd [PATCH] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: File descriptor leak and frequent crashes of rpc.rstatd [PATCH] State-Changed-From-To: open->closed State-Changed-By: jon State-Changed-When: Thu Aug 2 17:24:12 PDT 2001 State-Changed-Why: Fixed in libexec/rpc.rstatd 1.15, MFC after 4.4 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24857 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 17:35:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76BAD37B406; Thu, 2 Aug 2001 17:35:05 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f730WKv67113; Thu, 2 Aug 2001 17:32:20 -0700 (PDT) (envelope-from mikeh) Date: Thu, 2 Aug 2001 17:32:20 -0700 (PDT) From: Message-Id: <200108030032.f730WKv67113@freefall.freebsd.org> To: mikeh@FreeBSD.org, freebsd-bugs@FreeBSD.org, mikeh@FreeBSD.org Subject: Re: bin/21152: @monthly entry in crontab is run every day Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: @monthly entry in crontab is run every day Responsible-Changed-From-To: freebsd-bugs->mikeh Responsible-Changed-By: mikeh Responsible-Changed-When: Thu Aug 2 17:31:00 PDT 2001 Responsible-Changed-Why: I'll look into this. FWIW, it also appears there is a problem with @weekly (misc/29389). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21152 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 2 22:56:17 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from takhus.dyn.mind.net (208-046-220-101.pc.ashlandfiber.net [208.46.220.101]) by hub.freebsd.org (Postfix) with ESMTP id BBF7237B405; Thu, 2 Aug 2001 22:56:14 -0700 (PDT) (envelope-from takhus@takhus.mind.net) Received: from localhost (fleisher@localhost) by takhus.dyn.mind.net (8.11.4/8.11.4) with ESMTP id f735u9K17728; Thu, 2 Aug 2001 22:56:14 -0700 (PDT) (envelope-from takhus@takhus.mind.net) X-Authentication-Warning: takhus.dyn.mind.net: fleisher owned process doing -bs Date: Thu, 2 Aug 2001 22:56:09 -0700 (PDT) From: Tony Fleisher X-X-Sender: To: Cc: Subject: Re: bin/16155: cp -p does not preserve modification time with msdos-fs In-Reply-To: <200108020228.f722SBc17521@freefall.freebsd.org> Message-ID: <20010802225252.U14618-100000@takhus.dyn.mind.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am unable to reproduce this problem on a 5.0-Current (July 13) system. takhus# ls -l total 76 -rwxrwxr-x 1 fleisher fleisher 36513 Jul 13 20:16 NETLOG.TXT takhus# cp -p NETLOG.TXT /mnt/win98/temp/ cp: chown: /mnt/win98/temp/NETLOG.TXT: Invalid argument takhus# ls -l /mnt/win98/temp total 48 -rwxrwxr-x 1 root wheel 36513 Jul 13 20:16 NETLOG.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 3 2:40: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E17AA37B405 for ; Fri, 3 Aug 2001 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f739e1h58714; Fri, 3 Aug 2001 02:40:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 3 Aug 2001 02:40:01 -0700 (PDT) Message-Id: <200108030940.f739e1h58714@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: kern/29395: reaction on ctrl-alt-del Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/29395; it has been noted by GNATS. From: David Malone To: oliver@freeware.de Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/29395: reaction on ctrl-alt-del Date: Fri, 3 Aug 2001 10:32:06 +0100 On Thu, Aug 02, 2001 at 10:22:17PM +0200, oliver@freeware.de wrote: > >Description: > I wrote a few lines with two new kernel options. My Desktop machine > now turns power off after pressing ctrl-alt-del. Nice feature "from" > Linux, where it is solved some dirty outside the kernel with > /etc/inittab imo. Halt is maybe nice on headless machines. You should already be able to do this using the "kbdcontrol" command to change the mapping of ctl-alt-del. You should be able to do this by changeing "boot" to "pdwn" in the keymap file kbdcontrol -d | sed -e s/boot/pdwn/g > mykeymap kbdcontrol -l mykeymap You could then get this new map loaded at boot time by putting it in /usr/share/syscons/keymaps and putting: keymap="mykeymap" in /etc/rc.conf. You can get more details about keymaps with "man kbdcontrol" and "man 5 kdbmap". David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 3 2:47:20 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id C443837B403 for ; Fri, 3 Aug 2001 02:47:17 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 3 Aug 2001 10:47:15 +0100 (BST) To: quik@quikbox.ca Cc: freebsd-bugs@freebsd.org Subject: Re: kern/29387: My newly compiled kernel will not boot. In-reply-to: Your message of "Thu, 02 Aug 2001 13:37:57 EDT." <20010802133757.A6386@quikbox.uwaterloo.ca> X-Request-Do: Date: Fri, 03 Aug 2001 10:47:14 +0100 From: David Malone Message-ID: <200108031047.aa86068@salmon.maths.tcd.ie> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > it loads into memory, displaying 3 numbers that look like memory addreses. > Then, that spinning line thingy appears but it doesn't spin and nothing > happens after that. OK - I think someone else on the -stable mailing list had seen a similar problem. I'll try updating my -stable system today and see what happens. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 3 6: 0:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39CE737B406 for ; Fri, 3 Aug 2001 06:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f73D07C95620; Fri, 3 Aug 2001 06:00:07 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F8FE37B401 for ; Fri, 3 Aug 2001 05:50:50 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f73Coo194523; Fri, 3 Aug 2001 05:50:50 -0700 (PDT) (envelope-from nobody) Message-Id: <200108031250.f73Coo194523@freefall.freebsd.org> Date: Fri, 3 Aug 2001 05:50:50 -0700 (PDT) From: Henrik Holmstam To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29413: Lost local network contact with 4.3-R machine. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29413 >Category: misc >Synopsis: Lost local network contact with 4.3-R machine. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 03 06:00:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Henrik Holmstam >Release: 4.3-RELEASE >Organization: >Environment: FreeBSD darkwing.turbo.net 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu Jul 19 21:57:49 CEST 2001 root@darkwing.turbo.net:/usr/src/sys/compile/DARKWING i386 >Description: I have a machine running 4.3-RELEASE with several interfaces. Yesterday I lost contact to it from another machine at my local network. I was logged in as usual on it with ssh and it just stopped responding on its IP-adress. I tested from other machines at my network, no respone. I connected a monitor to the machine and the console looked fine. (I had no keyboard to connect). The machine is using the 'rl' (RealTek 8139) network driver. This problem has happened before. I am using NAT on the machine. >How-To-Repeat: Just let it be on and the problem will come, after about say 2 weeks. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 3 8:55:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 259F337B408; Fri, 3 Aug 2001 08:55:10 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f73FqxR29539; Fri, 3 Aug 2001 08:52:59 -0700 (PDT) (envelope-from wollman) Date: Fri, 3 Aug 2001 08:52:59 -0700 (PDT) From: Message-Id: <200108031552.f73FqxR29539@freefall.freebsd.org> To: rec@RCousins.com, wollman@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/28260: UIO_MAXIOV needs to be made public Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UIO_MAXIOV needs to be made public State-Changed-From-To: open->suspended State-Changed-By: wollman State-Changed-When: Fri Aug 3 08:51:31 PDT 2001 State-Changed-Why: The soon-to-be-POSIX parameter {IOV_MAX} was introduced in -current. Should be merged after 4.4 is unfrozen. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 3 9:10:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8028337B401 for ; Fri, 3 Aug 2001 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f73GA1N34217; Fri, 3 Aug 2001 09:10:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 3 Aug 2001 09:10:01 -0700 (PDT) Message-Id: <200108031610.f73GA1N34217@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: setantae Subject: Re: bin/16155: cp -p does not preserve modification time with msdos-fs Reply-To: setantae Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/16155; it has been noted by GNATS. From: setantae To: freebsd-gnats-submit@FreeBSD.org, jfh@jfh00.fernuni-hagen.de Cc: Subject: Re: bin/16155: cp -p does not preserve modification time with msdos-fs Date: Fri, 3 Aug 2001 17:10:14 +0100 This problem does exist, yes. root@rhadamanth /# mount /dev/ad0s2a on / (ufs, local) /dev/ad0s2e on /home (ufs, local, soft-updates) /dev/ad0s2g on /tmp (ufs, local, soft-updates) /dev/ad0s2h on /usr (ufs, local, soft-updates) /dev/ad0s2f on /var (ufs, local, soft-updates) /dev/ad0s5 on /data (msdos, local) procfs on /proc (procfs, local) root@rhadamanth /# ls -al /COPYRIGHT -r--r--r-- 1 root wheel 4735 Sep 26 2000 /COPYRIGHT root@rhadamanth /# cp -p /COPYRIGHT /data root@rhadamanth /# ls -al /data/COPYRIGHT -r-xr-xr-x 1 root wheel 4735 Aug 3 17:04 /data/COPYRIGHT root@rhadamanth /# Ceri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 3 9:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46F1337B408 for ; Fri, 3 Aug 2001 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f73Go1f38528; Fri, 3 Aug 2001 09:50:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 3 Aug 2001 09:50:01 -0700 (PDT) Message-Id: <200108031650.f73Go1f38528@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: setantae Subject: Re: bin/16155: cp -p does not preserve modification time with msdos-fs Reply-To: setantae Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/16155; it has been noted by GNATS. From: setantae To: setantae Cc: freebsd-gnats-submit@FreeBSD.org, jfh@jfh00.fernuni-hagen.de Subject: Re: bin/16155: cp -p does not preserve modification time with msdos-fs Date: Fri, 3 Aug 2001 17:48:08 +0100 I should have added I am running a build of this morning's tree : FreeBSD rhadamanth.hounds 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #4: Fri Aug 3 12:49:51 BST 2001 root@rhadamanth.hounds:/usr/obj/usr/src/sys/RHADAMANTH i386 Ceri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 3 10:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 949D237B409 for ; Fri, 3 Aug 2001 10:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f73HA0O44000; Fri, 3 Aug 2001 10:10:00 -0700 (PDT) (envelope-from gnats) Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id 095F437B405 for ; Fri, 3 Aug 2001 10:01:13 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from m258-mp1-cvx1b.bri.ntl.com ([62.255.9.2] helo=rhadamanth.hounds) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 15Si4i-00048j-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 03 Aug 2001 17:45:25 +0100 Received: from setantae by rhadamanth.hounds with local (Exim 3.22 #1) id 15SiLE-0000JO-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 03 Aug 2001 18:02:28 +0100 Message-Id: Date: Fri, 03 Aug 2001 18:02:28 +0100 From: setantae Reply-To: setantae To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/29414: http://www.uk.freebsd.org/cgi lets anyone view the cgi programs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29414 >Category: misc >Synopsis: http://www.uk.freebsd.org/cgi lets anyone view the cgi programs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 03 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: setantae >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD rhadamanth.hounds 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #4: Fri Aug 3 12:49:51 BST 2001 root@rhadamanth.hounds:/usr/obj/usr/src/sys/RHADAMANTH i386 >Description: www.uk.freebsd.org has the incorrect config regarding the /cgi directory. Visiting http://www.uk.freebsd.org/cgi gives a directory index, and choosing any of the files therein shows you the source code instead of the output of their execution. Other mirrors do not allow directory indexing on that part of the site. In addition, www3.uk.freebsd.org allows you to view the source of any script in /cgi if you already know it's name. All other mirrors I have tried also allow this, though none other than www.uk.freebsd.org allow directory indexing. >How-To-Repeat: Visit http://www.uk.freebsd.org/cgi in a browser. >Fix: i) Change the way that mirroring works so that all mirrors redirect to www.freebsd.org/cgi for these ? ii) Produce guidelines regarding httpd configuration for mirror sites ? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 3 10:15:29 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 4052F37B401 for ; Fri, 3 Aug 2001 10:15:27 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] helo=dogma) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 15SiXm-000Em9-00 for freebsd-bugs@freebsd.org; Fri, 3 Aug 2001 18:15:26 +0100 Received: (from jcm@localhost) by dogma (8.11.4/8.11.1) id f73HFQK31074 for freebsd-bugs@freebsd.org; Fri, 3 Aug 2001 18:15:26 +0100 (BST) (envelope-from jcm) Date: Fri, 3 Aug 2001 18:15:25 +0100 From: j mckitrick To: freebsd-bugs@freebsd.org Subject: Incorrect email in my PR Message-ID: <20010803181525.A31009@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org When I submitted PR 29377, my address was taken from my local machine, rather than using the address I put in the form. Please use this address instead, also found in this email header: jcm@freebsd-uk.eu.org Apologies for any inconvenience. jm -- "Investigators have discovered the cause of the TWA 800 explosion was a frayed wire. The wire became frayed when it was struck by a missile." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 3 10:25:51 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from relay.cigital.com (relay.cigital.com [64.80.176.5]) by hub.freebsd.org (Postfix) with ESMTP id A120137B408; Fri, 3 Aug 2001 10:25:34 -0700 (PDT) (envelope-from vshah@cigital.com) Received: from exchange.cigital.com (exchange.cigital.com [10.1.20.3]) by relay.cigital.com (Postfix) with ESMTP id 9E3105B12A; Fri, 3 Aug 2001 13:25:33 -0400 (EDT) Received: from aop (aop.cigital.com [10.1.30.8]) by exchange.cigital.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id P7TPM08H; Fri, 3 Aug 2001 13:17:20 -0400 Received: by aop (Postfix, from userid 5019) id A8EB626C02; Fri, 3 Aug 2001 13:24:44 -0400 (EDT) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="Aw164p6quk" Content-Transfer-Encoding: 7bit Message-ID: <15210.56924.536714.812107@aop.cigital.com> Date: Fri, 3 Aug 2001 13:24:44 -0400 From: Viren R.Shah To: jon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/28203: NEWCARD won't recognize my cardbus controllers or my Xircom Realport 10/100+56k card X-Mailer: VM 6.92 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: Viren R.Shah Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Aw164p6quk Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Hi, I tried out the patch you sent and it didn't work. Here's the dmesg: --Aw164p6quk Content-Type: text/plain Content-Description: dmesg Content-Disposition: inline; filename="dmesg.aug03" Content-Transfer-Encoding: 7bit Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #1: Fri Aug 3 13:00:29 EDT 2001 root@slithytove.cigital.com:/usr/src/sys/i386/compile/LAPTOP Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 848147015 Hz CPU: Pentium III/Pentium III Xeon/Celeron (848.15-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383f9ff real memory = 268353536 (262064K bytes) avail memory = 255594496 (249604K bytes) Preloaded elf kernel "kernel" at 0xc057a000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc057a09c. Pentium Pro MTRR support enabled WARNING: Driver mistake: destroy_dev on 154/0 Using $PIR table, 10 entries at 0xc00fbc20 npx0: on motherboard npx0: INT 16 interface pcib0: at pcibus 0 on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 (no driver attached) pcib2: at device 30.0 on pci0 pci2: on pcib2 pci2: at 3.0 (no driver attached) xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xe880-0xe8ff mem 0xf8ffdc00-0xf8ffdc7f irq 10 at device 8.0 on pci2 xl0: Ethernet address: 00:b0:d0:a7:a4:c1 miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pccbb0: irq 11 at device 15.0 on pci2 pcib2: can't decode default resource id 16 for pccbb0, bypassing pccbb0: Could not grab register memory device_probe_and_attach: pccbb0 attach returned 12 pccbb0: irq 11 at device 15.1 on pci2 pcib2: can't decode default resource id 16 for pccbb0, bypassing pccbb0: Could not grab register memory device_probe_and_attach: pccbb0 attach returned 12 pci2: at 15.2 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xbfa0-0xbfaf at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xdce0-0xdcff irq 11 at device 31.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered orm0: