From owner-freebsd-bugs Sun Mar 31 06:40:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA26517 for bugs-outgoing; Sun, 31 Mar 1996 06:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA26495 Sun, 31 Mar 1996 06:40:02 -0800 (PST) Resent-Date: Sun, 31 Mar 1996 06:40:02 -0800 (PST) Resent-Message-Id: <199603311440.GAA26495@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, greg@greg.rim.or.jp Received: from rayearth.rim.or.jp (uucp@rayearth.rim.or.jp [202.247.130.242]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA26239 for ; Sun, 31 Mar 1996 06:33:33 -0800 (PST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.7.5/3.4W3-uucp1) with UUCP id XAA03371 for FreeBSD-gnats-submit@freebsd.org; Sun, 31 Mar 1996 23:32:46 +0900 (JST) Received: from apollon.greg.rim.or.jp (apollon.greg.rim.or.jp [172.31.1.2]) by atena.greg.rim.or.jp (8.6.12/3.4Wbeta6) with ESMTP id WAA27398; Sun, 31 Mar 1996 22:22:07 +0900 Received: (from greg@localhost) by apollon.greg.rim.or.jp (8.7.5/3.4Wbeta6) id WAA01223; Sun, 31 Mar 1996 22:22:07 +0900 (JST) Message-Id: <199603311322.WAA01223@apollon.greg.rim.or.jp> Date: Sun, 31 Mar 1996 22:22:07 +0900 (JST) From: greg@greg.rim.or.jp Reply-To: greg@greg.rim.or.jp To: FreeBSD-gnats-submit@freebsd.org Cc: greg@greg.rim.or.jp X-Send-Pr-Version: 3.2 Subject: misc/1112: Can not work getnetbyaddr on NIS Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1112 >Category: misc >Synopsis: Can not work getnetbyaddr on NIS >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 06:40:01 PST 1996 >Last-Modified: >Originator: Kensaku Masuda >Organization: >Release: FreeBSD 2.2-960323-SNAP i386 >Environment: My /etc/host.conf is # $Id: host.conf,v 1.2 1993/11/07 01:02:57 wollman Exp $ # Default is to use the nameserver first # bind # If that doesn't work, then try the /etc/hosts file hosts #bind # If you have YP/NIS configured, uncomment the next line nis >Description: Don't work standard C library function that is "getnetbyaddr". I have sended to patch ( ID misc/1079 ), but commiter drop a one diference..... May be. >How-To-Repeat: Running netstat command with -r option >Fix: diff -ruN net.original/getnetbynis.c net/getnetbynis.c --- net.original/getnetbynis.c Sun Oct 22 23:39:06 1995 +++ net/getnetbynis.c Thu Mar 28 23:13:20 1996 @@ -122,7 +122,7 @@ if (type != AF_INET) return (NULL); - in.s_addr = addr; + in.s_addr = htonl(addr); str = inet_ntoa(in); cp = str + strlen(str) - 2; while(!strcmp(cp, ".0")) { >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Mar 31 07:46:23 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA29341 for bugs-outgoing; Sun, 31 Mar 1996 07:46:23 -0800 (PST) Received: from ai2a.net (root@[206.152.102.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA29335 for ; Sun, 31 Mar 1996 07:46:16 -0800 (PST) Received: from ai2a (bigdave@localhost [127.0.0.1]) by ai2a.net (8.6.12/8.6.9) with SMTP id KAA04737 for ; Sun, 31 Mar 1996 10:26:13 -0500 Message-Id: <199603311526.KAA04737@ai2a.net> Date: Sun, 31 Mar 96 10:26:14 -0500 From: David Clark X-Mailer: Mozilla 1.12 (X11; I; FreeBSD 2.1.0-RELEASE i386) MIME-Version: 1.0 To: bugs@freebsd.org Subject: popper console error X-URL: http://www.freebsd.org/support.html Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I searched across the various topics attempting to resolve why I continue to get a set of errors on the console port for the popper "unable to get cannonical name of client". This is probably related to a vacuum between my ears! So I approach the real pro's and seek guidance. Our ISP business @$5/mo is expanding across Indiana - with major press for FreeBSD. I am quite happy with the stability of the system. I am attempting to clean up remnants in preparation for a deployment of servers across the state. My thanks to all those who endeavor to bring a great o/s to the world called, FreeBSD. Thanks David From owner-freebsd-bugs Sun Mar 31 09:30:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA06217 for bugs-outgoing; Sun, 31 Mar 1996 09:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA06205 Sun, 31 Mar 1996 09:30:02 -0800 (PST) Date: Sun, 31 Mar 1996 09:30:02 -0800 (PST) Message-Id: <199603311730.JAA06205@freefall.freebsd.org> To: freebsd-bugs Cc: From: J Wunsch Subject: Re: docs/1110: Reference to an obsolete doc in share/doc/handbook/dialup.sgml Reply-To: J Wunsch Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR docs/1110; it has been noted by GNATS. From: J Wunsch To: masafumi@tky007.tth.expo96.ad.jp Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/1110: Reference to an obsolete doc in share/doc/handbook/dialup.sgml Date: Sun, 31 Mar 1996 19:02:38 +0200 (MET DST) As Masafumi NAKANE wrote: > In /usr/src/share/doc/dialup.sgml, there is suggestion to refer to > file ``/sys/doc/options.doc'' which no longer exists in FreeBSD > distribution. To avoid confusion, I believe modification is needed. Ok, thanks, i'm going to commit a fix. I've also left an explanation in the `kernel config' section to cover the new options scheme. -- 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 Sun Mar 31 09:33:11 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA06480 for bugs-outgoing; Sun, 31 Mar 1996 09:33:11 -0800 (PST) Received: from zen.nash.org (nash.pr.mcs.net [204.95.47.72]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA06467 for ; Sun, 31 Mar 1996 09:33:05 -0800 (PST) Received: (from alex@localhost) by zen.nash.org (8.6.12/8.6.12) id LAA12210; Sun, 31 Mar 1996 11:33:09 -0600 Date: Sun, 31 Mar 1996 11:33:09 -0600 Message-Id: <199603311733.LAA12210@zen.nash.org> From: Alex Nash To: bugs@freebsd.org Subject: netstat output bug Reply-to: nash@mcs.com Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [I tried to use send-pr, but I got: send-pr: could not read /usr/local/lib/gnats/FreeBSD for categories list. I looked in the FAQ, Handbook, www.freebsd.org, ftp.cdrom.com and didn't find a way to make this work. What did I miss?] OS Version: 2.1.0-RELEASE Bug severity: Minor Program: /usr/bin/netstat Submitted by: Alex Nash (nash@mcs.com) Problem: netstat's interface display option prints many unsigned long values as signed ints (this is especially noticeable when using the -b option). Suggested Fix: Apply the following patch to /usr/src/usr.bin/netstat/if.c: diff -c netstat/if.c netstat-2.1.0-RELEASE/if.c *** netstat/if.c Sun Mar 31 02:19:42 1996 --- netstat-2.1.0-RELEASE/if.c Tue Mar 26 18:28:15 1996 *************** *** 116,122 **** return; tname[15] = '\0'; ifnetaddr = (u_long)ifnet.if_next; ! snprintf(name, 32, "%s%hd", tname, ifnet.if_unit); if (interface != 0 && (strcmp(name, interface) != 0)) continue; cp = index(name, '\0'); --- 116,122 ---- return; tname[15] = '\0'; ifnetaddr = (u_long)ifnet.if_next; ! snprintf(name, 32, "%s%d", tname, ifnet.if_unit); if (interface != 0 && (strcmp(name, interface) != 0)) continue; cp = index(name, '\0'); *************** *** 125,131 **** *cp = '\0'; ifaddraddr = (u_long)ifnet.if_addrlist; } ! printf("%-5.5s %-5lu ", name, ifnet.if_mtu); if (ifaddraddr == 0) { printf("%-11.11s ", "none"); printf("%-15.15s ", "none"); --- 125,131 ---- *cp = '\0'; ifaddraddr = (u_long)ifnet.if_addrlist; } ! printf("%-5.5s %-5d ", name, ifnet.if_mtu); if (ifaddraddr == 0) { printf("%-11.11s ", "none"); printf("%-15.15s ", "none"); *************** *** 201,217 **** } ifaddraddr = (u_long)ifaddr.ifa.ifa_next; } ! printf("%8lu %5lu ", ifnet.if_ipackets, ifnet.if_ierrors); if (bflag) ! printf("%10lu ", ifnet.if_ibytes); ! printf("%8lu %5lu ", ifnet.if_opackets, ifnet.if_oerrors); if (bflag) ! printf("%10lu ", ifnet.if_obytes); ! printf("%5lu", ifnet.if_collisions); if (tflag) ! printf(" %3hd", ifnet.if_timer); if (dflag) printf(" %3d", ifnet.if_snd.ifq_drops); putchar('\n'); --- 201,217 ---- } ifaddraddr = (u_long)ifaddr.ifa.ifa_next; } ! printf("%8d %5d ", ifnet.if_ipackets, ifnet.if_ierrors); if (bflag) ! printf("%10d ", ifnet.if_ibytes); ! printf("%8d %5d ", ifnet.if_opackets, ifnet.if_oerrors); if (bflag) ! printf("%10d ", ifnet.if_obytes); ! printf("%5d", ifnet.if_collisions); if (tflag) ! printf(" %3d", ifnet.if_timer); if (dflag) printf(" %3d", ifnet.if_snd.ifq_drops); putchar('\n'); *************** *** 266,272 **** if (kread((u_long)ifnet.if_name, tname, 16)) break; tname[15] = '\0'; ! snprintf(name, 16, "%s%hd", tname, ifnet.if_unit); if (interface && strcmp(name, interface) == 0) interesting = ip; snprintf(ip->ift_name, 16, "(%s)", name);; --- 266,272 ---- if (kread((u_long)ifnet.if_name, tname, 16)) break; tname[15] = '\0'; ! snprintf(name, 16, "%s%d", tname, ifnet.if_unit); if (interface && strcmp(name, interface) == 0) interesting = ip; snprintf(ip->ift_name, 16, "(%s)", name);; *************** *** 338,354 **** continue; } if (ip == interesting) { ! printf("%8lu %5lu ", ifnet.if_ipackets - ip->ift_ip, ifnet.if_ierrors - ip->ift_ie); if (bflag) ! printf("%10lu ", ifnet.if_ibytes - ip->ift_ib); ! printf("%8lu %5lu ", ifnet.if_opackets - ip->ift_op, ifnet.if_oerrors - ip->ift_oe); if (bflag) ! printf("%10lu ", ifnet.if_obytes - ip->ift_ob); ! printf("%5lu", ifnet.if_collisions - ip->ift_co); if (dflag) printf(" %5u", ifnet.if_snd.ifq_drops - ip->ift_dr); --- 338,354 ---- continue; } if (ip == interesting) { ! printf("%8u %5u ", ifnet.if_ipackets - ip->ift_ip, ifnet.if_ierrors - ip->ift_ie); if (bflag) ! printf("%10u ", ifnet.if_ibytes - ip->ift_ib); ! printf("%8u %5u ", ifnet.if_opackets - ip->ift_op, ifnet.if_oerrors - ip->ift_oe); if (bflag) ! printf("%10u ", ifnet.if_obytes - ip->ift_ob); ! printf("%5u", ifnet.if_collisions - ip->ift_co); if (dflag) printf(" %5u", ifnet.if_snd.ifq_drops - ip->ift_dr); From owner-freebsd-bugs Sun Mar 31 10:02:33 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA08193 for bugs-outgoing; Sun, 31 Mar 1996 10:02:33 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA08179 Sun, 31 Mar 1996 10:02:30 -0800 (PST) Date: Sun, 31 Mar 1996 10:02:30 -0800 (PST) From: Joerg Wunsch Message-Id: <199603311802.KAA08179@freefall.freebsd.org> To: masafumi@tky007.tth.expo96.ad.jp, joerg, freebsd-bugs Subject: Re: docs/1110 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Reference to an obsolete doc in share/doc/handbook/dialup.sgml State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sun Mar 31 20:02:02 MET DST 1996 State-Changed-Why: Fixed in rev 1.7 of dialup.sgml. From owner-freebsd-bugs Sun Mar 31 10:51:15 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11599 for bugs-outgoing; Sun, 31 Mar 1996 10:51:15 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA11591 for ; Sun, 31 Mar 1996 10:51:04 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id UAA14798; Sun, 31 Mar 1996 20:50:46 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id UAA25806; Sun, 31 Mar 1996 20:50:41 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id UAA00347; Sun, 31 Mar 1996 20:27:39 +0200 (MET DST) From: J Wunsch Message-Id: <199603311827.UAA00347@uriah.heep.sax.de> Subject: Re: popper console error To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Sun, 31 Mar 1996 20:27:38 +0200 (MET DST) Cc: bigdave@ai2a.net (David Clark) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199603311526.KAA04737@ai2a.net> from "David Clark" at Mar 31, 96 10:26:14 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As David Clark wrote: > I searched across the various topics attempting to resolve why I continue > to get a set of errors on the console port for the popper "unable to get > cannonical name of client". Are your clients in the DNS (both, forward and reverse-lookup)? -- 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 Sun Mar 31 12:21:52 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA25331 for bugs-outgoing; Sun, 31 Mar 1996 12:21:52 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA25326 for ; Sun, 31 Mar 1996 12:21:48 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id WAA16831; Sun, 31 Mar 1996 22:21:39 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id WAA26960; Sun, 31 Mar 1996 22:21:39 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id VAA00516; Sun, 31 Mar 1996 21:00:44 +0200 (MET DST) From: J Wunsch Message-Id: <199603311900.VAA00516@uriah.heep.sax.de> Subject: Re: netstat output bug To: nash@mcs.com Date: Sun, 31 Mar 1996 21:00:44 +0200 (MET DST) Cc: bugs@FreeBSD.ORG Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199603311733.LAA12210@zen.nash.org> from "Alex Nash" at Mar 31, 96 11:33:09 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Alex Nash wrote: > > [I tried to use send-pr, but I got: > > send-pr: could not read /usr/local/lib/gnats/FreeBSD for categories list. > > I looked in the FAQ, Handbook, www.freebsd.org, ftp.cdrom.com and didn't > find a way to make this work. What did I miss?] You have spammed your send-pr. Are you sure you're using the right one at all? /usr/bin/send-pr expects the categories list under /etc/gnats/FreeBSD, see the definition of DATADIR as /etc. -- 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 Mon Apr 1 04:32:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA22876 for bugs-outgoing; Mon, 1 Apr 1996 04:32:08 -0800 (PST) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA22336 for ; Mon, 1 Apr 1996 04:27:01 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id OAA14487 for ; Mon, 1 Apr 1996 14:15:44 +0200 From: Wolfram Schneider Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.7.2/8.7.2) id OAA10587; Mon, 1 Apr 1996 14:15:38 +0200 (MET DST) Date: Mon, 1 Apr 1996 14:15:38 +0200 (MET DST) Message-Id: <199604011215.OAA10587@caramba.cs.tu-berlin.de> To: bugs@freebsd.org Subject: sendmail MIME problem Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sendmail from freebsd host to sunos host replace ``Content-Transfer-Encoding: 8bit'' with ``Content-Transfer-Encoding: base64'' or ```Content-Transfer-Encoding: quoted-printable''. Unfortunately, sendmail ignores ``Content-Conversion: prohibited'' too. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Conversion: prohibited Wolfram From owner-freebsd-bugs Mon Apr 1 05:26:36 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA25123 for bugs-outgoing; Mon, 1 Apr 1996 05:26:36 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA25104 Mon, 1 Apr 1996 05:26:34 -0800 (PST) Date: Mon, 1 Apr 1996 05:26:34 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199604011326.FAA25104@freefall.freebsd.org> To: phk, freebsd-bugs, phk Subject: Re: bin/1077 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ipfw command doesn't work on 2.1-STABLE Responsible-Changed-From-To: freebsd-bugs->phk Responsible-Changed-By: phk Responsible-Changed-When: Mon Apr 1 05:26:06 PST 1996 Responsible-Changed-Why: I'm on this one. From owner-freebsd-bugs Mon Apr 1 09:06:01 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA06978 for bugs-outgoing; Mon, 1 Apr 1996 09:06:01 -0800 (PST) Received: from lserver.infoworld.com (lserver.infoworld.com [192.216.48.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA06952 Mon, 1 Apr 1996 09:05:57 -0800 (PST) Received: from ccgate.infoworld.com by lserver.infoworld.com with smtp (Smail3.1.29.1 #12) id m0u3nP5-000wyEC; Mon, 1 Apr 96 09:28 PST Received: from cc:Mail by ccgate.infoworld.com id AA828378293; Mon, 01 Apr 96 10:00:44 PST Date: Mon, 01 Apr 96 10:00:44 PST From: "Brett Glass" Message-Id: <9603018283.AA828378293@ccgate.infoworld.com> To: freebsd-hardware@freebsd.org, hackers@freebsd.org, bugs@freebsd.org Subject: Changes to FreeBSD kernel to keep "green" drives on Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Here are the diffs to FreeBSD 2.1.0-RELEASE that turn off the inactivity timer. Turning on these flags will always be a good idea for desktop systems with "green" hard drives, but the kernel still needs fixing to handle systems in which an inactivity timeout is desirable (e.g. laptops). --Brett Changes to wd.c: 105a106,111 > #define WDOPT_NO_IDLE_0 0x0100 /* Flags added by Brett Glass to shut off */ > #define WDOPT_NO_IDLE_1 0x0200 /* inactivity timeout on some IDE drives, */ > /* such as ST5660A. On each interface, */ > /* 0x0100 and 0x0200 are for master and */ > /* slave, respectively. */ > 229a236,237 > #define DKFL_NO_IDLE 0x00800 /* disk has had inactivity timer > turned off -BG */ 443a452,453 > if (du->dk_flags & DKFL_NO_IDLE) > printf(", inactivity timer disabled"); 1610a1621,1633 > } > > /* If this drive should have its inactivity timer turned off, issue > the command to do it. If the command succeeds, then set a flag > in the disk's struct so we can report that it worked. -BG */ > > du->dk_flags &= ~DKFL_NO_IDLE; /* Assume command will fail */ > > /* Shift WDOPT_NO_IDLE_0 left if unit 1 to get WDOPT_NO_IDLE_1*/ > if (flags & (WDOPT_NO_IDLE_0 << (du->dk_unit))) { > if (wdcommand(du, 0, 0, 0, 0, WDCC_IDLEMODE) == 0) { > du->dk_flags |= DKFL_NO_IDLE; > } Changes to wdreg.h: 99a100,102 > /* Following constant added by Brett Glass for the command that > disables/enables "green" mode on drives such as the Seagate ST5660A */ > #define WDCC_IDLEMODE 0xFB /* configure active/idle mode -BG*/ From owner-freebsd-bugs Mon Apr 1 09:06:11 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07023 for bugs-outgoing; Mon, 1 Apr 1996 09:06:11 -0800 (PST) Received: from lserver.infoworld.com (lserver.infoworld.com [192.216.48.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA06947 Mon, 1 Apr 1996 09:05:56 -0800 (PST) Received: from ccgate.infoworld.com by lserver.infoworld.com with smtp (Smail3.1.29.1 #12) id m0u3nP0-000ws0C; Mon, 1 Apr 96 09:28 PST Received: from cc:Mail by ccgate.infoworld.com id AA828378286; Mon, 01 Apr 96 09:46:25 PST Date: Mon, 01 Apr 96 09:46:25 PST From: "Brett Glass" Message-Id: <9603018283.AA828378286@ccgate.infoworld.com> To: Michael Smith Cc: hdalog@zipnet.net, davidg@Root.COM, hardware@FreeBSD.ORG, bugs@FreeBSD.ORG Subject: Re: Cannot boot after install Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Note that there are some interesting comments in the ATA spec I was > referring to regarding power-saving modes. Basically, the "lowest" a > drive is allowed to go without an explicit command should still respond, > as per normal, to commands, however response may be delayed by up to 30 > seconds. If your drive is responding with an error condition (indicating > that it's gone into 'sleep' mode), it is violating the spec. In that case, the drive is absolutely within spec. It comes up within 30 seconds. However, FreeBSD literally locks up until it sees a response fron the drive. This is a problem with FreeBSD. It should not busy-wait in the kernel, forsaking all other tasks, until it gets a response. This is, after all, a multitasking OS! ;-) The kernel hack I did (turning off the power-saving mode) is appropriate for desktop machines; in fact, for them, it's a good idea. But it's NOT appropriate for laptops and other low-power applications. The kernel needs to be fixed so that the drive *can* spin down without locking up the entire machine. --Brett From owner-freebsd-bugs Mon Apr 1 09:06:22 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07081 for bugs-outgoing; Mon, 1 Apr 1996 09:06:22 -0800 (PST) Received: from lserver.infoworld.com (lserver.infoworld.com [192.216.48.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA06976 Mon, 1 Apr 1996 09:06:00 -0800 (PST) Received: from ccgate.infoworld.com by lserver.infoworld.com with smtp (Smail3.1.29.1 #12) id m0u3nP4-000wunC; Mon, 1 Apr 96 09:28 PST Received: from cc:Mail by ccgate.infoworld.com id AA828378291; Mon, 01 Apr 96 09:57:24 PST Date: Mon, 01 Apr 96 09:57:24 PST From: "Brett Glass" Message-Id: <9603018283.AA828378291@ccgate.infoworld.com> To: Andreas Klemm Cc: freebsd-hardware@freebsd.org, bugs@freebsd.org Subject: Re: Cannot boot after install Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Well this sounds silly. A lame excuse of your hardware vendor. Unfortunately, the maker of the drive happens to be Seagate. They're rather large, and just got larger. One has to accommodate them. > Figure out, only because one hardware vendor decides, that this > has to be done by the OS, not by BIOS or jumper setting, all OS > vendors or SCSI controller vendors have to rewrite their drivers > or firmware to turn off the green feature in case of trouble ?! This is an ATA drive. I was really surprised to find no jumper, but there isn't one. Seagate supplies a software solution for DOS, where (ironically) it is least needed. Anyway, the real problem is that FreeBSD's ATA disk driver is single-threaded and busy-waits in the kernel for commands to be accepted by the drive. The spindown/spinup would not really be a problem if the driver was coded using more robust techniques. (OS/2, for example, has no problems on the same machine.) --Brett From owner-freebsd-bugs Mon Apr 1 09:52:33 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA10247 for bugs-outgoing; Mon, 1 Apr 1996 09:52:33 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA10237 for ; Mon, 1 Apr 1996 09:52:25 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id TAA29673; Mon, 1 Apr 1996 19:51:46 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id TAA11488; Mon, 1 Apr 1996 19:51:46 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id TAA06277; Mon, 1 Apr 1996 19:30:53 +0200 (MET DST) From: J Wunsch Message-Id: <199604011730.TAA06277@uriah.heep.sax.de> Subject: Re: sendmail MIME problem To: wosch@cs.tu-berlin.de (Wolfram Schneider) Date: Mon, 1 Apr 1996 19:30:53 +0200 (MET DST) Cc: bugs@freebsd.org In-Reply-To: <199604011215.OAA10587@caramba.cs.tu-berlin.de> from "Wolfram Schneider" at Apr 1, 96 02:15:38 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Wolfram Schneider wrote: > > > Sendmail from freebsd host to sunos host replace > > ``Content-Transfer-Encoding: 8bit'' with ``Content-Transfer-Encoding: > base64'' or ```Content-Transfer-Encoding: quoted-printable''. Use the ``smtp8'' mailer. > Unfortunately, sendmail ignores ``Content-Conversion: prohibited'' > too. Is this any standard? -- 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 Mon Apr 1 10:07:25 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11342 for bugs-outgoing; Mon, 1 Apr 1996 10:07:25 -0800 (PST) Received: from www.communique.no (www.communique.no [193.212.204.33]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA11331 for ; Mon, 1 Apr 1996 10:07:13 -0800 (PST) Received: from www (193.212.204.33) by www.communique.no (EMWAC SMTPRS 0.70) with SMTP id ; Mon, 01 Apr 1996 20:10:54 +0200 Message-Id: <2.2.32.19960401181054.0033b344@www.communique.no> X-Sender: Administrator@www.communique.no X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 2 (High) Date: Mon, 01 Apr 1996 20:10:54 +0200 To: bugs@FreeBSD.org From: Are Bryne Subject: FTP installation Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello, I'm an NT person, and in need of a highly configurable sendmail that is freeware. Having stumbled upon FreeBSD, I was delighted to see the wonderful results of your efforts. And to have the possibility of FTP installation! (I am very :-) But... I have a problem. I've managed to configure a computer with the boot floppy. The filesystem and partitions are ok. The network card is ok. IP-settings ditto. Everything uneccessary is disabled (using -c, etc.) I am able to specify a distribution, and then media. Choosing commit/extract will work; the machine connects to a site, cds to the directory... But - having chosen e.g. the minimum distribution (compat1x compat20 bins manpages dict), the download and extraction process stops after compat20, telling me that it "Couldn't extract all of the distributions. This may be because the following distributions are not available on the installation media you've chosen: bin manpages dict" The type of media is ftp. I've been trying several sites, all give the same messages. A strange thing I've noticed is that the installation program doesn't always seem to ftp to a site before giving me the message. The message seems to be cached... Do you have a clue as to why I can't access the bin, etc. parts of the distributions? Thanks in advance, Are Bryne Communiqu=E9 DA Email: admin@communique.no Gaustadall=E9en 21 Phone: +47 22 95 86 77 N-0371 Oslo, Norway From owner-freebsd-bugs Mon Apr 1 10:23:44 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA12814 for bugs-outgoing; Mon, 1 Apr 1996 10:23:44 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA12809 Mon, 1 Apr 1996 10:23:41 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id KAA04704; Mon, 1 Apr 1996 10:21:49 -0800 (PST) Message-Id: <199604011821.KAA04704@ref.tfs.com> Subject: Re: Changes to FreeBSD kernel to keep "green" drives on To: Brett_Glass@ccgate.infoworld.com (Brett Glass) Date: Mon, 1 Apr 1996 10:21:49 -0800 (PST) From: "JULIAN Elischer" Cc: freebsd-hardware@FreeBSD.org, hackers@FreeBSD.org, bugs@FreeBSD.org In-Reply-To: <9603018283.AA828378293@ccgate.infoworld.com> from "Brett Glass" at Apr 1, 96 10:00:44 am X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > > Here are the diffs to FreeBSD 2.1.0-RELEASE that turn off the inactivity > timer. Turning on these flags will always be a good idea for desktop > systems with "green" hard drives, but the kernel still needs fixing to > handle systems in which an inactivity timeout is desirable (e.g. laptops). My laptop has always beed set up to timeout the drive after 30 secons.. the system has been coping wth this successfully since 386BSD0.1 (1992). the drive takes about 1.5 seconds to spin-up... the standard timeoutes in the driver seem to cope.. when the batery is low it sometimes has to try several times to overcome 'stiction' (you can hear teh drive kick the spindle a couple of times before it starts,, the driver seems to handle this as well, though it takes about 4 seconds to get going in this case. I know phk has been looking at spin-up optimisatiosn.. (e.g. if a drive takes more than a set time to come ready, assumen it was spinning up and schedule a 'sync' to catch it while it's already going.. From owner-freebsd-bugs Mon Apr 1 10:59:30 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17394 for bugs-outgoing; Mon, 1 Apr 1996 10:59:30 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA17381 for ; Mon, 1 Apr 1996 10:59:25 -0800 (PST) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id KAA10124 for ; Mon, 1 Apr 1996 10:59:23 -0800 Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id UAA29897; Mon, 1 Apr 1996 20:11:58 +0200 From: Wolfram Schneider Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.7.2/8.7.2) id UAA29510; Mon, 1 Apr 1996 20:11:52 +0200 (MET DST) Date: Mon, 1 Apr 1996 20:11:52 +0200 (MET DST) Message-Id: <199604011811.UAA29510@caramba.cs.tu-berlin.de> To: J Wunsch Cc: bugs@freebsd.org Subject: Re: sendmail MIME problem In-Reply-To: <199604011730.TAA06277@uriah.heep.sax.de> References: <199604011215.OAA10587@caramba.cs.tu-berlin.de> <199604011730.TAA06277@uriah.heep.sax.de> Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk J. Wunsch writes: >> Unfortunately, sendmail ignores ``Content-Conversion: prohibited'' >> too. > >Is this any standard? rfc 1344 If format conversion is done, it is STRONGLY RECOMMENDED that some kind of trace information (probably in the form of a Received header field) should be added to a message to document the conversion that has been performed. Some people have expressed concerns, or even the opinion that conversions should never be done. To accomodate the desires of those who dislike the idea of automatic format conversion. For this reason, it is suggested that such transformations be generally restricted to gateways rather than general message transport services, and that services which perform such conversions should be sensitive to a header field that indicates that the sender does not wish to have any such conversions performed. A suggested value for this header field is: Content-Conversion: prohibited From owner-freebsd-bugs Mon Apr 1 11:20:02 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19212 for bugs-outgoing; Mon, 1 Apr 1996 11:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19192 Mon, 1 Apr 1996 11:20:01 -0800 (PST) Date: Mon, 1 Apr 1996 11:20:01 -0800 (PST) Message-Id: <199604011920.LAA19192@freefall.freebsd.org> To: freebsd-bugs Cc: From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= Subject: Re: docs/1110: Reference to an obsolete doc in share/doc/handbook/dialup.sgml Reply-To: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR docs/1110; it has been noted by GNATS. From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= To: joerg_wunsch@uriah.heep.sax.de, j@uriah.heep.sax.de Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/1110: Reference to an obsolete doc in share/doc/handbook/dialup.sgml Date: Tue, 02 Apr 1996 04:13:07 +0900 From: J Wunsch Subject: Re: docs/1110: Reference to an obsolete doc in share/doc/handbook/dialup.sgml Date: Sun, 31 Mar 1996 19:02:38 +0200 (MET DST) > Ok, thanks, i'm going to commit a fix. I've also left an explanation > in the `kernel config' section to cover the new options scheme. Thanks for your work. Now i'm involved in a project to make Japanese translation of handbook and dialup.sgml is one of the files I'm translating. So I may find some more typo's or things like that as I go on. I will send-pr as I find them. I appreciate your work, really. Thanks again. ----------------------------------------------------------------------- Masafumi NAKANE, Keio Univ., Dept. of Environmental Information E-Mail : t94303mn@sfc.keio.ac.jp / masafumi@pobox.com [URL] : http://www.sfc.keio.ac.jp/~t94303mn From owner-freebsd-bugs Mon Apr 1 12:16:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23418 for bugs-outgoing; Mon, 1 Apr 1996 12:16:27 -0800 (PST) Received: from lserver.infoworld.com (lserver.infoworld.com [192.216.48.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA23411 Mon, 1 Apr 1996 12:16:24 -0800 (PST) Received: from ccgate.infoworld.com by lserver.infoworld.com with smtp (Smail3.1.29.1 #12) id m0u3qNR-000wsdC; Mon, 1 Apr 96 12:39 PST Received: from cc:Mail by ccgate.infoworld.com id AA828389720; Mon, 01 Apr 96 12:50:46 PST Date: Mon, 01 Apr 96 12:50:46 PST From: "Brett Glass" Message-Id: <9603018283.AA828389720@ccgate.infoworld.com> To: "JULIAN Elischer" Cc: freebsd-hardware@FreeBSD.org, hackers@FreeBSD.org, bugs@FreeBSD.org Subject: Re: Changes to FreeBSD kernel to keep "green" drives on Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > My laptop has always beed set up to timeout the drive after 30 secons.. > the system has been coping wth this successfully since 386BSD0.1 (1992). > the drive takes about 1.5 seconds to spin-up... > the standard timeoutes in the driver seem to cope.. Apparently, it depends on just how long the drive takes to come up to speed. It takes less power if it can ramp up more slowly, so the "greenest" drives will have the worst problems. --Brett From owner-freebsd-bugs Mon Apr 1 13:43:17 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04142 for bugs-outgoing; Mon, 1 Apr 1996 13:43:17 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA04131 for ; Mon, 1 Apr 1996 13:43:13 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id XAA07214 ; Mon, 1 Apr 1996 23:43:08 +0200 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id XAA26166 ; Mon, 1 Apr 1996 23:43:18 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.5/keltia-uucp-2.7) id TAA27416; Mon, 1 Apr 1996 19:01:40 +0200 (MET DST) From: Ollivier Robert Message-Id: <199604011701.TAA27416@keltia.freenix.fr> Subject: Re: sendmail MIME problem To: wosch@cs.tu-berlin.de (Wolfram Schneider) Date: Mon, 1 Apr 1996 19:01:39 +0200 (MET DST) Cc: bugs@FreeBSD.ORG In-Reply-To: <199604011215.OAA10587@caramba.cs.tu-berlin.de> from Wolfram Schneider at "Apr 1, 96 02:15:38 pm" X-Operating-System: FreeBSD 2.2-CURRENT ctm#1839 X-Mailer: ELM [version 2.4ME+ PL11 (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 It seems that Wolfram Schneider said: > Sendmail from freebsd host to sunos host replace > > ``Content-Transfer-Encoding: 8bit'' with ``Content-Transfer-Encoding: > base64'' or ```Content-Transfer-Encoding: quoted-printable''. Always use the smtp8 mailer. define(`confSMTP_MAILER', `smtp8')dnl before the MAILER() definitions. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #9: Mon Apr 1 03:18:13 MET DST 1996 From owner-freebsd-bugs Mon Apr 1 14:34:42 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA07972 for bugs-outgoing; Mon, 1 Apr 1996 14:34:42 -0800 (PST) Received: from medellin.cetcol.net.co (med.eafit.edu.co [157.253.135.80]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA07964 for ; Mon, 1 Apr 1996 14:34:25 -0800 (PST) Received: from None.cetcol.net.co (slip39.eafit.edu.co) by medellin.cetcol.net.co (5.x/SMI-SVR4) id AA23229; Mon, 1 Apr 1996 17:28:05 +0500 Message-Id: <316059C0.1AC7@medellin.cetcol.net.co> Date: Mon, 01 Apr 1996 17:33:36 -0500 From: "Guillermo Sobalvarro L." Organization: Ordenadora de Datos S. A. X-Mailer: Mozilla 2.0 (Win95; I) Mime-Version: 1.0 To: bugs@FreeBSD.org Subject: bug found! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I have recently installed FreeBSD on my PC with mixed results. One bug I did find while installing has to do with the time zone configuration for Colombia, South America. The setup program tries to look for a file by the name of Bogota which is the correct name for the capital of Colombia. The problem is that the file has the name Botoga so you have to switch to another terminal and copy the file Botoga to Bogota or else you have to install for another geographical location. So far that is the only bug that has surfaced during installation on this end. Hope it is of use. Guillermo Sobalvarro L. sobalodd@medellin.cetcol.net.co From owner-freebsd-bugs Mon Apr 1 16:51:36 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA17722 for bugs-outgoing; Mon, 1 Apr 1996 16:51:36 -0800 (PST) Received: from arnie.systems.sa.gov.au (arnie.systems.sa.gov.au [143.216.242.3]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA17701 Mon, 1 Apr 1996 16:51:27 -0800 (PST) Received: from state.systems.sa.gov.au by arnie.systems.sa.gov.au (PMDF V4.3-7 #13538) id <01I3295BXWAO003G0B@arnie.systems.sa.gov.au>; Tue, 2 Apr 1996 10:07:58 +1030 Received: from dogbert.systems.sa.gov.au (dogbert.systems.sa.gov.au) by state.systems.sa.gov.au (PMDF V5.0-4 #13538) id <01I32928TV1C002QN2@state.systems.sa.gov.au>; Tue, 02 Apr 1996 10:04:56 +0930 Received: from jolt.systems.sa.gov.au (jolt.systems.sa.gov.au [143.216.237.8]) by dogbert.systems.sa.gov.au (8.6.12/8.6.12) with SMTP id KAA01485; Tue, 02 Apr 1996 10:10:46 +0930 Date: Tue, 02 Apr 1996 10:23:35 +0930 From: Garth Kidd Subject: Re: Cannot boot after install In-reply-to: Brett Glass <"Re: Cannot boot after install"@state.systems.sa.gov.au> (Apr 1, 9:46) To: Brett Glass , Michael Smith Cc: hdalog@zipnet.net, davidg@Root.COM, hardware@FreeBSD.org, bugs@FreeBSD.org Message-id: <960402110732.ZM2871@jolt.systems.sa.gov.au> MIME-version: 1.0 X-Mailer: Z-Mail 4.0 (4.0.0 Aug 21 1995) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT References: <9603018283.AA828378286@ccgate.infoworld.com> Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Brett Glass wrote: > The kernel hack I did (turning off the power-saving mode) is appropriate > for desktop machines; in fact, for them, it's a good idea. But it's NOT > appropriate for laptops and other low-power applications. The kernel > needs to be fixed so that the drive *can* spin down without locking up > the entire machine. That might be fine for normal filesystem access, Brett, but consider your poor swap partition. If a page fault occurs, the kernel's just going to have to sit around and wait for the drive to spin up, ne? Unless you want to re-write the scheduler so that processes can only get CPU when all of their pages are in memory at the time, you're going to have to either put up with 30-second hangs or run with no swap. -- garth@dogbert.systems.sa.gov.au | Garth Kidd +61-8-207-7740 (voice) | Professional Services Division +61-8-207-7860 (fax) | Southern Systems | Adelaide, AUSTRALIA From owner-freebsd-bugs Mon Apr 1 17:49:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA22407 for bugs-outgoing; Mon, 1 Apr 1996 17:49:08 -0800 (PST) Received: from lserver.infoworld.com (lserver.infoworld.com [192.216.48.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA22397 Mon, 1 Apr 1996 17:49:06 -0800 (PST) Received: from ccgate.infoworld.com by lserver.infoworld.com with smtp (Smail3.1.29.1 #12) id m0u3vWg-000wt0C; Mon, 1 Apr 96 18:08 PST Received: from cc:Mail by ccgate.infoworld.com id AA828409505; Mon, 01 Apr 96 18:38:32 PST Date: Mon, 01 Apr 96 18:38:32 PST From: "Brett Glass" Message-Id: <9603018284.AA828409505@ccgate.infoworld.com> To: Garth Kidd , msmith@atrad.adelaide.edu.au Cc: hdalog@zipnet.net, davidg@Root.COM, hardware@FreeBSD.org, bugs@FreeBSD.org Subject: Re: Cannot boot after install Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > That might be fine for normal filesystem access, Brett, but consider your > poor swap partition. If a page fault occurs, the kernel's just going to > have to sit around and wait for the drive to spin up, ne? Not necessarily. It is possible for tasks that have NOT page faulted to keep running while others are waiting for pages to arrive. (It's even better if the swapper can postpone the choosing of the "victim" page until the drive is ready to go, but this is rarely done because most bus mastering controllers need to be pointed at a block of RAM in advance.) If a task that's running in the interim suddenly needs a page, it will simply block and be queued up for it. > Unless you want to re-write the scheduler so that processes can only get > CPU when all of their pages are in memory at the time, you're going to > have to either put up with 30-second hangs or run with no swap. Again, this is not necessary. The key thing is not to have no disk accesses but rather to perform them concurrently with other tasks. It's a fundamental rule of concurrent programming that critical sections should never block or busy-wait. FreeBSD's disk access code breaks that rule, potentially hanging the machine if a peripheral goes offline and leaving it vulnerable to all sorts of hardware quirks. To avoid this, one needs to create a finite state machine. (There is one, of a sort, in the disk code now -- but it is not implemented to avoid busy-waits.) In a correct implementation, each state is a non-blocking critical section. When the state machine must wait for an event (in this case, for the disk to come ready), it alters its state variables in preparation for a state transition and immediately yields control to the scheduler. When it is re-awakened either by a clock tick or by an I/O completion interrupt, it proceeds with the code for the next state. If the clock tick method is used, there will be "polling" states that branch to themselves -- yielding control each time -- until a condition is satisfied. There's a very good and surprisingly interesting exposition of this topic in the book "Soul of a New Machine." It even covers the case of double faults. --Brett From owner-freebsd-bugs Tue Apr 2 00:16:32 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19489 for bugs-outgoing; Tue, 2 Apr 1996 00:16:32 -0800 (PST) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA19484 Tue, 2 Apr 1996 00:16:29 -0800 (PST) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0u40GE-0003xOC; Mon, 1 Apr 96 23:12 PST Received: from localhost.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.6.12/8.6.12) with SMTP id GAA01576; Tue, 2 Apr 1996 06:32:40 GMT X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: "JULIAN Elischer" cc: Brett_Glass@ccgate.infoworld.com (Brett Glass), freebsd-hardware@FreeBSD.org, hackers@FreeBSD.org, bugs@FreeBSD.org Subject: Re: Changes to FreeBSD kernel to keep "green" drives on In-reply-to: Your message of "Mon, 01 Apr 1996 10:21:49 PST." <199604011821.KAA04704@ref.tfs.com> Date: Tue, 02 Apr 1996 06:32:40 +0000 Message-ID: <1574.828426760@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > I know phk has been looking at spin-up optimisatiosn.. > (e.g. if a drive takes more than a set time to come ready, assumen it was > spinning up and schedule a 'sync' to catch it while it's already going.. Actually The thing I did was an utterly disgusting hack "sleep-hack" that assumes that if the disk went to sleep, it will wake up with a different geometry. (workaround for a BIOS-bug). -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-freebsd-bugs Tue Apr 2 00:23:52 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19980 for bugs-outgoing; Tue, 2 Apr 1996 00:23:52 -0800 (PST) Received: from arnie.systems.sa.gov.au (arnie.systems.sa.gov.au [143.216.242.3]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA19726 Tue, 2 Apr 1996 00:19:28 -0800 (PST) Received: from state.systems.sa.gov.au by arnie.systems.sa.gov.au (PMDF V4.3-7 #13538) id <01I32P5HM8VK003AH1@arnie.systems.sa.gov.au>; Tue, 2 Apr 1996 17:45:41 +1030 Received: from dogbert.systems.sa.gov.au (dogbert.systems.sa.gov.au) by state.systems.sa.gov.au (PMDF V5.0-4 #13538) id <01I32P57FSCW002R40@state.systems.sa.gov.au>; Tue, 02 Apr 1996 17:45:27 +0930 Received: from jolt.systems.sa.gov.au (jolt.systems.sa.gov.au [143.216.237.8]) by dogbert.systems.sa.gov.au (8.6.12/8.6.12) with SMTP id RAA01937; Tue, 02 Apr 1996 17:51:22 +0930 Date: Tue, 02 Apr 1996 15:37:31 +0930 From: Garth Kidd Subject: Re: Cannot boot after install In-reply-to: Brett Glass <"Re: Cannot boot after install"@state.systems.sa.gov.au> (Apr 1, 18:38) To: Brett Glass , Garth Kidd , msmith@atrad.adelaide.edu.au Cc: hdalog@zipnet.net, davidg@Root.COM, hardware@FreeBSD.org, bugs@FreeBSD.org Message-id: <960402184753.ZM2871@jolt.systems.sa.gov.au> MIME-version: 1.0 X-Mailer: Z-Mail 4.0 (4.0.0 Aug 21 1995) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT References: <9603018284.AA828409505@ccgate.infoworld.com> Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > That might be fine for normal filesystem access, Brett, but consider > > your poor swap partition. If a page fault occurs, the kernel's just > > going to have to sit around and wait for the drive to spin up, ne? > > Not necessarily. It is possible for tasks that have NOT page faulted to > keep running while others are waiting for pages to arrive. That's a nice trick. Deem whistles and cheers included for whomever is responsible :). -- garth@dogbert.systems.sa.gov.au | Garth Kidd +61-8-207-7740 (voice) | Professional Services Division +61-8-207-7860 (fax) | Southern Systems | Adelaide, AUSTRALIA From owner-freebsd-bugs Tue Apr 2 02:47:20 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA04559 for bugs-outgoing; Tue, 2 Apr 1996 02:47:20 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA04518 Tue, 2 Apr 1996 02:47:05 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id UAA08815; Tue, 2 Apr 1996 20:40:15 +1000 Date: Tue, 2 Apr 1996 20:40:15 +1000 From: Bruce Evans Message-Id: <199604021040.UAA08815@godzilla.zeta.org.au> To: julian@ref.tfs.com, phk@critter.tfs.com Subject: Re: Changes to FreeBSD kernel to keep "green" drives on Cc: Brett_Glass@ccgate.infoworld.com, bugs@freebsd.org, freebsd-hardware@freebsd.org, hackers@freebsd.org Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Actually The thing I did was an utterly disgusting hack "sleep-hack" that >assumes that if the disk went to sleep, it will wake up with a different >geometry. (workaround for a BIOS-bug). Workaround for a FreeBSD bug? I think the usual way out of full sleep mode is to do a soft reset, and it's reasonable for that to set the geometry to the default. The driver may have worked without the hack by getting confused enough to call wdunwedge() to wake up the drive The hack probably made this more deterministic. The driver now always uses the default geometry, so setting the geometry after wakeup is probably a no-op. However, IIRC the standard says to always set it after resets. Bruce From owner-freebsd-bugs Tue Apr 2 03:26:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA07147 for bugs-outgoing; Tue, 2 Apr 1996 03:26:09 -0800 (PST) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA07111 Tue, 2 Apr 1996 03:26:01 -0800 (PST) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0u44CZ-0003vlC; Tue, 2 Apr 96 03:24 PST Received: from localhost.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.6.12/8.6.12) with SMTP id LAA02779; Tue, 2 Apr 1996 11:24:38 GMT X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: Bruce Evans cc: julian@ref.tfs.com, Brett_Glass@ccgate.infoworld.com, bugs@freebsd.org, freebsd-hardware@freebsd.org, hackers@freebsd.org Subject: Re: Changes to FreeBSD kernel to keep "green" drives on In-reply-to: Your message of "Tue, 02 Apr 1996 20:40:15 +1000." <199604021040.UAA08815@godzilla.zeta.org.au> Date: Tue, 02 Apr 1996 11:24:36 +0000 Message-ID: <2777.828444276@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >Actually The thing I did was an utterly disgusting hack "sleep-hack" that > >assumes that if the disk went to sleep, it will wake up with a different > >geometry. (workaround for a BIOS-bug). > > Workaround for a FreeBSD bug? No, a BIOS-bug. > I think the usual way out of full sleep > mode is to do a soft reset, and it's reasonable for that to set the > geometry to the default. yes, but the APM BIOS-oid sets a different, and pretty badly wrong geometry, so I have to reset the drives default geometry. -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-freebsd-bugs Tue Apr 2 04:00:20 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA10049 for bugs-outgoing; Tue, 2 Apr 1996 04:00:20 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA09854 Tue, 2 Apr 1996 03:59:58 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id VAA12115; Tue, 2 Apr 1996 21:51:57 +1000 Date: Tue, 2 Apr 1996 21:51:57 +1000 From: Bruce Evans Message-Id: <199604021151.VAA12115@godzilla.zeta.org.au> To: bde@zeta.org.au, phk@critter.tfs.com Subject: Re: Changes to FreeBSD kernel to keep "green" drives on Cc: Brett_Glass@ccgate.infoworld.com, bugs@freebsd.org, freebsd-hardware@freebsd.org, hackers@freebsd.org, julian@ref.tfs.com Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Workaround for a FreeBSD bug? >No, a BIOS-bug. >> I think the usual way out of full sleep >> mode is to do a soft reset, and it's reasonable for that to set the >> geometry to the default. >yes, but the APM BIOS-oid sets a different, and pretty badly wrong geometry, >so I have to reset the drives default geometry. Does it just set the BIOS geometry? Who would know what that is :-). I guess it is setting the geometry so that drivers don't have to. If it was any good then it would make it appear that the drive was never asleep, and then the sleep hack couldn't work. Bruce From owner-freebsd-bugs Tue Apr 2 04:10:12 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA11169 for bugs-outgoing; Tue, 2 Apr 1996 04:10:12 -0800 (PST) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA11130 for ; Tue, 2 Apr 1996 04:10:00 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id NAA03404; Tue, 2 Apr 1996 13:53:29 +0200 From: Wolfram Schneider Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.7.2/8.7.2) id NAA08751; Tue, 2 Apr 1996 13:53:24 +0200 (MET DST) Date: Tue, 2 Apr 1996 13:53:24 +0200 (MET DST) Message-Id: <199604021153.NAA08751@caramba.cs.tu-berlin.de> To: Ollivier Robert Cc: bugs@FreeBSD.ORG Subject: Re: sendmail MIME problem In-Reply-To: <199604011701.TAA27416@keltia.freenix.fr> References: <199604011215.OAA10587@caramba.cs.tu-berlin.de> <199604011701.TAA27416@keltia.freenix.fr> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ollivier Robert writes: >It seems that Wolfram Schneider said: >> Sendmail from freebsd host to sunos host replace >> >> ``Content-Transfer-Encoding: 8bit'' with ``Content-Transfer-Encoding: >> base64'' or ```Content-Transfer-Encoding: quoted-printable''. > >Always use the smtp8 mailer. > >define(`confSMTP_MAILER', `smtp8')dnl > >before the MAILER() definitions. I have no root access on freefall and/or most other FreeBSD boxes. Please fix this in source tree, FreeBSD violates MIME standards (rfc1344). Wolfram From owner-freebsd-bugs Tue Apr 2 04:34:47 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA16692 for bugs-outgoing; Tue, 2 Apr 1996 04:34:47 -0800 (PST) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA16683 Tue, 2 Apr 1996 04:34:44 -0800 (PST) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0u45H5-0003vnC; Tue, 2 Apr 96 04:33 PST Received: from localhost.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.6.12/8.6.12) with SMTP id MAA02986; Tue, 2 Apr 1996 12:33:27 GMT X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: Bruce Evans cc: Brett_Glass@ccgate.infoworld.com, bugs@freebsd.org, freebsd-hardware@freebsd.org, hackers@freebsd.org, julian@ref.tfs.com Subject: Re: Changes to FreeBSD kernel to keep "green" drives on In-reply-to: Your message of "Tue, 02 Apr 1996 21:51:57 +1000." <199604021151.VAA12115@godzilla.zeta.org.au> Date: Tue, 02 Apr 1996 12:33:26 +0000 Message-ID: <2984.828448406@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >> Workaround for a FreeBSD bug? > >No, a BIOS-bug. > > >> I think the usual way out of full sleep > >> mode is to do a soft reset, and it's reasonable for that to set the > >> geometry to the default. > >yes, but the APM BIOS-oid sets a different, and pretty badly wrong geometry, > >so I have to reset the drives default geometry. > > Does it just set the BIOS geometry? Who would know what that is :-). > I guess it is setting the geometry so that drivers don't have to. If > it was any good then it would make it appear that the drive was never > asleep, and then the sleep hack couldn't work. The problem is that my drive has 1400 cyls, 16 heads, 63 S/T the bios munges this various ways, it bitands 1023 on the cylinder and chops the heads to 15. You can see what that does to the capacity. Until somebody can reburn the BIOS eprom for me, I'll have to live with that hack :-( -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-freebsd-bugs Tue Apr 2 13:16:38 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA26864 for bugs-outgoing; Tue, 2 Apr 1996 13:16:38 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA26854 for ; Tue, 2 Apr 1996 13:16:35 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id XAA15845 ; Tue, 2 Apr 1996 23:16:30 +0200 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id XAA01444 ; Tue, 2 Apr 1996 23:16:43 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.5/keltia-uucp-2.7) id WAA08075; Tue, 2 Apr 1996 22:19:29 +0200 (MET DST) From: Ollivier Robert Message-Id: <199604022019.WAA08075@keltia.freenix.fr> Subject: Re: sendmail MIME problem To: wosch@cs.tu-berlin.de (Wolfram Schneider) Date: Tue, 2 Apr 1996 22:19:29 +0200 (MET DST) Cc: bugs@FreeBSD.ORG In-Reply-To: <199604021153.NAA08751@caramba.cs.tu-berlin.de> from Wolfram Schneider at "Apr 2, 96 01:53:24 pm" X-Operating-System: FreeBSD 2.2-CURRENT ctm#1839 X-Mailer: ELM [version 2.4ME+ PL11 (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 It seems that Wolfram Schneider said: > I have no root access on freefall and/or most other FreeBSD boxes. Freefall already use smtp8 for all SMTP mail. > Please fix this in source tree, FreeBSD violates MIME standards > (rfc1344). I suppose we could change freefall.mc and freebsd.mc to use smtp8. Does anyone agree with this ? -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #9: Mon Apr 1 03:18:13 MET DST 1996 From owner-freebsd-bugs Tue Apr 2 15:32:56 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10667 for bugs-outgoing; Tue, 2 Apr 1996 15:32:56 -0800 (PST) Received: from cr-df.rnp.br (jazz.cr-df.rnp.br [200.6.48.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA10634 for ; Tue, 2 Apr 1996 15:32:46 -0800 (PST) Received: from LTH.cr-df.rnp.br (ppp10.cr-df.rnp.br) by cr-df.rnp.br (4.1/SMI-4.1) id AA29719; Tue, 2 Apr 96 20:29:10 EST Message-Id: <3161AF0F.17C@linf.unb.br> Date: Tue, 02 Apr 1996 19:49:51 -0300 From: "Alex Carlos Braga Ant\co" X-Mailer: Mozilla 2.0 (Win95; I) Mime-Version: 1.0 To: bugs@freebsd.org Subject: BUGS and PATCHES list ! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, How and where may I find a list of BUGS and patches to these bugs already found on FreeBSD ? Especialy related to security. Alex Carlos From owner-freebsd-bugs Tue Apr 2 18:40:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA27641 for bugs-outgoing; Tue, 2 Apr 1996 18:40:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA27610 Tue, 2 Apr 1996 18:40:03 -0800 (PST) Resent-Date: Tue, 2 Apr 1996 18:40:03 -0800 (PST) Resent-Message-Id: <199604030240.SAA27610@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, tdgsandf@prds-grn.demon.co.uk Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA27071 for ; Tue, 2 Apr 1996 18:32:20 -0800 (PST) Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net id aa25335; 3 Apr 96 0:46 +0100 Received: from prds-grn.demon.co.uk ([158.152.232.106]) by relay-3.mail.demon.net id aa02585; 3 Apr 96 0:40 +0100 Received: (from tdgsandf@localhost) by prds-grn (8.6.12/8.6.12) id UAA01821; Tue, 2 Apr 1996 20:14:39 +0100 Message-Id: <199604021914.UAA01821@prds-grn> Date: Tue, 2 Apr 1996 20:14:39 +0100 From: "Thomas D.G. Sandford" Reply-To: tdgsandf@prds-grn.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/1113: GDB manual (info page) missing/faulty Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1113 >Category: gnu >Synopsis: GDB manual (info page) missing/faulty >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 2 18:40:01 PST 1996 >Last-Modified: >Originator: Thomas D.G. Sandford >Organization: Paradise Green Technical Services >Release: FreeBSD 2.1-RELEASE i386 >Environment: Standard 2.1-RELEASE, with info part installed. >Description: The main info pages for gdb do not work, reporting "cannot find node top". Rebuilding the info file from source does not appear to fix the problem >How-To-Repeat: prds-grn% info [scroll down to line * GDB (gdb)] [CR] >Fix: None known >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Apr 2 22:57:01 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26435 for bugs-outgoing; Tue, 2 Apr 1996 22:57:01 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA25775 for ; Tue, 2 Apr 1996 22:53:14 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id IAA06625 for ; Wed, 3 Apr 1996 08:52:33 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id IAA09813; Wed, 3 Apr 1996 08:51:01 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id IAA14909; Wed, 3 Apr 1996 08:36:23 +0200 (MET DST) From: J Wunsch Message-Id: <199604030636.IAA14909@uriah.heep.sax.de> Subject: Re: BUGS and PATCHES list ! To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Wed, 3 Apr 1996 08:36:22 +0200 (MET DST) Cc: e9203125@linf.unb.br (Alex Carlos Braga Ant\co) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <3161AF0F.17C@linf.unb.br> from "Alex Carlos Braga Ant\co" at Apr 2, 96 07:49:51 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Alex Carlos Braga Ant\co wrote: > How and where may I find a list of BUGS and patches to these bugs > already found on FreeBSD ? Especialy related to security. Well, if there were a BUGS list, perhaps they would already have been fixed. :-) There's the GNATS database that tracks the submissions of problem reports, including the notions of applied fixes. I might be wrong, but i don't think there are any reported and still open security- related bugs in it. Non-detected bugs are quite another matter, of course. :) I think the most prominent security-related bug fixes have been the ``telnet bug'' (telnetd imported random environmental variables, including the LD_* that affect the behaviour of the run-time loader), and the infamous ``syslog bug'' (syslog(3) could trash its stack). The fixes for both are in the latest official release, FreeBSD-2.1R. We normally don't have the resources to provide you with two dozen cryptically numbered ``bug fix tapes'' 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 Wed Apr 3 07:30:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA00994 for bugs-outgoing; Wed, 3 Apr 1996 07:30:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA00982 Wed, 3 Apr 1996 07:30:03 -0800 (PST) Resent-Date: Wed, 3 Apr 1996 07:30:03 -0800 (PST) Resent-Message-Id: <199604031530.HAA00982@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mi@aldan.saturn.net Received: from janus.saturn.net (root@janus.saturn.net [206.42.0.10]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA00793 for ; Wed, 3 Apr 1996 07:29:24 -0800 (PST) Received: from aldan.saturn.net (aldan.saturn.net [206.42.1.73]) by janus.saturn.net (8.7.4/8.6.9) with ESMTP id KAA20831 for ; Wed, 3 Apr 1996 10:32:14 -0500 Received: (from root@localhost) by aldan.saturn.net (8.6.12/8.6.12) id KAA08808; Wed, 3 Apr 1996 10:29:48 -0500 Message-Id: <199604031529.KAA08808@aldan.saturn.net> Date: Wed, 3 Apr 1996 10:29:48 -0500 From: mi@aldan.saturn.net Reply-To: mi@aldan.saturn.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1114: vi's `>>' commands do not work as expected if tabs!=8 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1114 >Category: bin >Synopsis: If tabs is set to smth other then 8, block shifts work wrong >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 3 07:30:01 PST 1996 >Last-Modified: >Originator: Mikhail Teterin >Organization: >Release: FreeBSD 2.1-STABLE i386 >Environment: >Description: If I do `set tabs=4', `>>' commands (`>}', `>G', etc.) will still shift 8 positions at a time, thus, putting two \t symbols. If tabs is set to 3, there will be 1 \t and 5 spaces. It is so consistent, it looks like this should be a "change-request" rather the "sw-bug". >How-To-Repeat: Editing any text in vi: :set tabs=4 >> :set tabs=8 See your beatifully formatted text misformatted... >Fix: Do not use non-8 tabs, inconvinient to some programmers. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Apr 3 09:22:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08908 for bugs-outgoing; Wed, 3 Apr 1996 09:22:07 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08896 Wed, 3 Apr 1996 09:22:05 -0800 (PST) Date: Wed, 3 Apr 1996 09:22:05 -0800 (PST) From: Bill Fenner Message-Id: <199604031722.JAA08896@freefall.freebsd.org> To: hsu@clinet.fi, fenner, freebsd-bugs Subject: Re: kern/950 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Two PCI bridge chips fail (multiple multiport ethernet boards) State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Wed Apr 3 09:20:44 PST 1996 State-Changed-Why: Fixed in rev 1.6 of src/sys/pci/pcireg.h From owner-freebsd-bugs Wed Apr 3 11:02:53 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA15875 for bugs-outgoing; Wed, 3 Apr 1996 11:02:53 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA15856 Wed, 3 Apr 1996 11:02:51 -0800 (PST) Date: Wed, 3 Apr 1996 11:02:51 -0800 (PST) From: Bill Fenner Message-Id: <199604031902.LAA15856@freefall.freebsd.org> To: muir@idiom.com, fenner, freebsd-bugs Subject: Re: kern/219 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Performance on local net drops too much when SNDBUF is 200 State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Wed Apr 3 11:01:33 PST 1996 State-Changed-Why: Neither the bug originator nor I could duplicate this problem on -stable. It's not clear exactly what fixed it, but it appears to be gone. From owner-freebsd-bugs Wed Apr 3 11:09:24 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16143 for bugs-outgoing; Wed, 3 Apr 1996 11:09:24 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16131 Wed, 3 Apr 1996 11:09:22 -0800 (PST) Date: Wed, 3 Apr 1996 11:09:22 -0800 (PST) From: Bill Fenner Message-Id: <199604031909.LAA16131@freefall.freebsd.org> To: mi@aldan.saturn.net, fenner, freebsd-bugs Subject: Re: bin/1114 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: If tabs is set to smth other then 8, block shifts work wrong State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Wed Apr 3 11:06:53 PST 1996 State-Changed-Why: There is a seperate variable for setting how much the ">" or "<" command shifts. Try "set tabs=4 shiftwidth=4" (or "sw=4"). From owner-freebsd-bugs Wed Apr 3 15:32:32 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA04036 for bugs-outgoing; Wed, 3 Apr 1996 15:32:32 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA04017 Wed, 3 Apr 1996 15:32:25 -0800 (PST) Date: Wed, 3 Apr 1996 15:32:25 -0800 (PST) From: Mike Pritchard Message-Id: <199604032332.PAA04017@freefall.freebsd.org> To: tdgsandf@prds-grn.demon.co.uk, mpp, freebsd-bugs Subject: Re: gnu/1113 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: GDB manual (info page) missing/faulty State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Wed Apr 3 15:30:04 PST 1996 State-Changed-Why: Fixed in -current in rev 1.16 of bsd.info.mk on 2/08/96. From owner-freebsd-bugs Wed Apr 3 19:00:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA16419 for bugs-outgoing; Wed, 3 Apr 1996 19:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA16391 Wed, 3 Apr 1996 19:00:03 -0800 (PST) Date: Wed, 3 Apr 1996 19:00:03 -0800 (PST) Message-Id: <199604040300.TAA16391@freefall.freebsd.org> To: freebsd-bugs Cc: From: Brian Tao Subject: Re: bin/1114: vi's `>>' commands do not work as expected if tabs!=8 Reply-To: Brian Tao Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1114; it has been noted by GNATS. From: Brian Tao To: mi@aldan.saturn.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/1114: vi's `>>' commands do not work as expected if tabs!=8 Date: Wed, 3 Apr 1996 21:55:42 -0500 (EST) On Wed, 3 Apr 1996 mi@aldan.saturn.net wrote: > > >Synopsis: If tabs is set to smth other then 8, block shifts work wrong This isn't a bug. See the "shiftwidth" variable setting (set sw). -- Brian Tao (BT300, taob@io.org) System and Network Administrator, Internex Online Inc. "Though this be madness, yet there is method in't" From owner-freebsd-bugs Wed Apr 3 19:45:56 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19099 for bugs-outgoing; Wed, 3 Apr 1996 19:45:56 -0800 (PST) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA19094 Wed, 3 Apr 1996 19:45:49 -0800 (PST) Received: from beryll.cs.tu-berlin.de (wosch@beryll.cs.tu-berlin.de [130.149.28.11]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id FAA27028; Thu, 4 Apr 1996 05:45:12 +0200 From: Wolfram Schneider Received: (wosch@localhost) by beryll.cs.tu-berlin.de (8.6.12/8.6.6) id FAA20676; Thu, 4 Apr 1996 05:45:11 +0200 Date: Thu, 4 Apr 1996 05:45:11 +0200 Message-Id: <199604040345.FAA20676@beryll.cs.tu-berlin.de> To: Ollivier Robert Cc: bugs@FreeBSD.ORG, wosch@FreeBSD.ORG Subject: Re: sendmail MIME problem In-Reply-To: <199604022019.WAA08075@keltia.freenix.fr> References: <199604021153.NAA08751@caramba.cs.tu-berlin.de> <199604022019.WAA08075@keltia.freenix.fr> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ollivier Robert writes: >> I have no root access on freefall and/or most other FreeBSD boxes. > >Freefall already use smtp8 for all SMTP mail. freefall change the contents Mail body ``ugly'' -> no conversion, 8bit ``häßlich'' -> base64 ``häßlich - ugly'' -> quoted-printable Wolfram From owner-freebsd-bugs Thu Apr 4 01:57:47 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA17268 for bugs-outgoing; Thu, 4 Apr 1996 01:57:47 -0800 (PST) Received: from bunyip.cc.uq.oz.au (pp@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA17258 for ; Thu, 4 Apr 1996 01:57:41 -0800 (PST) Received: from bunyip.cc.uq.oz.au by bunyip.cc.uq.oz.au id <08379-0@bunyip.cc.uq.oz.au>; Thu, 4 Apr 1996 19:57:27 +1000 Received: from netfl15a.devetir.qld.gov.au by pandora.devetir.qld.gov.au (8.6.10/DEVETIR-E0.3a) with ESMTP id TAA01331 for ; Thu, 4 Apr 1996 19:57:44 +1000 Received: from localhost by netfl15a.devetir.qld.gov.au (8.6.8.1/DEVETIR-0.1) id KAA12628 for ; Thu, 4 Apr 1996 10:02:34 GMT Message-Id: <199604041002.KAA12628@netfl15a.devetir.qld.gov.au> X-Mailer: exmh version 1.6.5 12/11/95 To: bugs@freebsd.org Subject: Device xx:name slot allocation failed (E=17) X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Apr 1996 20:02:33 +1000 From: Stephen Hocking Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm seeing this error in all my FreeBSD-current boxes now, and one of them (a 32Mb P5-75 with an Adaptec 78xx controller), crashes. I suspect a buffer is being overwritten somewhere. The devices that the machines are compalining about are the disks, raw & block. It happens with both wd & sd devices. Stephen -- The views expressed above are not those of the Worker's Compensation Board of Queensland, Australia. From owner-freebsd-bugs Thu Apr 4 04:01:49 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA23683 for bugs-outgoing; Thu, 4 Apr 1996 04:01:49 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA23673 for ; Thu, 4 Apr 1996 04:01:45 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id VAA10660; Thu, 4 Apr 1996 21:57:47 +1000 Date: Thu, 4 Apr 1996 21:57:47 +1000 From: Bruce Evans Message-Id: <199604041157.VAA10660@godzilla.zeta.org.au> To: bugs@FreeBSD.ORG, sysseh@devetir.qld.gov.au Subject: Re: Device xx:name slot allocation failed (E=17) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I'm seeing this error in all my FreeBSD-current boxes now, and one of them (a >32Mb P5-75 with an Adaptec 78xx controller), crashes. I suspect a buffer is >being overwritten somewhere. The devices that the machines are compalining >about are the disks, raw & block. It happens with both wd & sd devices. This was a bug in devfs. It was supposed to have been fixed about a month ago. Bruce From owner-freebsd-bugs Thu Apr 4 09:30:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12803 for bugs-outgoing; Thu, 4 Apr 1996 09:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12794 Thu, 4 Apr 1996 09:30:02 -0800 (PST) Resent-Date: Thu, 4 Apr 1996 09:30:02 -0800 (PST) Resent-Message-Id: <199604041730.JAA12794@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, markd@grizzly.com Received: from cats.ucsc.edu (root@cats-po-1.UCSC.EDU [128.114.129.22]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA12402 for ; Thu, 4 Apr 1996 09:27:11 -0800 (PST) Received: from scruz.ucsc.edu by cats.ucsc.edu with SMTP id JAA25629; Thu, 4 Apr 1996 09:27:08 -0800 Received: from osprey by scruz.ucsc.edu id aa23898; 4 Apr 96 9:26 PST Received: (from markd@localhost) by Grizzly.COM (8.6.12/8.6.9) id JAA03681; Thu, 4 Apr 1996 09:07:38 -0800 Message-Id: <199604041707.JAA03681@Grizzly.COM> Date: Thu, 4 Apr 1996 09:07:38 -0800 From: Mark Diekhans Reply-To: markd@grizzly.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/1115: no man page update (8) Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1115 >Category: docs >Synopsis: no man page update (8) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 4 09:30:01 PST 1996 >Last-Modified: >Originator: Mark Diekhans >Organization: == Mark Diekhans (markd@grizzly.com) == >Release: FreeBSD 2.1 i386 >Environment: >Description: Manual page sync(8) references update(8), but this manual page doesn't exist. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Apr 4 12:48:16 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29267 for bugs-outgoing; Thu, 4 Apr 1996 12:48:16 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29248 Thu, 4 Apr 1996 12:48:14 -0800 (PST) Date: Thu, 4 Apr 1996 12:48:14 -0800 (PST) From: Mike Pritchard Message-Id: <199604042048.MAA29248@freefall.freebsd.org> To: markd@grizzly.com, mpp, freebsd-bugs Subject: Re: docs/1115 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: no man page update (8) State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Thu Apr 4 12:46:47 PST 1996 State-Changed-Why: Fixed in -current sometime in Feb. At that time I added an update(4) man page to describe the kernel update process and changed all of the references to update(8) to update(4). From owner-freebsd-bugs Thu Apr 4 13:35:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04235 for bugs-outgoing; Thu, 4 Apr 1996 13:35:07 -0800 (PST) Received: from ki.net (root@ki.net [205.150.102.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA04214 for ; Thu, 4 Apr 1996 13:34:59 -0800 (PST) Received: from localhost (scrappy@localhost) by ki.net (8.7.4/8.7.4) with SMTP id QAA11811; Thu, 4 Apr 1996 16:34:21 -0500 (EST) Date: Thu, 4 Apr 1996 16:34:16 -0500 (EST) From: "Marc G. Fournier" To: Bruce Evans cc: bugs@FreeBSD.ORG, sysseh@devetir.qld.gov.au Subject: Re: Device xx:name slot allocation failed (E=17) In-Reply-To: <199604041157.VAA10660@godzilla.zeta.org.au> 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 Thu, 4 Apr 1996, Bruce Evans wrote: > >I'm seeing this error in all my FreeBSD-current boxes now, and one of them (a > >32Mb P5-75 with an Adaptec 78xx controller), crashes. I suspect a buffer is > >being overwritten somewhere. The devices that the machines are compalining > >about are the disks, raw & block. It happens with both wd & sd devices. > > This was a bug in devfs. It was supposed to have been fixed about a month > ago. > Will look into it, but it shouldn't crash his system, I'm getting the same errors on boot up, and my system has been running now for the past 2 days, with no other problems other then those warnings... Unless he's using /devfs as /dev?? But then his syslogd wouldn't be working at all :( System | WWW Services Database Services | Knowledge, Administrator | | Information and scrappy@ki.net | WWW: http://www.ki.net | Communications, Inc From owner-freebsd-bugs Thu Apr 4 15:40:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16876 for bugs-outgoing; Thu, 4 Apr 1996 15:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16835 Thu, 4 Apr 1996 15:40:02 -0800 (PST) Date: Thu, 4 Apr 1996 15:40:02 -0800 (PST) Message-Id: <199604042340.PAA16835@freefall.freebsd.org> To: freebsd-bugs Cc: From: J Wunsch Subject: Re: docs/1115: no man page update (8) Reply-To: J Wunsch Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR docs/1115; it has been noted by GNATS. From: J Wunsch To: markd@grizzly.com Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/1115: no man page update (8) Date: Fri, 5 Apr 1996 01:29:32 +0200 (MET DST) As Mark Diekhans wrote: > Manual page sync(8) references update(8), but this manual page doesn't > exist. Well, update(8) is no external program but a kernel-internal process now. I wonder whether we should write a man page, or just drop the stale xref... -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Apr 4 16:18:18 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA20102 for bugs-outgoing; Thu, 4 Apr 1996 16:18:18 -0800 (PST) Received: from uucp.DK.net (uucp@uucp.DK.net [193.88.44.47]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA20093 for ; Thu, 4 Apr 1996 16:18:15 -0800 (PST) Received: from pingnet (uucp@localhost) by uucp.DK.net (8.6.12/8.6.12) with UUCP id CAA24313; Fri, 5 Apr 1996 02:17:00 +0200 Received: from kyklopen by ic1.ic.dk with UUCP id AA07829 (5.65c8/IDA-1.4.4j); Fri, 5 Apr 1996 02:11:18 +0200 Received: (from staff@localhost) by kyklopen.ping.dk (8.7.5/8.7.3) id CAA00499; Fri, 5 Apr 1996 02:08:23 +0200 (MET DST) Date: Fri, 5 Apr 1996 02:08:21 +0200 (MET DST) From: Thomas Sparrevohn To: Bruce Evans Cc: bugs@FreeBSD.ORG, sysseh@devetir.qld.gov.au Subject: Re: Device xx:name slot allocation failed (E=17) In-Reply-To: <199604041157.VAA10660@godzilla.zeta.org.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Charset: ISO_8859-1 X-Char-Esc: 29 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 4 Apr 1996, Bruce Evans wrote: > >I'm seeing this error in all my FreeBSD-current boxes now, and one of them (a > >32Mb P5-75 with an Adaptec 78xx controller), crashes. I suspect a buffer is > >being overwritten somewhere. The devices that the machines are compalining > >about are the disks, raw & block. It happens with both wd & sd devices. > > This was a bug in devfs. It was supposed to have been fixed about a month > ago. > > Bruce > Well not quite, the disk devices does still (src-cur 1649) give that message. Regards Thomas From owner-freebsd-bugs Thu Apr 4 18:01:12 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA29860 for bugs-outgoing; Thu, 4 Apr 1996 18:01:12 -0800 (PST) Received: from bunyip.cc.uq.oz.au (pp@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA29851 for ; Thu, 4 Apr 1996 18:01:09 -0800 (PST) Received: from bunyip.cc.uq.oz.au by bunyip.cc.uq.oz.au id <16766-0@bunyip.cc.uq.oz.au>; Fri, 5 Apr 1996 12:00:33 +1000 Received: from netfl15a.devetir.qld.gov.au by pandora.devetir.qld.gov.au (8.6.10/DEVETIR-E0.3a) with ESMTP id LAA05530; Fri, 5 Apr 1996 11:00:19 +1000 Received: from localhost by netfl15a.devetir.qld.gov.au (8.6.8.1/DEVETIR-0.1) id BAA15744; Fri, 5 Apr 1996 01:05:12 GMT Message-Id: <199604050105.BAA15744@netfl15a.devetir.qld.gov.au> X-Mailer: exmh version 1.6.5 12/11/95 To: "Marc G. Fournier" cc: bugs@freebsd.org, bde@zeta.org.au Subject: Re: Device xx:name slot allocation failed (E=17) In-reply-to: Your message of "Thu, 04 Apr 1996 16:34:16 EST." X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 05 Apr 1996 11:05:10 +1000 From: Stephen Hocking Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Will look into it, but it shouldn't crash his system, I'm getting > the same errors on boot up, and my system has been running now for the > past 2 days, with no other problems other then those warnings... > > Unless he's using /devfs as /dev?? But then his syslogd wouldn't > be working at all :( Id oesn't crash one of my systems (8Mb 486, 1542, Barracuda), but crashes the others (16Mb 486, IDE & 32Mb P5, 78xx controller) Stephen -- The views expressed above are not those of the Worker's Compensation Board of Queensland, Australia. From owner-freebsd-bugs Thu Apr 4 19:08:52 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA05788 for bugs-outgoing; Thu, 4 Apr 1996 19:08:52 -0800 (PST) Received: from ki.net (root@ki.net [205.150.102.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA05781 for ; Thu, 4 Apr 1996 19:08:45 -0800 (PST) Received: from freebsd.ki.net (freebsd.ki.net [205.150.102.2]) by ki.net (8.7.4/8.7.4) with ESMTP id WAA27458; Thu, 4 Apr 1996 22:08:37 -0500 (EST) Received: from localhost (scrappy@localhost) by freebsd.ki.net (8.7.5/8.7.5) with SMTP id WAA03499; Thu, 4 Apr 1996 22:10:43 -0500 (EST) X-Authentication-Warning: freebsd.ki.net: scrappy owned process doing -bs Date: Thu, 4 Apr 1996 22:10:42 -0500 (EST) From: "Marc G. Fournier" To: Stephen Hocking cc: bugs@freebsd.org, bde@zeta.org.au Subject: Re: Device xx:name slot allocation failed (E=17) In-Reply-To: <199604050105.BAA15744@netfl15a.devetir.qld.gov.au> 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, 5 Apr 1996, Stephen Hocking wrote: > > > Will look into it, but it shouldn't crash his system, I'm getting > > the same errors on boot up, and my system has been running now for the > > past 2 days, with no other problems other then those warnings... > > > > Unless he's using /devfs as /dev?? But then his syslogd wouldn't > > be working at all :( > > Id oesn't crash one of my systems (8Mb 486, 1542, Barracuda), but crashes the > others (16Mb 486, IDE & 32Mb P5, 78xx controller) > > Okay, I am getting the error on one of my systems, but due to other priorities (bsiness related, not FreeBSD), have been unable to look at it :( This weekend I'm trying to do a "take it easy weekend", which means relaxing in front of C-code :) Okay, I have a strange idea of relaxing. Will track down and fix the problem (well, will try and track down the problem, at least *grin*) Marc G. Fournier | POP Mail Telnet Acct DNS Hosting System | WWW Services Database Services | Knowledge, Administrator | | Information and scrappy@ki.net | WWW: http://www.ki.net | Communications, Inc From owner-freebsd-bugs Thu Apr 4 20:46:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA14642 for bugs-outgoing; Thu, 4 Apr 1996 20:46:05 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA14628 for ; Thu, 4 Apr 1996 20:45:53 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id OAA17312; Fri, 5 Apr 1996 14:37:50 +1000 Date: Fri, 5 Apr 1996 14:37:50 +1000 From: Bruce Evans Message-Id: <199604050437.OAA17312@godzilla.zeta.org.au> To: bde@zeta.org.au, staff@kyklopen.ping.dk Subject: Re: Device xx:name slot allocation failed (E=17) Cc: bugs@FreeBSD.org, sysseh@devetir.qld.gov.au Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> This was a bug in devfs. It was supposed to have been fixed about a month >> ago. >Well not quite, the disk devices does still (src-cur 1649) give that >message. This might be because they were broken recently. The `partname' string got deleted from some devfs_add_devswf() calls. Bruce From owner-freebsd-bugs Fri Apr 5 02:20:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA09614 for bugs-outgoing; Fri, 5 Apr 1996 02:20:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA09578 Fri, 5 Apr 1996 02:20:04 -0800 (PST) Resent-Date: Fri, 5 Apr 1996 02:20:04 -0800 (PST) Resent-Message-Id: <199604051020.CAA09578@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, nh@Ireland.EU.net Received: from pop.Ieunet.ie (zadok.Ieunet.ie [192.111.39.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA09470 for ; Fri, 5 Apr 1996 02:16:53 -0800 (PST) Received: by pop.Ieunet.ie (Smail3.1.29.1 #2) id m0u58ZW-000Hz9C; Fri, 5 Apr 96 11:16 WET DST Message-Id: Date: Fri, 5 Apr 96 11:16 WET DST From: nh@Ireland.EU.net Reply-To: nh@Ireland.EU.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1116: Cannot umount stale NFS volumes Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1116 >Category: kern >Synopsis: Cannot umount stale NFS volumes >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 5 02:20:01 PST 1996 >Last-Modified: >Originator: Nick Hilliard >Organization: EUnet Ireland >Release: FreeBSD 2.1-STABLE i386 >Environment: >Description: FreeBSD cannot umount an NFS volume if the volume on the NFS server has been newfs'd >How-To-Repeat: freebsd_client# mount nfs_server:/foo /foo nfs_server# umount /foo nfs_server# newfs nfs_server# mount /foo freebsd_client# ls -l /foo ls: /foo: Stale NFS file handle freebsd_client# umount /foo umount: nfs_server:/foo: No such file or directory freebsd_client# umount -f /foo umount: nfs_server:/foo: No such file or directory freebsd_client# mount -f /foo mount: /foo: Stale NFS file handle >Fix: Reboot required to umount volume from freebsd. Code fix probably needed to sort things out properly. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Apr 5 07:47:17 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA22010 for bugs-outgoing; Fri, 5 Apr 1996 07:47:17 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA21988 for ; Fri, 5 Apr 1996 07:47:12 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id NAA12119; Thu, 4 Apr 1996 13:53:05 -0800 (PST) Message-Id: <199604042153.NAA12119@ref.tfs.com> Subject: Re: Device xx:name slot allocation failed (E=17) To: sysseh@devetir.qld.gov.au (Stephen Hocking) Date: Thu, 4 Apr 1996 13:53:04 -0800 (PST) From: "JULIAN Elischer" Cc: bugs@freebsd.org In-Reply-To: <199604041002.KAA12628@netfl15a.devetir.qld.gov.au> from "Stephen Hocking" at Apr 4, 96 08:02:33 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I saw this on a machine of mine yesterday.. I'm investigating. > > I'm seeing this error in all my FreeBSD-current boxes now, and one of them (a > 32Mb P5-75 with an Adaptec 78xx controller), crashes. I suspect a buffer is > being overwritten somewhere. The devices that the machines are compalining > about are the disks, raw & block. It happens with both wd & sd devices. > > > Stephen > -- > The views expressed above are not those of the Worker's Compensation Board of > Queensland, Australia. > > > From owner-freebsd-bugs Fri Apr 5 07:47:20 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA22019 for bugs-outgoing; Fri, 5 Apr 1996 07:47:20 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA21993 for ; Fri, 5 Apr 1996 07:47:14 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id NAA12061; Thu, 4 Apr 1996 13:35:17 -0800 (PST) Message-Id: <199604042135.NAA12061@ref.tfs.com> Subject: Re: Device xx:name slot allocation failed (E=17) To: sysseh@devetir.qld.gov.au (Stephen Hocking) Date: Thu, 4 Apr 1996 13:35:17 -0800 (PST) From: "JULIAN Elischer" Cc: bugs@freebsd.org In-Reply-To: <199604041002.KAA12628@netfl15a.devetir.qld.gov.au> from "Stephen Hocking" at Apr 4, 96 08:02:33 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I thought I fixed this.. if it's come back I'll investigate.. From owner-freebsd-bugs Fri Apr 5 09:37:16 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA28286 for bugs-outgoing; Fri, 5 Apr 1996 09:37:16 -0800 (PST) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA28267 Fri, 5 Apr 1996 09:37:15 -0800 (PST) Date: Fri, 5 Apr 1996 09:37:15 -0800 (PST) From: "Marc G. Fournier" Message-Id: <199604051737.JAA28267@freefall.freebsd.org> To: scrappy@ki.net, scrappy, freebsd-bugs Subject: Re: kern/1082 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Panic: _ed start(f01dc0ec) at ed start+0x315 State-Changed-From-To: open-closed State-Changed-By: scrappy State-Changed-When: Fri Apr 5 09:31:53 PST 1996 State-Changed-Why: I submitted the report, and after turning off optimizing for the offending kernel module, the system has been running for 3 days straight. From owner-freebsd-bugs Fri Apr 5 11:20:49 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA03949 for bugs-outgoing; Fri, 5 Apr 1996 11:20:49 -0800 (PST) Received: from hub.ucsb.edu (hub.ucsb.edu [128.111.24.40]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA03944 for ; Fri, 5 Apr 1996 11:20:46 -0800 (PST) Received: from eci1.ucsb.edu (eci1-52.ucsb.edu) by hub.ucsb.edu; id AA09220 sendmail 4.1/UCSB-2.1-sun Fri, 5 Apr 96 11:20:46 PST for bugs@freebsd.org Received: from mickey.cs.ucsb.edu by eci1.ucsb.edu (1.38.193.5/UCSB-v3) id AA26562; Fri, 5 Apr 1996 11:20:42 -0800 Received: from mickey by mickey.ucsb-cmpsci (SMI-8.6/SMI-SVR4) id LAA05411; Fri, 5 Apr 1996 11:20:41 -0800 Message-Id: <31657286.53C0@cs.ucsb.edu> Date: Fri, 05 Apr 1996 11:20:38 -0800 From: "Hyun J. Kim" X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.4 sun4m) Mime-Version: 1.0 To: bugs@freebsd.org Subject: when I tried to compile pthreads-1_60_beta5....... X-Url: http://www.freebsd.org/support.html Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > When I tried to compile pthreads-1_60_beta5 on my FreeBSD 2.1, I get > following errors. > > gcc -I. -Iinclude -I/root/pthreads3/pthreads-1_60_beta5/include > -DPTHREAD_KERNEL -g -O -Werror -c > /root/pthreads3/pthreads-1_60_beta5/pthreads/sleep.c -o obj/sleep.o > > /root/pthreads3/pthreads-1_60_beta5/pthreads/sleep.c: In function > `sleep_compare_time': > > /root/pthreads3/pthreads-1_60_beta5/pthreads/sleep.c:64: structure has no > member named `tv_sec' > > /root/pthreads3/pthreads-1_60_beta5/pthreads/sleep.c:65: structure has no > member named `tv_nsec' > > > I have also tried on Solaris 2.4, and it compiles without any error. > Would you notify me how to fix this problem? > > Thanks > > Hyun > kimhy@cs.ucsb.edu Fix the FreeBSD header /usr/include/sys/timers.h to declare struct timespec to have tv_sec and tv_nsec, and report this as a bug to the FreeBSD team. I suspect they might have already fixed this but it's best to be sure. What happend is the POSIX.1b committee changed the declaration from ts_sec and ts_nsec during one of the last drafts and that got standardized thus screwing over all those that had released POSIX.1b functionality based on an earlier draft which NetBSD-1.0, FreeBSD-2.1 and pthreads-1_60-beta4_1 did. CAP From owner-freebsd-bugs Fri Apr 5 14:40:22 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18351 for bugs-outgoing; Fri, 5 Apr 1996 14:40:22 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18315 Fri, 5 Apr 1996 14:40:11 -0800 (PST) Resent-Date: Fri, 5 Apr 1996 14:40:11 -0800 (PST) Resent-Message-Id: <199604052240.OAA18315@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, scrappy@ki.net Received: from ki.net (root@ki.net [205.150.102.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA17823 for ; Fri, 5 Apr 1996 14:33:59 -0800 (PST) Received: from freebsd.ki.net (root@freebsd.ki.net [205.150.102.2]) by ki.net (8.7.4/8.7.4) with ESMTP id RAA06503 for ; Fri, 5 Apr 1996 17:34:22 -0500 (EST) Received: (from root@localhost) by freebsd.ki.net (8.7.5/8.7.5) id RAA00875; Fri, 5 Apr 1996 17:34:48 -0500 (EST) Message-Id: <199604052234.RAA00875@freebsd.ki.net> Date: Fri, 5 Apr 1996 17:34:48 -0500 (EST) From: "Marc G. Fournier" Reply-To: scrappy@ki.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1117: panic: rlist_free: free end overlaps already freed area Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1117 >Category: kern >Synopsis: panic: rlist_free: free end overlaps already freed area >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 5 14:40:05 PST 1996 >Last-Modified: >Originator: Marc G. Fournier >Organization: >Release: FreeBSD 2.2-CURRENT i386 >Environment: FreeBSD 2.2-CURRENT #35: Tue Apr 2 01:38:50 EST 1996 scrappy@freebsd.ki.net:/usr/src/sys/compile/freebsd CPU: i486DX (486-class CPU) real memory = 16777216 (16384K bytes) avail memory = 14716928 (14372K bytes) DEVFS: ready for devices Probing for devices on the ISA bus: vt0 at 0x60-0x6f irq 1 on motherboard vt0: mda, mono, 8 scr, mf2-kbd, [R3.20-b24] ed0 at 0x280-0x29f irq 5 maddr 0xd8000 msize 16384 on isa ed0: address 00:00:c0:b7:91:71, type WD8013EPC (16 bit) aha0 at 0x330-0x333 irq 11 drq 5 on isa (aha0:0:0): "UNISYS U0531 ST3600N 8374" type 0 fixed SCSI 2 sd0(aha0:0:0): Direct-Access 500MB (1025920 512 byte sectors) (aha0:3:0): "CONNER CFA540S 13B0" type 0 fixed SCSI 2 sd1(aha0:3:0): Direct-Access 515MB (1056708 512 byte sectors) fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in npx0 on motherboard npx0: INT 16 interface sctarg0(noadapter::): Processor Target devfs ready to run >Description: After 2days, 16hrs uptime, in order to install a new -current kernel, I typed 'reboot' as root at the prompt, at which point she panic'd (I swear, i was being gentle with her *grin*) I *think* I'm getting the hang of gdb, but if I'm missing some data that I could have gotten out of gdb, please let me know and I'll add that in :) DDB Output: panic: rlist_free: free end overlaps already freed area rlist_free+0x9d swap_pager_freeswapspace+0x1b swap_pager_free_swap+0xbb swap_pager_dealloc+0x9c vm_pager_deallocate+0x16 vm_object_terminate+0x13b vm_object_deallocate+0x1a3 vm_map_entry_delete+0x50 vm_map_delete+0x0x13e vm_map_remove+0x60 exit1+0xc5 exit+0x14 syscall+0x129 Xsyscall+0x35 --- syscall 1, eip = 0x8159a5d, ebp = 0xefbfdb40 --- GDB Output: Script started on Fri Apr 5 17:24:24 1996 gdbfreebsd# gdb -k /usr/debug/kernel-sym.35 vmcore.5 GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.13 (i386-unknown-freebsd), Copyright 1994 Free Software Foundation, Inc... IdlePTD 20d000 current pcb at 1dabc8 panic: rlist_free: free end overlaps already freed area #0 boot (howto=260) at ../../i386/i386/machdep.c:942 Source file is more recent than executable. 942 dumppcb.pcb_ptd = rcr3(); (kgdb) where #0 boot (howto=260) at ../../i386/i386/machdep.c:942 #1 0xf0113727 in panic (fmt=0xf01011f8 "from debugger") at ../../kern/subr_prf.c:133 #2 0xf0101215 in db_panic (dummy1=-266739549, dummy2=0, dummy3=-1, dummy4=0xefbffcb0 "") at ../../ddb/db_command.c:395 #3 0xf01010fe in db_command (last_cmdp=0xf01cab34, cmd_table=0xf01ca994) at ../../ddb/db_command.c:288 #4 0xf010127d in db_command_loop () at ../../ddb/db_command.c:417 #5 0xf01035e8 in db_trap (type=3, code=0) at ../../ddb/db_trap.c:73 #6 0xf019de7a in kdb_trap (type=3, code=0, regs=0xefbffdac) at ../../i386/i386/db_interface.c:136 #7 0xf01a59ec in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = -191131724, tf_esi = -267302978, tf_ebp = -272630288, tf_isp = -272630316, tf_ebx = 256, tf_edx = -266739595, tf_ecx = 1920, tf_eax = 18, tf_trapno = 3, tf_err = 0, tf_eip = -266739549, tf_cs = -272695288, tf_eflags = 582, tf_esp = -266739611, tf_ss = -267307330}) at ../../i386/i386/trap.c:399 #8 0xf019e6f1 in calltrap () #9 0xf011371e in panic ( fmt=0xf01147be "rlist_free: free end overlaps already freed area") at ../../kern/subr_prf.c:129 #10 0xf0114901 in rlist_free (rlh=0xf01e5ed0, start=8912, end=8935) at ../../kern/subr_rlist.c:157 #11 0xf018bf77 in swap_pager_freeswapspace (object=0xf0935880, from=8912, to=8935) at ../../vm/swap_pager.c:408 #12 0xf018c167 in swap_pager_free_swap (object=0xf0935880) at ../../vm/swap_pager.c:485 #13 0xf018c6b8 in swap_pager_dealloc (object=0xf0935880) at ../../vm/swap_pager.c:721 #14 0xf019861a in vm_pager_deallocate (object=0xf0935880) at ../../vm/vm_pager.c:178 #15 0xf01942b7 in vm_object_terminate (object=0xf0935880) at ../../vm/vm_object.c:416 #16 0xf019410b in vm_object_deallocate (object=0xf0935880) at ../../vm/vm_object.c:356 #17 0xf019227c in vm_map_entry_delete (map=0xf0937300, entry=0xf0924740) at ../../vm/vm_map.c:1620 #18 0xf01923ce in vm_map_delete (map=0xf0937300, start=0, end=4022329344) at ../../vm/vm_map.c:1715 #19 0xf019244c in vm_map_remove (map=0xf0937300, start=0, end=4022329344) at ../../vm/vm_map.c:1740 #20 0xf0108c89 in exit1 (p=0xf0937400, rv=0) at ../../kern/kern_exit.c:161 #21 0xf0108b84 in exit (p=0xf0937400, uap=0xefbfff94, retval=0xefbfff84) at ../../kern/kern_exit.c:97 #22 0xf01a646d in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 0, tf_esi = -1, tf_ebp = -272639168, tf_isp = -272629788, tf_ebx = 135680096, tf_edx = 0, tf_ecx = 1, tf_eax = 1, tf_trapno = 7, tf_err = 7, tf_eip = 135633501, tf_cs = 31, tf_eflags = 658, tf_esp = -272639188, tf_ss = 39}) at ../../i386/i386/trap.c:904 ---Type to continue, or q to quit---qQuit (kgdb) up 10 #10 0xf0114901 in rlist_free (rlh=0xf01e5ed0, start=8912, end=8935) at ../../kern/subr_rlist.c:157 157 panic("rlist_free: free end overlaps already freed area"); (kgdb) list 152 } 153 154 if (cur_rlp != NULL) { 155 156 if (end >= cur_rlp->rl_start) 157 panic("rlist_free: free end overlaps already freed area"); 158 159 if (prev_rlp) { 160 if (start <= prev_rlp->rl_end) 161 panic("rlist_free: free start overlaps already freed area"); (kgdb) print end $1 = 8935 (kgdb) print cur_rlp->rl_start $2 = 8920 (kgdb) print cur_rlp $3 = (struct rlist *) 0xf49ba450 (kgdb) print prev_rlp $4 = (struct rlist *) 0xf49b8fb4 (kgdb) print start $5 = 8912 (kgdb) print prev_rlp->rl_end $6 = 8911 (kgdb) quit freebsd# exit exit Script done on Fri Apr 5 17:25:50 1996 >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Apr 5 15:20:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA20801 for bugs-outgoing; Fri, 5 Apr 1996 15:20:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA20795 Fri, 5 Apr 1996 15:20:03 -0800 (PST) Resent-Date: Fri, 5 Apr 1996 15:20:03 -0800 (PST) Resent-Message-Id: <199604052320.PAA20795@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, tdgsandf@prds-grn.demon.co.uk Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA20736 for ; Fri, 5 Apr 1996 15:19:22 -0800 (PST) Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net id ag17013; 6 Apr 96 0:19 +0100 Received: from prds-grn.demon.co.uk ([158.152.232.106]) by relay-3.mail.demon.net id aa27814; 5 Apr 96 23:32 +0100 Received: (from tdgsandf@localhost) by prds-grn (8.6.12/8.6.12) id NAA00296; Fri, 5 Apr 1996 13:36:53 +0100 Message-Id: <199604051236.NAA00296@prds-grn> Date: Fri, 5 Apr 1996 13:36:53 +0100 From: "Thomas D.G. Sandford" Reply-To: tdgsandf@prds-grn.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1118: Panic: setrunqueue encountered with Wine Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1118 >Category: kern >Synopsis: panic: setrunqueue encountered when wine fork()'s >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 5 15:20:01 PST 1996 >Last-Modified: >Originator: Thomas D.G. Sandford >Organization: Paradise Green Technical Services >Release: FreeBSD 2.1-RELEASE >Environment: FreeBSD 2.1.0-RELEASE Copam PC486B/25 Wine-940324 or Wine-940331 built "out of the box" (*not* the port). >Description: With the environment described above the following % wine nosuchfile causes a kernel panic with the following report panic: setrunqueue I believe the problem occurs when a fork() is executed in the wine source file loader/module.c It is probably partly symptomatic of a problem in wine itself, but clearly even a buggy user-mode program should not be able to crash the kernel. >How-To-Repeat: As above. >Fix: None known. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Apr 5 16:00:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA22218 for bugs-outgoing; Fri, 5 Apr 1996 16:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA22198 Fri, 5 Apr 1996 16:00:01 -0800 (PST) Date: Fri, 5 Apr 1996 16:00:01 -0800 (PST) Message-Id: <199604060000.QAA22198@freefall.freebsd.org> To: freebsd-bugs Cc: From: David Greenman Subject: Re: kern/1117: panic: rlist_free: free end overlaps already freed area Reply-To: David Greenman Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/1117; it has been noted by GNATS. From: David Greenman To: scrappy@ki.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/1117: panic: rlist_free: free end overlaps already freed area Date: Fri, 05 Apr 1996 15:56:12 -0800 >>Description: > > After 2days, 16hrs uptime, in order to install a new -current >kernel, I typed 'reboot' as root at the prompt, at which point she >panic'd (I swear, i was being gentle with her *grin*) > > I *think* I'm getting the hang of gdb, but if I'm missing some >data that I could have gotten out of gdb, please let me know and I'll >add that in :) > >DDB Output: > >panic: rlist_free: free end overlaps already freed area Considering the other bizzare crashes that you've reported recently, I think your hardware is having problems. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-bugs Fri Apr 5 18:50:02 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00203 for bugs-outgoing; Fri, 5 Apr 1996 18:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00189 Fri, 5 Apr 1996 18:50:01 -0800 (PST) Date: Fri, 5 Apr 1996 18:50:01 -0800 (PST) Message-Id: <199604060250.SAA00189@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Marc G. Fournier" Subject: Re: kern/1117: panic: rlist_free: free end overlaps already freed area Reply-To: "Marc G. Fournier" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/1117; it has been noted by GNATS. From: "Marc G. Fournier" To: David Greenman Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/1117: panic: rlist_free: free end overlaps already freed area Date: Fri, 5 Apr 1996 21:46:59 -0500 (EST) On Fri, 5 Apr 1996, David Greenman wrote: > >>Description: > > > > After 2days, 16hrs uptime, in order to install a new -current > >kernel, I typed 'reboot' as root at the prompt, at which point she > >panic'd (I swear, i was being gentle with her *grin*) > > > > I *think* I'm getting the hang of gdb, but if I'm missing some > >data that I could have gotten out of gdb, please let me know and I'll > >add that in :) > > > >DDB Output: > > > >panic: rlist_free: free end overlaps already freed area > > Considering the other bizzare crashes that you've reported recently, I > think your hardware is having problems. > What is an rlist? Marc G. Fournier | POP Mail Telnet Acct DNS Hosting System | WWW Services Database Services | Knowledge, Administrator | | Information and scrappy@ki.net | WWW: http://www.ki.net | Communications, Inc From owner-freebsd-bugs Fri Apr 5 19:25:13 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA01535 for bugs-outgoing; Fri, 5 Apr 1996 19:25:13 -0800 (PST) Received: from birk04.studby.uio.no (birk04.studby.uio.no [129.240.214.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA01527 for ; Fri, 5 Apr 1996 19:25:08 -0800 (PST) Received: (from aagero@localhost) by birk04.studby.uio.no (8.7.5/sendmail95) id FAA00348; Sat, 6 Apr 1996 05:24:59 +0200 (MET DST) Date: Sat, 6 Apr 1996 05:24:59 +0200 (MET DST) Message-Id: <199604060324.FAA00348@birk04.studby.uio.no> From: "Åge Røbekk" To: freebsd-bugs@freebsd.org Subject: Hangs after editing a disklabel MIME-Version: 1.0 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've just installed a new disklabel on my scsi disk with # disklabel -w -B sd0 auto which installed a working disklabel. But, when I do # disklabel -e /dev/rsd0c the kernel hangs after the :wq in vi, perhaps when the disklabel information is written to the disk. This makes it very hard to make any new partitions on a new disk. This same problem occurs on sd1 as well. My scsi controller is a NCR 810, I'm using a very recent (4. april) -current. -aage From owner-freebsd-bugs Fri Apr 5 20:57:28 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA04860 for bugs-outgoing; Fri, 5 Apr 1996 20:57:28 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA04855 for ; Fri, 5 Apr 1996 20:57:25 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id UAA23023 for ; Fri, 5 Apr 1996 20:56:57 -0800 (PST) Prev-Resent: Fri, 05 Apr 1996 20:56:56 -0800 Prev-Resent: "bugs@freebsd.org " Received: from freefall.freebsd.org (jkh-sl0-f.cdrom.com [204.216.27.193]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id OAA22262 for ; Fri, 5 Apr 1996 14:46:21 -0800 (PST) Received: from wc.cdrom.com (wc.cdrom.com [204.216.28.155]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA18757 for ; Fri, 5 Apr 1996 14:46:42 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.28.34]) by wc.cdrom.com (8.6.12/8.6.12) with ESMTP id OAA13763 for ; Fri, 5 Apr 1996 14:46:21 -0800 Received: from george.lbl.gov (george.lbl.gov [128.3.196.93]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id OAA13651 for ; Fri, 5 Apr 1996 14:46:40 -0800 Received: (jin@localhost) by george.lbl.gov (8.6.10/8.6.5) id OAA19101 for jkh@cdrom.com; Fri, 5 Apr 1996 14:46:38 -0800 Date: Fri, 5 Apr 1996 14:46:38 -0800 From: "Jin Guojun[ITG]" Message-Id: <199604052246.OAA19101@george.lbl.gov> To: jkh@cdrom.com Subject: Unsuccessfully to install 2.2-960323 SNAP Resent-To: bugs@freebsd.org Resent-Date: Fri, 05 Apr 1996 20:56:57 -0800 Resent-Message-ID: <23021.828766617@time.cdrom.com> Resent-From: "Jordan K. Hubbard" Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jordan, I tried both boot.flp and boot4.flp to install 2.2-960323 and could not get it installed. The problem I believe is the network code. The installor stops (hangs) after network started or a little bit after. What happened is that it stopped at stand/ls been copied. (I did many times it always stopped at same place). Then I changed to use boot4.flp, it stopped just after network initialized. So, I ftp the boot.flp again, and it works better, it got /bin loaded, then hung again. I don't know if this is caused by corrupted boot.flp during ftp, or this is a bug. The hardware configration I tried is: Intel PT2000 (Triton) + Pentinum-100 CPU 3Com 509B ether card Western Digital 850 MB hard disk drive Other devices are not used for installation. I download 2.2-960323 to a local server, and installed via NFS. Now, I reinstalled 2.1.0, and it works well. So, this problem is in either 2.2-960323 boot.flp/root.flp, or during ftp (unlikely). Please give me a clue, I may try on the other machines to see what will happen. Thanks, -Jin From owner-freebsd-bugs Sat Apr 6 01:58:50 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA19608 for bugs-outgoing; Sat, 6 Apr 1996 01:58:50 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA19592 for ; Sat, 6 Apr 1996 01:58:46 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id LAA10415; Sat, 6 Apr 1996 11:58:44 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id LAA17790; Sat, 6 Apr 1996 11:58:43 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id KAA07080; Sat, 6 Apr 1996 10:25:15 +0200 (MET DST) From: J Wunsch Message-Id: <199604060825.KAA07080@uriah.heep.sax.de> Subject: Re: Unsuccessfully to install 2.2-960323 SNAP To: jin@george.lbl.gov (Jin Guojun[ITG]) Date: Sat, 6 Apr 1996 10:25:14 +0200 (MET DST) Cc: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604052246.OAA19101@george.lbl.gov> from "Jin Guojun[ITG]" at Apr 5, 96 02:46:38 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Jin Guojun[ITG] wrote: > > Jordan, > > I tried both boot.flp and boot4.flp to install 2.2-960323 and could not > get it installed. The problem I believe is the network code. > The installor stops (hangs) after network started or a little bit after. > > What happened is that it stopped at stand/ls been copied. (I did many times > it always stopped at same place). > 3Com 509B ether card The 3c509 ain't the best card performance-wise. Did you try the ``Slow NFS'' option? I always need it for my 8-bit 3c503, it hangs about the same location otherwise. -- 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 Apr 6 01:59:02 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA19679 for bugs-outgoing; Sat, 6 Apr 1996 01:59:02 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA19663 for ; Sat, 6 Apr 1996 01:58:59 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id LAA10427; Sat, 6 Apr 1996 11:58:52 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id LAA17800; Sat, 6 Apr 1996 11:58:51 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id LAA07724; Sat, 6 Apr 1996 11:36:02 +0200 (MET DST) From: J Wunsch Message-Id: <199604060936.LAA07724@uriah.heep.sax.de> Subject: Re: Hangs after editing a disklabel To: aagero@aage.priv.no (Åge Røbekk) Date: Sat, 6 Apr 1996 11:36:01 +0200 (MET DST) Cc: freebsd-bugs@FreeBSD.ORG Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604060324.FAA00348@birk04.studby.uio.no> from "Åge Røbekk" at Apr 6, 96 05:24:59 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Åge Røbekk wrote: [Charset: unknown-8bit, skipping] Please, correct your MIME headers: MIME-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit > I've just installed a new disklabel on my scsi disk with > > # disklabel -w -B sd0 auto Make this disklabel -r -w -B sd0 auto for a new disk. This causes disklabel(8) to bypass the kernel and use the raw device directly. > which installed a working disklabel. But, when I do > > # disklabel -e /dev/rsd0c > > the kernel hangs after the :wq in vi, ... No idea on this, i've never seen it myself. Ah, well, why did you use ``/dev/rsd0c''? This is not necessary, you can say disklabel -e sd0 and let disklabel decide which device to use. -- 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 Apr 6 02:12:13 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20454 for bugs-outgoing; Sat, 6 Apr 1996 02:12:13 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA20448 for ; Sat, 6 Apr 1996 02:12:07 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id UAA21444; Sat, 6 Apr 1996 20:10:32 +1000 Date: Sat, 6 Apr 1996 20:10:32 +1000 From: Bruce Evans Message-Id: <199604061010.UAA21444@godzilla.zeta.org.au> To: aagero@aage.priv.no, freebsd-bugs@FreeBSD.ORG Subject: Re: Hangs after editing a disklabel Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I've just installed a new disklabel on my scsi disk with ># disklabel -w -B sd0 auto >which installed a working disklabel. But, when I do ># disklabel -e /dev/rsd0c Use sd0 in both. >the kernel hangs after the :wq in vi, perhaps when the disklabel >information is written to the disk. This makes it very hard to make >any new partitions on a new disk. This same problem occurs on sd1 as >well. My scsi controller is a NCR 810, I'm using a very recent >(4. april) -current. There is a bug in devfs that causes this if devfs is mounted. Only use devfs if you want to debug it. Bruce From owner-freebsd-bugs Sat Apr 6 02:41:12 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA21950 for bugs-outgoing; Sat, 6 Apr 1996 02:41:12 -0800 (PST) Received: from birk04.studby.uio.no (birk04.studby.uio.no [129.240.214.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id CAA21943 for ; Sat, 6 Apr 1996 02:41:08 -0800 (PST) Received: (from aagero@localhost) by birk04.studby.uio.no (8.7.5/sendmail95) id MAA01160; Sat, 6 Apr 1996 12:40:49 +0200 (MET DST) Date: Sat, 6 Apr 1996 12:40:49 +0200 (MET DST) Message-Id: <199604061040.MAA01160@birk04.studby.uio.no> From: "Åge Røbekk" To: bde@zeta.org.au CC: freebsd-bugs@FreeBSD.ORG In-reply-to: <199604061010.UAA21444@godzilla.zeta.org.au> (message from Bruce Evans on Sat, 6 Apr 1996 20:10:32 +1000) Subject: Re: Hangs after editing a disklabel MIME-Version: 1.0 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk | >the kernel hangs after the :wq in vi, perhaps when the disklabel | >information is written to the disk. This makes it very hard to make | >any new partitions on a new disk. This same problem occurs on sd1 as | >well. My scsi controller is a NCR 810, I'm using a very recent | >(4. april) -current. | | There is a bug in devfs that causes this if devfs is mounted. Only | use devfs if you want to debug it. I'm not using devfs. -aage From owner-freebsd-bugs Sat Apr 6 03:21:12 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA23350 for bugs-outgoing; Sat, 6 Apr 1996 03:21:12 -0800 (PST) Received: from birk04.studby.uio.no (birk04.studby.uio.no [129.240.214.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA23345 for ; Sat, 6 Apr 1996 03:21:09 -0800 (PST) Received: (from aagero@localhost) by birk04.studby.uio.no (8.7.5/sendmail95) id NAA00299; Sat, 6 Apr 1996 13:21:03 +0200 (MET DST) Date: Sat, 6 Apr 1996 13:21:03 +0200 (MET DST) Message-Id: <199604061121.NAA00299@birk04.studby.uio.no> From: "Åge Røbekk" To: joerg_wunsch@uriah.heep.sax.de CC: freebsd-bugs@freebsd.org In-reply-to: <199604060936.LAA07724@uriah.heep.sax.de> (message from J Wunsch on Sat, 6 Apr 1996 11:36:01 +0200 (MET DST)) Subject: Re: Hangs after editing a disklabel MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk | As =C5ge R=F8bekk wrote: | [Charset: unknown-8bit, skipping] |=20 | Please, correct your MIME headers: |=20 | MIME-Version: 1.0 | Content-Type: text/plain; charset=3Dunknown-8bit Hmm thats strange. I tried to send mail to myself, and only got MIME-Version: 1.0 Content-Type: text/plain; charset=3Diso-8859-1 Content-Transfer-Encoding: quoted-printable I sent to 3 different accounts, all of which received the mail with these header fields. The only known problem is that the From:-field does not have a proper rfc1522-encoding. | > # disklabel -e /dev/rsd0c | >=20 | > the kernel hangs after the :wq in vi, ... |=20 | No idea on this, i've never seen it myself. Ah, well, why did you | use ``/dev/rsd0c''? This is not necessary, you can say |=20 | disklabel -e sd0 |=20 | and let disklabel decide which device to use. Same problem. What else than a cosmetic change is it to use sd0 instead of rsd0c. And since this does not leave a core dump, it's hard to identify the cause. -aage From owner-freebsd-bugs Sat Apr 6 04:30:10 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27148 for bugs-outgoing; Sat, 6 Apr 1996 04:30:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27133 for freebsd-bugs; Sat, 6 Apr 1996 04:30:08 -0800 (PST) Date: Sat, 6 Apr 1996 04:30:08 -0800 (PST) From: GNU GNATS Message-Id: <199604061230.EAA27133@freefall.freebsd.org> To: freebsd-bugs Subject: List of open Problem Reports Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is the list of currently open problem reports [1994/11/18] conf/22 Cannot use links to share kernel objects [1994/11/30] kern/34 nullfs and union mounts can result in wild pointer r [1995/01/10] bin/104 pax -rwl may corrupt filesystem [1995/01/14] bin/115 systat iostat display doesn't scale high enough [1995/01/14] bin/116 disk transfer rates reported by systat :iostat are t [1995/01/14] bin/129 fsck cannot take a mount point as an argument [1995/01/14] bin/133 mail program doesn't have editheaders option [1995/01/15] bin/146 version of compress is kinda old and slow [1995/01/20] bin/153 mount -u improvement for diskless systems [1995/01/21] misc/166 /usr/include/machine/asmacros.h includes uninstalled [1995/01/21] bin/173 rc trys to mount modload fs before ld is available. [1995/01/21] bin/174 Poor error message from stty [1995/01/22] kern/176 EIDRM not defined in errno.h [1995/01/24] gnu/183 can't resolve "operator <<" overload [1995/01/24] bin/184 send-pr says "Aborting ..." and happily removes the [1995/01/30] gnu/196 size of bss in *.o's reported wrong by size [1995/01/30] bin/198 1.1.5.1 pine binary loops; top shows fancy values [1995/02/01] bin/199 quiz(6) reading database bug, pattern matching bug [1995/03/02] misc/229 acos() core dump [1995/03/17] kern/247 Berkeley Packet Filter fix [1995/03/28] kern/275 qic-02 streamer won't work [1995/03/28] kern/281 Messages printed when checking CD ROM device too ver [1995/03/28] kern/282 buslogic adapter information WAY too verbose [1995/04/01] kern/291 PCI devices still probe/attach after being disabled [1995/04/09] bin/323 Creating lost+found causes fsck to stop fsck -y FDIV [1995/04/09] bin/326 Weekly cron generates some usage and error messages [1995/04/09] bin/329 FTP transfers above 99K shown in scientific notation [1995/04/15] kern/345 panic "biodone: page busy < 0" [1995/04/17] kern/349 Panic with bad dir [1995/04/20] kern/353 xcdplayer crashes machine (with NCR810 SCSI) [1995/04/20] misc/355 policy on /usr/local permission in base release [1995/04/20] bin/357 pkg_delete aborts when subcommand fails [1995/05/01] gnu/373 In response to admittedly bogus code, gcc emits an o [1995/05/01] kern/374 panic: bad dir [1995/05/08] bin/389 Simultaneous creation/deletion of dirs corrupts file [1995/05/12] bin/398 VI doesnt do the correct thing [1995/05/13] bin/401 Add REMOTE_* variables [1995/05/13] bin/402 w -n shows non-numeric addresses [1995/05/13] misc/403 FreeBSD 1-compiled tcsh, bash and zsh binaries dump [1995/05/14] kern/405 The gpio driver does not work with the AT-GPIB, only [1995/05/14] kern/416 page fault in syscons.c:scopen() [1995/05/14] bin/419 pkg_delete refuses to delete an incompletely added p [1995/05/15] misc/423 Sound devices are too insecure [1995/05/16] kern/425 arp entries not getting removed when interface chang [1995/05/16] kern/427 eg doesn't work with more than one card [1995/05/16] kern/428 configure is not foolproof [1995/05/23] i386/440 want vidcontrol option to apply settings to all sysc [1995/05/25] kern/443 65 sendmails crashes system [1995/05/26] i386/444 GUS sound driver does not seem to work. [1995/05/26] kern/446 unable to diskless-boot a PC when the server mounts [1995/05/27] gnu/450 tar --exclude -c doesn't work [1995/05/28] gnu/451 cvsinit/cvs doesn't work as expected with perl [1995/05/29] bin/457 We may have an obscure csh bug [1995/05/30] docs/458 px doc does not find include figure [1995/06/01] misc/469 ctm leaves temp files after errors [1995/06/05] kern/492 sysinstall shows "success" after "no space" failure. [1995/06/14] bin/514 Crash recovery impossible without static mt/chflags. [1995/06/15] bin/517 Bad group change with 'install' [1995/06/15] bin/519 execution of quotacheck from /etc/rc fails [1995/06/17] kern/528 slow 386 reports excessive interrupt-level buffer ov [1995/06/18] misc/530 Failed install from SCSI tape [1995/06/20] docs/536 No copyrights in usr/src/lib/libc/stdtime [1995/06/20] bin/537 FSCK Fails [1995/06/26] kern/565 slip freezes machine [1995/07/02] kern/579 sio: RS_IBUFSIZE at 256 bytes serial lines loose dat [1995/07/04] kern/587 if_le hangs on OACTIVE with 2k buffer [1995/07/04] kern/588 Configuration of DEC ethernet cards not possible [1995/07/05] bin/591 SPAP request REJexted in stead of NAKed [1995/07/06] i386/596 and conflict with _POSIX_SOURCE [1995/07/07] bin/599 pkg_add does not stop if dependencies are missing [1995/07/09] misc/605 NIS: get*bynis routine problems [1995/07/13] kern/611 WIDE-dhcp doesn't work with FreeBSD-2.0 bpf [1995/07/21] i386/631 if_ix does not support bpf, nor does it appear to su [1995/07/29] kern/638 Transmitted packets not passed to bpf in if_le.c [1995/08/01] docs/646 vmstat man page out of date [1995/08/01] bin/648 printf format conversion incorrect (duplicate) [1995/08/02] gnu/650 Current flex is outdated [1995/08/03] kern/652 Multiple addresses on one interface interacts badly [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, not in 2.0. [1995/08/07] bin/658 ifconfig alias has to be separately given [1995/08/07] bin/661 Hercules is not capable of having a ISO-Latin1 Scree [1995/08/11] gnu/672 Nor all ph headers get created [1995/08/11] ports/673 /bin/sh + inn1.4 innwatch going belly up [1995/08/11] bin/675 make does unnecessary rebuilds [1995/08/12] kern/677 X gets a bus error when calling mmap() [1995/08/13] bin/680 2.0.5's tip using termios doesn't act the way it did [1995/08/14] bin/683 cron(8) [1995/08/14] kern/688 Page fault: supervisor write, page not present [1995/08/15] i386/692 My modem is not found if my external cache is disabl [1995/08/16] bin/693 `pkg_add' is umask-sensitive [1995/08/16] kern/695 cat B > C ; cmp B C can fail! [1995/08/17] misc/697 "make -DCLOBBER" is broken [1995/08/18] kern/700 The comments in /sys/net/in.h are confusing [1995/08/21] kern/703 ppp not always deleting route properly when a ppp li [1995/08/22] bin/706 increased root DNS traffic and long latencies for r- [1995/08/29] bin/715 ls gives weird tabular form [1995/08/31] bin/716 W returns wrong results at login [1995/09/01] misc/717 ft.c attach fail on my Mountain tape drive [1995/09/02] bin/718 pkg_add incorrectly prints an error message [1995/09/15] bin/722 Off-by-one error in wbkgd() in ncurses [1995/09/19] bin/728 /bin/sh messes up quoting when going through eval [1995/09/21] docs/731 socketpair(2) and man page inconsistent about return [1995/09/23] docs/735 missing description for mount options in fstab(5) ma [1995/09/25] gnu/737 FreeBSD-current/src/gnu/usr.bin/gzip/Makefile [1995/09/26] bin/739 Some problems when an output filter reads all input [1995/09/26] docs/741 netstat -rn not showing all routes in Kernel - not i [1995/09/26] kern/742 syslog errors accessing Mac hard disks [patch] [1995/09/27] bin/743 vi cannot edit a file where the name starts with + [1995/09/27] bin/747 date(1) gives weird time zones and interprets GMT[+- [1995/09/27] kern/750 cd9660 confused by not-ready or I/O errors FDIV030 [1995/09/28] bin/751 crontab(1): `crontab -e' exits on SIGINT [1995/09/28] kern/752 setting multiple addresses for a single interfaces l [1995/09/28] kern/753 my archive scsi tape drive does not work [1995/09/28] docs/754 there is no man page for the psm(4) mouse driver [1995/10/01] kern/757 Removal of mounted CD-ROM causes reboot & single use [1995/10/01] bin/759 nfsd without arg's doesn't work [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem in use [1995/10/05] misc/767 Configure-time does time-warp on non-UTC CMOS - FDIV [1995/10/06] kern/770 Floppy kernel won't boot with T485 or IDT L2 cache F [1995/10/08] kern/772 page fault while in kernel mode (two cases) [1995/10/09] kern/774 dump fails with "slave couldn't reopen disk: Device [1995/10/11] bin/777 patch doesn't realize stdin is closed and asks quest [1995/10/12] bin/778 tar complains "EOF not on block boundary" on a good [1995/10/12] bin/779 #include gets undefined 'rune_t' type. [1995/10/14] kern/781 OPEN_MAX in kernel config and FD_SETSIZE in /usr/inc [1995/10/18] bin/786 Problem with NIS and large group maps [1995/10/23] bin/789 pkg_add doesn't work [1995/10/25] kern/792 cd9660 very slow. [1995/10/25] kern/793 ep0 cannot be configured and more. [1995/10/26] kern/794 swap partition at offset 0 still broken [1995/10/27] misc/796 Network install doesn't update /etc/hosts FDIV036 [1995/10/27] bin/797 X probeonly during install gets Not Found error FDIV [1995/10/29] kern/798 PPP panics, touches 0xdeadc0de pointers [1995/10/29] misc/799 sysinstall segfaults if part of distribution missing [1995/10/29] docs/801 rlogind k, v, and x options are not documented [1995/10/30] misc/802 default fstab mounts disks in bad order [1995/10/31] bin/803 bsd m4 chokes and dies while FSF m4 works... [1995/10/31] kern/806 kernel default parameters need tuning [1995/11/09] ports/814 unable to compile the port of "pine3.91" [1995/11/11] bin/815 mountd reports unknown hosts with non-informative me [1995/11/12] kern/820 scsi tape problems [1995/11/13] kern/821 Config doesn't properly trap signals [1995/11/16] bin/826 tcpmux listener in inetd does not work [1995/11/20] kern/830 installing hang [1995/11/20] kern/831 one minor complaint about the kernel visual config c [1995/11/21] i386/832 Tape drive busy errors - dump aborts [1995/11/21] i386/833 SCSI hard disks time out during tape rewind - FDIV03 [1995/11/22] kern/835 ed panics with SMC ultra with iomem, if no iomem in [1995/11/24] misc/838 /usr/src/lib Makefile assumes you want to install... [1995/11/25] bin/839 by default, use of "at" is overly restricted [1995/11/27] bin/841 stale nfs mounts cannot be umounted [1995/11/27] kern/844 mbuf panic, dump available [1995/11/27] kern/845 Automatic reboot says you can abort but boots anyway [1995/11/27] conf/846 2.1R install disk tries to use sd0 even if not reque [1995/11/28] misc/848 Inst gripes about geometry but won't accept true val [1995/11/28] misc/849 Install skimps on inodes and newfs default is wrong [1995/11/28] bin/850 dump treats write-protect as an EOT & spoils set FDI [1995/11/29] bin/852 Sendmail is loosing mail (apparently)! [1995/11/30] bin/854 swapinfo shows incorrect information for vnconfig'd [1995/11/30] misc/856 Install 2.0.5 Upgrade option does too much damage FD [1995/11/30] ports/857 Need ANSI_C define to not declare some functions [1995/12/01] bin/859 /bin/sh -c does not ignore SIGINT [1995/12/02] kern/860 visual mode in kernel -c is too restrictive [1995/12/03] kern/861 sb16 support in 2.1 is erratic and has cosmetic defe [1995/12/03] kern/863 panic on kernel page fault, NULL curproc [1995/12/04] kern/866 pcvt causes system console to lock up [1995/12/04] i386/867 Notebook with APM and 3C589C in PCMCIA freezes after [1995/12/06] ports/869 xcdplayer installs itself is /usr/X11R6, not /usr/lo [1995/12/06] ports/871 port.subdir.mk DEBUG_FLAGS is not used for CFLAGS [1995/12/08] misc/875 Cleaned code using -Wall to remove warnings [1995/12/08] kern/876 NFS allows bogus accesses to cached data [1995/12/09] misc/882 Makefile is not smart enough to bypass libraries... [1995/12/09] ports/883 tclX-port does not build properly [1995/12/14] misc/893 terminfo.h not installed??? [1995/12/17] kern/900 ext2fs triggers divide by zero trap in vnode_pager_h [1995/12/18] kern/902 system becomes very sluggish, odd messages, odd vmst [1995/12/20] i386/906 /sys/i386/boot/netboot/nb8390.com cannot recognize N [1995/12/21] kern/907 scsi-dat tape station has stopped working [1995/12/21] bin/908 sed bug with trailing backslashes [1995/12/24] kern/912 unmount: dangling vnode [1995/12/24] conf/913 2.1.0-RELEASE, problem with cpio verbosity in instal [1995/12/25] bin/914 hayes dialer for tip fails 1st attempt to dial [1995/12/29] kern/919 weird output of vmstat, iostat, top [1995/12/29] kern/920 sio output looses chars in fifo on close() [1995/12/29] kern/921 getrusage() returns 0 after system up for a long tim [1995/12/31] kern/924 EISA devices have disappeared from vmstat/systat int [1996/01/01] bin/926 Mounting nfs disks before starting mountd: Chicken o [1996/01/02] kern/927 VGA mode not restored [1996/01/03] kern/930 sio/getty problem? [1996/01/06] kern/932 de0 occasionally enables 100baseTX when plugged into [1996/01/06] misc/934 ppp dies with Bus Error when processing long LOGIN s [1996/01/09] kern/940 panic: free vnode isn't [1996/01/12] misc/942 X11 mono server dumps core on supported video hardwa [1996/01/13] ports/944 Security fixes for Fvwm 1.24r [1996/01/15] kern/946 divide-by-zero in kernel on bad disk info [1996/01/16] kern/949 panic, undebugable dump? [1996/01/17] kern/951 -current kernel crashes with devfs error on bootup [1996/01/19] ports/955 make CFLAGS=whatever for a port will not be honored [1996/01/19] kern/956 Kernel page fault, null callp [1996/01/19] bin/958 ttys file does not include all ptys [1996/01/20] i386/960 gameport enabling on ProAudio Spectrum isn't documen [1996/01/21] bin/961 'more $file', incorrect CRLF compacting. [1996/01/22] kern/962 panic on shutdown -- have crash dump [1996/01/23] ports/968 Netscape & cern_httpd ports out of date/dead links [1996/01/25] kern/971 Default limits for number of processes per user ridi [1996/01/25] conf/972 inetd.conf should comment out k-services if no Kerbe [1996/01/27] kern/974 ktrace causes panic: freeing busy page [1996/01/28] kern/975 getrusage returns negative deltas [1996/01/28] kern/976 NCR SCSI driver gives assertion errors and disk beco [1996/01/29] kern/977 system panic on sowakeup() [1996/01/29] kern/978 Three deadlocks in row [1996/01/29] kern/979 Linux programs using pipes crash system [1996/02/01] bin/986 problems make-ing with cd in the rule [1996/02/03] kern/989 devfs error messages on boot [1996/02/03] kern/991 pcvt keyboard doesn't accept input at crash reboot [1996/02/03] bin/993 g++ complains about /usr/include/machine/cpufunc.h [1996/02/04] kern/994 syscons bug in ESC[nX handling (w/fix) [1996/02/05] misc/995 /var/run/gated.pid is deleted [1996/02/06] kern/998 badness in file system silently crashes machine [1996/02/07] bin/999 /usr/share/mk/sys.mk missing common $(RM) macro [1996/02/07] docs/1000 miscellaneous man page bugs [1996/02/07] kern/1001 M_NAMEI malloc leak in the kernel [1996/02/08] kern/1008 Daily crash while writing network backups to local t [1996/02/09] kern/1012 vnode_pager_putpages: attempt to write meta-data!!! [1996/02/10] kern/1016 panic: vm_page_free: freeing free page, sddump: no s [1996/02/10] kern/1017 ssh stopped working between 15th Jan and 9th Feb [1996/02/12] kern/1018 panic: unwire: page not in pmap [1996/02/12] bin/1019 getty cannot detect ppp logins [1996/02/12] kern/1020 Boca 16-port board still hangs [1996/02/12] bin/1021 pppd doesn't handle PAP-only authentication well [1996/02/12] bin/1022 daily security report has too much junk in it [1996/02/12] docs/1023 using touch to create swap file for NFS doesn't work [1996/02/13] misc/1024 installation may delete partitions on existing boot [1996/02/14] kern/1026 deadlocks if parent vfork and child has cntrl termin [1996/02/14] kern/1027 panic on vm_map_insert [1996/02/14] bin/1028 shutdown -r does not seem to always complete [1996/02/15] bin/1029 cd behaves erraticly if cwd is a mount-point, which [1996/02/17] bin/1030 /bin/sh does not pass environment variables on prope [1996/02/18] kern/1034 Instant panic in -current [1996/02/19] bin/1035 ls to terminal always uses ? for non-printable chars [1996/02/19] docs/1036 List of dead xrefs in man pages [1996/02/19] bin/1037 2.x telnetd handles CTRL-M differently than other tt [1996/02/23] bin/1040 with certain flags, route can reboot your machine. [1996/02/25] i386/1042 Warning from sio driver reports wrong device FDIV045 [1996/02/26] misc/1043 vm_bounce_alloc error on 2.1 install with 4G drive [1996/02/26] docs/1044 clri(8) man page references man pages that don't exi [1996/02/27] kern/1045 Lockup: b_to_q to a clist with no reserved cblocks [1996/02/27] misc/1046 X dies with sig11 with -current [1996/02/27] gnu/1047 send-pr: Aborting... [1996/02/28] i386/1048 ep driver fails to detect card when told specific va [1996/02/28] bin/1050 Process (zip) hangs (unkillable) after floppy error [1996/02/29] ports/1051 zip fails on dos partition [1996/02/29] bin/1052 /bin/sh problem with new GCC (snapshot for 2.8) [1996/03/02] bin/1056 pppd fails if -detach [1996/03/04] kern/1059 null fs panics system [1996/03/05] i386/1062 sio probe blanks video on Intel Atlantis [1996/03/05] kern/1063 gzip a.out execution is not ok (?) [1996/03/05] kern/1064 Recursive panic? [1996/03/06] kern/1065 wt could crash reading short blocks [1996/03/06] kern/1066 Arnet driver: panic when ifconfig PPP -> HDLC [1996/03/08] bin/1068 man ignores -P option when combined with -k [1996/03/08] ports/1069 TkMan acts erroneusly on apropos [1996/03/09] bin/1070 /usr/bin/fstat doesn't display open, active pure tex [1996/03/09] ports/1072 tex port (ftplib.pl) does not support passive mode f [1996/03/09] bin/1073 telnet -8 does not work with SunOS or Solaris [1996/03/09] bin/1074 tty rows & columns settings sometimes reset to zero [1996/03/11] conf/1076 'make install' fails for /usr/src/share/examples in [1996/03/13] ports/1078 /usr/share/examples/sup/ports-supfile doesn't includ [1996/03/15] misc/1079 Can not work about get{host|net]byaddr on NIS. [1996/03/16] kern/1080 Panic @ _get_pt_entry+0x8 [1996/03/16] kern/1081 Fatal double fault [1996/03/17] kern/1086 PANIC: pagedaemon/_pmap_clear_reference+0xb2 [1996/03/17] kern/1087 Device close entry is not called when unmounting UFS [1996/03/18] docs/1089 stat manpage unclear about st_mtime & friends [1996/03/20] kern/1090 iostat displays incorrect sps count [1996/03/20] kern/1092 ftruncate(2) returns EINVAL [1996/03/20] bin/1093 route's diagnostic is weird [1996/03/21] bin/1095 make's continuation line handling buggy when used wi [1996/03/21] i386/1097 system hang during tape rewind/aic7870 controller [1996/03/23] kern/1098 File system corruption (2 cases) [1996/03/26] kern/1102 Differentiation of FreeBSD & Linux ELF binaries [pat [1996/03/27] kern/1103 panic: vm_object_deallocate: object deallocated... [1996/03/28] ports/1104 Paper sizes in (printing) ports [1996/03/28] bin/1105 Bug in find command [1996/03/28] ports/1106 a new port [1996/03/28] ports/1107 a new port [1996/03/28] ports/1109 mods to vim-3.0 port [1996/03/30] bin/1111 mail.local will happily deliver mail to a quota'd fi [1996/03/31] misc/1112 Can not work getnetbyaddr on NIS [1996/04/05] kern/1116 Cannot umount stale NFS volumes [1996/04/05] kern/1117 panic: rlist_free: free end overlaps already freed a [1996/04/05] kern/1118 panic: setrunqueue encountered when wine fork()'s This is the list of problem reports already analyzed: [1994/12/01] kern/35 mount -t union -o -b : lower layer not seen by shell [1995/01/11] i386/105 Distributed libm (msun) has non-standard error handl [1995/01/22] docs/177 man pages missing for SYSV IPC funtions [1995/03/20] kern/260 msync and munmap don't bother to update mod times [1995/03/20] docs/264 There are no manual pages for the forms library. [1995/03/22] kern/267 NFS code gives error messages, systems jams for a fe [1995/05/09] bin/392 Simultaneous cp and ls of files on dos f/s hangs pro [1995/06/17] kern/527 dump causes assertion in ncr.c [1995/06/21] docs/538 MAP_FILE not mentioned in mmap man page. [1995/10/07] bin/771 telnet character mode not set and broken when set - [1995/10/15] kern/782 chmod does a null pointer dereference [1995/12/29] misc/922 From line handling incorrect in mail.local [1996/01/09] bin/941 pkg_create removes current directory if interupted [1996/01/22] kern/965 2.0.5: system crashes daily because of "multiple fre [1996/01/30] bin/981 clnt_broadcast() is not aware of aliases [1996/02/28] kern/1049 /kernel: arpresolve: can't allocate llinfo for 194.1 [1996/03/06] kern/1067 panic: ufs_lock: recursive lock not expected, pid: 2 /* EOF -- this list has not been truncated */ From owner-freebsd-bugs Sat Apr 6 04:30:11 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27149 for bugs-outgoing; Sat, 6 Apr 1996 04:30:11 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27136 for freebsd-bugs; Sat, 6 Apr 1996 04:30:09 -0800 (PST) Date: Sat, 6 Apr 1996 04:30:09 -0800 (PST) From: GNU GNATS Message-Id: <199604061230.EAA27136@freefall.freebsd.org> To: freebsd-bugs Subject: Summary of Problem Reports Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Number of currently open reports: 292 Number of curently analyzed reports: 17 From owner-freebsd-bugs Sat Apr 6 06:20:45 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA00795 for bugs-outgoing; Sat, 6 Apr 1996 06:20:45 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA00788 for ; Sat, 6 Apr 1996 06:20:42 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id QAA13769; Sat, 6 Apr 1996 16:20:40 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id QAA19529; Sat, 6 Apr 1996 16:20:40 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id PAA01053; Sat, 6 Apr 1996 15:51:31 +0200 (MET DST) From: J Wunsch Message-Id: <199604061351.PAA01053@uriah.heep.sax.de> Subject: Re: Hangs after editing a disklabel To: aagero@aage.priv.no (Åge Røbekk) Date: Sat, 6 Apr 1996 15:51:30 +0200 (MET DST) Cc: freebsd-bugs@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604061121.NAA00299@birk04.studby.uio.no> from "Åge Røbekk" at Apr 6, 96 01:21:03 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Åge Røbekk wrote: > I sent to 3 different accounts, all of which received the mail with > these header fields. The only known problem is that the From:-field > does not have a proper rfc1522-encoding. ...and ``ISO-8859-1'' not being uppercase. :-) That seems to confuse elm, so it finally claims it's unknown-8bit. I've corrected the charset name in this mail manually, and restarted elm, now it works. > Same problem. What else than a cosmetic change is it to use sd0 > instead of rsd0c. Since you don't need to know whether the correct device is /dev/rsd0, /dev/rsd0c, /dev/rsd0d, /dev/rsd0s1, /dev/rsd0s1c, /dev/rsd0s1d, /dev/rsd0.ctl, or whatever it might be tomorrow. > And since this does not leave a core dump, it's hard > to identify the cause. You probably need DDB for it. -- 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 Apr 6 06:25:40 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA00987 for bugs-outgoing; Sat, 6 Apr 1996 06:25:40 -0800 (PST) Received: from birk04.studby.uio.no (birk04.studby.uio.no [129.240.214.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA00981 for ; Sat, 6 Apr 1996 06:25:37 -0800 (PST) Received: (from aagero@localhost) by birk04.studby.uio.no (8.7.5/sendmail95) id QAA01975; Sat, 6 Apr 1996 16:24:55 +0200 (MET DST) Date: Sat, 6 Apr 1996 16:24:55 +0200 (MET DST) Message-Id: <199604061424.QAA01975@birk04.studby.uio.no> Mime-Version: 1.0 From: =?iso-8859-1?Q?=22=C5ge?= =?iso-8859-1?Q?R=F8bekk=22?= To: joerg_wunsch@uriah.heep.sax.de CC: freebsd-bugs@freebsd.org In-reply-to: <199604061351.PAA01053@uriah.heep.sax.de> (message from J Wunsch on Sat, 6 Apr 1996 15:51:30 +0200 (MET DST)) Subject: Re: Hangs after editing a disklabel MIME-Version: 1.0 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk | > I sent to 3 different accounts, all of which received the mail with | > these header fields. The only known problem is that the From:-field | > does not have a proper rfc1522-encoding. | | ...and ``ISO-8859-1'' not being uppercase. :-) That seems to confuse | elm, so it finally claims it's unknown-8bit. I've corrected the | charset name in this mail manually, and restarted elm, now it works. rfc1522, line 145: Both "encoding" and "charset" names are case-independent. Thus the charset name "ISO-8859-1" is equivalent to "iso-8859-1", and the encoding named "Q" may be spelled either "Q" or "q". | > Same problem. What else than a cosmetic change is it to use sd0 | > instead of rsd0c. | | Since you don't need to know whether the correct device is /dev/rsd0, | /dev/rsd0c, /dev/rsd0d, /dev/rsd0s1, /dev/rsd0s1c, /dev/rsd0s1d, | /dev/rsd0.ctl, or whatever it might be tomorrow. ah ok. | > And since this does not leave a core dump, it's hard | > to identify the cause. | | You probably need DDB for it. I'm using X most of the time, so there might be some console output which I am not able to read. Is it possible to make the panic routine switch to the console? -aage From owner-freebsd-bugs Sat Apr 6 07:32:25 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA03334 for bugs-outgoing; Sat, 6 Apr 1996 07:32:25 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA03327 for ; Sat, 6 Apr 1996 07:32:22 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id BAA00314; Sun, 7 Apr 1996 01:27:19 +1000 Date: Sun, 7 Apr 1996 01:27:19 +1000 From: Bruce Evans Message-Id: <199604061527.BAA00314@godzilla.zeta.org.au> To: aagero@aage.priv.no, bde@zeta.org.au Subject: Re: Hangs after editing a disklabel Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >| >the kernel hangs after the :wq in vi, perhaps when the disklabel >| >information is written to the disk. This makes it very hard to make >| ... >| There is a bug in devfs that causes this if devfs is mounted. Only >| use devfs if you want to debug it. >I'm not using devfs. Writing labels seems to be broken in all cases :-[. I think it was broken by incomplete buffer flags changes a month ago. Bruce From owner-freebsd-bugs Sat Apr 6 07:47:16 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA04117 for bugs-outgoing; Sat, 6 Apr 1996 07:47:16 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA04101 for ; Sat, 6 Apr 1996 07:47:13 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id LAA13881; Fri, 5 Apr 1996 11:58:09 -0800 (PST) Message-Id: <199604051958.LAA13881@ref.tfs.com> Subject: Re: when I tried to compile pthreads-1_60_beta5....... To: kimhy@cs.ucsb.edu (Hyun J. Kim) Date: Fri, 5 Apr 1996 11:58:09 -0800 (PST) From: "JULIAN Elischer" Cc: bugs@freebsd.org In-Reply-To: <31657286.53C0@cs.ucsb.edu> from "Hyun J. Kim" at Apr 5, 96 11:20:38 am X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I believe we caught that but AFTER the 2.1 Release. > > > > > > When I tried to compile pthreads-1_60_beta5 on my FreeBSD 2.1, I get > > following errors. > > > > gcc -I. -Iinclude -I/root/pthreads3/pthreads-1_60_beta5/include > > -DPTHREAD_KERNEL -g -O -Werror -c > > /root/pthreads3/pthreads-1_60_beta5/pthreads/sleep.c -o obj/sleep.o > > > > /root/pthreads3/pthreads-1_60_beta5/pthreads/sleep.c: In function > > `sleep_compare_time': > > > > /root/pthreads3/pthreads-1_60_beta5/pthreads/sleep.c:64: structure has no > > member named `tv_sec' > > > > /root/pthreads3/pthreads-1_60_beta5/pthreads/sleep.c:65: structure has no > > member named `tv_nsec' > > > > > > I have also tried on Solaris 2.4, and it compiles without any error. > > Would you notify me how to fix this problem? > > > > Thanks > > > > Hyun > > kimhy@cs.ucsb.edu > > Fix the FreeBSD header /usr/include/sys/timers.h to declare struct > timespec > to have tv_sec and tv_nsec, and report this as a bug to the FreeBSD > team. > I suspect they might have already fixed this but it's best to be sure. > What happend is the POSIX.1b committee changed the declaration from > ts_sec > and ts_nsec during one of the last drafts and that got standardized thus > screwing over all those that had released POSIX.1b functionality based > on > an earlier draft which NetBSD-1.0, FreeBSD-2.1 and pthreads-1_60-beta4_1 > did. > > CAP > BTW you have a login on REF.tfs.com (I forget the passwd.. will change it to foo42) should you want to look at a running 2.2 system it has a chroot environment that you will go to on login which you can trash should you desire. I will be upgrading it to the lates2 2.2 soon. From owner-freebsd-bugs Sat Apr 6 07:47:17 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA04131 for bugs-outgoing; Sat, 6 Apr 1996 07:47:17 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA04105 for ; Sat, 6 Apr 1996 07:47:14 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id LAA13866; Fri, 5 Apr 1996 11:53:42 -0800 (PST) Message-Id: <199604051953.LAA13866@ref.tfs.com> Subject: Re: Device xx:name slot allocation failed (E=17) To: julian@ref.tfs.com (JULIAN Elischer) Date: Fri, 5 Apr 1996 11:53:42 -0800 (PST) From: "JULIAN Elischer" Cc: sysseh@devetir.qld.gov.au, bugs@freebsd.org In-Reply-To: <199604042153.NAA12119@ref.tfs.com> from "JULIAN Elischer" at Apr 4, 96 01:53:04 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I think bruce has figured it out > > I saw this on a machine of mine yesterday.. > I'm investigating. > > > > > I'm seeing this error in all my FreeBSD-current boxes now, and one of them (a > > 32Mb P5-75 with an Adaptec 78xx controller), crashes. I suspect a buffer is > > being overwritten somewhere. The devices that the machines are compalining > > about are the disks, raw & block. It happens with both wd & sd devices. > > > > > > Stephen > > -- > > The views expressed above are not those of the Worker's Compensation Board of > > Queensland, Australia. > > > > > > > > From owner-freebsd-bugs Sat Apr 6 07:51:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA04403 for bugs-outgoing; Sat, 6 Apr 1996 07:51:07 -0800 (PST) Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA04396 Sat, 6 Apr 1996 07:51:04 -0800 (PST) Message-Id: <199604061551.HAA04396@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com [127.0.0.1] didn't use HELO protocol To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: jin@george.lbl.gov (Jin Guojun[ITG]), freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Subject: Re: Unsuccessfully to install 2.2-960323 SNAP In-reply-to: Your message of "Sat, 06 Apr 1996 10:25:14 +0200." <199604060825.KAA07080@uriah.heep.sax.de> Date: Sat, 06 Apr 1996 07:51:04 -0800 From: "Justin T. Gibbs" Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >As Jin Guojun[ITG] wrote: >> >> 3Com 509B ether card > >The 3c509 ain't the best card performance-wise. Did you try the >``Slow NFS'' option? I always need it for my 8-bit 3c503, it hangs >about the same location otherwise. It may also be that the interrupt is not selected correctly for the card. >-- >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. ;-) -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations =========================================== From owner-freebsd-bugs Sat Apr 6 08:20:52 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA05827 for bugs-outgoing; Sat, 6 Apr 1996 08:20:52 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA05817 for ; Sat, 6 Apr 1996 08:20:44 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id SAA15465; Sat, 6 Apr 1996 18:20:42 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id SAA20296; Sat, 6 Apr 1996 18:20:41 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id SAA01697; Sat, 6 Apr 1996 18:09:28 +0200 (MET DST) From: J Wunsch Message-Id: <199604061609.SAA01697@uriah.heep.sax.de> Subject: Re: Hangs after editing a disklabel To: aagero@aage.priv.no (=?iso-8859-1?Q?=22=C5ge?= =?iso-8859-1?Q?R=F8bekk=22?=) Date: Sat, 6 Apr 1996 18:09:28 +0200 (MET DST) Cc: joerg_wunsch@uriah.heep.sax.de, freebsd-bugs@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604061424.QAA01975@birk04.studby.uio.no> from "=?iso-8859-1?Q?=22=C5ge?= =?iso-8859-1?Q?R=F8bekk=22?=" at Apr 6, 96 04:24:55 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > rfc1522, line 145: > > Both "encoding" and "charset" names are case-independent. Thus the > charset name "ISO-8859-1" is equivalent to "iso-8859-1", and the > encoding named "Q" may be spelled either "Q" or "q". Ah, so our elm port is broken. > | > And since this does not leave a core dump, it's hard > | > to identify the cause. > | > | You probably need DDB for it. > > I'm using X most of the time, so there might be some console output > which I am not able to read. Is it possible to make the panic routine > switch to the console? Everything else goes to the console. If you had a panic (but no DDB configured), you would have noticed the reboot :). Nope, you need plain ol' text screens for it, or a serial console. Then you can use the `hotkey' to enter the debugger once the system stalls. -- 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 Apr 6 09:30:33 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08595 for bugs-outgoing; Sat, 6 Apr 1996 09:30:33 -0800 (PST) Received: from birk04.studby.uio.no (birk04.studby.uio.no [129.240.214.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA08590 for ; Sat, 6 Apr 1996 09:30:30 -0800 (PST) Received: (from aagero@localhost) by birk04.studby.uio.no (8.7.5/sendmail95) id TAA02698; Sat, 6 Apr 1996 19:30:21 +0200 (MET DST) Date: Sat, 6 Apr 1996 19:30:21 +0200 (MET DST) Message-Id: <199604061730.TAA02698@birk04.studby.uio.no> Mime-Version: 1.0 From: =?iso-8859-1?Q?=22=C5ge?= =?iso-8859-1?Q?R=F8bekk=22?= To: joerg_wunsch@uriah.heep.sax.de CC: freebsd-bugs@freebsd.org In-reply-to: <199604061609.SAA01697@uriah.heep.sax.de> (message from J Wunsch on Sat, 6 Apr 1996 18:09:28 +0200 (MET DST)) Subject: Re: Hangs after editing a disklabel MIME-Version: 1.0 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk | > | > And since this does not leave a core dump, it's hard | > | > to identify the cause. | > | | > | You probably need DDB for it. | > | > I'm using X most of the time, so there might be some console output | > which I am not able to read. Is it possible to make the panic routine | > switch to the console? | | Everything else goes to the console. If you had a panic (but no DDB | configured), you would have noticed the reboot :). I'd like to see that there actually _is_ a core dump, to see the "dumping to dev ..." text. E.g. this crash does delay for the usual time to write a core file to the swap device and then reboots, but savecore does not find any core file upon boot. But would switching to the text console require that the kernel has particular knowledge of the graphics card? -aage From owner-freebsd-bugs Sat Apr 6 10:30:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10330 for bugs-outgoing; Sat, 6 Apr 1996 10:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10324 Sat, 6 Apr 1996 10:30:02 -0800 (PST) Resent-Date: Sat, 6 Apr 1996 10:30:02 -0800 (PST) Resent-Message-Id: <199604061830.KAA10324@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, deischen@iworks.InterWorks.org Received: from rigel.vigrid.com (ts3-pt6.pcnet.com [204.213.233.106]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA10119 for ; Sat, 6 Apr 1996 10:21:36 -0800 (PST) Received: (from deischen@localhost) by rigel.vigrid.com (8.7.4/8.6.9) id NAA00424; Sat, 6 Apr 1996 13:25:12 -0500 (EST) Message-Id: <199604061825.NAA00424@rigel.vigrid.com> Date: Sat, 6 Apr 1996 13:25:12 -0500 (EST) From: deischen@iworks.InterWorks.org Reply-To: deischen@iworks.InterWorks.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1119: Reboot without umount'ing EXT2FS partition Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1119 >Category: kern >Synopsis: Mounted EXT2FS partition is not cleanly unmounted upon reboot. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 6 10:30:01 PST 1996 >Last-Modified: >Originator: Daniel M. Eischen >Organization: >Release: FreeBSD 2.2-CURRENT i386 >Environment: 90MHz Pentium, Intel Neptune MB, with 16MB RAM 2940W SCSI controller 1 GB FW Fujitsu drive 4 GB FW Micropolis drive (mounted Linux partition exists on this) ATI Mach 64 Video >Description: When rebooting with a Linux EXT2FS partition mounted, the disk(s) are unable to be sync'd. A subsequent reboot into Linux requires a file system check. >How-To-Repeat: Mount a Linux EXT2FS partition, then reboot. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Apr 6 14:20:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA19742 for bugs-outgoing; Sat, 6 Apr 1996 14:20:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA19732 Sat, 6 Apr 1996 14:20:03 -0800 (PST) Resent-Date: Sat, 6 Apr 1996 14:20:03 -0800 (PST) Resent-Message-Id: <199604062220.OAA19732@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, aagero@aage.priv.no Received: from birk04.studby.uio.no (birk04.studby.uio.no [129.240.214.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA19489 for ; Sat, 6 Apr 1996 14:11:04 -0800 (PST) Received: (from aagero@localhost) by birk04.studby.uio.no (8.7.5/sendmail95) id AAA00933; Sun, 7 Apr 1996 00:10:56 +0200 (MET DST) Message-Id: <199604062210.AAA00933@birk04.studby.uio.no> Date: Sun, 7 Apr 1996 00:10:56 +0200 (MET DST) From: aagero@aage.priv.no Reply-To: aagero@aage.priv.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1120: system panics after editing a disklabel Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1120 >Category: kern >Synopsis: system panics when writing back the disklabel to the disk >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 6 14:20:01 PST 1996 >Last-Modified: >Originator: =C5ge R=F8bekk >Organization: =20 >Release: FreeBSD 2.2-CURRENT i386 >Environment: =20 FreeBSD 2.2-CURRENT, kernel built of sources from april 4 >Description: =20 $ gdb -k kernel /var/crash/vmcore.2=20 GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.13 (i386-unknown-freebsd),=20 Copyright 1994 Free Software Foundation, Inc... IdlePTD 20a000 current pcb at 1fddf4 panic: biodone: buffer not busy #0 boot (howto=3D260) at ../../i386/i386/machdep.c:942 942 dumppcb.pcb_ptd =3D rcr3(); (kgdb) bt #0 boot (howto=3D260) at ../../i386/i386/machdep.c:942 #1 0xf0116c46 in panic (fmt=3D0xf01b9a7c "page fault") at ../../kern/subr_prf.c:133 #2 0xf01ba5d6 in trap_fatal (frame=3D0xf01e6ce0) at = ../../i386/i386/trap.c:740 #3 0xf01ba0c8 in trap_pfault (frame=3D0xf01e6ce0, usermode=3D0) at ../../i386/i386/trap.c:651 #4 0xf01b9dab in trap (frame=3D{tf_es =3D 16, tf_ds =3D -255721456,=20 tf_edi =3D -255363456, tf_esi =3D 17, tf_ebp =3D -266441428,=20 tf_isp =3D -266441464, tf_ebx =3D 0, tf_edx =3D 80, tf_ecx =3D 0, = tf_eax =3D 17,=20 tf_trapno =3D 12, tf_err =3D -266469376, tf_eip =3D -267311499,=20 tf_cs =3D 25624584, tf_eflags =3D 66118, tf_esp =3D -222174484,=20 tf_ss =3D -1073721280}) at ../../i386/i386/trap.c:319 #5 0xf01b2ce1 in calltrap () #6 0xf012af05 in getblk (vp=3D0xf0c77680, blkno=3D80, size=3D8192, = slpflag=3D0,=20 slptimeo=3D0) at ../../kern/vfs_bio.c:982 #7 0xf0129c35 in bread (vp=3D0xf0c77680, blkno=3D80, size=3D8192, = cred=3D0x0,=20 bpp=3D0xf01e6dc8) at ../../kern/vfs_bio.c:205 #8 0xf019a375 in ffs_update (ap=3D0xf01e6df4) at = ../../ufs/ffs/ffs_inode.c:137 #9 0xf019d934 in ffs_fsync (ap=3D0xf01e6e38) at ./vnode_if.h:1031 #10 0xf019c560 in ffs_sync (mp=3D0xf0c26000, waitfor=3D2, = cred=3D0xf0ab6400,=20 p=3D0xf02046b4) at ./vnode_if.h:407 #11 0xf013082b in sync (p=3D0xf02046b4, uap=3D0x0, retval=3D0x0) at ../../kern/vfs_syscalls.c:356 ---Type to continue, or q to quit--- #12 0xf01b531d in boot (howto=3D256) at ../../i386/i386/machdep.c:891 #13 0xf0116c46 in panic (fmt=3D0xf012b875 "biodone: buffer not busy") at ../../kern/subr_prf.c:133 #14 0xf012b9d9 in biodone (bp=3D0xf2c21230) at ../../kern/vfs_bio.c:1359 #15 0xf0192b58 in scsi_done (xs=3D0xf0ab6880) at ../../scsi/scsi_base.c:444 #16 0xf018ab1a in ncr_complete (np=3D0xf0c0e000, cp=3D0xf0c0ac00) at ../../pci/ncr.c:4298 #17 0xf018ab65 in ncr_wakeup (np=3D0xf0c0e000, code=3D0) at = ../../pci/ncr.c:4340 #18 0xf018b68c in ncr_exception (np=3D0xf0c0e000) at ../../pci/ncr.c:4943 #19 0xf0189dfa in ncr_intr (vnp=3D0xf0c0e000) at ../../pci/ncr.c:3524 (kgdb) up 14 #14 0xf012b9d9 in biodone (bp=3D0xf2c21230) at ../../kern/vfs_bio.c:1359 1359 panic("biodone: buffer not busy"); (kgdb) list 1354 { 1355 int s; 1356 1357 s =3D splbio(); 1358 if (!(bp->b_flags & B_BUSY)) 1359 panic("biodone: buffer not busy"); 1360 1361 if (bp->b_flags & B_DONE) { 1362 splx(s); 1363 printf("biodone: buffer already done\n"); The one thing I dont quite understand is the page fault-panic in frame 1. Why another panic? >How-To-Repeat: =20 disklabel -e sd? exit and save >Fix: =20 Not known. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Apr 6 15:46:18 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA22876 for bugs-outgoing; Sat, 6 Apr 1996 15:46:18 -0800 (PST) Received: from free.amn.kamchatka.su ([194.58.162.140]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA22820 for ; Sat, 6 Apr 1996 15:46:07 -0800 (PST) Received: (from root@localhost) by free.amn.kamchatka.su (8.7.4/8.7.3) id XAA00247 for bugs@freebsd.org; Sat, 6 Apr 1996 23:48:36 +1300 (PSD) Date: Sat, 6 Apr 96 23:48:35 +1300 From: root@free.amn.kamchatka.su (Charlie &) To: bugs@freebsd.org Message-ID: Subject: atapi_mod+wcd_mod+/dev/fd0 = crash ??? X-Mailer: BML [UNIX Beauty Mail v.1.39] Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 2.2-960323-SNAP After loading /lkm/atapi_mod.o and /lkm/wcd_mod.o /dev/fd0 cannot be used. tar ... /dev/fd0 crashes system. SY. Arcady. arc@amn.kamchatka.su From owner-freebsd-bugs Sat Apr 6 16:04:56 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA24236 for bugs-outgoing; Sat, 6 Apr 1996 16:04:56 -0800 (PST) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA24227 for ; Sat, 6 Apr 1996 16:04:47 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with SMTP id BAA04764 ; Sun, 7 Apr 1996 01:02:32 +0100 (BST) To: root@free.amn.kamchatka.su (Charlie &) cc: bugs@FreeBSD.ORG, arc@amn.kamchatka.su From: "Gary Palmer" Subject: Re: atapi_mod+wcd_mod+/dev/fd0 = crash ??? In-reply-to: Your message of "Sat, 06 Apr 1996 23:48:35 +1300." Date: Sun, 07 Apr 1996 01:02:32 +0100 Message-ID: <4762.828835352@palmer.demon.co.uk> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Charlie & wrote in message ID : > 2.2-960323-SNAP > After loading /lkm/atapi_mod.o > and /lkm/wcd_mod.o > /dev/fd0 cannot be used. > tar ... /dev/fd0 crashes system. Some more details would be helpful, like any panic message, machine configuration, etc, etc, etc. Gary From owner-freebsd-bugs Sat Apr 6 16:21:14 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA25287 for bugs-outgoing; Sat, 6 Apr 1996 16:21:14 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA25266 for ; Sat, 6 Apr 1996 16:21:09 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id CAA22785; Sun, 7 Apr 1996 02:21:01 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id CAA26661; Sun, 7 Apr 1996 02:21:01 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id BAA12349; Sun, 7 Apr 1996 01:38:25 +0200 (MET DST) From: J Wunsch Message-Id: <199604062338.BAA12349@uriah.heep.sax.de> Subject: Re: Hangs after editing a disklabel To: aagero@aage.priv.no (=?iso-8859-1?Q?=22=C5ge?= =?iso-8859-1?Q?R=F8bekk=22?=) Date: Sun, 7 Apr 1996 01:38:23 +0200 (MET DST) Cc: freebsd-bugs@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604061730.TAA02698@birk04.studby.uio.no> from "=?iso-8859-1?Q?=22=C5ge?= =?iso-8859-1?Q?R=F8bekk=22?=" at Apr 6, 96 07:30:21 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As =?iso-8859-1?Q?=22=C5ge?= =?iso-8859-1?Q?R=F8bekk=22?= wrote: > I'd like to see that there actually _is_ a core dump, to see the > "dumping to dev ..." text. E.g. this crash does delay for the usual > time to write a core file to the swap device and then reboots, but Use text screens if you suspect (or know :) about kernel problems. > savecore does not find any core file upon boot. But would switching > to the text console require that the kernel has particular knowledge > of the graphics card? Yes. It's about 150 k lines of code in the Xservers... By now, the Xserver must be signalled before the VT can be got back into normal state. Obviously, signalling the Xserver won't help in situations where the kernel stalls, and cannot continue to serve processes. -- 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 Apr 6 17:19:23 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA28884 for bugs-outgoing; Sat, 6 Apr 1996 17:19:23 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA28875 for ; Sat, 6 Apr 1996 17:19:18 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id DAA23679; Sun, 7 Apr 1996 03:19:17 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id DAA27225; Sun, 7 Apr 1996 03:19:16 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id DAA14999; Sun, 7 Apr 1996 03:00:09 +0200 (MET DST) From: J Wunsch Message-Id: <199604070100.DAA14999@uriah.heep.sax.de> Subject: Re: atapi_mod+wcd_mod+/dev/fd0 = crash ??? To: root@free.amn.kamchatka.su (Charlie &) Date: Sun, 7 Apr 1996 03:00:08 +0200 (MET DST) Cc: bugs@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Charlie &" at Apr 6, 96 11:48:35 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Charlie & wrote: > After loading /lkm/atapi_mod.o > and /lkm/wcd_mod.o > > /dev/fd0 cannot be used. > > tar ... /dev/fd0 crashes system. Do you have a stack trace from gdb -k? -- 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 Apr 6 19:10:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA04543 for bugs-outgoing; Sat, 6 Apr 1996 19:10:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA04536 Sat, 6 Apr 1996 19:10:04 -0800 (PST) Resent-Date: Sat, 6 Apr 1996 19:10:04 -0800 (PST) Resent-Message-Id: <199604070310.TAA04536@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, sysseh@devetir.qld.gov.au Received: from bunyip.cc.uq.oz.au (pp@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA03777 for ; Sat, 6 Apr 1996 19:00:18 -0800 (PST) Received: from bunyip.cc.uq.oz.au by bunyip.cc.uq.oz.au id <27933-0@bunyip.cc.uq.oz.au>; Sun, 7 Apr 1996 13:00:09 +1000 Received: from netfl15a.devetir.qld.gov.au by pandora.devetir.qld.gov.au (8.6.10/DEVETIR-E0.3a) with ESMTP id NAA10907 for ; Sun, 7 Apr 1996 13:00:26 +1000 Received: from localhost by netfl15a.devetir.qld.gov.au (8.6.8.1/DEVETIR-0.1) id DAA26531; Sun, 7 Apr 1996 03:05:31 GMT Message-Id: <199604070305.DAA26531@netfl15a.devetir.qld.gov.au> Date: Sun, 07 Apr 1996 13:05:30 +1000 From: Stephen Hocking Reply-To: sysseh@devetir.qld.gov.au To: FreeBSD-gnats-submit@freebsd.org Cc: sysseh@devetir.qld.gov.au X-Send-Pr-Version: 3.2 Subject: kern/1121: Crash in kernel bcopy on startup Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1121 >Category: kern >Synopsis: System crashes on boot up just after the "devfs ready to run" >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 6 19:10:02 PST 1996 >Last-Modified: >Originator: Bourne-again Superuser >Organization: DEVETIR >Release: FreeBSD 2.2-CURRENT i386 >Environment: machine "i386" cpu "I386_CPU" cpu "I486_CPU" cpu "I586_CPU" # aka Pentium(tm) ident mugwump maxusers 10 options CHILD_MAX=128 options OPEN_MAX=128 config kernel root on sd0 dumps on sd0 options "COMPAT_43" options USER_LDT #allow user-level control of i386 ldt options SYSVSHM options SYSVSEM options SYSVMSG options DDB options KTRACE #kernel tracing options UCONSOLE options INET #Internet communications protocols pseudo-device ether #Generic Ethernet pseudo-device loop #Network loopback device pseudo-device sl 2 #Serial Line IP pseudo-device bpfilter 4 #Berkeley packet filter pseudo-device disc #Discard device pseudo-device tun 1 #Tunnel driver(user process ppp) options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs options MROUTING # Multicast routing options FFS #Fast filesystem options "CD9660" #ISO 9660 filesystem options FDESC #File descriptor filesystem options KERNFS #Kernel filesystem options MFS #Memory File System options MSDOSFS #MS DOS File System options PROCFS #Process filesystem options DEVFS #devices filesystem options NSWAPDEV=20 controller scbus0 #base SCSI code device ch0 #SCSI media changers device sd0 #SCSI disks device st0 #SCSI tapes device cd0 #SCSI CD-ROMs device od0 #SCSI optical disk device worm0 at scbus? # SCSI worm device pt0 at scbus? # SCSI processor type device sctarg0 at scbus? # SCSI target options SCSIDEBUG options SCSI_REPORT_GEOMETRY pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's pseudo-device vn #Vnode driver (turns a file into a device) controller isa0 options BOUNCE_BUFFERS options XSERVER # include code for XFree86 options FAT_CURSOR # start with block cursor device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options HARDFONTS options MAXCONS=16 device npx0 at isa? port "IO_NPX" irq 13 vector npxintr controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 options FDSEEKWAIT=16 device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port "IO_LPT3" tty irq 5 vector lptintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device lnc0 at isa? port 0x6000 net irq 11 drq 0 vector lncintr device pca0 at isa? port IO_TIMER1 tty controller eisa0 controller pci0 controller ahc1 options PROBE_VERBOSE options LINUX options SHOW_BUSYBUFS # List buffers that prevent root unmount FreeBSD 2.2-CURRENT #5: Wed Apr 3 15:32:34 EST 1996 toor@priapus.devetir.qld.gov.au:/usr/src/sys/compile/mugwump CPU: Pentium (74.99-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping=5 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 30601216 (29884K bytes) DEVFS: ready for devices eisa0: Probing for devices on the EISA bus Probing for devices on PCI bus 0: chip0 rev 3 on pci0:0 chip1 rev 5 on pci0:6 pci0:8: AMD, device=0x2000, class=network (ethernet) int a irq 11 [no driver assigned] ahc0 rev 3 int a irq 10 on pci0:10 checksum error ahc0: SEEPROM read failed, using leftover BIOS values ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs (ahc0:0:0): "CONNER CFP1080S 4649" type 0 fixed SCSI 2 sd0(ahc0:0:0): Direct-Access 1030MB (2110812 512 byte sectors) sd0(ahc0:0:0): with 3658 cyls, 6 heads, and an average 96 sectors/track (ahc0:4:0): "TANDBERG TDC 4100 =07:" type 1 removable SCSI 2 st0(ahc0:4:0): Sequential-Access density code 0x0, drive empty (ahc0:6:0): "MATSHITA CD-ROM CR-503 1.0j" type 5 removable SCSI 2 cd0(ahc0:6:0): CD-ROM cd0(ahc0:6:0): NOT READY asc:3a,0 Medium not present can't get the size Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface lpt1 not found at 0x3bc psm0 not found at 0x60 sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A pca0 on motherboard pca0: PC speaker audio driver fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in lnc0 at 0x6000-0x6017 irq 11 drq 0 on eisa slot 6 lnc0: PCnet-32 VL-Bus Ethernet controller, address 00:00:e2:03:2b:56 npx0 on motherboard npx0: INT 16 interface sctarg0(noadapter::): Processor Target devfs ready to run >Description: Crashes in kernel bcopy, whcih I'd earlier erroneously attributed to the devfs code problem which Bruce has just fixed. The above dmesg is from an earlier working kernel with the devfs errors deleted. Fatal trap 12: Page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present\ instruction pointer = 0x8:0xf019738e stack pointer = 0x10:0xefbffee0 frame pointer = 0x10:0xefbfff10 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) interrupt mask = kernel: type 12 trap, code=0 Stopped at _bcopy+0x1a: repe movsl (%esi),%es:(%edi) The backtrace is as follows: _bcopy(f01dca28,f0c24b00) at _bcopy+0x1a _vm_fork(f01dca28,f0c24b00) at _vm_fork+0xeb _fork1(f01dca28,0,0,efbfffa4,efbfffac) at _fork1+0x435 _fork(f01dca28,0,efbfffa4) at _fork+0x12 _main(efbfffb8,5,efbfffc4,f0194c88,efbffff4,f0193cff,f0193fa1,30,206f24,213000, 213000,0,f1540407) at _main+0xa8 begin() at begin+0x59 >How-To-Repeat: Boot, using kernel built from src-cur.165? on this hardware. >Fix: Dunno. -- The views expressed above are not those of the Worker's Compensation Board of Queensland, Australia. >Audit-Trail: >Unformatted: message From owner-freebsd-bugs Sat Apr 6 22:02:30 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA18406 for bugs-outgoing; Sat, 6 Apr 1996 22:02:30 -0800 (PST) Received: from bunyip.cc.uq.oz.au (pp@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA18401 for ; Sat, 6 Apr 1996 22:02:24 -0800 (PST) Received: from bunyip.cc.uq.oz.au by bunyip.cc.uq.oz.au id <21235-0@bunyip.cc.uq.oz.au>; Sun, 7 Apr 1996 16:00:25 +1000 Received: from netfl15a.devetir.qld.gov.au by pandora.devetir.qld.gov.au (8.6.10/DEVETIR-E0.3a) with ESMTP id PAA12501 for ; Sun, 7 Apr 1996 15:01:11 +1000 Received: from localhost by netfl15a.devetir.qld.gov.au (8.6.8.1/DEVETIR-0.1) id FAA27742 for ; Sun, 7 Apr 1996 05:06:23 GMT Message-Id: <199604070506.FAA27742@netfl15a.devetir.qld.gov.au> X-Mailer: exmh version 1.6.5 12/11/95 To: bugs@freebsd.org Subject: Re: kern/1121: Crash in kernel bcopy on startup X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Apr 1996 15:06:22 +1000 From: Stephen Hocking Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just a followup to my bug report - when the kernels are compiled without the DEVFS option all is peachy. Stephen -- The views expressed above are not those of the Worker's Compensation Board of Queensland, Australia. From owner-freebsd-bugs Sat Apr 6 23:40:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA21688 for bugs-outgoing; Sat, 6 Apr 1996 23:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA21676 Sat, 6 Apr 1996 23:40:02 -0800 (PST) Date: Sat, 6 Apr 1996 23:40:02 -0800 (PST) Message-Id: <199604070740.XAA21676@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: kern/1120: system panics after editing a disklabel Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/1120; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@freebsd.org, aagero@aage.priv.no Cc: Subject: Re: kern/1120: system panics after editing a disklabel Date: Sun, 7 Apr 1996 17:27:58 +1000 >The one thing I dont quite understand is the page fault-panic in frame 1. >Why another panic? The buffer containing the label is screwed up and syncing it causes more problems. Perhaps sync() shouldn't be attempted when the original panic was in disk-related code. Bruce