From owner-freebsd-bugs Sun Apr 12 01:15:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04491 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 01:15:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04416; Sun, 12 Apr 1998 01:13:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA06516; Sun, 12 Apr 1998 01:12:49 -0700 (PDT) Date: Sun, 12 Apr 1998 01:12:49 -0700 (PDT) Message-Id: <199804120812.BAA06516@freefall.freebsd.org> To: proff@iq.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, wollman@FreeBSD.ORG Subject: Re: kern/2575 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch for setsockopt(), opt data > MLEN State-Changed-From-To: closed-suspended State-Changed-By: phk State-Changed-When: Sun Apr 12 01:11:38 PDT 1998 State-Changed-Why: Actually, what is eventually supposed to happen (after I pop about five other projects off my stack) is that socket options are passed down in the kernel as uio structs, and don't get copied in until the appropriate lower layer has accepted them. (This also eliminates yet another use of mbufs to hold something other than packet data.) -GAWollman Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: phk Responsible-Changed-When: Sun Apr 12 01:11:38 PDT 1998 Responsible-Changed-Why: see above To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 01:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06927 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 01:50:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06921; Sun, 12 Apr 1998 01:50:02 -0700 (PDT) (envelope-from gnats) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06824 for ; Sun, 12 Apr 1998 01:48:15 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id LAA24223; Sun, 12 Apr 1998 11:48:05 +0300 (EEST) (envelope-from ru) Message-Id: <199804120848.LAA24223@relay.ucb.crimea.ua> Date: Sun, 12 Apr 1998 11:48:05 +0300 (EEST) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/6278: /etc/rc.firewall: better RFC1918 nets protection Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6278 >Category: conf >Synopsis: /etc/rc.firewall: better RFC1918 nets protection >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: Sun Apr 12 01:50:01 PDT 1998 >Last-Modified: >Originator: Ruslan Ermilov >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6-STABLE #0: Sat Apr 11 20:19:27 EEST 1998 >Description: There is only one half of protection of RFC1918 nets usage on outside interface. >How-To-Repeat: See the source. >Fix: Index: rc.firewall =================================================================== RCS file: /usr/FreeBSD-CVS/src/etc/rc.firewall,v retrieving revision 1.6.2.6 diff -u -r1.6.2.6 rc.firewall --- rc.firewall 1998/02/10 01:45:57 1.6.2.6 +++ rc.firewall 1998/04/12 08:28:49 @@ -140,8 +140,11 @@ # Stop RFC1918 nets on the outside interface $fwcmd add deny all from 192.168.0.0:255.255.0.0 to any via ${oif} + $fwcmd add deny all from any to 192.168.0.0:255.255.0.0 via ${oif} $fwcmd add deny all from 172.16.0.0:255.240.0.0 to any via ${oif} + $fwcmd add deny all from any to 172.16.0.0:255.240.0.0 via ${oif} $fwcmd add deny all from 10.0.0.0:255.0.0.0 to any via ${oif} + $fwcmd add deny all from any to 10.0.0.0:255.0.0.0 via ${oif} # Allow TCP through if setup succeeded $fwcmd add pass tcp from any to any established >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 Apr 12 02:40:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10401 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 02:40:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10390; Sun, 12 Apr 1998 02:40:01 -0700 (PDT) (envelope-from gnats) Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA10104 for ; Sun, 12 Apr 1998 02:34:57 -0700 (PDT) (envelope-from volf@oasis.IAEhv.nl) Received: from oasis.IAEhv.nl (uucp@localhost) by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 1392 on Sun, 12 Apr 1998 09:34:52 GMT; id JAA01392 efrom: volf@oasis.IAEhv.nl; eto: freebsd.org!freebsd-gnats-submit Received: from LOCAL (volf@localhost) by oasis.IAEhv.nl (8.8.7/1.63); pid 2344 on Sun, 12 Apr 1998 08:58:23 GMT; id IAA02344 efrom: volf; eto: UNKNOWN Message-Id: <199804120858.IAA02344@oasis.IAEhv.nl> Date: Sun, 12 Apr 1998 08:58:23 GMT From: volf@oasis.IAEhv.nl (Frank Volf) Reply-To: volf@oasis.IAEhv.nl To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: volf@oasis.IAEhv.nl X-Send-Pr-Version: 3.2 Subject: docs/6279: portindex not executable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6279 >Category: docs >Synopsis: portindex not executable >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 Apr 12 02:40:00 PDT 1998 >Last-Modified: >Originator: Frank Volf >Organization: Frank Volf's private UUCP site, Eindhoven, the Netherlands >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: The perl script portindex in the www tree is not executable. You have to make it executable by hand. Every time the script changes, cvs update restores the old permissions. >How-To-Repeat: run make in the top level WWW tree ...... ===> gifs ===> ports rm -f *.sgml ./portindex ports/INDEX ./portindex: not found >Fix: Several possible, e.g.: 1) chmod 755 of the script in the CVS tree 2) chmod 755 in www/data/ports/Makefile 3) apply this patch Index: Makefile =================================================================== RCS file: /home2/CVS/www/data/ports/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1998/04/08 16:48:59 1.7 +++ Makefile 1998/04/12 08:49:15 @@ -1,6 +1,6 @@ # $Id: Makefile,v 1.7 1998/04/08 16:48:59 wosch Exp $ -PORTINDEX= ./portindex +PORTINDEX= perl ./portindex INDEX= ports/INDEX COOKIE= ${INDEX} Makefile.gen Personally, I prefer the last solution, because it works using whatever permissions the script is committed. Thankx, Frank p.s.: there might be similar problem in the Japanse Web pages >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 Apr 12 03:50:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18257 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 03:50:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18249; Sun, 12 Apr 1998 03:50:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 12 Apr 1998 03:50:02 -0700 (PDT) Message-Id: <199804121050.DAA18249@hub.freebsd.org> To: freebsd-bugs Cc: From: Poul-Henning Kamp Subject: Re: conf/6278: /etc/rc.firewall: better RFC1918 nets protection Reply-To: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/6278; it has been noted by GNATS. From: Poul-Henning Kamp To: ru@ucb.crimea.ua Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/6278: /etc/rc.firewall: better RFC1918 nets protection Date: Sun, 12 Apr 1998 12:41:07 +0200 >>Description: > > There is only one half of protection of > RFC1918 nets usage on outside interface. I think it is cheaper to add this protection with some discard routes, ie: route add -net 10.0.0.0 -netmask 255.0.0.0 -reject route add -net 172.16.0.0 -netmask 255.240.0.0 -reject route add -net 192.168.0.0 -netmask 255.255.0.0 -reject route add -net 127.0.0.0 -netmask 255.0.0.0 -reject (or use -blackhole if you prefer) -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "Drink MONO-tonic, it goes down but it will NEVER come back up!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:05:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20669 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:05:35 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20664; Sun, 12 Apr 1998 04:05:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA07392; Sun, 12 Apr 1998 04:05:11 -0700 (PDT) Date: Sun, 12 Apr 1998 04:05:11 -0700 (PDT) Message-Id: <199804121105.EAA07392@freefall.freebsd.org> To: green@feldman.dyn.ml.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6179 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysctl -a dies (unexpectedly, but easy to see how) State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:03:38 PDT 1998 State-Changed-Why: you should have recompiled sysctl at the time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:17:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23159 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:17:17 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23022; Sun, 12 Apr 1998 04:16:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA07502; Sun, 12 Apr 1998 04:16:17 -0700 (PDT) Date: Sun, 12 Apr 1998 04:16:17 -0700 (PDT) Message-Id: <199804121116.EAA07502@freefall.freebsd.org> To: jim@komodo.reptiles.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4910 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tftpd does not log when chroot is enabled State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:16:00 PDT 1998 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:20:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23530 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:20:32 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23525; Sun, 12 Apr 1998 04:20:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA07574; Sun, 12 Apr 1998 04:20:01 -0700 (PDT) Date: Sun, 12 Apr 1998 04:20:01 -0700 (PDT) Message-Id: <199804121120.EAA07574@freefall.freebsd.org> To: jau@jau.tmt.tele.fi, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3633 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: description of interface flags in ep(4) manual pages is false State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:19:51 PDT 1998 State-Changed-Why: already fixed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:34:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24553 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:34:20 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24525; Sun, 12 Apr 1998 04:34:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA07931; Sun, 12 Apr 1998 04:33:37 -0700 (PDT) Date: Sun, 12 Apr 1998 04:33:37 -0700 (PDT) Message-Id: <199804121133.EAA07931@freefall.freebsd.org> To: john@starfire.mn.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/3622 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gethostbyname fails for file descriptors above 255 State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Sun Apr 12 04:32:55 PDT 1998 State-Changed-Why: I have tried to reproduce this on a -current system and couldn't, is this still a problem in 2.26 ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:36:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25093 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:36:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24584 for ; Sun, 12 Apr 1998 04:34:27 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id OAA27146; Sun, 12 Apr 1998 14:33:55 +0300 (EEST) (envelope-from ru) Message-ID: <19980412143355.01888@ucb.crimea.ua> Date: Sun, 12 Apr 1998 14:33:55 +0300 From: Ruslan Ermilov To: freebsd-bugs@hub.freebsd.org Subject: Re: conf/6278: /etc/rc.firewall: better RFC1918 nets protection Mail-Followup-To: freebsd-bugs@hub.freebsd.org References: <199804121050.DAA18249@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199804121050.DAA18249@hub.freebsd.org>; from Poul-Henning Kamp on Sun, Apr 12, 1998 at 03:50:02AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Apr 12, 1998 at 03:50:02AM -0700, Poul-Henning Kamp wrote: > The following reply was made to PR conf/6278; it has been noted by GNATS. > > From: Poul-Henning Kamp > To: ru@ucb.crimea.ua > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: conf/6278: /etc/rc.firewall: better RFC1918 nets protection > Date: Sun, 12 Apr 1998 12:41:07 +0200 > > >>Description: > > > > There is only one half of protection of > > RFC1918 nets usage on outside interface. > > I think it is cheaper to add this protection with some discard routes, > ie: > > route add -net 10.0.0.0 -netmask 255.0.0.0 -reject > route add -net 172.16.0.0 -netmask 255.240.0.0 -reject > route add -net 192.168.0.0 -netmask 255.255.0.0 -reject > route add -net 127.0.0.0 -netmask 255.0.0.0 -reject > > (or use -blackhole if you prefer) > I don't think so. Here is the situation where your method won't work: +--------------+ | | +--------+ +---*----+ +---*----+ +--------+ |Internet|---|Router A| |Router B|---|Intranet| +--------+ +--------+ +--------+ +--------+ - Routers A and B has real IPs; - Router B also has one or more intranet (RFC1918) IPs; - Firewall is configured on Router A to protect a whole network; - Router A should be capable to connect to intranet hosts. I have this scheme in my own network: router A has default route to the Internet and a route to the 192.168.0.0/16 network with next-hop Router B. If I add the routes you suggest, Router A will be unable to send packets to the intranet IPs at all. My patch stops RFC1918 nets on the outside interface(s) *ONLY*!!! Firewall won't pass packets to/from intranet IPs if they come from/to Internet only. The machine running firewall will be able to contact RFC1918 nets on the other (non-Internet) interfaces. One more thing: with firewall I can log the attempts to access my intranet networks. Your method won't give this benefit, agree? Regards, -- Ruslan Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247647 Simferopol, Crimea 2426679 ICQ Network, UIN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:37:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25166 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:37:00 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25161; Sun, 12 Apr 1998 04:36:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08001; Sun, 12 Apr 1998 04:36:33 -0700 (PDT) Date: Sun, 12 Apr 1998 04:36:33 -0700 (PDT) Message-Id: <199804121136.EAA08001@freefall.freebsd.org> To: randy@zyzzyva.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3583 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'syctl kern' dumps core when displaying clockrate State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Sun Apr 12 04:35:39 PDT 1998 State-Changed-Why: is this still a problem ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:38:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25445 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:38:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25439; Sun, 12 Apr 1998 04:38:07 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08069; Sun, 12 Apr 1998 04:37:45 -0700 (PDT) Date: Sun, 12 Apr 1998 04:37:45 -0700 (PDT) Message-Id: <199804121137.EAA08069@freefall.freebsd.org> To: studded@dalnet.webmaster.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/3670 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make fails in libc State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:37:29 PDT 1998 State-Changed-Why: some kind of source/include/something mismatch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:41:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26023 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:41:27 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25980; Sun, 12 Apr 1998 04:41:18 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08142; Sun, 12 Apr 1998 04:40:56 -0700 (PDT) Date: Sun, 12 Apr 1998 04:40:56 -0700 (PDT) Message-Id: <199804121140.EAA08142@freefall.freebsd.org> To: ada@not-enough.bandwidth.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/3857 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bios screensaver screws up screen State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:40:47 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:42:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26180 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:42:31 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26174; Sun, 12 Apr 1998 04:42:19 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08210; Sun, 12 Apr 1998 04:41:57 -0700 (PDT) Date: Sun, 12 Apr 1998 04:41:57 -0700 (PDT) Message-Id: <199804121141.EAA08210@freefall.freebsd.org> To: andrew@ugh.net.au, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/3862 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I dont seem to get a login prompt.... State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:41:46 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:44:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26415 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:44:15 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26370; Sun, 12 Apr 1998 04:44:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08280; Sun, 12 Apr 1998 04:43:44 -0700 (PDT) Date: Sun, 12 Apr 1998 04:43:44 -0700 (PDT) Message-Id: <199804121143.EAA08280@freefall.freebsd.org> To: jack@diamond.xtalwind.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: misc/3544 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Uprgade problem with schg flags State-Changed-From-To: open-analyzed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:43:20 PDT 1998 State-Changed-Why: over to jordan Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: phk Responsible-Changed-When: Sun Apr 12 04:43:20 PDT 1998 Responsible-Changed-Why: you guessed it :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:46:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26858 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:46:30 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26853; Sun, 12 Apr 1998 04:46:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08351; Sun, 12 Apr 1998 04:46:01 -0700 (PDT) Date: Sun, 12 Apr 1998 04:46:01 -0700 (PDT) Message-Id: <199804121146.EAA08351@freefall.freebsd.org> To: joe@pavilion.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3351 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Scsi bus timeouts in 2.1.7.1 (adaptec 2940) State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:45:51 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:48:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27044 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:48:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26983; Sun, 12 Apr 1998 04:47:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08419; Sun, 12 Apr 1998 04:47:23 -0700 (PDT) Date: Sun, 12 Apr 1998 04:47:23 -0700 (PDT) Message-Id: <199804121147.EAA08419@freefall.freebsd.org> To: fenner@parc.xerox.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/3763 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: df hangs uninterruptably when nfs mount from down server State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:46:53 PDT 1998 State-Changed-Why: working as designed, "Don't do that then". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:50:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27486 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:50:29 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27480; Sun, 12 Apr 1998 04:50:26 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08556; Sun, 12 Apr 1998 04:50:04 -0700 (PDT) Date: Sun, 12 Apr 1998 04:50:04 -0700 (PDT) Message-Id: <199804121150.EAA08556@freefall.freebsd.org> To: ada@not-enough.bandwidth.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4242 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Remounting devfs causes panic State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:49:25 PDT 1998 State-Changed-Why: devfs is a moving target, please report bugs to julian@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:51:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27629 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:51:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27231; Sun, 12 Apr 1998 04:49:22 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08486; Sun, 12 Apr 1998 04:49:00 -0700 (PDT) Date: Sun, 12 Apr 1998 04:49:00 -0700 (PDT) Message-Id: <199804121149.EAA08486@freefall.freebsd.org> To: dgilbert@velocet.ca, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4241 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: send-pr aborts when emacs is editor State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:48:50 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:53:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28092 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:53:23 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28087; Sun, 12 Apr 1998 04:53:13 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08623; Sun, 12 Apr 1998 04:52:51 -0700 (PDT) Date: Sun, 12 Apr 1998 04:52:51 -0700 (PDT) Message-Id: <199804121152.EAA08623@freefall.freebsd.org> To: eserte@cs.tu-berlin.de, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4416 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: syscons: problem with font State-Changed-From-To: analyzed-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:52:35 PDT 1998 State-Changed-Why: hardware works that way, we can't do anything about it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 04:55:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28469 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 04:55:17 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28462; Sun, 12 Apr 1998 04:55:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08690; Sun, 12 Apr 1998 04:54:53 -0700 (PDT) Date: Sun, 12 Apr 1998 04:54:53 -0700 (PDT) Message-Id: <199804121154.EAA08690@freefall.freebsd.org> To: sclawson@marker.cs.utah.edu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/5151 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The addition of a call to issetugid() in libtermcap.so.2.1 breaks old binaries. State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 04:54:43 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 05:00:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28965 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 05:00:53 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28959 for ; Sun, 12 Apr 1998 05:00:48 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id NAA16226; Sun, 12 Apr 1998 13:59:00 +0200 (CEST) To: Ruslan Ermilov cc: freebsd-bugs@hub.freebsd.org Subject: Re: conf/6278: /etc/rc.firewall: better RFC1918 nets protection In-reply-to: Your message of "Sun, 12 Apr 1998 14:33:55 +0300." <19980412143355.01888@ucb.crimea.ua> Date: Sun, 12 Apr 1998 13:59:00 +0200 Message-ID: <16224.892382340@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> > There is only one half of protection of >> > RFC1918 nets usage on outside interface. >> >> I think it is cheaper to add this protection with some discard routes, >> ie: >> >> route add -net 10.0.0.0 -netmask 255.0.0.0 -reject >> route add -net 172.16.0.0 -netmask 255.240.0.0 -reject >> route add -net 192.168.0.0 -netmask 255.255.0.0 -reject >> route add -net 127.0.0.0 -netmask 255.0.0.0 -reject >> >> (or use -blackhole if you prefer) >> > >I don't think so. >Here is the situation where your method won't work: > > +--------------+ > | | >+--------+ +---*----+ +---*----+ +--------+ >|Internet|---|Router A| |Router B|---|Intranet| >+--------+ +--------+ +--------+ +--------+ > >- Routers A and B has real IPs; >- Router B also has one or more intranet (RFC1918) IPs; >- Firewall is configured on Router A to protect a whole network; >- Router A should be capable to connect to intranet hosts. > >I have this scheme in my own network: router A has default route >to the Internet and a route to the 192.168.0.0/16 network with >next-hop Router B. In such case you need the deliberate deny rules, but most people do not provide addess to their border gateway from their RFC1918 networks. >One more thing: with firewall I can log the attempts to access my >intranet networks. Your method won't give this benefit, agree? Agree, it all depends what you're trying to do. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "Drink MONO-tonic, it goes down but it will NEVER come back up!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 05:12:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00372 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 05:12:24 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00367; Sun, 12 Apr 1998 05:12:19 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA08822; Sun, 12 Apr 1998 05:11:56 -0700 (PDT) Date: Sun, 12 Apr 1998 05:11:56 -0700 (PDT) Message-Id: <199804121211.FAA08822@freefall.freebsd.org> To: ob@seicom.NET, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5382 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: APM functionality for aic scsi-driver State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 05:11:39 PDT 1998 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 06:10:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05871 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 06:10:01 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05859; Sun, 12 Apr 1998 06:10:00 -0700 (PDT) (envelope-from gnats) Date: Sun, 12 Apr 1998 06:10:00 -0700 (PDT) Message-Id: <199804121310.GAA05859@hub.freebsd.org> To: freebsd-bugs Cc: From: Peter Wemm Subject: Re: bin/3622 Reply-To: Peter Wemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/3622; it has been noted by GNATS. From: Peter Wemm To: Poul-Henning Kamp Cc: john@starfire.mn.org, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/3622 Date: Sun, 12 Apr 1998 21:06:54 +0800 Poul-Henning Kamp wrote: > Synopsis: gethostbyname fails for file descriptors above 255 > > State-Changed-From-To: open-feedback > State-Changed-By: phk > State-Changed-When: Sun Apr 12 04:32:55 PDT 1998 > State-Changed-Why: > I have tried to reproduce this on a -current system and couldn't, > is this still a problem in 2.26 ? This is fixed in -current because poll() has no descriptor limits. In -stable, it was fixed in 1.10.2.3 where the descriptor table is malloc'ed if necessary. select() in -stable was changed to allow effectively unlimited fd_set sizes in rev 1.19, which was just prior to the RELENG_2_2 branchpoint. It should be well and truely fixed there too. The only "problem" is old binaries linked with a 2.1.x libc or statically linked where res_send.c does not know how to feed larger fd_set's into select(). Cheers, -Peter -- Peter Wemm Netplex Consulting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 07:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10377 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 07:10:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10371; Sun, 12 Apr 1998 07:10:02 -0700 (PDT) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09744; Sun, 12 Apr 1998 07:01:38 -0700 (PDT) (envelope-from nobody) Message-Id: <199804121401.HAA09744@hub.freebsd.org> Date: Sun, 12 Apr 1998 07:01:38 -0700 (PDT) From: emili@mail.telepac.pt To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: conf/6280: install freeBSD 2.2.5 in notebook (cdrom sony prd-650 scsi PCMCIA) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6280 >Category: conf >Synopsis: install freeBSD 2.2.5 in notebook (cdrom sony prd-650 scsi PCMCIA) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: support >Submitter-Id: current-users >Arrival-Date: Sun Apr 12 07:10:01 PDT 1998 >Last-Modified: >Originator: Alberto Emili >Organization: >Release: 2.2.5 >Environment: >Description: install freebsd in notebook compaq armada 1120T. cdrom sony(scsi pcmica) >How-To-Repeat: >Fix: >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 Apr 12 07:16:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10901 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 07:16:55 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10896; Sun, 12 Apr 1998 07:16:48 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA03134; Sun, 12 Apr 1998 07:16:25 -0700 (PDT) Date: Sun, 12 Apr 1998 07:16:25 -0700 (PDT) Message-Id: <199804121416.HAA03134@freefall.freebsd.org> To: emili@mail.telepac.pt, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/6280 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: install freeBSD 2.2.5 in notebook (cdrom sony prd-650 scsi PCMCIA) State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Sun Apr 12 07:16:16 PDT 1998 State-Changed-Why: improperly formatted PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 09:16:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23068 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 09:16:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA22998; Sun, 12 Apr 1998 09:15:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03557; Sun, 12 Apr 1998 09:15:05 -0700 (PDT) Date: Sun, 12 Apr 1998 09:15:05 -0700 (PDT) Message-Id: <199804121615.JAA03557@freefall.freebsd.org> To: john@starfire.mn.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/3622 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gethostbyname fails for file descriptors above 255 State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 09:14:41 PDT 1998 State-Changed-Why: fixed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 09:52:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26990 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 09:52:21 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA26973; Sun, 12 Apr 1998 09:52:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03761; Sun, 12 Apr 1998 09:51:43 -0700 (PDT) Date: Sun, 12 Apr 1998 09:51:43 -0700 (PDT) Message-Id: <199804121651.JAA03761@freefall.freebsd.org> To: wb@arb-phys.uni-dortmund.de, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/35 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount -t union -o -b : lower layer not seen by shell globbing and ls State-Changed-From-To: analyzed-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 09:51:11 PDT 1998 State-Changed-Why: unionfs doesn't work, we know it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 10:08:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28834 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 10:08:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28829; Sun, 12 Apr 1998 10:08:03 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04039; Sun, 12 Apr 1998 10:07:39 -0700 (PDT) Date: Sun, 12 Apr 1998 10:07:39 -0700 (PDT) Message-Id: <199804121707.KAA04039@freefall.freebsd.org> To: mark@linus.demon.co.uk, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/355 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: policy on /usr/local permission in base release State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 10:06:56 PDT 1998 State-Changed-Why: I think this one has been overtaken by events, in particular the existence of the ports-collection makes this somewhat surreal... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 10:15:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29669 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 10:15:41 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29663; Sun, 12 Apr 1998 10:15:35 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04828; Sun, 12 Apr 1998 10:15:11 -0700 (PDT) Date: Sun, 12 Apr 1998 10:15:11 -0700 (PDT) Message-Id: <199804121715.KAA04828@freefall.freebsd.org> To: phk@FreeBSD.ORG, wollman@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/425 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: arp entries not getting removed when interface changes Responsible-Changed-From-To: wollman->freebsd-bugs@freebsd.org Responsible-Changed-By: phk Responsible-Changed-When: Sun Apr 12 10:14:45 PDT 1998 Responsible-Changed-Why: now suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 10:17:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29953 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 10:17:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29873; Sun, 12 Apr 1998 10:17:04 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04898; Sun, 12 Apr 1998 10:16:40 -0700 (PDT) Date: Sun, 12 Apr 1998 10:16:40 -0700 (PDT) Message-Id: <199804121716.KAA04898@freefall.freebsd.org> To: ortmann@plains.nodak.edu, phk@FreeBSD.ORG, sos@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/440 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: want vidcontrol option to apply settings to all sysconsoles State-Changed-From-To: analyzed-suspended State-Changed-By: phk State-Changed-When: Sun Apr 12 10:15:58 PDT 1998 State-Changed-Why: I bet he washed his whiteboard... Responsible-Changed-From-To: sos->freebsd-bugs@freebsd.org Responsible-Changed-By: phk Responsible-Changed-When: Sun Apr 12 10:15:58 PDT 1998 Responsible-Changed-Why: suspended state To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 10:48:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04174 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 10:48:25 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04133; Sun, 12 Apr 1998 10:48:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05156; Sun, 12 Apr 1998 10:47:42 -0700 (PDT) Date: Sun, 12 Apr 1998 10:47:42 -0700 (PDT) Message-Id: <199804121747.KAA05156@freefall.freebsd.org> To: tim@sarc.city.ac.uk, phk@FreeBSD.ORG, wpaul@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/517 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bad group change with 'install' State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Sun Apr 12 10:47:11 PDT 1998 State-Changed-Why: ->suspended Responsible-Changed-From-To: wpaul->freebsd-bugs@freebsd.org Responsible-Changed-By: phk Responsible-Changed-When: Sun Apr 12 10:47:11 PDT 1998 Responsible-Changed-Why: ->suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 10:50:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04763 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 10:50:22 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04655; Sun, 12 Apr 1998 10:50:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05290; Sun, 12 Apr 1998 10:49:47 -0700 (PDT) Date: Sun, 12 Apr 1998 10:49:47 -0700 (PDT) Message-Id: <199804121749.KAA05290@freefall.freebsd.org> To: petri@ibr.cs.tu-bs.de, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/558 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pci_bus_config() does not init parent pointers in device list State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 10:49:26 PDT 1998 State-Changed-Why: devconf is dead To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 10:55:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05816 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 10:55:30 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05788; Sun, 12 Apr 1998 10:55:14 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05429; Sun, 12 Apr 1998 10:54:50 -0700 (PDT) Date: Sun, 12 Apr 1998 10:54:50 -0700 (PDT) Message-Id: <199804121754.KAA05429@freefall.freebsd.org> To: adrian@internode.com.au, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/652 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Multiple addresses on one interface interacts badly with gated State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 10:54:39 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 10:56:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05933 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 10:56:24 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05918; Sun, 12 Apr 1998 10:56:14 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05500; Sun, 12 Apr 1998 10:55:50 -0700 (PDT) Date: Sun, 12 Apr 1998 10:55:50 -0700 (PDT) Message-Id: <199804121755.KAA05500@freefall.freebsd.org> To: phk@FreeBSD.ORG, jdp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: gnu/655 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ld -r of shared objects worked in 1.1.5, not in 2.0.5 Responsible-Changed-From-To: jdp->freebsd-bugs@freebsd.org Responsible-Changed-By: phk Responsible-Changed-When: Sun Apr 12 10:55:25 PDT 1998 Responsible-Changed-Why: suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 10:57:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06385 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 10:57:45 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06351; Sun, 12 Apr 1998 10:57:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05568; Sun, 12 Apr 1998 10:57:09 -0700 (PDT) Date: Sun, 12 Apr 1998 10:57:09 -0700 (PDT) Message-Id: <199804121757.KAA05568@freefall.freebsd.org> To: hsu@clinet.fi, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/658 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ifconfig alias has to be separately given State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Sun Apr 12 10:56:23 PDT 1998 State-Changed-Why: -> suspended If somebody startes to fiddle it, it would be nice to be able to say "ifconfig ed0 195.8.129.17/28" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:00:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07522 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:00:24 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07448; Sun, 12 Apr 1998 10:59:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05750; Sun, 12 Apr 1998 10:59:35 -0700 (PDT) Date: Sun, 12 Apr 1998 10:59:35 -0700 (PDT) Message-Id: <199804121759.KAA05750@freefall.freebsd.org> To: kelly@fsl.noaa.gov, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/680 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 2.0.5's tip using termios doesn't act the way it did with sgtty State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 10:59:26 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:11:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10160 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:11:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10051; Sun, 12 Apr 1998 11:10:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA05963; Sun, 12 Apr 1998 11:10:23 -0700 (PDT) Date: Sun, 12 Apr 1998 11:10:23 -0700 (PDT) Message-Id: <199804121810.LAA05963@freefall.freebsd.org> To: smpatel@wam.umd.edu, phk@FreeBSD.ORG, dyson@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/742 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: syslog errors accessing Mac hard disks [patch] State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Sun Apr 12 11:09:04 PDT 1998 State-Changed-Why: The correct thing to do is to understand mac-disk partitioneing. Check with julian@freebsd.org who is working on a generic framework where this could fit in nicely. Responsible-Changed-From-To: dyson->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Sun Apr 12 11:09:04 PDT 1998 Responsible-Changed-Why: -> suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:16:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11077 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:16:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11065; Sun, 12 Apr 1998 11:16:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06364; Sun, 12 Apr 1998 11:15:43 -0700 (PDT) Date: Sun, 12 Apr 1998 11:15:43 -0700 (PDT) Message-Id: <199804121815.LAA06364@freefall.freebsd.org> To: pst@Shockwave.COM, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/831 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: one minor complaint about the kernel visual config code State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Sun Apr 12 11:15:30 PDT 1998 State-Changed-Why: ->suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:17:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11348 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:17:55 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11302; Sun, 12 Apr 1998 11:17:44 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06432; Sun, 12 Apr 1998 11:17:20 -0700 (PDT) Date: Sun, 12 Apr 1998 11:17:20 -0700 (PDT) Message-Id: <199804121817.LAA06432@freefall.freebsd.org> To: roberto@keltia.freenix.fr, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/924 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: EISA devices have disappeared from vmstat/systat interrupt counts State-Changed-From-To: analyzed-feedback State-Changed-By: phk State-Changed-When: Sun Apr 12 11:17:03 PDT 1998 State-Changed-Why: this has happened, right ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:20:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12413 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:20:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12390; Sun, 12 Apr 1998 11:20:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 12 Apr 1998 11:20:02 -0700 (PDT) Message-Id: <199804121820.LAA12390@hub.freebsd.org> To: freebsd-bugs Cc: From: Erik Moe Subject: Re: misc/6276: Can't connect to www.FreeBSD.org Reply-To: Erik Moe Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/6276; it has been noted by GNATS. From: Erik Moe To: freebsd-gnats-submit@freebsd.org, ehm@cris.com Cc: Subject: Re: misc/6276: Can't connect to www.FreeBSD.org Date: Sun, 12 Apr 1998 13:19:39 -0500 I have noticed that I have the same problem not only trying to connect to "www.freebsd.org", but also trying to connect to "www.apache.org". -- Erik Moe ehm@cris.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:20:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12462 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:20:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12168; Sun, 12 Apr 1998 11:19:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06499; Sun, 12 Apr 1998 11:19:12 -0700 (PDT) Date: Sun, 12 Apr 1998 11:19:12 -0700 (PDT) Message-Id: <199804121819.LAA06499@freefall.freebsd.org> To: gil@limbic.ssdl.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/922 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: From line handling incorrect in mail.local State-Changed-From-To: analyzed-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 11:19:02 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:33:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14529 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:33:00 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14523 for ; Sun, 12 Apr 1998 11:32:57 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id UAA17486; Sun, 12 Apr 1998 20:31:55 +0200 (CEST) To: Erik Moe cc: freebsd-bugs@hub.freebsd.org Subject: Re: misc/6276: Can't connect to www.FreeBSD.org In-reply-to: Your message of "Sun, 12 Apr 1998 11:20:02 PDT." <199804121820.LAA12390@hub.freebsd.org> Date: Sun, 12 Apr 1998 20:31:55 +0200 Message-ID: <17484.892405915@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <199804121820.LAA12390@hub.freebsd.org>, Erik Moe writes: >The following reply was made to PR misc/6276; it has been noted by GNATS. > >From: Erik Moe >To: freebsd-gnats-submit@freebsd.org, ehm@cris.com >Cc: Subject: Re: misc/6276: Can't connect to www.FreeBSD.org >Date: Sun, 12 Apr 1998 13:19:39 -0500 > > I have noticed that I have the same problem not only trying to connect > to "www.freebsd.org", but also trying to connect to "www.apache.org". > Well, www.freebsd.org works fine for me, so I thing the problem is in your end. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "Drink MONO-tonic, it goes down but it will NEVER come back up!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:40:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15472 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:40:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15447; Sun, 12 Apr 1998 11:40:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 12 Apr 1998 11:40:01 -0700 (PDT) Message-Id: <199804121840.LAA15447@hub.freebsd.org> To: freebsd-bugs Cc: From: Marc Slemko Subject: Re: misc/6276: Can't connect to www.FreeBSD.org Reply-To: Marc Slemko Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/6276; it has been noted by GNATS. From: Marc Slemko To: ehm@cris.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/6276: Can't connect to www.FreeBSD.org Date: Sun, 12 Apr 1998 12:36:41 -0600 (MDT) On Sat, 11 Apr 1998 ehm@cris.com wrote: > >Description: > My home office has three systems: and Indy running IRIX 6.2, an > i586 running FreeBSD 2.2.5, and an i386 also running FreeBSD 2.2.5. > All three systems are connected via ethernet. The i386 serves as > gateway to the internet using a 28.8K modem and the user PPP software > package configured for demand dialing. Both the Indy and the i586 > can route TCP/IP traffic through the gateway onto the Internet. > I have Netscape Communicator version 4.04 for the Indy and Netscape > Communicator version 4.05 for the i586. Everything works fine on > both systems until I try to reach the URL "http://www.freebsd.org". > The Indy system has no problem reaching the FreeBSD web site. > However, when I try to reach the same site with the i586 running > FreeBSD 2.2.5, I get the following error from Netscape: This is almost certainly due to a broken router or router config not sending ICMP can't fragment errors, since both www.apache.org and www.freebsd.org have path MTU discovery enabled. The probable reason why the Indy works is because it probably doesn't support PMTU-D so it advertises a MSS of something like 536 so the server doesn't try sending segments larger than that. Most likely, either ICMP is being filtered somewhere near you, or a router where there is a MTU change is using a private (RFC-1918) address which is getting filtered. See http://www.worldgate.com/~marcs/mtu/ for a description of PMTU-D and how it can be messed up. Without specifics about the addresses of the machines you are trying to connect to, I can't look to see where it appears the problem is, but this is the most likely explaination. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:45:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16338 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:45:34 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16332; Sun, 12 Apr 1998 11:45:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06602; Sun, 12 Apr 1998 11:45:02 -0700 (PDT) Date: Sun, 12 Apr 1998 11:45:02 -0700 (PDT) Message-Id: <199804121845.LAA06602@freefall.freebsd.org> To: ehm@cris.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/6276 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can't connect to www.FreeBSD.org State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Apr 12 11:43:57 PDT 1998 State-Changed-Why: This is not a freebsd problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:45:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16404 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:45:46 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ceia.nordier.com (m2-59-dbn.dial-up.net [196.34.155.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16396 for ; Sun, 12 Apr 1998 11:45:41 -0700 (PDT) (envelope-from rnordier@iafrica.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.8/8.6.12) id UAA07812; Sun, 12 Apr 1998 20:44:53 +0200 (SAT) From: Robert Nordier Message-Id: <199804121844.UAA07812@ceia.nordier.com> Subject: bin/5663: PR can be closed To: freebsd-bugs@FreeBSD.ORG Date: Sun, 12 Apr 1998 20:44:51 +0200 (SAT) Cc: rnordier@iafrica.com X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fdimage fails: sector not found PR appears to refer to the initial version of fdimage.exe which had this problem. Version 1.5 (May 1997) is believed to fix this, and this was confirmed at the time by someone who could reproduce the problem. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 11:47:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16861 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 11:47:42 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ceia.nordier.com (m2-59-dbn.dial-up.net [196.34.155.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16817 for ; Sun, 12 Apr 1998 11:47:32 -0700 (PDT) (envelope-from rnordier@iafrica.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.8/8.6.12) id UAA07824; Sun, 12 Apr 1998 20:46:45 +0200 (SAT) From: Robert Nordier Message-Id: <199804121846.UAA07824@ceia.nordier.com> Subject: bin/5710: PR can be closed To: freebsd-bugs@FreeBSD.ORG Date: Sun, 12 Apr 1998 20:46:44 +0200 (SAT) Cc: rnordier@iafrica.com X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can't install X from DOS using setup.exe The setup.exe program has been revised for the 2.2.6 release. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 12:00:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18932 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 12:00:57 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ceia.nordier.com (m2-59-dbn.dial-up.net [196.34.155.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18925 for ; Sun, 12 Apr 1998 12:00:50 -0700 (PDT) (envelope-from rnordier@iafrica.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.8/8.6.12) id UAA08169; Sun, 12 Apr 1998 20:59:56 +0200 (SAT) From: Robert Nordier Message-Id: <199804121859.UAA08169@ceia.nordier.com> Subject: Re: bin/5663: PR can be closed In-Reply-To: <199804121844.UAA07812@ceia.nordier.com> from Robert Nordier at "Apr 12, 98 08:44:51 pm" To: rnordier@iafrica.com (Robert Nordier) Date: Sun, 12 Apr 1998 20:59:54 +0200 (SAT) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I wrote: > Synopsis: fdimage fails: sector not found > > [ ... ] Ugh, apologies: this is apparently closed already. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 14:35:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03449 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 14:35:24 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03417; Sun, 12 Apr 1998 14:35:03 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA07298; Sun, 12 Apr 1998 14:34:38 -0700 (PDT) Date: Sun, 12 Apr 1998 14:34:38 -0700 (PDT) Message-Id: <199804122134.OAA07298@freefall.freebsd.org> To: volf@oasis.IAEhv.nl, wosch@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: docs/6279 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: portindex not executable State-Changed-From-To: open-closed State-Changed-By: wosch State-Changed-When: Sun Apr 12 14:31:18 PDT 1998 State-Changed-Why: portindex has executable permissions in the cvs tree. Maybe your local cvs tree is broken. Or you used a wrong cvs option ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 15:24:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11527 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 15:24:54 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11519; Sun, 12 Apr 1998 15:24:52 -0700 (PDT) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA07797; Sun, 12 Apr 1998 15:24:26 -0700 (PDT) Date: Sun, 12 Apr 1998 15:24:26 -0700 (PDT) Message-Id: <199804122224.PAA07797@freefall.freebsd.org> To: jmg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jmg@FreeBSD.ORG Subject: Re: bin/2703 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vipw doesn't allow you to edit master.passwd in another dir Responsible-Changed-From-To: freebsd-bugs->jmg Responsible-Changed-By: jmg Responsible-Changed-When: Sun Apr 12 15:24:04 PDT 1998 Responsible-Changed-Why: now that I'm a committer, I'll take care of this... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 15:26:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11749 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 15:26:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11735; Sun, 12 Apr 1998 15:26:04 -0700 (PDT) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA07868; Sun, 12 Apr 1998 15:25:38 -0700 (PDT) Date: Sun, 12 Apr 1998 15:25:38 -0700 (PDT) Message-Id: <199804122225.PAA07868@freefall.freebsd.org> To: jmg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jmg@FreeBSD.ORG Subject: Re: misc/2105 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bsd.lib.mk has problems with STRIP and INTERNALSTATICLIB Responsible-Changed-From-To: freebsd-bugs->jmg Responsible-Changed-By: jmg Responsible-Changed-When: Sun Apr 12 15:25:25 PDT 1998 Responsible-Changed-Why: now that I'm a committer, I'll take care of this... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 15:26:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11880 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 15:26:25 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11857; Sun, 12 Apr 1998 15:26:23 -0700 (PDT) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA07936; Sun, 12 Apr 1998 15:25:58 -0700 (PDT) Date: Sun, 12 Apr 1998 15:25:58 -0700 (PDT) Message-Id: <199804122225.PAA07936@freefall.freebsd.org> To: jmg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jmg@FreeBSD.ORG Subject: Re: i386/2239 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: some interrupts take too long (i.e. BT946) and can cause a sio buffer overflow Responsible-Changed-From-To: freebsd-bugs->jmg Responsible-Changed-By: jmg Responsible-Changed-When: Sun Apr 12 15:25:48 PDT 1998 Responsible-Changed-Why: now that I'm a committer, I'll take care of this... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 16:00:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15287 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 16:00:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15278; Sun, 12 Apr 1998 16:00:05 -0700 (PDT) (envelope-from gnats) Received: from indigo.ie (nsmart@ts01-09.waterford.indigo.ie [194.125.139.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14457 for ; Sun, 12 Apr 1998 15:55:49 -0700 (PDT) (envelope-from nsmart@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id XAA02917; Sun, 12 Apr 1998 23:56:19 +0100 (IST) (envelope-from nsmart) Message-Id: <199804122256.XAA02917@indigo.ie> Date: Sun, 12 Apr 1998 23:56:19 +0100 (IST) From: rotel@indigo.ie Reply-To: rotel@indigo.ie To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6283: linux compat does not follow symlinks "correctly" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6283 >Category: bin >Synopsis: linux compat does not follow symlinks "correctly" >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 12 16:00:04 PDT 1998 >Last-Modified: >Originator: Niall Smart >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: The linux compatability module does not follow symlinks to directories as it would follow the directory itself: [root@ginseng linux]# ls -lad etc drwxr-xr-x 2 root wheel 512 Apr 12 23:43 etc [root@ginseng linux]# ls -lad foo lrwxrwxrwx 1 root wheel 4 Apr 12 23:51 foo -> /etc [root@ginseng linux]# bin/sh -c "echo /etc/*" /etc/host.conf /etc/ld.so.cache /etc/ld.so.conf /etc/nsswitch.conf [root@ginseng linux]# bin/sh -c "echo foo/*" foo/COPYRIGHT foo/XF86Config foo/XF86Config.bak foo/adduser.conf foo/adduser.conf.bak foo/aliases foo/aliases.db foo/amd.map [snip] >How-To-Repeat: >Fix: Patch not included, sorry :) >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 Apr 12 16:16:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17487 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 16:16:53 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17473; Sun, 12 Apr 1998 16:16:44 -0700 (PDT) (envelope-from danny@FreeBSD.org) From: "Daniel O'Callaghan" Received: (from danny@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA08097; Sun, 12 Apr 1998 16:16:17 -0700 (PDT) Date: Sun, 12 Apr 1998 16:16:17 -0700 (PDT) Message-Id: <199804122316.QAA08097@freefall.freebsd.org> To: dwhite@resnet.uoregon.edu, danny@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/5710 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can't install X from DOS using setup.exe State-Changed-From-To: open-closed State-Changed-By: danny State-Changed-When: Sun Apr 12 16:15:18 PDT 1998 State-Changed-Why: Fixed in 2.2.6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 17:05:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23998 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 17:05:15 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23987; Sun, 12 Apr 1998 17:05:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA08235; Sun, 12 Apr 1998 17:04:40 -0700 (PDT) Date: Sun, 12 Apr 1998 17:04:40 -0700 (PDT) Message-Id: <199804130004.RAA08235@freefall.freebsd.org> To: volf@oasis.IAEhv.nl, asami@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: docs/6279 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: portindex not executable State-Changed-From-To: closed-open State-Changed-By: asami State-Changed-When: Sun Apr 12 17:02:41 PDT 1998 State-Changed-Why: Scripts shouldn't depend on the permissions on files on the CVS tree. There are transmission agents that don't preserve executable bits (e.g. FTP). The original suggestion by the submitter was correct, and someone with the www tree should test and commit it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 18:08:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01539 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 18:08:10 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from lohi.clinet.fi (root@lohi.clinet.fi [194.100.0.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01530; Sun, 12 Apr 1998 18:08:06 -0700 (PDT) (envelope-from hsu@katiska.clinet.fi) Received: from katiska.clinet.fi (hsu@katiska.clinet.fi [194.100.0.4]) by lohi.clinet.fi (8.8.8/8.8.6) with ESMTP id EAA27095; Mon, 13 Apr 1998 04:08:48 +0300 (EEST) Received: (from hsu@localhost) by katiska.clinet.fi (8.8.8/8.8.6) id EAA28252; Mon, 13 Apr 1998 04:07:58 +0300 (EEST) Date: Mon, 13 Apr 1998 04:07:58 +0300 (EEST) Message-Id: <199804130107.EAA28252@katiska.clinet.fi> From: Heikki Suonsivu To: Poul-Henning Kamp Cc: hsu@clinet.fi, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/658 In-Reply-To: <199804121757.KAA05568@freefall.freebsd.org> References: <199804121757.KAA05568@freefall.freebsd.org> Organization: Clinet Ltd, Espoo, Finland Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Poul-Henning Kamp writes: > Synopsis: ifconfig alias has to be separately given > > State-Changed-From-To: open-suspended > State-Changed-By: phk > State-Changed-When: Sun Apr 12 10:56:23 PDT 1998 > State-Changed-Why: > -> suspended > > If somebody startes to fiddle it, it would be nice to be able to > say "ifconfig ed0 195.8.129.17/28" The original problem has been solved in current /etc, as aliases can be given for interfaces in sysconfig/rc.conf. I think most other issues here also have been addressed, except possibly error checking. I would not mind CIDR notation for ifconfig :-) -- Heikki Suonsivu, T{ysikuu 10 C 83/02210 Espoo/FINLAND, hsu@clinet.fi mobile +358-40-5519679 work +358-9-43542270 fax -4555276 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 12 21:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27707 for freebsd-bugs-outgoing; Sun, 12 Apr 1998 21:20:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27701; Sun, 12 Apr 1998 21:20:03 -0700 (PDT) (envelope-from gnats) Received: from alembic.isegoria.com (ppp0a008.std.com [208.192.100.8]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA26946 for ; Sun, 12 Apr 1998 21:13:48 -0700 (PDT) (envelope-from aecolley@world.std.com) Received: from aecolley by alembic.isegoria.com with local (Exim 1.82 #1) id 0yOaab-0000ul-00; Mon, 13 Apr 1998 00:11:25 -0400 Message-Id: Date: Mon, 13 Apr 1998 00:11:25 -0400 From: aecolley@world.std.com Reply-To: aecolley@world.std.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/6284: Can't disable sendmail in favour of exim Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6284 >Category: conf >Synopsis: Can't disable sendmail in favour of exim >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 12 21:20:02 PDT 1998 >Last-Modified: >Originator: Adrian Colley >Organization: Sun Microsystems, Inc. >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Exim: I've installed the mail/exim port and overwritten /usr/sbin/{sendmail,purgestat} and /usr/bin/{mailq,hoststat,newaliases} with symlinks to /usr/local/sbin/exim. DNS: The machine name is `alembic.isegoria.com', which isn't yet registered. Mail: Exim is configured to recognise `isegoria.com' as local; fetchmail is used to grab mail from aecolley@world.std.com and redirect it to aecolley@isegoria.com via localhost. (Works fine.) >Description: I cvsupped and made world and rebooted. After a few hours, I discovered that sendmail (the real sendmail) was running. Duh; I forgot to nuke it again after the make world, so my symlinks to exim had been replaced by a newly-compiled sendmail. Of course, sendmail isn't configured to know about isegoria.com. It is, however, smart enough to know how to send bounce messages and drop all other mail. An option, NO_SENDMAIL, in /etc/make.conf is probably in order. Patch file attached. Please to commit. Thank you. Some related comments: /etc/rc starts /usr/sbin/sendmail by name instead of making it an rc.conf-variable Too many mail-sending things have "sendmail" hardcoded in them (such as, er, send-pr), so the symlink is necessary. I removed /etc/sendmail.cf, but of course it's another thing installed by make world, so it will be back. Please accept my apologies-in-advance if I've sorely abused send-pr or any of its fields. >How-To-Repeat: Install something to replace sendmail; configure it; make world; reboot. Watch sendmail come back to life like a nethack troll. Sendmail bites. Sendmail bites! Your scrolls of mail crumble to dust. --More-- >Fix: Patch generated with CVSROOT=/home/ncvs cvs diff -u \ src/etc/make.conf src/usr.sbin/Makefile : Index: src/etc/make.conf =================================================================== RCS file: /home/ncvs/src/etc/make.conf,v retrieving revision 1.37.2.13 diff -u -r1.37.2.13 make.conf --- make.conf 1998/04/01 21:09:31 1.37.2.13 +++ make.conf 1998/04/13 03:18:57 @@ -187,3 +187,9 @@ # /etc/passwd. The default number is 20011. # #TOP_TABLE_SIZE= 101 + +# +# If you use an alternative mailer such as qmail or exim, you may want +# to define this to avoid compiling and installing sendmail. +#NO_SENDMAIL= true + Index: src/usr.sbin/Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/Makefile,v retrieving revision 1.98.2.7 diff -u -r1.98.2.7 Makefile --- Makefile 1998/01/21 06:03:59 1.98.2.7 +++ Makefile 1998/04/13 02:57:38 @@ -9,10 +9,14 @@ newsyslog nslookup pccard pciconf pcvt pkg_install pnpinfo portmap \ ppp pppctl pppd pppstats pstat pw pwd_mkdb quot quotaon rarpd \ repquota rmt rndcontrol rpc.lockd rpc.statd rpc.yppasswdd rpc.ypxfrd \ - rwhod sa sendmail sliplogin slstat \ + rwhod sa sliplogin slstat \ spray sysctl syslogd tcpdump timed traceroute trpt tzsetup vipw \ vnconfig watch wlconfig wormcontrol xntpd xten ypbind yp_mkdb \ yppoll yppush ypset ypserv zic + +.if !defined(NO_SENDMAIL) +SUBDIR+= sendmail +.endif SUBDIR+=IPXrouted >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 Apr 13 00:51:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27406 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 00:51:43 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27396; Mon, 13 Apr 1998 00:51:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA10218; Mon, 13 Apr 1998 00:51:08 -0700 (PDT) Date: Mon, 13 Apr 1998 00:51:08 -0700 (PDT) Message-Id: <199804130751.AAA10218@freefall.freebsd.org> To: roberto@keltia.freenix.fr, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/924 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: EISA devices have disappeared from vmstat/systat interrupt counts State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 00:50:37 PDT 1998 State-Changed-Why: originator said we could close. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:26:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02602 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:26:20 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA02596; Mon, 13 Apr 1998 01:26:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10325; Mon, 13 Apr 1998 01:25:46 -0700 (PDT) Date: Mon, 13 Apr 1998 01:25:46 -0700 (PDT) Message-Id: <199804130825.BAA10325@freefall.freebsd.org> To: henrich@msu.edu, phk@FreeBSD.ORG, wollman@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/401 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add REMOTE_* variables State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 01:25:23 PDT 1998 State-Changed-Why: -> suspended Responsible-Changed-From-To: wollman->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Mon Apr 13 01:25:23 PDT 1998 Responsible-Changed-Why: -> suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:32:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA03738 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:32:13 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA03729; Mon, 13 Apr 1998 01:32:07 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10469; Mon, 13 Apr 1998 01:31:38 -0700 (PDT) Date: Mon, 13 Apr 1998 01:31:38 -0700 (PDT) Message-Id: <199804130831.BAA10469@freefall.freebsd.org> To: phk@FreeBSD.ORG, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/765 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: umount -f can`t umount a NFS filesystem in use Responsible-Changed-From-To: phk->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Mon Apr 13 01:31:27 PDT 1998 Responsible-Changed-Why: ->suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:35:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04867 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:35:57 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04847; Mon, 13 Apr 1998 01:35:26 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10612; Mon, 13 Apr 1998 01:34:57 -0700 (PDT) Date: Mon, 13 Apr 1998 01:34:57 -0700 (PDT) Message-Id: <199804130834.BAA10612@freefall.freebsd.org> To: hsu@clinet.fi, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/841 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: stale nfs mounts cannot be umounted State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 01:34:41 PDT 1998 State-Changed-Why: -> suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:38:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05333 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:38:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05323; Mon, 13 Apr 1998 01:38:08 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10713; Mon, 13 Apr 1998 01:37:39 -0700 (PDT) Date: Mon, 13 Apr 1998 01:37:39 -0700 (PDT) Message-Id: <199804130837.BAA10713@freefall.freebsd.org> To: hsu@clinet.fi, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/926 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Mounting nfs disks before starting mountd: Chicken or Egg problem State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 01:37:24 PDT 1998 State-Changed-Why: looks like we fixed it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:39:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05630 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:39:32 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05612; Mon, 13 Apr 1998 01:39:27 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10783; Mon, 13 Apr 1998 01:38:58 -0700 (PDT) Date: Mon, 13 Apr 1998 01:38:58 -0700 (PDT) Message-Id: <199804130838.BAA10783@freefall.freebsd.org> To: adam@ubiq.veda.is, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/961 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'more $file', incorrect CRLF compacting. State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 01:38:47 PDT 1998 State-Changed-Why: -> suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:43:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06038 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:43:30 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06026; Mon, 13 Apr 1998 01:43:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10858; Mon, 13 Apr 1998 01:42:51 -0700 (PDT) Date: Mon, 13 Apr 1998 01:42:51 -0700 (PDT) Message-Id: <199804130842.BAA10858@freefall.freebsd.org> To: hsu@FreeBSD.ORG, phk@FreeBSD.ORG, bde@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/975 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: getrusage returns negative deltas State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 01:40:01 PDT 1998 State-Changed-Why: ->suspended Responsible-Changed-From-To: bde->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Mon Apr 13 01:40:01 PDT 1998 Responsible-Changed-Why: .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:44:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06337 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:44:57 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06243; Mon, 13 Apr 1998 01:43:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10927; Mon, 13 Apr 1998 01:43:14 -0700 (PDT) Date: Mon, 13 Apr 1998 01:43:14 -0700 (PDT) Message-Id: <199804130843.BAA10927@freefall.freebsd.org> To: smp@csn.net, phk@FreeBSD.ORG, peter@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/993 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: g++ complains about /usr/include/machine/cpufunc.h State-Changed-From-To: suspended-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 01:42:56 PDT 1998 State-Changed-Why: I am. Responsible-Changed-From-To: peter->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Mon Apr 13 01:42:56 PDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:47:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06678 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:47:34 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06562; Mon, 13 Apr 1998 01:45:21 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10997; Mon, 13 Apr 1998 01:44:52 -0700 (PDT) Date: Mon, 13 Apr 1998 01:44:52 -0700 (PDT) Message-Id: <199804130844.BAA10997@freefall.freebsd.org> To: obrien@cs.ucdavis.edu, phk@FreeBSD.ORG, peter@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/999 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/share/mk/sys.mk missing common $(RM) macro State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 01:44:17 PDT 1998 State-Changed-Why: -> suspended ${CP} and others seem to be missing as well Responsible-Changed-From-To: peter->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Mon Apr 13 01:44:17 PDT 1998 Responsible-Changed-Why: .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:53:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07189 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:53:47 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07174; Mon, 13 Apr 1998 01:53:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11140; Mon, 13 Apr 1998 01:53:14 -0700 (PDT) Date: Mon, 13 Apr 1998 01:53:14 -0700 (PDT) Message-Id: <199804130853.BAA11140@freefall.freebsd.org> To: tom@atlas.uniserve.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/1090 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: iostat displays incorrect sps count State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 01:52:02 PDT 1998 State-Changed-Why: probably integer overflow. ->suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:55:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07540 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:55:41 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07523; Mon, 13 Apr 1998 01:55:35 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11212; Mon, 13 Apr 1998 01:55:06 -0700 (PDT) Date: Mon, 13 Apr 1998 01:55:06 -0700 (PDT) Message-Id: <199804130855.BAA11212@freefall.freebsd.org> To: mi@aldan.saturn.net, phk@FreeBSD.ORG, wollman@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1093 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: route's diagnostic is weird State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 01:54:15 PDT 1998 State-Changed-Why: ->suspended Responsible-Changed-From-To: wollman->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Mon Apr 13 01:54:15 PDT 1998 Responsible-Changed-Why: .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:56:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07796 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:56:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07750; Mon, 13 Apr 1998 01:56:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11279; Mon, 13 Apr 1998 01:55:30 -0700 (PDT) Date: Mon, 13 Apr 1998 01:55:30 -0700 (PDT) Message-Id: <199804130855.BAA11279@freefall.freebsd.org> To: hsu@clinet.fi, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/1098 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: File system corruption (2 cases) State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 01:55:11 PDT 1998 State-Changed-Why: originator told us so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:57:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08095 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:57:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08088; Mon, 13 Apr 1998 01:57:17 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11348; Mon, 13 Apr 1998 01:56:44 -0700 (PDT) Date: Mon, 13 Apr 1998 01:56:44 -0700 (PDT) Message-Id: <199804130856.BAA11348@freefall.freebsd.org> To: jraynard@dial.pipex.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/1144 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sig{add, del}set and sigismember fns don't check signo State-Changed-From-To: analyzed-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 01:56:33 PDT 1998 State-Changed-Why: -> suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:58:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08406 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:58:29 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08395; Mon, 13 Apr 1998 01:58:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11415; Mon, 13 Apr 1998 01:57:54 -0700 (PDT) Date: Mon, 13 Apr 1998 01:57:54 -0700 (PDT) Message-Id: <199804130857.BAA11415@freefall.freebsd.org> To: hsu@clinet.fi, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1155 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: systat or top display disagreeing information State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 01:57:45 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 01:59:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08656 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 01:59:22 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08650; Mon, 13 Apr 1998 01:59:20 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA11482; Mon, 13 Apr 1998 01:58:51 -0700 (PDT) Date: Mon, 13 Apr 1998 01:58:51 -0700 (PDT) Message-Id: <199804130858.BAA11482@freefall.freebsd.org> To: gpalmer@FreeBSD.ORG, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/1204 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: umount -f after SCSI reset -> reboot State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 01:58:43 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 02:03:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09262 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 02:03:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09254; Mon, 13 Apr 1998 02:03:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA11675; Mon, 13 Apr 1998 02:02:31 -0700 (PDT) Date: Mon, 13 Apr 1998 02:02:31 -0700 (PDT) Message-Id: <199804130902.CAA11675@freefall.freebsd.org> To: phk@ref.tfs.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/1251 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: aha0 and bt0(eisa) conflicts again. State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 02:02:18 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 02:04:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09552 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 02:04:31 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09547; Mon, 13 Apr 1998 02:04:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA11745; Mon, 13 Apr 1998 02:03:59 -0700 (PDT) Date: Mon, 13 Apr 1998 02:03:59 -0700 (PDT) Message-Id: <199804130903.CAA11745@freefall.freebsd.org> To: hsu@clinet.fi, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/1256 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ZNYX 314 mysterously looses packets State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Mon Apr 13 02:03:26 PDT 1998 State-Changed-Why: so we'll see about this in june, right ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 02:10:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10125 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 02:10:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10120 for ; Mon, 13 Apr 1998 02:10:05 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id CAA03257; Mon, 13 Apr 1998 02:09:52 -0700 (PDT) Message-Id: <199804130909.CAA03257@implode.root.com> To: Marc Slemko cc: freebsd-bugs@hub.freebsd.org Subject: Re: misc/6276: Can't connect to www.FreeBSD.org In-reply-to: Your message of "Sun, 12 Apr 1998 11:40:01 PDT." <199804121840.LAA15447@hub.freebsd.org> From: David Greenman Reply-To: dg@root.com Date: Mon, 13 Apr 1998 02:09:52 -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >The following reply was made to PR misc/6276; it has been noted by GNATS. > >From: Marc Slemko >To: ehm@cris.com >Cc: freebsd-gnats-submit@FreeBSD.ORG >Subject: Re: misc/6276: Can't connect to www.FreeBSD.org >Date: Sun, 12 Apr 1998 12:36:41 -0600 (MDT) > > On Sat, 11 Apr 1998 ehm@cris.com wrote: > > > >Description: > > My home office has three systems: and Indy running IRIX 6.2, an > > i586 running FreeBSD 2.2.5, and an i386 also running FreeBSD 2.2.5. > > All three systems are connected via ethernet. The i386 serves as > > gateway to the internet using a 28.8K modem and the user PPP software > > package configured for demand dialing. Both the Indy and the i586 > > can route TCP/IP traffic through the gateway onto the Internet. > > I have Netscape Communicator version 4.04 for the Indy and Netscape > > Communicator version 4.05 for the i586. Everything works fine on > > both systems until I try to reach the URL "http://www.freebsd.org". > > The Indy system has no problem reaching the FreeBSD web site. > > However, when I try to reach the same site with the i586 running > > FreeBSD 2.2.5, I get the following error from Netscape: > > This is almost certainly due to a broken router or router config not > sending ICMP can't fragment errors, since both www.apache.org and > www.freebsd.org have path MTU discovery enabled. If this is true, then a quick test would be if ftp.freebsd.org (wcarchive) works okay - PMTU Discovery is disabled on that machine. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 02:17:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11220 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 02:17:35 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11208; Mon, 13 Apr 1998 02:17:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12028; Mon, 13 Apr 1998 02:16:31 -0700 (PDT) Date: Mon, 13 Apr 1998 02:16:31 -0700 (PDT) Message-Id: <199804130916.CAA12028@freefall.freebsd.org> To: rhh@ct.picker.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1312 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: automounter hangs on boot State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 02:15:29 PDT 1998 State-Changed-Why: ->suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 02:20:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11656 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 02:20:31 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11641; Mon, 13 Apr 1998 02:20:20 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12165; Mon, 13 Apr 1998 02:19:51 -0700 (PDT) Date: Mon, 13 Apr 1998 02:19:51 -0700 (PDT) Message-Id: <199804130919.CAA12165@freefall.freebsd.org> To: zgabor@code.hu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1315 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ls(1) State-Changed-From-To: analyzed-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 02:19:40 PDT 1998 State-Changed-Why: ->suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 02:21:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12030 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 02:21:34 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11559; Mon, 13 Apr 1998 02:19:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12098; Mon, 13 Apr 1998 02:19:26 -0700 (PDT) Date: Mon, 13 Apr 1998 02:19:26 -0700 (PDT) Message-Id: <199804130919.CAA12098@freefall.freebsd.org> To: gena@netvision.net.il, phk@FreeBSD.ORG, gpalmer@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1320 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dump limits blocksize to 32K State-Changed-From-To: analyzed-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 02:18:07 PDT 1998 State-Changed-Why: ->suspended. I think the local/remote distinction is bogus. If I try to read a tape that was written remotely with a larger blocksize, on my local DLT, I will loose, right ? Responsible-Changed-From-To: gpalmer->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Mon Apr 13 02:18:07 PDT 1998 Responsible-Changed-Why: .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 02:24:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12631 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 02:24:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12590; Mon, 13 Apr 1998 02:23:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12291; Mon, 13 Apr 1998 02:23:29 -0700 (PDT) Date: Mon, 13 Apr 1998 02:23:29 -0700 (PDT) Message-Id: <199804130923.CAA12291@freefall.freebsd.org> To: Duncan.Barclay@pa-consulting.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1332 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: changes to amd and possible nfs lkm bug? State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 02:23:17 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 02:25:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12959 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 02:25:49 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12943; Mon, 13 Apr 1998 02:25:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12438; Mon, 13 Apr 1998 02:25:14 -0700 (PDT) Date: Mon, 13 Apr 1998 02:25:14 -0700 (PDT) Message-Id: <199804130925.CAA12438@freefall.freebsd.org> To: zgabor@code.hu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1364 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ps(1) bugs State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 02:24:50 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 02:30:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14129 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 02:30:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA13955; Mon, 13 Apr 1998 02:29:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12505; Mon, 13 Apr 1998 02:29:19 -0700 (PDT) Date: Mon, 13 Apr 1998 02:29:19 -0700 (PDT) Message-Id: <199804130929.CAA12505@freefall.freebsd.org> To: risner@stdio.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/1369 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Need SC_MORE_LUS for Emulex MD23 also State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 02:26:07 PDT 1998 State-Changed-Why: tiemed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 04:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28548 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 04:10:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28536; Mon, 13 Apr 1998 04:10:02 -0700 (PDT) (envelope-from gnats) Received: from xyzzy.machaon.ru ([195.218.138.136]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26391 for ; Mon, 13 Apr 1998 11:00:40 GMT (envelope-from dima@xyzzy.machaon.ru) Received: (from dima@localhost) by xyzzy.machaon.ru (8.8.8/8.8.5) id PAA00481; Mon, 13 Apr 1998 15:00:22 +0400 (MSD) Message-Id: <199804131100.PAA00481@xyzzy.machaon.ru> Date: Mon, 13 Apr 1998 15:00:22 +0400 (MSD) From: Dmitry Khrustalev Reply-To: dima@xyzzy.machaon.ru To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: gnu/6287: typo in contrib/gcc/config/i386/freebsd.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6287 >Category: gnu >Synopsis: typo in contrib/gcc/config/i386/freebsd.h >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 Apr 13 04:10:01 PDT 1998 >Last-Modified: >Originator: Dmitry Khrustalev >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: Current of 12 Apr 1998. >Description: linking with -pg broken. >How-To-Repeat: try to link with gcc -pg -v >Fix: --- contrib/gcc/config/i386/freebsd.h.orig Mon Apr 13 14:51:51 1998 +++ contrib/gcc/config/i386/freebsd.h Mon Apr 13 14:52:14 1998 @@ -501,7 +501,7 @@ /* Like the default, except no -lg, and no -p. */ #undef LIB_SPEC -#define LIB_SPEC "%{!shared:%{!pg:%{!pthread:%{!kthread:-lc}%{kthread:-lpthread -lc}}%{pthread:-lc_r}}%{pg:%{!pthread:%{!kthread:-lc_r}%{kthread:-lpthread_p -lc_p}}%{pthread:-lc_r_p}}}" +#define LIB_SPEC "%{!shared:%{!pg:%{!pthread:%{!kthread:-lc}%{kthread:-lpthread -lc}}%{pthread:-lc_r}}%{pg:%{!pthread:%{!kthread:-lc_p}%{kthread:-lpthread_p -lc_p}}%{pthread:-lc_r_p}}}" /* Let gcc locate this for us according to the -m rules */ #undef LIBGCC_SPEC >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 Apr 13 05:14:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09731 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 05:14:22 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09725; Mon, 13 Apr 1998 12:14:19 GMT (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA13362; Mon, 13 Apr 1998 05:13:49 -0700 (PDT) Date: Mon, 13 Apr 1998 05:13:49 -0700 (PDT) Message-Id: <199804131213.FAA13362@freefall.freebsd.org> To: mika@cs.caltech.edu, dfr@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6231 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: amd automount fallback to "mount version 1" does not work State-Changed-From-To: open-closed State-Changed-By: dfr State-Changed-When: Mon Apr 13 05:13:33 PDT 1998 State-Changed-Why: Fix applied To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 05:14:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09917 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 05:14:41 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09880; Mon, 13 Apr 1998 12:14:38 GMT (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA13426; Mon, 13 Apr 1998 05:14:08 -0700 (PDT) Date: Mon, 13 Apr 1998 05:14:08 -0700 (PDT) Message-Id: <199804131214.FAA13426@freefall.freebsd.org> To: mika@cs.caltech.edu, dfr@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4678 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: amd does not treat multiple interfaces on remote server properly (earlier PR amended) State-Changed-From-To: open-closed State-Changed-By: dfr State-Changed-When: Mon Apr 13 05:13:56 PDT 1998 State-Changed-Why: Fix applied To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 05:20:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11049 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 05:20:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11027; Mon, 13 Apr 1998 05:20:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Apr 1998 05:20:01 -0700 (PDT) Message-Id: <199804131220.FAA11027@hub.freebsd.org> To: freebsd-bugs Cc: From: Niall Smart Subject: Re: bin/6283: linux compat does not follow symlinks "correctly" Reply-To: Niall Smart Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6283; it has been noted by GNATS. From: Niall Smart To: rotel@indigo.ie, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/6283: linux compat does not follow symlinks "correctly" Date: Mon, 13 Apr 1998 13:16:22 +0000 On Apr 12, 11:56pm, rotel@indigo.ie wrote: } Subject: bin/6283: linux compat does not follow symlinks "correctly" Someone changed my mind about this PR, you can kill it :) Niall -- Niall Smart. Microsoft Suck. See www.freebsd.org for details. echo "#define if(x) if(!(x))" >> /usr/include/stdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 06:17:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA21137 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 06:17:42 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21119; Mon, 13 Apr 1998 13:17:35 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA13708; Mon, 13 Apr 1998 06:17:01 -0700 (PDT) Date: Mon, 13 Apr 1998 06:17:01 -0700 (PDT) Message-Id: <199804131317.GAA13708@freefall.freebsd.org> To: rotel@indigo.ie, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6283 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: linux compat does not follow symlinks "correctly" State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 06:16:43 PDT 1998 State-Changed-Why: closed at originators request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 06:50:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25717 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 06:50:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25708; Mon, 13 Apr 1998 06:50:02 -0700 (PDT) (envelope-from gnats) Received: from newport-1-12.quick.net (josh@newport-1-12.quick.net [207.212.160.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25576 for ; Mon, 13 Apr 1998 13:48:24 GMT (envelope-from josh@newport-1-12.quick.net) Received: (from josh@localhost) by newport-1-12.quick.net (8.8.8/8.8.8) id GAA13972; Mon, 13 Apr 1998 06:48:21 -0700 (PDT) (envelope-from josh) Message-Id: <199804131348.GAA13972@newport-1-12.quick.net> Date: Mon, 13 Apr 1998 06:48:21 -0700 (PDT) From: josh@quick.net Reply-To: josh@quick.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/6289: add strings(1) to what(1) "SEE ALSO" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6289 >Category: docs >Synopsis: add strings(1) to what(1) "SEE ALSO" >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: Mon Apr 13 06:50:01 PDT 1998 >Last-Modified: >Originator: Josh Gilliam >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: src/usr.bin/what.1 1.7 >Description: add strings(1) to what(1) "SEE ALSO" >How-To-Repeat: man 1 what >Fix: --- what.1~ Tue Aug 26 18:22:49 1997 +++ what.1 Mon Apr 13 06:22:56 1998 @@ -65,7 +65,8 @@ and may not behave exactly the same as that command does. .Sh SEE ALSO -.Xr ident 1 +.Xr ident 1 , +.Xr strings 1 .Sh HISTORY The .Nm >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 Apr 13 07:14:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA29755 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 07:14:11 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29686; Mon, 13 Apr 1998 14:13:37 GMT (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA07758; Mon, 13 Apr 1998 07:13:07 -0700 (PDT) Date: Mon, 13 Apr 1998 07:13:07 -0700 (PDT) Message-Id: <199804131413.HAA07758@freefall.freebsd.org> To: dima@xyzzy.machaon.ru, peter@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: gnu/6287 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: typo in contrib/gcc/config/i386/freebsd.h State-Changed-From-To: open-closed State-Changed-By: peter State-Changed-When: Mon Apr 13 07:12:37 PDT 1998 State-Changed-Why: Suggested fix applied in rev 1.18 of freebsd.h, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 07:58:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07989 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 07:58:34 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07957; Mon, 13 Apr 1998 07:58:31 -0700 (PDT) (envelope-from steve) Date: Mon, 13 Apr 1998 07:58:31 -0700 (PDT) From: Steve Price Message-Id: <199804131458.HAA07957@hub.freebsd.org> To: steve, freebsd-bugs, freebsd-doc Subject: Re: docs/4043 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: man page for directory ops is misleading Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: steve Responsible-Changed-When: Mon Apr 13 07:57:33 PDT 1998 Responsible-Changed-Why: freebsd-doc is now responsible for all docs PRs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 08:00:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08520 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 08:00:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08463; Mon, 13 Apr 1998 08:00:05 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Apr 1998 08:00:05 -0700 (PDT) Message-Id: <199804131500.IAA08463@hub.freebsd.org> To: freebsd-bugs Cc: From: Tim Vanderhoek Subject: Re: bin/999 Reply-To: Tim Vanderhoek Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/999; it has been noted by GNATS. From: Tim Vanderhoek To: Poul-Henning Kamp Cc: obrien@cs.ucdavis.edu, peter@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/999 Date: Mon, 13 Apr 1998 10:57:20 -0400 (EDT) On Mon, 13 Apr 1998, Poul-Henning Kamp wrote: > Synopsis: /usr/share/mk/sys.mk missing common $(RM) macro > > State-Changed-From-To: open-suspended > State-Changed-By: phk > State-Changed-When: Mon Apr 13 01:44:17 PDT 1998 > State-Changed-Why: > -> suspended > > ${CP} and others seem to be missing as well bsd.port.mk contains a whole bunch of these that should probably be moved into the correct files. The assignments in bsd.port.mk should then be changed to "?=" for a period about two release cycles. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 08:07:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09642 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 08:07:28 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA09629; Mon, 13 Apr 1998 15:07:20 GMT (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08458; Mon, 13 Apr 1998 08:06:49 -0700 (PDT) Date: Mon, 13 Apr 1998 08:06:49 -0700 (PDT) Message-Id: <199804131506.IAA08458@freefall.freebsd.org> To: mark@grondar.za, wollman@FreeBSD.ORG, wollman@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/826 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcpmux listener in inetd does not work State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Mon Apr 13 08:05:20 PDT 1998 State-Changed-Why: I fixed the problem by adding additional documentation to describe how it was supposed to work. Responsible-Changed-From-To: wollman->freebsd-bugs Responsible-Changed-By: wollman Responsible-Changed-When: Mon Apr 13 08:05:20 PDT 1998 Responsible-Changed-Why: So that the bugs list will get a CC on this change. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 08:31:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13736 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 08:31:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13731; Mon, 13 Apr 1998 15:31:02 GMT (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08618; Mon, 13 Apr 1998 08:30:31 -0700 (PDT) Date: Mon, 13 Apr 1998 08:30:31 -0700 (PDT) Message-Id: <199804131530.IAA08618@freefall.freebsd.org> To: hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: docs/2353 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Changes to FAQ Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: hoek Responsible-Changed-When: Mon Apr 13 08:28:42 PDT 1998 Responsible-Changed-Why: -doc related PR. NB: this includes patches to the LinuxDoc sgml. Part of this may soon become irrelevant if not handled soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 08:33:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14127 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 08:33:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14120; Mon, 13 Apr 1998 15:33:12 GMT (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08737; Mon, 13 Apr 1998 08:32:41 -0700 (PDT) Date: Mon, 13 Apr 1998 08:32:41 -0700 (PDT) Message-Id: <199804131532.IAA08737@freefall.freebsd.org> To: hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: conf/3590 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FAQ gives bad reccomendation re: xdm Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: hoek Responsible-Changed-When: Mon Apr 13 08:31:45 PDT 1998 Responsible-Changed-Why: -doc related PR. Rephrased Synopsis (I thought we got to enter explanations of synopsis-changes, too?) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 08:34:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14483 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 08:34:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14478; Mon, 13 Apr 1998 15:34:06 GMT (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08806; Mon, 13 Apr 1998 08:33:35 -0700 (PDT) Date: Mon, 13 Apr 1998 08:33:35 -0700 (PDT) Message-Id: <199804131533.IAA08806@freefall.freebsd.org> To: hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: docs/5070 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new FAQ entries Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: hoek Responsible-Changed-When: Mon Apr 13 08:33:11 PDT 1998 Responsible-Changed-Why: Awaiting conversion to DocBook!! Yay! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 08:36:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14892 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 08:36:01 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14879; Mon, 13 Apr 1998 15:35:57 GMT (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08878; Mon, 13 Apr 1998 08:35:26 -0700 (PDT) Date: Mon, 13 Apr 1998 08:35:26 -0700 (PDT) Message-Id: <199804131535.IAA08878@freefall.freebsd.org> To: hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: docs/4698 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Handbook's script for making repair floppy doesn't work Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: hoek Responsible-Changed-When: Mon Apr 13 08:34:04 PDT 1998 Responsible-Changed-Why: Includes patch (ugh. not in diff form) to hw.sgml. Plain-text. Ohya. -doc related PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 08:39:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15877 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 08:39:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15852; Mon, 13 Apr 1998 15:39:07 GMT (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA08950; Mon, 13 Apr 1998 08:38:36 -0700 (PDT) Date: Mon, 13 Apr 1998 08:38:36 -0700 (PDT) Message-Id: <199804131538.IAA08950@freefall.freebsd.org> To: hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: docs/5545 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: http://www.freebsd.org/handbook/handbook35.html next link is labeled wrong Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: hoek Responsible-Changed-When: Mon Apr 13 08:36:32 PDT 1998 Responsible-Changed-Why: This is really a problem with the third part software used to generate the html version of the handbook. I'll assign it to -doc for now, but perhaps something else should be done. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 08:39:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16306 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 08:39:59 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16285; Mon, 13 Apr 1998 15:39:54 GMT (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09019; Mon, 13 Apr 1998 08:39:23 -0700 (PDT) Date: Mon, 13 Apr 1998 08:39:23 -0700 (PDT) Message-Id: <199804131539.IAA09019@freefall.freebsd.org> To: hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: docs/6036 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New handbook section 10.4.3.4 - si driver config Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: hoek Responsible-Changed-When: Mon Apr 13 08:38:56 PDT 1998 Responsible-Changed-Why: Subj says it all! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 08:43:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16875 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 08:43:10 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16869; Mon, 13 Apr 1998 15:43:08 GMT (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09094; Mon, 13 Apr 1998 08:42:37 -0700 (PDT) Date: Mon, 13 Apr 1998 08:42:37 -0700 (PDT) Message-Id: <199804131542.IAA09094@freefall.freebsd.org> To: hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: docs/5487 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Adding documentation for scsi(8) usage with autoloaders Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: hoek Responsible-Changed-When: Mon Apr 13 08:39:49 PDT 1998 Responsible-Changed-Why: This is really a "Will someone add more info to the handbook, please"-PR, and such PRs should generally include more explicit patches than the one that this does, however, I don't appear to have myt "closer-PRs" hat on, so it is merely re-assigned to the correct entity. Perhaps some enterprising young soul will add the two paragraphs (estimated) necessary to close this PR (or at least move it to the class "plain-text submission"). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 08:48:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17810 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 08:48:56 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17805; Mon, 13 Apr 1998 15:48:54 GMT (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA09242; Mon, 13 Apr 1998 08:48:23 -0700 (PDT) Date: Mon, 13 Apr 1998 08:48:23 -0700 (PDT) Message-Id: <199804131548.IAA09242@freefall.freebsd.org> To: hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: docs/5247 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Boot FreeBSD from Linux LILO Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: hoek Responsible-Changed-When: Mon Apr 13 08:45:36 PDT 1998 Responsible-Changed-Why: This is a simple fix -- add some URL references to the FAQ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 09:20:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23784 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 09:20:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23736; Mon, 13 Apr 1998 09:20:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Apr 1998 09:20:03 -0700 (PDT) Message-Id: <199804131620.JAA23736@hub.freebsd.org> To: freebsd-bugs Cc: From: ac199@hwcn.org Subject: Re:bin/961:'more$file',incorrectCRLFcompacting. Reply-To: ac199@hwcn.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/961; it has been noted by GNATS. From: ac199@hwcn.org To: freebsd-gnats-submit@freebsd.org, adam@ubiq.veda.is Cc: Subject: Re:bin/961:'more$file',incorrectCRLFcompacting. Date: Mon, 13 Apr 1998 12:09:11 -0400 (EDT) > As a workaround, 'more <FILE.DOS' gives unmangled output. Note that an inferior work-around is documented in more.1 as of Rev 1.3. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 10:28:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11467 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 10:28:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11424; Mon, 13 Apr 1998 17:28:07 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09527; Mon, 13 Apr 1998 10:27:33 -0700 (PDT) Date: Mon, 13 Apr 1998 10:27:33 -0700 (PDT) Message-Id: <199804131727.KAA09527@freefall.freebsd.org> To: eric@ennovatenetworks.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/6177 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: IP reassembly fails when some options present State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 10:27:15 PDT 1998 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 10:38:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13595 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 10:38:51 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13584; Mon, 13 Apr 1998 17:38:49 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09605; Mon, 13 Apr 1998 10:38:17 -0700 (PDT) Date: Mon, 13 Apr 1998 10:38:17 -0700 (PDT) Message-Id: <199804131738.KAA09605@freefall.freebsd.org> To: ursa@cris.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/5764 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: modem configuration problem of the www server at www.FreeBSD.org State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 10:37:51 PDT 1998 State-Changed-Why: it took a couple of days to get the tcp options disabled again. closed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 11:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24074 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 11:40:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24066; Mon, 13 Apr 1998 11:40:01 -0700 (PDT) (envelope-from gnats) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23299 for ; Mon, 13 Apr 1998 18:34:54 GMT (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id VAA16631; Mon, 13 Apr 1998 21:33:53 +0300 (EEST) (envelope-from ru) Message-Id: <199804131833.VAA16631@relay.ucb.crimea.ua> Date: Mon, 13 Apr 1998 21:33:53 +0300 (EEST) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6290: small patch for leave(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6290 >Category: bin >Synopsis: small patch for leave(1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 13 11:40:01 PDT 1998 >Last-Modified: >Originator: Ruslan Ermilov >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: -stable, -current >Description: Running leave with +0000 or +0001 makes it sleep (u_int)(seconds-2) seconds. >How-To-Repeat: >Fix: This patch for both -stable and -current: Index: leave.c =================================================================== RCS file: /usr/FreeBSD-CVS/src/usr.bin/leave/leave.c,v retrieving revision 1.1.1.1.8.2 diff -u -r1.1.1.1.8.2 leave.c --- leave.c 1998/01/24 14:30:01 1.1.1.1.8.2 +++ leave.c 1998/04/13 18:26:04 @@ -152,7 +152,8 @@ exit(0); } sleep((u_int)2); /* let parent print set message */ - secs -= 2; + if (secs >= 2) + secs -= 2; /* * if write fails, we've lost the terminal through someone else >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 Apr 13 12:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27499 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 12:00:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27457; Mon, 13 Apr 1998 12:00:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Apr 1998 12:00:01 -0700 (PDT) Message-Id: <199804131900.MAA27457@hub.freebsd.org> To: freebsd-bugs Cc: From: Ruslan Ermilov Subject: Re: docs/4778: manual page for mail(1) misses sendmail options Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/4778; it has been noted by GNATS. From: Ruslan Ermilov To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: docs/4778: manual page for mail(1) misses sendmail options Date: Mon, 13 Apr 1998 21:55:00 +0300 This PR can be closed by applying the following patch to src/usr.bin/mail/mail.1 in -stable and -current: Index: mail.1 =================================================================== RCS file: /usr/FreeBSD-CVS/src/usr.bin/mail/mail.1,v retrieving revision 1.8.2.4 diff -u -r1.8.2.4 mail.1 --- mail.1 1998/03/08 09:46:52 1.8.2.4 +++ mail.1 1998/04/13 18:52:03 @@ -45,6 +45,7 @@ .Op Fl c Ar cc-addr .Op Fl b Ar bcc-addr .Ar to-addr... +.Op Fl Ar sendmail-options... .Nm mail .Op Fl iInNv .Fl f To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 14:20:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21152 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 14:20:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21115; Mon, 13 Apr 1998 14:20:01 -0700 (PDT) (envelope-from gnats) Received: from indigo.ie (nsmart@ts01-59.waterford.indigo.ie [194.125.139.122]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA20997 for ; Mon, 13 Apr 1998 21:18:42 GMT (envelope-from nsmart@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id WAA07578; Mon, 13 Apr 1998 22:19:13 +0100 (IST) (envelope-from nsmart) Message-Id: <199804132119.WAA07578@indigo.ie> Date: Mon, 13 Apr 1998 22:19:13 +0100 (IST) From: rotel@indigo.ie To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6291: Missing link from mkdtemp.3.gz to mktemp.3.gz Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6291 >Category: bin >Synopsis: Missing link from mkdtemp.3.gz to mktemp.3.gz >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 13 14:20:00 PDT 1998 >Last-Modified: >Originator: Niall Smart >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: libc 3.1 has the mkdtemp(3) function, and the man page mktemp(3) documents it but there is no link from mkdtemp.3.gz to mktemp.3.gz so "man mkdtemp" fails. Also, could whoever fixes this please bring in mktemp(1) from OpenBSD? It compiles 'out of the box' so this isn't too much trouble, especially for a security related tool, I hope. :) (and please make sure to get the latest revision, 1.9, of mkdtemp.1, thanks) >How-To-Repeat: man mkdtemp >Fix: ln mktemp.3.gz mkdtemp.3.gz >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 Apr 13 16:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15857 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 16:00:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15810; Mon, 13 Apr 1998 16:00:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Apr 1998 16:00:01 -0700 (PDT) Message-Id: <199804132300.QAA15810@hub.freebsd.org> To: freebsd-bugs Cc: From: "Vladimir B. Grebenschikoc" Subject: Re: kern/1293: Fatal trap 12: page fault while in kernel mode (PPP/modems/cyclades?) Reply-To: "Vladimir B. Grebenschikoc" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/1293; it has been noted by GNATS. From: "Vladimir B. Grebenschikoc" To: freebsd-gnats-submit@freebsd.org, hsu@clinet.fi Cc: Subject: Re: kern/1293: Fatal trap 12: page fault while in kernel mode (PPP/modems/cyclades?) Date: Mon, 13 Apr 1998 22:53:06 +0000 I have same problem with sio & ppp/pppd: page fault with panic when pppd or ppp hang up after session only when firewall is on ! (regardless firewall rules) I've compiled kernel with IPDIVERT, but no divert rules was on 486DX 20Mb RAM I has this effect in ~20% on P75 64Mb ~50%, on 6x86 200+ 64Mb - 100% FreeBSD 3.0-971022-SNAP Hardware: Cirix 6x86 200+, RAM 64Mb, de0, ide_pci0, aic0, sio[01]: 16550A, external USR Courier, pnp sound blaster -- Vladimir B. Grebenschikov vova@folco.lms.ru 2:5020/302@fidonet.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 16:23:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22203 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 16:23:13 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21685; Mon, 13 Apr 1998 16:22:05 -0700 (PDT) (envelope-from steve) Date: Mon, 13 Apr 1998 16:22:05 -0700 (PDT) From: Steve Price Message-Id: <199804132322.QAA21685@hub.freebsd.org> To: rotel@indigo.ie, steve, freebsd-bugs Subject: Re: bin/6291 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Missing link from mkdtemp.3.gz to mktemp.3.gz State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Apr 13 16:21:42 PDT 1998 State-Changed-Why: Patch applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 16:38:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24680 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 16:38:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24662; Mon, 13 Apr 1998 16:38:46 -0700 (PDT) (envelope-from steve) Date: Mon, 13 Apr 1998 16:38:46 -0700 (PDT) From: Steve Price Message-Id: <199804132338.QAA24662@hub.freebsd.org> To: tri@pooh.tky.hut.fi, steve, freebsd-bugs Subject: Re: bin/6254 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ftp client follows NULL pointer State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Apr 13 16:37:28 PDT 1998 State-Changed-Why: This has been fixed by in both -stable and -current. Thanks to Max Euston for pointing this out. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 17:27:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02171 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 17:27:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01974; Tue, 14 Apr 1998 00:26:39 GMT (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA11574; Mon, 13 Apr 1998 17:26:05 -0700 (PDT) Date: Mon, 13 Apr 1998 17:26:05 -0700 (PDT) Message-Id: <199804140026.RAA11574@freefall.freebsd.org> To: ru@ucb.crimea.ua, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6290 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: small patch for leave(1) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Mon Apr 13 17:25:37 PDT 1998 State-Changed-Why: Patch applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 18:00:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08635 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 18:00:22 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from keymaster.fsl.noaa.gov (root@gatemaster.fsl.noaa.gov [137.75.131.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08550; Tue, 14 Apr 1998 01:00:13 GMT (envelope-from kelly@fsl.noaa.gov) Received: from myna.fsl.noaa.gov (kelly@myna.fsl.noaa.gov [137.75.60.53]) by keymaster.fsl.noaa.gov (8.8.5/8.8.5) with ESMTP id BAA20714; Tue, 14 Apr 1998 01:00:04 GMT Received: (from kelly@localhost) by myna.fsl.noaa.gov (8.8.4/8.8.4) id TAA05268; Mon, 13 Apr 1998 19:00:02 -0600 (MDT) Date: Mon, 13 Apr 1998 19:00:02 -0600 (MDT) From: Sean Kelly Message-Id: <199804140100.TAA05268@myna.fsl.noaa.gov> To: freebsd-bugs@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: bin/680 Mime-Version: 1.0 Content-Type: text/plain; charset=X-roman8 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks PH. --Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 18:50:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16020 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 18:50:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16007; Mon, 13 Apr 1998 18:50:02 -0700 (PDT) (envelope-from gnats) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15311 for ; Tue, 14 Apr 1998 01:46:50 GMT (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id SAA08590 for ; Mon, 13 Apr 1998 18:46:19 -0700 (PDT) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma008588; Mon Apr 13 18:46:05 1998 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id SAA06474; Mon, 13 Apr 1998 18:46:05 -0700 (PDT) Message-Id: <199804140146.SAA06474@bubba.whistle.com> Date: Mon, 13 Apr 1998 18:46:05 -0700 (PDT) From: Archie Cobbs Reply-To: archie@whistle.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6292: syslogd cannot put kernel loggings into separate files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6292 >Category: bin >Synopsis: syslogd cannot put kernel loggings into separate files >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 13 18:50:01 PDT 1998 >Last-Modified: >Originator: Archie Cobbs >Organization: Whistle Communications, Inc. >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE >Description: Using syslogd, all messages logged by the kernel must go into a single file, whereas with user programs, you can "fork" output from different programs into different files, by using this construct in /etc/syslogd.conf: !ftpd *.* /var/log/ftp !ppp *.* /var/log/ppp.log My proposal is to allow this to work on messages from the kernel that have a "program" prefix, ie, the message begins with alphanumerics followed by a colon character. Then you can do this: !ipfw *.* /var/log/ipfw Since all ipfw rule matches are logged with the prefix "ipfw:" then they will all get sent to /var/log/ipfw instead of /var/log/messages. Admittedly, this is something of a hack.. but until someone comes up with a better system, this would be nice to have.. >How-To-Repeat: Match a logging ipfw rule. Watch the result go to /var/log/messages and get lost in the chaos. >Fix: Apply patch below to syslogd.c: >Audit-Trail: >Unformatted: >From owner-freebsd-isp@freebsd.org Wed Mar 25 11:56:44 1998 From: Archie Cobbs Message-Id: <199803251954.LAA15909@bubba.whistle.com> Subject: Re: ipfw logging... In-Reply-To: <35195EC2.4506F2DB@san.rr.com> from Studded at "Mar 25, 98 11:45:06 am" To: Studded@san.rr.com (Studded) Date: Wed, 25 Mar 1998 11:54:57 -0800 (PST) Cc: isp@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Studded writes: > Archie Cobbs wrote: > > Try adding this to /etc/syslog.conf: > > > > !ipfw > > *.* /var/log/ipfw > > This doesn't work. IPFW logs to the kernel facility, although I > wouldn't mind seeing an option to change that. :) Yeah.. we do this on the InterJet and I forgot it was a custom hack. Try the following patch to syslogd.c and see if that helps. If so, I'll file the patch in a send-pr bug. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com *** syslogd.c Mon Mar 9 05:56:07 1998 --- /usr/prod/ia/whistle/bin/syslogd/syslogd.c Wed Nov 26 15:37:39 1997 *************** *** 537,544 **** int c, pri, flags; char *lp, *p, *q, line[MAXLINE + 1]; ! (void)strcpy(line, bootfile); ! (void)strcat(line, ": "); lp = line + strlen(line); for (p = msg; *p != '\0'; ) { flags = SYNC_FILE | ADDDATE; /* fsync file after write */ --- 464,477 ---- int c, pri, flags; char *lp, *p, *q, line[MAXLINE + 1]; ! /* See if kernel has provided a "program" prefix already */ ! for (p = msg; *p && isalnum(*p); p++); ! if (*p == ':' && (p - msg) < MAXLINE) { ! *line = 0; /* Use kernel's prefix */ ! } else { ! (void)strcpy(line, bootfile); /* Prefix with bootfile name */ ! (void)strcat(line, ": "); ! } lp = line + strlen(line); for (p = msg; *p != '\0'; ) { flags = SYNC_FILE | ADDDATE; /* fsync file after write */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 19:26:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24805 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 19:26:32 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24715; Tue, 14 Apr 1998 02:26:18 GMT (envelope-from jmb@FreeBSD.org) From: "Jonathan M. Bresler" Received: (from jmb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA12678; Mon, 13 Apr 1998 19:25:43 -0700 (PDT) Date: Mon, 13 Apr 1998 19:25:43 -0700 (PDT) Message-Id: <199804140225.TAA12678@freefall.freebsd.org> To: ru@ucb.crimea.ua, jmb@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/6226 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sendmail.cf.additions: wrong SMTP reply codes State-Changed-From-To: open-closed State-Changed-By: jmb State-Changed-When: Mon Apr 13 19:23:57 PDT 1998 State-Changed-Why: patches accepted with one change retain message in check_relay ruleset To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 20:09:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01632 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 20:09:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01525; Tue, 14 Apr 1998 03:08:40 GMT (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id GAA08649; Tue, 14 Apr 1998 06:08:32 +0300 (EEST) (envelope-from ru) Message-ID: <19980414060832.09919@ucb.crimea.ua> Date: Tue, 14 Apr 1998 06:08:32 +0300 From: Ruslan Ermilov To: "Jonathan M. Bresler" , freebsd-bugs@FreeBSD.ORG Subject: Re: conf/6226 Mail-Followup-To: "Jonathan M. Bresler" , freebsd-bugs@FreeBSD.ORG References: <199804140225.TAA12678@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199804140225.TAA12678@freefall.freebsd.org>; from Jonathan M. Bresler on Mon, Apr 13, 1998 at 07:25:43PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 13, 1998 at 07:25:43PM -0700, Jonathan M. Bresler wrote: > Synopsis: sendmail.cf.additions: wrong SMTP reply codes > > State-Changed-From-To: open-closed > State-Changed-By: jmb > State-Changed-When: Mon Apr 13 19:23:57 PDT 1998 > State-Changed-Why: > patches accepted with one change > > retain message in check_relay ruleset This message is useless anyway. It'll never be displayed to the client. check_relay executed right after HELO or EHLO. And if it resolvs with #error, then on any *next* SMTP command sendmail will respond with "550 Access denied". See http://www.sendmail.org/antispam.html for confirmation. -- Ruslan Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247647 Simferopol, Crimea 2426679 ICQ Network, UIN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 20:30:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04987 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 20:30:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04962; Mon, 13 Apr 1998 20:30:01 -0700 (PDT) (envelope-from gnats) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA04276 for ; Tue, 14 Apr 1998 03:26:16 GMT (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id GAA09380; Tue, 14 Apr 1998 06:25:58 +0300 (EEST) (envelope-from ru) Message-Id: <199804140325.GAA09380@relay.ucb.crimea.ua> Date: Tue, 14 Apr 1998 06:25:58 +0300 (EEST) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6294: manpage for who(1) has inaccurate synopsis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6294 >Category: bin >Synopsis: manpage for who(1) has inaccurate synopsis >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: Mon Apr 13 20:30:00 PDT 1998 >Last-Modified: >Originator: Ruslan Ermilov >Organization: United Commercial Bank >Release: FreeBSD 2.2.6-STABLE i386 >Environment: -stable and -current >Description: Instead of who [am I] [file] it should look like who [am I] who [file] >How-To-Repeat: >Fix: For both -current and -stable. Index: who.1 =================================================================== RCS file: /usr/FreeBSD-CVS/src/usr.bin/who/who.1,v retrieving revision 1.2.2.1 diff -u -r1.2.2.1 who.1 --- who.1 1997/08/27 06:19:30 1.2.2.1 +++ who.1 1998/04/14 03:15:46 @@ -41,6 +41,7 @@ .Sh SYNOPSIS .Nm who .Op Ar am I +.Nm who .Op Ar file .Sh DESCRIPTION The >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 Apr 13 21:10:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11418 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 21:10:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11362; Mon, 13 Apr 1998 21:10:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Apr 1998 21:10:02 -0700 (PDT) Message-Id: <199804140410.VAA11362@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: bin/6294: manpage for who(1) has inaccurate synopsis Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6294; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@FreeBSD.ORG, ru@ucb.crimea.ua Cc: Subject: Re: bin/6294: manpage for who(1) has inaccurate synopsis Date: Tue, 14 Apr 1998 13:55:52 +1000 >>Description: > > Instead of > > who [am I] [file] > > it should look like > > who [am I] > who [file] Also, the options parsing is feeble: $ who -z who: -z: No such file or directory $ who am you bde ... $ who 1 2 3 usage: who [file] who am I This usage message different from (and better) than the one given by the fixed man page. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 22:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25052 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 22:30:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25022; Mon, 13 Apr 1998 22:30:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Apr 1998 22:30:01 -0700 (PDT) Message-Id: <199804140530.WAA25022@hub.freebsd.org> To: freebsd-bugs Cc: From: B Wehrle Subject: Re: kern/6065: UFS has filesize incorrectly stated; persistent corruption when trying to fix. Reply-To: B Wehrle Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6065; it has been noted by GNATS. From: B Wehrle To: FBI BSD Cc: freebsd-gnats-submit@FreeBSD.ORG, fbibsd@rocketmail.com Subject: Re: kern/6065: UFS has filesize incorrectly stated; persistent corruption when trying to fix. Date: Mon, 13 Apr 1998 22:27:46 -0700 (PDT) Cool, I certainly appreciate that info. I do believe that i did hit some courrption after an ungraceful ssytem shutdown. After reboot, fsck was run and I did see some corruption in the /dev FS, right now I have some very odd device files, including some devices that have incorrect major numbers. I.E. I have /dev/wd2 and it's major is 2, another wd device's major is 3, this cannot be correct. Your thoughts ? Secondly, what is the recoverability of the FFS ? Strictly in terms of file meta-data, not user data ? If I crash my machine will I stand a chance of losing files, or having corrupted directories ? Thirdly, who can I send kernel programming questions to re:Device Drivers using file-systems.. can a device open a file for read/write access during some stage of initialization ? The yucky thing about device-drivers is getting the configuration information into the module. For some devices it would be nice to read that info from a "registry", like NT. Could one write a hook into the loader to load the registry at boot time from the / FS, mount it as a FS /reg and use this for init routines. Recompiling to change a device is tedious. Fourthly, (whew lots of questions from me today!) what is the difference between /dev/wd0a and /dev/wd0s1 ? If Slices are partitions then what does the "a" connote ? Thanks for your time Brian Wehrle On Thu, 19 Mar 1998, FBI BSD wrote: > > I think this is perhaps not a bug, but a feature. > > ls -li /stand and look at all the files that have the same i-node > number. > > In my distribution many /stand binaries are not only the same size, > but are links to the same actual disk file (i.e. same i-number). > > This was done to provide many common utilities in one 'blob' so that > the disk space necessary to accomodate all of the utilities would be > minimized (e.g. so that they can fit on one floppy). > > Because they're statically linked, having distinct utility programs > would be very redundant in that many of the same libc modules would be > present distinctly in each utility. > > You can replace any given utility with a newly built one, but you should > 'rm' the old utility file link first, then copy in the new 'uncrunched' > utility. > > I can only guess that somewhere in the distribution there's a makefile > that > remakes these default utilities and crunches them together as you seem > to see them. Perhaps you can rebuild from that codebase. > > see crunchgen(1) et. al. > > Chris > > ---wbrian@speakeasy.org wrote: > > > > > > >Number: 6065 > > >Category: kern > > >Synopsis: UFS has filesize incorrectly stated; persistent > corruption when trying to fix. > > >Confidential: no > > >Severity: serious > > >Priority: high > > >Responsible: freebsd-bugs > > >State: open > > >Quarter: > > >Keywords: > > >Date-Required: > > >Class: sw-bug > > >Submitter-Id: current-users > > >Arrival-Date: Thu Mar 19 01:30:02 PST 1998 > > >Last-Modified: > > >Originator: Brian Wehrle > > >Organization: > > None > > >Release: 2.2.5 > > >Environment: > > 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Mon Jan 19 14:40:37 i386 > > >Description: > > It seems that my /stand dir has become corrupted. At some time > certain files took upon the same > > file size. For example, now sed and find have the exact same size. > When I diff the files they are different but yet they > > still both work and report the same size. When I go to copy rebuilt > binaries this changes the file sizes of randomly > > selected files! I am not sure how to explain this better. The FS > is ufs, from /etc/fstab. > > In this case both sed and find work (executer properly) (running > them as /stand/sed and /stand/find) but they still report being the > same size. > > > > >How-To-Repeat: > > Absolutely no idea (I wonder if this happened when/if the FS became > full ??) I was propp'ing files from /usr/ob > > into this directory to replace the old ones. > > I guess one could try adding and deleting files from the /stand > directory. > > > > >Fix: > > No idea. > > >Audit-Trail: > > >Unformatted: > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-bugs" in the body of the message > > > > _________________________________________________________ > DO YOU YAHOO!? > Get your free @yahoo.com address at http://mail.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 23:33:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06697 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 23:33:58 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06297; Tue, 14 Apr 1998 06:32:21 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA13472; Mon, 13 Apr 1998 23:31:44 -0700 (PDT) Date: Mon, 13 Apr 1998 23:31:44 -0700 (PDT) Message-Id: <199804140631.XAA13472@freefall.freebsd.org> To: josh@quick.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: docs/6289 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: add strings(1) to what(1) "SEE ALSO" State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Mon Apr 13 23:31:32 PDT 1998 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 13 23:44:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08756 for freebsd-bugs-outgoing; Mon, 13 Apr 1998 23:44:47 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08675; Tue, 14 Apr 1998 06:43:55 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA13598; Mon, 13 Apr 1998 23:43:19 -0700 (PDT) Date: Mon, 13 Apr 1998 23:43:19 -0700 (PDT) Message-Id: <199804140643.XAA13598@freefall.freebsd.org> To: ru@ucb.crimea.ua, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6294 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: manpage for who(1) has inaccurate synopsis New Synopsis: who(1) needs better argument parsing State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Mon Apr 13 23:42:31 PDT 1998 State-Changed-Why: committed a compromise change. -> suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 02:19:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00163 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 02:19:31 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from rei.int.ddt.co.jp (rei.ddt.co.jp [210.160.134.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00152 for ; Tue, 14 Apr 1998 09:19:28 GMT (envelope-from aya@rei.int.ddt.co.jp) Received: from rei.int.ddt.co.jp (localhost [127.0.0.1]) by rei.int.ddt.co.jp (8.8.8/8.8.8) with ESMTP id SAA00561; Tue, 14 Apr 1998 18:19:15 +0900 (JST) (envelope-from aya@rei.int.ddt.co.jp) Message-Id: <199804140919.SAA00561@rei.int.ddt.co.jp> To: freebsd-bugs@FreeBSD.ORG cc: ishida@ddt.co.jp Subject: /usr/sbin/ppp problem on 2.2.6-RELEASE reply-to: ishida@ddt.co.jp Date: Tue, 14 Apr 1998 18:19:15 +0900 From: Akiya Ishida Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I found a problem on ppp, happened when you execute /usr/sbin/ppp as non-root, authenticate with PAP. OS version is 2.2.6-RELEASE. The PAP authenticate code can NOT get user's password, because its effective user ID(E-UID) isn't 0(root). PPP sets EUID to UID (real-UID) on some point after it started. The code gets '*' as password instead of crypted string. Here, you can re-create the problem. 1. Create a special account(ppp) for invoke /usr/sbin/ppp. This account doesn't have password. Ex. ppp::69:69::0:0:PPP:/tmp:/etc/ppp/ppp-pap-dialup The login-shell "ppp-pap-dialup" is come from FreeBSD-Handbook, which executes /usr/sbin/ppp with PAP authentication. 2. Setup PPP client to transmit "ppp^M" after got "login:" and do PAP authentication. Give your account and password to PPP client, then try to connect. PPP server doesn't allow you to connect. Your account must be on the local passwd database to re-create this problem. If your account is on NIS, PPP can get a password, no problem occurred. I made a patch to fix this problem. Hoping this helps you.... Regards, Akiya ISHIDA / ishida@ddt.co.jp Digital Derivative Technologies Japan Inc. ============================ *** pap.c- Thu Feb 19 11:10:50 1998 --- pap.c Tue Apr 14 17:50:55 1998 *************** *** 25,31 **** #include #include - #include #include #include #include --- 25,30 ---- *************** *** 130,142 **** #ifndef NOPASSWDAUTH if (Enabled(ConfPasswdAuth)) { ! struct passwd *pwd; int result; LogPrintf(LogLCP, "Using PasswdAuth\n"); ! result = (pwd = getpwnam(name)) && ! !strcmp(crypt(key, pwd->pw_passwd), pwd->pw_passwd); ! endpwent(); return result; } #endif --- 129,140 ---- #ifndef NOPASSWDAUTH if (Enabled(ConfPasswdAuth)) { ! char *passwd; int result; LogPrintf(LogLCP, "Using PasswdAuth\n"); ! result = (passwd = ID0getpasswd(name)) && ! !strcmp(crypt(key, passwd), passwd); return result; } #endif *** id.h- Thu Feb 19 11:10:45 1998 --- id.h Tue Apr 14 15:16:49 1998 *************** *** 40,42 **** --- 40,43 ---- extern int ID0uu_unlock(const char *); extern void ID0login(struct utmp *); extern void ID0logout(const char *); + extern char *ID0getpasswd(const char *); *** id.c- Thu Feb 19 11:10:43 1998 --- id.c Tue Apr 14 15:22:27 1998 *************** *** 210,212 **** --- 210,227 ---- LogPrintf(LogERROR, "ID0logout: No longer logged in on %s\n", ut.ut_line); ID0setuser(); } + + #include + + char *ID0getpasswd(const char *name) + { + static char passwd[50]; + struct passwd *pwd; + + ID0set0(); + if ((pwd = getpwnam(name))==NULL) return NULL; + strcpy(passwd, pwd->pw_passwd); + endpwent(); + ID0setuser(); + return passwd; + } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 02:53:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06195 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 02:53:28 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05984; Tue, 14 Apr 1998 09:52:02 GMT (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id MAA17169; Tue, 14 Apr 1998 12:51:51 +0300 (EEST) (envelope-from ru) Message-ID: <19980414125150.05376@ucb.crimea.ua> Date: Tue, 14 Apr 1998 12:51:50 +0300 From: Ruslan Ermilov To: Poul-Henning Kamp , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6294: who(1) needs better argument parsing Mail-Followup-To: Poul-Henning Kamp , freebsd-bugs@FreeBSD.ORG References: <199804140643.XAA13598@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199804140643.XAA13598@freefall.freebsd.org>; from Poul-Henning Kamp on Mon, Apr 13, 1998 at 11:43:19PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 13, 1998 at 11:43:19PM -0700, Poul-Henning Kamp wrote: > Old Synopsis: manpage for who(1) has inaccurate synopsis > New Synopsis: who(1) needs better argument parsing > > State-Changed-From-To: open-suspended > State-Changed-By: phk > State-Changed-When: Mon Apr 13 23:42:31 PDT 1998 > State-Changed-Why: > committed a compromise change. > -> suspended Here is a patch. If you like it, please commit in in -stable too. And commit the patch you made for who.1 in -stable. Index: who.c =================================================================== RCS file: /usr/FreeBSD-CVS/src/usr.bin/who/who.c,v retrieving revision 1.5 diff -u -r1.5 who.c --- who.c 1997/08/26 11:14:57 1.5 +++ who.c 1998/04/14 09:40:59 @@ -54,6 +54,7 @@ #include #include #include +#include #include #include #include @@ -72,6 +73,9 @@ struct passwd *pw; FILE *ufp, *file(); char *t; + + if (getopt(argc, argv, "") != -1) + usage(); (void) setlocale(LC_TIME, ""); ----------------------------------------------- And here is it's work: # who -z who: illegal option -- z usage: who [file] who am i # who dev cuac00 Apr 14 12:33 bill ttyp0 Apr 14 09:08 (wks-1-254) ru ttyp1 Apr 14 09:19 (wks-1-250) ru ttyp2 Apr 14 08:15 (wks-1-250) ru ttyp3 Apr 14 12:09 (wks-1-250) ru ttyp4 Apr 14 10:07 (wks-1-250) # who 1 who: 1: No such file or directory # who 1 2 ru ttyp2 Apr 14 08:15 (wks-1-250) # who 1 2 3 usage: who [file] who am i Regards, -- Ruslan Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247647 Simferopol, Crimea 2426679 ICQ Network, UIN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 07:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23210 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 07:40:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23170; Tue, 14 Apr 1998 07:40:02 -0700 (PDT) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22353; Tue, 14 Apr 1998 07:32:45 -0700 (PDT) (envelope-from nobody) Message-Id: <199804141432.HAA22353@hub.freebsd.org> Date: Tue, 14 Apr 1998 07:32:45 -0700 (PDT) From: tqbf@secnet.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/6296: IP_HDRINCL sockets force header fields to be in host byte order Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6296 >Category: kern >Synopsis: IP_HDRINCL sockets force header fields to be in host byte order >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 14 07:40:01 PDT 1998 >Last-Modified: >Originator: Thomas H. Ptacek >Organization: Secure Networks, Inc. >Release: 3.0-980311-SNAP >Environment: FreeBSD foo.rdist.org 3.0-980311-SNAP FreeBSD 3.0-980311-SNAP #1: Sun Mar 29 02:08:26 CST 1998 root@foo.rdist.org:/usr/src/sys/compile/RFORK i386 >Description: When writing a complete IP packet to the network via a raw socket with the IP_HDRINCL option set, the FreeBSD kernel incorrectly examines IP header fields (forgetting to ntohs() them) and thus forces those fields to be set in host byte order. This is particularly obvious with ip_len, which must be set correctly for the packet to be written to the network. >How-To-Repeat: Create a raw socket, set it HDRINCL, try to write out an ICMP ECHO_REQUEST packet with the IP packet length set (correctly) in network byte order, watch it fail. Set the packet length in host byte order. Watch it succeed. >Fix: The problem (or at least part of it) is in line 203 of raw_ip.c in netinet. The conditional checks the user-created IP header to ensure that header fields are valid; when it checks to make sure length is less than the buffer size and greater than the header length, it examines ip_len directly without ntohs()'ing it. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 08:30:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02014 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 08:30:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01996; Tue, 14 Apr 1998 08:30:01 -0700 (PDT) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01530; Tue, 14 Apr 1998 08:25:23 -0700 (PDT) (envelope-from nobody) Message-Id: <199804141525.IAA01530@hub.freebsd.org> Date: Tue, 14 Apr 1998 08:25:23 -0700 (PDT) From: Nick.Barnes@pobox.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: misc/6297: FreeBSD is too good Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6297 >Category: misc >Synopsis: FreeBSD is too good >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 14 08:30:00 PDT 1998 >Last-Modified: >Originator: Nicholas Barnes >Organization: Ravenbrook Limited >Release: 2.2.5 >Environment: FreeBSD ravenbrook.demon.co.uk 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Thu Feb 12 16:16:54 GMT 1998 root@ravenbrook.demon.co.uk:/usr/src/sys/compile/RAVEN i386 >Description: Free BSD is too good. It doesn't fail nearly enough. The ports collection just builds without breaking make half-a-dozen times or requiring abstruse knowledge. The damn machines just stay up for months at a time. The man pages are clear, accurate, and complete. The daemons don't hang often enough. >How-To-Repeat: Buy FreeBSD from Walnut Creek and install it. >Fix: Buy an operating system from Microsoft. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 08:38:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA04631 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 08:38:57 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from alex@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA04598; Tue, 14 Apr 1998 08:38:52 -0700 (PDT) (envelope-from alex) Date: Tue, 14 Apr 1998 08:38:52 -0700 (PDT) From: Alex Nash Message-Id: <199804141538.IAA04598@hub.freebsd.org> To: Nick.Barnes@pobox.com, alex, freebsd-bugs Subject: Re: misc/6297 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD is too good State-Changed-From-To: open-closed State-Changed-By: alex State-Changed-When: Tue Apr 14 08:38:06 PDT 1998 State-Changed-Why: Suggested fix is unthinkable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 09:00:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07990 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 09:00:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07967; Tue, 14 Apr 1998 09:00:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Apr 1998 09:00:01 -0700 (PDT) Message-Id: <199804141600.JAA07967@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: kern/6296: IP_HDRINCL sockets force header fields to be in host byte order Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6296; it has been noted by GNATS. From: Bill Fenner To: tqbf@secnet.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/6296: IP_HDRINCL sockets force header fields to be in host byte order Date: Tue, 14 Apr 1998 08:50:34 PDT This is a backwards-compatibility issue; it has been this way since 4.3-Reno when IP_HDRINCL was introduced (or before, if you count the patches that Van distributed with traceroute). I'd be worried about backwards compatibility when making this change (for example, Van's "pathchar" utility is only available as a binary...). It might make sense to rename the current IP_HDRINCL and create a new one with new semantics. Bill (P.S. At least it's not Solaris, where you have to know that you put the transport length into the transport checksum field and the kernel computes the transport checksum!...) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 11:40:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09159 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 11:40:35 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09055; Tue, 14 Apr 1998 11:40:11 -0700 (PDT) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06732; Tue, 14 Apr 1998 11:34:49 -0700 (PDT) (envelope-from nobody) Message-Id: <199804141834.LAA06732@hub.freebsd.org> Date: Tue, 14 Apr 1998 11:34:49 -0700 (PDT) From: aska@paco.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/6298: Crack for Eudora Pro 3.0.1(32) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6298 >Category: bin >Synopsis: Crack for Eudora Pro 3.0.1(32) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 14 11:40:03 PDT 1998 >Last-Modified: >Originator: Dmitriy Paseka >Organization: >Release: >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 11:49:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12134 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 11:49:31 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11844; Tue, 14 Apr 1998 18:48:36 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA10316; Tue, 14 Apr 1998 11:47:52 -0700 (PDT) Date: Tue, 14 Apr 1998 11:47:52 -0700 (PDT) Message-Id: <199804141847.LAA10316@freefall.freebsd.org> To: aska@paco.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6298 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Crack for Eudora Pro 3.0.1(32) State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 11:47:41 PDT 1998 State-Changed-Why: & a pony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 11:51:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12891 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 11:51:52 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12580; Tue, 14 Apr 1998 18:50:53 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA10388; Tue, 14 Apr 1998 11:50:13 -0700 (PDT) Date: Tue, 14 Apr 1998 11:50:13 -0700 (PDT) Message-Id: <199804141850.LAA10388@freefall.freebsd.org> To: james@jraynard.demon.co.uk, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1375 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: Extraneous warning from mv(1) New Synopsis: Extraneous warning from mv(1) [PATCH] State-Changed-From-To: analyzed-suspended State-Changed-By: phk State-Changed-When: Tue Apr 14 11:48:23 PDT 1998 State-Changed-Why: -> suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 11:52:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13136 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 11:52:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA13077; Tue, 14 Apr 1998 18:52:22 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA10459; Tue, 14 Apr 1998 11:51:42 -0700 (PDT) Date: Tue, 14 Apr 1998 11:51:42 -0700 (PDT) Message-Id: <199804141851.LAA10459@freefall.freebsd.org> To: brion@queeg.com, phk@FreeBSD.ORG, davidn@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1387 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: Group file errors cause absolute havoc New Synopsis: Group file errors cause absolute havoc [PATCH] State-Changed-From-To: analyzed-suspended State-Changed-By: phk State-Changed-When: Tue Apr 14 11:50:50 PDT 1998 State-Changed-Why: ->suspended Responsible-Changed-From-To: davidn->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Tue Apr 14 11:50:50 PDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 11:56:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14468 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 11:56:25 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14458 for ; Tue, 14 Apr 1998 18:56:21 GMT (envelope-from pete@ns.altadena.net) Received: (from root@localhost) by ns.altadena.net (8.8.8/8.8.6) id KAA01206 for bugs@freebsd.org; Tue, 14 Apr 1998 10:12:55 -0700 (PDT) From: Pete Carah Message-Id: <199804141712.KAA01206@ns.altadena.net> Subject: Diffs for 'w' to handle long names right To: bugs@FreeBSD.ORG Date: Tue, 14 Apr 1998 10:12:55 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've long wanted to fix the 'w' headers to look right for long-name systems; finally got a round tuit... This diff applies to the 2.2-STABLE branch (cvsup'd late on 4/13) so I don't know how it is in 'current'. This will work no matter what the name length is... =================================================================== *** w.c.orig Tue Apr 14 09:52:43 1998 --- w.c Tue Apr 14 09:56:11 1998 *************** *** 245,253 **** if (wcmd == 0) exit (0); ! #define HEADER "USER TTY FROM LOGIN@ IDLE WHAT\n" ! #define WUSED (sizeof (HEADER) - sizeof ("WHAT\n")) ! (void)printf(HEADER); } if ((kp = kvm_getprocs(kd, KERN_PROC_ALL, 0, &nentries)) == NULL) --- 245,256 ---- if (wcmd == 0) exit (0); ! #define HEADER1 "USER" ! #define HEADER2 "TTY FROM LOGIN@ IDLE WHAT\n" ! #define WUSED (sizeof (HEADER1) + sizeof(HEADER2) + 1 + UT_NAMESIZE - \ ! sizeof ("WHAT\n")) ! (void)printf("%-*.*s %s", UT_NAMESIZE, UT_NAMESIZE, HEADER1, ! HEADER2); } if ((kp = kvm_getprocs(kd, KERN_PROC_ALL, 0, &nentries)) == NULL) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 11:56:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14542 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 11:56:41 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14448; Tue, 14 Apr 1998 18:56:06 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA10549; Tue, 14 Apr 1998 11:55:26 -0700 (PDT) Date: Tue, 14 Apr 1998 11:55:26 -0700 (PDT) Message-Id: <199804141855.LAA10549@freefall.freebsd.org> To: zgabor@code.hu, phk@FreeBSD.ORG, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: docs/1402 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sh(1) manual State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Tue Apr 14 11:54:33 PDT 1998 State-Changed-Why: ->suspend Responsible-Changed-From-To: steve->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Tue Apr 14 11:54:33 PDT 1998 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 11:56:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14595 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 11:56:54 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14582; Tue, 14 Apr 1998 18:56:46 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA10618; Tue, 14 Apr 1998 11:56:06 -0700 (PDT) Date: Tue, 14 Apr 1998 11:56:06 -0700 (PDT) Message-Id: <199804141856.LAA10618@freefall.freebsd.org> To: wollman@khavrinen.lcs.mit.edu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/1421 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Non-bug in sosend() State-Changed-From-To: suspended-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 11:55:35 PDT 1998 State-Changed-Why: comment in code seems to disagree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:00:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15911 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:00:58 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15721; Tue, 14 Apr 1998 19:00:18 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA10856; Tue, 14 Apr 1998 11:59:37 -0700 (PDT) Date: Tue, 14 Apr 1998 11:59:37 -0700 (PDT) Message-Id: <199804141859.LAA10856@freefall.freebsd.org> To: andrew@fortress.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/2298 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: Support for DSR/DCD swapping on serial ports (sio) New Synopsis: Support for DSR/DCD swapping on serial ports (sio) [PATCH] State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Tue Apr 14 11:58:50 PDT 1998 State-Changed-Why: ->suspend To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:01:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16089 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:01:55 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15898; Tue, 14 Apr 1998 19:00:55 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10949; Tue, 14 Apr 1998 12:00:15 -0700 (PDT) Date: Tue, 14 Apr 1998 12:00:15 -0700 (PDT) Message-Id: <199804141900.MAA10949@freefall.freebsd.org> To: dillon@backplane.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5404 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: slXX slip interfaces always point to point State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 11:59:59 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:02:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16340 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:02:32 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA16267; Tue, 14 Apr 1998 19:02:19 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11019; Tue, 14 Apr 1998 12:01:39 -0700 (PDT) Date: Tue, 14 Apr 1998 12:01:39 -0700 (PDT) Message-Id: <199804141901.MAA11019@freefall.freebsd.org> To: daniel@consol.de, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5995 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: System hangs with NFS send error 55 (out of buffer space?) State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:00:59 PDT 1998 State-Changed-Why: This is some other problem, the ramping ping times indicate interrupt delivery problems. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:03:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16718 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:03:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA16614; Tue, 14 Apr 1998 19:03:19 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11088; Tue, 14 Apr 1998 12:02:38 -0700 (PDT) Date: Tue, 14 Apr 1998 12:02:38 -0700 (PDT) Message-Id: <199804141902.MAA11088@freefall.freebsd.org> To: sanpei@yy.cs.keio.ac.jp, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4805 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NFSv3 server readonly file permission problem State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:02:24 PDT 1998 State-Changed-Why: see PR 5148 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:05:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17469 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:05:01 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17375; Tue, 14 Apr 1998 19:04:47 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11205; Tue, 14 Apr 1998 12:04:06 -0700 (PDT) Date: Tue, 14 Apr 1998 12:04:06 -0700 (PDT) Message-Id: <199804141904.MAA11205@freefall.freebsd.org> To: pst@Shockwave.COM, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/1462 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: nfsstat doesn't work if using LKM'ed version of NFS State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:03:51 PDT 1998 State-Changed-Why: see PR 5772 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:05:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17604 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:05:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17556; Tue, 14 Apr 1998 19:05:26 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11272; Tue, 14 Apr 1998 12:04:46 -0700 (PDT) Date: Tue, 14 Apr 1998 12:04:46 -0700 (PDT) Message-Id: <199804141904.MAA11272@freefall.freebsd.org> To: hsu@clinet.fi, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3162 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 2.2 kernel from mar 25th crashes on nfs server State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:04:33 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:07:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18137 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:07:58 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18112; Tue, 14 Apr 1998 19:07:44 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11431; Tue, 14 Apr 1998 12:07:04 -0700 (PDT) Date: Tue, 14 Apr 1998 12:07:04 -0700 (PDT) Message-Id: <199804141907.MAA11431@freefall.freebsd.org> To: hsu@mail.clinet.fi, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4186 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: nfsiod, panic, page fault in kernel mode (frequent) State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Tue Apr 14 12:06:51 PDT 1998 State-Changed-Why: can we close this ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:11:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18878 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:11:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18774; Tue, 14 Apr 1998 19:10:45 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11554; Tue, 14 Apr 1998 12:10:04 -0700 (PDT) Date: Tue, 14 Apr 1998 12:10:04 -0700 (PDT) Message-Id: <199804141910.MAA11554@freefall.freebsd.org> To: ac199@freenet.hamilton.on.ca, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/1428 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ncurses doesn't always display ALTCHARSET correctly State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Tue Apr 14 12:09:48 PDT 1998 State-Changed-Why: can this be closed ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:14:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19449 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:14:32 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19106; Tue, 14 Apr 1998 19:12:09 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11699; Tue, 14 Apr 1998 12:11:29 -0700 (PDT) Date: Tue, 14 Apr 1998 12:11:29 -0700 (PDT) Message-Id: <199804141911.MAA11699@freefall.freebsd.org> To: packrat@iinet.net.au, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1461 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Incorrect address binding of Kerberized rlogin State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Tue Apr 14 12:11:16 PDT 1998 State-Changed-Why: is this fixed ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:16:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19839 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:16:13 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19706; Tue, 14 Apr 1998 19:15:51 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11821; Tue, 14 Apr 1998 12:15:11 -0700 (PDT) Date: Tue, 14 Apr 1998 12:15:11 -0700 (PDT) Message-Id: <199804141915.MAA11821@freefall.freebsd.org> To: btman@lionking.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4609 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Heavy HTTP load causes "out of memory buffers" and crash State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:15:03 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:17:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20037 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:17:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20018; Tue, 14 Apr 1998 19:17:00 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA11958; Tue, 14 Apr 1998 12:16:20 -0700 (PDT) Date: Tue, 14 Apr 1998 12:16:20 -0700 (PDT) Message-Id: <199804141916.MAA11958@freefall.freebsd.org> To: missmanp@milo.cfw.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4323 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Initial routing tables incomplete State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:16:11 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:19:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20565 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:19:10 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20497; Tue, 14 Apr 1998 19:18:53 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12171; Tue, 14 Apr 1998 12:18:13 -0700 (PDT) Date: Tue, 14 Apr 1998 12:18:13 -0700 (PDT) Message-Id: <199804141918.MAA12171@freefall.freebsd.org> To: tolik@www.tomsk.su, tolik@mpeks.tomsk.su, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4165 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetch gone to interminable query cycle after successful http-auth or http-proxy-auth State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:17:59 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:20:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21101 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:20:27 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20997; Tue, 14 Apr 1998 19:20:04 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12238; Tue, 14 Apr 1998 12:19:24 -0700 (PDT) Date: Tue, 14 Apr 1998 12:19:24 -0700 (PDT) Message-Id: <199804141919.MAA12238@freefall.freebsd.org> To: denny1@home.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4154 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wish /bin/sleep handled fractions of a second. State-Changed-From-To: feedback-suspended State-Changed-By: phk State-Changed-When: Tue Apr 14 12:18:38 PDT 1998 State-Changed-Why: ->suspended. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:25:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22693 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:25:21 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22405; Tue, 14 Apr 1998 19:24:23 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12442; Tue, 14 Apr 1998 12:23:43 -0700 (PDT) Date: Tue, 14 Apr 1998 12:23:43 -0700 (PDT) Message-Id: <199804141923.MAA12442@freefall.freebsd.org> To: are@communique.no, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3375 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Consistent 10 min. delay at boot with REL-2.2.1 on Pentium State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:23:01 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:31:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24364 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:31:57 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24280; Tue, 14 Apr 1998 19:31:36 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12589; Tue, 14 Apr 1998 12:30:56 -0700 (PDT) Date: Tue, 14 Apr 1998 12:30:56 -0700 (PDT) Message-Id: <199804141930.MAA12589@freefall.freebsd.org> To: simat@enta.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/3307 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unable to Route to a different Class C with machine on same ethernet and diff Class C State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:30:41 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:35:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25132 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:35:17 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24863; Tue, 14 Apr 1998 19:34:45 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12724; Tue, 14 Apr 1998 12:34:05 -0700 (PDT) Date: Tue, 14 Apr 1998 12:34:05 -0700 (PDT) Message-Id: <199804141934.MAA12724@freefall.freebsd.org> To: burg@is.ge.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/2670 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetch fails with HTTP_PROXY State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:33:54 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:39:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26032 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:39:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25916; Tue, 14 Apr 1998 19:38:57 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13037; Tue, 14 Apr 1998 12:38:17 -0700 (PDT) Date: Tue, 14 Apr 1998 12:38:17 -0700 (PDT) Message-Id: <199804141938.MAA13037@freefall.freebsd.org> To: luigi@iet.unipi.it, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/1738 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Install floppy returns random geometry with 2GB IDE drive State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:38:08 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:39:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26369 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:39:42 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26252; Tue, 14 Apr 1998 19:39:30 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13104; Tue, 14 Apr 1998 12:38:50 -0700 (PDT) Date: Tue, 14 Apr 1998 12:38:50 -0700 (PDT) Message-Id: <199804141938.MAA13104@freefall.freebsd.org> To: rwm@tansoft.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/1570 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Setting SHMALL > 35000 causes panic State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Tue Apr 14 12:38:36 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28733 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:50:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28692; Tue, 14 Apr 1998 12:50:01 -0700 (PDT) (envelope-from gnats) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28066 for ; Tue, 14 Apr 1998 19:45:18 GMT (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id MAA16419 for ; Tue, 14 Apr 1998 12:44:44 -0700 (PDT) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma016413; Tue Apr 14 12:44:42 1998 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id MAA10735; Tue, 14 Apr 1998 12:44:42 -0700 (PDT) Message-Id: <199804141944.MAA10735@bubba.whistle.com> Date: Tue, 14 Apr 1998 12:44:42 -0700 (PDT) From: Archie Cobbs Reply-To: archie@whistle.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/6299: vmstat -i does not show PnP device interrupts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6299 >Category: kern >Synopsis: vmstat -i does not show PnP device interrupts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 14 12:50:00 PDT 1998 >Last-Modified: >Originator: Archie Cobbs >Organization: Whistle Communications, Inc. >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD-2.2.6 >Description: >How-To-Repeat: 1. Install and enable interrupt driven PnP device. 2. Run "vmstat -i". 3. Notice device is not listed >Fix: Unknown (by me) >Audit-Trail: >Unformatted: >From luigi@labinfo.iet.unipi.it Tue Apr 14 00:38:57 1998 Received: from whistle.com (whistle.com [207.76.205.131]) by bubba.whistle.com (8.8.7/8.6.12) with ESMTP id AAA07159 for ; Tue, 14 Apr 1998 00:38:57 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id AAA10829 for ; Tue, 14 Apr 1998 00:38:56 -0700 (PDT) Received: from gatekeeper.whistle.com(207.76.204.2) by whistle.com via smap (V1.3) id sma010827; Tue Apr 14 00:38:51 1998 Received: (from smap@localhost) by gatekeeper.whistle.com (8.7.5/8.6.12) id AAA00295 for ; Tue, 14 Apr 1998 00:38:51 -0700 (PDT) Received: from labinfo.iet.unipi.it( 131.114.9.5) by gatekeeper via smap (V2.0) id xma000293; Tue, 14 Apr 98 00:38:36 -0700 Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id HAA02347; Tue, 14 Apr 1998 07:58:06 +0200 From: Luigi Rizzo Message-Id: <199804140558.HAA02347@labinfo.iet.unipi.it> Subject: Re: PnP code and vmstat To: archie@whistle.com (Archie Cobbs) Date: Tue, 14 Apr 1998 07:58:05 +0200 (MET DST) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <199804140217.TAA06608@bubba.whistle.com> from "Archie Cobbs" at Apr 13, 98 07:17:05 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Status: RO > I'm working on a PnP device driver. It's working OK and IS receiving > interrupts, but the command "vmstat -i" doesn't show it in the > listing. What's wrong? The data structure (call it XXX, I don't remember the name) used by vmstat -i does not have entries for PnP devices. If i remember well, the XXX entry for each driver is assigned after the attach routine. It happens as follows: * for ISA devices, the name is looked up somehow (being statically declared in the kernel config, this is easy); * there are spare entries for PCI devices which are assigned and renamed dynamically You should do a similar thing for PnP devices -- create spare entries and then assign them to the requesting device. Don't ask me where this struct is located... look at what is done after calling the device attach routine. (for the sound driver, i used a dirty hack and charged all interrupts to the pcm0 device even if it was for pcm1...) cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 12:50:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28939 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 12:50:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt050n33.san.rr.com [204.210.31.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28923 for ; Tue, 14 Apr 1998 19:50:31 GMT (envelope-from Studded@san.rr.com) Received: from san.rr.com (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA21867; Tue, 14 Apr 1998 12:50:24 -0700 (PDT) (envelope-from Studded@san.rr.com) Message-ID: <3533BDFF.3349418B@san.rr.com> Date: Tue, 14 Apr 1998 12:50:23 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE i386) MIME-Version: 1.0 To: Pete Carah CC: bugs@FreeBSD.ORG Subject: Re: Diffs for 'w' to handle long names right References: <199804141712.KAA01206@ns.altadena.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Pete Carah wrote: > > I've long wanted to fix the 'w' headers to look right for long-name systems; > finally got a round tuit... This is exceedingly cool. :) I highly recommend that you submit a PR with this patch since it's unlikely to get noticed otherwise. Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud operator, designer and maintainer of the world's largest *** Internet Relay Chat server. 5,328 clients and still growing. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 13:32:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07700 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 13:32:42 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07354; Tue, 14 Apr 1998 13:31:29 -0700 (PDT) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199804142031.NAA07354@hub.freebsd.org> Subject: Re: conf/6226 In-Reply-To: <19980414060832.09919@ucb.crimea.ua> from Ruslan Ermilov at "Apr 14, 98 06:08:32 am" To: ru@ucb.crimea.ua (Ruslan Ermilov) Date: Tue, 14 Apr 1998 13:31:28 -0700 (PDT) Cc: jmb@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ruslan Ermilov wrote: > On Mon, Apr 13, 1998 at 07:25:43PM -0700, Jonathan M. Bresler wrote: > > Synopsis: sendmail.cf.additions: wrong SMTP reply codes > > > > State-Changed-From-To: open-closed > > State-Changed-By: jmb > > State-Changed-When: Mon Apr 13 19:23:57 PDT 1998 > > State-Changed-Why: > > patches accepted with one change > > > > retain message in check_relay ruleset > > This message is useless anyway. It'll never be displayed to the client. it is not useless. it is useful to the local postmaster. the message appears in the maillog. "grep | cut -f 4 -d, | sort | uniq -c | sort -rn" is good. > check_relay executed right after HELO or EHLO. > And if it resolvs with #error, then on any *next* SMTP command sendmail > will respond with "550 Access denied". good! didnt want to talk to them anyway. that's why we chose the error mailer. > See http://www.sendmail.org/antispam.html for confirmation. or _Sendmail_ 2nd edition by Bryan Costales from O'Reilly. jmb 1 relay=c4.netcreations.com [208.156.32.227] hmm......very quiet day. ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 13:40:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09484 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 13:40:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09455; Tue, 14 Apr 1998 13:40:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Apr 1998 13:40:04 -0700 (PDT) Message-Id: <199804142040.NAA09455@hub.freebsd.org> To: freebsd-bugs Cc: From: Eivind Eklund Subject: Re: i386/3895: False FPE (floating point exception) signaled Reply-To: Eivind Eklund Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/3895; it has been noted by GNATS. From: Eivind Eklund To: freebsd-gnats-submit@freebsd.org, ajhar@noao.edu Cc: Subject: Re: i386/3895: False FPE (floating point exception) signaled Date: Tue, 14 Apr 1998 22:31:05 +0200 Is this still a problem, and if it is - can you provide us with a program that reproduce it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 14:30:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17508 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 14:30:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17494; Tue, 14 Apr 1998 14:30:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Apr 1998 14:30:01 -0700 (PDT) Message-Id: <199804142130.OAA17494@hub.freebsd.org> To: freebsd-bugs Cc: From: Edward Ajhar Subject: Re: i386/3895: False FPE (floating point exception) signaled Reply-To: Edward Ajhar Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/3895; it has been noted by GNATS. From: Edward Ajhar To: freebsd-gnats-submit@freebsd.org, eivind@yes.no Cc: Subject: Re: i386/3895: False FPE (floating point exception) signaled Date: Tue, 14 Apr 1998 14:25:09 -0700 (MST) Thanks for prodding me, I kept forgetting to submit a follow-up. While I am not _certain_ that this problem still exists (I suspect it does), I have found a way around it. There were two examples of problems given in the original i386/3895. Here is the first. Actually, the origin of the problem is in the Fortran code that I was running. With the caveat that the following is in part speculative, here is the main clue to what is probably a gcc bug: The (Fortran) code had a bad habit of CALLing FUNCTIONs (which return values) instead of assigning them to a dummy variable. In Fortran, only SUBROUTINEs (which do not return values) are CALLed, but most compilers don't seem to care if you also use CALL for a function. Anyway, the returned value was, perhaps, left on the stack. As these unused values piled up, they could ultimately trigger a false SIGFPE. I really don't know exactly what caused the problem, but fixing the Fortran code (by assigning functions to dummy variables instead of calling them) removed this problem. The second example was an assignment of an integer function to an integer and having it give a false SIGFPE. It turns out that this function when defined was an INTEGER but was implicitly declared a REAL when it was called in the code (because of Fortran's implicit rules). Again, the compilers were perfectly happy to swallow all this, and the code was happy to run on the (Solaris) UltraSparc with the same code (without any problem) and to run happily for a while on the (FreeBSD) Pentium Pro machine. But, eventually, a false SIGFPE resulted. All this led me to conclude that there is probably a bug somewhere in the i386 gcc code because the results were the same whether using f2c (which converts the Fortran code into C, which is then compiled directly with gcc as C code) or g77 (which is the Fortran front-end of gcc). But, unfortunately, I cannot provide a simple little piece of C code that reproduces this bug. So, I suppose that this one probably has to be left hanging for now. In my humble opinion, because improperly written Fortran code somehow found a way to trigger a (likely) gcc bug and because fixing the Fortran code apparently fails to trigger the bug, this seems to be a _much_ lower priority problem and probably something well beyond the scope of the FreeBSD Project to try to locate and fix at this time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 14:40:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20084 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 14:40:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20047; Tue, 14 Apr 1998 14:40:02 -0700 (PDT) (envelope-from gnats) Received: from neunacht.netgsi.com (neunacht.netgsi.com [192.55.203.174]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA18744 for ; Tue, 14 Apr 1998 21:36:32 GMT (envelope-from cjohnson@neunacht.netgsi.com) Received: (from cjohnson@localhost) by neunacht.netgsi.com (8.8.8/8.8.6) id RAA03729; Tue, 14 Apr 1998 17:36:14 -0400 (EDT) Message-Id: <199804142136.RAA03729@neunacht.netgsi.com> Date: Tue, 14 Apr 1998 17:36:14 -0400 (EDT) From: "Christopher T. Johnson" Reply-To: cjohnson@neunacht.netgsi.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/6300: System locks up in SMP mode when accessing fd or snd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6300 >Category: kern >Synopsis: System locks up in SMP mode when accessing fd or snd >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 14 14:40:00 PDT 1998 >Last-Modified: >Originator: Christopher T. Johnson >Organization: NetGSI, Inc >Release: FreeBSD 3.0-CURRENT i386 >Environment: The Regents of the University of California. All rights reserved. FreeBSD 3.0-CURRENT #1: Thu Apr 2 10:31:27 EST 1998 toor@neunacht.netgsi.com:/usr/src/sys/compile/NEUNACHT Timecounter "i8254" frequency 1193182 Hz cost 2429 ns Timecounter "TSC" frequency 165789817 Hz cost 212 ns CPU: Pentium (165.79-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8003bf real memory = 67108864 (65536K bytes) avail memory = 62701568 (61232K bytes) Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x01 on pci0.7.0 ed1: rev 0x00 int a irq 10 on pci0.17.0 ed1: address 00:40:05:57:c2:bd, type NE2000 (16 bit) ncr0: rev 0x04 int a irq 11 on pci0.18.0 ncr0: waiting for scsi devices to settle scbus0 at ncr0 bus 0 sd0 at scbus0 target 0 lun 0 sd0: type 0 fixed SCSI 2 sd0: Direct-Access sd0: 10.0 MB/s (100 ns, offset 8) 2014MB (4124736 512 byte sectors) sd1 at scbus0 target 1 lun 0 sd1: type 0 fixed SCSI 2 sd1: Direct-Access sd1: 10.0 MB/s (100 ns, offset 8) 2777MB (5688447 512 byte sectors) st0 at scbus0 target 4 lun 0 st0: type 1 removable SCSI 1 st0: Sequential-Access density code 0x0, drive empty st1 at scbus0 target 5 lun 0 st1: type 1 removable SCSI 1 st1: Sequential-Access density code 0x0, drive empty cd0 at scbus0 target 6 lun 0 cd0: type 5 removable SCSI 2 cd0: CD-ROM cd0: asynchronous. cd present [266127 x 2048 byte records] vga0: rev 0x01 int a irq 15 on pci0.19.0 Probing for PnP devices: CSN 1 Vendor ID: CTL00c3 [0xc3008c0e] Serial 0x12e6fc44 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard ed0 not found at 0x280 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface lpt1 not found fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in aha0 not found at 0x330 aic0 not found at 0x340 npx0 on motherboard npx0: INT 16 interface sb0 at 0x260 irq 9 drq 3 on isa snd0: sbxvi0 at ? drq 7 on isa snd0: opl0 at 0x388 on isa snd0: sbmidi0 at 0x300 on isa snd0: awe0 at 0x620 on isa AWE32: not detected Intel Pentium F00F detected, installing workaround ccd0-3: Concatenated disk drivers Note: AWE32 is not configured in PnP that's why it's not found. =============================================================================== MPTable, version 2.0.15 ------------------------------------------------------------------------------- MP Floating Pointer Structure: location: BIOS physical address: 0x000f5c50 signature: '_MP_' length: 16 bytes version: 1.1 checksum: 0xd4 mode: Virtual Wire ------------------------------------------------------------------------------- MP Config Table Header: physical address: 0x000f5c64 signature: 'PCMP' base table length: 396 version: 1.1 checksum: 0x3a OEM ID: 'OEM00000' Product ID: 'PROD00000000' OEM table pointer: 0x00000000 OEM table size: 0 entry count: 28 local APIC address: 0xfee00000 extended table length: 0 extended table checksum: 0 ------------------------------------------------------------------------------- MP Config Base Table Entries: -- Processors: APIC ID Version State Family Model Step Flags 0 0x11 BSP, usable 5 2 1 0x07bf 1 0x11 AP, usable 5 2 1 0x07bf -- Bus: Bus ID Type 0 PCI 1 ISA -- I/O APICs: APIC ID Version State Address 2 0x11 usable 0xfec00000 -- I/O Ints: Type Polarity Trigger Bus ID IRQ APIC ID PIN# ExtINT conforms conforms 1 0 2 0 INT conforms conforms 1 1 2 1 INT conforms conforms 1 0 2 2 INT conforms conforms 1 3 2 3 INT conforms conforms 1 4 2 4 INT conforms conforms 1 5 2 5 INT conforms conforms 1 6 2 6 INT conforms conforms 1 7 2 7 INT conforms conforms 1 8 2 8 INT conforms conforms 1 9 2 9 INT conforms conforms 1 10 2 10 INT conforms conforms 1 11 2 11 INT conforms conforms 1 12 2 12 INT conforms conforms 1 13 2 13 INT conforms conforms 1 14 2 14 INT conforms conforms 1 15 2 15 INT active-lo level 0 20:A 2 16 INT active-lo level 0 19:A 2 17 INT active-lo level 0 18:A 2 18 INT active-lo level 0 17:A 2 19 SMI conforms conforms 1 0 2 23 -- Local Ints: Type Polarity Trigger Bus ID IRQ APIC ID PIN# ExtINT conforms conforms 0 0:A 255 0 NMI conforms conforms 0 0:A 255 1 ------------------------------------------------------------------------------- # SMP kernel config file options: # Required: options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O # Optional (built-in defaults will work in most cases): #options NCPU=2 # number of CPUs #options NBUS=2 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs =============================================================================== >Description: When the system is running the SMP kernel, more than a buffer full of sound will cause the sytem to lock up. If running X, the cursor stops moving and ctrl-alt-del, ctlr-alt-bs fails to free the system. If fdformat /dev/rfd0.1440 is attempted, 3 to 5 Vs are printed and then the system locks up hard. It requires a hardware reset to break the system free. The same actions running a UP will work fine. The UP configuration file is the same as the SMP configuration file with the exception that the UP has the SMP options commented out. >How-To-Repeat: See above. >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 14:55:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24984 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 14:55:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA24901; Tue, 14 Apr 1998 21:54:47 GMT (envelope-from danny@FreeBSD.org) From: "Daniel O'Callaghan" Received: (from danny@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA13746; Tue, 14 Apr 1998 14:54:02 -0700 (PDT) Date: Tue, 14 Apr 1998 14:54:02 -0700 (PDT) Message-Id: <199804142154.OAA13746@freefall.freebsd.org> To: hsu@mail.clinet.fi, danny@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4924 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /etc/daily should use full hostname State-Changed-From-To: open-closed State-Changed-By: danny State-Changed-When: Tue Apr 14 14:51:08 PDT 1998 State-Changed-Why: The issue affects few people, and the fix is cosmetic and easily applied locally where required. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 15:12:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29148 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 15:12:17 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA28990; Tue, 14 Apr 1998 22:12:01 GMT (envelope-from danny@FreeBSD.org) From: "Daniel O'Callaghan" Received: (from danny@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14122; Tue, 14 Apr 1998 15:11:19 -0700 (PDT) Date: Tue, 14 Apr 1998 15:11:19 -0700 (PDT) Message-Id: <199804142211.PAA14122@freefall.freebsd.org> To: fenner@parc.xerox.com, danny@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: docs/4866 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Man pages for basename(1) and dirname(1) are wrong State-Changed-From-To: open-closed State-Changed-By: danny State-Changed-When: Tue Apr 14 15:10:49 PDT 1998 State-Changed-Why: Submitted patch applied. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 16:00:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10198 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 16:00:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10117; Tue, 14 Apr 1998 16:00:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Apr 1998 16:00:02 -0700 (PDT) Message-Id: <199804142300.QAA10117@hub.freebsd.org> To: freebsd-bugs Cc: From: Tim Vanderhoek Subject: Re: misc/1428 Reply-To: Tim Vanderhoek Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/1428; it has been noted by GNATS. From: Tim Vanderhoek To: Poul-Henning Kamp Cc: ac199@freenet.hamilton.on.ca, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/1428 Date: Tue, 14 Apr 1998 18:47:49 -0400 (EDT) On Tue, 14 Apr 1998, Poul-Henning Kamp wrote: > Synopsis: ncurses doesn't always display ALTCHARSET correctly > > State-Changed-From-To: open-feedback > State-Changed-By: phk > State-Changed-When: Tue Apr 14 12:09:48 PDT 1998 > State-Changed-Why: > can this be closed ? No. The test program included still fails last time I tried it (~month ago). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 16:27:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15355 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 16:27:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15296; Tue, 14 Apr 1998 23:26:55 GMT (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA14665; Tue, 14 Apr 1998 16:26:12 -0700 (PDT) Date: Tue, 14 Apr 1998 16:26:12 -0700 (PDT) Message-Id: <199804142326.QAA14665@freefall.freebsd.org> To: ajhar@noao.edu, eivind@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/3895 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: False FPE (floating point exception) signaled State-Changed-From-To: open-closed State-Changed-By: eivind State-Changed-When: Tue Apr 14 16:25:04 PDT 1998 State-Changed-Why: We don't have any reproducable case, and we're not likely to get any. The submitter is no longer bothered by the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 16:49:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19416 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 16:49:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19347; Tue, 14 Apr 1998 23:48:47 GMT (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA14895; Tue, 14 Apr 1998 16:48:05 -0700 (PDT) Date: Tue, 14 Apr 1998 16:48:05 -0700 (PDT) Message-Id: <199804142348.QAA14895@freefall.freebsd.org> To: volf@oasis.IAEhv.nl, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: docs/6279 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: portindex not executable State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Tue Apr 14 16:47:15 PDT 1998 State-Changed-Why: Suggested patch applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 16:56:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21797 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 16:56:20 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (root@ts01-48.waterford.indigo.ie [194.125.139.111]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21270; Tue, 14 Apr 1998 23:54:33 GMT (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id WAA01576; Tue, 14 Apr 1998 22:52:17 +0100 (IST) (envelope-from rotel@ginseng.indigo.ie) From: Niall Smart Message-Id: <199804142152.WAA01576@indigo.ie> Date: Tue, 14 Apr 1998 22:52:17 +0000 In-Reply-To: Poul-Henning Kamp "Re: bin/4154" (Apr 14, 12:19pm) Reply-To: rotel@indigo.ie X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: Poul-Henning Kamp , denny1@home.com, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4154 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Apr 14, 12:19pm, Poul-Henning Kamp wrote: } Subject: Re: bin/4154 > Synopsis: wish /bin/sleep handled fractions of a second. > > State-Changed-From-To: feedback-suspended > State-Changed-By: phk > State-Changed-When: Tue Apr 14 12:18:38 PDT 1998 > State-Changed-Why: > ->suspended. Hrm, how about I write code to support two forms of sleep: sleep n which sleeps n seconds, and sleep -d | -h | -m | -s | -u duration ... which sleeps the specified number of days, hours, minutes, seconds or microseconds. You can even specify multiple arguments and use floating point numbers so that sleep -d 1.5 -m 2 -s 4 would mean sleep 1/2 days, 2 minutes and 4 seconds. Whaddyall think? A solution looking for a problem or the best invention since sliced bread? Niall -- Niall Smart. Microsoft Suck. See www.freebsd.org for details. echo "#define if(x) if(!(x))" >> /usr/include/stdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 17:10:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25360 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 17:10:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25326; Tue, 14 Apr 1998 17:10:01 -0700 (PDT) (envelope-from gnats) Received: from fci1.fiberlane.com (fci1.fiberlane.com [209.31.24.98]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA25254 for ; Wed, 15 Apr 1998 00:09:53 GMT (envelope-from minshall@fiberlane.com) Received: from mailhost.fiberlane.com by fci1.fiberlane.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 15 Apr 1998 00:05:10 UT Received: from red.mtv.fiberlane.com by intranet1.fiberlane.com with smtp id m0yPFjV-000gypC; Tue, 14 Apr 1998 17:07:21 -0700 (PDT) Received: by red.mtv.fiberlane.com (8.8.7) id RAA08399; Tue, 14 Apr 1998 17:08:26 -0700 (PDT) Message-Id: <199804150008.RAA08399@red.mtv.fiberlane.com> Date: Tue, 14 Apr 1998 17:08:26 -0700 (PDT) From: minshall@fiberlane.com Reply-To: minshall@fiberlane.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6301: vi bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6301 >Category: bin >Synopsis: vi ``%'' is broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 14 17:10:00 PDT 1998 >Last-Modified: >Originator: Greg Minshall >Organization: Fiberlane Communications >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: FreeBSD 2.2.5 vi Version 1.79 (10/23/96) The CSRG, University of California, Berkeley. >Description: #define MASK(len) ((0xffffffff>>(32-(len)))<<(32-(len))) If i position the cursor on the first ``<'' on the above line and hit the ``%'' key, the cursor should move to the next-to-the-last ``)''. Instead, it doesn't move (but, it beeps at me). >How-To-Repeat: Try it. >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 17:14:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26483 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 17:14:37 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from natsoft.com.au (natsoft.com.au [203.39.138.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA26475; Wed, 15 Apr 1998 00:14:23 GMT (envelope-from craig@natsoft.com.au) Received: from Win95.natsoft.com.au (Win95 [203.39.138.131]) by natsoft.com.au (8.8.5/8.8.5) with SMTP id LAA09681; Wed, 15 Apr 1998 11:15:14 GMT Message-ID: <3533FB85.72B3@natsoft.com.au> Date: Wed, 15 Apr 1998 10:12:53 +1000 From: Craig Wilson Organization: National Software Pty Ltd X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 To: Eivind Eklund CC: ajhar@noao.edu, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/3895 References: <199804142326.QAA14665@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eivind Eklund wrote: > > Synopsis: False FPE (floating point exception) signaled > > State-Changed-From-To: open-closed > State-Changed-By: eivind > State-Changed-When: Tue Apr 14 16:25:04 PDT 1998 > State-Changed-Why: > We don't have any reproducable case, and we're not likely to get any. > The submitter is no longer bothered by the problem. > I have had this problem with the SCO Xenix C compiler. It is reproducable with the C compiler in FreeBSD 2.2.2 It will happen when a routine which returns a float is not properly defined in another source file that uses that routine. Adding "double getdouble();" prototype in float.c fixes the problem. float.c main() { int i; double iD; i=0; lp: iD=getdouble(); i++; printf("i=%d\n\r",i); goto lp; } float1.c double getdouble() { double iD; iD=1; return iD; } cc float.c float1.c -ofloat This program will perform 7 loops before crashing with a FPE. I hope this info helps. Craig Wilson National Software Pty Ltd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 17:50:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02144 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 17:50:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02133; Tue, 14 Apr 1998 17:50:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Apr 1998 17:50:02 -0700 (PDT) Message-Id: <199804150050.RAA02133@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: bin/6301: vi bug Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6301; it has been noted by GNATS. From: Bill Fenner To: minshall@fiberlane.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/6301: vi bug Date: Tue, 14 Apr 1998 17:45:44 PDT It's trying to match your < with a >. It's beeping to tell you it didn't find one. Bug or feature? (Certainly doesn't agree with the documentation). Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 18:00:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03949 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 18:00:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03907; Tue, 14 Apr 1998 18:00:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Apr 1998 18:00:01 -0700 (PDT) Message-Id: <199804150100.SAA03907@hub.freebsd.org> To: freebsd-bugs Cc: From: Greg Minshall Subject: Re: bin/6301: vi bug Reply-To: Greg Minshall Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6301; it has been noted by GNATS. From: Greg Minshall To: Bill Fenner Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/6301: vi bug Date: Tue, 14 Apr 1998 17:50:32 -0700 Hey, Bill. > Bug or feature? Bug (says the C programmer)! (Arguably, could have some "set" variable that would enable matching '<' and '>'.) Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 18:00:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03960 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 18:00:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03932; Tue, 14 Apr 1998 18:00:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Apr 1998 18:00:04 -0700 (PDT) Message-Id: <199804150100.SAA03932@hub.freebsd.org> To: freebsd-bugs Cc: From: John-Mark Gurney Subject: Re: bin/6301: vi bug Reply-To: John-Mark Gurney Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6301; it has been noted by GNATS. From: John-Mark Gurney To: minshall@fiberlane.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/6301: vi bug Date: Tue, 14 Apr 1998 17:55:16 -0700 minshall@fiberlane.com scribbled this message on Apr 14: > #define MASK(len) ((0xffffffff>>(32-(len)))<<(32-(len))) ab c d dcb e f fea the letters match what I get when I use % on: Version 1.79 (10/23/96) The CSRG, University of California, Berkeley. on a 2.2.1-R box... > If i position the cursor on the first ``<'' on the above do you mean `('? because vi doesn't do matching of angle braces... > line and hit the ``%'' key, the cursor should move to the > next-to-the-last ``)''. Instead, it doesn't move (but, it > beeps at me). that's because there is no matching char for `<'... -- John-Mark Gurney Modem Rev/FAX: +1 541 346 9237 Cu Networking P.O. Box 5693, 97405 Live in Peace, destroy Micro$oft, support free software, run FreeBSD Don't trust anyone you don't have the source for To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 19:02:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17501 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 19:02:43 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17394; Wed, 15 Apr 1998 02:02:21 GMT (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.7) with ESMTP id CAA25317; Wed, 15 Apr 1998 02:56:06 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199804150156.CAA25317@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: rotel@indigo.ie cc: Poul-Henning Kamp , denny1@home.com, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4154 In-reply-to: Your message of "Tue, 14 Apr 1998 22:52:17 -0000." <199804142152.WAA01576@indigo.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 Apr 1998 02:56:06 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Apr 14, 12:19pm, Poul-Henning Kamp wrote: > } Subject: Re: bin/4154 > > Synopsis: wish /bin/sleep handled fractions of a second. > > > > State-Changed-From-To: feedback-suspended > > State-Changed-By: phk > > State-Changed-When: Tue Apr 14 12:18:38 PDT 1998 > > State-Changed-Why: > > ->suspended. > > Hrm, how about I write code to support two forms of sleep: > > sleep n > > which sleeps n seconds, and > > sleep -d | -h | -m | -s | -u duration ... > > which sleeps the specified number of days, hours, minutes, seconds > or microseconds. You can even specify multiple arguments and use > floating point numbers so that > > sleep -d 1.5 -m 2 -s 4 > > would mean sleep 1/2 days, 2 minutes and 4 seconds. > > Whaddyall think? A solution looking for a problem or the best > invention since sliced bread? I think this is a good idea, but it may be worth staying consistent with the -v option to date (syntax-wise). > Niall > > -- > Niall Smart. Microsoft Suck. See www.freebsd.org for details. > echo "#define if(x) if(!(x))" >> /usr/include/stdio.h -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 19:31:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23447 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 19:31:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from fgwmail.fujitsu.co.jp (fgwmail.fujitsu.co.jp [164.71.1.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA23413; Wed, 15 Apr 1998 02:30:51 GMT (envelope-from mac@flab.fujitsu.co.jp) Received: from fdmmail.fujitsu.co.jp by fgwmail.fujitsu.co.jp (8.8.8+2.7Wbeta7/3.6W-MX980408-Fujitsu Mail Gateway) id LAA22121; Wed, 15 Apr 1998 11:30:44 +0900 (JST) Received: from aqua.pssys.flab.fujitsu.co.jp by fdmmail.fujitsu.co.jp (8.8.8+2.7Wbeta7/3.6W-980405-Fujitsu Domain Mail Master) id LAA22614; Wed, 15 Apr 1998 11:30:12 +0900 (JST) Received: from localhost (hobbit.pssys.flab.fujitsu.co.jp [192.168.1.5]) by aqua.pssys.flab.fujitsu.co.jp (8.8.7/8.8.7) with ESMTP id LAA16897; Wed, 15 Apr 1998 11:30:10 +0900 To: nate@FreeBSD.ORG, jmb@FreeBSD.ORG Cc: mac@st.rim.or.jp, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6249 From: Masahide NODA/=?iso-2022-jp?B?GyRCJE4kQCReJDUkUiRHGyhC?= In-Reply-To: Your message of "Wed, 8 Apr 1998 07:30:10 -0700 (PDT)" <199804081430.HAA02780@freefall.freebsd.org> References: <199804081430.HAA02780@freefall.freebsd.org> X-Mailer: Mew version 1.93b27 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980415113016E.mac@flab.fujitsu.co.jp> Date: Wed, 15 Apr 1998 11:30:16 +0900 X-Dispatcher: imput version 980408 Lines: 26 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'am mac@flab.fujitsu.co.jp, and same person of mac@st.rim.or.jp. From: Nate Williams Subject: Re: kern/6249 Date: Wed, 8 Apr 1998 07:30:10 -0700 (PDT) Message-ID: <199804081430.HAA02780@freefall.freebsd.org> nate> Synopsis: in PCCARD, alocate driver failed, not release IRQ nate> State-Changed-From-To: open-analyzed nate> State-Changed-By: nate nate> State-Changed-When: Wed Apr 8 07:29:11 PDT 1998 nate> State-Changed-Why: nate> This is indeed a problem, but the way we do probes needs to be redone, so let nate> me see if I can fix the original problem. If not, I'll apply the patch. Sorry, I was busy and I could not test that. Today, I got fixed pccard.c and test it. I confirm that my send-pr's problem is fixed. Sorry my late confirm, and borken English. Thank you. -- mac@flab.fujitsu.co.jp/mac@st.rim.or.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 19:35:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24121 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 19:35:42 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24095; Tue, 14 Apr 1998 19:35:28 -0700 (PDT) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199804150235.TAA24095@hub.freebsd.org> Subject: Re: kern/6249 In-Reply-To: <19980415113016E.mac@flab.fujitsu.co.jp> from =?us-ascii?Q?Masahide_NODA=2F=3D=3Fiso=2D2022=2Djp=3FB=3FGyRC?= =?us-ascii?Q?JE4kQCReJDUkUiRHGyhC=3F=3D?= at "Apr 15, 98 11:30:16 am" To: mac@flab.fujitsu.co.jp (Masahide NODA/=?iso-2022-jp?B?GyRCJE4kQCReJDUkUiRHGyhC?=) Date: Tue, 14 Apr 1998 19:35:28 -0700 (PDT) Cc: nate@FreeBSD.ORG, jmb@FreeBSD.ORG, mac@st.rim.or.jp, freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Masahide NODA/=?iso-2022-jp?B?GyRCJE4kQCReJDUkUiRHGyhC?= wrote: > Today, I got fixed pccard.c and test it. > I confirm that my send-pr's problem is fixed. > > Sorry my late confirm, and borken English. Thank you. thank you very much for checking this. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 21:10:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11196 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 21:10:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11138; Tue, 14 Apr 1998 21:10:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Apr 1998 21:10:01 -0700 (PDT) Message-Id: <199804150410.VAA11138@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: bin/6301: vi bug Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6301; it has been noted by GNATS. From: Bill Fenner To: John-Mark Gurney Cc: freebsd-gnats-submit@hub.freebsd.org Subject: Re: bin/6301: vi bug Date: Tue, 14 Apr 1998 21:03:48 PDT John-Mark Gurney wrote: > > #define MASK(len) ((0xffffffff>>(32-(len)))<<(32-(len))) > ab c d dcb e f fea > > > If i position the cursor on the first ``<'' on the above > > do you mean `('? because vi doesn't do matching of angle braces... Yes it does; that's his problem. Greg wants the behavior that's described in the documentation: The cursor moves to the parenthesis or curly brace which .i matches the parenthesis or curly brace found at the current cursor position or which is the closest one to the right of the cursor on the line. Note the last phrase - when Greg has his cursor on the first <, he wants it to match on the first paren you labelled "e", since that is the closest one to the right of the cursor on the line. Instead, since vi learned how to match <>'s, it beeps since there's no match. Since matching <>'s is useful when writing HTML but not when programming, Greg suggested (in a later message) a "set" option to enable <> matching; I think I agree. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 14 22:31:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25318 for freebsd-bugs-outgoing; Tue, 14 Apr 1998 22:31:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA25281 for ; Wed, 15 Apr 1998 05:30:46 GMT (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA32452; Wed, 15 Apr 1998 15:28:41 +1000 Date: Wed, 15 Apr 1998 15:28:41 +1000 From: Bruce Evans Message-Id: <199804150528.PAA32452@godzilla.zeta.org.au> To: ajhar@noao.edu, freebsd-bugs@hub.freebsd.org Subject: Re: i386/3895: False FPE (floating point exception) signaled Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The second example was an assignment of an integer function to an > integer and having it give a false SIGFPE. It turns out that this > function when defined was an INTEGER but was implicitly declared a > REAL when it was called in the code (because of Fortran's implicit > rules). Again, the compilers were perfectly happy to swallow all > this, and the code was happy to run on the (Solaris) UltraSparc with > the same code (without any problem) and to run happily for a while on > the (FreeBSD) Pentium Pro machine. But, eventually, a false SIGFPE > resulted. > > All this led me to conclude that there is probably a bug somewhere in > the i386 gcc code because the results were the same whether using f2c > (which converts the Fortran code into C, which is then compiled > directly with gcc as C code) or g77 (which is the Fortran front-end of > gcc). I conclude that it is a user or g77 bug, most likely the former. Calling a C function that returns double but is implicitly or mis- declared as returning another type gives undefined behaviour. The error is actually detected under FreeBSD. I know very little about Fortran, but guess it requires less type checking/rewriting than C. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 03:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18248 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 03:20:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18194; Wed, 15 Apr 1998 03:20:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Apr 1998 03:20:02 -0700 (PDT) Message-Id: <199804151020.DAA18194@hub.freebsd.org> To: freebsd-bugs Cc: From: Craig Wilson Subject: Re: i386/3895 Reply-To: Craig Wilson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/3895; it has been noted by GNATS. From: Craig Wilson To: FreeBSD-GNATS-submit@FreeBSD.ORG Cc: Subject: Re: i386/3895 Date: Wed, 15 Apr 1998 12:09:56 +0200 [Forwarded to the GNATS database by Eivind Eklund ] I have had this problem with the SCO Xenix C compiler. It is reproducable with the C compiler in FreeBSD 2.2.2 It will happen when a routine which returns a float is not properly defined in another source file that uses that routine. Adding "double getdouble();" prototype in float.c fixes the problem. float.c main() { int i; double iD; i=0; lp: iD=getdouble(); i++; printf("i=%d\n\r",i); goto lp; } float1.c double getdouble() { double iD; iD=1; return iD; } cc float.c float1.c -ofloat This program will perform 7 loops before crashing with a FPE. I hope this info helps. Craig Wilson National Software Pty Ltd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 04:52:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06644 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 04:52:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from post.mail.demon.net (post-30.mail.demon.net [194.217.242.40]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA06617 for ; Wed, 15 Apr 1998 11:51:51 GMT (envelope-from sie@systemfile.demon.co.uk) Received: from (sie) [194.222.128.5] by post.mail.demon.net with smtp (Exim 1.82 #2) id 0yPQjG-00026M-00; Wed, 15 Apr 1998 12:51:50 +0100 Message-ID: <000101bd6864$adbffa20$0580dec2@sie> From: "Sie Raybould" To: Subject: Wont even boot from the floppy on my laptop Date: Wed, 15 Apr 1998 12:49:45 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I ran FreeBSD for a while on my old TI4000M without problems a while back and now have need for UNIX on my new laptop. I have tried the 2.2.2-RELEASE boot floppy and it gets as far as: -- Booting the kernel BIOS basemem (639K) != RTC basemem (640K), setting to BIOS value Copyright (c) 1992-1997 FreeBSD Inc Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.2-RELEASE #0: Tue May 20 11:16:09 GMT 1997 jkh@cdrom.com:/usr/src/sys/compile/BOOTMFS -- Then the system hangs and cannot be reset, except by switching the power off. I also tried booting with -c, no different. Then I tried downloading 2.2.6-RELEASE boot floppy and it was also no different. The machine is an AJP badged laptop actually made by the Kapoc Computer Company in Taiwan. These machines are sold in hundreds of countries under differnent names. Here in the UK, I have seen them badged as AJP and MBC. In Switzerland, I have seen them as "Microspot". The spec is: 233MMX Intel Pentium 64Mb RAM Chips and Technologies 65555 graphics with 4Mb 15.1" XGA (1024x768) TFT LCD panel ESS1879 3D sound system Standard 1.44 3.5" floppy 20x TEAC CDROM 1 Parallel port 1 Serial port 2 USB ports Fast IR 2 PCMCIA slots (I have 3C589 ethernet and Adaptec 1640 SlimSCSI in them) Is there any way I can switch tracing on or something to see how far things are getting, or to see what is casing the boot to hang ? Thanks in advance, Sie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 05:50:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17098 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 05:50:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17072; Wed, 15 Apr 1998 05:50:02 -0700 (PDT) (envelope-from gnats) Received: from indigo.ie (root@ts01-49.waterford.indigo.ie [194.125.139.112]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16657 for ; Wed, 15 Apr 1998 12:45:01 GMT (envelope-from nsmart@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id AAA00922; Fri, 1 Jan 2038 00:00:40 GMT (envelope-from nsmart) Message-Id: <203801010000.AAA00922@indigo.ie> Date: Fri, 1 Jan 2038 00:00:40 GMT From: rotel@indigo.ie Reply-To: nsmart@indigo.ie To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6308: date(1) -v argument cannot vary seconds Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6308 >Category: bin >Synopsis: date(1) -v argument cannot vary seconds >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 15 05:50:01 PDT 1998 >Last-Modified: >Originator: Niall Smart >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: The -v option to date(1) allows the user to vary the year, month, day, hour and minute of the current date, but not the seconds. This is definately not a show stopper :) but should be done for consistency IMHO. >How-To-Repeat: >Fix: No patch supplied. >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 Apr 15 07:01:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01519 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 07:01:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from skraldespand.demos.su (skraldespand.demos.su [194.87.5.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01500 for ; Wed, 15 Apr 1998 14:01:09 GMT (envelope-from mishania@skraldespand.demos.su) Received: (from mishania@localhost) by skraldespand.demos.su (8.8.8/D) id SAA01580; Wed, 15 Apr 1998 18:01:03 +0400 (MSD) Posted-Date: Wed, 15 Apr 1998 18:01:03 +0400 (MSD) Message-ID: <19980415180102.16522@demos.su> Date: Wed, 15 Apr 1998 18:01:02 +0400 From: "Mikhail A. Sokolov" To: bugs@FreeBSD.ORG Subject: MAXMEM at -current: hardware fault? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Demos Company, Ltd., Moscow, Russian Federation. X-Point-of-View: Gravity is myth, - the earth sucks. X-Useless-Header: Look ma! It's a # sign! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I am not really sure whether it's worth a PR, that's why I am writing here: Environment: 2xPPro/200 256Mb RAM; Asus P/I-P65UP5 motherboard, CPU card is Asus C-P6ND 1) kernel as of 25th February, 1998, no options MAXMEM defined. 2) kernel's as of 12th of March, 13th of April, 14th of April. 2nd variant kernel's will boot, but recognize only 16 (!) mb of RAM, when the hardware itself recognizes 256Mb, in case if MAXMEM=(1024*256) is not defined. Otherwise, adding MAXMEM (which is, as far as I recall, obsolete), everything is ok. There're another machines, which work with MAXMEM not defined (i.e. recognize all of their 256/512 Mb ok) with all of those above mentioned kernels. Their hardware difference is that they are 440-LX (Redwood). There're no BOUNCE_BUFFERS in any of these kernel's configurations. Quite strange. -- -mishania To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 08:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15434 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 08:10:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15398; Wed, 15 Apr 1998 08:10:01 -0700 (PDT) (envelope-from gnats) Received: from gateman.zeus.leitch.com (gateman.zeus.leitch.com [204.187.61.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14868 for ; Wed, 15 Apr 1998 15:03:49 GMT (envelope-from woods@tap.zeus.leitch.com) Received: from zeus.leitch.com (tap.zeus.leitch.com [204.187.61.10]) by gateman.zeus.leitch.com (8.8.5/8.7.3/1.0) with ESMTP id LAA22013 for ; Wed, 15 Apr 1998 11:03:51 -0400 (EDT) Received: from brain.zeus.leitch.com (brain.zeus.leitch.com [204.187.61.32]) by zeus.leitch.com (8.7.5/8.7.3/1.0) with ESMTP id LAA10218 for ; Wed, 15 Apr 1998 11:03:36 -0400 (EDT) Received: (from woods@localhost) by brain.zeus.leitch.com (8.8.8/8.8.8) id LAA28218; Wed, 15 Apr 1998 11:03:36 -0400 (EDT) (envelope-from woods@tap.zeus.leitch.com) Message-Id: <199804151503.LAA28218@brain.zeus.leitch.com> Date: Wed, 15 Apr 1998 11:03:36 -0400 (EDT) From: "Greg A. Woods" Reply-To: woods@zeus.leitch.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/6309: fixes to release/Makefile to better support other CVS repositories Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6309 >Category: misc >Synopsis: fixes to release/Makefile to better support other CVS repositories >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 15 08:10:01 PDT 1998 >Last-Modified: >Originator: Greg A. Woods >Organization: Planix, Inc.; Toronto, Ontario; Canada; on contract to Leitch Technology >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.x (i.e. RELENG_2_2) >Description: It is impossible to use 'make release' in an environment where the CVS repository doesn't have exactly the same structure and module names as the official FreeBSD.ORG repository. However this can be fixed with a couple of very minor changes to the release/Makefile which will allow a fully flexible module naming scheme. >How-To-Repeat: Try to "cd release; make release ... " on a system where the CVS repository does not have a 'src' module that points at the FreeBSD source tree. >Fix: Note that in the last hunk of this patch I've also disabled "make rerelease RELEASETAG=tag" since it seems illogical to do this (though if RELEASETAG were a branch and *not* a "release" tag this may have some meaning in terms of doing snapshots of that branch). *** src-2.2.x/release/Makefile Mon Mar 30 13:59:04 1998 --- src/release/Makefile Wed Apr 8 16:47:26 1998 *************** *** 19,24 **** --- 19,28 ---- # If this is a RELEASE, then set #RELEASETAG=RELENG_2_2 + # The name of the CVS module identifying the root of your FreeBSD tree + CVSMODULENAME=src + #CVSMODULENAME=Leitch-BSD + # Uncomment this to disable the doc.1 target. It is also an ERROR # to set NOPORTS and not set NODOC since docs depend on ports. #NODOC= YES *************** *** 123,132 **** done .if !defined(RELEASETAG) cd ${CHROOTDIR}/usr && rm -rf src && \ ! cvs -d ${CVSROOT} co -P src .else cd ${CHROOTDIR}/usr && rm -rf src && \ ! cvs -d ${CVSROOT} co -P -r ${RELEASETAG} src .endif .if defined(LOCAL_PATCHES) && exists(${LOCAL_PATCHES}) cd ${CHROOTDIR}/usr/src && patch --silent < ${LOCAL_PATCHES} --- 127,136 ---- done .if !defined(RELEASETAG) cd ${CHROOTDIR}/usr && rm -rf src && \ ! cvs -d ${CVSROOT} co -P -d src ${CVSMODULENAME} .else cd ${CHROOTDIR}/usr && rm -rf src && \ ! cvs -d ${CVSROOT} export -kv -r ${RELEASETAG} -d src ${CVSMODULENAME} .endif .if defined(LOCAL_PATCHES) && exists(${LOCAL_PATCHES}) cd ${CHROOTDIR}/usr/src && patch --silent < ${LOCAL_PATCHES} *************** *** 147,153 **** .if !defined(RELEASETAG) cd ${CHROOTDIR}/usr/src && cvs -q update -P -d .else ! cd ${CHROOTDIR}/usr/src && cvs -q update -P -d -r ${RELEASETAG} .endif .if !defined(NOPORTS) cd ${CHROOTDIR}/usr/ports && cvs -q update -P -d --- 151,157 ---- .if !defined(RELEASETAG) cd ${CHROOTDIR}/usr/src && cvs -q update -P -d .else ! echo 'no can do a re-release with a RELEASETAG' && exit 1 .endif .if !defined(NOPORTS) cd ${CHROOTDIR}/usr/ports && cvs -q update -P -d >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 Apr 15 09:05:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26389 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 09:05:13 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26366; Wed, 15 Apr 1998 16:05:03 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15387; Wed, 15 Apr 1998 09:04:16 -0700 (PDT) Date: Wed, 15 Apr 1998 09:04:16 -0700 (PDT) Message-Id: <199804151604.JAA15387@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, msmith@FreeBSD.ORG Subject: Re: misc/6309 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fixes to release/Makefile to better support other CVS repositories Responsible-Changed-From-To: freebsd-bugs->msmith Responsible-Changed-By: phk Responsible-Changed-When: Wed Apr 15 09:03:08 PDT 1998 Responsible-Changed-Why: Mike, it's all yours... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 09:10:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27787 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 09:10:13 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27757; Wed, 15 Apr 1998 09:10:06 -0700 (PDT) (envelope-from gnats) Received: from indigo.ie (root@ts01-07.waterford.indigo.ie [194.125.139.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27294 for ; Wed, 15 Apr 1998 16:08:36 GMT (envelope-from nsmart@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id FAA05229; Fri, 1 Jan 2038 05:24:36 GMT (envelope-from nsmart) Message-Id: <203801010524.FAA05229@indigo.ie> Date: Fri, 1 Jan 2038 05:24:36 GMT From: rotel@indigo.ie Reply-To: nsmart@indigo.ie To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/6310: explicit cast needed in floatpoint.h for C++ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6310 >Category: misc >Synopsis: explicit cast needed in floatpoint.h for C++ >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 15 09:10:02 PDT 1998 >Last-Modified: >Originator: Niall Smart >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: C++ does not allow implicit conversion from integer types to enum types. Although this behaviour usually "just" elicits a warning from the compiler, it may in the future it cause compilation errors. /usr/include/machine/floatingpoint.h defines the macro's fpgetround() et al as calls to either __fpgetreg or __fpsetreg. (which are defined as inline functions if __GNUC__ is defined, there does not seem to be any replacement for these functions when not using the GNU C compiler) Both of these functions return an int. The supplied patch adds appropriate casts before the calls to __fpgetreg and __fpgetreg. Also, is anyone in a position to do something about the XXX at the top of this header file? /*- * XXX the following undocumented pollution is exported: * fpsetsticky(). * FP*FLD, FP*OFF and FP*REG from */ >How-To-Repeat: Compile this code with c++ -Wall: #include int main() { fp_rnd_t r; fp_prec_t p; fp_except_t e; r = fpgetround(); r = fpsetround(r); p = fpgetprec(); p = fpsetprec(p); e = fpgetmask(); e = fpsetmask(e); e = fpgetsticky(); e = fpresetsticky(e); } >Fix: *** /usr/include/floatingpoint.h Tue Oct 21 15:14:26 1997 --- floatingpoint.h Fri Jan 1 05:22:59 2038 *************** *** 108,121 **** /* * SysV/386 FP control interface */ ! #define fpgetround() ((__fpgetreg(FP_RND_REG) & FP_RND_FLD) >> FP_RND_OFF) ! #define fpsetround(m) __fpsetreg((m), FP_RND_REG, FP_RND_FLD, FP_RND_OFF) ! #define fpgetprec() ((__fpgetreg(FP_PRC_REG) & FP_PRC_FLD) >> FP_PRC_OFF) ! #define fpsetprec(m) __fpsetreg((m), FP_PRC_REG, FP_PRC_FLD, FP_PRC_OFF) ! #define fpgetmask() ((~__fpgetreg(FP_MSKS_REG) & FP_MSKS_FLD) >> FP_MSKS_OFF) ! #define fpsetmask(m) __fpsetreg(~(m), FP_MSKS_REG, FP_MSKS_FLD, FP_MSKS_OFF) ! #define fpgetsticky() ((__fpgetreg(FP_STKY_REG) & FP_STKY_FLD) >> FP_STKY_OFF) ! #define fpresetsticky(m) __fpsetreg(0, FP_STKY_REG, (m), FP_STKY_OFF) #define fpsetsticky(m) fpresetsticky(m) #endif /* !_FLOATINGPOINT_H_ */ --- 108,121 ---- /* * SysV/386 FP control interface */ ! #define fpgetround() ((fp_rnd_t) ((__fpgetreg(FP_RND_REG) & FP_RND_FLD) >> FP_RND_OFF)) ! #define fpsetround(m) ((fp_rnd_t) __fpsetreg((m), FP_RND_REG, FP_RND_FLD, FP_RND_OFF)) ! #define fpgetprec() ((fp_prec_t) ((__fpgetreg(FP_PRC_REG) & FP_PRC_FLD) >> FP_PRC_OFF)) ! #define fpsetprec(m) ((fp_prec_t) __fpsetreg((m), FP_PRC_REG, FP_PRC_FLD, FP_PRC_OFF)) ! #define fpgetmask() ((fp_except_t) ((~__fpgetreg(FP_MSKS_REG) & FP_MSKS_FLD) >> FP_MSKS_OFF)) ! #define fpsetmask(m) ((fp_except_t) (__fpsetreg(~(m), FP_MSKS_REG, FP_MSKS_FLD, FP_MSKS_OFF))) ! #define fpgetsticky() ((fp_except_t) ((__fpgetreg(FP_STKY_REG) & FP_STKY_FLD) >> FP_STKY_OFF)) ! #define fpresetsticky(m) ((fp_except_t) __fpsetreg(0, FP_STKY_REG, (m), FP_STKY_OFF)) #define fpsetsticky(m) fpresetsticky(m) #endif /* !_FLOATINGPOINT_H_ */ >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 Apr 15 09:11:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28233 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 09:11:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28110; Wed, 15 Apr 1998 16:11:19 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15650; Wed, 15 Apr 1998 09:10:31 -0700 (PDT) Date: Wed, 15 Apr 1998 09:10:31 -0700 (PDT) Message-Id: <199804151610.JAA15650@freefall.freebsd.org> To: minshall@fiberlane.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6301 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vi ``%'' is broken State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Wed Apr 15 09:09:52 PDT 1998 State-Changed-Why: I've asked Keith Bostic for his stand on this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 09:26:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01462 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 09:26:23 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00978; Wed, 15 Apr 1998 16:24:42 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA16333; Wed, 15 Apr 1998 09:23:55 -0700 (PDT) Date: Wed, 15 Apr 1998 09:23:55 -0700 (PDT) Message-Id: <199804151623.JAA16333@freefall.freebsd.org> To: archie@whistle.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6299 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vmstat -i does not show PnP device interrupts State-Changed-From-To: open-analyzed State-Changed-By: phk State-Changed-When: Wed Apr 15 09:23:01 PDT 1998 State-Changed-Why: now we just need a patch for it... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 09:32:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02743 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 09:32:27 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02701; Wed, 15 Apr 1998 16:32:11 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA16717; Wed, 15 Apr 1998 09:31:24 -0700 (PDT) Date: Wed, 15 Apr 1998 09:31:24 -0700 (PDT) Message-Id: <199804151631.JAA16717@freefall.freebsd.org> To: nsmart@indigo.ie, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/6310 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: explicit cast needed in floatpoint.h for C++ New Synopsis: explicit cast needed in floatpoint.h for C++ [PATCH] State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Apr 15 09:30:25 PDT 1998 State-Changed-Why: ready to be grabbed by a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 09:39:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04175 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 09:39:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04169; Wed, 15 Apr 1998 16:39:05 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA16879; Wed, 15 Apr 1998 09:38:18 -0700 (PDT) Date: Wed, 15 Apr 1998 09:38:18 -0700 (PDT) Message-Id: <199804151638.JAA16879@freefall.freebsd.org> To: aecolley@world.std.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/6284 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can't disable sendmail in favour of exim State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 09:37:50 PDT 1998 State-Changed-Why: committed in transmorgriffed form. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 09:43:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05164 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 09:43:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04935; Wed, 15 Apr 1998 16:42:25 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA16987; Wed, 15 Apr 1998 09:41:37 -0700 (PDT) Date: Wed, 15 Apr 1998 09:41:37 -0700 (PDT) Message-Id: <199804151641.JAA16987@freefall.freebsd.org> To: ru@ucb.crimea.ua, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/6278 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /etc/rc.firewall: better RFC1918 nets protection State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 09:41:20 PDT 1998 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 09:46:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05975 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 09:46:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05831; Wed, 15 Apr 1998 16:45:38 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA17081; Wed, 15 Apr 1998 09:44:48 -0700 (PDT) Date: Wed, 15 Apr 1998 09:44:48 -0700 (PDT) Message-Id: <199804151644.JAA17081@freefall.freebsd.org> To: dwhite@resnet.uoregon.edu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: docs/6272 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: igmp(4) man page is missing State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 09:44:22 PDT 1998 State-Changed-Why: anybody feel like writing it ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 09:47:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06397 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 09:47:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06315; Wed, 15 Apr 1998 16:46:46 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA17155; Wed, 15 Apr 1998 09:45:56 -0700 (PDT) Date: Wed, 15 Apr 1998 09:45:56 -0700 (PDT) Message-Id: <199804151645.JAA17155@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: misc/6271 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Install program can no longer write out partition info Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: phk Responsible-Changed-When: Wed Apr 15 09:45:34 PDT 1998 Responsible-Changed-Why: I bet you broke it ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:02:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA10639 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:02:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10509; Wed, 15 Apr 1998 17:02:23 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17241; Wed, 15 Apr 1998 10:01:29 -0700 (PDT) Date: Wed, 15 Apr 1998 10:01:29 -0700 (PDT) Message-Id: <199804151701.KAA17241@freefall.freebsd.org> To: hans@Huebner.ORG, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/6268 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall procedure does not create all needed devices State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 09:59:36 PDT 1998 State-Changed-Why: You are right in all of it, but overlooked that you could have booted from a fixit floppy/cd and fixed it there. DEVFS will definitively kill all of this mess To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:04:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11200 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:04:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11043; Wed, 15 Apr 1998 17:03:54 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17309; Wed, 15 Apr 1998 10:03:05 -0700 (PDT) Date: Wed, 15 Apr 1998 10:03:05 -0700 (PDT) Message-Id: <199804151703.KAA17309@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, dyson@FreeBSD.ORG Subject: Re: kern/6267 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic: pmap_dispose_proc: upage already missing??? Responsible-Changed-From-To: freebsd-bugs->dyson Responsible-Changed-By: phk Responsible-Changed-When: Wed Apr 15 10:02:28 PDT 1998 Responsible-Changed-Why: Dyson, can you analyse this one ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:08:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12481 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:08:22 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12307; Wed, 15 Apr 1998 17:08:00 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17431; Wed, 15 Apr 1998 10:07:11 -0700 (PDT) Date: Wed, 15 Apr 1998 10:07:11 -0700 (PDT) Message-Id: <199804151707.KAA17431@freefall.freebsd.org> To: kchowksey@hss.hns.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/6260 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch: DEVFS and psm State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 10:07:00 PDT 1998 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:11:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13230 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:11:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12889; Wed, 15 Apr 1998 17:09:55 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17501; Wed, 15 Apr 1998 10:09:05 -0700 (PDT) Date: Wed, 15 Apr 1998 10:09:05 -0700 (PDT) Message-Id: <199804151709.KAA17501@freefall.freebsd.org> To: dillon@best.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6258 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: A fix required to prevent kernel lockups in brelse causes the dump program to lockup in 'newbuf' New Synopsis: A fix required to prevent kernel lockups in brelse causes the dump program to lockup in 'newbuf' [2.2 ISSUE] State-Changed-From-To: open-analyzed State-Changed-By: phk State-Changed-When: Wed Apr 15 10:08:26 PDT 1998 State-Changed-Why: merge to 2.2 issue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:11:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13431 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:11:52 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13166; Wed, 15 Apr 1998 17:10:54 GMT (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id KAA17220; Wed, 15 Apr 1998 10:11:09 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Poul-Henning Kamp cc: freebsd-bugs@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: misc/6271 In-reply-to: Your message of "Wed, 15 Apr 1998 09:45:56 PDT." <199804151645.JAA17155@freefall.freebsd.org> Date: Wed, 15 Apr 1998 10:11:09 -0700 Message-ID: <17216.892660269@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hah! Just try and prove it, monkey-boy! :-) > Synopsis: Install program can no longer write out partition info > > Responsible-Changed-From-To: freebsd-bugs->jkh > Responsible-Changed-By: phk > Responsible-Changed-When: Wed Apr 15 09:45:34 PDT 1998 > Responsible-Changed-Why: > I bet you broke it ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:21:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11200 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:04:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11043; Wed, 15 Apr 1998 17:03:54 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17309; Wed, 15 Apr 1998 10:03:05 -0700 (PDT) Date: Wed, 15 Apr 1998 10:03:05 -0700 (PDT) Message-Id: <199804151703.KAA17309@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, dyson@FreeBSD.ORG Subject: Re: kern/6267 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic: pmap_dispose_proc: upage already missing??? Responsible-Changed-From-To: freebsd-bugs->dyson Responsible-Changed-By: phk Responsible-Changed-When: Wed Apr 15 10:02:28 PDT 1998 Responsible-Changed-Why: Dyson, can you analyse this one ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:37:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22899 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:37:39 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21957; Wed, 15 Apr 1998 17:35:24 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17649; Wed, 15 Apr 1998 10:34:36 -0700 (PDT) Date: Wed, 15 Apr 1998 10:34:36 -0700 (PDT) Message-Id: <199804151734.KAA17649@freefall.freebsd.org> To: dmm125@bellatlantic.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: gnu/6244 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Lots of parse errors with gcc in 2.2.6-RELEASE State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 10:33:41 PDT 1998 State-Changed-Why: hardware problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:42:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24674 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:42:45 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24505; Wed, 15 Apr 1998 17:42:23 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17733; Wed, 15 Apr 1998 10:41:35 -0700 (PDT) Date: Wed, 15 Apr 1998 10:41:35 -0700 (PDT) Message-Id: <199804151741.KAA17733@freefall.freebsd.org> To: koshy@india.hp.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4071 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Accessing /dev/rst0 causes `DMA beyond end of ISA' errors State-Changed-From-To: open-analyzed State-Changed-By: phk State-Changed-When: Wed Apr 15 10:40:27 PDT 1998 State-Changed-Why: BOUNCEBUFFERS are broken because of the sneaky way they were used in the scsi system. Expected fixed with the introduction of CAM. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:44:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25074 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:44:46 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25019; Wed, 15 Apr 1998 17:44:38 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17802; Wed, 15 Apr 1998 10:43:50 -0700 (PDT) Date: Wed, 15 Apr 1998 10:43:50 -0700 (PDT) Message-Id: <199804151743.KAA17802@freefall.freebsd.org> To: mikes@indiana.edu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6239 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "chio status" causes aha0: DMA beyond end Of ISA: 0x16601a0 State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 10:43:40 PDT 1998 State-Changed-Why: see PR4071 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:48:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26329 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:48:26 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26217; Wed, 15 Apr 1998 17:48:02 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA18408; Wed, 15 Apr 1998 10:47:14 -0700 (PDT) Date: Wed, 15 Apr 1998 10:47:14 -0700 (PDT) Message-Id: <199804151747.KAA18408@freefall.freebsd.org> To: pechter@shell.monmouth.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4107 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ch.c does not use bounce buffers State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 10:46:59 PDT 1998 State-Changed-Why: see PR4270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:51:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27445 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:51:17 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27030; Wed, 15 Apr 1998 17:49:56 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA18548; Wed, 15 Apr 1998 10:49:08 -0700 (PDT) Date: Wed, 15 Apr 1998 10:49:08 -0700 (PDT) Message-Id: <199804151749.KAA18548@freefall.freebsd.org> To: bino@ywcn.or.id, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/5724 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: AH1542CF State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 10:48:40 PDT 1998 State-Changed-Why: suggest you ask for help on the freebsd-questions mail-list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:55:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28636 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:55:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28532; Wed, 15 Apr 1998 17:54:55 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA18748; Wed, 15 Apr 1998 10:54:04 -0700 (PDT) Date: Wed, 15 Apr 1998 10:54:04 -0700 (PDT) Message-Id: <199804151754.KAA18748@freefall.freebsd.org> To: brianfeldman@hotmail.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6237 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic rm'ing a union mounted file State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 10:53:39 PDT 1998 State-Changed-Why: unionfs is broken, we know it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 10:58:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29510 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 10:58:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29401; Wed, 15 Apr 1998 17:57:39 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA18831; Wed, 15 Apr 1998 10:56:51 -0700 (PDT) Date: Wed, 15 Apr 1998 10:56:51 -0700 (PDT) Message-Id: <199804151756.KAA18831@freefall.freebsd.org> To: imayoshi@ap.t.u-tokyo.ac.jp, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6225 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Perl also needs /usr/share/perl/machine/*.ph. State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 10:56:13 PDT 1998 State-Changed-Why: Somebody committed this already, but didn't close the PR, thanks for it anyway :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:11:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01733 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:11:11 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01415; Wed, 15 Apr 1998 18:09:28 GMT (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18979; Wed, 15 Apr 1998 11:08:39 -0700 (PDT) Date: Wed, 15 Apr 1998 11:08:39 -0700 (PDT) Message-Id: <199804151808.LAA18979@freefall.freebsd.org> To: pavel@slac.stanford.edu, dt@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4810 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Access checks in msdosfs_mount() State-Changed-From-To: open-closed State-Changed-By: dt State-Changed-When: Wed Apr 15 11:05:04 PDT 1998 State-Changed-Why: The problem is fixed in -current. Nothing can be done in 2.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:17:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02809 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:17:26 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA02792; Wed, 15 Apr 1998 18:17:08 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19034; Wed, 15 Apr 1998 11:16:20 -0700 (PDT) Date: Wed, 15 Apr 1998 11:16:20 -0700 (PDT) Message-Id: <199804151816.LAA19034@freefall.freebsd.org> To: sadams@shell1.qpt.com, phk@FreeBSD.ORG, brian@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6223 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PST/DST bug in /bin/date State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Apr 15 10:57:43 PDT 1998 State-Changed-Why: ->suspended. Responsible-Changed-From-To: brian->freebsd-bugs Responsible-Changed-By: phk Responsible-Changed-When: Wed Apr 15 10:57:43 PDT 1998 Responsible-Changed-Why: ->suspend To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:22:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03732 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:22:29 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from flea.best.net (root@flea.best.net [206.184.139.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03694; Wed, 15 Apr 1998 18:22:17 GMT (envelope-from dillon@flea.best.net) Received: (from dillon@localhost) by flea.best.net (8.8.8/8.7.3) id LAA28517; Wed, 15 Apr 1998 11:21:32 -0700 (PDT) Date: Wed, 15 Apr 1998 11:21:32 -0700 (PDT) From: Matt Dillon Message-Id: <199804151821.LAA28517@flea.best.net> To: Poul-Henning Kamp Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6258 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org : :Old Synopsis: A fix required to prevent kernel lockups in brelse causes the dump program to lockup in 'newbuf' :New Synopsis: A fix required to prevent kernel lockups in brelse causes the dump program to lockup in 'newbuf' [2.2 ISSUE] : :State-Changed-From-To: open-analyzed :State-Changed-By: phk :State-Changed-When: Wed Apr 15 10:08:26 PDT 1998 :State-Changed-Why: :merge to 2.2 issue Oh, I should add something to the bug report... in email I think the FreeBSD folks decided to fold in the -current changes to fix this problem. The patch I included in the bug report would therefore not be used. However, since I did submit the patch I should probably submit an update to it as the patch I submitted has a bug in. The bp scan I added in the patch overwrites the 'bp' variable which is used later on. -Matt Matthew Dillon Engineering, BEST Internet Communications, Inc. [always include a portion of the original email in any response!] --- LINK/vfs_bio.c Fri Mar 13 13:13:57 1998 +++ vfs_bio.c Mon Apr 13 17:21:49 1998 @@ -597,10 +597,12 @@ LIST_REMOVE(bp, b_hash); LIST_INSERT_HEAD(&invalhash, bp, b_hash); bp->b_dev = NODEV; +#ifdef notdef /* * Get rid of the kva allocation *now* */ bfreekva(bp); +#endif if (needsbuffer) { wakeup(&needsbuffer); needsbuffer=0; @@ -986,9 +988,34 @@ */ if (vm_map_findspace(buffer_map, vm_map_min(buffer_map), maxsize, &addr)) { - bp->b_flags |= B_INVAL; - brelse(bp); - goto trytofreespace; + struct buf *bp2; + + /* + * Matt hack. Since we can't call bfreekva() in + * brelse(), the bp's on the EMPTY list may all + * still have allocated KVM. If we can't find + * unused space in the buffer_map, we should try + * to defragment the map by freeing as much from + * the empty list as possible. + */ + printf("vm_map_findspace() failed, defragmenting freelist\n"); + for (bp2 = TAILQ_FIRST(&bufqueues[QUEUE_EMPTY]); + bp2; + bp2 = TAILQ_NEXT(bp2, b_freelist) + ) { + if (bp2->b_kvasize) + bfreekva(bp2); + if (bp2->b_qindex != QUEUE_EMPTY) + break; + } + addr = 0; + if (vm_map_findspace(buffer_map, + vm_map_min(buffer_map), maxsize, &addr)) { + + bp->b_flags |= B_INVAL; + brelse(bp); + goto trytofreespace; + } } } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:27:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05014 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:27:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA04479; Wed, 15 Apr 1998 18:25:40 GMT (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19132; Wed, 15 Apr 1998 11:24:52 -0700 (PDT) Date: Wed, 15 Apr 1998 11:24:52 -0700 (PDT) Message-Id: <199804151824.LAA19132@freefall.freebsd.org> To: genie@qsar.chem.msu.su, dt@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4779 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Missing BINDIR in sendmail 8.8.7 Makefiles State-Changed-From-To: open-closed State-Changed-By: dt State-Changed-When: Wed Apr 15 11:14:16 PDT 1998 State-Changed-Why: BINDIR defined in /usr/src/usr.sbin/Makefile.inc. If it is actually was some other problem, it was fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:36:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07461 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:36:56 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA07434; Wed, 15 Apr 1998 18:36:44 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19314; Wed, 15 Apr 1998 11:35:56 -0700 (PDT) Date: Wed, 15 Apr 1998 11:35:56 -0700 (PDT) Message-Id: <199804151835.LAA19314@freefall.freebsd.org> To: adam@veda.is, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/3103 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vi large_file --> reboot without panic State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 11:35:47 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:38:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07880 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:38:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA07828; Wed, 15 Apr 1998 18:38:35 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19386; Wed, 15 Apr 1998 11:37:47 -0700 (PDT) Date: Wed, 15 Apr 1998 11:37:47 -0700 (PDT) Message-Id: <199804151837.LAA19386@freefall.freebsd.org> To: mi@aldan.ziplink.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4172 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: link goes down for too long -- transfer fails New Synopsis: suggest reconnection option added to fetch State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Apr 15 11:37:11 PDT 1998 State-Changed-Why: -> suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:41:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08441 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:41:35 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from veda.is (adam@veda.is [193.4.230.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08383; Wed, 15 Apr 1998 18:41:11 GMT (envelope-from adam@veda.is) Received: (from adam@localhost) by veda.is (8.8.8/8.8.8) id SAA22627; Wed, 15 Apr 1998 18:41:04 GMT (envelope-from adam) From: Adam David Message-Id: <199804151841.SAA22627@veda.is> Subject: Re: kern/3103 In-Reply-To: <199804151835.LAA19314@freefall.freebsd.org> from Poul-Henning Kamp at "Apr 15, 98 11:35:56 am" To: phk@FreeBSD.ORG (Poul-Henning Kamp) Date: Wed, 15 Apr 1998 18:41:03 +0000 (GMT) Cc: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Synopsis: vi large_file --> reboot without panic > > State-Changed-From-To: open-closed > State-Changed-By: phk > State-Changed-When: Wed Apr 15 11:35:47 PDT 1998 > State-Changed-Why: > timed out I think it is fixed, but have no way of sensibly testing it at the moment. Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:42:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08674 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:42:31 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08536; Wed, 15 Apr 1998 18:42:00 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19486; Wed, 15 Apr 1998 11:41:11 -0700 (PDT) Date: Wed, 15 Apr 1998 11:41:11 -0700 (PDT) Message-Id: <199804151841.LAA19486@freefall.freebsd.org> To: j@uriah.heep.sax.de, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/2469 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xntpd(8)'s logging is too blatant State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 11:39:10 PDT 1998 State-Changed-Why: Our current syslogd allows you to handle things "per daemon", but I would tend to think that this level of verbosity (which only the DCF77 parse driver is guilty of) belongs in the ntp clockstats file rather than syslog. ntp is a future "contrib" target, and I suggest you take it up with the people at the far end of http://www.eecis.udel.edu/~ntp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:43:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08981 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:43:34 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08950; Wed, 15 Apr 1998 18:43:12 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19555; Wed, 15 Apr 1998 11:42:24 -0700 (PDT) Date: Wed, 15 Apr 1998 11:42:24 -0700 (PDT) Message-Id: <199804151842.LAA19555@freefall.freebsd.org> To: wpaul@marple.ctr.columbia.edu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1881 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: file(1) misidentifies Sun3/m68k executables State-Changed-From-To: open-suspended State-Changed-By: phk State-Changed-When: Wed Apr 15 11:42:09 PDT 1998 State-Changed-Why: ->suspended To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:48:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09954 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:48:23 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA09810; Wed, 15 Apr 1998 18:47:49 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19629; Wed, 15 Apr 1998 11:46:58 -0700 (PDT) Date: Wed, 15 Apr 1998 11:46:58 -0700 (PDT) Message-Id: <199804151846.LAA19629@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, dyson@FreeBSD.ORG Subject: Re: kern/5442 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD 2.2.5 (relatively recent cvs) loses track of swap space Responsible-Changed-From-To: freebsd-bugs->dyson Responsible-Changed-By: phk Responsible-Changed-When: Wed Apr 15 11:46:13 PDT 1998 Responsible-Changed-Why: the 2.2 swap leak, see also PR 1512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 11:55:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11244 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 11:55:28 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11171; Wed, 15 Apr 1998 18:54:42 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19703; Wed, 15 Apr 1998 11:53:54 -0700 (PDT) Date: Wed, 15 Apr 1998 11:53:54 -0700 (PDT) Message-Id: <199804151853.LAA19703@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, bde@FreeBSD.ORG Subject: Re: misc/5525 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gid and uid in struct pwd are ints, when must be gid_t and uid_t Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: phk Responsible-Changed-When: Wed Apr 15 11:53:13 PDT 1998 Responsible-Changed-Why: I'm sure Bruce can make a decision on this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 12:25:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16647 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 12:25:10 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mail.smsc.com (mail.smsc.com [170.129.50.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA16642 for ; Wed, 15 Apr 1998 19:25:06 GMT (envelope-from Phil.Walcott@smc.com) From: Phil.Walcott@smc.com Received: from internal.smsc.com (internal.smsc.com [170.129.80.11]) by mail.smsc.com (8.8.5/8.8.5) with ESMTP id OAA04029 for ; Wed, 15 Apr 1998 14:24:55 -0500 Received: from mta.smc.com (mta.smsc.com [170.129.80.26]) by internal.smsc.com (8.8.5/8.8.5) with SMTP id OAA04483 for ; Wed, 15 Apr 1998 14:24:54 -0400 Received: by mta.smc.com(Lotus SMTP MTA SMTP v4.6 (462.2 9-3-1997)) id 852565E7.006AA290 ; Wed, 15 Apr 1998 15:24:44 -0400 X-Lotus-FromDomain: SMC To: freebsd-bugs@FreeBSD.ORG Message-ID: <852565E7.006A9710.00@mta.smc.com> Date: Wed, 15 Apr 1998 15:26:55 -0400 Subject: 9432TX and 9432BTX adapters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would like to see support for the SMC 9432TX (83C170) and SMC9432BTX (83C171) adapters. If you need SDK or adapters, send me email. Phil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 12:30:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18022 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 12:30:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17929; Wed, 15 Apr 1998 12:30:12 -0700 (PDT) (envelope-from gnats) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15793 for ; Wed, 15 Apr 1998 19:22:23 GMT (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id MAA28909 for ; Wed, 15 Apr 1998 12:21:52 -0700 (PDT) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma028899; Wed Apr 15 12:21:46 1998 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id MAA17759; Wed, 15 Apr 1998 12:21:45 -0700 (PDT) Message-Id: <199804151921.MAA17759@bubba.whistle.com> Date: Wed, 15 Apr 1998 12:21:45 -0700 (PDT) From: Archie Cobbs Reply-To: archie@whistle.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6313: backwards ping error report Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6313 >Category: bin >Synopsis: backwards ping error report >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 Apr 15 12:30:03 PDT 1998 >Last-Modified: >Originator: Archie Cobbs >Organization: Whistle Communications, Inc. >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6 >Description: If ping write fails with short packet count, the error message prints the two numbers backwards. >How-To-Repeat: >Fix: Index: ping.c =================================================================== RCS file: /cvs/freebsd/src/sbin/ping/ping.c,v retrieving revision 1.8.2.15 diff -c -r1.8.2.15 ping.c *** ping.c 1998/03/06 13:07:12 1.8.2.15 --- ping.c 1998/04/15 19:21:34 *************** *** 592,598 **** warn("sendto"); } else { warn("%s: partial write: %d of %d bytes", ! hostname, cc, i); } } ntransmitted++; --- 592,598 ---- warn("sendto"); } else { warn("%s: partial write: %d of %d bytes", ! hostname, i, cc); } } ntransmitted++; >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 Apr 15 12:46:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22055 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 12:46:57 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (nsmart@ts01-27.waterford.indigo.ie [194.125.139.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22034 for ; Wed, 15 Apr 1998 19:46:41 GMT (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id JAA06784; Fri, 1 Jan 2038 09:05:40 GMT (envelope-from rotel@indigo.ie) From: Niall Smart Message-Id: <203801010905.JAA06784@indigo.ie> Date: Fri, 1 Jan 2038 09:05:40 +0000 In-Reply-To: Phil.Walcott@smc.com "9432TX and 9432BTX adapters" (Apr 15, 3:26pm) Reply-To: rotel@indigo.ie X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: Phil.Walcott@smc.com, freebsd-bugs@FreeBSD.ORG Subject: Re: 9432TX and 9432BTX adapters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Apr 15, 3:26pm, Phil.Walcott@smc.com wrote: } Subject: 9432TX and 9432BTX adapters > > I would like to see support for the SMC 9432TX (83C170) and SMC9432BTX > (83C171) adapters. > If you need SDK or adapters, send me email. If noone has taken you up on this offer by June 26th, I'll do it. Niall -- Niall Smart. finger njs3@doc.ic.ac.uk for PGP key FreeBSD: Turning PC's into Workstations. www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 12:50:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22764 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 12:50:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22731; Wed, 15 Apr 1998 12:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Apr 1998 12:50:02 -0700 (PDT) Message-Id: <199804151950.MAA22731@hub.freebsd.org> To: freebsd-bugs Cc: From: Berend de Boer Subject: Re: bin/5663: fdimage fails: sector not found Reply-To: Berend de Boer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5663; it has been noted by GNATS. From: Berend de Boer To: freebsd-gnats-submit@freebsd.org, jlusa@compuserve.com Cc: Subject: Re: bin/5663: fdimage fails: sector not found Date: Wed, 15 Apr 1998 21:40:48 +0200 Have same problem here. It's 100% repeatable. Hardware: Adaptec UW SCSI card, 4GB Ultra Wide IBM SCSI Disc, Intel 440LX motherboard. What happens: 1. makeflp formats floppy fine. 2. However when writing image file it gives 'sector not found.' 3. Floppy is complete unusable afterwards and needs to be reformatted. Things tried: 1. Tried a few floppies. All behave the same. 2. Swapped floppy drive, didn't help. 3. Download newest Intel BIOS, didn't help. Finally I ran makeflop on an NT machine and booted the new machine with that floppy. I'm trying to install FreeBSD on it right now. -- Groetjes, Berend. (-: email: berend@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 12:58:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24499 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 12:58:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24396; Wed, 15 Apr 1998 19:57:50 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA19985; Wed, 15 Apr 1998 12:57:00 -0700 (PDT) Date: Wed, 15 Apr 1998 12:57:00 -0700 (PDT) Message-Id: <199804151957.MAA19985@freefall.freebsd.org> To: archie@whistle.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6313 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: backwards ping error report State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Wed Apr 15 12:56:42 PDT 1998 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 13:10:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27950 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 13:10:29 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27889; Wed, 15 Apr 1998 13:10:12 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Apr 1998 13:10:12 -0700 (PDT) Message-Id: <199804152010.NAA27889@hub.freebsd.org> To: freebsd-bugs Cc: From: Max Euston Subject: RE: bin/6308: date(1) -v argument cannot vary seconds Reply-To: Max Euston Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6308; it has been noted by GNATS. From: Max Euston To: "'nsmart@indigo.ie'" , "FreeBSD-gnats-submit@FreeBSD.ORG" Cc: Subject: RE: bin/6308: date(1) -v argument cannot vary seconds Date: Wed, 15 Apr 1998 16:05:48 -0400 Boy, I must be bored or something... 8-) diff -u /usr/src/bin/date/date.1 ./date.1 --- /usr/src/bin/date/date.1 Fri Feb 20 15:32:31 1998 +++ ./date.1 Wed Apr 15 14:41:01 1998 @@ -47,7 +47,7 @@ .Op Fl d Ar dst .Op Fl r Ar seconds .Op Fl t Ar minutes_west -.Op Fl v Ns Ar [+|-]val Ns Op ymwdHM +.Op Fl v Ns Ar [+|-]val Ns Op ymwdHMS .Ar ... .Op Fl f Ar fmt Ar date | [[[[yy]mm]dd]HH]MM[\&.ss] .Op Cm + Ns Ar format @@ -108,8 +108,8 @@ .Tn UCT (universal) time. .It Fl v -Adjust the minute, hour, month day, week day, month or year according to -.Ar val . +Adjust the second, minute, hour, month day, week day, month or year according to +.Ar val . If .Ar val is preceeded with a plus or minus sign, the date is adjusted forwards @@ -117,7 +117,8 @@ part of the date is set. The date can be adjusted as many times as required using these flags. Flags are processed in the order given. .Pp -Minutes are in the range 0-59, hours are in the range 1-12, month days +Seconds are in the range 0-59, +minutes are in the range 0-59, hours are in the range 1-12, month days are in the range 1-31, week days are in the range 0-6 (sun-sat), months are in the range 1-12 (jan-dec) and years are in the range 80-38 or 1980-2038. @@ -129,9 +130,10 @@ .Ar m , .Ar w , .Ar d , -.Ar H -or +.Ar H , .Ar M +or +.Ar S must be used to specify which part of the date is to be adjusted. .Pp The week day or month may be specified using a name rather than a diff -u /usr/src/bin/date/date.c ./date.c --- /usr/src/bin/date/date.c Fri Feb 20 15:32:31 1998 +++ ./date.c Wed Apr 15 14:45:04 1998 @@ -277,7 +277,7 @@ { (void)fprintf(stderr, "%s\n%s\n", "usage: date [-nu] [-d dst] [-r seconds] [-t west] " - "[-v[+|-]val[ymwdHM]] ... ", + "[-v[+|-]val[ymwdHMS]] ... ", " [-f fmt date | [[[[yy]mm]dd]HH]MM[.ss]] [+format]"); exit(1); } diff -u /usr/src/bin/date/vary.c ./vary.c --- /usr/src/bin/date/vary.c Fri Feb 20 15:32:32 1998 +++ ./vary.c Wed Apr 15 14:25:16 1998 @@ -329,6 +329,43 @@ return mktime(t) != -1; } +static int +adjsec(struct tm *t, char type, int val) +{ + if (val < 0) + return 0; + + switch (type) { + case '+': + if (!adjmin(t, '+', (t->tm_sec + val) / 60)) + return 0; + val %= 60; + t->tm_sec += val; + if (t->tm_sec > 59) + t->tm_sec -= 60; + break; + + case '-': + if (!adjmin(t, '-', val / 60)) + return 0; + val %= 60; + if (val > t->tm_sec) { + if (!adjmin(t, '-', 1)) + return 0; + val -= 60; + } + t->tm_sec -= val; + break; + + default: + if (val > 59) + return 0; + t->tm_sec = val; + } + + return mktime(t) != -1; +} + const struct vary * vary_apply(const struct vary *v, struct tm *t) { @@ -367,6 +404,10 @@ which = arg[len-1]; switch (which) { + case 'S': + if (!adjsec(t, type, val)) + return v; + break; case 'M': if (!adjmin(t, type, val)) return v; Max ----- Max Euston To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 13:42:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08244 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 13:42:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ceia.nordier.com (slip139-92-122-80.joh.za.ibm.net [139.92.122.80]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08189 for ; Wed, 15 Apr 1998 20:42:03 GMT (envelope-from rnordier@iafrica.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.8/8.6.12) id WAA07429; Wed, 15 Apr 1998 22:41:19 +0200 (SAT) From: Robert Nordier Message-Id: <199804152041.WAA07429@ceia.nordier.com> Subject: Re: bin/5663: fdimage fails: sector not found In-Reply-To: <199804151950.MAA22731@hub.freebsd.org> from Berend de Boer at "Apr 15, 98 12:50:02 pm" To: berend@pobox.com Date: Wed, 15 Apr 1998 22:41:15 +0200 (SAT) Cc: freebsd-bugs@hub.freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Berend de Boer wrote: > Have same problem here. It's 100% repeatable. > > Hardware: Adaptec UW SCSI card, 4GB Ultra Wide IBM SCSI Disc, Intel > 440LX motherboard. > > What happens: > 1. makeflp formats floppy fine. > 2. However when writing image file it gives 'sector not found.' > 3. Floppy is complete unusable afterwards and needs to be reformatted. > > Things tried: > 1. Tried a few floppies. All behave the same. > 2. Swapped floppy drive, didn't help. > 3. Download newest Intel BIOS, didn't help. > > Finally I ran makeflop on an NT machine and booted the new machine with > that floppy. I'm trying to install FreeBSD on it right now. Please let us know which version you are using (just type `fdimage' with no arguments), and send output of the '-d' (debug) option. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 13:51:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10072 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 13:51:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10043 for ; Wed, 15 Apr 1998 20:51:46 GMT (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id NAA18615; Wed, 15 Apr 1998 13:51:52 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Phil.Walcott@smc.com cc: freebsd-bugs@FreeBSD.ORG Subject: Re: 9432TX and 9432BTX adapters In-reply-to: Your message of "Wed, 15 Apr 1998 15:26:55 EDT." <852565E7.006A9710.00@mta.smc.com> Date: Wed, 15 Apr 1998 13:51:52 -0700 Message-ID: <18611.892673512@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I would like to see support for the SMC 9432TX (83C170) and SMC9432BTX > (83C171) adapters. We currently support the 83C170 in 2.2.6, though I don't know about the 82C171 - is it compatible from a software standpoint? Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 14:20:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16824 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 14:20:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16792; Wed, 15 Apr 1998 14:20:05 -0700 (PDT) (envelope-from gnats) Received: from doors.ptc.spbu.ru (uucp@doors.ptc.spbu.ru [195.19.225.248]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15120 for ; Wed, 15 Apr 1998 21:10:35 GMT (envelope-from Fedor.Snegov@pobox.spbu.ru) Received: from wo3001.UUCP (uucp@localhost) by doors.ptc.spbu.ru (8.8.8/8.8.7/OL.cf-3.0beta) with UUCP id BAA18176 for FreeBSD-gnats-submit@freebsd.org; Thu, 16 Apr 1998 01:10:22 +0400 (MSD) Received: by wo3001.uucp (UUPC/@ v7.00, 07Jan97) id AA27636; Wed, 15 Apr 1998 00:01:59 +0400 (MSD) Message-Id: Date: Wed, 15 Apr 98 00:01:55 +0400 From: "Feodor M. Snegov" To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: fedor@doors.ptc.spbu.ru Subject: bin/6314: /usr/sbin/ac modification Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6314 >Category: bin >Synopsis: /usr/sbin/ac modification >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 15 14:20:01 PDT 1998 >Last-Modified: >Originator: Fedor Snegov >Organization: >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: >Description: ac command from this distribution does not give actual connection time from local or other terminals. It shows only 0.00 with wtmp file having many actual login and logout records with non zero connection time >How-To-Repeat: >Fix: This is a diff program output with -u key to fix problem with total connection time gathering --- /usr/src/usr.sbin/ac/ac.c Tue Sep 2 10:28:56 1997 +++ /root/prog/ac.new/ac.c Wed Apr 15 12:17:34 1998 @@ -507,8 +507,8 @@ * a login session if the ut_host field is non-empty */ if (*usr.ut_name) { - if (strncmp(usr.ut_line, "tty", 3) != 0 || - strchr("pqrstuvwxy", usr.ut_line[3]) == 0 || + if (strncmp(usr.ut_line, "tty", 3) == 0 || + strchr("pqrstuvwxy", usr.ut_line[3]) != NULL || *usr.ut_host != '\0') head = log_in(head, &usr); } else >Audit-Trail: >Unformatted: SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: SEND-PR: Please consult the send-pr man page `send-pr(1)' or the Texinfo SEND-PR: manual if you are not sure how to fill out a problem report. SEND-PR: SEND-PR: Note that the Synopsis field is mandatory. The Subject (for SEND-PR: the mail) will be made the same as Synopsis unless explicitly SEND-PR: changed. SEND-PR: SEND-PR: Choose from the following categories: SEND-PR: SEND-PR: bin conf docs gnu i386 kern misc ports SEND-PR: To: FreeBSD-gnats-submit@freebsd.org Subject: From: fedor Reply-To: Fedor.Snegov@pobox.spbu.ru X-send-pr-version: 3.2 >eHow-To-Repeat: try command: ac -t "ttyv*" or simply: ac -p The output does not reflects actual total connection time (it outputs everytime total 0.00) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 14:25:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17726 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 14:25:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mail.smsc.com (mail.smsc.com [170.129.50.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17710 for ; Wed, 15 Apr 1998 21:25:13 GMT (envelope-from Phil.Walcott@smc.com) From: Phil.Walcott@smc.com Received: from internal.smsc.com (internal.smsc.com [170.129.80.11]) by mail.smsc.com (8.8.5/8.8.5) with ESMTP id QAA07431; Wed, 15 Apr 1998 16:25:01 -0500 Received: from mta.smc.com (mta.smsc.com [170.129.80.26]) by internal.smsc.com (8.8.5/8.8.5) with SMTP id QAA07766; Wed, 15 Apr 1998 16:25:02 -0400 Received: by mta.smc.com(Lotus SMTP MTA SMTP v4.6 (462.2 9-3-1997)) id 852565E7.0075A10D ; Wed, 15 Apr 1998 17:24:49 -0400 X-Lotus-FromDomain: SMC To: jkh@time.cdrom.com cc: freebsd-bugs@FreeBSD.ORG Message-ID: <852565E7.00759EFE.00@mta.smc.com> Date: Wed, 15 Apr 1998 17:26:58 -0400 Subject: Re: 9432TX and 9432BTX adapters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jordan, Thanks for the response. The difference between the 83c170 and 83c171 is the later support magic packet. Therefore the driver will work for both the 9432TX and 9432BTX. Phil ========== On Wed, 15 Apr 1998 - "Jordan K. Hubbard" wrote: ========== To: Phil Walcott/SMC cc: freebsd-bugs@FreeBSD.ORG From: "Jordan K. Hubbard" Date: 04/15/98 08:51:52 PM GMT Subject: Re: 9432TX and 9432BTX adapters > I would like to see support for the SMC 9432TX (83C170) and SMC9432BTX > (83C171) adapters. We currently support the 83C170 in 2.2.6, though I don't know about the 82C171 - is it compatible from a software standpoint? Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 15:09:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28103 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 15:09:20 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from gateman.zeus.leitch.com (gateman.zeus.leitch.com [204.187.61.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA28061 for ; Wed, 15 Apr 1998 22:09:12 GMT (envelope-from woods@tap.zeus.leitch.com) Received: from zeus.leitch.com (tap.zeus.leitch.com [204.187.61.10]) by gateman.zeus.leitch.com (8.8.5/8.7.3/1.0) with ESMTP id SAA25031; Wed, 15 Apr 1998 18:08:34 -0400 (EDT) Received: from brain.zeus.leitch.com (brain.zeus.leitch.com [204.187.61.32]) by zeus.leitch.com (8.7.5/8.7.3/1.0) with ESMTP id SAA13040; Wed, 15 Apr 1998 18:08:31 -0400 (EDT) Received: (from woods@localhost) by brain.zeus.leitch.com (8.8.8/8.8.8) id SAA00905; Wed, 15 Apr 1998 18:08:30 -0400 (EDT) (envelope-from woods@tap.zeus.leitch.com) Date: Wed, 15 Apr 1998 18:08:30 -0400 (EDT) Message-Id: <199804152208.SAA00905@brain.zeus.leitch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: woods@zeus.leitch.com (Greg A. Woods) To: Phil.Walcott@smc.com Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: 9432TX and 9432BTX adapters In-Reply-To: Niall Smart's message of "Fri, January 1, 2038 09:05:40 +0000" regarding "Re: 9432TX and 9432BTX adapters" id <203801010905.JAA06784@indigo.ie> References: <203801010905.JAA06784@indigo.ie> X-Mailer: VM 6.45 under Emacs 20.2.1 Reply-To: freebsd-bugs@FreeBSD.ORG Organization: Planix, Inc.; Toronto, Ontario; Canada Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Fri, January 1, 2038 at 09:05:40 (+0000), Niall Smart wrote: ] > Subject: Re: 9432TX and 9432BTX adapters > > On Apr 15, 3:26pm, Phil.Walcott@smc.com wrote: > } Subject: 9432TX and 9432BTX adapters > > > > I would like to see support for the SMC 9432TX (83C170) and SMC9432BTX > > (83C171) adapters. > > If you need SDK or adapters, send me email. > > If noone has taken you up on this offer by June 26th, I'll do it. I don't get it. I've got a stack of SMC 9432TX (with SMC 83C170QF chips) beside me that we've been using for some time in various systems around here. The tx(4) driver seems to do quite well by them, and as I mentioned in a recent post to freebsd-stable, the new 2.2.6 version of the tx driver is even better. (If I could figure out why it won't talk to the SMC EZ 6408TT switch I'd be a much happier camper though!) It is: Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru) TX(4) FreeBSD Kernel Interfaces Manual (i386 Architecture) TX(4) NAME tx - SMC9432TX Fast Ethernet device driver SYNOPSIS device tx0 DESCRIPTION The tx driver provides support for the Ethernet adapters based on the SMC 83c170 (EPIC) chips. -- Greg A. Woods +1 416 443-1734 VE3TCP Planix, Inc. ; Secrets of the Weird To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 15:18:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00133 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 15:18:17 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mail.smsc.com (mail.smsc.com [170.129.50.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29963 for ; Wed, 15 Apr 1998 22:18:06 GMT (envelope-from Phil.Walcott@smc.com) From: Phil.Walcott@smc.com Received: from internal.smsc.com (internal.smsc.com [170.129.80.11]) by mail.smsc.com (8.8.5/8.8.5) with ESMTP id RAA07855; Wed, 15 Apr 1998 17:18:02 -0500 Received: from mta.smc.com (mta.smsc.com [170.129.80.26]) by internal.smsc.com (8.8.5/8.8.5) with SMTP id RAA08188; Wed, 15 Apr 1998 17:18:03 -0400 Received: by mta.smc.com(Lotus SMTP MTA SMTP v4.6 (462.2 9-3-1997)) id 852565E7.007A7CBF ; Wed, 15 Apr 1998 18:17:53 -0400 X-Lotus-FromDomain: SMC To: woods@zeus.leitch.com cc: freebsd-bugs@FreeBSD.ORG Message-ID: <852565E7.007A7518.00@mta.smc.com> Date: Wed, 15 Apr 1998 18:20:09 -0400 Subject: Re: 9432TX and 9432BTX adapters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greg, Thanks, I was sending the email from a customer. As for the adapter and the switch, have you check the speed? Phil ========== On Wed, 15 Apr 1998 - woods wrote: ========== To: Phil Walcott/SMC cc: freebsd-bugs@FreeBSD.ORG From: woods@zeus.leitch.com (Greg A. Woods) Date: 04/15/98 10:08:30 PM GMT Subject: Re: 9432TX and 9432BTX adapters [ On Fri, January 1, 2038 at 09:05:40 (+0000), Niall Smart wrote: ] > Subject: Re: 9432TX and 9432BTX adapters > > On Apr 15, 3:26pm, Phil.Walcott@smc.com wrote: > } Subject: 9432TX and 9432BTX adapters > > > > I would like to see support for the SMC 9432TX (83C170) and SMC9432BTX > > (83C171) adapters. > > If you need SDK or adapters, send me email. > > If noone has taken you up on this offer by June 26th, I'll do it. I don't get it. I've got a stack of SMC 9432TX (with SMC 83C170QF chips) beside me that we've been using for some time in various systems around here. The tx(4) driver seems to do quite well by them, and as I mentioned in a recent post to freebsd-stable, the new 2.2.6 version of the tx driver is even better. (If I could figure out why it won't talk to the SMC EZ 6408TT switch I'd be a much happier camper though!) It is: Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru) TX(4) FreeBSD Kernel Interfaces Manual (i386 Architecture) TX(4) NAME tx - SMC9432TX Fast Ethernet device driver SYNOPSIS device tx0 DESCRIPTION The tx driver provides support for the Ethernet adapters based on the SMC 83c170 (EPIC) chips. -- Greg A. Woods +1 416 443-1734 VE3TCP Planix, Inc. ; Secrets of the Weird To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 15:33:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03625 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 15:33:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03600; Wed, 15 Apr 1998 22:33:37 GMT (envelope-from jraynard@FreeBSD.org) From: James Raynard Received: (from jraynard@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21293; Wed, 15 Apr 1998 15:32:46 -0700 (PDT) Date: Wed, 15 Apr 1998 15:32:46 -0700 (PDT) Message-Id: <199804152232.PAA21293@freefall.freebsd.org> To: jraynard@dial.pipex.com, jraynard@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/1144 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sig{add, del}set and sigismember fns don't check signo State-Changed-From-To: suspended-closed State-Changed-By: jraynard State-Changed-When: Wed Apr 15 15:29:32 PDT 1998 State-Changed-Why: The possible cures appear worse than the disease. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 15:35:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03893 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 15:35:30 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03872; Wed, 15 Apr 1998 22:35:22 GMT (envelope-from jraynard@FreeBSD.org) From: James Raynard Received: (from jraynard@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21362; Wed, 15 Apr 1998 15:34:32 -0700 (PDT) Date: Wed, 15 Apr 1998 15:34:32 -0700 (PDT) Message-Id: <199804152234.PAA21362@freefall.freebsd.org> To: jraynard@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jraynard@FreeBSD.ORG Subject: Re: bin/1375 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Extraneous warning from mv(1) [PATCH] Responsible-Changed-From-To: freebsd-bugs->jraynard Responsible-Changed-By: jraynard Responsible-Changed-When: Wed Apr 15 15:32:55 PDT 1998 Responsible-Changed-Why: I raised this (before I had commit privs) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 16:09:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11503 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 16:09:45 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (root@ts01-27.waterford.indigo.ie [194.125.139.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11402 for ; Wed, 15 Apr 1998 23:09:19 GMT (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id AAA08180; Thu, 16 Apr 1998 00:04:51 +0100 (IST) (envelope-from rotel@ginseng.indigo.ie) From: Niall Smart Message-Id: <199804152304.AAA08180@indigo.ie> Date: Thu, 16 Apr 1998 00:04:50 +0000 In-Reply-To: woods@zeus.leitch.com (Greg A. Woods) "Re: 9432TX and 9432BTX adapters" (Apr 15, 6:08pm) Reply-To: rotel@indigo.ie X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: freebsd-bugs@FreeBSD.ORG, Phil.Walcott@smc.com Subject: Re: 9432TX and 9432BTX adapters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Apr 15, 6:08pm, Greg A. Woods wrote: } Subject: Re: 9432TX and 9432BTX adapters > [ On Fri, January 1, 2038 at 09:05:40 (+0000), Niall Smart wrote: ] > > > > > > I would like to see support for the SMC 9432TX (83C170) and SMC9432BTX > > > (83C171) adapters. > > > If you need SDK or adapters, send me email. > > > > If noone has taken you up on this offer by June 26th, I'll do it. > > I don't get it. I've got a stack of SMC 9432TX (with SMC 83C170QF > chips) beside me that we've been using for some time in various systems > around here. Yeah, sorry, I've been wanting to learn how to write a device driver for ages and this seemed like a good opportunity, didn't know it was already supported. :( Niall -- Niall Smart. finger njs3@doc.ic.ac.uk for PGP key FreeBSD: Turning PC's into Workstations. www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 16:39:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18436 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 16:39:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18424; Wed, 15 Apr 1998 23:38:45 GMT (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id TAA01952; Wed, 15 Apr 1998 19:33:52 -0400 (EDT) Date: Wed, 15 Apr 1998 19:33:51 -0400 (EDT) From: Tim Vanderhoek To: Niall Smart cc: Poul-Henning Kamp , denny1@home.com, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4154 In-Reply-To: <199804142152.WAA01576@indigo.ie> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 14 Apr 1998, Niall Smart wrote: > sleep -d 1.5 -m 2 -s 4 > > would mean sleep 1/2 days, 2 minutes and 4 seconds. > > Whaddyall think? A solution looking for a problem or the best > invention since sliced bread? I assume that this won't be compatible with OpenBSD's sleep(1). Are we really so @$#@ that we want to sacrifice that? -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 17:17:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02420 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 17:17:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02327 for ; Wed, 15 Apr 1998 17:17:00 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id RAA19509; Wed, 15 Apr 1998 17:17:15 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: rotel@indigo.ie cc: freebsd-bugs@FreeBSD.ORG, Phil.Walcott@smc.com Subject: Re: 9432TX and 9432BTX adapters In-reply-to: Your message of "Thu, 16 Apr 1998 00:04:50 -0000." <199804152304.AAA08180@indigo.ie> Date: Wed, 15 Apr 1998 17:17:15 -0700 Message-ID: <19505.892685835@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Yeah, sorry, I've been wanting to learn how to write a device driver for > ages and this seemed like a good opportunity, didn't know it was already > supported. :( No problem - you can work on supporting the future domain SCSI controller! :-) Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 17:33:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18436 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 16:39:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18424; Wed, 15 Apr 1998 23:38:45 GMT (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id TAA01952; Wed, 15 Apr 1998 19:33:52 -0400 (EDT) Date: Wed, 15 Apr 1998 19:33:51 -0400 (EDT) From: Tim Vanderhoek To: Niall Smart cc: Poul-Henning Kamp , denny1@home.com, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4154 In-Reply-To: <199804142152.WAA01576@indigo.ie> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 14 Apr 1998, Niall Smart wrote: > sleep -d 1.5 -m 2 -s 4 > > would mean sleep 1/2 days, 2 minutes and 4 seconds. > > Whaddyall think? A solution looking for a problem or the best > invention since sliced bread? I assume that this won't be compatible with OpenBSD's sleep(1). Are we really so @$#@ that we want to sacrifice that? -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 19:38:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07689 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 19:38:23 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07489; Wed, 15 Apr 1998 19:37:56 -0700 (PDT) (envelope-from mark@thuvia.demon.co.uk) Received: (from mark@localhost) by thuvia.demon.co.uk (8.8.8/8.8.7) id DAA21227; Thu, 16 Apr 1998 03:37:19 +0100 (BST) Message-Id: <199804160237.DAA21227@thuvia.demon.co.uk> From: mark@thuvia.demon.co.uk (Mark Valentine) Date: Thu, 16 Apr 1998 03:37:19 +0100 X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/355: policy on /usr/local permission in base release Cc: phk@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The ports collection is optional. BSD.usr.dist should not dictate local policy in a way which is a pain to override. Cheers, Mark. -- Mark Valentine at Home http://www.thuvia.org/mark/ "I'll be mellow when I'm DEAD." Mark Valentine uses and endorses FreeBSD http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 15 19:42:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08495 for freebsd-bugs-outgoing; Wed, 15 Apr 1998 19:42:22 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08389; Wed, 15 Apr 1998 19:42:03 -0700 (PDT) (envelope-from mark@thuvia.demon.co.uk) Received: (from mark@localhost) by thuvia.demon.co.uk (8.8.8/8.8.7) id DAA23381; Thu, 16 Apr 1998 03:41:31 +0100 (BST) Message-Id: <199804160241.DAA23381@thuvia.demon.co.uk> From: mark@thuvia.demon.co.uk (Mark Valentine) Date: Thu, 16 Apr 1998 03:41:31 +0100 X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/820: scsi tape problems Cc: phk@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I appreciate your diligence in clearing out old PRs, but this bug should be open until CAM (or some other solution) is in -current. Cheers, Mark. -- Mark Valentine at Home http://www.thuvia.org/mark/ "I'll be mellow when I'm DEAD." Mark Valentine uses and endorses FreeBSD http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 00:12:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06092 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 00:12:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06077; Thu, 16 Apr 1998 00:11:57 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA32260; Thu, 16 Apr 1998 17:01:42 +1000 Date: Thu, 16 Apr 1998 17:01:42 +1000 From: Bruce Evans Message-Id: <199804160701.RAA32260@godzilla.zeta.org.au> To: freebsd-bugs@FreeBSD.ORG, mark@thuvia.demon.co.uk Subject: Re: misc/355: policy on /usr/local permission in base release Cc: phk@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >The ports collection is optional. BSD.usr.dist should not dictate local >policy in a way which is a pain to override. BSD.local.dist doesn't suffice if /usr/local is a mount point. OTOH, `make world' can't properly handle permissions for mount points anyway. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 02:18:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA23739 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 02:18:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (nsmart@ts01-04.waterford.indigo.ie [194.125.139.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA23733 for ; Thu, 16 Apr 1998 02:18:47 -0700 (PDT) (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id KAA00433; Thu, 16 Apr 1998 10:17:11 +0100 (IST) (envelope-from rotel@indigo.ie) From: Niall Smart Message-Id: <199804160917.KAA00433@indigo.ie> Date: Thu, 16 Apr 1998 10:17:10 +0000 In-Reply-To: "Jordan K. Hubbard" "Re: 9432TX and 9432BTX adapters" (Apr 15, 5:17pm) Reply-To: rotel@indigo.ie X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: "Jordan K. Hubbard" , rotel@indigo.ie Subject: Re: 9432TX and 9432BTX adapters Cc: freebsd-bugs@FreeBSD.ORG, Phil.Walcott@smc.com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Apr 15, 5:17pm, "Jordan K. Hubbard" wrote: } Subject: Re: 9432TX and 9432BTX adapters > > Yeah, sorry, I've been wanting to learn how to write a device driver for > > ages and this seemed like a good opportunity, didn't know it was already > > supported. :( > > No problem - you can work on supporting the future domain SCSI > controller! :-) Do we have a card? Niall -- Niall Smart. finger njs3@doc.ic.ac.uk for PGP key FreeBSD: Turning PC's into Workstations. www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 03:23:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01303 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 03:23:10 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (nsmart@ts01-04.waterford.indigo.ie [194.125.139.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01286 for ; Thu, 16 Apr 1998 03:23:05 -0700 (PDT) (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id LAA00729; Thu, 16 Apr 1998 11:21:26 +0100 (IST) (envelope-from rotel@indigo.ie) From: Niall Smart Message-Id: <199804161021.LAA00729@indigo.ie> Date: Thu, 16 Apr 1998 11:21:25 +0000 In-Reply-To: Tim Vanderhoek "Re: bin/4154" (Apr 15, 7:33pm) Reply-To: rotel@indigo.ie X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: Tim Vanderhoek , freebsd-bugs@FreeBSD.ORG, denny1@home.com Subject: Re: bin/4154 Cc: brian@Awfulhak.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Apr 15, 7:33pm, Tim Vanderhoek wrote: } Subject: Re: bin/4154 > On Tue, 14 Apr 1998, Niall Smart wrote: > > > sleep -d 1.5 -m 2 -s 4 > > > > would mean sleep 1/2 days, 2 minutes and 4 seconds. > > > > Whaddyall think? A solution looking for a problem or the best > > invention since sliced bread? > > I assume that this won't be compatible with OpenBSD's sleep(1). > Are we really so @$#@ that we want to sacrifice that? Our "sleep n" isn't equivalent to OpenBSD's "sleep n" because they allow floating point numbers. Are you proposing to allow this and forget about all that dHMSu stuff? Perhaps that would be a better idea. Would that break anything? :) Niall -- Niall Smart. finger njs3@doc.ic.ac.uk for PGP key FreeBSD: Turning PC's into Workstations. www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 03:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02324 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 03:30:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02306; Thu, 16 Apr 1998 03:30:01 -0700 (PDT) (envelope-from gnats) Received: from wave.campus.luth.se (pb@wave.campus.luth.se [130.240.193.79]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00593 for ; Thu, 16 Apr 1998 03:18:37 -0700 (PDT) (envelope-from pb@wave.campus.luth.se) Received: (from pb@localhost) by wave.campus.luth.se (8.8.4/8.8.4) id MAA00830; Thu, 16 Apr 1998 12:15:38 GMT Message-Id: <199804161215.MAA00830@wave.campus.luth.se> Date: Thu, 16 Apr 1998 12:15:38 GMT From: PB Reply-To: pb@wave.campus.luth.se To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6316: /bin/dd owerflows at 4 GB (4*2**30) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6316 >Category: bin >Synopsis: Using 'dd' with byte amounts above 4 GB causes 'dd' to overflow >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 Apr 16 03:30:00 PDT 1998 >Last-Modified: >Originator: PB >Organization: none >Release: FreeBSD 2.2-BETA_A i386 >Environment: (ncr0:3:0): "EXABYTE EXB-8500-85Qanx0 06X0" type 1 removable SCSI 2 st1(ncr0:3:0): Sequential-Access st1(ncr0:3:0): 4.0 MB/s (250 ns, offset 8) >Description: Tried this: dd if=/dev/zero of=/dev/rst1 bs=65536 70970+0 records in 70969+0 records out 356057088 bytes transferred in 9452.929942 secs (37666 bytes/sec) with a "EXABYTE 8MM Data Cartridge 2048" Exabyte specify the transfer rate to ~500 KB/s So this would give amount of transfered data to 340 MB on a exabyte tape.. But the records indicate 4.3 GB Seems not correct :-) Executing "dd if=/dev/zero of=/dev/null bs=1048576" and using and using "kill -29 " gives: 4042+0 records in 4042+0 records out 4238344192 bytes transferred in 100.735966 secs (42073793 bytes/sec) 4147+0 records in 4147+0 records out 53477376 bytes transferred in 103.401957 secs (517180 bytes/sec) Seems as 'st.bytes' in dd.h i declared as u_int64_t is giving: test_printf.c:20: warning: integer overflow in expression When the value is above "st.bytes = 1024*1024*2047 + 1024*1023 + 1023+0;" >How-To-Repeat: Use 'dd' on byte transfers above 4 GB. >Fix: Use your calculator and the 'record' numbers until fixed. >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 Apr 16 03:30:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02327 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 03:30:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02320; Thu, 16 Apr 1998 03:30:03 -0700 (PDT) (envelope-from gnats) Received: from amsoft.ru (amsoft.ru [194.87.86.241]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02045 for ; Thu, 16 Apr 1998 03:26:14 -0700 (PDT) (envelope-from am@amsoft.ru) Received: (from am@localhost) by amsoft.ru (8.8.8/amsoft/1.0) id OAA01033 ; Thu, 16 Apr 1998 14:24:31 +0400 (MSD) Message-Id: <199804161024.OAA01033@amsoft.ru> Date: Thu, 16 Apr 1998 14:24:31 +0400 (MSD) From: Andrew Maltsev Reply-To: am@amsoft.ru To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6317: telnet cannot be set to binary transparent mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6317 >Category: bin >Synopsis: with -8E flags telnet still goes to command mode on 0xff >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 16 03:30:02 PDT 1998 >Last-Modified: >Originator: Andrew Maltsev >Organization: AM'SOFT >Release: FreeBSD 2.2.6-STABLE i386 (and current) >Environment: FreeBSD as of stable and current >Description: When telnet is set to -8E mode (binary, no escape char) it is still possible to go to command mode by sending 0xff char. Because it's common to use such flags to make reliable `jumps' to another hosts (ie anonymous) such bug gives user a chance to get shell access. On poorly configured host even root shell access. >How-To-Repeat: say `telnet -8E localhost' and enter 0xff symbol from keyboard (alt+2,5,5 on syscons) >Fix: here is patch for current telnet: Index: commands.c =================================================================== RCS file: /.1/FreeBSD/CVS/src/usr.bin/telnet/commands.c,v retrieving revision 1.9 diff -c -r1.9 commands.c *** commands.c 1998/02/20 04:33:02 1.9 --- commands.c 1998/04/16 10:13:09 *************** *** 405,411 **** static int send_esc() { ! NETADD(escape); return 1; } --- 405,412 ---- static int send_esc() { ! if(escapable) ! NETADD(escape); return 1; } *************** *** 938,944 **** printf("Telnet rlogin escape character is '%s'.\n", control(rlogin)); } else { ! escape = (s && *s) ? special(s) : _POSIX_VDISABLE; printf("Telnet escape character is '%s'.\n", control(escape)); } } --- 939,951 ---- printf("Telnet rlogin escape character is '%s'.\n", control(rlogin)); } else { ! if(s && *s) { ! escape = special(s); ! escapable = 1; ! } else { ! escape = _POSIX_VDISABLE; ! escapable = 0; ! } printf("Telnet escape character is '%s'.\n", control(escape)); } } *************** *** 1010,1015 **** --- 1017,1025 ---- value = _POSIX_VDISABLE; } *(ct->charp) = (cc_t)value; + if(ct->charp == &escape) /* special workaround - i'm too lazy */ + /* to add yet another handler (am@) */ + escapable = !(value == _POSIX_VDISABLE); printf("%s character is '%s'.\n", ct->name, control(*(ct->charp))); } slc_check(); *************** *** 1330,1338 **** printf("new escape character: "); (void) fgets(buf, sizeof(buf), stdin); arg = buf; } ! if (arg[0] != '\0') escape = arg[0]; if (!In3270) { printf("Escape character is '%s'.\n", control(escape)); } --- 1340,1354 ---- printf("new escape character: "); (void) fgets(buf, sizeof(buf), stdin); arg = buf; + if (*buf=='\n') arg++; } ! if (arg[0] != '\0') { escape = arg[0]; + escapable = 1; + } else { + escape = _POSIX_VDISABLE; + escapable = 0; + } if (!In3270) { printf("Escape character is '%s'.\n", control(escape)); } Index: externs.h =================================================================== RCS file: /.1/FreeBSD/CVS/src/usr.bin/telnet/externs.h,v retrieving revision 1.3 diff -c -r1.3 externs.h *** externs.h 1997/01/07 19:47:56 1.3 --- externs.h 1998/04/16 09:55:57 *************** *** 148,153 **** --- 148,154 ---- clienteof; /* Client received EOF */ extern cc_t escape; /* Escape to command mode */ + extern short escapable; /* Escape allowed? */ extern cc_t rlogin; /* Rlogin mode escape character */ #ifdef KLUDGELINEMODE extern cc_t echoc; /* Toggle local echoing */ Index: main.c =================================================================== RCS file: /.1/FreeBSD/CVS/src/usr.bin/telnet/main.c,v retrieving revision 1.6 diff -c -r1.6 main.c *** main.c 1997/03/29 04:32:57 1.6 --- main.c 1998/04/16 09:54:57 *************** *** 141,147 **** eight = 3; /* binary output and input */ break; case 'E': ! rlogin = escape = _POSIX_VDISABLE; break; case 'K': #ifdef AUTHENTICATION --- 141,148 ---- eight = 3; /* binary output and input */ break; case 'E': ! rlogin = _POSIX_VDISABLE; ! set_escape_char(NULL); break; case 'K': #ifdef AUTHENTICATION Index: telnet.c =================================================================== RCS file: /.1/FreeBSD/CVS/src/usr.bin/telnet/telnet.c,v retrieving revision 1.5 diff -c -r1.5 telnet.c *** telnet.c 1998/02/20 04:34:08 1.5 --- telnet.c 1998/04/16 09:59:38 *************** *** 110,115 **** --- 110,116 ---- char *prompt = 0; + short escapable; cc_t escape; cc_t rlogin; #ifdef KLUDGELINEMODE *************** *** 188,193 **** --- 189,195 ---- /* Don't change NetTrace */ + escapable = 1; escape = CONTROL(']'); rlogin = _POSIX_VDISABLE; #ifdef KLUDGELINEMODE *************** *** 1969,1975 **** command(0, "z\n", 2); continue; } ! if (sc == escape) { command(0, (char *)tbp, tcc); bol = 1; count += tcc; --- 1971,1977 ---- command(0, "z\n", 2); continue; } ! if (escapable && sc == escape) { command(0, (char *)tbp, tcc); bol = 1; count += tcc; *************** *** 1986,1992 **** } if ((sc == '\n') || (sc == '\r')) bol = 1; ! } else if (sc == escape) { /* * Double escape is a pass through of a single escape character. */ --- 1988,1994 ---- } if ((sc == '\n') || (sc == '\r')) bol = 1; ! } else if (escapable && sc == escape) { /* * Double escape is a pass through of a single escape character. */ >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 Apr 16 04:00:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA07625 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 04:00:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA07547; Thu, 16 Apr 1998 04:00:04 -0700 (PDT) (envelope-from gnats) Received: from sl.sgn.ellemtel.net (sl.sgn.ellemtel.net [193.10.15.158]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06253 for ; Thu, 16 Apr 1998 03:53:07 -0700 (PDT) (envelope-from martti@sl.sgn.ellemtel.net) Received: from sigurd.sgn.ellemtel.net (sigurd.sgn.ellemtel.net [193.10.15.148]) by sl.sgn.ellemtel.net (8.8.8/8.8.7) with ESMTP id MAA05736 for ; Thu, 16 Apr 1998 12:51:07 +0200 (CEST) (envelope-from martti.kuparinen) Received: (from martti@localhost) by sigurd.sgn.ellemtel.net (8.8.8/8.8.7) id MAA01107; Thu, 16 Apr 1998 12:51:07 +0200 (CEST) Message-Id: <199804161051.MAA01107@sigurd.sgn.ellemtel.net> Date: Thu, 16 Apr 1998 12:51:07 +0200 (CEST) From: martti.kuparinen@sl.sgn.ellemtel.net Reply-To: martti.kuparinen@sl.sgn.ellemtel.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/6318: pppd does not update wtmp on hangup Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6318 >Category: kern >Synopsis: pppd does not update wtmp on hangup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 16 04:00:02 PDT 1998 >Last-Modified: >Originator: Martti Kuparinen >Organization: Stockholm Gigabit Network >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Pentium 166, FreeBSD 2.2.6-STABLE (cvsupped and compiled 980414) and two 56k modems. The server accepts PPP-only connections (without any login scripts in the client side, i.e. no getty is involved). The server is running kernel PPP, i.e. pppd, and the version is 2.2.0 according to the log files. >Description: When the user logs out, i.e. disconnects the modem, wtmp is not updated although the pppd in terminated without any errors (see the output from ``last''): reboot ~ Tor 16 Apr 08:37 shutdown ~ Tor 16 Apr 08:37 martti ttyd1 :PPP Tor 16 Apr 08:33 - shutdown (00:03) martti ttyd1 :PPP Tor 16 Apr 08:32 - shutdown (00:05) The logs in /var/log/messages show that the first connection (started at 8:32) lasted only 16 secs, so the logout time should be 08:32. Apr 16 08:32:01 sigurd pppd[3484]: Connect: ppp0 <--> /dev/ttyd1 Apr 16 08:32:02 sigurd pppd[3484]: local IP address 10.0.0.1 Apr 16 08:32:02 sigurd pppd[3484]: remote IP address 10.0.0.101 Apr 16 08:32:17 sigurd pppd[3484]: Modem hangup Apr 16 08:32:17 sigurd pppd[3487]: pppd 2.2.0 started by root, uid 0 Apr 16 08:33:54 sigurd pppd[3487]: Connect: ppp0 <--> /dev/ttyd1 >How-To-Repeat: I have in /etc/ttys the following lines: ttyd0 "/usr/sbin/pppd -detach 115200" unknown on insecure ttyd1 "/usr/sbin/pppd -detach 115200" unknown on insecure All pppd daemons share these settings (/etc/ppp/options): crtscts # Hardware flow control modem # modem line passive # wait for LCP +pap # Use PAP login # Use /etc/passwd in PAP auth # req. authentication netmask 255.255.255.0 # our netmask domain ppp.net # our domain name dns1 10.0.0.1 # our primary DNS server dns2 xxx.xxx.xxx.xxx # our secondary DNS server pppd connected to ttyd0 has also the following address settings (/etc/ppp/options.ttyd0): 10.0.0.1:10.0.0.100 pppd connected to ttyd1 has also the following address settings (/etc/ppp/options.ttyd1): 10.0.0.1:10.0.0.101 >Fix: No known fix at this time. >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 Apr 16 05:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19468 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 05:10:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19421; Thu, 16 Apr 1998 05:10:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 Apr 1998 05:10:01 -0700 (PDT) Message-Id: <199804161210.FAA19421@hub.freebsd.org> To: freebsd-bugs Cc: From: A Joseph Koshy Subject: Re: bin/6316: Using 'dd' with byte amounts above 4 GB causes 'dd' to overflow Reply-To: A Joseph Koshy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6316; it has been noted by GNATS. From: A Joseph Koshy To: freebsd-gnats-submit@freebsd.org, pb@wave.campus.luth.se, phk@freebsd.org Cc: Subject: Re: bin/6316: Using 'dd' with byte amounts above 4 GB causes 'dd' to overflow Date: Thu, 16 Apr 1998 17:35:27 +0530 This PR should be closed, as it was fixed in rev 1.11 of "misc.c" revision 1.11 date: 1998/02/11 02:23:31; author: asami; state: Exp; lines: +2 -2 Fix printing for bytes read > 4G. Reviewed by: bde Regards, Koshy My Personal Opinions Only. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 05:21:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20790 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 05:21:21 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20785 for ; Thu, 16 Apr 1998 05:21:20 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id FAA03059; Thu, 16 Apr 1998 05:21:05 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: rotel@indigo.ie cc: freebsd-bugs@FreeBSD.ORG, Phil.Walcott@smc.com Subject: Re: 9432TX and 9432BTX adapters In-reply-to: Your message of "Thu, 16 Apr 1998 10:17:10 -0000." <199804160917.KAA00433@indigo.ie> Date: Thu, 16 Apr 1998 05:21:05 -0700 Message-ID: <3056.892729265@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yep. > On Apr 15, 5:17pm, "Jordan K. Hubbard" wrote: > } Subject: Re: 9432TX and 9432BTX adapters > > > Yeah, sorry, I've been wanting to learn how to write a device driver for > > > ages and this seemed like a good opportunity, didn't know it was already > > > supported. :( > > > > No problem - you can work on supporting the future domain SCSI > > controller! :-) > > Do we have a card? > > Niall > > -- > Niall Smart. finger njs3@doc.ic.ac.uk for PGP key > FreeBSD: Turning PC's into Workstations. www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 05:32:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA22442 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 05:32:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from NIH2WAAE (smtp5.site1.csi.com [149.174.183.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA22436 for ; Thu, 16 Apr 1998 05:32:04 -0700 (PDT) (envelope-from berend@pobox.com) Received: from mail pickup service by csi.com with Microsoft SMTPSVC; Thu, 16 Apr 1998 08:31:33 -0400 Received: from auke.deboer (pd03-142.par.compuserve.com [195.232.67.142]) by hil-img-ims-4.compuserve.com (8.8.6/8.8.6/IMS-1.2) with ESMTP id IAA02867; Thu, 16 Apr 1998 08:31:07 -0400 (EDT) Received: from bmach (bmach.deboer [192.168.33.3]) by auke.deboer (8.8.8/8.8.7) with SMTP id NAA05046; Thu, 16 Apr 1998 13:21:24 +0200 (CEST) (envelope-from berend@pobox.com) Received: by localhost with Microsoft MAPI; Thu, 16 Apr 1998 13:21:20 +0200 Message-ID: <01BD693A.8B54C4D0.berend@pobox.com> From: Berend de Boer To: "'Robert Nordier'" Cc: "freebsd-bugs@hub.freebsd.org" Subject: RE: bin/5663: fdimage fails: sector not found Date: Thu, 16 Apr 1998 13:21:19 +0200 Organization: NederWare X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wednesday, April 15, 1998 10:41 PM, Robert Nordier [SMTP:rnordier@iafrica.com] wrote: > > Have same problem here. It's 100% repeatable. > > > > Hardware: Adaptec UW SCSI card, 4GB Ultra Wide IBM SCSI Disc, Intel > > 440LX motherboard. > > > > What happens: > > 1. makeflp formats floppy fine. > > 2. However when writing image file it gives 'sector not found.' > > 3. Floppy is complete unusable afterwards and needs to be reformatted. > > > > Things tried: > > 1. Tried a few floppies. All behave the same. > > 2. Swapped floppy drive, didn't help. > > 3. Download newest Intel BIOS, didn't help. > > > > Finally I ran makeflop on an NT machine and booted the new machine with > > that floppy. I'm trying to install FreeBSD on it right now. > > Please let us know which version you are using (just type `fdimage' with > no arguments), and send output of the '-d' (debug) option. It's the fdimage included with FreeBSD 2.2.5 (the one from 2.2.2 doesn't work either). It says: Copyright (c) 1996-7 Robert Nordier and nothing else. The -d option doesn't work. Groetjes, Berend. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 07:27:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14210 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 07:27:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ceia.nordier.com (slip139-92-122-79.joh.za.ibm.net [139.92.122.79]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14081 for ; Thu, 16 Apr 1998 07:27:08 -0700 (PDT) (envelope-from rnordier@iafrica.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.8/8.6.12) id QAA00218; Thu, 16 Apr 1998 16:20:18 +0200 (SAT) From: Robert Nordier Message-Id: <199804161420.QAA00218@ceia.nordier.com> Subject: Re: bin/5663: fdimage fails: sector not found In-Reply-To: <01BD693A.8B54C4D0.berend@pobox.com> from Berend de Boer at "Apr 16, 98 01:21:19 pm" To: berend@pobox.com (Berend de Boer) Date: Thu, 16 Apr 1998 16:20:16 +0200 (SAT) Cc: rnordier@iafrica.com, freebsd-bugs@hub.freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Berend de Boer wrote: > On Wednesday, April 15, 1998 10:41 PM, Robert Nordier > > Please let us know which version you are using (just type `fdimage' with > > no arguments), and send output of the '-d' (debug) option. > > It's the fdimage included with FreeBSD 2.2.5 (the one from 2.2.2 doesn't > work either). It says: Copyright (c) 1996-7 Robert Nordier and nothing > else. The -d option doesn't work. You must have the original version. Please get version 1.5 from ftp://ftp.freebsd.org/pub/FreeBSD/tools/fdimage.exe This was released, in part, to rectify the problem you are having. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 07:50:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18158 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 07:50:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18107; Thu, 16 Apr 1998 07:50:01 -0700 (PDT) (envelope-from gnats) Received: from mail.baileynm.com (fw.baileynm.com [206.109.159.11]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA17023 for ; Thu, 16 Apr 1998 07:46:54 -0700 (PDT) (envelope-from peter@pobox.nmti.com) Received: (qmail 11408 invoked from smtpd); 16 Apr 1998 14:46:30 -0000 Received: from unknown (HELO pobox.nmti.com) (root@198.178.0.191) by fw.nmti.com with SMTP; 16 Apr 1998 14:46:30 -0000 Received: (from root@localhost) by pobox.nmti.com (8.8.7/8.8.7) id JAA12754; Thu, 16 Apr 1998 09:46:29 -0500 (CDT) (envelope-from peter) Message-Id: <199804161446.JAA12754@pobox.nmti.com> Date: Thu, 16 Apr 1998 09:46:29 -0500 (CDT) From: Peter da Silva Reply-To: peter@baileynm.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/6320: detach - nohup on steroids Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6320 >Category: misc >Synopsis: Sometimes nohup isn't good enough. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 16 07:50:00 PDT 1998 >Last-Modified: >Originator: Peter da Silva >Organization: Bailey Network Management >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: Any situation where you're kicking off a program to run as a daemon and the induhvidual who wrote it decided that they really needed to trap signals you've already set to be ignored. >Description: Normally programs that are going to run as a daemon double-fork themselves to shed their parent, and setsid() to create a new process. Nohup doesn't do this for you, so your nohupped process is still interacting with your terminal. >How-To-Repeat: nohup intransigent-program & logout Watch it die screaming. >Fix: Detach completes the setsid/doublefork idiom for starting a daemon off. # 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: # # Makefile # detach.1 # detach.c # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# standard defines XSHELL=/bin/sh XCFLAGS=-O XSHARFILES=Makefile $(MISC) $(CFILES) XSHAR=$(TARGET).shar X X# program dependent defines XOFILES=detach.o XCFILES=detach.c XTARGET=detach XMISC=detach.1 X Xdefault: $(TARGET) X Xall: $(TARGET) shar X Xshar: $(SHAR) X X$(TARGET): $(OFILES) X $(CC) $(CFLAGS) $(OFILES) -o $(TARGET) X X$(SHAR): $(SHARFILES) X shar >$(SHAR) $(SHARFILES) END-of-Makefile echo x - detach.1 sed 's/^X//' >detach.1 << 'END-of-detach.1' X.TH DETACH 1 X.SH NAME Xdetach \- when it absolutely has to run! X.SH SYNOPSIS X.B detach X[-va] [ -f X.I filename X] X.I command X[ X.I args X] X.SH DESCRIPTION X.B detach. Xruns a command in a whole new Xprocess group. Once you have detached a process, you can airmail Xyour terminal to Brazil. It won't care. X.SH OPTIONS X.IP -v XNatter at you about the command it's running, both on the terminal and in the Xlog file. X.IP "-f \fIfilename\fR" XBy default, detach redirects output to "detach.out". You can Xoverride this with the '-f' option. Really important if you Xdon't have write access in the current directory. X.IP -a XAppend to the logfile instead of overwriting it. X.SH AUTHOR XPeter da Silva X.SH NOTES X.B Detach Xuses X.B execvp Xto execute the command. If you want to detach multiple commands Xuse \fBdetach \fIoptions\fB sh -c\fR '\fIcommand\fR'... END-of-detach.1 echo x - detach.c sed 's/^X//' >detach.c << 'END-of-detach.c' X#include X#include X Xmain(ac, av) Xint ac; Xchar **av; X{ X int pid; X char *file; X int vflag; X int mode; X X close(0); open("/dev/null", 0); X close(1); X X file = "detach.out"; X mode = O_TRUNC; X vflag = 0; X X while(**++av == '-') { X while(*++*av) { X switch(**av) { X case 'f': X if(*++*av) X file = *av; X else X file = *++av; X goto next_arg; X case 'v': X vflag++; X break; X case 'a': X mode = O_APPEND; X break; X } X } Xnext_arg: ; X } X X if(open(file, O_WRONLY|mode|O_CREAT, 0666) < 0) { X perror(file); X exit(1); X } X X switch(pid = fork()) { X case -1: X perror(av[0]); X exit(1); X break; X case 0: X if(vflag) { X char **p = av; X X printf("# %d", getpid()); X while(*p) X printf(" %s", *p++); X putchar('\n'); X } X fflush(stdout); X close(2); dup(1); X setsid(); X execv(av[0], av); X execvp(av[0], av); X perror(av[0]); X exit(1); X break; X default: X if(vflag) { X fprintf(stderr, "# %d", pid); X while(*av) X fprintf(stderr, " %s", *av++); X fputc('\n', stderr); X } else X fprintf(stderr, "%d\n", pid); X break; X } X} END-of-detach.c exit >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 Apr 16 09:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03486 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 09:00:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03474; Thu, 16 Apr 1998 09:00:02 -0700 (PDT) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02571; Thu, 16 Apr 1998 08:54:23 -0700 (PDT) (envelope-from nobody) Message-Id: <199804161554.IAA02571@hub.freebsd.org> Date: Thu, 16 Apr 1998 08:54:23 -0700 (PDT) From: rfinn@hiwd.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: misc/6321: can't run any version of PostgreSQL on 2.2.6 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6321 >Category: misc >Synopsis: can't run any version of PostgreSQL on 2.2.6 >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 Apr 16 09:00:01 PDT 1998 >Last-Modified: >Originator: Richard J. Finn >Organization: Houston InterWeb Design, Inc. >Release: 2.2.6 >Environment: FreeBSD kay.houston-interweb.com 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #0: Tue Apr 7 09:18:34 CDT 1998 rfinn@kay.houston-interweb.com:/usr/src/sys/compile/KAY i386 >Description: I have my kernel configured with the System V options, but everytime I try try to get PostgreSQL up it dies. I compile it, install it, initialize it, and try to run it. It dies hard: createdb postgres Connection to database 'template1' failed. PQexec() -- Request was sent to backend, but backend closed the channel before responding. This probably means the backend terminated abnormally before or while processing the request. createdb: database creation failed on postgres. kay /usr/devel/pgsql/data/base $ cd .. [1]+ Bad system call (core dumped) postmaster (wd: /usr/devel/pgsql/data/base) (wd now: /usr/devel/pgsql/data) I've tried this with versions 6.0, 6.3, and 6.3.1. I even used the port provided which is version 6.2.1. They all die the same way. I had no trouble getting these to run on 2.1.5, 2.1.7, 2.2.2 and 2.2.5. >How-To-Repeat: Try to install it on FreeBSD 2.2.6 >Fix: >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 Apr 16 09:09:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06052 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 09:09:16 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05975; Thu, 16 Apr 1998 16:09:01 GMT (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA04879; Thu, 16 Apr 1998 08:43:56 -0700 (PDT) Date: Thu, 16 Apr 1998 08:43:56 -0700 (PDT) Message-Id: <199804161543.IAA04879@freefall.freebsd.org> To: pb@wave.campus.luth.se, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6316 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Using 'dd' with byte amounts above 4 GB causes 'dd' to overflow State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Thu Apr 16 08:43:10 PDT 1998 State-Changed-Why: Fixed by bde in revision 1.11 or misc.c. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 09:23:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09141 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 09:23:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08972; Thu, 16 Apr 1998 16:22:05 GMT (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA05018; Thu, 16 Apr 1998 09:22:00 -0700 (PDT) Date: Thu, 16 Apr 1998 09:22:00 -0700 (PDT) Message-Id: <199804161622.JAA05018@freefall.freebsd.org> To: rfinn@hiwd.net, wollman@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: misc/6321 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can't run any version of PostgreSQL on 2.2.6 State-Changed-From-To: open-analyzed State-Changed-By: wollman State-Changed-When: Thu Apr 16 09:19:04 PDT 1998 State-Changed-Why: This is not a bug. It's incomplete documentation. PostgreSQL requires System V-style semaphores, which are not a default configuration in any FreeBSD release. (I can verify that it does work under 2.2.6 when the kernel is properly configured.) However, this is not documented anywhere. The internal documentation of the port should mention this somewhere. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: wollman Responsible-Changed-When: Thu Apr 16 09:19:04 PDT 1998 Responsible-Changed-Why: IT's a ports problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 11:20:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01643 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 11:20:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01635; Thu, 16 Apr 1998 11:20:02 -0700 (PDT) (envelope-from gnats) Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA29997 for ; Thu, 16 Apr 1998 18:10:55 GMT (envelope-from pete@ns.altadena.net) Received: (from pete@localhost) by ns.altadena.net (8.8.8/8.8.6) id LAA14989; Thu, 16 Apr 1998 11:10:51 -0700 (PDT) Message-Id: <199804161810.LAA14989@ns.altadena.net> Date: Thu, 16 Apr 1998 11:10:51 -0700 (PDT) From: pete@altadena.net Reply-To: pete@altadena.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6325: Heading fix for 'w' on long-name systems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6325 >Category: bin >Synopsis: Heading fix for 'w' on long-name systems >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 16 11:20:01 PDT 1998 >Last-Modified: >Originator: Pete Carah >Organization: Altadena Internet Communications >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Any system based on 2.x which has been recompiled for user names longer than 8 characters >Description: w adjusted the user-name size for detail lines but not the header. Enclosed diff fixes this. (this should apply against any 2.x-stable; may alsp apply to -current (I haven't looked to see if it has been fixed there)) >How-To-Repeat: w (on any 2.x system with usernames > 8 chars) >Fix: *** w.c.orig Tue Apr 14 09:52:43 1998 --- w.c Tue Apr 14 09:56:11 1998 *************** *** 245,253 **** if (wcmd == 0) exit (0); ! #define HEADER "USER TTY FROM LOGIN@ IDLE WHAT\n" ! #define WUSED (sizeof (HEADER) - sizeof ("WHAT\n")) ! (void)printf(HEADER); } if ((kp = kvm_getprocs(kd, KERN_PROC_ALL, 0, &nentries)) == NULL) --- 245,256 ---- if (wcmd == 0) exit (0); ! #define HEADER1 "USER" ! #define HEADER2 "TTY FROM LOGIN@ IDLE WHAT\n" ! #define WUSED (sizeof (HEADER1) + sizeof(HEADER2) + 1 + UT_NAMESIZE - \ ! sizeof ("WHAT\n")) ! (void)printf("%-*.*s %s", UT_NAMESIZE, UT_NAMESIZE, HEADER1, ! HEADER2); } if ((kp = kvm_getprocs(kd, KERN_PROC_ALL, 0, &nentries)) == NULL) >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 Apr 16 12:50:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25350 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 12:50:54 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25256; Thu, 16 Apr 1998 12:50:20 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 Apr 1998 12:50:20 -0700 (PDT) Message-Id: <199804161950.MAA25256@hub.freebsd.org> To: freebsd-bugs Cc: From: "Jonah Kowall" Subject: Re: kern/6204: wdc0 goes away with newest sources Reply-To: "Jonah Kowall" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6204; it has been noted by GNATS. From: "Jonah Kowall" To: , "Jonah Kowall" Cc: Subject: Re: kern/6204: wdc0 goes away with newest sources Date: Thu, 16 Apr 1998 15:40:08 -0400 This had to do with the device change in the STABLE tree. This message I found in the lists sums it up. So please close the bug report. On Thu, 12 Mar 1998, Kent Vander Velden wrote:> > Hos something changed in -current during the past two weeks that would > affect how the root filesystem is mounted? The problem that I am seeing > at the moment is with a new -current kernel, the root file system will > fail to mount on boot. Running mount with no arguments shows that / > has the device 'root_device' mounted on it and not '/dev/sd0a' as I would > aspect. When I try to mount '/dev/sd0a' on / mount gives the error: > "Specified device does not match mounted device.\n". I will try recompiling > mount in a moment. Any other suggestions?Try sd0s1a. I think a change went into -stable too -- have had some complaints from stable users about a name change. - Jonah Kowall VP Technology Coffeehaus Networks / Content Advisor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 13:46:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26928 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 13:46:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26770 for ; Thu, 16 Apr 1998 20:45:21 GMT (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.7) with ESMTP id TAA23091; Thu, 16 Apr 1998 19:39:27 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199804161839.TAA23091@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: rotel@indigo.ie cc: Tim Vanderhoek , freebsd-bugs@FreeBSD.ORG, denny1@home.com, brian@Awfulhak.org Subject: Re: bin/4154 In-reply-to: Your message of "Thu, 16 Apr 1998 11:21:25 -0000." <199804161021.LAA00729@indigo.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 Apr 1998 19:39:27 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Apr 15, 7:33pm, Tim Vanderhoek wrote: > } Subject: Re: bin/4154 > > On Tue, 14 Apr 1998, Niall Smart wrote: > > > > > sleep -d 1.5 -m 2 -s 4 > > > > > > would mean sleep 1/2 days, 2 minutes and 4 seconds. > > > > > > Whaddyall think? A solution looking for a problem or the best > > > invention since sliced bread? > > > > I assume that this won't be compatible with OpenBSD's sleep(1). > > Are we really so @$#@ that we want to sacrifice that? > > Our "sleep n" isn't equivalent to OpenBSD's "sleep n" because they > allow floating point numbers. Are you proposing to allow this and > forget about all that dHMSu stuff? Perhaps that would be a better > idea. Would that break anything? :) That'd be a good idea :-) If the functionality's already in OpenBSD, why re-invent the wheel and why make things incompatible ? It won't break anything AFAIK. > Niall > > -- > Niall Smart. finger njs3@doc.ic.ac.uk for PGP key > FreeBSD: Turning PC's into Workstations. www.freebsd.org -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 14:07:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03069 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 14:07:46 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA03025 for ; Thu, 16 Apr 1998 21:07:35 GMT (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id RAA18562; Thu, 16 Apr 1998 17:02:46 -0400 (EDT) Date: Thu, 16 Apr 1998 17:02:46 -0400 (EDT) From: Tim Vanderhoek To: Niall Smart cc: Tim Vanderhoek , freebsd-bugs@FreeBSD.ORG, denny1@home.com, brian@Awfulhak.org Subject: Re: bin/4154 In-Reply-To: <199804161021.LAA00729@indigo.ie> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 16 Apr 1998, Niall Smart wrote: > Our "sleep n" isn't equivalent to OpenBSD's "sleep n" because they > allow floating point numbers. Are you proposing to allow this and > forget about all that dHMSu stuff? Perhaps that would be a better > idea. Would that break anything? :) That was the original proposal. :-) -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 16:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17114 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 16:40:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17108; Thu, 16 Apr 1998 16:40:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 Apr 1998 16:40:02 -0700 (PDT) Message-Id: <199804162340.QAA17108@hub.freebsd.org> To: freebsd-bugs Cc: From: "Christoph Weber-Fahr" Subject: Re: kern/5703 CDROM Media Error triggers complete system lockup Reply-To: "Christoph Weber-Fahr" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/5703; it has been noted by GNATS. From: "Christoph Weber-Fahr" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/5703 CDROM Media Error triggers complete system lockup Date: Fri, 17 Apr 1998 01:02:29 +0200 Hello, At 22 Mar 98 , 12:45 you wrote: > If you are still experiencing the problem you reported, it > would help the project track the problem if you could upgrade to the > latest snapshot of 2.2.6-Beta (located at releng22.freebsd.org) and > test your problem again. Yes, the problem is still there. I tested it with 2.2.6-RELEASE, as found on releng22.freebsd.org. Since the machine it originally occurred on is currently in production use, I tested it on a rather similar setup. The only differences were: - a Cyrix 486 processor - a IDE disk drive (but still a SCSI cdrom) - an Adaptec 1542B controller instead of the 1542C - a GENERIC kernel While testing I found some additional small data points: When using default nfs3 mount, the problem displays as originally described (complete system lock), no further reaction. When using nfs2 mode, I could provoke all kinds of fancy kernel crashes - most of them 'page fault in kernel mode', but also other panics. Regards Christoph Weber-Fahr __________________________________________________ Christoph Weber-Fahr wefa@unicom.talkline.de O.tel.o Communications GmbH 06102 705-466 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 22:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25271 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 22:40:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25248; Thu, 16 Apr 1998 22:40:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 Apr 1998 22:40:02 -0700 (PDT) Message-Id: <199804170540.WAA25248@hub.freebsd.org> To: freebsd-bugs Cc: From: A Joseph Koshy Subject: Re: docs/6273: /etc/motd needs updating BADLY Reply-To: A Joseph Koshy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/6273; it has been noted by GNATS. From: A Joseph Koshy To: freebsd-gnats-submit@freebsd.org, dwhite@resnet.uoregon.edu Cc: phk@freebsd.org Subject: Re: docs/6273: /etc/motd needs updating BADLY Date: Fri, 17 Apr 1998 10:59:36 +0530 The contents of "/etc/motd" are ok in 2.2.6 and -CURRENT. I guess this PR could be closed. Regards, Koshy <> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 23:09:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04755 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 23:09:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04692; Fri, 17 Apr 1998 06:08:46 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07853; Thu, 16 Apr 1998 23:08:35 -0700 (PDT) Date: Thu, 16 Apr 1998 23:08:35 -0700 (PDT) Message-Id: <199804170608.XAA07853@freefall.freebsd.org> To: dwhite@resnet.uoregon.edu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: docs/6273 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /etc/motd needs updating BADLY State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Thu Apr 16 23:08:00 PDT 1998 State-Changed-Why: originator said so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 23:28:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08772 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 23:28:59 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08276; Fri, 17 Apr 1998 06:25:46 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA08036; Thu, 16 Apr 1998 23:25:31 -0700 (PDT) Date: Thu, 16 Apr 1998 23:25:31 -0700 (PDT) Message-Id: <199804170625.XAA08036@freefall.freebsd.org> To: nobody@null.angel.nu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/4560 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: XFree86 3.3.1 fails to install properly in the 2.2-RELENG/STABLE tree. State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Thu Apr 16 23:25:08 PDT 1998 State-Changed-Why: timed out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 23:29:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08862 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 23:29:21 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08848; Fri, 17 Apr 1998 06:29:11 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA08199; Thu, 16 Apr 1998 23:29:01 -0700 (PDT) Date: Thu, 16 Apr 1998 23:29:01 -0700 (PDT) Message-Id: <199804170629.XAA08199@freefall.freebsd.org> To: vitjok@fasts.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/2819 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /etc/rc does not execute 'uname' when constructing /etc/motd State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Thu Apr 16 23:28:32 PDT 1998 State-Changed-Why: non-bug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 23:29:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08939 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 23:29:57 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08235; Fri, 17 Apr 1998 06:24:57 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07966; Thu, 16 Apr 1998 23:24:47 -0700 (PDT) Date: Thu, 16 Apr 1998 23:24:47 -0700 (PDT) Message-Id: <199804170624.XAA07966@freefall.freebsd.org> To: pgiffuni@fps.biblos.unal.edu.co, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/3232 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: XFree86 installation Problem with non-Microsoft Mouse State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Thu Apr 16 23:24:04 PDT 1998 State-Changed-Why: xfree86 problem, please report to xf86 if still a problem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 23:32:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09518 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 23:32:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09495; Fri, 17 Apr 1998 06:32:01 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA08271; Thu, 16 Apr 1998 23:31:50 -0700 (PDT) Date: Thu, 16 Apr 1998 23:31:50 -0700 (PDT) Message-Id: <199804170631.XAA08271@freefall.freebsd.org> To: M.Zimmermann@priconet.de, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/2004 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: route add -link panics system State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Thu Apr 16 23:29:33 PDT 1998 State-Changed-Why: doesn't panic -current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 16 23:39:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11361 for freebsd-bugs-outgoing; Thu, 16 Apr 1998 23:39:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA11320; Fri, 17 Apr 1998 06:39:06 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA08104; Thu, 16 Apr 1998 23:26:37 -0700 (PDT) Date: Thu, 16 Apr 1998 23:26:37 -0700 (PDT) Message-Id: <199804170626.XAA08104@freefall.freebsd.org> To: tozz@ultra.net, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/4444 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can't seem to configure for a DEC VRT17-HA monitor. Sync rate is off. State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Thu Apr 16 23:26:10 PDT 1998 State-Changed-Why: sounds like an xf86 problem, please report it to them To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 00:10:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21656 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 00:10:20 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21575; Fri, 17 Apr 1998 00:10:12 -0700 (PDT) (envelope-from gnats) Received: from heaven.pamud.net (clkao@heaven.pamud.net [210.209.60.16]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20135 for ; Fri, 17 Apr 1998 07:03:51 GMT (envelope-from clkao@heaven.pamud.net) Received: (from clkao@localhost) by heaven.pamud.net (8.8.8/8.8.8) id DAA00734; Fri, 17 Apr 1998 03:05:13 +0800 (CST) (envelope-from clkao) Message-Id: <199804161905.DAA00734@heaven.pamud.net> Date: Fri, 17 Apr 1998 03:05:13 +0800 (CST) From: clkao@cirx.org Reply-To: clkao@cirx.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/6327: lib/zlib manuanl pages not installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6327 >Category: misc >Synopsis: lib/zlib manuanl pages not installed >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 17 00:10:07 PDT 1998 >Last-Modified: >Originator: Chia-liang Kao >Organization: Panther Tech. Co. >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: make world with the lastest stable >Description: when making lib/zlib, the Makefile miss the man page. >How-To-Repeat: >Fix: --- Makefile.orig Fri Apr 17 03:01:20 1998 +++ Makefile Fri Apr 17 02:51:50 1998 @@ -16,6 +16,8 @@ SRCS = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \ zutil.c inflate.c infblock.c inftrees.c infcodes.c infutil.c inffast.c +MAN3 = zlib.3 + beforeinstall: .for hdr in zconf.h zlib.h ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${hdr} \ >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 Apr 17 00:33:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA26880 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 00:33:15 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA26232; Fri, 17 Apr 1998 07:27:19 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA08587; Fri, 17 Apr 1998 00:27:08 -0700 (PDT) Date: Fri, 17 Apr 1998 00:27:08 -0700 (PDT) Message-Id: <199804170727.AAA08587@freefall.freebsd.org> To: clkao@cirx.org, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/6327 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lib/zlib manuanl pages not installed State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri Apr 17 00:26:59 PDT 1998 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 00:50:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00204 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 00:50:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00151; Fri, 17 Apr 1998 00:50:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 00:50:01 -0700 (PDT) Message-Id: <199804170750.AAA00151@hub.freebsd.org> To: freebsd-bugs Cc: From: Poul-Henning Kamp Subject: Re: bin/6301 Reply-To: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6301; it has been noted by GNATS. From: Poul-Henning Kamp To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/6301 Date: Fri, 17 Apr 1998 09:44:12 +0200 In message <199804151944.PAA19836@mongoose.bostic.com>, Keith Bostic writes: >> Could you tell us you stand on this nvi issue: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=6301 > >I agree with the comment that the % command shouldn't check for >< and > matches unless there's an edit option. Hmmm. Maybe a > > :set match={}<>[]() > >and you can specify whatever set of matching characters you want? > >It's a trivial source change to get exact historic behavior, just >dike out the: > > case '<': > matchc = '>'; > gc = cs_next; > break; > case '>': > matchc = '<'; > gc = cs_prev; > break; > >lines in vi/v_match.c. > >--keith > > > -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "Drink MONO-tonic, it goes down but it will NEVER come back up!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 01:10:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02928 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 01:10:21 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02837; Fri, 17 Apr 1998 01:10:10 -0700 (PDT) (envelope-from gnats) Received: from heaven.pamud.net (clkao@heaven.pamud.net [210.209.60.16]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01991 for ; Fri, 17 Apr 1998 08:03:27 GMT (envelope-from clkao@heaven.pamud.net) Received: (from clkao@localhost) by heaven.pamud.net (8.8.8/8.8.8) id EAA01204; Fri, 17 Apr 1998 04:05:23 +0800 (CST) (envelope-from clkao) Message-Id: <199804162005.EAA01204@heaven.pamud.net> Date: Fri, 17 Apr 1998 04:05:23 +0800 (CST) From: clkao@cirx.org Reply-To: clkao@heaven.pamud.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6328: gnu/usr.bin/ld/rtld code clean up Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6328 >Category: bin >Synopsis: gnu/usr.bin/ld/rtld code clean up >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 17 01:10:03 PDT 1998 >Last-Modified: >Originator: Chia-liang Kao >Organization: Panther Tech. Co. >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: FreeBSD 2.2.6-RELEASE i386 >Description: clean up some warnings caused by imcompatiable types. >How-To-Repeat: just make the rtld, you'll get 4 warnings. >Fix: --- rtld.c.orig Fri Apr 17 03:41:13 1998 +++ rtld.c Fri Apr 17 03:49:06 1998 @@ -199,26 +199,26 @@ struct so_map *link_map_tail; struct rt_symbol *rt_symbol_head; -static void *__dlopen __P((char *, int)); +static void *__dlopen __P((const char *, int)); static int __dlclose __P((void *)); -static void *__dlsym __P((void *, char *)); -static char *__dlerror __P((void)); +static void *__dlsym __P((void *, const char *)); +static const char *__dlerror __P((void)); static void __dlexit __P((void)); -static void *__dlsym3 __P((void *, char *, void *)); +static void *__dlsym3 __P((void *, const char *, void *)); static struct ld_entry ld_entry = { __dlopen, __dlclose, __dlsym, __dlerror, __dlexit, __dlsym3 }; void xprintf __P((char *, ...)); -static struct so_map *map_object __P(( char *, +static struct so_map *map_object __P(( const char *, struct sod *, struct so_map *)); static int map_preload __P((void)); static int map_sods __P((struct so_map *)); static int reloc_and_init __P((struct so_map *, int)); static void unmap_object __P((struct so_map *, int)); -static struct so_map *alloc_link_map __P(( char *, struct sod *, +static struct so_map *alloc_link_map __P(( const char *, struct sod *, struct so_map *, caddr_t, struct _dynamic *)); static void free_link_map __P((struct so_map *)); @@ -515,7 +515,7 @@ */ static struct so_map * alloc_link_map(path, sodp, parent, addr, dp) - char *path; + const char *path; struct sod *sodp; struct so_map *parent; caddr_t addr; @@ -619,7 +619,7 @@ */ static struct so_map * map_object(path, sodp, parent) - char *path; + const char *path; struct sod *sodp; struct so_map *parent; { @@ -872,7 +872,7 @@ */ (void)alloc_link_map(NULL, sodp, parent, 0, 0); } else if (ld_ignore_missing_objects) { - char *msg; + const char *msg; /* * Call __dlerror() even it we're not going to use * the message, in order to clear the saved message. @@ -1841,7 +1841,7 @@ static void * __dlopen(path, mode) - char *path; + const char *path; int mode; { struct so_map *old_tail = link_map_tail; @@ -1905,7 +1905,7 @@ static void * __dlsym(fd, sym) void *fd; - char *sym; + const char *sym; { if (fd == RTLD_NEXT) { generror("RTLD_NEXT not supported by this version of" @@ -1978,7 +1978,7 @@ static void * __dlsym3(fd, sym, retaddr) void *fd; - char *sym; + const char *sym; void *retaddr; { void *result; @@ -2003,7 +2003,7 @@ return result; } - static char * + static const char * __dlerror __P((void)) { char *err; @@ -2030,7 +2030,7 @@ static void die __P((void)) { - char *msg; + const char *msg; fprintf(stderr, "ld.so failed"); if ((msg = __dlerror()) != NULL) >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 Apr 17 01:10:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02974 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 01:10:34 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02927; Fri, 17 Apr 1998 01:10:20 -0700 (PDT) (envelope-from gnats) Received: from sys1.microline.org (jkf@microline.org [207.173.132.199]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02344 for ; Fri, 17 Apr 1998 08:05:45 GMT (envelope-from jkf@sys1.microline.org) Received: (from jkf@localhost) by sys1.microline.org (8.8.8/8.8.7) id BAA22860; Fri, 17 Apr 1998 01:05:25 -0700 (PDT) (envelope-from jkf) Message-Id: <199804170805.BAA22860@sys1.microline.org> Date: Fri, 17 Apr 1998 01:05:25 -0700 (PDT) From: "Jason K. Fritcher" Reply-To: fritcher@calweb.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/6329: _thread_flockfile hangs with NULL file pointer. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6329 >Category: misc >Synopsis: _thread_flockfile hangs with NULL file pointer. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 17 01:10:14 PDT 1998 >Last-Modified: >Originator: Jason K. Fritcher >Organization: N/A >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD sys1.microline.org 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Sun Apr 5 14:20:20 PDT 1998 root@sys1.microline.org:/usr/src/sys/compile/microline i386 >Description: Calling any function that calls _thread_flockfile with a file pointer that happens to be NULL, the function will hang, and consume call idle cpu time. >How-To-Repeat: Save this to a file, ie blah.c. #include #include main() { FILE* fBlah = NULL; fprintf(fBlah, "Blah\n"); } Then do this: gcc -lc_r -o blah blah.c ./blah hangs. Have to 'kill -9' to stop. But this: gcc -o blah blah.c ./blah core dumps as expected. >Fix: Apply this patch to /usr/src/lib/libc_r/uthread/uthread_file.c --- uthread_file.c.old Sun Jan 21 16:23:18 1996 +++ uthread_file.c Thu Apr 16 23:51:22 1998 @@ -42,10 +42,12 @@ int fd, flags; int status; - /* Block signals: */ - _thread_kern_sig_block(&status); if ((fd = fileno(fp)) >= 0) { + /* Block signals: */ + _thread_kern_sig_block(&status); + + if (fp->_flags & __SRW) { flags = FD_READ | FD_WRITE; } else { @@ -58,9 +60,10 @@ /* This might fail but POSIX doesn't give a damn. */ _thread_fd_lock(fd, flags, NULL, fname, lineno); + + /* Unblock signals: */ + _thread_kern_sig_unblock(status); } - /* Unblock signals: */ - _thread_kern_sig_unblock(status); return; } >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 Apr 17 01:20:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04673 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 01:20:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA04657; Fri, 17 Apr 1998 08:20:08 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA09078; Fri, 17 Apr 1998 01:19:56 -0700 (PDT) Date: Fri, 17 Apr 1998 01:19:56 -0700 (PDT) Message-Id: <199804170819.BAA09078@freefall.freebsd.org> To: minshall@fiberlane.com, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6301 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vi ``%'' is broken State-Changed-From-To: feedback-closed State-Changed-By: phk State-Changed-When: Fri Apr 17 01:19:16 PDT 1998 State-Changed-Why: Keith has said his bit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 01:53:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA10782 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 01:53:21 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10617; Fri, 17 Apr 1998 08:51:14 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA09266; Fri, 17 Apr 1998 01:51:03 -0700 (PDT) Date: Fri, 17 Apr 1998 01:51:03 -0700 (PDT) Message-Id: <199804170851.BAA09266@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jdp@FreeBSD.ORG Subject: Re: bin/6328 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gnu/usr.bin/ld/rtld code clean up Responsible-Changed-From-To: freebsd-bugs->jdp Responsible-Changed-By: phk Responsible-Changed-When: Fri Apr 17 01:50:28 PDT 1998 Responsible-Changed-Why: This looks like a case for you Polstra... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 02:00:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11685 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 02:00:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11610; Fri, 17 Apr 1998 02:00:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 02:00:02 -0700 (PDT) Message-Id: <199804170900.CAA11610@hub.freebsd.org> To: freebsd-bugs Cc: From: A Joseph Koshy Subject: Re: bin/1577: mail -f foo does not look in current directory of .mailrc has chdir Reply-To: A Joseph Koshy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/1577; it has been noted by GNATS. From: A Joseph Koshy To: freebsd-gnats-submit@freebsd.org, sef@kithrup.com Cc: phk@freebsd.org Subject: Re: bin/1577: mail -f foo does not look in current directory of .mailrc has chdir Date: Fri, 17 Apr 1998 14:23:43 +0530 I just looked at PR bin/1577. To me it seems that the behaviour of `mail' is consistent. Given that (a) .mailrc (and the system RC files) are read in before anything else is done AND (b) the RC files support most user commands including "chdir" the behaviour of "-f" is what a user would expect. Here is a patch to the documentation that specifies the startup behaviour, for v1.15 of "/usr/src/usr.bin/mail/mail.1": (should patch cleanly in both -STABLE and -CURRENT) (In /usr/src/usr.bin/mail): ================================================ --- ./mail.1 Tue Apr 14 18:06:28 1998 +++ /tmp/mail.1 Fri Apr 17 14:29:10 1998 @@ -112,6 +112,23 @@ .Pp .Dl mail -f /var/mail/user .El +.Ss Startup actions +At startup time +.Nm mail +will execute commands in the system command files +.Pa /usr/share/misc/mail.rc , +.Pa /usr/local/etc/mail.rc +and +.Pa /etc/mail.rc +in order unless explicitly told not to by using the +.Fl n +option. Next, the commands in the users personal command file +.Pa ~/.mailrc +are executed. +.Nm mail +then examines its command line options to determine whether the user +requested a new message to be sent or existing messages in a mailbox +to be examined. .Ss Sending mail To send a message to one or more people, .Nm mail ================================================ Regards, Koshy <> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 02:41:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16737 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 02:41:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA16709 for ; Fri, 17 Apr 1998 09:40:58 GMT (envelope-from semen@iclub.nsu.ru) Received: from localhost (semen@localhost) by iclub.nsu.ru (8.8.8/8.8.5) with SMTP id QAA18055; Fri, 17 Apr 1998 16:43:43 +0700 (NSS) Date: Fri, 17 Apr 1998 16:43:43 +0700 (NSS) From: Ustimenko Semen To: Phil.Walcott@smc.com cc: freebsd-bugs@FreeBSD.ORG Subject: Re: 9432TX and 9432BTX adapters In-Reply-To: <852565E7.007A7518.00@mta.smc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! On Wed, 15 Apr 1998 Phil.Walcott@smc.com wrote: > Greg, > > Thanks, > > I was sending the email from a customer. > As for the adapter and the switch, have you check the speed? Home made tests shows ~7.2 Mbit/sec on 10baseT/UTP full-duplex, and ~40 Mbit/sec on 100baseTX full-duplex. It was netperf "TCP STREAM TEST" but back end machine was only 486 that have 60 Mbit/sec via loopback. If we lower Inter Packet Gap time, we can raise 10baseT/UTP full-duplex speed to ~9 Mbit/sec, but i think it is not useful. > > Phil > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 03:10:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21171 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 03:10:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21152; Fri, 17 Apr 1998 03:10:02 -0700 (PDT) (envelope-from gnats) Received: from romberg.math.ntnu.no (153@romberg.math.ntnu.no [129.241.15.150]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA20403 for ; Fri, 17 Apr 1998 10:03:25 GMT (envelope-from arnej@math.ntnu.no) Received: (qmail 1201 invoked from network); 17 Apr 1998 10:03:23 -0000 Received: from cauchy.math.ntnu.no (129.241.15.128) by romberg.math.ntnu.no with SMTP; 17 Apr 1998 10:03:23 -0000 Received: (from root@localhost) by cauchy.math.ntnu.no (8.8.8/8.8.4) id MAA11252; Fri, 17 Apr 1998 12:03:22 +0200 (CEST) Message-Id: <199804171003.MAA11252@cauchy.math.ntnu.no> Date: Fri, 17 Apr 1998 12:03:22 +0200 (CEST) From: arnej@math.ntnu.no Reply-To: arnej@math.ntnu.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6330: "make install" should not touch the obj tree Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6330 >Category: bin >Synopsis: "make install" should not touch the obj tree >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 Apr 17 03:10:01 PDT 1998 >Last-Modified: >Originator: Arne Henrik Juul >Organization: Norwegian University og Technology and Science >Release: FreeBSD 2.2.6-STABLE i386 >Environment: I've been using this patch for some time now in the 2.2 branch. >Description: It should be possible to do a "make install" even if your /usr/src and /usr/obj are mounted read-only (e.g. with NFS from another machine, as I do). However, in two places "make install" builds files in the obj tree on the fly, then installs them. >How-To-Repeat: mount -u -r /usr/src mount -u -r /usr/obj cd /usr/src; make install >Fix: Apply the patch below. The first one should be pretty straight-forward (modulo style guidelines for Makefiles), and applies to -current unchanged. The second changes how osreldate.h is created the same way it was already changed in -current (rev 1.55). Index: src/gnu/usr.bin/groff/tmac/Makefile =================================================================== RCS file: /usr/cvs/src/gnu/usr.bin/groff/tmac/Makefile,v retrieving revision 1.12.2.1 diff -u -r1.12.2.1 Makefile --- Makefile 1998/03/03 06:37:09 1.12.2.1 +++ Makefile 1998/04/15 10:14:02 @@ -11,7 +11,7 @@ LINKS= ${TMACDIR}/tmac.andoc ${TMACDIR}/tmac.an MANDEPEND= ${MAN7} -CLEANFILES+= temp ${MANDEPEND} tmac.groff_an +CLEANFILES+= temp ${MANDEPEND} tmac.groff_an *.strip *.mdoc FILES= tmac.andoc tmac.pic tmac.ps tmac.psnew tmac.psold\ tmac.pspic tmac.psatk tmac.dvi tmac.tty tmac.tty-char tmac.X\ @@ -19,29 +19,41 @@ STRIPFILES= tmac.e tmac.s tmac.doc MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms +SFILES = ${STRIPFILES:S;$;.strip;} +MFILES = ${MDOCFILES:S;$;.mdoc;} +all: tmac.groff_an ${SFILES} ${MFILES} + +${SFILES}: + for f in ${STRIPFILES}; do \ + sed -f ${DIST_DIR}/strip.sed ${DIST_DIR}/$$f > $$f.strip; \ + done + +${MFILES}: + for f in ${MDOCFILES}; do \ + sed -f ${DIST_DIR}/strip.sed ${DIST_DIR}/$$f > $$f.mdoc; \ + done + +tmac.groff_an: + sed -f ${DIST_DIR}/strip.sed ${DIST_DIR}/tmac.an >tmac.groff_an + beforeinstall: for f in ${FILES}; do \ - ${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ + ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ ${DIST_DIR}/$$f ${DESTDIR}${TMACDIR}; \ done - sed -f ${DIST_DIR}/strip.sed ${DIST_DIR}/tmac.an >tmac.groff_an ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ tmac.groff_an ${DESTDIR}${TMACDIR} for f in ${STRIPFILES}; do \ - rm -f temp; \ - sed -f ${DIST_DIR}/strip.sed ${DIST_DIR}/$$f >temp; \ ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ - temp ${DESTDIR}${TMACDIR}/$$f; \ + $$f.strip ${DESTDIR}${TMACDIR}/$$f; \ done for f in ${MDOCFILES}; do \ - rm -f temp; \ - sed -f ${DIST_DIR}/strip.sed ${DIST_DIR}/$$f >temp; \ ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ - temp ${DESTDIR}${MDOCDIR}/$$f; \ + $$f.mdoc ${DESTDIR}${MDOCDIR}/$$f; \ done test -f ${DESTDIR}${TMACDIR}/man.local || \ - ${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ + ${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ ${DIST_DIR}/man.local ${DESTDIR}${TMACDIR} .include "../Makefile.cfg" Index: src/include/Makefile =================================================================== RCS file: /usr/cvs/src/include/Makefile,v retrieving revision 1.45.2.8 diff -u -r1.45.2.8 Makefile --- Makefile 1998/02/01 16:21:52 1.45.2.8 +++ Makefile 1998/04/17 09:58:08 @@ -6,7 +6,7 @@ # The ``rm -rf''s used below are safe because rm doesn't follow symbolic # links. # -all depend lint tags: +depend lint tags: CLEANFILES= osreldate.h version vers.c SUBDIR= rpcsvc @@ -45,6 +45,24 @@ #SHARED= symlinks SHARED?= copies + +.if exists (${.CURDIR}/../sys/conf/newvers.sh) +all: osreldate.h + +osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh + @${ECHO} creating osreldate.h from newvers.sh + . ${.CURDIR}/../sys/conf/newvers.sh; \ + echo "$$COPYRIGHT" > osreldate.h; \ + echo \#'undef __FreeBSD_version' >> osreldate.h; \ + echo \#'define __FreeBSD_version' $$RELDATE >> osreldate.h +.else +all: + @${ECHO} creating osreldate.h from sysctl info + echo \#'undef __FreeBSD_version' > osreldate.h + echo \#'define __FreeBSD_version '`sysctl -n kern.osreldate` \ + >> osreldate.h +.endif + beforeinstall: installhdrs ${SHARED} .if make(installhdrs) @@ -63,19 +81,6 @@ cd ${.CURDIR}/rpc; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${RPCFILES} ${DESTDIR}/usr/include/rpc - @rm -f osreldate.h -.if exists (${.CURDIR}/../sys/conf/newvers.sh) - @${ECHO} creating osreldate.h from newvers.sh - . ${.CURDIR}/../sys/conf/newvers.sh; \ - echo "$$COPYRIGHT" > osreldate.h; \ - echo \#'undef __FreeBSD_version' >> osreldate.h; \ - echo \#'define __FreeBSD_version' $$RELDATE >> osreldate.h -.else - @${ECHO} creating osreldate.h from sysctl info - @echo \#'undef __FreeBSD_version' > osreldate.h - @echo \#'define __FreeBSD_version '`sysctl -n kern.osreldate` \ - >> osreldate.h -.endif ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.OBJDIR}/osreldate.h \ ${DESTDIR}/usr/include >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 Apr 17 03:40:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25286 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 03:40:40 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25076; Fri, 17 Apr 1998 10:39:39 GMT (envelope-from semenu@FreeBSD.org) From: Ustimenko Semen Received: (from semenu@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10173; Fri, 17 Apr 1998 03:39:28 -0700 (PDT) Date: Fri, 17 Apr 1998 03:39:28 -0700 (PDT) Message-Id: <199804171039.DAA10173@freefall.freebsd.org> To: semen@iclub.nsu.ru, semenu@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5271 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: New version of driver New Synopsis: New version of tx driver State-Changed-From-To: open-closed State-Changed-By: semenu State-Changed-When: Fri Apr 17 03:38:00 PDT 1998 State-Changed-Why: Driver was added to kernel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 03:41:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25339 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 03:41:54 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25328; Fri, 17 Apr 1998 10:41:38 GMT (envelope-from semenu@FreeBSD.org) From: Ustimenko Semen Received: (from semenu@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10246; Fri, 17 Apr 1998 03:41:26 -0700 (PDT) Date: Fri, 17 Apr 1998 03:41:26 -0700 (PDT) Message-Id: <199804171041.DAA10246@freefall.freebsd.org> To: semen@iclub.nsu.ru, semenu@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5090 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Driver for SMC9432TX Fast Ethernet Board State-Changed-From-To: open-closed State-Changed-By: semenu State-Changed-When: Fri Apr 17 03:39:41 PDT 1998 State-Changed-Why: Driver was added to kernel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 03:48:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26336 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 03:48:41 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26273; Fri, 17 Apr 1998 10:48:15 GMT (envelope-from semenu@FreeBSD.org) From: Ustimenko Semen Received: (from semenu@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10492; Fri, 17 Apr 1998 03:48:03 -0700 (PDT) Date: Fri, 17 Apr 1998 03:48:03 -0700 (PDT) Message-Id: <199804171048.DAA10492@freefall.freebsd.org> To: sbauer@hardrock.sdsmt.edu, semenu@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5625 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Added support for full Auto-negotiation & fixed netcard lockups State-Changed-From-To: open-closed State-Changed-By: semenu State-Changed-When: Fri Apr 17 03:46:53 PDT 1998 State-Changed-Why: Appliedd, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 03:49:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26434 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 03:49:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26391; Fri, 17 Apr 1998 10:48:50 GMT (envelope-from semenu@FreeBSD.org) From: Ustimenko Semen Received: (from semenu@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA10516; Fri, 17 Apr 1998 03:48:39 -0700 (PDT) Date: Fri, 17 Apr 1998 03:48:39 -0700 (PDT) Message-Id: <199804171048.DAA10516@freefall.freebsd.org> To: sbauer@hardrock.sdsmt.edu, semenu@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5694 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Remove DELAY(300000) from if_tx.c driver (SMC9432) State-Changed-From-To: open-closed State-Changed-By: semenu State-Changed-When: Fri Apr 17 03:46:08 PDT 1998 State-Changed-Why: Refused. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 04:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05044 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 04:20:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05023; Fri, 17 Apr 1998 04:20:04 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 04:20:04 -0700 (PDT) Message-Id: <199804171120.EAA05023@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: bin/6330: "make install" should not touch the obj tree Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6330; it has been noted by GNATS. From: Bruce Evans To: arnej@math.ntnu.no, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/6330: "make install" should not touch the obj tree Date: Fri, 17 Apr 1998 21:08:14 +1000 >>Fix: > > Apply the patch below. The first one should be pretty > straight-forward (modulo style guidelines for Makefiles), > and applies to -current unchanged. It (a patch to tmac/Makefile) only applies to not-very-current :-). > The second changes how osreldate.h is created the same > way it was already changed in -current (rev 1.55). The first change should be obtained from -current too. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 04:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA07048 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 04:40:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA07000; Fri, 17 Apr 1998 04:40:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 04:40:01 -0700 (PDT) Message-Id: <199804171140.EAA07000@hub.freebsd.org> To: freebsd-bugs Cc: From: arnej@math.ntnu.no Subject: Re: bin/6330: "make install" should not touch the obj tree Reply-To: arnej@math.ntnu.no Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6330; it has been noted by GNATS. From: arnej@math.ntnu.no To: FreeBSD-gnats-submit@FreeBSD.ORG, bde@zeta.org.au Cc: Subject: Re: bin/6330: "make install" should not touch the obj tree Date: 17 Apr 1998 11:39:41 -0000 > > Apply the patch below. The first one should be pretty > > straight-forward (modulo style guidelines for Makefiles), > > and applies to -current unchanged. > > It (a patch to tmac/Makefile) only applies to not-very-current :-). oops, sorry about that, my -current wasn't current enough :-) > > The second changes how osreldate.h is created the same > > way it was already changed in -current (rev 1.55). > > The first change should be obtained from -current too. Doesn't work, because -current makes use of the fact that the original groff sources are in contrib/groff. I can't see how it can be done the 'same way' using the sources as organized in 2.2, at least. -arnej To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 06:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15752 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 06:00:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15714; Fri, 17 Apr 1998 06:00:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 06:00:02 -0700 (PDT) Message-Id: <199804171300.GAA15714@hub.freebsd.org> To: freebsd-bugs Cc: From: Ruslan Ermilov Subject: Re: bin/6294: who(1) needs better argument parsing Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6294; it has been noted by GNATS. From: Ruslan Ermilov To: Poul-Henning Kamp , freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/6294: who(1) needs better argument parsing Date: Fri, 17 Apr 1998 15:49:22 +0300 On Mon, Apr 13, 1998 at 11:43:19PM -0700, Poul-Henning Kamp wrote: > Old Synopsis: manpage for who(1) has inaccurate synopsis > New Synopsis: who(1) needs better argument parsing > > State-Changed-From-To: open-suspended > State-Changed-By: phk > State-Changed-When: Mon Apr 13 23:42:31 PDT 1998 > State-Changed-Why: > committed a compromise change. > -> suspended Here is a patch. If you like it, please commit in in -stable too. And, please, phk, commit the patch between 1.5 and 1.6 you made for who.1 in -stable too! Index: who.c =================================================================== RCS file: /usr/FreeBSD-CVS/src/usr.bin/who/who.c,v retrieving revision 1.5 diff -u -r1.5 who.c --- who.c 1997/08/26 11:14:57 1.5 +++ who.c 1998/04/14 09:40:59 @@ -54,6 +54,7 @@ #include #include #include +#include #include #include #include @@ -72,6 +73,9 @@ struct passwd *pw; FILE *ufp, *file(); char *t; + + if (getopt(argc, argv, "") != -1) + usage(); (void) setlocale(LC_TIME, ""); ----------------------------------------------- And here is it's work: # who -z who: illegal option -- z usage: who [file] who am i # who dev cuac00 Apr 14 12:33 bill ttyp0 Apr 14 09:08 (wks-1-254) ru ttyp1 Apr 14 09:19 (wks-1-250) ru ttyp2 Apr 14 08:15 (wks-1-250) ru ttyp3 Apr 14 12:09 (wks-1-250) ru ttyp4 Apr 14 10:07 (wks-1-250) # who 1 who: 1: No such file or directory # who 1 2 ru ttyp2 Apr 14 08:15 (wks-1-250) # who 1 2 3 usage: who [file] who am i Regards, -- Ruslan Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247647 Simferopol, Crimea 2426679 ICQ Network, UIN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 08:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08085 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 08:10:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08074; Fri, 17 Apr 1998 08:10:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 08:10:01 -0700 (PDT) Message-Id: <199804171510.IAA08074@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: bin/6330: "make install" should not touch the obj tree Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6330; it has been noted by GNATS. From: Bruce Evans To: arnej@math.ntnu.no, bde@zeta.org.au, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/6330: "make install" should not touch the obj tree Date: Sat, 18 Apr 1998 01:05:12 +1000 > > The first change should be obtained from -current too. > >Doesn't work, because -current makes use of the fact that the >original groff sources are in contrib/groff. I can't see how >it can be done the 'same way' using the sources as organized >in 2.2, at least. They are in contrib for 2.2 too :-). Only 2.1 has them in gnu. I think name conflicts can be handled in general by forcing use of an obj dir. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 09:07:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19212 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 09:07:55 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19156; Fri, 17 Apr 1998 16:07:49 GMT (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA06031; Fri, 17 Apr 1998 09:07:36 -0700 (PDT) Date: Fri, 17 Apr 1998 09:07:36 -0700 (PDT) Message-Id: <199804171607.JAA06031@freefall.freebsd.org> To: jkowall@coffeehaus.net, des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6204 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wdc0 goes away with newest sources State-Changed-From-To: open-closed State-Changed-By: des State-Changed-When: Fri Apr 17 09:05:05 PDT 1998 State-Changed-Why: Author says error was due to slice name change and asks for PR to be closed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 09:08:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19310 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 09:08:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA19304; Fri, 17 Apr 1998 16:08:08 GMT (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA06101; Fri, 17 Apr 1998 09:07:55 -0700 (PDT) Date: Fri, 17 Apr 1998 09:07:55 -0700 (PDT) Message-Id: <199804171607.JAA06101@freefall.freebsd.org> To: jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, bde@FreeBSD.ORG Subject: Re: bin/6330 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "make install" should not touch the obj tree Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: jkh Responsible-Changed-When: Fri Apr 17 09:07:39 PDT 1998 Responsible-Changed-Why: Bruce is Mr. /usr/obj stuff. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 09:20:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22118 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 09:20:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22060; Fri, 17 Apr 1998 09:20:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 09:20:03 -0700 (PDT) Message-Id: <199804171620.JAA22060@hub.freebsd.org> To: freebsd-bugs Cc: From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Subject: Re: kern/3753: "make" hangs when building in an NFS dir Reply-To: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/3753; it has been noted by GNATS. From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) To: freebsd-gnats-submit@freebsd.org, Harlan.Stenn@pfcs.com Cc: Subject: Re: kern/3753: "make" hangs when building in an NFS dir Date: 17 Apr 1998 18:14:05 +0200 Are you running NFSv2 or NFSv3? If the answer is NFSv3 or "I don't know", force the server to use NFSv2 by adding "-2" to mountd_flags in /etc/rc.conf, and try again. -- Nobody else has a .sig like this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 10:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00999 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 10:00:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00962; Fri, 17 Apr 1998 10:00:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 10:00:02 -0700 (PDT) Message-Id: <199804171700.KAA00962@hub.freebsd.org> To: freebsd-bugs Cc: From: Dmitrij Tejblum Subject: Re: bin/4216: dlsym returns null Reply-To: Dmitrij Tejblum Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/4216; it has been noted by GNATS. From: Dmitrij Tejblum To: livio@csl.sri.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/4216: dlsym returns null Date: Fri, 17 Apr 1998 20:49:59 +0400 > >Description: > dlsym returns null pointer on FreeBSD system while exact same function > works on both Linux and SunOs. Do you still see this? I suspect that it fixed by following: RCS file: /home/ncvs/src/gnu/usr.bin/ld/rtld/rtld.c,v .... revision 1.40.2.4 date: 1997/09/02 14:18:52; author: nate; state: Exp; lines: +30 -2 MFC: Prepend an underscore if a symbol lookup fails and try again. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 10:10:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02834 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 10:10:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02780; Fri, 17 Apr 1998 10:10:03 -0700 (PDT) (envelope-from gnats) Received: from lamb.sas.com (root@lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01141 for ; Fri, 17 Apr 1998 17:00:59 GMT (envelope-from sastdr@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.8.7/8.8.7) with SMTP id NAA27401 for ; Fri, 17 Apr 1998 13:00:57 -0400 (EDT) Received: from wagner.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA13842; Fri, 17 Apr 1998 13:00:57 -0400 Received: from numb.pc.sas.com by wagner.unx.sas.com (5.65c/SAS/Generic 9.01/3-26-93) id AA26734; Fri, 17 Apr 1998 13:00:56 -0400 Received: (from sastdr@localhost) by numb.pc.sas.com (8.8.8/8.6.6) id MAA21525; Fri, 17 Apr 1998 12:51:23 -0400 (EDT) Message-Id: <199804171651.MAA21525@numb.pc.sas.com> Date: Fri, 17 Apr 1998 12:51:23 -0400 (EDT) From: Thomas David Rivers Reply-To: sastdr@unx.sas.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6332: time.h doesn't compile with -traditional Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6332 >Category: bin >Synopsis: /usr/include/time.h doesn't compile with -traditional >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: Fri Apr 17 10:10:01 PDT 1998 >Last-Modified: >Originator: Thomas David Rivers >Organization: SAS Institute >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: >Description: I continue to compile some software with -traditional; because it may not compile on other hosts and I'd like to "catch" this on FreeBSD before it gets there. Unfortunately, some system header files have had some ANSI-isms creep in, that prevent programs from compiling with the -traditional flag. This seems to mostly be the use of the 'const' keyword. .e.g: in time.h: #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) const char *strptime __P((const char *, const char *, struct tm *)); char *timezone __P((int, int)); >How-To-Repeat: foo.c: #include cc -traditional foo.c >Fix: Replace uses of 'const' with the __const keyword defined in cdefs.h. >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 Apr 17 10:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04614 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 10:20:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04584; Fri, 17 Apr 1998 10:20:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 10:20:01 -0700 (PDT) Message-Id: <199804171720.KAA04584@hub.freebsd.org> To: freebsd-bugs Cc: From: Josh Mehlman Subject: Re: bin/4761 fsuk dumps core Reply-To: Josh Mehlman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/4761; it has been noted by GNATS. From: Josh Mehlman To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/4761 fsuk dumps core Date: Fri, 17 Apr 1998 10:19:24 -0700 I am verry sorry that I have been so long in responding I am not still experiancing that problem beculs western digital wanted the hd back whene thaey sent me a new one so I can't reproduce. sorry jb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 10:20:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04622 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 10:20:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04613; Fri, 17 Apr 1998 10:20:03 -0700 (PDT) (envelope-from gnats) Received: from kstreet.interlog.com (kstreet.interlog.com [198.53.146.171]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA04157 for ; Fri, 17 Apr 1998 17:17:12 GMT (envelope-from kws@kstreet.interlog.com) Received: (from kws@localhost) by kstreet.interlog.com (8.8.8/8.8.8) id NAA02816; Fri, 17 Apr 1998 13:17:04 -0400 (EDT) (envelope-from kws) Message-Id: <199804171717.NAA02816@kstreet.interlog.com> Date: Fri, 17 Apr 1998 13:17:04 -0400 (EDT) From: street@iName.com Reply-To: street@iName.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6333: periodic daily mail queue check fails Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6333 >Category: bin >Synopsis: periodic daily mail queue check fails >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 Apr 17 10:20:02 PDT 1998 >Last-Modified: >Originator: Kevin Street >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD current as of Apr 11 >Description: /etc/periodic/daily/440.status-mailq checks to see if mailq is executable before running it, however it is checking /usr/sbin/mailq. mailq is actually installed as /usr/bin/mailq so the mail queue check never runs. >How-To-Repeat: >Fix: --- 440.status-mailq.orig Sat Apr 11 12:01:51 1998 +++ 440.status-mailq Fri Apr 17 12:50:34 1998 @@ -2,7 +2,7 @@ # # $Id: 440.status-mailq,v 1.2 1998/01/18 22:28:06 wosch Exp $ # -if [ -x /usr/sbin/mailq -a -d /var/spool/mqueue ] ; then +if [ -x /usr/bin/mailq -a -d /var/spool/mqueue ] ; then echo "" echo "Mail in local queue:" >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 Apr 17 10:40:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07855 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 10:40:13 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07783; Fri, 17 Apr 1998 10:40:06 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 10:40:06 -0700 (PDT) Message-Id: <199804171740.KAA07783@hub.freebsd.org> To: freebsd-bugs Cc: From: Dmitrij Tejblum Subject: Re: bin/6332: time.h doesn't compile with -traditional Reply-To: Dmitrij Tejblum Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6332; it has been noted by GNATS. From: Dmitrij Tejblum To: sastdr@unx.sas.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/6332: time.h doesn't compile with -traditional Date: Fri, 17 Apr 1998 21:36:46 +0400 > >Fix: > > Replace uses of 'const' with the __const keyword defined in cdefs.h. > No, strptime probably should return char* rather than const char*. I don't see any reason why user must not modify the return value. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 10:41:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08052 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 10:41:34 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08042; Fri, 17 Apr 1998 17:41:28 GMT (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id KAA01319; Fri, 17 Apr 1998 10:41:26 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 17 Apr 1998 10:41:26 -0700 (PDT) From: Doug White Reply-To: Doug White To: Poul-Henning Kamp cc: freebsd-bugs@FreeBSD.ORG Subject: Re: docs/6273 In-Reply-To: <199804170608.XAA07853@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 16 Apr 1998, Poul-Henning Kamp wrote: > Synopsis: /etc/motd needs updating BADLY > > State-Changed-From-To: open-closed > State-Changed-By: phk > State-Changed-When: Thu Apr 16 23:08:00 PDT 1998 > State-Changed-Why: > originator said so Um, I didn't say so, someone else did. (sigh) I'll submit a new PR when I get it reworked. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 10:50:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11015 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 10:50:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA10999; Fri, 17 Apr 1998 10:50:03 -0700 (PDT) (envelope-from gnats) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09102 for ; Fri, 17 Apr 1998 17:44:28 GMT (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id UAA20736; Fri, 17 Apr 1998 20:44:08 +0300 (EEST) (envelope-from ru) Message-Id: <199804171744.UAA20736@relay.ucb.crimea.ua> Date: Fri, 17 Apr 1998 20:44:08 +0300 (EEST) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/6334: -DALLLANG should be moved from src/Makefile to src/release/Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6334 >Category: conf >Synopsis: -DALLLANG should be moved from src/Makefile to src/release/Makefile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 17 10:50:00 PDT 1998 >Last-Modified: >Originator: Ruslan Ermilov >Organization: United Commercial Bank >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD 2.2.6-STABLE i386 >Description: Release doesn't build with docs for all languages. Some time ago handbook and FAQ were reside in src/share/doc. -DALLLANG was used in src/Makefile to build docs for all languages. Recently they (handbook and FAQ) have been moved into src/doc. Now only src/release/Makefile can be used to build handbook and FAQ. >How-To-Repeat: Try to build handbook and FAQ in all languages using src/release/Makefile's options only. >Fix: Move -DALLLANG from src/Makefile to src/release/Makefile. >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 Apr 17 11:19:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19072 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 11:19:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19031; Fri, 17 Apr 1998 11:18:55 -0700 (PDT) (envelope-from steve) Date: Fri, 17 Apr 1998 11:18:55 -0700 (PDT) From: Steve Price Message-Id: <199804171818.LAA19031@hub.freebsd.org> To: josh@oystersoft.com, steve, freebsd-bugs Subject: Re: bin/4761 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fsuk dumps core State-Changed-From-To: feedback-closed State-Changed-By: steve State-Changed-When: Fri Apr 17 11:17:30 PDT 1998 State-Changed-Why: Originator replaced the drive and is unable to repoduce the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 11:20:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19574 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 11:20:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19494; Fri, 17 Apr 1998 11:20:13 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 11:20:13 -0700 (PDT) Message-Id: <199804171820.LAA19494@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: bin/6332: time.h doesn't compile with -traditional Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6332; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@FreeBSD.ORG, sastdr@unx.sas.com Cc: Subject: Re: bin/6332: time.h doesn't compile with -traditional Date: Sat, 18 Apr 1998 04:05:28 +1000 >>Description: > > I continue to compile some software with -traditional; because > it may not compile on other hosts and I'd like to "catch" this on > FreeBSD before it gets there. >... >>Fix: > > Replace uses of 'const' with the __const keyword defined in cdefs.h. `const' is used on about 561 lines in /usr/include/*.h, 244 lines in /usr/include/sys/*.h, ... It is too late to uglify them all. defines away `const' (and other ANSI-only keywords) unless NO_ANSI_KEYWORDS or __GNUC__ is defined. It is assumed that `gcc -traditional' is only used to compile dusty code that uses these keywords as normal identifiers. If your code doesn't have such identifiers then you can easily define away the identifiers directly by compiling with `gcc -traditional -Dconst='. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 12:31:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09154 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 12:31:46 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09002; Fri, 17 Apr 1998 19:31:00 GMT (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA08639; Fri, 17 Apr 1998 12:30:46 -0700 (PDT) Date: Fri, 17 Apr 1998 12:30:46 -0700 (PDT) Message-Id: <199804171930.MAA08639@freefall.freebsd.org> To: rhh@ct.picker.com, dt@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/5575 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount_msdos won't run setuid root State-Changed-From-To: open-closed State-Changed-By: dt State-Changed-When: Fri Apr 17 12:27:22 PDT 1998 State-Changed-Why: Access control has been fixed for msdosfs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 12:54:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15024 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 12:54:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14925; Fri, 17 Apr 1998 19:53:53 GMT (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA08760; Fri, 17 Apr 1998 12:53:34 -0700 (PDT) Date: Fri, 17 Apr 1998 12:53:34 -0700 (PDT) Message-Id: <199804171953.MAA08760@freefall.freebsd.org> To: hans@brandinnovators.com, dt@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/2979 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: GCC complains about stmt. expr. when compiling machine/endian.h with -pedantic -ansi State-Changed-From-To: open-closed State-Changed-By: dt State-Changed-When: Fri Apr 17 12:48:13 PDT 1998 State-Changed-Why: This is fixed now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 14:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27986 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 14:10:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27938; Fri, 17 Apr 1998 14:10:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 14:10:01 -0700 (PDT) Message-Id: <199804172110.OAA27938@hub.freebsd.org> To: freebsd-bugs Cc: From: Thomas David Rivers Subject: Re: bin/6332: time.h doesn't compile with -traditional Reply-To: Thomas David Rivers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6332; it has been noted by GNATS. From: Thomas David Rivers To: FreeBSD-gnats-submit@freebsd.org, sastdr@unx.sas.com Cc: Subject: Re: bin/6332: time.h doesn't compile with -traditional Date: Fri, 17 Apr 1998 15:41:01 -0400 (EDT) > > >Fix: > > Replace uses of 'const' with the __const keyword defined in cdefs.h. > Let me add to that, that uses of "const" for prototype definitions aren't the problem; it's uses of "const" outside of the __P() macro. I imagine such uses are more infrequent. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 14:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28002 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 14:10:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27974; Fri, 17 Apr 1998 14:10:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 14:10:02 -0700 (PDT) Message-Id: <199804172110.OAA27974@hub.freebsd.org> To: freebsd-bugs Cc: From: Thomas David Rivers Subject: Re: bin/6332: time.h doesn't compile with -traditional Reply-To: Thomas David Rivers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6332; it has been noted by GNATS. From: Thomas David Rivers To: bde@zeta.org.au, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/6332: time.h doesn't compile with -traditional Date: Fri, 17 Apr 1998 15:37:09 -0400 (EDT) Bruce Evans writes: > The following reply was made to PR bin/6332; it has been noted by GNATS. > > From: Bruce Evans > To: FreeBSD-gnats-submit@FreeBSD.ORG, sastdr@unx.sas.com > Cc: Subject: Re: bin/6332: time.h doesn't compile with -traditional > Date: Sat, 18 Apr 1998 04:05:28 +1000 > > >>Description: > > > > I continue to compile some software with -traditional; because > > it may not compile on other hosts and I'd like to "catch" this on > > FreeBSD before it gets there. > >... > >>Fix: > > > > Replace uses of 'const' with the __const keyword defined in cdefs.h. > > `const' is used on about 561 lines in /usr/include/*.h, 244 lines in > /usr/include/sys/*.h, ... It is too late to uglify them all. It's too late? I didn't know changes were limited by the calendar :-) Granted, it may be too late for 2.2.6 (certainly) and likely even 3.0, but what about future versions? > > defines away `const' (and other ANSI-only keywords) > unless NO_ANSI_KEYWORDS or __GNUC__ is defined. It is assumed that > `gcc -traditional' is only used to compile dusty code that uses > these keywords as normal identifiers. If your code doesn't have > such identifiers then you can easily define away the identifiers > directly by compiling with `gcc -traditional -Dconst='. Umm... that's not the assumption I was using. And, it would seem that, even if that's the assumption, it doesn't work... I can by the statement that "-traditional simply doesn't work" - if that's what we want to make... seems to me, given the assumption I was making (see next paragraph) that making -tradition "work" is worthwhile, for some... I was using gcc -traditional to ensure my code will compile on platforms where I don't have an ANSI compiler... as a test case. And, I then discovered FreeBSD's code wouldn't work there either... I agree, your point of defining 'const' away is a good workaround. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 15:00:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10939 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 15:00:47 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10757; Fri, 17 Apr 1998 15:00:06 -0700 (PDT) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09072; Fri, 17 Apr 1998 14:56:02 -0700 (PDT) (envelope-from nobody) Message-Id: <199804172156.OAA09072@hub.freebsd.org> Date: Fri, 17 Apr 1998 14:56:02 -0700 (PDT) From: darth@vader.dk To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: gnu/6338: Gnu tar not working properly with the -G option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6338 >Category: gnu >Synopsis: Gnu tar not working properly with the -G option >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 Apr 17 15:00:02 PDT 1998 >Last-Modified: >Originator: Chris Larsen >Organization: Babel: Internet Café >Release: 2.2.5 >Environment: FreeBSD ns.babel.dk 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #1: Sat Apr 4 22:18:38 CEST 1998 vader@ns.babel.dk:/usr/src/sys/compile /PixieOS i386 >Description: When using the -G option of 'tar' the operation gives strange error: tar: Can't write to (null) : Bad address >How-To-Repeat: Example script: " #!/bin/csh # Dump thingie set now = `date -u` set then = `cat date.dump` tar -G -z -c -v \ -f /home/backup/incr.tgz \ -N "$then" \ -V "Dump from $then to $now" \ /home/vader1 echo $now > date.dump " Example output: " Dump from Fri Apr 17 02:23:53 GMT 1998 to Fri Apr 17 21:51:27 GMT 1998 tar: Directory /home/vader1/bin is new tar: Directory /home/vader1/etc is new tar: Removing leading / from absolute path names in the archive. home/vader1/ home/vader1/bin/ home/vader1/etc/ home/vader1/bin/compress home/vader1/bin/cpio home/vader1/bin/gzip home/vader1/bin/ls home/vader1/bin/tar home/vader1/bin/zcat tar: Can't write to (null) : Bad address " tar --version -> "GNU tar version 1.11.2" nothing is broken, as far as i can examine, the tar archive works. >Fix: Solution: Upgrade to version "tar (GNU tar) 1.12", solves the problem. Time to do an upgrade of the distributed binary ? or is it fixed in 3.x ? >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 Apr 17 15:39:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22476 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 15:39:54 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22460; Fri, 17 Apr 1998 22:39:48 GMT (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA12508; Fri, 17 Apr 1998 15:39:32 -0700 (PDT) Date: Fri, 17 Apr 1998 15:39:32 -0700 (PDT) Message-Id: <199804172239.PAA12508@freefall.freebsd.org> To: mellon@pobox.com, des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6108 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Spelling typos in source comments State-Changed-From-To: open-closed State-Changed-By: des State-Changed-When: Fri Apr 17 15:22:07 PDT 1998 State-Changed-Why: Patch painstakingly applied, thanks. You have too much free time ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 15:52:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25225 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 15:52:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25158; Fri, 17 Apr 1998 22:51:46 GMT (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA12608; Fri, 17 Apr 1998 15:51:29 -0700 (PDT) Date: Fri, 17 Apr 1998 15:51:29 -0700 (PDT) Message-Id: <199804172251.PAA12608@freefall.freebsd.org> To: street@iName.com, des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6333 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: periodic daily mail queue check fails State-Changed-From-To: open-closed State-Changed-By: des State-Changed-When: Fri Apr 17 15:47:03 PDT 1998 State-Changed-Why: Patch applied, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 18:40:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04697 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 18:40:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04664; Fri, 17 Apr 1998 18:40:05 -0700 (PDT) (envelope-from gnats) Received: from duey.hs.wolves.k12.mo.us (cdillon@duey.hs.wolves.k12.mo.us [207.160.214.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA03247 for ; Sat, 18 Apr 1998 01:33:59 GMT (envelope-from cdillon@duey.hs.wolves.k12.mo.us) Received: (from cdillon@localhost) by duey.hs.wolves.k12.mo.us (8.8.7/8.8.7) id UAA04365; Fri, 17 Apr 1998 20:33:55 -0500 (CDT) (envelope-from cdillon) Message-Id: <199804180133.UAA04365@duey.hs.wolves.k12.mo.us> Date: Fri, 17 Apr 1998 20:33:55 -0500 (CDT) From: cdillon@wolves.k12.mo.us Reply-To: cdillon@wolves.k12.mo.us To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/6339: Add natd support to rc's, fix natd manpage Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6339 >Category: conf >Synopsis: Add natd support to rc's, fix natd manpage >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 17 18:40:01 PDT 1998 >Last-Modified: >Originator: Chris Dillon >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Stable sources as of 04/17/98 >Description: Add configuration data to /etc/rc.conf,rc.network,rc.firewall,services to facilitate easy configuration of natd (as if it wasn't already easy, but that's beside the point when you're a newbie). Also fix an inconsistency in the natd(1) manual page. -i is incorrectly given as the option to use for the network interface in the synopsis. -n is the correct option. I hope the diffs are acceptable. I found the neat cvs -q diff -u command. :-) Feel free to re-arrange my placement of items in the various rc's to follow historical precedences and what not. Hopefully I did good enough already. >How-To-Repeat: >Fix: Index: etc/rc.conf =================================================================== RCS file: /devel/ncvs/src/etc/rc.conf,v retrieving revision 1.1.2.40 diff -u -r1.1.2.40 rc.conf --- rc.conf 1998/03/15 16:39:41 1.1.2.40 +++ rc.conf 1998/04/18 00:55:10 @@ -102,6 +102,9 @@ arpproxy_all="" # replaces obsolete kernel option ARP_PROXYALL. forward_sourceroute="NO" # do source routing (only if gateway_enable is set to "YES") accept_sourceroute="NO" # accept source routed packets to us +natd_enable="NO" # Enable natd if firewall_enable. +natd_interface="fxp0" # Public interface to use with natd if natd_enable. +natd_flags="" # Additional flags for natd. ############################################################## Index: etc/rc.firewall =================================================================== RCS file: /devel/ncvs/src/etc/rc.firewall,v retrieving revision 1.6.2.6 diff -u -r1.6.2.6 rc.firewall --- rc.firewall 1998/02/10 01:45:57 1.6.2.6 +++ rc.firewall 1998/04/18 00:57:13 @@ -58,6 +58,14 @@ $fwcmd -f flush ############ +# These rules are required for using natd. All packets are passed to natd before +# they encounter your remaining rules. The firewall rules will then be run again +# on each packet after translation by natd, minus any divert rules (see natd(8)). +if [ "X${natd_enable}" = X"YES" -a "X${natd_interface}" != X"" ]; then + $fwcmd add divert natd all from any to any via ${natd_interface} +fi + +############ # If you just configured ipfw in the kernel as a tool to solve network # problems or you just want to disallow some particular kinds of traffic # they you will want to change the default policy to open. You can also Index: etc/rc.network =================================================================== RCS file: /devel/ncvs/src/etc/rc.network,v retrieving revision 1.1.2.18 diff -u -r1.1.2.18 rc.network --- rc.network 1998/03/09 08:52:01 1.1.2.18 +++ rc.network 1998/04/18 00:48:30 @@ -256,6 +256,12 @@ if [ "X${mrouted_enable}" = X"YES" ]; then echo -n ' mrouted'; mrouted ${mrouted_flags} fi + + # Network Address Translation daemon + if [ "X${natd_enable}" = X"YES" -a "X${natd_interface}" != X"" -a "X${firewall_enable}" = X"YES" ]; then + echo -n ' natd'; natd ${natd_flags} -n ${natd_interface} + fi + echo '.' network_pass3_done=YES } Index: etc/services =================================================================== RCS file: /devel/ncvs/src/etc/services,v retrieving revision 1.27.2.16 diff -u -r1.27.2.16 services --- services 1998/03/09 02:59:21 1.27.2.16 +++ services 1998/04/18 00:44:49 @@ -1650,6 +1650,7 @@ ricardo-lm 6148/udp #Ricardo North America License Manager xdsxdm 6558/tcp xdsxdm 6558/udp +natd 6668/divert #Network Address Translation acmsoda 6969/tcp acmsoda 6969/udp afs3-fileserver 7000/tcp #file server itself >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 Apr 17 19:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06543 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 19:00:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06496; Fri, 17 Apr 1998 19:00:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 19:00:01 -0700 (PDT) Message-Id: <199804180200.TAA06496@hub.freebsd.org> To: freebsd-bugs Cc: From: Chris Dillon Subject: Re: conf/6339: Add natd support to rc's, fix natd manpage Reply-To: Chris Dillon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/6339; it has been noted by GNATS. From: Chris Dillon To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: conf/6339: Add natd support to rc's, fix natd manpage Date: Fri, 17 Apr 1998 20:50:22 -0500 (CDT) Oops. Left the diff to fix the manpage out of that. Index: natd.8 =================================================================== RCS file: /devel/ncvs/src/usr.sbin/natd/natd.8,v retrieving revision 1.4.2.7 diff -u -r1.4.2.7 natd.8 --- natd.8 1998/02/20 15:42:05 1.4.2.7 +++ natd.8 1998/04/18 00:58:32 @@ -15,7 +15,7 @@ .Op Fl o Ar outport .Op Fl p Ar port .Op Fl a Ar address -.Op Fl i Ar interface +.Op Fl n Ar interface .Op Fl f Ar configfile .Nm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 21:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24950 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 21:30:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24915; Fri, 17 Apr 1998 21:30:06 -0700 (PDT) (envelope-from gnats) Received: from adv-pc-1.lbl.gov ([128.3.196.189]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23725 for ; Sat, 18 Apr 1998 04:26:30 GMT (envelope-from jin@adv-pc-1.lbl.gov) Received: (from jin@localhost) by adv-pc-1.lbl.gov (8.8.8/8.8.8) id VAA11173; Fri, 17 Apr 1998 21:25:22 -0700 (PDT) (envelope-from jin) Message-Id: <199804180425.VAA11173@adv-pc-1.lbl.gov> Date: Fri, 17 Apr 1998 21:25:22 -0700 (PDT) From: Jin Guojun (ITG staff) Reply-To: jin@adv-pc-1.lbl.gov To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/6340: missing the terminfo, which causes libraries failure Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6340 >Category: misc >Synopsis: missing the terminfo, which causes libraries failure >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 17 21:30:04 PDT 1998 >Last-Modified: >Originator: Jin Guojun (ITG staff) >Organization: >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: All release >Description: It seems that the libncurses failure is caused by missing terminfo. (xxgdb) where #0 0x8068552 in has_colors () at lib_color.c:85 #1 0x1fa8a in Initialize_Color_Screen () at color.c:143 #2 0x17f36 in Initialize_Terminal () at terminal.c:162 #3 0x1db4c in Curses_Initialization () at curses_ui.c:1884 #4 0x1e95 in main (argc=1, argv=0xefbfd5dc) at bridge.c:261 (xxgdb) p orig_pair No symbol "orig_pair" in current context. ...... int has_colors() { return ((orig_pair != NULL) && (max_colors != -1) && (max_pairs != -1) && (((set_foreground != NULL) && (set_background != NULL)) || ((set_a_foreground != NULL) && (set_a_background != NULL))) ); } ...... How could this line fail? By searching the libraries: FreeBSD # whereis terminfo terminfo: /usr/src/usr.bin/file/Magdir/terminfo # more /usr/src/usr.bin/file/Magdir/terminfo #------------------------------------------------------------------------------ # terminfo: file(1) magic for terminfo # # XXX - byte order for screen images? # 0 string \032\001 Compiled terminfo entry 0 short 0433 Curses screen image 0 short 0434 Curses screen image # cd /usr/src/lib/libncurses # grep orig_pair * lib_color.c: if (orig_pair != NULL) lib_color.c: putp(orig_pair); lib_color.c: return ((orig_pair != NULL) && (max_colors != -1) && (max_pairs != -1) lib_endwin.c: putp(orig_pair); lib_vidattr.c: if (orig_pair) { lib_vidattr.c: tputs(orig_pair, 1, outc); terminfo.5:\s-1orig_pair, op op Set default color-pair to original one\s+1 # man terminfo TERMINFO(5) TERMINFO(5) NAME terminfo - terminal capability data base SYNOPSIS /usr/lib/terminfo/*/* DESCRIPTION Terminfo is a data base describing terminals, used by screen-oriented programs such as vi(1), rogue(1) and ncurses(3). Terminfo describes terminals by giving a set of capabilities which they have, by specifying how to per- form screen operations, and by specifying padding require- ments and initialization sequences. ... >How-To-Repeat: # ls -l /usr/lib/terminfo/ ls: /usr/lib/terminfo/: Not a directory >Fix: need to locate the terminfo which is useful for vi and libncurses >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 Apr 17 21:30:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24984 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 21:30:11 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24939; Fri, 17 Apr 1998 21:30:07 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 21:30:07 -0700 (PDT) Message-Id: <199804180430.VAA24939@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: bin/6332: time.h doesn't compile with -traditional Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6332; it has been noted by GNATS. From: Bruce Evans To: bde@zeta.org.au, FreeBSD-gnats-submit@FreeBSD.ORG, rivers@dignus.com Cc: Subject: Re: bin/6332: time.h doesn't compile with -traditional Date: Sat, 18 Apr 1998 14:10:35 +1000 >> `const' is used on about 561 lines in /usr/include/*.h, 244 lines in >> /usr/include/sys/*.h, ... It is too late to uglify them all. > > It's too late? I didn't know changes were limited by the calendar :-) >Granted, it may be too late for 2.2.6 (certainly) and likely even 3.0, >but what about future versions? ANSI C has been standard for about 10 years now. BSD4.4 never fully supported K&R 5 years ago (it requires separate libraries compiled with -traditional for compatibility ...), so why should we start now? >> defines away `const' (and other ANSI-only keywords) >> unless NO_ANSI_KEYWORDS or __GNUC__ is defined. It is assumed that >> `gcc -traditional' is only used to compile dusty code that uses >> these keywords as normal identifiers. If your code doesn't have >> such identifiers then you can easily define away the identifiers >> directly by compiling with `gcc -traditional -Dconst='. > > Umm... that's not the assumption I was using. You have to read the "documentation" for -traditional support (cdefs.h). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 21:50:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28890 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 21:50:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28871; Fri, 17 Apr 1998 21:50:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 21:50:01 -0700 (PDT) Message-Id: <199804180450.VAA28871@hub.freebsd.org> To: freebsd-bugs Cc: From: Ian West Subject: Re: kern/6252: ide cdrom hangs system when on same bus as ide zip drive Reply-To: Ian West Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6252; it has been noted by GNATS. From: Ian West To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/6252: ide cdrom hangs system when on same bus as ide zip drive Date: Sat, 18 Apr 1998 14:13:37 +0930 (CST) I have isolated this problem, and have fixed it on my machine. It is due to only a single state variable being kept for the ide channel to determine the ability of the drive to do an interupt during the command phase of a transaction (intrcmd). If one of your devices can, and the other cannot, then the one that cannot will always hang the system when accessed. My solution to this, which may well not be the best one :-) is to keep an array of two variables, one for each drive. This has been running flawlessly for a week or so now, and may be of some use. The following patches are applied against 3.0 current, but as far as I can see, should work anywhere with a few changes. They are pretty simple. atapi.h and atapi.c need to be changed very slightly. ====================================================================== *** atapi.h Sun Mar 1 18:57:29 1998 --- /root/atapi.h Sat Apr 11 11:24:07 1998 *************** *** 241,249 **** struct atapi { /* ATAPI controller data */ u_short port; /* i/o port base */ u_char ctrlr; /* physical controller number */ u_char debug : 1; /* trace enable flag */ u_char cmd16 : 1; /* 16-byte command flag */ - u_char intrcmd : 1; /* interrupt before cmd flag */ u_char slow : 1; /* slow reaction device */ u_char use_dsc : 1; /* use DSC completition handeling */ u_char wait_for_dsc : 1; --- 241,249 ---- struct atapi { /* ATAPI controller data */ u_short port; /* i/o port base */ u_char ctrlr; /* physical controller number */ + u_char intrcmd[2]; /* interrupt before cmd flag */ u_char debug : 1; /* trace enable flag */ u_char cmd16 : 1; /* 16-byte command flag */ u_char slow : 1; /* slow reaction device */ u_char use_dsc : 1; /* use DSC completition handeling */ u_char wait_for_dsc : 1; ====================================================================== *** atapi.c Sun Mar 1 18:57:27 1998 --- /root/atapi.c Sat Apr 11 11:24:07 1998 *************** *** 218,229 **** /* DRQ type */ switch (ap->drqtype) { case AT_DRQT_MPROC: ata->slow = 1; break; ! case AT_DRQT_INTR: printf (", intr"); ata->intrcmd = 1; break; case AT_DRQT_ACCEL: printf (", accel"); break; default: printf (", drq%d", ap->drqtype); } if (ata->slow) ! ata->intrcmd = 0; /* overlap operation supported */ if (ap->ovlapflag) --- 218,229 ---- /* DRQ type */ switch (ap->drqtype) { case AT_DRQT_MPROC: ata->slow = 1; break; ! case AT_DRQT_INTR: printf (", intr"); ata->intrcmd[unit] = 1; break; case AT_DRQT_ACCEL: printf (", accel"); break; default: printf (", drq%d", ap->drqtype); } if (ata->slow) ! ata->intrcmd[unit] = 0; /* overlap operation supported */ if (ap->ovlapflag) *************** *** 575,582 **** atapi_done (ata); goto again; } ! ! if (ata->intrcmd) /* Wait for interrupt before sending packet command */ return (1); --- 575,581 ---- atapi_done (ata); goto again; } ! if (ata->intrcmd[ac->unit]) /* Wait for interrupt before sending packet command */ return (1); *************** *** 632,638 **** int atapi_wait_cmd (struct atapi *ata, struct atapicmd *ac) { /* Wait for DRQ from 50 usec to 3 msec for slow devices */ ! int cnt = ata->intrcmd ? 10000 : ata->slow ? 3000 : 50; int ireason = 0, phase = 0; /* Wait for command phase. */ --- 631,637 ---- int atapi_wait_cmd (struct atapi *ata, struct atapicmd *ac) { /* Wait for DRQ from 50 usec to 3 msec for slow devices */ ! int cnt = ata->intrcmd[ac->unit] ? 10000 : ata->slow ? 3000 : 50; int ireason = 0, phase = 0; /* Wait for command phase. */ ====================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 17 23:50:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13663 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 23:50:16 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13653 for ; Sat, 18 Apr 1998 06:50:12 GMT (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id QAA11104; Sat, 18 Apr 1998 16:45:41 +1000 Date: Sat, 18 Apr 1998 16:45:41 +1000 From: Bruce Evans Message-Id: <199804180645.QAA11104@godzilla.zeta.org.au> To: freebsd-bugs@hub.freebsd.org, rivers@dignus.com Subject: Re: bin/6332: time.h doesn't compile with -traditional Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > >Fix: > > > > Replace uses of 'const' with the __const keyword defined in cdefs.h. > > > > Let me add to that, that uses of "const" for prototype definitions > aren't the problem; it's uses of "const" outside of the __P() macro. This may be another bug :-). cdefs.h gives a null __P() for all non-ANSI compilers although `gcc -traditional' supports prototypes. > I imagine such uses are more infrequent. Yes, but they are still frequent. My header checker reports about 36 headers that compile with `gcc -traditional -Dconst= -Dvolatile=' but not with `gcc -traditional'. is the most annoying of these because it is included by many other headers, so it is worth fixing. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 03:04:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03545 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 03:04:47 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03520; Sat, 18 Apr 1998 10:04:41 GMT (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA16020; Sat, 18 Apr 1998 03:04:21 -0700 (PDT) Date: Sat, 18 Apr 1998 03:04:21 -0700 (PDT) Message-Id: <199804181004.DAA16020@freefall.freebsd.org> To: brian@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, brian@FreeBSD.ORG Subject: Re: conf/6339 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add natd support to rc's, fix natd manpage Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Sat Apr 18 03:04:01 PDT 1998 Responsible-Changed-Why: I'll do the commit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 03:38:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06740 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 03:38:42 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (nsmart@ts01-51.waterford.indigo.ie [194.125.139.114]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06721 for ; Sat, 18 Apr 1998 10:38:36 GMT (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id LAA00363; Sat, 18 Apr 1998 11:36:56 +0100 (IST) (envelope-from rotel@indigo.ie) From: Niall Smart Message-Id: <199804181036.LAA00363@indigo.ie> Date: Sat, 18 Apr 1998 11:36:56 +0000 In-Reply-To: Bruce Evans "Re: bin/6332: time.h doesn't compile with -traditional" (Apr 17, 9:30pm) Reply-To: rotel@indigo.ie X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: Bruce Evans , freebsd-bugs@hub.freebsd.org Subject: Re: bin/6332: time.h doesn't compile with -traditional Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Apr 17, 9:30pm, Bruce Evans wrote: } Subject: Re: bin/6332: time.h doesn't compile with -traditional > > It's too late? I didn't know changes were limited by the calendar :-) > >Granted, it may be too late for 2.2.6 (certainly) and likely even 3.0, > >but what about future versions? > > ANSI C has been standard for about 10 years now. BSD4.4 never fully > supported K&R 5 years ago (it requires separate libraries compiled > with -traditional for compatibility ...), so why should we start now? Couldn't agree more, all new code should use int main(int argc, char** argv) instead of int main(argc, argv) int argc; char **argv; IMO. We should also be investigating the usefulness of some of the features of the C++ programming language. Niall -- Niall Smart. finger njs3@doc.ic.ac.uk for PGP key FreeBSD: Turning PC's into Workstations, www.freebsd.org Annoy your enemies and astonish your friends: echo "#define if(x) if (!(x))" >> /usr/include/stdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 06:46:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA11172 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 06:46:27 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11157; Sat, 18 Apr 1998 13:46:23 GMT (envelope-from stark@FreeBSD.org) From: Gene Stark Received: (from stark@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA14003; Sat, 18 Apr 1998 06:46:03 -0700 (PDT) Date: Sat, 18 Apr 1998 06:46:03 -0700 (PDT) Message-Id: <199804181346.GAA14003@freefall.freebsd.org> To: gfoster@gfoster.com, stark@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/4679 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xtend(8) doesn't handle the "dump" command correctly State-Changed-From-To: open-closed State-Changed-By: stark State-Changed-When: Sat Apr 18 06:43:45 PDT 1998 State-Changed-Why: Suggested patch committed to -CURRENT and RELENG_2_2. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 07:20:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16348 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 07:20:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16342 for ; Sat, 18 Apr 1998 14:20:04 GMT (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id HAA22698; Sat, 18 Apr 1998 07:19:51 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: rotel@indigo.ie cc: Bruce Evans , freebsd-bugs@hub.freebsd.org Subject: Re: bin/6332: time.h doesn't compile with -traditional In-reply-to: Your message of "Sat, 18 Apr 1998 11:36:56 -0000." <199804181036.LAA00363@indigo.ie> Date: Sat, 18 Apr 1998 07:19:51 -0700 Message-ID: <22695.892909191@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Couldn't agree more, all new code should use > > int main(int argc, char** argv) Or even: int main(int argc, char *argv[]) If you ever want to create tags for the code. ;) Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 07:39:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18749 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 07:39:56 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from elvis.vnet.net (elvis.vnet.net [166.82.1.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18740 for ; Sat, 18 Apr 1998 14:39:53 GMT (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by elvis.vnet.net (8.8.8/8.8.4) with ESMTP id KAA02623; Sat, 18 Apr 1998 10:39:38 -0400 (EDT) Received: from lakes.dignus.com (lakes [10.0.0.3]) by dignus.com (8.8.5/8.8.5) with ESMTP id LAA25318; Sat, 18 Apr 1998 11:07:51 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.8.7/8.6.9) id KAA09701; Sat, 18 Apr 1998 10:44:21 -0400 (EDT) Date: Sat, 18 Apr 1998 10:44:21 -0400 (EDT) From: Thomas David Rivers Message-Id: <199804181444.KAA09701@lakes.dignus.com> To: jkh@time.cdrom.com, rotel@indigo.ie Subject: Re: bin/6332: time.h doesn't compile with -traditional Cc: bde@zeta.org.au, freebsd-bugs@hub.freebsd.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > Couldn't agree more, all new code should use > > > > int main(int argc, char** argv) > > Or even: > > int > main(int argc, char *argv[]) > > If you ever want to create tags for the code. ;) > > Jordan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > Ok - before this degrades into the typical "ANSI is better" argument; let's just capitulate and say "yes - all new code should be ANSI." Now; let's examine another possible situation, which we may want to allow, or may want to not worry about. In my instance, I'm trying to write some rather portable software. This software has to compile, on other platforms, with a non-ANSI compiler... so, for that reason, I can only conditionally use ANSI-isms. In the past, I was using gcc -traditional on FreeBSD as a screening test before the software was compiled on the non-ANSI host. This would quickly catch issues and give the developer writing the code an opportunity to discover the issue before there had to be some massive "we've got to fix this to compile on platform X" issue later. If we decide that gcc -traditional isn't going to work with our system headers, then I can no longer employ that screening test (without editing the headers, which is what I've tended to do for several versions of FreeBSD now...) So - you see, I agree - all new code, when possible, should use the appropriate ANSI features... but I don't see a compeling reason to want to disallow those situations where we can't. [By the way, the host in question is an RS/6000 with IBM's XLC compiler, it has *way* too many bugs for us to use..., the non-ANSI version seems a little more robust... and, we can't upgrade to newer ones because we're stuck at AIX 3.2.5; for support reasons.] - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 08:17:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24207 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 08:17:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24190 for ; Sat, 18 Apr 1998 15:17:01 GMT (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id IAA22917; Sat, 18 Apr 1998 08:16:38 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Thomas David Rivers cc: rotel@indigo.ie, bde@zeta.org.au, freebsd-bugs@hub.freebsd.org Subject: Re: bin/6332: time.h doesn't compile with -traditional In-reply-to: Your message of "Sat, 18 Apr 1998 10:44:21 EDT." <199804181444.KAA09701@lakes.dignus.com> Date: Sat, 18 Apr 1998 08:16:38 -0700 Message-ID: <22913.892912598@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Ok - before this degrades into the typical "ANSI is better" argument; Um, my point had absolutely nothing to do with ANSI. Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 14:26:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02690 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 14:26:59 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from salmon.maths.tcd.ie (mmdf@salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA02682 for ; Sat, 18 Apr 1998 21:26:56 GMT (envelope-from dwmalone@maths.tcd.ie) Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Apr 98 22:26:55 +0100 (BST) To: Eivind Eklund cc: Peter Wemm , Bruce Evans , freebsd-bugs@hub.freebsd.org Subject: Re: bin/6124: Getting md5 to reset access times. In-reply-to: Your message of "Fri, 27 Mar 1998 17:05:19 +0100." <19980327170519.42224@follo.net> Date: Sat, 18 Apr 1998 22:26:48 +0100 From: David Malone Message-ID: <9804182226.aa15848@salmon.maths.tcd.ie> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Bruce Evans wrote: > > I wonder if the 'no' prefix could be used without too much drama? > > ie: mount -u -o noasync /home vs. mount -u -o async /home. I've done a patch to 2.2 mount which does this sort of thing. It will allow you to do things like: mount -u -o fstab,noasync /home mount -u -o cur,atime /news/spool mount -u -o cur,noatime /news/spool Where "fstab" expands to the options listed in fstab and "cur" expands to the options currently in use (as reported by mount -p). The option furtherest to the right winns out, so if you say: mount -u -o atime,noatime / It will be "expanded" to: mount -u -o noatime / The behavior of mount should only be different if you give conflicting options, (futherest right wins instead of non-default wins). I've also corrected+updated the bit of the man page which claims -u always starts with options listed in fstab. If someone thinks this is useful, and it is likely to be committed I'll do a version for CURRENT. (BTW - the mount code is in a bit of a mess - it gets the names of options from mntopts.h, mount.c:optnames and mount.c:putfsent). David. diff -crw /usr/src/sbin/mount/mount.8 /var/tmp/mount/mount.8 *** /usr/src/sbin/mount/mount.8 Thu Dec 4 23:04:38 1997 --- /var/tmp/mount/mount.8 Sat Apr 18 22:03:55 1998 *************** *** 108,119 **** --- 108,132 ---- flag to set, and should not be used unless you are prepared to recreate the file system should your system crash. + .It cur + When using the + .Fl u + flag this is the same as giving the options currently in effect. To + see what these options are you can use the + .Fl p + flag. .It force The same as .Fl f ; forces the revocation of write access when trying to downgrade a filesystem mount status from read-write to read-only. Also forces the R/W mount of an unclean filesystem (dangerous; use with caution). + .It fstab + When using the + .Fl u + this is the same as giving all the options listed in the + .Xr fstab 5 + file for the filesystem. .It noatime Do not update the file access time when reading from a file. This option is useful on filesystems where there are large numbers of files and *************** *** 253,263 **** files on the filesystem are currently open for writing unless the .Fl f flag is also specified. ! The set of options is determined by first extracting the options ! for the file system from the ! .Xr fstab ! table, ! then applying any options specified by the .Fl o argument, and finally applying the --- 266,273 ---- files on the filesystem are currently open for writing unless the .Fl f flag is also specified. ! The set of options is determined by ! applying any options specified by the .Fl o argument, and finally applying the diff -crw /usr/src/sbin/mount/mount.c /var/tmp/mount/mount.c *** /usr/src/sbin/mount/mount.c Thu Mar 5 00:59:24 1998 --- /var/tmp/mount/mount.c Sat Apr 18 21:49:38 1998 *************** *** 71,81 **** --- 71,84 ---- const char **makevfslist __P((char *)); void mangle __P((char *, int *, const char **)); + char *update_options __P((char *,char *,int)); int mountfs __P((const char *, const char *, const char *, int, const char *, const char *)); + void remopt __P((char *,const char *)); void prmount __P((const char *, const char *, int)); void usage __P((void)); void putfsent __P((const struct statfs *)); + char *flags2opts __P((int)); /* From mount_ufs.c. */ int mount_ufs __P((int, char * const *)); *************** *** 215,220 **** --- 218,224 ---- errx(1, "can't find fstab entry for %s.", *argv); /* If it's an update, ignore the fstab file options. */ + options = update_options(options,fs->fs_mntops,mntbuf->f_flags); fs->fs_mntops = NULL; mntonname = mntbuf->f_mntonname; } else { *************** *** 547,552 **** --- 551,624 ---- *argcp = argc; } + char * + update_options(opts, fstab, curflags) + char *opts; + char *fstab; + int curflags; + { + char *o,*p; + char *cur; + char *expopt, *newopt, *tmpopt; + + if(opts == NULL) + return strdup(""); + + remopt(fstab,"fstab"); + remopt(fstab,"cur"); + cur = flags2opts(curflags); + + expopt = NULL; + for ( p = opts; (o = strsep(&p, ",")) != NULL; ) { + if (strcmp("fstab",o) == 0) + expopt = catopt(expopt,fstab); + else if (strcmp("cur",o) == 0) + expopt = catopt(expopt,cur); + else + expopt = catopt(expopt,o); + } + free(opts); + + newopt = NULL; + for ( p = expopt; (o = strsep(&p, ",")) != NULL; ) { + if ( (tmpopt = malloc( strlen(o) + 2 + 1 )) == NULL) + err(1,NULL); + + strcpy(tmpopt,"no"); + strcat(tmpopt,o); + remopt(newopt,tmpopt); + free(tmpopt); + + if (strncmp("no",o,2) == 0) remopt(newopt,o+2); + newopt = catopt(newopt,o); + } + free(expopt); + + return newopt; + } + + void + remopt(string,opt) + char *string; + const char *opt; + { + char *o,*p,*r; + + if (string == NULL || *string == '\0' || opt == NULL || *opt == '\0') + return; + + r = string; + + for ( p = string; (o = strsep(&p, ",")) != NULL; ) { + if ( strcmp(opt,o) != 0 ) { + if (*r == ',' && *o != '\0') r++; + while( (*r++ = *o++) != '\0' ); + *--r = ','; + } + } + *r = '\0'; + } + void usage() { *************** *** 565,596 **** const struct statfs *ent; { struct fstab *fst; printf ("%s\t%s\t%s %s", ent->f_mntfromname, ent->f_mntonname, mnttype[ent->f_type], ! (ent->f_flags & MNT_RDONLY) ? "ro" : "rw"); ! ! if (ent->f_flags & MNT_SYNCHRONOUS) ! printf (",sync"); ! ! if (ent->f_flags & MNT_NOEXEC) ! printf (",noexec"); ! ! if (ent->f_flags & MNT_NOSUID) ! printf (",nosuid"); ! ! if (ent->f_flags & MNT_NODEV) ! printf (",nodev"); ! ! if (ent->f_flags & MNT_UNION) ! printf (",union"); ! ! if (ent->f_flags & MNT_ASYNC) ! printf (",async"); ! ! if (ent->f_flags & MNT_NOATIME) ! printf (",noatime"); if (fst = getfsspec (ent->f_mntfromname)) printf ("\t%u %u\n", fst->fs_freq, fst->fs_passno); --- 637,650 ---- const struct statfs *ent; { struct fstab *fst; + char *opts; + opts = flags2opts(ent->f_flags); printf ("%s\t%s\t%s %s", ent->f_mntfromname, ent->f_mntonname, mnttype[ent->f_type], ! opts); ! free(opts); if (fst = getfsspec (ent->f_mntfromname)) printf ("\t%u %u\n", fst->fs_freq, fst->fs_passno); *************** *** 600,603 **** --- 654,676 ---- printf ("\t1 1\n"); else printf ("\t0 0\n"); + } + + char * + flags2opts(flags) + int flags; + { + char *res; + + res = NULL; + + res = catopt(res,(flags & MNT_RDONLY) ? "ro" : "rw"); + + if (flags & MNT_SYNCHRONOUS) res = catopt(res, "sync"); + if (flags & MNT_NOEXEC) res = catopt(res, "noexec"); + if (flags & MNT_NOSUID) res = catopt(res, "nosuid"); + if (flags & MNT_NODEV) res = catopt(res, "nodev"); + if (flags & MNT_UNION) res = catopt(res, "union"); + if (flags & MNT_ASYNC) res = catopt(res, "async"); + if (flags & MNT_NOATIME) res = catopt(res, "noatime"); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 15:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14986 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 15:20:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14979; Sat, 18 Apr 1998 15:20:02 -0700 (PDT) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13548; Sat, 18 Apr 1998 15:12:56 -0700 (PDT) (envelope-from nobody) Message-Id: <199804182212.PAA13548@hub.freebsd.org> Date: Sat, 18 Apr 1998 15:12:56 -0700 (PDT) From: gedas@tdd.lt To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/6344: cy driver is outdated Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6344 >Category: kern >Synopsis: cy driver is outdated >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 18 15:20:01 PDT 1998 >Last-Modified: >Originator: Gediminas Vilutis >Organization: >Release: 2.2.6-STABLE >Environment: FreeBSD 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Sat Apr 11 14:38:55 CEST 1998 >Description: Cirrus Logic, maker of CD1400 chip, introduced new version of their chip. Cyclades multiport cards were redesigned in order to use this new chip. Current cy.c driver (1.41.2.3) do not work with new cards. >How-To-Repeat: Install new Cyclades multi port card and try to use it with current cy.c driver >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 16:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28092 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 16:40:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28084; Sat, 18 Apr 1998 16:40:02 -0700 (PDT) (envelope-from gnats) Received: from xyzzy.machaon.ru (dial57037.mtu-net.ru [195.34.57.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27967 for ; Sat, 18 Apr 1998 23:38:49 GMT (envelope-from dima@xyzzy.machaon.ru) Received: (from dima@localhost) by xyzzy.machaon.ru (8.8.8/8.8.5) id DAA07927; Sun, 19 Apr 1998 03:38:28 +0400 (MSD) Message-Id: <199804182338.DAA07927@xyzzy.machaon.ru> Date: Sun, 19 Apr 1998 03:38:28 +0400 (MSD) From: Dmitry Khrustalev Reply-To: dima@xyzzy.machaon.ru To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6345: ctime_r is not implemented Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6345 >Category: bin >Synopsis: ctime_r is not implemented >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: Sat Apr 18 16:40:01 PDT 1998 >Last-Modified: >Originator: Dmitry Khrustalev >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 3.0-CURRENT i386 >Description: ctime_r and asctime_r are not implemented. prototypes in time.h do not match POSIX. >How-To-Repeat: >Fix: Apply the following patch: diff -r -u lib/libc/stdtime.ORIG/asctime.c lib/libc/stdtime/asctime.c --- lib/libc/stdtime.ORIG/asctime.c Sun Apr 19 02:22:15 1998 +++ lib/libc/stdtime/asctime.c Sun Apr 19 03:04:11 1998 @@ -18,9 +18,20 @@ ** A la X3J11, with core dump avoidance. */ + char * asctime(timeptr) -register const struct tm * timeptr; +const struct tm * timeptr; +{ + static char result[3 * 2 + 5 * INT_STRLEN_MAXIMUM(int) + + 3 + 2 + 1 + 1]; + return(asctime_r(timeptr, result)); +} + +char * +asctime_r(timeptr, result) +const struct tm * timeptr; +char *result; { static const char wday_name[][3] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" @@ -36,8 +47,6 @@ ** three explicit spaces, two explicit colons, a newline, ** and a trailing ASCII nul). */ - static char result[3 * 2 + 5 * INT_STRLEN_MAXIMUM(int) + - 3 + 2 + 1 + 1]; register const char * wn; register const char * mn; Only in lib/libc/stdtime: asctime.c.orig diff -r -u lib/libc/stdtime.ORIG/localtime.c lib/libc/stdtime/localtime.c --- lib/libc/stdtime.ORIG/localtime.c Sun Apr 19 02:22:14 1998 +++ lib/libc/stdtime/localtime.c Sun Apr 19 03:28:56 1998 @@ -1345,6 +1345,15 @@ return asctime(localtime(timep)); } +char * +ctime_r(timep, buf) +const time_t * const timep; +char *buf; +{ + struct tm tm; + return asctime_r(localtime_r(timep, &tm), buf); +} + /* ** Adapted from code provided by Robert Elz, who writes: ** The "best" way to do mktime I think is based on an idea of Bob Only in lib/libc/stdtime: localtime.c.orig --- include/time.h.ORIG Sat Apr 4 20:16:36 1998 +++ include/time.h Sun Apr 19 03:04:11 1998 @@ -128,8 +128,8 @@ time_t time __P((time_t *)); #ifdef _THREAD_SAFE -int asctime_r __P((const struct tm *, char *, int)); -int ctime_r __P((const time_t *, char *, int)); +char *asctime_r __P((const struct tm *, char *)); +char *ctime_r __P((const time_t *, char *)); struct tm *gmtime_r __P((const time_t *, struct tm *)); struct tm *localtime_r __P((const time_t *, struct tm *)); #endif >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 17:30:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08628 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 17:30:13 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08615; Sat, 18 Apr 1998 17:30:04 -0700 (PDT) (envelope-from gnats) Received: from shrimp.dataplex.net (shrimp.dataplex.net [208.2.87.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08160 for ; Sun, 19 Apr 1998 00:27:54 GMT (envelope-from rkw@shrimp.dataplex.net) Received: (from root@localhost) by shrimp.dataplex.net (8.8.8/8.8.5) id TAA28547; Sat, 18 Apr 1998 19:27:49 -0500 (CDT) Message-Id: <199804190027.TAA28547@shrimp.dataplex.net> Date: Sat, 18 Apr 1998 19:27:49 -0500 (CDT) From: rkw@Dataplex.Net Reply-To: rkw@Dataplex.Net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/6346: Patch to HELP track source dates Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6346 >Category: conf >Synopsis: Kernel version strings need to relate to the source not the build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 18 17:30:01 PDT 1998 >Last-Modified: >Originator: Richard Wackerbarth >Organization: The Digital Dataplex >Release: FreeBSD 3.0-CURRENT i386 >Environment: Anyone building from stale sources >Description: When someone reports a problem, there is always confusion because the date that they BUILD a kernel is not a reliable indicator of the version of the source tree from which they built it. >How-To-Repeat: Extract the sources from the CVS tree using some past date. Build a kernel. Note that the date in the version is the current date rather than the date of the sources. The kernel is actually much closer to matching one from many days ago rather than one produced from today's tree. >Fix: Place a file in the tree that represents the date of the source tree rather than the current date. Until this is done, each user can approximate that date by locally building the file at the time that he updates their source. For Example: (Assuming that the CVSup server is up-to-date) shrimp: {66} cat ~library/bin/do-CVSUP #!/bin/sh /usr/local/sbin/cvsup supfile.cvsup TODAY=`date +%C%y%m%d` cat >/usr/src/.timestamp < SNAPDATE="`sed "s/#define FreeBSD_Source_Timestamp //" RELEASE="${REVISION}-${SNAPDATE}" 85c85 < v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date` --- > v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date +%D` 93c93 < \"${VERSION} #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" >>vers.c --- > \"$1 #${v}: ${t}\\n\";" >>vers.c Please note that I intentionally use the #define construct so that it is possible to #include the file in a "C" program. It is much easier to strip off the unneeded portion in the shell script than it would be to attempt to generate the #define version at compile time. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 23:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22306 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 23:20:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22289; Sat, 18 Apr 1998 23:20:04 -0700 (PDT) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21405; Sat, 18 Apr 1998 23:15:12 -0700 (PDT) (envelope-from nobody) Message-Id: <199804190615.XAA21405@hub.freebsd.org> Date: Sat, 18 Apr 1998 23:15:12 -0700 (PDT) From: orokotan@silo.csci.unt.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/6347: I can not launch Xwindow by typing xinit or startx. Daemon said "waiting for X-Server to shutdown". I have been using X-Window for about 6months now, and I enjoed the OS very much. My problem started when I typed "xdm -nodaemon" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6347 >Category: bin >Synopsis: I can not launch Xwindow by typing xinit or startx. Daemon said "waiting for X-Server to shutdown". I have been using X-Window for about 6months now, and I enjoed the OS very much. My problem started when I typed "xdm -nodaemon" >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: support >Submitter-Id: current-users >Arrival-Date: Sat Apr 18 23:20:00 PDT 1998 >Last-Modified: >Originator: Toyin Orokotan >Organization: >Release: FreeBSD 2.2.2 >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 23:38:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA24277 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 23:38:45 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA24271; Sun, 19 Apr 1998 06:38:38 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA21379; Sat, 18 Apr 1998 23:38:13 -0700 (PDT) Date: Sat, 18 Apr 1998 23:38:13 -0700 (PDT) Message-Id: <199804190638.XAA21379@freefall.freebsd.org> To: orokotan@silo.csci.unt.edu, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6347 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I can not launch Xwindow by typing xinit or startx. Daemon said "waiting for X-Server to shutdown". I have been using X-Window for about 6months now, and I enjoed the OS very much. My problem started when I typed "xdm -nodaemon" State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sat Apr 18 23:37:15 PDT 1998 State-Changed-Why: XFree86 problems should be taken to the XFree86 group. Pilot error, why did you start xdm if you wanted to use startx ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 23:49:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25696 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 23:49:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25654; Sun, 19 Apr 1998 06:48:14 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA21550; Sat, 18 Apr 1998 23:47:48 -0700 (PDT) Date: Sat, 18 Apr 1998 23:47:48 -0700 (PDT) Message-Id: <199804190647.XAA21550@freefall.freebsd.org> To: dima@xyzzy.machaon.ru, phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/6345 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ctime_r is not implemented State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sat Apr 18 23:47:35 PDT 1998 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 18 23:57:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27206 for freebsd-bugs-outgoing; Sat, 18 Apr 1998 23:57:54 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27078; Sun, 19 Apr 1998 06:57:40 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA21628; Sat, 18 Apr 1998 23:57:14 -0700 (PDT) Date: Sat, 18 Apr 1998 23:57:14 -0700 (PDT) Message-Id: <199804190657.XAA21628@freefall.freebsd.org> To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, bde@FreeBSD.ORG Subject: Re: bin/6332 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/include/time.h doesn't compile with -traditional Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: phk Responsible-Changed-When: Sat Apr 18 23:56:51 PDT 1998 Responsible-Changed-Why: Bruce seems to be on this one To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message