From owner-freebsd-bugs Sun Mar 7 8: 0:51 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A44F414CE7 for ; Sun, 7 Mar 1999 08:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA78516; Sun, 7 Mar 1999 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 822D814CDE; Sun, 7 Mar 1999 07:51:44 -0800 (PST) Message-Id: <19990307155144.822D814CDE@hub.freebsd.org> Date: Sun, 7 Mar 1999 07:51:44 -0800 (PST) From: sanewo@ba2.so-net.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/10462: boot loader panics with "unload" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10462 >Category: bin >Synopsis: boot loader panics with "unload" >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 7 08:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Takanori Saneto >Release: 4.0-CURRENT as of 1999-March-06 >Organization: An individual >Environment: FreeBSD muse 4.0-CURRENT FreeBSD 4.0-CURRENT #43: Sat Mar 6 10:26:23 JST 1999 sanewo@muse:/usr/src/sys/compile/MUSE i386 >Description: On boot loader prompt, "unload" command causes panic and system restarts immediately. >How-To-Repeat: /boot/loader.rc contains: load kernel load -t userconfig_script pnp.conf load -t splash_image_data onsenL8.BMP load splash_bmp autoboot while "autoboot" countdown is in progress, type anything and enter loader prompt mode. On loader prompt, type "unload" and you may see "panic" message. >Fix: I looked into the loader code and found that there is problem with the return value (string) of mod_searchfile(). The string, which is allocated by mod_searchfile(), will be free()ed when mod_searchfile() called next time. "unload" command tries to free() that string (module name) again, and panics. Quick fix will be to stop free()ing in mod_searchfile(). >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 Mar 7 9:20:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B15D014C0F for ; Sun, 7 Mar 1999 09:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA83911; Sun, 7 Mar 1999 09:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp1.vnet.net (smtp1.vnet.net [166.82.1.31]) by hub.freebsd.org (Postfix) with ESMTP id 447D314C3C for ; Sun, 7 Mar 1999 09:12:26 -0800 (PST) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp1.vnet.net (8.9.1a/8.9.1) with ESMTP id MAA27937 for ; Sun, 7 Mar 1999 12:12:07 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id MAA00546 for ; Sun, 7 Mar 1999 12:12:06 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.2/8.6.9) id MAA07126; Sun, 7 Mar 1999 12:12:06 -0500 (EST) Message-Id: <199903071712.MAA07126@lakes.dignus.com> Date: Sun, 7 Mar 1999 12:12:06 -0500 (EST) From: Thomas David Rivers Reply-To: rivers@dignus.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/10465: Must disable ex0 to install. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10465 >Category: i386 >Synopsis: Must disable ex0 to install. >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: Sun Mar 7 09:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Thomas David Rivers >Release: FreeBSD 3.1-RELEASE i386 >Organization: Dignus,LLC >Environment: Two machines, a 486dx-66 circa 1995 and a newer pentium have experienced this problem. I note that the common item between the two is an NE2000 clone, configured as IRQ 9 and port 0x300. >Description: Booting from the kern.flp doesn't succeed if ex0 is enabled. Apparently, the probe hangs in some way, locking up the machine. >How-To-Repeat: Boot from kern.flp... wait for the hang. >Fix: Disabling the probe for ex0 allows the boot to continue. >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 Mar 7 9:30:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A58DC14D08 for ; Sun, 7 Mar 1999 09:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA84482; Sun, 7 Mar 1999 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgate.spa.is.uec.ac.jp (ns.spa.is.uec.ac.jp [130.153.67.2]) by hub.freebsd.org (Postfix) with ESMTP id 8CD2D14D3B for ; Sun, 7 Mar 1999 09:27:46 -0800 (PST) (envelope-from tate@spa.is.uec.ac.jp) Received: from leaf.tate.nerv.org (dhcp51.spa.is.uec.ac.jp [192.168.166.51]) by mailgate.spa.is.uec.ac.jp (8.8.8+2.7Wbeta7/3.6W+spa-2.0a) with ESMTP id CAA19933; Mon, 8 Mar 1999 02:27:28 +0900 (JST) Received: (from tate@localhost) by leaf.tate.nerv.org (8.8.8/3.6W/leaf-19980212) id CAA00328; Mon, 8 Mar 1999 02:29:08 +0900 (JST) Message-Id: <199903071729.CAA00328@leaf.tate.nerv.org> Date: Mon, 8 Mar 1999 02:29:08 +0900 (JST) From: tate@spa.is.uec.ac.jp Reply-To: tate@spa.is.uec.ac.jp To: FreeBSD-gnats-submit@freebsd.org Cc: tate@spa.is.uec.ac.jp X-Send-Pr-Version: 3.2 Subject: kern/10466: resume causes crashes if BIOS extmem != RTC extmem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10466 >Category: kern >Synopsis: resume causes crashes if BIOS extmem != RTC extmem >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 Mar 7 09:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: TATEOKA Takamichi >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: University of Electro-Communications, Tokyo, JAPAN >Environment: Machine: TOSHIBA DynaBook SS Portage 3300 with 64MB memory (standard) Kernel: FeeBSD 2.2.8-RELEASE i386 + PAO19990114 At bootup, kernel says: BIOS basemem (639K) != RTC basemem (640K), setting to BIOS value BIOS extmem (64384K) != RTC extmem (64512K) >Description: With or without APM support by kernel, resume from suspend (with apm -z or power switch) causes kernel crash. Crash pattern is precarious (hang up, suddenly reboot or work a while and suddenly reboot). >How-To-Repeat: Suspend the machine with "apm -z" or power switch, and resume from it. >Fix: 1. Set kernel configuration option "MAXMEM=(63*1024)". This shrinks memory usage and it worked. or 2. Apply following patch to i386/i386/machdep.c . With this patch, kernel takes extmem value from BIOS instead of RTC when these values are different. I'm not sure we can trust BIOS value even when memory size is larger than 64M. Anyway, some adustments is required, I think. *** i386/i386/machdep.c.DIST Fri Mar 5 16:53:05 1999 --- i386/i386/machdep.c Mon Mar 8 01:13:35 1999 *************** *** 1143,1151 **** *pte = pa | PG_RW | PG_V; } } ! if (bootinfo.bi_extmem != biosextmem) ! printf("BIOS extmem (%ldK) != RTC extmem (%dK)\n", bootinfo.bi_extmem, biosextmem); } pagesinbase = biosbasemem * 1024 / PAGE_SIZE; --- 1143,1153 ---- *pte = pa | PG_RW | PG_V; } } ! if (bootinfo.bi_extmem != biosextmem){ ! printf("BIOS extmem (%ldK) != RTC extmem (%dK), setting to BIOS value\n", bootinfo.bi_extmem, biosextmem); + biosextmem = bootinfo.bi_extmem; + } } pagesinbase = biosbasemem * 1024 / PAGE_SIZE; >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 Mar 7 10:20:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D2FD14D86 for ; Sun, 7 Mar 1999 10:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA87300; Sun, 7 Mar 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Thanatos.Shenton.Org (Thanatos.Shenton.Org [209.31.147.195]) by hub.freebsd.org (Postfix) with ESMTP id 0D0B114CCE for ; Sun, 7 Mar 1999 10:17:10 -0800 (PST) (envelope-from chris@Thanatos.Shenton.Org) Received: (from root@localhost) by Thanatos.Shenton.Org (8.9.2/8.9.1) id NAA52530; Sun, 7 Mar 1999 13:22:27 -0500 (EST) (envelope-from chris) Message-Id: <199903071822.NAA52530@Thanatos.Shenton.Org> Date: Sun, 7 Mar 1999 13:22:27 -0500 (EST) From: chris@shenton.org Reply-To: chris@Thanatos.Shenton.Org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/10468: 3.1-STABLE tftpd zombie and inetd hange TFTP after one use Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10468 >Category: i386 >Synopsis: tftpd becomes zombie after one use hanging on inetd >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 Mar 7 10:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Shenton >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: tftpd run from inetd on a recently cvsupped 3.1-STABLE machine >Description: When using tftpd, the first connection will succeed, but then tftpd becomes a zombie and won't accept/process subsequent get/puts. Killing and restarting inetd fixes this and will allow tcpd to work again, for one use. >How-To-Repeat: tftp localhost put ExistingFileName [succeeds] put ExistingFileName [fails] >Fix: Workaround: kill and restart inetd after each tftpd use -- painful. kill -HUP inetd doesn't help >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 Mar 7 22:48:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DE5914E16; Sun, 7 Mar 1999 22:48:02 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA42069; Sun, 7 Mar 1999 22:47:48 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Sun, 7 Mar 1999 22:47:48 -0800 (PST) From: Message-Id: <199903080647.WAA42069@freefall.freebsd.org> To: dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org, dcs@FreeBSD.org Subject: Re: bin/10462 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: boot loader panics with "unload" Responsible-Changed-From-To: freebsd-bugs->dcs Responsible-Changed-By: dcs Responsible-Changed-When: Sun Mar 7 22:46:50 PST 1999 Responsible-Changed-Why: I'm taking it (my previous "fix" might have changed semantics here). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 7 23:33:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AAE914D06; Sun, 7 Mar 1999 23:33:41 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA45330; Sun, 7 Mar 1999 23:33:27 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Sun, 7 Mar 1999 23:33:27 -0800 (PST) From: Message-Id: <199903080733.XAA45330@freefall.freebsd.org> To: asami@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: ports/10473 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Incorrect aout compat libraries in XF86333 distribution Responsible-Changed-From-To: freebsd-ports->freebsd-bugs Responsible-Changed-By: asami Responsible-Changed-When: Sun Mar 7 23:32:13 PST 1999 Responsible-Changed-Why: The X distribution doesn't come from the ports collection. This should be taken up with Jordan or David Dawes, but for now I'm going to move it over to -bugs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Mar 7 23:40:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 5D7A314E09 for ; Sun, 7 Mar 1999 23:40:40 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id SAA30773; Mon, 8 Mar 1999 18:11:21 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA09188; Mon, 8 Mar 1999 17:10:20 +0930 Date: Mon, 8 Mar 1999 17:10:20 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: "Hogan, Thomas E" Cc: freebsd-bugs@freebsd.org Subject: Re: Y2K compliance of FreeBSD version 2.1.0 In-Reply-To: <7D1F1CEAECA8D2118013080009B02534AD6AC7@HQ1> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 4 Mar 1999, Hogan, Thomas E wrote: > I am working on a Y2K survey for CNN. We have found some systems that are > running FreeBSD version 2.1.0. > > Is this version Y2K compliant? If not, what is the recommended upgrade? 2.1.0 is quite old and no longer supported. You should upgrade the machine to either 2.2.8-STABLE, or (preferably) 3.1-STABLE, which is the current "stable" release, is being actively maintained, and which is believed to be Y2K-compliant. See http://www.freebsd.org for information on the upgrade procedure. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 0:10: 2 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 8B17114E24 for ; Mon, 8 Mar 1999 00:09:34 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10Jv4J-000Jmv-00; Mon, 8 Mar 1999 10:07:19 +0200 From: Sheldon Hearn To: Bill Fumerola Cc: venzi@abac.com, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8672 In-reply-to: Your message of "Sat, 06 Mar 1999 11:50:17 EST." Date: Mon, 08 Mar 1999 10:07:19 +0200 Message-ID: <76068.920880439@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 06 Mar 1999 11:50:17 EST, Bill Fumerola wrote: > I know. I forgot I had claimed responsiblity for that PR. My questions > were more nits then show stoppers, so I guess I could import it. It's probably a waste of time importing into the ports tree a package about which you're unable to get feedback from the author. :-) What's odd is that we're talking about PR 8864, not 8672 as the subject line suggests. ;-) Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 2:51: 1 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF97414BEC; Mon, 8 Mar 1999 02:50:59 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA57451; Mon, 8 Mar 1999 02:50:45 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 8 Mar 1999 02:50:45 -0800 (PST) From: Message-Id: <199903081050.CAA57451@freefall.freebsd.org> To: jarik@ivc.orw.ru, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/9034 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I can't install FreeBSD 3.0-RELEASE on my computer. State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Mar 8 02:48:41 PST 1999 State-Changed-Why: Content-free initial submission, no response to a request for more detail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 4:20:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E466C14E30 for ; Mon, 8 Mar 1999 04:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA64278; Mon, 8 Mar 1999 04:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B3D3D14E7C; Mon, 8 Mar 1999 04:12:35 -0800 (PST) Message-Id: <19990308121235.B3D3D14E7C@hub.freebsd.org> Date: Mon, 8 Mar 1999 04:12:35 -0800 (PST) From: takawata@shidahara1.planet.sci.kobe-u.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/10485: int15H:E820H interface will not work. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10485 >Category: i386 >Synopsis: int15H:E820H interface will not work. >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: Mon Mar 8 04:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Takanori Watanabe >Release: 4.0-CURRENT >Organization: Kobe University >Environment: 4.0-CURRENT-199902??....(oops, I've forget!) >Description: According to ACPI Specicication Section 14, 14.1 INT15H E820H - QUERRY ADDRESS MAP This can be used in real mode only. So it will not be expected to work on VM86 mode,and acctually , it do not work in my machine, used INT 15H E801H interface instead. (In contrally ,there is a description that APM real mode interface accepts VM86 explicitly in APM spec.) >How-To-Repeat: Enable VM86 option and reboot your system and READ CAREFULLY First line of the message. (not recorded in dmesg!) >Fix: Don't call the bios call in VM86 Mode. If it is needed,use real mode call like non-VM86 APM initialization. >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 Mar 8 6:19:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp1.vnet.net (smtp1.vnet.net [166.82.1.31]) by hub.freebsd.org (Postfix) with ESMTP id 4FA0A14EB2 for ; Mon, 8 Mar 1999 06:19:37 -0800 (PST) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp1.vnet.net (8.9.1a/8.9.1) with ESMTP id JAA23623; Mon, 8 Mar 1999 09:17:46 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id JAA01377; Mon, 8 Mar 1999 09:17:44 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.2/8.6.9) id JAA07285; Mon, 8 Mar 1999 09:17:44 -0500 (EST) Date: Mon, 8 Mar 1999 09:17:44 -0500 (EST) From: Thomas David Rivers Message-Id: <199903081417.JAA07285@lakes.dignus.com> To: chuckr@mat.net, rivers@dignus.com Subject: Re: ports/10473: Incorrect aout compat libraries in XF86333 distribution Cc: freebsd-bugs@freebsd.org In-Reply-To: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Tom, can you verify one thing on this: The error you show is a > _classic_ one that everyone hit when they moved their aout libs, in > doing the elf to aout shuffle. Make real certain your aout libc is > registered in ldconfig, right? I know you know this stuff, but that's > precisely the same error everyone got, so it's more than a little > curious. > > I'm speaking about your system aout libs, not the X ones (the ones in > /usr/lib/aout, specifically /usr/lib/aout/libc.so.3.1). Ah... yes, that may be the case.. but this was a total re-install from the 3.1-RELEASE CDROM, on a clean machine. So, however that is set up after the install is what I have. I didn't move aout libs, or do any rebuilds of world or anything... just a straight, fresh, install (i.e. partition the disk, newfs the file systems... doing a totally new install.) And, yep, I verified that the aout compat libs were installed (several times) and check with ldconfig -aout -r to ensure they were registered. Everything seemed to be correct. (I was of a like mind with you, figuring it just *had* to be something wrong there :-) ) Finally - it was simply grabbing the XF86 aout libraries from a 2.2.8 CD that fixed the problem. The issue is definately there, not with the system aout libs. For example, if you do /usr/libexec/aout/nm on the installed X11 libraries, you'll see references to ___inet_addr. But, if you do the same on the 2.2.8 XF8633 libraries, you won't see those references. (Note the leading underscores.. seems a few too many for an aout compile to me... I'd guess the gcc that built those was configured wrong somehow.) - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 7:59:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8925714DD8; Mon, 8 Mar 1999 07:59:41 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA19333; Mon, 8 Mar 1999 07:59:27 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 8 Mar 1999 07:59:27 -0800 (PST) From: Message-Id: <199903081559.HAA19333@freefall.freebsd.org> To: kei@nanet.co.jp, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/9468 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Make release fails on 2.2.8-RELEASE State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Mar 8 07:54:09 PST 1999 State-Changed-Why: RELENG_2_2 is beyond release days. Try ``DOCPORTS= textproc/docproj'' for your own private builds. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 8:40:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp.abac.com (smtp.abac.com [208.137.248.30]) by hub.freebsd.org (Postfix) with ESMTP id 4022B14CBF for ; Mon, 8 Mar 1999 08:40:10 -0800 (PST) (envelope-from venzi@abac.com) Received: from abac.com (venzi.abac.net [208.137.248.244]) by smtp.abac.com (8.8.8/8.8.8) with ESMTP id IAA09192; Mon, 8 Mar 1999 08:39:23 -0800 (PST) From: venzi@abac.com Message-ID: <36E3FDD0.840E5CDC@abac.com> Date: Mon, 08 Mar 1999 08:41:52 -0800 X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn Cc: Bill Fumerola , freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8672 References: <76068.920880439@axl.noc.iafrica.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, sorry about not responding on time... believe it or not, sometimes I have to go through hundreds of e-mails a day. I used to contribute for the Linux community years ago, but now I don't have as much free time as I'd like to - the 'useradd' is something I had to do for my own purposes (I had to fix a "free e-mail" type service which right now has over 35,000 users, and was up to a point where tens of new accounts were waiting in a queue - each for over 15 minutes). I intend to add usermod and userdel to the package, and fix the Makefile, etc. - whenever I get some free time to do it :) You can ignore the list_pwdb - it doesn't get installed for a reason, it's just for debugging. My 'useradd' is not really a port - it's written from scratch. The 'pw' command would have been nice (it has similar syntax) if it didn't deal with the DB databases the same way 'adduser' does (rebuilding everything every time). Regards, Venzi Sheldon Hearn wrote: > > On Sat, 06 Mar 1999 11:50:17 EST, Bill Fumerola wrote: > > > I know. I forgot I had claimed responsiblity for that PR. My questions > > were more nits then show stoppers, so I guess I could import it. > > It's probably a waste of time importing into the ports tree a package > about which you're unable to get feedback from the author. :-) > > What's odd is that we're talking about PR 8864, not 8672 as the subject > line suggests. ;-) > > Later, > Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 10:18:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89FDF14E88; Mon, 8 Mar 1999 10:18:09 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA40042; Mon, 8 Mar 1999 10:17:55 -0800 (PST) (envelope-from bde@FreeBSD.org) Date: Mon, 8 Mar 1999 10:17:55 -0800 (PST) From: Message-Id: <199903081817.KAA40042@freefall.freebsd.org> To: sab@yin.vegamuse.org, bde@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10273 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Kernel crash with multiport serial enabled and misconfigured master port State-Changed-From-To: open->closed State-Changed-By: bde State-Changed-When: Mon Mar 8 10:14:46 PST 1999 State-Changed-Why: Patch applied with minor style changes. Fixed in rev.1.229 of sio.c in -current. Fixed in rev.1.224.2.2 of sio.c in RELENG_3. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 11: 0:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7715D14F67 for ; Mon, 8 Mar 1999 11:00:23 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA42847 for freebsd-bugs@freebsd.org; Mon, 8 Mar 1999 11:00:03 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 8 Mar 1999 11:00:03 -0800 (PST) Message-Id: <199903081900.LAA42847@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 f [1997/02/11] kern/2717 Panic with daily script (find) o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/05/01] i386/3462 yokota using a PS/2 mouse causes kernel trap in o [1997/05/24] kern/3674 peter NFS in 2.2 RELEASE hangs. o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/06/25] kern/3949 sos The WD controller probe can fail when it o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/08/12] kern/4289 kernel panic: vm_fault: fault on nofault o [1997/08/20] kern/4345 Kernel panic is caused by passing file de o [1997/09/02] kern/4453 2.2.2 lockup on restart with ASUS-TX97 mo o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/10/25] kern/4849 2.2.5-RELEASE does not detect TI PCI-1130 o [1997/10/25] kern/4851 adaptec 2940U hangs system if scsi tape d o [1997/10/27] kern/4864 Boot Failure in FreeBSD 2.2.5 RELEASE, ma o [1997/11/07] kern/4968 No flow control setting seems to make the o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/23] kern/5130 Kernel panic GPF imediatly on loading ker s [1997/11/24] bin/5139 portmap does not find interfaces correctl o [1997/11/25] bin/5148 peter mode of file and access on NFS mounted p f [1997/12/04] i386/5223 mount_msdos /dev/fd0.1440 /mnt and failur f [1997/12/21] kern/5355 Fix for NULLFS problems s [1998/01/15] i386/5493 [PATCH] aic6330.c: kernel freeze when I a o [1998/01/28] i386/5594 System not bootable when bad partition ty o [1998/02/03] kern/5641 running processes at the IDLE priority (i o [1998/02/10] kern/5702 problem with address network routing o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/02/10] kern/5709 Fatal trap 12: page fault in kernel mode o [1998/02/12] bin/5732 2.2.5 Won't install using partition creat o [1998/03/01] kern/5886 2.2-STABLE crashes when unmounting a busy o [1998/03/01] kern/5895 Kernal dumps caused by fork? o [1998/03/02] kern/5898 2.2-stable kernel panics pmap_relase: fre o [1998/03/13] kern/5994 Kernel Panics on FreeBSD-3.0 current SMP o [1998/03/14] kern/6006 cy driver panics machine when a user dial o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/03/25] kern/6133 optical drive with 1024-byte (1k) sectors a [1998/03/27] kern/6147 syncronus ufs does not sync o [1998/04/30] kern/6465 File contents are zeroed after reboot o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd f [1998/05/19] kern/6694 Network hangs, with "No buffers available o [1998/05/23] kern/6732 PCCARD kernel panic in sio driver s [1998/06/03] kern/6853 peter Having an inactive de0 in system leads to o [1998/06/11] kern/6914 FreeBSD 2.2.6-RELEASE and NFS is UNSTABLE o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/06/24] kern/7042 No buffer space available a [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/07/15] kern/7288 /kernel: panic: ffs_alloccg: map corrupte o [1998/07/21] bin/7358 [PATCH] Security patches for locatedb etc o [1998/07/21] i386/7361 AHA-2940UW, Micron Millenia, ahc. Driver f [1998/08/07] i386/7528 install hangs @ probing devices screen wi o [1998/08/14] kern/7611 custom-builtkernel causes fatal trap 12: o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/17] i386/7646 My system is freeze after X starup. s [1998/08/17] kern/7649 fenner [MFC] /sys/netinet/if_ether.c: "permanent o [1998/09/03] kern/7822 Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 fatal trap 12 in midi_synth_input o [1998/09/14] kern/7927 Fatal trap 12: page fault while in kernel o [1998/09/18] i386/7984 destructive install of 2.2.7 on 2.2.5 sys o [1998/09/28] misc/8071 some obj-links seem not to be taken o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs o [1998/10/06] i386/8179 Install failure with motherbord using SIS o [1998/10/08] i386/8214 Install 3.0-19981006-BETA fails o [1998/10/12] conf/8290 3.0-19981009-BETA with DPT PM3334UW contr o [1998/10/16] kern/8345 mmap(2) hangs when dealing with certain f o [1998/10/20] kern/8386 modload failure o [1998/10/27] kern/8473 Excessive virtual memory consumption with o [1998/11/01] kern/8532 3.0-RELEASE panics with standard SMP kern o [1998/11/04] conf/8576 server goes down when client mount its fi a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/09] i386/8639 Accton EN1207B-TX dosen't work o [1998/11/10] kern/8641 FreeBSD crashes when global memory alloca o [1998/11/11] kern/8653 FreeBSD 3.0 locks up on access to certain o [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/16] kern/8711 FreeBSD 2.2.7 Accidently reboots ... o [1998/11/18] i386/8742 X Windows is ,loading with no accelerated o [1998/11/19] kern/8763 FreeBSD 3.0 system reboots or hangs often o [1998/11/21] i386/8787 install process hangs while adding defaul o [1998/11/24] ports/8829 torstenb Fix port: security/ssh o [1998/11/24] kern/8851 mounting an unconfigured device causes a o [1998/11/25] kern/8861 under heavy (multi interface) traffic ep0 o [1998/12/01] i386/8922 can't detect wdc1 on Abit LX6 motherboard o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode o [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1998/12/12] kern/9059 3.0 crashes with high write-to-disk load o [1998/12/14] kern/9081 3.0-RELEASE dies starting AP on dual PPro o [1998/12/20] kern/9143 syscons of 3.0-RELEASE causes system to c a [1998/12/22] kern/9178 -current ipfw.ko with ELF kernel doesn't o [1998/12/28] kern/9218 sysctl crashes system with bad args o [1998/12/30] kern/9249 Panic on 2.2.8-STABLE when accessing wcd o [1999/01/02] kern/9282 2nd IDE controller on Ali chipset motherb o [1999/01/03] kern/9294 IDE controller not being detected even wi o [1999/01/03] ports/9295 torstenb Y2K problem with inn port o [1999/01/05] kern/9334 cp fails for 2048 Bytes/sector media o [1999/01/07] kern/9370 panic: vinvalbuf: dirty bufs o [1999/01/13] kern/9479 timeout while detect SCSI disks in recent o [1999/01/14] kern/9497 ide_pci.c is broken o [1999/01/17] kern/9541 Error in kldunload function o [1999/01/18] kern/9560 softupdates freezes system under heavy lo o [1999/01/24] i386/9668 sys/boot/i386/libi386/biosdisk.c still bu o [1999/01/25] ports/9691 ports jadetex port depends on unknown other pac o [1999/01/26] i386/9709 Kernel page faults during boot with 2GB R o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/01/28] i386/9755 fatal signal: floating point exception + o [1999/01/31] i386/9841 Pagefault while scsibus scan on bootup o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/04] kern/9909 Writing incomplete blocks to /dev/nrst0 h o [1999/02/05] bin/9926 Finger no longer works when fingering a G o [1999/02/11] bin/10035 3.0-STABLE, rc.shutdown is still ignored. o [1999/02/13] kern/10060 server randomly reboots/crashes due to a o [1999/02/14] docs/10088 doc Documentation search results o [1999/02/14] ports/10091ports xsysinfo does not execute o [1999/02/16] kern/10117 mfsroot.flp halts o [1999/02/17] ports/10139ports zephyr port problems o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/21] i386/10188 Cannot get system to boot after Installti o [1999/02/21] i386/10189 kern.flp/mfsboot.flp won't boot correctly o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- o [1999/02/25] kern/10243 Under heavy disk and network load read(2) o [1999/02/25] kern/10250 My Ethernet card is not recognised after o [1999/02/25] kern/10253 FreeBSD freeze while paper out. o [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/02/26] kern/10285 2.2.8-S => 3.1-S make aout-to-elf-build f o [1999/03/01] kern/10332 System freezes during certain SCSI activi o [1999/03/01] bin/10344 Core dump in gethostbyaddr for 199.93.70. o [1999/03/02] kern/10357 spontaneous crashes o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/05] i386/10400 missing some library files... o [1999/03/07] ports/10461ports make gimp-1.1.2 failed in GTK test... o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/07] ports/10475ports devel/asl NLS patch broken 140 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line s [1995/07/29] kern/638 Transmitted packets not passed to bpf in o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps a [1996/02/17] bin/1030 cracauer /bin/sh does not pass environment variabl f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/05] kern/1293 Fatal trap 12: page fault while in kernel o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex s [1996/12/03] kern/2142 FP mask not saved for signal handlers s [1996/12/22] ports/2268 erich libc from linux emulator does not use /et o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is o [1997/01/13] bin/2489 steve gnats mangles sections a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system o [1997/02/05] bin/2671 Run-away processes using all CPU time a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/02/25] kern/2815 Custom Kernel crashes o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/09] kern/3244 ipfw flush closes connections o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] gnu/3441 C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA o [1997/05/13] conf/3591 parts in rc.local have no effects in rc.* s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] conf/3725 Cirrus Logic PCMCIA Controller Support o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/01] conf/3750 phk Potential improvements to rc.firewall o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/07] conf/3807 mitsumi cd-rom fx800 (8x cd-rom) is not r o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/16] misc/3883 @+netgroup entries break +NIS-user entrie o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/07] ports/4050 jfitz mrtg: rateup dumps core with malloc_optio o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/07] kern/4487 Kernel panic executing a directory o [1997/09/08] bin/4497 Reverse DNS fails for some CIDR *.IN-ADDR o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/19] bin/4585 imp termcap search fails too early o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/26] conf/4634 peter Sendmail Problem o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] ports/4773 torstenb Error in posting news items to INN server o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/18] ports/4798 jmz setuid-root Xserver problem o [1997/10/24] kern/4843 48 meg double fault moved to 64 meg in 2. o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/04] bin/4939 uuxqt unable to execute rnews program o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/10] misc/5005 f2c is buggy and seriously outdated (agai o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] bin/5084 wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/20] bin/5105 mount_cd9660 or mount -t cd9660 fails to o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk s [1997/12/02] bin/5189 rcmd(3) only allows one hardcoded connect s [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af a [1997/12/21] docs/5358 doc USWC write posting must be turned off on o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/15] bin/5500 "invalid hostname" is logged instead of I o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/20] ports/5530 asami fetch (in make fetch stage) do not use pa o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/05] bin/5661 /sbin/dump never finishes o [1998/02/09] bin/5693 groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] bin/5733 cp -r cannot copy un-writable directories o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 o [1998/02/25] bin/5845 in sh, set -- `getopt ...` always returns o [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/14] bin/6004 cron in -CURRENT sometimes fails to proce o [1998/03/14] bin/6005 -CURRENT cron dies after short periods of o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] ports/6100 ports xmpeg3 chokes on filenames with spaces o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/03/30] ports/6180 max youbin port has root-exploitable security o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/07] kern/6242 vnode disk driver too unstable in -STABLE o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/13] ports/6288 se KDE port glitches o [1998/04/14] kern/6300 System locks up in SMP mode when accessin f [1998/04/15] misc/6310 des explicit cast needed in floatpoint.h for o [1998/04/16] bin/6317 with -8E flags telnet still goes to comma o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/17] misc/6340 missing the terminfo, which causes librar o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac a [1998/05/01] kern/6481 se Patches for VIA Socket 7 chipsets o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] kern/6574 ipfw crash with DIAGANOSTICS o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 "Invalid partition table" after new insta o [1998/07/08] ports/7208 torstenb INN port w/TCL enabled doesn't install TC s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/17] bin/7309 jb pthread_attr_setscope() missing o [1998/07/18] i386/7311 "Probing devices" hangs computer with err o [1998/07/20] ports/7330 gpalmer ucd-snmp produces too much log file when o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7382 ports Pine4 does not co-exist with older instal o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/23] ports/7384 /usr/lib/libncurses.so.3.1 is old o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/29] docs/7437 doc IPFW doco unclear about in/out o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/13] bin/7602 df stay in disk wait o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/20] i386/7698 scotty/tkined library error s [1998/08/22] kern/7713 fenner [MFC] problem with reusing ports with mul o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] ports/7761 ports Update to recent port submission of nicet o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/08/31] kern/7793 kernel wedges when netscape exits o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/10] misc/7889 move_aout_libs.sh doesn't use ldconfig co o [1998/09/11] i386/7898 linux_lib-2.4 lacks libc.so.6 o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/13] kern/7925 sendmail, inetd SIGSEGV after forking aft o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password f [1998/09/15] bin/7943 des ftpd: ~ is ~root! o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/19] conf/7989 if we enable firewall and natd we losing o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/25] ports/8053 markm Perl 5 port has broken foreach behavior, o [1998/09/27] ports/8064 markm perl5 port ignores local settings for CC o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded o [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* o [1998/09/30] gnu/8099 [patch] some bugs in cpio f [1998/09/30] kern/8112 ken 2.2.7 + CAM system panics removing shared o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/06] ports/8181 peter date problems with exmh2 o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/11] ports/8276 hosokawa samba's WINS database gets removed during o [1998/10/12] bin/8281 writev() in libc_r causes loop o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/16] conf/8350 Problems with /etc/rc.firewall o [1998/10/19] i386/8370 unable to install 3.0-RELEASE from dos pa o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg o [1998/10/22] kern/8416 vm_fault might deadlock when locking back s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/23] gnu/8425 3.0's gdb can't read 3.0's kernel to debu o [1998/10/23] bin/8426 gprof still expects gmon.out o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/24] bin/8440 3.0-RELEASE has wrong permissions on game o [1998/10/25] i386/8446 DOS install option does not work in 3.0-R o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/29] misc/8493 Stable build process fails to install obj o [1998/10/30] kern/8500 FreeBSD 3.0 thread scheduler is broken o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/02] conf/8549 how to configure the network Card and Set o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/06] kern/8585 bktr driver does not correctly identify I o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/15] ports/8694 asami Recommend to change category name: biolog o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/18] bin/8739 atoi and modunload o [1998/11/18] bin/8745 adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/21] bin/8790 [PATCH] Buffer overrun in nvi-1.79 (explo o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console o [1998/11/27] i386/8870 Installworld falls over in /usr/src/sys/i o [1998/11/27] bin/8872 pthread_cond_timedwait() can cause lost p o [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] ports/8891 ports ssh2 port assume you have zipped manpage o [1998/11/29] i386/8894 Rebooting accidently because of missing f o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/11/30] ports/8909 gpalmer snmpd enters endless loop due to snmpwalk o [1998/11/30] ports/8912 jfitz memory leak in afterstep-1.0 o [1998/12/01] kern/8919 using Acceleport 8r o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/01] ports/8926 jfitz databases/p5-DBD-Pg port is out of date o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/03] kern/8952 close() blocks forever after fork() in th o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file f [1998/12/07] kern/9003 Tk/TCL Programs freeze keyboard when they o [1998/12/08] ports/9019 torstenb ports/security/ssh broken o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/13] bin/9066 init ignore rc.shutdown o [1998/12/14] ports/9077 markm perl5 port freebsd patch fails o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] bin/9162 [Patch] pthreads GC breaks signal handlin o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/22] kern/9171 maxusers 1024 results in unbootable kerne a [1998/12/22] bin/9173 cracauer Interactive /bin/sh loops should break wh o [1998/12/22] ports/9177 erich linux_lib buggy and outdated o [1998/12/24] ports/9191 obrien tcplist port dosnt work o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/28] misc/9230 Problem with iostreams, seekg, tellg o [1998/12/29] i386/9237 pthread_exit doesn't exit o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/02] ports/9279 ports new port submission - libparanoia. o [1999/01/03] bin/9292 Cron's logs are in /var/cron, not /var/lo o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & o [1999/01/07] kern/9367 src/sys/dev/dpt/dpt_control.c can cause a o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/07] misc/9381 read freed memory o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/09] kern/9413 profiling does not work with elf kernels o [1999/01/10] bin/9429 dump -w tends to run dumps a day later th o [1999/01/10] i386/9431 wd.c Does nto recognize certain LBA disks o [1999/01/11] bin/9440 amd can't mount filesystems with type:=uf o [1999/01/11] i386/9441 dset doesn't work with ELF kernels o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/13] bin/9477 inetd in realloc(): warning: junk pointer o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/13] ports/9480 ports ELF kernel netboot o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] kern/9515 ISA DMA memory problems if >= 512 MB RAM o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 doc many typos in groff_mm(7) o [1999/01/23] ports/9641 itojun tiff port upgraded to 3.4-beta37 o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/24] ports/9666 ports tcl/tk applications crash when seeing CES o [1999/01/24] kern/9670 kernel config at boot time via -c gives s o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 ports The current tcl80 port has problems, does o [1999/01/25] ports/9692 ports Applications crash when seeing a FreeBSD o [1999/01/26] bin/9695 a typo in /usr/obj/aout/usr/src/tmp/usr/i o [1999/01/26] misc/9698 unusable console, when I start xdm from / o [1999/01/28] ports/9757 ports can't make package o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/01/30] ports/9819 ports Port fix: ncurses o [1999/01/31] bin/9849 mknod is missing from libc_r o [1999/02/01] ports/9861 ports apache will not start o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/01] ports/9870 ports 2.2.8-19990120-SNAP package errors o [1999/02/01] kern/9876 IDE CD-ROM not detected when no IDE disks o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W o [1999/02/02] ports/9890 ports Fix for broken ports/security/stunnel o [1999/02/03] kern/9894 FreeBSD crash totaly when "mount /dev/fd o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f o [1999/02/05] ports/9919 ports mrt on 3.0-STABLE does not compile as is s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/06] gnu/9938 NetBSD *1.4* was not defined in mdoc macr o [1999/02/07] i386/9942 File "libkrb.so.3" missing and needed by o [1999/02/07] ports/9949 ports SKIP is an LKM and will not work with 3.0 o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] bin/9963 [PATCH,31-WANTED] netstat(1) and fstat(1) o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/08] ports/9975 ports new port of xqf (find quake servers) o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/09] ports/9989 ports [SECURITY] Latest ProFTPD and Wu-ftpd may o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/10] kern/10013 msdos floppy disk mounts o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] kern/10029 many vm_fault: pager read errors o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/11] bin/10039 Binaries from a "fixit" CD can't find ld- o [1999/02/12] docs/10059 doc MALLOC(9) manpage not updated to reflect o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/13] ports/10069ports /usr/ports/www/libwww doesn't compile o [1999/02/13] bin/10071 flags given to chflags depend on sequence o [1999/02/14] docs/10072 doc broken japanese web links o [1999/02/14] docs/10086 doc FAQ font too large o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En o [1999/02/14] ports/10094ports autogeneration of msql user failed o [1999/02/14] ports/10097ports new port - kvirc o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/16] kern/10125 Screen saver crashes o [1999/02/17] kern/10132 unable to record kernel -c changes o [1999/02/17] ports/10133ports KDE changed path on their ftp server o [1999/02/17] docs/10135 doc Change to Documention Regarding Upgrades o [1999/02/18] kern/10145 ELF interpreter loading in chrooted situa o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/18] kern/10154 System is unable to sync the disks when i o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/21] ports/10186ports Update of proftpd port o [1999/02/22] ports/10194ports New version of nwrite o [1999/02/22] ports/10197ports New Port: naim-0.9.3 o [1999/02/22] ports/10200ports Update: security/libident o [1999/02/22] kern/10209 natd stopped to worked since i upgraded f o [1999/02/23] kern/10226 Filesystem stress test crashes FreeBSD 3. o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] ports/10234ports New port of libimg for Tcl/Tk image handl o [1999/02/25] ports/10238ports Newer version of tkrat is available o [1999/02/25] conf/10258 userconfig settings lost on 3.1-RELEASE o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/25] kern/10266 gibbs SCSI scanner times out when scanning o [1999/02/25] docs/10269 doc manpage have wrong information about syml o [1999/02/25] ports/10271ports New port of the Postilion mail client o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/26] ports/10286ports Port update: mail/pine4 from 4.05 to 4.10 o [1999/02/26] ports/10288ports imap-uw upgrade to 4.5 o [1999/02/27] ports/10296ports Fails to add packages from a 2.2.6-RELEAS o [1999/02/27] ports/10299ports pkg_add: could not find package XFree86-3 o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] ports/10315ports ripewhois updated o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/02/28] ports/10317ports WindowMaker's PLIST lose a file(libwraste o [1999/03/01] conf/10330 I can't create a 5th fdisk partition; I w o [1999/03/01] bin/10341 memory leak in setenv(3) o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/02] bin/10366 /usr/libexec/ld-elf.so.1: Invalid File Fo o [1999/03/03] kern/10371 Sound card buffer allocation failure o [1999/03/03] ports/10373ports Increasing kernel file descriptors causes o [1999/03/03] kern/10376 Screen saver panics o [1999/03/03] bin/10380 inetd signal 11 o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/04] kern/10387 2.2.7 hangs when trying to write on defec o [1999/03/04] ports/10392ports Incorrect packing list for www/amaya o [1999/03/05] kern/10398 Tagged queueing makes IBM DCAS-34330 slow o [1999/03/05] bin/10399 Bad cpu limit w/ (60s) w/ getty+ppp o [1999/03/05] kern/10402 times(3) non-decreaseness broken in 4.0 o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] pending/10417gnats-adminlibpam is built before libradius/libtacpl o [1999/03/06] pending/10418gnats-adminlibpam is built before libradius/libtacpl o [1999/03/06] ports/10453ports Patch to update gxedit from version 1.20 f [1999/03/07] bin/10462 dcs boot loader panics with "unload" o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/07] i386/10468 tftpd becomes zombie after one use hangin o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app 594 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 scrappy tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for o [1995/12/17] kern/900 dg ext2fs triggers divide by zero trap in vn o [1996/01/21] bin/961 hoek 'more $file', incorrect CRLF compacting. s [1996/01/28] kern/975 getrusage returns negative deltas a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/02/07] bin/999 /usr/share/mk/sys.mk missing common $(RM) s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/08/19] kern/1514 dg mlock fails on readonly regions o [1996/08/20] kern/1516 dg vm_fault.c contains dead code or too many a [1996/09/04] bin/1565 Moving a file to it's link completely rem o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 doc ppp server doc submission s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi o [1996/11/25] misc/2105 jmg bsd.lib.mk has problems with STRIP and IN o [1996/11/26] i386/2108 sos [ATAPI] wcd driver may hang under certain s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad o [1996/12/08] bin/2184 peter sendmail has lots of trouble with local d s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/26] bin/2291 [PATCH?] race condition in /etc/master.pa s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/07] bin/2410 pppd(8): failing PAP doesn't force line d o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/15] bin/2499 des fetch ftp://bla bla doesn't bail in disk o [1997/01/17] bin/2518 /usr/bin/tar is out of date o [1997/01/21] bin/2556 Patch for calendar.c o [1997/01/26] misc/2596 dd refuses to respond to SIGkill o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/01/31] bin/2630 [PATCH] xargs does excessive and inconsis o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/05] bin/2672 Problem with telnetd o [1997/02/10] bin/2703 jmg vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] conf/2709 FBSD 2.1.6 X-Server installation setup ut o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/02/27] gnu/2827 after make world genclass is not installe o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/09] i386/2924 sos syscons X keyboard gets stuck in capsmode o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/10] kern/3253 scsiconf.c: make ZIP disks use optical dr o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/05] bin/3506 [PATCH] more did not show iso-8859-n char o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/06] docs/3522 Man pages close(2) misses fcntl lock info o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3558 make reinstall collapses on install-info s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/11] conf/3577 eBones and OBJLINK=yes fails to build o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/13] conf/3590 doc FAQ gives bad reccomendation re: xdm o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] bin/3638 /bin/w can't handle long /dev/{tty,cua}xx o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. s [1997/05/30] docs/3720 doc Addition for supported Hardware o [1997/05/31] ports/3729 scrappy pgsql dies when initiated o [1997/06/01] conf/3751 Improvements to /etc/rc{,.network,.pccard o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/13] bin/3859 Setting the $0 variable in perl dosnt do o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/16] conf/3886 peter install does not build sendmail host stat o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] ports/3958 obrien a2ps fails if used according to man o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/08] misc/4063 2.2.2R Installation fails if Jaz drive sp o [1997/07/13] ports/4083 ache netscape wrapper doesn't hand off args co o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 ftp core dumps after hitting control-C s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/03] kern/4221 Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) a [1997/08/13] gnu/4290 ache man wrong viewed koi8-r manpages and neqn o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/26] misc/4395 if exists(secure) in /usr/src/Makefile is o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti f [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/17] ports/4565 torstenb News port: ircII-current (ircII-2.9a8/col o [1997/09/18] conf/4572 /etc/rc.network loads ipfirewall lkm rega o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/02] kern/4680 lkm version of vn.c o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/12] gnu/4748 cc -Wformat too sensitive o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/23] docs/4833 doc Manual page missing for pccardc o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/03] ports/4928 asami no 'update' target in /usr/ports/Makefile o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] kern/5038 FreeBSD can't read MS Joliet CDs. o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] bin/5047 ipfw(8) IP address resolving problem if o o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] bin/5109 patch to ftpd, new option to limit number o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM s [1997/11/25] misc/5147 [PATCH] a shell script to help -CURRENT u o [1997/11/26] misc/5153 jkh release file checksums in wrong file s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/03] conf/5213 My SB AWE64 isn't being recognized. o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/08] ports/5446 se KDE port does not install using make in / s [1998/01/08] bin/5451 roberto [PATCH] halt/reboot does not execute /etc o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/15] docs/5487 doc Adding documentation for scsi(8) usage wi o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge o [1998/01/19] misc/5525 bde gid and uid in struct pwd are ints, when s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/21] bin/5541 ppp -alias (2.2.5-STABLE) has troubles wi o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/25] bin/5567 trying to mount a joliet filesystem cdrom o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/17] ports/5771 ports New port: Stuttgart Neural Network Simula o [1998/02/18] i386/5779 BOUNCE_BUFFERS option in LINT needs modif o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. o [1998/02/25] docs/5848 nik [PATCH] Update web.mk to handle SGML file s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/08] ports/5946 ports New port biology/molmol o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne a [1998/03/15] ports/6017 ports new port: yacl o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/16] docs/6036 doc New handbook section 10.4.3.4 - si driver s [1998/03/18] ports/6053 kuriyama new port request: korean/hanIM o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/18] bin/6064 Script to update files installed by /usr/ o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] i386/6098 FreeBSD only uses 16M of 48M on Compaq De o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/27] bin/6144 telnet for 8-bit data path o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/09] kern/6255 SI driver fix for Jet ISA memory size o [1998/04/09] kern/6256 SI driver - new T225 download code o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6308 [PATCH] date(1) -v argument cannot vary s s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. a [1998/04/16] ports/6321 andreas can't run any version of PostgreSQL on 2. o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] conf/6334 -DALLLANG should be moved from src/Makefi o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to a [1998/04/19] ports/6355 ports New port: qplug - Netscape plugin to show o [1998/04/20] bin/6359 routed does sent router discovry solicita o [1998/04/20] ports/6361 ports New port: GNU Pascal Compiler s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp o [1998/04/23] ports/6393 ports New port: MultiMedia package - CD player, f [1998/04/23] bin/6399 [PATCH] When using "-u" mount doesn't sta a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6434 se [PATCH] mediatool in x11/kdelibs cause kw o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou o [1998/05/04] docs/6508 doc sgmlfmt does not expand relative URLs s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o o [1998/05/04] docs/6510 steve GNATS doesn't expand freebsd-doc s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/09] conf/6559 jkh Upgrade processing clobber's ~root/{.cshr o [1998/05/09] ports/6563 se minor problems with KDE ports o [1998/05/10] ports/6570 ports New port: java CUP parser o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/11] ports/6598 ports New port: asmodem - displays the modem st o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue f [1998/05/16] bin/6653 The rc script sometimes produces errors w o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/18] docs/6681 doc docu. addition o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/05/21] ports/6709 ports New port kmessage s [1998/05/21] conf/6711 [PATCH ?] I've seen that fortune before o [1998/05/23] ports/6728 ports New port ktranslator a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking s [1998/05/26] docs/6764 doc limits references to sysctl o [1998/05/26] kern/6769 peter panic: nfs rcvunlock o [1998/05/28] ports/6776 ports New port - xqf s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags o [1998/05/29] bin/6795 steve send-pr does not parse problem reports co f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD f [1998/06/02] bin/6832 imp [PATCH] Allows PINGing from any address o o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/11] bin/6919 can not run multiple instances of /sbin/r o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/13] bin/6937 [PATCH] rc.firewall can't be run from net o [1998/06/13] bin/6939 restore does not set the correct uid on d o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con a [1998/06/20] ports/7005 dburr Submitting RealAudio Player 3.0 as a new o [1998/06/20] ports/7006 itojun hylafax port improved s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/24] ports/7062 torstenb pidentd partialy broken in current s [1998/06/24] bin/7063 mount fails if $PWD does not exist o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/26] bin/7081 [patch] lpr stuff doesn't deal with RM an s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co o [1998/06/28] ports/7094 ports New port of xbomber game s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/28] bin/7101 /sbin/ipfw unexpected variant treatment o s [1998/06/29] bin/7117 flex -I option is broken o [1998/06/30] ports/7128 ports New port: Raster3D-2.4f s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top o [1998/07/02] ports/7150 ports `elftoaout': new port s [1998/07/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco f [1998/07/07] i386/7201 (cpu == CPU_686) in pmap.c shoud also app s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra o [1998/07/11] bin/7254 release: multiple versions of write_mfs_i o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/13] ports/7275 torstenb Symlink for one ssh man-page is wrong o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/15] docs/7289 doc ppp.8: RECEIVING INCOMING PPP CONNECTIONS o [1998/07/15] bin/7294 lpr -r file fails to remove file because o [1998/07/15] bin/7296 hoek Long-standing bug in 'more' wrt CRLF. I o [1998/07/16] bin/7298 Improvements to ln(1). o [1998/07/17] docs/7306 doc There is no manpage for timegm o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/19] bin/7325 /bin/sh redirection does not match man pa o [1998/07/21] conf/7348 Default answer 'NO' in network configurat o [1998/07/21] bin/7352 libc generates spurious warnings when use o [1998/07/21] docs/7359 obrien amd documentation problems a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting o [1998/07/24] ports/7394 jfitz INDEX has bad description for p5-Mysql-mo s [1998/07/27] ports/7408 asami packages-2.2.7/INDEX is wrong o [1998/07/27] ports/7409 ports New port: CaribbeanStud-1.0 s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. o [1998/07/30] misc/7455 jkh trailing spaces on mountpoint hangs sysin s [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7480 ports New Port afbackup-3.0.4 o [1998/08/03] ports/7485 vanilla New port: Xterminal-0.2 s [1998/08/06] i386/7510 [PATCH] syscons and vidcontrol to support o [1998/08/08] ports/7532 ports New port: ipltd-2.01 s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po s [1998/08/10] docs/7567 doc pccardc has no man page f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 NIS Makefile.dist: NOPUSH replaced by REM o [1998/08/13] bin/7607 GTAGS patch for nvi has posibility of buf o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall o [1998/08/17] ports/7652 torstenb mirror installation does not point at loc o [1998/08/18] ports/7659 ports New port: pfx-0.1.1 o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] conf/7676 3.0 make world on 2.2 problems a [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] conf/7682 Cron logfile in the wrong place o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/21] ports/7701 ports New port: drmario-1.0 o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/24] ports/7734 ports update atari800 - upgrade to the latest v a [1998/08/25] misc/7741 enhancement to tcpdump to print LCP/PAP/C o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/27] misc/7759 proflibs installation error, libcrypt_p.a o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr o [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] kern/7812 APM machines should attempt to power down o [1998/09/02] ports/7814 andreas postgreqsl docs are broke o [1998/09/02] i386/7816 [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] docs/7819 doc nroff macro problem(miss reformated) in d o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] ports/7827 ports New port: garith-2.1 o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/04] docs/7833 doc awk.1 contains typos. o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] ports/7848 markm Update ports: lang/perl5 (pkg_delete prob o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] misc/7851 steve looks like send-pr discards bug report wi o [1998/09/07] bin/7855 cpp should define __ELF__ if objformat = o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). o [1998/09/08] docs/7864 doc nslookup.8 has nroff problem s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat f [1998/09/09] ports/7875 dwhite NEW PORT: lcdproc o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/12] bin/7907 ipfw command line parsing o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/09/13] misc/7919 general problems with the termcap databas o [1998/09/14] conf/7928 Patch to allow execution of an IPFW shell o [1998/09/15] ports/7932 torstenb man zshall doesn't work o [1998/09/16] bin/7944 `restore f foo' gets sigsegv o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/18] kern/7976 VM86 comment in LINT is incomplete o [1998/09/18] kern/7983 yokota Tapping the touchpad does not work o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8011 libc_r does not have pread() or pwrite() o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd a [1998/09/28] ports/8078 luigi port audio/nas fails for me o [1998/09/28] bin/8083 Game cleanup from NetBSD o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/09/29] bin/8087 rbootd does work according to specs o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/08] ports/8217 ache www/netscape4-*: avoid `ns-install' o [1998/10/12] bin/8279 [patch] /usr/sbin/sysctl -> ${DESTDIR}/sb o [1998/10/12] bin/8295 order of options in printcap causes some f [1998/10/13] ports/8299 ports new port for games/xbd (Boulder Dash) f [1998/10/13] bin/8301 des "ls -B" and "ls -b" misprint o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] conf/8306 [patch] NATD get loaded late in bootseque o [1998/10/13] i386/8308 jkh Host/Domain 'problem' in install script/p o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] bin/8348 [PATCH] zforce(1) is broken: fix o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 f [1998/10/17] bin/8367 /stand/sysintall is screwing up my /etc/r o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/20] misc/8388 Windows DUN sends DOMAIN\username, ppp is o [1998/10/21] bin/8405 There is extra ping.o o [1998/10/22] kern/8410 ipsec port to freebsd o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/23] kern/8428 Is FreeBSD 3.0-RELEASE support 640MByte M o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] kern/8444 pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/26] kern/8456 SMP kernel fails with Everex PO-6200 Dual o [1998/10/27] docs/8464 doc Missing include file wh o [1998/10/27] bin/8466 bind man pages not installed by 3.0 make o [1998/10/27] ports/8470 ache Update port: www/netscape4-* f [1998/10/27] docs/8472 billf da(4) references nonexistent da(9) o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/10/31] ports/8521 itojun Some manpages are not usable with tiff-3. o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/02] docs/8547 doc Various updates to authors.sgml, printing o [1998/11/03] kern/8550 strip kernel before moving it during make o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> s [1998/11/03] kern/8560 des [REMINDER] bpfilter is deprecated and sho o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] ports/8586 ports new port: misc/kmamerun o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] docs/8602 doc symlink(7) manpage says that file(1) has o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] docs/8611 doc kld man page o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/09] bin/8637 fgetpos()/fsetpos() don't work for >2GB f o [1998/11/10] docs/8640 doc proposed change of 4.5 o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/11] misc/8654 SYSV options allow WINE to run, but Netsc s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8665 billf /usr/bin/mail -u user not worked if exist o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/12] i386/8670 aout libcompat placed in /usr/lib/compat o [1998/11/13] ports/8675 ports new port: x11-toolkits/gtkstep11 o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/14] docs/8682 doc some small bug fixes to ld.1 o [1998/11/15] ports/8692 ports new port: x11/kvidtune o [1998/11/15] ports/8696 ports New port: psi88 o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/18] ports/8740 ports New ports collection lesw-332 o [1998/11/18] kern/8747 [PATCH] fixes for systags.sh o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 doc some suggested text for describing passwo o [1998/11/19] ports/8767 ports New port: gtksql-0.2 o [1998/11/21] ports/8789 ports Port created for Lucent Technology's Csco o [1998/11/22] ports/8795 ports xgal.sndsrv.freebsd.c is out of sync with o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make f [1998/11/23] ports/8816 ports New port: ptc-2.0.10 a [1998/11/23] kern/8826 ken LINT bug with CAM pass devices o [1998/11/24] ports/8838 billf New port of GNU getopt. o [1998/11/24] kern/8858 man page for accept() is flawed o [1998/11/25] ports/8863 ports [Reviced] New port: mopac7 a [1998/11/25] ports/8864 billf useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1998/11/30] bin/8905 suggested change of 'ipfw show' layout o [1998/11/30] misc/8907 missing symlink, Xmmix: no help o [1998/11/30] ports/8908 gpalmer snmpd does not return ifPhysAddress on GE o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] ports/8917 obrien gcc-2.8.1 incorrect g++ linker call o [1998/12/01] ports/8920 ports netscape java displaying on ncd xterm cra o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/02] ports/8943 ports New port: InterNetNews 2.2beta2 o [1998/12/02] ports/8945 se kde "metaport" looking for wrong jpeg lib o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/04] bin/8966 yp_mkdb does not accept standard automoun o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/08] misc/9024 SPAM site list is no longer available fro o [1998/12/08] kern/9026 natd o [1998/12/10] ports/9047 jmz cd ports/x11/XFree86;make install fails i o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and o [1998/12/12] bin/9064 [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/14] ports/9083 markm apache12-ssl won't compile o [1998/12/15] ports/9089 obrien egcs-1.1.1 exceptions are not caught, bu o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/19] bin/9135 tar doesn't back up device files o [1998/12/20] ports/9142 ports Re-work patches to configure script to be o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/20] ports/9150 nate Ports depending on jdk need to know where o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] gnu/9175 [Patch] eliminate dead code in F77.c o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] misc/9187 [PATCH] pccard.conf entry for 3Com/NoteWo o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/25] docs/9193 doc Incorrect release date for FreeBSD 2.0 in o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] ports/9222 ports New ports: grace-5.0.1 the successor of x o [1998/12/28] misc/9223 "make installworld" changes ownership of o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/28] docs/9228 doc AMD's texinfo doc doesn't get installed o [1998/12/28] ports/9231 vanilla New port Mars_nwe 0.99pl14 o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] conf/9246 allscreens_flags in /etc/rc.conf not work o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] bin/9253 received packets piling up on natd's ICMP o [1998/12/31] misc/9254 Sapnish vi file has bad character table o [1998/12/31] ports/9256 ports Port of cmail o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/01] ports/9261 ports New port - FakeBO (BackOrifice client emu o [1999/01/01] bin/9263 Database of units(3) misses euro-currency o [1999/01/01] docs/9264 doc Incorrectness in tsort(1) manpage. o [1999/01/02] docs/9276 doc Some typos and fragmented coincidence of o [1999/01/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] i386/9283 ioctl(SNDCTL_DSP_SETFMT) on /dev/audio (p o [1999/01/03] bin/9285 pw strips comments from group file o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] docs/9288 doc typo in doc/FAQ/preface.sgml o [1999/01/03] ports/9289 ports New Port - ASPostit (Dockable version of o [1999/01/04] bin/9308 [PATCH] Flood ping doesn't flood o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] docs/9338 ghelmer man page VOP_LOCK(9) not up to date o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] bin/9349 make doesn't diagnose non-numeric argumen o [1999/01/06] docs/9352 doc wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] ports/9366 ports New port of icmpquery o [1999/01/07] bin/9374 Improved functionality for find(1) o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/07] conf/9386 can we add this to /usr/share/mk/sys.mk? o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/08] bin/9394 brian enhancement to natd logging f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/10] ports/9426 dirk Port submission MySQLTutor o [1999/01/11] ports/9452 ports New port for itk-3.0.1 o [1999/01/11] ports/9453 ports New port for itcl-3.0.1 o [1999/01/11] ports/9454 ports New port for iwidgets-3.0.0 o [1999/01/12] docs/9455 doc cvsup and ftp server in Czech Republic o [1999/01/12] ports/9466 ports ports submission o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] bin/9471 msgs: /var/msgs/bounds: No such file or d o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/14] misc/9500 `edithook' is not Y2K compliant o [1999/01/14] bin/9501 Several cvs contrib files are not Y2K com o [1999/01/14] bin/9502 `me' macro documentation incorrectly defi o [1999/01/14] ports/9508 andreas Update majorcool to current version 1.3.2 o [1999/01/16] misc/9524 /usr/share/examples/libvgl/demo looks lik o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] misc/9564 The man page of sysinstall is not install o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] ports/9571 ports New ports for netscape plug-in, named "pl o [1999/01/19] ports/9572 ports Update to kmpg (KDE MPEG audio player) o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/19] docs/9576 doc Update doc: doc/ru/FAQ/admin.sgml o [1999/01/19] docs/9577 doc Update doc: doc/ru/FAQ/hackers.sgml o [1999/01/20] docs/9578 doc Update doc: doc/ru/FAQ/preface.sgml o [1999/01/20] docs/9581 doc Wrong word order on docproj/translations. o [1999/01/20] misc/9582 configApache command doesn't work for /st o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/20] kern/9591 Linux compat getrlimit/setrlimit constant o [1999/01/21] ports/9604 ports Minor improvements to ucspi-tcp port o [1999/01/21] ports/9608 ports Linux Communicator 4.5 o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/21] bin/9613 [PATCH] IPFW command-line parsing error o [1999/01/21] ports/9615 ports explorer port fails to build, can't find o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/23] misc/9638 Typo error in Italian locale o [1999/01/23] misc/9639 /etc/security reports missing passwords o o [1999/01/23] ports/9649 ports abc2ps port o [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/24] docs/9658 doc tar(1) SYNOPSIS refinement o [1999/01/25] ports/9672 ports New port: misc/xtail o [1999/01/25] ports/9675 jfitz databases/p5-DBD-Pg not broken anymore o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] ports/9680 tg Upgrade port: games/pysol o [1999/01/25] ports/9686 ports Update of the nn-6.5.3 port o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/25] ports/9694 stb netatalk-asun nits o [1999/01/26] bin/9696 Added ability to specify port ranges in n o [1999/01/26] ports/9697 ports New port - wmweather o [1999/01/26] ports/9699 ports Reorganization the x11-toolkits/xview por o [1999/01/26] ports/9700 ports Reorganization the x11-toolkits/xview-cli o [1999/01/26] bin/9703 typo in login.conf o [1999/01/26] ports/9704 ports Minor fixes to olvwm o [1999/01/26] docs/9707 doc New entry for FAQ o [1999/01/26] ports/9710 ports NN-6.5.3 with NOV enabled can't find .ove o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] ports/9719 ports New port: misc/fortuneit o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/27] ports/9726 ports new ports ( devel/swarm ) o [1999/01/27] ports/9728 jfitz net/mrtg port is out of date. o [1999/01/27] ports/9731 ports aterm port needs Xpm dependency o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/27] ports/9736 andreas PostGreSQL configure failing on 4.0 o [1999/01/27] ports/9739 ports Update to math/metis port o [1999/01/27] ports/9740 ports New port: cm postscript fonts by AMS o [1999/01/27] ports/9741 ports New port: ams postscript fonts by AMS o [1999/01/28] ports/9745 ports Ports changes for SWARM ports ( ports/972 o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] bin/9758 ftpd allows anonymous logins when /etc/no o [1999/01/28] ports/9760 ports Submission of icecast o [1999/01/28] kern/9764 allow /bin/df not to list certain entries o [1999/01/28] ports/9769 ports rxvt port MASTER_SITE directory has chang o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] ports/9771 ports New port: ja-epwutil-1.0 o [1999/01/29] docs/9773 doc Handbook 4.7.1.4. "Testing the port" is i o [1999/01/29] i386/9777 Generic AD1816 sound suport in Luigi's pc o [1999/01/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] ports/9780 ports I would like to contribute a new ports co o [1999/01/29] misc/9782 minor problem with telnet and /etc/gettyt o [1999/01/29] ports/9783 ports I would like to contribute a new port o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links o [1999/01/29] ports/9787 cwt tcl80 port doesn't make man page links o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] bin/9793 locate.updatedb is noisy o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] ports/9808 ports Upgrade Port: chimera2 o [1999/01/30] bin/9809 finger output format wrong o [1999/01/30] ports/9811 nectar New port: lang/gnomeguile o [1999/01/30] ports/9812 nectar New port: devel/libgtopbindings o [1999/01/30] ports/9831 ports Update port wmmail-0.59 to 0.62 o [1999/01/30] ports/9832 ports net/xwhois port tries to assume gtk-1.0 d o [1999/01/31] docs/9837 doc fix to doc/handbook/porting.sgml o [1999/01/31] ports/9840 ports patch allows ports to fetch their sources o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/01/31] ports/9850 itojun graphics/tiff34 port fails o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/01/31] ports/9852 ports new port: wmdate-0.5 o [1999/02/01] docs/9854 doc undocumented ctype functions break stuff o [1999/02/01] ports/9864 ports make rblcheck use relay.orbs.org instead o [1999/02/01] ports/9865 ports Upgrade Leafnode+ port from version 2.3 t o [1999/02/01] ports/9866 ports port of unix2dos and dos2unix utilities o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] ports/9872 ports New port: waveplay o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/01] ports/9875 ports new port: devel/astyle (aka "Artistic Sty o [1999/02/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/02] ports/9880 vanilla New port - x11-toolkits/gtkglarea o [1999/02/02] ports/9882 ports upgrade shells/rc to latest available ver o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] docs/9892 doc mrouted.8 should not use -man macro o [1999/02/03] bin/9893 NFS umount of regular file impossible o [1999/02/03] ports/9899 ports port submission for tdetect o [1999/02/03] ports/9901 ports New port net/libnet o [1999/02/03] bin/9902 error in german (and some other) locale s a [1999/02/04] ports/9906 ports New port - astro/wmmoonclock (phase of mo o [1999/02/04] ports/9911 ports slrn port Makefile broken (patch included o [1999/02/04] misc/9913 make release would fail for lack of /etc/ o [1999/02/05] ports/9920 billf New port - xnc o [1999/02/05] ports/9921 peter exmh2 ports update o [1999/02/05] ports/9923 ports New port: games/xtet42 o [1999/02/05] ports/9925 ports New port, br-ispell o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/06] ports/9939 ports NEW port for tkRunIt o [1999/02/06] docs/9940 doc mt.1 typo (right paren missing, and etc.) o [1999/02/07] ports/9943 ports Upgrade databases/db to 2.6.4 o [1999/02/07] gnu/9946 linker problem with gcc 2.7.2.1 o [1999/02/07] bin/9948 mfs can't be killed in 3.0-STABLE o [1999/02/07] ports/9953 hosokawa Samba 2.0.2 update o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/07] ports/9955 ports New port tclock (transparent analog clock o [1999/02/08] bin/9960 man page for route doesn't mention defaul o [1999/02/08] bin/9965 NIS accounts considered passwordless by s o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] ports/9977 ports New port - astro/wmspaceweather o [1999/02/09] ports/9984 ports PDL - Perl Data Language o [1999/02/09] ports/9985 ports New port: jmirror o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] ports/9988 ports New port: wmcp 1.2.5 o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/09] ports/9992 ports New Port - news/dejasearch o [1999/02/09] ports/9993 ports New Port - graphics/libunfig o [1999/02/09] ports/9997 ports New port: wmWeather 1.23 o [1999/02/09] ports/9998 ports New port - graphics/mtv (MpegTV player) o [1999/02/09] ports/9999 ports New port: wmitime 0.2 o [1999/02/10] ports/10003ports New port: p5-Socks o [1999/02/10] i386/10004 instalation of current version from FTP s o [1999/02/10] misc/10005 Update /etc/motd o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/10] ports/10012ports new port: xmradio o [1999/02/10] docs/10017 doc Added a site and bug fix o [1999/02/10] ports/10018ports kdecore11 needs gettext o [1999/02/10] bin/10019 Keyinfo and keyinit may use the wrong nam o [1999/02/11] kern/10022 kernel cannot detect WinChips correctly. o [1999/02/11] ports/10023ports New port - net/gtkcookie o [1999/02/11] conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no lo o [1999/02/11] ports/10026ports Upgrade net/xwhois to 0.3.2 (and unbreak) o [1999/02/11] bin/10027 kdump prints garbage when command name is o [1999/02/11] bin/10030 Kerberized telnet fails to encrypt when a o [1999/02/11] ports/10033ports upgrading to 2.2.8 breaks the perl5 port o [1999/02/11] i386/10037 Security Hole -- Easy way to get users pa o [1999/02/11] docs/10038 doc Added a site and bug fix (part two) o [1999/02/12] ports/10049ports new port: plugger o [1999/02/12] i386/10050 [PATCH] identcpu.c slightly broken o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/13] ports/10063ports New port: chinese/telnet o [1999/02/13] bin/10064 /bin/sh called from make dumps core o [1999/02/13] ports/10067billf New port - flwm o [1999/02/13] ports/10068ports Fixes for several problems in X-Files por o [1999/02/14] kern/10077 dd'ing a ccd stripped partition sometimes o [1999/02/14] docs/10079 doc Voice Answering Machine Web Link not vali o [1999/02/14] docs/10080 doc Adding link to Daemon BSD case badges o [1999/02/14] docs/10082 doc Adding Pine Internet to Consultants page o [1999/02/14] docs/10083 doc Adding OpenWorld to Consulting services o [1999/02/14] docs/10084 doc new FreeBSD user group in Yogyakarta City o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] docs/10087 doc Web site error on http://www.freebsd.org/ o [1999/02/14] ports/10092ports Here is a port upgrade for fvwm-2.1.10 o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] ports/10096ports New port: games/xtet42 o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] docs/10099 doc Enables building FreeBSD Web site without o [1999/02/15] ports/10102ports net/ircII port wants to install help file o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] ports/10104ports New port: games/pmars-0.8 o [1999/02/15] docs/10108 doc Addition to fstab.5 o [1999/02/15] ports/10111ports Problem with the pgp262s port, Makefile w o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/15] kern/10113 [PATCH] syscons: switch to previous conso o [1999/02/15] conf/10115 /etc/login.conf still implies LOGIN_CAP_A o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] ports/10120ports [PATCH] www/lynx overwrites existing lynx o [1999/02/16] i386/10121 Serial port parity setting problems with o [1999/02/16] ports/10123ports Update for t1utils port o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/16] ports/10128ports Port update for p5-DBD-Pg o [1999/02/17] ports/10129torstenb mirror/patch-ac sets /usr/local/bin/perl5 o [1999/02/17] bin/10131 bug in strptime(3) o [1999/02/17] ports/10134ports New port: lynx-ssl (Category: www) o [1999/02/17] ports/10136ports New port shorten (an audio compressor) o [1999/02/17] ports/10137ports version update of RPM port to version 2.5 o [1999/02/17] ports/10138ports port of icecast-1.0.0 o [1999/02/17] ports/10141ports korganizer update to 1.1 o [1999/02/18] i386/10143 Rebooted without prompting o [1999/02/18] docs/10146 doc Release Notes and LINT for 3.1 include ha o [1999/02/18] ports/10147ports SANE 1.00 overrides CAM's DFLTPHYS in cam o [1999/02/18] misc/10148 atime behavior differs with empty files f o [1999/02/18] kern/10149 New PCI device o [1999/02/18] bin/10152 fortune(6) gives bogus diagnostic sometim o [1999/02/18] ports/10153ports apsfilter-4.9.9 does not compile under -C o [1999/02/18] misc/10155 path to allow PicoBSD build script to use o [1999/02/19] ports/10157ports [patch] blackbox upgrade from 0.50.2 to 0 o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10161ports New port : mail/mailx o [1999/02/19] ports/10162ports Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164ports XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] bin/10165 CVS does not know to ignore .So files o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/19] ports/10168ports [NEW PORT] ezbounce (IRC Proxy) o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] ports/10173ports Update to gnuls port o [1999/02/20] ports/10174ports Update to tgif port o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/20] ports/10176ports upgrade of devel/doc++ port o [1999/02/21] ports/10177ports New port: mail/p5-Mail-Tools-1.12 o [1999/02/21] ports/10178ports USE_SOCKS=YES option broken for security/ o [1999/02/21] conf/10179 /etc/make.conf has too many entries o [1999/02/21] docs/10180 doc Another mirror site not listed... o [1999/02/21] ports/10181ports Upgrade port: graphics/p5-GIFgraph-1.10 o [1999/02/21] docs/10182 doc http://www.freebsd.org/cgi/query-pr.cgi?p o [1999/02/21] ports/10183ports update of cbb from 0.74 to 0.77 o [1999/02/21] ports/10184ports Master site gone; makefile updated o [1999/02/21] ports/10187ports New port - gftp o [1999/02/22] ports/10195ports Fixed port: gettext o [1999/02/22] ports/10196ports Better startup scripts for ssh o [1999/02/22] ports/10198ports Latest version of fetchmail o [1999/02/22] ports/10199ports Update: MRTG o [1999/02/22] ports/10201ports Update: pidentd o [1999/02/22] ports/10202ports Update: security/strobe o [1999/02/22] ports/10203ports Update: misc/figlet - mastersite gone o [1999/02/22] ports/10204ports Update: mail/pine4 o [1999/02/22] ports/10205ports cnet port o [1999/02/22] ports/10206ports Update: www/analog - updated MASTER_SITES o [1999/02/22] ports/10207ports Update p5-MIME-Tools from 4.121 to 4.122 o [1999/02/22] ports/10210ports New Port: tgd 1.2c o [1999/02/22] ports/10212ports update: kwatch - path changed on ftp serv o [1999/02/22] ports/10213ports Update: emulators/mastergear o [1999/02/22] ports/10215ports net/coda_client and net/coda_server o [1999/02/22] ports/10216ports Update: net/ircd-hybrid-5 o [1999/02/22] ports/10217ports Update: net/lftp o [1999/02/22] ports/10218ports print/gp - MASTER_SITE update o [1999/02/22] ports/10219ports Update: math/freefem - change in filename o [1999/02/23] ports/10220ports Update: devel/xwpe o [1999/02/23] ports/10221ports games/pente - distfile removed from site o [1999/02/23] ports/10222ports Update: net/pavuk o [1999/02/23] ports/10227ports wrong sendmail path in rdist6-port o [1999/02/23] ports/10228ports Update: biology/hmmer o [1999/02/23] i386/10229 system time goes slow o [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/23] ports/10232ports New port - unace o [1999/02/23] ports/10233ports misc/buffer has been removed, let's reviv o [1999/02/25] ports/10237ports [PATCH] Missing RUN_DEPENDS in databases/ o [1999/02/25] docs/10239 doc FreeBSD Mall o [1999/02/25] docs/10240 doc We need a script which check if our web m f [1999/02/25] docs/10241 doc http://www.freebsd.org/cgi/query-pr-summa o [1999/02/25] docs/10242 doc Windsor Unix Users Group o [1999/02/25] conf/10244 100 character limit on any pathname in sy o [1999/02/25] ports/10245ports port upgrade: chinese/pine4 o [1999/02/25] ports/10246ports [PATCH] Update emulators/xzx to latest ve o [1999/02/25] ports/10248ports [new port] xhippo o [1999/02/25] ports/10251ports Update ports: japanese/chimera o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/25] docs/10256 doc handbook on cvsup... o [1999/02/25] ports/10260ports [PATCH] Upgrade sysutils/xosview to 1.7.0 o [1999/02/25] ports/10267ports [patch] aterm port upgrade: -> 0.3.4 o [1999/02/25] ports/10268ports [new port] colortail o [1999/02/25] ports/10270ports [new port] wterm o [1999/02/25] ports/10272ports [new port] gmixer o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] ports/10275ports Update: www/checkbot o [1999/02/26] conf/10277 pccard.conf entry for Xircom Modem o [1999/02/26] kern/10278 hm Fritz! PCMCIA Card in i4b does not work o [1999/02/26] ports/10279ports [new port] gtimer o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/26] ports/10289ports Update: sysutils/xfsm a [1999/02/26] ports/10290stb Update: net/netatalk-asun o [1999/02/26] ports/10291ports Update: security/sudo o [1999/02/27] ports/10292ports Update port: misc/qstat o [1999/02/27] ports/10293nectar Port change: deve/gettext o [1999/02/27] ports/10297ports libtix numbering goofed up o [1999/02/27] ports/10298ports New port: icecast-1.1.0 o [1999/02/28] bin/10300 dmesg exits on signal 10 s [1999/02/28] ports/10301billf Change: www/apache13 o [1999/02/28] ports/10303ports New port: wmicons-1.0(graphics/wmicons) o [1999/02/28] ports/10304ports unpost master site removed o [1999/02/28] ports/10305ports Update Maildrop port from 0.60 to 0.62 o [1999/02/28] conf/10306 Registration file generated during instal o [1999/02/28] i386/10307 Problem booting SMP kernel on Tyan S1668 o [1999/02/28] ports/10309ports New port, id3ren, mpeg3 audio information o [1999/02/28] ports/10313ports New port - ripenc o [1999/02/28] kern/10314 green screen saver page faults and reboot o [1999/03/01] ports/10320ports ja-weblint97 cannot find default perl lib o [1999/03/01] ports/10321ports Update Ports: postgresql-ja 6.4.2 o [1999/03/01] ports/10323ports Upgrade the port: databases/db to 2.7.3 o [1999/03/01] kern/10324 ip_fw allows divert rules even though not o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] i386/10328 wd(4) manpage correction o [1999/03/01] ports/10329ports New Port of XMangekyou-2.0 o [1999/03/01] docs/10331 doc pccardd(8) claims FreeBSD does not suppor o [1999/03/01] ports/10333ports New port: kmikmod o [1999/03/01] ports/10334ports Update to kmpg (KDE MPEG audio player) o [1999/03/01] ports/10335ports grap port update o [1999/03/01] ports/10337ports Update: games/xsol o [1999/03/01] ports/10338ports Update: games/xripple o [1999/03/01] ports/10339ports Update: games/xpilot o [1999/03/01] ports/10340ports Update: games/pysol o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] docs/10345 doc Where is documentation on creating a one- o [1999/03/01] ports/10346ports new version of lesstif o [1999/03/01] misc/10349 For long .Dt fields, rendering is broken- o [1999/03/01] bin/10350 mail(1) has some ugly code in it... o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] ports/10352ports ghostscript55 port build fails using jpeg o [1999/03/02] ports/10354ports New port of XBalloon-1.0 o [1999/03/02] ports/10355ports rosegarden lacks of playmidi o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames o [1999/03/02] ports/10359ports update of ircd-hybrid port o [1999/03/02] kern/10361 securelevel>=1 too restrictive on time ch o [1999/03/02] ports/10363ports [patch] give moxftp port some master site o [1999/03/02] ports/10367ports NS Communicator 4.5 fails o [1999/03/02] bin/10368 'pgtok redefined' error in ps(1) o [1999/03/03] ports/10372ports New port: graphics/gimp-i18n o [1999/03/03] ports/10374ports Update to the freeWAIS-sf port o [1999/03/03] ports/10375billf New port - a benchmarking tool for Web pr o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/03] docs/10378 doc option -s missing in lptcontrol.8 o [1999/03/04] ports/10385ports New port: apache13-modperl o [1999/03/04] ports/10386ports Fix port: p5-MLDBM o [1999/03/04] docs/10388 doc Obsolete information in Handbook o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/04] ports/10390ports Tidy port: p5-libwww o [1999/03/04] i386/10391 The default sendmail.cf file has an extra o [1999/03/04] ports/10393ports formatted lsof man page installed into ma o [1999/03/05] ports/10396ports SPIN is in the wrong category o [1999/03/05] docs/10401 doc ppbus.4 spelling and grammar corrections o [1999/03/05] docs/10403 doc CDE is no longer sold by Xi Graphics. o [1999/03/05] ports/10404ports Samba PLIST not up to date. o [1999/03/05] ports/10405ports Illegal PLIST for www/amaya o [1999/03/05] ports/10406ports Upgrade chinese/CJK to 4.2.0 o [1999/03/05] ports/10407ports incomplete mirrors suggested for samba o [1999/03/05] docs/10408 doc [quasi-patch] Grammar nitpicks in Handboo o [1999/03/05] ports/10409ports Update to the CIM port o [1999/03/05] ports/10410ports pkg_add: could not find package XFree86-3 o [1999/03/05] ports/10413ports su2; description of file location is wron o [1999/03/05] ports/10414ports slirp port patch o [1999/03/06] ports/10415ports samba-2.0.3 port make package fails and s o [1999/03/06] ports/10416ports update port: ascd-0.9.2 to 0.9.3 o [1999/03/06] ports/10419nectar Port update: devel/glib12 o [1999/03/06] ports/10420nectar Port update: x11-toolkits/gtk12 o [1999/03/06] ports/10421nectar Port update: audio/libaudiofile o [1999/03/06] ports/10422nectar Port update: audio/esound o [1999/03/06] ports/10423nectar Port update: devel/ORBit o [1999/03/06] ports/10424nectar Port update: graphics/imlib o [1999/03/06] ports/10425nectar Port update: x11/gnomelibs o [1999/03/06] ports/10426nectar Port update: audio/gnomeaudio o [1999/03/06] ports/10427nectar Port update: x11-toolkits/gtk-engines o [1999/03/06] docs/10428 doc security(7) refers FreeBSD-3.0.1 in HISTO o [1999/03/06] ports/10429nectar Port fix: www/libghttp o [1999/03/06] ports/10430nectar Port update: devel/libgtop o [1999/03/06] ports/10432nectar Port update: x11/gnomecore o [1999/03/06] ports/10434nectar New port: gnome-media-1.0.1 o [1999/03/06] ports/10435nectar Port update: deskutils/gnomepim o [1999/03/06] ports/10436nectar Port update: games/gnomegames o [1999/03/06] ports/10437nectar Port fix: graphics/electriceyes o [1999/03/06] ports/10438nectar Port update: textproc/libxml o [1999/03/06] ports/10439nectar Port update: math/gnumeric o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] ports/10441nectar Port update: lang/gnomeobjc o [1999/03/06] ports/10442nectar Port update: misc/gnomeutils o [1999/03/06] ports/10443nectar New port: net/gnomenetwork o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10445nectar Port update: sysutils/gnomeadmin o [1999/03/06] ports/10446nectar Port update: sysutils/gnomecontrolcenter o [1999/03/06] ports/10447nectar Port update: sysutils/gtop o [1999/03/06] ports/10448nectar Port update: x11-fm/gnomemc o [1999/03/06] ports/10449nectar Port update: misc/mc o [1999/03/06] ports/10450nectar Port update: x11/gnome o [1999/03/06] docs/10451 doc EDESTADDRREQ returnable by writev() but n o [1999/03/06] ports/10454ports Update: emulators/spim o [1999/03/06] kern/10455 pcaudio breakage o [1999/03/06] docs/10456 doc Release notes should include note of the o [1999/03/07] ports/10458ports New port: fconv: Converts Mac/DOS text fi o [1999/03/07] ports/10463ports Fix Port: math/abs o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/07] ports/10467ports ports submission: wmnetselect o [1999/03/07] pending/10469gnats-adminnew port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10470ports port upgrade: www/wwwoffle 2.1 to 2.4 o [1999/03/07] ports/10471ports ports/graphics/GIFgraph: version update o [1999/03/07] docs/10472 doc Mailing list for discussion of Xircom dri o [1999/03/07] docs/10474 doc A command line in a man document is incom o [1999/03/07] ports/10476ports x11-toolkits/tix doesn't build properly o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/07] docs/10478 doc Broken link in intro(1) (fix included!) o [1999/03/07] ports/10479ports ports/sysutil/mkisofs Makefile error. o [1999/03/07] docs/10482 doc typo? in security.7 man pages o [1999/03/08] ports/10483ports A new port (jdk-1.1.7-doc) o [1999/03/08] ports/10484ports stunnel won't compile when "USA_RESIDENT= o [1999/03/08] i386/10485 int15H:E820H interface will not work. o [1999/03/08] ports/10486ports Changes to archivers/freeze port o [1999/03/08] ports/10487ports Changes to x11-fm/asfiles 1175 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 12:40:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 193D01536B for ; Mon, 8 Mar 1999 12:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA58880; Mon, 8 Mar 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 8 Mar 1999 12:40:01 -0800 (PST) Message-Id: <199903082040.MAA58880@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bob Bishop Subject: Re: kern/10314: green screen saver page faults and reboots system Reply-To: Bob Bishop Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10314; it has been noted by GNATS. From: Bob Bishop To: yokota@zodiac.mech.utsunomiya-u.ac.jp Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/10314: green screen saver page faults and reboots system Date: Mon, 8 Mar 1999 20:25:17 +0000 I think this may be related to kern/10376 and possibly kern/10125. kern/10376 has a couple of backtraces attached and I still have the coredumps if you want more detail. -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 13:27:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from myst.plaza.ds.adp.com (myst.plaza.ds.adp.com [139.126.16.198]) by hub.freebsd.org (Postfix) with SMTP id 7E47014F55 for ; Mon, 8 Mar 1999 13:27:10 -0800 (PST) (envelope-from steve@adpcc.ds.adp.com) Received: from adpcc.ds.adp.com ([139.126.211.5]) by myst.plaza.ds.adp.com (8.6.9/8.6.9) with ESMTP id NAA27634 for ; Mon, 8 Mar 1999 13:30:56 -0800 Received: from steve.adpcc.ds.adp.com (steve.adpcc.ds.adp.com [139.126.211.121]) by adpcc.ds.adp.com (8.8.5/8.7.3) with SMTP id QAA10687 for ; Mon, 8 Mar 1999 16:27:23 -0500 (EST) Message-ID: <005401be69ab$0f28aa80$79d37e8b@steve.adpcc.ds.adp.com> From: "Steve LaRocca" To: Subject: Y2K Question Date: Mon, 8 Mar 1999 16:31:41 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0051_01BE6981.25925FC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0051_01BE6981.25925FC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'd like to thank you in advance for taking the time to reply.... We are running several instances FreeBSD 2.2.1-RELEASE (SHAZAM) #0: Fri = May 16 04:30:51 EDT 1997. I've been to the website and read through = your Y2K compliance information. However, I'm more of the PC Tech, than = a UNIX tech. My question therefore is this - based on the version that = we are running, are there any fixes/patches/upgrades necessary for us to = perform. The BIOS has been checked and passes the Y2K test we are = using. =20 Thanks again... Steve LaRocca LAN Technician ADP/Computer Care Phone: (516) 842-3450 x241 Email: steve@adpcc.ds.adp.com ------=_NextPart_000_0051_01BE6981.25925FC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I'd like to thank you in advance for = taking the=20 time to reply....
 
We are running several instances = FreeBSD=20 2.2.1-RELEASE (SHAZAM) #0: Fri May 16 04:30:51 EDT 1997.  I've been = to the=20 website and read through your Y2K compliance information.  However, = I'm=20 more of the PC Tech, than a UNIX tech.  My question therefore is = this=20 -  based on the version that we are running, are there any=20 fixes/patches/upgrades necessary for us to perform.  The BIOS has = been=20 checked and passes the Y2K test we are using. 
 
Thanks again...
 
Steve LaRocca
LAN = Technician
ADP/Computer=20 Care
Phone: (516) 842-3450 x241
Email:  steve@adpcc.ds.adp.com
<= /DIV> ------=_NextPart_000_0051_01BE6981.25925FC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 15:20:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93C66151AA for ; Mon, 8 Mar 1999 15:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA73199; Mon, 8 Mar 1999 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2F2501517C; Mon, 8 Mar 1999 15:15:50 -0800 (PST) Message-Id: <19990308231550.2F2501517C@hub.freebsd.org> Date: Mon, 8 Mar 1999 15:15:50 -0800 (PST) From: casper@acc.am To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/10493: ipfw's undocumented feature Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10493 >Category: bin >Synopsis: ipfw's undocumented feature >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: Mon Mar 8 15:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gaspar Chilingarov >Release: 3.1 RELEASE >Organization: Armenian Computer Center >Environment: >Description: dummy net commands not included in ipfw's man page but dummy net support compiled in ipfw by default ("pipe") >How-To-Repeat: man ipfw >Fix: may be include link to dummynet's man page ? >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 Mar 8 15:20:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4923414F91 for ; Mon, 8 Mar 1999 15:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA73190; Mon, 8 Mar 1999 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CB67914FF8; Mon, 8 Mar 1999 15:10:40 -0800 (PST) Message-Id: <19990308231040.CB67914FF8@hub.freebsd.org> Date: Mon, 8 Mar 1999 15:10:40 -0800 (PST) From: casper@acc.am To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/10492: broadcast IP address can be set on interface Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10492 >Category: kern >Synopsis: broadcast IP address can be set on interface >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 Mar 8 15:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gaspar Chilingarov >Release: 3.1 RELEASE >Organization: Armenian Computer Center >Environment: 3.1 RELEASE from Walnut's CDROM, custom kernel >Description: when trying to run something like (setup old BSD style or new style broadcast address on your network interface) ifconfig iface_name 10.0.0.0 netmask 255.255.255.0 or ifconfig iface_name 10.0.0.255 netmask 255.255.255.0 it gives no error and setups this IP address on interface, but that address is unusable and may cause problems when sending packets to real network tried ONLY on ether pseudo-device >How-To-Repeat: ifconfig iface_name 10.0.0.0 netmask 255.255.255.0 or ifconfig iface_name 10.0.0.255 netmask 255.255.255.0 >Fix: change to TCP/IP stack proposed >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 Mar 8 15:28: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 87D4A14F99 for ; Mon, 8 Mar 1999 15:27:55 -0800 (PST) (envelope-from schuerge@wurzelausix.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.3/1999020800) with ESMTP id AAA26388 for ; Tue, 9 Mar 1999 00:27:36 +0100 (CET) Received: from wurzelausix.cs.uni-sb.de (wurzelausix.cs.uni-sb.de [134.96.247.1]) by cs.uni-sb.de (8.9.3/1999020800) with ESMTP id AAA21508 for ; Tue, 9 Mar 1999 00:27:35 +0100 (CET) Received: (from schuerge@localhost) by wurzelausix.cs.uni-sb.de (8.9.1/wjp/19980821) id AAA13730; Tue, 9 Mar 1999 00:27:35 +0100 (CET) From: Thomas Schuerger Message-Id: <199903082327.AAA13730@wurzelausix.cs.uni-sb.de> Subject: Scheduling bug To: freebsd-bugs@freebsd.org Date: Tue, 9 Mar 1999 00:27:34 +0100 (CET) Cc: schuerge@wurzelausix.CS.Uni-SB.DE (Thomas Schuerger) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I am not really satisfied with the scheduling (time-slicing) used in FreeBSD. When having two processes running, one with nice-level 0, the other one with nice-level 19 and both consuming as much CPU time as possible (e.g. an endless loop), FreeBSD will do a 2:1 time-slicing (that is, the first process will get 66% of the CPU-time and the other one 33%). For a test, just start two Perl processes doing a "while(1) {}", renice one of the processes to 19 and watch the "top" output. This behaviour is rather strange. It means that if having a long-running process in the background (nice-level 19), any CPU-intensive foreground process will run with at most 2/3 of the possible speed. I have tried the same on Linux, which gives the second process about 9% of the CPU-time and therefore resulting in a 10:1 slicing, which I find much more promising. Solaris resulted in a 7:1 time-slicing. Is there anything that can be done to make renicing a process to high values more effective? I would like to see the slicing factors drop off e.g. exponentially with the nice-level used, so that renicing to 19 has a huge effect and really makes such processes run in the background, giving a lot more CPU-time to foreground processes if needed. Is there a kernel option that affects this? Ciao, Thomas. P.S.: I'm using FreeBSD 4.0-Current, but it was the same on 3.0-Release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 16: 0:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F67B14F83 for ; Mon, 8 Mar 1999 16:00:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA75345; Mon, 8 Mar 1999 16:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 8 Mar 1999 16:00:02 -0800 (PST) Message-Id: <199903090000.QAA75345@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Darrell Anderson Subject: Re: kern/9413: profiling does not work with elf kernels Reply-To: Darrell Anderson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9413; it has been noted by GNATS. From: Darrell Anderson To: freebsd-gnats-submit@freebsd.org, assar@sics.se Cc: Subject: Re: kern/9413: profiling does not work with elf kernels Date: Mon, 08 Mar 1999 18:57:15 -0500 I've experience this problem and successfully used the fix. -Darrell -- Department of Computer Science, Duke University, Durham, NC 27708-0129 Darrell Anderson, anderson@cs.duke.edu, http://www.cs.duke.edu/~anderson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 17:23:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A607214FE5; Mon, 8 Mar 1999 17:23:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA84930; Mon, 8 Mar 1999 17:23:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 8 Mar 1999 17:23:15 -0800 (PST) From: Message-Id: <199903090123.RAA84930@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/10418 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libpam is built before libradius/libtacplus etc. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Mon Mar 8 17:22:53 PST 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 18:29: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 5AEC014F94; Mon, 8 Mar 1999 18:29:00 -0800 (PST) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id UAA28353; Mon, 8 Mar 1999 20:28:43 -0600 (CST) Date: Mon, 8 Mar 1999 20:28:42 -0600 From: "Matthew D. Fuller" To: bugs@freebsd.org Cc: jkh@freebsd.org Subject: Nag note Message-ID: <19990308202842.Q25217@futuresouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-OS: FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a non-automatic nag note generated approximately 'whenever I remember'. PR bin/9471 relating to msgs: This has a patch in GNATS, I just sent an updated one that includes the relevant updates to the manpage. PR bin/10152 relating to fortune(6): This has a patch and a request for opinions on it in GNATS. Should I start crying 'logjam' now? ;-) --- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller http://www.over-yonder.net/~fullermd | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "The only reason I'm burning my candle at both ends, | * is because I haven't figured out how to light the * | middle yet" | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 8 18:30:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70D3114D2D for ; Mon, 8 Mar 1999 18:30:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA88907; Mon, 8 Mar 1999 18:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 8 Mar 1999 18:30:02 -0800 (PST) Message-Id: <199903090230.SAA88907@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Matthew D. Fuller" Subject: Re: bin/9471: msgs: /var/msgs/bounds: No such file or directory Reply-To: "Matthew D. Fuller" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/9471; it has been noted by GNATS. From: "Matthew D. Fuller" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/9471: msgs: /var/msgs/bounds: No such file or directory Date: Mon, 8 Mar 1999 20:23:28 -0600 Here's the patch with the manpage update as well. Index: msgs.1 =================================================================== RCS file: /usr/cvs/src/usr.bin/msgs/msgs.1,v retrieving revision 1.5 diff -u -r1.5 msgs.1 --- msgs.1 1998/06/23 16:52:59 1.5 +++ msgs.1 1999/02/13 00:46:40 @@ -117,7 +117,16 @@ .Nm will make a new .Pa bounds -file the next time it is run. +file the next time it is run with the +.Fl s +option. +If +.Nm +is run with any option other than +.Fl s , +an error will be displayed if +.Pa /var/msgs/bounds +does not exist. .Pp The .Fl s Index: msgs.c =================================================================== RCS file: /usr/cvs/src/usr.bin/msgs/msgs.c,v retrieving revision 1.13 diff -u -r1.13 msgs.c --- msgs.c 1998/07/14 19:07:30 1.13 +++ msgs.c 1999/02/13 00:39:01 @@ -246,8 +246,14 @@ * determine current message bounds */ snprintf(fname, sizeof(fname), "%s/%s", _PATH_MSGS, BOUNDS); - if (stat(fname, &buf) < 0) - err(errno, "%s", fname); + if (send_msg != YES) { + if (stat(fname, &buf) < 0) { + if (hush != YES) + err(errno, "%s", fname); + else + exit(1); + } + } bounds = fopen(fname, "r"); if (bounds != NULL) { --- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller http://www.over-yonder.net/~fullermd | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "The only reason I'm burning my candle at both ends, | * is because I haven't figured out how to light the * | middle yet" | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 0:33:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76DF915159; Tue, 9 Mar 1999 00:33:17 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA08055; Tue, 9 Mar 1999 00:33:03 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 9 Mar 1999 00:33:03 -0800 (PST) From: Message-Id: <199903090833.AAA08055@freefall.freebsd.org> To: Mark.OLear@Colorado.EDU, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/1565 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Moving a file to it's link completely removes file State-Changed-From-To: analyzed->closed State-Changed-By: sheldonh State-Changed-When: Tue Mar 9 00:08:01 PST 1999 State-Changed-Why: Fixed at undetermined date. mv(1) file to its link replaces the link with the file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 0:34:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE07E14D7B; Tue, 9 Mar 1999 00:34:08 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA08132; Tue, 9 Mar 1999 00:33:54 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 9 Mar 1999 00:33:54 -0800 (PST) From: Message-Id: <199903090833.AAA08132@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, wosch@FreeBSD.org Subject: Re: bin/1565 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Moving a file to it's link completely removes file Responsible-Changed-From-To: freebsd-bugs->wosch Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Mar 9 00:33:05 PST 1999 Responsible-Changed-Why: Closed with his permission. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 0:36:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C30215046; Tue, 9 Mar 1999 00:36:52 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA08334; Tue, 9 Mar 1999 00:36:38 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 9 Mar 1999 00:36:38 -0800 (PST) From: Message-Id: <199903090836.AAA08334@freefall.freebsd.org> To: kev@Kev.lab321.ru, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/9698 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unusable console, when I start xdm from /etc/ttys State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Mar 9 00:35:16 PST 1999 State-Changed-Why: Closed at originator's request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 1:40:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8BC7151C9; Tue, 9 Mar 1999 01:39:38 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA12989; Tue, 9 Mar 1999 01:39:24 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Tue, 9 Mar 1999 01:39:24 -0800 (PST) From: Message-Id: <199903090939.BAA12989@freefall.freebsd.org> To: nsmart@indigo.ie, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/6308 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] date(1) -v argument cannot vary seconds State-Changed-From-To: suspended->closed State-Changed-By: brian State-Changed-When: Tue Mar 9 01:39:06 PST 1999 State-Changed-Why: Patches applied to -current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 1:59:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 1F74D14FB4; Tue, 9 Mar 1999 01:59:11 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA08499; Tue, 9 Mar 1999 20:58:52 +1100 Date: Tue, 9 Mar 1999 20:58:52 +1100 From: Bruce Evans Message-Id: <199903090958.UAA08499@godzilla.zeta.org.au> To: freebsd-bugs@FreeBSD.ORG, sheldonh@FreeBSD.ORG, wosch@FreeBSD.ORG Subject: Re: bin/1565 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Synopsis: Moving a file to it's link completely removes file > >Responsible-Changed-From-To: freebsd-bugs->wosch >Responsible-Changed-By: sheldonh >Responsible-Changed-When: Tue Mar 9 00:33:05 PST 1999 >Responsible-Changed-Why: >Closed with his permission. The bug in the PR seems to be fixed, but cross-device moves are still quite broken: (1) $ touch /tmp/z; ln -s /tmp/z ~/z1; mv ~/z1 /tmp/z where "~" and "/tmp" are not on the same filesystem, causes the link to be removed instead of moved. (2) $ rm /tmp/z; ln -s /tmp/z ~/z1; mv ~/z1 /tmp/z causes the link to be moved, but then mv(1) emits a bogus error message saying that the rename to do the move failed. mv(2) also has various bugs for hard links. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 2: 0:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D42A14D5F for ; Tue, 9 Mar 1999 02:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA14796; Tue, 9 Mar 1999 02:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 02:00:01 -0800 (PST) Message-Id: <199903091000.CAA14796@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brian Somers Subject: Re: bin/7669: libalias does not IRC DCC packets under certain conditions Reply-To: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7669; it has been noted by GNATS. From: Brian Somers To: joelh@gnu.org, Eivind Eklund Cc: FreeBSD-gnats-submit@FreeBSD.ORG, Brian Somers Subject: Re: bin/7669: libalias does not IRC DCC packets under certain conditions Date: Tue, 09 Mar 1999 09:36:07 +0000 This is a multipart MIME message. --==_Exmh_-6848283430 Content-Type: text/plain; charset=us-ascii Hi, Any chance of you two reviewing this change to close 7669 ? If it doesn't work in all situations I'll add an option - but then again, it may not work at all :-) TIA. -- Brian Don't _EVER_ lose your sense of humour ! --==_Exmh_-6848283430 Content-Type: application/x-patch ; name="7669-alias.patch" Content-Description: 7669-alias.patch Content-Disposition: attachment; filename="7669-alias.patch" Index: alias_irc.c =================================================================== RCS file: /home/ncvs/src/lib/libalias/alias_irc.c,v retrieving revision 1.4 diff -u -r1.4 alias_irc.c --- alias_irc.c 1998/06/06 21:52:36 1.4 +++ alias_irc.c 1999/03/09 09:24:09 @@ -208,7 +208,8 @@ true_port = htons(org_port); - true_addr.s_addr = htonl(org_addr); + /* Use our source IP number, *NOT* the ``org_addr'' that we found in the packet */ + true_addr = pip->ip_src; destaddr.s_addr = 0; /* Steal the FTP_DATA_PORT - it doesn't really matter, and this --==_Exmh_-6848283430-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 2:32:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 56BBC150BC; Tue, 9 Mar 1999 02:32:31 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10KJnH-000Pnl-00; Tue, 9 Mar 1999 12:31:23 +0200 From: Sheldon Hearn To: Bruce Evans Cc: freebsd-bugs@FreeBSD.ORG, wosch@FreeBSD.ORG Subject: Re: bin/1565 In-reply-to: Your message of "Tue, 09 Mar 1999 20:58:52 +1100." <199903090958.UAA08499@godzilla.zeta.org.au> Date: Tue, 09 Mar 1999 12:31:23 +0200 Message-ID: <99184.920975483@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 09 Mar 1999 20:58:52 +1100, Bruce Evans wrote: > (1) $ touch /tmp/z; ln -s /tmp/z ~/z1; mv ~/z1 /tmp/z > > where "~" and "/tmp" are not on the same filesystem, causes the > link to be removed instead of moved. Sure, the link is removed, but I haven't lost the referenced file. I must admit that I can't think of any alternative behaviour that I'd prefer. What _should_ happen? > (2) $ rm /tmp/z; ln -s /tmp/z ~/z1; mv ~/z1 /tmp/z > > causes the link to be moved, but then mv(1) emits a bogus error > message saying that the rename to do the move failed. As I understand things, it looks like this: ln -s /tmp/z ~/z1 make ~/z1 a symlink to /tmp/z (which doesn't exist) mv ~/z1 /tmp/z move the symlink ~/z1 to /tmp/z oops, can't "dereference" ~/z1, spit a warning And at that point, you want it to fail, rather than moving the link. Have I got it straight? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 2:41:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 33FD21505F for ; Tue, 9 Mar 1999 02:41:19 -0800 (PST) (envelope-from schuerge@wurzelausix.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.3/1999020800) with ESMTP id LAA27667 for ; Tue, 9 Mar 1999 11:40:59 +0100 (CET) Received: from wurzelausix.cs.uni-sb.de (wurzelausix.cs.uni-sb.de [134.96.247.1]) by cs.uni-sb.de (8.9.3/1999020800) with ESMTP id LAA26112 for ; Tue, 9 Mar 1999 11:40:59 +0100 (CET) Received: (from schuerge@localhost) by wurzelausix.cs.uni-sb.de (8.9.1/wjp/19980821) id LAA21691 for freebsd-bugs@freebsd.org; Tue, 9 Mar 1999 11:40:58 +0100 (CET) From: Thomas Schuerger Message-Id: <199903091040.LAA21691@wurzelausix.cs.uni-sb.de> Subject: cat bug To: freebsd-bugs@freebsd.org Date: Tue, 9 Mar 1999 11:40:57 +0100 (CET) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! When using "cat" on a directory instead of a file, "cat" will output garbage characters. I haven't found anything in the manpages about it, but I think it should produce an error instead, just like Solaris or Linux does it (e.g. Linux says: "cat: /tmp: Is a directory"). Ciao, Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 2:49:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from pgu.karelia.ru (pgu.karelia.ru [195.161.9.177]) by hub.freebsd.org (Postfix) with SMTP id DC27F1511B for ; Tue, 9 Mar 1999 02:49:41 -0800 (PST) (envelope-from maximus@gw.postdep.karelia.su) Received: from gw.postdep.karelia.su by pgu.karelia.su id aa06578; 9 Mar 99 13:49 MSK Received: from localhost by gw.postdep.karelia.su id LAA00368; (8.6.5/vak/1.9) Tue, 9 Mar 1999 11:53:29 +0300 To: freebsd-bugs@freebsd.org Cc: root@gw.postdep.karelia.su Message-ID: Organization: UFPS Karelia. From: "Kizik M. V." Date: Tue, 9 Mar 99 11:53:29 +0300 X-Mailer: BML [UNIX Beauty Mail v.1.39] Subject: FreeBSD 2.1 and year 2000 problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Friends! We have FreeBSD 2.1 CDROM package from Walnut Creek. Would you inform us about any problems with year 2000 of this package? Bye. Best regards. Maxim Kizik. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 3: 3:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 8F16B14E74; Tue, 9 Mar 1999 03:03:11 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id WAA13899; Tue, 9 Mar 1999 22:02:51 +1100 Date: Tue, 9 Mar 1999 22:02:51 +1100 From: Bruce Evans Message-Id: <199903091102.WAA13899@godzilla.zeta.org.au> To: bde@zeta.org.au, sheldonh@iafrica.com Subject: Re: bin/1565 Cc: freebsd-bugs@FreeBSD.ORG, wosch@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> (1) $ touch /tmp/z; ln -s /tmp/z ~/z1; mv ~/z1 /tmp/z >> >> where "~" and "/tmp" are not on the same filesystem, causes the >> link to be removed instead of moved. > >Sure, the link is removed, but I haven't lost the referenced file. I >must admit that I can't think of any alternative behaviour that I'd >prefer. What _should_ happen? You should lose the target file in all cases, not just for non-cross device links. >> (2) $ rm /tmp/z; ln -s /tmp/z ~/z1; mv ~/z1 /tmp/z >> >> causes the link to be moved, but then mv(1) emits a bogus error >> message saying that the rename to do the move failed. > >As I understand things, it looks like this: > > ln -s /tmp/z ~/z1 > make ~/z1 a symlink to /tmp/z (which doesn't exist) > > mv ~/z1 /tmp/z > move the symlink ~/z1 to /tmp/z > oops, can't "dereference" ~/z1, spit a warning > >And at that point, you want it to fail, rather than moving the link. >Have I got it straight? I got this slightly wrong. It doesn't cause the link to be be moved. mv just gives up too easily. It should just move the link. Case (1) reduces to case (2) after rm -f'ing the target for the cross- device case as documented in mv.1 (mv should actually rename the target so that it can be restored on error, unless the target is a directory when the move is about to fail unless the source and target are empty directories). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 3:15:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id DBBE514BEF for ; Tue, 9 Mar 1999 03:15:27 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id UAA20610; Tue, 9 Mar 1999 20:15:17 +0900 (JST) Message-ID: <36E5027C.9C90BC71@newsguy.com> Date: Tue, 09 Mar 1999 20:14:04 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: "Matthew D. Fuller" Cc: bugs@FreeBSD.ORG Subject: Re: Nag note References: <19990308202842.Q25217@futuresouth.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Matthew D. Fuller" wrote: > > PR bin/10152 relating to fortune(6): This has a patch and a request for > opinions on it in GNATS. It looks reasonable to me. When you said you wanted feedback, I thought you were just going to commit it unless anyone object to... :-) -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "FreeBSD is Yoda, Linux is Luke Skywalker." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 3:18: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 9ADB814D33 for ; Tue, 9 Mar 1999 03:17:26 -0800 (PST) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id FAA24895; Tue, 9 Mar 1999 05:17:06 -0600 (CST) Date: Tue, 9 Mar 1999 05:17:05 -0600 From: "Matthew D. Fuller" To: "Daniel C. Sobral" Cc: bugs@FreeBSD.ORG Subject: Re: Nag note Message-ID: <19990309051705.U25217@futuresouth.com> References: <19990308202842.Q25217@futuresouth.com> <36E5027C.9C90BC71@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <36E5027C.9C90BC71@newsguy.com>; from Daniel C. Sobral on Tue, Mar 09, 1999 at 08:14:04PM +0900 X-OS: FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 09, 1999 at 08:14:04PM +0900, a little birdie told me that Daniel C. Sobral remarked > "Matthew D. Fuller" wrote: > > > > PR bin/10152 relating to fortune(6): This has a patch and a request for > > opinions on it in GNATS. > > It looks reasonable to me. When you said you wanted feedback, I > thought you were just going to commit it unless anyone object to... If I could've, I would've ;) I have many strange and intriquing powers, but that's not one of them... --- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller http://www.over-yonder.net/~fullermd | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "The only reason I'm burning my candle at both ends, | * is because I haven't figured out how to light the * | middle yet" | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 3:47:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94DFC152BF; Tue, 9 Mar 1999 03:47:47 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA23811; Tue, 9 Mar 1999 03:47:33 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Tue, 9 Mar 1999 03:47:33 -0800 (PST) From: Message-Id: <199903091147.DAA23811@freefall.freebsd.org> To: mi@aldan.algebra.com, dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10152 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fortune(6) gives bogus diagnostic sometimes State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Tue Mar 9 03:47:21 PST 1999 State-Changed-Why: Fixed. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 4:50:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C2AA14D14 for ; Tue, 9 Mar 1999 04:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA28473; Tue, 9 Mar 1999 04:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 04:50:01 -0800 (PST) Message-Id: <199903091250.EAA28473@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Eivind Eklund Subject: Re: bin/7669: libalias does not IRC DCC packets under certain conditions Reply-To: Eivind Eklund Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7669; it has been noted by GNATS. From: Eivind Eklund To: Brian Somers Cc: joelh@gnu.org, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/7669: libalias does not IRC DCC packets under certain conditions Date: Tue, 9 Mar 1999 13:45:10 +0100 On Tue, Mar 09, 1999 at 09:36:07AM +0000, Brian Somers wrote: > Hi, > > Any chance of you two reviewing this change to close 7669 ? If it > doesn't work in all situations I'll add an option - but then again, > it may not work at all :-) This change does not work in all situations. The correct way to handle it would be to have libalias trap the protocol mIRC use to query the IRC server. If anybody know where I could get information on what the protocol does, I can try to see if there is some easy way to put a handler for it into libalias - I suspect it could be slightly problematic, due to needing to track the extra information on a per-stream basis. It would probably be a good addition to the libalias infrastructure, though. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 4:50:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9984214D5F for ; Tue, 9 Mar 1999 04:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA28482; Tue, 9 Mar 1999 04:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freebsd.first.gmd.de (freebsd.first.gmd.de [194.95.170.200]) by hub.freebsd.org (Postfix) with ESMTP id A601C14E1A for ; Tue, 9 Mar 1999 04:47:28 -0800 (PST) (envelope-from wosch@freebsd.first.gmd.de) Received: (from wosch@localhost) by freebsd.first.gmd.de (8.9.1/8.9.1) id NAA01882; Tue, 9 Mar 1999 13:43:55 +0100 (MET) (envelope-from wosch) Message-Id: <199903091243.NAA01882@freebsd.first.gmd.de> Date: Tue, 9 Mar 1999 13:43:55 +0100 (MET) From: Wolfram Schneider Reply-To: wosch@freebsd.first.gmd.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10507: Process hangs in state VM pgd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10507 >Category: kern >Synopsis: Process hangs in state VM pgd >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 9 04:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Wolfram Schneider >Release: FreeBSD 3.1-STABLE from 1999-03-09 >Organization: >Environment: >Description: last pid: 356; load averages: 0.25, 0.73, 0.48 up 0+01:17:45 13:36:01 25 processes: 1 running, 24 sleeping CPU states: 0.0% user, 0.0% nice, 0.8% system, 2.3% interrupt, 96.9% idle Mem: 23M Active, 3976K Inact, 21M Wired, 1668K Cache, 7524K Buf, 12M Free Swap: 150M Total, 73M Used, 77M Free, 49% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 348 wosch -20 0 33932K 16408K VM pgd 3:35 0.00% 0.39% perl 335 wosch -20 0 36652K 8212K VM pgd 4:08 0.00% 0.00% perl $ ps -xuawww | grep perl wosch 335 0.0 13.2 36652 8212 p0 D 1:25PM 4:07.61 perl /home/wosch/tmp/rpm2cpio howto-french-5.2-2.noarch.rpm wosch 348 0.0 26.3 33932 16408 p0 D 1:29PM 3:35.28 perl /home/wosch/tmp/rpm2cpio howto-french-5.2-2.noarch.rpm >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 Tue Mar 9 5:10:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 994CF15315 for ; Tue, 9 Mar 1999 05:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA29968; Tue, 9 Mar 1999 05:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 05:10:01 -0800 (PST) Message-Id: <199903091310.FAA29968@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dmitrij Tejblum Subject: Re: kern/10507: Process hangs in state VM pgd Reply-To: Dmitrij Tejblum Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10507; it has been noted by GNATS. From: Dmitrij Tejblum To: wosch@freebsd.first.gmd.de Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/10507: Process hangs in state VM pgd Date: Tue, 09 Mar 1999 16:06:18 +0300 > 348 wosch -20 0 33932K 16408K VM pgd 3:35 0.00% 0.39% perl > 335 wosch -20 0 36652K 8212K VM pgd 4:08 0.00% 0.00% perl > Say 'vmstat -m'. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 6:23: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from tlvsdy.vim.tlt.alcatel.it (tlvsdy.vim.tlt.alcatel.it [151.98.8.244]) by hub.freebsd.org (Postfix) with SMTP id A1F2F15347 for ; Tue, 9 Mar 1999 06:22:11 -0800 (PST) (envelope-from luigi@tlclba.chi.tlt.alcatel.it) Received: from tlcsac by tlvsdy.vim.tlt.alcatel.it (SMI-8.6/SMI-SVR4) id PAA22062; Tue, 9 Mar 1999 15:18:08 +0100 Received: from tlclba (tlclba.chi.tlt.alcatel.it) by tlcsac (5.x/SMI-SVR4) id AA22899; Tue, 9 Mar 1999 15:16:15 +0100 Received: by tlclba (4.1/SMI-4.1) id AA04725; Tue, 9 Mar 99 15:19:00 +0100 Date: Tue, 9 Mar 99 15:19:00 +0100 From: luigi@tlclba.chi.tlt.alcatel.it (Luigi Gente Magnani) Message-Id: <9903091419.AA04725@tlclba> To: freebsd-bugs@freebsd.org Subject: Not quite a bug... Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi everyone, here is my problem: I'm working with FB2.2.5, but I've had a lot of trouble working my ATAPI CD-ROM, an ancient ECS ELITEGROUP 2x. It is detected by the kernel, but there was no way to mount it. After almost two years, not all spent trying to mount CD-ROMs, I've found that the startsector figured out from CD-ROM (may be it a default?) worth 512 (I don't remember where I take it, I should have read that value running mount_cd9660 -v). My CD-ROM can't be mounted with that value, but works fine with -s 0. According to the manpage, if the CD driver is empty, the software should default startsector to 0, but it doesn't appear to be so. It's not a huge problem: it simply means that people could haven't an automatic CD-ROM detection, but they must apply some parameter by hand. Could it happen with other, more modern, CD-ROM driver? In other words, do you know this problem? Thank you. -- Luigi Gente Magnani To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 6:50:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34A82152B5 for ; Tue, 9 Mar 1999 06:50:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA95603; Tue, 9 Mar 1999 06:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 06:50:03 -0800 (PST) Message-Id: <199903091450.GAA95603@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Wolfram Schneider Subject: Re: kern/10507: Process hangs in state VM pgd Reply-To: Wolfram Schneider Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10507; it has been noted by GNATS. From: Wolfram Schneider To: Dmitrij Tejblum , wosch@freebsd.first.gmd.de Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10507: Process hangs in state VM pgd Date: Tue, 9 Mar 1999 15:39:39 +0100 On 1999-03-09 16:06:18 +0300, Dmitrij Tejblum wrote: > > 348 wosch -20 0 33932K 16408K VM pgd 3:35 0.00% 0.39% perl > > 335 wosch -20 0 36652K 8212K VM pgd 4:08 0.00% 0.00% perl > > > > Say 'vmstat -m'. Memory statistics by bucket size Size In Use Free Requests HighWater Couldfree 16 151 105 452 1280 0 32 169 87 1486 640 0 64 625 15 107234 320 0 128 569 7 1589 160 0 256 553 7 105860 80 0 512 48 0 150 40 0 1K 43 29 179 20 19 2K 26 48 92 10 33 4K 8 0 16 5 0 8K 1 0 1 5 0 16K 169 0 170 5 0 32K 364 0 364 5 0 Memory usage type by bucket size Size Type(s) 16 kld, devbuf, temp, proc, sysctl, soname, pcb, vnodes, ether_multi, routetbl, igmp 32 kld, sigio, devbuf, temp, pgrp, subproc, sysctl, soname, pcb, vnodes, ifaddr, ether_multi, routetbl, in_multi 64 file, lockf, namecache, devbuf, temp, session, pcb, vnodes, ifaddr, routetbl 128 kld, timecounter, file desc, zombie, namecache, devbuf, temp, proc, cred, ttys, soname, vnodes, ifaddr, routetbl, VM pgdata, ZONE 256 file desc, devbuf, temp, subproc, vnodes, routetbl, NFS srvsock, NFS daemon, FFS node, VM pgdata 512 kld, file desc, devbuf, temp, proc, ioctlops, BIO buffer, mount, UFS mount, VM pgdata 1K kld, file desc, devbuf, temp, BIO buffer, NQNFS Lease 2K kld, file desc, devbuf, ioctlops, ttys, pcb, BIO buffer, UFS mount, mbuf 4K kld, devbuf, temp, ioctlops, UFS mount, VM pgdata 8K MSDOSFS mount 16K ISOFS mount, kld, devbuf, temp, NFS hash, UFS ihash, VM pgdata 32K namecache, VM pgdata Memory statistics by type Type Kern Type InUse MemUse HighUse Limit Requests Limit Limit Size(s) ISOFS mount 1 16K 16K 10349K 1 0 0 16K kld 10 20K 25K 10349K 22 0 0 16,32,128,512,1K,2K,4K,16K timecounter 5 1K 1K 10349K 5 0 0 128 file desc 28 10K 12K 10349K 334 0 0 128,256,512,1K,2K file 73 5K 5K 10349K 1062 0 0 64 sigio 1 1K 1K 10349K 1 0 0 32 zombie 0 0K 1K 10349K 295 0 0 128 lockf 2 1K 1K 10349K 40 0 0 64 namecache 496 63K 64K 10349K 105734 0 0 64,128,32K devbuf 255 109K 109K 10349K 663 0 0 16,32,64,128,256,512,1K,2K,4K,16K temp 33 21K 35K 10349K 425 0 0 16,32,64,128,256,512,1K,4K,16K pgrp 18 1K 1K 10349K 31 0 0 32 session 16 1K 2K 10349K 26 0 0 64 proc 7 2K 2K 10349K 7 0 0 16,128,512 subproc 56 4K 4K 10349K 657 0 0 32,256 cred 9 2K 2K 10349K 31 0 0 128 sysctl 0 0K 1K 10349K 4 0 0 16,32 ioctlops 0 0K 4K 10349K 7 0 0 512,2K,4K ttys 282 39K 39K 10349K 602 0 0 128,2K soname 3 1K 1K 10349K 79 0 0 16,32,128 pcb 20 5K 5K 10349K 35 0 0 16,32,64,2K BIO buffer 39 45K 172K 10349K 220 0 0 512,1K,2K mount 5 3K 3K 10349K 5 0 0 512 vnodes 44 7K 7K 10349K 954 0 0 16,32,64,128,256 MSDOSFS mount 1 8K 8K 10349K 1 0 0 8K ifaddr 14 2K 2K 10349K 14 0 0 32,64,128 ether_multi 7 1K 1K 10349K 7 0 0 16,32 routetbl 25 3K 3K 10349K 35 0 0 16,32,64,128,256 igmp 1 1K 1K 10349K 1 0 0 16 in_multi 2 1K 1K 10349K 2 0 0 32 NFS srvsock 2 1K 1K 10349K 2 0 0 256 NFS daemon 1 1K 1K 10349K 1 0 0 256 NQNFS Lease 1 1K 1K 10349K 1 0 0 1K NFS hash 1 16K 16K 10349K 1 0 0 16K FFS node 471 118K 118K 10349K 105488 0 0 256 UFS ihash 1 16K 16K 10349K 1 0 0 16K UFS mount 12 20K 20K 10349K 12 0 0 512,2K,4K VM pgdata 765 10350K 10350K 10349K 768 1 0 128,256,512,4K,16K,32K ZONE 18 3K 3K 10349K 18 0 0 128 mbuf 1 2K 2K 10349K 1 0 0 2K Memory Totals: In Use Free Requests 10884K 133K 217593 -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 7: 0:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CAF914CB4 for ; Tue, 9 Mar 1999 07:00:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA04086; Tue, 9 Mar 1999 07:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 07:00:02 -0800 (PST) Message-Id: <199903091500.HAA04086@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Wolfram Schneider Subject: Re: kern/10507: Process hangs in state VM pgd Reply-To: Wolfram Schneider Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10507; it has been noted by GNATS. From: Wolfram Schneider To: Dmitrij Tejblum , wosch@freebsd.first.gmd.de Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10507: Process hangs in state VM pgd Date: Tue, 9 Mar 1999 14:56:21 +0100 On 1999-03-09 16:06:18 +0300, Dmitrij Tejblum wrote: > > 348 wosch -20 0 33932K 16408K VM pgd 3:35 0.00% 0.39% perl > > 335 wosch -20 0 36652K 8212K VM pgd 4:08 0.00% 0.00% perl > > > > Say 'vmstat -m'. I'm now running a 4.0-current kernel (on 3.1-stable binaries) it the perl script runs fine. -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 7:30:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFBC314C5A for ; Tue, 9 Mar 1999 07:30:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA17204; Tue, 9 Mar 1999 07:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 07:30:01 -0800 (PST) Message-Id: <199903091530.HAA17204@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dmitrij Tejblum Subject: Re: kern/10507: Process hangs in state VM pgd Reply-To: Dmitrij Tejblum Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10507; it has been noted by GNATS. From: Dmitrij Tejblum To: Wolfram Schneider Cc: wosch@freebsd.first.gmd.de, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10507: Process hangs in state VM pgd Date: Tue, 09 Mar 1999 18:21:28 +0300 > VM pgdata 765 10350K 10350K 10349K 768 1 0 128,256,512,4K,16K,32K It cannot happen. I've seen it once, though. I thought it is a sort of hardware bug. (I have had another reasons to think so.) malloc(9) has a bug: it sleep when the limit is reached and it is called with M_USE_RESERVE (was called M_KERNEL). Fixing the bug wouldn't help much here anyway, IMO. In any case, Matt Dillon completely replaced swap_pager in -current... Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 8:20:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ED7E14E35 for ; Tue, 9 Mar 1999 08:20:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA52772; Tue, 9 Mar 1999 08:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 85DED14CA8; Tue, 9 Mar 1999 08:17:55 -0800 (PST) Message-Id: <19990309161755.85DED14CA8@hub.freebsd.org> Date: Tue, 9 Mar 1999 08:17:55 -0800 (PST) From: mclaughj@segasoft.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/10509: Cvs can hang system when used with pserver over ssh forwarded connection Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10509 >Category: misc >Synopsis: Cvs can hang system when used with pserver over ssh forwarded connection >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 9 08:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: John McLaughlin >Release: 2.2.8-STABLE >Organization: Segasoft Ireland >Environment: FreeBSD jmcl.segasoft.com 2.2.8-STABLE FreeBSD 2.2.8-STABLE #1: Thu Jan 21 10:08:21 GMT 1999 mclaughj@jmcl.segasoft.com:/usr/src/sys/compile/JMCL i386 >Description: Doing any cvs operation, via pserver, when the pserver port (2401) is forwarded over an SSH session to a host which for some reason refuses the connection, will eventually cause the system to exhaust virtual and/or physical memory, use 80-90% CPU and eventually hange the system >How-To-Repeat: $ ssh -L 2401:bad.cvs.pserver:2401 some.remote.host (in another terminal window) $ cvs -d :pserver:username@localhost:/path/to/repository login (any cvs command will perform similarly - co, update etc) >Fix: None known. The problem is in recv_line() in client.c. Due to recv() returning 0 (it *does* have a valid connection to sshd), the function keeps reallocing buffers until it runs out of space >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 Mar 9 8:24:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72CFE14E25; Tue, 9 Mar 1999 08:24:16 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA57139; Tue, 9 Mar 1999 08:24:02 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 9 Mar 1999 08:24:02 -0800 (PST) From: Message-Id: <199903091624.IAA57139@freefall.freebsd.org> To: shanee@rabbit.augusta.de, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/3591 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: parts in rc.local have no effects in rc.* State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Mar 9 08:22:36 PST 1999 State-Changed-Why: Content-free initial report, no response to request for details. Oh, and rc.local is deprecated. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 8:36:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7195614CD0; Tue, 9 Mar 1999 08:36:36 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA67375; Tue, 9 Mar 1999 08:36:22 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 9 Mar 1999 08:36:22 -0800 (PST) From: Message-Id: <199903091636.IAA67375@freefall.freebsd.org> To: lew@mmasia.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/3807 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mitsumi cd-rom fx800 (8x cd-rom) is not recognized when the system is brought up. It cannot be probed and times out. Possible driver IRQ problem. State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Mar 9 08:35:31 PST 1999 State-Changed-Why: 2.1 branch is dead. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 10:10:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00DD814FE1 for ; Tue, 9 Mar 1999 10:10:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA21714; Tue, 9 Mar 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id D876E1506A for ; Tue, 9 Mar 1999 10:07:48 -0800 (PST) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id MAA28045 for ; Tue, 9 Mar 1999 12:07:30 -0600 (CST) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma028043; Tue, 9 Mar 99 12:07:14 -0600 Received: (from nectar@localhost) by spawn.nectar.com (8.9.2/8.9.1) id MAA93173; Tue, 9 Mar 1999 12:07:14 -0600 (CST) (envelope-from nectar) Message-Id: <199903091807.MAA93173@spawn.nectar.com> Date: Tue, 9 Mar 1999 12:07:14 -0600 (CST) From: Jacques Vidrine Reply-To: nectar@nectar.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10510: Remote cvs botches commits on occassion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10510 >Category: bin >Synopsis: Remote cvs botches commits on occassion >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 Mar 9 10:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jacques Vidrine >Release: FreeBSD 3.1-STABLE i386 >Organization: None to be had >Environment: FreeBSD 3.x - 4.x >Description: On occassion, when committing a new file in place of a dead revision using remote cvs (i.e. ``cvs server''), cvs barfs and leaves the repository in an inconsistent state. The repository will contain an rcsfile with the latest revision being ``state dead'', and further attempts to commit new revisions will fail with ``cannot add file `foo' when RCS file `..../foo,v' already exists''. As an example session: local_machine$ cvs ci [fill out the log] cvs commit: Examining . cvs server: warning: cannot stat patch-ag: No such file or directory Checking in patch-ag; /home/ncvs/ports/x11/gnomecore/patches/patch-ag,v <-- patch-ag cvs [server aborted]: can't stat patch-ag: No such file or directory cvs commit: saving log message in /tmp/cvsm91737 [wonder what went wrong, try to commit again] local_machine$ cvs ci [fill out log] cvs commit: Examining . cvs commit: cannot add file `patch-ag' when RCS file `/home/ncvs/ports/x11/gnomecore/patches/patch-ag,v' already exists cvs [commit aborted]: correct above errors first! >How-To-Repeat: Not sure -- it doesn't happen always. But a prerequisite is that you are committing a revision to a file that has previously been ``cvs remove''d. In the above example, the CVS/Entries file looks normal: /patch-ab/1.3/Fri Jan 1 06:20:55 1999// /patch-ac/1.3/Fri Jan 1 06:20:55 1999// /patch-ad/1.3/Fri Jan 1 06:20:55 1999// /patch-aa/1.8/Mon Mar 8 19:22:03 1999// /patch-ae/1.8/Mon Mar 8 19:22:03 1999// /patch-af/1.6/Mon Mar 8 19:22:03 1999// /patch-ag/0/Mon Mar 8 19:22:03 1999// /patch-ah/0/Mon Mar 8 19:22:03 1999// D >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 Tue Mar 9 10:25:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD6FB14F7E; Tue, 9 Mar 1999 10:25:46 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA22563; Tue, 9 Mar 1999 10:25:32 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 9 Mar 1999 10:25:32 -0800 (PST) From: Message-Id: <199903091825.KAA22563@freefall.freebsd.org> To: dcarmich@mcs.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, phk@FreeBSD.org Subject: Re: kern/4849 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 2.2.5-RELEASE does not detect TI PCI-1130 CardBus PCMCIA controller State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Mar 9 10:05:52 PST 1999 State-Changed-Why: TI 1130 supported in 2.2.6-RELEASE, originator not available for confirmation. Responsible-Changed-From-To: freebsd-bugs->phk Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Mar 9 10:05:52 PST 1999 Responsible-Changed-Why: He added recognition for the controller. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 10:30:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EF641504F for ; Tue, 9 Mar 1999 10:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA22951; Tue, 9 Mar 1999 10:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgate.spa.is.uec.ac.jp (ns.spa.is.uec.ac.jp [130.153.67.2]) by hub.freebsd.org (Postfix) with ESMTP id D47881504B for ; Tue, 9 Mar 1999 10:20:59 -0800 (PST) (envelope-from msaitoh@spa.is.uec.ac.jp) Received: from atami.spa.is.uec.ac.jp (atami.spa.is.uec.ac.jp [130.153.67.21]) by mailgate.spa.is.uec.ac.jp (8.8.8+2.7Wbeta7/3.6W+spa-2.0a) with ESMTP id DAA14908 for ; Wed, 10 Mar 1999 03:20:40 +0900 (JST) Received: by atami.spa.is.uec.ac.jp (8.8.8/3.6W+spa-null-2.0b) id DAA08352; Wed, 10 Mar 1999 03:20:40 +0900 (JST) Message-Id: <199903091820.DAA08352@atami.spa.is.uec.ac.jp> Date: Wed, 10 Mar 1999 03:20:40 +0900 (JST) From: SAITOH Masanobu Reply-To: msaitoh@spa.is.uec.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10511: incorrect return value in kvm_read(3) and kvm_write(3) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10511 >Category: bin >Synopsis: incorrect return value in kvm_read(3) and kvm_write(3) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 9 10:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: SAITOH Masanobu >Release: all >Organization: University of Electro-Communications >Environment: -current >Description: manpage says: + RETURN VALUES + Upon success, the number of bytes actually transferred is returned. Oth- + erwise, -1 is returned. but, it returns 0 on error. And, some programs ckecks like: if (kvm_read(kd, addr, buf, len) < 0) This causes serious problems. >How-To-Repeat: This bug cause pidentd to infinite-loops. >Fix: return -1 on error. >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 Mar 9 11:15: 2 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 8F9C114DD1 for ; Tue, 9 Mar 1999 11:14:55 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.57.48]) by smtp04.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAB5B9; Tue, 9 Mar 1999 19:36:14 +0100 Received: from daemon.ninth-circle.org (abaddon@daemon.ninth-circle.org [192.168.0.1]) by daemon.ninth-circle.org (8.9.3/8.9.3) with ESMTP id HAA46044; Tue, 9 Mar 1999 07:25:42 +0100 (CET) (envelope-from asmodai@wxs.nl) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <005401be69ab$0f28aa80$79d37e8b@steve.adpcc.ds.adp.com> Date: Tue, 09 Mar 1999 07:25:42 +0100 (CET) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: Steve LaRocca Subject: RE: Y2K Question Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 08-Mar-99 Steve LaRocca wrote: > We are running several instances FreeBSD 2.2.1-RELEASE (SHAZAM) #0: Fri > May 16 04:30:51 EDT 1997. I've been to the website and read through your > Y2K compliance information. However, I'm more of the PC Tech, than a > UNIX tech. My question therefore is this - based on the version that we > are running, are there any fixes/patches/upgrades necessary for us to > perform. The BIOS has been checked and passes the Y2K test we are using. Please direct your questions to freebsd-questions next time, thanks. There have been some efforts by, I thought, Danial Sobral(sp?) on the Y2k readiness and it is my firm believe that since the 2.2 branch is officially declared dead to upgrade to 3.1-STABLE which is believed to be very, very compliant. HTH, --- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The idea does not replace the work... Network/Security Specialist *BSD: Powered by Knowledge & Know-how To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 11:44:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 762B11539A; Tue, 9 Mar 1999 11:44:17 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA27510; Tue, 9 Mar 1999 11:44:03 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Tue, 9 Mar 1999 11:44:03 -0800 (PST) From: Message-Id: <199903091944.LAA27510@freefall.freebsd.org> To: matt@zigg.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/5541 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ppp -alias (2.2.5-STABLE) has troubles with Netscape submitting documents State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Tue Mar 9 11:42:46 PST 1999 State-Changed-Why: 2.2.5 is no longer supported. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 11:47:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71AEB153AB; Tue, 9 Mar 1999 11:47:46 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA27975; Tue, 9 Mar 1999 11:47:32 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Tue, 9 Mar 1999 11:47:32 -0800 (PST) From: Message-Id: <199903091947.LAA27975@freefall.freebsd.org> To: peter@baileynm.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/8388 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Windows DUN sends DOMAIN\username, ppp is unhappy. State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Tue Mar 9 11:45:23 PST 1999 State-Changed-Why: The suggested fix is commented as a ``disgusting hack'', and IMHO is. If people misconfigure their client, they get what they deserve I'm afraid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 11:49: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C13C8150CC; Tue, 9 Mar 1999 11:49:03 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA28088; Tue, 9 Mar 1999 11:48:49 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Tue, 9 Mar 1999 11:48:49 -0800 (PST) From: Message-Id: <199903091948.LAA28088@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: bin/10399 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bad cpu limit w/ (60s) w/ getty+ppp Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Tue Mar 9 11:47:39 PST 1999 Responsible-Changed-Why: ppp's mine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 11:50:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CE83153E2 for ; Tue, 9 Mar 1999 11:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA28186; Tue, 9 Mar 1999 11:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E6DCF153CB; Tue, 9 Mar 1999 11:49:21 -0800 (PST) Message-Id: <19990309194921.E6DCF153CB@hub.freebsd.org> Date: Tue, 9 Mar 1999 11:49:21 -0800 (PST) From: usuario@mailexcite.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/10513: problema con la instalacion desde particion dos Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10513 >Category: misc >Synopsis: problema con la instalacion desde particion dos >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: Tue Mar 9 11:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Usuario A. >Release: 3.1-19990305-STABLE >Organization: - >Environment: >Description: Cuando intente instalar el sistema desde una particion dos, segui las instrucciones de crear una carpeta llamada frebsd y puse ahi todos loas rchivos necesarios, pero al instalar, me dijo que no pudo instalar ninguno de los paquetes que seleccione: bin, ports, doc, etc.; posteriormente, utilice una utilidad llamada setup que viene en la carpeta tools, la cual me creo la carpeta que necesitaba, segun las instrucciones, pero ni asi se instalo, mando el mismo mensaje de error. La unica forma de que lo instalara, fue copiando todas las carpetas al directorio raiz del disco c:, y solo asi lo instalo. >How-To-Repeat: Seguir las instrucciones paso a paso para instalar el sistema desde una particion dos, creando la carpeta freebsd en c:\ y copiando ahi los archivos a instalar. >Fix: La solucion que encontre es copiar todo directamente a raiz y no a la carpeta freebsd que se pide en la guia de instalacion, aunque yo creo que la solucion ideal seria corregir el programa de instalacion directamente. >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 Mar 9 12:10:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 145051553A for ; Tue, 9 Mar 1999 12:09:57 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id PAA20932; Tue, 9 Mar 1999 15:09:56 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 9 Mar 1999 15:09:56 -0500 (EST) From: Bill Fumerola To: Thomas Schuerger Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: cat bug In-Reply-To: <199903091040.LAA21691@wurzelausix.cs.uni-sb.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 9 Mar 1999, Thomas Schuerger wrote: > When using "cat" on a directory instead of a file, "cat" will output garbage characters. > I haven't found anything in the manpages about it, but I think it should produce an error > instead, just like Solaris or Linux does it (e.g. Linux says: "cat: /tmp: Is a directory"). Don't mistake bugs for behaviour. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 12:51:34 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from icicle.winternet.com (icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (Postfix) with ESMTP id 62F3714F1B for ; Tue, 9 Mar 1999 12:51:15 -0800 (PST) (envelope-from nrahlstr@mail.winternet.com) Received: (from adm@localhost) by icicle.winternet.com (8.8.8/8.8.8) id OAA21514; Tue, 9 Mar 1999 14:50:41 -0600 (CST) Received: from tundra.winternet.com(198.174.169.11) by icicle.winternet.com via smap (V2.0) id xma021457; Tue, 9 Mar 99 14:50:13 -0600 Received: (from nrahlstr@localhost) by tundra.winternet.com (8.8.7/8.8.4) id OAA23032; Tue, 9 Mar 1999 14:50:20 -0600 (CST) Message-ID: <19990309145020.A22858@winternet.com> Date: Tue, 9 Mar 1999 14:50:20 -0600 From: Nathan Ahlstrom To: Jeroen Ruigrok/Asmodai , Steve LaRocca Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Y2K Question References: <005401be69ab$0f28aa80$79d37e8b@steve.adpcc.ds.adp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Jeroen Ruigrok/Asmodai on Tue, Mar 09, 1999 at 07:25:42AM +0100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Please direct your questions to freebsd-questions next time, thanks. Actually in his defense the y2k statement page, says: If you have further questions....contact freebsd-bugs. > There have been some efforts by, I thought, Danial Sobral(sp?) on the Y2k > readiness and it is my firm believe that since the 2.2 branch is officially > declared dead to upgrade to 3.1-STABLE which is believed to be very, very > compliant. It was Daniel O'Callaghan (danny@FreeBSD.org). But, unfortunately, he seems to be kinda busy lately and not responding to email or updating his web site. :-( Look at http://www.freebsd.org/~danny/ for the Y2K audit information. It is my belief that all known Y2K bugs have been fixed in both 2.2-STABLE and 3.1-STABLE, but I may be wrong. -- Nathan Ahlstrom nrahlstr@winternet.com http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 13:36:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.baileynm.com (fw.baileynm.com [206.109.159.11]) by hub.freebsd.org (Postfix) with SMTP id 2BC0014CEA for ; Tue, 9 Mar 1999 13:36:41 -0800 (PST) (envelope-from peter@baileynm.com) Received: (qmail 6858 invoked from network); 9 Mar 1999 21:36:22 -0000 Received: from web.nmti.com (198.178.0.201) by fw.nmti.com with SMTP; 9 Mar 1999 21:36:22 -0000 Received: from baileynm.com (grendel.nmti.com [198.178.0.150]) by web.nmti.com (8.6.12/8.6.9) with SMTP id PAA09320; Tue, 9 Mar 1999 15:36:22 -0600 Received: by baileynm.com (5.65v4.0/1.1.8.2/08Sep97-0924AM) id AA29365; Tue, 9 Mar 1999 15:36:22 -0600 From: Peter da Silva Message-Id: <9903092136.AA29365@baileynm.com> Subject: Re: misc/8388 To: brian@FreeBSD.org Date: Tue, 9 Mar 1999 15:36:21 -0600 (CST) Cc: peter@baileynm.com, freebsd-bugs@FreeBSD.org In-Reply-To: <199903091947.LAA27975@freefall.freebsd.org> from "brian@FreeBSD.org" at Mar 9, 99 11:47:32 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 378 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The suggested fix is commented as a ``disgusting hack'', and > IMHO is. If people misconfigure their client, they get what they > deserve I'm afraid. Don't forget the golden rule: be conservative with what you send and liberal with what you accept. In a Microsoft Monopoly World having FreeBSD boxes happily accept broken Windows login names helps make FreeBSD look good. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 13:40:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CF7A14E27 for ; Tue, 9 Mar 1999 13:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA36933; Tue, 9 Mar 1999 13:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from obsidian.noc.dfn.de (obsidian.noc.dfn.de [193.174.247.193]) by hub.freebsd.org (Postfix) with ESMTP id 7A02614DB7 for ; Tue, 9 Mar 1999 13:39:30 -0800 (PST) (envelope-from schweikh@obsidian.noc.dfn.de) Received: (from schweikh@localhost) by obsidian.noc.dfn.de (8.8.7/8.8.7) id WAA16301 for FreeBSD-gnats-submit@freebsd.org; Tue, 9 Mar 1999 22:39:12 +0100 (MET) Message-Id: <199903092139.WAA16301@obsidian.noc.dfn.de> Date: Tue, 9 Mar 1999 22:39:12 +0100 (MET) From: Jens Schweikhardt To: FreeBSD-gnats-submit@freebsd.org Subject: bin/10515: time(1) not POSIX.2 compliant (patch included) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10515 >Category: bin >Synopsis: time(1) not POSIX.2 compliant (patch included) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 9 13:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jens Schweikhardt >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: DFN >Environment: 2.2.7-RELEASE off of the CD ROM. >Description: POSIX.2 requires time(1) to support the -p option which must produce output that looks like "real %f\nuser %f\nsys %f\n". The current format is all on one line and numbers first and -p is not supported. >How-To-Repeat: /usr/bin/time -p [barfs: no -p] >Fix: This fix simply adds the missing -p option to time(1). It also makes time's exit status conform to POSIX.2, which should not harm anyone (haha, famous last words). I've also updated the man page time.1 to reflect all changes (DIAGNOSTICS and STANDARDS sections plus more). A small step towards POSIX compliance but a giant leap for my application, which *needs* it :-) Jens Schweikhardt diff -u against the 2.2.7R files: --- time.c.old Tue Mar 9 22:20:52 1999 +++ time.c Tue Mar 9 22:20:29 1999 @@ -55,6 +55,7 @@ #include #include +#include #include static int getstathz __P((void)); @@ -66,16 +67,19 @@ char **argv; { register int pid; - int ch, status, lflag; + int ch, status, lflag, pflag; struct timeval before, after; struct rusage ru; - lflag = 0; - while ((ch = getopt(argc, argv, "l")) != -1) + lflag = pflag = 0; + while ((ch = getopt(argc, argv, "lp")) != -1) switch((char)ch) { case 'l': lflag = 1; break; + case 'p': + pflag = 1; + break; case '?': default: usage(); @@ -91,10 +95,16 @@ err(1, "time"); /* NOTREACHED */ case 0: /* child */ + errno = 0; execvp(*argv, argv); - warn("%s", *argv); - _exit(1); /* NOTREACHED */ + if (errno == ENOENT) { + warn("%s", *argv); + _exit(127); /* POSIX: utility could not be found */ + } else { + warn("%s", *argv); + _exit(126); /* POSIX: utility could not be invoked */ + } } /* parent */ (void)signal(SIGINT, SIG_IGN); @@ -107,11 +117,22 @@ after.tv_usec -= before.tv_usec; if (after.tv_usec < 0) after.tv_sec--, after.tv_usec += 1000000; - fprintf(stderr, "%9ld.%02ld real ", after.tv_sec, after.tv_usec/10000); - fprintf(stderr, "%9ld.%02ld user ", - ru.ru_utime.tv_sec, ru.ru_utime.tv_usec/10000); - fprintf(stderr, "%9ld.%02ld sys\n", - ru.ru_stime.tv_sec, ru.ru_stime.tv_usec/10000); + if (pflag) { + /* POSIX wants output that must look like + "real %f\nuser %f\nsys %f\n" and requires + at least two digits after the radix. */ + fprintf(stderr, "real %ld.%02ld\n", after.tv_sec, after.tv_usec/10000); + fprintf(stderr, "user %ld.%02ld\n", + ru.ru_utime.tv_sec, ru.ru_utime.tv_usec/10000); + fprintf(stderr, "sys %ld.%02ld\n", + ru.ru_stime.tv_sec, ru.ru_stime.tv_usec/10000); + } else { + fprintf(stderr, "%9ld.%02ld real ", after.tv_sec, after.tv_usec/10000); + fprintf(stderr, "%9ld.%02ld user ", + ru.ru_utime.tv_sec, ru.ru_utime.tv_usec/10000); + fprintf(stderr, "%9ld.%02ld sys\n", + ru.ru_stime.tv_sec, ru.ru_stime.tv_usec/10000); + } if (lflag) { int hz = getstathz(); u_long ticks; @@ -161,7 +182,7 @@ static void usage() { - fprintf(stderr, "usage: time [-l] command\n"); + fprintf(stderr, "usage: time [-l] [-p] command\n"); exit(1); } --- time.1.old Tue Mar 9 21:19:10 1999 +++ time.1 Tue Mar 9 22:14:05 1999 @@ -40,6 +40,7 @@ .Sh SYNOPSIS .Nm .Op Fl l +.Op Fl p .Ar command .Sh DESCRIPTION The @@ -59,10 +60,9 @@ writes to the standard error stream, (in seconds): the total time elapsed, -time consumed by system overhead, -and the time used to execute the +the time used to execute the .Ar command -process. +process, and the time consumed by system overhead. .Pp Available options: .Bl -tag -width Ds @@ -71,25 +71,44 @@ .Em rusage structure are printed as well. .El +.Bl -tag -width Ds +.It Fl p +Use the POSIX output format, "real %f\\nuser %f\\nsys %f\\n". +.El .Pp -The -.Xr csh 1 -has its own and syntactically different builtin version of +Most shells have their own and syntactically different builtin version of .Nm time . The command described here is available as .Pa /usr/bin/time -to -.Xr csh -users. +to users of those shells. +.Sh DIAGNOSTICS +If +.Ar command +could be timed successfully, its exit status is returned. In case +.Ar command +terminated abnormally, a warning message is output to stderr. +If the +.Ar command +was found but could not be run, the exit status is 126. +If no +.Ar command +could be found at all, the exit status is 127. +If +.Nm +encounters any other error, the exit status is between 1 and 125 +including. .Sh BUGS The granularity of seconds on micro processors is crude and can result in times being reported for CPU usage which are too large by a second. .Sh SEE ALSO -.Xr csh 1 , .Xr getrusage 2 , .Xr wait 2 +.Sh STANDARDS +The +.Nm +utility is expected to conform to ISO/IEC 9945-2:1993 (``POSIX''). .Sh HISTORY A .Nm >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org Subject: time(1) not POSIX.2 compliant (patch included) From: schweikh@noc.dfn.de Reply-To: schweikh@noc.dfn.de X-send-pr-version: 3.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 14:18:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id F17F314EC4; Tue, 9 Mar 1999 14:18:17 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.2/8.8.8) with ESMTP id WAA83706; Tue, 9 Mar 1999 22:18:00 GMT (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id WAA03200; Tue, 9 Mar 1999 22:17:31 GMT (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199903092217.WAA03200@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Peter da Silva Cc: brian@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8388 In-reply-to: Your message of "Tue, 09 Mar 1999 15:36:21 CST." <9903092136.AA29365@baileynm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Mar 1999 22:17:31 +0000 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > The suggested fix is commented as a ``disgusting hack'', and > > IMHO is. If people misconfigure their client, they get what they > > deserve I'm afraid. > > Don't forget the golden rule: be conservative with what you send and > liberal with what you accept. > > In a Microsoft Monopoly World having FreeBSD boxes happily accept > broken Windows login names helps make FreeBSD look good. Maybe, but I'd tend to err on the side of caution where authentication is involved. If they don't get it exactly right, they lose - otherwise everyone has to start imagining ``risky scenarios''. I agree with the above golden rule in other cases though. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 14:50:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E536615308 for ; Tue, 9 Mar 1999 14:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA44762; Tue, 9 Mar 1999 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 14:50:01 -0800 (PST) Message-Id: <199903092250.OAA44762@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jose M. Alcaide" Subject: Re: misc/10513: problema con la instalacion desde particion dos Reply-To: "Jose M. Alcaide" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10513; it has been noted by GNATS. From: "Jose M. Alcaide" To: usuario@mailexcite.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/10513: problema con la instalacion desde particion dos Date: Tue, 09 Mar 1999 23:40:21 +0100 [English translation below] Me temo que la inmensa mayoría de los desarrolladores de FreeBSD no conocen el español, por lo que probablemente no podrán resolver su problema. Lamento decirle que nunca he instalado el FreeBSD desde una partición DOS, por lo que tampoco puedo ayudarle, pero creo que sí puede encontrar ayuda en la lista de FreeBSD en español: freebsd@es.freebsd.org. Me he tomado la libertad de redirigir su mensaje a dicha lista. I am afraid that most FreeBSD developers don't know the Spanish language, so that they will not be able to solve your problem (probably). I cannot help you (I never did a FreeBSD installation from a DOS partition); however, I think that you may find the Spanish FreeBSD mail list useful: freebsd@es.freebsd.org. I have just forwarded your PR to that list. -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@es.FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 14:52:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.baileynm.com (fw.baileynm.com [206.109.159.11]) by hub.freebsd.org (Postfix) with SMTP id 8D6F814E3D for ; Tue, 9 Mar 1999 14:52:09 -0800 (PST) (envelope-from peter@baileynm.com) Received: (qmail 7353 invoked from network); 9 Mar 1999 22:51:46 -0000 Received: from web.nmti.com (198.178.0.201) by fw.nmti.com with SMTP; 9 Mar 1999 22:51:46 -0000 Received: from baileynm.com (grendel.nmti.com [198.178.0.150]) by web.nmti.com (8.6.12/8.6.9) with SMTP id QAA13108; Tue, 9 Mar 1999 16:51:46 -0600 Received: by baileynm.com (5.65v4.0/1.1.8.2/08Sep97-0924AM) id AA08931; Tue, 9 Mar 1999 16:51:46 -0600 From: Peter da Silva Message-Id: <9903092251.AA08931@baileynm.com> Subject: Re: misc/8388 To: brian@Awfulhak.org (Brian Somers) Date: Tue, 9 Mar 1999 16:51:46 -0600 (CST) Cc: peter@baileynm.com, brian@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG In-Reply-To: <199903092217.WAA03200@keep.lan.Awfulhak.org> from "Brian Somers" at Mar 9, 99 10:17:31 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 414 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Maybe, but I'd tend to err on the side of caution where > authentication is involved. If they don't get it exactly right, they > lose - otherwise everyone has to start imagining ``risky scenarios''. I'm going to end up having to reapply it with each upgrade then. Grump. How about making it a switchable option with a discouraging name, like "--microsoft-sucks-soggy-cigar-butts-through-used-oil-filters"? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 16:20: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from holly.dyndns.org (ip104.houston3.tx.pub-ip.psi.net [38.12.169.104]) by hub.freebsd.org (Postfix) with ESMTP id 71D8214F88; Tue, 9 Mar 1999 16:19:58 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id SAA12475; Tue, 9 Mar 1999 18:20:47 -0600 (CST) (envelope-from chris) Date: Tue, 9 Mar 1999 18:20:46 -0600 From: Chris Costello To: Peter da Silva Cc: brian@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8388 Message-ID: <19990309182045.D8982@holly.dyndns.org> Reply-To: chris@calldei.com References: <199903092217.WAA03200@keep.lan.Awfulhak.org> <9903092251.AA08931@baileynm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3us In-Reply-To: <9903092251.AA08931@baileynm.com>; from Peter da Silva on Tue, Mar 09, 1999 at 04:51:46PM -0600 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 9, 1999, Peter da Silva put this into my mailbox: > > Maybe, but I'd tend to err on the side of caution where > > authentication is involved. If they don't get it exactly right, they > > lose - otherwise everyone has to start imagining ``risky scenarios''. > > I'm going to end up having to reapply it with each upgrade then. Grump. > > How about making it a switchable option with a discouraging name, like > "--microsoft-sucks-soggy-cigar-butts-through-used-oil-filters"? Because it's lame! :) Maybe a 'set Broken_Windows_Login' option would be more plausible. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > -- Powered by FreeBSD 4.0-CURRENT. "The Power to Serve!" Programming just with goto's is like swatting flies with a sledgehammer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 17:50:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF53E15045 for ; Tue, 9 Mar 1999 17:50:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA56892; Tue, 9 Mar 1999 17:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 17:50:02 -0800 (PST) Message-Id: <199903100150.RAA56892@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cy Schubert - ITSD Open Systems Group Subject: Re: bin/10035: 3.0-STABLE, rc.shutdown is still ignored. Reply-To: Cy Schubert - ITSD Open Systems Group Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10035; it has been noted by GNATS. From: Cy Schubert - ITSD Open Systems Group To: freebsd-gnats-submit@freebsd.org, philip@eilio.com Cc: Subject: Re: bin/10035: 3.0-STABLE, rc.shutdown is still ignored. Date: Tue, 09 Mar 1999 17:48:39 -0800 I've been asking myself this question myself, since upgrading from 2.2.8 to 3.1.0 and receiving many more . After looking at the source, shutdown -r, which performs a reboot(), will not run rc.shutdown. To run rc.shutdown, you need to do a shutdown now. I've been thinking that to perform a reboot you will need to create a shell script to [for example] touch a file in /var/run, then issue a shutdown now. rc.shutdown would reboot, halt, or go sigle-user based upon which file would exist (or the contents of the file) in /var/run. In a sense this is vaguely similar in function what the SYSV init does when you send it an "init 6" or "init 0". Reboot(2) on the other hand is a system call that syncs the file systems and reboots or shuts down. I suppose that reboot could signal init to run rc.shutdown, however this would be more consistent with SYSV rather than BSD. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 17:50:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 725091502E for ; Tue, 9 Mar 1999 17:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA56884; Tue, 9 Mar 1999 17:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 17:50:01 -0800 (PST) Message-Id: <199903100150.RAA56884@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Hideaki Okada Subject: Re: kern/10398: Tagged queueing makes IBM DCAS-34330 slow Reply-To: Hideaki Okada Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10398; it has been noted by GNATS. From: Hideaki Okada To: "Kenneth D. Merry" Cc: freebsd-gnats-submit@FreeBSD.ORG, hokada@isl.melco.co.jp Subject: Re: kern/10398: Tagged queueing makes IBM DCAS-34330 slow Date: Wed, 10 Mar 1999 10:48:21 +0900 Ken, Thanks for your support. > So, the first thing to try is your bonnie test above, with write caching > enabled and with write caching disabled. > The next thing to try is to change the number of tags on the fly and > try to determine whether there is a point where performance drops off > completely. Here are results of bonnie, measured configurations are: WCE=1, tags=1, 2, 3, 4, 8, 16, 32, 64 WCE=0, tags=1, 4, 16, 64 -------Sequential Output-------- ---Sequential Input-- --Random-- -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks--- MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU CONFIGURATION Number of Tags write cache enabled NO 100 7222 89.2 6801 21.8 2347 8.5 7330 93.3 7368 14.6 226.5 4.7 2 100 7263 90.3 6357 20.3 2730 9.9 7025 90.5 7321 14.9 209.4 4.6 3 100 7115 88.1 6406 20.8 2289 8.9 7307 93.9 7335 15.0 212.6 4.5 4 100 7281 90.0 6204 20.8 2278 9.1 7267 93.7 7350 15.3 217.6 4.8 8 100 7236 89.7 6007 19.4 2284 8.7 7239 93.1 7374 14.9 213.4 4.5 16 100 6775 83.7 6110 19.5 2283 8.7 7239 93.1 7380 14.8 217.8 4.8 32 100 7265 89.9 4385 13.9 2274 8.7 7302 93.7 7324 14.5 218.9 4.5 64 100 6731 83.3 3038 9.8 2271 8.7 7337 94.6 7356 14.7 213.6 4.4 write cache disabled NO 100 1638 19.9 1268 3.9 1960 7.1 7377 94.2 7356 14.3 218.4 4.4 4 100 5032 62.0 3559 11.5 2277 8.9 7262 93.6 7374 15.1 216.8 4.6 16 100 5705 70.3 4599 14.6 2255 8.8 7290 93.5 7374 15.1 209.5 4.6 64 100 2847 35.0 2752 8.8 2261 8.6 7360 94.0 7374 14.7 215.3 4.6 Because it is easier to read how configuration affects, attached results of dd if=/dev/zero of=foo bs=64k count=1000 (WCE=1) tags bytes/sec NO 7258435 2 6593304 4 6551596 8 6119427 16 5853919 32 5200000 64 3048527 I hope this mail has enough information for you. thanks, Hideaki Okada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 18:10:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 209B814E93 for ; Tue, 9 Mar 1999 18:10:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA58173; Tue, 9 Mar 1999 18:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from charon-e.xpeed.com (charon-e.xpeed.com [209.101.240.10]) by hub.freebsd.org (Postfix) with SMTP id 2079D1505B for ; Tue, 9 Mar 1999 18:04:00 -0800 (PST) (envelope-from timlee@xpeed.com) Received: (qmail 25293 invoked from network); 10 Mar 1999 02:03:42 -0000 Received: from styx.dsllogic.com (172.16.2.128) by charon.dsllogic.com with SMTP; 10 Mar 1999 02:03:42 -0000 Received: (from timlee@localhost) by styx.dsllogic.com (8.9.2/8.9.0) id SAA13849; Tue, 9 Mar 1999 18:03:42 -0800 (PST) Message-Id: <199903100203.SAA13849@styx.dsllogic.com> Date: Tue, 9 Mar 1999 18:03:42 -0800 (PST) From: Reply-To: timlee@netcom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10519: "No space left on [NFS] device" while building Pine 4.10 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10519 >Category: kern >Synopsis: Pine 4.10 build gives spurious "No space left on [NFS] device" >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 Mar 9 18:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Timothy J. Lee >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: FreeBSD 3.1-RELEASE AMD K6-2, 300 MHz FIC PA2013 motherboard, VIA chipset 64 MB memory 200 MB swap space 4 GB local EIDE disk NFS server is a Sun SPARCstation 5 with Solaris 2.5.1 (with recommended patches from http://sunsolve.sun.com) NFS mounted filesystem has 794 MB of free space NFS mounted filesystem is mounted with the amd automounter. >Description: Pine 4.10 is being built from source code from UW (not the port, which is looking for the older 4.05). The following error does not occur if the source code is unpacked in /var/tmp, which on this computer has 187 MB free (compared to 794 MB for the NFS filesystem where the "No space left on device" error occurs). Note that this occurs whether or not -pipe is left in the compiler command line (-pipe is the default). styx (pine4.10) 285 % ./build bsf [various files being compiled successfully] cc -g -O -DNFSKLUDGE -c utf8.c In file included from osdep.h:40, from utf8.c:40: /usr/include/sys/dir.h:41: warning: #warning "The information in this file should be obtained from " /usr/include/sys/dir.h:42: warning: #warning "and is provided solely (and temporarily) for backward compatibility." utf8.o: No space left on device /var/tmp/ccT13793.s: Assembler messages: /var/tmp/ccT13793.s:92688: FATAL: Can't write utf8.o: No space left on device *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ^C styx (pine4.10) 286 % df . Filesystem 1K-blocks Used Avail Capacity Mounted on lathe:/export/lathe4s0/local 4123582 3287680 794667 81% /amd_mnt/lathe/export/lathe4s0/local >How-To-Repeat: See above. >Fix: The workaround for pine 4.10 is to unpack and build it on a local filesystem instead of an NFS filesystem. >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 Mar 9 19:20:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A8AD150A9 for ; Tue, 9 Mar 1999 19:20:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA61949; Tue, 9 Mar 1999 19:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 19:20:02 -0800 (PST) Message-Id: <199903100320.TAA61949@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: misc/10513: problema con la instalacion desde particion dos Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10513; it has been noted by GNATS. From: "Daniel C. Sobral" To: usuario@mailexcite.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/10513: problema con la instalacion desde particion dos Date: Wed, 10 Mar 1999 12:14:09 +0900 I seem to recall the documentation was incorrect in this respect and the directory ought to be named 3.1-RELEASE instead. usuario@mailexcite.com wrote: > > >Number: 10513 > >Category: misc > >Synopsis: problema con la instalacion desde particion dos > >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: Tue Mar 9 11:50:01 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Usuario A. > >Release: 3.1-19990305-STABLE > >Organization: > - > >Environment: > >Description: > Cuando intente instalar el sistema desde una particion dos, segui las instrucciones de crear una carpeta llamada frebsd y puse ahi todos loas rchivos necesarios, pero al instalar, me dijo que no pudo instalar ninguno de los paquetes que seleccione: bin, ports, doc, etc.; posteriormente, utilice una utilidad llamada setup que viene en la carpeta tools, la cual me creo la carpeta que necesitaba, segun las instrucciones, pero ni asi se instalo, mando el mismo mensaje de error. > La unica forma de que lo instalara, fue copiando todas las carpetas al directorio raiz del disco c:, y solo asi lo instalo. > > >How-To-Repeat: > Seguir las instrucciones paso a paso para instalar el sistema desde una particion dos, creando la carpeta freebsd en c:\ y copiando ahi los archivos a instalar. > >Fix: > La solucion que encontre es copiar todo directamente a raiz y no a la carpeta freebsd que se pide en la guia de instalacion, aunque yo creo que la solucion ideal seria corregir el programa de instalacion directamente. > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "FreeBSD is Yoda, Linux is Luke Skywalker." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 21:40:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25FA514D97 for ; Tue, 9 Mar 1999 21:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA69723; Tue, 9 Mar 1999 21:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from jli.com (jli.com [199.2.111.1]) by hub.freebsd.org (Postfix) with SMTP id 9F6D514C58 for ; Tue, 9 Mar 1999 21:30:59 -0800 (PST) (envelope-from trost@cloud.rain.com) Received: (qmail 17693 invoked by uid 4); 10 Mar 1999 05:29:49 -0000 Received: (qmail 557 invoked by uid 236); 10 Mar 1999 05:28:00 -0000 Message-Id: <19990310052800.556.qmail@grey.cloud.rain.com> Date: 10 Mar 1999 05:28:00 -0000 From: trost@cloud.rain.com Reply-To: trost@cloud.rain.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10520: can't exec files under nullfs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10520 >Category: kern >Synopsis: can't exec files under nullfs >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 9 21:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Bill Trost >Release: FreeBSD 4.0-CURRENT i386 >Organization: Trost Computing >Environment: Pentium-class machine, nullfs as a loadable kernel module, cvsup'd as of the afternoon (PST) of 3/8/1999. I don't know what else you might want, but I have RCS'd a copy of the kernel config in case that would be useful. >Description: Exec'ing programs via a nullfs mount can result in the program not running or the OS crashing. >How-To-Repeat: Two different failure modes: for d in src obj; do mount -t null /mnt/usr/$d /usr/$d; done cd /usr/src make buildworld "make buildworld" fails when it first tries to execute the bootstrap make, to the tune of the make program not being in the right format. The more dramatic failure is accomplished by: mount /tmp/foo /tmp/bar cp /usr/bin/true /tmp/bar/ /tmp/bar/true This causes a kernel page fault: fault addr = 0x40 fault code = supervisor read, page not present interrupt mask = net bio cam trap # = 12 ddb traceback says: ffs_getpages + 0x108 _end at 0xf07944b5 vnode_pager_getpages exec_map_first_page execve syscall I can provide more detail if that would be useful. >Fix: Nothing beyond "Don't do that." >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 Mar 9 22: 0:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B46281501B for ; Tue, 9 Mar 1999 22:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA70896; Tue, 9 Mar 1999 22:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from stade.demon.co.uk (stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (Postfix) with ESMTP id 6A270150A8 for ; Tue, 9 Mar 1999 21:50:42 -0800 (PST) (envelope-from aw1@stade.co.uk) Received: (from aw1@localhost) by stade.demon.co.uk (8.9.3/8.9.1) id FAA01337; Wed, 10 Mar 1999 05:36:59 GMT (envelope-from aw1) Message-Id: <199903100536.FAA01337@stade.demon.co.uk> Date: Wed, 10 Mar 1999 05:36:59 GMT From: Adrian Wontroba Reply-To: aw1@stade.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10521: CAM - disable sync cache on Fujitsu M2622 drive Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10521 >Category: kern >Synopsis: CAM - disable sync cache on Fujitsu M2622 drive >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: Tue Mar 9 22:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Adrian Wontroba >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yes, some would be nice! >Environment: Recent -current >Description: The elderly Fujitsu M2622 drive is another which doesn't like the syncronise cache command on closedown. >How-To-Repeat: Find such a drive (8-) and use it. >Fix: Add another quirk .... Index: scsi_da.c =================================================================== RCS file: /home/ncvs/src/sys/cam/scsi/scsi_da.c,v retrieving revision 1.21 diff -u -r1.21 scsi_da.c --- scsi_da.c 1999/03/05 23:20:20 1.21 +++ scsi_da.c 1999/03/10 05:07:49 @@ -134,6 +134,15 @@ }, { /* + * nor does this old Fujitsu drive like the + * synchronize cache command. + * Reported by: Adrian Wontroba + */ + {T_DIRECT, SIP_MEDIA_FIXED, "FUJITSU", "M2622*", "*"}, + /*quirks*/ DA_Q_NO_SYNC_CACHE + }, + { + /* * This drive doesn't like the synchronize cache command * either. Reported by: Matthew Jacob * in NetBSD PR kern/6027, August 24, 1998. >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 Mar 9 22:50:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B25A0150A8 for ; Tue, 9 Mar 1999 22:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA73827; Tue, 9 Mar 1999 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Mar 1999 22:50:01 -0800 (PST) Message-Id: <199903100650.WAA73827@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Casper Subject: Re: kern/5702: problem with address network routing Reply-To: Casper Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/5702; it has been noted by GNATS. From: Casper To: freebsd-gnats-submit@freebsd.org, esco@madrid.ericsson.se Cc: Subject: Re: kern/5702: problem with address network routing Date: Wed, 10 Mar 1999 10:39:28 +0400 Are there enabled ip forwarding on "PC(G) GATEWAY" (GATEWAY=YES option in /etc/rc.conf)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 9 23: 2:59 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id C27A114F37 for ; Tue, 9 Mar 1999 23:02:56 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id QAA15787; Wed, 10 Mar 1999 16:02:33 +0900 (JST) Message-ID: <36E61736.1A8E4EFE@newsguy.com> Date: Wed, 10 Mar 1999 15:54:46 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Jeroen Ruigrok/Asmodai Cc: Steve LaRocca , freebsd-bugs@FreeBSD.ORG Subject: Re: Y2K Question References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jeroen Ruigrok/Asmodai wrote: > > On 08-Mar-99 Steve LaRocca wrote: > > We are running several instances FreeBSD 2.2.1-RELEASE (SHAZAM) #0: Fri > > May 16 04:30:51 EDT 1997. I've been to the website and read through your > > Y2K compliance information. However, I'm more of the PC Tech, than a > > UNIX tech. My question therefore is this - based on the version that we > > are running, are there any fixes/patches/upgrades necessary for us to > > perform. The BIOS has been checked and passes the Y2K test we are using. > > Please direct your questions to freebsd-questions next time, thanks. > > There have been some efforts by, I thought, Danial Sobral(sp?) on the Y2k > readiness and it is my firm believe that since the 2.2 branch is officially > declared dead to upgrade to 3.1-STABLE which is believed to be very, very > compliant. The spelling of Sobral is correct, but not of Daniel. :-) And there *was* some effort done with respect to Y2K readyness, but it was _not_ by me. I wish I could assign the correct credits, but my memory is failing me. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "FreeBSD is Yoda, Linux is Luke Skywalker." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 0:30:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F039E14DA8 for ; Wed, 10 Mar 1999 00:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA80437; Wed, 10 Mar 1999 00:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 00:30:02 -0800 (PST) Message-Id: <199903100830.AAA80437@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: amagai@nue.org Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 Reply-To: amagai@nue.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10402; it has been noted by GNATS. From: amagai@nue.org To: freebsd-gnats-submit@freebsd.org, tobez@plab.ku.dk Cc: Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 Date: Wed, 10 Mar 1999 17:23:11 +0900 (JST) Dear, I have a same problem. CPU consumption time is decreased occasionally. Environment: FreeBSD 2.2.8-RELEASE, FreeBSD 3.1-RELEASE ================================================================ How to repeat: compile and run this program. #include #include #include #include struct rusage rusage; main () { int x = 0; int y; int us, uu, ss, su; for(;;) { getrusage (0, &rusage); y = rusage.ru_utime.tv_sec * 1000000 + rusage.ru_utime.tv_usec + rusage.ru_stime.tv_sec * 1000000 + rusage.ru_stime.tv_usec; if (y < x) { fprintf(stderr, "%d, previous %d %d\n", y, x, y-x); fprintf(stderr, "\tuser %d %d sys %d %d\n", us, uu, ss, su); fprintf(stderr, "\tuser %ld %ld sys %ld %ld\n", rusage.ru_utime.tv_sec, rusage.ru_utime.tv_usec, rusage.ru_stime.tv_sec, rusage.ru_stime.tv_usec); } x = y; us = rusage.ru_utime.tv_sec; uu = rusage.ru_utime.tv_usec; ss = rusage.ru_stime.tv_sec; su = rusage.ru_stime.tv_usec; } } ================================================================ problem: I make a trace of a funcion calcru in /usr/src/sys/kern/kern_resources.c p->p_sticks p->p_uticks p->p_iticks totusec(adjusted) a call : 76 13 37 928620 next call: 76 13 38 928793 utime and stime (in micro second) are evaluated as follows: utime = (totusec * p->p_uticks) / (p->p_sticks + p->p_uticks + p->p_iticks); stime = (totusec * p->p_sticks) / (p->p_sticks + p->p_uticks + p->p_iticks); p->p_sticks p->p_uticks p->p_iticks totusec utime+stime a call : 76 13 37 928620 655930 next call: 76 13 38 928793 650886 decrease 5044 usec fix: May be difficult.... Thanks Yoshiji Amagai New Unified Environment Research Project amagai@nue.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 0:54: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 303DD150B2; Wed, 10 Mar 1999 00:54:07 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA82905; Wed, 10 Mar 1999 00:53:53 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 10 Mar 1999 00:53:53 -0800 (PST) From: Message-Id: <199903100853.AAA82905@freefall.freebsd.org> To: mgrommet@insolwwb.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/8290 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.0-19981009-BETA with DPT PM3334UW controller dies on sysinstall trying to newfs file systems.. State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Wed Mar 10 00:53:10 PST 1999 State-Changed-Why: Originator reports problem fixed in 3.0-RELEASE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 1: 2:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DD231508E; Wed, 10 Mar 1999 01:02:46 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA83353; Wed, 10 Mar 1999 01:02:32 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 10 Mar 1999 01:02:32 -0800 (PST) From: Message-Id: <199903100902.BAA83353@freefall.freebsd.org> To: futagi@csctk.jcsnet.or.jp, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/2717 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Panic with daily script (find) State-Changed-From-To: feedback->closed State-Changed-By: sheldonh State-Changed-When: Wed Mar 10 01:01:06 PST 1999 State-Changed-Why: bde's advice was sound, problem resolved by reducing the number of printf's in custom kernel patch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 1:38:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3426B14E22; Wed, 10 Mar 1999 01:38:12 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA85605; Wed, 10 Mar 1999 01:37:58 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 10 Mar 1999 01:37:58 -0800 (PST) From: Message-Id: <199903100937.BAA85605@freefall.freebsd.org> To: sakamoto@hlla.is.tsukuba.ac.jp, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/5493 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] aic6330.c: kernel freeze when I access CD-ROM State-Changed-From-To: suspended->closed State-Changed-By: sheldonh State-Changed-When: Wed Mar 10 01:37:04 PST 1999 State-Changed-Why: Active development on 2.2 branch is over, no committer available. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 2: 0:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9036715015 for ; Wed, 10 Mar 1999 02:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA86897; Wed, 10 Mar 1999 02:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freebsd.first.gmd.de (freebsd.first.gmd.de [194.95.170.200]) by hub.freebsd.org (Postfix) with ESMTP id D50A91508E for ; Wed, 10 Mar 1999 01:56:28 -0800 (PST) (envelope-from wosch@freebsd.first.gmd.de) Received: (from wosch@localhost) by freebsd.first.gmd.de (8.9.1/8.9.1) id KAA08676; Wed, 10 Mar 1999 10:53:23 +0100 (MET) (envelope-from wosch) Message-Id: <199903100953.KAA08676@freebsd.first.gmd.de> Date: Wed, 10 Mar 1999 10:53:23 +0100 (MET) From: Wolfram Schneider Reply-To: wosch@freebsd.first.gmd.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10522: make world died due -Werror Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10522 >Category: bin >Synopsis: make world died due -Werror >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 Mar 10 02:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Wolfram Schneider >Release: FreeBSD 4.0-current >Organization: >Environment: I tried to build `make world' without cc optimizing compilation (option -O). make world died in libskey due the gcc -Werror flag. cd /usr/src/lib/libskey; /usr/obj/usr/src/tmp/usr/bin/make all; +/usr/obj/usr/src/tmp/usr/bin/make -B install cc -pipe -DPERMIT_CONSOLE -D_SKEY_INTERNAL -I/usr/src/lib/libskey -W -Wall +-Werror -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libskey/skeyaccess.c +-o skeyaccess.o cc1: warnings being treated as errors /usr/obj/usr/src/tmp/usr/include/stdio.h:354: warning: `__sputc' defined but not +used /usr/obj/usr/src/tmp/usr/include/ctype.h:146: warning: `__maskrune' defined but +not used /usr/obj/usr/src/tmp/usr/include/ctype.h:160: warning: `__toupper' defined but +not used /usr/obj/usr/src/tmp/usr/include/ctype.h:167: warning: `__tolower' defined but +not used *** Error code 1 Stop. *** Error code 1 >Description: >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 Wed Mar 10 2: 5:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 60F8A150A6 for ; Wed, 10 Mar 1999 02:05:05 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id VAA07700; Wed, 10 Mar 1999 21:04:39 +1100 Date: Wed, 10 Mar 1999 21:04:39 +1100 From: Bruce Evans Message-Id: <199903101004.VAA07700@godzilla.zeta.org.au> To: amagai@nue.org, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > ================================================================ > problem: I make a trace of a funcion calcru in /usr/src/sys/kern/kern_resources.c > > p->p_sticks p->p_uticks p->p_iticks totusec(adjusted) > a call : 76 13 37 928620 > next call: 76 13 38 928793 > > utime and stime (in micro second) are evaluated as follows: > > utime = (totusec * p->p_uticks) / (p->p_sticks + p->p_uticks + p->p_iticks); > stime = (totusec * p->p_sticks) / (p->p_sticks + p->p_uticks + p->p_iticks); > > p->p_sticks p->p_uticks p->p_iticks totusec utime+stime > a call : 76 13 37 928620 655930 > next call: 76 13 38 928793 650886 > decrease 5044 usec This is correct. The problem is most obvious for small tick counts. E.g.: a call : 0 1 0 N 0 next call: 1 1 0 (N+eps)/2 (N+eps)/2 > fix: > May be difficult.... Record the times returned by calcru() and adjust them on each call to ensure monotonicity. The adjustment is always possible because totusec is monotonic. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 2:20:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C367315074 for ; Wed, 10 Mar 1999 02:20:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA88347; Wed, 10 Mar 1999 02:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 44D6314F3E for ; Wed, 10 Mar 1999 02:11:37 -0800 (PST) (envelope-from woju@freebsd.sinica.edu.tw) Received: (from woju@localhost) by freebsd.sinica.edu.tw (8.9.2/8.9.2) id SAA63759; Wed, 10 Mar 1999 18:13:56 +0800 (CST) (envelope-from woju) Message-Id: <199903101013.SAA63759@freebsd.sinica.edu.tw> Date: Wed, 10 Mar 1999 18:13:56 +0800 (CST) From: woju Reply-To: woju@freebsd.sinica.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10523: modstat problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10523 >Category: bin >Synopsis: modstat problem >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 Mar 10 02:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: woju >Release: FreeBSD 3.1-RELEASE i386 >Organization: ACADEMIA Sinica Computing Centre at Taiwan >Environment: >Description: modstat not work properly in 3.1-RELEASE >How-To-Repeat: freebsd[woju]:~$ uname -a FreeBSD freebsd.sinica.edu.tw 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11: 08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 freebsd[woju]:~$ modstat modstat: /dev/lkm: Device not configured Note: the problem still exist in 3.1-19990309-STABLE In 2.X -- bbs[woju]:~$ uname -a FreeBSD bbs.ee.ntu.edu.tw 2.2.8-19990120-SNAP FreeBSD 2.2.8-19990120-SNAP #0: Th u Feb 11 18:02:52 CST 1999 root@bbs.ee.ntu.edu.tw:/usr/src/sys/compile/FREEB SD i386 bbs[woju]:~$ modstat Type Id Off Loadaddr Size Info Rev Module Name VFS 0 12 f5fcc000 000c f5fce19c 1 procfs VFS 1 2 f5fd2000 00dd f60066cc 1 nfs EXEC 2 4 f6012000 0020 f6019010 1 linux_mod MISC 3 0 f601a000 0008 f601b000 1 daemon_saver_mod >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 Mar 10 2:30:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E9C815133 for ; Wed, 10 Mar 1999 02:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA89422; Wed, 10 Mar 1999 02:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 9E955150B2 for ; Wed, 10 Mar 1999 02:22:13 -0800 (PST) (envelope-from woju@freebsd.sinica.edu.tw) Received: (from woju@localhost) by freebsd.sinica.edu.tw (8.9.2/8.9.2) id SAA64273; Wed, 10 Mar 1999 18:24:32 +0800 (CST) (envelope-from woju) Message-Id: <199903101024.SAA64273@freebsd.sinica.edu.tw> Date: Wed, 10 Mar 1999 18:24:32 +0800 (CST) From: woju Reply-To: woju@freebsd.sinica.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10524: 3.1-19990309-STABLE install problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10524 >Category: bin >Synopsis: 3.1-19990309-STABLE install problem >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 Mar 10 02:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: woju >Release: FreeBSD 3.1-19990309-STABLE i386 >Organization: ACADEMIA Sinica Computing Centre at Taiwan >Environment: >Description: Visual config menu is entered in boot stage, and ed0's port is modified. Nearly finishing install, the install program shows -- Kernel copied OK, but unable to save boot -c changes to it. See the debug screen (ALT-F2) for details. DEBUG: kget: error sizing buffer >How-To-Repeat: Install ftp://current.freebsd.org/pub/FreeBSD/3.1-19990309-STABLE In boot stage, enter visual config menu, modify ed0's port and go on. >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 Mar 10 2:36: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7E49150C0; Wed, 10 Mar 1999 02:36:01 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA90045; Wed, 10 Mar 1999 02:35:47 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 10 Mar 1999 02:35:47 -0800 (PST) From: Message-Id: <199903101035.CAA90045@freefall.freebsd.org> To: jin@adv-pc-1.lbl.gov, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/6340 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: missing the terminfo, which causes libraries failure State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Wed Mar 10 02:35:05 PST 1999 State-Changed-Why: We don't have terminfo any more and originator isn't available for more details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 3:20:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E49914E6A for ; Wed, 10 Mar 1999 03:20:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA93337; Wed, 10 Mar 1999 03:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 03:20:02 -0800 (PST) Message-Id: <199903101120.DAA93337@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: bin/10523: modstat problem Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10523; it has been noted by GNATS. From: "Daniel C. Sobral" To: woju@freebsd.sinica.edu.tw Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/10523: modstat problem Date: Wed, 10 Mar 1999 20:09:24 +0900 Did you configure your kernel with "options LKM"? Unless you did, I'm going to close this PR. LKM is not default on 3.1, since it is deprecated. Use kld. woju wrote: > > >Number: 10523 > >Category: bin > >Synopsis: modstat problem > >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 Mar 10 02:20:00 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: woju > >Release: FreeBSD 3.1-RELEASE i386 > >Organization: > ACADEMIA Sinica Computing Centre at Taiwan > >Environment: > > >Description: > modstat not work properly in 3.1-RELEASE > > >How-To-Repeat: > freebsd[woju]:~$ uname -a > FreeBSD freebsd.sinica.edu.tw 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11: > 08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 > freebsd[woju]:~$ modstat > modstat: /dev/lkm: Device not configured > > Note: the problem still exist in 3.1-19990309-STABLE > > In 2.X -- > bbs[woju]:~$ uname -a > FreeBSD bbs.ee.ntu.edu.tw 2.2.8-19990120-SNAP FreeBSD 2.2.8-19990120-SNAP #0: Th > u Feb 11 18:02:52 CST 1999 root@bbs.ee.ntu.edu.tw:/usr/src/sys/compile/FREEB > SD i386 > bbs[woju]:~$ modstat > Type Id Off Loadaddr Size Info Rev Module Name > VFS 0 12 f5fcc000 000c f5fce19c 1 procfs > VFS 1 2 f5fd2000 00dd f60066cc 1 nfs > EXEC 2 4 f6012000 0020 f6019010 1 linux_mod > MISC 3 0 f601a000 0008 f601b000 1 daemon_saver_mod > > >Fix: > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "FreeBSD is Yoda, Linux is Luke Skywalker." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 3:31:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from may.nue.org (may.nue.org [163.138.156.31]) by hub.freebsd.org (Postfix) with ESMTP id 58EB914FDA for ; Wed, 10 Mar 1999 03:31:48 -0800 (PST) (envelope-from amagai@may.nue.org) Received: by may.nue.org (8.9.3/nue.mxn1); Wed, 10 Mar 1999 20:31:25 +0900 (JST) <199903101131.UAA01456@may.nue.org> from Date: Wed, 10 Mar 1999 20:31:25 +0900 (JST) Message-Id: <199903101131.UAA01456@may.nue.org> To: bde@zeta.org.au, freebsd-bugs@FreeBSD.ORG From: amagai@nue.org Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 In-Reply-To: <199903101004.VAA07700@godzilla.zeta.org.au> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thank you, Bruce! > Record the times returned by calcru() and adjust them on each call to Where do record the times? In proc structure (with new slots)? === How this, st = (u * st) / tot; sp->tv_sec = st / 1000000; sp->tv_usec = st % 1000000; will be if (ip == NULL) { st = (u * (st + it)) / tot; } else { st = (u * st) / tot; } sp->tv_sec = st / 1000000; sp->tv_usec = st % 1000000; System mode will be include interrput handling time. In FreeBSD-3.1-stable, calcru() is always called with NULL fourth argument. (not check 4.0) Yoshiji Amagai New Unified Environment Research Project, Tokyo Japan amagai@nue.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 3:47:45 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from lion.plab.ku.dk (lion.plab.ku.dk [130.225.105.49]) by hub.freebsd.org (Postfix) with ESMTP id 50056150E8 for ; Wed, 10 Mar 1999 03:47:41 -0800 (PST) (envelope-from tobez@lion.plab.ku.dk) Received: (from tobez@localhost) by lion.plab.ku.dk (8.9.3/8.9.1) id MAA20160; Wed, 10 Mar 1999 12:47:06 +0100 (CET) To: amagai@nue.org Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 References: <199903100830.AAA80437@freefall.freebsd.org> From: Anton Berezin Date: 10 Mar 1999 12:47:06 +0100 In-Reply-To: amagai@nue.org's message of Wed, 10 Mar 1999 00:30:02 -0800 (PST) Message-ID: <86u2vtva6d.fsf@lion.plab.ku.dk> Lines: 32 X-Mailer: Gnus v5.3/Emacs 19.34 - on FreeBSD 4.0-current Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org amagai@nue.org writes: > From: amagai@nue.org > To: freebsd-gnats-submit@freebsd.org, tobez@plab.ku.dk > Cc: > Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 > Date: Wed, 10 Mar 1999 17:23:11 +0900 (JST) > > Dear, I have a same problem. CPU consumption time is decreased occasionally. > Environment: FreeBSD 2.2.8-RELEASE, FreeBSD 3.1-RELEASE Uh oh. You have it occasionally. I have it occasionally on 3.1 and 2.2.8, too. But I have it consistenly and _very_ often --- in fact, it is a never-ending stream of y The Protein Laboratory, University of Copenhagen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 4:13: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 9A7EB150DF for ; Wed, 10 Mar 1999 04:12:54 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id XAA20806; Wed, 10 Mar 1999 23:12:32 +1100 Date: Wed, 10 Mar 1999 23:12:32 +1100 From: Bruce Evans Message-Id: <199903101212.XAA20806@godzilla.zeta.org.au> To: amagai@nue.org, bde@zeta.org.au, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Record the times returned by calcru() and adjust them on each call to > >Where do record the times? In proc structure (with new slots)? I think it belongs in the pstats struct. >=== >How this, > st = (u * st) / tot; > sp->tv_sec = st / 1000000; > sp->tv_usec = st % 1000000; > >will be > > if (ip == NULL) { > st = (u * (st + it)) / tot; > } else { > st = (u * st) / tot; > } > sp->tv_sec = st / 1000000; > sp->tv_usec = st % 1000000; > >System mode will be include interrput handling time. No, that's another family of problems (how to report interrupt time without confusing applications that don't know about it). Note that the interrupt time can be determined using p->p_runtime and the rusage info for existing processes (ps sort of does this), but there is insufficient info to determine it for child processes (ps just gets it wrong). I think getrusage() should add the interrupt time to the system time so that old applications show it, and there should be a new rusage syscall that gives the interrupt time. In any case, calcru() should keep the interrupt time separate and let its callers decide what to do with it. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 4:30:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0613514FF4 for ; Wed, 10 Mar 1999 04:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA99407; Wed, 10 Mar 1999 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 04:30:02 -0800 (PST) Message-Id: <199903101230.EAA99407@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Michael Remski Subject: Re: bin/10523: modstat problem Reply-To: Michael Remski Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10523; it has been noted by GNATS. From: Michael Remski To: freebsd-gnats-submit@freebsd.org, woju@freebsd.sinica.edu.tw Cc: Subject: Re: bin/10523: modstat problem Date: Wed, 10 Mar 1999 07:19:12 -0500 I found the same thing, but try the kldstat command. In the release notes there is a reference near the bottom about the "new kernel module interface". m -- "You are in a maze of twisty passages, all alike" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 4:59: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from may.nue.org (may.nue.org [163.138.156.31]) by hub.freebsd.org (Postfix) with ESMTP id 7EA7E150E4 for ; Wed, 10 Mar 1999 04:59:02 -0800 (PST) (envelope-from amagai@may.nue.org) Received: by may.nue.org (8.9.3/nue.mxn1); Wed, 10 Mar 1999 21:58:43 +0900 (JST) <199903101258.VAA01727@may.nue.org> from Date: Wed, 10 Mar 1999 21:58:43 +0900 (JST) Message-Id: <199903101258.VAA01727@may.nue.org> To: bde@zeta.org.au, freebsd-bugs@FreeBSD.ORG From: amagai@nue.org Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 In-Reply-To: <199903101212.XAA20806@godzilla.zeta.org.au> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > interrupt time can be determined using p->p_runtime and the rusage info > for existing processes (ps sort of does this), but there is insufficient Oh, I see. > so that old applications show it, and there should be a new rusage > syscall that gives the interrupt time. In any case, calcru() should I agree. Yoshiji Amagai New Unified Environment Research Project, Tokyo Japan amagai@nue.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 6:19:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 5E5C1150F6 for ; Wed, 10 Mar 1999 06:19:29 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id BAA30983; Thu, 11 Mar 1999 01:19:05 +1100 Date: Thu, 11 Mar 1999 01:19:05 +1100 From: Bruce Evans Message-Id: <199903101419.BAA30983@godzilla.zeta.org.au> To: amagai@nue.org, bde@zeta.org.au, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> interrupt time can be determined using p->p_runtime and the rusage info >> for existing processes (ps sort of does this), but there is insufficient > >Oh, I see. I have started implementing a fix. Don't repeat the work. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 8:20:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F474151F1 for ; Wed, 10 Mar 1999 08:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA58184; Wed, 10 Mar 1999 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 08:20:01 -0800 (PST) Message-Id: <199903101620.IAA58184@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brian Somers Subject: Re: kern/10519: "No space left on [NFS] device" while building Pine 4.10 Reply-To: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10519; it has been noted by GNATS. From: Brian Somers To: timlee@netcom.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/10519: "No space left on [NFS] device" while building Pine 4.10 Date: Wed, 10 Mar 1999 08:04:28 +0000 > > >Number: 10519 > >Category: kern > >Synopsis: Pine 4.10 build gives spurious "No space left on [NFS] device" FWIW I can confirm that this has been happening for the last week or so in my environment with /home mounted on a -current box from a 3.1 box (the 3.1 box was updated from source, no ports have yet been elfified). I haven't had time to look into it, but it's consistent in that it's always /usr/libexec/elf/ld that moans (although I haven't tried building other things - just ppp in my case). -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 8:50:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45E1A15431 for ; Wed, 10 Mar 1999 08:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA61294; Wed, 10 Mar 1999 08:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id A6F0C1532C for ; Wed, 10 Mar 1999 08:48:02 -0800 (PST) (envelope-from cy@cschuber.net.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.9.1/8.8.8) id IAA14149 for ; Wed, 10 Mar 1999 08:47:43 -0800 Received: from cschuber.net.gov.bc.ca(142.31.240.113), claiming to be "cwsys.cwsent.com" via SMTP by point.osg.gov.bc.ca, id smtpda14146; Wed Mar 10 08:47:28 1999 Received: (from cy@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id IAA17487; Wed, 10 Mar 1999 08:47:25 -0800 (PST) Message-Id: <199903101647.IAA17487@cwsys.cwsent.com> Date: Wed, 10 Mar 1999 08:47:25 -0800 (PST) From: Cy Schubert Reply-To: cschuber@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10528: MFS problem, syncing filesystems... giving up Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10528 >Category: kern >Synopsis: MFS fails to die when system shut down >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 Mar 10 08:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.1-RELEASE i386 >Organization: ITSD, Province of BC >Environment: FreeBSD cwsys 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Wed Mar 10 06:26:02 PST 1999 root@cwsys:/usr/src/sys/compile/CWSYS i386 >Description: When 3.1.0 is shut down, message "syncing filesystems... giving up" is displayed and all filesystems are dirty when system is subsequently rebooted. It appears that the difference (that is causing this problem) is that the P_SYSTEM flag is set for MFS when it first starts causing it to be unkillable by the system unless it is specifically listed in a kill command or via a umount. >How-To-Repeat: Mount an MFS filesystem and use it, then reboot. There need to be dirty buffers that need to be synced to MFS to exploit this bug, IMO 80% of the time. >Fix: --- src/sys/ufs/mfs/mfs_vfsops.c.orig Thu Dec 31 20:14:11 1998 +++ src/sys/ufs/mfs/mfs_vfsops.c Wed Mar 10 07:58:24 1999 @@ -423,8 +423,10 @@ if (dounmount(mp, 0, p) != 0) CLRSIG(p, CURSIG(p)); /* try sleep again.. */ } - else if (tsleep((caddr_t)vp, mfs_pri, "mfsidl", 0)) + else if (tsleep((caddr_t)vp, mfs_pri, "mfsidl", 0)) { gotsig++; /* try to unmount in next pass */ + curproc->p_flag &= ~P_SYSTEM; + } } return (0); } >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 Mar 10 8:50:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 194AC15433 for ; Wed, 10 Mar 1999 08:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA61299; Wed, 10 Mar 1999 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 08:50:01 -0800 (PST) Message-Id: <199903101650.IAA61299@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/10521: CAM - disable sync cache on Fujitsu M2622 drive Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10521; it has been noted by GNATS. From: "Kenneth D. Merry" To: aw1@stade.co.uk Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/10521: CAM - disable sync cache on Fujitsu M2622 drive Date: Wed, 10 Mar 1999 09:48:18 -0700 (MST) Adrian Wontroba wrote... > > >Number: 10521 > >Category: kern > >Synopsis: CAM - disable sync cache on Fujitsu M2622 drive > >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: Tue Mar 9 22:00:00 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Adrian Wontroba > >Release: FreeBSD 4.0-CURRENT i386 > >Organization: > Yes, some would be nice! > >Environment: > > Recent -current > > >Description: > > The elderly Fujitsu M2622 drive is another which doesn't like > the syncronise cache command on closedown. > You'll have to be a little more specific. What happens when the drive gets a cache sync command? Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 9:10:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FCB715253 for ; Wed, 10 Mar 1999 09:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA62968; Wed, 10 Mar 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id F409515572; Wed, 10 Mar 1999 09:06:22 -0800 (PST) Message-Id: <19990310170622.F409515572@hub.freebsd.org> Date: Wed, 10 Mar 1999 09:06:22 -0800 (PST) From: jrowan@mandli.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/10529: kzip fails on ELF kernels Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10529 >Category: bin >Synopsis: kzip fails on ELF kernels >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 Mar 10 09:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Rowan Littell >Release: FreeBSD 3.1-RELEASE i386 >Organization: Mandli Communications, Inc. >Environment: FreeBSD beowulf.internal.mandli.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 (fresh install) >Description: Kzip fails to recognize ELF-format kernels (including the GENERIC kernel supplied on installation). Output message from the GENERIC kernel is: real kernel start address will be: 0x1 real kernel end address will be: 0x65aac68a kzip: bad magic in file kernel, probably not a kernel kzip: extract returned 200 >How-To-Repeat: On a standard 3.1-RELEASE installation: $ kzip /kernel (or any other ELF-compiled kernel) >Fix: A workaround exists if you compile the kernel as a.out format AND you copy the files kzhead.o and kztail.o from a 3.0 or earlier machine (tested with 2.2.2) to /usr/lib/aout. >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 Mar 10 9:24:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CE0F1518B; Wed, 10 Mar 1999 09:24:50 -0800 (PST) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA64864; Wed, 10 Mar 1999 09:24:37 -0800 (PST) (envelope-from roberto@FreeBSD.org) Date: Wed, 10 Mar 1999 09:24:37 -0800 (PST) From: Message-Id: <199903101724.JAA64864@freefall.freebsd.org> To: schweikh@noc.dfn.de, roberto@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10515 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: time(1) not POSIX.2 compliant (patch included) State-Changed-From-To: open->closed State-Changed-By: roberto State-Changed-When: Wed Mar 10 09:23:29 PST 1999 State-Changed-Why: I rewrote the patch for 4.0-CURRENT and committed it. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 9:30:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CDFD15531 for ; Wed, 10 Mar 1999 09:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA65282; Wed, 10 Mar 1999 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 09:30:01 -0800 (PST) Message-Id: <199903101730.JAA65282@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ollivier Robert Subject: Re: bin/10515: time(1) not POSIX.2 compliant (patch included) Reply-To: Ollivier Robert Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10515; it has been noted by GNATS. From: Ollivier Robert To: Jens Schweikhardt Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/10515: time(1) not POSIX.2 compliant (patch included) Date: Wed, 10 Mar 1999 18:10:07 +0100 According to Jens Schweikhardt: > >Number: 10515 > >Category: bin > >Synopsis: time(1) not POSIX.2 compliant (patch included) I've rewritten the patch for 4.0-CURRENT and will commit it. I've kept the reference to csh(1) though. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #70: Sat Feb 27 09:43:08 CET 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 9:33:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB96A1523B; Wed, 10 Mar 1999 09:33:27 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA65504; Wed, 10 Mar 1999 09:33:14 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Wed, 10 Mar 1999 09:33:14 -0800 (PST) From: Message-Id: <199903101733.JAA65504@freefall.freebsd.org> To: ru@ucb.crimea.ua, des@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9963 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH,31-WANTED] netstat(1) and fstat(1) are no longer compatible State-Changed-From-To: open->closed State-Changed-By: des State-Changed-When: Wed Mar 10 09:32:30 PST 1999 State-Changed-Why: Fixed in -CURRENT and -STABLE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 10:20:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1504151C8 for ; Wed, 10 Mar 1999 10:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA68799; Wed, 10 Mar 1999 10:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 10:20:02 -0800 (PST) Message-Id: <199903101820.KAA68799@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: bin/10529: kzip fails on ELF kernels Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10529; it has been noted by GNATS. From: "Daniel C. Sobral" To: jrowan@mandli.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/10529: kzip fails on ELF kernels Date: Thu, 11 Mar 1999 03:13:26 +0900 Yes, kzip does not work. Try gzip, though. jrowan@mandli.com wrote: > > >Number: 10529 > >Category: bin > >Synopsis: kzip fails on ELF kernels > >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 Mar 10 09:10:01 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Rowan Littell > >Release: FreeBSD 3.1-RELEASE i386 > >Organization: > Mandli Communications, Inc. > >Environment: > FreeBSD beowulf.internal.mandli.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 > > (fresh install) > >Description: > Kzip fails to recognize ELF-format kernels (including the GENERIC kernel > supplied on installation). Output message from the GENERIC kernel is: > > real kernel start address will be: 0x1 > real kernel end address will be: 0x65aac68a > kzip: bad magic in file kernel, probably not a kernel > kzip: extract returned 200 > > >How-To-Repeat: > On a standard 3.1-RELEASE installation: > > $ kzip /kernel > > (or any other ELF-compiled kernel) > >Fix: > A workaround exists if you compile the kernel as a.out format AND you > copy the files kzhead.o and kztail.o from a 3.0 or earlier machine > (tested with 2.2.2) to /usr/lib/aout. > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "FreeBSD is Yoda, Linux is Luke Skywalker." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 10:50:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47F551515E for ; Wed, 10 Mar 1999 10:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA74106; Wed, 10 Mar 1999 10:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5D84C152BB; Wed, 10 Mar 1999 10:48:56 -0800 (PST) Message-Id: <19990310184856.5D84C152BB@hub.freebsd.org> Date: Wed, 10 Mar 1999 10:48:56 -0800 (PST) From: lopez@cisco.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/10531: uu_lock stores wrong pid if lock exists and locking process doesn't Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10531 >Category: i386 >Synopsis: uu_lock stores wrong pid if lock exists and locking process doesn't >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 Mar 10 10:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Lawrence D. Lopez >Release: 3.0 >Organization: cisco systems/network masters/l3ds >Environment: FreeBSD nptestbed2.dtdtools.cisco.com 3.0-RELEASE FreeBSD 3.0-RELEASE #78: Wed Mar 10 12:54:22 EST 1999 lawlopez@nptestbed2.dtdtools.cisco.com:/usr/src/sys/compile/NPTESTBED2 i386 >Description: /usr/src/lib/libutil/uucplock.c 8.1 If a lock file exists and the processes which created the lock file does not exist then a process using uu_lock creates a lock file with the process id which is in the old lock file. This prevents subsequent detection of the fact that the program which created the lock file still has the lock file locked because the lock file has the processid of the previous creator of the lock file in it. >How-To-Repeat: 1) compile the following program. 2) run the following program. Control C it. 3) run the following program. Control Z it. 4) repeat step 3) until you are bored. All of the processes in step 3) think they have the lock. /* cc -o uulock uulock.c -lutil */ main() { char c; int i = uu_lock("special"); if (i == 0) { printf("we have the lock\n"); for (;;) sleep(1); } printf("we do not have the lock\n"); } >Fix: In /usr/src/lib/libutil/uuplock.c static const char sccsid[] = "@(#)uucplock.c 8.1 (Berkeley) 6/6/93"; Change: 73c73 < pid_t pid; --- > pid_t pid, pid_old; 98c98 < if ((pid = get_pid (fd, &err)) == -1) --- > if ((pid_old = get_pid (fd, &err)) == -1) 103c103 < if (kill(pid, 0) == 0 || errno != ESRCH) --- > if (kill(pid_old, 0) == 0 || errno != ESRCH) >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 Mar 10 11:40:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from nemezis.ipan.lublin.pl (nemezis.ipan.lublin.pl [193.59.19.154]) by hub.freebsd.org (Postfix) with ESMTP id D5F071556B for ; Wed, 10 Mar 1999 11:40:14 -0800 (PST) (envelope-from sopel@nemezis.ipan.lublin.pl) Received: by nemezis.ipan.lublin.pl (Postfix, from userid 1006) id 6A02B1F1A8; Wed, 10 Mar 1999 20:38:45 +0000 (GMT) To: freebsd-bugs@freebsd.org Subject: login bug ? Message-Id: <19990310203845.6A02B1F1A8@nemezis.ipan.lublin.pl> Date: Wed, 10 Mar 1999 20:38:45 +0000 (GMT) From: sopel@nemezis.ipan.lublin.pl (Wojtek) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey. I have a story to tell. My great FreeBSD system: > dante# uname -a > FreeBSD dante.hell.org 3.1-RELEASE FreeBSD 3.1-RELEASE #8: Mon Mar 8 13:56:44 GMT 1999 root@dante.hell.org:/usr/src/sys/compile/DANTE i386 Meet my hero - mieciu: > [wojtek@dante][19:52] ~ > grep mieciu /etc/passwd > mieciu:*:1001:1001:dupa:/usr/home/friend/mieciu:/usr/local/bin/tcsh And his group: > dante# grep 1001 /etc/group > friend:*:1001: mieciu tries to log in: > login: mieciu > Password: > No home directory. > Logging in with home = "/". > Last login: Wed Mar 10 19:49:52 on ttyv1 > Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 > The Regents of the University of California. All rights reserved. > > dante# Here we have the directory permissions: > dante# ls -ald / /usr /usr/home /usr/home/friend /usr/home/friend/mieciu > drwxr-xr-x 18 root wheel 512 8 Mar 13:57 // > drwxr-xr-x 19 root wheel 512 9 Mar 12:51 /usr/ > drwxr-xr-x 5 root wheel 512 10 Mar 19:43 /usr/home/ > drwx--x--- 3 root friend 512 10 Mar 19:43 /usr/home/friend/ > drwx------ 2 mieciu friend 512 10 Mar 19:43 /usr/home/friend/mieciu/ What am I doing wrong ? Greetings, sopel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 12:29:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id A5CD215157 for ; Wed, 10 Mar 1999 12:29:18 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.2/8.9.1) id VAA55659; Wed, 10 Mar 1999 21:28:45 +0100 (CET) (envelope-from des) To: sopel@nemezis.ipan.lublin.pl (Wojtek) Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: login bug ? References: <19990310203845.6A02B1F1A8@nemezis.ipan.lublin.pl> From: Dag-Erling Smorgrav Date: 10 Mar 1999 21:28:45 +0100 In-Reply-To: sopel@nemezis.ipan.lublin.pl's message of "Wed, 10 Mar 1999 20:38:45 +0000 (GMT)" Message-ID: Lines: 17 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sopel@nemezis.ipan.lublin.pl (Wojtek) writes: > > dante# ls -ald / /usr /usr/home /usr/home/friend /usr/home/friend/mieciu > > drwxr-xr-x 18 root wheel 512 8 Mar 13:57 // > > drwxr-xr-x 19 root wheel 512 9 Mar 12:51 /usr/ > > drwxr-xr-x 5 root wheel 512 10 Mar 19:43 /usr/home/ > > drwx--x--- 3 root friend 512 10 Mar 19:43 /usr/home/friend/ ^ > > drwx------ 2 mieciu friend 512 10 Mar 19:43 /usr/home/friend/mieciu/ > > What am I doing wrong ? /usr/home/friend needs to be readable by mieciu; the simplest solution in this case is to make it readable by group (0750 instead of 0710). DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 12:43:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DEC614C58; Wed, 10 Mar 1999 12:43:41 -0800 (PST) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA85696; Wed, 10 Mar 1999 12:43:27 -0800 (PST) (envelope-from roberto@FreeBSD.org) Date: Wed, 10 Mar 1999 12:43:27 -0800 (PST) From: Message-Id: <199903102043.MAA85696@freefall.freebsd.org> To: toasty@dragondata.com, roberto@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10050 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] identcpu.c slightly broken State-Changed-From-To: open->closed State-Changed-By: roberto State-Changed-When: Wed Mar 10 12:42:15 PST 1999 State-Changed-Why: Patch applied in 4.0-CURRENT, thanks ! See revision 1.60 of identcpu.c. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 12:49: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 8C6D315222 for ; Wed, 10 Mar 1999 12:48:57 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id HAA24787; Thu, 11 Mar 1999 07:48:33 +1100 Date: Thu, 11 Mar 1999 07:48:33 +1100 From: Bruce Evans Message-Id: <199903102048.HAA24787@godzilla.zeta.org.au> To: amagai@nue.org, tobez@plab.ku.dk Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Subject: Re: kern/10402: times(3) non-decreaseness broken in 4.0 >> Date: Wed, 10 Mar 1999 17:23:11 +0900 (JST) >> >> Dear, I have a same problem. CPU consumption time is decreased occasionally. >> Environment: FreeBSD 2.2.8-RELEASE, FreeBSD 3.1-RELEASE >Why it happens I don't know. The only seems-to-be-relevant piece of >code that changed in comparison to 3.1 is the global removal of >p_switchtime. calcru() in /usr/src/sys/kern/kern_resource.c uses now >switchtime instead. > >Probably this: > > /usr/src/sys/sys/proc.h > 1.72 Sun Feb 28 10:53:29 1999 UTC by bde > >is somehow related to the problem. Oops. The switchtime changes broke accounting for the current timeslice whenever calcru() is called. Your example loops calling getrusage() which calls calcru(), so its user+sys time is accounted as almost 0. This made "non-decreaseness" more obvious as a side effect. I will commit fixes for both problems tomorrow. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 13: 0:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B210815202 for ; Wed, 10 Mar 1999 13:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA86724; Wed, 10 Mar 1999 13:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 13:00:01 -0800 (PST) Message-Id: <199903102100.NAA86724@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ollivier Robert Subject: Re: i386/10050: [PATCH] identcpu.c slightly broken Reply-To: Ollivier Robert Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/10050; it has been noted by GNATS. From: Ollivier Robert To: toasty@dragondata.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: i386/10050: [PATCH] identcpu.c slightly broken Date: Wed, 10 Mar 1999 21:44:04 +0100 According to toasty@dragondata.com: > >Number: 10050 > >Category: i386 > >Synopsis: [PATCH] identcpu.c slightly broken Fix applied in revision 1.60 of identcpu.c, thanks. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #70: Sat Feb 27 09:43:08 CET 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 13: 2:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from landsraad.net (caladan.arrakis.es [195.5.65.34]) by hub.freebsd.org (Postfix) with ESMTP id 587DB1532A for ; Wed, 10 Mar 1999 13:02:29 -0800 (PST) (envelope-from magickey@arrakis.es) Received: from 10.0.1.1.inf (if-40.arrakis.es [195.5.75.40]) by landsraad.net (8.9.3/8.9.3) with SMTP id WAA22607 for freebsd-bugs@freebsd.org; Wed, 10 Mar 1999 22:04:18 +0100 (MET) Date: Wed, 10 Mar 1999 22:04:18 +0100 (MET) From: magickey To: freebsd-bugs@freebsd.org Subject: MAGIC LINK EXCHANGE Message-Id: Content-Type: TEXT/PLAIN charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Friend in the magic: My name is Eduardo Hernando, and I am devoted to maker of electronic effects for magicians, I would like if it is possible you to insert my link in your web. I would be pleased if you would agree to add my page to your website.  If you would like to, let me know, and I will add your page to my website. My link: ELECTRONIC ILLUSIONS MAKER OF ELECTRONIC ILLUSIONS FOR MAGICIANS http://www.arrakis.es/~eduher/export.htm e. mail magickey@arrakis.es To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 13:41: 1 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89F74151FD for ; Wed, 10 Mar 1999 13:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA89913; Wed, 10 Mar 1999 13:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dslab7.cs.uit.no (dslab7.cs.UiT.No [129.242.16.27]) by hub.freebsd.org (Postfix) with ESMTP id 196A81520F for ; Wed, 10 Mar 1999 13:34:30 -0800 (PST) (envelope-from frodef@dslab7.cs.uit.no) Received: (from frodef@localhost) by dslab7.cs.uit.no (8.9.2/8.9.1) id WAA08519; Wed, 10 Mar 1999 22:32:41 +0100 (CET) (envelope-from frodef) Message-Id: <199903102132.WAA08519@dslab7.cs.uit.no> Date: Wed, 10 Mar 1999 22:32:41 +0100 (CET) From: Frode Vatvedt Fjeld Reply-To: frodef@dslab7.cs.uit.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/10533: meteor driver panics Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10533 >Category: i386 >Synopsis: A bug in the meteor driver causes kernel panic >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 10 13:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Frode Vatvedt Fjeld >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: FreeBSD-stable i386 with meteor video-grabber device. >Description: The meteor driver (sys/pci/meteor.c) provides an ioctl SSIGNAL for specifying a signal to send to the process when a video frame is delivered. When this ioctl is used, the kernel will (more often than not) panic (pagefault) just when the process exits. >How-To-Repeat: main() { open device ioctl (SSIGNAL) ioctl (CAPTUR) exit } >Fix: Adding a line "mtr -> proc = NULL;" somewhere in meteor_close() seems to remove the symptom. However, I guess the real problem is somewhere else. Also, the SSIGNAL ioctl interface is broken, as there is no way to return the device-driver to the original state (i.e. mtr -> proc == NULL) once this ioctl is used by a process. The code in meteor_ioctl() should go something like this: case SSIGNAL: mtr -> signal = arg; if (mtr -> signal) { mtr -> proc = p; } else { mtr -> proc = NULL; } break; >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 Mar 10 15:10:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4237715058 for ; Wed, 10 Mar 1999 15:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA97904; Wed, 10 Mar 1999 15:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 15:10:01 -0800 (PST) Message-Id: <199903102310.PAA97904@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Joe Greco Subject: Re: kern/10411: top, vmstat, iostat show 0% cpu idle & usage on SMP system Reply-To: Joe Greco Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10411; it has been noted by GNATS. From: Joe Greco To: freebsd-gnats-submit@freebsd.org, bob@pmr.com, stable@freebsd.org Cc: Subject: Re: kern/10411: top, vmstat, iostat show 0% cpu idle & usage on SMP system Date: Wed, 10 Mar 1999 17:07:08 -0600 (CST) > After installing a MP kernel on my system I have noticed that the various > system utilities that display cpu usage all report 0.0% for everything. > The UP kernel does not have this problem and the MP kernel will work ok > briefly after rebooting, until I apply a load (such as starting X or > building a kernel). I am seeing this problem as well. ASUS P2B-DS, 2 x PII-400/512, disks moved from an HP Vectra XU/200 that worked just fine. I was running a mildly modified 3.0R on the Vectra which reported statistics correctly. Moving these to the P2B-DS broke, for reasons unknown, since I have other P2B-DS's on 3.0R which report statistics fine. I then upgraded the box to 3.1R since I thought maybe my mods were causing the problem, but it is still broken. Oddly, it appears to work fine in single-user, although I didn't play with it for more than a few minutes. More oddly, load average appears to report properly. If any bug whacker would like access to the box in question, it can be arranged easily enough (its a games machine). I'd sure like to see a fix for this. ... Joe ------------------------------------------------------------------------------- Joe Greco - Systems Administrator jgreco@ns.sol.net Solaria Public Access UNIX - Milwaukee, WI 414/342-4847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 15:30:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D7D514E3E for ; Wed, 10 Mar 1999 15:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA99092; Wed, 10 Mar 1999 15:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 15:30:03 -0800 (PST) Message-Id: <199903102330.PAA99092@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Joel Ray Holveck Subject: Re: bin/7669: libalias does not IRC DCC packets under certain conditions Reply-To: Joel Ray Holveck Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7669; it has been noted by GNATS. From: Joel Ray Holveck To: Eivind Eklund Cc: Brian Somers , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/7669: libalias does not IRC DCC packets under certain conditions Date: 10 Mar 1999 17:21:27 -0600 >> Any chance of you two reviewing this change to close 7669 ? If it >> doesn't work in all situations I'll add an option - but then again, >> it may not work at all :-) > This change does not work in all situations. The correct way to > handle it would be to have libalias trap the protocol mIRC use to > query the IRC server. > If anybody know where I could get information on what the protocol > does, I can try to see if there is some easy way to put a handler for > it into libalias - I suspect it could be slightly problematic, due to > needing to track the extra information on a per-stream basis. It > would probably be a good addition to the libalias infrastructure, > though. I have a test environment availible that can be used to read the TCP transaction. (This is the same environment where I originally found the problem) You want it? Cheers, joelh -- Joel Ray Holveck - joelh@gnu.org Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 15:50:57 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E126B15094 for ; Wed, 10 Mar 1999 15:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA99978; Wed, 10 Mar 1999 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id B9A3C14C80 for ; Wed, 10 Mar 1999 15:44:18 -0800 (PST) (envelope-from nsayer@medusa.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [170.1.70.5]) by quack.kfu.com (8.8.7/8.8.5) with ESMTP id PAA01798 for ; Wed, 10 Mar 1999 15:44:00 -0800 (PST) Received: (from nsayer@localhost) by medusa.kfu.com (8.8.8/8.8.8) id PAA02956; Wed, 10 Mar 1999 15:43:59 -0800 (PST) (envelope-from nsayer) Message-Id: <199903102343.PAA02956@medusa.kfu.com> Date: Wed, 10 Mar 1999 15:43:59 -0800 (PST) From: Nick Sayer Reply-To: nsayer@quack.kfu.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10534: if_tx.c bridge patch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10534 >Category: kern >Synopsis: if_tx.c bridge patch >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 Mar 10 15:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Nick Sayer >Release: FreeBSD 3.1-RELEASE i386 >Organization: Just me >Environment: tx0 interface, #define BRIDGE kernel >Description: Add support for bridging to the TX interface. >How-To-Repeat: >Fix: --- if_tx.c.orig Sun Dec 13 22:32:56 1998 +++ if_tx.c Wed Mar 10 15:40:00 1999 @@ -135,6 +135,11 @@ #include #include + +#ifdef BRIDGE +#include +#endif + #endif #if defined(__FreeBSD__) @@ -908,7 +913,28 @@ bpf_mtap( sc->sc_if.if_bpf, m ); #endif /* __FreeBSD__ */ +#endif /* NBPFILTER */ + +#ifdef BRIDGE + if (do_bridge) { + struct ifnet *bdg_ifp ; + bdg_ifp = bridge_in(m); + if (bdg_ifp == BDG_DROP) { + m_free(m); + continue; /* and drop */ + } + if (bdg_ifp != BDG_LOCAL) + bdg_forward(&m, bdg_ifp); + if (bdg_ifp != BDG_LOCAL && bdg_ifp != BDG_BCAST && + bdg_ifp != BDG_MCAST) { + /* m_free(m); bdg_forward consumed it */ + continue; /* and drop */ + } + /* all others accepted locally */ + } +#endif /* Accept only our packets, broadcasts and multicasts */ +#if NBPFILTER > 0 && !defined(BRIDGE) if( (eh->ether_dhost[0] & 1) == 0 && bcmp(eh->ether_dhost,sc->sc_macaddr,ETHER_ADDR_LEN)){ m_freem(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 Mar 10 18: 1: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32FE01518E for ; Wed, 10 Mar 1999 18:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA07358; Wed, 10 Mar 1999 18:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 618EC151B1 for ; Wed, 10 Mar 1999 17:55:20 -0800 (PST) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40394>; Thu, 11 Mar 1999 11:42:59 +1000 Message-Id: <99Mar11.114259est.40394@border.alcanet.com.au> Date: Thu, 11 Mar 1999 11:54:49 +1000 From: Peter Jeremy Reply-To: peter.jeremy@alcatel.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: jeremyp@gsmx07.alcatel.com.au X-Send-Pr-Version: 3.2 Subject: kern/10535: Very poor ethernet performance with tx driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10535 >Category: kern >Synopsis: Very poor ethernet performance with tx driver >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 Mar 10 18:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Alcatel Australia Limited >Environment: PII-266 with SMB EtherPower II 10/100 (SMC9432TX) on 10baseT network, running -current from cvs-cur 5133. Compiled with system gcc -O. >Description: After upgrading from a very late 3.0-current, the ethernet performance dropped from ~line speed to ~38KBps, with >>90% system time, when doing large transfers. Transfers via lo0 were unaffected. Building a profiling kernel revealed that all the time was spent in if_tx.c:epic_read_phy_register(). This code has been recently changed (1.21 99/03/09) to increase the timeout loops from 0x1000 to 0x100000. Disassembling the code showed that the actual physical register test had been pulled out of the for loop. >How-To-Repeat: [sr]cp /kernel remote_host:/dev/null whilst running vmstat (or similar). >Fix: Index: pci/if_txvar.h =================================================================== RCS file: /home/CVSROOT/./src/sys/pci/if_txvar.h,v retrieving revision 1.1 diff -u -r1.1 if_txvar.h --- if_txvar.h 1998/11/01 07:44:33 1.1 +++ if_txvar.h 1999/03/11 01:08:01 @@ -370,17 +370,17 @@ inb( (sc)->iobase + (u_int32_t)(reg) ) #else #define CSR_WRITE_1(sc,reg,val) \ - ((*(u_int8_t*)((sc)->csr + (u_int32_t)(reg))) = (u_int8_t)(val)) + ((*(volatile u_int8_t*)((sc)->csr + (u_int32_t)(reg))) = (u_int8_t)(val)) #define CSR_WRITE_2(sc,reg,val) \ - ((*(u_int16_t*)((sc)->csr + (u_int32_t)(reg))) = (u_int16_t)(val)) + ((*(volatile u_int16_t*)((sc)->csr + (u_int32_t)(reg))) = (u_int16_t)(val)) #define CSR_WRITE_4(sc,reg,val) \ - ((*(u_int32_t*)((sc)->csr + (u_int32_t)(reg))) = (u_int32_t)(val)) + ((*(volatile u_int32_t*)((sc)->csr + (u_int32_t)(reg))) = (u_int32_t)(val)) #define CSR_READ_1(sc,reg) \ - (*(u_int8_t*)((sc)->csr + (u_int32_t)(reg))) + (*(volatile u_int8_t*)((sc)->csr + (u_int32_t)(reg))) #define CSR_READ_2(sc,reg) \ - (*(u_int16_t*)((sc)->csr + (u_int32_t)(reg))) + (*(volatile u_int16_t*)((sc)->csr + (u_int32_t)(reg))) #define CSR_READ_4(sc,reg) \ - (*(u_int32_t*)((sc)->csr + (u_int32_t)(reg))) + (*(volatile u_int32_t*)((sc)->csr + (u_int32_t)(reg))) #endif #else /* __OpenBSD__ */ #define EPIC_FORMAT "%s" >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 Mar 10 22: 0:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5006E150E3 for ; Wed, 10 Mar 1999 22:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA28228; Wed, 10 Mar 1999 22:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 22:00:01 -0800 (PST) Message-Id: <199903110600.WAA28228@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cy Schubert - ITSD Open Systems Group Subject: Re: kern/10528: MFS fails to die when system shut down Reply-To: Cy Schubert - ITSD Open Systems Group Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10528; it has been noted by GNATS. From: Cy Schubert - ITSD Open Systems Group To: freebsd-gnats-submit@freebsd.org Cc: cschuber@uumail.gov.bc.ca, dillon@freebsd.org Subject: Re: kern/10528: MFS fails to die when system shut down Date: Wed, 10 Mar 1999 21:51:47 -0800 Matthew, I've been trying to solve a "syncing filesystems... giving up" problem under 3.1. My first cut was effective under some circumstances, e.g. copying files to MFS but if MFS was used for /tmp and X was in use at the time of the shutdown, my patch would still fail. I've devised a better patch as follows. What do you think? What I've done is change the P_SYSTEM flag to a P_NOSWAP. What I don't understand is the comment about the swapper continuously trying to kill MFS. I can see why you don't want it to swap out, because of potential deadlock. It solves a "syncing filesystems" problem during shutdown. I tested during a shutdown while a file is currently being written to /tmp. Previously the system would panic: vinvalbuf: dirty bufs. With the patch below it doesn't do that any more. Does my patch introduce another problem? I'd appreciate some guidance. --- src/sys/ufs/mfs/mfs_vfsops.c.orig Thu Dec 31 20:14:11 1998 +++ src/sys/ufs/mfs/mfs_vfsops.c Wed Mar 10 21:08:13 1999 @@ -399,7 +399,8 @@ * can we swap out this process - not unless you want a deadlock, * anyway. */ - curproc->p_flag |= P_SYSTEM; + /* curproc->p_flag |= P_SYSTEM; */ + curproc->p_flag |= P_NOSWAP; while (mfsp->mfs_active) { while (bp = bufq_first(&mfsp->buf_queue)) { Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 22:25:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47E3614E84; Wed, 10 Mar 1999 22:25:42 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA32904; Wed, 10 Mar 1999 22:25:28 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 10 Mar 1999 22:25:28 -0800 (PST) From: Message-Id: <199903110625.WAA32904@freefall.freebsd.org> To: ap@noses.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/8071 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: some obj-links seem not to be taken State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Wed Mar 10 22:24:50 PST 1999 State-Changed-Why: Closed with originator's consent. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 10 22:50:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B502E15064 for ; Wed, 10 Mar 1999 22:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA34338; Wed, 10 Mar 1999 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from flax.cs.uchicago.edu (flax.cs.uchicago.edu [128.135.20.20]) by hub.freebsd.org (Postfix) with ESMTP id 6533414BD0 for ; Wed, 10 Mar 1999 22:47:11 -0800 (PST) (envelope-from sfarrell@flax.cs.uchicago.edu) Received: (from sfarrell@localhost) by flax.cs.uchicago.edu (8.9.2/8.9.0) id AAA79734; Thu, 11 Mar 1999 00:46:50 -0600 (CST) Message-Id: <199903110646.AAA79734@flax.cs.uchicago.edu> Date: Thu, 11 Mar 1999 00:46:50 -0600 (CST) From: stephen farrell Reply-To: sfarrell@palefire.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10537: extraneous verbose output from cam_xpt.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10537 >Category: kern >Synopsis: extraneous verbose output from cam_xpt.c >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 Mar 10 22:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: stephen farrell >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: 3.1 kernel with CAM SCSI subsystem. >Description: extraneous verbose output from kernel like: Mar 9 00:52:35 flax /kernel: (da0:ahc0:0:0:0): tagged openings now 64 Mar 9 00:52:35 flax /kernel: (da0:ahc0:0:0:0): tagged openings now 63 ... >How-To-Repeat: Run CAM scsi disks with AHC controller on 3.1 system >Fix: --- cam_xpt.c.orig Thu Mar 11 00:43:03 1999 +++ cam_xpt.c Thu Mar 11 00:43:24 1999 @@ -3045,7 +3045,7 @@ xpt_dev_ccbq_resize(crs->ccb_h.path, crs->openings); - if (bootverbose || 1) { + if (bootverbose) { xpt_print_path(crs->ccb_h.path); printf("tagged openings " "now %d\n", >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 Mar 10 23: 0:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4082014A2F for ; Wed, 10 Mar 1999 23:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA35012; Wed, 10 Mar 1999 23:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-a.abtsfd1.bc.wave.home.com [24.113.18.89]) by hub.freebsd.org (Postfix) with ESMTP id CA457150F1 for ; Wed, 10 Mar 1999 22:51:54 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from norn@localhost) by norn.ca.eu.org (8.9.3/8.9.2) id WAA00628; Wed, 10 Mar 1999 22:51:36 -0800 (PST) (envelope-from norn) Message-Id: <199903110651.WAA00628@norn.ca.eu.org> Date: Wed, 10 Mar 1999 22:51:36 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10538: sbin/nos-tun gives wrong usage message Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10538 >Category: bin >Synopsis: sbin/nos-tun gives wrong usage message >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 Mar 10 23:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #74: Wed Mar 10 19:51:50 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN i386 >Description: (sources updated Mar 10/99) no-brainer ;^) nos-tun when called with no options gives the message: norn@norn (~)> nos-tun usage: nos_tun -t -s -d which should be nos-tun -t [...] >How-To-Repeat: >Fix: *** sbin/nos-tun/nos-tun.c.orig Wed Mar 10 22:40:40 1999 --- sbin/nos-tun/nos-tun.c Wed Mar 10 22:40:49 1999 *************** *** 348,354 **** usage() { fprintf(stderr, ! "usage: nos_tun -t -s -d \n"); exit(1); } --- 348,354 ---- usage() { fprintf(stderr, ! "usage: nos-tun -t -s -d \n"); exit(1); } -Chris >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 Mar 10 23:50:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED7BB1527B for ; Wed, 10 Mar 1999 23:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA38489; Wed, 10 Mar 1999 23:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Mar 1999 23:50:01 -0800 (PST) Message-Id: <199903110750.XAA38489@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Dillon Subject: Re: kern/10528: MFS fails to die when system shut down Reply-To: Matthew Dillon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10528; it has been noted by GNATS. From: Matthew Dillon To: Cy Schubert - ITSD Open Systems Group Cc: freebsd-gnats-submit@FreeBSD.ORG, cschuber@uumail.gov.bc.ca Subject: Re: kern/10528: MFS fails to die when system shut down Date: Wed, 10 Mar 1999 23:40:50 -0800 (PST) :Matthew, I've been trying to solve a "syncing filesystems... giving up" :problem under 3.1. My first cut was effective under some :circumstances, e.g. copying files to MFS but if MFS was used for /tmp :and X was in use at the time of the shutdown, my patch would still :fail. I've devised a better patch as follows. What do you think? : :What I've done is change the P_SYSTEM flag to a P_NOSWAP. What I don't :understand is the comment about the swapper continuously trying to kill :MFS. I can see why you don't want it to swap out, because of potential :... The problem is that if the system runs out of swap space and memory, it will attempt to kill the 'largest' process. This from vm/vm_pageout.c: ... /* * make sure that we have swap space -- if we are low on memory and * swap -- then kill the biggest process. */ if ((vm_swap_size == 0 || swap_pager_full) && ((cnt.v_free_count + cnt.v_cache_count) < cnt.v_free_min)) { bigproc = NULL; bigsize = 0; for (p = allproc.lh_first; p != 0; p = p->p_list.le_next) { /* * if this is a system process, skip it */ if ((p->p_flag & P_SYSTEM) || (p->p_pid == 1) || ((p->p_pid < 48) && (vm_swap_size != 0))) { continue; } ... Current setting P_NOSWAP will not prevent the system from trying to kill the process. Perhaps, though, it would be safe to add P_NOSWAP in and not have the system try to swap out a P_NOSWAP process either, which with your patch would solve both problems. P_NOSWAP appears to only be set normally when the system is in the midst of a fork. I think it would be safe to modify pageout.c from if ((p->p_flag & P_SYSTEM) || (p->p_pid == 1) || ... to if ((p->p_flag & (P_NOSWAP|P_SYSTEM)) || (p->p_pid == 1) || ... *PLUS* your patch. I will submit your patch, plus my modification above, to core. -Matt Matthew Dillon :deadlock. It solves a "syncing filesystems" problem during shutdown. :I tested during a shutdown while a file is currently being written :to /tmp. Previously the system would panic: vinvalbuf: dirty bufs. :With the patch below it doesn't do that any more. Does my patch :introduce another problem? : :I'd appreciate some guidance. : :--- src/sys/ufs/mfs/mfs_vfsops.c.orig Thu Dec 31 20:14:11 1998 :+++ src/sys/ufs/mfs/mfs_vfsops.c Wed Mar 10 21:08:13 1999 :@@ -399,7 +399,8 @@ : * can we swap out this process - not unless you want a deadlock, : * anyway. : */ :- curproc->p_flag |= P_SYSTEM; :+ /* curproc->p_flag |= P_SYSTEM; */ :+ curproc->p_flag |= P_NOSWAP; : : while (mfsp->mfs_active) { : while (bp = bufq_first(&mfsp->buf_queue)) { : :Regards, Phone: (250)387-8437 :Cy Schubert Fax: (250)387-5766 :Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca :ITSD Cy.Schubert@gems8.gov.bc.ca :Province of BC : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 0:40:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7BD014E93 for ; Thu, 11 Mar 1999 00:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA41868; Thu, 11 Mar 1999 00:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from huygens.uvt.ro (huygens.uvt.ro [193.226.13.85]) by hub.freebsd.org (Postfix) with ESMTP id 65D8A15201 for ; Thu, 11 Mar 1999 00:30:02 -0800 (PST) (envelope-from geza@huygens.uvt.ro) Received: (from root@localhost) by huygens.uvt.ro (8.9.2/8.9.2) id KAA01064; Thu, 11 Mar 1999 10:27:03 +0200 (EET) (envelope-from geza) Message-Id: <199903110827.KAA01064@huygens.uvt.ro> Date: Thu, 11 Mar 1999 10:27:03 +0200 (EET) From: root@huygens.uvt.ro Reply-To: root@huygens.uvt.ro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10540: Problems with the boot program Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10540 >Category: kern >Synopsis: Problems with the boot program >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 Mar 11 00:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 3.1-RELEASE i386 >Organization: Research group in Theoretical Physics and Gravity >Environment: K-5 100MHz >Description: When the system is booted automatically he doesn't read the kernel.config file build by the previous "boot -c" command, and thus if for any reason (e.g an powerfail) the system is rebooted automatically he doesn't "see" the network, because the Ethernet drive is in conflict with other drives. Thank you for understanding and support! >How-To-Repeat: >Fix: Unfortunately I have no idea! >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 Mar 11 1: 0:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CE27152AA for ; Thu, 11 Mar 1999 01:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA42967; Thu, 11 Mar 1999 01:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 01:00:00 -0800 (PST) Message-Id: <199903110900.BAA42967@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/10522: make world died due -Werror Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10522; it has been noted by GNATS. From: Sheldon Hearn To: Wolfram Schneider Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/10522: make world died due -Werror Date: Thu, 11 Mar 1999 10:52:08 +0200 Hi Wolfram, Weird, I don't get this at all. I'll try in my buildworld this evening as well, but I'm certainly not having a problem with CFLAGS undefined in /etc/make.conf . Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 1:12:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBB0315398; Thu, 11 Mar 1999 01:12:08 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA44041; Thu, 11 Mar 1999 01:11:55 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Thu, 11 Mar 1999 01:11:55 -0800 (PST) From: Message-Id: <199903110911.BAA44041@freefall.freebsd.org> To: lopez@cisco.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10531 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: uu_lock stores wrong pid if lock exists and locking process doesn't State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Thu Mar 11 01:11:35 PST 1999 State-Changed-Why: Fixed in -current & -stable To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 1:40:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 407D814BF7 for ; Thu, 11 Mar 1999 01:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA45867; Thu, 11 Mar 1999 01:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 01:40:01 -0800 (PST) Message-Id: <199903110940.BAA45867@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Rabson Subject: Re: kern/10535: Very poor ethernet performance with tx driver Reply-To: Doug Rabson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10535; it has been noted by GNATS. From: Doug Rabson To: peter.jeremy@alcatel.com.au Cc: FreeBSD-gnats-submit@freebsd.org, jeremyp@gsmx07.alcatel.com.au, andreas@freebsd.org Subject: Re: kern/10535: Very poor ethernet performance with tx driver Date: Thu, 11 Mar 1999 09:31:39 +0000 (GMT) [I've added andreas to the Cc since he committed the last change to the driver] The fix looks correct to me but as DG noted when the last change was made to this driver, it should be using DELAY to avoid future problems with processor speeds. There are a couple of other places I noticed for loops which should also use DELAY - epic_read_phy_register and epic_write_phy_register. If these are changed to call DELAY(1) in the loop, I think the original patch to increase the loop in epic_init_phy wouldn't be needed either. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 1:50:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B211D14D95 for ; Thu, 11 Mar 1999 01:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA46748; Thu, 11 Mar 1999 01:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 01:50:01 -0800 (PST) Message-Id: <199903110950.BAA46748@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: kern/10540: Problems with the boot program Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10540; it has been noted by GNATS. From: "Daniel C. Sobral" To: root@huygens.uvt.ro Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/10540: Problems with the boot program Date: Thu, 11 Mar 1999 18:46:19 +0900 > When the system is booted automatically he doesn't read the > kernel.config file build by the previous "boot -c" command, and thus if for > any reason (e.g an powerfail) the system is rebooted automatically he doesn't > "see" the network, because the Ethernet drive is in conflict with other > drives. Funny... I didn't know /kernel.config was being written on 3.1-RELEASE... Create a file /boot/loader.rc with the following lines: load kernel load -t userconfig_script /kernel.config Have fun! :-) -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "FreeBSD is Yoda, Linux is Luke Skywalker." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 1:50:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 949E4150FD for ; Thu, 11 Mar 1999 01:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA46753; Thu, 11 Mar 1999 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 01:50:02 -0800 (PST) Message-Id: <199903110950.BAA46753@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Wolfram Schneider Subject: Re: bin/10522: make world died due -Werror Reply-To: Wolfram Schneider Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10522; it has been noted by GNATS. From: Wolfram Schneider To: Sheldon Hearn , Wolfram Schneider Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/10522: make world died due -Werror Date: Thu, 11 Mar 1999 10:30:35 +0100 On 1999-03-11 10:52:08 +0200, Sheldon Hearn wrote: > Hi Wolfram, > > Weird, I don't get this at all. > > I'll try in my buildworld this evening as well, but I'm certainly not > having a problem with CFLAGS undefined in /etc/make.conf . CFLAGS is *defined* in /etc/make.conf, but it does not contain the -O flag. E.g: /etc/make.conf: CFLAGS=-pipe -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 1:53:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 67BAC15205 for ; Thu, 11 Mar 1999 01:53:27 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA05235; Thu, 11 Mar 1999 20:53:02 +1100 Date: Thu, 11 Mar 1999 20:53:02 +1100 From: Bruce Evans Message-Id: <199903110953.UAA05235@godzilla.zeta.org.au> To: freebsd-bugs@FreeBSD.ORG, wosch@cs.tu-berlin.de Subject: Re: bin/10522: make world died due -Werror Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > CFLAGS is *defined* in /etc/make.conf, but it does not > contain the -O flag. E.g: > > /etc/make.conf: > CFLAGS=-pipe Why not? Are you working on fixing well-known breakage when -O is not used? :-) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2: 0:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82A1E1522A for ; Thu, 11 Mar 1999 02:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA47317; Thu, 11 Mar 1999 02:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 02:00:01 -0800 (PST) Message-Id: <199903111000.CAA47317@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andreas Klemm Subject: Re: kern/10535: Very poor ethernet performance with tx driver Reply-To: Andreas Klemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10535; it has been noted by GNATS. From: Andreas Klemm To: Doug Rabson Cc: peter.jeremy@alcatel.com.au, FreeBSD-gnats-submit@freebsd.org, jeremyp@gsmx07.alcatel.com.au, andreas@freebsd.org Subject: Re: kern/10535: Very poor ethernet performance with tx driver Date: Thu, 11 Mar 1999 10:52:12 +0100 On Thu, Mar 11, 1999 at 09:31:39AM +0000, Doug Rabson wrote: > [I've added andreas to the Cc since he committed the last change to the > driver] > > The fix looks correct to me but as DG noted when the last change was made > to this driver, it should be using DELAY to avoid future problems with > processor speeds. There are a couple of other places I noticed for loops > which should also use DELAY - epic_read_phy_register and > epic_write_phy_register. > > If these are changed to call DELAY(1) in the loop, I think the original > patch to increase the loop in epic_init_phy wouldn't be needed either. I have no idea. what delays are actually needed, lack of experience in driver programming. Would it be save to simply use (copy) the DELAY values from another, let's say the fxp, driver. Perhaps Semen you or Semen has an idea ?! Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2: 6:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24FBF15256; Thu, 11 Mar 1999 02:05:50 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA47666; Thu, 11 Mar 1999 02:05:37 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Thu, 11 Mar 1999 02:05:37 -0800 (PST) From: Message-Id: <199903111005.CAA47666@freefall.freebsd.org> To: tomas@ftp.sk, dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/8370 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unable to install 3.0-RELEASE from dos partition State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Thu Mar 11 02:04:02 PST 1999 State-Changed-Why: Not sure if the errata was changed, but the problem has been fixed in -current and -stable. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2: 6:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C6E215233; Thu, 11 Mar 1999 02:06:40 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA47814; Thu, 11 Mar 1999 02:06:26 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Thu, 11 Mar 1999 02:06:26 -0800 (PST) From: Message-Id: <199903111006.CAA47814@freefall.freebsd.org> To: jclarke@cisco.com, dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/8446 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: DOS install option does not work in 3.0-RELEASE State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Thu Mar 11 02:05:42 PST 1999 State-Changed-Why: The problem has been fixed in -current and -stable. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2: 7:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3796814BF7; Thu, 11 Mar 1999 02:07:13 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA47891; Thu, 11 Mar 1999 02:06:59 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Thu, 11 Mar 1999 02:06:59 -0800 (PST) From: Message-Id: <199903111006.CAA47891@freefall.freebsd.org> To: usuario@mailexcite.com, dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/10513 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: problema con la instalacion desde particion dos State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Thu Mar 11 02:06:35 PST 1999 State-Changed-Why: The problem has been fixed in -current and -stable. THanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2:10:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A4101524B for ; Thu, 11 Mar 1999 02:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA48108; Thu, 11 Mar 1999 02:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 02:10:01 -0800 (PST) Message-Id: <199903111010.CAA48108@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Jeremy Subject: Re: kern/10535: Very poor ethernet performance with tx driver Reply-To: Peter Jeremy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10535; it has been noted by GNATS. From: Peter Jeremy To: dfr@nlsystems.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG, andreas@FreeBSD.ORG Subject: Re: kern/10535: Very poor ethernet performance with tx driver Date: Thu, 11 Mar 1999 20:01:22 +1000 Doug Rabson wrote: >The fix looks correct to me but as DG noted when the last change was made >to this driver, it should be using DELAY to avoid future problems with >processor speeds. I think that's a separate issue. The current code is incorrect because references to H/W registers aren't marked volatile - and are therefore likely to be optimised away. Andreas' change made the problem show up because of the extra delay. I'm surprised that the only symptom was poor performance. >If these are changed to call DELAY(1) in the loop, I think the original >patch to increase the loop in epic_init_phy wouldn't be needed either. I agree that delays should be done using DELAY(). The problem is that DELAY() isn't really ideal for the situation in epic_{read,write}_phy_register: The code is polling a `ready' bit and the limit just makes sure that things don't lock up. (I'm sure there's similar code in lots of device drivers). It would be nice if the kernel supported something equivalent to setitimer(2)/SIGALRM for this purpose. Based on a quick look at DELAY() (and without knowing the range of expected delay's), I suspect that changing the code to do DELAY(1) on each loop would worsen the performance - particularly on slow processors where the overheads in DELAY() are significant (>1us). (Once the bit becomes ready in the PHY, it will typically be (1usec + DELAY() overhead)/2 before the state change is seen - compared with ~10 clocks for the current code). Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2:10:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70D1215253; Thu, 11 Mar 1999 02:10:32 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA48144; Thu, 11 Mar 1999 02:10:18 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 11 Mar 1999 02:10:18 -0800 (PST) From: Message-Id: <199903111010.CAA48144@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: conf/10306 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Registration file generated during install does not include instructions Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Mar 11 02:09:42 PST 1999 Responsible-Changed-Why: Sysinstall is Jordan's baby. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2:26:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id B1F60152A9 for ; Thu, 11 Mar 1999 02:25:06 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id CAA07672; Thu, 11 Mar 1999 02:24:36 -0800 (PST) Message-Id: <199903111024.CAA07672@implode.root.com> To: Peter Jeremy Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10535: Very poor ethernet performance with tx driver In-reply-to: Your message of "Thu, 11 Mar 1999 02:10:01 PST." <199903111010.CAA48108@freefall.freebsd.org> From: David Greenman Reply-To: dg@root.com Date: Thu, 11 Mar 1999 02:24:36 -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Doug Rabson wrote: > >The fix looks correct to me but as DG noted when the last change was made > >to this driver, it should be using DELAY to avoid future problems with > >processor speeds. > > I think that's a separate issue. The current code is incorrect because > references to H/W registers aren't marked volatile - and are therefore > likely to be optimised away. Andreas' change made the problem show > up because of the extra delay. I'm surprised that the only symptom > was poor performance. > > >If these are changed to call DELAY(1) in the loop, I think the original > >patch to increase the loop in epic_init_phy wouldn't be needed either. > > I agree that delays should be done using DELAY(). The problem is that > DELAY() isn't really ideal for the situation in > epic_{read,write}_phy_register: The code is polling a `ready' bit and > the limit just makes sure that things don't lock up. (I'm sure > there's similar code in lots of device drivers). It would be nice if > the kernel supported something equivalent to setitimer(2)/SIGALRM for > this purpose. > > Based on a quick look at DELAY() (and without knowing the range of > expected delay's), I suspect that changing the code to do DELAY(1) on > each loop would worsen the performance - particularly on slow > processors where the overheads in DELAY() are significant (>1us). > (Once the bit becomes ready in the PHY, it will typically be (1usec + > DELAY() overhead)/2 before the state change is seen - compared with > ~10 clocks for the current code). The real question in my mind is why does the driver frob with the PHY in a critical path? That's guaranteed to cause the performance to suck, no matter what you do with the for-loops. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2:30:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E13CB150D7 for ; Thu, 11 Mar 1999 02:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA49547; Thu, 11 Mar 1999 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 02:30:02 -0800 (PST) Message-Id: <199903111030.CAA49547@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Rabson Subject: Re: kern/10535: Very poor ethernet performance with tx driver Reply-To: Doug Rabson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10535; it has been noted by GNATS. From: Doug Rabson To: Peter Jeremy Cc: FreeBSD-gnats-submit@FreeBSD.ORG, andreas@FreeBSD.ORG Subject: Re: kern/10535: Very poor ethernet performance with tx driver Date: Thu, 11 Mar 1999 10:23:10 +0000 (GMT) On Thu, 11 Mar 1999, Peter Jeremy wrote: > Doug Rabson wrote: > >The fix looks correct to me but as DG noted when the last change was made > >to this driver, it should be using DELAY to avoid future problems with > >processor speeds. > > I think that's a separate issue. The current code is incorrect because > references to H/W registers aren't marked volatile - and are therefore > likely to be optimised away. Andreas' change made the problem show > up because of the extra delay. I'm surprised that the only symptom > was poor performance. The register accesses should certainly be through volatile pointers. Any number of problems could happen without that, especially if we change compilers. > > >If these are changed to call DELAY(1) in the loop, I think the original > >patch to increase the loop in epic_init_phy wouldn't be needed either. > > I agree that delays should be done using DELAY(). The problem is that > DELAY() isn't really ideal for the situation in > epic_{read,write}_phy_register: The code is polling a `ready' bit and > the limit just makes sure that things don't lock up. (I'm sure > there's similar code in lots of device drivers). It would be nice if > the kernel supported something equivalent to setitimer(2)/SIGALRM for > this purpose. > > Based on a quick look at DELAY() (and without knowing the range of > expected delay's), I suspect that changing the code to do DELAY(1) on > each loop would worsen the performance - particularly on slow > processors where the overheads in DELAY() are significant (>1us). > (Once the bit becomes ready in the PHY, it will typically be (1usec + > DELAY() overhead)/2 before the state change is seen - compared with > ~10 clocks for the current code). You might be right. On the other hand, other code in the same driver uses DELAY(1) when reading registers, for instance near the beginning of epic_stop_activity: for(i=0;i<0x1000;i++) { if( (CSR_READ_4(sc,INTSTAT) & INTSTAT_RXIDLE) == INTSTAT_RXIDLE ) break; DELAY(1); } Changing the phy accesses to do the same would regularise the code and I'm convinced that it would be safer as processors get faster. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2:30:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D33715122 for ; Thu, 11 Mar 1999 02:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA49552; Thu, 11 Mar 1999 02:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 02:30:03 -0800 (PST) Message-Id: <199903111030.CAA49552@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/10285: 2.2.8-S => 3.1-S make aout-to-elf-build fails Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10285; it has been noted by GNATS. From: Sheldon Hearn To: christoph.sold@pk.she.de Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/10285: 2.2.8-S => 3.1-S make aout-to-elf-build fails Date: Thu, 11 Mar 1999 12:25:57 +0200 Hi Cristoph, I'm not sure whether you can move up straight from RELENG_2_2 to RELENG_3. I'd suggest you go from RELENG_2_2 to RELENG_3_0_0_RELEASE, do the ``make world; make aout-to-elf; install new boot blocks & install ELF kernel'' thing there, and _then_ sup up to the latest stable sources. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2:32:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id 20F0615122 for ; Thu, 11 Mar 1999 02:32:32 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from freno.cs.tu-berlin.de (wosch@freno.cs.tu-berlin.de [130.149.17.167]) by mail.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id LAA06653; Thu, 11 Mar 1999 11:13:11 +0100 (MET) Received: (from wosch@localhost) by freno.cs.tu-berlin.de (8.9.1/8.9.0) id LAA24093; Thu, 11 Mar 1999 11:13:10 +0100 (MET) Message-ID: <19990311111310.A24013@cs.tu-berlin.de> Date: Thu, 11 Mar 1999 11:13:10 +0100 From: Wolfram Schneider To: Bruce Evans , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/10522: make world died due -Werror References: <199903110953.UAA05235@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199903110953.UAA05235@godzilla.zeta.org.au>; from Bruce Evans on Thu, Mar 11, 1999 at 08:53:02PM +1100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-03-11 20:53:02 +1100, Bruce Evans wrote: > > CFLAGS is *defined* in /etc/make.conf, but it does not > > contain the -O flag. E.g: > > > > /etc/make.conf: > > CFLAGS=-pipe > > Why not? It is faster. Sometimes I just want to know if it compiles. > Are you working on fixing well-known breakage when -O is not > used? :-) No. I thought only the kernel depend on -O, not the user land. IMHO we should not depend on gcc-only features (-Werror). At least, these options should be optional. -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2:36:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4304115079; Thu, 11 Mar 1999 02:36:51 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA49905; Thu, 11 Mar 1999 02:36:37 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 11 Mar 1999 02:36:37 -0800 (PST) From: Message-Id: <199903111036.CAA49905@freefall.freebsd.org> To: jhmoon@hanabbs.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10117 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mfsroot.flp halts State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Thu Mar 11 02:35:43 PST 1999 State-Changed-Why: Thanks for the feedback. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2:40:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B0FF1524D for ; Thu, 11 Mar 1999 02:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA50218; Thu, 11 Mar 1999 02:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 02:40:01 -0800 (PST) Message-Id: <199903111040.CAA50218@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: i386/10189: kern.flp/mfsboot.flp won't boot correctly Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/10189; it has been noted by GNATS. From: Sheldon Hearn To: Paul Orr Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/10189: kern.flp/mfsboot.flp won't boot correctly Date: Thu, 11 Mar 1999 12:33:37 +0200 Hi Paul, We can't do anything for you with regard to your problem report PR10189 because you haven't told us _which_ floppy set you're using. Perhaps you could tell us which release / snapshot you're trying to install and the URLs for the two floppy images you're using? Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2:46:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFEA71523B; Thu, 11 Mar 1999 02:46:35 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA50842; Thu, 11 Mar 1999 02:46:22 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 11 Mar 1999 02:46:22 -0800 (PST) From: Message-Id: <199903111046.CAA50842@freefall.freebsd.org> To: spencer@yrd.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10060 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: server randomly reboots/crashes due to a memory leak in the real audio server State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Thu Mar 11 02:41:28 PST 1999 State-Changed-Why: A memory leak in the real audio server should be taken up with the people who support the real audio server, probably RealNetworks (formerly known as Progressive Networks) - http://service.real.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 2:50:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3931815057 for ; Thu, 11 Mar 1999 02:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA51115; Thu, 11 Mar 1999 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 02:50:01 -0800 (PST) Message-Id: <199903111050.CAA51115@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andreas Klemm Subject: Re: kern/10535: Very poor ethernet performance with tx driver Reply-To: Andreas Klemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10535; it has been noted by GNATS. From: Andreas Klemm To: Peter Jeremy Cc: dfr@nlsystems.com, FreeBSD-gnats-submit@FreeBSD.ORG, andreas@FreeBSD.ORG Subject: Re: kern/10535: Very poor ethernet performance with tx driver Date: Thu, 11 Mar 1999 11:22:03 +0100 On Thu, Mar 11, 1999 at 08:01:22PM +1000, Peter Jeremy wrote: > Doug Rabson wrote: > >The fix looks correct to me but as DG noted when the last change was made > >to this driver, it should be using DELAY to avoid future problems with > >processor speeds. > > I think that's a separate issue. The current code is incorrect because > references to H/W registers aren't marked volatile - and are therefore > likely to be optimised away. Andreas' change made the problem show > up because of the extra delay. I'm surprised that the only symptom > was poor performance. And a huge amount of sys time (top: 90% sys, 0-10% idle) when 30 telnet sessions using nc (netcat) were running concurrently. When typing something on the console, then the characters were a bit delayed .. Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 3:30:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FE6D153D7 for ; Thu, 11 Mar 1999 03:30:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA54202; Thu, 11 Mar 1999 03:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 03:30:01 -0800 (PST) Message-Id: <199903111130.DAA54202@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/9926: Finger no longer works when fingering a Galacticomm BBS Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/9926; it has been noted by GNATS. From: Sheldon Hearn To: Jim Wissick Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/9926: Finger no longer works when fingering a Galacticomm BBS Date: Thu, 11 Mar 1999 13:22:02 +0200 Hi Jim, I get this from both 2.2.8 and 4.0-CURRENT machines: $ finger @villagepub.com [villagepub.com] Users currently on Village Pub (villagepub.villagepub.com) Chan Alias User-ID Minutes online ---- ----- ------- -------------- 1 (PPP to ISP) 11 2 gentleti Gentle Tiger 9 3 (196.31.1.175) finger 0 Finger trouble or a transient problem with the BBS you were fingering? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 3:44:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C20EE15405; Thu, 11 Mar 1999 03:43:46 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA54962; Thu, 11 Mar 1999 03:43:33 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 11 Mar 1999 03:43:33 -0800 (PST) From: Message-Id: <199903111143.DAA54962@freefall.freebsd.org> To: Dominic.Froud@dcs.qmw.ac.uk, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/3883 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: @+netgroup entries break +NIS-user entries in passwd when using getpwent(3) State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Thu Mar 11 03:41:25 PST 1999 State-Changed-Why: Problem can't be reproduced in RELENG_2_2. Thanks to Dominic for the feedback. Closed with his consent. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 3:55:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69FA814FA8; Thu, 11 Mar 1999 03:55:36 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA55771; Thu, 11 Mar 1999 03:55:22 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 11 Mar 1999 03:55:22 -0800 (PST) From: Message-Id: <199903111155.DAA55771@freefall.freebsd.org> To: patrick@cyberdinges.demon.nl, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/9755 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fatal signal: floating point exception + fatal signal: bus error State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Thu Mar 11 03:55:02 PST 1999 State-Changed-Why: The comments about MAXMEM in LINT are quite detailed. The speculative memory probe is probably failing. Use MAXMEM to circumvent it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 4:10:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17F0F1547A for ; Thu, 11 Mar 1999 04:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA58161; Thu, 11 Mar 1999 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 04:10:01 -0800 (PST) Message-Id: <199903111210.EAA58161@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/9742: tx driver for smc autodetects fine, but network comes up only after 1 packet is sent outbound Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9742; it has been noted by GNATS. From: Sheldon Hearn To: spencer portee Cc: Bill Fumerola , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/9742: tx driver for smc autodetects fine, but network comes up only after 1 packet is sent outbound Date: Thu, 11 Mar 1999 14:02:05 +0200 Hi Spencer, I'd appreciate it if you'd let me know whether the fix introduced into CURRENT for the tx driver on 1999/03/09 fixed the problem you reported in PR9742, viewable at http://www.freebsd.org/cgi/query-pr.cgi?pr=9742 Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 5:40:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4F4814F51 for ; Thu, 11 Mar 1999 05:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA63389; Thu, 11 Mar 1999 05:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from purple.rahul.net (purple.rahul.net [192.160.13.88]) by hub.freebsd.org (Postfix) with ESMTP id 3771014F06 for ; Thu, 11 Mar 1999 05:39:53 -0800 (PST) (envelope-from rdroot@purple.rahul.net) Received: (from root@localhost) by purple.rahul.net (8.9.2/8.9.2) id FAA00537; Thu, 11 Mar 1999 05:39:35 -0800 (PST) (envelope-from rdroot) Message-Id: <199903111339.FAA00537@purple.rahul.net> Date: Thu, 11 Mar 1999 05:39:35 -0800 (PST) From: dhesi@rahul.net Reply-To: dhesi@rahul.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10542: page fault while in kernel mode, not kern/10397 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10542 >Category: kern >Synopsis: page fault while in kernel mode, not kern/10397 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 11 05:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Rahul Dhesi >Release: FreeBSD 3.1-RELEASE i386 >Organization: a2i network >Environment: FreeBSD 3.1-RELEASE, i386, ASUS P2B-S motherboard, Tulip-based 100/10 Ethernet card, SCSI disk drives >Description: Two kernel panics have occurred so far with page fault while in kernel mode. Based on the stack dump this appears to be different than PR kern/10397 which I filed before, which has occurred on the same machine. Since I filed that PR, I have changed this machine to be NFS server for a busy filesystem. Presumably the additional processing is now causing this different kernel panic. Please see this URL for (a) a gdb traceback from a debugging kernel, (b) kernel configuration, and (c) dmesg output: http://www.rahul.net/dhesi/freebsd/crash2/ I need to put this particular machine into production mode soon. If any of the the FreeBSD developers wants more information, please contact me right away. Otherwise I will install a different OS on this machine soon. >How-To-Repeat: Occurs spontanously. >Fix: None known to me. >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 Mar 11 6:10:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1D88151C9 for ; Thu, 11 Mar 1999 06:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA65123; Thu, 11 Mar 1999 06:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 06:10:02 -0800 (PST) Message-Id: <199903111410.GAA65123@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Thomas David Rivers Subject: Re: kern/10540: Problems with the boot program Reply-To: Thomas David Rivers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10540; it has been noted by GNATS. From: Thomas David Rivers To: dcs@newsguy.com, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: kern/10540: Problems with the boot program Date: Thu, 11 Mar 1999 09:08:44 -0500 (EST) > > The following reply was made to PR kern/10540; it has been noted by GNATS. > > From: "Daniel C. Sobral" > To: root@huygens.uvt.ro > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: kern/10540: Problems with the boot program > Date: Thu, 11 Mar 1999 18:46:19 +0900 > > > When the system is booted automatically he doesn't read the > > kernel.config file build by the previous "boot -c" command, and thus if for > > any reason (e.g an powerfail) the system is rebooted automatically he doesn't > > "see" the network, because the Ethernet drive is in conflict with other > > drives. > > Funny... I didn't know /kernel.config was being written on > 3.1-RELEASE... Create a file /boot/loader.rc with the following > lines: > > load kernel > load -t userconfig_script /kernel.config > > Have fun! :-) > Yes - it is being written... I suppose the "bug" then is that /boot/loader.rc isn't also written. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 6:23:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 578851531D; Thu, 11 Mar 1999 06:23:26 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA66463; Thu, 11 Mar 1999 06:23:12 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 11 Mar 1999 06:23:12 -0800 (PST) From: Message-Id: <199903111423.GAA66463@freefall.freebsd.org> To: atrens@nortel.ca, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9497 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ide_pci.c is broken State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Thu Mar 11 06:21:46 PST 1999 State-Changed-Why: Fixed two days after your PR in rev1.24. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 6:27:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82A6F14FF2; Thu, 11 Mar 1999 06:27:01 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA66675; Thu, 11 Mar 1999 06:26:48 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 11 Mar 1999 06:26:48 -0800 (PST) From: Message-Id: <199903111426.GAA66675@freefall.freebsd.org> To: bp@butya.kz, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9541 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Error in kldunload function State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Thu Mar 11 06:26:30 PST 1999 State-Changed-Why: Closed at originator's request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 6:28:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7A0915177; Thu, 11 Mar 1999 06:28:29 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA66778; Thu, 11 Mar 1999 06:28:16 -0800 (PST) (envelope-from yokota@FreeBSD.org) Date: Thu, 11 Mar 1999 06:28:16 -0800 (PST) From: Message-Id: <199903111428.GAA66778@freefall.freebsd.org> To: yokota@FreeBSD.org, freebsd-bugs@FreeBSD.org, yokota@FreeBSD.org Subject: Re: kern/10125 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Screen saver crashes Responsible-Changed-From-To: freebsd-bugs->yokota Responsible-Changed-By: yokota Responsible-Changed-When: Thu Mar 11 06:27:17 PST 1999 Responsible-Changed-Why: I am tracking this bug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 6:29:14 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABD5315339; Thu, 11 Mar 1999 06:29:12 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA66881; Thu, 11 Mar 1999 06:28:59 -0800 (PST) (envelope-from yokota@FreeBSD.org) Date: Thu, 11 Mar 1999 06:28:59 -0800 (PST) From: Message-Id: <199903111428.GAA66881@freefall.freebsd.org> To: yokota@FreeBSD.org, freebsd-bugs@FreeBSD.org, yokota@FreeBSD.org Subject: Re: kern/10314 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: green screen saver page faults and reboots system Responsible-Changed-From-To: freebsd-bugs->yokota Responsible-Changed-By: yokota Responsible-Changed-When: Thu Mar 11 06:28:25 PST 1999 Responsible-Changed-Why: I am tracking this bug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 6:29:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6D2215353; Thu, 11 Mar 1999 06:29:46 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA66975; Thu, 11 Mar 1999 06:29:33 -0800 (PST) (envelope-from yokota@FreeBSD.org) Date: Thu, 11 Mar 1999 06:29:33 -0800 (PST) From: Message-Id: <199903111429.GAA66975@freefall.freebsd.org> To: yokota@FreeBSD.org, freebsd-bugs@FreeBSD.org, yokota@FreeBSD.org Subject: Re: kern/10376 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Screen saver panics Responsible-Changed-From-To: freebsd-bugs->yokota Responsible-Changed-By: yokota Responsible-Changed-When: Thu Mar 11 06:29:10 PST 1999 Responsible-Changed-Why: I am tracking this bug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 6:30:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A55A1537A for ; Thu, 11 Mar 1999 06:30:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA67025; Thu, 11 Mar 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 21BC3151F9; Thu, 11 Mar 1999 06:25:12 -0800 (PST) Message-Id: <19990311142512.21BC3151F9@hub.freebsd.org> Date: Thu, 11 Mar 1999 06:25:12 -0800 (PST) From: colle@krtkg1.rug.ac.be To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/10544: pccardd is not reporting initialized drivers properly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10544 >Category: misc >Synopsis: pccardd is not reporting initialized drivers properly >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: Thu Mar 11 06:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Christophe Colle >Release: 3.1-RELEASE >Organization: >Environment: 3.1-RELEASE FreeBSD 3.1-RELEASE #6 ... i386 Toshiba Sattelite 210CT >Description: When starting the kernel a line is printed with the following content: pcic: controller irq 5 Initializing PC-Card drivers: ed Only the ed is reported instead of ed ep fe sio ... >How-To-Repeat: just reboot ;-) >Fix: pccard/pccard.c: in the function pccard_configure repolace the lines while ((drv = *driver++)) printf(" %s", drv->name); with for (drv=*driver; drv; drv=drv->next) printf(" %s", drvname); >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 Mar 11 6:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 971C0151BE; Thu, 11 Mar 1999 06:49:17 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA67644; Thu, 11 Mar 1999 06:49:04 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 11 Mar 1999 06:49:04 -0800 (PST) From: Message-Id: <199903111449.GAA67644@freefall.freebsd.org> To: ashok@stph.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10250 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: My Ethernet card is not recognised after rebooting after installtion through FTP. State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Thu Mar 11 06:48:35 PST 1999 State-Changed-Why: Asked and answered. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 6:50:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 862191506D; Thu, 11 Mar 1999 06:50:26 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA71487; Thu, 11 Mar 1999 06:50:12 -0800 (PST) (envelope-from yokota@FreeBSD.org) Date: Thu, 11 Mar 1999 06:50:12 -0800 (PST) From: Message-Id: <199903111450.GAA71487@freefall.freebsd.org> To: yokota@FreeBSD.org, freebsd-bugs@FreeBSD.org, yokota@FreeBSD.org Subject: Re: kern/10113 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] syscons: switch to previous console Responsible-Changed-From-To: freebsd-bugs->yokota Responsible-Changed-By: yokota Responsible-Changed-When: Thu Mar 11 06:49:31 PST 1999 Responsible-Changed-Why: I will incorporate this in the next syscons update. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 7: 5:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5130D152EB; Thu, 11 Mar 1999 07:05:42 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA08480; Thu, 11 Mar 1999 07:05:29 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 11 Mar 1999 07:05:29 -0800 (PST) From: Message-Id: <199903111505.HAA08480@freefall.freebsd.org> To: Coredumped@Coredumped.null.ru, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10253 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD freeze while paper out. State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Thu Mar 11 07:04:14 PST 1999 State-Changed-Why: Questions like this are better handled with an e-mail message to freebsd-questions@freebsd.org. I've forwarded your problem to that mailing list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 8:33: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 92DA914BF7; Thu, 11 Mar 1999 08:33:03 -0800 (PST) (envelope-from schuerge@wurzelausix.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.3/1999020800) with ESMTP id RAA08739; Thu, 11 Mar 1999 17:31:13 +0100 (CET) Received: from wurzelausix.cs.uni-sb.de (wurzelausix.cs.uni-sb.de [134.96.247.1]) by cs.uni-sb.de (8.9.3/1999020800) with ESMTP id RAA26154; Thu, 11 Mar 1999 17:31:12 +0100 (CET) Received: (from schuerge@localhost) by wurzelausix.cs.uni-sb.de (8.9.1/wjp/19980821) id RAA03067; Thu, 11 Mar 1999 17:31:12 +0100 (CET) From: Thomas Schuerger Message-Id: <199903111631.RAA03067@wurzelausix.cs.uni-sb.de> Subject: Re: Scheduling bug? To: gjb@comkey.com.au (Greg Black) Date: Thu, 11 Mar 1999 17:31:11 +0100 (CET) Cc: freebsd-questions@freebsd.org, freebsd-bugs@freebsd.org In-Reply-To: <19990311120046.23069.qmail@alpha.comkey.com.au> from "Greg Black" at Mar 11, 99 10:00:46 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > When having two processes running, one with nice-level 0, > > > the other one with nice-level 19 and both consuming as much > > > CPU time as possible (e.g. an endless loop), FreeBSD will do > > > a 2:1 time-slicing (that is, the first process will get 66% > > > of the CPU-time and the other one 33%). For a test, just > > > start two Perl processes doing a "while(1) {}", renice one > > > of the processes to 19 and watch the "top" output. > > [...] > > > It's impossible given the test that you created to accurately > > _measure_ this difference, as you're relying on an interpreted > > (perl) loop - I'd be interested to see the same results with an > > executable that was looping - so as to remove the layer of the > > interpreter. > > The real point is that top is a useless tool when it comes to > this kind of comparisons. You're just as likely seeing > variations in the performance of top, as learning anything about > the actual time slices. > > FreeBSD may suck in this area, but you'd have to do some proper > testing to find out. This means writing some code that does > useful work (never busy loops) and measuring the amount of work > that gets done. It's harder than it sounds. I'd say that this is proper testing. I am running the RC5 keycrack client in the background (www.distributed.net), which can be considered as being an endless loop with no disk/network i/o (disk/network is accessed once within some hours). The process is automatically running with nice-level 19. Now, anything that's cpu-intensive in the foreground (e.g. compilation, GIMP or whatever) will get only 66% of the cpu-time, because the background process is not scheduled properly (this is not a matter of what 'top' displays, it's what can really be measured when e.g. applying effects in GIMP to an image). Even when doing disk i/o in the foreground, like when rebuilding the 'locate' database, this will be a lot slower. When killing the background process while rebuilding the 'locate' database, the harddisk accesses are much more frequent and it terminates a lot earlier. When reading data from cdrom, this is also GREATLY affected by the background process and makes reading speed about 1/4th as when the process is not running! Copying a 4 MB file from cdrom to /tmp took 12.65 seconds when the process was active and (another) 4 MB file took 2.83 seconds (both files were NOT in the cache, just the directory structure of the CD was). This was tested on an Ultra-SCSI CD-ROM (Pioneer 36x) and Asus 7890 U2W controller with FreeBSD 4.0-Current. Things like network transmission also suffer from cpu-intensive background processes, which can be measured as well. I did transfers with and without that process in the background, which came from a near-by FTP server. Download rate using 'wget' was 270 KB/sec on average without the process and 170 KB/sec when the process was running. I did each of the two tests 10 times... I really do think this is rather serious and there should be some changes in the kernel in the future. I would also give this thing a high priority, as it affects system performance a lot. Ciao, Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 8:36:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 4D32415354 for ; Thu, 11 Mar 1999 08:36:29 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id BAA09392; Fri, 12 Mar 1999 01:36:03 +0900 (JST) Message-ID: <36E7EE39.374F6705@newsguy.com> Date: Fri, 12 Mar 1999 01:24:25 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10285: 2.2.8-S => 3.1-S make aout-to-elf-build fails References: <199903111030.CAA49552@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It is possible to move from 2.2.x to 3.1-S, through the use of the "upgrade" target instead of the "world" target. Sheldon Hearn wrote: > > The following reply was made to PR kern/10285; it has been noted by GNATS. > > From: Sheldon Hearn > To: christoph.sold@pk.she.de > Cc: freebsd-gnats-submit@freebsd.org > Subject: Re: kern/10285: 2.2.8-S => 3.1-S make aout-to-elf-build fails > Date: Thu, 11 Mar 1999 12:25:57 +0200 > > Hi Cristoph, > > I'm not sure whether you can move up straight from RELENG_2_2 to > RELENG_3. I'd suggest you go from RELENG_2_2 to RELENG_3_0_0_RELEASE, do > the ``make world; make aout-to-elf; install new boot blocks & install > ELF kernel'' thing there, and _then_ sup up to the latest stable > sources. > > Ciao, > Sheldon. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "FreeBSD is Yoda, Linux is Luke Skywalker." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 8:40:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEB7715354 for ; Thu, 11 Mar 1999 08:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA16286; Thu, 11 Mar 1999 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from alms1.fw.att.com (alms1.att.com [192.128.167.146]) by hub.freebsd.org (Postfix) with ESMTP id AB69B15347 for ; Thu, 11 Mar 1999 08:35:16 -0800 (PST) (envelope-from shalunov@tuzik.lz.att.com) Received: from tuzik.lz.att.com ([135.25.200.84]) by alms1.fw.att.com (AT&T/IPNS/GW-1.0) with ESMTP id LAA12678 for ; Thu, 11 Mar 1999 11:34:57 -0500 (EST) Received: (from shalunov@localhost) by tuzik.lz.att.com (8.9.2/8.9.2) id KAA00419; Thu, 11 Mar 1999 10:36:35 -0500 (EST) (envelope-from shalunov) Message-Id: <199903111536.KAA00419@tuzik.lz.att.com> Date: Thu, 11 Mar 1999 10:36:35 -0500 (EST) From: shalunov@lynxhub.lz.att.com Reply-To: shalunov@lynxhub.lz.att.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10545: kernel lock-up with fork/exec stress test Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10545 >Category: kern >Synopsis: When a fork/exec stress test is run, the machine locks up >Confidential: yes >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 11 08:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: stanislav shalunov >Release: FreeBSD 3.1-RELEASE i386 >Organization: AT&T >Environment: Stock 3.1-RELEASE system, with recompiled kernel. Hardware is Dell-assembled, details are hopefully clear from dmesg. Kernel config file with comments removed follows (I did not change /etc/make.conf and nothing unusual is set in the environment): machine "i386" cpu "I686_CPU" ident TUZIK maxusers 512 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options IDE_DELAY=5000 options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0s2a controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts pseudo-device splash device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device ppc0 at isa? port? net irq 7 controller ppbus0 device nlpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? device xl0 pseudo-device loop pseudo-device ether pseudo-device sl 1 pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's options KTRACE #kernel tracing options SYSVSHM options SYSVMSG pseudo-device bpfilter 4 #Berkeley packet filter Maxusers is set high because I needed the machine to be able to handle about 20000 simultaneous TCP connections (mostly in TIME_WAIT state). These are for Apache. The output of dmesg(1) follows: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.1-RELEASE #0: Wed Mar 10 11:57:33 EST 1999 shalunov@tuzik.lz.att.com:/usr/src/sys/compile/TUZIK Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 398776065 Hz CPU: Pentium II/Xeon/Celeron (398.78-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping=2 Features=0x183f9ff> real memory = 67108864 (65536K bytes) avail memory = 61865984 (60416K bytes) Preloaded elf kernel "kernel" at 0xf0288000. Probing for devices on PCI bus 0: chip0: rev 0x02 on pci0.0.0 chip1: rev 0x02 on pci0.1.0 chip2: rev 0x02 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip3: rev 0x02 on pci0.7.3 chip4: rev 0x03 on pci0.15.0 xl0: <3Com 3c905B Fast Etherlink XL 10/100BaseTX> rev 0x24 int a irq 11 on pci0.17.0 xl0: Ethernet address: 00:c0:4f:6e:f9:37 xl0: autoneg complete, link status good (half-duplex, 10Mbps) Probing for devices on PCI bus 1: vga0: rev 0x5c int a irq 9 on pci1.0.0 Probing for devices on PCI bus 2: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model IntelliMouse, device ID 3 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 6149MB (12594960 sectors), 12495 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, accel, dma, iordis acd0: drive speed 5512KB/sec, 256KB cache acd0: supported read types: CD-R, CD-RW, CD-DA acd0: Audio: play, 16 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked ppc0 at 0x378 irq 7 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold nlpt0: on ppbus 0 nlpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface WARNING: / was not properly dismounted The file /etc/rc.conf follows: # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. nfs_client_enable="YES" network_interfaces="xl0 lo0" ifconfig_xl0="inet 135.25.200.84 netmask 255.255.255.0" defaultrouter="135.25.200.1" hostname="tuzik.lz.att.com" linux_enable="YES" accounting_enable="YES" lpd_enable="YES" moused_port="/dev/psm0" moused_enable="YES" saver="logo" blanktime="300" font8x8="koi8-r-8x8" font8x14="koi8-r-8x14" font8x16="koi8-r-8x16" keyrate="fast" keymap="ru.koi8-r" named_enable="YES" sendmail_flags="-bd -q7m" dumpdev="/dev/wd0s2b" The only non-system daemon running is Apache (apache13 from the ports collection). I will be happy to provide any additional enviromental information if you cannot reproduce the problem. >Description: When I run a program to benchmark the system's ability to do fork/exec's, the kernel reproduceably locks up. The program is attached below. The program allows to specify for how long to run the test. If a small number is choosen (up to 5 seconds), everything is OK and the system shows truly unbelievable rates (900--700 fork/exec's per second). If I run the program for the default duration (60 seconds) the console that the program was run from (I do not use X because of unsupported video card) accepts input, but ^C, ^\ and ^Z do nothing (just get printed); the other virtual consoles can be switched to, but the display of programs such as top(1) is not updated and input is ignored completely. Network connections are accepted, but not served (I tried to telnet in to reboot the machine; the connection was accepted, but the login prompt never appeared). The screensaver worked all right: it turned on and then turned off when I pressed a key. The three finger salute resulted in nothing. The machine had to be cold booted. >How-To-Repeat: The file fork-exec.c follows: /* Test program that simply generates lots of fork/exec's. We execute `/bin/sh -c ""'. Written by Stanislav Shalunov. */ #include #include #include #include #include volatile int more_forking; void handler(sig) int sig; { switch (sig) { case SIGINT: case SIGALRM: more_forking = 0; break; default: ; } } int main(argc, argv) int argc; char *argv[]; { int pid; int attempts_to_fork, forks; int start, duration; int time_to_fork; int delay; struct sigaction sa; delay = 0; switch (argc) { case 1: time_to_fork = 60; break; case 2: case 3: time_to_fork = atoi(argv[1]); if (time_to_fork < 10) fprintf(stderr, "Warning: time value of %ds is too " "small to get adequate results.\n", time_to_fork); if (argc > 2) delay = atoi(argv[2]); break; default: fprintf(stderr, "Usage: fork-exec [time to fork in seconds" " [delay in milliseconds]]\n" "Default time is 60 seconds. You can always send an" " interrupt earlier.\nDefault delay is zero.\n"); exit(1); } sa.sa_handler = handler; sa.sa_flags = 0; sigemptyset(&sa.sa_mask); sigaction(SIGINT, &sa, NULL); sigaction(SIGALRM, &sa, NULL); alarm(time_to_fork); attempts_to_fork = forks = 0; more_forking = 1; system("uptime"); start = time(NULL); while (more_forking) { attempts_to_fork++; /* poll(0, 0, 0) should be basically harmless, but we want to eliminate (1) the overhead of a system call (2) the possibility to sleep for a long time because of an overloaded system. */ if (delay) poll(0, 0, delay); pid = fork(); if (pid == 0) { /* XXX: On different systems on can have different shell startup files, etc. */ execl("/bin/sh", "sh", "-c", "", 0); perror("execl"); exit(1); } else if (pid > 0) forks++; } duration = time(NULL) - start; if (! duration) duration = 1; printf("In %d secs made %d attempts to fork, of which %d succeeded.\n", duration, attempts_to_fork, forks); printf("%d%% of forks succeeded; %d forks/second.\n", forks*100/attempts_to_fork, forks/(duration)); fflush(stdout); execlp("uptime", "uptime", 0); fprintf(stderr, "Either ``uptime'' is not in your PATH, or this test\n" "has brought the system to its knees, see what happens:\n"); perror("execlp(uptime)"); exit(1); } In order to reproduce the problem, compile the program (I tried ``gcc -o fork-exec fork-exec.c'' and ``gcc -O6 -o fork-exec fork-exec.c''), and run it with ``./fork-exec''. Have your finger on the RESET button. You might want to play with the arguments, for small values of the first argument the machine doesn't crash. >Fix: Unknown. Workaround might be to set rlimits, but that's not what I am looking for: other Unix systems (such as Solaris, etc.) do not misbehave in any way when I test them this way. >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 Mar 11 8:47:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16E4614F0B; Thu, 11 Mar 1999 08:47:13 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA16725; Thu, 11 Mar 1999 08:47:00 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Thu, 11 Mar 1999 08:47:00 -0800 (PST) From: Message-Id: <199903111647.IAA16725@freefall.freebsd.org> To: jrowan@mandli.com, dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10529 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kzip fails on ELF kernels State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Thu Mar 11 08:46:19 PST 1999 State-Changed-Why: Use of kzip has been replaced with gzip. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 8:48:34 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 452F615373; Thu, 11 Mar 1999 08:48:32 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA17033; Thu, 11 Mar 1999 08:48:18 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Thu, 11 Mar 1999 08:48:18 -0800 (PST) From: Message-Id: <199903111648.IAA17033@freefall.freebsd.org> To: root@huygens.uvt.ro, dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10540 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Problems with the boot program State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Thu Mar 11 08:47:09 PST 1999 State-Changed-Why: Loader got more "manual", but it's not really broken. A better solution is in the works. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 8:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D258151A2; Thu, 11 Mar 1999 08:50:04 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA17163; Thu, 11 Mar 1999 08:49:50 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Thu, 11 Mar 1999 08:49:50 -0800 (PST) From: Message-Id: <199903111649.IAA17163@freefall.freebsd.org> To: dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org, dcs@FreeBSD.org Subject: Re: bin/10523 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: modstat problem Responsible-Changed-From-To: freebsd-bugs->dcs Responsible-Changed-By: dcs Responsible-Changed-When: Thu Mar 11 08:49:12 PST 1999 Responsible-Changed-Why: I'm tracking it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 9:10:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10B8D14D08 for ; Thu, 11 Mar 1999 09:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA18308; Thu, 11 Mar 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 09:10:01 -0800 (PST) Message-Id: <199903111710.JAA18308@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cy Schubert Subject: Re: kern/10528: MFS fails to die when system shut down Reply-To: Cy Schubert Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10528; it has been noted by GNATS. From: Cy Schubert To: Matthew Dillon Cc: Cy Schubert - ITSD Open Systems Group , freebsd-gnats-submit@FreeBSD.ORG, cschuber@uumail.gov.bc.ca Subject: Re: kern/10528: MFS fails to die when system shut down Date: Thu, 11 Mar 1999 08:01:53 -0800 Excellent, thanks. I will apply your patch on my systems here. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC In message <199903110740.XAA61921@apollo.backplane.com>, Matthew Dillon writes: > :Matthew, I've been trying to solve a "syncing filesystems... giving up" > :problem under 3.1. My first cut was effective under some > :circumstances, e.g. copying files to MFS but if MFS was used for /tmp > :and X was in use at the time of the shutdown, my patch would still > :fail. I've devised a better patch as follows. What do you think? > : > :What I've done is change the P_SYSTEM flag to a P_NOSWAP. What I don't > :understand is the comment about the swapper continuously trying to kill > :MFS. I can see why you don't want it to swap out, because of potential > :... > > The problem is that if the system runs out of swap space and memory, > it will attempt to kill the 'largest' process. This from > vm/vm_pageout.c: > > ... > /* > * make sure that we have swap space -- if we are low on memory and > * swap -- then kill the biggest process. > */ > if ((vm_swap_size == 0 || swap_pager_full) && > ((cnt.v_free_count + cnt.v_cache_count) < cnt.v_free_min)) { > bigproc = NULL; > bigsize = 0; > for (p = allproc.lh_first; p != 0; p = p->p_list.le_next) { > /* > * if this is a system process, skip it > */ > if ((p->p_flag & P_SYSTEM) || (p->p_pid == 1) || > ((p->p_pid < 48) && (vm_swap_size != 0))) { > continue; > } > > ... > > Current setting P_NOSWAP will not prevent the system from trying to > kill the process. Perhaps, though, it would be safe to add P_NOSWAP > in and not have the system try to swap out a P_NOSWAP process either, > which with your patch would solve both problems. > > P_NOSWAP appears to only be set normally when the system is in the > midst of a fork. I think it would be safe to modify pageout.c from > > if ((p->p_flag & P_SYSTEM) || (p->p_pid == 1) || ... > > to > > if ((p->p_flag & (P_NOSWAP|P_SYSTEM)) || (p->p_pid == 1) || ... > > *PLUS* your patch. I will submit your patch, plus my modification > above, to core. > > -Matt > Matthew Dillon > > > :deadlock. It solves a "syncing filesystems" problem during shutdown. > :I tested during a shutdown while a file is currently being written > :to /tmp. Previously the system would panic: vinvalbuf: dirty bufs. > :With the patch below it doesn't do that any more. Does my patch > :introduce another problem? > : > :I'd appreciate some guidance. > : > :--- src/sys/ufs/mfs/mfs_vfsops.c.orig Thu Dec 31 20:14:11 1998 > :+++ src/sys/ufs/mfs/mfs_vfsops.c Wed Mar 10 21:08:13 1999 > :@@ -399,7 +399,8 @@ > : * can we swap out this process - not unless you want a deadlock, > : * anyway. > : */ > :- curproc->p_flag |= P_SYSTEM; > :+ /* curproc->p_flag |= P_SYSTEM; */ > :+ curproc->p_flag |= P_NOSWAP; > : > : while (mfsp->mfs_active) { > : while (bp = bufq_first(&mfsp->buf_queue)) { > : > :Regards, Phone: (250)387-8437 > :Cy Schubert Fax: (250)387-5766 > :Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca > :ITSD Cy.Schubert@gems8.gov.bc.ca > :Province of BC > : > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 9:20:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC95315249 for ; Thu, 11 Mar 1999 09:20:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA18886; Thu, 11 Mar 1999 09:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from scotts-laptop.dcs.qmw.ac.uk (scotts-laptop.dcs.qmw.ac.uk [138.37.89.8]) by hub.freebsd.org (Postfix) with ESMTP id 731EC150DC for ; Thu, 11 Mar 1999 09:18:06 -0800 (PST) (envelope-from root@scotts-laptop.dcs.qmw.ac.uk) Received: (from root@localhost) by scotts-laptop.dcs.qmw.ac.uk (8.9.1/8.8.8) id RAA00740; Thu, 11 Mar 1999 17:18:30 GMT (envelope-from root) Message-Id: <199903111718.RAA00740@scotts-laptop.dcs.qmw.ac.uk> Date: Thu, 11 Mar 1999 17:18:30 GMT From: scott@dcs.qmw.ac.uk Reply-To: scott@dcs.qmw.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10546: Intel Pro/100 PC card has CIS string > CIS_MAXSTR Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10546 >Category: bin >Synopsis: Intel Pro/100 PC card has CIS string > CIS_MAXSTR >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 Mar 11 09:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Scott Mitchell >Release: FreeBSD 3.0-RELEASE i386 >Organization: Queen Mary & Westfield College >Environment: Any machine with PCCARD support enabled. >Description: CIS_MAXSTR is defined as 30 in /usr/src/usr.sbin/pccard/pccardd/readcis.h. Certain PCMCIA cards (eg. The Intel EtherExpress Pro Mobile 10/100) contain strings in their CIS tuples that are longer than 30 characters. In the case of the Intel there's a 48 byte string, other cards may have longer strings. >How-To-Repeat: Run pccardd, insert a PC card with a CIS string longer than 30 characters. >Fix: Bump the value of CIS_MAXSTR upwards. The maximum possible amount of data in a CIS tuple is 254 bytes, so this should be enough to cover anything... The following patch does the necessary: *** readcis.h.orig Tue Sep 23 20:51:32 1997 --- readcis.h Thu Mar 11 16:52:49 1999 *************** *** 26,32 **** * $Id: readcis.h,v 1.9 1997/09/23 19:51:32 nate Exp $ */ ! #define CIS_MAXSTR 30 struct tuple { struct tuple *next; unsigned char code; --- 26,32 ---- * $Id: readcis.h,v 1.9 1997/09/23 19:51:32 nate Exp $ */ ! #define CIS_MAXSTR 254 struct tuple { struct tuple *next; unsigned char code; >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 Mar 11 9:50:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7060615106 for ; Thu, 11 Mar 1999 09:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA20754; Thu, 11 Mar 1999 09:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6DB7614F26; Thu, 11 Mar 1999 09:43:06 -0800 (PST) Message-Id: <19990311174306.6DB7614F26@hub.freebsd.org> Date: Thu, 11 Mar 1999 09:43:06 -0800 (PST) From: jeld@mindless.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/10547: whereis script reports errors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10547 >Category: misc >Synopsis: whereis script reports errors >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: Thu Mar 11 09:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitriy Kropivnitskiy >Release: 2.2.8 >Organization: >Environment: I do not think this is relevant to the problem and I do not have the output ready because I am forced to use my Win95 station to submit this :) Sorry >Description: On a freshly installed 2.2.8 system, when whereis command is issued an error is reported prior to displaying the results. An error indicates that /usr/sbin/sysctl is not found at line 99 of whereis script. >How-To-Repeat: Type whereis at the console. >Fix: In line 99 of /usr/bin/whereis "local($cs_path) = /usr/sbin/sysctl -n user.cs_path" should be changed to "local($cs_path) = /sbin/sysctl -n user.cs_path" >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 Mar 11 11:56:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jane.lfn.org (www.lfn.org [209.16.92.1]) by hub.freebsd.org (Postfix) with SMTP id 02F4A151B7 for ; Thu, 11 Mar 1999 11:56:31 -0800 (PST) (envelope-from caj@lfn.org) Received: (qmail 11751 invoked by uid 100); 11 Mar 1999 19:56:12 -0000 Date: Thu, 11 Mar 1999 13:56:12 -0600 (CST) From: Craig Johnston To: freebsd-hackers@freebsd.org, freebsd-bugs@freebsd.org Subject: failure to boot after 3.1-RELEASE install Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I saw the exact same problem mentioned once before on the lists and I was wondering if any headway had been made on the problem. (reference message id <199810181251.IAA17735@vger.foo.com> ) The system: Tyan Thunder II mobo, 2 x PII @ 266 384 megs SDRAM adaptec 7895 onboard fast/wide 9 gig WD scsi disk I am installing 3.1-RELEASE I got off ftp.cdrom.com last night. The install goes fine, but when I reboot and it comes up off the hard disk, at the F1: Freebsd, etc. prompt, when it either times out or you press F1, it just beeps. Further keypresses elicit further beeps but nothing real ever happens. I am about to go the route of using a fully dedicated disk (which fixed the problem in the case previously mentioned on the lists), but I thought I should report this. If anyone is interested in further details or having me poke at the problem in some way, drop me a line. Please cc: me directly in responses as I'm not sure my reception of the lists has been 100%. -Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 13:14:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ceia.nordier.com (m2-49-dbn.dial-up.net [196.34.155.113]) by hub.freebsd.org (Postfix) with ESMTP id DC81E1513B; Thu, 11 Mar 1999 13:14:39 -0800 (PST) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id XAA02967; Thu, 11 Mar 1999 23:13:02 +0200 (SAT) From: Robert Nordier Message-Id: <199903112113.XAA02967@ceia.nordier.com> Subject: Re: failure to boot after 3.1-RELEASE install In-Reply-To: from Craig Johnston at "Mar 11, 99 01:56:12 pm" To: ceia.nordier.com@ceia.nordier.com (Craig Johnston) Date: Thu, 11 Mar 1999 23:13:00 +0200 (SAT) Cc: freebsd-bugs@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Cross-posted: replying to -bugs] > I saw the exact same problem mentioned once before on the lists > and I was wondering if any headway had been made on the problem. > (reference message id <199810181251.IAA17735@vger.foo.com> ) Five months is a long time, where the new boot code is concerned. FWIW, there's actually no chance that the problem you have has anything to do with that reported in PR 8368, mentioned above. > The system: Tyan Thunder II mobo, 2 x PII @ 266 > 384 megs SDRAM > adaptec 7895 onboard > fast/wide 9 gig WD scsi disk > > I am installing 3.1-RELEASE I got off ftp.cdrom.com last night. > > The install goes fine, but when I reboot and it comes up off > the hard disk, at the F1: Freebsd, etc. prompt, when it either > times out or you press F1, it just beeps. Further keypresses > elicit further beeps but nothing real ever happens. Is there an F5 Drive 0 line displayed? If so, this is a known BIOS compatibility issue, and there's a fix available at http://www.freebsd.org/~rnordier/boot0-1.7.tar.gz If not, something was almost certainly wrongly configured, somehow, during the installation. If you can boot from floppy, sending along the output of the commands fdisk da0 disklabel da0 dd if=/dev/rda0 count=1 dd if=/dev/rda0s1 count=17 (assuming FreeBSD is slice 1) will probably enable us to sort out what went wrong and get you booting. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 13:29:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 750EB14F26 for ; Thu, 11 Mar 1999 13:29:07 -0800 (PST) (envelope-from peter.jeremy@AUSS2.ALCATEL.COM.AU) Received: by border.alcanet.com.au id <40398>; Fri, 12 Mar 1999 07:16:37 +1000 Date: Fri, 12 Mar 1999 07:28:35 +1000 From: Peter Jeremy Subject: Re: kern/10535: Very poor ethernet performance with tx driver To: dg@root.com Cc: freebsd-bugs@FreeBSD.ORG, semen@iclub.nsu.ru Message-Id: <99Mar12.071637est.40398@border.alcanet.com.au> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Greenman wrote: > The real question in my mind is why does the driver frob with the PHY >in a critical path? That's guaranteed to cause the performance to suck, no >matter what you do with the for-loops. At the beginning of epic_ifstart(), there is a check that the link is up, otherwise the mbufs are dropped in the bit bucket. I'm not sure why the link status has to be read twice. At least it is only once per packet. If a PII-450 is intermittent with a loop count of 0x1000 and 5 insns per loop with no memory references, that suggests that the chip takes ~~50usec to respond. I can't answer this, and I can't find any technical information on the SMC website. Maybe Semen (as the driver author) can comment. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 13:35:59 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 0CC521522F for ; Thu, 11 Mar 1999 13:35:54 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id NAA09579; Thu, 11 Mar 1999 13:35:22 -0800 (PST) Message-Id: <199903112135.NAA09579@implode.root.com> To: Peter Jeremy Cc: freebsd-bugs@FreeBSD.ORG, semen@iclub.nsu.ru Subject: Re: kern/10535: Very poor ethernet performance with tx driver In-reply-to: Your message of "Fri, 12 Mar 1999 07:28:35 +1000." <99Mar12.071637est.40398@border.alcanet.com.au> From: David Greenman Reply-To: dg@root.com Date: Thu, 11 Mar 1999 13:35:22 -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >David Greenman wrote: >> The real question in my mind is why does the driver frob with the PHY >>in a critical path? That's guaranteed to cause the performance to suck, no >>matter what you do with the for-loops. > >At the beginning of epic_ifstart(), there is a check that the link is up, >otherwise the mbufs are dropped in the bit bucket. I'm not sure why the >link status has to be read twice. At least it is only once per packet. It shouldn't do that. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 14: 0:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3811E150F4 for ; Thu, 11 Mar 1999 14:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA40009; Thu, 11 Mar 1999 14:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Mar 1999 14:00:01 -0800 (PST) Message-Id: <199903112200.OAA40009@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/10398: Tagged queueing makes IBM DCAS-34330 slow Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10398; it has been noted by GNATS. From: "Kenneth D. Merry" To: hokada@isl.melco.co.jp (Hideaki Okada) Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10398: Tagged queueing makes IBM DCAS-34330 slow Date: Thu, 11 Mar 1999 14:50:22 -0700 (MST) Hideaki Okada wrote... > > Ken, > > Thanks for your support. Sorry I took so long to respond. > > So, the first thing to try is your bonnie test above, with write caching > > enabled and with write caching disabled. > > > The next thing to try is to change the number of tags on the fly and > > try to determine whether there is a point where performance drops off > > completely. > > Here are results of bonnie, measured configurations are: > WCE=1, tags=1, 2, 3, 4, 8, 16, 32, 64 > WCE=0, tags=1, 4, 16, 64 > > -------Sequential Output-------- ---Sequential Input-- --Random-- > -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks--- > MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec %CPU > CONFIGURATION > Number of Tags > write cache enabled > NO 100 7222 89.2 6801 21.8 2347 8.5 7330 93.3 7368 14.6 226.5 4.7 > 2 100 7263 90.3 6357 20.3 2730 9.9 7025 90.5 7321 14.9 209.4 4.6 > 3 100 7115 88.1 6406 20.8 2289 8.9 7307 93.9 7335 15.0 212.6 4.5 Yeah, it looks like there is a reasonable dropoff in write performance from 1 transaction to two. It also looks like turning off write caching is a very bad thing to do with that drive. I'll put in a quirk entry to disable tagged queueing. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 14:13:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 428721525F; Thu, 11 Mar 1999 14:13:40 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA41029; Thu, 11 Mar 1999 14:13:26 -0800 (PST) (envelope-from ken@FreeBSD.org) Date: Thu, 11 Mar 1999 14:13:26 -0800 (PST) From: Message-Id: <199903112213.OAA41029@freefall.freebsd.org> To: ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, ken@FreeBSD.org Subject: Re: kern/10398 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Tagged queueing makes IBM DCAS-34330 slow Responsible-Changed-From-To: freebsd-bugs->ken Responsible-Changed-By: ken Responsible-Changed-When: Thu Mar 11 14:12:50 PST 1999 Responsible-Changed-Why: To remind me to commit the quirk entry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 14:40:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D43671526A for ; Thu, 11 Mar 1999 14:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA43216; Thu, 11 Mar 1999 14:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from poboxer.pobox.com (unknown [208.149.16.4]) by hub.freebsd.org (Postfix) with ESMTP id A1B5215271 for ; Thu, 11 Mar 1999 14:33:30 -0800 (PST) (envelope-from alk@poboxer.pobox.com) Received: (from alk@localhost) by poboxer.pobox.com (8.9.3/8.9.1) id QAA22768; Thu, 11 Mar 1999 16:32:34 -0600 (CST) (envelope-from alk) Message-Id: <199903112232.QAA22768@poboxer.pobox.com> Date: Thu, 11 Mar 1999 16:32:34 -0600 (CST) From: Anthony Kimball - High Performance Computing Reply-To: alk@pobox.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10548: ifconfig Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10548 >Category: bin >Synopsis: More useful default ifconfig behaviour sans args >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 Mar 11 14:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Anthony Kimball - High Performance Computing >Release: FreeBSD 4.0-CURRENT i386 >Organization: Dis >Environment: >Description: It would be nice if ifconfig could default to useful behaviour absent any arguments. I suggest -a: >How-To-Repeat: >Fix: diff -c -3 -r1.38 ifconfig.c *** ifconfig.c 1998/08/07 06:36:53 1.38 --- ifconfig.c 1999/03/11 22:29:09 *************** *** 279,285 **** int mib[6]; /* Parse leading line options */ ! all = downonly = uponly = namesonly = 0; while ((c = getopt(argc, argv, "adlmu")) != -1) { switch (c) { case 'a': /* scan all interfaces */ --- 279,286 ---- int mib[6]; /* Parse leading line options */ ! all = argc == 1; ! downonly = uponly = namesonly = 0; while ((c = getopt(argc, argv, "adlmu")) != -1) { switch (c) { case 'a': /* scan all interfaces */ >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 Mar 11 20:53:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jane.lfn.org (register.lfn.org [209.16.92.4]) by hub.freebsd.org (Postfix) with SMTP id 132D315005 for ; Thu, 11 Mar 1999 20:53:15 -0800 (PST) (envelope-from caj@lfn.org) Received: (qmail 22526 invoked by uid 100); 12 Mar 1999 04:52:56 -0000 Date: Thu, 11 Mar 1999 22:52:56 -0600 (CST) From: Craig Johnston To: freebsd-bugs@freebsd.org Subject: Re: failure to boot after 3.1-RELEASE install In-Reply-To: <199903112125.XAA03166@ceia.nordier.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > ----- Forwarded message from rnordier ----- > > [Cross-posted: replying to -bugs] > > > I saw the exact same problem mentioned once before on the lists > > and I was wondering if any headway had been made on the problem. > > (reference message id <199810181251.IAA17735@vger.foo.com> ) > > Five months is a long time, where the new boot code is concerned. > FWIW, there's actually no chance that the problem you have has > anything to do with that reported in PR 8368, mentioned above. > > > The system: Tyan Thunder II mobo, 2 x PII @ 266 > > 384 megs SDRAM > > adaptec 7895 onboard > > fast/wide 9 gig WD scsi disk > > > > I am installing 3.1-RELEASE I got off ftp.cdrom.com last night. > > > > The install goes fine, but when I reboot and it comes up off > > the hard disk, at the F1: Freebsd, etc. prompt, when it either > > times out or you press F1, it just beeps. Further keypresses > > elicit further beeps but nothing real ever happens. > > Is there an > > F5 Drive 0 > > line displayed? If so, this is a known BIOS compatibility issue, No, just F1 for my lone partition. > If not, something was almost certainly wrongly configured, somehow, > during the installation. If you can boot from floppy, sending along > the output of the commands Fully dedicating my disk fixed the problem. I did the installation twice with a partition entry to make sure I hadn't screwed something up. Both behaved the same way. FWIW I've done a lot of installs in the past. (I don't know if you meant I likely misconfigured something or if a script did.) > fdisk da0 > disklabel da0 > dd if=/dev/rda0 count=1 > dd if=/dev/rda0s1 count=17 (assuming FreeBSD is slice 1) > > will probably enable us to sort out what went wrong and get you > booting. If anyone is still interested in looking at it I could throw a new disk in the box (I don't want to trash my functional installation) and see if the same thing happens. If this isn't something anybody has an active desire to spend time on beyond getting me to boot, then doing it this way is fine -- FreeBSD is the only OS going on the machine. (or any other machine under my control, mouhaha.) -Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 11 21:50:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6B9514E6F for ; Thu, 11 Mar 1999 21:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA70776; Thu, 11 Mar 1999 21:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from spacebus.mayn.de (spacebus.mayn.de [194.95.209.18]) by hub.freebsd.org (Postfix) with ESMTP id 93B1C14F8C for ; Thu, 11 Mar 1999 21:44:31 -0800 (PST) (envelope-from token@spacebus.mayn.de) Received: (from root@localhost) by spacebus.mayn.de (8.9.2/8.8.8) id GAA12496; Fri, 12 Mar 1999 06:44:13 +0100 (CET) (envelope-from token) Message-Id: <199903120544.GAA12496@spacebus.mayn.de> Date: Fri, 12 Mar 1999 06:44:13 +0100 (CET) From: token@mayn.de Reply-To: token@mayn.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10553: syslogd suddenly stopped logging Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10553 >Category: bin >Synopsis: syslogd suddenly stopped logging >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 Mar 11 21:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: m. k. buelow >Release: FreeBSD 3.1-RELEASE i386 >Organization: GeFoekoM e.V. >Environment: The machine is used for central logging and receives syslog connections from several other machines (including high traffic web servers which log a lot; however disk space and cpu time are lots available). The machine is also hosting nfs and running named. It was upgraded from 2.2.7 about 3 weeks ago. >Description: I do not know why but syslogd had stopped logging to any files after about 10 days of system uptime. logger(1) messages did not show up anymore in the logs, neither did anything else. Syslogd was still running and tracing it and then sending it something with logger(1) showed the following: 99 syslogd PSIG SIGALRM caught handler=0x804afc0 mask=0x1 code=0x0 99 syslogd RET poll -1 errno 4 Interrupted system call 99 syslogd CALL gettimeofday(0xefbfc854,0) 99 syslogd RET gettimeofday 0 99 syslogd CALL setitimer(0,0xefbfc84c,0xefbfc83c) 99 syslogd RET setitimer 0 99 syslogd CALL sigreturn(0xefbfc888) 99 syslogd RET sigreturn JUSTRETURN That is all. kill -HUP didn't change anything, killing it and starting it again made logging come back to normal operation. >How-To-Repeat: Dunno. >Fix: None known to me. >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 Mar 12 2:30:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FE8414C99 for ; Fri, 12 Mar 1999 02:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA92387; Fri, 12 Mar 1999 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 0BF9C152EB for ; Fri, 12 Mar 1999 02:25:07 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id MAA12297; Fri, 12 Mar 1999 12:24:39 +0200 (EET) (envelope-from ru) Message-Id: <199903121024.MAA12297@relay.ucb.crimea.ua> Date: Fri, 12 Mar 1999 12:24:39 +0200 (EET) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/10555: [PATCH] awk dumps core Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10555 >Category: gnu >Synopsis: [PATCH] awk dumps core >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 Mar 12 02:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ruslan Ermilov >Release: FreeBSD 3.1-STABLE i386 >Organization: United Commercial Bank >Environment: 3.1-STABLE GNU Awk 3.0.3 >Description: awk dumps core (signal 11) >How-To-Repeat: # awk '{ print $1,,$2 }' awk: cmd. line:1: { print $1,,$2 } awk: cmd. line:1: ^ parse error awk: cmd. line:1: fatal error: internal error Abort trap - core dumped GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... Core was generated by `awk'. Program terminated with signal 6, Abort trap. Reading symbols from /usr/lib/libgnuregex.so.2...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/lib/libc.so.3...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x280d1c44 in _kill () (gdb) bt #0 0x280d1c44 in _kill () #1 0x28105cf4 in abort () #2 0x8058432 in catchsig (sig=11, code=12) at /usr/src/gnu/usr.bin/awk/../../../contrib/awk/main.c:708 #3 #4 0x804d934 in append_right (list=0x0, new=0x806c990) at awktab.y:2114 #5 0x804ae98 in yyparse () at awktab.y:630 #6 0x8057cad in main (argc=2, argv=0xefbfdbe4) at /usr/src/gnu/usr.bin/awk/../../../contrib/awk/main.c:373 #7 0x8049635 in _start () >Fix: The following patch is for src/contrib/awk/awk.y: Index: awk.y =================================================================== RCS file: /usr/FreeBSD-CVS/src/contrib/awk/awk.y,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 awk.y --- awk.y 1997/10/14 18:16:58 1.1.1.1 +++ awk.y 1999/03/12 10:06:47 @@ -2111,7 +2111,9 @@ oldlist = list; if (savefront == oldlist) { - savetail = savetail->rnode = new; + savetail = new; + if (savetail) + savetail->rnode = new; return oldlist; } else savefront = oldlist; >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 Mar 12 3:23:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 3A696152D6 for ; Fri, 12 Mar 1999 03:22:41 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10LQ0L-0001Nh-00; Fri, 12 Mar 1999 13:21:25 +0200 From: Sheldon Hearn To: "Daniel C. Sobral" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10285: 2.2.8-S => 3.1-S make aout-to-elf-build fails In-reply-to: Your message of "Fri, 12 Mar 1999 01:24:25 +0900." <36E7EE39.374F6705@newsguy.com> Date: Fri, 12 Mar 1999 13:21:25 +0200 Message-ID: <5312.921237685@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 12 Mar 1999 01:24:25 +0900, "Daniel C. Sobral" wrote: > It is possible to move from 2.2.x to 3.1-S, through the use of the > "upgrade" target instead of the "world" target. Thanks. I don't suppose that "Error code 2" that the originator got out of the blue could have been related to disk space? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 3:50:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6C2C14CB9 for ; Fri, 12 Mar 1999 03:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA98859; Fri, 12 Mar 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id AA3E814FD5 for ; Fri, 12 Mar 1999 03:47:27 -0800 (PST) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 2.0.15) with ESMTP id for ; Fri, 12 Mar 1999 11:47:23 +0000 Received: from voodoo.pandhm.co.uk ([10.100.35.12]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id FSG3LG65; Fri, 12 Mar 1999 11:40:53 -0000 Received: from dom by voodoo.pandhm.co.uk with local (Exim 2.10 #1) id 10LQRg-0006ho-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 12 Mar 1999 11:49:40 +0000 Message-Id: Date: Fri, 12 Mar 1999 11:49:40 +0000 From: Dom Mitchell Reply-To: Dom.Mitchell@palmerharvey.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10556: make(1) man page update Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10556 >Category: bin >Synopsis: make(1) man page update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 12 03:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.0-CURRENT i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #17: Mon Mar 8 06:07:16 GMT 1999 root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 >Description: Make(1) doesn't document the fact that it it knows about VPATH. It should do, for the benefit of people trying to port Makefiles from other systems. >How-To-Repeat: man make | grep VPATH >Fix: Here's my change; please feel free to change it to read better. --- /usr/src/usr.bin/make/make.1 Sun Nov 29 13:46:39 1998 +++ make.1 Fri Mar 12 11:47:07 1999 @@ -940,6 +940,11 @@ Each source specifies a suffix to .Nm make . If no sources are specified, any previous specified suffices are deleted. +.It Ic VPATH +This is a synonym for +.Ic .PATH . +It is maintained for backwards +compatibility and should not be used in new makefiles. .Sh SEARCH PATH .Nm Make searches for -- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ********************************************************************** >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 Mar 12 4: 3: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 23E6B14BD3 for ; Fri, 12 Mar 1999 04:03:02 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id VAA14129; Fri, 12 Mar 1999 21:02:10 +0900 (JST) Message-ID: <36E901DB.AF9534A2@newsguy.com> Date: Fri, 12 Mar 1999 21:00:27 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG, Christoph Sold Subject: Re: kern/10285: 2.2.8-S => 3.1-S make aout-to-elf-build fails References: <5312.921237685@axl.noc.iafrica.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sheldon Hearn wrote: > > On Fri, 12 Mar 1999 01:24:25 +0900, "Daniel C. Sobral" wrote: > > > It is possible to move from 2.2.x to 3.1-S, through the use of the > > "upgrade" target instead of the "world" target. > > Thanks. > > I don't suppose that "Error code 2" that the originator got out of the > blue could have been related to disk space? Sorry, I don't recall the PR. Yeah, I could check it on the web, I know... :) But Mike and Jordan are better contacts on this. Try Jordan, since someone has been adding an extra dose of caffeine on his coffee lately, making him very responsive. That, or he has been smoking something. Or maybe a hardware upgrade... :-) Ok, this falls straight in the "I don't have a clue" class of upgrade problems. :-) As far as *I* know, at least. What he has for a /tmp, /usr/src, /usr/obj, disk space, as you mention (aout-to-elf uses double the disk space a normal world uses), and is he doing something outside of specs with his hardware would be my questions, since it seems obvious he has a -O, no more, no less, in his make.conf. Alas, my comment about the upgrade target would not help him, since it does a aout-to-elf anyway. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "My theory is that his ignorance clouded his poor judgment." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 6:20:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F8A01538B for ; Fri, 12 Mar 1999 06:20:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA10035; Fri, 12 Mar 1999 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 09F96152DF; Fri, 12 Mar 1999 06:14:28 -0800 (PST) Message-Id: <19990312141428.09F96152DF@hub.freebsd.org> Date: Fri, 12 Mar 1999 06:14:28 -0800 (PST) From: cook@nyagan.wsnet.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/10557: I can't find LAN Adapter HP J3239A for FreeBSD 2.2.1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10557 >Category: bin >Synopsis: I can't find LAN Adapter HP J3239A for FreeBSD 2.2.1 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 12 06:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Richard Cook >Release: FreeBSD 2.2.1 >Organization: The M.A.C. >Environment: >Description: My machine is HP Vectra VL >How-To-Repeat: today >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 Mar 12 6:40:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87D1F14BF3 for ; Fri, 12 Mar 1999 06:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA13831; Fri, 12 Mar 1999 06:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 12 Mar 1999 06:40:02 -0800 (PST) Message-Id: <199903121440.GAA13831@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cy Schubert - ITSD Open Systems Group Subject: Re: kern/10528: MFS fails to die when system shut down Reply-To: Cy Schubert - ITSD Open Systems Group Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10528; it has been noted by GNATS. From: Cy Schubert - ITSD Open Systems Group To: freebsd-gnats-submit@freebsd.org Cc: cschuber@uumail.gov.bc.ca Subject: Re: kern/10528: MFS fails to die when system shut down Date: Fri, 12 Mar 1999 06:34:01 -0800 Recent commit has fixed the problem. I suppose that this PR can be closed. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 7:10:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1006114F84 for ; Fri, 12 Mar 1999 07:10:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA52805; Fri, 12 Mar 1999 07:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 12 Mar 1999 07:10:01 -0800 (PST) Message-Id: <199903121510.HAA52805@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/10285: 2.2.8-S => 3.1-S make aout-to-elf-build fails Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10285; it has been noted by GNATS. From: Sheldon Hearn To: Christoph Sold Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/10285: 2.2.8-S => 3.1-S make aout-to-elf-build fails Date: Fri, 12 Mar 1999 17:02:05 +0200 Hi Cristoph, My sincere apologies regarding the misinformation that I provided before. Apparently, you _can_ upgrade directly to 3.1-STABLE using the ``upgrade'' target. I've never used it myself, hence the inaccuracy in my previous message. Are you sure you have enough disk space for the upgrade? Do a df -k after the failure occurs and see how much space you have? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 7:28:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F332D14C28; Fri, 12 Mar 1999 07:28:33 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA54702; Fri, 12 Mar 1999 07:28:20 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 12 Mar 1999 07:28:20 -0800 (PST) From: Message-Id: <199903121528.HAA54702@freefall.freebsd.org> To: cook@nyagan.wsnet.ru, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10557 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I can't find LAN Adapter HP J3239A for FreeBSD 2.2.1 State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Fri Mar 12 07:26:59 PST 1999 State-Changed-Why: This is not a problem report. Please submit your question to hardware@freebsd.org, preferably giving more detail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 7:30:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FEE9153EA for ; Fri, 12 Mar 1999 07:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA54958; Fri, 12 Mar 1999 07:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 12 Mar 1999 07:30:01 -0800 (PST) Message-Id: <199903121530.HAA54958@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/10542: page fault while in kernel mode, not kern/10397 Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10542; it has been noted by GNATS. From: Sheldon Hearn To: Rahul Dhesi Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/10542: page fault while in kernel mode, not kern/10397 Date: Fri, 12 Mar 1999 17:20:15 +0200 Hi Rahul, I think it's much more likely that people will look at your reports if you're not using a RELEASE, but rather 3.1-STABLE. Are you not in a position to track STABLE? Also, you should know that ropey NFS in FreeBSD is a known issue that is being looked at by Matt Dillon and friends. They're working on the problem in CURRENT, with backported fixes for STABLE expected when they're well tested. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 7:36:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC6C4153CB; Fri, 12 Mar 1999 07:36:08 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA55464; Fri, 12 Mar 1999 07:35:55 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 12 Mar 1999 07:35:55 -0800 (PST) From: Message-Id: <199903121535.HAA55464@freefall.freebsd.org> To: cschuber@uumail.gov.bc.ca, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10528 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MFS fails to die when system shut down State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Fri Mar 12 07:34:48 PST 1999 State-Changed-Why: Discussed patches committed, closed as per originator's request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 7:48: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91D2415354; Fri, 12 Mar 1999 07:48:05 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA56527; Fri, 12 Mar 1999 07:47:52 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 12 Mar 1999 07:47:52 -0800 (PST) From: Message-Id: <199903121547.HAA56527@freefall.freebsd.org> To: jeld@mindless.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/10547 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: whereis script reports errors State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Fri Mar 12 07:45:42 PST 1999 State-Changed-Why: 1) Mentioned at http://www.freebsd.org/releases/2.2.8R/errata.html 2) Please don't report release-related problems for old releases unless you're sure the problem exists in their successors. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 8:51:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE6CD15316 for ; Fri, 12 Mar 1999 08:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA61160; Fri, 12 Mar 1999 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 12 Mar 1999 08:50:01 -0800 (PST) Message-Id: <199903121650.IAA61160@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrew Heybey Subject: Re: kern/10243: Under heavy disk and network load read(2) can return garbage. Reply-To: Andrew Heybey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10243; it has been noted by GNATS. From: Andrew Heybey To: freebsd-gnats-submit@freebsd.org, mike@smith.net.au Cc: Subject: Re: kern/10243: Under heavy disk and network load read(2) can return garbage. Date: Fri, 12 Mar 1999 11:44:21 -0500 This bug (under simulataneous heavy disk and network activity reads from disk appear to suffer from short DMA tranfers resulting in incorrect data being returned by read(2)) appears to be a hardware bug. The motherboard on the systems on which I experienced the problem is an Asus P2B-LS with on-board intel ethernet and AIC7890 SCSI controller. If I change the "PCI Latency" BIOS setting from the default of 32 to 64, the problem seems to go away. At least I can run my test programs overnight without a failure while previously they would not run for more than 10-20 minutes. My hypothesis is that the 7890 is not getting sufficient PCI bus bandwidth to keep up with the disks and that there is some bug either in the controller or the disks (IBM Ultrastart 9LZX) such that they lose part of a transfer in this cas. I am not very familiar with the SCSI protocol, but I would think that there is some way that the controller could apply backpressure to the disk to ask it to slow down if the controller's FIFOs are getting full. To lose data either the controller is not applying back pressure or the disk is ignoring it. This PR can be closed, and I apologize for jumping to the conclusion that this is a FreeBSD bug. andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 10:40:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CF82155E3 for ; Fri, 12 Mar 1999 10:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA70807; Fri, 12 Mar 1999 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 12 Mar 1999 10:40:01 -0800 (PST) Message-Id: <199903121840.KAA70807@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Rahul Dhesi Subject: Re: kern/10542: page fault while in kernel mode, not kern/10397 Reply-To: Rahul Dhesi Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10542; it has been noted by GNATS. From: Rahul Dhesi To: Sheldon Hearn Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/10542: page fault while in kernel mode, not kern/10397 Date: Fri, 12 Mar 99 10:30:05 -0800 Hi, I am in a position to track STABLE, and will do so soon. However, the specific uses being made of this machine will be transferred to another machine running FreeBSD 2.2.8, because I really need a stable file server. So I don't know if I will be able to provide you with the same debugging info in the future. Rahul > Date: Fri, 12 Mar 99 17:20:15 +0200 > From: Sheldon Hearn > To: Rahul Dhesi > Cc: freebsd-gnats-submit@freebsd.org > Message-Id: <48487.921252015@axl.noc.iafrica.com> > Subject: Re: kern/10542: page fault while in kernel mode, not kern/10 ***397 > > Hi Rahul, > > I think it's much more likely that people will look at your reports if > you're not using a RELEASE, but rather 3.1-STABLE. Are you not in a > position to track STABLE? > > Also, you should know that ropey NFS in FreeBSD is a known issue that is > being looked at by Matt Dillon and friends. They're working on the > problem in CURRENT, with backported fixes for STABLE expected when > they're well tested. > > Ciao, > Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 10:50:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9303B15613 for ; Fri, 12 Mar 1999 10:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA71270; Fri, 12 Mar 1999 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 12 Mar 1999 10:50:01 -0800 (PST) Message-Id: <199903121850.KAA71270@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dave Bodenstab Subject: Re: gnu/10555: [PATCH] awk dumps core Reply-To: Dave Bodenstab Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/10555; it has been noted by GNATS. From: Dave Bodenstab To: ru@ucb.crimea.ua Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/10555: [PATCH] awk dumps core Date: Fri, 12 Mar 1999 12:45:20 -0600 Ruslan Ermilov wrote: > > >Number: 10555 > >Category: gnu > >Synopsis: [PATCH] awk dumps core > >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 Mar 12 02:30:01 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Ruslan Ermilov > >Release: FreeBSD 3.1-STABLE i386 > >Organization: > United Commercial Bank > >Environment: > > 3.1-STABLE > GNU Awk 3.0.3 > > >Description: > > awk dumps core (signal 11) > > >How-To-Repeat: > > # awk '{ print $1,,$2 }' > awk: cmd. line:1: { print $1,,$2 } > awk: cmd. line:1: ^ parse error > awk: cmd. line:1: fatal error: internal error > Abort trap - core dumped > > GDB is free software and you are welcome to distribute copies of it > under certain conditions; type "show copying" to see the conditions. > There is absolutely no warranty for GDB; type "show warranty" for details. > GDB 4.16 (i386-unknown-freebsd), > Copyright 1996 Free Software Foundation, Inc... > Core was generated by `awk'. > Program terminated with signal 6, Abort trap. > Reading symbols from /usr/lib/libgnuregex.so.2...done. > Reading symbols from /usr/lib/libm.so.2...done. > Reading symbols from /usr/lib/libc.so.3...done. > Reading symbols from /usr/libexec/ld-elf.so.1...done. > #0 0x280d1c44 in _kill () > (gdb) bt > #0 0x280d1c44 in _kill () > #1 0x28105cf4 in abort () > #2 0x8058432 in catchsig (sig=11, code=12) > at /usr/src/gnu/usr.bin/awk/../../../contrib/awk/main.c:708 > #3 > #4 0x804d934 in append_right (list=0x0, new=0x806c990) at awktab.y:2114 > #5 0x804ae98 in yyparse () at awktab.y:630 > #6 0x8057cad in main (argc=2, argv=0xefbfdbe4) > at /usr/src/gnu/usr.bin/awk/../../../contrib/awk/main.c:373 > #7 0x8049635 in _start () > > >Fix: > > The following patch is for src/contrib/awk/awk.y: > > Index: awk.y > =================================================================== > RCS file: /usr/FreeBSD-CVS/src/contrib/awk/awk.y,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 awk.y > --- awk.y 1997/10/14 18:16:58 1.1.1.1 > +++ awk.y 1999/03/12 10:06:47 > @@ -2111,7 +2111,9 @@ > > oldlist = list; > if (savefront == oldlist) { > - savetail = savetail->rnode = new; > + savetail = new; > + if (savetail) > + savetail->rnode = new; > return oldlist; > } else > savefront = oldlist; > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message This problem was fixed with the following patch from Arnold Robbins (the GNU awk maintainer.) I say this based on my having replaced FreeBSD's awk with GNU awk 3.0.3 with the following patch. Running the above example results in the "parse error" message and awk simply exits. Here is the patch: --- awk.y 1997/07/31 14:40:58 30.3.1.1 +++ awk.y 1997/09/26 16:39:37 30.3.1.2 @@ -2111,6 +2111,8 @@ register NODE *oldlist; static NODE *savefront = NULL, *savetail = NULL; + if (list == NULL || new == NULL) + return; oldlist = list; if (savefront == oldlist) { savetail = savetail->rnode = new; Seems to me that FreeBSD should track the original maintainer's version rather than fork off a FreeBSD-specific "fix". BTW, there have been other patches against 3.0.3 released by Arnold Robbins on the gnu.utils.bug news group. Regards, Dave Bodenstab imdave@mcs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 15:11:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5522714E92; Fri, 12 Mar 1999 15:11:43 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA89024; Fri, 12 Mar 1999 15:11:30 -0800 (PST) (envelope-from msmith@FreeBSD.org) Date: Fri, 12 Mar 1999 15:11:30 -0800 (PST) From: Message-Id: <199903122311.PAA89024@freefall.freebsd.org> To: ath@niksun.com, msmith@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10243 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Under heavy disk and network load read(2) can return garbage. State-Changed-From-To: open->closed State-Changed-By: msmith State-Changed-When: Fri Mar 12 15:02:46 PST 1999 State-Changed-Why: See audit trail - apparent hardware error. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 17: 0:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E64A714D54 for ; Fri, 12 Mar 1999 17:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA94746; Fri, 12 Mar 1999 17:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5537014D6B; Fri, 12 Mar 1999 16:54:58 -0800 (PST) Message-Id: <19990313005458.5537014D6B@hub.freebsd.org> Date: Fri, 12 Mar 1999 16:54:58 -0800 (PST) From: jan@janot.if.sc.usp.br To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/10563: QIC 40/80 tape drive ft present in version 3.0 is missing in 3.1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10563 >Category: kern >Synopsis: QIC 40/80 tape drive ft present in version 3.0 is missing in 3.1 >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 Mar 12 17:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jan Slaets >Release: 3.1-RELEASE >Organization: IFSC - Univ. Sao Paulo >Environment: FreeBSD 3.1-RELEASE #8 >Description: No way to configure ft driver in GENERIC to build kernel for ft support. There seem to be a substantial modification in the fd driver of version 3.1 compared to the 3.0 version and the ft code is now missing. >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 Fri Mar 12 17:30:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D4A4414DAD for ; Fri, 12 Mar 1999 17:30:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA96212; Fri, 12 Mar 1999 17:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DA0A514E6C; Fri, 12 Mar 1999 17:21:57 -0800 (PST) Message-Id: <19990313012157.DA0A514E6C@hub.freebsd.org> Date: Fri, 12 Mar 1999 17:21:57 -0800 (PST) From: reichert@numachi.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/10564: kernel config upon boot not retained after reboot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10564 >Category: kern >Synopsis: kernel config upon boot not retained after reboot >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 12 17:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Brian Reichert >Release: 3.1-RELEASE >Organization: Numachi >Environment: FreeBSD scratch.numachi.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: After install from the CD, efforts to configure the kernel upon do not seem to be saved. Changes only remain in effect until the next reboot. I've reied with both visual as well as CLI modes of configuration. seem to be saved; they are only in effect for that boot. Upon reboot, all changes are lost. >How-To-Repeat: Reboot. :) >Fix: Rebuild a kernel for every change I want to make. :( >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 Mar 12 19: 9:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from atl1.america.net (atl1.america.net [199.170.121.2]) by hub.freebsd.org (Postfix) with ESMTP id 7F3F415389; Fri, 12 Mar 1999 19:09:07 -0800 (PST) (envelope-from pritchet@bigfoot.com) Received: from fury (tnt1-41.america.net [206.67.248.41]) by atl1.america.net (8.9.1/8.9.1) with SMTP id WAA06008; Fri, 12 Mar 1999 22:08:42 -0500 (EST) Message-Id: <3.0.5.32.19990312220842.007d3100@mindspring.com> X-Sender: pritchett@mindspring.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 12 Mar 1999 22:08:42 -0500 To: majordomo@freebsd.org From: Ron Pritchett Subject: Re: kern/10528 Cc: cschuber@uumail.gov.bc.ca, sheldonh@freebsd.org, freebsd-bugs@freebsd.org In-Reply-To: <199903121535.HAA55464@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org unsubscribe freebsd-bugs pritchet@bigfoot.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 19:30:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2566D15359 for ; Fri, 12 Mar 1999 19:30:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA02949; Fri, 12 Mar 1999 19:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from qn-lpr2-98.quicknet.inet.fi (qn-lpr2-98.quicknet.inet.fi [194.251.102.98]) by hub.freebsd.org (Postfix) with ESMTP id B420B14E3B for ; Fri, 12 Mar 1999 19:23:14 -0800 (PST) (envelope-from junki@qn-lpr2-98.quicknet.inet.fi) Received: (from junki@localhost) by qn-lpr2-98.quicknet.inet.fi (8.9.3/8.9.1) id FAA14122; Sat, 13 Mar 1999 05:23:12 +0200 (EET) (envelope-from junki) Message-Id: <199903130323.FAA14122@qn-lpr2-98.quicknet.inet.fi> Date: Sat, 13 Mar 1999 05:23:12 +0200 (EET) From: Juha Nurmela Reply-To: junki@qn-lpr2-98.quicknet.inet.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10565: Slow timekeeping on certain motherboards/cpus/chipsets Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10565 >Category: kern >Synopsis: Slow timekeeping on certain motherboards/cpus/chipsets >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 Mar 12 19:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Juha Nurmela >Release: FreeBSD 4.0-CURRENT i386 >Organization: ACME Inc. >Environment: Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 74539244 Hz CPU: AMD K5 model 0 (74.54-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x500 Stepping=0 Features=0x3bf chip0: rev 0x02 on pci0.0.0 chip1: rev 0x01 on pci0.7.0 >Description: Time does not increment. Well, very slowly and not in any determinable constant rate. Using the timerchip for timecounter instead of tsc register works around the problem. Another 'fix' with my mobo is to keep the cpu busy, and not let it enter HLT. 'while : ; do date; done' almost does the trick as well as a idle-priority process in tight loop (does it better). Looks like the mobo does bad SMI stuff whenever a HLT is executed, and it cannot really be changed in the bios settings which disable power management. >How-To-Repeat: With this kind of PC, build a kernel which contains no apm0, nor SMP, and watch date in idlish system, then in busyish system. Date should step almost properly in busy state and halt almost completely in idle system. >Fix: It might be nice to have a std way to set the existing hlt_vector in swtch.s into just RET (which it already is with SMP). options "CPU_HALT_NO" and/or sysctl -w machdep.do_halt=0 cp_time[] via sysctl would be nice too... >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 Mar 12 20:24:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from alpha.comkey.com.au (alpha.comkey.com.au [203.9.152.215]) by hub.freebsd.org (Postfix) with SMTP id B402914DB0 for ; Fri, 12 Mar 1999 20:23:51 -0800 (PST) (envelope-from gjb@comkey.com.au) Received: (qmail 4100 invoked by uid 1001); 13 Mar 1999 03:51:57 -0000 Message-ID: <19990313035157.4099.qmail@alpha.comkey.com.au> X-Posted-By: GBA-Post 1.04 06-Feb-1999 X-PGP-Fingerprint: 5A91 6942 8CEA 9DAB B95B C249 1CE1 493B 2B5A CE30 Date: Sat, 13 Mar 1999 13:51:57 +1000 From: Greg Black To: Thomas Schuerger Cc: freebsd-questions@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: Scheduling bug? References: <199903111631.RAA03067@wurzelausix.cs.uni-sb.de> In-reply-to: <199903111631.RAA03067@wurzelausix.cs.uni-sb.de> of Thu, 11 Mar 1999 17:31:11 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > > When having two processes running, one with nice-level 0, > > > > the other one with nice-level 19 and both consuming as much > > > > CPU time as possible (e.g. an endless loop), FreeBSD will do > > > > a 2:1 time-slicing (that is, the first process will get 66% > > > > of the CPU-time and the other one 33%). For a test, just > > > > start two Perl processes doing a "while(1) {}", renice one > > > > of the processes to 19 and watch the "top" output. > > > > [...] > > > > > It's impossible given the test that you created to accurately > > > _measure_ this difference, as you're relying on an interpreted > > > (perl) loop - I'd be interested to see the same results with an > > > executable that was looping - so as to remove the layer of the > > > interpreter. > > > > The real point is that top is a useless tool when it comes to > > this kind of comparisons. You're just as likely seeing > > variations in the performance of top, as learning anything about > > the actual time slices. > > > > FreeBSD may suck in this area, but you'd have to do some proper > > testing to find out. This means writing some code that does > > useful work (never busy loops) and measuring the amount of work > > that gets done. It's harder than it sounds. > > I'd say that this is proper testing. I am running the RC5 keycrack > client in the background (www.distributed.net), which can be > considered as being an endless loop with no disk/network i/o > (disk/network is accessed once within some hours). > The process is automatically running with nice-level 19. > > Now, anything that's cpu-intensive in the foreground (e.g. compilation, > GIMP or whatever) will get only 66% of the cpu-time, because the > background process is not scheduled properly (this is not a matter > of what 'top' displays, it's what can really be measured when e.g. > applying effects in GIMP to an image). Even when doing disk > i/o in the foreground, like when rebuilding the 'locate' database, > this will be a lot slower. When killing the background process while > rebuilding the 'locate' database, the harddisk accesses are much more > frequent and it terminates a lot earlier. This story is very different from the information that was first posted and points to the reason why people constantly advise you to post all the relevant information in the first place so that other people won't waste their time answering questions that turn out not to be the real question. I don't have time to look at real examples right now, but I'd agree that the behaviour you describe here is far from optimal, assuming the picture you paint is accurate. -- Greg Black To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 12 20:40:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00F1514DEC for ; Fri, 12 Mar 1999 20:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA06260; Fri, 12 Mar 1999 20:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id 3226414E32 for ; Fri, 12 Mar 1999 20:34:17 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.sanpei.org (u4157.seaple.icc.ne.jp [203.140.32.157]) by titanium.yy.ics.keio.ac.jp (8.8.8+3.0Wbeta13/3.7W) with ESMTP id NAA16233; Sat, 13 Mar 1999 13:33:26 +0900 (JST) Received: (from sanpei@localhost) by lavender.sanpei.org (8.9.2/3.7W) id NAA74076; Sat, 13 Mar 1999 13:33:37 +0900 (JST) Message-Id: <199903130433.NAA74076@lavender.sanpei.org> Date: Sat, 13 Mar 1999 13:33:37 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/10566: fix dhcpc problem on /etc/pccard_ether Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10566 >Category: misc >Synopsis: patch dhcpc problem on /etc/pccard_ether >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 12 20:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 3.1-RELEASE i386 >Organization: Keio Univ. >Environment: 3.1-RELEASE + PCCARD + wide-dhcp client >Description: When reload PCCARD ethernet card, /etc/pccard_ether kill old dhcpc process and restart dhcpc. But current /etc/pccard_ether code can't kill dhcpc process. Because pccard_ether use /var/run/dhcpc.pid file for process ID. but, latest wide-dhcp creates /var/run/dhcpc.[interfacename].pid. This change was from Apr,4,1997. See ports/net/wide-dhcp/patches/patch-as rev.1.2. and now this patch is imported to original WIDE-dhcp source. So I hope to change /etc/pccard_ether as below. >How-To-Repeat: >Fix: apply to src/etc/pccard_ether or /etc/pccard_ether --- pccard_ether.org Sat Mar 13 13:06:26 1999 +++ pccard_ether Sat Mar 13 13:07:52 1999 @@ -23,9 +23,9 @@ fi /usr/local/sbin/dhclient elif [ -f /usr/local/sbin/dhcpc ] ; then - if [ -s /var/run/dhcpc.pid ] ; then - kill `cat /var/run/dhcpc.pid` - rm /var/run/dhcpc.pid + if [ -s /var/run/dhcpc.$*.pid ]; then + kill `cat /var/run/dhcpc.$*.pid` + rm /var/run/dhcpc.$*.pid fi /usr/local/sbin/dhcpc $* else >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 Sat Mar 13 1:10:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D16614E42 for ; Sat, 13 Mar 1999 01:10:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA22367; Sat, 13 Mar 1999 01:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Mar 1999 01:10:01 -0800 (PST) Message-Id: <199903130910.BAA22367@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: kern/10564: kernel config upon boot not retained after reboot Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10564; it has been noted by GNATS. From: "Daniel C. Sobral" To: reichert@numachi.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10564: kernel config upon boot not retained after reboot Date: Sat, 13 Mar 1999 17:51:04 +0900 Add the following lines to /boot/loader.rc: load kernel load -t userconfig_script /kernel.config reichert@numachi.com wrote: > > >Number: 10564 > >Category: kern > >Synopsis: kernel config upon boot not retained after reboot > >Confidential: no > >Severity: serious > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Fri Mar 12 17:30:00 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Brian Reichert > >Release: 3.1-RELEASE > >Organization: > Numachi > >Environment: > FreeBSD scratch.numachi.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 > >Description: > After install from the CD, efforts to configure the kernel upon do not seem to be saved. Changes only remain in effect until the next reboot. I've reied with both visual as well as CLI modes of configuration. > seem to be saved; they are only in effect for that boot. Upon reboot, > all changes are lost. > >How-To-Repeat: > Reboot. :) > >Fix: > Rebuild a kernel for every change I want to make. :( > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "My theory is that his ignorance clouded his poor judgment." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 1:10:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D147914E5A for ; Sat, 13 Mar 1999 01:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA22372; Sat, 13 Mar 1999 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Mar 1999 01:10:02 -0800 (PST) Message-Id: <199903130910.BAA22372@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: kern/10563: QIC 40/80 tape drive ft present in version 3.0 is missing in 3.1 Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10563; it has been noted by GNATS. From: "Daniel C. Sobral" To: jan@janot.if.sc.usp.br Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10563: QIC 40/80 tape drive ft present in version 3.0 is missing in 3.1 Date: Sat, 13 Mar 1999 17:56:11 +0900 The ft driver was removed from the source three, because it was broken and lacked maintainers. jan@janot.if.sc.usp.br wrote: > > >Number: 10563 > >Category: kern > >Synopsis: QIC 40/80 tape drive ft present in version 3.0 is missing in 3.1 > >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 Mar 12 17:00:01 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Jan Slaets > >Release: 3.1-RELEASE > >Organization: > IFSC - Univ. Sao Paulo > >Environment: > FreeBSD 3.1-RELEASE #8 > >Description: > No way to configure ft driver in GENERIC to build kernel for ft support. > There seem to be a substantial modification in the fd driver of > version 3.1 compared to the 3.0 version and the ft code is now missing. > > >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 -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "My theory is that his ignorance clouded his poor judgment." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 1:10:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8165614E62 for ; Sat, 13 Mar 1999 01:10:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA22377; Sat, 13 Mar 1999 01:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Mar 1999 01:10:03 -0800 (PST) Message-Id: <199903130910.BAA22377@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: kern/10565: Slow timekeeping on certain motherboards/cpus/chipsets Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10565; it has been noted by GNATS. From: "Daniel C. Sobral" To: junki@qn-lpr2-98.quicknet.inet.fi Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/10565: Slow timekeeping on certain motherboards/cpus/chipsets Date: Sat, 13 Mar 1999 17:57:12 +0900 Would you happen to have apm enabled in these computers? Juha Nurmela wrote: > > >Number: 10565 > >Category: kern > >Synopsis: Slow timekeeping on certain motherboards/cpus/chipsets > >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 Mar 12 19:30:00 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Juha Nurmela > >Release: FreeBSD 4.0-CURRENT i386 > >Organization: > ACME Inc. > >Environment: > > Timecounter "i8254" frequency 1193182 Hz > Timecounter "TSC" frequency 74539244 Hz > CPU: AMD K5 model 0 (74.54-MHz 586-class CPU) > Origin = "AuthenticAMD" Id = 0x500 Stepping=0 > Features=0x3bf > > chip0: rev 0x02 on pci0.0.0 > chip1: rev 0x01 on pci0.7.0 > > >Description: > > Time does not increment. Well, very slowly and not in any determinable > constant rate. Using the timerchip for timecounter instead > of tsc register works around the problem. > > Another 'fix' with my mobo is to keep the cpu busy, and not let > it enter HLT. 'while : ; do date; done' almost does the trick as > well as a idle-priority process in tight loop (does it better). > > Looks like the mobo does bad SMI stuff whenever a HLT is executed, > and it cannot really be changed in the bios settings which disable > power management. > > >How-To-Repeat: > > With this kind of PC, build a kernel which contains no apm0, > nor SMP, and watch date in idlish system, then in busyish system. > Date should step almost properly in busy state and halt > almost completely in idle system. > > >Fix: > > It might be nice to have a std way to set the existing hlt_vector in > swtch.s into just RET (which it already is with SMP). > options "CPU_HALT_NO" and/or > sysctl -w machdep.do_halt=0 > cp_time[] via sysctl would be nice too... > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "My theory is that his ignorance clouded his poor judgment." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 1:46: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id EC52714E24 for ; Sat, 13 Mar 1999 01:46:03 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id KAA10534; Sat, 13 Mar 1999 10:45:44 +0100 (CET) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id KAA09310; Sat, 13 Mar 1999 10:45:40 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: "Daniel C. Sobral" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10565: Slow timekeeping on certain motherboards/cpus/chipsets In-reply-to: Your message of "Sat, 13 Mar 1999 01:10:03 PST." <199903130910.BAA22377@freefall.freebsd.org> Date: Sat, 13 Mar 1999 10:45:40 +0100 Message-ID: <9308.921318340@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I think there is some trouble with the TSC on the K5, it may stop when "hlt" is executed. Isn't there another PR on this subject ? Poul-Henning > > > > Timecounter "i8254" frequency 1193182 Hz > > Timecounter "TSC" frequency 74539244 Hz > > CPU: AMD K5 model 0 (74.54-MHz 586-class CPU) > > Origin = "AuthenticAMD" Id = 0x500 Stepping=0 > > Features=0x3bf > > > > chip0: rev 0x02 on pci0.0.0 > > chip1: rev 0x01 on pci0.7.0 -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 2:24: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 882311525C; Sat, 13 Mar 1999 02:23:39 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA26540; Sat, 13 Mar 1999 02:23:26 -0800 (PST) (envelope-from jkh@FreeBSD.org) Date: Sat, 13 Mar 1999 02:23:26 -0800 (PST) From: Message-Id: <199903131023.CAA26540@freefall.freebsd.org> To: reichert@numachi.com, jkh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10564 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel config upon boot not retained after reboot State-Changed-From-To: open->closed State-Changed-By: jkh State-Changed-When: Sat Mar 13 02:22:23 PST 1999 State-Changed-Why: This was fixed post-3.1. See also: ftp://ftp.freebsd.org/pub/FreeBSD/3.1-RELEASE/ERRATA.TXT for a work-around. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 4: 9:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id C85C014C9D for ; Sat, 13 Mar 1999 04:09:33 -0800 (PST) (envelope-from semen@iclub.nsu.ru) Received: from localhost (semen@localhost) by iclub.nsu.ru (8.9.2/8.8.5) with ESMTP id SAA67734; Sat, 13 Mar 1999 18:07:11 +0600 (NS) Date: Sat, 13 Mar 1999 18:07:11 +0600 (NS) From: Ustimenko Semen To: David Greenman Cc: Peter Jeremy , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10535: Very poor ethernet performance with tx driver In-Reply-To: <199903112135.NAA09579@implode.root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I was out here for some time, but returned! On Thu, 11 Mar 1999, David Greenman wrote: > >David Greenman wrote: > >> The real question in my mind is why does the driver frob with the PHY > >>in a critical path? That's guaranteed to cause the performance to suck, no > >>matter what you do with the for-loops. > > It access PHY registers in two places: while processing GP2 interrupt to get results of autonegotiation, and while queuing packets. So this happens not often. > >At the beginning of epic_ifstart(), there is a check that the link is up, > >otherwise the mbufs are dropped in the bit bucket. I'm not sure why the > >link status has to be read twice. At least it is only once per packet. > > It shouldn't do that. > Basic Mode Status Register has link up bit, and it is latched. So i've put two read operation. Without this construction, card locks up on some systems. Don't know why. Possibly becouse of lack of volatile word in CSR_READ. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 6:40:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F11E914E09 for ; Sat, 13 Mar 1999 06:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA01351; Sat, 13 Mar 1999 06:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from qn-lpr2-98.quicknet.inet.fi (qn-lpr2-98.quicknet.inet.fi [194.251.102.98]) by hub.freebsd.org (Postfix) with ESMTP id 72C5D14C40 for ; Sat, 13 Mar 1999 06:31:52 -0800 (PST) (envelope-from junki@qn-lpr2-98.quicknet.inet.fi) Received: (from junki@localhost) by qn-lpr2-98.quicknet.inet.fi (8.9.3/8.9.1) id QAA04496; Sat, 13 Mar 1999 16:31:34 +0200 (EET) (envelope-from junki) Message-Id: <199903131431.QAA04496@qn-lpr2-98.quicknet.inet.fi> Date: Sat, 13 Mar 1999 16:31:34 +0200 (EET) From: Juha Nurmela Reply-To: junki@qn-lpr2-98.quicknet.inet.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10568: dhcp client receives garbage (dhclient prepend) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10568 >Category: bin >Synopsis: dhcp client receives garbage (dhclient prepend) >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: Sat Mar 13 06:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Juha Nurmela >Release: FreeBSD 4.0-CURRENT i386 >Organization: ACME Inc. >Environment: Internet Software Consortium DHCP Client V2.0b1pl17 Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved. >Description: Sometimes /etc/resolv.conf gets garbage to the 'search' line. Looks like dhclient has trouble with the 'prepend' configuration and string data. >How-To-Repeat: /etc/dhclient.conf: interface ep0 { prepend domain-name "z "; prepend domain-name-servers 127.0.0.1; script "nonexistent_just_testing_dhclient" } # dhclient -d -D ep0 Now files /tmp/dcs* might contain trash in new_domain_name variable. Varying the length of the z above can reveal or hide the bug. >Fix: *** /usr/src/contrib/isc-dhcp/common/options.c.orig Wed Feb 10 11:10:13 1999 --- /usr/src/contrib/isc-dhcp/common/options.c Sat Mar 13 02:21:08 1999 *************** *** 518,525 **** --- 518,530 ---- case 't': if (emit_quotes) *op++ = '"'; + #if 0 strcpy (op, (char *)dp); op += strlen ((char *)dp); + #else + while (len-- && *dp) + *op++ = *dp++; + #endif if (emit_quotes) *op++ = '"'; *op = 0; >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 Sat Mar 13 7:40:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D582614E7F for ; Sat, 13 Mar 1999 07:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA84825; Sat, 13 Mar 1999 07:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 844A814D93; Sat, 13 Mar 1999 07:32:33 -0800 (PST) Message-Id: <19990313153233.844A814D93@hub.freebsd.org> Date: Sat, 13 Mar 1999 07:32:33 -0800 (PST) From: andrewb@demon.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/10570: Route delete with many routes on single interface causes panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10570 >Category: kern >Synopsis: Route delete with many routes on single interface causes panic >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 13 07:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrew Bangs >Release: all >Organization: Demon Internet >Environment: >Description: We've come across a problem that may affect people using *BSD boxes as routers, particularly if they have a large route table where most of the routes go via a single interface. We found this with OpenBSD, but it looks to be a bit of common code going back to the Dark Ages. The ifaddr structure (sys/net/if.h in NetBSD and OpenBSD; sys/net/if_var.h in FreeBSD) looks something like this (this one from OpenBSD) : /* * The ifaddr structure contains information about one address * of an interface. They are maintained by the different address families, * are allocated and attached when an address is set, and are linked * together so all addresses for an interface can be located. */ struct ifaddr { struct sockaddr *ifa_addr; /* address of interface */ struct sockaddr *ifa_dstaddr; /* other end of p-to-p link */ #define ifa_broadaddr ifa_dstaddr /* broadcast address interface */ struct sockaddr *ifa_netmask; /* used to determine subnet */ struct ifnet *ifa_ifp; /* back-pointer to interface */ TAILQ_ENTRY(ifaddr) ifa_list; /* list of addresses for interface */ void (*ifa_rtrequest) /* check or clean routes (+ or -)'d */ __P((int, struct rtentry *, struct sockaddr *)); u_short ifa_flags; /* mostly rt_flags for cloning */ short ifa_refcnt; /* count of references */ int ifa_metric; /* cost of going out this interface */ }; See that 'short ifa_refcnt;' ? How about making that a 'long ifa_refcnt;'? Where people are using *BSD boxes as Internet routers, there are around 56000 routes in a 'full route table', plus however many might be used within an organisation's own network. We're doing some particularly odd things, which leads to having around 75000 routes on some boxes. Even removing the 'odd things' that we're doing with routes we would still be looking at around 60000 (and this number is steadily growing). The total number of routes isn't the problem, but if the number of routes on a single interface goes above 2^16 and later falls below 2^16 then the reference counter hits zero and we free (IFAFREE in if.h and ifafree() in route.c) the ifa. Subsequent route deletions cause a panic was we flail around looking for a reference counter to decrement in a structure that we've just freed (at least, that's the behaviour in OpenBSD, and the code elsewhere looks the same). I'm sending this to the Free, Net and OpenBSD communities in the hope that the problem can be addressed before it bites anyone else. >How-To-Repeat: Add 2^16 routes all with destinations via the same interface. Add another couple of routes with destination via the same interface. Start deleting routes. Watch it panic. (We were using GateD rather than adding these manually.) >Fix: As a temporary hack on our local (OpenBSD) source tree we made IFAFREE do nothing. This causes a small memory leak whenever we really do want to free an ifa, but it also lets me sleep at night. ;) A proper fix would be to change ifa_refcnt to type long in the ifaddr structure. A whole bunch of userland stuff will need recompiling too. >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 Sat Mar 13 8:50:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ECEB14C24 for ; Sat, 13 Mar 1999 08:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA87815; Sat, 13 Mar 1999 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id E6A0614E8D for ; Sat, 13 Mar 1999 08:49:32 -0800 (PST) (envelope-from cy@cschuber.net.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.9.1/8.8.8) id IAA02980 for ; Sat, 13 Mar 1999 08:49:13 -0800 Received: from cschuber.net.gov.bc.ca(142.31.240.113), claiming to be "cwsys.cwsent.com" via SMTP by point.osg.gov.bc.ca, id smtpda02978; Sat Mar 13 08:49:08 1999 Received: (from cy@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id IAA04908; Sat, 13 Mar 1999 08:49:05 -0800 (PST) Message-Id: <199903131649.IAA04908@cwsys.cwsent.com> Date: Sat, 13 Mar 1999 08:49:05 -0800 (PST) From: Cy Schubert Reply-To: cschuber@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10572: 3.1 mount command inconsistent with 2.x mount command Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10572 >Category: bin >Synopsis: mount -u no longer works with -a option under 3.1 >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: Sat Mar 13 08:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.1-RELEASE i386 >Organization: ITSD, Province of BC >Environment: FreeBSD cwsys 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Sat Mar 13 06:45:30 PST 1999 root@cwsys:/opt/usr_src/sys/compile/CWSYS i386 >Description: 3.1 mount -uvatufs -o no longer works as it did under 2.2. >How-To-Repeat: mount -uvatufs -oasync or mount -uvatufs. >Fix: --- src/sbin/mount/mount.c.orig Mon Jul 6 00:12:38 1998 +++ src/sbin/mount/mount.c Sat Mar 13 08:33:30 1999 @@ -192,7 +192,8 @@ continue; if (hasopt(fs->fs_mntops, "noauto")) continue; - if (ismounted(fs, mntbuf, mntsize)) + if (!(init_flags & MNT_UPDATE) && + ismounted(fs, mntbuf, mntsize)) continue; if (mountfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, init_flags, options, >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 Sat Mar 13 9:11:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (Postfix) with ESMTP id C136114CA6; Sat, 13 Mar 1999 09:11:08 -0800 (PST) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.9.1/8.9.1) with ESMTP id KAA05189; Sat, 13 Mar 1999 10:09:52 -0700 (MST) (envelope-from gibbs@plutotech.com) Message-Id: <199903131709.KAA05189@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Greg Black Cc: Thomas Schuerger , freebsd-questions@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: Scheduling bug? In-reply-to: Your message of "Sat, 13 Mar 1999 13:51:57 +1000." <19990313035157.4099.qmail@alpha.comkey.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 13 Mar 1999 10:00:49 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You may want to take a look at the changes recently made in NetBSD to address these kinds of issues. Here's the text explaining the bulk of the change: Committed By: ross Date: Tue Feb 23 02:56:04 UTC 1999 Modified Files: src/sys/kern: kern_clock.c kern_synch.c src/sys/arch/alpha/alpha: interrupt.c Added Files: src/sys/sys: sched.h Log Message: Scheduler bug fixes and reorganization * fix the ancient nice(1) bug, where nice +20 processes incorrectly steal 10 - 20% of the CPU, (or even more depending on load average) * provide a new schedclk() mechanism at a new clock at schedhz, so high platform hz values don't cause nice +0 processes to look like they are niced * change the algorithm slightly, and reorganize the code a lot * fix percent-CPU calculation bugs, and eliminate some no-op code === nice bug === Correctly divide the scheduler queues between niced and compute-bound processes. The current nice weight of two (sort of, see `algorithm change' below) neatly divides the USRPRI queues in half; this should have been used to clip p_estcpu, instead of UCHAR_MAX. Besides being the wrong amount, clipping an unsigned char to UCHAR_MAX is a no-op, and it was done after decay_cpu() which can only _reduce_ the value. It has to be kept <= NICE_WEIGHT * PRIO_MAX - PPQ or processes can scheduler-penalize themselves onto the same queue as nice +20 processes. (Or even a higher one.) === New schedclk() mechansism === Some platforms should be cutting down stathz before hitting the scheduler, since the scheduler algorithm only works right in the vicinity of 64 Hz. Rather than prescale hz, then scale back and forth by 4 every time p_estcpu is touched (each occurance an abstraction violation), use p_estcpu without scaling and require schedhz to be generated directly at the right frequency. Use a default stathz (well, actually, profhz) / 4, so nothing changes unless a platform defines schedhz and a new clock. Define these for alpha, where hz==1024, and nice was totally broke. === Algorithm change === The nice value used to be added to the exponentially-decayed scheduler history value p_estcpu, in _addition_ to be incorporated directly (with greater wieght) into the priority calculation. At first glance, it appears to be a pointless increase of 1/8 the nice effect (pri = p_estcpu/4 + nice*2), but it's actually at least 3x that because it will ramp up linearly but be decayed only exponentially, thus converging to an additional .75 nice for a loadaverage of one. I killed this, it makes the behavior hard to control, almost impossible to analyze, and the effect (~~nothing at for the first second, then somewhat increased niceness after three seconds or more, depending on load average) pointless. === Other bugs === hz -> profhz in the p_pctcpu = f(p_cpticks) calcuation. Collect scheduler functionality. Try to put each abstraction in just one place. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 9:20:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id D84911534F for ; Sat, 13 Mar 1999 09:20:17 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from salomon.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id SAA08219 for ; Sat, 13 Mar 1999 18:19:55 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [146.180.31.23]) by salomon.siemens.de (8.9.3/8.9.3) with ESMTP id SAA09779 for ; Sat, 13 Mar 1999 18:19:58 +0100 (MET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id SAA22888 for ; Sat, 13 Mar 1999 18:19:57 +0100 (CET) Date: Sat, 13 Mar 1999 18:19:55 +0100 From: Andre Albsmeier To: Cy Schubert - ITSD Open Systems Group Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10528: MFS fails to die when system shut down Message-ID: <19990313181955.A7225@internal> References: <199903121440.GAA13831@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199903121440.GAA13831@freefall.freebsd.org>; from Cy Schubert - ITSD Open Systems Group on Fri, Mar 12, 1999 at 06:40:02AM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 12-Mar-1999 at 06:40:02 -0800, Cy Schubert - ITSD Open Systems Group wrote: > The following reply was made to PR kern/10528; it has been noted by GNATS. > > From: Cy Schubert - ITSD Open Systems Group > To: freebsd-gnats-submit@freebsd.org > Cc: cschuber@uumail.gov.bc.ca > Subject: Re: kern/10528: MFS fails to die when system shut down > Date: Fri, 12 Mar 1999 06:34:01 -0800 > > Recent commit has fixed the problem. I suppose that this PR can be > closed. I think, 9948 can be closed than as well. Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 9:40:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C24DD14BF4 for ; Sat, 13 Mar 1999 09:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA91010; Sat, 13 Mar 1999 09:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id E53AB14D8F for ; Sat, 13 Mar 1999 09:30:14 -0800 (PST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id SAA06515 for FreeBSD-gnats-submit@freebsd.org; Sat, 13 Mar 1999 18:29:55 +0100 (CET) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de ([193.197.90.235]) by mips.rhein-neckar.de with esmtp id m10LqDq-000WyYC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Sat, 13 Mar 1999 16:21:06 +0100 (CET) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id QAA04979; Sat, 13 Mar 1999 16:19:46 +0100 (CET) (envelope-from naddy) Message-Id: <199903131519.QAA04979@bigeye.rhein-neckar.de> Date: Sat, 13 Mar 1999 16:19:46 +0100 (CET) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10573: [PATCH] Typo in dump reporting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10573 >Category: bin >Synopsis: [PATCH] Typo in dump reporting >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: Sat Mar 13 09:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Typo in /sbin/dump reporting: "volumes(s)" should be "volume(s)", or better yet "volume"/"volumes" as appropriate. >How-To-Repeat: # dump 0a / ... DUMP: DUMP: 16949 tape blocks on 1 volumes(s) ... ^ >Fix: --- /usr/src/sbin/dump/main.c Wed Sep 16 22:52:12 1998 +++ main.c Sat Mar 13 16:10:08 1999 @@ -462,8 +462,9 @@ if (pipeout) msg("DUMP: %ld tape blocks\n", spcl.c_tapea); else - msg("DUMP: %ld tape blocks on %d volumes(s)\n", - spcl.c_tapea, spcl.c_volume); + msg("DUMP: %ld tape blocks on %d volume%s\n", + spcl.c_tapea, spcl.c_volume, + (spcl.c_volume == 1) ? "" : "s"); /* report dump performance, avoid division through zero */ if (tend_writing - tstart_writing == 0) >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 Sat Mar 13 12: 0:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D43B614E2E for ; Sat, 13 Mar 1999 12:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA01620; Sat, 13 Mar 1999 12:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DE60414DFA; Sat, 13 Mar 1999 11:50:57 -0800 (PST) Message-Id: <19990313195057.DE60414DFA@hub.freebsd.org> Date: Sat, 13 Mar 1999 11:50:57 -0800 (PST) From: ts@visi.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/10574: 3.1-stable kernel reports k6 cpu as "\^E" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10574 >Category: kern >Synopsis: 3.1-stable kernel reports k6 cpu as "\^E" >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: Sat Mar 13 12:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tim Seidl >Release: 3.1-stable >Organization: >Environment: FreeBSD deanna.misinformed.net 3.1-STABLE FreeBSD 3.1-STABLE #1: Sat Mar 13 12:58:32 CST 1999 root@deanna.misinformed.net:/usr/src/sys/compile/BENT i386 >Description: CPU: \^E (233.86-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x562 Stepping=2 Features=0x8001bf >How-To-Repeat: >Fix: fix the typo (?) in src >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 Sat Mar 13 16: 0:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C17D14DA9 for ; Sat, 13 Mar 1999 16:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA13365; Sat, 13 Mar 1999 16:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sabre.velocet.net (monmouth.velocet.net [198.96.118.66]) by hub.freebsd.org (Postfix) with ESMTP id 5360314F1B for ; Sat, 13 Mar 1999 15:55:03 -0800 (PST) (envelope-from root@sabre.velocet.net) Received: (from root@localhost) by sabre.velocet.net (8.9.2/8.9.2) id XAA22999; Sat, 13 Mar 1999 23:54:44 GMT (envelope-from root) Message-Id: <199903132354.XAA22999@sabre.velocet.net> Date: Sat, 13 Mar 1999 23:54:44 GMT From: dgilbert@velocet.net Reply-To: dgilbert@velocet.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10575: tx0 slows to crawl Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10575 >Category: kern >Synopsis: tx0 devices slow to crawl over time >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 13 16:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: David Gilbert >Release: FreeBSD 3.1-RELEASE i386 >Organization: Velocet Communications >Environment: I have a number of machines with one or more Etherpower II ethernet cards in them. The number of cards does not appear to matter. This bug appears in both FreeBSD-3.0 and FreeBSD-3.1 >Description: Left to it's own, the tx0 driver will start to 'hold' packets until the system is virtually unusuable. A typical symptom is where pinging the machine will yield an X second pause followed by a spurt of X ping packets. The strange thing about this problem is that trafic causes this problem to be less frequent. More traffic on an interface will make the problem happen far less often and far less severely. On a machine that has many websites and an average 40K/s traffic and on a machine that has two of these cards to be a router and firewall, the problem takes as much as a week to manifest and X will be 1 or 2. On a machine with very little traffic (not entirely in production yet) the problem will normally develop over about 24 hours and X will be 16. >How-To-Repeat: Use a tx0 card in a machine, and let it sit almost-idle for 24 hours. >Fix: I have found that ifconfig up is not enough to fix the problem (as I have heard about the ep0 driver). I have found that ifconfig down followed by ifconfig up is required. >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 Sat Mar 13 16:21: 1 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 528CC14DA3; Sat, 13 Mar 1999 16:20:59 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA14383; Sat, 13 Mar 1999 16:20:46 -0800 (PST) (envelope-from ken@FreeBSD.org) Date: Sat, 13 Mar 1999 16:20:46 -0800 (PST) From: Message-Id: <199903140020.QAA14383@freefall.freebsd.org> To: aw1@stade.co.uk, ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, ken@FreeBSD.org Subject: Re: kern/10521 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: CAM - disable sync cache on Fujitsu M2622 drive State-Changed-From-To: open->closed State-Changed-By: ken State-Changed-When: Sat Mar 13 16:19:35 PST 1999 State-Changed-Why: PR submitter reports that he can no longer reproduce the problem. This was likely fixed by a recent checkin to the da driver that elminates error messages from the cache sync command when the sense key is illegal request. Responsible-Changed-From-To: freebsd-bugs->ken Responsible-Changed-By: ken Responsible-Changed-When: Sat Mar 13 16:19:35 PST 1999 Responsible-Changed-Why: I'm closing the PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 16:53:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from connection1.ccard.com.br (connection1.ccard.com.br [200.255.198.5]) by hub.freebsd.org (Postfix) with ESMTP id F1A9314F3B for ; Sat, 13 Mar 1999 16:53:44 -0800 (PST) (envelope-from aaa@ccard.com.br) Received: from aaa (asc3-26.ccard.com.br [200.244.149.106]) by connection1.ccard.com.br (8.9.2/8.9.2) with SMTP id VAA14210 for ; Sat, 13 Mar 1999 21:53:22 -0300 (EST) Message-ID: <002a01be6d9b$78d33a60$6a95f4c8@aaa.ccard.com.br> Reply-To: "aaa" From: "aaa" To: Date: Sat, 13 Mar 1999 21:50:10 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org auth 67f3e20d unsubscribe freebsd-bugs aaa@ccard.com.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 19: 0:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C79411513A for ; Sat, 13 Mar 1999 19:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA22921; Sat, 13 Mar 1999 19:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Mar 1999 19:00:01 -0800 (PST) Message-Id: <199903140300.TAA22921@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Polstra Subject: Re: bin/10366: /usr/libexec/ld-elf.so.1: Invalid File Format Reply-To: John Polstra Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10366; it has been noted by GNATS. From: John Polstra To: freebsd-gnats-submit@FreeBSD.ORG Cc: g3d@graphix.g3d.com Subject: Re: bin/10366: /usr/libexec/ld-elf.so.1: Invalid File Format Date: Sat, 13 Mar 1999 18:57:30 -0800 (PST) Please grab "src/sys/i386/include/elf.h" revision 1.5.2.2, build a new kernel, and let me know if it solves the problem for you. (Make sure that "src/sys/kern/imgact_elf.c" gets recompiled.) You can get the file from . Here are the diffs relative to 3.1-RELEASE, in case that's more convenient. Index: elf.h =================================================================== RCS file: /home/ncvs/src/sys/i386/include/elf.h,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -u -r1.5.2.1 -r1.5.2.2 --- elf.h 1999/02/08 18:58:36 1.5.2.1 +++ elf.h 1999/02/19 01:36:29 1.5.2.2 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: elf.h,v 1.5.2.1 1999/02/08 18:58:36 jdp Exp $ + * $Id: elf.h,v 1.5.2.2 1999/02/19 01:36:29 jdp Exp $ */ #ifndef _MACHINE_ELF_H_ @@ -121,11 +121,13 @@ #ifdef KERNEL /* - * On the i386 we load the dynamic linker at a fixed address, - * below where the executable itself is loaded. This is the - * standard SVR4 location for it. + * On the i386 we load the dynamic linker where a userland call + * to mmap(0, ...) would put it. The rationale behind this + * calculation is that it leaves room for the heap to grow to + * its maximum allowed size. */ -#define ELF_RTLD_ADDR(vmspace) 0x08000000 +#define ELF_RTLD_ADDR(vmspace) \ + (round_page((vm_offset_t)(vmspace)->vm_daddr + MAXDSIZ)) #endif /* KERNEL */ #endif /* !_MACHINE_ELF_H_ */ John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 13 22:30:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D984C14CF4 for ; Sat, 13 Mar 1999 22:30:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA36613; Sat, 13 Mar 1999 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 024C914F3B for ; Sat, 13 Mar 1999 22:27:25 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: (from root@localhost) by quack.kfu.com (8.9.2/8.8.5) id WAA75238; Sat, 13 Mar 1999 22:27:07 -0800 (PST) Message-Id: <199903140627.WAA75238@quack.kfu.com> Date: Sat, 13 Mar 1999 22:27:07 -0800 (PST) From: Nick Sayer Reply-To: nsayer@quack.kfu.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/10580: ftpio should use IP_PORTRANGE to be firewall friendly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10580 >Category: bin >Synopsis: ftpio should use IP_PORTRANGE to be firewall friendly >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: Sat Mar 13 22:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Nick Sayer >Release: FreeBSD 3.1-RELEASE i386 >Organization: Just me >Environment: >Description: ftp has a restricted port option. fetch and its friends should do likewise. >How-To-Repeat: >Fix: --- src/lib/ftpio/ftpio.c.orig Sat Apr 11 00:28:53 1998 +++ src/lib/ftpio/ftpio.c Sat Mar 13 20:32:10 1999 @@ -809,7 +809,16 @@ *fp = fdopen(s, mode); } else { - int fd; + int fd,portrange; + +#ifdef IP_PORTRANGE + portrange = IP_PORTRANGE_HIGH; + if (setsockopt(s, IPPROTO_IP, IP_PORTRANGE, (char *) + &portrange, sizeof(portrange)) < 0) { + close(s); + return FAILURE; + }; +#endif i = sizeof sin; getsockname(ftp->fd_ctrl, (struct sockaddr *)&sin, &i); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message