From owner-freebsd-bugs Sun Feb 4 08:50:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14685 for bugs-outgoing; Sun, 4 Feb 1996 08:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14679 Sun, 4 Feb 1996 08:50:02 -0800 (PST) Resent-Date: Sun, 4 Feb 1996 08:50:02 -0800 (PST) Resent-Message-Id: <199602041650.IAA14679@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, shansen@earthlink.net Received: from finland.it.earthlink.net ([206.85.92.29]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA14350 for ; Sun, 4 Feb 1996 08:40:21 -0800 (PST) Received: from shansen.earthlink.net (shansen.earthlink.net [204.119.160.146]) by finland.it.earthlink.net (8.6.11/8.6.4) with SMTP id IAA17905 for ; Sun, 4 Feb 1996 08:40:19 -0800 Message-Id: <199602041640.IAA17905@finland.it.earthlink.net> Date: Sun, 4 Feb 1996 08:36:57 +0000 From: "Skip Hansen" Reply-To: shansen@earthlink.net To: FreeBSD-gnats-submit@freebsd.org Comments: Authenticated sender is Subject: kern/994: bug in syscons's ESC[nX processing Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 994 >Category: kern >Synopsis: syscons bug in ESC[nX handling (w/fix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 4 08:50:01 PST 1996 >Last-Modified: >Originator: Skip Hansen >Organization: self >Release: FreeBSD 2.1-STABLE i386 >Environment: any using syscons console. >Description: Terminal escape sequence ESC[nX deletes characters from incorrect screen position. Some applications (notably the Crisp editor) which make heavy use of this escape seqence have unreadable screens as a result. >How-To-Repeat: simple test: printf("********\r"); printf("***%c[2X\n",0x1b); Show display "*** ***" when run. Actually displays "********". >Fix: patch to syscons.c: 28a29,30 > * > * 2/3/96 shansen@earthlink.net: Corrected [ n X processing. 1570c1572 < ((scp->xsize*scp->ypos) * sizeof(u_short)), n); --- > scp->xsize*scp->ypos, n); >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Feb 4 12:31:21 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA03550 for bugs-outgoing; Sun, 4 Feb 1996 12:31:21 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA03525 Sun, 4 Feb 1996 12:31:19 -0800 (PST) Date: Sun, 4 Feb 1996 12:31:19 -0800 (PST) From: Garrett Wollman Message-Id: <199602042031.MAA03525@freefall.freebsd.org> To: graichen@omega.physik.fu-berlin.de, wollman, freebsd-bugs Subject: Re: kern/992 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: it is possible to crash the system using modload State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Sun Feb 4 12:29:36 PST 1996 State-Changed-Why: Neither modload(8) nor the kernel has any way of knowing that what you have asked it to do makes no sense. (You shouldn't be trying to modload filesystems manually anyway.) The root user is supposed to know what he is doing. From owner-freebsd-bugs Sun Feb 4 12:33:56 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA04012 for bugs-outgoing; Sun, 4 Feb 1996 12:33:56 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA03987 Sun, 4 Feb 1996 12:33:53 -0800 (PST) Date: Sun, 4 Feb 1996 12:33:53 -0800 (PST) From: Garrett Wollman Message-Id: <199602042033.MAA03987@freefall.freebsd.org> To: graichen@omega.physik.fu-berlin.de, wollman, freebsd-bugs Subject: Re: kern/990 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: if_sl & if_ppp modules are not modunload'able if loaded State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Sun Feb 4 12:31:30 PST 1996 State-Changed-Why: t is not possible in the present networking framework to track down and neutralize all references to an interface; therefore, all interfaces will remain un-unloadable for the forseeable future. From owner-freebsd-bugs Sun Feb 4 13:54:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09667 for bugs-outgoing; Sun, 4 Feb 1996 13:54:08 -0800 (PST) Received: from DeepCore.dk (aalb24.pip.dknet.dk [194.192.0.184]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA09383 Sun, 4 Feb 1996 13:49:26 -0800 (PST) Received: (from sos@localhost) by DeepCore.dk (8.7.3/8.7.3) id UAA00626; Sun, 4 Feb 1996 20:21:55 +0100 (MET) From: Søren Schmidt Message-Id: <199602041921.UAA00626@DeepCore.dk> Subject: Re: syscons [nX bug To: shansen@earthlink.net Date: Sun, 4 Feb 1996 20:21:55 +0100 (MET) Cc: freebsd-bugs@FreeBSD.ORG, sos@FreeBSD.ORG, larry@snni.com In-Reply-To: <199602040324.TAA22799@finland.it.earthlink.net> from "Skip Hansen" at Feb 3, 96 06:46:22 pm Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-bugs@FreeBSD.ORG Precedence: bulk In reply to Skip Hansen who wrote: > > I have run into a minor syscons bug while trying to port the Crisp > editor to FreeBSD. Crisp makes heavy use of the 'delete n > characters' terminal escape sequence which does not seem to function > correctly in FreeBSD 2.1R. I traced the problem to syscons.c's > handling of the escape sequence "[nX". The following patch > corrects the problem. Crisp now updates the screen nicely. Got it ! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-freebsd-bugs Sun Feb 4 16:50:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA18214 for bugs-outgoing; Sun, 4 Feb 1996 16:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA18208 Sun, 4 Feb 1996 16:50:02 -0800 (PST) Date: Sun, 4 Feb 1996 16:50:02 -0800 (PST) Message-Id: <199602050050.QAA18208@freefall.freebsd.org> To: freebsd-bugs Cc: From: Julian Elischer Subject: Re: kern/989: devfs error messages on boot Reply-To: Julian Elischer Sender: owner-bugs@FreeBSD.ORG Precedence: bulk The following reply was made to PR kern/989; it has been noted by GNATS. From: Julian Elischer To: pst@Shockwave.COM Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/989: devfs error messages on boot Date: Sun, 4 Feb 1996 16:46:23 -0800 (PST) Ok I'm looking at it but first I have to figure out why my newly made -current kernels crash on this system :( > > > >Number: 989 > >Category: kern > >Synopsis: devfs error messages on boot > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Feb 3 00:40:01 PST 1996 > >Last-Modified: > >Originator: Paul Traina > >Organization: > Shockwave Engineering > >Release: FreeBSD 2.2-CURRENT i386 > >Environment: > > FreeBSD 2.2-CURRENT #0: Sat Feb 3 00:10:22 PST 1996 > pst@precipice.shockwave.com:/usr/src.current/sys/compile/PRECIPICE > > >Description: > > FreeBSD 2.2-CURRENT #0: Sat Feb 3 00:10:22 PST 1996 > pst@precipice.shockwave.com:/usr/src.current/sys/compile/PRECIPICE > CPU: Pentium (59.99-MHz 586-class CPU) > Origin = "GenuineIntel" Id = 0x515 Stepping=5 > Features=0x1bf > real memory = 16777216 (16384K bytes) > avail memory = 14729216 (14384K bytes) > DEVFS: ready for devices > Probing for devices on the ISA bus: > sc0 at 0x60-0x6f irq 1 on motherboard > sc0: VGA color <16 virtual consoles, flags=0x0> > ed0 at 0x280-0x29f irq 9 maddr 0xd8000 msize 8192 on isa > ed0: address 00:00:c0:93:88:53, type WD8013EPC (8 bit) > sio0 at 0x3f8-0x3ff irq 4 on isa > sio0: type 16550A > sio1 at 0x2f8-0x2ff irq 3 on isa > sio1: type 16550A > sio2 at 0x3e8-0x3ef irq 5 on isa > sio2: type 16550A > lpt0 at 0x3bc-0x3c3 irq 7 on isa > lpt0: Interrupt-driven port > lp0: TCP/IP capable interface > fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa > fdc0: NEC 765 > fd0: 1.44MB 3.5in > bt0: Bt445S/ 0-(32bit) bus > bt0: Your card cannot DMA above 16MB boundary. Bounce buffering enabled. > bt0: reading board settings, dma=5, int=11 > bt0: version 3.37, fast sync, no parity, 32 mbxs, 32 ccbs > bt0: targ 0 sync rate=10.00MB/s(100ns), offset=15 > bt0: targ 1 sync rate= 4.54MB/s(220ns), offset=15 > bt0: targ 2 sync rate=10.00MB/s(100ns), offset=15 > bt0: targ 4 async > bt0: targ 6 sync rate= 4.54MB/s(220ns), offset=15 > bt0: Using Strict Round robin scheme > bt0 at 0x330 irq 11 drq 5 on isa > (bt0:0:0): "QUANTUM PD1800S 3161" type 0 fixed SCSI 2 > sd0(bt0:0:0): Direct-Access 1717MB (3517856 512 byte sectors) > (bt0:1:0): "MAXTOR P0-12S JB22" type 0 fixed SCSI 1 > sd1(bt0:1:0): Direct-Access 997MB (2042265 512 byte sectors) > (bt0:2:0): "QUANTUM EMPIRE_1080S 111V" type 0 fixed SCSI 2 > sd2(bt0:2:0): Direct-Access 1029MB (2109376 512 byte sectors) > (bt0:4:0): "NEC CD-ROM DRIVE:210 1.0" type 5 removable SCSI 1 > cd0(bt0:4:0): CD-ROM > cd0(bt0:4:0): NOT READY csi:20,b,0,0 asc:b,0 > can't get the size > (bt0:6:0): "CONNER CTMS 3200 7.00" type 1 removable SCSI 2 > st0(bt0:6:0): Sequential-Access density code 0x0, drive empty > npx0 on motherboard > npx0: INT 16 interface > qcam0 at 0x3bc on isa > joy0 at 0x201 on isa > joy0: joystick > gus0 at 0x220 irq 12 drq 1 flags 0x3 on isa > at 0x220 irq 12 dma 1,3 > > devfs ready to run > Device sd2s1a: name slot allocation failed (E=17) > Device rsd2s1a: name slot allocation failed (E=17) > Device sd2s1b: name slot allocation failed (E=17) > Device rsd2s1b: name slot allocation failed (E=17) > Device sd2s1e: name slot allocation failed (E=17) > Device rsd2s1e: name slot allocation failed (E=17) > Device sd2s1a: name slot allocation failed (E=17) > Device rsd2s1a: name slot allocation failed (E=17) > Device sd2s1b: name slot allocation failed (E=17) > Device rsd2s1b: name slot allocation failed (E=17) > Device sd2s1e: name slot allocation failed (E=17) > Device rsd2s1e: name slot allocation failed (E=17) > > >How-To-Repeat: > > Boot 2.2-current as of today (2/2/96) with DEVFS. > > >Fix: > > > > >Audit-Trail: > >Unformatted: > From owner-freebsd-bugs Sun Feb 4 17:43:47 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21354 for bugs-outgoing; Sun, 4 Feb 1996 17:43:47 -0800 (PST) Received: from ki.net (root@ki.net [142.77.249.8]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA21338 for ; Sun, 4 Feb 1996 17:43:30 -0800 (PST) Received: (from scrappy@localhost) by ki.net (8.7.3/8.7.3) id UAA14235; Sun, 4 Feb 1996 20:43:29 -0500 (EST) Date: Sun, 4 Feb 1996 20:43:28 -0500 (EST) From: "Marc G. Fournier" To: Julian Elischer cc: freebsd-bugs@freefall.freebsd.org Subject: Re: kern/989: devfs error messages on boot In-Reply-To: <199602050050.QAA18208@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG Precedence: bulk On Sun, 4 Feb 1996, Julian Elischer wrote: > > devfs ready to run > > Device sd2s1a: name slot allocation failed (E=17) > > Device rsd2s1a: name slot allocation failed (E=17) > > Device sd2s1b: name slot allocation failed (E=17) > > Device rsd2s1b: name slot allocation failed (E=17) > > Device sd2s1e: name slot allocation failed (E=17) > > Device rsd2s1e: name slot allocation failed (E=17) > > Device sd2s1a: name slot allocation failed (E=17) > > Device rsd2s1a: name slot allocation failed (E=17) > > Device sd2s1b: name slot allocation failed (E=17) > > Device rsd2s1b: name slot allocation failed (E=17) > > Device sd2s1e: name slot allocation failed (E=17) > > Device rsd2s1e: name slot allocation failed (E=17) If it helps any, this is the same problem I was experiencing with a new Connor 1.06G drive yesterday. Not on boot though, since I wasn't booting off that drive itself, but from an IDE drive. When I tried to a 'disklabel' on the drive, I would get those errors, and then the appropriate "geometry/label" for the drive. Peter suggested performing a scsiformat on the drive, which I have, and I no longer get those errors. Whether it relates or not, I don't know, but figured it might help in some way...:) Marc G. Fournier | POP Mail Telnet Acct DNS Hosting System | WWW Services Database Services | Knowledge, Administrator | | Information and scrappy@ki.net | WWW: http://www.ki.net | Communications, Inc From owner-freebsd-bugs Sun Feb 4 18:40:02 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA23966 for bugs-outgoing; Sun, 4 Feb 1996 18:40:02 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA23922 for ; Sun, 4 Feb 1996 18:39:59 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id SAA22311; Sun, 4 Feb 1996 18:39:31 -0800 To: swise@austin.ibm.com (Jean-Steveau Wise) cc: freebsd-bugs@freebsd.org Subject: Re: ATAPI 4x cdrom hang In-reply-to: Your message of "Sat, 03 Feb 1996 19:46:18 CST." <9602040146.AA28764@vikings.austin.ibm.com> Date: Sun, 04 Feb 1996 18:39:31 -0800 Message-ID: <22309.823487971@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@freebsd.org Precedence: bulk > I've enabled the debugger. I can enter it via ctrl-alt-esc. However, > when I reproduce the problem, I cannot enter the debugger. Also pings > into the machine via an ethernet IF stops after it's hung. Soooo, my > guess is that somewhere we're looping with all interrupts disabled. > I'll now try and put some breakpoints in the ATAPI driver to understand > where it's hanging... Yeah, that's about your only recourse, sorry! :-( Good luck! > Another unrelated question: I seemed to have problems booting FreeBSD > on a second driver installed on a second IDE controller. It would install > ok and begin booting, but would fail during boot process. I think the > kernel is assuming the root volume is on controller one/disk one or two? No, don't think so.. Is the kernel below cylinder 1024? Jordan From owner-freebsd-bugs Mon Feb 5 02:02:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA16027 for bugs-outgoing; Mon, 5 Feb 1996 02:02:09 -0800 (PST) Received: from sting.artisoft.com (sting.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA16003 Mon, 5 Feb 1996 02:01:50 -0800 (PST) Received: (from mday@localhost) by sting.artisoft.com (8.6.9/8.6.9) id DAA26813; Mon, 5 Feb 1996 03:01:28 -0700 Date: Mon, 5 Feb 1996 03:01:28 -0700 From: Matt Day Message-Id: <199602051001.DAA26813@sting.artisoft.com> To: freebsd-bugs@freebsd.org, freebsd-hackers@freebsd.org Subject: Bad bug in ffs_sync() & friends Sender: owner-bugs@freebsd.org Precedence: bulk Hi, I think there is a very rare, yet fatal, bug in ffs_sync() in the -CURRENT code (and the -STABLE code, and NetBSD 1.1, etc...). This bug has occured twice on my system in the past 6 months. Consider this scenario: ffs_vget() calls getnewvnode(), and then calls MALLOC() to allocate memory for the incore inode. That MALLOC() blocks. While that MALLOC() is blocked, ffs_sync() gets called. ffs_sync() finds the vnode just set up by that getnewvnode() on the mnt_vnodelist (because getnewvnode() put it there) and proceeds to dereference vp->v_data by calling VOP_ISLOCKED(), but v_data is still zero because that MALLOC() blocked. It looks like this bug is lurking in many other routines as well -- pretty much any routine that runs down the mnt_vnodelist. What do you think? Please e-mail me directly, as I do not subscribe to these mailing lists. Thanks, Matt Day From owner-freebsd-bugs Mon Feb 5 02:52:33 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA18789 for bugs-outgoing; Mon, 5 Feb 1996 02:52:33 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA18688 for ; Mon, 5 Feb 1996 02:52:01 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id LAA26441 for ; Mon, 5 Feb 1996 11:51:19 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id LAA08041 for bugs@freebsd.org; Mon, 5 Feb 1996 11:51:18 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id LAA04850; Mon, 5 Feb 1996 11:28:18 +0100 (MET) Date: Mon, 5 Feb 1996 11:28:18 +0100 (MET) Message-Id: <199602051028.LAA04850@uriah.heep.sax.de> X-Newsreader: knews 0.9.3 Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Organization: Private BSD site, Dresden From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: 2.1 install problem (fwd) To: bugs@freebsd.org Sender: owner-bugs@freebsd.org Precedence: bulk ----- Forwarded Message ----- Path: uriah.heep!irz401!news1.urz.tu-dresden.de!server2.rz.uni-leipzig.de!news.uni-jena.de!prakinf2.PrakInf.TU-Ilmenau.DE!news.uni-stuttgart.de!rz.uni-karlsruhe.de!blackbush.xlink.net!howland.reston.ans.net!newsfeed.internetmci.com!in1.uu.net!news00.sunet.se!sunic!mn6.swip.net!plug.news.pipex.net!pipex!tube.news.pipex.net!pipex!lade.news.pipex.net!pipex!tcp.co.uk!usenet From: Simon Bond Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: 2.1 install problem Date: Sat, 27 Jan 1996 18:04:05 +0000 Organization: Total Connectivity Providers - Internet access for the UK Lines: 33 Message-ID: <310A6915.35EF@tcp.co.uk> References: NNTP-Posting-Host: an078.du.pipex.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.0b6a (Win95; I) jamont@netcom.com wrote: >I'm trying to install FreeBSD 2.1, when I try to boot the distribution >boot floppy things proceed until I get: >... >root fs is 1000Kb compiled in MFS >Fatal trap 18: integer divide fault while in kernel mode >instruction pointer: 0x8:0xf0197f1b >... I have a similar problem. I don't actually get a fatal trap error, but nothing happens at all. I have tried booting with the -c option, typing 'visual' and disabling / configuring hardware I don't have / have. This doesn't help. However, I have noticed that if I disable the keyboard (Input - System console driver) then I do get beyond that point - The install menu appears but of course, I can't use the keyboard. That may sound strange (Disabling the keyboard to get it to work) but I have tried it many times and that is definately the case. I'm also using FreeBSD 2.1 slakware release and my system is: 486DX266 with 16Mg RAM, PCI bus, AHA2940Wide PCI SCSI card - 2Gb Seagate Wide Hawk, 2Gb Capella Fast SCSI 2 and Toshiba XM3401 4x speed SCSI CDROM, Diamond stealth 64 2Mb VRAM, NE2000 compatible e/card. but I'm certain there are no conflicts with the above since it works fine in 95, NT, Linux with no problem From owner-freebsd-bugs Mon Feb 5 04:28:19 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA23769 for bugs-outgoing; Mon, 5 Feb 1996 04:28:19 -0800 (PST) Received: from obelix.cica.es (obelix.cica.es [150.214.1.10]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA23733 for ; Mon, 5 Feb 1996 04:28:06 -0800 (PST) Received: (from amora@localhost) by obelix.cica.es (8.7.1/8.7.1) id NAA11830; Mon, 5 Feb 1996 13:19:22 +0100 (GMT-1:00) Date: Mon, 5 Feb 1996 13:19:22 +0100 (GMT-1:00) From: "Jesus A. Mora Marin" Message-Id: <199602051219.NAA11830@obelix.cica.es> To: undisclosed-recipients:; Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Hi. Weekend came, so time to work on what I do like (no more code-grinding stupid apps in a brain-damaged 4GL five days a week, no more telling lusers that ttys use to work faster when plugged. Barfulous, but have to earn my life). I have compiled again my custom kernel with `config -g', backed up a version with the debug info (more than 6MB long!), set the dumpdev option, rebooted with the new stripped kernel and forced the crash. This time all worked right and I could savecore and run a `gdb -k' session on the crash dump. Here you are: (kgdb) symbol-file kernel.debug Reading symbols from kernel.debug...done. (kgdb) exec-file /usr/crash/kernel.0 # My /var fs is only 10MB -enough for me- (kgdb) core-file /usr/crash/vmcore.0 IdlePTD 1a1000 current pcb at 195374 panic: page fault #0 boot (howto=256) at ../../i386/i386/machdep.c:892 892 dumppcb.pcb_ptd = rcr3(); (kgdb) bt #0 boot (howto=256) at ../../i386/i386/machdep.c:892 #1 0xf0112aa3 in panic (fmt=0xf016b6fc "page fault") at ../../kern/subr_prf.c:124 #2 0xf016c1ee in trap_fatal (frame=0xf0189f18) at ../../i386/i386/trap.c:745 #3 0xf016bd60 in trap_pfault (frame=0xf0189f18, usermode=0) at ../../i386/i386/trap.c:667 #4 0xf016b9ff in trap (frame={tf_es = 16, tf_ds = -252706800, tf_edi = 0, tf_esi = -266780848, tf_ebp = -266821732, tf_isp = -266876354, tf_ebx = 85, tf_edx = 560, tf_ecx = 561, tf_eax = -236834816, tf_trapno = 12, tf_err = 2, tf_eip = -266876354, tf_cs = -267255800, tf_eflags = 66118, tf_esp = 144, tf_ss = -266876864}) at ../../i386/i386/trap.c:307 #5 0xf0164c9d in calltrap () #6 0xf017ca3e in matcd_blockread (state=144) at ../../i386/isa/matcd/matcd.c:2043 #7 0xf0107110 in softclock () at ../../kern/kern_clock.c:654 #8 0xf0165ff7 in doreti_swi () #9 0xf016b3ec in cpu_switch () (kgdb) up 4 #4 0xf016b9ff in trap (frame={tf_es = 16, tf_ds = -252706800, tf_edi = 0, tf_esi = -266780848, tf_ebp = -266821732, tf_isp = -266876354, tf_ebx = 85, tf_edx = 560, tf_ecx = 561, tf_eax = -236834816, tf_trapno = 12, tf_err = 2, tf_eip = -266876354, tf_cs = -267255800, tf_eflags = 66118, tf_esp = 144, tf_ss = -266876864}) at ../../i386/i386/trap.c:307 307 (void) trap_pfault(&frame, FALSE); (kgdb) frame frame->tf_ebp frame->tf_eip #0 0xf017ca3e in matcd_blockread (state=144) at ../../i386/isa/matcd/matcd.c:2043 2043 *addr++=inb(port+DATA); (kgdb) list # Modified by hand. Not compiled lines deleted. 2033 addr=bp->b_un.b_addr + mbx->skip; 2039 if (iftype==0) { /*<20>Creative host I/F*/ 2040 outb(port+PHASE,1); /*Enable data read*/ 2041 while((inb(port+STATUS) & 2042 (DTEN|STEN))==STEN) {/*<19>*/ 2043 *addr++=inb(port+DATA); ^^^^^^^ 2047 } 2048 outb(port+PHASE, 0); /* Disable read */ (kgdb) print addr $1 = 0xf1e23000
(kgdb) print bp $2 = (struct buf *) 0xf0f04858 (kgdb) print bp->b_un.b_addr $3 = 0xf1e22800 ..... (lot of pretty struct fields) (kgdb) print mbx->skip $4 = 0 (kgdb) quit For the sake of completion, some other vars inspected in the same session: mbx->nblk 1 mbx->partition 0 mbx->sz 2048 cd->partflags[mbx->partition] 1 iftype 0 i 85 blknum 0xf1e23000 ldrive 0 cdrive 0 port 560 (0x230) cmd { 0x00, 0xfc, 0x62, 0xf0, 0x00, 0xfc, 0x62, 0xf0, 0x00, 0xf6, 0x62, 0xf0 } phase 0 state 0 (it was 0x90 at the start of function) That is, the offending source line is exactly the one pointed out by J"org Wunsch in msg <199601301131.MAA13737@uriah.heep.sax.de>. Further, at the start of the read loop, `addr' pointed to 0xf1e22800 (bp->b_un.b_addr + mbx->skip), and at the time of panic it was pointing to an address 2048 bytes up, i.e. the loop was reading the 2049th byte of the block. The problem seems to be hardware/firmware related (mbx values denote that a 2048 byte block was to be read, I guess). For some reason, the drive wants to transfer more than the 2KB expected. > The only way that more than 2048 bytes could be read (assuming no drive > malfunction) is if the "c" partition was opened, which causes the drive > to read 2532 byte sectors. This is intentional. Partition "c" must > never be mounted. Er... I have NEVER tried to mount a "c" partition. I've read manpage for matcd and was warned against. > .... It is possible that the firmware he has in the system > has a bug and the drive returns more data than it should, which could cause > a GPF, but such an action would break the Windows driver that also reads > bytes until the drive says "All Done" as matcd does. In fact, there aren't problems with Windows, nor Linux. > I was planning to change the way this loop was done anyway to improve > speed (the 6x TEAC drive bogs badly here) and simply pull in the expected > number of bytes and deal with any excess later, but I really can't blame > the current implementation as the cause of this reported failure since it > won't fail here. According to this idea I have patched the read loop, keeping a count of the bytes read in a block and `breaking' out of the loop when it reaches the expected 2048 bytes, and simply ignoring the excess. I am not sure this is a convenient solution but it has proved to work great. Yes, the panic has gone, although I wouldn't bet that this crude approach cannot raise some unexpected and `creative' problems later :). For example, something must be done to deal with raw blocks. Frank, I think that, if you've implemented the driver this way, you'd have your reasons. So, any clue to deal with the nasty behaviour of my hardware? I tell you, now this simplistic patch works fine for accessing data in a mounted fs on CD-ROM -enough for me-, but... > Again, I do not have the precise drive firmware revision Jesus has. I have reviewed the text of my original report, and have seen I stated: Creative Lab, Matsushita/Panasonic CR-563-x 0.81. Oops! Sorry, this is the signature of the MS-DOS CD-ROM driver. More details about this: my CD-ROM drive is a Creative Lab CR-563-B, manufactured in January '95. I cannot extract more info from the messy bunch of numbers and codes in the labels on the drive. It is connected to the socket in a Creative Labs SoundBlaster AWE 32, model CT2760. The board has a signature '02 95' on it. Extract your own conclusions. (NB: -You CAN skip this comment- I know at least two CR-563 drives that died miserably because of a broken design in the heatsinking of the IC that drives the spindle motor. They simply stopped working without even some smoke to let you know they had joined their ancestors. I was told that some changes were introduced in the hardware of model CR563B, but nobody is sure whether this has been fixed -so you couldn't :) That's all. Comments, ideas, suggestions about this question will be highly appreciated. Thanks. Jesus From owner-freebsd-bugs Mon Feb 5 04:36:10 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA24328 for bugs-outgoing; Mon, 5 Feb 1996 04:36:10 -0800 (PST) Received: from zed.ludd.luth.se (root@zed.ludd.luth.se [130.240.16.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA24321 for ; Mon, 5 Feb 1996 04:36:07 -0800 (PST) Received: from zero.ludd.luth.se (clusternode4 [127.0.0.4]) by zed.ludd.luth.se (8.7.2/8.7.2) with ESMTP id NAA06587 for ; Mon, 5 Feb 1996 13:36:03 +0100 From: Joakim Henriksson Received: (murduth@localhost) by zero.ludd.luth.se (8.6.12/8.6.11) id NAA17828 for bugs@freebsd.org; Mon, 5 Feb 1996 13:36:02 +0100 Message-Id: <199602051236.NAA17828@zero.ludd.luth.se> Subject: SCSI reset broken. To: bugs@freebsd.org Date: Mon, 5 Feb 1996 13:36:01 +0100 (MET) Content-Type: text Sender: owner-bugs@freebsd.org Precedence: bulk >Submitter-Id: current-user >Originator: Joakim Henriksson >Organization: Ludd >Confidential: no >Synopsis: SCSI reset hangs entire scsi bus >Severity: serious >Priority: medium >Category: kernel >Release: FreeBSD 2.1-STABLE i386 >Class: sw-bug >Environment: NCR 810 SCSI SCSI disk SCSI cdrom SCSI streamer but also on... AHA 2940 SCSI disk SCSI disks (3 IBM AS/400 disks with 520b/sector :) ) >Description: After using the streamer the bus gets a timeout from the device when it starts to rewind the tape and thus tries to reset the scsi bus, which is bad since it then loses contact with all devices. Causing my system to not work since swap and all lies on scsi disk :( >How-To-Repat echo "reset" | cdplay cd0 or to use a device that is slow :) >Fix: None that i know of... Possibly longer timeout values on devicetimeout and scsi reset... regards/ Joakim From owner-freebsd-bugs Mon Feb 5 05:45:44 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26897 for bugs-outgoing; Mon, 5 Feb 1996 05:45:44 -0800 (PST) Received: from netmail.austin.ibm.com (netmail.austin.ibm.com [129.35.208.98]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA26892 for ; Mon, 5 Feb 1996 05:45:42 -0800 (PST) Received: from vikings.austin.ibm.com (vikings.austin.ibm.com [129.35.130.98]) by netmail.austin.ibm.com (8.6.12/8.6.11) with SMTP id HAA160736; Mon, 5 Feb 1996 07:45:37 -0600 Received: by vikings.austin.ibm.com (AIX 3.2/UCB 5.64/4.03-client-2.6) for swise@austin.ibm.com at austin.ibm.com; id AA28188; Mon, 5 Feb 1996 07:45:31 -0600 From: swise@austin.ibm.com (Jean-Steveau Wise) Message-Id: <9602051345.AA28188@vikings.austin.ibm.com> To: freebsd-bugs@freebsd.org Cc: swise@austin.ibm.com (Jean-Steveau Wise) Subject: Re: ATAPI 4x cdrom hang In-Reply-To: (Your message of Sun, 04 Feb 96 18:39:31 PST.) <22309.823487971@time.cdrom.com> Date: Mon, 05 Feb 96 07:45:31 -0600 Sender: owner-bugs@freebsd.org Precedence: bulk jkh@time.cdrom.com says: | > I've enabled the debugger. I can enter it via ctrl-alt-esc. However, | > when I reproduce the problem, I cannot enter the debugger. Also pings | > into the machine via an ethernet IF stops after it's hung. Soooo, my | > guess is that somewhere we're looping with all interrupts disabled. | > I'll now try and put some breakpoints in the ATAPI driver to understand | > where it's hanging... | | Yeah, that's about your only recourse, sorry! :-( Good luck! I've learned very little about what's happening by breaking in the various atapi routines... I also enabled DIAGNOSTIC and no change in behavior. I compiled the ATAPI driver with DEBUG and I get a lot of printf's when the thing takes an interrupt. The last thing I see is the driver taking an interrupt, then the system hangs. THere's nothing strange about the interrupt as far as I can tell. Question: Is it possible that the driver's leaving interrupts disabled? On AIX we have debug code in the system call routines to jump into the debugger if we're exiting a system call with either ints disabled or a kernel lock held. I cannot tell from the source how to program such an assertion in FreeBSD. I guess I could add such assertions to the sys call exit and SW interrupt exit? | > ok and begin booting, but would fail during boot process. I think the | > kernel is assuming the root volume is on controller one/disk one or two? | | No, don't think so.. Is the kernel below cylinder 1024? Yes. I've since moved my 2 drives to the first controller, and put the CDROM on the second, and everything works fine. I need this system up and running, so I won't continue debugging this one as it requires re-installing. During the boot process, the system displays this message after probing the busses: changing root device to wd1a Now, even if I install onto wd2a, this message still says wd1a. At this point the system complains that there's no root fs and bails. However, I think it's just not looking at wd2a even though it just booted the kernel from there...does this make sense? Thanx, Stevo. From owner-freebsd-bugs Mon Feb 5 07:30:37 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA03057 for bugs-outgoing; Mon, 5 Feb 1996 07:30:37 -0800 (PST) Received: from Sysiphos (Sysiphos.MI.Uni-Koeln.DE [134.95.212.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA03050 for ; Mon, 5 Feb 1996 07:30:33 -0800 (PST) Received: by Sysiphos id AA09966 (5.67b/IDA-1.5 for bugs@freebsd.org); Mon, 5 Feb 1996 16:30:10 +0100 Message-Id: <199602051530.AA09966@Sysiphos> From: se@zpr.uni-koeln.de (Stefan Esser) Date: Mon, 5 Feb 1996 16:30:10 +0100 In-Reply-To: Joakim Henriksson "SCSI reset broken." (Feb 5, 13:36) X-Mailer: Mail User's Shell (7.2.6 alpha(2) 7/9/95) To: Joakim Henriksson Subject: Re: SCSI reset broken. Cc: bugs@freebsd.org Sender: owner-bugs@freebsd.org Precedence: bulk On Feb 5, 13:36, Joakim Henriksson wrote: } Subject: SCSI reset broken. } >Submitter-Id: current-user } >Originator: Joakim Henriksson } >Organization: Ludd } >Confidential: no } >Synopsis: SCSI reset hangs entire scsi bus } >Severity: serious } >Priority: medium } >Category: kernel } >Release: FreeBSD 2.1-STABLE i386 } >Class: sw-bug } >Environment: } } NCR 810 SCSI } SCSI disk } SCSI cdrom } SCSI streamer } } but also on... } AHA 2940 } SCSI disk } SCSI disks (3 IBM AS/400 disks with 520b/sector :) ) } } >Description: } } After using the streamer the bus gets a timeout from the device when it starts } to rewind the tape and thus tries to reset the scsi bus, which is bad since it } then loses contact with all devices. Causing my system to not work since swap } and all lies on scsi disk :( } } >How-To-Repat } } echo "reset" | cdplay cd0 } or to use a device that is slow :) } } >Fix: } } None that i know of... Possibly longer timeout values on devicetimeout and } scsi reset... Could you please try the following patch and let me know, whether it helps: Index: /sys/pci/ncr.c =================================================================== RCS file: /usr/cvs/src/sys/pci/ncr.c,v retrieving revision 1.56 retrieving revision 1.61 diff -C2 -r1.56 -r1.61 *** ncr.c 1996/01/10 21:20:57 1.56 --- ncr.c 1996/01/23 21:47:12 1.61 *************** *** 4427,4431 **** OUTB (nc_stest2, EXT ); /* Extended Sreq/Sack filtering */ OUTB (nc_stest3, TE ); /* TolerANT enable */ ! OUTB (nc_stime0, 0xfb ); /* HTH = 1.6sec STO = 0.1 sec. */ /* --- 4424,4428 ---- OUTB (nc_stest2, EXT ); /* Extended Sreq/Sack filtering */ OUTB (nc_stest3, TE ); /* TolerANT enable */ ! OUTB (nc_stime0, 0x0b ); /* HTH = disabled, STO = 0.1 sec. */ /* (The line numbers may be a little off, since this is a diff obtained from the FreeBSD-current version.) Regards, STefan -- Stefan Esser, Zentrum fuer Paralleles Rechnen Tel: +49 221 4706021 Universitaet zu Koeln, Weyertal 80, 50931 Koeln FAX: +49 221 4705160 ============================================================================== http://www.zpr.uni-koeln.de/~se From owner-freebsd-bugs Mon Feb 5 08:10:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA05633 for bugs-outgoing; Mon, 5 Feb 1996 08:10:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA05624 Mon, 5 Feb 1996 08:10:03 -0800 (PST) Resent-Date: Mon, 5 Feb 1996 08:10:03 -0800 (PST) Resent-Message-Id: <199602051610.IAA05624@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, kato@eclogite.eps.nagoya-u.ac.jp Received: from marble.eps.nagoya-u.ac.jp (marble.eps.nagoya-u.ac.jp [133.6.57.68]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA05131 for ; Mon, 5 Feb 1996 08:05:39 -0800 (PST) Received: (from kato@localhost) by marble.eps.nagoya-u.ac.jp (8.7.3+2.6Wbeta5/3.3W9) id BAA00440; Tue, 6 Feb 1996 01:05:34 +0900 (JST) Message-Id: <199602051605.BAA00440@marble.eps.nagoya-u.ac.jp> Date: Tue, 6 Feb 1996 01:05:34 +0900 (JST) From: kato@eclogite.eps.nagoya-u.ac.jp Reply-To: kato@eclogite.eps.nagoya-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/995: /var/run/gated.pid is deleted Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 995 >Category: misc >Synopsis: /var/run/gated.pid is deleted >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 5 08:10:02 PST 1996 >Last-Modified: >Originator: KATO Takenori >Organization: Dept. Earth Planet. Sci., Nagoya Univ., Nagoya 464-01 >Release: FreeBSD 2.2-CURRENT i386 >Environment: In /etc/sysconfig: router=/usr/local/sbin/gated >Description: After /etc/netstart starts gated, /etc/rc executes (cd /var/run && { rm -rf -- *; cp /dev/null utmp; chmod 644 utmp; }) Thus, /var/run/gated.pid which gated made, is deleted. >How-To-Repeat: Use gated. >Fix: move startup routine of gated to other place. (I hope gated is activated after starting syslogd because gated makes many warning messages.) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Feb 5 23:23:29 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA04681 for bugs-outgoing; Mon, 5 Feb 1996 23:23:29 -0800 (PST) Received: from internet-mail.ford.com (internet-mail.ford.com [198.111.80.23]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA04666 for ; Mon, 5 Feb 1996 23:23:26 -0800 (PST) Received: by internet-mail.ford.com id AA14828 (InterLock SMTP Gateway 3.0 for freebsd-bugs@freebsd.org); Tue, 6 Feb 1996 02:19:16 -0500 Message-Id: <199602060719.AA14828@internet-mail.ford.com> Received: by internet-mail.ford.com (Protected-side Proxy Mail Agent-2); Tue, 6 Feb 1996 02:19:16 -0500 Received: by internet-mail.ford.com (Protected-side Proxy Mail Agent-1); Tue, 6 Feb 1996 02:19:16 -0500 Date: Tue, 6 Feb 1996 02:23:09 +0500 From: dbradt@ford.com (Dennis Bradt (R)) Content-Type: text Apparently-To: freebsd-bugs@freebsd.org Sender: owner-bugs@freebsd.org Precedence: bulk Earlier this morning I was trying to compile a new kernel to allow for compatibility with linux and IBCS2. I followed the faq exactly. I placed into MYKERNEL options "COMPAT_LINUX" options "COMPAT_IBCS2" options LKM options ATAPI I then executed the following procedure config MYKERNEL cd ../../compile/MYKERNEL make depend make all When I did make all it got to .<; Tue, 6 Feb 1996 06:16:36 -0800 (PST) Received: from ruddles.stat.uconn.edu by UConnVM.UConn.Edu (IBM VM SMTP V2R2) with TCP; Tue, 06 Feb 96 09:16:29 EST Received: from marstons.stat.uconn.edu by ruddles.stat.uconn.edu (4.1/SMI-4.1) id AA09674; Tue, 6 Feb 96 09:12:05 EST Date: Tue, 6 Feb 96 09:12:04 EST From: jeff@stat.uconn.edu (Jeffrey M. Metcalf) Message-Id: <9602061412.AA09674@ruddles.stat.uconn.edu> To: bugs@FreeBSD.org Subject: PS/2 Mouse Sender: owner-bugs@FreeBSD.org Precedence: bulk Hi, I recently recompiled a custom kernel by adding the line: device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr I removed all conflicts with my PS/2 mouse and the kernel boots fine and detects my mouse. I added the dev psm0. But after I rebooted the second time (after editing out the conflicts), my keyboard froze up just like I was warned it could. Unfortunately pressinf the numlock key multiple times during the bootup process didn't help (unless I am not doing it correctly). Any other fixes short of buying a microsoft mouse? The fix would have to be as simple as possible since I have no experience building drivers or anything of that sort. Thanks, J. Metcalf From owner-freebsd-bugs Tue Feb 6 08:10:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA21007 for bugs-outgoing; Tue, 6 Feb 1996 08:10:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA21000 Tue, 6 Feb 1996 08:10:03 -0800 (PST) Resent-Date: Tue, 6 Feb 1996 08:10:03 -0800 (PST) Resent-Message-Id: <199602061610.IAA21000@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, masafumi@tky007.tth.expo96.ad.jp Received: from mail.tky007.tth.expo96.ad.jp (root@tky007.tth.expo96.ad.jp [133.246.32.58]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA20526 for ; Tue, 6 Feb 1996 08:01:17 -0800 (PST) Received: (from masafumi@localhost) by mail.tky007.tth.expo96.ad.jp (8.6.12/3.4W2-SMTP) id BAA23692; Wed, 7 Feb 1996 01:01:55 +0900 Message-Id: <199602061601.BAA23692@mail.tky007.tth.expo96.ad.jp> Date: Wed, 7 Feb 1996 01:01:55 +0900 From: Masafumi NAKANE Reply-To: masafumi@tky007.tth.expo96.ad.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/997: Typo in /usr/share/doc/handbook/porting.sgml Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 997 >Category: docs >Synopsis: Typo in /usr/share/doc/handbook/porting.sgml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 6 08:10:01 PST 1996 >Last-Modified: >Originator: Masafumi NAKANE >Organization: >Release: FreeBSD 2.1.0-RELEASE i386 >Environment: >Description: A typo in /usr/share/doc/handbook/porting.sgml. Following patch fixes it. (or rather modifies to what I understand the author tries to say.) Sorry if my guess is wrong. >How-To-Repeat: >Fix: Here's patch to fix it. It applies to: *** porting.sgml.orig Wed Feb 7 00:49:15 1996 --- porting.sgml Wed Feb 7 00:49:45 1996 *************** *** 413,419 **** the directory your port's tarball unpacks itself into, that being where the make is done). To make fixes and upgrades easier you should avoid having more than one patch fix the ! same file (e.g., patch-ab and patch-ab both changing ${WRKSRC}/foobar.c). --- 413,419 ---- the directory your port's tarball unpacks itself into, that being where the make is done). To make fixes and upgrades easier you should avoid having more than one patch fix the ! same file (e.g., patch-aa and patch-ab both changing ${WRKSRC}/foobar.c). >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Feb 6 08:49:11 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA23341 for bugs-outgoing; Tue, 6 Feb 1996 08:49:11 -0800 (PST) Received: from UConnVM.UConn.Edu (uconnvm.uconn.edu [137.99.26.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA23335 for ; Tue, 6 Feb 1996 08:49:08 -0800 (PST) Received: from ruddles.stat.uconn.edu by UConnVM.UConn.Edu (IBM VM SMTP V2R2) with TCP; Tue, 06 Feb 96 11:48:51 EST Received: from marstons.stat.uconn.edu by ruddles.stat.uconn.edu (4.1/SMI-4.1) id AA10449; Tue, 6 Feb 96 11:44:27 EST Date: Tue, 6 Feb 96 11:44:27 EST From: jeff@stat.uconn.edu (Jeffrey M. Metcalf) Message-Id: <9602061644.AA10449@ruddles.stat.uconn.edu> To: bugs@FreeBSD.org Subject: Mice Sender: owner-bugs@FreeBSD.org Precedence: bulk Hi, This is in reference to my earlier e-mail. If you feel I must get a new mouse to run under X, could you tell me the brands of mice that have no problems running with the GENERIC kernel (or if I must customize the kernel, which mice work perfectly). If you would, could you also intersect that subset of mice with the subset that you believe should have no problems with Windows 95? Also, please tell me a short list of mice even if you feel I could get my PS/2 to work. Just in case I don't want any hassles. Thanks Again, J. Metcalf From owner-freebsd-bugs Tue Feb 6 09:36:18 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25437 for bugs-outgoing; Tue, 6 Feb 1996 09:36:18 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25411 Tue, 6 Feb 1996 09:36:13 -0800 (PST) Date: Tue, 6 Feb 1996 09:36:13 -0800 (PST) From: Mike Pritchard Message-Id: <199602061736.JAA25411@freefall.freebsd.org> To: masafumi@tky007.tth.expo96.ad.jp, mpp, freebsd-bugs Subject: Re: docs/997 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Typo in /usr/share/doc/handbook/porting.sgml State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Feb 6 09:35:47 PST 1996 State-Changed-Why: Already fixed in -current. From owner-freebsd-bugs Tue Feb 6 13:30:28 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA14311 for bugs-outgoing; Tue, 6 Feb 1996 13:30:28 -0800 (PST) Received: from deadline.snafu.de (deadline.snafu.de [194.64.158.28]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA14303 for ; Tue, 6 Feb 1996 13:30:19 -0800 (PST) Received: by deadline.snafu.de id m0tjuyP-000A2zC; Tue, 6 Feb 96 22:30 MET (/\oo/\ Smail3.1.29.1 #29.1) Message-Id: From: root@deadline.snafu.de (Andreas S. Wetzel) Subject: CD audio does not work To: bugs@freebsd.org Date: Tue, 6 Feb 1996 22:30:49 +0100 (MET) Organization: A world stranger than you have ever imagined. X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org Precedence: bulk Hi! --- I have the following problem: None of the CD audio funtions seems to work correctly. Neither workman nor xcdplayer do function at all. On the system console I frequently get the message: cd0(bt0:3:0): ILLEGAL REQUEST asc:24,0 Invalid field in CDB I am using -current as of 06 Feb on a 486DX machine with a Buslogic BT747S SCSI host adaptor and a Sanyo CRD-254S quadro speed SCSI2 cdrom drive. Thankful for any advice... 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 Tue Feb 6 15:35:20 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24063 for bugs-outgoing; Tue, 6 Feb 1996 15:35:20 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA24034 for ; Tue, 6 Feb 1996 15:35:15 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA06674; Wed, 7 Feb 1996 00:35:11 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA26813; Wed, 7 Feb 1996 00:35:10 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id AAA02543; Wed, 7 Feb 1996 00:11:23 +0100 (MET) From: J Wunsch Message-Id: <199602062311.AAA02543@uriah.heep.sax.de> Subject: Re: Mice To: jeff@stat.uconn.edu (Jeffrey M. Metcalf) Date: Wed, 7 Feb 1996 00:11:22 +0100 (MET) Cc: bugs@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <9602061644.AA10449@ruddles.stat.uconn.edu> from "Jeffrey M. Metcalf" at Feb 6, 96 11:44:27 am 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 Sender: owner-bugs@freebsd.org Precedence: bulk As Jeffrey M. Metcalf wrote: > > This is in reference to my earlier e-mail. If you feel I must get a new > mouse to run under X, could you tell me the brands of mice that have no > problems running with the GENERIC kernel (or if I must customize the > kernel, which mice work perfectly). All kinds of mice that plug into a serial port. The most common among them speak the MouseSystems protocol (also known as ``PC mouse'' protocol), and come with three buttons. They should work fairly well with everything else that might run on a PeeCee. There's no easy fix for the PS/2 mouse problem, since it's rather a problem of how the current drivers are layered. PS/2 mice are, from a hardware point of view, ``just another keyboard'', connected to the very same keyboard controller. However, their output is not handled by a uniform keyboard driver, instead being dispatched to either the console or the PS/2 mouse driver. This works for many situations, but for machines where it doesn't work, chances for a quick fix are low. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Tue Feb 6 16:40:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28983 for bugs-outgoing; Tue, 6 Feb 1996 16:40:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28968 Tue, 6 Feb 1996 16:40:03 -0800 (PST) Resent-Date: Tue, 6 Feb 1996 16:40:03 -0800 (PST) Resent-Message-Id: <199602070040.QAA28968@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, gfoster@driver.nsta.org Received: from driver.nsta.org (driver.nsta.org [199.0.2.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA28503 for ; Tue, 6 Feb 1996 16:32:06 -0800 (PST) Received: (from gfoster@localhost) by driver.nsta.org (8.6.12/8.6.12) id TAA00684; Tue, 6 Feb 1996 19:31:19 -0500 Message-Id: <199602070031.TAA00684@driver.nsta.org> Date: Tue, 6 Feb 1996 19:31:19 -0500 From: Glen Foster Reply-To: gfoster@driver.nsta.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/998: silent panic due to bogosity in FS Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 998 >Category: kern >Synopsis: badness in file system silently crashes machine >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 6 16:40:02 PST 1996 >Last-Modified: >Originator: Glen Foster >Organization: Consultant for National Science Teacher's Association >Release: FreeBSD 2.1.0-951104-SNAP i386 >Environment: news server, lightly loaded otherwise, NCR810-based SCSI, single Seagate Barracuda 4.3GB disk, other SCSI: cd-rom, DAT >Description: A corrupted inode in a file system, in this case the one used for the news spool causes the system to lock up with the drive activity light solidly lit and shortly thereafter crash without a panic message, crash dump, or entering the kernel debugger. >How-To-Repeat: Anything that touches the inode, including ls and dump. >Fix: Doing a clri on the inode of a parent to this directory and subsequent fsck eliminates the crash. A clri on the inode itself does not. Until the corrupted inode appeared the system was extremely reliable. Corruption appears to have been caused by innd 1.4 compiled from the port on the system in question. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Feb 6 18:14:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA04232 for bugs-outgoing; Tue, 6 Feb 1996 18:14:27 -0800 (PST) Received: from mistery.mcafee.com (jimd@mistery.mcafee.com [192.187.128.69]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA04225 for ; Tue, 6 Feb 1996 18:14:25 -0800 (PST) Received: (from jimd@localhost) by mistery.mcafee.com (8.6.11/8.6.9) id TAA31900 for freebsd-bugs@freebsd.org; Tue, 6 Feb 1996 19:22:07 -0800 From: Jim Dennis Message-Id: <199602070322.TAA31900@mistery.mcafee.com> Subject: 2.1 install relnotes: wrong address listed for announce list To: freebsd-bugs@freebsd.org Date: Tue, 6 Feb 1996 19:22:06 -0800 (PST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org Precedence: bulk Hi, Just installing FreeBSD 2.1.0 (Walnut Creek CD-ROM package) and found that the name of the majordomo list for announcements is listed wrong. It says announce@ and the majordomo lists command seems to say freebsd-announce@ Jim Dennis, System Administrator, McAfee Associates From owner-freebsd-bugs Tue Feb 6 18:15:18 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA04321 for bugs-outgoing; Tue, 6 Feb 1996 18:15:18 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA04303 Tue, 6 Feb 1996 18:15:16 -0800 (PST) Date: Tue, 6 Feb 1996 18:15:16 -0800 (PST) From: Paul Traina Message-Id: <199602070215.SAA04303@freefall.freebsd.org> To: hsu@clinet.fi, pst, freebsd-bugs Subject: Re: bin/984 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Swapping motherboard makes FreeBSD unbootable (booteasy) State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Tue Feb 6 18:12:40 PST 1996 State-Changed-Why: This isn't a freebsd bug, but rather a disagreement about system boot translations. A possible fix is to fdisk/mbr from DOS and then disklable -B the FreeBSD partition, but do backups first! From owner-freebsd-bugs Tue Feb 6 18:25:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA04946 for bugs-outgoing; Tue, 6 Feb 1996 18:25:04 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA04920 Tue, 6 Feb 1996 18:24:52 -0800 (PST) Date: Tue, 6 Feb 1996 18:24:52 -0800 (PST) From: Paul Traina Message-Id: <199602070224.SAA04920@freefall.freebsd.org> To: dk@farm.org, pst, freebsd-bugs Subject: Re: kern/897 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: cannot watch(1) the slattach(1)'ed tty State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Tue Feb 6 18:23:44 PST 1996 State-Changed-Why: There are currently no plans to implement snooping of ttys with non-standard line disciplines. From owner-freebsd-bugs Tue Feb 6 18:26:30 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05078 for bugs-outgoing; Tue, 6 Feb 1996 18:26:30 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05059 Tue, 6 Feb 1996 18:26:28 -0800 (PST) Date: Tue, 6 Feb 1996 18:26:28 -0800 (PST) From: Paul Traina Message-Id: <199602070226.SAA05059@freefall.freebsd.org> To: pst, freebsd-bugs, ache Subject: Re: bin/889 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: update from version 1.0 to version 1.3 Responsible-Changed-From-To: freebsd-bugs->ache Responsible-Changed-By: pst Responsible-Changed-When: Tue Feb 6 18:26:04 PST 1996 Responsible-Changed-Why: Andrew's code. From owner-freebsd-bugs Tue Feb 6 18:28:02 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05215 for bugs-outgoing; Tue, 6 Feb 1996 18:28:02 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05183 Tue, 6 Feb 1996 18:27:59 -0800 (PST) Date: Tue, 6 Feb 1996 18:27:59 -0800 (PST) From: Paul Traina Message-Id: <199602070227.SAA05183@freefall.freebsd.org> To: mi@ALDAN.star89.galstar.com, pst, freebsd-bugs Subject: Re: misc/891 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: regex.h relies on sys/types.h, but does not include it State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Tue Feb 6 18:27:09 PST 1996 State-Changed-Why: This behavior is documented by POSIX. It's standard brain-dammage. We won't fix this. From owner-freebsd-bugs Tue Feb 6 18:29:00 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05402 for bugs-outgoing; Tue, 6 Feb 1996 18:29:00 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05382 Tue, 6 Feb 1996 18:28:58 -0800 (PST) Date: Tue, 6 Feb 1996 18:28:58 -0800 (PST) From: Paul Traina Message-Id: <199602070228.SAA05382@freefall.freebsd.org> To: pst, freebsd-bugs, asami Subject: Re: ports/870 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pkg_delete does not remove .install_done from port Responsible-Changed-From-To: freebsd-bugs->asami Responsible-Changed-By: pst Responsible-Changed-When: Tue Feb 6 18:28:28 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Tue Feb 6 18:29:54 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05589 for bugs-outgoing; Tue, 6 Feb 1996 18:29:54 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05569 Tue, 6 Feb 1996 18:29:52 -0800 (PST) Date: Tue, 6 Feb 1996 18:29:52 -0800 (PST) From: Paul Traina Message-Id: <199602070229.SAA05569@freefall.freebsd.org> To: pst, freebsd-bugs, asami Subject: Re: ports/871 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: port.subdir.mk DEBUG_FLAGS is not used for CFLAGS Responsible-Changed-From-To: freebsd-bugs->asami Responsible-Changed-By: pst Responsible-Changed-When: Tue Feb 6 18:29:39 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Tue Feb 6 18:32:21 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05837 for bugs-outgoing; Tue, 6 Feb 1996 18:32:21 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05822 Tue, 6 Feb 1996 18:32:19 -0800 (PST) Date: Tue, 6 Feb 1996 18:32:19 -0800 (PST) From: Paul Traina Message-Id: <199602070232.SAA05822@freefall.freebsd.org> To: pst, freebsd-bugs, asami Subject: Re: ports/851 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: building port xspread-2.1 fails Responsible-Changed-From-To: freebsd-bugs->asami Responsible-Changed-By: pst Responsible-Changed-When: Tue Feb 6 18:31:45 PST 1996 Responsible-Changed-Why: Port has no maintainer. From owner-freebsd-bugs Tue Feb 6 18:33:34 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05957 for bugs-outgoing; Tue, 6 Feb 1996 18:33:34 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA05938 Tue, 6 Feb 1996 18:33:32 -0800 (PST) Date: Tue, 6 Feb 1996 18:33:32 -0800 (PST) From: Paul Traina Message-Id: <199602070233.SAA05938@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: ports/883 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: tclX-port does not build properly Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Tue Feb 6 18:33:05 PST 1996 Responsible-Changed-Why: Jordan is importer of port. From owner-freebsd-bugs Tue Feb 6 18:43:59 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA06709 for bugs-outgoing; Tue, 6 Feb 1996 18:43:59 -0800 (PST) Received: from fw.ast.com (fw.ast.com [165.164.6.25]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA06704 for ; Tue, 6 Feb 1996 18:43:57 -0800 (PST) Received: from nemesis by fw.ast.com with uucp (Smail3.1.29.1 #2) id m0tjzYH-00087CC; Tue, 6 Feb 96 20:24 CST Received: by nemesis.lonestar.org (Smail3.1.27.1 #20) id m0tjzO0-000CCzC; Tue, 6 Feb 96 20:13 WET Message-Id: Date: Tue, 6 Feb 96 20:13 WET To: dbradt@ford.com, freebsd-bugs@freebsd.org From: uhclem@nemesis.lonestar.org (Frank Durda IV) Sent: Tue Feb 6 1996, 20:13:32 CST Subject: re: CD-ROM detection problems [Was:no subject] Sender: owner-bugs@freebsd.org Precedence: bulk [0]dbradt@ford.com (Dennis Bradt (R)) writes on one long long line: [0]Also I need to know how I can get the system to recognize the cdrom [0]which I have installed. I have tried everything except for successfully [0]compiling the kernel. My cdrom is a soundblaster situated on a secondary [0]IDE interface card. There is no setting on the card itself for making it [0]a master rather than slave drive. The port at which it is located is [0]0x250. In order to give it this port address I gave the parameter at boot [0] [0]boot: -c [0] [0]and then I typed visual and inserted the port address into the matcd0 [0]device. The cdrom is a 2x speed cdrom. [0]... [0]SoundBlaster 2x CD on IDE interface card The matcd driver is NOT for IDE drives. You need to be changing settings on the ATAPI CD-ROM driver, wcd. The HARDWARE.TXT and RELEASE.TXT (plus the matcd.4 man page) discuss this. If the drive is connected to a connector that says "Creative/Panasonic", then you would use the matcd driver. Frank Durda IV |"The Knights who say "LETNi" or uhclem%nemesis@rwsystr.nkn.net | demand... A SEGMENT REGISTER!!!" ^------(this is the fastest route)|"A what?" or ...letni!rwsys!nemesis!uhclem |"LETNi! LETNi! LETNi!" - 1983 From owner-freebsd-bugs Tue Feb 6 22:16:37 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28265 for bugs-outgoing; Tue, 6 Feb 1996 22:16:37 -0800 (PST) Received: from argus.flash.net (root@argus.flash.net [206.149.25.12]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA28190 for ; Tue, 6 Feb 1996 22:16:20 -0800 (PST) Received: (from lists@localhost) by argus.flash.net (8.6.12/8.6.12) id AAA06158; Wed, 7 Feb 1996 00:15:21 -0600 From: mailing list account Message-Id: <199602070615.AAA06158@argus.flash.net> Subject: Re: PS/2 Mouse To: jeff@stat.uconn.edu (Jeffrey M. Metcalf) Date: Wed, 7 Feb 1996 00:15:21 -0600 (CST) Cc: bugs@FreeBSD.org In-Reply-To: <9602061412.AA09674@ruddles.stat.uconn.edu> from "Jeffrey M. Metcalf" at Feb 6, 96 09:12:04 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-bugs@FreeBSD.org Precedence: bulk In reply: > Hi, > > I recently recompiled a custom kernel by adding the line: > > device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr > > > I removed all conflicts with my PS/2 mouse and the kernel boots fine and > detects my mouse. I added the dev psm0. But after I rebooted the > second time (after editing out the conflicts), my keyboard froze up > just like I was warned it could. Unfortunately pressinf the numlock > key multiple times during the bootup process didn't help (unless I am > not doing it correctly). Any other fixes short of buying a microsoft > mouse? The fix would have to be as simple as possible since I have > no experience building drivers or anything of that sort. the only solution i have found to the keyboard lockup problem is to tap a 'harmless' key a couple of times while the kernel is still probing. numlock or capslock twice [you won't see a response until rc is running, so tap it twice to keep it in the default state] will suffice. as far as freebsd psm0 support goes, this problem is old as the hills. from a security standpoint, i don't mind. someone could possibly do a three finger salute on your box, but will have a hell of a time figuring this one out. Jim -- All opinions expressed are mine, if you | "I will not be pushed, stamped, think otherwise, then go jump into turbid | briefed, debriefed, indexed, or radioactive waters and yell WAHOO !!! | numbered!" - #1, "The Prisoner" jbryant@argus.flash.net - FlashNet Communications - Ft. Worth, Texas From owner-freebsd-bugs Tue Feb 6 22:41:53 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA00908 for bugs-outgoing; Tue, 6 Feb 1996 22:41:53 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA00902 for ; Tue, 6 Feb 1996 22:41:49 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id HAA04055 ; Wed, 7 Feb 1996 07:41:45 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id HAA28149 ; Wed, 7 Feb 1996 07:41:44 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id BAA17914; Wed, 7 Feb 1996 01:46:06 +0100 (MET) From: Ollivier Robert Message-Id: <199602070046.BAA17914@keltia.freenix.fr> Subject: Re: CD audio does not work To: root@deadline.snafu.de (Andreas S. Wetzel) Date: Wed, 7 Feb 1996 01:46:05 +0100 (MET) Cc: bugs@FreeBSD.org In-Reply-To: from "Andreas S. Wetzel" at "Feb 6, 96 10:30:49 pm" X-Operating-System: FreeBSD 2.2-CURRENT ctm#1630 X-Mailer: ELM [version 2.4ME+ PL5 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org Precedence: bulk It seems that Andreas S. Wetzel said: > I have the following problem: None of the CD audio funtions seems to work > correctly. Neither workman nor xcdplayer do function at all. On the system > console I frequently get the message: I don't have the answer to your question except to say that I've *never* been able to play anything on my CD-ROM. > cd0(bt0:3:0): ILLEGAL REQUEST asc:24,0 Invalid field in CDB I generally get another message: cd1(ahb0:6:0): ABORTED COMMAND asc:2c,0 Command sequence error > I am using -current as of 06 Feb on a 486DX machine with a Buslogic BT747S > SCSI host adaptor and a Sanyo CRD-254S quadro speed SCSI2 cdrom drive. Our common ground is the Buslogic 747S... But, even when I switched the CD on my 1740A, it still cannot play :-( FreeBSD 2.2-CURRENT #5: Sun Feb 4 03:11:17 MET 1996 roberto@keltia.freenix.fr:/src/src/sys/compile/DKELTIA CPU: i486 DX4 (486-class CPU) Origin = "GenuineIntel" Id = 0x480 Stepping=0 Features=0x3 real memory = 33554432 (32768K bytes) avail memory = 31203328 (30472K bytes) eisa0: Probing for devices on the EISA bus eisa0:1 unknown device bt0: at 0x330-0x333, 0x3c00-0x3cff irq 11 bt0: on eisa0 slot 3 bt0: Bt747 / 0-(32bit) bus bt0: reading board settings, busmastering, int=11 bt0: version 3.37, fast sync, parity, 32 mbxs, 32 ccbs [...] ahb0: at 0x5c00-0x5cff irq 12 on eisa0 slot 5 [...] (ahb0:6:0): "MATSHITA CD-ROM CR-8004 1.1f" type 5 removable SCSI 2 cd1(ahb0:6:0): CD-ROM cd1(ahb0:6:0): NOT READY asc:3a,0 Medium not present can't get the size Nothing including cdplay, cdcontrol, xmcd, xcdplayer and Workman has been able to get anything from the CD except "Input/Output error". -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #5: Sun Feb 4 03:11:17 MET 1996 From owner-freebsd-bugs Tue Feb 6 23:23:18 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA04667 for bugs-outgoing; Tue, 6 Feb 1996 23:23:18 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA04643 Tue, 6 Feb 1996 23:23:15 -0800 (PST) Date: Tue, 6 Feb 1996 23:23:15 -0800 (PST) From: Satoshi Asami Message-Id: <199602070723.XAA04643@freefall.freebsd.org> To: asami, asami, freebsd-bugs Subject: Re: kern/703 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: ppp not always deleting route properly when a ppp line goes down Responsible-Changed-From-To: asami->freebsd-bugs Responsible-Changed-By: asami Responsible-Changed-When: Tue Feb 6 23:21:40 PST 1996 Responsible-Changed-Why: I have no idea why Paul (pst) thought I know anything about ppp. ;> From owner-freebsd-bugs Tue Feb 6 23:39:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA06364 for bugs-outgoing; Tue, 6 Feb 1996 23:39:04 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA06345 Tue, 6 Feb 1996 23:39:01 -0800 (PST) Date: Tue, 6 Feb 1996 23:39:01 -0800 (PST) From: Paul Traina Message-Id: <199602070739.XAA06345@freefall.freebsd.org> To: witr@rwwa.com, pst, core, freebsd-bugs Subject: Re: i386/79 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Reboots sometimes don't complete. State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Tue Feb 6 23:37:41 PST 1996 State-Changed-Why: Robert, are you still experiencing these problems? May we close this bug? Responsible-Changed-From-To: core->freebsd-bugs Responsible-Changed-By: pst Responsible-Changed-When: Tue Feb 6 23:37:41 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 00:52:57 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11088 for bugs-outgoing; Wed, 7 Feb 1996 00:52:57 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA11075 for ; Wed, 7 Feb 1996 00:52:26 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA18127; Wed, 7 Feb 1996 09:52:00 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA00845; Wed, 7 Feb 1996 09:51:59 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id JAA05050; Wed, 7 Feb 1996 09:30:03 +0100 (MET) From: J Wunsch Message-Id: <199602070830.JAA05050@uriah.heep.sax.de> Subject: Re: CD audio does not work To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Wed, 7 Feb 1996 09:30:02 +0100 (MET) Cc: root@deadline.snafu.de, bugs@FreeBSD.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602070046.BAA17914@keltia.freenix.fr> from "Ollivier Robert" at Feb 7, 96 01:46:05 am 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 Sender: owner-bugs@FreeBSD.org Precedence: bulk As Ollivier Robert wrote: > > I generally get another message: > > cd1(ahb0:6:0): ABORTED COMMAND asc:2c,0 Command sequence error > (ahb0:6:0): "MATSHITA CD-ROM CR-8004 1.1f" type 5 removable SCSI 2 Your best chance is getting their SCSI reference manual. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Feb 7 00:54:36 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11139 for bugs-outgoing; Wed, 7 Feb 1996 00:54:36 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA11105 for ; Wed, 7 Feb 1996 00:53:15 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA18151; Wed, 7 Feb 1996 09:52:09 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA00852; Wed, 7 Feb 1996 09:52:09 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id JAA05225; Wed, 7 Feb 1996 09:41:11 +0100 (MET) From: J Wunsch Message-Id: <199602070841.JAA05225@uriah.heep.sax.de> Subject: Re: 2.1 install relnotes: wrong address listed for announce list To: jimd@mistery.mcafee.com (Jim Dennis) Date: Wed, 7 Feb 1996 09:41:10 +0100 (MET) Cc: freebsd-bugs@FreeBSD.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602070322.TAA31900@mistery.mcafee.com> from "Jim Dennis" at Feb 6, 96 07:22:06 pm 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 Sender: owner-bugs@FreeBSD.org Precedence: bulk As Jim Dennis wrote: > > Just installing FreeBSD 2.1.0 (Walnut Creek CD-ROM package) > and found that the name of the majordomo list for announcements > is listed wrong. It says announce@ and the majordomo lists > command seems to say freebsd-announce@ Both are aliases. freebsd-announce is technically more correct, since it's common policy that a list name should contain a dash. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Feb 7 00:59:17 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11308 for bugs-outgoing; Wed, 7 Feb 1996 00:59:17 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA11281 for ; Wed, 7 Feb 1996 00:58:07 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA18143; Wed, 7 Feb 1996 09:52:06 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA00848; Wed, 7 Feb 1996 09:52:06 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id JAA05165; Wed, 7 Feb 1996 09:38:29 +0100 (MET) From: J Wunsch Message-Id: <199602070838.JAA05165@uriah.heep.sax.de> Subject: Re: bin/984 To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Wed, 7 Feb 1996 09:38:29 +0100 (MET) Cc: hsu@clinet.fi Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602070215.SAA04303@freefall.freebsd.org> from "Paul Traina" at Feb 6, 96 06:15:16 pm 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 Sender: owner-bugs@FreeBSD.org Precedence: bulk As Paul Traina wrote: > > Synopsis: Swapping motherboard makes FreeBSD unbootable (booteasy) > This isn't a freebsd bug, but rather a disagreement about system boot > translations. A possible fix is to fdisk/mbr from DOS and then disklable -B > the FreeBSD partition, but do backups first! This suggested fix is not quite right, but i've been suggesting one in reply to the report, and didn't receive any response after this from the PR originator. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Feb 7 02:04:54 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA16168 for bugs-outgoing; Wed, 7 Feb 1996 02:04:54 -0800 (PST) Received: from deadline.snafu.de (deadline.snafu.de [194.64.158.28]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA16163 for ; Wed, 7 Feb 1996 02:04:49 -0800 (PST) Received: by deadline.snafu.de id m0tk6kZ-0009W0C; Wed, 7 Feb 96 11:05 MET (/\oo/\ Smail3.1.29.1 #29.1) Message-Id: From: root@deadline.snafu.de (Andreas S. Wetzel) Subject: Re: CD audio does not work To: joerg_wunsch@uriah.heep.sax.de Date: Wed, 7 Feb 1996 11:05:19 +0100 (MET) Cc: roberto@keltia.freenix.fr, bugs@FreeBSD.org Reply-To: post@deadline.snafu.de In-Reply-To: <199602070830.JAA05050@uriah.heep.sax.de> from "J Wunsch" at Feb 7, 96 09:30:02 am Organization: A world stranger than you have ever imagined. X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org Precedence: bulk Hi! --- J Wunsch writes: ] As Ollivier Robert wrote: ] > ] > I generally get another message: ] > ] > cd1(ahb0:6:0): ABORTED COMMAND asc:2c,0 Command sequence error ] ] > (ahb0:6:0): "MATSHITA CD-ROM CR-8004 1.1f" type 5 removable SCSI 2 ] ] Your best chance is getting their SCSI reference manual. The drive was so cheap, that even the mounting screws were missing. Do you really think they HAVE an SCSI manual for that little thingy? 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 Wed Feb 7 03:23:21 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA21025 for bugs-outgoing; Wed, 7 Feb 1996 03:23:21 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA21002 Wed, 7 Feb 1996 03:23:14 -0800 (PST) Date: Wed, 7 Feb 1996 03:23:14 -0800 (PST) From: Doug Rabson Message-Id: <199602071123.DAA21002@freefall.freebsd.org> To: dfr@render.com, dfr, freebsd-bugs Subject: Re: bin/230 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: C++ contructors not being called State-Changed-From-To: open-closed State-Changed-By: dfr State-Changed-When: Wed Feb 7 03:17:39 PST 1996 State-Changed-Why: I fixed this a while ago and this should work in 2.1 From owner-freebsd-bugs Wed Feb 7 03:36:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22176 for bugs-outgoing; Wed, 7 Feb 1996 03:36:27 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22154 Wed, 7 Feb 1996 03:36:15 -0800 (PST) Date: Wed, 7 Feb 1996 03:36:15 -0800 (PST) From: Doug Rabson Message-Id: <199602071136.DAA22154@freefall.freebsd.org> To: loodvrij, dfr, freebsd-bugs Subject: Re: kern/629 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: user mode ppp dies when sending State-Changed-From-To: open-feedback State-Changed-By: dfr State-Changed-When: Wed Feb 7 03:26:00 PST 1996 State-Changed-Why: This is probably fixed in FreeBSD-stable and FreeBSD-current. Please verify From owner-freebsd-bugs Wed Feb 7 03:46:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22597 for bugs-outgoing; Wed, 7 Feb 1996 03:46:06 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22573 Wed, 7 Feb 1996 03:45:49 -0800 (PST) Date: Wed, 7 Feb 1996 03:45:49 -0800 (PST) From: Doug Rabson Message-Id: <199602071145.DAA22573@freefall.freebsd.org> To: jc@irbs.com, dfr, freebsd-bugs Subject: Re: bin/892 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: ppp recursion problem and partial FIX State-Changed-From-To: open-feedback State-Changed-By: dfr State-Changed-When: Wed Feb 7 03:44:30 PST 1996 State-Changed-Why: Fixed in FreeBSD-stable and FreeBSD-current, please verify. From owner-freebsd-bugs Wed Feb 7 03:48:15 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22740 for bugs-outgoing; Wed, 7 Feb 1996 03:48:15 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22709 Wed, 7 Feb 1996 03:47:59 -0800 (PST) Date: Wed, 7 Feb 1996 03:47:59 -0800 (PST) From: Doug Rabson Message-Id: <199602071147.DAA22709@freefall.freebsd.org> To: jc@irbs.com, dfr, freebsd-bugs Subject: Re: bin/895 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: ppp predictor-1 memory leak [PATCH included] State-Changed-From-To: open-feedback State-Changed-By: dfr State-Changed-When: Wed Feb 7 03:46:17 PST 1996 State-Changed-Why: Fixed in FreeBSD-stable and FreeBSD-current, please verify. From owner-freebsd-bugs Wed Feb 7 04:30:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA24866 for bugs-outgoing; Wed, 7 Feb 1996 04:30:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA24856 Wed, 7 Feb 1996 04:30:07 -0800 (PST) Resent-Date: Wed, 7 Feb 1996 04:30:07 -0800 (PST) Resent-Message-Id: <199602071230.EAA24856@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, obrien@cs.ucdavis.edu Received: from toadflax.cs.ucdavis.edu (toadflax.cs.ucdavis.edu [128.120.56.188]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA24521 for ; Wed, 7 Feb 1996 04:25:00 -0800 (PST) Received: by toadflax.cs.ucdavis.edu (4.1/UCD.CS.2.6) id AA29798; Wed, 7 Feb 96 04:24:50 PST Message-Id: <9602071224.AA29798@toadflax.cs.ucdavis.edu> Date: Wed, 7 Feb 96 04:24:50 PST From: obrien@cs.ucdavis.edu (David E. O'Brien) Reply-To: obrien@cs.ucdavis.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/999: /usr/share/mk/sys.mk missing common $(RM) macro Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 999 >Category: bin >Synopsis: /usr/share/mk/sys.mk missing common $(RM) macro >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 7 04:30:01 PST 1996 >Last-Modified: >Originator: David E. O'Brien >Organization: University of California, Davis >Release: FreeBSD 2.1.0-RELEASE i386 >Environment: >Description: Suggest adding RM macro ``RM ?= rm -f'' to /usr/share/mk/sys.mk. This is for added compatiblity with other makes (aleaviates the need for gmake in some cases). Other make's that have this macro are SunOS, Solaris, GNU, Ultrix 4.3, >How-To-Repeat: Makefile ~~~~~~~~ clean: $(RM) a.out *.o *.bak >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Feb 7 05:46:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29241 for bugs-outgoing; Wed, 7 Feb 1996 05:46:05 -0800 (PST) Received: from wyvern.hk.linkage.net (wyvern.hk.linkage.net [202.76.4.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA29234 for ; Wed, 7 Feb 1996 05:45:59 -0800 (PST) Received: from 202.76.4.1 by wyvern.hk.linkage.net (5.x/SMI-SVR4) id AA22672; Wed, 7 Feb 1996 21:44:48 +0800 Message-Id: <3118AD56.1D10@hk.llinkage.net> Date: Wed, 07 Feb 1996 21:47:02 +0800 From: Kwing Ng Organization: Super X-Mailer: Mozilla 2.0GoldB1 (Win95; I) Mime-Version: 1.0 To: bugs@freebsd.org Subject: ATI 64 Problem! X-Url: http://www.freebsd.org/support.html Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org Precedence: bulk Hi; My System is ASUS PCI/I-P54NP4D with Pentium-100 and 32M ram and my vga card is ASUS PCI-V264CT card (ATI MAch 64) When I use boot floppy disk to bootup and prepare to install FreeBSD and the screen change BLANK, but sfter I change to an ISA Trident 8900D, then everything OK, but my ATI-64 Card can run Dos, Windows 95, Windows NT. What is the problem. My Monitor is CTX the floppy boot up and after it detect the GENERIC Intel Pentium-100 CPU then change to BLANK, the I cannot read anything. regards Kwing Ng kng@ns2.hk.linkage.net From owner-freebsd-bugs Wed Feb 7 05:50:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29469 for bugs-outgoing; Wed, 7 Feb 1996 05:50:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29444 Wed, 7 Feb 1996 05:50:02 -0800 (PST) Resent-Date: Wed, 7 Feb 1996 05:50:02 -0800 (PST) Resent-Message-Id: <199602071350.FAA29444@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, dglo@ssec.wisc.edu Received: from tick.SSEC.WISC.EDU (tick.ssec.wisc.edu [144.92.108.121]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA29284 for ; Wed, 7 Feb 1996 05:46:56 -0800 (PST) Received: from tick.SSEC.WISC.EDU (localhost [127.0.0.1]) by tick.SSEC.WISC.EDU (8.7.1/8.7.1) with ESMTP id HAA14746 for ; Wed, 7 Feb 1996 07:46:48 -0600 (CST) Message-Id: <199602071346.HAA14746@tick.SSEC.WISC.EDU> Date: Wed, 07 Feb 1996 07:46:47 -0600 From: dglo@ssec.wisc.edu Reply-To: dglo@ssec.wisc.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/1000: miscellaneous man-page bugs Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1000 >Category: docs >Synopsis: miscellaneous man page bugs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 7 05:50:01 PST 1996 >Last-Modified: >Originator: Dave Glowacki >Organization: Me, Myself and I >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD homeboy 2.1-STABLE FreeBSD 2.1-STABLE >Description: strcat.3 claims that: The strncat() function appends not more than count characters but /usr/src/lib/libc/string/strncat.c (and the ANSI spec) says: At most strlen(dst)+n+1 bytes are written at dst (at most n+1 bytes being appended) The description of format specifications in printf.1 says: diouXx The argument is printed as a signed decimal (d or i), un- signed decimal, unsigned octal, or unsigned hexadecimal (X or x), respectively. where 'unsigned decimal' and `unsigned octal' should probably be reversed, as they are in the printf.3 man page printf.3 has a minor formatting bug, so that the last sentence in the description of the `0' flag says: If a precision is given with a numeric conversion (Mc d, i, o, u, i, x, and X), the `0' flag is ignored. The `Mc' looks like an error. >How-To-Repeat: In the course of pulling together material for a C class, do: man strncat man 1 printf man 3 printf while looking at the actual code :-) >Fix: Please (ahhh, it's *so* nice to be on the other side of send-pr for a change :-) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Feb 7 08:10:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA09346 for bugs-outgoing; Wed, 7 Feb 1996 08:10:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA09340 Wed, 7 Feb 1996 08:10:03 -0800 (PST) Date: Wed, 7 Feb 1996 08:10:03 -0800 (PST) Message-Id: <199602071610.IAA09340@freefall.freebsd.org> To: freebsd-bugs Cc: From: KATO Takenori Subject: Re: misc/995: /var/run/gated.pid is deleted Reply-To: KATO Takenori Sender: owner-bugs@FreeBSD.ORG Precedence: bulk The following reply was made to PR misc/995; it has been noted by GNATS. From: KATO Takenori To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: misc/995: /var/run/gated.pid is deleted Date: Thu, 08 Feb 1996 01:02:38 +0900 > Thus, /var/run/gated.pid which gated made, is deleted. Current startup routine deletes both gated.pid and gated.version. The following patch solves above problem. -------------------- diff -arcN etc.old/netstart etc/netstart *** etc.old/netstart Thu Feb 8 00:53:05 1996 --- etc/netstart Thu Feb 8 00:54:10 1996 *************** *** 63,71 **** sysctl -w net.inet.ip.forwarding=1 >/dev/null 2>&1 fi - if [ "x$router" != "xNO" ] ; then - echo -n starting routing daemon: - echo -n " ${router}"; ${router} ${routerflags} - echo '.' - fi - --- 63,65 ---- diff -arcN etc.old/rc etc/rc *** etc.old/rc Thu Feb 8 00:53:05 1996 --- etc/rc Thu Feb 8 00:54:11 1996 *************** *** 150,155 **** --- 150,161 ---- echo ' syslogd.'; syslogd + if [ "x$router" != "xNO" ] ; then + echo -n starting routing daemon: + echo -n " ${router}"; ${router} ${routerflags} + echo '.' + fi + echo -n starting network daemons: # $namedflags is imported from /etc/sysconfig -------------------- ---- KATO Takenori Dept. Earth Planet. Sci., Nagoya Univ., Nagoya 464-01 Voice: +81-52-789-2529 Fax: +81-52-789-3033 From owner-freebsd-bugs Wed Feb 7 09:17:29 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12981 for bugs-outgoing; Wed, 7 Feb 1996 09:17:29 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12960 Wed, 7 Feb 1996 09:17:27 -0800 (PST) Date: Wed, 7 Feb 1996 09:17:27 -0800 (PST) From: Paul Traina Message-Id: <199602071717.JAA12960@freefall.freebsd.org> To: wosch@cs.tu-berlin.de, pst, freebsd-bugs, peter Subject: Re: kern/679 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: chown(2) ignores set-user-id and set-group-id bits for root State-Changed-From-To: open-analyzed State-Changed-By: pst State-Changed-When: Wed Feb 7 09:15:56 PST 1996 State-Changed-Why: This looks appropriate to me and is more in line with the UNIX standard. Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 09:15:56 PST 1996 Responsible-Changed-Why: Peter - would you care to verify my opinion before this is changed? From owner-freebsd-bugs Wed Feb 7 09:41:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA14385 for bugs-outgoing; Wed, 7 Feb 1996 09:41:07 -0800 (PST) Received: from hauki.clinet.fi (hauki.clinet.fi [194.100.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA14366 for ; Wed, 7 Feb 1996 09:40:24 -0800 (PST) Received: from katiska.clinet.fi (root@katiska.clinet.fi [194.100.0.4]) by hauki.clinet.fi (8.7.3/8.6.4) with ESMTP id TAA09891; Wed, 7 Feb 1996 19:39:38 +0200 (EET) Received: (hsu@localhost) by katiska.clinet.fi (8.7.3/8.6.4) id TAA09590; Wed, 7 Feb 1996 19:39:37 +0200 (EET) Date: Wed, 7 Feb 1996 19:39:37 +0200 (EET) Message-Id: <199602071739.TAA09590@katiska.clinet.fi> From: Heikki Suonsivu To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: freebsd-bugs@FreeBSD.org (FreeBSD bugs list), hsu@clinet.fi Subject: Re: bin/984 In-Reply-To: <199602070838.JAA05165@uriah.heep.sax.de> References: <199602070215.SAA04303@freefall.freebsd.org> <199602070838.JAA05165@uriah.heep.sax.de> Organization: Clinet Ltd, Espoo, Finland Sender: owner-bugs@FreeBSD.org Precedence: bulk J. Wunsch writes: > As Paul Traina wrote: > > > > Synopsis: Swapping motherboard makes FreeBSD unbootable (booteasy) > > > This isn't a freebsd bug, but rather a disagreement about system boot > > translations. A possible fix is to fdisk/mbr from DOS and then disklable -B > > the FreeBSD partition, but do backups first! > > This suggested fix is not quite right, but i've been suggesting one in > reply to the report, and didn't receive any response after this from > the PR originator. I didn't see that as an easy solution. I was thinking of doing a dd if=/dev/sd0c of=/dev/sd0 from fixit floppy, as booteasy is just an extra delay on boot for me. If the de facto standard is that from motherboard to motherboard the translation can either be the disk originated geometry or /64/32 geometry, booteasy should probably try both. In my case I was using the same NCR controller, the NCR bios on the motherboards differed. -- Heikki Suonsivu, T{ysikuu 10 C 83/02210 Espoo/FINLAND, hsu@clinet.fi mobile +358-40-5519679 work +358-0-4375360 fax -4555276 home -8031121 From owner-freebsd-bugs Wed Feb 7 10:23:46 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16712 for bugs-outgoing; Wed, 7 Feb 1996 10:23:46 -0800 (PST) Received: from UConnVM.UConn.Edu (uconnvm.uconn.edu [137.99.26.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA16700 for ; Wed, 7 Feb 1996 10:23:35 -0800 (PST) Received: from ruddles.stat.uconn.edu by UConnVM.UConn.Edu (IBM VM SMTP V2R2) with TCP; Wed, 07 Feb 96 13:23:21 EST Received: by ruddles.stat.uconn.edu (4.1/SMI-4.1) id AA15779; Wed, 7 Feb 96 13:18:52 EST Date: Wed, 7 Feb 96 13:18:52 EST From: jeff@stat.uconn.edu (Jeffrey M. Metcalf) Message-Id: <9602071818.AA15779@ruddles.stat.uconn.edu> To: bugs@FreeBSD.org Subject: Serial Mouse Sender: owner-bugs@FreeBSD.org Precedence: bulk Hello, I was just wondering if I must compile a custom kernel to detect the mice mentioned in the following message. Are they detected with the generic kernel device mse0. These mice plug into COM2, right? Thanks, JM. --------------------------------------------- Reply-To: gwk@cray.com Status: RO Jeffrey, I am using various serial mice, some are Mouse Systems compatible and some are Microsoft compatible. I never had problems with them using XFree86. Regards, Georg-W. Koltermann, gwk@cray.com From owner-freebsd-bugs Wed Feb 7 10:42:26 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA18242 for bugs-outgoing; Wed, 7 Feb 1996 10:42:26 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA18224 Wed, 7 Feb 1996 10:42:24 -0800 (PST) Date: Wed, 7 Feb 1996 10:42:24 -0800 (PST) From: Mike Pritchard Message-Id: <199602071842.KAA18224@freefall.freebsd.org> To: mark@grondar.za, mpp, freebsd-bugs Subject: Re: conf/301 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Log rotation wastes _much_ to much space State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Wed Feb 7 10:38:53 PST 1996 State-Changed-Why: This can now be done by use of the "Z" flag in /etc/newsyslog.conf. From owner-freebsd-bugs Wed Feb 7 11:14:41 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20269 for bugs-outgoing; Wed, 7 Feb 1996 11:14:41 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20257 Wed, 7 Feb 1996 11:14:40 -0800 (PST) Date: Wed, 7 Feb 1996 11:14:40 -0800 (PST) From: Mike Pritchard Message-Id: <199602071914.LAA20257@freefall.freebsd.org> To: fenner@parc.xerox.com, mpp, freebsd-bugs Subject: Re: bin/732 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: getpwent() dumps core if NIS password file is malformed State-Changed-From-To: open-feedback State-Changed-By: mpp State-Changed-When: Wed Feb 7 11:13:03 PST 1996 State-Changed-Why: It looks like this has been fixed in 2.1 Can the submitter please verify this? From owner-freebsd-bugs Wed Feb 7 11:28:48 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA21280 for bugs-outgoing; Wed, 7 Feb 1996 11:28:48 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA21261 Wed, 7 Feb 1996 11:28:46 -0800 (PST) Date: Wed, 7 Feb 1996 11:28:46 -0800 (PST) From: Bill Fenner Message-Id: <199602071928.LAA21261@freefall.freebsd.org> To: fenner@parc.xerox.com, fenner, freebsd-bugs Subject: Re: bin/732 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: getpwent() dumps core if NIS password file is malformed State-Changed-From-To: feedback-closed State-Changed-By: fenner State-Changed-When: Wed Feb 7 11:27:32 PST 1996 State-Changed-Why: Fixed in rev 1.29 of getpwent.c From owner-freebsd-bugs Wed Feb 7 13:30:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA28269 for bugs-outgoing; Wed, 7 Feb 1996 13:30:07 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA28256 Wed, 7 Feb 1996 13:30:04 -0800 (PST) Date: Wed, 7 Feb 1996 13:30:04 -0800 (PST) From: Mike Pritchard Message-Id: <199602072130.NAA28256@freefall.freebsd.org> To: mark@grondar.za, mpp, freebsd-bugs, mpp Subject: Re: kern/157 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Quota system does not work State-Changed-From-To: open-analyzed State-Changed-By: mpp State-Changed-When: Wed Feb 7 13:24:25 PST 1996 State-Changed-Why: After digging through the code, it appears to me that the reason quotacheck is dumping core is that there is some type of file system damage. If the problem can be duplicated on a good file system, I'll be glad to look into it further if I can get some more detailed information on the problem. Responsible-Changed-From-To: freebsd-bugs->mpp Responsible-Changed-By: mpp Responsible-Changed-When: Wed Feb 7 13:24:25 PST 1996 Responsible-Changed-Why: I'm looking into the problem. From owner-freebsd-bugs Wed Feb 7 14:54:00 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04579 for bugs-outgoing; Wed, 7 Feb 1996 14:54:00 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA04570 for ; Wed, 7 Feb 1996 14:53:30 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id XAA18071; Wed, 7 Feb 1996 23:52:57 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id XAA08535; Wed, 7 Feb 1996 23:52:56 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id XAA06999; Wed, 7 Feb 1996 23:51:33 +0100 (MET) From: J Wunsch Message-Id: <199602072251.XAA06999@uriah.heep.sax.de> Subject: Re: CD audio does not work To: post@deadline.snafu.de Date: Wed, 7 Feb 1996 23:51:33 +0100 (MET) Cc: joerg_wunsch@uriah.heep.sax.de, roberto@keltia.freenix.fr, bugs@FreeBSD.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Andreas S. Wetzel" at Feb 7, 96 11:05:19 am 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 Sender: owner-bugs@FreeBSD.org Precedence: bulk As Andreas S. Wetzel wrote: > > ] Your best chance is getting their SCSI reference manual. > > The drive was so cheap, that even the mounting screws were missing. > Do you really think they HAVE an SCSI manual for that little thingy? So what do you expect. :-/ -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Feb 7 14:54:42 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04629 for bugs-outgoing; Wed, 7 Feb 1996 14:54:42 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04617 Wed, 7 Feb 1996 14:54:40 -0800 (PST) Date: Wed, 7 Feb 1996 14:54:40 -0800 (PST) From: Mike Pritchard Message-Id: <199602072254.OAA04617@freefall.freebsd.org> To: hvd@terry.ping.dk, mpp, freebsd-bugs Subject: Re: kern/637 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: If used heavily, ahc will crash, with disk timeouts State-Changed-From-To: open-feedback State-Changed-By: mpp State-Changed-When: Wed Feb 7 14:51:43 PST 1996 State-Changed-Why: I think that this problem has been fixed since last summer/fall, since I used to have the same problem with my 2842 based system, but I haven't had any problems in ages. Can the submitter please verify that this works correctly in 2.1 or -current on his system? From owner-freebsd-bugs Wed Feb 7 15:00:53 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA05117 for bugs-outgoing; Wed, 7 Feb 1996 15:00:53 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA05101 Wed, 7 Feb 1996 15:00:49 -0800 (PST) Date: Wed, 7 Feb 1996 15:00:49 -0800 (PST) From: Mike Pritchard Message-Id: <199602072300.PAA05101@freefall.freebsd.org> To: odiug@darkstar.informatik.rwth-aachen.de, mpp, freebsd-bugs Subject: Re: bin/660 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: /bin/sh has problem with redirection. State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Wed Feb 7 14:57:35 PST 1996 State-Changed-Why: Fixed in 2.1. From owner-freebsd-bugs Wed Feb 7 15:05:54 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA05420 for bugs-outgoing; Wed, 7 Feb 1996 15:05:54 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA05407 Wed, 7 Feb 1996 15:05:52 -0800 (PST) Date: Wed, 7 Feb 1996 15:05:52 -0800 (PST) From: Stefan Esser Message-Id: <199602072305.PAA05407@freefall.freebsd.org> To: koeck@pluto.mpi-hd.mpg.de, se, freebsd-bugs Subject: Re: kern/527 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: dump causes assertion in ncr.c State-Changed-From-To: open-analyzed State-Changed-By: se State-Changed-When: Wed Feb 7 14:58:00 PST 1996 State-Changed-Why: This appears to be caused by the generic SCSI code sending a START STOP UNIT command at each open of the raw disk device. Two programs are known to possibly open such a device multiple times within a fraction of a second: DUMP and FSCK. The NCR driver sends these commands with ORDERED TAG messages, which appears to confuse some IBM drives, if several are issued concurrently. This should be changed in the generic SCSI code, which easily could count the number of times a device has been opened and which should start the drive only once. From owner-freebsd-bugs Wed Feb 7 15:14:41 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06124 for bugs-outgoing; Wed, 7 Feb 1996 15:14:41 -0800 (PST) Received: from omega.physik.fu-berlin.de (omega.physik.fu-berlin.de [130.133.3.51]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA06113 for ; Wed, 7 Feb 1996 15:14:37 -0800 (PST) Received: from prospero.physik.fu-berlin.de (lislip.physik.fu-berlin.de [130.133.3.126]) by omega.physik.fu-berlin.de (8.7.1/8.7.1) with ESMTP id AAA32624 for ; Thu, 8 Feb 1996 00:13:53 +0100 (MET) Received: (from news@localhost) by prospero (8.6.12/8.6.12) id VAA00966; Wed, 7 Feb 1996 21:26:45 +0100 To: bugs@FreeBSD.org Path: graichen From: graichen@omega.physik.fu-berlin.de (Thomas Graichen) Newsgroups: local.freebsd-bugs Subject: Re: kern/991: pcvt behavior at crashes Date: 7 Feb 1996 20:26:44 GMT Organization: his FreeBSD box :-) Lines: 39 Distribution: local Message-ID: <4fb1u4$nk@prospero.physik.fu-berlin.de> References: <199602031119.MAA01363@prospero> NNTP-Posting-Host: localhost.physik.fu-berlin.de X-Newsreader: TIN [version 1.2 PL2] Sender: owner-bugs@FreeBSD.org Precedence: bulk Thomas Graichen (graichen@mail.physik.fu-berlin.de) wrote: : >Number: 991 : >Category: kern : >Synopsis: pcvt keyboard doesn't accept input at crash reboot : FreeBSD 2.1.0-RELEASE #0: Fri Feb 2 13:20:53 MET 1996 : root@prospero:/usr/src/sys/compile/KERNEL_CONFIG : CPU: i486DX (486-class CPU) : real memory = 20971520 (20480K bytes) : avail memory = 19296256 (18844K bytes) : Probing for devices on the ISA bus: : ed0 at 0x280-0x29f irq 5 on isa : ed0: address 00:40:95:20:0a:14, type NE2000 (16 bit) : vt0 at 0x60-0x6f irq 1 on motherboard : vt0: tvga 8900cl, 80/132 col, mono, 2 scr, mf2-kbd, [R3.20-b24] : : >Description: : if the system crashes, coredumps and then want's to reboot it displays : "automatic reboot in 15 seconds, pree any key to stop" - but it won't react : to a keypress - the same worked fine with syscons : setting PCVT_KBD_FIFO to 0 resolved the problem for me - thus i think the bad code is somethere in pcvt_kbd.c - maybe this may help to find the bug (joerg - any idea ?) t p.s.: a good way to crash the system (for testing purposes :-) is modload -e union_init /lkm/union_mod.o as root -- thomas graichen graichen@mail.physik.fu-berlin.de graichen@FreeBSD.org perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away antoine de saint-exupery From owner-freebsd-bugs Wed Feb 7 15:15:34 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06194 for bugs-outgoing; Wed, 7 Feb 1996 15:15:34 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06183 Wed, 7 Feb 1996 15:15:28 -0800 (PST) Date: Wed, 7 Feb 1996 15:15:28 -0800 (PST) From: Stefan Esser Message-Id: <199602072315.PAA06183@freefall.freebsd.org> To: ap@bnc.net, se, freebsd-bugs Subject: Re: kern/970 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: PCI probe failing with two bridges State-Changed-From-To: open-closed State-Changed-By: se State-Changed-When: Wed Feb 7 15:09:00 PST 1996 State-Changed-Why: The bug is fixed in both -current and -stable. It was caused by a typo in lines 172 and 173 of /sys/pci/pcireg.h: '>' was used instead of '>>' in a macro definition. From owner-freebsd-bugs Wed Feb 7 15:21:38 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06766 for bugs-outgoing; Wed, 7 Feb 1996 15:21:38 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06753 Wed, 7 Feb 1996 15:21:35 -0800 (PST) Date: Wed, 7 Feb 1996 15:21:35 -0800 (PST) From: Stefan Esser Message-Id: <199602072321.PAA06753@freefall.freebsd.org> To: kubus@Austran.Unibase.COM, se, freebsd-bugs Subject: Re: kern/471 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: System can not access SCSI DAT tape. State-Changed-From-To: open-closed State-Changed-By: se State-Changed-When: Wed Feb 7 15:19:36 PST 1996 State-Changed-Why: The drive needed a QUIRK_NOMSG entry in device_tab[] in ncr.c, which has become the default for all devices since. From owner-freebsd-bugs Wed Feb 7 15:24:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06951 for bugs-outgoing; Wed, 7 Feb 1996 15:24:27 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA06941 for ; Wed, 7 Feb 1996 15:24:14 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA18623; Thu, 8 Feb 1996 00:24:06 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA08850; Thu, 8 Feb 1996 00:24:05 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id AAA07434; Thu, 8 Feb 1996 00:22:55 +0100 (MET) From: J Wunsch Message-Id: <199602072322.AAA07434@uriah.heep.sax.de> Subject: Re: bin/984 To: hsu@clinet.fi (Heikki Suonsivu) Date: Thu, 8 Feb 1996 00:22:55 +0100 (MET) Cc: joerg_wunsch@uriah.heep.sax.de, freebsd-bugs@FreeBSD.org, hsu@clinet.fi Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602071739.TAA09590@katiska.clinet.fi> from "Heikki Suonsivu" at Feb 7, 96 07:39:37 pm 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 Sender: owner-bugs@FreeBSD.org Precedence: bulk As Heikki Suonsivu wrote: > > > This suggested fix is not quite right, but i've been suggesting one in > > reply to the report, and didn't receive any response after this from > > the PR originator. > > I didn't see that as an easy solution. I was thinking of doing a dd So you could at least drop a message of your disagreement. > if=/dev/sd0c of=/dev/sd0 from fixit floppy, as booteasy is just an extra > delay on boot for me. If the de facto standard is that from motherboard to > motherboard the translation can either be the disk originated geometry or > /64/32 geometry, booteasy should probably try both. In my case I was using > the same NCR controller, the NCR bios on the motherboards differed. Booteasy is at the mercy of your BIOS. It's not booteasy that can decide about which translation to use. Sorry, but *we* cannot fix this problem. It's a braindamage inherent to PC BIOSes. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Feb 7 15:24:34 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06974 for bugs-outgoing; Wed, 7 Feb 1996 15:24:34 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA06944 for ; Wed, 7 Feb 1996 15:24:20 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA18631; Thu, 8 Feb 1996 00:24:10 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA08853; Thu, 8 Feb 1996 00:24:10 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id AAA07179; Thu, 8 Feb 1996 00:02:33 +0100 (MET) From: J Wunsch Message-Id: <199602072302.AAA07179@uriah.heep.sax.de> Subject: Re: Serial Mouse To: jeff@stat.uconn.edu (Jeffrey M. Metcalf) Date: Thu, 8 Feb 1996 00:02:33 +0100 (MET) Cc: bugs@FreeBSD.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <9602071818.AA15779@ruddles.stat.uconn.edu> from "Jeffrey M. Metcalf" at Feb 7, 96 01:18:52 pm 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 Sender: owner-bugs@FreeBSD.org Precedence: bulk As Jeffrey M. Metcalf wrote: > > I was just wondering if I must compile a custom kernel to detect the > mice mentioned in the following message. > Are they detected with the generic kernel device mse0. These > mice plug into COM2, right? Which serial device depends on where you plug it in. They are in the GENERIC kernel, yes, normally /dev/ttyd0 (COM1) or /dev/ttyd1 (COM2). If you are using COM3 or COM4, boot with -c and make sure that you properly assign the IRQ levels for the devices sio2 or sio3. They canNOT share their IRQ with sio0 or sio1, so you can't use the default IRQ of most cards. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Feb 7 15:26:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07058 for bugs-outgoing; Wed, 7 Feb 1996 15:26:08 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA07051 for ; Wed, 7 Feb 1996 15:25:50 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA18617; Thu, 8 Feb 1996 00:24:02 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA08843; Thu, 8 Feb 1996 00:24:00 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id AAA07359; Thu, 8 Feb 1996 00:19:34 +0100 (MET) From: J Wunsch Message-Id: <199602072319.AAA07359@uriah.heep.sax.de> Subject: Re: ATI 64 Problem! To: kng@hk.llinkage.net (Kwing Ng) Date: Thu, 8 Feb 1996 00:19:34 +0100 (MET) Cc: bugs@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <3118AD56.1D10@hk.llinkage.net> from "Kwing Ng" at Feb 7, 96 09:47:02 pm 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 Sender: owner-bugs@freebsd.org Precedence: bulk As Kwing Ng wrote: > > My System is ASUS PCI/I-P54NP4D with Pentium-100 and 32M ram > and my vga card is ASUS PCI-V264CT card (ATI MAch 64) > When I use boot floppy disk to bootup and prepare to install FreeBSD > and the screen change BLANK, Disable _all_ serial ports. (Boot with -c) ATI changed there policy and does now care for register 0x2e8 even in non-enhanced mode, and the probe for the serial ports stomps on this register. It has been fixed in current systems. If you need to stay with the o/s version you have, remove the value 0x2e8 from the list in line 342 of /sys/i386/isa/sio.c (line number only valid for stock 2.1R), and rebuild your kernel. Of course, don't configure your kernel to use sio3 at all. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Feb 7 15:29:56 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07356 for bugs-outgoing; Wed, 7 Feb 1996 15:29:56 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07335 Wed, 7 Feb 1996 15:29:50 -0800 (PST) Date: Wed, 7 Feb 1996 15:29:50 -0800 (PST) From: Stefan Esser Message-Id: <199602072329.PAA07335@freefall.freebsd.org> To: wb@arb-phys.uni-dortmund.de, se, freebsd-bugs Subject: Re: kern/590 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pager input errors on NCR SCSI 486 mainboard State-Changed-From-To: open-closed State-Changed-By: se State-Changed-When: Wed Feb 7 15:25:20 PST 1996 State-Changed-Why: The motherboard needed to have the "PCI to memory burst" PCI BIOS option disabled, or it would not work reliably. This was not a software problem, but caused by a buggy chip set ... From owner-freebsd-bugs Wed Feb 7 15:33:44 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07722 for bugs-outgoing; Wed, 7 Feb 1996 15:33:44 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07703 Wed, 7 Feb 1996 15:33:38 -0800 (PST) Date: Wed, 7 Feb 1996 15:33:38 -0800 (PST) From: Stefan Esser Message-Id: <199602072333.PAA07703@freefall.freebsd.org> To: oli@devsoft.com, se, freebsd-bugs Subject: Re: kern/238 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: failed assertion in ncr.c --> no more scsi disk access State-Changed-From-To: open-closed State-Changed-By: se State-Changed-When: Wed Feb 7 15:31:53 PST 1996 State-Changed-Why: The DAT tape needs a QUIRK_NOMSG entry in device_table[] in ncr.c. From owner-freebsd-bugs Wed Feb 7 15:39:43 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07987 for bugs-outgoing; Wed, 7 Feb 1996 15:39:43 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07968 Wed, 7 Feb 1996 15:39:41 -0800 (PST) Date: Wed, 7 Feb 1996 15:39:41 -0800 (PST) From: Paul Traina Message-Id: <199602072339.PAA07968@freefall.freebsd.org> To: pst, freebsd-bugs, davidg Subject: Re: kern/216 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: /kernel: panic: ffs_alloccg: map corrupted Responsible-Changed-From-To: freebsd-bugs->davidg Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 15:39:00 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 15:42:43 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08227 for bugs-outgoing; Wed, 7 Feb 1996 15:42:43 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08207 Wed, 7 Feb 1996 15:42:40 -0800 (PST) Date: Wed, 7 Feb 1996 15:42:40 -0800 (PST) From: Paul Traina Message-Id: <199602072342.PAA08207@freefall.freebsd.org> To: starkhome!gene@sbstark.cs.sunysb.edu, pst, freebsd-bugs, davidg Subject: Re: kern/302 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Changing st tapes after extract crashes system State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Wed Feb 7 15:40:18 PST 1996 State-Changed-Why: Gene, is this bug still present in 2.1-RELEASE or 2.1-STABLE? Responsible-Changed-From-To: freebsd-bugs->davidg Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 15:40:18 PST 1996 Responsible-Changed-Why: Since they're vm messages, it makes sense for a vm person to look at it in addition to SCSI driver folks. From owner-freebsd-bugs Wed Feb 7 15:44:10 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08356 for bugs-outgoing; Wed, 7 Feb 1996 15:44:10 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08339 Wed, 7 Feb 1996 15:44:05 -0800 (PST) Date: Wed, 7 Feb 1996 15:44:05 -0800 (PST) From: Paul Traina Message-Id: <199602072344.PAA08339@freefall.freebsd.org> To: mrami@mramirez.sy.yale.edu, pst, freebsd-bugs Subject: Re: i386/369 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: AHA-154X-A problems State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Wed Feb 7 15:43:35 PST 1996 State-Changed-Why: Does not appear to be present in 2.1 or -current (at least no bug reports). From owner-freebsd-bugs Wed Feb 7 15:45:26 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08513 for bugs-outgoing; Wed, 7 Feb 1996 15:45:26 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08493 Wed, 7 Feb 1996 15:45:25 -0800 (PST) Date: Wed, 7 Feb 1996 15:45:25 -0800 (PST) From: Paul Traina Message-Id: <199602072345.PAA08493@freefall.freebsd.org> To: gpalmer@morton.cdrom.com, pst, freebsd-bugs, gpalmer Subject: Re: kern/376 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: tcpdump seems to cause spontaneous reboots State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Wed Feb 7 15:44:46 PST 1996 State-Changed-Why: Please verify that this bug has been fixed in 2.1 or later code. Responsible-Changed-From-To: freebsd-bugs->gpalmer Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 15:44:46 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 15:46:55 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08641 for bugs-outgoing; Wed, 7 Feb 1996 15:46:55 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08622 Wed, 7 Feb 1996 15:46:54 -0800 (PST) Date: Wed, 7 Feb 1996 15:46:54 -0800 (PST) From: Paul Traina Message-Id: <199602072346.PAA08622@freefall.freebsd.org> To: pb@fasterix.freenix.fr, pst, freebsd-bugs, davidg Subject: Re: kern/452 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: vnode swapping panics State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Wed Feb 7 15:45:54 PST 1996 State-Changed-Why: Please verify that this problem has been addressed in released code. Responsible-Changed-From-To: freebsd-bugs->davidg Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 15:45:54 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 15:47:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08691 for bugs-outgoing; Wed, 7 Feb 1996 15:47:09 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08671 Wed, 7 Feb 1996 15:47:06 -0800 (PST) Date: Wed, 7 Feb 1996 15:47:06 -0800 (PST) From: Stefan Esser Message-Id: <199602072347.PAA08671@freefall.freebsd.org> To: hohmuth@inf.tu-dresden.de, se, freebsd-bugs, se Subject: Re: kern/745 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: occasional filesystem inconsistencies, and "panic: ffs_valloc: dup alloc" State-Changed-From-To: open-feedback State-Changed-By: se State-Changed-When: Wed Feb 7 15:37:04 PST 1996 State-Changed-Why: This appears to have been pilot error: Running FSCK on a mounted file system reported inconsistencies, and "fixing" them made the system crash later on (not unexpectatly, IMHO). Responsible-Changed-From-To: freebsd-bugs->se Responsible-Changed-By: se Responsible-Changed-When: Wed Feb 7 15:37:04 PST 1996 Responsible-Changed-Why: Because nobody felt particularly responsible before ... From owner-freebsd-bugs Wed Feb 7 15:48:35 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08876 for bugs-outgoing; Wed, 7 Feb 1996 15:48:35 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08852 Wed, 7 Feb 1996 15:48:32 -0800 (PST) Date: Wed, 7 Feb 1996 15:48:32 -0800 (PST) From: Paul Traina Message-Id: <199602072348.PAA08852@freefall.freebsd.org> To: pst, freebsd-bugs, bde Subject: Re: kern/466 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Old Synopsis: Unexpected disk errors during installation/newfs New Synopsis: Unexpected disk errors with sector-mapping controllers Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 15:47:49 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 15:51:39 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09093 for bugs-outgoing; Wed, 7 Feb 1996 15:51:39 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09078 Wed, 7 Feb 1996 15:51:35 -0800 (PST) Date: Wed, 7 Feb 1996 15:51:35 -0800 (PST) From: Paul Traina Message-Id: <199602072351.PAA09078@freefall.freebsd.org> To: pst, freebsd-bugs, wollman Subject: Re: bin/817 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Wrong route to remote network Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 15:51:18 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 15:52:30 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09225 for bugs-outgoing; Wed, 7 Feb 1996 15:52:30 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09206 Wed, 7 Feb 1996 15:52:29 -0800 (PST) Date: Wed, 7 Feb 1996 15:52:29 -0800 (PST) From: Paul Traina Message-Id: <199602072352.PAA09206@freefall.freebsd.org> To: pst, freebsd-bugs, wollman Subject: Re: kern/827 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: System hangs when doing a "route add" command Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 15:52:07 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 15:53:54 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09361 for bugs-outgoing; Wed, 7 Feb 1996 15:53:54 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09343 Wed, 7 Feb 1996 15:53:52 -0800 (PST) Date: Wed, 7 Feb 1996 15:53:52 -0800 (PST) From: Mike Pritchard Message-Id: <199602072353.PAA09343@freefall.freebsd.org> To: starkhome!gene@sbstark.cs.sunysb.edu, mpp, freebsd-bugs Subject: Re: bin/300 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: __fdnlist fails on kernels created by cc -g and strip -x State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Wed Feb 7 15:53:31 PST 1996 State-Changed-Why: Fixed in -current. From owner-freebsd-bugs Wed Feb 7 15:54:53 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09472 for bugs-outgoing; Wed, 7 Feb 1996 15:54:53 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09453 Wed, 7 Feb 1996 15:54:51 -0800 (PST) Date: Wed, 7 Feb 1996 15:54:51 -0800 (PST) From: Paul Traina Message-Id: <199602072354.PAA09453@freefall.freebsd.org> To: peter@jhome.DIALix.COM, pst, freebsd-bugs, peter Subject: Re: kern/840 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Kernel page directory invalid State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Wed Feb 7 15:54:10 PST 1996 State-Changed-Why: Peter, is this still the case? Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 15:54:10 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 15:56:45 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09652 for bugs-outgoing; Wed, 7 Feb 1996 15:56:45 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09628 Wed, 7 Feb 1996 15:56:43 -0800 (PST) Date: Wed, 7 Feb 1996 15:56:43 -0800 (PST) From: Paul Traina Message-Id: <199602072356.PAA09628@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: ports/944 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Security fixes for Fvwm 1.24r Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 15:56:28 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:06:35 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10185 for bugs-outgoing; Wed, 7 Feb 1996 16:06:35 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10165 Wed, 7 Feb 1996 16:06:32 -0800 (PST) Date: Wed, 7 Feb 1996 16:06:32 -0800 (PST) From: Paul Traina Message-Id: <199602080006.QAA10165@freefall.freebsd.org> To: fortin@zap.qc.ca, pst, freebsd-bugs, bde Subject: Re: kern/965 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: 2.0.5: system crashes daily because of "multiple frees" in if_ppp.c State-Changed-From-To: open-analyzed State-Changed-By: pst State-Changed-When: Wed Feb 7 16:05:33 PST 1996 State-Changed-Why: Bruce, your comment is that this hasn't made it into stable. Should it be placed in stable? What about fixing AST cards? Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:05:33 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:10:24 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10541 for bugs-outgoing; Wed, 7 Feb 1996 16:10:24 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10522 Wed, 7 Feb 1996 16:10:23 -0800 (PST) Date: Wed, 7 Feb 1996 16:10:23 -0800 (PST) From: Paul Traina Message-Id: <199602080010.QAA10522@freefall.freebsd.org> To: pst, freebsd-bugs, bde Subject: Re: bin/809 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: `.' gives the minimum number of (DIGITS+SIGN) Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:09:15 PST 1996 Responsible-Changed-Why: Bruce, _should_ this be fixed? If not, please close it. From owner-freebsd-bugs Wed Feb 7 16:14:34 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10760 for bugs-outgoing; Wed, 7 Feb 1996 16:14:34 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10740 Wed, 7 Feb 1996 16:14:31 -0800 (PST) Date: Wed, 7 Feb 1996 16:14:31 -0800 (PST) From: Paul Traina Message-Id: <199602080014.QAA10740@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: bin/941 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pkg_create removes current directory if interupted Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:13:19 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:15:38 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10882 for bugs-outgoing; Wed, 7 Feb 1996 16:15:38 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10866 Wed, 7 Feb 1996 16:15:36 -0800 (PST) Date: Wed, 7 Feb 1996 16:15:36 -0800 (PST) From: Paul Traina Message-Id: <199602080015.QAA10866@freefall.freebsd.org> To: hsu@fx7.cs.hut.fi, pst, freebsd-bugs Subject: Re: bin/188 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: disklabel uses c partition by default, kernel says d State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Wed Feb 7 16:15:16 PST 1996 State-Changed-Why: Fixed with new slice code. From owner-freebsd-bugs Wed Feb 7 16:17:22 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11061 for bugs-outgoing; Wed, 7 Feb 1996 16:17:22 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11046 Wed, 7 Feb 1996 16:17:17 -0800 (PST) Date: Wed, 7 Feb 1996 16:17:17 -0800 (PST) From: Paul Traina Message-Id: <199602080017.QAA11046@freefall.freebsd.org> To: root@crlabs.com, pst, freebsd-bugs Subject: Re: kern/288 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: panic: free: multiple frees State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Wed Feb 7 16:16:48 PST 1996 State-Changed-Why: Not enough information, no further bug reports found. From owner-freebsd-bugs Wed Feb 7 16:19:31 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11231 for bugs-outgoing; Wed, 7 Feb 1996 16:19:31 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11215 Wed, 7 Feb 1996 16:19:29 -0800 (PST) Date: Wed, 7 Feb 1996 16:19:29 -0800 (PST) From: Paul Traina Message-Id: <199602080019.QAA11215@freefall.freebsd.org> To: uhclem%nemesis@fw.ast.com, pst, freebsd-bugs, uhclem Subject: Re: bin/327 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Clock management punishes you if CMOS != GMT FDIV020 State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Wed Feb 7 16:18:37 PST 1996 State-Changed-Why: Frank, please verify you're happy with current behavior. Responsible-Changed-From-To: freebsd-bugs->uhclem Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:18:37 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:23:44 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11573 for bugs-outgoing; Wed, 7 Feb 1996 16:23:44 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11559 Wed, 7 Feb 1996 16:23:43 -0800 (PST) Date: Wed, 7 Feb 1996 16:23:43 -0800 (PST) From: Paul Traina Message-Id: <199602080023.QAA11559@freefall.freebsd.org> To: jj@ldjpc.apana.org.au, pst, freebsd-bugs, wollman Subject: Re: kern/284 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Network gives permission denied State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Wed Feb 7 16:20:12 PST 1996 State-Changed-Why: Is this still present? Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:20:12 PST 1996 Responsible-Changed-Why: Kerberos & Networking experts... do you thing. :-) I saw no obvious networking problem. Telnet doesn't need to be setuid. From owner-freebsd-bugs Wed Feb 7 16:27:43 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11970 for bugs-outgoing; Wed, 7 Feb 1996 16:27:43 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11950 Wed, 7 Feb 1996 16:27:42 -0800 (PST) Date: Wed, 7 Feb 1996 16:27:42 -0800 (PST) From: Paul Traina Message-Id: <199602080027.QAA11950@freefall.freebsd.org> To: joerg_wunsch@uriah.heep.sax.de, pst, freebsd-bugs, joerg Subject: Re: kern/287 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Several header files are not consistent State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Wed Feb 7 16:26:36 PST 1996 State-Changed-Why: This should have been fixed, please verify and close out this bug. Responsible-Changed-From-To: freebsd-bugs->joerg Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:26:36 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:30:55 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12386 for bugs-outgoing; Wed, 7 Feb 1996 16:30:55 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12351 Wed, 7 Feb 1996 16:30:52 -0800 (PST) Date: Wed, 7 Feb 1996 16:30:52 -0800 (PST) From: Paul Traina Message-Id: <199602080030.QAA12351@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: kern/611 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: WIDE-dhcp doesn't work with FreeBSD-2.0 bpf Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:30:26 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:32:53 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12757 for bugs-outgoing; Wed, 7 Feb 1996 16:32:53 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12741 Wed, 7 Feb 1996 16:32:51 -0800 (PST) Date: Wed, 7 Feb 1996 16:32:51 -0800 (PST) From: Paul Traina Message-Id: <199602080032.QAA12741@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: kern/614 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: SCSI tape timeout for forward space file is too short Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:32:35 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:33:23 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12861 for bugs-outgoing; Wed, 7 Feb 1996 16:33:23 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12842 Wed, 7 Feb 1996 16:33:21 -0800 (PST) Date: Wed, 7 Feb 1996 16:33:21 -0800 (PST) From: Paul Traina Message-Id: <199602080033.QAA12842@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: bin/624 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pkg_manage doesn't show directory symlinks Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:33:03 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:36:22 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13260 for bugs-outgoing; Wed, 7 Feb 1996 16:36:22 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13238 Wed, 7 Feb 1996 16:36:15 -0800 (PST) Date: Wed, 7 Feb 1996 16:36:15 -0800 (PST) From: Paul Traina Message-Id: <199602080036.QAA13238@freefall.freebsd.org> To: henrich@crh.cl.msu.edu, pst, freebsd-bugs, sos Subject: Re: kern/625 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: keyboard lockups during boot and forever after State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Wed Feb 7 16:33:49 PST 1996 State-Changed-Why: Charles, is this bug still present, or can we close it out? Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:33:49 PST 1996 Responsible-Changed-Why: syscons issue From owner-freebsd-bugs Wed Feb 7 16:37:18 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13384 for bugs-outgoing; Wed, 7 Feb 1996 16:37:18 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13365 Wed, 7 Feb 1996 16:37:17 -0800 (PST) Date: Wed, 7 Feb 1996 16:37:17 -0800 (PST) From: Paul Traina Message-Id: <199602080037.QAA13365@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: kern/627 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: vidcontrol causes crash when booted with sc0 disabled Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:36:56 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:38:59 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13546 for bugs-outgoing; Wed, 7 Feb 1996 16:38:59 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13526 Wed, 7 Feb 1996 16:38:57 -0800 (PST) Date: Wed, 7 Feb 1996 16:38:57 -0800 (PST) From: Paul Traina Message-Id: <199602080038.QAA13526@freefall.freebsd.org> To: pst, freebsd-bugs, asami Subject: Re: kern/629 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: user mode ppp dies when sending Responsible-Changed-From-To: freebsd-bugs->asami Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:38:04 PST 1996 Responsible-Changed-Why: user mode ppp (just close this out if Bruce is cool.) From owner-freebsd-bugs Wed Feb 7 16:40:52 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13822 for bugs-outgoing; Wed, 7 Feb 1996 16:40:52 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13803 Wed, 7 Feb 1996 16:40:49 -0800 (PST) Date: Wed, 7 Feb 1996 16:40:49 -0800 (PST) From: Paul Traina Message-Id: <199602080040.QAA13803@freefall.freebsd.org> To: pst, freebsd-bugs, mpp Subject: Re: kern/637 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: If used heavily, ahc will crash, with disk timeouts Responsible-Changed-From-To: freebsd-bugs->mpp Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:40:05 PST 1996 Responsible-Changed-Why: Mike, please take responsiblity for feedback. From owner-freebsd-bugs Wed Feb 7 16:42:31 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13954 for bugs-outgoing; Wed, 7 Feb 1996 16:42:31 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13931 Wed, 7 Feb 1996 16:42:28 -0800 (PST) Date: Wed, 7 Feb 1996 16:42:28 -0800 (PST) From: Paul Traina Message-Id: <199602080042.QAA13931@freefall.freebsd.org> To: toor@devetir.qld.gov.au, pst, freebsd-bugs, jkh Subject: Re: kern/647 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Sound cards fail to work State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Wed Feb 7 16:41:31 PST 1996 State-Changed-Why: Stephen, please let us know ASAP if you're still having problems, otherwise Jordan will close out this bug soon. Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:41:31 PST 1996 Responsible-Changed-Why: Jordan is sound liason. :-) From owner-freebsd-bugs Wed Feb 7 16:45:40 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14276 for bugs-outgoing; Wed, 7 Feb 1996 16:45:40 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14257 Wed, 7 Feb 1996 16:45:38 -0800 (PST) Date: Wed, 7 Feb 1996 16:45:38 -0800 (PST) From: Paul Traina Message-Id: <199602080045.QAA14257@freefall.freebsd.org> To: pst, freebsd-bugs, bde Subject: Re: bin/648 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Old Synopsis: Formatted output is not converted correctly New Synopsis: printf format conversion incorrect (duplicate) Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:43:34 PST 1996 Responsible-Changed-Why: Bruce did the analysis on the other bug. From owner-freebsd-bugs Wed Feb 7 16:48:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14467 for bugs-outgoing; Wed, 7 Feb 1996 16:48:03 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14438 Wed, 7 Feb 1996 16:48:01 -0800 (PST) Date: Wed, 7 Feb 1996 16:48:01 -0800 (PST) From: Paul Traina Message-Id: <199602080048.QAA14438@freefall.freebsd.org> To: pst, freebsd-bugs, wollman Subject: Re: kern/761 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: route add may cause panic when used incorrectly Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:47:48 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:50:13 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14733 for bugs-outgoing; Wed, 7 Feb 1996 16:50:13 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14713 Wed, 7 Feb 1996 16:50:10 -0800 (PST) Date: Wed, 7 Feb 1996 16:50:10 -0800 (PST) From: Paul Traina Message-Id: <199602080050.QAA14713@freefall.freebsd.org> To: d_burr@ix.netcom.com, pst, freebsd-bugs Subject: Re: ports/829 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: the lynx patches don't patch things correctly State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Wed Feb 7 16:49:53 PST 1996 State-Changed-Why: Fixed in -stable and -current. From owner-freebsd-bugs Wed Feb 7 16:50:19 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14757 for bugs-outgoing; Wed, 7 Feb 1996 16:50:19 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA14743 Wed, 7 Feb 1996 16:50:15 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id QAA00947; Wed, 7 Feb 1996 16:50:06 -0800 (PST) Date: Wed, 7 Feb 1996 16:50:06 -0800 (PST) Message-Id: <199602080050.QAA00947@silvia.HIP.Berkeley.EDU> To: pst@freefall.freebsd.org CC: pst@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org In-reply-to: <199602080038.QAA13526@freefall.freebsd.org> (message from Paul Traina on Wed, 7 Feb 1996 16:38:57 -0800 (PST)) Subject: Re: kern/629 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-bugs@FreeBSD.ORG Precedence: bulk * Responsible-Changed-From-To: freebsd-bugs->asami * Responsible-Changed-Why: * user mode ppp Hey Paul, stop assigning user-mode ppp stuff to me! Maybe you have trouble with Japanese names? ;) Satoshi P.S. >> finger amurai@freefall [freefall.freebsd.org] Login: amurai Name: Atsushi Murai : ^^^^^^^^^^^^^ From owner-freebsd-bugs Wed Feb 7 16:52:13 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15042 for bugs-outgoing; Wed, 7 Feb 1996 16:52:13 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15020 Wed, 7 Feb 1996 16:52:11 -0800 (PST) Date: Wed, 7 Feb 1996 16:52:11 -0800 (PST) From: Paul Traina Message-Id: <199602080052.QAA15020@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: kern/860 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: visual mode in kernel -c is too restrictive Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:51:56 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:52:46 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15147 for bugs-outgoing; Wed, 7 Feb 1996 16:52:46 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15135 Wed, 7 Feb 1996 16:52:44 -0800 (PST) Date: Wed, 7 Feb 1996 16:52:44 -0800 (PST) From: Paul Traina Message-Id: <199602080052.QAA15135@freefall.freebsd.org> To: pst, freebsd-bugs, joerg Subject: Re: kern/866 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pcvt causes system console to lock up Responsible-Changed-From-To: freebsd-bugs->joerg Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:52:33 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:55:00 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15290 for bugs-outgoing; Wed, 7 Feb 1996 16:55:00 -0800 (PST) Received: from spooky.rwwa.com (rwwa.com [198.115.177.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA15277 Wed, 7 Feb 1996 16:54:47 -0800 (PST) Received: from localhost.rwwa.com (localhost.rwwa.com [127.0.0.1]) by spooky.rwwa.com (8.6.12/8.6.12) with SMTP id TAA00578; Wed, 7 Feb 1996 19:54:45 -0500 Message-Id: <199602080054.TAA00578@spooky.rwwa.com> X-Authentication-Warning: spooky.rwwa.com: Host localhost.rwwa.com didn't use HELO protocol X-Mailer: exmh version 1.6.5 12/11/95 To: Paul Traina cc: witr@rwwa.com, core@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org Subject: Re: i386/79 In-reply-to: Your message of "Tue, 06 Feb 1996 23:39:01 PST." <199602070739.XAA06345@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 07 Feb 1996 19:54:44 -0500 From: Robert Withrow Sender: owner-bugs@FreeBSD.ORG Precedence: bulk > Synopsis: Reboots sometimes don't complete. > > Robert, are you still experiencing these problems? > May we close this bug? Not in 2.0.5 or 2.1. I think this happened in 2.0. Thanks ----------------------------------------------------------------------------- Robert Withrow, Tel: +1 617 592 8935, Net: witr@rwwa.COM From owner-freebsd-bugs Wed Feb 7 16:55:37 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15392 for bugs-outgoing; Wed, 7 Feb 1996 16:55:37 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15379 Wed, 7 Feb 1996 16:55:35 -0800 (PST) Date: Wed, 7 Feb 1996 16:55:35 -0800 (PST) From: Paul Traina Message-Id: <199602080055.QAA15379@freefall.freebsd.org> To: pst, freebsd-bugs, wollman Subject: Re: bin/873 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Invalid route to remote network Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:53:43 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:56:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15610 for bugs-outgoing; Wed, 7 Feb 1996 16:56:07 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15545 Wed, 7 Feb 1996 16:56:05 -0800 (PST) Date: Wed, 7 Feb 1996 16:56:05 -0800 (PST) From: Paul Traina Message-Id: <199602080056.QAA15545@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: misc/882 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Makefile is not smart enough to bypass libraries... Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:55:39 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 16:59:32 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15941 for bugs-outgoing; Wed, 7 Feb 1996 16:59:32 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15922 Wed, 7 Feb 1996 16:59:29 -0800 (PST) Date: Wed, 7 Feb 1996 16:59:29 -0800 (PST) From: Paul Traina Message-Id: <199602080059.QAA15922@freefall.freebsd.org> To: pst, freebsd-bugs, wollman Subject: Re: bin/910 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Connection times out Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 16:58:33 PST 1996 Responsible-Changed-Why: Spun the dice, either it's an iijppp problem or tcp extensions problem. tcp extensions lost. From owner-freebsd-bugs Wed Feb 7 17:00:50 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16269 for bugs-outgoing; Wed, 7 Feb 1996 17:00:50 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16250 Wed, 7 Feb 1996 17:00:48 -0800 (PST) Date: Wed, 7 Feb 1996 17:00:48 -0800 (PST) From: Paul Traina Message-Id: <199602080100.RAA16250@freefall.freebsd.org> To: pst, freebsd-bugs, ache Subject: Re: ports/928 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: PGP port will not build cleanly Responsible-Changed-From-To: freebsd-bugs->ache Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:00:22 PST 1996 Responsible-Changed-Why: pgp master From owner-freebsd-bugs Wed Feb 7 17:03:48 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16552 for bugs-outgoing; Wed, 7 Feb 1996 17:03:48 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16532 Wed, 7 Feb 1996 17:03:45 -0800 (PST) Date: Wed, 7 Feb 1996 17:03:45 -0800 (PST) From: Paul Traina Message-Id: <199602080103.RAA16532@freefall.freebsd.org> To: pst, freebsd-bugs, fenner Subject: Re: bin/981 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: clnt_broadcast() is not aware of aliases Responsible-Changed-From-To: freebsd-bugs->fenner Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:03:17 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:04:50 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16769 for bugs-outgoing; Wed, 7 Feb 1996 17:04:50 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16741 Wed, 7 Feb 1996 17:04:48 -0800 (PST) Date: Wed, 7 Feb 1996 17:04:48 -0800 (PST) From: Paul Traina Message-Id: <199602080104.RAA16741@freefall.freebsd.org> To: pst, freebsd-bugs, joerg Subject: Re: kern/991 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pcvt keyboard doesn't accept input at crash reboot Responsible-Changed-From-To: freebsd-bugs->joerg Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:04:29 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:05:45 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16918 for bugs-outgoing; Wed, 7 Feb 1996 17:05:45 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16902 Wed, 7 Feb 1996 17:05:43 -0800 (PST) Date: Wed, 7 Feb 1996 17:05:43 -0800 (PST) From: Paul Traina Message-Id: <199602080105.RAA16902@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: misc/995 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: /var/run/gated.pid is deleted Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:05:26 PST 1996 Responsible-Changed-Why: install stuff... From owner-freebsd-bugs Wed Feb 7 17:06:47 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17047 for bugs-outgoing; Wed, 7 Feb 1996 17:06:47 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17028 Wed, 7 Feb 1996 17:06:45 -0800 (PST) Date: Wed, 7 Feb 1996 17:06:45 -0800 (PST) From: Paul Traina Message-Id: <199602080106.RAA17028@freefall.freebsd.org> To: pst, freebsd-bugs, bde Subject: Re: kern/998 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: badness in file system silently crashes machine Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:06:32 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:08:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17228 for bugs-outgoing; Wed, 7 Feb 1996 17:08:09 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17209 Wed, 7 Feb 1996 17:08:07 -0800 (PST) Date: Wed, 7 Feb 1996 17:08:07 -0800 (PST) From: Paul Traina Message-Id: <199602080108.RAA17209@freefall.freebsd.org> To: muir@idiom.com, pst, freebsd-bugs Subject: Re: misc/118 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: use of 386bsd partition tag makes multi-os boot harder State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Wed Feb 7 17:07:42 PST 1996 State-Changed-Why: The new install should DTRT in 2.1 and later. From owner-freebsd-bugs Wed Feb 7 17:09:17 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17365 for bugs-outgoing; Wed, 7 Feb 1996 17:09:17 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17345 Wed, 7 Feb 1996 17:09:16 -0800 (PST) Date: Wed, 7 Feb 1996 17:09:16 -0800 (PST) From: Paul Traina Message-Id: <199602080109.RAA17345@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: bin/124 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: traceroute doesn't support -g flag. Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:09:02 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:13:43 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17692 for bugs-outgoing; Wed, 7 Feb 1996 17:13:43 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17678 Wed, 7 Feb 1996 17:13:41 -0800 (PST) Date: Wed, 7 Feb 1996 17:13:41 -0800 (PST) From: Paul Traina Message-Id: <199602080113.RAA17678@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: docs/132 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: gettytab documentation is split between /etc/gettytab and man page Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:13:14 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:15:10 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17834 for bugs-outgoing; Wed, 7 Feb 1996 17:15:10 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA17803 Wed, 7 Feb 1996 17:14:58 -0800 (PST) Date: Wed, 7 Feb 1996 17:14:58 -0800 (PST) From: Paul Traina Message-Id: <199602080114.RAA17803@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: kern/247 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Berkeley Packet Filter fix Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:14:26 PST 1996 Responsible-Changed-Why: Duplicate of WIDE iij-ppp problem (with fix) From owner-freebsd-bugs Wed Feb 7 17:17:17 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18036 for bugs-outgoing; Wed, 7 Feb 1996 17:17:17 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18022 Wed, 7 Feb 1996 17:17:05 -0800 (PST) Date: Wed, 7 Feb 1996 17:17:05 -0800 (PST) From: Paul Traina Message-Id: <199602080117.RAA18022@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: docs/341 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: vnconfig(8) disagrees with its man page Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:15:15 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:19:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18147 for bugs-outgoing; Wed, 7 Feb 1996 17:19:08 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18122 Wed, 7 Feb 1996 17:18:27 -0800 (PST) Date: Wed, 7 Feb 1996 17:18:27 -0800 (PST) From: Paul Traina Message-Id: <199602080118.RAA18122@freefall.freebsd.org> To: dkelly@nebula.tbe.com, pst, freebsd-bugs Subject: Re: misc/344 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Signal 11 when running a user program State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Wed Feb 7 17:17:40 PST 1996 State-Changed-Why: Not enough info, likely fixed in 2.1. From owner-freebsd-bugs Wed Feb 7 17:19:43 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18240 for bugs-outgoing; Wed, 7 Feb 1996 17:19:43 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18217 Wed, 7 Feb 1996 17:19:16 -0800 (PST) Date: Wed, 7 Feb 1996 17:19:16 -0800 (PST) From: Paul Traina Message-Id: <199602080119.RAA18217@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: bin/357 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pkg_delete aborts when subcommand fails Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:19:04 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:23:18 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA18483 for bugs-outgoing; Wed, 7 Feb 1996 17:23:18 -0800 (PST) Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA18424 Wed, 7 Feb 1996 17:22:31 -0800 (PST) Received: (from henrich@localhost) by crh.cl.msu.edu (8.6.12/8.6.12) id UAA17890; Wed, 7 Feb 1996 20:21:55 -0500 From: Charles Henrich Message-Id: <199602080121.UAA17890@crh.cl.msu.edu> Subject: Re: kern/625 To: pst@freefall.freebsd.org (Paul Traina) Date: Wed, 7 Feb 1996 20:21:55 -0500 (EST) Cc: pst@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org, sos@freefall.freebsd.org In-Reply-To: <199602080036.QAA13238@freefall.freebsd.org> from "Paul Traina" at Feb 7, 96 04:36:15 pm X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG Precedence: bulk > Synopsis: keyboard lockups during boot and forever after > > State-Changed-From-To: open-feedback > State-Changed-By: pst > State-Changed-When: Wed Feb 7 16:33:49 PST 1996 > State-Changed-Why: > Charles, is this bug still present, or can we close it out? > That went away sometime after 2.0.5R, close away! -Crh Charles Henrich Michigan State University henrich@crh.cl.msu.edu http://rs560.msu.edu/~henrich/ From owner-freebsd-bugs Wed Feb 7 17:28:56 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19058 for bugs-outgoing; Wed, 7 Feb 1996 17:28:56 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19042 Wed, 7 Feb 1996 17:28:54 -0800 (PST) Date: Wed, 7 Feb 1996 17:28:54 -0800 (PST) From: Paul Traina Message-Id: <199602080128.RAA19042@freefall.freebsd.org> To: pst, pst, freebsd-bugs Subject: Re: kern/366 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: queue changes broke ISO tpip code State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Wed Feb 7 17:19:38 PST 1996 State-Changed-Why: ISO is dead. Long live ISO^H^HPv6. From owner-freebsd-bugs Wed Feb 7 17:29:43 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19183 for bugs-outgoing; Wed, 7 Feb 1996 17:29:43 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19171 Wed, 7 Feb 1996 17:29:41 -0800 (PST) Date: Wed, 7 Feb 1996 17:29:41 -0800 (PST) From: Paul Traina Message-Id: <199602080129.RAA19171@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: bin/184 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: send-pr says "Aborting ..." and happily removes the report Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:29:28 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:30:58 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19371 for bugs-outgoing; Wed, 7 Feb 1996 17:30:58 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19351 Wed, 7 Feb 1996 17:30:56 -0800 (PST) Date: Wed, 7 Feb 1996 17:30:56 -0800 (PST) From: Paul Traina Message-Id: <199602080130.RAA19351@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: bin/499 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pkg_manage percent done is broken/dependancies arent checked? Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:30:32 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:31:31 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19477 for bugs-outgoing; Wed, 7 Feb 1996 17:31:31 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19466 Wed, 7 Feb 1996 17:31:29 -0800 (PST) Date: Wed, 7 Feb 1996 17:31:29 -0800 (PST) From: Paul Traina Message-Id: <199602080131.RAA19466@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: bin/500 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pkg_manage fails to continue without return sometimes. Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:31:02 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:32:38 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19678 for bugs-outgoing; Wed, 7 Feb 1996 17:32:38 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19659 Wed, 7 Feb 1996 17:32:37 -0800 (PST) Date: Wed, 7 Feb 1996 17:32:37 -0800 (PST) From: Paul Traina Message-Id: <199602080132.RAA19659@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: bin/506 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: "Release" id generated by send-pr looks incorrect. Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:31:33 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:33:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19789 for bugs-outgoing; Wed, 7 Feb 1996 17:33:27 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19770 Wed, 7 Feb 1996 17:33:25 -0800 (PST) Date: Wed, 7 Feb 1996 17:33:25 -0800 (PST) From: Paul Traina Message-Id: <199602080133.RAA19770@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: bin/517 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Bad group change with 'install' Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:32:43 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:33:42 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19882 for bugs-outgoing; Wed, 7 Feb 1996 17:33:42 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19866 Wed, 7 Feb 1996 17:33:40 -0800 (PST) Date: Wed, 7 Feb 1996 17:33:40 -0800 (PST) From: Paul Traina Message-Id: <199602080133.RAA19866@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: docs/520 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: instructions are not clear as to what the url should point to Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:33:28 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:35:49 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20100 for bugs-outgoing; Wed, 7 Feb 1996 17:35:49 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20081 Wed, 7 Feb 1996 17:35:46 -0800 (PST) Date: Wed, 7 Feb 1996 17:35:46 -0800 (PST) From: Paul Traina Message-Id: <199602080135.RAA20081@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: docs/521 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: catgets() man page error Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:35:16 PST 1996 Responsible-Changed-Why: Jordan imported it. It's still broken. From owner-freebsd-bugs Wed Feb 7 17:37:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20315 for bugs-outgoing; Wed, 7 Feb 1996 17:37:04 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20300 Wed, 7 Feb 1996 17:36:59 -0800 (PST) Date: Wed, 7 Feb 1996 17:36:59 -0800 (PST) From: Paul Traina Message-Id: <199602080136.RAA20300@freefall.freebsd.org> To: scott@zorch.sf-bay.org, pst, freebsd-bugs Subject: Re: conf/529 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Please put mountd's '-n' flag into /etc/sysconfig State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Wed Feb 7 17:36:41 PST 1996 State-Changed-Why: Done. From owner-freebsd-bugs Wed Feb 7 17:39:31 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20502 for bugs-outgoing; Wed, 7 Feb 1996 17:39:31 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20486 Wed, 7 Feb 1996 17:39:29 -0800 (PST) Date: Wed, 7 Feb 1996 17:39:29 -0800 (PST) From: Paul Traina Message-Id: <199602080139.RAA20486@freefall.freebsd.org> To: pst, freebsd-bugs, ache Subject: Re: bin/569 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Slattach behaviour inconsistant Responsible-Changed-From-To: freebsd-bugs->ache Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:39:12 PST 1996 Responsible-Changed-Why: slip master From owner-freebsd-bugs Wed Feb 7 17:40:35 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20791 for bugs-outgoing; Wed, 7 Feb 1996 17:40:35 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20772 Wed, 7 Feb 1996 17:40:33 -0800 (PST) Date: Wed, 7 Feb 1996 17:40:33 -0800 (PST) From: Paul Traina Message-Id: <199602080140.RAA20772@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: conf/589 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: /etc/rc should eval amd ${amdflags} Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:40:18 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:41:28 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20908 for bugs-outgoing; Wed, 7 Feb 1996 17:41:28 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20889 Wed, 7 Feb 1996 17:41:27 -0800 (PST) Date: Wed, 7 Feb 1996 17:41:27 -0800 (PST) From: Paul Traina Message-Id: <199602080141.RAA20889@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: bin/599 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pkg_add does not stop if dependencies are missing Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:41:18 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:43:23 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21023 for bugs-outgoing; Wed, 7 Feb 1996 17:43:23 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21011 Wed, 7 Feb 1996 17:43:21 -0800 (PST) Date: Wed, 7 Feb 1996 17:43:21 -0800 (PST) From: Paul Traina Message-Id: <199602080143.RAA21011@freefall.freebsd.org> To: muir@idiom.com, pst, freebsd-bugs Subject: Re: bin/635 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: makefile for sbin/route doesn't make keywords.h when needed State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Wed Feb 7 17:43:05 PST 1996 State-Changed-Why: Fixed by jkh in 2.1 From owner-freebsd-bugs Wed Feb 7 17:44:18 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21257 for bugs-outgoing; Wed, 7 Feb 1996 17:44:18 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21238 Wed, 7 Feb 1996 17:44:16 -0800 (PST) Date: Wed, 7 Feb 1996 17:44:16 -0800 (PST) From: Paul Traina Message-Id: <199602080144.RAA21238@freefall.freebsd.org> To: pst, freebsd-bugs, wollman Subject: Re: kern/653 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: ftp or kernel - multiple transfers when sendport disabled are slow Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:44:05 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:45:28 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21384 for bugs-outgoing; Wed, 7 Feb 1996 17:45:28 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21365 Wed, 7 Feb 1996 17:45:26 -0800 (PST) Date: Wed, 7 Feb 1996 17:45:26 -0800 (PST) From: Paul Traina Message-Id: <199602080145.RAA21365@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: ports/665 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pkg_manage can't handle installing dvips Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:45:14 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:46:21 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21494 for bugs-outgoing; Wed, 7 Feb 1996 17:46:21 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21478 Wed, 7 Feb 1996 17:46:17 -0800 (PST) Date: Wed, 7 Feb 1996 17:46:17 -0800 (PST) From: Paul Traina Message-Id: <199602080146.RAA21478@freefall.freebsd.org> To: phealy@mvc.ie, pst, freebsd-bugs, peter Subject: Re: kern/674 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: quad speed cdrom not being found State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Wed Feb 7 17:45:53 PST 1996 State-Changed-Why: Was this fixed in 2.1? Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:45:53 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:49:51 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA21737 for bugs-outgoing; Wed, 7 Feb 1996 17:49:51 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA21732 for ; Wed, 7 Feb 1996 17:49:49 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id RAA01689; Wed, 7 Feb 1996 17:49:14 -0800 (PST) Message-Id: <199602080149.RAA01689@precipice.shockwave.com> To: asami@cs.berkeley.edu (Satoshi Asami) cc: freebsd-bugs@freefall.freebsd.org Subject: Re: kern/629 In-reply-to: Your message of "Wed, 07 Feb 1996 16:50:06 PST." <199602080050.QAA00947@silvia.HIP.Berkeley.EDU> Date: Wed, 07 Feb 1996 17:49:14 -0800 From: Paul Traina Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Sorry Satoshi... I mis-read it last night. I'll go change them. Paul From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: kern/629 * Responsible-Changed-From-To: freebsd-bugs->asami * Responsible-Changed-Why: * user mode ppp Hey Paul, stop assigning user-mode ppp stuff to me! Maybe you have trouble with Japanese names? ;) Satoshi P.S. >> finger amurai@freefall [freefall.freebsd.org] Login: amurai Name: Atsushi Murai : ^^^^^^^^^^^^^ From owner-freebsd-bugs Wed Feb 7 17:52:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22111 for bugs-outgoing; Wed, 7 Feb 1996 17:52:08 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22092 Wed, 7 Feb 1996 17:52:06 -0800 (PST) Date: Wed, 7 Feb 1996 17:52:06 -0800 (PST) From: Paul Traina Message-Id: <199602080152.RAA22092@freefall.freebsd.org> To: pst, freebsd-bugs, sos Subject: Re: kern/994 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: syscons bug in ESC[nX handling (w/fix) Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:51:53 PST 1996 Responsible-Changed-Why: syscons From owner-freebsd-bugs Wed Feb 7 17:52:55 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22225 for bugs-outgoing; Wed, 7 Feb 1996 17:52:55 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22200 Wed, 7 Feb 1996 17:52:51 -0800 (PST) Date: Wed, 7 Feb 1996 17:52:51 -0800 (PST) From: Paul Traina Message-Id: <199602080152.RAA22200@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: ports/969 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Duplicate error messages from pkg_add/Make process Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:52:27 PST 1996 Responsible-Changed-Why: package From owner-freebsd-bugs Wed Feb 7 17:56:53 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22538 for bugs-outgoing; Wed, 7 Feb 1996 17:56:53 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22518 Wed, 7 Feb 1996 17:56:51 -0800 (PST) Date: Wed, 7 Feb 1996 17:56:51 -0800 (PST) From: Paul Traina Message-Id: <199602080156.RAA22518@freefall.freebsd.org> To: pst, freebsd-bugs, asami Subject: Re: ports/968 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Netscape & cern_httpd ports out of date/dead links Responsible-Changed-From-To: freebsd-bugs->asami Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:55:24 PST 1996 Responsible-Changed-Why: Satoshi, I'm assigning this to you in spite of the original synopsis because there are several suggestions being made about the ports system. I believe Andrew has fixed cern_httpd and Frank has an old ports dirctory. From owner-freebsd-bugs Wed Feb 7 17:57:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22566 for bugs-outgoing; Wed, 7 Feb 1996 17:57:08 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA22561 for ; Wed, 7 Feb 1996 17:57:04 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id RAA01397; Wed, 7 Feb 1996 17:56:54 -0800 (PST) Date: Wed, 7 Feb 1996 17:56:54 -0800 (PST) Message-Id: <199602080156.RAA01397@silvia.HIP.Berkeley.EDU> To: pst@shockwave.com CC: freebsd-bugs@freefall.freebsd.org In-reply-to: <199602080149.RAA01689@precipice.shockwave.com> (message from Paul Traina on Wed, 07 Feb 1996 17:49:14 -0800) Subject: Re: kern/629 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-bugs@FreeBSD.ORG Precedence: bulk * Sorry Satoshi... I mis-read it last night. I'll go change them. No problem, you aren't the first one who confused us two.... :) Satoshi P.S. I'm not going to mention who was the other one...ok, Joerg? :> From owner-freebsd-bugs Wed Feb 7 17:57:39 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22663 for bugs-outgoing; Wed, 7 Feb 1996 17:57:39 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22651 Wed, 7 Feb 1996 17:57:38 -0800 (PST) Date: Wed, 7 Feb 1996 17:57:38 -0800 (PST) From: Paul Traina Message-Id: <199602080157.RAA22651@freefall.freebsd.org> To: pst, freebsd-bugs, asami Subject: Re: ports/955 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: make CFLAGS=whatever for a port will not be honored Responsible-Changed-From-To: freebsd-bugs->asami Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:57:21 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:58:44 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22800 for bugs-outgoing; Wed, 7 Feb 1996 17:58:44 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22780 Wed, 7 Feb 1996 17:58:40 -0800 (PST) Date: Wed, 7 Feb 1996 17:58:40 -0800 (PST) From: Paul Traina Message-Id: <199602080158.RAA22780@freefall.freebsd.org> To: pst, freebsd-bugs, bde Subject: Re: kern/975 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: getrusage returns negative deltas Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:58:28 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 17:59:20 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22932 for bugs-outgoing; Wed, 7 Feb 1996 17:59:20 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22913 Wed, 7 Feb 1996 17:59:18 -0800 (PST) Date: Wed, 7 Feb 1996 17:59:18 -0800 (PST) From: Paul Traina Message-Id: <199602080159.RAA22913@freefall.freebsd.org> To: pst, freebsd-bugs, peter Subject: Re: bin/999 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: /usr/share/mk/sys.mk missing common $(RM) macro Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 17:59:04 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 18:00:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA23285 for bugs-outgoing; Wed, 7 Feb 1996 18:00:27 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA23265 Wed, 7 Feb 1996 18:00:25 -0800 (PST) Date: Wed, 7 Feb 1996 18:00:25 -0800 (PST) From: Paul Traina Message-Id: <199602080200.SAA23265@freefall.freebsd.org> To: pst, freebsd-bugs, ache Subject: Re: ports/957 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: It appears that ukansas rerolled the lynx 2-4-2 release Responsible-Changed-From-To: freebsd-bugs->ache Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 18:00:02 PST 1996 Responsible-Changed-Why: Ache is maintainer. From owner-freebsd-bugs Wed Feb 7 18:05:35 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA23870 for bugs-outgoing; Wed, 7 Feb 1996 18:05:35 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA23851 Wed, 7 Feb 1996 18:05:31 -0800 (PST) Date: Wed, 7 Feb 1996 18:05:31 -0800 (PST) From: Paul Traina Message-Id: <199602080205.SAA23851@freefall.freebsd.org> To: witr@rwwa.com, pst, freebsd-bugs Subject: Re: i386/79 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Reboots sometimes don't complete. State-Changed-From-To: feedback-closed State-Changed-By: pst State-Changed-When: Wed Feb 7 18:04:30 PST 1996 State-Changed-Why: Problem not seen in 2.1 or later. From owner-freebsd-bugs Wed Feb 7 18:15:34 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA25117 for bugs-outgoing; Wed, 7 Feb 1996 18:15:34 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA25095 Wed, 7 Feb 1996 18:15:31 -0800 (PST) Date: Wed, 7 Feb 1996 18:15:31 -0800 (PST) From: Paul Traina Message-Id: <199602080215.SAA25095@freefall.freebsd.org> To: pst, freebsd-bugs, jmz Subject: Re: ports/690 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: X11 install targets unfriendly Responsible-Changed-From-To: freebsd-bugs->jmz Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 18:15:10 PST 1996 Responsible-Changed-Why: maintainer From owner-freebsd-bugs Wed Feb 7 18:16:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA25271 for bugs-outgoing; Wed, 7 Feb 1996 18:16:04 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA25200 Wed, 7 Feb 1996 18:16:00 -0800 (PST) Date: Wed, 7 Feb 1996 18:16:00 -0800 (PST) From: Paul Traina Message-Id: <199602080216.SAA25200@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: bin/693 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: `pkg_add' is umask-sensitive Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 18:15:34 PST 1996 Responsible-Changed-Why: package From owner-freebsd-bugs Wed Feb 7 18:17:26 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA25533 for bugs-outgoing; Wed, 7 Feb 1996 18:17:26 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA25512 Wed, 7 Feb 1996 18:17:24 -0800 (PST) Date: Wed, 7 Feb 1996 18:17:24 -0800 (PST) From: Paul Traina Message-Id: <199602080217.SAA25512@freefall.freebsd.org> To: pst, freebsd-bugs, wpaul Subject: Re: bin/694 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: No include file in rpcgen output Responsible-Changed-From-To: freebsd-bugs->wpaul Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 18:17:02 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 18:50:42 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA28998 for bugs-outgoing; Wed, 7 Feb 1996 18:50:42 -0800 (PST) Received: from sbstark.cs.sunysb.edu (sbstark.cs.sunysb.edu [130.245.1.47]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA28980 Wed, 7 Feb 1996 18:50:37 -0800 (PST) Received: (from root@localhost) by sbstark.cs.sunysb.edu (8.6.12/8.6.9) with UUCP id VAA13382; Wed, 7 Feb 1996 21:50:08 -0500 Received: (from gene@localhost) by starkhome.cs.sunysb.edu (8.6.11/8.6.9) id VAA04330; Wed, 7 Feb 1996 21:29:35 -0500 Date: Wed, 7 Feb 1996 21:29:35 -0500 From: Gene Stark Message-Id: <199602080229.VAA04330@starkhome.cs.sunysb.edu> To: pst@freefall.freebsd.org CC: pst@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org, davidg@freefall.freebsd.org In-reply-to: <199602072342.PAA08207@freefall.freebsd.org> (message from Paul Traina on Wed, 7 Feb 1996 15:42:40 -0800 (PST)) Subject: Re: kern/302 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk >Synopsis: Changing st tapes after extract crashes system >Gene, is this bug still present in 2.1-RELEASE or 2.1-STABLE? Wow, I hardly remember the bug report. However, I have been using a 4MM HP SCSI DAT drive daily since August to back up 20-some GB of filesystems. I have also had occasion to extract files and remove the tape, and I have noticed no anomalies. I've been running a version of FreeBSD about a week shy of 2.1-STABLE since Nov 10, 1995. So, I don't see this bug any more. - Gene From owner-freebsd-bugs Wed Feb 7 20:15:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA06638 for bugs-outgoing; Wed, 7 Feb 1996 20:15:09 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA06556 Wed, 7 Feb 1996 20:14:12 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.3/8.7.3) with SMTP id MAA11493; Thu, 8 Feb 1996 12:13:54 +0800 (WST) Message-Id: <199602080413.MAA11493@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: Paul Traina cc: wosch@cs.tu-berlin.de, freebsd-bugs@freefall.freebsd.org Subject: Re: kern/679 In-reply-to: Your message of "Wed, 07 Feb 1996 09:17:27 PST." <199602071717.JAA12960@freefall.freebsd.org> Date: Thu, 08 Feb 1996 12:13:53 +0800 From: Peter Wemm Sender: owner-bugs@FreeBSD.ORG Precedence: bulk >Synopsis: chown(2) ignores set-user-id and set-group-id bits for root > >This looks appropriate to me and is more in line with the UNIX standard. > >Peter - would you care to verify my opinion before this is changed? I tend to agree. "Root knows what he's doing" is a pretty fundamental design "feature". I have personally used this on a few occasions and I was pleasantly suprised to find that it did what I wanted. (like it does on SVR4, unlike what it did on SCO which always reset the bits.) I think we should change the man page to document the behavior, unless there's a major disagreement from somebody. Cheers, -Peter From owner-freebsd-bugs Wed Feb 7 21:15:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14120 for bugs-outgoing; Wed, 7 Feb 1996 21:15:08 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA14105 for ; Wed, 7 Feb 1996 21:15:05 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id VAA02395; Wed, 7 Feb 1996 21:11:51 -0800 (PST) Message-Id: <199602080511.VAA02395@precipice.shockwave.com> To: Peter Wemm cc: wosch@cs.tu-berlin.de, freebsd-bugs@freefall.freebsd.org Subject: Re: kern/679 In-reply-to: Your message of "Thu, 08 Feb 1996 12:13:53 +0800." <199602080413.MAA11493@jhome.DIALix.COM> Date: Wed, 07 Feb 1996 21:11:50 -0800 From: Paul Traina Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Let's go with whatever POSIX says and be done with it. From: Peter Wemm Subject: Re: kern/679 >Synopsis: chown(2) ignores set-user-id and set-group-id bits for root > >This looks appropriate to me and is more in line with the UNIX standard. > >Peter - would you care to verify my opinion before this is changed? I tend to agree. "Root knows what he's doing" is a pretty fundamental design "feature". I have personally used this on a few occasions and I was pleasantly suprised to find that it did what I wanted. (like it does on SVR4, unlike what it did on SCO which always reset the bits.) I think we should change the man page to document the behavior, unless there's a major disagreement from somebody. Cheers, -Peter From owner-freebsd-bugs Wed Feb 7 21:17:16 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14562 for bugs-outgoing; Wed, 7 Feb 1996 21:17:16 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14534 Wed, 7 Feb 1996 21:17:14 -0800 (PST) Date: Wed, 7 Feb 1996 21:17:14 -0800 (PST) From: Paul Traina Message-Id: <199602080517.VAA14534@freefall.freebsd.org> To: pst, freebsd-bugs Subject: Re: kern/703 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: ppp not always deleting route properly when a ppp line goes down Responsible-Changed-From-To: freebsd-bugs->amurari Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 21:15:49 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Wed Feb 7 21:22:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA15299 for bugs-outgoing; Wed, 7 Feb 1996 21:22:27 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA15276 Wed, 7 Feb 1996 21:22:25 -0800 (PST) Date: Wed, 7 Feb 1996 21:22:25 -0800 (PST) From: Paul Traina Message-Id: <199602080522.VAA15276@freefall.freebsd.org> To: pst, freebsd-bugs, amurai Subject: Re: kern/703 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: ppp not always deleting route properly when a ppp line goes down Responsible-Changed-From-To: freebsd-bugs->amurai Responsible-Changed-By: pst Responsible-Changed-When: Wed Feb 7 21:21:45 PST 1996 Responsible-Changed-Why: Atashi Murai is responsible for ppp. From owner-freebsd-bugs Wed Feb 7 22:40:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26699 for bugs-outgoing; Wed, 7 Feb 1996 22:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26682 Wed, 7 Feb 1996 22:40:02 -0800 (PST) Resent-Date: Wed, 7 Feb 1996 22:40:02 -0800 (PST) Resent-Message-Id: <199602080640.WAA26682@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mike@marker.cs.utah.edu Received: from marker.cs.utah.edu (marker.cs.utah.edu [155.99.212.61]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA25553 for ; Wed, 7 Feb 1996 22:33:29 -0800 (PST) Received: (from mike@localhost) by marker.cs.utah.edu (8.6.11/8.6.9) id XAA20538; Wed, 7 Feb 1996 23:33:28 -0700 Message-Id: <199602080633.XAA20538@marker.cs.utah.edu> Date: Wed, 7 Feb 1996 23:33:28 -0700 From: Mike Hibler Reply-To: mike@marker.cs.utah.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1001: M_NAMEI malloc leak in the kernel Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1001 >Category: kern >Synopsis: M_NAMEI malloc leak in the kernel >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 7 22:40:01 PST 1996 >Last-Modified: >Originator: Mike Hibler >Organization: Univ. of Utah >Release: FreeBSD 2.1.0-950726-SNAP i386 >Environment: N/A >Description: nfs_vnops.c:nfs_link leaks a M_NAMEI buffer if it fails with EXDEV. This is due to the commented out VOP_ABORTOP (I have no idea why this is commented out, it just always has been). >How-To-Repeat: vmstat -m # note the memory use of namei cd ln /kernel foo # should fail with cross-dev link vmstat -m # see namei grow, grow namei grow >Fix: Stick in "FREE(cnp->cn_pnbuf, M_NAMEI)" >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Feb 7 22:43:00 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26984 for bugs-outgoing; Wed, 7 Feb 1996 22:43:00 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA26971 for ; Wed, 7 Feb 1996 22:42:56 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id HAA28283 ; Thu, 8 Feb 1996 07:42:37 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id HAA05161 ; Thu, 8 Feb 1996 07:42:36 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id AAA21800; Thu, 8 Feb 1996 00:29:05 +0100 (MET) From: Ollivier Robert Message-Id: <199602072329.AAA21800@keltia.freenix.fr> Subject: Re: CD audio does not work To: joerg_wunsch@uriah.heep.sax.de Date: Thu, 8 Feb 1996 00:29:05 +0100 (MET) Cc: root@deadline.snafu.de, bugs@FreeBSD.org In-Reply-To: <199602070830.JAA05050@uriah.heep.sax.de> from J Wunsch at "Feb 7, 96 09:30:02 am" X-Operating-System: FreeBSD 2.2-CURRENT ctm#1630 X-Mailer: ELM [version 2.4ME+ PL5 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org Precedence: bulk It seems that J Wunsch said: > > (ahb0:6:0): "MATSHITA CD-ROM CR-8004 1.1f" type 5 removable SCSI 2 > > Your best chance is getting their SCSI reference manual. As the drive came from a Macintosh, I doubt I'll be able to get something :-( It is not that important fortunately... -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #5: Sun Feb 4 03:11:17 MET 1996 From owner-freebsd-bugs Thu Feb 8 00:16:14 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09654 for bugs-outgoing; Thu, 8 Feb 1996 00:16:14 -0800 (PST) Received: (from olah@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09635 Thu, 8 Feb 1996 00:16:12 -0800 (PST) Date: Thu, 8 Feb 1996 00:16:12 -0800 (PST) From: Andras Olah Message-Id: <199602080816.AAA09635@freefall.freebsd.org> To: scrappy@hub.org, olah, freebsd-bugs, olah Subject: Re: kern/903 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: panic: m_copydata State-Changed-From-To: open-closed State-Changed-By: olah State-Changed-When: Thu Feb 8 00:11:40 PST 1996 State-Changed-Why: Bug has been fixed and tested. Responsible-Changed-From-To: freebsd-bugs->olah Responsible-Changed-By: olah Responsible-Changed-When: Thu Feb 8 00:11:40 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 01:10:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA11632 for bugs-outgoing; Thu, 8 Feb 1996 01:10:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA11625 Thu, 8 Feb 1996 01:10:02 -0800 (PST) Resent-Date: Thu, 8 Feb 1996 01:10:02 -0800 (PST) Resent-Message-Id: <199602080910.BAA11625@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jkh@time.cdrom.com Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA11399 for ; Thu, 8 Feb 1996 01:04:15 -0800 (PST) Received: (from jkh@localhost) by time.cdrom.com (8.6.12/8.6.9) id BAA10986; Thu, 8 Feb 1996 01:03:54 -0800 Message-Id: <199602080903.BAA10986@time.cdrom.com> Date: Thu, 8 Feb 1996 01:03:54 -0800 From: "Jordan K. Hubbard" Reply-To: jkh@time.cdrom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/1002: man pages missing for gnats Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1002 >Category: docs >Synopsis: man pages missing for gnats >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 8 01:10:01 PST 1996 >Last-Modified: >Originator: Jordan K. Hubbard >Organization: FreeBSD Project >Release: FreeBSD 2.1-STABLE i386 >Environment: >Description: Man pages are missing for the following commands, even though listed in the "SEE ALSO" for send-pr: gnats(1) query-pr(1) edit-pr(1) at-pr(1) mkcat(8) mkdist(8) >How-To-Repeat: Read man page for send-pr >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Feb 8 01:40:11 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13059 for bugs-outgoing; Thu, 8 Feb 1996 01:40:11 -0800 (PST) Received: from mail.gmd.de (postix.gmd.de [129.26.8.90]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA13053 for ; Thu, 8 Feb 1996 01:40:07 -0800 (PST) Received: from gozo.gmd.de (gozo) by mail.gmd.de with SMTP id AA26694 (5.67b8/IDA-1.5 for ); Thu, 8 Feb 1996 10:40:01 +0100 Received: by gozo.gmd.de id AA06454 (5.67b8/IDA-1.5 for freebsd-bugs@freefall.freebsd.org); Thu, 8 Feb 1996 10:39:53 +0100 From: "Michael Hohmuth SET.RS" Message-Id: <199602080939.AA06454@gozo.gmd.de> Subject: Re: kern/745 To: freebsd-bugs@freefall.freebsd.org Date: Thu, 8 Feb 1996 10:39:51 +0100 (MET) In-Reply-To: <199602072347.PAA08671@freefall.freebsd.org> from "Stefan Esser" at Feb 7, 96 03:47:06 pm Reply-To: hohmuth@inf.tu-dresden.de X-Mailer: ELM [version 2.4 PL24 ME8] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Stefan Esser wrote: > This appears to have been pilot error: Running FSCK on a mounted > file system reported inconsistencies, and "fixing" them made the > system crash later on (not unexpectatly, IMHO). I thought that I had made it clear that I never run `fsck' in update mode when the file system had been mounted r/w; I only run "fsck -n" from /etc/daily. When I detected ill-looking inconsistencies (that is, other than clean flag not set etc.), I re-run `fsck' in single user on r/o-mounted file systems to be sure. BTW, I have been having the same type of problems after upgrading to 2.1.0; it seems like the system sometimes (like twice a month) reassigned non-free blocks to different files, creating lots of DUPs. Michael -- Email: hohmuth@inf.tu-dresden.de WWW: http://www.inf.tu-dresden.de/~mh1/ From owner-freebsd-bugs Thu Feb 8 01:50:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13521 for bugs-outgoing; Thu, 8 Feb 1996 01:50:03 -0800 (PST) Received: from mail.gmd.de (postix.gmd.de [129.26.8.90]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA13493 for ; Thu, 8 Feb 1996 01:49:59 -0800 (PST) Received: from gozo.gmd.de (gozo) by mail.gmd.de with SMTP id AA25743 (5.67b8/IDA-1.5 for ); Thu, 8 Feb 1996 10:49:54 +0100 Received: by gozo.gmd.de id AA06534 (5.67b8/IDA-1.5 for freebsd-bugs@freefall.freebsd.org); Thu, 8 Feb 1996 10:49:46 +0100 From: "Michael Hohmuth SET.RS" Message-Id: <199602080949.AA06534@gozo.gmd.de> Subject: Re: kern/745 To: freebsd-bugs@freefall.freebsd.org Date: Thu, 8 Feb 1996 10:49:45 +0100 (MET) In-Reply-To: from "hohmuth" at Feb 8, 96 10:39:51 am Reply-To: hohmuth@inf.tu-dresden.de X-Mailer: ELM [version 2.4 PL24 ME8] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG Precedence: bulk I just wrote: > BTW, I have been having the same type of problems after upgrading to > 2.1.0; it seems like the system sometimes (like twice a month) > reassigned non-free blocks to different files, creating lots of DUPs. To clarify, I meant that both problems persisted: file system inconsistencies and "ffs_valloc: dup alloc" panics. Michael -- Email: hohmuth@inf.tu-dresden.de WWW: http://www.inf.tu-dresden.de/~mh1/ From owner-freebsd-bugs Thu Feb 8 03:09:13 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA15783 for bugs-outgoing; Thu, 8 Feb 1996 03:09:13 -0800 (PST) Received: from deadline.snafu.de (deadline.snafu.de [194.64.158.28]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA15776 for ; Thu, 8 Feb 1996 03:09:04 -0800 (PST) Received: by deadline.snafu.de id m0tkUEE-0009Z1C; Thu, 8 Feb 96 12:09 MET (/\oo/\ Smail3.1.29.1 #29.1) Message-Id: From: root@deadline.snafu.de (Andreas S. Wetzel) Subject: Re: CD audio does not work To: joerg_wunsch@uriah.heep.sax.de Date: Thu, 8 Feb 1996 12:09:29 +0100 (MET) Cc: post@deadline.snafu.de, roberto@keltia.freenix.fr, bugs@FreeBSD.org In-Reply-To: <199602072251.XAA06999@uriah.heep.sax.de> from "J Wunsch" at Feb 7, 96 11:51:33 pm Organization: A world stranger than you have ever imagined. X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org Precedence: bulk Hi! --- J Wunsch writes: ] As Andreas S. Wetzel wrote: ] > ] > ] Your best chance is getting their SCSI reference manual. ] > ] > The drive was so cheap, that even the mounting screws were missing. ] > Do you really think they HAVE an SCSI manual for that little thingy? ] ] So what do you expect. :-/ At least that I'm able to mount a CD-ROM and to play some audio CD's on that drive, like it has been until a week or so. 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 Feb 8 03:10:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA15834 for bugs-outgoing; Thu, 8 Feb 1996 03:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA15828 Thu, 8 Feb 1996 03:10:02 -0800 (PST) Resent-Date: Thu, 8 Feb 1996 03:10:02 -0800 (PST) Resent-Message-Id: <199602081110.DAA15828@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mark@seeware.DIALix.oz.au Received: from melbourne.DIALix.oz.au (seeuucp@melbourne.DIALix.oz.au [192.203.228.98]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA15407 for ; Thu, 8 Feb 1996 03:00:25 -0800 (PST) Received: (from seeuucp@localhost) by melbourne.DIALix.oz.au (sendmail) with UUCP id VAA25803 for FreeBSD-gnats-submit@freebsd.org; Thu, 8 Feb 1996 21:59:29 +1100 (EST) Received: (from mark@localhost) by putte.seeware.DIALix.oz.au (8.6.12/8.6.9) id VAA26353; Thu, 8 Feb 1996 21:33:05 +1100 Message-Id: <199602081033.VAA26353@putte.seeware.DIALix.oz.au> Date: Thu, 8 Feb 1996 21:33:05 +1100 From: mark@seeware.DIALix.oz.au Reply-To: mark@seeware.DIALix.oz.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/1003: Info file for gdb doesn't work Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1003 >Category: docs >Synopsis: Info file for gdb doesn't work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 8 03:10:01 PST 1996 >Last-Modified: >Originator: Mark Hannon >Organization: >Release: FreeBSD 2.1-STABLE i386 >Environment: >Description: Info file /usr/share/info/gdb.info.gz doesn't load. >How-To-Repeat: [x]emacs, C-h i, try and open gdb section >Fix: Replace info file with the equivalent files from 2.0.5 >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Feb 8 03:42:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA17394 for bugs-outgoing; Thu, 8 Feb 1996 03:42:03 -0800 (PST) Received: from mail.calweb.com (root@mail.calweb.com [165.90.138.20]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA17389 for ; Thu, 8 Feb 1996 03:42:01 -0800 (PST) Received: from Pyeager (cyeager.calweb.com [165.90.138.193]) by mail.calweb.com (8.7.3/8.7.3) with SMTP id DAA15356 for ; Thu, 8 Feb 1996 03:42:14 -0800 (PST) Message-ID: <3119E11B.41C67EA6@calweb.com> Date: Thu, 08 Feb 1996 03:40:11 -0800 From: Chris Yeager Organization: Pyeager X-Mailer: Mozilla 2.0b6a (X11; I; FreeBSD 2.1-STABLE i386) MIME-Version: 1.0 To: bugs@freebsd.org Subject: Help with Partitions ... Crazy soon. X-URL: http://www.FreeBSD.org/support.html Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-bugs@freebsd.org Precedence: bulk Jordan or whom reads this: Quest: 1 Bsd partition, 1 swap, and 1 Msdos partition. I have attempted to partition it with fdisk {BSD} as well as pfdisk. Not too sure what is the correct sequence. I have tried disklabel with and without fdisk partitioning. Please let me know what I should do in sequence. Any help appreciated! I have spent three whole nights with this... I hope I am not over killing.. I wrote this disktab entry which gives the error - partition c: partition extends past end of unit partition e: partition extends past end of unit ST11200N| Seagate Sun1 1.05 SCSI:\ :dt=SCSI:ty=winchester:se#512:ns#73:nt#15:nc#1872:rm#4400: \ :pa#907143:oa#0:ta=4.2BSD:ba#8192:fa#1024: \ :pb#127996:ob#907143:ta=swap: \ :pc#2059140:oc#0: \ :pe#1023968:oe#1035139:ta=4.2BSD:ba#8192:fa#1024: These are close specifications of the disk: Specifications ST11200N Hawk 1 UNFORMATTED CAPACITY (MB) ________________1,248 FORMATTED CAPACITY (xx SECTORS) (MB) _____1,054 AVERAGE SECTORS PER TRACK ________________73 ACTUATOR TYPE ____________________________VOICE COIL TRACKS ___________________________________28,080 CYLINDERS ________________________________1,872 (user) HEADS ____________________________________15 DISCS (3.5 in) ___________________________8 MEDIA TYPE _______________________________THIN FILM RECORDING METHOD _________________________ZBR RLL (1,7) INTERNAL TRANSFER RATE (mbits/sec) _______23.2 to 40.6 EXTERNAL TRANSFER RATE (mbyte/sec) _______4 Async EXTERNAL TRANSFER RATE (mbyte/sec) _______10 Sync SPINDLE SPEED (RPM) ______________________5,411 AVERAGE LATENCY (mSEC) ___________________5.4 BUFFER ___________________________________256 Kbyte Read Look-Ahead, Adaptive, Multi-Segmented Cache INTERFACE ________________________________SCSI-2 Fast BYTES PER TRACK __________________________41,660 avg. SECTORS PER DRIVE ________________________2,059,139 TPI (TRACKS PER INCH) ____________________2,150 AVERAGE ACCESS (ms) (read/write)__________10.5/11.2 Drive level without controller overhead SINGLE TRACK SEEK (ms) ___________________1.5/2.0 MAX FULL SEEK (ms) _______________________20.0/21.0 MTBF (power-on hours) ____________________200,000 POWER REQUIREMENTS: +12V START-UP (amps) _2.0 +12V TYPICAL (amps) __0.5 +5V TYPICAL (amps) ___0.4 TYPICAL (watts) ______11 IDLE (watts) _________9 LANDING ZONE (cyl)________________________AUTO PARK IBM AT DRIVE TYPE ________________________0 or NONE Already low-level formatted at the factory. ZBR = Zone Bit Recording = Variable sectors per track Formatted at the factory with 12 spare sectors per cylinder and two spare cylinders at inner tracks per unit. Thanks !! cyeager@calweb.com -- -- Æ From owner-freebsd-bugs Thu Feb 8 08:22:02 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA27944 for bugs-outgoing; Thu, 8 Feb 1996 08:22:02 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA27919 Thu, 8 Feb 1996 08:21:47 -0800 (PST) Date: Thu, 8 Feb 1996 08:21:47 -0800 (PST) From: Garrett Wollman Message-Id: <199602081621.IAA27919@freefall.freebsd.org> To: regnauld@tetard.frmug.fr.net, wollman, freebsd-bugs Subject: Re: i386/541 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Alternate Reset method by unmapping ALSO broken State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 08:20:25 PST 1996 State-Changed-Why: Hardware bug. From owner-freebsd-bugs Thu Feb 8 08:25:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA28252 for bugs-outgoing; Thu, 8 Feb 1996 08:25:06 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA28233 Thu, 8 Feb 1996 08:25:04 -0800 (PST) Date: Thu, 8 Feb 1996 08:25:04 -0800 (PST) From: Garrett Wollman Message-Id: <199602081625.IAA28233@freefall.freebsd.org> To: rcarter@geli.com, wollman, freebsd-bugs Subject: Re: gnu/256 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: nasty gdb bug back in 031595 system State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 08:24:00 PST 1996 State-Changed-Why: This bug is a bit stale. If the problem remains, please submit a new problem report. From owner-freebsd-bugs Thu Feb 8 08:33:54 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA28831 for bugs-outgoing; Thu, 8 Feb 1996 08:33:54 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA28817 Thu, 8 Feb 1996 08:33:53 -0800 (PST) Date: Thu, 8 Feb 1996 08:33:53 -0800 (PST) From: Garrett Wollman Message-Id: <199602081633.IAA28817@freefall.freebsd.org> To: lamarcjp@dmr.ca, wollman, freebsd-bugs Subject: Re: misc/202 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: System hang or reboot without clues, tcp ppp named routed? State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 08:33:09 PST 1996 State-Changed-Why: This PR is stale. If the problem still persists, please send a PR against the current system. From owner-freebsd-bugs Thu Feb 8 08:36:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29114 for bugs-outgoing; Thu, 8 Feb 1996 08:36:04 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29057 Thu, 8 Feb 1996 08:36:01 -0800 (PST) Date: Thu, 8 Feb 1996 08:36:01 -0800 (PST) From: Garrett Wollman Message-Id: <199602081636.IAA29057@freefall.freebsd.org> To: starkhome!gene@sbstark.cs.sunysb.edu, wollman, freebsd-bugs Subject: Re: kern/214 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Using wt driver crashes system State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 08:34:59 PST 1996 State-Changed-Why: This PR is stale. If the problem still persists, please file a PR against the current system. From owner-freebsd-bugs Thu Feb 8 08:39:19 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29281 for bugs-outgoing; Thu, 8 Feb 1996 08:39:19 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29265 Thu, 8 Feb 1996 08:39:16 -0800 (PST) Date: Thu, 8 Feb 1996 08:39:16 -0800 (PST) From: Garrett Wollman Message-Id: <199602081639.IAA29265@freefall.freebsd.org> To: wollman, freebsd-bugs, bde Subject: Re: misc/229 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: acos() core dump Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: wollman Responsible-Changed-When: Thu Feb 8 08:36:31 PST 1996 Responsible-Changed-Why: bde is Mr. Math. I have verified that the problem still persists. From owner-freebsd-bugs Thu Feb 8 08:43:18 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29599 for bugs-outgoing; Thu, 8 Feb 1996 08:43:18 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29587 Thu, 8 Feb 1996 08:43:12 -0800 (PST) Date: Thu, 8 Feb 1996 08:43:12 -0800 (PST) From: Garrett Wollman Message-Id: <199602081643.IAA29587@freefall.freebsd.org> To: candy@kgc.co.jp, wollman, freebsd-bugs Subject: Re: bin/241 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: strange behavior of /bin/sh State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 08:39:41 PST 1996 State-Changed-Why: Problem appears to be fixed in -current. From owner-freebsd-bugs Thu Feb 8 08:45:15 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29763 for bugs-outgoing; Thu, 8 Feb 1996 08:45:15 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29748 Thu, 8 Feb 1996 08:45:10 -0800 (PST) Date: Thu, 8 Feb 1996 08:45:10 -0800 (PST) From: Garrett Wollman Message-Id: <199602081645.IAA29748@freefall.freebsd.org> To: wollman, freebsd-bugs, se Subject: Re: kern/291 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: PCI devices still probe/attach after being disabled via usercfg Responsible-Changed-From-To: freebsd-bugs->se Responsible-Changed-By: wollman Responsible-Changed-When: Thu Feb 8 08:44:08 PST 1996 Responsible-Changed-Why: se is Mr. PCI. From owner-freebsd-bugs Thu Feb 8 08:47:53 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29937 for bugs-outgoing; Thu, 8 Feb 1996 08:47:53 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29918 Thu, 8 Feb 1996 08:47:51 -0800 (PST) Date: Thu, 8 Feb 1996 08:47:51 -0800 (PST) From: Garrett Wollman Message-Id: <199602081647.IAA29918@freefall.freebsd.org> To: wollman, freebsd-bugs, davidg Subject: Re: kern/260 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: msync and munmap don't bother to update mod times Responsible-Changed-From-To: freebsd-bugs->davidg Responsible-Changed-By: wollman Responsible-Changed-When: Thu Feb 8 08:46:52 PST 1996 Responsible-Changed-Why: David did the analysis. Is this problem still extant? From owner-freebsd-bugs Thu Feb 8 08:49:36 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA00241 for bugs-outgoing; Thu, 8 Feb 1996 08:49:36 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA00217 Thu, 8 Feb 1996 08:49:34 -0800 (PST) Date: Thu, 8 Feb 1996 08:49:34 -0800 (PST) From: Garrett Wollman Message-Id: <199602081649.IAA00217@freefall.freebsd.org> To: wollman, freebsd-bugs, paul Subject: Re: docs/264 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: There are no manual pages for the forms library. Responsible-Changed-From-To: freebsd-bugs->paul Responsible-Changed-By: wollman Responsible-Changed-When: Thu Feb 8 08:48:22 PST 1996 Responsible-Changed-Why: It's paul's library. From owner-freebsd-bugs Thu Feb 8 08:51:47 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA00418 for bugs-outgoing; Thu, 8 Feb 1996 08:51:47 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA00399 Thu, 8 Feb 1996 08:51:45 -0800 (PST) Date: Thu, 8 Feb 1996 08:51:45 -0800 (PST) From: Garrett Wollman Message-Id: <199602081651.IAA00399@freefall.freebsd.org> To: wollman, freebsd-bugs, davidg Subject: Re: kern/267 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: NFS code gives error messages, systems jams for a few seconds Responsible-Changed-From-To: freebsd-bugs->davidg Responsible-Changed-By: wollman Responsible-Changed-When: Thu Feb 8 08:51:02 PST 1996 Responsible-Changed-Why: David did the analysis. From owner-freebsd-bugs Thu Feb 8 08:54:10 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA00626 for bugs-outgoing; Thu, 8 Feb 1996 08:54:10 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA00607 Thu, 8 Feb 1996 08:54:08 -0800 (PST) Date: Thu, 8 Feb 1996 08:54:08 -0800 (PST) From: Garrett Wollman Message-Id: <199602081654.IAA00607@freefall.freebsd.org> To: paepcke@arcway.snafu.de, wollman, freebsd-bugs, se Subject: Re: kern/336 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: make world fails on NCR-SCSI machine State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 08:52:54 PST 1996 State-Changed-Why: This PR is stale. If the problem persists, please send a new PR against the current system. Responsible-Changed-From-To: freebsd-bugs->se Responsible-Changed-By: wollman Responsible-Changed-When: Thu Feb 8 08:52:54 PST 1996 Responsible-Changed-Why: The NCR driver belongs to se. From owner-freebsd-bugs Thu Feb 8 08:55:38 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA00761 for bugs-outgoing; Thu, 8 Feb 1996 08:55:38 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA00742 Thu, 8 Feb 1996 08:55:36 -0800 (PST) Date: Thu, 8 Feb 1996 08:55:36 -0800 (PST) From: Garrett Wollman Message-Id: <199602081655.IAA00742@freefall.freebsd.org> To: wollman@khavrinen.lcs.mit.edu, wollman, freebsd-bugs Subject: Re: kern/354 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Can't configure two IP aliases with the same network/netmask State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 08:54:52 PST 1996 State-Changed-Why: I was confused. From owner-freebsd-bugs Thu Feb 8 08:57:59 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA01005 for bugs-outgoing; Thu, 8 Feb 1996 08:57:59 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA00984 Thu, 8 Feb 1996 08:57:57 -0800 (PST) Date: Thu, 8 Feb 1996 08:57:57 -0800 (PST) From: Garrett Wollman Message-Id: <199602081657.IAA00984@freefall.freebsd.org> To: wollman, freebsd-bugs, pst Subject: Re: kern/367 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: kernel hangs after ep0 attach message appears Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: wollman Responsible-Changed-When: Thu Feb 8 08:56:31 PST 1996 Responsible-Changed-Why: pst's bug. Probably stale. From owner-freebsd-bugs Thu Feb 8 08:59:58 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA01153 for bugs-outgoing; Thu, 8 Feb 1996 08:59:58 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA01134 Thu, 8 Feb 1996 08:59:56 -0800 (PST) Date: Thu, 8 Feb 1996 08:59:56 -0800 (PST) From: Garrett Wollman Message-Id: <199602081659.IAA01134@freefall.freebsd.org> To: fredriks@mcs.com, wollman, freebsd-bugs Subject: Re: kern/383 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: dd to from /dev/mem panics the machine. State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 08:58:24 PST 1996 State-Changed-Why: It is an error to dd from random regions of /dev/mem. All sorts of nasty things can happen. From owner-freebsd-bugs Thu Feb 8 09:38:26 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA03549 for bugs-outgoing; Thu, 8 Feb 1996 09:38:26 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA03530 Thu, 8 Feb 1996 09:38:25 -0800 (PST) Date: Thu, 8 Feb 1996 09:38:25 -0800 (PST) From: Paul Traina Message-Id: <199602081738.JAA03530@freefall.freebsd.org> To: pst, freebsd-bugs, dufault Subject: Re: kern/527 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: dump causes assertion in ncr.c Responsible-Changed-From-To: freebsd-bugs->dufault Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 09:37:03 PST 1996 Responsible-Changed-Why: Peter has a fix being tested. Peter, when you're happy, please apply the fix and close out this bug. From owner-freebsd-bugs Thu Feb 8 09:56:52 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04415 for bugs-outgoing; Thu, 8 Feb 1996 09:56:52 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA04405 for ; Thu, 8 Feb 1996 09:56:37 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id EAA28874; Fri, 9 Feb 1996 04:56:07 +1100 Date: Fri, 9 Feb 1996 04:56:07 +1100 From: Bruce Evans Message-Id: <199602081756.EAA28874@godzilla.zeta.org.au> To: hsu@clinet.fi, j@uriah.heep.sax.de Subject: Re: bin/984 Cc: freebsd-bugs@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de Sender: owner-bugs@FreeBSD.org Precedence: bulk >> if=/dev/sd0c of=/dev/sd0 from fixit floppy, as booteasy is just an extra >> delay on boot for me. If the de facto standard is that from motherboard to >> motherboard the translation can either be the disk originated geometry or >> /64/32 geometry, booteasy should probably try both. In my case I was using >> the same NCR controller, the NCR bios on the motherboards differed. >Booteasy is at the mercy of your BIOS. It's not booteasy that can >decide about which translation to use. Sorry, but *we* cannot fix >this problem. It's a braindamage inherent to PC BIOSes. Actually it should be possible to fix it by running fdisk to set the new C/H/S values. The braindamage isn't inherent - it doesn't seem to be present in the BT445C BIOS. Is the NCR BIOS braindamaged? I just got one and something is to broken for it to work at all :-). Bruce From owner-freebsd-bugs Thu Feb 8 09:58:28 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04546 for bugs-outgoing; Thu, 8 Feb 1996 09:58:28 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04531 Thu, 8 Feb 1996 09:58:27 -0800 (PST) Date: Thu, 8 Feb 1996 09:58:27 -0800 (PST) From: Mike Pritchard Message-Id: <199602081758.JAA04531@freefall.freebsd.org> To: mark@seeware.DIALix.oz.au, mpp, freebsd-bugs, mpp Subject: Re: docs/1003 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Info file for gdb doesn't work State-Changed-From-To: open-analyzed State-Changed-By: mpp State-Changed-When: Thu Feb 8 09:57:45 PST 1996 State-Changed-Why: Tracked problem down to bsd.info.mk file, looking into it. Responsible-Changed-From-To: freebsd-bugs->mpp Responsible-Changed-By: mpp Responsible-Changed-When: Thu Feb 8 09:57:45 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 10:09:44 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06239 for bugs-outgoing; Thu, 8 Feb 1996 10:09:44 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06219 Thu, 8 Feb 1996 10:09:41 -0800 (PST) Date: Thu, 8 Feb 1996 10:09:41 -0800 (PST) From: Garrett Wollman Message-Id: <199602081809.KAA06219@freefall.freebsd.org> To: ortmann@plains.nodak.edu, wollman, freebsd-bugs Subject: Re: gnu/442 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: when invoked from "make' cc not including name lists in some library objects State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 10:07:45 PST 1996 State-Changed-Why: Not A Bug. From owner-freebsd-bugs Thu Feb 8 10:12:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06833 for bugs-outgoing; Thu, 8 Feb 1996 10:12:05 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06771 Thu, 8 Feb 1996 10:12:02 -0800 (PST) Date: Thu, 8 Feb 1996 10:12:02 -0800 (PST) From: Garrett Wollman Message-Id: <199602081812.KAA06771@freefall.freebsd.org> To: hsu@clinet.fi, wollman, freebsd-bugs Subject: Re: kern/435 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: mb_map full, network starts jumping off and on, finally stays down State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 10:11:03 PST 1996 State-Changed-Why: Stale bug; configuration error. From owner-freebsd-bugs Thu Feb 8 10:14:57 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07338 for bugs-outgoing; Thu, 8 Feb 1996 10:14:57 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA07294 Thu, 8 Feb 1996 10:14:44 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id KAA04730; Thu, 8 Feb 1996 10:14:05 -0800 (PST) Message-Id: <199602081814.KAA04730@precipice.shockwave.com> To: committers@freebsd.org cc: freebsd-bugs@freebsd.org Subject: What's up with bug assignments? (please read) Date: Thu, 08 Feb 1996 10:14:03 -0800 From: Paul Traina Sender: owner-bugs@freebsd.org Precedence: bulk A while back, I spoke with several people about bug assignments, and Jordan asked me to play bug czar to clean out our backlog. We've got a ton of bug reports, most of them are ancient history and simply need to be closed. I don't have complete knoweldge of every fix applied, so I'm passing them along to other folks to act as responsible parties. ---- Finding Bugs ---- The current bug list: http://www.freebsd.org/cgi-bin/query-pr-summary.cgi Find all bugs assigned to pst: http://www.freebsd.org/cgi-bin/query-pr-summary.cgi?engineer=pst List all assigned bugs and whom they're assigned to: http://www.freebsd.org/cgi-bin/query-pr-summary.cgi?engineer=summary Find all bugs in state feedback: http://www.freebsd.org/cgi-bin/query-pr-summary.cgi?state=feedback ---- Bug states ---- open A bug report has been submitted. analyzed Someone from our group has verified the problem and/or added suggestions for fixing it. feedback A fix has been *committed* to the repository (and, if necessary, patches sent to the user) we're awaiting feedback to insure the fix does the job. Do not use this state if the repository isn't fixed closed A fix has been *committed* to the repository OR, we will not be doing anything with this bug report. (duplicate) If you come across a bug report that is a duplicate of another report, you may choose to close it. The reason for closing it should be "Duplicate of xxxx/###" ---- Bug triage ---- You can edit a bug report using the "edit-pr" program. There's no man-page currently, but the program-use is pretty obvious. Pull down the current bug list: * Has something been fixed? Close it, the reason is: "Fixed." * Is a bug report bogus? Close it, explain why in a sentence. * Is the bug "open" but not "analyzed" ? Can you contribute an analysis? * Is this bug in your area of expertise? Assign it to yourself or the person you feel most appropriate. ---- Bug assignments ---- Bugs assigned to freebsd-bugs are not assigned to anyone. Bugs not assigned to anyone will be assigned, by me, to the person who I think is responsible for a particular area of code. This is an entirely subjective process on my part (well, I do some research on each bug). If you think I screwed up, please take responsibility for getting the bug to the right person. I'm not perfect. There will be times when I assign a bug to an individual because I think they can make a better choice of assigning it to the proper owner. (For instance, davidg gets most generic VM related problems because he can triage them and keep or send them on to dyson/bde/nate et al). You may assign bugs back to "freebsd-bugs" as a last-ditch effort, however you then cause everyone to re-triage the bug from the start. It's far better to assign a bug to the proper person. Anyone is welcome to assign bugs. In fact, it would be best if certain folks would step forward and assign bugs for an entire area of code (e.g. wollman could become bug czar for all networking related code). ---- Kiss of death ---- There is _no_ excuse for sitting on a bug that you don't/can't/won't fix. Either assign it to the proper person, or send me e-mail and I will work out what to do. Sitting on a bug in silence will earn you negative karma points from all FreeBSD team members. Yes, I know we're all volenteers here (so am I). I'd like to thank you all in advance for putting up with this little bit of bullshit so that we can help make the most usable OS in town. Thanks for your understanding, Paul From owner-freebsd-bugs Thu Feb 8 10:15:22 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07463 for bugs-outgoing; Thu, 8 Feb 1996 10:15:22 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07426 Thu, 8 Feb 1996 10:15:13 -0800 (PST) Date: Thu, 8 Feb 1996 10:15:13 -0800 (PST) From: Garrett Wollman Message-Id: <199602081815.KAA07426@freefall.freebsd.org> To: agl@ns2.redline.ru, wollman, freebsd-bugs Subject: Re: bin/477 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: telnet autologin ain't working State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Thu Feb 8 10:12:53 PST 1996 State-Changed-Why: This bug is stale and may reflect problems with other ssoftware. If the problem persists, please re-file with more information and option traces (`toggle opt' in telnet). From owner-freebsd-bugs Thu Feb 8 10:26:23 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09606 for bugs-outgoing; Thu, 8 Feb 1996 10:26:23 -0800 (PST) Received: from mpp.minn.net (mpp.Minn.Net [204.157.201.242]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA09584 Thu, 8 Feb 1996 10:26:18 -0800 (PST) Received: (from mpp@localhost) by mpp.minn.net (8.7.3/8.6.9) id MAA03687; Thu, 8 Feb 1996 12:25:47 -0600 (CST) Message-Id: <199602081825.MAA03687@mpp.minn.net> Subject: Re: kern/383 To: wollman@freefall.freebsd.org (Garrett Wollman) Date: Thu, 8 Feb 1996 12:25:46 -0600 (CST) From: "Mike Pritchard" Cc: fredriks@mcs.com, wollman@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org In-Reply-To: <199602081659.IAA01134@freefall.freebsd.org> from "Garrett Wollman" at Feb 8, 96 08:59:56 am X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Garrett Wollman wrote: > > Synopsis: dd to from /dev/mem panics the machine. > > State-Changed-From-To: open-closed > State-Changed-By: wollman > State-Changed-When: Thu Feb 8 08:58:24 PST 1996 > State-Changed-Why: > It is an error to dd from random regions of /dev/mem. All > sorts of nasty things can happen. Maybe. FreeBSD is the only system I've used where I could crash it by dd'ing from /dev/mem. Plus this one only seems to panic it if you are running from X-windows. -- Mike Pritchard mpp@minn.net "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-bugs Thu Feb 8 10:36:37 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11507 for bugs-outgoing; Thu, 8 Feb 1996 10:36:37 -0800 (PST) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA11483 Thu, 8 Feb 1996 10:36:32 -0800 (PST) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id TAA29988; Thu, 8 Feb 1996 19:38:03 +0100 From: Luigi Rizzo Message-Id: <199602081838.TAA29988@labinfo.iet.unipi.it> Subject: Re: kern/383 To: wollman@freefall.freebsd.org (Garrett Wollman) Date: Thu, 8 Feb 1996 19:38:03 +0100 (MET) Cc: fredriks@mcs.com, wollman@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org In-Reply-To: <199602081659.IAA01134@freefall.freebsd.org> from "Garrett Wollman" at Feb 8, 96 08:59:37 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-bugs@FreeBSD.ORG Precedence: bulk > Synopsis: dd to from /dev/mem panics the machine. > > State-Changed-From-To: open-closed > State-Changed-By: wollman > State-Changed-When: Thu Feb 8 08:58:24 PST 1996 > State-Changed-Why: > It is an error to dd from random regions of /dev/mem. All > sorts of nasty things can happen. I have experienced a similar problem. It occurred when reading from /dev/mem with "dd" from within an xterm. The same thing from a vty worked fine, as it did a C program doing random reads from the whole memory space running from within an xterm. In my case I don't think the crashes were caused by underlying hw problems, otherwise they would only depend on the phys. address, not on the program that uses it or other context-dependant issues. And how can reads from phys. mem be harmful ? I would at least like to know why it crashes the system. Thanks Luigi From owner-freebsd-bugs Thu Feb 8 10:37:13 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11628 for bugs-outgoing; Thu, 8 Feb 1996 10:37:13 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA11571 for ; Thu, 8 Feb 1996 10:36:53 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id FAA30195; Fri, 9 Feb 1996 05:33:50 +1100 Date: Fri, 9 Feb 1996 05:33:50 +1100 From: Bruce Evans Message-Id: <199602081833.FAA30195@godzilla.zeta.org.au> To: peter@jhome.DIALix.COM, pst@shockwave.com Subject: Re: kern/679 Cc: freebsd-bugs@freefall.freebsd.org, wosch@cs.tu-berlin.de Sender: owner-bugs@FreeBSD.ORG Precedence: bulk >Let's go with whatever POSIX says and be done with it. Implementation-defined for root. > From: Peter Wemm > Subject: Re: kern/679 > >Synopsis: chown(2) ignores set-user-id and set-group-id bits for root > > > >This looks appropriate to me and is more in line with the UNIX standard. > > > >Peter - would you care to verify my opinion before this is changed? > > I tend to agree. "Root knows what he's doing" is a pretty fundamental > design "feature". I have personally used this on a few occasions and I > was pleasantly suprised to find that it did what I wanted. (like it does > on SVR4, unlike what it did on SCO which always reset the bits.) > > I think we should change the man page to document the behavior, unless > there's a major disagreement from somebody. I agree with Peter but Peter disagreed with the change. Bruce From owner-freebsd-bugs Thu Feb 8 10:43:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA12847 for bugs-outgoing; Thu, 8 Feb 1996 10:43:27 -0800 (PST) Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA12746 for ; Thu, 8 Feb 1996 10:43:13 -0800 (PST) Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM) id AA28962; Thu, 8 Feb 1996 13:42:07 -0500 Date: Thu, 8 Feb 1996 13:42:07 -0500 From: "Garrett A. Wollman" Message-Id: <9602081842.AA28962@halloran-eldar.lcs.mit.edu> To: Luigi Rizzo Cc: fredriks@mcs.com, freebsd-bugs@freefall.freebsd.org Subject: Re: kern/383 In-Reply-To: <199602081838.TAA29988@labinfo.iet.unipi.it> References: <199602081659.IAA01134@freefall.freebsd.org> <199602081838.TAA29988@labinfo.iet.unipi.it> Sender: owner-bugs@FreeBSD.ORG Precedence: bulk < said: > In my case I don't think the crashes were caused by underlying hw > problems, otherwise they would only depend on the phys. address, not on > the program that uses it or other context-dependant issues. And how can > reads from phys. mem be harmful ? > I would at least like to know why it crashes the system. If you can provide more details of the crash, I'll re-open the bug and assign it to someone else... I don't run X myself. -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Thu Feb 8 11:14:00 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16947 for bugs-outgoing; Thu, 8 Feb 1996 11:14:00 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16933 Thu, 8 Feb 1996 11:13:58 -0800 (PST) Date: Thu, 8 Feb 1996 11:13:58 -0800 (PST) From: Paul Traina Message-Id: <199602081913.LAA16933@freefall.freebsd.org> To: pst, freebsd-bugs, joerg Subject: Re: kern/834 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Old Synopsis: the console keyboard locks up randonly under pcvt New Synopsis: pcvt: console keyboard locks up randonly Responsible-Changed-From-To: freebsd-bugs->joerg Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 11:12:13 PST 1996 Responsible-Changed-Why: pcvt From owner-freebsd-bugs Thu Feb 8 11:15:34 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17092 for bugs-outgoing; Thu, 8 Feb 1996 11:15:34 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17073 Thu, 8 Feb 1996 11:15:33 -0800 (PST) Date: Thu, 8 Feb 1996 11:15:33 -0800 (PST) From: Paul Traina Message-Id: <199602081915.LAA17073@freefall.freebsd.org> To: pst, freebsd-bugs, wollman Subject: Re: bin/771 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: telnet character mode not set and broken when set - FDIV034 Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 11:14:36 PST 1996 Responsible-Changed-Why: Please dish out as appropriate (Bruce, Nate, yourself, David?) From owner-freebsd-bugs Thu Feb 8 11:16:48 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17259 for bugs-outgoing; Thu, 8 Feb 1996 11:16:48 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17240 Thu, 8 Feb 1996 11:16:46 -0800 (PST) Date: Thu, 8 Feb 1996 11:16:46 -0800 (PST) From: Paul Traina Message-Id: <199602081916.LAA17240@freefall.freebsd.org> To: peterb@muc.de, pst, freebsd-bugs, pst Subject: Re: kern/824 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: system hangs after a few hours without saying why State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Thu Feb 8 11:16:00 PST 1996 State-Changed-Why: Peter, is this problem still occuring with new -currents? Please let us know ASAP. Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 11:16:00 PST 1996 Responsible-Changed-Why: I'll take feedback and close. From owner-freebsd-bugs Thu Feb 8 11:24:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17741 for bugs-outgoing; Thu, 8 Feb 1996 11:24:09 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17721 Thu, 8 Feb 1996 11:24:08 -0800 (PST) Date: Thu, 8 Feb 1996 11:24:08 -0800 (PST) From: Paul Traina Message-Id: <199602081924.LAA17721@freefall.freebsd.org> To: pst, freebsd-bugs, sos Subject: Re: kern/416 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: page fault in syscons.c:scopen() Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 11:23:20 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 11:28:35 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18007 for bugs-outgoing; Thu, 8 Feb 1996 11:28:35 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17988 Thu, 8 Feb 1996 11:28:32 -0800 (PST) Date: Thu, 8 Feb 1996 11:28:32 -0800 (PST) From: Paul Traina Message-Id: <199602081928.LAA17988@freefall.freebsd.org> To: hsu@clinet.fi, pst, freebsd-bugs, davidg Subject: Re: kern/378 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: (apparently) bounce buffer code gets used on 32bit bus State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Thu Feb 8 11:24:35 PST 1996 State-Changed-Why: This appears to be stale, David please examine and close. Responsible-Changed-From-To: freebsd-bugs->davidg Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 11:24:35 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 11:30:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18199 for bugs-outgoing; Thu, 8 Feb 1996 11:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18193 Thu, 8 Feb 1996 11:30:01 -0800 (PST) Resent-Date: Thu, 8 Feb 1996 11:30:01 -0800 (PST) Resent-Message-Id: <199602081930.LAA18193@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, pst@Shockwave.COM Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA17542 for ; Thu, 8 Feb 1996 11:23:06 -0800 (PST) Received: (from pst@localhost) by precipice.shockwave.com (8.7.3/8.7.3) id LAA05295; Thu, 8 Feb 1996 11:22:33 -0800 (PST) Message-Id: <199602081922.LAA05295@precipice.shockwave.com> Date: Thu, 8 Feb 1996 11:22:33 -0800 (PST) From: Paul Traina Reply-To: pst@Shockwave.COM To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/1005: netscape port is obsolete, mv netscape2 netscape Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1005 >Category: ports >Synopsis: netscape port is obsolete, mv netscape2 netscape >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 8 11:30:00 PST 1996 >Last-Modified: >Originator: Paul Traina >Organization: Shockwave Enginering >Release: FreeBSD 2.2-CURRENT i386 >Environment: current ports >Description: There is no need for the "netscape2" port anymore. >How-To-Repeat: >Fix: Copy netscape2 to netscape, remove netscape2, and fix up language reference ports. (assign to asami as maintainer of netscape) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Feb 8 11:30:35 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18268 for bugs-outgoing; Thu, 8 Feb 1996 11:30:35 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18249 Thu, 8 Feb 1996 11:30:33 -0800 (PST) Date: Thu, 8 Feb 1996 11:30:33 -0800 (PST) From: Paul Traina Message-Id: <199602081930.LAA18249@freefall.freebsd.org> To: asami@berkeley.edu, pst, freebsd-bugs, asami Subject: Re: kern/384 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: ep0 conflicts with some other drivers State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Thu Feb 8 11:29:29 PST 1996 State-Changed-Why: Is this stale? Responsible-Changed-From-To: freebsd-bugs->asami Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 11:29:29 PST 1996 Responsible-Changed-Why: Returned to reporter. From owner-freebsd-bugs Thu Feb 8 11:31:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18378 for bugs-outgoing; Thu, 8 Feb 1996 11:31:06 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18358 Thu, 8 Feb 1996 11:31:05 -0800 (PST) Date: Thu, 8 Feb 1996 11:31:05 -0800 (PST) From: Paul Traina Message-Id: <199602081931.LAA18358@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: bin/419 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: pkg_delete refuses to delete an incompletely added package Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 11:30:45 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 11:32:47 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18584 for bugs-outgoing; Thu, 8 Feb 1996 11:32:47 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18568 Thu, 8 Feb 1996 11:32:45 -0800 (PST) Date: Thu, 8 Feb 1996 11:32:45 -0800 (PST) From: Paul Traina Message-Id: <199602081932.LAA18568@freefall.freebsd.org> To: dufault@hda.com, pst, freebsd-bugs Subject: Re: kern/387 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: scsistrategy doesn't use bounce buffers State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Thu Feb 8 11:31:46 PST 1996 State-Changed-Why: Fixed. From owner-freebsd-bugs Thu Feb 8 11:41:49 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19075 for bugs-outgoing; Thu, 8 Feb 1996 11:41:49 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19056 Thu, 8 Feb 1996 11:41:47 -0800 (PST) Date: Thu, 8 Feb 1996 11:41:47 -0800 (PST) From: Paul Traina Message-Id: <199602081941.LAA19056@freefall.freebsd.org> To: pst, freebsd-bugs, wollman Subject: Re: kern/425 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: arp entries not getting removed when interface changes Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 11:41:24 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 11:44:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19297 for bugs-outgoing; Thu, 8 Feb 1996 11:44:09 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19278 Thu, 8 Feb 1996 11:44:07 -0800 (PST) Date: Thu, 8 Feb 1996 11:44:07 -0800 (PST) From: Paul Traina Message-Id: <199602081944.LAA19278@freefall.freebsd.org> To: pst, freebsd-bugs, wpaul Subject: Re: bin/786 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Problem with NIS and large group maps Responsible-Changed-From-To: freebsd-bugs->wpaul Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 11:43:43 PST 1996 Responsible-Changed-Why: YO (oops,,, YP) From owner-freebsd-bugs Thu Feb 8 11:46:32 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19413 for bugs-outgoing; Thu, 8 Feb 1996 11:46:32 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19401 Thu, 8 Feb 1996 11:46:31 -0800 (PST) Date: Thu, 8 Feb 1996 11:46:31 -0800 (PST) From: Paul Traina Message-Id: <199602081946.LAA19401@freefall.freebsd.org> To: pst, freebsd-bugs, davidg Subject: Re: kern/782 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: chmod does a null pointer dereference Responsible-Changed-From-To: freebsd-bugs->davidg Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 11:45:45 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 12:09:40 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21971 for bugs-outgoing; Thu, 8 Feb 1996 12:09:40 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21952 Thu, 8 Feb 1996 12:09:39 -0800 (PST) Date: Thu, 8 Feb 1996 12:09:39 -0800 (PST) From: Paul Traina Message-Id: <199602082009.MAA21952@freefall.freebsd.org> To: pst, freebsd-bugs, pst Subject: Re: docs/1002 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: man pages missing for gnats Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 12:09:20 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 12:10:30 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22107 for bugs-outgoing; Thu, 8 Feb 1996 12:10:30 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22087 Thu, 8 Feb 1996 12:10:28 -0800 (PST) Date: Thu, 8 Feb 1996 12:10:28 -0800 (PST) From: Paul Traina Message-Id: <199602082010.MAA22087@freefall.freebsd.org> To: pst, freebsd-bugs, bde Subject: Re: kern/1001 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: M_NAMEI malloc leak in the kernel Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 12:09:53 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 12:17:22 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22656 for bugs-outgoing; Thu, 8 Feb 1996 12:17:22 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22637 Thu, 8 Feb 1996 12:17:19 -0800 (PST) Date: Thu, 8 Feb 1996 12:17:19 -0800 (PST) From: Paul Traina Message-Id: <199602082017.MAA22637@freefall.freebsd.org> To: pst, freebsd-bugs, amurai Subject: Re: misc/934 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: ppp dies with Bus Error when processing long LOGIN scripts Responsible-Changed-From-To: freebsd-bugs->amurai Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 12:16:07 PST 1996 Responsible-Changed-Why: Has this been fixed in the new code? If so, please close this bug report. From owner-freebsd-bugs Thu Feb 8 12:20:48 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23140 for bugs-outgoing; Thu, 8 Feb 1996 12:20:48 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23110 Thu, 8 Feb 1996 12:20:46 -0800 (PST) Date: Thu, 8 Feb 1996 12:20:46 -0800 (PST) From: Paul Traina Message-Id: <199602082020.MAA23110@freefall.freebsd.org> To: pst, freebsd-bugs Subject: Re: misc/583 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: rlogin over PPP does not handle input Responsible-Changed-From-To: freebsd-bugs->feedback Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 12:19:54 PST 1996 Responsible-Changed-Why: Mark, are you still experiencing these problems with 2.1 or 2.2-STABLE? Paul From owner-freebsd-bugs Thu Feb 8 12:21:38 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23327 for bugs-outgoing; Thu, 8 Feb 1996 12:21:38 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23308 Thu, 8 Feb 1996 12:21:36 -0800 (PST) Date: Thu, 8 Feb 1996 12:21:36 -0800 (PST) From: Paul Traina Message-Id: <199602082021.MAA23308@freefall.freebsd.org> To: xaa@stack.urc.tue.nl, pst, freebsd-bugs, pst Subject: Re: misc/583 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: rlogin over PPP does not handle input State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Thu Feb 8 12:21:01 PST 1996 State-Changed-Why: Mark, I believe this has been fixed, can you verify? Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 12:21:01 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 12:22:33 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23462 for bugs-outgoing; Thu, 8 Feb 1996 12:22:33 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA23445 Thu, 8 Feb 1996 12:22:23 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id MAA14646; Thu, 8 Feb 1996 12:21:45 -0800 To: Paul Traina cc: committers@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: What's up with bug assignments? (please read) In-reply-to: Your message of "Thu, 08 Feb 1996 10:14:03 PST." <199602081814.KAA04730@precipice.shockwave.com> Date: Thu, 08 Feb 1996 12:21:45 -0800 Message-ID: <14644.823810905@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@freebsd.org Precedence: bulk > A while back, I spoke with several people about bug assignments, and Jordan > asked me to play bug czar to clean out our backlog. We've got a ton of > bug reports, most of them are ancient history and simply need to be closed. > > I don't have complete knoweldge of every fix applied, so I'm passing them > along to other folks to act as responsible parties. I just wanted to voice my support for this effort and publically thank Paul for his work. Yes, we are a volunteer effort and having to respond to bug reports (much less wade through hundreds of them, as Paul has) is evil, nasty, boring, thankless work but, as the saying goes, somebody has to do it. Our #1 trump card to play against Linux (and I've been told this by more than a few people) is our level of organization, and if having to occasionally do annoying work like this is the price to pay for keeping our OS alive and preserving its reputation, it seems a small enough one. Everything Paul suggests here is right on target, so please do what you can to help him out! Even if you've only time to analyse one bug report a week, that's something! Thanks! Jordan > > ---- Finding Bugs ---- > > The current bug list: > > http://www.freebsd.org/cgi-bin/query-pr-summary.cgi > > > Find all bugs assigned to pst: > > http://www.freebsd.org/cgi-bin/query-pr-summary.cgi?engineer=pst > > List all assigned bugs and whom they're assigned to: > > http://www.freebsd.org/cgi-bin/query-pr-summary.cgi?engineer=summary > > Find all bugs in state feedback: > > http://www.freebsd.org/cgi-bin/query-pr-summary.cgi?state=feedback > > ---- Bug states ---- > > open A bug report has been submitted. > > analyzed Someone from our group has verified the problem > and/or added suggestions for fixing it. > > feedback A fix has been *committed* to the repository > (and, if necessary, patches sent to the user) > we're awaiting feedback to insure the fix does the job. > Do not use this state if the repository isn't fixed > > closed A fix has been *committed* to the repository > OR, we will not be doing anything with this bug report. > > (duplicate) If you come across a bug report that is a duplicate > of another report, you may choose to close it. > The reason for closing it should be > "Duplicate of xxxx/###" > > > > ---- Bug triage ---- > > You can edit a bug report using the "edit-pr" program. There's no man-page > currently, but the program-use is pretty obvious. > > Pull down the current bug list: > > * Has something been fixed? Close it, the reason is: "Fixed." > > * Is a bug report bogus? Close it, explain why in a sentence. > > * Is the bug "open" but not "analyzed" ? Can you contribute an analysis? > > * Is this bug in your area of expertise? Assign it to yourself > or the person you feel most appropriate. > > ---- Bug assignments ---- > > Bugs assigned to freebsd-bugs are not assigned to anyone. > > Bugs not assigned to anyone will be assigned, by me, to the person who I > think is responsible for a particular area of code. This is an entirely > subjective process on my part (well, I do some research on each bug). > If you think I screwed up, please take responsibility for getting the bug > to the right person. I'm not perfect. > > There will be times when I assign a bug to an individual because I think > they can make a better choice of assigning it to the proper owner. > (For instance, davidg gets most generic VM related problems because he > can triage them and keep or send them on to dyson/bde/nate et al). > > You may assign bugs back to "freebsd-bugs" as a last-ditch effort, however > you then cause everyone to re-triage the bug from the start. It's far better > to assign a bug to the proper person. > > Anyone is welcome to assign bugs. In fact, it would be best if certain > folks would step forward and assign bugs for an entire area of code (e.g. > wollman could become bug czar for all networking related code). > > ---- Kiss of death ---- > > There is _no_ excuse for sitting on a bug that you don't/can't/won't fix. > > Either assign it to the proper person, or send me e-mail and I will work out > what to do. Sitting on a bug in silence will earn you negative karma points > from all FreeBSD team members. > > Yes, I know we're all volenteers here (so am I). I'd like to thank you all > in advance for putting up with this little bit of bullshit so that we can > help make the most usable OS in town. > > Thanks for your understanding, > > Paul From owner-freebsd-bugs Thu Feb 8 12:23:25 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23576 for bugs-outgoing; Thu, 8 Feb 1996 12:23:25 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23558 Thu, 8 Feb 1996 12:23:23 -0800 (PST) Date: Thu, 8 Feb 1996 12:23:23 -0800 (PST) From: Paul Traina Message-Id: <199602082023.MAA23558@freefall.freebsd.org> To: joerg_wunsch@uriah.heep.sax.de, pst, freebsd-bugs, joerg Subject: Re: bin/581 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: iijppp may hang indefinitely State-Changed-From-To: open-feedback State-Changed-By: pst State-Changed-When: Thu Feb 8 12:22:13 PST 1996 State-Changed-Why: Please verify this bug is fixed. Responsible-Changed-From-To: freebsd-bugs->joerg Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 12:22:13 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 12:26:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23886 for bugs-outgoing; Thu, 8 Feb 1996 12:26:27 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23874 Thu, 8 Feb 1996 12:26:25 -0800 (PST) Date: Thu, 8 Feb 1996 12:26:25 -0800 (PST) From: Paul Traina Message-Id: <199602082026.MAA23874@freefall.freebsd.org> To: pst, freebsd-bugs, bde Subject: Re: kern/579 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: sio: RS_IBUFSIZE at 256 bytes serial lines loose data (PPP) Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 12:25:01 PST 1996 Responsible-Changed-Why: This report still appears valid. From owner-freebsd-bugs Thu Feb 8 12:33:01 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA24764 for bugs-outgoing; Thu, 8 Feb 1996 12:33:01 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA24744 Thu, 8 Feb 1996 12:32:59 -0800 (PST) Date: Thu, 8 Feb 1996 12:32:59 -0800 (PST) From: Paul Traina Message-Id: <199602082032.MAA24744@freefall.freebsd.org> To: pst, freebsd-bugs, asami Subject: Re: ports/1005 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: netscape port is obsolete, mv netscape2 netscape Responsible-Changed-From-To: freebsd-bugs->asami Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 12:32:25 PST 1996 Responsible-Changed-Why: Satoshi is master of netscape ports. From owner-freebsd-bugs Thu Feb 8 12:58:29 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA26477 for bugs-outgoing; Thu, 8 Feb 1996 12:58:29 -0800 (PST) Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA26461 Thu, 8 Feb 1996 12:57:36 -0800 (PST) Received: from katiska.clinet.fi (root@katiska.clinet.fi [194.100.0.4]) by hauki.clinet.fi (8.7.3/8.6.4) with ESMTP id WAA25682; Thu, 8 Feb 1996 22:57:23 +0200 (EET) Received: (hsu@localhost) by katiska.clinet.fi (8.7.3/8.6.4) id WAA07384; Thu, 8 Feb 1996 22:57:23 +0200 (EET) Date: Thu, 8 Feb 1996 22:57:23 +0200 (EET) Message-Id: <199602082057.WAA07384@katiska.clinet.fi> From: Heikki Suonsivu To: Paul Traina Cc: hsu@clinet.fi, freebsd-bugs@freefall.freebsd.org, davidg@freefall.freebsd.org Subject: Re: kern/378 In-Reply-To: <199602081928.LAA17988@freefall.freebsd.org> References: <199602081928.LAA17988@freefall.freebsd.org> Organization: Clinet Ltd, Espoo, Finland Sender: owner-bugs@FreeBSD.ORG Precedence: bulk I think this specific problem has been fixed. Yesterday the bounce buffer code didn't work at all (panic on boot with BT ISA and 32M of memory), I think that's already PR'd. Paul Traina writes: > Synopsis: (apparently) bounce buffer code gets used on 32bit bus > > State-Changed-From-To: open-feedback > State-Changed-By: pst > State-Changed-When: Thu Feb 8 11:24:35 PST 1996 > State-Changed-Why: > This appears to be stale, David please examine and close. > > > Responsible-Changed-From-To: freebsd-bugs->davidg > Responsible-Changed-By: pst > Responsible-Changed-When: Thu Feb 8 11:24:35 PST 1996 > Responsible-Changed-Why: From owner-freebsd-bugs Thu Feb 8 13:00:15 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA26731 for bugs-outgoing; Thu, 8 Feb 1996 13:00:15 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA26705 Thu, 8 Feb 1996 13:00:13 -0800 (PST) Resent-Date: Thu, 8 Feb 1996 13:00:13 -0800 (PST) Resent-Message-Id: <199602082100.NAA26705@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, wollman@khavrinen.lcs.mit.edu Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.26.0.162]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA26161 for ; Thu, 8 Feb 1996 12:52:18 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.7.3/8.6.6) id PAA07154; Thu, 8 Feb 1996 15:52:09 -0500 (EST) Message-Id: <199602082052.PAA07154@khavrinen.lcs.mit.edu> Date: Thu, 8 Feb 1996 15:52:09 -0500 (EST) From: "Garrett A. Wollman" Reply-To: wollman@khavrinen.lcs.mit.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1006: Kerberized su has poor password interface Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1006 >Category: bin >Synopsis: Kerberized su has poor password interface >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 8 13:00:02 PST 1996 >Last-Modified: >Originator: Garrett Wollman >Organization: MIT Laboratory for Computer Science >Release: FreeBSD 2.2-CURRENT i386 >Environment: Any version of FreeBSD since 2.0. >Description: The Kerberized su program will only accept a vaild Kerberos su password when it prompts for a password. In order to use UNIX or S/Key authentication, it is necessary to error out the first password prompt in order to get to one that accepts the right password. >How-To-Repeat: $ su >Fix: Do a better job of integrating Kerberos into su. In particular, the Kerberized su should not attempt to read its own password, but should instead wait for the S/Key and UNIX routines to error and then use the same password as was previously entered as the Kerberos password. >Audit-Trail: >Unformatted: Garrett A. Wollman From owner-freebsd-bugs Thu Feb 8 13:02:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA26904 for bugs-outgoing; Thu, 8 Feb 1996 13:02:07 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA26888 Thu, 8 Feb 1996 13:02:05 -0800 (PST) Date: Thu, 8 Feb 1996 13:02:05 -0800 (PST) From: Garrett Wollman Message-Id: <199602082102.NAA26888@freefall.freebsd.org> To: wollman, freebsd-bugs, markm Subject: Re: bin/1006 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Kerberized su has poor password interface Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: wollman Responsible-Changed-When: Thu Feb 8 13:00:52 PST 1996 Responsible-Changed-Why: Kerberos is markm's area. From owner-freebsd-bugs Thu Feb 8 13:07:22 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA27415 for bugs-outgoing; Thu, 8 Feb 1996 13:07:22 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA27397 Thu, 8 Feb 1996 13:07:20 -0800 (PST) Date: Thu, 8 Feb 1996 13:07:20 -0800 (PST) From: Paul Traina Message-Id: <199602082107.NAA27397@freefall.freebsd.org> To: taob@io.org, pst, freebsd-bugs, pst Subject: Re: bin/937 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: rcp -p fails on files with negative timestamps State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Thu Feb 8 13:06:46 PST 1996 State-Changed-Why: Fixed in -current. Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 13:06:46 PST 1996 Responsible-Changed-Why: Fixed it myself. From owner-freebsd-bugs Thu Feb 8 13:16:54 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA28515 for bugs-outgoing; Thu, 8 Feb 1996 13:16:54 -0800 (PST) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA28470 Thu, 8 Feb 1996 13:16:40 -0800 (PST) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0tkdhk-0003wbC; Thu, 8 Feb 96 13:16 PST Received: from localhost.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.6.12/8.6.12) with SMTP id WAA00268; Thu, 8 Feb 1996 22:08:53 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: "Jordan K. Hubbard" cc: Paul Traina , committers@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: What's up with bug assignments? (please read) In-reply-to: Your message of "Thu, 08 Feb 1996 12:21:45 PST." <14644.823810905@time.cdrom.com> Date: Thu, 08 Feb 1996 22:08:51 +0100 Message-ID: <266.823813731@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-bugs@freebsd.org Precedence: bulk > > A while back, I spoke with several people about bug assignments, and Jorda n > > asked me to play bug czar to clean out our backlog. We've got a ton of > > bug reports, most of them are ancient history and simply need to be closed. > > > > I don't have complete knoweldge of every fix applied, so I'm passing them > > along to other folks to act as responsible parties. > > I just wanted to voice my support for this effort and publically thank > Paul for his work. Yes, we are a volunteer effort and having to > respond to bug reports (much less wade through hundreds of them, as > Paul has) is evil, nasty, boring, thankless work but, as the saying > goes, somebody has to do it. Yes, I'm fully for this too. One question though. If I browse the neat html and see something I can recognize, then how do I send an email that will get in the audit-log for a particular PR I havn't earlier communicated with ? -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-freebsd-bugs Thu Feb 8 13:17:26 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA28590 for bugs-outgoing; Thu, 8 Feb 1996 13:17:26 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA28576 Thu, 8 Feb 1996 13:17:22 -0800 (PST) Date: Thu, 8 Feb 1996 13:17:22 -0800 (PST) From: Paul Traina Message-Id: <199602082117.NAA28576@freefall.freebsd.org> To: pst, freebsd-bugs, jkh Subject: Re: misc/856 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Install 2.0.5 Upgrade option does too much damage FDIV043 Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: pst Responsible-Changed-When: Thu Feb 8 13:16:46 PST 1996 Responsible-Changed-Why: install issue From owner-freebsd-bugs Thu Feb 8 13:25:59 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA29244 for bugs-outgoing; Thu, 8 Feb 1996 13:25:59 -0800 (PST) Received: from mpp.minn.net (root@mpp.Minn.Net [204.157.201.242]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA29230 for ; Thu, 8 Feb 1996 13:25:45 -0800 (PST) Received: (from mpp@localhost) by mpp.minn.net (8.7.3/8.6.9) id PAA10322; Thu, 8 Feb 1996 15:24:59 -0600 (CST) Message-Id: <199602082124.PAA10322@mpp.minn.net> Subject: Re: kern/383 To: wollman@lcs.mit.edu (Garrett A. Wollman) Date: Thu, 8 Feb 1996 15:24:59 -0600 (CST) From: "Mike Pritchard" Cc: luigi@labinfo.iet.unipi.it, fredriks@mcs.com, freebsd-bugs@freefall.freebsd.org In-Reply-To: <9602081842.AA28962@halloran-eldar.lcs.mit.edu> from "Garrett A. Wollman" at Feb 8, 96 01:42:07 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Garrett A. Wollman wrote: > > < said: > > > In my case I don't think the crashes were caused by underlying hw > > problems, otherwise they would only depend on the phys. address, not on > > the program that uses it or other context-dependant issues. And how can > > reads from phys. mem be harmful ? > > > I would at least like to know why it crashes the system. > > If you can provide more details of the crash, I'll re-open the bug and > assign it to someone else... I don't run X myself. Unfortunatly, it only hangs when you are within an xterm and looking at the display. E.g. you can run sleep 60; dd if=/dev/mem... switch to a vty and wait, and it will work just fine. If you are looking at the display, it just hangs and you never get a dump, or the chance to switch back to the debugger. -- Mike Pritchard mpp@minn.net "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-bugs Thu Feb 8 13:30:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA29601 for bugs-outgoing; Thu, 8 Feb 1996 13:30:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA29595 Thu, 8 Feb 1996 13:30:03 -0800 (PST) Resent-Date: Thu, 8 Feb 1996 13:30:03 -0800 (PST) Resent-Message-Id: <199602082130.NAA29595@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, wollman@khavrinen.lcs.mit.edu Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.26.0.162]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA29496 for ; Thu, 8 Feb 1996 13:28:29 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.7.3/8.6.6) id QAA07565; Thu, 8 Feb 1996 16:28:28 -0500 (EST) Message-Id: <199602082128.QAA07565@khavrinen.lcs.mit.edu> Date: Thu, 8 Feb 1996 16:28:28 -0500 (EST) From: "Garrett A. Wollman" Reply-To: wollman@khavrinen.lcs.mit.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/1007: Bogus static route in default /etc/sysconfig Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1007 >Category: conf >Synopsis: Bogus static route in default /etc/sysconfig >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 8 13:30:02 PST 1996 >Last-Modified: >Originator: Garrett Wollman >Organization: MIT Laboratory for Computer Science >Release: FreeBSD 2.2-CURRENT i386 >Environment: -current as of this morning >Description: /usr/src/etc/sysconfig contains the following text: |static_routes="multicast loopback" |route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}" |route_loopback="${hostname} localhost" The `loopback' bits are bogus. Furthermore, a number of people have name-resolution problems related to the use of ${hostname} in route_multicast; this should use a numeric IP address instead. >How-To-Repeat: more /usr/src/etc/sysconfig >Fix: Delete the offending bits, which serve no purpose. >Audit-Trail: >Unformatted: Garrett A. Wollman From owner-freebsd-bugs Thu Feb 8 14:14:31 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA02952 for bugs-outgoing; Thu, 8 Feb 1996 14:14:31 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA02913 Thu, 8 Feb 1996 14:14:26 -0800 (PST) Date: Thu, 8 Feb 1996 14:14:26 -0800 (PST) From: Paul Traina Message-Id: <199602082214.OAA02913@freefall.freebsd.org> To: henrich@msu.edu, pst, freebsd-bugs Subject: Re: kern/805 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: SMC Ultra 8216 incorrectly probed (if_ed driver) State-Changed-From-To: open-closed State-Changed-By: pst State-Changed-When: Thu Feb 8 14:13:51 PST 1996 State-Changed-Why: Fixed. From owner-freebsd-bugs Thu Feb 8 14:22:41 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03686 for bugs-outgoing; Thu, 8 Feb 1996 14:22:41 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA03672 for ; Thu, 8 Feb 1996 14:22:35 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id XAA05542; Thu, 8 Feb 1996 23:07:07 +0100 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id SAA01565; Thu, 8 Feb 1996 18:48:39 +0100 Date: Thu, 8 Feb 1996 18:48:39 +0100 From: Wolfram Schneider Message-Id: <199602081748.SAA01565@localhost> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) CC: jimd@mistery.mcafee.com (Jim Dennis), bugs@freebsd.org In-reply-to: J Wunsch's message of Wed, 7 Feb 1996 09:41:10 +0100 (MET) Subject: Re: 2.1 install relnotes: wrong address listed for announce list Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-bugs@freebsd.org Precedence: bulk >As Jim Dennis wrote: >> >> Just installing FreeBSD 2.1.0 (Walnut Creek CD-ROM package) >> and found that the name of the majordomo list for announcements >> is listed wrong. It says announce@ and the majordomo lists >> command seems to say freebsd-announce@ You are right. >Both are aliases. freebsd-announce is technically more correct, since >it's common policy that a list name should contain a dash. Majordomo accecpt only 'freebsd-announce' for subscribe. Wolfram From owner-freebsd-bugs Thu Feb 8 14:23:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03734 for bugs-outgoing; Thu, 8 Feb 1996 14:23:06 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA03701 Thu, 8 Feb 1996 14:22:45 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id XAA05555; Thu, 8 Feb 1996 23:07:14 +0100 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id RAA01482; Thu, 8 Feb 1996 17:33:13 +0100 Date: Thu, 8 Feb 1996 17:33:13 +0100 From: Wolfram Schneider Message-Id: <199602081633.RAA01482@localhost> To: Peter Wemm Cc: Paul Traina , freebsd-bugs@freefall.freebsd.org Subject: Re: kern/679 In-Reply-To: <199602080413.MAA11493@jhome.DIALix.COM> References: <199602071717.JAA12960@freefall.freebsd.org> <199602080413.MAA11493@jhome.DIALix.COM> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Peter Wemm writes: >>Synopsis: chown(2) ignores set-user-id and set-group-id bits for root >>This looks appropriate to me and is more in line with the UNIX standard. >>Peter - would you care to verify my opinion before this is changed? > >I tend to agree. "Root knows what he's doing" is a pretty fundamental >design "feature". My brain-damaged sysop at work change the owner of a file hierarchy with cron because solaris has no group quota. Everyone with write access in this file system can break a account, just do $ cp /bin/sh . $ chown u+s sh [wait a hour for cron] $ ./sh >Paul Traina >Let's go with whatever POSIX says and be done with it. I remember POSIX says for this special case 'undefined'. I think we should made a compile option, e.g. CHOWN_COMPAT (SysV) or CHOWN_SECURE (SCO). Wolfram From owner-freebsd-bugs Thu Feb 8 15:16:38 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06386 for bugs-outgoing; Thu, 8 Feb 1996 15:16:38 -0800 (PST) Received: from dvdt.thetasys.com (root@dvdt.thetasys.com [198.70.46.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA06376 Thu, 8 Feb 1996 15:16:31 -0800 (PST) Received: (from root@localhost) by dvdt.thetasys.com (8.6.12/8.6.9) id SAA12095; Thu, 8 Feb 1996 18:17:41 -0500 From: Swarthy Message-Id: <199602082317.SAA12095@dvdt.thetasys.com> Subject: Console driver causes panic!? To: sos@freebsd.org Date: Thu, 8 Feb 1996 18:17:40 -0500 (EST) Cc: bugs@freebsd.org X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org Precedence: bulk Hello, i recently encountered a strange problem. While trying to install FreeBSD onto my system, it would crash just before the (nice) color menu driven install screen. Crash with a panic: page fault that is. So, upon trying a bunch of things with the driver selector, i found the problem to be in the console driver. If i removed EVERYTHING except the console driver, it would still crash, but then, if i added all the stuff i needed, and left out the console driver, it would boot fine, and jump right into the menu install screen...but i couldn't use my keyboard of course.. My setup is as follows: 386 40Mhz no FPU - Desktop (NOT a laptop) 1 105MB IDE hd.. 4 MB Ram (30 pin) One regular ISA serial port, HD controller. One NE2000 ethernet card, at IRQ 9. SVGA Card (Oak 77) No mouse, one 1.44 MB Floppy, standard keyboard. From owner-freebsd-bugs Thu Feb 8 15:20:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06598 for bugs-outgoing; Thu, 8 Feb 1996 15:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06579 Thu, 8 Feb 1996 15:20:01 -0800 (PST) Date: Thu, 8 Feb 1996 15:20:01 -0800 (PST) Message-Id: <199602082320.PAA06579@freefall.freebsd.org> To: freebsd-bugs Cc: From: Paul Traina Subject: docs/1000 Reply-To: Paul Traina Sender: owner-bugs@FreeBSD.ORG Precedence: bulk The following reply was made to PR docs/1000; it has been noted by GNATS. From: Paul Traina To: FreeBSD-gnats-submit Cc: Subject: docs/1000 Date: Thu, 8 Feb 1996 15:16:37 -0800 (PST) this is a test attachment. From owner-freebsd-bugs Thu Feb 8 15:21:33 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06756 for bugs-outgoing; Thu, 8 Feb 1996 15:21:33 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA06741 for ; Thu, 8 Feb 1996 15:21:11 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA04172; Fri, 9 Feb 1996 00:21:00 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA19844; Fri, 9 Feb 1996 00:21:00 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id AAA12350; Fri, 9 Feb 1996 00:12:55 +0100 (MET) From: J Wunsch Message-Id: <199602082312.AAA12350@uriah.heep.sax.de> Subject: Re: CD audio does not work To: root@deadline.snafu.de (Andreas S. Wetzel) Date: Fri, 9 Feb 1996 00:12:55 +0100 (MET) Cc: joerg_wunsch@uriah.heep.sax.de, post@deadline.snafu.de, roberto@keltia.freenix.fr, bugs@FreeBSD.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Andreas S. Wetzel" at Feb 8, 96 12:09:29 pm 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 Sender: owner-bugs@FreeBSD.org Precedence: bulk As Andreas S. Wetzel wrote: > > ] > The drive was so cheap, that even the mounting screws were missing. > ] > Do you really think they HAVE an SCSI manual for that little thingy? > ] > ] So what do you expect. :-/ > > At least that I'm able to mount a CD-ROM and to play some audio CD's on that > drive, like it has been until a week or so. Ah, it's a _recent_ change. Sorry, this wasn't all obvious in your initial posting. Two things have been changing recently in the cd driver: ===================================================================== revision 1.55 date: 1995/12/30 13:56:28; author: joerg; state: Exp; lines: +9 -3 Use a medium_type field of 0 (Default), instead of the value that was obtained by the MOSE SENSE command. SONY drives are too stupid to eat their own food. Submitted by: stu@solaris.com (Stu Phillips) While i was at it, i've removed two bogus channel numbers in the``set mono'' command, that kept my Toshiba drive complaining. Also remove Julian's misspelling of `stereo'. ===================================================================== and finally, Andrey's Great CDROM Revamp between rev's 1.57 and 1.65, dated Jan 30 through Feb 02. Tell us which of the above changes is likely the offender. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Feb 8 15:26:23 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07013 for bugs-outgoing; Thu, 8 Feb 1996 15:26:23 -0800 (PST) Received: from deadline.snafu.de (deadline.snafu.de [194.64.158.28]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA07004 for ; Thu, 8 Feb 1996 15:26:15 -0800 (PST) Received: by deadline.snafu.de id m0tkfjt-000A76C; Fri, 9 Feb 96 00:26 MET (/\oo/\ Smail3.1.29.1 #29.1) Message-Id: From: root@deadline.snafu.de (Andreas S. Wetzel) Subject: Re: CD audio does not work To: joerg_wunsch@uriah.heep.sax.de Date: Fri, 9 Feb 1996 00:26:57 +0100 (MET) Cc: post@deadline.snafu.de, roberto@keltia.freenix.fr, bugs@FreeBSD.org In-Reply-To: <199602082312.AAA12350@uriah.heep.sax.de> from "J Wunsch" at Feb 9, 96 00:12:55 am Organization: A world stranger than you have ever imagined. X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org Precedence: bulk Hi! --- J Wunsch writes: ] As Andreas S. Wetzel wrote: ] > ] > At least that I'm able to mount a CD-ROM and to play some audio CD's on that ] > drive, like it has been until a week or so. ] ] Ah, it's a _recent_ change. Sorry, this wasn't all obvious in your ] initial posting. ] ] Two things have been changing recently in the cd driver: ] ] and finally, Andrey's Great CDROM Revamp between rev's 1.57 and 1.65, ] dated Jan 30 through Feb 02. Tell us which of the above changes is ] likely the offender. It must have been one of the later changes about 2nd Feb. as you say. 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 Feb 8 15:28:57 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07196 for bugs-outgoing; Thu, 8 Feb 1996 15:28:57 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA07184 Thu, 8 Feb 1996 15:28:46 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id PAA12349; Thu, 8 Feb 1996 15:27:37 -0800 (PST) Message-Id: <199602082327.PAA12349@precipice.shockwave.com> To: Poul-Henning Kamp cc: "Jordan K. Hubbard" , committers@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: What's up with bug assignments? (please read) In-reply-to: Your message of "Thu, 08 Feb 1996 22:08:51 +0100." <266.823813731@critter.tfs.com> Date: Thu, 08 Feb 1996 15:27:36 -0800 From: Paul Traina Sender: owner-bugs@freebsd.org Precedence: bulk From: Poul-Henning Kamp Subject: Re: What's up with bug assignments? (please read) > > A while back, I spoke with several people about bug assignments, and Jor >>da n > > asked me to play bug czar to clean out our backlog. We've got a ton of > > bug reports, most of them are ancient history and simply need to be close >>d. > > > > I don't have complete knoweldge of every fix applied, so I'm passing them > > along to other folks to act as responsible parties. > > I just wanted to voice my support for this effort and publically thank > Paul for his work. Yes, we are a volunteer effort and having to > respond to bug reports (much less wade through hundreds of them, as > Paul has) is evil, nasty, boring, thankless work but, as the saying > goes, somebody has to do it. Yes, I'm fully for this too. One question though. If I browse the neat html and see something I can recognize, then how do I send an email that will get in the audit-log for a particular PR I havn't earlier communicated with ? mail to freebsd-gnats-submit@freebsd.org put xxxx/nnnn in the subject line From owner-freebsd-bugs Thu Feb 8 15:30:16 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07287 for bugs-outgoing; Thu, 8 Feb 1996 15:30:16 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA07273 Thu, 8 Feb 1996 15:30:06 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id PAA12378; Thu, 8 Feb 1996 15:28:53 -0800 (PST) Message-Id: <199602082328.PAA12378@precipice.shockwave.com> To: Poul-Henning Kamp cc: "Jordan K. Hubbard" , committers@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: What's up with bug assignments? (please read) In-reply-to: Your message of "Thu, 08 Feb 1996 22:08:51 +0100." <266.823813731@critter.tfs.com> Date: Thu, 08 Feb 1996 15:28:52 -0800 From: Paul Traina Sender: owner-bugs@freebsd.org Precedence: bulk From: Poul-Henning Kamp Subject: Re: What's up with bug assignments? (please read) If I browse the neat html and see something I can recognize, then how do I send an email that will get in the audit-log for a particular PR I havn't earlier communicated with ? send mail to "freebsd-gnats-submit@freebsd.org" put the full bug id (e.g. docs/1000) in the subject line. From owner-freebsd-bugs Thu Feb 8 15:41:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09047 for bugs-outgoing; Thu, 8 Feb 1996 15:41:06 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA09035 Thu, 8 Feb 1996 15:40:59 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.12) id PAA02127; Thu, 8 Feb 1996 15:40:38 -0800 From: Julian Elischer Message-Id: <199602082340.PAA02127@ref.tfs.com> Subject: Re: What's up with bug assignments? (please read) To: pst@shockwave.com (Paul Traina) Date: Thu, 8 Feb 1996 15:40:38 -0800 (PST) Cc: phk@critter.tfs.com, jkh@time.cdrom.com, committers@freebsd.org, freebsd-bugs@freebsd.org In-Reply-To: <199602082328.PAA12378@precipice.shockwave.com> from "Paul Traina" at Feb 8, 96 03:28:52 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-bugs@freebsd.org Precedence: bulk This info should be on the web page... > > > From: Poul-Henning Kamp > Subject: Re: What's up with bug assignments? (please read) > > If I browse the neat html and see something I can recognize, then how > do I send an email that will get in the audit-log for a particular > PR I havn't earlier communicated with ? > > send mail to "freebsd-gnats-submit@freebsd.org" > > put the full bug id (e.g. docs/1000) in the subject line. > From owner-freebsd-bugs Thu Feb 8 15:51:26 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09656 for bugs-outgoing; Thu, 8 Feb 1996 15:51:26 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA09646 for ; Thu, 8 Feb 1996 15:51:19 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA04928; Fri, 9 Feb 1996 00:51:15 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA20091; Fri, 9 Feb 1996 00:51:14 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id AAA12950; Fri, 9 Feb 1996 00:45:32 +0100 (MET) From: J Wunsch Message-Id: <199602082345.AAA12950@uriah.heep.sax.de> Subject: Re: Help with Partitions ... Crazy soon. To: cyeager@calweb.com (Chris Yeager) Date: Fri, 9 Feb 1996 00:45:31 +0100 (MET) Cc: bugs@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <3119E11B.41C67EA6@calweb.com> from "Chris Yeager" at Feb 8, 96 03:40:11 am 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 Sender: owner-bugs@freebsd.org Precedence: bulk As Chris Yeager wrote: > > Quest: 1 Bsd partition, 1 swap, and 1 Msdos partition. Well, we call them `slices' (although you don't want a swap slice, but rather a swap partition inside the BSD slice). > I wrote this disktab entry which gives the error - > partition c: partition extends past end of unit > partition e: partition extends past end of unit > :pc#2059140:oc#0: \ > FORMATTED CAPACITY (xx SECTORS) (MB) _____1,054 j@uriah 218% echo '1054*1024*2' | bc 2158592 Makes slightly more than 2 * 1E6 sectors at all. You've tried to assign 2059140 sectors to the `c' partition of the BSD slice which, by definition, covers the entire BSD slice. This would leave only j@uriah 220% echo '(2158592-2059140)/(1024*2)' | bc 48 MB for your MSDOS slice, i doubt this is the truth. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Feb 8 15:51:36 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09691 for bugs-outgoing; Thu, 8 Feb 1996 15:51:36 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA09654 for ; Thu, 8 Feb 1996 15:51:25 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA04924; Fri, 9 Feb 1996 00:51:13 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA20076; Fri, 9 Feb 1996 00:50:58 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id AAA12608; Fri, 9 Feb 1996 00:34:55 +0100 (MET) From: J Wunsch Message-Id: <199602082334.AAA12608@uriah.heep.sax.de> Subject: Re: bin/984 To: bde@zeta.org.au (Bruce Evans) Date: Fri, 9 Feb 1996 00:34:55 +0100 (MET) Cc: hsu@clinet.fi, freebsd-bugs@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602081756.EAA28874@godzilla.zeta.org.au> from "Bruce Evans" at Feb 9, 96 04:56:07 am 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 Sender: owner-bugs@FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > Actually it should be possible to fix it by running fdisk to set the new > C/H/S values. Ok, this might be possible. Anyway, the least we would need to know is whether my suggested manual fix did really fix the problem. Neither Heikki (sp?) nor some other guy whom i've been suggesting this method did get back with _any_ feedback however. Guys, it's not only that you should complain here, you should rather _co-operate_. Our ideas are worthless without getting feedback. (No, i'm not going to buy just another motherboard to see your problems fixed. Even if i did -- i wouldn't had the problem in the first place, or whaddaya think why i've been inventing the ``dangerously dedicated'' mode? :) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Feb 8 16:20:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11767 for bugs-outgoing; Thu, 8 Feb 1996 16:20:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11743 Thu, 8 Feb 1996 16:20:02 -0800 (PST) Resent-Date: Thu, 8 Feb 1996 16:20:02 -0800 (PST) Resent-Message-Id: <199602090020.QAA11743@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Esa Ahola Received: from borg.mindspring.com (root@borg.mindspring.com [204.180.128.14]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA11499 for ; Thu, 8 Feb 1996 16:16:35 -0800 (PST) Received: from firebrick.mindspring.com [204.180.128.159] by borg.mindspring.com with ESMTP id TAA15369 for ; Thu, 8 Feb 1996 19:16:24 -0500 Received: (from root@localhost) by firebrick.mindspring.com (8.6.12/8.6.12) id TAA14805; Thu, 8 Feb 1996 19:16:26 -0500 Message-Id: <199602090016.TAA14805@firebrick.mindspring.com> Date: Thu, 8 Feb 1996 19:16:26 -0500 From: Esa Ahola Reply-To: Esa Ahola To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1008: Daily crash while writing network backups to local tape Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1008 >Category: kern >Synopsis: Daily crash while writing network backups to local tape >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 8 16:20:01 PST 1996 >Last-Modified: >Originator: Esa Ahola >Organization: MindSpring Enterprises, Inc. >Release: FreeBSD 2.1-STABLE i386 (sup date 1/29) >Environment: Differences from 2.1R: --- GENERIC Wed Oct 25 13:29:51 1995 +++ FIREBRICK Thu Feb 8 17:31:53 1996 @@ -11,2 +11,2 @@ -ident GENERIC -maxusers 10 +ident FIREBRICK +maxusers 254 @@ -22 +22 @@ -options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device +options "SCSI_DELAY=5" #Be pessimistic about Joe SCSI device @@ -24,0 +25,6 @@ +options COMCONSOLE #prefer serial console to video console +options KTRACE #kernel tracing +options "CHILD_MAX=256" +options "OPEN_MAX=512" +options "MAXMEM=131072" +options "NMBCLUSTERS=4096" @@ -30 +36 @@ -config kernel root on wd0 +config kernel root on sd0 @@ -40,7 +46,7 @@ -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 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 @@ -122 +128 @@ -pseudo-device pty 16 +pseudo-device pty 64 @@ -123,0 +130 @@ +pseudo-device bpfilter 4 Hardware: - ASUS P55TP4XE P133 - ASUS SC-2000 SCSI (2) - ZNYX fast ethernet dmesg: FreeBSD 2.1-STABLE #0: Wed Jan 31 01:49:20 EST 1996 root@firebrick.mindspring.com:/usr/src-stable/sys/compile/FIREBRICK CPU: 133-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU) Origin = "GenuineIntel" Id = 0x52b Stepping=11 Features=0x1bf real memory = 134217728 (131072K bytes) avail memory = 127660032 (124668K bytes) Probing for devices on PCI bus 0: chip0 rev 2 on pci0:0 chip1 rev 2 on pci0:7 ncr0 rev 2 int a irq 12 on pci0:10 ncr0 waiting for scsi devices to settle (ncr0:0:0): "SEAGATE ST32550N 0014" type 0 fixed SCSI 2 sd0(ncr0:0:0): Direct-Access sd0(ncr0:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 2047MB (4194058 512 byte sectors) (ncr0:1:0): "SEAGATE ST32550N 0014" type 0 fixed SCSI 2 sd1(ncr0:1:0): Direct-Access sd1(ncr0:1:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 2047MB (4194058 512 byte sectors) (ncr0:4:0): "DEC DLT2000 8202" type 1 removable SCSI 2 st0(ncr0:4:0): Sequential-Access st0(ncr0:4:0): 200ns (5 Mb/sec) offset 8. density code 0x19, drive empty ncr1 rev 2 int a irq 10 on pci0:11 ncr1 waiting for scsi devices to settle (ncr1:0:0): "SEAGATE ST15150N 0020" type 0 fixed SCSI 2 sd2(ncr1:0:0): Direct-Access sd2(ncr1:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 4095MB (8388315 512 byte sectors) (ncr1:1:0): "SEAGATE ST15150N 0020" type 0 fixed SCSI 2 sd3(ncr1:1:0): Direct-Access sd3(ncr1:1:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 4095MB (8388315 512 byte sectors) (ncr1:2:0): "SEAGATE ST15150N 0020" type 0 fixed SCSI 2 sd4(ncr1:2:0): Direct-Access sd4(ncr1:2:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 4095MB (8388315 512 byte sectors) (ncr1:3:0): "SEAGATE ST15150N 0020" type 0 fixed SCSI 2 sd5(ncr1:3:0): Direct-Access sd5(ncr1:3:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. 4095MB (8388315 512 byte sectors) de0 rev 17 int a irq 11 on pci0:12 de0: ZNYX ZX34X DC21140 [10-100Mb/s] pass 1.1 Ethernet address 00:c0:95:f8:05:d8 de0: enabling 100baseTX UTP port Probing for devices on the ISA bus: scprobe: keyboard RESET failed fe sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 not found at 0x280 ed1 not found at 0x300 sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2 not found at 0x3e8 sio3 not found at 0x2e8 lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface lpt1 not found at 0xffffffff lpt2 not found at 0xffffffff mse0: wrong signature ff mse0 not found at 0x23c fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in uha0 not found at 0x330 aha0 not found at 0x330 aic0 not found at 0x340 nca0 not found at 0x1f88 nca1 not found at 0x350 sea0 not found wt0 not found at 0x300 mcd0: timeout getting status mcd0 not found at 0x300 mcd1: timeout getting status mcd1 not found at 0x340 matcdc0 not found at 0x230 scd0 not found at 0x230 ie0 not found at 0x360 ep0 not found at 0x300 ix0 not found at 0x300 le0: no board found at 0x300 le0 not found at 0x300 lnc0 not found at 0x280 lnc1 not found at 0x300 ze0 not found at 0x300 zp0 not found at 0x300 npx0 on motherboard npx0: INT 16 interface >Description: A lightly-loaded news server (but full newsfeed) crashes most nights while running backups from remote machines to local DLT tape drive. Crashes have only occurred while doing I/O to tape. Newsfeed activity or newsreader load doesn't seem to matter. crash.4: IdlePTD 208000 current pcb at 1f58c0 panic: page fault #0 boot (howto=256) at ../../i386/i386/machdep.c:894 894 dumppcb.pcb_ptd = rcr3(); (kgdb) bt #0 boot (howto=256) at ../../i386/i386/machdep.c:894 #1 0xf01134c3 in panic (fmt=0xf01a2ecc "page fault") at ../../kern/subr_prf.c:124 #2 0xf01a39ce in trap_fatal (frame=0xefbffd04) at ../../i386/i386/trap.c:746 #3 0xf01a3540 in trap_pfault (frame=0xefbffd04, usermode=0) at ../../i386/i386/trap.c:668 #4 0xf01a31df in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = -230151168, tf_esi = -221137920, tf_ebp = -272630412, tf_isp = -266940001, tf_ebx = -1073610748, tf_edx = -266940004, tf_ecx = -1073543014, tf_eax = 1, tf_trapno = 12, tf_err = 2, tf_eip = -266940001, tf_cs = 8, tf_eflags = 66178, tf_esp = -267151551, tf_ss = -230151168}) at ../../i386/i386/trap.c:308 #5 0xf019937d in calltrap () #6 0xf016d19f in tulip_addr_filter (sc=0xf2482c00) at ../../pci/if_de.c:1847 #7 0xf01455d6 in ip_output (m0=0xf2d1b400, opt=0x0, ro=0xf2d5e9ac, flags=0, imo=0x0) at ../../netinet/ip_output.c:324 #8 0xf01494ee in tcp_output (tp=0xf2abe400) at ../../netinet/tcp_output.c:668 #9 0xf014a2e2 in tcp_usrreq (so=0xf2a1ba00, req=8, m=0x0, nam=0x0, control=0x0) at ../../netinet/tcp_usrreq.c:272 #10 0xf01207c7 in soreceive (so=0xf2a1ba00, paddr=0x0, uio=0xefbfff2c, mp0=0x0, controlp=0x0, flagsp=0x0) at ../../kern/uipc_socket.c:786 #11 0xf01158a9 in soo_read (fp=0xf2e29880, uio=0xefbfff2c, cred=0xf1c75000) at ../../kern/sys_socket.c:63 #12 0xf01146e7 in read (p=0xf2a74200, uap=0xefbfff94, retval=0xefbfff8c) at ../../kern/sys_generic.c:112 #13 0xf01a3c9b in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 9, tf_esi = -272639912, tf_ebp = -272640008, tf_isp = -272629788, tf_ebx = 5, tf_edx = 0, tf_ecx = 5, tf_eax = 3, tf_trapno = 514, tf_err = 514, tf_eip = 134865573, tf_cs = 31, tf_eflags = 514, tf_esp = -272656416, tf_ss = 39}) at ../../i386/i386/trap.c:906 #14 0xf01993cb in Xsyscall () #15 0x9aa3 in ?? () #16 0x4139 in ?? () #17 0x3e9b in ?? () #18 0x3896 in ?? () #19 0x3142 in ?? () #20 0x2d22 in ?? () #21 0x10d3 in ?? () crash.5: Copyright 1994 Free Software Foundation, Inc... IdlePTD 208000 current pcb at 1f58c0 panic: page fault #0 boot (howto=256) at ../../i386/i386/machdep.c:894 894 dumppcb.pcb_ptd = rcr3(); (kgdb) bt #0 boot (howto=256) at ../../i386/i386/machdep.c:894 #1 0xf01134c3 in panic (fmt=0xf01a2ecc "page fault") at ../../kern/subr_prf.c:124 #2 0xf01a39ce in trap_fatal (frame=0xefbffcd8) at ../../i386/i386/trap.c:746 #3 0xf01a3540 in trap_pfault (frame=0xefbffcd8, usermode=0) at ../../i386/i386/trap.c:668 #4 0xf01a31df in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = -230151168, tf_esi = -238595840, tf_ebp = -272630488, tf_isp = 1963065219, tf_ebx = -230151168, tf_edx = -266932336, tf_ecx = 1017, tf_eax = 1963065219, tf_trapno = 12, tf_err = 0, tf_eip = 1963065219, tf_cs = 8, tf_eflags = 66050, tf_esp = -266902197, tf_ss = -230151168}) at ../../i386/i386/trap.c:308 #5 0xf019937d in calltrap () #6 0x7501ff83 in ?? () #7 0xf016f2c6 in ncr_complete (np=0xf2482c00, cp=0xf2d35680) at ../../pci/ncr.c:4317 #8 0xf01455d6 in ip_output (m0=0xf2d35680, opt=0x0, ro=0xf28ff82c, flags=0, imo=0x0) at ../../netinet/ip_output.c:324 #9 0xf01494ee in tcp_output (tp=0xf289c100) at ../../netinet/tcp_output.c:668 #10 0xf014a2e2 in tcp_usrreq (so=0xf2884300, req=8, m=0x0, nam=0x0, control=0x0) at ../../netinet/tcp_usrreq.c:272 #11 0xf01207c7 in soreceive (so=0xf2884300, paddr=0x0, uio=0xefbfff2c, mp0=0x0, controlp=0x0, flagsp=0x0) at ../../kern/uipc_socket.c:786 #12 0xf01158a9 in soo_read (fp=0xf2e12dc0, uio=0xefbfff2c, cred=0xf1c75000) at ../../kern/sys_socket.c:63 #13 0xf01146e7 in read (p=0xf2b25000, uap=0xefbfff94, retval=0xefbfff8c) at ../../kern/sys_generic.c:112 #14 0xf01a3c9b in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 9, tf_esi = -272639912, tf_ebp = -272640008, tf_isp = -272629788, tf_ebx = 5, tf_edx = 0, tf_ecx = 5, tf_eax = 3, tf_trapno = 514, tf_err = 514, tf_eip = 134865573, tf_cs = 31, tf_eflags = 514, tf_esp = -272656416, tf_ss = 39}) at ../../i386/i386/trap.c:906 #15 0xf01993cb in Xsyscall () #16 0x9aa3 in ?? () #17 0x4139 in ?? () #18 0x3e9b in ?? () #19 0x3896 in ?? () #20 0x3142 in ?? () #21 0x2d22 in ?? () #22 0x10d3 in ?? () A colleague commented: > Notice that both have this in common: > #7 0xf01455d6 in ip_output (m0=0xf2d1b400, opt=0x0, ro=0xf2d5e9ac, flags=0, > imo=0x0) at ../../netinet/ip_output.c:324 > Both are followed by a completely unrelated procedure call > (ncr_complete and tulip_addr_filter). Either they're interrupt > handlers or random jumps. tulip_addr_filter is called in two places: > to add or delete multicast addresses to the DEC21140 board's filter > list, and when resetting the board (which happens when initializing > it, when recovering from certain errors in the interrupt handler, when > changing the physical port, etc.). I would expect to see a function > on the call stack before it though, because tulip_addr_filter doesn't > seem to be an interrupt handler itself. > Here's the relevant part of ip_output.c: > sendit: > /* > * If small enough for interface, can just send directly. > */ > if ((u_short)ip->ip_len <= ifp->if_mtu) { > ip->ip_len = htons((u_short)ip->ip_len); > ip->ip_off = htons((u_short)ip->ip_off); > ip->ip_sum = 0; > ip->ip_sum = in_cksum(m, hlen); > 324: error = (*ifp->if_output)(ifp, m, > (struct sockaddr *)dst, ro->ro_rt); > goto done; > } > Perhaps ifp->if_output has been corrupted somehow? >How-To-Repeat: Run backups. :-\ >Fix: None. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Feb 8 16:20:20 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11895 for bugs-outgoing; Thu, 8 Feb 1996 16:20:20 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA11883 Thu, 8 Feb 1996 16:20:14 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id BAA05669; Fri, 9 Feb 1996 01:20:10 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id BAA21779; Fri, 9 Feb 1996 01:20:09 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id BAA13254; Fri, 9 Feb 1996 01:08:14 +0100 (MET) From: J Wunsch Message-Id: <199602090008.BAA13254@uriah.heep.sax.de> Subject: Re: kern/834 To: pst@freefall.freebsd.org (Paul Traina) Date: Fri, 9 Feb 1996 01:08:14 +0100 (MET) Cc: pst@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602081913.LAA16933@freefall.freebsd.org> from "Paul Traina" at Feb 8, 96 11:13:58 am 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 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk As Paul Traina wrote: > > Old Synopsis: the console keyboard locks up randonly under pcvt > New Synopsis: pcvt: console keyboard locks up randonly > > Responsible-Changed-From-To: freebsd-bugs->joerg Hmm, i don't quite remember. I tend to send out an immediate response to all pcvt-related PRs, but it's likely that i didn't get any future feedback here. Most likely, this is either a harware fault, or just a stale PR. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Feb 8 16:20:46 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11976 for bugs-outgoing; Thu, 8 Feb 1996 16:20:46 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA11967 for ; Thu, 8 Feb 1996 16:20:41 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id BAA05664; Fri, 9 Feb 1996 01:20:08 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id BAA21772; Fri, 9 Feb 1996 01:20:07 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id BAA13202; Fri, 9 Feb 1996 01:04:46 +0100 (MET) From: J Wunsch Message-Id: <199602090004.BAA13202@uriah.heep.sax.de> Subject: Re: kern/629 To: asami@cs.berkeley.edu (Satoshi Asami) Date: Fri, 9 Feb 1996 01:04:46 +0100 (MET) Cc: pst@shockwave.com, freebsd-bugs@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602080156.RAA01397@silvia.HIP.Berkeley.EDU> from "Satoshi Asami" at Feb 7, 96 05:56:54 pm 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 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk As Satoshi Asami wrote: > > * Sorry Satoshi... I mis-read it last night. I'll go change them. > > No problem, you aren't the first one who confused us two.... :) > > Satoshi > > P.S. I'm not going to mention who was the other one...ok, Joerg? :> Who? Me? No, impossible, i don't speak Japanese at all! :-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Feb 8 16:22:47 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12123 for bugs-outgoing; Thu, 8 Feb 1996 16:22:47 -0800 (PST) Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA12103 for ; Thu, 8 Feb 1996 16:22:35 -0800 (PST) Received: from katiska.clinet.fi (root@katiska.clinet.fi [194.100.0.4]) by hauki.clinet.fi (8.7.3/8.6.4) with ESMTP id CAA02931; Fri, 9 Feb 1996 02:21:36 +0200 (EET) Received: (hsu@localhost) by katiska.clinet.fi (8.7.3/8.6.4) id CAA26455; Fri, 9 Feb 1996 02:21:35 +0200 (EET) Date: Fri, 9 Feb 1996 02:21:35 +0200 (EET) Message-Id: <199602090021.CAA26455@katiska.clinet.fi> From: Heikki Suonsivu To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: bde@zeta.org.au (Bruce Evans), hsu@clinet.fi, freebsd-bugs@FreeBSD.org Subject: Re: bin/984 In-Reply-To: <199602082334.AAA12608@uriah.heep.sax.de> References: <199602081756.EAA28874@godzilla.zeta.org.au> <199602082334.AAA12608@uriah.heep.sax.de> Organization: Clinet Ltd, Espoo, Finland Sender: owner-bugs@FreeBSD.org Precedence: bulk J. Wunsch writes: > As Bruce Evans wrote: > > > > Actually it should be possible to fix it by running fdisk to set the new > > C/H/S values. > > Ok, this might be possible. Anyway, the least we would need to know > is whether my suggested manual fix did really fix the problem. > Neither Heikki (sp?) nor some other guy whom i've been suggesting this > method did get back with _any_ feedback however. All these systems I have trouble with are in some kind of production use, so I'm pretty much deadlocked until I happen to be awake at suitable morning hour to be able to experiment (when they crash during peak hours, I have to just get them up as fast as possible). I was also trying to read some boot code source to learn more about this and how it could be worked around (but I haven't had much time lately). About the suggested fdisk fix, if C/H/S values are changed wouldn't this break the partition limits, or are the partitions encoded just as block offsets? > Guys, it's not only that you should complain here, you should rather > _co-operate_. Our ideas are worthless without getting feedback. > > (No, i'm not going to buy just another motherboard to see your > problems fixed. Even if i did -- i wouldn't had the problem in the > first place, or whaddaya think why i've been inventing the > ``dangerously dedicated'' mode? :) Install an Intel Plato system in dangerously dedicated mode with BT ISA controller and replace it with a NCR PCI controller, and it may/will not boot (too large cylinder number 1040 > 1024, BIOS limit). This is actually quite weird, as the root partition is about 200Mbytes which should be below 1024 cylinder, no matter what geometry is used. This isn't that serious, I'll reinstall on another machine and copy the files over and switch the root disk to see if it fixes the problem. The previously mentioned Plato to ASUS switch was worse as it was the primary server which can't be kept down for long, and it takes some time to move services out of it so that I can start experimenting with it. -- Heikki Suonsivu, T{ysikuu 10 C 83/02210 Espoo/FINLAND, hsu@clinet.fi mobile +358-40-5519679 work +358-0-4375360 fax -4555276 home -8031121 From owner-freebsd-bugs Thu Feb 8 16:28:28 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12834 for bugs-outgoing; Thu, 8 Feb 1996 16:28:28 -0800 (PST) Received: from fw.ast.com (fw.ast.com [165.164.6.25]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA12829 Thu, 8 Feb 1996 16:28:26 -0800 (PST) Received: from nemesis by fw.ast.com with uucp (Smail3.1.29.1 #2) id m0tkges-000858C; Thu, 8 Feb 96 18:25 CST Received: by nemesis.lonestar.org (Smail3.1.27.1 #20) id m0tkgUG-000BzIC; Thu, 8 Feb 96 18:14 WET Message-Id: Date: Thu, 8 Feb 96 18:14 WET To: pst@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org From: uhclem@nemesis.lonestar.org (Frank Durda IV) Sent: Thu Feb 8 1996, 18:14:52 CST Subject: Re: ports/968 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk [0]Synopsis: Netscape & cern_httpd ports out of date/dead links [0] [0]Responsible-Changed-From-To: freebsd-bugs->asami [0]Responsible-Changed-By: pst [0]Responsible-Changed-When: Wed Feb 7 17:55:24 PST 1996 [0]Responsible-Changed-Why: [0]Satoshi, I'm assigning this to you in spite of the original synopsis [0]because there are several suggestions being made about the ports system. [0]I believe Andrew has fixed cern_httpd and Frank has an old ports dirctory. I said this in the report and it is still true - the ports files came from freebsd.cdrom.com THAT DAY - I didn't even have "old" stuff (I had to make the ports directory on that system because it didn't have one) and didn't have any of the CD-ROMs mounted. If the ports files are wrong, then they are wrong at freebsd.cdrom.com/pub/FreeBSD/ports/*. I have not looked lately to see if the files on freebsd.cdrom.com were updated, but since the files pulled down themselves have bad pointers (like where the online help is supposed to be and it isn't), some work is necessary in several places. Frank Durda IV |"The Knights who say "LETNi" or uhclem%nemesis@rwsystr.nkn.net | demand... A SEGMENT REGISTER!!!" ^------(this is the fastest route)|"A what?" or ...letni!rwsys!nemesis!uhclem |"LETNi! LETNi! LETNi!" - 1983 From owner-freebsd-bugs Thu Feb 8 17:10:23 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16865 for bugs-outgoing; Thu, 8 Feb 1996 17:10:23 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA16860 for ; Thu, 8 Feb 1996 17:10:21 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id RAA12656; Thu, 8 Feb 1996 17:09:23 -0800 (PST) Message-Id: <199602090109.RAA12656@precipice.shockwave.com> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: freebsd-bugs@freefall.freebsd.org Subject: Re: kern/834 In-reply-to: Your message of "Fri, 09 Feb 1996 01:08:14 +0100." <199602090008.BAA13254@uriah.heep.sax.de> Date: Thu, 08 Feb 1996 17:09:23 -0800 From: Paul Traina Sender: owner-bugs@FreeBSD.ORG Precedence: bulk From: J Wunsch Subject: Re: kern/834 As Paul Traina wrote: > > Old Synopsis: the console keyboard locks up randonly under pcvt > New Synopsis: pcvt: console keyboard locks up randonly > > Responsible-Changed-From-To: freebsd-bugs->joerg Hmm, i don't quite remember. I tend to send out an immediate response to all pcvt-related PRs, but it's likely that i didn't get any future feedback here. Most likely, this is either a harware fault, or just a stale PR. Please use edit-pr to close this if you consider it stale. From owner-freebsd-bugs Thu Feb 8 19:38:30 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25020 for bugs-outgoing; Thu, 8 Feb 1996 19:38:30 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA24982 for ; Thu, 8 Feb 1996 19:38:09 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA18315; Fri, 9 Feb 1996 14:36:02 +1100 Date: Fri, 9 Feb 1996 14:36:02 +1100 From: Bruce Evans Message-Id: <199602090336.OAA18315@godzilla.zeta.org.au> To: hsu@clinet.fi, joerg_wunsch@uriah.heep.sax.de Subject: Re: bin/984 Cc: bde@zeta.org.au, freebsd-bugs@freebsd.org Sender: owner-bugs@freebsd.org Precedence: bulk > > > Actually it should be possible to fix it by running fdisk to set the new > > > C/H/S values. > > > > Ok, this might be possible. Anyway, the least we would need to know > > is whether my suggested manual fix did really fix the problem. > > ... >... >About the suggested fdisk fix, if C/H/S values are changed wouldn't this >break the partition limits, or are the partitions encoded just as block >offsets? The partition limits are encoded as both block offsets and as C/H/S values, and of course you should not change the offsets. > > (No, i'm not going to buy just another motherboard to see your > > problems fixed. Even if i did -- i wouldn't had the problem in the > > first place, or whaddaya think why i've been inventing the > > ``dangerously dedicated'' mode? :) For ideological reasons. >Install an Intel Plato system in dangerously dedicated mode with BT ISA >controller and replace it with a NCR PCI controller, and it may/will not >boot (too large cylinder number 1040 > 1024, BIOS limit). This is actually >quite weird, as the root partition is about 200Mbytes which should be below >1024 cylinder, no matter what geometry is used. This isn't that serious, With a geometry of 1 sector/track and 1 track/cylinder, anything larger than 1MB will be above the 1024 cylinder mark. Perhaps the NCR controller is confused about the geometry. The BT445C controller guesses the geometry from the partition table so it is safest to have a non-garbage geometry there. Bruce From owner-freebsd-bugs Thu Feb 8 19:40:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25156 for bugs-outgoing; Thu, 8 Feb 1996 19:40:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25122 Thu, 8 Feb 1996 19:40:04 -0800 (PST) Resent-Date: Thu, 8 Feb 1996 19:40:04 -0800 (PST) Resent-Message-Id: <199602090340.TAA25122@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mpp@mpp.minn.net Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA24704 for ; Thu, 8 Feb 1996 19:35:09 -0800 (PST) Received: from mpp.minn.net (root@mpp.Minn.Net [204.157.201.242]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id TAA16825 for ; Thu, 8 Feb 1996 19:35:06 -0800 Received: (from mpp@localhost) by mpp.minn.net (8.7.3/8.6.9) id VAA21969; Thu, 8 Feb 1996 21:32:50 -0600 (CST) Message-Id: <199602090332.VAA21969@mpp.minn.net> Date: Thu, 8 Feb 1996 21:32:50 -0600 (CST) From: Mike Pritchard Reply-To: mpp@mpp.minn.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/1009: kbdmap man page has references non-existent files Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1009 >Category: docs >Synopsis: kbdmap man page has references non-existent files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 8 19:40:02 PST 1996 >Last-Modified: >Originator: Mike Pritchard >Organization: Mike Pritchard >Release: FreeBSD 2.2-CURRENT i386 >Environment: >Description: The kbdmap man page references two non-existent files: /usr/share/syscons/keymaps/INDEX.keymaps Database for keymaps. /usr/share/syscons/fonts/INDEX.fonts Database for fonts. I was just going to change the references to: /usr/share/syscons/keymaps/*.kbd /usr/share/syscons/fonts/*.fnt Except that looking at the source to kdbmap shows that it does try and use the above two files. So I figured I would file a pr and let someone else figure out if the man page should be fixed, or if the above two files really are missing and need to be installed. >How-To-Repeat: man kdbmap >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Feb 8 19:41:52 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25414 for bugs-outgoing; Thu, 8 Feb 1996 19:41:52 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25395 Thu, 8 Feb 1996 19:41:50 -0800 (PST) Date: Thu, 8 Feb 1996 19:41:50 -0800 (PST) From: Mike Pritchard Message-Id: <199602090341.TAA25395@freefall.freebsd.org> To: mpp, freebsd-bugs Subject: Re: docs/1009 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: kbdmap man page has references non-existent files Responsible-Changed-From-To: freebsd-bugs->wosch-bugs Responsible-Changed-By: mpp Responsible-Changed-When: Thu Feb 8 19:40:58 PST 1996 Responsible-Changed-Why: wosch wrote the command, so he probably can figure out what to do. From owner-freebsd-bugs Thu Feb 8 19:42:47 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25531 for bugs-outgoing; Thu, 8 Feb 1996 19:42:47 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25511 Thu, 8 Feb 1996 19:42:44 -0800 (PST) Date: Thu, 8 Feb 1996 19:42:44 -0800 (PST) From: Mike Pritchard Message-Id: <199602090342.TAA25511@freefall.freebsd.org> To: mpp, freebsd-bugs, wosch Subject: Re: docs/1009 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: kbdmap man page has references non-existent files Responsible-Changed-From-To: freebsd-bugs->wosch Responsible-Changed-By: mpp Responsible-Changed-When: Thu Feb 8 19:42:07 PST 1996 Responsible-Changed-Why: oops. From owner-freebsd-bugs Fri Feb 9 00:23:18 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA07957 for bugs-outgoing; Fri, 9 Feb 1996 00:23:18 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA07898 for ; Fri, 9 Feb 1996 00:23:07 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA18586; Fri, 9 Feb 1996 09:22:24 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA25218; Fri, 9 Feb 1996 09:22:23 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id IAA15536; Fri, 9 Feb 1996 08:52:17 +0100 (MET) From: J Wunsch Message-Id: <199602090752.IAA15536@uriah.heep.sax.de> Subject: Re: bin/984 To: bde@zeta.org.au (Bruce Evans) Date: Fri, 9 Feb 1996 08:52:17 +0100 (MET) Cc: hsu@clinet.fi, freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602090336.OAA18315@godzilla.zeta.org.au> from "Bruce Evans" at Feb 9, 96 02:36:02 pm 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 Sender: owner-bugs@FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > > (No, i'm not going to buy just another motherboard to see your > > > problems fixed. Even if i did -- i wouldn't had the problem in the > > > first place, or whaddaya think why i've been inventing the > > > ``dangerously dedicated'' mode? :) > > For ideological reasons. Not only. :) I've got too many complaints from industry users and other people running dedicated FreeBSD systems. Describing them that they first had to install something called DOS didn't make a good impression... and was not necessary. > With a geometry of 1 sector/track and 1 track/cylinder, anything larger > than 1MB will be above the 1024 cylinder mark. Hmm, we only support >= 15 sectors/track, the size of the bootstrap code (which is assumed to be on cylinder 0 head 0). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Feb 9 00:27:19 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08354 for bugs-outgoing; Fri, 9 Feb 1996 00:27:19 -0800 (PST) Received: from utrhcs.cs.utwente.nl (utrhcs.cs.utwente.nl [130.89.10.247]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA08342 Fri, 9 Feb 1996 00:27:12 -0800 (PST) Received: from myrtilos.cs.utwente.nl by utrhcs.cs.utwente.nl (SMI-8.6/csrelayMX-SVR4_1.2/RBINF) id JAA10810; Fri, 9 Feb 1996 09:25:47 +0100 Received: from curie.cs.utwente.nl by myrtilos.cs.utwente.nl (SMI-8.6/csrelay-Sol1.4/RB) id JAA20518; Fri, 9 Feb 1996 09:25:42 +0100 Received: from localhost by curie.cs.utwente.nl (SMI-8.6/SMI-SVR4) id JAA09184; Fri, 9 Feb 1996 09:25:43 +0100 To: Paul Traina cc: committers@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: What's up with bug assignments? (please read) In-reply-to: Your message of "Thu, 08 Feb 1996 10:14:03 PST." <199602081814.KAA04730@precipice.shockwave.com> Date: Fri, 09 Feb 1996 09:25:40 +0100 Message-ID: <9183.823854340@curie.cs.utwente.nl> From: Andras Olah Sender: owner-bugs@freebsd.org Precedence: bulk On Thu, 08 Feb 1996 10:14:03 PST, Paul Traina wrote: [...] > ---- Bug triage ---- > > You can edit a bug report using the "edit-pr" program. There's no man-page > currently, but the program-use is pretty obvious. [...] Newbies to gnats (like me) may find the following page useful: http://www.ns.utk.edu/gnu/gnats/gnats_toc.html Andras From owner-freebsd-bugs Fri Feb 9 00:28:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08470 for bugs-outgoing; Fri, 9 Feb 1996 00:28:27 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA08295 for ; Fri, 9 Feb 1996 00:24:56 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA18590; Fri, 9 Feb 1996 09:22:26 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA25219; Fri, 9 Feb 1996 09:22:25 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id IAA15550; Fri, 9 Feb 1996 08:53:40 +0100 (MET) From: J Wunsch Message-Id: <199602090753.IAA15550@uriah.heep.sax.de> Subject: Re: bin/984 To: hsu@clinet.fi (Heikki Suonsivu) Date: Fri, 9 Feb 1996 08:53:39 +0100 (MET) Cc: bde@kralizec.zeta.org.au (Bruce Evans), freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602090021.CAA26455@katiska.clinet.fi> from "Heikki Suonsivu" at Feb 9, 96 02:21:35 am 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 Sender: owner-bugs@FreeBSD.org Precedence: bulk As Heikki Suonsivu wrote: > > Ok, this might be possible. Anyway, the least we would need to know > > is whether my suggested manual fix did really fix the problem. > > Neither Heikki (sp?) nor some other guy whom i've been suggesting this > > method did get back with _any_ feedback however. > > All these systems I have trouble with are in some kind of production use, > so I'm pretty much deadlocked until I happen to be awake at suitable > morning hour to be able to experiment (when they crash during peak hours, I > have to just get them up as fast as possible). But given the fact that we are spending our time to solve your problems, this is still something i would expect from you. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Feb 9 00:51:13 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09321 for bugs-outgoing; Fri, 9 Feb 1996 00:51:13 -0800 (PST) Received: (from olah@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09309 Fri, 9 Feb 1996 00:51:11 -0800 (PST) Date: Fri, 9 Feb 1996 00:51:11 -0800 (PST) From: Andras Olah Message-Id: <199602090851.AAA09309@freefall.freebsd.org> To: hsu@clinet.fi, olah, freebsd-bugs, olah Subject: Re: kern/862 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: more access to freed mbufs State-Changed-From-To: open-closed State-Changed-By: olah State-Changed-When: Fri Feb 9 00:47:45 PST 1996 State-Changed-Why: Duplicates kern/903 (actually, the other way around, but kern/903 is closed already) Responsible-Changed-From-To: freebsd-bugs->olah Responsible-Changed-By: olah Responsible-Changed-When: Fri Feb 9 00:47:45 PST 1996 Responsible-Changed-Why: From owner-freebsd-bugs Fri Feb 9 01:41:48 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13427 for bugs-outgoing; Fri, 9 Feb 1996 01:41:48 -0800 (PST) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA13389 Fri, 9 Feb 1996 01:41:33 -0800 (PST) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0tkpKX-0003xZC; Fri, 9 Feb 96 01:41 PST Received: from localhost.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.6.12/8.6.12) with SMTP id KAA04362; Fri, 9 Feb 1996 10:41:23 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: Paul Traina cc: committers@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: What's up with bug assignments? (please read) In-reply-to: Your message of "Thu, 08 Feb 1996 10:14:03 PST." <199602081814.KAA04730@precipice.shockwave.com> Date: Fri, 09 Feb 1996 10:41:18 +0100 Message-ID: <4353.823858878@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-bugs@freebsd.org Precedence: bulk > http://www.freebsd.org/cgi-bin/query-pr-summary.cgi?engineer=summary One more, how do I get the unassiged ones ? engineer=none ? -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-freebsd-bugs Fri Feb 9 02:23:30 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA15202 for bugs-outgoing; Fri, 9 Feb 1996 02:23:30 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id CAA15197 for ; Fri, 9 Feb 1996 02:23:26 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id CAA00911; Fri, 9 Feb 1996 02:23:12 -0800 (PST) Date: Fri, 9 Feb 1996 02:23:12 -0800 (PST) Message-Id: <199602091023.CAA00911@silvia.HIP.Berkeley.EDU> To: root@deadline.snafu.de CC: joerg_wunsch@uriah.heep.sax.de, post@deadline.snafu.de, roberto@keltia.freenix.fr, bugs@freebsd.org In-reply-to: (root@deadline.snafu.de) Subject: Re: CD audio does not work From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-bugs@freebsd.org Precedence: bulk * ] and finally, Andrey's Great CDROM Revamp between rev's 1.57 and 1.65, * ] dated Jan 30 through Feb 02. Tell us which of the above changes is * ] likely the offender. * * It must have been one of the later changes about 2nd Feb. as you say. My workman is not working lately too. I just noticed it today (I recompile a kernel every few days). Feb 9 02:02:44 silvia /kernel: cd0(ahc0:1:0): ILLEGAL REQUEST \ asc:24,0 Invalid field in CDB sks:c0,6 cdcontrol (dated Jan/26) works fine. Satoshi From owner-freebsd-bugs Fri Feb 9 02:44:24 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA15962 for bugs-outgoing; Fri, 9 Feb 1996 02:44:24 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA15957 for ; Fri, 9 Feb 1996 02:44:21 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id CAA19351; Fri, 9 Feb 1996 02:43:44 -0800 To: jeff@stat.uconn.edu (Jeffrey M. Metcalf) cc: bugs@FreeBSD.org Subject: Re: Mice In-reply-to: Your message of "Tue, 06 Feb 1996 11:44:27 EST." <9602061644.AA10449@ruddles.stat.uconn.edu> Date: Fri, 09 Feb 1996 02:43:44 -0800 Message-ID: <19349.823862624@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.org Precedence: bulk If I were to suggest a mouse, it would only be one: The Logitech Mouseman. Granted, I don't like what they've done with the contours in the newer models (the older one was a simple mouse-shaped mouse with right-sloping buttons - nice), but they're still the nicest 3-button you can buy. Jordan > > Hi, > > This is in reference to my earlier e-mail. If you feel I must get a new > mouse to run under X, could you tell me the brands of mice that have no > problems running with the GENERIC kernel (or if I must customize the > kernel, which mice work perfectly). If you would, could you also > intersect that subset of mice with the subset that you believe should have > no problems with Windows 95? Also, please tell me a short list of mice > even if you feel I could get my PS/2 to work. Just in case I don't want > any hassles. > > Thanks Again, > > J. Metcalf From owner-freebsd-bugs Fri Feb 9 03:38:58 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA18321 for bugs-outgoing; Fri, 9 Feb 1996 03:38:58 -0800 (PST) Received: from fns.muc.de (root@fns.muc.de [193.174.4.223]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA18311 Fri, 9 Feb 1996 03:38:08 -0800 (PST) Received: from fns (peterb@localhost [127.0.0.1]) by fns.muc.de (8.7.3/8.6.9) with ESMTP id MAA17150; Fri, 9 Feb 1996 12:37:16 +0100 (MET) Message-Id: <199602091137.MAA17150@fns.muc.de> To: Paul Traina cc: freebsd-bugs@freefall.freebsd.org Subject: Re: kern/824 In-reply-to: Your message of "Thu, 08 Feb 1996 20:16:46 +0100." <199602081916.LAA17240@freefall.freebsd.org> Date: Fri, 09 Feb 1996 12:37:14 +0100 From: Peter Bechtold Sender: owner-bugs@FreeBSD.ORG Precedence: bulk In message <199602081916.LAA17240@freefall.freebsd.org>, Paul Traina writes: > Synopsis: system hangs after a few hours without saying why > > State-Changed-From-To: open-feedback > State-Changed-By: pst > State-Changed-When: Thu Feb 8 11:16:00 PST 1996 > State-Changed-Why: > Peter, is this problem still occuring with new -currents? > Please let us know ASAP. Oops, I forgot about this pr. No, it doesn't occur any more. Thanks, Peter -- Peter Bechtold # Phone +49 89 54290961 # Fax +49 89 54290979 URL: http://home.pages.de/~peterb/ # Pager +49 168 8254648 home peterb@muc.de # work peterb@space.net PGP Public Key: finger peterb@fns.muc.de From owner-freebsd-bugs Fri Feb 9 04:46:20 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA23691 for bugs-outgoing; Fri, 9 Feb 1996 04:46:20 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA23670 Fri, 9 Feb 1996 04:46:18 -0800 (PST) Date: Fri, 9 Feb 1996 04:46:18 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199602091246.EAA23670@freefall.freebsd.org> To: wollman@khavrinen.lcs.mit.edu, jkh, freebsd-bugs Subject: Re: conf/1007 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Bogus static route in default /etc/sysconfig State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Fri Feb 9 04:45:56 PST 1996 State-Changed-Why: Fixed essentially as suggested (along with the one or two other broken things I found while in there). From owner-freebsd-bugs Fri Feb 9 04:47:38 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA24010 for bugs-outgoing; Fri, 9 Feb 1996 04:47:38 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA23997 for ; Fri, 9 Feb 1996 04:47:36 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id EAA19785; Fri, 9 Feb 1996 04:46:59 -0800 To: Swarthy Cc: bugs@freebsd.org Subject: Re: Console driver causes panic!? In-reply-to: Your message of "Thu, 08 Feb 1996 18:17:40 EST." <199602082317.SAA12095@dvdt.thetasys.com> Date: Fri, 09 Feb 1996 04:46:59 -0800 Message-ID: <19783.823870019@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@freebsd.org Precedence: bulk Known and documented problem. You're trying to install with 4MB, and the minimum configuration for installation is 5MB now. Jordan > Hello, i recently encountered a strange problem. > > While trying to install FreeBSD onto my system, it would crash just before > the (nice) color menu driven install screen. Crash with a panic: page fault > that is. So, upon trying a bunch of things with the driver selector, i found > the problem to be in the console driver. If i removed EVERYTHING except the > console driver, it would still crash, but then, if i added all the stuff i > needed, and left out the console driver, it would boot fine, and jump right > into the menu install screen...but i couldn't use my keyboard of course.. > > My setup is as follows: > > 386 40Mhz no FPU - Desktop (NOT a laptop) > 1 105MB IDE hd.. > 4 MB Ram (30 pin) > One regular ISA serial port, HD controller. > One NE2000 ethernet card, at IRQ 9. > SVGA Card (Oak 77) > No mouse, one 1.44 MB Floppy, standard keyboard. From owner-freebsd-bugs Fri Feb 9 07:31:52 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16315 for bugs-outgoing; Fri, 9 Feb 1996 07:31:52 -0800 (PST) Received: from hal9000.net.au ([203.23.139.11]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA16295 Fri, 9 Feb 1996 07:31:39 -0800 (PST) Received: (from ldjpc@localhost) by hal9000.net.au (8.7/8.7) with UUCP id CAA16138; Sat, 10 Feb 1996 02:12:25 +1030 (CST) X-Authentication-Warning: hal9000.net.au: ldjpc set sender to jj@LDJpc.APANA.Org.Au using -f Received: from ldjpc.apana.org.au (jj@localhost. [127.0.0.1]) by LDJpc.APANA.Org.Au (8.7/8.7) with SMTP id NAA06038; Fri, 9 Feb 1996 13:18:08 +1030 (CST) Message-ID: <311AB5E6.41C67EA6@ldjpc.apana.org.au> Date: Fri, 09 Feb 1996 13:18:06 +1030 From: Lucas James Organization: LDJpc Home Unix X-Mailer: Mozilla 2.0b6a (X11; I; BSD/386 uname failed) MIME-Version: 1.0 To: Paul Traina CC: freebsd-bugs@freefall.freebsd.org, wollman@freefall.freebsd.org Subject: Re: kern/284 References: <199602080023.QAA11559@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Paul Traina wrote: > > Synopsis: Network gives permission denied > > State-Changed-From-To: open-feedback > State-Changed-By: pst > State-Changed-When: Wed Feb 7 16:20:12 PST 1996 > State-Changed-Why: > Is this still present? > > Responsible-Changed-From-To: freebsd-bugs->wollman > Responsible-Changed-By: pst > Responsible-Changed-When: Wed Feb 7 16:20:12 PST 1996 > Responsible-Changed-Why: > Kerberos & Networking experts... do you thing. :-) > I saw no obvious networking problem. Telnet doesn't need to be setuid. I haven't been running Kerberos since a crash about 9 months ago. I haven't come accross the problem since. lucas -- jj@ldjpc.apana.org.au Assitant Scout Leader - Munno Para Scout Troop - Kodak Crew Treasurer - Para Rover Crew From owner-freebsd-bugs Fri Feb 9 07:40:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16885 for bugs-outgoing; Fri, 9 Feb 1996 07:40:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16855 Fri, 9 Feb 1996 07:40:03 -0800 (PST) Resent-Date: Fri, 9 Feb 1996 07:40:03 -0800 (PST) Resent-Message-Id: <199602091540.HAA16855@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mpp@mpp.minn.net Received: from mpp.minn.net (root@mpp.Minn.Net [204.157.201.242]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA16186 for ; Fri, 9 Feb 1996 07:30:10 -0800 (PST) Received: (from mpp@localhost) by mpp.minn.net (8.7.3/8.6.9) id WAA27886; Thu, 8 Feb 1996 22:39:20 -0600 (CST) Message-Id: <199602090439.WAA27886@mpp.minn.net> Date: Thu, 8 Feb 1996 22:39:20 -0600 (CST) From: Mike Pritchard Reply-To: mpp@mpp.minn.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/1010: no man page for qcamcontrol(8) Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1010 >Category: docs >Synopsis: no man page for qcamcontrol(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 9 07:40:01 PST 1996 >Last-Modified: >Originator: Mike Pritchard >Organization: Mike Pritchard >Release: FreeBSD 2.2-CURRENT i386 >Environment: >Description: qcamcontrol(8) does not have a man page. qcam(4) also includes a reference to it. >How-To-Repeat: man qcamcontrol qcam >Fix: Get a man page. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Feb 9 07:47:31 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA17373 for bugs-outgoing; Fri, 9 Feb 1996 07:47:31 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA17353 Fri, 9 Feb 1996 07:47:28 -0800 (PST) Date: Fri, 9 Feb 1996 07:47:28 -0800 (PST) From: Mike Pritchard Message-Id: <199602091547.HAA17353@freefall.freebsd.org> To: mpp, freebsd-bugs, pst Subject: Re: docs/1010 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: no man page for qcamcontrol(8) Responsible-Changed-From-To: freebsd-bugs->pst Responsible-Changed-By: mpp Responsible-Changed-When: Fri Feb 9 07:47:04 PST 1996 Responsible-Changed-Why: pst's program. From owner-freebsd-bugs Fri Feb 9 10:31:20 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA00792 for bugs-outgoing; Fri, 9 Feb 1996 10:31:20 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA00771 Fri, 9 Feb 1996 10:31:07 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id KAA19249; Fri, 9 Feb 1996 10:30:30 -0800 (PST) Message-Id: <199602091830.KAA19249@precipice.shockwave.com> To: Poul-Henning Kamp cc: committers@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: What's up with bug assignments? (please read) In-reply-to: Your message of "Fri, 09 Feb 1996 10:41:18 +0100." <4353.823858878@critter.tfs.com> Date: Fri, 09 Feb 1996 10:30:29 -0800 From: Paul Traina Sender: owner-bugs@freebsd.org Precedence: bulk > To: Paul Traina > cc: committers@freebsd.org, freebsd-bugs@freebsd.org > Subject: Re: What's up with bug assignments? (please read) > Date: Fri, 09 Feb 1996 10:41:18 +0100 > From: Poul-Henning Kamp > > > http://www.freebsd.org/cgi-bin/query-pr-summary.cgi?engineer=summary > > One more, how do I get the unassiged ones ? engineer=none ? I'll add a special thing for unassigned bugs once the backlog comes down. For now, feel free to take bugs away from other people if you feel they're in your area or you know how to fix them (send them e-mail to be polite). I've been assigning bugs in large batches, and in a number of cases, I did not pick the optimal person. Just look at the general summary. We could use another state, that indicates that a bug is being actively worked on. If you see a bug assigned to someone else and you think you know what's up with it, just go for it. Paul From owner-freebsd-bugs Fri Feb 9 10:51:54 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA02332 for bugs-outgoing; Fri, 9 Feb 1996 10:51:54 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA02321 for ; Fri, 9 Feb 1996 10:51:45 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id FAA20758; Sat, 10 Feb 1996 05:43:49 +1100 Date: Sat, 10 Feb 1996 05:43:49 +1100 From: Bruce Evans Message-Id: <199602091843.FAA20758@godzilla.zeta.org.au> To: bde@zeta.org.au, j@uriah.heep.sax.de Subject: Re: bin/984 Cc: freebsd-bugs@FreeBSD.org, hsu@clinet.fi Sender: owner-bugs@FreeBSD.org Precedence: bulk >> > > first place, or whaddaya think why i've been inventing the >> > > ``dangerously dedicated'' mode? :) >> >> For ideological reasons. >Not only. :) I've got too many complaints from industry users and >other people running dedicated FreeBSD systems. Describing them that >they first had to install something called DOS didn't make a good >impression... and was not necessary. It has never been necessary. Just tell the BIOS which geometry to use and remember what you told it, or boot with -v to get the geometry, or use fdisk to set up one slice covering the whole disk, or use disklabel to set up an empty disk. Bruce From owner-freebsd-bugs Fri Feb 9 11:40:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05242 for bugs-outgoing; Fri, 9 Feb 1996 11:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05218 Fri, 9 Feb 1996 11:40:02 -0800 (PST) Resent-Date: Fri, 9 Feb 1996 11:40:02 -0800 (PST) Resent-Message-Id: <199602091940.LAA05218@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:"from methan.chemie.fu-berlin.de (methan.chemie.fu-berlin.de [130.133.2.81]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA04817 for" ; Fri, 9 Feb 1996 11:32:04.-0800 (PST) Received: by methan.chemie.fu-berlin.de (Smail3.1.29.1) from hal.in-berlin.de with gsmtp id ; Fri, 9 Feb 96 20:31 MET Received: by hal.in-berlin.de (Smail3.1.29.1 #1) id m0tkyVE-000BCiC; Fri, 9 Feb 96 20:29 MET Message-Id: Date: Fri, 9 Feb 96 20:29 MET From: dirk@hal.IN-Berlin.DE (Dirk Froemberg) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1011: usr.sbin/sup/supfilesrv does not compile Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1011 >Category: bin >Synopsis: usr.sbin/sup/supfilesrv does not compile >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 9 11:40:01 PST 1996 >Last-Modified: >Originator: Dirk Froemberg >Organization: >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD 2.1-STABLE i386 as of Feb 9 (up to CTM-piece src-2.1.0031.gz) usr.sbin/sup just commited >Description: usr.sbin/sup/supfilesrv does not compile because setproctitle() is unknown to the linker >How-To-Repeat: cd usr.sbin/sup/supfilesrv ; make all >Fix: Perhaps it is time to bring setproctitle() to one of the libs. Code could be taken from libexec/ftpd/ftpd.c Workaround: *** usr.sbin/sup/supfilesrv/supfilesrv.c.dist Fri Feb 9 19:51:07 1996 --- usr.sbin/sup/supfilesrv/supfilesrv.c Fri Feb 9 20:13:54 1996 *************** *** 849,856 **** #endif if (release == NULL) release = salloc (DEFRELEASE); ! setproctitle("supfilesrv: serving %s/%s to %s", ! collname, release, remotehost()); if (basedir == NULL || *basedir == '\0') { basedir = NULL; (void) sprintf (buf,FILEDIRS,DEFDIR); --- 849,856 ---- #endif if (release == NULL) release = salloc (DEFRELEASE); ! /* setproctitle("supfilesrv: serving %s/%s to %s", ! collname, release, remotehost()); */ if (basedir == NULL || *basedir == '\0') { basedir = NULL; (void) sprintf (buf,FILEDIRS,DEFDIR); >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Feb 9 11:45:13 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05476 for bugs-outgoing; Fri, 9 Feb 1996 11:45:13 -0800 (PST) Received: from DeepCore.dk (aalb26.pip.dknet.dk [194.192.0.186]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA05459 Fri, 9 Feb 1996 11:44:57 -0800 (PST) Received: (from sos@localhost) by DeepCore.dk (8.7.3/8.7.3) id TAA00515; Fri, 9 Feb 1996 19:05:27 +0100 (MET) From: Søren Schmidt Message-Id: <199602091805.TAA00515@DeepCore.dk> Subject: Re: Console driver causes panic!? To: swarthy@dvdt.thetasys.com (Swarthy) Date: Fri, 9 Feb 1996 19:05:26 +0100 (MET) Cc: sos@freebsd.org, bugs@freebsd.org In-Reply-To: <199602082317.SAA12095@dvdt.thetasys.com> from "Swarthy" at Feb 8, 96 06:17:40 pm Reply-to: sos@freebsd.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-bugs@freebsd.org Precedence: bulk In reply to Swarthy who wrote: > > Hello, i recently encountered a strange problem. > > While trying to install FreeBSD onto my system, it would crash just before > the (nice) color menu driven install screen. Crash with a panic: page fault > that is. So, upon trying a bunch of things with the driver selector, i found > the problem to be in the console driver. If i removed EVERYTHING except the > console driver, it would still crash, but then, if i added all the stuff i > needed, and left out the console driver, it would boot fine, and jump right > into the menu install screen...but i couldn't use my keyboard of course.. > > My setup is as follows: > > 386 40Mhz no FPU - Desktop (NOT a laptop) > 1 105MB IDE hd.. > 4 MB Ram (30 pin) > One regular ISA serial port, HD controller. > One NE2000 ethernet card, at IRQ 9. > SVGA Card (Oak 77) > No mouse, one 1.44 MB Floppy, standard keyboard. Uhm, FreeBSD-2.1.0 wont install in 4MB, you'll need atleast 5MB for an installation to succed. This is the problem here not the console driver. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-freebsd-bugs Fri Feb 9 11:56:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA06029 for bugs-outgoing; Fri, 9 Feb 1996 11:56:08 -0800 (PST) Received: from birk04.studby.uio.no (birk04.studby.uio.no [129.240.214.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA06020 for ; Fri, 9 Feb 1996 11:56:05 -0800 (PST) Received: (from aagero@localhost) by birk04.studby.uio.no (8.7.3/Himkok) id UAA02860; Fri, 9 Feb 1996 20:55:55 +0100 (MET) Date: Fri, 9 Feb 1996 20:55:55 +0100 (MET) Message-Id: <199602091955.UAA02860@birk04.studby.uio.no> From: "Åge Røbekk" To: freebsd-bugs@freebsd.org Subject: Unexpected behaviour from umount MIME-Version: 1.0 Sender: owner-bugs@freebsd.org Precedence: bulk When I stack-mount two different NFS filesystems on the same directory, the umount request will be sent to the first mounted nfs server (mountd) on that directory. E.g. # hostname foo.bar.com # mount server1:/exported/fs /mount/nfs # mount server2:/mount/me /mount/nfs # umount /mount/nfs # showmount -a server2 | grep foo.bar.com foo.bar.com:/mount/me # Is this normal behaviour? -aage From owner-freebsd-bugs Fri Feb 9 14:20:12 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18618 for bugs-outgoing; Fri, 9 Feb 1996 14:20:12 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18584 Fri, 9 Feb 1996 14:20:06 -0800 (PST) Resent-Date: Fri, 9 Feb 1996 14:20:06 -0800 (PST) Resent-Message-Id: <199602092220.OAA18584@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, hsu@clinet.fi Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA18153 for ; Fri, 9 Feb 1996 14:15:04 -0800 (PST) Received: from katiska.clinet.fi (root@katiska.clinet.fi [194.100.0.4]) by hauki.clinet.fi (8.7.3/8.6.4) with ESMTP id AAA07068 for ; Sat, 10 Feb 1996 00:14:22 +0200 (EET) Received: (root@localhost) by katiska.clinet.fi (8.7.3/8.6.4) id AAA26315; Sat, 10 Feb 1996 00:14:20 +0200 (EET) Message-Id: <199602092214.AAA26315@katiska.clinet.fi> Date: Sat, 10 Feb 1996 00:14:20 +0200 (EET) From: Heikki Suonsivu Reply-To: hsu@clinet.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1012: vnode_pager_putpages: attempt to write meta-data!!! -- 0xfffffff4(ff) Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1012 >Category: kern >Synopsis: vnode_pager_putpages: attempt to write meta-data!!! -- 0xfffffff4(ff) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 9 14:20:03 PST 1996 >Last-Modified: >Originator: Heikki Suonsivu >Organization: Clinet, Espoo, Finland >Release: FreeBSD 2.2-CURRENT i386 >Environment: Kernel is from sup a while before the date below. The machine is heavily used by random users and a news server. Feb 9 09:25:27 katiska /kernel: FreeBSD 2.2-CURRENT #8: Wed Feb 7 00:35:35 EET 1996 Feb 9 09:25:27 katiska /kernel: hsu@katiska.clinet.fi:/usr/current/src/sys/compile/CLINETSERVER Feb 9 09:25:27 katiska /kernel: CPU: Pentium (89.80-MHz 586-class CPU) Feb 9 09:25:25 katiska /kernel: Origin = "GenuineIntel" Id = 0x525 Stepping=5 Feb 9 09:25:25 katiska /kernel: Features=0x1bf Feb 9 09:25:25 katiska /kernel: real memory = 67108864 (65536K bytes) Feb 9 09:25:25 katiska /kernel: avail memory = 63594496 (62104K bytes) Feb 9 09:25:25 katiska /kernel: DEVFS: ready for devices Feb 9 09:25:25 katiska /kernel: Probing for devices on PCI bus 0: Feb 9 09:25:25 katiska /kernel: pci0:0: Silicon Integrated Systems, device=0x5511, class=bridge (host) [no driver assigned] Feb 9 09:25:25 katiska /kernel: chip0 rev 1 on pci0:1 Feb 9 09:25:25 katiska /kernel: pci0:1: Silicon Integrated Systems, device=0x5513, class=storage (ide) [no driver assigned] Feb 9 09:25:26 katiska /kernel: ncr0 rev 2 int a irq 12 on pci0:9 Feb 9 09:25:26 katiska /kernel: ncr0 waiting for scsi devices to settle Feb 9 09:25:26 katiska /kernel: (ncr0:0:0): "SEAGATE ST15230N 0298" type 0 fixed SCSI 2 Feb 9 09:25:26 katiska /kernel: sd0(ncr0:0:0): Direct-Access Feb 9 09:25:26 katiska /kernel: sd0(ncr0:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Feb 9 09:25:26 katiska /kernel: 4095MB (8386733 512 byte sectors) Feb 9 09:25:26 katiska /kernel: sd0(ncr0:0:0): with 3992 cyls, 19 heads, and an average 110 sectors/track Feb 9 09:25:26 katiska /kernel: (ncr0:3:0): "SEAGATE ST31200N 9348" type 0 fixed SCSI 2 Feb 9 09:25:26 katiska /kernel: sd3(ncr0:3:0): Direct-Access Feb 9 09:25:26 katiska /kernel: sd3(ncr0:3:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Feb 9 09:25:26 katiska /kernel: 1011MB (2072435 512 byte sectors) Feb 9 09:25:26 katiska /kernel: sd3(ncr0:3:0): with 2700 cyls, 9 heads, and an average 85 sectors/track Feb 9 09:25:26 katiska /kernel: (ncr0:4:0): "HP C1533A 9503" type 1 removable SCSI 2 Feb 9 09:25:26 katiska /kernel: st4(ncr0:4:0): Sequential-Access Feb 9 09:25:26 katiska /kernel: st4(ncr0:4:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Feb 9 09:25:26 katiska /kernel: density code 0x24, 512-byte blocks, write-enabled Feb 9 09:25:26 katiska /kernel: ncr1 rev 1 int a irq 10 on pci0:10 Feb 9 09:25:26 katiska /kernel: ncr1 waiting for scsi devices to settle Feb 9 09:25:26 katiska /kernel: (ncr1:1:0): "SEAGATE ST15230N 0638" type 0 fixed SCSI 2 Feb 9 09:25:26 katiska /kernel: sd7(ncr1:1:0): Direct-Access Feb 9 09:25:26 katiska /kernel: sd7(ncr1:1:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Feb 9 09:25:26 katiska /kernel: 4095MB (8386733 512 byte sectors) Feb 9 09:25:26 katiska /kernel: sd7(ncr1:1:0): with 3992 cyls, 19 heads, and an average 110 sectors/track Feb 9 09:25:26 katiska /kernel: (ncr1:2:0): "SEAGATE ST15230N 0638" type 0 fixed SCSI 2 Feb 9 09:25:26 katiska /kernel: sd8(ncr1:2:0): Direct-Access Feb 9 09:25:26 katiska /kernel: sd8(ncr1:2:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Feb 9 09:25:26 katiska /kernel: 4095MB (8386733 512 byte sectors) Feb 9 09:25:27 katiska /kernel: sd8(ncr1:2:0): with 3992 cyls, 19 heads, and an average 110 sectors/track Feb 9 09:25:27 katiska /kernel: de0 rev 35 int a irq 11 on pci0:11 Feb 9 09:25:27 katiska /kernel: de0: DC21040 [10Mb/s] pass 2.3 Ethernet address 00:c0:95:ec:47:a3 Feb 9 09:25:27 katiska /kernel: de0: enabling Thinwire/AUI port Feb 9 09:25:27 katiska /kernel: Probing for devices on the ISA bus: Feb 9 09:25:27 katiska /kernel: vt0 at 0x60-0x6f irq 1 on motherboard Feb 9 09:25:27 katiska /kernel: vt0: generic, 80/132 col, color, 8 scr, mf2-kbd, [R3.20-b24] Feb 9 09:25:27 katiska /kernel: ed0 not found at 0x280 Feb 9 09:25:27 katiska /kernel: lpt0 at 0x378-0x37f irq 7 on isa Feb 9 09:25:27 katiska /kernel: lpt0: Interrupt-driven port Feb 9 09:25:27 katiska /kernel: lp0: TCP/IP capable interface Feb 9 09:25:27 katiska /kernel: lpt1 not found at 0xffffffff Feb 9 09:25:27 katiska /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa Feb 9 09:25:27 katiska /kernel: sio0: type 16550A Feb 9 09:25:27 katiska /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Feb 9 09:25:27 katiska /kernel: sio1: type 16550A Feb 9 09:25:27 katiska /kernel: pca0 on motherboard Feb 9 09:25:27 katiska /kernel: pca0: PC speaker audio driver Feb 9 09:25:27 katiska /kernel: cy0 not found Feb 9 09:25:27 katiska /kernel: bt0 not found at 0x330 Feb 9 09:25:28 katiska /kernel: aha0 not found at 0x330 Feb 9 09:25:28 katiska /kernel: wdc0 not found at 0x1f0 Feb 9 09:25:28 katiska /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Feb 9 09:25:28 katiska /kernel: fdc0: NEC 72065B Feb 9 09:25:28 katiska /kernel: fd0: 1.44MB 3.5in Feb 9 09:25:28 katiska /kernel: matcdc0 not found at 0x230 Feb 9 09:25:28 katiska /kernel: npx0 on motherboard Feb 9 09:25:28 katiska /kernel: npx0: INT 16 interface Feb 9 09:25:28 katiska /kernel: changing root device to sd0a Feb 9 09:25:28 katiska /kernel: devfs ready to run Feb 9 09:25:28 katiska /kernel: new masks: bio c0001440, tty c003089a, net c003089a Feb 9 09:25:28 katiska /kernel: WARNING: / was not properly dismounted. >Description: I got a bit scary message. I don't know if the previous tape messages are related. Feb 9 23:32:26 katiska /kernel: st4(ncr0:4:0): ABORTED COMMAND asc:4e,0 Overlapped commands attempted Feb 9 23:32:26 katiska /kernel: st4: Cannot set selected mode Feb 9 23:33:53 katiska /kernel: st4(ncr0:4:0): NOT READY asc:4,0 Feb 9 23:33:53 katiska /kernel: st4(ncr0:4:0): Logical unit not ready, cause not reportable Feb 9 23:41:54 katiska /kernel: vnode_pager_putpages: attempt to write meta-data!!! -- 0xfffffff4(ff) >How-To-Repeat: I don't know, but it might be related. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Feb 9 17:11:30 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20221 for bugs-outgoing; Fri, 9 Feb 1996 17:11:30 -0800 (PST) Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA20210 for ; Fri, 9 Feb 1996 17:11:24 -0800 (PST) Received: from katiska.clinet.fi (root@katiska.clinet.fi [194.100.0.4]) by hauki.clinet.fi (8.7.3/8.6.4) with ESMTP id DAA11017; Sat, 10 Feb 1996 03:10:33 +0200 (EET) Received: (root@localhost) by katiska.clinet.fi (8.7.3/8.6.4) id DAA02269; Sat, 10 Feb 1996 03:10:32 +0200 (EET) Date: Sat, 10 Feb 1996 03:10:32 +0200 (EET) Message-Id: <199602100110.DAA02269@katiska.clinet.fi> From: Heikki Suonsivu To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: bde@zeta.org.au (Bruce Evans), hsu@clinet.fi, freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Subject: Re: bin/984 In-Reply-To: <199602090752.IAA15536@uriah.heep.sax.de> References: <199602090336.OAA18315@godzilla.zeta.org.au> <199602090752.IAA15536@uriah.heep.sax.de> Reply-To: Heikki Suonsivu Organization: Clinet Ltd, Espoo, Finland Sender: owner-bugs@FreeBSD.org Precedence: bulk J. Wunsch writes: > As Bruce Evans wrote: > > > > > (No, i'm not going to buy just another motherboard to see your > > > > problems fixed. Even if i did -- i wouldn't had the problem in the > > > > first place, or whaddaya think why i've been inventing the > > > > ``dangerously dedicated'' mode? :) > > > > For ideological reasons. > > Not only. :) I've got too many complaints from industry users and > other people running dedicated FreeBSD systems. Describing them that > they first had to install something called DOS didn't make a good > impression... and was not necessary. > > > With a geometry of 1 sector/track and 1 track/cylinder, anything larger > > than 1MB will be above the 1024 cylinder mark. > > Hmm, we only support >= 15 sectors/track, the size of the bootstrap > code (which is assumed to be on cylinder 0 head 0). I got nnnnnnnn/1/1 geometry after swapping BT ISA controller to a NCR PCI controller (any idea where does it figure out that one from?). After some playing around, corrupting primary boot with suitable fdisk and then reinstalling boot with disklabel and new 1003/64/32 geometry I got everything working with NCR scsi controller with only minor damage (the devices are now sd0x instead of sd0s1x). The other machine is more hairy as it is supposed to have the /64/32 geometry according to fdisk and disklabel, but I'll do more digging in couple of days. Thanks for the ideas. -- Heikki Suonsivu, T{ysikuu 10 C 83/02210 Espoo/FINLAND, hsu@clinet.fi mobile +358-40-5519679 work +358-0-4375360 fax -4555276 home -8031121 From owner-freebsd-bugs Fri Feb 9 18:30:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA06248 for bugs-outgoing; Fri, 9 Feb 1996 18:30:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA06241 Fri, 9 Feb 1996 18:30:05 -0800 (PST) Resent-Date: Fri, 9 Feb 1996 18:30:05 -0800 (PST) Resent-Message-Id: <199602100230.SAA06241@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, dillon@backplane.com Received: from apollo.backplane.com (apollo.backplane.com [204.156.134.254]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA06053 for ; Fri, 9 Feb 1996 18:27:09 -0800 (PST) Received: (dillon@localhost) by apollo.backplane.com (8.6.12/8.6.5) id SAA11482; Fri, 9 Feb 1996 18:28:00 -0800 Message-Id: <199602100228.SAA11482@apollo.backplane.com> Date: Fri, 9 Feb 1996 18:28:00 -0800 From: Matthew Dillon Reply-To: dillon@backplane.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1013: kernel crash / crash dump backtrace (tcp stack) Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1013 >Category: kern >Synopsis: A crash in the tcp stack >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 9 18:30:03 PST 1996 >Last-Modified: >Originator: Matthew Dillon >Organization: None >Release: FreeBSD 2.1-STABLE i386 >Environment: Pretty much a standard 2.2-CURRENT release FreeBSD apollo.backplane.com 2.2-CURRENT FreeBSD 2.2-CURRENT #0: Sun Dec 31 05:42:33 1995 dillon@apollo.backplane.com:/usr/src/sys/compile/APOLLO i386 Majority of external packet traffic via SLIP over 24x7 modem link to internet. >Description: System crashed, backtrace is included: panic: m_copydata #0 boot (howto=256) at ../../i386/i386/machdep.c:928 928 dumppcb.pcb_ptd = rcr3(); (kgdb) back #0 boot (howto=256) at ../../i386/i386/machdep.c:928 #1 0xf0114503 in panic (fmt=0xf011fad4 "m_copydata") at ../../kern/subr_prf.c:124 #2 0xf011fb01 in m_copydata (m=0x0, off=-1, len=1, cp=0xf0f1bde8 "m") at ../../kern/uipc_mbuf.c:371 #3 0xf014e185 in tcp_output (tp=0xf0eccb00) at ../../netinet/tcp_output.c:476 #4 0xf014d422 in tcp_input (m=0xf0f30c00, iphlen=20) at ../../netinet/tcp_input.c:1629 #5 0xf0146489 in ipintr () at ../../netinet/ip_input.c:460 (kgdb) frame 3 #3 0xf014e185 in tcp_output (tp=0xf0eccb00) at ../../netinet/tcp_output.c:476 476 m_copydata(so->so_snd.sb_mb, off, (int) len, (kgdb) print len $4 = 1 (kgdb) print off $5 = -1 (kgdb) print tp->snd_nxt $14 = 410467412 (kgdb) print tp->snd_una $15 = 410467413 (kgdb) (kgdb) frame 4 #4 0xf014d422 in tcp_input (m=0xf0f30c00, iphlen=20) at ../../netinet/tcp_input.c:1629 1629 (void) tcp_output(tp); (kgdb) print *ti $23 = {ti_i = {ih_next = 0xdeadc0de
, ih_prev = 0xdeadc0de
, ih_x1 = 222 'Þ', ih_pr = 192 'À', ih_len = -8531, ih_src = {s_addr = 3735929054}, ih_dst = {s_addr = 3735929054}}, ti_t = {th_sport = 49374, th_dport = 57005, th_seq = 3735929054, th_ack = 3735929054, th_x2 = 14 '\016', th_off = 13 '\r', th_flags = 192 'À', th_win = 57005, th_sum = 0, th_urp = 0}} (kgdb) (kgdb) print *tp $22 = {seg_next = 0xf0eccb00, seg_prev = 0xf0eccb00, t_state = 4, t_timer = {0, 0, 14400, 0}, t_rxtshift = 0, t_rxtcur = 14, t_dupacks = 0, t_maxseg = 492, t_maxopd = 512, t_force = 0, t_flags = 25056, t_template = 0xf0e55d14, t_inpcb = 0xf0f5be00, snd_una = 410467413, snd_nxt = 410467412, snd_up = 410467412, snd_wl1 = 3802969090, snd_wl2 = 410467413, iss = 410467412, snd_wnd = 16728, rcv_wnd = 16728, rcv_nxt = 3802969090, rcv_up = 3802969090, irs = 3802969089, rcv_adv = 3802985818, snd_max = 410467413, snd_cwnd = 492, snd_ssthresh = 984, t_idle = 0, t_rtt = 0, t_rtseq = 410467412, t_srtt = 16, t_rttvar = 12, t_rttmin = 2, max_sndwnd = 16728, t_oobflags = 0 '\000', t_iobc = 0 '\000', t_softerror = 0, snd_scale = 0 '\000', rcv_scale = 0 '\000', request_r_scale = 0 '\000', requested_s_scale = 0 '\000', ts_recent = 2049616, ts_recent_age = 1986206, last_ack_sent = 3802969090, cc_send = 2327, cc_recv = 1163934, t_duration = 7, t_tuba_pcb = 0x0, t_rttupdated = 1} (kgdb) >How-To-Repeat: Unknown >Fix: Unknown >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Feb 9 19:09:35 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08316 for bugs-outgoing; Fri, 9 Feb 1996 19:09:35 -0800 (PST) Received: from UConnVM.UConn.Edu (uconnvm.uconn.edu [137.99.26.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA08310 for ; Fri, 9 Feb 1996 19:09:32 -0800 (PST) Received: from ruddles.stat.uconn.edu by UConnVM.UConn.Edu (IBM VM SMTP V2R2) with TCP; Fri, 09 Feb 96 22:09:23 EST Received: from marstons.stat.uconn.edu by ruddles.stat.uconn.edu (4.1/SMI-4.1) id AA07974; Fri, 9 Feb 96 22:04:58 EST Date: Fri, 9 Feb 96 22:04:58 EST From: jeff@stat.uconn.edu (Jeffrey M. Metcalf) Message-Id: <9602100304.AA07974@ruddles.stat.uconn.edu> To: bugs@FreeBSD.org Subject: olvwm Sender: owner-bugs@FreeBSD.org Precedence: bulk Hello, I recently installed XWindows on my FreeBSD system and it seems to run pretty well. The problems I am having concern the fact that I only have a 14in monitor so that the entire X workspace is huge compared to my display capabilities. I was hoping that there was a way to downscale my display and some of the larger applications. I am also having problems running olvwm-4.1 and xfm-1.3.2. They are asking for shared libraries libolgx.so.3.2 and libXpm.so.4.6. I don't seem to have them and neither does the live file system CDROM I got from Walnut Creek. What's Up? Thanks, JM From owner-freebsd-bugs Fri Feb 9 20:47:11 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA15022 for bugs-outgoing; Fri, 9 Feb 1996 20:47:11 -0800 (PST) Received: from overlord.dmv.com (root@overlord.dmv.com [206.30.64.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA15017 Fri, 9 Feb 1996 20:47:09 -0800 (PST) Received: from overlord.dmv.com by overlord.dmv.com via SMTP (950215.SGI.8.6.10/940406.SGI.AUTO) id XAA12140; Fri, 9 Feb 1996 23:46:43 -0500 Date: Fri, 9 Feb 1996 23:46:43 -0500 (EDT) From: Patrick Ferguson To: Søren Schmidt cc: Swarthy , sos@FreeBSD.org, bugs@FreeBSD.org Subject: Re: Console driver causes panic!? In-Reply-To: <199602091805.TAA00515@DeepCore.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-bugs@FreeBSD.org Precedence: bulk On Fri, 9 Feb 1996, S=F8ren Schmidt wrote: > In reply to Swarthy who wrote: > >=20 > > Hello, i recently encountered a strange problem. > >=20 > > While trying to install FreeBSD onto my system, it would crash just bef= ore > > the (nice) color menu driven install screen. Crash with a panic: page f= ault > > that is. So, upon trying a bunch of things with the driver selector, i = found > > the problem to be in the console driver. If i removed EVERYTHING except= the > > console driver, it would still crash, but then, if i added all the stuf= f i=20 > > needed, and left out the console driver, it would boot fine, and jump r= ight > > into the menu install screen...but i couldn't use my keyboard of course= .. > >=20 > > My setup is as follows: > >=20 > > 386 40Mhz no FPU - Desktop (NOT a laptop) > > 1 105MB IDE hd.. > > 4 MB Ram (30 pin) > > One regular ISA serial port, HD controller. > > One NE2000 ethernet card, at IRQ 9. > > SVGA Card (Oak 77) > > No mouse, one 1.44 MB Floppy, standard keyboard. >=20 > Uhm, FreeBSD-2.1.0 wont install in 4MB, you'll need atleast 5MB for an > installation to succed. This is the problem here not the console driver. > =20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D- > S=F8ren Schmidt (sos@FreeBSD.org) FreeBSD Cor= e Team > Even more code to hack -- will it ever end > .. >=20 I've got it installed on a 386 with no FPU and 4MB RAM. Had no problems. = =20 Patrick From owner-freebsd-bugs Fri Feb 9 22:18:00 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20827 for bugs-outgoing; Fri, 9 Feb 1996 22:18:00 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA20814 for ; Fri, 9 Feb 1996 22:17:49 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA15744; Sat, 10 Feb 1996 17:15:51 +1100 Date: Sat, 10 Feb 1996 17:15:51 +1100 From: Bruce Evans Message-Id: <199602100615.RAA15744@godzilla.zeta.org.au> To: hsu@clinet.fi, joerg_wunsch@uriah.heep.sax.de Subject: Re: bin/984 Cc: bde@zeta.org.au, freebsd-bugs@FreeBSD.org Sender: owner-bugs@FreeBSD.org Precedence: bulk >I got nnnnnnnn/1/1 geometry after swapping BT ISA controller to a NCR PCI >controller (any idea where does it figure out that one from?). After some Garbage in the partition table? I got the following geometry changes (none) after switching from a BT445C VLB controller to a NCR PCI controller: BT445C (>1GB option) SC200 sd0: nnnn/64/32 nnnn/64/32 sd1: nnnn/255/63 nnnn/255/63 Bruce From owner-freebsd-bugs Fri Feb 9 23:23:12 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA24129 for bugs-outgoing; Fri, 9 Feb 1996 23:23:12 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA24124 for ; Fri, 9 Feb 1996 23:23:09 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id XAA23220; Fri, 9 Feb 1996 23:22:24 -0800 To: jeff@stat.uconn.edu (Jeffrey M. Metcalf) cc: bugs@FreeBSD.org Subject: Re: olvwm In-reply-to: Your message of "Fri, 09 Feb 1996 22:04:58 EST." <9602100304.AA07974@ruddles.stat.uconn.edu> Date: Fri, 09 Feb 1996 23:22:24 -0800 Message-ID: <23218.823936944@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.org Precedence: bulk > my display and some of the larger applications. I am also having problems > running olvwm-4.1 and xfm-1.3.2. They are asking for shared libraries > libolgx.so.3.2 and libXpm.so.4.6. I don't seem to have them and neither > does the live file system CDROM I got from Walnut Creek. What's Up? You need to install the xview* and xpm packages. They're both on your CDs. Jordan From owner-freebsd-bugs Sat Feb 10 04:30:23 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09333 for bugs-outgoing; Sat, 10 Feb 1996 04:30:23 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09315 for freebsd-bugs; Sat, 10 Feb 1996 04:30:20 -0800 (PST) Date: Sat, 10 Feb 1996 04:30:20 -0800 (PST) From: GNU GNATS Message-Id: <199602101230.EAA09315@freefall.freebsd.org> To: freebsd-bugs Subject: Summary of Problem Reports Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Number of currently open reports: 265 Number of curently analyzed reports: 15 From owner-freebsd-bugs Sat Feb 10 04:30:25 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09347 for bugs-outgoing; Sat, 10 Feb 1996 04:30:25 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09312 for freebsd-bugs; Sat, 10 Feb 1996 04:30:20 -0800 (PST) Date: Sat, 10 Feb 1996 04:30:20 -0800 (PST) From: GNU GNATS Message-Id: <199602101230.EAA09312@freefall.freebsd.org> To: freebsd-bugs Subject: List of open Problem Reports Sender: owner-bugs@FreeBSD.ORG Precedence: bulk This is the list of currently open problem reports [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/30] kern/34 nullfs and union mounts can result in wild pointer r [1995/01/10] bin/104 pax -rwl may corrupt filesystem [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] 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] bin/133 mail program doesn't have editheaders option [1995/01/15] bin/146 version of compress is kinda old and slow [1995/01/20] bin/153 mount -u improvement for diskless systems [1995/01/21] misc/166 /usr/include/machine/asmacros.h includes uninstalled [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/176 EIDRM not defined in errno.h [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/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/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] i386/222 boot prompt doesn't always work [1995/03/02] misc/229 acos() core dump [1995/03/17] kern/247 Berkeley Packet Filter fix [1995/03/28] kern/275 qic-02 streamer won't work [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/04/01] kern/291 PCI devices still probe/attach after being disabled [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/329 FTP transfers above 99K shown in scientific notation [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] misc/355 policy on /usr/local permission in base release [1995/04/20] bin/357 pkg_delete aborts when subcommand fails [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/06] kern/385 ep0 finds card on irq 10 when it's actually on 11 [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] 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/22] kern/434 umapfs panics when mounting ufs over itself [1995/05/23] i386/440 want vidcontrol option to apply settings to all sysc [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/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/29] bin/457 We may have an obscure csh bug [1995/05/30] docs/458 px doc does not find include figure [1995/05/31] bin/464 dialog_gauge goes one char too far for 100% value [1995/05/31] kern/466 Unexpected disk errors with sector-mapping controlle [1995/06/01] misc/469 ctm leaves temp files after errors [1995/06/03] docs/480 We don't have an rhosts.5 man page [1995/06/05] kern/492 sysinstall shows "success" after "no space" failure. [1995/06/14] bin/514 Crash recovery impossible without static mt/chflags. [1995/06/15] bin/517 Bad group change with 'install' [1995/06/15] bin/519 execution of quotacheck from /etc/rc fails [1995/06/17] kern/528 slow 386 reports excessive interrupt-level buffer ov [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/26] kern/565 slip freezes machine [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/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/05] bin/591 SPAP request REJexted in stead of NAKed [1995/07/06] i386/596 and conflict with _POSIX_SOURCE [1995/07/07] bin/599 pkg_add does not stop if dependencies are missing [1995/07/09] misc/605 NIS: get*bynis routine problems [1995/07/13] kern/611 WIDE-dhcp doesn't work with FreeBSD-2.0 bpf [1995/07/19] bin/624 pkg_manage doesn't show directory symlinks [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/29] kern/638 Transmitted packets not passed to bpf in if_le.c [1995/08/01] docs/646 vmstat man page out of date [1995/08/01] bin/648 printf format conversion incorrect (duplicate) [1995/08/02] gnu/650 Current flex is outdated [1995/08/03] kern/652 Multiple addresses on one interface interacts badly [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/661 Hercules is not capable of having a ISO-Latin1 Scree [1995/08/08] bin/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/11] gnu/672 Nor all ph headers get created [1995/08/11] ports/673 /bin/sh + inn1.4 innwatch going belly up [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] bin/680 2.0.5's tip using termios doesn't act the way it did [1995/08/14] bin/683 cron(8) [1995/08/14] kern/688 Page fault: supervisor write, page not present [1995/08/15] ports/690 X11 install targets unfriendly [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] kern/695 cat B > C ; cmp B C can fail! [1995/08/17] misc/697 "make -DCLOBBER" is broken [1995/08/18] kern/700 The comments in /sys/net/in.h are confusing [1995/08/21] kern/703 ppp not always deleting route properly when a ppp li [1995/08/22] bin/706 increased root DNS traffic and long latencies for r- [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 [1995/09/02] bin/718 pkg_add incorrectly prints an error message [1995/09/15] bin/722 Off-by-one error in wbkgd() in ncurses [1995/09/19] bin/728 /bin/sh messes up quoting when going through eval [1995/09/20] kern/730 3Com 3C5x9 probe problem [1995/09/21] docs/731 socketpair(2) and man page inconsistent about return [1995/09/23] docs/735 missing description for mount options in fstab(5) ma [1995/09/25] gnu/737 FreeBSD-current/src/gnu/usr.bin/gzip/Makefile [1995/09/26] bin/739 Some problems when an output filter reads all input [1995/09/26] docs/741 netstat -rn not showing all routes in Kernel - not i [1995/09/26] kern/742 syslog errors accessing Mac hard disks [patch] [1995/09/27] bin/743 vi cannot edit a file where the name starts with + [1995/09/27] bin/746 `talk' forbids talking from write-protected terminal [1995/09/27] bin/747 date(1) gives weird time zones and interprets GMT[+- [1995/09/27] kern/750 cd9660 confused by not-ready or I/O errors FDIV030 [1995/09/28] bin/751 crontab(1): `crontab -e' exits on SIGINT [1995/09/28] kern/752 setting multiple addresses for a single interfaces l [1995/09/28] kern/753 my archive scsi tape drive does not work [1995/09/28] docs/754 there is no man page for the psm(4) mouse driver [1995/10/01] kern/757 Removal of mounted CD-ROM causes reboot & single use [1995/10/01] bin/759 nfsd without arg's doesn't work [1995/10/02] kern/761 route add may cause panic when used incorrectly [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem in use [1995/10/05] misc/767 Configure-time does time-warp on non-UTC CMOS - FDIV [1995/10/06] kern/770 Floppy kernel won't boot with T485 or IDT L2 cache F [1995/10/08] kern/772 page fault while in kernel mode (two cases) [1995/10/09] kern/774 dump fails with "slave couldn't reopen disk: Device [1995/10/11] bin/777 patch doesn't realize stdin is closed and asks quest [1995/10/12] bin/778 tar complains "EOF not on block boundary" on a good [1995/10/12] bin/779 #include gets undefined 'rune_t' type. [1995/10/14] kern/781 OPEN_MAX in kernel config and FD_SETSIZE in /usr/inc [1995/10/18] bin/786 Problem with NIS and large group maps [1995/10/23] bin/789 pkg_add doesn't work [1995/10/25] kern/792 cd9660 very slow. [1995/10/25] kern/793 ep0 cannot be configured and more. [1995/10/26] kern/794 swap partition at offset 0 still broken [1995/10/27] misc/796 Network install doesn't update /etc/hosts FDIV036 [1995/10/27] bin/797 X probeonly during install gets Not Found error FDIV [1995/10/29] kern/798 PPP panics, touches 0xdeadc0de pointers [1995/10/29] misc/799 sysinstall segfaults if part of distribution missing [1995/10/29] docs/801 rlogind k, v, and x options are not documented [1995/10/30] misc/802 default fstab mounts disks in bad order [1995/10/31] bin/803 bsd m4 chokes and dies while FSF m4 works... [1995/10/31] kern/806 kernel default parameters need tuning [1995/11/01] bin/809 `.' gives the minimum number of (DIGITS+SIGN) [1995/11/09] ports/814 unable to compile the port of "pine3.91" [1995/11/11] bin/815 mountd reports unknown hosts with non-informative me [1995/11/12] kern/820 scsi tape problems [1995/11/13] kern/821 Config doesn't properly trap signals [1995/11/16] bin/826 tcpmux listener in inetd does not work [1995/11/20] kern/830 installing hang [1995/11/20] kern/831 one minor complaint about the kernel visual config c [1995/11/21] i386/832 Tape drive busy errors - dump aborts [1995/11/21] i386/833 SCSI hard disks time out during tape rewind - FDIV03 [1995/11/22] kern/834 pcvt: console keyboard locks up randonly [1995/11/22] kern/835 ed panics with SMC ultra with iomem, if no iomem in [1995/11/24] bin/837 test -h evaluates to false on symlink to nonexistant [1995/11/24] misc/838 /usr/src/lib Makefile assumes you want to install... [1995/11/25] bin/839 by default, use of "at" is overly restricted [1995/11/27] bin/841 stale nfs mounts cannot be umounted [1995/11/27] kern/844 mbuf panic, dump available [1995/11/27] kern/845 Automatic reboot says you can abort but boots anyway [1995/11/27] conf/846 2.1R install disk tries to use sd0 even if not reque [1995/11/28] misc/848 Inst gripes about geometry but won't accept true val [1995/11/28] misc/849 Install skimps on inodes and newfs default is wrong [1995/11/28] bin/850 dump treats write-protect as an EOT & spoils set FDI [1995/11/29] bin/852 Sendmail is loosing mail (apparently)! [1995/11/30] bin/854 swapinfo shows incorrect information for vnconfig'd [1995/11/30] misc/856 Install 2.0.5 Upgrade option does too much damage FD [1995/11/30] ports/857 Need ANSI_C define to not declare some functions [1995/12/01] bin/859 /bin/sh -c does not ignore SIGINT [1995/12/02] kern/860 visual mode in kernel -c is too restrictive [1995/12/03] kern/861 sb16 support in 2.1 is erratic and has cosmetic defe [1995/12/03] kern/863 panic on kernel page fault, NULL curproc [1995/12/04] kern/866 pcvt causes system console to lock up [1995/12/04] i386/867 Notebook with APM and 3C589C in PCMCIA freezes after [1995/12/06] ports/869 xcdplayer installs itself is /usr/X11R6, not /usr/lo [1995/12/06] ports/871 port.subdir.mk DEBUG_FLAGS is not used for CFLAGS [1995/12/08] misc/875 Cleaned code using -Wall to remove warnings [1995/12/08] kern/876 NFS allows bogus accesses to cached data [1995/12/09] misc/882 Makefile is not smart enough to bypass libraries... [1995/12/09] ports/883 tclX-port does not build properly [1995/12/09] kern/884 arnet driver does not assert DTR, which is necessary [1995/12/14] misc/893 terminfo.h not installed??? [1995/12/17] kern/900 ext2fs triggers divide by zero trap in vnode_pager_h [1995/12/18] kern/902 system becomes very sluggish, odd messages, odd vmst [1995/12/20] i386/906 /sys/i386/boot/netboot/nb8390.com cannot recognize N [1995/12/21] kern/907 scsi-dat tape station has stopped working [1995/12/21] bin/908 sed bug with trailing backslashes [1995/12/24] kern/912 unmount: dangling vnode [1995/12/24] conf/913 2.1.0-RELEASE, problem with cpio verbosity in instal [1995/12/25] bin/914 hayes dialer for tip fails 1st attempt to dial [1995/12/29] kern/919 weird output of vmstat, iostat, top [1995/12/29] kern/920 sio output looses chars in fifo on close() [1995/12/29] kern/921 getrusage() returns 0 after system up for a long tim [1995/12/31] kern/924 EISA devices have disappeared from vmstat/systat int [1996/01/01] bin/926 Mounting nfs disks before starting mountd: Chicken o [1996/01/02] kern/927 VGA mode not restored [1996/01/03] kern/930 sio/getty problem? [1996/01/06] kern/932 de0 occasionally enables 100baseTX when plugged into [1996/01/06] misc/934 ppp dies with Bus Error when processing long LOGIN s [1996/01/07] kern/938 after heavy disk I/O, processes sleep on "newbuf" in [1996/01/09] kern/940 panic: free vnode isn't [1996/01/12] misc/942 X11 mono server dumps core on supported video hardwa [1996/01/13] ports/944 Security fixes for Fvwm 1.24r [1996/01/15] kern/946 divide-by-zero in kernel on bad disk info [1996/01/16] kern/949 panic, undebugable dump? [1996/01/16] kern/950 Two PCI bridge chips fail (multiple multiport ethern [1996/01/17] kern/951 -current kernel crashes with devfs error on bootup [1996/01/19] ports/955 make CFLAGS=whatever for a port will not be honored [1996/01/19] kern/956 Kernel page fault, null callp [1996/01/19] bin/958 ttys file does not include all ptys [1996/01/20] i386/960 gameport enabling on ProAudio Spectrum isn't documen [1996/01/21] bin/961 'more $file', incorrect CRLF compacting. [1996/01/22] kern/962 panic on shutdown -- have crash dump [1996/01/23] ports/968 Netscape & cern_httpd ports out of date/dead links [1996/01/25] kern/971 Default limits for number of processes per user ridi [1996/01/25] conf/972 inetd.conf should comment out k-services if no Kerbe [1996/01/27] kern/974 ktrace causes panic: freeing busy page [1996/01/28] kern/975 getrusage returns negative deltas [1996/01/28] kern/976 NCR SCSI driver gives assertion errors and disk beco [1996/01/29] kern/977 system panic on sowakeup() [1996/01/29] kern/978 Three deadlocks in row [1996/01/29] kern/979 Linux programs using pipes crash system [1996/01/30] bin/981 clnt_broadcast() is not aware of aliases [1996/02/01] bin/986 problems make-ing with cd in the rule [1996/02/02] kern/988 ASUS PC-SC200 panicks at _scsi_attachdevs+0x20 [1996/02/03] kern/989 devfs error messages on boot [1996/02/03] kern/991 pcvt keyboard doesn't accept input at crash reboot [1996/02/03] bin/993 g++ complains about /usr/include/machine/cpufunc.h [1996/02/04] kern/994 syscons bug in ESC[nX handling (w/fix) [1996/02/05] misc/995 /var/run/gated.pid is deleted [1996/02/06] kern/998 badness in file system silently crashes machine [1996/02/07] bin/999 /usr/share/mk/sys.mk missing common $(RM) macro [1996/02/07] docs/1000 miscellaneous man page bugs [1996/02/07] kern/1001 M_NAMEI malloc leak in the kernel [1996/02/08] bin/1004 Info file for gdb doesn't work [1996/02/08] ports/1005 netscape port is obsolete, mv netscape2 netscape [1996/02/08] bin/1006 Kerberized su has poor password interface [1996/02/08] kern/1008 Daily crash while writing network backups to local t [1996/02/08] docs/1009 kbdmap man page has references non-existent files [1996/02/09] docs/1010 no man page for qcamcontrol(8) [1996/02/09] bin/1011 usr.sbin/sup/supfilesrv does not compile [1996/02/09] kern/1012 vnode_pager_putpages: attempt to write meta-data!!! [1996/02/09] kern/1013 A crash in the tcp stack 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/11] i386/105 Distributed libm (msun) has non-standard error handl [1995/01/21] kern/157 Quota system does not work [1995/01/22] docs/177 man pages missing for SYSV IPC funtions [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/06/17] kern/527 dump causes assertion in ncr.c [1995/06/21] docs/538 MAP_FILE not mentioned in mmap man page. [1995/10/07] bin/771 telnet character mode not set and broken when set - [1995/10/15] kern/782 chmod does a null pointer dereference [1995/12/29] misc/922 From line handling incorrect in mail.local [1996/01/09] bin/941 pkg_create removes current directory if interupted [1996/01/22] kern/965 2.0.5: system crashes daily because of "multiple fre /* EOF -- this list has not been truncated */ From owner-freebsd-bugs Sat Feb 10 04:40:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA13090 for bugs-outgoing; Sat, 10 Feb 1996 04:40:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA13055 Sat, 10 Feb 1996 04:40:04 -0800 (PST) Resent-Date: Sat, 10 Feb 1996 04:40:04 -0800 (PST) Resent-Message-Id: <199602101240.EAA13055@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, masafumi@tky007.tth.expo96.ad.jp Received: from mail.tky007.tth.expo96.ad.jp (root@tky007.tth.expo96.ad.jp [133.246.32.58]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA10676 for ; Sat, 10 Feb 1996 04:33:32 -0800 (PST) Received: (from masafumi@localhost) by mail.tky007.tth.expo96.ad.jp (8.6.12/3.4W2-SMTP) id VAA01461; Sat, 10 Feb 1996 21:33:59 +0900 Message-Id: <199602101233.VAA01461@mail.tky007.tth.expo96.ad.jp> Date: Sat, 10 Feb 1996 21:33:59 +0900 From: Masafumi NAKANE Reply-To: masafumi@tky007.tth.expo96.ad.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1014: adduser doesn't chown in some occasion Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1014 >Category: bin >Synopsis: adduser doesn't chown in some occasion >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 10 04:40:02 PST 1996 >Last-Modified: >Originator: Masafumi NAKANE >Organization: >Release: FreeBSD 2.1.0-RELEASE i386 >Environment: >Description: When one tries to add new user with adduser script and specifies no dot files directory, adduser script doesn't chown a home directory of the new user, thus, resulting in creating the directory owned by root, or whoever executes the adduser script. >How-To-Repeat: Execute add user, specify 'no` for dot file directory, and add new user. >Fix: Following patch should fix the problem. Please note that I'm not frequent user of perl and, thus, it is quite possible that my code isn't written in standard way accepted by perl programmers. *** adduser.perl.orig Sun Oct 22 20:44:16 1995 --- adduser.perl Sat Feb 10 21:19:29 1996 *************** *** 938,944 **** return 0; } ! return mkdir("$homedir",0755) if $dotdir eq "no"; # copy files from $dotdir to $homedir # rename 'dot.foo' files to '.foo' --- 938,948 ---- return 0; } ! if ($dotdir eq "no") { ! return 0 unless mkdir("$homedir",0755); ! system("chown -R $name:$group $homedir"); ! return 1; ! } # copy files from $dotdir to $homedir # rename 'dot.foo' files to '.foo' >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Feb 10 07:53:53 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA28356 for bugs-outgoing; Sat, 10 Feb 1996 07:53:53 -0800 (PST) Received: from dayton.net (root@orac.dayton.net [199.218.243.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA28350 for ; Sat, 10 Feb 1996 07:53:50 -0800 (PST) Received: from orac.dayton.net by dayton.net with SMTP id AA22919 (5.67b/IDA-1.5 for ); Sat, 10 Feb 1996 10:37:15 -0500 Date: Sat, 10 Feb 1996 10:37:13 -0500 (EST) From: Dave Bacher To: bugs@freebsd.org Subject: Can't locate 16450 UART when turbo engaged Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org Precedence: bulk This is a minor problem that I am going to fix on my own, but a 16450 UART appears to be detected ONLY when the processor (486DX4/100 AMD) is running in slow mode. BIOS I/O settings do NOT help, Cache settings do NOT help. I believe that this is caused by an incorrect delay loop (most likely processor dependent) in your detection code. This is the only explanation as to why the UART works fine (and is correctly autodetected) under PC-DOS 7 and OS/2 Warp, but is misidentified by FreeBSD. From owner-freebsd-bugs Sat Feb 10 09:10:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA00928 for bugs-outgoing; Sat, 10 Feb 1996 09:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA00922 Sat, 10 Feb 1996 09:10:01 -0800 (PST) Resent-Date: Sat, 10 Feb 1996 09:10:01 -0800 (PST) Resent-Message-Id: <199602101710.JAA00922@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, rssh@snark.ukma.kiev.ua Received: from freelunch.freenet.kiev.ua (root@freelunch.freenet.kiev.ua [194.44.28.250]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA00709 for ; Sat, 10 Feb 1996 09:01:18 -0800 (PST) Received: from knight.ukma.kiev.ua ([194.44.142.22]) by freelunch.freenet.kiev.ua (8.6.12/osf3.2xla) with ESMTP id TAA23005 for ; Sat, 10 Feb 1996 19:05:13 +0200 Received: from snark.ukma.kiev.ua (snark.ukma.kiev.ua [194.44.142.83]) by knight.ukma.kiev.ua (8.6.12/dk01) with ESMTP id SAA04067 for ; Sat, 10 Feb 1996 18:54:07 +0200 Received: (from rssh@localhost) by snark.ukma.kiev.ua (8.6.12/8.6.9) id VAA04329; Fri, 9 Feb 1996 21:43:27 +0200 Message-Id: <199602091943.VAA04329@snark.ukma.kiev.ua> Date: Fri, 9 Feb 1996 21:43:27 +0200 From: Ruslan Shevchenko Reply-To: rssh@snark.ukma.kiev.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/1015: rcs compability Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1015 >Category: ports >Synopsis: rcs compability >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Sat Feb 10 09:10:01 PST 1996 >Last-Modified: >Originator: Ruslan Shevchenko >Organization: >Release: FreeBSD 2.1-STABLE i386 >Environment: >Description: In FreeBSD we have such rcs idents: $Id: rcs.c,v 1.2 1995/05/30 05:04:21 rgrimes Exp $ $Id: rcsgen.c,v 1.2 1995/05/30 05:04:12 rgrimes Exp $ $Id: rcsedit.c,v 1.3 1995/05/30 05:04:06 rgrimes Exp $ $Id: rcsutil.c,v 1.2 1995/05/30 05:04:18 rgrimes Exp $ $Id: rcssyn.c,v 1.2 1995/05/30 05:04:17 rgrimes Exp $ $Id: rcsrev.c,v 1.2 1995/05/30 05:04:16 rgrimes Exp $ $Id: rcskeep.c,v 1.2 1995/05/30 05:04:13 rgrimes Exp $ $Id: rcskeys.c,v 1.5 1995/05/30 05:04:14 rgrimes Exp $ $Id: rcslex.c,v 1.3 1995/05/30 05:04:15 rgrimes Exp $ $Id: rcsfnms.c,v 1.2 1995/05/30 05:04:10 rgrimes Exp $ $Id: rcsmap.c,v 1.1.1.1 1993/06/18 04:22:12 jkh Exp $ but on my other systems (for example linux) its /usr/bin/rcs: $Id: rcsbase.h,v 5.20 1995/06/16 06:19:24 eggert Exp $ $Id: rcs.c,v 5.21 1995/06/16 06:19:24 eggert Exp $ $Id: rcslex.c,v 5.19 1995/06/16 06:19:24 eggert Exp $ $Id: rcssyn.c,v 5.15 1995/06/16 06:19:24 eggert Exp $ $Id: rcsrev.c,v 5.10 1995/06/16 06:19:24 eggert Exp $ $Id: rcsutil.c,v 5.20 1995/06/16 06:19:24 eggert Exp $ $Id: rcsgen.c,v 5.16 1995/06/16 06:19:24 eggert Exp $ $Id: rcsedit.c,v 5.19 1995/06/16 06:19:24 eggert Exp $ $Id: rcskeys.c,v 5.4 1995/06/16 06:19:24 eggert Exp $ $Id: rcsmap.c,v 5.3 1995/06/16 06:19:24 eggert Exp $ $Id: rcsfnms.c,v 5.16 1995/06/16 06:19:24 eggert Exp $ $Id: rcskeep.c,v 5.10 1995/06/16 06:19:24 eggert Exp $ $Id: maketime.c,v 5.11 1995/06/16 06:19:24 eggert Exp $ $Id: partime.c,v 5.13 1995/06/16 06:19:24 eggert Exp $ $Id: rcstime.c,v 1.4 1995/06/16 06:19:24 eggert Exp $ So, when I try to get or set revision, stores by the rcs version 5.21 wih current version in FreeBSD ( 1.2) I received next error ttt,v <-- ttt ci: ttt,v:9: unknown character `.' ci aborted >How-To-Repeat: >Fix: update rcs >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Feb 10 09:20:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA01289 for bugs-outgoing; Sat, 10 Feb 1996 09:20:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA01247 Sat, 10 Feb 1996 09:20:01 -0800 (PST) Date: Sat, 10 Feb 1996 09:20:01 -0800 (PST) Message-Id: <199602101720.JAA01247@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Mike Pritchard" Subject: Re: kern/1012: vnode_pager_putpages: attempt to write meta-data!!! -- 0xfffffff4(ff) Reply-To: "Mike Pritchard" Sender: owner-bugs@FreeBSD.ORG Precedence: bulk The following reply was made to PR kern/1012; it has been noted by GNATS. From: "Mike Pritchard" To: hsu@clinet.fi Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/1012: vnode_pager_putpages: attempt to write meta-data!!! -- 0xfffffff4(ff) Date: Sat, 10 Feb 1996 11:15:45 -0600 (CST) Heikki Suonsivu wrote: > Feb 9 23:41:54 katiska /kernel: vnode_pager_putpages: attempt to write meta-data!!! -- 0xfffffff4(ff) I was seeing these several times a day a couple of weeks ago. I don't seem to get them with my -current kernel compiled a few days ago, though. -- Mike Pritchard mpp@minn.net "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-bugs Sat Feb 10 12:17:33 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA08491 for bugs-outgoing; Sat, 10 Feb 1996 12:17:33 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA08472 Sat, 10 Feb 1996 12:17:31 -0800 (PST) Date: Sat, 10 Feb 1996 12:17:31 -0800 (PST) From: Mike Pritchard Message-Id: <199602102017.MAA08472@freefall.freebsd.org> To: mpp, freebsd-bugs, mpp Subject: Re: ports/1015 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: rcs compability Responsible-Changed-From-To: freebsd-bugs->mpp Responsible-Changed-By: mpp Responsible-Changed-When: Sat Feb 10 12:16:27 PST 1996 Responsible-Changed-Why: I've been corresponding with the submitter via mail trying to track the exact problem down. From owner-freebsd-bugs Sat Feb 10 16:33:21 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA24614 for bugs-outgoing; Sat, 10 Feb 1996 16:33:21 -0800 (PST) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA24607 for ; Sat, 10 Feb 1996 16:33:17 -0800 (PST) Received: by tfs.com (smail3.1.28.1) Message-Id: Date: Sat, 10 Feb 96 16:33 PST From: julian@TFS.COM (Julian Elischer) To: bugs@freebsd.org Subject: krlogin/krlogind usage of OOB data is broken (fwd) Newsgroups: comp.protocols.kerberos,comp.bugs.4bsd In-Reply-To: <4fiobt$590@jik.datasrv.co.il> Organization: TRW Financial Systems, Oakland, CA Sender: owner-bugs@freebsd.org Precedence: bulk just in case this is relevant ------- start of forwarded message ------- Path: tfs.com!agate!howland.reston.ans.net!swrinde!newsfeed.internetmci.com!bloom-beacon.mit.edu!jik.datasrv.co.il!jik.datasrv.co.il!jik From: jik@annex-1-slip-jik.cam.ov.com (Jonathan Kamens) Newsgroups: comp.protocols.kerberos,comp.bugs.4bsd Subject: krlogin/krlogind usage of OOB data is broken Date: 10 Feb 1996 18:32:09 GMT Organization: jik's Linux box Lines: 99 Sender: jik@jik.datasrv.co.il (Jonathan Kamens) Message-ID: <4fiobt$590@jik.datasrv.co.il> NNTP-Posting-Host: jik.datasrv.co.il Xref: tfs.com comp.protocols.kerberos:5007 comp.bugs.4bsd:143 (Comp.bugs.4bsd folks: This posting relates to a problem in how the Kerberos rlogin and rlogind programs use out-of-band data. However, I believe that the problem I'm describing here is shared by the stock BSD rlogin and rlogind programs, which is why I'm cross-posting to comp.bugs.4bsd.) I understand that Sam Hartman has done a considerable amount of work on rlogin and rlogind, trying to get their handling of out-of-band data to work properly. I've done similar work independently of Sam, and I suspect that my changes are quite different from the ones he's implemented; nevertheless, I've come to the conclusion that the way the protocl uses OOB data is broken in at least on way that simply cannot be fixed without changing the protocol. The basic problem I'm encountering is this: What happens if krlogind sends an OOB message to krlogin, and then it sends a *second* OOB message before krlogin has processed the first one? This *can* and *does* happen. For example, when I krlogin from my Linux box at home to an AIX box at work over a SLIP link, the AIX box sends three different OOB messages as part of the initial initialization of the connection, and network congestion can easily cause all of them to get to my Linux box in consecutive packets, too quickly for it to deal with each of them before the next one arrives. Unfortunately, the way OOB data is implemented in the Linux kernel (and I believe in many other UNIX kernels as well) is that only one OOB message is allowed at a time. If a second message is received while the first one is still pending, the first one becomes part of the normal data stream, and the OOB mark is moved to the second one. This does appear to be legal, according to the BSD documentation about OOB data. Consider what occurs if this happens with krlogin/krlogind -- if krlogind sends multiple OOB messages consecutively, then krlogin will process one of them, but the rest will simply be part of the data stream, thus causing one or more garbage characters to appear on the user's screen. If the connection is being encrypted, the results are much worse -- the OOB messages that enter the normal data stream corrupt it, which usually causes krlogin to complain and close the connection. I came up with three hacks to reduce the likelihood of this problem, but they're all real hacks, and even all of them together don't work 100% of the time. First of all, I modified the protocol() function in krlogind so that any single run through the protocol() loop only causes a single OOB byte to be sent, with all the commands that need to be sent OR'd together in it. This appears to be OK since (a) krlogin treats the OOB byte as a mask, and checks it to see which bits are set, and (b) the various commands sent as OOB bytes are bit-wise exlusive of each other. I confess that of the three hacks I came up with, this is the one I'm least sure about, so if anyone can confirm or deny that this is a reasonable thing to do, I'd love to hear it. For the Linux -> AIX case I mentioned above, this reduces the number of OOB bytes sent by the AIX box from three to two. Second, I modified krlogind so that it never sends two OOB messages less than five seconds apart. In *most* cases, this gives the client time to process the first OOB message before the second one is sent. But of course, it introduces delays when initiating some connections. Sometimes network congestion or whatever makes the five-second pause by krlogind meaningless, and besides, sometimes krlogin will have to talk to a krlogind which hasn't been modified in this way. So I put a third hack hack in des_read() in krlogin. When des_read() reads the length of the next encrypted data block off the net, and that length is absurd, it checks to see if the first byte of the length contains a valid OOB message. If it does, it processes it as an OOB message, shifts the three remaining bytes of the length up one, and then reads a new byte to replace the one that was treated as OOB. In the case of the Linux -> AIX connection I mentioned above, it ends up doing this twice, since the Linux box gets three OOB messages in quick succession and only ends up dealing with one of them as OOB data. I figured that this doesn't really pose a thread to the encrypted data stream, since if there's really a problem with it the problem will turn up later anyway. However, that second hack in krlogin will only work when an encrypted session is being used. Non-encrypted sessions will still end up with some OOB messages not getting processed and ending up as garbage in the data stream. Furthermore, even with these hacks, I've still seen instances where des_read() gets unexpected values when it tries to read the length off the net, or where the encrypted data is not available for some reason when it tries to read it. As far as I can tell, the only way to make this work reliably is to require hand-shaking -- when krlogind sends OOB data to krlogin, krlogin needs to send OOB data back to krlogind to tell it when it has processed the data, and krlogind needs to wait for that ACK before sending any more OOB data. This is, I believe, how telnet/telnetd handle their OOB data. Unfortunately, this would require changing the krlogin/krlogind protocol (and I realize that "protocol" is a strong word) in a way that would make the new krlogin incompatible with the old krlogind and vice versa. The closest thing that I can come up with to modifying the protocol in a backward-compatible way is to have krlogind set a bit in the first OOB byte it sends, to tell krlogin, "I know how to deal with OOB ACK messages, so you should ACK every OOB message you receive." Unfortunately, I can't figure out a protocol-compatible way for krlogin to tell krlogind that it knows how to deal with this bit, so after sending this bit to krlogin, krlogind has no way of knowing whether it should wait for the ACK from krlogin. I would appreciate any input that people might have into this problem. Am I right that there's a problem? Has it always been there? Is there any way to solve it, short of either (a) modifying the protocol in a way that isn't backward-compatible, or (b) ditching krlogin/krlogind altogether and using ktelnet/ktelnetd instead (yes, I'd love to do that, but first of all, some of our customers demand krlogin/krlogind, and second, I've heard rumors that the security negotiation in ktelnet/ktelnetd is vulnerable). Thanks. ------- end of forwarded message ------- From owner-freebsd-bugs Sat Feb 10 19:20:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA05327 for bugs-outgoing; Sat, 10 Feb 1996 19:20:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA05301 Sat, 10 Feb 1996 19:20:05 -0800 (PST) Resent-Date: Sat, 10 Feb 1996 19:20:05 -0800 (PST) Resent-Message-Id: <199602110320.TAA05301@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, hsu@clinet.fi Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA04825 for ; Sat, 10 Feb 1996 19:14:11 -0800 (PST) Received: from katiska.clinet.fi (root@katiska.clinet.fi [194.100.0.4]) by hauki.clinet.fi (8.7.3/8.6.4) with ESMTP id FAA13522 for ; Sun, 11 Feb 1996 05:14:03 +0200 (EET) Received: (root@localhost) by katiska.clinet.fi (8.7.3/8.6.4) id FAA02392; Sun, 11 Feb 1996 05:14:02 +0200 (EET) Message-Id: <199602110314.FAA02392@katiska.clinet.fi> Date: Sun, 11 Feb 1996 05:14:02 +0200 (EET) From: Heikki Suonsivu Reply-To: hsu@clinet.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1016: panic: vm_page_free: freeing free page, sddump: no slices Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1016 >Category: kern >Synopsis: panic: vm_page_free: freeing free page, sddump: no slices >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 10 19:20:02 PST 1996 >Last-Modified: >Originator: Heikki Suonsivu >Organization: Clinet, Espoo, Finland >Release: FreeBSD 2.2-CURRENT i386 >Environment: -current, news server + users. Feb 11 03:53:27 katiska /kernel: FreeBSD 2.2-CURRENT #10: Fri Feb 9 19:35:48 EET 1996 Feb 11 03:53:27 katiska /kernel: hsu@katiska.clinet.fi:/usr/current/src/sys/compile/CLINETSERVER Feb 11 03:53:27 katiska /kernel: CPU: Pentium (89.80-MHz 586-class CPU) Feb 11 03:53:27 katiska /kernel: Origin = "GenuineIntel" Id = 0x525 Stepping=5 Feb 11 03:53:28 katiska /kernel: Features=0x1bf Feb 11 03:53:28 katiska /kernel: real memory = 67108864 (65536K bytes) Feb 11 03:53:28 katiska /kernel: avail memory = 63594496 (62104K bytes) Feb 11 03:53:28 katiska /kernel: DEVFS: ready for devices Feb 11 03:53:28 katiska /kernel: Probing for devices on PCI bus 0: Feb 11 03:53:28 katiska /kernel: pci0:0: Silicon Integrated Systems, device=0x5511, class=bridge (host) [no driver assigned] Feb 11 03:53:28 katiska /kernel: chip0 rev 1 on pci0:1 Feb 11 03:53:28 katiska /kernel: pci0:1: Silicon Integrated Systems, device=0x5513, class=storage (ide) [no driver assigned] Feb 11 03:53:28 katiska /kernel: ncr0 rev 2 int a irq 12 on pci0:9 Feb 11 03:53:28 katiska /kernel: ncr0 waiting for scsi devices to settle Feb 11 03:53:28 katiska /kernel: (ncr0:0:0): "SEAGATE ST15230N 0298" type 0 fixed SCSI 2 Feb 11 03:53:28 katiska /kernel: sd0(ncr0:0:0): Direct-Access Feb 11 03:53:28 katiska /kernel: sd0(ncr0:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Feb 11 03:53:28 katiska /kernel: 4095MB (8386733 512 byte sectors) Feb 11 03:53:28 katiska /kernel: sd0(ncr0:0:0): with 3992 cyls, 19 heads, and an average 110 sectors/track Feb 11 03:53:28 katiska /kernel: (ncr0:3:0): "SEAGATE ST31200N 9348" type 0 fixed SCSI 2 Feb 11 03:53:28 katiska /kernel: sd3(ncr0:3:0): Direct-Access Feb 11 03:53:28 katiska /kernel: sd3(ncr0:3:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Feb 11 03:53:28 katiska /kernel: 1011MB (2072435 512 byte sectors) Feb 11 03:53:28 katiska /kernel: sd3(ncr0:3:0): with 2700 cyls, 9 heads, and an average 85 sectors/track Feb 11 03:53:28 katiska /kernel: (ncr0:4:0): "HP C1533A 9503" type 1 removable SCSI 2 Feb 11 03:53:28 katiska /kernel: st4(ncr0:4:0): Sequential-Access Feb 11 03:53:29 katiska /kernel: st4(ncr0:4:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Feb 11 03:53:29 katiska /kernel: density code 0x24, 512-byte blocks, write-enabled Feb 11 03:53:29 katiska /kernel: ncr1 rev 1 int a irq 10 on pci0:10 Feb 11 03:53:29 katiska /kernel: ncr1 waiting for scsi devices to settle Feb 11 03:53:29 katiska /kernel: (ncr1:1:0): "SEAGATE ST15230N 0638" type 0 fixed SCSI 2 Feb 11 03:53:29 katiska /kernel: sd7(ncr1:1:0): Direct-Access Feb 11 03:53:29 katiska /kernel: sd7(ncr1:1:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Feb 11 03:53:29 katiska /kernel: 4095MB (8386733 512 byte sectors) Feb 11 03:53:29 katiska /kernel: sd7(ncr1:1:0): with 3992 cyls, 19 heads, and an average 110 sectors/track Feb 11 03:53:29 katiska /kernel: (ncr1:2:0): "SEAGATE ST15230N 0638" type 0 fixed SCSI 2 Feb 11 03:53:29 katiska /kernel: sd8(ncr1:2:0): Direct-Access Feb 11 03:53:29 katiska /kernel: sd8(ncr1:2:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Feb 11 03:53:29 katiska /kernel: 4095MB (8386733 512 byte sectors) Feb 11 03:53:29 katiska /kernel: sd8(ncr1:2:0): with 3992 cyls, 19 heads, and an average 110 sectors/track Feb 11 03:53:29 katiska /kernel: de0 rev 35 int a irq 11 on pci0:11 Feb 11 03:53:29 katiska /kernel: de0: DC21040 [10Mb/s] pass 2.3 Ethernet address 00:c0:95:ec:47:a3 Feb 11 03:53:29 katiska /kernel: de0: enabling Thinwire/AUI port Feb 11 03:53:29 katiska /kernel: Probing for devices on the ISA bus: Feb 11 03:53:29 katiska /kernel: vt0 at 0x60-0x6f irq 1 on motherboard Feb 11 03:53:29 katiska /kernel: vt0: generic, 80/132 col, color, 8 scr, mf2-kbd, [R3.20-b24] Feb 11 03:53:29 katiska /kernel: ed0 not found at 0x280 Feb 11 03:53:29 katiska /kernel: lpt0 at 0x378-0x37f irq 7 on isa Feb 11 03:53:29 katiska /kernel: lpt0: Interrupt-driven port Feb 11 03:53:29 katiska /kernel: lp0: TCP/IP capable interface Feb 11 03:53:30 katiska /kernel: lpt1 not found at 0xffffffff Feb 11 03:53:30 katiska /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa Feb 11 03:53:30 katiska /kernel: sio0: type 16550A Feb 11 03:53:30 katiska /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Feb 11 03:53:30 katiska /kernel: sio1: type 16550A Feb 11 03:53:30 katiska /kernel: pca0 on motherboard Feb 11 03:53:30 katiska /kernel: pca0: PC speaker audio driver Feb 11 03:53:30 katiska /kernel: cy0 not found Feb 11 03:53:30 katiska /kernel: bt0 not found at 0x330 Feb 11 03:53:30 katiska /kernel: aha0 not found at 0x330 Feb 11 03:53:30 katiska /kernel: wdc0 not found at 0x1f0 Feb 11 03:53:30 katiska /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Feb 11 03:53:30 katiska /kernel: fdc0: NEC 72065B Feb 11 03:53:30 katiska /kernel: fd0: 1.44MB 3.5in Feb 11 03:53:30 katiska /kernel: matcdc0 not found at 0x230 Feb 11 03:53:30 katiska /kernel: npx0 on motherboard Feb 11 03:53:30 katiska /kernel: npx0: INT 16 interface Feb 11 03:53:30 katiska /kernel: changing root device to sd0a Feb 11 03:53:30 katiska /kernel: devfs ready to run Feb 11 03:53:30 katiska /kernel: new masks: bio c0001440, tty c003089a, net c003089a Feb 11 03:53:30 katiska /kernel: WARNING: / was not properly dismounted. >Description: The machine was sitting dead and this was on the console: panic: vm_page_free: freeing free page dumping to dev 401, offset 0 dump Debugger("sddump: no slices") called panic: vm_page_free: freeing free page dumping to dev 401, offset 0 dump Debugger("sddump: no slices") called panic: vm_page_free: freeing free page dumping to dev 401, offset 0 dump Debugger("sddump: no slices") called panic: vm_page_free: freeing free page dumping to dev 401, offset 0 dump Debugger("sddump: no slices") called No vmcore was saved in boot. >How-To-Repeat: Don't know. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Feb 10 20:20:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11206 for bugs-outgoing; Sat, 10 Feb 1996 20:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11164 Sat, 10 Feb 1996 20:20:02 -0800 (PST) Resent-Date: Sat, 10 Feb 1996 20:20:02 -0800 (PST) Resent-Message-Id: <199602110420.UAA11164@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, hsu@clinet.fi Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA11102 for ; Sat, 10 Feb 1996 20:18:11 -0800 (PST) Received: from katiska.clinet.fi (root@katiska.clinet.fi [194.100.0.4]) by hauki.clinet.fi (8.7.3/8.6.4) with ESMTP id GAA14243 for ; Sun, 11 Feb 1996 06:18:04 +0200 (EET) Received: (root@localhost) by katiska.clinet.fi (8.7.3/8.6.4) id GAA03742; Sun, 11 Feb 1996 06:18:04 +0200 (EET) Message-Id: <199602110418.GAA03742@katiska.clinet.fi> Date: Sun, 11 Feb 1996 06:18:04 +0200 (EET) From: Heikki Suonsivu Reply-To: hsu@clinet.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1017: ssh stopped working between 15th Jan and 9th Feb Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 1017 >Category: kern >Synopsis: ssh stopped working between 15th Jan and 9th Feb >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 10 20:20:01 PST 1996 >Last-Modified: >Originator: Heikki Suonsivu >Organization: Clinet, Espoo, Finland >Release: FreeBSD 2.2-CURRENT i386 >Environment: FreeBSD-current from sup on Friday (9th Feb). I am sure that ssh worked with 15th Jan sup, and probably later ones also. >Description: ssh machine cat file-larger-than-8k goes into fails but ssh machine cat file-smaller-than-8k works. I don't think this is a bug in ssh, as this does not happen with any other system and the same binaries work with earlier FreeBSD versions. Both the client and server sit in select waiting for data to be received or sent. USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND root 21761 0.0 2.5 384 736 pa I+ 4:04AM 0:01.03 ssh -v katiska c 0 21761 8524 161 2 0 384 736 select I+ pa 0:01.03 ssh -v katiska cat /etc/passwd And the server sshd sits in USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND root 3566 2.7 1.0 388 652 ?? S 6:10AM 0:00.57 /usr/local/sbin/ 0 3566 190 6 2 0 388 652 select S ?? 0:00.57 /usr/local/sbin/sshd If I allocate a tty (-t) the above command works. I would guess this has something to do with the new pipe code? A missing wakeup somewhere, or new pipe code behaving differently somewhere and waking up a bug in ssh(d)? >How-To-Repeat: ssh machine cat file-smaller-than-8k ssh machine cat file-larger-than-8k >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Feb 10 23:33:41 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA17635 for bugs-outgoing; Sat, 10 Feb 1996 23:33:41 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA17612 Sat, 10 Feb 1996 23:33:38 -0800 (PST) Date: Sat, 10 Feb 1996 23:33:38 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199602110733.XAA17612@freefall.freebsd.org> To: dirk@hal.IN-Berlin.DE, jkh, freebsd-bugs Subject: Re: bin/1011 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: usr.sbin/sup/supfilesrv does not compile State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Sat Feb 10 23:32:56 PST 1996 State-Changed-Why: This was a mistake which crept in with the merge. Fixed by #ifdef'ing it out for now, until setproctitle() makes it in.