From owner-freebsd-bugs Sun Aug 27 01:02:37 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA12705 for bugs-outgoing; Sun, 27 Aug 1995 01:02:37 -0700 Received: from multivac.orthanc.com (multivac.orthanc.com [204.244.20.2]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id BAA12695 ; Sun, 27 Aug 1995 01:02:22 -0700 Received: from localhost (lyndon@localhost) by multivac.orthanc.com (8.7.Beta.10/8.7.Beta.10) with SMTP id AAA05794; Sun, 27 Aug 1995 00:58:25 -0700 (PDT) Message-Id: <199508270758.AAA05794@multivac.orthanc.com> X-Authentication-Warning: multivac.orthanc.com: Host lyndon@localhost didn't use HELO protocol From: Lyndon Nerenberg (VE7TCP) To: FreeBSD-gnats@freefall.FreeBSD.org, freebsd-bugs@freefall.FreeBSD.org Subject: Re: bin/709: morse(6) can't send morse (+FIX) In-reply-to: Your message of "Sat, 26 Aug 1995 23:50:01 PDT." <199508270650.XAA10539@freefall.FreeBSD.org> Date: Sun, 27 Aug 1995 00:58:23 -0700 Sender: bugs-owner@FreeBSD.org Precedence: bulk >>Category: bin >>Responsible: freebsd-bugs >>Synopsis: morse(6) can't send morse code >>Arrival-Date: Sat Aug 26 23:50:01 PDT 1995 I sent the wrong copy of morse.c - there's a line missing. After parsing the args you need to add: (void)setuid(getuid()); in order to lose 'games' priv's. Otherwise you have to chown /dev/speaker to games. From owner-freebsd-bugs Sun Aug 27 02:50:05 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id CAA16185 for bugs-outgoing; Sun, 27 Aug 1995 02:50:05 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id CAA16178 ; Sun, 27 Aug 1995 02:50:04 -0700 Date: Sun, 27 Aug 1995 02:50:04 -0700 Message-Id: <199508270950.CAA16178@freefall.FreeBSD.org> To: freebsd-bugs Cc: From: J Wunsch Subject: Re: bin/709: morse(6) can't send morse (+FIX) Reply-To: J Wunsch Sender: bugs-owner@FreeBSD.org Precedence: bulk The following reply was made to PR bin/709; it has been noted by GNATS. From: J Wunsch To: lyndon@orthanc.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/709: morse(6) can't send morse (+FIX) Date: Sun, 27 Aug 1995 11:44:35 +0200 (MET DST) As lyndon@orthanc.com wrote: > > No sane morse operator copies code by writing down dots and dashes. > I have radios with speakers, not braille printers :-) kewl! -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Aug 27 06:13:36 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id GAA21848 for bugs-outgoing; Sun, 27 Aug 1995 06:13:36 -0700 Received: from use.usit.net (use.usit.net [199.1.48.3]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id GAA21842 for ; Sun, 27 Aug 1995 06:13:35 -0700 Received: from bway-slip55.dynamic.usit.net (bway-slip55.dynamic.usit.net [199.1.63.55]) by use.usit.net (8.6.10/8.6.9) with SMTP id JAA01402 for ; Sun, 27 Aug 1995 09:07:22 -0400 Date: Sun, 27 Aug 1995 09:07:22 -0400 Message-Id: <199508271307.JAA01402@use.usit.net> X-Sender: smartin@usit.net X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: bugs@FreeBSD.org From: smartin@usit.net (Steve Martin) Subject: FreeBSD 2.0 install problem Sender: bugs-owner@FreeBSD.org Precedence: bulk I'm not really sure this qualifies as a "bug" per se, but I figure that (assuming it's not something I did wrong) this will take some piddling at the source code level to fix, so it would fall in the programmers' domain. I have a 486DX2/80 system, 16M RAM, VLB, with a Promise EIDE controller driving two WD drives, 800M (first drive) and 400M. I have MS-DOS on the 800M drive, and wish to put FreeBSD on the second drive. I followed the instructions in the install screens, and also the caveat in the TROUBLESHOOTING file about rebooting. I installed the boot manager on the MBR of the first drive, partitioned/labelled/whatever the second drive as 374M root, 32M swap (drive is actually 406M), made it bootable, and proceeded to the next screen, where several things were written to the drive (/kernel and the rest). When the system rebooted, and I was presented with the "boot:" prompt, I entered hd(1,a)/kernel as instructed in the TROUBLESHOOTING file. The system proceeded to boot from the hard drive, went through device probing, then said panic: unable to mount root and rebooted. What have I done wrong that it can't find root on the disk? Again, if I have directed this to the wrong party, please forgive. From owner-freebsd-bugs Sun Aug 27 07:11:00 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA22680 for bugs-outgoing; Sun, 27 Aug 1995 07:11:00 -0700 Received: (from joerg@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA22663 ; Sun, 27 Aug 1995 16:10:58 +0200 Date: Sun, 27 Aug 1995 16:10:58 +0200 From: Joerg Wunsch Message-Id: <199508271410.QAA22663@freefall.FreeBSD.org> To: lyndon@orthanc.com, joerg, freebsd-bugs Subject: Re: bin/709 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: morse(6) can't send morse code State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sun Aug 27 16:06:40 MET DST 1995 State-Changed-Why: Suggested fix applied in rev 1.2 of morse.c. Some additions by me: also add the prosigns VE and BK. Added all known to me European ISO-8859-1 characters, and also added the full KOI8-R cyrillic alphabet :), based on the locale setting. tnx & 73! -- dl8dtl From owner-freebsd-bugs Sun Aug 27 07:14:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA22818 for bugs-outgoing; Sun, 27 Aug 1995 07:14:02 -0700 Received: (from joerg@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA22804 ; Sun, 27 Aug 1995 16:14:01 +0200 Date: Sun, 27 Aug 1995 16:14:01 +0200 From: Joerg Wunsch Message-Id: <199508271414.QAA22804@freefall.FreeBSD.org> To: careilly@monoid.cs.tcd.ie, joerg, freebsd-bugs Subject: Re: conf/708 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: CHILD_MAX set rather low by default? State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sun Aug 27 16:13:14 MET DST 1995 State-Changed-Why: Added a comment in: Checking in LINT; /home/ncvs/src/sys/i386/conf/LINT,v <-- LINT new revision: 1.196; previous revision: 1.195 From owner-freebsd-bugs Sun Aug 27 07:14:56 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA22921 for bugs-outgoing; Sun, 27 Aug 1995 07:14:56 -0700 Received: (from joerg@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA22907 ; Sun, 27 Aug 1995 16:14:55 +0200 Date: Sun, 27 Aug 1995 16:14:55 +0200 From: Joerg Wunsch Message-Id: <199508271414.QAA22907@freefall.FreeBSD.org> To: kieber@sax.sax.de, joerg, freebsd-bugs Subject: Re: kern/704 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: redundant redeclaration of `inet_ntoa' State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sun Aug 27 16:14:19 MET DST 1995 State-Changed-Why: This had already been fixed in: revision 1.17 date: 1995/07/04 03:35:20; author: davidg; state: Exp; lines: +25 -46 1) Removed bogus #include From owner-freebsd-bugs Sun Aug 27 08:46:09 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA25771 for bugs-outgoing; Sun, 27 Aug 1995 08:46:09 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id IAA25765 for ; Sun, 27 Aug 1995 08:45:50 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id RAA05893; Sun, 27 Aug 1995 17:44:16 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id RAA04363; Sun, 27 Aug 1995 17:44:15 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id RAA02723; Sun, 27 Aug 1995 17:39:29 +0200 From: J Wunsch Message-Id: <199508271539.RAA02723@uriah.heep.sax.de> Subject: Re: FreeBSD 2.0 install problem To: smartin@usit.net (Steve Martin) Date: Sun, 27 Aug 1995 17:39:28 +0200 (MET DST) Cc: bugs@FreeBSD.org In-Reply-To: <199508271307.JAA01402@use.usit.net> from "Steve Martin" at Aug 27, 95 09:07:22 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 592 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Steve Martin wrote: > > ... I have MS-DOS on the > 800M drive, and wish to put FreeBSD on the second drive. > > the "boot:" prompt, I entered > > hd(1,a)/kernel > panic: unable to mount root I'm not totally sure right now, but i think the `hd' is only if you've got a wd-style disk as your primary (ST-506, ESDI, IDE), but wanna boot off a secondary sd-style (SCSI) disk. In your case, ``wd(1,a)/kernel'' should be appropriate. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Aug 27 13:51:50 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA03412 for bugs-outgoing; Sun, 27 Aug 1995 13:51:50 -0700 Received: from agora.rdrop.com (agora.rdrop.com [199.2.210.241]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id NAA03398 for ; Sun, 27 Aug 1995 13:51:45 -0700 Received: by agora.rdrop.com (Smail3.1.28.1 #8) id m0smog9-0003kHC; Sun, 27 Aug 95 13:51 PDT Message-Id: From: batie@agora.rdrop.com (Alan Batie) Subject: file permissions To: freebsd-bugs@freebsd.org Date: Sun, 27 Aug 1995 13:51:22 -0700 (PDT) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 382 Sender: bugs-owner@freebsd.org Precedence: bulk FreeBSD 2.1.0-950726-SNAP /OK /stand /stand/* (or almost *) are all owned by user 2035 and group 2035. -- Alan Batie ______ batie@agora.rdrop.com \ / Freedom for me to be and do +1 503 452-0960 \ / only what *you* approve of 45 28 59 N / 122 43 20 W / 440' MSL \/ is no freedom at all. From owner-freebsd-bugs Sun Aug 27 23:19:11 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA04205 for bugs-outgoing; Sun, 27 Aug 1995 23:19:11 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id XAA04196 ; Sun, 27 Aug 1995 23:19:03 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id IAA19967; Mon, 28 Aug 1995 08:18:59 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id IAA10362; Mon, 28 Aug 1995 08:18:59 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id IAA10566; Mon, 28 Aug 1995 08:00:42 +0200 From: J Wunsch Message-Id: <199508280600.IAA10566@uriah.heep.sax.de> Subject: Re: List of open Problem Reports To: gnats@freefall.FreeBSD.org (GNU GNATS) Date: Mon, 28 Aug 1995 08:00:41 +0200 (MET DST) Cc: freebsd-bugs@freefall.FreeBSD.org In-Reply-To: <199508261130.EAA13346@freefall.FreeBSD.org> from "GNU GNATS" at Aug 26, 95 04:30:08 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 965 Sender: bugs-owner@FreeBSD.org Precedence: bulk As GNU GNATS wrote: > > This is the list of currently open problem reports > ... > [1995/08/23] kern/707 Too few printf args ^^^^ Well, they look ok now, but: > This is the list of problem reports already analyzed: ... > [PDT/08/11] bin/671 No quot available. ^^^ I've totally forgot about the `analyzed' section. Can somebody apply this patch again? --- send-bug-summary~ Mon Aug 14 19:48:01 1995 +++ send-bug-summary Mon Aug 28 07:58:36 1995 @@ -50,6 +50,8 @@ $number = &getline($_); } elsif (/Arrival-Date:/) { $date = &getline($_); + # strip timezone if any (between HH:MM:SS and YYYY at end of line): + $date =~ s/(\d\d:\d\d:\d\d)\D+(\d{4})$/\1 \2/; ($dow,$mon,$day,$time,$year) = split(/[ \t]+/, $date); $day = "0$day" if $day =~ /^[0-9]$/; $date = "$year/$mons{$mon}/$day"; -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Mon Aug 28 14:33:19 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id OAA28281 for bugs-outgoing; Mon, 28 Aug 1995 14:33:19 -0700 Received: (from mpp@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id OAA28266 ; Mon, 28 Aug 1995 14:33:18 -0700 Date: Mon, 28 Aug 1995 14:33:18 -0700 From: Mike Pritchard Message-Id: <199508282133.OAA28266@freefall.FreeBSD.org> To: mpp@legarto.minn.net, mpp, freebsd-bugs Subject: Re: bin/604 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Various commands allow access to expired accounts State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Mon Aug 28 14:31:12 PDT 1995 State-Changed-Why: The specified commands were fixed to correctly check for expired passwords. From owner-freebsd-bugs Mon Aug 28 21:24:32 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA11189 for bugs-outgoing; Mon, 28 Aug 1995 21:24:32 -0700 Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id VAA11183 for ; Mon, 28 Aug 1995 21:24:31 -0700 Received: (uucp@localhost) by soda.CSUA.Berkeley.EDU (8.6.11/PHILMAIL-1.11) with UUCP id VAA16059 for bugs@FreeBSD.org; Mon, 28 Aug 1995 21:23:05 -0700 Received: from merde.dis.org by merde.dis.org (8.6.11/MERDE-940323) id VAA09657; Mon, 28 Aug 1995 21:18:21 -0700 Message-Id: <199508290418.VAA09657@merde.dis.org> To: bugs@FreeBSD.org Subject: crashing problems withg -current X-Phone: (510) 849-2230 X-Snail-address: 2560 Bancroft way #51;Berkeley CA 94704-1700 X-Geek: GCS d--(-), p, c+++, l-, u+, e+, m* s++/+, n- h++ f+ g+ w+ t+ r y++ MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9652.809669899.1@merde.dis.org> Date: Mon, 28 Aug 1995 21:18:20 -0700 From: Pete Shipley Sender: bugs-owner@FreeBSD.org Precedence: bulk I have a NEC versa /33 and am using a few problems :-) the configuration is a NEC notebook with a 486/33 and 4meg ram (I am waiting for the memory upgrade) and 16meg swap. the Ethernet interface is a PCMCIA Etherlink III. the problems I have notices are: 1. When I build a kernel without pci bus support the system will lock-up within a few minutes after boot sometimes running the execution of the rc* scripts. 2. When I was on a Class A network I did a `ping XX.255.255.255` [don't ask why..]. the system paniced due to a full arp cache. -Pete From owner-freebsd-bugs Tue Aug 29 07:20:20 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA03671 for bugs-outgoing; Tue, 29 Aug 1995 07:20:20 -0700 Received: (from phk@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA03650 ; Tue, 29 Aug 1995 07:20:14 -0700 Date: Tue, 29 Aug 1995 07:20:14 -0700 From: Poul-Henning Kamp Message-Id: <199508291420.HAA03650@freefall.FreeBSD.org> To: regnauld@tetard.freenix.fr, phk, freebsd-bugs Subject: Re: kern/496 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: kzip'ed kernel & modload problem State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Aug 29 07:19:07 PDT 1995 State-Changed-Why: cannot be solved. closed. /phk From owner-freebsd-bugs Tue Aug 29 07:33:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA05009 for bugs-outgoing; Tue, 29 Aug 1995 07:33:40 -0700 Received: (from phk@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA04993 ; Tue, 29 Aug 1995 07:33:39 -0700 Date: Tue, 29 Aug 1995 07:33:39 -0700 From: Poul-Henning Kamp Message-Id: <199508291433.HAA04993@freefall.FreeBSD.org> To: muir@idiom.com, phk, freebsd-bugs Subject: Re: conf/634 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Too hard to build new boot floppies State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Aug 29 07:32:57 PDT 1995 State-Changed-Why: There is no easy way. what do you need to tweak that you cannot do with the "userconfig" (boot -c) editor ? From owner-freebsd-bugs Tue Aug 29 07:36:05 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA05257 for bugs-outgoing; Tue, 29 Aug 1995 07:36:05 -0700 Received: (from phk@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA05240 ; Tue, 29 Aug 1995 07:36:03 -0700 Date: Tue, 29 Aug 1995 07:36:03 -0700 From: Poul-Henning Kamp Message-Id: <199508291436.HAA05240@freefall.FreeBSD.org> To: matte@sdf.luth.se, phk, freebsd-bugs Subject: Re: misc/535 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Sysinstall takes down the network. State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Tue Aug 29 07:35:20 PDT 1995 State-Changed-Why: Pilot error. You should wait for sysinstall to finish before you start using it like that. From owner-freebsd-bugs Tue Aug 29 07:44:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA06124 for bugs-outgoing; Tue, 29 Aug 1995 07:44:40 -0700 Received: from ptnsct.nis.za (ptnsct.nis.za [196.6.121.4]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id HAA06096 for ; Tue, 29 Aug 1995 07:44:31 -0700 Date: Tue, 29 Aug 1995 16:43:06 +0200 (O) From: ROBIN@ptnsct.nis.za (Robin Hunt) Message-Id: <950829164306.15c31@ptnsct.nis.za> Subject: NFS hanging FreeBSD2.1.0-950724-SNAP To: bugs@freebsd.org X-Vmsmail-To: SMTP%"bugs@freebsd.org" Sender: bugs-owner@freebsd.org Precedence: bulk Hi, I am using the above version of FreeBSD with NFS. If the machine with the remotely mounted driver (running FreeBSD2.0.5-RELEASE) crashes - as it does from time to time (either reboots or freezes), NFS hangs up the client machine until the server comes back up. Is this a bug - or is it a setting. I have been through the man pages and see nothing about a "soft" link which the HPUX supports... This causes the client to keep trying every n seconds if the server goes down. Thanks for your assistance. robin@PTNSCT.NIS.ZA From owner-freebsd-bugs Tue Aug 29 08:01:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA07768 for bugs-outgoing; Tue, 29 Aug 1995 08:01:57 -0700 Received: from minnow.render.com (render.demon.co.uk [158.152.30.118]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id IAA07744 for ; Tue, 29 Aug 1995 08:01:49 -0700 Received: (from dfr@localhost) by minnow.render.com (8.6.9/8.6.9) id PAA22677; Tue, 29 Aug 1995 15:36:15 +0100 Date: Tue, 29 Aug 1995 15:36:12 +0100 (BST) From: Doug Rabson To: Marcus.John@wiesbaden.netsurf.de cc: freebsd-bugs@freebsd.org Subject: Re: Diskless swapping panics->reboots In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk On Sat, 26 Aug 1995 Marcus.John@wiesbaden.netsurf.de wrote: > Hi Doug, > > last week I got a grip on a HP E35 running HP-UX 9.04 (A configuration that is > proposed accroding to the FreeBSD-Handbook), but the problem is still the same. > > When FreeBSD runs low on memory (vmstat reports ~ 100...150) it simply reboots. > > Further investigatin with a new kernel, built with config -g and an additional > savcore setting, showed up that there is *NO* panic, it simply dies quick. > > After the reboot you still see ~69k of junk data in the swapfile on the > NFS-Server. > > Perhaps this will give you, or anybody else, some more clues for this bug. Unfortunately, I am completely stuck on this. I also have virtually no time to spend on this stuff at the moment :-(. Does anyone else have any idea why diskless swapping is broken (in both current and stable)? -- Doug Rabson, Microsoft RenderMorphics Ltd. Mail: dfr@render.com Phone: +44 171 251 4411 FAX: +44 171 251 0939 From owner-freebsd-bugs Tue Aug 29 09:43:48 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA14388 for bugs-outgoing; Tue, 29 Aug 1995 09:43:48 -0700 Received: from idiom.com (idiom.com [140.174.82.4]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id JAA14382 ; Tue, 29 Aug 1995 09:43:41 -0700 Received: (from muir@localhost) by idiom.com (8.6.11/8.6.10) id JAA01073; Tue, 29 Aug 1995 09:43:35 -0700 Date: Tue, 29 Aug 1995 09:43:35 -0700 From: David Muir Sharnoff Message-Id: <199508291643.JAA01073@idiom.com> To: Poul-Henning Kamp Cc: freebsd-bugs@freefall.FreeBSD.org Subject: Re: Re: conf/634 Sender: bugs-owner@FreeBSD.org Precedence: bulk * There is no easy way. * * what do you need to tweak that you cannot do with the "userconfig" (boot -c) * editor ? I was a fool and hadn't RTFM'ed. What I need to do is turn of checking for a whole pile of things and then change the address that uses when looking for an ed0. -Dave From owner-freebsd-bugs Tue Aug 29 09:46:58 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA14574 for bugs-outgoing; Tue, 29 Aug 1995 09:46:58 -0700 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id JAA14564 for ; Tue, 29 Aug 1995 09:46:46 -0700 Received: from minnow.render.com (render.demon.co.uk [158.152.30.118]) by who.cdrom.com (8.6.11/8.6.11) with ESMTP id JAA01144 for ; Tue, 29 Aug 1995 09:46:01 -0700 Received: (from dfr@localhost) by minnow.render.com (8.6.9/8.6.9) id RAA23592; Tue, 29 Aug 1995 17:43:53 +0100 Date: Tue, 29 Aug 1995 17:43:52 +0100 (BST) From: Doug Rabson To: Marcus.John@wiesbaden.netsurf.de cc: freebsd-bugs@freebsd.org Subject: Re: Diskless swapping panics->reboots In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk On Sat, 26 Aug 1995 Marcus.John@wiesbaden.netsurf.de wrote: > Hi Doug, > > last week I got a grip on a HP E35 running HP-UX 9.04 (A configuration that is > proposed accroding to the FreeBSD-Handbook), but the problem is still the same. > > When FreeBSD runs low on memory (vmstat reports ~ 100...150) it simply reboots. > > Further investigatin with a new kernel, built with config -g and an additional > savcore setting, showed up that there is *NO* panic, it simply dies quick. > > After the reboot you still see ~69k of junk data in the swapfile on the > NFS-Server. > > Perhaps this will give you, or anybody else, some more clues for this bug. > > Thanks > I just saw this on Usenet: From: graichen@sirius.physik.fu-berlin.de (Thomas Graichen) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: FreeBSD diskless Thomas Graichen (graichen@sirius.physik.fu-berlin.de) wrote: : hello : has anybody set up a (or some ...) FreeBSD machines diskless - with root : _and_ swap via nfs - i've got it working so far very good - but only with : local swap - if i try to use swapping over nfs the system comes up ok - but : short after it starts swapping many processes die on signals 11 and : sometimes 6 and the machine hangs - are there any tricks i don't know ? : thanks in advance - t : p.s.: it's FreeBSD 2.0.5-RELEASE i've now solved the problem - simply use dd if=/dev/zero of=swapfile bs=... count=... for craeting the swapfile and not touch like said in the Diskless FAQ - and it seems that the size of that file must be exactly the size of the swapsize parameter in cfg.X.X.X.X -- Doug Rabson, Microsoft RenderMorphics Ltd. Mail: dfr@render.com Phone: +44 171 251 4411 FAX: +44 171 251 0939 From owner-freebsd-bugs Tue Aug 29 11:05:09 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id LAA17489 for bugs-outgoing; Tue, 29 Aug 1995 11:05:09 -0700 Received: from george.lbl.gov (george.lbl.gov [128.3.196.93]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id LAA17483 ; Tue, 29 Aug 1995 11:05:08 -0700 Received: (jin@localhost) by george.lbl.gov (8.6.10/8.6.5) id LAA14842; Tue, 29 Aug 1995 11:05:01 -0700 Date: Tue, 29 Aug 1995 11:05:01 -0700 From: "Jin Guojun[ITG]" Message-Id: <199508291805.LAA14842@george.lbl.gov> To: FreeBSD-gnats-submit@freebsd.org Subject: problem report Cc: bugs@freebsd.org Content-Length: 1110 Sender: bugs-owner@freebsd.org Precedence: bulk >Submitter-Id: current-users >Originator: Jin Guojun[ITG] >Organization: /-------------- Jin Guojun ------------ v ---- Internet: g_jin@ lbl.gov ----\ | Imaging & Distributed Computing | Usenet: ucbvax!g_jin@lbl.gov | | Lawrence Berkeley Laboratory | Bitnet: -- | | 50B-2239, Berkeley, CA 94720 - jin%george.lbl.gov@Csa3.LBL.Gov | \--Ph#:(510) 486-7531 + Fax: 486-6363 --^--http://www-itg.lbl.gov/ITG.html-/ Confidential: Synopsis: Severity: < critical > Priority: < high > Category: < bin > Release: FreeBSD 2.0-BUILT-19950628 i386 Class: < sw-bug > Environment: <2.1.0-950726-SNAP FreeBSD> Description: How-To-Repeat: Fix: --------- Also, the send-pr doesn't work: send-pr: you must include a Category: field in your report. Errors were found with the problem report. From owner-freebsd-bugs Tue Aug 29 12:31:22 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA19951 for bugs-outgoing; Tue, 29 Aug 1995 12:31:22 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id MAA19931 for ; Tue, 29 Aug 1995 12:31:17 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id VAA01090; Tue, 29 Aug 1995 21:31:02 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id VAA25495; Tue, 29 Aug 1995 21:30:50 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id VAA05277; Tue, 29 Aug 1995 21:25:54 +0200 From: J Wunsch Message-Id: <199508291925.VAA05277@uriah.heep.sax.de> Subject: Re: NFS hanging FreeBSD2.1.0-950724-SNAP To: ROBIN@ptnsct.nis.za (Robin Hunt) Date: Tue, 29 Aug 1995 21:25:52 +0200 (MET DST) Cc: bugs@freebsd.org In-Reply-To: <950829164306.15c31@ptnsct.nis.za> from "Robin Hunt" at Aug 29, 95 04:43:06 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1197 Sender: bugs-owner@freebsd.org Precedence: bulk As Robin Hunt wrote: > > I am using the above version of FreeBSD with NFS. If the machine > with the remotely mounted driver (running FreeBSD2.0.5-RELEASE) > crashes - as it does from time to time (either reboots or freezes), > NFS hangs up the client machine until the server comes back up. > > Is this a bug - or is it a setting. I have been through the man > pages and see nothing about a "soft" link which the HPUX supports... MOUNT_NFS(8) UNIX System Manager's Manual MOUNT_NFS(8) NAME mount_nfs - mount nfs file systems ... The options are: ... -i Make the mount interruptible, which implies that file system calls that are delayed due to an unresponsive server will fail with EINTR when a termination signal is posted for the process. ... -s A soft mount, which implies that file system calls will fail af- ter Retry round trip timeout intervals. When passes from mount(8) as a generic mount option, you need to specify ``-o -i,-s'', as in mount -t nfs -o -i,-s server:/dir /mountpoint -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Tue Aug 29 21:50:13 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA09700 for bugs-outgoing; Tue, 29 Aug 1995 21:50:13 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA09687 ; Tue, 29 Aug 1995 21:50:02 -0700 Resent-Date: Tue, 29 Aug 1995 21:50:02 -0700 Resent-Message-Id: <199508300450.VAA09687@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, ortmann@localhost.nodak.edu Received: from localhost.nodak.edu (ndts3.pt09.ndsu.NoDak.edu [134.129.108.141]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id VAA09597 for ; Tue, 29 Aug 1995 21:46:45 -0700 Received: (from ortmann@localhost) by localhost.nodak.edu (8.6.12/8.6.9) id XAA00310; Tue, 29 Aug 1995 23:44:25 -0500 Message-Id: <199508300444.XAA00310@localhost.nodak.edu> Date: Tue, 29 Aug 1995 23:44:25 -0500 From: Daniel Ortmann Reply-To: ortmann@localhost.nodak.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/714: tar not restoring permissions properly Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 714 >Category: bin >Synopsis: tar is not restoring permissions...possibly when the sticky but is set >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 29 21:50:01 PDT 1995 >Last-Modified: >Originator: Daniel Ortmann >Organization: North Dakota State University >Release: FreeBSD 2.0-BUILT-19950623 i386 >Environment: No special environment is needed to reproduce this bug. >Description: When a directory has the sticky bit set and it is tar'red, sent through the standard output, the output is caught in a subshell, and untar'red in a different directory ... ... then the permissions are restored incorrectly on the directory. I noticed while creating a backup root partition. >How-To-Repeat: $ mkdir asdf fdsa $ chmod 1777 asdf $ tar cf - asdf | ( cd fdsa ; tar xvf - ) $ /bin/ls -l fdsa drwx-----T 2 ortmann wheel 512 Aug 29 23:43 asdf >Fix: I do not know of a fix for this problem. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Aug 29 22:12:07 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA10267 for bugs-outgoing; Tue, 29 Aug 1995 22:12:07 -0700 Received: (from nate@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA10248 ; Tue, 29 Aug 1995 22:11:51 -0700 Date: Tue, 29 Aug 1995 22:11:51 -0700 From: Nate Williams Message-Id: <199508300511.WAA10248@freefall.FreeBSD.org> To: ortmann@localhost.nodak.edu, nate, freebsd-bugs Subject: Re: bin/714 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: tar is not restoring permissions...possibly when the sticky but is set State-Changed-From-To: open-closed State-Changed-By: nate State-Changed-When: Tue Aug 29 22:09:53 PDT 1995 State-Changed-Why: It is necessary to use the 'p' arguement to restore the exact permissions with tar. From owner-freebsd-bugs Tue Aug 29 22:20:16 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA10488 for bugs-outgoing; Tue, 29 Aug 1995 22:20:16 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA10478 ; Tue, 29 Aug 1995 22:20:06 -0700 Date: Tue, 29 Aug 1995 22:20:06 -0700 Message-Id: <199508300520.WAA10478@freefall.FreeBSD.org> To: freebsd-bugs Cc: From: Nate Williams Subject: Re: bin/714: tar not restoring permissions properly Reply-To: Nate Williams Sender: bugs-owner@FreeBSD.org Precedence: bulk The following reply was made to PR bin/714; it has been noted by GNATS. From: Nate Williams To: ortmann@localhost.nodak.edu Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/714: tar not restoring permissions properly Date: Tue, 29 Aug 1995 23:11:52 -0600 > >Synopsis: tar is not restoring permissions...possibly when the sticky but is set > >How-To-Repeat: > > $ mkdir asdf fdsa > $ chmod 1777 asdf > $ tar cf - asdf | ( cd fdsa ; tar xvf - ) > $ /bin/ls -l fdsa > > drwx-----T 2 ortmann wheel 512 Aug 29 23:43 asdf > > > >Fix: > > I do not know of a fix for this problem. Try this: $ mkdir asdf fdsa $ chmod 1777 asdf $ tar cf - asdf | ( cd fdsa ; tar xpvf - ) $ /bin/ls -l fdsa Note the addition of 'p' to the arguement list. It works on a 2.0 system as both root and a regular user. Nate From owner-freebsd-bugs Tue Aug 29 23:00:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA11792 for bugs-outgoing; Tue, 29 Aug 1995 23:00:02 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA11784 ; Tue, 29 Aug 1995 23:00:01 -0700 Resent-Date: Tue, 29 Aug 1995 23:00:01 -0700 Resent-Message-Id: <199508300600.XAA11784@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jdl@chrome.onramp.net Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id WAA11729 for ; Tue, 29 Aug 1995 22:58:06 -0700 Received: from chrome.onramp.net (chrome.onramp.net [199.1.166.202]) by mail.barrnet.net (8.6.10/MAIL-RELAY-LEN) with ESMTP id WAA25716 for ; Tue, 29 Aug 1995 22:57:23 -0700 Received: (from jdl@localhost) by chrome.onramp.net (8.6.11/8.6.9) id AAA07802; Wed, 30 Aug 1995 00:54:36 -0500 Message-Id: <199508300554.AAA07802@chrome.onramp.net> Date: Wed, 30 Aug 1995 00:54:36 -0500 From: jdl@chrome.onramp.net Reply-To: jdl@chrome.onramp.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/715: ls gives weird tabular form Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 715 >Category: bin >Synopsis: ls gives weird tabular form >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 29 23:00:01 PDT 1995 >Last-Modified: >Originator: Jon Loeliger >Organization: Chromatic Research >Release: FreeBSD 2.0-BUILT-19950612 i386 >Environment: Known to be in 2.0.5 7/26 SNAP and 2.2 -current >Description: The /bin/ls program gives weird tabular form depending on width of window. On 2.0.5, a window with width of 111 gives nice output: chrome 3374 % ls COPYRIGHT etc mnt stand u01 OK kernel proc sys usr bin kernel.GENERIC root tmp var dev lkm sbin u00 But a width of 112 gives odd behaviour: chrome 3375 % ls COPYRIGHT dev kernel.GENERIC proc stand u00 var OK etc lkm root sys u01 bin kernel mnt sbin tmp usr Notice that at 111, it still only used the 80-columns of default. On the 2.2 -current release, the odd happenings occur between 95/96. Curiously, both cut off values are multiples of 8. It smells of an uninitialized variable in ls's formating somewhere? >How-To-Repeat: See Description. >Fix: Use a better window width. Use ``ls -1'' :-) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Aug 30 07:07:31 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA01984 for bugs-outgoing; Wed, 30 Aug 1995 07:07:31 -0700 Received: from itsdsv1.enc.edu (itsdsv1.enc.edu [199.93.252.241]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id HAA01975 for ; Wed, 30 Aug 1995 07:07:23 -0700 Received: from alpha.enc.edu (alpha.enc.edu [199.93.252.250]) by itsdsv1.enc.edu (8.6.11/8.7.2 rev 08/22/95) with SMTP id KAA02482 for ; Wed, 30 Aug 1995 10:06:16 -0400 Date: Wed, 30 Aug 1995 10:06:14 -0400 (EDT) From: "Charles N. Owens" To: bugs list FreeBSD Subject: NCR 53c825 WIDE problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk Greetings, I'm sending this to the bugs list because I've become convinced that there is a bug in the NCR controller code: I've used the NCR driver for several months now with great success but am having trouble with a new machine. My machine (called delta) is as follows: Pentium 100, 32 megs ram 53c825 controller Seagate 4 gig SCSI-2 WIDE hard drive dumb isa VGA card But first... I have another box (called beta), virtually identical except that it has P/90, a non-WIDE SCSI-2 hard drive, and a cdrom drive. On both machines I run FreeBSD 2.0.5-RELEASE. On "beta" I kept getting these messages: /kernel: ncr0 targ 6?: ERROR (81:40) (8-28-0) (8/13) @ (1008:0). /kernel: reg: da 10 c0 13 47 8 6 f 1 8 6 28 80 0 8 0. /kernel: ncr0: restart (fatal error). /kernel: sd0(ncr0:6:0): COMMAND FAILED (9 ff) @f09a3e00. /kernel: sd0(ncr0:6:0): COMMAND FAILED (9 ff) @f08b5400. /kernel: cd0(ncr0:2:0): COMMAND FAILED (9 ff) @f08b5a00. /kernel: ncr0: timeout ccb=f08b5a00 (skip) /kernel: ncr0: reset by timeout. /kernel: sd0(ncr0:6:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. /kernel: sd0(ncr0:6:0): UNIT ATTENTION asc:29,0 sd0(ncr0:6:0): Power on, reset, or bus device reset occurred field replaceable unit: 14 This occasionally resulted in an abrupt system reset! After some poking, I discovered the 2.1-STABLE tree and noticed that the ncr driver source seems to have been altered since 2.0.5-RELEASE. I compiled a new kernel from -STABLE, and the above problem seems to have disappeared! Thanks to whoever did the driver fix! My next hurdle was to get FreeBSD installed on "delta", the P/100 WIDE system. Since the only install disks available are 2.0.5-RELEASE, I used them. For all of my machines, I do install via NFS. About half-way through the extraction of one of the distributions (it varies each time I tried), "delta" bombed. Usually, it spit out "page fault," or "vm_fault" and rebooted. From time to time it simply reset (no warning). Once, it spit out bunch of stuff and paused, and I was able to scroll back on the debug screen and see that the FIRST error messages were ncr0 problems, very similar to the once I'd been seeing earlier on "beta". At this point, I figured that the problem was primarily with the fact that the install kernel contained the unfixed driver, and that perhaps the problem was made worse with a faster CPU and PCI bus. The only way I was able to get FreeBSD installed was to put delta's 4 gig drive into beta and use it to do the install. I copied the 2.1-STABLE kernel on it and stuck it back in delta. It booted fine, and now I'm trying to beat the crap out of it to see if I can trust it. I've been running iozone repeatedly, and have had one, completely abrupt reset, and a several "panic: page_fault" messages followed by reboot. Since I need to get this system into production in a hurry, my solution, I think, is to slow the CPU down to 90Mhz, and hope that this makes it at least as stable as beta is. Since doing this I've run iozone about 30 times (command: iozone 51), and it hasn't crashed yet! (This, compared to it crashing on average on the second run of iozone, when the cpu speed was 100MHz). So, this message is part bug report and part plea for help. While it seems to be getting ever-more stable, there seems to be some instability remaining that becomes visible on faster machines. If there's any way that I can assist in tracking down this problem, please let me know. BTW, Are these iozone results correct for my Wide 4gig drive (Seagate ST15230W)? (this is with my CPU at 90Mhz) command read write (M bytes/sec) iozone 12.22 3.27 iozone 49 3.95 3.23 thanks, --- ------------------------------------------------------------------------- Charles Owens Email: owensc@enc.edu "I read somewhere to learn is to Information Technology Services remember... and I've learned that Eastern Nazarene College we've all forgot..." - King's X ------------------------------------------------------------------------- From owner-freebsd-bugs Wed Aug 30 11:08:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id LAA18307 for bugs-outgoing; Wed, 30 Aug 1995 11:08:41 -0700 Received: from powergrid.electriciti.com (electriciti.com [198.5.212.8]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id LAA18287 for ; Wed, 30 Aug 1995 11:08:35 -0700 Received: by powergrid.electriciti.com (Smail3.1.29.1 #3) id m0snrd8-000HBzC; Wed, 30 Aug 95 11:12 PDT Message-Id: Date: Wed, 30 Aug 95 11:12 PDT From: dprice@powergrid.electriciti.com (David A Price) To: bugs@freebsd.org Subject: AIC7850 Sender: bugs-owner@freebsd.org Precedence: bulk I have a P100 with a built-in AIC7850 scsi II controller, OS2 => up WinNT => up Dos => up WinWGPS => up Win95 => up Linux => down FreeBSD => down From owner-freebsd-bugs Wed Aug 30 17:21:20 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA09700 for bugs-outgoing; Wed, 30 Aug 1995 17:21:20 -0700 Received: from holodeck.cc.vt.edu (holodeck.cc.vt.edu [128.173.16.28]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id RAA09686 for ; Wed, 30 Aug 1995 17:21:17 -0700 Message-Id: <199508310021.RAA09686@freefall.FreeBSD.org> Received: from hagnew.campus.vt.edu by holodeck.cc.vt.edu with SMTP (8.6.12/16.2) id UAA23086; Wed, 30 Aug 1995 20:21:13 -0400 X-Sender: hagnew@mail.vt.edu X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 30 Aug 1995 20:20:13 +0600 To: bugs@freebsd.org From: hagnew@vt.edu (h jared agnew) Subject: not much Sender: bugs-owner@freebsd.org Precedence: bulk I have tried to look for as much documentation as I can before I bothered you but I cant get my machine to recognize my cdrom. first thats because even if it does I probably dont know how. I have an EIDE cdrom drive directly pluged into a dell sencondary ide slot on the mother board it is a mitsumi ADAPI i think thats the acronym. the IDE port is set tp IRQ 15 and thats what the cdrom says when I boot in dos. I'm not sure what to do and the instructions that are on your web page i dont really understand. thanks and sorry for the spelling. please write back I need help. From owner-freebsd-bugs Wed Aug 30 23:42:54 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA25987 for bugs-outgoing; Wed, 30 Aug 1995 23:42:54 -0700 Received: from nic.cerf.net (nic.cerf.net [192.102.249.3]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id XAA25962 ; Wed, 30 Aug 1995 23:42:50 -0700 Received: (from jrs@localhost) by nic.cerf.net (8.6.10/8.6.9) id XAA07642; Wed, 30 Aug 1995 23:42:52 -0700 Date: Wed, 30 Aug 1995 23:42:52 -0700 (PDT) From: jrs To: hackers@freebsd.org, bugs@freebsd.org, questions@freebsd.org Subject: Strange behavior of uha0 device in config. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk I recently (this week) purchased FreeBSD Release 2.0.5 through Walnut Creek. I am having a problem getting the default kernel to recognize my SCSI controller. The sequence is this: 1. Make the boot floppy. 2. Boot the floppy and enter '-c' for config. 3. Device uha0 (UltraStore 34F localbus) defaults to port 0x330. 4. Mine is set to port 0x230. 5. I use the command 'port uha0 0x230' to reset the port. 6. Issue the command 'probe uha0' and comes back with good status. 7. Issue the 'ls' command and device uha0 shows ok. 8. Any further activity on that device causes the device to change to uha1 with the error message device number too high. This can be verified by simply issuing a second 'probe uha0' command. This should not happen. Device uha0 should now respond on port 0x230 and not turn into device uha1. And yes, because of another hardware conflict, I need to have the UltraStore on port 0x230. Thank you, Jim Stutt "Your enemy is never a villian in his own eyes. Keep this in mind; it may offer a way to make him your friend. If not, you can kill him without hate -- and quickly." -- LL From owner-freebsd-bugs Thu Aug 31 03:24:50 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA01783 for bugs-outgoing; Thu, 31 Aug 1995 03:24:50 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id DAA01746 for ; Thu, 31 Aug 1995 03:24:03 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id MAA03766; Thu, 31 Aug 1995 12:22:39 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id MAA10321; Thu, 31 Aug 1995 12:22:19 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id HAA06578; Thu, 31 Aug 1995 07:42:25 +0200 From: J Wunsch Message-Id: <199508310542.HAA06578@uriah.heep.sax.de> Subject: Re: not much To: hagnew@vt.edu (h jared agnew) Date: Thu, 31 Aug 1995 07:42:25 +0200 (MET DST) Cc: bugs@freebsd.org In-Reply-To: <199508310021.RAA09686@freefall.FreeBSD.org> from "h jared agnew" at Aug 30, 95 08:20:13 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 710 Sender: bugs-owner@freebsd.org Precedence: bulk As h jared agnew wrote: > I have tried to look for as much documentation as I can before I bothered > you but I cant get my machine to recognize my cdrom. Perhaps you did not? > first thats because even if it does I probably dont know how. I > have an EIDE cdrom drive directly pluged into a dell sencondary ide > slot on the mother board it is a mitsumi ADAPI i think thats the > acronym. ...otherwise you would have read that ATAPI CDROM's are still unsupported in any of our official releases. There's experimental code in the current source tree however. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Aug 31 03:52:35 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA02533 for bugs-outgoing; Thu, 31 Aug 1995 03:52:35 -0700 Received: from unlisys.unlisys.NET (unlisys.unlisys.net [194.64.15.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id DAA02522 for ; Thu, 31 Aug 1995 03:52:31 -0700 Received: by unlisys.unlisys.NET from deadline.snafu.de with smtp (Smail3.1.28.1 [@@]) id m0so7EF-000Zy6C; Thu, 31 Aug 95 12:52 MET DST Received: by deadline.snafu.de id m0so7E5-000IwVC; Thu, 31 Aug 95 12:52 MET DST (/\oo/\ Smail3.1.29.1 #29.2) Message-Id: From: root@deadline.snafu.de (Andreas S. Wetzel) Subject: Soundblaster 16 does not work. To: bugs@freebsd.org Date: Thu, 31 Aug 1995 12:52:04 +0200 (MET DST) Organization: -D-E-A-D-L-I-N-E- Public access UN*X system - 13347 Berlin. X-Mailer: ELM [version 2.4 PL24 PGP2] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 927 Sender: bugs-owner@freebsd.org Precedence: bulk Hi! --- My Soundblaster 16 wont do anything on -current. When trying to record from the SB16 it stops after 64k and nothing happens anymore. Here's my kernel config: controller snd0 device sb0 at isa? port 0x220 irq 10 conflicts drq 1 vector sbintr device sbxvi0 at isa? drq 6 device opl0 at isa? port 0x388 And the messages that shows up when booting: sb0 at 0x220 irq 10 drq 1 on isa sb0: sbxvi0 at 0x0 drq 6 on isa sbxvo0: opl0 at 0x388 on isa opl0: Any ideas? Regards, Mickey -- (__) (@@) Andreas S. Wetzel E-mail: mickey@deadline.snafu.de /-------\/ Utrechter Strasse 41 Web: http://deadline.snafu.de/ / | || 13347 Berlin Voice: <+4930> 456 81 68 * ||----|| Germany Fax/Data: <+4930> 455 19 57 ~~ ~~ From owner-freebsd-bugs Thu Aug 31 06:28:35 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id GAA05197 for bugs-outgoing; Thu, 31 Aug 1995 06:28:35 -0700 Received: from holodeck.cc.vt.edu (holodeck.cc.vt.edu [128.173.16.28]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id GAA05190 for ; Thu, 31 Aug 1995 06:28:33 -0700 Message-Id: <199508311328.GAA05190@freefall.FreeBSD.org> Received: from hagnew.campus.vt.edu by holodeck.cc.vt.edu with SMTP (8.6.12/16.2) id JAA14288; Thu, 31 Aug 1995 09:28:32 -0400 X-Sender: hagnew@mail.vt.edu X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 31 Aug 1995 09:27:33 +0600 To: bugs@freebsd.org From: hagnew@vt.edu (h jared agnew) Subject: not much Sender: bugs-owner@freebsd.org Precedence: bulk I have just installed freebsd and one of my so called unix smart friends edited my root .cshrc file. could you please send it on atachment to jagnew@csugrad.cs.vt.edu thanks From owner-freebsd-bugs Thu Aug 31 08:16:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA08979 for bugs-outgoing; Thu, 31 Aug 1995 08:16:04 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA07431 ; Thu, 31 Aug 1995 08:15:40 -0700 Resent-Date: Thu, 31 Aug 1995 08:15:40 -0700 Resent-Message-Id: <199508311515.IAA07431@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, paul@netcraft.co.uk Received: from server.netcraft.co.uk (server.netcraft.co.uk [194.72.238.2]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id HAA06726 for ; Thu, 31 Aug 1995 07:32:37 -0700 Received: (from paul@localhost) by server.netcraft.co.uk (8.6.11/8.6.9) id PAA01470; Thu, 31 Aug 1995 15:32:14 +0100 Message-Id: <199508311432.PAA01470@server.netcraft.co.uk> Date: Thu, 31 Aug 1995 15:32:14 +0100 From: Paul Richards Reply-To: paul@netcraft.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/716: W returns wrong results at login Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 716 >Category: bin >Synopsis: W returns wrong results at login >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 31 07:40:01 PDT 1995 >Last-Modified: >Originator: Paul Richards >Organization: Paul Richards, Bluebird Computer Systems. Internet: paul@FreeBSD.org, http://www.freebsd.org/~paul Phone: 0370 462071 (Mobile), +44 1222 457651 (home) >Release: FreeBSD 2.0-BUILT-19950527 i386 >Environment: >Description: Immediately on login the w command can give spurious login time, I have w in my .login and this happens most of the time on freefall and elsewhere, 7:29AM up 2 days, 15:23, 16 users, load averages: 1.37, 1.36, 1.32 USER TTY FROM LOGIN@ IDLE WHAT jkh p0 time.cdrom.com Tue11AM 1:06 -bash (bash) rgrimes p1 gndrsh.aac.dev.c 4:37AM 2:22 -csh (csh) nate p2 trout.sri.MT.net Mon05PM 33:16 -tcsh (tcsh) wollman p3 halloran-eldar.l Wed07AM 23:42 -bash (bash) gibbs p4 mother.cdrom.com Mon06PM 16:07 -tcsh (tcsh) dyson p5 gw4.att.com 7:22AM 3 -bash (bash) peter p6 haywire.DIALix.C Mon06PM 17:31 -tcsh (tcsh) markm p7 grumble.grondar. Wed03AM 18:00 -bash (bash) davidg p8 X.Root.COM Tue02AM 4:27 -tcsh (tcsh) gibbs p9 narnia.HIP.Berke Tue08PM 8:06 -tcsh (tcsh) jmb pa karma.Atinc.COM Wed10AM 20:03 -csh (csh) nate pb sri.MT.net Tue09AM 1days -tcsh (tcsh) davidg pc X.Root.COM Wed02AM 4:29 less cvs-sys jkh pd time.cdrom.com Wed03AM 16:34 -bash (bash) paul pe server.netcraft. 7:29AM 24 w jmb pf karma.Atinc.COM 6:17AM 1:03 -csh (csh) freefall:~% w 7:29AM up 2 days, 15:24, 16 users, load averages: 1.39, 1.36, 1.32 USER TTY FROM LOGIN@ IDLE WHAT jkh p0 time.cdrom.com Tue11AM 1:06 -bash (bash) rgrimes p1 gndrsh.aac.dev.c 4:37AM 2:22 -csh (csh) nate p2 trout.sri.MT.net Mon05PM 33:17 -tcsh (tcsh) wollman p3 halloran-eldar.l Wed07AM 23:42 -bash (bash) gibbs p4 mother.cdrom.com Mon06PM 16:08 -tcsh (tcsh) dyson p5 gw4.att.com 7:22AM 3 -bash (bash) peter p6 haywire.DIALix.C Mon06PM 17:31 -tcsh (tcsh) markm p7 grumble.grondar. Wed03AM 18:00 -bash (bash) davidg p8 X.Root.COM Tue02AM 4:27 -tcsh (tcsh) gibbs p9 narnia.HIP.Berke Tue08PM 8:06 -tcsh (tcsh) jmb pa karma.Atinc.COM Wed10AM 20:03 -csh (csh) nate pb sri.MT.net Tue09AM 1days -tcsh (tcsh) davidg pc X.Root.COM Wed02AM 4:29 less cvs-sys jkh pd time.cdrom.com Wed03AM 16:35 -bash (bash) paul pe server.netcraft. 7:29AM - w jmb pf karma.Atinc.COM 6:17AM 1:03 -csh (csh) The first is the end of the output from my .login and the second is the command I issue as soon as I get my first prompt. >How-To-Repeat: See above >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Aug 31 09:34:16 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA12528 for bugs-outgoing; Thu, 31 Aug 1995 09:34:16 -0700 Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id JAA12522 for ; Thu, 31 Aug 1995 09:34:12 -0700 Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id SAA10895 for bugs@freebsd.org; Thu, 31 Aug 1995 18:27:36 +0200 From: Luigi Rizzo Message-Id: <199508311627.SAA10895@labinfo.iet.unipi.it> Subject: ldconfig -m not recognized To: bugs@freebsd.org Date: Thu, 31 Aug 1995 18:27:35 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 629 Sender: bugs-owner@freebsd.org Precedence: bulk Several ports use "ldconfig -m", which, in snap950726, is not a valid flag (I guess it should (m)erge the arguments with the current loader paths). It would be worth fixing it before this bug slips into further releases. Thanks Luigi ==================================================================== Luigi Rizzo Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it Universita' di Pisa tel: +39-50-568533 via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 http://www.iet.unipi.it/~luigi/ ==================================================================== From owner-freebsd-bugs Thu Aug 31 10:48:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA14900 for bugs-outgoing; Thu, 31 Aug 1995 10:48:18 -0700 Received: from cliff.corp.cubic.COM (cliff.corp.cubic.com [149.63.66.25]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id KAA14894 for ; Thu, 31 Aug 1995 10:48:15 -0700 From: price@earth.corp.cubic.COM Received: from earth.corp.cubic.COM (earth.corp.cubic.com [149.63.65.10]) by cliff.corp.cubic.COM (8.6.9/8.6.9) with ESMTP id KAA16221 for ; Thu, 31 Aug 1995 10:41:31 -0700 Received: (price@localhost) by earth.corp.cubic.COM (8.6.9/8.6.4) id KAA04964 for bugs@freeBSD.org; Thu, 31 Aug 1995 10:45:05 -0700 Date: Thu, 31 Aug 1995 10:45:05 -0700 Message-Id: <199508311745.KAA04964@earth.corp.cubic.COM> To: bugs@freeBSD.org Subject: AIC7850 Content-Length: 53 Sender: bugs-owner@freeBSD.org Precedence: bulk 2.0.5 doesn't work with AIC7850, neither does linux. From owner-freebsd-bugs Thu Aug 31 12:34:47 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA18697 for bugs-outgoing; Thu, 31 Aug 1995 12:34:47 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id MAA18649 ; Thu, 31 Aug 1995 12:34:32 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id FAA06330; Fri, 1 Sep 1995 05:30:06 +1000 Date: Fri, 1 Sep 1995 05:30:06 +1000 From: Bruce Evans Message-Id: <199508311930.FAA06330@godzilla.zeta.org.au> To: bugs@freebsd.org, hackers@freebsd.org, jrs@CERF.NET, questions@freebsd.org Subject: Re: Strange behavior of uha0 device in config. Sender: bugs-owner@freebsd.org Precedence: bulk >I am having a problem getting the default kernel to recognize my SCSI >controller. The sequence is this: >1. Make the boot floppy. >2. Boot the floppy and enter '-c' for config. >3. Device uha0 (UltraStore 34F localbus) defaults to port 0x330. >4. Mine is set to port 0x230. >5. I use the command 'port uha0 0x230' to reset the port. >6. Issue the command 'probe uha0' and comes back with good status. The probe command doesn't really work (it probably works the first time but may interfere with later probes including the real one). >7. Issue the 'ls' command and device uha0 shows ok. `ls' just prints the values from a table and isn't very useful for error checking. It is useful for checking the table. >8. Any further activity on that device causes the device to change to > uha1 with the error message device number too high. This can be > verified by simply issuing a second 'probe uha0' command. This is because each successful uha_probe() ends with uha_unit++ and uha_unit is used instead of the unit specified in the configuration :-(. >And yes, because of another hardware conflict, I need to have the UltraStore >on port 0x230. Ther may also be a conflict with the matcd driver which has a hard-wired table of ports { 0x230, 0x240, 0x250, 0x260 }. This table is used if the port in the config is `?', i.e., -1, as it is in the GENERIC config. The matcd config is done after the uha config, so it might unprogram the uha. Bruce From owner-freebsd-bugs Thu Aug 31 13:30:09 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA20930 for bugs-outgoing; Thu, 31 Aug 1995 13:30:09 -0700 Received: from jli (jli.portland.or.us [199.2.111.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id NAA20922 for ; Thu, 31 Aug 1995 13:30:06 -0700 Received: from cumulus by jli with uucp (Smail3.1.29.1 #3) id m0soGEw-0001bBC; Thu, 31 Aug 95 13:29 PDT Message-Id: To: bugs@freebsd.org Subject: socketpair(2) return value incorrect MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <16930.809901201.1@cloud.rain.com> Date: Thu, 31 Aug 1995 13:33:21 -0700 From: Bill Trost Sender: bugs-owner@freebsd.org Precedence: bulk According to the man page, socketpair returns 0 or 1; however, under FreeBSD 2.0.0-SNAP950322 socketpair instead returns the value of sv[0] (the first element of the fourth argument to socketpair) when successful. From owner-freebsd-bugs Thu Aug 31 17:23:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA02597 for bugs-outgoing; Thu, 31 Aug 1995 17:23:03 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id RAA02582 for ; Thu, 31 Aug 1995 17:22:54 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id CAA29818; Fri, 1 Sep 1995 02:22:48 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id CAA16149; Fri, 1 Sep 1995 02:22:48 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id WAA28735; Thu, 31 Aug 1995 22:57:27 +0200 From: J Wunsch Message-Id: <199508312057.WAA28735@uriah.heep.sax.de> Subject: Re: Strange behavior of uha0 device in config. To: jrs@CERF.NET (jrs) Date: Thu, 31 Aug 1995 22:57:26 +0200 (MET DST) Cc: bugs@freebsd.org In-Reply-To: from "jrs" at Aug 30, 95 11:42:52 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 376 Sender: bugs-owner@freebsd.org Precedence: bulk As jrs wrote: > > 5. I use the command 'port uha0 0x230' to reset the port. > 6. Issue the command 'probe uha0' and comes back with good status. The `probe' command is known to be icky, deprecated, and has been removed meanwhile. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Sep 1 02:11:23 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id CAA23461 for bugs-outgoing; Fri, 1 Sep 1995 02:11:23 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id CAA23453 for ; Fri, 1 Sep 1995 02:11:18 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id CAA04392; Fri, 1 Sep 1995 02:09:39 -0700 Date: Fri, 1 Sep 1995 02:09:39 -0700 Message-Id: <199509010909.CAA04392@silvia.HIP.Berkeley.EDU> To: luigi@labinfo.iet.unipi.it CC: bugs@freebsd.org In-reply-to: <199508311627.SAA10895@labinfo.iet.unipi.it> (message from Luigi Rizzo on Thu, 31 Aug 1995 18:27:35 +0200 (MET DST)) Subject: Re: ldconfig -m not recognized From: asami@cs.berkeley.edu (Satoshi Asami) Sender: bugs-owner@freebsd.org Precedence: bulk * Several ports use "ldconfig -m", which, in snap950726, is not a valid * flag (I guess it should (m)erge the arguments with the current loader * paths). It would be worth fixing it before this bug slips into further * releases. Thanks for the report, it's already fixed in -stable (so all further snaps will work fine). It wouldn't have been the case for the July snap either (I've been watching these things closely) had it not been for a ports manager confused by a commit message without a Branch: line.... ;) Satoshi From owner-freebsd-bugs Fri Sep 1 07:19:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA03650 for bugs-outgoing; Fri, 1 Sep 1995 07:19:06 -0700 Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id HAA03641 for ; Fri, 1 Sep 1995 07:18:53 -0700 Received: from uucp2.UU.NET by relay3.UU.NET with SMTP id QQzfhx25570; Fri, 1 Sep 1995 10:18:51 -0400 Received: from uanet.UUCP by uucp2.UU.NET with UUCP/RMAIL ; Fri, 1 Sep 1995 10:18:51 -0400 Received: by crocodil.monolit.kiev.ua; Fri, 1 Sep 95 17:17:56 +0200 Received: from dog.farm.org (farm-cs.farm.org [193.124.48.230]) by clipper.cs.kiev.ua (8.6.4) with ESMTP; Fri, 1 Sep 1995 17:16:22 +0300 Received: (from dk@localhost) by dog.farm.org (8.6.11/8.who.cares) id RAA00313; Fri, 1 Sep 1995 17:03:48 +0300 From: Dmitry Kohmanyuk Message-Id: <199509011403.RAA00313@dog.farm.org> Subject: 2.0.5-R: panic on bad dir '/': mangled entry To: bugs@freebsd.org Date: Fri, 1 Sep 1995 14:03:45 +0000 () Cc: sia-@ua.net, dk@farm.org Reply-To: dk+@ua.net X-OS-Of-Choice: FreeBSD 2.0.5-RELEASE X-NIC-Handle: DK379 X-Mailer: ELM [version 2.4 PL22 dk9] Content-Type: text Content-Length: 8275 Sender: bugs-owner@freebsd.org Precedence: bulk I've got a couple of these recently... My hardware is PCI SOYO mb, with AMD 486DX2-80, IDE HD (on-board HDC), and PCI SCSI NCR contoller. I use custom kernel. I have a subtle feeling that this is a hardware problem (bad RAM??), but I am not sure. kgdb backtrace follows: dog:/sys/compile/FARM> kgdb GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.13 (i386-unknown-freebsd), Copyright 1994 Free Software Foundation, Inc. (kgdb) symbol-file kernel.debug Reading symbols from kernel.debug...exec-file /var/crash/done. kernel.0 (kgdb) exec-file /var/crash/kernel.0 (kgdb) core-file /var/crash/vmcore.0 IdlePTD 1e9000 current pcb at 1d0018 panic: bad dir #0 0xf019cdfc in boot () (kgdb) bt #0 0xf019cdfc in boot () #1 0xf019ce0b in boot () #2 0xf0113243 in panic (fmt=0xf0187441 "bad dir") at ../../kern/subr_prf.c:128 #3 0xf0187483 in ufs_dirbad (ip=0xf0581400, offset=0, how=0xf01867c0 "mangled entry") at ../../ufs/ufs/ufs_lookup.c:587 #4 0xf0186ca9 in ufs_lookup (ap=0xefbffd74) at ../../ufs/ufs/ufs_lookup.c:282 #5 0xf0127c12 in lookup (ndp=0xefbffee8) at ./vnode_if.h:27 #6 0xf01277d2 in namei (ndp=0xefbffee8) at ../../kern/vfs_lookup.c:147 #7 0xf012d013 in vn_open (ndp=0xefbffee8, fmode=10, cmode=0) at ../../kern/vfs_vnops.c:113 #8 0xf012a6b3 in open (p=0xf0566c00, uap=0xefbfff94, retval=0xefbfff8c) at ../../kern/vfs_syscalls.c:636 #9 0xf01a1d6d in syscall () #10 0xf019a7eb in Xsyscall () #11 0x2382 in ?? () #12 0x1b6e in ?? () #13 0x18bd in ?? () #14 0x10e8 in ?? () (kgdb) dmesg output follows: FreeBSD 2.0.5-RELEASE #2: Sun Aug 27 15:19:52 EET DST 1995 dk@dog.farm.org:/usr/src/sys/compile/FARM CPU: i486DX (486-class CPU) real memory = 7995392 (1952 pages) avail memory = 6684672 (1632 pages) Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <8 virtual consoles, flags=0x0> ed0 at 0x300-0x31f irq 15 on isa ed0: address 00:40:33:2c:a6:13, type NE2000 (16 bit) bpf: ed0 attached sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16450 sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16450 sio2 at 0x3e8-0x3ef irq 5 on isa sio2: type 16450 sio3 not found at 0x2e8 lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface lpt1 at 0x278-0x27f on isa lpt2 not found at 0xffffffff pca0 on isa pca0: PC speaker audio driver fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 516MB (1058400 sectors), 1050 cyls, 16 heads, 63 S/T, 512 B/S wdc1 not found at 0x170 nca4 not found at 0x350 npx0 on motherboard npx0: INT 16 interface Probing for devices on the pci0 bus: configuration mode 1 allows 32 devices. pci0:5: vendor=0x1039, device=0x496, class=bridge [not supported] vga0 rev 0 on pci0:11 ncr0 rev 2 int a irq 9 on pci0:13 reg20: virtual=0xf224b000 physical=0xf0800000 size=0x100 ncr0: restart (scsi reset). ncr0 scanning for targets 0..6 (V2 pl21 95/03/21) ncr0 waiting for scsi devices to settle (ncr0:2:0): "HITACHI CDR-1750S 0009" type 5 removable SCSI 1 cd0(ncr0:2:0): CD-ROM cd0(ncr0:2:0): NOT READY asc:4,0 cd0(ncr0:2:0): Logical unit not ready, cause not reportable can't get the size pci0: uses 8388864 bytes of memory from f0000000 upto f08000ff. pci0: uses 256 bytes of I/O space from 6000 upto 60ff. bpf: lo0 attached bpf: ppp0 attached bpf: sl0 attached bpf: sl1 attached bpf: sl2 attached bpf: sl3 attached bpf: sl4 attached bpf: sl5 attached bpf: sl6 attached bpf: sl7 attached bpf: tun0 attached kernel config file follows: # # FARM -- custom kernel for dog.farm.cs.kiev.ua == dog.farm.org # # $Id: FARM,v 1.1 1995/08/03 14:20:43 dk Exp dk $ # machine "i386" #cpu "I386_CPU" cpu "I486_CPU" #cpu "I586_CPU" ident FARM maxusers 20 # kernel features options "COMPAT_43" #Compatible with BSD 4.3 options INET #InterNETworking options GATEWAY #internetwork gateway options MROUTING # Multicast routing options IPFIREWALL #firewall #options IPFIREWALL_VERBOSE #print information about #options "NMBCLUSTERS=1024" #options QUOTA #enable disk quotas options SYSVSHM options SYSVSEM options SYSVMSG # kernel debugging options DODUMP #We dump core-image on panic #options DDB #Kernel debugger #options "SYMTAB_SPACE=158940" #needs LOTS of symtable options KTRACE #kernel tracing #options DIAGNOSTIC # filesystems options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MFS #Memory File System options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options NULLFS #NULL filesystem #options FDESC #File descriptor filesystem #options KERNFS #Kernel filesystem #options LFS #Log filesystem #options PORTAL #Portal filesystem #options UMAPFS #UID map filesystem #options UNION #Union filesystem # hardware #options GWETHER # for ed driver #options MATH_EMULATE #Support for x87 emulation options UCONSOLE #X Console support #options "FAT_CURSOR" #block cursor in syscons or pccons options "MAXCONS=8" #4 virtual consoles options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers #config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0 config kernel root on wd0 controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 #tape ft0 at fdc0 drive 2 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 controller ncr0 #controller bt0 at isa? port "IO_BT0" bio irq ? vector btintr #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr #controller ahc0 at isa? bio irq ? vector ahcintr #controller ahb0 at isa? bio irq ? vector ahbintr #controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr #controller aic0 at isa? port 0x340 bio irq 11 vector aicintr #controller pas0 at isa? port 0x1f88 bio #controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr controller scbus0 # nca: ProAudioSpectrum cards using the NCR 5380 or Trantor T130 controller nca4 at isa? port 0x350 bio irq 5 vector ncaintr device sd0 device sd1 device sd2 device sd3 device st0 device st1 device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr #device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr #device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty device lpt2 at isa? port? tty device pca0 at isa? tty device ed0 at isa? port 0x300 net irq 15 iomem 0xd8000 vector edintr #device de0 #device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr #device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr #device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr #device ep0 at isa? port 0x300 net irq 10 vector epintr #device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr #device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 8 pseudo-device ppp 1 #Point-to-point protocol pseudo-device tun 1 pseudo-device bpfilter 8 #Berkeley packet filter pseudo-device pty 32 pseudo-device speaker pseudo-device gzip # Exec gzipped a.out's From owner-freebsd-bugs Fri Sep 1 10:40:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA11205 for bugs-outgoing; Fri, 1 Sep 1995 10:40:02 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA11198 ; Fri, 1 Sep 1995 10:40:01 -0700 Resent-Date: Fri, 1 Sep 1995 10:40:01 -0700 Resent-Message-Id: <199509011740.KAA11198@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, nistler@millcomm.com Received: from chaos.millcomm.com (Chaos.MillComm.COM [205.164.92.201]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id KAA10866 for ; Fri, 1 Sep 1995 10:31:38 -0700 Received: (from nistler@localhost) by chaos.millcomm.com (8.6.9/8.6.9) id MAA00403; Fri, 1 Sep 1995 12:32:46 -0500 Message-Id: <199509011732.MAA00403@chaos.millcomm.com> Date: Fri, 1 Sep 1995 12:32:46 -0500 From: John Nistler Reply-To: nistler@millcomm.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/717: ft.c attach fail on my Mountain tape drive Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 717 >Category: misc >Synopsis: ft.c attach fail on my Mountain tape drive >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 1 10:40:01 PDT 1995 >Last-Modified: >Originator: John Nistler >Organization: none >Release: FreeBSD 2.0-RELEASE i386 >Environment: [2: ft0: Mountain tape] >Description: When the ft.c code does the attach it uses polling in the ftintr_waiti(in the if (ft->attach), in case FTCMD_SEEK) with a delay(100) which is too short. I changed this to 1000. >How-To-Repeat: >Fix: /usr/src/sys/i386/isa> diff ft.c.orig ft.c 1480c1480,1481 < DELAY(100); --- > DELAY(1000); > /* DELAY(100); */ >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Sep 1 17:11:19 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA28611 for bugs-outgoing; Fri, 1 Sep 1995 17:11:19 -0700 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id RAA28605 ; Fri, 1 Sep 1995 17:11:17 -0700 Received: from sbstark.cs.sunysb.edu (sbstark.cs.sunysb.edu [130.245.1.47]) by who.cdrom.com (8.6.11/8.6.11) with ESMTP id RAA03811 ; Fri, 1 Sep 1995 17:11:16 -0700 Received: (from root@localhost) by sbstark.cs.sunysb.edu (8.6.12/8.6.9) with UUCP id UAA10139; Fri, 1 Sep 1995 20:07:50 -0400 Received: (from gene@localhost) by starkhome.cs.sunysb.edu (8.6.11/8.6.9) id TAA29910; Fri, 1 Sep 1995 19:55:47 -0400 Date: Fri, 1 Sep 1995 19:55:47 -0400 From: Gene Stark Message-Id: <199509012355.TAA29910@starkhome.cs.sunysb.edu> To: questions@freebsd.org, bugs@freebsd.org Subject: Swap pager problems (2.0.5R and 7/26 2.1-SNAP) Sender: bugs-owner@freebsd.org Precedence: bulk I have been experiencing a failure mode in which the swap pager is attempting to page out to pages a few hundred sectors beyond the end of the swap partition. This fails in the swap pager with EINVAL (async pageout failed) and essentially wedges the system. The problem occurs both with 2.0.5-RELEASE and the latest 2.1-SNAP (7/26?). It is reproduceable on each of the 40 or so identical systems I have by repeatedly starting up emacs, reading in the dictionary, and suspending until the swap percentage reaches 30% or so, at which point the bogus pageouts occur. Below is my disklabel and fstab. Anybody know what might be causing this? Thanks. - Gene Stark P.S. The fstab looks wierd due to the complicated way I have these systems boot up dataless in an NFS environment. # /dev/rwd0c: type: ESDI disk: Samsung SHD30420 label: flags: bytes/sector: 512 sectors/track: 60 tracks/cylinder: 16 sectors/cylinder: 960 cylinders: 746 sectors/unit: 716160 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 9600 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 9) b: 192000 9600 swap # (Cyl. 10 - 209) c: 716160 0 unused 0 0 # (Cyl. 0 - 745) e: 48000 201600 4.2BSD 1024 8192 16 # (Cyl. 210 - 259) f: 288000 249600 4.2BSD 1024 8192 16 # (Cyl. 260 - 559) g: 178560 537600 4.2BSD 1024 8192 16 # (Cyl. 560 - 745) #/dev/wd0a / ufs ro 1 1 proc /proc procfs rw 0 0 /dev/wd0b none swap sw 0 0 /wd0s4e /impure ufs rw 1 2 /dev/wd0s4f /pure ufs rw 1 2 /dev/wd0s4g /scratch ufs rw 1 2 mailhost:/local/var/mail /var/mail nfs rw 0 0 ufs2:/home/a /home/a nfs rw 0 0 ufs2:/home/b /home/b nfs rw 0 0 ufs2:/home/c /home/c nfs rw 0 0 ufs2:/home/d /home/d nfs rw 0 0 ufs1:/home/e /home/e nfs rw 0 0 ufs1:/home/f /home/f nfs rw 0 0 ufs1:/home/g /home/g nfs rw 0 0 ufs1:/home/h /home/h nfs rw 0 0 /dev/wd0s1 /dos_c msdos ro 0 0 /dev/wd0s2 /dos_d msdos rw 0 0 From owner-freebsd-bugs Fri Sep 1 19:28:17 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id TAA10877 for bugs-outgoing; Fri, 1 Sep 1995 19:28:17 -0700 Received: from agora.rdrop.com (agora.rdrop.com [199.2.210.241]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id TAA10851 ; Fri, 1 Sep 1995 19:28:12 -0700 Received: by agora.rdrop.com (Smail3.1.28.1 #8) id m0soiJW-0001EqC; Fri, 1 Sep 95 19:27 PDT Message-Id: From: batie@agora.rdrop.com (Alan Batie) Subject: Daily Usenet report (fwd) To: freebsd-bugs@freebsd.org, ports@freebsd.org Date: Fri, 1 Sep 1995 19:27:50 -0700 (PDT) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1583 Sender: bugs-owner@freebsd.org Precedence: bulk I'm not sure what's going on here, but on FreeBSD 2.1.0-950726-SNAP, innstat run from news.daily is reporting multiple occurences of /var/news. When I login and run it manually, it shows only one. I don't know if it's cron fiddling with stdout (seems unlikely), the mount table getting messed up (but why isn't it staying messed up?) or innstat getting confused, but I thought I'd mention it... > Subject: Daily Usenet report > > Server status: > Server running > Allowing remote connections > Parameters c 14 i 50 (3) l 1000000 o 51 t 300 normal specified > Not reserved > Readers separate enabled > > Disk usage: > /dev/sd0a 992734 742388 170926 81% / > /dev/sd1h 631390 322320 245930 57% /usr/local/news > /dev/sd2h 2791470 2057898 649826 76% /var/news > /dev/sd2h 2791470 2057900 649824 76% /var/news > /dev/sd2h 2791470 2057916 649808 76% /var/news > hermes# ./innstat Server status: Server running Allowing remote connections Parameters c 14 i 50 (3) l 1000000 o 51 t 300 normal specified Not reserved Readers separate enabled Disk usage: /dev/sd0a 496367 368267 88390 81% / /dev/sd1h 315695 162840 121285 57% /usr/local/news /dev/sd2h 1395735 852103 501759 63% /var/news -- Alan Batie ______ batie@agora.rdrop.com \ / Freedom for me to be and do +1 503 452-0960 \ / only what *you* approve of 45 28 59 N / 122 43 20 W / 440' MSL \/ is no freedom at all. From owner-freebsd-bugs Sat Sep 2 04:30:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA10034 for bugs-outgoing; Sat, 2 Sep 1995 04:30:10 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA10020 for freebsd-bugs; Sat, 2 Sep 1995 04:30:09 -0700 Date: Sat, 2 Sep 1995 04:30:09 -0700 From: GNU GNATS Message-Id: <199509021130.EAA10020@freefall.FreeBSD.org> To: freebsd-bugs Subject: List of open Problem Reports Sender: bugs-owner@FreeBSD.org Precedence: bulk This is the list of currently open problem reports [1994/10/07] kern/6 System hangs while using slip or ppp connection [1994/11/14] bin/17 "mount -t foo /dev/wd1h /mnt" gives incorrect error [1994/11/18] conf/22 Cannot use links to share kernel objects [1994/11/23] kern/27 Loopback mounts confuse unmount-on-reboot code [1994/11/30] kern/34 nullfs and union mounts can result in wild pointer r [1994/12/03] kern/39 Recent config changes hosed ft config [1994/12/04] kern/40 Floppy tape probe hosed (FIX) [1994/12/06] kern/42 PC-NFS on -current can't access disks [1994/12/07] docs/43 manpage for keysu is missing. reference from keyinit [1994/12/07] kern/44 ep driver won't work with anything but bnc [1994/12/08] kern/46 ed driver don't know the link0 flag (IFF_LINK0) [1994/12/13] misc/48 /etc/rc does not recover recovery files [1994/12/14] kern/51 Panic accessing NFS mounted file system [1994/12/18] misc/67 It took 20 tries to get free-bsd installed [1994/12/18] misc/68 bininst leaves system kinda hung [1994/12/21] misc/75 Netboot ignores gateway [1994/12/20] conf/76 fdisk can't be trusted. [1994/12/21] i386/79 Reboots sometimes don't complete. [1994/12/23] misc/83 System crash after abrupt end of slip session [1995/01/03] kern/95 Configuring a SLIP device with source = destination [1995/01/09] kern/102 PANIC after running Merged Buffer Cache kernel for a [1995/01/10] bin/104 pax -rwl may corrupt filesystem [1995/01/11] i386/105 Distributed libm (msun) has non-standard error handl [1995/01/13] gnu/107 kernel build produces internal compiler error [1995/01/14] misc/112 ^C cause panic during install [1995/01/14] bin/115 systat iostat display doesn't scale high enough [1995/01/14] bin/116 disk transfer rates reported by systat :iostat are t [1995/01/14] misc/118 use of 386bsd partition tag makes multi-os boot hard [1995/01/14] misc/120 first Initial security report is bogus becuase of ls [1995/01/14] bin/124 traceroute doesn't support -g flag. [1995/01/14] docs/127 locate man page does not have any clues to how the d [1995/01/14] bin/129 fsck cannot take a mount point as an argument [1995/01/14] docs/131 there is no man page for uucpd [1995/01/14] docs/132 gettytab documentation is split between /etc/gettyta [1995/01/14] bin/133 mail program doesn't have editheaders option [1995/01/14] bin/135 not enough ptys; virtual console names conflict with [1995/01/15] bin/146 version of compress is kinda old and slow [1995/01/19] bin/151 One of the pkg_add set /tmp mod to 755 [1995/01/20] bin/153 mount -u improvement for diskless systems [1995/01/21] kern/157 Quota system does not work [1995/01/21] bin/163 telneting sometimes doesn't yield a "login:" prompt [1995/01/21] docs/164 no ptrace(2) manual page. [1995/01/21] docs/165 No documentation on kernel boot flags. [1995/01/21] misc/166 /usr/include/machine/asmacros.h includes uninstalled [1995/01/21] kern/169 Errors from mkdir & mv when directories paths end wi [1995/01/21] bin/170 ar does not print an error message with readonly lib [1995/01/21] docs/171 No documentation on .forward files. [1995/01/21] bin/172 cp -f does not work [1995/01/21] bin/173 rc trys to mount modload fs before ld is available. [1995/01/21] bin/174 Poor error message from stty [1995/01/22] kern/175 Syscons does not recover X graphics mode [1995/01/22] kern/176 EIDRM not defined in errno.h [1995/01/22] docs/177 man pages missing for SYSV IPC funtions [1995/01/24] gnu/183 can't resolve "operator <<" overload [1995/01/24] bin/184 send-pr says "Aborting ..." and happily removes the [1995/01/25] kern/185 kernel stability problems - can't sustain uptimes > [1995/01/25] bin/188 disklabel uses c partition by default, kernel says d [1995/01/30] gnu/196 size of bss in *.o's reported wrong by size [1995/01/30] bin/198 1.1.5.1 pine binary loops; top shows fancy values [1995/02/01] bin/199 quiz(6) reading database bug, pattern matching bug [1995/02/01] misc/202 System hang or reboot without clues, tcp ppp named r [1995/02/14] kern/214 Using wt driver crashes system [1995/02/14] kern/216 /kernel: panic: ffs_alloccg: map corrupted [1995/02/14] docs/218 dbm references from hash(3) [1995/02/16] kern/219 Performance on local net drops too much when SNDBUF [1995/02/16] misc/220 Cancel still doesn't work during install [1995/02/16] misc/221 lots of error messages during unpacking via ftp inst [1995/02/16] i386/222 boot prompt doesn't always work [1995/02/16] misc/223 default domain shouldn't be hostname [1995/02/18] kern/224 ppp net serial [1995/03/02] misc/229 acos() core dump [1995/03/03] bin/230 C++ contructors not being called [1995/03/05] gnu/231 send-pr initializes Organization with ~/.signature [1995/03/05] docs/232 The mandoc .St macro doesn't work or misses IEEE754 [1995/03/10] misc/236 2.0-950210-SNAP/src/extract.sh references "release" [1995/03/11] kern/238 failed assertion in ncr.c --> no more scsi disk acce [1995/03/13] bin/241 strange behavior of /bin/sh [1995/03/17] kern/247 Berkeley Packet Filter fix [1995/03/17] kern/248 scbus attach/probe information is inconsistent [1995/03/19] gnu/256 nasty gdb bug back in 031595 system [1995/03/20] docs/263 There is absolutely no documentation for the dialog [1995/03/21] kern/266 ifconfig panics kernel built without option NFS [1995/03/28] kern/275 qic-02 streamer won't work [1995/03/28] kern/277 netstat -r reports entries with negative expire time [1995/03/28] kern/280 the new slice code is bitching about my old slices [1995/03/28] kern/281 Messages printed when checking CD ROM device too ver [1995/03/28] kern/282 buslogic adapter information WAY too verbose [1995/03/29] kern/284 Network gives permission denied [1995/03/30] kern/287 Several header files are not consistent [1995/03/31] kern/288 panic: free: multiple frees [1995/04/01] kern/291 PCI devices still probe/attach after being disabled [1995/04/01] kern/293 wd0: interrupt timeout [1995/04/04] kern/299 SCSI probes stop at ID 7 even for WIDE busses [1995/04/05] bin/300 __fdnlist fails on kernels created by cc -g and stri [1995/04/06] conf/301 Log rotation wastes _much_ to much space [1995/04/06] kern/302 Changing st tapes after extract crashes system [1995/04/09] bin/316 SNAP950322 less stable on IDE than earlier releases [1995/04/09] docs/317 Install README doesn't list matcd as install choice [1995/04/09] bin/323 Creating lost+found causes fsck to stop fsck -y FDIV [1995/04/09] bin/326 Weekly cron generates some usage and error messages [1995/04/09] bin/327 Clock management punishes you if CMOS != GMT FDIV020 [1995/04/09] bin/329 FTP transfers above 99K shown in scientific notation [1995/04/11] kern/336 make world fails on NCR-SCSI machine [1995/04/14] docs/341 vnconfig(8) disagrees with its man page [1995/04/14] bin/342 lpd can allow users access to all of root's groups [1995/04/14] kern/343 tcpdump with filter fails on tun and lo devices [1995/04/14] misc/344 Signal 11 when running a user program [1995/04/15] kern/345 panic "biodone: page busy < 0" [1995/04/17] kern/349 Panic with bad dir [1995/04/20] kern/353 xcdplayer crashes machine (with NCR810 SCSI) [1995/04/20] kern/354 Can't configure two IP aliases with the same network [1995/04/20] misc/355 policy on /usr/local permission in base release [1995/04/20] bin/357 pkg_delete aborts when subcommand fails [1995/04/24] bin/359 BS/DEL is still not quite right. [1995/04/26] kern/366 queue changes broke ISO tpip code [1995/04/26] kern/367 kernel hangs after ep0 attach message appears [1995/04/26] i386/369 AHA-154X-A problems [1995/05/01] gnu/373 In response to admittedly bogus code, gcc emits an o [1995/05/01] kern/374 panic: bad dir [1995/05/01] bin/375 NIS does not seem to work with Kerberos [1995/05/02] kern/376 tcpdump seems to cause spontaneous reboots [1995/05/03] kern/378 (apparently) bounce buffer code gets used on 32bit b [1995/05/05] kern/383 dd to from /dev/mem panics the machine. [1995/05/06] kern/384 ep0 conflicts with some other drivers [1995/05/06] kern/385 ep0 finds card on irq 10 when it's actually on 11 [1995/05/07] kern/387 scsistrategy doesn't use bounce buffers [1995/05/08] bin/389 Simultaneous creation/deletion of dirs corrupts file [1995/05/11] i386/394 IP multicast not supported by ep driver [1995/05/12] bin/398 VI doesnt do the correct thing [1995/05/13] bin/401 Add REMOTE_* variables [1995/05/13] bin/402 w -n shows non-numeric addresses [1995/05/13] misc/403 FreeBSD 1-compiled tcsh, bash and zsh binaries dump [1995/05/14] kern/405 The gpio driver does not work with the AT-GPIB, only [1995/05/14] bin/406 Sendmail 8.6.11 was not imported correctly. [1995/05/14] bin/410 bad144(8) should probably scan the bad block remap s [1995/05/14] kern/411 bad144 allow you to add blocks in the remap area [1995/05/14] kern/416 page fault in syscons.c:scopen() [1995/05/14] bin/419 pkg_delete refuses to delete an incompletely added p [1995/05/15] misc/423 Sound devices are too insecure [1995/05/16] kern/425 arp entries not getting removed when interface chang [1995/05/16] kern/427 eg doesn't work with more than one card [1995/05/16] kern/428 configure is not foolproof [1995/05/19] kern/430 SCSI Tape dont work [1995/05/19] misc/431 Processes sometime's hang and wont die when they hav [1995/05/21] bin/432 mixer should print out the current mixer settings by [1995/05/22] kern/434 umapfs panics when mounting ufs over itself [1995/05/23] kern/435 mb_map full, network starts jumping off and on, fina [1995/05/23] misc/437 addition for /usr/src/usr.bin/file/Magdir/zyxel [1995/05/23] i386/440 want vidcontrol option to apply settings to all sysc [1995/05/24] bin/441 more does not call vi with +linenum when EDITOR=vi [1995/05/24] gnu/442 when invoked from "make' cc not including name lists [1995/05/25] kern/443 65 sendmails crashes system [1995/05/26] i386/444 GUS sound driver does not seem to work. [1995/05/26] kern/446 unable to diskless-boot a PC when the server mounts [1995/05/26] kern/448 ktrace not enabled in default kernel [1995/05/27] gnu/450 tar --exclude -c doesn't work [1995/05/28] gnu/451 cvsinit/cvs doesn't work as expected with perl [1995/05/28] kern/452 vnode swapping panics [1995/05/28] misc/453 The release/Makefile does not make all des/eBones ta [1995/05/28] bin/454 compile ports/x11/iv and ld got sig11 [1995/05/28] misc/455 library wont compile [1995/05/29] bin/457 We may have an obscure csh bug [1995/05/30] docs/458 px doc does not find include figure [1995/05/30] kern/459 Systems freezes w/ 2842 [1995/05/31] bin/464 dialog_gauge goes one char too far for 100% value [1995/05/31] kern/466 Unexpected disk errors during installation/newfs [1995/06/01] ports/467 utils/kp wrong distfile place after make fetch [1995/06/01] misc/469 ctm leaves temp files after errors [1995/06/01] kern/471 System can not access SCSI DAT tape. [1995/06/02] bin/476 kvm_openfiles called w/ too small error buffer [1995/06/02] bin/477 telnet autologin ain't working [1995/06/03] docs/480 We don't have an rhosts.5 man page [1995/06/04] bin/486 ls includes utmp.h but doesn't use it [1995/06/05] misc/487 [1995/06/05] kern/492 sysinstall shows "success" after "no space" failure. [1995/06/07] bin/499 pkg_manage percent done is broken/dependancies arent [1995/06/07] bin/500 pkg_manage fails to continue without return sometime [1995/06/12] bin/506 "Release" id generated by send-pr looks incorrect. [1995/06/14] kern/512 writing to bpf(loopback) causes kernel panic [1995/06/14] bin/514 Crash recovery impossible without static mt/chflags. [1995/06/14] gnu/515 Info command has no tutorial [1995/06/15] kern/516 Crynwr compatibility mode for PLIP driver. [1995/06/15] bin/517 Bad group change with 'install' [1995/06/15] bin/519 execution of quotacheck from /etc/rc fails [1995/06/15] docs/520 instructions are not clear as to what the url should [1995/06/15] docs/521 catgets() man page error [1995/06/17] kern/527 dump causes assertion in ncr.c [1995/06/17] kern/528 slow 386 reports excessive interrupt-level buffer ov [1995/06/17] conf/529 Please put mountd's '-n' flag into /etc/sysconfig [1995/06/18] misc/530 Failed install from SCSI tape [1995/06/18] kern/532 buslogic bt 445S hangups wit FreeBSD 2.0.5 [1995/06/20] docs/536 No copyrights in usr/src/lib/libc/stdtime [1995/06/20] bin/537 FSCK Fails [1995/06/22] kern/540 ed0 is loosing packets on input [1995/06/22] i386/541 Alternate Reset method by unmapping ALSO broken [1995/06/23] docs/546 Shared memory manual pages [1995/06/23] misc/556 Bug in /etc/rc [1995/06/23] bin/557 ar utility exausts all available file descriptors [1995/06/26] kern/565 [1995/06/27] bin/569 Slattach behaviour inconsistant [1995/07/02] kern/579 sio: RS_IBUFSIZE at 256 bytes serial lines loose dat [1995/07/02] bin/580 xntpd doesn't work with Tobit DCF77 receiver. [1995/07/02] bin/581 iijppp may hang indefinitely [1995/07/02] misc/583 rlogin over PPP does not handle input [1995/07/03] kern/586 Timeouts on SCSI Adaptec 2940 [1995/07/04] kern/587 if_le hangs on OACTIVE with 2k buffer [1995/07/04] kern/588 Configuration of DEC ethernet cards not possible [1995/07/04] conf/589 /etc/rc should eval amd ${amdflags} [1995/07/05] kern/590 pager input errors on NCR SCSI 486 mainboard [1995/07/05] bin/591 SPAP request REJexted in stead of NAKed [1995/07/05] bin/594 "mkdir -p some/path/" fails to create last path comp [1995/07/06] i386/596 and conflict with _POSIX_SOURCE [1995/07/06] ports/597 libxview.so.3.2 seems to include reference to cfree( [1995/07/07] bin/599 pkg_add does not stop if dependencies are missing [1995/07/08] i386/602 disklabel : changes to cylinder details not saved [1995/07/09] misc/605 [1995/07/10] gnu/608 `send-pr' inserts wrong default for ">Release:" fiel [1995/07/13] kern/611 WIDE-dhcp doesn't work with FreeBSD-2.0 bpf [1995/07/14] bin/613 send-pr reports wrong release [1995/07/14] kern/614 SCSI tape timeout for forward space file is too shor [1995/07/14] ports/617 screen(1) locks up tty under pcvt or scons [1995/07/19] bin/624 pkg_manage doesn't show directory symlinks [1995/07/19] kern/625 keyboard lockups during boot and forever after [1995/07/20] kern/627 vidcontrol causes crash when booted with sc0 disable [1995/07/20] kern/629 user mode ppp dies when sending [1995/07/21] i386/631 if_ix does not support bpf, nor does it appear to su [1995/07/24] docs/633 no manpage for ndbm [1995/07/26] bin/635 makefile for sbin/route doesn't make keywords.h when [1995/07/27] kern/637 If used heavily, ahc will crash, with disk timeouts [1995/07/29] kern/638 Transmitted packets not passed to bpf in if_le.c [1995/07/29] misc/641 [1995/08/01] docs/646 vmstat man page out of date [1995/08/01] kern/647 Sound cards fail to work [1995/08/01] bin/648 Formatted output is not converted correctly [1995/08/01] bin/649 tcpdump(1) doesn't show AppleTalk packets correctly [1995/08/02] gnu/650 Current flex is outdated [1995/08/03] kern/652 Multiple addresses on one interface interacts badly [1995/08/04] kern/653 ftp or kernel - multiple transfers when sendport dis [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, not in 2.0. [1995/08/07] bin/658 ifconfig alias has to be separately given [1995/08/07] bin/660 /bin/sh has problem with redirection. [1995/08/07] bin/661 Hercules is not capable of having a ISO-Latin1 Scree [1995/08/08] docs/663 newfs man page refers to format(8) [1995/08/08] pending/664 pkg_add(1) man page doesn't reference pkg_manage(1) [1995/08/08] ports/665 pkg_manage can't handle installing dvips [1995/08/08] gnu/666 The ldconfig program in SNAP wasn't good [1995/08/08] ports/667 When attempting to install fvwm, could not. [1995/08/09] kern/668 garbage in /var/account/acct [1995/08/11] gnu/672 Nor all ph headers get created [1995/08/11] pending/673 /bin/sh + inn1.4 innwatch going belly up [1995/08/11] kern/674 quad speed cdrom not being found [1995/08/11] bin/675 make does unnecessary rebuilds [1995/08/12] bin/676 mv -i [1995/08/12] kern/677 X gets a bus error when calling mmap() [1995/08/13] kern/679 chown(2) ignores set-user-id and set-group-id bits f [1995/08/13] bin/680 2.0.5's tip using termios doesn't act the way it did [1995/08/13] docs/681 bad description of Adaptec 2842 in LINT [1995/08/14] bin/683 cron(8) [1995/08/14] pending/684 Re: cron(8) [1995/08/14] pending/685 Re: cron(8) [1995/08/14] docs/686 SIGSYS documented badly [1995/08/14] kern/688 Page fault: supervisor write, page not present [1995/08/15] ports/690 X11 install targets unfriendly [1995/08/15] pending/691 [1995/08/15] i386/692 My modem is not found if my external cache is disabl [1995/08/16] bin/693 `pkg_add' is umask-sensitive [1995/08/16] bin/694 No include file in rpcgen output [1995/08/16] kern/695 cat B > C ; cmp B C can fail! [1995/08/17] bin/696 missing backslash at line 47 of usr.sbin/named/tree. [1995/08/17] misc/697 "make -DCLOBBER" is broken [1995/08/17] ports/698 3 small errors in lynx-2.4.2 [1995/08/18] ports/699 rsynth should not depend on auvoxware [1995/08/18] kern/700 The comments in /sys/net/in.h are confusing [1995/08/21] bin/701 pppd fails to set proxy arp when requested [1995/08/21] pending/703 [1995/08/22] bin/706 increased root DNS traffic and long latencies for r- [1995/08/23] kern/707 Too few printf args [1995/08/27] pending/710 mpeg_play outdated [1995/08/29] pending/711 /etc/magic not installed [1995/08/29] pending/712 problem report [1995/08/29] pending/713 Re: problem report [1995/08/29] bin/715 ls gives weird tabular form [1995/08/31] bin/716 W returns wrong results at login [1995/09/01] misc/717 ft.c attach fail on my Mountain tape drive This is the list of problem reports already analyzed: [1994/12/01] kern/35 mount -t union -o -b : lower layer not seen by shell [1995/01/21] misc/162 routes seem to accumulate under 2.0-950112-SNAP [1995/02/14] kern/215 SNAP-950112 crashed with "panic: page fault" [1995/03/20] kern/260 msync and munmap don't bother to update mod times [1995/03/20] docs/264 There are no manual pages for the forms library. [1995/03/22] kern/267 NFS code gives error messages, systems jams for a fe [1995/05/09] bin/392 Simultaneous cp and ls of files on dos f/s hangs pro [1995/05/14] ports/412 should tracker-4.29 really depend on gmake? [1995/06/21] docs/538 MAP_FILE not mentioned in mmap man page. [1995/07/05] ports/593 ldconfig -m [PDT/08/11] bin/671 No quot available. /* EOF -- this list has not been truncated */ From owner-freebsd-bugs Sat Sep 2 04:30:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA10037 for bugs-outgoing; Sat, 2 Sep 1995 04:30:10 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA10026 for freebsd-bugs; Sat, 2 Sep 1995 04:30:10 -0700 Date: Sat, 2 Sep 1995 04:30:10 -0700 From: GNU GNATS Message-Id: <199509021130.EAA10026@freefall.FreeBSD.org> To: freebsd-bugs Subject: Summary of Problem Reports Sender: bugs-owner@FreeBSD.org Precedence: bulk Number of currently open reports: 284 Number of curently analyzed reports: 11 From owner-freebsd-bugs Sat Sep 2 10:54:45 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA01177 for bugs-outgoing; Sat, 2 Sep 1995 10:54:45 -0700 Received: (from mpp@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA01163 ; Sat, 2 Sep 1995 10:54:44 -0700 Date: Sat, 2 Sep 1995 10:54:44 -0700 From: Mike Pritchard Message-Id: <199509021754.KAA01163@freefall.FreeBSD.org> To: pritc003@maroon.tc.umn.edu, mpp, freebsd-bugs Subject: Re: bin/342 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: lpd can allow users access to all of root's groups State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Sat Sep 2 10:53:53 PDT 1995 State-Changed-Why: Fixed by: /home/ncvs/src/usr.sbin/lpr/lpd/printjob.c,v <-- printjob.c new revision: 1.6; previous revision: 1.5 From owner-freebsd-bugs Sat Sep 2 17:14:11 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA14261 for bugs-outgoing; Sat, 2 Sep 1995 17:14:11 -0700 Received: (from mpp@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA14235 ; Sat, 2 Sep 1995 17:14:10 -0700 Date: Sat, 2 Sep 1995 17:14:10 -0700 From: Mike Pritchard Message-Id: <199509030014.RAA14235@freefall.FreeBSD.org> To: wosch@cs.tu-berlin.de, mpp, freebsd-bugs Subject: Re: kern/668 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: garbage in /var/account/acct State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Sat Sep 2 17:12:24 PDT 1995 State-Changed-Why: Unable to reproduce the problem under -current. Perhaps the change to make the command name larger had something to do with it. From owner-freebsd-bugs Sat Sep 2 22:20:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA07002 for bugs-outgoing; Sat, 2 Sep 1995 22:20:01 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA06993 ; Sat, 2 Sep 1995 22:20:01 -0700 Resent-Date: Sat, 2 Sep 1995 22:20:01 -0700 Resent-Message-Id: <199509030520.WAA06993@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, neild@rpi.edu Received: from mail1.its.rpi.edu (mail1.its.rpi.edu [128.113.100.7]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id WAA06951 for ; Sat, 2 Sep 1995 22:19:53 -0700 Received: from magritte.its.rpi.edu (magritte.its.rpi.edu [128.113.100.20]) by mail1.its.rpi.edu (8.6.9/8.6.4) with ESMTP id BAA17356 for ; Sun, 3 Sep 1995 01:19:50 -0400 Received: (neild@localhost) by magritte.its.rpi.edu (8.6.9/8.6.4) id BAA64470; Sun, 3 Sep 1995 01:19:30 -0400 Message-Id: <199509030519.BAA64470@magritte.its.rpi.edu> Date: Sun, 3 Sep 1995 01:19:30 -0400 From: neild@rpi.edu Reply-To: neild@rpi.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/718: Minor bug in pkg_add. Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 718 >Category: bin >Synopsis: pkg_add incorrectly prints an error message >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 2 22:20:00 PDT 1995 >Last-Modified: >Originator: Damien Neil >Organization: Case Western Reserve University >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: >Description: When pkg_add discovers that it has insufficient temp space to unpack a package, it displays an error message. This error message is not printed correctly. It appears as: Projected size of 24276116 exceeds free space in (null). Not extracting /usr/home/damien/pkg_install/../emacs-19.28.tgz, sorry! Clearly, the `(null)' is incorrect; it is intented to be the name of the temp directory being used. >How-To-Repeat: Invoke pkg_add on a packate, with a temp directory that does not contain sufficient space to unpack the package. In my case, simply running $ /usr/sbin/pkg_add emacs-19.28.tgz produces the error. >Fix: Apply the patch attached below in the .../src/usr.sbin/pkg_install/ directory. Note that there are two separate bugs, either of which alone will produce the incorrect behavior. --- add/perform-old.c Sat Sep 2 21:49:03 1995 +++ add/perform.c Sat Sep 2 21:50:15 1995 @@ -165,7 +165,8 @@ } } else - where_to = PlayPen; + where_to = where_playpen(); + /* * Apply a crude heuristic to see how much space the package will * take up once it's unpacked. I've noticed that most packages @@ -178,7 +179,7 @@ if (min_free(where_to) < sb.st_size * 4) { whinge("Projected size of %d exceeds free space in %s.", - sb.st_size * 4, where_to); + (int)sb.st_size * 4, where_to); whinge("Not extracting %s, sorry!", pkg_fullname); goto bomb; } >Audit-Trail: >Unformatted: