From owner-freebsd-bugs Sun Jul 6 01:44:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA15159 for bugs-outgoing; Sun, 6 Jul 1997 01:44:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA15147; Sun, 6 Jul 1997 01:44:33 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA20007; Sun, 6 Jul 1997 01:44:16 -0700 (PDT) Date: Sun, 6 Jul 1997 01:44:16 -0700 (PDT) Message-Id: <199707060844.BAA20007@freefall.freebsd.org> To: ac199@hwcn.org, peter@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, peter-bugs@FreeBSD.ORG Subject: Re: bin/3451 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: vasprintf() doesn't work. State-Changed-From-To: open-feedback State-Changed-By: peter State-Changed-When: Sun Jul 6 01:43:03 PDT 1997 State-Changed-Why: Hopefully fixed in revs 1.6 and 1.7 of vasprintf.c Responsible-Changed-From-To: freebsd-bugs->peter-bugs Responsible-Changed-By: peter Responsible-Changed-When: Sun Jul 6 01:43:03 PDT 1997 Responsible-Changed-Why: my bug.. From owner-freebsd-bugs Sun Jul 6 07:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA24101 for bugs-outgoing; Sun, 6 Jul 1997 07:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA24091; Sun, 6 Jul 1997 07:30:03 -0700 (PDT) Resent-Date: Sun, 6 Jul 1997 07:30:03 -0700 (PDT) Resent-Message-Id: <199707061430.HAA24091@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, news Received: from news.LF.net (bsdinst.LF.net [194.64.4.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23952 for ; Sun, 6 Jul 1997 07:26:08 -0700 (PDT) Received: by news.LF.net (Smail3.2.0.95/news.LF.net) via LF.net GmbH Internet Services for hub.freebsd.org id m0wksFh-000HyvC; Sun, 6 Jul 1997 16:25:25 +0200 (CEST) Message-Id: Date: Sun, 6 Jul 1997 16:25:25 +0200 (CEST) From: news@news.LF.net Reply-To: news To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/4039: 2940UW, IBM DCAS 32160 -- hungs if ultra speed (40 MB/sec) selected Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4039 >Category: kern >Synopsis: 2940UW and DCAS 32160 -- hungs if 40 MB/sec is selected and used >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 6 07:30:00 PDT 1997 >Last-Modified: >Originator: LF.net News Administration >Organization: LF.net GmbH >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: Installed 2.2.2 in a maschine with four DCAS 32160 drives on a adaptec 2940UW. >Description: doing a newfs on the second drive while doing I/O will cause a system hung (no response, no reboot), if 40 MB/sec was selected as IO-speed for each SCSI drive in the adaptec BIOS. Will hung not always, but very often. >How-To-Repeat: install a complete system on SCSI ID 0. do a newfs on SCSI ID 1 or a newfs on the ccd containing all of sd1, sd2, sd3. The system will hang in most of the cases (responses to ping, but not disk IO). >Fix: Select 20 MB/sec and it works. I will test it soon as a news server, whether it will cope with the load. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Jul 6 09:20:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA26970 for bugs-outgoing; Sun, 6 Jul 1997 09:20:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA26956; Sun, 6 Jul 1997 09:20:01 -0700 (PDT) Date: Sun, 6 Jul 1997 09:20:01 -0700 (PDT) Message-Id: <199707061620.JAA26956@hub.freebsd.org> To: freebsd-bugs Cc: From: Justin Gibbs Subject: Re: kern/4039: 2940UW, IBM DCAS 32160 -- hungs if ultra speed (40 MB/sec) selected Reply-To: Justin Gibbs Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4039; it has been noted by GNATS. From: Justin Gibbs To: news@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/4039: 2940UW, IBM DCAS 32160 -- hungs if ultra speed (40 MB/sec) selected Date: Sun, 06 Jul 1997 10:12:51 -0600 > doing a newfs on the second drive while doing I/O will > cause a system hung (no response, no reboot), if > 40 MB/sec was selected as IO-speed for each SCSI drive > in the adaptec BIOS. Will hung not always, but very often. This sounds very much like the buffer deadlock problem that was fixed recently in current by Bruce. My guess is that you are newfsing the block device instead of the raw device (which you shouldn't be doing anyway) and that the faster I/O speed increases the likelyhood of hitting the deadlock. If you can still reproduce this bug while performing the newfs on the raw partition, let me know. -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations =========================================== From owner-freebsd-bugs Sun Jul 6 11:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA01487 for bugs-outgoing; Sun, 6 Jul 1997 11:40:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA01467; Sun, 6 Jul 1997 11:40:02 -0700 (PDT) Resent-Date: Sun, 6 Jul 1997 11:40:02 -0700 (PDT) Resent-Message-Id: <199707061840.LAA01467@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, dirk.meyer@dinoex.sub.org Received: from mail.Contrib.Com (mail.Contrib.Com [194.77.12.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA01131 for ; Sun, 6 Jul 1997 11:32:57 -0700 (PDT) Received: from net2.dinoex.sub.org (net2.dinoex.sub.de [193.203.172.193]) by mail.Contrib.Com (8.8.4/8.8.4) with SMTP id UAA10805 for ; Sun, 6 Jul 1997 20:32:48 +0200 (MET DST) Received: by net2.dinoex.sub.org (Smail3.1.29.1 #1) id m0wkwBs-000DzsC; Sun, 6 Jul 97 20:37 CEST Message-Id: Date: Sun, 6 Jul 97 20:37 CEST From: dinoex@net2.dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: gnu/4042: gdb stackframe in static library shows not the calling function Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4042 >Category: gnu >Synopsis: gdb stackframe in static library shows not the calling function >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 6 11:40:01 PDT 1997 >Last-Modified: >Originator: Dirk Meyer >Organization: privat >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: gdb doesn't sho the calling stack in a function of a static linked library. if an error ocurrs in the function, ther is no information of the calling stack frame. >How-To-Repeat: compile the folowing sample, run it under gdb, show the calling stack. /* st.c gcc: 2.7.2.1 gdb: GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc. cc st.c -static -g gdb a.out GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... (gdb) run Starting program: /var/spool/dinoex/hub/a.out a Program received signal SIGSEGV, Segmentation fault. 0x11b5 in strlen () (gdb) bt #0 0x11b5 in strlen () #1 0x0 in ?? () (gdb) quit The program is running. Quit anyway (and kill it)? (y or n) y */ #include void main( void ) { size_t len; printf( "a\n" ); len = strlen( NULL ); printf( "b\n" ); } /* EOF */ >Fix: none. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Jul 6 12:44:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA03591 for bugs-outgoing; Sun, 6 Jul 1997 12:44:42 -0700 (PDT) Received: (from fenner@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA03503; Sun, 6 Jul 1997 12:43:16 -0700 (PDT) Date: Sun, 6 Jul 1997 12:43:16 -0700 (PDT) From: Bill Fenner Message-Id: <199707061943.MAA03503@hub.freebsd.org> To: nsayer@quack.kfu.com, fenner, freebsd-bugs Subject: Re: kern/3446 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: IPFIREWALL reject returns port unreachable, not host State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Sun Jul 6 12:42:34 PDT 1997 State-Changed-Why: Turns out this is yet another duplicate, for kern/3452. I missed that one because it's closed. From owner-freebsd-bugs Sun Jul 6 12:50:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA03782 for bugs-outgoing; Sun, 6 Jul 1997 12:50:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA03766; Sun, 6 Jul 1997 12:50:00 -0700 (PDT) Date: Sun, 6 Jul 1997 12:50:00 -0700 (PDT) Message-Id: <199707061950.MAA03766@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: kern/3452: ipfw rejected packets respond port unreach instead of host Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/3452; it has been noted by GNATS. From: Bill Fenner To: freebsd-gnats-submit Cc: Subject: Re: kern/3452: ipfw rejected packets respond port unreach instead of host Date: Sun, 6 Jul 1997 12:43:47 -0700 (PDT) See kern/3446's audit-trail for one piece of input. From owner-freebsd-bugs Sun Jul 6 14:20:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA06549 for bugs-outgoing; Sun, 6 Jul 1997 14:20:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA06531; Sun, 6 Jul 1997 14:20:01 -0700 (PDT) Date: Sun, 6 Jul 1997 14:20:01 -0700 (PDT) Message-Id: <199707062120.OAA06531@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: gnu/4042: gdb stackframe in static library shows not the calling function Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR gnu/4042; it has been noted by GNATS. From: Bruce Evans To: dinoex@net2.dinoex.sub.org, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: gnu/4042: gdb stackframe in static library shows not the calling function Date: Mon, 7 Jul 1997 07:09:19 +1000 > gdb doesn't sho the calling stack > in a function of a static linked library. > if an error ocurrs in the function, > ther is no information of the calling stack frame. This is caused by the function in the example (strlen) not having a frame pointer. The top frame or two gets lost. The problem is most obvious when there is only one or two frames. All functions written in assembler have this problem. Bruce From owner-freebsd-bugs Sun Jul 6 15:00:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA07758 for bugs-outgoing; Sun, 6 Jul 1997 15:00:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA07744; Sun, 6 Jul 1997 15:00:02 -0700 (PDT) Resent-Date: Sun, 6 Jul 1997 15:00:02 -0700 (PDT) Resent-Message-Id: <199707062200.PAA07744@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, terzis@cs..ucla.edu Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA07611; Sun, 6 Jul 1997 14:54:14 -0700 (PDT) Message-Id: <199707062154.OAA07611@hub.freebsd.org> Date: Sun, 6 Jul 1997 14:54:14 -0700 (PDT) From: terzis@cs..ucla.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/4044: kernel crashes when ip_output() is called with a NULL route argument Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4044 >Category: kern >Synopsis: kernel crashes when ip_output() is called with a NULL route argument >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 6 15:00:01 PDT 1997 >Last-Modified: >Originator: Andreas Terzis >Organization: UCLA computer Science Dept >Release: 2.2.2-RELEASE >Environment: FreeBSD pear.dnrc.bell-labs.com 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #1: Thu Jul 3 19:08:37 EDT 1997 terzis@pear.dnrc.bell-labs.com: /devel/MIP-kernel/sys/compile/RSVP+MIP-pear i386 >Description: When ip_output() in netinet/ip_output.c is called with a NULL route argument header the kernel crashes, because a test for a NULL argument has been removed from this version of the code. You can find the test in older versions of the sasme file or in the Stevens book TCP/IP Illustrated Vol. II (page 230) >How-To-Repeat: try to hand a packet to ip_output for forwarding with a NULL route argument. >Fix: Include a test for NULL route header. This is what I have done and it worked: /* * IP output. The packet in mbuf chain m contains a skeletal IP * header (with len, off, ttl, proto, tos, src, dst). * The mbuf chain containing the packet will be freed. * The mbuf opt, if present, will not be freed. */ int ip_output(m0, opt, ro, flags, imo) struct mbuf *m0; struct mbuf *opt; struct route *ro; int flags; struct ip_moptions *imo; { struct ip *ip, *mhip; struct ifnet *ifp; struct mbuf *m = m0; int hlen = sizeof (struct ip); int len, off, error = 0; struct sockaddr_in *dst; struct in_ifaddr *ia; int isbroadcast; struct route iproute; /* ADDED */ #ifdef DIAGNOSTIC if ((m->m_flags & M_PKTHDR) == 0) panic("ip_output no HDR"); if (!ro) panic("ip_output no route, proto = %d", mtod(m, struct ip *)->ip_p); #endif if (opt) { m = ip_insertoptions(m, opt, &len); hlen = len; } ip = mtod(m, struct ip *); /* * Fill in IP header. */ if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { ip->ip_vhl = IP_MAKE_VHL(IPVERSION, hlen >> 2); ip->ip_off &= IP_DF; ip->ip_id = htons(ip_id++); ipstat.ips_localout++; } else { hlen = IP_VHL_HL(ip->ip_vhl) << 2; } /* ADDED test for NULL ro argument */ if (ro == 0) { ro = &iproute; bzero ((caddr_t) ro, sizeof(*ro)); } >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Jul 6 21:20:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA22612 for bugs-outgoing; Sun, 6 Jul 1997 21:20:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA22596; Sun, 6 Jul 1997 21:20:03 -0700 (PDT) Date: Sun, 6 Jul 1997 21:20:03 -0700 (PDT) Message-Id: <199707070420.VAA22596@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: kern/4044: kernel crashes when ip_output() is called with a NULL route argument Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4044; it has been noted by GNATS. From: Bill Fenner To: owner-bugs@freebsd.org Cc: freebsd-gnats-submit@freebsd.org, terzis@pear.dnrc.bell-labs.com, terzis@cs.ucla.edu Subject: Re: kern/4044: kernel crashes when ip_output() is called with a NULL route argument Date: Sun, 6 Jul 1997 21:18:13 PDT Note, this message had a malformed From: header of "terzis@cs..ucla.edu". >a test for a NULL argument has been removed from this version of the code. This was a conscious decision. It's now an error to hand a packet to ip_output with a NULL route argument. Use a private cached route (see IGMP for an example). Bill From owner-freebsd-bugs Sun Jul 6 21:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA23027 for bugs-outgoing; Sun, 6 Jul 1997 21:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA23019; Sun, 6 Jul 1997 21:30:02 -0700 (PDT) Date: Sun, 6 Jul 1997 21:30:02 -0700 (PDT) Message-Id: <199707070430.VAA23019@hub.freebsd.org> To: freebsd-bugs Cc: From: Kazutaka YOKOTA Subject: Re: i386/4030: syscons thinks CTRL is always pressed Reply-To: Kazutaka YOKOTA Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR i386/4030; it has been noted by GNATS. From: Kazutaka YOKOTA To: ac199@hwcn.org Cc: FreeBSD-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: i386/4030: syscons thinks CTRL is always pressed Date: Mon, 07 Jul 1997 12:49:25 +0900 >>Number: 4030 >>Category: i386 >>Synopsis: syscons thinks CTRL pressed, must reboot [repeatable] >>Confidential: no >>Severity: critical >>Priority: medium >>Responsible: freebsd-bugs >>State: open >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Fri Jul 4 06:20:01 PDT 1997 >>Last-Modified: >>Originator: Tim Vanderhoek >>Organization: >Syscons users >>Release: FreeBSD 2.2.2-RELEASE i386 [snip] >>Description: > >I use a modified keyboard map. /usr/share/syscons/keymaps/my.map >has the following line modified, > > 090 cr rctrl rctrl rctrl rctrl rctrl rctrl rctrl O > >When I act as described in "How-To-Repeat", syscons will begin thinking >that one of the ctrl keys is always pressed. ie. pressing a `d' sends >^D. It then becomes necessary to reboot (since the computer is quite >unusable). If X is running, it, of course, is not affected. Try this patch for /sys/i386/isa/syscons.c. --- syscons.c-1.220 Mon Jun 30 22:31:49 1997 +++ syscons.c Mon Jul 7 12:35:14 1997 @@ -3039,7 +3039,7 @@ /* Check for make/break */ action = key->map[state]; if (scancode & 0x80) { /* key released */ - if (key->spcl & 0x80) { + if (key->spcl & (0x80>>state)) { switch (action) { case LSH: shfts &= ~1; >This did not happen (I don't _believe_ it happened) in the SNAP of 2.2 >that I had been running before. If the above patch works, then the problem did happen in the past too, I guess. Kazu From owner-freebsd-bugs Sun Jul 6 22:50:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA26241 for bugs-outgoing; Sun, 6 Jul 1997 22:50:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA26234; Sun, 6 Jul 1997 22:50:04 -0700 (PDT) Date: Sun, 6 Jul 1997 22:50:04 -0700 (PDT) Message-Id: <199707070550.WAA26234@hub.freebsd.org> To: freebsd-bugs Cc: From: Peter Wemm Subject: Re: gnu/4042: gdb stackframe in static library shows not the calling function Reply-To: Peter Wemm Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR gnu/4042; it has been noted by GNATS. From: Peter Wemm To: Bruce Evans Cc: freebsd-gnats-submit@hub.freebsd.org Subject: Re: gnu/4042: gdb stackframe in static library shows not the calling function Date: Mon, 07 Jul 1997 13:06:36 +0800 Bruce Evans wrote: > > gdb doesn't sho the calling stack > > in a function of a static linked library. > > if an error ocurrs in the function, > > ther is no information of the calling stack frame. > > This is caused by the function in the example (strlen) not having a frame > pointer. The top frame or two gets lost. The problem is most obvious > when there is only one or two frames. All functions written in assembler > have this problem. How much overhead will it be to do the stack frame linkage correctly? As I see it, it'll mean adding something like this: ENTRY(foo) + pushl %ebp + movl %esp,%ebp .... + leave ret .. to each assembler function. Is this price too high to pay? In some cases (ie: where the function doesn't make other calls, eg: strlen()), it *might* be simplified further (assuming what I've done is correct): ENTRY(foo) + pushl %ebp .... + addl $4,%esp (or: popl %ebp, whichever is quicker) ret > Bruce Cheers, -Peter From owner-freebsd-bugs Mon Jul 7 00:00:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA29024 for bugs-outgoing; Mon, 7 Jul 1997 00:00:10 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA28996; Mon, 7 Jul 1997 00:00:03 -0700 (PDT) Date: Mon, 7 Jul 1997 00:00:03 -0700 (PDT) Message-Id: <199707070700.AAA28996@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: gnu/4042: gdb stackframe in static library shows not the calling function Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR gnu/4042; it has been noted by GNATS. From: Bruce Evans To: bde@zeta.org.au, peter@spinner.dialix.com.au Cc: freebsd-gnats-submit@hub.freebsd.org Subject: Re: gnu/4042: gdb stackframe in static library shows not the calling function Date: Mon, 7 Jul 1997 16:50:56 +1000 >> This is caused by the function in the example (strlen) not having a frame >> pointer. The top frame or two gets lost. The problem is most obvious >How much overhead will it be to do the stack frame linkage correctly? As >I see it, it'll mean adding something like this: Not much, unless you count source bloat. >ENTRY(foo) >+ pushl %ebp >+ movl %esp,%ebp > .... >+ leave > ret "Correctly" requires ifdefs for -fomit-frame-pointer, -m486, etc. :-) Bruce From owner-freebsd-bugs Mon Jul 7 02:49:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA05959 for bugs-outgoing; Mon, 7 Jul 1997 02:49:55 -0700 (PDT) Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id CAA05953 for ; Mon, 7 Jul 1997 02:49:51 -0700 (PDT) Received: from LOCAL (uucp@localhost) by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 10279 on Mon, 7 Jul 1997 09:49:23 GMT; id JAA10279 efrom: hans@brandinnovators.com; eto: UNKNOWN Received: by truk.brandinnovators.com (8.7.5/BI96070101) for <> id LAA00114; Mon, 7 Jul 1997 11:15:02 +0200 (MET DST) Message-Id: <199707070915.LAA00114@truk.brandinnovators.com> From: hans@brandinnovators.com (Hans Zuidam) Subject: Re: gnu/4042: gdb stackframe in static library shows not the calling function To: bde@zeta.org.au Date: Mon, 7 Jul 1997 11:15:02 +0200 (MET DST) Cc: freebsd-bugs@hub.freebsd.org In-Reply-To: <199707070700.AAA28996@hub.freebsd.org> from Bruce Evans at "Jul 7, 97 00:00:03 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Bruce Evans wrote: > >> This is caused by the function in the example (strlen) not having a frame > >> pointer. The top frame or two gets lost. The problem is most obvious > >How much overhead will it be to do the stack frame linkage correctly? As > >I see it, it'll mean adding something like this: > Not much, unless you count source bloat. >... > "Correctly" requires ifdefs for -fomit-frame-pointer, -m486, etc. :-) Shouldn't this be solved in gdb's i386-tdep.c to recognize a frameless function? I guess it should do something with the FRAMELESS_FUNCTION_INVOCATION macro. Sadly I'm not well enough versed in ix86 assembler to propose a working fix :-(. Hans -- H. Zuidam E-Mail: hans@brandinnovators.com Brand Innovators B.V. P-Mail: P.O. Box 1377 de Pinckart 54 5602 BJ Eindhoven, The Netherlands 5674 CC Nuenen Tel. +31 40 2631134, Fax. +31 40 2831138 From owner-freebsd-bugs Mon Jul 7 03:20:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA06696 for bugs-outgoing; Mon, 7 Jul 1997 03:20:12 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA06688; Mon, 7 Jul 1997 03:20:04 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 03:20:04 -0700 (PDT) Resent-Message-Id: <199707071020.DAA06688@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, David Nugent Received: from labs.usn.blaze.net.au (labs.usn.blaze.net.au [203.17.53.30]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA06586 for ; Mon, 7 Jul 1997 03:16:04 -0700 (PDT) Received: (from davidn@localhost) by labs.usn.blaze.net.au (8.8.5/8.8.5) id UAA19462; Mon, 7 Jul 1997 20:15:53 +1000 (EST) Message-Id: <199707071015.UAA19462@labs.usn.blaze.net.au> Date: Mon, 7 Jul 1997 20:15:53 +1000 (EST) From: David Nugent To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4046: use of srandomdev() in src/eBones/lib/libkrb/des_rw.c Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4046 >Category: bin >Synopsis: srandomdev() in stdlib.h now returns void, but return value used >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 03:20:01 PDT 1997 >Last-Modified: >Originator: davidn@blaze.net.au >Organization: Unique Computing, Melbourne, Australia >Release: FreeBSD 3.0-CURRENT i386 >Environment: 3.0 current, after revision 1.9 of stdlib.h. Build eBones distribution. >Description: return type of srandomdev() changed from int to void, but the return value was being used in src/eBones/lib/libkrb/des_rw.c. >How-To-Repeat: Make world, include eBones. >Fix: --- des_rw.c.orig Mon Jul 7 20:12:08 1997 +++ des_rw.c Mon Jul 7 20:15:14 1997 @@ -230,8 +230,7 @@ */ if(!seeded) { seeded = 1; - if (srandomdev() < 0) - srandom((unsigned long)(time(NULL) ^ getpid())); + srandomdev(); } for(i = 0 ; i < 8 ; i+= sizeof(long)) { >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Jul 7 07:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA16093 for bugs-outgoing; Mon, 7 Jul 1997 07:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA16086; Mon, 7 Jul 1997 07:40:01 -0700 (PDT) Date: Mon, 7 Jul 1997 07:40:01 -0700 (PDT) Message-Id: <199707071440.HAA16086@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: kern/4044: kernel crashes when ip_output() is called with a NULL route argument Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4044; it has been noted by GNATS. From: Bill Fenner To: freebsd-gnats-submit@freebsd.org, terzis@cs.ucla.edu Cc: Subject: Re: kern/4044: kernel crashes when ip_output() is called with a NULL route argument Date: Mon, 7 Jul 1997 00:20:10 PDT Two more things: 1) It's a good idea to use "options DIAGNOSTIC" when writing network code; it enables extra checks, one of which is a "panic: no route". 2) If you do any kind of packet/flow classification and have a data structure that might be associated with a single destination address, you should add a route to that data structure (like TCP and multicast tunnels do) and pass that to ip_output instead. Bill From owner-freebsd-bugs Mon Jul 7 10:07:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA24076 for bugs-outgoing; Mon, 7 Jul 1997 10:07:26 -0700 (PDT) Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA23479 for freebsd-bugs@freebsd.org; Mon, 7 Jul 1997 10:00:11 -0700 (PDT) Date: Mon, 7 Jul 1997 10:00:11 -0700 (PDT) Message-Id: <199707071700.KAA23479@hub.freebsd.org> From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended Work on the problem has been postponed. This happens if a timely solution is not possible or is not cost-effective at the present time. The PR continues to exist, though a solution is not being actively sought. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard o [1995/02/14] kern/216 davidg /kernel: panic: ffs_alloccg: map corrupte a [1996/01/22] kern/965 bde 2.0.5: system crashes daily because of "m o [1996/04/06] kern/1121 dyson System crashes on boot up just after the o [1996/05/07] kern/1177 dyson Machine hangs with message "vm_fork: no p f [1996/06/05] kern/1293 Fatal trap 12: page fault while in kernel o [1996/06/11] kern/1311 dyson Panic: vm_page_free while installing new a [1996/07/15] bin/1387 davidn Group file errors cause absolute havoc a [1996/08/09] kern/1487 bde bug in exec(2) o [1996/09/11] kern/1599 panic: locking against myself s [1996/09/13] conf/1608 FreeBSD's bug tracking system does not re o [1996/09/29] bin/1694 rbootd does not appear to work o [1996/09/30] kern/1698 sup from around 21:51 GMT 28th very unsta a [1996/10/08] kern/1744 run queue or proc list smashed 4 times in o [1996/10/13] kern/1790 access to /dev/kmem panics system f [1996/10/28] kern/1919 se access to files/directories fails, gives o [1996/11/01] kern/1940 TCP doesn't time out of FIN_WAIT_1 and fl o [1996/11/04] i386/1959 DELAY() won't work for fast CPUs o [1996/11/29] kern/2121 MAXBSIZE in param.h causes kernel panic i o [1996/12/14] i386/2218 cy.c XON/XOFF handling crashes kernel o [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 f [1997/01/01] ports/2352 ports wu-ftp port does not work with DES crypte o [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI f [1997/01/04] kern/2371 gibbs SCSI disk corruption o [1997/01/14] kern/2498 On installation, after selecting drivers, o [1997/01/25] bin/2581 imp security holes in libtermcap o [1997/01/27] bin/2599 Lite2 merg and critical bugfix for games/ o [1997/02/06] kern/2680 bde bind of a local domain socket does not re o [1997/02/11] kern/2717 Panic with daily script (find) o [1997/02/14] bin/2740 wpaul root-fs full erases password table ! o [1997/02/21] misc/2795 Cyclades 8YO -- Not working under 2.1.6-S o [1997/02/26] bin/2821 jkh XFree86 distributed with 2.2-GAMMA corrup o [1997/02/28] bin/2837 Globalyst550 Disk-Drive Not found!! o [1997/03/04] kern/2877 Fatal Trap 12: page fault while in kernel o [1997/03/05] kern/2890 System panic after kernel compiled for 12 o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/03/13] kern/2980 2.2 crashes after accessing DAT-tape. bot o [1997/03/15] kern/3000 Kernel Panic in 2.2-CURRENT Kernel o [1997/03/16] kern/3005 can't completely install 2.1.7 release; s o [1997/03/17] kern/3017 panic: page fault as of March 11th v2.2 o [1997/03/17] bin/3019 Can't use SCSI disk (SCSI ID>3) on instal o [1997/03/23] misc/3070 Cannot do post install mods to UNIX from o [1997/03/23] kern/3072 Kernel Page Fault During Install of 2.1.7 o [1997/03/25] ports/3102 tg teTex port destroys previous contents of o [1997/03/25] kern/3103 vi large_file --> reboot without panic o [1997/03/26] ports/3106 torstenb pidentd exits with signal 6 o [1997/03/26] bin/3115 date command dumps core o [1997/03/27] kern/3128 Can't Install FreeBSD 2.2.1 o [1997/03/28] bin/3131 dlsym() does not set error on error, brea o [1997/03/30] kern/3150 Cyrix 6x86L-P200+ crashes w/ page fault o [1997/04/01] ports/3165 ports tex-3.14159.tgz lacks file o [1997/04/07] bin/3226 mpp vi died with a core dump o [1997/04/08] kern/3234 ipfilter.shar - integration complete o [1997/04/11] kern/3259 /bin/ps: kernel kernel, lockups, performa o [1997/04/12] kern/3267 mtime/ctime sometimes updated when a prog o [1997/04/15] i386/3300 Adaptec 2940U Problems o [1997/04/17] kern/3312 Adaptec 2940 still causes timeout using 2 o [1997/04/17] i386/3316 FOLLOWUP:Adaptec 2940U Problems->Addition o [1997/04/20] kern/3359 FreeBSD wont boot on amd p133 o [1997/04/21] kern/3366 ipx stack or ep driver o [1997/04/22] bin/3374 Cannot Install FreeBSD 2.2.1 - installati o [1997/04/26] kern/3392 System panics every few hours o [1997/04/27] ports/3394 max jp-Wnn-4.2 fails to make personal diction o [1997/04/28] kern/3404 frequent kernel panics o [1997/04/30] pending/3429gnats-adminThis is a test PR o [1997/05/01] i386/3462 using a PS/2 mouse causes kernel trap in o [1997/05/05] bin/3510 xsm does not work! o [1997/05/07] ports/3536 ports MakeTexPK calls gftopk with wron argument o [1997/05/12] misc/3586 The boot.flp file is too large to image t o [1997/05/13] kern/3594 EAGAIN and garbage data when reading sock o [1997/05/16] kern/3609 fs on remote host is mounted via NFS, rec o [1997/05/17] misc/3615 Error in /usr/src/lib/libc/gen/sigsetops. o [1997/05/21] bin/3650 Ypserv dumps core randomly. o [1997/05/23] kern/3671 SCSI tape drive with AHA 2940 locks up sy o [1997/05/24] kern/3674 NFS in 2.2 RELEASE hangs. o [1997/05/26] kern/3690 vm problems on 2.2, 2.1.7 works o [1997/05/27] kern/3696 kernel panic during wd hard disk probe if o [1997/05/27] conf/3698 sysinstall does not save parameters enter o [1997/05/27] misc/3700 FPE error in "normal" math code o [1997/05/30] kern/3721 kernel panic with netatalk o [1997/06/01] kern/3752 NFS dirs under -current still have proble o [1997/06/01] kern/3753 "make" hangs when building in an NFS dir o [1997/06/02] kern/3761 Inlel EtherExpress pro/100B more than on o [1997/06/08] bin/3813 make world on 2.2-STABLE dies when trying o [1997/06/11] misc/3846 The sample /etc/amd.map has a security ho o [1997/06/14] ports/3872 ports Enter key not working properly in trn por o [1997/06/16] kern/3887 fxp driver looses packets o [1997/06/17] i386/3895 False FPE (floating point exception) sign o [1997/06/25] kern/3949 The WD controller probe can fail when it o [1997/06/26] misc/3959 files in /usr/local/etc are randomly beco o [1997/07/02] bin/4018 Will not install in 2nd partition of my C o [1997/07/03] kern/4021 Local mount of a local NFS exported direc o [1997/07/04] i386/4030 syscons thinks CTRL pressed, must reboot o [1997/07/07] bin/4046 srandomdev() in stdlib.h now returns void 94 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/04/01] kern/291 se PCI devices still probe/attach after bein f [1995/05/08] bin/389 Simultaneous creation/deletion of dirs co a [1995/05/09] bin/392 Simultaneous cp and ls of files on dos f/ o [1995/05/16] kern/425 wollman arp entries not getting removed when inte a [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/06/23] kern/546 pci_bus_config() does not init parent poi o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line f [1995/07/04] kern/587 if_le hangs on OACTIVE with 2k buffer s [1995/07/21] i386/631 if_ix does not support bpf, nor does it a s [1995/07/29] kern/638 Transmitted packets not passed to bpf in f [1995/08/11] gnu/672 Nor all ph headers get created o [1995/08/22] bin/706 jmg increased root DNS traffic and long laten f [1995/09/20] kern/730 gibbs 3Com 3C5x9 probe problem f [1995/09/27] kern/750 cd9660 confused by not-ready or I/O error a [1995/10/07] bin/771 telnet character mode not set and broken o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps o [1995/11/12] kern/820 gibbs scsi tape problems f [1995/11/16] bin/826 mpp tcpmux listener in inetd does not work o [1995/12/20] i386/906 davidg /sys/i386/boot/netboot/nb8390.com cannot o [1996/01/01] bin/926 Mounting nfs disks before starting mountd o [1996/02/12] kern/1020 .Boca 16-port board still hangs o [1996/02/12] docs/1023 mpp using touch to create swap file for NFS d a [1996/02/17] bin/1030 steve /bin/sh does not pass environment variabl f [1996/02/28] bin/1050 [floppy] Process (zip) hangs (unkillable) s [1996/03/06] kern/1067 mpp panic: ufs_lock: recursive lock not expec o [1996/03/09] bin/1073 telnet -8 does not work with SunOS or Sol o [1996/03/23] kern/1098 File system corruption (2 cases) o [1996/03/30] bin/1111 scrappy mail.local will happily deliver mail to a f [1996/05/14] kern/1204 umount -f after SCSI reset -> reboot o [1996/05/24] misc/1247 bde Conflicting header files f [1996/05/26] i386/1251 aha0 and bt0(eisa) conflicts again. o [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/05/28] kern/1271 phk Kernel panic using PLIP in 27/05 current o [1996/05/31] kern/1284 dyson panic: vm_page_free: freeing busy page o [1996/06/02] i386/1288 bde wdgetctlr (wd.c) return incorrect number o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA o [1996/06/10] kern/1308 dyson vm_page_free: wire count > 1 in 960501-SN a [1996/06/12] bin/1315 ls(1) a [1996/06/18] kern/1333 davidg free vnode isn't: another -stable coredum f [1996/07/03] bin/1364 mpp ps(1) bugs o [1996/07/09] gnu/1379 Man command problem, when it writes into f [1996/07/24] kern/1423 wollman route causes kernel page fault. f [1996/08/01] bin/1454 steve /bin/sh bug handling <<[n] FD processing o [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo o [1996/08/18] kern/1512 dyson Use of madvise may may cause bad memory m o [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/08/25] misc/1541 julian fork.o in libc_r fails to compile f [1996/09/05] kern/1570 Setting SHMALL > 35000 causes panic o [1996/09/14] kern/1610 dyson mmap() of unassociated memory + mlock() c o [1996/09/16] i386/1626 MUSTEK Scanner hangs NCR SCSI controller f [1996/09/18] kern/1637 mss driver causes feedback (squeal) on so o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/21] kern/1661 ft driver hangs uninterruptably at "bavai o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/09/29] kern/1692 Page fault while in kernel modem fatal tr o [1996/10/01] bin/1702 installing of tcl manpages fails from mak o [1996/10/03] kern/1715 le driver non-reentrant o [1996/10/04] kern/1723 gibbs kernel fault when doing scsi reprobe o [1996/10/04] kern/1724 gibbs HP colorado T4000S tape drive hangs syste o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/10] ports/1753 markm SSLeay doesn't work against Microsoft sec o [1996/10/10] kern/1754 netbooted machines freeze with ifconfig a o [1996/10/11] bin/1773 ports A NULL pointer causing segmentation core o [1996/10/13] gnu/1787 markm Diffs with Index: lines are not honored f o [1996/10/15] bin/1810 fsck -p does not check pass 0 filesystems o [1996/10/15] kern/1812 dyson vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes a [1996/10/18] kern/1839 mpp Multiple mfs mounts of same mount point o [1996/10/20] kern/1848 breakpoints may be set in shared librarie o [1996/10/21] kern/1856 read-only nfs mount: panic leaf should be o [1996/10/22] ports/1866 wosch popclient flushes remote mailbox even wit o [1996/10/24] kern/1880 kernel crash during boot when using 512 M o [1996/10/25] bin/1891 mountd fails to export o [1996/10/26] bin/1892 install(1) removes target file o [1996/10/29] bin/1927 User CPU time getting accounting as syste o [1996/11/07] bin/1973 jmg pppd uses /etc/ppp/options.tty after comm o [1996/11/08] gnu/1981 ypserv handles null key incorrectly o [1996/11/13] ports/2000 asami obsolete software in distfiles directory a [1996/11/13] bin/2001 mpp vi confused about lines to display o [1996/11/13] i386/2002 sio doesn't detect com port on Compaq Con o [1996/11/14] misc/2013 'make world' fails on read-only /usr/src a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/15] bin/2016 static libtcl references symbols that are o [1996/11/15] kern/2034 julian [devfs] wd* driver "slot name rejection e o [1996/11/15] gnu/2035 peter deque bug, local gnu changes to deque hea o [1996/11/18] kern/2053 de0 driver don't work at 100M for Compex o [1996/11/24] kern/2094 wd1: interrupt timeout: o [1996/11/26] bin/2107 problem building a system from cdrom. s [1996/12/03] kern/2142 FP mask not saved for signal handlers o [1996/12/03] kern/2144 kernel panic (page fault) running chgrp o [1996/12/08] kern/2181 2.2-ALPHA flickers/wavers part of the upp o [1996/12/10] misc/2189 mpp netdb.h works not with -traditonal cc fla o [1996/12/10] bin/2191 syslogd stops logging after several hours o [1996/12/13] bin/2206 NIS Makefile can't manage appletalk entri o [1996/12/17] kern/2232 MSDOSFS corrupts MSDOS partitions > 500Mb o [1996/12/18] kern/2248 Mitsumi CD-ROM driver has "timeout" probl s [1996/12/19] bin/2255 brian Client PPP negotiates Stacker compression o [1996/12/20] bin/2256 PPP process on port will not close when a s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/25] misc/2283 ache setlocale() in libxpg4 always returns NUL o [1996/12/29] bin/2318 /usr/libexec/rlogind doesn't work after t a [1996/12/30] kern/2325 mpp quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor o [1996/12/31] ports/2340 obrien gshar+gunshar needs to be updated to 4.2 o [1997/01/01] kern/2351 panic:timeout table full o [1997/01/06] kern/2388 joerg start unit command screws up some CDROM d o [1997/01/07] gnu/2394 tar will extract files even if -C command f [1997/01/07] kern/2401 joerg 2.2 RELENG sometimes locks up early on bo o [1997/01/08] kern/2425 amd driver does not reprobe devices. o [1997/01/08] conf/2426 At end of install, panic: Going nowhere w o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is o [1997/01/09] i386/2431 panic: get_pv_entry: cannot get a pv_entr o [1997/01/12] i386/2471 Sound: Reset failed - Can't reopen device o [1997/01/13] misc/2479 sos NEC CD-ROM NOT RECOGNIZED; MATROX MISTIQU o [1997/01/13] bin/2489 mpp gnats mangles sections o [1997/01/16] kern/2507 Renaming DOS directories with "mv" causes o [1997/01/18] kern/2521 kernel from 2.1.6 install CD doesn't acce o [1997/01/20] kern/2538 worm burning suddenly broken o [1997/01/20] bin/2541 cd (using /bin/sh) may leave you in the w o [1997/01/20] kern/2545 se < sd0(ncr0:6:0): COMMAND FAILED ==> Not a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from f [1997/01/21] misc/2551 davidn limit too small for user root o [1997/01/23] kern/2569 route -iface breaks inet behaivour f [1997/01/24] kern/2570 fenner arpresolve: cant allocate llinfo o [1997/01/25] bin/2591 sh coredumps when passing an argv of a ce o [1997/01/26] bin/2597 everything stops when the new ld.so is in o [1997/01/29] kern/2613 ache syscons mistakes MONO for MONO VGA o [1997/01/29] misc/2614 make reinstall does not work o [1997/01/29] bin/2616 Installs very irratically from the same c o [1997/01/31] kern/2628 code clean up of sys/sys o [1997/01/31] kern/2632 enabling psm mouse causes keyboard to not o [1997/01/31] bin/2633 fsck -p in /etc/rc fails with cannot allo o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/04] ports/2664 elm methodically writes garbage into fold o [1997/02/05] kern/2667 wollman bpfattach can hang the system f [1997/02/05] bin/2670 fetch fails with HTTP_PROXY o [1997/02/05] bin/2671 Run-away processes using all CPU time a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/13] ports/2731 ports new port: Tcl 8.0A2 o [1997/02/14] kern/2732 mcopy 3.0 causes kernel hang o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/17] kern/2751 asami 2GB limitation on CCD device partitions s o [1997/02/18] bin/2762 Precedence mistake in libncurses o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir f [1997/02/19] kern/2772 gibbs panic: %s:%c:%d: Target did not send an I o [1997/02/19] kern/2773 bad dir panic o [1997/02/20] misc/2781 jkh Installation crashes if timeout in ftp tr o [1997/02/20] misc/2784 brian userland PPP rises load to 1.00 o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/21] misc/2793 libc_r make fscanf failure o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/02/25] kern/2815 Custom Kernel crashes o [1997/02/27] bin/2829 jkh FTP installs can only fail once o [1997/02/28] bin/2832 w treats corrupted utmp as fatal error o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/02] bin/2844 libedit sync with NetBSD/OpenBSD o [1997/03/03] i386/2853 syscons beeps even if beeping screen is n o [1997/03/03] kern/2858 dfr FreeBSD NFS client can't mount filesystem o [1997/03/03] bin/2867 sysinstall goes into an infinite loop dur o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/04] docs/2874 The gencat command hasn't got a manual pa o [1997/03/07] bin/2915 the "-fstype ufs" option of "find" seems o [1997/03/07] ports/2918 ports Unable to pass 8+ command line arguments o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/09] bin/2925 non-priviledged user can crash FreeBSD!! o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/11] ports/2956 ports New Port: xgospel-1.10d in ftp.freebsd.or o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2969 csh and/or builtin printf has problems wi o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i a [1997/03/15] ports/2994 ports xpm port does not build for the first tim o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/18] kern/3029 typo in libc o [1997/03/19] kern/3039 higher securelevel (>0) stops X server o [1997/03/21] i386/3048 multicast support necessery in some drive o [1997/03/21] kern/3054 OPL3 sound off by one note o [1997/03/21] bin/3055 umount -f does not work o [1997/03/24] i386/3082 keyboard locks up unexpectedly o [1997/03/24] i386/3083 Toshiba XM-5702B ATAPI CDROM not detected o [1997/03/24] bin/3085 make world fails on compiling dumpfs.c o [1997/03/24] misc/3086 panic: cannot mount root - on boot, when o [1997/03/25] kern/3104 Cannot execute files on a nullfs filesyst o [1997/03/26] conf/3109 unintellible upgrade doc o [1997/03/27] kern/3122 _POSIX_SAVED_IDS not defined in 2.2 o [1997/03/27] conf/3123 /stand/sysintstall does not perform to up o [1997/03/27] i386/3124 BOOT_PROBE_KEYBOARD hangs system in bootb o [1997/03/27] bin/3126 Install with mcd0 still broken. o [1997/03/27] bin/3127 PCI Ether card slower than ISA Ether card o [1997/03/28] i386/3130 Dell Latitude keyboard lock up o [1997/03/28] misc/3133 TIOCSETD error with Cyclades 8Yo o [1997/03/30] gnu/3149 patch-2.1: files possibly created in wron o [1997/03/31] kern/3156 Copying to floppy device file locks machi o [1997/03/31] bin/3158 seg faults and cannot update links using f [1997/04/01] kern/3162 2.2 kernel from mar 25th crashes on nfs s o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/02] kern/3180 mlock() causes panic: lockmgr: upgrade ex o [1997/04/04] i386/3195 ahc panic o [1997/04/05] kern/3201 de0 not re-enabled after hub down o [1997/04/05] ports/3205 jmz Mtools-3.0 attempts to flock() a disk par o [1997/04/05] kern/3209 3.0-current panics on shutdown/reboot/hal o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/08] bin/3230 Unable to resolve dev conflict between ed o [1997/04/09] kern/3244 ipfw flush closes connections o [1997/04/10] bin/3246 mtree -c should escape whitespace and spe o [1997/04/11] ports/3256 ache ncftp-2.4.2 in packages-2.2 was not linke o [1997/04/11] docs/3257 make cleandepend is broken in src/ o [1997/04/12] kern/3263 troubles with digiboard o [1997/04/13] kern/3278 mounting MFS uses up swap space o [1997/04/14] misc/3291 md2.h, md4.h, and md5.h headers useless f o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/16] bin/3307 Unable to Route to a different Class C wi o [1997/04/16] misc/3308 Missing "#include item' when making world o [1996/10/23] bin/1872 automounter (amd) cannot ls directories w o [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl o [1996/10/26] bin/1897 Sendmail 8.8.2 requires /etc/sendmail.cw o [1996/10/27] bin/1904 /usr/bin/su is not careful enough in veri o [1996/10/27] misc/1908 jkh FTP install failed DNS lookup o [1996/10/29] bin/1924 if lpd is not running, lpc will say ``no o [1996/10/30] i386/1931 Mitsumi CDrom works well under 2.1.x, fai o [1996/10/31] ports/1939 ports exodus port doesn't build with new g++-2. o [1996/11/01] bin/1941 wtmp and monthly rotation o [1996/11/01] bin/1943 route(8) args o [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 syscons savers have no default timeout o [1996/11/04] gnu/1961 uucp logging files are in /var/spool/uucp o [1996/11/06] bin/1968 FreeBSD has no rdate(8), here's one o [1996/11/06] bin/1970 csh limtail() bug o [1996/11/09] bin/1985 pkg_delete outputs confusing message when o [1996/11/13] kern/2004 route add -link panic o [1996/11/13] bin/2005 Poor command line argument checking and b o [1996/11/14] bin/2008 kerberos tickets from login all have the o [1996/11/15] kern/2022 Switching from X display to virtual conso o [1996/11/16] bin/2036 cpio size wraparound o [1996/11/16] ports/2038 torstenb sshd dies on FreeBSD machines if run as a o [1996/11/18] ports/2051 obrien HDF library port o [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken o [1996/11/19] bin/2065 wollman in tzsetup/sysinstall, allow user to type o [1996/11/19] misc/2068 Unstable keyboard mappings on the main tt o [1996/11/20] kern/2072 ZIP drive support is available for FreeBS o [1996/11/21] ports/2079 obrien New ports supporting AWE sound driver (fo o [1996/11/22] docs/2087 ifconfig.8 does not document how to remov o [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi o [1996/11/23] bin/2093 AMD gets sig 11 when /etc/malloc.conf is o [1996/11/24] ports/2096 tg ImageMagick outdated, lzw not supported o [1996/11/25] misc/2105 bsd.lib.mk has problems with STRIP and IN o [1996/11/26] bin/2106 Byte order problem in -current routed o [1996/11/26] i386/2108 sos [ATAPI] wcd driver may hang under certain o [1996/11/28] kern/2118 writing to virtual consoles fails to disp o [1996/11/28] bin/2119 mount lies to child about argv0, which ca o [1996/12/01] bin/2133 netstat -s overflows to negative o [1996/12/02] bin/2137 vm statistics are bad o [1996/12/02] kern/2140 FreeBSD leaves EtherExpress 16 net card i o [1996/12/03] ports/2145 ports qpopper bulletin support broken o [1996/12/03] conf/2146 wrong /dev for COM2 during installation v a [1996/12/04] docs/2153 mpp Manual page of bootparams(8) refers to a o [1996/12/06] i386/2166 psm driver locks the console o [1996/12/07] ports/2169 pst zephyr port does not completely compile o [1996/12/08] ports/2173 peter top does not compile under FBSD 2.1.6 o [1996/12/08] ports/2182 ports FreeBSD's and X-32's list of locales do n o [1996/12/08] bin/2184 sendmail has lots of trouble with local d o [1996/12/08] misc/2185 phk add ability to change partition type in l a [1996/12/10] ports/2190 asami need cross-reference to xpdf from X11 por o [1996/12/12] kern/2199 joerg Got a lots of "Target Busy" messages with o [1996/12/14] kern/2214 File System gets corrupted when mounting o [1996/12/14] bin/2216 Ada specs not being compiled into cc/gcc o [1996/12/16] bin/2227 FreeBSD does not recognize WD7000-ASC dri o [1996/12/17] i386/2234 fbsdboot.exe does not turn off floppy dri o [1996/12/17] i386/2239 some interrupts take too long (i.e. BT946 o [1996/12/18] misc/2242 Suggest add optional mt blocksize 512 o [1996/12/18] bin/2247 imp getopt should return -1 rather than EOF o [1996/12/20] bin/2260 PPP logins using PAP to Nortel/Shiva syst o [1996/12/21] ports/2264 ports latex* ports need updating a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 support for POSIX.4 / POSIX.1a RT-schedul o [1996/12/24] docs/2275 no support for isdn-cards o [1996/12/25] conf/2284 Termcap ibm3163 entry has arrow keys wron o [1996/12/26] bin/2291 race condition in /etc/master.passwd lock o [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 markm new crypt() including SHS and an extendab o [1996/12/28] misc/2309 Thread safe fixes to malloc, localtime, l o [1996/12/28] ports/2313 torstenb pidentd fails in 2.2-BETA o [1996/12/29] bin/2315 tail segfaults on NFS permission denied o [1996/12/29] misc/2323 FreeBSD.FAQ file in ftp.freebsd.org is lo o [1996/12/30] kern/2327 `Green' saver for pcvt o [1996/12/31] bin/2336 jkh Sysinstall won't install dists on 2nd pas o [1997/01/01] docs/2353 Changes to FAQ o [1997/01/03] bin/2366 libc does not consult /etc/services to fi o [1997/01/03] bin/2368 serial line logins "freeze" during login o [1997/01/06] bin/2382 curses.h / -lcurses incompatible with C++ o [1997/01/06] bin/2383 Inconsistent tputs(3) prototypes in curse o [1997/01/06] misc/2386 patches for new socket credential firewal o [1997/01/06] bin/2387 virtual hosting patches for inetd o [1997/01/06] kern/2390 Some CDROM drives stop audio on cdcontrol o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/07] misc/2407 dirent.h does not include sys/types.h o [1997/01/07] bin/2410 pppd(8): failing PAP doesn't force line d o [1997/01/07] kern/2412 Wine does not work o [1997/01/07] ports/2413 peter Cannot redirect "top" output o [1997/01/08] kern/2424 Pressing ALT-Fn during boot -c leave bell o [1997/01/09] kern/2429 Driver for AIMS Lab RadioTrack radio card o [1997/01/10] bin/2437 minor nits on text in 2.2-BETA install o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/10] bin/2443 Fetch cannot find the correct boundary be o [1997/01/11] bin/2448 semctl() not portable -- freebsd requires o [1997/01/11] docs/2455 no description "option COMCONSOLE" MLEN o [1997/01/26] misc/2596 dd refuses to respond to SIGkill o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/01/28] ports/2607 max New port: Gopher-2.3 o [1997/01/28] bin/2609 Problem receiving more than 1688835 bytes o [1997/01/29] misc/2617 Utility submission - upsmon - UPS monitor o [1997/01/30] kern/2621 Patch to support Cogent EM110 fast-ethern o [1997/01/30] docs/2623 ipfirewall(4) man page is way out of date o [1997/01/30] bin/2624 kdump unaware of semsys and several other o [1997/01/31] bin/2630 xargs does excessive and inconsistent arg o [1997/01/31] bin/2631 kill interprets empty arg as PID 0 o [1997/02/02] gnu/2637 tar dumped core with -g option. f [1997/02/02] ports/2639 jkh FreeBSD 2.2 teTeX-0.4 package does not in a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/03] ports/2653 pst mh-6.8.4 manpage error for slocal o [1997/02/04] bin/2657 ypserv thinks there is no computers in ne o [1997/02/04] bin/2660 When selecting BSD to boot from system ha o [1997/02/04] bin/2665 port 22 isn't being converted to ".ssh" i o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/05] bin/2672 Problem with telnetd o [1997/02/06] kern/2681 missing prototype in s [1997/02/07] ports/2684 torstenb ircII port upgrade; 2.9_roof -> 2.9alpha1 o [1997/02/07] kern/2686 struct igmpmsg in s o [1997/02/07] misc/2687 sysinstall umounts floppy after prompting o [1997/02/10] bin/2703 vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] conf/2709 FBSD 2.1.6 X-Server installation setup ut o [1997/02/11] bin/2713 ftp daemon processes don't terminate, eve o [1997/02/11] kern/2715 MSDOS-FS 1024/2048 byte/sector media supp o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2734 jkh pkg_* uses relative paths to executables o [1997/02/14] bin/2735 jkh Add signature support (both MD5 and PGP) o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/17] bin/2752 NULL is used instead of 0 many places o [1997/02/20] docs/2780 Description of Linux emulation is out of o [1997/02/20] bin/2782 err man page is slightly wrong o [1997/02/21] misc/2789 na.phone update o [1997/02/22] ports/2797 tg New Port: qmail o [1997/02/23] kern/2806 new kernel tags script o [1997/02/23] kern/2807 pcisupport.c uses sprintf field widths, n o [1997/02/24] docs/2810 Tutorial submission detailing how to upgr o [1997/02/25] i386/2813 hard reference to /usr/src breaks make wo o [1997/02/26] conf/2819 /etc/rc does not execute 'uname' when con o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/02/27] gnu/2827 after make world genclass is not installe o [1997/02/28] docs/2833 Repeated topics on FAQ entry hardware com o [1997/03/02] bin/2845 sync with spiffy new netbsd/openbsd ftp c o [1997/03/02] misc/2848 jmg newsyslog will notify syslogd, not any ot o [1997/03/02] docs/2850 init(8) man page does not document secure o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] misc/2863 New keymap for Latin American Keyboards o [1997/03/03] bin/2864 Using modload with -p option broken o [1997/03/03] kern/2865 dfr NFS client hangs on umount, ls, df when N o [1997/03/03] bin/2871 showmount -e returns error o [1997/03/04] misc/2882 Duplicate line in /etc/services? o [1997/03/05] kern/2886 fenner mbuf leak in multicast code o [1997/03/06] docs/2897 mpp send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet a [1997/03/06] ports/2902 ports Fix xmcd port for PACKAGE_BUILDING o [1997/03/06] ports/2904 ports New port: wm2 a [1997/03/06] ports/2905 ports Fixed port: xshisen-1.36 o [1997/03/08] ports/2920 ports patch for mispositioned xv windows under o [1997/03/09] i386/2924 syscons X keyboard gets stuck in capsmode o [1997/03/09] ports/2926 ports xmgt-2.31 port, now in pub/incoming on ft o [1997/03/10] bin/2933 sysinstall fails when adding packages thr o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] ports/2936 tg The teTeX port runs strup on /usr/local/b o [1997/03/10] bin/2938 Add -b, -l, and -f options to du(1) o [1997/03/10] docs/2939 `man 8 sticky` == outdated o [1997/03/10] conf/2943 standard-supfile missing src-release and o [1997/03/11] ports/2949 ports bsd.port.mk needs something like FETCH_EN o [1997/03/11] ports/2951 ports xgraph source is not on MASTER_SITE o [1997/03/11] misc/2955 pkg_add failed on xemacs via sysintall o [1997/03/12] ports/2961 ports New port(jp-vftool-1.2):japanese/virfonts o [1997/03/12] bin/2968 fmt dumps core on ^M o [1997/03/13] ports/2974 ports updated Makefile and patch-ab of jp-dvi2p o [1997/03/13] bin/2977 After enabling moused and vidcontrol and o [1997/03/13] bin/2979 GCC complains about stmt. expr. when comp o [1997/03/13] i386/2984 serial port console only prints ~ 1 char o [1997/03/14] ports/2988 joerg vga font is not built o [1997/03/15] ports/2993 ports qmail-port-take2-proff.tar.gz in incoming o [1997/03/15] kern/3001 soundblaster8 card does not work correctl o [1997/03/16] misc/3009 packages-2.2/x11/fvwm-1.24r.tgz corrupt o o [1997/03/17] ports/3012 ports qmailanalog port in incoming o [1997/03/18] conf/3022 /etc/sysconfig was not set up with option o [1997/03/18] conf/3023 By default users have no write permission o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/18] bin/3025 mv to / trailed dirs prints odd error mes o [1997/03/18] bin/3028 sos add support for Glidepoint pointing devic o [1997/03/19] misc/3040 sysinstall XF86Config graphic mode YES=== o [1997/03/19] bin/3042 comm and uniq do not have a case insensit a [1997/03/21] ports/3052 ports /usr/ports/lang/expect does not find tkCo o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/24] misc/3075 2.2-R install "features" (non critical) o [1997/03/24] bin/3080 yacc produces output which doesn't compil o [1997/03/24] ports/3081 ports sitelispdir is a directory no a path in x o [1997/03/24] ports/3090 ports ircii-2.9-roof does not run. o [1997/03/25] bin/3101 "command" entry of ps -uc is too wide, ou o [1997/03/26] docs/3112 Handbook says that users should use sup o [1997/03/26] misc/3113 make libraries failed. o [1997/03/27] misc/3119 /usr/share/syscons/keymaps/german.iso.kbd o [1997/03/27] ports/3121 tg teTeX 0.4 package has missing links ? a [1997/03/28] misc/3136 rc.firewall should be run after interface o [1997/03/29] bin/3139 qcamcontrol has a bug where I/O errors ar o [1997/03/29] misc/3140 display message is broken on boot.flp o [1997/03/30] docs/3147 /usr/share/misc/au.postcodes o [1997/03/30] misc/3148 adjkerntz screws up during GMT/BST change o [1997/03/31] bin/3152 FreeBSD 2.2-STABLE: getty does not initia o [1997/03/31] misc/3155 Checksum mismatch o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext a [1997/04/01] bin/3164 mpp view copies the file into vi.recover o [1997/04/01] ports/3169 ports nn port broken o [1997/04/01] conf/3171 Typo in /etc/sysconfig o [1997/04/01] kern/3172 CS4232 support trouble for mss0 o [1997/04/03] bin/3190 RISCom N2 card driver problem? o [1997/04/04] kern/3191 Commiting of the ppa Zip Drive driver to o [1997/04/04] bin/3194 2.2.1-RELEASE hangs when using /stand/sys o [1997/04/05] bin/3202 shutdown(8) don't work if started from an o [1997/04/05] bin/3206 su seg-faults when being invoked with an o [1997/04/06] bin/3210 routed having problems with /etc/gateways o [1997/04/06] bin/3211 ctm uses mktemp()> o [1997/04/06] bin/3212 the pkg_* tools use mktemp() o [1997/04/06] misc/3217 The rmail.c err() function will fail in m o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 uucpd.c should normalize host names as lo o [1997/04/08] bin/3232 XFree86 installation Problem with non-Mic o [1997/04/08] bin/3233 adduser(8) doesn't add users to the wheel o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk a [1997/04/09] bin/3241 times(3) returns only stime o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/09] bin/3245 variable substitution "a=${a:=}" in /bin/ o [1997/04/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/10] kern/3253 scsiconf.c: make ZIP disks use optical dr o [1997/04/11] misc/3254 Can't connect to my ISP, because my ISP u o [1997/04/12] bin/3269 exec pppd -detach ... caused a kernel pan o [1997/04/12] docs/3270 command 'cvs init' missing from cvs(1) o [1997/04/13] conf/3272 $@ is deprecated I believe, so use ${.TAR o [1997/04/13] docs/3275 mpp Some man pages has absolutely wrong date o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3283 brandelf fails on files without write per o [1997/04/14] bin/3284 symorder(1): -t option doesn´t work at al o [1997/04/14] bin/3285 date option for pom(6) (phase of the moon o [1997/04/14] bin/3286 missing error checking in mount_mfs(8) ak o [1997/04/14] kern/3287 missing symbols in /usr/src/sys/i386/i386 o [1997/04/14] kern/3288 addition of a -f (force) option to "write o [1997/04/14] bin/3289 login(1) does not check /etc/skey.access o [1997/04/14] docs/3290 port option in lpd not valid o [1997/04/15] docs/3295 ATAPI CDROM not found during setup o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/15] kern/3302 msdos FS bogus error o [1997/04/15] bin/3303 ftpio manpage o [1997/04/15] ports/3306 ports new port-package for ifmail o [1997/04/16] bin/3311 If non-root tries to mount CD, mount says o [1997/04/17] docs/3313 manpage bug in scsi(8) (cmd args are hex) o [1997/04/17] bin/3314 /etc/daily did not run on April 6, 1997 o [1997/04/17] kern/3317 odd TUBA_INCLUDE use in tcp_input.c o [1997/04/17] ports/3318 ports New port: jigsaw (Java-based HTTP server) o [1997/04/18] ports/3322 markm setlocale problem in lang/perl5 a [1997/04/19] ports/3335 ports new port request of korean/hanemacs o [1997/04/20] ports/3358 asami XFMail-1.1 has been released o [1997/04/20] bin/3360 su(1) cannot call MD4Init(3) from libskey a [1997/04/20] ports/3363 ports port of nana-1.00 for your collection o [1997/04/21] misc/3368 sysinstall upgrade should confirm before o [1997/04/23] kern/3375 Consistent 10 min. delay at boot with REL o [1997/04/24] bin/3379 mprof dumps core on FreeBSD 2.2.1 o [1997/04/25] docs/3382 bootp.8 -t option o [1997/04/25] ports/3383 ports kaffe core dumps if LD_LIBRARY_PATH not s o [1997/04/25] bin/3386 kernel 'config' wrapper 'doconfig' ala Di o [1997/04/27] ports/3396 max update of the port of Mesa (now version 2 o [1997/04/27] bin/3397 vipw does not distinguish between rebuild o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/27] docs/3400 MAXMEM uses maths in LINT o [1997/04/27] conf/3401 sysinstall sends empty FreeBSD user regis o [1997/04/28] ports/3411 ports New port - Atari 8 bit computer emulator o [1997/04/28] ports/3412 ports New port - Apple IIGS beta release o [1997/04/29] bin/3416 ibcs emulation problems o [1997/04/29] bin/3418 pkg_create doesn't always create gzip'ed o [1997/04/29] bin/3421 chown/chgrp show wrong error message when o [1997/04/30] kern/3426 Linux emulator can't find NIS users o [1997/04/30] bin/3430 start-if.${ifn} needs to be called as a s o [1997/04/30] ports/3435 ports jp-dserver-2.2.2 port is unable to be com o [1997/05/01] kern/3444 Linux emulator can't find NIS users o [1997/05/01] bin/3445 chown/chgrp show wrong error message when o [1997/05/01] bin/3453 start-if.${ifn} needs to be called as a s o [1997/05/01] ports/3455 jmz mtools-3.6.tgz could have a better mtools o [1997/05/01] misc/3465 make-localhost uses %y to generate year o [1997/05/02] bin/3474 misprint in arpa/telnet.h o [1997/05/02] kern/3475 gdb(ptrace?) cause create/modify times on o [1997/05/03] misc/3476 Please add support for .cpp suffix to sta o [1997/05/03] bin/3477 top wastes 16 characters in USERNAME colu o [1997/05/04] docs/3490 mount.8 manpage refinement about Nm and X s [1997/05/04] ports/3498 ports nn-current port is out of date o [1997/05/04] ports/3499 markm exim port out of date o [1997/05/05] misc/3503 rpc.yppasswdd doesn't start due to typo i o [1997/05/05] i386/3504 New features (and manpage) for netboot o [1997/05/05] bin/3506 more did not show iso-8859-n characters o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/06] docs/3522 Man pages close(2) misses fcntl lock info o [1997/05/07] bin/3528 fsck fails to detect some illegal block n o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3556 Bug with -i option in /usr/bin/lpr o [1997/05/09] bin/3558 make reinstall collapses on install-info o [1997/05/09] kern/3560 Timeout counter bug in /sys/i386/isa/wd.c o [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/10] bin/3573 bug in stty -sane output o [1997/05/10] misc/3575 compilation of strtoq.c produces unnecess o [1997/05/11] conf/3577 eBones and OBJLINK=yes fails to build o [1997/05/12] kern/3584 cleanup TCP_REASS macro in tcp_input.c o [1997/05/13] conf/3590 Difference in ttys and FAQ o [1997/05/13] kern/3595 param counts not idential between definit f [1997/05/14] ports/3597 ports jp-groff-0.99 port macro update o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/18] bin/3623 Extra definition of vwprintw in curses.h o [1997/05/18] ports/3627 ports New port - Atari 2600 VCS emulator f [1997/05/19] ports/3634 andreas fvwm95-2.0.43a-i18n-port.tar.gz was put o [1997/05/19] docs/3636 No mention is made in relevant manpages a o [1997/05/19] ports/3637 erich xephem needs a chdir()? o [1997/05/20] bin/3638 /bin/w can't handle long /dev/{tty,cua}xx o [1997/05/20] bin/3639 ac doesn't know about FreeBSD's pty names o [1997/05/20] docs/3643 man page of login_getclass(3) not up-to-d o [1997/05/20] docs/3645 TCP_wrappers package doesn't mention wher o [1997/05/21] bin/3648 find(1) extension for file flags o [1997/05/21] ports/3657 ports Port of NCSA HyperNews submitted as p5-hy o [1997/05/22] i386/3663 Unable to get system printer to work o [1997/05/22] ports/3665 jmz mtools port install fails o [1997/05/22] kern/3667 patches to modularize vnode driver o [1997/05/24] conf/3673 no ddp line in /etc/protocols o [1997/05/24] docs/3675 man page of mount(2) of 2.2.2R o [1997/05/25] kern/3678 bug in IPDIVERT code in -current o [1997/05/25] docs/3680 manpage cal.1's SYNOPSIS is incorrect. o [1997/05/25] docs/3681 mapage column.1's EXAMPLE does not match o [1997/05/25] docs/3682 Macro usage in manpage ld.1 is not apropr o [1997/05/25] ports/3687 asami Gnat 3.09 Ada Compiler o [1997/05/27] misc/3695 compiled termcap.db not in distribution o [1997/05/28] docs/3704 not dump(5) man page. o [1997/05/28] bin/3705 /stand/sysinstall hangs. pkg_add also ha o [1997/05/29] docs/3709 manpage vmstat.8 has some problems o [1997/05/29] conf/3713 installation floppy bug o [1997/05/30] kern/3720 Addition for supported Hardware o [1997/05/30] kern/3724 sig-11 on package add in sysinstall o [1997/05/31] ports/3729 ports pgsql dies when initiated o [1997/05/31] conf/3730 deprecated option g of ls(1) in dot.profi o [1997/05/31] kern/3731 Addition of a PCI Bridge f [1997/05/31] bin/3733 davidn getty with 'to' option causes pppd to die o [1997/05/31] docs/3735 getlogin manpage says wrong OS o [1997/05/31] ports/3737 ports The DHCPD no longer works under FreeBSD 2 o [1997/06/01] kern/3738 Byte and packet counters in ipfw overflow o [1997/06/01] kern/3739 pause key not disabled; weird stuff when o [1997/06/01] conf/3740 use ENV file for sh(1) o [1997/06/01] bin/3741 Mention virtual terminals in MAKEDEV's ma o [1997/06/01] kern/3742 Mention option "CMD640" in manual page wd o [1997/06/01] conf/3751 Improvements to /etc/rc{,.network,.pccard o [1997/06/02] ports/3759 tg xtem-5.23 (X11 TEx Menu) port submitted ( o [1997/06/02] bin/3762 Bogus return values from rtprio(1) o [1997/06/02] docs/3764 systat(1) -vmstat description seems to be a [1997/06/02] ports/3765 ports New port: mpd-1.0b3 o [1997/06/02] bin/3766 ping has a few missing ntohs() & ntohl() o [1997/06/03] bin/3769 strftime %C should be %c (lstart option) o [1997/06/04] conf/3775 Time Zone for Sri Lanka - LKT o [1997/06/04] bin/3777 quiz dies early o [1997/06/04] bin/3778 ypbind -S domainname,server1,... does not o [1997/06/04] bin/3780 WEXITSTATUS() may return nagative value, o [1997/06/04] ports/3787 ports ghostscript-3.53 has bad PLIST o [1997/06/06] bin/3801 'timed' don't work with option '-n' o [1997/06/07] bin/3805 single process tftpd o [1997/06/07] ports/3806 ports update s3mod to 1.09 o [1997/06/08] docs/3808 The manpage telnet.1 has many bugs. o [1997/06/09] bin/3818 "dd conv=sync" makes garbage o [1997/06/09] docs/3819 man (5) login.conf specifies passwordtime o [1997/06/09] ports/3824 ports New port: snes97 o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/09] ports/3831 ports netris port doesn't install sr o [1997/06/10] kern/3836 Cannot remove HUGE directory o [1997/06/10] bin/3837 new feature for rtprio o [1997/06/10] kern/3839 X startup undoes keyboard repeat rate (pc o [1997/06/11] bin/3850 /usr/bin/cmp fails with nonzero byte offs o [1997/06/12] kern/3853 netboot/ns8390.c breaks NS datasheet o [1997/06/12] bin/3855 /usr/bin/cmp fails with nonzero byte offs o [1997/06/12] i386/3856 Improvement to autodetection logic o [1997/06/13] docs/3858 passwd(5) says class field is unused o [1997/06/13] bin/3859 Setting the $0 variable in perl dosnt do o [1997/06/13] docs/3861 Line 108 of rc.conf refers to rc.conf(8) o [1997/06/14] bin/3864 Incorrect usage of err(3) in mount_union. o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/14] ports/3870 ports Upgrade tkdesk 1.0b3 --> 1.0b4 o [1997/06/15] docs/3877 In manapge keyadmin.8, key show be rename o [1997/06/15] kern/3879 Can't export mounted ext2fs via NFS o [1997/06/16] conf/3886 install does not build sendmail host stat o [1997/06/17] ports/3888 ports port net/wu-ftpd: tiny bug that is wu-ftp o [1997/06/17] bin/3889 LPD can't receive printer jobs from remot o [1997/06/17] bin/3891 NIS-only netgroup lookups don't work o [1997/06/17] ports/3892 max new port: www/webxref (cross-reference ge o [1997/06/17] gnu/3894 manpath segfaults if it dosen't understan o [1997/06/18] ports/3898 ports gnats is updated, and 3.01 is not on the o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] bin/3903 markm Kerberized su -l fails with segfault o [1997/06/19] ports/3907 ports Submission of ircII-EPIC, an enhanced irc o [1997/06/19] misc/3911 realpath(3) fall into infinit loop. o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/20] ports/3914 ports new games port - freeciv o [1997/06/20] gnu/3918 vi dosnt wrap lines when called from send o [1997/06/21] ports/3922 ports Author released a new version of nmh - up o [1997/06/22] ports/3924 ports de.spinne-1.0.0 o [1997/06/22] ports/3928 ports New port: jp-pgp-2.6.3ia (language) o [1997/06/22] ports/3935 ports another mp3 player o [1997/06/23] ports/3936 ports perl 5.004_01 is already available o [1997/06/23] kern/3938 Problem about mmap() over NFS o [1997/06/23] ports/3939 ports new port: latex2html_icon_server o [1997/06/23] ports/3940 ports port of latex2html-96.1 o [1997/06/23] docs/3941 misc bug on man page of indent.1 o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/24] docs/3945 incomplete man page for gethostent o [1997/06/24] bin/3947 /usr/src/etc/pccard_ether is too old... o [1997/06/25] kern/3948 nonworking t/tcp server side o [1997/06/25] docs/3951 Missing smp(4) manpage. o [1997/06/25] ports/3952 ports new port: mpg123 (audio) o [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/25] ports/3955 ports -kpassive_ftp=true fails on socket connec o [1997/06/26] bin/3957 Makefile dependency error in amd o [1997/06/26] ports/3958 ports a2ps fails if used according to man o [1997/06/26] ports/3960 ports new port - asWedit-3.0 o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/28] ports/3976 ports New port - tclCheck o [1997/06/28] docs/3979 Error in manpage hier(7) o [1997/06/28] misc/3981 brian wtmp logging of ppp activity would be nic o [1997/06/29] ports/3983 ports New port: psf toolkit o [1997/06/29] ports/3987 ports Update port - crossgo32 o [1997/06/30] ports/3991 ports set of OffiX ports o [1997/06/30] ports/3996 ports nmh needs dependecy on autoconfig to work o [1997/06/30] ports/3997 ports New port: VRML browser (vrweb) o [1997/07/01] bin/4004 moused(8) + international language text = o [1997/07/01] ports/4008 ports New port - DJGPP Version 2 libraries for o [1997/07/01] ports/4009 ports New port - Curses for crossgo32 with DJGP o [1997/07/02] bin/4010 Problem with edquota -t - tmpfile not rem o [1997/07/02] ports/4014 ports package/port installation obeys roots uma o [1997/07/02] ports/4015 ports package linux_lib-2.4 can run / out of di o [1997/07/02] i386/4016 Patch to add dead key support to syscons o [1997/07/02] ports/4017 ports Someone has to upgrade the plor port! o [1997/07/03] bin/4019 mount_mfs lacks an error message, and exi o [1997/07/03] kern/4020 vxget() in /sys/dev/vx/if_vx.c needs rewo o [1997/07/03] ports/4023 ports One can't play the cardgame Ass on FreeBS o [1997/07/03] i386/4024 Patch to add dead key support to syscons o [1997/07/03] ports/4025 ports New port - jp-ebw3 o [1997/07/04] ports/4027 ports New port: rot13-1.3 o [1997/07/04] misc/4028 GNATS auto-magically re-opened 14 prs o [1997/07/04] ports/4031 ports new port: jp-oleo o [1997/07/05] ports/4035 ports New port: jp-weblint97-0.12 o [1997/07/05] ports/4036 ports New port: mimepp-0.8.0 o [1997/07/05] kern/4037 boot.flp panics after kernel load if >2 s o [1997/07/05] ports/4038 ports Initial port of the alpha-rel. WindowMake o [1997/07/06] kern/4039 2940UW and DCAS 32160 -- hungs if 40 MB/s o [1997/07/06] pending/4040gnats-adminkon is out-of-date o [1997/07/06] ports/4045 ports Update to FreeFEM port o [1997/07/07] ports/4047 ports New port: cucipop-1.14 591 problems total. From owner-freebsd-bugs Mon Jul 7 16:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA15429 for bugs-outgoing; Mon, 7 Jul 1997 16:30:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA15423; Mon, 7 Jul 1997 16:30:02 -0700 (PDT) Date: Mon, 7 Jul 1997 16:30:02 -0700 (PDT) Message-Id: <199707072330.QAA15423@hub.freebsd.org> To: freebsd-bugs Cc: From: Garrett Wollman Subject: kern/4044: kernel crashes when ip_output() is called with a NULL route argument Reply-To: Garrett Wollman Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4044; it has been noted by GNATS. From: Garrett Wollman To: terzis@cs..ucla.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: kern/4044: kernel crashes when ip_output() is called with a NULL route argument Date: Mon, 7 Jul 1997 19:21:12 -0400 (EDT) < When ip_output() in netinet/ip_output.c is called with a NULL route > argument header the kernel crashes, because a test for a NULL argument > has been removed from this version of the code. That is intentional. >> Fix: > Include a test for NULL route header. Correct fix: always give ip_output() a route. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick From owner-freebsd-bugs Mon Jul 7 18:20:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA19973 for bugs-outgoing; Mon, 7 Jul 1997 18:20:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA19954; Mon, 7 Jul 1997 18:20:02 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 18:20:02 -0700 (PDT) Resent-Message-Id: <199707080120.SAA19954@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, adam@veda.is Received: from veda.is (veda.is [193.4.230.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA19661 for ; Mon, 7 Jul 1997 18:13:18 -0700 (PDT) Received: from ubiq.veda.is (ubiq.veda.is [193.4.230.60]) by veda.is (8.8.5/8.8.5) with ESMTP id BAA21024 for ; Tue, 8 Jul 1997 01:13:14 GMT Received: (from adam@localhost) by ubiq.veda.is (8.8.5/8.8.5) id BAA03939; Tue, 8 Jul 1997 01:13:12 GMT Message-Id: <199707080113.BAA03939@ubiq.veda.is> Date: Tue, 8 Jul 1997 01:13:12 GMT From: Adam David Reply-To: adam@veda.is To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/4051: pppd connect 'chat ...' broken Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4051 >Category: kern >Synopsis: pppd connect 'chat ...' broken >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 18:20:01 PDT 1997 >Last-Modified: >Originator: Adam David >Organization: Veda Internet >Release: FreeBSD 3.0-CURRENT i386 >Environment: -current or 2.2 >Description: pppd(8) doesn't pass a valid terminal to chat(1) so the connect script fails with ENODEV ('man ioctl' does not mention this as a possible error either). The sequence is this: pppd: open the tty device pppd: TCGETA the open tty to store previous state before continuing pppd: set the tty state according to options pppd: fork and continue in the child pppd: dup2 to associate the opened tty with stdin/stdout pppd: exec a shell to run the script (/bin/sh is assumed to work correctly) chat: TCGETA stdin to store previous state before continuing, oops ENODEV (huh????) Theoretically this should work, but it fails. >How-To-Repeat: try to get pppd to chat to the modem using chat(1) in a connect script. This is documented to be the correct approach, but it doesn't work. >Fix: It looks like people have been using chat or cu,tip,kermit or whatever (getty?) to talk to the modem and hold open the port before invoking pppd. It's really ugly but reputed to work. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Jul 7 19:30:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA22666 for bugs-outgoing; Mon, 7 Jul 1997 19:30:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA22656; Mon, 7 Jul 1997 19:30:05 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 19:30:05 -0700 (PDT) Resent-Message-Id: <199707080230.TAA22656@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, archie@whistle.com Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA22475 for ; Mon, 7 Jul 1997 19:24:20 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id TAA27109 for ; Mon, 7 Jul 1997 19:23:47 -0700 (PDT) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma027105; Mon Jul 7 19:23:29 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.5/8.6.12) id TAA18159; Mon, 7 Jul 1997 19:23:29 -0700 (PDT) Message-Id: <199707080223.TAA18159@bubba.whistle.com> Date: Mon, 7 Jul 1997 19:23:29 -0700 (PDT) From: Archie Cobbs Reply-To: archie@whistle.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/4052: VJ compression drops packets with IP+TCP header length > MLEN Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4052 >Category: kern >Synopsis: VJ compression drops packets with IP+TCP header length > MLEN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 19:30:01 PDT 1997 >Last-Modified: >Originator: Archie Cobbs >Organization: Whistle Communications, Inc. >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: /sys/net/slcompress.h contains this definition: #define MAX_HDR MLEN /* XXX 4bsd-ism: should really be 128 */ MLEN is 108 or therabouts. This means any packet with combined IP and TCP header length greater than MLEN will be dropped when Van Jacobson compression is enabled (ie., slip or ppp). >How-To-Repeat: >Fix: One possibility... 1. Increase MAX_HDR to 128 2. Make sl_compress_tcp() and sl_uncompress_tcp() not require a contiguous buffer >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jul 8 04:00:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA11051 for bugs-outgoing; Tue, 8 Jul 1997 04:00:05 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA11003 for ; Tue, 8 Jul 1997 04:00:00 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id EAA08437; Tue, 8 Jul 1997 04:01:22 -0700 (PDT) Message-Id: <199707081101.EAA08437@implode.root.com> To: akensaj@cs.purdue.edu cc: bugs@FreeBSD.ORG Subject: Re: Video Card In-reply-to: Your message of "Tue, 08 Jul 1997 00:37:18 CDT." <33C1D20E.5CC8@cs.purdue.edu> From: David Greenman Reply-To: dg@root.com Date: Tue, 08 Jul 1997 04:01:22 -0700 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Speedstar 64 ISA video card in it. During the install process (for the >walnut creek CD - using either the install program or the boot floppy) >just after it says "booting kernel" the screen scrambles (the text is >very distorted). When I tried installing with a different (VGA) video >card in it worked fine. Is there any way to install FreeBSD with my >current video card? My computer "specs" are below - if they are useful. > Intel Pentium 133 processor This sounds like the Pentium bcopy optimization is biting you. The optimization now defaults to off in FreeBSD > 2.2.1, so if you could either set the flags on device npx0 to "1" or install 2.2.2, the problem should go away. BTW, "hardware" was the wrong list for this type of question. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-bugs Tue Jul 8 04:00:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA11055 for bugs-outgoing; Tue, 8 Jul 1997 04:00:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA11042; Tue, 8 Jul 1997 04:00:04 -0700 (PDT) Resent-Date: Tue, 8 Jul 1997 04:00:04 -0700 (PDT) Resent-Message-Id: <199707081100.EAA11042@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, RodneyB@Rabtech.Co.Uk Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA10874; Tue, 8 Jul 1997 03:55:52 -0700 (PDT) Message-Id: <199707081055.DAA10874@hub.freebsd.org> Date: Tue, 8 Jul 1997 03:55:52 -0700 (PDT) From: RodneyB@Rabtech.Co.Uk To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: conf/4057: /stand/sysinstall dies with sig-11 when attempting to label a new hd Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4057 >Category: conf >Synopsis: /stand/sysinstall dies with sig-11 when attempting to label a new hd >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 8 04:00:01 PDT 1997 >Last-Modified: >Originator: Rodney Brown >Organization: West Bromwich Building Societh >Release: 2.15 >Environment: FreeBSD negril.wbbs.co.uk 2.1.5-RELEASE FreeBSD 2.1.5-RELEASE #) >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jul 8 05:01:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA13517 for bugs-outgoing; Tue, 8 Jul 1997 05:01:12 -0700 (PDT) Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA13418 for ; Tue, 8 Jul 1997 04:59:09 -0700 (PDT) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by nasu.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id UAA31179; Tue, 8 Jul 1997 20:57:44 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (Nv9zJOP6hNo5KoODgqX7wi6Cx0vs++LQ@zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by outmail.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id UAA31285; Tue, 8 Jul 1997 20:57:44 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id VAA06654; Tue, 8 Jul 1997 21:03:18 +0900 (JST) Message-Id: <199707081203.VAA06654@zodiac.mech.utsunomiya-u.ac.jp> To: dg@root.com cc: akensaj@cs.purdue.edu, bugs@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Video Card In-reply-to: Your message of "Tue, 08 Jul 1997 04:01:22 MST." <199707081101.EAA08437@implode.root.com> References: <199707081101.EAA08437@implode.root.com> Date: Tue, 08 Jul 1997 21:03:17 +0900 From: Kazutaka YOKOTA Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>Speedstar 64 ISA video card in it. During the install process (for the >>walnut creek CD - using either the install program or the boot floppy) >>just after it says "booting kernel" the screen scrambles (the text is >>very distorted). When I tried installing with a different (VGA) video >>card in it worked fine. Is there any way to install FreeBSD with my >>current video card? My computer "specs" are below - if they are useful. >> Intel Pentium 133 processor > > This sounds like the Pentium bcopy optimization is biting you. The >optimization now defaults to off in FreeBSD > 2.2.1, so if you could >either set the flags on device npx0 to "1" or install 2.2.2, the problem >should go away. Um, this is NOT the Peintium bcopy problem. Setting flags 0x01 to npx0 won't solve this. In fact the user cannot even reach the kernel configuration menu. This problem is cased by the video paramter table in the video BIOS is not organized the way syscons expects. SpeedStar 64 is known to have this problem. The workaround code is committed in syscons.c v1.182.2.18, thus, 2.2.2 is OK. As the user already installed 2.2.1 using a different video card, I suggest him to apply the following patch to syscons.c (in /sys/i386/isa) and rebuild the kernel. Then, the box will boot fine with SpeedStar 64. Kazu > BTW, "hardware" was the wrong list for this type of question. > >-DG > >David Greenman >Core-team/Principal Architect, The FreeBSD Project begin 640 syscons.c-1.182.2.15-1.182.2.18.diff.gz M'XL( +T\>C, ]4[_7/:2+(_X[^B=_>2 P2VOOB*X]1B3!PJMMDR=I*M7$HG M"V%K@R5.$HY]+_O^]M<],Q(C)##8^_;VJ#B@F>F>GNZ>[I[NT< ?N_>O('J( MG,"/=IV=@^=_=LY[(YAX4_<5[-T$M^Z>[]Q%>U'H[.$T>Y[1;NYYD;V7SEF[ MVPG=./3<.\^_AA"_(B_P0=O5VOJNOJLUUG>W=\;>9 +U.=3#!8S\T-ZIU^N+ M-9:T3J>UIQI[:@?4YBM#?Z6W2])LBJ+D!C?V-(T&JYU7JEZ2,/_\,]3U1JT% M"OO_YY]W *I0'ISU3BZ/!F?'<-8_/AD<]\]Z?1B>P_#B7?_\XV#4KT#W?#"B M 8,SZ)[]"A^[O\+P\@*&;P''P.4(Q[]ER"[>#48P&KZ]^-@][]>@_Z%_!H.W MT#WZ@'B.$H!?AJ/1X'!P,KCXE9I&E[UW<-0][1[W=PG+3ATQP=\&8TG8M3N) MR5# %7@(O@:Q#?W[&?QM1UF/H0T%K,IB0#KV=F '?O)\9SH?N_!CY.S>_,B8 MV.K4VJ#@_QW&Q)_&[L3S7>@-3XY 73PC#TY!0R3UO2K$-UX$M_8#7(6N_150 M*X+IV WAPW'W[Q%4$LX=O MP+]W%)S@TZ=/! ^18[%&^';CAB[<>6,W@%OW-@@?: IDAN.&OCLF=$J"+@6Z M=GTW],33CN+>QS@8[@)OG.TJ$U-CWE&MI=^1]V_7BBO[Q+DHMF// 9S!GD]C MRX[CD @,+=$"!_ _R&;\E-\>6ZAX[RZ.S_N_PGENH;LFYL<-2:1+XL:69G_5&LZJ97_:7.IJ\HYEV@/B49O;4C6.7 M]1O8K0AZ@8/?7=NA>QU];C*.JJHU4.]=\3U)OMOXS?>HJM%2==40"B9F8$R. MW-CZZCYSPO M!BLBEPF8J"Q34]$(/PAO[>GZ,6,WBL.Y$WMWKN7,PR@(RY$36C0,JI$S0QB2 MB6'H-'1];P0__\?'#4M^CA9-A[CU/]Y/IH[FG_ MT]"]*O]&R^3ZQ%IQ<-_(TW(44 _79\WL&!66F<.QW MA;:X0#"&. AV$Q#<[)R*I\].!I$^W@3*/Q#OT ;$83"=XIX66FA=/<0N,M#Z M>C5V:F)N\2'.T%]O>'9Q/CRQ#@<7(]SLU-2]_)1I+H#LGW4/3SA[?QF>7PC MH\$H;1Z<763!Z),=1O,40%,S0EPM2=H.WVXALFU72/ M+UL(IAQ-PDOA(_C,Y3ZZC_X?#R;0U_G0T_=@<7W%<+M6$A ,8:J"HV MJB!W<6A&,$3V,1X1SQ2'$ "/04@_> >Z?V=6?T/F$QO$TSV%!+@L]O"0/.!7 M,"D+CUDA+Y B_&/PB36Q4=RL6[,@0C\LMV $QAJ10?),H(BIJ%/\?J#?58D$ M[A;,CDFNVNPT:AKWU7Q>V>=RU.A/YA$C3$EVW540Q+C5KX+(S5B>68BRG)0Q MX'R! >SA8#A*HCAT9*]>C/_A_TA&B$ET[-[5WWAC:^Y[:,"KJ<^LS&PK#JP[ MNZS>FV8G97$>/P:@Z-*O/8PQ0XQ 9QA\SH)O;EB?S]A$\@PREHRK%M^K9\DO M($LY8Q)URRB(20R0N7!KA@'D#P=P=GERDK/4Z]8T"<)EUI4VF#V_R"PI"I2; M9G4!*L/^SG_BUTX!>7FNILMUPMBA"!S"P0&<#L^&UF$73V0\)#9; M.NUSS6PWD_,W8,4 ?J7UV*'8>C#@+F!3RU% M?I,QL!KT0@JX,FU"PY.CR;;0P$Q>64N:D2*H2R,JQ7:CE)H-OJ"#568G,Y:0 M'X#*C8+6:)I,+HU66Y(+=[1.Z%M74]O_ZHY33\"M!6(*7=<'[]:^=IE[+@FI M%3'WOY*W&*!P#K4:!N-0J]E*7)2DI<+IR@V#R.*S&>UA6VN2::Y M#EHJ/7>*T3"QIU3 FZQ324T]44M<*>7YL18"2DD,4)8\$E&3\18K^%&:>-.I MH ]-U>TNWYM3-%C?21WP #G[K-[KZA=IIE5.49Q4M([:9+SMZ*K,VRAT$F5> M6DJ!;^,@XXCI/P(JX!>.<(*YG^Z19.V2"!$.R!'V:0LH+<' MYF1NSF9:K>!U=L4IKEL[_(IGS]#BNU;2R1P?4XDP2:!$#%.6B&#O-A+A0B3 M_W*)R O) _ZQ>6%6F&OV,Y9F6219VLH9P^!7 M:EEY/#:8^[^,\Y/;DJ%9-^ROB_*V<+Z_.8M@">,LH\"RM% MPS=XL O"A[4QL-@L8JAUX]KC-7PK&ER@7&O/"S(T*++QD@5?,%2>XPU-*X]) MNA.05%WRB XR(WF\72^*@;,Q+"SKUNHC02% F@5;HU#:JGVX50"9[1BW=W=]/*03X9DTG"L&1%D$\)U2"7-FF:U06E2?)D*:N^!,2S/OM+694D M8RD.SG&0SUTNY2K98;8&BQ0CQYB>@_/]3.MDS4/*@Q/5/8 L%ZAH MF.0HT^HBK]FW6KQJW\GD$S!J\=(9*,E5]@Y4]#NO)2\"GJ)4EJS PK*4RUE[ M),44J8U5LA9A6^"L=9"M6+U<]A2M4I4<0.5%WM8M&YA5?DW:^G4-"?$J.=#5 M9IRQN<5C);W53@[. GY)SY#QJ&G!#(()).Q8J)N(+21Q2)LT(Y9,CB(S2%IC MICU9@%>132"[1U38VSO-/5%N8(F3@KJ M56X!"K%']IW+S7%I2[ZGG$?LC)L)/]GSHF2RQ("4P9DA!BY-ERH+W*#GJWM4V.-U8.9ZPODL3DM\(B,L^G[G.2Z[)Y'.]>3B;ZXB M* ]8 P?+GZV+QL7UO(3]Z8I91CYER=ONR:B?"ESOU+0&";RAU70M-?*H(ET1U(,NJ&UNS4=)T4J-.B M'XD"X>3(C_E,A'XW:"N^4;A'AI*8>.W=H4MC$6&J.QC].3?"H;+H++FHY=AH M7TZM#\==Z[2MWC?55XO0(ANQ*50;6XS4&Y4:O(QFKN.)"SDL_*QA+,CR,MSR M/@,%E*X#],I)-R-N$7TMR.YM3';O^60_CB)+\"LZ+2R/_*Q_ :HMW:OM_<)^ MK?.%]9NM'!O,MCHMX@+QT_@K"\]8*;S-R/[3A6>L$%XJG(DTGL3R2FS;3H?, MO6+H>BNQ^X(;M&L9IF56],_>68O_#N*B:[MS'9?_KN:JPVC2B:=6:QE5S? MU)J4 3(,TZRUFVR;_2Y=4J;KH#O*BINM.XK(<[ 3=PU^VU\\1OA;7%[ZMQL& M999,Y"P0+IW'WC?>]4UYT1K,XZORQ6AP](FN_JIJ93]I.N\?LR8-FX#%#A$= M-2/W7W.7;FZG^9@E%*T\"C5%,?=9]+BX$I,@28Y+N*B#!IV9S.2()$5'*$UY M,CJT,PG/)Y]_4Q3BLN>+>2N+% WC"0[I) -.!Z,>GDLU3A911J2-@[C.KJJL M6E@!;PR)-W0O(LN<_,HT=AS4&TMK8_-3SH^!\36F]VUPG46K3/LY$Z2URA,: MC)>ZFF>R"$X?3=-U0IF@FG%N1B_(O1_V3JS>J3*>K%@O+N M16\%S=A#?%]#;X/1VRF0/-("4ZU@ M:Z1T< :. XHKK^):OZ0)1);ZA>5?B^[&X1&GQ$/TDU$Z&\%H*V':IH Y'W[, MPNBK81H"YI/&TL6)SU$4*)4OI2_HVQZ+3]K\O:E M357VV$4G\. UD((KBL?RP*PZPU I"IW[&![*/?*:2XC13.A3#6S)/FB4&]+W M^4'EJS=CAQ)>/8+HQIZY,J=T/CA+C*X+:LS_7VIF0>3%]#K7HP0U.4'-YQ(D M6M4E47)GM?)5B5_8AF;I'EP!O "M6:&TCYH0 MG$#]P_]1VN$Y*I=>U*CL)"=)YCNSKI'[Z39[S<>@&[7\0FTI=>DXO/ *9B:B MV$^OPJ\J6] ZV!U27$H&-^?EOE1=$"?G:YM92_XZ"00S-[29(K!3LWUM>_XB M ?$$^P;+]DU+?1YK6,0TU*48C2\)M\RV1O>.L:FC9R\@RS<'^;W.T^'EJ&]] M&(P&AR?]Q;W.3+F6LJESGUY+>TEO)$VXS._'*':6/9*+K2]%>H#*%AS\,UV! MX#]%C9!)7MS"4;((MH:'$KO7MS'-VF8T&_HSB5Z/8%NJ]!9B""M0[%JXLH%",M%'[X4 M!I)?"JN^K1=,=1F]*'66PV5W1XVFIHIU4._W7AHQ\L_E)=M,%N&VJY4R*1_L[V8$77G MANBFT)[3&]NV0W$&2"_MT6?)>>U+I>1RLNI<-$:3NE%40;8>];M'5N]=]QP9 M:.@U_$O4/"TX/QE-2J#\DF,F(]PTU)IF()M:ID8_$CX]!),)^: #D#88NQOZ M E+QR6\%S4)W1BEC-C*YVD#TTHO+7GQKSZ+E.ONR>E7+TEPX5452K9R*%FOH MIBB87JYP+K)V;D,N'O:>3_!J)*M(9J[ER33+%ZN>3_SCV%:M@KF:/V 5?XP0 M-L&W:B7,_:RU<(O]DU2:H<2IP9@ZN^,$3N_+Z]=M=MDIUZ.@_$6@UVQRB]=J M;6_QO/%T6^.6(V:]@:((4=@F36_G;-QSL:TT=?2ITL*Y/3B O)%X2?)5UM/-?S Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA13963 for bugs-outgoing; Tue, 8 Jul 1997 05:15:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA13958; Tue, 8 Jul 1997 05:15:02 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA05525; Tue, 8 Jul 1997 05:14:28 -0700 (PDT) Date: Tue, 8 Jul 1997 05:14:28 -0700 (PDT) Message-Id: <199707081214.FAA05525@freefall.freebsd.org> To: RodneyB@Rabtech.Co.Uk, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/4057 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: /stand/sysinstall dies with sig-11 when attempting to label a new hd State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Tue Jul 8 05:14:09 PDT 1997 State-Changed-Why: Yep, known bug in 2.1.5; fixed in later revisions of the OS. From owner-freebsd-bugs Tue Jul 8 07:36:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA20078 for bugs-outgoing; Tue, 8 Jul 1997 07:36:17 -0700 (PDT) Received: from gatekeeper.ukrv.de (gatekeeper.ukrv.de [193.175.72.2]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id HAA20073 for ; Tue, 8 Jul 1997 07:36:14 -0700 (PDT) Received: by gatekeeper.ukrv.de; (5.65/1.1.8.2/17Oct95-0336PM) id AA26148; Tue, 8 Jul 1997 16:35:38 +0200 Received: from mailhost(193.175.66.33) by gatekeeper.ukrv.de via smap (V1.3-JSC) id sma016343; Tue Jul 8 16:35:15 1997 Received: from merlin.ukrv.de by mailhost.ukrv.de; (5.65/1.1.8.2/08Mar95-0213PM) id AA07918; Tue, 8 Jul 1997 16:35:14 +0200 Received: by merlin.ukrv.de (4.1/UKRV-Gen PCG 0.1) id AA03245; Tue, 8 Jul 97 16:35:13 +0200 From: Udo Wolter Message-Id: <9707081435.AA03245@merlin.ukrv.de> Subject: Re: PS/2 and Keycode bug In-Reply-To: <199707031052.DAA05878@newport.ece.uci.edu> from Steven Wallace at "Jul 3, 97 03:52:55 am" To: swallace@ece.uci.edu (Steven Wallace) Date: Tue, 8 Jul 1997 16:35:13 +0200 (MET DST) Cc: yokota@zodiac.mech.utsunomiya-u.ac.jp, bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi ! > >>There is still a big problem with the PS/2 and keyboard. > >> > >>Note that while using the mouse and typing at the same time this problem > >>occurs. > > > > Exactly which version of FreeBSD are we talking about? Would you > > please tell me. > This has happened for a long time. FreeBSD 2.1 through 2.2.2 > > > > In addition, description on your motherboard, CPU, keyboard and > > PS/2 mouse will be useful too. > > This has happeneed on my old motherboard, Iwill P54TSW2, and my > brand new motherboard, Iwill P55XUW. > Regular keyboard, logitech mouse (serial or PS2). > This mouse has a converter that lets you use it as a serial mouse. > As a serial mouse, it will work fine via the sio driver. PS2 mouse > via PS2 port has this prob. > > I'm surprised more people haven't complained. I'm also complaining. I'm using a PS/2 mouse at work and a mousesystems serial mouse at home, but I have those keyboard lockups at both places ! The mouse and keyboard are still hanging while the machine's still working, I can rlogin from other machines and kill X etc. But the keyboard never comes back, I never get any console until I reboot. I've read in the buglist that the keyboard hang ist still there. Funny: I have these problems since 2.2.1, in 2.1.7 there were no problems. I believe my keyboard hangs only when the load gets too high. It never hung while I'm doin' nothin'. It only hung up when I really kick the machine to boost every bit out of it. Bye, Udo -- Udo Wolter, email: uwp@cs.tu-berlin.de !!! LOW-TECH Page: http://low-tech.home.ml.org !!! From owner-freebsd-bugs Tue Jul 8 09:00:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA23923 for bugs-outgoing; Tue, 8 Jul 1997 09:00:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA23916; Tue, 8 Jul 1997 09:00:01 -0700 (PDT) Resent-Date: Tue, 8 Jul 1997 09:00:01 -0700 (PDT) Resent-Message-Id: <199707081600.JAA23916@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, nik@iii.co.uk Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA23766; Tue, 8 Jul 1997 08:56:04 -0700 (PDT) Message-Id: <199707081556.IAA23766@hub.freebsd.org> Date: Tue, 8 Jul 1997 08:56:04 -0700 (PDT) From: nik@iii.co.uk To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: docs/4059: E-mail address in FAQ/Handbook Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4059 >Category: docs >Synopsis: E-mail address in FAQ/Handbook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 8 09:00:00 PDT 1997 >Last-Modified: >Originator: Nik Clayton >Organization: Interactive Investor >Release: -current >Environment: N/A >Description: I've changed employers, and my old e-mail address is shortly to become non-functional. My address appears in the acknowledgements section for "Setting up User PPP" and in the tutorial "Upgrading FreeBSD from source" My old e-mail address was nik@blueberry.co.uk any my new e-mail address is nik@iii.co.uk >How-To-Repeat: >Fix: I don't currently have access to a FreeBSD machine (, it will need to wait a couple of weeks until I can buy my own box), so apologies for not providing this as a patch. The file to edit is /doc/handbook/authors.sgml, and change the entry Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jul 8 10:40:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA28203 for bugs-outgoing; Tue, 8 Jul 1997 10:40:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA28195; Tue, 8 Jul 1997 10:40:02 -0700 (PDT) Resent-Date: Tue, 8 Jul 1997 10:40:02 -0700 (PDT) Resent-Message-Id: <199707081740.KAA28195@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, zaitcev@metabyte.com Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA27906; Tue, 8 Jul 1997 10:33:01 -0700 (PDT) Message-Id: <199707081733.KAA27906@hub.freebsd.org> Date: Tue, 8 Jul 1997 10:33:01 -0700 (PDT) From: zaitcev@metabyte.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: conf/4060: /stand/sysinstall duplicates comments in /etc/rc.conf Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4060 >Category: conf >Synopsis: /stand/sysinstall duplicates comments in /etc/rc.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 8 10:40:01 PDT 1997 >Last-Modified: >Originator: Pete Zaitcev >Organization: Metabyte, Inc. >Release: 2.2.2 >Environment: FreeBSD purgen.metabyte.com 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Tue May 20 10:45:24 GMT 1997 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: sysinstall duplicates all comments at the end of line so rc.conf becomes unreadable soon, although it remains correct from the /bin/sh standpoint. >How-To-Repeat: Enter /stand/sysinstall, do not do anything, exit. Browse /etc/rc.conf, enjoy. >Fix: I have an awk/sed script which I run every time when rc.conf gets corrupted. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jul 8 11:13:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA29588 for bugs-outgoing; Tue, 8 Jul 1997 11:13:01 -0700 (PDT) Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA29583 for ; Tue, 8 Jul 1997 11:12:58 -0700 (PDT) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by nasu.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id DAA31413 for ; Wed, 9 Jul 1997 03:03:13 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (bDjTJsW5VTgh1+evIclcW8jyXLrk7Z+8@zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by outmail.utsunomiya-u.ac.jp (8.8.4+2.7Wbeta4/3.5Wpl3) with ESMTP id DAA31353 for ; Wed, 9 Jul 1997 03:03:13 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.33.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id CAA13841; Wed, 9 Jul 1997 02:11:07 +0900 (JST) Message-Id: <199707081711.CAA13841@zodiac.mech.utsunomiya-u.ac.jp> To: Udo Wolter cc: bugs@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: PS/2 and Keycode bug In-reply-to: Your message of "Tue, 08 Jul 1997 16:35:13 +0200." <9707081435.AA03245@merlin.ukrv.de> References: <9707081435.AA03245@merlin.ukrv.de> Date: Wed, 09 Jul 1997 02:11:06 +0900 From: Kazutaka YOKOTA Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> I'm surprised more people haven't complained. > >I'm also complaining. I'm using a PS/2 mouse at work and a mousesystems serial >mouse at home, but I have those keyboard lockups at both places ! The PS/2 mouse and the serial mouse are completely different and are handled in different ways under FreeBSD. Therefore, if the keyboard lockup you are describing happens in both systems in the same way, then I think it is unlikely that the cause of the lockup is with the mice. >The mouse and keyboard are still hanging while the machine's still working, >I can rlogin from other machines and kill X etc. You appear to be experiencing the lockup under X. If you move the mouse, does the mouse pointer move accordingly? If so, the mouse and the X server are all right (you may not be able to display menu or move windows, but that's not the mouse driver's fault). >But the keyboard never >comes back, I never get any console until I reboot. What happens if you hit Num-Lock, Caps-Lock or Scroll-Lock? If hitting these keys changes the keyboard LEDs, the keyboard driver is working. Another way to test the keyboard driver is to login to the system via telnet or rlogin from another host, become root, and issue `kbdcontrol -r fast < /dev/ttyv0'. If the keyboard driver is dead, the command will fail. You see, there always is a possibility that it is either the window manager or a client program that is not responding to mouse or keyboard input, and the keyboard and mouse drivers are sending correct data to the X server. >I've read in the buglist that the keyboard hang ist still there. Funny: I >have these problems since 2.2.1, in 2.1.7 there were no problems. I believe >my keyboard hangs only when the load gets too high. It never hung while I'm >doin' nothin'. It only hung up when I really kick the machine to boost >every bit out of it. Like doing what? Kazu From owner-freebsd-bugs Tue Jul 8 11:53:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA01947 for bugs-outgoing; Tue, 8 Jul 1997 11:53:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA01930; Tue, 8 Jul 1997 11:53:11 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA06986; Tue, 8 Jul 1997 11:52:35 -0700 (PDT) Date: Tue, 8 Jul 1997 11:52:35 -0700 (PDT) Message-Id: <199707081852.LAA06986@freefall.freebsd.org> To: zaitcev@metabyte.com, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/4060 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: /stand/sysinstall duplicates comments in /etc/rc.conf State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Tue Jul 8 11:52:25 PDT 1997 State-Changed-Why: This was fixed post-2.2.2 From owner-freebsd-bugs Tue Jul 8 14:39:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA10111 for bugs-outgoing; Tue, 8 Jul 1997 14:39:03 -0700 (PDT) Received: from helios.whro.org (ns1163.whro.org [198.76.163.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA10101 for ; Tue, 8 Jul 1997 14:38:59 -0700 (PDT) Received: from blueprint.whro.org (lunar-115.whro.org [198.76.164.115]) by helios.whro.org (8.8.5/8.8.5) with SMTP id RAA21512 for ; Tue, 8 Jul 1997 17:37:18 -0400 (EDT) Date: Tue, 8 Jul 1997 17:37:18 -0400 (EDT) Message-Id: <199707082137.RAA21512@helios.whro.org> X-Sender: bboone@mail.whro.org X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-bugs@FreeBSD.ORG From: Bob Boone Subject: "root" and "su" in 2.2.2-release Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just upgraded from 2.1.5 to 2.2.2-release (the boot.flp couldn't find/do a 2.2.2-current install) I remember seeing something about the no "root" group notice being a bug, and being "fixed" in -current, but I no longer have the info. I have NOT seen anything about setting up "su" instead of using root, but I can't seem to make this work the way it did in 2.1.5, so the only way to get into the system is to BE root. What's the change??? Secondly, where DO I find the 2.2.2-current, to fix the repaired parts of -release ??? Anyone who can answer ANY of these issues, please reply directly to save bugs-bandwidth to: bboone@whro.org Thanks, > > > > Bob Boone bboone@virtualbob.com Bob Boone, Chief Engineer for Television WHRO-TV/FM 5200 Hampton Blvd. Norfolk, Va. 23508 Pager: (757) 860-3303 *** Ph: (757) 889-9466 *** Fx: (757) 489-4444 Internet: bboone@whro.org WebSite: http://www.whro.org ===================================================================== From owner-freebsd-bugs Tue Jul 8 15:40:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA13635 for bugs-outgoing; Tue, 8 Jul 1997 15:40:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA13623; Tue, 8 Jul 1997 15:40:01 -0700 (PDT) Resent-Date: Tue, 8 Jul 1997 15:40:01 -0700 (PDT) Resent-Message-Id: <199707082240.PAA13623@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, patl@Phoenix.Volant.ORG Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA13373; Tue, 8 Jul 1997 15:34:54 -0700 (PDT) Message-Id: <199707082234.PAA13373@hub.freebsd.org> Date: Tue, 8 Jul 1997 15:34:54 -0700 (PDT) From: patl@Phoenix.Volant.ORG To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: misc/4063: 2.2.2R Installation fails if Jaz drive spins down before Commit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4063 >Category: misc >Synopsis: 2.2.2R Installation fails if Jaz drive spins down before Commit >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 8 15:40:00 PDT 1997 >Last-Modified: >Originator: Pat Lashley >Organization: Phoenix Volant >Release: 2.2.2-RELEASE >Environment: Not available before install... >Description: When installing to a Jaz cartridge, choosing installation options may take long enough for the drive to time out and spin down. If it does, the Commit will fail with 'Can not create /dev/Xsd1a in /dev'. At this point, the cartridge has been mounted, so the drive will ignore the eject button. (This problem probably manifests for other removable media too.) >How-To-Repeat: Set up a machine with a Jaz drive as SCSI target zero. Boot the install floppy and choose your configuration. Go have a nice long cup of coffee. Come back and Commit your choices. >Fix: Work-around: Write down your configuration choices. Exit the install to cause a re-boot. When the SCSI reset happens, push the eject button on the Jaz drive. Once the cartridge has popped out, push it back in and reboot. Run through the configuration and Commit before the drive spins down again. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jul 8 16:10:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA15138 for bugs-outgoing; Tue, 8 Jul 1997 16:10:13 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA15126; Tue, 8 Jul 1997 16:10:04 -0700 (PDT) Resent-Date: Tue, 8 Jul 1997 16:10:04 -0700 (PDT) Resent-Message-Id: <199707082310.QAA15126@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, helbig@MX.BA-Stuttgart.De Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA14833 for ; Tue, 8 Jul 1997 16:05:29 -0700 (PDT) Received: (from root@localhost) by helbig.informatik.ba-stuttgart.de (8.8.6/8.8.5) id BAA14379; Wed, 9 Jul 1997 01:05:33 +0200 (MET DST) Message-Id: <199707082305.BAA14379@helbig.informatik.ba-stuttgart.de> Date: Wed, 9 Jul 1997 01:05:33 +0200 (MET DST) From: Wolfgang Helbig Reply-To: helbig@MX.BA-Stuttgart.De To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4064: libedit's history search is broken Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4064 >Category: bin >Synopsis: libedit's history search is broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 8 16:10:01 PDT 1997 >Last-Modified: >Originator: Wolfgang Helbig >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: The error shows up e. g. in sh(1), which uses the libedit. Do a ``set -o vi'' to enable vi style line editing. If you search for `ls' in the history, the shell will either show all commands that contain a `l', or will beep at you, even if there are commands that contain `ls' in the past. >How-To-Repeat: Enter the following commands to get a history. # sh # set -o vi # lll # llll Now hit the escape key to enter the vi commands, enter /llll, to search for the last occurence of the string `llll' in the history. Depending on whatever, the shell will show you the command `llll', which is correct, or beep at you, which is wrong. Hit the `N'-key to repeat the search, the shell might show you `lll', which is wrong, it should beep at you instead. >Fix: Index: search.c =================================================================== RCS file: /usr/cvsroot/src/lib/libedit/search.c,v retrieving revision 1.5 diff -c -r1.5 search.c *** search.c 1997/06/25 08:14:17 1.5 --- search.c 1997/07/08 21:39:09 *************** *** 464,471 **** (void)strncpy(tmpbuf, el->el_search.patbuf, sizeof(tmpbuf) - 1); el->el_search.patbuf[0] = '.'; el->el_search.patbuf[1] = '*'; ! (void)strncpy(&el->el_search.patbuf[2], tmpbuf, ! sizeof(el->el_search.patbuf) - 3); el->el_search.patlen++; el->el_search.patbuf[el->el_search.patlen++] = '.'; el->el_search.patbuf[el->el_search.patlen++] = '*'; --- 464,470 ---- (void)strncpy(tmpbuf, el->el_search.patbuf, sizeof(tmpbuf) - 1); el->el_search.patbuf[0] = '.'; el->el_search.patbuf[1] = '*'; ! (void)strncpy(&el->el_search.patbuf[2], tmpbuf, EL_BUFSIZ - 3); el->el_search.patlen++; el->el_search.patbuf[el->el_search.patlen++] = '.'; el->el_search.patbuf[el->el_search.patlen++] = '*'; *************** *** 479,486 **** tmpbuf[tmplen++] = '*'; #endif tmpbuf[tmplen] = '\0'; ! (void)strncpy(el->el_search.patbuf, tmpbuf, ! sizeof(el->el_search.patbuf) - 1); el->el_search.patlen = tmplen; } el->el_state.lastcmd = (el_action_t) dir; /* avoid c_setpat */ --- 478,484 ---- tmpbuf[tmplen++] = '*'; #endif tmpbuf[tmplen] = '\0'; ! (void)strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); el->el_search.patlen = tmplen; } el->el_state.lastcmd = (el_action_t) dir; /* avoid c_setpat */ >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jul 9 00:16:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA02437 for bugs-outgoing; Wed, 9 Jul 1997 00:16:43 -0700 (PDT) Received: from relay2.force9.net (relay2.force9.net [195.166.128.25]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id AAA02425 for ; Wed, 9 Jul 1997 00:16:37 -0700 (PDT) From: a8@ourlocation.com Received: from mail.force9.net by relay2.force9.net (8.6.12/Force 9 V.NICK2.0) id JAA32760; Wed, 9 Jul 1997 09:07:36 +0200 Received: from mail.force9.net by mail.force9.net (8.6.12/Force 9 V.NICK2.0) id JAA02197; Wed, 9 Jul 1997 09:00:54 +0200 Date: Wed, 09 Jul 97 00:01:12 EST To: Friend@public.com Subject: Advertisement Message-ID: <> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk You will be removed permanently just Type in the subject field REMOVE mailto:a8@ourlocation.com You can also visit our website to be REMOVED at: http://www.cmtgroup.com/cmt/remove.html Thank You Should you like to be informed on New and Unique products or services. Just subscribe in the subject header: Subscribe T1 mailto:a8@ourlocation.com ---------------------------------------------------------------- JPA1 INTERNET BREAKTHRU!!! Work from home! Licensed in 33 countries $500-$1200 P/T $2000-$6000 F/T Start immediately! Full Business training Paid vacation! Bonuses based on merit Subscribe Now! Subject: Subscribe JPA1 mailto:a8@ourlocation.com --------------------------------------------------------------- VP1 THE ULTIMATE IN VACATIONS! 40 Vacation offers in 1 publication! (Including Video & Case) Includes 20 Fully Pre-paid round trip airfares Worldwide 7 Two for One Cruises 100 Plus days of Deluxe Accommodations OVER $20,000.00 in Savings! Your Cost $695.00 (within the continental U.S. ONLY!) For more information Subject: Subscribe VP1 mailto:a8@ourlocation.com --------------------------------------------------------------------------- FREE LIST RECOMMENDATIONS! Just tell us your product or service. The proper Telemarketing or Mailing List will permit you to put your promotion materials right into the hands of "True Qualified" prospects. You will reach only those people that match your "Exact" buyer profile. You have over 10,000 DIFFERENT list from which to choose. Visit our site: http://www.angelfire.com/fl/advertising1/index.html From owner-freebsd-bugs Wed Jul 9 00:20:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA02670 for bugs-outgoing; Wed, 9 Jul 1997 00:20:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA02664; Wed, 9 Jul 1997 00:20:16 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA01630; Wed, 9 Jul 1997 00:20:14 -0700 (PDT) Date: Wed, 9 Jul 1997 00:20:14 -0700 (PDT) Message-Id: <199707090720.AAA01630@freefall.freebsd.org> To: nik@iii.co.uk, brian@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, brian@FreeBSD.ORG Subject: Re: docs/4059 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: E-mail address in FAQ/Handbook State-Changed-From-To: open-closed State-Changed-By: brian State-Changed-When: Wed Jul 9 00:19:33 PDT 1997 State-Changed-Why: authors.sgml updated Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Wed Jul 9 00:19:33 PDT 1997 Responsible-Changed-Why: Change committed From owner-freebsd-bugs Wed Jul 9 09:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA21194 for bugs-outgoing; Wed, 9 Jul 1997 09:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA21179; Wed, 9 Jul 1997 09:00:02 -0700 (PDT) Resent-Date: Wed, 9 Jul 1997 09:00:02 -0700 (PDT) Resent-Message-Id: <199707091600.JAA21179@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, pac@bvemx.ppco.com Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA21071; Wed, 9 Jul 1997 08:58:47 -0700 (PDT) Message-Id: <199707091558.IAA21071@hub.freebsd.org> Date: Wed, 9 Jul 1997 08:58:47 -0700 (PDT) From: pac@bvemx.ppco.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/4068: 'panic: cant mount root' while booting new installation from disk 2. Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4068 >Category: kern >Synopsis: 'panic: cant mount root' while booting new installation from disk 2. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 9 09:00:01 PDT 1997 >Last-Modified: >Originator: Peter Clark >Organization: Phillips Petroleum >Release: 2.2.2 >Environment: System doesn't get that far! >Description: Novice installation: generating kernel on 2-disk machine with only /bin installation. Disk 1 is Windows 95, disk 2 is 'dedicated' to FreeBSD with 'compatibility' partition, default FreeBSD partitions and sizes. Disks are EIDE mode 4 on PCI bus. /bin and kernel configuration goes ok, and boot manager chooses correct disk and boot process starts, but after 'changing to device wd1a' message I get 'panic: cant mount root'. Is it possible to boot from 'D' drive or only from 'C'? I want to leave my disk 1 untouched as far as possible. Do I need more than just the /bin for a minimal installation, which I can add to later? >How-To-Repeat: Repeatable on my system. Create kernel on disk 2, with boot manager on both disk 1 and disk 2, select 'disk2' when asked by boot manager. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jul 9 09:00:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA21206 for bugs-outgoing; Wed, 9 Jul 1997 09:00:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA21191; Wed, 9 Jul 1997 09:00:03 -0700 (PDT) Resent-Date: Wed, 9 Jul 1997 09:00:03 -0700 (PDT) Resent-Message-Id: <199707091600.JAA21191@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, pac@bvemc.ppco.com Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA21141; Wed, 9 Jul 1997 08:59:55 -0700 (PDT) Message-Id: <199707091559.IAA21141@hub.freebsd.org> Date: Wed, 9 Jul 1997 08:59:55 -0700 (PDT) From: pac@bvemc.ppco.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/4069: 'panic: cant mount root' while booting new installation from disk 2. Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4069 >Category: kern >Synopsis: 'panic: cant mount root' while booting new installation from disk 2. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 9 09:00:02 PDT 1997 >Last-Modified: >Originator: Peter Clark >Organization: Phillips Petroleum >Release: 2.2.2 >Environment: System doesn't get that far! >Description: Novice installation: generating kernel on 2-disk machine with only /bin installation. Disk 1 is Windows 95, disk 2 is 'dedicated' to FreeBSD with 'compatibility' partition, default FreeBSD partitions and sizes. Disks are EIDE mode 4 on PCI bus. /bin and kernel configuration goes ok, and boot manager chooses correct disk and boot process starts, but after 'changing to device wd1a' message I get 'panic: cant mount root'. Is it possible to boot from 'D' drive or only from 'C'? I want to leave my disk 1 untouched as far as possible. Do I need more than just the /bin for a minimal installation, which I can add to later? >How-To-Repeat: Repeatable on my system. Create kernel on disk 2, with boot manager on both disk 1 and disk 2, select 'disk2' when asked by boot manager. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jul 9 11:40:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA00339 for bugs-outgoing; Wed, 9 Jul 1997 11:40:09 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA00287; Wed, 9 Jul 1997 11:40:03 -0700 (PDT) Date: Wed, 9 Jul 1997 11:40:03 -0700 (PDT) Message-Id: <199707091840.LAA00287@hub.freebsd.org> To: freebsd-bugs Cc: From: Tim Vanderhoek Subject: Re: i386/4030: syscons thinks CTRL is always pressed Reply-To: Tim Vanderhoek Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR i386/4030; it has been noted by GNATS. From: Tim Vanderhoek To: Kazutaka YOKOTA Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: i386/4030: syscons thinks CTRL is always pressed Date: Wed, 9 Jul 1997 14:32:57 -0400 (EDT) On Mon, 7 Jul 1997, Kazutaka YOKOTA wrote: > >>Number: 4030 > >>Category: i386 > >>Synopsis: syscons thinks CTRL pressed, must reboot [repeatable] > Try this patch for /sys/i386/isa/syscons.c. > > --- syscons.c-1.220 Mon Jun 30 22:31:49 1997 > +++ syscons.c Mon Jul 7 12:35:14 1997 > @@ -3039,7 +3039,7 @@ > /* Check for make/break */ > action = key->map[state]; > if (scancode & 0x80) { /* key released */ > - if (key->spcl & 0x80) { > + if (key->spcl & (0x80>>state)) { > switch (action) { > case LSH: > shfts &= ~1; > > > >This did not happen (I don't _believe_ it happened) in the SNAP of 2.2 > >that I had been running before. > > If the above patch works, then the problem did happen in the past too, > I guess. Okay, the patch works. However, I can still reproduce the problem if I use a slight variation on the first keymap. 090 cr rctrl nl nl rctrl rctrl nl nl O Press and hold Alt, then press rctrl. Release all keys. Then press `d' or whatever and you'll log out. [If X is running, you can switch to X and then switch back to your text console and the keyboard state will return to normal] The patch, as shown, is good enough for me, since the keymap one would have to use to reproduce the bug now is not very useful (for me, anyways). -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-bugs Wed Jul 9 11:40:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA00359 for bugs-outgoing; Wed, 9 Jul 1997 11:40:13 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA00338; Wed, 9 Jul 1997 11:40:08 -0700 (PDT) Resent-Date: Wed, 9 Jul 1997 11:40:08 -0700 (PDT) Resent-Message-Id: <199707091840.LAA00338@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, jin@adv-pc-1.lbl.gov Received: from adv-pc-1.lbl.gov (adv-pc-1.lbl.gov [128.3.196.189]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA29832 for ; Wed, 9 Jul 1997 11:35:32 -0700 (PDT) Received: (from jin@localhost) by adv-pc-1.lbl.gov (8.8.5/8.8.5) id LAA00345; Wed, 9 Jul 1997 11:35:32 -0700 (PDT) Message-Id: <199707091835.LAA00345@adv-pc-1.lbl.gov> Date: Wed, 9 Jul 1997 11:35:32 -0700 (PDT) From: "Jin Guojun[ITG]" Reply-To: jin@adv-pc-1.lbl.gov To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/4070: cannot access over 64MB memory Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4070 >Category: kern >Synopsis: cannot access over 64MB memory >Confidential: yes >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 9 11:40:06 PDT 1997 >Last-Modified: >Originator: Jin Guojun[ITG] >Organization: >Release: FreeBSD 2.2-970618-RELENG i386 >Environment: 2.2x to 3.0-SNAP releases >Description: options "MAXMEM=(256x1024)" supposes to enable more than 64 MB memory, but only 64MB memory can be accessed regardless how many memory detected by kernel. # dmesg | grep mem real memory = 134217728 (131072K bytes) Physical memory hole(s): avail memory = 127311872 (124328K bytes) chip0 rev 2 on pci0:0:0 # mem-test -S 512 512 384 begin processing: Wed Jul 9 11:20:27 1997 mem-test [S20-1] : no enough core available for inbuf -> 1H x 6000000H = 100663296; Error<12> Cannot allocate memory # mem-test -S 512 512 258 begin processing: Wed Jul 9 11:28:22 1997 mem-test [S20-1] : no enough core available for inbuf -> 1H x 4080000H = 67633152; Error<12> Cannot allocate memory # mem-test -S 512 512 256 begin processing: Wed Jul 9 11:28:39 1997 end of allocating: at 1 seconds device stdin not ready Using CTRL-D to continue=> end of reading: at 3 seconds Reading image 0 cells, rest 67108864 are 0 512 frames, 512 rows, 256 columns => memory 67108864 (execute 12 columns for -r and -g options) -- in memory mode (Regular) sequential access finish: at 4 seconds # limit cputime unlimited filesize unlimited datasize 131072 kbytes stacksize 65536 kbytes coredumpsize unlimited memoryuse unlimited memorylocked 124248 kbytes maxproc 179 openfiles 360 >How-To-Repeat: to malloc(1024*1024, N), and try N > 64. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jul 9 14:59:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA14608 for bugs-outgoing; Wed, 9 Jul 1997 14:59:08 -0700 (PDT) Received: (from davidg@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA14589; Wed, 9 Jul 1997 14:58:56 -0700 (PDT) Date: Wed, 9 Jul 1997 14:58:56 -0700 (PDT) From: David Greenman Message-Id: <199707092158.OAA14589@hub.freebsd.org> To: jin@adv-pc-1.lbl.gov, davidg, freebsd-bugs Subject: Re: kern/4070 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: cannot access over 64MB memory State-Changed-From-To: open-closed State-Changed-By: davidg State-Changed-When: Wed Jul 9 14:58:21 PDT 1997 State-Changed-Why: Operator error; see my email explaination. From owner-freebsd-bugs Wed Jul 9 15:00:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA14718 for bugs-outgoing; Wed, 9 Jul 1997 15:00:02 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA14688; Wed, 9 Jul 1997 15:00:01 -0700 (PDT) Date: Wed, 9 Jul 1997 15:00:01 -0700 (PDT) Message-Id: <199707092200.PAA14688@hub.freebsd.org> To: freebsd-bugs Cc: From: David Greenman Subject: Re: kern/4070: cannot access over 64MB memory Reply-To: David Greenman Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4070; it has been noted by GNATS. From: David Greenman To: jin@adv-pc-1.lbl.gov Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/4070: cannot access over 64MB memory Date: Wed, 09 Jul 1997 14:59:15 -0700 > options "MAXMEM=(256x1024)" > supposes to enable more than 64 MB memory, but only 64MB memory > can be accessed regardless how many memory detected by kernel. > ># dmesg | grep mem >real memory = 134217728 (131072K bytes) >Physical memory hole(s): >avail memory = 127311872 (124328K bytes) ... >mem-test [S20-1] : no enough core available for inbuf -> 1H x 6000000H = 100663296; Error<12> Cannot allocate memory The error is returned because you hit the process resource limit, not because the system didn't have enough memory. ># limit ... >datasize 131072 kbytes Malloc is kind of strange when it comes to allocating the virtual address space and will consume up to twice the amount requested. If you want to malloc more than 64MB, you'll need to further increase the data limit. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-bugs Wed Jul 9 15:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA16934 for bugs-outgoing; Wed, 9 Jul 1997 15:40:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA16867; Wed, 9 Jul 1997 15:40:02 -0700 (PDT) Date: Wed, 9 Jul 1997 15:40:02 -0700 (PDT) Message-Id: <199707092240.PAA16867@hub.freebsd.org> To: freebsd-bugs Cc: From: "Jin Guojun[ITG]" Subject: Re: kern/4070: cannot access over 64MB memory Reply-To: "Jin Guojun[ITG]" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4070; it has been noted by GNATS. From: "Jin Guojun[ITG]" To: dg@root.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/4070: cannot access over 64MB memory Date: Wed, 9 Jul 1997 15:36:45 -0700 } ># limit } ... } >datasize 131072 kbytes } } Malloc is kind of strange when it comes to allocating the virtual address } space and will consume up to twice the amount requested. If you want to malloc } more than 64MB, you'll need to further increase the data limit. Would some one please update the section 7.6 in www.freebsd.com/FAQ/FAQ.html to add this information in? Thanks, -Jin From owner-freebsd-bugs Wed Jul 9 16:40:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA19852 for bugs-outgoing; Wed, 9 Jul 1997 16:40:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA19845; Wed, 9 Jul 1997 16:40:04 -0700 (PDT) Date: Wed, 9 Jul 1997 16:40:04 -0700 (PDT) Message-Id: <199707092340.QAA19845@hub.freebsd.org> To: freebsd-bugs Cc: From: Kazutaka YOKOTA Subject: Re: i386/4030: syscons thinks CTRL is always pressed Reply-To: Kazutaka YOKOTA Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR i386/4030; it has been noted by GNATS. From: Kazutaka YOKOTA To: hoek@hwcn.org Cc: FreeBSD-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: i386/4030: syscons thinks CTRL is always pressed Date: Thu, 10 Jul 1997 08:43:34 +0900 >> >>Number: 4030 >> >>Category: i386 >> >>Synopsis: syscons thinks CTRL pressed, must reboot [repeatable] [...] >Okay, the patch works. However, I can still reproduce the >problem if I use a slight variation on the first keymap. > scan cntrl alt alt cntrl lock code base shift cntrl shift alt shift cntrl shift state > 090 cr rctrl nl nl rctrl rctrl nl nl O > >Press and hold Alt, then press rctrl. Release all keys. Then >press `d' or whatever and you'll log out. Well, it depends on which key you release first!! If you press Alt then right Ctrl, syscons picks up the fifth field, thinks `rctrl' is down and set the internal ctrl bit . Then, if you release Ctrl first, then Alt, syscons correctly picks up the fifth field again, thinks `rctrl' is released, and clears the internal ctrl bit. But, if you release Alt first, then Ctrl, syscons picks up the first field, and thinks `cr' is released. The internal ctrl bit remains set.... A tricky bug. But, at the same time I wonder this bug should be attributed to this rather strange keymap entry... >The patch, as shown, is good enough for me, since the keymap one >would have to use to reproduce the bug now is not very useful >(for me, anyways). Kazu From owner-freebsd-bugs Wed Jul 9 23:34:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA09581 for bugs-outgoing; Wed, 9 Jul 1997 23:34:11 -0700 (PDT) Received: from gatekeeper.ukrv.de (gatekeeper.ukrv.de [193.175.72.2]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id XAA09568 for ; Wed, 9 Jul 1997 23:34:06 -0700 (PDT) Received: by gatekeeper.ukrv.de; (5.65/1.1.8.2/17Oct95-0336PM) id AA06253; Thu, 10 Jul 1997 08:33:57 +0200 Received: from mailhost(193.175.66.33) by gatekeeper.ukrv.de via smap (V1.3-JSC) id sma006354; Thu Jul 10 08:33:54 1997 Received: from merlin.ukrv.de by mailhost.ukrv.de; (5.65/1.1.8.2/08Mar95-0213PM) id AA18741; Thu, 10 Jul 1997 08:33:54 +0200 Received: by merlin.ukrv.de (4.1/UKRV-Gen PCG 0.1) id AA07266; Thu, 10 Jul 97 08:33:53 +0200 From: Udo Wolter Message-Id: <9707100633.AA07266@merlin.ukrv.de> Subject: Re: PS/2 and Keycode bug In-Reply-To: <199707081711.CAA13841@zodiac.mech.utsunomiya-u.ac.jp> from Kazutaka YOKOTA at "Jul 9, 97 02:11:06 am" To: yokota@zodiac.mech.utsunomiya-u.ac.jp (Kazutaka YOKOTA) Date: Thu, 10 Jul 1997 08:33:52 +0200 (MET DST) Cc: uwp@ukrv.de, bugs@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp X-Mailer: ELM [version 2.4ME+ PL31 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > The PS/2 mouse and the serial mouse are completely different and > are handled in different ways under FreeBSD. Therefore, if the keyboard > lockup you are describing happens in both systems in the same way, > then I think it is unlikely that the cause of the lockup is with the mice. That's what I wanted to say. :-) > You appear to be experiencing the lockup under X. If you move the Yes, only under X at this time. > mouse, does the mouse pointer move accordingly? If so, the mouse and No, mouse AND keyboard are dead. > the X server are all right (you may not be able to display menu or > move windows, but that's not the mouse driver's fault). I don't know. Because I can't move anything I don't know what's happening. > What happens if you hit Num-Lock, Caps-Lock or Scroll-Lock? If Never tried. > hitting these keys changes the keyboard LEDs, the keyboard driver is > working. Another way to test the keyboard driver is to login to the > system via telnet or rlogin from another host, become root, and issue > `kbdcontrol -r fast < /dev/ttyv0'. If the keyboard driver is dead, the > command will fail. This sounds good. I'll test it the next time I have a lockup. > You see, there always is a possibility that it is either the window > manager or a client program that is not responding to mouse or > keyboard input, and the keyboard and mouse drivers are sending correct > data to the X server. Maybe. I'll test it the next time and will tell you. > >doin' nothin'. It only hung up when I really kick the machine to boost > >every bit out of it. > > Like doing what? renice some processes to -20 (e.g. a musicin process -> MPEG-Audio-Encoding) or starting 2 X-servers at once. This worked fantastic in 2.1.7 so it should be ok. Bye, Udo -- Udo Wolter, email: uwp@cs.tu-berlin.de !!! LOW-TECH Page: http://low-tech.home.ml.org !!! From owner-freebsd-bugs Wed Jul 9 23:53:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA10799 for bugs-outgoing; Wed, 9 Jul 1997 23:53:29 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA10704; Wed, 9 Jul 1997 23:51:40 -0700 (PDT) Resent-Date: Wed, 9 Jul 1997 23:51:40 -0700 (PDT) Resent-Message-Id: <199707100651.XAA10704@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, koshy@india.hp.com Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.219]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA10146 for ; Wed, 9 Jul 1997 23:40:23 -0700 (PDT) Received: from postbox.india.hp.com (postbox.india.hp.com [15.10.45.1]) by palrel3.hp.com (8.8.5/8.8.5) with ESMTP id XAA24078 for ; Wed, 9 Jul 1997 23:40:14 -0700 (PDT) Received: from localhost by postbox.india.hp.com with ESMTP (1.39.111.2/16.2) id AA118356762; Thu, 10 Jul 1997 12:09:22 +0530 Message-Id: <199707100640.XAA24078@palrel3.hp.com> Date: Thu, 10 Jul 1997 12:09:22 +0530 From: koshy@india.hp.com Reply-To: koshy@india.hp.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/4071: Writing SCSI tape fails: DMA beyond end of ISA Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4071 >Category: kern >Synopsis: Accessing /dev/rst0 causes `DMA beyond end of ISA' errors >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 9 23:50:02 PDT 1997 >Last-Modified: >Originator: Joseph Koshy >Organization: Hewlett-Packard ISO Bangalore >Release: FreeBSD 3.0-CURRENT i386 >Environment: A 32MB machine running -current of July 1st week vintage. An AHA1542CF controller as the SCSI adapter, and a HP 2GB DAT drive. FreeBSD krill.india.hp.com 3.0-CURRENT FreeBSD 3.0-CURRENT #0: \ Tue Jul 8 10:36:25 IST 1997 \ root@krill.india.hp.com:/usr/src/sys/compile/KRILL i386 >Description: Accessing /dev/rst0 causes I/O's to abort with `DMA beyond end of ISA' errors. Jul 10 12:31:32 krill /kernel: aha0: DMA beyond end Of ISA: 0x1f86d08 Jul 10 12:31:32 krill /kernel: st0: bad request, must be between 0 and 0 The kernel has BOUNCE_BUFFERS configured. The problem was not present in -current kernels of April 1997 vintage. Disk access to SD0 works OK (touch wood). Kernel DMESG output: Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-CURRENT #0: Tue Jul 8 10:36:25 IST 1997 root@krill.india.hp.com:/usr/src/sys/compile/KRILL CPU: Pentium (90.00-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping=5 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 30396416 (29684K bytes) Probing for devices on PCI bus 0: chip0: rev 0x01 on pci0.0.0 chip1: rev 0x01 on pci0.1.0 vga0: rev 0x2d int a irq 9 on pci0.5.0 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 0x300-0x31f irq 15 on isa ed0: address 08:00:09:d9:d3:f9, type HP-PCLAN+ (32-bit regular IO) sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A psm0 at 0x60-0x64 irq 12 on motherboard psm0: device ID 0 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 516MB (1057392 sectors), 1049 cyls, 16 heads, 63 S/T, 512 B/S aha0 at 0x330-0x333 irq 11 drq 5 on isa scbus0 at aha0 bus 0 st0 at scbus0 target 3 lun 0 st0: type 1 removable SCSI 2 st0: Sequential-Access density code 0x13, drive empty sd0 at scbus0 target 4 lun 0 sd0: type 0 fixed SCSI 2 sd0: Direct-Access 2048MB (4194685 512 byte sectors) npx0 on motherboard npx0: INT 16 interface And these are some error messages: aha0: DMA beyond end Of ISA: 0x194fd08 st0: bad request, must be between 0 and 0 aha0: DMA beyond end Of ISA: 0x12d0d08 st0: bad request, must be between 0 and 0 aha0: DMA beyond end Of ISA: 0x1f86d08 st0: bad request, must be between 0 and 0 >How-To-Repeat: Build a -current kernel with an AHA adapter (other ISA SCSI controllers should be ok too) and try to access the tape drive. The machine should have >16MB memory. >Fix: No workaround/fix known, sorry. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jul 10 00:06:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA11385 for bugs-outgoing; Thu, 10 Jul 1997 00:06:56 -0700 (PDT) Received: from critter.dk.tfs.com ([140.145.230.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA11380 for ; Thu, 10 Jul 1997 00:06:50 -0700 (PDT) Received: from critter.dk.tfs.com (localhost [127.0.0.1]) by critter.dk.tfs.com (8.8.6/8.8.5) with ESMTP id IAA06463; Thu, 10 Jul 1997 08:17:01 +0200 (CEST) To: David Greenman cc: freebsd-bugs@FreeBSD.ORG From: Poul-Henning Kamp Subject: Re: kern/4070: cannot access over 64MB memory In-reply-to: Your message of "Wed, 09 Jul 1997 15:00:01 PDT." <199707092200.PAA14688@hub.freebsd.org> Date: Thu, 10 Jul 1997 08:17:01 +0200 Message-ID: <6461.868515421@critter.dk.tfs.com> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Malloc is kind of strange when it comes to allocating the virtual address > space and will consume up to twice the amount requested. Well, true, but that is not the case here: The maximum overallocation for any one call to malloc(bytes) is: min(pagesize-1, bytes*2-1) This is because when "bytes" is > pagesize/2, an integral number of pages is allocated, otherwise a 2^n size chunk is allocated. -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@tfs.com TRW Financial Systems, Inc. Power and ignorance is a disgusting cocktail. From owner-freebsd-bugs Thu Jul 10 00:40:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA13044 for bugs-outgoing; Thu, 10 Jul 1997 00:40:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA13011; Thu, 10 Jul 1997 00:40:02 -0700 (PDT) Date: Thu, 10 Jul 1997 00:40:02 -0700 (PDT) Message-Id: <199707100740.AAA13011@hub.freebsd.org> To: freebsd-bugs Cc: From: Peter Wemm Subject: Re: kern/4071: Writing SCSI tape fails: DMA beyond end of ISA Reply-To: Peter Wemm Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4071; it has been noted by GNATS. From: Peter Wemm To: koshy@india.hp.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/4071: Writing SCSI tape fails: DMA beyond end of ISA Date: Thu, 10 Jul 1997 15:27:29 +0800 koshy@india.hp.com wrote: > > Jul 10 12:31:32 krill /kernel: aha0: DMA beyond end Of ISA: 0x1f86d08 > Jul 10 12:31:32 krill /kernel: st0: bad request, must be between 0 and 0 > > The kernel has BOUNCE_BUFFERS configured. The problem was not present in > -current kernels of April 1997 vintage. > > Disk access to SD0 works OK (touch wood). It happens for me too on an old machine, but the only active scsi devices are sd0 and sd1. aha0 at 0x330-0x333 irq 11 drq 7 on isa aha0: waiting for scsi devices to settle scbus0 at aha0 bus 0 sd0 at scbus0 target 0 lun 0 sd0: type 0 fixed SCSI 2 sd0: Direct-Access 516MB (1057758 512 byte sectors) sd0: with 2853 cyls, 4 heads, and an average 92 sectors/track sd1 at scbus0 target 1 lun 0 sd1: type 0 fixed SCSI 2 sd1: Direct-Access 2014MB (4124736 512 byte sectors) sd1: with 6810 cyls, 4 heads, and an average 151 sectors/track cd0 at scbus0 target 2 lun 0 cd0: type 5 removable SCSI 1 cd0: CD-ROM cd present [132125 x 2048 byte records] st0 at scbus0 target 4 lun 0 st0: type 1 removable SCSI 1 st0: Sequential-Access density code 0x0, drive empty npx0 on motherboard npx0: INT 16 interface aha0: DMA beyond end Of ISA: 0x1eafd14 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ It happens once only, I wonder if this is st0 checking for status or something? Cheers, -Peter From owner-freebsd-bugs Thu Jul 10 02:44:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA19246 for bugs-outgoing; Thu, 10 Jul 1997 02:44:18 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA19209 for ; Thu, 10 Jul 1997 02:44:11 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id CAA28234; Thu, 10 Jul 1997 02:45:21 -0700 (PDT) Message-Id: <199707100945.CAA28234@implode.root.com> To: Poul-Henning Kamp cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4070: cannot access over 64MB memory In-reply-to: Your message of "Thu, 10 Jul 1997 08:17:01 +0200." <6461.868515421@critter.dk.tfs.com> From: David Greenman Reply-To: dg@root.com Date: Thu, 10 Jul 1997 02:45:21 -0700 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >> Malloc is kind of strange when it comes to allocating the virtual address >> space and will consume up to twice the amount requested. > >Well, true, but that is not the case here: > >The maximum overallocation for any one call to malloc(bytes) is: > > min(pagesize-1, bytes*2-1) > >This is because when "bytes" is > pagesize/2, an integral number of >pages is allocated, otherwise a 2^n size chunk is allocated. Nonetheless, the problem is that he's hitting the process ulimit. As you know, the failure mode for running out of memory (RAM + swap) is quite different than the error indicated in this problem report. Perhaps the problem is caused by VM fragmentation? Or a bug in malloc? -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-bugs Thu Jul 10 03:31:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA24392 for bugs-outgoing; Thu, 10 Jul 1997 03:31:01 -0700 (PDT) Received: from critter.dk.tfs.com ([140.145.230.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA24354 for ; Thu, 10 Jul 1997 03:30:54 -0700 (PDT) Received: from critter.dk.tfs.com (localhost [127.0.0.1]) by critter.dk.tfs.com (8.8.6/8.8.5) with ESMTP id MAA10302; Thu, 10 Jul 1997 12:28:58 +0200 (CEST) To: dg@root.com cc: Poul-Henning Kamp , freebsd-bugs@freebsd.org From: Poul-Henning Kamp Subject: Re: kern/4070: cannot access over 64MB memory In-reply-to: Your message of "Thu, 10 Jul 1997 02:45:21 PDT." <199707100945.CAA28234@implode.root.com> Date: Thu, 10 Jul 1997 12:28:57 +0200 Message-ID: <10300.868530537@critter.dk.tfs.com> Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199707100945.CAA28234@implode.root.com>, David Greenman writes: > Nonetheless, the problem is that he's hitting the process ulimit. As you >know, the failure mode for running out of memory (RAM + swap) is quite >different than the error indicated in this problem report. Perhaps the problem >is caused by VM fragmentation? Or a bug in malloc? It seems to me that phkmalloc does the logical (and correct!) thing: schizo phk> limits Resource limits (current): cputime infinity secs filesize infinity kb datasize-cur 65536 kb stacksize-cur 8192 kb coredumpsize infinity kb memoryuse-cur 29460 kb memorylocked-cur 9821 kb maxprocesses 1620 openfiles 3240 schizo phk> cat a.c main() { malloc(64*1024*1024); } schizo phk> cc a.c schizo phk> ktrace ./a.out schizo phk> kdump | tail -5 6761 a.out CALL break(0x4000) 6761 a.out RET break 0 6761 a.out CALL break(0x4004000) 6761 a.out RET break -1 errno 12 Cannot allocate memory 6761 a.out CALL exit(0) schizo phk> limit datasize unlimited schizo phk> limits Resource limits (current): cputime infinity secs filesize infinity kb datasize 131072 kb stacksize-cur 8192 kb coredumpsize infinity kb memoryuse-cur 29460 kb memorylocked-cur 9821 kb maxprocesses 1620 openfiles 3240 schizo phk> ktrace ./a.out schizo phk> kdump | tail -5 6767 a.out CALL mmap(0,0x12000,0x3,0x1002,0xffffffff,0,0,0) 6767 a.out RET mmap 134836224/0x8097000 6767 a.out CALL munmap(0x801c000,0x1000) 6767 a.out RET munmap 0 6767 a.out CALL exit(0x4000) schizo phk> kdump | grep sbrk schizo phk> kdump | grep break 6767 a.out CALL break(0x4000) 6767 a.out RET break 0 6767 a.out CALL break(0x4004000) 6767 a.out RET break 0 -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@tfs.com TRW Financial Systems, Inc. Power and ignorance is a disgusting cocktail. From owner-freebsd-bugs Thu Jul 10 03:50:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA25581 for bugs-outgoing; Thu, 10 Jul 1997 03:50:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA25572; Thu, 10 Jul 1997 03:50:01 -0700 (PDT) Date: Thu, 10 Jul 1997 03:50:01 -0700 (PDT) Message-Id: <199707101050.DAA25572@hub.freebsd.org> To: freebsd-bugs Cc: From: N Fung Subject: Re: bin/3210: routed having problems with /etc/gateways, netmasks Reply-To: N Fung Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/3210; it has been noted by GNATS. From: N Fung To: Bill Fenner Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/3210: routed having problems with /etc/gateways, netmasks Date: Thu, 10 Jul 1997 19:46:05 +0900 (JST) Hi Bill, On Tue, 6 May 1997, Bill Fenner wrote: >Could you try the routed from -current? It has several >byte-order related bug fixes over what went out in 2.2.1 . > I've just installed 2.2.2-RELEASE and I have still have the exact same problems. Any idea when this will be fixed? Many Thanks. Regards, Nelson From owner-freebsd-bugs Thu Jul 10 04:40:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA27627 for bugs-outgoing; Thu, 10 Jul 1997 04:40:56 -0700 (PDT) Received: from mercury.ukc.ac.uk (mercury.ukc.ac.uk [129.12.21.10]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id EAA27621 for ; Thu, 10 Jul 1997 04:40:52 -0700 (PDT) Received: from kestrel.ukc.ac.uk (actually 129.12.21.11) by mercury.ukc.ac.uk with SMTP (PP); Thu, 10 Jul 1997 12:40:37 +0100 Received: from localhost by kestrel.ukc.ac.uk (5.x/UKC-2.14) id AA06781; Thu, 10 Jul 1997 12:40:36 +0100 Date: Thu, 10 Jul 1997 12:40:35 +0100 (BST) From: "K.J.Koster" To: freebsd-bugs@freebsd.org Subject: disklabel report typo's Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello bugs, I submit a non-sendpr report, as I have no internet access from a FreeBSD machine. system: FreeBSD 2.2.2-release importance: not at all description: When I type `disklabel sd1', or even `disklabel -e sd1', disklabel reports the slice I'm editing to be `sd0s1', rather than `sd1s1'. This isn't serious, since it writes the modifications to `sd1s1', but was enough to give me a heartattack ;) (The slice is reported on the second line of the output) fix: dunno, can't be difficult. Groetjes, Kees Jan PS. Please CC me, as I'm not on the mailing list. ---------------------------------------------------------------v-- Kees Jan Koster tel: UK-1227-453157 e-mail: kjk1@ukc.ac.uk 15 St. Michaels Road, Canterbury, Kent, United Kingdom ------------------------------------------------------------------ What do you mean `compromise'. Am I wrong then? From owner-freebsd-bugs Thu Jul 10 04:54:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA28184 for bugs-outgoing; Thu, 10 Jul 1997 04:54:53 -0700 (PDT) Received: from lirmm.lirmm.fr (lirmm.lirmm.fr [193.49.104.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA28172 for ; Thu, 10 Jul 1997 04:54:47 -0700 (PDT) Received: from lirmm.fr (baobab.lirmm.fr [193.49.106.14]) by lirmm.lirmm.fr (8.8.5/8.8.5) with ESMTP id NAA00121; Thu, 10 Jul 1997 13:54:09 +0200 (MET DST) Message-Id: <199707101154.NAA00121@lirmm.lirmm.fr> To: Peter Wemm , bugs@FreeBSD.org Subject: Re: kern/4071: Writing SCSI tape fails: DMA beyond end of ISA In-reply-to: Your message of "Thu, 10 Jul 1997 00:40:02 PDT." <199707100740.AAA13011@hub.freebsd.org> Date: Thu, 10 Jul 1997 13:54:08 +0200 From: "Philippe Charnier" Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Salut, In the message Re: kern/4071: Writing SCSI tape fails: DMA beyond end of ISA , Peter Wemm wrote : >The following reply was made to PR kern/4071; it has been noted by GNATS. > >From: Peter Wemm > > It happens once only, I wonder if this is st0 checking for status or > something? > I have this problem as well since about 2 months. All 3 scsi disks are working fine, but : -I need several tries for mounting the cdrom drive, -Amanda often fails starting the tape drive. (P133/32/AHA1542CF,Bounce Buffers/3disks,HP DAT,TOSHIBA 1x CDROM) -------- -------- Philippe Charnier charnier@lirmm.fr LIRMM, 161 rue Ada, 34392 Montpellier cedex 5 -- France ------------------------------------------------------------------------ From owner-freebsd-bugs Thu Jul 10 16:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA03432 for bugs-outgoing; Thu, 10 Jul 1997 16:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA03399; Thu, 10 Jul 1997 16:00:02 -0700 (PDT) Date: Thu, 10 Jul 1997 16:00:02 -0700 (PDT) Message-Id: <199707102300.QAA03399@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: bin/3210: routed having problems with /etc/gateways, netmasks Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/3210; it has been noted by GNATS. From: Bill Fenner To: N Fung Cc: Bill Fenner , freebsd-gnats-submit@freebsd.org Subject: Re: bin/3210: routed having problems with /etc/gateways, netmasks Date: Thu, 10 Jul 1997 08:43:38 PDT N Fung wrote: >On Tue, 6 May 1997, Bill Fenner wrote: >>Could you try the routed from -current? > >I've just installed 2.2.2-RELEASE and I have still have the exact same >problems. Any idea when this will be fixed? Many Thanks. Please grab ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/sbin/routed.tar.gz and try it. Bill From owner-freebsd-bugs Thu Jul 10 23:06:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA18911 for bugs-outgoing; Thu, 10 Jul 1997 23:06:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA18901; Thu, 10 Jul 1997 23:06:00 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA04913; Thu, 10 Jul 1997 23:05:43 -0700 (PDT) Date: Thu, 10 Jul 1997 23:05:43 -0700 (PDT) Message-Id: <199707110605.XAA04913@freefall.freebsd.org> To: max@sfc.wide.ad.jp, max@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: gnu/1379 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Man command problem, when it writes into symlinked dir State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Thu Jul 10 23:05:05 PDT 1997 State-Changed-Why: The recent changes regarding symlinks fixed this problem. From owner-freebsd-bugs Fri Jul 11 00:15:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA22288 for bugs-outgoing; Fri, 11 Jul 1997 00:15:04 -0700 (PDT) Received: from veda.is (veda.is [193.4.230.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA22275 for ; Fri, 11 Jul 1997 00:14:58 -0700 (PDT) Received: from ubiq.veda.is (ubiq.veda.is [193.4.230.60]) by veda.is (8.8.5/8.8.5) with ESMTP id HAA19474 for ; Fri, 11 Jul 1997 07:14:56 GMT From: Adam David Received: (from adam@localhost) by ubiq.veda.is (8.8.5/8.8.5) id HAA10263 for freebsd-bugs@freebsd.org; Fri, 11 Jul 1997 07:14:54 GMT Message-Id: <199707110714.HAA10263@ubiq.veda.is> Subject: PING src addr all ones? To: freebsd-bugs@freebsd.org Date: Fri, 11 Jul 1997 07:14:53 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is this a bug or some weird feature? When I ping a host on a remote network from a multihomed host with a ppp link at the primary IP being the static interface route to that network, the source address of the ping becomes 255.255.255.255 (!!WEIRD!!) instead of the primary IP. In this case the pings are never answered which is normal under the circumstances, since it doesn't make sense to respond to a broadcast source address. So how come the host thinks its primary IP is 255.255.255.255 ??? If I send out a ping to that as a destination address from hosts on any of the connected interfaces, this host responds with the actual primary IP address but all else is quiet. This is on 2.2.2 Release BTW, with ipfw. -- Adam David From owner-freebsd-bugs Fri Jul 11 04:58:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA03556 for bugs-outgoing; Fri, 11 Jul 1997 04:58:47 -0700 (PDT) Received: from hades.dcs.napier.ac.uk (hades.dcs.napier.ac.uk [146.176.161.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA03551 for ; Fri, 11 Jul 1997 04:58:39 -0700 (PDT) Received: from artemis.dcs.napier.ac.uk (artemis [146.176.161.5]) by hades.dcs.napier.ac.uk (8.7.3/8.7.3) with ESMTP id NAA12286 for ; Fri, 11 Jul 1997 13:00:53 +0100 (BST) Received: (from bsc4093@localhost) by artemis.dcs.napier.ac.uk (8.7.3/8.7.3) id NAA12020; Fri, 11 Jul 1997 13:00:51 +0100 (BST) Date: Fri, 11 Jul 1997 13:00:50 +0100 (BST) From: Robin Carey To: freebsd-bugs@freebsd.org Subject: FreeBSD-2.1.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Yo :) Found some problems with my new FreeBSD-2.2.1 CDROM .... 1) ispunct(3) doesn't work :) It returns TRUE for characters which are not punctuation. To see what I mean, try this program: -------- 8< -------- # include # include void main (void) { int i; for (i = 0; i < 256; ++i) { if (ispunct(i)) { printf ("%c <%d>\n", i, i); } } } -------- 8< -------- 2) I can completely shaft my system by typing Alt-F1 (for example) straight after typing "exit" from an xterm, on a virtual tty running X-windows. In other words: switching to a text virtual tty, before X has shutdown after typing "exit" from an xterm. Does that sentence make sense to you ? It doesn't to me ... *phew* ! Basically it locks up, and you have to do a hardware reset. 3) I can consistently crash my system .... I haven't got the crash message handy - I'd need to get that for you if you want me to, and I haven't verified if it happens with the generic kernel, or just my own custom kernel. 4) The manual page for assert(3) should have an "ANSI standard" footer :) I've told you about this one before BTW :) 5) Lastly ... oh yeh, thats it, if you want some quick'n easy bugfixes for telnet(1), you should have a look at OpenBSD telnet(1) as I made some fixes to that which obviously weren't applied to NetBSD or FreeBSD. Look for the grammatically correct CVS log message; that'll be mine :) Other than that, everything seems OK so far. I'll let you know if I run into any more problems. You should sort out microemacs BTW - its default setup sucks badly. For a start, it creates that "_xlk" lock directory which means its no good for system admin. Also the default CMODE is completely bent and so is that HELP window which springs up when you start uemacs .... :) Oh yeh, how do I find out if something is a port, and if it isn't, how to make it one .... ? I haven't got a web-browser at the moment BTW. Cheers/thanks-for-the-semi-rock-solid-system, L8r ....... :) From owner-freebsd-bugs Fri Jul 11 05:01:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA03710 for bugs-outgoing; Fri, 11 Jul 1997 05:01:53 -0700 (PDT) Received: from hades.dcs.napier.ac.uk (hades.dcs.napier.ac.uk [146.176.161.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA03701 for ; Fri, 11 Jul 1997 05:01:42 -0700 (PDT) Received: from artemis.dcs.napier.ac.uk (artemis [146.176.161.5]) by hades.dcs.napier.ac.uk (8.7.3/8.7.3) with ESMTP id NAA12444 for ; Fri, 11 Jul 1997 13:03:59 +0100 (BST) Received: (from bsc4093@localhost) by artemis.dcs.napier.ac.uk (8.7.3/8.7.3) id NAA12059; Fri, 11 Jul 1997 13:03:58 +0100 (BST) Date: Fri, 11 Jul 1997 13:03:57 +0100 (BST) From: Robin Carey To: freebsd-bugs@freebsd.org Subject: afterthought Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Oh yeh .... the ncurses distributed with FreeBSD-2.2.1 .... it seg-faults every time I press DELETE in the program I've written, which uses it. And its not a bug in my program. From owner-freebsd-bugs Fri Jul 11 05:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA04579 for bugs-outgoing; Fri, 11 Jul 1997 05:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA04570; Fri, 11 Jul 1997 05:30:03 -0700 (PDT) Resent-Date: Fri, 11 Jul 1997 05:30:03 -0700 (PDT) Resent-Message-Id: <199707111230.FAA04570@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Jeff.Kreska@MCI.Com Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA04439; Fri, 11 Jul 1997 05:27:40 -0700 (PDT) Message-Id: <199707111227.FAA04439@hub.freebsd.org> Date: Fri, 11 Jul 1997 05:27:40 -0700 (PDT) From: Jeff.Kreska@MCI.Com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/4076: Adaptec 2940 and non-wide devices Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4076 >Category: kern >Synopsis: Adaptec 2940 and non-wide devices >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 11 05:30:01 PDT 1997 >Last-Modified: >Originator: Jeff Kreska >Organization: >Release: 3.0 SNAP (First release from Walnut Creek) >Environment: I was booting from the CD, and recieved errors while probing the CDROM drive. >Description: FYI. I have the same problem with 2.2 SNAP-?? Adaptec 2940U with HP 2gig disk, NEC 3xCDROM. While booting I get an error about a device refusing WIDE negotiation, and the the SCSI bus time's out. I noticed some PR's for earlier release "kern/2212, i386/3300" which appear to describe the same problem. FYI. I know that there is nothing wrong with th CDROM because I have plugged it into a Buslogic 445 card and all is well. I would be more than willing to test some kernels for who ever is working on this problem. I would even be willing to help debug the problem, but would need some assistance in getting everything set up correctly such that I could debug it. >How-To-Repeat: Boot a machine with a 2940U, a hard disk, and a CDROM/TAPE. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Jul 11 07:06:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA07999 for bugs-outgoing; Fri, 11 Jul 1997 07:06:33 -0700 (PDT) Received: from limbo.senate.org (nathan@senate.org [204.141.125.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA07992 for ; Fri, 11 Jul 1997 07:06:30 -0700 (PDT) Received: (from nathan@localhost) by limbo.senate.org (8.8.5/8.8.5) id PAA05874 for freebsd-bugs@FreeBSD.org; Sat, 1 Jan 1994 15:33:36 -0500 (EST) Date: Sat, 1 Jan 1994 15:33:36 -0500 (EST) From: Nathan Dorfman Message-Id: <199401012033.PAA05874@limbo.senate.org> To: freebsd-bugs@FreeBSD.org Subject: init won't HUP Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk OK. I have a line in my /etc/ttys that keeps my ppp connection alive: cuaa3 "/usr/sbin/pppd -detach" unknown on insecure And I kill -HUP 1 and it starts running fine. The problem starts when I want to turn it off. I tried kill -HUPing it after commenting the line out and it will still start over and over again. I even tried removing the line altogether and then kill -HUP, still it keeps spawning. From owner-freebsd-bugs Fri Jul 11 08:02:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA13813 for bugs-outgoing; Fri, 11 Jul 1997 08:02:43 -0700 (PDT) Received: from hwcn.org (main.hwcn.org [199.212.94.65]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA13805 for ; Fri, 11 Jul 1997 08:02:33 -0700 (PDT) Received: from james.freenet.hamilton.on.ca (ac199@james.hwcn.org [199.212.94.66]) by hwcn.org (8.8.6/8.8.6) with ESMTP id LAA27817; Fri, 11 Jul 1997 11:03:00 -0400 (EDT) Received: from localhost (ac199@localhost) by james.freenet.hamilton.on.ca (8.8.6/8.8.6) with SMTP id LAA26070; Fri, 11 Jul 1997 11:03:13 -0400 (EDT) X-Authentication-Warning: james.freenet.hamilton.on.ca: ac199 owned process doing -bs Date: Fri, 11 Jul 1997 11:03:13 -0400 (EDT) From: Tim Vanderhoek X-Sender: ac199@james.freenet.hamilton.on.ca Reply-To: hoek@hwcn.org To: Robin Carey cc: freebsd-bugs@FreeBSD.ORG Subject: Re: FreeBSD-2.1.1 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 11 Jul 1997, Robin Carey wrote: > 1) ispunct(3) doesn't work :) It returns TRUE for characters which are > not punctuation. To see what I mean, try this program: Reading the manpage, the output of your demonstration program looks about right... > 2) I can completely shaft my system by typing Alt-F1 (for example) > straight after typing "exit" from an xterm, on a virtual tty running > X-windows. In other words: switching to a text virtual tty, before > X has shutdown after typing "exit" from an xterm. Does that sentence > make sense to you ? It doesn't to me ... *phew* ! > Basically it locks up, and you have to do a hardware reset. Don't do that. :) Incidentally, you don't want to do that when X is starting-up, either... :) You can use send-pr to suggest that Alt-F1 (& friends) be disallowed while X is starting/quiting. > 4) The manual page for assert(3) should have an "ANSI standard" footer :) > I've told you about this one before BTW :) Utilise le send-pr. :) Check to make sure the bug hasn't been fixed in -current, first, though... > Other than that, everything seems OK so far. I'll let you know if I run > into any more problems. You should sort out microemacs BTW - its default > setup sucks badly. For a start, it creates that "_xlk" lock directory > which means its no good for system admin. Also the default CMODE is > completely bent and so is that HELP window which springs up when you > start uemacs .... :) Consider emailing the uemacs maintainer. > Oh yeh, how do I find out if something is a port, and if it isn't, how to > make it one .... ? I haven't got a web-browser at the moment BTW. http://www.freebsd.org/ports (lists FreeBSD-current ports) ftp://ftp.freebsd.org/pub/FreeBSD/ports-2.2.1 (or something like that) A nifty X package-management tool, called pib (I believe). You'll need the `ports' distribution installed. > I can't make ncurses work. I press delete and it segfaults. [badly and shortly paraphrased. :] Doesn't duplicate here (FreeBSD 2.2.2). Try and make a small test/example program and use send-pr. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-bugs Fri Jul 11 09:34:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA19106 for bugs-outgoing; Fri, 11 Jul 1997 09:34:56 -0700 (PDT) Received: from anubis.sane.com (sane.com [208.144.251.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA19101 for ; Fri, 11 Jul 1997 09:34:46 -0700 (PDT) Received: from frank ([207.51.73.131]) by anubis.sane.com (8.8.0/8.8.0) with ESMTP id MAA02544 for ; Fri, 11 Jul 1997 12:27:41 -0400 (EDT) Message-Id: <199707111627.MAA02544@anubis.sane.com> Reply-To: From: "Frank J. Faubert, Jr." To: Subject: Installation problem: double fault Date: Fri, 11 Jul 1997 12:33:13 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1160 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am trying to install FreeBSD 2.2.2 and am getting the following error message: zp0: disabled, not probed. npx0: flags 0x1 on motherboard npx0: INT 16 interface apm0: disabled, not probed. changing root device to fd0c panic: double fault I have searched USENET and found 2 others who had the same problem... Does anyone know what is causing this? I'd really like to get FreeBSD up and running so that we can port software... Thank you, -Frank From owner-freebsd-bugs Fri Jul 11 09:38:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA19316 for bugs-outgoing; Fri, 11 Jul 1997 09:38:35 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA19311 for ; Fri, 11 Jul 1997 09:38:32 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id KAA09566; Fri, 11 Jul 1997 10:38:23 -0600 (MDT) Date: Fri, 11 Jul 1997 10:38:23 -0600 (MDT) Message-Id: <199707111638.KAA09566@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Nathan Dorfman Cc: freebsd-bugs@freebsd.org Subject: Re: init won't HUP In-Reply-To: <199401012033.PAA05874@limbo.senate.org> References: <199401012033.PAA05874@limbo.senate.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > OK. I have a line in my /etc/ttys that keeps my ppp connection alive: > > cuaa3 "/usr/sbin/pppd -detach" unknown on insecure > > And I kill -HUP 1 and it starts running fine. The problem starts when I > want to turn it off. I tried kill -HUPing it after commenting the line out > and it will still start over and over again. I even tried removing the line > altogether and then kill -HUP, still it keeps spawning. Try changing it to: cuaa3 "/usr/sbin/pppd -detach" unknown off insecure ^^^ Nate From owner-freebsd-bugs Fri Jul 11 10:34:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA23581 for bugs-outgoing; Fri, 11 Jul 1997 10:34:48 -0700 (PDT) Received: from hwcn.org (main.hwcn.org [199.212.94.65]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA23534 for ; Fri, 11 Jul 1997 10:34:41 -0700 (PDT) Received: from james.freenet.hamilton.on.ca (ac199@james.hwcn.org [199.212.94.66]) by hwcn.org (8.8.6/8.8.6) with ESMTP id NAA16133; Fri, 11 Jul 1997 13:34:57 -0400 (EDT) Received: from localhost (ac199@localhost) by james.freenet.hamilton.on.ca (8.8.6/8.8.6) with SMTP id NAA15719; Fri, 11 Jul 1997 13:35:09 -0400 (EDT) X-Authentication-Warning: james.freenet.hamilton.on.ca: ac199 owned process doing -bs Date: Fri, 11 Jul 1997 13:35:08 -0400 (EDT) From: Tim Vanderhoek X-Sender: ac199@james.freenet.hamilton.on.ca Reply-To: hoek@hwcn.org To: Tim Vanderhoek cc: Robin Carey , freebsd-bugs@FreeBSD.ORG Subject: Re: FreeBSD-2.1.1 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 11 Jul 1997, Tim Vanderhoek wrote: > > setup sucks badly. For a start, it creates that "_xlk" lock directory > > which means its no good for system admin. Also the default CMODE is > > completely bent and so is that HELP window which springs up when you > > start uemacs .... :) > > Consider emailing the uemacs maintainer. ie. the FreeBSD port maintainer. Unless it should be sent to the microemacs maintainer, in which case you want that, instead. -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-bugs Fri Jul 11 10:51:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA24544 for bugs-outgoing; Fri, 11 Jul 1997 10:51:37 -0700 (PDT) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA24539 for ; Fri, 11 Jul 1997 10:51:31 -0700 (PDT) Received: from x14.mi.uni-koeln.de (annexr2-43.slip.Uni-Koeln.DE) by Octopussy.MI.Uni-Koeln.DE with SMTP id AA05490 (5.67b/IDA-1.5 for ); Fri, 11 Jul 1997 19:51:27 +0200 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.6/8.6.9) id TAA13972; Fri, 11 Jul 1997 19:51:22 +0200 (CEST) X-Face: " Date: Fri, 11 Jul 1997 19:51:21 +0200 From: Stefan Esser To: Thomas@come.net.uk Cc: bugs@FreeBSD.ORG Subject: Re: bugs report References: <199706211448.PAA12768@come.net.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74 In-Reply-To: <199706211448.PAA12768@come.net.uk>; from Thomas Yao on Sat, Jun 21, 1997 at 03:48:28PM +0000 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Jun 21, Thomas Yao wrote: > Hello, > > I think I found a bug in the FreeBSD 2.2.2-RELEASE which caused my > system has 4 VGA drivers. I guess you may be interested in this case. Thanks for sending the boot log, and sorry for the long delay until I found time to answer! > chip0 rev 2 on pci0:0 > chip1 rev 1 on pci0:7:0 > chip2 rev 0 on pci0:7:1 > vga0 rev 0 on pci0:20:0 > mapreg[10] type=0 addr=e0000000 size=1000000. > mapreg[14] type=1 addr=00006300 size=0010. > vga1 rev 0 on pci0:20:2 > mapreg[10] type=0 addr=e0000000 size=1000000. > mapreg[14] type=1 addr=00006300 size=0010. > vga2 rev 0 on pci0:20:4 > mapreg[10] type=0 addr=e0000000 size=1000000. > mapreg[14] type=1 addr=00006300 size=0010. > vga3 rev 0 on pci0:20:6 > mapreg[10] type=0 addr=e0000000 size=1000000. > mapreg[14] type=1 addr=00006300 size=0010. Hmmm, your VGA card decodes only the LSB of the PCI function line information ... Well, I guess it is time I remove some code from the PCI code in FreeBSD-2.2, which was meant to work around some (uncritical) behaviour of the Triton I chip set. If you track -stable, then the problem will be gone, soon, else I can send you a patch. Regards, STefan From owner-freebsd-bugs Fri Jul 11 12:44:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA00163 for bugs-outgoing; Fri, 11 Jul 1997 12:44:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA00143; Fri, 11 Jul 1997 12:44:23 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA18227; Fri, 11 Jul 1997 12:44:01 -0700 (PDT) Date: Fri, 11 Jul 1997 12:44:01 -0700 (PDT) Message-Id: <199707111944.MAA18227@freefall.freebsd.org> To: pac@bvemc.ppco.com, joerg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4069 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: 'panic: cant mount root' while booting new installation from disk 2. State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Fri Jul 11 21:43:36 MEST 1997 State-Changed-Why: Dup for PR # kern/4068. From owner-freebsd-bugs Fri Jul 11 12:46:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA00225 for bugs-outgoing; Fri, 11 Jul 1997 12:46:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA00213; Fri, 11 Jul 1997 12:45:42 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA18310; Fri, 11 Jul 1997 12:45:20 -0700 (PDT) Date: Fri, 11 Jul 1997 12:45:20 -0700 (PDT) Message-Id: <199707111945.MAA18310@freefall.freebsd.org> To: pac@bvemx.ppco.com, joerg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4068 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: 'panic: cant mount root' while booting new installation from disk 2. State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Fri Jul 11 21:44:12 MEST 1997 State-Changed-Why: Boot with: 1:wd(2,a)/kernel `man 8 nextboot' to make this change permanent. From owner-freebsd-bugs Fri Jul 11 12:47:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA00283 for bugs-outgoing; Fri, 11 Jul 1997 12:47:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA00272; Fri, 11 Jul 1997 12:47:22 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA18392; Fri, 11 Jul 1997 12:47:00 -0700 (PDT) Date: Fri, 11 Jul 1997 12:47:00 -0700 (PDT) Message-Id: <199707111947.MAA18392@freefall.freebsd.org> To: yamagata@nwgpc.kek.jp, joerg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/4011 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: GNU grep on CDROM causes panic State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Fri Jul 11 21:45:33 MEST 1997 State-Changed-Why: Doug Rabson applied the suggested fix in rev 1.14.2.1 (in RELENG_2_2). The fix supposedly doesn't apply anymore to -current. thanks! From owner-freebsd-bugs Fri Jul 11 15:26:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA06851 for bugs-outgoing; Fri, 11 Jul 1997 15:26:27 -0700 (PDT) Received: from bob.tri-lakes.net ([207.3.81.6]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA06840 for ; Fri, 11 Jul 1997 15:26:12 -0700 (PDT) Received: from [207.3.81.149] by bob.tri-lakes.net (NTMail 3.02.13) with ESMTP id xa225365 for ; Fri, 11 Jul 1997 17:25:47 -0500 Message-ID: <33C66CB5.41C67EA6@tri-lakes.net> Date: Fri, 11 Jul 1997 17:26:13 +0000 From: Chris Dillon X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2-STABLE i386) MIME-Version: 1.0 To: Nathan Dorfman CC: freebsd-bugs@FreeBSD.ORG Subject: Re: init won't HUP References: <199401012033.PAA05874@limbo.senate.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nathan Dorfman wrote: > > OK. I have a line in my /etc/ttys that keeps my ppp connection alive: > > cuaa3 "/usr/sbin/pppd -detach" unknown on insecure > > And I kill -HUP 1 and it starts running fine. The problem starts when I > want to turn it off. I tried kill -HUPing it after commenting the line out > and it will still start over and over again. I even tried removing the line > altogether and then kill -HUP, still it keeps spawning. I had the same problem when setting up HylaFAX and trying to put faxgetty in /etc/ttys. I ended up finally not messing with ttys and putting it in rc.local along with faxq, but i tried everything you did.. Remove the line, HUP init, kill faxgetty... HUP init AGAIN.. kill faxgetty AGAIN... all to no avail. Finally rebooted and it never popped up again. From owner-freebsd-bugs Fri Jul 11 19:31:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA15105 for bugs-outgoing; Fri, 11 Jul 1997 19:31:05 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA15099; Fri, 11 Jul 1997 19:30:54 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id MAA07463; Sat, 12 Jul 1997 12:26:25 +1000 Date: Sat, 12 Jul 1997 12:26:25 +1000 From: Bruce Evans Message-Id: <199707120226.MAA07463@godzilla.zeta.org.au> To: freebsd-bugs@FreeBSD.ORG, joerg@FreeBSD.ORG, pac@bvemx.ppco.com Subject: Re: kern/4068 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >State-Changed-Why: >Boot with: > > 1:wd(2,a)/kernel ^ examples should be consistent and use a relative pathname >`man 8 nextboot' to make this change permanent. ^^^^^^^^ plain `boot' in -current and 2.2 (post-2.2.2-release) Bruce From owner-freebsd-bugs Sat Jul 12 00:52:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA24750 for bugs-outgoing; Sat, 12 Jul 1997 00:52:38 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id AAA24745 for ; Sat, 12 Jul 1997 00:52:32 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA22458; Sat, 12 Jul 1997 09:52:24 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id JAA07818; Sat, 12 Jul 1997 09:39:27 +0200 (MET DST) Message-ID: <19970712093927.OO54538@uriah.heep.sax.de> Date: Sat, 12 Jul 1997 09:39:27 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: cracauer@wavehh.hanse.de Cc: freebsd-bugs@freebsd.org Subject: Re: conf/3605: New /etc/rc not clearing /tmp References: <199705191725.NAA23220@lakes.water.net> <19970520002537.XH34654@uriah.heep.sax.de> <9707101048.AA17785@wavehh.hanse.de> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <9707101048.AA17785@wavehh.hanse.de>; from Martin Cracauer on Jul 10, 1997 12:48:39 +0200 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Martin Cracauer wrote: > A case a friend of mine encoutered once is that you change your scsi > disks so that they are numbered in a different order. You then mount a > wrong filesystem under /tmp and its contents get deleted. You can wire your disks if you want. > Conclusion: > ----------- > > To rc.conf, add two variables to control: > a) "cleanup on boottime", yes/no > b) regular cleanup, the variable's value should be the number of days > a file needs to be untouched. Maybe deletion should optionally > happen on the base of atime, not mtime. I could agree with this. The bugs list is probably not the best forum to ask this kind of design questions however. -- 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 Sat Jul 12 04:55:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA02781 for bugs-outgoing; Sat, 12 Jul 1997 04:55:31 -0700 (PDT) Received: from gate.lan.awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA02769 for ; Sat, 12 Jul 1997 04:55:25 -0700 (PDT) Received: from dev.lan.awfulhak.org (dev.lan.awfulhak.org [10.0.1.5]) by gate.lan.awfulhak.org (8.8.5/8.8.5) with ESMTP id MAA14513; Sat, 12 Jul 1997 12:12:59 +0100 (BST) Received: from dev.lan.awfulhak.org (localhost [127.0.0.1]) by dev.lan.awfulhak.org (8.8.6/8.8.6) with ESMTP id MAA07993; Sat, 12 Jul 1997 12:12:47 +0100 (BST) Message-Id: <199707121112.MAA07993@dev.lan.awfulhak.org> X-Mailer: exmh version 2.0delta 6/3/97 To: Nathan Dorfman cc: freebsd-bugs@FreeBSD.ORG Subject: Re: init won't HUP In-reply-to: Your message of "Sat, 01 Jan 1994 15:33:36 EST." <199401012033.PAA05874@limbo.senate.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 12 Jul 1997 12:12:47 +0100 From: Brian Somers Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > OK. I have a line in my /etc/ttys that keeps my ppp connection alive: > > cuaa3 "/usr/sbin/pppd -detach" unknown on insecure > > And I kill -HUP 1 and it starts running fine. The problem starts when I > want to turn it off. I tried kill -HUPing it after commenting the line out > and it will still start over and over again. I even tried removing the line > altogether and then kill -HUP, still it keeps spawning. The -detach option isn't really supported, and almost definitely isn't consistent. Use the -direct flag instead. The HUP behaviour of ppp has changed twice recently, it currently exits, but at one point it would just hang up the line. This is probably the version you've got :-( If you want to upgrade and don't use cvsup/ctm, you can get a working copy from http://www.freebsd.org/ ~brian/ppp-2.2-970701.tar.gz. -- Brian , Don't _EVER_ lose your sense of humour.... From owner-freebsd-bugs Sat Jul 12 07:00:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA05889 for bugs-outgoing; Sat, 12 Jul 1997 07:00:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA05869; Sat, 12 Jul 1997 07:00:03 -0700 (PDT) Resent-Date: Sat, 12 Jul 1997 07:00:03 -0700 (PDT) Resent-Message-Id: <199707121400.HAA05869@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, keith@key.net.au Received: from master.key.net.au (master.key.net.au [203.35.4.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA05602 for ; Sat, 12 Jul 1997 06:52:02 -0700 (PDT) Received: (from keith@localhost) by master.key.net.au (8.8.6/8.8.5) id XAA16576; Sat, 12 Jul 1997 23:50:55 +1000 (EST) Message-Id: <199707121350.XAA16576@master.key.net.au> Date: Sat, 12 Jul 1997 23:50:55 +1000 (EST) From: Keith Anderson Reply-To: keith@key.net.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4078: Echo still switched on while typing password. Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4078 >Category: bin >Synopsis: Typed password to log in on console and it displayed on screen >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 12 07:00:01 PDT 1997 >Last-Modified: >Originator: Keith Anderson >Organization: Key Internet Services >Release: FreeBSD 2.2-STABLE i386 >Environment: 2.2-STABLE as of Mon Jul 7 06:05:11 EST 1997 >Description: I left a trafshow session running on a virtual console. I was latter logged out from that console by a kill -HUP to the shell. The screen was still all blue. Some time later I logged in on that console again and my password came up in bright yellow as I typed it. I could still log in OK. >How-To-Repeat: Run trafshow on a console...log out your shell by kill -1 from another window and log back in. I cant reproduce this however...you might have to leave trafshow running for a few hours and then the console idle for a few hours after being logged out. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Jul 12 12:20:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA15972 for bugs-outgoing; Sat, 12 Jul 1997 12:20:11 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA15965; Sat, 12 Jul 1997 12:20:04 -0700 (PDT) Resent-Date: Sat, 12 Jul 1997 12:20:04 -0700 (PDT) Resent-Message-Id: <199707121920.MAA15965@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, adam@veda.is Received: from veda.is (veda.is [193.4.230.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA15601 for ; Sat, 12 Jul 1997 12:13:01 -0700 (PDT) Received: from ubiq.veda.is (ubiq.veda.is [193.4.230.60]) by veda.is (8.8.5/8.8.5) with ESMTP id TAA12455 for ; Sat, 12 Jul 1997 19:12:58 GMT Received: (from adam@localhost) by ubiq.veda.is (8.8.5/8.8.5) id TAA19144; Sat, 12 Jul 1997 19:12:55 GMT Message-Id: <199707121912.TAA19144@ubiq.veda.is> Date: Sat, 12 Jul 1997 19:12:55 GMT From: Adam David Reply-To: adam@veda.is To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4079: formatting error (man getty) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4079 >Category: bin >Synopsis: formatting error (man getty) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 12 12:20:02 PDT 1997 >Last-Modified: >Originator: Adam David >Organization: Veda Internet >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD >Description: in 'man getty' it says "gettytab 5" instead of "gettytab(5)". Perhaps the problem is in the .Nm macro, I might have seen this elsewhere too. >How-To-Repeat: man getty >Fix: fix .Nm ??? >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Jul 12 12:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA17067 for bugs-outgoing; Sat, 12 Jul 1997 12:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA17041; Sat, 12 Jul 1997 12:40:01 -0700 (PDT) Resent-Date: Sat, 12 Jul 1997 12:40:01 -0700 (PDT) Resent-Message-Id: <199707121940.MAA17041@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, adam@veda.is Received: from veda.is (veda.is [193.4.230.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA16845 for ; Sat, 12 Jul 1997 12:35:24 -0700 (PDT) Received: from ubiq.veda.is (ubiq.veda.is [193.4.230.60]) by veda.is (8.8.5/8.8.5) with ESMTP id TAA12951 for ; Sat, 12 Jul 1997 19:35:22 GMT Received: (from adam@localhost) by ubiq.veda.is (8.8.5/8.8.5) id TAA19297; Sat, 12 Jul 1997 19:35:17 GMT Message-Id: <199707121935.TAA19297@ubiq.veda.is> Date: Sat, 12 Jul 1997 19:35:17 GMT From: Adam David Reply-To: adam@veda.is To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4080: hyphenation occurs within .Xr Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4080 >Category: bin >Synopsis: hyphenation occurs within .Xr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 12 12:40:00 PDT 1997 >Last-Modified: >Originator: Adam David >Organization: Veda Internet >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD >Description: hyphenation can occur within the .Xr macro, this is really ugly in manpages. >How-To-Repeat: On an 80-column terminal, do 'man gettytab' and notice that "getty(8)" gets split between 2 lines. >Fix: fix .Xr or use some other macro in the manpages >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Jul 12 21:05:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA04041 for bugs-outgoing; Sat, 12 Jul 1997 21:05:51 -0700 (PDT) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA04034 for ; Sat, 12 Jul 1997 21:05:43 -0700 (PDT) Received: from newman.concentric.net (newman [207.155.184.71]) by darius.concentric.net (8.8.5/(97/05/21 3.30)) id AAA13807; Sun, 13 Jul 1997 00:05:31 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from shag (ts001d01.sal-ut.concentric.net [206.173.156.13]) by newman.concentric.net (8.8.5) id AAA18781; Sun, 13 Jul 1997 00:05:29 -0400 (EDT) Message-ID: <33C85408.DF56E318@concentric.net> Date: Sat, 12 Jul 1997 22:05:28 -0600 From: Joshua Fielden Organization: Shaggy Enterprises X-Mailer: Mozilla 4.01 [en] (Win95; U) MIME-Version: 1.0 To: Robin Carey CC: freebsd-bugs@FreeBSD.ORG Subject: Re: FreeBSD-2.1.1 X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Robin Carey wrote: > > 2) I can completely shaft my system by typing Alt-F1 (for example) > straight after typing "exit" from an xterm, on a virtual tty running > X-windows. In other words: switching to a text virtual tty, before > X has shutdown after typing "exit" from an xterm. Does that sentence > make sense to you ? It doesn't to me ... *phew* ! > Basically it locks up, and you have to do a hardware reset. > I actually lost my disklabel twice doing that on 2.2.2-061897. :( -- SCSI is *not* magic. There are many technical reasons why it is occasionally necessary to sacrifice a small goat to your SCSI chain. --Joshua Fielden