From owner-freebsd-bugs Sun Jan 4 02:14:17 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA16167 for bugs-outgoing; Sun, 4 Jan 1998 02:14:17 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA16162; Sun, 4 Jan 1998 02:14:14 -0800 (PST) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id LAA09862; Sun, 4 Jan 1998 11:14:02 +0100 (CET) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.8.8/8.8.5) id LAA17951; Sun, 4 Jan 1998 11:05:21 +0100 (MET) Message-ID: <19980104110521.14399@uriah.heep.sax.de> Date: Sun, 4 Jan 1998 11:05:21 +0100 From: J Wunsch To: Greg Lehey Cc: Brian Somers , John-Mark Gurney , freebsd-bugs@hub.freebsd.org, freebsd-hackers@FreeBSD.ORG Subject: Re: kern/5404: slXX slip (tun & ppp) interfaces always point to point Reply-To: Joerg Wunsch References: <199801010130.RAA10049@hub.freebsd.org> <199801011325.NAA17803@awfulhak.demon.co.uk> <19980102105504.61189@lemis.com> <19980102102027.41384@uriah.heep.sax.de> <19980104174838.41538@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19980104174838.41538@lemis.com>; from Greg Lehey on Sun, Jan 04, 1998 at 05:48:38PM +1030 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Greg Lehey wrote: > I had a discussion about this with a bloke here in Adelaide a couple > of months ago. He runs a large ISP, and he came up with some > plausible reason, but unfortunately I've forgotten the details. It > had to do with Microslop: they use broadcasts a lot, and this would abuse :) > seem to indicate that they expected broadcasts on a /26 subnet, or at > least were prepared to respond to them. So this netmask crap might apply for M$ then -- they still have a long way to be internet-ready. For us, an interface is either IFF_BROADCAST, or IFF_POINTOPOINT, but not both. Thus, the netmask and broadcast addresses of a p2p interface are irrelevant. (If you think about it, both, broadcasting and p2p are mutually exclusive by logic. p2p is always unicasting to just one peer.) > It sounds like you're saying that PPP shouldn't be allowed to set the > default route automatically when the link comes up. No, i was really telling that there should be _only_ the implied host route automatically installed when upping a p2p interface, but no other route. ISTR Brian suggested a second route should be derived from the (bogus) netmask, and installed {too or instead}. So per Brian's suggestion: ifconfig foobar0 1.2.3.4 1.4.5.6 netmask 0xffffff00 would have implied route add 1.4.5.6 -iface foobar0 route add -net 1.4.5.0 -netmask 0xffffff00 1.4.5.6 while the existing behaviour (and what i think is the Right Thing) is only the first of both routes. Installing a default route is always done separately anyway. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Jan 4 08:30:05 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA06031 for bugs-outgoing; Sun, 4 Jan 1998 08:30:05 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA06025; Sun, 4 Jan 1998 08:30:02 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 4 Jan 1998 08:30:02 -0800 (PST) Resent-Message-Id: <199801041630.IAA06025@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, unger@raindrop.seaslug.org Received: from johngalt.celestial.com (johngalt.celestial.com [192.136.111.59]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA05747 for ; Sun, 4 Jan 1998 08:22:26 -0800 (PST) (envelope-from raindrop.seaslug.org!unger@celestial.com) Received: from localhost (17578 bytes) by johngalt.celestial.com via rmail with P:stdio/R:inet_hosts/T:smtp (sender: ) (ident using unix) id for ; Sun, 4 Jan 1998 08:22:15 -0800 (PST) (Smail-3.2.0.96 1997-Jun-2 #22 built 1997-Jul-19) Received: (from unger@localhost) by raindrop.seaslug.org (8.8.7/8.6.12) id IAA18683; Sun, 4 Jan 1998 08:21:22 -0800 (PST) Message-Id: <199801041621.IAA18683@raindrop.seaslug.org> Date: Sun, 4 Jan 1998 08:21:22 -0800 (PST) From: Thomas Unger Reply-To: unger@raindrop.seaslug.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/5424: ppp crashes on signal 10 or 11 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5424 >Category: bin >Synopsis: ppp crashes on signal 10 or 11 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 4 08:30:01 PST 1998 >Last-Modified: >Originator: Thomas Unger >Organization: WWC >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: I'm running ppp-971230. Previous version showed the same problem 971230unger% uname -a FreeBSD raindrop.seaslug.org 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Sun Dec 7 21:11:03 PST 1997 rootz@myname.my.domain:/usr/src/sys/compile/RAINDROP i386 I run ppp over a 28.8 modem and over isdn. ppp always runs reliably on the modem but will crash occasionally over the isdn line. On that I have a Motorola bitsurfer pro EZ connected to a ByteRunner serial card running at about 250 Kb. >Description: ppp will crash (exit on signal 10 or 11) shortly after connecting and passing a few packets. Generally, onec the connectio has been up for more than a minute it will stay up. This morning I downloaded the lateset verison of ppp hoping that this probem may have been fixed. It has not. I include two excerpts from the ppp log. The first one is from the new version of ppp and shows everything from invocation to crash: Jan 4 08:03:11 raindrop ppp[18507]: Command: default: set dial ABORT NO\sCARRIER ABORT BUSY ABORT NO\sDIALTONE TIMEOUT 5 "" ATZ OK-AT-OK \dATDT\T TIMEOUT 40 CONNECT Jan 4 08:03:11 raindrop ppp[18507]: Phase: Using interface: tun0 Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: set device /dev/cuaa2 Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: set speed 115200 Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: set phone 812-2075&812-2075 Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: set dial ABORT NO\sCARRIER ABORT BUSY ABORT NO\sDIALTONE TIMEOUT 5 "" AT&F&c1&d2@B0=2 OK-AT-OK \dATD\T TIMEOUT 40 CONNECT Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: accept pap Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: set authname tunger Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: set authkey ******** Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: set timeout 300 Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: set openmode active Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: set ifaddr 0 206.63.32.245/0 Jan 4 08:03:11 raindrop ppp[18507]: Command: nwn-isdn-auto: add 0 0 206.63.32.245 Jan 4 08:03:11 raindrop ppp[18508]: Phase: PPP Started. Jan 4 08:03:14 raindrop ppp[18508]: Phase: Connected! Jan 4 08:03:14 raindrop ppp[18508]: Chat: Dial attempt 1 of 1 Jan 4 08:03:14 raindrop ppp[18508]: Chat: Expecting: Jan 4 08:03:14 raindrop ppp[18508]: Chat: Sending: AT&F&c1&d2@B0=2^M Jan 4 08:03:14 raindrop ppp[18508]: Chat: Expecting: OK-AT-OK Jan 4 08:03:14 raindrop ppp[18508]: Chat: Wait for (5): OK Jan 4 08:03:17 raindrop ppp[18508]: Phase: Phone: 812-2075&812-2075 Jan 4 08:03:17 raindrop ppp[18508]: Chat: Sending: ATD812-2075&812-2075^M Jan 4 08:03:17 raindrop ppp[18508]: Chat: Expecting: CONNECT Jan 4 08:03:17 raindrop ppp[18508]: Chat: Wait for (40): CONNECT Jan 4 08:03:19 raindrop ppp[18508]: LCP: State change Initial --> Closed Jan 4 08:03:19 raindrop ppp[18508]: LCP: LcpSendConfigReq Jan 4 08:03:19 raindrop ppp[18508]: LCP: ACFCOMP[2] Jan 4 08:03:19 raindrop ppp[18508]: LCP: PROTOCOMP[2] Jan 4 08:03:19 raindrop ppp[18508]: LCP: ACCMAP[6] 0x00000000 Jan 4 08:03:19 raindrop ppp[18508]: LCP: MRU[4] 1500 Jan 4 08:03:19 raindrop ppp[18508]: LCP: MAGICNUM[6] 0x45207e92 Jan 4 08:03:19 raindrop ppp[18508]: LCP: State change Closed --> Req-Sent Jan 4 08:03:19 raindrop ppp[18508]: LCP: Received Configure Request (215) state = Req-Sent (6) Jan 4 08:03:19 raindrop ppp[18508]: LCP: MRU[4] 1600 Jan 4 08:03:19 raindrop ppp[18508]: LCP: ACCMAP[6] 0x00000000 Jan 4 08:03:19 raindrop ppp[18508]: LCP: AUTHPROTO[4] 0xc023 (PAP) Jan 4 08:03:19 raindrop ppp[18508]: LCP: PROTOCOMP[2] Jan 4 08:03:19 raindrop ppp[18508]: LCP: ACFCOMP[2] Jan 4 08:03:19 raindrop ppp[18508]: LCP: SendConfigAck(Req-Sent) Jan 4 08:03:19 raindrop ppp[18508]: LCP: MRU[4] 1600 Jan 4 08:03:19 raindrop ppp[18508]: LCP: ACCMAP[6] 0x00000000 Jan 4 08:03:19 raindrop ppp[18508]: LCP: AUTHPROTO[4] 0xc023 (PAP) Jan 4 08:03:19 raindrop ppp[18508]: LCP: PROTOCOMP[2] Jan 4 08:03:19 raindrop ppp[18508]: LCP: ACFCOMP[2] Jan 4 08:03:19 raindrop ppp[18508]: LCP: State change Req-Sent --> Ack-Sent Jan 4 08:03:19 raindrop ppp[18508]: LCP: Received Configure Reject (1) state = Ack-Sent (8) Jan 4 08:03:19 raindrop ppp[18508]: LCP: RecvConfigRej. Jan 4 08:03:19 raindrop ppp[18508]: LCP: MAGICNUM[6] 0x45207e92 Jan 4 08:03:19 raindrop ppp[18508]: LCP: Magic 0x 45207e92 is REJected! Jan 4 08:03:19 raindrop ppp[18508]: LCP: LcpSendConfigReq Jan 4 08:03:19 raindrop ppp[18508]: LCP: ACFCOMP[2] Jan 4 08:03:19 raindrop ppp[18508]: LCP: PROTOCOMP[2] Jan 4 08:03:19 raindrop ppp[18508]: LCP: ACCMAP[6] 0x00000000 Jan 4 08:03:19 raindrop ppp[18508]: LCP: MRU[4] 1500 Jan 4 08:03:19 raindrop ppp[18508]: LCP: Received Configure Ack (2) state = Ack-Sent (8) Jan 4 08:03:19 raindrop ppp[18508]: LCP: State change Ack-Sent --> Opened Jan 4 08:03:19 raindrop ppp[18508]: LCP: LcpLayerUp Jan 4 08:03:19 raindrop ppp[18508]: Phase: NewPhase: Authenticate Jan 4 08:03:19 raindrop ppp[18508]: Phase: his = PAP, mine = none Jan 4 08:03:19 raindrop ppp[18508]: Phase: PAP: tunger Jan 4 08:03:19 raindrop ppp[18508]: Phase: PapInput: ACK Jan 4 08:03:19 raindrop ppp[18508]: Phase: Received PAP_ACK () Jan 4 08:03:19 raindrop ppp[18508]: Phase: NewPhase: Network Jan 4 08:03:19 raindrop ppp[18508]: IPCP: State change Initial --> Closed Jan 4 08:03:19 raindrop ppp[18508]: IPCP: IPCP Up event!! Jan 4 08:03:19 raindrop ppp[18508]: IPCP: IpcpSendConfigReq Jan 4 08:03:19 raindrop ppp[18508]: IPCP: IPADDR[6] 0.0.0.0 Jan 4 08:03:19 raindrop ppp[18508]: IPCP: COMPPROTO[6] 16 VJ slots with slot compres Jan 4 08:03:19 raindrop ppp[18508]: IPCP: State change Closed --> Req-Sent Jan 4 08:03:19 raindrop ppp[18508]: CCP: State change Initial --> Closed Jan 4 08:03:19 raindrop ppp[18508]: CCP: CCP Up event!! Jan 4 08:03:19 raindrop ppp[18508]: CCP: CcpSendConfigReq Jan 4 08:03:19 raindrop ppp[18508]: CCP: DEFLATE[4] win 15 Jan 4 08:03:19 raindrop ppp[18508]: CCP: PRED1[2] Jan 4 08:03:19 raindrop ppp[18508]: CCP: State change Closed --> Req-Sent Jan 4 08:03:20 raindrop ppp[18508]: IPCP: Received Configure Request (1) state = Req-Sent (6) Jan 4 08:03:20 raindrop ppp[18508]: IPCP: COMPPROTO[6] 16 VJ slots without slot compression Jan 4 08:03:20 raindrop ppp[18508]: IPCP: IPADDR[6] 206.63.40.50 Jan 4 08:03:20 raindrop ppp[18508]: IPCP: SendConfigAck(Req-Sent) Jan 4 08:03:20 raindrop ppp[18508]: IPCP: COMPPROTO[6] 16 VJ slots without slot compression Jan 4 08:03:20 raindrop ppp[18508]: IPCP: IPADDR[6] 206.63.40.50 Jan 4 08:03:20 raindrop ppp[18508]: IPCP: State change Req-Sent --> Ack-Sent Jan 4 08:03:22 raindrop ppp[18508]: IPCP: IpcpSendConfigReq Jan 4 08:03:22 raindrop ppp[18508]: IPCP: IPADDR[6] 0.0.0.0 Jan 4 08:03:22 raindrop ppp[18508]: IPCP: COMPPROTO[6] 16 VJ slots with slot compres Jan 4 08:03:22 raindrop ppp[18508]: CCP: CcpSendConfigReq Jan 4 08:03:22 raindrop ppp[18508]: CCP: DEFLATE[4] win 15 Jan 4 08:03:22 raindrop ppp[18508]: CCP: PRED1[2] Jan 4 08:03:22 raindrop ppp[18508]: IPCP: Received Configure Nak (2) state = Ack-Sent (8) Jan 4 08:03:22 raindrop ppp[18508]: IPCP: IPADDR[6] 206.63.40.85 Jan 4 08:03:22 raindrop ppp[18508]: IPCP: IPADDR[6] changing address: 0.0.0.0 --> 206.63.40.85 Jan 4 08:03:22 raindrop ppp[18508]: IPCP: IpcpSendConfigReq Jan 4 08:03:22 raindrop ppp[18508]: IPCP: IPADDR[6] 206.63.40.85 Jan 4 08:03:22 raindrop ppp[18508]: IPCP: COMPPROTO[6] 16 VJ slots with slot compres Jan 4 08:03:22 raindrop ppp[18508]: IPCP: Received Configure Ack (3) state = Ack-Sent (8) Jan 4 08:03:22 raindrop ppp[18508]: IPCP: State change Ack-Sent --> Opened Jan 4 08:03:22 raindrop ppp[18508]: IPCP: IpcpLayerUp(9). Jan 4 08:03:22 raindrop ppp[18508]: IPCP: myaddr = 206.63.40.85 hisaddr = 206.63.40.50 Jan 4 08:03:22 raindrop ppp[18508]: Link: OsLinkup: 206.63.40.50 Jan 4 08:03:22 raindrop ppp[18508]: Command: MYADDR: delete ALL Jan 4 08:03:22 raindrop ppp[18508]: Command: MYADDR: add 0 0 HISADDR Jan 4 08:03:22 raindrop ppp[18508]: Command: MYADDR: ! sh -c /etc/ppp/onconnect >>/dev/null 2>&1 & Jan 4 08:03:23 raindrop named[81]: "halcyon.COM IN NS" points to a CNAME (tau-ceti.isc-br.com) Jan 4 08:03:25 raindrop ppp[18508]: CCP: CcpSendConfigReq Jan 4 08:03:25 raindrop ppp[18508]: CCP: DEFLATE[4] win 15 Jan 4 08:03:25 raindrop ppp[18508]: CCP: PRED1[2] Jan 4 08:03:27 raindrop ntpdate[18512]: adjust time server 128.115.14.97 offset -0.247738 Jan 4 08:03:28 raindrop ppp[18508]: CCP: CcpSendConfigReq Jan 4 08:03:28 raindrop ppp[18508]: CCP: DEFLATE[4] win 15 Jan 4 08:03:28 raindrop ppp[18508]: CCP: PRED1[2] Jan 4 08:03:31 raindrop ppp[18508]: CCP: CcpSendConfigReq Jan 4 08:03:31 raindrop ppp[18508]: CCP: DEFLATE[4] win 15 Jan 4 08:03:31 raindrop ppp[18508]: CCP: PRED1[2] Jan 4 08:03:34 raindrop ppp[18508]: CCP: State change Req-Sent --> Stopped Jan 4 08:03:34 raindrop ppp[18508]: CCP: CcpLayerFinish. Jan 4 08:04:09 raindrop /kernel: pid 18508 (ppp), uid 0: exited on signal 10 There is another failure mode which is represented in the following log file. This PPP process had been running for about 12 hours before it crashed. This log is from the 2.2.5-RELEASE version of ppp. Jan 4 07:29:53 raindrop ppp[16812]: Chat: Dial attempt 1 of 1 Jan 4 07:29:53 raindrop ppp[16812]: Chat: Expecting Jan 4 07:29:53 raindrop ppp[16812]: Chat: sending: AT&F&c1&d2@B0=2^M Jan 4 07:29:53 raindrop ppp[16812]: Chat: Expecting OK-AT-OK Jan 4 07:29:53 raindrop ppp[16812]: Chat: Wait for (5): OK --> OK Jan 4 07:29:54 raindrop ppp[16812]: Phase: Phone: 812-2075&812-2075 Jan 4 07:29:54 raindrop ppp[16812]: Chat: sending: ATD812-2075&812-2075^M Jan 4 07:29:54 raindrop ppp[16812]: Chat: Expecting CONNECT Jan 4 07:29:54 raindrop ppp[16812]: Chat: Wait for (40): CONNECT --> CONNECT Jan 4 07:29:56 raindrop ppp[16812]: Phase: *Connected! Jan 4 07:29:56 raindrop ppp[16812]: LCP: State change Initial --> Closed Jan 4 07:29:56 raindrop ppp[16812]: LCP: LcpSendConfigReq Jan 4 07:29:56 raindrop ppp[16812]: LCP: ACFCOMP Jan 4 07:29:56 raindrop ppp[16812]: LCP: PROTOCOMP Jan 4 07:29:56 raindrop ppp[16812]: LCP: ACCMAP [6] 00000000 Jan 4 07:29:56 raindrop ppp[16812]: LCP: MRU [4] 1500 Jan 4 07:29:56 raindrop ppp[16812]: LCP: MAGICNUM [6] e5dc1ed8 Jan 4 07:29:56 raindrop ppp[16812]: LCP: State change Closed --> Req-Sent Jan 4 07:29:56 raindrop ppp[16812]: LCP: Received Configure Request (212) state = Req-Sent (6) Jan 4 07:29:56 raindrop ppp[16812]: LCP: MRU 1600 Jan 4 07:29:56 raindrop ppp[16812]: LCP: ACCMAP 00000000 Jan 4 07:29:56 raindrop ppp[16812]: LCP: AUTHPROTO proto = c023 Jan 4 07:29:56 raindrop ppp[16812]: LCP: PROTOCOMP Jan 4 07:29:56 raindrop ppp[16812]: LCP: ACFCOMP Jan 4 07:29:56 raindrop ppp[16812]: LCP: SendConfigAck(Req-Sent) Jan 4 07:29:56 raindrop ppp[16812]: LCP: MRU 1600 Jan 4 07:29:56 raindrop ppp[16812]: LCP: ACCMAP 00000000 Jan 4 07:29:56 raindrop ppp[16812]: LCP: AUTHPROTO proto = c023 Jan 4 07:29:56 raindrop ppp[16812]: LCP: PROTOCOMP Jan 4 07:29:56 raindrop ppp[16812]: LCP: ACFCOMP Jan 4 07:29:56 raindrop ppp[16812]: LCP: State change Req-Sent --> Ack-Sent Jan 4 07:29:56 raindrop ppp[16812]: LCP: Received Configure Reject (1) state = Ack-Sent (8) Jan 4 07:29:56 raindrop ppp[16812]: LCP: RecvConfigRej. Jan 4 07:29:56 raindrop ppp[16812]: LCP: MAGICNUM e5dc1ed8 Jan 4 07:29:56 raindrop ppp[16812]: LCP: MAGICNUM magic has REJected Jan 4 07:29:56 raindrop ppp[16812]: LCP: LcpSendConfigReq Jan 4 07:29:56 raindrop ppp[16812]: LCP: ACFCOMP Jan 4 07:29:56 raindrop ppp[16812]: LCP: PROTOCOMP Jan 4 07:29:56 raindrop ppp[16812]: LCP: ACCMAP [6] 00000000 Jan 4 07:29:56 raindrop ppp[16812]: LCP: MRU [4] 1500 Jan 4 07:29:56 raindrop ppp[16812]: LCP: Received Configure Ack (2) state = Ack-Sent (8) Jan 4 07:29:56 raindrop ppp[16812]: LCP: State change Ack-Sent --> Opened Jan 4 07:29:56 raindrop ppp[16812]: LCP: LcpLayerUp Jan 4 07:29:56 raindrop ppp[16812]: Phase: NewPhase: Authenticate Jan 4 07:29:56 raindrop ppp[16812]: Phase: his = c023, mine = 0 Jan 4 07:29:56 raindrop ppp[16812]: Phase: PAP: tunger Jan 4 07:29:56 raindrop ppp[16812]: Phase: PapInput: ACK Jan 4 07:29:56 raindrop ppp[16812]: Phase: Received PAP_ACK () Jan 4 07:29:56 raindrop ppp[16812]: Phase: NewPhase: Network Jan 4 07:29:56 raindrop ppp[16812]: IPCP: State change Initial --> Closed Jan 4 07:29:56 raindrop ppp[16812]: IPCP: IPCP Up event!! Jan 4 07:29:56 raindrop ppp[16812]: IPCP: IpcpSendConfigReq Jan 4 07:29:56 raindrop ppp[16812]: LCP: IPADDR [6] 0.0.0.0 Jan 4 07:29:56 raindrop ppp[16812]: LCP: COMPPROTO [6] 002d0f00 Jan 4 07:29:56 raindrop ppp[16812]: IPCP: State change Closed --> Req-Sent Jan 4 07:29:56 raindrop ppp[16812]: CCP: State change Initial --> Closed Jan 4 07:29:56 raindrop ppp[16812]: CCP: CCP Up event!! Jan 4 07:29:56 raindrop ppp[16812]: CCP: CcpSendConfigReq Jan 4 07:29:56 raindrop ppp[16812]: CCP: State change Closed --> Req-Sent Jan 4 07:29:56 raindrop ppp[16812]: IPCP: Received Configure Request (1) state = Req-Sent (6) Jan 4 07:29:56 raindrop ppp[16812]: IPCP: COMPPROTO[6] 002d0f00 Jan 4 07:29:56 raindrop ppp[16812]: IPCP: IPADDR[6] 206.63.40.50 Jan 4 07:29:56 raindrop ppp[16812]: IPCP: SendConfigAck(Req-Sent) Jan 4 07:29:56 raindrop ppp[16812]: IPCP: COMPPROTO[6] 002d0f00 Jan 4 07:29:56 raindrop ppp[16812]: IPCP: IPADDR[6] 206.63.40.50 Jan 4 07:29:56 raindrop ppp[16812]: IPCP: State change Req-Sent --> Ack-Sent Jan 4 07:29:59 raindrop ppp[16812]: IPCP: IpcpSendConfigReq Jan 4 07:29:59 raindrop ppp[16812]: LCP: IPADDR [6] 0.0.0.0 Jan 4 07:29:59 raindrop ppp[16812]: LCP: COMPPROTO [6] 002d0f00 Jan 4 07:29:59 raindrop ppp[16812]: CCP: CcpSendConfigReq Jan 4 07:29:59 raindrop ppp[16812]: IPCP: Received Configure Nak (2) state = Ack-Sent (8) Jan 4 07:29:59 raindrop ppp[16812]: IPCP: IPADDR[6] 206.63.40.81 Jan 4 07:29:59 raindrop ppp[16812]: IPCP: IPADDR[6] changing address: 0.0.0.0 --> 206.63.40.81 Jan 4 07:29:59 raindrop ppp[16812]: IPCP: IpcpSendConfigReq Jan 4 07:29:59 raindrop ppp[16812]: LCP: IPADDR [6] 206.63.40.81 Jan 4 07:29:59 raindrop ppp[16812]: LCP: COMPPROTO [6] 002d0f00 Jan 4 07:29:59 raindrop ppp[16812]: IPCP: Received Configure Ack (3) state = Ack-Sent (8) Jan 4 07:29:59 raindrop ppp[16812]: IPCP: State change Ack-Sent --> Opened Jan 4 07:29:59 raindrop ppp[16812]: IPCP: IpcpLayerUp(9). Jan 4 07:29:59 raindrop ppp[16812]: IPCP: myaddr = 206.63.40.81 hisaddr = 206.63.40.50 Jan 4 07:29:59 raindrop ppp[16812]: Link: OsLinkup: 206.63.40.50 Jan 4 07:29:59 raindrop ppp[16812]: Command: MYADDR: delete ALL Jan 4 07:29:59 raindrop ppp[16812]: Command: MYADDR: add 0 0 HISADDR Jan 4 07:29:59 raindrop ppp[16812]: Command: MYADDR: ! sh -c "/etc/ppp/onconnect >>/dev/null 2>&1 &" Jan 4 07:30:00 raindrop named[81]: "halcyon.COM IN NS" points to a CNAME (tau-ceti.isc-br.com) Jan 4 07:30:02 raindrop ppp[16812]: CCP: CcpSendConfigReq Jan 4 07:29:58 raindrop ntpdate[17935]: step time server 128.115.14.97 offset -5.517128 Jan 4 07:29:59 raindrop ppp[16812]: CCP: CcpSendConfigReq Jan 4 07:30:02 raindrop ppp[16812]: CCP: CcpSendConfigReq Jan 4 07:30:05 raindrop ppp[16812]: CCP: State change Req-Sent --> Stopped Jan 4 07:30:05 raindrop ppp[16812]: CCP: CcpLayerFinish. Jan 4 07:30:26 raindrop ppp[16812]: Error: IpInput: Problem with IP header length Jan 4 07:30:28 raindrop /kernel: pid 16812 (ppp), uid 0: exited on signal 11 >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Jan 4 09:25:37 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA08669 for bugs-outgoing; Sun, 4 Jan 1998 09:25:37 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA08638; Sun, 4 Jan 1998 09:25:30 -0800 (PST) (envelope-from steve) Date: Sun, 4 Jan 1998 09:25:30 -0800 (PST) From: Steve Price Message-Id: <199801041725.JAA08638@hub.freebsd.org> To: dmaddox@scsn.net, steve, freebsd-bugs Subject: Re: conf/5237 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: release/sysinstall/help/configure.hlp still references /etc/sysinstall State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 4 09:24:59 PST 1998 State-Changed-Why: Fixed in revisionn 1.4 of configure.hlp. From owner-freebsd-bugs Sun Jan 4 09:45:27 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA10428 for bugs-outgoing; Sun, 4 Jan 1998 09:45:27 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA10404; Sun, 4 Jan 1998 09:45:14 -0800 (PST) (envelope-from steve) Date: Sun, 4 Jan 1998 09:45:14 -0800 (PST) From: Steve Price Message-Id: <199801041745.JAA10404@hub.freebsd.org> To: volf@oasis.IAEhv.nl, steve, freebsd-bugs Subject: Re: misc/5233 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: /etc/ethers prototype is missing State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 4 09:43:21 PST 1998 State-Changed-Why: Use of /etc/ethers is deprecated. From owner-freebsd-bugs Sun Jan 4 10:06:08 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11881 for bugs-outgoing; Sun, 4 Jan 1998 10:06:08 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11855; Sun, 4 Jan 1998 10:05:26 -0800 (PST) (envelope-from steve) Date: Sun, 4 Jan 1998 10:05:26 -0800 (PST) From: Steve Price Message-Id: <199801041805.KAA11855@hub.freebsd.org> To: cagney@tpgi.com.au, steve, freebsd-bugs Subject: Re: conf/5226 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Default local printcap entry prints banner State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 4 10:04:41 PST 1998 State-Changed-Why: Banner pages turned off by default in -current's printcap. From owner-freebsd-bugs Sun Jan 4 10:09:00 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12079 for bugs-outgoing; Sun, 4 Jan 1998 10:09:00 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA11590; Sun, 4 Jan 1998 10:02:25 -0800 (PST) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.7/8.8.7) with ESMTP id QAA04727; Sun, 4 Jan 1998 16:29:33 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801041629.QAA04727@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0.1 12/23/97 To: Joerg Wunsch cc: Greg Lehey , Brian Somers , John-Mark Gurney , freebsd-bugs@hub.freebsd.org, freebsd-hackers@FreeBSD.ORG Subject: Re: kern/5404: slXX slip (tun & ppp) interfaces always point to point In-reply-to: Your message of "Sun, 04 Jan 1998 11:05:21 +0100." <19980104110521.14399@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 04 Jan 1998 16:29:33 +0000 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [.....] > other route. ISTR Brian suggested a second route should be derived > from the (bogus) netmask, and installed {too or instead}. So per > Brian's suggestion: > > ifconfig foobar0 1.2.3.4 1.4.5.6 netmask 0xffffff00 > > would have implied > > route add 1.4.5.6 -iface foobar0 > route add -net 1.4.5.0 -netmask 0xffffff00 1.4.5.6 > > while the existing behaviour (and what i think is the Right Thing) is > only the first of both routes. Not quite. I was suggesting that instead of the first, we have the second, or in fact route add 1.2.3.4 -netmask 0xffffff00 1.4.5.6 If you specify a 0xffffffff netmask, you get the same as the existing stuff *always* does. The real purpose, as you've already suggested, is that you get the associated broadcast address. With this broadcast address, all sorts of other things work (timed, rwhod, nmbd etc.), assuming that you've got a proxy arp setup on the other end. Of course, this implies that the destination address isn't actually required - as with a real network. So, what if we had ifconfig tun0 inet 1.2.3.4 netmask 0xffffff00 (note the lack of a dst address). This would mean that we could specify tunX (or slX or pppX) as being a non-point-to-point. The automatic route would be created exactly as with networks. So, to summarise (and refine my original suggestion), I think we should be allowed to specify *either* a dst address *or* a netmask. If both are specified, you get no netmask - as things currently work. Whaddaya think ? [.....] > -- > cheers, J"org > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > Never trust an operating system you don't have sources for. ;-) -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-bugs Sun Jan 4 10:14:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12556 for bugs-outgoing; Sun, 4 Jan 1998 10:14:43 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12513; Sun, 4 Jan 1998 10:14:27 -0800 (PST) (envelope-from steve) Date: Sun, 4 Jan 1998 10:14:27 -0800 (PST) From: Steve Price Message-Id: <199801041814.KAA12513@hub.freebsd.org> To: dmm125@bellatlantic.net, steve, freebsd-bugs Subject: Re: i386/5218 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: make all fails in /usr/src/lkm/vm86 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 4 10:12:19 PST 1998 State-Changed-Why: src/lkm/vm86/* was removed by Jonathan Lemon on 1997/08/28. From owner-freebsd-bugs Sun Jan 4 10:50:05 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA14683 for bugs-outgoing; Sun, 4 Jan 1998 10:50:05 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA14675; Sun, 4 Jan 1998 10:50:02 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 4 Jan 1998 10:50:02 -0800 (PST) Resent-Message-Id: <199801041850.KAA14675@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, ahill@classfinder.com Received: (from nobody@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA14120; Sun, 4 Jan 1998 10:43:30 -0800 (PST) (envelope-from nobody) Message-Id: <199801041843.KAA14120@hub.freebsd.org> Date: Sun, 4 Jan 1998 10:43:30 -0800 (PST) From: ahill@classfinder.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/5425: DPT SmartRaid driver exists, but is not part of distribution Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5425 >Category: kern >Synopsis: DPT SmartRaid driver exists, but is not part of distribution >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 4 10:50:01 PST 1998 >Last-Modified: >Originator: Aaron Hillegass >Organization: ClassMax >Release: 2.2.5 >Environment: FreeBSD frog.classmax.com 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Tue Oct 21 14:33:00 GMT 1997 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: Simon Shapiro has a driver for the DPT RAID boards, but they have not been integrated into the source tree, so everyone who is using it (and it is a good number) has to apply a patch. >How-To-Repeat: I'll buy a DPT SmartRAID board for the FreeBSD team. I'm using a DPT 2144UWRD with 16 MG. Write me with where you would like it sent. >Fix: The driver should be integrated into the source tree. If there are fears that it is not stable, it should at least be put into -current. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Jan 4 10:51:26 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA14751 for bugs-outgoing; Sun, 4 Jan 1998 10:51:26 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA14744; Sun, 4 Jan 1998 10:51:15 -0800 (PST) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id TAA17725; Sun, 4 Jan 1998 19:51:04 +0100 (CET) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.8.8/8.8.5) id TAA19192; Sun, 4 Jan 1998 19:31:38 +0100 (MET) Message-ID: <19980104193137.01479@uriah.heep.sax.de> Date: Sun, 4 Jan 1998 19:31:37 +0100 From: J Wunsch To: Brian Somers Cc: Greg Lehey , John-Mark Gurney , freebsd-bugs@hub.freebsd.org, freebsd-hackers@FreeBSD.ORG Subject: Re: kern/5404: slXX slip (tun & ppp) interfaces always point to point Reply-To: Joerg Wunsch References: <19980104110521.14399@uriah.heep.sax.de> <199801041629.QAA04727@awfulhak.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801041629.QAA04727@awfulhak.demon.co.uk>; from Brian Somers on Sun, Jan 04, 1998 at 04:29:33PM +0000 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Brian Somers wrote: > Not quite. I was suggesting that instead of the first, we have the > second, or in fact > > route add 1.2.3.4 -netmask 0xffffff00 1.4.5.6 > > If you specify a 0xffffffff netmask, you get the same as the existing > stuff *always* does. However, since most people don't bother messing with the netmask on p2p interfaces at all (why should they), they'll always catch the default netmask, so the above will violate the principle of least surprise for them (configurations that used to work would no longer work). > The real purpose, as you've already suggested, is that you get the > associated broadcast address. With this broadcast address, all sorts > of other things work (timed, rwhod, nmbd etc.), assuming that you've > got a proxy arp setup on the other end. Proxy arp is a hack. We shouldn't encourage using hacks. If people are interested in using hacks, they should have more work to be done than those who are interested in clean setups. (Sure, like all hacks, there are situations why proxy arp can be useful. vfork() is another example of a useful hack. Recommending proxy arp as a general method is ugly. Setup correct IP routing instead.) > Of course, this implies that the destination address isn't actually > required - as with a real network. `Real' networks have broadcast addresses, but aren't point-to-point. `Real' networks can't share the same local adress for different interfaces, p2p interfaces can. `Real' networks have native broadcasting, p2p interfaces don't. p2p interfaces always connect to just one remote address, that's why they are called by this name. ;) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Jan 4 11:00:04 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA15421 for bugs-outgoing; Sun, 4 Jan 1998 11:00:04 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA15413; Sun, 4 Jan 1998 11:00:01 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 4 Jan 1998 11:00:01 -0800 (PST) Resent-Message-Id: <199801041900.LAA15413@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, plm@xs4all.nl Received: (from nobody@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA14860; Sun, 4 Jan 1998 10:52:14 -0800 (PST) (envelope-from nobody) Message-Id: <199801041852.KAA14860@hub.freebsd.org> Date: Sun, 4 Jan 1998 10:52:14 -0800 (PST) From: plm@xs4all.nl To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/5426: xanim plays slowly with sound (probably sound driver problem) Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5426 >Category: kern >Synopsis: xanim plays slowly with sound (probably sound driver problem) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 4 11:00:01 PST 1998 >Last-Modified: >Originator: Peter Mutsaers >Organization: >Release: current >Environment: current as of 29-12-97 >Description: When I play an avi movie with xanim, with sound, the movie plays very slowly and irregularly. If played without sound, there's no problem. On Linux (also using xanim) everything is fine. >How-To-Repeat: xanim +f +B +p +o +v some_file.avi >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Jan 4 11:16:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16290 for bugs-outgoing; Sun, 4 Jan 1998 11:16:33 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from alex@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16266; Sun, 4 Jan 1998 11:16:11 -0800 (PST) (envelope-from alex) Date: Sun, 4 Jan 1998 11:16:11 -0800 (PST) From: Alex Nash Message-Id: <199801041916.LAA16266@hub.freebsd.org> To: Kerry.Morse@metro.tas.gov.au, alex, freebsd-bugs Subject: Re: kern/4463 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: When using ipfw, all I get is the following error "setsockopt failed" State-Changed-From-To: open-closed State-Changed-By: alex State-Changed-When: Sun Jan 4 11:15:54 PST 1998 State-Changed-Why: User error. From owner-freebsd-bugs Sun Jan 4 12:42:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA23403 for bugs-outgoing; Sun, 4 Jan 1998 12:42:25 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA23398; Sun, 4 Jan 1998 12:42:17 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA05766; Sun, 4 Jan 1998 12:37:03 -0800 (PST) Date: Sun, 4 Jan 1998 12:37:03 -0800 (PST) Message-Id: <199801042037.MAA05766@freefall.freebsd.org> To: unger@raindrop.seaslug.org, brian@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, brian@FreeBSD.ORG Subject: Re: bin/5424 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ppp crashes on signal 10 or 11 State-Changed-From-To: open-closed State-Changed-By: brian State-Changed-When: Sun Jan 4 12:34:12 PST 1998 State-Changed-Why: Fixed in both -current and RELENG_2_2 (the CCP problem isn't applicable to RELENG_2_2). Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Sun Jan 4 12:34:12 PST 1998 Responsible-Changed-Why: Ppp's mine :-| From owner-freebsd-bugs Sun Jan 4 12:52:17 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA24078 for bugs-outgoing; Sun, 4 Jan 1998 12:52:17 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA24024; Sun, 4 Jan 1998 12:51:46 -0800 (PST) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.7/8.8.7) with ESMTP id UAA07686; Sun, 4 Jan 1998 20:47:49 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801042047.UAA07686@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0.1 12/23/97 To: Joerg Wunsch cc: Brian Somers , Greg Lehey , John-Mark Gurney , freebsd-bugs@hub.freebsd.org, freebsd-hackers@freebsd.org Subject: Re: kern/5404: slXX slip (tun & ppp) interfaces always point to point In-reply-to: Your message of "Sun, 04 Jan 1998 19:31:37 +0100." <19980104193137.01479@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 04 Jan 1998 20:47:49 +0000 From: Brian Somers Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [.....] > `Real' networks have broadcast addresses, but aren't point-to-point. > `Real' networks can't share the same local adress for different > interfaces, p2p interfaces can. `Real' networks have native > broadcasting, p2p interfaces don't. p2p interfaces always connect to > just one remote address, that's why they are called by this name. ;) Ok, I'm convinced. I'll change ifconfig so that it doesn't bother showing the netmask if the POINTOPOINT flag is there. > -- > cheers, J"org > > joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE > Never trust an operating system you don't have sources for. ;-) -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-bugs Sun Jan 4 16:40:53 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA11674 for bugs-outgoing; Sun, 4 Jan 1998 16:40:53 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA11662; Sun, 4 Jan 1998 16:40:35 -0800 (PST) (envelope-from helbig@FreeBSD.org) From: Wolfgang Helbig Received: (from helbig@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA08360; Sun, 4 Jan 1998 16:35:19 -0800 (PST) Date: Sun, 4 Jan 1998 16:35:19 -0800 (PST) Message-Id: <199801050035.QAA08360@freefall.freebsd.org> To: jose@we.lc.ehu.es, helbig@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/5409 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: the spanish locale and others don't have the LC_TIME file State-Changed-From-To: open-closed State-Changed-By: helbig State-Changed-When: Sun Jan 4 16:22:05 PST 1998 State-Changed-Why: All missing LC_TIME files where provided by: Arjan de Vet (nl_NL and nl_BE) Jose M. Alcaide (es_ES) Peter Olsson (sv_SE) Ville Eerola (fi_FI) Thanks again, Wolfgang From owner-freebsd-bugs Sun Jan 4 16:50:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA12329 for bugs-outgoing; Sun, 4 Jan 1998 16:50:20 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA12248; Sun, 4 Jan 1998 16:49:04 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id LAA22064; Mon, 5 Jan 1998 11:13:33 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA10930; Mon, 5 Jan 1998 11:13:32 +1030 (CST) (envelope-from grog) Message-ID: <19980105111332.39295@lemis.com> Date: Mon, 5 Jan 1998 11:13:32 +1030 From: Greg Lehey To: Joerg Wunsch Cc: Brian Somers , John-Mark Gurney , freebsd-bugs@hub.freebsd.org, freebsd-hackers@FreeBSD.ORG Subject: Re: kern/5404: slXX slip (tun & ppp) interfaces always point to point References: <19980104110521.14399@uriah.heep.sax.de> <199801041629.QAA04727@awfulhak.demon.co.uk> <19980104193137.01479@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <19980104193137.01479@uriah.heep.sax.de>; from J Wunsch on Sun, Jan 04, 1998 at 07:31:37PM +0100 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 04, 1998 at 07:31:37PM +0100, J Wunsch wrote: > As Brian Somers wrote: > >> Not quite. I was suggesting that instead of the first, we have the >> second, or in fact >> >> route add 1.2.3.4 -netmask 0xffffff00 1.4.5.6 >> >> If you specify a 0xffffffff netmask, you get the same as the existing >> stuff *always* does. > > However, since most people don't bother messing with the netmask on > p2p interfaces at all (why should they), they'll always catch the > default netmask, so the above will violate the principle of least > surprise for them (configurations that used to work would no longer > work). I don't see what would change with this method. What would it break? The correct behaviour for a ppp interface is to address only the IP at the other end of the line. Add a netmask for pseudo-broadcast, and you're addressing this address and a number of other IPs around it. This works because the other end of the link typically performs packet forwarding. It's not real broadcast, but it's hard to tell the difference. What wouldn't work? >> The real purpose, as you've already suggested, is that you get the >> associated broadcast address. With this broadcast address, all sorts >> of other things work (timed, rwhod, nmbd etc.), assuming that you've >> got a proxy arp setup on the other end. > > Proxy arp is a hack. We shouldn't encourage using hacks. If people > are interested in using hacks, they should have more work to be done > than those who are interested in clean setups. Agreed. > (Sure, like all hacks, there are situations why proxy arp can be > useful. vfork() is another example of a useful hack. Recommending > proxy arp as a general method is ugly. Setup correct IP routing > instead.) The problem is, the Microsoft World uses it, and that's a significant number of the machines that might be involved in such a network. IIRC, proxy arp is needed because NETBEUI can't route. >> Of course, this implies that the destination address isn't actually >> required - as with a real network. > > `Real' networks have broadcast addresses, but aren't point-to-point. You're talking about broadcast networks here. 'Real' networks can be built out of p2p links. This is still the way the Internet works: broadcast network hardware is almost always local. > `Real' networks can't share the same local adress for different > interfaces, p2p interfaces can. What do you mean by that? Of course they can, they just need to be on different networks, like p2p interfaces are. > `Real' networks have native broadcasting, p2p interfaces don't. You're talking about Ethernet again. > p2p interfaces always connect to just one remote address, that's why > they are called by this name. ;) Well, it's not the address, it's the interface. It could have multiple IPs :-) I don't really understand what the purpose of this discussion is. I am concerned that we're making changes in the name of "purity" which don't bring us any particular advantage, and which could bring disadvantages. For example, take a look in the FreeBSD network book. Which one? Oh yes, we don't have one. OK, take Stevens, or Nemeth and Co., or Craig Hunt, or one of the many excellent books on UNIX networking. They all apply pretty well. Be a moderately informed user, and set up a network with a moderately informed ISP. Get one like mine who insists on a net mask of 0xffffffc0. Ignore him, he's harmless. So far, everything works. Those who understand the matter know that the funny netmask is really just a superstition, but who cares? All that changes when we start changing the behaviour of the system. For example, look at page 411 of Nemeth & Co: "Other local customs, such as the interface subnet mask, should be applied as well". Go looking for a net mask with ifconfig. Where's it gone? Unnecessary confusion. The kernel data structures still maintain a net mask for p2p interfaces. Not showing it isn't the answer. A better way to handle the problem would be to set it to 0xffffffff by default, and allow changing it if absolutely required. In the latter case, I can't see why it shouldn't imply a "broadcast network" of a size corresponding to the netmask, and enter a route it. If you want, you can issue a message saying what you've done, and that this isn't a real broadcast network. It would make interoperabilitiy a whole lot easier. Greg From owner-freebsd-bugs Sun Jan 4 23:24:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA11623 for bugs-outgoing; Sun, 4 Jan 1998 23:24:33 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA11602 for ; Sun, 4 Jan 1998 23:24:28 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA00390; Sun, 4 Jan 1998 23:24:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 4 Jan 1998 23:24:19 -0800 (PST) From: Doug White Reply-To: Doug White To: "Jordan K. Hubbard" cc: Steve Price , bugs@FreeBSD.ORG Subject: Re: Need some help? In-Reply-To: <1292.883896138@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 3 Jan 1998, Jordan K. Hubbard wrote: > > To edit PRs you need to have commit access. To get commit access > > generally takes getting someone from core to recommend that it be > > granted to you. Meanwhile if you (or anybody else) would like to > > help close some PRs, please don't hesitate to send me a line or > > two. We can use all the help we can get. :) > > Sorry, I was unaware that Doug didn't have commit access already. If > he's keen, I'd be more than happy to "sponsor" him in this - he's > already more than proven himself as someone who FreeBSD needs to have > around! :) Thanks for the offer, Jordan. I think I'll lurk on bugs for a bit to get a sense of what's going on and then make a decision on how far I want to involve myself. I was thinking more along the lines of following up on or closing out of date or should-have-landed-in-questions PRs just to keep the level of open PRs down. Administrivia type stuff. Take a look at the www gnats listings for various categories (misc comes to mind) and you'll see what I mean, there's several PRs that are date- or version-specific that probably don't apply anymore or were `solved' in the audit log but were never officially closed. misc/2785 is such a target. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-bugs Mon Jan 5 01:42:22 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA18963 for bugs-outgoing; Mon, 5 Jan 1998 01:42:22 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA18955 for ; Mon, 5 Jan 1998 01:42:18 -0800 (PST) (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id EAA08672; Mon, 5 Jan 1998 04:38:56 -0500 (EST) Date: Mon, 5 Jan 1998 04:38:56 -0500 (EST) From: Tim Vanderhoek To: Doug White cc: "Jordan K. Hubbard" , Steve Price , bugs@freebsd.org Subject: Re: Need some help? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 4 Jan 1998, Doug White wrote: > for various categories (misc comes to mind) and you'll see what I mean, > there's several PRs that are date- or version-specific that probably don't > apply anymore or were `solved' in the audit log but were never officially > closed. misc/2785 is such a target. Additionally, there are some that are `solved' in the bugs-list but not in the audit-trail. There are even more that are probably solved, but the originator's email address doesn't seem to work, so it's difficult to know for sure. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-bugs Mon Jan 5 10:12:37 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25466 for bugs-outgoing; Mon, 5 Jan 1998 10:12:37 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA24276 for freebsd-bugs@freebsd.org; Mon, 5 Jan 1998 10:00:52 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 5 Jan 1998 10:00:52 -0800 (PST) Message-Id: <199801051800.KAA24276@hub.freebsd.org> From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended Work on the problem has been postponed. This happens if a timely solution is not possible or is not cost-effective at the present time. The PR continues to exist, though a solution is not being actively sought. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard o [1995/02/14] kern/216 davidg /kernel: panic: ffs_alloccg: map corrupte a [1996/01/22] kern/965 bde 2.0.5: system crashes daily because of "m o [1996/04/06] kern/1121 dyson System crashes on boot up just after the o [1996/05/07] kern/1177 dyson Machine hangs with message "vm_fork: no p o [1996/06/05] kern/1293 brian Fatal trap 12: page fault while in kernel a [1996/07/15] bin/1387 davidn Group file errors cause absolute havoc a [1996/08/09] kern/1487 bde bug in exec(2) o [1996/09/11] kern/1599 panic: locking against myself s [1996/09/13] conf/1608 FreeBSD's bug tracking system does not re o [1996/09/30] kern/1698 sup from around 21:51 GMT 28th very unsta o [1996/10/08] kern/1744 run queue or proc list smashed 4 times in o [1996/10/13] kern/1790 access to /dev/kmem panics system f [1996/10/28] kern/1919 se access to files/directories fails, gives o [1996/11/01] kern/1940 TCP doesn't time out of FIN_WAIT_1 and fl o [1996/11/29] kern/2121 MAXBSIZE in param.h causes kernel panic i o [1996/12/14] i386/2218 cy.c XON/XOFF handling crashes kernel o [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 o [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI f [1997/01/04] kern/2371 gibbs SCSI disk corruption o [1997/02/11] kern/2717 Panic with daily script (find) o [1997/02/14] bin/2740 wpaul root-fs full erases password table ! o [1997/02/21] misc/2795 Cyclades 8YO -- Not working under 2.1.6-S o [1997/03/04] kern/2877 Fatal Trap 12: page fault while in kernel o [1997/03/05] kern/2890 System panic after kernel compiled for 12 o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/03/13] kern/2980 2.2 crashes after accessing DAT-tape. bot o [1997/03/15] kern/3000 Kernel Panic in 2.2-CURRENT Kernel o [1997/03/17] kern/3017 panic: page fault as of March 11th v2.2 o [1997/03/23] misc/3070 Cannot do post install mods to UNIX from o [1997/03/23] kern/3072 Kernel Page Fault During Install of 2.1.7 o [1997/03/25] kern/3103 vi large_file --> reboot without panic o [1997/03/30] kern/3150 Cyrix 6x86L-P200+ crashes w/ page fault o [1997/04/08] kern/3234 ipfilter.shar - integration complete o [1997/04/12] kern/3267 dyson mtime/ctime sometimes updated when a prog o [1997/04/28] kern/3404 frequent kernel panics o [1997/05/01] i386/3462 yokota using a PS/2 mouse causes kernel trap in o [1997/05/13] kern/3594 EAGAIN and garbage data when reading sock o [1997/05/16] kern/3609 fs on remote host is mounted via NFS, rec o [1997/05/21] bin/3650 Ypserv dumps core randomly. o [1997/05/23] kern/3671 SCSI tape drive with AHA 2940 locks up sy o [1997/05/24] kern/3674 NFS in 2.2 RELEASE hangs. o [1997/05/27] misc/3700 FPE error in "normal" math code o [1997/05/30] kern/3721 kernel panic with netatalk o [1997/06/01] kern/3752 NFS dirs under -current still have proble o [1997/06/01] kern/3753 "make" hangs when building in an NFS dir o [1997/06/02] kern/3761 Inlel EtherExpress pro/100B more than on o [1997/06/16] kern/3887 fxp driver looses packets o [1997/06/17] i386/3895 False FPE (floating point exception) sign o [1997/06/25] kern/3949 sos The WD controller probe can fail when it o [1997/06/26] misc/3959 files in /usr/local/etc are randomly beco o [1997/07/02] bin/4018 Will not install in 2nd partition of my C o [1997/07/03] kern/4021 Local mount of a local NFS exported direc o [1997/07/10] kern/4074 Kernel panics when accessing a ccd device o [1997/07/11] kern/4076 Adaptec 2940 and non-wide devices o [1997/07/31] kern/4200 "vm_fault: fault on nofault entry" when r o [1997/08/11] kern/4273 kernel page faults with heavy disk access o [1997/08/12] kern/4289 kernel panic: vm_fault: fault on nofault f [1997/08/13] kern/4301 fenner adding a default route lags all network f o [1997/08/17] kern/4328 Degenerate network performance o [1997/08/18] kern/4332 gibbs System crash after SCSI DAT tape access. o [1997/08/18] bin/4333 gibbs Dump backup utility completely crashes th o [1997/08/20] kern/4345 Kernel panic is caused by passing file de o [1997/09/02] kern/4453 2.2.2 lockup on restart with ASUS-TX97 mo o [1997/09/03] ports/4458 sanpei Japanese MH's packf command dumps core o [1997/09/07] bin/4491 combination of null-FS , NFS and chroot c f [1997/09/24] kern/4619 ix0: ifconfig causes kernel panic o [1997/09/25] ports/4626 torstenb inn port, active file contains control ch o [1997/09/26] kern/4633 Software unstability under 2.2-STABLE (as o [1997/09/29] kern/4653 In v2.2.2, install fails with "cannot cre o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/10/03] kern/4684 crash on very heavy disk activity. o [1997/10/06] kern/4713 dfr NFS inconsistencies resulting from change o [1997/10/06] bin/4714 aautomatic AMD mounts fail on first try, f [1997/10/13] bin/4761 fsuk dumps core o [1997/10/14] kern/4764 gibbs adaptec driver in 2.2-stable causes timeo o [1997/10/16] ports/4787 jfitz www/p5-Apache port is out of date o [1997/10/17] kern/4793 Boot Floppy Kernel panics on boot o [1997/10/20] kern/4813 ed0 (SMC Elite 16) won't work o [1997/10/24] kern/4841 de driver still broken in 2.2.5 o [1997/10/24] kern/4844 VM lookup, endless loop in vm_map_lookup_ o [1997/10/25] kern/4849 2.2.5-RELEASE does not detect TI PCI-1130 o [1997/10/25] kern/4851 adaptec 2940U hangs system if scsi tape d o [1997/10/27] kern/4864 Boot Failure in FreeBSD 2.2.5 RELEASE, ma o [1997/10/28] misc/4876 SCSI hard disks die too often o [1997/10/30] i386/4902 Please add support for Promise Ultra33 UD o [1997/10/30] kern/4903 Network Speed Glacial using 3Com Etherlin o [1997/10/31] i386/4906 yokota Using a PS/2 Mouse w/XFree86 3.9[m,s] sta o [1997/11/05] ports/4953 jfitz net/p5-Net-DNS out of date. o [1997/11/07] kern/4968 No flow control setting seems to make the o [1997/11/07] kern/4970 Spontaneous reboots with 2.2.5, AMD K6 an o [1997/11/09] kern/4995 atalk.diff.2.2 patch to 2.2.5-RELEASE bre o [1997/11/10] kern/4996 NFS crash, possibly related to file bigge o [1997/11/20] kern/5117 panic: biodone: buffer not busy o [1997/11/23] kern/5130 Kernel panic GPF imediatly on loading ker o [1997/11/24] bin/5139 portmap does not find interfaces correctl o [1997/11/25] bin/5145 no home directory on NFS mounted partitio o [1997/11/25] bin/5148 mode of file and access on NFS mounted p o [1997/11/26] bin/5154 NULL_FS crash system with large traffic o [1997/12/04] i386/5223 mount_msdos /dev/fd0.1440 /mnt and failur o [1997/12/15] kern/5305 access permission on foreign disk fails o [1997/12/20] kern/5350 simple csh script panics kernel o [1997/12/21] kern/5355 Fix for NULLFS problems o [1997/12/22] misc/5367 Freeze after config 104 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/04/01] kern/291 se PCI devices still probe/attach after bein o [1995/05/16] kern/425 wollman arp entries not getting removed when inte a [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/06/23] kern/546 pci_bus_config() does not init parent poi o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line s [1995/07/21] i386/631 if_ix does not support bpf, nor does it a s [1995/07/29] kern/638 Transmitted packets not passed to bpf in f [1995/08/11] gnu/672 Nor all ph headers get created f [1995/09/20] kern/730 gibbs 3Com 3C5x9 probe problem o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps o [1995/11/12] kern/820 gibbs scsi tape problems f [1995/11/16] bin/826 mpp tcpmux listener in inetd does not work o [1995/12/20] i386/906 davidg /sys/i386/boot/netboot/nb8390.com cannot o [1996/01/01] bin/926 Mounting nfs disks before starting mountd o [1996/02/12] kern/1020 .Boca 16-port board still hangs a [1996/02/17] bin/1030 steve /bin/sh does not pass environment variabl s [1996/03/06] kern/1067 panic: ufs_lock: recursive lock not expec o [1996/03/09] bin/1073 telnet -8 does not work with SunOS or Sol o [1996/03/23] kern/1098 File system corruption (2 cases) f [1996/05/14] kern/1204 umount -f after SCSI reset -> reboot o [1996/05/24] misc/1247 bde Conflicting header files f [1996/05/26] i386/1251 aha0 and bt0(eisa) conflicts again. o [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/05/28] kern/1271 phk Kernel panic using PLIP in 27/05 current o [1996/05/31] kern/1284 dyson panic: vm_page_free: freeing busy page o [1996/06/02] i386/1288 bde wdgetctlr (wd.c) return incorrect number o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA o [1996/06/10] kern/1308 dyson vm_page_free: wire count > 1 in 960501-SN a [1996/06/12] bin/1315 ls(1) a [1996/06/18] kern/1333 davidg free vnode isn't: another -stable coredum f [1996/07/03] bin/1364 ps(1) bugs o [1996/07/19] docs/1402 steve sh(1) manual f [1996/07/24] kern/1423 wollman route causes kernel page fault. o [1996/07/25] bin/1429 steve sh(1) and getopts f [1996/08/01] bin/1454 steve /bin/sh bug handling <<[n] FD processing a [1996/08/02] docs/1457 ache ed(1) man o [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo o [1996/08/18] kern/1512 dyson Use of madvise may may cause bad memory m o [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro f [1996/09/05] kern/1570 Setting SHMALL > 35000 causes panic o [1996/09/14] kern/1610 dyson mmap() of unassociated memory + mlock() c o [1996/09/16] i386/1626 MUSTEK Scanner hangs NCR SCSI controller f [1996/09/18] kern/1637 mss driver causes feedback (squeal) on so o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/21] kern/1661 ft driver hangs uninterruptably at "bavai o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/09/29] kern/1692 Page fault while in kernel modem fatal tr o [1996/10/01] bin/1702 phk installing of tcl manpages fails from mak o [1996/10/03] kern/1715 le driver non-reentrant o [1996/10/04] kern/1723 gibbs kernel fault when doing scsi reprobe o [1996/10/04] kern/1724 gibbs HP colorado T4000S tape drive hangs syste o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/10] kern/1754 netbooted machines freeze with ifconfig a o [1996/10/13] gnu/1787 markm Diffs with Index: lines are not honored f o [1996/10/15] bin/1810 fsck -p does not check pass 0 filesystems o [1996/10/15] kern/1812 dyson vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie o [1996/10/21] kern/1856 read-only nfs mount: panic leaf should be a [1996/10/22] ports/1866 wosch popclient flushes remote mailbox even wit o [1996/10/24] kern/1880 kernel crash during boot when using 512 M o [1996/10/26] bin/1892 install(1) removes target file o [1996/10/29] bin/1927 User CPU time getting accounting as syste o [1996/11/07] bin/1973 jmg pppd uses /etc/ppp/options.tty after comm o [1996/11/08] gnu/1981 ypserv handles null key incorrectly o [1996/11/13] ports/2000 asami obsolete software in distfiles directory a [1996/11/13] bin/2001 vi confused about lines to display o [1996/11/13] i386/2002 sio doesn't detect com port on Compaq Con o [1996/11/14] misc/2013 'make world' fails on read-only /usr/src a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/15] bin/2016 static libtcl references symbols that are o [1996/11/15] gnu/2035 peter deque bug, local gnu changes to deque hea o [1996/11/18] kern/2053 de0 driver don't work at 100M for Compex o [1996/11/24] kern/2094 wd1: interrupt timeout: o [1996/11/26] bin/2107 problem building a system from cdrom. s [1996/12/03] kern/2142 FP mask not saved for signal handlers o [1996/12/03] kern/2144 kernel panic (page fault) running chgrp o [1996/12/08] kern/2181 2.2-ALPHA flickers/wavers part of the upp o [1996/12/10] bin/2191 syslogd stops logging after several hours o [1996/12/13] bin/2206 NIS Makefile can't manage appletalk entri o [1996/12/17] kern/2232 MSDOSFS corrupts MSDOS partitions > 500Mb o [1996/12/18] kern/2248 Mitsumi CD-ROM driver has "timeout" probl s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of o [1996/12/29] bin/2318 /usr/libexec/rlogind doesn't work after t a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor o [1997/01/01] kern/2351 panic:timeout table full o [1997/01/07] gnu/2394 tar will extract files even if -C command o [1997/01/08] kern/2425 amd driver does not reprobe devices. o [1997/01/08] conf/2426 At end of install, panic: Going nowhere w o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is o [1997/01/09] i386/2431 panic: get_pv_entry: cannot get a pv_entr o [1997/01/12] i386/2471 Sound: Reset failed - Can't reopen device o [1997/01/13] misc/2479 sos NEC CD-ROM NOT RECOGNIZED; MATROX MISTIQU o [1997/01/13] bin/2489 gnats mangles sections o [1997/01/16] kern/2507 Renaming DOS directories with "mv" causes o [1997/01/18] kern/2521 kernel from 2.1.6 install CD doesn't acce o [1997/01/20] kern/2538 worm burning suddenly broken o [1997/01/20] bin/2541 cd (using /bin/sh) may leave you in the w o [1997/01/20] kern/2545 se < sd0(ncr0:6:0): COMMAND FAILED ==> Not a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from f [1997/01/21] misc/2551 davidn limit too small for user root o [1997/01/23] kern/2569 route -iface breaks inet behaivour f [1997/01/24] kern/2570 fenner arpresolve: cant allocate llinfo o [1997/01/25] bin/2591 sh coredumps when passing an argv of a ce o [1997/01/26] bin/2597 everything stops when the new ld.so is in o [1997/01/29] misc/2614 make reinstall does not work o [1997/01/29] bin/2616 Installs very irratically from the same c o [1997/01/31] bin/2633 fsck -p in /etc/rc fails with cannot allo o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system f [1997/02/05] bin/2670 fetch fails with HTTP_PROXY o [1997/02/05] bin/2671 Run-away processes using all CPU time a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/14] kern/2732 mcopy 3.0 causes kernel hang o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/17] kern/2751 asami 2GB limitation on CCD device partitions s o [1997/02/18] bin/2762 Precedence mistake in libncurses o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir f [1997/02/19] kern/2772 gibbs panic: %s:%c:%d: Target did not send an I o [1997/02/19] kern/2773 bad dir panic o [1997/02/20] misc/2784 brian userland PPP rises load to 1.00 o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/21] misc/2793 libc_r make fscanf failure o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/02/25] kern/2815 Custom Kernel crashes o [1997/02/28] bin/2832 w treats corrupted utmp as fatal error o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] i386/2853 sos syscons beeps even if beeping screen is n o [1997/03/03] kern/2858 dfr FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/07] bin/2915 the "-fstype ufs" option of "find" seems o [1997/03/07] ports/2918 ports Unable to pass 8+ command line arguments o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/09] bin/2925 non-priviledged user can crash FreeBSD!! o [1997/03/11] bin/2948 can't dump 640MB optical disks f [1997/03/11] ports/2956 ports New Port: xgospel-1.10d in ftp.freebsd.or o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2969 csh and/or builtin printf has problems wi o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] kern/3054 OPL3 sound off by one note o [1997/03/21] bin/3055 umount -f does not work o [1997/03/24] i386/3082 keyboard locks up unexpectedly o [1997/03/24] i386/3083 Toshiba XM-5702B ATAPI CDROM not detected o [1997/03/27] conf/3123 /stand/sysintstall does not perform to up s [1997/03/27] bin/3126 Install with mcd0 still broken. o [1997/03/28] i386/3130 Dell Latitude keyboard lock up o [1997/03/28] misc/3133 TIOCSETD error with Cyclades 8Yo o [1997/03/30] gnu/3149 patch-2.1: files possibly created in wron o [1997/03/31] bin/3158 seg faults and cannot update links using f [1997/04/01] kern/3162 2.2 kernel from mar 25th crashes on nfs s o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e f [1997/04/04] i386/3195 gibbs ahc panic o [1997/04/05] kern/3201 de0 not re-enabled after hub down o [1997/04/05] ports/3205 jmz Mtools-3.0 attempts to flock() a disk par f [1997/04/05] kern/3209 dyson 3.0-current panics on shutdown/reboot/hal o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/09] kern/3244 ipfw flush closes connections o [1997/04/10] bin/3246 mtree -c should escape whitespace and spe o [1997/04/12] kern/3263 troubles with digiboard o [1997/04/13] kern/3278 mounting MFS uses up swap space o [1997/04/15] bin/3305 Can't do encrypted rlogin into self f [1997/04/16] bin/3307 Unable to Route to a different Class C wi o [1997/04/18] bin/3325 brian http request over ijppp hangs o [1997/04/18] kern/3327 using gdb may cause hanging processes. f [1997/04/18] kern/3328 dyson another kernel panic o [1997/04/19] kern/3351 Scsi bus timeouts in 2.1.7.1 (adaptec 294 o [1997/04/19] bin/3355 se ncrcontrol fails when -DFAILSAFE in kerne o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/04/28] bin/3406 rich Fresh Internet Install - Permissions on f o [1997/05/01] gnu/3441 C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w o [1997/05/02] kern/3468 Panic - page fault in kernel mode o [1997/05/02] gnu/3470 fail to use standart ANSI C++ string clas o [1997/05/03] bin/3478 pwd_mkdb and passwd o [1997/05/04] kern/3495 _thread_fd_table is not initialized with o [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] conf/3526 Bug in config(8) mechanism o [1997/05/07] kern/3527 if_de.c doesn't recognize Kingston card p o [1997/05/08] misc/3544 Uprgade problem with schg flags o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/11] misc/3578 defining CXXFLAGS in /etc/make.conf or en o [1997/05/12] kern/3579 de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA o [1997/05/12] kern/3583 'syctl kern' dumps core when displaying c o [1997/05/13] conf/3591 parts in rc.local have no effects in rc.* o [1997/05/18] bin/3622 gethostbyname fails for file descriptors o [1997/05/19] kern/3633 description of interface flags in ep(4) m o [1997/05/20] kern/3646 kernel built with "options NETATALK" fail o [1997/05/21] kern/3661 System locked up while editing rc.conf, w o [1997/05/23] bin/3670 make fails in libc o [1997/05/25] kern/3685 panic: fdesc attr o [1997/05/29] gnu/3714 gdb -w -k /kernel /dev/mem != gdb --wcore o [1997/05/30] conf/3725 Cirrus Logic PCMCIA Controller Support o [1997/05/30] kern/3726 process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/01] kern/3744 Inability to edit memory area for ed0 pre o [1997/06/01] kern/3745 Use of ed0 with buff addr of C8000 causes o [1997/06/01] conf/3750 phk Potential improvements to rc.firewall o [1997/06/02] i386/3760 Inlel EtherExpress pro/100B !!! o [1997/06/02] bin/3763 df hangs uninterruptably when nfs mount f o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/07] conf/3807 mitsumi cd-rom fx800 (8x cd-rom) is not r o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/09] ports/3822 asami ports-current Xaw3d doesn't compile o [1997/06/09] kern/3827 fopen/freopen fails on some binary files. o [1997/06/13] i386/3857 bios screensaver screws up screen f [1997/06/13] bin/3862 I dont seem to get a login prompt.... o [1997/06/16] misc/3883 @+netgroup entries break +NIS-user entrie o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special f [1997/06/22] kern/3925 SO_SNDLOWAT of 0 causes kernel to use 99% o [1997/06/28] misc/3980 access via NFS fails during mount-operati o [1997/06/29] bin/3982 /usr/include/arpa/tftp.h has bug preventi o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/01] i386/4006 panic: ahc_intr: AWAITING_MSG for an SCB o [1997/07/02] kern/4012 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen o [1997/07/03] kern/4022 Fatal double fault using vn device o [1997/07/04] kern/4032 gibbs During recovery from scsi errors, incorre o [1997/07/04] gnu/4033 peter cvs clears default branch when adding a f s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/06] docs/4043 man page for directory ops is misleading o [1997/07/07] ports/4050 jfitz mrtg: rateup dumps core with malloc_optio o [1997/07/09] kern/4071 Accessing /dev/rst0 causes `DMA beyond en o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4107 ch.c does not use bounce buffers o [1997/07/17] gnu/4111 send-pr doesn't se that Category is actua o [1997/07/17] kern/4115 SunOS NFS file has wrong owner if creator f [1997/07/19] kern/4119 brian can't connect to Win NT 4.0 RAS using MS o [1997/07/20] ports/4129 obrien New port uploaded to incoming/sane.tar.gz o [1997/07/26] bin/4171 fetch(1): poor error handling in http mod o [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/27] ports/4178 jdp The cvsup port cannot be built on a non X o [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 kernel pci driver for Digital 21041 Ether f [1997/07/31] bin/4202 pwd_mkdb trashes .db o [1997/08/04] i386/4226 Floating point exception for double preci o [1997/08/05] bin/4231 ipfw no more returns error when deleting o [1997/08/06] kern/4233 pca driver does not support A-law encodin o [1997/08/06] bin/4234 ncurses programs broken, won't work in re o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/06] bin/4241 send-pr aborts when emacs is editor o [1997/08/07] kern/4242 Remounting devfs causes panic o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/09] bin/4254 steve make in free(): warning: chunk is already o [1997/08/09] kern/4256 gibbs ahc driver: kernel goes to strange state o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers a [1997/08/11] kern/4271 sos System crashed caused by moving mouse poi o [1997/08/11] bin/4276 Security problem with DNS resolution o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 NFS over TCP reconnect problem o [1997/08/19] kern/4338 New device driver o [1997/08/21] bin/4353 fetch -m changes modified date o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] docs/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/08/27] ports/4405 jfitz ascend-radius port is out-of-date a [1997/08/29] kern/4416 syscons: problem with font a [1997/08/29] kern/4417 syscons: mouse pointer destroys character o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/06] bin/4476 fetch puzzled while getting files when ma o [1997/09/06] bin/4477 vidcontrol fails to change videomode on s o [1997/09/07] kern/4487 Kernel panic executing a directory o [1997/09/08] bin/4497 Reverse DNS fails for some CIDR *.IN-ADDR o [1997/09/08] kern/4498 Files corrupted when written to Iomega Zi o [1997/09/09] kern/4505 Support for Gravis UltraSound PnP card o [1997/09/10] kern/4508 nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i a [1997/09/18] bin/4568 simple /bin/sh script produces wrong resu o [1997/09/18] misc/4576 mfs does not mount requested size from /e o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/19] bin/4585 termcap search fails too early o [1997/09/20] kern/4588 NFS access locks up o [1997/09/21] bin/4599 mktemp is too smart, accesses the path gi o [1997/09/21] kern/4600 nfs lookups might give incorrect result f [1997/09/22] kern/4609 Heavy HTTP load causes "out of memory buf o [1997/09/25] kern/4630 buffer_map might become corrupted o [1997/09/26] conf/4634 Sendmail Problem o [1997/09/27] bin/4638 telnet tries to resolve numerical IP addr o [1997/09/29] kern/4657 faulting to probe DSI modem in LoadSoftMo o [1997/09/30] ports/4662 ports Ports Additions: upsd-2.0 o [1997/09/30] kern/4663 checkalias panic o [1997/09/30] kern/4665 Machine reboots self often. Second probl o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/01] kern/4676 signals delivered slowly on 3.0-CURRENT/S o [1997/10/02] bin/4678 amd does not treat multiple interfaces on o [1997/10/03] bin/4683 restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/05] bin/4692 steve make core dump / SUFFIXES o [1997/10/06] ports/4711 jfitz mail/p5-Mail-Folder runtime requirement m o [1997/10/07] ports/4724 ports teTeX-0.4 port, make install fails - not o [1997/10/14] misc/4766 Simple changes to make ipfw safer and eas o [1997/10/14] kern/4768 netatalk won't start with multicast error o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] ports/4773 torstenb Error in posting news items to INN server o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4776 netatalk broken in 2.2-STABLE o [1997/10/16] bin/4780 /usr/sbin/sysctl not available when /usr o [1997/10/16] ports/4781 ports installation of teTeX overwrites the mp e o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/18] bin/4795 glitch in /bin/sh cd command o [1997/10/18] docs/4797 confusion in worm(4) manpage o [1997/10/18] ports/4798 jmz setuid-root Xserver problem o [1997/10/19] ports/4803 ports xgrabsc dies with "bus error" after selec o [1997/10/19] misc/4804 < periodic does not build locate database o [1997/10/19] bin/4805 NFSv3 server readonly file permission pro o [1997/10/21] bin/4822 login.conf can't deal with NFS-mounted ho o [1997/10/22] i386/4826 libc_r, buggy setjmp implementation (rook o [1997/10/24] kern/4843 48 meg double fault moved to 64 meg in 2. o [1997/10/24] ports/4846 ports Install option for HTML docs does not wor o [1997/10/25] bin/4850 Named crashes with "rm_datum: DB_F_ACTIVE o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/27] ports/4865 ports xdm doesn't set env variables o [1997/10/27] i386/4873 INSTALLATION o [1997/10/28] kern/4875 NFS v3 from FreeBSD to Alpha/OSF3.2 has w o [1997/10/28] misc/4881 Make buildworld and make world fail o [1997/10/28] bin/4884 the version of amd in 2.2.5-RELEASE appea o [1997/10/30] kern/4893 FreeBSD-stable kernel will not compile o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/10/31] bin/4910 tftpd does not log when chroot is enabled o [1997/11/01] bin/4913 Large mail messages can cause mail.local o [1997/11/01] bin/4917 Bad parameters to ifconfig cause kernel p o [1997/11/02] bin/4918 Make fails to correctly substitute "Autom o [1997/11/02] kern/4921 sio0/sio1 not found - probe test 5 and 8 o [1997/11/02] bin/4922 man & more do not work with being suspend o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/03] misc/4931 Keyboard lockup during floppy install o [1997/11/04] bin/4939 uuxqt unable to execute rnews program o [1997/11/05] conf/4944 make world of FreeBSD-stable fails o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/05] i386/4950 no multicast support for zp - 3c589 o [1997/11/06] kern/4956 Machine boots when mounting /dev/sd0[ac] o [1997/11/08] ports/4983 erich Upgrade xmorph port o [1997/11/09] kern/4990 NFS hangs under FastEthernet. 1024 Bytes o [1997/11/10] bin/4998 mail and more do not work well with being o [1997/11/10] misc/5001 During installation sc0 device is require o [1997/11/10] misc/5002 Novice Installation gets confused if you o [1997/11/10] misc/5005 f2c is buggy and seriously outdated (agai o [1997/11/11] bin/5008 libc_r not working at static linking o [1997/11/13] misc/5032 something strange o [1997/11/14] bin/5041 brian natd drops aliases o [1997/11/14] bin/5043 malloc/realloc/free (unacceptably) dog-sl o [1997/11/14] i386/5044 Linux emul: Missing offset assignment in o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/17] kern/5071 2.2.5-STABLE crashes under heavy network o [1997/11/17] ports/5079 ports /usr/ports/x11/auis/patches needs updatin o [1997/11/18] bin/5084 wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/19] i386/5092 sio2 (com3) doesnt work o [1997/11/19] ports/5093 ports gated 3-5-7 exited on signal 11 o [1997/11/20] kern/5102 freebsd NFS client with obscure mount opt o [1997/11/20] kern/5103 security-officerIt appears to be possible to lockup a Fre o [1997/11/20] bin/5105 mount_cd9660 or mount -t cd9660 fails to o [1997/11/20] ports/5106 ports Perl5 is not listed as an install option o [1997/11/20] misc/5107 rebuilding of whatis database does not ca o [1997/11/22] docs/5124 No unpacked documentation in 2.2.5 CD's. o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk o [1997/11/25] kern/5149 2.2.5 boot floppy won't o [1997/11/25] bin/5151 The addition of a call to issetugid() in o [1997/11/30] i386/5183 The ATAPI I/O is blocked. o [1997/12/02] bin/5189 rcmd(3) only allows one hardcoded connect o [1997/12/02] conf/5191 fsck during boot fails due to lack of res o [1997/12/03] bin/5199 fsck fails at boot time with sig11: segme o [1997/12/03] kern/5204 -g breaks kernel compile, clean does not o [1997/12/03] kern/5205 de driver: media selection broken for 843 o [1997/12/03] bin/5206 lpr looks in wrong place for spool, and b o [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/03] kern/5212 nullfs crashes under several situations o [1997/12/04] bin/5219 login(1) fails when NFS-mounted homes are o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP o [1997/12/08] kern/5255 sysctl kern.boottime is not read only o [1997/12/08] bin/5256 netstat sockaddr bogon o [1997/12/08] ports/5257 ports libpng-0.96 fails to compile in share mod o [1997/12/10] bin/5268 boot failed, system panic with 3Com ether o [1997/12/11] kern/5271 New version of driver o [1997/12/11] ports/5273 ports Port of o2c-1.16 o [1997/12/11] i386/5277 se installation panic o [1997/12/13] kern/5285 quotas do not work properly with setuid p o [1997/12/14] kern/5294 net.inet.icmp.bmcastecho doesn't work o [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/14] kern/5298 zone allocator causes recursive lock on k o [1997/12/15] bin/5306 gethostbyname() returns herror "Unknown h o [1997/12/15] conf/5307 sysinstall wedges CD drive o [1997/12/16] kern/5328 Cyrix P166+ on ASUS P/I-P55TVP4 with 64 M o [1997/12/18] kern/5335 ktrace o [1997/12/19] bin/5345 NIS netgroup lookups (innetgr) don't work o [1997/12/19] kern/5347 DEC (de0) ethernet card has no buffers af o [1997/12/19] kern/5348 Difficult to find supported sound card o [1997/12/19] kern/5349 File shows 0 bytes but actually contains o [1997/12/20] kern/5353 SDL Riscomm/8 driver does not work o [1997/12/21] kern/5358 USWC write posting must be turned off on o [1997/12/21] i386/5359 diffs to fix problems, add flexibility to o [1997/12/26] kern/5382 APM functionality for aic scsi-driver o [1997/12/28] kern/5389 2nd IDE controller (wdc1) not detected o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 de0 selects wrong media when reconnected o [1998/01/02] i386/5418 Mitsumi FX001D CD-ROM drive and bug in sy o [1998/01/03] bin/5422 brian Userland PPP with aliasing enabled and mr 436 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1994/12/01] kern/35 mount -t union -o -b : lower layer not se o [1995/01/14] bin/115 systat iostat display doesn't scale high o [1995/01/22] kern/176 peter EIDRM not defined in errno.h o [1995/04/20] misc/355 policy on /usr/local permission in base r o [1995/05/13] bin/401 wollman Add REMOTE_* variables a [1995/05/23] i386/440 sos want vidcontrol option to apply settings a [1995/05/27] gnu/450 scrappy tar --exclude -c doesn't work o [1995/06/15] bin/517 wpaul Bad group change with 'install' o [1995/07/05] bin/591 phk SPAP request REJexted in stead of NAKed o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems f [1995/08/03] kern/652 Multiple addresses on one interface inter s [1995/08/05] gnu/655 jdp ld -r of shared objects worked in 1.1.5, o [1995/08/07] bin/658 ifconfig alias has to be separately given f [1995/08/12] kern/677 dyson X gets a bus error when calling mmap() o [1995/08/13] bin/680 2.0.5's tip using termios doesn't act the o [1995/08/18] kern/700 fenner The comments in /sys/net/if.h are confusi o [1995/09/26] kern/742 dyson syslog errors accessing Mac hard disks [p o [1995/10/03] kern/765 phk umount -f can`t umount a NFS filesystem i o [1995/11/20] kern/831 one minor complaint about the kernel visu o [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dyson swapinfo shows incorrect information for o [1995/12/17] kern/900 dyson ext2fs triggers divide by zero trap in vn a [1995/12/29] misc/922 From line handling incorrect in mail.loca a [1995/12/31] kern/924 EISA devices have disappeared from vmstat o [1996/01/21] bin/961 'more $file', incorrect CRLF compacting. o [1996/01/28] kern/975 bde getrusage returns negative deltas a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/02/03] bin/993 peter g++ complains about /usr/include/machine/ o [1996/02/07] bin/999 peter /usr/share/mk/sys.mk missing common $(RM) o [1996/02/12] bin/1021 phk pppd doesn't handle PAP-only authenticati o [1996/02/25] i386/1042 bde Warning from sio driver reports wrong dev o [1996/02/26] misc/1043 dyson vm_bounce_alloc error on 2.1 install with o [1996/03/20] kern/1090 iostat displays incorrect sps count o [1996/03/20] bin/1093 wollman route's diagnostic is weird o [1996/04/06] kern/1119 dyson Mounted EXT2FS partition is not cleanly u a [1996/04/15] kern/1144 sig{add, del}set and sigismember fns don' a [1996/04/22] bin/1154 Configure tunN device for ip-over-ip tunn o [1996/04/23] bin/1155 systat or top display disagreeing informa o [1996/05/09] bin/1184 scrappy ls + xterm + nvi + columns != 80 + ^Z = m o [1996/05/15] bin/1206 steve /bin/sh + emacs + ^G = ruined terminal o [1996/06/11] bin/1312 automounter hangs on boot o [1996/06/12] conf/1319 muldi3 is not included into kernel's Make a [1996/06/13] bin/1320 gpalmer dump limits blocksize to 32K o [1996/06/18] i386/1331 phk changes and bug in ft driver f [1996/06/18] bin/1332 changes to amd and possible nfs lkm bug? f [1996/07/04] misc/1369 Need SC_MORE_LUS for Emulex MD23 also a [1996/07/07] bin/1375 Extraneous warning from mv(1) f [1996/07/07] misc/1376 if_tun.c does not set if_ibytes and if_ob o [1996/07/18] kern/1399 dyson invoking setuid programs over NFS case vn o [1996/07/21] ports/1416 ports cflow(1) doesn't parse GNU C __attribute_ s [1996/07/23] kern/1421 Non-bug in sosend() o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET o [1996/08/03] kern/1462 nfsstat doesn't work if using LKM'ed vers a [1996/08/07] ports/1470 asami need more info in the ports structure o [1996/08/17] kern/1501 vmstat reports impossible avm after start o [1996/08/17] bin/1502 vmstat 'avm' field merges with procs 'w' o [1996/08/17] kern/1508 sos syscons should protect against useless DD o [1996/08/19] kern/1514 dyson mlock fails on readonly regions o [1996/08/20] kern/1516 dyson vm_fault.c contains dead code or too many o [1996/08/21] ports/1520 erich sudo dosn't recognise certain passwords a o [1996/08/21] bin/1523 "cvs update -d -P" prunes unchecked-in di o [1996/08/24] misc/1538 enhanced /etc/security script a [1996/09/04] bin/1565 Moving a file to it's link completely rem o [1996/09/06] bin/1577 mail -f foo does not look in current dire o [1996/09/08] bin/1589 ftp fails to flush output o [1996/09/11] bin/1598 tip leaves OPOST set on controlling termi o [1996/09/12] bin/1607 dfr unmount fails for a NFS fs mounted withou o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize o [1996/09/14] kern/1614 Attempt to mount an NTFS partition causes f [1996/09/18] kern/1636 mss driver extension to broaden support a [1996/09/18] bin/1642 pkg_install Makefiles could be simplified o [1996/09/19] kern/1654 In procfs, vattr doesn't contain correct o [1996/09/20] kern/1658 ktrace/kdump flaky - corrupted ktrace.out o [1996/09/23] i386/1671 s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] kern/1690 apm and sbxvi inappropriately probe as co o [1996/09/29] docs/1691 brian ppp server doc submission o [1996/10/02] misc/1708 monthly login accounting o [1996/10/02] kern/1711 joerg kernel logging of signaled processes shou o [1996/10/04] bin/1721 /sbin/route incorrectly installs routes w o [1996/10/04] kern/1725 visual config redraws bits of the screen f [1996/10/08] misc/1738 Install floppy returns random geometry wi o [1996/10/11] conf/1777 sysctl called in /etc/netstart before /us s [1996/10/13] kern/1788 wollman netstat gives negative numbers for tcp by o [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/13] bin/1793 steve /bin/sh return w/o exitstatus in a functi o [1996/10/14] bin/1804 pkg_create hangs if the packing list has o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong o [1996/10/20] misc/1853 Syscons font mapping semms not to work pr o [1996/10/20] docs/1855 joerg Addition to LINT o [1996/10/22] kern/1868 system knows it has no keyboard but compl o [1996/10/23] misc/1871 incorrect '===> item' when making world o [1996/10/23] bin/1872 automounter (amd) cannot ls directories w o [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl o [1996/10/26] bin/1897 Sendmail 8.8.2 requires /etc/sendmail.cw o [1996/10/27] bin/1904 /usr/bin/su is not careful enough in veri o [1996/10/29] bin/1924 if lpd is not running, lpc will say ``no o [1996/10/30] i386/1931 Mitsumi CDrom works well under 2.1.x, fai o [1996/11/01] bin/1941 wtmp and monthly rotation o [1996/11/01] bin/1943 route(8) args o [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout o [1996/11/04] gnu/1961 uucp logging files are in /var/spool/uucp o [1996/11/06] bin/1968 FreeBSD has no rdate(8), here's one o [1996/11/06] bin/1970 csh limtail() bug o [1996/11/09] bin/1985 pkg_delete outputs confusing message when o [1996/11/13] kern/2004 route add -link panic o [1996/11/13] bin/2005 Poor command line argument checking and b o [1996/11/14] bin/2008 kerberos tickets from login all have the o [1996/11/15] kern/2022 Switching from X display to virtual conso o [1996/11/16] bin/2036 cpio size wraparound o [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken o [1996/11/19] bin/2065 wollman in tzsetup/sysinstall, allow user to type o [1996/11/19] misc/2068 Unstable keyboard mappings on the main tt o [1996/11/20] kern/2072 ZIP drive support is available for FreeBS o [1996/11/22] docs/2087 ifconfig.8 does not document how to remov o [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi o [1996/11/25] misc/2105 bsd.lib.mk has problems with STRIP and IN o [1996/11/26] bin/2106 Byte order problem in -current routed o [1996/11/26] i386/2108 sos [ATAPI] wcd driver may hang under certain o [1996/11/28] kern/2118 sos writing to virtual consoles fails to disp o [1996/11/28] bin/2119 mount lies to child about argv0, which ca o [1996/12/01] bin/2133 netstat -s overflows to negative o [1996/12/02] bin/2137 vm statistics are bad o [1996/12/02] kern/2140 FreeBSD leaves EtherExpress 16 net card i o [1996/12/03] conf/2146 brian wrong /dev for COM2 during installation v o [1996/12/07] ports/2169 pst zephyr port disagrees with Kerberos causi f [1996/12/08] ports/2182 ports FreeBSD's and X-32's list of locales do n o [1996/12/08] bin/2184 sendmail has lots of trouble with local d a [1996/12/10] ports/2190 asami need cross-reference to xpdf from X11 por o [1996/12/12] kern/2199 joerg Got a lots of "Target Busy" messages with o [1996/12/14] kern/2214 File System gets corrupted when mounting o [1996/12/14] bin/2216 Ada specs not being compiled into cc/gcc o [1996/12/16] bin/2227 FreeBSD does not recognize WD7000-ASC dri o [1996/12/17] i386/2234 fbsdboot.exe does not turn off floppy dri o [1996/12/17] i386/2239 some interrupts take too long (i.e. BT946 o [1996/12/18] misc/2242 Suggest add optional mt blocksize 512 o [1996/12/18] bin/2247 imp getopt should return -1 rather than EOF f [1996/12/20] bin/2260 brian PPP logins using PAP to Nortel/Shiva syst o [1996/12/21] ports/2264 jmz latex* ports need updating a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul o [1996/12/25] conf/2284 Termcap ibm3163 entry has arrow keys wron o [1996/12/26] bin/2291 race condition in /etc/master.passwd lock o [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 markm new crypt() including SHS and an extendab o [1996/12/28] misc/2309 Thread safe fixes to malloc, localtime, l o [1996/12/29] bin/2315 tail segfaults on NFS permission denied o [1996/12/29] misc/2323 FreeBSD.FAQ file in ftp.freebsd.org is lo o [1996/12/30] kern/2327 `Green' saver for pcvt o [1997/01/01] docs/2353 Changes to FAQ o [1997/01/03] bin/2366 libc does not consult /etc/services to fi o [1997/01/03] bin/2368 serial line logins "freeze" during login o [1997/01/06] bin/2382 curses.h / -lcurses incompatible with C++ o [1997/01/06] bin/2383 Inconsistent tputs(3) prototypes in curse o [1997/01/06] misc/2386 patches for new socket credential firewal o [1997/01/06] bin/2387 virtual hosting patches for inetd o [1997/01/06] kern/2390 Some CDROM drives stop audio on cdcontrol o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/07] misc/2407 dirent.h does not include sys/types.h o [1997/01/07] bin/2410 pppd(8): failing PAP doesn't force line d o [1997/01/07] kern/2412 USER_LDT not compiled in machdep.c & co o [1997/01/07] ports/2413 peter Cannot redirect "top" output o [1997/01/08] kern/2424 Pressing ALT-Fn during boot -c leave bell o [1997/01/09] kern/2429 Driver for AIMS Lab RadioTrack radio card o [1997/01/10] bin/2437 minor nits on text in 2.2-BETA install o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/10] bin/2443 Fetch cannot find the correct boundary be o [1997/01/11] bin/2448 semctl() not portable -- freebsd requires o [1997/01/11] docs/2455 no description "option COMCONSOLE" MLEN o [1997/01/26] misc/2596 dd refuses to respond to SIGkill o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/01/28] ports/2607 max New port: Gopher-2.3 o [1997/01/29] misc/2617 Utility submission - upsmon - UPS monitor o [1997/01/30] kern/2621 Patch to support Cogent EM110 fast-ethern o [1997/01/30] docs/2623 ipfirewall(4) man page is way out of date o [1997/01/30] bin/2624 kdump unaware of semsys and several other o [1997/01/31] bin/2630 xargs does excessive and inconsistent arg o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/04] bin/2657 ypserv thinks there is no computers in ne o [1997/02/04] bin/2660 When selecting BSD to boot from system ha o [1997/02/04] bin/2665 port 22 isn't being converted to ".ssh" i o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/05] bin/2672 Problem with telnetd s [1997/02/07] ports/2684 torstenb ircII port upgrade; 2.9_roof -> 2.9alpha1 o [1997/02/07] kern/2686 struct igmpmsg in s o [1997/02/10] bin/2703 vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] conf/2709 FBSD 2.1.6 X-Server installation setup ut o [1997/02/11] bin/2713 ftp daemon processes don't terminate, eve o [1997/02/11] kern/2715 MSDOS-FS 1024/2048 byte/sector media supp o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2734 jkh pkg_* uses relative paths to executables o [1997/02/14] bin/2735 jkh Add signature support (both MD5 and PGP) o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/20] docs/2780 Description of Linux emulation is out of o [1997/02/20] bin/2782 err man page is slightly wrong o [1997/02/21] misc/2789 na.phone update o [1997/02/22] ports/2797 obrien New Port: qmail o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2819 /etc/rc does not execute 'uname' when con o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/02/27] gnu/2827 after make world genclass is not installe o [1997/02/28] docs/2833 Repeated topics on FAQ entry hardware com o [1997/03/02] docs/2850 init(8) man page does not document secure o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 dfr NFS client hangs on umount, ls, df when N o [1997/03/03] bin/2871 showmount -e returns error o [1997/03/04] misc/2882 Duplicate line in /etc/services? o [1997/03/05] kern/2886 fenner mbuf leak in multicast code o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/09] i386/2924 sos syscons X keyboard gets stuck in capsmode o [1997/03/09] ports/2926 jmb xmgt-2.31 port, now in pub/incoming on ft o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 Add -b, -l, and -f options to du(1) o [1997/03/11] ports/2949 asami bsd.port.mk needs something like FETCH_EN o [1997/03/11] misc/2955 pkg_add failed on xemacs via sysintall o [1997/03/13] ports/2974 ports updated Makefile and patch-ab of jp-dvi2p o [1997/03/13] bin/2977 After enabling moused and vidcontrol and o [1997/03/13] bin/2979 GCC complains about stmt. expr. when comp o [1997/03/13] i386/2984 serial port console only prints ~ 1 char o [1997/03/14] ports/2988 joerg vga font is not built o [1997/03/15] ports/2993 obrien qmail-port-take2-proff.tar.gz in incoming o [1997/03/15] kern/3001 soundblaster8 card does not work correctl o [1997/03/16] misc/3009 packages-2.2/x11/fvwm-1.24r.tgz corrupt o o [1997/03/17] ports/3012 obrien qmailanalog port in incoming o [1997/03/18] conf/3023 By default users have no write permission o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/18] bin/3025 mv to / trailed dirs prints odd error mes a [1997/03/21] ports/3052 ports /usr/ports/lang/expect does not find tkCo o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/24] misc/3075 2.2-R install "features" (non critical) o [1997/03/26] misc/3113 make libraries failed. a [1997/03/28] misc/3136 rc.firewall should be run after interface o [1997/03/29] bin/3139 qcamcontrol has a bug where I/O errors ar o [1997/03/29] misc/3140 display message is broken on boot.flp o [1997/03/30] docs/3147 /usr/share/misc/au.postcodes o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext a [1997/04/01] bin/3164 view copies the file into vi.recover o [1997/04/01] ports/3169 ports nn port broken o [1997/04/01] kern/3172 CS4232 support trouble for mss0 o [1997/04/03] bin/3190 RISCom N2 card driver problem? o [1997/04/04] bin/3194 2.2.1-RELEASE hangs when using /stand/sys o [1997/04/06] bin/3211 ctm uses mktemp()> o [1997/04/06] bin/3212 the pkg_* tools use mktemp() o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 uucpd.c should normalize host names as lo o [1997/04/08] bin/3232 XFree86 installation Problem with non-Mic a [1997/04/08] bin/3233 wosch adduser(8) doesn't add users to the wheel o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk a [1997/04/09] bin/3241 times(3) returns only stime o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/09] bin/3245 variable substitution "a=${a:=}" in /bin/ o [1997/04/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/10] kern/3253 scsiconf.c: make ZIP disks use optical dr o [1997/04/13] conf/3272 $@ is deprecated I believe, so use ${.TAR o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 symorder(1): -t option doesn´t work at al o [1997/04/14] bin/3285 date option for pom(6) (phase of the moon o [1997/04/14] bin/3286 missing error checking in mount_mfs(8) ak o [1997/04/14] kern/3287 missing symbols in /usr/src/sys/i386/i386 o [1997/04/14] bin/3289 login(1) does not check /etc/skey.access o [1997/04/15] kern/3299 /dev/console hangs f [1997/04/15] kern/3302 msdos FS bogus error o [1997/04/17] bin/3314 /etc/daily did not run on April 6, 1997 o [1997/04/17] kern/3317 odd TUBA_INCLUDE use in tcp_input.c o [1997/04/17] ports/3318 ports New port: jigsaw (Java-based HTTP server) o [1997/04/18] ports/3322 markm setlocale problem in lang/perl5 a [1997/04/19] ports/3335 ports new port request of korean/hanemacs o [1997/04/20] ports/3358 asami XFMail-1.1 has been released f [1997/04/23] kern/3375 Consistent 10 min. delay at boot with REL o [1997/04/25] ports/3383 ports kaffe core dumps if LD_LIBRARY_PATH not s o [1997/04/25] bin/3386 kernel 'config' wrapper 'doconfig' ala Di o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/27] docs/3400 MAXMEM uses maths in LINT o [1997/04/29] bin/3416 ibcs emulation problems o [1997/04/29] bin/3418 pkg_create doesn't always create gzip'ed o [1997/05/01] ports/3455 jmz mtools-3.6.tgz could have a better mtools o [1997/05/02] kern/3475 gdb(ptrace?) cause create/modify times on o [1997/05/03] misc/3476 Please add support for .cpp suffix to sta o [1997/05/05] i386/3504 New features (and manpage) for netboot o [1997/05/05] bin/3506 more did not show iso-8859-n characters o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/06] docs/3522 Man pages close(2) misses fcntl lock info o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3556 Bug with -i option in /usr/bin/lpr o [1997/05/09] bin/3558 make reinstall collapses on install-info o [1997/05/09] kern/3560 Timeout counter bug in /sys/i386/isa/wd.c o [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/11] conf/3577 eBones and OBJLINK=yes fails to build o [1997/05/12] kern/3584 cleanup TCP_REASS macro in tcp_input.c o [1997/05/13] conf/3590 Difference in ttys and FAQ f [1997/05/14] ports/3597 ports jp-groff-0.99 port macro update o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/19] docs/3636 No mention is made in relevant manpages a o [1997/05/20] bin/3638 /bin/w can't handle long /dev/{tty,cua}xx o [1997/05/20] bin/3639 ac doesn't know about FreeBSD's pty names o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher o [1997/05/21] bin/3648 find(1) extension for file flags o [1997/05/21] ports/3657 ports Port of NCSA HyperNews submitted as p5-hy o [1997/05/22] i386/3663 Unable to get system printer to work o [1997/05/22] kern/3667 patches to modularize vnode driver o [1997/05/24] conf/3673 no ddp line in /etc/protocols o [1997/05/25] kern/3678 bug in IPDIVERT code in -current o [1997/05/27] misc/3695 compiled termcap.db not in distribution o [1997/05/29] conf/3713 installation floppy bug o [1997/05/30] kern/3720 Addition for supported Hardware o [1997/05/31] ports/3729 scrappy pgsql dies when initiated o [1997/05/31] kern/3731 Addition of a PCI Bridge f [1997/05/31] bin/3733 davidn getty with 'to' option causes pppd to die o [1997/06/01] kern/3738 Byte and packet counters in ipfw overflow o [1997/06/01] kern/3739 pause key not disabled; weird stuff when o [1997/06/01] conf/3751 Improvements to /etc/rc{,.network,.pccard o [1997/06/02] ports/3759 tg xtem-5.23 (X11 TEx Menu) port submitted ( o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/02] docs/3764 systat(1) -vmstat description seems to be o [1997/06/04] bin/3778 ypbind -S domainname,server1,... does not o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] docs/3819 davidn man (5) login.conf specifies passwordtime o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] kern/3836 Cannot remove HUGE directory o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 netboot/ns8390.c breaks NS datasheet o [1997/06/12] i386/3856 Improvement to autodetection logic o [1997/06/13] bin/3859 Setting the $0 variable in perl dosnt do o [1997/06/14] bin/3866 rcs2log fails with eastern timezones f [1997/06/14] ports/3870 ports Upgrade tkdesk 1.0b3 --> 1.0b4 o [1997/06/15] kern/3879 Can't export mounted ext2fs via NFS o [1997/06/16] conf/3886 install does not build sendmail host stat o [1997/06/17] ports/3892 itojun new port: www/webxref (cross-reference ge o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/20] gnu/3918 vi dosnt wrap lines when called from send o [1997/06/22] ports/3928 ports New port: jp-pgp-2.6.3ia (language) o [1997/06/23] kern/3938 Problem about mmap() over NFS o [1997/06/23] ports/3939 ports new port: latex2html_icon_server o [1997/06/23] ports/3940 fenner port of latex2html-96.1 o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] bin/3957 Makefile dependency error in amd o [1997/06/26] ports/3958 jmz a2ps fails if used according to man o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/06/30] ports/3991 ports set of OffiX ports a [1997/07/01] bin/4004 moused(8) + international language text = o [1997/07/02] ports/4014 ports package/port installation obeys roots uma o [1997/07/03] i386/4024 sos Patch to add dead key support to syscons o [1997/07/03] ports/4025 ports New port - jp-ebw3 o [1997/07/05] kern/4037 boot.flp panics after kernel load if >2 s o [1997/07/06] kern/4039 2940UW and DCAS 32160 -- hungs if 40 MB/s o [1997/07/07] kern/4051 pppd connect 'chat ...' broken o [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/08] ports/4061 obrien new port: xklock o [1997/07/08] misc/4063 2.2.2R Installation fails if Jaz drive sp o [1997/07/09] ports/4067 ports wrong formats of files in offix.tar o [1997/07/13] ports/4083 ache netscape wrapper doesn't hand off args co o [1997/07/14] bin/4087 nameservice terminates after ndc restart o [1997/07/16] ports/4103 ports Should I or should I not ? o [1997/07/17] kern/4112 PPSCLOCK kernel diffs o [1997/07/17] kern/4113 Processes shouldn't get SIGIO when the tt o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/19] bin/4120 Partition sysid prevents extended DOS par o [1997/07/20] ports/4127 ache netscape-3.01: get rid of bogus error mes o [1997/07/20] ports/4133 chuckr new port: mpich.tar.gz o [1997/07/21] misc/4138 /etc/rc and sudo : chg to rm -rf /var/run o [1997/07/23] kern/4153 New tcp initial send sequence number code f [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se o [1997/07/24] bin/4157 netstat atalk output should print symboli o [1997/07/24] bin/4163 ftp core dumps after hitting control-C f [1997/07/25] bin/4165 fetch gone to interminable query cycle af o [1997/07/26] bin/4172 link goes down for too long -- transfer f o [1997/07/27] bin/4182 netstat should always print the interface o [1997/07/27] bin/4183 How about upgrading bc to 1.04? o [1997/07/28] kern/4184 minor nits in sys/netatalk o [1997/07/28] bin/4187 The w command should have a larger tty fi o [1997/07/30] ports/4192 ports New port: Amulet o [1997/07/31] conf/4201 Installing only X-User does not install c o [1997/07/31] bin/4204 ac printed wrong report about tty users o [1997/08/01] misc/4208 sos New syscons font o [1997/08/02] bin/4216 dlsym returns null o [1997/08/03] kern/4221 Kernel mode pppd doesen't update wtmp on o [1997/08/04] ports/4227 ports cops perl script produces errors o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] ports/4232 scrappy Boot-time start of postgressql postmaster o [1997/08/06] misc/4235 asami /usr/share/mk/bsd.ports.mk and GNU config o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP a [1997/08/09] kern/4257 itojun scsi RESERVATION CONFLICT support needed o [1997/08/10] ports/4263 ports new ports: jp-vfxdvik-18f (dvi viewer for o [1997/08/10] ports/4264 ports mftp get a Segmentation fault o [1997/08/12] ports/4281 ports Compress pcl graphics files - this is an o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/12] ports/4287 jfitz mail/p5-Mail-Folder is broke a [1997/08/13] gnu/4290 ache man wrong viewed koi8-r manpages and neqn o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. f [1997/08/13] bin/4298 joerg Is there any support for using the scsi C o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 ports Recommendation re. Ports Collection f [1997/08/15] bin/4308 FreeBSD uses an out of date version of vi f [1997/08/17] bin/4323 Initial routing tables incomplete o [1997/08/18] kern/4329 read(2) from /dev/bktr0 hangs o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( s [1997/08/22] ports/4360 ports new port of Amaya-1.0b o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/24] bin/4369 dump can calculate wrong estimate times w f [1997/08/25] ports/4377 ports bkpupsd [device] o [1997/08/26] ports/4391 ports New port: VPCE o [1997/08/26] misc/4395 if exists(secure) in /usr/src/Makefile is o [1997/08/28] ports/4412 ports New port: YaTeX (in print and japanese) o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/08/30] docs/4439 davidn man pages wrong regarding login.conf o [1997/08/30] kern/4441 3com Etherlink III card not working while o [1997/08/31] conf/4444 Can't seem to configure for a DEC VRT17-H o [1997/09/02] bin/4452 wpaul /etc/ethers and NIS: Bad comment parser o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/04] misc/4470 libc_r deviates from the pthread standard o [1997/09/04] docs/4472 manpage for /usr/bin/printf is not comple o [1997/09/07] misc/4482 jdp A bug in dynamic loader design o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/07] kern/4485 boot fials if root fs blocksize is not 8k o [1997/09/08] ports/4496 fenner new port of latex2html-97.1.tar.gz o [1997/09/12] ports/4521 ports 'Joe' editor does not show control-chars o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti o [1997/09/15] i386/4547 asc.c and pcaudio.c should use selrecord o [1997/09/16] bin/4553 man fails to open manpage if ./man exists o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/16] misc/4560 XFree86 3.3.1 fails to install properly i o [1997/09/17] ports/4565 ports News port: ircII-current (ircII-2.9a8/col o [1997/09/18] conf/4572 /etc/rc.network loads ipfirewall lkm rega o [1997/09/21] ports/4595 ports Lynx tarball missing from ftp.freebsd.org o [1997/09/21] ports/4596 ports nas port fails build on 2.2-STABLE o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co f [1997/09/22] conf/4603 brian configure ddr between FreeBSD host and Ci o [1997/09/22] ports/4605 max New port ja-vftool-1.2(japanese/vftool). o [1997/09/22] ports/4608 obrien The packing list for the mutt port is inc o [1997/09/24] ports/4621 ports New port: xtris [category games] o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/25] ports/4631 ports New port: ncurses-1.9.9g o [1997/09/27] ports/4640 chuckr Enabled I18n code of transfig-3.2 with no o [1997/09/28] ports/4643 ports new port - japanese-english dictionary o [1997/09/28] ports/4644 ports This is a new port xfig -international ba o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/09/29] ports/4656 ports New port: sidplay (category emulators) o [1997/09/30] ports/4658 ports yet another X11 utility added -- XDiary o [1997/09/30] ports/4664 ports New port sendfile-1.6 (category net) o [1997/10/02] misc/4679 xtend(8) doesn't handle the "dump" comman o [1997/10/02] kern/4680 lkm version of vn.c o [1997/10/02] misc/4682 magic file entries for tcpdump save files o [1997/10/03] kern/4685 Some SCSI retry messages formatted differ o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/05] docs/4698 Handbook's script for making repair flopp o [1997/10/05] conf/4702 ipfw should pass all lo0 traffic, not jus o [1997/10/06] ports/4707 ports new-port : ja-mtools-3.6 (manipulating MS o [1997/10/06] kern/4717 si driver names tty lines oddly o [1997/10/07] misc/4723 /etc/rc complains during boot when sudo w o [1997/10/08] ports/4726 ports new port developed(X11 japanese font) o [1997/10/08] ports/4729 jfitz Fix for Cyrus port o [1997/10/09] bin/4732 ac command works incorrect with old wtmp o [1997/10/09] ports/4733 ports new port of cfengine o [1997/10/09] ports/4734 ports Ports of NDTPD-1.0.2 and BookView-1.0.4 o [1997/10/12] ports/4744 ports New port: pnmtopng o [1997/10/12] kern/4746 Yamaha CDR support o [1997/10/12] gnu/4748 cc -Wformat too sensitive o [1997/10/13] ports/4759 ports New port: ja-xnetmaj o [1997/10/14] ports/4767 ports New port: cftp-0.7 o [1997/10/14] ports/4769 ports msql-2.0.3 ported o [1997/10/15] ports/4770 ports New port: Xitami HTTP Server o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/16] ports/4777 ports New port: le-1.4.0 o [1997/10/16] docs/4778 manual page for mail(1) misses sendmail o o [1997/10/16] bin/4779 Missing BINDIR in sendmail 8.8.7 Makefile o [1997/10/16] bin/4783 make dumps core on some incorrectly forma o [1997/10/17] ports/4788 ports New port xd-2.3(misc/xd). o [1997/10/17] ports/4791 ports i can't make install on mc-4.1 port o [1997/10/17] ports/4792 torstenb New ports for INN 1.5.1sec2 & 1.6 Beta 3 o [1997/10/17] bin/4794 mount -p does not reflect noatime flag a [1997/10/19] ports/4808 andreas Broken password.c in backend/libpq for Fr o [1997/10/19] ports/4809 ports Update port: tkdesk 1.03b -> 1.04b o [1997/10/19] kern/4810 Access checks in msdosfs_mount() o [1997/10/20] ports/4811 ports patch-file corrections for faces and xfac o [1997/10/20] misc/4812 ctags(1) write to buffer beyond the end o o [1997/10/21] ports/4819 ports New port: libhelp o [1997/10/21] ports/4820 ports New port: seabattle-1.0 o [1997/10/22] bin/4825 routed discards the first character of th o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/22] bin/4829 ftpd does not check user's gid for groups o [1997/10/23] docs/4833 Manual page missing for pccardc o [1997/10/23] kern/4836 PCI support for si o [1997/10/23] kern/4837 bad error return from rmdir() with msdos o [1997/10/23] ports/4839 ports New port - spin - Verification system for o [1997/10/24] i386/4842 2.2.5-RELEASE biosboot make problem o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/10/25] kern/4856 netatalk cannot register own host o [1997/10/26] bin/4858 Missing :np: in local.9600 entry in getty o [1997/10/27] docs/4866 Man pages for basename(1) and dirname(1) o [1997/10/27] ports/4870 ports New port p5-Gtk o [1997/10/28] ports/4878 ports Apache w/FrontPage Module Port o [1997/10/28] bin/4882 uudecode can't handle whitespace in filen o [1997/10/29] ports/4885 ports Create a new ports about cqcam-0.45.tar.g o [1997/10/29] ports/4889 ports new port for ntimelord-1.0 o [1997/10/30] bin/4899 Telnet is not transparent even with -8E o [1997/10/31] kern/4904 The pthread implementation seems not cont o [1997/11/01] bin/4915 NFS mounts to linux machine can hang syst o [1997/11/02] ports/4919 ports -s option description is present twice in o [1997/11/02] ports/4920 ports New math port: METIS o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/02] bin/4924 /etc/daily should use full hostname o [1997/11/02] bin/4925 sendmail ignores user quotas o [1997/11/03] ports/4928 asami no 'update' target in /usr/ports/Makefile o [1997/11/04] ports/4933 ports New port: cgihtml library o [1997/11/04] ports/4935 ports audio/nas port fails build + fix o [1997/11/04] ports/4937 ports A looks-nice audio level meter port is no o [1997/11/04] ports/4941 ports New port: nslint 2.0a2 o [1997/11/05] bin/4947 ps(1) output is not parsable and -Ortprio o [1997/11/06] bin/4957 /bin/top doesn't sort idle processes corr o [1997/11/06] ports/4958 ports installing mutt port failes if sgmlfmt is o [1997/11/06] docs/4960 xman(1) and sgmls(1) buglets o [1997/11/07] bin/4966 boot.flp file is too big to image on to f o [1997/11/07] ports/4967 ports I have ported Carl DeClerck's mserver-0.2 o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/07] ports/4974 ports New port: YODL, Yet Oneother Document Lan o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/08] ports/4979 ports port for Eval-113 o [1997/11/08] ports/4980 ports NEW PORT: netscape3-us (Netscape Nav with o [1997/11/09] ports/4985 ports NEW PORT: www/htmlpp htmlpp-3.9, a WWW au o [1997/11/09] ports/4986 ports NEW PORT: comms/atp - ATP 1.50, a BBS QWK o [1997/11/09] kern/4989 NE2100 ethernet card (lnc1) gives poor pe o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/10] misc/4999 Entering '?' at first boot prompt in inst o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/11] ports/5013 erich Update xmorph to current version o [1997/11/11] ports/5014 ports Mysql package does not install correctly o [1997/11/11] docs/5016 make -j4 fails in share/doc/usd/13.viref o [1997/11/12] ports/5020 ports patch-aa AND checksum for xmysql 1.5 are o [1997/11/12] kern/5021 New /sys/i386/isa/si_jet.c o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] kern/5034 ports (tcsh) blocked write on named pipe sticks o [1997/11/14] kern/5038 FreeBSD can't read MS Joliet CDs. o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] ports/5042 ports New port: unpost-2.3.4 o [1997/11/14] ports/5045 ports freebsd.ftp.markers for xearth is out of o [1997/11/14] bin/5047 ipfw(8) IP address resolving problem if o o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] bin/5052 upgrade BIND o [1997/11/15] kern/5059 mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 ahasty Kernel doesn't compile with mss o [1997/11/15] misc/5064 A dos2bsd conversion utility in C. o [1997/11/17] docs/5070 new FAQ entries o [1997/11/17] bin/5072 /usr/bin/fetch parses a URL incorrectly o [1997/11/17] bin/5073 'host -t mx' coredumps o [1997/11/17] ports/5075 ports Update: print/c2ps to 4.0 o [1997/11/17] ports/5078 ports make clean complains about p5-DBD-mysql M o [1997/11/17] ports/5080 ports Apache-1.2.4: Improved rc.d script o [1997/11/18] misc/5081 sysinstall glitches o [1997/11/18] misc/5082 Permit upgrade of multi-disk system, or d o [1997/11/18] ports/5086 ports new port: elisp-manual.tar.gz o [1997/11/18] ports/5087 ports new port: emacs-lisp-intro.tar.gz o [1997/11/19] kern/5090 Driver for SMC9432TX Fast Ethernet Board o [1997/11/19] bin/5098 running out of swap space causes junk poi o [1997/11/20] misc/5101 make release use vn0 device (default devi o [1997/11/20] ports/5104 ports New port: sis-1.2pl1 o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] bin/5109 patch to ftpd, new option to limit number o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/20] ports/5111 ports New port of cooledit-3.5.2 o [1997/11/21] docs/5118 hier(7) manpage stills mentions FAQ & han o [1997/11/21] ports/5120 ports Update to BLAS lib. (math port) o [1997/11/23] ports/5131 ports New math port: SuperLU o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM o [1997/11/24] ports/5138 ports GNAT port is out of date o [1997/11/25] misc/5147 Submission of a shell script to help -CUR o [1997/11/26] misc/5153 release file checksums in wrong file o [1997/11/26] ports/5157 ports update to eterm port o [1997/11/26] ports/5158 ports thot editor port doesn't install template o [1997/11/27] ports/5161 ports new port: p5-DBD-Mysql o [1997/11/27] ports/5162 ports port submission: catdoc o [1997/11/27] ports/5167 ports New port ja-vftool-1.2(japanese/vftool). o [1997/11/28] bin/5173 restore ought to deal with root setable f o [1997/11/29] ports/5175 ports NEW PORT: news/xmitBin, a binary files au o [1997/11/29] ports/5177 ports Not enought argument in script of databas o [1997/11/30] ports/5179 ports New port ja-dvipsk-5.66a (japanese/dvipsk o [1997/11/30] i386/5182 A patch support high speed serial boards. o [1997/11/30] ports/5184 ports Port of S-Plus like language R o [1997/12/01] misc/5187 phantasia will segfault if it can't open o [1997/12/02] bin/5193 It takes ages to rebuild master.passwd if o [1997/12/02] conf/5195 Add HP JetDirect (9100/tcp) to /etc/servi o [1997/12/02] bin/5196 ps forces all IW'd processes into Is due o [1997/12/02] kern/5197 The swapper is ineffective o [1997/12/03] ports/5200 ports new port-package for pgpmoose o [1997/12/03] ports/5201 ports new port-package for fidogate o [1997/12/03] ports/5202 ports new port-package for pathalias o [1997/12/03] misc/5208 umount fails when device is a symlink o [1997/12/03] ports/5209 ports New port ja-mendexk-{euc,sjis}-2.4b (japa o [1997/12/03] conf/5213 My SB AWE64 isn't being recognized. o [1997/12/04] ports/5217 ports New port biology/kinemage o [1997/12/04] ports/5228 ports Several ports changes o [1997/12/05] bin/5230 Install problem o [1997/12/05] kern/5231 Mounted MS-DOS floppy disk writes unrelia o [1997/12/05] misc/5234 tcpwrappers/identd should belong to the b o [1997/12/05] kern/5236 CPU and mem not zeroed for zombie process o [1997/12/06] misc/5239 ata + atapi & /stand/sysinstall & dos o [1997/12/06] ports/5240 ports Incorrect path in pkfonts (fix) o [1997/12/07] ports/5245 ports new port, bugsx game o [1997/12/07] docs/5247 Boot FreeBSD from Linux LILO o [1997/12/08] ports/5251 ports Update the port(ja-man-1.1e):japanese/man o [1997/12/08] ports/5252 ports Update the port(ocaml-1.06):lang/ocaml. o [1997/12/08] bin/5253 catgets(3) and catclose(3) don't guard ag o [1997/12/09] conf/5261 libc_r is not an install option o [1997/12/09] bin/5262 display sid in ps o [1997/12/09] bin/5263 sh bug (with example) o [1997/12/10] ports/5270 ports New port: ptoc-2.01 o [1997/12/11] kern/5274 mt comp 0/1 does not work, with fix o [1997/12/11] kern/5275 Added volume (barcode) support to tape ch o [1997/12/11] bin/5276 mt should report compression status o [1997/12/12] ports/5282 ports update tkdesk port to latest tkdesk relea a [1997/12/12] bin/5283 danny Tar man page does not match program o [1997/12/13] bin/5284 pkg_create uses an unstandard tar o [1997/12/13] docs/5287 Bad tftpd man page o [1997/12/13] docs/5288 syslog.conf man page doesn't mention LOG_ o [1997/12/14] ports/5290 ports Update port: net/mpd o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n o [1997/12/14] bin/5293 DES dist (req'd by PPP) defaults to kerbe o [1997/12/14] ports/5295 ports New Math port: umfpack o [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/14] ports/5299 ports Update ports x11/emiclofor newer version o [1997/12/15] ports/5301 ports lynx: wrong default location of configura o [1997/12/15] ports/5302 ports webcopy port doesnt work? o [1997/12/15] ports/5308 ports New port: xtris [category games] o [1997/12/15] ports/5309 ports New port: sls-1.00 [category misc] o [1997/12/15] ports/5312 ports New math port xwpl o [1997/12/16] kern/5314 Screensaver continues operating after ker o [1997/12/16] ports/5315 ports New port: deco-3.8 o [1997/12/16] ports/5319 ports New graphics port: Gplot o [1997/12/16] bin/5320 yokota moused enhancement for logitech 4-button o [1997/12/16] bin/5321 yokota moused loses simultaneous buttons for 3-b o [1997/12/17] ports/5329 ports fix for emulators/frodo o [1997/12/17] ports/5330 ports New port: nbench-2.1 o [1997/12/17] ports/5331 ports New math port: xldlas-0.85 o [1997/12/18] ports/5334 ports Fix patches for netscape[3|4-[navigator|c o [1997/12/18] bin/5340 /usr/bin/ps shows 'con' in TT but it shou o [1997/12/19] ports/5342 ports New port ja-netscape-3.04(japanese/netsca o [1997/12/19] bin/5346 Discrepancy between dump(8) man page and o [1997/12/20] ports/5352 ports multi-package ports don't build (NO_WRKSU o [1997/12/21] ports/5356 ports mail/nmh port update to nmh-0.18 o [1997/12/21] ports/5360 ports update libident to version 0.21 o [1997/12/22] kern/5362 mount incorrectly reports / as an NFS exp o [1997/12/22] ports/5364 ports new port: hypermail-1.02 o [1997/12/23] misc/5369 Even though ``buildworld'' does not insta o [1997/12/23] ports/5370 ports new URL news/ifmail o [1997/12/23] ports/5372 ports new port of SKIP encryption package avail o [1997/12/24] ports/5375 ports Update the port: ocaml-1.07(lang/ocaml) o [1997/12/24] ports/5376 ports emulators/xzx: rm patches/patch-ab o [1997/12/26] ports/5379 ports new xfmail port o [1997/12/26] ports/5380 ports wb uses ghostscript 4 o [1997/12/28] ports/5391 ports Discrepancy between sgmlfmt(1) man page a o [1997/12/28] ports/5393 ports DOOMSRC port & package o [1997/12/29] bin/5395 leave(1) wont accept 0145 as an argument o [1997/12/30] ports/5397 ports upload of new port (fly) o [1997/12/30] i386/5398 silo overflows running o [1997/12/30] docs/5399 Missing detail of - or -- flags to sh(1) o [1997/12/31] bin/5400 brian lqr timeout in ijppp only works if you ha o [1997/12/31] kern/5402 Port range update for IANA changes o [1997/12/31] kern/5404 slXX slip interfaces always point to poin o [1998/01/01] ports/5406 ports Icon 9.3 code fails if env BLOCKSIZE=K is o [1998/01/02] bin/5410 pkg_info options o [1998/01/02] ports/5412 ports An updated port file for xwpe (Devel) o [1998/01/02] misc/5416 New entry for calendar.computer o [1998/01/03] bin/5419 timed rejects valid networks with -n o [1998/01/04] kern/5425 DPT SmartRaid driver exists, but is not o [1998/01/04] kern/5426 xanim plays slowly with sound (probably s o [1998/01/04] ports/5427 ports Upgrade: xosview 1.5.0 --> 1.5.1 726 problems total. From owner-freebsd-bugs Mon Jan 5 16:39:30 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA03476 for bugs-outgoing; Mon, 5 Jan 1998 16:39:30 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from alex@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA01608; Mon, 5 Jan 1998 16:25:44 -0800 (PST) (envelope-from alex) Date: Mon, 5 Jan 1998 16:25:44 -0800 (PST) From: Alex Nash Message-Id: <199801060025.QAA01608@hub.freebsd.org> To: hsu@mail.clinet.fi, alex, freebsd-bugs Subject: Re: bin/4231 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ipfw no more returns error when deleting non-existent rule State-Changed-From-To: open-closed State-Changed-By: alex State-Changed-When: Mon Jan 5 16:23:21 PST 1998 State-Changed-Why: Fixed in the following revisions: 2.2-stable: rev 1.34.2.9 3.0-current: rev 1.50 From owner-freebsd-bugs Mon Jan 5 19:30:44 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA19399 for bugs-outgoing; Mon, 5 Jan 1998 19:30:44 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from alex@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA19380; Mon, 5 Jan 1998 19:30:41 -0800 (PST) (envelope-from alex) Date: Mon, 5 Jan 1998 19:30:41 -0800 (PST) From: Alex Nash Message-Id: <199801060330.TAA19380@hub.freebsd.org> To: alex, freebsd-bugs, alex Subject: Re: kern/3738 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Byte and packet counters in ipfw overflow quickly Responsible-Changed-From-To: freebsd-bugs->alex Responsible-Changed-By: alex Responsible-Changed-When: Mon Jan 5 19:29:52 PST 1998 Responsible-Changed-Why: I will be committing a fix for this to -current in the next day or so. From owner-freebsd-bugs Mon Jan 5 22:50:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA08588 for bugs-outgoing; Mon, 5 Jan 1998 22:50:20 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from rm-rstar.sfu.ca (root@rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA08581 for ; Mon, 5 Jan 1998 22:50:15 -0800 (PST) (envelope-from mcquiggi@sfu.ca) Received: from fraser.sfu.ca (fraser.sfu.ca [192.168.0.101]) by rm-rstar.sfu.ca (8.8.7/8.8.7/SFU-4.1H) with SMTP id WAA16015 for ; Mon, 5 Jan 1998 22:50:14 -0800 (PST) From: Kevin McQuiggin Received: by fraser.sfu.ca (950413.SGI.8.6.12/SFU-2.6C) id WAA06331 for bugs@freebsd.org (from mcquiggi@sfu.ca); Mon, 5 Jan 1998 22:50:13 -0800 Message-Id: <199801060650.WAA06331@fraser.sfu.ca> Subject: Big Problem: rc.conf To: bugs@freebsd.org Date: Mon, 5 Jan 1998 22:50:13 -0800 (PST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi All: Why does my /etc/rc.conf file look like this? It seems to grow with each boot. This is a subset, the current file is ~300K and has hundreds of repetitions of the comment following each option. This is on a 2.2.2 box that has just gone into service. I hope this msg isn't out of place on "bugs" as it's certainly not a user error (at least not one that I'm aware of or have seen in years of experience... ). Please reply via email, I only read "questions". Thanks THIS IS NOT AN UPLOAD ERROR, THE FILE LOOKS LIKE THIS! In fact, much worse! Thanks, Kevin Here it is: #!/bin/sh # # This is rc.conf - a file full of useful variables that you can set # to change the default startup behavior of your system. # # All arguments must be in double or single quotes. # # $Id: rc.conf,v 1.1.2.9 1997/05/13 08:27:49 jkh Exp $ ############################################################## ### Important initial Boot-time options ##################### ############################################################## swapfile="NO" # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if apm_enable="NO" # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." pccard_enable=" # If pccard_enable=" # If pccard_enable=" # If pcca" # If pccard_enable=" # If pccard_enable=" # If pccard_enable=YES, t" # If pccard_enable=YES, this is card memory address." # If pccard_enable=YE" # If pccar" # If pccard_enabl" pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address." # If pccard_enable=YES, this is card memory address." # If pccard_enable=YES, this is card memory address." # If pccard_enable=YES, this is card memory address." # If pccard_en pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO)." # Specialized pccard ethernet configuration (or NO)." # Specialized pccard ethernet configuration (or NO)." # Specialized pccard ethernet configuration (or NO)." # Specialized" From owner-freebsd-bugs Tue Jan 6 08:02:19 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA25350 for bugs-outgoing; Tue, 6 Jan 1998 08:02:19 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from capricorn.loopback.com (loopback.com [205.243.146.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA25345 for ; Tue, 6 Jan 1998 08:02:13 -0800 (PST) (envelope-from elazich@capricorn.loopback.com) Received: from localhost (elazich@localhost) by capricorn.loopback.com (8.8.5/8.7.3) with SMTP id JAA18101; Tue, 6 Jan 1998 09:57:05 -0600 (CST) Date: Tue, 6 Jan 1998 09:57:05 -0600 (CST) From: Eli Lazich To: Kevin McQuiggin cc: bugs@FreeBSD.ORG Subject: Re: Big Problem: rc.conf In-Reply-To: <199801060650.WAA06331@fraser.sfu.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 5 Jan 1998, Kevin McQuiggin wrote: > Hi All: > > Why does my /etc/rc.conf file look like this? It seems to grow with each > boot. This is a subset, the current file is ~300K and has hundreds of > repetitions of the comment following each option. > > This is on a 2.2.2 box that has just gone into service. > > I hope this msg isn't out of place on "bugs" as it's certainly not a user > error (at least not one that I'm aware of or have seen in years of experience... > ). > > Please reply via email, I only read "questions". Thanks > > THIS IS NOT AN UPLOAD ERROR, THE FILE LOOKS LIKE THIS! In fact, much worse! > > Thanks, > Kevin > > > Here it is: > > #!/bin/sh > # > > # This is rc.conf - a file full of useful variables that you can set > # to change the default startup behavior of your system. > # > # All arguments must be in double or single quotes. > # > # $Id: rc.conf,v 1.1.2.9 1997/05/13 08:27:49 jkh Exp $ > > ############################################################## > ### Important initial Boot-time options ##################### > ############################################################## > > swapfile="NO" # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if aux swapfile desired." # Set to name of swapfile if > apm_enable="NO" # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." # Set to YES if you want APM enabled." > pccard_enable=" # If pccard_enable=" # If pccard_enable=" # If pcca" # If pccard_enable=" # If pccard_enable=" # If pccard_enable=YES, t" # If pccard_enable=YES, this is card memory address." # If pccard_enable=YE" # If pccar" # If pccard_enabl" > pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address." # If pccard_enable=YES, this is card memory address." # If pccard_enable=YES, this is card memory address." # If pccard_enable=YES, this is card memory address." # If pccard_en > pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO)." # Specialized pccard ethernet configuration (or NO)." # Specialized pccard ethernet configuration (or NO)." # Specialized pccard ethernet configuration (or NO)." # Specialized" > I've seen this very same problem with 2.2.2 I think it was. @.2.5 seems to not do this. I have always gone into rc.conf with an editor and cleared out the extra garbage. I would be very interested if you find a solution as to why this happens in the first place. Eli From owner-freebsd-bugs Tue Jan 6 09:36:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA03899 for bugs-outgoing; Tue, 6 Jan 1998 09:36:41 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA03777; Tue, 6 Jan 1998 09:36:03 -0800 (PST) (envelope-from helbig@FreeBSD.org) From: Wolfgang Helbig Received: (from helbig@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA04116; Tue, 6 Jan 1998 09:30:33 -0800 (PST) Date: Tue, 6 Jan 1998 09:30:33 -0800 (PST) Message-Id: <199801061730.JAA04116@freefall.freebsd.org> To: andrew@ugh.net.au, helbig@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/5395 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: leave(1) wont accept 0145 as an argument State-Changed-From-To: open-closed State-Changed-By: helbig State-Changed-When: Tue Jan 6 09:27:39 PST 1998 State-Changed-Why: Suggested fix (with style(9) changes) applied, thanks Andrew. From owner-freebsd-bugs Tue Jan 6 14:17:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA29378 for bugs-outgoing; Tue, 6 Jan 1998 14:17:03 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA29270 for ; Tue, 6 Jan 1998 14:15:55 -0800 (PST) (envelope-from le.englund@trollhattan.mail.telia.com) Received: from d1o28.telia.com (root@d1o28.telia.com [195.198.148.241]) by mailb.telia.com (8.8.8/8.8.5) with ESMTP id XAA11347 for ; Tue, 6 Jan 1998 23:15:48 +0100 (CET) Received: from FOO (t1o28p35.telia.com [195.198.148.35]) by d1o28.telia.com (8.8.5/8.8.5) with SMTP id XAA14422 for ; Tue, 6 Jan 1998 23:15:44 +0100 (MET) Message-ID: <34B2ACE4.12EE@trollhattan.mail.telia.com> Date: Tue, 06 Jan 1998 23:15:00 +0100 From: Lars-Erik Englund Reply-To: lee@d1o28.telia.com X-Mailer: Mozilla 2.02 (OS/2; I) MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Subject: recompiling x11 Content-Type: text/plain; charset=us-ascii; name="xproblems" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xproblems" Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi! I have some problems and I hope that you can help me. The problem occurs every time then I try to recompile the xserver (SVGA) for Matrox Millennium card, and it always stops at the same point. FreeBSD version: 2.2.5. The problem is as follows: /usr/X11R6/lib -W1, -rpath-link,./exports/lib ld:/usr/X11R6/lib: malformed inputfile (not rel or archive) ***Error code 1 Tried to update ld.so.hints, but it dos not help much. Some about my hardware: Motherboard: TYAN S1571, bios-level 1.03 SCSI-adapter: Adaptec AHA-2940U, bios-level 1.21 VGA-adapter: Matrox Millenium, bios-level 2.7 Memory: 32M SDRAM, ECC The computer works stand alone. Greetings Lars-Erik Englund :-) e-mail:le.englund@trollhattan.mail.telia.com  From owner-freebsd-bugs Tue Jan 6 14:32:30 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA01489 for bugs-outgoing; Tue, 6 Jan 1998 14:32:30 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA01464 for ; Tue, 6 Jan 1998 14:32:21 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.8.8/frmug-2.2/nospam) with UUCP id XAA06263 for bugs@FreeBSD.ORG; Tue, 6 Jan 1998 23:32:03 +0100 (CET) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.8.8/keltia-2.13/nospam) id WAA19325; Tue, 6 Jan 1998 22:04:48 +0100 (CET) (envelope-from roberto) Message-ID: <19980106220448.55598@keltia.freenix.fr> Date: Tue, 6 Jan 1998 22:04:48 +0100 From: Ollivier Robert To: bugs@FreeBSD.ORG Subject: Re: Big Problem: rc.conf References: <199801060650.WAA06331@fraser.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Eli Lazich on Tue, Jan 06, 1998 at 09:57:05AM -0600 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3945 AMD-K6 MMX @ 208 MHz Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Eli Lazich: > I've seen this very same problem with 2.2.2 I think it was. @.2.5 seems > to not do this. I have always gone into rc.conf with an editor and > cleared out the extra garbage. I would be very interested if you find a > solution as to why this happens in the first place. It was a bug in sysinstall when it wrote the rc.conf file if I remember well. It has been fixed before 2.2.5. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #26: Thu Jan 1 20:29:10 CET 1998 From owner-freebsd-bugs Tue Jan 6 16:21:00 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA11482 for bugs-outgoing; Tue, 6 Jan 1998 16:21:00 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA11469 for ; Tue, 6 Jan 1998 16:20:51 -0800 (PST) (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.6.9) with ESMTP id QAA04785; Tue, 6 Jan 1998 16:09:45 -0800 (PST) To: Eli Lazich cc: Kevin McQuiggin , bugs@FreeBSD.ORG Subject: Re: Big Problem: rc.conf In-reply-to: Your message of "Tue, 06 Jan 1998 09:57:05 CST." Date: Tue, 06 Jan 1998 16:09:45 -0800 Message-ID: <4781.884131785@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is all documented in the 2.2.2 ERRATA.TXT. From owner-freebsd-bugs Tue Jan 6 16:54:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA14087 for bugs-outgoing; Tue, 6 Jan 1998 16:54:25 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA14065; Tue, 6 Jan 1998 16:54:14 -0800 (PST) (envelope-from steve) Date: Tue, 6 Jan 1998 16:54:14 -0800 (PST) From: Steve Price Message-Id: <199801070054.QAA14065@hub.freebsd.org> To: garbanzo@hooked.net, steve, freebsd-bugs Subject: Re: misc/5187 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: phantasia will segfault if it can't open certian files State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Tue Jan 6 16:52:59 PST 1998 State-Changed-Why: Fixed by imp@FreeBSD.org in revision 1.5 of main.c. From owner-freebsd-bugs Tue Jan 6 22:23:05 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA16183 for bugs-outgoing; Tue, 6 Jan 1998 22:23:05 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA16143; Tue, 6 Jan 1998 22:22:42 -0800 (PST) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA07728; Tue, 6 Jan 1998 22:22:42 -0800 (PST) Date: Tue, 6 Jan 1998 22:22:42 -0800 (PST) Message-Id: <199801070622.WAA07728@freefall.freebsd.org> To: mi@aldan.algebra.com, jmg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/5369 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Even though ``buildworld'' does not install, you must ``su'' State-Changed-From-To: open-closed State-Changed-By: jmg State-Changed-When: Tue Jan 6 22:20:26 PST 1998 State-Changed-Why: this isn't the case anymore... just completed it with: make $* buildworld BINGRP=admin BINOWN=jmg TMACOWN=jmg TMACGRP=admin SHAREOWN=jmg SHAREGRP=admin From owner-freebsd-bugs Tue Jan 6 23:42:26 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22184 for bugs-outgoing; Tue, 6 Jan 1998 23:42:26 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22169; Tue, 6 Jan 1998 23:42:18 -0800 (PST) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA07985; Tue, 6 Jan 1998 23:42:17 -0800 (PST) Date: Tue, 6 Jan 1998 23:42:17 -0800 (PST) Message-Id: <199801070742.XAA07985@freefall.freebsd.org> To: charnier@xp11.frmug.org, charnier@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/5416 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New entry for calendar.computer State-Changed-From-To: open-closed State-Changed-By: charnier State-Changed-When: Tue Jan 6 23:41:12 PST 1998 State-Changed-Why: Patch applied in rev 1.5. From owner-freebsd-bugs Wed Jan 7 09:51:53 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21206 for bugs-outgoing; Wed, 7 Jan 1998 09:51:53 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from hydrogen.nike.efn.org (d182-89.uoregon.edu [128.223.182.89]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA21165 for ; Wed, 7 Jan 1998 09:51:43 -0800 (PST) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id JAA01443; Wed, 7 Jan 1998 09:51:32 -0800 (PST) Message-ID: <19980107095132.48765@hydrogen.nike.efn.org> Date: Wed, 7 Jan 1998 09:51:32 -0800 From: John-Mark Gurney To: Mikhail Teterin Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/5369 References: <199801070622.WAA07728@freefall.freebsd.org> <199801071717.MAA27310@rtfm.ziplink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199801071717.MAA27310@rtfm.ziplink.net>; from Mikhail Teterin on Wed, Jan 07, 1998 at 12:17:23PM -0500 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mikhail Teterin scribbled this message on Jan 7: > John-Mark Gurney once stated: > > =make $* buildworld BINGRP=admin BINOWN=jmg TMACOWN=jmg TMACGRP=admin SHAREOWN=jmg SHAREGRP=admin > = > > This seems more like a workaround, but in any case will the > ``installworld'' install it properly? the installworld will not install it properly if you do it in the same step... you must run the installworld without the *GRP= and *OWN= options.. why specificly is it a workaround? also, how to do you expect to modify the buildworld target so that it redefines all the user/group options? and if you say, modify the world target to call it with the options, that doesn't get you anything as the next phase requires root... I'm sure the people would let me check a mod in to make installworld edefine everything as long as it isn't a hack... -- John-Mark Gurney Modem/FAX: +1 541 683 6954 Cu Networking P.O. Box 5693, 97405 Live in Peace, destroy Micro$oft, support free software, run FreeBSD From owner-freebsd-bugs Wed Jan 7 13:27:12 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA12119 for bugs-outgoing; Wed, 7 Jan 1998 13:27:12 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from hydrogen.nike.efn.org (d182-89.uoregon.edu [128.223.182.89]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA12109 for ; Wed, 7 Jan 1998 13:27:02 -0800 (PST) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id NAA01828; Wed, 7 Jan 1998 13:26:53 -0800 (PST) Message-ID: <19980107132653.01148@hydrogen.nike.efn.org> Date: Wed, 7 Jan 1998 13:26:53 -0800 From: John-Mark Gurney To: Mikhail Teterin Cc: freebsd-bugs@freebsd.org Subject: Re: misc/5369 References: <19980107115721.40442@hydrogen.nike.efn.org> <199801072043.PAA00369@rtfm.ziplink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199801072043.PAA00369@rtfm.ziplink.net>; from Mikhail Teterin on Wed, Jan 07, 1998 at 03:43:06PM -0500 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Mikhail Teterin scribbled this message on Jan 7: > John-Mark Gurney once stated: > > => Yes, I know :) But just plain ``make installworld'' -- will it install > => properly after this sort of ``buildworld''? > = > =yes.... installworld simply "installs" it all... and will use default > =permissions... nothing is copied over... (look at the Makefile :) ) > > So, if I change the permissions/ownerships in the tmp-tree (by changing > make's variables or after the buildworld) installworld will not install > properly? > > => =why specificly is it a workaround? also, how to do you expect to modify > => =the buildworld target so that it redefines all the user/group options? > => > => Do not alter the permissions/ownerships in the buildworld stage at > => all. Then, the install will not try to do anything illegal, will > => it? > = > =installworld actually uses the sources that were built, the installed > =tree under .../tmp (which was the problem in buildworld) isn't used > =except to run make... and the permisions you modified in the > =installworld are relegated to the .../tmp tree... > > Seems, like the job of setting permissions and ownerships should be migrated > from buildworld to installworld. Right? guess you misunderstood me.... look at this section of the makefile: @echo "--------------------------------------------------------------" @echo " Making hierarchy" @echo "--------------------------------------------------------------" cd ${.CURDIR} && ${MAKE} hierarchy @echo @echo "--------------------------------------------------------------" @echo " Installing everything.." @echo "--------------------------------------------------------------" cd ${.CURDIR} && ${MAKE} install @echo @echo "--------------------------------------------------------------" @echo " Rebuilding man page indexes" @echo "--------------------------------------------------------------" cd ${.CURDIR}/share/man && ${MAKE} makedb notices the install target... the ONLY time the installworld target uses the files that were installed in buildworld, is the make program... everything else is pulled from the obj directories... (which were never "installed" in the buildworld target)... so, installworld will be successful and run properly as long as you don't pass any *BIN, *GRP options, it is NOT apart of the world target.. please at least look at the makefiles... it's not much different than a shell script... -- John-Mark Gurney Modem/FAX: +1 541 683 6954 Cu Networking P.O. Box 5693, 97405 Live in Peace, destroy Micro$oft, support free software, run FreeBSD From owner-freebsd-bugs Wed Jan 7 16:06:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA27467 for bugs-outgoing; Wed, 7 Jan 1998 16:06:25 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA27440; Wed, 7 Jan 1998 16:06:11 -0800 (PST) (envelope-from steve) Date: Wed, 7 Jan 1998 16:06:11 -0800 (PST) From: Steve Price Message-Id: <199801080006.QAA27440@hub.freebsd.org> To: david_hansen@ibm.net, steve, freebsd-bugs Subject: Re: misc/5367 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Freeze after config State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Wed Jan 7 16:04:44 PST 1998 State-Changed-Why: The orginator has solved the problem mentioned in this PR and we are working on a new list of questions. From owner-freebsd-bugs Thu Jan 8 14:30:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09089 for bugs-outgoing; Thu, 8 Jan 1998 14:30:07 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09062; Thu, 8 Jan 1998 14:30:03 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:30:03 -0800 (PST) Resent-Message-Id: <199801082230.OAA09062@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, bill@wagill.com Received: from duchess.wagill.com (duchess.wagill.com [198.182.208.147]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA16813 for ; Sun, 4 Jan 1998 17:46:49 -0800 (PST) (envelope-from bill@duchess.wagill.com) Received: (from bill@localhost) by duchess.wagill.com (8.8.7/8.8.7) id RAA00322; Sun, 4 Jan 1998 17:46:01 -0800 (PST) (envelope-from bill) Message-Id: <199801050146.RAA00322@duchess.wagill.com> Date: Sun, 4 Jan 1998 17:46:01 -0800 (PST) From: Bill Reply-To: bill@wagill.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/5429: Ethernet collision during file transfers into FreeBSD machine. Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5429 >Category: kern >Synopsis: Ethernet collision during file transfers into FreeBSD machine. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:30:03 PST 1998 >Last-Modified: >Originator: William Gill >Organization: >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: FreeBSD duchess.wagill.com 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Tue Oct 21 14:33:00 GMT 1997 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 Network topology: - FreeBSD machine with Linksys 16-bit ISA ethernet card; - Windows95 machine-1 with Linksys 32-bit PCI ethernet card; - Linksys 8-UTP + 1-BNC port ethernet hub; - FreeBSD machine, Win95 machine-1, hub on coax cable; - Windows 95 macine-2 with Lynksys 32-bit PCI ethernet card; - Lantronix LPS1 print server; - Hub, Win95 machine-2, print server on twisted-pair cable. >Description: With FreeBSD 2.1.7 transfers between Win95 machine-1 (on coax) and FreeBSD machine (on coax) took place at nearly 10 mbps with very few collisions (as displayed on hub collision light). Once I upgraded to 2.2.5, when doing file trasnfers FROM Win95 machine TO FreeBSD machine of a very large file (ie: 20 MB), the collision light on the hub stays on permanently during the transfer, showing collisions for every data burst, and forcing a slowdown of the transfer rate. In contrast, transfers FROM the FreeBSD machine TO the Win95 machine are collision-free, and run at nearly 10 mbps. Nothing in the hardware has changed between 2.1.7 and 2.2.5. On a possibly-related problem, if I move the Win95 machine connection from BNC (coax) to the hub (twisted pair), transfers FROM Win95 TO FreeBSD are *very* slow, peaking at about 4 mbps; transfers FROM FreeBSD TO Win95 are not as fast, but as high as 8 mbps. It seems to me that something has changed in the way FreeBSD handles the ethernet card, since I have not touched a thing in the hardware when I upgraded from FreeBSD 2.1.7 to 2.2.5. >How-To-Repeat: Problem is consistently repeatable. >Fix: You tell me. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:30:23 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09181 for bugs-outgoing; Thu, 8 Jan 1998 14:30:23 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09149; Thu, 8 Jan 1998 14:30:17 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:30:17 -0800 (PST) Resent-Message-Id: <199801082230.OAA09149@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, fosters@dvalley.demon.co.uk Received: from dvalley.demon.co.uk (dvalley.demon.co.uk [158.152.155.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA02953 for ; Sun, 4 Jan 1998 21:16:52 -0800 (PST) (envelope-from fosters@dvalley.demon.co.uk) Received: (from fosters@localhost) by dvalley.demon.co.uk (8.8.7/8.8.7) id AAA01286; Mon, 5 Jan 1998 00:21:05 -0500 (EST) (envelope-from fosters) Message-Id: <199801050521.AAA01286@dvalley.demon.co.uk> Date: Mon, 5 Jan 1998 00:21:05 -0500 (EST) From: fosters@dvalley.demon.co.uk Reply-To: fosters@dvalley.demon.co.uk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/5434: "backdoor" in fingerd allows execution of commands Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5434 >Category: bin >Synopsis: "backdoor" in fingerd allows execution of commands >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:30:13 PST 1998 >Last-Modified: >Originator: Tom Bampton >Organization: Eden Developments >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: All environments >Description: When finger'ing a username surrounded by ` marks, fingerd will execute the command enclosed in the ` marks. >How-To-Repeat: At a shell prompt type: % finger `ls` Will give a directory listing of the current directory. If you telnet to port 79, you can use it almost like a shell.. e.g. % telnet localhost 79 then type: `rm -R /` and say goodbye to /. fingerd was running as root on my system, bad news! >Fix: Comment out fingerd from the inetd.conf and reboot or kill -HUP 126 >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:30:32 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09224 for bugs-outgoing; Thu, 8 Jan 1998 14:30:32 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09188; Thu, 8 Jan 1998 14:30:24 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:30:24 -0800 (PST) Resent-Message-Id: <199801082230.OAA09188@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, chi@bd.mbn.or.jp, turutani@scphys.kyoto-u.ac.jp Received: from bd.mbn.or.jp (bd.mbn.or.jp [202.217.0.43]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA18642 for ; Mon, 5 Jan 1998 01:36:07 -0800 (PST) (envelope-from chi@bd.mbn.or.jp) Received: from chino.localhost by bd.mbn.or.jp (8.8.8+2.7Wbeta7/bd.mbn.or.jp-1.1u) with ESMTP id SAA20614 for ; Mon, 5 Jan 1998 18:36:02 +0900 (JST) Received: (from chi@localhost) by chino.localhost (8.8.5/3.5Wpl7) id LAA00356; Sat, 3 Jan 1998 11:49:50 +0900 (JST) Message-Id: <199801050936.SAA20614@bd.mbn.or.jp> Date: Sat, 3 Jan 1998 11:49:50 +0900 (JST) From: chi@bd.mbn.or.jp Reply-To: chi@bd.mbn.or.jp, turutani@scphys.kyoto-u.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/5435: Old Gateway Communications LAN board is not probed Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5435 >Category: kern >Synopsis: not probed old Gateway Communications LAN board >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:30:20 PST 1998 >Last-Modified: >Originator: Chiharu Shibata >Organization: Japan FreeBSD Users Group >Release: FreeBSD 2.2.1-RELEASE i386 or later >Environment: G/Ethernet 16 Combo(ISA-LAN) by Gateway Communications,Inc. >Description: fe driver does not probe G/Ethernet 16 Combo, which has FUJITSU MB86960A chip on the board. Hardware specification is as follows. IRQ : 3,4,5,6,7,10,11,12,15,2/9 I/O Address : 220-23F, 260-27F, 280-29F, 2A0-2BF, 2C0-2DF, 2E0-2FF, 300-31F, 320-33F, 340-35F, 360-37F, 380-39F, 3A0-3BF, 3C0-3DF, 3E0-3FF >How-To-Repeat: Just set the G/Ethernet 16 Combo, and boot. >Fix: The SRAM size is obscure. But 16KB specified by original source causes errors "fe0:emptying receive buffer" and "fe0:received a big packet?(XXXXX bytes)". The following patch(based on 2.2.1-Release) specifies 8KB for the safety, it seems to work well. --- /sys/i386/isa/if_fe.c- Fri Oct 31 23:21:13 1997 +++ /sys/i386/isa/if_fe.c Sun Dec 14 21:36:18 1997 @@ -449,11 +449,15 @@ { 0x220, 0x240, 0x260, 0x280, 0x2A0, 0x2C0, 0x300, 0x340, 0 }; static u_short const fe_ati_addr [] = { 0x240, 0x260, 0x280, 0x2A0, 0x300, 0x320, 0x340, 0x380, 0 }; +static u_short const fe_gwy_addr [] = + { 0x220, 0x260, 0x280, 0x2A0, 0x2C0, 0x2E0, 0x300, 0x320, + 0x340, 0x360, 0x380, 0x3A0, 0x3C0, 0x3E0, 0 }; static struct fe_probe_list const fe_probe_list [] = { { fe_probe_fmv, fe_fmv_addr }, { fe_probe_ati, fe_ati_addr }, + { fe_probe_gwy, fe_gwy_addr }, #if NCRD > 0 { fe_probe_mbh, NULL }, /* PCMCIAs cannot be auto-detected. */ { fe_probe_tdk, NULL }, @@ -1168,11 +1172,10 @@ }; /* - * We need explicit IRQ and supported address. - * I'm not sure which address and IRQ is possible for Gateway - * Ethernet family. The following accepts everything. FIXME. + * Gateway Ethernet family accepts almost IRQs. + * So, only check whether irq is "NO_IRQ". */ - if ( dev->id_irq == NO_IRQ || ( sc->iobase & ~0x3E0 ) != 0 ) { + if ( dev->id_irq == NO_IRQ ) { return ( 0 ); } @@ -1198,15 +1201,18 @@ /* * Program the 86960 as follows: - * SRAM: 16KB, 100ns, byte-wide access. + * SRAM: 8KB, 100ns, byte-wide access. * Transmission buffer: 2KB x 2. * System bus interface: 16 bits. * Make sure to clear out ID bits in DLCR7 * (They actually are Encoder/Decoder control in NICE.) + * + * XXX: I don't know SRAM size, but only 8KB is worked. + * Could someone tell me "REAL" SRAM size? FIXME. */ sc->proto_dlcr4 = FE_D4_LBC_DISABLE | FE_D4_CNTRL; sc->proto_dlcr5 = 0; - sc->proto_dlcr6 = FE_D6_BUFSIZ_16KB | FE_D6_TXBSIZ_2x2KB + sc->proto_dlcr6 = FE_D6_BUFSIZ_8KB | FE_D6_TXBSIZ_2x2KB | FE_D6_BBW_BYTE | FE_D6_SBW_WORD | FE_D6_SRAM_100ns; sc->proto_dlcr7 = FE_D7_BYTSWP_LH; sc->proto_bmpr13 = 0; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:31:13 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09402 for bugs-outgoing; Thu, 8 Jan 1998 14:31:13 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09364; Thu, 8 Jan 1998 14:31:05 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:31:05 -0800 (PST) Resent-Message-Id: <199801082231.OAA09364@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, dada@sbox.tu-graz.ac.at Received: from mbox.tu-graz.ac.at (mbox.tu-graz.ac.at [129.27.2.6]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA22337 for ; Mon, 5 Jan 1998 09:39:18 -0800 (PST) (envelope-from dada@localhost.tu-graz.ac.at) Received: from fcggsg07.icg.tu-graz.ac.at by mbox.tu-graz.ac.at with SMTP id AA03750 (5.67c/IDA-1.5t for ); Mon, 5 Jan 1998 18:39:24 +0100 Received: from localhost.tu-graz.ac.at (isdn019.tu-graz.ac.at [129.27.240.19]) by fcggsg07.icg.tu-graz.ac.at (8.8.8/8.8.8) with ESMTP id SAA26610 for ; Mon, 5 Jan 1998 18:38:21 +0100 (MET) Received: (from dada@localhost) by localhost.tu-graz.ac.at (8.8.8/8.8.5) id SAA07190; Mon, 5 Jan 1998 18:37:32 +0100 (CET) Message-Id: <199801051737.SAA07190@localhost.tu-graz.ac.at> Date: Mon, 5 Jan 1998 18:37:32 +0100 (CET) From: Martin Kammerhofer Reply-To: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/5439: catman -r deletes perl manpages Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5439 >Category: bin >Synopsis: catman -r deletes perl manpages >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:31:03 PST 1998 >Last-Modified: >Originator: Martin Kammerhofer >Organization: Graz University of Technology >Release: FreeBSD 2.2.5-STABLE i386 >Environment: nothing special >Description: The manpage states that option -r of catman: -r, -remove Remove garbage, e. g. catpage without manpage, uncompressed cat- page but a compressed catpage exist, filenames with non-alphanu- meric characters, uncompressed manpage but a compressed manpage exist. Actually catman accepts [.+-[] in filenames but no colons. As a consequence catman - a perl script - will happily delete lots of manpages in /usr/local/lib/perl5/man/man3 because their filenames contain the string ``::''. >How-To-Repeat: catman -r /usr/local/lib/perl5/man/man3 >Fix: Index: catman.perl =================================================================== RCS file: /home/dada/cvsroot/scripts/catman.perl,v retrieving revision 2.1 retrieving revision 2.4 diff -u -r2.1 -r2.4 --- catman.perl 1998/01/05 13:37:34 2.1 +++ catman.perl 1998/01/05 15:55:10 2.4 @@ -228,7 +228,7 @@ next if $file eq "." || $file eq ".."; # fo_09-o.bar0 - if ($file !~ /^[\w\-\+\[\.]+\.\w+$/) { + if ($file !~ /^[\w-+[.:]+\.\w+$/) { &garbage("$mandir/$file", "Assume garbage") unless -d "$mandir/$file"; next; @@ -285,7 +285,7 @@ foreach $file (readdir(D)) { next if $file =~ /^(\.|\.\.)$/; # skip current and parent directory - if ($file !~ /^[\w\-\+\[\.]+\.\w+$/) { + if ($file !~ /^[\w-+[.:]+\.\w+$/) { &garbage("$catdir/$file", "Assume garbage") unless -d "$catdir/$file"; next; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:31:40 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09515 for bugs-outgoing; Thu, 8 Jan 1998 14:31:40 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09474; Thu, 8 Jan 1998 14:31:28 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:31:28 -0800 (PST) Resent-Message-Id: <199801082231.OAA09474@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, dillon@best.net Received: from flea.best.net (root@flea.best.net [206.184.139.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA12502 for ; Mon, 5 Jan 1998 18:22:51 -0800 (PST) (envelope-from dillon@flea.best.net) Received: (from dillon@localhost) by flea.best.net (8.8.8/8.7.3) id SAA03741; Mon, 5 Jan 1998 18:22:37 -0800 (PST) Message-Id: <199801060222.SAA03741@flea.best.net> Date: Mon, 5 Jan 1998 18:22:37 -0800 (PST) From: Matt Dillon Reply-To: dillon@best.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/5442: FreeBSD loses track of swap objects (I think) under heavy load overtime Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5442 >Category: kern >Synopsis: FreeBSD 2.2.5 (relatively recent cvs) loses track of swap space >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:31:24 PST 1998 >Last-Modified: >Originator: Matt Dillon >Organization: Best Internet Communications >Release: FreeBSD 2.2.5-STABLE i386 >Environment: FreeBSD 2.2.5, Dec 16 kernel (from cvs tree), 256MB ram, 917MB swap, general shell machine 160 online users at peak, heavily loaded, nominal paging occurs. >Description: Usually around 200 to 300 MB is swapped out. We have noticed with recent kernels that FreeBSD appears to be losing track of swap space. shell3:/var/crash# pstat -s Device 1K-blocks Used Avail Capacity Type /dev/sd0b 524288 327448 196776 62% Interleaved /dev/sd1b 131072 130484 524 100% Interleaved /dev/sd2b 131072 130436 572 100% Interleaved /dev/sd3b 131072 130352 656 99% Interleaved Total 917248 718720 198528 78% (718MB!!! This should be 200-300MB!!!) shell3:/var/crash# uptime 6:21PM up 19 days, 18:36, 124 users, load averages: 2.53, 2.98, 3.12 moderate but reasonable paging: shell3:/var/crash# vmstat 1 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr s0 s1 s2 s3 in sy cs us sy id 5 8 0 1109.1 27.9 2237 5 1 2 426 605 22 5 24 21 487 1492 453 28 22 50 8 8 0 1102.5 28.0 982 0 9 0 804 0 73 0 30 14 675 5683 836 26 29 45 10 8 0 1087.4 28.7 1326 0 1 0 1262 0 74 4 54 26 750 7062 875 31 44 25 2 7 0 1085.9 29.0 1587 0 7 0 1641 0 69 3 22 12 664 4515 734 16 37 47 713 0 1078.2 27.7 1931 10 26 0 1798 0 91 23 42 15 676 4885 762 25 46 30 610 0 1060.7 27.5 873 2 30 0 737 0 83 17 37 13 788 3709 779 18 38 44 312 0 1066.9 26.5 780 1 12 0 345 0 83 1 43 12 700 5240 731 27 30 43 810 0 1065.9 34.3 552 97 2 35 447 110421 65 4 17 3 593 2801 476 19 67 13 610 0 1068.4 32.9 1055 115 0 0 630 0 104 4 36 16 699 4572 768 34 34 33 7 7 0 1067.6 32.5 1451 104 0 0 1189 0 98 1 60 10 764 5513 874 39 37 25 5 8 0 1068.3 32.6 529 2 0 0 433 0 62 1 53 13 659 2980 580 14 26 60 4 8 0 1065.0 33.2 299 1 2 0 396 0 31 0 58 8 704 2351 580 10 24 67 2 7 0 1069.1 32.0 1138 41 7 0 709 0 60 9 33 10 687 4454 854 35 31 34 2 8 0 1084.2 31.3 562 6 2 0 249 0 81 1 23 15 664 3812 759 20 28 52 8 7 0 1090.7 31.3 721 1 0 0 592 0 82 0 42 10 703 3984 680 15 33 52 810 0 1095.7 30.2 1118 1 1 0 600 0 37 0 31 21 731 6724 1230 56 38 6 3 7 0 1101.3 31.0 450 12 2 0 591 0 19 5 35 20 754 4152 629 21 37 42 511 0 1118.2 29.5 831 36 17 0 683 0 47 10 57 19 854 5448 863 27 37 36 10 9 0 1144.3 28.8 619 1 25 0 471 0 37 8 50 11 724 2988 749 49 28 24 523 0 1146.2 28.4 452 17 1 49 220 0 74 0 27 14 658 2272 560 37 24 39 515 0 1134.6 28.5 474 0 1 0 424 0 141 18 99 57 849 2873 550 14 25 61 I spent an hour and wrote a program to track the active and cached vm_object queues. The summary results are shown below: vm_object_list summary def 4406 summary swp 13033 summary vno 2906 swap-numblocks 46715 (721148K used) swap-allocsize 1442296 (721148K) vm_object_cached_list summary def 1045 summary swp 202 summary vno 2257 swap-numblocks 3889 (17808K used) swap-allocsize 35616 (17808K) I am not positive, but I believe that individual vm objects are slowly getting lost somehow with their reference count left at 1, preventing the object from getting freed. For example, the active object: obj f36e5a80 bking 00000000 type swp, size 14 , refcnt 1 nblocks 2(56K used), allocsize 112(56K) Does not appear to be referenced as backing store by any other object. There are many examples of this. I am not sure if this is proper operation or not. I have included my summarizing program in the How-To-Repeat section. The -v option prints out full info. Without -v, just a summary is reported >How-To-Repeat: /* * VMOBJSTAT.C */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include TAILQ_HEAD(object_q, vm_object); void kread(kvm_t *kd, void *addr, void *buf, int bytes); void scanvmobjq(kvm_t *kd, struct object_q *q, const char *str); const char *vmobjtype(int type); struct nlist namelist[] = { #define X_VM_OBJECT_LIST 0 { "_vm_object_list" }, #define X_VM_OBJECT_CACHED_LIST 1 { "_vm_object_cached_list" }, { "" } }; int VerboseOpt = 0; int BlkSize; void kread(kvm_t *kd, void *addr, void *buf, int bytes); int main(int ac, char **av) { kvm_t *kd; char errbuf[_POSIX2_LINE_MAX]; struct object_q *q1; struct object_q *q2; int i; BlkSize = PAGE_SIZE / btodb(PAGE_SIZE); for (i = 1; i < ac; ++i) { char *ptr = av[i]; if (*ptr == '-') { ptr += 2; switch(ptr[-1]) { case 'v': VerboseOpt = 1; continue; default: break; } } break; } if (i != ac) { fprintf(stderr, "Argument error\n"); exit(1); } kd = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); if (kd == NULL) { fprintf(stderr, "kvm_openfiles() failed: %s\n", errbuf); exit(1); } if (kvm_nlist(kd, namelist) != 0) { fprintf(stderr, "kvm_nlist() failed\n"); exit(1); } kread(kd, (void *)namelist[X_VM_OBJECT_LIST].n_value, &q1, sizeof(q1)); kread(kd, (void *)namelist[X_VM_OBJECT_CACHED_LIST].n_value, &q2, sizeof(q2)); scanvmobjq(kd, q1, "vm_object_list"); scanvmobjq(kd, q2, "vm_object_cached_list"); } void scanvmobjq(kvm_t *kd, struct object_q *q, const char *str) { struct vm_object *obj; int ObjSizeAry[16]; int swp_nblocks = 0; int swp_ublocks = 0; int swp_allocsize = 0; bzero(ObjSizeAry, sizeof(ObjSizeAry)); printf("%s\n", str); kread(kd, (void *)&q->tqh_first, &obj, sizeof(void *)); while (obj) { struct vm_object vmobj; bzero(&vmobj, sizeof(vmobj)); kread(kd, (void *)obj, &vmobj, sizeof(vmobj)); if (VerboseOpt) { printf(" obj %08x bking %08x type %s, size %-3d, refcnt %d", (int)obj, (int)vmobj.backing_object, vmobjtype(vmobj.type), (int)vmobj.size, (int)vmobj.ref_count ); } if (vmobj.type == OBJT_SWAP) { int ublocks = 0; int nblocks = vmobj.un_pager.swp.swp_nblocks; struct swblock *sw = vmobj.un_pager.swp.swp_blocks; while (sw < vmobj.un_pager.swp.swp_blocks + nblocks) { struct swblock swblock; int i; kread(kd, (void *)sw, &swblock, sizeof(swblock)); for (i = 0; i < SWB_NPAGES; ++i) { if ((int)swblock.swb_block[i] >= 0) ++ublocks; } ++sw; } swp_ublocks += ublocks; if (VerboseOpt) { printf(" nblocks %d(%dK used), allocsize %d(%dK)\n", nblocks, ublocks * PAGE_SIZE / 1024, vmobj.un_pager.swp.swp_allocsize, vmobj.un_pager.swp.swp_allocsize * BlkSize / 1024 ); } } if (VerboseOpt) printf("\n"); if (vmobj.type < 16) ++ObjSizeAry[vmobj.type]; if (vmobj.type == OBJT_SWAP) { swp_nblocks += vmobj.un_pager.swp.swp_nblocks; swp_allocsize += vmobj.un_pager.swp.swp_allocsize; } obj = vmobj.object_list.tqe_next; } { int i; for (i = 0; i < 16; ++i) { if (ObjSizeAry[i]) printf(" summary %s %d\n", vmobjtype(i), ObjSizeAry[i]); } printf(" swap-numblocks %d (%dK used)\n", swp_nblocks, swp_ublocks * PAGE_SIZE / 1024); printf(" swap-allocsize %d (%dK)\n", swp_allocsize, swp_allocsize * BlkSize / 1024); } printf("\n"); } void kread(kvm_t *kd, void *addr, void *buf, int bytes) { if (kvm_read(kd, (u_long)addr, buf, bytes) != bytes) { fprintf(stderr, "kvm_read(%08lx,%d) failed\n", addr, bytes); exit(1); } } const char * vmobjtype(int type) { static char buf[256]; switch(type) { case OBJT_DEFAULT: strcpy(buf, "def"); break; case OBJT_SWAP: strcpy(buf, "swp"); break; case OBJT_VNODE: strcpy(buf, "vno"); break; case OBJT_DEVICE: strcpy(buf, "dev"); break; default: sprintf(buf, "%d", type); break; } return(buf); } >Fix: Don't know >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:31:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09570 for bugs-outgoing; Thu, 8 Jan 1998 14:31:56 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09531; Thu, 8 Jan 1998 14:31:46 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:31:46 -0800 (PST) Resent-Message-Id: <199801082231.OAA09531@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, amagai@nue.org Received: from celis.nue.org ([192.5.216.128]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA04050 for ; Mon, 5 Jan 1998 21:50:59 -0800 (PST) (envelope-from amagai@nue.org) Received: by celis.nue.org (8.8.8/nue.mxn1) with TCP; Tue, 6 Jan 1998 14:50:37 +0900 (JST) Message-Id: <199801060550.OAA03574@celis.nue.org> Date: Tue, 6 Jan 1998 14:50:37 +0900 (JST) From: amagai@nue.org Reply-To: amagai@nue.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/5443: Man page bpf(4), buggy example program Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5443 >Category: docs >Synopsis: Man page bpf(4), buggy example program >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:31:32 PST 1998 >Last-Modified: >Originator: AMAGAI Yoshiji >Organization: New Unified Environment Project >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: Pentium II 300MHz, ASUS P2L97-S, 128MByte MM >Description: Example program in man page bpf(4) contain problems. this statement load two bytes of data, BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 26), and compare it to four bytes constant. BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, 0x8003700f, 0, 2), This filter accepts only IP packets between host 128.3.112.15 and 128.3.112.35. struct bpf_insn insns[] = { BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 12), BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ETHERTYPE_IP, 0, 8), BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 26), BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, 0x8003700f, 0, 2), BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 30), BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, 0x80037023, 3, 4), BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, 0x80037023, 0, 3), BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 30), BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, 0x8003700f, 0, 1), BPF_STMT(BPF_RET+BPF_K, (u_int)-1), BPF_STMT(BPF_RET+BPF_K, 0), }; >How-To-Repeat: >Fix: This filter accepts only IP packets between host 128.3.112.15 and 128.3.112.35. struct bpf_insn insns[] = { BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 12), BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ETHERTYPE_IP, 0, 8), BPF_STMT(BPF_LD+BPF_W+BPF_ABS, 26), BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, 0x8003700f, 0, 2), BPF_STMT(BPF_LD+BPF_W+BPF_ABS, 30), BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, 0x80037023, 3, 4), BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, 0x80037023, 0, 3), BPF_STMT(BPF_LD+BPF_W+BPF_ABS, 30), BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, 0x8003700f, 0, 1), BPF_STMT(BPF_RET+BPF_K, (u_int)-1), BPF_STMT(BPF_RET+BPF_K, 0), }; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:32:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09641 for bugs-outgoing; Thu, 8 Jan 1998 14:32:07 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09587; Thu, 8 Jan 1998 14:31:59 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:31:59 -0800 (PST) Resent-Message-Id: <199801082231.OAA09587@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, sparky@tccn.cs.kun.nl Received: from tccn.cs.kun.nl (tccn.cs.kun.nl [131.174.32.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA27865 for ; Tue, 6 Jan 1998 02:52:40 -0800 (PST) (envelope-from sparky@tccn.cs.kun.nl) Received: (from sparky@localhost) by tccn.cs.kun.nl (8.8.5/8.8.5) id MAA26525; Tue, 6 Jan 1998 12:16:12 +0100 (CET) Message-Id: <199801061116.MAA26525@tccn.cs.kun.nl> Date: Tue, 6 Jan 1998 12:16:12 +0100 (CET) From: sparky@tccn.cs.kun.nl Reply-To: sparky@tccn.cs.kun.nl To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/5444: ypserv uses wrong dns lookup order Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5444 >Category: bin >Synopsis: ypserv uses wrong dns lookup order >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:31:55 PST 1998 >Last-Modified: >Originator: Franc Grootjen and Kees Jan Koster >Organization: University of Nijmegen, The Netherlands >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: A local network (at home) with a few arcane architectures (PDP11, Sun3, VAX), a up to date Pentium FreeBSD server (DNS, NIS) and a masquerading gateway to the internet. >Description: A ping to a (short named) local host on a NIS client leads to an unreasonable long timeout. A fully qualified hostname (that is including the local domainname) works without problems. >How-To-Repeat: Set up a FreeBSD NIS server (use ypserv -n). Configure a NIS client so that it will _not_ perform DNS queries on its own (a Sun3 always uses NIS or YP to resolve hosts). Ping a local (short named) host on your local net (for example 'charon'). Watch the debug output from 'named' running on your FreeBSD machine. You'll see ypserv querying 'charon' and 'charon.my.domain' in that order. If you configured your local name server to resolve '.my.domain' hosts, and forward all other queries to a name server on the internet, this particular search order can lead to long timeouts (especially if the gateway is not connected to the internet). Ping a local (short named) host on your FreeBSD box. You'll notice that the libc resolver routines will first try to resolv 'charon.my.domain' and if that fails 'charon'. >Fix: Inspection of the ypserv code reveals that ypserv does _not_ use libc to resolve dns queries (to prevent recursion), but calls 'named' on its own. The following patch to yp_dnslookup.c will change the query order (first the specified search domains from /etc/resolv.conf, followed by the plain name). *** yp_dnslookup.c.orig Sun Jan 4 00:39:27 1998 --- yp_dnslookup.c Sun Jan 4 00:44:44 1998 *************** *** 382,401 **** hent = __dns_getanswer(buf, rval, q->name, q->type); /* ! * If the lookup failed, try appending one of the domains ! * from resolv.conf. If we have no domains to test, the * query has failed. */ if (hent == NULL) { ! if (h_errno == TRY_AGAIN && q->domain && *q->domain) { ! snprintf(retrybuf, sizeof(retrybuf), "%s.%s", ! q->name, *q->domain); ! if (debug) ! yp_error("Retrying with: %s", retrybuf); ! q->id = yp_send_dns_query(retrybuf, q->type); ! q->ttl = DEF_TTL; ! q->domain++; ! return; } } else { if (q->type == T_PTR) { --- 382,411 ---- hent = __dns_getanswer(buf, rval, q->name, q->type); /* ! * If the lookup failed, try appending one of the other domains ! * from resolv.conf. End the search trying the plain name. ! * If we have no domains to test (q->domain==NULL), the * query has failed. */ if (hent == NULL) { ! if (h_errno == TRY_AGAIN && q->domain) ! { ! if(*q->domain) /* domains left? */ ! { ! snprintf(retrybuf, sizeof(retrybuf), "%s.%s",q->name, *q->domain); ! q->domain++; ! if (debug) ! yp_error("Retrying with: %s", retrybuf); ! } else /* try plain name */ ! { ! strcpy(retrybuf,q->name); ! q->domain=NULL; ! if(debug) ! yp_error("Last resort: %s", retrybuf); ! } ! q->id = yp_send_dns_query(retrybuf, q->type); ! q->ttl = DEF_TTL; ! return; } } else { if (q->type == T_PTR) { *************** *** 426,431 **** --- 436,442 ---- { register struct circleq_dnsentry *q; int type, len; + char buf[MAXHOSTNAMELEN]; /* Check for SOCK_DGRAM or SOCK_STREAM -- we need to know later */ type = -1; len = sizeof(type); *************** *** 451,461 **** if (q->prot_type == SOCK_DGRAM) q->xid = svcudp_get_xid(q->xprt); q->client_addr = q->xprt->xp_raddr; if (!strchr(name, '.')) q->domain = _res.dnsrch; ! else q->domain = NULL; ! q->id = yp_send_dns_query(name, q->type); if (q->id == 0) { yp_error("DNS query failed"); --- 462,491 ---- if (q->prot_type == SOCK_DGRAM) q->xid = svcudp_get_xid(q->xprt); q->client_addr = q->xprt->xp_raddr; + if (!strchr(name, '.')) + { /* Dotless hostname */ q->domain = _res.dnsrch; ! if(*q->domain) ! { /* There is a search domain... add first */ ! snprintf(buf, sizeof(buf), "%s.%s",name, *q->domain); ! q->domain++; ! } else /* No search domain, use name */ ! { ! strcpy(buf,name); ! q->domain=NULL; ! } ! } ! else /* hostname with dot(s), use name */ ! { ! strcpy(buf,name); q->domain = NULL; ! } ! ! if (debug) ! yp_error("Trying: %s", buf); ! ! q->id = yp_send_dns_query(buf, q->type); if (q->id == 0) { yp_error("DNS query failed"); >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:32:32 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09796 for bugs-outgoing; Thu, 8 Jan 1998 14:32:32 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09737; Thu, 8 Jan 1998 14:32:19 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:32:19 -0800 (PST) Resent-Message-Id: <199801082232.OAA09737@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Craig Leres Received: from ell.ee.lbl.gov (ell.ee.lbl.gov [131.243.1.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA25351 for ; Tue, 6 Jan 1998 13:49:25 -0800 (PST) (envelope-from leres@ee.lbl.gov) Received: by ell.ee.lbl.gov (8.8.8/8.8.5) id NAA12867; Tue, 6 Jan 1998 13:49:21 -0800 (PST) Message-Id: <199801062149.NAA12867@ell.ee.lbl.gov> Date: Tue, 06 Jan 98 13:49:20 PST From: Craig Leres To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: kfall@ee.lbl.gov (Kevin Fall) X-Send-Pr-Version: 3.2 Subject: bin/5447: swapon(8) should reference swapinfo(8) Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5447 >Category: bin >Synopsis: swapon(8) should reference swapinfo(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:32:17 PST 1998 >Last-Modified: >Originator: Craig Leres >Organization: Lawrence Berkeley National Laboratory >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: It would be nice of the swapon(8) man page listed swapinfo(8) in the "SEE ALSO" section. >How-To-Repeat: % man swapon >Fix: RCS file: RCS/swapon.8,v retrieving revision 1.1 diff -c -r1.1 swapon.8 *** /tmp/,RCSt1013266 Tue Jan 6 13:45:26 1998 --- swapon.8 Tue Jan 6 13:45:09 1998 *************** *** 70,75 **** --- 70,76 ---- available to the system for swap allocation. .Sh SEE ALSO .Xr swapon 2 , + .Xr swapinfo 8 , .Xr fstab 5 , .Xr init 8 , .Xr rc 8 , >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:32:41 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09823 for bugs-outgoing; Thu, 8 Jan 1998 14:32:41 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09757; Thu, 8 Jan 1998 14:32:23 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:32:23 -0800 (PST) Resent-Message-Id: <199801082232.OAA09757@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, jonny@coppe.ufrj.br Received: from gaia.coppe.ufrj.br (cisigw.coppe.ufrj.br [146.164.5.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA13423 for ; Tue, 6 Jan 1998 16:47:32 -0800 (PST) (envelope-from jonny@coppe.ufrj.br) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.8/8.8.8) id WAA07422; Tue, 6 Jan 1998 22:47:30 -0200 (EDT) (envelope-from jonny) Message-Id: <199801070047.WAA07422@gaia.coppe.ufrj.br> Date: Tue, 6 Jan 1998 22:47:30 -0200 (EDT) From: Joao Carlos Mendes Luis Reply-To: jonny@coppe.ufrj.br To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/5448: /etc/monthly reports are incorrect Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5448 >Category: bin >Synopsis: /etc/monthly reports are incorrect >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:32:21 PST 1998 >Last-Modified: >Originator: Joao Carlos Mendes Luis >Organization: COPPE/UFRJ >Release: FreeBSD 2.2.5-STABLE i386 >Environment: FreeBSD -stable, but think -current also suffers this Default configuration from installation >Description: /etc/monthly generates reports with ac(8), which reads /var/log/wtmp It's expected to give some monthly accounting. But /var/log/wtmp is rotated from crontab, and does not respects /etc/monthly, making the reports without any accuracy. >How-To-Repeat: Wait until cron rotates /var/log/wtmp just a few hours before running /etc/monthly, and see the extremely small times reported. It happened to me this month. :) >Fix: Execute /var/log/wtmp rotation at /etc/monthly. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:32:51 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09862 for bugs-outgoing; Thu, 8 Jan 1998 14:32:51 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09819; Thu, 8 Jan 1998 14:32:42 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:32:42 -0800 (PST) Resent-Message-Id: <199801082232.OAA09819@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, garbanzo@hooked.net Received: (from nobody@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA02934; Tue, 6 Jan 1998 19:52:39 -0800 (PST) (envelope-from nobody) Message-Id: <199801070352.TAA02934@hub.freebsd.org> Date: Tue, 6 Jan 1998 19:52:39 -0800 (PST) From: garbanzo@hooked.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: docs/5449: error in inetd.8 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5449 >Category: docs >Synopsis: error in inetd.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:32:33 PST 1998 >Last-Modified: >Originator: Alex >Organization: >Release: -current >Environment: FreeBSD zippy.dyn.ml.org 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Sun Dec 28 09:53:12 PST 1997 root@zippy.dyn.ml.org:/usr/src/sys/compile/ZIPPY i386 >Description: The inetd man page incorrectly states the requirments for an rpc entry. >How-To-Repeat: man 8 inetd >Fix: *** inetd.8.orig Tue Jan 6 16:43:28 1998 --- inetd.8 Tue Jan 6 16:54:23 1998 *************** *** 116,117 **** --- 116,118 ---- rpc/protocol + {wait|nowait}[/max-child[/max-connections-per-ip-per-minute]] user[:group][/login-class] >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:32:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09895 for bugs-outgoing; Thu, 8 Jan 1998 14:32:56 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09857; Thu, 8 Jan 1998 14:32:50 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:32:50 -0800 (PST) Resent-Message-Id: <199801082232.OAA09857@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Sakari Jalovaara Received: from marathon.tekla.fi (marathon.tekla.fi [192.98.7.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA09834 for ; Wed, 7 Jan 1998 02:41:02 -0800 (PST) (envelope-from sja@tekla.fi) Received: from poveri.tekla.fi (poveri.tekla.fi [192.98.7.19]) by marathon.tekla.fi (8.8.7/8.8.7) with SMTP id MAA22633 for ; Wed, 7 Jan 1998 12:40:13 +0200 Received: by poveri.tekla.fi; (5.65v3.2/1.1.8.2/20Aug96-0557PM) id AA29427; Wed, 7 Jan 1998 12:40:39 +0200 Message-Id: <9801071040.AA29427@poveri.tekla.fi> Date: Wed, 7 Jan 1998 12:40:39 +0200 From: Sakari Jalovaara To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/5450: A couple of operator precedence bugs Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5450 >Category: kern >Synopsis: A couple of operator precedence bugs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:32:47 PST 1998 >Last-Modified: >Originator: Sakari Jalovaara >Organization: Ministry of Information, Information Retrieval >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Three places in the kernel fall for the precedence gotcha between binary "&" and "==". They seem like bugs; I don't know what fixing them will do, though -- something might rely on the bugs. >How-To-Repeat: >Fix: in /usr/src/sys/netinet/udp_usrreq.c if ((last->inp_socket->so_options&(SO_REUSEPORT|SO_REUSEADDR) == 0)) should be if ((last->inp_socket->so_options&(SO_REUSEPORT|SO_REUSEADDR)) == 0) in /usr/src/sys/kern/tty_compat.c || cflag&(CSIZE|PARENB) != CS8) should be || (cflag&(CSIZE|PARENB)) != CS8) also in /usr/src/sys/kern/tty_compat.c if (!(flags&RAW) && !(oflag&OPOST) && cflag&(CSIZE|PARENB) == CS8) should be if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:33:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10011 for bugs-outgoing; Thu, 8 Jan 1998 14:33:18 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09979; Thu, 8 Jan 1998 14:33:13 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:33:13 -0800 (PST) Resent-Message-Id: <199801082233.OAA09979@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, greg@prismnet.com Received: (from nobody@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA12859; Wed, 7 Jan 1998 23:15:19 -0800 (PST) (envelope-from nobody) Message-Id: <199801080715.XAA12859@hub.freebsd.org> Date: Wed, 7 Jan 1998 23:15:19 -0800 (PST) From: greg@prismnet.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/5456: After writing more than 100MB to SCSI Exabyte tape drive system reboots Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5456 >Category: kern >Synopsis: After writing more than 100MB to SCSI Exabyte tape drive system reboots >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:33:10 PST 1998 >Last-Modified: >Originator: Greg Stringfellow >Organization: PrismNet, Inc. >Release: 2.2.5-RELEASE >Environment: FreeBSD smokey.prismnet.com 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Sun Jan 4 1 4:39:39 CST 1998 root@smokey.prismnet.com:/usr/src/sys/compile/SMOKEY i386 >Description: After writing more than 1GB (system backups)to a Exabyte 8505 SCSI tape drive, the system reboots without reporting any errors to the console or to syslog. This problem has shown itself on two different machine, both running different motherboards and CPUs. Both machines work perfectly under 2.1.5-RELEASE. The only thing that was the same in either machine was that both are using NCR 53C810 controllers and Exabyte tape drives. >From what I've been able to test (both are production machines unfortunately) this problem does not effect SCSI HDs or any other SCSI device. The code in st.c seems to either have a bug or a modification from 2.1.5 that is causing the problem. -- Copy of current DMESG -- 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.5-RELEASE #0: Sun Jan 4 14:39:39 CST 1998 root@smokey.prismnet.com:/usr/src/sys/compile/SMOKEY CPU: AMD K5 PR166 (116.34-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x524 Stepping=4 Features=0x21bf real memory = 67108864 (65536K bytes) avail memory = 63778816 (62284K bytes) Probing for devices on PCI bus 0: chip0 rev 1 on pci0:0 chip1 rev 1 on pci0:7:0 chip2 rev 0 on pci0:7:1 de0 rev 36 int a irq 9 on pci0:9 de0: DEC 21040 [10Mb/s] pass 2.4 de0: address 00:00:f8:21:4a:35 de1 rev 18 int a irq 12 on pci0:10 de1: SMC 9332DST 21140 [10-100Mb/s] pass 1.2 de1: address 00:00:c0:84:c1:e4 de1: enabling 10baseT port ncr0 rev 18 int a irq 10 on pci0:11 ncr0 waiting for scsi devices to settle (ncr0:0:0): "DEC DSP3107LS 441C" type 0 fixed SCSI 2 sd0(ncr0:0:0): Direct-Access sd0(ncr0:0:0): 10.0 MB/s (100 ns, offset 8) 1021MB (2091144 512 byte sectors) (ncr0:1:0): "QUANTUM FIREBALL_TM1280S 300N" type 0 fixed SCSI 2 sd1(ncr0:1:0): Direct-Access sd1(ncr0:1:0): 10.0 MB/s (100 ns, offset 8) 1222MB (2503872 512 byte sectors) (ncr0:2:0): 5.0 MB/s (200 ns, offset 8) (ncr0:2:0): "HP 2.13 GB 2nd 0582" type 0 fixed SCSI 2 sd2(ncr0:2:0): Direct-Access sd2(ncr0:2:0): 10.0 MB/s (100 ns, offset 8) 2033MB (4165272 512 byte sectors) ncr1 rev 18 int a irq 11 on pci0:12 ncr1 waiting for scsi devices to settle (ncr1:4:0): "EXABYTE EXB-85058SQANXR1 07J0" type 1 removable SCSI 2 st0(ncr1:4:0): Sequential-Access st0(ncr1:4:0): 5.0 MB/s (200 ns, offset 8) density code 0x0, drive empty (ncr1:5:0): "TOSHIBA CD-ROM XM-3401TA 3593" type 5 removable SCSI 2 cd0(ncr1:5:0): CD-ROM cd0(ncr1:5:0): 4.0 MB/s (250 ns, offset 8) can't get the size Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at 0x3f8-0x3ff irq 4 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 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in npx0 on motherboard npx0: INT 16 interface >How-To-Repeat: Any large scale access to the SCSI tape described above will cause the reboot. >Fix: None. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:33:21 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10026 for bugs-outgoing; Thu, 8 Jan 1998 14:33:21 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09997; Thu, 8 Jan 1998 14:33:16 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:33:16 -0800 (PST) Resent-Message-Id: <199801082233.OAA09997@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Andre Albsmeier Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA17662 for ; Thu, 8 Jan 1998 00:00:23 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.8.8/8.8.8) with ESMTP id JAA09629 for ; Thu, 8 Jan 1998 09:00:01 +0100 (MET) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.8/8.8.5) with ESMTP id JAA06160 for ; Thu, 8 Jan 1998 09:00:01 +0100 (CET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id JAA19499 for ; Thu, 8 Jan 1998 09:00:00 +0100 (MET) Message-Id: <199801080759.IAA27136@intern> Date: Thu, 8 Jan 1998 08:59:49 +0100 (CET) From: Andre Albsmeier To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/5457: no entry for rarpd in rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5457 >Category: conf >Synopsis: no entry for rarpd in rc.conf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:33:15 PST 1998 >Last-Modified: >Originator: Andre Albsmeier >Organization: >Release: FreeBSD 2.2.5-STABLE i386 >Environment: All FreeBSD systems >Description: In rc.conf, we don't find any entries for rarpd. >How-To-Repeat: Look at rc.conf >Fix: In rc.conf, I would suggest something like: rarpd_enable="NO" # Run rarpd (or NO). rarpd_flags="" # Flags to rarpd. Of course, we would also need something in rc.network: if [ "$rarpd_enable" = "YES" ]; then echo -n " rarpd"; rarpd ${rarpd_flags} fi >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:33:24 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10045 for bugs-outgoing; Thu, 8 Jan 1998 14:33:24 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10010; Thu, 8 Jan 1998 14:33:18 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 14:33:18 -0800 (PST) Resent-Message-Id: <199801082233.OAA10010@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, luoqi@luoqi.watermarkgroup.com Received: from luoqi.watermarkgroup.com (luoqi.watermarkgroup.com [207.202.73.170]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA26047 for ; Thu, 8 Jan 1998 01:27:03 -0800 (PST) (envelope-from luoqi@luoqi.watermarkgroup.com) Received: (from luoqi@localhost) by luoqi.watermarkgroup.com (8.8.8/8.8.8) id EAA04228; Thu, 8 Jan 1998 04:26:52 GMT (envelope-from luoqi) Message-Id: <199801080426.EAA04228@luoqi.watermarkgroup.com> Date: Thu, 8 Jan 1998 04:26:52 GMT From: Luoqi Chen Reply-To: luoqi@luoqi.watermarkgroup.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/5458: page fault during proc0 init & fix Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5458 >Category: kern >Synopsis: page fault in proc0_init() & fix >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 14:33:17 PST 1998 >Last-Modified: >Originator: Luoqi Chen >Organization: The Watermark Group >Release: FreeBSD 3.0-CURRENT i386 >Environment: UP kernel cvsupped as of 1/7/1998 >Description: When pmap_pinit0() allocates a page for proc0's page directory, kernal page table may need to be extended. But while growing the kernel page table (pmap_growkernel()), newly allocated kernel page table pages are entered into every process' page directory. For proc0, the page directory is not allocated yet, and results in a page fault. Eventually, the machine panics with "lockmgr: not holding exclusive lock". >How-To-Repeat: Not sure. >Fix: In init_main.c:proc0_init(), move the call to pmap_pinit0() two lines up, right before proc0->p_vmspace is set. Because vmspace is not set, proc0 will be skipped when growing kernel page table. Index: init_main.c =================================================================== RCS file: /fun/cvs/src/sys/kern/init_main.c,v retrieving revision 1.79 diff -u -r1.79 init_main.c --- init_main.c 1997/12/14 02:10:12 1.79 +++ init_main.c 1998/01/08 07:14:29 @@ -399,9 +399,9 @@ limit0.p_refcnt = 1; /* Allocate a prototype map so we have something to fork. */ + pmap_pinit0(&vmspace0.vm_pmap); p->p_vmspace = &vmspace0; vmspace0.vm_refcnt = 1; - pmap_pinit0(&vmspace0.vm_pmap); vm_map_init(&vmspace0.vm_map, round_page(VM_MIN_ADDRESS), trunc_page(VM_MAXUSER_ADDRESS), TRUE); vmspace0.vm_map.pmap = &vmspace0.vm_pmap; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jan 8 14:43:42 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11330 for bugs-outgoing; Thu, 8 Jan 1998 14:43:42 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11137; Thu, 8 Jan 1998 14:42:19 -0800 (PST) (envelope-from steve) Date: Thu, 8 Jan 1998 14:42:19 -0800 (PST) From: Steve Price Message-Id: <199801082242.OAA11137@hub.freebsd.org> To: steve, gnats-admin, freebsd-bugs Subject: Re: pending/5428 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: added abacus_sentry.tar.gz to /incoming Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Thu Jan 8 14:37:38 PST 1998 Responsible-Changed-Why: Misfiled PR that I am assuming belongs to ports. From owner-freebsd-bugs Thu Jan 8 14:44:47 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11582 for bugs-outgoing; Thu, 8 Jan 1998 14:44:47 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11360; Thu, 8 Jan 1998 14:43:50 -0800 (PST) (envelope-from steve) Date: Thu, 8 Jan 1998 14:43:50 -0800 (PST) From: Steve Price Message-Id: <199801082243.OAA11360@hub.freebsd.org> To: steve, gnats-admin, freebsd-bugs Subject: Re: pending/5432 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Re: Very slow throughput & transmit underflows w/ lnc driver Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Thu Jan 8 14:42:43 PST 1998 Responsible-Changed-Why: Misfiled PR. From owner-freebsd-bugs Thu Jan 8 14:47:08 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11945 for bugs-outgoing; Thu, 8 Jan 1998 14:47:08 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11751; Thu, 8 Jan 1998 14:45:39 -0800 (PST) (envelope-from steve) Date: Thu, 8 Jan 1998 14:45:39 -0800 (PST) From: Steve Price Message-Id: <199801082245.OAA11751@hub.freebsd.org> To: steve, gnats-admin, freebsd-bugs Subject: Re: pending/5451 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: halt/reboot does not execute /etc/rc.shutdown as kill -INT 1 Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Thu Jan 8 14:44:31 PST 1998 Responsible-Changed-Why: Misfiled PR. From owner-freebsd-bugs Thu Jan 8 16:11:53 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA21763 for bugs-outgoing; Thu, 8 Jan 1998 16:11:53 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA21621; Thu, 8 Jan 1998 16:09:48 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id QAA21961; Thu, 8 Jan 1998 16:09:35 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Thu, 8 Jan 1998 16:09:35 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: fosters@dvalley.demon.co.uk cc: FreeBSD-gnats-submit@freebsd.org, GNATS Management , freebsd-bugs@hub.freebsd.org Subject: Re: bin/5434: "backdoor" in fingerd allows execution of commands In-Reply-To: <199801050521.AAA01286@dvalley.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 5 Jan 1998 fosters@dvalley.demon.co.uk wrote: > >>How-To-Repeat: > > At a shell prompt type: > > % finger `ls` > > Will give a directory listing of the current directory. If you telnet > to port 79, you can use it almost like a shell.. e.g. > > % telnet localhost 79 > > then type: > > `rm -R /` > > and say goodbye to /. fingerd was running as root on my system, bad > news! > Did you actually try it on your system? -- Yan >>Fix: > > Comment out fingerd from the inetd.conf and reboot or kill -HUP 126 > >>Audit-Trail: >>Unformatted: > From owner-freebsd-bugs Thu Jan 8 16:20:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA22600 for bugs-outgoing; Thu, 8 Jan 1998 16:20:43 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA22509; Thu, 8 Jan 1998 16:20:06 -0800 (PST) (envelope-from gnats) Date: Thu, 8 Jan 1998 16:20:06 -0800 (PST) Message-Id: <199801090020.QAA22509@hub.freebsd.org> To: freebsd-bugs Cc: From: Jan Koum Subject: Re: bin/5434: "backdoor" in fingerd allows execution of commands Reply-To: Jan Koum Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/5434; it has been noted by GNATS. From: Jan Koum To: fosters@dvalley.demon.co.uk Cc: FreeBSD-gnats-submit@freebsd.org, GNATS Management , freebsd-bugs@hub.freebsd.org Subject: Re: bin/5434: "backdoor" in fingerd allows execution of commands Date: Thu, 8 Jan 1998 16:09:35 -0800 (PST) On Mon, 5 Jan 1998 fosters@dvalley.demon.co.uk wrote: > >>How-To-Repeat: > > At a shell prompt type: > > % finger `ls` > > Will give a directory listing of the current directory. If you telnet > to port 79, you can use it almost like a shell.. e.g. > > % telnet localhost 79 > > then type: > > `rm -R /` > > and say goodbye to /. fingerd was running as root on my system, bad > news! > Did you actually try it on your system? -- Yan >>Fix: > > Comment out fingerd from the inetd.conf and reboot or kill -HUP 126 > >>Audit-Trail: >>Unformatted: > From owner-freebsd-bugs Thu Jan 8 19:10:13 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA02262 for bugs-outgoing; Thu, 8 Jan 1998 19:10:13 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA02233; Thu, 8 Jan 1998 19:10:04 -0800 (PST) (envelope-from gnats) Date: Thu, 8 Jan 1998 19:10:04 -0800 (PST) Message-Id: <199801090310.TAA02233@hub.freebsd.org> To: freebsd-bugs Cc: From: Marc Slemko Subject: Re: bin/5434: "backdoor" in fingerd allows execution of commands Reply-To: Marc Slemko Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/5434; it has been noted by GNATS. From: Marc Slemko To: fosters@dvalley.demon.co.uk Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/5434: "backdoor" in fingerd allows execution of commands Date: Thu, 8 Jan 1998 17:47:41 -0700 (MST) On Mon, 5 Jan 1998 fosters@dvalley.demon.co.uk wrote: > >Description: > > When finger'ing a username surrounded by ` marks, fingerd will execute > the command enclosed in the ` marks. > > >How-To-Repeat: > > At a shell prompt type: > > % finger `ls` No. Your shell is interpreting the backtics. > > Will give a directory listing of the current directory. If you telnet > to port 79, you can use it almost like a shell.. e.g. > > % telnet localhost 79 > > then type: > > `rm -R /` > > and say goodbye to /. fingerd was running as root on my system, bad Go ahead and try it. It won't work. BTW, I don't think it is fingerd running as root. If anything, it is you running as root when you try it from a shell prompt. If fingerd is running as root, then you probably changed it. From owner-freebsd-bugs Thu Jan 8 19:10:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA02334 for bugs-outgoing; Thu, 8 Jan 1998 19:10:45 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA02261; Thu, 8 Jan 1998 19:10:19 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA05534; Thu, 8 Jan 1998 16:54:19 -0800 (PST) Date: Thu, 8 Jan 1998 16:54:19 -0800 (PST) Message-Id: <199801090054.QAA05534@freefall.freebsd.org> To: chris@still.whet.org, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: ports/5428 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: added abacus_sentry.tar.gz to /incoming State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Thu Jan 8 16:53:44 PST 1998 State-Changed-Why: This PR is incomplete - it does not state what this abacus thing is or why we should care that it is in incoming. :) From owner-freebsd-bugs Thu Jan 8 19:16:34 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA02464 for bugs-outgoing; Thu, 8 Jan 1998 19:11:50 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA02352; Thu, 8 Jan 1998 19:10:53 -0800 (PST) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA05704; Thu, 8 Jan 1998 17:04:04 -0800 (PST) Date: Thu, 8 Jan 1998 17:04:04 -0800 (PST) Message-Id: <199801090104.RAA05704@freefall.freebsd.org> To: fosters@dvalley.demon.co.uk, jmg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/5434 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: "backdoor" in fingerd allows execution of commands State-Changed-From-To: open-closed State-Changed-By: jmg State-Changed-When: Thu Jan 8 17:01:24 PST 1998 State-Changed-Why: sounds like you must not of upgraded your inetd.conf... all three of the 2.2.1-R boxes, one of the 2.2-stable boxes, and the -current source all show that fingerd is run by nobody... and in your example, I couldn't even get a directory listing like you said... the closest was when I ran finger `ls`, which gave me an error saying finger: xxx no such user found for most of the files in my directory... telneting directly to 79 results in: hydrogen,ttyq3,~,501$telnet localhost 79 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. `ls` finger: `ls`: no such user Connection closed by foreign host. From owner-freebsd-bugs Thu Jan 8 19:20:06 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA03428 for bugs-outgoing; Thu, 8 Jan 1998 19:20:06 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA03412; Thu, 8 Jan 1998 19:20:01 -0800 (PST) (envelope-from gnats) Date: Thu, 8 Jan 1998 19:20:01 -0800 (PST) Message-Id: <199801090320.TAA03412@hub.freebsd.org> To: freebsd-bugs Cc: From: Kevin Day Subject: Re: bin/5434: "backdoor" in fingerd allows execution of commands Reply-To: Kevin Day Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/5434; it has been noted by GNATS. From: Kevin Day To: fosters@dvalley.demon.co.uk Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/5434: "backdoor" in fingerd allows execution of commands Date: Thu, 8 Jan 1998 18:32:31 -0600 (CST) > >Description: > > When finger'ing a username surrounded by ` marks, fingerd will execute > the command enclosed in the ` marks. > > >How-To-Repeat: > > At a shell prompt type: > > % finger `ls` > > Will give a directory listing of the current directory. If you telnet > to port 79, you can use it almost like a shell.. e.g. > > % telnet localhost 79 > > then type: > > `rm -R /` > > and say goodbye to /. fingerd was running as root on my system, bad > news! > Correct me if I'm missing something, but..... Your shell is doing what's in the 's, not finger... ls `rm -r /` would have the same effect. The idea is to pipe the output of a command into the command line of another command.. Your telnet example doesn't work for me. bash-2.00$ telnet 204.137.237.2 79 Trying 204.137.237.2... Connected to home.dragondata.com. Escape character is '^]'. `cat /etc/master.passwd` finger: `cat: no such user finger: /etc/master.passwd: no such user Connection closed by foreign host. bash-2.00$ kill -9 `cat /var/run/httpd.pid` comes to mind.... Kevin From owner-freebsd-bugs Thu Jan 8 19:21:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA03517 for bugs-outgoing; Thu, 8 Jan 1998 19:21:07 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from hsw.grc.com.tw (dial7.203708.gcn.net.tw [203.70.8.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA03505 for ; Thu, 8 Jan 1998 19:21:00 -0800 (PST) (envelope-from hsw@ms2.hinet.net) Received: from hsw.grc.com.tw (localhost.grc.com.tw [127.0.0.1]) by hsw.grc.com.tw (8.8.8/8.8.8) with ESMTP id KAA05495 for ; Fri, 9 Jan 1998 10:32:27 +0800 (CST) (envelope-from hsw@hsw.grc.com.tw) Message-Id: <199801090232.KAA05495@hsw.grc.com.tw> To: freebsd-bugs@freebsd.org Reply-to: Christopher Hall From: Christopher Hall Subject: chinese/big5fonts crashes X server with Xemacs20.3 X-Operating-System: FreeBsd 3.0 X-Mailer: exmh 2.0 Date: Fri, 09 Jan 1998 10:32:26 +0800 Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk X server terminates with signal 8. The solution I came up with is the following patch to put into chinese/big5fonts/patches then recompile the port. With Xemacs set to "fixed" font size 16 this give sensible Chineses display and no server crash. Hope this is of some help. begin 644 patch-ab M+2TM('1A:7!E:3$V+F)D9BYO From owner-freebsd-bugs Thu Jan 8 22:40:08 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20797 for bugs-outgoing; Thu, 8 Jan 1998 22:40:08 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20761; Thu, 8 Jan 1998 22:40:04 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 1998 22:40:04 -0800 (PST) Resent-Message-Id: <199801090640.WAA20761@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, cjohnson@neunacht.netgsi.com Received: from neunacht.netgsi.com (neunacht.netgsi.com [192.55.203.37]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA20690 for ; Thu, 8 Jan 1998 22:39:52 -0800 (PST) (envelope-from cjohnson@neunacht.netgsi.com) Received: (from cjohnson@localhost) by neunacht.netgsi.com (8.8.8/8.8.6) id BAA03491; Fri, 9 Jan 1998 01:40:29 -0500 (EST) Message-Id: <199801090640.BAA03491@neunacht.netgsi.com> Date: Fri, 9 Jan 1998 01:40:29 -0500 (EST) From: "Christopher T. Johnson" Reply-To: cjohnson@neunacht.netgsi.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/5467: unlink() leaves unrefed files on file sytem Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5467 >Category: kern >Synopsis: unlink() leaves unrefed files on file sytem >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 8 22:40:01 PST 1998 >Last-Modified: >Originator: Christopher T. Johnson >Organization: NetGSI, Inc >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD-CURRENT as of a CVSUP around Dec 28th. >Description: When a file has been mmap()ed, and then is unlinked, it seems that even when the file is munmap()ed, the inode is not cleared. This problem was noticed when /var, a 300Mb filesystem, suddenly started running out of space. We run a perl script that uses a C program to analyse files and then unlink files that the program rejects (with databasing added). The processing sequence is: perl script discovers a file to analyis. perl script sends file name to C program over an unamed pipe. C program uses mmap() to access the file. C program analysises the file C program sends result to perl script perl script unlinks file if file is unwanted LOOP: perl script finds next file perl script send file name to C program C program uses munmap() to release previous file C program uses mmap() to access the new file C program send result to perl script perl script unlinks file if file is unwanted GOTO LOOP >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Jan 9 08:14:29 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA14442 for bugs-outgoing; Fri, 9 Jan 1998 08:14:29 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from still.whet.org (chris@still.whet.org [142.154.6.85]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA14434; Fri, 9 Jan 1998 08:14:21 -0800 (PST) (envelope-from chris@still.whet.org) Received: from localhost (chris@localhost) by still.whet.org (8.8.8/8.8.5) with SMTP id LAA00423; Fri, 9 Jan 1998 11:11:44 -0500 (EST) Date: Fri, 9 Jan 1998 11:11:44 -0500 (EST) From: Chris Probst To: "Jordan K. Hubbard" cc: freebsd-bugs@freebsd.org Subject: Re: ports/5428 In-Reply-To: <199801090054.QAA05534@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Jordan.. Steve Price wrote me and filled me in on how to fill out the PR. Sorry about that it's my first time making a port, i'll make sure to get it right the next time... Again sorry for the screw up. Chris Probst On Thu, 8 Jan 1998, Jordan K. Hubbard wrote: > Synopsis: added abacus_sentry.tar.gz to /incoming > > State-Changed-From-To: open-closed > State-Changed-By: jkh > State-Changed-When: Thu Jan 8 16:53:44 PST 1998 > State-Changed-Why: > This PR is incomplete - it does not state what this abacus thing > is or why we should care that it is in incoming. :) > From owner-freebsd-bugs Fri Jan 9 08:30:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA15515 for bugs-outgoing; Fri, 9 Jan 1998 08:30:18 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA15471; Fri, 9 Jan 1998 08:30:11 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 9 Jan 1998 08:30:11 -0800 (PST) Resent-Message-Id: <199801091630.IAA15471@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, steveg@comtrol.com Received: (from nobody@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA14915; Fri, 9 Jan 1998 08:20:35 -0800 (PST) (envelope-from nobody) Message-Id: <199801091620.IAA14915@hub.freebsd.org> Date: Fri, 9 Jan 1998 08:20:35 -0800 (PST) From: steveg@comtrol.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/5468: current 3.0 MAKEDEV error for Comtrol RocketPort port Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5468 >Category: i386 >Synopsis: current 3.0 MAKEDEV error for Comtrol RocketPort port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 9 08:30:03 PST 1998 >Last-Modified: >Originator: steve gericke >Organization: Comtrol Corporation >Release: current 3.0 snapshot + MAKEDEV dated 1/3/98 >Environment: FreeBSD steveg1.comtrol.com 3.0-971006-SNAP ..... >Description: For Comtrol rp product: Using MAKEDEV dated 1/3/98 form current 3.0 .. MADEDEV for ttyR0 works MAKEDEV for cuaR0 only make cuaR only >How-To-Repeat: Install a Comtrol rp card (ISA or PCI) Perform a MAKEDEV ttyR0 Perform a MAKEDEV cuaR0 >Fix: Change MAKEDEV file - Got current versionof MAKEDEV dated 1/3/98 Added Rnum Make the necessary changes - the diff are: 894c894 < Rnum=0; CUnum=128; ICUnum=160; LCUnum=192 --- > CUnum=128; ICUnum=160; LCUnum=192 913d912 < Rnum=`expr $Rnum + 1` >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Jan 9 10:20:07 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25069 for bugs-outgoing; Fri, 9 Jan 1998 10:20:07 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25011; Fri, 9 Jan 1998 10:20:02 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 9 Jan 1998 10:20:02 -0800 (PST) Resent-Message-Id: <199801091820.KAA25011@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, h-nokubi@yyy.or.jp Received: from mail.yyy.or.jp (host03.interwave.or.jp [202.214.252.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA24903 for ; Fri, 9 Jan 1998 10:18:56 -0800 (PST) (envelope-from hnokubi@yyy.or.jp) Received: from ppp-client.yyy.or.jp (urayasu105.interwave.or.jp [210.138.157.141]) by mail.yyy.or.jp (8.6.12+2.4W3/3.4W4) with ESMTP id DAA29072 for ; Sat, 10 Jan 1998 03:12:54 +0900 Received: from sassaby.nokubi.or.jp (sassaby.nokubi.or.jp [192.168.9.3]) by ppp-client.yyy.or.jp (8.8.7/3.5Wpl7-ppp) with ESMTP id CAA00815 for ; Sat, 10 Jan 1998 02:55:33 +0900 (JST) Received: (from h-nokubi@localhost) by sassaby.nokubi.or.jp (8.8.5/3.5Wpl7-glove) id CAA02727; Sat, 10 Jan 1998 02:55:42 +0900 (JST) Message-Id: <199801091812.DAA29072@mail.yyy.or.jp> Date: Sat, 10 Jan 1998 02:55:42 +0900 (JST) From: h-nokubi@yyy.or.jp Reply-To: h-nokubi@yyy.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/5469: formatted output of traceroute.8 semms to be slightly strange. Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5469 >Category: docs >Synopsis: formatted output of traceroute.8 semms to be slightly strange. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 9 10:20:01 PST 1998 >Last-Modified: >Originator: NOKUBI Hirotaka >Organization: NEC Microcomputer Technology >Release: FreeBSD 2.2.5-STABLE i386 >Environment: FreeBSD sassaby.nokubi.or.jp 2.2.5-STABLE FreeBSD 2.2.5-STABLE #1: Thu Jan 1 21:55:59 JST 1998 h-nokubi@sassaby.nokubi.or.jp:/usr/obj/usr/src/sys/compile/SASSABY i386 >Description: Description of `-g' option concatenated to `-S' option's. >How-To-Repeat: See DESCRIPTION section of traceroute(8) >Fix: Because I'm not a roff user, I'm not sure about following diff. But, It seems to be that a .TP is omitted. Index: traceroute.8 =================================================================== RCS file: /home/ncvs/src/contrib/traceroute/traceroute.8,v retrieving revision 1.2 diff -u -r1.2 traceroute.8 --- traceroute.8 1996/10/08 02:44:23 1.2 +++ traceroute.8 1998/01/09 17:37:53 @@ -77,6 +77,7 @@ .TP .B \-S Print a summary of how many probes were not answered for each hop. +.TP .B \-g Specify a loose source route gateway (8 maximum). .TP >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Jan 9 10:30:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA26151 for bugs-outgoing; Fri, 9 Jan 1998 10:30:03 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA26109; Fri, 9 Jan 1998 10:30:01 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 9 Jan 1998 10:30:01 -0800 (PST) Resent-Message-Id: <199801091830.KAA26109@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, ken@bolingbroke.com Received: (from nobody@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25618; Fri, 9 Jan 1998 10:25:14 -0800 (PST) (envelope-from nobody) Message-Id: <199801091825.KAA25618@hub.freebsd.org> Date: Fri, 9 Jan 1998 10:25:14 -0800 (PST) From: ken@bolingbroke.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: conf/5470: Security compromised on new installation of FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5470 >Category: conf >Synopsis: Security compromised on new installation of FreeBSD >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 9 10:30:00 PST 1998 >Last-Modified: >Originator: Ken Bolingbroke >Organization: >Release: 2.2.5-RELEASE >Environment: FreeBSD sacto.bolingbroke.com 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Tue Oct 2114:33:00 GMT jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: After initial network installation of FreeBSD, using the /stand/sysinstall utility to add further software removes any modified user db and replaces it with the default including a root account with *no* password. I only noticed this when I got console messages of an attempted root login. My system was compromised and at least one trojan horse was found on this system. Since it was a new installation, I just wiped the hard disk and started over, but using /stand/sysinstall again wiped my new user db and cleared the root password. I haven't isolated the problem, but I'm using /stand/sysinstall after the initial installation because X-Windows doesn't seem to install correctly... >How-To-Repeat: Use /stand/sysinstall to add additional software... >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Jan 9 10:34:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA26657 for bugs-outgoing; Fri, 9 Jan 1998 10:34:43 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA26629; Fri, 9 Jan 1998 10:34:27 -0800 (PST) (envelope-from steve) Date: Fri, 9 Jan 1998 10:34:27 -0800 (PST) From: Steve Price Message-Id: <199801091834.KAA26629@hub.freebsd.org> To: steveg@comtrol.com, steve, freebsd-bugs Subject: Re: i386/5468 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: current 3.0 MAKEDEV error for Comtrol RocketPort port State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Fri Jan 9 10:33:56 PST 1998 State-Changed-Why: Fix applied. Thanks! From owner-freebsd-bugs Fri Jan 9 10:53:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA28413 for bugs-outgoing; Fri, 9 Jan 1998 10:53:43 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA28393; Fri, 9 Jan 1998 10:53:36 -0800 (PST) (envelope-from steve) Date: Fri, 9 Jan 1998 10:53:36 -0800 (PST) From: Steve Price Message-Id: <199801091853.KAA28393@hub.freebsd.org> To: h-nokubi@yyy.or.jp, steve, freebsd-bugs Subject: Re: docs/5469 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: formatted output of traceroute.8 semms to be slightly strange. State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Fri Jan 9 10:52:12 PST 1998 State-Changed-Why: Fixed in both -current and -stable. Thanks. From owner-freebsd-bugs Fri Jan 9 12:57:15 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA12061 for bugs-outgoing; Fri, 9 Jan 1998 12:57:15 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from drax-i.leverage.com (ns.leverage.com [206.79.139.8]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA12053 for ; Fri, 9 Jan 1998 12:57:10 -0800 (PST) (envelope-from tlod@leverage.com) Received: (from smapman@localhost) by drax-i.leverage.com (8.6.12/8.6.12) id OAA14255 for ; Fri, 9 Jan 1998 14:11:28 -0800 Received: from proton.leverage.com(172.16.0.33) by drax-i.leverage.com via smap (V1.3) id sma014253; Fri Jan 9 14:11:21 1998 Received: from localhost (tlod@localhost) by leverage.com (8.8.7/8.8.7) with SMTP id MAA24568 for ; Fri, 9 Jan 1998 12:58:36 -0800 (PST) Date: Fri, 9 Jan 1998 12:58:35 -0800 (PST) From: Thede Loder To: bugs@freebsd.org Subject: crashing Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey all - I'm running on dell 233 Pentium II system with 2.2-970921-RELENG. I've had a few crashes and would like to know if they sound familiar, and even better if they've been fixed in a future release. 1) running a perl script that was generating output very quickly (parsing a large log file). I started the script, then in another xterm typed 'tail -f outputfile'. nothing came out of the tail, and the system rebooted in about two seconds. The output file was located in an NFS mounted directory. The script was local, but the filesystem was remote. 2) running netscape 4.04, I started a download of a 3.5 meg file. It was coming down at about 150k/sec (we have a T1). Just before it got to the end, the mouse, fvwm, X and the works froze for about 20 seconds, then my system rebooted itself. It might not be related, but the destination of the file was onto an NFS mounted directory. I have an Intel EtherExpress Pro/100B ethernet card running at 10Mb/s. Please let me know what other details I can provide! Thede -- tlod@leverage.com From owner-freebsd-bugs Fri Jan 9 13:23:50 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA14468 for bugs-outgoing; Fri, 9 Jan 1998 13:23:50 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from limbo.rtfm.net (root@rtfm.net [204.141.125.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA14410; Fri, 9 Jan 1998 13:23:25 -0800 (PST) (envelope-from nathan@limbo.rtfm.net) Received: (from nathan@localhost) by limbo.rtfm.net (8.8.8/8.8.8) id QAA28413; Fri, 9 Jan 1998 16:02:40 -0500 (EST) Message-ID: <19980109160240.12366@rtfm.net> Date: Fri, 9 Jan 1998 16:02:40 -0500 From: Nathan Dorfman To: John-Mark Gurney Cc: fosters@dvalley.demon.co.uk, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/5434 References: <199801090104.RAA05704@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801090104.RAA05704@freefall.freebsd.org>; from John-Mark Gurney on Thu, Jan 08, 1998 at 05:04:04PM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Jan 08, 1998 at 05:04:04PM -0800, John-Mark Gurney wrote: > Synopsis: "backdoor" in fingerd allows execution of commands > > State-Changed-From-To: open-closed > State-Changed-By: jmg > State-Changed-When: Thu Jan 8 17:01:24 PST 1998 > State-Changed-Why: > sounds like you must not of upgraded your inetd.conf... all three > of the 2.2.1-R boxes, one of the 2.2-stable boxes, and the -current > source all show that fingerd is run by nobody... and in your example, > I couldn't even get a directory listing like you said... the closest > was when I ran finger `ls`, which gave me an error saying finger: xxx > no such user found for most of the files in my directory... > > telneting directly to 79 results in: > hydrogen,ttyq3,~,501$telnet localhost 79 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > `ls` > finger: `ls`: no such user > Connection closed by foreign host. I have a sneaking suspicion that the original tester of this "backdoor" forgot to comment out the ` characters :-) also, did you assume that the telnet * 79 trick worked, or did you actually perform it? -- ________________ _______________________________ / Nathan Dorfman V PGP: finger nathan@rtfm.net / / nathan@rtfm.net | http://www.rtfm.net / From owner-freebsd-bugs Fri Jan 9 13:25:11 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA14623 for bugs-outgoing; Fri, 9 Jan 1998 13:25:11 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA14425; Fri, 9 Jan 1998 13:23:30 -0800 (PST) (envelope-from steve) Date: Fri, 9 Jan 1998 13:23:30 -0800 (PST) From: Steve Price Message-Id: <199801092123.NAA14425@hub.freebsd.org> To: steve, gnats-admin, freebsd-bugs Subject: Re: pending/5472 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Old Synopsis: New Synopsis: xmmix-1.2 prot won't compile - "SOUND_VERSION" undecl. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Fri Jan 9 13:21:37 PST 1998 Responsible-Changed-Why: Misfiled PR. From owner-freebsd-bugs Fri Jan 9 14:12:12 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA18785 for bugs-outgoing; Fri, 9 Jan 1998 14:12:12 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from hydrogen.nike.efn.org (d182-89.uoregon.edu [128.223.182.89]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA18755 for ; Fri, 9 Jan 1998 14:12:03 -0800 (PST) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id OAA19265; Fri, 9 Jan 1998 14:11:43 -0800 (PST) Message-ID: <19980109141143.58856@hydrogen.nike.efn.org> Date: Fri, 9 Jan 1998 14:11:43 -0800 From: John-Mark Gurney To: Nathan Dorfman Cc: fosters@dvalley.demon.co.uk, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/5434 References: <199801090104.RAA05704@freefall.freebsd.org> <19980109160240.12366@rtfm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <19980109160240.12366@rtfm.net>; from Nathan Dorfman on Fri, Jan 09, 1998 at 04:02:40PM -0500 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nathan Dorfman scribbled this message on Jan 9: > > telneting directly to 79 results in: > > hydrogen,ttyq3,~,501$telnet localhost 79 > > Trying 127.0.0.1... > > Connected to localhost. > > Escape character is '^]'. > > `ls` > > finger: `ls`: no such user > > Connection closed by foreign host. > > I have a sneaking suspicion that the original tester of this "backdoor" > forgot to comment out the ` characters :-) also, did you assume that > the telnet * 79 trick worked, or did you actually perform it? read above... I did test it... as the above paste shows... of course I made sure that fingerd was nobody, which is was, before trying it.. fingerd doesn't even execute the command... it was simply a problem of the person not quoting the ``': hydrogen,ttyq1,~,502$finger '`ls`@localhost' [localhost] finger: `ls`: no such user -- John-Mark Gurney Modem/FAX: +1 541 683 6954 Cu Networking P.O. Box 5693, 97405 Live in Peace, destroy Micro$oft, support free software, run FreeBSD From owner-freebsd-bugs Fri Jan 9 16:10:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA29712 for bugs-outgoing; Fri, 9 Jan 1998 16:10:46 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA29562; Fri, 9 Jan 1998 16:09:53 -0800 (PST) (envelope-from steve) Date: Fri, 9 Jan 1998 16:09:53 -0800 (PST) From: Steve Price Message-Id: <199801100009.QAA29562@hub.freebsd.org> To: rssh@cam.grad.kiev.ua, steve, freebsd-bugs Subject: Re: misc/5365 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: problem with /etc/weelky State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Fri Jan 9 16:08:37 PST 1998 State-Changed-Why: Fixed in revision 1.2 of /etc/periodic/weekly/320.whatis for -current and revision 1.17.2.2 of /etc/weekly for -stable. From owner-freebsd-bugs Fri Jan 9 16:20:05 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA00865 for bugs-outgoing; Fri, 9 Jan 1998 16:20:05 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA00802; Fri, 9 Jan 1998 16:20:01 -0800 (PST) (envelope-from gnats) Date: Fri, 9 Jan 1998 16:20:01 -0800 (PST) Message-Id: <199801100020.QAA00802@hub.freebsd.org> To: freebsd-bugs Cc: From: "Jordan K. Hubbard" Subject: Re: conf/5470: Security compromised on new installation of FreeBSD Reply-To: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/5470; it has been noted by GNATS. From: "Jordan K. Hubbard" To: ken@bolingbroke.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: conf/5470: Security compromised on new installation of FreeBSD Date: Fri, 09 Jan 1998 16:17:39 -0800 > After initial network installation of FreeBSD, using the /stand/sysinstall > utility to add further software removes any modified user db and replaces > it with the default including a root account with *no* password. When you say "to add further software", what do you mean? You don't go and choose one of the bindist-containing "bundles" do you? You go to the custom screen and avoid reinstalling the bindist, right? If not, then your probably is pilot error and not actually a security hole - sysinstall is merely doing exactly what you told it to do and I can close this PR. :) Jordan From owner-freebsd-bugs Fri Jan 9 17:16:51 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA05207 for bugs-outgoing; Fri, 9 Jan 1998 17:16:51 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from fenner@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA05168; Fri, 9 Jan 1998 17:16:45 -0800 (PST) (envelope-from fenner) Date: Fri, 9 Jan 1998 17:16:45 -0800 (PST) From: Bill Fenner Message-Id: <199801100116.RAA05168@hub.freebsd.org> To: fenner, freebsd-bugs, freebsd-ports Subject: Re: ports/5472 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: xmmix-1.2 prot won't compile - "SOUND_VERSION" undecl. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: fenner Responsible-Changed-When: Fri Jan 9 17:13:33 PST 1998 Responsible-Changed-Why: When you fix up a misfiled PR, please check to see if all the data is in the Unformatted: section. Also, ports PR's belong to freebsd-ports, not freebsd-bugs. From owner-freebsd-bugs Fri Jan 9 18:11:13 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA09090 for bugs-outgoing; Fri, 9 Jan 1998 18:11:13 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA09073; Fri, 9 Jan 1998 18:11:00 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA04209; Fri, 9 Jan 1998 18:10:36 -0800 (PST) Date: Fri, 9 Jan 1998 18:10:36 -0800 (PST) Message-Id: <199801100210.SAA04209@freefall.freebsd.org> To: ken@bolingbroke.com, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/5470 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Security compromised on new installation of FreeBSD State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Fri Jan 9 18:10:20 PST 1998 State-Changed-Why: User installed bindist twice - this is the expected behavior. From owner-freebsd-bugs Fri Jan 9 22:30:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA25304 for bugs-outgoing; Fri, 9 Jan 1998 22:30:03 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA25297; Fri, 9 Jan 1998 22:30:01 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 9 Jan 1998 22:30:01 -0800 (PST) Resent-Message-Id: <199801100630.WAA25297@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, sanpei@yy.cs.keio.ac.jp Received: from titanium.yy.cs.keio.ac.jp (titanium.yy.cs.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA25035 for ; Fri, 9 Jan 1998 22:24:04 -0800 (PST) (envelope-from sanpei@yy.cs.keio.ac.jp) Received: from lavender.sanpei.org (u1204.seaple.icc.ne.jp [203.140.41.204]) by titanium.yy.cs.keio.ac.jp (8.8.8+3.0Wbeta11/3.6W) with ESMTP id PAA18098 for ; Sat, 10 Jan 1998 15:23:22 +0900 (JST) Received: (from sanpei@localhost) by lavender.sanpei.org (8.8.5/3.6Wbeta4) id PAA11990; Sat, 10 Jan 1998 15:23:21 +0900 (JST) Message-Id: <199801100623.PAA11990@lavender.sanpei.org> Date: Sat, 10 Jan 1998 15:23:21 +0900 (JST) From: sanpei@yy.cs.keio.ac.jp Reply-To: sanpei@yy.cs.keio.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/5473: tzsetup does not create /etc/wall_cmoc_clock file. Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5473 >Category: bin >Synopsis: tzsetup does not create /etc/wall_cmoc_clock file. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 9 22:30:00 PST 1998 >Last-Modified: >Originator: MIHIRA Yoshiro >Organization: Keio Univ. >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: FreeBSD-current and FreeBSD-2.2(stable) >Description: tzsetup does not create /etc/wall_cmos_clock file. `if else' pair is not correct between indent and C grammer as below. >How-To-Repeat: as root, /usr/sbin/tzsetup or install system via boot.flp >Fix: --- tzsetup.c.orig Sat Jan 10 14:53:08 1998 +++ tzsetup.c Sat Jan 10 15:01:16 1998 @@ -655,12 +655,15 @@ init_dialog(); if (!dialog_yesno("Select local or UTC (Greenwich Mean Time) clock", "Is this machine's CMOS clock set to UTC? If it is set to local time,\n" - "please choose NO here!", 7, 72)) - if (reallydoit) + "please choose NO here!", 7, 72)) { + if (reallydoit) { system("rm -f /etc/wall_cmos_clock"); - else - if (reallydoit) + } + } else { + if (reallydoit) { system("touch /etc/wall_cmos_clock"); + } + } dialog_clear_norefresh(); dialog_menu("Time Zone Selector", "Select a region", -1, -1, NCONTINENTS, -NCONTINENTS, continents, 0, NULL, NULL); >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Jan 10 07:59:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA12619 for bugs-outgoing; Sat, 10 Jan 1998 07:59:25 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA12591; Sat, 10 Jan 1998 07:59:04 -0800 (PST) (envelope-from steve) Date: Sat, 10 Jan 1998 07:59:04 -0800 (PST) From: Steve Price Message-Id: <199801101559.HAA12591@hub.freebsd.org> To: sanpei@yy.cs.keio.ac.jp, steve, freebsd-bugs Subject: Re: bin/5473 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: tzsetup does not create /etc/wall_cmoc_clock file. State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat Jan 10 07:58:10 PST 1998 State-Changed-Why: Slightly modified version of patch applied to revision 1.10 and 1.2.2.6 of tzsetup.c. Thanks! From owner-freebsd-bugs Sat Jan 10 12:29:42 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA09917 for bugs-outgoing; Sat, 10 Jan 1998 12:29:42 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from steve@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA09807; Sat, 10 Jan 1998 12:28:49 -0800 (PST) (envelope-from steve) Date: Sat, 10 Jan 1998 12:28:49 -0800 (PST) From: Steve Price Message-Id: <199801102028.MAA09807@hub.freebsd.org> To: garbanzo@hooked.net, steve, freebsd-bugs Subject: Re: docs/5449 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: error in inetd.8 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat Jan 10 12:25:49 PST 1998 State-Changed-Why: Already fixed in revision 1.17 of inetd.8 by dima@FreeBSD.ORG.