From owner-freebsd-bugs Sun Feb 14 05:20:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27301 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 05: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 FAA27294 for ; Sun, 14 Feb 1999 05:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA30700; Sun, 14 Feb 1999 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26978; Sun, 14 Feb 1999 05:10:01 -0800 (PST) (envelope-from nobody) Message-Id: <199902141310.FAA26978@hub.freebsd.org> Date: Sun, 14 Feb 1999 05:10:01 -0800 (PST) From: jim_early@yahoo.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/10075: 'make buildworld' failure on 3-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10075 >Category: i386 >Synopsis: 'make buildworld' failure on 3-STABLE >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 14 05:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Early >Release: 2.2.5 >Organization: >Environment: FreeBSD myname.my.domain 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Thu Feb 11 21:19:46 EST 1999 earlyjp@myname.my.domain:/usr/src/sys/compile/PPP_KERNEL i386 >Description: Greetings, I would like to ask for some advice about a 'make world' (repeated on 'make buildworld') failure. Last night, I successfully cvsup'ed RELENG_3 from cvsup3.freebsd.org. I then attempted 'make world', but it failed with the following message: >How-To-Repeat: 'make world' 'make buildworld' >Fix: >Release-Note: >Audit-Trail: >Unformatted: >>> Rebuilding bootstrap libraries .... /usr/src/lib/csu/i386-elf/crtbegin.c:30: section attributes are not supported for this target /usr/src/lib/csu/i386-elf/crtbegin.c:31: section attributes are not supported for this target {standard input}: Assembler messages: {standard input}: 73: Error: Unknown pseudo-op: `.section' I next re-cvsup'ed about 6 hours later and I got about 5 file deltas. I reattempted the 'make world', but it failed at the same point. I am attempting to upgrade from 2.2.5 to 3. Searches for this particular error have come up empty. Any suggestions on how to proceed would be appreciated. Thanks! Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 14 07:10:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04825 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 07: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 HAA04803 for ; Sun, 14 Feb 1999 07:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA69343; Sun, 14 Feb 1999 07:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04728; Sun, 14 Feb 1999 07:08:20 -0800 (PST) (envelope-from nobody) Message-Id: <199902141508.HAA04728@hub.freebsd.org> Date: Sun, 14 Feb 1999 07:08:20 -0800 (PST) From: remy@synx.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/10077: dd'ing a ccd stripped partition sometimes hangs in physstr. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10077 >Category: kern >Synopsis: dd'ing a ccd stripped partition sometimes hangs in physstr. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 07:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Remy Nonnenmacher >Release: 3.0 (various brands) >Organization: Synchronix >Environment: FreeBSD rn.synx.com 3.0-971012-SNAP FreeBSD 3.0-971012-SNAP FreeBSD gate3.synx.com 3.0-STABLE FreeBSD 3.0-STABLE FreeBSD fs2.synx.com 3.0-971225-SNAP FreeBSD 3.0-971225-SNAP FreeBSD bench18.synx.com 3.0-19980804-SNAP etc.... >Description: When dd'ing a partition constituted of two stripped disks via ccd, the dd process hangs in state 'physstr' when it reaches the end of the partition in some cases. Exemple : (dd if=/dev/rccd...bs=) - two disks partitions each of 8914935 blocks, strip size 32 hang on any bssize (even 512) - two disks partitions each of 4102272 blocks, strip size 32 OK on any bssize - two disks partitions each of 15733520 blocks, strip size 32 OK on any bssize - two disks partitions each of 17829870 blocks, strip size 32 OK for bssize 512 and 1K hang for bssize 2K or more Filesystem accesses or always OK (probably since filesystem relies on logical boundings created at newfs time). Not really a problem but a little cleanup there would be nice... (even a little warning note in ccd(4) would be OK) Thanks for your work. >How-To-Repeat: - build a ccd strip, then dd if=/dev/rccd.. of=/dev/null bs=XX - Enjoy with various bs values... >Fix: (Sorry, lost myself in all bounds checkings, labels, partitions and various offsets constants. Can't help). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 14 07:41:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06586 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 07:41: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 HAA06578; Sun, 14 Feb 1999 07:41:27 -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 HAA70557; Sun, 14 Feb 1999 07:41:27 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Sun, 14 Feb 1999 07:41:27 -0800 (PST) Message-Id: <199902141541.HAA70557@freefall.freebsd.org> To: jim_early@yahoo.com, fenner@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/10075 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'make buildworld' failure on 3-STABLE State-Changed-From-To: open->closed State-Changed-By: fenner State-Changed-When: Sun Feb 14 07:40:46 PST 1999 State-Changed-Why: Use "make upgrade" to upgrade a 2.2.5 to 3.x . See /usr/src/Makefile for more details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 14 10:09:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20269 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 10:09: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 KAA20264 for ; Sun, 14 Feb 1999 10:09:29 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA83310; Sun, 14 Feb 1999 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 14 Feb 1999 10:00:01 -0800 (PST) Message-Id: <199902141800.KAA83310@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Chris Costello Subject: bin/10042 Reply-To: Chris Costello Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10042; it has been noted by GNATS. From: Chris Costello To: freebsd-gnats-submit@freebsd.org Cc: Subject: bin/10042 Date: Sun, 14 Feb 1999 11:53:37 -0600 Ok, I have a better patch for that. --- file.c.orig Thu Feb 11 20:21:48 1999 +++ file.c Sun Feb 14 11:52:30 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("%s", (char *)fs->fs_proto); return EX_NOINPUT; } fs->fs_status = "symlink"; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 14 10:10:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20409 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 10: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 KAA20379 for ; Sun, 14 Feb 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA83735; Sun, 14 Feb 1999 10:10:00 -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 KAA19914 for ; Sun, 14 Feb 1999 10:05:16 -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 TAA23447 for ; Sun, 14 Feb 1999 19:05:14 +0100 (MET) Received: (from loyer@localhost) by quickstep.ensta.fr (8.9.1/8.8.5) id RAA08065; Sat, 13 Feb 1999 17:08:08 +0100 (CET) Message-Id: <199902131608.RAA08065@quickstep.ensta.fr> Date: Sat, 13 Feb 1999 17:08:08 +0100 (CET) From: Frederic LOYER Reply-To: loyer@ensta.fr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: i386/10089: ATAPI tape driver (wst) doesn't handle End Of Media error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10089 >Category: i386 >Synopsis: ATAPI tape driver (wst) doesn't handle End Of Media error >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 10:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Frederic LOYER >Release: FreeBSD 3.0-RELEASE i386 >Organization: ENSTA - Ecole Nationale Superieure de Techniques Avancees >Environment: FreeBSD 3.0-RELEASE i386 >Description: When writing to a tape, an EIO error is returned at the end of the media. This prevents multi-volume dumps. >How-To-Repeat: dump 0abf 32 /dev/nrwst0 /usr where /usr is a file system which can't be contained in a single tape. >Fix: In the src/sys/i386/isa directory, apply the folowing patch: The switch statement could be replaced by an "if" one. I prefer a switch, thinking of adding perhaps one other error type (such as AER_MCR, media change requested) *** wst.c.orig Sat Feb 13 11:52:35 1999 --- wst.c Sat Feb 13 12:15:24 1999 *************** *** 503,509 **** if (result.code) { printf("wst_done: "); wst_error(t, result); ! bp->b_error = EIO; bp->b_flags |= B_ERROR; } else --- 503,515 ---- if (result.code) { printf("wst_done: "); wst_error(t, result); ! switch (result.error) { ! case AER_EOM: ! bp->b_error = ENOSPC; ! break; ! default: ! bp->b_error = EIO; ! } bp->b_flags |= B_ERROR; } 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 Sun Feb 14 15:40:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26239 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 15: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 PAA26230 for ; Sun, 14 Feb 1999 15:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA07928; Sun, 14 Feb 1999 15:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25837; Sun, 14 Feb 1999 15:33:25 -0800 (PST) (envelope-from nobody) Message-Id: <199902142333.PAA25837@hub.freebsd.org> Date: Sun, 14 Feb 1999 15:33:25 -0800 (PST) From: garbanzo@hooked.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/10095: missing VGA description Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10095 >Category: kern >Synopsis: missing VGA description >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 15:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alex Zepeda >Release: 4.0-CURRENT >Organization: >Environment: zippy:~#uname -a FreeBSD zippy.dyn.ml.org 4.0-CURRENT FreeBSD 4.0-CURRENT #34: Sun Feb 14 15:14:07 PST 1999 root@zippy.dyn.ml.org:/usr/src/sys/compile/PAVOGRANDE i386 >Description: At boot up any Diamond graphics card is recognized as a "VGA Compatable device" or somesuch. >How-To-Repeat: Run FreeBSD on a machine with a Diamond Viper 550 or any other Diamond graphics adaptor installed. >Fix: --- pcisupport.c Sat Feb 13 09:51:46 1999 +++ pcisupport.c.new Sun Feb 14 15:16:42 1999 @@ -1103,6 +1103,15 @@ chip = "Imagine 128"; break; } break; + case 0x10de: + vendor = "Diamond"; + switch (id >> 16) { + case 0x0020: + type = "graphics accelerator"; + chip = "Viper 550 TNT"; + break; + } + break; case 0x1142: vendor = "Alliance"; switch (id >> 16) { >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 14 20:20:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27458 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 20:20: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 UAA27450 for ; Sun, 14 Feb 1999 20:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA25447; Sun, 14 Feb 1999 20:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 14 Feb 1999 20:20:03 -0800 (PST) Message-Id: <199902150420.UAA25447@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: ross@cgl.ucsf.EDU Subject: Re: kern/9282: 2nd IDE controller on Ali chipset motherboards not working Reply-To: ross@cgl.ucsf.EDU Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9282; it has been noted by GNATS. From: ross@cgl.ucsf.EDU To: freebsd-gnats-submit@freebsd.org, klmac@baldcom.net Cc: Subject: Re: kern/9282: 2nd IDE controller on Ali chipset motherboards not working Date: Sun, 14 Feb 1999 20:13:37 -0800 (PST) Observed on ASUS P5A (also Ali) too. May be due to dual IRQ's for primary/2ndary IDE channels. Reported not a problem w/ fbsd 2.x. Bill Ross To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 14 21:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03481 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 21:20: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 VAA03476 for ; Sun, 14 Feb 1999 21:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA28568; Sun, 14 Feb 1999 21:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 14 Feb 1999 21:20:03 -0800 (PST) Message-Id: <199902150520.VAA28568@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Joseph Koshy Subject: Re: bin/8699: ypbind can't bind to server Reply-To: Joseph Koshy 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: Joseph Koshy To: yuri@xpert.com Cc: freebsd-gnats-submit@FreeBSD.org, wpaul@FreeBSD.org Subject: Re: bin/8699: ypbind can't bind to server Date: Sun, 14 Feb 1999 21:10:35 -0800 (PST) Hi, Are you still facing the 'ypbind' problem? Did you try the -m option? Are you by any chance trying to connect to a YP server via an interface that doesn't support broadcast? In the case of the second respondent to this PR, the problem turned out to be a netmask misconfiguration problem which was subsequently rectified. Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 14 22:11:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09229 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 22:11:26 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from sentry.granch.ru (sentry.granch.nsk.su [212.20.5.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA09213; Sun, 14 Feb 1999 22:11:13 -0800 (PST) (envelope-from shelton@sentry.granch.ru) Received: from sentry.granch.ru (1001@sentry.granch.ru [212.20.5.135]) by sentry.granch.ru (8.8.8/8.8.7) with ESMTP id MAA17225; Mon, 15 Feb 1999 12:10:41 +0600 (NS) (envelope-from shelton@sentry.granch.ru) Message-ID: <36C7BA5B.7ECEE7DB@sentry.granch.ru> Date: Mon, 15 Feb 1999 12:10:36 +0600 From: "Rashid N. Achilov" Organization: Granch Ltd. X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) X-Accept-Language: ru MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: bug in wu-ftpd? Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I install wu-ftpd-2.4.2-beta18-VR13 patch. When I attempt login as anonymous, on console constanlty appear message "/etc/spwd.db: No such file or directory", anonymous login succesfull. Set rights 0666 has not effect. After small looking in source code I discover that message appear after getpwuid call in ftpd.c line 2704. I do not have any ideas about this message, and you? -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Granch Ltd. lead engineer e-mail: achilov@granch.ru, tel (383-2) 24-2363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 02:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13769 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 02:20: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 CAA13763 for ; Mon, 15 Feb 1999 02:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA32050; Mon, 15 Feb 1999 02:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 15 Feb 1999 02:20:02 -0800 (PST) Message-Id: <199902151020.CAA32050@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Yuri Gindin Subject: Re: bin/8699: ypbind can't bind to server Reply-To: Yuri Gindin 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: Yuri Gindin To: Joseph Koshy Cc: freebsd-gnats-submit@FreeBSD.ORG, wpaul@FreeBSD.ORG Subject: Re: bin/8699: ypbind can't bind to server Date: Mon, 15 Feb 1999 12:13:27 +0200 (IST) On Sun, 14 Feb 1999, Joseph Koshy wrote: > > > Hi, > > Are you still facing the 'ypbind' problem? Did you try the -m option? > > Are you by any chance trying to connect to a YP server via an interface > that doesn't support broadcast? > > In the case of the second respondent to this PR, the problem turned out to > be a netmask misconfiguration problem which was subsequently rectified. > > Koshy Hello, Yes, the netmask was the problem. Thanks. --Yuri Gindin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 04:32:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27981 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 04:32:13 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27972 for ; Mon, 15 Feb 1999 04:32:10 -0800 (PST) (envelope-from babolo@aaz.links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.9.1a/8.8.8) id PAA18724; Mon, 15 Feb 1999 15:37:52 +0300 (MSK) (envelope-from babolo) Message-Id: <199902151237.PAA18724@aaz.links.ru> Subject: Re: your mail In-Reply-To: from "Vladimir Nevzorov" at "Feb 12, 99 10:10:30 pm" To: vlad@redline.ru (Vladimir Nevzorov) Date: Mon, 15 Feb 1999 15:37:51 +0300 (MSK) Cc: freebsd-bugs@FreeBSD.ORG From: "Aleksandr A.Babaylov" 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 Vladimir Nevzorov writes: > Hello ! > Could You say, is sendmail ver 8.8.7 from standart FreeBSD > installation packet Y2K compliant? as far as I remember sendmail 8.8.7 has security bag and must be replased by at least 8.8.8 > > 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 > -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 05:53:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06252 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 05:53:26 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from gulipin.miee.ru (gulipin.miee.ru [194.226.0.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA06235; Mon, 15 Feb 1999 05:53:19 -0800 (PST) (envelope-from lister@miee.ru) Received: from gulipin.miee.ru (gulipin.miee.ru [194.226.0.64]) by gulipin.miee.ru (8.9.2/8.8.8) with ESMTP id QAA48481; Mon, 15 Feb 1999 16:53:13 +0300 (MSK) (envelope-from lister@miee.ru) Date: Mon, 15 Feb 1999 16:53:12 +0300 (MSK) From: "Michael V. Smirnoff" To: freebsd-stable@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: wtmp in 3.1-BETA is broken? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've 3.1-BETA upgraded from 2.2.8-STABLE. When I type 'w' or 'who' (and other "wtmp-related" tools) I see "rubbish output" such as : {gulipin} /home/aidan > w w: /dev//0: No such file or directory w: /dev//aidan: No such file or directory 4:47ÐÐ up 16 hrs, 0 users, load averages: 0.22, 0.51, 0.73 USER TTY FROM LOGIN@ IDLE WHAT {gulipin} /home/aidan > who n 0 1 Jan 03:00 :0.0 aidan 1 Jan 03:01 (uÈ6ttyp7) . wtmp db was updated by 'cvt-tmp' tool. I'm CVSuping the sources at about 13 Sat 3.00 GMT and rebuld my system use a step-by-step by Ruslan Ermilov http://www.ucb.crimea.ua/~ru/FreeBSD/30upgrade.html Cheers, Michael. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 05:55:43 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06774 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 05:55:43 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from Anechka.mtmc.ru ([193.125.214.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA06754; Mon, 15 Feb 1999 05:55:38 -0800 (PST) (envelope-from vlad@mtmc.ru) Received: from localhost (vlad@localhost) by Anechka.mtmc.ru (8.9.2/8.9.2) with ESMTP id QAA82767; Mon, 15 Feb 1999 16:55:25 +0300 (MSK) Date: Mon, 15 Feb 1999 16:55:24 +0300 (MSK) From: "Vladimir G. Drobyshevsky" To: "Rashid N. Achilov" cc: freebsd-isp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bug in wu-ftpd? In-Reply-To: <36C7BA5B.7ECEE7DB@sentry.granch.ru> 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 Mon, 15 Feb 1999, Rashid N. Achilov wrote: > I install wu-ftpd-2.4.2-beta18-VR13 patch. When I attempt login as > anonymous, on console constanlty appear message "/etc/spwd.db: No such > file or directory", anonymous login succesfull. Set rights 0666 has not Where you find this file? In the system's /etc? Try to copy spwd.db file on //etc/, may be it can help. But it's security hole... Vladimir G. Drobyshevsky system administrator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 08:31:25 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26721 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 08:31: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 IAA26714; Mon, 15 Feb 1999 08:31:19 -0800 (PST) (envelope-from hm@FreeBSD.org) From: Hellmuth Michaelis Received: (from hm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA32973; Mon, 15 Feb 1999 08:31:17 -0800 (PST) (envelope-from hm@FreeBSD.org) Date: Mon, 15 Feb 1999 08:31:17 -0800 (PST) Message-Id: <199902151631.IAA32973@freefall.freebsd.org> To: hm@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, hm@FreeBSD.ORG Subject: Re: conf/9957 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: isdnd too verbose during startup from /etc/rc.network Responsible-Changed-From-To: freebsd-bugs->hm Responsible-Changed-By: hm Responsible-Changed-When: Mon Feb 15 08:28:20 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 Mon Feb 15 11:10:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15608 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 11:10:17 -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 LAA15596 for ; Mon, 15 Feb 1999 11:10:12 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA44145 for freebsd-bugs@freebsd.org; Mon, 15 Feb 1999 11:00:19 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 15 Feb 1999 11:00:19 -0800 (PST) Message-Id: <199902151900.LAA44145@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/28] kern/9218 sysctl crashes system with bad args o [1998/12/30] kern/9249 Panic on 2.2.8-STABLE when accessing wcd o [1999/01/02] kern/9282 2nd IDE controller on Ali chipset motherb o [1999/01/03] kern/9294 IDE controller not being detected even wi o [1999/01/03] ports/9295 torstenb Y2K problem with inn port o [1999/01/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/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 o [1999/02/08] ports/9971 ports [PATCH] Update location of distfile for v o [1999/02/11] bin/10035 3.0-STABLE, rc.shutdown is still ignored. o [1999/02/13] kern/10060 server randomly reboots/crashes due to a o [1999/02/13] ports/10062ports crafty change (documentation now w/o MD5) o [1999/02/14] docs/10088 doc Documentation search results o [1999/02/14] ports/10091ports xsysinfo does not execute 130 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/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/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/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 dcs 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/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] kern/9974 Large amounts of kernel clock drift with o [1999/02/08] ports/9975 ports new port of xqf (find quake servers) o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/09] ports/9989 ports [SECURITY] Latest ProFTPD and Wu-ftpd may o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/10] kern/10013 msdos floppy disk mounts o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] kern/10029 many vm_fault: pager read errors o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/11] bin/10039 Binaries from a "fixit" CD can't find ld- o [1999/02/12] ports/10058ports make failure of ports/devel/libgtop o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/13] ports/10069ports /usr/ports/www/libwww doesn't compile o [1999/02/13] ports/10070ports Fix for misc/xquote: $(MOTIFLIB) o [1999/02/13] bin/10071 flags given to chflags depend on sequence o [1999/02/14] docs/10072 doc broken japanese web links o [1999/02/14] docs/10078 doc Update Metro Link product links o [1999/02/14] docs/10086 doc FAQ font too large o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En o [1999/02/14] ports/10094ports autogeneration of msql user failed 563 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 scrappy tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for o [1995/12/17] kern/900 dg ext2fs triggers divide by zero trap in vn o [1996/01/21] bin/961 hoek 'more $file', incorrect CRLF compacting. s [1996/01/28] kern/975 getrusage returns negative deltas a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/02/07] bin/999 /usr/share/mk/sys.mk missing common $(RM) s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/08/19] kern/1514 dg mlock fails on readonly regions o [1996/08/20] kern/1516 dg vm_fault.c contains dead code or too many a [1996/09/04] bin/1565 Moving a file to it's link completely rem o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 doc ppp server doc submission s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi o [1996/11/25] misc/2105 jmg bsd.lib.mk has problems with STRIP and IN o [1996/11/26] i386/2108 sos [ATAPI] wcd driver may hang under certain s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad o [1996/12/08] bin/2184 peter sendmail has lots of trouble with local d s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/26] bin/2291 [PATCH?] race condition in /etc/master.pa s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/07] bin/2410 pppd(8): failing PAP doesn't force line d o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/15] bin/2499 des fetch ftp://bla bla doesn't bail in disk o [1997/01/17] bin/2518 /usr/bin/tar is out of date o [1997/01/21] bin/2556 Patch for calendar.c o [1997/01/26] misc/2596 dd refuses to respond to SIGkill o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/01/31] bin/2630 [PATCH] xargs does excessive and inconsis o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/05] bin/2672 Problem with telnetd o [1997/02/10] bin/2703 jmg vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] conf/2709 FBSD 2.1.6 X-Server installation setup ut o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/02/27] gnu/2827 after make world genclass is not installe o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/09] i386/2924 sos syscons X keyboard gets stuck in capsmode o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 Add -b, -l, and -f options to du(1) o [1997/03/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 o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/09] kern/6255 SI driver fix for Jet ISA memory size o [1998/04/09] kern/6256 SI driver - new T225 download code o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6308 [PATCH] date(1) -v argument cannot vary s s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. a [1998/04/16] ports/6321 andreas can't run any version of PostgreSQL on 2. o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] conf/6334 -DALLLANG should be moved from src/Makefi o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to a [1998/04/19] ports/6355 ports New port: qplug - Netscape plugin to show o [1998/04/20] bin/6359 routed does sent router discovry solicita o [1998/04/20] ports/6361 ports New port: GNU Pascal Compiler s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp o [1998/04/23] ports/6393 ports New port: MultiMedia package - CD player, f [1998/04/23] bin/6399 [PATCH] When using "-u" mount doesn't sta a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6434 se [PATCH] mediatool in x11/kdelibs cause kw o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou o [1998/05/04] docs/6508 doc sgmlfmt does not expand relative URLs s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o o [1998/05/04] docs/6510 steve GNATS doesn't expand freebsd-doc s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/09] conf/6559 jkh Upgrade processing clobber's ~root/{.cshr o [1998/05/09] ports/6563 se minor problems with KDE ports o [1998/05/10] ports/6570 ports New port: java CUP parser o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/11] ports/6598 ports New port: asmodem - displays the modem st o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue f [1998/05/16] bin/6653 The rc script sometimes produces errors w o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/18] docs/6681 doc docu. addition o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/05/21] ports/6709 ports New port kmessage s [1998/05/21] conf/6711 [PATCH ?] I've seen that fortune before o [1998/05/23] ports/6728 ports New port ktranslator a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking s [1998/05/26] docs/6764 doc limits references to sysctl o [1998/05/26] kern/6769 peter panic: nfs rcvunlock o [1998/05/28] ports/6776 ports New port - xqf s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags o [1998/05/29] bin/6795 steve send-pr does not parse problem reports co f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD f [1998/06/02] bin/6832 imp [PATCH] Allows PINGing from any address o o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/11] bin/6919 can not run multiple instances of /sbin/r o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/13] bin/6937 [PATCH] rc.firewall can't be run from net o [1998/06/13] bin/6939 restore does not set the correct uid on d o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con a [1998/06/20] ports/7005 dburr Submitting RealAudio Player 3.0 as a new o [1998/06/20] ports/7006 itojun hylafax port improved s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/24] ports/7062 torstenb pidentd partialy broken in current s [1998/06/24] bin/7063 mount fails if $PWD does not exist o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/26] bin/7081 [patch] lpr stuff doesn't deal with RM an s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co o [1998/06/28] ports/7094 ports New port of xbomber game s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/28] bin/7101 /sbin/ipfw unexpected variant treatment o s [1998/06/29] bin/7117 flex -I option is broken o [1998/06/30] ports/7128 ports New port: Raster3D-2.4f s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top o [1998/07/02] ports/7150 ports `elftoaout': new port s [1998/07/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco f [1998/07/07] i386/7201 (cpu == CPU_686) in pmap.c shoud also app s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra o [1998/07/11] bin/7254 release: multiple versions of write_mfs_i o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/13] ports/7275 torstenb Symlink for one ssh man-page is wrong o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/15] docs/7289 doc ppp.8: RECEIVING INCOMING PPP CONNECTIONS o [1998/07/15] bin/7294 lpr -r file fails to remove file because o [1998/07/15] 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] 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] 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/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] 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/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" 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/9314 ports New port: wmmount-1.0b1 o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] docs/9338 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/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/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/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/23] ports/9636 kuriyama New port: textproc/psgml-mule 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/9731 ports aterm port needs Xpm dependency o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/27] ports/9736 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/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/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/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/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: update R to 0.63.2 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] 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: waveplay o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/01] ports/9875 ports new port: devel/astyle (aka "Artistic Sty o [1999/02/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/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/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/03] docs/9892 doc mrouted.8 should not use -man macro o [1999/02/03] bin/9893 NFS umount of regular file impossible a [1999/02/03] ports/9895 billf New port - beat the blackjack dealer o [1999/02/03] ports/9897 ports Port update: misc/mc o [1999/02/03] ports/9899 ports port submission for tdetect o [1999/02/03] ports/9901 ports New port net/libnet o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/04] ports/9904 ports Upgrade net/tinyfugue to 4.0 GAMMA 3 a [1999/02/04] ports/9906 ports New port - astro/wmmoonclock (phase of mo a [1999/02/04] ports/9907 billf 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/9920 billf New port - xnc 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/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] bin/9948 mfs can't be killed in 3.0-STABLE o [1999/02/07] ports/9951 ports New Port: Diamond Rio management program a [1999/02/07] ports/9952 billf Port update - www/calamaris to 2.20 o [1999/02/07] ports/9953 hosokawa Samba 2.0.2 update o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/07] ports/9955 ports New port tclock (transparent analog clock o [1999/02/07] ports/9956 ports update of MASTER_SITE for xaniroc port o [1999/02/07] conf/9957 hm isdnd too verbose during startup from /et 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/9969 ports upgrade www/tidy to latest version o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] ports/9977 ports New port - astro/wmspaceweather o [1999/02/09] ports/9978 ports Update ports: libproplist-0.8.3(devel/lib o [1999/02/09] ports/9979 ports Update ports: wdm-1.0(x11/wdm) o [1999/02/09] ports/9981 billf New port - quotes o [1999/02/09] ports/9983 billf x11-wm/afterstep-stable port update to 1. o [1999/02/09] ports/9984 ports PDL - Perl Data Language o [1999/02/09] ports/9985 ports New port: jmirror o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] ports/9988 ports New port: wmcp 1.2.5 o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/09] ports/9992 ports New Port - news/dejasearch o [1999/02/09] ports/9993 ports New Port - graphics/libunfig o [1999/02/09] ports/9994 ports Upgrade x11/eterm o [1999/02/09] ports/9997 ports New port: wmWeather 1.23 o [1999/02/09] ports/9998 ports New port - graphics/mtv (MpegTV player) o [1999/02/09] ports/9999 ports New port: wmitime 0.2 o [1999/02/09] ports/10000ports /ports/news/cnews need patchfiles o [1999/02/10] ports/10002billf New port - xferstats o [1999/02/10] ports/10003ports New port: p5-Socks o [1999/02/10] i386/10004 instalation of current version from FTP s o [1999/02/10] misc/10005 Update /etc/motd o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/10] ports/10008ports ports/net/zircon update to 1.18.210 o [1999/02/10] ports/10010ports update to games/klondike port to 1.9 o [1999/02/10] ports/10012ports new port: xmradio o [1999/02/10] docs/10017 doc Added a site and bug fix o [1999/02/10] ports/10018ports kdecore11 needs gettext o [1999/02/10] bin/10019 Keyinfo and keyinit may use the wrong nam o [1999/02/10] docs/10020 doc Some typos?! in isdnd.8 manpages in 3.0-1 o [1999/02/11] kern/10022 kernel cannot detect WinChips correctly. o [1999/02/11] ports/10023ports New port - net/gtkcookie o [1999/02/11] conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no lo o [1999/02/11] ports/10025ports latest Wine port doesn't need two of the o [1999/02/11] ports/10026ports Upgrade net/xwhois to 0.3.2 (and unbreak) o [1999/02/11] bin/10027 kdump prints garbage when command name is o [1999/02/11] bin/10030 Kerberized telnet fails to encrypt when a o [1999/02/11] ports/10033ports upgrading to 2.2.8 breaks the perl5 port o [1999/02/11] ports/10036billf New port - fltk o [1999/02/11] i386/10037 Security Hole -- Easy way to get users pa o [1999/02/11] docs/10038 doc Added a site and bug fix (part two) o [1999/02/11] bin/10042 Horrible wording in fetch(1) o [1999/02/12] ports/10049ports new port: plugger o [1999/02/12] i386/10050 [PATCH] identcpu.c slightly broken o [1999/02/12] ports/10051ports ports: japanese/wine : up date o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/12] ports/10053billf Addition to pr/10036 o [1999/02/12] ports/10055ports audio/xmcd Makefile patch o [1999/02/12] ports/10056ports changes for the iMaze port (ports/games/i o [1999/02/12] ports/10057ports update of epic4 port from nr13 to nr14 o [1999/02/13] ports/10063ports New port: chinese/telnet o [1999/02/13] bin/10064 /bin/sh called from make dumps core o [1999/02/13] ports/10067ports New port - flwm o [1999/02/13] ports/10068ports Fixes for several problems in X-Files por o [1999/02/14] ports/10073ports Update port: graphics/EZWGL o [1999/02/14] ports/10074ports Update port: lang/ptoc o [1999/02/14] ports/10076ports updated net/mpich port o [1999/02/14] kern/10077 dd'ing a ccd stripped partition sometimes o [1999/02/14] docs/10080 doc Adding link to Daemon BSD case badges o [1999/02/14] docs/10081 doc Adding Rhode Island Free Unix Group o [1999/02/14] docs/10082 doc Adding Pine Internet to Consultants page o [1999/02/14] docs/10083 doc Adding OpenWorld to Consulting services o [1999/02/14] docs/10084 doc new FreeBSD user group in Yogyakarta City o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] docs/10087 doc Web site error on http://www.freebsd.org/ o [1999/02/14] ports/10092ports Here is a port upgrade for fvwm-2.1.10 o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] ports/10096ports New port: games/xtet42 o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] docs/10099 doc Enables building FreeBSD Web site without o [1999/02/15] ports/10101ports lynx-current port use $prefix/lib instead o [1999/02/15] ports/10102ports net/ircII port wants to install help file o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] ports/10104ports New port: games/pmars-0.8 1032 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 15 11:50:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23435 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 11: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 LAA23376 for ; Mon, 15 Feb 1999 11:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA47447; Mon, 15 Feb 1999 11:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20791 for ; Mon, 15 Feb 1999 11:43:58 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id LAA18818; Mon, 15 Feb 1999 11:43:57 -0800 (PST) (envelope-from dillon) Message-Id: <199902151943.LAA18818@apollo.backplane.com> Date: Mon, 15 Feb 1999 11:43:57 -0800 (PST) From: Matthew Dillon Reply-To: dillon@apollo.backplane.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/10107: inode vs exec_map interlock Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10107 >Category: kern >Synopsis: interlock situation with exec_map and a program binary inode >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 15 11:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: Heavily loaded test machine artificially limited to 16MB of main memory, NFS swap, running a buildworld -j10. >Description: I found an interesting interlock situation between what I believe to be a program binaries inode and the exec_map. The machine locked up trying to exec new programs. This was running a make -j10 buildworld on a machine with 16MB of ram configured, while testing my new VM system. I don't think the lockup is due to my VM system, though. It took it 7 hours of extremely heavy paging before it locked up. When I broke the machine out into DDB and did a ps, all of the cc's were stuck in 'inode' wait, while a single ld program was stuck in 'thrd_sleep'. I tracked 'thrd_sleep' down to a vm_map lock and the map down to the exec_map. I tracked down the inode lock to the 'cc' program binary. The inode had one shared lock and 7 waiters. The exec_map appears to own one shared lock with 6 waiters ( but most of the waiters are due to me trying to run other programs before breaking into the DDB ). I am guessing that there is an interlock situation with exec_map and a program inode where one process locks exec_map followed by the program inode, and another locks the program inode followed by exec_map. But I'm not familiar with that section of the code so I would appreciate any help. >How-To-Repeat: The problem was found by running a make -j10 buildworld on a machine artificially limited to 16MB of main memory, with NFS swap. The problem occured approximately 7 hours into the buildworld so it is presumably difficult to recreate and represents a small window somewhere. >Fix: Unknown as yet. >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 15 15:08:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20211 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 15:08:58 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20193 for ; Mon, 15 Feb 1999 15:08:53 -0800 (PST) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.1a/8.9.1) id RAA17169; Mon, 15 Feb 1999 17:07:18 -0600 (CST) Message-ID: <19990215170718.F14553@futuresouth.com> Date: Mon, 15 Feb 1999 17:07:18 -0600 From: "Matthew D. Fuller" To: "Rashid N. Achilov" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bug in wu-ftpd? References: <36C7BA5B.7ECEE7DB@sentry.granch.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <36C7BA5B.7ECEE7DB@sentry.granch.ru>; from Rashid N. Achilov on Mon, Feb 15, 1999 at 12:10:36PM +0600 X-OS: FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 15, 1999 at 12:10:36PM +0600, a little birdie told me that Rashid N. Achilov remarked > Hi! > > I install wu-ftpd-2.4.2-beta18-VR13 patch. When I attempt login as > anonymous, on console constanlty appear message "/etc/spwd.db: No such > file or directory", anonymous login succesfull. Set rights 0666 has not > effect. After small looking in source code I discover that message > appear after getpwuid call in ftpd.c line 2704. I do not have any ideas > about this message, and you? It might need some sort of minimal passwd under the anonymous directory. DO NOT COPY THE SYSTEM spwd.db INTO THERE!!! DO NOT CHMOD 666 THE SYSTEM spwd.db. Ever. Don't. The sky will fall. /etc/spwd.db contains your encrypted password strings; it shouldn't ever (except under extreme circumstances) be anything other than mode 600. --- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller http://www.over-yonder.net/~fullermd | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "The only reason I'm burning my candle at both ends, | * is because I haven't figured out how to light the * | middle yet" | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 17:29:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08572 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 17:29:49 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08567 for ; Mon, 15 Feb 1999 17:29:46 -0800 (PST) (envelope-from mike@sentex.net) Received: from ospf-wat.sentex.net (ospf-wat.sentex.net [209.167.248.81]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id UAA18666; Mon, 15 Feb 1999 20:28:08 -0500 (EST) From: mike@sentex.net (Mike Tancsa) To: shelton@sentry.granch.ru ("Rashid N. Achilov") Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bug in wu-ftpd? Date: Tue, 16 Feb 1999 01:35:53 GMT Message-ID: <36c8c992.334361466@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 15 Feb 1999 01:45:36 -0500, in sentex.lists.freebsd.misc you wrote: >Hi! > >I install wu-ftpd-2.4.2-beta18-VR13 patch. When I attempt login as >anonymous, on console constanlty appear message "/etc/spwd.db: No such >file or directory", anonymous login succesfull. Set rights 0666 has not >effect. After small looking in source code I discover that message >appear after getpwuid call in ftpd.c line 2704. I do not have any ideas >about this message, and you? Its looking for a passwd file so it can map usernames to uids... Copy /etc/pwd.db into ~ftp/etc Make sure its *NOT* /etc/spwd.db... Thats the one that contains encrypted passwords. Just cp /etc/pwd.db* ~ftp/etc ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 18:12:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12847 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 18:12:28 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mail.nacamar.de (mail.nacamar.de [194.162.162.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12842; Mon, 15 Feb 1999 18:12:25 -0800 (PST) (envelope-from rohrbach@mail.nacamar.de) Received: (from rohrbach@localhost) by mail.nacamar.de (8.8.7/8.8.8MB-19980212) id DAA22971; Tue, 16 Feb 1999 03:11:03 +0100 (CET) Message-ID: <19990216031103.D22822@nacamar.net> Date: Tue, 16 Feb 1999 03:11:03 +0100 From: "Karsten W. Rohrbach" To: "Rashid N. Achilov" , freebsd-isp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bug in wu-ftpd? Reply-To: rohrbach@nacamar.net Mail-Followup-To: "Rashid N. Achilov" , freebsd-isp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG References: <36C7BA5B.7ECEE7DB@sentry.granch.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <36C7BA5B.7ECEE7DB@sentry.granch.ru>; from Rashid N. Achilov on Mon, Feb 15, 1999 at 12:10:36PM +0600 X-Arbitrary-Number-Of-The-Day: 42 X-Sender: rohrbach@nacamar.net X-Organisation: Nacamar Data Communications GmbH X-Address: Robert-Bosch-Str. 32, 63303 Dreieich, Germany X-Phone: vox: +49 6103 993 870 fax: +49 6103 993 199 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org try proftpd instead. faster, easier to configure, simply better. and - yes it has some bugs =) but it works at least for me ;-) /k Rashid N. Achilov (shelton@sentry.granch.ru) @ Mon, Feb 15, 1999 at 12:10:36PM +0600: > Hi! > > I install wu-ftpd-2.4.2-beta18-VR13 patch. When I attempt login as > anonymous, on console constanlty appear message "/etc/spwd.db: No such > file or directory", anonymous login succesfull. Set rights 0666 has not > effect. After small looking in source code I discover that message > appear after getpwuid call in ftpd.c line 2704. I do not have any ideas > about this message, and you? > -- > With Best Regards. > Rashid N. Achilov (RNA1-RIPE), Granch Ltd. lead engineer > e-mail: achilov@granch.ru, tel (383-2) 24-2363 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- "The path of excess leads to the tower of wisdom." -- W. Blake http://www.nacamar.de - http://www.nacamar.net - http://www.webmonster.de http://www.apache.de - http://www.quakeforum.de - finger rohrbach@nacamar.net PGP Key fingerprint = F9 A0 DF 91 74 07 6A 1C 5F 0B E0 6B 4D CD 8C 44 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 18:12:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12870 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 18:12:30 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from enya.clari.net.au (enya.clari.net.au [203.8.14.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12729 for ; Mon, 15 Feb 1999 18:10:58 -0800 (PST) (envelope-from danny@enya.clari.net.au) Received: from localhost (danny@localhost) by enya.clari.net.au (8.8.8/8.8.7) with SMTP id NAA03186; Tue, 16 Feb 1999 13:09:39 +1100 (EST) (envelope-from danny@enya.clari.net.au) Date: Tue, 16 Feb 1999 13:09:38 +1100 (EST) From: "Daniel O'Callaghan" To: David Hedley cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10028: TCP problem binding port - address already in use In-Reply-To: <199902111750.JAA44203@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 Hedley wrote: > 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). I also saw this happen with udp. We had radiusd started from inetd in 'wait'. If inetd went crazy with the 'junk pointer' problem, and needed restarting, it would fail to bind to the radius port, because radiusd was there. However, even killing radiusd would not free the port, and a reboot was necessary to recover. Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 18:17:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13529 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 18:17: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 SAA13519; Mon, 15 Feb 1999 18:17:55 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA73788; Mon, 15 Feb 1999 18:17:53 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Mon, 15 Feb 1999 18:17:53 -0800 (PST) Message-Id: <199902160217.SAA73788@freefall.freebsd.org> To: yuri@xpert.com, jkoshy@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8699 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ypbind can't bind to server State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Mon Feb 15 18:17:14 PST 1999 State-Changed-Why: Turned out to be a netmask misconfiguration problem in both cases. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 20:40:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28605 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 20: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 UAA28590 for ; Mon, 15 Feb 1999 20:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA80764; Mon, 15 Feb 1999 20:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from holly.dyndns.org ([208.169.164.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28367 for ; Mon, 15 Feb 1999 20:37:58 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: (from chris@localhost) by holly.dyndns.org (8.9.2/8.9.2) id WAA11043; Mon, 15 Feb 1999 22:38:29 -0600 (CST) (envelope-from chris) Message-Id: <199902160438.WAA11043@holly.dyndns.org> Date: Mon, 15 Feb 1999 22:38:29 -0600 (CST) From: Chris Costello Reply-To: phoenix@calldei.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: gnu/10112: /usr/src/gnu/usr.bin/patch sorely out of date Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10112 >Category: gnu >Synopsis: /usr/src/gnu/usr.bin/patch sorely out of date >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 20:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: FreeBSD holly.dyndns.org 3.1-RELEASE FreeBSD 3.1-RELEASE #9: Mon Feb 15 16:49:03 CST 1999 chris@holly.dyndns.org:/usr/src/sys/compile/Holly i386 >Description: The version of patch in /usr/src/gnu is out of date. >How-To-Repeat: Run patch! ;) >Fix: I've modified the latest distribution of patch to run on FreeBSD smoothly, and I've removed a bit of the "extra junk" inherent to GNU software ;) I have a tarball at http://www.calldei.com/~phoenix/patch.tar.gz if you want to use that as the next version. >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 15 21:09:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01648 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 21:09:14 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from aniwa.sky (p57-max8.wlg.ihug.co.nz [209.79.142.249]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01643; Mon, 15 Feb 1999 21:09:09 -0800 (PST) (envelope-from andrew@squiz.co.nz) Received: from aniwa.sky (localhost [127.0.0.1]) by aniwa.sky (8.9.1a/8.9.1) with ESMTP id SAA14911; Tue, 16 Feb 1999 18:07:04 +1300 (NZDT) Message-Id: <199902160507.SAA14911@aniwa.sky> X-Mailer: exmh version 2.0.2 2/24/98 To: rohrbach@nacamar.net cc: "Rashid N. Achilov" , freebsd-isp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bug in wu-ftpd? In-reply-to: Your message of "Tue, 16 Feb 1999 03:11:03 BST." <19990216031103.D22822@nacamar.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 16 Feb 1999 18:07:04 +1300 From: Andrew McNaughton Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Regardless of the merits of the proftpd software (I wouldn't know), if his password database is missing then I doubt that switching server software is going to fix it. Anyone running proftpd should check out recent bugtraq articles. Specifically http://geek-girl.com/bugtraq/1999_1/0564.html and responses. wu-ftpd was described as 'probably vulnerable' without specifics. Several other ftpd's were discussed, though not freebsd's native one. Andrew McNaughton > try proftpd instead. faster, easier to configure, simply better. and - yes > it has some bugs =) but it works at least for me ;-) > > /k > > > Rashid N. Achilov (shelton@sentry.granch.ru) @ Mon, Feb 15, 1999 at 12:10:36PM +0600: > > Hi! > > > > I install wu-ftpd-2.4.2-beta18-VR13 patch. When I attempt login as > > anonymous, on console constanlty appear message "/etc/spwd.db: No such > > file or directory", anonymous login succesfull. Set rights 0666 has not > > effect. After small looking in source code I discover that message > > appear after getpwuid call in ftpd.c line 2704. I do not have any ideas > > about this message, and you? > > -- > > With Best Regards. > > Rashid N. Achilov (RNA1-RIPE), Granch Ltd. lead engineer > > e-mail: achilov@granch.ru, tel (383-2) 24-2363 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > -- > "The path of excess leads to the tower of wisdom." -- W. Blake > http://www.nacamar.de - http://www.nacamar.net - http://www.webmonster.de > http://www.apache.de - http://www.quakeforum.de - finger rohrbach@nacamar.net > PGP Key fingerprint = F9 A0 DF 91 74 07 6A 1C 5F 0B E0 6B 4D CD 8C 44 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 21:40:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04996 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 21: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 VAA04981 for ; Mon, 15 Feb 1999 21:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA83927; Mon, 15 Feb 1999 21:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04227 for ; Mon, 15 Feb 1999 21:32:41 -0800 (PST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id GAA20389 for FreeBSD-gnats-submit@freebsd.org; Tue, 16 Feb 1999 06:32:39 +0100 (CET) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de ([193.197.90.235]) by mips.rhein-neckar.de with esmtp id m10Cavj-000WyYC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Tue, 16 Feb 1999 04:12:11 +0100 (CET) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id EAA00626; Tue, 16 Feb 1999 04:13:51 +0100 (CET) (envelope-from naddy) Message-Id: <199902160313.EAA00626@bigeye.rhein-neckar.de> Date: Tue, 16 Feb 1999 04:13:51 +0100 (CET) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/10113: [PATCH] syscons: switch to previous console Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10113 >Category: kern >Synopsis: [PATCH] syscons: switch to previous console >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 21:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: The syscons console driver has a special key to switch to the next virtual console but none to switch to the previous console. The appended patch adds this missing functionality. Files touched: sys/i386/include/console.h console driver symbol PREV sys/dev/syscons/syscons.c actual functionality usr.sbin/kbdcontrol/lex.h internal symbol TPREV usr.sbin/kbdcontrol/lex.l map "pscr" to TPREV usr.sbin/kbdcontrol/kbdcontrol.c tie "pscr", TPREV, and PREV >How-To-Repeat: For testing purposes, I created a keymap with the switch previous/next screen special keys on cursor left/right: --- /usr/share/syscons/keymaps/us.iso.kbd Mon Feb 15 20:21:50 1999 +++ test.kbd Tue Feb 16 02:03:49 1999 @@ -99,8 +99,8 @@ 094 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 O 095 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 O 096 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 O - 097 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 O - 098 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 O + 097 fkey53 pscr pscr pscr fkey53 fkey53 fkey53 fkey53 O + 098 fkey55 nscr nscr nscr fkey55 fkey55 fkey55 fkey55 O 099 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 O 100 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 O 101 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 O >Fix: --- sys/i386/include/console.h.orig Sat Feb 6 13:33:53 1999 +++ sys/i386/include/console.h Tue Feb 16 03:16:37 1999 @@ -440,6 +440,7 @@ #define L_ACC DCAR /* last accent key */ #define STBY 0x98 /* Go into standby mode (apm) */ +#define PREV 0x99 /* switch to previous screen */ #define F(x) ((x)+F_FN-1) #define S(x) ((x)+F_SCR-1) --- sys/dev/syscons/syscons.c.orig Sat Feb 6 13:33:48 1999 +++ sys/dev/syscons/syscons.c Tue Feb 16 02:43:56 1999 @@ -3718,6 +3718,18 @@ } break; + case PREV: + this_scr = get_scr_num(); + for (i = (this_scr - 1 < 0) ? MAXCONS - 1 : this_scr - 1; + i != this_scr; i = (i - 1 < 0) ? MAXCONS - 1 : i - 1) { + struct tty *tp = VIRTUAL_TTY(i); + if (tp->t_state & TS_ISOPEN) { + switch_scr(cur_console, i); + break; + } + } + break; + default: if (KEYCHAR(c) >= F_SCR && KEYCHAR(c) <= L_SCR) { switch_scr(cur_console, KEYCHAR(c) - F_SCR); --- usr.sbin/kbdcontrol/lex.h.orig Mon Aug 3 13:33:22 1998 +++ usr.sbin/kbdcontrol/lex.h Tue Feb 16 01:29:06 1999 @@ -53,6 +53,7 @@ #define TSUSP 278 #define TACC 279 #define TSPSC 280 +#define TPREV 281 extern int number; extern char letter; --- usr.sbin/kbdcontrol/lex.l.orig Thu Aug 6 11:44:23 1998 +++ usr.sbin/kbdcontrol/lex.l Tue Feb 16 03:16:40 1999 @@ -51,6 +51,7 @@ btab { return TBTAB; } lctrl|ctrl { return TLCTR; } nscr { return TNEXT; } +pscr { return TPREV; } rctrl { return TRCTR; } ralt { return TRALT; } alock { return TALK; } --- usr.sbin/kbdcontrol/kbdcontrol.c.orig Sun Jan 24 02:38:37 1999 +++ usr.sbin/kbdcontrol/kbdcontrol.c Tue Feb 16 03:24:54 1999 @@ -163,6 +163,8 @@ return LCTR | 0x100; case TNEXT: return NEXT | 0x100; + case TPREV: + return PREV | 0x100; case TRCTR: return RCTR | 0x100; case TRALT: @@ -360,6 +362,9 @@ break; case NEXT | 0x100: fprintf(fp, " nscr "); + break; + case PREV | 0x100: + fprintf(fp, " pscr "); break; case RCTR | 0x100: fprintf(fp, " rctrl "); >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 15 22:44:46 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11587 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 22:44:46 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from sentry.granch.ru (sentry.granch.nsk.su [212.20.5.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA11582; Mon, 15 Feb 1999 22:44:42 -0800 (PST) (envelope-from shelton@granch.ru) Received: from granch.ru (1001@localhost.granch.ru [127.0.0.1]) by sentry.granch.ru (8.8.8/8.8.7) with ESMTP id MAA00681; Tue, 16 Feb 1999 12:44:44 +0600 (NS) (envelope-from shelton@granch.ru) Message-ID: <36C913D8.F1F0E068@granch.ru> Date: Tue, 16 Feb 1999 12:44:41 +0600 From: "Rashid N. Achilov" Organization: Granch Ltd. X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Bug in wu-ftpd, part2 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! Thank you for all, who so quickly answer me. I continue my experiments and discover that message appear only if ftpaccess file include parameter "anonymous-root". If ftpaccess does not include parameter "anonymous-root" wu-ftpd use /etc/spwd.db? -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Granch Ltd. lead engineer e-mail: achilov@granch.ru, tel (383-2) 24-2363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 23:02:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13195 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 23:02:58 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from PacHell.TelcoSucks.org (PacHell.TelcoSucks.org [207.90.181.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13190; Mon, 15 Feb 1999 23:02:57 -0800 (PST) (envelope-from ulf@PacHell.TelcoSucks.org) Received: (from ulf@localhost) by PacHell.TelcoSucks.org (8.9.1/8.9.1) id XAA08044; Mon, 15 Feb 1999 23:03:02 -0800 (PST) (envelope-from ulf) Message-ID: <19990215230301.A28006@TelcoSucks.org> Date: Mon, 15 Feb 1999 23:03:01 -0800 From: Ulf Zimmermann To: "Rashid N. Achilov" , freebsd-isp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: Bug in wu-ftpd, part2 Reply-To: ulf@Alameda.net References: <36C913D8.F1F0E068@granch.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <36C913D8.F1F0E068@granch.ru>; from Rashid N. Achilov on Tue, Feb 16, 1999 at 12:44:41PM +0600 Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 3.0-19980930-BETA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 16, 1999 at 12:44:41PM +0600, Rashid N. Achilov wrote: > Hi! > > Thank you for all, who so quickly answer me. I continue my experiments > and discover that message appear only if ftpaccess file include > parameter "anonymous-root". If ftpaccess does not include parameter > "anonymous-root" wu-ftpd use /etc/spwd.db? See another post from me. wu-ftpd tries to use system calls which would open the file /etc/spwd.db to get user informations. In a chroot enviroment (as done with anonymous-root) it can't access the real /etc/spwd.db. You will need a "fake" file in your /etc in your anonymous ftp structure. I usual used just a minimal set, which included the ftp user and no passwords (* instead). > -- > With Best Regards. > Rashid N. Achilov (RNA1-RIPE), Granch Ltd. lead engineer > e-mail: achilov@granch.ru, tel (383-2) 24-2363 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-769-2936 Alameda Networks, Inc. | http://www.Alameda.net | Fax#: 510-521-5073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 15 23:50:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17981 for freebsd-bugs-outgoing; Mon, 15 Feb 1999 23: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 XAA17967 for ; Mon, 15 Feb 1999 23:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA92428; Mon, 15 Feb 1999 23:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from roundtable.cif.rochester.edu (roundtable.cif.rochester.edu [128.151.220.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17805 for ; Mon, 15 Feb 1999 23:48:29 -0800 (PST) (envelope-from gene@cif.rochester.edu) Received: (from gene@localhost) by roundtable.cif.rochester.edu (8.8.8/8.8.8) id CAA28977; Tue, 16 Feb 1999 02:48:25 -0500 (EST) (envelope-from gene) Message-Id: <199902160748.CAA28977@roundtable.cif.rochester.edu> Date: Tue, 16 Feb 1999 02:48:25 -0500 (EST) From: gene@cif.rochester.edu Reply-To: gene@cif.rochester.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/10115: /etc/login.conf still implies LOGIN_CAP_AUTH Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10115 >Category: conf >Synopsis: /etc/login.conf still implies LOGIN_CAP_AUTH >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 23:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gene Skonicki >Release: FreeBSD 2.2.8-STABLE i386 >Organization: University of Rochester >Environment: FreeBSD 2.2.8-RELEASE However, I've confirmed my assertion with the CVS repository. >Description: The login.conf file as shipped under standard FreeBSD 3.1 (and 3.0) still has all its examples involving auth-default and friends. In recent memory, (around the inclusion of PAM) the support for login-auth methods was completely deleted from login. So, these examples no longer make sense and could be confusing. Likewise, the manpage should probably be generally overhauled to reflect the new world order. >How-To-Repeat: >Fix: Update default login.conf file and associated manpage. Probably cross-reference pam stuff on login.conf mp. >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 16 04:06:36 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09186 for freebsd-bugs-outgoing; Tue, 16 Feb 1999 04:06:36 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mail2s.biglobe.ne.jp (mail2s.biglobe.ne.jp [210.147.14.242]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09180 for ; Tue, 16 Feb 1999 04:06:29 -0800 (PST) (envelope-from noriko_o@mtj.biglobe.ne.jp) Received: from mail-gw.biglobe.ne.jp (mailsv15.biglobe.ne.jp [210.147.14.248]) by mail2s.biglobe.ne.jp (8.9.1+3.1W/3.7W-99020213) with ESMTP id VAA13789 for ; Tue, 16 Feb 1999 21:06:27 +0900 (JST) Received: from mail-relay.biglobe.ne.jp by mail-gw.biglobe.ne.jp (8.8.8/3.6W-INET_GW) id VAA27503 for ; Tue, 16 Feb 1999 21:06:27 +0900 (JST) Received: from mtj.biglobe.ne.jp by mail-relay.biglobe.ne.jp (8.8.8/3.6W-BIGLOBE_RELAY) id VAA16245 for ; Tue, 16 Feb 1999 21:06:26 +0900 (JST) X-Biglobe-Sender: noriko_o@mtj.biglobe.ne.jp X-Biglobe-Date: Tue, 16 Feb 1999 21:06:23 +0900 From: "=?iso-2022-jp?B?GyRCPi5FREFSRTU7UhsoQg==?=" To: Subject: 2000 QUESTIONS Date: Tue, 16 Feb 1999 21:11:25 -0000 Message-ID: <01be59f0$e9b48ea0$0a9bcd85@asr41706> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BE59F0.E9B48EA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BE59F0.E9B48EA0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit FreeBSD$B$K$D$$$F!"e$2$^$9!#(B $B$K$7$F05=L$9$k$h$&$J5!G=$N$3$H$G$9!#(B $Bl9g$O!"%b%8%e!<%k$4$H$K%Q%C%A$r$"$F$k$3$H$K$J$k$N$G(B $B$7$g$&$+!)(B noriko_o@mtj.biglobe.ne.jp ------=_NextPart_000_0005_01BE59F0.E9B48EA0 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
FreeBSD=1B$B$K$D$$$F!"=1B$B2sEz$N$[$I!"= 59$7$/$*4j$$?=3D$7>e$2$^$9!#=1B(B 
=1B$B  &nbs= p;   =20 =1B$B$?$H$($P!"<+F0$G$H$C$F$$$k%m%0%U%!%$%k$N%5%$%:$,0lDjCM$K$J$C$?$i!"=1B= (B
      =20 =1B$BJLL>$K$7$F05=3DL$9$k$h$&$J5!G=3D$N$3$H$G$9!#=1B(B
 
=
=1B$B      =20 =1B$B;d$?$A$O=1B(BFreeBSD = 2.2.5=1B$B$N%P!<%8%g%s$G;HMQ$7$F$$$^$9$,!"=1B(BFreeBSD=20 stable=1B$B$N%P!<%8%g%s$G=1B(B
      =20 2000=1B$BBP1~$rA4$F%+%P!<$7$?$b$N$O%j%j!<%9$5$l$k$N$G$7$g$&$+!)=1B(B
&= nbsp;     =20 =1B$B%j%j!<%9$5$l$J$$>l9g$O!"%b%8%e!<%k$4$H$K%Q%C%A$r$"$F$k$3$H$K$J$k$N$G= $7$g$&$+!)=1B(B
 
 
noriko_o@mtj.biglobe.ne.jp=
------=_NextPart_000_0005_01BE59F0.E9B48EA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 16 06:40:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25178 for freebsd-bugs-outgoing; Tue, 16 Feb 1999 06: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 GAA25156 for ; Tue, 16 Feb 1999 06:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA26370; Tue, 16 Feb 1999 06:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from yyy.or.jp (host03.interwave.or.jp [202.214.252.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA24152 for ; Tue, 16 Feb 1999 06:32:20 -0800 (PST) (envelope-from hnokubi@yyy.or.jp) Received: (qmail 24423 invoked from network); 16 Feb 1999 23:26:04 +0900 Received: from urayasu115.interwave.or.jp (HELO ppp-client.yyy.or.jp) (210.138.157.151) by mail.yyy.or.jp with SMTP; 16 Feb 1999 23:26:04 +0900 Received: from sassaby.nokubi.or.jp (sassaby.nokubi.or.jp [192.168.9.3]) by ppp-client.yyy.or.jp (8.9.1/3.5Wpl7-ppp) with ESMTP id XAA01455 for ; Tue, 16 Feb 1999 23:41:45 +0900 (JST) Received: (from h-nokubi@localhost) by sassaby.nokubi.or.jp (8.9.2/3.5Wpl7-glove) id XAA00558; Tue, 16 Feb 1999 23:32:38 +0900 (JST) Message-Id: <199902161432.GAA24152@hub.freebsd.org> Date: Tue, 16 Feb 1999 23:32:38 +0900 (JST) From: hnokubi@yyy.or.jp Reply-To: hnokubi@yyy.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/10116: acd driver patch to support PD/CD drive. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10116 >Category: kern >Synopsis: acd driver patch to support PD/CD drive. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 06:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: NOKUBI Hirotaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD alphazeal.nokubi.or.jp 4.0-CURRENT FreeBSD 4.0-CURRENT #26: Mon Feb 15 23:41:39 JST 1999 h-nokubi@alphazeal.nokubi.or.jp:/usr/src/sys/compile/ALPHAZEAL i386 >Description: I'm using FreeBSD on NEC PC98, and I want to use PD/CD drive on my machine. I read INF-8070.PDF (ATAPI for Rewritable Removable Media spec.), made patch to acd driver so that I can use my ODX654P NEC PD/CD drive as PD drive. I'd appreciate to see that the patch will be included in the future FreeBSD release. Because I'd like to make the difference clear, appended patch has wrong indentation. I'm sorry, but please correct that if you apply the patch. >How-To-Repeat: >Fix: In original code, member `lun' in `struct acd' is initialized by `acdnlun'. It seems to be wrong, when more than two CD-ROM changers are in same machine (first changer will be assigned right lun numbers, second one will be assigned wrong lun numbers). Am I correct? Index: i386/isa/atapi.c =================================================================== RCS file: /home/ncvs/src/sys/i386/isa/atapi.c,v retrieving revision 1.30 diff -u -r1.30 atapi.c --- atapi.c 1998/12/27 17:12:01 1.30 +++ atapi.c 1999/02/16 13:45:26 @@ -340,11 +340,13 @@ case 0x01: return ("REZERO_UNIT"); case 0x03: return ("REQUEST_SENSE"); case 0x04: return ("FORMAT_UNIT"); + case 0x12: return ("INQUIRY"); case 0x1b: return ("START_STOP"); case 0x1e: return ("PREVENT_ALLOW"); case 0x25: return ("READ_CAPACITY"); case 0x28: return ("READ_BIG"); case 0x2a: return ("WRITE_BIG"); + case 0x2b: return ("SEEK"); case 0x35: return ("SYNCHRONIZE_CACHE"); case 0x42: return ("READ_SUBCHANNEL"); case 0x43: return ("READ_TOC"); Index: i386/isa/atapi.h =================================================================== RCS file: /home/ncvs/src/sys/i386/isa/atapi.h,v retrieving revision 1.16 diff -u -r1.16 atapi.h --- atapi.h 1998/12/27 17:12:01 1.16 +++ atapi.h 1999/02/16 13:45:26 @@ -114,11 +114,13 @@ #define ATAPI_TEST_UNIT_READY 0x00 /* check if the device is ready */ #define ATAPI_REZERO_UNIT 0x01 /* reinit device */ #define ATAPI_REQUEST_SENSE 0x03 /* get sense data */ +#define ATAPI_INQUIRY 0x12 /* get information regarding param. */ #define ATAPI_START_STOP 0x1b /* start/stop the media */ #define ATAPI_PREVENT_ALLOW 0x1e /* prevent/allow media removal */ #define ATAPI_READ_CAPACITY 0x25 /* get volume capacity */ #define ATAPI_READ_BIG 0x28 /* read data */ #define ATAPI_WRITE_BIG 0x2a /* write data */ +#define ATAPI_SEEK 0x2b /* seek */ #define ATAPI_SYNCHRONIZE_CACHE 0x35 /* flush write buf, close write chan */ #define ATAPI_READ_SUBCHANNEL 0x42 /* get subchannel info */ #define ATAPI_READ_TOC 0x43 /* get table of contents */ @@ -200,6 +202,15 @@ short reserved7[2]; u_short rls_ovlap; /* release time (us) for overlap cmd - optional */ u_short rls_service; /* release time (us) for service cmd - optional */ + u_short major_rev; + u_short minor_ver; + u_short reserved8[51]; + unsigned last_lun : 3; + unsigned : 13; + unsigned media_status : 2; + unsigned : 6; + unsigned write_protect : 1; + unsigned : 7; }; /* Index: i386/isa/atapi-cd.c =================================================================== RCS file: /home/ncvs/src/sys/i386/isa/atapi-cd.c,v retrieving revision 1.11 diff -u -r1.11 atapi-cd.c --- atapi-cd.c 1999/02/10 00:03:32 1.11 +++ atapi-cd.c 1999/02/16 13:45:26 @@ -96,6 +96,7 @@ static int acd_read_toc(struct acd *); static int acd_request_wait(struct acd *, u_char, u_char, u_char, u_char, u_char, u_char, u_char, u_char, u_char, u_char, char *, int); static void acd_describe(struct acd *); +static void aod_describe(struct acd *); static int acd_setchan(struct acd *, u_char, u_char, u_char, u_char); static int acd_eject(struct acd *, int); static void acd_select_slot(struct acd *); @@ -168,6 +169,7 @@ struct atapires result; struct changer *chp; int i, count; + int lun = 0; if (acdnlun >= NUNIT) { printf("acd: too many units\n"); @@ -177,7 +179,9 @@ printf("acd: configuration error, ATAPI code not present!\n"); return 0; } - if ((cdp = acd_init_lun(ata, unit, ap, acdnlun, NULL)) == NULL) { + do { + + if ((cdp = acd_init_lun(ata, unit, ap, lun, NULL)) == NULL) { printf("acd: out of memory\n"); return 0; } @@ -187,12 +191,23 @@ cdp->flags |= F_DEBUG; atapi_dump(cdp->ata->ctrlr, cdp->lun, "info", ap, sizeof(*ap)); } - + result = atapi_request_immediate(ata, unit, + ATAPI_INQUIRY, + lun << 5, 0, + 0, sizeof(cdp->inq), 0, 0, + 0, 0, + 0, 0, 0, 0, 0, 0, 0, + (char *)&cdp->inq, sizeof(cdp->inq)); + if (result.code == RES_OK || + result.code == RES_UNDERRUN || result.code == RES_OVERRUN) + if (cdp->flags & F_DEBUG) + atapi_dump(cdp->ata->ctrlr, cdp->lun, "info", &cdp->inq, sizeof(cdp->inq)); + if (cdp->inq.devicetype == DEVICE_CD) { /* Get drive capabilities, some drives needs this repeated */ for (count = 0 ; count < 5 ; count++) { result = atapi_request_immediate(ata, unit, ATAPI_MODE_SENSE, - 0, ATAPI_CDROM_CAP_PAGE, + lun << 5, ATAPI_CDROM_CAP_PAGE, 0, 0, 0, 0, sizeof(cdp->cap)>>8, sizeof(cdp->cap), 0, 0, 0, 0, 0, 0, 0, @@ -244,7 +259,7 @@ chp->table_length = htons(chp->table_length); for (i = 0; i < chp->slots && acdnlun < NUNIT; i++) { if (i > 0) { - tmpcdp = acd_init_lun(ata, unit, ap, acdnlun, + tmpcdp = acd_init_lun(ata, unit, ap, ++lun, cdp->device_stats); if (!tmpcdp) { printf("acd: out of memory\n"); @@ -253,7 +268,7 @@ } tmpcdp->slot = i; tmpcdp->changer_info = chp; - printf("acd%d: changer slot %d %s\n", acdnlun, i, + printf("acd%d: changer slot %d %s\n", lun, i, (chp->slot[i].present ? "disk present" : "no disk")); acdtab[acdnlun++] = tmpcdp; } @@ -266,15 +281,19 @@ devstat_add_entry(cdp->device_stats, string, tmpcdp->lun, DEV_BSIZE, DEVSTAT_NO_ORDERED_TAGS, DEVSTAT_TYPE_CDROM | DEVSTAT_TYPE_IF_IDE, - DEVSTAT_PRIORITY_WCD); - } - else { - acdnlun++; - devstat_add_entry(cdp->device_stats, "acd", cdp->lun, DEV_BSIZE, - DEVSTAT_NO_ORDERED_TAGS, - DEVSTAT_TYPE_CDROM | DEVSTAT_TYPE_IF_IDE, DEVSTAT_PRIORITY_WCD); + continue; } + } else if (cdp->inq.devicetype == DEVICE_OD) { + cdp->block_size = 512; /* XXX */ + aod_describe(cdp); + } + acdnlun++; + devstat_add_entry(cdp->device_stats, "acd", cdp->lun, DEV_BSIZE, + DEVSTAT_NO_ORDERED_TAGS, + cdp->inq.devicetype | DEVSTAT_TYPE_IF_IDE, + DEVSTAT_PRIORITY_WCD); + } while (++lun <= ap->last_lun); return 1; } @@ -284,6 +303,7 @@ int comma; char *mechanism; + printf("acd%d: CD-ROM device\n", cdp->lun); printf("acd%d: drive speed ", cdp->lun); if (cdp->cap.cur_speed != cdp->cap.max_speed) printf("%d - ", cdp->cap.cur_speed * 1000 / 1024); @@ -399,6 +419,12 @@ printf("\n"); } +void +aod_describe(struct acd *cdp) +{ + printf("acd%d: Optical memory device\n", cdp->lun); +} + static int acdopen(dev_t dev, int flags, int fmt, struct proc *p) { @@ -427,6 +453,7 @@ printf("acd%d: rezero failed\n", lun); return EIO; } + cdp->flags &= ~F_MEDIA_CHANGED; } else { /* read only */ if (acd_read_toc(cdp) != 0) { @@ -533,6 +560,7 @@ acd_select_slot(cdp); if ((bp->b_flags & B_READ) == B_WRITE) { + if (cdp->inq.devicetype == DEVICE_CD) if ((cdp->flags & F_TRACK_PREPED) == 0) { if ((cdp->flags & F_TRACK_PREP) == 0) { printf("acd%d: sequence error\n", cdp->lun); @@ -556,8 +584,12 @@ #else lba = bp->b_blkno / (cdp->block_size / DEV_BSIZE); #endif - else + else { + if (cdp->inq.devicetype == DEVICE_CD) lba = cdp->next_writeable_lba + (bp->b_offset / cdp->block_size); + else + lba = bp->b_blkno / (cdp->block_size / DEV_BSIZE); + } blocks = (bp->b_bcount + (cdp->block_size - 1)) / cdp->block_size; if ((bp->b_flags & B_READ) == B_WRITE) { @@ -570,7 +602,7 @@ devstat_start_transaction(cdp->device_stats); - atapi_request_callback(cdp->ata, cdp->unit, cmd, 0, + atapi_request_callback(cdp->ata, cdp->unit, cmd, cdp->lun << 5, lba>>24, lba>>16, lba>>8, lba, 0, blocks>>8, blocks, 0, 0, 0, 0, 0, 0, 0, (u_char *)bp->b_data, count, @@ -604,7 +636,8 @@ { struct atapires result; - result = atapi_request_wait(cdp->ata, cdp->unit, cmd, a1, a2, a3, a4, a5, + result = atapi_request_wait(cdp->ata, cdp->unit, cmd, cdp->lun << 5 | a1, + a2, a3, a4, a5, a6, a7, a8, a9, 0, 0, 0, 0, 0, 0, addr, count); if (result.code) { atapi_error(cdp->ata, cdp->unit, result); @@ -636,6 +669,8 @@ int lun = dkunit(dev); struct acd *cdp = acdtab[lun]; int error = 0; + struct disklabel *dl; + char buffer[DEV_BSIZE]; if (cdp->flags & F_MEDIA_CHANGED) switch (cmd) { @@ -649,6 +684,51 @@ break; } switch (cmd) { + case DIOCGDINFO: + if (cdp->inq.devicetype != DEVICE_OD) { + error = EINVAL; + break; + } + bzero(buffer, sizeof (buffer)); + dl = (struct disklabel *)buffer; + dl->d_secsize = 512; + dl->d_secpercyl = 32; + dl->d_type = DTYPE_FLOPPY;/* XXX */ + + if (readdisklabel(dkmodpart(dev, RAW_PART), acdstrategy, dl) + == NULL) + error = 0; + else + error = EINVAL; + + *(struct disklabel *)addr = *dl; + break; + + case DIOCSDINFO: + if ((flag & FWRITE) == 0) + error = EBADF; + break; + + case DIOCWLABEL: + if ((flag & FWRITE) == 0) + error = EBADF; + break; + + case DIOCWDINFO: + if ((flag & FWRITE) == 0) { + error = EBADF; + break; + } + + dl = (struct disklabel *)addr; + + if ((error = setdisklabel((struct disklabel *)buffer, dl, + (u_long)0)) != 0) + break; + + error = writedisklabel(dev, acdstrategy, + (struct disklabel *)buffer); + break; /* case CDIOCRESUME: bzero(cdb); @@ -1121,7 +1201,7 @@ acd_select_slot(cdp); result = atapi_request_wait(cdp->ata, cdp->unit, ATAPI_TEST_UNIT_READY, - 0, 0, 0, 0, 0, 0, 0, 0, + cdp->lun << 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); if (result.code == RES_ERR && @@ -1129,7 +1209,7 @@ cdp->flags |= F_MEDIA_CHANGED; cdp->flags &= ~(F_WRITTEN|F_TRACK_PREP|F_TRACK_PREPED); result = atapi_request_wait(cdp->ata, cdp->unit, ATAPI_TEST_UNIT_READY, - 0, 0, 0, 0, 0, 0, 0, 0, + cdp->lun << 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); } @@ -1225,7 +1305,8 @@ acd_select_slot(cdp); - result = atapi_request_wait(cdp->ata, cdp->unit, ATAPI_START_STOP, 1, + result = atapi_request_wait(cdp->ata, cdp->unit, ATAPI_START_STOP, + cdp->lun << 5 | 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); if (result.code == RES_ERR && @@ -1295,8 +1376,14 @@ static int acd_rezero_unit(struct acd *cdp) { - return acd_request_wait(cdp, ATAPI_REZERO_UNIT, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0); + if (cdp->inq.devicetype == DEVICE_CD) + return acd_request_wait(cdp, ATAPI_REZERO_UNIT, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0); + else + /* Does rezero unit have special effect to CD-R/RW drive? */ + /* My ODX654P PD/CD drive does not support rezero unit */ + return acd_request_wait(cdp, ATAPI_SEEK, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0); } static int @@ -1320,7 +1407,7 @@ struct atapires result; result = atapi_request_wait(cdp->ata, cdp->unit, ATAPI_MODE_SENSE, - 0, 0x05, 0, 0, 0, 0, + cdp->lun << 5, 0x05, 0, 0, 0, 0, sizeof(param)>>8, sizeof(param), 0, 0, 0, 0, 0, 0, 0, (char *)¶m, sizeof(param)); @@ -1397,7 +1484,7 @@ atapi_dump(cdp->ata->ctrlr, cdp->lun, "0x05", ¶m, sizeof(param)); result = atapi_request_wait(cdp->ata, cdp->unit, ATAPI_MODE_SELECT, - 0x10, 0, 0, 0, 0, 0, + cdp->lun << 5 | 0x10, 0, 0, 0, 0, 0, sizeof(param)>>8, sizeof(param), 0, 0, 0, 0, 0, 0, 0, (char *)¶m, -sizeof(param)); Index: i386/isa/atapi-cd.h =================================================================== RCS file: /home/ncvs/src/sys/i386/isa/atapi-cd.h,v retrieving revision 1.3 diff -u -r1.3 atapi-cd.h --- atapi-cd.h 1999/01/31 21:51:03 1.3 +++ atapi-cd.h 1999/02/16 13:45:26 @@ -37,6 +37,16 @@ struct cd_toc_entry tab[MAXTRK + 1]; }; +struct inquirydata { +#define DEVICE_CD 5 +#define DEVICE_OD 7 + u_char devicetype:5; + u_char :3; + u_char :7; + u_char removable:1; + char data[54]; +}; + /* * CDROM Audio Control Parameters Page */ @@ -105,6 +115,7 @@ /* Capabilities page */ u_char page_code; +#define ATAPI_REMOVABLE_CAP_PAGE 0x1b #define ATAPI_CDROM_CAP_PAGE 0x2a u_char param_len; @@ -326,6 +337,7 @@ } info; struct audiopage au; /* Audio page info */ struct cappage cap; /* Capabilities page info */ + struct inquirydata inq; struct audiopage aumask; /* Audio page mask */ struct { /* Subchannel info */ u_char void0; >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 16 08:04:25 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02516 for freebsd-bugs-outgoing; Tue, 16 Feb 1999 08:04: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 IAA02506 for ; Tue, 16 Feb 1999 08:04:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA30352; Tue, 16 Feb 1999 07:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00122; Tue, 16 Feb 1999 07:28:02 -0800 (PST) (envelope-from nobody) Message-Id: <199902161528.HAA00122@hub.freebsd.org> Date: Tue, 16 Feb 1999 07:28:02 -0800 (PST) From: jhmoon@hanabbs.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/10117: mfsroot.flp halts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10117 >Category: kern >Synopsis: mfsroot.flp halts >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 07:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeong-Hun Moon >Release: FreeBSD 3.1-RELEASE >Organization: >Environment: Boot failure (no uname -a) >Description: System halts after changing the disk from kern.flp to mfsroot.flp. System configuration is: ASUS P2B-DS Dual Pentium II 450MHz 256 MB PC-100 NO-ECC RAM AHA-7890 ON-BOARD SCSI IBM Ultrastar 9ES (DDRS-39130) One Floppy 1.44MB BIOS: IDE/Serial/Parallel ports are all disabled. >How-To-Repeat: Reboot with the kern.flp. >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 Tue Feb 16 11:30: 6 1999 Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23864 for ; Tue, 16 Feb 1999 11:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA84796; Tue, 16 Feb 1999 11:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 16 Feb 1999 11:30:01 -0800 (PST) Message-Id: <199902161930.LAA84796@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Frederic LOYER Subject: Re: i386/10089: ATAPI tape driver (wst) doesn't handle End Of Media error Reply-To: Frederic LOYER Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/10089; it has been noted by GNATS. From: Frederic LOYER To: freebsd-gnats-submit@freebsd.org, loyer@ensta.fr Cc: Subject: Re: i386/10089: ATAPI tape driver (wst) doesn't handle End Of Media error Date: Tue, 16 Feb 1999 20:24:42 +0100 Oops! This seems to easy! We should check if the EOM condition have been "RECOVERED". This condition could come from an "early warning" (ENOSPC should be returned) or real EOM (EIO should be returned). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 16 11:30:34 1999 Received: from chouette.inria.fr (chouette.inria.fr [138.96.24.103]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23921 for ; Tue, 16 Feb 1999 11:30:23 -0800 (PST) (envelope-from Emmanuel.Duros@sophia.inria.fr) Received: by chouette.inria.fr (8.8.8/8.8.5) id UAA18856; Tue, 16 Feb 1999 20:30:15 +0100 (MET) Date: Tue, 16 Feb 1999 20:30:15 +0100 (MET) Message-Id: <199902161930.UAA18856@chouette.inria.fr> From: Emmanuel Duros To: freebsd-bugs@freebsd.org Subject: Dummynet & ipfw: kernel crashes ! X-URL: http://www.inria.fr/rodeo/personnel/eduros Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I am trying to use dummynet but my kernel enters in panic mode... here follows a decsription of my configuration: FreeBSD version: 2.2.8-R Options in the kernel config file: options IPDIVERT # Divert sockets options DUMMYNET options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default dmesg output: $ dmesg FreeBSD 2.2.8-RELEASE #0: Mon Feb 15 20:09:11 CET 1999 eduros@lpacman.inria.fr:/usr/src/sys/compile/LPACMAN CPU: Pentium Pro (199.31-MHz 686-class CPU) ... de0: enabling 10baseT port IP packet filtering initialized, divert enabled, default to accept, logging disabled DUMMYNET initialized (980901) -- size dn_pkt 48 After booting I try the following pipe configuration: $ ipfw pipe 1 config delay 50ms and when I enter the next ipfw command: $ ipfw add pipe 1 ip from any to any and the station simply reboots (kernel in panic mode)... However the following commands work fine (and I get the expected delays): $ ipfw add pipe 1 ip from HostA to HostB $ ipfw add pipe 1 ip from Net/mask to Host It seems it is related to 'from any to any' I believe I do not have to patch anything since the dummynet is included in 2.2.8-R. Is there anything I can do ? Thanks a lot Emmanuel Duros To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 16 15:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 018B210E91 for ; Tue, 16 Feb 1999 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA50114; Tue, 16 Feb 1999 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 34A8410F6C; Tue, 16 Feb 1999 15:21:04 -0800 (PST) Message-Id: <19990216232104.34A8410F6C@hub.freebsd.org> Date: Tue, 16 Feb 1999 15:21:04 -0800 (PST) From: tajh@blaze.ca To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/10121: Serial port parity setting problems with 3.1-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10121 >Category: i386 >Synopsis: Serial port parity setting problems with 3.1-RELEASE >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 16 15:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tajh Leitso >Release: 3.1-RELEASE >Organization: Blaze Telecommunications Inc. >Environment: >Description: I have a custom application (MDB interface software) that runs under FreeBSD. The MDB spec calls for 9 bit words on the serial port and some other bizarre settings. What worked on 2.2.8, 3.0-RELEASE does not work on the 3.1-RELEASE system >How-To-Repeat: It may be hard if you do not have a device that supports 9-bit parity enabled serial communications but this works under 3.0 and not 3.1: { // Mode bit SET tty.c_cflag = CS8; tty.c_cflag |= CREAD; tty.c_cflag |= CLOCAL; tty.c_cflag &= ~HUPCL; } if (tcsetattr(fd, TCSANOW, &tty) == -1) { perror("tcsetattr"); exit(1); } >Fix: I do not have the time to find out what happened to the sio code, however I am definately more than willing to help. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 16 16:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 519C710F1D for ; Tue, 16 Feb 1999 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA54295; Tue, 16 Feb 1999 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from 24.64.98.102.sk.wave.home.com (24.64.98.102.sk.wave.home.com [24.64.98.102]) by hub.freebsd.org (Postfix) with ESMTP id 697C510EB8 for ; Tue, 16 Feb 1999 16:13:37 -0800 (PST) (envelope-from root@24.64.98.102.sk.wave.home.com) Received: (from root@localhost) by dragons-cave.home (8.9.3/8.9.3) id SAA01150; Tue, 16 Feb 1999 18:04:10 -0600 (CST) Message-Id: <199902170004.SAA01150@dragons-cave.home> Date: Tue, 16 Feb 1999 18:04:10 -0600 (CST) From: Dan McGregor Reply-To: dmcgregor@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10125: Screen saver crashes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10125 >Category: kern >Synopsis: Screen saver crashes >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 16:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dan McGregor >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: The computer is a 486 with an old (Pre 1990) ATI video card with 8 mb ram. There is one 16mb swap partition and an 8 mb swap file. I will send you my kernel configuration if you e-mail me. >Description: If the FreeBSD screen saver is loaded (I use blank_saver), the system will crash after about 10 Hours with the screen saver on. The problem seems to be a bug in the new syscons driver. >How-To-Repeat: type kldload blank_saver then vidcontrol -t 10 and wait for a few hours >Fix: I don't have one, but I'll work on it :) >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 16 18:50:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEB9E10ED5 for ; Tue, 16 Feb 1999 18:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA61880; Tue, 16 Feb 1999 18:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5F0C7110C1; Tue, 16 Feb 1999 18:41:29 -0800 (PST) Message-Id: <19990217024129.5F0C7110C1@hub.freebsd.org> Date: Tue, 16 Feb 1999 18:41:29 -0800 (PST) From: gsutter@pobox.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/10127: www.freebsd.org/index.html has incorrect information Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10127 >Category: misc >Synopsis: www.freebsd.org/index.html has incorrect information >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 18:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gregory Sutter >Release: 3.1-R >Organization: >Environment: n/a >Description: www.freebsd.org/index.html states that a single 1.44MB floppy is needed to install. This is no longer true. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 17 2:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 822BF10E76 for ; Wed, 17 Feb 1999 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA88201; Wed, 17 Feb 1999 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from e450.epcc.ed.ac.uk (e450.epcc.ed.ac.uk [129.215.56.230]) by hub.freebsd.org (Postfix) with ESMTP id 40C0610E5C for ; Wed, 17 Feb 1999 02:49:05 -0800 (PST) (envelope-from st@epcc.ed.ac.uk) Received: from quartz.epcc.ed.ac.uk (quartz [129.215.56.3]) by e450.epcc.ed.ac.uk (8.9.1/8.9.1) with ESMTP id KAA29749 for ; Wed, 17 Feb 1999 10:48:54 GMT Message-Id: <9227.199902171048@quartz.epcc.ed.ac.uk> Date: Wed, 17 Feb 1999 10:48:53 GMT From: st@epcc.ed.ac.uk Reply-To: st@epcc.ed.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/10130: Incorrect key mapping in syscons uk.iso.kbd keymap Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10130 >Category: i386 >Synopsis: Incorrect key mapping in syscons uk.iso.kbd keymap >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 17 02:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Scott Telford >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: Edinburgh Parallel Computing Centre, University of Edinburgh, UK. >Environment: >Description: The key mapping for scan code 41 for a UK keyboard in the "uk.iso" keymap gives '\' unshifted. This should be '`'. >How-To-Repeat: With a UK keyboard, execute: kbdcontrol Fix: --- uk.iso.kbd_dist Mon Nov 30 05:12:03 1998 +++ uk.iso.kbd Tue Feb 16 17:27:12 1999 @@ -43,7 +43,7 @@ 038 'l' 'L' ff ff 'l' 'L' ff ff C 039 ';' ':' nop nop ';' ':' nop nop O 040 ''' '@' nul nul ''' '@' nul nul O - 041 '\' '|' fs fs '\' '\' fs fs O + 041 '`' '|' fs fs '`' '`' fs fs O 042 lshift lshift lshift lshift lshift lshift lshift lshift O 043 '#' '~' nop nop '~' '~' nop nop O 044 'z' 'Z' sub sub 'z' 'Z' sub sub C >Release-Note: >Audit-Trail: >Unformatted: Scott Telford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 17 3: 0: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2DD010E9D for ; Wed, 17 Feb 1999 03:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA88812; Wed, 17 Feb 1999 03:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2F71A10E80; Wed, 17 Feb 1999 02:57:13 -0800 (PST) Message-Id: <19990217105713.2F71A10E80@hub.freebsd.org> Date: Wed, 17 Feb 1999 02:57:13 -0800 (PST) From: tadf@kt.rim.or.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/10131: bug in strptime(3) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10131 >Category: bin >Synopsis: bug in strptime(3) >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 17 03:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tadayoshi Funaba >Release: 2.2.8-RELEASE >Organization: >Environment: FreeBSD november.chronos 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Wed Feb 10 17:03:59 JST 1999 tadf@november.chronos:/usr/src/sys/compile/NOVEMBER i386 >Description: %j should be 1-366, and map to 0-355 in tm_yday. %S should be 0-60. %w, %U and %W added. >How-To-Repeat: #include #include main() { time_t t; struct tm tm; time(&t); tm = *localtime(&t); if (strptime("365", "%j", &tm)) printf("%d\n", tm.tm_yday); } >Fix: begin 644 p M+2TM('-TPHK"0D)"6EF("AI M(#X@-3DI"BL)"0D)"7)E='5R;B`P.PHK"0D)?2!E;'-E('L**PD)"0EI9B`H M:2`^(#8P*0HK"0D)"0ER971U > --- Undelivered message follows --- > Date: Tue, 16 Feb 1999 13:48:20 -0800 (PST) > From: Jim Early > Subject: Re: i386/10075 > To: Bill Fenner > MIME-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > Return-Path: > > Bill, > I first wanted to write and thank you for your prompt reply to my > trouble report below. > > I wanted also to write about the information in the on-line > handbook. I attempted to follow the instructions on the following page: > > http://freebsd.advansys.net/handbook/handbook269.html#589 > > I used cvsup to sync the tree as outlined in step 2, and then > attempted a "make world" as directed in step 4. You will notice that > "make upgrade" is not mentioned at all on this page. In fact, the > handbook states, "You should at least run a ` make world' the first > time through as part of the upgrading process." Perhaps the upgrade > instructions need to be made more clear. > > In regards to the original problem, I attempted a "make upgrade" as > you suggested, but that failed also when it attempted to rebuild the > kernel. The errors that I got where that 'BOUNCE_BUFFERS' and > 'pseudo-device log' were unknown options. I don't know whether running > 'make buildworld' previously may have caused this problem. > > So, I've decided to start over. This is a brand new system, so I > didn't loose anything. I've reinstalled 2.2.5 RELEASE from CD (with > all source and binaries) and I will re attempt the cvsup and , this > time, "make upgrade". I'll be starting with a clean install and with > the GENERIC kernel, so hopefully it will work. > > Again, thanks for your assistance. If you have any other tips to pass > along, please feel free to do so. > > Jim Early > > > > > ---Bill Fenner wrote: > > > > Synopsis: 'make buildworld' failure on 3-STABLE > > > > State-Changed-From-To: open->closed > > State-Changed-By: fenner > > State-Changed-When: Sun Feb 14 07:40:46 PST 1999 > > State-Changed-Why: > > Use "make upgrade" to upgrade a 2.2.5 to 3.x . See /usr/src/Makefile > > for more details. > > == __________________________________________________________ Jim Early jim_early@yahoo.com _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 17 5:27:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from chouette.inria.fr (chouette.inria.fr [138.96.24.103]) by hub.freebsd.org (Postfix) with ESMTP id 010BB10F61 for ; Wed, 17 Feb 1999 05:27:19 -0800 (PST) (envelope-from Emmanuel.Duros@sophia.inria.fr) Received: by chouette.inria.fr (8.8.8/8.8.5) id OAA27036; Wed, 17 Feb 1999 14:27:06 +0100 (MET) Date: Wed, 17 Feb 1999 14:27:06 +0100 (MET) Message-Id: <199902171327.OAA27036@chouette.inria.fr> From: Emmanuel Duros To: freebsd-bugs@freebsd.org Cc: luigi@labinfo.iet.unipi.it Subject: RE: Dummynet & ipfw: kernel crashes ! X-URL: http://www.inria.fr/rodeo/personnel/eduros Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Following my previous mail I discovered that there is an option in the kernel config file which, when using dummynet/ipfw, crashes the kernel. When using a kernel compiled with this option: options DIAGNOSTIC and executing ipfw as follows: $ ipfw pipe 1 config delay 50ms $ ipfw add pipe 1 ip from any to any the kernel crashes... This no longer occures when the option is commented out... Any comment on this ? Emmanuel Duros ---- Previous mail Hi all, I am trying to use dummynet but my kernel enters in panic mode... here follows a decsription of my configuration: FreeBSD version: 2.2.8-R Options in the kernel config file: options IPDIVERT # Divert sockets options DUMMYNET options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default dmesg output: $ dmesg FreeBSD 2.2.8-RELEASE #0: Mon Feb 15 20:09:11 CET 1999 eduros@lpacman.inria.fr:/usr/src/sys/compile/LPACMAN CPU: Pentium Pro (199.31-MHz 686-class CPU) ... de0: enabling 10baseT port IP packet filtering initialized, divert enabled, default to accept, logging disabled DUMMYNET initialized (980901) -- size dn_pkt 48 After booting I try the following pipe configuration: $ ipfw pipe 1 config delay 50ms and when I enter the next ipfw command: $ ipfw add pipe 1 ip from any to any and the station simply reboots (kernel in panic mode)... However the following commands work fine (and I get the expected delays): $ ipfw add pipe 1 ip from HostA to HostB $ ipfw add pipe 1 ip from Net/mask to Host It seems it is related to 'from any to any' I believe I do not have to patch anything since the dummynet is included in 2.2.8-R. Is there anything I can do ? Thanks a lot Emmanuel Duros To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 17 7: 1:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 3B4C811050 for ; Wed, 17 Feb 1999 07:01:08 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id NAA05522; Wed, 17 Feb 1999 13:48:58 +0100 From: Luigi Rizzo Message-Id: <199902171248.NAA05522@labinfo.iet.unipi.it> Subject: Re: Dummynet & ipfw: kernel crashes ! To: Emmanuel.Duros@sophia.inria.fr (Emmanuel Duros) Date: Wed, 17 Feb 1999 13:48:58 +0100 (MET) Cc: freebsd-bugs@freebsd.org In-Reply-To: <199902171327.OAA27036@chouette.inria.fr> from "Emmanuel Duros" at Feb 17, 99 02:26:47 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1002 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Following my previous mail I discovered that there is an option in the > kernel config file which, when using dummynet/ipfw, crashes the kernel. > > When using a kernel compiled with this option: > options DIAGNOSTIC is this a crash or a panic ? Either way if you can tell me the panic msg or the IP where the fault occurs, and look with nm kernel | sort | more for a nearby address we can detect where exactly the problem occurs. Also looking at the sections #ifdef DIAGNOSTIC / #endif should help. On my sources (but i am running 2.2.6) i don't see anything obvious at first glance. cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO . EMAIL: luigi@iet.unipi.it . Dip. di Ing. dell'Informazione HTTP://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 17 11:28:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (Postfix) with SMTP id 7E7591122A for ; Wed, 17 Feb 1999 11:28:13 -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 <52663(1)>; Wed, 17 Feb 1999 11:28:11 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177546>; Wed, 17 Feb 1999 11:27:58 -0800 To: Jim Early Cc: freebsd-bugs@freebsd.org Subject: Re: To Bill Fenner - Re: Re: i386/10075 In-reply-to: Your message of "Wed, 17 Feb 99 05:13:17 PST." <19990217131317.25604.rocketmail@send101.yahoomail.com> Date: Wed, 17 Feb 1999 11:27:57 PST From: Bill Fenner Message-Id: <99Feb17.112758pst.177546@crevenia.parc.xerox.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jim, I'm sorry about Xerox's extreme anti-spam measures. In the future you could send messages directly to fenner@parc.xerox.com . In message <19990217131317.25604.rocketmail@send101.yahoomail.com> you write: >> I used cvsup to sync the tree as outlined in step 2, and then >> attempted a "make world" as directed in step 4. You will notice that >> "make upgrade" is not mentioned at all on this page. In fact, the >> handbook states, "You should at least run a ` make world' the first >> time through as part of the upgrading process." Perhaps the upgrade >> instructions need to be made more clear. Indeed. Why don't you file a PR, in the category "doc", so that this doesn't get lost? 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 17 11:30:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from chouette.inria.fr (chouette.inria.fr [138.96.24.103]) by hub.freebsd.org (Postfix) with ESMTP id E49D41136E for ; Wed, 17 Feb 1999 11:30:19 -0800 (PST) (envelope-from Emmanuel.Duros@sophia.inria.fr) Received: by chouette.inria.fr (8.8.8/8.8.5) id UAA29858; Wed, 17 Feb 1999 20:30:11 +0100 (MET) Date: Wed, 17 Feb 1999 20:30:11 +0100 (MET) Message-Id: <199902171930.UAA29858@chouette.inria.fr> From: Emmanuel Duros To: luigi@labinfo.iet.unipi.it Cc: freebsd-bugs@freebsd.org In-reply-to: <199902171248.NAA05522@labinfo.iet.unipi.it> (message from Luigi Rizzo on Wed, 17 Feb 1999 13:48:58 +0100 (MET)) Subject: Re: Dummynet & ipfw: kernel crashes ! X-URL: http://www.inria.fr/rodeo/personnel/eduros Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >is this a crash or a panic ? Either way if you can tell me the panic >msg or the IP where the fault occurs, and look with > > nm kernel | sort | more The kernel goes into a state which, I believe, is called a kernel panic (vs a crash!). I had a look at the IP (0xf0140fe7) where the fault occured and it is here: f0140f80 F if_ethersubr.o f0140f9c T _ether_output f01412a0 T _ether_input After a few more trials: In fact I can configure the pipe directly on the console (I used to do it via rlogin), both commands are executed without kernel panic. And when I initiate a ping I get a kernel panic... Emmanuel Duros To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 17 16:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92FB51101A for ; Wed, 17 Feb 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA78225; Wed, 17 Feb 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 17 Feb 1999 16:10:01 -0800 (PST) Message-Id: <199902180010.QAA78225@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Abe Moon" Subject: Re: kern/10117: mfsroot.flp halts Reply-To: "Abe Moon" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10117; it has been noted by GNATS. From: "Abe Moon" To: , Cc: Subject: Re: kern/10117: mfsroot.flp halts Date: Wed, 17 Feb 1999 16:09:11 -0800 This is a multi-part message in MIME format. ------=_NextPart_000_0012_01BE5A8F.DB3EC620 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable The boot image from 3.1-19990216-STABLE worked fine. ------=_NextPart_000_0012_01BE5A8F.DB3EC620 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
The boot image from = 3.1-19990216-STABLE worked=20 fine.
------=_NextPart_000_0012_01BE5A8F.DB3EC620-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 17 17:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4EB6112C0 for ; Wed, 17 Feb 1999 17:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA83456; Wed, 17 Feb 1999 17:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 18ABE1123C; Wed, 17 Feb 1999 17:37:52 -0800 (PST) Message-Id: <19990218013752.18ABE1123C@hub.freebsd.org> Date: Wed, 17 Feb 1999 17:37:52 -0800 (PST) From: dirk@ironbark.bendigo.latrobe.edu.au To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/10140: kernel panics and after a dumb reboots the machine (Full description is /var/log/messages) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10140 >Category: kern >Synopsis: kernel panics and after a dumb reboots the machine (Full description is /var/log/messages) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 17 17:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Bellmann >Release: 3.1 RELEASE >Organization: LaTrobe University >Environment: FreeBSD hoarhound.bendigo.latrobe.edu.au 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Wed Feb 17 11:30:39 EST 1999 root@hoarhound.bendigo.latrobe.edu.au:/usr/src/sys/compile/MYKERNEL i386 >Description: Feb 16 22:43:34 hoarhound /kernel: 4;1H Feb 16 22:43:34 hoarhound /kernel:  Feb 16 22:43:34 hoarhound /kernel: H[9 Feb 16 22:43:34 hoarhound /kernel: 9;1Havail memory = 17563648 (17152K bytes) Feb 16 22:43:34 hoarhound /kernel: Other BIOS signatures found: Feb 16 22:43:34 hoarhound /kernel: ACPI: 00000000 Feb 16 22:43:34 hoarhound /kernel: $PnP: 00000000 Feb 16 22:43:34 hoarhound /kernel: Preloaded elf kernel "kernel" at 0xf0340000. Feb 16 22:43:34 hoarhound /kernel: Math emulator present Feb 16 22:43:34 hoarhound /kernel: pci_open(1): mode 1 addr port (0x0cf8) is 0xffffffff Feb 16 22:43:34 hoarhound /kernel: pci_open(2): mode 2 enable port (0x0cf8) is 0xff Feb 16 22:43:34 hoarhound /kernel: Probing for devices on the ISA bus: Feb 16 22:43:34 hoarhound /kernel: atkbd: the current kbd controller command byte 0045 Feb 16 22:43:34 hoarhound /kernel: atkbd: keyboard ID 0x41ab (2) Feb 16 22:43:34 hoarhound /kernel: kbdc: RESET_KBD return code:00fa Feb 16 22:43:34 hoarhound /kernel: kbdc: RESET_KBD status:00aa Feb 16 22:43:34 hoarhound /kernel: sc0 on isa Feb 16 22:43:34 hoarhound /kernel: sc Feb 16 22:43:34 hoarhound /kernel: 0: fb0 kbd0 Feb 16 22:43:34 hoarhound /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Feb 16 22:43:34 hoarhound /kernel: ed0 at 0x300-0x31f irq 10 on isa Feb 16 22:43:34 hoarhound /kernel: ed0: address 00:00:e8:a3:8d:83, type NE2000 (16 bit) Feb 16 22:43:34 hoarhound /kernel: fe0: disabled, not probed. Feb 16 22:43:34 hoarhound /kernel: atkbdc0 at 0x60-0x6f on motherboard Feb 16 22:43:34 hoarhound /kernel: atkbd0 irq 1 on isa Feb 16 22:43:34 hoarhound /kernel: kbd0: atkbd0, AT 101/102 (2), config:0x10000, flags:0x3d0000 Feb 16 22:43:34 hoarhound /kernel: psm0: current command byte:0045 Feb 16 22:43:34 hoarhound /kernel: kbdc: TEST_AUX_PORT status:0001 Feb 16 22:43:34 hoarhound /kernel: psm0: strange result for test aux port (1). Feb 16 22:43:34 hoarhound /kernel: kbdc: RESET_AUX return code:ffffffff Feb 16 22:43:34 hoarhound last message repeated 2 times Feb 16 22:43:34 hoarhound /kernel: kbdc: DIAGNOSE status:0055 Feb 16 22:43:34 hoarhound /kernel: kbdc: TEST_KBD_PORT status:0000 Feb 16 22:43:34 hoarhound /kernel: psm0: failed to reset the aux device. Feb 16 22:43:34 hoarhound /kernel: psm0 not found Feb 16 22:43:34 hoarhound /kernel: sio0: irq maps: 0x1 0x11 0x1 0x1 Feb 16 22:43:34 hoarhound /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Feb 16 22:43:35 hoarhound /kernel: sio0: type 16450 Feb 16 22:43:35 hoarhound /kernel: sio1: irq maps: 0x1 0x9 0x1 0x1 Feb 16 22:43:35 hoarhound /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Feb 16 22:43:35 hoarhound /kernel: sio1: type 16450 Feb 16 22:43:35 hoarhound /kernel: sio2: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: sio3: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Feb 16 22:43:35 hoarhound /kernel: fd0: 1.44MB 3.5in Feb 16 22:43:35 hoarhound /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa Feb 16 22:43:35 hoarhound /kernel: wdc0: unit 0 (wd0): Feb 16 22:43:35 hoarhound /kernel: wd0: 1222MB (2503872 sect Feb 16 22:43:35 hoarhound /kernel: ors), 2484 cyls, 16 heads, 63 S/T, 512 B/S Feb 16 22:43:35 hoarhound /kernel: wd0: ATA INQUIRE valid = 0003, dmamword = 0407, apio = 0003, udma = 0000 Feb 16 22:43:35 hoarhound /kernel: wdc0: unit 1 (wd1): Feb 16 22:43:35 hoarhound /kernel: wd1: 406MB (832608 sectors), 826 cyls, 16 heads, 63 S/T, 512 B/S Feb 16 22:43:35 hoarhound /kernel: wd1: ATA INQUIRE valid = 0003, dmamword = 0103, apio = 0001, udma = 0000 Feb 16 22:43:35 hoarhound /kernel: wdc1 not found at 0x170 Feb 16 22:43:35 hoarhound /kernel: wt0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: mcd0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: matcdc0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: scd0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: ppc: parallel port found at 0x378 Feb 16 22:43:35 hoarhound /kernel: ppc0: ECP SPP ECP+EPP SPP Feb 16 22:43:35 hoarhound /kernel: ppc_detect_fifo: PWord not supported Feb 16 22:43:35 hoarhound /kernel: ppc0 at 0x378 irq 7 on isa Feb 16 22:43:35 hoarhound /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Feb 16 22:43:35 hoarhound /kernel: nlpt0: on ppbus 0 Feb 16 22:43:35 hoarhound /kernel: nlpt0: Interrupt-driven port Feb 16 22:43:35 hoarhound /kernel: ppi0: on ppbus 0 Feb 16 22:43:35 hoarhound /kernel: plip: irq 7 Feb 16 22:43:35 hoarhound /kernel: plip0: on ppbus 0 Feb 16 22:43:35 hoarhound /kernel: ie0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: ep0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: ex0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: le0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: lnc0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: ze0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: zp0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: cs0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: adv0: disa Feb 16 22:43:35 hoarhound /kernel: bled, not probed. Feb 16 22:43:35 hoarhound /kernel: bt0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: aha0: disabled, not probed. Feb 16 22:43:35 hoarhound /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa Feb 16 22:43:35 hoarhound /kernel: fb0: vga0, vga, type:VGA (5), flags:0x7007f Feb 16 22:43:35 hoarhound /kernel: fb0: port:0x3b0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 Feb 16 22:43:36 hoarhound /kernel: fb0: init mode:24, bios mode:3, current mode:24 Feb 16 22:43:36 hoarhound /kernel: fb0: window:0xf00b8000 size:32k gran:32k, buf:0x0 size:0k Feb 16 22:43:36 hoarhound /kernel: VGA parameters upon power-up Feb 16 22:43:36 hoarhound /kernel: 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 Feb 16 22:43:36 hoarhound /kernel: bf 1f 00 4f 0d 0e 00 00 05 00 9c 8e 8f 28 1f 96 Feb 16 22:43:36 hoarhound /kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c Feb 16 22:43:36 hoarhound /kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff Feb 16 22:43:36 hoarhound /kernel: VGA parameters in BIOS for mode 24 Feb 16 22:43:36 hoarhound /kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 Feb 16 22:43:36 hoarhound /kernel: bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 Feb 16 22:43:36 hoarhound /kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c Feb 16 22:43:36 hoarhound /kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff Feb 16 22:43:36 hoarhound /kernel: EGA/VGA parameters to be used for mode 24 Feb 16 22:43:36 hoarhound /kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 Feb 16 22:43:36 hoarhound /kernel: bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 Feb 16 22:43:36 hoarhound /kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c Feb 16 22:43:36 hoarhound /kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 f Feb 16 22:43:36 hoarhound /kernel: f Feb 16 22:43:36 hoarhound /kernel: npx0 on motherboard Feb 16 22:43:36 hoarhound /kernel: npx0: INT 16 interface Feb 16 22:43:36 hoarhound /kernel: apm0: disabled, not probed. Feb 16 22:43:36 hoarhound /kernel: imasks: bio c0084040, tty c007049a, net c007049a Feb 16 22:43:36 hoarhound /kernel: BIOS Geometries: Feb 16 22:43:36 hoarhound /kernel: 0:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors Feb 16 22:43:36 hoarhound /kernel: 1:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors Feb 16 22:43:36 hoarhound /kernel: 2:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors Feb 16 22:43:36 hoarhound /kernel: 3:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors Feb 16 22:43:36 hoarhound /kernel: 4:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors Feb 16 22:43:36 hoarhound /kernel: 5:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors Feb 16 22:43:36 hoarhound /kernel: 6:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors Feb 16 22:43:36 hoarhound /kernel: 7:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors Feb 16 22:43:36 hoarhound /kernel: 0 accounted for Feb 16 22:43:36 hoarhound /kernel: Device configuration finished. Feb 16 22:43:36 hoarhound /kernel: new masks: bio c0084040, tty c007049a, net c007049a Feb 16 22:43:36 hoarhound /kernel: Considering MFS root f/s. Feb 16 22:43:36 hoarhound /kernel: No MFS image available as root f/s. Feb 16 22:43:36 hoarhound /kernel: Considering FFS root f/s. Feb 16 22:43:36 hoarhound /kernel: changing root device to wd0s1a Feb 16 22:43:36 hoarhound /kernel: wd0s1: type 0xa5, start 63, end = 2503871, size 2503809 : OK Feb 16 22:43:36 hoarhound /kernel: wd1s1: type 0xa5, start 63, end = 832607, size 832545 : OK Feb 16 22:43:36 hoarhound /kernel: wd1s1: type 0xa5, start 63, end = 832607, size 832545 : OK Feb 16 22:43:49 hoarhound /kernel: splash: image decoder found: blank_saver Feb 16 22:44:06 hoarhound login: ROOT LOGIN (root) ON ttyv0 Feb 16 22:45:51 hoarhound login: ROOT LOGIN (root) ON ttyv1 Feb 16 22:46:04 hoarhound login: ROOT LOGIN (root) ON ttyv2 Feb 16 22:46:31 hoarhound login: ROOT LOGIN (root) ON ttyv0 Feb 16 22:46:42 hoarhound login: ROOT LOGIN (root) ON ttyv1 Feb 17 11:37:42 hoarhound /kernel: cmd postgres pid 16233 tried to use non-present SYSVSEM Feb 17 11:37:45 hoarhound /kernel: pid 16233 (postgres), uid 1000: exited on signal 12 (core dumped) Feb 17 11:37:45 hoarhound /kernel: cmd postgres pid 14974 tried to use non-present SYSVSEM Feb 17 11:37:45 hoarhound /kernel: pid 14974 (postgres), uid 1000: exited on signal 12 (core dumped) Feb 17 11:39:32 hoarhound reboot: rebooted by root Feb 17 11:39:32 hoarhound syslogd: exiting on signal 15 Feb 17 11:40:31 hoarhound /kernel: m[ Feb 17 11:40:31 hoarhound /kernel: [ Feb 17 11:40:31 hoarhound /kernel:  Feb 17 11:40:31 hoarhound /kernel: [m[23; Feb 17 11:40:31 hoarhound /kernel: m[23 Feb 17 11:40:31 hoarhound /kernel: 1m Feb 17 11:40:31 hoarhound /kernel: ;1Havail memory = 17756160 (17340K bytes) Feb 17 11:40:31 hoarhound /kernel: Preloaded elf kernel "kernel" at 0xf0310000. Feb 17 11:40:31 hoarhound /kernel: Probing for devices on the ISA bus: Feb 17 11:40:31 hoarhound /kernel: sc0 on isa Feb 17 11:40:31 hoarhound /kernel: sc0: VGA colo Feb 17 11:40:31 hoarhound /kernel: r <16 virtual consoles, flags=0x0> Feb 17 11:40:31 hoarhound /kernel: ed0 at 0x300-0x31f irq 10 on isa Feb 17 11:40:31 hoarhound /kernel: ed0: address 00:00:e8:a3:8d:83, type NE2000 (16 bit) Feb 17 11:40:31 hoarhound /kernel: atkbdc0 at 0x60-0x6f on motherboard Feb 17 11:40:31 hoarhound /kernel: atkbd0 irq 1 on isa Feb 17 11:40:31 hoarhound /kernel: psm0 not found Feb 17 11:40:31 hoarhound /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Feb 17 11:40:31 hoarhound /kernel: sio0: type 16450 Feb 17 11:40:31 hoarhound /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Feb 17 11:40:31 hoarhound /kernel: sio1: type 16450 Feb 17 11:40:31 hoarhound /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Feb 17 11:40:31 hoarhound /kernel: fd0: 1.44MB 3.5in Feb 17 11:40:31 hoarhound /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa Feb 17 11:40:31 hoarhound /kernel: wdc0: unit 0 (wd0): Feb 17 11:40:31 hoarhound /kernel: wd0: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S Feb 17 11:40:31 hoarhound /kernel: wdc0: unit 1 (wd1): Feb 17 11:40:31 hoarhound /kernel: wd1: 406MB (832608 sectors), 826 cyls, 16 heads, 63 S/T, 512 B/S Feb 17 11:40:31 hoarhound /kernel: wdc1 not found at 0x170 Feb 17 11:40:32 hoarhound /kernel: ppc0 at 0x378 irq 7 on isa Feb 17 11:40:32 hoarhound /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Feb 17 11:40:32 hoarhound /kernel: nlpt0: on ppbus 0 Feb 17 11:40:32 hoarhound /kernel: nlpt0: Interrupt-driven port Feb 17 11:40:32 hoarhound /kernel: ppi0: on ppbus 0 Feb 17 11:40:32 hoarhound /kernel: plip0: on ppbus 0 Feb 17 11:40:32 hoarhound /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa Feb 17 11:40:32 hoarhound /kernel: npx0 on motherboard Feb 17 11:40:32 hoarhound /kernel: npx0: INT 16 interface Feb 17 11:40:32 hoarhound /kernel: changing root device to wd0s1a Feb 17 11:41:07 hoarhound login: ROOT LOGIN (root) ON ttyv0 Feb 17 11:47:31 hoarhound login: ROOT LOGIN (root) ON ttyv1 Feb 17 13:58:31 hoarhound login: ROOT LOGIN (root) ON ttyv2 Feb 17 15:34:47 hoarhound /kernel: Feb 17 15:34:47 hoarhound /kernel: Feb 17 15:34:47 hoarhound /kernel: Fatal trap 12: page fault while in kernel mode Feb 17 15:34:47 hoarhound /kernel: fault virtual address = 0xb8 Feb 17 15:34:47 hoarhound /kernel: fault code = supervisor read, page not present Feb 17 15:34:47 hoarhound /kernel: instruction pointer = 0x8:0xf015470f Feb 17 15:34:47 hoarhound /kernel: stack pointer = 0x10:0xf0290df4 Feb 17 15:34:47 hoarhound /kernel: frame pointer = 0x10:0xf0290e08 Feb 17 15:34:47 hoarhound /kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Feb 17 15:34:47 hoarhound /kernel: = DPL 0, pres 1, def32 1, gran 1 Feb 17 15:34:47 hoarhound /kernel: processor eflags = interrupt enabled, resume, IOPL = 0 Feb 17 15:34:47 hoarhound /kernel: current process = Idle Feb 17 15:34:47 hoarhound /kernel: interrupt mask = net tty bio cam Feb 17 15:34:47 hoarhound /kernel: trap number = 12 Feb 17 15:34:47 hoarhound /kernel: panic: page fault Feb 17 15:34:47 hoarhound /kernel: Feb 17 15:34:47 hoarhound /kernel: syncing disks... done Feb 17 15:34:47 hoarhound /kernel: Automatic reboot in 15 seconds - press a key on the console to abort Feb 17 15:34:47 hoarhound /kernel: Rebooting... Feb 17 15:34:47 hoarhound /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Feb 17 15:34:47 hoarhound /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Feb 17 15:34:47 hoarhound /kernel: The Regents of the University of California. All rights reserved. Feb 17 15:34:47 hoarhound /kernel: FreeBSD 3.1-RELEASE #0: Wed Feb 17 11:30:39 EST 1999 Feb 17 15:34:48 hoarhound /kernel: root@hoarhound.bendigo.latrobe.edu.au:/usr/src/sys/compile/MYKERNEL Feb 17 15:34:48 hoarhound /kernel: Timecounter "i8254" frequency 1193182 Hz Feb 17 15:34:48 hoarhound /kernel: CPU: i486 DX2 (486-class CPU) Feb 17 15:34:48 hoarhound /kernel: Origin = "GenuineIntel" Id = 0x435 Stepping=5 Feb 17 15:34:48 hoarhound /kernel: Features=0x3 Feb 17 15:34:48 hoarhound /kernel: real memory = 21233 Feb 17 15:34:48 hoarhound /kernel: 664 (20736K bytes) Feb 17 15:34:48 hoarhound /kernel: avail memory = 17768448 (17352K bytes) Feb 17 15:34:48 hoarhound /kernel: Preloaded elf kernel "kernel" at 0xf0310000. Feb 17 15:34:48 hoarhound /kernel: Probing for devices on the ISA bus: Feb 17 15:34:48 hoarhound /kernel: sc0 on isa Feb 17 15:34:48 hoarhound /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Feb 17 15:34:48 hoarhound /kernel: ed0 at 0x300-0x31f irq 10 on isa Feb 17 15:34:48 hoarhound /kernel: ed0: address 00:00:e8:a3:8d:83, type NE2000 (16 bit) Feb 17 15:34:48 hoarhound /kernel: atkbdc0 at 0x60-0x6f on motherboard Feb 17 15:34:48 hoarhound /kernel: atkbd0 irq 1 on isa Feb 17 15:34:48 hoarhound /kernel: psm0 not found Feb 17 15:34:48 hoarhound /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Feb 17 15:34:48 hoarhound /kernel: sio0: type 16450 Feb 17 15:34:48 hoarhound /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Feb 17 15:34:48 hoarhound /kernel: sio1: type 16450 Feb 17 15:34:48 hoarhound /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Feb 17 15:34:48 hoarhound /kernel: fd0: 1.44MB 3.5in Feb 17 15:34:48 hoarhound /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa Feb 17 15:34:48 hoarhound /kernel: wdc0: unit 0 (wd0): Feb 17 15:34:48 hoarhound /kernel: wd0: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S Feb 17 15:34:48 hoarhound /kernel: wdc0: unit 1 (wd1): Feb 17 15:34:48 hoarhound /kernel: wd1: 406MB (832608 sectors), 826 cyls, 16 heads, 63 S/T, 512 B/S Feb 17 15:34:48 hoarhound /kernel: wdc1 not found at 0x170 Feb 17 15:34:48 hoarhound /kernel: ppc0 at 0x378 irq 7 on isa Feb 17 15:34:48 hoarhound /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Feb 17 15:34:48 hoarhound /kernel: nlpt0: on ppbus 0 Feb 17 15:34:48 hoarhound /kernel: nlpt0: Interrupt-driven port Feb 17 15:34:48 hoarhound /kernel: ppi0: on ppbus 0 Feb 17 15:34:48 hoarhound /kernel: plip0: on ppbus 0 Feb 17 15:34:48 hoarhound /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa Feb 17 15:34:48 hoarhound /kernel: npx0 on motherboard Feb 17 15:34:48 hoarhound /kernel: npx0: INT 16 interface Feb 17 15:34:48 hoarhound /kernel: changing root device to wd0s1a Feb 17 15:34:48 hoarhound /kernel: WARNING: / was not properly dismounted Feb 17 15:35:47 hoarhound login: ROOT LOGIN (root) ON ttyv0 Feb 17 15:41:50 hoarhound login: ROOT LOGIN (root) ON ttyv1 Feb 17 16:09:58 hoarhound su: pscott to root on /dev/ttyp0 Feb 17 17:58:15 hoarhound login: ROOT LOGIN (root) ON ttyv2 Feb 17 19:12:26 hoarhound syslogd: exiting on signal 15 Feb 17 19:13:03 hoarhound /kernel: Feb 17 19:13:03 hoarhound /kernel: syncing disks... 2 done Feb 17 19:13:03 hoarhound /kernel: Rebooting... Feb 17 19:13:03 hoarhound /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Feb 17 19:13:03 hoarhound /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Feb 17 19:13:03 hoarhound /kernel: The Regents of the University of California. All rights reserved. Feb 17 19:13:03 hoarhound /kernel: FreeBSD 3.1-RELEASE #0: Wed Feb 17 11:30:39 EST 1999 Feb 17 19:13:03 hoarhound /kernel: root@hoarhound.bendigo.latrobe.edu.au:/usr/src/sys/compile/MYKERNEL Feb 17 19:13:03 hoarhound /kernel: Timecounter "i8254" frequency 1193182 Hz Feb 17 19:13:03 hoarhound /kernel: CPU: i486 DX2 (486-class CPU) Feb 17 19:13:03 hoarhound /kernel: Origin = "GenuineIntel" Id = 0x435 Stepping=5 Feb 17 19:13:03 hoarhound /kernel: Features=0x3 Feb 17 19:13:03 hoarhound /kernel: real memory = 21233664 (20736K bytes) Feb 17 19:13:03 hoarhound /kernel: avail memory = 17768448 (17352K bytes) Feb 17 19:13:03 hoarhound /kernel: Preloaded elf kernel "kernel" at 0xf0310000. Feb 17 19:13:03 hoarhound /kernel: Probing for devices on the ISA bus: Feb 17 19:13:03 hoarhound /kernel: sc0 on isa Feb 17 19:13:03 hoarhound /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Feb 17 19:13:03 hoarhound /kernel: ed0 at 0x300-0x31f irq 10 on isa Feb 17 19:13:03 hoarhound /kernel: ed0: address 00:00:e8:a3:8d:83, type NE2000 (16 bit) Feb 17 19:13:03 hoarhound /kernel: atkbdc0 at 0x60-0x6f on motherboard Feb 17 19:13:03 hoarhound /kernel: atkbd0 irq 1 on isa Feb 17 19:13:03 hoarhound /kernel: psm0 not found Feb 17 19:13:03 hoarhound /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Feb 17 19:13:03 hoarhound /kernel: sio0: type 16450 Feb 17 19:13:03 hoarhound /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Feb 17 19:13:03 hoarhound /kernel: sio1: type 16450 Feb 17 19:13:03 hoarhound /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Feb 17 19:13:03 hoarhound /kernel: fd0: 1.44MB 3.5in Feb 17 19:13:03 hoarhound /kernel: wdc0 at 0x1f0-0x1f7 irq Feb 17 19:13:03 hoarhound /kernel: 14 on isa Feb 17 19:13:03 hoarhound /kernel: wdc0: unit 0 (wd0): Feb 17 19:13:03 hoarhound /kernel: wd0: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S Feb 17 19:13:03 hoarhound /kernel: wdc0: unit 1 (wd1): Feb 17 19:13:03 hoarhound /kernel: wd1: 406MB (832608 sectors), 826 cyls, 16 heads, 63 S/T, 512 B/S Feb 17 19:13:04 hoarhound /kernel: wdc1 not found at 0x170 Feb 17 19:13:04 hoarhound /kernel: ppc0 at 0x378 irq 7 on isa Feb 17 19:13:04 hoarhound /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Feb 17 19:13:04 hoarhound /kernel: nlpt0: on ppbus 0 Feb 17 19:13:04 hoarhound /kernel: nlpt0: Interrupt-driven port Feb 17 19:13:04 hoarhound /kernel: ppi0: on ppbus 0 Feb 17 19:13:04 hoarhound /kernel: plip0: on ppbus 0 Feb 17 19:13:04 hoarhound /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa Feb 17 19:13:04 hoarhound /kernel: npx0 on motherboard Feb 17 19:13:04 hoarhound /kernel: npx0: INT 16 interface Feb 17 19:13:04 hoarhound /kernel: changing root device to wd0s1a Feb 17 19:13:26 hoarhound login: ROOT LOGIN (root) ON ttyv0 Feb 17 19:21:20 hoarhound login: ROOT LOGIN (root) ON ttyv1 Feb 17 21:20:38 hoarhound syslogd: exiting on signal 15 Feb 17 21:21:26 hoarhound /kernel: Feb 17 21:21:26 hoarhound /kernel: syncing disks... done Feb 17 21:21:26 hoarhound /kernel: Rebooting... Feb 17 21:21:26 hoarhound /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Feb 17 21:21:26 hoarhound /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Feb 17 21:21:26 hoarhound /kernel: The Regents of the University of California. All rights reserved. Feb 17 21:21:26 hoarhound /kernel: FreeBSD 3.1-RELEASE #0: Wed Feb 17 11:30:39 EST 1999 Feb 17 21:21:26 hoarhound /kernel: root@hoarhound.bendigo.latrobe.edu.au:/usr/src/sys/compile/MYKERNEL Feb 17 21:21:26 hoarhound /kernel: Timecounter "i8254" frequency 1193182 Hz Feb 17 21:21:26 hoarhound /kernel: CPU: i486 DX2 (486-class CPU) Feb 17 21:21:26 hoarhound /kernel: Origin = "GenuineIntel" Id = 0x435 Stepping=5 Feb 17 21:21:26 hoarhound /kernel: Features=0x3 Feb 17 21:21:26 hoarhound /kernel: real memory = 21233664 (20736K bytes) Feb 17 21:21:26 hoarhound /kernel: avail memory = 17768448 (17352K bytes) Feb 17 21:21:26 hoarhound /kernel: Preloaded elf kernel "kernel" at 0xf0310000. Feb 17 21:21:26 hoarhound /kernel: Probing for devices on the ISA bus: Feb 17 21:21:26 hoarhound /kernel: sc0 on isa Feb 17 21:21:26 hoarhound /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Feb 17 21:21:26 hoarhound /kernel: ed0 at 0x300-0x31f irq 10 on isa Feb 17 21:21:26 hoarhound /kernel: ed0: address 00:00:e8:a3:8d:83, type NE2000 (16 bit) Feb 17 21:21:26 hoarhound /kernel: atkbdc0 at 0x60-0x6f on motherboard Feb 17 21:21:26 hoarhound /kernel: atkbd0 irq 1 on isa Feb 17 21:21:26 hoarhound /kernel: psm0 not found Feb 17 21:21:26 hoarhound /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Feb 17 21:21:26 hoarhound /kernel: sio0: type 16450 Feb 17 21:21:26 hoarhound /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Feb 17 21:21:26 hoarhound /kernel: sio1: type 16450 Feb 17 21:21:26 hoarhound /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Feb 17 21:21:26 hoarhound /kernel: fd0: 1.44MB 3.5in Feb 17 21:21:26 hoarhound /kernel: wdc0 at 0x1f0-0x1f7 irq 1 Feb 17 21:21:26 hoarhound /kernel: 4 on isa Feb 17 21:21:26 hoarhound /kernel: wdc0: unit 0 (wd0): Feb 17 21:21:26 hoarhound /kernel: wd0: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S Feb 17 21:21:26 hoarhound /kernel: wdc0: unit 1 (wd1): Feb 17 21:21:26 hoarhound /kernel: wd1: 406MB (832608 sectors), 826 cyls, 16 heads, 63 S/T, 512 B/S Feb 17 21:21:27 hoarhound /kernel: wdc1 not found at 0x170 Feb 17 21:21:27 hoarhound /kernel: ppc0 at 0x378 irq 7 on isa Feb 17 21:21:27 hoarhound /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Feb 17 21:21:27 hoarhound /kernel: nlpt0: on ppbus 0 Feb 17 21:21:27 hoarhound /kernel: nlpt0: Interrupt-driven port Feb 17 21:21:27 hoarhound /kernel: ppi0: on ppbus 0 Feb 17 21:21:27 hoarhound /kernel: plip0: on ppbus 0 Feb 17 21:21:27 hoarhound /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa Feb 17 21:21:27 hoarhound /kernel: npx0 on motherboard Feb 17 21:21:27 hoarhound /kernel: npx0: INT 16 interface Feb 17 21:21:27 hoarhound /kernel: changing root device to wd0s1a Feb 17 21:22:51 hoarhound login: ROOT LOGIN (root) ON ttyv0 Feb 17 21:24:49 hoarhound login: ROOT LOGIN (root) ON ttyv1 Feb 17 21:25:47 hoarhound su: login_getclass: unknown class '/usr/apache/bin/apachectl start' Feb 17 21:26:42 hoarhound su: login_getclass: unknown class 'exec /usr/apache/bin/apachectl start' Feb 17 21:45:26 hoarhound reboot: rebooted by root Feb 17 21:45:26 hoarhound syslogd: exiting on signal 15 Feb 17 21:46:12 hoarhound /kernel: Feb 17 21:46:12 hoarhound /kernel: syncing disks... done Feb 17 21:46:12 hoarhound /kernel: Rebooting... Feb 17 21:46:12 hoarhound /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Feb 17 21:46:12 hoarhound /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Feb 17 21:46:12 hoarhound /kernel: The Regents of the University of California. All rights reserved. Feb 17 21:46:12 hoarhound /kernel: FreeBSD 3.1-RELEASE #0: Wed Feb 17 11:30:39 EST 1999 Feb 17 21:46:12 hoarhound /kernel: root@hoarhound.bendigo.latrobe.edu.au:/usr/src/sys/compile/MYKERNEL Feb 17 21:46:12 hoarhound /kernel: Timecounter "i8254" frequency 1193182 Hz Feb 17 21:46:12 hoarhound /kernel: CPU: i486 DX2 (486-class CPU) Feb 17 21:46:12 hoarhound /kernel: Origin = "GenuineIntel" Id = 0x435 Stepping=5 Feb 17 21:46:12 hoarhound /kernel: Features=0x3 Feb 17 21:46:12 hoarhound /kernel: real memory = 21233664 (20736K bytes) Feb 17 21:46:12 hoarhound /kernel: avail memory = 17768448 (17352K bytes) Feb 17 21:46:12 hoarhound /kernel: Preloaded elf kernel "kernel" at 0xf0310000. Feb 17 21:46:12 hoarhound /kernel: Probing for devices on the ISA bus: Feb 17 21:46:12 hoarhound /kernel: sc0 on isa Feb 17 21:46:12 hoarhound /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Feb 17 21:46:12 hoarhound /kernel: ed0 at 0x300-0x31f irq 10 on isa Feb 17 21:46:12 hoarhound /kernel: ed0: address 00:00:e8:a3:8d:83, type NE2000 (16 bit) Feb 17 21:46:12 hoarhound /kernel: atkbdc0 at 0x60-0x6f on motherboard Feb 17 21:46:12 hoarhound /kernel: atkbd0 irq 1 on isa Feb 17 21:46:12 hoarhound /kernel: psm0 not found Feb 17 21:46:12 hoarhound /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Feb 17 21:46:12 hoarhound /kernel: sio0: type 16450 Feb 17 21:46:12 hoarhound /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Feb 17 21:46:12 hoarhound /kernel: sio1: type 16450 Feb 17 21:46:12 hoarhound /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Feb 17 21:46:12 hoarhound /kernel: fd0: 1.44MB 3.5in Feb 17 21:46:12 hoarhound /kernel: wdc0 at 0x1f0-0x1f7 irq 1 Feb 17 21:46:12 hoarhound /kernel: 4 on isa Feb 17 21:46:12 hoarhound /kernel: wdc0: unit 0 (wd0): Feb 17 21:46:12 hoarhound /kernel: wd0: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S Feb 17 21:46:12 hoarhound /kernel: wdc0: unit 1 (wd1): Feb 17 21:46:12 hoarhound /kernel: wd1: 406MB (832608 sectors), 826 cyls, 16 heads, 63 S/T, 512 B/S Feb 17 21:46:12 hoarhound /kernel: wdc1 not found at 0x170 Feb 17 21:46:13 hoarhound /kernel: ppc0 at 0x378 irq 7 on isa Feb 17 21:46:13 hoarhound /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Feb 17 21:46:13 hoarhound /kernel: nlpt0: on ppbus 0 Feb 17 21:46:13 hoarhound /kernel: nlpt0: Interrupt-driven port Feb 17 21:46:13 hoarhound /kernel: ppi0: on ppbus 0 Feb 17 21:46:13 hoarhound /kernel: plip0: on ppbus 0 Feb 17 21:46:13 hoarhound /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa Feb 17 21:46:13 hoarhound /kernel: npx0 on motherboard Feb 17 21:46:13 hoarhound /kernel: npx0: INT 16 interface Feb 17 21:46:13 hoarhound /kernel: changing root device to wd0s1a Feb 17 21:47:14 hoarhound login: ROOT LOGIN (root) ON ttyv0 Feb 17 21:48:58 hoarhound kdm[298]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-oxk298 Feb 17 21:48:58 hoarhound kdm[301]: server XBINDIR/X cannot be executed Feb 17 21:49:13 hoarhound kdm[298]: Server for display :0 terminated unexpectedly: 1 Feb 17 21:49:14 hoarhound kdm[298]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-HPe298 Feb 17 21:49:14 hoarhound kdm[303]: server XBINDIR/X cannot be executed Feb 17 21:49:27 hoarhound login: ROOT LOGIN (root) ON ttyv1 Feb 17 21:49:29 hoarhound kdm[298]: Server for display :0 terminated unexpectedly: 1 Feb 17 21:49:31 hoarhound kdm[298]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-amL298 Feb 17 21:49:31 hoarhound kdm[306]: server XBINDIR/X cannot be executed Feb 17 21:49:46 hoarhound kdm[298]: Server for display :0 terminated unexpectedly: 1 Feb 17 21:49:48 hoarhound kdm[298]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-PCp298 Feb 17 21:49:48 hoarhound kdm[309]: server XBINDIR/X cannot be executed Feb 17 21:50:03 hoarhound kdm[298]: Server for display :0 terminated unexpectedly: 1 Feb 17 21:50:04 hoarhound kdm[298]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-Rvs298 Feb 17 21:50:04 hoarhound kdm[318]: server XBINDIR/X cannot be executed Feb 17 21:50:05 hoarhound kdm[298]: server unexpectedly died Feb 17 21:53:05 hoarhound kdm[324]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-Aak324 Feb 17 21:53:05 hoarhound kdm[327]: server XBINDIR/X cannot be executed Feb 17 21:58:38 hoarhound kdm[348]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-MJq348 Feb 17 21:58:38 hoarhound kdm[351]: server XBINDIR/X cannot be executed Feb 17 21:58:53 hoarhound kdm[348]: Server for display :0 terminated unexpectedly: 1 Feb 17 21:58:55 hoarhound kdm[348]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-fKu348 Feb 17 21:58:55 hoarhound kdm[354]: server XBINDIR/X cannot be executed Feb 17 21:59:10 hoarhound kdm[348]: Server for display :0 terminated unexpectedly: 1 Feb 17 21:59:12 hoarhound kdm[348]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-uZy348 Feb 17 21:59:12 hoarhound kdm[357]: server XBINDIR/X cannot be executed Feb 17 22:05:07 hoarhound kdm[376]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-Jjh376 Feb 17 22:05:07 hoarhound kdm[382]: server XBINDIR/X cannot be executed Feb 17 22:05:23 hoarhound kdm[376]: Server for display :0 terminated unexpectedly: 1 Feb 17 22:05:25 hoarhound kdm[376]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-HSg376 Feb 17 22:05:25 hoarhound kdm[384]: server XBINDIR/X cannot be executed Feb 17 22:05:40 hoarhound kdm[376]: server unexpectedly died Feb 17 22:05:46 hoarhound kdm[376]: Server for display :0 can't be started, session disabled Feb 17 22:18:06 hoarhound login: ROOT LOGIN (root) ON ttyv2 Oct 3 19:25:51 hoarhound /kernel: Oct 3 19:25:51 hoarhound /kernel: Oct 3 19:25:51 hoarhound /kernel: Fatal trap 12: page fault while in kernel mode Oct 3 19:25:51 hoarhound /kernel: fault virtual address = 0xb8 Oct 3 19:25:51 hoarhound /kernel: fault code = supervisor read, page not present Oct 3 19:25:51 hoarhound /kernel: instruction pointer = 0x8:0xf015470f Oct 3 19:25:51 hoarhound /kernel: stack pointer = 0x10:0xf0290df4 Oct 3 19:25:51 hoarhound /kernel: frame pointer = 0x10:0xf0290e08 Oct 3 19:25:51 hoarhound /kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Oct 3 19:25:51 hoarhound /kernel: = DPL 0, pres 1, def32 1, gran 1 Oct 3 19:25:51 hoarhound /kernel: processor eflags = interrupt enabled, resume, IOPL = 0 Oct 3 19:25:51 hoarhound /kernel: current process = Idle Oct 3 19:25:51 hoarhound /kernel: interrupt mask = net tty bio cam Oct 3 19:25:51 hoarhound /kernel: trap number = 12 Oct 3 19:25:51 hoarhound /kernel: panic: page fault Oct 3 19:25:51 hoarhound /kernel: Oct 3 19:25:51 hoarhound /kernel: syncing disks... done Oct 3 19:25:51 hoarhound /kernel: Automatic reboot in 15 seconds - press a key on the console to abort Oct 3 19:25:51 hoarhound /kernel: --> Press a key on the console to reboot <-- Oct 3 19:25:51 hoarhound /kernel: Rebooting... Oct 3 19:25:51 hoarhound /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Oct 3 19:25:51 hoarhound /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Oct 3 19:25:51 hoarhound /kernel: The Regents of the University of California. All rights reserved. Oct 3 19:25:52 hoarhound /kernel: FreeBSD 3.1-RELEASE #0: Wed Feb 17 11:30:39 EST 1999 Oct 3 19:25:52 hoarhound /kernel: root@hoarhound.bendigo.latrobe.edu.au:/usr/src/sys/compile/MYKERNEL Oct 3 19:25:52 hoarhound /kernel: Timecounter "i8254" frequency 1193182 Hz Oct 3 19:25:52 hoarhound /kernel: CPU: i486 DX2 (486-class CPU) Oct 3 19:25:52 hoarhound /kernel: Origin = "GenuineIntel" Id = 0x435 Stepping=5 Oct 3 19:25:52 hoarhound /kernel: Oct 3 19:25:52 hoarhound /kernel: Features=0x3 Oct 3 19:25:52 hoarhound /kernel: real memory = 21233664 (20736K bytes) Oct 3 19:25:52 hoarhound /kernel: avail memory = 17768448 (17352K bytes) Oct 3 19:25:52 hoarhound /kernel: Preloaded elf kernel "kernel" at 0xf0310000. Oct 3 19:25:52 hoarhound /kernel: Probing for devices on the ISA bus: Oct 3 19:25:52 hoarhound /kernel: sc0 on isa Oct 3 19:25:52 hoarhound /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Oct 3 19:25:52 hoarhound /kernel: ed0 at 0x300-0x31f irq 10 on isa Oct 3 19:25:52 hoarhound /kernel: ed0: address 00:00:e8:a3:8d:83, type NE2000 (16 bit) Oct 3 19:25:52 hoarhound /kernel: atkbdc0 at 0x60-0x6f on motherboard Oct 3 19:25:52 hoarhound /kernel: atkbd0 irq 1 on isa Oct 3 19:25:52 hoarhound /kernel: psm0 not found Oct 3 19:25:52 hoarhound /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Oct 3 19:25:52 hoarhound /kernel: sio0: type 16450 Oct 3 19:25:52 hoarhound /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Oct 3 19:25:52 hoarhound /kernel: sio1: type 16450 Oct 3 19:25:52 hoarhound /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Oct 3 19:25:52 hoarhound /kernel: fd0: 1.44MB 3.5in Oct 3 19:25:52 hoarhound /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa Oct 3 19:25:52 hoarhound /kernel: wdc0: unit 0 (wd0): Oct 3 19:25:52 hoarhound /kernel: wd0: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S Oct 3 19:25:52 hoarhound /kernel: wdc0: unit 1 (wd1): Oct 3 19:25:52 hoarhound /kernel: wd1: 406MB (832608 sectors), 826 cyls, 16 heads, 63 S/T, 512 B/S Oct 3 19:25:52 hoarhound /kernel: wdc1 not found at 0x170 Oct 3 19:25:52 hoarhound /kernel: ppc0 at 0x378 irq 7 on isa Oct 3 19:25:52 hoarhound /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Oct 3 19:25:52 hoarhound /kernel: nlpt0: on ppbus 0 Oct 3 19:25:52 hoarhound /kernel: nlpt0: Interrupt-driven port Oct 3 19:25:52 hoarhound /kernel: ppi0: on ppbus 0 Oct 3 19:25:52 hoarhound /kernel: plip0: on ppbus 0 Oct 3 19:25:52 hoarhound /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa Oct 3 19:25:52 hoarhound /kernel: npx0 on motherboard Oct 3 19:25:52 hoarhound /kernel: npx0: INT 16 interface Oct 3 19:25:52 hoarhound /kernel: changing root device to wd0s1a Oct 3 19:25:52 hoarhound /kernel: WARNING: / was not properly dismounted Oct 3 19:25:53 hoarhound mountd[115]: bad opt rw Oct 3 19:25:53 hoarhound mountd[115]: bad exports list line /usr -rw Oct 3 19:25:53 hoarhound mountd[115]: bad opt rw Oct 3 19:25:53 hoarhound mountd[115]: bad exports list line /usr -rw Oct 3 19:26:09 hoarhound kdm[244]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-GEv244 Oct 3 19:26:09 hoarhound kdm[254]: server XBINDIR/X cannot be executed Oct 3 19:26:29 hoarhound login: ROOT LOGIN (root) ON ttyv0 Oct 3 19:28:09 hoarhound kdm[285]: server open failed for :0, giving up Oct 3 19:28:10 hoarhound kdm[244]: Display :0 cannot be opened Oct 3 19:28:11 hoarhound kdm[244]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-ZXB244 Oct 3 19:28:11 hoarhound kdm[306]: server XBINDIR/X cannot be executed Oct 3 19:28:26 hoarhound kdm[244]: Server for display :0 terminated unexpectedly: 1 Oct 3 19:28:28 hoarhound kdm[244]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-kfQ244 Oct 3 19:28:28 hoarhound kdm[308]: server XBINDIR/X cannot be executed Oct 3 19:28:43 hoarhound kdm[244]: Server for display :0 terminated unexpectedly: 1 Oct 3 19:28:45 hoarhound kdm[244]: Cannot open server authorization file /usr/local/config/kdm/authdir/A:0-yGC244 Oct 3 19:28:45 hoarhound kdm[314]: server XBINDIR/X cannot be executed Feb 18 11:52:09 hoarhound /kernel: Feb 18 11:52:09 hoarhound /kernel: Feb 18 11:52:09 hoarhound /kernel: Fatal trap 12: page fault while in kernel mode Feb 18 11:52:09 hoarhound /kernel: fault virtual address = 0xb8 Feb 18 11:52:09 hoarhound /kernel: fault code = supervisor read, page not present Feb 18 11:52:09 hoarhound /kernel: instruction pointer = 0x8:0xf015470f Feb 18 11:52:09 hoarhound /kernel: stack pointer = 0x10:0xf0290df4 Feb 18 11:52:09 hoarhound /kernel: frame pointer = 0x10:0xf0290e08 Feb 18 11:52:09 hoarhound /kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Feb 18 11:52:09 hoarhound /kernel: = DPL 0, pres 1, def32 1, gran 1 Feb 18 11:52:09 hoarhound /kernel: processor eflags = interrupt enabled, resume, IOPL = 0 Feb 18 11:52:09 hoarhound /kernel: current process = Idle Feb 18 11:52:09 hoarhound /kernel: interrupt mask = net tty bio cam Feb 18 11:52:09 hoarhound /kernel: trap number = 12 Feb 18 11:52:09 hoarhound /kernel: panic: page fault Feb 18 11:52:09 hoarhound /kernel: Feb 18 11:52:09 hoarhound /kernel: syncing disks... 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 giving up Feb 18 11:52:09 hoarhound /kernel: Automatic reboot in 15 seconds - press a key on the console to abort Feb 18 11:52:09 hoarhound /kernel: --> Press a key on the console to reboot <-- Feb 18 11:52:09 hoarhound /kernel: Rebooting... Feb 18 11:52:09 hoarhound /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Feb 18 11:52:10 hoarhound /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Feb 18 11:52:10 hoarhound /kernel: The Regents of the University of California. All rights reserved. Feb 18 11:52:10 hoarhound /kernel: FreeBSD 3.1-RELEASE #0: Wed Feb 17 11:30:39 EST 1999 Feb 18 11:52:10 hoarhound /kernel: root@hoarhound.bendigo.latrobe.edu.au:/usr/src/sys/compile/MYKERNEL Feb 18 11:52:10 hoarhound /kernel: Timecounter "i8254" frequency 1193182 Hz Feb 18 11:52:10 hoarhound /kernel: CPU: i486 DX2 (486-class CPU) Feb 18 11:52:10 hoarhound /kernel: Or Feb 18 11:52:10 hoarhound /kernel: igin = "GenuineIntel" Id = 0x435 Stepping=5 Feb 18 11:52:10 hoarhound /kernel: Features=0x3 Feb 18 11:52:10 hoarhound /kernel: real memory = 21233664 (20736K bytes) Feb 18 11:52:10 hoarhound /kernel: avail memory = 17768448 (17352K bytes) Feb 18 11:52:10 hoarhound /kernel: Preloaded elf kernel "kernel" at 0xf0310000. Feb 18 11:52:10 hoarhound /kernel: Probing for devices on the ISA bus: Feb 18 11:52:10 hoarhound /kernel: sc0 on isa Feb 18 11:52:10 hoarhound /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Feb 18 11:52:10 hoarhound /kernel: ed0 at 0x300-0x31f irq 10 on isa Feb 18 11:52:10 hoarhound /kernel: ed0: address 00:00:e8:a3:8d:83, type NE2000 (16 bit) Feb 18 11:52:10 hoarhound /kernel: atkbdc0 at 0x60-0x6f on motherboard Feb 18 11:52:10 hoarhound /kernel: atkbd0 irq 1 on isa Feb 18 11:52:10 hoarhound /kernel: psm0 not found Feb 18 11:52:10 hoarhound /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Feb 18 11:52:10 hoarhound /kernel: sio0: type 16450 Feb 18 11:52:10 hoarhound /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Feb 18 11:52:10 hoarhound /kernel: sio1: type 16450 Feb 18 11:52:10 hoarhound /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Feb 18 11:52:10 hoarhound /kernel: fd0: 1.44MB 3.5in Feb 18 11:52:10 hoarhound /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa Feb 18 11:52:10 hoarhound /kernel: wdc0: unit 0 (wd0): Feb 18 11:52:10 hoarhound /kernel: wd0: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S Feb 18 11:52:10 hoarhound /kernel: wdc0: unit 1 (wd1): Feb 18 11:52:10 hoarhound /kernel: wd1: 406MB (832608 sectors), 826 cyls, 16 heads, 63 S/T, 512 B/S Feb 18 11:52:10 hoarhound /kernel: wdc1 not found at 0x170 Feb 18 11:52:10 hoarhound /kernel: ppc0 at 0x378 irq 7 on isa Feb 18 11:52:10 hoarhound /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Feb 18 11:52:10 hoarhound /kernel: nlpt0: on ppbus 0 Feb 18 11:52:10 hoarhound /kernel: nlpt0: Interrupt-driven port Feb 18 11:52:10 hoarhound /kernel: ppi0: on ppbus 0 Feb 18 11:52:10 hoarhound /kernel: plip0: on ppbus 0 Feb 18 11:52:10 hoarhound /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa Feb 18 11:52:10 hoarhound /kernel: npx0 on motherboard Feb 18 11:52:10 hoarhound /kernel: npx0: INT 16 interface Feb 18 11:52:11 hoarhound /kernel: changing root device to wd0s1a Feb 18 11:52:11 hoarhound /kernel: WARNING: / was not properly dismounted Feb 18 11:53:23 hoarhound login: ROOT LOGIN (root) ON ttyv0 Feb 18 12:25:24 hoarhound login: ROOT LOGIN (root) ON ttyv1 >How-To-Repeat: unkown >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 17 18:55:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0D9A1123C; Wed, 17 Feb 1999 18:55:51 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA88053; Wed, 17 Feb 1999 18:55:51 -0800 (PST) (envelope-from grog@FreeBSD.org) Date: Wed, 17 Feb 1999 18:55:51 -0800 (PST) From: Message-Id: <199902180255.SAA88053@freefall.freebsd.org> To: dirk@ironbark.bendigo.latrobe.edu.au, grog@FreeBSD.org, freebsd-bugs@FreeBSD.org, grog@FreeBSD.org Subject: Re: kern/10140 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel panics and after a dumb reboots the machine (Full description is /var/log/messages) State-Changed-From-To: open->feedback State-Changed-By: grog State-Changed-When: Wed Feb 17 18:37:52 PST 1999 State-Changed-Why: Awaiting feedback from submitter Responsible-Changed-From-To: freebsd-bugs->grog Responsible-Changed-By: grog Responsible-Changed-When: Wed Feb 17 18:37:52 PST 1999 Responsible-Changed-Why: grog is looking at this 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 17 22:36:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E16CE10E69 for ; Wed, 17 Feb 1999 22:36:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA02374; Wed, 17 Feb 1999 22:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BD1061139D; Wed, 17 Feb 1999 21:51:08 -0800 (PST) Message-Id: <19990218055108.BD1061139D@hub.freebsd.org> Date: Wed, 17 Feb 1999 21:51:08 -0800 (PST) From: wylam@myhome.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/10142: ATAPI CD Drive isn't detected on 2.2.6-Release when installing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10142 >Category: kern >Synopsis: ATAPI CD Drive isn't detected on 2.2.6-Release when installing >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 17 22:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Sean Wylam >Release: 2.2.6 --Release >Organization: >Environment: >Description: When I try to install 2.2.6 Release, it won't detect the CD Drive. I have a Samsung SCR-2431 Atapi CD drive. What do I have to do to get it to work? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Feb 17 23: 1:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 61BE210E56 for ; Wed, 17 Feb 1999 23:01:34 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id DAA07165; Thu, 18 Feb 1999 03:58:28 +0100 From: Luigi Rizzo Message-Id: <199902180258.DAA07165@labinfo.iet.unipi.it> Subject: Re: Dummynet & ipfw: kernel crashes ! To: Emmanuel.Duros@sophia.inria.fr (Emmanuel Duros) Date: Thu, 18 Feb 1999 03:58:28 +0100 (MET) Cc: freebsd-bugs@freebsd.org In-Reply-To: <199902171930.UAA29858@chouette.inria.fr> from "Emmanuel Duros" at Feb 17, 99 08:29:52 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 991 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >is this a crash or a panic ? Either way if you can tell me the panic > >msg or the IP where the fault occurs, and look with > > > > nm kernel | sort | more > > The kernel goes into a state which, I believe, is called a kernel panic > (vs a crash!). > I had a look at the IP (0xf0140fe7) where the fault occured and it is > here: > > f0140f80 F if_ethersubr.o > f0140f9c T _ether_output > f01412a0 T _ether_input > > After a few more trials: > > In fact I can configure the pipe directly on the console (I used to do > it via rlogin), both commands are executed without kernel panic. > > And when I initiate a ping I get a kernel panic... the thing is, i dont see any "DIAGNOSTIC" conditional code in ether_output(). One thing though, 2.2.8-RELEASE had somebugs in handling route information for packets send through a pipe, you should update ip_fw.c and ip_dummynet.c to the latest version (around Jan11). These fixes could be related to the problem you are experiencing. luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 18 0:30: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 575BC11395 for ; Thu, 18 Feb 1999 00:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA04687; Thu, 18 Feb 1999 00:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 58734112B7; Thu, 18 Feb 1999 00:21:59 -0800 (PST) Message-Id: <19990218082159.58734112B7@hub.freebsd.org> Date: Thu, 18 Feb 1999 00:21:59 -0800 (PST) From: monte@home.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/10143: Rebooted without prompting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10143 >Category: i386 >Synopsis: Rebooted without prompting >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 18 00:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Monte >Release: 3.1-STABLE >Organization: None >Environment: FreeBSD monte.enmity.com 3.1-STABLE FreeBSD 3.1-STABLE #0: Tue Feb 16 12:52:48 P ST 1999 root@monte.enmity.com:/usr/src/sys/compile/MONTE i386 >Description: This isn't a really big problem just a comment. When I was upgrading from 2.2.8-STABLE to 3.1-STABLE I did the make aout-to-elf-build and it was going fine until it did something about not moving an X lib to the aout so I control-c'ed and installed X just for the hell of it. Then I restarted make aout-to-elf-build and it finished everything but it stopped prompting me so it rebooted before I could fix /etc and the kernel which was kind of annoying. Other than that everything else seemed to go fine. >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 Thu Feb 18 3:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA7A21122A for ; Thu, 18 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 DAA17691; Thu, 18 Feb 1999 03:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 122FF112CA; Thu, 18 Feb 1999 03:25:50 -0800 (PST) Message-Id: <19990218112550.122FF112CA@hub.freebsd.org> Date: Thu, 18 Feb 1999 03:25:50 -0800 (PST) From: marcel@scc.nl To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/10145: ELF interpreter loading in chrooted situations Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10145 >Category: kern >Synopsis: ELF interpreter loading in chrooted situations >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 18 03:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Marcel Moolenaar >Release: 3.1-STABLE >Organization: SCC >Environment: FreeBSD scones.sup.scc.nl 3.1-BETA FreeBSD 3.1-BETA #24: Thu Feb 18 11:39:49 CET 1999 marcel@scones.sup.scc.nl:/usr/src/sys/compile/SCONES i386 >Description: Linux ELF interpreters, for example, are expected under /compat/linux. Those binaries cannot be run in a chrooted environment (with the root set to /compat/linux), because the interpreter cannot be found. The patch allows the loading/running of ELF binaries in such cases. >How-To-Repeat: n/a >Fix: Index: imgact_elf.c =================================================================== RCS file: /home/ncvs/src/sys/kern/imgact_elf.c,v retrieving revision 1.44.2.3 diff -c -r1.44.2.3 imgact_elf.c *** imgact_elf.c 1999/02/08 18:58:36 1.44.2.3 --- imgact_elf.c 1999/02/18 11:17:47 *************** *** 565,572 **** brand_info->emul_path, interp); if ((error = elf_load_file(imgp->proc, path, &addr, &imgp->entry_addr)) != 0) { ! uprintf("ELF interpreter %s not found\n", path); ! goto fail; } } --- 565,575 ---- brand_info->emul_path, interp); if ((error = elf_load_file(imgp->proc, path, &addr, &imgp->entry_addr)) != 0) { ! if ((error = elf_load_file(imgp->proc, interp, &addr, ! &imgp->entry_addr)) != 0) { ! uprintf("ELF interpreter %s not found\n", path); ! goto fail; ! } } } >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 18 5:30: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E9F9112B7 for ; Thu, 18 Feb 1999 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA26073; Thu, 18 Feb 1999 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2DFE311310; Thu, 18 Feb 1999 05:20:56 -0800 (PST) Message-Id: <19990218132056.2DFE311310@hub.freebsd.org> Date: Thu, 18 Feb 1999 05:20:56 -0800 (PST) From: mvh@ix.netcom.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/10148: atime behavior differs with empty files for 2.2.8 and 3.1-current Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10148 >Category: misc >Synopsis: atime behavior differs with empty files for 2.2.8 and 3.1-current >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 18 05:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mike Harding >Release: 3.1FreeBSD netcom1.netcom.com 3.1-STABLE FreeBSD 3.1-STABLE #0: Wed Feb 17 04:35:48 PST 13.1-stable >Organization: Stamps.com >Environment: FreeBSD netcom1.netcom.com 3.1-STABLE FreeBSD 3.1-STABLE #0: Wed Feb 17 04:35:48 PST 1999 mvh@netcom1.netcom.com:/usr/src/sys/compile/MIKE i386 >Description: Create an empty file. read the file (cat it or open with emacs) atime is not updated for a 3.1 system, it is updated for a 2.2.8 system. This breaks the leafnode port. I don't know if this is due to a kernel change or a library change. I compiled a 3.1 kernel with and without softupdates, and there was no change, so it's not due to my using softupdates (directly, anyways). >How-To-Repeat: (From the leafnode+ mailing list) atime is updated when a null file is read on 2.2.8. Here's what happend: tom@bergen [~] touch myfile tom@bergen [~] cat myfile tom@bergen [~] perl -e '$f="myfile"; use File::stat; print stat($f)->atime, ", ",stat($f)->mtime, "\n";' 919102955, 919102953 tom@bergen [~] cat myfile tom@bergen [~] perl -e '$f="myfile"; use File::stat; print stat($f)->atime, ", ",stat($f)->mtime, "\n";' 919102985, 919102953 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 18 6:10:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BCCC1136F for ; Thu, 18 Feb 1999 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA28562; Thu, 18 Feb 1999 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 233A9112DB; Thu, 18 Feb 1999 06:01:26 -0800 (PST) Message-Id: <19990218140126.233A9112DB@hub.freebsd.org> Date: Thu, 18 Feb 1999 06:01:26 -0800 (PST) From: dmarion@open.hr To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/10149: New PCI device Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10149 >Category: kern >Synopsis: New PCI device >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 18 06:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Damjan Marion >Release: HEAD >Organization: >Environment: >Description: Please add in pci/pcisupport.c new device: Vendor ID: 5333 (S3) Device ID: 8a10 (ViRGE GX2) >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 Thu Feb 18 6:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11BD8114C6 for ; Thu, 18 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 GAA29668; Thu, 18 Feb 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 18 Feb 1999 06:30:01 -0800 (PST) Message-Id: <199902181430.GAA29668@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: misc/10148: atime behavior differs with empty files for 2.2.8 and 3.1-current Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10148; it has been noted by GNATS. From: Bruce Evans To: freebsd-gnats-submit@FreeBSD.ORG, mvh@ix.netcom.com Cc: Subject: Re: misc/10148: atime behavior differs with empty files for 2.2.8 and 3.1-current Date: Fri, 19 Feb 1999 01:29:15 +1100 >>Description: >Create an empty file. >read the file (cat it or open with emacs) >atime is not updated for a 3.1 system, it is updated for a 2.2.8 system. >This breaks the leafnode port. >I don't know if this is due to a kernel change or a library change. >I compiled a 3.1 kernel with and without softupdates, and there >was no change, so it's not due to my using softupdates (directly, anyways). This bug was introduced in rev.1.42 of ufs_readwrite.c and hasn't been fixed, so it affects all 3.x versions. I haven't got around to committing my fix for it since the fix is tangled up with others (the atime should not be set for reads that request 0 bytes or are unsuccessful): diff -c2 ufs_readwrite.c~ ufs_readwrite.c *** ufs_readwrite.c~ Fri Jan 29 03:26:00 1999 --- ufs_readwrite.c Fri Jan 29 03:26:01 1999 *************** *** 98,108 **** return (EFBIG); - object = vp->v_object; - bytesinfile = ip->i_size - uio->uio_offset; if (bytesinfile <= 0) { ! return 0; } if (object) vm_object_reference(object); --- 102,115 ---- return (EFBIG); bytesinfile = ip->i_size - uio->uio_offset; + resid = uio->uio_resid; if (bytesinfile <= 0) { ! if (resid > 0 && !(vp->v_mount->mnt_flag & MNT_NOATIME)) ! ip->i_flag |= IN_ACCESS; ! return (0); } + error = 0; + object = vp->v_object; if (object) vm_object_reference(object); Don't apply this directly; it is tangled. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 18 7:57:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3846E112F7; Thu, 18 Feb 1999 07:57:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA73069; Thu, 18 Feb 1999 07:57:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 18 Feb 1999 07:57:26 -0800 (PST) From: Message-Id: <199902181557.HAA73069@freefall.freebsd.org> To: wylam@myhome.net, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10142 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ATAPI CD Drive isn't detected on 2.2.6-Release when installing State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Feb 18 07:56:21 PST 1999 State-Changed-Why: 2.2.6 is known to be deficient wrt to ATAPI CD drives. Please try either 3.0-STABLE or 3.1-RELEASE instead. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 18 8: 1:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CAEA11403; Thu, 18 Feb 1999 08:01:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA73831; Thu, 18 Feb 1999 08:01:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 18 Feb 1999 08:01:45 -0800 (PST) From: Message-Id: <199902181601.IAA73831@freefall.freebsd.org> To: anton@urc.ac.ru, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9905 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NFS lookup when booting via network State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Feb 18 08:00:21 PST 1999 State-Changed-Why: Originator says this has been resolved. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 18 9:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45E5911712 for ; Thu, 18 Feb 1999 09:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA78813; Thu, 18 Feb 1999 09:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1625611777; Thu, 18 Feb 1999 09:16:04 -0800 (PST) Message-Id: <19990218171604.1625611777@hub.freebsd.org> Date: Thu, 18 Feb 1999 09:16:04 -0800 (PST) From: olof@volvo.se To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/10150: Compaq fxp0 Does not work on 3.0 or 3.1 but on 2.2.8 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10150 >Category: i386 >Synopsis: Compaq fxp0 Does not work on 3.0 or 3.1 but on 2.2.8 >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 18 09:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Olof Samuelsson >Release: 3.0-RELEASE or 3.1-RELEASE >Organization: No Organization >Environment: This works: FreeBSD d4268.it.volvo.se 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Thu Feb 18 08:40:12 CET 1999 root@d4268.it.volvo.se:/usr/src/sys/compile/D4268 i386 >Description: on 3.0- or 3.1-RELEASE the computer (a Compaq Deskpro EN Series 6300/3.2, 300Mhz PII) hangs compleatly whenever the Ethernet is configured with an IP address. No panic, just locked. 2.2.8 works fine. >How-To-Repeat: Boot from the installation floppy for 3.1-RELEASE, start a novice installation and install from an URL and configure the network, press OK. Lock. >Fix: Downgrade to 2.2.8? >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 18 12:52:14 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.ahnet.net (mail.ahnet.net [207.213.224.25]) by hub.freebsd.org (Postfix) with ESMTP id E8CCC117C9 for ; Thu, 18 Feb 1999 12:52:12 -0800 (PST) (envelope-from mike@cflmain.com) Received: from cflmain.com (cgowave-19-146.cgocable.net [24.226.19.146]) by mail.ahnet.net (8.8.7/8.8.6) with ESMTP id MAA14904 for ; Thu, 18 Feb 1999 12:52:34 -0800 (PST) Message-ID: <36CC7E62.F458B99B@cflmain.com> Date: Thu, 18 Feb 1999 15:56:02 -0500 From: Mike X-Mailer: Mozilla 4.08 [en] (Win95; I) MIME-Version: 1.0 To: bugs@freebsd.org Subject: Cat Bug Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey. I think i found a bug in the version of cat shipped with freebsd. Usualy on most systems you cannot do cat something.txt >> something.txt the two hafta be different. But well i was playing around and i found you could with the ver shipped with freebsd. And if left running for as little as 10 seconds it creates a 150 meg file, and keeps growing. Thought you'd like to know. - Mike Robinson (miker@ftp.cdrom.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 18 13:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 357ED11B5D for ; Thu, 18 Feb 1999 13:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA97275; Thu, 18 Feb 1999 13:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 464D811B18; Thu, 18 Feb 1999 13:41:24 -0800 (PST) Message-Id: <19990218214124.464D811B18@hub.freebsd.org> Date: Thu, 18 Feb 1999 13:41:24 -0800 (PST) From: ikappa@essex.ac.uk To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/10151: ATAPI CD problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10151 >Category: i386 >Synopsis: ATAPI CD problem >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 18 13:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Giannis Kappas >Release: 3.1 >Organization: >Environment: >Description: The new atapi drivers are not find my Aztech x4 CD-ROM Drive. At boot time is write 5 times atapi0.1: unkown phase. It use to work well in RELEASE-3.0 but now when I try to mount the cdrom drive the system hangs up. If I try to kill the process (kill -9) it remains there, the system cannot reboot also. I've taken a look at src/sys/i386/isa/atapi* files but nothing came up. I've also changed them with the old ones. The kernel compiled OK but it had the same problem again. I have compiled my kernel before (from 2.8 up to 3.1) and I'm also included the new cd device asd0. Thanks for listening. >How-To-Repeat: mount /cdrom >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 18 14:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DC9D1181B for ; Thu, 18 Feb 1999 14:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA99103; Thu, 18 Feb 1999 14:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id F228711A04 for ; Thu, 18 Feb 1999 14:18:03 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from root@localhost) by misha.cisco.com (8.9.1/8.9.1) id RAA06950; Thu, 18 Feb 1999 17:18:00 -0500 (EST) (envelope-from mi) Message-Id: <199902182218.RAA06950@misha.cisco.com> Date: Thu, 18 Feb 1999 17:18:00 -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/10152: fortune(6) gives bogus diagnostic sometimes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10152 >Category: bin >Synopsis: fortune(6) gives bogus diagnostic sometimes >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 18 14:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.0-RELEASE i386 >Organization: Virtual Estates, Inc. >Environment: For whatever reason, some files in my /usr/share/games/fortune/ were readable to root only... >Description: 6816 fortune CALL stat(0x8052000,0xefbfd6f8) 6816 fortune NAMI "/usr/share/games/fortune/fortunes" 6816 fortune RET stat 0 6816 fortune CALL open(0x8052000,0,0) 6816 fortune NAMI "/usr/share/games/fortune/fortunes" 6816 fortune RET open 3 6816 fortune CALL access(0x8052040,0x4) 6816 fortune NAMI "/usr/share/games/fortune/fortunes.dat" 6816 fortune RET access -1 errno 13 Permission denied 6816 fortune CALL write(0x2,0xefbfd020,0x4a) 6816 fortune GIO fd 2 wrote 74 bytes "fortune:/usr/share/games/fortune/fortunes not a fortune file or direct\ ory" see, it failed to open /usr/share/games/fortune/fortunes.dat, but reported a problem with /usr/share/games/fortune/fortunes. >How-To-Repeat: Make /usr/share/games/fortune/fortunes.dat 400. Try fortune -s >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 18 14:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 589BA11942 for ; Thu, 18 Feb 1999 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA01178; Thu, 18 Feb 1999 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from xenetserver.harz.de (xenetserver.harz.de [193.159.181.125]) by hub.freebsd.org (Postfix) with ESMTP id F1F1711780 for ; Thu, 18 Feb 1999 14:31:32 -0800 (PST) (envelope-from frank@vogon.agala.harz.de) Received: (from uucp@localhost) by xenetserver.harz.de (8.9.1/8.9.1) with UUCP id XAA02538 for FreeBSD-gnats-submit@freebsd.org; Thu, 18 Feb 1999 23:31:31 +0100 (CET) Received: (from frank@localhost) by vogon.agala.harz.de (8.9.2/8.8.8) id XAA05306; Thu, 18 Feb 1999 23:26:40 +0100 (CET) (envelope-from frank) Message-Id: <199902182226.XAA05306@vogon.agala.harz.de> Date: Thu, 18 Feb 1999 23:26:40 +0100 (CET) From: frank@barda.agala.harz.de Reply-To: frank@barda.agala.harz.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/10154: syncing disks ... giving up Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10154 >Category: kern >Synopsis: System is unable to sync the disks when it shuts down >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 18 14:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Frank J. Beckmann >Release: FreeBSD 3.1-RELEASE i386 >Organization: agala naga doron >Environment: Intel DK440LX, 2 * Pentium II 333, 64 MB ram dmesg: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.1-RELEASE #0: Tue Feb 16 16:09:06 CET 1999 root@vogon.agala.harz.de:/usr/src/sys/compile/VOGON Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Xeon/Celeron (686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping=2 Features=0x183fbff> real memory = 67108864 (65536K bytes) config> pnp 1 0 os enable port0 0x534 port2 0x220 irq0 10 drq0 1 drq1 3 avail memory = 61181952 (59748K bytes) Programming 24 pins in IOAPIC #0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xf03d7000. Preloaded userconfig_script "/boot/sound.config" at 0xf03d709c. vinum: loaded Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x01 on pci0.2.0 ide_pci0: rev 0x01 on pci0.2.1 uhci0: rev 0x01 int d irq 19 on pci0.2.2 usb0: USB version 1.0, interrupting at 9 chip3: rev 0x01 on pci0.2.3 fxp0: rev 0x02 int a irq 19 on pci0.3.0 fxp0: Ethernet address 00:a0:c9:61:7f:06 ahc0: rev 0x03 int a irq 17 on pci0.9.0 ahc0: aic7895 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: rev 0x03 int b irq 17 on pci0.9.1 ahc1: aic7895 Wide Channel B, SCSI Id=7, 16/255 SCBs vga0: rev 0x00 int a irq 18 on pci0.14.0 bktr0: rev 0x02 int a irq 19 on pci0.15.0 bti2c0: iicbb0: on bti2c0 iicbus0: on iicbb0 master-only iicsmb0: on iicbus0 smbus0: on iicsmb0 smb0: on smbus0 iic0: on iicbus0 smbus1: on bti2c0 smb1: on smbus1 Hauppauge WinCast/TV, Philips FR1216 PAL tuner, msp3400c stereo. Detected a MSP3410D-B4 Probing for devices on PCI bus 1: Probing for PnP devices: CSN 1 Vendor ID: CSC0b35 [0x350b630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] mss_attach 1 at 0x530 irq 10 dma 1:3 flags 0x13 pcm1 (CS423x/Yamaha/AD1816 sn 0xffffffff) at 0x530-0x537 irq 10 drq 1 flags 0x13 on isa Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio4 at 0x100-0x107 flags 0x10b05 on isa sio4: type TL16750 (multiport) sio5 at 0x108-0x10f flags 0x10b05 on isa sio5: type TL16750 (multiport) sio6 at 0x110-0x117 flags 0x310b05 on isa sio6: type TL16750 (multiport) sio7 at 0x118-0x11f flags 0x310b05 on isa sio7: type TL16750 (multiport) sio8 at 0x140-0x147 flags 0x310b05 on isa sio8: type TL16750 (multiport) sio9 at 0x128-0x12f flags 0x10b05 on isa sio9: type TL16750 (multiport) sio10 at 0x130-0x137 flags 0x10b05 on isa sio10: type TL16750 (multiport) sio11 at 0x138-0x13f irq 11 flags 0x10b05 on isa sio11: type TL16750 (multiport master) pcm0 not probed due to drq conflict with pcm1 at 1 pca0 on motherboard pca0: PC speaker audio driver wdc0 not found at 0x1f0 wdc1 not found at 0x170 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in ppc0 at 0x378 irq 7 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold nlpt0: on ppbus 0 nlpt0: Interrupt-driven port ppi0: on ppbus 0 lppps0: on ppbus 0 plip0: on ppbus 0 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface apm0 on isa apm: found APM BIOS version 1.2 usb0: uhub0 at usb0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via pin 2 IP packet filtering initialized, divert enabled, rule-based forwarding enabled, unlimited logging ccd0-3: Concatenated disk drivers DUMMYNET initialized (980901) -- size dn_pkt 48 Waiting 4 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! sa0 at ahc1 bus 0 target 0 lun 0 sa0: Removable Sequential Access SCSI-CCS device sa0: 3.300MB/s transfers da1 at ahc1 bus 0 target 1 lun 0 da1: Removable Direct Access SCSI-2 device da1: 5.0MB/s transfers (5.0MHz, offset 15) da1: 256MB (524288 512 byte sectors: 64H 32S/T 256C) da4 at ahc0 bus 0 target 1 lun 0 da4: Fixed Direct Access SCSI-2 device da4: 10.0MB/s transfers (10.0MHz, offset 15), Tagged Queueing Enabled da4: 1034MB (2118144 512 byte sectors: 255H 63S/T 131C) da5 at ahc1 bus 0 target 5 lun 0 da5: Fixed Direct Access SCSI-2 device da5: 10.0MB/s transfers (10.0MHz, offset 15), Tagged Queueing Enabled da5: 1034MB (2118144 512 byte sectors: 255H 63S/T 131C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.0MB/s transfers (20.0MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 4357MB (8925000 512 byte sectors: 255H 63S/T 555C) WARNING: / was not properly dismounted cd0 at ahc1 bus 0 target 3 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.0MB/s transfers (20.0MHz, offset 15) cd0: cd present [151809 x 2048 byte records] ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates (da0:ahc0:0:0:0): tagged openings now 64 /sys/i386/conf/VOGON: # # VOGON -- Intel DK440LX # # # This directive is mandatory; it defines the architecture to be # configured for; in this case, the 386 family based IBM-PC and # compatibles. # machine "i386" # # This is the ``identification'' of the kernel. Usually this should # be the same as the name of your kernel. # ident VOGON # # The `maxusers' parameter controls the static sizing of a number of # internal system tables by a complicated formula defined in param.c. # maxusers 64 # # Certain applications can grow to be larger than the 128M limit # that FreeBSD initially imposes. Below are some options to # allow that limit to grow to 256MB, and can be increased further # with changing the parameters. MAXDSIZ is the maximum that the # limit can be set to, and the DFLDSIZ is the default value for # the limit. You might want to set the default lower than the # max, and explicitly set the maximum with a shell command for processes # that regularly exceed the limit like INND. # options "MAXDSIZ=(512*1024*1024)" options "DFLDSIZ=(512*1024*1024)" # When this is set, be extra conservative in various parts of the kernel # and choose functionality over speed (on the widest variety of systems). options FAILSAFE # Options for the VM subsystem options PQ_LARGECACHE # color for 512k/16k cache # This allows you to actually store this configuration file into # the kernel binary itself, where it may be later read by saying: # strings -aout -n 3 /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL # options INCLUDE_CONFIG_FILE # Include this file in kernel # # This directive defines a number of things: # - The compiled kernel is to be called `kernel' # - The root filesystem might be on partition wd0a # - Crash dumps will be written to wd0b, if possible. Specifying the # dump device here is not recommended. Use dumpon(8). # config kernel root on da0s1 ##################################################################### # SMP OPTIONS: # # SMP enables building of a Symmetric MultiProcessor Kernel. # APIC_IO enables the use of the IO APIC for Symmetric I/O. # NCPU sets the number of CPUs, defaults to 2. # NBUS sets the number of busses, defaults to 4. # NAPIC sets the number of IO APICs on the motherboard, defaults to 1. # NINTR sets the total number of INTs provided by the motherboard. # # Notes: # # An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard. # # Be sure to disable 'cpu "I386_CPU"' && 'cpu "I486_CPU"' for SMP kernels. # # Check the 'Rogue SMP hardware' section to see if additional options # are required by your hardware. # # Mandatory: options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O ##################################################################### # CPU OPTIONS # # You must specify at least one CPU (the one you intend to run on); # deleting the specification for CPUs you don't need to use may make # parts of the system run faster. This is especially true removing # I386_CPU. # cpu "I686_CPU" # aka Pentium Pro(tm) ##################################################################### # COMPATIBILITY OPTIONS # # Implement system calls compatible with 4.3BSD and older versions of # FreeBSD. You probably do NOT want to remove this as much current code # still relies on the 4.3 emulation. # options "COMPAT_43" # # Allow user-mode programs to manipulate their local descriptor tables. # This option is required for the WINE Windows(tm) emulator, and is # not used by anything else (that we know of). # options USER_LDT #allow user-level control of i386 ldt # # These three options provide support for System V Interface # Definition-style interprocess communication, in the form of shared # memory, semaphores, and message queues, respectively. # options SYSVSHM options SYSVSEM options SYSVMSG # # This option includes a MD5 routine in the kernel, this is used for # various authentication and privacy uses. # options "MD5" # # Allow processes to switch to vm86 mode, as well as enabling direct # user-mode access to the I/O port space. This option is necessary for # the doscmd emulator to run. # options "VM86" ##################################################################### # DEBUGGING OPTIONS # # KTRACE enables the system-call tracing facility ktrace(2). # options KTRACE #kernel tracing # # PERFMON causes the driver for Pentium/Pentium Pro performance counters # to be compiled. See perfmon(4) for more information. # options PERFMON # XXX - this doesn't belong here. # Allow ordinary users to take the console - this is useful for X. options UCONSOLE # XXX - this doesn't belong here either options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor ##################################################################### # NETWORKING OPTIONS # # Protocol families: # Only the INET (Internet) family is officially supported in FreeBSD. # Source code for the NS (Xerox Network Service) is provided for amusement # value. # options INET #Internet communications protocols # # Network interfaces: # The `loop' pseudo-device is MANDATORY when networking is enabled. # The `ether' pseudo-device provides generic code to handle # Ethernets; it is MANDATORY when a Ethernet device driver is # configured. # The 'fddi' pseudo-device provides generic code to support FDDI. # The `sppp' pseudo-device serves a similar role for certain types # of synchronous PPP links (like `cx', `ar'). # The `sl' pseudo-device implements the Serial Line IP (SLIP) service. # The `ppp' pseudo-device implements the Point-to-Point Protocol. # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. # The `disc' pseudo-device implements a minimal network interface, # which throws away all packets sent and never receives any. It is # included for testing purposes. # The `tun' pseudo-device implements the User Process PPP (iijppp) # # The PPP_BSDCOMP option enables support for compress(1) style entire # packet compression, the PPP_DEFLATE is for zlib/gzip style compression. # PPP_FILTER enables code for filtering the ppp data stream and selecting # events for resetting the demand dial activity timer - requires bpfilter. # See pppd(8) for more details. # pseudo-device ether #Generic Ethernet pseudo-device sppp #Generic Synchronous PPP pseudo-device loop #Network loopback device pseudo-device bpfilter 4 #Berkeley packet filter pseudo-device disc #Discard device pseudo-device tun 6 #Tunnel driver (user process ppp(8)) pseudo-device sl 6 #Serial Line IP pseudo-device ppp 6 #Point-to-point protocol options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpfilter) # # Internet family options: # # MROUTING enables the kernel multicast packet forwarder, which works # with mrouted(8). # # IPFIREWALL enables support for IP firewall construction, in # conjunction with the `ipfw' program. IPFIREWALL_VERBOSE sends # logged packets to the system logger. IPFIREWALL_VERBOSE_LIMIT # limits the number of times a matching entry can be logged. # # WARNING: IPFIREWALL defaults to a policy of "deny ip from any to any" # and if you do not add other rules during startup to allow access, # YOU WILL LOCK YOURSELF OUT. It is suggested that you set firewall=open # in /etc/rc.conf when first enabling this feature, then refining the # firewall rules in /etc/rc.firewall after you've tested that the new kernel # feature works properly. # # IPFIREWALL_DEFAULT_TO_ACCEPT causes the default rule (at boot) to # allow everything. Use with care, if a cracker can crash your # firewall machine, they can get to your protected machines. However, # if you are using it as an as-needed filter for specific problems as # they arise, then this may be for you. Changing the default to 'allow' # means that you won't get stuck if the kernel and /sbin/ipfw binary get # out of sync. # # IPDIVERT enables the divert IP sockets, used by ``ipfw divert'' # # IPFILTER enables Darren Reed's ipfilter package. # IPFILTER_LOG enables ipfilter's logging. # IPFILTER_LKM enables LKM support for an ipfilter module (untested). # options MROUTING # Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets options IPFIREWALL_FORWARD #enable xparent proxy support #options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity #options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPDIVERT #divert sockets #options IPFILTER #kernel ipfilter support #options IPFILTER_LOG #ipfilter logging #options IPFILTER_LKM #kernel support for ip_fil.o LKM # ICMP_BANDLIM enables icmp error response bandwidth limiting. You # typically want this option as it will help protect the machine from # D.O.S. packet attacks. # options "ICMP_BANDLIM" # DUMMYNET enables the "dummynet" bandwidth limiter. You need # IPFIREWALL as well. See the dummynet(4) manpage for more info. # BRIDGE enables bridging between ethernet cards -- see bridge(4). # You can use IPFIREWALL and dummynet together with bridging. options DUMMYNET #options BRIDGE ##################################################################### # FILESYSTEM OPTIONS # # Only the root, /usr, and /tmp filesystems need be statically # compiled; everything else will be automatically loaded at mount # time. (Exception: the UFS family---FFS, and MFS --- cannot # currently be demand-loaded.) Some people still prefer to statically # compile other filesystems as well. # # NB: The NULL, PORTAL, UMAP and UNION filesystems are known to be # buggy, and WILL panic your system if you attempt to do anything with # them. They are included here as an incentive for some enterprising # soul to sit down and fix them. # # One of these is mandatory: options FFS #Fast filesystem options MFS #Memory File System options NFS #Network File System # The rest are optional: options FFS_ROOT #FFS usable as root device # Soft updates is technique for improving file system speed and # making abrupt shutdown less risky. It is not enabled by default due # to copyright restraints on the code that implement it. # # Read .../../ufs/ffs/README.softupdates to learn what you need to # do to enable this. ../../../contrib/sys/softupdates/README gives # more details on how they actually work. # options SOFTUPDATES # Allows MFS filesystems to be exported via nfs options EXPORTMFS # Allow this many swap-devices. options NSWAPDEV=20 # In particular multi-session CD-Rs might require a huge amount of # time in order to "settle". If we are about mounting them as the # root f/s, we gotta wait a little. # # The number is supposed to be in seconds. options "CD9660_ROOTDELAY=20" ##################################################################### # POSIX P1003.1B # Real time extensions added int the 1993 Posix # P1003_1B: Infrastructure # _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING # _KPOSIX_VERSION: Version kernel is built for #options "P1003_1B" #options "_KPOSIX_PRIORITY_SCHEDULING" #options "_KPOSIX_VERSION=199309L" ##################################################################### # SCSI DEVICES # SCSI DEVICE CONFIGURATION controller ahc0 controller ahc1 controller scbus0 at ahc0 #base SCSI code controller scbus1 at ahc1 device ch0 #SCSI media changers device da0 #SCSI direct access devices (aka disks) device da4 at scbus0 target1 device da5 at scbus1 target5 device sa0 at scbus1 target0 #SCSI tapes device sa1 at scbus0 target4 device cd0 #SCSI CD-ROMs #device od0 #SCSI optical disk device pass0 #CAM passthrough driver # The previous devices (ch, da, st, cd) are recognized by config. # config doesn't (and shouldn't) know about these newer ones, # so we have to specify that they are on a SCSI bus with the "at scbus?" # clause. device pt0 at scbus? # SCSI processor type device sctarg0 at scbus? # SCSI target # CAM OPTIONS: # CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds # SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter) # queue after a bus reset, and the number of milliseconds to # freeze the device queue after a bus device reset. options "CAM_MAX_HIGHPOWER=4" options SCSI_DELAY=4000 # Be pessimistic about Joe SCSI device # Options for the CAM sequential access driver: # SA_SPACE_TIMEOUT: Timeout for space operations, in minutes # SA_REWIND_TIMEOUT: Timeout for rewind operations, in minutes # SA_ERASE_TIMEOUT: Timeout for erase operations, in minutes options "SA_SPACE_TIMEOUT=(60)" options "SA_REWIND_TIMEOUT=(2*60)" options "SA_ERASE_TIMEOUT=(4*60)" ##################################################################### # MISCELLANEOUS DEVICES AND OPTIONS # The `pty' device usually turns out to be ``effectively mandatory'', # as it is required for `telnetd', `rlogind', `screen', `emacs', and # `xterm', among others. pseudo-device pty 128 #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 3 #Snoop device - to look at pty/vty/etc.. pseudo-device ccd 4 #Concatenated disk driver pseudo-device vinum #Vinum concat/mirror/raid driver options VINUMDEBUG #enable Vinum debugging hooks ##################################################################### # HARDWARE DEVICE CONFIGURATION # ISA and EISA devices: # EISA support is available for some device, so they can be auto-probed. # Micro Channel is not supported at all. # # Mandatory ISA devices: isa, npx # controller isa0 # # Options for `isa': # # AUTO_EOI_1 enables the `automatic EOI' feature for the master 8259A # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. # This option breaks suspend/resume on some portables. # # AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. # Automatic EOI is documented not to work for for the slave with the # original i8259A, but it works for some clones and some integrated # versions. options "AUTO_EOI_1" #options "AUTO_EOI_2" # Enable PnP support in the kernel. This allows you to automaticly # attach to PnP cards for drivers that support it and allows you to # configure cards from USERCONFIG. See pnp(4) for more info. controller pnp0 # The keyboard controller; it controlls the keyboard and the PS/2 mouse. controller atkbdc0 at isa? port IO_KBD tty # The AT keyboard device atkbd0 at isa? tty irq 1 # `flags' for atkbd: # 0x01 Force detection of keyboard, else we always assume a keyboard # 0x02 Don't reset keyboard, useful for some newer ThinkPads # 0x04 Old-style (XT) keyboard support, useful for older ThinkPads # PS/2 mouse device psm0 at isa? tty irq 12 # The video card driver. device vga0 at isa? port ? conflicts # Splash screen at start up! Screen savers require this too. pseudo-device splash # The syscons console driver (sco color console compatible). device sc0 at isa? tty options MAXCONS=16 # number of virtual consoles options SC_HISTORY_SIZE=200 # number of history buffer lines # # `flags' for sc0: # 0x01 Use a 'visual' bell # 0x02 Use a 'blink' cursor # 0x04 Use a 'underline' cursor # 0x06 Use a 'blinking underline' (destructive) cursor # 0x40 Make the bell quiet if it is rung in the backgroud vty. # # The Numeric Processing eXtension driver. This should be configured if # your machine has a math co-processor, unless the coprocessor is very # buggy. If it is not configured then you *must* configure math emulation # (see above). If both npx0 and emulation are configured, then only npx0 # is used (provided it works). device npx0 at isa? port IO_NPX iosiz 0x0 flags 0x0 irq 13 # # `flags' for npx0: # 0x01 don't use the npx registers to optimize bcopy # 0x02 don't use the npx registers to optimize bzero # 0x04 don't use the npx registers to optimize copyin or copyout. # The npx registers are normally used to optimize copying and zeroing when # all of the following conditions are satisfied: # "I586_CPU" is an option # the cpu is an i586 (perhaps not a Pentium) # the probe for npx0 succeeds # INT 16 exception handling works. # Then copying and zeroing using the npx registers is normally 30-100% faster. # The flags can be used to control cases where it doesn't work or is slower. # Setting them at boot time using userconfig works right (the optimizations # are not used until later in the bootstrap when npx0 is attached). # # # `iosiz' for npx0: # This can be used instead of the MAXMEM option to set the memory size. If # it is nonzero, then it overrides both the MAXMEM option and the memory # size reported by the BIOS. Setting it at boot time using userconfig takes # effect on the next reboot after the change has been recorded in the kernel # binary (the size is used early in the boot before userconfig has a chance # to change it). # # # Optional ISA and EISA devices: # # # ST-506, ESDI, and IDE hard disks: `wdc' and `wd' # # The flags fields are used to enable the multi-sector I/O and # the 32BIT I/O modes. The flags may be used in either the controller # definition or in the individual disk definitions. The controller # definition is supported for the boot configuration stuff. # # Each drive has a 16 bit flags value defined: # The low 8 bits are the maximum value for the multi-sector I/O, # where 0xff defaults to the maximum that the drive can handle. # The high bit of the 16 bit flags (0x8000) allows probing for # 32 bit transfers. Bit 14 (0x4000) enables a hack to wake # up powered-down laptop drives. Bit 13 (0x2000) allows # probing for PCI IDE DMA controllers, such as Intel's PIIX # south bridges. Bit 12 (0x1000) sets LBA mode instead of the # default CHS mode for accessing the drive. See the wd.4 man page. # # The flags field for the drives can be specified in the controller # specification with the low 16 bits for drive 0, and the high 16 bits # for drive 1. # e.g.: #controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0x00ff8004 # # specifies that drive 0 will be allowed to probe for 32 bit transfers and # a maximum multi-sector transfer of 4 sectors, and drive 1 will not be # allowed to probe for 32 bit transfers, but will allow multi-sector # transfers up to the maximum that the drive supports. # 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 disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 # # ATAPI enables the support for ATAPI-compatible IDE devices # options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM # # This option allow you to override the default probe time for IDE # devices, to get a faster probe. Setting this below 10000 violate # the IDE specs, but may still work for you (it will work for most # people). # options IDE_DELAY=8000 # Be optimistic about Joe IDE device # # Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft' # controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 # # Other standard PC hardware: `lpt', `mse', `sio', etc. # # lpt: printer port # lpt specials: # The port may be specified as ?. This will cause the # driver to scan the BIOS port list. # The irq clause may be omitted. This will force the port # into polling mode. # sio: serial ports (see sio(4)) device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 options COM_MULTIPORT device sio4 at isa? port 0x100 tty flags 0x00010b05 device sio5 at isa? port 0x108 tty flags 0x00010b05 device sio6 at isa? port 0x110 tty flags 0x00310b05 device sio7 at isa? port 0x118 tty flags 0x00310b05 device sio8 at isa? port 0x140 tty flags 0x00310b05 device sio9 at isa? port 0x128 tty flags 0x00010b05 device sio10 at isa? port 0x130 tty flags 0x00010b05 device sio11 at isa? port 0x138 tty flags 0x00010b05 irq 11 # # `flags' for serial drivers that support consoles (only for sio now): # 0x10 enable console support for this unit. The other console flags # are ignored unless this is set. Enabling console support does # not make the unit the preferred console - boot with -h or set # the 0x20 flag for that. Currently, at most one unit can have # console support; the first one (in config file order) with # this flag set is preferred. Setting this flag for sio0 gives # the old behaviour. # 0x20 force this unit to be the console (unless there is another # higher priority console). This replaces the COMCONSOLE option. # 0x40 reserve this unit for low level console operations. Do not # access the device in any normal way. # # PnP `flags' (set via userconfig using pnp x flags y) # 0x1 disable probing of this device. Used to prevent your modem # from being attached as a PnP modem. # options CONSPEED=115200 #default speed for serial console # Other flags for sio that aren't documented in the man page. # 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for # ST16650A-compatible UARTs. # Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!). # You may also wish to enable the pnp controller with this, for pnp # sound cards. # device pcm0 at isa? port ? tty irq 10 drq 1 # Not controlled by `snd' device pca0 at isa? port "IO_TIMER1" tty # # Miscellaneous hardware: # # apm: Laptop Advanced Power Management (experimental) # bktr: Brooktree bt848/848a/849/878/879 family video capture and TV Tuner board device apm0 at isa? # # PCI devices & PCI options: # # The main PCI bus device is `pci'. It provides auto-detection and # configuration support for all devices on the PCI bus, using either # configuration mode defined in the PCI specification. # # The `ahc' device provides support for the Adaptec 29/3940(U)(W) # and motherboard based AIC7870/AIC7880 adapters. # # The `fxp' device provides support for the Intel EtherExpress Pro/100B # PCI Fast Ethernet adapters. # # The 'bktr' device is a PCI video capture device using the Brooktree # bt848/bt848a/bt849/bt878/bt879 chipset. When used with a TV Tuner it forms a # TV card, eg Miro PC/TV,Hauppauge WinCast/TV WinTV, VideoLogic Captivator, # Intel Smart Video III, AverMedia, IMS Turbo. # The following options can be used to override the auto detection # options OVERRIDE_CARD=xxx # options OVERRIDE_TUNER=xxx # options OVERRIDE_MSP=1 # options OVERRIDE_DBX=1 # The current values are found in /usr/src/sys/pci/brooktree848.c # # option BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL # This is required for Dual Crystal (28&35Mhz) boards where PAL is used # to prevent hangs during initialisation. eg VideoLogic Captivator PCI. # # PAL or SECAM users who have a 28Mhz crystal (and no 35Mhz crystal) # must enable PLL mode with this option. eg some new Hauppauge cards. # option BKTR_USE_PLL # # Using sysctl(8) run-time overrides on a per-card basis can be made # controller pci0 device fxp0 # Brooktree driver has been ported to the new I2C framework. Thus, # you'll need at least iicbus, iicbb and smbus. iic/smb are only needed if you # want to control other I2C slaves connected to the external connector of # some cards. # device bktr0 options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL options BKTR_USE_PLL # # SMB bus # # System Management Bus support provided by the 'smbus' device. # # Supported devices: # smb standard io # # Supported interfaces: # iicsmb I2C to SMB bridge with any iicbus interface # bktr brooktree848 I2C hardware interface # controller smbus0 device smb0 at smbus? # # I2C Bus # # Philips i2c bus support is provided by the `iicbus' device. # # Supported devices: # ic i2c network interface # iic i2c standard io # iicsmb i2c to smb bridge. Allow i2c i/o with smb commands. # # Supported interfaces: # pcf Philips PCF8584 ISA-bus controller # bktr brooktree848 I2C software interface # # Other: # iicbb generic I2C bit-banging code (needed by lpbb, bktr) # controller iicbus0 controller iicbb0 device ic0 at iicbus? device iic0 at iicbus? device iicsmb0 at iicbus? #controller pcf0 at isa? port 0x320 net irq 5 # Parallel-Port Bus # # Parallel port bus support is provided by the `ppbus' device. # Multiple devices may be attached to the parallel port, devices # are automatically probed and attached when found. # # Supported devices: # vpo Iomega Zip Drive # Requires SCSI disk support ('scbus' and 'da'), best # performance is achieved with ports in EPP 1.9 mode. # nlpt Parallel Printer, use _instead_ of lpt0 # plip Parallel network interface # ppi General-purpose I/O ("Geek Port") # pps Pulse per second Timing Interface # lpbb Philips official parallel port I2C bit-banging interface # # Supported interfaces: # ppc ISA-bus parallel port interfaces. # device ppc0 at isa? port? net irq 7 controller ppbus0 controller vpo0 at ppbus? device nlpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? device pps0 at ppbus? device lpbb0 at ppbus? # USB support # UHCI controller controller uhci0 # OHCI controller controller ohci0 # General USB code (mandatory for USB) controller usb0 # # for the moment we have to specify the priorities of the device # drivers explicitly by the ordering in the list below. This will # be changed in the future. # # USB mouse device ums0 # USB keyboard device ukbd0 # USB printer device ulpt0 # USB hub (kind of mandatory, no other driver is available for the root hub) device uhub0 # USB communications driver device ucom0 # USB modem driver device umodem0 # Human Interface Device (anything with buttons and dials) device hid0 # Generic USB device driver device ugen0 # options USBVERBOSE # More undocumented options for linting. options SHOW_BUSYBUFS # List buffers that prevent root unmount /etc/fstab: # Device Mountpoint FStype Options Dump Pass# /dev/da0s1b none swap sw 0 0 /dev/da0s1a / ufs rw 1 1 /dev/da0s1e /usr ufs rw 1 2 /dev/da0s1f /home ufs rw 1 2 /dev/da0s1g /var ufs rw 1 2 /dev/da0s1b /tmp mfs rw 0 0 /dev/ccd0c /ccd0 ufs rw 1 2 proc /proc procfs rw 0 0 /dev/cd0c /cdrom cd9660 ro,noauto 0 0 It also happens with the GENERIC kernel, wit and without SMP, with and without softupdates. >Description: When shutting down the system tries to sync its disk. It says: "syncing disks" then 3 high numbers and then it repeats the 5 till ist says "giving up" at the end of the line. The 5 unsynced blocks are: 1: dev:0000ff00, flags:01000034, blkno:48, blkno:48 2: dev:0000ff00, flags:01010034, blkno:2032, blkno:0 3: dev:0000ff00, flags:01020034, blkno:64, blkno:64 4: dev:0000ff00, flags:01010034, blkno:16, blkno:16 5: dev:0000ff00, flags:01010034, blkno:2016, blkno:2016 They are allways this 5 block (few times only 4 or 3 of them). The disk look ok, a lowlevel formating didn't change anything. The problem appeared first in 3.0-current in january but went away end of january. Now I did an update to 3.1-RELEASE and it's back. >How-To-Repeat: It happens on every shutdown. >Fix: I don't know. >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 18 14:40: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FCBE11963 for ; Thu, 18 Feb 1999 14:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA01183; Thu, 18 Feb 1999 14:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 18 Feb 1999 14:40:02 -0800 (PST) Message-Id: <199902182240.OAA01183@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/9477: inetd in realloc(): warning: junk pointer, too low to make sense. Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/9477; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, ferdl@atommuell.oeh.uni-linz.ac.at Cc: Subject: Re: bin/9477: inetd in realloc(): warning: junk pointer, too low to make sense. Date: Thu, 18 Feb 1999 16:35:25 -0600 This should be fixed with version 1.45 of inetd.c as of Dec 28. Guy Helmer ghelmer@scl.ameslab.gov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 18 16:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5585C119A2 for ; Thu, 18 Feb 1999 16:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA08099; Thu, 18 Feb 1999 16:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9E1D811BDE; Thu, 18 Feb 1999 16:32:35 -0800 (PST) Message-Id: <19990219003235.9E1D811BDE@hub.freebsd.org> Date: Thu, 18 Feb 1999 16:32:35 -0800 (PST) From: jobaldwi@vt.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/10155: path to allow PicoBSD build script to use existing custom configs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10155 >Category: misc >Synopsis: path to allow PicoBSD build script to use existing custom configs >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 18 16:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: John Baldwin >Release: FreeBSD 3.0-STABLE >Organization: >Environment: FreeBSD john.baldwin.cx 3.0-STABLE FreeBSD 3.0-STABLE #7: Wed Feb 17 22:54:30 EST 1999 john@john.baldwin.cx:/usr/source/src/sys/compile/JOHN i386 >Description: The PicoBSD build script requires one to re-enter the full path for a custom config everytime, which can be incovenient when one is frequently rebuilding a custom config. Also, the build script can create some weird links when it tries to softlink /usr/src/release/picobsd/custom to a directory that it is already symlinked to. The patch below addresses both issues. >How-To-Repeat: cd /usr/src/release/picobsd/build ./build