From owner-freebsd-bugs Sun Sep 23 3: 4: 7 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from koza.acecape.com (koza2.acecape.com [66.9.36.222]) by hub.freebsd.org (Postfix) with ESMTP id 64B2637B431 for ; Sun, 23 Sep 2001 03:04:01 -0700 (PDT) Received: from mail.lucifier.net (versalo.lucifier.net [66.114.66.235]) by koza.acecape.com (8.10.1/8.9.3) with ESMTP id f8NA3w829189; Sun, 23 Sep 2001 06:03:58 -0400 (EDT) Received: from lucifier.net (IDENT:mickey@localhost [127.0.0.1]) by mail.lucifier.net (8.12.0/8.11.2) with ESMTP id f8NA2Qqo000853; Sun, 23 Sep 2001 06:02:26 -0400 (EDT) Received: (from mickey@localhost) by lucifier.net (8.12.0/8.12.0/Submit) id f8NA2Qhp010383; Sun, 23 Sep 2001 06:02:26 -0400 (EDT) From: Michael Shalayeff Message-Id: <200109231002.f8NA2Qhp010383@lucifier.net> Subject: Re: OpenBSD-2.9 random devices In-Reply-To: from June Carey at "Sep 22, 2001 06:52:16 pm" To: June Carey Date: Sun, 23 Sep 2001 06:02:26 -0400 (EDT) Cc: bugs@openbsd.org, bugs@freebsd.org Reply-To: mickey@lucifier.net X-Operating-System: BSD 2.11 X-Flames-To: /dev/null X-Elm-Rules: righton X-Mailer: ELM [version 2.4ME+ PL66 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Making, drinking tea and reading an opus magnum from June Carey: > Hi. re > In the OpenBSD-2.9 random(4) manual pages, it says: "The entropy > pool is converted into output data using MD5"; /dev/srandom, > /dev/urandom. > > I believe the implementation of these devices were "taken" from FreeBSD, > hence the Cc:. no, it was not. > I suggest that the MD5 algorithm is removed and replaced with what I call > the "XOR-fold-technique". As I'm sure you know, the one-time-pad cipher > consists of a key-stream synchronously XOR'd with a data-stream. > > The "XOR-fold-technique" is the same thing, but applied to only one stream. > For example, if you have a (secret) 16-byte quantity, you half it in size > (8-bytes) and XOR one half with the other. The product is as secure as the > one-time-pad cipher, i.e. it is a perfect one-way "hash". and it does both at the moment, md5 and, then, fold it it in half. > The replacement of MD5 with "XOR-fold" has the following advantages: > > (1) Guaranteed one-way function; MD5 is at best supposition. > (2) Massive performance increase. > (3) The algorithm automatically scales to the input size, whereas MD5 > produces a constant sized output (128-bits from memory ?) > > > Disadvantages: > > None ? yeah, right. and now think which qualities output hash function should have and what your approach has? cu -- paranoic mickey (my employers have changed but, the name has remained) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 3:29:41 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id BF85837B405 for ; Sun, 23 Sep 2001 03:29:34 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Sep 2001 11:29:34 +0100 (BST) Date: Sun, 23 Sep 2001 11:29:30 +0100 From: David Malone To: June Carey Cc: bugs@openbsd.org, bugs@freebsd.org Subject: Re: OpenBSD-2.9 random devices Message-ID: <20010923112930.A66174@walton.maths.tcd.ie> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from carey_june@hotmail.com on Sat, Sep 22, 2001 at 06:52:16PM +0000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The /dev/random implimentation in -current is completly different to that in -stable and is based on the Yarrow system. It is unlikely that the random system in -stable will be replaced at this stage; if it is it would probably be replaced with a backport of Yarrow. There are papers on Yarrow available on www.counterpane.com. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 7:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18A8037B422 for ; Sun, 23 Sep 2001 07:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NEU1642430; Sun, 23 Sep 2001 07:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E80937B414 for ; Sun, 23 Sep 2001 07:28:23 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NESNg42281; Sun, 23 Sep 2001 07:28:23 -0700 (PDT) (envelope-from nobody) Message-Id: <200109231428.f8NESNg42281@freefall.freebsd.org> Date: Sun, 23 Sep 2001 07:28:23 -0700 (PDT) From: David Hedley To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30762: Ability to specify max UDMA level Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30762 >Category: kern >Synopsis: Ability to specify max UDMA level >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sun Sep 23 07:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Hedley >Release: 4.4-RELEASE >Organization: Intelligent Network Technology Ltd >Environment: >Description: It would be nice to be able to specify a maximum UDMA level with the ATA driver. e.g. I use the Promise TX2/100 card which supports up to UDMA5, however running it at this speed in my current chassis generates many CRC errors. I would like to be able to force it to use UDMA4 max. >How-To-Repeat: >Fix: I currently manually patch ata_umode in dev/ata/ata-all.c >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 Sep 23 8:37:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A2E337B408; Sun, 23 Sep 2001 08:37:09 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NFRCD51237; Sun, 23 Sep 2001 08:27:12 -0700 (PDT) (envelope-from sos) Date: Sun, 23 Sep 2001 08:27:12 -0700 (PDT) From: Message-Id: <200109231527.f8NFRCD51237@freefall.freebsd.org> To: david@hedley.org, sos@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30762: Ability to specify max UDMA level Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Ability to specify max UDMA level State-Changed-From-To: open->closed State-Changed-By: sos State-Changed-When: Sun Sep 23 08:26:08 PDT 2001 State-Changed-Why: This is possible in -current using the atacontrol utility, however if and when this will be backported to 4.x-stable is not determined yet. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30762 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 10:40: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F94937B407 for ; Sun, 23 Sep 2001 10:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NHe2j72144; Sun, 23 Sep 2001 10:40:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 23 Sep 2001 10:40:02 -0700 (PDT) Message-Id: <200109231740.f8NHe2j72144@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: George Reid Subject: Re: kern/30762: Ability to specify max UDMA level Reply-To: George Reid Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30762; it has been noted by GNATS. From: George Reid To: David Hedley Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/30762: Ability to specify max UDMA level Date: Sun, 23 Sep 2001 18:39:18 +0100 On Sun, Sep 23, 2001 at 07:28:23AM -0700, David Hedley wrote: > >Fix: > > I currently manually patch ata_umode in dev/ata/ata-all.c Such a facility already exists in the form of the ``hw.atamodes'' sysctl. ~greid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 11:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 086FC37B420 for ; Sun, 23 Sep 2001 11:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NIe2o84746; Sun, 23 Sep 2001 11:40:02 -0700 (PDT) (envelope-from gnats) Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by hub.freebsd.org (Postfix) with ESMTP id 14A3237B409 for ; Sun, 23 Sep 2001 11:38:59 -0700 (PDT) Received: from khan.anarcat.dyndns.org ([65.92.169.79]) by tomts19-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010923183843.RLMJ3504.tomts19-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Sun, 23 Sep 2001 14:38:43 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id B0B971A7C for ; Sun, 23 Sep 2001 14:38:38 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id B13B320B4A; Sun, 23 Sep 2001 14:38:32 -0400 (EDT) Message-Id: <20010923183832.B13B320B4A@shall.anarcat.dyndns.org> Date: Sun, 23 Sep 2001 14:38:32 -0400 (EDT) From: The Anarcat Reply-To: The Anarcat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30764: PATCH: fetch(1) prints d/l status even if in background Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30764 >Category: bin >Synopsis: PATCH: fetch(1) prints d/l status even if in background >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: Sun Sep 23 11:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 4.4-STABLE i386 >Organization: Nada, Inc. >Environment: System: FreeBSD shall.anarcat.dyndns.org 4.4-STABLE FreeBSD 4.4-STABLE #7: Sat Sep 15 00:41:38 EDT 2001 anarcat@shall.anarcat.dyndns.org:/usr/obj/usr/src/sys/SHALL i386 >Description: The fetch(1) utility (used mainly to fetch ports distfiles) features a display of the current progress of the download. When you put fetch(1) in background, it keeps on clobbering the terminal with that status, which is really annoying. ftp(1) on the other hand, gracefully checks if it's the foreground process before doing that. Some might consider this a feature, I call it a bug. :) >How-To-Repeat: $ fetch ftp://ftp11.freebsd.org/pub/FreeBSD/ports/packages/Latest/samba.tgz & >Fix: I stole the code from ftp(1), so there should be any problems... --- /usr/src/usr.bin/fetch/fetch.c Tue Aug 21 13:15:38 2001 +++ fetch.c Sun Sep 23 14:36:58 2001 @@ -42,6 +42,8 @@ #include #include +#include + #include #define MINBUFSIZE 4096 @@ -117,6 +119,19 @@ { struct timeval now; + static pid_t pgrp = -1; + int ctty_pgrp; + + if (pgrp == -1) + pgrp = getpgrp(); + + /* + * do not print display (ie return) if we're not foreground process + */ + if (ioctl(STDOUT_FILENO, TIOCGPGRP, &ctty_pgrp) == -1 || + ctty_pgrp != (int)pgrp) + return; + if (!v_tty || !v_level) return; This works well here. >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 Sep 23 13:20:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8F4337B448 for ; Sun, 23 Sep 2001 13:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NKK3G02126; Sun, 23 Sep 2001 13:20:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E0D937B410 for ; Sun, 23 Sep 2001 13:16:03 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NKG3901676; Sun, 23 Sep 2001 13:16:03 -0700 (PDT) (envelope-from nobody) Message-Id: <200109232016.f8NKG3901676@freefall.freebsd.org> Date: Sun, 23 Sep 2001 13:16:03 -0700 (PDT) From: Kevin Way To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30766: maxusers comment in LINT contains incorrect filename Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30766 >Category: kern >Synopsis: maxusers comment in LINT contains incorrect filename >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 23 13:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kevin Way >Release: 4.4-STABLE >Organization: Overtone >Environment: FreeBSD bean.overtone.org 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 22 06:09:55 GMT 2001 root@bean.overtone.org:/usr/obj/usr/src/sys/MOSCH i386 >Description: LINT's description of maxusers refers to param.c instead of subr_param.c, and describes the formula used to set other tables as complicated, when it consists of one addition and one multiplication. >How-To-Repeat: read LINT >Fix: --- LINT.old Sun Sep 23 20:10:48 2001 +++ LINT Sun Sep 23 20:11:34 2001 @@ -24,7 +24,7 @@ # # The `maxusers' parameter controls the static sizing of a number of -# internal system tables by a complicated formula defined in param.c. +# internal system tables by a formula defined in subr_param.c. # maxusers 10 >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 Sep 23 14:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F52A37B42B for ; Sun, 23 Sep 2001 14:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NLK1e12364; Sun, 23 Sep 2001 14:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F74237B40E for ; Sun, 23 Sep 2001 14:10:59 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NLAx611337; Sun, 23 Sep 2001 14:10:59 -0700 (PDT) (envelope-from nobody) Message-Id: <200109232110.f8NLAx611337@freefall.freebsd.org> Date: Sun, 23 Sep 2001 14:10:59 -0700 (PDT) From: Russ To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/30768: Not prompted for password after entering username Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30768 >Category: misc >Synopsis: Not prompted for password after entering username >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 23 14:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Russ >Release: 4.3 >Organization: >Environment: >Description: Restarted my machine, it came to a logon, tried to logon as root. After entering the root name I pressed enter and the next line was a blank line. Expected a prompt for a password but instead it was a blank line with no cursor. I could CTRL-C and get back to a logon prompt but thats as far as it gets. >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 Sun Sep 23 14:37:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAF6437B426; Sun, 23 Sep 2001 14:37:09 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NLYwB13977; Sun, 23 Sep 2001 14:34:58 -0700 (PDT) (envelope-from des) Date: Sun, 23 Sep 2001 14:34:58 -0700 (PDT) From: Message-Id: <200109232134.f8NLYwB13977@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/30764: PATCH: fetch(1) prints d/l status even if in background Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PATCH: fetch(1) prints d/l status even if in background Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Sun Sep 23 14:34:40 PDT 2001 Responsible-Changed-Why: fetch(1) is mine. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30764 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 14:47:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8C2737B41E; Sun, 23 Sep 2001 14:47:09 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NLkbP15241; Sun, 23 Sep 2001 14:46:37 -0700 (PDT) (envelope-from des) Date: Sun, 23 Sep 2001 14:46:37 -0700 (PDT) From: Message-Id: <200109232146.f8NLkbP15241@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/30706: Problem with mount linuxproc filesystem on 4.4 stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Problem with mount linuxproc filesystem on 4.4 stable Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Sun Sep 23 14:46:27 PDT 2001 Responsible-Changed-Why: linprocfs is mine. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30706 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 14:47:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F059937B420; Sun, 23 Sep 2001 14:47:09 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NLbc514247; Sun, 23 Sep 2001 14:37:38 -0700 (PDT) (envelope-from des) Date: Sun, 23 Sep 2001 14:37:38 -0700 (PDT) From: Message-Id: <200109232137.f8NLbc514247@freefall.freebsd.org> To: groone@groonesworld.com, des@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/30768: Not prompted for password after entering username Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Not prompted for password after entering username State-Changed-From-To: open->closed State-Changed-By: des State-Changed-When: Sun Sep 23 14:36:05 PDT 2001 State-Changed-Why: This is a question for -questions or -stable, not for the PR system. Sounds to me like getty(8) had trouble spawning login(1), possibly due to high system load, possibly caused by userland daemons starting up. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30768 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 14:50:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55C6B37B435 for ; Sun, 23 Sep 2001 14:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NLo1915618; Sun, 23 Sep 2001 14:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89A3537B42B for ; Sun, 23 Sep 2001 14:46:11 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NLkBu15164; Sun, 23 Sep 2001 14:46:11 -0700 (PDT) (envelope-from nobody) Message-Id: <200109232146.f8NLkBu15164@freefall.freebsd.org> Date: Sun, 23 Sep 2001 14:46:11 -0700 (PDT) From: Evan Sarmiento To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30771: Panic when mounting drive Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30771 >Category: kern >Synopsis: Panic when mounting drive >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 23 14:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Evan Sarmiento >Release: 5.0-CURRENT >Organization: >Environment: FreeBSD armitage.sekt7.org 5.0-CURRENT FreeBSD 5.0-CURRENT Sun Sep 23 03:48:03 GMT 2001 root@:/usr/src/sys/i386/compile/ARMITAGE i386 >Description: When booting, panics when trying to mount drive. Mounting root from ufs:/dev/ad0s2a panic: lock (sleep mutex) vnode interlock not locked @ ../../../kern/vfs_default.c:460 Debugger("panic") Stopped at Debugger+0x44: pushl %ebx db> t Debugger(c0321e3b) at Debugger+0x44 panic(c0324e00,c0320e60,c0328ffc,c0328990,1cc) at panic+0x70 witness_unlock(c85e3f2c,8,c0328980,1cc,c85e3f2c,1,c0320e77,f6) at witness_unlock+0x1d0 _mtx_unlock_flags(c85e3f2c,0,c0328980,1cc,c04d0bd0) at _mtx_unlock_flags+0x59 vop_nolock(c04d0be8,c04d0bf8,c021fd56,c04d0be8,c04d0d4c) at vop_nolock+0x24 vop_defaultop(c04d0be8) at vop_defaultop+0x15 vn_lock(c85e3ec0,20002,c03e01e4,c04d0d4c,c1405780) at vn_lock+0xca ffs_mountfs(c85e3ec0,c1406200,c03e01e4,c0388140,c04d0d4c) at ffs_mountfs+0x7e ffs_mount(c1406200,0,0,0,c03e01e4) at ffs_mount+0x67 vfs_mountroot_try(c04ad52d,c032858c) at vfs_mountroot_try+0x14e vfs_mountroot(0,4cdc00,4cd000,0,c012881c) at vfs_mountroot+0x5a mi_startup() at mi_startup+0x90 begin() at begin+0x43 db> >How-To-Repeat: boot new current >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 Sun Sep 23 16:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBEA337B41D for ; Sun, 23 Sep 2001 16:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NNU0v32768; Sun, 23 Sep 2001 16:30:00 -0700 (PDT) (envelope-from gnats) Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 7D9D537B408 for ; Sun, 23 Sep 2001 16:22:46 -0700 (PDT) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id RAA04727; Sun, 23 Sep 2001 17:22:45 -0600 (MDT) (envelope-from ken) Message-Id: <200109232322.RAA04727@panzer.kdm.org> Date: Sun, 23 Sep 2001 17:22:45 -0600 (MDT) From: ken@kdm.org Reply-To: ken@kdm.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/30775: natd doesn't work with Path MTU discovery Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30775 >Category: kern >Synopsis: natd doesn't work with Path MTU discovery >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 Sep 23 16:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kenneth D. Merry >Release: FreeBSD 4.4-STABLE i386 >Organization: KDM Enterprises >Environment: A 4.4-stable (or most any other version of FreeBSD) box with two nics. One is on the 'external' net, one on the internal net (with RFC 1918 addresses). ipfw and natd are configured to provide NAT functionality. >Description: natd doesn't handle need-to-frag ICMP packets coming back from the router, so the machine behind the NAT box doesn't know that it needs to reduce the route MTU for a given site. >How-To-Repeat: Crank up tcpdump on the NAT box and a machine behind the NAT. At least in my case, go to www.schwab.com using a web browser on a machine behind the NAT, and watch the tcpdump output. I see ICMP need-to-frag packets coming back into the NAT box on the external interface, but they aren't sent back to the machine behind the NAT box. The problem with www.schwab.com may or may not be reproducible, depening on whether the problem is closer to me or closer to schwab. In any case, natd should handle ICMP need to frag packets, since TCP Path MTU discovery doesn't work without them. >Fix: potential work-arounds: Run an application proxy server on a machine that isn't behind natd. Run the application on a machine that isn't behind natd. Investigate whether ipfilter's NAT code can handle path MTU discovery. >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 Sep 23 16:37:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EE2D37B439; Sun, 23 Sep 2001 16:37:10 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NNW4X33094; Sun, 23 Sep 2001 16:32:04 -0700 (PDT) (envelope-from kris) Date: Sun, 23 Sep 2001 16:32:04 -0700 (PDT) From: Message-Id: <200109232332.f8NNW4X33094@freefall.freebsd.org> To: quik@quikbox.ca, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/29232: /usr/compat/linux/bin/ls no longer works as of July 24 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /usr/compat/linux/bin/ls no longer works as of July 24 State-Changed-From-To: analyzed->closed State-Changed-By: kris State-Changed-When: Sun Sep 23 16:31:36 PDT 2001 State-Changed-Why: Submitter reports problem solved http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29232 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 16:37:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A333D37B407; Sun, 23 Sep 2001 16:37:16 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NNaGN33367; Sun, 23 Sep 2001 16:36:16 -0700 (PDT) (envelope-from kris) Date: Sun, 23 Sep 2001 16:36:16 -0700 (PDT) From: Message-Id: <200109232336.f8NNaGN33367@freefall.freebsd.org> To: fbsd@infopuls.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/30619: The languages subdirectories clutter the ports area Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: The languages subdirectories clutter the ports area State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sun Sep 23 16:34:27 PDT 2001 State-Changed-Why: Well, I can only echo the text of your message, "This is not a problem". However, reorganizing the ports collection to support three-level directories is something we've talked about before and will probably do at some point. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30619 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 16:37:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC72D37B438; Sun, 23 Sep 2001 16:37:16 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NNaex33502; Sun, 23 Sep 2001 16:36:40 -0700 (PDT) (envelope-from kris) Date: Sun, 23 Sep 2001 16:36:40 -0700 (PDT) From: Message-Id: <200109232336.f8NNaex33502@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30619: The languages subdirectories clutter the ports area Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: The languages subdirectories clutter the ports area Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: kris Responsible-Changed-When: Sun Sep 23 16:36:29 PDT 2001 Responsible-Changed-Why: This was a ports change-request http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30619 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 16:46:34 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35]) by hub.freebsd.org (Postfix) with ESMTP id 08AF237B40E for ; Sun, 23 Sep 2001 16:46:32 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 99D2D66E6E; Sun, 23 Sep 2001 16:46:31 -0700 (PDT) Date: Sun, 23 Sep 2001 16:46:31 -0700 From: Kris Kennaway To: Kris Kennaway Cc: freebsd-bugs@FreeBSD.org Subject: Re: i386/30580: named crashes on 4.4-PRERELEASE Message-ID: <20010923164631.A72569@xor.obsecurity.org> References: <200109152050.f8FKo2R56223@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109152050.f8FKo2R56223@freefall.freebsd.org>; from kris@obsecurity.org on Sat, Sep 15, 2001 at 01:50:02PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Sep 15, 2001 at 01:50:02PM -0700, Kris Kennaway wrote: > On Sat, Sep 15, 2001 at 05:32:17AM -0700, Ask Bjoern Hansen wrote: > > On Sat, 15 Sep 2001, Kris Kennaway wrote: > >=20 > > > On Fri, Sep 14, 2001 at 05:21:24PM -0700, Ask Bjoern Hansen wrote: > > > > > > > It's both running as a (somewhat busy) authoritative server and as a = > (very very low traffic) resolving server. > > > > >How-To-Repeat: > > > > I start the named and wait a few hours or half a day and I'll have a = > new core file. :-) > > > > > > This is usually due to problems with your system clock. > >=20 > > As in the clock keeping track of the time of day? That sounds really > > odd. I searched the mail archives for more references about this, > > but didn't find anything. Can you point me in the right direction? > > Search the -security mailing list for "named assertion failed". Since > you didn't post the actual error message it's hard to verify it's the > same thing. > > > I've recently had problems with the IDE (don't ask) drive and > > haven't had time to replace it yet; could that be related? > > I haven't heard of that, but it's not impossible. Did you follow this up yet? Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 16:47:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2709637B40C; Sun, 23 Sep 2001 16:47:10 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NNdxw33781; Sun, 23 Sep 2001 16:39:59 -0700 (PDT) (envelope-from kris) Date: Sun, 23 Sep 2001 16:39:59 -0700 (PDT) From: Message-Id: <200109232339.f8NNdxw33781@freefall.freebsd.org> To: gunther@aurora.regenstrief.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/30696: sshd Makefile has no -DNOPAM option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sshd Makefile has no -DNOPAM option State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sun Sep 23 16:39:43 PDT 2001 State-Changed-Why: PAM is now a required part of FreeBSD, including sshd. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30696 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 16:47:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A2E237B410; Sun, 23 Sep 2001 16:47:10 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NNhqV34228; Sun, 23 Sep 2001 16:43:52 -0700 (PDT) (envelope-from kris) Date: Sun, 23 Sep 2001 16:43:52 -0700 (PDT) From: Message-Id: <200109232343.f8NNhqV34228@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-sound@FreeBSD.org Subject: Re: i386/30461: no audio cd with cmi8330 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: no audio cd with cmi8330 Responsible-Changed-From-To: freebsd-bugs->freebsd-sound Responsible-Changed-By: kris Responsible-Changed-When: Sun Sep 23 16:43:39 PDT 2001 Responsible-Changed-Why: Over to the sound maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30461 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 16:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54B2F37B42F for ; Sun, 23 Sep 2001 16:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NNo1G34767; Sun, 23 Sep 2001 16:50:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 23 Sep 2001 16:50:01 -0700 (PDT) Message-Id: <200109232350.f8NNo1G34767@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: misc/30631: readdir_r() SEGV on large directories Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/30631; it has been noted by GNATS. From: Kris Kennaway To: Jim Bauer Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/30631: readdir_r() SEGV on large directories Date: Sun, 23 Sep 2001 16:47:50 -0700 On Mon, Sep 17, 2001 at 11:30:04AM -0700, Jim Bauer wrote: > The following reply was made to PR misc/30631; it has been noted by GNATS. > > From: Jim Bauer > To: freebsd-gnats-submit@FreeBSD.org, jfbauer@nfr.com > Cc: > Subject: Re: misc/30631: readdir_r() SEGV on large directories > Date: Mon, 17 Sep 2001 14:21:48 -0400 > > Correction to suggested fix. > > memcpy(entry, dp, (unsigned) &dp->d_name - (unsigned)dp + dp->d_namlen > + 1); Please submit an updated patch. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 16:50:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4174C37B43A for ; Sun, 23 Sep 2001 16:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NNo2d34772; Sun, 23 Sep 2001 16:50:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 23 Sep 2001 16:50:02 -0700 (PDT) Message-Id: <200109232350.f8NNo2d34772@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: i386/30580: named crashes on 4.4-PRERELEASE Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30580; it has been noted by GNATS. From: Kris Kennaway To: Ask Bjoern Hansen , freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: i386/30580: named crashes on 4.4-PRERELEASE Date: Sun, 23 Sep 2001 16:49:10 -0700 On Sat, Sep 15, 2001 at 01:50:02PM -0700, Kris Kennaway wrote: > On Sat, Sep 15, 2001 at 05:32:17AM -0700, Ask Bjoern Hansen wrote: > > On Sat, 15 Sep 2001, Kris Kennaway wrote: > >=20 > > > On Fri, Sep 14, 2001 at 05:21:24PM -0700, Ask Bjoern Hansen wrote: > > > > > > > It's both running as a (somewhat busy) authoritative server and as a = > (very very low traffic) resolving server. > > > > >How-To-Repeat: > > > > I start the named and wait a few hours or half a day and I'll have a = > new core file. :-) > > > > > > This is usually due to problems with your system clock. > >=20 > > As in the clock keeping track of the time of day? That sounds really > > odd. I searched the mail archives for more references about this, > > but didn't find anything. Can you point me in the right direction? > > Search the -security mailing list for "named assertion failed". Since > you didn't post the actual error message it's hard to verify it's the > same thing. > > > I've recently had problems with the IDE (don't ask) drive and > > haven't had time to replace it yet; could that be related? > > I haven't heard of that, but it's not impossible. Did you follow this up yet? Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 17: 7:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4229437B435; Sun, 23 Sep 2001 17:07:11 -0700 (PDT) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O02GB35775; Sun, 23 Sep 2001 17:02:16 -0700 (PDT) (envelope-from greid) Date: Sun, 23 Sep 2001 17:02:16 -0700 (PDT) From: Message-Id: <200109240002.f8O02GB35775@freefall.freebsd.org> To: greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30755: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: greid Responsible-Changed-When: Sun Sep 23 17:00:35 PDT 2001 Responsible-Changed-Why: Misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30755 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 20:27:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AC0D37B410; Sun, 23 Sep 2001 20:27:10 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O3InL69381; Sun, 23 Sep 2001 20:18:49 -0700 (PDT) (envelope-from murray) Date: Sun, 23 Sep 2001 20:18:49 -0700 (PDT) From: Message-Id: <200109240318.f8O3InL69381@freefall.freebsd.org> To: vg@idiom.com, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/16212: in /stand/sysinstall -- cannot exit menu for XFree86 Desktop without rebooting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: in /stand/sysinstall -- cannot exit menu for XFree86 Desktop without rebooting State-Changed-From-To: feedback->closed State-Changed-By: murray State-Changed-When: Sun Sep 23 20:18:04 PDT 2001 State-Changed-Why: FreeBSD 4.4 does not have this problem. I don't believe that any of the 4.X releases have had this problem. Thanks for the submission, sorry it took so long to close this PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16212 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 20:37:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D34837B42B; Sun, 23 Sep 2001 20:37:10 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O3SZh70316; Sun, 23 Sep 2001 20:28:35 -0700 (PDT) (envelope-from murray) Date: Sun, 23 Sep 2001 20:28:35 -0700 (PDT) From: Message-Id: <200109240328.f8O3SZh70316@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: bin/30737: sysinstall leaks file descriptors on restart Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sysinstall leaks file descriptors on restart Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun Sep 23 20:20:42 PDT 2001 Responsible-Changed-Why: I was just looking at this code, so I'll take this one. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30737 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 23: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C2AA37B40A for ; Sun, 23 Sep 2001 23:00:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O600c86922; Sun, 23 Sep 2001 23:00:00 -0700 (PDT) (envelope-from gnats) Received: from christel.heitec.net (christel.heitec.net [193.101.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 0D94537B40D for ; Sun, 23 Sep 2001 22:55:30 -0700 (PDT) Received: from heitec.net (paladin.heitec.net [193.101.232.30]) by christel.heitec.net (Postfix) with ESMTP id 131FCB8107 for ; Mon, 24 Sep 2001 07:55:28 +0200 (CEST) Received: (from bernd@localhost) by heitec.net (8.11.6/8.11.4) id f8O5tSx01125; Mon, 24 Sep 2001 07:55:28 +0200 (CEST) (envelope-from bernd) Message-Id: <200109240555.f8O5tSx01125@ heitec.net> Date: Mon, 24 Sep 2001 07:55:28 +0200 (CEST) From: Bernd Luevelsmeyer Reply-To: Bernd Luevelsmeyer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/30778: termcap problem with wyse-60 terminal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30778 >Category: misc >Synopsis: termcap problem with wyse-60 terminal >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: Sun Sep 23 23:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Bernd Luevelsmeyer >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: FreeBSD 4.4-STABLE #1: Mon Sep 24 07:02:22 CEST 2001 >Description: Using a terminal 'wy60', the initialization with 'tset' results in the messages "TERMCAP", line 0, terminal 'wy60-43': enter_alt_charset_mode but no exit_alt_charset_mode "TERMCAP", line 0, terminal 'wy60-43': enter_alt_charset_mode but no acs_chars This can be helped by omitting the 'as=' entry from the terminal description. >How-To-Repeat: %tset wyse60 >Fix: --- /usr/share/misc/.vimbk/termcap.vimbk Mon Sep 10 04:43:40 2001 +++ /usr/share/misc/termcap Mon Sep 24 07:30:31 2001 @@ -3519,7 +3519,7 @@ # (Wyse Tech, svd@bigboy.wyse.com) and Douglas Good (doug@cli.com). # Merged by Paul Vojta (vojta@math.berkeley.edu). wy60|wyse60|Wyse 60 in native mode:\ - :ae=\EH^C:al=4\EE:am:as=\EH^B:bl=^G:bs:bt=\EI:bw:cd=100\Ey:ce=\Et:\ + :ae=\EH^C:al=4\EE:am:bl=^G:bs:bt=\EI:bw:cd=100\Ey:ce=\Et:\ :cl=100\E*:cm=\E=%+ %+ :co#80:ct=\E0:da:db:dc=11\EW:dl=5\ER:do=^J:\ :ds=\EF\r:ei=\Er:fs=\r:ho=^^:hs:if=/usr/share/tabset/std:im=\Eq:ip=3:\ :is=\Ed$\EcD\E'\Er\EH^C\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1^N^T\EwG\Ew0^^^K:\ >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 Sep 23 23:27:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02C2F37B41E; Sun, 23 Sep 2001 23:27:11 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O6Oa393938; Sun, 23 Sep 2001 23:24:36 -0700 (PDT) (envelope-from murray) Date: Sun, 23 Sep 2001 23:24:36 -0700 (PDT) From: Message-Id: <200109240624.f8O6Oa393938@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-qa@FreeBSD.org Subject: Re: i386/29375: the disk editor used by /stand/sysinstall gets confused by slices that are not labelled in order and writes the partition table incorrectly. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: the disk editor used by /stand/sysinstall gets confused by slices that are not labelled in order and writes the partition table incorrectly. Responsible-Changed-From-To: freebsd-bugs->freebsd-qa Responsible-Changed-By: murray Responsible-Changed-When: Sun Sep 23 23:24:00 PDT 2001 Responsible-Changed-Why: The fine folks on freebsd-qa love to fix sysinstall bugs. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29375 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 23:27:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C538F37B406; Sun, 23 Sep 2001 23:27:10 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O6Jmc92131; Sun, 23 Sep 2001 23:19:48 -0700 (PDT) (envelope-from murray) Date: Sun, 23 Sep 2001 23:19:48 -0700 (PDT) From: Message-Id: <200109240619.f8O6Jmc92131@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-qa@FreeBSD.org Subject: Re: i386/27729: the ls120 device "afd" does not show up under /stand/sysinstall Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: the ls120 device "afd" does not show up under /stand/sysinstall Responsible-Changed-From-To: freebsd-bugs->freebsd-qa Responsible-Changed-By: murray Responsible-Changed-When: Sun Sep 23 23:19:21 PDT 2001 Responsible-Changed-Why: -qa is the best place for sysinstall bugs. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27729 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 23 23:47:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AAFC37B40D; Sun, 23 Sep 2001 23:47:11 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O6eGx97053; Sun, 23 Sep 2001 23:40:16 -0700 (PDT) (envelope-from murray) Date: Sun, 23 Sep 2001 23:40:16 -0700 (PDT) From: Message-Id: <200109240640.f8O6eGx97053@freefall.freebsd.org> To: jmallett@xMach.org, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-qa@FreeBSD.org Subject: Re: misc/28800: sysinstall provides no way to overwrite MBR without repartitioning. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sysinstall provides no way to overwrite MBR without repartitioning. State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Sun Sep 23 23:38:49 PDT 2001 State-Changed-Why: I agree that we should add this functionality to sysinstall. Responsible-Changed-From-To: freebsd-bugs->freebsd-qa Responsible-Changed-By: murray Responsible-Changed-When: Sun Sep 23 23:38:49 PDT 2001 Responsible-Changed-Why: ra ra freebsd-qa list! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28800 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 0:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D02337B405 for ; Mon, 24 Sep 2001 00:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O7o2a08096; Mon, 24 Sep 2001 00:50:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Sep 2001 00:50:02 -0700 (PDT) Message-Id: <200109240750.f8O7o2a08096@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: =?iso-8859-1?q?David=20Hedley?= Subject: Re: kern/30762: Ability to specify max UDMA level Reply-To: =?iso-8859-1?q?David=20Hedley?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30762; it has been noted by GNATS. From: =?iso-8859-1?q?David=20Hedley?= To: George Reid Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/30762: Ability to specify max UDMA level Date: Mon, 24 Sep 2001 08:48:06 +0100 (BST) As of 4.4-REL hw.atamodes allows switching between PIO and DMA, not between different UDMA levels. David --- George Reid wrote: > On Sun, Sep 23, 2001 at 07:28:23AM -0700, David Hedley wrote: > > >Fix: > > > > I currently manually patch ata_umode in dev/ata/ata-all.c > > Such a facility already exists in the form of the ``hw.atamodes'' sysctl. > > ~greid > > > ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 2: 0:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F0D537B414 for ; Mon, 24 Sep 2001 02:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O903r18348; Mon, 24 Sep 2001 02:00:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1881F37B415 for ; Mon, 24 Sep 2001 01:58:54 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O8wsM18213; Mon, 24 Sep 2001 01:58:54 -0700 (PDT) (envelope-from nobody) Message-Id: <200109240858.f8O8wsM18213@freefall.freebsd.org> Date: Mon, 24 Sep 2001 01:58:54 -0700 (PDT) From: Choi@FreeBSD.org, Dong-won To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30781: msgrcv call blocks other pthread's jobs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30781 >Category: kern >Synopsis: msgrcv call blocks other pthread's jobs >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 24 02:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Choi, Dong-won >Release: FreeBSD 4.2-20010108-STABLE >Organization: Naver.COM >Environment: FreeBSD 4.2-20010108-STABLE #0: Thu Jan 11 09:23:26 KST 2001 /usr/src/sys/compile/MYKERNEL i386 >Description: A program using msgrcv call and pthread do not run as expected. One thread calls msgrcv and wait until some messages are arrived. Other thread does its given jobs. And some other threads can call msgsnd to send messages. All threads need to run concurruntly. It's just ok under Linux or SunOS. >How-To-Repeat: ----- test.c ------------- #include #include #include #include #include #include void *Thread(void *vArg); struct stmq { long id; }; struct stmq mqSt; main(int argc, char *argv[]) { int i; int mqid; pthread_t thSelect; pthread_attr_t taAttr; if( (mqid = msgget(0x20, 0666 | IPC_CREAT)) == -1 ) exit(0); pthread_attr_init (&taAttr); pthread_attr_setscope (&taAttr, PTHREAD_SCOPE_SYSTEM); pthread_attr_setdetachstate(&taAttr, PTHREAD_CREATE_DETACHED); for(i=0; i<2; i++) { if(pthread_create(&thSelect, &taAttr, Thread, NULL) != 0) exit(0); } while(1) { printf("Main...\n"); fflush(stdout); msgrcv(mqid, &mqSt, sizeof(mqSt)-sizeof(long), 0, 0); } } void *Thread(void *vArg) { printf("Thread...\n"); fflush(stdout); while(1); } ------- End of test.c Under FreeBSD $ gcc test.c -pthread $ a.out Main... Under Linux or SunOS $ a.out Main... Thread... Thread... >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 Mon Sep 24 2:40:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AD4F37B419 for ; Mon, 24 Sep 2001 02:40:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O9e5q25179; Mon, 24 Sep 2001 02:40:05 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0950037B403 for ; Mon, 24 Sep 2001 02:33:59 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8O9Xxx24575; Mon, 24 Sep 2001 02:33:59 -0700 (PDT) (envelope-from nobody) Message-Id: <200109240933.f8O9Xxx24575@freefall.freebsd.org> Date: Mon, 24 Sep 2001 02:33:59 -0700 (PDT) From: Andrew Grillet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/30784: 4.4 does not install KDE or Gnome+Sawfish - AOUT problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30784 >Category: i386 >Synopsis: 4.4 does not install KDE or Gnome+Sawfish - AOUT 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: Mon Sep 24 02:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrew Grillet >Release: 4.4-RELEASE >Organization: Quickstart Technology Ltd >Environment: Not available at present. >Description: Fresh install on clean HD. Base installation goes OK. X installs and runs. Attempting to install KDE or Sawfish+Gnome from /stand/sysinstall fails. Error cited missing AOUT files to do with xpm. [Installing same from packages has same problem. Installing from ports still in progress 24 hours later!] >How-To-Repeat: Fresh install from CD ... select KDE as desktop in /stand/sysinstall. >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 Mon Sep 24 3:32:10 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from spoon.beta.com (spoon.beta.com [199.165.180.1]) by hub.freebsd.org (Postfix) with ESMTP id D696B37B40D; Mon, 24 Sep 2001 03:32:05 -0700 (PDT) Received: from spoon.beta.com (localhost.beta.com [127.0.0.1]) by spoon.beta.com (8.11.6/8.11.6) with ESMTP id f8OAWCr01458; Mon, 24 Sep 2001 06:32:12 -0400 (EDT) (envelope-from mcgovern@spoon.beta.com) Message-Id: <200109241032.f8OAWCr01458@spoon.beta.com> To: murray@FreeBSD.ORG Cc: jmallett@xMach.org, freebsd-bugs@FreeBSD.ORG, freebsd-qa@FreeBSD.ORG, mcgovern@spoon.beta.com Subject: Re: misc/28800: sysinstall provides no way to overwrite MBR without repartitioning. In-reply-to: Your message of "Sun, 23 Sep 2001 23:40:16 PDT." <200109240640.f8O6eGx97053@freefall.freebsd.org> Date: Mon, 24 Sep 2001 06:32:12 -0400 From: Brian McGovern Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ummm... This one might be a closer with a note. If I remember correctly, selecting the 'hidden' 'W'rite option in the partition table prompts for the boot selection if it hasn't been set, then writes the information. It may be time to just unhide it. -Brian > Synopsis: sysinstall provides no way to overwrite MBR without repartitioning . > > State-Changed-From-To: open->analyzed > State-Changed-By: murray > State-Changed-When: Sun Sep 23 23:38:49 PDT 2001 > State-Changed-Why: > I agree that we should add this functionality to sysinstall. > > > > Responsible-Changed-From-To: freebsd-bugs->freebsd-qa > Responsible-Changed-By: murray > Responsible-Changed-When: Sun Sep 23 23:38:49 PDT 2001 > Responsible-Changed-Why: > ra ra freebsd-qa list! > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28800 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-qa" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 3:55: 6 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 3F38337B408 for ; Mon, 24 Sep 2001 03:54:53 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f8OAsHV54290; Mon, 24 Sep 2001 13:54:17 +0300 (EEST) (envelope-from ru) Date: Mon, 24 Sep 2001 13:54:16 +0300 From: Ruslan Ermilov To: Mike Heffner Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/30690: Bad advice in ftpd man page Message-ID: <20010924135416.C50028@sunbay.com> References: <200109230240.f8N2e1t08335@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109230240.f8N2e1t08335@freefall.freebsd.org>; from mheffner@vt.edu on Sat, Sep 22, 2001 at 07:40:01PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Sep 22, 2001 at 07:40:01PM -0700, Mike Heffner wrote: [...] > How about the following? (stolen from the lukemftpd manpage) > > ~ftp/pub This directory and the subdirectories beneath it > should be owned by the users and groups responsible > for placing files in them, and be writable only by > them (mode 755 or 775). They should not be owned or > writable by ftp or its group. > The directory can't be owned by multiple users. Just nit-picking. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 4: 0:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8592137B40B for ; Mon, 24 Sep 2001 04:00:13 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8OB0D939264; Mon, 24 Sep 2001 04:00:13 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Sep 2001 04:00:13 -0700 (PDT) Message-Id: <200109241100.f8OB0D939264@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ask Bjoern Hansen Subject: Re: i386/30580: named crashes on 4.4-PRERELEASE Reply-To: Ask Bjoern Hansen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30580; it has been noted by GNATS. From: Ask Bjoern Hansen To: Kris Kennaway Cc: , Dima Ruban Subject: Re: i386/30580: named crashes on 4.4-PRERELEASE Date: Mon, 24 Sep 2001 03:56:14 -0700 (PDT) On Sun, 23 Sep 2001, Kris Kennaway wrote: > > >=20 > > > > On Fri, Sep 14, 2001 at 05:21:24PM -0700, Ask Bjoern Hansen wrote: > > > > > > > > > It's both running as a (somewhat busy) authoritative server and as a = > > (very very low traffic) resolving server. > > > > > >How-To-Repeat: > > > > > I start the named and wait a few hours or half a day and I'll have a = > > new core file. :-) > > > > > > > > This is usually due to problems with your system clock. > > >=20 > > > As in the clock keeping track of the time of day? That sounds really > > > odd. I searched the mail archives for more references about this, > > > but didn't find anything. Can you point me in the right direction? > > > > Search the -security mailing list for "named assertion failed". Since > > you didn't post the actual error message it's hard to verify it's the > > same thing. > > > > > I've recently had problems with the IDE (don't ask) drive and > > > haven't had time to replace it yet; could that be related? > > > > I haven't heard of that, but it's not impossible. > > Did you follow this up yet? no; I was actually just going to do so to tell that it seems resolved. I replaced the faulty drive and it had not crashed since (and actually it took a break in the last few days before I replaced it). Anyway, it crashed again: (gdb) bt #0 0x28118764 in kill () from /usr/lib/libc.so.4 #1 0x281547b6 in abort () from /usr/lib/libc.so.4 #2 0x807456d in ns_panic (category=18, dump_core=1, format=0x80b7e62 "%s:%d: %s(%s)%s%s failed.") at /usr/src/usr.sbin/named/../../contrib/bind/bin/named/ns_glue.c:176 #3 0x80745e7 in ns_assertion_failed ( file=0x80b1da0 "/usr/src/usr.sbin/named/../../contrib/bind/bin/named/ns_main.c", line=552, type=assert_insist, cond=0x80b1f3b "errno == EINTR", print_errno=1) at /usr/src/usr.sbin/named/../../contrib/bind/bin/named/ns_glue.c:185 #4 0x805fcc3 in main (argc=1, argv=0xbfbffde0, envp=0xbfbffde4) at /usr/src/usr.sbin/named/../../contrib/bind/bin/named/ns_main.c:552 from syslog: Sep 23 06:59:12 miette named[201]: /usr/src/usr.sbin/named/../../contrib/bind/bin/named/ns_main. c:552: INSIST(errno == EINTR): Invalid argument failed. Sep 23 06:59:12 miette named[201]: /usr/src/usr.sbin/named/../../contrib/bind/bin/named/ns_main. c:552: INSIST(errno == EINTR): Invalid argument failed. Sep 23 06:59:14 miette /kernel: pid 201 (named), uid 0: exited on signal 6 (core dumped) There are no other messages around the same time. No funny hardware issues and the box is using NTP and I haven't seen any messages from ntpd about funny things going on with the time on the box. (Which was what the archived messages about the named assertion failure indicated). :-/ Any clues would be most appreciated. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 4:37:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34BB337B409; Mon, 24 Sep 2001 04:37:12 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8OBWRm52503; Mon, 24 Sep 2001 04:32:27 -0700 (PDT) (envelope-from joe) Date: Mon, 24 Sep 2001 04:32:27 -0700 (PDT) From: Message-Id: <200109241132.f8OBWRm52503@freefall.freebsd.org> To: rmallory@ensemble.com, joe@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/29680: picobsd in -current needs mdconfig Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: picobsd in -current needs mdconfig State-Changed-From-To: open->closed State-Changed-By: joe State-Changed-When: Mon Sep 24 04:31:52 PDT 2001 State-Changed-Why: PicoBSD in -current now DTRT WRT mdconfig. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29680 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 4:37:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D2A137B414; Mon, 24 Sep 2001 04:37:12 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8OBVXi52382; Mon, 24 Sep 2001 04:31:33 -0700 (PDT) (envelope-from joe) Date: Mon, 24 Sep 2001 04:31:33 -0700 (PDT) From: Message-Id: <200109241131.f8OBVXi52382@freefall.freebsd.org> To: setantae@submonkey.net, joe@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/29414: http://www.uk.freebsd.org/cgi lets anyone view the cgi programs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: http://www.uk.freebsd.org/cgi lets anyone view the cgi programs State-Changed-From-To: open->closed State-Changed-By: joe State-Changed-When: Mon Sep 24 04:31:05 PDT 2001 State-Changed-Why: Not determined to be real problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29414 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 4:57:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C59037B407; Mon, 24 Sep 2001 04:57:11 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8OBs1S54868; Mon, 24 Sep 2001 04:54:01 -0700 (PDT) (envelope-from murray) Date: Mon, 24 Sep 2001 04:54:01 -0700 (PDT) From: Message-Id: <200109241154.f8OBs1S54868@freefall.freebsd.org> To: alex.neyman@auriga.ru, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/30739: changing terminal type in sysinstall causes abortion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: changing terminal type in sysinstall causes abortion State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Mon Sep 24 04:47:45 PDT 2001 State-Changed-Why: This bug exists in -STABLE and -CURRENT and should be fixed ASAP. I don't believe the problem is with the actual xterm entry since I don't think that termcap.small is even put onto the MFSROOT floppy. The panic comes from setterm call. lib_setup.c:grab_entry seems to be the culprit, although I'm not sure how this function returning error turns into a 0 signal (undefined signal in FreeBSD) which then causes init (sysinstall) to die. Olgeni added this functionality a few months ago. If I don't hear back from him soon I think we should just backout this whole set termcap option. It's clearly not implemented properly. In fact, I haven't been able to use it without panicing sysinstall a single time. It would help to boot into sysinstall, get far enough along so that you've got the holographic shell, and then use commands to examine the environment variables. I'm curious if there is a termcap entry setup for xterm properly. termpcap.c (sysinstall src) tries to setup the termcap environment variables properly so that the termcap database file is never consulted. I believe this is where the problem lies. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30739 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 5: 0:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47AAE37B40F for ; Mon, 24 Sep 2001 05:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8OC04x55674; Mon, 24 Sep 2001 05:00:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Sep 2001 05:00:04 -0700 (PDT) Message-Id: <200109241200.f8OC04x55674@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: i386/30580: named crashes on 4.4-PRERELEASE Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30580; it has been noted by GNATS. From: Kris Kennaway To: Ask Bjoern Hansen Cc: Kris Kennaway , freebsd-gnats-submit@FreeBSD.org, Dima Ruban Subject: Re: i386/30580: named crashes on 4.4-PRERELEASE Date: Mon, 24 Sep 2001 04:54:11 -0700 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 24, 2001 at 03:56:14AM -0700, Ask Bjoern Hansen wrote: > from syslog: >=20 > Sep 23 06:59:12 miette named[201]: /usr/src/usr.sbin/named/../../contrib/= bind/bin/named/ns_main. c:552: INSIST(errno =3D=3D EINTR): Invalid argument= failed. > Sep 23 06:59:12 miette named[201]: /usr/src/usr.sbin/named/../../contrib/= bind/bin/named/ns_main. c:552: INSIST(errno =3D=3D EINTR): Invalid argument= failed. > Sep 23 06:59:14 miette /kernel: pid 201 (named), uid 0: exited on signal = 6 (core dumped) >=20 > There are no other messages around the same time. No funny hardware > issues and the box is using NTP and I haven't seen any messages from > ntpd about funny things going on with the time on the box. (Which was > what the archived messages about the named assertion failure > indicated). :-/ >=20 > Any clues would be most appreciated. You probably should take this up on the BIND support list. Kris --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7rx7jWry0BWjoQKURApiHAJ9M9cB5zCNS7G6QiZjgFNKLwSltBwCg8rLO rJgGtbC7LYNIhOtFAldLCfg= =SuzO -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 5: 0:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A97A37B40C for ; Mon, 24 Sep 2001 05:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8OC03q55669; Mon, 24 Sep 2001 05:00:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Sep 2001 05:00:03 -0700 (PDT) Message-Id: <200109241200.f8OC03q55669@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/30775: natd doesn't work with Path MTU discovery Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30775; it has been noted by GNATS. From: Ruslan Ermilov To: ken@kdm.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/30775: natd doesn't work with Path MTU discovery Date: Mon, 24 Sep 2001 14:50:13 +0300 Actually, natd(8) (libalias(3)) handles these all right. Make sure you are not blocking ICMP in your firewall. Please send me the output from a "natd -v" session that contains these ICMP packets. Having your firewall rules listed would also help. On Sun, Sep 23, 2001 at 05:22:45PM -0600, ken@kdm.org wrote: > > A 4.4-stable (or most any other version of FreeBSD) box with two nics. One > is on the 'external' net, one on the internal net (with RFC 1918 > addresses). > > ipfw and natd are configured to provide NAT functionality. > > >Description: > > natd doesn't handle need-to-frag ICMP packets coming back from the router, > so the machine behind the NAT box doesn't know that it needs to reduce the > route MTU for a given site. > > >How-To-Repeat: > > Crank up tcpdump on the NAT box and a machine behind the NAT. > > At least in my case, go to www.schwab.com using a web browser on a machine > behind the NAT, and watch the tcpdump output. I see ICMP need-to-frag > packets coming back into the NAT box on the external interface, but they > aren't sent back to the machine behind the NAT box. > > The problem with www.schwab.com may or may not be reproducible, depening on > whether the problem is closer to me or closer to schwab. > > In any case, natd should handle ICMP need to frag packets, since TCP Path > MTU discovery doesn't work without them. > > >Fix: > > potential work-arounds: > > Run an application proxy server on a machine that isn't behind natd. > > Run the application on a machine that isn't behind natd. > > Investigate whether ipfilter's NAT code can handle path MTU discovery. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 5:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC4AC37B411 for ; Mon, 24 Sep 2001 05:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8OCA1H59999; Mon, 24 Sep 2001 05:10:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Sep 2001 05:10:01 -0700 (PDT) Message-Id: <200109241210.f8OCA1H59999@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: misc/30778: termcap problem with wyse-60 terminal Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/30778; it has been noted by GNATS. From: Ruslan Ermilov To: Bernd Luevelsmeyer Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/30778: termcap problem with wyse-60 terminal Date: Mon, 24 Sep 2001 15:05:43 +0300 I once had the Esprit 400 terminal that worked in wy60k emulation mode. On it, the sequence to turn off an alternate character set was \EH^C. Can you please test this patch: 1. Apply the patch 2. Reinstall termcap 3. Set TERM=wy60k 4. tput as; echo ABC; tput ae; echo ABC You should see pseudographic or alternate-charset characters on the first line, and ABC on the second. Let me know if it works for you. Index: termcap.src =================================================================== RCS file: /home/ncvs/src/share/termcap/termcap.src,v retrieving revision 1.109 diff -u -r1.109 termcap.src --- termcap.src 2001/08/15 03:25:57 1.109 +++ termcap.src 2001/09/24 12:03:08 @@ -3489,7 +3489,7 @@ # (Wyse Tech, svd@bigboy.wyse.com) and Douglas Good (doug@cli.com). # Merged by Paul Vojta (vojta@math.berkeley.edu). wy60|wyse60|Wyse 60 in native mode:\ - :ae=\EH^C:al=4\EE:am:as=\EH^B:bl=^G:bs:bt=\EI:bw:cd=100\Ey:ce=\Et:\ + :ae=\EH^C:al=4\EE:am:as=\EH^B:ae=\EH^C:bl=^G:bs:bt=\EI:bw:cd=100\Ey:ce=\Et:\ :cl=100\E*:cm=\E=%+ %+ :co#80:ct=\E0:da:db:dc=11\EW:dl=5\ER:do=^J:\ :ds=\EF\r:ei=\Er:fs=\r:ho=^^:hs:if=/usr/share/tabset/std:im=\Eq:ip=3:\ :is=\Ed$\EcD\E'\Er\EH^C\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1^N^T\EwG\Ew0^^^K:\ On Mon, Sep 24, 2001 at 07:55:28AM +0200, Bernd Luevelsmeyer wrote: > > Using a terminal 'wy60', the initialization with 'tset' results in the messages > "TERMCAP", line 0, terminal 'wy60-43': enter_alt_charset_mode but no exit_alt_charset_mode > "TERMCAP", line 0, terminal 'wy60-43': enter_alt_charset_mode but no acs_chars > > This can be helped by omitting the 'as=' entry from the terminal description. > > >How-To-Repeat: > %tset wyse60 > > >Fix: > --- /usr/share/misc/.vimbk/termcap.vimbk Mon Sep 10 04:43:40 2001 > +++ /usr/share/misc/termcap Mon Sep 24 07:30:31 2001 > @@ -3519,7 +3519,7 @@ > # (Wyse Tech, svd@bigboy.wyse.com) and Douglas Good (doug@cli.com). > # Merged by Paul Vojta (vojta@math.berkeley.edu). > wy60|wyse60|Wyse 60 in native mode:\ > - :ae=\EH^C:al=4\EE:am:as=\EH^B:bl=^G:bs:bt=\EI:bw:cd=100\Ey:ce=\Et:\ > + :ae=\EH^C:al=4\EE:am:bl=^G:bs:bt=\EI:bw:cd=100\Ey:ce=\Et:\ > :cl=100\E*:cm=\E=%+ %+ :co#80:ct=\E0:da:db:dc=11\EW:dl=5\ER:do=^J:\ > :ds=\EF\r:ei=\Er:fs=\r:ho=^^:hs:if=/usr/share/tabset/std:im=\Eq:ip=3:\ > :is=\Ed$\EcD\E'\Er\EH^C\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1^N^T\EwG\Ew0^^^K:\ -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 6:11:42 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by hub.freebsd.org (Postfix) with ESMTP id EAA3837B413; Mon, 24 Sep 2001 06:11:36 -0700 (PDT) Received: from steiner.cc.vt.edu (IDENT:mirapoint@steiner.cc.vt.edu [198.82.161.185]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id f8ODBap266423; Mon, 24 Sep 2001 09:11:36 -0400 (EDT) Received: from mail.vt.edu (gkar.cc.vt.edu [198.82.161.190]) by steiner.cc.vt.edu (Mirapoint) with ESMTP id ADJ73247; Mon, 24 Sep 2001 09:11:35 -0400 (EDT) Received: from enterprise.muriel.penguinpowered.com ([198.82.100.125]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.2001.05.04.11.50.p10) with ESMTP id <0GK600DBN4NA25@gkar.cc.vt.edu>; Mon, 24 Sep 2001 09:11:34 -0400 (EDT) Date: Mon, 24 Sep 2001 09:08:22 -0400 (EDT) From: Mike Heffner Subject: Re: misc/30690: Bad advice in ftpd man page In-reply-to: <20010924135416.C50028@sunbay.com> To: Ruslan Ermilov Cc: freebsd-bugs@FreeBSD.ORG Message-id: MIME-version: 1.0 X-Mailer: XFMail 1.5.1 on FreeBSD Content-type: multipart/signed; boundary="_=XFMail.1.5.1.FreeBSD:20010924090822:418=_"; micalg=pgp-md5; protocol="application/pgp-signature" X-Priority: 3 (Normal) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.5.1.FreeBSD:20010924090822:418=_ Content-Type: text/plain; charset=us-ascii On 24-Sep-2001 Ruslan Ermilov wrote: | On Sat, Sep 22, 2001 at 07:40:01PM -0700, Mike Heffner wrote: | [...] |> How about the following? (stolen from the lukemftpd manpage) |> |> ~ftp/pub This directory and the subdirectories beneath it |> should be owned by the users and groups |> responsible |> for placing files in them, and be writable only |> by |> them (mode 755 or 775). They should not be |> owned or |> writable by ftp or its group. |> | The directory can't be owned by multiple users. Just nit-picking. Correct, but it's also referring to possible multiple subdirectories beneath it, hence that's why I believe it's plural. However, I guess you could argue that if you took out 'and the subdirectories beneath it' it wouldn't make sense, but I think a user can figure it out. ;) Mike -- Mike Heffner Blacksburg, VA --_=XFMail.1.5.1.FreeBSD:20010924090822:418=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7rzBGFokZQs3sv5kRAuIVAJ99QiK4PrfdDzsAuB5/tmrnre6opgCfY2v7 KoaBcGDCNDL9FuU5s/S0PBQ= =COGo -----END PGP SIGNATURE----- --_=XFMail.1.5.1.FreeBSD:20010924090822:418=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 6:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DEF937B413 for ; Mon, 24 Sep 2001 06:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8ODK2B78637; Mon, 24 Sep 2001 06:20:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Sep 2001 06:20:02 -0700 (PDT) Message-Id: <200109241320.f8ODK2B78637@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: kern/30781: msgrcv call blocks other pthread's jobs Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30781; it has been noted by GNATS. From: Peter Pentchev To: "Choi, Dong-won" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/30781: msgrcv call blocks other pthread's jobs Date: Mon, 24 Sep 2001 16:14:03 +0300 On Mon, Sep 24, 2001 at 01:58:54AM -0700, dwchoe@naver.com wrote: > > >Number: 30781 > >Category: kern > >Synopsis: msgrcv call blocks other pthread's jobs > >Originator: Choi, Dong-won > >Release: FreeBSD 4.2-20010108-STABLE > >Organization: > Naver.COM > >Environment: > FreeBSD 4.2-20010108-STABLE #0: Thu Jan 11 09:23:26 KST 2001 /usr/src/sys/compile/MYKERNEL i386 > >Description: > A program using msgrcv call and pthread do not run as expected. > One thread calls msgrcv and wait until some messages are arrived. > Other thread does its given jobs. > And some other threads can call msgsnd to send messages. > All threads need to run concurruntly. > It's just ok under Linux or SunOS. In FreeBSD, all threads live within one process. This means that if one thread should make a blocking system call, the whole process blocks until the call returns. The way around this is to make your system calls not block. For syscalls dealing with file descriptors, the fd's need to be set into non-blocking mode. Other syscalls have their own ways of specifying non-blocking operation. For msgrcv(3), it is the msgflg parameter - read the msgrcv(3) manual page and set the IPC_NOWAIT flag. Then have your main thread call msgrcv(3) in non-blocking mode and if it returns nothing, sleep for a while before the next call. G'luck, Peter -- What would this sentence be like if it weren't self-referential? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 24 6:55:37 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from onion.ish.org (onion.ish.org [210.145.219.202]) by hub.freebsd.org (Postfix) with ESMTP id 5D3E137B40B for ; Mon, 24 Sep 2001 06:55:29 -0700 (PDT) Received: from localhost (ishizuka@localhost [127.0.0.1]) by onion.ish.org (8.11.6/8.11.3/2001-05-23) with ESMTP id f8ODtHH82605; Mon, 24 Sep 2001 22:55:20 +0900 (JST) (envelope-from ishizuka@ish.org) To: brian@freebsd-services.com Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/30730: portmap is not started if setting nfs_server_enable="YES" only In-Reply-To: <200109222003.f8MK3SR33998@hak.lan.Awfulhak.org> References: <200109222003.f8MK3SR33998@hak.lan.Awfulhak.org> X-Mailer: Mew version 1.94.2 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) X-PGP-Fingerprint20: 276D 697A C2CB 1580 C683 8F18 DA98 1A4A 50D2 C4CB X-PGP-Fingerprint16: C6 DE 46 24 D7 9F 22 EB 79 E2 90 AB 1B 9A 35 2E X-PGP-Public-Key: http://www.ish.org/pgp-public-key.txt X-URL: http://www.ish.org/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010924225517A.ishizuka@onion.ish.org> Date: Mon, 24 Sep 2001 22:55:17 +0900 From: Masachika ISHIZUKA X-Dispatcher: imput version 20000414(IM141) Lines: 157 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >>>Number: 30730 >>>Category: conf >>>Synopsis: portmap is not started if setting nfs_server_enable="YES" only > > This is strange. Setting nfs_server_enable=YES in /etc/rc.conf on my > freshly installed scratch box starts portmap ok. > > Can the originator provide more detail. Is portmap being started and > dying for some reason ? Was this an upgrade or was mergemaster used ? Dear, Brian-san. Thank you for mail. It is upgrade from 4.3R by 4.4R install floppies (kern.flp and mfsroot.flp). If it does not set portmap_enable="YES" in /etc/rc.conf, then the following message will be displayed. ------------------------------------------------------------------- Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.4-RELEASE #1: Sat Sep 22 13:10:59 JST 2001 ishizuka@pumpkin.ish.org:/usr/src/sys/compile/pumpkin Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 400910148 Hz CPU: AMD-K6(tm) 3D+ Processor (400.91-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x591 Stepping = 1 Features=0x8021bf AMD Features=0x80000800 real memory = 402636800 (393200K bytes) avail memory = 387436544 (378356K bytes) Preloaded elf kernel "kernel" at 0xc0376000. K6-family MTRR support enabled (2 registers) md0: Malloc disk Using $PIR table, 5 entries at 0xc00f0d00 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 chip1: at device 3.0 on pci0 isab0: at device 7.0 on pci0 isa0: on isab0 de0: port 0xd800-0xd87f mem 0xe3000000-0xe300007f irq 15 at device 9.0 on pci0 de0: 21140A [10-100Mb/s] pass 2.2 de0: address 00:20:18:58:d9:fd sym0: <875> port 0xd400-0xd4ff mem 0xe2000000-0xe2000fff,0xe2800000-0xe28000ff irq 10 at device 10.0 on pci0 sym0: Tekram NVRAM, ID 7, Fast-20, SE, parity checking atapci0: port 0xd000-0xd00f irq 0 at device 15.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 orm0:
It seems you have a bad cable or bad=20 harddisk.
 
--
David Xu
 
------=_NextPart_000_00B1_01C1473B.B26E2510-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 26 21:35:32 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ms4.hinet.net (ms4.hinet.net [168.95.4.40]) by hub.freebsd.org (Postfix) with ESMTP id D382337B419; Wed, 26 Sep 2001 21:35:20 -0700 (PDT) Received: from 168.95.192.1 (61-216-51-248.HINET-IP.hinet.net [61.216.51.248]) by ms4.hinet.net (8.8.8/8.8.8) with SMTP id MAA15087; Thu, 27 Sep 2001 12:35:12 +0800 (CST) Message-Id: <200109270435.MAA15087@ms4.hinet.net> From: "=?BIG5?Q?12345=A2I12345?=" To: "" <> Subject: =?BIG5?Q?2=A4p=AE=C9=A5=DF=A7Y=C0=B0=B1z=BA=F4=B8=F4=B6}=A9=B1=C0=E7=B7~!!?= Date: Thu, 27 Sep 2001 10:42:42 +0800 Content-Type: multipart/mixed; boundary="---RisingEdge.798C1A93.2001.09.27.10.42.42" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multipart message in mime format. -----RisingEdge.798C1A93.2001.09.27.10.42.42 Content-Type: multipart/alternative; boundary="---RisingEdge.14FEBFB6.2001.09.27.10.42.42" Content-Transfer-Encoding: 8bit -----RisingEdge.14FEBFB6.2001.09.27.10.42.42 Content-Type: text/plain; charset="BIG5" Content-Transfer-Encoding: quoted-printable 2=A4p=AE=C9=A7=D6=B3t=BA=F4=AD=B6=BBs=A7@=A4=CE=AD=D7=A7=EF. =BA=F4=A7= }=A7K=B6O!! =BA=F4=AD=B6=BBs=A7@=B6W=A7C=BB=F9=A5u=ADnNT800=A4=B8. =A7K=B6O=BA=F4= =A7}=B1=BE=A4W. =A5=DF=A7Y=C0=B0=B1z=BA=F4=B8=F4=B6}=A9=B1=C0=E7=B7~=B0= =B5=A5=CD=B7N!! (=BA=F4=AF=B8=A4=BA=AEe=A5i=A4=C0: =A4=BD=A5q=C2=B2=A4=B6. =B2=A3=AB= ~=A4=B6=B2=D0. =B2=A3=AB~=AC=DB=A4=F9. =AB=C8=A4=E1=AFd=A8=A5=AAO. =A9= w=C1=CA=AA=ED=B3=E6. =B1m=A6=E2=B0=CA=B5e=B5=A5) =A6=B3=B7N=AA=CC=C5w=AA=EF=AC=A2=BD=CD!! http://in.members.tripodasia.com/gffff/ =BA=F4=AD=B6=B3]=ADp=AFd=A8=A5: http://in.members.tripodasia.com/gffff/k.htm =BD=D0=A4=C5=AA=BD=B1=B5=A6^=ABH!! -----RisingEdge.14FEBFB6.2001.09.27.10.42.42-- -----RisingEdge.798C1A93.2001.09.27.10.42.42-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 26 22: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 043F437B439 for ; Wed, 26 Sep 2001 22:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R501E17570; Wed, 26 Sep 2001 22:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 977D437B411 for ; Wed, 26 Sep 2001 21:50:10 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R4oA916683; Wed, 26 Sep 2001 21:50:10 -0700 (PDT) (envelope-from nobody) Message-Id: <200109270450.f8R4oA916683@freefall.freebsd.org> Date: Wed, 26 Sep 2001 21:50:10 -0700 (PDT) From: Thomas Gallaway To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/30860: While install after "Mounting root from ufs:/dev/md0c" hang's and wont continiue Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30860 >Category: i386 >Synopsis: While install after "Mounting root from ufs:/dev/md0c" hang's and wont continiue >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 26 22:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Gallaway >Release: FreeBSD 4.4 downloaded the ISO from ftp2.freebsd.org >Organization: Adventues With Computers >Environment: cant... i dont get that far. it's the ISO from ftp2.freebsd.org >Description: I put in the ISO cd.. it boot's all looks fine. I go into the Full Screen install mode and let it do it's inital stuff. After showing me my HDD and CD-Rom in the init it show's Mounting root from ufs:/dev/md0c after that it hang's and I only can turn of my laptop and that's it... If I install FreeBSD 4.3 it works 100% perfect! >How-To-Repeat: Well.... take my laptop and see it yourselfe :-) It's an IPC Starnote_98 AMD K6-2 350MHZ 128 MB Ram 2MB S3 Card Toshiba 2GB Hdd / Toshiba CD-Rom SMC PCMCIA 10/100 EZ Port NIC / Avaya Orinoco Silver Card >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 Sep 26 22:10: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC78D37B43B for ; Wed, 26 Sep 2001 22:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R5A0P21604; Wed, 26 Sep 2001 22:10:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DFDF37B426 for ; Wed, 26 Sep 2001 22:08:13 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R58DG21377; Wed, 26 Sep 2001 22:08:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200109270508.f8R58DG21377@freefall.freebsd.org> Date: Wed, 26 Sep 2001 22:08:13 -0700 (PDT) From: Marcel Moolenaar To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30861: Linuxulator: stackgap does not handle recursion from interrupted syscalls. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30861 >Category: kern >Synopsis: Linuxulator: stackgap does not handle recursion from interrupted syscalls. >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 Sep 26 22:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Marcel Moolenaar >Release: -current & -stable >Organization: FreeBSD >Environment: >Description: Peter says: Ever wonder why things crash for no apparent reason? I think I know why. Check out the stackgap_alloc() stuff. Then think about linuxthreads where multiple processes are using the same stack gap. Think what happens when one process does a translated syscall, blocks, and another one does a syscall and reuses the same gap space. :-( Solutions are ugly. :-( Possible solution 1: make the stackgap_*() functions reentrant and alloc/free the space. downside: we presently have a small gap space and dont "free" the gap space. We could run out of space easily. Possible solution 2: Use space below the user stack. We may have to do this. This is nasty too, because we will have to assume that there is nothing below the user stack %esp. Possible solution 3: Put a lock around stackgap functions so that translated syscalls are not reentrant. This is really nasty as it single threads linuxthreads syscalls. >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 Sep 26 22:27:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4855A37B442; Wed, 26 Sep 2001 22:27:18 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R5KnL22987; Wed, 26 Sep 2001 22:20:49 -0700 (PDT) (envelope-from marcel) Date: Wed, 26 Sep 2001 22:20:49 -0700 (PDT) From: Message-Id: <200109270520.f8R5KnL22987@freefall.freebsd.org> To: marcel@FreeBSD.org, freebsd-bugs@FreeBSD.org, marcel@FreeBSD.org Subject: Re: kern/30861: Linuxulator: stackgap does not handle recursion from interrupted syscalls. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Linuxulator: stackgap does not handle recursion from interrupted syscalls. Responsible-Changed-From-To: freebsd-bugs->marcel Responsible-Changed-By: marcel Responsible-Changed-When: Wed Sep 26 22:20:04 PDT 2001 Responsible-Changed-Why: Note to self http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30861 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 26 23: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0D5F37B41A for ; Wed, 26 Sep 2001 23:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R602K26490; Wed, 26 Sep 2001 23:00:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 26 Sep 2001 23:00:02 -0700 (PDT) Message-Id: <200109270600.f8R602K26490@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: misc/30857: intr_machdep.c allows access out of array bound Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/30857; it has been noted by GNATS. From: Bruce Evans To: David Xu Cc: Subject: Re: misc/30857: intr_machdep.c allows access out of array bound Date: Thu, 27 Sep 2001 15:55:24 +1000 (EST) On Wed, 26 Sep 2001, David Xu wrote: > >Description: > in source file /sys/i386/isa/intr_machdep.c, function icu_setup > does not detect array bound correctly, allow access out of bound data. > >How-To-Repeat: > > >Fix: > patch is here: > --- intr_machdep.c.orig Thu Sep 27 09:03:29 2001 > +++ intr_machdep.c Thu Sep 27 09:04:11 2001 > @@ -433,6 +433,7 @@ > #else > if ((u_int)intr >= ICU_LEN || intr == ICU_SLAVEID) > #endif /* APIC_IO */ > + return (EINVAL); These bytes rotted away when register_intr() was mutated to icu_setup() in rev.1.85 if sys/i386/isa/isa.c. > if (intr_handler[intr] != isa_strayintr) > return (EBUSY); Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 27 1: 0:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8731B37B431 for ; Thu, 27 Sep 2001 01:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R802C48047; Thu, 27 Sep 2001 01:00:02 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id C75C637B406 for ; Thu, 27 Sep 2001 00:51:27 -0700 (PDT) Received: (from root@localhost) by xkulesh.vol.cz (8.11.4/8.11.4) id f8R16Qa42940; Thu, 27 Sep 2001 03:06:26 +0200 (CEST) (envelope-from dan) Message-Id: <200109270106.f8R16Qa42940@xkulesh.vol.cz> Date: Thu, 27 Sep 2001 03:06:26 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30864: bootpd/tools/bootptest/print-bootp.c - incorrect printf format Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30864 >Category: bin >Synopsis: bootpd/tools/bootptest/print-bootp.c - incorrect printf format >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 Sep 27 01:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.4-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD 4.4-STABLE #31: Thu Sep 20 23:06:53 CEST 2001 i386 >Description: incorrect printf format cause incorrect print of information (and may cause abend) the format for printing of ntohl(..) should be "%ld" not "%d" >How-To-Repeat: >Fix: --- libexec/bootpd/tools/bootptest/print-bootp.c.orig Sat Aug 28 02:09:25 1999 +++ libexec/bootpd/tools/bootptest/print-bootp.c Thu Sep 27 03:00:31 2001 @@ -120,7 +120,7 @@ printf(" hops:%d", bp->bp_hops); if (bp->bp_xid) - printf(" xid:%d", ntohl(bp->bp_xid)); + printf(" xid:%ld", ntohl(bp->bp_xid)); if (bp->bp_secs) printf(" secs:%d", ntohs(bp->bp_secs)); @@ -336,7 +336,7 @@ case 'l': /* Long words */ while (len >= 4) { bcopy((char *) bp, (char *) &ul, 4); - printf("%d", ntohl(ul)); + printf("%ld", ntohl(ul)); bp += 4; len -= 4; if (len) printf(","); >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 Sep 27 1: 0:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BD3537B42F for ; Thu, 27 Sep 2001 01:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R802e48038; Thu, 27 Sep 2001 01:00:02 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id 48F0037B406 for ; Thu, 27 Sep 2001 00:51:24 -0700 (PDT) Received: (from root@localhost) by xkulesh.vol.cz (8.11.4/8.11.4) id f8R1gEH43139; Thu, 27 Sep 2001 03:42:14 +0200 (CEST) (envelope-from dan) Message-Id: <200109270142.f8R1gEH43139@xkulesh.vol.cz> Date: Thu, 27 Sep 2001 03:42:14 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30863: bootpd/dovend.c Win95 compatibility improvement and typos in error messages Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30863 >Category: bin >Synopsis: bootpd/dovend.c Win95 compatibility improvement and typos in error messages >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 Sep 27 01:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.4-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD 4.4-STABLE #31: Thu Sep 20 23:06:53 CEST 2001 i386 >Description: There are several copy&paste typos in NEED macro causing incorrect error messages. Win95 release ignore dn (domain-name) field unless terminated. Padding shouldn't cause a problem on other systems >How-To-Repeat: >Fix: --- libexec/bootpd/dovend.c.orig Sat Aug 28 02:09:17 1999 +++ libexec/bootpd/dovend.c Thu Sep 27 03:34:41 2001 @@ -137,14 +138,17 @@ /* * Check for room for domain_name. Add 2 to account for * TAG_DOMAIN_NAME and length. + * Add one more for a 'PAD' option to make + * the string zero-terminated for Win95 to work. */ len = strlen(hp->domain_name->string); - NEED((len + 2), "dn"); + NEED((len + 3), "dn"); *vp++ = TAG_DOMAIN_NAME; *vp++ = (byte) (len & 0xFF); bcopy(hp->domain_name->string, vp, len); vp += len; - bytesleft -= len + 2; + bytesleft -= len + 3; + *vp++ = '\0'; /* Courtesy to M$ */ } /* * NIS (YP) server and domain @@ -153,7 +157,7 @@ if (insert_ip(TAG_NIS_SERVER, hp->nis_server, &vp, &bytesleft)) - NEED(8, "ds"); + NEED(8, "ys"); } if (hp->flags.nis_domain) { /* @@ -161,7 +165,7 @@ * TAG_NIS_DOMAIN and length. */ len = strlen(hp->nis_domain->string); - NEED((len + 2), "dn"); + NEED((len + 2), "yn"); *vp++ = TAG_NIS_DOMAIN; *vp++ = (byte) (len & 0xFF); bcopy(hp->nis_domain->string, vp, len); @@ -193,7 +197,7 @@ if (insert_ip(TAG_NTP_SERVER, hp->ntp_server, &vp, &bytesleft)) - NEED(8, "ts"); + NEED(8, "nt"); } /* * I wonder: If the hostname were "promoted" into the BOOTP >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 Sep 27 1: 0:26 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C42637B435 for ; Thu, 27 Sep 2001 01:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R802u48056; Thu, 27 Sep 2001 01:00:02 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id 2553D37B406 for ; Thu, 27 Sep 2001 00:51:30 -0700 (PDT) Received: (from root@localhost) by xkulesh.vol.cz (8.11.4/8.11.4) id f8R0s4R42280; Thu, 27 Sep 2001 02:54:04 +0200 (CEST) (envelope-from dan) Message-Id: <200109270054.f8R0s4R42280@xkulesh.vol.cz> Date: Thu, 27 Sep 2001 02:54:04 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30865: bootpd->readfile.c missing breaks in switch cause incorrect error report Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30865 >Category: bin >Synopsis: bootpd->readfile.c missing breaks in switch cause incorrect error report >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 Sep 27 01:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.4-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD 4.4-STABLE #31: Thu Sep 20 23:06:53 CEST 2001 i386 >Description: BOOTPD, file readfile.c missing "break" statement in switch cause "unknown error" reports instead of specific errors. typo "unkown" -> "unknown" >How-To-Repeat: >Fix: --- libexec/bootpd/readfile.c.orig Mon Mar 5 22:37:21 2001 +++ libexec/bootpd/readfile.c Thu Sep 27 02:47:41 2001 @@ -697,10 +697,12 @@ break; case E_BAD_PATHNAME: msg = "bad pathname (need leading '/')"; + break; case E_BAD_VALUE: msg = "bad value"; + break; default: - msg = "unkown error"; + msg = "unknown error"; break; } /* switch */ report(LOG_ERR, "in entry named \"%s\", symbol \"%s\": %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 Thu Sep 27 3: 7:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B15537B418; Thu, 27 Sep 2001 03:07:19 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8R9x3s66742; Thu, 27 Sep 2001 02:59:03 -0700 (PDT) (envelope-from murray) Date: Thu, 27 Sep 2001 02:59:03 -0700 (PDT) From: Message-Id: <200109270959.f8R9x3s66742@freefall.freebsd.org> To: kevin.way@overtone.org, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: kern/30766: maxusers comment in LINT contains incorrect filename Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maxusers comment in LINT contains incorrect filename State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Thu Sep 27 02:58:45 PDT 2001 State-Changed-Why: Committed to -CURRENT, thanks! Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: murray Responsible-Changed-When: Thu Sep 27 02:58:45 PDT 2001 Responsible-Changed-Why: My MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30766 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 27 6:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17E9537B435 for ; Thu, 27 Sep 2001 06:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RDU1S15137; Thu, 27 Sep 2001 06:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A2DB37B53A for ; Thu, 27 Sep 2001 06:24:53 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RDOrl14549; Thu, 27 Sep 2001 06:24:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200109271324.f8RDOrl14549@freefall.freebsd.org> Date: Thu, 27 Sep 2001 06:24:53 -0700 (PDT) From: Heinrich Rebehn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/30869: dump does not dump all files of a filesystem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30869 >Category: bin >Synopsis: dump does not dump all files of a filesystem >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 Sep 27 06:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Heinrich Rebehn >Release: 4.3-RELEASE >Organization: University of Bremen >Environment: FreeBSD antsrv1.comm.uni-bremen.de 4.3-RELEASE FreeBSD 4.3-RELEASE #2: Tue Sep 25 16:11:20 CEST 2001 root@antsrv1.comm.uni-bremen.de:/usr/src/sys/compile/ANTSRV1 i386 >Description: dump does not dump all files of a fliesystem when b=1000 is used. No problem if 'b' is not specified. I use b=1000 because of significant speed improvement w/ DLT tape. >How-To-Repeat: dump any large (~3G) filesystem to tape or file: # dump 0cafb /dev/nrsa0 1000 /export/solaris DUMP: Date of this level 0 dump: Thu Sep 27 11:14:06 2001 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/twed0s1d (/export/solaris) to /dev/nrsa0 DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 3416548 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: 0.03% done, finished in 0:56 DUMP: dumping (Pass IV) [regular files] DUMP: 38.99% done, finished in 0:07 DUMP: 75.28% done, finished in 0:03 DUMP: DUMP: 3407516 tape blocks on 1 volume DUMP: finished in 783 seconds, throughput 4351 KBytes/sec DUMP: Closing /dev/nrsa0 DUMP: DUMP IS DONE If the problem occurs you get an error like the following when using restore: # restore xfb /dev/nrsa0 1000 bad name to addentry ./openwin/lib/X11/locale/C/help restore -i shows that the directory 'locale' is empty! >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 27 11:37:22 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 687A837B403; Thu, 27 Sep 2001 11:37:20 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RIX0184559; Thu, 27 Sep 2001 11:33:00 -0700 (PDT) (envelope-from mike) Date: Thu, 27 Sep 2001 11:33:00 -0700 (PDT) From: Message-Id: <200109271833.f8RIX0184559@freefall.freebsd.org> To: joe@tao.org.uk, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org, mike@FreeBSD.org Subject: Re: kern/29682: /proc/pid/status broken for irqN processes. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /proc/pid/status broken for irqN processes. State-Changed-From-To: open->analyzed State-Changed-By: mike State-Changed-When: Thu Sep 27 11:29:29 PDT 2001 State-Changed-Why: I've fixed the problem in -CURRENT by replacing unprintable characters and spaces with their octal form variants. This will be MFC'd shortly. Responsible-Changed-From-To: freebsd-bugs->mike Responsible-Changed-By: mike Responsible-Changed-When: Thu Sep 27 11:29:29 PDT 2001 Responsible-Changed-Why: Over to me. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29682 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 27 11:40:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7056D37B41E for ; Thu, 27 Sep 2001 11:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RIe4M85788; Thu, 27 Sep 2001 11:40:04 -0700 (PDT) (envelope-from gnats) Received: from merlot.juniper.net (natint.juniper.net [207.17.136.129]) by hub.freebsd.org (Postfix) with ESMTP id EF5B437B40D for ; Thu, 27 Sep 2001 11:39:32 -0700 (PDT) Received: from sjg-bsd.juniper.net (sjg-bsd.juniper.net [172.17.12.120]) by merlot.juniper.net (8.11.3/8.11.3) with ESMTP id f8RIdQ042045; Thu, 27 Sep 2001 11:39:26 -0700 (PDT) (envelope-from sjg@juniper.net) Received: (from sjg@localhost) by sjg-bsd.juniper.net (8.11.1/8.9.3) id f8RIdQG18276; Thu, 27 Sep 2001 11:39:26 -0700 (PDT) (envelope-from sjg) Message-Id: <200109271839.f8RIdQG18276@sjg-bsd.juniper.net> Date: Thu, 27 Sep 2001 11:39:26 -0700 (PDT) From: Simon Gerraty Reply-To: sjg@juniper.net To: FreeBSD-gnats-submit@freebsd.org Cc: bug-tar@gnu.org X-Send-Pr-Version: 3.2 Subject: gnu/30876: tar ignores complaints from gzip Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30876 >Category: gnu >Synopsis: tar ignores complaints from gzip >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 Sep 27 11:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Simon Gerraty >Release: FreeBSD 4.2-RELEASE i386 >Organization: Juniper Networks Inc. >Environment: >Description: The patch below fixes a couple of issues with how tar interacts with its child - gzip. 1. When the child (gzip) exists with a bad status, tar reports it but does not propagate the failure to its caller. This has lead to pkg_add attempting to install corrupted binaries when a gzip fails CRC checks but tar has read the end of archive marker before gzip exits. Tar should never ignore a bad exit status from its child. 2. Tar closes the pipe as soon as it reads the end of archive. It understands that this might result in its child dying due to SIGPIPE and it ignores that condition. However, if the child catches SIGPIPE and just exit's 1, the fix above will result in an unnecessary failure. Tar should read EOF from the child before closing the pipe. --sjg >How-To-Repeat: >Fix: I can't get a connection to anoncvs.freebsd.org, but the following patch applies cleanly to -current. Index: buffer.c =================================================================== retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 buffer.c --- buffer.c 1997/02/26 02:34:43 1.1.1.1 +++ buffer.c 2001/09/19 16:17:31 @@ -1254,6 +1254,20 @@ close_archive () if (f_verify) verify_volume (); +#ifndef __MSDOS__ + /* + * closing the child's pipe before reading EOF guarantees that it + * will be unhappy - SIGPIPE, or exit 1. + * Either way it can screw us, so play nice. + */ + if (childpid && ar_reading) { + char buf[BUFSIZ]; + + while ((c = read(archive, buf, sizeof(buf))) > 0) + continue; + } +#endif + if ((c = rmtclose (archive)) < 0) msg_perror ("Warning: can't close %s(%d,%d)", ar_files[cur_ar_file], archive, c); @@ -1291,9 +1305,11 @@ close_archive () */ /* Do nothing. */ } - else if (WEXITSTATUS (status)) + else if (WEXITSTATUS (status)) { msg ("child returned status %d", WEXITSTATUS (status)); + exit (EX_BADARCH); + } } } } >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 Sep 27 11:52: 7 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from welshfantasyfootball.com (host48.tns.co.uk [194.152.91.114]) by hub.freebsd.org (Postfix) with SMTP id 3A8BD37B417 for ; Thu, 27 Sep 2001 11:52:01 -0700 (PDT) From: "Claire" To: Subject: Cash Prizes Win! Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Thu, 27 Sep 2001 19:50:10 +0100 Content-Transfer-Encoding: 8bit Message-Id: <20010927185201.3A8BD37B417@hub.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org To all our fans!! Welsh Fantasy Football has paid your entrance fee to the WELSH FANTASY FOOTBALL GAME 2001 Go to www.welshfantasyfootball.com you have to be in it to WIN it!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 27 12:55: 0 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from welshfantasyfootball.com (host48.tns.co.uk [194.152.91.114]) by hub.freebsd.org (Postfix) with SMTP id 9F9F237B403 for ; Thu, 27 Sep 2001 12:54:46 -0700 (PDT) From: "Claire" To: Subject: Cash Prizes Win! Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Thu, 27 Sep 2001 20:52:55 +0100 Content-Transfer-Encoding: 8bit Message-Id: <20010927195446.9F9F237B403@hub.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org To all our fans!! Welsh Fantasy Football has paid your entrance fee to the WELSH FANTASY FOOTBALL GAME 2001 Go to www.welshfantasyfootball.com you have to be in it to WIN it!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 27 13: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92CDB37B40F for ; Thu, 27 Sep 2001 13:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RK05a99834; Thu, 27 Sep 2001 13:00:05 -0700 (PDT) (envelope-from gnats) Date: Thu, 27 Sep 2001 13:00:05 -0700 (PDT) Message-Id: <200109272000.f8RK05a99834@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ludvig Brandt" Subject: Re: kern/30684: 4.4-RELEASE floppy instalation freezes before running sysinstall Reply-To: "Ludvig Brandt" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30684; it has been noted by GNATS. From: "Ludvig Brandt" To: , Cc: Subject: Re: kern/30684: 4.4-RELEASE floppy instalation freezes before running sysinstall Date: Thu, 27 Sep 2001 21:53:46 +0200 Hello! I have the same problem, when booting from the CD. I tried booting with "boot -v" and it gives me some additional lines: Mounting root from ufs:/dev/md0c md0: invalid primary partition table: no magic start_init: trying /sbin/init start_init: trying /sbin/oinit start_init: trying /sbin/init.bak start_init: trying /sbin/sysinstall Another "boot -v" message I get is "device configuration doesn't support shared irq0". I have no idea if that message is related to the problem though. The computer is a Pentium 233 MMX with a Realtek network card, and an "Ati Mach64-CT" graphics card. Regards, Ludvig Strigeus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 27 13:57:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1FCE37B40E; Thu, 27 Sep 2001 13:57:19 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RKoX509727; Thu, 27 Sep 2001 13:50:33 -0700 (PDT) (envelope-from obrien) Date: Thu, 27 Sep 2001 13:50:33 -0700 (PDT) From: Message-Id: <200109272050.f8RKoX509727@freefall.freebsd.org> To: esk@ira.uka.de, obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/30710: Patch: tftpd extension --- RFC2349 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Patch: tftpd extension --- RFC2349 State-Changed-From-To: open->closed State-Changed-By: obrien State-Changed-When: Thu Sep 27 13:50:23 PDT 2001 State-Changed-Why: committed. Thanks!! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30710 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 27 14:37:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA23D37B401; Thu, 27 Sep 2001 14:37:19 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RLRv618667; Thu, 27 Sep 2001 14:27:57 -0700 (PDT) (envelope-from murray) Date: Thu, 27 Sep 2001 14:27:57 -0700 (PDT) From: Message-Id: <200109272127.f8RLRv618667@freefall.freebsd.org> To: alex.neyman@auriga.ru, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/30739: changing terminal type in sysinstall causes abortion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: changing terminal type in sysinstall causes abortion State-Changed-From-To: analyzed->closed State-Changed-By: murray State-Changed-When: Thu Sep 27 14:27:09 PDT 2001 State-Changed-Why: This functionality has been backed out in -CURRENT and -STABLE. It will be tested much more thoroughly before being added back in. olgeni@FreeBSD.org is working in this area. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30739 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 27 15:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A34DD37B408 for ; Thu, 27 Sep 2001 15:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RMe2t30384; Thu, 27 Sep 2001 15:40:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 27 Sep 2001 15:40:02 -0700 (PDT) Message-Id: <200109272240.f8RMe2t30384@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yevgeniy Aleynikov Subject: Re: kern/30712: fatal kernel trap during ufs_rename Reply-To: Yevgeniy Aleynikov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30712; it has been noted by GNATS. From: Yevgeniy Aleynikov To: freebsd-gnats-submit@FreeBSD.org, eugenea@infospace.com Cc: Subject: Re: kern/30712: fatal kernel trap during ufs_rename Date: Thu, 27 Sep 2001 15:35:39 -0700 This is getting more serious then i thought. 15 server crashes in last week (different servers). I forgot to notice that all servers have jail environment. -- Yevgeniy Aleynikov Infospace, Inc. SysAdmin, USE Work: (206)357-4594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 27 19:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BD8537B40C for ; Thu, 27 Sep 2001 19:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8S2U0w71933; Thu, 27 Sep 2001 19:30:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8533A37B407 for ; Thu, 27 Sep 2001 19:23:48 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8S2Nm371376; Thu, 27 Sep 2001 19:23:48 -0700 (PDT) (envelope-from nobody) Message-Id: <200109280223.f8S2Nm371376@freefall.freebsd.org> Date: Thu, 27 Sep 2001 19:23:48 -0700 (PDT) From: leijulong To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30884: do freebsd4.3 support multithread? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30884 >Category: kern >Synopsis: do freebsd4.3 support multithread? >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Thu Sep 27 19:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: leijulong >Release: freebsd4.3 >Organization: ejb >Environment: >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 Fri Sep 28 0: 7:26 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CED937B410; Fri, 28 Sep 2001 00:07:23 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8S72qT16171; Fri, 28 Sep 2001 00:02:52 -0700 (PDT) (envelope-from ru) Date: Fri, 28 Sep 2001 00:02:52 -0700 (PDT) From: Message-Id: <200109280702.f8S72qT16171@freefall.freebsd.org> To: jllei@netkiss.com.cn, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30884: do freebsd4.3 support multithread? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: do freebsd4.3 support multithread? State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Sep 28 00:01:31 PDT 2001 State-Changed-Why: The PR database is not an appropriate place to ask questions. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30884 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 28 1:20: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A8A037B40D for ; Fri, 28 Sep 2001 01:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8S8K1h03759; Fri, 28 Sep 2001 01:20:01 -0700 (PDT) (envelope-from gnats) Received: from mailout04.sul.t-online.de (mailout04.sul.t-online.com [194.25.134.18]) by hub.freebsd.org (Postfix) with ESMTP id CD1DC37B409 for ; Fri, 28 Sep 2001 01:14:07 -0700 (PDT) Received: from fwd02.sul.t-online.de by mailout04.sul.t-online.de with smtp id 15msmY-0004EV-04; Fri, 28 Sep 2001 10:14:02 +0200 Received: from alvman.Haakh.de (320092418718-0001@[217.80.77.170]) by fmrl02.sul.t-online.com with esmtp id 15msmT-2Hx5KSC; Fri, 28 Sep 2001 10:13:57 +0200 Received: (from ah@localhost) by alvman.Haakh.de (8.11.6/8.11.5) id f8S8DuF62730; Fri, 28 Sep 2001 10:13:56 +0200 (CEST) (envelope-from ah) Message-Id: <200109280813.f8S8DuF62730@alvman.Haakh.de> Date: Fri, 28 Sep 2001 10:13:56 +0200 (CEST) From: Andreas Haakh Reply-To: Andreas Haakh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30887: dump allways saves files with modified c-time Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30887 >Category: bin >Synopsis: dump allways saves files with modified c-time >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 Sep 28 01:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andreas Haakh >Release: FreeBSD 4.4-STABLE i386 >Organization: Ingenieurbüro für Baustatik >Environment: System: FreeBSD alvman.Haakh.de 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Sep 20 15:47:07 CEST 2001 root@alvman.Haakh.de:/usr/src/sys/compile/ALVMAN i386 >Description: dump saves all files with changend m-time or changed c-time. Large files, where only c-time is changed, e.g. mailfolders, databases etc. will be saved day after day allthough the content of the files did not change. >How-To-Repeat: >Fix: ignore c-time anyway because there is no need to save files where only the status has changed or add another flag to dump and ignore c-time, based on this flag. A solution/workaround is to ignore c-time in the CHANGEDSINCE-macro in /usr/src/sbin/dump/traverse.c /* Auxiliary macro to pick up files changed since previous dump. */ #define CHANGEDSINCE(dp, t) \ - ((dp)->di_mtime >= (t) || (dp)->di_ctime >= (t)) + ((dp)->di_mtime >= (t)) >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 Sep 28 2:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E2C437B411 for ; Fri, 28 Sep 2001 02:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8S9U0H48330; Fri, 28 Sep 2001 02:30:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5761837B40A for ; Fri, 28 Sep 2001 02:28:55 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8S9StK48172; Fri, 28 Sep 2001 02:28:55 -0700 (PDT) (envelope-from nobody) Message-Id: <200109280928.f8S9StK48172@freefall.freebsd.org> Date: Fri, 28 Sep 2001 02:28:55 -0700 (PDT) From: plakshmanan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/30889: Regarding MySQL database connection Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30889 >Category: misc >Synopsis: Regarding MySQL database connection >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 28 02:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: plakshmanan >Release: FreeBSD 3.44.55 >Organization: links sys >Environment: Freebsd >Description: Hello FreeBsd_group When I installing mysql-server-3.22.32 package , one error message will appear that is "Add of package mysql-server-3.22.32 aborted, errror code 1- please check the debug screen for more info". After Installation completed, the I put the command "mysql" in #prompt, It will also display one error message . The error message is "Error 2002: Can't connect to local mysql server through scocket /var/lib/mysql/mysql.scok (2)". Please mail me regarding this error on mysql . I am waiting for your valueable help. Thanking you. One of the FreeBSD User from India p.lakshmanan email: plakshmanan2001@yahoo.co.in >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 Sep 28 3:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9A2C37B40E for ; Fri, 28 Sep 2001 03:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8SAA1V57896; Fri, 28 Sep 2001 03:10:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 28 Sep 2001 03:10:01 -0700 (PDT) Message-Id: <200109281010.f8SAA1V57896@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/30887: dump allways saves files with modified c-time Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30887; it has been noted by GNATS. From: "Crist J. Clark" To: Andreas Haakh Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/30887: dump allways saves files with modified c-time Date: Fri, 28 Sep 2001 03:04:05 -0700 On Fri, Sep 28, 2001 at 10:13:56AM +0200, Andreas Haakh wrote: > >Description: > dump saves all files with changend m-time or changed c-time. > Large files, where only c-time is changed, e.g. mailfolders, databases > etc. will be saved day after day allthough the content of the > files did not change. > > >How-To-Repeat: > > >Fix: > ignore c-time anyway because there is no need to save files where only > the status has changed or This is not true. For example, when a file is mv(1)'ed, only the ctime will be changed, but I would expect most people would want it backed up. Even though the data in the file is "old," you want to have a fairly consistent snapshot of the filesystem (yes, dump(8) can only do that to a limited degree), and backing up the moved file is the only way to really do this. > add another flag to dump and ignore c-time, based on this flag. That's possible, but I'd have to think about what other changes you may be missing when you start to ignore ctime. Generally, a dump is something where you want to err on the side of caution. You would rather archive some things redundantly than risk missing something else. There are many examples where the very simple approach of dump(8) results in storing files over and over. Take the rotated *..gz logs in /var/log. Each time these get rotated, they are stored all over again. This ctime patch would actually stop that, but if you then were to restore your series of tapes, you would only ever get the last *.0.gz at the end. (Unless you tried to move stuff around between restoring tapes.) Actually, what I think best would in addition to the nodump filesystem flag, we could have a "noctime" flag. That is, individual files could be marked so they would be ignored if only their ctime changes. You could 'chflags noctime /var/mail' and fix your problem. But that fix takes some work. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 28 3:27:24 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7F8037B406; Fri, 28 Sep 2001 03:27:22 -0700 (PDT) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8SAOwc61079; Fri, 28 Sep 2001 03:24:58 -0700 (PDT) (envelope-from yar) Date: Fri, 28 Sep 2001 03:24:58 -0700 (PDT) From: Message-Id: <200109281024.f8SAOwc61079@freefall.freebsd.org> To: marck@rinet.ru, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: bin/30816: usr.sbin/edquota new option [-f] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: usr.sbin/edquota new option [-f] State-Changed-From-To: open->analyzed State-Changed-By: yar State-Changed-When: Fri Sep 28 03:23:13 PDT 2001 State-Changed-Why: Committed to -current, thanks. MFC pending... Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: yar Responsible-Changed-When: Fri Sep 28 03:23:13 PDT 2001 Responsible-Changed-Why: I'll take care of it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30816 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 28 6: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55C6837B40A for ; Fri, 28 Sep 2001 06:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8SD03Q97746; Fri, 28 Sep 2001 06:00:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 28 Sep 2001 06:00:03 -0700 (PDT) Message-Id: <200109281300.f8SD03Q97746@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andreas Haakh Subject: Re: bin/30887: dump allways saves files with modified c-time Reply-To: Andreas Haakh Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30887; it has been noted by GNATS. From: Andreas Haakh To: Cc: Subject: Re: bin/30887: dump allways saves files with modified c-time Date: Fri, 28 Sep 2001 14:47:07 +0200 (CEST) On Fri, 28 Sep 2001, Crist J. Clark wrote: > On Fri, Sep 28, 2001 at 10:13:56AM +0200, Andreas Haakh wrote: > > >Description: > > dump saves all files with changend m-time or changed c-time. > > Large files, where only c-time is changed, e.g. mailfolders, databases > > etc. will be saved day after day allthough the content of the > > files did not change. > > > > >How-To-Repeat: > > > > >Fix: > > ignore c-time anyway because there is no need to save files where only > > the status has changed or > > This is not true. For example, when a file is mv(1)'ed, only the ctime > will be changed, but I would expect most people would want it backed > up. Even though the data in the file is "old," you want to have a > fairly consistent snapshot of the filesystem (yes, dump(8) can only do > that to a limited degree), and backing up the moved file is the only > way to really do this. > > > add another flag to dump and ignore c-time, based on this flag. > > That's possible, but I'd have to think about what other changes you > may be missing when you start to ignore ctime. > > Generally, a dump is something where you want to err on the side of > caution. You would rather archive some things redundantly than risk > missing something else. There are many examples where the very simple > approach of dump(8) results in storing files over and over. Take the > rotated *..gz logs in /var/log. Each time these get rotated, they > are stored all over again. This ctime patch would actually stop that, > but if you then were to restore your series of tapes, you would only > ever get the last *.0.gz at the end. (Unless you tried to move stuff > around between restoring tapes.) > > Actually, what I think best would in addition to the nodump filesystem > flag, we could have a "noctime" flag. That is, individual files could > be marked so they would be ignored if only their ctime changes. You > could 'chflags noctime /var/mail' and fix your problem. But that fix > takes some work. > -- > Crist J. Clark cjclark@alum.mit.edu > You are right. I missed the issue with mv'ed files completely. It would be a great idea to add another flag to these files. Another approch would be to set the archived flag on any dumped file and reset it whenever the file is mv'ed or hard-linked. A different solution would be to set a flag (e.g. usecflag) to any file which has been mv'd or hard-linked forcing dump to honor the file status - even if told to ignore cflags - and reset it after it has been dumped. This would lead to less io on the filesystem. This flag should also be reset, when the file is modified, thus taking the necessity from dump to reset ist. Andreas -- Ingenieurbüro für Baustatik * Dipl.-Ing. Andreas Haakh Mollerstraße 7 * 64289 Darmstadt * Andreas@Haakh.de Tel. 06151-788361 Fax. 06151-788362 Mobil 0173-361.6884 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 28 10:20:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E28D137B40E for ; Fri, 28 Sep 2001 10:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8SHK0l63916; Fri, 28 Sep 2001 10:20:00 -0700 (PDT) (envelope-from gnats) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 68E8937B40B for ; Fri, 28 Sep 2001 10:11:46 -0700 (PDT) Received: (qmail 18449 invoked by uid 0); 28 Sep 2001 17:11:44 -0000 Received: from p3ee21603.dip.t-dialin.net (HELO mail.gsinet.sittig.org) (62.226.22.3) by mail.gmx.net (mp007-rz3) with SMTP; 28 Sep 2001 17:11:44 -0000 Received: (qmail 27332 invoked from network); 27 Sep 2001 19:22:56 -0000 Received: from shell.gsinet.sittig.org (192.168.11.153) by mail.gsinet.sittig.org with SMTP; 27 Sep 2001 19:22:56 -0000 Received: (from sittig@localhost) by shell.gsinet.sittig.org (8.11.3/8.11.3) id f8RJMu327328 for FreeBSD-gnats-submit@freebsd.org; Thu, 27 Sep 2001 21:22:56 +0200 (CEST) (envelope-from sittig) Message-Id: <20010927212255.B97313@shell.gsinet.sittig.org> Date: Thu, 27 Sep 2001 21:22:55 +0200 From: Gerhard Sittig To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/30893: [PATCH] burncd(8) progress meter Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30893 >Category: bin >Synopsis: [PATCH] burncd(8) progress meter >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: Fri Sep 28 10:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gerhard Sittig >Release: FreeBSD 4.3-STABLE i386 >Organization: System Defenestrators Inc. >Environment: FreeBSD system with an ATAPI CD writer (thus using burncd(8) instead of cdrecord and friends) >Description: burncd(8)'s progress meter is kept in absolute (KB) and relative (%) measure when writing CD media. Should the input come from stdin (usually a pipe) or should the source file's size be indetermined(id?) (seen with /dev/acd0c) the output will show one percent for *every* KB written -- which obviously is bogus. The comment in burncd.c ack's this fact. :) >How-To-Repeat: $ SOURCE=/dev/acd0c $ burncd -e -f /dev/acd1c -s 8 data $SOURCE fixate $ $MKIMAGE | burncd -e -f /dev/acd1c -s 8 data - fixate >Fix: Apply the patch cited below. This one was done in June and went unanswered since (I take it it's my fault trying to contact sos@FreeBSD.org via PM while he's busy doing other things, so I understand this PR as being a more formal way of feedback for better record or for the option of somebody else to pick it up). The patch should apply cleanly to today's -STABLE since burncd.c didn't move since rev 1.10.2.1 (2001/02/25 21:39:13). # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # burncd.diff # echo x - burncd.diff sed 's/^X//' >burncd.diff << 'END-of-burncd.diff' XIndex: burncd.c X=================================================================== XRCS file: /CVSREPO/FreeBSD/src/usr.sbin/burncd/burncd.c,v Xretrieving revision 1.10.2.1 Xdiff -u -r1.10.2.1 burncd.c X--- burncd.c 2001/02/25 21:39:13 1.10.2.1 X+++ burncd.c 2001/06/01 19:06:10 X@@ -234,11 +234,12 @@ X void X write_file(const char *name, int block_size) X { X- int addr, count, file, filesize, size; X+ int addr, count, file, filesize, hasfilesize, size; X char buf[2352*BLOCKS]; X struct stat stat; X static int cdopen, done_stdin, tot_size = 0; X X+ hasfilesize = 1; /* assumption, to be corrected */ X if (!strcmp(name, "-")) { X if (done_stdin) { X warn("skipping multiple usages of stdin"); X@@ -246,6 +247,7 @@ X } X file = STDIN_FILENO; X done_stdin = 1; X+ hasfilesize = 0; X } X else if ((file = open(name, O_RDONLY, 0)) < 0) X err(EX_NOINPUT, "open(%s)", name); X@@ -265,6 +267,8 @@ X if (fstat(file, &stat) < 0) X err(EX_IOERR, "fstat(%s)", name); X filesize = stat.st_size / 1024; X+ if (filesize == 0) X+ hasfilesize = 0; X X if (!quiet) { X fprintf(stderr, "next writeable LBA %d\n", addr); X@@ -278,8 +282,6 @@ X X lseek(fd, addr * block_size, SEEK_SET); X size = 0; X- if (filesize == 0) X- filesize++; /* cheat, avoid divide by zero */ X X while ((count = read(file, buf, block_size * BLOCKS)) > 0) { X int res; X@@ -299,7 +301,7 @@ X int pct; X X fprintf(stderr, "written this track %d KB", size/1024); X- if (file != STDIN_FILENO) { X+ if (hasfilesize) { X pct = (size / 1024) * 100 / filesize; X fprintf(stderr, " (%d%%)", pct); X } END-of-burncd.diff exit virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. >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 Sep 28 13:50:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E5BE37B407 for ; Fri, 28 Sep 2001 13:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8SKo3V96302; Fri, 28 Sep 2001 13:50:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 28 Sep 2001 13:50:03 -0700 (PDT) Message-Id: <200109282050.f8SKo3V96302@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ludvig Strigeus" Subject: Re: kern/30684: 4.4-RELEASE floppy instalation freezes before running sysinstall Reply-To: "Ludvig Strigeus" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30684; it has been noted by GNATS. From: "Ludvig Strigeus" To: , Cc: Subject: Re: kern/30684: 4.4-RELEASE floppy instalation freezes before running sysinstall Date: Fri, 28 Sep 2001 22:48:28 +0200 Hello! Here are the full logs for my machine. Install CD log for 4.2-RELEASE is also included as a comparison. I've removed the network card and changed the graphics card since my last post. Regards, Ludvig Strigeus ******************************************************* ** Boot -v output for FreeBSD 4.4-RELEASE (Crashes): ** ******************************************************* SMAP type=01 base=00000000 00000000 len=00000000 0009fc00 SMAP type=01 base=00000000 0009fc00 len=00000000 00000400 SMAP type=02 base=00000000 000f0000 len=00000000 00010000 SMAP type=02 base=00000000 ffff0000 len=00000000 00010000 SMAP type=03 base=00000000 03ffd800 len=00000000 00001c00 SMAP type=04 base=00000000 03ffd000 len=00000000 00000800 SMAP type=01 base=00000000 00100000 len=00000000 03efd000 Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.4-RELEASE #1: Tue Sep 18 12:25:30 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/BOOTMFS Calibrating clock(s) ... TSC clock: 233048103 Hz, i8254 clock: 1193283 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method Timecounter "TSC" frequency 233028986 Hz CPU: Pentium/P55C (233.03-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 67096576 (65524K bytes) Physical memory chunk(s): 0x00001000 - 0x0009ffff, 651264 bytes (159 pages) 0x006bd000 - 0x03ff4fff, 59998208 bytes (14648 pages) avail memory = 58621952 (57248K bytes) bios32: Found BIOS32 Service Directory header at 0xc00fabf0 bios32: Entry = 0xfb070 (c00fb070) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xb0a0 pnpbios: Found PnP BIOS data at 0xc00fbbe0 pnpbios: Entry = f0000:bc08 Rev = 1.0 Other BIOS signatures found: ACPI: 000f6880 Preloaded elf kernel "kernel" at 0xc0697000. Intel Pentium detected, installing workaround for F00F bug Creating DISK md0 md1: Malloc disk Creating DISK md1 Math emulator present pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71008086) Using $PIR table, 6 entries at 0xc00fd8c0 npx0: on motherboard npx0: INT 16 interface i586_bzero() bandwidth = 161420500 bytes/sec bzero() bandwidth = 85186131 bytes/sec pcib0: on motherboard found-> vendor=0x8086, dev=0x7100, revid=0x01 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7110, revid=0x01 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7111, revid=0x01 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 0000f000, size 4 found-> vendor=0x8086, dev=0x7112, revid=0x01 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=255 map[20]: type 1, range 32, base 00006400, size 5 found-> vendor=0x8086, dev=0x7113, revid=0x01 class=06-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[90]: type 1, range 32, base 00005000, size 4 pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xf000 ata0: mask=03 status0=50 status1=00 ata0: mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI probe a=00 b=00 ata0-slave: ATAPI probe a=00 b=00 ata0: mask=03 status0=50 status1=00 ata0-master: ATA probe a=01 b=a5 ata0: devices=01 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xf008 ata1: mask=03 status0=50 status1=1f ata1: mask=03 ostat0=50 ostat2=19 ata1-master: ATAPI probe a=00 b=08 ata1-slave: ATAPI probe a=0e b=0e ata1: mask=03 status0=50 status1=0e ata1-master: ATA probe a=00 b=a5 ata1-slave: ATA probe a=00 b=00 ata1: devices=01 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x6400-0x641f at device 7.2 on pci0 pci_cfgintr_search: linked (0) to configured irq 0 at 0:7:0 pci_cfgintr: 0:7 INTD routed to irq 0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0x5000-0x500f at device 7.3 on pci0 ex_isa_identify() ata-: ata0 exists, using next available unit number ata-: ata1 exists, using next available unit number Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: