From owner-freebsd-bugs Sun Feb 7 00:40:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24068 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 00:40:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24055 for ; Sun, 7 Feb 1999 00:40:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA02329; Sun, 7 Feb 1999 00:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23669; Sun, 7 Feb 1999 00:37:05 -0800 (PST) (envelope-from nobody) Message-Id: <199902070837.AAA23669@hub.freebsd.org> Date: Sun, 7 Feb 1999 00:37:05 -0800 (PST) From: daleg@preferred.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/9942: File "libkrb.so.3" missing and needed by many programs. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9942 >Category: i386 >Synopsis: File "libkrb.so.3" missing and needed by many programs. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 7 00:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dale Grindstaff >Release: 3.0 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 02:50:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07621 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 02:50:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07610 for ; Sun, 7 Feb 1999 02:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA06990; Sun, 7 Feb 1999 02:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 7 Feb 1999 02:50:02 -0800 (PST) Message-Id: <199902071050.CAA06990@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Jeroen Ruigrok/Asmodai Subject: RE: i386/9942: File "libkrb.so.3" missing and needed by many pro Reply-To: Jeroen Ruigrok/Asmodai Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/9942; it has been noted by GNATS. From: Jeroen Ruigrok/Asmodai To: daleg@preferred.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: RE: i386/9942: File "libkrb.so.3" missing and needed by many pro Date: Sun, 07 Feb 1999 11:50:40 +0100 (CET) On 07-Feb-99 daleg@preferred.com wrote: libkrb is Kerberos. The question now arises did you include Kerberos support on yer machine? This thing has been discussed a lot on the current mailinglist and IIRC it involves installing either Athena or true Kerberos IV. Ye might thus also want to try to search the mailinglist or ask on the other mailinglists such as stable or current before sending a pr. --- Jeroen Ruigrok van der Werven join #FreeBSD on Undernet asmodai(at)wxs.nl Time is merely a residue of Reality... Network/Security Specialist *BSD: Powered by Knowledge & Know-how To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 04:14:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20082 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 04:14:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20073; Sun, 7 Feb 1999 04:14:01 -0800 (PST) (envelope-from dcs@FreeBSD.org) From: "Daniel C. Sobral" Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA11015; Sun, 7 Feb 1999 04:14:00 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Sun, 7 Feb 1999 04:14:00 -0800 (PST) Message-Id: <199902071214.EAA11015@freefall.freebsd.org> To: adrian@ubegeeks.com, dcs@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9934 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: a hard coded string is incorrectly passed to pnp_readconf(). State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Sun Feb 7 04:12:49 PST 1999 State-Changed-Why: Code in question is #if'ed out, and the variable isn't even declared. Fix applied, though, so an error is returned whenever the code is activated again. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 05:50:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29159 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 05:50:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29093 for ; Sun, 7 Feb 1999 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA14086; Sun, 7 Feb 1999 05:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.vr.IN-Berlin.DE (gnu.in-berlin.de [192.109.42.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28386 for ; Sun, 7 Feb 1999 05:42:05 -0800 (PST) (envelope-from mc5sys.in-berlin.de!root@hirsch.in-berlin.de) Received: from hirsch.in-berlin.de (root@hirsch.in-berlin.de [192.109.42.6]) by mail.vr.IN-Berlin.DE (8.9.1a/8.9.1) with ESMTP id OAA18684 for ; Sun, 7 Feb 1999 14:42:03 +0100 (CET) (envelope-from mc5sys.in-berlin.de!root@hirsch.in-berlin.de) Received: by hirsch.in-berlin.de (Smail3.2) id ; Sun, 7 Feb 1999 14:42:02 +0100 (CET) Received: (from root@localhost) by mc5sys.in-berlin.de (8.9.2/8.9.2) id OAA46212; Sun, 7 Feb 1999 14:42:45 +0100 (CET) (envelope-from root) Message-Id: <199902071342.OAA46212@mc5sys.in-berlin.de> Date: Sun, 7 Feb 1999 14:42:45 +0100 (CET) From: elwood@mc5sys.in-berlin.de Reply-To: elwood@mc5sys.in-berlin.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: gnu/9946: linker problem with gcc 2.7.2.1 ?? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9946 >Category: gnu >Synopsis: linker problem with gcc 2.7.2.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 7 05:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Frank Gruender >Release: FreeBSD 4.0-CURRENT i386 >Organization: The Psychedelic Underground >Environment: FreeBSD mc5sys.in-berlin.de 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Thu Feb 4 16:58:35 CET 1999 root@mc5sys.in-berlin.de:/usr/src/sys/compile/MC5SYS_ISDN i386 >Description: Same problem as PR ports/8917 ?! Errors while compiling and linking qtarch and other ports: /ports/devel/qtarch: ===> Extracting for qtarch-1.4.1 >> Checksum OK for qtarch-1.4-1.tar.gz. ===> qtarch-1.4.1 depends on executable: gmake - found ===> qtarch-1.4.1 depends on shared library: qt.2 - found ===> Patching for qtarch-1.4.1 ===> Applying FreeBSD patches for qtarch-1.4.1 ===> Configuring for qtarch-1.4.1 ===> Building for qtarch-1.4.1 gmake[1]: Entering directory `/usr/ports/devel/qtarch/work/qtarch-1.4/bmp' Compiling qembed.cpp gcc qembed.o -o qembed -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lqt -lX11 /usr/lib/libstdc++.so.2: undefined reference to `__unwind_function' /usr/lib/libstdc++.so.2: undefined reference to `__find_first_exception_table_match' /usr/lib/libstdc++.so.2: undefined reference to `__register_exceptions' gmake[1]: *** [qembed] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/qtarch/work/qtarch-1.4/bmp' gmake: *** [bmp_d] Error 2 *** Error code 2 [...] >How-To-Repeat: Compile /ports/devel/qtarch, /ports/games/pp, /ports/audio/xamp, /ports/games/xlines they have all the same problem! See also: http://www.freebsd.org/~asami/errorlogs/3-full/qtarch-1.4.1.log http://www.freebsd.org/~asami/errorlogs/3-full/pp-0.01.log http://www.freebsd.org/~asami/errorlogs/3-full/xamp-0.8.7.log http://www.freebsd.org/~asami/errorlogs/3-full/xlines-1.0.log >Fix: Unavailable. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 06:30:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02764 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 06:30:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA02720 for ; Sun, 7 Feb 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA16093; Sun, 7 Feb 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 7 Feb 1999 06:30:01 -0800 (PST) Message-Id: <199902071430.GAA16093@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Rahul Siddharthan Subject: Re:bin/8699:ypbindcan'tbindtoserver Reply-To: Rahul Siddharthan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/8699; it has been noted by GNATS. From: Rahul Siddharthan To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re:bin/8699:ypbindcan'tbindtoserver Date: Sun, 7 Feb 1999 19:24:00 +0530 (IST) This happens with a Digital Unix 4.0 NIS server too. ypbind can't bind to it, and ypset says "sorry, cannot ypset for domain on host" Happens on FreeBSD 3.0-RELEASE and 3.0-STABLE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 07:30:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07518 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 07:30:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07455 for ; Sun, 7 Feb 1999 07:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA51819; Sun, 7 Feb 1999 07:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07400 for ; Sun, 7 Feb 1999 07:29:11 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from salomon.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.9.2/8.9.2) with ESMTP id QAA25636 for ; Sun, 7 Feb 1999 16:29:06 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [146.180.31.23]) by salomon.siemens.de (8.9.2/8.9.2) with ESMTP id QAA08413 for ; Sun, 7 Feb 1999 16:29:08 +0100 (MET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id QAA29224 for ; Sun, 7 Feb 1999 16:29:08 +0100 (CET) Message-Id: <199902071529.QAA11050@internal> Date: Sun, 7 Feb 1999 16:29:05 +0100 (CET) From: Andre Albsmeier To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/9948: mfs can't be killed in 3.0-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9948 >Category: bin >Synopsis: mfs can't be killed in 3.0-STABLE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 7 07:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 3.0-STABLE i386 >Organization: >Environment: Very recent 3.0-STABLE >Description: When shutting down a 3.0-STABLE system with mfs on /tmp, the message "some processes would not die,..." appears. The system than reboots normally. In order to figure out what's the problem, I did a "kill -TERM 1" on a full running system and the only process that hang around later was the mfs which was mounted on /tmp. It is not possible to kill the process, even with -9. The mfs line in fstab is: /dev/sd0s1b /tmp mfs async,noatime,rw >How-To-Repeat: Shutdown a 3.0-STABLE system with a mounted mfs. >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 11:35:32 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02434 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 11:35:32 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02426; Sun, 7 Feb 1999 11:35:23 -0800 (PST) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA64294; Sun, 7 Feb 1999 11:35:23 -0800 (PST) (envelope-from guido@FreeBSD.org) Date: Sun, 7 Feb 1999 11:35:23 -0800 (PST) Message-Id: <199902071935.LAA64294@freefall.freebsd.org> To: Jos.Backus@nl.origin-it.com, guido@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/7729 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Progress broker is unable to read status of semaphore set State-Changed-From-To: open->closed State-Changed-By: guido State-Changed-When: Sun Feb 7 20:33:18 MET 1999 State-Changed-Why: the fixes in ibcs2_ipc.[ch] do fix the above problem. This was tested last week. The SCO3 progress version now seems to work correctly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 12:41:27 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11231 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 12:41:27 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from www4.gmx.net (www4.gmx.net [195.63.104.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA11226 for ; Sun, 7 Feb 1999 12:41:25 -0800 (PST) (envelope-from Ralf.Luettgen@gmx.net) Received: (qmail 25027 invoked by uid 65534); 7 Feb 1999 20:41:22 -0000 Date: Sun, 7 Feb 1999 21:41:22 +0100 (MET) From: Ralf Luettgen To: freebsd-scsi@FreeBSD.ORG Cc: freebsd-bugs@FreeBSD.ORG Subject: system hangs on fdisk on scsi disc 3.0-Stable X-Authenticated-Sender: #0000515563@gmx.net X-Authenticated-IP: [195.14.235.54] Message-Id: <25024.918420082@www.gmx.net> X-Mailer: WWW-Mail 1.02a/b (Global Message Exchange) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. If I try to make a fdisk on my nec scsi disk, the system hangs and the only thing I can do, is to press the reset button. My NEC SCSI DISK: da1: Fixed Direct Access SCSI-2 device da1: 10.0MB/s transfers (10.0MHz, offset 15) da1: 1032MB (2113776 512 byte sectors: 64H 32S/T 1032C) Thanks for help. Ralf --- Sent through Global Message Exchange - http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 15:00:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29796 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 15:00:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29719 for ; Sun, 7 Feb 1999 15:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA76122; Sun, 7 Feb 1999 15:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from server.amis.net (server.amis.net [195.10.52.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28710 for ; Sun, 7 Feb 1999 14:51:39 -0800 (PST) (envelope-from blaz@gold.amis.net) Received: (from uucp@localhost) by server.amis.net (8.8.8/8.8.8) with UUCP id XAA18850 for FreeBSD-gnats-submit@freebsd.org; Sun, 7 Feb 1999 23:51:29 +0100 (CET) Received: (qmail 2016 invoked by uid 1000); 7 Feb 1999 22:51:12 -0000 Message-Id: <19990207225112.2015.qmail@gold.amis.net> Date: 7 Feb 1999 22:51:12 -0000 From: blaz@gold.amis.net Reply-To: blaz@gold.amis.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/9957: isdnd too verbose during startup from /etc/rc.network Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9957 >Category: conf >Synopsis: isdnd too verbose during startup from /etc/rc.network >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 7 15:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Blaz Zupan >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: doesn't matter >Description: isdnd uses openlog()'s with LOG_CONS. When isdnd is started during system startup from /etc/rc.network, syslogd is not yet running, so the initial messages are displayed to the console, which makes it impossible to see any possible error messages that could be displayed by other parts of the startup scripts. >How-To-Repeat: try to use i4b under -current and notice ugly config file parsing being displayed on the console during system startup >Fix: Apply the following patch to usr.sbin/i4b/isdnd/log.c: *** /usr/src/usr.sbin/i4b/isdnd/log.c.old Sun Dec 27 22:47:01 1998 --- /usr/src/usr.sbin/i4b/isdnd/log.c Sun Feb 7 23:42:17 1999 *************** *** 100,106 **** logfacility); else #endif ! (void)openlog("isdnd", LOG_PID|LOG_CONS|LOG_NDELAY, logfacility); } --- 100,106 ---- logfacility); else #endif ! (void)openlog("isdnd", LOG_PID|LOG_NDELAY, logfacility); } Also the following patch could be applied to etc/rc.network, otherwise "isdnd" is displayed on a new line by itself during startup like this: ... Doing initial network setup: hostname. isdnd ... *** /usr/src/etc/rc.network.orig Thu Jan 14 00:18:07 1999 --- /usr/src/etc/rc.network Wed Jan 20 19:20:28 1999 *************** *** 23,39 **** domainname $nisdomainname echo -n ' domain' fi echo '.' # Initial ATM interface configuration if [ "X${atm_enable}" = X"YES" -a -f /etc/rc.atm ]; then . /etc/rc.atm atm_pass1 - fi - - # ISDN subsystem startup - if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then - . /etc/rc.isdn fi # Special options for sppp(4) interfaces go here. These need --- 23,40 ---- domainname $nisdomainname echo -n ' domain' fi + + # ISDN subsystem startup + if [ "X${isdn_enable}" = X"YES" -a -f /etc/rc.isdn ]; then + . /etc/rc.isdn + fi + echo '.' # Initial ATM interface configuration if [ "X${atm_enable}" = X"YES" -a -f /etc/rc.atm ]; then . /etc/rc.atm atm_pass1 fi # Special options for sppp(4) interfaces go here. These need >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 17:49:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22921 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 17:49:01 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22907; Sun, 7 Feb 1999 17:48:54 -0800 (PST) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA83275; Sun, 7 Feb 1999 17:48:54 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Sun, 7 Feb 1999 17:48:54 -0800 (PST) Message-Id: <199902080148.RAA83275@freefall.freebsd.org> To: des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, des@FreeBSD.ORG Subject: Re: bin/7241 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcpdump does not work with parallel line IP Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Sun Feb 7 17:47:08 PST 1999 Responsible-Changed-Why: I'm working on it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 17:53:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23636 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 17:53:29 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23522; Sun, 7 Feb 1999 17:52:37 -0800 (PST) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA83534; Sun, 7 Feb 1999 17:52:37 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Sun, 7 Feb 1999 17:52:37 -0800 (PST) Message-Id: <199902080152.RAA83534@freefall.freebsd.org> To: des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, des@FreeBSD.ORG Subject: Re: i386/5698 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: LPIP causes spurious reboots Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Sun Feb 7 17:51:41 PST 1999 Responsible-Changed-Why: I'm working on PLIP. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 17:54:42 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23827 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 17:54:42 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23805; Sun, 7 Feb 1999 17:54:32 -0800 (PST) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA83691; Sun, 7 Feb 1999 17:54:32 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Sun, 7 Feb 1999 17:54:32 -0800 (PST) Message-Id: <199902080154.RAA83691@freefall.freebsd.org> To: des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, des@FreeBSD.ORG Subject: Re: kern/6099 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: LPIP to slow machine causes hang Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Sun Feb 7 17:54:08 PST 1999 Responsible-Changed-Why: I'm working on PLIP. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 22:00:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17260 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 22:00:22 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17253 for ; Sun, 7 Feb 1999 22:00:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA94663; Sun, 7 Feb 1999 22:00:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 7 Feb 1999 22:00:11 -0800 (PST) Message-Id: <199902080600.WAA94663@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Julian Elischer Subject: Re: kern/9309: [PATCH] ip_divert.c bug Reply-To: Julian Elischer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9309; it has been noted by GNATS. From: Julian Elischer To: freebsd-gnats-submit@freebsd.org, ru@ucb.crimea.ua Cc: Subject: Re: kern/9309: [PATCH] ip_divert.c bug Date: Sun, 07 Feb 1999 21:45:08 -0800 Equivalent patch committed to 2.2.x and 4.0. I will commit it to 3.1 if allowed. (code freeze in effect) --julian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 7 22:13:50 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18777 for freebsd-bugs-outgoing; Sun, 7 Feb 1999 22:13:50 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18771; Sun, 7 Feb 1999 22:13:48 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA95325; Sun, 7 Feb 1999 22:13:38 -0800 (PST) (envelope-from julian@FreeBSD.org) Date: Sun, 7 Feb 1999 22:13:38 -0800 (PST) Message-Id: <199902080613.WAA95325@freefall.freebsd.org> To: julian@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: kern/9309 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ip_divert.c bug Responsible-Changed-From-To: freebsd-bugs->julian@freebsd.org Responsible-Changed-By: julian Responsible-Changed-When: Sun Feb 7 22:06:35 PST 1999 Responsible-Changed-Why: I am handling it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 02:00:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12366 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 02:00:41 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12344 for ; Mon, 8 Feb 1999 02:00:31 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA06173; Mon, 8 Feb 1999 02:00:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11737; Mon, 8 Feb 1999 01:53:42 -0800 (PST) (envelope-from nobody) Message-Id: <199902080953.BAA11737@hub.freebsd.org> Date: Mon, 8 Feb 1999 01:53:42 -0800 (PST) From: Kai.Grossjohann@CS.Uni-Dortmund.DE To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/9960: man page for route doesn't mention default Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9960 >Category: bin >Synopsis: man page for route doesn't mention default >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 8 02:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kai Grossjohann >Release: 4.0-current as of 1999-02-04 or 1999-02-05 >Organization: University of Dortmund, Germany >Environment: >Description: The man page for route does not mention that route add default adds a default route. In fact, the string "default" does not seem to occur in that man page at all, IIRC. >How-To-Repeat: man route >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 02:40:32 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16335 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 02:40:32 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16328 for ; Mon, 8 Feb 1999 02:40:31 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA08585; Mon, 8 Feb 1999 02:40:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15643; Mon, 8 Feb 1999 02:31:06 -0800 (PST) (envelope-from nobody) Message-Id: <199902081031.CAA15643@hub.freebsd.org> Date: Mon, 8 Feb 1999 02:31:06 -0800 (PST) From: jarbo@infocentre.gva.es To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/9961: When loading if_ppp_mod.o system crashes, with a page fault in kernel mode. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9961 >Category: kern >Synopsis: When loading if_ppp_mod.o system crashes, with a page fault in kernel mode. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 8 02:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jose Luis Arbona >Release: 3.0-CURRENT >Organization: InfoCentre >Environment: Pentium MMX 200Mhz-48Mb RAM. >Description: >How-To-Repeat: modload if_ppp_mod.o >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 03:40:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21138 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 03:40:33 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21128 for ; Mon, 8 Feb 1999 03:40:32 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA12462; Mon, 8 Feb 1999 03:40:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20580; Mon, 8 Feb 1999 03:35:51 -0800 (PST) (envelope-from nobody) Message-Id: <199902081135.DAA20580@hub.freebsd.org> Date: Mon, 8 Feb 1999 03:35:51 -0800 (PST) From: ashridah@mira.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/9962: Install Panics in with integer divide fault (progress report shows -ve kb/secs) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9962 >Category: i386 >Synopsis: Install Panics in with integer divide fault (progress report shows -ve kb/secs) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 8 03:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrew Pilley >Release: 2.2.8 - stable (cdrom from Dec1998) >Organization: >Environment: N/A >Description: The FreeBSD installer progresses to installing the files into any part of the file system, often a random part. then it seems to get confused about the installation rate, and seems to cause either a divide by zero panic, or an integer divide fault. tried to install for either CDROM or MSDOS slice with similar problems, tried disabling 32bit and block mode in bios, and lba using ide 2.1g drive type ST-(something or other) haven't tried changing drive into another computer and installing and then moving back, will soon the installation seems to get further when i use tty1 instead of the main screen but still with no effect? >How-To-Repeat: use same drive type? pentium seems to need F00F workaround (wasn't that just a security issue) >Fix: i've got no ideas >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 05:00:32 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02014 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 05:00:32 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02009 for ; Mon, 8 Feb 1999 05:00:31 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA19222; Mon, 8 Feb 1999 05:00:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA01588 for ; Mon, 8 Feb 1999 04:53:11 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id OAA88956; Mon, 8 Feb 1999 14:52:52 +0200 (EET) (envelope-from ru) Message-Id: <199902081252.OAA88956@relay.ucb.crimea.ua> Date: Mon, 8 Feb 1999 14:52:52 +0200 (EET) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/9963: [PATCH,31-WANTED] netstat(1) and fstat(1) are no longer compatible Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9963 >Category: bin >Synopsis: [PATCH,31-WANTED] netstat(1) and fstat(1) are no longer compatible >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 8 05:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ruslan Ermilov >Release: FreeBSD 3.0-STABLE i386 >Organization: United Commercial Bank >Environment: RELENG_3 HEAD >Description: On 2.2.X fstat(1) could be used in conjunction with netstat(1) to check ownership of particular socket. For example: # fstat -p 17714 USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root telnetd 17714 root / 2 drwxr-xr-x 512 r root telnetd 17714 wd / 2 drwxr-xr-x 512 r root telnetd 17714 text /usr 299554 -r-xr-xr-x 35360 r root telnetd 17714 0* internet stream tcp f4060de0 root telnetd 17714 1* internet stream tcp f4060de0 root telnetd 17714 2* internet stream tcp f4060de0 root telnetd 17714 3 / 527 crw-rw-rw- ptyp0 rw root telnetd 17714 14* pipe f4200e80 <-> f4200f20 0 rw # netstat -An | grep f4060de0 f4060de0 tcp 0 0 192.168.1.1.23 192.168.1.250.1025 ESTABLISHED This doesn't work for tcp sockets on 3.0-STABLE. The problem first appeared in src/usr.bin/netstat/inet.c, revision 1.27: ---------------------------- revision 1.27 date: 1998/05/15 20:19:15; author: wollman; state: Exp; lines: +115 -62 mbuf, inet, and unix modules no longer read kvm. ============================================================================= In particular, the following change caused problem: { 142,147c174,176 { < if (istcp) { < printf("%8x ", (int)inpcb.inp_ppcb); { < else { < printf("%8x ", (int)next); { < printf("%-5.5s %6ld %6ld ", name, sockb.so_rcv.sb_cc, { < sockb.so_snd.sb_cc); { --- { > printf("%8lx ", (u_long)so->so_pcb); { > printf("%-5.5s %6ld %6ld ", name, so->so_rcv.sb_cc, { > so->so_snd.sb_cc); >How-To-Repeat: Repeat the example above on 3.0-STABLE or 4.0-CURRENT. >Fix: Either netstat or fstat (NOT BOTH) should be patched to make them compatible. The first patch is for netstat, it restores the functionality that was lost in revision 1.27: Index: inet.c =================================================================== RCS file: /usr/FreeBSD-CVS/src/usr.bin/netstat/inet.c,v retrieving revision 1.30 diff -u -r1.30 inet.c --- inet.c 1998/07/06 21:01:23 1.30 +++ inet.c 1999/02/08 11:42:30 @@ -170,8 +170,12 @@ "Local Address", "Foreign Address", "(state)"); first = 0; } - if (Aflag) - printf("%8lx ", (u_long)so->so_pcb); + if (Aflag) { + if (istcp) + printf("%8lx ", (u_long)inp->inp_ppcb); + else + printf("%8lx ", (u_long)so->so_pcb); + } printf("%-5.5s %6ld %6ld ", name, so->so_rcv.sb_cc, so->so_snd.sb_cc); if (nflag) { The second patch is for fstat. It causes socket pcb address to be displayed for tcp sockets, instead of tcpcb: Index: fstat.1 =================================================================== RCS file: /usr/FreeBSD-CVS/src/usr.bin/fstat/fstat.1,v retrieving revision 1.6 diff -u -r1.6 fstat.1 --- fstat.1 1998/01/25 16:38:42 1.6 +++ fstat.1 1999/02/08 12:12:57 @@ -183,7 +183,7 @@ is the socket type (stream, dgram, etc), and the third is the socket flags field (in hex). The remaining fields are protocol dependent. -For tcp, it is the address of the tcpcb, and for udp, the inpcb (socket pcb). +For tcp and udp, it is the address of the inpcb (socket pcb). For unix domain sockets, its the address of the socket pcb and the address of the connected pcb (if connected). Otherwise the protocol number and address of the socket itself are printed. Index: fstat.c =================================================================== RCS file: /usr/FreeBSD-CVS/src/usr.bin/fstat/fstat.c,v retrieving revision 1.16 diff -u -r1.16 fstat.c --- fstat.c 1998/07/06 21:01:16 1.16 +++ fstat.c 1999/02/08 12:37:33 @@ -663,9 +663,9 @@ /* * protocol specific formatting * - * Try to find interesting things to print. For tcp, the interesting - * thing is the address of the tcpcb, for udp and others, just the - * inpcb (socket pcb). For unix domain, its the address of the socket + * Try to find interesting things to print. + * For tcp, udp and others, it is just the address of the inpcb + * (socket pcb). For unix domain, it is the address of the socket * pcb and the address of the connected pcb (if connected). Otherwise * just print the protocol number and address of the socket itself. * The idea is not to duplicate netstat, but to make available enough @@ -674,20 +674,7 @@ switch(dom.dom_family) { case AF_INET: getinetproto(proto.pr_protocol); - if (proto.pr_protocol == IPPROTO_TCP ) { - if (so.so_pcb) { - if (kvm_read(kd, (u_long)so.so_pcb, - (char *)&inpcb, sizeof(struct inpcb)) - != sizeof(struct inpcb)) { - dprintf(stderr, - "can't read inpcb at %p\n", - (void *)so.so_pcb); - goto bad; - } - printf(" %x", (int)inpcb.inp_ppcb); - } - } - else if (so.so_pcb) + if (so.so_pcb) printf(" %x", (int)so.so_pcb); break; case AF_UNIX: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 06:42:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13465 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 06:42:16 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from amber.InventionCity.com (derrell.ne.mediaone.net [24.128.179.197]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13369 for ; Mon, 8 Feb 1999 06:41:56 -0800 (PST) (envelope-from derrell@amber.InventionCity.com) Received: (from derrell@localhost) by amber.InventionCity.com (8.8.8/8.8.8) id JAA20535; Mon, 8 Feb 1999 09:41:58 -0500 (EST) From: Derrell Lipman Date: Mon, 8 Feb 1999 09:41:58 -0500 (EST) To: freebsd-bugs@FreeBSD.ORG Subject: FreeBSD 3.0 CDROM has package problems X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14014.63226.646278.104931@amber.InventionCity.com> Reply-To: Derrell.Lipman@InventionCity.com Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm installing 3.0 from CDROM. I selected to add ALL packages. Many of them fail due to prerequisites not being on the CDROM, or for various other reasons. I'd suggest doing a complete installation of all packages to see what's messed up, prior to the next CDROM build. Derrell Lipman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 07:10:32 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17867 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 07:10:32 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17861 for ; Mon, 8 Feb 1999 07:10:31 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA62677; Mon, 8 Feb 1999 07:10:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16814 for ; Mon, 8 Feb 1999 07:04:14 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.1/8.9.1) id KAA10624; Mon, 8 Feb 1999 10:00:16 -0500 (EST) (envelope-from mi) Message-Id: <199902081500.KAA10624@misha.cisco.com> Date: Mon, 8 Feb 1999 10:00:16 -0500 (EST) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/9965: NIS accounts considered passwordless by security script(s) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9965 >Category: bin >Synopsis: NIS accounts considered passwordless by security script(s) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 8 07:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.0-RELEASE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: When the security script runs at night, it considers NIS accounts with passwordless: checking for passwordless accounts: +mteterin:::::::::/usr/local/bin/tcsh +::::::::: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 07:28:45 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19596 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 07:28:45 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19589; Mon, 8 Feb 1999 07:28:38 -0800 (PST) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA63783; Mon, 8 Feb 1999 07:28:28 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Date: Mon, 8 Feb 1999 07:28:28 -0800 (PST) Message-Id: <199902081528.HAA63783@freefall.freebsd.org> To: adrian@ubergeeks.com, gibbs@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, gibbs@FreeBSD.ORG Subject: Re: kern/9927 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the ahc driver doesn't correctly grok switched SCSI channels State-Changed-From-To: open->suspended State-Changed-By: gibbs State-Changed-When: Mon Feb 8 07:23:01 PST 1999 State-Changed-Why: The 3940 series of controllers look to the system as two independent SCSI controllers. For this reason it is difficult to modify the attach order to match the BIOS channel configuration setting. A correct solution involves allowing CAM drivers to prioritize their channels during the probe sequence so that they can be sorted prior to attach. This is not as trivial a problem to solve as it may seem since you probably want to do things like detect if a particular channel has the boot drive and bump its priority. I plan to look into this at some point, but not in the immediate future. In the mean time, man scsi(4) and read the section on hardwiring devices. You can force the channels to attach in any order with this mechanism. Responsible-Changed-From-To: freebsd-bugs->gibbs Responsible-Changed-By: gibbs Responsible-Changed-When: Mon Feb 8 07:23:01 PST 1999 Responsible-Changed-Why: CAM and ahc maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 09:36:44 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02411 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 09:36:44 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02406; Mon, 8 Feb 1999 09:36:42 -0800 (PST) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.2/8.8.5) id KAA68144; Mon, 8 Feb 1999 10:35:27 -0700 (MST) From: "Kenneth D. Merry" Message-Id: <199902081735.KAA68144@panzer.plutotech.com> Subject: Re: system hangs on fdisk on scsi disc 3.0-Stable In-Reply-To: <25024.918420082@www.gmx.net> from Ralf Luettgen at "Feb 7, 1999 9:41:22 pm" To: Ralf.Luettgen@gmx.net (Ralf Luettgen) Date: Mon, 8 Feb 1999 10:35:27 -0700 (MST) Cc: freebsd-scsi@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ralf Luettgen wrote... > Hi. > > > If I try to make a fdisk on my nec scsi disk, the system hangs and > the only thing I can do, is to press the reset button. > > My NEC SCSI DISK: > > da1: Fixed Direct Access SCSI-2 device > da1: 10.0MB/s transfers (10.0MHz, offset 15) > da1: 1032MB (2113776 512 byte sectors: 64H 32S/T 1032C) Hmm. It's kinda hard to know what could be causing the problem. Could you put the following in your kernel config file: options DDB And then, try fdisking the drive. When the machine hangs, type ctrl-alt-esc, and then 'trace' at the DDB prompt. Send the stack trace to the list. That may give us an idea of what is going on. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 11:00:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12316 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 11:00:11 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA12307 for ; Mon, 8 Feb 1999 11:00:09 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA14713 for freebsd-bugs@freebsd.org; Mon, 8 Feb 1999 11:00:03 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 8 Feb 1999 11:00:03 -0800 (PST) Message-Id: <199902081900.LAA14713@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 f [1997/02/11] kern/2717 Panic with daily script (find) o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/05/01] i386/3462 yokota using a PS/2 mouse causes kernel trap in o [1997/05/24] kern/3674 peter NFS in 2.2 RELEASE hangs. o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/06/25] kern/3949 sos The WD controller probe can fail when it o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/08/12] kern/4289 kernel panic: vm_fault: fault on nofault o [1997/08/20] kern/4345 Kernel panic is caused by passing file de o [1997/09/02] kern/4453 2.2.2 lockup on restart with ASUS-TX97 mo o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/10/25] kern/4849 2.2.5-RELEASE does not detect TI PCI-1130 o [1997/10/25] kern/4851 adaptec 2940U hangs system if scsi tape d o [1997/10/27] kern/4864 Boot Failure in FreeBSD 2.2.5 RELEASE, ma o [1997/10/28] misc/4876 SCSI hard disks die too often o [1997/11/07] kern/4968 No flow control setting seems to make the o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/23] kern/5130 Kernel panic GPF imediatly on loading ker s [1997/11/24] bin/5139 portmap does not find interfaces correctl o [1997/11/25] bin/5148 peter mode of file and access on NFS mounted p f [1997/12/04] i386/5223 mount_msdos /dev/fd0.1440 /mnt and failur f [1997/12/21] kern/5355 Fix for NULLFS problems s [1998/01/15] i386/5493 [PATCH] aic6330.c: kernel freeze when I a o [1998/01/28] i386/5594 System not bootable when bad partition ty o [1998/02/03] kern/5641 running processes at the IDLE priority (i o [1998/02/10] kern/5702 problem with address network routing o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/02/10] kern/5709 Fatal trap 12: page fault in kernel mode o [1998/02/12] bin/5732 2.2.5 Won't install using partition creat o [1998/03/01] kern/5886 2.2-STABLE crashes when unmounting a busy o [1998/03/01] kern/5895 Kernal dumps caused by fork? o [1998/03/02] kern/5898 2.2-stable kernel panics pmap_relase: fre o [1998/03/13] kern/5994 Kernel Panics on FreeBSD-3.0 current SMP o [1998/03/14] kern/6006 cy driver panics machine when a user dial o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/03/25] kern/6133 optical drive with 1024-byte (1k) sectors a [1998/03/27] kern/6147 syncronus ufs does not sync o [1998/04/30] kern/6465 File contents are zeroed after reboot o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd f [1998/05/19] kern/6694 Network hangs, with "No buffers available o [1998/05/23] kern/6732 PCCARD kernel panic in sio driver s [1998/06/03] kern/6853 peter Having an inactive de0 in system leads to o [1998/06/11] kern/6914 FreeBSD 2.2.6-RELEASE and NFS is UNSTABLE o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/06/24] kern/7042 No buffer space available a [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/07/15] kern/7288 /kernel: panic: ffs_alloccg: map corrupte o [1998/07/21] bin/7358 [PATCH] Security patches for locatedb etc o [1998/07/21] i386/7361 AHA-2940UW, Micron Millenia, ahc. Driver o [1998/08/06] ports/7513 se KDE kdm display manager doesn't work (and f [1998/08/07] i386/7528 install hangs @ probing devices screen wi o [1998/08/07] ports/7529 se kdehelp from stock kdebase-1.0 package do o [1998/08/14] kern/7611 custom-builtkernel causes fatal trap 12: o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/17] i386/7646 My system is freeze after X starup. s [1998/08/17] kern/7649 fenner [MFC] /sys/netinet/if_ether.c: "permanent o [1998/09/03] kern/7822 Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 fatal trap 12 in midi_synth_input o [1998/09/14] kern/7927 Fatal trap 12: page fault while in kernel o [1998/09/18] i386/7984 destructive install of 2.2.7 on 2.2.5 sys o [1998/09/28] misc/8071 some obj-links seem not to be taken o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs o [1998/10/06] i386/8179 Install failure with motherbord using SIS o [1998/10/08] i386/8214 Install 3.0-19981006-BETA fails o [1998/10/12] conf/8290 3.0-19981009-BETA with DPT PM3334UW contr o [1998/10/16] kern/8345 mmap(2) hangs when dealing with certain f o [1998/10/17] ports/8364 chuckr ports/mpich-1.1.1 PATCHES ENCLOSED o [1998/10/20] kern/8386 modload failure o [1998/10/27] kern/8473 Excessive virtual memory consumption with o [1998/11/01] kern/8532 3.0-RELEASE panics with standard SMP kern o [1998/11/04] conf/8576 server goes down when client mount its fi a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/09] i386/8639 Accton EN1207B-TX dosen't work o [1998/11/10] kern/8641 FreeBSD crashes when global memory alloca o [1998/11/11] kern/8653 FreeBSD 3.0 locks up on access to certain o [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/16] kern/8711 FreeBSD 2.2.7 Accidently reboots ... o [1998/11/18] i386/8742 X Windows is ,loading with no accelerated o [1998/11/19] kern/8763 FreeBSD 3.0 system reboots or hangs often o [1998/11/21] i386/8787 install process hangs while adding defaul o [1998/11/24] ports/8829 torstenb Fix port: security/ssh o [1998/11/24] kern/8851 mounting an unconfigured device causes a o [1998/11/25] kern/8861 under heavy (multi interface) traffic ep0 o [1998/12/01] i386/8922 can't detect wdc1 on Abit LX6 motherboard o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode o [1998/12/09] misc/9034 I can't install FreeBSD 3.0-RELEASE on my o [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1998/12/12] kern/9059 3.0 crashes with high write-to-disk load o [1998/12/14] kern/9081 3.0-RELEASE dies starting AP on dual PPro o [1998/12/20] kern/9143 syscons of 3.0-RELEASE causes system to c a [1998/12/22] kern/9178 -current ipfw.ko with ELF kernel doesn't o [1998/12/25] kern/9195 daemons die with sig11 due to VM problems o [1998/12/28] kern/9218 sysctl crashes system with bad args o [1998/12/30] kern/9249 Panic on 2.2.8-STABLE when accessing wcd o [1999/01/02] kern/9277 NFS-Bug in 3.0 ? o [1999/01/02] kern/9282 2nd IDE controller on Ali chipset motherb o [1999/01/03] kern/9294 IDE controller not being detected even wi o [1999/01/03] ports/9295 torstenb Y2K problem with inn port o [1999/01/03] ports/9298 andreas Y2K problem with knews port o [1999/01/05] kern/9334 cp fails for 2048 Bytes/sector media o [1999/01/06] i386/9360 /boot/loader contains floating point inst o [1999/01/07] kern/9370 panic: vinvalbuf: dirty bufs o [1999/01/13] kern/9479 timeout while detect SCSI disks in recent o [1999/01/14] kern/9497 ide_pci.c is broken o [1999/01/17] kern/9541 Error in kldunload function o [1999/01/18] kern/9560 softupdates freezes system under heavy lo o [1999/01/24] i386/9668 sys/boot/i386/libi386/biosdisk.c still bu o [1999/01/25] ports/9691 ports jadetex port depends on unknown other pac o [1999/01/26] i386/9709 Kernel page faults during boot with 2GB R o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/01/28] i386/9755 fatal signal: floating point exception + o [1999/01/31] i386/9841 Pagefault while scsibus scan on bootup o [1999/02/01] misc/9857 3.0-stable's installer crash around mouse o [1999/02/01] bin/9858 network interface name are removed from n o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/04] kern/9905 NFS lookup when booting via network o [1999/02/04] kern/9909 Writing incomplete blocks to /dev/nrst0 h o [1999/02/05] bin/9926 Finger no longer works when fingering a G 127 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line s [1995/07/29] kern/638 Transmitted packets not passed to bpf in o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps a [1996/02/17] bin/1030 cracauer /bin/sh does not pass environment variabl o [1996/05/24] misc/1247 yokota Conflicting header files f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/05] kern/1293 Fatal trap 12: page fault while in kernel o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/04] kern/1724 mjacob HP colorado T4000S tape drive hangs syste o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 install(1) removes target file f [1996/10/28] kern/1919 se access to files/directories fails, gives s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex s [1996/12/03] kern/2142 FP mask not saved for signal handlers s [1996/12/22] ports/2268 erich libc from linux emulator does not use /et o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is o [1997/01/13] misc/2479 sos NEC CD-ROM NOT RECOGNIZED; MATROX MISTIQU o [1997/01/13] bin/2489 steve gnats mangles sections 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 o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system o [1997/02/05] bin/2671 Run-away processes using all CPU time a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/02/25] kern/2815 Custom Kernel crashes o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/09] kern/3244 ipfw flush closes connections o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/19] bin/3355 se ncrcontrol fails when -DFAILSAFE in kerne o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] gnu/3441 C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/11] misc/3578 defining CXXFLAGS in /etc/make.conf or en o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA o [1997/05/13] conf/3591 parts in rc.local have no effects in rc.* s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] conf/3725 Cirrus Logic PCMCIA Controller Support o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/01] conf/3750 phk Potential improvements to rc.firewall o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/07] conf/3807 mitsumi cd-rom fx800 (8x cd-rom) is not r o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/16] misc/3883 @+netgroup entries break +NIS-user entrie o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/07] ports/4050 jfitz mrtg: rateup dumps core with malloc_optio o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/07] kern/4487 Kernel panic executing a directory o [1997/09/08] bin/4497 Reverse DNS fails for some CIDR *.IN-ADDR o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/19] bin/4585 imp termcap search fails too early o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/26] conf/4634 peter Sendmail Problem o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] ports/4773 torstenb Error in posting news items to INN server o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/18] ports/4798 jmz setuid-root Xserver problem o [1997/10/24] kern/4843 48 meg double fault moved to 64 meg in 2. o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/04] bin/4939 uuxqt unable to execute rnews program o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/10] misc/5001 During installation sc0 device is require o [1997/11/10] misc/5005 f2c is buggy and seriously outdated (agai o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] bin/5084 wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/20] bin/5105 mount_cd9660 or mount -t cd9660 fails to o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk s [1997/12/02] bin/5189 rcmd(3) only allows one hardcoded connect s [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af a [1997/12/21] docs/5358 doc USWC write posting must be turned off on o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/15] bin/5500 "invalid hostname" is logged instead of I o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/20] ports/5530 asami fetch (in make fetch stage) do not use pa o [1998/01/22] misc/5552 RE: Linux append=reboot=bios parameter im o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/05] bin/5661 /sbin/dump never finishes o [1998/02/09] bin/5693 groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/11] misc/5722 Brazil can't decide on daylight savings o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] bin/5733 cp -r cannot copy un-writable directories o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 o [1998/02/25] bin/5845 in sh, set -- `getopt ...` always returns o [1998/02/25] misc/5852 Page fault or error caused by writing to o [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/14] bin/6004 cron in -CURRENT sometimes fails to proce o [1998/03/14] bin/6005 -CURRENT cron dies after short periods of o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] ports/6100 ports xmpeg3 chokes on filenames with spaces o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/03/30] ports/6180 max youbin port has root-exploitable security o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/07] kern/6242 vnode disk driver too unstable in -STABLE o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/13] ports/6288 se KDE port glitches o [1998/04/14] kern/6300 System locks up in SMP mode when accessin f [1998/04/15] misc/6310 des explicit cast needed in floatpoint.h for o [1998/04/16] bin/6317 with -8E flags telnet still goes to comma o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/17] misc/6340 missing the terminfo, which causes librar o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac a [1998/05/01] kern/6481 se Patches for VIA Socket 7 chipsets o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/07] misc/6549 steve You dont always get notified when someone o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] kern/6574 ipfw crash with DIAGANOSTICS o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 "Invalid partition table" after new insta o [1998/07/08] ports/7208 torstenb INN port w/TCL enabled doesn't install TC s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/17] bin/7309 jb pthread_attr_setscope() missing o [1998/07/18] i386/7311 "Probing devices" hangs computer with err o [1998/07/20] ports/7330 gpalmer ucd-snmp produces too much log file when o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7382 ports Pine4 does not co-exist with older instal o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/23] ports/7384 /usr/lib/libncurses.so.3.1 is old o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/29] docs/7437 doc IPFW doco unclear about in/out o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/13] bin/7602 df stay in disk wait o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/20] i386/7698 scotty/tkined library error s [1998/08/22] kern/7713 fenner [MFC] problem with reusing ports with mul o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] ports/7761 ports Update to recent port submission of nicet o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/08/31] kern/7793 kernel wedges when netscape exits o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/10] misc/7889 move_aout_libs.sh doesn't use ldconfig co o [1998/09/11] i386/7898 linux_lib-2.4 lacks libc.so.6 o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/13] kern/7925 sendmail, inetd SIGSEGV after forking aft o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password f [1998/09/15] bin/7943 des ftpd: ~ is ~root! o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/19] conf/7989 if we enable firewall and natd we losing o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/25] ports/8053 markm Perl 5 port has broken foreach behavior, o [1998/09/27] ports/8064 markm perl5 port ignores local settings for CC o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded o [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* o [1998/09/30] gnu/8099 [patch] some bugs in cpio f [1998/09/30] kern/8112 ken 2.2.7 + CAM system panics removing shared o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/06] ports/8181 peter date problems with exmh2 o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/11] ports/8276 hosokawa samba's WINS database gets removed during o [1998/10/12] bin/8281 writev() in libc_r causes loop o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/16] conf/8350 Problems with /etc/rc.firewall o [1998/10/19] i386/8370 unable to install 3.0-RELEASE from dos pa o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] docs/8392 doc Files to download for install from MS-DOS o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg o [1998/10/22] kern/8416 vm_fault might deadlock when locking back s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/23] gnu/8425 3.0's gdb can't read 3.0's kernel to debu o [1998/10/23] bin/8426 gprof still expects gmon.out o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/24] bin/8440 3.0-RELEASE has wrong permissions on game o [1998/10/25] i386/8446 DOS install option does not work in 3.0-R o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/29] misc/8493 Stable build process fails to install obj o [1998/10/30] kern/8500 FreeBSD 3.0 thread scheduler is broken o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/02] conf/8549 how to configure the network Card and Set o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/06] kern/8585 bktr driver does not correctly identify I o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/12] misc/8672 adduser is very slow if the system has se o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/15] ports/8694 asami Recommend to change category name: biolog o [1998/11/15] bin/8699 ypbind can't bind to server o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/18] bin/8739 atoi and modunload o [1998/11/18] bin/8745 adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/21] bin/8790 [PATCH] Buffer overrun in nvi-1.79 (explo o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console o [1998/11/27] i386/8870 Installworld falls over in /usr/src/sys/i o [1998/11/27] bin/8872 pthread_cond_timedwait() can cause lost p o [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] ports/8891 ports ssh2 port assume you have zipped manpage o [1998/11/29] i386/8894 Rebooting accidently because of missing f o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/11/30] ports/8904 andreas Qt port has inaccurate dependencies, and o [1998/11/30] ports/8909 gpalmer snmpd enters endless loop due to snmpwalk o [1998/11/30] ports/8912 jfitz memory leak in afterstep-1.0 o [1998/12/01] kern/8919 using Acceleport 8r o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/01] ports/8926 jfitz databases/p5-DBD-Pg port is out of date o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/03] kern/8952 close() blocks forever after fork() in th o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file f [1998/12/07] kern/9003 Tk/TCL Programs freeze keyboard when they o [1998/12/08] ports/9019 torstenb ports/security/ssh broken o [1998/12/08] ports/9020 jmz echoing ^E in an xterm causes it to print o [1998/12/08] ports/9027 chuckr math/gnuplot doesn't compile o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/13] bin/9066 init ignore rc.shutdown o [1998/12/14] ports/9077 markm perl5 port freebsd patch fails o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] bin/9162 [Patch] pthreads GC breaks signal handlin o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/22] kern/9171 maxusers 1024 results in unbootable kerne a [1998/12/22] bin/9173 cracauer Interactive /bin/sh loops should break wh o [1998/12/22] ports/9177 erich linux_lib buggy and outdated o [1998/12/24] ports/9191 obrien tcplist port dosnt work o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/28] misc/9230 Problem with iostreams, seekg, tellg o [1998/12/29] i386/9237 pthread_exit doesn't exit o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/01] ports/9272 thepish Netscape 4.5 Communicator Installation br o [1999/01/02] ports/9279 ports new port submission - libparanoia. o [1999/01/03] bin/9292 Cron's logs are in /var/cron, not /var/lo o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & o [1999/01/07] kern/9367 src/sys/dev/dpt/dpt_control.c can cause a o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/07] misc/9381 read freed memory o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/09] kern/9413 profiling does not work with elf kernels o [1999/01/10] bin/9429 dump -w tends to run dumps a day later th o [1999/01/10] i386/9431 wd.c Does nto recognize certain LBA disks o [1999/01/11] bin/9440 amd can't mount filesystems with type:=uf o [1999/01/11] i386/9441 dset doesn't work with ELF kernels o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/12] misc/9468 Make release fails on 2.2.8-RELEASE o [1999/01/13] bin/9477 inetd in realloc(): warning: junk pointer o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/13] ports/9480 ports ELF kernel netboot o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] kern/9515 ISA DMA memory problems if >= 512 MB RAM o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/20] docs/9583 doc docproj/translations.sgml has no entry fo o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 doc many typos in groff_mm(7) o [1999/01/23] kern/9631 new boot loader uses freed memory if you o [1999/01/23] ports/9641 itojun tiff port upgraded to 3.4-beta37 o [1999/01/23] ports/9642 se -I${PREFIX}/include is needed for tiff, p o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/24] ports/9666 ports tcl/tk applications crash when seeing CES o [1999/01/24] kern/9670 kernel config at boot time via -c gives s o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 ports The current tcl80 port has problems, does o [1999/01/25] ports/9692 ports Applications crash when seeing a FreeBSD o [1999/01/26] bin/9695 a typo in /usr/obj/aout/usr/src/tmp/usr/i o [1999/01/26] misc/9698 unusable console, when I start xdm from / o [1999/01/26] kern/9705 MOUNT_NSF dissapear in sys/mount.h in 3.0 f [1999/01/26] kern/9718 gibbs SCSI timeout sometimes crashes 3.0-curren o [1999/01/28] ports/9757 ports can't make package o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/01/29] misc/9774 PTYs are not set up properly o [1999/01/29] misc/9775 missing symlinks in 2.2.8-RELEASE on ftp. o [1999/01/30] ports/9806 ports Port fix: autoconf o [1999/01/30] ports/9819 ports Port fix: ncurses o [1999/01/31] bin/9849 mknod is missing from libc_r o [1999/02/01] misc/9856 rnordier No boot after installation: just "Read er o [1999/02/01] ports/9861 ports apache will not start o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/01] ports/9870 ports 2.2.8-19990120-SNAP package errors o [1999/02/01] kern/9876 IDE CD-ROM not detected when no IDE disks o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W o [1999/02/02] ports/9890 ports Fix for broken ports/security/stunnel o [1999/02/03] kern/9894 FreeBSD crash totaly when "mount /dev/fd o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f o [1999/02/05] ports/9919 ports mrt on 3.0-STABLE does not compile as is s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] ports/9928 ports Fix up broken linux-netscape4 port o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/06] gnu/9938 NetBSD *1.4* was not defined in mdoc macr o [1999/02/07] i386/9942 File "libkrb.so.3" missing and needed by o [1999/02/07] ports/9949 ports SKIP is an LKM and will not work with 3.0 o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] bin/9963 [PATCH,31-WANTED] netstat(1) and fstat(1) o [1999/02/08] ports/9966 ports Problem building PostgreSQL 547 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 scrappy tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for o [1995/12/17] kern/900 dg ext2fs triggers divide by zero trap in vn o [1996/01/21] bin/961 hoek 'more $file', incorrect CRLF compacting. s [1996/01/28] kern/975 getrusage returns negative deltas a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/02/07] bin/999 /usr/share/mk/sys.mk missing common $(RM) s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/08/19] kern/1514 dg mlock fails on readonly regions o [1996/08/20] kern/1516 dg vm_fault.c contains dead code or too many a [1996/09/04] bin/1565 Moving a file to it's link completely rem o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 doc ppp server doc submission s [1996/10/13] kern/1788 wollman netstat gives negative numbers for tcp by s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi o [1996/11/25] misc/2105 jmg bsd.lib.mk has problems with STRIP and IN o [1996/11/26] i386/2108 sos [ATAPI] wcd driver may hang under certain s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad o [1996/12/08] bin/2184 peter sendmail has lots of trouble with local d s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/26] bin/2291 [PATCH?] race condition in /etc/master.pa s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/07] bin/2410 pppd(8): failing PAP doesn't force line d o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/15] bin/2499 des fetch ftp://bla bla doesn't bail in disk o [1997/01/17] bin/2518 /usr/bin/tar is out of date o [1997/01/21] bin/2556 Patch for calendar.c o [1997/01/26] misc/2596 dd refuses to respond to SIGkill o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/01/31] bin/2630 [PATCH] xargs does excessive and inconsis o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/05] bin/2672 Problem with telnetd o [1997/02/10] bin/2703 jmg vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] conf/2709 FBSD 2.1.6 X-Server installation setup ut o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/02/27] gnu/2827 after make world genclass is not installe o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/09] i386/2924 sos syscons X keyboard gets stuck in capsmode o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 Add -b, -l, and -f options to du(1) o [1997/03/11] ports/2949 asami bsd.port.mk needs something like FETCH_EN o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/10] kern/3253 scsiconf.c: make ZIP disks use optical dr o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/05] bin/3506 [PATCH] more did not show iso-8859-n char o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/06] docs/3522 Man pages close(2) misses fcntl lock info o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3558 make reinstall collapses on install-info s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/11] conf/3577 eBones and OBJLINK=yes fails to build o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/13] conf/3590 doc FAQ gives bad reccomendation re: xdm o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] bin/3638 /bin/w can't handle long /dev/{tty,cua}xx o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. s [1997/05/30] docs/3720 doc Addition for supported Hardware o [1997/05/31] ports/3729 scrappy pgsql dies when initiated o [1997/06/01] conf/3751 Improvements to /etc/rc{,.network,.pccard o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/04] bin/3778 wpaul ypbind -S domainname,server1,... does not o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/13] bin/3859 Setting the $0 variable in perl dosnt do o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/16] conf/3886 peter install does not build sendmail host stat o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] ports/3958 obrien a2ps fails if used according to man o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/08] misc/4063 2.2.2R Installation fails if Jaz drive sp o [1997/07/13] ports/4083 ache netscape wrapper doesn't hand off args co o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 ftp core dumps after hitting control-C s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/03] kern/4221 Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] ports/4232 scrappy Boot-time start of postgressql postmaster o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) a [1997/08/13] gnu/4290 ache man wrong viewed koi8-r manpages and neqn o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/26] misc/4395 if exists(secure) in /usr/src/Makefile is o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti f [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/17] ports/4565 torstenb News port: ircII-current (ircII-2.9a8/col o [1997/09/18] conf/4572 /etc/rc.network loads ipfirewall lkm rega o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/02] kern/4680 lkm version of vn.c o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/12] gnu/4748 cc -Wformat too sensitive o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/23] docs/4833 doc Manual page missing for pccardc o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/03] ports/4928 asami no 'update' target in /usr/ports/Makefile o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] kern/5038 FreeBSD can't read MS Joliet CDs. o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] bin/5047 ipfw(8) IP address resolving problem if o o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] bin/5109 patch to ftpd, new option to limit number o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM s [1997/11/25] misc/5147 [PATCH] a shell script to help -CURRENT u o [1997/11/26] misc/5153 jkh release file checksums in wrong file s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/03] conf/5213 My SB AWE64 isn't being recognized. o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct f [1997/12/15] ports/5302 ache webcopy port doesnt work? o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/08] ports/5446 se KDE port does not install using make in / s [1998/01/08] bin/5451 roberto [PATCH] halt/reboot does not execute /etc o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/15] docs/5487 doc Adding documentation for scsi(8) usage wi o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge o [1998/01/19] misc/5525 bde gid and uid in struct pwd are ints, when s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/21] bin/5541 ppp -alias (2.2.5-STABLE) has troubles wi o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/25] bin/5567 trying to mount a joliet filesystem cdrom o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/17] ports/5771 ports New port: Stuttgart Neural Network Simula o [1998/02/18] i386/5779 BOUNCE_BUFFERS option in LINT needs modif o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. o [1998/02/25] docs/5848 nik [PATCH] Update web.mk to handle SGML file s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/08] ports/5946 ports New port biology/molmol o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne a [1998/03/15] ports/6017 ports new port: yacl o [1998/03/15] ports/6027 max New Port: tgif2tex o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/16] docs/6036 doc New handbook section 10.4.3.4 - si driver s [1998/03/18] ports/6053 kuriyama new port request: korean/hanIM o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/18] bin/6064 Script to update files installed by /usr/ o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] i386/6098 FreeBSD only uses 16M of 48M on Compaq De o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/27] bin/6144 telnet for 8-bit data path o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus f [1998/04/01] ports/6194 ports New port: mirrormagic-1.3 o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/09] kern/6255 SI driver fix for Jet ISA memory size o [1998/04/09] kern/6256 SI driver - new T225 download code o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6308 [PATCH] date(1) -v argument cannot vary s s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. a [1998/04/16] ports/6321 andreas can't run any version of PostgreSQL on 2. o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] conf/6334 -DALLLANG should be moved from src/Makefi o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to a [1998/04/19] ports/6355 ports New port: qplug - Netscape plugin to show o [1998/04/20] bin/6359 routed does sent router discovry solicita o [1998/04/20] ports/6361 ports New port: GNU Pascal Compiler s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp o [1998/04/23] ports/6393 ports New port: MultiMedia package - CD player, f [1998/04/23] bin/6399 [PATCH] When using "-u" mount doesn't sta a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6434 se [PATCH] mediatool in x11/kdelibs cause kw o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou o [1998/05/04] docs/6508 doc sgmlfmt does not expand relative URLs s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o o [1998/05/04] docs/6510 steve GNATS doesn't expand freebsd-doc s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/09] conf/6559 jkh Upgrade processing clobber's ~root/{.cshr o [1998/05/09] ports/6563 se minor problems with KDE ports o [1998/05/10] ports/6570 ports New port: java CUP parser o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/11] ports/6598 ports New port: asmodem - displays the modem st o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue f [1998/05/16] bin/6653 The rc script sometimes produces errors w o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/18] docs/6681 doc docu. addition o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/05/21] ports/6709 ports New port kmessage s [1998/05/21] conf/6711 [PATCH ?] I've seen that fortune before o [1998/05/23] ports/6728 ports New port ktranslator a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking s [1998/05/26] docs/6764 doc limits references to sysctl o [1998/05/26] kern/6769 peter panic: nfs rcvunlock o [1998/05/28] ports/6776 ports New port - xqf s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags o [1998/05/29] bin/6795 steve send-pr does not parse problem reports co f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD f [1998/06/02] bin/6832 imp [PATCH] Allows PINGing from any address o o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/11] bin/6919 can not run multiple instances of /sbin/r o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/13] bin/6937 [PATCH] rc.firewall can't be run from net o [1998/06/13] bin/6939 restore does not set the correct uid on d o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/16] gnu/6965 wosch grep -a dosn't work o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con a [1998/06/20] ports/7005 dburr Submitting RealAudio Player 3.0 as a new o [1998/06/20] ports/7006 itojun hylafax port improved s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/24] ports/7062 torstenb pidentd partialy broken in current s [1998/06/24] bin/7063 mount fails if $PWD does not exist o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/26] bin/7081 [patch] lpr stuff doesn't deal with RM an s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co o [1998/06/28] ports/7094 ports New port of xbomber game s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/28] bin/7101 /sbin/ipfw unexpected variant treatment o s [1998/06/29] bin/7117 flex -I option is broken o [1998/06/30] ports/7128 ports New port: Raster3D-2.4f s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top o [1998/07/02] ports/7150 ports `elftoaout': new port s [1998/07/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco f [1998/07/07] i386/7201 (cpu == CPU_686) in pmap.c shoud also app s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra f [1998/07/10] i386/7241 des tcpdump does not work with parallel line o [1998/07/11] bin/7254 release: multiple versions of write_mfs_i o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/13] ports/7275 torstenb Symlink for one ssh man-page is wrong o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/15] docs/7289 doc ppp.8: RECEIVING INCOMING PPP CONNECTIONS o [1998/07/15] bin/7294 lpr -r file fails to remove file because o [1998/07/15] ports/7295 ache Starting programs with bash port causes p o [1998/07/15] bin/7296 hoek Long-standing bug in 'more' wrt CRLF. I o [1998/07/16] bin/7298 Improvements to ln(1). o [1998/07/17] docs/7306 doc There is no manpage for timegm o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/19] bin/7325 /bin/sh redirection does not match man pa o [1998/07/21] conf/7348 Default answer 'NO' in network configurat o [1998/07/21] bin/7352 libc generates spurious warnings when use o [1998/07/21] bin/7355 jkh The checkboxes are not always properly up o [1998/07/21] docs/7359 obrien amd documentation problems a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting o [1998/07/24] ports/7394 jfitz INDEX has bad description for p5-Mysql-mo s [1998/07/27] ports/7408 asami packages-2.2.7/INDEX is wrong o [1998/07/27] ports/7409 ports New port: CaribbeanStud-1.0 s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. o [1998/07/29] ports/7430 se kvt terminal emulator does not update /va o [1998/07/30] bin/7454 jkh make dependencies more visible in sysinst o [1998/07/30] misc/7455 jkh trailing spaces on mountpoint hangs sysin s [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7480 ports New Port afbackup-3.0.4 o [1998/08/03] ports/7485 vanilla New port: Xterminal-0.2 s [1998/08/06] i386/7510 [PATCH] syscons and vidcontrol to support o [1998/08/08] ports/7532 ports New port: ipltd-2.01 s [1998/08/08] docs/7533 doc Chpass command description unclear on gec s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po s [1998/08/10] docs/7567 doc pccardc has no man page f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 NIS Makefile.dist: NOPUSH replaced by REM o [1998/08/13] bin/7607 GTAGS patch for nvi has posibility of buf o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/15] ports/7623 se Missing patch in kde-1.0 port o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall o [1998/08/17] ports/7652 torstenb mirror installation does not point at loc o [1998/08/18] ports/7659 ports New port: pfx-0.1.1 o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] conf/7676 3.0 make world on 2.2 problems o [1998/08/19] docs/7679 doc NIS man pages are incomplete a [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] conf/7682 Cron logfile in the wrong place o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/21] ports/7701 ports New port: drmario-1.0 o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/24] ports/7734 ports update atari800 - upgrade to the latest v a [1998/08/25] misc/7741 enhancement to tcpdump to print LCP/PAP/C o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/27] misc/7759 proflibs installation error, libcrypt_p.a o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr o [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] kern/7812 APM machines should attempt to power down o [1998/09/02] ports/7814 andreas postgreqsl docs are broke o [1998/09/02] i386/7816 [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] docs/7819 doc nroff macro problem(miss reformated) in d o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] ports/7827 ports New port: garith-2.1 o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/04] docs/7833 doc awk.1 contains typos. o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] ports/7848 markm Update ports: lang/perl5 (pkg_delete prob o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] misc/7851 steve looks like send-pr discards bug report wi o [1998/09/07] bin/7855 cpp should define __ELF__ if objformat = o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). o [1998/09/08] docs/7864 doc nslookup.8 has nroff problem s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat f [1998/09/09] ports/7875 dwhite NEW PORT: lcdproc o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/12] bin/7907 ipfw command line parsing o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/09/13] misc/7919 general problems with the termcap databas o [1998/09/14] conf/7928 Patch to allow execution of an IPFW shell o [1998/09/15] ports/7932 torstenb man zshall doesn't work o [1998/09/16] bin/7944 `restore f foo' gets sigsegv o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/18] kern/7976 VM86 comment in LINT is incomplete o [1998/09/18] kern/7983 yokota Tapping the touchpad does not work o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] ports/7997 se [audio/kdemutlimedia] kscd's installation o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8011 libc_r does not have pread() or pwrite() o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd a [1998/09/28] ports/8078 luigi port audio/nas fails for me o [1998/09/28] bin/8083 Game cleanup from NetBSD o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/09/29] bin/8087 rbootd does work according to specs o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/06] bin/8172 jkh installer has difficulty handling ftp err o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/08] ports/8217 ache www/netscape4-*: avoid `ns-install' o [1998/10/12] bin/8279 [patch] /usr/sbin/sysctl -> ${DESTDIR}/sb s [1998/10/12] ports/8285 billf New port (Eggdrop 1.3.21) o [1998/10/12] bin/8295 order of options in printcap causes some f [1998/10/13] ports/8299 ports new port for games/xbd (Boulder Dash) f [1998/10/13] bin/8301 des "ls -B" and "ls -b" misprint o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] conf/8306 [patch] NATD get loaded late in bootseque o [1998/10/13] i386/8308 jkh Host/Domain 'problem' in install script/p o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] bin/8348 [PATCH] zforce(1) is broken: fix o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 f [1998/10/17] bin/8367 /stand/sysintall is screwing up my /etc/r o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/20] misc/8388 Windows DUN sends DOMAIN\username, ppp is o [1998/10/21] bin/8405 There is extra ping.o o [1998/10/22] kern/8410 ipsec port to freebsd o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/23] kern/8428 Is FreeBSD 3.0-RELEASE support 640MByte M o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] kern/8444 pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/26] kern/8456 SMP kernel fails with Everex PO-6200 Dual o [1998/10/27] docs/8464 doc Missing include file wh o [1998/10/27] bin/8466 bind man pages not installed by 3.0 make o [1998/10/27] ports/8470 ache Update port: www/netscape4-* f [1998/10/27] docs/8472 billf da(4) references nonexistent da(9) o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] ports/8516 ports Addition of port for rblsmtpd (qmail RBL o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/10/31] ports/8521 itojun Some manpages are not usable with tiff-3. o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/02] docs/8547 doc Various updates to authors.sgml, printing o [1998/11/03] kern/8550 strip kernel before moving it during make o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/03] docs/8559 doc Update to open(2) man page to reflect ENX s [1998/11/03] kern/8560 des [REMINDER] bpfilter is deprecated and sho o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] ports/8586 ports new port: misc/kmamerun o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] docs/8602 doc symlink(7) manpage says that file(1) has o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] docs/8611 doc kld man page o [1998/11/08] ports/8620 ports New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/09] bin/8637 fgetpos()/fsetpos() don't work for >2GB f o [1998/11/10] docs/8640 doc proposed change of 4.5 o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/11] misc/8654 SYSV options allow WINE to run, but Netsc s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8665 billf /usr/bin/mail -u user not worked if exist o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/12] i386/8670 aout libcompat placed in /usr/lib/compat o [1998/11/13] ports/8675 ports new port: x11-toolkits/gtkstep11 o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/14] docs/8682 doc some small bug fixes to ld.1 o [1998/11/15] ports/8692 ports new port: x11/kvidtune o [1998/11/15] ports/8696 ports New port: psi88 o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/18] ports/8740 ports New ports collection lesw-332 o [1998/11/18] kern/8747 [PATCH] fixes for systags.sh o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 doc some suggested text for describing passwo o [1998/11/19] ports/8767 ports New port: gtksql-0.2 o [1998/11/21] ports/8789 ports Port created for Lucent Technology's Csco o [1998/11/22] ports/8795 ports xgal.sndsrv.freebsd.c is out of sync with o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make f [1998/11/23] ports/8816 ports New port: ptc-2.0.10 o [1998/11/23] ports/8822 ports New port: InterNetNews 2.2beta2 a [1998/11/23] kern/8826 ken LINT bug with CAM pass devices o [1998/11/24] ports/8838 billf New port of GNU getopt. o [1998/11/24] kern/8858 man page for accept() is flawed o [1998/11/25] ports/8863 ports [Reviced] New port: mopac7 a [1998/11/25] ports/8864 billf useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1998/11/30] bin/8905 suggested change of 'ipfw show' layout o [1998/11/30] misc/8907 missing symlink, Xmmix: no help o [1998/11/30] ports/8908 gpalmer snmpd does not return ifPhysAddress on GE o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] ports/8917 obrien gcc-2.8.1 incorrect g++ linker call o [1998/12/01] ports/8920 ports netscape java displaying on ncd xterm cra o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/02] ports/8943 ports New port: InterNetNews 2.2beta2 o [1998/12/02] ports/8945 se kde "metaport" looking for wrong jpeg lib o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/04] bin/8966 yp_mkdb does not accept standard automoun o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/08] ports/9018 se kdesupport build dies o [1998/12/08] misc/9024 SPAM site list is no longer available fro o [1998/12/08] kern/9026 natd o [1998/12/10] ports/9047 jmz cd ports/x11/XFree86;make install fails i o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and o [1998/12/12] bin/9064 [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/14] ports/9079 billf new port: www/curl o [1998/12/14] ports/9080 ports New port: mail/rblsmtpd o [1998/12/14] ports/9083 markm apache12-ssl won't compile o [1998/12/15] ports/9089 obrien egcs-1.1.1 exceptions are not caught, bu o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/19] bin/9135 tar doesn't back up device files o [1998/12/20] ports/9142 ports Re-work patches to configure script to be o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/20] ports/9150 nate Ports depending on jdk need to know where o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] gnu/9175 [Patch] eliminate dead code in F77.c o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] misc/9187 [PATCH] pccard.conf entry for 3Com/NoteWo o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/25] docs/9193 doc Incorrect release date for FreeBSD 2.0 in o [1998/12/27] bin/9206 sysinstall installation should create /st o [1998/12/27] kern/9211 imp doscmd triggers endless "kernel trap 25" o [1998/12/27] ports/9213 ports new port request: korean/netscape4-{commu f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] ports/9222 ports New ports: grace-5.0.1 the successor of x o [1998/12/28] misc/9223 "make installworld" changes ownership of o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/28] docs/9228 doc AMD's texinfo doc doesn't get installed o [1998/12/28] ports/9231 vanilla New port Mars_nwe 0.99pl14 o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/29] docs/9238 doc some modification will cause better secur o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] conf/9246 allscreens_flags in /etc/rc.conf not work o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] bin/9253 received packets piling up on natd's ICMP o [1998/12/31] misc/9254 Sapnish vi file has bad character table o [1998/12/31] ports/9256 ports Port of cmail o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/01] ports/9261 ports New port - FakeBO (BackOrifice client emu o [1999/01/01] bin/9263 Database of units(3) misses euro-currency o [1999/01/01] docs/9264 doc Incorrectness in tsort(1) manpage. o [1999/01/02] docs/9276 doc Some typos and fragmented coincidence of o [1999/01/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] i386/9283 ioctl(SNDCTL_DSP_SETFMT) on /dev/audio (p o [1999/01/03] bin/9285 pw strips comments from group file o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] docs/9288 doc typo in doc/FAQ/preface.sgml o [1999/01/03] ports/9289 ports New Port - ASPostit (Dockable version of o [1999/01/03] docs/9304 doc a possible typo in security.7 o [1999/01/03] docs/9305 doc To use some '.Pa' macros be better in sec o [1999/01/04] bin/9308 [PATCH] Flood ping doesn't flood o [1999/01/04] ports/9310 simokawa Compile option was changed o [1999/01/04] ports/9314 ports New port: wmmount-1.0b1 o [1999/01/04] ports/9315 ports New port: wmcyrx-2.0, The cyrillic keyboa o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] ports/9324 ports AfterStep-stable port needs to be updated o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] docs/9338 doc man page VOP_LOCK(9) not up to date o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] bin/9349 make doesn't diagnose non-numeric argumen o [1999/01/06] docs/9352 doc wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] ports/9366 ports New port of icmpquery o [1999/01/07] bin/9374 Improved functionality for find(1) o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/07] docs/9376 doc getsubopt and getservbyport manpage chang o [1999/01/07] conf/9386 can we add this to /usr/share/mk/sys.mk? o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/08] bin/9394 brian enhancement to natd logging o [1999/01/08] kern/9396 There is no way for the prompt in loader o [1999/01/09] kern/9406 /boot/loader is always overwritten on ins o [1999/01/09] ports/9421 ports No Postscript type 1 font conversion util o [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/10] ports/9426 dirk Port submission MySQLTutor o [1999/01/11] ports/9452 ports New port for itk-3.0.1 o [1999/01/11] ports/9453 ports New port for itcl-3.0.1 o [1999/01/11] ports/9454 ports New port for iwidgets-3.0.0 o [1999/01/12] docs/9455 doc cvsup and ftp server in Czech Republic o [1999/01/12] ports/9466 ports ports submission o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] bin/9471 msgs: /var/msgs/bounds: No such file or d o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9484 False error while adding a user, whose ui o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/14] misc/9496 I suggest a better warning for /etc/rc.co o [1999/01/14] misc/9500 `edithook' is not Y2K compliant o [1999/01/14] bin/9501 Several cvs contrib files are not Y2K com o [1999/01/14] bin/9502 `me' macro documentation incorrectly defi o [1999/01/14] ports/9508 andreas Update majorcool to current version 1.3.2 o [1999/01/16] misc/9524 /usr/share/examples/libvgl/demo looks lik o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/17] ports/9540 ports Update port: japanese/perl5 o [1999/01/18] conf/9555 Pseudo account `pop' is not redirected in o [1999/01/19] misc/9564 The man page of sysinstall is not install o [1999/01/19] docs/9568 doc Unexistent link in FAQ on WWW o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] ports/9571 ports New ports for netscape plug-in, named "pl o [1999/01/19] ports/9572 ports Update to kmpg (KDE MPEG audio player) o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/19] docs/9576 doc Update doc: doc/ru/FAQ/admin.sgml o [1999/01/19] docs/9577 doc Update doc: doc/ru/FAQ/hackers.sgml o [1999/01/20] docs/9578 doc Update doc: doc/ru/FAQ/preface.sgml o [1999/01/20] docs/9581 doc Wrong word order on docproj/translations. o [1999/01/20] misc/9582 configApache command doesn't work for /st o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/20] kern/9591 Linux compat getrlimit/setrlimit constant o [1999/01/21] ports/9604 ports Minor improvements to ucspi-tcp port o [1999/01/21] ports/9608 ports Linux Communicator 4.5 o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/21] bin/9613 [PATCH] IPFW command-line parsing error o [1999/01/21] ports/9615 ports explorer port fails to build, can't find o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/22] ports/9625 ports [update] japanese/Wnn korean/Wnn chinese/ o [1999/01/22] ports/9629 ports New ports: ja-canuum-1.0(japanese/canuum) o [1999/01/23] ports/9635 ports New port: textproc/psgml-emacs o [1999/01/23] ports/9636 ports New port: textproc/psgml-mule o [1999/01/23] ports/9637 ports New port: textproc/psgml-emacs20 o [1999/01/23] misc/9638 Typo error in Italian locale o [1999/01/23] misc/9639 /etc/security reports missing passwords o o [1999/01/23] ports/9649 ports abc2ps port o [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/24] docs/9658 doc tar(1) SYNOPSIS refinement o [1999/01/25] ports/9672 ports New port: misc/xtail o [1999/01/25] ports/9675 ports databases/p5-DBD-Pg not broken anymore o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] ports/9680 ports Upgrade port: games/pysol o [1999/01/25] ports/9686 ports Update of the nn-6.5.3 port o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/25] ports/9694 ports netatalk-asun nits o [1999/01/26] bin/9696 Added ability to specify port ranges in n o [1999/01/26] ports/9697 ports New port - wmweather o [1999/01/26] ports/9699 ports Reorganization the x11-toolkits/xview por o [1999/01/26] ports/9700 ports Reorganization the x11-toolkits/xview-cli o [1999/01/26] ports/9702 ports libffi ports changes o [1999/01/26] bin/9703 typo in login.conf o [1999/01/26] ports/9704 ports Minor fixes to olvwm o [1999/01/26] docs/9707 doc New entry for FAQ o [1999/01/26] ports/9710 ports NN-6.5.3 with NOV enabled can't find .ove o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] ports/9719 ports New port: misc/fortuneit o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/27] kern/9723 icmp_reflect doesn't clear m->m_pkthdr.rc o [1999/01/27] ports/9725 ports new ports ( devel/swarm ) o [1999/01/27] ports/9726 ports new ports ( devel/swarm ) o [1999/01/27] ports/9728 jfitz net/mrtg port is out of date. o [1999/01/27] ports/9730 ports argus port fails configure if /dev/bpf0 d o [1999/01/27] ports/9731 ports aterm port needs Xpm dependency o [1999/01/27] ports/9732 ports spin port update o [1999/01/27] ports/9733 ports UPDATE ports/devel/ftnchek o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/27] ports/9736 ports PostGreSQL configure failing on 4.0 o [1999/01/27] ports/9738 ports update tcsh to version 6.08.02 o [1999/01/27] ports/9739 ports Update to math/metis port o [1999/01/27] ports/9740 ports New port: cm postscript fonts by AMS o [1999/01/27] ports/9741 ports New port: ams postscript fonts by AMS o [1999/01/28] ports/9745 ports Ports changes for SWARM ports ( ports/972 o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] bin/9758 ftpd allows anonymous logins when /etc/no o [1999/01/28] ports/9760 ports Submission of icecast o [1999/01/28] docs/9762 doc a typo in isdndebug.8 (the the -> the) o [1999/01/28] ports/9763 ports make README.html creates blank files at t o [1999/01/28] kern/9764 allow /bin/df not to list certain entries o [1999/01/28] ports/9765 ports mc-4.5.1 build dies o [1999/01/28] ports/9766 ports gnomepim build dies o [1999/01/28] ports/9768 ports Windowmaker upgrade: 0.51.0 o [1999/01/28] ports/9769 ports rxvt port MASTER_SITE directory has chang o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] ports/9771 ports New port: ja-epwutil-1.0 o [1999/01/29] docs/9773 doc Handbook 4.7.1.4. "Testing the port" is i o [1999/01/29] ports/9776 ports emacs20-dl fails to build on 4.0-CURRENT o [1999/01/29] i386/9777 Generic AD1816 sound suport in Luigi's pc o [1999/01/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] ports/9780 ports I would like to contribute a new ports co o [1999/01/29] misc/9782 minor problem with telnet and /etc/gettyt o [1999/01/29] ports/9783 ports I would like to contribute a new port o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links o [1999/01/29] ports/9787 cwt tcl80 port doesn't make man page links o [1999/01/29] ports/9788 ports fix for textutils port makeinfo problem o [1999/01/29] ports/9790 ports Update wmnet port to v1.2 o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 ports pib coredumps in port maker mode o [1999/01/30] bin/9793 locate.updatedb is noisy o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] ports/9808 ports Upgrade Port: chimera2 o [1999/01/30] bin/9809 finger output format wrong o [1999/01/30] ports/9811 ports New port: lang/gnomeguile o [1999/01/30] ports/9812 ports New port: devel/libgtopbindings o [1999/01/30] docs/9822 doc security(7) man page is missing a word o [1999/01/30] ports/9830 ports update port ascd-0.7 to 0.9.1 o [1999/01/30] ports/9831 ports Update port wmmail-0.59 to 0.62 o [1999/01/30] ports/9832 ports net/xwhois port tries to assume gtk-1.0 d o [1999/01/30] docs/9833 doc column(1) manpage broken o [1999/01/31] ports/9835 ports Port update: squeak2 o [1999/01/31] ports/9836 ports New port: misc/delay-1.0 o [1999/01/31] docs/9837 doc fix to doc/handbook/porting.sgml o [1999/01/31] ports/9838 ports New port: audio/realplayer (RealPlayer 5. o [1999/01/31] ports/9839 ports New port - www/snarf o [1999/01/31] ports/9840 ports patch allows ports to fetch their sources o [1999/01/31] docs/9843 doc ppp(8) mentions permissions omitting lead o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/01/31] ports/9850 ports graphics/tiff34 port fails o [1999/01/31] ports/9851 ports Port update o [1999/01/31] ports/9852 ports new port: wmdate-0.5 o [1999/01/31] ports/9853 obrien update to lesstif port o [1999/02/01] docs/9854 doc undocumented ctype functions break stuff o [1999/02/01] ports/9855 vanilla Unbreak x11-toolkits/gtkgl o [1999/02/01] docs/9859 doc isdnd.acct.5: DESCRIPTION and EXAMPLES ar o [1999/02/01] docs/9860 doc Typo in sa driver manual o [1999/02/01] ports/9864 ports make rblcheck use relay.orbs.org instead o [1999/02/01] ports/9865 ports Upgrade Leafnode+ port from version 2.3 t o [1999/02/01] ports/9866 ports port of unix2dos and dos2unix utilities o [1999/02/01] ports/9867 vanilla ORBit doesn't compile unless already inst o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] ports/9872 ports New port o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/01] ports/9875 ports new port: devel/astyle (aka "Artistic Sty o [1999/02/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/01] docs/9879 doc MAKEDEV man page states incorrect number o [1999/02/02] ports/9880 vanilla New port - x11-toolkits/gtkglarea o [1999/02/02] ports/9881 billf New port - GPL Argument Analyser o [1999/02/02] ports/9882 ports upgrade shells/rc to latest available ver o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/02] docs/9886 doc possible typo and incorrect description i o [1999/02/02] ports/9888 ports ports/net/zircon update to 1.18.210 o [1999/02/02] ports/9889 ports Update ports : windowmaker-i18n 0.51.0 o [1999/02/03] ports/9891 ports Update md5 for astro/xglobe o [1999/02/03] docs/9892 doc mrouted.8 should not use -man macro o [1999/02/03] bin/9893 NFS umount of regular file impossible o [1999/02/03] ports/9895 ports New port - beat the blackjack dealer o [1999/02/03] ports/9897 ports Port update: misc/mc o [1999/02/03] ports/9898 ports Port update: x11-fm/gnomemc o [1999/02/03] ports/9899 ports port submission for tdetect o [1999/02/03] ports/9900 ports Version 1.1.4 of OpenLDAP released o [1999/02/03] ports/9901 ports New port net/libnet o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/04] ports/9904 ports Upgrade net/tinyfugue to 4.0 GAMMA 3 o [1999/02/04] ports/9906 ports New port - astro/wmmoonclock (phase of mo o [1999/02/04] ports/9907 ports New port - clusterit-1.2 o [1999/02/04] ports/9911 ports slrn port Makefile broken (patch included o [1999/02/04] misc/9913 make release would fail for lack of /etc/ o [1999/02/04] ports/9914 ports astime port upgrade from 1.5 -> 1.7 o [1999/02/05] ports/9915 ports New port - curl (replaces geturl) o [1999/02/05] ports/9916 ports New port - snarf o [1999/02/05] ports/9918 ports asapm checksum fix o [1999/02/05] ports/9920 ports New port - file manager for X o [1999/02/05] ports/9921 ports exmh2 ports update o [1999/02/05] ports/9923 ports New port: games/xtet42 o [1999/02/05] ports/9925 ports New port, br-ispell o [1999/02/06] ports/9929 ports ezmlm port tidied up o [1999/02/06] ports/9930 ports ezmlm-idx port tidied up o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/06] ports/9932 ports Changes for www/netscape4-{communicator,n o [1999/02/06] ports/9939 ports NEW port for tkRunIt o [1999/02/06] docs/9940 doc mt.1 typo (right paren missing, and etc.) o [1999/02/07] ports/9941 ports Updating port lang/ruby for Ruby 1.2.2 o [1999/02/07] ports/9943 ports Upgrade databases/db to 2.6.4 o [1999/02/07] gnu/9946 linker problem with gcc 2.7.2.1 o [1999/02/07] docs/9947 jkoshy Email address correction o [1999/02/07] bin/9948 mfs can't be killed in 3.0-STABLE o [1999/02/07] ports/9950 ports Email address change, and URL addition o [1999/02/07] ports/9951 ports New Port: Diamond Rio management program o [1999/02/07] ports/9952 ports Port update - www/calamaris to 2.20 o [1999/02/07] ports/9953 dirk Samba 2.0.2 update o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/07] ports/9955 ports New port tclock (transparent analog clock o [1999/02/07] ports/9956 ports update of MASTER_SITE for xaniroc port o [1999/02/07] conf/9957 isdnd too verbose during startup from /et o [1999/02/07] ports/9958 jkoshy mail/nmh port upgrade for nmh-1.0 o [1999/02/07] ports/9959 ports Update port: textproc/c2html o [1999/02/08] bin/9960 man page for route doesn't mention defaul o [1999/02/08] ports/9964 ports [UPGRADE,PATCH] misc/deco port o [1999/02/08] bin/9965 NIS accounts considered passwordless by s o [1999/02/08] ports/9967 ports Fixed port: japanese/eterm o [1999/02/08] ports/9968 ports japanese/tvi port updated 1001 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 13:29:56 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05469 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 13:29:56 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05464; Mon, 8 Feb 1999 13:29:54 -0800 (PST) (envelope-from dcs@FreeBSD.org) From: "Daniel C. Sobral" Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA28154; Mon, 8 Feb 1999 13:29:54 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Mon, 8 Feb 1999 13:29:54 -0800 (PST) Message-Id: <199902082129.NAA28154@freefall.freebsd.org> To: dcs@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, dcs@FreeBSD.ORG Subject: Re: i386/9360 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /boot/loader contains floating point instructions Responsible-Changed-From-To: freebsd-bugs->dcs Responsible-Changed-By: dcs Responsible-Changed-When: Mon Feb 8 13:28:00 PST 1999 Responsible-Changed-Why: It's my backyard... :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 13:32:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05977 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 13:32:09 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05871; Mon, 8 Feb 1999 13:31:58 -0800 (PST) (envelope-from dcs@FreeBSD.org) From: "Daniel C. Sobral" Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA28547; Mon, 8 Feb 1999 13:31:58 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Mon, 8 Feb 1999 13:31:58 -0800 (PST) Message-Id: <199902082131.NAA28547@freefall.freebsd.org> To: dcs@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, dcs@FreeBSD.ORG Subject: Re: kern/9631 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new boot loader uses freed memory if you specify full path to module to load Responsible-Changed-From-To: freebsd-bugs->dcs Responsible-Changed-By: dcs Responsible-Changed-When: Mon Feb 8 13:30:02 PST 1999 Responsible-Changed-Why: My backyard, Mike's busy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 13:33:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06346 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 13:33:34 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06179; Mon, 8 Feb 1999 13:32:44 -0800 (PST) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA28831; Mon, 8 Feb 1999 13:32:43 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Mon, 8 Feb 1999 13:32:43 -0800 (PST) Message-Id: <199902082132.NAA28831@freefall.freebsd.org> To: ru@ucb.crimea.ua, des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, des@FreeBSD.ORG Subject: Re: conf/9555 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Pseudo account `pop' is not redirected in /etc/aliases State-Changed-From-To: open->feedback State-Changed-By: des State-Changed-When: Mon Feb 8 13:31:53 PST 1999 State-Changed-Why: Fixed in -current Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Mon Feb 8 13:31:53 PST 1999 Responsible-Changed-Why: So I remember to MFC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 13:33:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06470 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 13:33:57 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06449; Mon, 8 Feb 1999 13:33:50 -0800 (PST) (envelope-from dcs@FreeBSD.org) From: "Daniel C. Sobral" Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA29019; Mon, 8 Feb 1999 13:33:50 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Mon, 8 Feb 1999 13:33:50 -0800 (PST) Message-Id: <199902082133.NAA29019@freefall.freebsd.org> To: dcs@newsguy.com, dcs@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9396 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: There is no way for the prompt in loader to indicate ficl's state State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Mon Feb 8 13:32:41 PST 1999 State-Changed-Why: This has already been fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 13:35:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06938 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 13:35:10 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06922; Mon, 8 Feb 1999 13:35:06 -0800 (PST) (envelope-from dcs@FreeBSD.org) From: "Daniel C. Sobral" Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA29130; Mon, 8 Feb 1999 13:35:06 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Mon, 8 Feb 1999 13:35:06 -0800 (PST) Message-Id: <199902082135.NAA29130@freefall.freebsd.org> To: dcs@newsguy.com, dcs@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9406 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /boot/loader is always overwritten on install State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Mon Feb 8 13:34:00 PST 1999 State-Changed-Why: This has already been fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 13:37:48 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07393 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 13:37:48 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07362; Mon, 8 Feb 1999 13:37:32 -0800 (PST) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA29289; Mon, 8 Feb 1999 13:37:31 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Mon, 8 Feb 1999 13:37:31 -0800 (PST) Message-Id: <199902082137.NAA29289@freefall.freebsd.org> To: merlin@ghostwheel.com, des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, des@FreeBSD.ORG Subject: Re: bin/9484 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: False error while adding a user, whose uid begins with a number, via sysinstall State-Changed-From-To: open->feedback State-Changed-By: des State-Changed-When: Mon Feb 8 13:32:51 PST 1999 State-Changed-Why: Fixed in -current Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Mon Feb 8 13:32:51 PST 1999 Responsible-Changed-Why: So I remember to MFC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 14:50:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18930 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 14:50:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18875 for ; Mon, 8 Feb 1999 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA34809; Mon, 8 Feb 1999 14:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA17882 for ; Mon, 8 Feb 1999 14:41:14 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 8 Feb 99 22:41:13 +0000 (GMT) Message-Id: <9902082241.aa09104@walton.maths.tcd.ie> Date: Mon, 8 Feb 99 22:41:12 +0000 (GMT) From: dwmalone@maths.tcd.ie Reply-To: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/9970: NFS cross device links cause vrele: negative ref cnt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9970 >Category: kern >Synopsis: NFS cross device links cause vrele: negative ref cnt >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 8 14:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 2.2.7-STABLE i386 >Organization: School of Mathematics, Trinity College, Dublin. >Environment: FreeBSD-3.0 or FreeBSD-4.0. >Description: The vrele: negative reference count problem that we have been seeing is caused by attempting a cross device link to a directory on an nfs filesystem. The machine may not panic for a while until the last real reference is gone. This is quite dramatic as anyone with write access to a nfs filesystem can kill the machine! This problem was introduced in version 1.108 of nfs_vnops.c. In version 1.84 some of the vrele, etc were removed when there was a change in filesystem behavior. The fact that the man page for VOP_LINK(9) still says that you should release the directory obviously doesn't help. >How-To-Repeat: cd /tmp touch hello ln hello /nfs/filesystem (Repeat until *BOOM*) >Fix: The following seems to fix the problem, but the VOP_* man pages should also be updated by someone who understands the changes about the time of 1.84. --- nfs_vnops.c.orig Mon Feb 8 22:09:51 1999 +++ nfs_vnops.c Mon Feb 8 22:11:48 1999 @@ -1686,7 +1686,6 @@ if (vp->v_mount != tdvp->v_mount) { VOP_ABORTOP(tdvp, cnp); - vput(tdvp); return (EXDEV); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 17:00:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05552 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 17:00:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05531 for ; Mon, 8 Feb 1999 17:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA51282; Mon, 8 Feb 1999 17:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05108 for ; Mon, 8 Feb 1999 16:55:54 -0800 (PST) (envelope-from peter.jeremy@auss2.alcatel.com.au) Received: by border.alcanet.com.au id <40343>; Tue, 9 Feb 1999 11:45:29 +1100 Message-Id: <99Feb9.114529est.40343@border.alcanet.com.au> Date: Tue, 9 Feb 1999 11:55:43 +1100 From: Peter Jeremy To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/9972: groff always built for US (letter) sized paper Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9972 >Category: bin >Synopsis: groff always built for US (letter) sized paper >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 8 17:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 3.0-CURRENT i386 >Organization: Alcatel Australia Limited >Environment: CTM 'cvs-cur 4996' [yes I know it's old] running on PII-266 >Description: When groff is built during make world, the devlj4 and devps printer drivers both include paper size definitions. These are determined by the variable `PAGE' which is hard-coded in .../src/gnu/usr.bin/groff/Makefile.cfg as 'PAGE=letter'. >How-To-Repeat: make world >Fix: I believe the assignment should be `PAGE?=letter', preferably with a suitable comment documenting the new "make world" option. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 8 19:50:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27656 for freebsd-bugs-outgoing; Mon, 8 Feb 1999 19:50:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27629 for ; Mon, 8 Feb 1999 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA71207; Mon, 8 Feb 1999 19:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from fire.starkreality.com (fire.starkreality.com [208.24.48.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27185 for ; Mon, 8 Feb 1999 19:46:16 -0800 (PST) (envelope-from caesar@fire.starkreality.com) Received: (from caesar@localhost) by fire.starkreality.com (8.9.2/8.9.2) id VAA01919; Mon, 8 Feb 1999 21:46:22 -0600 (CST) Message-Id: <199902090346.VAA01919@fire.starkreality.com> Date: Mon, 8 Feb 1999 21:46:22 -0600 (CST) From: "William S. Duncanson" Reply-To: caesar@starkreality.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/9974: Problems with SMP timekeeping Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9974 >Category: kern >Synopsis: Large amounts of kernel clock drift with a SMP 4.0-current >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 8 19:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: William S. Duncanson >Release: FreeBSD 4.0-CURRENT i386 >Organization: Starkreality Networking Services >Environment: Tyan S1564D Tomcat IV Dual, 2X Pentium MMX 200, SB 16 PNP, Linksys Ether16 xntpd, 4.0-current (Jan 28), SMP. machine "i386" ident FIRE maxusers 256 options "MAXDSIZ=(256*1024*1024)" options "DFLDSIZ=(256*1024*1024)" options PQ_HUGECACHE # color for 1024k/16k cache options INCLUDE_CONFIG_FILE # Include this file in kernel config kernel root on wd0s1a swap on wd0s1b cpu "I586_CPU" # aka Pentium(tm) options "CPU_DISABLE_5X86_LSSER" options "CPU_FASTER_5X86_FPU" options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O options NCPU=2 # number of CPUs options NBUS=2 # number of busses options NAPIC=1 # number of IO APICs options NINTR=24 # number of INTs options "COMPAT_43" options SYSVSHM options SYSVSEM options SYSVMSG options "MD5" options KTRACE #kernel tracing options PERFMON options UCONSOLE options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options INET #Internet communications protocols pseudo-device ether #Generic Ethernet pseudo-device loop #Network loopback device pseudo-device bpfilter 4 #Berkeley packet filter options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpfilter) options "ICMP_BANDLIM" options FFS #Fast filesystem options FFS_ROOT #FFS usable as root device options SOFTUPDATES options NSWAPDEV=20 options QUOTA #enable disk quotas options "NFS_MINATTRTIMO=3" # VREG attrib cache timeout in sec options "NFS_MAXATTRTIMO=60" options "NFS_MINDIRATTRTIMO=30" # VDIR attrib cache timeout in sec options "NFS_MAXDIRATTRTIMO=60" options "NFS_GATHERDELAY=10" # Default write gather delay (msec) options "NFS_UIDHASHSIZ=29" # Tune the size of nfssvc_sock with this options "NFS_WDELAYHASHSIZ=16" # and with this options "NFS_MUIDHASHSIZ=63" # Tune the size of nfsmount with this options NFS_DEBUG # Enable NFS Debugging options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" controller scbus0 #base SCSI code device da0 #SCSI direct access devices (aka disks) device sa0 #SCSI tapes device cd0 #SCSI CD-ROMs device pass0 #CAM passthrough driver options "CAM_MAX_HIGHPOWER=4" options SCSI_NO_SENSE_STRINGS options SCSI_NO_OP_STRINGS options SCSI_REPORT_GEOMETRY options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device options "CHANGER_MIN_BUSY_SECONDS=2" options "CHANGER_MAX_BUSY_SECONDS=10" options "SA_SPACE_TIMEOUT=(60)" options "SA_REWIND_TIMEOUT=(2*60)" options "SA_ERASE_TIMEOUT=(4*60)" pseudo-device pty 256 #Pseudo ttys - can go as high as 256 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device gzip #Exec gzipped a.out's pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device snp 4 #Snoop device - to look at pty/vty/etc.. options "MSGBUF_SIZE=40960" controller isa0 options "AUTO_EOI_1" options "AUTO_EOI_2" options "MAXMEM=(144*1024)" controller pnp0 controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device vga0 at isa? port ? conflicts pseudo-device splash #device vt0 at isa? tty #options XSERVER # support for running an X serve r. #options FAT_CURSOR # start with block cursor device sc0 at isa? tty options MAXCONS=16 # number of virtual consoles options "STD8X16FONT" # Compile font in makeoptions "STD8X16FONT"="cp850" options SC_HISTORY_SIZE=200 # number of history buffer lines options SC_DISABLE_REBOOT # disable reboot key sequence device npx0 at isa? port IO_NPX iosiz 0x0 flags 0x0 irq 13 controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xa0ffa0ff options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM options IDE_DELAY=8000 # Be optimistic about Joe IDE device device acd0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 device lpt0 at isa? port? tty irq 7 device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 device sio1 at isa? port "IO_COM2" tty flags 0x10 irq 3 device ed0 at isa? port 0x300 net irq 10 iomem 0xd8000 device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 device pca0 at isa? port "IO_TIMER1" tty controller pci0 controller ahc1 device de0 device xl0 options HW_WDOG options COMPAT_LINUX options PANIC_REBOOT_WAIT_TIME=16 options CLK_CALIBRATION_LOOP options "CLK_USE_I8254_CALIBRATION" options CLK_USE_TSC_CALIBRATION options SHOW_BUSYBUFS # List buffers that prevent root unmount >Description: The kernel clock drifts as much as 7 seconds in a 10 minute time frame. xntpd is constantly setting the kernel clock back. The hardware clock CMOS does not appear to be affected. The CLK_CALIBRATION_LOOP, CLK_USE_I8254_CALIBRATION and CLK_USE_TSC_CALIBRATION were added to the kernel independently of each other to see if that would solve the problem. >How-To-Repeat: Run in environment as described, with kernel config as described. >Fix: None at this time. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 9 06:00:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16733 for freebsd-bugs-outgoing; Tue, 9 Feb 1999 06:00:08 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16718 for ; Tue, 9 Feb 1999 06:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA01259; Tue, 9 Feb 1999 06:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Feb 1999 06:00:03 -0800 (PST) Message-Id: <199902091400.GAA01259@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Bill Fenner Subject: Re: gnu/9938: NetBSD *1.4* was not defined in mdoc macro(doc-syms). Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/9938; it has been noted by GNATS. From: Bill Fenner To: yohta@bsys.tsukuba.ac.jp Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: gnu/9938: NetBSD *1.4* was not defined in mdoc macro(doc-syms). Date: Tue, 9 Feb 1999 00:41:25 PST It's probably more appropriate to make similar changes to .Nx as were suggested for .Fx earlier in FreeBSD-bugs, so that we don't have to track changes other than exceptions. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 9 07:00:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25025 for freebsd-bugs-outgoing; Tue, 9 Feb 1999 07:00:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24996 for ; Tue, 9 Feb 1999 07:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA39996; Tue, 9 Feb 1999 07:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 9 Feb 1999 07:00:00 -0800 (PST) Message-Id: <199902091500.HAA39996@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Roger Hardiman Subject: Re: kern/7177: [PATCH] Support for "Video Highway Xtreme" tv-tuner card with SECAM tuner (bt848 driver) Reply-To: Roger Hardiman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/7177; it has been noted by GNATS. From: Roger Hardiman To: freebsd-gnats-submit@freebsd.org, seva@alex-ua.com Cc: Subject: Re: kern/7177: [PATCH] Support for "Video Highway Xtreme" tv-tuner card with SECAM tuner (bt848 driver) Date: Tue, 09 Feb 1999 14:58:09 +0000 Patch was included into the bktr bt848 driver cvs version 1.50. Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 9 07:50:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00918 for freebsd-bugs-outgoing; Tue, 9 Feb 1999 07:50:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA00885 for ; Tue, 9 Feb 1999 07:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA44071; Tue, 9 Feb 1999 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from server.noc.demon.net (server.noc.demon.net [193.195.224.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA00620 for ; Tue, 9 Feb 1999 07:49:29 -0800 (PST) (envelope-from root@post.mail.demon.net) Received: by server.noc.demon.net; id PAA24922; Tue, 9 Feb 1999 15:49:27 GMT Received: from orac.noc.demon.net(195.11.55.149) by inside.noc.demon.net via smap (3.2) id xma024900; Tue, 9 Feb 99 15:49:13 GMT Received: from root by post.mail.demon.net with local (Exim 2.12 #1) id 10AFQW-000070-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 9 Feb 1999 15:50:16 +0000 Message-Id: Date: Tue, 9 Feb 1999 15:50:16 +0000 From: matthewf@demon.net Reply-To: matthewf@demon.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/9980: savecore fails with large (2gig+) swap partition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9980 >Category: kern >Synopsis: savecore fails with large (2gig+) swap partition >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 9 07:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Frost >Release: FreeBSD 3.0-19990205-STABLE i386 >Organization: Demon Internet >Environment: FreeBSD finch-post-11.mail.demon.net 3.0-19990205-STABLE FreeBSD 3.0-19990205-STABLE #0: Tue Feb 9 09:33:01 GMT 1999 root@finch-post-11.mail.demon.net:/usr/src/sys/compile/MAIL-POST-SMP i386 plus SOFTUPDATES plus SMP Machine is a dual PII-400 >Description: When using a swap partition of 3 gigabytes savecore will not save a core dump after a panic: savecore: reboot savecore: writing core to /mail/crash/vmcore.16 /kernel.old: dscheck: negative b_blkno -2621440 savecore: /dev/rda0s1b: Invalid argument savecore: WARNING: vmcore may be incomplete >How-To-Repeat: Configure machine with a 3 gigabytes swap partition Set MAXUSERS to 1024 (which panics the machine on boot) >Fix: Change swap partition size to 2 gigabytes savecore: reboot after panic: page fault savecore: writing core to /var/crash/vmcore.9 savecore: writing kernel to /var/crash/kernel.9 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 9 13:40:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11287 for freebsd-bugs-outgoing; Tue, 9 Feb 1999 13:40:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11209 for ; Tue, 9 Feb 1999 13:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA70827; Tue, 9 Feb 1999 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11115; Tue, 9 Feb 1999 13:39:24 -0800 (PST) (envelope-from nobody) Message-Id: <199902092139.NAA11115@hub.freebsd.org> Date: Tue, 9 Feb 1999 13:39:24 -0800 (PST) From: hansen@cmu.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/9986: rsh hangs when called by system() from process with eleven open files. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9986 >Category: bin >Synopsis: rsh hangs when called by system() from process with eleven open files. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 9 13:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeffery Hansen >Release: 3.0 >Organization: Carnegie Mellon University >Environment: FreeBSD gadoid.ices.cmu.edu 3.0-RELEASE FreeBSD 3.0-RELEASE #0: Mon Dec 7 09:56:02 EST 1998 hansen@gadoid.ices.cmu.edu:/usr/src/sys/compile/SAWAKO i386 >Description: When rsh is invoked using system(), the call to system() will hang indefinately if too many (eleven or more in addition to stdin, etc.) files are open. More specifically the problem occurs when fewer than three of the file descriptors in the range 0-15 are unused. >How-To-Repeat: for (i = 0;i < 11;i++) /* OK if 10 or lower */ fopen("/dev/null","r"); system("rsh foo.bar.org any-command"); >Fix: The problem appears to be the hard-coded value of 16 for nfds in the calls to select() in rsh.c. This needs to be fixed to reflect the actual values of the file descriptors selected on. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 9 14:50:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19966 for freebsd-bugs-outgoing; Tue, 9 Feb 1999 14:50:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19916 for ; Tue, 9 Feb 1999 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA75105; Tue, 9 Feb 1999 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18857; Tue, 9 Feb 1999 14:45:32 -0800 (PST) (envelope-from nobody) Message-Id: <199902092245.OAA18857@hub.freebsd.org> Date: Tue, 9 Feb 1999 14:45:32 -0800 (PST) From: kushn@mail.kar.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: gnu/9987: wrong (for FreeBSD) ELF_DYNAMIC_INTERPRETER in binutils Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9987 >Category: gnu >Synopsis: wrong (for FreeBSD) ELF_DYNAMIC_INTERPRETER in binutils >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 9 14:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vladimir Kushnir >Release: FreeBSD 4.0-CURRENT >Organization: Institute for Theoretical Physics, Kiev >Environment: FreeBSD kushnir.kiev.ua 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Feb 7 03:39:58 EET 1999 volodya@kushnir.kiev.ua:/usr/src/sys/compile/KUSHNIR i386 >Description: In binutils (/usr/src/contrib/binutils/bfd/elf32-i386.c and /usr/src/contrib/binutils/bfd/elf64-alpha.c) defined wrong (for FreeBSD) ELF_DYNAMIC_INTERPRETER: /usr/lib/libc.so.1 for i386 and /usr/lib/ld.so for alpha. This puts wrong wrong ELF interpreter into partially static (with some of libs shared) binaries and renders them unusable >How-To-Repeat: /* hello.c */ #include void main() { printf("Hello, world!\n"); } cc -static -o hello hello.c /usr/lib/libc.so (stupid in this case, of course) ./hello with output: ELF interpreter /usr/lib/libc.so.1 not found and "strings hello" shows /usr/lib/libc.so.1 >Fix: Redefine ELF_DYNAMIC_INTERPRETER in both files >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 9 16:40:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07890 for freebsd-bugs-outgoing; Tue, 9 Feb 1999 16:40:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07823 for ; Tue, 9 Feb 1999 16:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA81641; Tue, 9 Feb 1999 16:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from post.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07156 for ; Tue, 9 Feb 1999 16:35:42 -0800 (PST) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by post.mail.demon.net with smtp (Exim 2.12 #1) id 10ANcn-00055F-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 10 Feb 1999 00:35:30 +0000 Received: from marder-1. (rasnt-1 [193.114.228.211]) by uk.radan.com (8.6.10/8.6.10) with ESMTP id AAA00366 for ; Wed, 10 Feb 1999 00:34:54 GMT Received: (from marko@localhost) by marder-1. (8.8.8/8.8.8) id AAA01188; Wed, 10 Feb 1999 00:33:24 GMT (envelope-from marko) Message-Id: <199902100033.AAA01188@marder-1.> Date: Wed, 10 Feb 1999 00:33:24 GMT From: marko@uk.radan.com Reply-To: marko@uk.radan.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/9990: Enhancement to filename completeion in csh(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9990 >Category: bin >Synopsis: Enhancement to filename completeion in csh(1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 9 16:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mark Ovens >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: >Environment: FreeBSD marder-1 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Sun Jan 3 20:07:20 GMT 1999 root@marder-1:/usr/src/sys/compile/MARDER-1_PnP_SCSI i386 >Description: Filename completion in csh(1) isn't fully functional if filenames contain spaces. Not really a problem on Unix boxes, but as many FreeBSD users also have Windows installed on their PCs it can be a pain. >How-To-Repeat: Running csh, ensure filename completion is enabled (``set filec'') and there are some paths with directory names containing spaces. Then try to ``cd'' to a directory below a directory with space(s) in its name using completion. It will complete the first name containing spaces but won't work on subsequent ones in the same command, even using quotes or escaping the spaces with ``\''. >Fix: Apply the following patches and remake csh. The modification causes the shell to escape spaces with ``\'' when expanding, and also correctly interprets escaped spaces in the existing path on the command line, whether typed by the user or added by expansion. ----- start included file. file.c.diff------------------------- *** file.c.orig Sat Feb 6 15:52:31 1999 --- file.c Sat Feb 6 17:03:41 1999 *************** *** 100,105 **** --- 100,107 ---- static int is_prefix __P((Char *, Char *)); static int is_suffix __P((Char *, Char *)); static int ignored __P((Char *)); + static void add_bkslsh __P((Char *)); + static void rm_bkslsh __P((Char *)); /* * Put this here so the binary can be patched with adb to enable file *************** *** 161,166 **** --- 163,169 ---- Char *string; { Char *p; + Char temp[BUFSIZ]; struct termios tty, tty_normal; int omask; char c; *************** *** 442,447 **** --- 445,451 ---- Char tilded_dir[MAXPATHLEN + 1], dir[MAXPATHLEN + 1]; Char name[MAXNAMLEN + 1], extended_name[MAXNAMLEN + 1]; Char *entry; + Char temp[BUFSIZ]; #define MAXITEMS 1024 *************** *** 518,523 **** --- 522,531 ---- copyn(word, dir, max_word_length); /* add extended name */ catn(word, extended_name, max_word_length); + + add_bkslsh(word); /* Escape any spaces with ``\'' */ + /* before retyping command line */ + return (numitems); } else { /* LIST */ *************** *** 635,643 **** * is one Character past it. */ for (word_start = str_end; word_start > inputline; --word_start) ! if (Strchr(delims, word_start[-1])) ! break; space_left = inputline_size - (word_start - inputline) - 1; numitems = tsearch(word_start, command, space_left); if (command == RECOGNIZE) { --- 643,668 ---- * is one Character past it. */ for (word_start = str_end; word_start > inputline; --word_start) ! { ! /* Check if any spaces found */ ! /* are preceded by ``\''. If so */ ! /* assume the space is part of */ ! /* the dir/file name and not a */ ! /* word separator. */ ! if (word_start[-1] == ' ') ! { ! if (word_start[-2] != '\\') /* Must be start of word */ ! break; ! } ! else ! if (Strchr(delims, word_start[-1])) ! break; ! } ! space_left = inputline_size - (word_start - inputline) - 1; + + rm_bkslsh(word_start); /* Strip any \'s from pathname */ + numitems = tsearch(word_start, command, space_left); if (command == RECOGNIZE) { *************** *** 658,664 **** --- 683,693 ---- should_retype = TRUE; } if (command == LIST) /* Always retype after a LIST */ + { + add_bkslsh(word_start); /* Escape any spaces with ``\'' */ + /* before retyping command line */ should_retype = TRUE; + } if (should_retype) printprompt(); pushback(inputline); *************** *** 684,686 **** --- 713,770 ---- return (FALSE); } #endif /* FILEC */ + + /* + * Adds ``\'' in front of any spaces to escape them. Allows filename + * completion to work with file/dir names containing spaces. + */ + + static void add_bkslsh(Char *word) + { + int i = 0, j = 0; + Char temp[BUFSIZ]; + + if (Strchr(word, ' ')) + { + Strcpy(temp, word); + + while (temp[i] != '\0') + { + if (temp[i] != ' ') + word[j++] = temp[i++]; + else + { + word[j++] = '\\'; + word[j++] = temp[i++]; + } + } + + word[j] = '\0'; + } + } + + /* + * Removes any ``\'' from in front of spaces. Allows filename completion + * to work with file/dir names containing spaces. + */ + + static void rm_bkslsh(Char *word) + { + int i = 0, j = 0; + Char temp[BUFSIZ]; + + if (Strchr(word, '\\')) + { + Strcpy(temp, word); + + while (temp[i] != '\0') + { + if (temp[i] != '\\') + word[j++] = temp[i++]; + else + i++; + } + + word[j] = '\0'; + } + } ----- end included file. file.c.diff------------------------- ----- start included file. csh.1.diff------------------------- --- csh.1.orig Sat Feb 6 16:05:37 1999 +++ csh.1 Sat Feb 6 16:21:54 1999 @@ -389,6 +389,18 @@ and will sound the terminal bell to indicate that the expansion is incomplete, since there are two file names matching the prefix ``D''. .Pp +If the matching filename contains a space +.Nm +will escape the space with a backslash. For example, in the directory +listing above, if ``bench'' was ``bench mark'' instead then +.Pp +.Dl % vi be +.Pp +.Nm +would expand the input to +.Pp +.Dl % vi bench\e mark +.Pp If a partial file name is followed by the end-of-file character (usually control-D), then, instead of completing the name, .Nm @@ -402,6 +414,9 @@ .Dl DSC.NEW DSC.OLD .Pp while the input line remains unchanged. +.Pp +Note, that in the case of filenames containing spaces, the list +will not show the spaces escaped with a backslash. .Pp The same system of escape and end-of-file can also be used to expand partial user names, if the word to be completed ----- end included file. csh.1.diff------------------------- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 9 17:30:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13967 for freebsd-bugs-outgoing; Tue, 9 Feb 1999 17:30:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13942 for ; Tue, 9 Feb 1999 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA84762; Tue, 9 Feb 1999 17:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from magpie.ece.arizona.edu (magpie.ece.arizona.edu [150.135.4.39]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13107 for ; Tue, 9 Feb 1999 17:22:33 -0800 (PST) (envelope-from john@magpie.ece.arizona.edu) Received: (from john@localhost) by magpie.ece.arizona.edu (8.8.8/8.8.8) id SAA05953; Tue, 9 Feb 1999 18:24:48 -0700 (MST) (envelope-from john) Message-Id: <199902100124.SAA05953@magpie.ece.arizona.edu> Date: Tue, 9 Feb 1999 18:24:48 -0700 (MST) From: John Galbraith Reply-To: john@magpie.ece.arizona.edu To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: john@magpie.ece.arizona.edu X-Send-Pr-Version: 3.2 Subject: i386/9991: new gpib driver submission Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9991 >Category: i386 >Synopsis: new driver for National Instruments GPIB and GPIB/TNT cards >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 9 17:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: John Galbraith >Release: FreeBSD 2.2.6-RELEASE i386 >Organization: University of Arizona >Environment: Driver has been used and tested on FreeBSD 2.2.6 and 3.0 by me. Other folks have been using it also, but I don't know what systems. >Description: I have a new GPIB driver for National Instruments GPIB and GPIB/TNT cards. It is new code, and totally independent of the current gp driver written by Fred Cawthorne. However, my new code does drop in right over that stuff, using the same major number. This new driver is faster, more reliable, better documented, and has more features than the current driver (by my experience, anyway). >How-To-Repeat: >Fix: The tarball of the source code and documentation can be snagged from http://www.ece.arizona.edu/~john. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 03:30:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA13081 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 03:30:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13039 for ; Wed, 10 Feb 1999 03:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA27849; Wed, 10 Feb 1999 03:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12982; Wed, 10 Feb 1999 03:29:26 -0800 (PST) (envelope-from nobody) Message-Id: <199902101129.DAA12982@hub.freebsd.org> Date: Wed, 10 Feb 1999 03:29:26 -0800 (PST) From: hans@info.matik.com.br To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/10004: instalation of current version from FTP stops at 95% Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10004 >Category: i386 >Synopsis: instalation of current version from FTP stops at 95% >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 10 03:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Hans Meyer >Release: current >Organization: Infomatik >Environment: n/a >Description: A new installation of current version from ftp.br.freebsd.org hangs at 95%. The timeout advice like in former versions is not coming up. (I let it overnight about 9 hours waiting). Interrupting the download it starts over with the first chunk. >How-To-Repeat: Did that three times >Fix: check if file exists on the HD in order not to download it again and again >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 03:50:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14564 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 03:50:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14541 for ; Wed, 10 Feb 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA28891; Wed, 10 Feb 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Feb 1999 03:50:02 -0800 (PST) Message-Id: <199902101150.DAA28891@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Andrew Pilley Subject: Re: i386/9962: Install Panics in with integer divide fault (progress report shows -ve kb/secs) Reply-To: Andrew Pilley Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/9962; it has been noted by GNATS. From: Andrew Pilley To: freebsd-gnats-submit@freebsd.org, ashridah@mira.net Cc: Subject: Re: i386/9962: Install Panics in with integer divide fault (progress report shows -ve kb/secs) Date: Wed, 10 Feb 1999 22:45:20 +1100 resolved this issue myself, turns out that my amibios had an option that was 'enhancing' my IDE controller, so i put that in standard mode, and all is well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 03:50:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14565 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 03:50:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14544 for ; Wed, 10 Feb 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA28900; Wed, 10 Feb 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from belle.urc.ac.ru (Belle.urc.ac.ru [193.233.85.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14410 for ; Wed, 10 Feb 1999 03:48:39 -0800 (PST) (envelope-from anton@belle.urc.ac.ru) Received: (from anton@localhost) by belle.urc.ac.ru (8.9.2/8.8.8) id OAA69084; Tue, 9 Feb 1999 14:51:33 +0500 (ES) (envelope-from anton) Message-Id: <199902090951.OAA69084@belle.urc.ac.ru> Date: Tue, 9 Feb 1999 14:51:33 +0500 (ES) From: anton@urc.ac.ru Reply-To: anton@urc.ac.ru To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/10005: Update /etc/motd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10005 >Category: misc >Synopsis: Update /etc/motd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 10 03:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Anton Voronin >Release: FreeBSD 3.0-STABLE i386 >Organization: Southern Ural State University, Chelyabinsk, Russia >Environment: >Description: If an administrator leaves rc.conf parameters clear_tmp_enable="NO" and update_motd="YES" unchanged then any user can prevent updating of /etc/motd >How-To-Repeat: Leave original /etc/rc.conf unchanged and check that your /etc/rc.conf.local does not redefine clear_tmp_enable and update_motd; Create a directory /tmp/_motd. >Fix: Change /etc/rc: 366c366 < rm -f $T --- > rm -rf $T 371c371 < rm -f $T --- > rm -rf $T >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 05:37:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26577 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 05:37:40 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA26563; Wed, 10 Feb 1999 05:37:30 -0800 (PST) (envelope-from des@FreeBSD.org) From: Dag-Erling Smorgrav Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA44712; Wed, 10 Feb 1999 05:37:30 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Wed, 10 Feb 1999 05:37:30 -0800 (PST) Message-Id: <199902101337.FAA44712@freefall.freebsd.org> To: hansen@cmu.edu, des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, des@FreeBSD.ORG Subject: Re: bin/9986 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rsh hangs when called by system() from process with eleven open files. State-Changed-From-To: open->feedback State-Changed-By: des State-Changed-When: Wed Feb 10 05:35:27 PST 1999 State-Changed-Why: Patch sent to originator. Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Wed Feb 10 05:35:27 PST 1999 Responsible-Changed-Why: I'm handling it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 05:50:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28054 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 05:50:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28040 for ; Wed, 10 Feb 1999 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA45577; Wed, 10 Feb 1999 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Feb 1999 05:50:01 -0800 (PST) Message-Id: <199902101350.FAA45577@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Richard Hanby Subject: Re: kern/9059: 3.0 crashes with high write-to-disk load Reply-To: Richard Hanby Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9059; it has been noted by GNATS. From: Richard Hanby To: freebsd-gnats-submit@freebsd.org, Martin.Birgmeier@aon.at Cc: Subject: Re: kern/9059: 3.0 crashes with high write-to-disk load Date: Wed, 10 Feb 1999 13:41:22 +0000 We have this problem too, using 1 x IDE disk + 6 x 34502LW SCSI disks with 2940U2W controller. Crashed 8 times in less than 24 hours under heavy-ish load. -- Richard Hanby Web Cache Support Manchester Computing University of Manchester Manchester UK M13 9PL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 05:50:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28060 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 05:50:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28049 for ; Wed, 10 Feb 1999 05:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA45582; Wed, 10 Feb 1999 05:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Feb 1999 05:50:03 -0800 (PST) Message-Id: <199902101350.FAA45582@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Dag-Erling Smorgrav Subject: Re: misc/10005: Update /etc/motd Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10005; it has been noted by GNATS. From: Dag-Erling Smorgrav To: anton@urc.ac.ru Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/10005: Update /etc/motd Date: 10 Feb 1999 14:40:47 +0100 anton@urc.ac.ru writes: > Leave original /etc/rc.conf unchanged and check that your /etc/rc.conf.local > does not redefine clear_tmp_enable and update_motd; > Create a directory /tmp/_motd. What do you do to prevent root from removing that directory? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 06:00:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29571 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 06:00:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29554 for ; Wed, 10 Feb 1999 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA46405; Wed, 10 Feb 1999 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 10 Feb 1999 06:00:02 -0800 (PST) Message-Id: <199902101400.GAA46405@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Anton Voronin Subject: Re: misc/10005: Update /etc/motd Reply-To: Anton Voronin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10005; it has been noted by GNATS. From: Anton Voronin To: Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/10005: Update /etc/motd Date: Wed, 10 Feb 1999 18:51:06 +0500 Dag-Erling Smorgrav wrote: > anton@urc.ac.ru writes: > > Leave original /etc/rc.conf unchanged and check that your /etc/rc.conf.local > > does not redefine clear_tmp_enable and update_motd; > > Create a directory /tmp/_motd. > > What do you do to prevent root from removing that directory? > > DES > -- > Dag-Erling Smorgrav - des@flood.ping.uio.no Nothing - rm does not remove directories without -r or -d bash-2.01# ls -l /tmp drwxr-xr-x 2 anton wheel 512 10 feb 18:43 _motd bash-2.01# rm -f /tmp/_motd rm: _motd: is a directory -- Anton Voronin | Ural Regional Center of FREEnet, anton@urc.ac.ru | Southern Ural University, Chelyabinsk, Russia http://www.urc.ac.ru/~anton | Programmer & System Administrator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 06:54:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07056 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 06:54:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07006 for ; Wed, 10 Feb 1999 06:54:00 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.2/8.9.1) id PAA13794; Wed, 10 Feb 1999 15:50:43 +0100 (CET) (envelope-from des) To: Anton Voronin Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/10005: Update /etc/motd References: <199902101400.GAA46405@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 10 Feb 1999 15:50:43 +0100 In-Reply-To: Anton Voronin's message of "Wed, 10 Feb 1999 06:00:02 -0800 (PST)" Message-ID: Lines: 15 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anton Voronin writes: > Dag-Erling Smorgrav wrote: > > anton@urc.ac.ru writes: > > > Leave original /etc/rc.conf unchanged and check that your /etc/rc.conf.local > > > does not redefine clear_tmp_enable and update_motd; > > > Create a directory /tmp/_motd. > > What do you do to prevent root from removing that directory? > Nothing - rm does not remove directories without -r or -d No, but rmdir does. My point is that your DoS is not a DoS, since root can trivially remove /etc/_motd if it's in the way. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 09:40:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25367 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 09:40:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25292 for ; Wed, 10 Feb 1999 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA96213; Wed, 10 Feb 1999 09:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24892; Wed, 10 Feb 1999 09:37:14 -0800 (PST) (envelope-from nobody) Message-Id: <199902101737.JAA24892@hub.freebsd.org> Date: Wed, 10 Feb 1999 09:37:14 -0800 (PST) From: deraison@cybercable.fr To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: misc/10009: dlopen will crash when opening some stripped shared libs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10009 >Category: misc >Synopsis: dlopen will crash when opening some stripped shared libs >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 10 09:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Renaud Deraison >Release: 3.0-RELEASE >Organization: >Environment: FreeBSD prof.nain.org 3.0-RELEASE FreeBSD 3.0-RELEASE #0: Sat Oct 17 17:45:06 GMT 1998 jkh@kickme.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: The dlopen() function will crash when opening stripped shared libraries which are linked against some other shared librairies. Linking shared libs against shared libs is a useful way to make modules for an application. gdb output : #0 0x400048d0 in reloc_plt () (gdb) bt #0 0x400048d0 in reloc_plt () #1 0x4000306b in find_symdef () #2 0x4000339d in dlopen () And the program dies with a signal 10 received. >How-To-Repeat: This is non-trivial. The easiest way is to download nessus-990201 (see http://www.nessus.org/download/unix.html for the locations) to compile it, to install it, and to run the nessus daemon (nessusd) which will happily crash when loading _some_ of those shared libs (this is apparently random). >Fix: Do not use stripped out shared libraries with dlopen(). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 11:33:51 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08040 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 11:33:51 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA07995; Wed, 10 Feb 1999 11:33:39 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <61309(3)>; Wed, 10 Feb 1999 11:33:28 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177534>; Wed, 10 Feb 1999 11:33:23 -0800 To: Kazutaka YOKOTA cc: Wolfram Schneider , pst@FreeBSD.ORG, mpp@FreeBSD.ORG, bugs@FreeBSD.ORG Subject: Re: Fx and Os macros (was: Re: [yokota@zodiac.mech.utsunomiya-u.ac.jp: .Fx and .Os macros in groff, FreeBSD]) In-reply-to: Your message of "Sat, 06 Feb 99 21:35:14 PST." <199902070535.OAA02106@zodiac.mech.utsunomiya-u.ac.jp> Date: Wed, 10 Feb 1999 11:33:20 PST From: Bill Fenner Message-Id: <99Feb10.113323pst.177534@crevenia.parc.xerox.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After testing my macros some more, I'm sure they work. The only reason to not commit them is because we think it's better to print an empty string for unknown releases (like 2.2.2 was, before you fixed it, and of course 3.1 and 4.0). I think it's a much better failure mode to allow .Fx 1.2.3.4 to print "FreeBSD 1.2.3.4" than it is to allow ".Fx 4.0" to print "". I also made similar changes to the .Nx and .Ox macros, so that we don't have to track them as closely. The .Nx macro still needs to be updated whenever NetBSD creates an "if" in their macro that changes its argument (e.g. .Nx 0.8a -> NetBSD 0.8A), but ones that don't (e.g. .Nx 1.4) will Just Work. Unless someone Screams Loudly, I'm going to commit this (but leave the RELENG_3 merge until after the 3.1 release). Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 12:14:25 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13502 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 12:14:25 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13346; Wed, 10 Feb 1999 12:13:47 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA07167; Wed, 10 Feb 1999 12:13:46 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Wed, 10 Feb 1999 12:13:46 -0800 (PST) Message-Id: <199902102013.MAA07167@freefall.freebsd.org> To: fenner@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: pending/9982 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: inet_addr(3) should be return 32bit uint. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: fenner Responsible-Changed-When: Wed Feb 10 12:13:00 PST 1999 Responsible-Changed-Why: Fixing misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 12:40:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16671 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 12:40:08 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16602 for ; Wed, 10 Feb 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA09719; Wed, 10 Feb 1999 12:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15961; Wed, 10 Feb 1999 12:35:47 -0800 (PST) (envelope-from nobody) Message-Id: <199902102035.MAA15961@hub.freebsd.org> Date: Wed, 10 Feb 1999 12:35:47 -0800 (PST) From: jegelhof@cloud9.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/10013: msdos floppy disk mounts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10013 >Category: kern >Synopsis: msdos floppy disk mounts >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 10 12:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: james Egelhof >Release: FreeBSD 3.0-RELEASE >Organization: Cloud 9 Consulting, Inc. >Environment: FreeBSD longjing.cloud9.net 3.0-RELEASE FreeBSD 3.0-RELEASE #0: Sat Jan 16 15:02:08 EST 1999 root@newlongjing.cloud9.net:/usr/src/sys/compile/LONGJING i386 >Description: Working with MS-DOS floppy disks results in random reboots when any intensive use of the disk is made. >How-To-Repeat: Mount a MS-DOS disk and attempt to use it. Commands like 'file' and 'less' have resulted in reboots. >Fix: None known. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 14:27:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28044 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 14:27:39 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from conway.com (host167.conway.com [208.234.182.167] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA28028 for ; Wed, 10 Feb 1999 14:27:37 -0800 (PST) (envelope-from bill.rosenthal@conway.com) Date: Wed, 10 Feb 1999 14:27:37 -0800 (PST) Message-Id: <199902102227.OAA28028@hub.freebsd.org> From: William A Rosenthal To: William A Rosenthal Subject: Global Conference: SUPER CITIES OF THE 21st CENTURY Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ___________________________________________________________ Please join us in Madrid from May 2-5, 1999 for the World Development Federation's 7th annual Global Super Projects Conference on SUPER CITIES OF THE 21st CENTURY. Urban leaders and senior business executives from around the world will meet to define the components essential for cities to become "world class" in the next millennium. In addition to the conference's co-host, Mayor Alvarez del Manzano of Madrid, other dignitaries expected to participate include: Spain's Prime Minister Jose Maria Aznar; Germany's ex-Finance Minister Theo Weigel; world-renowned architect Ricardo Bofill; Olympics Committee President Juan Samaranch; the originator of the "World Cities" concept, Professor Peter Hall; and mayors from major metropolises worldwide. The latest program information about the Super Cities Conference and a convenient registraton form may be found at our Web site, Please join us in Madrid from May 2-5, 1999 for the World Development Federation's 7th annual Global Super Projects Conference on SUPER CITIES OF THE 21st CENTURY. Urban leaders and senior business executives from around the world will meet to define the components essential for cities to become "world class" in the next millennium. In addition to the conference's co-host, Mayor Alvarez del Manzano of Madrid, other dignitaries expected to participate include: Spain's Prime Minister Jose Maria Aznar; Germany's ex-Finance Minister Theo Weigel; world-renowned architect Ricardo Bofill; Olympics Committee President Juan Samaranch; the originator of the "World Cities" concept, Professor Peter Hall; and mayors from major metropolises worldwide. The latest program information about the Super Cities Conference and a convenient registraton form may be found at our Web site, http://www.conway.com/wdf/madrid99/ I hope you can join us. Sincerely, William A. Rosenthal Vice Chairman, WDF mailto: bill.rosenthal@conway.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 15:00:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02630 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 15:00:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02566 for ; Wed, 10 Feb 1999 15:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA23727; Wed, 10 Feb 1999 15:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02485; Wed, 10 Feb 1999 14:59:28 -0800 (PST) (envelope-from nobody) Message-Id: <199902102259.OAA02485@hub.freebsd.org> Date: Wed, 10 Feb 1999 14:59:28 -0800 (PST) From: marcel@scc.nl To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/10015: Linux emulator: sig 11 on process exit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10015 >Category: i386 >Synopsis: Linux emulator: sig 11 on process exit >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 10 15:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Marcel Moolenaar >Release: 3.0-stable >Organization: SCC vof >Environment: FreeBSD scones.sup.scc.nl 3.0-STABLE FreeBSD 3.0-STABLE #11: Wed Feb 10 23:40:27 CET 1999 marcel@scones.sup.scc.nl:/usr/src/sys/compile/SCONES i386 >Description: Statically linked Linux binaries seg fault when exiting. This is caused by a call to atexit with an invalid address. This call is especially made when register DX is non-zero when a newly created process starts running (e.g. it's entry point is called). >How-To-Repeat: n/a >Fix: Apply the following patch: *** machdep.c.orig Wed Feb 10 23:49:27 1999 --- machdep.c Wed Feb 10 23:48:52 1999 *************** *** 860,865 **** --- 860,872 ---- /* Initialize the npx (if any) for the current process. */ npxinit(__INITIAL_NPXCW__); #endif + + /* + * XXX - Linux emulator + * Make sure sure edx is 0x0 on entry. Linux binaries depend + * on it. + */ + p->p_retval[1] = 0; } static int >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 10 21:00:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19745 for freebsd-bugs-outgoing; Wed, 10 Feb 1999 21:00:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19728 for ; Wed, 10 Feb 1999 21:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA39951; Wed, 10 Feb 1999 21:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from acct.inet.co.th (acct.inet.co.th [203.150.17.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19500 for ; Wed, 10 Feb 1999 20:56:46 -0800 (PST) (envelope-from anto@acct.inet.co.th) Received: (from anto@localhost) by acct.inet.co.th (8.8.8/8.8.8) id LAA03211; Thu, 11 Feb 1999 11:56:03 +0700 (ICT) (envelope-from anto) Message-Id: <199902110456.LAA03211@acct.inet.co.th> Date: Thu, 11 Feb 1999 11:56:03 +0700 (ICT) From: Anto Prijosoesilo Reply-To: Anto Prijosoesilo To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/10019: Bug in keyinfo and keyinit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10019 >Category: bin >Synopsis: Keyinfo and keyinit may use the wrong name if the uid is shared by multiple logins >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 10 21:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Anto Prijosoesilo >Release: FreeBSD 2.2.7-STABLE i386 >Organization: Internet Thailand >Environment: FreeBSD acct.inet.co.th 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Fri Nov 20 08:40:26 ICT 1998 anto@inet.co.th:/usr/src/sys/compile/ACCT i386 >Description: If a uid is shared by multiple login names keyinfo and keyinit will default to the first name it finds that share the uid. >How-To-Repeat: Create a user (ex: user1). Create another login name for that user (ex: user2). Login as user1 and run keyinit. It should say 'Adding user1:'. Login as user2 and run keyinit. It should say 'Adding user2:'. The last 2 steps above will actually say 'Adding user1' and 'Updating user1'. While logged in as user1 run 'keyinfo' and 'keyinfo user1'. While logged in as user2 run 'keyinfo' and 'keyinfo user2'. One of the last 2 steps above will give different results. >Fix: diff -cr src.orig/usr.bin/keyinfo/keyinfo.pl src/usr.bin/keyinfo/keyinfo.pl *** src.orig/usr.bin/keyinfo/keyinfo.pl Thu Feb 11 11:37:23 1999 --- src/usr.bin/keyinfo/keyinfo.pl Thu Feb 11 09:06:06 1999 *************** *** 14,19 **** --- 14,23 ---- $user = $ARGV[0]; } else { $user = (getpwuid($<))[0]; + $luser = getlogin; + if ($< == getpwnam($luser)) { + $user = $luser; + } } while () { diff -cr src.orig/usr.bin/keyinit/skeyinit.c src/usr.bin/keyinit/skeyinit.c *** src.orig/usr.bin/keyinit/skeyinit.c Thu Feb 11 11:37:23 1999 --- src/usr.bin/keyinit/skeyinit.c Thu Feb 11 09:10:35 1999 *************** *** 42,49 **** gethostname(defaultseed,NAMELEN); strcpy(&defaultseed[NAMELEN],tbuf); ! pp = ppuser = getpwuid(getuid()); ! strcpy(me,pp->pw_name); defaultsetup = 1; if( argc > 1){ if(strcmp("-s", argv[1]) == 0) --- 42,54 ---- gethostname(defaultseed,NAMELEN); strcpy(&defaultseed[NAMELEN],tbuf); ! pp = getpwuid(getuid()); ! strcpy(me,getlogin()); ! ppuser = getpwnam(me); ! if (pp->pw_uid != ppuser->pw_uid) { ! ppuser = pp; ! strcpy(me,pp->pw_name); ! } defaultsetup = 1; if( argc > 1){ if(strcmp("-s", argv[1]) == 0) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 00:00:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09517 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 00:00:22 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09511; Thu, 11 Feb 1999 00:00:21 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA03131; Thu, 11 Feb 1999 00:00:20 -0800 (PST) (envelope-from msmith@FreeBSD.org) Date: Thu, 11 Feb 1999 00:00:20 -0800 (PST) Message-Id: <199902110800.AAA03131@freefall.freebsd.org> To: marcel@scc.nl, msmith@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/10015 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Linux emulator: sig 11 on process exit State-Changed-From-To: open->closed State-Changed-By: msmith State-Changed-When: Wed Feb 10 23:59:52 PST 1999 State-Changed-Why: Patch applied, happiness! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 02:30:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA25263 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 02:30:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA25209 for ; Thu, 11 Feb 1999 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA13480; Thu, 11 Feb 1999 02:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24854; Thu, 11 Feb 1999 02:24:25 -0800 (PST) (envelope-from nobody) Message-Id: <199902111024.CAA24854@hub.freebsd.org> Date: Thu, 11 Feb 1999 02:24:25 -0800 (PST) From: jarbo@infocentre.gva.es To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/10021: MOUNTING A EXT2FS A AFTER MOUNTING AN MSDOS FD PANICs THE KERNEL. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10021 >Category: kern >Synopsis: MOUNTING A EXT2FS A AFTER MOUNTING AN MSDOS FD PANICs THE KERNEL. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 02:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jose Luis Arbona >Release: 3.0-RELEASE >Organization: InfoCentre >Environment: P200MMX w/48MB RAM 2.6Gb HD VGA S3 GX W/4MB >Description: THE MSG IS: isa_dma_check: no physical page present. THE PANIC IS LOCATED IN THE FILE /sys/i3867isa/isa.c >How-To-Repeat: mount_ext2fs /dev/XXX /dir mount_msdos /dev/fd0 /fd >Fix: No. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 03:30:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00824 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 03:30:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00802 for ; Thu, 11 Feb 1999 03:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA18263; Thu, 11 Feb 1999 03:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mana.s.notwork.org (tok075.airnet.ne.jp [210.159.88.75]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA00204 for ; Thu, 11 Feb 1999 03:24:07 -0800 (PST) (envelope-from mrt) Received: (qmail 661 invoked from network); 11 Feb 1999 11:24:02 -0000 Received: from kotonoha.s.notwork.org (192.168.1.1) by mana.s.notwork.org with SMTP; 11 Feb 1999 11:24:02 -0000 Received: (from mrt@localhost) by kotonoha.s.notwork.org (8.9.2/3.7W) id UAA00936; Thu, 11 Feb 1999 20:24:29 +0900 (JST) Message-Id: <199902111124.UAA00936@kotonoha.s.notwork.org> Date: Thu, 11 Feb 1999 20:24:29 +0900 (JST) From: mrt@notwork.org Reply-To: mrt@notwork.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/10022: kernel cannot detect WinChips correctly. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10022 >Category: kern >Synopsis: kernel cannot detect WinChips correctly. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 03:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Murata Shuuichirou >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD kotonoha.s.notwork.org 4.0-CURRENT FreeBSD 4.0-CURRENT #6: Thu Feb 11 18:24:37 JST 1999 mrt@kotonoha.s.notwork.org:/usr/src/mrt/src/sys/compile/KOTONOHA i386 >Description: -current kernel cannot detect IDT's WinChips correctly. >How-To-Repeat: Replace your Pentium with a WinChip and boot FreeBSD. >Fix: According to data sheet, WinChips (C6 and 2) are almost compatible with Pentium and have no special features on our use. So all we have to do is to print the name and features correctly. Following patch is tested on WinChip C6. Index: identcpu.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/identcpu.c,v retrieving revision 1.58 diff -u -r1.58 identcpu.c --- identcpu.c 1999/02/04 16:48:25 1.58 +++ identcpu.c 1999/02/05 17:30:53 @@ -457,6 +457,17 @@ } } else if (strcmp(cpu_vendor,"IBM") == 0) strcpy(cpu_model, "Blue Lightning CPU"); + else if (strcmp(cpu_vendor,"CentaurHauls") == 0) { + strcpy(cpu_model, "IDT "); + switch (cpu_id & 0xff0) { + case 0x540: + strcat(cpu_model, "WinChip C6"); + break; + case 0x580: + strcat(cpu_model, "WinChip 2"); + break; + } + } #endif printf("%s (", cpu_model); @@ -508,7 +519,8 @@ if (strcmp(cpu_vendor, "GenuineIntel") == 0 || strcmp(cpu_vendor, "AuthenticAMD") == 0 || ((strcmp(cpu_vendor, "CyrixInstead") == 0) && - ((cpu_id & 0xf00) > 5))) { + ((cpu_id & 0xf00) > 5)) || + strcmp(cpu_vendor, "CentaurHauls") == 0) { printf(" Stepping=%u", cpu_id & 0xf); if (strcmp(cpu_vendor, "CyrixInstead") == 0) printf(" DIR=0x%04x", cyrix_did); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 05:00:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12328 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 05:00:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12285 for ; Thu, 11 Feb 1999 05:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA25692; Thu, 11 Feb 1999 05:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Berkeley.Gambit.Msk.SU (Berkeley.Gambit.Msk.SU [194.190.206.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA11813 for ; Thu, 11 Feb 1999 04:54:06 -0800 (PST) (envelope-from laskavy@Berkeley.Gambit.Msk.SU) Received: (from laskavy@localhost) by Berkeley.Gambit.Msk.SU (8.9.2/8.9.2) id PAA73020; Thu, 11 Feb 1999 15:53:49 +0300 (MSK) (envelope-from laskavy) Message-Id: <199902111253.PAA73020@Berkeley.Gambit.Msk.SU> Date: Thu, 11 Feb 1999 15:53:49 +0300 (MSK) From: óÅÒÇÅÊ ìÁÓËÁ×ÙÊ Reply-To: laskavy@Berkeley.Gambit.Msk.SU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/10024: etc/mtree/BSD.local.dist: lib/perl5 no longer needed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10024 >Category: conf >Synopsis: etc/mtree/BSD.local.dist: lib/perl5 no longer needed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 05:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: óÅÒÇÅÊ ìÁÓËÁ×ÙÊ >Release: FreeBSD 3.0-STABLE i386 >Organization: The FreeBSD Documentation Project >Environment: 3.0-STABLE as of Tue Feb 9 17:25:47 MSK 1999 etc/mtree/BSD.local.dist: $Id: BSD.local.dist,v 1.44 1998/12/18 08:06:34 asami Exp $ >Description: etc/mtree/BSD.local.dist lists /usr/local/lib/perl5 >How-To-Repeat: $ rmdir /usr/local/lib/perl5 $ cd /usr/ports/foo/bar && su root -c 'make install' >Fix: --- etc/mtree/BSD.local.dist.orig Fri Dec 18 11:06:34 1998 +++ etc/mtree/BSD.local.dist Thu Feb 11 15:48:13 1999 @@ -14,8 +14,6 @@ info .. lib - perl5 - .. .. libexec .. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 05:50:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17865 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 05:50:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17845 for ; Thu, 11 Feb 1999 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA31940; Thu, 11 Feb 1999 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from romberg.math.ntnu.no (romberg.math.ntnu.no [129.241.15.150]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA17624 for ; Thu, 11 Feb 1999 05:49:11 -0800 (PST) (envelope-from arnej@math.ntnu.no) Received: (qmail 10638 invoked from network); 11 Feb 1999 13:49:08 -0000 Received: from fimfpc19.math.ntnu.no (129.241.15.132) by romberg.math.ntnu.no with SMTP; 11 Feb 1999 13:49:08 -0000 Received: (from arnej@localhost) by fimfpc19.math.ntnu.no (8.9.2/8.8.4) id OAA51855; Thu, 11 Feb 1999 14:49:08 +0100 (CET) Message-Id: <199902111349.OAA51855@fimfpc19.math.ntnu.no> Date: Thu, 11 Feb 1999 14:49:08 +0100 (CET) From: arnej@math.ntnu.no Reply-To: arnej@math.ntnu.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/10027: kdump prints garbage when command name is too long Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10027 >Category: bin >Synopsis: kdump prints garbage when command name is too long >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 05:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Arne Henrik Juul >Release: FreeBSD 3.0-STABLE i386 >Organization: Norwegian University of Technology and Science >Environment: This looks like a bug that is present in all versions of kdump.c. >Description: When kdump writes the command name, it does not take care to only write the bytes that actually belong to that field, so it also writes the binary data in following fields until it hits a terminating zero somewhere. >How-To-Repeat: cd /tmp cp /bin/ls ls-with-a-very-long-name ktrace ./ls-with-a-very-long-name ls-with-a-very-long-name kdump [... typical result ...] 51810 ls-with-a-very-lnameÐÞÂ6Înb RET write 25/0x19 51810 ls-with-a-very-lnameÐÞÂ6bob CALL fchdir(0x3) 51810 ls-with-a-very-lnameÐÞÂ67ob RET fchdir 0 51810 ls-with-a-very-lnameÐÞÂ6ob CALL madvise(0x807f000,0x1000,0x5) 51810 ls-with-a-very-lnameÐÞÂ6×ob RET madvise 0 51810 ls-with-a-very-lnameÐÞÂ6tpb CALL exit(0) >Fix: Apply this patch: Index: kdump.c =================================================================== RCS file: /usr/cvs/src/usr.bin/kdump/kdump.c,v retrieving revision 1.11 diff -u -r1.11 kdump.c --- kdump.c 1997/07/16 06:49:49 1.11 +++ kdump.c 1999/02/05 13:18:55 @@ -211,7 +211,7 @@ type = unknown; } - (void)printf("%6d %-8s ", kth->ktr_pid, kth->ktr_comm); + (void)printf("%6d %-8.*s ", kth->ktr_pid, MAXCOMLEN, kth->ktr_comm); if (timestamp) { if (timestamp == 2) { temp = kth->ktr_time; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 06:50:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25805 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 06:50:08 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25781 for ; Thu, 11 Feb 1999 06:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA70782; Thu, 11 Feb 1999 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Feb 1999 06:50:02 -0800 (PST) Message-Id: <199902111450.GAA70782@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Dag-Erling Smorgrav Subject: Re: bin/10019: Bug in keyinfo and keyinit Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10019; it has been noted by GNATS. From: Dag-Erling Smorgrav To: Anto Prijosoesilo Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/10019: Bug in keyinfo and keyinit Date: 11 Feb 1999 15:41:55 +0100 Anto Prijosoesilo writes: > If a uid is shared by multiple login names keyinfo and keyinit will > default to the first name it finds that share the uid. You're not supposed to have multiple login names per UID. What do you expect to achieve by doing that, anyway? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 07:30:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02064 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 07:30:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01996 for ; Thu, 11 Feb 1999 07:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA75550; Thu, 11 Feb 1999 07:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01792; Thu, 11 Feb 1999 07:29:49 -0800 (PST) (envelope-from nobody) Message-Id: <199902111529.HAA01792@hub.freebsd.org> Date: Thu, 11 Feb 1999 07:29:49 -0800 (PST) From: david@inty.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/10028: TCP problem binding port - address already in use Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10028 >Category: kern >Synopsis: TCP problem binding port - address already in use >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 07:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: David Hedley >Release: 2.2.8 & 3.0 >Organization: Intelligent Network Technologies Ltd >Environment: FreeBSD inty.david.inty.net 3.0-RELEASE FreeBSD 3.0-RELEASE #2: Fri Jan 8 19:02:26 GMT 1999 david@brian.visint.co.uk:/usr/src/sys/compile/NEWINTY i386 >Description: I am developing a server program which listens on a port (8080 in this case) Often when the program exits (usually on a signal), the kernel does not 'unbind' the port (i.e. netstat -na shows the port still in LISTEN state). I can still make connections to the port, even though there is no process listening on it. Trying to run the server program again reports 'address already in use'. There is no way to clear this problem other than rebooting, which is unacceptable. The problem occurs with kernel versions 2.2.x and 3.0 >How-To-Repeat: >Fix: rebooting. :( >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 07:40:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03729 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 07:40:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03715 for ; Thu, 11 Feb 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA76636; Thu, 11 Feb 1999 07:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03174; Thu, 11 Feb 1999 07:37:46 -0800 (PST) (envelope-from nobody) Message-Id: <199902111537.HAA03174@hub.freebsd.org> Date: Thu, 11 Feb 1999 07:37:46 -0800 (PST) From: david@inty.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/10029: many vm_fault: pager read errors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10029 >Category: kern >Synopsis: many vm_fault: pager read errors >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 07:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: David Hedley >Release: 2.2.x and 3.0 >Organization: Intelligent Network Technologies Ltd >Environment: FreeBSD inty.david.inty.net 3.0-RELEASE FreeBSD 3.0-RELEASE #2: Fri Jan 8 19:02:26 GMT 1999 david@brian.visint.co.uk:/usr/src/sys/compile/NEWINTY i386 >Description: Quite often when a program I have written exits on a signal (usually INT), the kernel generates an endless stream of 'vm_fault: pager read error, pid ....' on the console. Doing a kill -9 on the process in question stops the error messages. This is definitely _not_ a hardware problem and occurs both with 2.2.5-8 and 3.0 kernels. >How-To-Repeat: >Fix: kill -9 on the problem process. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 08:00:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA05975 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 08:00:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA05920 for ; Thu, 11 Feb 1999 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA78763; Thu, 11 Feb 1999 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05155; Thu, 11 Feb 1999 07:52:15 -0800 (PST) (envelope-from nobody) Message-Id: <199902111552.HAA05155@hub.freebsd.org> Date: Thu, 11 Feb 1999 07:52:15 -0800 (PST) From: mystify@friley-184-92.res.iastate.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/10030: Kerberized telnet fails to encrypt when a hostname alias is used (patch included) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10030 >Category: bin >Synopsis: Kerberized telnet fails to encrypt when a hostname alias is used (patch included) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 08:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Patrick Hartling >Release: 4.0-current >Organization: ICEMT >Environment: FreeBSD friley-184-92.res.iastate.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Feb 10 10:53:07 CST 1999 mystify@friley-184-92.res.iastate.edu:/usr/src/sys/compile/xDOGBERT i386 >Description: If 'telnet -ax' is used with a hostname that is an alias for a machine's actual hostname, Kerberos encryption fails. This can happen when an alias cycles through several IP addresses. For example, isua.iastate.edu is an alias for isua[1-5].iastate.edu >How-To-Repeat: Do 'telnet -ax ' where is an alias. >Fix: The following patch fixes the problem: *** crypto/telnet/telnet/commands.c.orig Tue Feb 9 21:09:38 1999 --- crypto/telnet/telnet/commands.c Tue Feb 9 21:53:43 1999 *************** *** 2382,2387 **** --- 2382,2395 ---- memmove((caddr_t)&sin.sin_addr, host->h_addr, host->h_length); #endif /* defined(h_addr) */ strncpy(_hostname, host->h_name, sizeof(_hostname)); + + /* Ensure that we have the real hostname. */ + host = gethostbyaddr((char*) &sin.sin_addr, + sizeof(sin.sin_addr), AF_INET); + if ( host ) { + strncpy(_hostname, host->h_name, sizeof(_hostname)); + } + _hostname[sizeof(_hostname)-1] = '\0'; hostname = _hostname; } else { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 08:00:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA05977 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 08:00:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA05922 for ; Thu, 11 Feb 1999 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA78772; Thu, 11 Feb 1999 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05654 for ; Thu, 11 Feb 1999 07:57:36 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.1/8.9.1) id KAA17750; Thu, 11 Feb 1999 10:53:23 -0500 (EST) (envelope-from mi) Message-Id: <199902111553.KAA17750@misha.cisco.com> Date: Thu, 11 Feb 1999 10:53:23 -0500 (EST) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/10031: ypxfr does not work with Solaris master server(s) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10031 >Category: bin >Synopsis: ypxfr does not work with Solaris master server(s) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 08:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.0-RELEASE i386 >Organization: Virtual Estates, Inc. >Environment: The master server nis1, apparently, redirects requests to another (slave?) server nis2. Both of them run Solaris. >Description: Local, FreeBSD-3.0-RELEASE machine tries to ypxfr -p /var/yp -h nis1 -c -d mydomain I put debug messages into ypxfr, which is why it is a bit more verbose here: ypxfr: couldn't create udp handle to ypserv: RPC: Program not registered ypxfr: source was: nis2 <-- my message on ypxfr_misc.c:229 ypxfr: failed to get order number of passwd.byname from nis2: RPC failure talking to server <-- my modifiction of message on ypxfr_main.c:368 >How-To-Repeat: See the setup above >Fix: I think, this has to do with ypxfr not failing over properly to the SunOS compatable strategy, but I'm not sure... I wish, there was a switch to not even try the FreeBSD-specific algorithm... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 08:50:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11376 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 08:50:11 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11319 for ; Thu, 11 Feb 1999 08:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA83910; Thu, 11 Feb 1999 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Feb 1999 08:50:01 -0800 (PST) Message-Id: <199902111650.IAA83910@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: David Greenman Subject: Re: kern/10029: many vm_fault: pager read errors Reply-To: David Greenman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10029; it has been noted by GNATS. From: David Greenman To: david@inty.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10029: many vm_fault: pager read errors Date: Thu, 11 Feb 1999 08:45:35 -0800 >>Description: >Quite often when a program I have written exits on a signal (usually INT), >the kernel generates an endless stream of 'vm_fault: pager read error, pid ....' >on the console. Doing a kill -9 on the process in question stops the error >messages. This is definitely _not_ a hardware problem and occurs both with >2.2.5-8 and 3.0 kernels. Are you running the binaries over NFS? -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 08:50:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11378 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 08:50:12 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11332 for ; Thu, 11 Feb 1999 08:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA83916; Thu, 11 Feb 1999 08:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Feb 1999 08:50:02 -0800 (PST) Message-Id: <199902111650.IAA83916@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: David Hedley Subject: Re: kern/10029: many vm_fault: pager read errors Reply-To: David Hedley Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10029; it has been noted by GNATS. From: David Hedley To: David Greenman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10029: many vm_fault: pager read errors Date: Thu, 11 Feb 1999 16:49:19 +0000 (GMT) On Thu, 11 Feb 1999, David Greenman wrote: > >>Description: > >Quite often when a program I have written exits on a signal (usually INT), > >the kernel generates an endless stream of 'vm_fault: pager read error, pid ....' > >on the console. Doing a kill -9 on the process in question stops the error > >messages. This is definitely _not_ a hardware problem and occurs both with > >2.2.5-8 and 3.0 kernels. > > Are you running the binaries over NFS? > Yes, served from another FreeBSD machine. David -- Dr David Hedley,Inty Development,Bristol,UK,0117 9050500,http://www.inty.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 09:10:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13710 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 09:10:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13669 for ; Thu, 11 Feb 1999 09:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA85414; Thu, 11 Feb 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Feb 1999 09:10:01 -0800 (PST) Message-Id: <199902111710.JAA85414@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: David Greenman Subject: Re: kern/10028: TCP problem binding port - address already in use Reply-To: David Greenman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10028; it has been noted by GNATS. From: David Greenman To: david@inty.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10028: TCP problem binding port - address already in use Date: Thu, 11 Feb 1999 09:04:05 -0800 >>Description: >I am developing a server program which listens on a port (8080 in this case) >Often when the program exits (usually on a signal), the kernel does not >'unbind' the port (i.e. netstat -na shows the port still in LISTEN state). I >can still make connections to the port, even though there is no process >listening on it. Trying to run the server program again reports 'address >already in use'. There is no way to clear this problem other than rebooting, >which is unacceptable. > >The problem occurs with kernel versions 2.2.x and 3.0 Hmmm. I've never seen this before. Are you absolutely sure that there isn't another process with the socket open? -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 09:13:59 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14129 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 09:13:59 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14116; Thu, 11 Feb 1999 09:13:46 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA85915; Thu, 11 Feb 1999 09:13:46 -0800 (PST) (envelope-from jdp@FreeBSD.org) Date: Thu, 11 Feb 1999 09:13:46 -0800 (PST) Message-Id: <199902111713.JAA85915@freefall.freebsd.org> To: jdp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jdp@FreeBSD.ORG Subject: Re: gnu/9987 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wrong (for FreeBSD) ELF_DYNAMIC_INTERPRETER in binutils Responsible-Changed-From-To: freebsd-bugs->jdp Responsible-Changed-By: jdp Responsible-Changed-When: Thu Feb 11 09:12:45 PST 1999 Responsible-Changed-Why: I'll take a look at this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 09:14:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14236 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 09:14:30 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14202; Thu, 11 Feb 1999 09:14:24 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA86023; Thu, 11 Feb 1999 09:14:24 -0800 (PST) (envelope-from jdp@FreeBSD.org) Date: Thu, 11 Feb 1999 09:14:24 -0800 (PST) Message-Id: <199902111714.JAA86023@freefall.freebsd.org> To: jdp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jdp@FreeBSD.ORG Subject: Re: misc/10009 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dlopen will crash when opening some stripped shared libs Responsible-Changed-From-To: freebsd-bugs->jdp Responsible-Changed-By: jdp Responsible-Changed-When: Thu Feb 11 09:13:56 PST 1999 Responsible-Changed-Why: Thanks for the report. I'll take a look. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 09:21:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15038 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 09:21:22 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA15023 for ; Thu, 11 Feb 1999 09:21:14 -0800 (PST) (envelope-from wpaul@skynet.ctr.columbia.edu) Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.12/8.6.9) id MAA23424; Thu, 11 Feb 1999 12:27:57 -0500 From: Bill Paul Message-Id: <199902111727.MAA23424@skynet.ctr.columbia.edu> Subject: Re: bin/10031: ypxfr does not work with Solaris master server(s) To: mi@aldan.algebra.com Date: Thu, 11 Feb 1999 12:27:56 -0500 (EST) Cc: bugs@FreeBSD.ORG In-Reply-To: <199902111553.KAA17750@misha.cisco.com> from "Mikhail Teterin" at Feb 11, 99 10:53:23 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Of all the gin joints in all the towns in all the world, Mikhail Teterin had to walk into mine and say: > >Number: 10031 > >Category: bin > >Synopsis: ypxfr does not work with Solaris master server(s) No, ypxfr works fine with a Solaris master server. It's your NIS master server (or what you believe to be the master server) that's the problem. > > The master server nis1, apparently, redirects requests to another > (slave?) server nis2. No, the 'master' server is redirecting ypxfr to another server because of a problem with the maps. The fact that you put (slave?) in parentheses and with a question mark gives me the impression that you aren't even really sure how NIS is configured on your network. This could also be part of the problem. > Both of them run Solaris. _WHAT VERSION_ of Solaris. > >Description: > > Local, FreeBSD-3.0-RELEASE machine tries to > > ypxfr -p /var/yp -h nis1 -c -d mydomain > > I put debug messages into ypxfr, which is why it is a bit more > verbose here: > > ypxfr: couldn't create udp handle to ypserv: RPC: Program not registered > ypxfr: source was: nis2 <-- my message on ypxfr_misc.c:229 > ypxfr: failed to get order number of passwd.byname from nis2: > RPC failure talking to server <-- my modifiction of message > on ypxfr_main.c:368 The error messages clearly indicate that host "nis2" is not running ypserv. This is why I questioned your reasons for saying "(slave?)" before in reference to nis2. It also clearly indicates the real problem, and it has nothing to do with ypxfr. > >How-To-Repeat: > > See the setup above Wrong. The information you provide is not sufficient to duplicate the problem you describe. You have made the assumption that the Solaris server machines are configured correctly. The Solaris machines are not configured correctly (or at the very least are not configured the way you think they are). > >Fix: > > I think, this has to do with ypxfr not failing over properly to > the SunOS compatable strategy, but I'm not sure... I wish, there > was a switch to not even try the FreeBSD-specific algorithm... No, this has nothing at all to do with the FreeBSD-specific ypxfr protocol; if you look at the code closer, you'd see that the error happens before you even reach the part of the program that probes for the FreeBSD rpc.ypxfrd. The NIS maps contain the name of the NIS master host embedded within them: this information is placed in a special record with a key of YP_MASTER_NAME by the makedbm utility, and ypserv makes this information available via the YPPROC_MASTER procedure. The ypxfr program learns the name of the NIS master server either by reading the YP_MASTER_NAME record embedded in the local copies of the maps, or by calling the YPPROC_MASTER procedure on the specified source host (specified with -h). You specified nis1 as the source host, but the maps say that the master server is nis2. This can happen if: - The host "nis2" was the original NIS master server, and somebody tried to make "nis1" the new NIS master server by copying the map database files from nis2 to nis1. The map databases created on nis2 will still have nis2's hostname embedded in them, hence nis1 will tell anyone that asks that nis2 is still the master server. - The host identified as nis1 via DNS actually thinks that its hostname is nis2, and so the makedbm program is encoding the YP_MASTER_NAME records incorrectly (probably based on the output of /bin/hostname). - The host nis1 really isn't the master server. It could be that nis2 is actually the master and nis1 is a slave, but ypserv on nis2 has crashed and nobody has bothered to fix it yet. You mistook nis1 for the master, and when nis1 rightly tries to redirect ypxfr to nis2, ypxfr bombs because nis2 isn't running ypserv (maybe the ypserv processes encounted some runtime error and crashed; maybe somebody rebooted nis2 and didn't set things up correctly so that ypserv would be automatically restarted; maybe the DNS entry for nis2 is pointing a the wrong machine). If you don't believe me, run 'yppoll passwd.byname' from the FreeBSD host (assuming it's set up as a client as well as a server) and observe the results: it should say that the master server is nis1, and it should show you the last time the passwd.byname map was updated. Unless somebody corrects the error before you get a chance to do this, yppoll will actually show that nis2 is the master server, which wrong since nis2 is obviously not running ypserv (if it had been, you would not have gotten the 'RPC program not registered' error). -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" ============================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 09:22:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15218 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 09:22:38 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from o-o.org (o-o.org [207.252.201.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15200 for ; Thu, 11 Feb 1999 09:22:28 -0800 (PST) (envelope-from licia@o-o.org) Received: from localhost (licia@localhost [127.0.0.1]) by o-o.org (8.8.8/8.8.8) with ESMTP id LAA14609; Thu, 11 Feb 1999 11:22:31 -0600 (CST) (envelope-from licia@o-o.org) Date: Thu, 11 Feb 1999 11:22:30 -0600 (CST) From: Licia To: David Greenman cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10028: TCP problem binding port - address already in use In-Reply-To: <199902111710.JAA85414@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 11 Feb 1999, David Greenman wrote: > The following reply was made to PR kern/10028; it has been noted by GNATS. > > From: David Greenman > To: david@inty.net > Cc: freebsd-gnats-submit@FreeBSD.ORG > Subject: Re: kern/10028: TCP problem binding port - address already in use > Date: Thu, 11 Feb 1999 09:04:05 -0800 > > >>Description: > >I am developing a server program which listens on a port (8080 in this case) > >Often when the program exits (usually on a signal), the kernel does not > >'unbind' the port (i.e. netstat -na shows the port still in LISTEN state). I > >can still make connections to the port, even though there is no process > >listening on it. Trying to run the server program again reports 'address > >already in use'. There is no way to clear this problem other than rebooting, > >which is unacceptable. > > > >The problem occurs with kernel versions 2.2.x and 3.0 > > Hmmm. I've never seen this before. Are you absolutely sure that there isn't > another process with the socket open? > > -DG > > David Greenman > Co-founder/Principal Architect, The FreeBSD Project I've seen a problem like this before. It usually occurs when the server forks child processes to handle accepted connections and doesn't properly handle their termination. It can usually be cleared up by proper use of wait4(); in the parent process at regular intervals. something along the lines of : while(wait4(-1, &status,WNOHANG|WUNTRACED,NULL)>0); placed somewhere in the main loop of the parent and in the signal handlers should work if you're not interested in saving or checking the status of the child processes. Alternatively, he could simply wait a while longer until things time out and it all resets itself. :) [ licia@o-o.org ] [ http://www.o-o.org/~licia/ ] [ Alias : Ladywolf] [ Telnet to o-o.org and log in as bbs ] [ ssh -l bbs -C o-o.org ] [ A happy user of FreeBSD : http://www.freebsd.org/ ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 09:40:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17650 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 09:40:13 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17644 for ; Thu, 11 Feb 1999 09:40:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA22219; Thu, 11 Feb 1999 09:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Feb 1999 09:40:02 -0800 (PST) Message-Id: <199902111740.JAA22219@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Bill Fenner Subject: Re: kern/10028: TCP problem binding port - address already in use Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10028; it has been noted by GNATS. From: Bill Fenner To: david@inty.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10028: TCP problem binding port - address already in use Date: Thu, 11 Feb 1999 09:39:01 PST In message <199902111529.HAA01792@hub.freebsd.org>you write: >Often when the program exits (usually on a signal), the kernel does not >'unbind' the port (i.e. netstat -na shows the port still in LISTEN state). Have you tried using "lsof" from /usr/ports/sysutils/lsof to figure out what process is associated with the LISTEN socket? Could this server have spawned a child which still has the socket open? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 09:50:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19191 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 09:50:08 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19111 for ; Thu, 11 Feb 1999 09:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA44203; Thu, 11 Feb 1999 09:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Feb 1999 09:50:01 -0800 (PST) Message-Id: <199902111750.JAA44203@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: David Hedley Subject: Re: kern/10028: TCP problem binding port - address already in use Reply-To: David Hedley Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10028; it has been noted by GNATS. From: David Hedley To: Bill Fenner Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10028: TCP problem binding port - address already in use Date: Thu, 11 Feb 1999 17:49:30 +0000 (GMT) On Thu, 11 Feb 1999, Bill Fenner wrote: > In message <199902111529.HAA01792@hub.freebsd.org>you write: > >Often when the program exits (usually on a signal), the kernel does not > >'unbind' the port (i.e. netstat -na shows the port still in LISTEN state). > > Have you tried using "lsof" from /usr/ports/sysutils/lsof to figure out > what process is associated with the LISTEN socket? Could this server have > spawned a child which still has the socket open? > On further investigation it looks more like some interaction with 'routed'. It seems that when the problem happens, there are connections to port 8080 held in 'CLOSE_WAIT', and this is causing the kernel to not unbind the port. However, if I kill 'routed' (which is running), then the CLOSE_WAIT connections disappear and the port is no longer bound to anything. This is particularly strange in that the routing table is identical before and after 'routed' is killed. David -- Dr David Hedley,Inty Development,Bristol,UK,0117 9050500,http://www.inty.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 10:11:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22827 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 10:11:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22822 for ; Thu, 11 Feb 1999 10:11:03 -0800 (PST) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.9.2/8.9.2) id MAA17125; Thu, 11 Feb 1999 12:10:41 -0600 (CST) From: Kevin Day Message-Id: <199902111810.MAA17125@home.dragondata.com> Subject: Re: kern/10029: many vm_fault: pager read errors In-Reply-To: <199902111650.IAA83910@freefall.freebsd.org> from David Greenman at "Feb 11, 1999 8:50: 1 am" To: dg@root.com Date: Thu, 11 Feb 1999 12:10:40 -0600 (CST) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The following reply was made to PR kern/10029; it has been noted by GNATS. > > From: David Greenman > To: david@inty.net > Cc: freebsd-gnats-submit@FreeBSD.ORG > Subject: Re: kern/10029: many vm_fault: pager read errors > Date: Thu, 11 Feb 1999 08:45:35 -0800 > > >>Description: > >Quite often when a program I have written exits on a signal (usually INT), > >the kernel generates an endless stream of 'vm_fault: pager read error, pid ....' > >on the console. Doing a kill -9 on the process in question stops the error > >messages. This is definitely _not_ a hardware problem and occurs both with > >2.2.5-8 and 3.0 kernels. > > Are you running the binaries over NFS? > > -DG I'm running 2.2.8 NFS clients and see this quite a bit. It also seems to be a 'spiral of death' problem if you don't stop it somewhat quickly. The longer this is going on, the more processes start joining in. I will usually see one process segfault, then a different one start complaining in vm_fault. Feb 4 17:17:13 /kernel: pid 20141 (eggdrop), uid 1072: exited on signal 11 Feb 4 17:17:15 /kernel: vm_fault: pager input (probably hardware) error, PID 16937 failure Feb 4 17:19:55 last message repeated 20 times Feb 4 17:19:56 last message repeated 71475 times Feb 4 17:19:59 last message repeated 526470 times Feb 4 17:20:55 last message repeated 496355 times Feb 4 17:21:29 /kernel: pid 28826 (eggdrop), uid 1169: exited on signal 11 Feb 4 17:21:40 /kernel: vm_fault: pager input (probably hardware) error, PID 22993 failure Feb 4 17:21:40 /kernel: vm_fault: pager input (probably hardware) error, PID 17975 failure Feb 4 17:21:40 /kernel: vm_fault: pager input (probably hardware) error, PID 1988 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 546 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 1990 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 8000 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 1428 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 17975 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 1988 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 546 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 1990 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 8000 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 17975 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 1988 failure Feb 4 17:21:41 /kernel: vm_fault: pager input (probably hardware) error, PID 546 failure Feb 4 17:21:42 /kernel: vm_fault: pager in Feb 4 17:21:42 /kernel: ID 1429 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 17975 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 13416 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 13416 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 15198 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 1428 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 1579 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 7675 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 21174 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 15198 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 1579 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 7675 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 21174 failure Feb 4 17:21:42 /kernel: vm_fault: pager input (probably hardware) error, PID 1579 failure (many many pages snipped) Feb 4 17:31:05 shell1 inetd[13022]: telnet/tcp: root: No such user Feb 4 17:31:58 shell1 inetd[13034]: ftp/tcp: root: No such user Feb 4 17:31:10 shell1 inetd[13079]: ftp/tcp: root: No such user then: panic: kmem_malloc: kmem_map too small Is this any help? Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 10:16:35 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24017 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 10:16:35 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24008 for ; Thu, 11 Feb 1999 10:16:29 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.1/8.9.1) id NAA18222; Thu, 11 Feb 1999 13:11:37 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <199902111811.NAA18222@misha.cisco.com> Subject: Re: bin/10031: ypxfr does not work with Solaris master server(s) In-Reply-To: <199902111727.MAA23424@skynet.ctr.columbia.edu> from Bill Paul at "Feb 11, 1999 12:27:56 pm" To: wpaul@skynet.ctr.columbia.edu (Bill Paul) Date: Thu, 11 Feb 1999 13:11:37 -0500 (EST) Cc: bugs@FreeBSD.ORG Reply-To: mi@aldan.algebra.com X-Mailer: ELM [version 2.4ME+ PL52 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > >Category: bin > > >Synopsis: ypxfr does not work with Solaris master server(s) > > No, ypxfr works fine with a Solaris master server. It's your NIS > master server (or what you believe to be the master server) that's the > problem. That's quite possible, actually. The reason I started to bother was because yp-related lookups are very slow and fail on occasion here. > > The master server nis1, apparently, redirects requests to another > > (slave?) server nis2. > > No, the 'master' server is redirecting ypxfr to another server because of > a problem with the maps. > > The fact that you put (slave?) in parentheses and with a question mark > gives me the impression that you aren't even really sure how NIS is > configured on your network. This could also be part of the problem. Absolutely! > > Both of them run Solaris. > _WHAT VERSION_ of Solaris. Good question. I do not have a login account there... > > ypxfr: couldn't create udp handle to ypserv: RPC: Program not registered > > ypxfr: source was: nis2 <-- my message on ypxfr_misc.c:229 > > ypxfr: failed to get order number of passwd.byname from nis2: > > RPC failure talking to server <-- my modifiction of message > > on ypxfr_main.c:368 > The error messages clearly indicate that host "nis2" is not running ypserv. > This is why I questioned your reasons for saying "(slave?)" before in > reference to nis2. It also clearly indicates the real problem, and it > has nothing to do with ypxfr. Perhaps. All I know, is that `ypwich' return nis1, but ypxfr -h nis1 talks to nis2. May be, it is nis1's fault for redirecting to non-functional nis2, I don't know. All I know is that ypbind works, but is slow on occasition and I wanted to run a local slave server. > Wrong. The information you provide is not sufficient to duplicate the > problem you describe. You have made the assumption that the Solaris > server machines are configured correctly. The Solaris machines are not > configured correctly (or at the very least are not configured the way > you think they are). Please, don't be angry. Before filing the pr I asked for help on questions and received only one, erroneous, suggestion... > > >Fix: > > > > I think, this has to do with ypxfr not failing over properly to > > the SunOS compatable strategy, but I'm not sure... I wish, there > > was a switch to not even try the FreeBSD-specific algorithm... > No, this has nothing at all to do with the FreeBSD-specific ypxfr Ok, it was just a guess... > You specified nis1 as the source host, but the maps say that the master > server is nis2. This can happen if: [...] > If you don't believe me, run 'yppoll passwd.byname' from the FreeBSD Well, not that I do not believe you, but yppoll does not work: # yppoll passwd yppoll: no such map passwd. Reason: YP server error ypcat does, however: # ypcat passwd | wc -l 8888 Any chance of getting the initial databases from one of the funcitonal slaves? Thanks for your help! I guess, the pr can be closed... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 10:18:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23724 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 10:14:16 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from implode.root.com (root.com [208.221.12.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23711 for ; Thu, 11 Feb 1999 10:14:11 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id KAA01018; Thu, 11 Feb 1999 10:13:16 -0800 (PST) Message-Id: <199902111813.KAA01018@implode.root.com> To: Bill Fenner cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10028: TCP problem binding port - address already in use In-reply-to: Your message of "Thu, 11 Feb 1999 09:40:02 PST." <199902111740.JAA22219@freefall.freebsd.org> From: David Greenman Reply-To: dg@root.com Date: Thu, 11 Feb 1999 10:13:15 -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >The following reply was made to PR kern/10028; it has been noted by GNATS. > >From: Bill Fenner >To: david@inty.net >Cc: freebsd-gnats-submit@FreeBSD.ORG >Subject: Re: kern/10028: TCP problem binding port - address already in use >Date: Thu, 11 Feb 1999 09:39:01 PST > > In message <199902111529.HAA01792@hub.freebsd.org>you write: > >Often when the program exits (usually on a signal), the kernel does not > >'unbind' the port (i.e. netstat -na shows the port still in LISTEN state). > > Have you tried using "lsof" from /usr/ports/sysutils/lsof to figure out > what process is associated with the LISTEN socket? Could this server have > spawned a child which still has the socket open? He indicated to me in other email that killing routed fixed the problem. Prior to killing routed, fstat showed this: root routed 1999 0 / 7696 crw-rw-rw- null rw root routed 1999 1 / 7696 crw-rw-rw- null rw root routed 1999 2 / 7696 crw-rw-rw- null rw root routed 1999 3* route raw 0 f363fc80 root routed 1999 4* internet stream tcp f3743cc0 root routed 1999 5* internet stream tcp f3743de0 root routed 1999 6* internet stream tcp f3743f00 root routed 1999 7* internet stream tcp f37434e0 root routed 1999 8* pipe f394b980 <-> 0 0 rw root routed 1999 9* internet raw icmp f38c5ea0 root routed 1999 10* internet stream tcp f3742600 root routed 1999 11* internet stream tcp f3742cc0 root routed 1999 12* internet stream tcp f3742060 root routed 1999 13* internet stream tcp root routed 1999 14* internet stream tcp root routed 1999 15* internet dgram udp f36e0ba0 root routed 1999 16* local dgram f3950e00 <-> f3950fc0 ...which looks VERY bizzare to me, perhaps indicating some sort of memory corruption. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 10:41:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27099 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 10:41:23 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA27084 for ; Thu, 11 Feb 1999 10:41:17 -0800 (PST) (envelope-from wpaul@skynet.ctr.columbia.edu) Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.12/8.6.9) id NAA23584; Thu, 11 Feb 1999 13:47:53 -0500 From: Bill Paul Message-Id: <199902111847.NAA23584@skynet.ctr.columbia.edu> Subject: Re: bin/10031: ypxfr does not work with Solaris master server(s) To: mi@aldan.algebra.com Date: Thu, 11 Feb 1999 13:47:51 -0500 (EST) Cc: bugs@FreeBSD.ORG In-Reply-To: <199902111811.NAA18222@misha.cisco.com> from "Mikhail Teterin" at Feb 11, 99 01:11:37 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Of all the gin joints in all the towns in all the world, Mikhail Teterin had to walk into mine and say: > > > >Category: bin > > > >Synopsis: ypxfr does not work with Solaris master server(s) > > > > No, ypxfr works fine with a Solaris master server. It's your NIS > > master server (or what you believe to be the master server) that's the > > problem. > > That's quite possible, actually. The reason I started to bother was > because yp-related lookups are very slow and fail on occasion here. Oh no you don't. You have other problems, file a new PR. None of this "while I've got your ear stuff." > > The fact that you put (slave?) in parentheses and with a question mark > > gives me the impression that you aren't even really sure how NIS is > > configured on your network. This could also be part of the problem. > > Absolutely! > > > > Both of them run Solaris. > > > _WHAT VERSION_ of Solaris. > > Good question. I do not have a login account there... Arrrrghhh... Well find out. It will probably enlighten the both of us. > > > ypxfr: couldn't create udp handle to ypserv: RPC: Program not registered > > > ypxfr: source was: nis2 <-- my message on ypxfr_misc.c:229 > > > ypxfr: failed to get order number of passwd.byname from nis2: > > > RPC failure talking to server <-- my modifiction of message > > > on ypxfr_main.c:368 > > > The error messages clearly indicate that host "nis2" is not running ypserv. > > This is why I questioned your reasons for saying "(slave?)" before in > > reference to nis2. It also clearly indicates the real problem, and it > > has nothing to do with ypxfr. > > Perhaps. All I know, is that `ypwich' return nis1, but ypxfr -h nis1 talks > to nis2. May be, it is nis1's fault for redirecting to non-functional nis2, > I don't know. Grrr! Read the ypwhich man page. If you want to make it tell you the master server name for a given map, you have to use the -m flag. If you just type 'ypwhich' without any arguments, it tells you the name of the server that the client is currently bound to; this is _not_ _necessarily_ the master server! > > You specified nis1 as the source host, but the maps say that the master > > server is nis2. This can happen if: > > [...] > > > If you don't believe me, run 'yppoll passwd.byname' from the FreeBSD > > Well, not that I do not believe you, but yppoll does not work: > # yppoll passwd > yppoll: no such map passwd. Reason: YP server error GRRRR!!! You did not follow my instructions! This is what I said: If you don't believe me, run 'yppoll passwd.byname' from the FreeBSD -------------------- Here's what you typed: # yppoll passwd ------------- Are these the same thing? No! Go back and do it again! > Any chance of getting the initial databases from one of the funcitonal > slaves? The whole point of this excersize is that the slave servers obtain map updates from the master. If the master is not running, or if the maps are being built with the wrong master name in them, then the master/slave update mechanism won't work. You're supposed to _fix_ this, not invent new and exciting ways to ignore it! March immediately over to your Solaris admin and either pump him for the appropriate information of get him to fix nis2. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" ============================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 11:02:35 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00353 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 11:02:35 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA00343 for ; Thu, 11 Feb 1999 11:02:32 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.1/8.9.1) id NAA18336; Thu, 11 Feb 1999 13:57:42 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <199902111857.NAA18336@misha.cisco.com> Subject: Re: bin/10031: ypxfr does not work with Solaris master server(s) In-Reply-To: <199902111847.NAA23584@skynet.ctr.columbia.edu> from Bill Paul at "Feb 11, 1999 01:47:51 pm" To: wpaul@skynet.ctr.columbia.edu (Bill Paul) Date: Thu, 11 Feb 1999 13:56:26 -0500 (EST) Cc: bugs@FreeBSD.ORG Reply-To: mi@aldan.algebra.com X-Mailer: ELM [version 2.4ME+ PL52 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Paul wrote: > > That's quite possible, actually. The reason I started to bother was > > because yp-related lookups are very slow and fail on occasion here. > > Oh no you don't. You have other problems, file a new PR. None of this > "while I've got your ear stuff." "No I don't" what? Please, speak slower, English is not my native language... > > Good question. I do not have a login account there... > > Arrrrghhh... Well find out. It will probably enlighten the both of us. Judging by the login prompt: they both are SunOS 5.6... > Grrr! Read the ypwhich man page ... Yeap, you are right, `ypwhich -m' says the nis2 is the master for all of the databases. > > Well, not that I do not believe you, but yppoll does not work: > > # yppoll passwd > > yppoll: no such map passwd. Reason: YP server error > > GRRRR!!! You did not follow my instructions! This is what I said: I did, I did, calm down. The response was the same, and I only quoted one. > If you don't believe me, run 'yppoll passwd.byname' from the FreeBSD [...] -------------------- > Are these the same thing? No! Go back and do it again! % yppoll passwd.byname yppoll: no such map passwd.byname. Reason: YP server error > > Any chance of getting the initial databases from one of the funcitonal > > slaves? > > The whole point of this excersize is that the slave servers obtain > map updates from the master. If the master is not running, or if the > maps are being built with the wrong master name in them, then the > master/slave update mechanism won't work. You're supposed to _fix_ > this, not invent new and exciting ways to ignore it! March immediately > over to your Solaris admin and either pump him for the appropriate > information of get him to fix nis2. I understand. However, the admin's response is "we do not support FreeBSD". -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 11:33:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05020 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 11:33:41 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA05006 for ; Thu, 11 Feb 1999 11:33:37 -0800 (PST) (envelope-from wpaul@skynet.ctr.columbia.edu) Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.12/8.6.9) id OAA23718; Thu, 11 Feb 1999 14:40:28 -0500 From: Bill Paul Message-Id: <199902111940.OAA23718@skynet.ctr.columbia.edu> Subject: Re: bin/10031: ypxfr does not work with Solaris master server(s) To: mi@aldan.algebra.com Date: Thu, 11 Feb 1999 14:40:26 -0500 (EST) Cc: bugs@FreeBSD.ORG In-Reply-To: <199902111857.NAA18336@misha.cisco.com> from "Mikhail Teterin" at Feb 11, 99 01:56:26 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Of all the gin joints in all the towns in all the world, Mikhail Teterin had to walk into mine and say: > % yppoll passwd.byname > yppoll: no such map passwd.byname. Reason: YP server error You're not even running NIS, are you. You're running NIS+ with one of the servers in NIS compat mode. That's in, isn't it. Do an rpcinfo -p nis1 and rpcinfo -p nis2 and look at the results. It has entries for the NIS+ service, doesn't it. You can't do NIS map transfers from an NIS+ server running in compat mode. This is because you don't have maps in NIS+, you have tables, and updates between master and replica NIS+ servers don't work anything like master/slave transfers between NIS servers. > I understand. However, the admin's response is "we do not support FreeBSD". This isn't a question of supporting FreeBSD. If he had simply told you that they were using NIS+ instead of NIS, you would have known long ago what was going on and wouldn't have had to run around asking all these questions and filing unnecessary PRs. FreeBSD will work fine as a client to an NIS+ server in compat mode. If you're having trouble with slow lookups, the problem is most likely network connectivity or server performance issue. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" ============================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 12:00:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08843 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 12:00:16 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08789 for ; Thu, 11 Feb 1999 12:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA98227; Thu, 11 Feb 1999 12:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Feb 1999 12:00:01 -0800 (PST) Message-Id: <199902112000.MAA98227@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Kevin Day Subject: Re: kern/10022: kernel cannot detect WinChips correctly. Reply-To: Kevin Day Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10022; it has been noted by GNATS. From: Kevin Day To: mrt@notwork.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/10022: kernel cannot detect WinChips correctly. Date: Thu, 11 Feb 1999 13:52:21 -0600 (CST) Completely unrelated to this, but i just saw this line... Isn't this a bug? > @@ -508,7 +519,8 @@ > if (strcmp(cpu_vendor, "GenuineIntel") == 0 || > strcmp(cpu_vendor, "AuthenticAMD") == 0 || > ((strcmp(cpu_vendor, "CyrixInstead") == 0) && > ((cpu_id & 0xf00) > 5))) { > printf(" Stepping=%u", cpu_id & 0xf); > if (strcmp(cpu_vendor, "CyrixInstead") == 0) > printf(" DIR=0x%04x", cyrix_did); Shouldn't that be: ((cpu_id & 0xf00) > 0x500))) { Or really anything but what is there? Or am I still asleep today? Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 12:09:31 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09943 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 12:09:31 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09934 for ; Thu, 11 Feb 1999 12:09:25 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.1/8.9.1) id PAA18535; Thu, 11 Feb 1999 15:04:34 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <199902112004.PAA18535@misha.cisco.com> Subject: Re: bin/10031: ypxfr does not work with Solaris master server(s) In-Reply-To: <199902111940.OAA23718@skynet.ctr.columbia.edu> from Bill Paul at "Feb 11, 1999 02:40:26 pm" To: wpaul@skynet.ctr.columbia.edu (Bill Paul) Date: Thu, 11 Feb 1999 15:04:33 -0500 (EST) Cc: bugs@FreeBSD.ORG Reply-To: mi@aldan.algebra.com X-Mailer: ELM [version 2.4ME+ PL52 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > % yppoll passwd.byname > > yppoll: no such map passwd.byname. Reason: YP server error > > You're not even running NIS, are you. You're running NIS+ with one of > the servers in NIS compat mode. That's in, isn't it. Do an rpcinfo -p > nis1 and rpcinfo -p nis2 and look at the results. It has entries for > the NIS+ service, doesn't it. Can't tell, here: % rpcinfo -p nis1 | grep nis 100300 3 udp 912 nisd 100300 3 tcp 913 nisd % rpcinfo -p nis1 | grep yp 100004 2 udp 912 ypserv 100004 2 tcp 913 ypserv 100004 1 udp 912 ypserv 100004 1 tcp 913 ypserv % rpcinfo -p nis2 | grep nis 100300 3 udp 32776 nisd 100300 3 tcp 32772 nisd 100303 1 tcp 32783 nispasswd % rpcinfo -p nis2 | grep yp | wc 0 0 0 I guess, you are right. The apparent slave (nis1) runs in NIS-compat mode (has ypserv), but the master (nis2) does not (only nisd entries)? > You can't do NIS map transfers from an NIS+ server running in compat > mode. This is because you don't have maps in NIS+, you have tables, > and updates between master and replica NIS+ servers don't work > anything like master/slave transfers between NIS servers. > > However, the admin's response is "we do not support FreeBSD". > This isn't a question of supporting FreeBSD. If he had simply told you [...] I know. However, I have to answer which OS I'm running, and once they hear it is FreeBSD, the progress stops... > FreeBSD will work fine as a client to an NIS+ server in compat mode. So, can I cook something up using ypcat (to fetch all the databases) and yp_mkdb and pretend to my local clients I am a master? And re-run this script at night? Thank you, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 12:40:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13956 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 12:40:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13896 for ; Thu, 11 Feb 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA00790; Thu, 11 Feb 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13676; Thu, 11 Feb 1999 12:38:16 -0800 (PST) (envelope-from nobody) Message-Id: <199902112038.MAA13676@hub.freebsd.org> Date: Thu, 11 Feb 1999 12:38:16 -0800 (PST) From: philip@eilio.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/10035: 3.0-STABLE, rc.shutdown is still ignored. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10035 >Category: bin >Synopsis: 3.0-STABLE, rc.shutdown is still ignored. >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 12:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Philip Hallstrom >Release: 3.0-19990209-STABLE >Organization: >Environment: FreeBSD burlap.eilio.com 3.0-19990209-STABLE FreeBSD 3.0-19990209-STABLE #1: Tue Feb 9 23:55:45 PST 1999 root@burlap.eilio.com:/usr/src/sys/compile/BURLAP i386 >Description: When I do "shutdown -r now", rc.shutdown does not get run -- even though the man page says it will. >How-To-Repeat: Put "echo foo" in rc.shutdown, and then do a "shutdown -r now" >Fix: I wouldn't even begin to guess :) I do have a suggestion though. Why not add "local_shutdown" (similar to local_startup) to rc.conf, then add: ----------------------------------------------------------------------- # If there is a global system configuration file, suck it in. # if [ -f /etc/rc.conf ]; then . /etc/rc.conf fi # for each valid dir in $local_shutdown, search for init scripts matching *.sh if [ "X${local_shutdown}" != X"NO" ]; then echo -n 'Local package de-initialization:' for dir in ${local_shutdown}; do [ -d ${dir} ] && for script in ${dir}/*.sh; do [ -x ${script} ] && \ (trap 'exit 1' 2 ; ${script} stop ; echo -n) done done echo . fi --------------------------------------------------------------------------- to rc.shutdown. This way, we don't have to edit rc.shutdown (which to me is like editing rc), but we still get all the cool features :) (And yes, I come from a Solaris background so I am used to all the rc.d dirs -- whether that's a good thing or not... I know I'm not going back :) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 13:40:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21695 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 13:40:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21646 for ; Thu, 11 Feb 1999 13:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA03929; Thu, 11 Feb 1999 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21119; Thu, 11 Feb 1999 13:35:32 -0800 (PST) (envelope-from nobody) Message-Id: <199902112135.NAA21119@hub.freebsd.org> Date: Thu, 11 Feb 1999 13:35:32 -0800 (PST) From: kaiserppo@erols.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/10037: Security Hole -- Easy way to get users passwords Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10037 >Category: i386 >Synopsis: Security Hole -- Easy way to get users passwords >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 13:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ben Howard >Release: 2.2.6 i386 >Organization: >Environment: FreeBSD rasputin.net 2.2.6 RELEASE FreeBSD 2.2.6-RELEASE #5 Wed Feb 3,19:15:05 GMT 1999 toor@rasputin.net:/usr/src/sys/compile/RASPUTIN i386 >Description: Simple- a superuser can run cat on the /dev/ttyvX (X being the virtual terminal number), when a user enters in there password, the superuser can see the password. >How-To-Repeat: Log on as a superuser type: cat /dev/ttyvX then flop over to that terminal log on go back to the terminal where you logged on as superuser notice the lovely password that you know have. >Fix: No know fix. But it is illegal for buisnesses, schools, etc. to archive password of their users. This also works for network logons. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 14:20:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26885 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 14:20:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26872 for ; Thu, 11 Feb 1999 14:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA07142; Thu, 11 Feb 1999 14:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Feb 1999 14:20:01 -0800 (PST) Message-Id: <199902112220.OAA07142@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Bill Fumerola Subject: Re: i386/10037: Security Hole -- Easy way to get users passwords Reply-To: Bill Fumerola Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/10037; it has been noted by GNATS. From: Bill Fumerola To: kaiserppo@erols.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/10037: Security Hole -- Easy way to get users passwords Date: Thu, 11 Feb 1999 17:20:40 -0500 (EST) On Thu, 11 Feb 1999 kaiserppo@erols.com wrote: > >Description: > Simple- a superuser can run cat on the /dev/ttyvX (X being the virtual > terminal number), when a user enters in there password, the superuser > can see the password. This is not a bug. The password has to be read somehow. > >Fix: > No know fix. But it is illegal for buisnesses, schools, etc. to archive > password of their users. This also works for network logons. Since when? - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 14:30:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28264 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 14:30:11 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28242 for ; Thu, 11 Feb 1999 14:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA07570; Thu, 11 Feb 1999 14:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ensta.ensta.fr (ensta.ensta.fr [147.250.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26914 for ; Thu, 11 Feb 1999 14:20:10 -0800 (PST) (envelope-from loyer@quickstep.ensta.fr) Received: from quickstep.ensta.fr (quickstep.ensta.fr [147.250.61.100]) by ensta.ensta.fr (8.8.5/8.8.5) with ESMTP id XAA09408 for ; Thu, 11 Feb 1999 23:19:43 +0100 (MET) Received: (from loyer@localhost) by quickstep.ensta.fr (8.9.1/8.8.5) id XAA01493; Thu, 11 Feb 1999 23:19:44 +0100 (CET) Message-Id: <199902112219.XAA01493@quickstep.ensta.fr> Date: Thu, 11 Feb 1999 23:19:44 +0100 (CET) From: Frederic LOYER Reply-To: loyer@ensta.fr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/10039: Binaries from a "fixit" CD can't find ld-elf.so.1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10039 >Category: bin >Synopsis: Binaries from a "fixit" CD can't find ld-elf.so.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 14:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Frederic LOYER >Release: FreeBSD 3.0-RELEASE i386 >Organization: ENSTA >Environment: FreeBSD 3.0 RELEASE, booted from the boot floppy. >Description: When booting from the "boot" floppy and mounting the CD-live as a "fixit" CD-ROM, we can't launch executables which use the ld-elf.so.1 loader. >How-To-Repeat: 1) Boot from the "boot" floppy, 2) Select the Fixit / CDROM options 3) try a command from /mnt2/usr/ ( chroot for exemple ) >Fix: The symlink /usr/libexec/ld.so -> /mnt2/usr/libexec/ld.so should be replaced by /usr/libexec/ld-elf.so.1 -> /mnt2/usr/libexec/ld-elf.so.1 (This link is created from release/sysinstall/install.c) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 18:30:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00195 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 18:30:11 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA29966 for ; Thu, 11 Feb 1999 18:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA21740; Thu, 11 Feb 1999 18:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from holly.dyndns.org ([208.169.163.124]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA29259 for ; Thu, 11 Feb 1999 18:24:58 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: (from chris@localhost) by holly.dyndns.org (8.9.2+chrismods/8.9.1) id UAA06074; Thu, 11 Feb 1999 20:25:11 -0600 (CST) (envelope-from chris) Message-Id: <199902120225.UAA06074@holly.dyndns.org> Date: Thu, 11 Feb 1999 20:25:11 -0600 (CST) From: Chris Costello Reply-To: phoenix@calldei.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/10042: Horrible wording in fetch(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10042 >Category: bin >Synopsis: Horrible wording in fetch(1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 18:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 3.0-STABLE i386 >Organization: >Environment: FreeBSD 3.0-STABLE cvsupped around January 29, 1999. >Description: horrible, horrible wording in fetch(1): [chris@holly chris] $ fetch -l file:/usr/foo/bar/baz fetch: non-unexistent: No such file or directory >How-To-Repeat: run fetch -l file:/path/to/something/that/doesnt/exist >Fix: A patch follows: --- file.c.orig Thu Feb 11 20:21:48 1999 +++ file.c Thu Feb 11 20:21:54 1999 @@ -109,7 +109,7 @@ if (fs->fs_linkfile) { fs->fs_status = "checking path"; if (stat(fs->fs_proto, &sb) == -1) { - warn("non-unexistent"); + warn("nonexistent"); return EX_NOINPUT; } fs->fs_status = "symlink"; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 19:40:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10956 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 19:40:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10901 for ; Thu, 11 Feb 1999 19:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27060; Thu, 11 Feb 1999 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 11 Feb 1999 19:40:01 -0800 (PST) Message-Id: <199902120340.TAA27060@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Anto Prijosoesilo Subject: Re: [Re: bin/10019: Bug in keyinfo and keyinit] Reply-To: Anto Prijosoesilo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10019; it has been noted by GNATS. From: Anto Prijosoesilo To: des@flood.ping.uio.no Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: [Re: bin/10019: Bug in keyinfo and keyinit] Date: 12 Feb 99 10:04:47 ICT des@flood.ping.uio.no wrote: > Anto Prijosoesilo writes: > > If a uid is shared by multiple login names keyinfo and keyinit will > > default to the first name it finds that share the uid. > > You're not supposed to have multiple login names per UID. What do you > expect to achieve by doing that, anyway? FreeBSD is setup with one. uid("root") == uid("toor"). In my case, I need to allow several people to access a role account and I don't want them to share the same password. In any case, I figured that since s/key is name based, not uid based, the checks done by keyinfo/keyinit are supposed to follow that. Cheers, Anto. ____________________________________________________________________ More than just email--Get your FREE Netscape WebMail account today at http://home.netscape.com/netcenter/mail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 11 22:30:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27326 for freebsd-bugs-outgoing; Thu, 11 Feb 1999 22:30:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA27308 for ; Thu, 11 Feb 1999 22:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA37548; Thu, 11 Feb 1999 22:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26696 for ; Thu, 11 Feb 1999 22:22:24 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from salomon.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id HAA13168 for ; Fri, 12 Feb 1999 07:22:10 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [146.180.31.23]) by salomon.siemens.de (8.9.3/8.9.3) with ESMTP id HAA13374 for ; Fri, 12 Feb 1999 07:22:10 +0100 (MET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id HAA19630 for ; Fri, 12 Feb 1999 07:22:11 +0100 (CET) Message-Id: <199902120622.HAA01204@internal> Date: Fri, 12 Feb 1999 07:22:07 +0100 (CET) From: Andre Albsmeier To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/10044: amd in 3.1-BETA fails on ufs (Fix included) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10044 >Category: bin >Synopsis: amd in 3.1-BETA fails on ufs (Fix included) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 11 22:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 3.1-BETA i386 >Organization: >Environment: FreeBSD 3.1-BETA, I assume -current also >Description: amd on 3.1-BETA fails to mount an ufs. This is because ufs_args_t defaults to u_int if it hasn't been redefined in config.h. However, this definition has been forgotten. We also have to change the location from where ufs_mount.h is included. Below is a patch which corrects this problem. Please review it in case I have forgotten other things since I am no amd expert :-). I assume the same problem appears in -current but I haven't looked yet. >How-To-Repeat: Try to mount an ufs with amd on 3.1. >Fix: --- usr.sbin/amd/include/config.h.ORI Fri Feb 12 06:57:54 1999 +++ usr.sbin/amd/include/config.h Fri Feb 12 07:06:05 1999 @@ -753,7 +753,7 @@ /* #undef HAVE_FIELD_UFS_ARGS_T_FLAGS */ /* does ufs_args_t have fspec field? */ -/* #undef HAVE_FIELD_UFS_ARGS_T_FSPEC */ +#define HAVE_FIELD_UFS_ARGS_T_FSPEC 1 /* does efs_args_t have flags field? */ /* #undef HAVE_FIELD_EFS_ARGS_T_FLAGS */ @@ -1038,7 +1038,7 @@ /* #undef tmpfs_args_t */ /* Define a type for the ufs_args structure */ -/* #undef ufs_args_t */ +#define ufs_args_t struct ufs_args /* Define a type for the efs_args structure */ /* #undef efs_args_t */ @@ -1829,7 +1829,7 @@ /* #undef HAVE_TMPFS_TMP_H */ /* Define if you have the header file. */ -/* #undef HAVE_UFS_UFS_MOUNT_H */ +#define HAVE_UFS_UFS_MOUNT_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 --- contrib/amd/include/am_defs.h.ORI Sun Jan 31 11:44:50 1999 +++ contrib/amd/include/am_defs.h Fri Feb 12 06:58:47 1999 @@ -1054,7 +1054,7 @@ * Actions to take if exists. */ #ifdef HAVE_UFS_UFS_MOUNT_H -# include +# include #endif /* HAVE_UFS_UFS_MOUNT_H */ /* >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 00:40:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08924 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 00:40:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08871 for ; Fri, 12 Feb 1999 00:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA45282; Fri, 12 Feb 1999 00:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 12 Feb 1999 00:40:01 -0800 (PST) Message-Id: <199902120840.AAA45282@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: "Gary Palmer" Subject: Re: [Re: bin/10019: Bug in keyinfo and keyinit] Reply-To: "Gary Palmer" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10019; it has been noted by GNATS. From: "Gary Palmer" To: Anto Prijosoesilo Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: [Re: bin/10019: Bug in keyinfo and keyinit] Date: Fri, 12 Feb 1999 03:30:08 -0500 Anto Prijosoesilo wrote in message ID <199902120340.TAA27060@freefall.freebsd.org>: > In my case, I need to allow several people to access a role account and I > don't want them to share the same password. Give them individual accounts, and use a modified sudo (as found in ports) to let them use their own passwords to get to the role account. We use it here to allow operations staff limited access to some sysetms for monitoring and debugging purposes, while letting system staff have full access. Some people hate sudo, so in all fairness I'll also mention runas, and the fact that it probably wouldn't be too difficult to hack up your own program to do this if you wanted. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 04:00:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27933 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 04:00:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27697 for ; Fri, 12 Feb 1999 04:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA11581; Fri, 12 Feb 1999 04:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 12 Feb 1999 04:00:02 -0800 (PST) Message-Id: <199902121200.EAA11581@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Dag-Erling Smorgrav Subject: Re: [Re: bin/10019: Bug in keyinfo and keyinit] Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10019; it has been noted by GNATS. From: Dag-Erling Smorgrav To: Anto Prijosoesilo Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: [Re: bin/10019: Bug in keyinfo and keyinit] Date: 12 Feb 1999 12:54:27 +0100 Anto Prijosoesilo writes: > des@flood.ping.uio.no wrote: > > You're not supposed to have multiple login names per UID. What do you > > expect to achieve by doing that, anyway? > FreeBSD is setup with one. uid("root") == uid("toor"). "toor" is never used. It's meant to be "root with a different shell", but why people can't just type "exec /bin/sh" on the command line is beyond me. > In any case, I figured that since s/key is name based, not uid based, the > checks done by keyinfo/keyinit are supposed to follow that. Well, that's the least of your problems. Nearly every binary that does anything with file permissions etc. will in the best case get confused and in the worst case fail. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 08:22:43 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01738 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 08:22:43 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01730 for ; Fri, 12 Feb 1999 08:22:41 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id LAA27418; Fri, 12 Feb 1999 11:22:33 -0500 (EST) (envelope-from wollman) Date: Fri, 12 Feb 1999 11:22:33 -0500 (EST) From: Garrett Wollman Message-Id: <199902121622.LAA27418@khavrinen.lcs.mit.edu> To: Dag-Erling Smorgrav Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: [Re: bin/10019: Bug in keyinfo and keyinit] In-Reply-To: <199902121200.EAA11581@freefall.freebsd.org> References: <199902121200.EAA11581@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > "toor" is never used. It's meant to be "root with a different shell", > but why people can't just type "exec /bin/sh" on the command line is > beyond me. Because they might not be able to get that far if csh is hosed. Of course, I just set root's shell to a sensible value... -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 08:59:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06278 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 08:59:10 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from wpaul@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06245; Fri, 12 Feb 1999 08:59:05 -0800 (PST) (envelope-from wpaul) Date: Fri, 12 Feb 1999 08:59:05 -0800 (PST) From: Bill Paul Message-Id: <199902121659.IAA06245@hub.freebsd.org> To: mi@aldan.algebra.com, wpaul, freebsd-bugs Subject: Re: bin/10031 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ypxfr does not work with Solaris master server(s) State-Changed-From-To: open-closed State-Changed-By: wpaul State-Changed-When: Fri Feb 12 08:56:01 PST 1999 State-Changed-Why: There's nothing wrong with ypxfr. The Solaris hosts in question are actuall running NIS+, not NIS. The nis2 host is master server running rpc.nisd in normal mode, and the nis1 host is a replica running in YP compat mode. In YP compat mode, rpc.nisd serves NISv2 client requests for the benefit of hosts that only support NISv2, however it does not use the NISv2 map transfer mechanism and therefore you can't use ypxfr to copy maps from it. Since there isn't really a bug with ypxfr, this PR is being closed. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 10:10:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14073 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 10:10:08 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA14025 for ; Fri, 12 Feb 1999 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA76408; Fri, 12 Feb 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dreams.dragondata.com (oven.dragondata.com [204.137.237.253] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA13862 for ; Fri, 12 Feb 1999 10:06:46 -0800 (PST) (envelope-from toasty@dreams.dragondata.com) Received: (from root@localhost) by dreams.dragondata.com (8.9.1/8.9.1) id MAA15725; Fri, 12 Feb 1999 12:08:27 -0600 (CST) (envelope-from toasty) Message-Id: <199902121808.MAA15725@dreams.dragondata.com> Date: Fri, 12 Feb 1999 12:08:27 -0600 (CST) From: toasty@dragondata.com Reply-To: toasty@dragondata.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: i386/10050: [PATCH] identcpu.c slightly broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10050 >Category: i386 >Synopsis: [PATCH] identcpu.c slightly broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 12 10:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kevin Day >Release: FreeBSD 3.0-RELEASE i386 >Organization: DragonData Internet Services >Environment: >Description: sys/i386/i386/identcpu.c has two minor bugs, involving ANDing cpu_id >How-To-Repeat: >Fix: --- identcpu.c Fri Feb 12 18:55:19 1999 +++ identcpu.c Fri Feb 12 18:58:02 1999 @@ -131,7 +131,7 @@ #if defined(I486_CPU) || defined(I586_CPU) || defined(I686_CPU) if (strcmp(cpu_vendor,"GenuineIntel") == 0) { - if ((cpu_id & 0xf00) > 3) { + if ((cpu_id & 0xf00) > 0x300) { cpu_model[0] = '\0'; switch (cpu_id & 0x3000) { @@ -495,7 +495,7 @@ if (strcmp(cpu_vendor, "GenuineIntel") == 0 || strcmp(cpu_vendor, "AuthenticAMD") == 0 || ((strcmp(cpu_vendor, "CyrixInstead") == 0) && - ((cpu_id & 0xf00) > 5))) { + ((cpu_id & 0xf00) > 0x500))) { printf(" Stepping=%u", cpu_id & 0xf); if (strcmp(cpu_vendor, "CyrixInstead") == 0) printf(" DIR=0x%04x", cyrix_did); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 11:10:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20667 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 11:10:12 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mac.redline.ru (ts0.redline.ru [195.210.190.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20662 for ; Fri, 12 Feb 1999 11:10:09 -0800 (PST) (envelope-from vlad@redline.ru) Received: from localhost (vlad@localhost) by mac.redline.ru (8.8.6/8.8.6) with SMTP id WAA19908 for ; Fri, 12 Feb 1999 22:10:31 +0300 Date: Fri, 12 Feb 1999 22:10:30 +0300 (MSK) From: Vladimir Nevzorov X-Sender: vlad@ts0 To: freebsd-bugs@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello ! Could You say, is sendmail ver 8.8.7 from standart FreeBSD installation packet Y2K compliant? Thanks. Best regards, Vladimir Nevzorov, Redline tech.dept. vlad@redline.ru, (7-095) 291-6132 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 11:38:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24439 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 11:38:20 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24323 for ; Fri, 12 Feb 1999 11:37:31 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id VAA42214; Fri, 12 Feb 1999 21:26:37 +0200 (EET) (envelope-from ru) Date: Fri, 12 Feb 1999 21:26:35 +0200 From: Ruslan Ermilov To: Vladimir Nevzorov Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: your mail Message-ID: <19990212212635.B39109@ucb.crimea.ua> Mail-Followup-To: Vladimir Nevzorov , freebsd-bugs@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.17i In-Reply-To: ; from Vladimir Nevzorov on Fri, Feb 12, 1999 at 10:10:30PM +0300 X-Operating-System: FreeBSD 3.0-STABLE i386 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Feb 12, 1999 at 10:10:30PM +0300, Vladimir Nevzorov wrote: > Hello ! > Could You say, is sendmail ver 8.8.7 from standart FreeBSD > installation packet Y2K compliant? > Thanks. > http://www.sendmail.org/faq/section4.html#4.11 -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 11:40:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24738 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 11:40:09 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24709 for ; Fri, 12 Feb 1999 11:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA83002; Fri, 12 Feb 1999 11:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dodo.pluisnet (ppp-111-172.villette.club-internet.fr [194.158.111.172]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23719 for ; Fri, 12 Feb 1999 11:33:01 -0800 (PST) (envelope-from vons@club-internet.fr) Received: from cyril.pluisnet (cyril.pluisnet [10.0.1.2]) by dodo.pluisnet (8.9.1/8.9.1) with ESMTP id UAA08569 for ; Fri, 12 Feb 1999 20:30:24 +0100 (CET) (envelope-from vons@cyril.pluisnet) Received: (from vons@localhost) by cyril.pluisnet (8.9.1/8.9.1) id UAA00411; Fri, 12 Feb 1999 20:05:04 +0100 (CET) (envelope-from vons) Message-Id: <199902121905.UAA00411@cyril.pluisnet> Date: Fri, 12 Feb 1999 20:05:04 +0100 (CET) From: vons@iname.com Reply-To: vons@iname.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: i386/10052: Matrox Millennium II AGP device id unknown (with patch) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10052 >Category: i386 >Synopsis: Matrox Millennium II AGP device/model id unknown >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 12 11:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gert-Jan Vons >Release: FreeBSD 3.0-RELEASE i386 >Organization: - >Environment: i386 system with Matrox Millennium II AGP board >Description: during the boot, the message "vga0: rev 0x00 int a irq 11 on pci1.0.0" is displayed, the device id 051f is not recognised. >How-To-Repeat: just boot with such a video board >Fix: *** sys/pci/pcisupport.c.org Wed Sep 16 22:29:22 1998 --- sys/pci/pcisupport.c Fri Feb 12 19:38:10 1999 *************** *** 889,894 **** --- 889,896 ---- chip = "MGA 1024SG"; break; case 0x051b: chip = "MGA 2164W"; break; + case 0x051f: + chip = "MGA 2164W AGP"; break; } break; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 11:45:42 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25382 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 11:45:42 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25369 for ; Fri, 12 Feb 1999 11:45:34 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id NAA19084; Fri, 12 Feb 1999 13:44:42 -0600 (CST) Received: from sji-ca1-226.ix.netcom.com(209.109.232.226) by dfw-ix6.ix.netcom.com via smap (V1.3) id rma018938; Fri Feb 12 13:43:53 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id LAA94771; Fri, 12 Feb 1999 11:43:36 -0800 (PST) Date: Fri, 12 Feb 1999 11:43:36 -0800 (PST) Message-Id: <199902121943.LAA94771@silvia.hip.berkeley.edu> To: wollman@khavrinen.lcs.mit.edu CC: des@flood.ping.uio.no, freebsd-bugs@FreeBSD.ORG In-reply-to: <199902121622.LAA27418@khavrinen.lcs.mit.edu> (message from Garrett Wollman on Fri, 12 Feb 1999 11:22:33 -0500 (EST)) Subject: Re: [Re: bin/10019: Bug in keyinfo and keyinit] From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Garrett Wollman * < said: * * > "toor" is never used. It's meant to be "root with a different shell", * > but why people can't just type "exec /bin/sh" on the command line is * > beyond me. * * Because they might not be able to get that far if csh is hosed. Of * course, I just set root's shell to a sensible value... Also, csh will immediately hang trying to do "rehash" if an NFS server holding /usr/local is down. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 12:10:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28842 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 12:10:41 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from m9.sprynet.com (m9.sprynet.com [165.121.1.209]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28831; Fri, 12 Feb 1999 12:10:36 -0800 (PST) (envelope-from satz@sprynet.com) Received: from [171.69.113.22] (homework.cisco.com [171.69.113.22]) by m9.sprynet.com (8.8.5/8.8.5) with ESMTP id MAA17743; Fri, 12 Feb 1999 12:10:27 -0800 (PST) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Sender: satz@m9.sprynet.com Message-Id: In-Reply-To: <199901280343.TAA72835@freefall.freebsd.org> Date: Fri, 12 Feb 1999 12:39:26 -0700 To: "Justin T. Gibbs" , freebsd-bugs@FreeBSD.ORG From: Greg Satz Subject: Re: kern/9718 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I haven't had a reoccurance of this problem so it has probably been fixed. Thanks for the prompt response. Greg At 7:43 PM -0800 1/27/99, Justin T. Gibbs wrote: > Synopsis: SCSI timeout sometimes crashes 3.0-current > > State-Changed-From-To: open->feedback > State-Changed-By: gibbs > State-Changed-When: Wed Jan 27 19:37:19 PST 1999 > State-Changed-Why: > Your problem is likely caused by one of two things: > 1) A bug in the driver that was corrected in rev 1.6 of i386/eisa/ahb.c. > 2) The fact that the new CAM 174X driver takes advantage of tagged > queuing and the additional load this causes on the card or bus > is exposing a firmware or cabling problem. > > To test out theory 1, pick up rev 1.6 of ahb.c from a local FreeBSD > mirror, recompile your kernel with the new version of the driver, > and see if the hangs persist. > > To test out theory 2, disable tagged queuing for this driver by changing > line 1217 of sys/i386/eisa/ahb.c from > > cpi->hba_inquiry = PI_SDTR_ABLE|PI_TAG_ABLE; > > to: > > cpi->hba_inquiry = PI_SDTR_ABLE; > > Please let me know if either of these suggestions address your problem. > Of course, #1 is the solution I hope addresses your hang. > > > Responsible-Changed-From-To: freebsd-bugs->gibbs > Responsible-Changed-By: gibbs > Responsible-Changed-When: Wed Jan 27 19:37:19 PST 1999 > Responsible-Changed-Why: > My driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 12 15:26:50 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21708 for freebsd-bugs-outgoing; Fri, 12 Feb 1999 15:26:50 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21701; Fri, 12 Feb 1999 15:26:47 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA97919; Fri, 12 Feb 1999 15:26:47 -0800 (PST) (envelope-from obrien@FreeBSD.org) Date: Fri, 12 Feb 1999 15:26:47 -0800 (PST) Message-Id: <199902122326.PAA97919@freefall.freebsd.org> To: obrien@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: bin/10044 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: amd in 3.1-BETA fails on ufs (Fix included) Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Fri Feb 12 15:26:25 PST 1999 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 00:06:37 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09572 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 00:06:37 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09553; Sat, 13 Feb 1999 00:06:29 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA08768; Sat, 13 Feb 1999 00:06:29 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Sat, 13 Feb 1999 00:06:29 -0800 (PST) Message-Id: <199902130806.AAA08768@freefall.freebsd.org> To: dwmalone@maths.tcd.ie, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9970 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NFS cross device links cause vrele: negative ref cnt State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Sat Feb 13 00:05:23 PST 1999 State-Changed-Why: committed fix to nfs_link() code as suggested, after auditing code and determining that the man page for VOP_LINK was wrong and also comparing nfs_link() against ufs_link(). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 01:10:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15349 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 01:10:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15342 for ; Sat, 13 Feb 1999 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA11607; Sat, 13 Feb 1999 01:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Feb 1999 01:10:01 -0800 (PST) Message-Id: <199902130910.BAA11607@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Anto Prijosoesilo Subject: Re: bin/10019: Bug in keyinfo and keyinit Reply-To: Anto Prijosoesilo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10019; it has been noted by GNATS. From: Anto Prijosoesilo To: gjp@gjp.erols.com, Dag-Erling Smorgrav Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/10019: Bug in keyinfo and keyinit Date: 13 Feb 99 16:02:21 ICT gjp@gjp.erols.com wrote: > Give them individual accounts, and use a modified sudo (as found in ports) to > let them use their own passwords to get to the role account. Thanks for the suggestion. I'll probably go this route in the future. I think the point I was trying to make was valid though. If the system asks me for user1's S/Key password when I login as user1 and user2's when I do user2 then I would expect the other related utilities to behave similarly. It they don't whether the "different" behavior is documented, I would assume that there's a bug.. right?. Especially when there's an easy fix to make them consistent. As long as there is this inconsistency I would view it as a bug. Changing the S/Key database to use uid instead of login names would make it consistent as far as S/Key is concerned. That would, however, break compatibility with regular UNIX authentication where each login name has its own password that isn't shared with others even those sharing the same UID. It would also break compatibility with OPIE. If you think this PR should be closed, please do. I'll keep my local changes because I like my system to be consistent. ____________________________________________________________________ More than just email--Get your FREE Netscape WebMail account today at http://home.netscape.com/netcenter/mail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 01:30:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17061 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 01:30:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16975 for ; Sat, 13 Feb 1999 01:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA12263; Sat, 13 Feb 1999 01:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from real.yrd.com (real.yrd.com [207.156.137.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16915 for ; Sat, 13 Feb 1999 01:28:26 -0800 (PST) (envelope-from spencer@real.yrd.com) Received: (from root@localhost) by real.yrd.com (8.9.2/8.9.1) id EAA02359; Sat, 13 Feb 1999 04:27:50 GMT (envelope-from spencer) Message-Id: <199902130427.EAA02359@real.yrd.com> Date: Sat, 13 Feb 1999 04:27:50 GMT From: spencer@yrd.com Reply-To: spencer@yrd.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/10060: server randomly reboots/crashes due to a memory leak in the real audio server Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10060 >Category: kern >Synopsis: server randomly reboots/crashes due to a memory leak in the real audio server >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 13 01:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: spencer p >Release: FreeBSD 3.0-STABLE i386 >Organization: yard productions >Environment: real audio server g2 + smp kernel freebsd 3.0-stable + gigabyte bx motherboard and 256 megs of ram >Description: real audio server has a memory leak and causes real server to crash/reboot >How-To-Repeat: install and serve requests >Fix: none known >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 02:20:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA20085 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 02:20:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA20080 for ; Sat, 13 Feb 1999 02:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA15870; Sat, 13 Feb 1999 02:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Feb 1999 02:20:02 -0800 (PST) Message-Id: <199902131020.CAA15870@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Matthew Dillon Subject: Re: kern/10029: many vm_fault: pager read errors Reply-To: Matthew Dillon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10029; it has been noted by GNATS. From: Matthew Dillon To: David Hedley Cc: David Greenman , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10029: many vm_fault: pager read errors Date: Sat, 13 Feb 1999 02:18:56 -0800 (PST) This report appears to be based on a 3.0 release kernel. There were a number of NFS bugs fixed between that release and the 3.x stable release. If this is a bug report based on the 3.x stable branch rather then 3.0 release, there were a significant number of NFS bugs fixed after the January 8th kernel shown in the report. The fact that it also occurs with a 2.2.8 kernel is also telling - it means that it is a long standing NFS bug. I presume these are NFS V2 mounts? If not, try making them NFS V2 mounts. It's hard to tell whether this bug has been fixed due to the number of bug fixes that have gone into NFS. I think David is going to have to upgrade ( or wait for the 3.1 release and upgrade to that ) in order to determine whether the bug has been addressed already. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 02:24:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA20304 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 02:24:49 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA20294; Sat, 13 Feb 1999 02:24:44 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA15984; Sat, 13 Feb 1999 02:24:44 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Sat, 13 Feb 1999 02:24:44 -0800 (PST) Message-Id: <199902131024.CAA15984@freefall.freebsd.org> To: david@inty.net, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10028 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: TCP problem binding port - address already in use State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Sat Feb 13 02:23:41 PST 1999 State-Changed-Why: The bind: address in use error is correct operation. The SO_RESUSEADDR socket opt must be used to defeat this feature. If this turns out not to solve the problem we can reopen the bug report. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 02:30:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA20664 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 02:30:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA20649 for ; Sat, 13 Feb 1999 02:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA16769; Sat, 13 Feb 1999 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Feb 1999 02:30:02 -0800 (PST) Message-Id: <199902131030.CAA16769@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Matthew Dillon Subject: Re: kern/10028: TCP problem binding port - address already in use Reply-To: Matthew Dillon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10028; it has been noted by GNATS. From: Matthew Dillon To: David Hedley Cc: Bill Fenner , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10028: TCP problem binding port - address already in use Date: Sat, 13 Feb 1999 02:23:01 -0800 (PST) The error message is correct. When there are still connections attached to the bound port and the program listening on the port goes away, the kernel does not allow reattaching to the port until a timeout - which I think should be around 2 minutes. You can tell the kernel to blow it off and allow reattachments with the SO_REUSEADDR socket opt. int on = 1; setsockopt(lfd, SOL_SOCKET, SO_REUSEADDR, (void *)&on, sizeof(on)); listen(lfd, ... ); -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 02:30:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA20769 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 02:30:53 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA20753; Sat, 13 Feb 1999 02:30:49 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA16943; Sat, 13 Feb 1999 02:30:48 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Sat, 13 Feb 1999 02:30:48 -0800 (PST) Message-Id: <199902131030.CAA16943@freefall.freebsd.org> To: Robert.Eckardt@rhein-main.netsurf.de, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9277 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NFS-Bug in 3.0 ? State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Sat Feb 13 02:28:52 PST 1999 State-Changed-Why: This bug is believed to be fixed in -stable and -current now, and should thus show up in the next release ( 3.1 ). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 02:34:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21078 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 02:34:22 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21068; Sat, 13 Feb 1999 02:34:19 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA17798; Sat, 13 Feb 1999 02:34:19 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Sat, 13 Feb 1999 02:34:19 -0800 (PST) Message-Id: <199902131034.CAA17798@freefall.freebsd.org> To: jgarman@Glue.umd.edu, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9195 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: daemons die with sig11 due to VM problems State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Sat Feb 13 02:32:41 PST 1999 State-Changed-Why: This bug is believed to be fixed in -stable ( and thus in the upcoming 3.1 release ), and also fixed in -current. It turned out that an optimization in the old swapper was causing dirty pages to be 'lost' and resulting in stale pages being reloaded from swap. The optimization was removed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 08:30:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19463 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 08:30:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19434 for ; Sat, 13 Feb 1999 08:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA71495; Sat, 13 Feb 1999 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Feb 1999 08:30:01 -0800 (PST) Message-Id: <199902131630.IAA71495@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: David Hedley Subject: Re: kern/10028: TCP problem binding port - address already in use Reply-To: David Hedley Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10028; it has been noted by GNATS. From: David Hedley To: Matthew Dillon Cc: Bill Fenner , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10028: TCP problem binding port - address already in use Date: Sat, 13 Feb 1999 16:15:02 +0000 (GMT) On Sat, 13 Feb 1999, Matthew Dillon wrote: > The error message is correct. When there are still connections > attached to the bound port and the program listening on the port > goes away, the kernel does not allow reattaching to the port until > a timeout - which I think should be around 2 minutes. > > You can tell the kernel to blow it off and allow reattachments with > the SO_REUSEADDR socket opt. > > int on = 1; > setsockopt(lfd, SOL_SOCKET, SO_REUSEADDR, (void *)&on, sizeof(on)); > listen(lfd, ... ); > The code in the server does this already - it doesn't make any difference as I still get 'address already in use....' It also doesn't explain that when I kill 'routed' the problem disappears immediately. David -- Dr David Hedley,Inty Development,Bristol,UK,0117 9050500,http://www.inty.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 09:50:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25903 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 09:50:10 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25857 for ; Sat, 13 Feb 1999 09:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA75600; Sat, 13 Feb 1999 09:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [194.94.232.249]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25656 for ; Sat, 13 Feb 1999 09:48:01 -0800 (PST) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id SAA02626 for FreeBSD-gnats-submit@freebsd.org; Sat, 13 Feb 1999 18:41:06 +0100 Received: (from nox@localhost) by saturn.kn-bremen.de (8.8.7/8.8.5) id SAA02095; Sat, 13 Feb 1999 18:39:25 +0100 (MET) Message-Id: <199902131739.SAA02095@saturn.kn-bremen.de> Date: Sat, 13 Feb 1999 18:39:25 +0100 (MET) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/10064: /bin/sh called from make dumps core Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10064 >Category: bin >Synopsis: /bin/sh called from make dumps core >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 13 09:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 2.1.7-RELEASE i386 >Organization: me? organized? >Environment: >Description: During a long build (cygwin32 as cross compiler) /bin/sh called from gmake dumps core inside popstackmark(). Replacing the 2.1-stable sh with a 2.2.5-RELEASE one didn't help, so i tried the patch below: now its still building as i write this. >How-To-Repeat: I can send my (unfinished) port if your intrested, but you'll need some 250 MBytes free and wait a while before it gets to the point where it happenes. this is the C file i used to attach gdb to the offending sh command: -----cut-------- #include int main(int argc, char **argv) { return execl ("/bin/sh", "/bin/sh", "-c", "read x; dir=`echo configure-target-libstdc++ | sed -e 's/configure-target-//'`; if [ ! -d i586-cygwin32 ]; then true; elif [ -f i586-cygwin32/${dir}/Makefile ] ; then true; elif echo \" libiberty newlib libio librx libstdc++ libg++ examples winsup \" | grep \" ${dir} \" >/dev/null 2>&1; then if [ -d ../${dir} ]; then [ -d i586-cygwin32/${dir} ] || mkdir i586-cygwin32/${dir}; r=`pwd`; export r; s=`cd ..; pwd`; export s; AR=\"` if [ -f $r/binutils/ar ] ; then echo $r/binutils/ar ; else if [ \"i386-unknown-freebsd2.1.7\" = \"i586-pc-cygwin32\" ] ; then echo ar; else t='-e s,^,i586-cygwin32-, '; echo ar | sed -e 's/x/x/' $t ; fi; fi`\"; export AR; AS=\"` if [ -f $r/gas/as-new ] ; then echo $r/gas/as-new ; else if [ \"i386-unknown-freebsd2.1.7\" = \"i586-pc-cygwin32\" ] ; then echo as; else t='-e s,^,i586-cygwin32-, '; echo as | sed -e 's/x/x/' $t ; fi; fi`\"; export AS; CC=\"` if [ -f $r/gcc/xgcc ] ; then if [ -f $r/i586-! cygwin32/newlib/Makefile ] ; then case \"i586-pc-cygwin32\" in i[3456]86-*-cygwin*) echo $r/gcc/xgcc -B$r/gcc/ -B$r/i586-cygwin32/newlib/ -L$r/i586-cygwin32/winsup -idirafter $r/i586-cygwin32/newlib/targ-include -idirafter $s/winsup/include -idirafter $s/newlib/libc/include -idirafter $s/newlib/libc/sys/cygwin -idirafter $s/newlib/libc/sys/cygwin32 -nostdinc; ;; *) echo $r/gcc/xgcc -B$r/gcc/ -idirafter $r/i586-cygwin32/newlib/targ-include -idirafter $s/newlib/libc/include -nostdinc; ;; esac else echo $r/gcc/xgcc -B$r/gcc/; fi; else if [ \"i386-unknown-freebsd2.1.7\"= \"i586-pc-cygwin32\" ] ; then echo gcc; else t='-e s,^,i586-cygwin32-, '; echo gcc | sed -e 's/x/x/' $t; fi; fi`\"; export CC; CFLAGS=\"-g -O2\"; export CFLAGS; CXX=\"` if [ -f $r/gcc/xgcc ] ; then if [ -f $r/i586-cygwin32/newlib/Makefile ] ; then case \"i586-pc-cygwin32\" in i[3456]86-*-cygwin*) echo $r/gcc/xgcc -B$r/gcc/ -B$r/i586-cygwin32/newlib/ -L$r/i586-cygwin32/winsup -idirafter $r/i586-cygwin32/newlib! /targ-include -idirafter $s/winsup/include -idirafter $s/newlib/libc/include -idirafter $s/newlib/libc/sys/cygwin -idirafter $s/newlib/libc/sys/cygwin32 -nostdinc; ;; *) echo $r/gcc/xgcc -B$r/gcc/ -idirafter $r/i586-cygwin32/newlib/targ-include -idirafter $s/newlib/libc/include -nostdinc; ;; esac else echo $r/gcc/xgcc -B$r/gcc/; fi; else if [ \"i386-unknown-freebsd2.1.7\" = \"i586-pc-cygwin32\" ] ; then echo c++; else t='-e s,^,i586-cygwin32-, '; echo c++ | sed -e 's/x/x/' $t; fi; fi`\"; export CXX; CXXFLAGS=\"-g -O2\"; export CXXFLAGS; DLLTOOL=\"` if [ -f $r/binutils/dlltool ] ; then echo $r/binutils/dlltool ; else if [ \"i386-unknown-freebsd2.1.7\" = \"i586-pc-cygwin32\" ] ; then echo dlltool; else t='-e s,^,i586-cygwin32-, '; echo dlltool | sed -e 's/x/x/' $t ; fi; fi`\"; export DLLTOOL; LD=\"` if [ -f $r/ld/ld-new ] ; then echo $r/ld/ld-new ; else if [ \"i386-unknown-freebsd2.1.7\" = \"i586-pc-cygwin32\" ] ; then echo ld; else t='-e s,^,i586-cygwin32-, '; echo ld | sed! -e 's/x/x/' $t ; fi; fi`\"; export LD; LDFLAGS=\"\"; export LDFLAGS; NM=\"` if [ -f $r/binutils/nm-new ] ; then echo $r/binutils/nm-new ; else if [ \"i386-unknown-freebsd2.1.7\" = \"i586-pc-cygwin32\" ] ; then echo nm; else t='-e s,^,i586-cygwin32-, '; echo nm | sed -e 's/x/x/' $t ; fi; fi`\"; export NM; RANLIB=\"` if [ -f $r/binutils/ranlib ] ; then echo $r/binutils/ranlib ; else if [ \"i386-unknown-freebsd2.1.7\" = \"i586-pc-cygwin32\" ] ; then echo ranlib; else t='-e s,^,i586-cygwin32-, '; echo ranlib | sed -e 's/x/x/' $t ; fi; fi`\"; export RANLIB; WINDRES=\"` if [ -f $r/binutils/windres ] ; then echo $r/binutils/windres ; else if [ \"i386-unknown-freebsd2.1.7\" = \"i586-pc-cygwin32\" ] ; then echo windres; else t='-e s,^,i586-cygwin32-, '; echo windres | sed -e 's/x/x/' $t ; fi; fi`\"; export WINDRES; echo Configuring in i586-cygwin32/${dir}; cd i586-cygwin32/${dir}; case .. in /*) topdir=.. ;; *) case \"i586-cygwin32\" in .) topdir=\"../..\" ;; *) topdir=\"! ../../..\" ;; esac ;; esac; if [ \"..\" = \".\" ] ; then if [ \"i586-cygwin32\" != \".\" ] ; then if /bin/sh $s/symlink-tree ${topdir}/${dir} \"no-such-file\" ; then if [ -f Makefile ]; then if gmake distclean; then true; else exit 1; fi; else true; fi; else exit 1; fi; else true; fi; srcdiroption=\"--srcdir=.\"; libsrcdir=\".\"; else srcdiroption=\"--srcdir=${topdir}/${dir}\"; libsrcdir=\"$s/${dir}\"; fi; if [ -f ${libsrcdir}/configure ] ; then /bin/sh ${libsrcdir}/configure --host=i586-cygwin32 --build=i386-unknown-freebsd2.1.7 --with-newlib --enable-multilib --with-cross-host=i386-unknown-freebsd2.1.7 --prefix=/usr/local/gnu-win32 ${srcdiroption} --with-target-subdir=\"i586-cygwin32\"; else /bin/sh $s/configure --host=i586-cygwin32 --build=i386-unknown-freebsd2.1.7 --with-newlib --enable-multilib --with-cross-host=i386-unknown-freebsd2.1.7 --prefix=/usr/local/gnu-win32 ${srcdiroption} --with-target-subdir=\"i586-cygwin32\"; fi;! else true; fi; else true; fi", (char *)NULL); } -----cut-------- >Fix: Index: /usr4/home4/cvs/src/bin/sh/memalloc.c =================================================================== RCS file: /home/cvs/cvs/src/bin/sh/memalloc.c,v retrieving revision 1.2 diff -u -r1.2 memalloc.c --- memalloc.c 1994/09/24 02:57:50 1.2 +++ memalloc.c 1999/02/13 16:37:22 @@ -180,6 +180,9 @@ INTOFF; while (stackp != mark->stackp) { sp = stackp; +#if 1 + if (!sp) break; +#endif stackp = sp->prev; ckfree(sp); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 10:50:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02567 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 10:50:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02548 for ; Sat, 13 Feb 1999 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA81219; Sat, 13 Feb 1999 10:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01731; Sat, 13 Feb 1999 10:41:18 -0800 (PST) (envelope-from nobody) Message-Id: <199902131841.KAA01731@hub.freebsd.org> Date: Sat, 13 Feb 1999 10:41:18 -0800 (PST) From: berend@pobox.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: misc/10065: package minicom needs package kermit not on FreeBSD 3.0 CD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10065 >Category: misc >Synopsis: package minicom needs package kermit not on FreeBSD 3.0 CD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 13 10:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Berend de Boer >Release: 3.0 CD RElease >Organization: NederWare >Environment: >Description: >How-To-Repeat: Install minicom when installing freebsd from cd. Needs package kermit x.xx, but is not on the cd, so doesn't install. >Fix: Place package kermit on the cd. Also check dependencies for all included packackages, probably can be done automatically. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 11:00:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03808 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 11:00:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03789 for ; Sat, 13 Feb 1999 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA81827; Sat, 13 Feb 1999 11:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Feb 1999 11:00:01 -0800 (PST) Message-Id: <199902131900.LAA81827@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Matthew Dillon Subject: Re: kern/10028: TCP problem binding port - address already in use Reply-To: Matthew Dillon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10028; it has been noted by GNATS. From: Matthew Dillon To: David Hedley Cc: Bill Fenner , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/10028: TCP problem binding port - address already in use Date: Sat, 13 Feb 1999 10:56:52 -0800 (PST) :> int on = 1; :> setsockopt(lfd, SOL_SOCKET, SO_REUSEADDR, (void *)&on, sizeof(on)); :> listen(lfd, ... ); :> : :The code in the server does this already - it doesn't make any difference :as I still get 'address already in use....' :It also doesn't explain that when I kill 'routed' the problem disappears :immediately. : :David :-- :Dr David Hedley,Inty Development,Bristol,UK,0117 9050500,http://www.inty.net/ Are you trying to bind to a specific IP address? The only thing routed messes with is the route table, but if routed is screwing up the interface routes it could certainly cause bind() to screw up - but it wouldn't be due to the hanging connections. Instead it would be due to a bad route. Try running 'netstat -rn' while it is screwing up, and then again after you turn off routed and it stops screwing up. Then compare the two route tables. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 11:23:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05923 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 11:23:13 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05728; Sat, 13 Feb 1999 11:23:06 -0800 (PST) (envelope-from des@FreeBSD.org) From: Dag-Erling Smorgrav Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA83011; Sat, 13 Feb 1999 11:23:05 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Sat, 13 Feb 1999 11:23:05 -0800 (PST) Message-Id: <199902131923.LAA83011@freefall.freebsd.org> To: berend@pobox.com, des@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/10065 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: package minicom needs package kermit not on FreeBSD 3.0 CD State-Changed-From-To: open->closed State-Changed-By: des State-Changed-When: Sat Feb 13 11:22:48 PST 1999 State-Changed-Why: Not a bug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 11:30:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07003 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 11:30:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06980 for ; Sat, 13 Feb 1999 11:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA83579; Sat, 13 Feb 1999 11:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Feb 1999 11:30:01 -0800 (PST) Message-Id: <199902131930.LAA83579@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Dag-Erling Smorgrav Subject: Re: misc/10065: package minicom needs package kermit not on FreeBSD 3.0 CD Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10065; it has been noted by GNATS. From: Dag-Erling Smorgrav To: berend@pobox.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/10065: package minicom needs package kermit not on FreeBSD 3.0 CD Date: 13 Feb 1999 20:22:29 +0100 berend@pobox.com writes: > >How-To-Repeat: > Install minicom when installing freebsd from cd. > > Needs package kermit x.xx, but is not on the cd, so doesn't install. > > >Fix: > Place package kermit on the cd. Kermit is distributed under a license which explicitly prohibits redistribution. The only way to install Kermit is to download the sources directly from the authors' site and compile them. I suggest that you install Kermit from the ports collection: # cd /usr/ports/comms/kermit # make install clean You can then register minicom as a dependency: # cd /var/db/pkg # ls -d minicom* > kermit*/+REQUIRED_BY Assuming you installed minicom 1.82 and Kermit 6.0.192, there should now be a file named /var/db/pkg/kermit-6.0.192/+REQUIRED_BY which contains the line 'minicom-1.82'. By the way, minicom will work just fine without Kermit, so you don't need to do any of that unless you specifically need Kermit. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 11:44:19 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08123 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 11:44:19 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08117; Sat, 13 Feb 1999 11:44:16 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA84500; Sat, 13 Feb 1999 11:44:15 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Sat, 13 Feb 1999 11:44:15 -0800 (PST) Message-Id: <199902131944.LAA84500@freefall.freebsd.org> To: berend@pobox.com, asami@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/10065 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: package minicom needs package kermit not on FreeBSD 3.0 CD State-Changed-From-To: closed->analyzed State-Changed-By: asami State-Changed-When: Sat Feb 13 11:43:25 PST 1999 State-Changed-Why: It is definitely a bud if we ship a package doesn't pkg_add. I'm talking to David about this. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 11:54:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08985 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 11:54:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from mpp@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08961; Sat, 13 Feb 1999 11:53:50 -0800 (PST) (envelope-from mpp) From: Mike Pritchard Message-Id: <199902131953.LAA08961@hub.freebsd.org> Subject: Re: Fx and Os macros (was: Re: [yokota@zodiac.mech.utsunomiya-u.ac.jp: .Fx and .Os macros in groff, FreeBSD]) In-Reply-To: <99Feb10.113323pst.177534@crevenia.parc.xerox.com> from Bill Fenner at "Feb 10, 99 11:33:20 am" To: fenner@parc.xerox.com (Bill Fenner) Date: Sat, 13 Feb 1999 11:53:50 -0800 (PST) Cc: yokota@zodiac.mech.utsunomiya-u.ac.jp, wosch@cs.tu-berlin.de, pst@FreeBSD.ORG, bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Fenner wrote: > After testing my macros some more, I'm sure they work. The only reason > to not commit them is because we think it's better to print an empty > string for unknown releases (like 2.2.2 was, before you fixed it, and > of course 3.1 and 4.0). I think it's a much better failure mode to allow > .Fx 1.2.3.4 to print "FreeBSD 1.2.3.4" than it is to allow ".Fx 4.0" > to print "". How about issuing a *roff error message when some "unknown" release is specified with the .Fx macro? That will serve as a reminder to update the macro, and hopefully identify man pages with bogus releases specified with the .Fx macro. Last time I did anything with all this, I found a number of man pages that referenced releases that never existed. -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 11:56:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09271 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 11:56:41 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09265; Sat, 13 Feb 1999 11:56:37 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.2/8.9.1) id UAA05066; Sat, 13 Feb 1999 20:56:35 +0100 (CET) (envelope-from des) To: Satoshi Asami Cc: berend@pobox.com, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/10065 References: <199902131944.LAA84500@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 13 Feb 1999 20:56:35 +0100 In-Reply-To: Satoshi Asami's message of "Sat, 13 Feb 1999 11:44:15 -0800 (PST)" Message-ID: Lines: 14 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami writes: > State-Changed-From-To: closed->analyzed > State-Changed-By: asami > State-Changed-When: Sat Feb 13 11:43:25 PST 1999 > State-Changed-Why: > It is definitely a bud if we ship a package doesn't pkg_add. I'm > talking to David about this. :) It *does* pkg_add, but produces an error message. It's nothing to worry about anyway since minicom will work just fine without kermit. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 12:00:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10007 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 12:00:22 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10001; Sat, 13 Feb 1999 12:00:19 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.2/8.9.1) id VAA05079; Sat, 13 Feb 1999 21:00:17 +0100 (CET) (envelope-from des) To: Dag-Erling Smorgrav Cc: Satoshi Asami , berend@pobox.com, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/10065 References: <199902131944.LAA84500@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 13 Feb 1999 21:00:17 +0100 In-Reply-To: Dag-Erling Smorgrav's message of "13 Feb 1999 20:56:35 +0100" Message-ID: Lines: 15 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dag-Erling Smorgrav writes: > Satoshi Asami writes: > > It is definitely a bud if we ship a package doesn't pkg_add. I'm > > talking to David about this. :) > It *does* pkg_add, but produces an error message. It's nothing to > worry about anyway since minicom will work just fine without kermit. Hmm, let me adjust that statement - it installed OK (but gave a warning message) the last time I tried to install it using sysinstall or pkg_add. It's quite possible that pkg_add's semantics have changed since then. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 12:10:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10955 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 12:10:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10928 for ; Sat, 13 Feb 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA86870; Sat, 13 Feb 1999 12:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from org.chem.msu.su (org.chem.msu.su [158.250.32.94]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10834 for ; Sat, 13 Feb 1999 12:08:41 -0800 (PST) (envelope-from kostik@org.chem.msu.su) Received: (from kostik@localhost) by org.chem.msu.su (8.8.8/8.8.8) id XAA05957; Sat, 13 Feb 1999 23:08:37 +0300 (MSK) (envelope-from kostik) Message-Id: <199902132008.XAA05957@org.chem.msu.su> Date: Sat, 13 Feb 1999 23:08:37 +0300 (MSK) From: kostik@org.chem.msu.su Reply-To: kostik@org.chem.msu.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/10066: problem with an x-server and syscons driver seems to be solved Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10066 >Category: kern >Synopsis: problem with a X-Window and syscons driver solved >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 13 12:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Konstantin Y. Pasichnichenko >Release: FreeBSD 3.0-RELEASE i386 >Organization: Russia, Moscow, Moscow State University, Chemistry department. >Environment: System: FreeBSD-3.0-Release i386 + XFree86-3.3.2 Architecture: i386 (Pentium-133 system) >Description: it is well known problem: switching between consoles using syscons driver while x-server is starting will hang the syscons driver with a ~50% possibility (i.e. turn it to unknown abnormal state). >How-To-Repeat: start an x-server (xfree86, independently to x-server type) (or run x-window system), and while x-server _is_ starting and _is_ switching to next available free console, quickly switch back to text console by ctrl+alt+f? combination. it will some times turn syscons console driver to unknown half-hung state, when it isn't possible to switch back from graphics-x-server-console to text-cosole. or, the most better way, run x-window (xfree86-3.3.2) in 8-bpp mode and then run xf86quake linux version (with a linux emulation enabled). xf86quake will lock console driver with all x-server. then while running xf86quake try to switch to text console (regardless which one text console will need). syscons driver will `beep' but willn't switch back to text console. after this your may quit from xf86quake - syscons driver have hung and willn't switch to any text console anymore, he will `beep' instead, but you still able to run x-server remotely, while loggin in from network or serial console and to continue your work in x-window; text-mode consoles will broke. >Fix: the following patch applied to syscons driver source /usr/src/sys/i386/isa/syscons.c will fix the broblem discussed above in a case of FreeBSD-3.0-RELEASE: -- file syscons.c.diff -- *** syscons.c.old Fri Oct 2 01:04:52 1998 --- syscons.c Thu Jan 7 23:40:04 1999 *************** *** 2312,2317 **** --- 2312,2328 ---- else switch_in_progress = FALSE; } + /* + * XXX: kostik's hack: + * i found it eliminate console Xserver related problem; + * now console will not hang while switching + * to text console simultaneously with a Xserver starting; + * if it will work for somebody else + * pls, drop me e-mail to kostik@org.chem.msu.su + */ + switch_in_progress = FALSE; + delayed_next_scr = FALSE; + return 0; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 12:44:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14324 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 12:44:30 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14318 for ; Sat, 13 Feb 1999 12:44:29 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id OAA04444; Sat, 13 Feb 1999 14:44:07 -0600 (CST) Received: from sji-ca1-226.ix.netcom.com(209.109.232.226) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma004401; Sat Feb 13 14:43:33 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id MAA16556; Sat, 13 Feb 1999 12:43:09 -0800 (PST) Date: Sat, 13 Feb 1999 12:43:09 -0800 (PST) Message-Id: <199902132043.MAA16556@silvia.hip.berkeley.edu> To: des@flood.ping.uio.no CC: des@flood.ping.uio.no, berend@pobox.com, freebsd-bugs@FreeBSD.ORG In-reply-to: (message from Dag-Erling Smorgrav on 13 Feb 1999 21:00:17 +0100) Subject: Re: misc/10065 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Hmm, let me adjust that statement - it installed OK (but gave a * warning message) the last time I tried to install it using sysinstall * or pkg_add. It's quite possible that pkg_add's semantics have changed * since then. Yes. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 12:49:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14912 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 12:49:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA14904; Sat, 13 Feb 1999 12:49:01 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <52239(1)>; Sat, 13 Feb 1999 12:48:58 PST Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id MAA15838; Sat, 13 Feb 1999 12:48:54 -0800 (PST) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199902132048.MAA15838@mango.parc.xerox.com> To: Mike Pritchard cc: fenner@parc.xerox.com (Bill Fenner), yokota@zodiac.mech.utsunomiya-u.ac.jp, wosch@cs.tu-berlin.de, pst@FreeBSD.ORG, bugs@FreeBSD.ORG Subject: Re: Fx and Os macros (was: Re: [yokota@zodiac.mech.utsunomiya-u.ac.jp: .Fx and .Os macros in groff, FreeBSD]) In-reply-to: Your message of "Sat, 13 Feb 1999 11:53:50 PST." <199902131953.LAA08961@hub.freebsd.org> Date: Sat, 13 Feb 1999 12:48:54 PST From: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <199902131953.LAA08961@hub.freebsd.org>you write: >How about issuing a *roff error message when some "unknown" release >is specified with the .Fx macro? That's fine for the people who are writing the man page, but pretty much sucks for the people who are just trying to use the system and come across a man page that won't format. I'd be happy to create another set of macros that developers can opt to use. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 13:52:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22302 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 13:52:41 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from mpp@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22280; Sat, 13 Feb 1999 13:52:25 -0800 (PST) (envelope-from mpp) From: Mike Pritchard Message-Id: <199902132152.NAA22280@hub.freebsd.org> Subject: Re: Fx and Os macros (was: Re: [yokota@zodiac.mech.utsunomiya-u.ac.jp: .Fx and .Os macros in groff, FreeBSD]) In-Reply-To: <199902132048.MAA15838@mango.parc.xerox.com> from Bill Fenner at "Feb 13, 99 12:48:54 pm" To: fenner@parc.xerox.com (Bill Fenner) Date: Sat, 13 Feb 1999 13:52:25 -0800 (PST) Cc: fenner@parc.xerox.com, yokota@zodiac.mech.utsunomiya-u.ac.jp, wosch@cs.tu-berlin.de, pst@FreeBSD.ORG, bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Fenner wrote: > In message <199902131953.LAA08961@hub.freebsd.org>you write: > >How about issuing a *roff error message when some "unknown" release > >is specified with the .Fx macro? > > That's fine for the people who are writing the man page, but pretty > much sucks for the people who are just trying to use the system > and come across a man page that won't format. I'd be happy to > create another set of macros that developers can opt to use. It doesn't have to be a fatal error. You should be able to issue a warning message and still have the manual page format correctly. When I was cleaning up the man pages way back when, there were a number of man pages that issued *roff warning errors, but still formatted more or less correctly. As long as the .Fx macro causes the correct text to be formatted in addtion to the warning message, things should be fine. When release time approaches, someone should format all of the manual pages and check for *roff errors and fix them before the release. -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 18:39:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA05308 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 18:39:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA05300; Sat, 13 Feb 1999 18:39:02 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <52407(1)>; Sat, 13 Feb 1999 15:50:45 PST Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id PAA18544; Sat, 13 Feb 1999 15:50:41 -0800 (PST) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199902132350.PAA18544@mango.parc.xerox.com> To: Mike Pritchard cc: fenner@parc.xerox.com (Bill Fenner), yokota@zodiac.mech.utsunomiya-u.ac.jp, wosch@cs.tu-berlin.de, pst@FreeBSD.ORG, bugs@FreeBSD.ORG Subject: Re: Fx and Os macros (was: Re: [yokota@zodiac.mech.utsunomiya-u.ac.jp: .Fx and .Os macros in groff, FreeBSD]) In-reply-to: Your message of "Sat, 13 Feb 1999 13:52:25 PST." <199902132152.NAA22280@hub.freebsd.org> Date: Sat, 13 Feb 1999 15:50:41 PST From: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <199902132152.NAA22280@hub.freebsd.org>you write: >It doesn't have to be a fatal error. You should be able to issue >a warning message and still have the manual page format correctly. You're right. Here's what I'm playing with right now: .de Fx .nr cF \\n(.f .nr cZ \\n(.s .ds aa \&\f\\n(cF\s\\n(cZ . ie "\\$1"1.0" \c .el .ie "\\$1"1.1" \c .el .ie "\\$1"1.1.5" \c .el .ie "\\$1"1.1.5.1" \c .el .ie "\\$1"2.0" \c .el .ie "\\$1"2.0.5" \c .el .ie "\\$1"2.1" \c .el .ie "\\$1"2.1.5" \c .el .ie "\\$1"2.1.6" \c .el .ie "\\$1"2.1.7" \c .el .ie "\\$1"2.2" \c .el .ie "\\$1"2.2.1" \c .el .ie "\\$1"2.2.2" \c .el .ie "\\$1"2.2.5" \c .el .ie "\\$1"2.2.6" \c .el .ie "\\$1"3.0" \c .el .ie "\\$1"3.1" \c .el .ie "\\$1"4.0" \c .el .ie "\\$1"," \c\" Allow ".Fx ," .el .ie "\\$1"." \c\" Allow ".Fx ." .el .tm Unknown FreeBSD version ``\\$1'' at line \\n(c. . ie "\\$1"," \\&\\*(tNFreeBSD\\*(aa,\\$2 .el .ie "\\$1"." \\&\\*(tNFreeBSD\\*(aa.\\$2 .el \\&\\*(tNFreeBSD\\*(aa \\$1\\$2 .. It'll do the following: % man mcd Formatting page, please wait...Unknown FreeBSD version ``1.0.'' at line 155 Done. MCD(4) FreeBSD Kernel Interfaces Manual (i386 Architecture) MCD(4) ... An mcd driver appeared in FreeBSD 1.0. FreeBSD 2.0 December 8, 1994 2 I do think that we should change .Nx and .Ox to just print their argument and not print any errors, since it's not likely that we'll write man pages with those macros (just import them). Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 20:00:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14305 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 20:00:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA14280 for ; Sat, 13 Feb 1999 20:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA05032; Sat, 13 Feb 1999 20:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from urmel.infosys.heitec.net ([195.63.14.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13954 for ; Sat, 13 Feb 1999 19:55:00 -0800 (PST) (envelope-from andreas@infosys.heitec.net) Received: (from smtpd@localhost) by urmel.infosys.heitec.net (8.8.5/8.8.5) id EAA09798; Sun, 14 Feb 1999 04:52:50 +0100 Received: from troubadix.infosys.heitec.net(193.101.232.22) via SMTP by urmel.infosys.heitec.net, id smtpda09796; Sun Feb 14 04:52:45 1999 Received: (from andreas@localhost) by troubadix.infosys.heitec.net (8.8.7/8.8.5) id EAA12489; Sun, 14 Feb 1999 04:55:02 +0100 (MET) Received: from weiden.infosys.heitec.net (weiden.infosys.heitec.net [193.101.232.43]) by majestix.infosys.heitec.net (8.8.7/8.8.5) with ESMTP id EAA23099 for ; Sun, 14 Feb 1999 04:50:00 +0100 (MET) Received: (from root@localhost) by weiden.infosys.heitec.net (8.9.2/8.9.1) id EAA33722; Sun, 14 Feb 1999 04:48:23 +0100 (CET) (envelope-from andreas) Message-Id: <199902140348.EAA33722@weiden.infosys.heitec.net> Date: Sun, 14 Feb 1999 04:48:23 +0100 (CET) From: andreas@infosys.heitec.net Reply-To: andreas@infosys.heitec.net To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: gnats@openbsd.org X-Send-Pr-Version: 3.2 Subject: bin/10071: chflags does strange things Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10071 >Category: bin >Synopsis: flags given to chflags depend on sequence >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 13 20:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andreas Klussmann >Release: FreeBSD 4.0-CURRENT i386 (ctm 5068) >Organization: HEITEC Informationssysteme GmbH; Naegelsbachstrasse 26; 91052 Erlangen >Environment: FreeBSD, OpenBSD; perhaps NetBSD kern_securelevel_enable set to NO >Description: chflags clears all flags supplied on the command line after a clearing flag like dump(!) or noschg, etc. The error is in /usr/src/bin/ls/stat_flags.c in a loop scanning the arguments. The variable 'clear', which is used as flag for the prepended 'no' string, is only initialised before the loop begins intead of beeing reset on every iteration. >How-To-Repeat: # touch /tmp/flags # chflags schg,uchg /tmp/flags # ls -lo /tmp/flags -rwx------ 1 root wheel uchg,schg 0 Feb 14 04:29 /tmp/flags # chflags dump,schg,uchg /tmp/flags # ls -lo /tmp/flags -rwx------ 1 root wheel - 0 Feb 14 04:29 /tmp/flags # chflags noschg,dump,uchg /tmp/flags # ls -lo /tmp/flags -rwx------ 1 root wheel uchg,nodump 0 Feb 14 04:29 /tmp/flags >Fix: # cd /usr/src/bin/ls # cvs diff -u cvs diff: Diffing . Index: stat_flags.c =================================================================== RCS file: /home/cvs/src/bin/ls/stat_flags.c,v retrieving revision 1.9 diff -u -r1.9 stat_flags.c --- stat_flags.c 1998/01/09 06:14:59 1.9 +++ stat_flags.c 1999/02/14 03:16:31 @@ -118,13 +118,13 @@ int clear; char *string, *p; - clear = 0; if (setp) *setp = 0; if (clrp) *clrp = 0; string = *stringp; while ((p = strsep(&string, "\t ,")) != NULL) { + clear = 0; *stringp = p; if (*p == '\0') continue; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 13 22:55:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26572 for freebsd-bugs-outgoing; Sat, 13 Feb 1999 22:55:58 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26566; Sat, 13 Feb 1999 22:55:56 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA12633; Sat, 13 Feb 1999 22:55:55 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Sat, 13 Feb 1999 22:55:55 -0800 (PST) Message-Id: <199902140655.WAA12633@freefall.freebsd.org> To: berend@pobox.com, asami@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: ports/10065 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: package minicom needs package kermit not on FreeBSD 3.0 CD State-Changed-From-To: analyzed->closed State-Changed-By: asami State-Changed-When: Sat Feb 13 22:55:21 PST 1999 State-Changed-Why: Thanks, kermit dependency removed from minicom port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message