From owner-freebsd-bugs Sun Jul 11 1:40:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 26BBC14FDB; Sun, 11 Jul 1999 01:40:34 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA10200; Sun, 11 Jul 1999 01:40:34 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Sun, 11 Jul 1999 01:40:34 -0700 (PDT) From: Message-Id: <199907110840.BAA10200@freefall.freebsd.org> To: mjacob@feral.com, green@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12502: Need a quad type modifier for kernel printf functions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Need a quad type modifier for kernel printf functions State-Changed-From-To: open->closed State-Changed-By: green State-Changed-When: Sun Jul 11 01:39:52 PDT 1999 State-Changed-Why: Peter has committed this in -CURRENT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 11 1:51:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B64DB14D3D; Sun, 11 Jul 1999 01:51:10 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA10793; Sun, 11 Jul 1999 01:51:10 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Sun, 11 Jul 1999 01:51:10 -0700 (PDT) From: Message-Id: <199907110851.BAA10793@freefall.freebsd.org> To: tempest@ecst.csuchico.edu, green@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12367: Writing files larger than floppy capacity with tar reboots machine Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Writing files larger than floppy capacity with tar reboots machine State-Changed-From-To: open->suspended State-Changed-By: green State-Changed-When: Sun Jul 11 01:49:07 PDT 1999 State-Changed-Why: This is a known issue. Also, you should be using the _raw_ device for all operations other than mounts, not the cooked device. You want /dev/rfd0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 11 6:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBECE14E38 for ; Sun, 11 Jul 1999 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25952; Sun, 11 Jul 1999 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kaa.kfunigraz.ac.at (KAA16.kfunigraz.ac.at [143.50.16.17]) by hub.freebsd.org (Postfix) with ESMTP id 2095814E38 for ; Sun, 11 Jul 1999 06:10:27 -0700 (PDT) (envelope-from dada@balu.kfunigraz.ac.at) Received: from balu.kfunigraz.ac.at (balu [143.50.16.16]) by kaa.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id PAA11021 for ; Sun, 11 Jul 1999 15:09:58 +0200 (MDT) Received: from localhost.kfunigraz.ac.at (IDENT:K5G43lt5u140qKNiXJ5L6z0Joc8c93xE@BONLINEA22.kfunigraz.ac.at [143.50.36.22]) by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id PAA10350 for ; Sun, 11 Jul 1999 15:10:46 +0200 (MDT) Received: (from dada@localhost) by localhost.kfunigraz.ac.at (8.8.8/x.y.z) id PAA00670; Sun, 11 Jul 1999 15:08:12 +0200 (CEST) (envelope-from dada) Message-Id: <199907111308.PAA00670@localhost.kfunigraz.ac.at> Date: Sun, 11 Jul 1999 15:08:12 +0200 (CEST) From: dada@sbox.tu-graz.ac.at Reply-To: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12594: wrong sysctl descriptions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12594 >Category: kern >Synopsis: wrong sysctl descriptions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 11 06:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD-current >Organization: Graz University of Technology >Environment: >Description: Some of the description strings for network related sysctls are wrong: --- src/sys/netinet/tcp_usrreq.c 1999/05/03 23:57:32 1.43 ! SYSCTL_INT(_net_inet_tcp, TCPCTL_SENDSPACE, sendspace, CTLFLAG_RW, ! &tcp_sendspace , 0, "Maximum outgoing TCP datagram size"); u_long tcp_recvspace = 1024*16; ! SYSCTL_INT(_net_inet_tcp, TCPCTL_RECVSPACE, recvspace, CTLFLAG_RW, ! &tcp_recvspace , 0, "Maximum incoming TCP datagram size"); These are default WINDOW sizes, not segment sizes. (In other words: the TCP socket reserves this much space.) It is definitely NOT the MSS (maximum segment size). Using the term 'datagram' for a TCP socket might lead to confusion, because most people associate 'datagram' with 'UDP'. --- src/sys/netinet/udp_usrreq.c 1999/05/03 23:57:32 1.51 static int log_in_vain = 0; SYSCTL_INT(_net_inet_udp, OID_AUTO, log_in_vain, CTLFLAG_RW, ! &log_in_vain, 0, "Log all incoming UDP packets"); Logs only those where nobody is listening at the local port, obviously does NOT log ALL datagrams. SYSCTL_INT(_net_inet_udp, UDPCTL_MAXDGRAM, maxdgram, CTLFLAG_RW, ! &udp_sendspace, 0, "Maximum outgoing UDP datagram size"); static u_long udp_recvspace = 40 * (1024 + sizeof(struct sockaddr_in)); SYSCTL_INT(_net_inet_udp, UDPCTL_RECVSPACE, recvspace, CTLFLAG_RW, ! &udp_recvspace, 0, "Maximum incoming UDP datagram size"); This is NOT the max datagram size, it is the socketspace again here. (In practice much less UDP data can be queued if the datagram sizes to not fit mbufs/mclusters well). --- src/sys/netinet/raw_ip.c 1999/05/03 23:57:30 1.59 ! SYSCTL_INT(_net_inet_raw, OID_AUTO, maxdgram, CTLFLAG_RW, ! &rip_sendspace, 0, "Maximum outgoing raw IP datagram size"); ! SYSCTL_INT(_net_inet_raw, OID_AUTO, recvspace, CTLFLAG_RW, ! &rip_recvspace, 0, "Maximum incoming raw IP datagram size"); Same problem here: Description suggests it's a per-packet quantity, but it's about the socket queues. --- src/sys/netinet/tcp_input.c 1999/05/03 23:57:30 1.85 static int log_in_vain = 0; SYSCTL_INT(_net_inet_tcp, OID_AUTO, log_in_vain, CTLFLAG_RW, ! &log_in_vain, 0, "Log all incoming TCP connections"); Same as with udp: Logs only those where nobody is listening. Btw log_in_vain has no rate limiting whatsoever. Enabling logging makes a machine vulnerable to a easy D.O.S. attack - just port scan it! :-\ (BTW, both log_in_vain varieties will NOT catch stealth scanning, i.e. scanning with other than SYN packets.) Please make those sysctl knobs clear and unambigous. Thinking a few seconds about good descriptions could avoid later questions and much frustration from confused users. >How-To-Repeat: grep -1 SYSCTL /src/sys/netinet/*.c | more >Fix: Put in correct descriptions. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 11 13: 0: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9743014D38 for ; Sun, 11 Jul 1999 13:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA19548; Sun, 11 Jul 1999 13:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 11 Jul 1999 13:00:02 -0700 (PDT) Message-Id: <199907112000.NAA19548@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: hoek@FreeBSD.org Subject: Re: bin/10985: make .NOTPARALLEL special target is broken[PATCH] Reply-To: hoek@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10985; it has been noted by GNATS. From: hoek@FreeBSD.org To: freebsd-gnats-submit@FreeBSD.org, rb@gid.co.uk Cc: Subject: Re: bin/10985: make .NOTPARALLEL special target is broken[PATCH] Date: Sun, 11 Jul 1999 15:59:24 -0400 (EDT) > > How-To-Repeat > > `make -jn -dj' with and without .NOTPARALLEL: in the > Makefile Could you give an example Makefile where .NOTPARRALLEL doesn't work? The .NOTPARRALLEL seems to work for me. Include the specific arguments given to make(1), please. Thanks, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 5:10:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50DB614E62 for ; Mon, 12 Jul 1999 05:10:51 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA96721; Mon, 12 Jul 1999 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 05:10:02 -0700 (PDT) Message-Id: <199907121210.FAA96721@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nick Hibma Subject: Re: conf/8576: server goes down when client mount its file system and run programs. Reply-To: Nick Hibma Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/8576; it has been noted by GNATS. From: Nick Hibma To: freebsd-gnats-submit@freebsd.org, hyuckchj@usc.edu Cc: Subject: Re: conf/8576: server goes down when client mount its file system and run programs. Date: Mon, 12 Jul 1999 14:04:08 +0200 This PR seems incomplete. Do you still see this problem? Do you have more information on this? Is it reproducible? Could you reply (to all) and send us the output of dmesg for the clients and the servers? Thanks in advance. Nick -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 5:20:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 016D614DAF for ; Mon, 12 Jul 1999 05:20:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97320; Mon, 12 Jul 1999 05:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 05:20:02 -0700 (PDT) Message-Id: <199907121220.FAA97320@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nick Hibma Subject: Re: kern/8851: mounting an unconfigured device causes a panic Reply-To: Nick Hibma Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8851; it has been noted by GNATS. From: Nick Hibma To: freebsd-gnats-submit@freebsd.org, ibex@physik.TU-Berlin.DE Cc: Subject: Re: kern/8851: mounting an unconfigured device causes a panic Date: Mon, 12 Jul 1999 14:10:02 +0200 Could you send us the kernel configuration file for this machine? I cannot reproduce the problem on neither 3.0-RELEASE as on 4.0-CURRENT (with cut&paste nor other devices). Does the problem still occur? Nick -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 5:24: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2941614DAF; Mon, 12 Jul 1999 05:24:02 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97791; Mon, 12 Jul 1999 05:22:43 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Mon, 12 Jul 1999 05:22:43 -0700 (PDT) From: Message-Id: <199907121222.FAA97791@freefall.freebsd.org> To: hyuckchj@usc.edu, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/8576: server goes down when client mount its file system and run programs. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: server goes down when client mount its file system and run programs. State-Changed-From-To: open->analyzed State-Changed-By: n_hibma State-Changed-When: Mon Jul 12 05:22:27 PDT 1999 State-Changed-Why: Had a first look at the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 5:26:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55A7114DAF; Mon, 12 Jul 1999 05:26:34 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98365; Mon, 12 Jul 1999 05:25:37 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Mon, 12 Jul 1999 05:25:37 -0700 (PDT) From: Message-Id: <199907121225.FAA98365@freefall.freebsd.org> To: ibex@physik.TU-Berlin.DE, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/8851: mounting an unconfigured device causes a panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mounting an unconfigured device causes a panic State-Changed-From-To: open->analyzed State-Changed-By: n_hibma State-Changed-When: Mon Jul 12 05:25:06 PDT 1999 State-Changed-Why: Had a first look at the problem, looks to me like a problem that might have been solved already. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 5:26:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BA3614E9F; Mon, 12 Jul 1999 05:26:45 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98681; Mon, 12 Jul 1999 05:26:45 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Mon, 12 Jul 1999 05:26:45 -0700 (PDT) From: Message-Id: <199907121226.FAA98681@freefall.freebsd.org> To: n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: kern/8851: mounting an unconfigured device causes a panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mounting an unconfigured device causes a panic Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Mon Jul 12 05:26:23 PDT 1999 Responsible-Changed-Why: make sure I don't forget about it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 5:30:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5514D14DAF; Mon, 12 Jul 1999 05:30:40 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98956; Mon, 12 Jul 1999 05:29:30 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Mon, 12 Jul 1999 05:29:30 -0700 (PDT) From: Message-Id: <199907121229.FAA98956@freefall.freebsd.org> To: n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: conf/8576: server goes down when client mount its file system and run programs. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: server goes down when client mount its file system and run programs. Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Mon Jul 12 05:29:04 PDT 1999 Responsible-Changed-Why: Make sure I don't forget about this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 5:42:34 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 44A2514F62; Mon, 12 Jul 1999 05:42:33 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA00569; Mon, 12 Jul 1999 05:40:06 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Mon, 12 Jul 1999 05:40:06 -0700 (PDT) From: Message-Id: <199907121240.FAA00569@freefall.freebsd.org> To: nick.hibma@jrc.it, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/6819: [PATCH] pci_unmap_int (pci/pci.c) does not properly unmask an interrupt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] pci_unmap_int (pci/pci.c) does not properly unmask an interrupt State-Changed-From-To: suspended->closed State-Changed-By: n_hibma State-Changed-When: Mon Jul 12 05:38:20 PDT 1999 State-Changed-Why: The interrupt management code has changed drastically and the patch is no longer applicable. If the problem still exists, it looks like it will have moved to the mother bus of PCI (nexus?). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 6:22:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D35014D26 for ; Mon, 12 Jul 1999 06:22:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA05059; Mon, 12 Jul 1999 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 06:20:02 -0700 (PDT) Message-Id: <199907121320.GAA05059@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Steven Knight Subject: Re: i386/11597: cmouse complaints: "/kernel: psmintr: out of sync (00c0 != 0008)". FAQ150 outdated. Reply-To: Steven Knight Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11597; it has been noted by GNATS. From: Steven Knight To: Kazutaka YOKOTA Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/11597: cmouse complaints: "/kernel: psmintr: out of sync (00c0 != 0008)". FAQ150 outdated. Date: Mon, 12 Jul 1999 08:12:53 -0500 (CDT) > >The mouse now behaves properly. > > That's the good news. Is it a Logitech mouse or a Gateway mouse, which > I suspect is a OEM version of MS IntelliMouse? > > Would you provide the model name and model number of the mouse? You > can probably find them on the label of the mouse. I exeperienced failures from three different mice: -- Old Gateway-supplied Microsoft OEM mouse, label: IntelliMouse 1.1A PS/2 Compatible -- New Gateway-supplied mouse, label: MODEL: MOSXK Rev. X2 [Sorry, there's no other identification; it looks like Gateway has changed OEM supplier...] -- Logitech MouseMan+, label: MODEL: M-CV46 > >> 6. If you could run the moused daemon in the debugging mode and > >> send its output to me, that would be of a great help. > >> > >> moused -d -f -p /dev/psm0 -l 2 > > > >Also appended below. > > Yes, seems fine. Have you tried turning the wheel? When you turn the > wheel, you should see 1 or -1 for 'dz'. Sorry, I didn't try that earlier. I just tested now, and it works correctly, as you describe. > >If you create a follow-on official patch, please let me know. In > >the meantime, I'm planning to run the patch you sent me. > > Sure, I will. Thanks again for all the great support. --SK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 6:44:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7073414C30; Mon, 12 Jul 1999 06:44:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA07751; Mon, 12 Jul 1999 06:44:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Mon, 12 Jul 1999 06:44:29 -0700 (PDT) From: Message-Id: <199907121344.GAA07751@freefall.freebsd.org> To: hbarker@dsms.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/5662: sysinstall generates short dev names for all slices on root dev when run with install.cfg Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall generates short dev names for all slices on root dev when run with install.cfg State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Mon Jul 12 06:41:23 PDT 1999 State-Changed-Why: Hi Harold, Sorry no-one got to look at your PR until now. Did you ever get to the bottom of this problem? Can you confirm whether you see the same problem with a newer version of FreeBSD (or a clean install)? Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 7:14:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51FA814D73; Mon, 12 Jul 1999 07:14:17 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA10596; Mon, 12 Jul 1999 07:13:12 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 12 Jul 1999 07:13:12 -0700 (PDT) From: Message-Id: <199907121413.HAA10596@freefall.freebsd.org> To: sheldonh@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/12598: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 12 07:12:38 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 7:15:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A4CC1507F; Mon, 12 Jul 1999 07:15:16 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA10984; Mon, 12 Jul 1999 07:15:17 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 12 Jul 1999 07:15:17 -0700 (PDT) From: Message-Id: <199907121415.HAA10984@freefall.freebsd.org> To: hiraga@noc.sony.co.jp, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12598: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Jul 12 07:13:15 PDT 1999 State-Changed-Why: Fixed in rev 1.42.2.17 of cam_xpt.c . In future, please don't flag your problem reports as confidential. The category for this one should have been kern and the Synopsis should have been something like "cam broken in cam_xpt.c". Also, try to give the revision number of a source file when you report such problems. Thanks for the report. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 7:16:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 969C414DD6; Mon, 12 Jul 1999 07:16:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA11230; Mon, 12 Jul 1999 07:16:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Mon, 12 Jul 1999 07:16:17 -0700 (PDT) From: Message-Id: <199907121416.HAA11230@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: misc/9638: Typo error in Italian locale Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Typo error in Italian locale Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: kris Responsible-Changed-When: Mon Jul 12 07:15:22 PDT 1999 Responsible-Changed-Why: Nick is Italian :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 7:21:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80E5A14D73; Mon, 12 Jul 1999 07:21:16 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA12047; Mon, 12 Jul 1999 07:18:40 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 12 Jul 1999 07:18:40 -0700 (PDT) From: Message-Id: <199907121418.HAA12047@freefall.freebsd.org> To: dada@sbox.tu-graz.ac.at, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: kern/12594: wrong sysctl descriptions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wrong sysctl descriptions State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Mon Jul 12 07:17:22 PDT 1999 State-Changed-Why: Thanks for your feedback. Since you've put so much effort into reporting the problem, don't you want to go the extra step and submit a patch? You seem to have more than enough of a handle on the situation. Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 12 07:17:22 PDT 1999 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 7:21:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64BC714F31 for ; Mon, 12 Jul 1999 07:21:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA12242; Mon, 12 Jul 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A704314D73; Mon, 12 Jul 1999 07:17:59 -0700 (PDT) Message-Id: <19990712141759.A704314D73@hub.freebsd.org> Date: Mon, 12 Jul 1999 07:17:59 -0700 (PDT) From: conrad@th.physik.uni-bonn.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/12607: System crashes after boot, portmap endlessly forks with getport(ypbind), /proc and file tables filled up Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12607 >Category: misc >Synopsis: System crashes after boot, portmap endlessly forks with getport(ypbind), /proc and file tables filled up >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 12 07:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jan Conrad >Release: 3.2-STABLE >Organization: Univ. of Bonn >Environment: FreeBSD merlin.th.physik.uni-bonn.de 3.2-STABLE FreeBSD 3.2-STABLE #4: Mon Jul 12 11:46:44 CEST 1999 conrad@merlin.th.physik.uni-bonn.de: /nilles/freebsd/src/sys/compile/MERLIN i386 /usr/src/usr.sbin/ypbind/ypbind.c: static const char rcsid[] = "$Id: ypbind.c,v 1.27 1998/01/19 23:31:38 wpaul Exp $"; >Description: From time to time after boot, shortly after ypbind ist started nis_client_flags="-S foobar,dirac,avz109,avzw02" The system crashes during the boot (you still get a shell ...., rc just stops..) Excerpt from syslog ... Jul 12 12:13:00 merlin /kernel: changing root device to wd0s1a Jul 12 12:13:00 merlin xntpd[123]: xntpd version=3.4e (beta multicast); Fri Jun 25 21:56:36 CEST 1999 (1) Jul 12 12:13:00 merlin xntpd[123]: tickadj = 5, tick = 10000, tvu_maxslew = 495 Jul 12 12:13:00 merlin xntpd[123]: precision = 6 usec Jul 12 12:13:01 merlin xntpd[123]: using xntpd phase-lock loop Jul 12 12:13:01 merlin xntpd[123]: system event 1 status c010 Jul 12 12:13:02 merlin /kernel: proc: table is full Jul 12 12:13:03 merlin last message repeated 1300 times Jul 12 12:13:03 merlin rpc.statd: Starting Jul 12 12:13:03 merlin /kernel: proc: table is full Jul 12 12:13:03 merlin last message repeated 29 times Jul 12 12:13:03 merlin /kernel: file: table is full Jul 12 12:13:03 merlin syslogd: /dev/console: Too many open files in system: Too many open files in system Jul 12 12:13:03 merlin syslogd: /var/run/utmp: Too many open files in system and so on, later in the syslog file: Jul 12 12:13:07 merlin /kernel: proc: table is full Jul 12 12:13:07 merlin last message repeated 43 times Jul 12 12:13:07 merlin portmap[570]: connect from 127.0.0.1 to getport(ypbind) Jul 12 12:13:07 merlin portmap[571]: connect from 127.0.0.1 to getport(ypbind) last line serveral hundreds of time!! Output from 'portmap -v -d' : (hundresds of) server: about to do a switch Lastcomm says that the system is filled with portmappers... excerpt from 'tcpdump -s 200 -vv host merlin': (hundreds of time:) 12:13:07.109379 merlin.th.physik.uni-bonn.de.960 > dirac.th.physik.uni-bonn.de.9 93: udp 52 (ttl 64, id 11560) 12:13:07.109532 dirac.th.physik.uni-bonn.de.993 > merlin.th.physik.uni-bonn.de.9 60: udp 28 (ttl 64, id 38420) (dirac (2.2.7-RELEASE) runs ypserv...) I think its a ypbind problem (but I might be totally wrong...) I have logs available: tcpdump syslog lastcomm I've seen something like this on 2.2.7-RELEASE (dirac) some time ago, but only once, so I can't supply any logs... >How-To-Repeat: Just boot many many times :-) >Fix: Unknown! (I don't see trough ypbind.c...) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 7:31: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B610614D73; Mon, 12 Jul 1999 07:31:02 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13025; Mon, 12 Jul 1999 07:29:36 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 12 Jul 1999 07:29:36 -0700 (PDT) From: Message-Id: <199907121429.HAA13025@freefall.freebsd.org> To: leres@ee.lbl.gov, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/12591: [PATCH] LOGIN_CAP_AUTH typo in libutil/Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] LOGIN_CAP_AUTH typo in libutil/Makefile State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Jul 12 07:29:04 PDT 1999 State-Changed-Why: Committed in CURRENT and STABLE, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 7:31:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9168214DD6; Mon, 12 Jul 1999 07:31:23 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13127; Mon, 12 Jul 1999 07:30:07 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 12 Jul 1999 07:30:07 -0700 (PDT) From: Message-Id: <199907121430.HAA13127@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: i386/12591: [PATCH] LOGIN_CAP_AUTH typo in libutil/Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] LOGIN_CAP_AUTH typo in libutil/Makefile Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 12 07:29:48 PDT 1999 Responsible-Changed-Why: Sorry, should have taken this one over before the commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 7:31:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39E4714D73 for ; Mon, 12 Jul 1999 07:31:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13112; Mon, 12 Jul 1999 07:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 07:30:02 -0700 (PDT) Message-Id: <199907121430.HAA13112@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: misc/5005: f2c is buggy and seriously outdated (again) Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/5005; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: misc/5005: f2c is buggy and seriously outdated (again) Date: Mon, 12 Jul 1999 23:56:53 +0930 (CST) Hi Pedro, Does this PR still apply to -current and/or -stable? There have probably been quite a few changes since the last time this was touched. Thanks! Kris ----- "Never criticize anybody until you have walked a mile in their shoes, because by that time you will be a mile away and have their shoes." -- Unknown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 7:40: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4CD314C26 for ; Mon, 12 Jul 1999 07:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13993; Mon, 12 Jul 1999 07:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 07:40:03 -0700 (PDT) Message-Id: <199907121440.HAA13993@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: misc/7239: ping(8) and traceroute(8) may report erratic round-trip times Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/7239; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: misc/7239: ping(8) and traceroute(8) may report erratic round-trip times Date: Tue, 13 Jul 1999 00:09:01 +0930 (CST) Are you still seeing this problem on your network? PHK's suggestions sound like plausible explanations to me if this has gone away for you. Kris ----- "Never criticize anybody until you have walked a mile in their shoes, because by that time you will be a mile away and have their shoes." -- Unknown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 9:43: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from relay01.indigo.ie (relay01.indigo.ie [194.125.133.225]) by hub.freebsd.org (Postfix) with SMTP id 3C2E714FA3 for ; Mon, 12 Jul 1999 09:42:53 -0700 (PDT) (envelope-from niall@pobox.com) Received: (qmail 21595 messnum 238097 invoked from network[194.125.134.180/ts02-053.dublin.indigo.ie]); 12 Jul 1999 16:41:42 -0000 Received: from ts02-053.dublin.indigo.ie (HELO pobox.com) (194.125.134.180) by relay01.indigo.ie (qp 21595) with SMTP; 12 Jul 1999 16:41:42 -0000 Message-ID: <378A35D9.F43A7E5A@pobox.com> Date: Mon, 12 Jul 1999 18:37:13 +0000 From: Niall Smart X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn Cc: hackers@freebsd.org, bugs@freebsd.org Subject: Re: bin/12578: `` subshell taints PWD References: <71323.931793488@axl.noc.iafrica.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sheldon Hearn wrote: > cd /tmp > echo .`cd /`. > pwd > > Any takers? The patch appended seems to fix this, I'd like someone familiar with sh to review it though, since this may be symptomatic of a general problem with command substitution. > PS: And no, this is not an invitation to chat about the default shell > for the base system. :-) You're hinting it should be /bin/sh for root, right? Regards, Niall *** eval.c~ Mon May 10 16:10:16 1999 --- eval.c Mon Jul 12 18:27:44 1999 *************** *** 710,715 **** --- 710,716 ---- && ((flags & EV_EXIT) == 0 || Tflag)) || ((flags & EV_BACKCMD) != 0 && (cmdentry.cmdtype != CMDBUILTIN + || cmdentry.u.index == CDCMD || cmdentry.u.index == DOTCMD || cmdentry.u.index == EVALCMD))) { jp = makejob(cmd, 1); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 9:44:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from posta.csi.it (posta.csi.it [158.102.1.69]) by hub.freebsd.org (Postfix) with ESMTP id 3C87F14FA3 for ; Mon, 12 Jul 1999 09:44:24 -0700 (PDT) (envelope-from Marco.Stanghellini@CSI.IT) Received: from office03.csi.it (lnotes2.csi.it) by CSI.IT (PMDF V5.1-9 #23639) with SMTP id <01JDHK1MJJFK00SH0J@CSI.IT> for freebsd-bugs@freebsd.org; Mon, 12 Jul 1999 18:52:41 MET Received: by office03.csi.it(Lotus SMTP MTA v4.6.1 (569.2 2-6-1998)) id C12567AC.005C8E42 ; Mon, 12 Jul 1999 18:50:57 +0200 Date: Mon, 12 Jul 1999 18:35:46 +0200 From: Marco Stanghellini Subject: what can I do for achieving full y2k compliance To: freebsd-bugs@freebsd.org Message-id: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline X-Lotus-FromDomain: CSI Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I administer several freeBSD server (version from 2.2.2 to 3.1) and I'm concerned about y2k compliance of this operating system. Maybe you can help me: This version (2.2.2, 2.2.7, 3.1) of freeBSD are full y2k compliant? I read on the freeBSD web page about several Y2K problem fixed. I have to fix by myself all this problems? There are some patches avalaibles? Thanks M. Stanghellini To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 10:21:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54F6214BF1 for ; Mon, 12 Jul 1999 10:21:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA33513; Mon, 12 Jul 1999 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BDE74150A7; Mon, 12 Jul 1999 10:11:32 -0700 (PDT) Message-Id: <19990712171132.BDE74150A7@hub.freebsd.org> Date: Mon, 12 Jul 1999 10:11:32 -0700 (PDT) From: conrad@th.physik.uni-bonn.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12609: At boottime NFS mounts on a 3.2 client from a 2.2.7 server fails, when in turn the server has NFS mounted filesystems on the client Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12609 >Category: kern >Synopsis: At boottime NFS mounts on a 3.2 client from a 2.2.7 server fails, when in turn the server has NFS mounted filesystems on the client >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 12 10:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jan Conrad >Release: 3.2-STABLE, 2.2.7-RELEASE, also occured with 'MATT's nfs patches installed >Organization: Univ. of Bonn >Environment: client: FreeBSD merlin.th.physik.uni-bonn.de 3.2-STABLE FreeBSD 3.2-STABLE #4: Mon Jul 12 11:46:44 CEST 1999 conrad@merlin.th.physik.uni-bonn.de:/nilles/freebsd/src/sys/compile/MERLIN i386 server: FreeBSD dirac.th.physik.uni-bonn.de 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Sun Oct 25 16:58:29 CET 1998 conrad@merlin.physik.uni-bonn.de:/nilles/freebsd/src/sys/compile/MACH i386 >Description: Consider the following setup: merlin's fstab: pauli:/nilles/backup /nilles/backup nfs rw,bg,soft,nosuid,nodev 0 0 dirac:/nilles/share /nilles/share nfs rw,bg,soft,nodev 0 0 dirac:/nilles/home /nilles/home nfs rw,bg,soft,nosuid,nodev 0 0 dirac:/usr/www/httpd/root /nilles/www nfs rw,bg,soft,nosuid,nodev 0 0 dirac's fstab: /nilles/freebsd@merlin /nilles/freebsd nfs rw,bg,soft,nodev 0 0 (pauli runs 2.2.7 as well....) When dirac does NOT mount /nilles/freebsd@merlin, merlin reboots gracefully, but when one mounts /nilles/freebsd@merlin on dirac (even without accessing it...) the mounts of /nilles/share etc. on merlin is backgrounded at boottime. the following message appears (for the first two mountpoints ..@dirac): nfs: bad MNT RPC: RPC: timed out (the message is generated by mount_nfs!) But the mount of /nilles/backup@pauli succeeds before the mounts ..@dirac are attempted. Output from 'tcpdump -s 200 -vv host merlin': (the first packet stems from (presumably dirac's) xntpd) 17:05:06.194400 dirac.th.physik.uni-bonn.de.ntp > merlin.th.physik.uni-bonn.de.ntp: v3 sym_act strat 2 poll 6 prec -16 dist 0.016845 disp 0.003265 ref sunmanager.lrz-muenchen.de@3140780589.210189819 orig 3140780614.147031784 rec +0.001723289 xmt +92.047328948 (ttl 64, id 53479) 17:05:35.047701 arp who-has merlin.th.physik.uni-bonn.de tell merlin.th.physik.uni-bonn.de 17:05:35.331584 arp who-has pauli.th.physik.uni-bonn.de tell merlin.th.physik.uni-bonn.de 17:05:35.336906 arp who-has dirac.th.physik.uni-bonn.de tell merlin.th.physik.uni-bonn.de 17:05:35.336921 arp reply dirac.th.physik.uni-bonn.de is-at 0:90:27:1c:b1:c3 17:05:35.337018 merlin.th.physik.uni-bonn.de.1017 > dirac.th.physik.uni-bonn.de.sunrpc: udp 56 (ttl 64, id 8) 17:05:35.337119 dirac.th.physik.uni-bonn.de.sunrpc > merlin.th.physik.uni-bonn.de.1017: udp 28 (ttl 64, id 54383) 17:05:35.337336 merlin.th.physik.uni-bonn.de.1016 > dirac.th.physik.uni-bonn.de.sunrpc: udp 56 (ttl 64, id 9) 17:05:35.337397 dirac.th.physik.uni-bonn.de.sunrpc > merlin.th.physik.uni-bonn.de.1016: udp 28 (ttl 64, id 54384) 17:05:35.337637 merlin.th.physik.uni-bonn.de.408c9418 > dirac.th.physik.uni-bonn.de.nfs: 40 null (ttl 64, id 10) 17:05:35.337692 dirac.th.physik.uni-bonn.de.nfs > merlin.th.physik.uni-bonn.de.408c9418: reply ok 24 null (ttl 64, id 54385) 17:05:35.337894 merlin.th.physik.uni-bonn.de.1014 > dirac.th.physik.uni-bonn.de.sunrpc: udp 56 (ttl 64, id 11) 17:05:35.337959 dirac.th.physik.uni-bonn.de.sunrpc > merlin.th.physik.uni-bonn.de.1014: udp 28 (ttl 64, id 54386) 17:05:35.338219 merlin.th.physik.uni-bonn.de.1013 > dirac.th.physik.uni-bonn.de.983: udp 112 (ttl 64, id 12) 17:05:35.338527 dirac.th.physik.uni-bonn.de.4cac80a7 > merlin.th.physik.uni-bonn.de.nfs: 92 getattr fh 0,131079/2 (ttl 64, id 54387) 17:05:35.338664 merlin.th.physik.uni-bonn.de > dirac.th.physik.uni-bonn.de: icmp: merlin.th.physik.uni-bonn.de udp port nfsd unreach able (ttl 255, id 13) 17:05:36.724607 dirac.th.physik.uni-bonn.de.4cac80a7 > merlin.th.physik.uni-bonn.de.nfs: 92 getattr fh 0,131079/2 (ttl 64, id 54399) 17:05:36.724715 merlin.th.physik.uni-bonn.de > dirac.th.physik.uni-bonn.de: icmp: merlin.th.physik.uni-bonn.de udp port nfsd unreach able (ttl 255, id 14) 17:05:39.494636 dirac.th.physik.uni-bonn.de.4cac80a7 > merlin.th.physik.uni-bonn.de.nfs: 92 getattr fh 0,131079/2 (ttl 64, id 54424) 17:05:39.494743 merlin.th.physik.uni-bonn.de > dirac.th.physik.uni-bonn.de: icmp: merlin.th.physik.uni-bonn.de udp port nfsd unreach able (ttl 255, id 15) 17:05:45.024673 dirac.th.physik.uni-bonn.de.4cac80a7 > merlin.th.physik.uni-bonn.de.nfs: 92 getattr fh 0,131079/2 (ttl 64, id 54473) 17:05:45.024782 merlin.th.physik.uni-bonn.de > dirac.th.physik.uni-bonn.de: icmp: merlin.th.physik.uni-bonn.de udp port nfsd unreach able (ttl 255, id 16) 17:08:18.196237 dirac.th.physik.uni-bonn.de.ntp > merlin.th.physik.uni-bonn.de.ntp: v3 sym_act strat 2 poll 6 prec -16 dist 0.015213 di sp 0.002761 ref unios.rz.Uni-Osnabrueck.DE@3140780890.215399742 orig 3140780800.776019096 rec +0.328375816 xmt +97.420174598 (ttl 64, i d 58653) 17:08:39.028644 arp who-has merlin.th.physik.uni-bonn.de tell merlin.th.physik.uni-bonn.de 17:08:39.312554 arp who-has pauli.th.physik.uni-bonn.de tell merlin.th.physik.uni-bonn.de 17:08:39.317972 arp who-has dirac.th.physik.uni-bonn.de tell merlin.th.physik.uni-bonn.de 17:08:39.317988 arp reply dirac.th.physik.uni-bonn.de is-at 0:90:27:1c:b1:c3 17:08:39.318086 merlin.th.physik.uni-bonn.de.1017 > dirac.th.physik.uni-bonn.de.sunrpc: udp 56 (ttl 64, id 8) 17:08:39.318175 dirac.th.physik.uni-bonn.de.sunrpc > merlin.th.physik.uni-bonn.de.1017: udp 28 (ttl 64, id 59013) 17:08:39.318391 merlin.th.physik.uni-bonn.de.1016 > dirac.th.physik.uni-bonn.de.sunrpc: udp 56 (ttl 64, id 9) 17:08:39.318451 dirac.th.physik.uni-bonn.de.sunrpc > merlin.th.physik.uni-bonn.de.1016: udp 28 (ttl 64, id 59014) 17:08:39.318690 merlin.th.physik.uni-bonn.de.408c0aaf > dirac.th.physik.uni-bonn.de.nfs: 40 null (ttl 64, id 10) 17:08:39.318744 dirac.th.physik.uni-bonn.de.nfs > merlin.th.physik.uni-bonn.de.408c0aaf: reply ok 24 null (ttl 64, id 59015) 17:08:39.318946 merlin.th.physik.uni-bonn.de.1014 > dirac.th.physik.uni-bonn.de.sunrpc: udp 56 (ttl 64, id 11) 17:08:39.319010 dirac.th.physik.uni-bonn.de.sunrpc > merlin.th.physik.uni-bonn.de.1014: udp 28 (ttl 64, id 59016) 17:08:39.319272 merlin.th.physik.uni-bonn.de.1013 > dirac.th.physik.uni-bonn.de.983: udp 112 (ttl 64, id 12) 17:08:39.319747 dirac.th.physik.uni-bonn.de.983 > merlin.th.physik.uni-bonn.de.1013: udp 68 (ttl 64, id 59017) 17:08:39.320193 merlin.th.physik.uni-bonn.de.126e77e4 > dirac.th.physik.uni-bonn.de.nfs: 92 getattr fh 0,263172/2 (ttl 64, id 13) 17:08:39.320276 dirac.th.physik.uni-bonn.de.nfs > merlin.th.physik.uni-bonn.de.126e77e4: reply ok 112 getattr DIR 755 ids 151/43 sz 512 (ttl 64, id 59020) 17:08:39.320665 merlin.th.physik.uni-bonn.de.126e77e5 > dirac.th.physik.uni-bonn.de.nfs: 92 fsinfo [|nfs] (ttl 64, id 14) 17:08:39.320731 dirac.th.physik.uni-bonn.de.nfs > merlin.th.physik.uni-bonn.de.126e77e5: reply ok 164 fsinfo POST: DIR 755 ids 151/43 s z 512 nlink 11 rdev 3/232 fsid 3000000e8 nodeid e800000000 a/m/ctime 931737610.000000 913809812.000000 913809812.000000 [|nfs] (ttl 64 , id 59021) 17:08:39.320934 merlin.th.physik.uni-bonn.de.126e77e6 > dirac.th.physik.uni-bonn.de.nfs: 92 fsstat fh 0,263172/2 (ttl 64, id 15) 17:08:39.321004 dirac.th.physik.uni-bonn.de.nfs > merlin.th.physik.uni-bonn.de.126e77e6: reply ok 168 fsstat POST: DIR 755 ids 151/43 s z 512 nlink 11 rdev 3/232 fsid 3000000e8 nodeid e800000000 a/m/ctime 931737610.000000 913809812.000000 913809812.000000 [|nfs] (ttl 64 , id 59022) When dirac was a DEC UNIX box over one year ago (the clients were all FreeBSD), the problem did never occur... However, once it occured when mounting a filesystem from a very heavily loaded DEC UNIX box... So maybe its a problem on the FreeBSD client side... >How-To-Repeat: Difficult: I tried it with other 2.2.7 machines as server but didn't succeed (but I have only one server loaded like dirac..). But one time (!) it happend when mounting a filesystem from a DEC UNIX 4.0c box.... >Fix: Putting mount -a -t nfs in /etc/rc after network_pass_3 doesn't help. Maybe inserting a sleep would Real solution: unknown (to me...) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 11: 0:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 381621522A for ; Mon, 12 Jul 1999 11:00:10 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA36382 for freebsd-bugs@freebsd.org; Mon, 12 Jul 1999 11:00:05 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Jul 1999 11:00:05 -0700 (PDT) Message-Id: <199907121800.LAA36382@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/24] bin/5139 obrien portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 dg running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/05/13] bin/6627 sheldonh TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/05/19] kern/6689 sheldonh kern_physio.c splits requests breaking cd o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. s [1998/08/17] kern/7649 fenner [MFC] /sys/netinet/if_ether.c: "permanent o [1998/09/03] kern/7822 Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 fatal trap 12 in midi_synth_input o [1998/09/14] kern/7927 Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs o [1998/10/06] i386/8179 Install failure with motherbord using SIS f [1998/10/08] i386/8214 n_hibma Install 3.0-19981006-BETA fails o [1998/10/16] kern/8345 mmap(2) hangs when dealing with certain f o [1998/10/27] kern/8473 Excessive virtual memory consumption with o [1998/11/01] kern/8532 3.0-RELEASE panics with standard SMP kern f [1998/11/04] conf/8576 n_hibma server goes down when client mount its fi a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/21] i386/8787 install process hangs while adding defaul o [1998/11/24] ports/8829 torstenb Fix port: security/ssh o [1998/11/25] kern/8861 under heavy (multi interface) traffic ep0 o [1998/12/01] i386/8922 can't detect wdc1 on Abit LX6 motherboard o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode o [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1998/12/14] kern/9081 3.0-RELEASE dies starting AP on dual PPro a [1998/12/22] kern/9178 -current ipfw.ko with ELF kernel doesn't o [1998/12/30] kern/9249 Panic on 2.2.8-STABLE when accessing wcd o [1999/01/03] kern/9294 IDE controller not being detected even wi o [1999/01/05] kern/9334 cp fails for 2048 Bytes/sector media o [1999/01/13] kern/9479 timeout while detect SCSI disks in recent o [1999/01/26] i386/9709 Kernel page faults during boot with 2GB R o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/04] kern/9909 Writing incomplete blocks to /dev/nrst0 h o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/21] i386/10188 Cannot get system to boot after Installti o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 gibbs System freezes during certain SCSI activi o [1999/03/01] bin/10344 fenner Core dump in gethostbyaddr for 199.93.70. o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/19] i386/10683 I have a buslogic BT-948 FW controller. W o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965obrien lcc-3.6 unable to compile anything o [1999/04/08] kern/11023 Synchronous PPP not functional in leased o [1999/04/08] gnu/11038 tar needs bzip2 from ports o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 kernel mode page fault o [1999/04/19] misc/11216 Power fail versus Fsck changed my life. o [1999/04/19] kern/11226 Invalid files on disk after fsync o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/21] ports/11263chuckr lister.lo listed twice in a2ps-4.12's lib o [1999/04/21] i386/11268 DEC FDDI PCI Adapter doesn't work... o [1999/04/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] bin/11335 find hangs in `nfsrcv' on local filesyste o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d f [1999/04/27] kern/11359 rvplayer 5.0 (Linux) cases ncr PCI SCSI d o [1999/04/28] bin/11374 MAN program problems o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/03] kern/11470 V3 NFS problem o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/06] kern/11533 NFS v3 locks up on large file transfers o [1999/05/10] kern/11629 File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB f [1999/05/17] bin/11744 perllib fails to build o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/26] kern/11891 typo in ioconf.c o [1999/05/31] kern/11966 TCP copies send and receive socket buffer f [1999/06/01] kern/11984 pthread_kill cannot kill select() threads o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br o [1999/06/02] kern/11993 panic: getnewbuf: inconsistent EMPTY queu f [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/06] conf/12050 No /sbin/init on fixit flop o [1999/06/07] kern/12072 vm_fault happened in binary file transfer o [1999/06/09] ports/12098se KDM not config'd properly o [1999/06/09] kern/12106 error 6: panic: cannot mount root o [1999/06/10] kern/12127 persistent crash on idle SMP system o [1999/06/15] kern/12233 Fvwm2 causes FreeBSD-current to hang or r o [1999/06/16] bin/12243 NFS re-mount from Solaris 7 server hangs o [1999/06/16] kern/12248 CRON in malloc(): warning: pointer to wr o [1999/06/16] kern/12251 slattach followed by ifconfig sl0 doesn't o [1999/06/17] bin/12259 SL/IP install doesn't work due to ifconfi o [1999/06/18] kern/12283 3-way and 4-way SMP won't boot in 1999060 o [1999/06/18] i386/12286 Segmentation violation when invoking JNI s [1999/06/23] kern/12367 Writing files larger than floppy capacity o [1999/06/24] docs/12377 doc differences of a NULL login class need am o [1999/06/25] misc/12390 Installation hangs during extraction o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/09] bin/12578 `cd somewhere` changes current working di o [1999/07/12] misc/12607 System crashes after boot, portmap endles 132 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in o [1996/10/15] kern/1812 dg vnodes are left in a locked state f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA f [1996/12/30] kern/2330 grog changing root device to sd0a - ncr0: abor f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI f [1997/01/09] bin/2430 grog mountd stops on loading if subnet mask is a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] gnu/3441 obrien C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe f [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/15] conf/5062 login.access not evaluated correctly a [1997/11/18] bin/5084 ru wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/09] bin/5693 hoek groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] kern/5731 peter executables wedge on "vmopar" when built o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 f [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 jkh "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/20] i386/7698 scotty/tkined library error s [1998/08/22] kern/7713 fenner [MFC] problem with reusing ports with mul o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/08/31] kern/7793 kernel wedges when netscape exits o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/13] kern/7925 sendmail, inetd SIGSEGV after forking aft o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded f [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/11] ports/8276 hosokawa samba's WINS database gets removed during o [1998/10/12] bin/8281 writev() in libc_r causes loop o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/24] bin/8440 jkh 3.0-RELEASE has wrong permissions on game o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/30] kern/8500 FreeBSD 3.0 thread scheduler is broken o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/18] bin/8739 atoi and modunload o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/21] bin/8790 [PATCH] Buffer overrun in nvi-1.79 (explo o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console o [1998/11/27] i386/8870 Installworld falls over in /usr/src/sys/i o [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/12/01] kern/8919 using Acceleport 8r o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/03] kern/8952 close() blocks forever after fork() in th o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] bin/9162 [Patch] pthreads GC breaks signal handlin o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/22] kern/9171 maxusers 1024 results in unbootable kerne o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/29] i386/9237 pthread_exit doesn't exit o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/09] kern/9413 profiling does not work with elf kernels o [1999/01/10] i386/9431 wd.c Does nto recognize certain LBA disks o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 fenner Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 hoek many typos in groff_mm(7) o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 cwt The current tcl80 port has problems, does o [1999/01/26] bin/9695 a typo in /usr/obj/aout/usr/src/tmp/usr/i o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/01/31] bin/9849 mknod is missing from libc_r o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD f [1999/02/11] kern/10029 many vm_fault: pager read errors o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/11] bin/10039 Binaries from a "fixit" CD can't find ld- o [1999/02/12] docs/10059 dg MALLOC(9) manpage not updated to reflect o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En a [1999/02/14] ports/10094jfitz autogeneration of msql user failed o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/22] kern/10209 natd stopped to worked since i upgraded f o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/25] kern/10266 gibbs SCSI scanner times out when scanning o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/01] bin/10341 memory leak in setenv(3) o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] ports/10373nate Increasing kernel file descriptors causes o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet a [1999/03/04] ports/10385billf New port: apache13-modperl o [1999/03/04] kern/10387 2.2.7 hangs when trying to write on defec o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] misc/10418 libpam is built before libradius/libtacpl o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/13] ports/10579phk Error with Network discovery in tkined (p o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [1999/03/16] kern/10616 MSP3400C audio chip from Hauppauge WinTV- o [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/19] kern/10676 3.1-RELEASE deadlocks under load with pro o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/22] gnu/10740 Fatal GCC error o [1999/03/23] kern/10747 [PATCH] ipfirewall `deny' rules act as `r o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/26] bin/10805 h2ph incorrectly deals with #error and #w o [1999/03/26] bin/10807 host(1) is broken - multiple options in o o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 Fix to prevent infinite loops on missing o [1999/04/03] i386/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10946se kdm 1.1 does not work correctly - XBINDIR o [1999/04/04] conf/10947 Entering daylight time at 2am loses /etc/ o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10985 make .NOTPARALLEL special target is broke o [1999/04/06] bin/10991 lpd hangs system if printer not ready on f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/07] bin/11008 3.1 fbsdboot.exe is broken. install.bat i o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/10] ports/11059ache ports/security/pgp does not extract o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st s [1999/04/13] ports/11116billf gtk interversion compatibility never work o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/14] bin/11137 /bin/ps output loses the values for all p o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] kern/11199 3.1-RELEASE kernel page fault (trap 12) u o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/19] bin/11221 comm doesn't obey current locale collatio o [1999/04/20] bin/11247 fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m o [1999/04/23] kern/11299 Recent kernels have broken symbol tables, o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] kern/11367 Kernel crashing after mounting read only o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/01] kern/11435 IPFW had no per-uid or per-gid rule suppo o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 obrien union copies likely broken for alpha egcs o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 msmith CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 [PATCH] Networking patches to increase # o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/10] ports/11636jfitz p5-Mail-Folder missing dependencies o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] bin/11696 Signal handling is broken in libc_r. o [1999/05/13] kern/11697 Disk failure hangs system o [1999/05/14] i386/11720 FreeBSD 2.2.8 can't load fixit disk o [1999/05/18] kern/11766 Can not traceroute through ipnat. o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored o [1999/05/19] misc/11790 boot manager bug o [1999/05/20] misc/11800 gibbs Problem with scsi AHA2940 and sony SDT-20 o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/20] ports/11807jfitz Port update: net/ratoolset o [1999/05/20] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11815 mjacob SCSI tape driver fails on media type reco o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/22] docs/11852 jkh 3.X install requires 12MB of RAM, not 8 o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] conf/11913 jkh Problem about /stand/sysinstall and /etc/ o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11919 kldload doesn't return error on loading a o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/05/29] kern/11936 linux threads are partly broken for SMP o o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/30] conf/11950 /etc/hosts.allow confuses tcp wrapper o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/01] ports/11977ports Eterm port is unable to access .Xauthorit o [1999/06/02] i386/11991 fdisk does not assign slices to unused pa o [1999/06/02] bin/11992 /usr/src/sbin/mountd/mountd.c has '#ifdef o [1999/06/02] ports/11996obrien Fix for mutt sending content-type video a f [1999/06/03] ports/12015torstenb new postfix port o [1999/06/04] kern/12022 System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/06] kern/12062 sa tape driver with Cipher 60M SCSI QIC t o [1999/06/08] bin/12091 syslog packets from a remote machine are o [1999/06/08] kern/12092 vpo driver not working in 3.2-RELEASE o [1999/06/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] conf/12116 ASCII and US-ASCII locale wrongly aliased o [1999/06/10] bin/12120 named crashes. o [1999/06/10] gnu/12122 cc hangs on STDIN with -pipe and .s files o [1999/06/10] kern/12126 Missing ioctl handler for IPX address fam o [1999/06/11] ports/12131ports knewmail port o [1999/06/11] bin/12136 obrien /sbin/dhclient-script: weird route comman o [1999/06/11] bin/12137 something wrong with shell -- functions w o [1999/06/11] kern/12141 libc_r passes negative tv_usec values to o [1999/06/11] i386/12147 sos Linux emulator fcntl ignores args o [1999/06/12] ports/12174ache bash terminate with corefile if pid > 320 o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/12] docs/12181 doc [Patch] doc/en/handbook/kernelconfig/chap o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/14] kern/12219 Kernel gdb does not work under 3.2-RELEAS o [1999/06/15] misc/12221 djpeg halt's freebsd box o [1999/06/15] bin/12225 brian incompletness of radius request in /usr/s o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang o [1999/06/17] i386/12257 [Patch] sb(VoxWare) sound driver patch fo o [1999/06/17] kern/12262 pcm sound driver with SB16pnp does not ap o [1999/06/18] bin/12272 The ctype locales print an error message o [1999/06/18] kern/12274 cd mount problem f [1999/06/18] kern/12290 rnordier error 22: cannot mount root(2) o [1999/06/20] kern/12305 clock() ticks backwards o [1999/06/21] kern/12320 error 6: panic: cannot mount root (2) o [1999/06/22] ports/12346jfitz update ports: mrtg-2.7.5 o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura o [1999/06/23] docs/12372 doc man page HISTORY for strdup is wrong o [1999/06/24] kern/12378 pmap_growkernel doesn't update all page d a [1999/06/24] kern/12381 Bad scheduling in FreeBSD o [1999/06/25] conf/12387 CDROM boot failure on Thinpad 770X, 380ED o [1999/06/25] kern/12394 3.2-RELEASE, rl0 ethernet interface freez o [1999/06/27] pending/12414gnats-adminRe: linux netscape 4.61 o [1999/06/28] kern/12434 signal 11 (core dumped) on mysqld when ma o [1999/06/28] misc/12438 Dynamic loader or vtable problem in 3.2-S o [1999/06/29] ports/12446ports ssh port doesn't build o [1999/06/29] bin/12448 arp -s ip_address auto pub results in err o [1999/06/29] kern/12450 IBM -DTTA-351010 corrupts data when using o [1999/06/30] kern/12464 bad reference in struct vm_zone o [1999/07/01] kern/12484 [PATCH] bpf_filter() broken o [1999/07/03] bin/12496 yppush broken when pushing to 2 or more s o [1999/07/03] bin/12497 src/etc/periodic/daily/150.clean-hoststat o [1999/07/04] kern/12508 gdb fails to vmcore.0 o [1999/07/05] pending/12520gnats-adminMissleading comment in example in crontab f [1999/07/05] kern/12527 Deleting a large file loses disk space o [1999/07/06] i386/12529 Linksys ether16 NE2000 compat. won't conf o [1999/07/06] pending/12537gnats-admin[ports/12002] korean/engdic ports updated o [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/06] ports/12541ports gtk installs itself where it can't be fou o [1999/07/06] ports/12542ports Error in xscreensaver configuration scrip o [1999/07/07] pending/12549gnats-adminimap-uw port doesn't check pw->pw_expire o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/07] docs/12557 nik There are no man pages for the widely use o [1999/07/07] pending/12560gnats-adminUpdate port: russian/apache a [1999/07/08] bin/12564 jkh Sysinstall can not use live filesystem fr o [1999/07/09] misc/12577 Can't link code using catopen o [1999/07/09] ports/12584stb directories made during 'make install' ar o [1999/07/10] ports/12587ports update port russian/apache13 o [1999/07/12] ports/12606ports configure problem o [1999/07/12] ports/12608ports "/usr/libexec/ld.so" is missing from Free 623 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 dwhite ppp server doc submission s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty f [1997/08/03] kern/4221 brian Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti s [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM o [1997/11/26] misc/5153 jkh release file checksums in wrong file s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern f [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/29] bin/7117 flex -I option is broken s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/21] bin/7352 libc generates spurious warnings when use a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. a [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace o [1998/08/13] bin/7607 GTAGS patch for nvi has posibility of buf o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall f [1998/08/16] i386/7633 panic: page fault on install with boot.fl o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang a [1998/08/25] misc/7741 enhancement to tcpdump to print LCP/PAP/C o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/27] misc/7759 proflibs installation error, libcrypt_p.a o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr a [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] i386/7816 [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] bin/7855 cpp should define __ELF__ if objformat = o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/09/15] ports/7932 torstenb man zshall doesn't work o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8011 libc_r does not have pread() or pwrite() o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/08] ports/8217 ache www/netscape4-*: avoid `ns-install' o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] bin/8348 [PATCH] zforce(1) is broken: fix o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/23] kern/8428 Is FreeBSD 3.0-RELEASE support 640MByte M o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] kern/8444 pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/26] kern/8456 SMP kernel fails with Everex PO-6200 Dual o [1998/10/27] bin/8466 bind man pages not installed by 3.0 make o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/11] misc/8654 SYSV options allow WINE to run, but Netsc s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/04] bin/8966 yp_mkdb does not accept standard automoun o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/08] kern/9026 natd o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and o [1998/12/12] bin/9064 [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/19] bin/9135 tar doesn't back up device files o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/20] ports/9150 nate Ports depending on jdk need to know where o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] conf/9246 allscreens_flags in /etc/rc.conf not work o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] i386/9283 ioctl(SNDCTL_DSP_SETFMT) on /dev/audio (p o [1999/01/03] bin/9285 pw strips comments from group file o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of f [1999/01/03] bin/9292 n_hibma Cron's logs are in /var/cron, not /var/lo o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] bin/9349 make doesn't diagnose non-numeric argumen o [1999/01/06] docs/9352 hoek wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] bin/9374 Improved functionality for find(1) o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/14] bin/9501 Several cvs contrib files are not Y2K com o [1999/01/14] ports/9508 andreas Update majorcool to current version 1.3.2 o [1999/01/16] misc/9524 /usr/share/examples/libvgl/demo looks lik o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] misc/9582 configApache command doesn't work for /st o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/20] kern/9591 Linux compat getrlimit/setrlimit constant o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/22] kern/9619 Restarting mountd kills existing mounts a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] kern/9764 allow /bin/df not to list certain entries o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] bin/9809 finger output format wrong f [1999/01/30] ports/9811 nectar New port: lang/gnomeguile o [1999/01/30] ports/9812 nectar New port: devel/libgtopbindings o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/02] ports/9880 kris New port - x11-toolkits/gtkglarea o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] bin/9893 NFS umount of regular file impossible o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/05] ports/9921 peter exmh2 ports update o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/09] ports/9993 kris New Port - graphics/libunfig o [1999/02/09] ports/9998 kris New port - graphics/mtv (MpegTV player) o [1999/02/10] i386/10004 jkh instalation of current version from FTP s o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/11] ports/10023kris New port - net/gtkcookie o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/11] docs/10038 doc Added a site and bug fix (part two) o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/14] kern/10077 dd'ing a ccd stripped partition sometimes o [1999/02/14] docs/10084 doc new FreeBSD user group in Yogyakarta City o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of f [1999/02/15] conf/10115 jdp /etc/login.conf still implies LOGIN_CAP_A o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] i386/10121 Serial port parity setting problems with o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10129torstenb mirror/patch-ac sets /usr/local/bin/perl5 o [1999/02/17] bin/10131 bug in strptime(3) o [1999/02/18] docs/10146 jkh Release Notes and LINT for 3.1 include ha o [1999/02/18] misc/10148 bde atime behavior differs with empty files f o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164jmz XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] bin/10165 CVS does not know to ignore .So files o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178torstenb USE_SOCKS=YES option broken for security/ o [1999/02/21] conf/10179 /etc/make.conf has too many entries o [1999/02/21] docs/10180 doc Another mirror site not listed... o [1999/02/21] docs/10182 doc http://www.freebsd.org/cgi/query-pr.cgi?p o [1999/02/22] ports/10196torstenb Better startup scripts for ssh o [1999/02/22] ports/10215rvb net/coda_client and net/coda_server o [1999/02/23] ports/10227peter wrong sendmail path in rdist6-port o [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] conf/10244 100 character limit on any pathname in sy o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/28] bin/10300 dmesg exits on signal 10 o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] misc/10349 For long .Dt fields, rendering is broken- o [1999/03/01] bin/10350 mail(1) has some ugly code in it... o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames o [1999/03/02] bin/10368 'pgtok redefined' error in ps(1) o [1999/03/05] ports/10396asami SPIN is in the wrong category o [1999/03/05] ports/10407hosokawa incomplete mirrors suggested for samba o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454obrien Update: emulators/spim o [1999/03/06] kern/10455 pcaudio breakage o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] docs/10472 doc Mailing list for discussion of Xircom dri o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] docs/10488 doc Error in entry for 02/27 in calendar.hist o [1999/03/08] bin/10493 ipfw's undocumented feature s [1999/03/09] bin/10508 obrien isc-dhcp puts garbage to text options, V2 o [1999/03/09] docs/10512 doc ENOBUFS returnable from writev(2) but not o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/10] kern/10537 extraneous verbose output from cam_xpt.c o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10546 Intel Pro/100 PC card has CIS string > CI o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] gnu/10555 jraynard [PATCH] awk dumps core o [1999/03/12] bin/10556 make(1) man page update o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] bin/10568 obrien dhcp client receives garbage (dhclient pr o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/14] i386/10595 [PATCH] spanish language support for vidf o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/17] ports/10639rse ports/web/wml must be upgraded and unbrok o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] docs/10660 doc User Group not listed o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] i386/10672 blank line inserted by vipw into master.p o [1999/03/19] kern/10673 Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682asami List mirror sites in MASTER_SITE_BACKUP - o [1999/03/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/22] ports/10734pst Update of gdb port to 4.17 o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] docs/10762 doc geocrawler.com mailing list archives o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/25] i386/10796 Out of memory error during make buildworl o [1999/03/26] misc/10803 whois(1) client enchancements a [1999/03/26] misc/10804 billf whois(1) enhancement o [1999/03/26] ports/10806phk Update net/scotty to 2.1.10 o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/27] bin/10825 daily script not executed or executed twi o [1999/03/28] ports/10832jfitz [PATCH] mSQL 2.x not freely available any o [1999/03/28] docs/10840 jkh [PATCH] Add pcic double-loading bug fix t f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/29] kern/10860 bpf overwrites source ethernet addresses o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/30] ports/10874andreas [PATCH] html2ps doesn't handle `file:/... o [1999/03/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/01] i386/10913 yokota Characters in console get switched to oth o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/02] bin/10921 I wished from(1) would count the number o o [1999/04/02] bin/10923 /usr/bin/cpp is an out-of-date wrapper fo o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/04] ports/10945jmz X11 "sessreg" program does not update /va o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/06] bin/10992 pthread_kill() doesn't deliver signals to o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048obrien variable not initialized in fwtk-lib lead o [1999/04/09] bin/11051 ps's -U option should accept a list of us o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/10] misc/11074 /usr/share/mk double in the cvs o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/11] docs/11087 doc Portland FreeBSD users group o [1999/04/11] docs/11089 doc freebsd user group, sydney o [1999/04/11] docs/11090 doc User's group in Melbourne Australia o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/12] kern/11109 ipfw.ko Makefile contains CFLAGS+= -DDIVE o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] bin/11121 w(1) cannot handle more than one user on o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134billf existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] ports/11138jmz New version of Xevil 2.01, I created a po o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/15] misc/11149 Web page entry for BAFUG is incorrect o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/16] kern/11178 [PATCH] minor fix to /usr/include/sys/mbu o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/19] kern/11213 lutimes() is the same as utimes() o [1999/04/19] kern/11222 MFS does not sync from reboot syscall o [1999/04/20] kern/11235 Need to submit new driver o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle o [1999/04/21] docs/11258 doc suggestion to refine npx.4 o [1999/04/21] ports/11264chuckr a2ps-letter port installs non-listed liba o [1999/04/21] ports/11270jfitz Update to the rexx-imc port o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/22] misc/11289 makeflp.bat suggestion: create "kernel" d o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/25] misc/11316 [PATCH] HTTP proxy support for sysinstall o [1999/04/27] ports/11353asami Feature additions to bsd.port.mk. o [1999/04/27] ports/11354jmz Port fix: x11/XFree86 o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/28] bin/11370 more segfaults if you give it a real file o [1999/04/28] misc/11373 errata.txt for 3.1 o [1999/04/29] misc/11383 $Id$ missing in some files in etc [PATCH] o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] ports/11402jfitz Update net/mrtg o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/04/30] ports/11421jfitz upgrade p5-Date-Manip 5.33 -> 5.34 o [1999/05/01] ports/11430se incorrect int type causes floating point o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/02] ports/11460erich Update to the xlispstat port o [1999/05/03] ports/11468foxfair New port: xcin-devel o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/04] ports/11504chuckr Update ports math/octave o [1999/05/05] ports/11510nik new version of www/sitecopy (0.6.0) o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/07] misc/11569 Automatically run fsck when the file syst o [1999/05/08] ports/11581fenner netperf port - rfc1644 forgotten o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/08] i386/11597 cmouse complaints: "/kernel: psmintr: out o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt o [1999/05/09] ports/11611billf Update port: net/ntop a [1999/05/09] docs/11615 billf Handbook: linux emulation documentation o o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/10] conf/11626 /var/log/kerberos is rotated o [1999/05/10] bin/11637 build of kdump fails o [1999/05/11] docs/11643 doc handbook should state alternatives o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/11] misc/11653 obrien patch to allow DHCP configuration of inte o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] misc/11670 /usr/include/arpa/nameser.h uses a C++ ke o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] i386/11674 can't do make imake build or anything sin o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/14] ports/11717andreas Update to sysutils/star a [1999/05/16] kern/11736 On fast machines kernel reports negative o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/17] ports/11743torstenb inn-2.2 (nonfatal) premature stop of buil o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/18] kern/11765 performance bug: network devices fxp & de o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] ports/11786kuriyama gnupg-0.9.6 port does not install o [1999/05/19] misc/11788 booting problems o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/20] misc/11812 ftp5.freebsd.org can't find giflib-3.0 an o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820asami bsd.port.subdir.mk does not define the `m o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/22] ports/11840asami Feature fixup: bsd.port.mk o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/24] kern/11881 when a dummynet pipe is encountered it st o [1999/05/25] misc/11890 make world creates /lkm directory o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] i386/11898 Connot wirte to floppy on HP OB800CT with o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/27] conf/11905 sysinstall desktop changing inconvenience o [1999/05/28] bin/11914 makewhatis during installworld uses /usr/ o [1999/05/28] i386/11920 FBSD 3.2 upgrade claims not to upgrade /u o [1999/05/28] i386/11921 /usr/X11R6/lib/aout libraries screwed up o [1999/05/29] conf/11925 rc.conf cosmetic naming inconsistencies o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/29] kern/11941 FreeBSD box reboots itself when changing o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), a [1999/05/31] docs/11955 dcs loader.8: spelling fixes o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/05/31] ports/11964jmacd lang/STk port needs to be updated to STk- o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] docs/11978 doc timed(8) manpage does not define '-F' swi o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/01] kern/11981 brian access to tunN devices not allowed to non o [1999/06/01] kern/11982 Three cleanup fixes for uthreads o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/02] bin/11997 Enhancement for lpr o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/03] misc/12006 sos scheduler policy different define value b o [1999/06/03] misc/12013 patch for 12012 o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/04] bin/12020 [PATCH] msgs(1) is bad about nonexistent o [1999/06/04] docs/12021 doc support.sgml Sydney UG update o [1999/06/04] conf/12026 /etc/rc.diskless1 refrences non-existant o [1999/06/05] misc/12044 having tcl.h in /usr/local/include:/usr/i o [1999/06/06] gnu/12046 Perl subsystem does not install all tutor a [1999/06/06] misc/12049 sheldonh [PATCH] searching for closed reports requ a [1999/06/06] bin/12052 sh type builtin appends first path compon o [1999/06/06] kern/12053 fixes a few aio bugs, makes socket io bet o [1999/06/06] ports/12056ache [PATCH] hpack install files always in /us o [1999/06/06] ports/12057markm Perl5 library builds do not honour PREFIX o [1999/06/06] ports/12063kris Update: net/xwhois o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/07] docs/12075 doc [PATCH] Ports Changes Page Does not List o [1999/06/08] ports/12077ports NEW PORT: ko-bitchx o [1999/06/08] misc/12080 printing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/09] kern/12095 [PATCH] Buggy ATAPI Zip Drive is not dete o [1999/06/09] ports/12096ports new port: korean/ko-eterm-0.8.9 o [1999/06/09] bin/12107 Add switch to dump to support multiple du o [1999/06/10] i386/12113 ESS1688 support for VoxWare sound driver o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/10] ports/12121obrien Update: mail/mutt o [1999/06/10] ports/12123ports New port: databases/ruby-postgres o [1999/06/10] ports/12124ports New port: devel/ruby-readline o [1999/06/10] docs/12128 doc Cosmetics changes in eresoureses.sgml o [1999/06/11] ports/12130ports Update: japanese/ndtpd, japanese/eb o [1999/06/11] docs/12132 doc Invalid URL at http://www.freebsd.org/int o [1999/06/11] ports/12134ports Update: korean/hanterm o [1999/06/11] ports/12138imp net/socks5 port broken with regards to pa o [1999/06/11] ports/12145ports New port: korean/ami o [1999/06/11] ports/12146ports New port: korean/byeoroo o [1999/06/12] ports/12150ports New Ports: audio/timidity++ o [1999/06/12] ports/12151ports New Ports: audio/timidity++-emacs o [1999/06/12] ports/12152ports New Ports: audio/timidity++-gtk o [1999/06/12] ports/12154ports New Ports: audio/timidity++-slang o [1999/06/12] ports/12155ports New Ports: audio/timidity++-motif o [1999/06/12] ports/12156ports New Ports: audio/timidity++-tcltk o [1999/06/12] ports/12157ports New Ports: audio/timidity++-xaw o [1999/06/12] ports/12158ports New Ports: audio/timidity++-xskin o [1999/06/12] ports/12159jfitz update mrtg to 2.7.4b o [1999/06/12] ports/12160ports New Ports: japanese/timidity++-slang o [1999/06/12] ports/12161ports New Ports: japanese/timidity++-tcltk o [1999/06/12] ports/12163ports Installed port mxv for FreeBSD3.1 run err o [1999/06/13] ports/12188ports new port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195ports submission of new port pgpenvelope o [1999/06/14] ports/12199ports [PATCH] mail/qmail references perl instea o [1999/06/14] ports/12200ports [PATCH] port net/rwhois references /usr/l o [1999/06/14] ports/12204ports Update port: graphics/EZWGL o [1999/06/14] bin/12205 obrien [PATCH] DHCP client does not set hostname o [1999/06/14] misc/12209 termcap: "xterm" entry defines bogus capa o [1999/06/14] ports/12213ports [PATCH] benchmarks/netperf installs into o [1999/06/15] docs/12220 doc No manual page on system command "getkern o [1999/06/15] misc/12228 /etc/security don't search in all the fil o [1999/06/15] ports/12229ports Update: korean/netscape4* o [1999/06/15] bin/12232 Dangling text on #endif causes cpp noise. o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] kern/12241 jkh Req: GENERIC includes bpf device o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/16] ports/12245ports port of irc core dumps on current o [1999/06/16] misc/12252 netstat fails to display TCP connectoins o [1999/06/17] bin/12255 BIND 8.1.2 compilation error in IPv6 capa o [1999/06/17] kern/12258 Tuning the FM radio on new -Theatre serie f [1999/06/17] ports/12260dirk new port: korean/mysql o [1999/06/17] bin/12263 "more" problems with long filenames o [1999/06/17] misc/12268 weekly/catman will not work o [1999/06/18] ports/12271ports fix pkg_add with error message and add ne o [1999/06/18] kern/12275 Patches to add support for new chipset o [1999/06/18] bin/12280 jdp LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/18] misc/12285 [PATCH] /usr/share/dict/web2a is missing o [1999/06/18] ports/12291ports ports/japanese/ptex-common requires fixes o [1999/06/19] ports/12300ports port update: lang/tya o [1999/06/20] bin/12308 LPD can't be told not to bind to a TCP po o [1999/06/20] bin/12311 Hostname.pm hangs forever o [1999/06/21] kern/12319 linux emu: getrusage causing core dumps o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325asami Adds refetch functionallity to bsd.port.m o [1999/06/21] i386/12326 wdc flag 0x1000 (LBA addressing) prevents o [1999/06/21] kern/12333 ProAudio Spectrum sound card broken model o [1999/06/21] kern/12334 Some ProAudio SPectrum cards do not do DM o [1999/06/21] kern/12335 if_pn.c lacks bridging support; patch enc o [1999/06/22] ports/12338ache update www/lynx-current port o [1999/06/22] ports/12341ports New port tclreadline o [1999/06/22] conf/12342 /etc/hosts.allow must use numerical IP ad o [1999/06/22] docs/12343 doc make.conf error in documentation (COM2) o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only o [1999/06/23] bin/12358 Patch: "camcontrol help" should go to std o [1999/06/23] docs/12360 doc telnet(1) man-page doesn't describe skey o [1999/06/23] ports/12366billf finish the port for misc/mprime o [1999/06/23] ports/12368ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/23] ports/12371ports Request for add patch: gnome-core: GNOME o [1999/06/23] bin/12375 mv(1) cannot inherit the file flags. o [1999/06/24] misc/12376 When mounting NFS dirs, /etc/rc doesn't g o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/25] kern/12385 Patch to add bridging support to if_vr.c o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/26] ports/12403ports ssh port has undocumented X11 dependency o [1999/06/26] ports/12404ports Update port: graphics/gphoto to 0.3.2 o [1999/06/26] ports/12406ports New port for the LAM implementation of th o [1999/06/27] kern/12409 add some more chipset models by NVidia to o [1999/06/27] bin/12421 sysinstall label fails o [1999/06/27] ports/12424ports Update Ports:x11-wm/windowmaker-i18n to 0 o [1999/06/28] ports/12430ports New port: japanese/vfxdvik o [1999/06/28] bin/12431 f2c works incorrectly with arguments of s o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/06/28] docs/12435 doc allied telesys is now allied telesyn o [1999/06/28] bin/12437 brian Off-by-1 error and incorrect man page for o [1999/06/28] docs/12440 doc added an example to diff(1) man page o [1999/06/29] ports/12447ports new port : x11-toolkit/pike-Gtk o [1999/06/29] ports/12449billf Update ports/net/ethereal to version 0.6. o [1999/06/29] ports/12451ports New port: japanese/mutt o [1999/06/29] ports/12456chuckr graphics/xpdf: small fixes o [1999/06/30] bin/12461 it's handy to be able to send syslog mess o [1999/06/30] bin/12467 wollman ac(8) does not accept input from stdin o [1999/07/01] kern/12475 ctrl,shift,alt keys can be used as alock o [1999/07/01] bin/12477 New fortune o [1999/07/02] docs/12486 mpp listing of (56) utilities in /bin:/sbin:/ o [1999/07/02] ports/12488billf textproc/htdig compiles with -lc_r, shoul o [1999/07/02] bin/12489 /sbin/route exits with 0 on some errors o [1999/07/02] ports/12490ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492ports port misc/diction should be moved to text o [1999/07/03] kern/12495 3.1 install fails to detect Toshiba CDROM o [1999/07/03] ports/12503ports New Port: Willows toolkit (developers rel o [1999/07/04] ports/12513ports New ports: japanese/dbskkd-cdb o [1999/07/04] ports/12514ports Update ports: japanese/skkserv, kickup sc o [1999/07/04] ports/12515jfitz p5-Apache/scripts/install_httpd needs fix o [1999/07/05] ports/12518ports new port: ifmail-os-2.14.7 o [1999/07/05] ports/12522ports New port: cos o [1999/07/05] ports/12523ports New port: jdbcpool f [1999/07/05] misc/12526 fseek(f,o,SEEK_CUR) broken on large files o [1999/07/05] bin/12528 [PATCH] tip's "tipout" child doesn't alwa o [1999/07/06] ports/12530ports squid22 port with --enable-ipf-transparen o [1999/07/06] ports/12531kris New version of dejasearch. o [1999/07/06] pending/12534gnats-adminUpdate port: russian/apache13 o [1999/07/06] ports/12535ports Submission of RAT for ports collection o [1999/07/06] ports/12536ports New port: lang/cu-prolog o [1999/07/06] kern/12543 [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/07] ports/12546jfitz Please update net/mrtg to 2.7.5 o [1999/07/07] ports/12547ports Update: net/radiusd-ciston to beta18 o [1999/07/07] ports/12548asami New 'fecth-recursive(-list)' targets in p o [1999/07/07] gnu/12550 bc overflour f [1999/07/07] bin/12554 File to go in /usr/src/usr.bin/file/Magdi o [1999/07/08] ports/12566billf a guide to pyrotechnics o [1999/07/09] ports/12569ports A recursive descent parsing framework for o [1999/07/09] bin/12570 No way to keep pkg_add from installing pr o [1999/07/09] ports/12571ports Xfig port doesn't have Ghostscript suppor o [1999/07/09] misc/12576 libc problem with getpw* functions using o [1999/07/09] ports/12581ports New port: games/linux_adom o [1999/07/09] ports/12582ports /usr/ports/www/roxen (Roxen Challenger) i o [1999/07/11] ports/12593ports Update port: editors/gedit f [1999/07/11] kern/12594 sheldonh wrong sysctl descriptions o [1999/07/11] docs/12595 doc [PATCH] New FAQ Entry: "Why shouldn't I j f [1999/07/11] ports/12596ports pidentd is unstable in 3.2 and 4.0 o [1999/07/11] ports/12597ports new port (vMac) o [1999/07/11] ports/12600ports gdevnpdl-1.6 driver has been added o [1999/07/11] ports/12603ports Port upgrade (mail/postfix) o [1999/07/11] ports/12604ports New port version: transproxy 1.0 o [1999/07/12] ports/12605ports gdevnpdl-1.6 is imported to Aladdin gs 5. o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr o [1999/07/12] docs/12610 doc fix typo in bootptab(5) manpage 1015 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 11:11:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E14EB15310 for ; Mon, 12 Jul 1999 11:11:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA37412; Mon, 12 Jul 1999 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2248E150C7; Mon, 12 Jul 1999 11:05:07 -0700 (PDT) Message-Id: <19990712180507.2248E150C7@hub.freebsd.org> Date: Mon, 12 Jul 1999 11:05:07 -0700 (PDT) From: frodef@acm.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/12611: /usr/bin/jot crashes with floating point exception Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12611 >Category: bin >Synopsis: /usr/bin/jot crashes with floating point exception >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 12 11:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Frode Vatvedt Fjeld >Release: stable >Organization: University of Tromsø, Norway >Environment: FreeBSD dslab7.cs.uit.no 3.2-STABLE FreeBSD 3.2-STABLE #31: Thu Jun 24 20:16:38 CEST 1999 frodef@dslab7.cs.uit.no:/usr/src/sys/compile/FVF-KERNEL i386 >Description: /usr/bin/jot core-dumps with a floating point exception when trying to generate a large (32-bit) random number. >How-To-Repeat: % jot -r 1 -p 4294967296 zsh: floating point exception (core dumped) jot -r 1 -p 4294967296 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 12:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E7D815163 for ; Mon, 12 Jul 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA44029; Mon, 12 Jul 1999 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2905D1504B; Mon, 12 Jul 1999 12:15:41 -0700 (PDT) Message-Id: <19990712191541.2905D1504B@hub.freebsd.org> Date: Mon, 12 Jul 1999 12:15:41 -0700 (PDT) From: reichert@numachi.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/12612: ncurses ash shipped with 3.2-R missing symbols? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12612 >Category: misc >Synopsis: ncurses ash shipped with 3.2-R missing symbols? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 12 12:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Reichert >Release: 3.2-RELEASE >Organization: >Environment: FreeBSD john-whorfin.rivalworks.com 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Jun 3 12:37:43 EDT 1999 reichert@lord-john-whorfin.rivalworks.com:/usr/src/sys/compile/DESKTOP i386 >Description: Which building a nscurses-based perl module, I get the error: Undefined symbol "acs_map" at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. Research reveals: john-whorfin% nm /usr/lib/libncurses.* | grep acs_map U acs_map 00000200 C acs_map 000108d8 B acs_map 000108d8 B acs_map /usr/include/ncurses.h contains 'extern chtype acs_map[]', but nothing seems to define it... >How-To-Repeat: Try to build the perl module Curses-1.02 with the hint file hints/c-freebsd.ncurses.h >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 12:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from george.lbl.gov (george.lbl.gov [131.243.2.12]) by hub.freebsd.org (Postfix) with ESMTP id AF6A11507E for ; Mon, 12 Jul 1999 12:40:00 -0700 (PDT) (envelope-from jin@george.lbl.gov) Received: (from jin@localhost) by george.lbl.gov (8.9.3/8.9.2) id MAA10243; Mon, 12 Jul 1999 12:39:54 -0700 (PDT) Date: Mon, 12 Jul 1999 12:39:54 -0700 (PDT) Message-Id: <199907121939.MAA10243@george.lbl.gov> From: jin@george.lbl.gov To: nate@mt.sri.com Subject: Re: kern/11984: pthread_kill cannot kill select() threads, etc. Cc: freebsd-bugs@FreeBSD.ORG, j_guojun@lbl.gov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nate, I just checked out the 3.2-SNAP-19990708, and the problem still remaining. What would you like to do? -Jin } > } Note, according the PR, you are running: } > } } > } >Release: FreeBSD 3.2-RELEASE i386 } > } } > } > } > } > By tracing downto c_r library, two problems have been found: } > } > } > } > (1) pthread_exit(void *status) } ... } > } Which version of FreeBSD are you using? In 3.0, it was a char, so I'll } > } bet you are using a buggy version of the library. Please update to a } > } more recent version, which has these bugs fixed. } > } > Sorry for the confusion. That was in 2.2.8-RELEASE. The problem is the } > gdb get core dump under 3.2-RELEASE when attach the hanging process, } > so I did debugging under 2.2.8-RELEASE. } } The GDB bug was fixed in 3.2-stable right after the release, so please } upgrade to 3.2-stable. } } > Yes, part of the problem 1 is fixed in 3.2-RELEASE, but the flags is not } > checked any where, which causes problem 2 still in 3.2. } } Can you check out the stock code, and if it's still a problem followup } on this PR? } } > If you agree this logic, I will examine the code and add this conditional } > code to fix the problem. } } Let's wait until after you upgrade, and see if the problem still } exists. It's possible it may have been fixed some other way. } } } Thanks! } } Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 16:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C794A14E91 for ; Mon, 12 Jul 1999 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA84497; Mon, 12 Jul 1999 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 16:30:02 -0700 (PDT) Message-Id: <199907122330.QAA84497@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bob Bishop Subject: Re: bin/10985: make .NOTPARALLEL special target is broken[PATCH] Reply-To: Bob Bishop Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10985; it has been noted by GNATS. From: Bob Bishop To: hoek@FreeBSD.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/10985: make .NOTPARALLEL special target is broken[PATCH] Date: Tue, 13 Jul 1999 00:08:43 +0000 Hi, >> >> How-To-Repeat >> >> `make -jn -dj' with and without .NOTPARALLEL: in the >> Makefile > >Could you give an example Makefile where .NOTPARRALLEL doesn't work? >The .NOTPARRALLEL seems to work for me. Include the specific arguments >given to make(1), please. OK, it's not quite straightforward. Unshar the following... # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # subdir # makefile # subdir/makefile # subdir/thing # echo c - subdir mkdir -p subdir > /dev/null 2>&1 echo x - makefile sed 's/^X//' >makefile << 'END-of-makefile' X.NOTPARALLEL: X Xall: FRC X cd subdir; make X XFRC: END-of-makefile echo x - subdir/makefile sed 's/^X//' >subdir/makefile << 'END-of-subdir/makefile' Xall: thing1 thing2 X Xthing1: FRC X cp thing thing1 X Xthing2: FRC X cp thing thing2 X XFRC: END-of-subdir/makefile echo x - subdir/thing sed 's/^X//' >subdir/thing << 'END-of-subdir/thing' XAny old thing END-of-subdir/thing exit # end of shar ...and try 'make -j2 -dj' at the top, with and without the .NOTPARALLEL. The problem is that the .NOTPARALLEL message isn't correctly passed to the submake. Try adding a .NOTPARALLEL in subdir/makefile, this will work. The patch in the PR fixes the problem, but I haven't tested it with remote (as opposed to SMP) parallel builds (I have no idea whether remote builds work anyway). -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 16:56:14 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from sydmime1.comtech.com.au (sydmime1.comtech.com.au [148.182.224.34]) by hub.freebsd.org (Postfix) with ESMTP id A6E85152CA for ; Mon, 12 Jul 1999 16:56:08 -0700 (PDT) (envelope-from mkoo@comtech.com.au) Received: from internet.comtech.com.au (unverified) by sydmime1.comtech.com.au (Content Technologies SMTPRS 4.0.1) with SMTP id for ; Tue, 13 Jul 1999 09:36:57 +1000 Received: by internet.comtech.com.au(Lotus SMTP MTA v4.6.3 (778.2 1-4-1999)) id 4A2567AC.008207A0 ; Tue, 13 Jul 1999 09:40:16 +1000 X-Lotus-FromDomain: COM TECH From: mkoo@comtech.com.au To: freebsd-bugs@freebsd.org Message-ID: <4A2567AC.0082065C.00@internet.comtech.com.au> Date: Tue, 13 Jul 1999 09:36:24 +1000 Subject: Y@K Compliance Issue! Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! We have servers running on FreeBSD 2.2.6 and 2.2.7. Is there any patch releases for Y2K compliance? or do we need to just hack the code as given in your WWW page. Your assistance would be greatly appreciated. Thanks very much. Regards, Martin Koo ====================================================================== This email message has been swept by MIMEsweeper. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 17:11: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FF2C14EA6 for ; Mon, 12 Jul 1999 17:10:57 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA87312; Mon, 12 Jul 1999 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 17:10:02 -0700 (PDT) Message-Id: <199907130010.RAA87312@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Juergen Lock Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Reply-To: Juergen Lock Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11945; it has been noted by GNATS. From: Juergen Lock To: Matthew Jacob Cc: Juergen Lock , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Date: Tue, 13 Jul 1999 01:55:59 +0200 On Fri, Jun 04, 1999 at 09:51:29AM -0700, Matthew Jacob wrote: > > > sa0 at ncr0 bus 0 target 5 lun 0 > > sa0: Removable Sequential Access SCSI-2 device > > sa0: 4.901MB/s transfers (4.901MHz, offset 8) > > Okay. Another one: (3.2-stable, made world a few days ago) mt ret(ension) hangs, here: (no tape movements at all) bash# gdb /kernel /dev/mem GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or 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. This GDB was configured as "i386-unknown-freebsd"... IdlePTD 3100672 initial pcb at a06000 panic messages: --- --- #0 mi_switch () at ../../kern/kern_synch.c:825 825 if (switchtime.tv_sec) (kgdb) proc 13768 (kgdb) bt #0 mi_switch () at ../../kern/kern_synch.c:825 #1 0xc015f425 in tsleep (ident=0xc07ed628, priority=16, wmesg=0xc0224de5 "cbwait", timo=0) at ../../kern/kern_synch.c:443 #2 0xc01225fd in cam_periph_ccbwait (ccb=0xc07ed600) at ../../cam/cam_periph.c:720 #3 0xc012270a in cam_periph_runccb (ccb=0xc07ed600, error_routine=0xc0128144 , camflags=CAM_FLAG_NONE, sense_flags=0, ds=0xc07ee824) at ../../cam/cam_periph.c:809 #4 0xc012923d in saretension (periph=0xc07e5180) at ../../cam/scsi/scsi_sa.c:2947 #5 0xc0126d60 in saioctl (dev=3585, cmd=2148035841, arg=0xc3ba7ed0 "\017", flag=1, p=0xc3b6ba40) at ../../cam/scsi/scsi_sa.c:979 #6 0xc018d753 in spec_ioctl (ap=0xc3ba7e0c) at ../../miscfs/specfs/spec_vnops.c:424 #7 0xc018cffd in spec_vnoperate (ap=0xc3ba7e0c) at ../../miscfs/specfs/spec_vnops.c:129 #8 0xc01c5c6d in ufs_vnoperatespec (ap=0xc3ba7e0c) at ../../ufs/ufs/ufs_vnops.c:2317 #9 0xc0187e41 in vn_ioctl (fp=0xc09ed500, com=2148035841, data=0xc3ba7ed0 "\017", p=0xc3b6ba40) at vnode_if.h:395 #10 0xc0168884 in ioctl (p=0xc3b6ba40, uap=0xc3ba7f84) at ../../kern/sys_generic.c:564 #11 0xc01f30af in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 3, tf_esi = -1077945700, tf_ebp = -1077945752, tf_isp = -1011187756, tf_ebx = 134524652, tf_edx = 15, tf_ecx = 134518159, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 671702344, tf_cs = 31, tf_eflags = 515, tf_esp = -1077946156, tf_ss = 39}) at ../../i386/i386/trap.c:1123 #12 0xc01e53dc in Xint0x80_syscall () #13 0x80486e5 in ?? () (kgdb) q bash# exit Script done on Tue Jul 13 01:19:05 1999 And about the failing mt blocksize etc., would it help if i build a 2.1-stable kernel (where all this worked) with options SCSIDEBUG and try to trace the scsi commands? (if SCSIDEBUG allows that, i don't know...) Regards, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 17:15:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDAB314EA6; Mon, 12 Jul 1999 17:15:27 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA87650; Mon, 12 Jul 1999 17:14:00 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Date: Mon, 12 Jul 1999 17:14:00 -0700 (PDT) From: Message-Id: <199907130014.RAA87650@freefall.freebsd.org> To: tich@ma.ikos.com, luoqi@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12283: 3-way and 4-way SMP won't boot in 19990604-CURRENT and later Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3-way and 4-way SMP won't boot in 19990604-CURRENT and later State-Changed-From-To: open->closed State-Changed-By: luoqi State-Changed-When: Mon Jul 12 17:12:48 PDT 1999 State-Changed-Why: Fix commited on 6/23/99 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 17:21:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1597A15250 for ; Mon, 12 Jul 1999 17:21:48 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA87988; Mon, 12 Jul 1999 17:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 17:20:03 -0700 (PDT) Message-Id: <199907130020.RAA87988@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Jacob Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Reply-To: Matthew Jacob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11945; it has been noted by GNATS. From: Matthew Jacob To: Juergen Lock Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Date: Mon, 12 Jul 1999 17:12:04 -0700 (PDT) Oops- sorry, you're right, I do know this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 17:21:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBD6515198 for ; Mon, 12 Jul 1999 17:21:47 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA87983; Mon, 12 Jul 1999 17:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 17:20:02 -0700 (PDT) Message-Id: <199907130020.RAA87983@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Jacob Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Reply-To: Matthew Jacob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11945; it has been noted by GNATS. From: Matthew Jacob To: Juergen Lock Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Date: Mon, 12 Jul 1999 17:10:08 -0700 (PDT) I need more context than this. What's interesting is that I monitor bugs being filed and I didn't see this. On Tue, 13 Jul 1999, Juergen Lock wrote: > On Fri, Jun 04, 1999 at 09:51:29AM -0700, Matthew Jacob wrote: > > > > > sa0 at ncr0 bus 0 target 5 lun 0 > > > sa0: Removable Sequential Access SCSI-2 device > > > sa0: 4.901MB/s transfers (4.901MHz, offset 8) > > > > Okay. > > Another one: (3.2-stable, made world a few days ago) > > mt ret(ension) hangs, here: (no tape movements at all) > > bash# gdb /kernel /dev/mem > GNU gdb 4.18 > Copyright 1998 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or 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. > This GDB was configured as "i386-unknown-freebsd"... > IdlePTD 3100672 > initial pcb at a06000 > panic messages: > --- > --- > #0 mi_switch () at ../../kern/kern_synch.c:825 > 825 if (switchtime.tv_sec) > (kgdb) proc 13768 > (kgdb) bt > #0 mi_switch () at ../../kern/kern_synch.c:825 > #1 0xc015f425 in tsleep (ident=0xc07ed628, priority=16, > wmesg=0xc0224de5 "cbwait", timo=0) at ../../kern/kern_synch.c:443 > #2 0xc01225fd in cam_periph_ccbwait (ccb=0xc07ed600) > at ../../cam/cam_periph.c:720 > #3 0xc012270a in cam_periph_runccb (ccb=0xc07ed600, > error_routine=0xc0128144 , camflags=CAM_FLAG_NONE, sense_flags=0, > ds=0xc07ee824) at ../../cam/cam_periph.c:809 > #4 0xc012923d in saretension (periph=0xc07e5180) > at ../../cam/scsi/scsi_sa.c:2947 > #5 0xc0126d60 in saioctl (dev=3585, cmd=2148035841, arg=0xc3ba7ed0 "\017", > flag=1, p=0xc3b6ba40) at ../../cam/scsi/scsi_sa.c:979 > #6 0xc018d753 in spec_ioctl (ap=0xc3ba7e0c) > at ../../miscfs/specfs/spec_vnops.c:424 > #7 0xc018cffd in spec_vnoperate (ap=0xc3ba7e0c) > at ../../miscfs/specfs/spec_vnops.c:129 > #8 0xc01c5c6d in ufs_vnoperatespec (ap=0xc3ba7e0c) > at ../../ufs/ufs/ufs_vnops.c:2317 > #9 0xc0187e41 in vn_ioctl (fp=0xc09ed500, com=2148035841, > data=0xc3ba7ed0 "\017", p=0xc3b6ba40) at vnode_if.h:395 > #10 0xc0168884 in ioctl (p=0xc3b6ba40, uap=0xc3ba7f84) > at ../../kern/sys_generic.c:564 > #11 0xc01f30af in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 3, > tf_esi = -1077945700, tf_ebp = -1077945752, tf_isp = -1011187756, > tf_ebx = 134524652, tf_edx = 15, tf_ecx = 134518159, tf_eax = 54, > tf_trapno = 12, tf_err = 2, tf_eip = 671702344, tf_cs = 31, > tf_eflags = 515, tf_esp = -1077946156, tf_ss = 39}) > at ../../i386/i386/trap.c:1123 > #12 0xc01e53dc in Xint0x80_syscall () > #13 0x80486e5 in ?? () > (kgdb) q > bash# exit > > > Script done on Tue Jul 13 01:19:05 1999 > > And about the failing mt blocksize etc., would it help if i build a > 2.1-stable kernel (where all this worked) with options SCSIDEBUG > and try to trace the scsi commands? (if SCSIDEBUG allows that, i > don't know...) > > Regards, > -- > Juergen Lock > (remove dot foo from address to reply) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 17:27:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 3BB8D150B2 for ; Mon, 12 Jul 1999 17:27:48 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id RAA09021; Mon, 12 Jul 1999 17:26:59 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Mon, 12 Jul 1999 17:26:59 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: mkoo@comtech.com.au Cc: freebsd-bugs@freebsd.org Subject: Re: Y@K Compliance Issue! In-Reply-To: <4A2567AC.0082065C.00@internet.comtech.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 13 Jul 1999 mkoo@comtech.com.au wrote: > Hi! > > We have servers running on FreeBSD 2.2.6 and 2.2.7. > Is there any patch releases for Y2K compliance? or do we need to just hack the > code as given in your WWW page. > Your assistance would be greatly appreciated. > Thanks very much. Those are very old versions of FreeBSD, and contain several problem unrelated to y2k, in addition to a few y2k problems (notably, in cvs). You should in all likelihood upgrade to 3.2-Stable. Good luck, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 17:30: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8749514CE0 for ; Mon, 12 Jul 1999 17:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA88511; Mon, 12 Jul 1999 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 17:30:01 -0700 (PDT) Message-Id: <199907130030.RAA88511@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Luoqi Chen Subject: Re: kern/12508: gdb fails to vmcore.0 Reply-To: Luoqi Chen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12508; it has been noted by GNATS. From: Luoqi Chen To: freebsd-gnats-submit@freebsd.org, assar@sics.se Cc: Subject: Re: kern/12508: gdb fails to vmcore.0 Date: Mon, 12 Jul 1999 20:23:21 -0400 Gdb source was mislabelled for 3.2-RELEASE build, please update to a more recent version. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 17:34:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id CE6CE15034 for ; Mon, 12 Jul 1999 17:34:03 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.8.7/8.8.7) with ESMTP id RAA03312; Mon, 12 Jul 1999 17:33:55 -0700 Date: Mon, 12 Jul 1999 17:33:51 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Juergen Lock Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus In-Reply-To: <199907130010.RAA87312@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Okay- I took the time to analyze this better. Sorry for the delay. This bug report mentions several items. > 1. mt bl(ocksize) stopped working, regardless what blocksize > i try i only get > > mt: /dev/nrsa0: blocksize: Invalid argument > > and on the console: > > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). >CDB: 15 0 0 0 > c 0 > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): ILLEGAL REQUEST >asc:26,0 > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): Invalid field in >parameter lis > t sks:8f,4 Clearly this works for me and others in a variety contexts. The key point here is to try and figure out why this particular tape drive/tape doesn't like this- this is offset 4 of the parameters, and this is the mode data: 0x00 0x00 0x10 0x08 0x7f 0x00 0x00 0x00 0x00 0x00 0x02 0x00 So, this so called SCSI-2 device, sa0: Removable Sequential Access SCSI-2 device can't cope with the SCSI-2 density code that means "use the same density as was set before". This is around line 2520: if (params_to_set & SA_PARAM_DENSITY) { mode_blk->density = density; } else if (softc->scsi_rev > SCSI_REV_CCS) { mode_blk->density = SCSI_SAME_DENSITY; } else { mode_blk->density = softc->media_density; } try changing the code to: if (params_to_set & SA_PARAM_DENSITY) { mode_blk->density = density; } else { mode_blk->density = softc->media_density; } and see what happens. > > 2. mt erase fails similarly (I don't have the syslog right > now, sorry) Possibly due to the same cause. > > 3. depending on factors i haven't found out, trying to read > after a BLANK CHECK on some tapes ends up hanging the entire > SCSI bus, printing this on the console: > > ncr0: SCSI phase error fixup: CCB already dequeued (0xf07e1200) > > followed by several of > ncr0: timeout nccb=0xf0xxxxxx (skip) > > and > > vm_fault: pager read error, pid xxx (process) This sounds like a bug in the ncr driver to me. > > CAMDEBUG tells me on the tapes where it hangs it does > five LOAD UNLOAD commands (the first rewinds the tape) while > normally it does only one LOAD UNLOAD. I can send the full > CAMDEBUG output of the working case if that helps... This was an attempt to try and rerun commands that *can* be rerun if they fail. All of the commands that have a known tape position at the end of the command can do this, but perhaps should not. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 17:40: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC135150B1 for ; Mon, 12 Jul 1999 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA89271; Mon, 12 Jul 1999 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 12 Jul 1999 17:40:02 -0700 (PDT) Message-Id: <199907130040.RAA89271@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: bin/10985: make .NOTPARALLEL special target is broken[PATCH] Reply-To: Tim Vanderhoek Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10985; it has been noted by GNATS. From: Tim Vanderhoek To: Bob Bishop Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/10985: make .NOTPARALLEL special target is broken[PATCH] Date: Mon, 12 Jul 1999 20:39:12 -0400 On Tue, Jul 13, 1999 at 12:08:43AM +0000, Bob Bishop wrote: > [...] > X.NOTPARALLEL: > X > Xall: FRC > X cd subdir; make Cut'n'Paste error. You lost some tabs here. > ...and try 'make -j2 -dj' at the top, with and without the .NOTPARALLEL. > The problem is that the .NOTPARALLEL message isn't correctly passed to the > submake. Try adding a .NOTPARALLEL in subdir/makefile, this will work. The > patch in the PR fixes the problem, but I haven't tested it with remote (as > opposed to SMP) parallel builds (I have no idea whether remote builds work I'm not too worried about remote builds, since the code for remote doesn't even exist in our sorce base. I don't even know where it went away too. I'm extremely surprised that the patch in this PR fixes the problem. I haven't tested it. It's not clear to me how it solves the problem, but I guess I'll have to find-out eventually... :-) I'm really not sure this is even a bug. It seems to me that .NOTPARALLEL should only apply to the current invocation of make. Consider the case where I have a top-level makefile that isn't -j safe. However, it makes several programs, and individually, those programs are -j safe. Or, consider this case: (using psuedo-makefile code) top-level makefile: all: prog1 prog2 prog3 prog1: cd prog1_dir; ${MAKE} prog2: cd prog2_dir; ${MAKE} prog3: cd prog3_dir; ${MAKE} Now, suppose that all the makefiles here are technically -j safe. However, if I use -j3 on the top makefile, I will _effectively_ be using -j9, since the -j3 will propogate three times to each submake. To solve this problem, I need to add .NOTPARALLEL to the top-level makefile. I think that what you are trying to accomplish with the patch in this PR can already be done in my. Try using this, .MAKEFLAGS: -B Or, more correctly, you should probably be using this, .MAKEFLAGS: -j1 but that will have a slightly different effect from your patch (that is, with regards to compatMake). Does this solve the problem better? -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 17:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1431152DB for ; Mon, 12 Jul 1999 17:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA89997; Mon, 12 Jul 1999 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from not.there.com (mg131-151.ricochet.net [204.179.131.151]) by hub.freebsd.org (Postfix) with ESMTP id BEC1615256 for ; Mon, 12 Jul 1999 17:46:27 -0700 (PDT) (envelope-from mconst@not.there.com) Received: (from mconst@localhost) by not.there.com (8.9.3/8.9.3) id RAA01440; Mon, 12 Jul 1999 17:40:28 -0700 (PDT) (envelope-from mconst) Message-Id: <199907130040.RAA01440@not.there.com> Date: Mon, 12 Jul 1999 17:40:28 -0700 (PDT) From: Michael Constant Reply-To: mconst@csua.berkeley.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12613: [patch] apm reports wrong resume time Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12613 >Category: bin >Synopsis: [patch] apm reports wrong resume time >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 12 17:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Constant >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: Thinkpad 570 running 4.0-CURRENT, last updated July 11, 1999. >Description: (This is a different apm problem than the one I sent out a patch for a few minutes ago.) After using "apm -r" to set a resume timer, you can view the timer by running apm. However, the time apm reports is often wrong -- a bug in apm's bcd2int function causes incorrect output when any time or date fields have trailing zeros, and an incompletely initialized struct tm sometimes causes the hour to be off by one. >How-To-Repeat: This is most easily noticed as a year 2000 problem, since all dates in 2000 will trigger the bug: $ apm -r20000000 $ apm APM version: 1.2 APM Managment: Enabled AC Line status: on-line Battery status: high Remaining battery life: 100% Remaining battery time: unknown Number of batteries: 2 Resume timer: Wed Dec 31 15:59:59 1969 <==== that's not right! Resume on ring indicator: disabled APM Capacities: global standby state global suspend state resume timer from suspend >Fix: The following patch fixes both problems, and also makes the bcd2int routine look much more like the (correct) int2bcd routine. --- /usr/src/usr.sbin/apm/apm.c.orig Fri Sep 4 09:08:54 1998 +++ /usr/src/usr.sbin/apm/apm.c Mon Jul 12 17:20:56 1999 @@ -66,13 +66,15 @@ bcd2int(int bcd) { int retval = 0; + int place = 1; if (bcd > 0x9999) return -1; while (bcd) { - retval = retval * 10 + ((bcd & 0xf000) >> 12); - bcd = (bcd & 0xfff) << 4; + retval += (bcd & 0xf) * place; + bcd >>= 4; + place *= 10; } return retval; } @@ -194,6 +198,7 @@ tm.tm_mday = bcd2int(xl(args.esi)); tm.tm_mon = bcd2int(xh(args.esi)) - 1; tm.tm_year = bcd2int(args.edi) - 1900; + tm.tm_isdst = -1; if (cmos_wall) t = mktime(&tm); else >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 18: 1:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 441051509A for ; Mon, 12 Jul 1999 18:01:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90602; Mon, 12 Jul 1999 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from not.there.com (mg131-151.ricochet.net [204.179.131.151]) by hub.freebsd.org (Postfix) with ESMTP id 2DC7F15256 for ; Mon, 12 Jul 1999 17:52:44 -0700 (PDT) (envelope-from mconst@not.there.com) Received: (from mconst@localhost) by not.there.com (8.9.3/8.9.3) id RAA01409; Mon, 12 Jul 1999 17:40:25 -0700 (PDT) (envelope-from mconst) Message-Id: <199907130040.RAA01409@not.there.com> Date: Mon, 12 Jul 1999 17:40:25 -0700 (PDT) From: Michael Constant Reply-To: mconst@csua.berkeley.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12614: [patch] apm -r doesn't respect wall_cmos_clock Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12614 >Category: bin >Synopsis: [patch] apm -r doesn't respect wall_cmos_clock >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 12 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Constant >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: Thinkpad 570 running 4.0-CURRENT, last updated July 11, 1999. >Description: apm -r sets the machine to wake up from suspend mode after the specified number of seconds. However, it always calculates the time to wake up in UTC, even if the machine's CMOS clock uses wall time. The effect is that apm -r will wake up your machine either several hours too late (if you're west of Greenwich) or not at all (if you're east). /usr/src/usr.sbin/apm/apm.c includes code to correctly set the wakeup time on wall_cmos_clock machines, controlled by the variable "cmos_wall". It never actually sets that variable, though, so it always uses the code path for UTC CMOS clock machines. I've included a patch for apm below. >How-To-Repeat: $ ls -l /etc/wall_cmos_clock -rw-r--r-- 1 root wheel 0 Jun 19 19:45 /etc/wall_cmos_clock $ apm APM version: 1.2 APM Managment: Enabled AC Line status: on-line Battery status: charging Remaining battery life: 92% Remaining battery time: unknown Number of batteries: 2 Resume timer: disabled Resume on ring indicator: disabled APM Capacities: global standby state global suspend state resume timer from suspend $ apm -r30 $ zzz The machine suspends, but does not resume 30 seconds later. >Fix: The following patch fixes the problem. Note: when testing apm (with or without this patch), do not trust the "Resume timer:" line it sometimes outputs. That's also broken, and I've submitted a patch for it as a separate PR. --- /usr/src/usr.sbin/apm/apm.c.orig Fri Sep 4 09:08:54 1998 +++ /usr/src/usr.sbin/apm/apm.c Sat Jul 10 22:22:57 1999 @@ -18,6 +18,8 @@ "$Id: apm.c,v 1.14 1998/09/04 16:08:54 imp Exp $"; #endif /* not lint */ +#include +#include #include #include #include @@ -288,7 +290,12 @@ int display = 0, batt_life = 0, ac_status = 0, standby = 0; int batt_time = 0, delta = 0; char *cmdname; + size_t cmos_wall_len; + cmos_wall_len = sizeof cmos_wall; + if (sysctlbyname("machdep.wall_cmos_clock", &cmos_wall, &cmos_wall_len, + NULL, 0) == -1) + err(1, "sysctlbyname machdep.wall_cmos_clock"); if ((cmdname = strrchr(argv[0], '/')) != NULL) cmdname++; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 12 19:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 642FE14F2B for ; Mon, 12 Jul 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA96529; Mon, 12 Jul 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 97F1E14C4A; Mon, 12 Jul 1999 19:00:43 -0700 (PDT) Message-Id: <19990713020043.97F1E14C4A@hub.freebsd.org> Date: Mon, 12 Jul 1999 19:00:43 -0700 (PDT) From: nara@magewar.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12617: thread library bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12617 >Category: kern >Synopsis: thread library bug >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 12 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jiho Kim >Release: 3.2 >Organization: Mari Telecom >Environment: FreeBSD arch9.magewar.com 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Mon May 24 05:44:59 PDT 1999 root@arch4a.magewar.com:/usr/src/sys/compile/ARCHMAGE i386 >Description: i used gdb on mysql and find quite interesting result. here is log from gdb. arch9# gdb /usr/local/libexec/mysqld mysqld.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or 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. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... Core was generated by `mysqld'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libc_r.so.3...(no debugging symbols found)... done. Reading symbols from /usr/lib/libcrypt.so.2...(no debugging symbols found)... done. Reading symbols from /usr/lib/libstdc++.so.2...(no debugging symbols found)... done. Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done. Reading symbols from /usr/lib/libc.so.3...(no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)... done. #0 0x281531f1 in _mutex_notify_priochange () from /usr/lib/libc_r.so.3 (gdb) up #1 0x28152323 in pthread_mutex_lock () from /usr/lib/libc_r.so.3 (gdb) up #2 0x28162aa9 in localtime_r () from /usr/lib/libc_r.so.3 (gdb) up #3 0x8064d18 in Field_timestamp::val_str () (gdb) up #4 0x804b88a in Item_field::str () (gdb) it seems to me that there is VERY SERIOUS problem in libc_r and thread library. it was fine in RELEASE-3.1, but, in RELEASE-3.2, it isn't. Jiho Kim nara@magewar.com http://archmage.magewar.com/archmage >How-To-Repeat: do heavy load on mysql >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 3:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B755814FBA for ; Tue, 13 Jul 1999 03:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA44084; Tue, 13 Jul 1999 03:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 13 Jul 1999 03:10:02 -0700 (PDT) Message-Id: <199907131010.DAA44084@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Niall Smart Subject: Re: bin/12578: `` subshell taints PWD Reply-To: Niall Smart Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12578; it has been noted by GNATS. From: Niall Smart To: Sheldon Hearn Cc: hackers@freebsd.org, bugs@freebsd.org Subject: Re: bin/12578: `` subshell taints PWD Date: Mon, 12 Jul 1999 18:37:13 +0000 Sheldon Hearn wrote: > cd /tmp > echo .`cd /`. > pwd > > Any takers? The patch appended seems to fix this, I'd like someone familiar with sh to review it though, since this may be symptomatic of a general problem with command substitution. > PS: And no, this is not an invitation to chat about the default shell > for the base system. :-) You're hinting it should be /bin/sh for root, right? Regards, Niall *** eval.c~ Mon May 10 16:10:16 1999 --- eval.c Mon Jul 12 18:27:44 1999 *************** *** 710,715 **** --- 710,716 ---- && ((flags & EV_EXIT) == 0 || Tflag)) || ((flags & EV_BACKCMD) != 0 && (cmdentry.cmdtype != CMDBUILTIN + || cmdentry.u.index == CDCMD || cmdentry.u.index == DOTCMD || cmdentry.u.index == EVALCMD))) { jp = makejob(cmd, 1); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 3:20:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50ECA14D70; Tue, 13 Jul 1999 03:20:41 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA45309; Tue, 13 Jul 1999 03:19:01 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 13 Jul 1999 03:19:01 -0700 (PDT) From: Message-Id: <199907131019.DAA45309@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12578: `cd somewhere` changes current working directory in /bin/sh scripts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: `cd somewhere` changes current working directory in /bin/sh scripts State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Tue Jul 13 03:17:53 PDT 1999 State-Changed-Why: Could you try Niall Smart's patch to src/bin/sh/eval.c and provide feedback? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 3:51:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7ACA152AD for ; Tue, 13 Jul 1999 03:51:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA49002; Tue, 13 Jul 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 13 Jul 1999 03:50:02 -0700 (PDT) Message-Id: <199907131050.DAA49002@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/12611: /usr/bin/jot crashes with floating point exception Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12611; it has been noted by GNATS. From: Sheldon Hearn To: frodef@acm.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/12611: /usr/bin/jot crashes with floating point exception Date: Tue, 13 Jul 1999 12:46:45 +0200 On Mon, 12 Jul 1999 11:05:07 MST, frodef@acm.org wrote: > >How-To-Repeat: > % jot -r 1 -p 4294967296 > zsh: floating point exception (core dumped) jot -r 1 -p 4294967296 It's not always reproducible because it relies on a random number, which might be small on any given run. However, when it does fail, I get the following: | (gdb) set args -r 1 -p 4294967296 | (gdb) run | Starting program: /usr/bin/jot -r 1 -p 4294967296 | | Program received signal SIGFPE, Arithmetic exception. | 0x804918b in putdata (x=4058183150.1194973, notlast=0) | at /usr/src/usr.bin/jot/jot.c:313 | 313 long d = x; | (gdb) back | #0 0x804918b in putdata (x=4058183150.1194973, notlast=0) | at /usr/src/usr.bin/jot/jot.c:313 | #1 0x804881e in main (argc=5, argv=0xbfbfd680) | at /usr/src/usr.bin/jot/jot.c:106 | #2 0x80486d1 in _start () It looks like a simple assignment from a long to a double. Try the following patch. Ciao, Sheldon. Index: jot.c =================================================================== RCS file: /home/ncvs/src/usr.bin/jot/jot.c,v retrieving revision 1.9 diff -u -d -r1.9 jot.c --- jot.c 1999/05/13 12:18:24 1.9 +++ jot.c 1999/07/13 10:42:06 @@ -310,8 +310,8 @@ double x; long notlast; { - long d = x; - register long *dp = &d; + double d = x; + register double *dp = &d; if (boring) /* repeated word */ printf(format); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 4: 9:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DCB314D57; Tue, 13 Jul 1999 04:09:39 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA54901; Tue, 13 Jul 1999 04:09:38 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 13 Jul 1999 04:09:38 -0700 (PDT) From: Message-Id: <199907131109.EAA54901@freefall.freebsd.org> To: frodef@acm.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12611: /usr/bin/jot crashes with floating point exception Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/bin/jot crashes with floating point exception State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Tue Jul 13 04:08:58 PDT 1999 State-Changed-Why: Waiting for submitter's feedback on supplied patch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 4:10:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D42C215219; Tue, 13 Jul 1999 04:10:14 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA55104; Tue, 13 Jul 1999 04:10:11 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 13 Jul 1999 04:10:11 -0700 (PDT) From: Message-Id: <199907131110.EAA55104@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: bin/12611: /usr/bin/jot crashes with floating point exception Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/bin/jot crashes with floating point exception Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jul 13 04:09:44 PDT 1999 Responsible-Changed-Why: Looks like I'll take this one. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 6:20:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5FAD152D5 for ; Tue, 13 Jul 1999 06:20:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA69648; Tue, 13 Jul 1999 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 13 Jul 1999 06:20:02 -0700 (PDT) Message-Id: <199907131320.GAA69648@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nick Hibma Subject: Re: kern/11196: kernel mode page fault Reply-To: Nick Hibma Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11196; it has been noted by GNATS. From: Nick Hibma To: freebsd-gnats-submit@freebsd.org, cw6738@home.com Cc: Subject: Re: kern/11196: kernel mode page fault Date: Tue, 13 Jul 1999 15:06:37 +0200 Could you send us your kernel configuration file (reply to all to this message to get the subject and addressees right)? It might be that the network driver is failing somehow. Nick -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 6:28:59 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08F9C152D5; Tue, 13 Jul 1999 06:28:57 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA70226; Tue, 13 Jul 1999 06:27:01 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Tue, 13 Jul 1999 06:27:01 -0700 (PDT) From: Message-Id: <199907131327.GAA70226@freefall.freebsd.org> To: n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: kern/11196: kernel mode page fault Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel mode page fault Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Tue Jul 13 06:26:28 PDT 1999 Responsible-Changed-Why: So I will remember to take care of it. . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 6:40:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89A6415317 for ; Tue, 13 Jul 1999 06:40:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA71512; Tue, 13 Jul 1999 06:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 13 Jul 1999 06:40:05 -0700 (PDT) Message-Id: <199907131340.GAA71512@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nick Hibma Subject: Re: bin/9064: [PATCH] propose adding `direct' option in fetch(3) Reply-To: Nick Hibma Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/9064; it has been noted by GNATS. From: Nick Hibma To: freebsd-gnats-submit@freebsd.org, clkao@CirX.ORG Cc: Subject: Re: bin/9064: [PATCH] propose adding `direct' option in fetch(3) Date: Tue, 13 Jul 1999 15:33:36 +0200 (MET DST) http://www.freebsd.org/cgi/query-pr.cgi?pr=9064 > When `make fetch', we usually add a very nearby site in > MASTER_SITE_BACKUP, and then some of the primary distfile-mirroring > sites. > The problem is that, I'd like those nearby site being fetched > directly, rather than via proxies, while the actually far sites(like > ftp.freebsd.org) go through proxies. Although I can see the use of the functionality, I have the feeling that we are into feature creep here. This functionality belongs in the proxy library, not in fetch, so it is available for all programs, IMHO. Any opinions? Nick -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 6:40:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E1E715310 for ; Tue, 13 Jul 1999 06:40:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA71505; Tue, 13 Jul 1999 06:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3F02D152F3; Tue, 13 Jul 1999 06:32:49 -0700 (PDT) Message-Id: <19990713133249.3F02D152F3@hub.freebsd.org> Date: Tue, 13 Jul 1999 06:32:49 -0700 (PDT) From: ilg@livius.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12626: Adaptec 3950 in 3.2 fails to probe disks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12626 >Category: kern >Synopsis: Adaptec 3950 in 3.2 fails to probe disks >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 13 06:40:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Liviu Ionescu >Release: 3.2-RELEASE >Organization: KPNQwest >Environment: FreeBSD buh104.ro.eu.net 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: while booting the GENERIC 3.2 kernel, although the Adaptec 3950 card is identified as a valid PCI device, attached disks are not recognized. after replacing the card with a 2940, exactly the same configuration booted without problems. as far as I remember (I don't have a 3.1 disk at hand to give it a try), exactly the same configuration worked in 3.1-RELEASE. the dmesg output for the 3950 boot follows: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Xeon/Celeron (348.49-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping=2 Features=0x183f9ff> real memory = 134217728 (131072K bytes) avail memory = 127070208 (124092K bytes) Preloaded elf kernel "kernel" at 0xc0358000. Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 fxp0: rev 0x05 int a irq 9 on pci0.6.0 fxp0: Ethernet address 00:a0:c9:fc:c6:8a chip2: rev 0x02 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip3: rev 0x02 on pci0.7.3 fxp1: rev 0x08 int a irq 10 on pci0.18.0 fxp1: Ethernet address 00:90:27:84:a0:01 ahc0: rev 0x00 int a irq 11 on pci0.20.0 ahc0: aic7896/97 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: rev 0x00 int a irq 11 on pci0.20.1 ahc1: aic7896/97 Wide Channel B, SCSI Id=7, 16/255 SCBs Probing for devices on PCI bus 1: vga0: rev 0x5c int a irq 11 on pci1.0.0 Probing for PnP devices: CSN 1 Vendor ID: CSC0225 [0x2502630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> ed0 not found at 0x280 fe0 not found at 0x300 atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 6149MB (12594960 sectors), 13328 cyls, 15 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (wd2): wd2: 31MB (64000 sectors), 500 cyls, 8 heads, 16 S/T, 512 B/S wdc1: unit 1 (wd3): wd3: 7MB (16000 sectors), 250 cyls, 4 heads, 16 S/T, 512 B/S wt0 not found at 0x300 mcd0 not found at 0x300 matcdc0 not found at 0x230 scd0 not found at 0x230 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 lpt0: on ppbus 0 lpt0: Interrupt-driven port ie0: unknown board_id: f000 ie0 not found at 0x300 ep0 not found at 0x300 ex0 not found le0 not found at 0x300 lnc0 not found at 0x280 ze0 not found at 0x300 zp0 not found at 0x300 cs0 not found at 0x300 adv0 not found at 0x330 bt_isa_probe: Probe failled for card at 0x330 bt_isa_probe: Probe failled for card at 0x334 bt_isa_probe: Probe failled for card at 0x230 bt_isa_probe: Probe failled for card at 0x234 bt_isa_probe: Probe failled for card at 0x130 bt_isa_probe: Probe failled for card at 0x134 bt0 not found at 0x134 aha0 not found at 0x134 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Waiting 15 seconds for SCSI devices to settle ahc0: Someone reset channel A (probe1:ahc0:0:1:0): SCB 0xe - timed out while idle, LASTPHASE == 0x1, SEQADDR == 0x45 (probe1:ahc0:0:1:0): Queuing a BDR SCB (probe1:ahc0:0:1:0): SCB 0xe - timed out while idle, LASTPHASE == 0x1, SEQADDR == 0x7 (probe1:ahc0:0:1:0): no longer in timeout, status = 34b ahc0: Issued Channel A Bus Reset. 15 SCBs aborted ahc0: Someone reset channel A (probe1:ahc0:0:1:0): SCB 0x1 - timed out while idle, LASTPHASE == 0x1, SEQADDR == 0x43 (probe1:ahc0:0:1:0): Queuing a BDR SCB (probe1:ahc0:0:1:0): SCB 0x1 - timed out while idle, LASTPHASE == 0x1, SEQADDR == 0x6 (probe1:ahc0:0:1:0): no longer in timeout, status = 34b ahc0: Issued Channel A Bus Reset. 2 SCBs aborted ahc0: Someone reset channel A <<>> changing root device to wd0s1a the dmesg output when using the 2940 card: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Xeon/Celeron (348.49-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping=2 Features=0x183f9ff> real memory = 134217728 (131072K bytes) avail memory = 127070208 (124092K bytes) Preloaded elf kernel "kernel" at 0xc0358000. Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 fxp0: rev 0x05 int a irq 9 on pci0.6.0 fxp0: Ethernet address 00:a0:c9:fc:c6:8a chip2: rev 0x02 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip3: rev 0x02 on pci0.7.3 fxp1: rev 0x08 int a irq 10 on pci0.18.0 fxp1: Ethernet address 00:90:27:84:a0:01 ahc0: rev 0x00 int a irq 11 on pci0.20.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs Probing for devices on PCI bus 1: vga0: rev 0x5c int a irq 11 on pci1.0.0 Probing for PnP devices: CSN 1 Vendor ID: CSC0225 [0x2502630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> ed0 not found at 0x280 fe0 not found at 0x300 atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 6149MB (12594960 sectors), 13328 cyls, 15 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (wd2): wd2: 31MB (64000 sectors), 500 cyls, 8 heads, 16 S/T, 512 B/S wdc1: unit 1 (wd3): wd3: 7MB (16000 sectors), 250 cyls, 4 heads, 16 S/T, 512 B/S wt0 not found at 0x300 mcd0 not found at 0x300 matcdc0 not found at 0x230 scd0 not found at 0x230 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 lpt0: on ppbus 0 lpt0: Interrupt-driven port ie0: unknown board_id: f000 ie0 not found at 0x300 ep0 not found at 0x300 ex0 not found le0 not found at 0x300 lnc0 not found at 0x280 ze0 not found at 0x300 zp0 not found at 0x300 cs0 not found at 0x300 adv0 not found at 0x330 bt_isa_probe: Probe failled for card at 0x330 bt_isa_probe: Probe failled for card at 0x334 bt_isa_probe: Probe failled for card at 0x230 bt_isa_probe: Probe failled for card at 0x234 bt_isa_probe: Probe failled for card at 0x130 bt_isa_probe: Probe failled for card at 0x134 bt0 not found at 0x134 aha0 not found at 0x134 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Waiting 15 seconds for SCSI devices to settle changing root device to wd0s1a da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) >How-To-Repeat: simply reboot >Fix: immediatelly after disconnecting the SCSI disk from the LVD bus (we are using a Livingston HotSwap frame) the kernel resumes the boot procedure. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 7: 4: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA99F14D94; Tue, 13 Jul 1999 07:04:02 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA73976; Tue, 13 Jul 1999 07:03:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Tue, 13 Jul 1999 07:03:41 -0700 (PDT) From: Message-Id: <199907131403.HAA73976@freefall.freebsd.org> To: clkao@CirX.ORG, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: bin/9064: [PATCH] propose adding `direct' option in fetch(3) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] propose adding `direct' option in fetch(3) State-Changed-From-To: open->analyzed State-Changed-By: n_hibma State-Changed-When: Tue Jul 13 07:02:47 PDT 1999 State-Changed-Why: Had a look at it and submitted an opinion on it. . Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Tue Jul 13 07:02:47 PDT 1999 Responsible-Changed-Why: Remember to take care of it in the next few weeks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 7:26:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 258CB14F90 for ; Tue, 13 Jul 1999 07:26:04 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id QAA84409; Tue, 13 Jul 1999 16:26:00 +0200 (CEST) (envelope-from des) To: Nick Hibma Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/9064: [PATCH] propose adding `direct' option in fetch(3) References: <199907131340.GAA71512@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 13 Jul 1999 16:25:59 +0200 In-Reply-To: Nick Hibma's message of "Tue, 13 Jul 1999 06:40:05 -0700 (PDT)" Message-ID: Lines: 12 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nick Hibma writes: > This functionality belongs in the proxy library, not in fetch, > so it is available for all programs, IMHO. What proxy library? Anyway, I have a replacement for fetch(1) in the pipeline. It's just that I seem to have this *thumb* stuck up my *butt*... :) DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 7:31:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 40ACD15345 for ; Tue, 13 Jul 1999 07:31:14 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id QAA13522; Tue, 13 Jul 1999 16:30:24 +0200 (MET DST) Date: Tue, 13 Jul 1999 16:30:22 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Dag-Erling Smorgrav Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/9064: [PATCH] propose adding `direct' option in fetch(3) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > This functionality belongs in the proxy library, not in fetch, > > so it is available for all programs, IMHO. > > What proxy library? Duh. I thought we used a shared library for that. Mea culpa. > Anyway, I have a replacement for fetch(1) in the pipeline. It's just > that I seem to have this *thumb* stuck up my *butt*... :) Any hint on what is different, better, faster, more colorful, and does it make coffee? Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 7:43: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 3419C15132 for ; Tue, 13 Jul 1999 07:43:00 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id QAA14062; Tue, 13 Jul 1999 16:42:18 +0200 (MET DST) Date: Tue, 13 Jul 1999 16:42:17 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Dag-Erling Smorgrav Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/9064: [PATCH] propose adding `direct' option in fetch(3) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Any hint on what is different, better, faster, more colorful > > It uses fetch(3) as backend, instead of reimplementing the wheel. The idea of disabling the proxy for close sites does make sense. Would it be an idea to implement it in the fetch (3) library? Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 8:20: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 298DA15331 for ; Tue, 13 Jul 1999 08:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA84665; Tue, 13 Jul 1999 08:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 13 Jul 1999 08:20:05 -0700 (PDT) Message-Id: <199907131520.IAA84665@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Justin T. Gibbs" Subject: Re: kern/12626: Adaptec 3950 in 3.2 fails to probe disks Reply-To: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12626; it has been noted by GNATS. From: "Justin T. Gibbs" To: ilg@livius.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/12626: Adaptec 3950 in 3.2 fails to probe disks Date: Tue, 13 Jul 1999 09:18:19 -0600 >>Description: >while booting the GENERIC 3.2 kernel, although the Adaptec 3950 card is identi >fied as a valid PCI device, attached disks are not recognized. It looks like you have some type of interrupt conflict in your machine, perhaps with some device on the motherboard. The 3950B has been tested in other machines and is known to work there, so my first guess is an irq/bios configuration problem. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 8:32:34 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 2F83E1516B for ; Tue, 13 Jul 1999 08:32:28 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id RAA16253 for ; Tue, 13 Jul 1999 17:32:25 +0200 (MET DST) Date: Tue, 13 Jul 1999 17:32:23 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: bugs@freebsd.org Subject: Re: kern/11196: kernel mode page fault (fwd) Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/SIGNED; BOUNDARY="-559023410-1758287264-931879943=:6764" Content-ID: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ---559023410-1758287264-931879943=:6764 Content-Type: TEXT/PLAIN; charset=us-ascii Content-ID: This sounds like a ipfw problem. One of Ugen J. S. Antsilevich, Poul-Henning Kamp, Alex Nash, Archie Cobbs. (from man page) might want to pick this up. Nick. -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy ---------- Forwarded message ---------- Date: Tue, 13 Jul 1999 10:15:31 -0500 From: Chris Wicklein To: Nick Hibma , freebsd-gnats-submit@freebsd.org Subject: Re: kern/11196: kernel mode page fault On Tue, Jul 13, 1999 at 03:06:37PM +0200, Nick Hibma wrote: > Could you send us your kernel configuration file (reply to all to this > message to get the subject and addressees right)? appended at end > > It might be that the network driver is failing somehow. > The system on which I first encountered this problem is no longer in service; the configuration file below is used on a different machine which has the same problem (verified this morning.) The original machine used dual Asante 10/100 cards (de0/de1), the new system uses an Intel 10/100 as the outside interface (fxp0) and an Asante card as the inside interface (de0.) This problem has been noted on a variety of systems; the common cause appears to be handling of the record route IP option on systems which use ipfw to divert traffic to natd. A documented case is available at http://www.nacamar.de/~patrick/ . This problem occurs on 3.1-REL, 3.2-REL, and 3.2-STA last I made world. The BROKEN_RTC_KLUDGE was necessary on the old gateway, but it is no longer used. Thank you for the response, Chris Wicklein > Nick > -- > ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy machine "i386" cpu "I586_CPU" ident "GW" maxusers 32 #options "BROKEN_RTC_KLUDGE" options "NO_F00F_HACK" options CPU_WT_ALLOC options NO_MEMORY_HOLE options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, "NFS" req'ed #options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem #options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs controller isa0 controller pnp0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 #disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 #disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM #device wfd0 #IDE Floppy (e.g. LS-120) # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. #controller ncr0 #controller ahb0 controller ahc0 #controller isp0 # This controller offers a number of configuration options, too many to # document here - see the LINT file in this directory and look up the # dpt0 entry there for much fuller documentation on this. #controller dpt0 #controller adv0 at isa? port ? cam irq ? #controller adw0 #controller bt0 at isa? port ? cam irq ? #controller aha0 at isa? port ? cam irq ? controller scbus0 device da0 #device sa0 #device pass0 #device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 #device mcd0 at isa? port 0x300 bio irq 10 #controller matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) # device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 #device sio2 at isa? port "IO_COM3" tty irq 9 # Parallel port #device ppc0 at isa? port? flags 0x40 net irq 7 #controller ppbus0 #device lpt0 at ppbus? #device plip0 at ppbus? #device ppi0 at ppbus? #controller vpo0 at ppbus? # # The following Ethernet NICs are all PCI devices. # #device ax0 # ASIX AX88140A device de0 # DEC/Intel DC21x4x (``Tulip'') device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) #device mx0 # Macronix 98713/98715/98725 (``PMAC'') #device pn0 # Lite-On 82c168/82c169 (``PNIC'') #device rl0 # RealTek 8129/8139 #device tl0 # Texas Instruments ThunderLAN #device tx0 # SMC 9432TX (83c170 ``EPIC'') #device vr0 # VIA Rhine, Rhine II #device vx0 # 3Com 3c590, 3c595 (``Vortex'') #device wb0 # Winbond W89C840F #device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 #device ep0 at isa? port 0x300 net irq 10 #device ex0 at isa? port? net irq? #device fe0 at isa? port 0x300 net irq ? #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 net irq 10 drq 0 #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device cs0 at isa? port 0x300 net irq ? pseudo-device loop pseudo-device ether pseudo-device sl 1 pseudo-device ppp 2 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory and message queues. # options SYSVSHM options SYSVMSG options SYSVSEM # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 4 #Berkeley packet filter options IPFIREWALL options IPFIREWALL_VERBOSE options "IPFIREWALL_VERBOSE_LIMIT=20" options IPDIVERT options ICMP_BANDLIM -- Chris Wicklein PGP public key: http://www.wicklein.org/~chrisw/pgp.txt ---559023410-1758287264-931879943=:6764 Content-Type: APPLICATION/PGP-SIGNATURE Content-ID: Content-Description: -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 64ER1WAPTC8V9GcjIXTRgENhZ5IL1o7+ iQA/AwUBN4tKApZq6oTAleg0EQJDIgCg+3SmxRb3MjPjetr+vzriwYwDwPkAoIhm BBc15zx07bhB/vzz3/d5QolY =pf/+ -----END PGP SIGNATURE----- ---559023410-1758287264-931879943=:6764-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 9:52:59 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 717CA14DDB for ; Tue, 13 Jul 1999 09:52:53 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA99317; Tue, 13 Jul 1999 09:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 13 Jul 1999 09:50:03 -0700 (PDT) Message-Id: <199907131650.JAA99317@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Liviu Ionescu" Subject: RE: kern/12626: Adaptec 3950 in 3.2 fails to probe disks Reply-To: "Liviu Ionescu" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12626; it has been noted by GNATS. From: "Liviu Ionescu" To: "'Justin T. Gibbs'" Cc: Subject: RE: kern/12626: Adaptec 3950 in 3.2 fails to probe disks Date: Tue, 13 Jul 1999 19:45:08 +0300 > It looks like you have some type of interrupt conflict in > your machine, > perhaps with some device on the motherboard. The 3950B has > been tested > in other machines and is known to work there, so my first guess is > an irq/bios configuration problem. visual inspection of the two configurations revealed no differences. both configurations use irq 11. ahc0: rev 0x00 int a irq 11 on pci0.20.0 ahc0: aic7896/97 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: rev 0x00 int a irq 11 on pci0.20.1 ahc1: aic7896/97 Wide Channel B, SCSI Id=7, 16/255 SCBs ahc0: rev 0x00 int a irq 11 on pci0.20.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs linux slackware 4.0 had no problems to boot and identify the scsi disk on the 3950 card. if you think a verbose boot can be of any help I can forward it to you. regards, Liviu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 10:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FE5915329 for ; Tue, 13 Jul 1999 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA04863; Tue, 13 Jul 1999 10:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nightfly.apk.net (nightfly.apk.net [207.54.149.151]) by hub.freebsd.org (Postfix) with SMTP id EFD1D15066 for ; Tue, 13 Jul 1999 10:49:22 -0700 (PDT) (envelope-from rme@nightfly.apk.net) Received: (qmail 3135 invoked by uid 1000); 13 Jul 1999 17:51:44 -0000 Message-Id: <19990713175144.3134.qmail@nightfly.apk.net> Date: 13 Jul 1999 17:51:44 -0000 From: rme@nightfly.apk.net Reply-To: rme@nightfly.apk.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/12628: trivial grammar patch to boot.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12628 >Category: misc >Synopsis: trivial grammar patch to boot.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 13 10:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: R. Matthew Emerson >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: The boot countdown timer says it will boot in 1 seconds, which is grammatically incorrect. (Picky, I know, but I'm always impressed when programs get these details right.) >How-To-Repeat: Reboot and watch boot timer count down. >Fix: *** boot.c.orig Thu May 20 01:11:00 1999 --- boot.c Thu May 20 01:12:16 1999 *************** *** 203,209 **** break; } if (ntime != otime) { ! printf("\rBooting [%s] in %d seconds... ", getbootfile(0), (int)(when - ntime)); otime = ntime; cr = 1; } --- 203,209 ---- break; } if (ntime != otime) { ! printf("\rBooting [%s] in %d second%s... ", getbootfile(0), (int)(when - ntime), (when-ntime)==1?"":"s"); otime = ntime; cr = 1; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 11:20:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 853FE1522D; Tue, 13 Jul 1999 11:20:36 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA09127; Tue, 13 Jul 1999 11:20:23 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Tue, 13 Jul 1999 11:20:23 -0700 (PDT) From: Message-Id: <199907131820.LAA09127@freefall.freebsd.org> To: ivt@crocus.gamma.ru, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/4695: pstat error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pstat error State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Tue Jul 13 11:19:43 PDT 1999 State-Changed-Why: Fixed by dg in revision 1.32 of pstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 14:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39452150B4 for ; Tue, 13 Jul 1999 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40709; Tue, 13 Jul 1999 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A7D8F150B4; Tue, 13 Jul 1999 14:48:45 -0700 (PDT) Message-Id: <19990713214845.A7D8F150B4@hub.freebsd.org> Date: Tue, 13 Jul 1999 14:48:45 -0700 (PDT) From: Russell.Ingram@sandiegoca.ncr.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12632: Panic (trap 18) with Symbios SCSI controller "../../pci/ncr.c" line 5097 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12632 >Category: kern >Synopsis: Panic (trap 18) with Symbios SCSI controller "../../pci/ncr.c" line 5097 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 13 14:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Russell Ingram >Release: 3.2 >Organization: NCR >Environment: Panic occures durring boot of install. >Description: This is the long story: We had such great success with using FreeBSD 2.2.7 on a "Pull together from scrap - PC" that the server became an essential part of our testing lab infrastructure. Now as we are improving our lab we decided to try giving FreeBSD a real server machine. The machine we are planning on hosting FreeBSD 3.2 on is a Server style PC. Intel S450NX MP motherboard (as far as I can tell). It has a Symbios 53c810 & a Symbios 53C896 (the 53c896 appears to be dual 53c896's) built onto the motherboard. It also has an Adaptec 2940 PCI card. It has 2 500 Mhz Pentium III - Xeon processors with one GIG of RAM. I've tried several configurations, but when I leave the Symbios controllers on I get a Panic during the boot from CD right after the 15 second wait for SCSI to settle. The panic line looks like: Assertion "target==ccb->ccb.h.target_id" failed:file "../../pci/ncr.c,line 5097". I currently have the CD connected to the Adaptec controller and the SCSI disks connected to the Symbios controller. I was unable to get it to attempt to boot having all SCSI devices connected to the Adaptec controller with the Symbios disabled. This box is supported by NCR with LINUX installed. I'll contact someone at the factory to determine what that configuration is. I'll be playing with this over time. That's why I listed this as a medium priority. Any suggestions as to Symbios configurations would be appreciated. >How-To-Repeat: Attempt to boot (install the os) from the CD. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 14:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E49F315042 for ; Tue, 13 Jul 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40700; Tue, 13 Jul 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from shidahara1.planet.sci.kobe-u.ac.jp (shidahara1.planet.sci.kobe-u.ac.jp [133.30.50.200]) by hub.freebsd.org (Postfix) with ESMTP id 108DA15195 for ; Tue, 13 Jul 1999 14:44:45 -0700 (PDT) (envelope-from takawata@shidahara1.planet.sci.kobe-u.ac.jp) Received: from libr.scitec.kobe-u.ac.jp (cs22225.ppp.infoweb.ne.jp [202.219.171.41]) by shidahara1.planet.sci.kobe-u.ac.jp (8.8.8+2.7Wbeta7/8.8.8) with ESMTP id GAA25016 for ; Wed, 14 Jul 1999 06:34:38 +0900 (JST) Received: (from takawata@localhost) by libr.scitec.kobe-u.ac.jp (8.9.1/3.5Wpl7) id GAA00945; Wed, 14 Jul 1999 06:42:39 +0900 (JST) Message-Id: <199907132142.GAA00945@libr.scitec.kobe-u.ac.jp> Date: Wed, 14 Jul 1999 06:42:39 +0900 (JST) From: Takanori Watanabe Reply-To: takawata@shidahara1.planet.sci.kobe-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12631: intpm driver update Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12631 >Category: kern >Synopsis: intpm driver update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 13 14:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Takanori Watanabe >Release: FreeBSD 4.0-CURRENT >Organization: Kobe Universitiy >Environment: FreeBSD/i386 4.0-CURRENTFreeBSD/i386 >Description: When any driver is on smbus and the code probe with polling code in intpm driver,intrrupt handler of intpm driver is infinitely called when all device probe is finished. >How-To-Repeat: Use with my experimental driver code,depend on mother board. >Fix: --- /home/ctm/src/sys/pci/intpm.c Tue May 11 10:23:15 1999 +++ intpm.c Fri Jun 4 00:58:03 1999 @@ -244,16 +244,18 @@ return 1; } - if(sc->isbusy&&(status&(PIIX4_SMBHSTSTAT_INTR| + if(status&(PIIX4_SMBHSTSTAT_INTR| PIIX4_SMBHSTSTAT_ERR| PIIX4_SMBHSTSTAT_BUSC| - PIIX4_SMBHSTSTAT_FAIL))){ + PIIX4_SMBHSTSTAT_FAIL)){ int tmp; - sc->isbusy=0; tmp=bus_space_read_1(sc->st,sc->sh,PIIX4_SMBHSTCNT); bus_space_write_1(sc->st,sc->sh,PIIX4_SMBHSTCNT, tmp&~PIIX4_SMBHSTCNT_INTREN); - wakeup(sc); + if(sc->isbusy){ + sc->isbusy=0; + wakeup(sc); + } return 0; } return 1;/* Not Completed*/ @@ -347,6 +349,7 @@ intsmb_stop_poll(device_t dev){ int error,i; struct intsmb_softc *sc = (struct intsmb_softc *)device_get_softc(dev); + /* * In smbtx driver ,Simply waiting. * This loops 100-200 times. @@ -371,7 +374,13 @@ return error; } } - sc->isbusy=0; + { + int tmp; + sc->isbusy=0; + tmp=bus_space_read_1(sc->st,sc->sh,PIIX4_SMBHSTCNT); + bus_space_write_1(sc->st,sc->sh,PIIX4_SMBHSTCNT, + tmp&~PIIX4_SMBHSTCNT_INTREN); + } return EIO; } /* @@ -742,6 +751,7 @@ { struct _pcsid *ep =pci_ids; u_int32_t device_id=pci_get_devid(dev); + while (ep->type && ep->type != device_id) ++ep; if(ep->desc!=NULL){ @@ -759,6 +769,7 @@ sc=(struct intpm_pci_softc *)arg; intsmb_intr(sc->smbus); intsmb_slvintr(sc->smbus); + } #endif /* NPCI > 0 */ #endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 15:31: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA99115088 for ; Tue, 13 Jul 1999 15:31:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA43290; Tue, 13 Jul 1999 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C8D4E15073; Tue, 13 Jul 1999 15:28:21 -0700 (PDT) Message-Id: <19990713222821.C8D4E15073@hub.freebsd.org> Date: Tue, 13 Jul 1999 15:28:21 -0700 (PDT) From: evmax@earthlink.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/12633: CMI8330 chip based integrated sound card produce no output Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12633 >Category: misc >Synopsis: CMI8330 chip based integrated sound card produce no output >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 13 15:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maksim Yevmenkin >Release: FreeBSD 3.2-RELEASE >Organization: AT&T >Environment: FreeBSD evmax.earthlink.net 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Mon Jul 12 21:38:08 EDT 1999 root@evmax.earthlink.net:/usr/src/sys/compile/MyKERNEL i386 >Description: CMI8330 chip based integrated sound cards produce no output to the speakers. That is because audio CD input is disabled after the card initialization. >How-To-Repeat: Get M7xx motherboard with integrated CMI8330 chip based sound card. Configure kernel for sound support and try to play audio CD. >Fix: Get cmi8330init software package and install it. Here's the URL: http://www.cslab.vt.edu/~jobaldwi/cmi8330init.tar.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 13 16:11: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18AC115352 for ; Tue, 13 Jul 1999 16:11:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA47078; Tue, 13 Jul 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by hub.freebsd.org (Postfix) with SMTP id 0C8B815306 for ; Tue, 13 Jul 1999 15:59:56 -0700 (PDT) (envelope-from jhs@jhs.muc.de) Received: (qmail 26020 invoked from network); 13 Jul 1999 23:01:01 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 13 Jul 1999 23:01:01 -0000 Received: (from jhs@localhost) by jhs.muc.de (8.9.3/8.9.3) id WAA24480; Tue, 13 Jul 1999 22:40:33 GMT (envelope-from jhs) Message-Id: <199907132240.WAA24480@jhs.muc.de> Date: Tue, 13 Jul 1999 22:40:33 GMT From: jhs@FreeBSD.ORG Reply-To: jhs@FreeBSD.ORG To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/12634: MAXSYMLINKS correct lib/libc/sys/intro.2 double sys/sys/param.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12634 >Category: bin >Synopsis: patch MAXSYMLINKS to correct intro.2 & double param.h >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 13 16:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Julian H. Stacey jhs@freebsd.org >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: I hit the MAXSYMLINKS 32 barrier, so doubled it, to allow for larger NFS networks of file systems. It should have no appreciable effect on others, except a slightly longer pause before reporting error, when recursive looping on a bad symbolic link. I also noticed man 2 intro was previously wrong & corrected it. >Description: I run a site of 10 hosts with many ports distfiles, NFS mounted on other hosts. Here's my actual example of how I hit the barrier, shown so folk won't think it's a contrived amount of links, it's simply my current site's NFS file system) : DIRECTORY SYMBOLIC LINK (or file, in last line) /usr ports -> /host/park/usr/ports /host park -> /a/park /a/park/usr/ports distfiles@ -> /pub/freebsd/distfiles/links / pub -> public / public -> site/public /site public -> domain/public /site/domain public -> this/public /site/domain this -> jhs.no_domain /site/domain/jhs.no_domain public -> ../../../host/flip/usr2/public /host flip -> /a/flip /a/flip/usr2 public@ -> ftp/public /a/flip/usr2/ftp/public/freebsd/distfiles/links/ gv-3.5.8.tar.gz -> /usr/ports/distfiles/cd.3.2/./gv-3.5.8.tar.gz /usr ports -> /host/park/usr/ports /host park -> /a/park /a/park/usr/ports distfiles@ -> /pub/freebsd/distfiles/links / pub -> public / public -> site/public /site public -> domain/public /site/domain public -> this/public /site/domain this -> jhs.no_domain /site/domain/jhs.no_domain public -> ../../../host/flip/usr2/public /host flip -> /a/flip /a/flip/usr2 public@ -> ftp/public /a/flip/usr2/ftp/public/freebsd/distfiles/links/ cd.3.2 ../cd.3.2 /a/flip/usr2/ftp/public/freebsd/distfiles 3.2-RELEASE/links /a/flip/usr2/ftp/public/freebsd/distfiles/3.2-RELEASE/links gv-3.5.8.tar.gz@ -> ../d4/gv-3.5.8.tar.gz /a/flip/usr2/ftp/public/freebsd/distfiles/3.2-RELEASE d4 -> link/d4 /a/flip/usr2/ftp/public/freebsd/distfiles/3.2-RELEASE link -> link.flip /a/flip/usr2/ftp/public/freebsd/distfiles/3.2-RELEASE link.flip -> ../../../../../../usr1/ftp/public/freebsd/ref/3.2-RELEASE/distfiles /a/flip/usr1/ftp/public/freebsd/ref/3.2-RELEASE/distfiles/d4 gv-3.5.8.tar.gz [ The real file ] >How-To-Repeat: I hit the problem doing md5 /usr/ports/distfiles/gv-3.5.8.tar.gz with the above set of links. >Fix: *** old/src/sys/sys/param.h Sat May 8 23:55:42 1999 --- new/src/sys/sys/param.h Tue Jul 13 23:10:21 1999 *************** *** 168,174 **** * infinite loops reasonably quickly. */ #define MAXPATHLEN PATH_MAX ! #define MAXSYMLINKS 32 /* Bit map related macros. */ #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) --- 168,174 ---- * infinite loops reasonably quickly. */ #define MAXPATHLEN PATH_MAX ! #define MAXSYMLINKS 64 /* Bit map related macros. */ #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) Having searched all files in /usr/src for sysparam.h, I found just: sys/i386/boot/dosboot/fbsdboot.mak sys/i386/boot/dosboot/param.h:#include "sysparam.h" & both had Control Ms in (for Dos), it thus seems highly likely this quote "A path name lookup involved more than 8 symbolic links." was never correct, it should have read "32", & I've now increased it. *** old/src/lib/libc/sys/intro.2 Fri Mar 12 11:50:36 1999 --- new/src/lib/libc/sys/intro.2 Tue Jul 13 23:44:18 1999 *************** *** 351,357 **** refused it. This usually results from trying to connect to a service that is inactive on the foreign host. .It Er 62 ELOOP Em "Too many levels of symbolic links" . ! A path name lookup involved more than 8 symbolic links. .It Er 63 ENAMETOOLONG Em "File name too long" . A component of a path name exceeded 255 .Pq Dv MAXNAMELEN --- 351,358 ---- refused it. This usually results from trying to connect to a service that is inactive on the foreign host. .It Er 62 ELOOP Em "Too many levels of symbolic links" . ! A path name lookup involved more than 64 symbolic links (from MAXSYMLINKS in ! /usr/include/sys/param.h from src/sys/sys/param.h ). .It Er 63 ENAMETOOLONG Em "File name too long" . A component of a path name exceeded 255 .Pq Dv MAXNAMELEN Background Info: --- These can probably stay unchanged: sys/i386/boot/dosboot/sysparam.h:172 #define MAXSYMLINKS 8 gnu/usr.bin/rcs/lib/conf.h:46 #if has_readlink && !defined(MAXSYMLINKS) # if has_sys_param_h # include # endif # ifndef MAXSYMLINKS # define MAXSYMLINKS 20 /* BSD; not standard yet */ # endif #endif These use MAXSYMLINKS: gnu/usr.bin/rcs/lib/rcsedit.c resolve_symlink(L) lib/libc/stdlib/realpath.c: realpath(path, resolved) lib/libstand/nfs.c: nfs_open(upath, f) lib/libstand/ufs.c: ufs_open(upath, f) sys/kern/vfs_lookup.c: namei(ndp) sys/nfs/nfs_subs.c: nfs_namei(ndp, fhp, len, slp, nam, mdp, dposp, retdirp, p, kerbflag, pubflag) These use ELOOP: lib/libc/gen/errlst.c:114 "Too many levels of symbolic links" lib/libc/gen/exec.c:275 case ELOOP: lib/libc/sys/intro.2:354 A path name lookup involved more than 8 symbolic links. share/examples/mdoc/example.3: Too many levels of symbolic links. sys/sys/errno.h: #define ELOOP 62 lib/libc/stdlib/realpath.c if (++symlinks > MAXSYMLINKS) ) ) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 14 1: 9:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F85514D4B; Wed, 14 Jul 1999 01:09:16 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03910; Wed, 14 Jul 1999 01:08:14 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Date: Wed, 14 Jul 1999 01:08:14 -0700 (PDT) From: Message-Id: <199907140808.BAA03910@freefall.freebsd.org> To: van.woerkom@netcologne.de, marcel@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11359: rvplayer 5.0 (Linux) cases ncr PCI SCSI driver to fail (and hang the system) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rvplayer 5.0 (Linux) cases ncr PCI SCSI driver to fail (and hang the system) State-Changed-From-To: feedback->closed State-Changed-By: marcel State-Changed-When: Wed Jul 14 01:05:21 PDT 1999 State-Changed-Why: Problem not related to rvplayer and/or Linux emulation. Marc will send a new PR when the problem remains. He has more info now and can be more specific. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 14 8:20: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC83314CB5 for ; Wed, 14 Jul 1999 08:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA46563; Wed, 14 Jul 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 90D1914D13; Wed, 14 Jul 1999 08:11:22 -0700 (PDT) Message-Id: <19990714151122.90D1914D13@hub.freebsd.org> Date: Wed, 14 Jul 1999 08:11:22 -0700 (PDT) From: mdh@logcabin.woods.bridge.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/12640: Can use 2nd CD-ROM for fixit mode. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12640 >Category: misc >Synopsis: Can use 2nd CD-ROM for fixit mode. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 14 08:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Hughes >Release: 3.2 >Organization: >Environment: >Description: When booting from CD-ROM and going to the fixit section, when you select to use the 2nd CD-ROM, get the following error message: Fatal: The FreeBSD install CD currently in the drive is for the alpha architecture, not the machine you're using. Please use the correct installation CD for your machine type. >How-To-Repeat: Boot off the 3.2 install CD-ROM. Try to use the fixit option and select 1. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 14 10:27:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail1.microsoft.com (mail1.microsoft.com [131.107.3.125]) by hub.freebsd.org (Postfix) with SMTP id 0509B14BB8 for ; Wed, 14 Jul 1999 10:27:38 -0700 (PDT) (envelope-from t-shehid@microsoft.com) Received: from 157.54.9.125 by mail1.microsoft.com (InterScan E-Mail VirusWall NT); Wed, 14 Jul 1999 10:26:17 -0700 (Pacific Daylight Time) Received: by INET-IMC-01 with Internet Mail Service (5.5.2524.0) id <369T216V>; Wed, 14 Jul 1999 10:26:15 -0700 Message-ID: From: Shereef Hidayet To: "'freebsd-bugs@FreeBSD.ORG'" Subject: Y2K bugs Date: Wed, 14 Jul 1999 10:26:12 -0700 X-Mailer: Internet Mail Service (5.5.2524.0) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On your Y2K page http://www.freebsd.org/y2kbug.html you have a list of fixed problems that have been "identified and fixed in FreeBSD", what version of freeBSD are the fixed versions in? Is version 3.0 fully Y2K compliant? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 14 11: 1:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [134.102.38.17]) by hub.freebsd.org (Postfix) with ESMTP id 422EC153CF for ; Wed, 14 Jul 1999 11:01:08 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id TAA17179; Wed, 14 Jul 1999 19:57:32 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id TAA33765; Wed, 14 Jul 1999 19:53:53 +0200 (MET DST) From: Juergen Lock Date: Wed, 14 Jul 1999 19:53:53 +0200 To: Matthew Jacob Cc: Juergen Lock , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Message-ID: <19990714195352.A33275@saturn.kn-bremen.de> References: <199907130010.RAA87312@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Matthew Jacob on Mon, Jul 12, 1999 at 05:33:51PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 12, 1999 at 05:33:51PM -0700, Matthew Jacob wrote: > > Okay- I took the time to analyze this better. Sorry for the delay. > > This bug report mentions several items. > Yup. > > > 1. mt bl(ocksize) stopped working, regardless what blocksize > > i try i only get > > > > mt: /dev/nrsa0: blocksize: Invalid argument > > > > and on the console: > > > > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). > >CDB: 15 0 0 0 > > c 0 > > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): ILLEGAL REQUEST > >asc:26,0 > > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): Invalid field in > >parameter lis > > t sks:8f,4 > > Clearly this works for me and others in a variety contexts. I thought so :) > The key > point here is to try and figure out why this particular tape drive/tape > doesn't like this- this is offset 4 of the parameters, and this is the > mode data: > > 0x00 0x00 0x10 0x08 0x7f 0x00 0x00 0x00 0x00 0x00 0x02 0x00 > > So, this so called SCSI-2 device, > > sa0: Removable Sequential Access SCSI-2 device > > can't cope with the SCSI-2 density code that means "use the same density > as was set before". This is around line 2520: > > if (params_to_set & SA_PARAM_DENSITY) { > mode_blk->density = density; > } else if (softc->scsi_rev > SCSI_REV_CCS) { > mode_blk->density = SCSI_SAME_DENSITY; > } else { > mode_blk->density = softc->media_density; > } > > try changing the code to: > > if (params_to_set & SA_PARAM_DENSITY) { > mode_blk->density = density; > } else { > mode_blk->density = softc->media_density; > } > > and see what happens. > Thanx, that fixes it! Index: scsi_sa.c =================================================================== RCS file: /home/cvs/cvs/src/sys/cam/scsi/scsi_sa.c,v retrieving revision 1.16.2.7 diff -u -u -r1.16.2.7 scsi_sa.c --- scsi_sa.c 1999/06/24 15:22:40 1.16.2.7 +++ scsi_sa.c 1999/07/13 18:09:04 @@ -2479,8 +2479,10 @@ */ if (params_to_set & SA_PARAM_DENSITY) { mode_blk->density = density; +#if 0 } else if (softc->scsi_rev > SCSI_REV_CCS) { mode_blk->density = SCSI_SAME_DENSITY; +#endif } else { mode_blk->density = softc->media_density; } @@ -2622,8 +2624,10 @@ */ if (params_to_set & SA_PARAM_DENSITY) { mode_blk->density = current_density; +#if 0 } else if (softc->scsi_rev > SCSI_REV_CCS) { mode_blk->density = SCSI_SAME_DENSITY; +#endif } else { mode_blk->density = softc->media_density; } > > > > > 2. mt erase fails similarly (I don't have the syslog right > > now, sorry) > > Possibly due to the same cause. > Yup, its working now as i type. > > > > 3. depending on factors i haven't found out, trying to read > > after a BLANK CHECK on some tapes ends up hanging the entire > > SCSI bus, printing this on the console: > > > > ncr0: SCSI phase error fixup: CCB already dequeued (0xf07e1200) > > > > followed by several of > > ncr0: timeout nccb=0xf0xxxxxx (skip) > > > > and > > > > vm_fault: pager read error, pid xxx (process) > > > This sounds like a bug in the ncr driver to me. > Hmm, i don't have another SCSI card to test that guess... > > > > CAMDEBUG tells me on the tapes where it hangs it does > > five LOAD UNLOAD commands (the first rewinds the tape) while > > normally it does only one LOAD UNLOAD. I can send the full > > CAMDEBUG output of the working case if that helps... > > This was an attempt to try and rerun commands that *can* be rerun if they > fail. All of the commands that have a known tape position at the end of > the command can do this, but perhaps should not. > An idea: how long a timeout does the LOAD UNLOAD command have? maybe thats the reason why it `fail's on some tapes, depending on how long the rewind takes. tho that doesn't explain why 4 more of them also fail, they appeared in quick succession, when the tape has rewound fully... Regards, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 14 11:48: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from gkbkup2.bridge.com (gkbkup2.bridge.com [167.76.159.20]) by hub.freebsd.org (Postfix) with ESMTP id 02D7D1544D for ; Wed, 14 Jul 1999 11:47:58 -0700 (PDT) (envelope-from mdh@logcabin.woods.bridge.com) Received: by gkbkup2.bridge.com; id NAA29249; Wed, 14 Jul 1999 13:47:24 -0500 (CDT) Received: from logcabin.woods.bridge.com(167.76.30.90) by gkbkup2.bridge.com via smap (3.2) id xma029141; Wed, 14 Jul 99 13:47:12 -0500 Received: (from mdh@localhost) by logcabin.woods.bridge.com (8.8.8/8.6.12) id NAA19106 for freebsd-bugs@freebsd.org; Wed, 14 Jul 1999 13:46:56 -0500 (CDT) From: Michael D Hughes Message-Id: <199907141846.NAA19106@logcabin.woods.bridge.com> Subject: misc/12640 To: freebsd-bugs@freebsd.org Date: Wed, 14 Jul 1999 13:46:55 -0500 (CDT) X-Mailer: ELM [version 2.5 PL0] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org That should read "Can't use 2nd CD-ROM for fixit mode." -- ------------------------------------------------------------------------------- _ _ _ _ _ , Loghome living is the ' ) ) ) / // ' ) / / best ! / / / o _. /_ __. _ // /--/ . . _, /_ _ _ / ' (_<_(__/ /_(_/|_; Wed, 14 Jul 1999 14:52:02 -0700 (PDT) (envelope-from gibbs@caspian.plutotech.com) Received: from caspian.plutotech.com (localhost [127.0.0.1]) by caspian.plutotech.com (8.9.3/8.9.1) with ESMTP id PAA06560; Wed, 14 Jul 1999 15:51:17 -0600 (MDT) (envelope-from gibbs@caspian.plutotech.com) Message-Id: <199907142151.PAA06560@caspian.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Liviu Ionescu" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/12626: Adaptec 3950 in 3.2 fails to probe disks In-reply-to: Your message of "Tue, 13 Jul 1999 09:50:03 PDT." <199907131650.JAA99317@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jul 1999 15:51:17 -0600 From: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > linux slackware 4.0 had no problems to boot and identify the scsi disk on > the 3950 card. > > if you think a verbose boot can be of any help I can forward it to you. It is probably an interrupt routing problem in FreeBSD's PCI code. My guess is that the disks will work fine if you attach them to the *second* port (i.e. ahc1). I will try to look into this as time allows (real work is quite hectic right now) but I can't guarantee that I'll have a fix soon. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 0:18:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69DA014E19; Thu, 15 Jul 1999 00:18:18 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40169; Thu, 15 Jul 1999 00:18:18 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Thu, 15 Jul 1999 00:18:18 -0700 (PDT) From: Message-Id: <199907150718.AAA40169@freefall.freebsd.org> To: ats@freebsd.first.gmd.de, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5827: kernel panics in current (3.0) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel panics in current (3.0) State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Thu Jul 15 00:14:27 PDT 1999 State-Changed-Why: We have developers running the AMD k6, so this has obviously been fixed. :-) (dated Feb. 23, 1998, fwiw...) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 0:23:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 021F1150FC; Thu, 15 Jul 1999 00:23:21 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40311; Thu, 15 Jul 1999 00:20:57 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Thu, 15 Jul 1999 00:20:57 -0700 (PDT) From: Message-Id: <199907150720.AAA40311@freefall.freebsd.org> To: Axel.Thimm@physik.fu-berlin.de, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5839: vm_page_unwire: invalid wire count: 0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vm_page_unwire: invalid wire count: 0 State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Thu Jul 15 00:19:51 PDT 1999 State-Changed-Why: John Dyson is quoted in the audit-trail as saying he was about to fix this bug. I assume he fixed it be neglected to close the PR. Please report if problem still exists. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 0:49:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB819152BC; Thu, 15 Jul 1999 00:49:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42967; Thu, 15 Jul 1999 00:49:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Thu, 15 Jul 1999 00:49:49 -0700 (PDT) From: Message-Id: <199907150749.AAA42967@freefall.freebsd.org> To: will@iki.fi, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/6587: SMP idle cpl breaks signal forwarding Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SMP idle cpl breaks signal forwarding State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Thu Jul 15 00:47:47 PDT 1999 State-Changed-Why: This was fixed shortly after being submitted using tegge's fix by someone who neglected to close the PR when they committed rev. 1.72 of swtch.s on May 12, 1998. More recently, the specific case has also been fixed by bde, but the latter fix is redundant with regards to closing this pr. Thanks for the report! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 0:55:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 907C3152BC; Thu, 15 Jul 1999 00:55:28 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA43588; Thu, 15 Jul 1999 00:53:18 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Thu, 15 Jul 1999 00:53:18 -0700 (PDT) From: Message-Id: <199907150753.AAA43588@freefall.freebsd.org> To: scrappy@hub.org, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/6589: system panick'd with May 4th kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: system panick'd with May 4th kernel State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Thu Jul 15 00:51:11 PDT 1999 State-Changed-Why: This was a pr about a page fault while in kernel mode on 3.0-current. Many such problems have been fixed. Moreover, if this one hadn't been fixed, presumably we would still be getting messages on -current from scrappy trying to debug it, since he's one of the more tenacious FreeBSD developers around. ;-) So I assume it has been fixed. Sorry if I'm wrong, scrappy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 1: 1:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 43A1F1550A; Thu, 15 Jul 1999 01:01:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA44172; Thu, 15 Jul 1999 01:01:13 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Thu, 15 Jul 1999 01:01:13 -0700 (PDT) From: Message-Id: <199907150801.BAA44172@freefall.freebsd.org> To: bazilio@IED-VorSTU.ac.ru, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/5760: 3.0-CURRENT freezes at mount root stage on some TX MBs. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.0-CURRENT freezes at mount root stage on some TX MBs. State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Thu Jul 15 00:57:55 PDT 1999 State-Changed-Why: Many users and developers are on record as liking and using Asus motherboards, so I expect that if there was a serious problem with using certain Asus models, we would hear about it. Mail to originator bounces. If anyone can confirm that the configuration ASUS TXP4 motherboard with TX PIIX4 IDE BM interface does not crash before finishing its boot, that'd be cool. This PR was filed on a 3.0-current system dated no earlier than Feb 15, 1998. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 1:20:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C8AF15502 for ; Thu, 15 Jul 1999 01:20:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA46635; Thu, 15 Jul 1999 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BE4C5154FC; Thu, 15 Jul 1999 01:19:04 -0700 (PDT) Message-Id: <19990715081904.BE4C5154FC@hub.freebsd.org> Date: Thu, 15 Jul 1999 01:19:04 -0700 (PDT) From: kbracey@acorn.co.uk To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12646: IGMP reports not sent if no multicast route Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12646 >Category: kern >Synopsis: IGMP reports not sent if no multicast route >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 01:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kevin Bracey >Release: A mixture from 1996 to -current. >Organization: Pace Micro Technology >Environment: The software is an Internet module in an embedded system, based on the network code from FreeBSD. The various components are of differing vintages - each source file is generally a 1996 version with somewhere between 25% and 100% of the changes to -current applied. >Description: I've just stumbled across a bug in ip_output() while testing a multicast TFTP client on a system with a FreeBSD-derived network stack. The system has no default route or route for 224.0.0.0 set up. It is not sending any multicasts, except for the IGMP reports generated by its group joins, so it shouldn't need one. The problem is that ip_output() will not output multicast packets if it can't find a route for the destination IP address, even if the caller has provided an interface in the multicast options, as igmp_sendpkt() does. The same problem would arise a user process wanted to multicast on an interface specified by IP_MULTICAST_IF. And when you do have a route, various stats to do with that route end up being incremented and examined, even though that route ends up not being used! I realise that in a normal FreeBSD system one would have a multicast or default route set up, so the IGMP messages would get out, but it strikes me that this is just covering up a kernel problem. You shouldn't need a route to multicast on a manually named interface. >How-To-Repeat: Remove any default route and any route for 224.0.0.0/4. Check that this has worked by pinging 224.0.0.1 - you should get a "No route to host" error. Run a program that joins a multicast group. No IGMP report will be sent (check with tcpdump). netstat will say that the report was sent, but in reality it will have fallen foul of "output packets discarded due to no route". >Fix: A quick fix would appear to be the following. Not terribly elegant, but I think it works. line 214 or so of ip_output.c: ifp = ia->ia_ifp; ip->ip_ttl = 1; isbroadcast = in_broadcast(dst->sin_addr, ifp); ! } else { /* * If this is the case, we probably don't want to allocate * a protocol-cloned route since we didn't get one from the change to: ifp = ia->ia_ifp; ip->ip_ttl = 1; isbroadcast = in_broadcast(dst->sin_addr, ifp); ! } else if (!(imo && imo->imo_multicast_ifp && ! IN_MULTICAST(ntohl(ip->ip_dst.s_addr))) { /* * If this is the case, we probably don't want to allocate * a protocol-cloned route since we didn't get one from the >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 1:41:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5764C151B5 for ; Thu, 15 Jul 1999 01:41:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA48769; Thu, 15 Jul 1999 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 15 Jul 1999 01:40:01 -0700 (PDT) Message-Id: <199907150840.BAA48769@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nick Hibma Subject: Re: misc/12628: trivial grammar patch to boot.c Reply-To: Nick Hibma Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/12628; it has been noted by GNATS. From: Nick Hibma To: rme@nightfly.apk.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/12628: trivial grammar patch to boot.c Date: Thu, 15 Jul 1999 10:38:26 +0200 (MET DST) FYI, this is src/sys/boot/common/boot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 4:22: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BF2915175 for ; Thu, 15 Jul 1999 04:22:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA66290; Thu, 15 Jul 1999 04:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 24D3314D65; Thu, 15 Jul 1999 04:18:22 -0700 (PDT) Message-Id: <19990715111822.24D3314D65@hub.freebsd.org> Date: Thu, 15 Jul 1999 04:18:22 -0700 (PDT) From: ggm@dstc.edu.au To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/12649: hosts.allow requires entry for BOTH tcpd and telnetd in 'tcp_wrapped' inetd. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12649 >Category: i386 >Synopsis: hosts.allow requires entry for BOTH tcpd and telnetd in 'tcp_wrapped' inetd. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 04:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: George Michaelson >Release: 3.2-STABLE >Organization: DSTC pty/ltd >Environment: >Description: we have hosts.allow allowing telnetd, but all:all:deny at end. without tcpd:all:allow, the telnetd entry is not adequate to permit inbound telnet. >How-To-Repeat: >Fix: it may actually be a documentation bug, relating to how tcpd is or is not needed in inetd. Sorry for lack of clarity. Is this a parasitic interaction between the two methods (inetd-integrated, and tcpd as daemon invoking telnetd) or is this a genuine bug, or is this a simple mis-configuration? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 4:30:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24BEF14FA2 for ; Thu, 15 Jul 1999 04:30:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA67225; Thu, 15 Jul 1999 04:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 15 Jul 1999 04:30:02 -0700 (PDT) Message-Id: <199907151130.EAA67225@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jan Conrad Subject: Re: kern/12609: At boottime NFS mounts on a 3.2 client from a 2.2.7 server fails, when in turn the server has NFS mounted filesystems on the client Reply-To: Jan Conrad Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12609; it has been noted by GNATS. From: Jan Conrad To: freebsd-gnats-submit@freebsd.org, conrad@th.physik.uni-bonn.de Cc: Subject: Re: kern/12609: At boottime NFS mounts on a 3.2 client from a 2.2.7 server fails, when in turn the server has NFS mounted filesystems on the client Date: Thu, 15 Jul 1999 13:28:38 +0200 (CEST) Hi again, The problem is due to the use of realpath in mountd. Realpath in turn uses getcwd, the 'canonical' part of which lstats some directory entries when looking at a parent directory of a mount point. If now two NFS mountpoints are in the same directory and the one first in the directory is down for some reason, a getcwd somewhere in the second one will block till the first one is up again. However, mountd uses realpath to check the mountpoint, therefore it will not mount it until the first one is up again...... Anyhow - I think this causes some NFS lookups, even if not by mountd.... Dirty Workaround: hide all NFS mountpoints for one machine in a single dir (e.g. /mount/machine/dir) and then symlink to it.. Better: Rewrite getcwd (Is there no syscall to find out the device of a mountpoint without doing a stat on it??) (I am gonna ask this on freebsd-hackers) best regards Jan -- Physikalisches Institut der Universitaet Bonn Nussallee 12 D-53115 Bonn GERMANY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 5:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33C7615546 for ; Thu, 15 Jul 1999 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA71454; Thu, 15 Jul 1999 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lion.butya.kz (butya-gw.butya.kz [194.87.112.252]) by hub.freebsd.org (Postfix) with ESMTP id BEEC814C36 for ; Thu, 15 Jul 1999 05:04:40 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp by lion.butya.kz with local (Exim 2.12 #1) id 114kFb-0008z4-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Jul 1999 19:04:31 +0700 Message-Id: Date: Thu, 15 Jul 1999 19:04:31 +0700 From: bp@butya.kz Reply-To: bp@butya.kz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12651: NFS readdirplus call is broken (with patch) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12651 >Category: kern >Synopsis: NFS readdirplus call is broken (with patch) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 05:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Boris Popov >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: FreeBSD-stable, FreeBSD-current >Description: Hash value calculation in componentname.cn_hash structure has been changed and this change isn't reflected in NFS nfs_readdirplusrpc() function. >How-To-Repeat: Code works but not in the way that it was designed. >Fix: --- org/nfs_vnops.c Thu Jul 15 12:35:14 1999 +++ nfs_vnops.c Thu Jul 15 18:56:42 1999 @@ -2357,7 +2357,7 @@ cnp->cn_hash = 0; for (cp = cnp->cn_nameptr, i = 1; i <= len; i++, cp++) - cnp->cn_hash += (unsigned char)*cp * i; + cnp->cn_hash += (unsigned char)*cp; cache_enter(ndp->ni_dvp, ndp->ni_vp, cnp); } } else { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 5:10: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B58B815544 for ; Thu, 15 Jul 1999 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA71445; Thu, 15 Jul 1999 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1EB3514C36; Thu, 15 Jul 1999 05:03:42 -0700 (PDT) Message-Id: <19990715120342.1EB3514C36@hub.freebsd.org> Date: Thu, 15 Jul 1999 05:03:42 -0700 (PDT) From: mako@tcn-catv.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/12650: No card in /etc/pccard.conf.sample (corega EtherII PCC-T) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12650 >Category: conf >Synopsis: No card in /etc/pccard.conf.sample (corega EtherII PCC-T) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 05:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KANAZAWA makoto >Release: FreeBSD 4.0-CURRENT >Organization: >Environment: FreeBSD 4.0-CURRENT FreeBSD 4.0-CURRENT #5: Tue Jul 6 17:17:44 JST 1999 i386 >Description: corega EtherII PCC-T is pc-card, NE2000 compatible ethernet card, and easy to get in japan. This card is not recognized at boot. Here is 'pccardc dumpcis' results: --------------------------------------- Tuple #1, code = 0x1 (Common memory descriptor), length = 3 000: dc 00 ff Common memory device information: Device number 1, type Function specific, WPS = ON Speed = 100nS, Memory block size = 512b, 1 units Tuple #2, code = 0x17 (Attribute memory descriptor), length = 3 000: 49 00 ff Attribute memory device information: Device number 1, type EEPROM, WPS = ON Speed = 250nS, Memory block size = 512b, 1 units Tuple #3, code = 0x20 (Manufacturer ID), length = 4 000: 0f c0 00 00 PCMCIA ID = 0xc00f, OEM ID = 0x0 Tuple #4, code = 0x15 (Version 1 info), length = 36 000: 04 01 63 6f 72 65 67 61 20 4b 2e 4b 2e 00 63 6f 010: 72 65 67 61 20 45 74 68 65 72 49 49 20 50 43 43 020: 2d 54 00 ff Version = 4.1, Manuf = [corega K.K.],card vers = [corega EtherII PCC-T] Tuple #5, code = 0x13 (Link target), length = 3 000: 43 49 53 Tuple #6, code = 0x21 (Functional ID), length = 2 000: 06 00 Network/LAN adapter Tuple #7, code = 0x1a (Configuration map), length = 5 000: 01 26 f8 03 03 Reg len = 2, config register addr = 0x3f8, last config = 0x26 Registers: XX------ Tuple #8, code = 0x1b (Configuration entry), length = 17 000: e0 81 1d 3f 55 4d 5d 06 86 46 26 fc 24 65 30 ff 010: ff Config index = 0x20(default) Interface byte = 0x81 (I/O) wait signal supported Vcc pwr: Nominal operating supply voltage: 5 x 1V Minimum operating supply voltage: 4.5 x 1V Maximum operating supply voltage: 5.5 x 1V Continuous supply current: 1 x 100mA Max current average over 1 second: 1 x 100mA, ext = 0x46 Max current average over 10 ms: 2 x 100mA Wait scale Speed = 1.5 x 10 us Card decodes 4 address lines, 8 Bit I/O only IRQ modes: Level IRQ level = 4 Tuple #9, code = 0x1b (Configuration entry), length = 7 000: 20 08 e5 60 00 03 1f Config index = 0x20 Card decodes 5 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x300 block length = 0x20 Tuple #10, code = 0x1b (Configuration entry), length = 7 000: 21 08 e5 60 20 03 1f Config index = 0x21 Card decodes 5 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x320 block length = 0x20 Tuple #11, code = 0x1b (Configuration entry), length = 7 000: 22 08 e5 60 40 03 1f Config index = 0x22 Card decodes 5 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x340 block length = 0x20 Tuple #12, code = 0x1b (Configuration entry), length = 7 000: 23 08 e5 60 60 03 1f Config index = 0x23 Card decodes 5 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x360 block length = 0x20 Tuple #13, code = 0x1b (Configuration entry), length = 7 000: 24 08 e5 60 80 03 1f Config index = 0x24 Card decodes 5 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x380 block length = 0x20 Tuple #14, code = 0x1b (Configuration entry), length = 7 000: 25 08 e5 60 a0 03 1f Config index = 0x25 Card decodes 5 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3a0 block length = 0x20 Tuple #15, code = 0x1b (Configuration entry), length = 7 000: 26 08 e5 60 c0 03 1f Config index = 0x26 Card decodes 5 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3c0 block length = 0x20 Tuple #16, code = 0x14 (No link), length = 0 Tuple #17, code = 0xff (Terminator), length = 0 >How-To-Repeat: If you have this card, insert. >Fix: I put the following at my /etc/pccard.conf, and I'm using this card. -------------------------- # COREGA EtherII PCC-T card "corega K.K." "corega EtherII PCC-T" config 0x20 "ed0" ? insert echo EtherII PCC-T inserted insert /etc/pccard_ether ed0 remove echo EtherII PCC-T removed remove /sbin/ifconfig ed0 delete >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 5:57:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 46A7F15561 for ; Thu, 15 Jul 1999 05:57:36 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (ppp18345.on.bellglobal.com [206.172.130.25]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id JAA14026; Thu, 15 Jul 1999 09:00:37 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id IAA51223; Thu, 15 Jul 1999 08:58:03 -0400 (EDT) (envelope-from tim) Date: Thu, 15 Jul 1999 08:58:03 -0400 From: Tim Vanderhoek To: bazilio@IED-VorSTU.ac.ru, freebsd-bugs@FreeBSD.org Subject: Re: i386/5760: 3.0-CURRENT freezes at mount root stage on some TX MBs. Message-ID: <19990715085803.A99309@mad> References: <199907150801.BAA44172@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199907150801.BAA44172@freefall.freebsd.org>; from hoek@FreeBSD.org on Thu, Jul 15, 1999 at 01:01:13AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 15, 1999 at 01:01:13AM -0700, hoek@FreeBSD.org wrote: > > does not crash before finishing its boot, that'd be cool. > > This PR was filed on a 3.0-current system dated no earlier than Feb 15, 1998. That should be "... no later than ...". -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 7:20:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2002C14F86 for ; Thu, 15 Jul 1999 07:20:50 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA83992; Thu, 15 Jul 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 411D214EFB; Thu, 15 Jul 1999 07:12:20 -0700 (PDT) Message-Id: <19990715141220.411D214EFB@hub.freebsd.org> Date: Thu, 15 Jul 1999 07:12:20 -0700 (PDT) From: pavel_roskin@geocities.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/12653: "uname -m" says i386 for Intel Celeron Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12653 >Category: i386 >Synopsis: "uname -m" says i386 for Intel Celeron >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 07:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pavel Roskin >Release: 3.2-RELEASE >Organization: Contex Ltd., Siant Petersburg, Russia >Environment: FreeBSD liverpool.typhoon.spb.ru 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: "uname -m" should print the processor type. This command prints i386 for Intel Celeron 333MHz Because of that config.guess prints i386-unknown-freebsdelf3.2 This may disable i686-specific optimizations in some programs. "uname -m" on Linux prints i686 >How-To-Repeat: uname -m on any Intel processor other than i386 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 9: 9:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 079DC1558F for ; Thu, 15 Jul 1999 09:09:07 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA23752; Thu, 15 Jul 1999 10:07:44 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA02664; Thu, 15 Jul 1999 10:07:42 -0600 Date: Thu, 15 Jul 1999 10:07:42 -0600 Message-Id: <199907151607.KAA02664@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: jin@george.lbl.gov Cc: nate@mt.sri.com, freebsd-bugs@FreeBSD.ORG, j_guojun@lbl.gov Subject: Re: kern/11984: pthread_kill cannot kill select() threads, etc. In-Reply-To: <199907121939.MAA10243@george.lbl.gov> References: <199907121939.MAA10243@george.lbl.gov> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I just checked out the 3.2-SNAP-19990708, and the problem still remaining. > What would you like to do? I'm on vacation this week, and won't be back in action until next week. Can you wait until then? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 11: 0: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB9EB14CA3 for ; Thu, 15 Jul 1999 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA06427; Thu, 15 Jul 1999 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 15 Jul 1999 11:00:02 -0700 (PDT) Message-Id: <199907151800.LAA06427@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: kern/12646: IGMP reports not sent if no multicast route Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12646; it has been noted by GNATS. From: Garrett Wollman To: kbracey@acorn.co.uk Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: kern/12646: IGMP reports not sent if no multicast route Date: Thu, 15 Jul 1999 13:54:49 -0400 (EDT) < The problem is that ip_output() will not output multicast packets if > it can't find a route for the destination IP address, even if the caller > has provided an interface in the multicast options, as igmp_sendpkt() does. This is a wart resuling from a path of development which was never completed. What was supposed to happen eventually was that the underlying protocols would be modified to do the work of ip_output() themselves, implementing only that part of the functionality which was actually necessary. Unfortunately, this work basically stopped when I changed jobs (the previous employer was paying for it), so things were left in this intermediate state. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 11:40:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E59E5154A7; Thu, 15 Jul 1999 11:40:16 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA09635; Thu, 15 Jul 1999 11:39:57 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Thu, 15 Jul 1999 11:39:57 -0700 (PDT) From: Message-Id: <199907151839.LAA09635@freefall.freebsd.org> To: quichem@merit.edu, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11670: /usr/include/arpa/nameser.h uses a C++ keyword Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/include/arpa/nameser.h uses a C++ keyword State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Thu Jul 15 11:39:10 PDT 1999 State-Changed-Why: Fixed by peter in version 1.13 of nameser.h. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 13:43: 1 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC4781566D; Thu, 15 Jul 1999 13:42:42 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA21100; Thu, 15 Jul 1999 13:41:42 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Thu, 15 Jul 1999 13:41:42 -0700 (PDT) From: Message-Id: <199907152041.NAA21100@freefall.freebsd.org> To: rme@nightfly.apk.net, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/12628: trivial grammar patch to boot.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: trivial grammar patch to boot.c State-Changed-From-To: open->closed State-Changed-By: n_hibma State-Changed-When: Thu Jul 15 13:41:20 PDT 1999 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 15:21: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2470C15615; Thu, 15 Jul 1999 15:20:58 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA32186; Thu, 15 Jul 1999 15:20:10 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Thu, 15 Jul 1999 15:20:10 -0700 (PDT) From: Message-Id: <199907152220.PAA32186@freefall.freebsd.org> To: pavel_roskin@geocities.com, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/12653: "uname -m" says i386 for Intel Celeron Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "uname -m" says i386 for Intel Celeron State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Thu Jul 15 15:17:07 PDT 1999 State-Changed-Why: Well, "uname -m" is supposed to printout "i386" for the Celeron. It does the same for the latest and greatest Xeon, too, I would hope. That's why config.guess is called config._guess_. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 15 18:20:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FD4714D5B for ; Thu, 15 Jul 1999 18:20:48 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA45908; Thu, 15 Jul 1999 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E257014D54; Thu, 15 Jul 1999 18:18:25 -0700 (PDT) Message-Id: <19990716011825.E257014D54@hub.freebsd.org> Date: Thu, 15 Jul 1999 18:18:25 -0700 (PDT) From: tomb@securify.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12655: Kernel config file needs more commenting (File included!) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12655 >Category: kern >Synopsis: Kernel config file needs more commenting (File included!) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 18:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tom Brown >Release: 3.1 >Organization: Securify >Environment: Not Applicable >Description: The kernel build file /usr/src/sys/i386/conf/GENERIC is a good way to configure the kernel but lacks sufficent comments. I have included a copy of my kernel config which is extensivly, though not totaly, commented. >How-To-Repeat: Not applicable, though to understand the problem you need to hav tried to produce a realy leen kernel. >Fix: # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.143.2.2 1999/02/15 02:50:07 des Exp $ machine "i386" # Archetecture deffinition of a PC cpu "I386_CPU" # Processor class delete as applicable cpu "I486_CPU" # cpu "I586_CPU" # e.g AMD K-6 cpu "I686_CPU" # e.g Pent II ident GENERIC # define your kernel name maxusers 32 # set process table limit options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 #define the location of the kernel # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs controller isa0 #Compulsary controller eisa0 #Problably compulsary controller pci0 #Include if you have a PCI motherboard controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM device wfd0 #IDE Floppy (e.g. LS-120) # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. controller ncr0 #NCR SCSI controller controller ahb0 #Adaptec 174x SCSI controller controller ahc0 #Adaptec 274x/284x/294x SCSI controller controller isp0 #Unknown SCSI controller # This controller offers a number of configuration options, too many to # document here - see the LINT file in this directory and look up the # dpt0 entry there for much fuller documentation on this. controller dpt0 #DPT RAID controller controller adv0 at isa? port ? cam irq ? # Unknown SCSI controller adw0 # Unknown SCSI controller bt0 at isa? port ? cam irq ? # Buslogic SCSI controller aha0 at isa? port ? cam irq ? # Adaptec 154X SCSI #controller aic0 at isa? port 0x340 bio irq 11 #Adaptec sound card controller scbus0 #Include for SCSI support device da0 #Direct Access HDD device sa0 #Serial Access (SCSI Tape) device pass0 #CAM passthrough driver device cd0 #SCSI CD-ROM #Only need one of these, the code dynamically grows #Wangtec tape drive device wt0 at isa? port 0x300 bio irq 5 drq 1 #Mitsumi CD-ROM device mcd0 at isa? port 0x300 bio irq 10 #Matushita CD-ROM controller controller matcd0 at isa? port 0x230 bio #Sony CDU31/33A CDROM device scd0 at isa? port 0x230 bio # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 # The video card driver. device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std #Math co-processer REQUIRED!! device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) # Advanced power management device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? #Serial com's port device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? net irq 7 controller ppbus0 device nlpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? #controller vpo0 at ppbus? # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device ax0 # Unknown PCI NIC device de0 # Digital Equipment NIC device fxp0 # Intel EtherExpress Pro/100B device mx0 # Unknown PCI NIC device pn0 # Unknown PCI NIC device rl0 # Unknown PCI NIC device tl0 # Unknown PCI NIC device tx0 # Unknown PCI NIC device vr0 # Unknown PCI NIC device vx0 # 3Com 3C590 and 3C595 (buggy) device wb0 # Unknown PCI NIC device xl0 # 3com 3C905B and related device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 #Many common ISA Novell 3com HP and Western Digital device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 #AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; Intel #EtherExpress 16 device ep0 at isa? port 0x300 net irq 10 #3Com 3C509 (buggy) device ex0 at isa? port? net irq? #Unknown NIC device fe0 at isa? port 0x300 net irq ? #Fujitsu MB86960A/MB86965A Ethernet device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 #Digital Equipment EtherWorks 2 and EtherWorks 3 device lnc0 at isa? port 0x280 net irq 10 drq 0 #Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL) device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 #IBM/National Semiconductor PCMCIA ethernet controller. device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 #3Com PCMCIA Etherlink III device cs0 at isa? port 0x300 net irq ? #Unknown ISA NIC pseudo-device loop #generic loopback device for TCP/IP pseudo-device ether #only needed if you have an Ethernet card pseudo-device sl 1 #Unknown pseudo-device ppp 1 #Kernel PPP pseudo-device tun 1 #Kernel tunnel driver (PPP) pseudo-device pty 16 #limit the number of simultaneous remote logins pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory and message queues. # options SYSVSHM options SYSVMSG # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. #pseudo-device bpfilter 4 #Berkeley packet filter # USB support #controller uhci0 #controller ohci0 #controller usb0 # # for the moment we have to specify the priorities of the device # drivers explicitly by the ordering in the list below. This will # be changed in the future. # #device ums0 #device ukbd0 #device ulpt0 #device uhub0 #device ucom0 #device umodem0 #device hid0 #device ugen0 # #options USB_DEBUG #options USBVERBOSE >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 0:11:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BEDA14CE5 for ; Fri, 16 Jul 1999 00:11:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA89679; Fri, 16 Jul 1999 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Jul 1999 00:10:01 -0700 (PDT) Message-Id: <199907160710.AAA89679@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: lyndon@orthanc.ab.ca Subject: Re:bin/12554:Filetogoin/usr/src/usr.bin/file/Magdir/warcraft2 Reply-To: lyndon@orthanc.ab.ca Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12554; it has been noted by GNATS. From: lyndon@orthanc.ab.ca To: freebsd-gnats-submit@freebsd.org, dbushong@CSUA.Berkeley.EDU Cc: Subject: Re:bin/12554:Filetogoin/usr/src/usr.bin/file/Magdir/warcraft2 Date: 16 Jul 1999 01:06:40 -0600 Yes there are precedents for games file formats. Look at /usr/src/usr.bin/file/Magdir/adventure. --lyndon The two most common elements in the universe are Hydrogen and stupidity. -- Harlan Ellison To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 0:12:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mfo01.iij.ad.jp (mfo01.iij.ad.jp [202.232.2.118]) by hub.freebsd.org (Postfix) with ESMTP id 1EDFF1558C; Fri, 16 Jul 1999 00:12:00 -0700 (PDT) (envelope-from a-aiwai@hh.iij4u.or.jp) Received: from hh.iij4u.or.jp (root@hh.iij4u.or.jp [210.130.0.22]) by mfo01.iij.ad.jp (8.8.8/MFO1.3) with ESMTP id QAA03455; Fri, 16 Jul 1999 16:11:32 +0900 (JST) Received: from ns1 ([210.164.233.184]) by hh.iij4u.or.jp (8.8.8+2.2IIJ/4U1.1) with SMTP id QAA19881; Fri, 16 Jul 1999 16:07:04 +0900 (JST) Message-ID: <009d01becf5a$5a0a8e00$b8e9a4d2@ns1.grove.co.jp> From: "yonebayashi" To: Subject: =?iso-2022-jp?B?GyRCJCo8ajtmPXEkLSReJDckPxsoQg==?= Date: Fri, 16 Jul 1999 15:49:26 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0099_01BECFA5.C9F23600" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0099_01BECFA5.C9F23600 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit $B$O$8$a$^$7$F!"$j$+$G!<$9!#(B $BFMA3$G$9$,!":G6a!"$I!<$b!VF|>H$j!W$,B3$$$F$k$N$h$M!#(B $B$"!<$C!"$I$C$+$K$$$$CK!"$$$J$$$+$J!<$C!"$J!<$s$F(B $B;W$C$?$j$7$A$c$C$F$k:#F|$3$N:"!#(B $B$C$F$f!<%o%1$G!"%"%J%?$K$*p!JN^!K$G$3$s$J%5%$%H$N(B $B1?1D$r$*
=1B$B$O$8$a$^$7$F!"$j$+$G!<$9!#=1B(B

=1B$BFMA3$G$9$,!":G6a!"$= I!<$b!VF|>H$j!W$,B3$$$F$k$N$h$M!#=1B(B
=1B$B$"!<$C!"$I$C$+$K$$$$CK!"$$= $J$$$+$J!<$C!"$J!<$s$F=1B(B
=1B$B;W$C$?$j$7$A$c$C$F$k:#F|$3$N:"!#=1B(B=

=1B$B$C$F$f!<%o%1$G!"%"%J%?$K$*
=1B$B%V%7%D%1$J%a!<%k$+$b$7$l$J$$$1$I!"5v$7$F$M!#=1B(B
=1B$B$$$= i$J$$$J$i%4%_H"$K%]%$$7$F2<$5$$$M!#=1B(B

=1B$B;d$,$I$s$J%R%H$+$H$f= !<$H!"4G8nIX$r$7$F$k$s$@$1$I!"=1B(B
=1B$B=3DtHL$N;v>p!JN^!K$G$3$s$J%5%= $%H$N=1B(B
=1B$B1?1D$r$*
http://210.155.111.19= 4/joshiryo/index.html
http://www.kk.iij4u.or.jp/~wa= iwai/

=1B$B$*;~4V$,$"$kJ}$O$<$R0lEY%h%m%7%/!#=1B(B

p.s.= =1B$B;d$O$I$3$K$$$k$G$7$g$&!)!!$h!<$/C5$7$F$M!*!*=1B(B
= ------=_NextPart_000_0099_01BECFA5.C9F23600-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 1:23:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C620014F76; Fri, 16 Jul 1999 01:23:35 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA13043; Fri, 16 Jul 1999 01:21:59 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Fri, 16 Jul 1999 01:21:59 -0700 (PDT) From: Message-Id: <199907160821.BAA13043@freefall.freebsd.org> To: n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: kern/7927: Fatal trap 12: page fault while in kernel mode; Supervisor read: Page not present Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fatal trap 12: page fault while in kernel mode; Supervisor read: Page not present Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Fri Jul 16 01:19:23 PDT 1999 Responsible-Changed-Why: I'll try and get some feedback from him, and see whether I can hand him a solution. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 1:29:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 146E214E3D; Fri, 16 Jul 1999 01:29:14 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA13983; Fri, 16 Jul 1999 01:27:48 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Fri, 16 Jul 1999 01:27:48 -0700 (PDT) From: Message-Id: <199907160827.BAA13983@freefall.freebsd.org> To: n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: kern/8473: Excessive virtual memory consumption with gnuplot/2.2.7-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Excessive virtual memory consumption with gnuplot/2.2.7-STABLE Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Fri Jul 16 01:27:24 PDT 1999 Responsible-Changed-Why: Make sure I don't forgot to close this one in a while. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 1:42:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 40B481554B; Fri, 16 Jul 1999 01:42:27 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA15470; Fri, 16 Jul 1999 01:41:40 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Fri, 16 Jul 1999 01:41:40 -0700 (PDT) From: Message-Id: <199907160841.BAA15470@freefall.freebsd.org> To: rv@fore.com, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/8532: 3.0-RELEASE panics with standard SMP kernel from /sys/i386/conf/SMP-GENERIC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.0-RELEASE panics with standard SMP kernel from /sys/i386/conf/SMP-GENERIC State-Changed-From-To: open->closed State-Changed-By: n_hibma State-Changed-When: Fri Jul 16 01:41:08 PDT 1999 State-Changed-Why: Peter Wemm gave a definite answer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 1:53:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D095914E39; Fri, 16 Jul 1999 01:53:36 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA16370; Fri, 16 Jul 1999 01:50:56 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Fri, 16 Jul 1999 01:50:56 -0700 (PDT) From: Message-Id: <199907160850.BAA16370@freefall.freebsd.org> To: tajh@blaze.ca, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: i386/10121: Serial port parity setting problems with 3.1-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Serial port parity setting problems with 3.1-RELEASE State-Changed-From-To: open->feedback State-Changed-By: n_hibma State-Changed-When: Fri Jul 16 01:47:30 PDT 1999 State-Changed-Why: I am going to ask for feedback in a minute (the submission of mails to GNATS is horribly slow, so I do it the other way around :-) Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Fri Jul 16 01:47:30 PDT 1999 Responsible-Changed-Why: Make sure I don't forget about it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 2:14:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDD9B14E3E; Fri, 16 Jul 1999 02:14:20 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA18748; Fri, 16 Jul 1999 02:12:03 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Fri, 16 Jul 1999 02:12:03 -0700 (PDT) From: Message-Id: <199907160912.CAA18748@freefall.freebsd.org> To: n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: bin/10131: bug in strptime(3) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bug in strptime(3) Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Fri Jul 16 02:11:28 PDT 1999 Responsible-Changed-Why: Make sure I don't forget to handle this one at a later stage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 2:18:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6091D14E3E; Fri, 16 Jul 1999 02:18:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA19596; Fri, 16 Jul 1999 02:18:35 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Fri, 16 Jul 1999 02:18:35 -0700 (PDT) From: Message-Id: <199907160918.CAA19596@freefall.freebsd.org> To: archie@whistle.com, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: bin/10165: CVS does not know to ignore .So files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: CVS does not know to ignore .So files State-Changed-From-To: open->suspended State-Changed-By: n_hibma State-Changed-When: Fri Jul 16 02:17:53 PDT 1999 State-Changed-Why: Awaiting commit. Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Fri Jul 16 02:17:53 PDT 1999 Responsible-Changed-Why: Make sure I close the PR afterwards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 2:26:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E98B71566E; Fri, 16 Jul 1999 02:26:48 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA20516; Fri, 16 Jul 1999 02:26:03 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Fri, 16 Jul 1999 02:26:03 -0700 (PDT) From: Message-Id: <199907160926.CAA20516@freefall.freebsd.org> To: philipp@mirapoint.com, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/10231: inet_addr() doesn't check for illegal values in input Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: inet_addr() doesn't check for illegal values in input State-Changed-From-To: open->suspended State-Changed-By: n_hibma State-Changed-When: Fri Jul 16 02:25:39 PDT 1999 State-Changed-Why: awaiting committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 2:31:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0D5D14C9F for ; Fri, 16 Jul 1999 02:31:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA20742; Fri, 16 Jul 1999 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 563671566B; Fri, 16 Jul 1999 02:27:49 -0700 (PDT) Message-Id: <19990716092749.563671566B@hub.freebsd.org> Date: Fri, 16 Jul 1999 02:27:49 -0700 (PDT) From: support@icsmedia.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: gnu/12662: tar verification doesn't work in 3.2-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12662 >Category: gnu >Synopsis: tar verification doesn't work in 3.2-RELEASE >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 16 02:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Marcus Haebler >Release: 3.2-RELEASE >Organization: ICSmedia GmbH >Environment: FreeBSD ns 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Wed Jul 14 06:51:19 MET DST 1999 toor@ns:/usr/src/sys/compile/NS i386 >Description: tar verification doesn't work anymore. The machine got upgraded from 2.2.8-RELEASE. There have been no changes to our backup script. The size of the files being backed up don't matter. >How-To-Repeat: tar cVf ... /dev/erst0 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 2:38:14 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFA2A14D23; Fri, 16 Jul 1999 02:38:13 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA21389; Fri, 16 Jul 1999 02:37:27 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Fri, 16 Jul 1999 02:37:27 -0700 (PDT) From: Message-Id: <199907160937.CAA21389@freefall.freebsd.org> To: ivar@hosteng.org, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/4859: SMP kernel panics with timeout table full msg when running two cpu intensive programs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SMP kernel panics with timeout table full msg when running two cpu intensive programs State-Changed-From-To: open->closed State-Changed-By: n_hibma State-Changed-When: Fri Jul 16 02:36:55 PDT 1999 State-Changed-Why: Very old version of the SMP kernel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 2:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB7E114D23 for ; Fri, 16 Jul 1999 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA21978; Fri, 16 Jul 1999 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from holonet.net (giskard.holonet.net [198.207.169.7]) by hub.freebsd.org (Postfix) with ESMTP id 9EAC814C9F for ; Fri, 16 Jul 1999 02:33:29 -0700 (PDT) (envelope-from adamw@holonet.net) Received: from (adamw@localhost) by holonet.net (Adam Wight) id CAA01048; Fri, 16 Jul 1999 02:31:50 -0700 Message-Id: <199907160931.CAA01048@holonet.net> Date: Fri, 16 Jul 99 2:31:49 PDT From: Adam Wight Reply-To: adamw@holonet.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12663: Ambiguous if statement. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12663 >Category: kern >Synopsis: Ambiguous if statement >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 16 02:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adam Wight >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: all >Description: The file sys/i386/apm/apm.c contains an ambiguous if...else statement that appears to be parsed correctly by the compiler, but could break silently depending on the compiler release. >How-To-Repeat: >Fix: Sorry, you might have to use patch -l... =================================================================== RCS file: /usr/cvs/src/sys/i386/apm/apm.c,v retrieving revision 1.90 diff -c -r1.90 apm.c *** apm.c 1999/07/10 18:08:48 1.90 --- apm.c 1999/07/13 17:45:38 *************** *** 1283,1293 **** struct apm_softc *sc = &apm_softc; int revents = 0; ! if (events & (POLLIN | POLLRDNORM)) ! if (sc->event_count) revents |= events & (POLLIN | POLLRDNORM); ! else selrecord(p, &sc->sc_rsel); return (revents); } --- 1283,1295 ---- struct apm_softc *sc = &apm_softc; int revents = 0; ! if (events & (POLLIN | POLLRDNORM)) { ! if (sc->event_count) { revents |= events & (POLLIN | POLLRDNORM); ! } else { selrecord(p, &sc->sc_rsel); + } + } return (revents); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 2:50:59 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2C0014D23 for ; Fri, 16 Jul 1999 02:50:53 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA22829; Fri, 16 Jul 1999 02:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Jul 1999 02:50:02 -0700 (PDT) Message-Id: <199907160950.CAA22829@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nick Hibma Subject: Re: misc/10231: inet_addr() doesn't check for illegal values in input Reply-To: Nick Hibma Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10231; it has been noted by GNATS. From: Nick Hibma To: freebsd-gnats-submit@FreeBSD.org, wpaul@FreeBSD.org, jdp@FreeBSD.org Cc: philipp@mirapoint.com Subject: Re: misc/10231: inet_addr() doesn't check for illegal values in input Date: Fri, 16 Jul 1999 11:30:12 +0200 Paul, John, Any comments on this PR? Synopsis: Input passed to inet_addr() is not correctly checked for validity. For instance, 437458475894848475 would be accepted, even though it will overflow a 32bit quantity. Likewise, on a four-part dotted-quad only the last integer is checked for correctness. Cheers, Nick -- Paranoid: perl -e 'use strict;' -e ... ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 7:40:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7CA015691 for ; Fri, 16 Jul 1999 07:40:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA49450; Fri, 16 Jul 1999 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 40DCF15137; Fri, 16 Jul 1999 07:30:19 -0700 (PDT) Message-Id: <19990716143019.40DCF15137@hub.freebsd.org> Date: Fri, 16 Jul 1999 07:30:19 -0700 (PDT) From: rich@math.missouri.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/12667: inetd doesn't HUP properly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12667 >Category: bin >Synopsis: inetd doesn't HUP properly >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 16 07:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Richard Winkel >Release: 3.2-stable as of 7/14/99 >Organization: University of Missouri >Environment: FreeBSD crayon.math.missouri.edu 3.2-STABLE FreeBSD 3.2-STABLE #0: Thu Jul 15 12:29:40 CDT 1999 root@crayon.math.missouri.edu:/usr/src/sys/compile/g6_da0_crayon i386 >Description: >How-To-Repeat: With hosts.allow allowing "ALL: localhost : allow" only, and everything commented out in inetd.conf except comsat, ntalk and rstatd, start inetd. Then edit inetd.conf and remove comment from ftp. killall -1 inetd and try to ftp from a REMOTE host to localhost. syslog'd error message is "inetd[2125]: write: Bad file descriptor" >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 8: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22CF914D20 for ; Fri, 16 Jul 1999 08:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA53180; Fri, 16 Jul 1999 08:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DE12E14C02; Fri, 16 Jul 1999 07:51:11 -0700 (PDT) Message-Id: <19990716145111.DE12E14C02@hub.freebsd.org> Date: Fri, 16 Jul 1999 07:51:11 -0700 (PDT) From: you@cc.sakuramail.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12668: The kernel clock goes slow with PLIP device (lp0) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12668 >Category: kern >Synopsis: The kernel clock goes slow with PLIP device (lp0) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 16 08:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Norio Suzuki >Release: 3.2-RELEASE >Organization: >Environment: FreeBSD moz.***.******.co.jp 3.2-RELEASE FreeBSD 3.2-RELEASE #1: Fri Jul 16 21:27:58 JST 1999 you@moz.***.******.co.jp:/usr/src/sys/compile/LIB50APM i386 >Description: While transferring large amount of data via PLIP device (lp0), the kernel clock goes very slow. I'm using Libretto 50, transferring a couple of 10MB file causes that the kenel clock goes slow a couple of 10 seconds. >How-To-Repeat: 1. Prepare two FreeBSD machines, and connect 2 machines with PLIP cable. 2. Configure lp0 device by using /stand/sysinstall, or manually using ifconfig. 3. Make large file. I make such a file by tar'ing home directories. 4. Transfer the file by FTP. The receiver's kernel clock goes slow while transferring. (I didn't make sure the sender's clock goes slow or not, I'm writing this report at home, with the receiver host, sorry.) >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 8:30:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 507B215123 for ; Fri, 16 Jul 1999 08:30:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA56397; Fri, 16 Jul 1999 08:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Jul 1999 08:30:06 -0700 (PDT) Message-Id: <199907161530.IAA56397@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nate Williams Subject: Re: kern/12663: Ambiguous if statement. Reply-To: Nate Williams Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12663; it has been noted by GNATS. From: Nate Williams To: adamw@holonet.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/12663: Ambiguous if statement. Date: Fri, 16 Jul 1999 09:22:19 -0600 Adam Wight writes: > > >Number: 12663 > >Category: kern > >Synopsis: Ambiguous if statement > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Fri Jul 16 02:40:01 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Adam Wight > >Release: FreeBSD 4.0-CURRENT i386 > >Organization: > >Environment: > all > > >Description: > The file sys/i386/apm/apm.c contains an ambiguous if...else statement > that appears to be parsed correctly by the compiler, but could break > silently depending on the compiler release. No, they could not break silently, as the syntax is guaranteed to be correct by the ANSI-C standard. If it broke, the compiler would be broke and a number of other such code in many systems would also break. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 9: 1:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 4595D14E47 for ; Fri, 16 Jul 1999 09:01:15 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id SAA26939; Fri, 16 Jul 1999 18:01:09 +0200 (MET DST) Date: Fri, 16 Jul 1999 18:01:06 +0200 (MET DST) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: Nate Williams Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/12663: Ambiguous if statement. In-Reply-To: <199907161530.IAA56397@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > No, they could not break silently, as the syntax is guaranteed to be > correct by the ANSI-C standard. If it broke, the compiler would be > broke and a number of other such code in many systems would also break. But it should be changed anyway. It is confusing. Nick (who loves Ada) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 9:12: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 340B314C4F for ; Fri, 16 Jul 1999 09:12:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA60271; Fri, 16 Jul 1999 09:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Jul 1999 09:10:02 -0700 (PDT) Message-Id: <199907161610.JAA60271@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Polstra Subject: Re: misc/10231: inet_addr() doesn't check for illegal values in Reply-To: John Polstra Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10231; it has been noted by GNATS. From: John Polstra To: Nick Hibma Cc: philipp@mirapoint.com, jdp@FreeBSD.org, wpaul@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/10231: inet_addr() doesn't check for illegal values in Date: Fri, 16 Jul 1999 08:59:53 -0700 (PDT) Nick Hibma wrote: > Any comments on this PR? > > > Synopsis: > > Input passed to inet_addr() is not correctly checked for > validity. For instance, 437458475894848475 would be accepted, > even though it will overflow a 32bit quantity. > > Likewise, on a four-part dotted-quad only the last integer > is checked for correctness. Yes, it's a bug. The patch has the right idea but it isn't quite right in all the details. For example, in the first chunk of the patch: *** 115,123 **** --- 115,127 ---- } for (;;) { if (isascii(c) && isdigit(c)) { + if (val >= (ULONG_MAX) / base) + return (0); val = (val * base) + (c - '0'); c = *++cp; } else if (base == 16 && isascii(c) && isxdigit(c)) { + if (val >= (ULONG_MAX) / base) + return (0); val = (val << 4) | (c + 10 - (islower(c) ? 'a' : 'A')); c = *++cp; overflow won't be detected if (val == ULONG_MAX / base) and c is not '0'. A simpler and more reliable check would be this: u_int32_t val; /* Notice the new type of this variable */ u_int32_t oldval; ... if (isascii(c) && isdigit(c)) { oldval = val; val = val * base + c - '0'; if (val < oldval) return (0); c = *++cp; } ... and so forth. Also, in the second chunk of the patch, under case 3, there's a bug. The line should read: if (parts[0] > 0xff || parts[1] > 0xff || val > 0xffff) John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 9:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7919A14D50 for ; Fri, 16 Jul 1999 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA61531; Fri, 16 Jul 1999 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Jul 1999 09:20:02 -0700 (PDT) Message-Id: <199907161620.JAA61531@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: Re: misc/10231: inet_addr() doesn't check for illegal values in Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10231; it has been noted by GNATS. From: Garrett Wollman To: John Polstra Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/10231: inet_addr() doesn't check for illegal values in Date: Fri, 16 Jul 1999 12:17:34 -0400 (EDT) < said: > Yes, it's a bug. The patch has the right idea but it isn't quite > right in all the details. For example, in the first chunk of the > patch: > Also, in the second chunk of the patch, under case 3, there's a bug. > The line should read: Actually, the whole function should be rewritten to use strtoul() rather than hand-rolling Yet Another integer parser. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 9:30:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C860151BF for ; Fri, 16 Jul 1999 09:30:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA62709; Fri, 16 Jul 1999 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Jul 1999 09:30:02 -0700 (PDT) Message-Id: <199907161630.JAA62709@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/12668: The kernel clock goes slow with PLIP device (lp0) Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12668; it has been noted by GNATS. From: Bruce Evans To: freebsd-gnats-submit@FreeBSD.ORG, you@cc.sakuramail.com Cc: Subject: Re: kern/12668: The kernel clock goes slow with PLIP device (lp0) Date: Sat, 17 Jul 1999 02:23:04 +1000 >>Description: > While transferring large amount of data via PLIP device (lp0), >the kernel clock goes very slow. I'm using Libretto 50, >transferring a couple of 10MB file causes that the kenel clock goes >slow a couple of 10 seconds. Try this quick fix. It is not the default since it may cause lp0 interface errors on the same slow machines that not having it causes interrupt latency problems. Bruce diff -c2 if_plip.c~ if_plip.c *** if_plip.c~ Wed Jul 7 22:47:03 1999 --- if_plip.c Sat Jul 17 02:20:05 1999 *************** *** 476,480 **** struct mbuf *top; ! s = splhigh(); if (sc->sc_if.if_flags & IFF_LINK0) { --- 476,481 ---- struct mbuf *top; ! s = splimp(); ! (void)spltty(); if (sc->sc_if.if_flags & IFF_LINK0) { *************** *** 643,647 **** err = 1; /* assume we're aborting because of an error */ ! s = splhigh(); /* Suspend (on laptops) or receive-errors might have taken us offline */ --- 644,649 ---- err = 1; /* assume we're aborting because of an error */ ! s = splimp(); ! (void)spltty(); /* Suspend (on laptops) or receive-errors might have taken us offline */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 10:19:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7745B14E34; Fri, 16 Jul 1999 10:19:09 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA67501; Fri, 16 Jul 1999 10:19:09 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Fri, 16 Jul 1999 10:19:09 -0700 (PDT) From: Message-Id: <199907161719.KAA67501@freefall.freebsd.org> To: muir@idiom.com, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/115: systat iostat display doesn't scale high enough Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: systat iostat display doesn't scale high enough State-Changed-From-To: suspended->closed State-Changed-By: n_hibma State-Changed-When: Fri Jul 16 10:15:48 PDT 1999 State-Changed-Why: Systat has been updated to use Mb/s instead of bps. On a system here it kind of represents the right thing at 6Mb/s (as accurate as you get on an ASCII display). For the record, this PR was filed on Sat Jan 14 03:40:02 1995 :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 11: 1:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 510B615517; Fri, 16 Jul 1999 11:01:37 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA70662; Fri, 16 Jul 1999 11:01:33 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Date: Fri, 16 Jul 1999 11:01:33 -0700 (PDT) From: Message-Id: <199907161801.LAA70662@freefall.freebsd.org> To: n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: gnu/450: tar --exclude -c doesn't work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tar --exclude -c doesn't work Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Fri Jul 16 11:01:01 PDT 1999 Responsible-Changed-Why: I've sent off a bug report to the maintainers of tar. let's see what they say of this change in functionality. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 11: 5:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from idiom.com (idiom.com [209.157.64.1]) by hub.freebsd.org (Postfix) with ESMTP id 7F9D615301; Fri, 16 Jul 1999 11:05:36 -0700 (PDT) (envelope-from muir@idiom.com) Received: (from muir@localhost) by idiom.com (8.9.3/8.9.3) id LAA74742; Fri, 16 Jul 1999 11:04:57 -0700 (PDT) Date: Fri, 16 Jul 1999 11:04:57 -0700 (PDT) Message-Id: <199907161804.LAA74742@idiom.com> To: n_hibma@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/115: systat iostat display doesn't scale high enough From: support@idiom.com (David Muir Sharnoff) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Synopsis: systat iostat display doesn't scale high enough * * State-Changed-From-To: suspended->closed * State-Changed-By: n_hibma * State-Changed-When: Fri Jul 16 10:15:48 PDT 1999 * State-Changed-Why: * Systat has been updated to use Mb/s instead of bps. On a system here it * kind of represents the right thing at 6Mb/s (as accurate as you get on an * ASCII display). * * For the record, this PR was filed on * * Sat Jan 14 03:40:02 1995 * * :-) I don't think you should close that problem report. This snapshot from :iostat taken today. /0 /5 /10 /15 /20 /25 /30 /35 /40 /45 /50 da0 MB/s tps|XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX51.70 da1 MB/sX tps|XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX127.75 da2 MB/s tps|XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX da3 MB/s tps|XXXXXXXXXXX fd0 MB/s tps| pass0 MB/s tps| pass1 MB/s tps| pass2 MB/s tps| pass3 MB/s tps| systat still doesn't scale high enough. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 12: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08049156E4 for ; Fri, 16 Jul 1999 12:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA75048; Fri, 16 Jul 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 16 Jul 1999 12:00:02 -0700 (PDT) Message-Id: <199907161900.MAA75048@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Stefan Esser Subject: Re: kern/12632: Panic (trap 18) with Symbios SCSI controller "../../pci/ncr.c" line 5097 Reply-To: Stefan Esser Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12632; it has been noted by GNATS. From: Stefan Esser To: Russell.Ingram@sandiegoca.ncr.com Cc: freebsd-gnats-submit@FreeBSD.ORG, Stefan Esser Subject: Re: kern/12632: Panic (trap 18) with Symbios SCSI controller "../../pci/ncr.c" line 5097 Date: Fri, 16 Jul 1999 19:53:00 +0200 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii On 1999-07-13 14:48 -0700, Russell.Ingram@sandiegoca.ncr.com wrote: > The machine we are planning on hosting FreeBSD 3.2 on is a Server style PC. Intel S450NX MP motherboard (as far as I can tell). It has a Symbios 53c810 & a Symbios 53C896 (the 53c896 appears to be dual 53c896's) built onto the motherboard. It also has an Adaptec 2940 PCI card. It has 2 500 Mhz Pentium III - Xeon processors with one GIG of RAM. I've tried several configurations, but when I leave the Symbios controllers on I get a Panic during the boot from CD right after the 15 second wait for SCSI to set tle. The panic line looks like: > Assertion "target==ccb->ccb.h.target_id" failed:file "../../pci/ncr.c,line 5097". [ Please limit your lines to 80 characters ... ] Sorry, the 53c895/896 is not yet "supported" under -stable. I added code that works together with changes to some register in the U2W chips to the -current tree, a few months back, but when I was just about to merge them into the -stable branch, there was a single report of instability of a system with that driver, and I decided to wait for further feedback. Please let me know, if you find anything wrong with the patch, since I really want to have it in -stable. It worked without any problem for months on my (-current) test system with a Symbios Sym8951 card ... Regards, STefan --45Z9DzgjV8m4Oswq Content-Type: application/x-gunzip Content-Disposition: attachment; filename="NCR-895.patch-3.x.gz" Content-Transfer-Encoding: base64 H4sICAu6XjcCA05DUi04OTUucGF0Y2gtMy54ANVXbW/iRhD+7PyKuTslBWTAr8ASpWouISlV QyKgaqvryTL2QqyCbe0uV77cf7/ZXWNC4qQ97q5qEVrbO7Ozz/PMeBYajQakEWtFhk0IaVt+ 2yJgd/sWfolht2zPP2o2m099HKfveX3PUT6do8b+Rz6D7bieiUMP1BSAgVGiVWzwP5PcMYx3 AO770908QBIvqZp3cP7Vzp8uaSSkwXEeLjByRvOQ6SXenmWZhXGecWmxpUVy2OHBp+ZXwWP3 DsRTrVevg/iI90gvgAUVUWSrsL4K+yaZx3QOo4txcD2YXlwEvw6nP95Mrh+AVGsUK1ezekOX nD6AtHOwvcIhjZP54xCu8rD22ISzjAkRLp7yVJYyU1r1Lat91b+UlUO+mBV0DmJVmbuOQ0y7 41nb3MnV7cZRE4xGw5iEHyiIkOHWWFMgMogE5cICRhcJF5QpvzaO8maC/K/GtzfBeHANNR4n cd2U84Zlbs3TW23UYfbMbVU5clMkDuKewvByMJoOr36HECcmw5u7nwfB9PwaVpTzcEF54V8L C39UPBj8Ng0ml9Px1qmuc6lZuo7OZZUQjmsR03FttyxiiRfBBpOrt2Okw5PYBDl3Pro0wdr0 rhA+aPivnmFXmItgP/1yc2cqPLiZjZtZfllbh29W6Fy1VSXPHrFMh1hlwg3j7vzyclybhbGq MB2rLAG+VwKtMuHfLttF5lqFwzCFKOQUsjnweyxnECxM+ZwyE6twlSG68+mopWXt9RwTB/+F NBOni/Td7n+E/lXGIgqUsYxBggxVh06yFESyotlaKLe2ZkdsZEfsF9j5lmWZOOw6sYhmQW6I XHWFJBVGnHxQR8I6kE8FszMYjt5CLY2CAiucYNFZc7VKe+aUJVkc2FbK5axC5JFuz/RIzynL +HO3U7r9/WbVXImHXMnulF6nKJwRRTNo4KDCccHWeOLhY6DKJuBUiCRdcEjp4tQwPk+JPXbr ILoPmcGjVCxdfWT4VtdBSN1OqcfXhfRErZcAVWrmuh3Td/e7fc5wsznUXh/z/nHch8F4fIs9 6HjTP97U5bWpvuq2La8/4B0Habd6m3rrj/S1akry0AnScEURa143obZOebJIaVx/JOmJxG9C zEUoTOB4kOj29XQBz6JlZSQ+e9YQL+vPhttg26ibFQalGQbkEUtyoViUD9mc667tuzZWnGuX v8P+XfVU9v+P2lVWot+xTRz8XR/+qKp4T9Bt5z2OIc4oT78T2POXVB4H8siYrflOv8cCVhVd XW+hu69sv4yKNUvhr0TcY7PF4Kgrk2+jio8/6PTB4vsuQbSeW77Y3wrtLsmHYK1Umsh3nuze edxatY0oP7OKxrHM0oUR8/D0sH4I8nMGJ2ne/F6ve6cv77fngPJIii5J5GtE7Id/Zw4B9Gw3 /OdwPgGhV4EVRg4AAA== --45Z9DzgjV8m4Oswq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 12:16:56 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id A01BA156DE; Fri, 16 Jul 1999 12:16:50 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id NAA52003; Fri, 16 Jul 1999 13:15:35 -0600 (MDT) (envelope-from ken) Message-Id: <199907161915.NAA52003@panzer.kdm.org> Subject: Re: bin/115: systat iostat display doesn't scale high enough In-Reply-To: <199907161804.LAA74742@idiom.com> from David Muir Sharnoff at "Jul 16, 1999 11:04:57 am" To: support@idiom.com (David Muir Sharnoff) Date: Fri, 16 Jul 1999 13:15:35 -0600 (MDT) Cc: n_hibma@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: "Kenneth D. Merry" X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Muir Sharnoff wrote... > * Synopsis: systat iostat display doesn't scale high enough > * > * State-Changed-From-To: suspended->closed > * State-Changed-By: n_hibma > * State-Changed-When: Fri Jul 16 10:15:48 PDT 1999 > * State-Changed-Why: > * Systat has been updated to use Mb/s instead of bps. On a system here it > * kind of represents the right thing at 6Mb/s (as accurate as you get on an > * ASCII display). > * > * For the record, this PR was filed on > * > * Sat Jan 14 03:40:02 1995 > * > * :-) > > I don't think you should close that problem report. > > This snapshot from :iostat taken today. > > /0 /5 /10 /15 /20 /25 /30 /35 /40 /45 /50 > da0 MB/s > tps|XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX51.70 > da1 MB/sX > tps|XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX127.75 > da2 MB/s > tps|XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX [ ... ] > systat still doesn't scale high enough. The problem here is that the scale at the top has to work for three different things -- megabytes per second, transactions per second, and kilobytes per transaction. We could make the scale larger, so that you get a better picture of transactions per second, but then the scale would be off for megabytes per second on most systems. (kilobytes per transaction as well) Really, IMO, the standard systat -iostat display isn't very useful. I think the :numbers version of the display is more useful, and easier to read. The -vmstat display gives you more overall information, and iostat(8) is better for long term statistics gathering. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 12:46:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from idiom.com (idiom.com [209.157.64.1]) by hub.freebsd.org (Postfix) with ESMTP id A5744156D8; Fri, 16 Jul 1999 12:46:08 -0700 (PDT) (envelope-from muir@idiom.com) Received: (from muir@localhost) by idiom.com (8.9.3/8.9.3) id MAA10762; Fri, 16 Jul 1999 12:45:32 -0700 (PDT) Date: Fri, 16 Jul 1999 12:45:32 -0700 (PDT) From: David Muir Sharnoff Message-Id: <199907161945.MAA10762@idiom.com> To: "Kenneth D. Merry" Cc: n_hibma@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/115: systat iostat display doesn't scale high enough Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * The problem here is that the scale at the top has to work for three * different things -- megabytes per second, transactions per second, and * kilobytes per transaction. * * We could make the scale larger, so that you get a better picture of * transactions per second, but then the scale would be off for megabytes per * second on most systems. (kilobytes per transaction as well) * * Really, IMO, the standard systat -iostat display isn't very useful. I * think the :numbers version of the display is more useful, and easier * to read. * * The -vmstat display gives you more overall information, and iostat(8) is * better for long term statistics gathering. I have to translate that as: I don't see a good way to fix the problem It isn't that important anyway because there are better displays available anyway. A bit of a cop-out but systat at least displays a number when things can't fit. In '95 I don't think it did that. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 13:18:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 517D7156D9; Fri, 16 Jul 1999 13:18:14 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id OAA52214; Fri, 16 Jul 1999 14:17:23 -0600 (MDT) (envelope-from ken) Message-Id: <199907162017.OAA52214@panzer.kdm.org> Subject: Re: bin/115: systat iostat display doesn't scale high enough In-Reply-To: <199907161945.MAA10762@idiom.com> from David Muir Sharnoff at "Jul 16, 1999 12:45:32 pm" To: muir@idiom.com (David Muir Sharnoff) Date: Fri, 16 Jul 1999 14:17:23 -0600 (MDT) Cc: n_hibma@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: "Kenneth D. Merry" X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David Muir Sharnoff wrote... > > * The problem here is that the scale at the top has to work for three > * different things -- megabytes per second, transactions per second, and > * kilobytes per transaction. > * > * We could make the scale larger, so that you get a better picture of > * transactions per second, but then the scale would be off for megabytes per > * second on most systems. (kilobytes per transaction as well) > * > * Really, IMO, the standard systat -iostat display isn't very useful. I > * think the :numbers version of the display is more useful, and easier > * to read. > * > * The -vmstat display gives you more overall information, and iostat(8) is > * better for long term statistics gathering. > > I have to translate that as: > > I don't see a good way to fix the problem > > It isn't that important anyway because there are better > displays available anyway. > > A bit of a cop-out but systat at least displays a number when things > can't fit. In '95 I don't think it did that. Yeah, it is somewhat of a cop out. If you've got a better idea of how to do it, feel free to submit patches. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 13:32:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03E2E14DA3 for ; Fri, 16 Jul 1999 13:32:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA82514; Fri, 16 Jul 1999 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3937F14CFD; Fri, 16 Jul 1999 13:24:07 -0700 (PDT) Message-Id: <19990716202407.3937F14CFD@hub.freebsd.org> Date: Fri, 16 Jul 1999 13:24:07 -0700 (PDT) From: ambrisko@whistle.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12669: SA_NOCLDWAIT not cleared on exec Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12669 >Category: kern >Synopsis: SA_NOCLDWAIT not cleared on exec >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 16 13:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Doug Ambrisko >Release: 4-current >Organization: Whistle >Environment: FreeBSD 770z.whistle.com 4.0-CURRENT FreeBSD 4.0-CURRENT #6: Thu Jul 15 19:31:19 PDT 1999 ambrisko@770z.whistle.com:/usr/home/ambrisko/current/usr/src/sys.foo/compile/THINK i386 >Description: I found a bug in FreeBSB with an old perl script that sets $SIG{"CHLD"}="IGNORE". It seems to have broke ever since SA_NOCLDWAIT has been implemented. The issue seems that SA_NOCLDWAIT should be reset after exec so some /bin/sh commands then hang. This is was Solaris apparently does so everything works fine on Solaris even with pthread. Note this is still broken for libc_r, however, on Solaris it works fine with pthreads. I will investigate that later. >How-To-Repeat: Sample bug: perl -e '$SIG{"CHLD"}="IGNORE"; system ("echo hello | echo hang");' C version: begin 664 bug.tgz M'XL(`&%6CS<``^V6;6_:,!"`^9K\BA-;:6`4DD#3:8Q)#*JN6E\FJ+8OE9"; M.(E%2!`V;=':_[YS0J!TZSIM@NZ#'REQ?&??G<_QRRD949]%M+!!+--TG"84 M`&S3=F2)F(L2L4P+P#EH-IQ]V[(:*+`<:[\`YB:#RIEQ0:8`!3*^FC(^2IYJ M=Q-2&FTCH.VBZ]UN.W!=72=1]$[7IF/8\T%P(1];UUX;IYW/AV596ZN@JE:7 MPI<>@.*?P"FLN1OV\5W, M)Y37P@_Z2CR+&1?>NHRS(":1E.ECPF*C_%W7)LP;"AC/A_C1#JC`PBBWXF+(X0$'60EI/VH/CH^ZGDQ[V0O7,3<7$%2R) M`8LJ)/A&Y77"/*B$)/8B.I6=AL='9RT==`WU-4Z&"Q6T8?$E+;*`CB=BSJDP M2HMV8\)',MY%U8](P+&3^5ATUX9!9]@_'%QT^A MA5*:BY),1EE:W;/0H#;!?`K?*![VS_N7<1&'M7"QU'PA4XJIQ@F(`[KFZ5+` MC@<[;V_S!PU4LVFM/HRP]+#3FJ:ZGM$G7%]1/YG^N>OD:=]KJF5MX5WFS;A& M5R.C+']3[;#I+09OIF'+%9VN7US>[2)UPP1"&D4)W(%+1+&UTJ5W"5M*\M`'N"T+ MV,5=2=`Q[/!=&5S67-K.Y,9*D/?K)3'-N^UF/_\JI'MU77F$3/NF+P#/G/]6 M>N?/SG^S83:EQ&Y:ZOS?!B]Y_JOS?F/G_6H_O!39(;#IC5]MK0J%0J%0*!0* 7A4*A4"@4"H5"H5#\-_P`7^B?80`H``#G ` end Machine without patch for resetting SA_NOCLDWAIT after exec. 770z% gmake rm -f tst tst2 gmake tst gmake[1]: Entering directory `/usr/home/ambrisko' gcc tst.c -o tst gmake[1]: Leaving directory `/usr/home/ambrisko' gmake tst2 gmake[1]: Entering directory `/usr/home/ambrisko' gcc tst2.c -o tst2 gmake[1]: Leaving directory `/usr/home/ambrisko' ./tst Parent change SA_NOCLDWAIT 988 20 22 0 Parent before SA_NOCLDWAIT 988 0 2 0 Child before exec SA_NOCLDWAIT 988 20 22 0 Parent after fork SA_NOCLDWAIT 988 20 22 0 Start 'system ./tst2' Child SA_NOCLDWAIT 991 20 22 0 [Then hangs] Machine with patch for resetting SA_NOCLDWAIT after exec. dhcp2% make rm -f tst tst2 make tst gcc -O -pipe tst.c -o tst make tst2 gcc -O -pipe tst2.c -o tst2 ./tst Parent change SA_NOCLDWAIT 284 20 22 0 Parent before SA_NOCLDWAIT 284 0 2 0 Child before exec SA_NOCLDWAIT 284 20 22 0 Parent after fork SA_NOCLDWAIT 284 20 22 0 Start 'system ./tst2' Child SA_NOCLDWAIT 287 0 2 0 Done 'system' dhcp2% On Solaris 5.7 % make rm -f tst tst2 make tst make[1]: Entering directory `/a/207.76.205.244/root/usr/home/ambrisko' gcc tst.c -o tst make[1]: Leaving directory `/a/207.76.205.244/root/usr/home/ambrisko' make tst2 make[1]: Entering directory `/a/207.76.205.244/root/usr/home/ambrisko' gcc tst2.c -o tst2 make[1]: Leaving directory `/a/207.76.205.244/root/usr/home/ambrisko' ./tst Parent change SA_NOCLDWAIT 26241 10000 10004 effffb30 Parent before SA_NOCLDWAIT 26241 0 20000 effffb30 Child before exec SA_NOCLDWAIT 26241 10000 10000 effffb30 Parent after fork SA_NOCLDWAIT 26241 10000 10000 effffb30 Start 'system ./tst2' Child SA_NOCLDWAIT 26244 0 20000 effffb38 Done 'system' % >Fix: Index: kern_sig.c =================================================================== RCS file: /cvs/freebsd/src/sys/kern/kern_sig.c,v retrieving revision 1.57 diff -r1.57 kern_sig.c 300a301,304 > /* > * Reset no zombies if child dies flag as Solaris does. > */ > p->p_procsig->ps_flag &= ~P_NOCLDWAIT; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 19:58:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [134.102.38.17]) by hub.freebsd.org (Postfix) with ESMTP id D791E14F87 for ; Fri, 16 Jul 1999 19:58:13 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id EAA20546; Sat, 17 Jul 1999 04:52:05 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id EAA36065; Sat, 17 Jul 1999 04:05:31 +0200 (MET DST) From: Juergen Lock Date: Sat, 17 Jul 1999 04:05:31 +0200 To: Matthew Jacob Cc: Juergen Lock , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Message-ID: <19990717040530.A35804@saturn.kn-bremen.de> References: <199907130010.RAA87312@freefall.freebsd.org> <19990714195352.A33275@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990714195352.A33275@saturn.kn-bremen.de>; from Juergen Lock on Wed, Jul 14, 1999 at 07:53:53PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jul 14, 1999 at 07:53:53PM +0200, Juergen Lock wrote: > On Mon, Jul 12, 1999 at 05:33:51PM -0700, Matthew Jacob wrote: > > > > > > 2. mt erase fails similarly (I don't have the syslog right > > > now, sorry) > > > > Possibly due to the same cause. > > > Yup, its working now as i type. Hmm. I spoke too soon it seems... it worked once at that day but today it just went hanging similar to how mt retension hung: bash# gdb -k /kernel /dev/mem GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or 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. This GDB was configured as "i386-unknown-freebsd"... IdlePTD 3100672 initial pcb at 386000 panic messages: --- --- #0 mi_switch () at ../../kern/kern_synch.c:825 825 if (switchtime.tv_sec) (kgdb) proc 35503 (kgdb) bt #0 mi_switch () at ../../kern/kern_synch.c:825 #1 0xc015f3e5 in tsleep (ident=0xc0846c28, priority=16, wmesg=0xc0224da5 "cbwait", timo=0) at ../../kern/kern_synch.c:443 #2 0xc01225fd in cam_periph_ccbwait (ccb=0xc0846c00) at ../../cam/cam_periph.c:720 #3 0xc012270a in cam_periph_runccb (ccb=0xc0846c00, error_routine=0xc0128144 , camflags=CAM_FLAG_NONE, sense_flags=0, ds=0xc07ee824) at ../../cam/cam_periph.c:809 #4 0xc012944b in saerase (periph=0xc07e5180, longerase=1) at ../../cam/scsi/scsi_sa.c:3057 #5 0xc0126d45 in saioctl (dev=3585, cmd=2148035841, arg=0xc3ae9ed0 "\f", flag=3, p=0xc39e7fa0) at ../../cam/scsi/scsi_sa.c:974 #6 0xc018d713 in spec_ioctl (ap=0xc3ae9e0c) at ../../miscfs/specfs/spec_vnops.c:424 #7 0xc018cfbd in spec_vnoperate (ap=0xc3ae9e0c) at ../../miscfs/specfs/spec_vnops.c:129 #8 0xc01c5c2d in ufs_vnoperatespec (ap=0xc3ae9e0c) at ../../ufs/ufs/ufs_vnops.c:2317 #9 0xc0187e01 in vn_ioctl (fp=0xc08b2ac0, com=2148035841, data=0xc3ae9ed0 "\f", p=0xc39e7fa0) at vnode_if.h:395 #10 0xc0168844 in ioctl (p=0xc39e7fa0, uap=0xc3ae9f84) at ../../kern/sys_generic.c:564 #11 0xc01f306f in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 5, tf_esi = -1077945748, tf_ebp = -1077945800, tf_isp = -1011965996, tf_ebx = 134524492, tf_edx = 12, tf_ecx = 134518218, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 671702344, tf_cs = 31, tf_eflags = 515, tf_esp = -1077946204, tf_ss = 39}) at ../../i386/i386/trap.c:1123 #12 0xc01e539c in Xint0x80_syscall () #13 0x80486e5 in ?? () (kgdb) q Ideas anyone? Regards, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 20: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1F4B14FD9 for ; Fri, 16 Jul 1999 20:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA08914; Fri, 16 Jul 1999 20:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7727314F87; Fri, 16 Jul 1999 19:52:03 -0700 (PDT) Message-Id: <19990717025203.7727314F87@hub.freebsd.org> Date: Fri, 16 Jul 1999 19:52:03 -0700 (PDT) From: jobaldwi@vt.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/12675: [PATCH] textproc/sp port installs config.h and config.h.orig Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12675 >Category: misc >Synopsis: [PATCH] textproc/sp port installs config.h and config.h.orig >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 16 20:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Baldwin >Release: n/a >Organization: >Environment: n/a >Description: The textproc/sp accidentally installs both config.h, and the original, unpatched config.h.orig into ${PREFIX}/include/sp >How-To-Repeat: fgrep .orig textproc/sp/pkg/PLIST; or install the port and look in ${PREFIX}/include/sp for config.h.orig >Fix: Apply these patches to the Makefile and pkg/PLIST: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/textproc/sp/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1999/06/02 21:40:22 1.10 +++ Makefile 1999/07/17 02:49:03 @@ -21,6 +21,7 @@ post-install: $(MKDIR) $(PREFIX)/include/sp $(MKDIR) $(PREFIX)/share/doc/sp + $(RM) $(WRKSRC)/include/*.orig for file in $(WRKSRC)/include/*;do $(INSTALL_DATA) $$file $(PREFIX)/include/sp;done for file in $(WRKSRC)/doc/*;do $(INSTALL_DATA) $$file $(PREFIX)/share/doc/sp;done =================================================================== RCS file: /usr/cvs/ports/textproc/sp/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1999/06/02 21:39:10 1.4 +++ PLIST 1999/07/17 02:38:58 @@ -132,7 +132,6 @@ include/sp/XcharMap.cxx include/sp/XcharMap.h include/sp/config.h -include/sp/config.h.orig include/sp/constant.h include/sp/macros.h include/sp/rtti.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 20: 4:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id C0A6A14FD9 for ; Fri, 16 Jul 1999 20:04:43 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.8.7/8.8.7) with ESMTP id UAA18930; Fri, 16 Jul 1999 20:03:23 -0700 Date: Fri, 16 Jul 1999 20:03:23 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Juergen Lock Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus In-Reply-To: <19990717040530.A35804@saturn.kn-bremen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org please file a different bug for this. This is not the same tape bug. I sincerely doubt it's a tape driver bug. On Sat, 17 Jul 1999, Juergen Lock wrote: > On Wed, Jul 14, 1999 at 07:53:53PM +0200, Juergen Lock wrote: > > On Mon, Jul 12, 1999 at 05:33:51PM -0700, Matthew Jacob wrote: > > > > > > > > > 2. mt erase fails similarly (I don't have the syslog right > > > > now, sorry) > > > > > > Possibly due to the same cause. > > > > > Yup, its working now as i type. > > Hmm. I spoke too soon it seems... it worked once at that day but > today it just went hanging similar to how mt retension hung: > > bash# gdb -k /kernel /dev/mem > GNU gdb 4.18 > Copyright 1998 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or 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. > This GDB was configured as "i386-unknown-freebsd"... > IdlePTD 3100672 > initial pcb at 386000 > panic messages: > --- > --- > #0 mi_switch () at ../../kern/kern_synch.c:825 > 825 if (switchtime.tv_sec) > (kgdb) proc 35503 > (kgdb) bt > #0 mi_switch () at ../../kern/kern_synch.c:825 > #1 0xc015f3e5 in tsleep (ident=0xc0846c28, priority=16, > wmesg=0xc0224da5 "cbwait", timo=0) at ../../kern/kern_synch.c:443 > #2 0xc01225fd in cam_periph_ccbwait (ccb=0xc0846c00) > at ../../cam/cam_periph.c:720 > #3 0xc012270a in cam_periph_runccb (ccb=0xc0846c00, > error_routine=0xc0128144 , camflags=CAM_FLAG_NONE, sense_flags=0, > ds=0xc07ee824) at ../../cam/cam_periph.c:809 > #4 0xc012944b in saerase (periph=0xc07e5180, longerase=1) > at ../../cam/scsi/scsi_sa.c:3057 > #5 0xc0126d45 in saioctl (dev=3585, cmd=2148035841, arg=0xc3ae9ed0 "\f", > flag=3, p=0xc39e7fa0) at ../../cam/scsi/scsi_sa.c:974 > #6 0xc018d713 in spec_ioctl (ap=0xc3ae9e0c) > at ../../miscfs/specfs/spec_vnops.c:424 > #7 0xc018cfbd in spec_vnoperate (ap=0xc3ae9e0c) > at ../../miscfs/specfs/spec_vnops.c:129 > #8 0xc01c5c2d in ufs_vnoperatespec (ap=0xc3ae9e0c) > at ../../ufs/ufs/ufs_vnops.c:2317 > #9 0xc0187e01 in vn_ioctl (fp=0xc08b2ac0, com=2148035841, > data=0xc3ae9ed0 "\f", p=0xc39e7fa0) at vnode_if.h:395 > #10 0xc0168844 in ioctl (p=0xc39e7fa0, uap=0xc3ae9f84) > at ../../kern/sys_generic.c:564 > #11 0xc01f306f in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 5, > tf_esi = -1077945748, tf_ebp = -1077945800, tf_isp = -1011965996, > tf_ebx = 134524492, tf_edx = 12, tf_ecx = 134518218, tf_eax = 54, > tf_trapno = 12, tf_err = 2, tf_eip = 671702344, tf_cs = 31, > tf_eflags = 515, tf_esp = -1077946204, tf_ss = 39}) > at ../../i386/i386/trap.c:1123 > #12 0xc01e539c in Xint0x80_syscall () > #13 0x80486e5 in ?? () > (kgdb) q > > Ideas anyone? > > Regards, > -- > Juergen Lock > (remove dot foo from address to reply) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 16 20: 5: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE5A1151AC; Fri, 16 Jul 1999 20:05:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA09533; Fri, 16 Jul 1999 20:04:42 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 16 Jul 1999 20:04:42 -0700 (PDT) From: Message-Id: <199907170304.UAA09533@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: misc/12675: [PATCH] textproc/sp port installs config.h and config.h.orig Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] textproc/sp port installs config.h and config.h.orig Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cpiazza Responsible-Changed-When: Fri Jul 16 20:03:56 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 17 21:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32D4914C14 for ; Sat, 17 Jul 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA15774; Sat, 17 Jul 1999 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6AA1214C0E; Sat, 17 Jul 1999 21:36:07 -0700 (PDT) Message-Id: <19990718043607.6AA1214C0E@hub.freebsd.org> Date: Sat, 17 Jul 1999 21:36:07 -0700 (PDT) From: davestg@bigfoot.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/12688: 3.1-RELEASE freezes when another client on a LAN connects Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12688 >Category: misc >Synopsis: 3.1-RELEASE freezes when another client on a LAN connects >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 17 21:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dave St.Germain >Release: 3.1-RELEASE >Organization: >Environment: FreeBSD guardian.dotdot.us 3.1-RELEASE FreeBSD 3.1-RELEASE #12: Sun Jul 11 23:34:24 EDT 1999 root@guardian.dotdot.us:/usr/src/sys/compile/GUARDIAN i386 5x86 133Mhz with a DEC 21040 connected on a BNC LAN to a windows 80Mhz 486 with a 3Com 509 >Description: FreeBSD will completely lock up if I connect from the windows machine. The problem seems random, but I haven't been able to keep an uptime of more than 3 days. I have ipfw and natd as well as ppp running, and the internet link works MOST of the time. However, recently, FreeBSD has crashed during normal use of natd and ipfw. I can't be exactly sure as to where the problem is because there is no information on the console at the time of the freeze, and there is no indication in any logs. >How-To-Repeat: Connect via telnet or ftp from the windows machine. Various events have triggered a freeze including "more", transferring files to FreeBSD from windows, sending mail to sendmail which gets bounced back, accessing POP too many times, trying to use Apache as a proxy for more than 1 minute, accessing a web page. >Fix: Don't connect to freebsd with the windows machine. Everything works fine on the FreeBSD side when connected to the internet; it only crashes at certain times when connecting from windows (or any host? I might boot up with PicoBSD on the Windows machine and hammer it...) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message