From owner-freebsd-bugs Sun Mar 26 8:30: 5 2000 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 06DE937B97D for ; Sun, 26 Mar 2000 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA12147; Sun, 26 Mar 2000 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F48C37B896 for ; Sun, 26 Mar 2000 08:24:10 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA03315; Sun, 26 Mar 2000 08:24:11 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003261624.IAA03315@freefall.freebsd.org> Date: Sun, 26 Mar 2000 08:24:11 -0800 (PST) From: rguyom@mail.dotcom.fr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17605: matcd driver worked on 3.x but doesn't work anymore on 4.0-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17605 >Category: kern >Synopsis: matcd driver worked on 3.x but doesn't work anymore on 4.0-STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 26 08:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Rémi Guyomarch >Release: 4.0-STABLE >Organization: >Environment: FreeBSD diabolic-cow.mail.dotcom.fr 4.0-STABLE FreeBSD 4.0-STABLE #30: Sun Mar 26 17:08:44 CEST 2000 root@diabolic-cow.mail.dotcom.fr:/usr/src/sys/compile/DIABOLIC-COW i386 >Description: The matcd driver isn't used at all. "dmesg | grep matcd" doesn't output anything. >How-To-Repeat: Add a line "device matcd0 at isa? port ?", compile, install, reboot and "dmesg | grep matcd". >Fix: It seems it's just a typo in i386/isa/matcd.c. This patch fix the problem : --- src/sys/i386/isa/matcd.c.orig Sun Mar 26 17:02:38 2000 +++ src/sys/i386/isa/matcd.c Sun Mar 26 17:04:08 2000 @@ -496,7 +496,7 @@ static int matcd_probe(struct isa_device *dev); static int matcd_attach(struct isa_device *dev); struct isa_driver matcddriver={matcd_probe, matcd_attach, - "matcdc"}; + "matcd"}; static d_open_t matcdopen; >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 Mar 26 11:10: 4 2000 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 A65FF37B865 for ; Sun, 26 Mar 2000 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28755; Sun, 26 Mar 2000 11:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id A69DF37B933 for ; Sun, 26 Mar 2000 11:06:02 -0800 (PST) (envelope-from louie@whizzo.transsys.com) Received: (from louie@localhost) by whizzo.transsys.com (8.9.3/8.9.1) id OAA00589; Sun, 26 Mar 2000 14:06:01 -0500 (EST) (envelope-from louie) Message-Id: <200003261906.OAA00589@whizzo.transsys.com> Date: Sun, 26 Mar 2000 14:06:01 -0500 (EST) From: Louis Mamakos Reply-To: louie@TransSys.COM To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17606: traceroute vs. IPSEC surprise Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17606 >Category: bin >Synopsis: traceroute vs. IPSEC surprise >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: Sun Mar 26 11:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Louis Mamakos >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: FreeBSD 5.0-current, with IPSECv4 configured. >Description: When doing a traceroute to a destination host, the packets emitted are subject to whatever the default IPSEC policy is. If the default policy is to use an encrypted payload for all traffic to the destination, the intermediate hops are unable to return an ICMP time exceeded error. >How-To-Repeat: As described. >Fix: I dunno. This could be a documentation bug. This might be solved by having traceroute supply it's own IPSEC policy to not send encrypted traffic as long as reponses are being returned by intermediate hops. It's unclear if this is a bug or a feature. >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 Mar 26 15:20: 4 2000 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 2DFBB37BA96 for ; Sun, 26 Mar 2000 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA97361; Sun, 26 Mar 2000 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA56637BAD1 for ; Sun, 26 Mar 2000 15:10:01 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA94679; Sun, 26 Mar 2000 15:09:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003262309.PAA94679@freefall.freebsd.org> Date: Sun, 26 Mar 2000 15:09:56 -0800 (PST) From: sparhawk@enteract.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17610: mouse does not work after compiling 4.0-stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17610 >Category: misc >Synopsis: mouse does not work after compiling 4.0-stable >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: Sun Mar 26 15:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: David Foresman >Release: 4.0-release >Organization: n/a >Environment: FreeBSD sparhawk.ce.mediaone.net 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Sun Mar 26 15:25:02 CST 2000 root@sparhawk.ce.mediaone.net:/usr/src/sys/compile/SPARHAWK i386 >Description: I have a ps/2 intellimouse pluged into a kvm switch. During install and setup of 4.0-release the mouse works fine. Using 4.0-release, the mouse works fine. If I cvsup to 4.0-stable or 5.0-current, the mouse no longer works. I have moused="yes" in rc.conf, the moused commandline looks like this. moused -p /dev/psm0 -t auto. I have tried auto, ps/2 and intellimouse as the type. The mouse also doesn't work under X. >How-To-Repeat: Plug mouse into kvm and upgrade to 4.0-stable. >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 Sun Mar 26 17:50: 4 2000 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 501CD37B98E for ; Sun, 26 Mar 2000 17:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA40587; Sun, 26 Mar 2000 17:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from charon.ipass.net (charon.ipass.net [198.79.53.8]) by hub.freebsd.org (Postfix) with ESMTP id D4FB537B6A6 for ; Sun, 26 Mar 2000 17:49:29 -0800 (PST) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-253.dialup.rdu.ipass.net [209.170.132.253]) by charon.ipass.net (8.9.3/8.9.3) with ESMTP id UAA22479; Sun, 26 Mar 2000 20:49:25 -0500 (EST) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id UAA35795; Sun, 26 Mar 2000 20:52:05 -0500 (EST) (envelope-from rhh) Message-Id: <200003270152.UAA35795@stealth.ipass.net.> Date: Sun, 26 Mar 2000 20:52:05 -0500 (EST) From: aa8vb@ipass.net Reply-To: aa8vb@ipass.net To: FreeBSD-gnats-submit@freebsd.org Cc: aa8vb@ipass.net X-Send-Pr-Version: 3.2 Subject: bin/17611: f77 man page needs updated Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17611 >Category: bin >Synopsis: f77 man page needs updated >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 Mar 26 17:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Randall Hopper >Release: FreeBSD 3.4-RELEASE i386 >Organization: self >Environment: Stock 3.4-RELEASE >Description: f77(1) says "From the user side of view this FORTRAN to C translation is completely transparent - f77 looks like a traditional FORTRAN compiler." However, pop this in a file: SUBROUTINE XMDF2T(APARM) IMPLICIT DOUBLE PRECISION(A) INTEGER INT1 DATA FR/0D0/ INTEGER INT2 99998 END and compile using "f77 -c tst.f": Error on line 5 of tst.f: Statement order error: declaration after DATA f77 compilers will eat this, but f2c will not. This is briefly mentioned in f2c.ps. >How-To-Repeat: See above. This is causing me major grief trying to cook a FreeBSD port for the FeatFlow CFD package (www.featflow.de). I realize f2c isn't under our control. Therefore the man page should at least be updated with caveats. >Fix: Please update man page with caveats of use resulting from using f2c over a FORTRAN compiler. Thanks. Note: f77 and f2c from ports generates the same behavior, so the f77 port man page should probably be updated as well. >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 Mar 26 19:30: 5 2000 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 77EDA37BAFA for ; Sun, 26 Mar 2000 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA77897; Sun, 26 Mar 2000 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hunahpu.sics.se (hunahpu.sics.se [193.10.66.220]) by hub.freebsd.org (Postfix) with ESMTP id 46D4337BD5A for ; Sun, 26 Mar 2000 19:20:16 -0800 (PST) (envelope-from root@hunahpu.sics.se) Received: (from root@localhost) by hunahpu.sics.se (8.9.3/8.9.3) id FAA15213; Mon, 27 Mar 2000 05:20:00 +0200 (CEST) (envelope-from root) Message-Id: <200003270320.FAA15213@hunahpu.sics.se> Date: Mon, 27 Mar 2000 05:20:00 +0200 (CEST) From: assar@stacken.kth.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@stacken.kth.se X-Send-Pr-Version: 3.2 Subject: kern/17613: impossible to build FS KLD without kernel source Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17613 >Category: kern >Synopsis: impossible to build FS KLD without kernel source >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 26 19:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Assar >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: any >Description: It's not possible to build file system kernel modules without having kernel source code. This is because vnode_if.pl and vnode_if.src from the source tree are required. >How-To-Repeat: Write a KLD implementing a file system. Try to compile without kernel source code. >Fix: apply the following patch to kern/Makefile and then make sure to check in vnode_if.h --- Makefile.orig Mon Mar 27 05:13:58 2000 +++ Makefile Mon Mar 27 05:17:07 2000 @@ -6,7 +6,7 @@ ARCH= i386 # luna68k news3400 pmax sparc tahoe vax all: - @echo "make tags, make links or init_sysent.c only" + @echo "make tags, make links, init_sysent.c, or vnode_if.h only" init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall-hide.h \ ../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master @@ -17,6 +17,10 @@ -mv -f ../sys/syscall.mk ../sys/syscall.mk.bak -mv -f ../sys/sysproto.h ../sys/sysproto.h.bak sh makesyscalls.sh syscalls.master + +../sys/vnode_if.h: vnode_if.pl vnode_if.src + perl vnode_if.pl -h vnode_if.src + mv vnode_if.h ../sys # Kernel tags: # Tags files are built in the top-level directory for each architecture, >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 Mar 26 19:40: 5 2000 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 DC25237BAC8 for ; Sun, 26 Mar 2000 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA81339; Sun, 26 Mar 2000 19:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hunahpu.sics.se (hunahpu.sics.se [193.10.66.220]) by hub.freebsd.org (Postfix) with ESMTP id 8E4D337BAED for ; Sun, 26 Mar 2000 19:34:54 -0800 (PST) (envelope-from root@hunahpu.sics.se) Received: (from root@localhost) by hunahpu.sics.se (8.9.3/8.9.3) id FAA15545; Mon, 27 Mar 2000 05:34:46 +0200 (CEST) (envelope-from root) Message-Id: <200003270334.FAA15545@hunahpu.sics.se> Date: Mon, 27 Mar 2000 05:34:46 +0200 (CEST) From: assar@stacken.kth.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@stacken.kth.se X-Send-Pr-Version: 3.2 Subject: kern/17614: impossible to CURSIG when compiling with optimization Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17614 >Category: kern >Synopsis: impossible to CURSIG when compiling with optimization >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 26 19:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Assar >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: 5.0-current with sys/signalvar.h 1.34 >Description: It's not possible to build a KLD without optimization if it uses the CURSIG macro since this expand to a call to an `extern inline' function. >How-To-Repeat: write code that calls CURSIG compile it without -O kldload it >Fix: make the function `static __inline' instead of `extern __inline' --- signalvar.h.orig Mon Mar 27 05:30:33 2000 +++ signalvar.h Mon Mar 27 05:33:50 2000 @@ -209,7 +209,6 @@ void sigexit __P((struct proc *p, int signum)); void siginit __P((struct proc *p)); void trapsignal __P((struct proc *p, int sig, u_long code)); -int __cursig __P((struct proc *p)); /* * Machine-dependent functions: @@ -226,7 +225,7 @@ * process, 0 if none. If there is a pending stop signal with default * action, the process stops in issignal(). */ -extern __inline int __cursig(struct proc *p) +static __inline int __cursig(struct proc *p) { sigset_t tmpset; >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 Mar 26 20:10: 7 2000 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 DA5C637BB5B for ; Sun, 26 Mar 2000 20:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA92967; Sun, 26 Mar 2000 20:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A83EB37BB32 for ; Sun, 26 Mar 2000 20:06:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA91322; Sun, 26 Mar 2000 20:06:02 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003270406.UAA91322@freefall.freebsd.org> Date: Sun, 26 Mar 2000 20:06:02 -0800 (PST) From: liujian3670@263.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17615: ¼±ÐèÁ˽âFreeBSSDÖеÄrc.conf,rc.firewallÎļþ,ÅäÖ÷À»ðǽ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Note: There was a bad value `²»¼±' for the field `>Severity:'. It was set to the default value of `serious'. Note: There was a bad value `µÍ' for the field `>Priority:'. It was set to the default value of `medium'. >Number: 17615 >Category: misc >Synopsis: ¼±ÐèÁ˽âFreeBSSDÖеÄrc.conf,rc.firewallÎļþ,ÅäÖ÷À»ðǽ >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 26 20:10:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Áõ½¡ >Release: FreeBSSD 3.4stable >Organization: BNI >Environment: >Description: >How-To-Repeat: >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 Mar 27 1: 0:11 2000 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 9D93D37BCB8 for ; Mon, 27 Mar 2000 01:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA00357; Mon, 27 Mar 2000 01:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from utopia.philosophysw.com (adsl-63-194-91-95.dsl.snfc21.pacbell.net [63.194.91.95]) by hub.freebsd.org (Postfix) with ESMTP id A48E537BBD6 for ; Mon, 27 Mar 2000 00:51:41 -0800 (PST) (envelope-from asaddi@philosophysw.com) Received: (from asaddi@localhost) by utopia.philosophysw.com (8.9.3/8.9.3) id AAA01307; Mon, 27 Mar 2000 00:51:39 -0800 (PST) (envelope-from asaddi) Message-Id: <200003270851.AAA01307@utopia.philosophysw.com> Date: Mon, 27 Mar 2000 00:51:39 -0800 (PST) From: asaddi@philosophysw.com Reply-To: asaddi@philosophysw.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17617: moused: remove debug output from -z option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17617 >Category: bin >Synopsis: moused: remove debug output from -z option >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 Mar 27 01:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Allan Saddi >Release: FreeBSD 4.0-STABLE i386 >Organization: Philosophy SoftWorks >Environment: FreeBSD utopia.philosophysw.com 4.0-STABLE FreeBSD 4.0-STABLE #42: Sun Mar 26 15:05:19 PST 2000 root@utopia.philosophysw.com:/usr/src/sys/compile/UTOPIA i386 >Description: When given the -z option, moused outputs what apparently looks like debug information. >How-To-Repeat: utopia# moused -r high -z 4 -p /dev/psm0 -t auto optind: 5, optarg: '4' utopia# >Fix: --- moused.c.orig Tue Mar 21 19:51:23 2000 +++ moused.c Mon Mar 27 00:41:52 2000 @@ -550,7 +550,7 @@ } rodent.zmap[0] = 1 << (i - 1); rodent.zmap[1] = 1 << i; - printf("optind: %d, optarg: '%s'\n", optind, optarg); + debug("optind: %d, optarg: '%s'\n", optind, optarg); for (j = 1; j < 4; ++j) { if ((optind >= argc) || !isdigit(*argv[optind])) break; >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 Mar 27 2:10:13 2000 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 CDC7137BC7C for ; Mon, 27 Mar 2000 02:10:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA14968; Mon, 27 Mar 2000 02:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 27 Mar 2000 02:10:09 -0800 (PST) Message-Id: <200003271010.CAA14968@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yuan-Chen Cheng Subject: Re: gnu/13438: objc forward core dump using system cc Reply-To: Yuan-Chen Cheng Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/13438; it has been noted by GNATS. From: Yuan-Chen Cheng To: freebsd-gnats-submit@FreeBSD.org, ycheng@sinica.edu.tw Cc: Subject: Re: gnu/13438: objc forward core dump using system cc Date: Mon, 27 Mar 2000 18:09:15 +0800 no more core dump on freebsd 4.0-RELEASE (on K6) but the output value is still wrong. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 4:32:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from knight.cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (Postfix) with ESMTP id 5BB2C37BC57 for ; Mon, 27 Mar 2000 04:31:59 -0800 (PST) (envelope-from cracauer@knight.cons.org) Received: (from cracauer@localhost) by knight.cons.org (8.9.3/8.9.3) id OAA17802; Mon, 27 Mar 2000 14:31:42 +0200 (CEST) Date: Mon, 27 Mar 2000 14:31:42 +0200 From: Martin Cracauer To: Yuan-Chen Cheng Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: gnu/13438: objc forward core dump using system cc Message-ID: <20000327143141.A17693@cons.org> References: <200003271010.CAA14968@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200003271010.CAA14968@freefall.freebsd.org>; from ycheng@beta.wsl.sinica.edu.tw on Mon, Mar 27, 2000 at 02:10:09AM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In <200003271010.CAA14968@freefall.freebsd.org>, Yuan-Chen Cheng wrote: > The following reply was made to PR gnu/13438; it has been noted by GNATS. > > From: Yuan-Chen Cheng > To: freebsd-gnats-submit@FreeBSD.org, ycheng@sinica.edu.tw > Cc: > Subject: Re: gnu/13438: objc forward core dump using system cc > Date: Mon, 27 Mar 2000 18:09:15 +0800 > > no more core dump on freebsd 4.0-RELEASE (on K6) > but the output value is still wrong. This is most probably an occurance of a double casted to int, but being too big for the int. (A reason why exception can be good, BTW). If you'd like to investigate, you could build a libgobjc.a with debug, then insert fpsetmask(FP_X_INV); at the beginning of main(), then run the program linked with the -g library in gdb and see which source line thows the exception. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 5: 0:14 2000 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 6EF3337BC9B for ; Mon, 27 Mar 2000 05:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA31345; Mon, 27 Mar 2000 05:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by hub.freebsd.org (Postfix) with ESMTP id E8A5537BAEF for ; Mon, 27 Mar 2000 04:57:49 -0800 (PST) (envelope-from marcolz@stack.nl) Received: from toad.stack.nl (toad.stack.nl [131.155.140.135]) by mailhost.stack.nl (Postfix) with ESMTP id 372635D006 for ; Mon, 27 Mar 2000 14:57:43 +0200 (CEST) Received: by toad.stack.nl (Postfix, from userid 333) id 7FF719713; Mon, 27 Mar 2000 14:57:39 +0200 (CEST) Message-Id: <20000327125739.7FF719713@toad.stack.nl> Date: Mon, 27 Mar 2000 14:57:39 +0200 (CEST) From: marcolz@stack.nl Reply-To: marcolz@stack.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17619: pax cannot read all tar files created by tar. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17619 >Category: bin >Synopsis: pax cannot read all tar files created by tar. >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 Mar 27 05:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Marc Olzheim >Release: FreeBSD 3.4-RELEASE i386 >Organization: M.C.G.V. Stack >Environment: >Description: When trying to read a tar file created by GNU-tar or Solaris's tar, pax asks for another archive. It seems to misinterpret the tar-header. Some sizes of tar's will be handled just right, others don't. >How-To-Repeat: prompt> dd if=/dev/zero of=foo bs=1759830 count=1 prompt> tar cf bar.tar foo prompt> pax -vf bar.tar -rw-r--r-- 1 marcolz wheel 1759830 Mar 27 14:52 foo pax: End of archive volume 1 reached pax: ustar vol 1, 1 files, 1761280 bytes read, 0 bytes written. ATTENTION! pax archive volume change required. Ready for archive volume: 2 Input archive name or "." to quit pax. >Fix: A work around for this specific example is to do: prompt> { cat bar.tar ; dd if=/dev/zero bs=512 count=1 ; } | pax -v But in general it seems like a good idea to just add a complete block of zeroes, i.e. 10k, so: prompt> { cat bar.tar ; dd if=/dev/zero bs=10k count=1 ; } | pax -v >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 Mar 27 5:18:15 2000 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 D23AA37BCF7; Mon, 27 Mar 2000 05:18:13 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA33014; Mon, 27 Mar 2000 05:18:15 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 27 Mar 2000 05:18:15 -0800 (PST) From: Message-Id: <200003271318.FAA33014@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/16991: booting install disk and USB Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: booting install disk and USB Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Mon Mar 27 05:16:53 PST 2000 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 Mar 27 5:20: 9 2000 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 DB5A737BCA8 for ; Mon, 27 Mar 2000 05:19:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA33218; Mon, 27 Mar 2000 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 912AB37BD73 for ; Mon, 27 Mar 2000 05:18:27 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA33046; Mon, 27 Mar 2000 05:18:29 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003271318.FAA33046@freefall.freebsd.org> Date: Mon, 27 Mar 2000 05:18:29 -0800 (PST) From: gram@cequrux.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17620: Digi/570i sync driver (if_ar.c) causes system freezes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17620 >Category: kern >Synopsis: Digi/570i sync driver (if_ar.c) causes system freezes >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 Mar 27 05:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Graham Wheeler >Release: 2.2.8 >Organization: CEQURUX Technologies >Environment: FreeBSD cpmail.cequrux.com 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Thu Feb 17 17:04:50 SAST 2000 root@cpmail.cequrux.com:/usr/src/sys/i386/conf/GENERIC i386 >Description: First, let me point out that even though this is on an old version of FreeBSD, the arN driver code has not changed since this release in any way that would have fixed the problem (at least not by FreeBSD 3.3), so it seems safe to assume that the problem still exists in all versions of FreeBSD subsequent to 2.2.8. When using a Digi/570i card in place of a dedicated router, the O/S will freeze up after a while. The last few lines in the kernel message buffer look something like: Mar 6 18:46:47 cpmail /kernel: ar0: Receive error chan 0, stat a4, msci st3 b, rxhind 1, cda 400a, eda43a2. Mar 6 18:46:47 cpmail /kernel: ar0: Receive error chan 0, stat a4, msci st3 b, rxhind 2, cda 4014, eda 4000. The machine has to be hard-reset after this to bring it back up. >How-To-Repeat: It seems to happen after some time. It doesn't appear to be related to heavy load, but presumably there must be *some* load. On the machine in question, it has happened twice this month. If this was a panic followed by a reboot it wouldn't be quite as bad, but freezing up is very undesirable behaviour, especially as this machine acts as a mailserver. >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 Mar 27 5:20: 9 2000 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 7A7C837BB4B for ; Mon, 27 Mar 2000 05:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA33227; Mon, 27 Mar 2000 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 6028337BC2B for ; Mon, 27 Mar 2000 05:18:27 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id RAA63991; Mon, 27 Mar 2000 17:18:19 +0400 (MSD) Message-Id: <200003271318.RAA63991@netserv1.chg.ru> Date: Mon, 27 Mar 2000 17:18:19 +0400 (MSD) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17621: Locale is not used properly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17621 >Category: kern >Synopsis: Locale is not used properly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 27 05:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: FreeBSD-3.4-STABLE >Description: According to man-pages, toupper et. al. functions should use current locale to transform non-english letters. But they don't. >How-To-Repeat: Compile this program. It will output lowercase letter, instead of uppercase. #include #include #include main() { setlocale(LC_CTYPE, "ru_RU.KOI8-R"); setlocale(LC_COLLATE, "ru_RU.KOI8-R"); printf("%c\n", toupper('Æ')); }; >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 Mar 27 6:50: 4 2000 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 B3CBB37B9D0 for ; Mon, 27 Mar 2000 06:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA10499; Mon, 27 Mar 2000 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from lavender.yy.cs.keio.ac.jp (ppp104.dialup.st.keio.ac.jp [131.113.27.104]) by hub.freebsd.org (Postfix) with ESMTP id 9F6C937B926 for ; Mon, 27 Mar 2000 06:46:52 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id WAA19938; Mon, 27 Mar 2000 22:36:48 +0900 (JST) Message-Id: <200003271336.WAA19938@lavender.yy.cs.keio.ac.jp> Date: Mon, 27 Mar 2000 22:36:48 +0900 (JST) From: MIHIRA Yoshiro Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/17622: [Patch] pccard.conf for corega Ether PCM-T/NE2000 compatible PCMCIA Ethernet Card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17622 >Category: conf >Synopsis: [Patch] pccard.conf for corega Ether PCM-T/NE2000 compatible PCMCIA Ethernet Card >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: Mon Mar 27 06:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 5.0-CURRENT i386 >Organization: Yokohama, Japan. >Environment: >Description: I have Corega K.K. Ether PCM-T/NE2000 compatible PCMCIA Ethernet Card. I can use this card under FreeBSD-5-current(and 4.0-RELEASE) with below configuration(pccard.conf). I hope to add to below configuration to /etc/pccard.conf.sample. Thank you >How-To-Repeat: >Fix: # Corega PCM-T card "Corega,K.K." "Ethernet LAN Card" config auto "ed0" ? insert logger -t pccard:$device -s Corega PCM-T inserted insert /etc/pccard_ether $device remove logger -t pccard:$device -s Corega PCM-T removed remove /sbin/ifconfig $device 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 Mon Mar 27 6:50:41 2000 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 0C16937BBA0; Mon, 27 Mar 2000 06:50:38 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA10717; Mon, 27 Mar 2000 06:50:38 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 27 Mar 2000 06:50:38 -0800 (PST) From: Message-Id: <200003271450.GAA10717@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/17209: Re: 3.4 Lock-up during file-completion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: 3.4 Lock-up during file-completion Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Mon Mar 27 06:49:50 PST 2000 Responsible-Changed-Why: This belongs to bugs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 6:51:49 2000 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 E3A7037B822; Mon, 27 Mar 2000 06:51:47 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA10971; Mon, 27 Mar 2000 06:51:48 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 27 Mar 2000 06:51:48 -0800 (PST) From: Message-Id: <200003271451.GAA10971@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/17343: /dev/da4* gets created improperly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /dev/da4* gets created improperly Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Mon Mar 27 06:51:21 PST 2000 Responsible-Changed-Why: Belongs to bugs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 6:53:11 2000 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 1685A37BC9B; Mon, 27 Mar 2000 06:53:10 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA11285; Mon, 27 Mar 2000 06:53:10 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 27 Mar 2000 06:53:10 -0800 (PST) From: Message-Id: <200003271453.GAA11285@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/17377: "Checking for rejected mail hosts:" gives too little info Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "Checking for rejected mail hosts:" gives too little info Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Mon Mar 27 06:52:35 PST 2000 Responsible-Changed-Why: Belongs to bugs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 7:50: 4 2000 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 43C6B37B705 for ; Mon, 27 Mar 2000 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA19322; Mon, 27 Mar 2000 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gw-nl4.philips.com (gw-nl4.philips.com [192.68.44.36]) by hub.freebsd.org (Postfix) with ESMTP id F0AE337B5F6 for ; Mon, 27 Mar 2000 07:46:30 -0800 (PST) (envelope-from Paul.Hernaus@nl.origin-it.com) Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1]) by gw-nl4.philips.com with ESMTP id RAA06838 for ; Mon, 27 Mar 2000 17:46:12 +0200 (MEST) (envelope-from Paul.Hernaus@nl.origin-it.com) Received: from smtprelay-eur1.philips.com(130.139.36.3) by gw-nl4.philips.com via mwrap (4.0a) id xma006836; Mon, 27 Mar 00 17:46:13 +0200 Received: from itchy.mpn.cp.philips.com (itchy.mpn.cp.philips.com [130.139.64.191]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id RAA01845 for ; Mon, 27 Mar 2000 17:46:11 +0200 (MET DST) Received: by itchy.mpn.cp.philips.com (Postfix, from userid 100) id 70ACEA8C0; Mon, 27 Mar 2000 17:46:11 +0200 (CEST) Message-Id: <20000327154611.70ACEA8C0@itchy.mpn.cp.philips.com> Date: Mon, 27 Mar 2000 17:46:11 +0200 (CEST) From: Paul.Hernaus@nl.origin-it.com Reply-To: paul@itchy.mpn.cp.philips.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17623: date(1) -v doesn't handle time changes (DST) correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17623 >Category: bin >Synopsis: date(1) -v doesn't handle time changes (DST) correctly >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 Mar 27 07:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Paul Hernaus >Release: FreeBSD 5.0-CURRENT i386 >Organization: Origin >Environment: All FreeBSD as far as I know >Description: Date adjustments with -v can result in an error because Daylight Savings Time is handled incorrectly. >How-To-Repeat: [~] paul@itchy> date Mon Mar 27 17:42:55 CEST 2000 [~] paul@itchy> date -v-38H Sun Mar 26 03:42:59 CEST 2000 [~] paul@itchy> date -v-39H -39H: Cannot apply date adjustment usage: date [-nu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... [-f fmt date | [[[[[cc]yy]mm]dd]HH]MM[.ss]] [+format] >Fix: First convert the start date to UTC, then do the math, then convert back to the desired time zone, just like GNU date does. The correct result in this case would have been: [~] paul@itchy> date -v-39H Sun Mar 26 01:42:59 CET 2000 >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 Mar 27 8: 0:35 2000 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 4A08A37B912; Mon, 27 Mar 2000 08:00:34 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA20437; Mon, 27 Mar 2000 08:00:35 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Mon, 27 Mar 2000 08:00:35 -0800 (PST) From: Message-Id: <200003271600.IAA20437@freefall.freebsd.org> To: kjwolf@seismic.de, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/14785: PPP userland/client crashes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PPP userland/client crashes State-Changed-From-To: feedback->closed State-Changed-By: brian State-Changed-When: Mon Mar 27 07:59:46 PST 2000 State-Changed-Why: No response from the originator - believed fixed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 10:20: 5 2000 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 874FB37B779 for ; Mon, 27 Mar 2000 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA29933; Mon, 27 Mar 2000 10:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CBAD37BB0F for ; Mon, 27 Mar 2000 10:10:52 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA28136; Mon, 27 Mar 2000 10:10:52 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003271810.KAA28136@freefall.freebsd.org> Date: Mon, 27 Mar 2000 10:10:52 -0800 (PST) From: kjh@linux.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17626: sshd cores when I scp to it Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17626 >Category: i386 >Synopsis: sshd cores when I scp to it >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 27 10:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: kj >Release: 3.3 >Organization: >Environment: FreeBSD fud.indifference.org 3.4-RELEASE FreeBSD 3.4-RELEASE #1: Sat Feb 19 17:26:42 PST 2000 dante@fud.indifference.org:/usr/src/sys/compile/FUD i386 >Description: When I scp from my linux computer (slack 4) to my FBSD 3.3 on the linux side I recieve: Command terminated on signal 11. lost connection On the FBSD side I recieve:Mar 27 09:12:22 fud /kernel: pid 90956 (zsh), uid 0: exited on signal 11 (core dumped) and leaves a shell core in the home directory of the user I am scp-ing with. I can scp from FBSD to Linux fine, and ssh works great both ways. This is with openssh-1.2 1.5 from the ports program. I then tried to switch shells and gave that user a default shell on /bin/sh (not /usr/local/bin/zsh) and I don't recieve anything. It just hangs on the Linux side and doesn't display anything on FBSD. So I am not too sure what is going on. >How-To-Repeat: I just have to scp to the fbsd computer. >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 Mar 27 10:30: 7 2000 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 1CCDC37C7FE for ; Mon, 27 Mar 2000 10:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA31369; Mon, 27 Mar 2000 10:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2858637BCA8 for ; Mon, 27 Mar 2000 10:20:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA30024; Mon, 27 Mar 2000 10:20:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003271820.KAA30024@freefall.freebsd.org> Date: Mon, 27 Mar 2000 10:20:59 -0800 (PST) From: dedrick@dsl-035-f.resnet.purdue.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17627: problem with install floppy? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17627 >Category: kern >Synopsis: problem with install floppy? >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 27 10:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: dedrick >Release: 4 >Organization: >Environment: >Description: I wanted to install 4.0 off of ftp. When I boot off of the kern.flp floppy, I keep getting an error: 0x4 (lba=0x38) What does this mean? >How-To-Repeat: >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 Mar 27 10:49:12 2000 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 8982D37BB9A; Mon, 27 Mar 2000 10:49:10 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA35644; Mon, 27 Mar 2000 10:49:11 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Mon, 27 Mar 2000 10:49:11 -0800 (PST) From: Message-Id: <200003271849.KAA35644@freefall.freebsd.org> To: dedrick@dsl-035-f.resnet.purdue.edu, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17627: problem with install floppy? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: problem with install floppy? State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Mon Mar 27 10:47:46 PST 2000 State-Changed-Why: It means you have a bad floppy or the image you transfered got damaged. Use binary mode to transfer and try a different floppy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 11: 1:31 2000 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 1EBB737BD8D for ; Mon, 27 Mar 2000 11:00:10 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA38437 for freebsd-bugs@freebsd.org; Mon, 27 Mar 2000 11:00:04 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Mar 2000 11:00:04 -0800 (PST) Message-Id: <200003271900.LAA38437@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/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/24] bin/5139 portmap does not find interfaces correctl o [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 peter 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 s [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug 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. o [1998/09/08] i386/7859 luigi fatal trap 12 in midi_synth_input f [1998/09/14] kern/7927 n_hibma 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 obrien gcc -pipe xxx.s hangs f [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 a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails f [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/24] bin/8829 bug in innetgr (was: Fix port: security/s f [1998/11/25] kern/8861 n_hibma under heavy (multi interface) traffic ep0 f [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after a [1999/01/05] kern/9334 n_hibma cp fails for 2048 Bytes/sector media o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n 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/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 a [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/10725 stb 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/10965 obrien lcc-3.6 unable to compile anything o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/17] kern/11196 n_hibma kernel mode page fault 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/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] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/04] i386/11488 Error while starting FreeBSD 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/31] kern/11966 TCP copies send and receive socket buffer 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] 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] kern/12248 CRON in malloc(): warning: pointer to wr 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/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/12] misc/12607 System crashes after boot, portmap endles o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG f [1999/07/20] misc/12720 gdbm (And possibly other libraries in /us o [1999/07/21] kern/12730 poll() causes indeterministic program han o [1999/07/21] misc/12743 Cannot boot the 3.2 floppies o [1999/08/02] misc/12923 Installation fails on HP Net Server f [1999/08/04] kern/12980 NetGear Dec 21140AF Ethernet Card unrecog o [1999/08/06] bin/12998 des still inetd junk pointer too low to make o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C a [1999/08/20] kern/13270 dillon NFS hangs if written through self-mount o [1999/08/23] alpha/13338 alpha panic: pmap_remove_all: pv_table for 162b o [1999/08/24] kern/13352 No support for Promise Ultra/66 o [1999/08/30] misc/13474 Maximum Number of IPs Permitted in the .. o [1999/09/07] bin/13615 awk corrupts the memory arena when OFMT i o [1999/09/09] alpha/13653 alpha panic: pmap_remove_all: pv_table for 90b6 o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/17] i386/13797 SMP/NFS panics on 3.3-RC o [1999/09/18] i386/13802 freebsd 3.3 fails to boot with irq proble o [1999/09/19] i386/13817 system reboot o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/19] i386/13844 keyboard locks up when I page through a m f [1999/09/20] i386/13849 grog dump on vinum r5 freezes system o [1999/09/22] i386/13892 Kern.flp does not boot on Compaq Presario o [1999/09/24] i386/13933 nfs server panics in tulip_rx_intr() o [1999/09/24] kern/13940 Panic with dd on block/"cooked" devices u o [1999/09/24] kern/13944 ATAPI cd-rom not boot to install, nor de o [1999/09/27] misc/13995 Full duplex mode doesn't work right with o [1999/09/28] kern/14028 ATAPI cd-rom not boot to install and can' o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/05] kern/14141 3.3-RELEASE crashing often o [1999/10/06] kern/14162 sudden reboot problem ( maybe kernel pani o [1999/10/08] misc/14204 error 6: panic: cannot mout root(2) o [1999/10/10] i386/14256 System doesn't boot under FreeBSD 3.2 o [1999/10/14] kern/14322 mount respects permissions of underlying o [1999/10/15] kern/14347 kdump & truss won't compile because addit o [1999/10/17] i386/14373 Error while booting from floppy disk o [1999/10/24] i386/14492 FreeBSD won't install/work with an Asus S o [1999/10/25] kern/14510 kernel panic while pressing panic o [2000/02/09] i386/16620 4.0-20000208-CURRENT fails to boot on ASU o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/14] kern/16712 ISA PNP memory range size calculated wron o [2000/02/15] kern/16740 The kernel panics with "ffs_clusteralloc: o [2000/02/16] kern/16767 open("/dev/ppi0") will crash machine with o [2000/02/18] i386/16802 An user math program have the system on K o [2000/02/18] kern/16803 Newer Adaptec controllers make system han o [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills o [2000/02/21] bin/16862 strptime(..., "%+" ...) dumps core o [2000/02/21] kern/16890 Fatal trap 12: page fault while in kernel o [2000/02/21] misc/16901 cannot boot 3.4 floppies o [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP o [2000/02/28] kern/17067 consistent "make -k buildworld" crash wit o [2000/03/01] kern/17122 crash due to: softdep_disk_write_complete o [2000/03/02] kern/17124 panic: vm_object_deallocate: object deall o [2000/03/03] kern/17148 If keyboard is not attached while booting o [2000/03/03] kern/17152 kernel panic:aio_write o [2000/03/03] kern/17154 need to raise file descriptor limit, its o [2000/03/07] kern/17248 FreeBSD 3.4 won't install on 486/100 IBM o [2000/03/08] ports/17267 dirk new lyx port does not link -- gettext (-l o [2000/03/10] kern/17305 advansys driver time-out around 30 minute o [2000/03/10] kern/17311 bug in the code handling ioctl SIOCGIFCON o [2000/03/12] kern/17339 3.4-R on a K6-2: panic: pmap_release: fre o [2000/03/12] ports/17340 ports Ports that need Xaw3d won't build o [2000/03/15] i386/17391 rnordier FreeBSD boot loader does not recognize ke o [2000/03/15] i386/17398 Install failure of 4.0-Release via ftp an o [2000/03/15] kern/17400 sos panic: resource_list_alloc when booting o [2000/03/16] ports/17426 ports tkrat2 port broken -- builds, but does no o [2000/03/18] i386/17485 Partition editor completely non-functiona o [2000/03/19] ports/17491 ports Can't get the OpenSSH port to compile und o [2000/03/22] i386/17557 BTX Loader Hardlocks on FIC-SD11 Motherbo o [2000/03/22] i386/17558 ncr1 controller is not working properly i o [2000/03/23] kern/17565 4.0-RELEASE install does not access IDE d o [2000/03/24] kern/17582 Realtek driver crashes when copying a lot o [2000/03/27] kern/17620 Digi/570i sync driver (if_ar.c) causes sy 197 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps 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 dillon Machine can be panicked by a userland pro o [1996/09/29] kern/1689 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 f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly 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 [1997/01/09] bin/2430 grog mountd stops on loading if subnet mask is s [1997/02/03] kern/2647 changing existing route to -static crashe 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 f [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/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/08] kern/2919 vm_fault: fault on nofault entry, addr: f 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] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 mdodd 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/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/18] kern/3899 df while unmounting floppy crashes 2.2.2 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 s [1997/07/06] gnu/4042 gdb stackframe in static library shows no 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/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/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/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/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/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/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/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/15] conf/5062 login.access not evaluated correctly o [1997/11/18] kern/5085 System crash during mount command for CD 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 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 asmodai groff -mm or groff -mmm ??? s [1998/02/17] gnu/5767 phantom man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/28] kern/5877 sb_cc counts control data as well as data 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/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/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/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/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] 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/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card 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 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/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 s [1998/07/06] misc/7190 phk "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/23] ports/7383 imp 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 dillon -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/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters f [1998/08/20] i386/7698 n_hibma scotty/tkined library error 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/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 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/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/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 o [1998/09/22] conf/8031 peter [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/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/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/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/28] misc/8480 odd Korean timedef(LC_TIME) 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/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/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 markm exmh2 has problems with some date formats s [1998/11/09] misc/8623 [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 f [1998/11/12] kern/8669 phantom aio_write() and aio_read() do not work AT o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne 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/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/25] bin/8865 syslogd hangs with serial console a [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw 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/06] kern/8981 this also fixes X crashes and sio silo ov 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] kern/9163 [patch] squid does not join a multicast g o [1998/12/27] bin/9214 kldload(8) error messages are inadequate 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/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/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/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] 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/22] docs/9618 asmodai many typos in groff_mm(7) o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/28] i386/9759 Tar process hangs on buggy tapes 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 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 o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s 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 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/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/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/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet 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/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] 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/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo 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/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 dcs 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 /bin/sh: Fix to prevent infinite loops on 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/10946 se kdm 1.1 does not work correctly - XBINDIR 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/10991 lpd hangs system if printer not ready on 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/08] misc/11024 getpwnam(3) uses incorrect #define to lim 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 o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) 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/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/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] 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/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/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/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] kern/11697 dg 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 f [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] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including 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] 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] kern/11936 wine don't work (SMP) (-STABLE) o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. 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/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] bin/12120 named crashes. o [1999/06/10] gnu/12122 cc hangs on STDIN with -pipe and .s files o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/15] misc/12221 djpeg halt's freebsd box 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] 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 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] bin/12349 des 3.2-R inetd doesn't re-read ALL configura s [1999/06/24] kern/12381 bde 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/28] kern/12434 signal 11 (core dumped) on mysqld when ma 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/06] i386/12529 Linksys ether16 NE2000 compat. won't conf o [1999/07/06] bin/12538 getpwuid() NIS UID override fails 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/09] misc/12577 Can't link code using catopen o [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/14] misc/12640 Can use 2nd CD-ROM for fixit mode. o [1999/07/15] kern/12646 IGMP reports not sent if no multicast rou o [1999/07/16] gnu/12662 tar verification doesn't work in 3.2-RELE o [1999/07/18] kern/12703 tx0 truncates skip packets o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/21] i386/12749 marcel Bug in link() and all other filename func o [1999/07/22] kern/12758 Adjusting the idle priority of a process o [1999/07/23] i386/12771 lpt hangs and never works again, even aft o [1999/07/24] kern/12800 buffer leak in cluster_wbuild o [1999/07/26] alpha/12821 alpha slib.aq for the 3.2-RELEASE alpha distrib o [1999/07/27] alpha/12832 alpha config -g creates broken Makefile in 3.2- o [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/07/28] misc/12856 installworld over nfs broken (3.2S) o [1999/07/29] kern/12869 panic: softdep_flushfiles: looping o [1999/07/30] kern/12884 Hot to panic FreeBSD-3.2-Release o [1999/08/02] kern/12927 jedgar [PATCH] using BROKEN_KEYBOARD_RESET optio o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX o [1999/08/03] misc/12938 gethostbyaddr(209.201.116.19) - Bus error o [1999/08/04] kern/12979 Response time continually slows on idle m o [1999/08/05] kern/12991 system queue is cleared when a port or pi o [1999/08/06] kern/12996 ifconf in sys/net/if.c returns larger buf o [1999/08/07] conf/13013 Selecting CDROM as install media doesn't o [1999/08/08] kern/13022 ipfilter is out-of-date o [1999/08/08] misc/13027 sysinstall has no /dev entry for wfd0s4 ( o [1999/08/10] i386/13058 Installation hangs after commit f [1999/08/13] kern/13113 panic related (proberbly) to vnode o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/14] ports/13145 se kaudioserver runs amok on logout o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir o [1999/08/15] ports/13170 ports New port: UW-Imap with maildir and qmail o [1999/08/15] gnu/13172 Bug in workaround of russian locale & sor o [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted o [1999/08/17] kern/13198 panic: vm_fault: fault on nofault entry o [1999/08/17] gnu/13200 The assembler chokes on very long operand o [1999/08/18] kern/13234 .../netinet/ip_input.c should include opt o [1999/08/24] bin/13350 make clean in bsd.obj.mk no longer proper o [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/25] kern/13382 Only 1 parallel port supported if pps ena o [1999/08/25] bin/13383 sys/netinet/in.h violates C++ spec. o [1999/08/26] kern/13405 syslogd get system hang o [1999/08/27] gnu/13427 gdb reports wrong info o [1999/08/28] gnu/13438 objc forward core dump using system cc o [1999/08/29] i386/13452 changing to root device wd0s1a \n error 2 o [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/08/30] misc/13470 Old problem re-introduced: TCP sucket buf o [1999/09/01] kern/13517 hang system o [1999/09/05] kern/13587 Voxware MIXER_READ ioctl corrupts memory o [1999/09/06] kern/13593 Problems with FIFO and select o [1999/09/07] kern/13612 gibbs "Timedout SCB handled by another timeout" o [1999/09/07] kern/13630 system halts after npx0 detected on 3.2 i o [1999/09/07] kern/13632 Floppy hangs system o [1999/09/08] kern/13646 Kernel Trap error when booting 3.3-RC ker o [1999/09/09] i386/13655 sysmouse, signal 10 and XF86_S3 o [1999/09/10] bin/13679 ncurses-based programs eat 100% CPU after o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/11] bin/13703 MCNP compilation problem o [1999/09/12] bin/13711 root fs not properly unmounted after shut o [1999/09/12] ports/13714 stb netatalk-1.4b2+asun2.1.3 fails chmod g+s o [1999/09/13] conf/13724 Prevent ".: Out of file descriptors" erro o [1999/09/13] gnu/13729 strip(1) exits with an error on script fi o [1999/09/13] kern/13736 enabling NAT on 3.3RC results in panic sb o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c o [1999/09/15] i386/13765 memory problem: compilation of emacs dies o [1999/09/15] bin/13768 sh MAKEDEV cdN creates all cd(N-1)-device o [1999/09/15] misc/13771 brian Packet fragment filter bug in user-land P o [1999/09/16] conf/13775 multi-user boot may hang in NIS environme o [1999/09/16] conf/13785 jkh boot block/manager problem at installatio o [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/18] i386/13811 ide cdrom stops recognizing audio cdroms o [1999/09/19] ports/13839 se kdegraphics11 'make PREFIX' fix, one comp o [1999/09/19] i386/13847 missing support for INT 0x13 extensions i o [1999/09/20] i386/13857 Problem with switching between processes o [1999/09/22] alpha/13912 alpha unaligned access Problem seems to be aff o [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/24] kern/13941 ncr0: SCSI phase error on GENERIC kernel o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/26] bin/13980 Parameter expansion pattern removal bug i o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails o [1999/09/28] kern/14026 Many network connections get left in the o [1999/09/28] i386/14027 "disklabel -r -w" on new disk reports "No o [1999/09/28] kern/14033 Data acq process gets stuck in vmopar o [1999/09/30] kern/14060 3.3-STABLE on primary mail server panics o [1999/09/30] bin/14069 Buffer overflow in mail(1) o [1999/09/30] kern/14072 Rebooting in FreeBSD 3.3 wipes out known o [1999/10/01] conf/14075 CDROM not being recognized during certain o [1999/10/02] kern/14096 parallel port -- ppi -- driver broken aft o [1999/10/03] bin/14102 make world -DWANT_AOUT fails in lib/compa o [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d o [1999/10/04] kern/14123 lnc driver is not working o [1999/10/04] ports/14128 torstenb Wrong group and mode on postdrop program o [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/05] kern/14144 bad conversions in kern_fork() o [1999/10/07] misc/14178 FreeBSD 3.2 - Calls from CGI scripts, cro o [1999/10/07] kern/14183 grog bridge forwarding corrupted broadcast IP o [1999/10/10] bin/14250 restore(8) can loop if tty goes away or w o [1999/10/10] misc/14254 [Fwd: clock(3) runs backwards! (fwd)] (fw o [1999/10/10] kern/14257 error 6: panic: cannot mount root (2) - d o [1999/10/11] misc/14264 Combination of aio_read(), pthread_cond_w o [1999/10/12] i386/14282 Using FreeBSD 3.* ThinkPad 600E doesn't r o [1999/10/12] ports/14283 ache apache13 htpasswd dumps core o [1999/10/12] kern/14285 dillon NFS client appears to lose data o [1999/10/14] i386/14324 wst OR atapi drivers won't work o [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] misc/14327 names used in netdb.h may conflict with n o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/15] kern/14354 grog vinum cannot compile for alpha o [1999/10/20] misc/14431 Network Interface Problem o [1999/10/20] bin/14444 enigma command can't decrypt files encryp o [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron o [1999/10/22] kern/14457 SIOCGIFCONF uses too much memory o [1999/10/25] bin/14524 markm PERL 5.005_03 Config.PM on 3.2-STABLE say o [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14546 SB128PCI work incorrect play wav-files un o [1999/10/26] kern/14549 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro o [1999/10/31] bin/14626 sendmail 8.9.3 bug with aliases in -CURRE o [1999/11/03] i386/14689 waitpid doesn't harvest child process whe o [1999/11/04] kern/14712 root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 when sysinstall is running as init it sho o [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master o [1999/11/08] kern/14787 /dev/lpt0 doesn't work unless/until you d f [1999/11/09] kern/14797 Serious locking problem in CURRENT o [1999/11/09] i386/14799 Promise Ultra33 doesn't work o [1999/11/09] i386/14806 if_tun.ko conflicts with built-in tunnel o [1999/11/10] misc/14811 getpwent is not enumerating all entries i o [1999/11/10] kern/14812 de0 driver malfunctions in full-duplex o [1999/11/10] kern/14814 4.0-CURRENT SMP mode causes ep0 slow o [1999/11/11] ports/14826 obrien security/fwtk smapd calls sendmail with w o [1999/11/12] bin/14844 rwhod is remotely crashable o [1999/11/12] kern/14848 Frame Relay support, corrected o [1999/11/12] kern/14849 newpcm doesn't work with Vibra16X a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/14] kern/14890 ffs_valloc: dup alloc o [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/15] kern/14900 3.3-RELEASE panic in pmap_pte_quick() o [1999/11/16] kern/14917 grog DMA doesn't works with ALI ALADDIN M1543/ o [1999/11/16] kern/14918 Write access to write protected media cau o [1999/11/16] bin/14920 install(1) hangs when intalling files sam o [1999/11/16] misc/14932 "more" eating up CPU on users with shell= o [1999/11/17] ports/14944 erich No stable Gimp in ports o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol o [1999/11/17] kern/14960 Compaq EISA array controller not working o [1999/11/17] kern/14962 PnP doesn't detect AWE64 when PnP modem i o [1999/11/17] misc/14964 Network Interface Configuration Problem a o [1999/11/18] bin/14978 lprm(1) does not kill active daemon if ho o [1999/11/19] kern/14997 NFSv3 open O_EXCL fails to set proper "at o [1999/11/19] misc/15001 'fetch' doesn't work for http when behind o [1999/11/19] i386/15003 3C574 (ep0) reads bogus ethernet address o [1999/11/21] i386/15018 Printingproblem o [1999/11/22] bin/15046 /sbin/dhclient-script ignores resolv.conf o [1999/11/23] i386/15062 i4b stops working after some time o [1999/11/23] bin/15070 vfprintf/cvt/__dtoa race condition in thr o [1999/11/24] i386/15074 Two different panics when running Linux b o [1999/11/24] kern/15075 Intel Etherexpress Pro timeouts when >1 c o [1999/11/24] misc/15080 corrupt tree/subtree on primary ftp serve o [1999/11/24] kern/15086 Borked sscape drivers :) o [1999/11/25] kern/15087 3.3-STABLE panic while starting daemons ( o [1999/11/25] kern/15089 mmap of files from 2K-block device failed s [1999/11/26] bin/15101 joe [PATCH] cdcontrol does not perform bounds f [1999/11/26] ports/15107 green Patch for FreeBSD s/key support in OpenSS o [1999/11/26] misc/15109 problem printing graphic pages o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f o [1999/11/28] conf/15150 phantom Taking encoding scheme latin1 into accoun o [1999/11/28] ports/15157 se [PATCH] Environment Botch in KDM o [1999/11/30] misc/15190 crashing while in a multiplatform environ o [1999/11/30] kern/15193 PCCARD ethernet interface not returned by o [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/01] kern/15206 Ethernet driver if_vr.c (VIA Technologies o [1999/12/02] misc/15228 C++ exceptions+threads SIGABRTs. o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern o [1999/12/05] misc/15269 error server timeout downloading small fi o [1999/12/06] i386/15327 Unable to use ISA sound card with AD1816A o [1999/12/07] kern/15345 lkm no longer works after 3.3 o [1999/12/08] i386/15364 Flash Player 4 for Linux has no sound wit o [1999/12/08] kern/15365 Fatal trap 18 (integer divide fault) when o [1999/12/09] ports/15368 torstenb Update ftp/mirror o [1999/12/11] kern/15420 3.3-RELEASE Kernel freeze o [1999/12/12] bin/15450 The name of the tagfile is left in the pa o [1999/12/13] i386/15460 Installation with Compaq SMART-2DH Array o [1999/12/13] bin/15471 kris Fix several buffer overflows o [1999/12/13] kern/15475 pppd(8) sets the Source Address field of o [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/14] kern/15486 Attempt to write to a "write-prot" floppy o [1999/12/15] kern/15508 disk usage after "strip" is wrong o [1999/12/16] bin/15520 mktime() fails under certain conditions f [1999/12/17] ports/15541 ports KDE screen saver with password protection o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/17] ports/15543 hosokawa Samba + DHCP = UNKNOWN HOST NAME o [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt o [1999/12/18] i386/15553 Linux Emulation don't emulate accept(2) e o [1999/12/18] kern/15554 malloc fails in OMAGIC programs o [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/21] misc/15610 3.4-RELEASE installation hang on aic0 SCS o [1999/12/21] kern/15611 EIDE Large Disk Support, Newfs problem, F o [1999/12/22] i386/15631 3.4 won't install with IBM 37.5 gb disks o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [1999/12/29] conf/15766 My desktop display is too large, I can´t o [1999/12/29] ports/15768 jfitz Majordomo resend prog allow exec of any p o [1999/12/31] ports/15811 se graphics/kdegraphics11 fails to compile!! o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system o [2000/01/01] bin/15829 peter cvs -C not_a_number core dumps o [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] misc/15869 3.4-STABLE-20000103 install fails to disk o [2000/01/03] kern/15870 PicoBSD Kernel link fails a [2000/01/03] bin/15872 sheldonh Y2k bug in at(1) o [2000/01/03] bin/15877 Perl 5.00503 interpreter crashes with a s o [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/04] gnu/15892 NFS-exported ext2 file system makes Linux o [2000/01/04] i386/15897 Any fix for rpc.lockd on Free BSD 3.2 nfs o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p o [2000/01/05] bin/15924 ndc restart don't preserve start options o [2000/01/06] conf/15943 An exact fix to change timezone informati o [2000/01/07] i386/15961 System allows no keyboard input after flo o [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/09] bin/16014 New cvs in -stable prints consistent erro o [2000/01/10] kern/16040 Read-only files under NFS are not seen as o [2000/01/11] misc/16068 FreeBSD 3.3 with IDE > 32GB causes Panic: o [2000/01/12] kern/16090 No buffer space available o [2000/01/12] i386/16094 FreeBSD-3.4 #1 CD doesn't boot on ATAPI C o [2000/01/13] misc/16102 root's home directory is too open o [2000/01/14] kern/16122 Incorrect SysV SHM segment accounting by o [2000/01/15] i386/16132 FreeBSD doesn't install on Notebook w/ Sy o [2000/01/16] kern/16143 3C589D (PCMCIA) card not recognized durin o [2000/01/17] kern/16153 no more parallel port zip drive o [2000/01/17] misc/16154 modem ring kills freebsd o [2000/01/17] bin/16155 cp -p does not preserve modification time o [2000/01/17] misc/16162 marcel shared /usr/src isn't because .depend fi o [2000/01/17] i386/16164 "vga"/"sc" don't work when a video card i o [2000/01/18] kern/16171 mmap(2) of /dev/kmem cause kernel panic o [2000/01/18] bin/16186 [PATCH] Insecure use of strncpy() and str o [2000/01/18] misc/16197 Installation problems on IBM Thinkpad 365 o [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel o [2000/01/20] misc/16238 e-bones has a Y2K bug o [2000/01/20] kern/16239 dillon NFS mount file system from multi-homed re o [2000/01/20] bin/16244 [PATCH] don't allow password re-use when o [2000/01/21] kern/16257 Kernel panic in sbdrop o [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli o [2000/01/21] bin/16271 vi has wrong len type in re_tag_conv() o [2000/01/22] kern/16299 nfs.ko can be unloaded when nfsd is runni o [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/23] alpha/16319 alpha No trailing newline in /usr/src/lib/libc/ o [2000/01/24] ports/16341 obrien Fix for minicom detecting modem status li o [2000/01/24] bin/16342 Problems with krb_realmofhost() and/or kr o [2000/01/24] ports/16343 ports bsd.port.mk cannot override make.conf. o [2000/01/25] ports/16344 se wine needs USE_BISON on 4.0 current o [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection o [2000/01/25] bin/16353 rlogin encryption is broken on transmit s f [2000/01/25] bin/16359 kris Can't build apache13-modssl with included o [2000/01/26] conf/16394 Users of some printers find that lpt0 mal o [2000/01/27] ports/16396 reg libtool -export-symbols doesn't restrict o [2000/01/27] ports/16410 torstenb ssh and x forwarding problem o [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/01/27] bin/16418 davidn pw usermod is not work properly o [2000/01/28] misc/16423 Installation problem of 3.4-RELEASE using o [2000/01/30] ports/16472 torstenb postfix upgrade o [2000/01/30] gnu/16481 Cpp crashes frequently o [2000/01/30] i386/16482 IDE disk fails on secondary IDE master de o [2000/01/31] ports/16489 reg Can't build mozilla on 3.4-RELEASE f [2000/01/31] kern/16490 Attempted listing of just-mounted ext2fs o [2000/01/31] i386/16495 Period soft disk errors o [2000/02/05] ports/16505 jfitz Update p5-Tk port to 800.018 o [2000/02/06] kern/16515 Deadlock by ntpd f [2000/02/07] bin/16557 kris rsa.h missing from /usr/include/openssl o [2000/02/08] bin/16578 host-name field is hexadecimal instead of o [2000/02/08] docs/16585 doc no info documentation for nm (binutils) i o [2000/02/08] conf/16586 net if down after fail during install o [2000/02/08] kern/16587 Can't record with newpcm & CS4236 (AW35/P o [2000/02/08] kern/16588 cg newpcm & CS4236: synth and line in mixer o [2000/02/09] kern/16598 xmcd stopped by racd0c ioctl error while o [2000/02/09] kern/16605 samba 2.0.6 under 3.4-RELEASE can't open o [2000/02/09] ports/16621 marcel emulators/linux_base needs to be installe o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/10] bin/16645 Inetd(8) internal ident won't work with m o [2000/02/12] ports/16665 ports imap-uw-4.7a -- a patch release o [2000/02/13] ports/16699 stb astro/setiathome obsolete o [2000/02/16] ports/16766 billf htdig RUN_DEPENDS on ${PREFIX}/share/apac o [2000/02/16] i386/16770 Can't build a.out binaries o [2000/02/16] ports/16772 ports buffer underflow in microsoft-supplied pa o [2000/02/18] bin/16812 level 0 dump runs forever -- generates a o [2000/02/18] kern/16816 vop_stdpoll() in /sys/kern/vfs_default.c o [2000/02/19] ports/16829 ports kaffe port is broken - dumps core with al o [2000/02/20] conf/16832 amd.map options won't play with Solaris N o [2000/02/20] kern/16849 Close on an ide tape drive hangs o [2000/02/20] misc/16860 suggetion on installation process. o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/21] ports/16882 obrien Memory leak with g++ 2.8.1 and STL 2.8.1. o [2000/02/21] bin/16892 "domain" directive in /etc/resolv.conf no o [2000/02/22] ports/16910 rse apache13-modssl fails o [2000/02/22] bin/16920 cdcontrol fails under 4.0-20000214-CURREN o [2000/02/23] kern/16937 ie0 not probed in -current of 2000-02-18 o [2000/02/23] i386/16946 marcel ServerSockets are not working properly in o [2000/02/23] conf/16948 Sysinstall/disklabel: bad partition table o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] ports/16983 ache procmail port not prefix clean o [2000/02/27] kern/17033 Samsung SN-124 ATAPI CD-ROM not supported o [2000/02/28] ports/17038 erich gimp-1.1.17 fatal error at startup... o [2000/02/28] bin/17056 rshd does improper home directory check o [2000/03/01] ports/17096 will Can't build kdevelop port o [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/01] misc/17113 Adaptec SlimSCSI 1460D Not Detected Under o [2000/03/01] conf/17117 Dial-up problems when using Kppp o [2000/03/02] kern/17128 Fix for quotas grace time when using chow o [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting o [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] kern/17146 panic in devfs_open() while mounting devi o [2000/03/03] ports/17150 dburr textproc/yodl port fixed/improved o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/04] bin/17188 make(1) option to reproduce original -V b o [2000/03/04] conf/17196 msmith New amr driver (perc2/sc RAID): unable to o [2000/03/05] kern/17208 3.4 Lock-up during file-completion o [2000/03/06] kern/17219 ISA PNP Parser rather limited (with patch o [2000/03/06] i386/17228 Installation floppies hang up on Compaq A o [2000/03/06] misc/17235 endless loop? harddrive corrupted? o [2000/03/06] ports/17237 hosokawa in samba suite smbclient -M worked incorr a [2000/03/07] bin/17261 sheldonh man page of crontab(5) does not document o [2000/03/08] i386/17266 cannot install 3.2 on L440GX+ o [2000/03/08] ports/17278 ports need libintl which include the function g o [2000/03/10] misc/17310 NIS host name resolving may loop forever o [2000/03/10] ports/17312 sumikawa Problem With OpenSSH Build On FreeBSD Sta o [2000/03/11] ports/17313 ache wu-ftpd ports install invalid file owners o [2000/03/11] ports/17314 hosokawa in samba: testparm incorrectly generate w o [2000/03/12] bin/17338 netstat shows down counting UDP delivery o [2000/03/12] pending/17343 /dev/da4* gets created improperly o [2000/03/12] ports/17344 ports devel/boehm-gc fails for www/w3m 3.4 STAB o [2000/03/12] i386/17346 APIC cannot be enabled without turning on o [2000/03/13] bin/17360 [PATCH] Cleanup bug in pam_ssh o [2000/03/13] bin/17366 jasone sendfile() has no pthreads wrapper o [2000/03/14] bin/17371 sysinstall's mediaSetHTTP does not work u o [2000/03/14] misc/17373 libXThrStub missing in 4.0-20000307-CURRE o [2000/03/14] i386/17374 Archive QIC02 tape-unit device randomly h o [2000/03/14] kern/17375 yokota kldload/unload cycles with syscons screen o [2000/03/15] kern/17393 kldload syscall allows the same kernel mo o [2000/03/15] ports/17401 ports exmh2 can't find slocal of nmh o [2000/03/15] ports/17402 ports latex2html requires pnmtopng binary o [2000/03/16] kern/17403 CS4232 wont play w/newpcm o [2000/03/16] ports/17404 ports Apache's build fails due to the version n o [2000/03/16] conf/17406 nis in /etc/host.conf breaks network prog o [2000/03/16] misc/17409 4.0-RELEASE install fails on Compaq 1850R o [2000/03/16] alpha/17410 alpha Bad tag on Alpha boot floppies o [2000/03/16] kern/17422 4.0-STABLE: top: nlist failed o [2000/03/16] i386/17423 System hangs then reboots o [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/17] misc/17435 There's no DES crypto distribution in 4.0 o [2000/03/17] bin/17437 jasone pthread_atfork() missing from libc_r o [2000/03/17] kern/17439 sos 4.0-STABLE: mount of non-fixated CD-R -> o [2000/03/17] ports/17444 jseger Builing of ImageMagick Fails on X4.0 o [2000/03/18] ports/17456 ports Update 'boehm-gc' port and unbreak 'w3m' a [2000/03/18] bin/17476 sheldonh uudecode -i (no overwrite) flag bogus o [2000/03/18] bin/17482 ftpd(8) forget to close TCP port in passi o [2000/03/19] kern/17492 There is a bug in SIOCGIFCONF ioctl code o [2000/03/19] kern/17494 Two problems with the tun device o [2000/03/19] kern/17499 grog Can't revive VINUM RAID5 o [2000/03/20] ports/17503 obrien lsof port doesn't build on FreeBSD 5.0 o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load o [2000/03/20] docs/17518 imp Please update the UPDATING document o [2000/03/20] ports/17520 ports mpich port doesn't know about native ssh f [2000/03/21] i386/17526 PB of frequency heuristic in uipc_socket. o [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg o [2000/03/21] ports/17541 ports tclgetopts port -- new MASTER_SITES o [2000/03/21] kern/17542 cg random static with GUS PnP o [2000/03/22] ports/17561 green openssh (scp) fails with files larger tha o [2000/03/23] misc/17567 make buildworld bombing at KerbIV o [2000/03/23] ports/17575 ports unable to build linuxthreads o [2000/03/24] kern/17583 NETATALK code can corrupt mbuf free lists o [2000/03/24] misc/17584 fatal SCSI error with a Symbios 53c875 co o [2000/03/24] kern/17592 sos ata READ/WRITE command timeouts o [2000/03/25] ports/17599 ports x11-toolkit/tk82 port ignores local CFLAG o [2000/03/25] kern/17601 newbus patch for if_tx o [2000/03/26] kern/17605 matcd driver worked on 3.x but doesn't wo o [2000/03/26] ports/17612 ports x11-fonts/intlfonts crashes X (Big5 encod o [2000/03/26] kern/17613 impossible to build FS KLD without kernel o [2000/03/26] kern/17614 impossible to CURSIG when compiling with o [2000/03/26] misc/17615 ¼±ÐèÁ˽âFreeBSSDÖеÄrc.conf,rc.firewallÎÄ o [2000/03/27] kern/17621 Locale is not used properly o [2000/03/27] i386/17626 sshd cores when I scp to it 816 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/05/13] bin/401 Add REMOTE_* variables s [1995/06/15] bin/517 Bad group change with 'install' 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 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 s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 hoek ncurses doesn't always display ALTCHARSET 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 o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim s [1996/10/13] misc/1791 tegge 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/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 f [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/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 s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/26] i386/2598 mdodd 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/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/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] 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/31] gnu/3157 obrien 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 a [1997/05/08] gnu/3552 the -L option of tar does not work proper 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 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/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/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/24] bin/4157 [PATCH] netstat atalk output should print f [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 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/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/13] kern/4528 processes hang if the mount_portal proces 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/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/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] 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 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 dillon silo overflows running o [1998/01/02] bin/5410 phantom 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] 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/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 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] 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/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] 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/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/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/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/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] bin/6234 ypserv -d is broken 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 s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification 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/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 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 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 phk 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] 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/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/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 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 f [1998/07/23] kern/7377 we have a new digiboard driver supporting a [1998/07/31] docs/7456 asmodai dialog(3) man page outdated 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/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 s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c 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/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/27] bin/7753 arp command fails silently on invalid pro 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] bin/7786 quota.h has superfluous semicolon in macr o [1998/09/02] i386/7816 dfr [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] 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] docs/7873 doc 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/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/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 a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/08] bin/8211 Script to search kernel for an address 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] kern/8349 [PATCH] Changer definition for SureStore 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/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/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 jkh Murphy's Laws o [1998/11/01] conf/8531 jkh 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/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this 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/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 f [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/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/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/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 a [1998/12/12] bin/9064 n_hibma [PATCH] propose adding `direct' option in 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/20] kern/9144 luigi acd driver inconsistency (byte order in C 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] 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/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 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] docs/9352 asmodai wrong macro names in groff_[ms|mm|mmse].7 f [1999/01/07] bin/9374 roberto 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/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] kern/9590 Clean up for -Wall warnings o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/22] kern/9619 Restarting mountd kills existing mounts 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] 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/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] bin/9809 finger output format wrong o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] kern/9848 ARP proxyall extra sanity check 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/03] bin/9902 error in german (and some other) locale s 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] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/10] ports/10007 ports New port: lang/mercury (the mercury compi o [1999/02/11] ports/10023 kris New port - net/gtkcookie o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/15] gnu/10112 chris /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] ports/10124 ports New port: math/stat 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/10162 se Fix kdmrc to add qmail usernames to NoUse 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/10178 torstenb USE_SOCKS=YES option broken for security/ o [1999/02/22] ports/10196 torstenb Better startup scripts for ssh a [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] 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] docs/10349 phantom For long .Dt fields, rendering is broken- 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 f [1999/03/05] ports/10396 asami SPIN is in the wrong category 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/10454 obrien Update: emulators/spim a [1999/03/06] kern/10455 pcaudio breakage f [1999/03/07] i386/10465 Must disable ex0 to install. 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/10532 ports New port: lang/gpc - GNU Pascal o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio 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/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] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] ports/10634 ports Update the hylafax port to do a client in 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] kern/10663 hpscan doesn't like 3.1's pt device 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] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 asami List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' 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/26] misc/10803 joe whois(1) client enchancements a [1999/03/26] misc/10804 joe whois(1) enhancement o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/27] bin/10825 daily script not executed or executed twi f [1999/03/28] ports/10844 deischen New port: adagdb o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do 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] 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/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/06] bin/10980 With ctags -x no space is left between na 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] 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] 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/11048 obrien 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/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD 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] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] bin/11141 u_long is not big enough 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/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/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/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by 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/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/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388 torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day 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/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV 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/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt s [1999/05/09] ports/11611 billf Update port: net/ntop 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/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking 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/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] kern/11789 ELF machine definition missing for ARM o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820 asami 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/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/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), o [1999/05/31] kern/11968 kldload should call module entry point be 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/02] conf/11989 pppd(8) output misplaced o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/05] misc/12044 having tcl.h in /usr/local/include:/usr/i o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor a [1999/06/06] bin/12052 sh type builtin appends first path compon o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing 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] 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/13] ports/12188 ports New port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/15] misc/12228 phantom /etc/security don't search in all the fil o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12255 BIND 8.1.2 compilation error in IPv6 capa o [1999/06/17] bin/12263 hoek "more" problems with long filenames 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/20] bin/12308 LPD can't be told not to bind to a TCP po o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 asami 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] conf/12342 /etc/hosts.allow must use numerical IP ad o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only o [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/23] bin/12375 mv(1) cannot inherit the file flags. o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong 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/28] conf/12432 empty amd_flags causes start failure in r o [1999/06/30] bin/12461 it's handy to be able to send syslog mess 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] bin/12489 /sbin/route exits with 0 on some errors o [1999/07/03] kern/12495 3.1 install fails to detect Toshiba CDROM o [1999/07/05] ports/12518 ports New port: ifmail-os-2.14.7 o [1999/07/05] bin/12528 [PATCH] tip's "tipout" child doesn't alwa o [1999/07/06] kern/12543 dg [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/12548 asami New 'fecth-recursive(-list)' targets in p o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr s [1999/07/12] bin/12611 sheldonh /usr/bin/jot crashes with floating point o [1999/07/12] misc/12612 ncurses ash shipped with 3.2-R missing sy o [1999/07/13] misc/12633 CMI8330 chip based integrated sound card o [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/16] kern/12668 The kernel clock goes slow with PLIP devi o [1999/07/18] kern/12697 Out of swap handling [PATCH] o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] ports/12722 ports New port: AT&T's DjVu library for scanned o [1999/07/20] kern/12723 imp Unnecessary use of magic numbers in F_[SG o [1999/07/21] ports/12739 ports New port: AT&T's DjVu Netscape plug-in o [1999/07/22] kern/12764 luigi Patch for using x11amp with voxware (stol o [1999/07/22] misc/12765 cable problem: link down for de0 NICs. o [1999/07/23] misc/12776 Add PAM hooks to rlogind and rshd f [1999/07/23] bin/12782 roberto xntpd doesn't handle interface aliases pr o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy s [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/25] kern/12803 obrien patch to make xe driver's noise configura o [1999/07/25] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/27] kern/12833 Support for TI1225 PCI to CardBus Bridge o [1999/07/28] kern/12855 panic:softdep_flushfiles:looping, caused a [1999/07/28] bin/12866 sheldonh [PATCH] RFE for /bin/ls to add a -n optio o [1999/07/30] misc/12887 Problem with "top" command in SMP o [1999/07/30] misc/12888 strange kernel messages when copying file o [1999/07/31] kern/12896 Incorrect CPU model display at boot time o [1999/07/31] bin/12898 Added a command-line switch to netstat to o [1999/08/01] ports/12915 ports Add elm 2.5 to ports o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/03] bin/12942 m4: len(`') returns `' a [1999/08/03] kern/12943 dg fxp driver not completely compatible with o [1999/08/03] bin/12946 top(1) gives incorrect delay default o [1999/08/04] ports/12952 asami make _PORT_USE touch cookies by variable, o [1999/08/04] bin/12957 rpc.rusersd dumps core with signal 11 whe o [1999/08/04] bin/12960 des basename(3) and dirname(3) o [1999/08/04] bin/12962 des basename(3) and dirname(3) part 2 o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. o [1999/08/05] misc/12983 system hang accessing mounted msdos flopp o [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/06] bin/13000 vi core dumped o [1999/08/06] ports/13006 erich update emulators/x48 to 0.4.1d o [1999/08/07] conf/13016 Wrong sendmail.cf file used by mergemaste o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] docs/13034 peter incorrect (old/obsolete) manpage for name o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 mpp new man page describing timeradd() family o [1999/08/11] kern/13082 dfr Improved support for NE2000 PnP cards o [1999/08/12] bin/13092 des Fetch doesn't default to the correct http o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] docs/13116 phantom typo in ms(7) o [1999/08/13] ports/13124 ports New port: LinAlg; request for local hosti o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/15] kern/13164 kthread_exit stops, but doesn't release p o [1999/08/15] ports/13167 torstenb [PATCH] security/ssh package keygen fails o [1999/08/15] i386/13171 "config" not quite right for kernel not n o [1999/08/16] ports/13173 ports New port: yiff-0.33 o [1999/08/16] misc/13185 "tengo problemas con el pop3" o [1999/08/17] ports/13191 ports New port: fire-1.0 o [1999/08/17] kern/13209 IPFILTER_DEFAULT_BLOCK not in /usr/src/sy o [1999/08/17] docs/13211 chris [LIST] Some man pages has references to n o [1999/08/18] docs/13218 mpp Many manpages still not conformed mdoc(7) o [1999/08/18] kern/13220 mkdep: compile failed - ../../pci/if_de.c o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/18] ports/13251 ports New port: founts-11 s [1999/08/19] kern/13252 niced jobs don't behave really nice o [1999/08/19] bin/13254 yp_all error messages have wrong text o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/20] bin/13278 rogue: killed by fire corrupts score file o [1999/08/20] misc/13282 partial compliance of dlopen to the Singl o [1999/08/21] ports/13291 ports New port: xap-xwf-0.7.8 o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for 512MB o [1999/09/21] ports/13887 taoka New port (fmirror) o [1999/09/22] misc/13895 nonexistent words in /usr/share/dict/web2 o [1999/09/22] ports/13898 obrien New port: misc/dictd o [1999/09/22] conf/13907 dummynet.4 correction, rc addition of o [1999/09/23] conf/13916 mpp man outputs footer only page as first pag o [1999/09/23] conf/13918 Termcap entries for VESA modes missing o [1999/09/23] gnu/13921 awk -v var=val coredump o [1999/09/23] kern/13924 sb/snd driver broken under 4.0-19990918-C o [1999/09/24] i386/13936 No clear indictaion of how much space to o [1999/09/25] docs/13950 doc webpage idea o [1999/09/25] docs/13967 doc FreeBSD Related Publications in Korea o [1999/09/26] kern/13979 [PATCH] add serial number to IDE HD probe o [1999/09/26] gnu/13989 SIGWINCH corrupts the display of a multil o [1999/09/27] kern/14006 pas2_pcm.c pcm playback problem, with fix o [1999/09/29] docs/14035 doc tzfile.h referenced in tzfile(5) doesn't o [1999/09/29] bin/14040 amd has wrong uname data compile in it o [1999/09/30] i386/14048 ``doscmd -r'' doesn't work o [1999/09/30] ports/14070 ports g2c libraries and compatibility for DJGPP o [1999/09/30] i386/14071 FreeBSD 3.3 Installation CD does not boot o [1999/10/01] ports/14077 ports Multicast not available on multicast enab o [1999/10/01] bin/14078 -stable 'make release' does not work on - o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in f [1999/10/01] kern/14083 gibbs CAM 3.3-RELEASE fails boot w/2940UW + non o [1999/10/02] kern/14087 dcs update sys/boot/ficl/softwords/softcore.a o [1999/10/02] ports/14088 mharo port of new fvwm 2.3 beta (2.3.8) o [1999/10/03] misc/14104 DISTFILES name clash between release/Make o [1999/10/04] docs/14129 phantom gated(8) and htable(8) as referenced in r o [1999/10/05] bin/14142 sendmail: mci.c: bad pointer conversion i o [1999/10/05] bin/14151 Patch: date(1): merge in OpenBSD enhancem o [1999/10/06] docs/14158 doc md5(1) manpage should not claim the md5 a o [1999/10/06] docs/14165 nbm FDP introduction article o [1999/10/06] kern/14166 roger AVER TVPhone o [1999/10/06] bin/14171 joe [PATCH] create symbolic links using mtree o [1999/10/07] bin/14175 route for ip aliasing o [1999/10/07] ports/14182 asami Patch: bsd.port.mk: add plist target f [1999/10/07] ports/14185 mharo ports/x11-wm/fvwm2 updated from 2.2.2 to o [1999/10/07] alpha/14200 alpha kldstat command has formatting problems o o [1999/10/08] kern/14217 [PATCH] EXT2FS as a KLD o [1999/10/09] ports/14225 markm Patches for security/pgp5 o [1999/10/09] kern/14240 compilation error: __cmpdi2 unresolved o [1999/10/09] bin/14246 kvm_open and kvm_openfiles not works corr o [1999/10/10] bin/14255 rup and rusers could not deal with many h o [1999/10/11] misc/14258 IP_TOS and IP_TTL sockopt doesn't work on o [1999/10/11] ports/14260 ports New port: WODA - A Web Oriented Database o [1999/10/11] misc/14263 phantom There ara no ukrainian locale in stable/c o [1999/10/11] i386/14266 vfsload() looks in /lkm, not /modules o [1999/10/11] misc/14269 NIS passwd and group maps do not clean ou o [1999/10/11] misc/14273 Somewhat bogus entry in termcap o [1999/10/12] conf/14297 [Patch] pccard.conf for corega Ether PCC- o [1999/10/13] bin/14305 ru natd should know FTP EPRT command o [1999/10/13] ports/14316 markm exmh not recognizing mh and uses too many o [1999/10/13] bin/14317 jkh sysintall: instructions to reboot don't m o [1999/10/13] bin/14318 jkh sysinstall upon install has some counter- o [1999/10/14] ports/14323 markm [PATCH] ports/security/pgp5: Invoked with o [1999/10/14] bin/14330 peter [PATCH] fix clash between /usr/src/contri o [1999/10/14] bin/14335 peter Manual page for ndc gives incorrect path o [1999/10/14] ports/14337 ports xdm and Eterm: tty allocation problem? o [1999/10/14] bin/14342 [PATCH] Speed ups for regex! o [1999/10/15] kern/14346 Both pccard/cardinfo.h and sys/memrange.h o [1999/10/15] kern/14350 Security enhancement to ICMP o [1999/10/15] kern/14355 perhaps a guard page needed for UP-mode k o [1999/10/16] bin/14361 locate bogusly converts to network byte o o [1999/10/17] ports/14378 ports New port: graphics/mpeg o [1999/10/17] ports/14379 ports New port: graphics/xmrm o [1999/10/17] kern/14380 [PATCH] if_de workaround for when BIOS do o [1999/10/18] kern/14394 kernel panic when asking help in visual u o [1999/10/18] i386/14396 Floppy install of 3.2-release, 3.3-releas o [1999/10/20] i386/14437 MFC'ed identcpu.c o [1999/10/20] i386/14438 additional CPUID bit definitions for iden o [1999/10/20] i386/14440 update to identcpu.c to "support" AMD K7' o [1999/10/21] bin/14448 ftp-client may not recognize failure, rep f [1999/10/23] docs/14460 jhb Fix broken links in the FAQ f [1999/10/23] conf/14463 phantom cvs pserver does not work with out-of-the f [1999/10/23] conf/14487 phantom Please Change "/usr/share/skel/dot.login" o [1999/10/23] misc/14488 kget doesn´t write the key word "enable" o [1999/10/24] ports/14499 torstenb update port irc/ircII to 4.4L o [1999/10/24] kern/14504 Framing Error on FreeBSD Laptop o [1999/10/25] misc/14511 chapss Y2K problem o [1999/10/25] ports/14515 ports New Tripwire 1.3 Port o [1999/10/25] conf/14522 dhclient incorrectly reads and sets hostn o [1999/10/25] docs/14530 phantom Printed manual pages have extraneous blan o [1999/10/25] docs/14532 doc Much of cam_cdbparse(3) prints in Courier o [1999/10/25] bin/14533 pccardd improperly assigns irqs o [1999/10/25] bin/14534 mpp Formatting man pages gives numeric expres o [1999/10/26] bin/14545 quota reports in K, but header says 'bloc a [1999/10/27] kern/14561 ken ioctl (fd, CDIOCEJECT, (void*) 0) doesn't s [1999/10/27] kern/14562 ken ioctl() codes should be provided for ejec o [1999/10/27] docs/14563 doc Wrong manpage produced by `man 4 fd' o [1999/10/27] docs/14565 doc ioctl() codes for device type `fd' (flopp o [1999/10/27] i386/14574 ISA based ESS1688 support(partially) for o [1999/10/28] kern/14584 Proposition for improved file permissions s [1999/10/29] kern/14590 kernel panic writing to floppy o [1999/10/29] misc/14599 pam_kerberosIV.so in the 'krb.??' package o [1999/10/29] kern/14602 struct utsname fields are allocated too s o [1999/10/31] kern/14634 cg Mixer synth & mixer CD seem to be swapped o [1999/10/31] kern/14639 convert proc.p_peers to a queue(3) LIST o [1999/11/01] ports/14643 ports New port: chinese/pyDict A Chinese/Engli o [1999/11/01] kern/14646 kern.boottime affected by APM suspend/res o [1999/11/01] bin/14648 markm `make world' now requires -DNOCRYPT in my o [1999/11/01] ports/14652 se update emulators/wine to 991031 (supersed o [1999/11/02] gnu/14664 tar checks for volno-file even if it shou o [1999/11/02] docs/14677 chris listing of (48) utilities in /bin:/sbin:/ o [1999/11/03] docs/14682 doc lprm(1) unaware of lp(1) Environment Vari o [1999/11/03] ports/14686 ports New port: pisces IIB (Category: cad) o [1999/11/03] bin/14697 grog Exploitable buffer overflow in Vinum (Fre o [1999/11/04] conf/14714 phantom Need support for imap4 and pop3 in /etc/p o [1999/11/06] misc/14746 xf86config shell script leaves arrow keys o [1999/11/07] kern/14778 sio.c doesn't recognize USR model 3090 IS o [1999/11/08] ports/14783 jmz mgetty 1.1.12 always sets clocal o [1999/11/08] bin/14786 tail breaks on large files o [1999/11/08] conf/14791 Optionally change the behaviour of fsck u o [1999/11/08] i386/14793 more fdisk partition types o [1999/11/09] i386/14800 FreeBSD BootMgr not configurable (or at l o [1999/11/10] conf/14810 [PATCH] initialising multiple interfaces o [1999/11/10] i386/14816 lnc(4) can work with Am79C937 a [1999/11/10] bin/14817 strptime(3) '%C' conversion incorrect o [1999/11/11] ports/14822 jfitz majordomo sets group-writable dir's o [1999/11/11] ports/14824 wosch no '\0' at the end of buffer o [1999/11/11] bin/14829 rc.shutdown is handled unconsistently by o [1999/11/12] kern/14839 RELENG_2_2 boot kernel is large size prob o [1999/11/12] kern/14840 Opti930 doesn't work. o [1999/11/12] kern/14841 adrian IEEE 802 encapsulation for arp on etherne o [1999/11/12] ports/14854 peter port comms/conserver partially ignores ${ o [1999/11/13] conf/14864 I can not get dual Boot to boot FreeBSD f o [1999/11/14] misc/14868 Freebsd 3.2-REL with 1 ISA PNP and 1 PCI o [1999/11/14] ports/14889 se [PATCH] dynamic loading for WINE port o [1999/11/14] i386/14891 New smbus driver lmsmb o [1999/11/15] bin/14911 Install of opiekey missing links to otp-m o [1999/11/16] ports/14922 will New port: net/infobot o [1999/11/16] ports/14924 markm p5-Apache-Radius with mod_perl broken on o [1999/11/16] bin/14925 getsubopt isn't poisonous enough o [1999/11/16] conf/14931 rc logging facility o [1999/11/16] ports/14933 imp Simple patch to log password attempts on o [1999/11/17] bin/14954 search.h is missing o [1999/11/17] ports/14965 wosch stat port doesn't know fifo file type o [1999/11/17] kern/14968 wollman Convert resource_head and resource.r_link o [1999/11/17] ports/14970 peter conserver-7.4 port submission o [1999/11/18] conf/14973 Digi-multiport serial card? o [1999/11/18] conf/14974 In RELENG_3, fdisk reports sizes incorrec o [1999/11/18] ports/14977 peter conserver doesn't support speed over than o [1999/11/18] ports/14986 torstenb possible bug in ssh1 o [1999/11/18] kern/14990 cg new-pcm caveats o [1999/11/18] ports/14991 ports New port: devel/tcl-trf Tcl Data transfo o [1999/11/19] misc/14993 Freebsd Locks up when trying to set the h o [1999/11/19] misc/14999 phantom ISO8859-5 locale missing from RELENG_3 o [1999/11/19] misc/15000 ftp(1) needs to send HTTP/1.1 Host: heade o [1999/11/20] conf/15010 "client" firewall configuration kills inc o [1999/11/21] ports/15021 asami some port installs fail for non-root user o [1999/11/21] kern/15022 mjacob Suggestion for enhancement: move isp firm o [1999/11/21] ports/15035 jseger [Tcl/Tk] apply plus patch to Tcl/Tk8.2 o [1999/11/21] conf/15038 jkh In sysinstall, easy to not notice that se o [1999/11/23] kern/15065 fsck can't fix "huge" zero length files o [1999/11/25] kern/15095 TCP's advertised window is not scaled imm o [1999/11/27] i386/15119 pcm sound driver dma problems with isa-pn o [1999/11/28] ports/15142 jmz Added DIST_SUBDIR to print/tex port o [1999/11/28] ports/15147 ports New port: audio/xsidplay o [1999/11/29] misc/15168 Adding tracklist support to fdformat o [1999/11/29] kern/15175 tcp_input() fails to update m->m_pkthdr.l o [1999/11/30] bin/15182 "* Wed-1 event" in calendar produces "31 o [1999/11/30] misc/15196 shutdown -h no longer synching disks, thu o [1999/12/01] misc/15205 Addition to /usr/games/random o [1999/12/01] bin/15211 CFLAGS and CC not settable and one warnin o [1999/12/01] misc/15215 Outputting in Fortune under certain circu o [1999/12/02] i386/15218 kernel says: raw partition size != slice o [1999/12/02] kern/15221 marcel Linux emulator core dumps on setreuid() o [1999/12/02] bin/15227 sheldonh New option for vacation(1) -- dir to use o [1999/12/02] bin/15229 joe mtree - different from mtree in NetBSD 1. o [1999/12/02] docs/15234 mpp sh(1) man page have capitalised instance o [1999/12/03] ports/15239 asami fix MASTER_SITE_GNOME in bsd.port.mk: mi o [1999/12/04] kern/15251 patch to add unsigned support to sysctl o [1999/12/04] docs/15259 obrien amd(8) refers to nonexistent automount(8) o [1999/12/05] kern/15280 kernel panic during FreeBSD install o [1999/12/05] bin/15285 wes unhelpful error message from brandelf o [1999/12/05] misc/15288 billf pkg_version -c output isn't safe for scri o [1999/12/05] ports/15294 jfitz Update port: mrgt from 2.8.8 to 2.8.9 o [1999/12/06] bin/15301 Bug in /usr/sbin/syslogd: strips 8th bits o [1999/12/06] misc/15304 billf proposed modifications to pkg_version o [1999/12/06] ports/15326 ache tcsh modification o [1999/12/07] ports/15329 cwt amanda24 modification o [1999/12/07] misc/15339 fdformat should exit non-zero when user c o [1999/12/07] bin/15342 replacement for the stock /sbin/dhclient- o [1999/12/08] ports/15367 ports new ports on linux emulator o [1999/12/09] bin/15371 keyinfo doesn't work without suidperl o [1999/12/09] ports/15387 billf ethereal's packet-smb.c calls str*() func o [1999/12/09] bin/15390 obrien Upgrade rdist to 6.1.5 o [1999/12/10] docs/15408 doc Description of ls and nlist wrong in man o [1999/12/10] bin/15410 edquota -p copies current usage as well a o [1999/12/11] bin/15416 addr2line is unable to find line numbers o [1999/12/11] bin/15418 tput(1) doesn't work with new libncurses. o [1999/12/11] misc/15421 initgroups(3) spits out messages to stder o [1999/12/11] ports/15424 will New port: www/kwebsearch o [1999/12/12] kern/15435 Attempts to execute programs from a noexe o [1999/12/12] kern/15436 syscons extension: "propellers" o [1999/12/12] kern/15440 jasone support atomic locks in the UP kernel o [1999/12/12] kern/15455 dg Intel EtherExpress Pro does not properly o [1999/12/13] bin/15456 Usage of ktrace(1) is invalid a [1999/12/13] bin/15458 sort(1) doesn't sort correctly in some ca o [1999/12/13] ports/15461 jmacd Update of misc/xdelta port o [1999/12/13] bin/15470 Proposed change to comments in /etc/named o [1999/12/14] ports/15477 andreas wwwstat-2.01 port is not Y2K compliant: 1 o [1999/12/14] misc/15480 Change-request for /usr/src/usr.sbin/cdco o [1999/12/14] ports/15481 ports ports/devel/codecrusader slightly broken o [1999/12/14] kern/15489 running fstat causes a bus error o [1999/12/15] kern/15492 Patch to fixup bridging support for 2.2-S o [1999/12/15] kern/15493 Patch to enable bridging support for if_c o [1999/12/15] ports/15495 asami Add "addsum" target to bsd.port.mk o [1999/12/15] bin/15496 killall(1) limited to 16 character proces o [1999/12/15] bin/15497 NIS does not deal well with comments o [1999/12/15] bin/15510 df(1) does not lineup with large filesyst o [1999/12/15] kern/15511 Cannot scroll up after panic? o [1999/12/16] misc/15519 peter Lots of bind-8.2.2 manual pages don't get o [1999/12/17] i386/15528 doscmd exec function fail. o [1999/12/17] i386/15531 doscmd DOS function 0a fail when DL is 0 o [1999/12/17] kern/15532 Reboot just to kill a print job? o [1999/12/17] ports/15545 ports New port: x11/xterm o [1999/12/17] misc/15546 Need to enable LBA flag for large IDE dis o [1999/12/17] i386/15547 discmd function 51 ( get ps ) fail o [1999/12/18] gnu/15549 obrien Fix -fformat-extensions support code merg o [1999/12/18] ports/15552 ports New port: news/knode o [1999/12/18] misc/15555 some enhancements for uudecode o [1999/12/19] docs/15561 doc regex(3) manpage needs update o [1999/12/20] bin/15593 [SECURITY] ustrcpy() buffer overflow in d o [1999/12/20] ports/15594 se kscd-1.2.7 in -STABLE ports not playing A o [1999/12/20] bin/15596 netstat -rn does'n fit on a 80 chars wide o [1999/12/21] kern/15608 acd0 / cd0 give inconsistent errors on em o [1999/12/21] conf/15612 jkh Re-Scan devices in 3.4-Release options me o [1999/12/21] i386/15619 standard pppd doesn't authenticate users o [1999/12/22] kern/15632 mss driver fails to recognize CS4239 on T o [1999/12/22] kern/15633 Joy driver fails to attach to CS joystick f [1999/12/22] ports/15634 ports upsd-2.0 package hangs 3.3-RELEASE o [1999/12/22] kern/15636 dillon reminder to self for MAP_ VM defines o [1999/12/23] misc/15658 edquota misinterprets usernames as uid ra o [1999/12/23] docs/15661 doc Handbook doesn't properly document bootin o [1999/12/24] bin/15663 yokota none o [1999/12/25] ports/15691 torstenb Ssh ports fail to check inetd.conf before o [1999/12/28] bin/15739 repquota report format fix for better par o [1999/12/28] conf/15745 rc.network overrides mountd_flags rather o [1999/12/28] kern/15747 loader's builtin "more" command won't res o [1999/12/28] conf/15748 jkh sysinstall - upgrade o [1999/12/30] ports/15787 se Kvt doesn't agree with MAKEDEV on pty num o [1999/12/31] conf/15792 can't make /dev/cd31 o [1999/12/31] ports/15796 will New port: net/dhcp_dns o [1999/12/31] misc/15809 New entry for the fortune(6) database o [1999/12/31] ports/15810 jfitz p5-Net port update o [1999/12/31] ports/15812 jfitz p5-Mail-Tools port update o [1999/12/31] ports/15813 eivind p5-IO-stringy port update o [1999/12/31] ports/15814 eivind p5-MIME-Tools port update o [2000/01/01] ports/15819 cwt fix PLIST of misc/amanda24 o [2000/01/01] docs/15821 doc Wrong device names in manpages for lpt(4) o [2000/01/01] kern/15827 Power-Off causes Trap 9 in kernel o [2000/01/01] bin/15830 PATCH: rdump over ssh o [2000/01/01] bin/15832 the w commands can show a bad result on t o [2000/01/02] kern/15838 Conversion tables in msdosfs_conv.c are b o [2000/01/02] ports/15840 ports New port: x11-fonts/ucs-fixed o [2000/01/02] i386/15841 [patch] Assembler syntax fixes for the bo o [2000/01/02] ports/15844 wosch www/checkbot fix and update to 1.58 o [2000/01/02] bin/15852 asmodai predefined \*(DT string has Y2K bug o [2000/01/02] bin/15853 tar --newer-mtime flag has Y2K bug o [2000/01/03] bin/15855 comsat(8) failes to open system mail box o [2000/01/03] ports/15857 dirk new standalone port of php3 for ports/www o [2000/01/03] ports/15859 ache Fix a typo in BUILD_DEPENDS in www/p5-Par o [2000/01/03] kern/15860 patch to make default kern.maxfilesperpro o [2000/01/03] bin/15861 ftpd did not use sendfile(2) when sending o [2000/01/03] misc/15871 CVS directories copied to PicoBSD filesys o [2000/01/03] ports/15873 ports New Apache_fp+php+mod_ssl-1.3.9+3.0.12+2. o [2000/01/03] misc/15874 PicoBSD can only update files from within o [2000/01/03] misc/15875 Incorrect permissions on PicoBSD /tmp dir o [2000/01/03] misc/15876 PicoBSD message of the day problems o [2000/01/04] ports/15886 ports New port: audio/cd2mp3 o [2000/01/04] docs/15890 doc rfork(RFMEM) on SMP generates error o [2000/01/04] ports/15894 ports New port: security/aide AIDE 0.5 o [2000/01/05] misc/15908 patch to fix argument mismatch in getnano o [2000/01/05] kern/15923 ATA/EIDE DMA does not work with some hard o [2000/01/06] ports/15933 marcel ports/editors/staroffice requires linux l o [2000/01/06] ports/15935 msmith ports/editors/wordperfect - incorrect URL s [2000/01/06] docs/15959 phantom misplaced lines in psignal.9 man page o [2000/01/07] ports/15963 se krn requires libgdbm but port doesn't che s [2000/01/08] bin/15981 sheldonh rcp -p fails when times have high bit set o [2000/01/08] kern/15983 n_hibma C++ keywords in kernel header files o [2000/01/08] ports/15992 asami [PATCH] Add a default for $SUP in the /us o [2000/01/08] ports/15993 asami [PATCH]No line-feed in warnings from ``ma o [2000/01/08] ports/15994 ports new libapreq 0.31 port o [2000/01/09] misc/16003 sysinstall crashes if it gets more than o o [2000/01/09] bin/16005 brian add new option to date(1) o [2000/01/09] bin/16007 joe cdcontrol(1) defaulting do /dev/cdrom ins o [2000/01/09] misc/16009 Invoking /stand/sysinstall from kde termi o [2000/01/09] kern/16016 cam/scsi/scsi_da.c: Fujitsu M2952 doesn't o [2000/01/10] kern/16021 To support SMP on NEC PC98, call mp_probe o [2000/01/10] kern/16023 Add an idletime counter for sppp, just li o [2000/01/10] misc/16026 /stand/sysinstall segmentation fault when s [2000/01/10] bin/16048 asmodai "file" command cannot recognize LaTeX2e f o [2000/01/10] kern/16049 Connor Drive fails cache sync o [2000/01/11] ports/16063 jseger rdjpegcom part of the JPEG port ignores l o [2000/01/11] ports/16072 obrien vim5 port update o [2000/01/11] conf/16076 [PATCH] pam_ssh examples for /etc/pam.con o [2000/01/12] bin/16086 des Inetd internal IDENT is not work well. o [2000/01/12] ports/16088 ports apache13-ssl lacks sbin/gcache in PLIST o [2000/01/12] docs/16091 nik Update man refs for patch in pr #15958 o [2000/01/13] ports/16109 max Update port: japanese/mimekit to 1.8 o [2000/01/14] bin/16119 ctm_rmail does not honor umask o [2000/01/14] bin/16124 alfred [PATCH] Enhancement for 'lpr -r' o [2000/01/14] ports/16127 ade fix port: sysutils/upsmon - csocket.cc do o [2000/01/15] misc/16131 bizarre dates displayed when searching th o [2000/01/15] ports/16139 billf Ntop port fails to find lsof o [2000/01/15] kern/16140 /proc contains regular files of infinite o [2000/01/17] ports/16167 torstenb y2k problem with inn 2.2.1 NEWNEWS and NE o [2000/01/18] kern/16169 The U.S. Robotics 56K Voice Int modem is o [2000/01/18] kern/16170 compiling machine/setjmp.h with g++ o [2000/01/18] docs/16173 doc [PATCH] fix for the kld/cdev example o [2000/01/18] bin/16179 ipfw(8) poor design of command line parsi o [2000/01/18] conf/16180 firewall rules may require flags to be pa o [2000/01/18] docs/16185 guido a possible typo in ipnat.5 manpage o [2000/01/18] misc/16189 Advansys ASB-3940U2W SCSI Card does not w o [2000/01/18] kern/16195 16-bit uid/gid struct in sys/ipc.h o [2000/01/19] ports/16201 ports Port of CDD isn't up to date o [2000/01/19] bin/16206 PATCH: vmstat column alignment, %ll not s o [2000/01/19] bin/16207 asmodai y2k problem in troff (e.g. 'man hosts.equ o [2000/01/19] misc/16208 ps/2 mouse problem o [2000/01/19] misc/16212 in /stand/sysinstall -- cannot exit menu o [2000/01/20] ports/16220 obrien -frepo is broken in gcc-devel and egcs po o [2000/01/20] misc/16231 CD audio wont work. o [2000/01/20] kern/16240 ICMP error generation fails to correctly o [2000/01/21] ports/16252 asami bsd.port.mk: Add bzip2 support for distri o [2000/01/21] bin/16275 approve send-pr(1) (attach files, use env o [2000/01/21] misc/16278 Crypt() function returns wierd results o [2000/01/22] kern/16292 performance problem of divert socket o [2000/01/22] misc/16301 Sysinstall -> Configure -> Distribution - o [2000/01/22] ports/16305 jfitz Upgrade port: majordomo to 1.94.5 o [2000/01/23] bin/16316 Enhancement: allow .fakeid to be a named o [2000/01/23] bin/16320 fstat -f confuses some partitions o [2000/01/24] bin/16325 /stand/sysinstall writes invalid variable o [2000/01/24] kern/16335 archie ng_ppp(8) fixes, improvements o [2000/01/24] kern/16339 vm/vm_page.h PQ_L2_SIZE options too limit o [2000/01/25] ports/16347 ports Inconsistencies between Java ports o [2000/01/25] kern/16360 kernel timestamping of ICMP echo requests o [2000/01/26] kern/16362 AMD K6-3 processor is identified as a P58 o [2000/01/26] ports/16363 pst [PATCH] Upgrade ports/databases/gnats o [2000/01/26] bin/16364 [PATCH] Add msdosfs and cd9660 support to o [2000/01/26] ports/16374 ache Ports fix: news/tin o [2000/01/26] ports/16377 ports new port for PGP 6.5.1i o [2000/01/27] ports/16397 jfitz Please update net/mrtg for current o [2000/01/27] i386/16411 DUMP freezes system if uucico or samba wr o [2000/01/27] kern/16412 cg pcm0 sound doesn't survive a suspend/resu o [2000/01/27] ports/16417 ports nethack3 port won't compile on 3.4-Stable o [2000/01/28] bin/16422 newfs always make root's / directory o [2000/01/28] misc/16434 Odd rlogin problem. o [2000/01/29] docs/16439 doc fdp-primer - difficulties with split SGML o [2000/01/29] ports/16452 torstenb Update ctwm port o [2000/01/29] ports/16454 ports Patch for man page included with port ins o [2000/01/30] ports/16473 will fix lang/smalltalk for stable o [2000/01/30] misc/16475 search.cgi gives bogus dates o [2000/01/30] ports/16476 peter Missing option and a typo o [2000/01/30] bin/16480 locked accounts and adduser o [2000/01/30] ports/16486 ports New Port: devel/linux-jdk-1.2.2 o [2000/02/06] conf/16536 size of /var/spool/uucp/Log, a UUCP logfi o [2000/02/06] kern/16551 cosmetic cleanup in sys/dev/ppbus/pcfcloc o [2000/02/07] ports/16565 torstenb Broken non-US-ssh-port (1.2.27) o [2000/02/07] ports/16570 asami ports toplevel README.html has bad link t o [2000/02/08] ports/16580 nbm Request port removal. o [2000/02/08] conf/16584 jkh Hostname field too small during install ( o [2000/02/09] ports/16606 ports [NEW PORT] new port of Adobe Acrobat View o [2000/02/09] bin/16619 trimdomain does not handle peer domains o [2000/02/09] bin/16625 Incorrect information in routed(8) error o [2000/02/10] ports/16629 ports New port of vtun 2.0. o [2000/02/10] ports/16636 ports New port: GNU find o [2000/02/10] ports/16638 ports New port: GNU fileutils o [2000/02/10] ports/16640 ports rwhois port install tries to copy wrong l o [2000/02/10] ports/16642 jseger libwww port upgraded to 5.2.8 o [2000/02/10] misc/16647 jkh data for fortune o [2000/02/10] ports/16648 ports Gdtclft port (TCL interface to Gd) o [2000/02/10] bin/16649 /bin/lastcomm: output contains extraneous o [2000/02/11] ports/16651 ports [ports] net/pppload fails to compile f [2000/02/11] ports/16654 mharo Some master sites have discontinued hosti o [2000/02/11] bin/16657 /bin/hostname: New feature to return subc o [2000/02/11] ports/16658 ports Update for russian/apache port o [2000/02/12] ports/16669 erich Update port: editors/sam o [2000/02/12] ports/16670 erich Update port: x11/9term o [2000/02/12] ports/16674 erich Update port: graphics/mplex o [2000/02/12] ports/16676 swallace Update port: games/xrisk to 2.15 f [2000/02/12] ports/16687 jedgar p5-Mysql building problem due to missing o [2000/02/12] ports/16692 will update port: sysutils/asmem: 1.5 -> 1.6 o [2000/02/12] ports/16693 ports new port: wavplay 1.4 now with the port! o [2000/02/13] ports/16695 ports New port: linux-flashplugin f [2000/02/13] ports/16703 billf port update from apache-ssl-1.3.9+1.37 to o [2000/02/13] bin/16705 ftpd doesn't support -h option o [2000/02/14] kern/16709 PATCH: make poll work for -STABLE's Audio o [2000/02/14] ports/16715 jseger Upgrade games/gnugo port to version 2.6 o [2000/02/14] ports/16718 dbaker [PATCH] misc/proxyper should obey the por o [2000/02/14] misc/16719 /stand/sysinstall does not redraw the scr o [2000/02/14] i386/16722 squid (a 3.x binary) won't run under 4.0- o [2000/02/15] bin/16726 rpc.rstatd from inetd sig11's o [2000/02/15] ports/16732 roger Update port: misc/videotext to 0.6.199910 o [2000/02/15] ports/16736 ports fix: web500gw can't always parse dates (Y o [2000/02/15] ports/16739 ports New port: audio/bwap o [2000/02/16] ports/16741 ports new port: math/gsl (The GNU Scientific Li o [2000/02/16] kern/16745 Kernel Makefile doesn't sanitise PATH [PA o [2000/02/16] docs/16748 jim Documentation of Linux Mode for 2.1 is ob o [2000/02/16] ports/16753 torstenb Install postfix html doc with port o [2000/02/16] ports/16756 torstenb Correction for the latest Postfix doc pat o [2000/02/16] ports/16763 ports VxTools port o [2000/02/16] docs/16764 jim Include link to "Linux-Oracle on FreeBSD" o [2000/02/16] kern/16765 Add support for mark/space parity o [2000/02/17] ports/16779 erich Update port: astro/xephem o [2000/02/17] ports/16786 jfitz Update port: lang/rexx-imc o [2000/02/17] ports/16794 ports New port: sdts++ o [2000/02/17] bin/16798 rmuser rebuilds entire passwd datebase fo o [2000/02/17] ports/16800 ports xwdtopnm can not work well on my 16bits/p o [2000/02/18] ports/16806 ports Fix port: devel/omniORB (bentofy) o [2000/02/18] kern/16815 dillon Cannot "rm -rf" for not-existed file on r o [2000/02/19] ports/16819 ports new port audio/gramofile o [2000/02/19] ports/16825 ports "team.c" won't compile o [2000/02/19] misc/16830 markm PAM-related error messages on -current o [2000/02/20] kern/16838 MFC: phk's print uptime at reboot o [2000/02/20] misc/16839 dan MFC Matthew D. Fuller's patch to deal wit o [2000/02/20] misc/16840 dan MFC: Matthew D. Fuller's teach pkg_info t o [2000/02/20] misc/16842 Knob for release/Makefile to prevent dele o [2000/02/20] misc/16848 jkh Fortune has repeat entry o [2000/02/20] ports/16857 jdp cvsup coredump o [2000/02/20] docs/16859 jim This section of the handbook is way out o o [2000/02/21] ports/16872 max Update port: japanese/pine o [2000/02/21] bin/16880 [PATCH] pw(8) hardcodes directory creatio o [2000/02/21] docs/16891 unfurl Typo in header of FAQ f [2000/02/22] ports/16919 nbm UPDATE port mail/qmail-contrib missing de o [2000/02/22] bin/16924 tmpfile(3) ignores TMPDIR and always uses o [2000/02/22] ports/16925 ports Update of R port o [2000/02/22] bin/16926 kris [PATCH] banner doesn't allocate space fo o [2000/02/22] bin/16927 [PATCH] prevent possible race condition i o [2000/02/22] kern/16928 dynamic sysctl enhancement o [2000/02/22] bin/16929 [PATCH] prevent possible race condition i o [2000/02/23] ports/16931 ports New port: Mule-UCS 0.72 (revised) o [2000/02/23] ports/16932 marcel linux_base 6.1 in 4.0rc aborts install wi o [2000/02/23] ports/16933 ports Update games/oonsoo to Version 1.2 o [2000/02/23] docs/16934 doc anon transfer log doesn't log all xfers o [2000/02/23] misc/16938 FTP does not fully parse ftp:// URLs o [2000/02/23] bin/16941 routed: possible netmask problem between a [2000/02/23] gnu/16942 sheldonh send-pr(1) creates unsafe temp files o [2000/02/23] bin/16944 Give mtree(8) an ``exclude'' facility o [2000/02/23] ports/16949 ports New Port: audio/pimp3 o [2000/02/23] bin/16953 [PATCH] Fix argument overflow in dnsquery o [2000/02/23] misc/16954 [PATCH] catopen(3) in libc can overflow o o [2000/02/24] ports/16956 ports Update port: misc/deco o [2000/02/24] conf/16959 peter [PATCH] missing entry in /etc/make.conf o [2000/02/24] misc/16969 /kernel: psmintr: out of sync (0000 != 00 o [2000/02/24] ports/16970 ports port of TclX-8.2 (lang/tclX82) o [2000/02/24] bin/16971 Exiting from /usr/sbin/login does not res o [2000/02/25] bin/16981 Minor nit with (un)compress and "Operatio o [2000/02/25] ports/16982 ports graphics/povray31 does not install *.txt o [2000/02/25] ports/16987 obrien pkg_delete vim-5.X incorrect o [2000/02/25] ports/16989 ports new FreeBSD port for qico-0.45pre3 o [2000/02/25] kern/16993 marcel Linux emulator lacks setfsuid and setfsgi o [2000/02/25] ports/16997 ports Incompatibility between GNOME and KDE o [2000/02/25] ports/16998 ports Eterm fails to function from Gnome/Enligh o [2000/02/25] ports/17001 ports [PATCH] additional fvwm2 icons o [2000/02/26] kern/17003 dscheck() overzealously protects labels o o [2000/02/26] ports/17004 ports Refactoring port: graphics/aalib o [2000/02/26] conf/17006 PCMCIA ETHERNET CARD o [2000/02/26] kern/17007 This is a code for implementing ethernet o [2000/02/26] docs/17014 doc send-pr sets MAIL_AGENT unconditionally o [2000/02/26] ports/17016 ports New port -- Wordnet -- dictionary and the o [2000/02/27] ports/17018 ports New port submission for Moneydance o [2000/02/27] conf/17022 rwatson newsyslog.conf not in sync with syslog.co o [2000/02/27] ports/17024 ports Update port: ja-mendexk-* (2.4c -> 2.4d) o [2000/02/27] ports/17025 ports Update port: ja-dvipsk-* (p1.4c -> p1.4d) o [2000/02/27] alpha/17032 alpha strtod(3) floating exception o [2000/02/27] ports/17035 ports Update port www/ijb to both use FreeBSD g o [2000/02/28] ports/17037 ports A new port of NADAR-b04 o [2000/02/28] misc/17045 Cannot install on Siemens Primergy 870 (d o [2000/02/28] ports/17047 ports Let doc++ install documentation o [2000/02/28] kern/17058 mjacob SCSI tape driver can't drive devs that ca o [2000/02/28] ports/17066 ports audio/xmms chewing CPU (and skipping too) o [2000/02/29] misc/17069 davidn /usr/sbin/pw pw(8) fails for a specific u o [2000/02/29] ports/17071 ports New port of piddle-1.0b1 o [2000/02/29] ports/17072 ports New version of textproc/rand o [2000/02/29] bin/17077 write() error o [2000/02/29] bin/17084 memory leak in getcap.c (libc) o [2000/02/29] bin/17085 [patch] Fix typo in src/src/games/fortune o [2000/02/29] ports/17087 torstenb ports/postfix flags to compile with openl o [2000/03/01] docs/17091 phantom Missing man pages for bind o [2000/03/01] docs/17092 phantom Missing man page for nsupdate o [2000/03/01] docs/17093 phantom Missing man pages for named o [2000/03/01] docs/17101 doc Useless reference in the doscmd manpage o [2000/03/01] docs/17104 phantom gethostbyname(3) contains a reference to o [2000/03/01] docs/17105 doc Wrong crossreference in ndc(8). o [2000/03/01] ports/17111 ports [NEW PORT] New port of Jext - a powerful o [2000/03/01] ports/17116 ports New port o [2000/03/02] ports/17127 obrien Ports fix: editors/vim5 o [2000/03/02] ports/17130 ports New Ports: korean/hlatex-uhcstd o [2000/03/02] ports/17131 ports New Ports: korean/hlatexpsfonts-uhcextra o [2000/03/02] misc/17132 bugs in xdr functions o [2000/03/02] misc/17133 imp /etc/pcmcia.conf.sample error with DFE-65 o [2000/03/02] ports/17136 ports PATCH: OpenLDAP to optionally build with o [2000/03/02] ports/17139 billf PLIST correction for Apache13-fp o [2000/03/03] ports/17151 ports updated original archive file of elisa8x8 o [2000/03/03] misc/17155 Add mount(8) check to /etc/security o [2000/03/03] ports/17157 swallace Update port: audio/xcdplayer o [2000/03/03] ports/17158 joerg Update port: deskutils/xpostit o [2000/03/03] ports/17159 swallace Update port: games/xasteroids o [2000/03/03] ports/17160 ports Update port: games/xataxx o [2000/03/03] ports/17161 swallace Update port: games/xchomp o [2000/03/03] ports/17164 ports Update port: games/xvmahjongg o [2000/03/03] ports/17165 ports Update port: games/xvmines o [2000/03/03] ports/17166 ports Update port: graphics/hobbes-icons-xpm o [2000/03/03] ports/17169 ports Update port: x11/bricons o [2000/03/03] ports/17170 taoka Update port: x11/xcoloredit o [2000/03/03] ports/17172 ports Update port: x11-toolkits/slingshot o [2000/03/04] ports/17176 ports Update ports: Mew-1.94.2 o [2000/03/04] misc/17178 -d option of lpd didnt work o [2000/03/04] ports/17180 ports update ports: mail/popa3d o [2000/03/04] misc/17185 main ncurses headerfile is installed as c o [2000/03/04] i386/17198 3.4 doesn't boot from CD on dell 3500 o [2000/03/04] ports/17199 jmz emulators/mtools configure fix o [2000/03/04] ports/17200 jseger irc/zircon update to 1.18.240 o [2000/03/04] gnu/17202 uucp grade patch and policy o [2000/03/05] ports/17204 ports update the mail/postilion port to version o [2000/03/05] ports/17206 ports p5-Apache-ASP port update o [2000/03/05] conf/17207 disktab support for Fuji-MO o [2000/03/05] gnu/17214 gdb doesn't honor auto-solib-add o [2000/03/05] ports/17215 ports XFree86 SVGA SiS5597/5598 server problem o [2000/03/06] ports/17220 ports Update of the lang/squeak2 port to versio o [2000/03/06] kern/17222 Avance Logic ALS/100 sound card doesn't r o [2000/03/06] kern/17224 4.0-20000214-CURRENT: pcm/csa sound - sha o [2000/03/06] bin/17226 markm ftpd can't use PAM o [2000/03/06] ports/17229 ports Update port: ftp/downloader to 1.13 (fix o [2000/03/06] misc/17232 obrien chown(1) and chgrp(1) do not honor -v fla o [2000/03/06] ports/17236 ports New ports tamago 4.0.6 o [2000/03/06] ports/17241 ports Update: japanese/tkdesk o [2000/03/07] ports/17246 ports Ports remove: korean/hanmutt o [2000/03/07] ports/17249 ports Updated md5 checksum for audio/xmms-livei o [2000/03/07] ports/17255 ports Update the GNATS port to 3.113 o [2000/03/07] ports/17257 ports fix for dired core dump of japanese/ng po o [2000/03/07] ports/17258 ports New port- net/gtkicq o [2000/03/07] ports/17259 reg Update port www/mozilla o [2000/03/08] ports/17262 ports port of xmsgsaver-1.7 o [2000/03/08] ports/17268 dirk new lyx port does not install locale file o [2000/03/08] docs/17269 doc Description of Symbols in nm(1) o [2000/03/08] misc/17270 FreeBSD should support nsswitch.conf, or o [2000/03/08] misc/17272 deleting a file that a program has open c o [2000/03/08] misc/17275 make release fails when making readmes fo o [2000/03/08] ports/17279 ports USA/Canada Netscape Navigator 4.72 FreeBS o [2000/03/09] ports/17281 ports sigrot broken -here's the patch o [2000/03/09] ports/17282 jmacd Update port: lang/mit-scheme to 7.5.4 o [2000/03/09] ports/17283 nakai Update port: lang/slib to 2c7 o [2000/03/09] ports/17284 ports Update port: net/ntp to 4.0.99g (fix port o [2000/03/09] ports/17286 ports New port of ISC DHCP 3.0 beta o [2000/03/09] bin/17289 [PATCH] wrong permissions on /var/run/pri o [2000/03/09] ports/17293 ports samba port installs man-pages twice, fail o [2000/03/09] ports/17296 ports net/openh323 port broken (for -stable at o [2000/03/09] kern/17297 Panic when mounting a CDRom o [2000/03/10] i386/17299 I can't find uucleanup command in freeBSD o [2000/03/10] ports/17300 ports New version of radiusd-cistron port o [2000/03/10] ports/17301 ports New port: mozilla-fonts o [2000/03/10] ports/17302 ports New Port c-nocem o [2000/03/10] kern/17304 imp More flexible support for building klds o o [2000/03/10] ports/17309 ports ports/audio/cdd doesn't support .wav outp o [2000/03/11] ports/17316 ports New Port - QuickPicks o [2000/03/11] ports/17317 ports New port for kxicq - featured ICQ client o [2000/03/11] ports/17327 ports New port: boxes o [2000/03/11] ports/17329 ports Re: ports/17327: New port: boxes o [2000/03/11] ports/17331 ports Ports Update: korean/hanterm-xf86 o [2000/03/11] ports/17332 ports New ports: korean/gtkcomm o [2000/03/11] docs/17333 doc IPv6 man typos (rrenumd.conf.5, prefix.8, o [2000/03/11] ports/17334 ports bsd.port.mk documentation addition o [2000/03/12] ports/17336 ports ktranslator port make failure o [2000/03/12] ports/17337 ports New port for bulb-1.0.6 o [2000/03/12] ports/17342 ports ports/devel/qtez build failure o [2000/03/12] ports/17345 ports fix package build for palm/jpilot port o [2000/03/12] kern/17347 msdosfs_rename and 'vrele: negative ref c o [2000/03/12] ports/17348 ports Update port security/libparanoia from 1.3 o [2000/03/12] kern/17349 [Patch] ESS18xx PnP Sound Card PnPid for o [2000/03/12] ports/17350 ports tripwire used mktemp(), siggen not instal o [2000/03/13] kern/17351 Add PnP ID for the "5634BTS 56K Video Rea o [2000/03/13] ports/17353 ports New port of featured ICQ client for KDE ( o [2000/03/13] ports/17354 ports Update: audio/timidity++ o [2000/03/13] ports/17355 ports Update: audio/timidity++-motif o [2000/03/13] ports/17356 ports Update: audio/timidity++-slang o [2000/03/13] ports/17357 ports Update: japanese/timidity++-slang o [2000/03/13] kern/17358 PCI ids for Aureal 8810, 8820 and 8830 au o [2000/03/13] bin/17363 crontab(1) leaves files in /var/cron/tabs o [2000/03/13] docs/17364 doc Fix minor errors and omissions in FAQ o [2000/03/13] bin/17368 billf Bad error messaging from mountd(8) o [2000/03/13] ports/17370 ports Update ports: ja-kterm16c-6.2.0(japanese/ o [2000/03/14] ports/17376 ports New port -- mysql-editor, web-based table o [2000/03/14] pending/17377 "Checking for rejected mail hosts:" gives o [2000/03/14] ports/17382 ports New port, devel/p5-Locale-Maketext o [2000/03/14] misc/17384 patch for lpd to add -p option to disable o [2000/03/14] kern/17385 Support for IIT's "XC87SLC-33" numeric pr o [2000/03/15] bin/17389 /bin/cp failed on some synthetic vfs o [2000/03/15] ports/17390 ports A port to track SAINT at its current vers o [2000/03/15] misc/17394 sheldonh mailwrapper is installed regardless of NO o [2000/03/15] bin/17395 This is a replacement for the perl versio o [2000/03/15] misc/17399 FTPing into machine slows it down o [2000/03/16] bin/17405 one more fstat patch o [2000/03/16] ports/17407 ports Port of SmallEiffel -0.77 o [2000/03/16] alpha/17411 alpha No link/activity lights Alpha ethernet ca o [2000/03/16] pending/17412gnats-adminUpdate to Etherboot port includes some PX o [2000/03/16] ports/17413 ports Fix for port lang/ghc o [2000/03/16] ports/17414 ports upgrade and fix for the postilion port o [2000/03/16] ports/17415 ports New Port: ip-tun (update) o [2000/03/16] ports/17416 ports New Port: p5-File-CounterFile o [2000/03/16] ports/17417 ports New Port: p5-Mail-Sendmail o [2000/03/16] ports/17418 ports New Port: p5-Net-Netmask o [2000/03/16] ports/17419 ports New Port: p5-Net-SSLeay o [2000/03/16] ports/17420 ports New Port: xbone o [2000/03/16] kern/17425 nsouch [PATCH] fix two small printing errors in o [2000/03/16] ports/17427 ports a big enhancement to the flexability of t o [2000/03/16] ports/17428 ports Update: audio/timidity++-gtk o [2000/03/16] ports/17429 ports Update: audio/timidity++-tcltk o [2000/03/17] bin/17430 jkh Missing Czech keyboard in /stand/sysinsta o [2000/03/17] conf/17431 Estonia will not switch to summer time on o [2000/03/17] ports/17432 jmz patch-e (for locale.alias) in x11/XFree86 o [2000/03/17] ports/17436 ports VxTools port o [2000/03/17] kern/17438 newpcm volume too low on Soundblaster Pro o [2000/03/17] ports/17440 ports [PATCH] Update of the Xfstt(x11-servers/X o [2000/03/17] kern/17441 4.0-STABLE: Intel 82801AA SMBus Controlle o [2000/03/17] ports/17445 ports Install of linux_base-6.1 fails with rpm o [2000/03/17] ports/17447 ports Addition of a new port o [2000/03/17] ports/17449 ports Update port: lang/mit-scheme to 7.5.5 (fi o [2000/03/17] ports/17451 ports shells/ksh93 is broken o [2000/03/17] ports/17452 ports Update: audio/timidity++-xaw o [2000/03/17] kern/17453 Added sys/pci/ device identification for o [2000/03/18] ports/17455 jmz Inapropriate default value o [2000/03/18] ports/17461 andreas Update port: databases/xmbase-grok to 1.4 o [2000/03/18] ports/17462 nakai Update port: emulators/snes9x o [2000/03/18] ports/17463 ports Update port: graphics/cqcam o [2000/03/18] ports/17465 jmacd Update port: lang/STk to 4.0.1 o [2000/03/18] ports/17467 vanilla Update port: sysutils/xfsm o [2000/03/18] docs/17469 doc Missing man page: sigwait o [2000/03/18] docs/17470 doc Missing man page: pthread_yield o [2000/03/18] ports/17471 ports presence of devel/pth-devel port breaks w o [2000/03/18] ports/17473 ports YACC error in wine-99.11.14 port (tools/w o [2000/03/18] ports/17479 ports bsd.port.mk: PARALLEL_BUILD o [2000/03/18] bin/17480 m4 changecom doesn't work as documented o [2000/03/19] ports/17486 fenner /usr/ports/mbone/sdr doesn't work. o [2000/03/19] kern/17487 sos ide/atapi/cdrom bugs o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/03/19] ports/17490 markm ports fail for some gnu programs as the g o [2000/03/19] kern/17493 Updates to use FreeBSD as a firewall and o [2000/03/19] kern/17495 ppc driver does not accept PNP attachment o [2000/03/19] ports/17496 ports /usr/ports/editors/emacs termcap problem o [2000/03/19] bin/17498 killall(1) is a slow perl script that's d o [2000/03/20] ports/17502 nakai [PATCH] Update of the Xfce (x11-wm/xfce) o [2000/03/20] i386/17505 Problems with with SMP on Compaq proliant o [2000/03/20] docs/17506 shin reference to man page that does not exist o [2000/03/20] ports/17510 ports new port - net/adns o [2000/03/20] kern/17512 kernel message missing newline o [2000/03/20] ports/17513 ports new ports: russian/apache13-php3 (fix, pl o [2000/03/20] misc/17514 Inconsistent behaviour of "make update" [ o [2000/03/20] ports/17519 ports update ports: x11-wm/windowmaker-i18n o [2000/03/20] docs/17521 doc Proposed FAQ on assembly programming o [2000/03/21] ports/17523 ports ssserver-1.0 o [2000/03/21] ports/17524 kris Wrong handbook chapter ref. in openssh po o [2000/03/21] ports/17525 ports [PATCH] Update of the PNG (graphics/png) o [2000/03/21] ports/17529 ports Update port: x11-fm/jafm o [2000/03/21] bin/17532 "host" only prints A records by default o [2000/03/21] ports/17534 ports Update of lang/clisp port, new version & o [2000/03/21] kern/17536 KERNEL used both by Makefile.inc1 and Mak o [2000/03/21] ports/17537 ports incorrect dependency results in bogus rei o [2000/03/21] docs/17538 jasone no man page for pthread_kill(3) and frien o [2000/03/21] kern/17539 kernel panic when asking help in visual u o [2000/03/21] docs/17544 doc login.conf(5) should have pointer to cap_ a [2000/03/21] docs/17545 sheldonh Typo in ncplist.1 and ncplogout.1 o [2000/03/22] bin/17546 Sysinstall does not let you configure NIS o [2000/03/22] pending/17547ports new port xtrojka o [2000/03/22] ports/17548 ports [PATCH] Update of the PVM (net/pvm) port o [2000/03/22] docs/17552 doc Documentation error in divert(4) o [2000/03/22] bin/17555 fstat(1) doesn't show memory-mapped files o [2000/03/22] ports/17556 ports RealPlayer 7.0-beta port o [2000/03/22] misc/17559 [please] add 3 button mouse emulation on o [2000/03/22] ports/17560 ports update port: qrash o [2000/03/23] docs/17566 doc [PATCH] ssh(1) and sshd(8) manpage error o [2000/03/23] ports/17569 ports Update for astro/setiathome port o [2000/03/23] ports/17571 ports Update port: grapchis/netpbm to 8.2 o [2000/03/23] ports/17572 ports [NEW PORT] New port of PVMPov-distributin o [2000/03/24] ports/17576 ports update for net/binkd port o [2000/03/24] ports/17577 ports Port submission, and a request to add a c o [2000/03/24] ports/17578 ports GNU Pascal port o [2000/03/24] ports/17580 ports unable to make webcopy, invalid mastersit o [2000/03/24] kern/17581 devices failing probing do so silently o [2000/03/24] ports/17585 obrien Outputs small message for user of lang/gc o [2000/03/24] ports/17586 ports New port: MyODBC-2.50.28 o [2000/03/24] ports/17587 ports New port: libiodbc 2.50.3 o [2000/03/24] ports/17588 will New port: mysql++-1.6 o [2000/03/24] kern/17589 sos ata crashes when trying to extract cd-da o [2000/03/24] kern/17593 [PATCH] Add KERNEL identifier to GENERIC f [2000/03/25] conf/17595 dan Preventing cp /etc/defaults/rc.conf /etc/ o [2000/03/25] ports/17597 ports p5-Net-ext - a perl modules for use Socke o [2000/03/25] docs/17598 doc installworld over NFS documentation no lo o [2000/03/25] docs/17600 billf Error in description /usr/share/examples/ o [2000/03/25] ports/17602 jmz Port fix x11/XFree86-4.0 (make deinstall o [2000/03/25] ports/17603 ports ports/www/wwwoffle SPOOL=/home, then fail o [2000/03/26] ports/17604 ports VTK port updated for Ver. 3.1 o [2000/03/26] bin/17606 traceroute vs. IPSEC surprise o [2000/03/26] ports/17608 ports Fixing postfix build on 5.0-current o [2000/03/26] ports/17609 ports Upgrade to /usr/ports/games/tinymux o [2000/03/26] misc/17610 mouse does not work after compiling 4.0-s o [2000/03/26] bin/17611 f77 man page needs updated o [2000/03/27] bin/17617 moused: remove debug output from -z optio o [2000/03/27] ports/17618 ports update chinese/rxvt to 2.7.3 o [2000/03/27] bin/17619 pax cannot read all tar files created by o [2000/03/27] conf/17622 [Patch] pccard.conf for corega Ether PCM- o [2000/03/27] bin/17623 date(1) -v doesn't handle time changes (D o [2000/03/27] ports/17624 ports chinese/xa+cv master site change o [2000/03/27] ports/17625 billf update port apache-ssl-1.3.12+1.39 (2nd s 1486 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 Mar 27 11:19:27 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from dsl-035-f.resnet.purdue.edu (dsl-035-f.resnet.purdue.edu [128.211.162.39]) by hub.freebsd.org (Postfix) with ESMTP id 6DF2337B8BB; Mon, 27 Mar 2000 11:19:18 -0800 (PST) (envelope-from dedrick@dsl-035-f.resnet.purdue.edu) Received: from localhost (dedrick@localhost) by dsl-035-f.resnet.purdue.edu (8.9.3/8.9.3) with ESMTP id OAA00344; Mon, 27 Mar 2000 14:19:57 -0500 (EST) (envelope-from dedrick@dsl-035-f.resnet.purdue.edu) Date: Mon, 27 Mar 2000 14:19:57 -0500 (EST) From: Eric Dedrick To: billf@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/17627: problem with install floppy? In-Reply-To: <200003271849.KAA35644@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 Well, I have used several new floppy disks, and I have copied kern.flp from several different ftp sites, always in bin mode, and just used dd to copy it over to my floppy drive. Actually, I can't even boot off of my old 3.3 kern.flp, so I'm pretty sure this a hardware problem on my part. I'm suspicious that my CPU might be damaged, do you think that a damaged CPU could prevent me from booting off of a floppy as described? Thanks. On Mon, 27 Mar 2000 billf@FreeBSD.org wrote: > Synopsis: problem with install floppy? > > State-Changed-From-To: open->closed > State-Changed-By: billf > State-Changed-When: Mon Mar 27 10:47:46 PST 2000 > State-Changed-Why: > It means you have a bad floppy or the image you transfered got damaged. > > Use binary mode to transfer and try a different floppy. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 12:22:39 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from bugg.strangled.net (c705742-a.htfdw1.ct.home.com [24.2.137.94]) by hub.freebsd.org (Postfix) with ESMTP id 94D5E37BC6D for ; Mon, 27 Mar 2000 12:22:35 -0800 (PST) (envelope-from bugg@bugg.strangled.net) Received: (from bugg@localhost) by bugg.strangled.net (8.9.3/8.9.3) id PAA06521; Mon, 27 Mar 2000 15:24:39 -0500 (EST) (envelope-from bugg) Date: Mon, 27 Mar 2000 15:24:39 -0500 From: Dan Papasian To: Eric Dedrick Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/17627: problem with install floppy? Message-ID: <20000327152439.A6444@moe.c705742-a.htfdw1.ct.home.com> References: <200003271849.KAA35644@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from dedrick@dsl-035-f.resnet.purdue.edu on Mon, Mar 27, 2000 at 02:19:57PM -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If your CPU wasn't functioning properly your computer wouldn't boot or it would be causing the system to have a full freeze. More likely is that you've got a broken floppy or floppy controller. Try checking all of your connections. Also, you say that these disks are new? Have they been formatted? You may run into problems restoring an image to a floppy that hasn't recieved a low-level format once. But if that old 3.3 floppy of yours used to work, I'd guess that your problem is with the floppy drive or controller. Good luck, -Dan Papasian Note: Further discussion on this topic should be taken to freebsd-current. On Mon, Mar 27, 2000 at 02:19:57PM -0500, Eric Dedrick wrote: > Well, I have used several new floppy disks, and I have copied kern.flp > from several different ftp sites, always in bin mode, and just used dd to > copy it over to my floppy drive. > > Actually, I can't even boot off of my old 3.3 kern.flp, so I'm pretty sure > this a hardware problem on my part. I'm suspicious that my CPU might be > damaged, do you think that a damaged CPU could prevent me from booting off > of a floppy as described? > > Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 14:30: 5 2000 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 99F3237BCED for ; Mon, 27 Mar 2000 14:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA75104; Mon, 27 Mar 2000 14:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2516D37BB03 for ; Mon, 27 Mar 2000 14:25:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA74415; Mon, 27 Mar 2000 14:25:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003272225.OAA74415@freefall.freebsd.org> Date: Mon, 27 Mar 2000 14:25:19 -0800 (PST) From: ecco@lugu.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17628: 3c509b hangs on running ifconfig Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17628 >Category: i386 >Synopsis: 3c509b hangs on running ifconfig >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: Mon Mar 27 14:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Erik Grahn Järlund >Release: 3.3-RELEASE, 4.0-RELEASE >Organization: - >Environment: Sorry, haven't been able to run uname -a. Pentium II/266 System with Intel LX (Gateway 2000) Motherboard. 64 MB RAM. ISA 3Com EtherLink III (3c509b) with TP, no BNC. FreeBSD 3.3-RELEASE and 4.0-RELEASE has the same symptoms. >Description: During installation, the 3c509 is correctly found and initialized, but when it comes to Network configuration, it freezes after saying "Yes" to "Do you want to bring up the ep0 interface right now?". A cold reboot seems to be the only possible solution. The same thing happens if I answer "No" to the above question and instead run ifconfig manually. The same card works fine on Linux, OpenBSD, Windows for Workgroups 3.11/DOS and Windows 95. >How-To-Repeat: Run the 3.3/4.0 installation program, set up the nic and try bringing it up. >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 Mar 27 15:10: 6 2000 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 9DA7637BA02 for ; Mon, 27 Mar 2000 15:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA81075; Mon, 27 Mar 2000 15:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 27 Mar 2000 15:10:05 -0800 (PST) Message-Id: <200003272310.PAA81075@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Lars Eggert Subject: Re: kern/17224: 4.0-20000214-CURRENT: pcm/csa sound - shared irq problem? Reply-To: Lars Eggert Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17224; it has been noted by GNATS. From: Lars Eggert To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/17224: 4.0-20000214-CURRENT: pcm/csa sound - shared irq problem? Date: Mon, 27 Mar 2000 15:06:04 +0000 (GMT) Just a quick followup on how things are with 4.0-STABLE: - the sound corruption problem after a long continous playback is gone - however, disabling the SCSI controller on the shared irq will still mess up sound output immediatly Lars ________________________________________________________________________ Lars Eggert Information Sciences Institute http://www.isi.edu/~larse/ University of Southern California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 17:30: 4 2000 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 ACA2B37B848 for ; Mon, 27 Mar 2000 17:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA12670; Mon, 27 Mar 2000 17:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 27 Mar 2000 17:30:02 -0800 (PST) Message-Id: <200003280130.RAA12670@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Matthew N. Dodd" Subject: Re: i386/17628: 3c509b hangs on running ifconfig Reply-To: "Matthew N. Dodd" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/17628; it has been noted by GNATS. From: "Matthew N. Dodd" To: ecco@lugu.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/17628: 3c509b hangs on running ifconfig Date: Mon, 27 Mar 2000 20:26:45 -0500 (EST) On Mon, 27 Mar 2000 ecco@lugu.org wrote: > During installation, the 3c509 is correctly found and initialized, but > when it comes to Network configuration, it freezes after saying "Yes" > to "Do you want to bring up the ep0 interface right now?". A cold > reboot seems to be the only possible solution. The same thing happens > if I answer "No" to the above question and instead run ifconfig > manually. The same card works fine on Linux, OpenBSD, Windows for > Workgroups 3.11/DOS and Windows 95. Make sure you disable all non-present hardware drivers in the visual user config. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 18:20: 8 2000 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 5975237B8AC for ; Mon, 27 Mar 2000 18:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA17351; Mon, 27 Mar 2000 18:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from minya.sea.one-eyed-alien.net (minya.sea.one-eyed-alien.net [216.39.156.226]) by hub.freebsd.org (Postfix) with ESMTP id 92B4037BCC2 for ; Mon, 27 Mar 2000 18:16:04 -0800 (PST) (envelope-from brooks@minya.sea.one-eyed-alien.net) Received: (from brooks@localhost) by minya.sea.one-eyed-alien.net (8.9.3/8.9.3) id SAA00582; Mon, 27 Mar 2000 18:17:19 -0800 (PST) (envelope-from brooks) Message-Id: <200003280217.SAA00582@minya.sea.one-eyed-alien.net> Date: Mon, 27 Mar 2000 18:17:19 -0800 (PST) From: brooks@one-eyed-alien.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17629: "almost clone" patch for device snp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17629 >Category: kern >Synopsis: "almost clone" patch for device snp >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: Mon Mar 27 18:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Brooks Davis >Release: FreeBSD 5.0-CURRENT i386 >Organization: The Aerospace Corporation >Environment: FreeBSD minya 5.0-CURRENT FreeBSD 5.0-CURRENT #15: Mon Mar 27 17:45:47 PST 2000 root@minya:/usr/src/sys/compile/MINYA i386 >Description: The following patch modifies the snp device to grow automagicaly like bpf, tun, and pty do. I had some time on my hands so I looked up phk's message, "Kernel hacker tasks seek intrested hackers", and this one looked easy, useful, and somewhat informative so I did it. The patch is mostly based on rev 1.53 of bpf.c which did the same thing to bpf. >How-To-Repeat: >Fix: The patch is below. LINT should also be modified changing: pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. to: pseudo-device snp #Snoop device - to look at pty/vty/etc.. Index: tty_snoop.c =================================================================== RCS file: /home/ncvs/src/sys/kern/tty_snoop.c,v retrieving revision 1.45 diff -u -r1.45 tty_snoop.c --- tty_snoop.c 1999/11/18 06:39:47 1.45 +++ tty_snoop.c 2000/03/28 01:30:32 @@ -32,6 +32,8 @@ #include #include +MALLOC_DEFINE(M_SNP, "snp", "Snoop Interface"); + static d_open_t snpopen; static d_close_t snpclose; static d_read_t snpread; @@ -62,8 +64,6 @@ #define MIN(a,b) (((a)<(b))?(a):(b)) #endif -static struct snoop snoopsw[NSNP]; - static struct tty *snpdevtotty __P((dev_t dev)); static int snp_detach __P((struct snoop *snp)); @@ -90,8 +90,8 @@ struct uio *uio; int flag; { - int unit = minor(dev), len, i, error; - struct snoop *snp = &snoopsw[unit]; + int len, i, error; + struct snoop *snp = dev->si_drv1; struct tty *tp; char c[SNP_INPUT_BUF]; @@ -131,8 +131,8 @@ struct uio *uio; int flag; { - int unit = minor(dev), s; - struct snoop *snp = &snoopsw[unit]; + int s; + struct snoop *snp = dev->si_drv1; int len, n, nblen, error = 0; caddr_t from; char *nbuf; @@ -174,9 +174,9 @@ if (((nblen / 2) >= SNOOP_MINLEN) && (nblen / 2) >= snp->snp_len) { while (((nblen / 2) >= snp->snp_len) && ((nblen / 2) >= SNOOP_MINLEN)) nblen = nblen / 2; - if ((nbuf = malloc(nblen, M_TTYS, M_NOWAIT)) != NULL) { + if ((nbuf = malloc(nblen, M_SNP, M_NOWAIT)) != NULL) { bcopy(snp->snp_buf + snp->snp_base, nbuf, snp->snp_len); - free(snp->snp_buf, M_TTYS); + free(snp->snp_buf, M_SNP); snp->snp_buf = nbuf; snp->snp_blen = nblen; snp->snp_base = 0; @@ -213,12 +213,6 @@ if (n == 0) return 0; -#ifdef DIAGNOSTIC - if (!(snp->snp_flags & SNOOP_OPEN)) { - printf("Snoop: data coming to closed device.\n"); - return 0; - } -#endif if (snp->snp_flags & SNOOP_DOWN) { printf("Snoop: more data to down interface.\n"); return 0; @@ -246,9 +240,9 @@ nblen = snp->snp_blen * 2; s_free = nblen - (snp->snp_len + snp->snp_base); } - if ((n <= s_free) && (nbuf = malloc(nblen, M_TTYS, M_NOWAIT))) { + if ((n <= s_free) && (nbuf = malloc(nblen, M_SNP, M_NOWAIT))) { bcopy(snp->snp_buf + snp->snp_base, nbuf, snp->snp_len); - free(snp->snp_buf, M_TTYS); + free(snp->snp_buf, M_SNP); snp->snp_buf = nbuf; snp->snp_blen = nblen; snp->snp_base = 0; @@ -291,26 +285,22 @@ struct proc *p; { struct snoop *snp; - register int unit, error; + register int error; if ((error = suser(p)) != 0) return (error); - if ((unit = minor(dev)) >= NSNP) - return (ENXIO); + snp = dev->si_drv1; - snp = &snoopsw[unit]; + if (snp) + return (EBUSY); - if (snp->snp_flags & SNOOP_OPEN) - return (ENXIO); + make_dev(&snp_cdevsw, minor(dev), 0, 0, 0600, "bpf%d", lminor(dev)); + MALLOC(snp, struct snoop *, sizeof(*snp), M_SNP, M_WAITOK); + bzero(snp, sizeof(*snp)); + dev->si_drv1 = snp; - /* - * We intentionally do not OR flags with SNOOP_OPEN,but set them so - * all previous settings (especially SNOOP_OFLOW) will be cleared. - */ - snp->snp_flags = SNOOP_OPEN; - - snp->snp_buf = malloc(SNOOP_MINLEN, M_TTYS, M_WAITOK); + snp->snp_buf = malloc(SNOOP_MINLEN, M_SNP, M_WAITOK); snp->snp_blen = SNOOP_MINLEN; snp->snp_base = 0; snp->snp_len = 0; @@ -367,14 +357,15 @@ int fmt; struct proc *p; { - register int unit = minor(dev); - struct snoop *snp = &snoopsw[unit]; + int error; + struct snoop *snp = dev->si_drv1; - snp->snp_blen = 0; - free(snp->snp_buf, M_TTYS); - snp->snp_flags &= ~SNOOP_OPEN; + free(snp->snp_buf, M_SNP); + error = snp_detach(snp); + FREE(snp, M_SNP); + dev->si_drv1 = 0; - return (snp_detach(snp)); + return (error); } int @@ -382,8 +373,8 @@ struct snoop *snp; { snp->snp_blen = SNOOP_MINLEN; - free(snp->snp_buf, M_TTYS); - snp->snp_buf = malloc(SNOOP_MINLEN, M_TTYS, M_WAITOK); + free(snp->snp_buf, M_SNP); + snp->snp_buf = malloc(SNOOP_MINLEN, M_SNP, M_WAITOK); snp->snp_flags |= SNOOP_DOWN; return (snp_detach(snp)); @@ -398,9 +389,9 @@ int flags; struct proc *p; { - int unit = minor(dev), s; + int s; dev_t tdev; - struct snoop *snp = &snoopsw[unit]; + struct snoop *snp = dev->si_drv1; struct tty *tp, *tpo; switch (cmd) { @@ -489,8 +480,7 @@ int events; struct proc *p; { - int unit = minor(dev); - struct snoop *snp = &snoopsw[unit]; + struct snoop *snp = dev->si_drv1; int revents = 0; @@ -514,10 +504,8 @@ snp_drvinit(unused) void *unused; { - int i; - for (i = 0; i < NSNP; i++) - make_dev(&snp_cdevsw, i, 0, 0, 0600, "snp%d", i); + cdevsw_add(&snp_cdevsw); } SYSINIT(snpdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,snp_drvinit,NULL) >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 Mar 27 19: 2:54 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from thneed.ubergeeks.com (thneed.ubergeeks.com [209.145.74.245]) by hub.freebsd.org (Postfix) with ESMTP id BB57F37B84E for ; Mon, 27 Mar 2000 19:02:49 -0800 (PST) (envelope-from adrian@thneed.ubergeeks.com) Received: (from adrian@localhost) by thneed.ubergeeks.com (8.9.3/8.9.3) id WAA14744 for freebsd-bugs@FreeBSD.ORG; Mon, 27 Mar 2000 22:02:15 -0500 (EST) (envelope-from adrian) Date: Mon, 27 Mar 2000 22:02:15 -0500 (EST) From: Adrian Filipi-Martin Message-Id: <200003280302.WAA14744@thneed.ubergeeks.com> To: freebsd-bugs@FreeBSD.ORG Subject: --full 15857 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 19:40: 5 2000 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 18B7D37B96B for ; Mon, 27 Mar 2000 19:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA24192; Mon, 27 Mar 2000 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56D7037B87D for ; Mon, 27 Mar 2000 19:36:09 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA23928; Mon, 27 Mar 2000 19:36:09 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003280336.TAA23928@freefall.freebsd.org> Date: Mon, 27 Mar 2000 19:36:09 -0800 (PST) From: gradz@radbyte.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17630: Install loader failed to recognize 84-key keyboard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17630 >Category: misc >Synopsis: Install loader failed to recognize 84-key keyboard >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 Mar 27 19:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Greg Radzykewycz >Release: 3.4 (Also affects 3.3) >Organization: >Environment: 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Mar 20 10:03:53 GMT 2000 root@:/usr/src/sys/compile/DARKSTAR i386 >Description: I went to install 3.4 using floppy images from the Walnut Creek CDROM. When I booted the system using the boot floppy, the system locked up at: /boot.config: -P Keyboard: no - BTX loader 1.00 BTX version is 1.01 At this point, the boot loader accessed the floppy for several seconds with nothing more being displayed then stopped. I tried 3.3 boot floppies with identical results. I installed an IDE CDROM drive and booted 3.3 from the CDROM, again with the same results. This system had previously had 3.1 install via boot from the Walnut Creek 3.1 CDROM. The keyboard then installed was an anchient 84-key keyboard which worked fine under 3.1. The keyboard was swapped with a 101-key keyboard, the loader reported "Keyboard: yes" and the install proceeded normally. >How-To-Repeat: The install boot loader failed consistently with the 84-key keyboard attached. >Fix: I don't actually think it is worth fixing. The work around is to replace dinosaur keyboards with newer ones. However, this problem should be documented which is my sole purpose for submitting this PR. >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 Mar 27 21: 0: 7 2000 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 E0CEA37BB7A for ; Mon, 27 Mar 2000 21:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA34714; Mon, 27 Mar 2000 21:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 27 Mar 2000 21:00:02 -0800 (PST) Message-Id: <200003280500.VAA34714@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Louis Mamakos Subject: Re: bin/17606 bad IPSEC and traceroute interaction, with fix! Reply-To: Louis Mamakos Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17606; it has been noted by GNATS. From: Louis Mamakos To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: bin/17606 bad IPSEC and traceroute interaction, with fix! Date: Mon, 27 Mar 2000 23:52:10 -0500 (EST) >Submitter-Id: current-users >Originator: Louis Mamakos >Organization: >Confidential: no >Synopsis: traceroute and kernel-IPSEC policy can interact badly >Severity: non-critical >Priority: medium >Category: bin >Release: FreeBSD 5.0-CURRENT i386 >Class: sw-bug >Environment: FreeBSD 5.0-current, as of 25 March or so. Kernel configured with IPSEC. >Description: When the default kernel IPSEC policy (as configured with setkey(8)) includes all the traffic to a particular host, then attempting a traceroute to that host fails. The packets being sent are encrypted, and thus the ICMP time exceeded message cannot be returned. This is a follow-up to PR bin/17606 >How-To-Repeat: As described. >Fix: Steal the same sort of fix done in traceroute6, and apply to the IPv4 "standard" traceroute in FreeBSD. Patch could be as attached. Surprisingly, the ipsec.h file is in sys/netinet6 rather than sys/netinet. Index: contrib/traceroute/traceroute.c =================================================================== RCS file: /usr/local/FreeBSD/cvs/src/contrib/traceroute/traceroute.c,v retrieving revision 1.11 diff -u -r1.11 traceroute.c --- contrib/traceroute/traceroute.c 1999/06/25 21:48:40 1.11 +++ contrib/traceroute/traceroute.c 2000/03/28 04:38:10 @@ -24,7 +24,7 @@ "@(#) Copyright (c) 1988, 1989, 1991, 1994, 1995, 1996\n\ The Regents of the University of California. All rights reserved.\n"; static const char rcsid[] = - "@(#)$Header: /home/ncvs/src/contrib/traceroute/traceroute.c,v 1.10 1999/05/12 17:28:31 archie Exp $ (LBL)"; + "@(#)$Header: /usr/local/FreeBSD/cvs/src/contrib/traceroute/traceroute.c,v 1.11 1999/06/25 21:48:40 archie Exp $ (LBL)"; #endif /* @@ -217,6 +217,11 @@ #include +#ifdef IPSEC +#include +#include /* XXX */ +#endif /* IPSEC */ + #include #include #ifdef HAVE_MALLOC_H @@ -322,6 +327,9 @@ char *getaddr(u_int32_t *, char *); char *getsin(struct sockaddr_in *, char *); char *savestr(const char *); +#ifdef IPSEC +int setpolicy __P((int so, char *policy)); +#endif void send_probe(int, int); void tvsub(struct timeval *, struct timeval *); __dead void usage(void); @@ -718,6 +726,14 @@ #endif } +#if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) + if (setpolicy(sndsock, "in bypass") < 0) + errx(1, ipsec_strerror()); + + if (setpolicy(sndsock, "out bypass") < 0) + errx(1, ipsec_strerror()); +#endif /* defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) */ + Fprintf(stderr, "%s to %s (%s)", prog, hostname, inet_ntoa(to->sin_addr)); if (source) @@ -884,6 +900,28 @@ return(cc); } + +#if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) +int +setpolicy(so, policy) + int so; + char *policy; +{ + char *buf; + + buf = ipsec_set_policy(policy, strlen(policy)); + if (buf == NULL) { + warnx(ipsec_strerror()); + return -1; + } + (void)setsockopt(so, IPPROTO_IP, IP_IPSEC_POLICY, + buf, ipsec_get_policylen(buf)); + + free(buf); + + return 0; +} +#endif void send_probe(int seq, int ttl) Index: usr.sbin/traceroute/Makefile =================================================================== RCS file: /usr/local/FreeBSD/cvs/src/usr.sbin/traceroute/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- usr.sbin/traceroute/Makefile 1999/08/28 01:20:22 1.11 +++ usr.sbin/traceroute/Makefile 2000/03/28 04:33:17 @@ -4,7 +4,7 @@ MAN8= traceroute.8 BINMODE=4555 CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \ - -DSTDC_HEADERS=1 + -DSTDC_HEADERS=1 -DIPSEC # RTT Jitter on the internet these days means printing 3 decimal places on # > 1000ms times is plain useless. Uncomment this to enable variable precision # reporting, ie: print a variable precision from 0.001ms through 1000ms @@ -12,6 +12,8 @@ SRCS= version.c traceroute.c CLEANFILES+= version.c +DPADD= ${LIBIPSEC} +LDADD= -lipsec TRACEROUTE_DISTDIR?= ${.CURDIR}/../../contrib/traceroute To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 21:26:47 2000 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 5BBCE37B96B; Mon, 27 Mar 2000 21:26:46 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA39222; Mon, 27 Mar 2000 21:26:46 -0800 (PST) (envelope-from ken@FreeBSD.org) Date: Mon, 27 Mar 2000 21:26:46 -0800 (PST) From: Message-Id: <200003280526.VAA39222@freefall.freebsd.org> To: ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, ken@FreeBSD.org Subject: Re: kern/17512: kernel message missing newline Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel message missing newline Responsible-Changed-From-To: freebsd-bugs->ken Responsible-Changed-By: ken Responsible-Changed-When: Mon Mar 27 21:26:24 PST 2000 Responsible-Changed-Why: My driver, I'll handle it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Mar 27 21:40: 4 2000 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 AD59337B99B for ; Mon, 27 Mar 2000 21:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA40419; Mon, 27 Mar 2000 21:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CCA937BA08 for ; Mon, 27 Mar 2000 21:31:48 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA39830; Mon, 27 Mar 2000 21:31:48 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003280531.VAA39830@freefall.freebsd.org> Date: Mon, 27 Mar 2000 21:31:48 -0800 (PST) From: gnn@neville-neil.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17631: netgraph is not implemented on loopback iterfaces Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17631 >Category: kern >Synopsis: netgraph is not implemented on loopback iterfaces >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: Mon Mar 27 21:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: George Neville-Neil >Release: 3.4 and -current >Organization: >Environment: >Description: Netgraph has a permanent node for every Ethernet interface but none for loopback. Loopback would be desirable for those who wish to use laptops, or to simulate traffic through new nodes without using an actualy interface. >How-To-Repeat: >Fix: Add netgraph code to if_loop.c and create an ng_loop.h file in the sys/netgraph directory. I will have a patch for this in a week or so. >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 Mar 28 3:30: 5 2000 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 0BD1A37B5C6 for ; Tue, 28 Mar 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA07342; Tue, 28 Mar 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from yakti.river.rhno.columbia.edu (yakti.river.rhno.columbia.edu [128.59.133.18]) by hub.freebsd.org (Postfix) with ESMTP id E1D6037BE1D for ; Tue, 28 Mar 2000 03:22:16 -0800 (PST) (envelope-from can@yakti.river.rhno.columbia.edu) Received: (from can@localhost) by yakti.river.rhno.columbia.edu (8.9.3/8.9.3) id GAA00402; Tue, 28 Mar 2000 06:22:10 -0500 (EST) (envelope-from can) Message-Id: <200003281122.GAA00402@yakti.river.rhno.columbia.edu> Date: Tue, 28 Mar 2000 06:22:10 -0500 (EST) From: ocl3@columbia.edu Reply-To: ocl3@columbia.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17634: Non-deterministic PnP sound device config at boot-time Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17634 >Category: kern >Synopsis: Non-deterministic PnP sound device config at boot-time >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 Mar 28 03:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Can >Release: FreeBSD 4.0-RELEASE i386 >Organization: Columbia University >Environment: IBM Aptiva box with Crystal CS4237B sound card K6 cpu, harddisk, ram, etc recently upgraded to 4.0 from 3.4 >Description: In my previous configuration (w/ 3.4-STABLE) I would use a /boot/kernel.conf script to do magic to get my soundcard to work. Things seem to be different in the 4.0 kernel configuration steps (I stumbled upon "options PNPBIOS" which is hidden somewhere in the documentation); boot -v reports some PnP scanning activity, and pnpinfo(8) correctly reports my sound card (as well as my 'winmodem' which I dont use). My kernel CONFIG file says "device pcm0" since i'm hoping to use pcm. After much hacking I have realized the following: if i do a boot -c and then do 'visual' and then expand the nodes, it asks me if I want to save the changes, (no matter if i say 'yes' or no) it *correctly* identifies and runs my sound card. I tried it out. There also seems to be a difference in the way the PnP stuff is being scanned, since normally there are about 6 lines of "Pnp device failed to report resource data", whereas if i do the boot -c thing it only has that line twice. This seems to be a stupid bug to do with the bootstrapper or something; I'd rather not try to involve myself in that stuff. >How-To-Repeat: Install a Crystal card. boot -c, 'visual', expand some of the nodes, quit at booting it will show your crystal card. otherwise it wont show your card. >Fix: I dont know. I think the code will have to be changed. :( >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 Mar 28 4: 0: 4 2000 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 826CF37BE9D for ; Tue, 28 Mar 2000 04:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA13251; Tue, 28 Mar 2000 04:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9387637BE9A for ; Tue, 28 Mar 2000 03:52:07 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA11596; Tue, 28 Mar 2000 03:52:07 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003281152.DAA11596@freefall.freebsd.org> Date: Tue, 28 Mar 2000 03:52:07 -0800 (PST) From: jay.krell@cornell.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/17635: ppp 4.0 no longer allows # in authname, 3.x did Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17635 >Category: bin >Synopsis: ppp 4.0 no longer allows # in authname, 3.x did >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 Mar 28 04:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jay Krell >Release: 4.0 >Organization: Jay Krell >Environment: FreeBSD jayk-bsd1 4.0-STABLE FreeBSD 4.0-STABLE #0: Tue Mar 28 03:10:11 PST 2000 jayk@jayk-bsd1:/usr/obj/usr/src/sys/JAYK1 i386 >Description: Netcom ISP login accounts all start with #. This worked fine in FreeBSD 3.x. ppp.conf: set authname #jaykrell set authkey *** worked fine. Now in 4.0, the # is seen as the start of a comment. >How-To-Repeat: Get an account with netcom, if this is still possible. They've been bought/merged twice, but my account from 1996 works the same as it always has, modulo phone number changes. Install 4.0 (I upgraded from rom 3.4-Release to 4.0-Stable, as of about March 27, 2000). ppp -nat -auto netcom or somesuch or interace ppp dial netcom interactive gives a warning about empty pap name, and fails to connect >Fix: I replaced all occurences of '#' in /usr/src/usr.sbin/ppp with '%', but this fix is not acceptable. Maybe I'll debug (find in files) it more now that I've got the source over to a machine with Visual 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 Tue Mar 28 4:10: 5 2000 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 3749437BDC9 for ; Tue, 28 Mar 2000 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA16106; Tue, 28 Mar 2000 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B35837B54E for ; Tue, 28 Mar 2000 04:03:54 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA15091; Tue, 28 Mar 2000 04:03:53 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003281203.EAA15091@freefall.freebsd.org> Date: Tue, 28 Mar 2000 04:03:53 -0800 (PST) From: jay.krell@cornell.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17636: FreeBSD 4 uses network card driver dc where de is needed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17636 >Category: kern >Synopsis: FreeBSD 4 uses network card driver dc where de is needed >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 Mar 28 04:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jay Krell >Release: FreeBSD 4.0-Stable >Organization: Jay Krell >Environment: This is the kernel with the fix, Generic didn't work, where it had in 3.x. FreeBSD jayk-bsd1 4.0-STABLE FreeBSD 4.0-STABLE #0: Tue Mar 28 03:10:11 PST 2000 jayk@jayk-bsd1:/usr/obj/usr/src/sys/JAYK1 i386 >Description: I was using FreeBDS 3.x (3.3-RELEASE and 3.4-RELEASE worked, not sure I got 3.2-RELEASE configured, 3.4-STABLE panicced often. These were all GENERIC kernels, once the panics started I gave up on building my own kernel). My network card was de0, and it worked. I think it is a Digital 21143, in a Compaq Presario 5600i. Upon upgrading to 4.0-Stable, the network card stopped working. Upon investigation I found that the driver now claiming it (in still a GENERIC kernel) was dc, not de, which has the same description in the config file, except that it uses the mii shared bus or somesuch. >How-To-Repeat: Get an Intel 21143 or whatever it is I have. Install FreeBSD 4.0 and/or upgrade to 4.0-Stable. >Fix: Don't use GENERIC kernel, where 3.x GENERIC worked fine. Configure the dc driver out of the kernel, and de ends up taking it fine. >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 Mar 28 4:28:17 2000 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 D688337BA59; Tue, 28 Mar 2000 04:28:15 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA20341; Tue, 28 Mar 2000 04:28:15 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Tue, 28 Mar 2000 04:28:15 -0800 (PST) From: Message-Id: <200003281228.EAA20341@freefall.freebsd.org> To: jay.krell@cornell.edu, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/17635: ppp 4.0 no longer allows # in authname, 3.x did Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ppp 4.0 no longer allows # in authname, 3.x did State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Tue Mar 28 04:26:24 PST 2000 State-Changed-Why: Check the README.changes file - ppp now allows comments at the end of lines. You need to either quote the argument or escape the # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 5: 0:10 2000 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 6DB8D37BF00 for ; Tue, 28 Mar 2000 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA25569; Tue, 28 Mar 2000 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0D2137B54E for ; Tue, 28 Mar 2000 04:57:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25184; Tue, 28 Mar 2000 04:57:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003281257.EAA25184@freefall.freebsd.org> Date: Tue, 28 Mar 2000 04:57:14 -0800 (PST) From: pieterw@euronet.nl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17639: FreeBSD 4.0 /usr/src/UPDATING missing information Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17639 >Category: i386 >Synopsis: FreeBSD 4.0 /usr/src/UPDATING missing information >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: Tue Mar 28 05:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Pieter Westland >Release: 4.0-STABLE >Organization: >Environment: FreeBSD dustpuppy.euronet.nl 4.0-STABLE FreeBSD 4.0-STABLE #1: Tue Mar 28 08:16:23 CEST 2000 root@dustpuppy.euronet.nl:/usr/src/sys/compile/DUSTPUPPY i386 >Description: In /usr/src/UPDATING, as cvsupped recently, the line marked with }}{{ is missing: chflags noschg /kernel mv /kernel /kernel.old }}} chflags noschg YOUR_KERNEL_HERE {{{ mv /YOUR_KERNEL_HERE /kernel chflags schg /kernel When upgrading from 3.4-STABLE to 4.0 I saw the chflags-command is needed for moving the build kernel. >How-To-Repeat: Upgrade a machine from 3.4 to 4.0, try to move the kernel without chflagging :) >Fix: Add the mentioned line to /usr/src/UPDATING in RELENG_4. >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 Mar 28 5:18: 1 2000 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 5E74F37BDE6; Tue, 28 Mar 2000 05:18:00 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA27598; Tue, 28 Mar 2000 05:17:59 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 28 Mar 2000 05:17:59 -0800 (PST) From: Message-Id: <200003281317.FAA27598@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: kern/17634: Non-deterministic PnP sound device config at boot-time Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Non-deterministic PnP sound device config at boot-time Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Mar 28 05:17:31 PST 2000 Responsible-Changed-Why: Cameron, could you take a look at 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 Mar 28 5:19:53 2000 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 9040137B5AE; Tue, 28 Mar 2000 05:19:52 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA27877; Tue, 28 Mar 2000 05:19:52 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 28 Mar 2000 05:19:52 -0800 (PST) From: Message-Id: <200003281319.FAA27877@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: i386/17639: FreeBSD 4.0 /usr/src/UPDATING missing information Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD 4.0 /usr/src/UPDATING missing information Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Mar 28 05:19:27 PST 2000 Responsible-Changed-Why: Warner will be interested in 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 Mar 28 5:32:31 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 0A44837B58B; Tue, 28 Mar 2000 05:32:27 -0800 (PST) (envelope-from jay.krell@cornell.edu) Received: from jayk_home4nt (user-2ini9iu.dialup.mindspring.com [165.121.38.94]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with SMTP id IAA10537; Tue, 28 Mar 2000 08:32:11 -0500 (EST) Message-ID: <001101bf98ba$595d9ef0$0201a8c0@jayk_home4nt> From: "Jay Krell" To: , Subject: Re: bin/17635: ppp 4.0 no longer allows # in authname, 3.x did Date: Tue, 28 Mar 2000 05:34:06 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Brian, I tried quoting it based on looking at the source, that made ppp hang. I'll try escaping it, thanks. I'm not sure this feature is worth it..not like people write big ppp.conf's needing heavy per line to the right commenting they can't just put above the line do they?..and you break all netcom users.. Hm.. I just looked in /home/ncvs/usr.sbin/ppp/README*,v, didn't see any mention. Thanks, - Jay -----Original Message----- From: brian@FreeBSD.org To: jay.krell@cornell.edu ; brian@FreeBSD.org ; freebsd-bugs@FreeBSD.org Date: Tuesday, March 28, 2000 4:28 AM Subject: Re: bin/17635: ppp 4.0 no longer allows # in authname, 3.x did >Synopsis: ppp 4.0 no longer allows # in authname, 3.x did > >State-Changed-From-To: open->closed >State-Changed-By: brian >State-Changed-When: Tue Mar 28 04:26:24 PST 2000 >State-Changed-Why: >Check the README.changes file - ppp now allows comments at the end >of lines. You need to either quote the argument or escape the # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 7:23: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id D6DFF37BF9A; Tue, 28 Mar 2000 07:23:03 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id QAA67284; Tue, 28 Mar 2000 16:23:01 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id QAA17718; Tue, 28 Mar 2000 16:22:58 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200003281522.QAA17718@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Jay Krell" Cc: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@hak.lan.Awfulhak.org Subject: Re: bin/17635: ppp 4.0 no longer allows # in authname, 3.x did In-Reply-To: Message from "Jay Krell" of "Tue, 28 Mar 2000 05:34:06 -0800." <001101bf98ba$595d9ef0$0201a8c0@jayk_home4nt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 28 Mar 2000 16:22:58 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Brian, I tried quoting it based on looking at the source, that made ppp > hang. I'll try escaping it, thanks. Doh ! That's bad ! It's fixed now though and will be at http://www.Awfulhak.org/ppp.html soon. > I'm not sure this feature is worth it..not like people write big ppp.conf's > needing heavy per line to the right commenting they can't just put above the > line do they?..and you break all netcom users.. I think that depends. There are lots of people that use ppp for fairly imaginative tunnelling arrangements (me for one) and it's convenient in this respect. Lots of people have more than one ISP too. I think the big deal about the authkey is that it's purposefully not logged anywhere, and as a result, it's difficult to figure out what's going wrong. > Hm.. I just looked in /home/ncvs/usr.sbin/ppp/README*,v, didn't see any > mention. Ahhem, oops (*blush*) ! So I forgot to mention it :-/ I just mentioned the unbalanced quotes and ``-'' stuff :-( > Thanks, > - Jay > > -----Original Message----- > From: brian@FreeBSD.org > To: jay.krell@cornell.edu ; brian@FreeBSD.org > ; freebsd-bugs@FreeBSD.org > Date: Tuesday, March 28, 2000 4:28 AM > Subject: Re: bin/17635: ppp 4.0 no longer allows # in authname, 3.x did > > > >Synopsis: ppp 4.0 no longer allows # in authname, 3.x did > > > >State-Changed-From-To: open->closed > >State-Changed-By: brian > >State-Changed-When: Tue Mar 28 04:26:24 PST 2000 > >State-Changed-Why: > >Check the README.changes file - ppp now allows comments at the end > >of lines. You need to either quote the argument or escape the # > > -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 7:53:25 2000 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 7B49F37B5D4; Tue, 28 Mar 2000 07:53:14 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA19374; Tue, 28 Mar 2000 07:53:14 -0800 (PST) (envelope-from adrian@FreeBSD.org) Date: Tue, 28 Mar 2000 07:53:14 -0800 (PST) From: Message-Id: <200003281553.HAA19374@freefall.freebsd.org> To: ab@astralblue.com, adrian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14849: newpcm doesn't work with Vibra16X Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: newpcm doesn't work with Vibra16X State-Changed-From-To: open->closed State-Changed-By: adrian State-Changed-When: Tue Mar 28 07:48:31 PST 2000 State-Changed-Why: cg reports that this works now To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 7:59: 7 2000 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 D3BF837BFDE; Tue, 28 Mar 2000 07:59:05 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA20751; Tue, 28 Mar 2000 07:59:05 -0800 (PST) (envelope-from adrian@FreeBSD.org) Date: Tue, 28 Mar 2000 07:59:05 -0800 (PST) From: Message-Id: <200003281559.HAA20751@freefall.freebsd.org> To: adrian@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: kern/17438: newpcm volume too low on Soundblaster Pro ISA non-PnP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: newpcm volume too low on Soundblaster Pro ISA non-PnP Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: adrian Responsible-Changed-When: Tue Mar 28 07:58:29 PST 2000 Responsible-Changed-Why: Over to the maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 7:59:28 2000 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 B975737BF5F; Tue, 28 Mar 2000 07:59:26 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA20841; Tue, 28 Mar 2000 07:59:26 -0800 (PST) (envelope-from adrian@FreeBSD.org) Date: Tue, 28 Mar 2000 07:59:26 -0800 (PST) From: Message-Id: <200003281559.HAA20841@freefall.freebsd.org> To: adrian@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: kern/17403: CS4232 wont play w/newpcm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: CS4232 wont play w/newpcm Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: adrian Responsible-Changed-When: Tue Mar 28 07:59:10 PST 2000 Responsible-Changed-Why: Over to the maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 8: 0:15 2000 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 A61E637C14F; Tue, 28 Mar 2000 08:00:13 -0800 (PST) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA21103; Tue, 28 Mar 2000 08:00:13 -0800 (PST) (envelope-from adrian@FreeBSD.org) Date: Tue, 28 Mar 2000 08:00:13 -0800 (PST) From: Message-Id: <200003281600.IAA21103@freefall.freebsd.org> To: adrian@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: kern/16587: Can't record with newpcm & CS4236 (AW35/Pro) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can't record with newpcm & CS4236 (AW35/Pro) Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: adrian Responsible-Changed-When: Tue Mar 28 07:59:55 PST 2000 Responsible-Changed-Why: Over to the maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 8:10: 6 2000 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 976EF37BFD3 for ; Tue, 28 Mar 2000 08:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22883; Tue, 28 Mar 2000 08:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 4858A37C056 for ; Tue, 28 Mar 2000 08:09:47 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id KAA93423; Tue, 28 Mar 2000 10:09:44 -0600 (CST) (envelope-from dan) Message-Id: <200003281609.KAA93423@dan.emsphone.com> Date: Tue, 28 Mar 2000 10:09:44 -0600 (CST) From: dnelson@emsphone.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17640: lseek+read -> pread Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17640 >Category: bin >Synopsis: lseek+read -> pread >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 Mar 28 08:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dan Nelson >Release: FreeBSD 5.0-CURRENT i386 >Organization: Executive Marketing Services, Inc. >Environment: FreeBSD dan.emsphone.com 5.0-CURRENT FreeBSD 5.0-CURRENT #52: Mon Mar 20 10:01:54 CST 2000 dan@dan.emsphone.com:/usr/src/sys/compile/DANSMP i386 , but applies to 4.0 and 3.* as well. >Description: Simple replacement of an lseek()/read() combo with a single pread(). Halves the number of syscalls. >How-To-Repeat: >Fix: I've been running the following code for a couple months, and both dump and fsck work fine. Index: sbin/dump/traverse.c =================================================================== RCS file: /home/ncvs/src/sbin/dump/traverse.c,v retrieving revision 1.10 diff -b -u -r1.10 traverse.c --- sbin/dump/traverse.c 1999/08/28 00:12:39 1.10 +++ sbin/dump/traverse.c 2000/03/24 05:33:51 @@ -556,10 +556,7 @@ extern int errno; loop: - if (lseek(diskfd, ((off_t)blkno << dev_bshift), 0) != - ((off_t)blkno << dev_bshift)) - msg("bread: lseek fails\n"); - if ((cnt = read(diskfd, buf, size)) == size) + if ((cnt = pread(diskfd, buf, size, (off_t)blkno << dev_bshift)) == size) return; if (blkno + (size / dev_bsize) > fsbtodb(sblock, sblock->fs_size)) { /* Index: sbin/fsck/utilities.c =================================================================== RCS file: /home/ncvs/src/sbin/fsck/utilities.c,v retrieving revision 1.11 diff -b -u -r1.11 utilities.c --- sbin/fsck/utilities.c 1999/08/28 00:12:49 1.11 +++ sbin/fsck/utilities.c 1999/11/25 05:54:06 @@ -327,11 +327,9 @@ offset = blk; offset *= dev_bsize; - if (lseek(fd, offset, 0) < 0) - rwerror("SEEK", blk); - else if (read(fd, buf, (int)size) == size) + if (pread(fd, buf, (int)size, offset) == size) return (0); - rwerror("READ", blk); + rwerror("PREAD", blk); if (lseek(fd, offset, 0) < 0) rwerror("SEEK", blk); errs = 0; >Release-Note: >Audit-Trail: >Unformatted: Dan Nelson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 8:30: 9 2000 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 2ED5837BDDE for ; Tue, 28 Mar 2000 08:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA25713; Tue, 28 Mar 2000 08:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 28 Mar 2000 08:30:02 -0800 (PST) Message-Id: <200003281630.IAA25713@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: bin/7063: mount fails if $PWD does not exist Reply-To: Mikhail Teterin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7063; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/7063: mount fails if $PWD does not exist Date: Tue, 28 Mar 2000 11:21:33 -0500 This is a multi-part message in MIME format. --------------94B7256161EBABF294F5ABEB Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit An almost identical problem still exists :( If the directory was just plain removed after one cd-ed into it, mount will work. But if the entire file-system was unmounted, mount will fail: root@rtfm:src/sys/compile (123) mount /cdrom0 mount: .: Not a directory even though none of its parameteres involve current directory or the unmounted file-system. It appears, the problem is with realpath(3), which mount invokes. realpath() insists on . being openable. May be, something like the attached is needed (damn the goto)? In any case, an entry in the CAVEATS section of realpath(3) is in order explaining its behavior in case `.' does not exist. -mi --------------94B7256161EBABF294F5ABEB Content-Type: text/plain; charset=us-ascii; name="p" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="p" --- lib/libc/stdlib/realpath.c Thu Jan 27 18:06:50 2000 +++ lib/libc/stdlib/realpath.c Tue Mar 28 11:11:03 2000 @@ -68,7 +68,4 @@ - /* Save the starting point. */ - if ((fd = _open(".", O_RDONLY)) < 0) { - (void)strcpy(resolved, "."); - return (NULL); - } + /* Save the starting point, if possible */ + fd = _open(".", O_RDONLY); @@ -149,4 +146,4 @@ - /* Go back to where we came from. */ - if (fchdir(fd) < 0) { + /* Go back to where we came from. If we know where, that is */ + if (fd >= 0 && fchdir(fd) < 0) { serrno = errno; @@ -160,4 +157,4 @@ err1: serrno = errno; - (void)fchdir(fd); -err2: (void)_close(fd); + if (fd >=0) (void)fchdir(fd); +err2: if (fd >=0) (void)_close(fd); errno = serrno; --------------94B7256161EBABF294F5ABEB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 8:45:37 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id AAC2337BD25 for ; Tue, 28 Mar 2000 08:44:32 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (v-ger [158.227.6.179]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id SAA03020; Tue, 28 Mar 2000 18:40:06 +0200 (MET DST) Message-ID: <38E0E067.B04452A@we.lc.ehu.es> Date: Tue, 28 Mar 2000 18:40:07 +0200 From: "Jose M. Alcaide" Organization: Universidad del =?iso-8859-1?Q?Pa=EDs?= Vasco - Dpto. de Electricidad y =?iso-8859-1?Q?Electr=F3nica?= X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 3.4-RELEASE i386) X-Accept-Language: es-ES, es, en-US, en MIME-Version: 1.0 To: Mikhail Teterin Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7063: mount fails if $PWD does not exist References: <200003281630.IAA25713@freefall.freebsd.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mikhail Teterin wrote: > > The following reply was made to PR bin/7063; it has been noted by GNATS. > > From: Mikhail Teterin > To: freebsd-gnats-submit@FreeBSD.org > Cc: > Subject: Re: bin/7063: mount fails if $PWD does not exist > Date: Tue, 28 Mar 2000 11:21:33 -0500 > > This is a multi-part message in MIME format. > --------------94B7256161EBABF294F5ABEB > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > An almost identical problem still exists :( > > If the directory was just plain removed after one cd-ed > into it, mount will work. But if the entire file-system > was unmounted, mount will fail: > > root@rtfm:src/sys/compile (123) mount /cdrom0 > mount: .: Not a directory > > even though none of its parameteres involve current directory > or the unmounted file-system. > > It appears, the problem is with realpath(3), which mount > invokes. realpath() insists on . being openable. > > May be, something like the attached is needed (damn the goto)? > > In any case, an entry in the CAVEATS section of realpath(3) > is in order explaining its behavior in case `.' does not > exist. > I submitted a related PR: bin/12244 -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@FreeBSD.org Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-946013071 ----------------------------------------------------------------------- "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 8:50: 6 2000 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 4F47C37BFD0 for ; Tue, 28 Mar 2000 08:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA28132; Tue, 28 Mar 2000 08:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 28 Mar 2000 08:50:02 -0800 (PST) Message-Id: <200003281650.IAA28132@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: kern/17422: 4.0-STABLE: top: nlist failed Reply-To: Mikhail Teterin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17422; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@FreeBSD.org, larse@isi.edu Cc: Subject: Re: kern/17422: 4.0-STABLE: top: nlist failed Date: Tue, 28 Mar 2000 11:49:04 -0500 This is a multi-part message in MIME format. --------------A37D6FD7F27176A165823D92 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The patches by Bruce worked for me too... --------------A37D6FD7F27176A165823D92 Content-Type: text/x-vcard; charset=us-ascii; name="mi.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Mikhail Teterin Content-Disposition: attachment; filename="mi.vcf" begin:vcard n:Teterin;Mikhail x-mozilla-html:FALSE org:Virtual Estates, Inc. adr:;;;;;; version:2.1 email;internet:mi@aldan.algebra.com title:President x-mozilla-cpt:;0 fn:Mikhail Teterin end:vcard --------------A37D6FD7F27176A165823D92-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 9:40: 9 2000 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 AC0B337C13F for ; Tue, 28 Mar 2000 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA35513; Tue, 28 Mar 2000 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from koch2.pikenet.ru (koch2.pikenet.ru [194.135.17.184]) by hub.freebsd.org (Postfix) with ESMTP id 4659D37C01B for ; Tue, 28 Mar 2000 09:31:57 -0800 (PST) (envelope-from grg@koch2.pikenet.ru) Received: (from grg@localhost) by koch2.pikenet.ru (8.9.3/8.9.2) id VAA01315; Tue, 28 Mar 2000 21:31:57 +0400 (MSD) (envelope-from grg) Message-Id: <200003281731.VAA01315@koch2.pikenet.ru> Date: Tue, 28 Mar 2000 21:31:57 +0400 (MSD) From: grg@philol.msu.ru Reply-To: grg@philol.msu.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17643: 3.4 to 4.0 upgrade: ATAPI drivers damage the filesystem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17643 >Category: kern >Synopsis: 3.4 to 4.0 upgrade: ATAPI drivers damage the filesystem >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 28 09:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Grigoriy Strokin >Release: FreeBSD 3.4-STABLE i386 >Organization: Moscow University >Environment: >Description: I have CVSuped the 4.0-STABLE sources on Mar 20. I have upgraded one 3.4-STABLE machine without any problems, and today wanted to upgrade another. I've made buildworld, buildkernel, installkernel. During the boot I've seen: Mar 28 17:48:56 koch2 /kernel: ata0: at 0x1f0 irq 14 on atapci0 Mar 28 17:48:56 koch2 /kernel: ata0: at 0x1f0 irq 14 on atapci0 Mar 28 17:49:07 koch2 /kernel: ed0: at port 0x240-0x25f iomem 0xc0000-0xc003f irq 11 on isa0 Mar 28 17:49:07 koch2 /kernel: ed0: supplying EUI64: 08:00:00:ff:fe:00:10:37 Mar 28 17:49:07 koch2 /kernel: ed0: address 08:00:00:00:10:37, type NE2000 (16 bit) ... Mar 28 17:49:07 koch2 /kernel: ed0: starting DAD for fe80:0001::0a00:00ff:fe00:1037 Mar 28 17:49:07 koch2 /kernel: ed0: DAD complete for fe80:0001::0a00:00ff:fe00:1037 - no duplicates found Mar 28 17:49:07 koch2 /kernel: ed0: device timeout Mar 28 17:49:07 koch2 /kernel: ed0: device timeout Mar 28 17:49:07 koch2 /kernel: ad0: WRITE command timeout - resetting Mar 28 17:49:07 koch2 /kernel: ata0: resetting devices .. done Mar 28 17:49:11 koch2 /kernel: ed0: device timeout Mar 28 17:49:26 koch2 last message repeated 2 times Mar 28 17:49:48 koch2 /kernel: ad0: WRITE command timeout - resetting Mar 28 17:49:48 koch2 /kernel: ata0: resetting devices .. done Mar 28 17:50:23 koch2 /kernel: ed0: device timeout Two strange thing here: ed0 timeout and ad0 timeout. The booting process continued. Despite that fact that ed0 was detected, "ifconfig ed0" gave "interface does not exist" (also, note the 'ed0 device timeout' messages above) Then I shut down the machine and turned it off and on again, just in case there were real minor problem with hardware. Second boot: fsck says about /usr "UNEXPECTED INCONSISTENCY, RUN FSCK MANUALLY". After running fsck -y several times quite a few files have been either deleted or moved to lost+found. /usr/local and my home directory disappeared. Then I rebooted again in order to turn 'UDMA' off in BIOS. And again I've seen 'ad0: WRITE command timeout - resetting' messages, and again /usr became damaged, which resulted in loss of many other files and directories. About 2/3 of /usr is lost. I restored parts of /usr and now this machine is again on 3.4, without any hardware problems neither with HDD nor network card. >How-To-Repeat: >Fix: I think I don't know where to look for source of the problem. >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 Mar 28 11: 0: 9 2000 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 C82F837BE19 for ; Tue, 28 Mar 2000 11:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA47884; Tue, 28 Mar 2000 11:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C025537B649 for ; Tue, 28 Mar 2000 10:52:35 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA46810; Tue, 28 Mar 2000 10:52:35 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003281852.KAA46810@freefall.freebsd.org> Date: Tue, 28 Mar 2000 10:52:35 -0800 (PST) From: norbert.meissner@daimlerchrysler.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17649: parallel-zip won't work with 4.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17649 >Category: kern >Synopsis: parallel-zip won't work with 4.0 >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: Tue Mar 28 11:00:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: norbert meissner >Release: 4.0 stable >Organization: >Environment: GENERIC Kernel with vpo uncommented >Description: In 4.0 my parallel port zip drive (100mb, no plus) won't work. In 3.4 I had not any problems. in the kernel config file scbus and vpo are uncommented and the compile runs without errors. at boot time the kernel sees my hp laserjet and the zip drive. at the end of booting i get several error messages about a timeout of vpo0. the lpt-port runs in ps2-mode (epp not avalaible, old machine P166). >How-To-Repeat: just boot ;-) >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 Mar 28 12:33:59 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id 71B5537C019 for ; Tue, 28 Mar 2000 12:33:54 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (root@rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id PAA70117; Tue, 28 Mar 2000 15:33:52 -0500 (EST) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.3) id PAA02117; Tue, 28 Mar 2000 15:33:51 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <200003282033.PAA02117@rtfm.newton> Subject: Re: bin/7063: mount fails if $PWD does not exist In-Reply-To: <38E0E067.B04452A@we.lc.ehu.es> from "Jose M. Alcaide" at "Mar 28, 2000 06:40:07 pm" To: "Jose M. Alcaide" Date: Tue, 28 Mar 2000 15:33:51 -0500 (EST) Cc: freebsd-bugs@FreeBSD.ORG X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" The following reply was made to PR bin/7063; it has been noted by GNATS. => It appears, the problem is with realpath(3), which mount => invokes. realpath() insists on . being openable. => => May be, something like the attached is needed (damn the goto)? => => In any case, an entry in the CAVEATS section of realpath(3) => is in order explaining its behavior in case `.' does not => exist. => = =I submitted a related PR: bin/12244 Indeed. But your fix will still not work for the case when the . does not even exist, so chdir()-ing back will fail anyway. :) This is not as legitimate a scenario as the one you describe, but it does happen... In case of mount, nobody cares, what CWD it had when it exited, but some other program may, for some reason, care not to chdir() out of the non-existant `.' -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Mar 28 13:30: 5 2000 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 215A937BD96 for ; Tue, 28 Mar 2000 13:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA69038; Tue, 28 Mar 2000 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail2.x-treme.gr (mail2.x-treme.gr [212.120.196.24]) by hub.freebsd.org (Postfix) with ESMTP id 7F6B737B552 for ; Tue, 28 Mar 2000 13:23:18 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat12.x-treme.gr [212.120.197.204]) by mail2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with SMTP id AAA25201 for ; Wed, 29 Mar 2000 00:23:10 +0300 Received: (qmail 1347 invoked by uid 1001); 28 Mar 2000 16:40:54 -0000 Message-Id: <20000328164054.1346.qmail@hades.hell.gr> Date: 28 Mar 2000 16:40:54 -0000 From: keramida@ceid.upatras.gr Reply-To: keramida@ceid.upatras.gr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17651: minor periodic.sh bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17651 >Category: bin >Synopsis: minor periodic.sh bug >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: Tue Mar 28 13:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Giorgos Keramidas >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: the source of periodic.sh cvsup'ed last night (march 27) >Description: Some of the scripts in /etc/periodic use $host, to print the name of the host they're running on. However, when /usr/sbin/periodic runs the scripts it does not `export' host variable >How-To-Repeat: Change your personal account password and run periodic daily, or look at old postings from `periodic daily'. The line above your passwd diffs should be "$host passwd diffs:", but it comes out as " passwd diffs:" because $host is unset. >Fix: --- src/usr.sbin/periodic.sh.orig Sat Aug 28 04:17:52 1999 +++ src/usr.sbin/periodic.sh Tue Mar 28 19:32:45 2000 @@ -52,6 +52,7 @@ fi host=`hostname` +export host echo "Subject: $host $run run output" # Execute each executable file in the directory list. If the x bit is not >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 Mar 28 22:30: 5 2000 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 41D4E37BC15 for ; Tue, 28 Mar 2000 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA82561; Tue, 28 Mar 2000 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC2AF37B5CD for ; Tue, 28 Mar 2000 22:23:29 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA80817; Tue, 28 Mar 2000 22:23:29 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003290623.WAA80817@freefall.freebsd.org> Date: Tue, 28 Mar 2000 22:23:29 -0800 (PST) From: rse@engelschall.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17656: conflicts with C++ "class" reserverd word Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17656 >Category: misc >Synopsis: conflicts with C++ "class" reserverd word >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 Mar 28 22:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ralf S. Engelschall >Release: 3.4-RELEASE >Organization: >Environment: FreeBSD en1.engelschall.com 3.4-RELEASE FreeBSD 3.4-RELEASE #6: Sun Jan 30 17:44:46 CET 2000 rse@en1.engelschall.com:/usr/src/sys/compile/EN1 i386 >Description: I've tried to compile lftp (http://ftp.yars.free.net/projects/lftp/) and its Resolver.cc includes . Because it's a C++ source file, the header has to pass the same C++ compiler. Unfortunately in /usr/include/arpa/nameser.h there is a definition of ns_rr which contains a field named "class". This obviously conflicts with the C++ reserved word "class". I worked around the problem by using "#define class dummy" and "#undef class" around the "#include ", of course. But as a long-term solution one should fix , because it will cause trouble in the future with C++ compilers again. I think we just can rename the field name, because it is already used only through accessor macors, here ns_rr_class(). >How-To-Repeat: include in a C++ program. >Fix: Rename the field name and adjust the ns_rr_class() macro accordingly to use new name. >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 Mar 28 23: 5:54 2000 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 A826637B666; Tue, 28 Mar 2000 23:05:52 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA94624; Tue, 28 Mar 2000 23:05:52 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 28 Mar 2000 23:05:52 -0800 (PST) From: Message-Id: <200003290705.XAA94624@freefall.freebsd.org> To: keramida@ceid.upatras.gr, cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/17651: minor periodic.sh bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: minor periodic.sh bug State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Mar 28 23:05:34 PST 2000 State-Changed-Why: Patch applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 0:50: 9 2000 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 0CB4437BC41 for ; Wed, 29 Mar 2000 00:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA27135; Wed, 29 Mar 2000 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gallions-reach.inpharmatica.co.uk (gallions-reach.inpharmatica.co.uk [193.115.214.5]) by hub.freebsd.org (Postfix) with ESMTP id 0426B37B529 for ; Wed, 29 Mar 2000 00:48:45 -0800 (PST) (envelope-from m.seaman@inpharmatica.co.uk) Received: from mailhost.inpharmatica.co.uk (euston.inpharmatica.co.uk [193.115.214.6]) by gallions-reach.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id JAA87564 for ; Wed, 29 Mar 2000 09:48:42 +0100 (BST) (envelope-from m.seaman@inpharmatica.co.uk) Received: (from matthew@localhost) by mailhost.inpharmatica.co.uk (8.9.3/8.9.3) id JAA24808; Wed, 29 Mar 2000 09:48:42 +0100 (BST) (envelope-from matthew) Message-Id: <200003290848.JAA24808@mailhost.inpharmatica.co.uk> Date: Wed, 29 Mar 2000 09:48:42 +0100 (BST) From: m.seaman@inpharmatica.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17657: 4.0-RELEASE routed cores with GENERIC kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17657 >Category: bin >Synopsis: 4.0-RELEASE routed cores with GENERIC kernel >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 29 00:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Local User >Release: FreeBSD 4.0-STABLE i386 >Organization: Inpharmatica Ltd >Environment: Freshly installed 4.0-RELEASE system >Description: I only noticed this after the fact, but I guess it's reproducible. It seems that routed will segfault after about 5 minutes. This was a freshly installed 4.0-RELEASE system with the GENERIC kernel, before I'd had a chance to finish cvsup'ing to 4.0-STABLE and re-compile the kernel. cannon-st:/home/local:# gdb -c /routed.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". Core was generated by `routed'. Program terminated with signal 11, Segmentation fault. #0 0x8050887 in ?? () (gdb) where #0 0x8050887 in ?? () #1 0x80541bf in ?? () #2 0x804c209 in ?? () #3 0x80480f9 in ?? () (gdb) q from /var/log/messages [Booting as normal...] Mar 28 11:40:39 cannon-st /kernel: ad0: 6485MB [13176/16/63] at ata0-master using UDMA33 Mar 28 11:40:39 cannon-st /kernel: acd0: CDROM at ata1-master using PIO4 Mar 28 11:40:39 cannon-st /kernel: Mounting root from ufs:/dev/ad0s1a Mar 28 11:40:39 cannon-st /kernel: de0: starting DAD for fe80:0001::02c0:f0ff:fe 1f:5c87 Mar 28 11:40:39 cannon-st /kernel: de0: DAD complete for fe80:0001::02c0:f0ff:fe 1f:5c87 - no duplicates found Mar 28 11:40:34 cannon-st ntpdate[81]: step time server 192.168.122.3 offset -5. 210562 sec Mar 28 11:40:45 cannon-st login: ROOT LOGIN (root) ON ttyv0 Mar 28 11:45:33 cannon-st routed[67]: rnh_deladdr() failed Mar 28 11:45:33 cannon-st /kernel: pid 67 (routed), uid 0: exited on signal 11 ( core dumped) Our local network is strictly IPv4 at the moment. >How-To-Repeat: /usr/sbin/routed -q >Fix: After stripping out "options INET6" from the kernel, routed appears to be operating as advertised. >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 Mar 29 1: 1:42 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from rina.r.dl.itc.u-tokyo.ac.jp (rina.r.dl.itc.u-tokyo.ac.jp [133.11.199.247]) by hub.freebsd.org (Postfix) with ESMTP id 24F7937BF6D for ; Wed, 29 Mar 2000 01:01:37 -0800 (PST) (envelope-from tanimura@r.dl.itc.u-tokyo.ac.jp) Received: from rina.r.dl.itc.u-tokyo.ac.jp (tanimura@localhost [127.0.0.1]) by rina.r.dl.itc.u-tokyo.ac.jp (8.9.3+3.2W/3.7W-rina.r-0.1-11.01.2000) with ESMTP/IPv4 id SAA63741; Wed, 29 Mar 2000 18:01:31 +0900 (JST) Date: Wed, 29 Mar 2000 18:01:31 +0900 Message-ID: <14561.50795.50112.13042Y@rina> From: Seigo Tanimura To: m.seaman@inpharmatica.co.uk Cc: bugs@freebsd.org Subject: Re: bin/17657: 4.0-RELEASE routed cores with GENERIC kernel In-Reply-To: In your message of "Wed, 29 Mar 2000 09:48:42 +0100 (BST)" <200003290848.JAA24808@mailhost.inpharmatica.co.uk> References: <200003290848.JAA24808@mailhost.inpharmatica.co.uk> Cc: Seigo Tanimura User-Agent: Wanderlust/1.0.3 (Notorious) SEMI/1.13.4 (Terai) FLIM/1.12.7 (=?ISO-8859-4?Q?Y=FEzaki?=) MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Digital Library Research Division, Information Techinology Centre, The University of Tokyo MIME-Version: 1.0 (generated by SEMI 1.13.4 - "Terai") Content-Type: multipart/mixed; boundary="Multipart_Wed_Mar_29_18:01:31_2000-1" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Multipart_Wed_Mar_29_18:01:31_2000-1 Content-Type: text/plain; charset=US-ASCII On Wed, 29 Mar 2000 09:48:42 +0100 (BST), m.seaman@inpharmatica.co.uk said: m.seaman> I only noticed this after the fact, but I guess it's reproducible. It m.seaman> seems that routed will segfault after about 5 minutes. This was a m.seaman> freshly installed 4.0-RELEASE system with the GENERIC kernel, before m.seaman> I'd had a chance to finish cvsup'ing to 4.0-STABLE and re-compile the m.seaman> kernel. I had been experiencing the same problem. There seems to be a buffer overflow in routed(8). Could you please apply the following patch and see how your new routed(8) works? routed(8) in my box is working just fine for two weeks with this patch. --Multipart_Wed_Mar_29_18:01:31_2000-1 Content-Type: text/plain; type=patch; charset=US-ASCII Content-Disposition: attachment; filename="table.c.diff" Content-Transfer-Encoding: 7bit --- table.c.org Fri Sep 17 03:50:10 1999 +++ table.c Sat Mar 11 15:03:09 2000 @@ -617,6 +617,7 @@ } +#define NAME0_LEN 14 static const char * rtm_type_name(u_char type) { @@ -636,12 +637,12 @@ "RTM_DELADDR", "RTM_IFINFO" }; - static char name0[10]; + static char name0[NAME0_LEN]; if (type > sizeof(rtm_types)/sizeof(rtm_types[0]) || type == 0) { - sprintf(name0, "RTM type %#x", type); + snprintf(name0, NAME0_LEN, "RTM type %#x", type); return name0; } else { return rtm_types[type-1]; --Multipart_Wed_Mar_29_18:01:31_2000-1 Content-Type: text/plain; charset=US-ASCII -- Seigo Tanimura --Multipart_Wed_Mar_29_18:01:31_2000-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 1:36:49 2000 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 E99FD37B6E7; Wed, 29 Mar 2000 01:36:47 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA40907; Wed, 29 Mar 2000 01:36:47 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 01:36:47 -0800 (PST) From: Message-Id: <200003290936.BAA40907@freefall.freebsd.org> To: cracauer@cons.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16862: strptime(..., "%+" ...) dumps core Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: strptime(..., "%+" ...) dumps core State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Wed Mar 29 01:36:20 PST 2000 State-Changed-Why: What's the story, morning glory? :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 1:40:22 2000 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 0D9F737C206 for ; Wed, 29 Mar 2000 01:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA41550; Wed, 29 Mar 2000 01:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 29 Mar 2000 01:40:02 -0800 (PST) Message-Id: <200003290940.BAA41550@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Johan Karlsson Subject: Re: kern/17536: KERNEL used both by Makefile.inc1 and Makefile.${MACHINE} Reply-To: Johan Karlsson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17536; it has been noted by GNATS. From: Johan Karlsson To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/17536: KERNEL used both by Makefile.inc1 and Makefile.${MACHINE} Date: Wed, 29 Mar 2000 11:34:08 +0200 Hi I was asked to describe how the 'How-to-repeat' case bahaivs with my patch aplied. I have run the build/install-kernel target w/o and w/ the patch. I have also run both targets with a new version of the patch that also alows one to install multiple kernels (see patch below). And as one can see below: w/o the patch the two kernels are linked twice, one time for each name in $KERNEL and the install fails. w/ the patch each kernel is linked only once with its proper name and the first kernel is installed. w/ the new patch each kernel is linked only once and _both_ kernels are installed. /Johan K w/o the patch ================ numeri# make KERNEL='GENERIC NEWCARD' buildkernel > & org.build numeri# ls /GENERIC /NEWCARD ls: /GENERIC: No such file or directory ls: /NEWCARD: No such file or directory numeri# make KERNEL='GENERIC NEWCARD' installkernel > & org.inst numeri# ls /GENERIC /NEWCARD ls: /GENERIC: No such file or directory ls: /NEWCARD: No such file or directory numeri# cat org.build -------------------------------------------------------------- >>> Rebuilding kernel(s) -------------------------------------------------------------- ===> GENERIC [ CUT ] sh /usr/src/sys/conf/newvers.sh GENERIC cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking GENERIC text data bss dec hex filename 2197157 161496 126200 2484853 25ea75 GENERIC linking NEWCARD text data bss dec hex filename 2197157 161496 126200 2484853 25ea75 NEWCARD ===> NEWCARD [ CUT ] sh /usr/src/sys/conf/newvers.sh NEWCARD cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking GENERIC text data bss dec hex filename 2040750 155408 118776 2314934 2352b6 GENERIC linking NEWCARD text data bss dec hex filename 2040750 155408 118776 2314934 2352b6 NEWCARD numeri# cat org.inst cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i38 6/usr/libdata/perl/5.00503 MACHINE=i386 make install [: NEWCARD: unexpected operator install -c -m 555 -o root -g wheel -fschg GENERIC NEWCARD /GENERIC NEWCARD usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. numeri# ================ w/ the patch ================ numeri# make KERNELS=GENERIC NEWCARD buildkernel >& new.build numeri# ls /GENERIC /NEWCARD ls: /GENERIC: No such file or directory ls: /NEWCARD: No such file or directory numeri# make KERNELS='GENERIC NEWCARD' installkernel > & new.inst numeri# ls /GENERIC /NEWCARD ls: /NEWCARD: No such file or directory /GENERIC numeri# cat new.build -------------------------------------------------------------- >>> Rebuilding kernel(s) -------------------------------------------------------------- ===> GENERIC [ CUT ] sh /usr/src/sys/conf/newvers.sh GENERIC cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking GENERIC text data bss dec hex filename 2197157 161496 126200 2484853 25ea75 GENERIC ===> NEWCARD [ CUT ] sh /usr/src/sys/conf/newvers.sh NEWCARD cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking NEWCARD text data bss dec hex filename 2040750 155408 118776 2314934 2352b6 NEWCARD numeri# cat new.inst cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i38 6/usr/libdata/perl/5.00503 MACHINE=i386 KERNEL=GENERIC make install install -c -m 555 -o root -g wheel -fschg GENERIC /GENERIC numeri# ================ w/ new patch below ================== numeri# make KERNELS=GENERIC NEWCARD buildkernel >& new2.build numeri# ls /GENERIC /NEWCARD ls: /GENERIC: No such file or directory ls: /NEWCARD: No such file or directory numeri# make KERNELS='GENERIC NEWCARD' installkernel > & new2.inst numeri# ls /GENERIC /NEWCARD /GENERIC /NEWCARD numeri# cat new2.build -------------------------------------------------------------- >>> Rebuilding kernel(s) -------------------------------------------------------------- ===> GENERIC [ CUT ] sh /usr/src/sys/conf/newvers.sh GENERIC cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking GENERIC text data bss dec hex filename 2197157 161496 126200 2484853 25ea75 GENERIC ===> NEWCARD [ CUT ] sh /usr/src/sys/conf/newvers.sh NEWCARD cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking NEWCARD text data bss dec hex filename 2040750 155408 118776 2314934 2352b6 NEWCARD numeri# cat new2.inst -------------------------------------------------------------- >>> Installing kernel(s) -------------------------------------------------------------- ===> GENERIC cd /usr/obj/usr/src/sys/GENERIC ; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i38 6/usr/libdata/perl/5.00503 MACHINE=i386 KERNEL=GENERIC make install install -c -m 555 -o root -g wheel -fschg GENERIC /GENERIC ===> NEWCARD cd /usr/obj/usr/src/sys/NEWCARD ; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i38 6/usr/libdata/perl/5.00503 MACHINE=i386 KERNEL=NEWCARD make install install -c -m 555 -o root -g wheel -fschg NEWCARD /NEWCARD numeri # ================== New patch ================== --- Makefile.inc1.orig Thu Mar 9 07:28:19 2000 +++ Makefile.inc1 Tue Mar 28 20:09:57 2000 @@ -328,7 +328,7 @@ # buildkernel and installkernel # # Which kernels to build and/or install is specified by setting -# KERNEL. If not defined a GENERIC kernel is built/installed. +# KERNELS. If not defined a GENERIC kernel is built/installed. # Only the existing (depending MACHINE) config files are used # for building kernels and only the first of these is designated # as the one being installed. @@ -338,7 +338,7 @@ # be set to cross-build, we have to make sure MACHINE is set # properly. -KERNEL?= GENERIC GENERIC98 +KERNELS?= GENERIC GENERIC98 # The only exotic MACHINE_ARCH/MACHINE combination valid at this # time is i386/pc98. In all other cases set MACHINE equal to @@ -356,13 +356,11 @@ .endif BUILDKERNELS= -INSTALLKERNEL= -.for _kernel in ${KERNEL} +INSTALLKERNELS= +.for _kernel in ${KERNELS} .if exists(${KRNLCONFDIR}/${_kernel}) BUILDKERNELS+= ${_kernel} -.if empty(INSTALLKERNEL) -INSTALLKERNEL= ${_kernel} -.endif +INSTALLKERNELS+= ${_kernel} .endif .endfor @@ -384,8 +382,10 @@ cd ${KRNLOBJDIR}/${_kernel}; \ MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx \ ${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/Makefile; \ - ${WMAKEENV} MACHINE=${MACHINE} ${MAKE} depend; \ - ${WMAKEENV} MACHINE=${MACHINE} ${MAKE} all + ${WMAKEENV} MACHINE=${MACHINE} KERNEL=${_kernel} \ + ${MAKE} depend; \ + ${WMAKEENV} MACHINE=${MACHINE} KERNEL=${_kernel} \ + ${MAKE} all .endfor # @@ -394,8 +394,16 @@ # Install the kernel defined by INSTALLKERNEL # installkernel: - cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \ - ${IMAKEENV} MACHINE=${MACHINE} ${MAKE} install + @echo + @echo "--------------------------------------------------------------" + @echo ">>> Installing kernel(s)" + @echo "--------------------------------------------------------------" +.for _kernel in ${INSTALLKERNELS} + @echo "===> ${_kernel}" + cd ${KRNLOBJDIR}/${_kernel} ;\ + ${IMAKEENV} MACHINE=${MACHINE} KERNEL=${_kernel} \ + ${MAKE} install +.endfor # # update ================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 1:42: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from knight.cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (Postfix) with ESMTP id 15FE837BF30; Wed, 29 Mar 2000 01:42:01 -0800 (PST) (envelope-from cracauer@knight.cons.org) Received: (from cracauer@localhost) by knight.cons.org (8.9.3/8.9.3) id LAA10137; Wed, 29 Mar 2000 11:41:58 +0200 (CEST) Date: Wed, 29 Mar 2000 11:41:57 +0200 From: Martin Cracauer To: sheldonh@FreeBSD.org Cc: cracauer@cons.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16862: strptime(..., "%+" ...) dumps core Message-ID: <20000329114157.B9935@cons.org> References: <200003290936.BAA40907@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200003290936.BAA40907@freefall.freebsd.org>; from sheldonh@FreeBSD.org on Wed, Mar 29, 2000 at 01:36:47AM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In <200003290936.BAA40907@freefall.freebsd.org>, sheldonh@FreeBSD.org wrote: > Synopsis: strptime(..., "%+" ...) dumps core > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Wed Mar 29 01:36:20 PST 2000 > State-Changed-Why: > What's the story, morning glory? > :-) Still open until our compiler and assembler get back in sync. For now, the systems works because I commtted a workaround (to libc, not the compiler or assembler), but I'd like to keep this PR open until the original (more correct) form of localtime.c works again. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2: 6:49 2000 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 E3C3C37BDC3; Wed, 29 Mar 2000 02:06:47 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA48437; Wed, 29 Mar 2000 02:06:46 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:06:46 -0800 (PST) From: Message-Id: <200003291006.CAA48437@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, wpaul@FreeBSD.org Subject: Re: kern/17582: Realtek driver crashes when copying a lot of data via NFS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Realtek driver crashes when copying a lot of data via NFS Responsible-Changed-From-To: freebsd-bugs->wpaul Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:06:10 PST 2000 Responsible-Changed-Why: Cool, a network driver PR with a patch! Bill, this one's yours. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2: 8:55 2000 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 60D2237BBE5; Wed, 29 Mar 2000 02:08:54 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA48986; Wed, 29 Mar 2000 02:08:54 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:08:54 -0800 (PST) From: Message-Id: <200003291008.CAA48986@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, julian@FreeBSD.org Subject: Re: kern/17583: NETATALK code can corrupt mbuf free lists Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NETATALK code can corrupt mbuf free lists Responsible-Changed-From-To: freebsd-bugs->julian Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:08:04 PST 2000 Responsible-Changed-Why: Julian, could you check this one out? Ian submits quality PR's. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:12:14 2000 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 DF79037C160; Wed, 29 Mar 2000 02:12:12 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA50004; Wed, 29 Mar 2000 02:12:12 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:12:12 -0800 (PST) From: Message-Id: <200003291012.CAA50004@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, groudier@FreeBSD.org Subject: Re: misc/17584: fatal SCSI error with a Symbios 53c875 controller on 4.0R install Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fatal SCSI error with a Symbios 53c875 controller on 4.0R install Responsible-Changed-From-To: freebsd-bugs->groudier Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:11:56 PST 2000 Responsible-Changed-Why: Over to the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:13:43 2000 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 D1D7437BF8B; Wed, 29 Mar 2000 02:13:41 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA50445; Wed, 29 Mar 2000 02:13:41 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:13:41 -0800 (PST) From: Message-Id: <200003291013.CAA50445@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: kern/17593: [PATCH] Add KERNEL identifier to GENERIC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Add KERNEL identifier to GENERIC Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:12:29 PST 2000 Responsible-Changed-Why: I'll take this one. If the patch on 17536 works as advertised, I'd prefer that solution, but we'll see. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:17:47 2000 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 2E85837C0B3; Wed, 29 Mar 2000 02:17:46 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA51528; Wed, 29 Mar 2000 02:17:46 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:17:46 -0800 (PST) From: Message-Id: <200003291017.CAA51528@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: kern/17536: KERNEL used both by Makefile.inc1 and Makefile.${MACHINE} Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: KERNEL used both by Makefile.inc1 and Makefile.${MACHINE} Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:17:19 PST 2000 Responsible-Changed-Why: I'll take this one, although I'll probably want to consult with marcel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:19:40 2000 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 D1D8A37B6E7; Wed, 29 Mar 2000 02:19:38 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA52102; Wed, 29 Mar 2000 02:19:38 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:19:38 -0800 (PST) From: Message-Id: <200003291019.CAA52102@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, semenu@FreeBSD.org Subject: Re: kern/17601: newbus patch for if_tx Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: newbus patch for if_tx Responsible-Changed-From-To: freebsd-bugs->semenu Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:19:21 PST 2000 Responsible-Changed-Why: Over to the driver's author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:23:59 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id DB26337C0DA for ; Wed, 29 Mar 2000 02:23:53 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12aFdY-0006nZ-00; Wed, 29 Mar 2000 12:23:44 +0200 From: Sheldon Hearn To: Mohit Aron Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: emacs-20.6 core dumps in FreeBSD-4.0-RELEASE In-reply-to: Your message of "Sat, 25 Mar 2000 21:53:00 CST." <200003260353.VAA04089@cs.rice.edu> Date: Wed, 29 Mar 2000 12:23:44 +0200 Message-ID: <26136.954325424@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Please don't crosss-post in future. Pick one to start with. :-) ] On Sat, 25 Mar 2000 21:53:00 CST, Mohit Aron wrote: > FreeBSD-4.0-RELEASE and it core dumps upon issuing the command 'emacs -nw'. > This package was obtained from: > > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/4.0-RELEASE/packages/All /emacs-20.6.tgz > > > However, it runs fine if I instead install the package from: > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/3.4-STABLE/packages/All/ emacs-20.6.tgz You should contact the port's maintainer, jseger@FreeBSD.org . Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:28:15 2000 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 1C21537BF8B; Wed, 29 Mar 2000 02:28:14 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA54598; Wed, 29 Mar 2000 02:28:13 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:28:13 -0800 (PST) From: Message-Id: <200003291028.CAA54598@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, shin@FreeBSD.org Subject: Re: bin/17606: traceroute vs. IPSEC surprise Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: traceroute vs. IPSEC surprise Responsible-Changed-From-To: freebsd-bugs->shin Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:27:43 PST 2000 Responsible-Changed-Why: Inoue-san, could you take a look at this one? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:29:27 2000 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 37B4637B609; Wed, 29 Mar 2000 02:29:26 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA55016; Wed, 29 Mar 2000 02:29:25 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:29:25 -0800 (PST) From: Message-Id: <200003291029.CAA55016@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, yokota@FreeBSD.org Subject: Re: misc/17610: mouse does not work after compiling 4.0-stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mouse does not work after compiling 4.0-stable Responsible-Changed-From-To: freebsd-bugs->yokota Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:28:53 PST 2000 Responsible-Changed-Why: Kazu, can you 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 Wed Mar 29 2:30: 7 2000 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 278AF37B6E8 for ; Wed, 29 Mar 2000 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA55225; Wed, 29 Mar 2000 02:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dolemite.cdrom.com (dolemite.cdrom.com [204.216.28.171]) by hub.freebsd.org (Postfix) with ESMTP id 99B7237BE43 for ; Wed, 29 Mar 2000 02:21:37 -0800 (PST) (envelope-from murray@dolemite.cdrom.com) Received: (from root@localhost) by dolemite.cdrom.com (8.9.3/8.9.3) id SAA95808; Wed, 29 Mar 2000 18:21:51 GMT (envelope-from murray) Message-Id: <200003291821.SAA95808@dolemite.cdrom.com> Date: Wed, 29 Mar 2000 18:21:51 GMT From: Murray Stokely Reply-To: murray@cdrom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17659: sysinstall fails to load a.out libraries Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17659 >Category: bin >Synopsis: sysinstall fails to load a.out libraries >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 29 02:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Murray Stokely >Release: FreeBSD 5.0-CURRENT i386 >Organization: BSDI >Environment: >Description: If you install a distribution, sysinstall will run ldconfig to scan for new ELF libraries, but it will not run ldconfig -aout to scan for a.out libraries. This is a real problem for the compat22 distribution and is the reason that Netscape fails to install during a 4.0 installation. >How-To-Repeat: On a machine without compat22 loaded, try to install the Netscape package from within sysinstall. It will fail and tell you to install compat22, but if you go back and load compat22 then try again it will still fail because the a.out libraries are installed but not read until a reboot. >Fix: Index: package.c =================================================================== RCS file: /host/ares/usr/home/ncvs/src/release/sysinstall/package.c,v retrieving revision 1.91 diff -u -r1.91 package.c --- package.c 2000/03/18 08:46:23 1.91 +++ package.c 2000/03/29 18:11:38 @@ -129,8 +129,10 @@ } /* If necessary, initialize the ldconfig hints */ - if (!file_readable("/var/run/ld.so.hints")) + if (!file_readable("/var/run/ld.so.hints")) { vsystem("ldconfig /usr/lib /usr/lib/compat /usr/local/lib /usr/X11R6/lib"); + vsystem("ldconfig -aout /usr/lib/aout /usr/lib/compat/aout /usr/local/lib/aout /usr/X11R6/lib/aout"); + } /* Be initially optimistic */ ret = DITEM_SUCCESS; >Release-Note: >Audit-Trail: >Unformatted: Murray Stokely To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:36: 1 2000 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 53D0737BE56; Wed, 29 Mar 2000 02:36:00 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA56991; Wed, 29 Mar 2000 02:36:00 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:36:00 -0800 (PST) From: Message-Id: <200003291036.CAA56991@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, marcel@FreeBSD.org Subject: Re: kern/17614: impossible to CURSIG when compiling with optimization Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: impossible to CURSIG when compiling with optimization Responsible-Changed-From-To: freebsd-bugs->marcel Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:35:16 PST 2000 Responsible-Changed-Why: This looks like Marcel's stuff. Please be patient, as Marcel doesn't have easy Internet access at the moment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:38:52 2000 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 3B04A37C155; Wed, 29 Mar 2000 02:38:51 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA57712; Wed, 29 Mar 2000 02:38:50 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:38:50 -0800 (PST) From: Message-Id: <200003291038.CAA57712@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, yokota@FreeBSD.org Subject: Re: bin/17617: moused: remove debug output from -z option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: moused: remove debug output from -z option Responsible-Changed-From-To: freebsd-bugs->yokota Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:38:32 PST 2000 Responsible-Changed-Why: Over to the moused maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:49:41 2000 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 C110D37B696; Wed, 29 Mar 2000 02:49:39 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA60615; Wed, 29 Mar 2000 02:49:39 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:49:39 -0800 (PST) From: Message-Id: <200003291049.CAA60615@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, ache@FreeBSD.org Subject: Re: kern/17621: Locale is not used properly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Locale is not used properly Responsible-Changed-From-To: freebsd-bugs->ache Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:49:18 PST 2000 Responsible-Changed-Why: Over to our internationalization expert. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:50: 8 2000 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 458D437C0BF for ; Wed, 29 Mar 2000 02:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA60717; Wed, 29 Mar 2000 02:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 29 Mar 2000 02:50:03 -0800 (PST) Message-Id: <200003291050.CAA60717@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/17619: pax cannot read all tar files created by tar. Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17619; it has been noted by GNATS. From: Sheldon Hearn To: marcolz@stack.nl Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17619: pax cannot read all tar files created by tar. Date: Wed, 29 Mar 2000 12:41:38 +0200 On Mon, 27 Mar 2000 14:57:39 +0200, marcolz@stack.nl wrote: > When trying to read a tar file created by GNU-tar or Solaris's tar, > pax asks for another archive. It seems to misinterpret the tar-header. > Some sizes of tar's will be handled just right, others don't. Unfortunately, pax doesn't look like one of those parts of FreeBSD that anyone takes an active interest in. This may not be fixed any time soon without patches. :-( Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:51:55 2000 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 7E05C37B9F6; Wed, 29 Mar 2000 02:51:53 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA61140; Wed, 29 Mar 2000 02:51:53 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:51:53 -0800 (PST) From: Message-Id: <200003291051.CAA61140@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, jhay@FreeBSD.org Subject: Re: kern/17620: Digi/570i sync driver (if_ar.c) causes system freezes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Digi/570i sync driver (if_ar.c) causes system freezes Responsible-Changed-From-To: freebsd-bugs->jhay Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:51:23 PST 2000 Responsible-Changed-Why: Over to the author, who is also South African, incidentally. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:53:56 2000 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 E094137B539; Wed, 29 Mar 2000 02:53:54 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA61652; Wed, 29 Mar 2000 02:53:54 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:53:54 -0800 (PST) From: Message-Id: <200003291053.CAA61652@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: conf/17622: [Patch] pccard.conf for corega Ether PCM-T/NE2000 compatible PCMCIA Ethernet Card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] pccard.conf for corega Ether PCM-T/NE2000 compatible PCMCIA Ethernet Card Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:53:37 PST 2000 Responsible-Changed-Why: Warner will be interested in this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 2:55: 4 2000 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 3CCE837C05D; Wed, 29 Mar 2000 02:55:03 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62087; Wed, 29 Mar 2000 02:55:02 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 02:55:02 -0800 (PST) From: Message-Id: <200003291055.CAA62087@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, green@FreeBSD.org Subject: Re: i386/17626: sshd cores when I scp to it Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sshd cores when I scp to it Responsible-Changed-From-To: freebsd-bugs->green Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 02:54:25 PST 2000 Responsible-Changed-Why: I'm sure this is an FAQ, but I can't remember the FAA. ;-) Brian, can you help? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 3: 3:21 2000 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 E123637B675; Wed, 29 Mar 2000 03:03:19 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA64571; Wed, 29 Mar 2000 03:03:19 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 03:03:19 -0800 (PST) From: Message-Id: <200003291103.DAA64571@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: kern/17643: 3.4 to 4.0 upgrade: ATAPI drivers damage the filesystem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.4 to 4.0 upgrade: ATAPI drivers damage the filesystem Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 03:02:52 PST 2000 Responsible-Changed-Why: Over to the ata maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 3: 4:54 2000 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 D7F7137B60B; Wed, 29 Mar 2000 03:04:52 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA65099; Wed, 29 Mar 2000 03:04:52 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 03:04:52 -0800 (PST) From: Message-Id: <200003291104.DAA65099@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, shin@FreeBSD.org Subject: Re: bin/17657: 4.0-RELEASE routed cores with GENERIC kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4.0-RELEASE routed cores with GENERIC kernel Responsible-Changed-From-To: freebsd-bugs->shin Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 03:04:28 PST 2000 Responsible-Changed-Why: Inoue-san, could you take a look at this one? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 3:10: 5 2000 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 48F1337BF06 for ; Wed, 29 Mar 2000 03:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA66195; Wed, 29 Mar 2000 03:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 29 Mar 2000 03:10:04 -0800 (PST) Message-Id: <200003291110.DAA66195@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Marc Olzheim Subject: Re: bin/17619: pax cannot read all tar files created by tar. Reply-To: Marc Olzheim Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17619; it has been noted by GNATS. From: Marc Olzheim To: Sheldon Hearn Cc: marcolz@stack.nl, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17619: pax cannot read all tar files created by tar. Date: Wed, 29 Mar 2000 13:08:09 +0200 > > > On Mon, 27 Mar 2000 14:57:39 +0200, marcolz@stack.nl wrote: > > > When trying to read a tar file created by GNU-tar or Solaris's tar, > > pax asks for another archive. It seems to misinterpret the tar-header. > > Some sizes of tar's will be handled just right, others don't. > > Unfortunately, pax doesn't look like one of those parts of FreeBSD that > anyone takes an active interest in. This may not be fixed any time soon > without patches. :-( OK, then I'll look into it as soon as I've got the time. Zlo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 3:17:45 2000 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 1F7C737BE1C; Wed, 29 Mar 2000 03:17:44 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67930; Wed, 29 Mar 2000 03:17:44 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 03:17:44 -0800 (PST) From: Message-Id: <200003291117.DAA67930@freefall.freebsd.org> To: niels@b5.nu, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: misc/17384: patch for lpd to add -p option to disable internet sockets Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch for lpd to add -p option to disable internet sockets State-Changed-From-To: open->analyzed State-Changed-By: sheldonh State-Changed-When: Wed Mar 29 03:15:56 PST 2000 State-Changed-Why: Your patch was committed in lpd.c rev 1.13 and lpd.8 rev 1.15. I made a few stylistic changes to your lpd.c patch, but that should not have broken anything. :-) Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 03:15:56 PST 2000 Responsible-Changed-Why: This is my reminder for an MFC later. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 3:36:18 2000 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 55A0137BEE0; Wed, 29 Mar 2000 03:36:17 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71880; Wed, 29 Mar 2000 03:36:17 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 03:36:17 -0800 (PST) From: Message-Id: <200003291136.DAA71880@freefall.freebsd.org> To: cracauer@cons.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, cracauer@FreeBSD.org Subject: Re: bin/16862: strptime(..., "%+" ...) dumps core Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: strptime(..., "%+" ...) dumps core State-Changed-From-To: feedback->open State-Changed-By: sheldonh State-Changed-When: Wed Mar 29 03:35:19 PST 2000 State-Changed-Why: Martin says he'd like this one open until the compiler/linker problem is fixed. Responsible-Changed-From-To: freebsd-bugs->cracauer Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 03:35:19 PST 2000 Responsible-Changed-Why: Martin wants this one. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 3:48: 0 2000 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 DA0CD37C06E; Wed, 29 Mar 2000 03:47:58 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA74850; Wed, 29 Mar 2000 03:47:57 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 03:47:57 -0800 (PST) From: Message-Id: <200003291147.DAA74850@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, green@FreeBSD.org Subject: Re: bin/17555: fstat(1) doesn't show memory-mapped files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fstat(1) doesn't show memory-mapped files Responsible-Changed-From-To: freebsd-bugs->green Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 03:47:15 PST 2000 Responsible-Changed-Why: Brian, since you seem to be beefing up fstat(1), could you look at this one? Ian submits good PR's. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 4:53:59 2000 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 4FFA037BB99; Wed, 29 Mar 2000 04:53:58 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA88110; Wed, 29 Mar 2000 04:53:58 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 04:53:58 -0800 (PST) From: Message-Id: <200003291253.EAA88110@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: kern/17629: "almost clone" patch for device snp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "almost clone" patch for device snp Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 04:48:21 PST 2000 Responsible-Changed-Why: After chatting to phk (who's kinda busy right now), I'm going to try my hand at this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 5:10: 5 2000 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 F0EFC37BFDC for ; Wed, 29 Mar 2000 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA90974; Wed, 29 Mar 2000 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86F2B37C091 for ; Wed, 29 Mar 2000 05:01:02 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA89257; Wed, 29 Mar 2000 05:01:02 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003291301.FAA89257@freefall.freebsd.org> Date: Wed, 29 Mar 2000 05:01:02 -0800 (PST) From: gandalf@nm.ruhr-uni-bochum.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17661: 4.0-REL hangs after detecting ata1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17661 >Category: i386 >Synopsis: 4.0-REL hangs after detecting ata1 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 29 05:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andre Große Bley >Release: 4.0-RELEASE >Organization: University of Bochum >Environment: (no chance, doesnt boot) >Description: AMD K6-2/300, 128 MB Ram, ASUS Board (dont know what type) Kernel detects atapci "Acer Labs Aladdin ATA 33 Controller", Port 0xb400-0xb40f IRQ 0 (???) dev 15.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 And here the machine hangs. CTRL-ALT-DEL wont work. (hardware connected: ata0: maxtor 20gig hdd, ata1: cdrom, disabling ata1 in bios doesnt help) >How-To-Repeat: Just boot from 4.0-REL CD (iso image) or floppy >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 Mar 29 5:44:54 2000 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 8FE6237B619; Wed, 29 Mar 2000 05:44:53 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97520; Wed, 29 Mar 2000 05:44:53 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 05:44:53 -0800 (PST) From: Message-Id: <200003291344.FAA97520@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: i386/17661: 4.0-REL hangs after detecting ata1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4.0-REL hangs after detecting ata1 Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 05:44:33 PST 2000 Responsible-Changed-Why: Over to the ata maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 5:49:13 2000 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 7A5F737B5E6; Wed, 29 Mar 2000 05:49:11 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98364; Wed, 29 Mar 2000 05:49:11 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 05:49:11 -0800 (PST) From: Message-Id: <200003291349.FAA98364@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: bin/17659: sysinstall fails to load a.out libraries Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall fails to load a.out libraries Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 05:47:58 PST 2000 Responsible-Changed-Why: Jordan, this one looks solid. Let me know if you'd prefer me to do it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 5:50:10 2000 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 4A03C37B6B9 for ; Wed, 29 Mar 2000 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98581; Wed, 29 Mar 2000 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 434D737B5E6 for ; Wed, 29 Mar 2000 05:43:08 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97143; Wed, 29 Mar 2000 05:43:08 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003291343.FAA97143@freefall.freebsd.org> Date: Wed, 29 Mar 2000 05:43:08 -0800 (PST) From: pac@geodesic.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17662: cam_xpt.c incorrectly disables tagged queuing for WDE drives resulting in por performance Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17662 >Category: i386 >Synopsis: cam_xpt.c incorrectly disables tagged queuing for WDE drives resulting in por performance >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 29 05:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Paul A. Coyne >Release: 3.x, 4.x >Organization: Geodesic Systems >Environment: NOTE: I have commented out the disable of tagged queuing in this kernel via ifdef 0 in cam_xtp.c offending code. 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.4-STABLE #1: Tue Mar 28 18:05:50 CST 2000 root@sparky.geodesic.com:/usr/src/sys/compile/sparky Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 447692079 Hz CPU: Pentium III/Pentium III Xeon (447.69-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x672 Stepping = 2 Features=0x383fbff> real memory = 268435456 (262144K bytes) avail memory = 258252800 (252200K bytes) Preloaded elf kernel "kernel" at 0xc02bc000. Pentium Pro MTRR support enabled Probing for devices on PCI bus 0: chip0: rev 0x00 on pci0.0.0 chip1: rev 0x00 on pci0.1.0 chip2: rev 0x03 on pci0.2.0 chip3: rev 0x02 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip4: rev 0x02 on pci0.7.3 fxp0: rev 0x05 int a irq 14 on pci0.8.0 fxp0: Ethernet address 00:90:27:7b:31:c3 Probing for devices on PCI bus 1: vga0: rev 0x5c on pci1.0.0 Probing for devices on PCI bus 2: ahc0: rev 0x00 int a irq 11 on pci2.4.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: rev 0x03 int a irq 11 on pci2.6.0 ahc1: aic7860 Single Channel A, SCSI Id=7, 3/255 SCBs Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> 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 fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 not found at 0x1f0 wdc1 not found at 0x170 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 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 sa0 at ahc1 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 15) pass6 at ahc0 bus 0 target 6 lun 0 pass6: Fixed Processor SCSI-2 device pass6: 3.300MB/s transfers changing root device to da0s1a cd0 at ahc1 bus 0 target 5 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present da4 at ahc0 bus 0 target 4 lun 0 da4: Fixed Direct Access SCSI-2 device da4: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da4: 17375MB (35586001 512 byte sectors: 64H 32S/T 17375C) da5 at ahc0 bus 0 target 5 lun 0 da5: Fixed Direct Access SCSI-2 device da5: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da5: 17375MB (35586001 512 byte sectors: 64H 32S/T 17375C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da1: 17375MB (35586001 512 byte sectors: 64H 32S/T 17375C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da0: 17375MB (35586001 512 byte sectors: 64H 32S/T 17375C) da3 at ahc0 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da3: 17375MB (35586001 512 byte sectors: 64H 32S/T 17375C) da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da2: 17375MB (35586001 512 byte sectors: 64H 32S/T 17375C) >Description: From cam_xpt.c. I emailed Andrew and Justin Gibbs about this some time ago. I have Dell Poweredge 6300 with WDE 18GB drives that have HORRIBLE performace with tagged queuing disable. With this section ifdef'ed out, performance is great { /* * Slow when tagged queueing is enabled. (1.5MB/sec versus * 8MB/sec.) * Submitted by: Andrew Gallatin * Best performance with these drives is achieved with * tagged queueing turned off, and write caching turned on. */ { T_DIRECT, SIP_MEDIA_FIXED, west_digital, "WDE*", "*" }, /*quirks*/0, /*mintags*/0, /*maxtags*/0 }, #endif >How-To-Repeat: Self explanatory >Fix: Be more specific in disable of WDE* drives in cam_xpt.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 Wed Mar 29 6: 0: 6 2000 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 E6E7C37B68F for ; Wed, 29 Mar 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA00343; Wed, 29 Mar 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 29 Mar 2000 06:00:02 -0800 (PST) Message-Id: <200003291400.GAA00343@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jan Conrad Subject: Re: bin/5609: lpd cannot send long files to HP's JetDirect interface Reply-To: Jan Conrad Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5609; it has been noted by GNATS. From: Jan Conrad To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/5609: lpd cannot send long files to HP's JetDirect interface Date: Wed, 29 Mar 2000 15:53:14 +0200 (CEST) Hi, an email from Trev Roydhouse just reminded me that this is still open and still bothers people... The default timeout for the ct entry is 120 secs which is too short for most LaserJet printers with network interfaces. I suggest to set it to something like 6000 (:ct#6000:) How about setting this in /usr/src/usr.sbin/lpr/common_source/lp.local.h (line 52) /usr/src/usr.sbin/lpr/lpr/printcap.5 (line 81) 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 Wed Mar 29 6: 4:46 2000 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 9F25737B6E4; Wed, 29 Mar 2000 06:04:44 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA01430; Wed, 29 Mar 2000 06:04:44 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Wed, 29 Mar 2000 06:04:44 -0800 (PST) From: Message-Id: <200003291404.GAA01430@freefall.freebsd.org> To: taavi@uninet.ee, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: conf/17431: Estonia will not switch to summer time on 2000 anymore Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Estonia will not switch to summer time on 2000 anymore State-Changed-From-To: open->feedback State-Changed-By: ru State-Changed-When: Wed Mar 29 06:02:30 PST 2000 State-Changed-Why: zoneinfo database updated in 5.0-CURRENT. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Wed Mar 29 06:02:30 PST 2000 Responsible-Changed-Why: MFC reminder. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 6:19:31 2000 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 E249137B579; Wed, 29 Mar 2000 06:19:29 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA04563; Wed, 29 Mar 2000 06:19:29 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 29 Mar 2000 06:19:29 -0800 (PST) From: Message-Id: <200003291419.GAA04563@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, gibbs@FreeBSD.org Subject: Re: i386/17662: cam_xpt.c incorrectly disables tagged queuing for WDE drives resulting in por performance Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cam_xpt.c incorrectly disables tagged queuing for WDE drives resulting in por performance Responsible-Changed-From-To: freebsd-bugs->gibbs Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Mar 29 06:17:42 PST 2000 Responsible-Changed-Why: The originator says Justin knows about this already. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 6:46:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from fgwmail7.fujitsu.co.jp (fgwmail7.fujitsu.co.jp [192.51.44.37]) by hub.freebsd.org (Postfix) with ESMTP id 9BBCC37B6B9 for ; Wed, 29 Mar 2000 06:46:19 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m2.gw.fujitsu.co.jp by fgwmail7.fujitsu.co.jp (8.9.3/3.7W-MX0002-Fujitsu Gateway) id XAA03057; Wed, 29 Mar 2000 23:45:44 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from incapgw.fujitsu.co.jp by m2.gw.fujitsu.co.jp (8.9.3/3.7W-0003-Fujitsu Domain Master) id XAA27563; Wed, 29 Mar 2000 23:45:38 +0900 (JST) Received: from localhost ([192.168.245.170]) by incapgw.fujitsu.co.jp (8.9.3/3.7W-0002) id XAA04343; Wed, 29 Mar 2000 23:45:37 +0900 (JST) To: louie@TransSys.COM Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/17606 bad IPSEC and traceroute interaction, with fix! In-Reply-To: <200003280500.VAA34714@freefall.freebsd.org> References: <200003280500.VAA34714@freefall.freebsd.org> X-Mailer: Mew version 1.94 on Emacs 20.4 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000329234637E.shin@nd.net.fujitsu.co.jp> Date: Wed, 29 Mar 2000 23:46:37 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 25 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >Description: > > When the default kernel IPSEC policy (as configured with setkey(8)) > includes all the traffic to a particular host, then attempting a > traceroute to that host fails. The packets being sent are encrypted, > and thus the ICMP time exceeded message cannot be returned. > > This is a follow-up to PR bin/17606 > > >How-To-Repeat: > > As described. > > >Fix: > > Steal the same sort of fix done in traceroute6, and apply to the IPv4 > "standard" traceroute in FreeBSD. Patch could be as attached. > Surprisingly, the ipsec.h file is in sys/netinet6 rather than sys/netinet. I didn't put the fix because I hesitated to touch contrib/traceroute dir. But contrib/traceroute/traceroute.c is already off from vendor branch, so I'll apply your patch. Thanks for it! Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 8:10:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from gallions-reach.inpharmatica.co.uk (gallions-reach.inpharmatica.co.uk [193.115.214.5]) by hub.freebsd.org (Postfix) with ESMTP id E66DA37B65B for ; Wed, 29 Mar 2000 08:10:23 -0800 (PST) (envelope-from m.seaman@inpharmatica.co.uk) Received: from mailhost.inpharmatica.co.uk (euston.inpharmatica.co.uk [193.115.214.6]) by gallions-reach.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id RAA89676; Wed, 29 Mar 2000 17:10:17 +0100 (BST) (envelope-from m.seaman@inpharmatica.co.uk) Received: from paddington.inpharmatica.co.uk (IDENT:root@paddington.inpharmatica.co.uk [192.168.122.1]) by mailhost.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id RAA57828; Wed, 29 Mar 2000 17:10:17 +0100 (BST) (envelope-from m.seaman@inpharmatica.co.uk) Received: from inpharmatica.co.uk (IDENT:matthew@localhost [127.0.0.1]) by paddington.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id RAA04257; Wed, 29 Mar 2000 17:10:16 +0100 Message-ID: <38E22AE8.29FB9F50@inpharmatica.co.uk> Date: Wed, 29 Mar 2000 16:10:16 +0000 From: Matthew Seaman X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.4 i586) X-Accept-Language: en-GB, en MIME-Version: 1.0 To: Seigo Tanimura Cc: bugs@freebsd.org Subject: Re: bin/17657: 4.0-RELEASE routed cores with GENERIC kernel References: <200003290848.JAA24808@mailhost.inpharmatica.co.uk> <14561.50795.50112.13042Y@rina> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Seigo Tanimura wrote: > > On Wed, 29 Mar 2000 09:48:42 +0100 (BST), > m.seaman@inpharmatica.co.uk said: > > m.seaman> I only noticed this after the fact, but I guess it's reproducible. It > m.seaman> seems that routed will segfault after about 5 minutes. This was a > m.seaman> freshly installed 4.0-RELEASE system with the GENERIC kernel, before > m.seaman> I'd had a chance to finish cvsup'ing to 4.0-STABLE and re-compile the > m.seaman> kernel. > > I had been experiencing the same problem. There seems to be a buffer > overflow in routed(8). Could you please apply the following patch and > see how your new routed(8) works? routed(8) in my box is working just > fine for two weeks with this patch. Sorry about taking all day to get back to you, but it's been hectic, again. Ok, I've installed the patch and booted back into the 4.0-RELEASE GENERIC kernel. Everything looks good so far, but I'll leave the machine running GENERIC overnight and see if anything develops. I think I wasn't clear enough in my original report -- I'm not seeing this problem with the custon kernel I'm normally using, which has no IPv6 support, so I personally am not too bothered about getting an immediate fix, although I expect that someone out there will probably be grateful. Happy to test patches etc. though. Cheers, Matthew -- Certe, Toto, sentio nos in Kansate non iam adesse. Dr. Matthew Seaman, Inpharmatica Ltd, 60 Charlotte St, London, W1P 2AX Tel: +44 171 631 4644 x229 Fax: +44 171 631 4844 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 12:46:54 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id A2AA537B67F; Wed, 29 Mar 2000 12:46:45 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id MAA89090; Wed, 29 Mar 2000 12:48:03 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: sheldonh@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: bin/17659: sysinstall fails to load a.out libraries In-reply-to: Your message of "Wed, 29 Mar 2000 05:49:11 PST." <200003291349.FAA98364@freefall.freebsd.org> Date: Wed, 29 Mar 2000 12:48:03 -0800 Message-ID: <89087.954362883@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If you want to take it, I won't object. I'm just slightly overloaded at the moment. :) > Synopsis: sysinstall fails to load a.out libraries > > Responsible-Changed-From-To: freebsd-bugs->jkh > Responsible-Changed-By: sheldonh > Responsible-Changed-When: Wed Mar 29 05:47:58 PST 2000 > Responsible-Changed-Why: > Jordan, this one looks solid. Let me know if you'd prefer me to > do it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 14:20:15 2000 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 46CB837C12F for ; Wed, 29 Mar 2000 14:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA61656; Wed, 29 Mar 2000 14:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from fe170.worldonline.dk (fe170.worldonline.dk [212.54.64.199]) by hub.freebsd.org (Postfix) with SMTP id 4D11137B506 for ; Wed, 29 Mar 2000 14:11:03 -0800 (PST) (envelope-from jacob.lorensen@e-postboks.dk) Received: (qmail 30375 invoked by uid 0); 29 Mar 2000 22:10:11 -0000 Received: from 14.ppp1-7.worldonline.dk (HELO pippin.jblhome.ping.dk) (212.54.76.14) by fe170.worldonline.dk with SMTP; 29 Mar 2000 22:10:11 -0000 Received: (from root@localhost) by pippin.jblhome.ping.dk (8.9.3/8.9.3) id AAA24461; Thu, 30 Mar 2000 00:10:07 +0200 (CEST) (envelope-from jacob) Message-Id: <200003292210.AAA24461@pippin.jblhome.ping.dk> Date: Thu, 30 Mar 2000 00:10:07 +0200 (CEST) From: Jacob Bohn Lorensen Reply-To: jacob.lorensen@e-postboks.dk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/17672: make buildworld (RELENG_4 src) fails on RELENG_3 system (crypto) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17672 >Category: misc >Synopsis: compile_et fails in kerberosIV >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: Wed Mar 29 14:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jacob Bohn Lorensen >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD 3.4-STABLE i386 Error output from make buildworld: [...] cd /home/jacob/FreeBSD/src/kerberosIV/lib/libkadm; make beforeinstall test -e /usr/obj/home/jacob/FreeBSD/src/kerberosIV/lib/libkadm/../../lib/libkadm/kadm_err.et || ln -s /home/jacob/FreeBSD/src/kerberosIV/lib/libkadm/../../../crypto/kerberosIV/lib/kadm/kadm_err.et /usr/obj/home/jacob/FreeBSD/src/kerberosIV/lib/libkadm/../../lib/libkadm cd /usr/obj/home/jacob/FreeBSD/src/kerberosIV/lib/libkadm/../../lib/libkadm; compile_et kadm_err.et syntax error Line number 61; last token was 'Attempt do delete immutable principal' [...] >Description: The build of kerberosIV is dependent on the version of com_err (compile_et) installed in the system (/usr/bin). It probably should use a version built from the one in the source tree. During make buildworld, in kerberosIV, the version of compile_et used to build the error table is taken from /usr/bin. Thus it is not up to date. >How-To-Repeat: On a 3.4-stable system, cvsup RELENG_4, including cvs-crypto. cd /usr/src and make buildworld. >Fix: Make and install the upgraded compile_et before make buildworld, or make buildworld without crypto sources first. >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 Mar 29 16:41:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lavender.yy.cs.keio.ac.jp (lavender.rad.cc.keio.ac.jp [131.113.16.115]) by hub.freebsd.org (Postfix) with ESMTP id D23C837BC6E for ; Wed, 29 Mar 2000 16:41:29 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id JAA28579; Thu, 30 Mar 2000 09:41:24 +0900 (JST) Message-Id: <200003300041.JAA28579@lavender.yy.cs.keio.ac.jp> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/17622: [Patch] pccard.conf for corega Ether PCM-T/NE2000 compatible PCMCIA Ethernet Card In-Reply-To: Your message of "Mon, 27 Mar 2000 06:50:01 -0800 (PST)" References: <200003271450.GAA10495@freefall.freebsd.org> X-Mailer: Mew version 1.70 on Emacs 19.34.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 30 Mar 2000 09:41:24 +0900 From: MIHIRA Sanpei Yoshiro Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oops, I forgot to add ``ether'' line. Please use below configuration. # Corega PCM-T card "Corega,K.K." "Ethernet LAN Card" config auto "ed0" ? ether 0xff0 insert logger -t pccard:$device -s Corega PCM-T inserted insert /etc/pccard_ether $device remove logger -t pccard:$device -s Corega PCM-T removed remove /sbin/ifconfig $device delete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 18: 2:59 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from fgwmail7.fujitsu.co.jp (fgwmail7.fujitsu.co.jp [192.51.44.37]) by hub.freebsd.org (Postfix) with ESMTP id 9BD7637B9B1 for ; Wed, 29 Mar 2000 18:02:55 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m4.gw.fujitsu.co.jp by fgwmail7.fujitsu.co.jp (8.9.3/3.7W-MX0002-Fujitsu Gateway) id LAA01227; Thu, 30 Mar 2000 11:02:59 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from chisato.nd.net.fujitsu.co.jp by m4.gw.fujitsu.co.jp (8.9.3/3.7W-0003-Fujitsu Domain Master) id LAA19104; Thu, 30 Mar 2000 11:02:52 +0900 (JST) Received: from localhost (dhcp7173.nd.net.fujitsu.co.jp [10.18.7.173]) by chisato.nd.net.fujitsu.co.jp (8.8.5+2.7Wbeta5/3.3W8chisato-970826) with ESMTP id LAA16583; Thu, 30 Mar 2000 11:02:51 +0900 (JST) To: louie@TransSys.COM Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/17606 bad IPSEC and traceroute interaction, with fix! In-Reply-To: <200003280500.VAA34714@freefall.freebsd.org> References: <200003280500.VAA34714@freefall.freebsd.org> X-Mailer: Mew version 1.94 on Emacs 20.4 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000330110352J.shin@nd.net.fujitsu.co.jp> Date: Thu, 30 Mar 2000 11:03:52 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 18 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > This is a follow-up to PR bin/17606 > >Fix: > > Steal the same sort of fix done in traceroute6, and apply to the IPv4 > "standard" traceroute in FreeBSD. Patch could be as attached. Thanks, committed. > Surprisingly, the ipsec.h file is in sys/netinet6 rather than sys/netinet. The place of ipsec.h is not defined in spec, and currently placed under netinet6. But there might be better place for this. (There is not concrete concensus also between KAME members yet.) Thanks, Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 18: 3:49 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by hub.freebsd.org (Postfix) with ESMTP id B261137B811 for ; Wed, 29 Mar 2000 18:03:46 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m2.gw.fujitsu.co.jp by fgwmail6.fujitsu.co.jp (8.9.3/3.7W-MX0002-Fujitsu Gateway) id LAA20249; Thu, 30 Mar 2000 11:03:43 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from chisato.nd.net.fujitsu.co.jp by m2.gw.fujitsu.co.jp (8.9.3/3.7W-0003-Fujitsu Domain Master) id LAA14793; Thu, 30 Mar 2000 11:03:43 +0900 (JST) Received: from localhost (dhcp7173.nd.net.fujitsu.co.jp [10.18.7.173]) by chisato.nd.net.fujitsu.co.jp (8.8.5+2.7Wbeta5/3.3W8chisato-970826) with ESMTP id LAA16604; Thu, 30 Mar 2000 11:03:42 +0900 (JST) To: tanimura@r.dl.itc.u-tokyo.ac.jp Cc: m.seaman@inpharmatica.co.uk, bugs@FreeBSD.ORG Subject: Re: bin/17657: 4.0-RELEASE routed cores with GENERIC kernel In-Reply-To: <14561.50795.50112.13042Y@rina> References: <200003290848.JAA24808@mailhost.inpharmatica.co.uk> <14561.50795.50112.13042Y@rina> X-Mailer: Mew version 1.94 on Emacs 20.4 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000330110442U.shin@nd.net.fujitsu.co.jp> Date: Thu, 30 Mar 2000 11:04:42 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 14 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > m.seaman> I only noticed this after the fact, but I guess it's reproducible. It > m.seaman> seems that routed will segfault after about 5 minutes. This was a > m.seaman> freshly installed 4.0-RELEASE system with the GENERIC kernel, before > m.seaman> I'd had a chance to finish cvsup'ing to 4.0-STABLE and re-compile the > m.seaman> kernel. > > I had been experiencing the same problem. There seems to be a buffer > overflow in routed(8). Could you please apply the following patch and > see how your new routed(8) works? routed(8) in my box is working just > fine for two weeks with this patch. Thanks, committed. :-) Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 21:15:46 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from hsw.generalresources.com (z12.generalresources.com [210.242.169.12]) by hub.freebsd.org (Postfix) with ESMTP id 1417337B764 for ; Wed, 29 Mar 2000 21:15:41 -0800 (PST) (envelope-from hsw@hsw.generalresources.com) Received: from hsw.generalresources.com (hsw@localhost [127.0.0.1]) by hsw.generalresources.com (8.9.3/8.9.3) with ESMTP id NAA07600; Thu, 30 Mar 2000 13:15:01 +0800 (CST) (envelope-from hsw@hsw.generalresources.com) Message-Id: <200003300515.NAA07600@hsw.generalresources.com> To: "Michael Chin-Yuan Wu" From: "Christopher Hall" Cc: freebsd-bugs@freebsd.org, freebsd-taiwan-chinese@freebsd.sinica.edu.tw Subject: Re: ports/17612: x11-fonts/intlfonts crashes X (Big5 encoding) In-Reply-To: Message from "Michael Chin-Yuan Wu" of "Wed, 29 Mar 2000 19:45:18 CST." <02bf01bf99e9$9b347800$2204a018@austin.rr.com> Date: Thu, 30 Mar 2000 13:15:01 +0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <02bf01bf99e9$9b347800$2204a018@austin.rr.com>, "Michael Chin-Yuan Wu" writes: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >The taipei16/24 fonts are known to be buggy, gives xtt trouble, >crashes netscape, memory leaks, etc. >It is also very old [In addition to being ugly]. >Please try ports/chinese/kcfonts. There has been a discussion >of whether to remove the Taipei fonts altogether, but it was >kept for legacy reasons. > >- -- >keichii@bsdconspiracy.net >Wide Spread BSD Conspiracy to take over the world OS market > >Did you try mule? I assume you mean Emacs-mule, I prefer the XEmacs interface and I thought the mule support was common to both. I manually deleted the taipei fonts, exmh could still display big5 but still very ugly. XEmacs gave errors for missing big5 font. kcfonts has been installed on my computer for a long time and used by crxvt, but I see that the port had changed and now generates a fonts.alias. I pkg_deleted intlfonts, kcfonts and etlfonts then reinstalled kcfonts and etlfonts. Now XEmacs shows an error for the "HELLO" file: Unable to instantiate font for face default, charset japanese-jisx0212 This font only seems to be in intlfonts, the port japanese/x0212fonts was deleted last year acording to cvs repository. Good news is with just kcfonts and etlfonts 1) XEmacs big5 encoding is OK 2) exmh is much clearer, only a few characters are ugly. 3) xcin2.5 works. Seems I'm better off _without_ intlfonts. Best regards. --- Christopher Hall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 29 22: 0: 5 2000 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 C7DEB37B7D7 for ; Wed, 29 Mar 2000 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA63283; Wed, 29 Mar 2000 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC1137B711 for ; Wed, 29 Mar 2000 21:53:46 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA61153; Wed, 29 Mar 2000 21:53:45 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003300553.VAA61153@freefall.freebsd.org> Date: Wed, 29 Mar 2000 21:53:45 -0800 (PST) From: gshapiro+freebsd-bugs@gshapiro.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/17679: wicontrol should take multiple args on command line Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17679 >Category: bin >Synopsis: wicontrol should take multiple args on command line >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: Wed Mar 29 22:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: 3.4-STABLE >Organization: >Environment: FreeBSD monkeyboy.gshapiro.net 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Mar 21 22:25:47 PST 2000 root@monkeyboy.gshapiro.net:/usr/src/sys/compile/MONKEYBOY i386 >Description: wicontrol doesn't allow multiple changes in a single command. For example: wicontrol -i wi0 -P 1 -S 200 will only enable power save (-P) and will silently ignore the sleep time (-S) setting. >How-To-Repeat: >Fix: Remove the exit(0); statements in the switch section of main() >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 Mar 29 23:20:11 2000 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 D5C0237B7D7 for ; Wed, 29 Mar 2000 23:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA97600; Wed, 29 Mar 2000 23:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cs.rpi.edu (mumble.cs.rpi.edu [128.213.8.16]) by hub.freebsd.org (Postfix) with ESMTP id CFC2637B590 for ; Wed, 29 Mar 2000 23:11:09 -0800 (PST) (envelope-from crossd@cs.rpi.edu) Received: from monica.cs.rpi.edu (monica.cs.rpi.edu [128.213.7.2]) by cs.rpi.edu (8.9.3/8.9.3) with ESMTP id CAA35257 for ; Thu, 30 Mar 2000 02:11:08 -0500 (EST) Received: (from crossd@localhost) by monica.cs.rpi.edu (8.9.3/8.9.2) id CAA27589; Thu, 30 Mar 2000 02:11:08 -0500 (EST) Message-Id: <200003300711.CAA27589@monica.cs.rpi.edu> Date: Thu, 30 Mar 2000 02:11:08 -0500 (EST) From: "David E. Cross" Reply-To: crossd@cs.rpi.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17681: XDR does not handle 64bit data types correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17681 >Category: bin >Synopsis: XDR does not handle 64bit data types correctly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 29 23:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: David E. Cross >Release: FreeBSD 4.0-STABLE i386 >Organization: Rensselaer Polytechnic Institute Department of Computer Science Lab >Environment: Mixed big endian/little endian machines attempting to communicate. >Description: The XDR routines for 64bit data types do not propperly byte-swap the data. >How-To-Repeat: Write an NFSv4 Locking implimentation. Submit it for public testing, get back many error reports. >Fix: Apply the patch derived from NetBSD which is available at http://www.cs.rpi.edu/~crossd/FreeBSD/xdr.diff >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 Mar 30 3:51:34 2000 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 BEECF37B527; Thu, 30 Mar 2000 03:51:32 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA01051; Thu, 30 Mar 2000 03:51:32 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 30 Mar 2000 03:51:32 -0800 (PST) From: Message-Id: <200003301151.DAA01051@freefall.freebsd.org> To: jacob.lorensen@e-postboks.dk, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/17672: compile_et fails in kerberosIV Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: compile_et fails in kerberosIV State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Thu Mar 30 03:50:56 PST 2000 State-Changed-Why: Your How-To-Repeat is flawed. Please read RELENG_4's src/UPDATING. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 3:54:22 2000 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 B1BD237BB0B; Thu, 30 Mar 2000 03:54:20 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA01801; Thu, 30 Mar 2000 03:54:20 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 30 Mar 2000 03:54:20 -0800 (PST) From: Message-Id: <200003301154.DAA01801@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, wpaul@FreeBSD.org Subject: Re: bin/17679: wicontrol should take multiple args on command line Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wicontrol should take multiple args on command line Responsible-Changed-From-To: freebsd-bugs->wpaul Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Mar 30 03:53:12 PST 2000 Responsible-Changed-Why: I'm going to hand this over to the maintainer for consideration, but I can already see problems. At least -Z and -C may be mutually exclusive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 4: 0: 6 2000 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 449D437B6E3 for ; Thu, 30 Mar 2000 04:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA03528; Thu, 30 Mar 2000 04:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Mar 2000 04:00:03 -0800 (PST) Message-Id: <200003301200.EAA03528@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/17681: XDR does not handle 64bit data types correctly Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17681; it has been noted by GNATS. From: Sheldon Hearn To: crossd@cs.rpi.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17681: XDR does not handle 64bit data types correctly Date: Thu, 30 Mar 2000 13:57:38 +0200 On Thu, 30 Mar 2000 02:11:08 EST, "David E. Cross" wrote: > http://www.cs.rpi.edu/~crossd/FreeBSD/xdr.diff Let us know when that server accepts connections to port 80. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 4:30:10 2000 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 229E937BA3F for ; Thu, 30 Mar 2000 04:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA13094; Thu, 30 Mar 2000 04:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Mar 2000 04:30:04 -0800 (PST) Message-Id: <200003301230.EAA13094@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Subject: Re: kern/12248: CRON in malloc(): warning: pointer to wrong page Reply-To: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12248; it has been noted by GNATS. From: To: , Cc: Subject: Re: kern/12248: CRON in malloc(): warning: pointer to wrong page Date: Wed, 29 Mar 2000 13:11:28 +0200 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01BF9980.4B4E75C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I think this could be due to not doing a 'make clean; make depend' when = upgrading kernels. I recently had precisely this error, and found that I had not done the = clean/depend when upgrading. Try it and let me know. If this is the fault, then bug report should be that make clean and = depend should be the default, with only experts overrriding it. = Otherwise we'll (the BSD boys) get a bad reputation for reliaiblity. Gary ------=_NextPart_000_0003_01BF9980.4B4E75C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I think this could be due to not doing = a 'make=20 clean; make depend' when upgrading kernels.
 
I  recently had precisely this = error, and=20 found that I had not done the clean/depend when upgrading.
 
Try it and let me know.
 
If this is the fault, then bug report = should be=20 that make clean and depend should be the default, with only experts = overrriding=20 it.  Otherwise we'll (the BSD boys) get a bad reputation for=20 reliaiblity.
 
Gary
------=_NextPart_000_0003_01BF9980.4B4E75C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 4:40: 6 2000 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 F2DB537B732 for ; Thu, 30 Mar 2000 04:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA15694; Thu, 30 Mar 2000 04:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ada.eu.org (marvin.enst.fr [137.194.161.2]) by hub.freebsd.org (Postfix) with ESMTP id B3F5437B638 for ; Thu, 30 Mar 2000 04:36:23 -0800 (PST) (envelope-from sam@ada.eu.org) Received: from antinea.enst.fr (antinea.enst.fr [137.194.160.145]) by ada.eu.org (Postfix) with ESMTP id 53E3F19094 for ; Thu, 30 Mar 2000 14:36:21 +0200 (CEST) Received: by antinea.enst.fr (Postfix, from userid 1000) id F3197505; Thu, 30 Mar 2000 14:36:16 +0200 (CEST) Message-Id: <20000330123616.F3197505@antinea.enst.fr> Date: Thu, 30 Mar 2000 14:36:16 +0200 (CEST) From: sam@ada.eu.org Reply-To: sam@ada.eu.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17687: ipfilter is lacking behind the official version Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17687 >Category: bin >Synopsis: ipfilter is lacking behind the official version >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 Mar 30 04:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 5.0-CURRENT i386 >Organization: TELECOM Paris >Environment: >Description: Could the version of ipfilter in -current be upgraded? From what I read on the master site, the latest ipfilter is stable and well tested. >How-To-Repeat: >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 Mar 30 4:43:32 2000 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 33DFC37B672; Thu, 30 Mar 2000 04:43:31 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA16568; Thu, 30 Mar 2000 04:43:30 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 30 Mar 2000 04:43:30 -0800 (PST) From: Message-Id: <200003301243.EAA16568@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, darrenr@FreeBSD.org Subject: Re: bin/17687: ipfilter is lacking behind the official version Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ipfilter is lacking behind the official version Responsible-Changed-From-To: freebsd-bugs->darrenr Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Mar 30 04:43:05 PST 2000 Responsible-Changed-Why: Over to the ipfilter maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 5:20:16 2000 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 49D7F37BB83 for ; Thu, 30 Mar 2000 05:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA25376; Thu, 30 Mar 2000 05:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0E3C37B739 for ; Thu, 30 Mar 2000 05:12:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA23194; Thu, 30 Mar 2000 05:12:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003301312.FAA23194@freefall.freebsd.org> Date: Thu, 30 Mar 2000 05:12:14 -0800 (PST) From: stake@po.shiojiri.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17688: es_callback() in /sys/pci/es1370.c does not check play_speed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17688 >Category: kern >Synopsis: es_callback() in /sys/pci/es1370.c does not check play_speed >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 Mar 30 05:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Takefumi SAYO >Release: FreeBSD 3.4-RELEASE >Organization: personal >Environment: FreeBSD vipal5.my.domain 3.4-RELEASE FreeBSD 3.4-RELEASE #8: Thu Mar 30 20:52:00 JST 2000 alan@vipal5.my.domain:/usr/src/sys/compile/VIPAL5 i386 >Description: es_callback() in /sys/pci/es1370.c does not check play_speed, so an invalid ioctl() causes integer divide fault in kernel mode. >How-To-Repeat: set 0 as SNDCTL_DSP_SPEED speed = 0; ioctl(fd, SNDCTL_DSP_SPEED, &speed); >Fix: Here is a temporary patch to avoid this problem. *** /sys/pci/es1370.c.orig Wed Nov 17 04:17:50 1999 --- /sys/pci/es1370.c Thu Mar 30 20:51:42 2000 *************** *** 753,759 **** es1371_dac1_rate(d,d->play_speed,1); /* codec FM DAC */ /* NOT used */ es1371_adc_rate(d, d->rec_speed, 1); /* record */ } else /* 1370 */ { ! es->ctrl = (es->ctrl & ~CTRL_PCLKDIV) | (DAC2_SRTODIV(d->play_speed) << CTRL_SH_PCLKDIV); } snd_set_blocksize(d); --- 753,767 ---- es1371_dac1_rate(d,d->play_speed,1); /* codec FM DAC */ /* NOT used */ es1371_adc_rate(d, d->rec_speed, 1); /* record */ } else /* 1370 */ { ! int play_speed; ! ! play_speed = d->play_speed; ! RANGE(play_speed, 4000, 48000); ! if ((es_debug > 0) && (play_speed != d->play_speed)) ! printf("es_callback play_speed modified %d -> %d\n", ! d->play_speed, play_speed); ! d->play_speed = play_speed; ! es->ctrl = (es->ctrl & ~CTRL_PCLKDIV) | (DAC2_SRTODIV(d->play_speed) << CTRL_SH_PCLKDIV); } snd_set_blocksize(d); >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 Mar 30 6:34: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from gilgamesch.bik-gmbh.de (T1-Hansenet.BIK-GmbH.de [192.76.134.246]) by hub.freebsd.org (Postfix) with ESMTP id 5A17137BB8D for ; Thu, 30 Mar 2000 06:34:00 -0800 (PST) (envelope-from cracauer@gilgamesch.bik-gmbh.de) Received: (from cracauer@localhost) by gilgamesch.bik-gmbh.de (8.9.3/8.7.3) id QAA17784; Thu, 30 Mar 2000 16:33:42 +0200 (MET DST) Date: Thu, 30 Mar 2000 16:33:42 +0200 From: Martin Cracauer To: Yuan-Chen Cheng Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: gnu/13438: objc forward core dump using system cc Message-ID: <20000330163342.A16754@cons.org> References: <200003271010.CAA14968@freefall.freebsd.org> <20000327143141.A17693@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000327143141.A17693@cons.org>; from cracauer@cons.org on Mon, Mar 27, 2000 at 02:31:42PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In <20000327143141.A17693@cons.org>, Martin Cracauer wrote: > In <200003271010.CAA14968@freefall.freebsd.org>, Yuan-Chen Cheng wrote: > > The following reply was made to PR gnu/13438; it has been noted by GNATS. > > > > From: Yuan-Chen Cheng > > To: freebsd-gnats-submit@FreeBSD.org, ycheng@sinica.edu.tw > > Cc: > > Subject: Re: gnu/13438: objc forward core dump using system cc > > Date: Mon, 27 Mar 2000 18:09:15 +0800 > > > > no more core dump on freebsd 4.0-RELEASE (on K6) > > but the output value is still wrong. > > This is most probably an occurance of a double casted to int, but > being too big for the int. (A reason why exception can be good, BTW). > > If you'd like to investigate, you could build a libgobjc.a with debug, > then insert > fpsetmask(FP_X_INV); > at the beginning of main(), then run the program linked with the -g > library in gdb and see which source line thows the exception. ping? Are you listening? Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ BSD User Group Hamburg, Germany http://www.bsdhh.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 7:20: 6 2000 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 036FA37BC61 for ; Thu, 30 Mar 2000 07:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA19706; Thu, 30 Mar 2000 07:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Mar 2000 07:20:04 -0800 (PST) Message-Id: <200003301520.HAA19706@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David E. Cross" Subject: Re: bin/17681: XDR does not handle 64bit data types correctly Reply-To: "David E. Cross" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17681; it has been noted by GNATS. From: "David E. Cross" To: Sheldon Hearn Cc: crossd@cs.rpi.edu, FreeBSD-gnats-submit@FreeBSD.ORG, crossd@cs.rpi.edu Subject: Re: bin/17681: XDR does not handle 64bit data types correctly Date: Thu, 30 Mar 2000 10:13:24 -0500 It does now. *sigh* -- David Cross | email: crossd@cs.rpi.edu Acting Lab Director | NYSLP: FREEBSD Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd Rensselaer Polytechnic Institute, | Ph: 518.276.2860 Department of Computer Science | Fax: 518.276.4033 I speak only for myself. | WinNT:Linux::Linux:FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 8: 0: 5 2000 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 219E637B5AC for ; Thu, 30 Mar 2000 08:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA28551; Thu, 30 Mar 2000 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 687D737B6E2 for ; Thu, 30 Mar 2000 07:59:37 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA28423; Thu, 30 Mar 2000 07:59:37 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003301559.HAA28423@freefall.freebsd.org> Date: Thu, 30 Mar 2000 07:59:37 -0800 (PST) From: M.Indlekofer@fz-juelich.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17690: SCSI hangs on SMP kernel (4.0-RELEASE) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17690 >Category: i386 >Synopsis: SCSI hangs on SMP kernel (4.0-RELEASE) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 30 08:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Michael Indlekofer >Release: 4.0-RELEASE >Organization: Forschungszentrum Juelich GmbH, Germany >Environment: FreeBSD deanna.isi.kfa-juelich.de 4.0-RELEASE FreeBSD 4.0-RELEASE #3: Thu Mar 30 15:50:03 CEST 2000 root@deanna.isi.kfa-juelich.de:/usr/src/sys/compile/MYKERNEL.3 i386 >Description: SMP kernel (4.0-RELEASE) on dual PentiumII system hangs in SCSI probe phase at boot time. Infinite loop of SCSI bus resets (probeX:ahc0:0:X:0 SCB ... timeout...). Non-SMP kernel (4.0-RELEASE) works. SMP kernel (3.1-RELEASE) worked without problems. Hardware: Dual PentiumII 450MHz (ASUS P2B-DS mainboard) Adaptec aic7890/91 Ultra2 SCSI adapter on board >How-To-Repeat: e.g. /sys/i386/conf/GENERIC SMP activated kernel: remove cpu I386_CPU and cpu I486_CPU, enable options SMP and options APIC_IO >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 Mar 30 8:30: 8 2000 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 03B8837B5E7 for ; Thu, 30 Mar 2000 08:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA35471; Thu, 30 Mar 2000 08:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Mar 2000 08:30:03 -0800 (PST) Message-Id: <200003301630.IAA35471@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Patrick Bihan-Faou" Subject: Re: kern/17492: There is a bug in SIOCGIFCONF ioctl code Reply-To: "Patrick Bihan-Faou" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17492; it has been noted by GNATS. From: "Patrick Bihan-Faou" To: , Cc: Subject: Re: kern/17492: There is a bug in SIOCGIFCONF ioctl code Date: Thu, 30 Mar 2000 11:27:41 -0500 This bug is the same as described in PR kern/17311. Basically what goes wrong is that the variable "space" can be decremented too much resulting in a negative number. Then, when you do a compare between space and sizeof(xxx) to verify if there is enough room for the next interface config structure, the comparison succeeds because with the "signed" int (space) gets silently casted to an "unsigned" int, (which of course is fairly large). PR 17311 contains a more complete fix than just changing all sizeof(xxx) to (int)sizeof(xxx), which may result in incomplete structures being copied over. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 9:50: 8 2000 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 578BC37B84F for ; Thu, 30 Mar 2000 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA62064; Thu, 30 Mar 2000 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from karon.dynas.se (karon.dynas.se [192.71.43.4]) by hub.freebsd.org (Postfix) with SMTP id 6014537B664 for ; Thu, 30 Mar 2000 09:49:29 -0800 (PST) (envelope-from mikko@mt.dynas.se) Received: (qmail 7930 invoked from network); 30 Mar 2000 17:49:27 -0000 Received: from spirit.sto.dynas.se (HELO spirit.dynas.se) (172.16.1.10) by karon.sto.dynas.se with SMTP; 30 Mar 2000 17:49:27 -0000 Received: (qmail 2071 invoked from network); 30 Mar 2000 17:49:27 -0000 Received: from mt.dynas.se (172.16.1.144) by spirit.dynas.se with SMTP; 30 Mar 2000 17:49:27 -0000 Received: (from mikko@localhost) by mt.dynas.se (8.9.3/8.9.3) id TAA00862; Thu, 30 Mar 2000 19:03:47 +0200 (CEST) (envelope-from mikko) Message-Id: <200003301703.TAA00862@mt.dynas.se> Date: Thu, 30 Mar 2000 19:03:47 +0200 (CEST) From: mikko@dynas.se Reply-To: mikko@dynas.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17694: wcstombs() and mbstowcs() unable to handle NULL argument Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17694 >Category: bin >Synopsis: wcstombs(), mbstowcs() not complying with standard >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 Mar 30 09:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mikko Työläjärvi >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: FreeBSD 4.0 and 5.x >Description: Looks like these two functions are supposed to be able to take a NULL destination pointer (the first one), in which case they should return the length required to do the actual copy. Stubled across this whilst porting code that made use of this feature to figure out how much memory to allocate. C.f. Solaris man-pages (e.g. at docs.sun.com) and "Single UNIX Specification" at "If s is a null pointer, wcstombs() returns the length required to convert the entire array regardless of the value of n, but no values are stored. function returns the number of bytes required for the character array." ["s" is the output string] and "If pwcs is a null pointer, mbstowcs() returns the length required to convert the entire array regardless of the value of n, but no values are stored." ["pwcs" is the output string] >How-To-Repeat: #include #include int main(int argc, char **argv) { int len; setlocale(LC_ALL, "C"); len = mbstowcs(NULL, "SE", 0); printf("len = %d (should be 2)\n", len); } >Fix: Suggested patch (actually somewhat tested with different arguments, but not in real multibyte locales, and relies on all flavours of sputrune being able to handle NULL args): --- ansi.c.org Thu Mar 30 18:45:34 2000 +++ ansi.c Thu Mar 30 18:44:57 2000 @@ -103,16 +103,22 @@ size_t n; { char const *e; + wchar_t wc; int cnt = 0; - if (!pwcs || !s) + if (!s) return (-1); - while (n-- > 0) { - *pwcs = sgetrune(s, MB_LEN_MAX, &e); - if (*pwcs == _INVALID_RUNE) + for (;;) { + wc = sgetrune(s, MB_LEN_MAX, &e); + if (wc == _INVALID_RUNE) return (-1); - if (*pwcs++ == 0) + if (pwcs) { + if (n-- <= 0) + break; + *pwcs++ = wc; + } + if (wc == 0) break; s = e; ++cnt; @@ -129,23 +135,27 @@ char *e; int cnt, nb; - if (!pwcs || !s || n > INT_MAX) + if (!pwcs || n > INT_MAX) return (-1); - nb = n; cnt = 0; - while (nb > 0) { + for (;;) { if (*pwcs == 0) { - *s = 0; + if (s) + *s = 0; break; } - if (!sputrune(*pwcs++, s, nb, &e)) + if (!(nb = sputrune(*pwcs++, s, nb, &e))) return (-1); /* encoding error */ if (!e) /* too long */ return (cnt); - cnt += e - s; - nb -= e - s; - s = e; + cnt += nb; + n -= nb; + if (s) { + if (n <= 0) + break; + s = e; + } } return (cnt); } >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 Mar 30 10:20: 8 2000 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 9DC0F37BAA9 for ; Thu, 30 Mar 2000 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA74811; Thu, 30 Mar 2000 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from isabase.philol.msu.ru (isabase.philol.msu.ru [195.208.217.73]) by hub.freebsd.org (Postfix) with ESMTP id D358E37B916 for ; Thu, 30 Mar 2000 10:17:00 -0800 (PST) (envelope-from grg@isabase.philol.msu.ru) Received: (from grg@localhost) by isabase.philol.msu.ru (8.9.3/8.9.2) id WAA00800; Thu, 30 Mar 2000 22:16:54 +0400 (MSD) (envelope-from grg) Message-Id: <200003301816.WAA00800@isabase.philol.msu.ru> Date: Thu, 30 Mar 2000 22:16:54 +0400 (MSD) From: grg@philol.msu.ru Reply-To: grg@philol.msu.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17695: Vibra16X sound card doesn't record audio using pcm driver in FreeBSD 4.0-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17695 >Category: kern >Synopsis: Vibra16X sound card doesn't record audio using pcm driver in FreeBSD 4.0-STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 30 10:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Grigoriy Strokin >Release: FreeBSD 4.0-STABLE i386 >Organization: Moscow University >Environment: FreeBSD isabase.philol.msu.ru 4.0-STABLE FreeBSD 4.0-STABLE #5: Thu Mar 30 21:57:26 MSD 2000 grg@isabase.philol.msu.ru:/usr/src/sys/compile/ISABASE i386 The sound card is ISA, behaves as a PnP card and is detected as Creative ViBRA16X. kernel config I have the following lines in my config: # (also tried with the this option commented out) options PNPBIOS # (also tried as "device pcm0 at isa? irq 5 drq 1 flags 0x15", to # try forcing the card be detected as non-PnP, with the only # effect of appearing "pcm1" instead of "pcm0" in dmesg) device pcm # (also tried with this device commented out # and also "device sbc0 at isa? port 0x220 irq 5 drq 1 # flags 0x15", # effect of appearing "sbc1" instead of "sbc0" in dmesg) device sbc BIOS setup ----------- FreeBSD isabase.philol.msu.ru 4.0-STABLE FreeBSD 4.0-STABLE #5: Thu Mar 30 21:57:26 MSD 2000 grg@isabase.philol.msu.ru:/usr/src/sys/compile/ISABASE i386 The sound card is ISA, behaves as a PnP card and is detected as Creative ViBRA16X. kernel config ------------- I have the following lines in my config: # (also tried with the this option commented out) options PNPBIOS # (also tried as "device pcm0 at isa? irq 5 drq 1 flags 0x15", to # try forcing the card be detected as non-PnP, with the only # effect of appearing "pcm1" instead of "pcm0" in dmesg) device pcm # (also tried with this device commented out # and also "device sbc0 at isa? port 0x220 irq 5 drq 1 # flags 0x15", # effect of appearing "sbc1" instead of "sbc0" in dmesg) device sbc BIOS setup ----------- All configurations have been tried with both "PnP OS installed: Yes" and "PnP OS installed: No", without any effect the behaviour of the card. dmesg ----- The messages in dmesg related to audio and PnP are as follows: 1) With "options PNPBIOS": unknown: can't assign resources unknown0: at port 0-0xf,0x81-0x83,0x87,0x89-0x8b,0x8f-0x91,0xc0-0xdf drq 4 on isa0 unknown1: at port 0x40-0x43 irq 0 on isa0 unknown2: at port 0x70-0x71 irq 8 on isa0 unknown: can't assign resources unknown: can't assign resources unknown3: at port 0xf0-0xff irq 13 on isa0 unknown4: at iomem 0-0x9ffff,0xfffe0000-0xffffffff,0x100000-0x3ffffff on isa0 unknown5: at iomem 0xf0000-0xf3fff,0xf4000-0xf7fff,0xf8000-0xfbfff,0xfc000-0xfffff on isa0 unknown6: at port 0x294-0x297,0x4d0-0x4d1,0xcf8-0xcff,0x480-0x48f,0x4000-0x403f,0x5000-0x501f on +isa0 unknown7: at port 0x208-0x20f on isa0 unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,3 on isa0 sbc0: setting card to irq 5, drq 1, 3 pcm0: on sbc0 unknown8: at port 0x201 on isa0 2) Without "options PNPBIOS": sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,3 on isa0 sbc0: setting card to irq 5, drq 1, 3 pcm0: on sbc0 unknown0: at port 0x201 on isa0 >Description: Playback of .au, .wav, .mp3 works as expected. However, when I attempt to record an .au or .wav with the 'rec' program from sox, e. g.: grg@isabase.1:~$ rec a.au Send break (control-c) to end recording I cant interrupt the recording with pressing control-c one or several times: the "^C" is just printed on the terminal, and the program won't stop. If I press "^\" (quit), "^\" is printed, and there is no any effect for more than 3 seconds, and only after that I see "Quit - core dumped". The resulting file, a.au has zero length. It looks like device timeout for me. However, there are no any messages on the console except: /kernel: pid 7403 (sox), uid 1001: exited on signal 3 (core dumped) Also, I try to record using the 'lrecord' command from ESPS/waves+, a commercial software equipment compiled for Linux (lrecord states for Linux-record). lrecord worked for me on FreeBSD 3.4. Now I get the following: grg@isabase.1:~$ lrecord a.sd [then I press ^C] Problems writing samples at sample number 0 No samples collected! Both 'rec' and 'lrecord' worked for me under FreeBSD 3.4-STABLE. >How-To-Repeat: Install sox-12.16 port and try to record audio by typing $ rec a.au The program won't stop after pressing ^C nor will it write anything to a.au >Fix: I don't know. >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 Mar 30 11:30:14 2000 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 B0B1037BE87 for ; Thu, 30 Mar 2000 11:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA02047; Thu, 30 Mar 2000 11:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Mar 2000 11:30:04 -0800 (PST) Message-Id: <200003301930.LAA02047@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/17694: wcstombs() and mbstowcs() unable to handle NULL argument Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17694; it has been noted by GNATS. From: Bruce Evans To: mikko@dynas.se Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17694: wcstombs() and mbstowcs() unable to handle NULL argument Date: Fri, 31 Mar 2000 05:27:52 +1000 (EST) > ... > >Synopsis: wcstombs(), mbstowcs() not complying with standard > ... > >Description: > > Looks like these two functions are supposed to be able to take > a NULL destination pointer (the first one), in which case they > should return the length required to do the actual copy. This is a nonstandard extension. It is not present in C89 or in at least the n869 draft of C99. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 12:10: 7 2000 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 18FA837B70E for ; Thu, 30 Mar 2000 12:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA10597; Thu, 30 Mar 2000 12:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Mar 2000 12:10:03 -0800 (PST) Message-Id: <200003302010.MAA10597@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jacques A . Vidrine" Subject: Re: bin/13383 sys/netinet/in.h violates C++ spec. Reply-To: "Jacques A . Vidrine" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13383; it has been noted by GNATS. From: "Jacques A . Vidrine" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/13383 sys/netinet/in.h violates C++ spec. Date: Thu, 30 Mar 2000 14:06:49 -0600 I believe this PR should be closed with no action, because: + Recent activities by the C++ Standards working group indicates that though the current version of the standard prohibits structures like ip_opts, this was a mistake made in 1996 that will be corrected in a future version of the standard (excerpt below, snarfed from http://wwwold.dkuug.dk/JTC1/SC22/WG21/docs/core8.htm). + egcs allows this construction when it is encountered within ``extern "C"'' . This is non-standard, but practical. This feature was added by Jason Merrill in revision 1.282 of gcc/cp/decl.c on 12 Dec 1998. ===== begin excerpt ===== Document number: J16/99-0032 = WG21 N1208 Date: 23 February, 2000 Project: Programming Language C++ Reference: ISO/IEC IS 14882:1998(E) Reply to: William M. Miller wmm@fastdial.net C++ Standard Core Language Issues List, Revision 9 80. Class members with same name as class Section: 9.2 class.mem Status: review Submitter: Jason Merrill Date: 5 Dec 1998 Between the May '96 and September '96 working papers, the text in 9.2 class.mem paragraph 13: If T is the name of a class, then each of the following shall have a name different from T: + every static data member of class T; was changed by removing the word 'static'. Looking over the meeting minutes from Stockholm, none of the proposals seem to include this change, which breaks C compatibility and is not mentioned in the compatibility annex. Was this change actually voted in by the committee? Specifically, this breaks /usr/include/netinet/in.h under Linux, in which "struct ip_opts" shares its name with one of its members. Proposed resolution (10/99): 1. Change the first bullet of 9.2 class.mem paragraph 13 to say + every static data member of class T; 2. Add another paragraph before 9.2 class.mem paragraph 14, reading In addition, if class T has a user-declared constructor (12.1 class.ctor ), every nonstatic data member of class T shall have a name different from T. ===== end excerpt ===== -- Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 12:30: 5 2000 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 206D337BF23 for ; Thu, 30 Mar 2000 12:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA14708; Thu, 30 Mar 2000 12:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACC7537BAA9 for ; Thu, 30 Mar 2000 12:26:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA13946; Thu, 30 Mar 2000 12:26:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003302026.MAA13946@freefall.freebsd.org> Date: Thu, 30 Mar 2000 12:26:56 -0800 (PST) From: bsd-bug@hunter13.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17697: Boot floppy+local ftp upgrade from 3.4/install from scratch of 4.0-RELEASE fails with MAKEDEV sig 11 - core dumped during 'Making devices' stage on a Seagate 4.3GB IDE drive Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17697 >Category: kern >Synopsis: Boot floppy+local ftp upgrade from 3.4/install from scratch of 4.0-RELEASE fails with MAKEDEV sig 11 - core dumped during 'Making devices' stage on a Seagate 4.3GB IDE drive >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 30 12:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: R. Yeardley >Release: 4.0-RELEASE >Organization: >Environment: Unable to obtain due to installation failure. >Description: When installing either over the top of 3.4 or from scratch via local ftp everything is unpacked successfully. 'Making devices' pops up and after a minute or so comes up with 'MAKEDEV Returned non-zero result code'. Flipping to the shell which displays installation information shows that every 'MAKEDEV /dev/XXX' has failed with 'sig 11 - bus error - core dumped'. Error occurs when using Seagate 4.3GB IDE disk, but installation succeeds when using an old Samsung 500MB IDE disk. >How-To-Repeat: Boot using kern.flp+mfsroot.flp floppies Set to install from ftp server on private LAN Select any install method (eg. Custom) Select bin/man/catpages + any others of your choice Partition and label drive using defaults Commit Distributions are unpacked Begins making devices Error: MAKEDEV returned non-zero result code Flip to other shell (ALT-F2) >Fix: Installation worked on a Samsung 500MB IDE disk (approx 4 years old) >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 Mar 30 12:45:32 2000 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 33DDE37B8F1; Thu, 30 Mar 2000 12:45:31 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA17734; Thu, 30 Mar 2000 12:45:30 -0800 (PST) (envelope-from nectar@FreeBSD.org) Date: Thu, 30 Mar 2000 12:45:30 -0800 (PST) From: Message-Id: <200003302045.MAA17734@freefall.freebsd.org> To: nectar@FreeBSD.org, freebsd-bugs@FreeBSD.org, nectar@FreeBSD.org Subject: Re: bin/13383: sys/netinet/in.h violates C++ spec. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sys/netinet/in.h violates C++ spec. Responsible-Changed-From-To: freebsd-bugs->nectar Responsible-Changed-By: nectar Responsible-Changed-When: Thu Mar 30 12:44:56 PST 2000 Responsible-Changed-Why: I already invested too much time in this :-) so I might as well follow through. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 12:50: 9 2000 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 2A80037BDF2 for ; Thu, 30 Mar 2000 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA18607; Thu, 30 Mar 2000 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (Postfix) with ESMTP id A955F37BF23 for ; Thu, 30 Mar 2000 12:42:06 -0800 (PST) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.9.3/8.9.3) id WAA29110; Thu, 30 Mar 2000 22:43:03 +0200 (CEST) (envelope-from k) Message-Id: <200003302043.WAA29110@numeri.campus.luth.se> Date: Thu, 30 Mar 2000 22:43:03 +0200 (CEST) From: Johan Karlsson Reply-To: k@numeri.campus.luth.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17698: [PATCH] Let Makefile.inc1 installkernel install multiple kernels Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17698 >Category: kern >Synopsis: [PATCH] Let Makefile.inc1 installkernel install multiple kernels >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: Thu Mar 30 12:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Johan Karlsson >Release: FreeBSD 4.0-RELEASE i386 >Organization: >Environment: numeri# ident Makefile.inc1 sys/conf/Makefile.i386 Makefile.inc1: $FreeBSD: src/Makefile.inc1,v 1.141.2.1 2000/03/30 13:08:32 sheldonh Exp $ sys/conf/Makefile.i386: $FreeBSD: src/sys/conf/Makefile.i386,v 1.179 2000/01/23 12:24:47 peter Exp $ numeri# >Description: Currently only the first kernel in ${KERNEL} get installed by the installkernel target in ${SRC}/Makefile.inc1. Moreover, it gets installed as ${KERNEL} not 'kernel' It would be nice to be able to install multiple kernel and have them named nicely. To do this I have added a new variable INSTKERNEL to ${SRC}/sys/conf/Makefile.i386 (should be added to Makefile.alpha and Makefile.pc98 as well but I can not test on these mashines). The kernel gets installed as ${INSTKERNEL} (which defaults to ${KERNEL}) instead of ${KERNEL} in ${DESTDIR}. I have also patched ${SRC}/Makefile.inc1 to install all valid kernels in ${KERNEL}. The first kernel is installed as ${INSTKERNEL} (which defaults to 'kernel') and the following are installed as ${INSTKERNEL}.${FOO} in ${DESTDIR}. w/o the attached patch =============== numeri# make KERNEL='GENERIC NEWCARD' installkernel cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 MACHINE=i386 KERNEL=GENERIC make install install -c -m 555 -o root -g wheel -fschg GENERIC /GENERIC numeri# =============== w/ the attached patch (note that I've set INSTKERNEL=Kernel) =============== numeri# make KERNEL='GENERIC NEWCARD GENERIC' INSTKERNEL=Kernel installkernel -------------------------------------------------------------- >How-To-Repeat: >Fix: --- Makefile.inc1.orig Thu Mar 30 20:10:14 2000 +++ Makefile.inc1 Thu Mar 30 22:39:13 2000 @@ -339,6 +339,7 @@ # properly. KERNEL?= GENERIC GENERIC98 +INSTKERNEL?= kernel # The only exotic MACHINE_ARCH/MACHINE combination valid at this # time is i386/pc98. In all other cases set MACHINE equal to @@ -357,11 +358,14 @@ BUILDKERNELS= INSTALLKERNEL= +INSTALLKERNELS= .for _kernel in ${KERNEL} .if exists(${KRNLCONFDIR}/${_kernel}) BUILDKERNELS+= ${_kernel} .if empty(INSTALLKERNEL) INSTALLKERNEL= ${_kernel} +.else +INSTALLKERNELS+= ${_kernel} .endif .endif .endfor @@ -392,12 +396,25 @@ # # installkernel # -# Install the kernel defined by INSTALLKERNEL +# Install the kernel defined by INSTALLKERNEL and INSTALLKERNELS # installkernel: + @echo + @echo "--------------------------------------------------------------" + @echo ">>> Installing kernel(s)" + @echo "--------------------------------------------------------------" + @echo "===> ${INSTALLKERNEL} as ${DESTDIR}/${INSTKERNEL}" cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \ ${IMAKEENV} MACHINE=${MACHINE} KERNEL=${INSTALLKERNEL} \ - ${MAKE} install + INSTKERNEL=${INSTKERNEL} ${MAKE} install +.for _kernel in ${INSTALLKERNELS} + @echo "===> ${_kernel} as ${DESTDIR}/${INSTKERNEL}.${_kernel}" + cd ${KRNLOBJDIR}/${_kernel}; \ + ${IMAKEENV} MACHINE=${MACHINE} KERNEL=${_kernel} \ + INSTKERNEL=${INSTKERNEL}.${_kernel} ${MAKE} install +.endfor + + # # update --- sys/conf/Makefile.i386.orig Thu Mar 30 21:26:22 2000 +++ sys/conf/Makefile.i386 Thu Mar 30 20:59:19 2000 @@ -21,6 +21,7 @@ # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel +INSTKERNEL?= ${KERNEL} STD8X16FONT?= iso .if !defined(S) @@ -197,16 +198,16 @@ echo "You must build a kernel first." ; \ exit 1 ; \ fi -.if exists(${DESTDIR}/${KERNEL}) - -chflags noschg ${DESTDIR}/${KERNEL} - mv ${DESTDIR}/${KERNEL} ${DESTDIR}/${KERNEL}.old +.if exists(${DESTDIR}/${INSTKERNEL}) + -chflags noschg ${DESTDIR}/${INSTKERNEL} + mv ${DESTDIR}/${INSTKERNEL} ${DESTDIR}/${INSTKERNEL}.old .endif install -c -m 555 -o root -g wheel -fschg \ - ${KERNEL}${.TARGET:S/install//} ${DESTDIR}/${KERNEL} + ${KERNEL}${.TARGET:S/install//} ${DESTDIR}/${INSTKERNEL} reinstall reinstall.debug: install -c -m 555 -o root -g wheel -fschg \ - ${KERNEL}${.TARGET:S/reinstall//} ${DESTDIR}/${KERNEL} + ${KERNEL}${.TARGET:S/reinstall//} ${DESTDIR}/${INSTKERNEL} config.o: ${NORMAL_C} >Release-Note: >Audit-Trail: >Unformatted: >>> Installing kernel(s) -------------------------------------------------------------- ===> GENERIC as /Kernel cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr /libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 MACHINE=i386 KERNEL=GENERIC INSTKERNEL=Kernel make install chflags noschg /Kernel mv /Kernel /Kernel.old install -c -m 555 -o root -g wheel -fschg GENERIC /Kernel ===> NEWCARD as /Kernel.NEWCARD cd /usr/obj/usr/src/sys/NEWCARD; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr /libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 MACHINE=i386 KERNEL=NEWCARD INSTKERNEL=Kernel.NEWCARD make install chflags noschg /Kernel.NEWCARD mv /Kernel.NEWCARD /Kernel.NEWCARD.old install -c -m 555 -o root -g wheel -fschg NEWCARD /Kernel.NEWCARD ===> GENERIC as /Kernel.GENERIC cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr /libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 MACHINE=i386 KERNEL=GENERIC INSTKERNEL=Kernel.GENERIC make install chflags noschg /Kernel.GENERIC mv /Kernel.GENERIC /Kernel.GENERIC.old install -c -m 555 -o root -g wheel -fschg GENERIC /Kernel.GENERIC numeri# =============== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 12:53:53 2000 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 59F2537B8D1; Thu, 30 Mar 2000 12:53:52 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA19303; Thu, 30 Mar 2000 12:53:51 -0800 (PST) (envelope-from nectar@FreeBSD.org) Date: Thu, 30 Mar 2000 12:53:51 -0800 (PST) From: Message-Id: <200003302053.MAA19303@freefall.freebsd.org> To: nectar@FreeBSD.org, freebsd-bugs@FreeBSD.org, nectar@FreeBSD.org Subject: Re: bin/10511: incorrect return value in kvm_read(3) and kvm_write(3) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: incorrect return value in kvm_read(3) and kvm_write(3) Responsible-Changed-From-To: freebsd-bugs->nectar Responsible-Changed-By: nectar Responsible-Changed-When: Thu Mar 30 12:45:40 PST 2000 Responsible-Changed-Why: Blame me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 13: 3:52 2000 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 95F6437B93F; Thu, 30 Mar 2000 13:03:50 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA21039; Thu, 30 Mar 2000 13:03:50 -0800 (PST) (envelope-from nectar@FreeBSD.org) Date: Thu, 30 Mar 2000 13:03:50 -0800 (PST) From: Message-Id: <200003302103.NAA21039@freefall.freebsd.org> To: rse@engelschall.com, nectar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/17656: conflicts with C++ "class" reserverd word Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: conflicts with C++ "class" reserverd word State-Changed-From-To: open->closed State-Changed-By: nectar State-Changed-When: Thu Mar 30 13:00:55 PST 2000 State-Changed-Why: Duplicate PR, see misc/11670. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 13:10: 7 2000 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 46FDA37B732 for ; Thu, 30 Mar 2000 13:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA22288; Thu, 30 Mar 2000 13:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Mar 2000 13:10:03 -0800 (PST) Message-Id: <200003302110.NAA22288@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Subject: Re: bin/17694: wcstombs() and mbstowcs() unable to handle NULL argument Reply-To: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17694; it has been noted by GNATS. From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= To: bde@zeta.org.au Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17694: wcstombs() and mbstowcs() unable to handle NULL argument Date: Thu, 30 Mar 2000 23:08:42 +0200 (CEST) But everybody else has it... Seriously, though: I have not been able to find *any* other implementation that does not support this behaviour (HP-UX, AIX, Irix, Solaris and Linux/RH6.1). They must have gotten the idea *somewhere*... I wouldn't even have noticed had not the stuff I was porting started to mysteriously fail. /Mikko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 13:10:17 2000 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 A214E37C0FD for ; Thu, 30 Mar 2000 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA22278; Thu, 30 Mar 2000 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cgmd76206.chello.nl (cgmd76206.chello.nl [212.83.76.206]) by hub.freebsd.org (Postfix) with ESMTP id 2322437C33C for ; Thu, 30 Mar 2000 13:05:24 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: (from edwin@localhost) by cgmd76206.chello.nl (8.9.3/8.9.3) id XAA01456; Thu, 30 Mar 2000 23:05:17 +0200 (CEST) (envelope-from mavetju@chello.nl) Message-Id: <200003302105.XAA01456@cgmd76206.chello.nl> Date: Thu, 30 Mar 2000 23:05:17 +0200 (CEST) From: Edwin.Groothuis@cgmd76206.chello.nl Reply-To: To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/17699: Support for dutch keyboards Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17699 >Category: conf >Synopsis: Support for dutch keyboards in the console and X >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 Mar 30 13:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 3.4-RELEASE i386 >Organization: - >Environment: FreeBSD 3.4 on a computer with a dutch keyboard >Description: A dutch keyboard has a different layout than 'normal' keyboard, for example to produce a { or } you have to use the right-alt-key. With these two keymaps (one for the console, one for X) it's possible to support these keyboards. >How-To-Repeat: - >Fix: Xmodmap.dutch: ! ! X keyboard for dutch keyboards by Edwin Groothuis ! created for Jeroen v. Yperen ! ! For people who are wondering, dutch keyboard are of the old IBM ones ! which have a different right ALT key (ALT-GR) to select subkeys ! like {} for example. ! ! Usage: Copy this file in your homedirectory as .Xmodmap ! ! still missing: ! altgr-R for pi ! altgr-S for ringel-s ! altgr-z for << ! altgr-x for >> ! altgr-c for a C with a | through it ! altgr-@ for --. ! altgr-4 for 1/4 ! altgr-5 for 1/2 ! altgr-6 for 3/4 ! altgr-7 for pound ! altgr-~ for an inverted questionmark ! altgr-M for mu ! clear mod1 add mod1 = Alt_L ! keycode 8 = keycode 9 = Escape keycode 10 = 1 exclam 1 keycode 11 = 2 quotedbl 2 keycode 12 = 3 numbersign 3 keycode 13 = 4 dollar keycode 14 = 5 percent keycode 15 = 6 ampersand keycode 16 = 7 underscore keycode 17 = 8 parenleft braceleft keycode 18 = 9 parenright braceright keycode 19 = 0 apostrophe keycode 20 = slash question backslash ! ! actually it's a strange o floating above the middle of the character ! keycode 21 = space asciitilde keycode 22 = BackSpace keycode 23 = Tab ISO_Left_Tab keycode 24 = q Q keycode 25 = w W keycode 26 = e E keycode 27 = r R keycode 28 = t T keycode 29 = y Y keycode 30 = u U keycode 31 = i I keycode 32 = o O keycode 33 = p P ! ! actually it's a small o just above the center of the character, ! like in degree celsius for example. ! keycode 34 = space asciicircum keycode 35 = asterisk bar keycode 36 = Return keycode 37 = Control_L keycode 38 = a A keycode 39 = s S keycode 40 = d D keycode 41 = f F keycode 42 = g G keycode 43 = h H keycode 44 = j J keycode 45 = k K keycode 46 = l L keycode 47 = plus keycode 48 = apostrophe grave keycode 49 = at keycode 50 = Shift_L keycode 51 = less greater keycode 52 = z Z keycode 53 = x X keycode 54 = c C keycode 55 = v V keycode 56 = b B keycode 57 = n N keycode 58 = m M keycode 59 = comma semicolon keycode 60 = period colon period keycode 61 = minus equal keycode 62 = Shift_R keycode 63 = KP_Multiply keycode 64 = Alt_L Meta_L keycode 65 = space keycode 66 = Caps_Lock keycode 67 = F1 keycode 68 = F2 keycode 69 = F3 keycode 70 = F4 keycode 71 = F5 keycode 72 = F6 keycode 73 = F7 keycode 74 = F8 keycode 75 = F9 keycode 76 = F10 keycode 77 = Num_Lock Pointer_EnableKeys keycode 78 = Scroll_Lock keycode 79 = KP_Home KP_7 keycode 80 = KP_Up KP_8 keycode 81 = KP_Prior KP_9 keycode 82 = KP_Subtract keycode 83 = KP_Left KP_4 keycode 84 = KP_Begin KP_5 keycode 85 = KP_Right KP_6 keycode 86 = KP_Add keycode 87 = KP_End KP_1 keycode 88 = KP_Down KP_2 keycode 89 = KP_Next KP_3 keycode 90 = KP_Insert KP_0 keycode 91 = KP_Delete KP_Decimal keycode 92 = keycode 93 = keycode 94 = bracketright bracketleft bar keycode 95 = F11 keycode 96 = F12 keycode 97 = Home keycode 98 = Up keycode 99 = Prior keycode 100 = Left keycode 101 = keycode 102 = Right keycode 103 = End keycode 104 = Down keycode 105 = Next keycode 106 = Insert keycode 107 = Delete keycode 108 = KP_Enter keycode 109 = Control_R keycode 110 = Pause Break keycode 111 = Print Execute keycode 112 = KP_Divide ! ! that's the wierd alt-gr ! keycode 113 = Mode_switch keycode 114 = keycode 115 = keycode 116 = keycode 117 = keycode 118 = keycode 119 = keycode 120 = keycode 121 = keycode 122 = keycode 123 = keycode 124 = keycode 125 = keycode 126 = keycode 127 = keycode 128 = keycode 129 = keycode 130 = keycode 131 = keycode 132 = keycode 133 = keycode 134 = dutch.iso.acc.kbd # # Dutch keymap, accent keys # Created 29.03.2000 by Jeroen v. Yperen # Collected by Edwin Groothuis # Based on the US standard keymap # Accent coding by M. Blapp # # alt # scan cntrl alt alt cntrl lock # code base shift cntrl shift alt shift cntrl shift state # ------------------------------------------------------------------ 000 nop nop nop nop nop nop nop nop O 001 esc esc esc esc esc esc debug esc O 002 '1' '!' nop nop '1' '!' nop nop O 003 '2' '"' nul nul '2' '"' nul nul O 004 '3' '#' nop nop '3' '#' nop nop O 005 '4' '$' nop nop 188 '$' nop nop O 006 '5' '%' nop nop 189 '%' nop nop O 007 '6' '&' rs rs 190 '^' rs rs O 008 '7' '_' nop nop 163 '&' nop nop O 009 '8' '(' nop nop '{' '*' nop nop O 010 '9' ')' nop nop '}' '(' nop nop O 011 '0' ''' nop nop 191 ')' nop nop O 012 '/' '?' us us '\' '?' us us O 013 drin dtil nop nop dced dtil nop nop O 014 bs bs del del bs bs del del O 015 ht btab nop nop ht btab nop nop O 016 'q' 'Q' dc1 dc1 'q' 'Q' dc1 dc1 C 017 'w' 'W' etb etb 'w' 'W' etb etb C 018 'e' 'E' enq enq 'e' 'E' enq enq C 019 'r' 'R' dc2 dc2 182 182 dc2 dc2 C 020 't' 'T' dc4 dc4 't' 'T' dc4 dc4 C 021 'y' 'Y' em em 'y' 'Y' em em C 022 'u' 'U' nak nak 'u' 'U' nak nak C 023 'i' 'I' ht ht 'i' 'I' ht ht C 024 'o' 'O' si si 'o' 'O' si si C 025 'p' 'P' dle dle 'p' 'P' dle dle C 026 duml dcir esc esc '[' dcir esc esc O 027 '*' '|' gs gs ']' 166 gs gs O 028 cr cr nl nl cr cr nl nl O 029 lctrl lctrl lctrl lctrl lctrl lctrl lctrl lctrl O 030 'a' 'A' soh soh 'a' 'A' soh soh C 031 's' 'S' dc3 dc3 223 223 dc3 dc3 C 032 'd' 'D' eot eot 'd' 'D' eot eot C 033 'f' 'F' ack ack 'f' 'F' ack ack C 034 'g' 'G' bel bel 'g' 'G' bel bel C 035 'h' 'H' bs bs 'h' 'H' bs bs C 036 'j' 'J' nl nl 'j' 'J' nl nl C 037 'k' 'K' vt vt 'k' 'K' vt vt C 038 'l' 'L' ff ff 'l' 'L' ff ff C 039 '+' 177 nop nop '+' 177 nop nop O 040 dacu dgra nop nop ''' '"' nop nop O 041 '@' '~' nop nop 172 '~' nop nop O 042 lshift lshift lshift lshift lshift lshift lshift lshift O 043 '<' '>' fs fs 166 166 fs fs O 044 'z' 'Z' sub sub 171 171 sub sub C 045 'x' 'X' can can 187 187 can can C 046 'c' 'C' etx etx 162 162 etx etx C 047 'v' 'V' syn syn 'v' 'V' syn syn C 048 'b' 'B' stx stx 'b' 'B' stx stx C 049 'n' 'N' so so 'n' 'N' so so C 050 'm' 'M' cr cr 181 181 cr cr C 051 ',' ';' nop nop ',' ';' nop nop O 052 '.' ':' nop nop 183 ':' nop nop O 053 '-' '=' nop nop '-' '=' nop nop O 054 rshift rshift rshift rshift rshift rshift rshift rshift O 055 '*' '*' '*' '*' '*' '*' '*' '*' O 056 lalt lalt lalt lalt lalt lalt lalt lalt O 057 ' ' ' ' nop nop ' ' ' ' susp ' ' O 058 clock clock clock clock clock clock clock clock O 059 fkey01 fkey13 fkey25 fkey37 scr01 scr11 scr01 scr11 O 060 fkey02 fkey14 fkey26 fkey38 scr02 scr12 scr02 scr12 O 061 fkey03 fkey15 fkey27 fkey39 scr03 scr13 scr03 scr13 O 062 fkey04 fkey16 fkey28 fkey40 scr04 scr14 scr04 scr14 O 063 fkey05 fkey17 fkey29 fkey41 scr05 scr15 scr05 scr15 O 064 fkey06 fkey18 fkey30 fkey42 scr06 scr16 scr06 scr16 O 065 fkey07 fkey19 fkey31 fkey43 scr07 scr07 scr07 scr07 O 066 fkey08 fkey20 fkey32 fkey44 scr08 scr08 scr08 scr08 O 067 fkey09 fkey21 fkey33 fkey45 scr09 scr09 scr09 scr09 O 068 fkey10 fkey22 fkey34 fkey46 scr10 scr10 scr10 scr10 O 069 nlock nlock nlock nlock nlock nlock nlock nlock O 070 slock slock slock slock slock slock slock slock O 071 fkey49 '7' '7' '7' '7' '7' '7' '7' N 072 fkey50 '8' '8' '8' '8' '8' '8' '8' N 073 fkey51 '9' '9' '9' '9' '9' '9' '9' N 074 fkey52 '-' '-' '-' '-' '-' '-' '-' N 075 fkey53 '4' '4' '4' '4' '4' '4' '4' N 076 fkey54 '5' '5' '5' '5' '5' '5' '5' N 077 fkey55 '6' '6' '6' '6' '6' '6' '6' N 078 fkey56 '+' '+' '+' '+' '+' '+' '+' N 079 fkey57 '1' '1' '1' '1' '1' '1' '1' N 080 fkey58 '2' '2' '2' '2' '2' '2' '2' N 081 fkey59 '3' '3' '3' '3' '3' '3' '3' N 082 fkey60 '0' '0' '0' '0' '0' '0' '0' N 083 del '.' '.' '.' '.' '.' boot boot N 084 nop nop nop nop nop nop nop nop O 085 nop nop nop nop nop nop nop nop O 086 ']' '[' nop nop 124 124 nop nop O 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 089 cr cr nl nl cr cr nl nl O 090 rctrl rctrl rctrl rctrl rctrl rctrl rctrl rctrl O 091 '/' '/' '/' '/' '/' '/' '/' '/' N 092 nscr nscr debug debug nop nop nop nop O 093 ralt ralt ralt ralt ralt ralt ralt ralt O 094 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 fkey49 O 095 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 fkey50 O 096 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 fkey51 O 097 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 fkey53 O 098 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 fkey55 O 099 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 fkey57 O 100 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 fkey58 O 101 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 fkey59 O 102 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 fkey60 O 103 fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot fkey61 O 104 slock saver slock saver susp nop susp nop O 105 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 fkey62 O 106 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 fkey63 O 107 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 fkey64 O 108 nop nop nop nop nop nop nop nop O dgra '`' ( 'a' 224 ) ( 'A' 192 ) ( 'e' 232 ) ( 'E' 200 ) ( 'i' 236 ) ( 'I' 204 ) ( 'o' 242 ) ( 'O' 210 ) ( 'u' 249 ) ( 'U' 217 ) dacu 180 ( 'a' 225 ) ( 'A' 193 ) ( 'e' 233 ) ( 'E' 201 ) ( 'i' 237 ) ( 'I' 205 ) ( 'o' 243 ) ( 'O' 211 ) ( 'u' 250 ) ( 'U' 218 ) ( 'y' 253 ) ( 'Y' 221 ) dcir '^' ( 'a' 226 ) ( 'A' 194 ) ( 'e' 234 ) ( 'E' 202 ) ( 'i' 238 ) ( 'I' 206 ) ( 'o' 244 ) ( 'O' 212 ) ( 'u' 251 ) ( 'U' 219 ) dtil '~' ( 'a' 227 ) ( 'A' 195 ) ( 'n' 241 ) ( 'N' 209 ) ( 'o' 245 ) ( 'O' 213 ) duml 168 ( 'a' 228 ) ( 'A' 196 ) ( 'e' 235 ) ( 'E' 203 ) ( 'i' 239 ) ( 'I' 207 ) ( 'o' 246 ) ( 'O' 214 ) ( 'u' 252 ) ( 'U' 220 ) ( 'y' 255 ) drin 176 ( 'a' 229 ) ( 'A' 197 ) dced 184 ( 'c' 231 ) ( 'C' 199 ) >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 Mar 30 14: 0: 5 2000 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 3281437B520 for ; Thu, 30 Mar 2000 14:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA32492; Thu, 30 Mar 2000 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Mar 2000 14:00:02 -0800 (PST) Message-Id: <200003302200.OAA32492@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: kern/14394: kernel panic when asking help in visual userconfig Reply-To: Edwin Groothuis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/14394; it has been noted by GNATS. From: Edwin Groothuis To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/14394: kernel panic when asking help in visual userconfig Date: Thu, 30 Mar 2000 23:55:54 +0200 please close this one, the fix is published in kern/17539 Edwin -- Edwin Groothuis | Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 15:50: 7 2000 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 DE00137B812 for ; Thu, 30 Mar 2000 15:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA58203; Thu, 30 Mar 2000 15:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Mar 2000 15:50:05 -0800 (PST) Message-Id: <200003302350.PAA58203@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: i386/17690: SCSI hangs on SMP kernel (4.0-RELEASE) Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/17690; it has been noted by GNATS. From: "Kenneth D. Merry" To: M.Indlekofer@fz-juelich.de Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/17690: SCSI hangs on SMP kernel (4.0-RELEASE) Date: Thu, 30 Mar 2000 16:43:32 -0700 On Thu, Mar 30, 2000 at 07:59:37 -0800, M.Indlekofer@fz-juelich.de wrote: > FreeBSD deanna.isi.kfa-juelich.de 4.0-RELEASE FreeBSD 4.0-RELEASE #3: Thu Mar 30 15:50:03 CEST 2000 root@deanna.isi.kfa-juelich.de:/usr/src/sys/compile/MYKERNEL.3 i386 > >Description: > SMP kernel (4.0-RELEASE) on dual PentiumII system > hangs in SCSI probe phase at boot time. > Infinite loop of SCSI bus resets (probeX:ahc0:0:X:0 SCB ... timeout...). > Non-SMP kernel (4.0-RELEASE) works. > SMP kernel (3.1-RELEASE) worked without problems. > Hardware: > Dual PentiumII 450MHz (ASUS P2B-DS mainboard) > Adaptec aic7890/91 Ultra2 SCSI adapter on board > > >How-To-Repeat: > e.g. /sys/i386/conf/GENERIC SMP activated kernel: > remove cpu I386_CPU and cpu I486_CPU, > enable options SMP and options APIC_IO I doubt I can really help you solve the problem, but I would suggest that you include the dmesg from a 'boot -v' from your uniprocessor 4.0 configuration, as well as the output of 'mptable -dmesg -verbose'. Those diagnostics may help someone find your problem. Make sure you CC to the mail to freebsd-gnats-submit@FreeBSD.ORG so that it will go into the GNATS database. Thanks, Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 16:32:17 2000 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 0328D37C1F3; Thu, 30 Mar 2000 16:32:14 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA70073; Thu, 30 Mar 2000 16:32:14 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 30 Mar 2000 16:32:14 -0800 (PST) From: Message-Id: <200003310032.QAA70073@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/17680: Multiple crashes due to load in 4.0/5.0 environment Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Multiple crashes due to load in 4.0/5.0 environment Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: jedgar Responsible-Changed-When: Thu Mar 30 16:31:34 PST 2000 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 Thu Mar 30 16:40: 6 2000 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 7CF5337B536 for ; Thu, 30 Mar 2000 16:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA72587; Thu, 30 Mar 2000 16:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Mar 2000 16:40:04 -0800 (PST) Message-Id: <200003310040.QAA72587@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: pending/17680: Multiple crashes due to load in 4.0/5.0 environment Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17680; it has been noted by GNATS. From: "Chris D. Faulhaber" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: pending/17680: Multiple crashes due to load in 4.0/5.0 environment Date: Thu, 30 Mar 2000 19:35:42 -0500 (EST) Any chance you can give some specifics here. 'if I did du -k or something' and 'fetch for instance on a file or something' aren't going to fly to far. A backtrace of a dump or panic message is much more useful than 'crashed under heavy traffic'. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 17: 0: 6 2000 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 5256A37C1E3 for ; Thu, 30 Mar 2000 17:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA79110; Thu, 30 Mar 2000 17:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F55E37B9A4 for ; Thu, 30 Mar 2000 16:50:39 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76020; Thu, 30 Mar 2000 16:50:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003310050.QAA76020@freefall.freebsd.org> Date: Thu, 30 Mar 2000 16:50:38 -0800 (PST) From: sfugarino@atl.mediaone.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17700: FreeBSD 4.0 and AWE 64 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17700 >Category: misc >Synopsis: FreeBSD 4.0 and AWE 64 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 30 17:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sam Fugarino >Release: 4.0 >Organization: >Environment: Pentium 166 SuperMicro P5STE SoundBlaster AWE 64 3Com 3c905b FastEthernet adapter Stealth 64 2001 Haupgauge WinTV ModemBlaster 56K FlashII ISA >Description: I can't get my AWE to work. In 3.4, I used kernel.conf to get the right IRQs assigned to my sound card and isa pnp modem. Don't know how to do this in 4.0. The cards are being assigned during boot. I also don't know how to configure the kernel correctly. >How-To-Repeat: >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 Mar 30 17: 7:15 2000 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 7054037BF2E; Thu, 30 Mar 2000 17:07:12 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA81564; Thu, 30 Mar 2000 17:07:11 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 30 Mar 2000 17:07:11 -0800 (PST) From: Message-Id: <200003310107.RAA81564@freefall.freebsd.org> To: sfugarino@atl.mediaone.net, jedgar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/17700: FreeBSD 4.0 and AWE 64 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD 4.0 and AWE 64 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Mar 30 17:05:20 PST 2000 State-Changed-Why: Please send question to freebsd-questions@FreeBSD.org In general, basic configuration questions are not appropriate PR material (and especially not considered serious). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 18:30: 6 2000 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 AEFA937B8FE for ; Thu, 30 Mar 2000 18:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05846; Thu, 30 Mar 2000 18:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C093F37B874 for ; Thu, 30 Mar 2000 18:21:24 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA02818; Thu, 30 Mar 2000 18:21:24 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003310221.SAA02818@freefall.freebsd.org> Date: Thu, 30 Mar 2000 18:21:24 -0800 (PST) From: kdrobnac@mvnc.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17701: Parallel Port Zip Drive (vpo) broken in 4.0-RELEASE and 4.0-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17701 >Category: kern >Synopsis: Parallel Port Zip Drive (vpo) broken in 4.0-RELEASE and 4.0-STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 30 18:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Kenny >Release: 4.0-RELEASE >Organization: MVNC >Environment: FreeBSD chuck.mvnc.edu 4.0-STABLE FreeBSD 4.0-STABLE #4: Wed Mar 29 22:16:35 EST 2000 root@chuck.mvnc.edu:/usr/src/sys/compile/CHUCK i386 >Description: When using 4.0-RELEASE or 4.0-STABLE, and using a parallel port zip drive, when you recompile your kernel with support for it (vpo0) and reboot, the drive is detected but doesn't work. Output from dmesg: ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode vpo0: on ppbus0 vpo0: EPP 1.9 mode ppi0: on ppbus0 sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 sbc0: setting card to irq 5, drq 1, 5 pcm1: on sbc0 unknown0: at port 0x200-0x207 on isa0 ad0: 6149MB [13328/15/63] at ata0-master using UDMA33 acd0: CDROM at ata1-master using UDMA33 Waiting 3 seconds for SCSI devices to settle vpo0: VP0 error/timeout (5) vpo0: VP0 error/timeout (2) vpo0: VP0 error/timeout (5) vpo0: VP0 error/timeout (2) vpo0: VP0 error/timeout (5) Mounting root from ufs:/dev/wd0s1a >How-To-Repeat: Simply install 4.0-RELEASE or 4.0-STABLE and enable vpo0 in the kernel config, recompile, and reboot with the parallel port zip drive attached. >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 Mar 30 19:50: 8 2000 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 D20A137B957 for ; Thu, 30 Mar 2000 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39244; Thu, 30 Mar 2000 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from wbiw01.westbend.net (wbiw01.westbend.net [209.224.254.246]) by hub.freebsd.org (Postfix) with ESMTP id B724F37B702 for ; Thu, 30 Mar 2000 19:41:53 -0800 (PST) (envelope-from hetzels@wbiw01.westbend.net) Received: (from hetzels@localhost) by wbiw01.westbend.net (8.9.3/8.9.3) id VAA04251; Thu, 30 Mar 2000 21:43:17 -0600 (CST) (envelope-from hetzels) Message-Id: <200003310343.VAA04251@wbiw01.westbend.net> Date: Thu, 30 Mar 2000 21:43:17 -0600 (CST) From: hetzels@westbend.net Reply-To: hetzels@westbend.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17702: MODEM: USR 56K FAX Internal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17702 >Category: kern >Synopsis: Plug and Play Info for USR 56K FAX INT modem >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 Mar 30 19:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 4.0-20000307-CURRENT i386 >Organization: West Bend Internet >Environment: FreeBSD 4.0 CURRENT USR 56K Internal modem >Description: My Internal USR 56K modem is not getting assigned to a device. sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 unknown0: at port 0x330-0x33f irq 5,9 drq 1,0 on isa0 unknown1: at port 0x2f8-0x2ff irq 3 on isa0 The pnpinfo for the modem is: Card assigned CSN #2 Vendor ID USR3050 (0x50307256), Serial Number 0xa38aa4ae PnP Version 1.0, Vendor Version 0 Device Description: U.S. Robotics 56K FAX INT Logical Device ID: USR3050 0x50307256 #0 TAG Start DF Good Configuration FIXED I/O base address 0x2f8 length 0x8 IRQ: 3 - only one type (true/edge) TAG Start DF Acceptable Configuration FIXED I/O base address 0x3f8 length 0x8 IRQ: 4 - only one type (true/edge) TAG Start DF Acceptable Configuration FIXED I/O base address 0x3e8 length 0x8 IRQ: 3 4 5 7 - only one type (true/edge) TAG Start DF Acceptable Configuration FIXED I/O base address 0x2e8 length 0x8 IRQ: 3 4 5 7 - only one type (true/edge) TAG End DF End Tag Successfully got 16 resources, 1 logical fdevs -- card select # 0x0002 CSN USR3050 (0x50307256), Serial Number 0xa38aa4ae Logical device #0 IO: 0x02f8 0x02f8 0x02f8 0x02f8 0x02f8 0x02f8 0x02f8 0x02f8 IRQ 3 0 DMA 4 4 IO range check 0x00 activate 0x01 After applying the attached patch it gets detected as sio4. sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 unknown0: at port 0x330-0x33f irq 5,9 drq 1,0 on isa0 sio4: at port 0x2f8-0x2ff irq 3 on isa0 sio4: type 16550A >How-To-Repeat: >Fix: --- sys/isa/sio.c.orig Sun Mar 5 08:44:05 2000 +++ sys/isa/sio.c Sat Mar 25 09:53:18 2000 @@ -597,6 +597,7 @@ {0x70207256, NULL}, /* USR2070 - U.S.Robotics Inc. Sportster 560 */ {0x30307256, NULL}, /* USR3030 - U.S. Robotics 56K FAX INT */ {0x31307256, NULL}, /* USR3031 - U.S. Robotics 56K FAX INT */ + {0x50307256, NULL}, /* USR3050 - U.S. Robotics 56K FAX INT */ {0x70307256, NULL}, /* USR3070 - U.S. Robotics 56K Voice INT */ {0x90307256, NULL}, /* USR3090 - USR ? */ {0x90917256, NULL}, /* USR9190 - USR 56k Voice INT */ >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 Mar 30 21:44:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from portnoy.lbl.gov (portnoy.lbl.gov [131.243.2.11]) by hub.freebsd.org (Postfix) with ESMTP id A522C37B744 for ; Thu, 30 Mar 2000 21:44:22 -0800 (PST) (envelope-from jin@portnoy.lbl.gov) Received: (from jin@localhost) by george.lbl.gov () id VAA00275 for freebsd-bugs@FreeBSD.org; Thu, 30 Mar 2000 21:44:22 -0800 (PST) Date: Thu, 30 Mar 2000 21:44:22 -0800 (PST) From: Jin Guojun (FTG staff) Message-Id: <200003310544.VAA00275@george.lbl.gov> To: freebsd-bugs@FreeBSD.org Subject: re: bin/16271 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This problem also exists in 4.0 release. The patch is very simple, and the concept is clear. Can we fix this problem with apply the following patch? Thanks, -Jin } Description } } an unsinged len is used to compare with signed expression, } this causes core dump because the (len > 0) always true, } so loop never ends. } patch: *** contrib/nvi/ex/ex_subst.c Thu Oct 31 22:45:30 1996 --- /tmp/ex_subst.c.new Thu Mar 30 21:35:24 2000 *************** *** 1177,1183 **** size_t *plenp; int *replacedp; { ! size_t blen, len; int lastdollar; char *bp, *p, *t; --- 1177,1184 ---- size_t *plenp; int *replacedp; { ! size_t blen; ! int len; int lastdollar; char *bp, *p, *t; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 21:50:12 2000 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 8295737B908 for ; Thu, 30 Mar 2000 21:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA89867; Thu, 30 Mar 2000 21:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from barmetta.barmetta.com (cm-24-142-60-178.cableco-op.ispchannel.com [24.142.60.178]) by hub.freebsd.org (Postfix) with ESMTP id 6C71C37B83C for ; Thu, 30 Mar 2000 21:45:08 -0800 (PST) (envelope-from bryan@barmetta.barmetta.com) Received: (from bryan@localhost) by barmetta.barmetta.com (8.9.3/8.9.3) id VAA18175; Thu, 30 Mar 2000 21:45:01 -0800 (PST) (envelope-from bryan) Message-Id: <200003310545.VAA18175@barmetta.barmetta.com> Date: Thu, 30 Mar 2000 21:45:01 -0800 (PST) From: bryan@barmetta.com Reply-To: bryan@barmetta.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/17703: /usr/share/examples/kld/cdev won't compile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17703 >Category: misc >Synopsis: /usr/share/examples/kld/cdev won't compile >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 Mar 30 21:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: bryan d. o'connor >Release: FreeBSD 4.0-STABLE i386 >Organization: barmetta.com >Environment: FreeBSD barmetta.barmetta.com 4.0-STABLE FreeBSD 4.0-STABLE #8: Tue Mar 28 18:11:36 PST 2000 root@barmetta.barmetta.com:/usr/src/sys/compile/BARMETTA i386 >Description: /usr/share/examples/kld/cdev is out of date and will no longer compile under FreeBSD 4.0-STABLE. >How-To-Repeat: cd /usr/share/examples/kld/cdev make >Fix: this is my first experience with KLDs, so i used the vn device as an example. apologies if that was a poor choice of example.. i don't know any better yet. ;) see patch below or at: http://www.barmetta.com/freebsd/examples-kld-cdev.patch diff -rc cdev-old/module/cdevmod.c cdev/module/cdevmod.c *** cdev-old/module/cdevmod.c Thu Mar 30 21:19:48 2000 --- cdev/module/cdevmod.c Thu Mar 30 21:17:15 2000 *************** *** 81,99 **** /* read */ noread, /* write */ nowrite, /* ioctl */ mydev_ioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ nommap, /* strategy */ nostrategy, /* name */ "cdev", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ D_TTY, - /* maxio */ 0, /* bmaj */ -1 }; --- 81,94 ---- *************** *** 109,115 **** */ static int ! cdev_load(module_t mod, int cmd, void *arg) { int err = 0; --- 104,110 ---- */ static int ! cdev_modevent(module_t mod, int cmd, void *arg) { int err = 0; *************** *** 117,122 **** --- 112,119 ---- case MOD_LOAD: /* Do any initialization that you should do with the kernel */ + cdevsw_add(&my_devsw); + make_dev(&my_devsw, 0, UID_ROOT, GID_OPERATOR, 0644, "%s", "cdev"); /* if we make it to here, print copyright on console*/ printf("\nSample Loaded kld character device driver\n"); *************** *** 126,135 **** break; /* Success*/ case MOD_UNLOAD: printf("Unloaded kld character device driver\n"); break; /* Success*/ ! default: /* we only understand load/unload*/ err = EINVAL; break; } --- 123,136 ---- break; /* Success*/ case MOD_UNLOAD: + /* fall through */ + case MOD_SHUTDOWN: + cdevsw_remove(&my_devsw); + printf("Unloaded kld character device driver\n"); break; /* Success*/ ! default: err = EINVAL; break; } *************** *** 139,142 **** /* Now declare the module to the system */ ! DEV_MODULE(cdev, CDEV_MAJOR, -1, my_devsw, cdev_load, 0); --- 140,143 ---- /* Now declare the module to the system */ ! DEV_MODULE(cdev, cdev_modevent, NULL); >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 Mar 30 22:10: 6 2000 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 C916437B7D4 for ; Thu, 30 Mar 2000 22:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98248; Thu, 30 Mar 2000 22:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from vortex.jcmax.com (vortex.jcmax.com [204.69.248.1]) by hub.freebsd.org (Postfix) with ESMTP id 7791F37B6A1 for ; Thu, 30 Mar 2000 22:02:55 -0800 (PST) (envelope-from cr@jcmax.com) Received: from plasma.jcmax.com (plasma.jcmax.com [204.69.248.13]) by vortex.jcmax.com (8.9.3/8.9.3) with ESMTP id BAA03898 for ; Fri, 31 Mar 2000 01:02:53 -0500 (EST) (envelope-from cr@jcmax.com) Received: (from cr@localhost) by plasma.jcmax.com (8.9.3/8.9.3) id BAA48184; Fri, 31 Mar 2000 01:02:53 -0500 (EST) (envelope-from cr@jcmax.com) Message-Id: <200003310602.BAA48184@plasma.jcmax.com> Date: Fri, 31 Mar 2000 01:02:53 -0500 (EST) From: Cyrus Rahman Reply-To: cr@jcmax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17704: at(1) is not y2k compliant Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17704 >Category: bin >Synopsis: at(1) is not y2k compliant >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 30 22:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Cyrus Rahman >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: At(1) uses the following code in assign_date() to convert three possible year formats to the format used by a tm structure: if (year > 99) { if (year > 1899) year -= 1900; else panic("garbled time"); } If year contains: the last two digits of the current year, or the actual value of the year, all is well. However, if year contains: the tm_year value of a year after the year 1999 (e.g. 100) the code calls panic(). >How-To-Repeat: Try using dates specifying a weekday, for which the parser passes a tm_year to assign_date(): sh> at 01:15 Sunday at: garbled time >Fix: Instead of passing three different year formats into assign_date() and hoping it figures out what to do with them, convert the year to the actual value first in the one place where this is not done: *** parsetime.c.old Thu Mar 30 22:29:14 2000 --- parsetime.c Thu Mar 30 22:24:19 2000 *************** *** 495,501 **** tm->tm_wday = wday; ! assign_date(tm, mday, tm->tm_mon, tm->tm_year); break; case NUMBER: --- 495,501 ---- tm->tm_wday = wday; ! assign_date(tm, mday, tm->tm_mon, tm->tm_year + 1900); break; case NUMBER: >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 Mar 30 23:24: 4 2000 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 7B02437B648; Thu, 30 Mar 2000 23:24:02 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA33868; Thu, 30 Mar 2000 23:24:02 -0800 (PST) (envelope-from dfr@FreeBSD.org) Date: Thu, 30 Mar 2000 23:24:02 -0800 (PST) From: Message-Id: <200003310724.XAA33868@freefall.freebsd.org> To: nms@Brigada-A.Ethereal.RU, dfr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16712: ISA PNP memory range size calculated wrong Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ISA PNP memory range size calculated wrong State-Changed-From-To: open->closed State-Changed-By: dfr State-Changed-When: Thu Mar 30 23:23:28 PST 2000 State-Changed-Why: Fixed in revisions 1.3 and 1.2.2.1 of pnpparse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 30 23:24:30 2000 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 3159D37B89B; Thu, 30 Mar 2000 23:24:29 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA34149; Thu, 30 Mar 2000 23:24:29 -0800 (PST) (envelope-from dfr@FreeBSD.org) Date: Thu, 30 Mar 2000 23:24:29 -0800 (PST) From: Message-Id: <200003310724.XAA34149@freefall.freebsd.org> To: nms@Brigada-A.Ethereal.RU, dfr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17219: ISA PNP Parser rather limited (with patch, includes patch from kern/16712) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ISA PNP Parser rather limited (with patch, includes patch from kern/16712) State-Changed-From-To: open->closed State-Changed-By: dfr State-Changed-When: Thu Mar 30 23:24:08 PST 2000 State-Changed-Why: fixed in revisions 1.4 and 1.2.2.1 of pnpparse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 0:40:19 2000 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 F3ED637BDBC for ; Fri, 31 Mar 2000 00:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA63070; Fri, 31 Mar 2000 00:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Mar 2000 00:40:06 -0800 (PST) Message-Id: <200003310840.AAA63070@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Klaus Michael Indlekofer Subject: Re: i386/17690: SCSI hangs on SMP kernel (4.0-RELEASE) Reply-To: Klaus Michael Indlekofer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/17690; it has been noted by GNATS. From: Klaus Michael Indlekofer To: "Kenneth D. Merry" Cc: freebsd-gnats-submit@FreeBSD.ORG, M.Indlekofer@fz-juelich.de Subject: Re: i386/17690: SCSI hangs on SMP kernel (4.0-RELEASE) Date: Fri, 31 Mar 2000 10:35:32 +0200 Booting SMP (4.0) kernel (written down from screen): ... APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 Waiting 15 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! ...approx 20 seconds... (probe0:ahc0:0:0:0): SCB 0xe - timed out in Message-in phase, SEQADDR == 0x167 (probe0:ahc0:0:0:0): BDR message in message buffer (probe0:ahc0:0:0:0): SCB 0xe - timed out in Message-in phase, SEQADDR == 0x167 (probe0:ahc0:0:0:0): no longer in timeout, status = 34b ahc0: Issued Channel A Bus Reset, 15 SCBs aborted Timeout SCB handled by another timout ...infinite loop: probeX (X=0, 3, 1 ,6 ,9 ,...) part above repeated approx. every 20 seconds... 'mptable -dmesg -verbose' on uniprocessor kernel (4.0) provides: =============================================================================== MPTable, version 2.0.15 looking for EBDA pointer @ 0x040e, found, searching EBDA @ 0x0009fc00 searching CMOS 'top of mem' @ 0x0009f800 (638K) searching default 'top of mem' @ 0x0009fc00 (639K) searching BIOS @ 0x000f0000 MP FPS found in BIOS @ physical addr: 0x000f6dd0 ------------------------------------------------------------------------------- MP Floating Pointer Structure: location: BIOS physical address: 0x000f6dd0 signature: '_MP_' length: 16 bytes version: 1.1 checksum: 0x65 mode: Virtual Wire ------------------------------------------------------------------------------- MP Config Table Header: physical address: 0x000f69c6 signature: 'PCMP' base table length: 260 version: 1.1 checksum: 0x36 OEM ID: 'OEM00000' Product ID: 'PROD00000000' OEM table pointer: 0x00000000 OEM table size: 0 entry count: 24 local APIC address: 0xfee00000 extended table length: 0 extended table checksum: 0 ------------------------------------------------------------------------------- MP Config Base Table Entries: -- Processors: APIC ID Version State Family Model Step Flags 1 0x11 BSP, usable 6 5 2 0x183fb ff 0 0x11 AP, usable 6 5 2 0x183fb ff -- Bus: Bus ID Type 0 PCI 1 PCI 2 ISA -- I/O APICs: APIC ID Version State Address 2 0x11 usable 0xfec00000 -- I/O Ints: Type Polarity Trigger Bus ID IRQ APIC ID PIN# ExtINT conforms conforms 2 0 2 0 INT conforms conforms 2 1 2 1 INT conforms conforms 2 0 2 2 INT conforms conforms 2 3 2 3 INT conforms conforms 2 4 2 4 INT conforms conforms 2 5 2 5 INT conforms conforms 2 6 2 6 INT conforms conforms 2 7 2 7 INT conforms conforms 2 8 2 8 INT conforms conforms 2 10 2 10 INT conforms conforms 2 12 2 12 INT conforms conforms 2 14 2 14 INT conforms conforms 2 15 2 15 INT active-lo level 2 11 2 16 INT active-lo level 2 9 2 17 INT active-lo level 2 9 2 19 -- Local Ints: Type Polarity Trigger Bus ID IRQ APIC ID PIN# ExtINT active-hi edge 2 0 255 0 NMI active-hi edge 2 0 255 1 ------------------------------------------------------------------------------- # SMP kernel config file options: # Required: options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O # Optional (built-in defaults will work in most cases): #options NCPU=2 # number of CPUs #options NBUS=3 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs ------------------------------------------------------------------------------- dmesg output: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-RELEASE #3: Thu Mar 30 15:50:03 CEST 2000 root@deanna.isi.kfa-juelich.de:/usr/src/sys/compile/MYKERNEL.3 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (451.02-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183fbff real memory = 268423168 (262132K bytes) config> di sn0 config> di lnc0 :config> di le0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> di bt0 config> di ata1 config> di ata0 config> di aic0 config> di aha0 config> di adv0 config> en npx0 config> po npx0 0xf0 config> ir npx0 13 config> f npx0 0 config> q avail memory = 256315392 (250308K bytes) Preloaded elf kernel "kernel" at 0xc03f3000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc03f309c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xd800-0xd80f at device 4.1 on pci0 pci0: at 4.2 irq 9 chip1: port 0xe800-0xe80f at device 4.3 on pci0 ahc0: port 0xd000-0xd0ff mem 0xe1800000 -0xe1800fff irq 9 at device 6.0 on pci0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs xl0: <3Com 3c900B-COMBO Etherlink XL> port 0xb800-0xb87f mem 0xe1000000-0xe10000 7f irq 9 at device 11.0 on pci0 xl0: Ethernet address: 00:50:04:2e:e3:8d xl0: selecting 10baseT transceiver, half duplex xl0: supplying EUI64: 00:50:04:ff:fe:2e:e3:8d fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 sbc0: setting card to irq 5, drq 1, 5 pcm0: on sbc0 unknown0: at port 0x200-0x207 on isa0 unknown1: at port 0x620-0x623 on isa0 unknown2: at port 0x168-0x16f,0x36e-0x36f irq 10 on isa0 Waiting 15 seconds for SCSI devices to settle Mounting root from ufs:/dev/da0s1a da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 20.000MB/s transfers (20.000MHz, offset 30), Tagged Queueing Enabled da0: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C) cd0 at ahc0 bus 0 target 1 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 16) cd0: Attempt to query device size failed: NOT READY, Medium not present xl0: selecting BNC port, half duplex xl0: starting DAD for fe80:0001::0250:04ff:fe2e:e38d xl0: DAD complete for fe80:0001::0250:04ff:fe2e:e38d - no duplicates found =============================================================================== Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 0:52:36 2000 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 846A037BE44; Fri, 31 Mar 2000 00:52:34 -0800 (PST) (envelope-from hm@FreeBSD.org) Received: (from hm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA67532; Fri, 31 Mar 2000 00:52:34 -0800 (PST) (envelope-from hm@FreeBSD.org) Date: Fri, 31 Mar 2000 00:52:34 -0800 (PST) From: Message-Id: <200003310852.AAA67532@freefall.freebsd.org> To: brianc@netrover.com, hm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/2327: [PATCH] `Green' saver for pcvt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] `Green' saver for pcvt State-Changed-From-To: suspended->closed State-Changed-By: hm State-Changed-When: Fri Mar 31 00:51:08 PST 2000 State-Changed-Why: comitted to -current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 1: 0: 5 2000 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 B5D9137B874 for ; Fri, 31 Mar 2000 01:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA70642; Fri, 31 Mar 2000 01:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Mar 2000 01:00:03 -0800 (PST) Message-Id: <200003310900.BAA70642@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/17694: wcstombs() and mbstowcs() unable to handle NULL argument Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17694; it has been noted by GNATS. From: Bruce Evans To: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17694: wcstombs() and mbstowcs() unable to handle NULL argument Date: Fri, 31 Mar 2000 18:13:27 +1000 (EST) On Thu, 30 Mar 2000, [ISO-8859-1] Mikko Ty=F6l=E4j=E4rvi wrote: > > But everybody else has it... > >=20 > Seriously, though: I have not been able to find *any* other > implementation that does not support this behaviour (HP-UX, AIX, Irix, > Solaris and Linux/RH6.1). They must have gotten the idea *somewhere*... It doesn't seem to be in glibc-2.1.1 either. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 1: 3:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.surf1.de (mail.Surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 39ED437BE17; Fri, 31 Mar 2000 01:03:20 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.com (pC19F5469.dip0.t-ipconnect.de [193.159.84.105]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id KAA20304; Fri, 31 Mar 2000 10:03:04 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 9A48BAC2C; Fri, 31 Mar 2000 11:05:15 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id LAA04587; Fri, 31 Mar 2000 11:03:07 +0200 (CEST) (envelope-from alex) Date: Fri, 31 Mar 2000 11:03:07 +0200 From: Alexander Langer To: hm@FreeBSD.ORG Cc: brianc@netrover.com, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/2327: [PATCH] `Green' saver for pcvt Message-ID: <20000331110307.B3742@cichlids.cichlids.com> References: <200003310852.AAA67532@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200003310852.AAA67532@freefall.freebsd.org>; from hm@FreeBSD.ORG on Fri, Mar 31, 2000 at 12:52:34AM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake hm@FreeBSD.ORG (hm@FreeBSD.ORG): > comitted to -current After 3 years. Nice :-)) Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 1:10: 5 2000 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 9390137B50C for ; Fri, 31 Mar 2000 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA74098; Fri, 31 Mar 2000 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Mar 2000 01:10:02 -0800 (PST) Message-Id: <200003310910.BAA74098@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Subject: Re: bin/17694: wcstombs() and mbstowcs() unable to handle NULL argument Reply-To: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17694; it has been noted by GNATS. From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= To: Bruce Evans Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17694: wcstombs() and mbstowcs() unable to handle NULL argument Date: Fri, 31 Mar 2000 11:08:34 +0200 (MET DST) On Fri, 31 Mar 2000, Bruce Evans wrote: > On Thu, 30 Mar 2000, [ISO-8859-1] Mikko Työläjärvi wrote: > > > > > But everybody else has it... > > > > > > Seriously, though: I have not been able to find *any* other > > implementation that does not support this behaviour (HP-UX, AIX, Irix, > > Solaris and Linux/RH6.1). They must have gotten the idea *somewhere*... > > It doesn't seem to be in glibc-2.1.1 either. Oh, it is there alright, but not documented in the info files (RH must be rolling their own man-pages?). Follow "stdlib/wcstombs.c" to "wcsmbs/wcsrtombs.c", search for "NULL special". No mention of why they do it, though. MSVC++ 6.0 does it too (might be a hint where it comes from :-( ). Finally, I did find another system that does not handle the NULL case, according to its documentation at least: DEC (i.e. Compaq whatever). Never mind. /Mikko Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 1:11:18 2000 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 4883437B8F2; Fri, 31 Mar 2000 01:11:17 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA74362; Fri, 31 Mar 2000 01:11:17 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 31 Mar 2000 01:11:17 -0800 (PST) From: Message-Id: <200003310911.BAA74362@freefall.freebsd.org> To: cr@jcmax.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/17704: at(1) is not y2k compliant Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: at(1) is not y2k compliant State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Fri Mar 31 01:09:27 PST 2000 State-Changed-Why: This is a duplicate of PR 15872. A different fix has been committed in 5.0-CURRENT and will be merged onto the stable branches later, as is standard practise with non-critical bugfixes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 1:20: 6 2000 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 B85FE37B82B for ; Fri, 31 Mar 2000 01:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA75910; Fri, 31 Mar 2000 01:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Mar 2000 01:20:03 -0800 (PST) Message-Id: <200003310920.BAA75910@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/17681: XDR does not handle 64bit data types correctly Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17681; it has been noted by GNATS. From: Sheldon Hearn To: "David E. Cross" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17681: XDR does not handle 64bit data types correctly Date: Fri, 31 Mar 2000 11:14:44 +0200 On Thu, 30 Mar 2000 10:13:24 EST, "David E. Cross" wrote: > It does now. *sigh* By the way... You said that your fix is derived from NetBSD. Given their wild fanaticism for portable code, I'm surprised that your patch is so much more complicated than theirs. What gives? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 1:56:38 2000 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 F150737B7C1; Fri, 31 Mar 2000 01:56:36 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA85108; Fri, 31 Mar 2000 01:56:36 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 31 Mar 2000 01:56:36 -0800 (PST) From: Message-Id: <200003310956.BAA85108@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: kern/17695: Vibra16X sound card doesn't record audio using pcm driver in FreeBSD 4.0-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Vibra16X sound card doesn't record audio using pcm driver in FreeBSD 4.0-STABLE Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Mar 31 01:56:17 PST 2000 Responsible-Changed-Why: Over to the pcm maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 1:59:13 2000 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 D3BF137B744; Fri, 31 Mar 2000 01:59:11 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA86373; Fri, 31 Mar 2000 01:59:11 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 31 Mar 2000 01:59:11 -0800 (PST) From: Message-Id: <200003310959.BAA86373@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, dfr@FreeBSD.org Subject: Re: misc/17703: /usr/share/examples/kld/cdev won't compile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/share/examples/kld/cdev won't compile Responsible-Changed-From-To: freebsd-bugs->dfr Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Mar 31 01:58:54 PST 2000 Responsible-Changed-Why: Doug's baby. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 2: 6: 0 2000 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 ED9ED37BB9F; Fri, 31 Mar 2000 02:05:58 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA88639; Fri, 31 Mar 2000 02:05:57 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 31 Mar 2000 02:05:57 -0800 (PST) From: Message-Id: <200003311005.CAA88639@freefall.freebsd.org> To: hetzels@westbend.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: kern/17702: Plug and Play Info for USR 56K FAX INT modem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Plug and Play Info for USR 56K FAX INT modem State-Changed-From-To: open->analyzed State-Changed-By: sheldonh State-Changed-When: Fri Mar 31 02:04:35 PST 2000 State-Changed-Why: MFC reminder. Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Mar 31 02:04:35 PST 2000 Responsible-Changed-Why: Peter applied this patch in rev 1.293. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 2: 9:39 2000 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 AC48537B83A; Fri, 31 Mar 2000 02:09:36 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA89993; Fri, 31 Mar 2000 02:09:36 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 31 Mar 2000 02:09:36 -0800 (PST) From: Message-Id: <200003311009.CAA89993@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: kern/17698: [PATCH] Let Makefile.inc1 installkernel install multiple kernels Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Let Makefile.inc1 installkernel install multiple kernels Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Mar 31 02:08:53 PST 2000 Responsible-Changed-Why: I haven't looked at the patch yet, but if it works as advertised, it's exactly what we want. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 2:10: 6 2000 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 7C9EB37B7C1 for ; Fri, 31 Mar 2000 02:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA90116; Fri, 31 Mar 2000 02:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Mar 2000 02:10:03 -0800 (PST) Message-Id: <200003311010.CAA90116@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/16271 Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/16271; it has been noted by GNATS. From: Sheldon Hearn To: Jin Guojun (FTG staff) Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/16271 Date: Fri, 31 Mar 2000 12:00:59 +0200 On Thu, 30 Mar 2000 21:44:22 PST, Jin Guojun wrote: > This problem also exists in 4.0 release. The patch is very simple, > and the concept is clear. Can we fix this problem with apply the > following patch? I don't think so, because that file is on the vendor branch. This fix should be submitted to keith Bostic, nvi's maintainer. If he agrees that the next release of nvi will include this patch exactly, then we can probably do some magic. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 2:20:17 2000 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 99DBF37B80D for ; Fri, 31 Mar 2000 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA93194; Fri, 31 Mar 2000 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from eeyore.local.dohd.cx (d0030.dtk.chello.nl [213.46.0.30]) by hub.freebsd.org (Postfix) with ESMTP id 995C937B929 for ; Fri, 31 Mar 2000 02:18:36 -0800 (PST) (envelope-from xaa@dohd.cx) Received: by eeyore.local.dohd.cx (Postfix+IPv6, from userid 1002) id 959BBBA9D; Fri, 31 Mar 2000 12:18:29 +0200 (MET DST) Message-Id: <20000331101829.959BBBA9D@eeyore.local.dohd.cx> Date: Fri, 31 Mar 2000 12:18:29 +0200 (MET DST) From: xaa+sendpr@dohd.cx Reply-To: xaa+sendpr@dohd.cx To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/17710: NO_BIND not defined in /etc/defaults/make.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17710 >Category: conf >Synopsis: /etc/defaults/make.conf doesn't contain NO_BIND >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: Fri Mar 31 02:20:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mark Huizer >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: In /usr/src/usr.sbin/Makefile, one can find that setting NO_BIND will eliminate the build of named c.s. in a make world. This is not documented in /etc/defaults/make.conf and is useful for people who want to run another version of BIND in /usr/local >Description: no NO_BIND in /etc/defaults/make.conf >How-To-Repeat: >Fix: Add it in the list of NO_SENDMAIL, NO_PERL, etc... >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 Mar 31 5:10: 6 2000 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 C8CA237B9B4 for ; Fri, 31 Mar 2000 05:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA35695; Fri, 31 Mar 2000 05:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Mar 2000 05:10:04 -0800 (PST) Message-Id: <200003311310.FAA35695@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Klaus Michael Indlekofer Subject: Re: i386/17690: SCSI hangs on SMP kernel (4.0-RELEASE) Reply-To: Klaus Michael Indlekofer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/17690; it has been noted by GNATS. From: Klaus Michael Indlekofer To: "Kenneth D. Merry" Cc: freebsd-gnats-submit@FreeBSD.ORG, M.Indlekofer@fz-juelich.de Subject: Re: i386/17690: SCSI hangs on SMP kernel (4.0-RELEASE) Date: Fri, 31 Mar 2000 15:07:12 +0200 I have solved the problem. The 4.0 SMP kernel is very critical concerning interrupts. I had to assign the interrupts manually for all controllers in the BIOS setup: (IRQ9 for graphics, IRQ10 for network, IRQ11 for SCSI works) Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 5:20:17 2000 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 D123637BE58 for ; Fri, 31 Mar 2000 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA37481; Fri, 31 Mar 2000 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0146137B6FD for ; Fri, 31 Mar 2000 05:19:18 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA37313; Fri, 31 Mar 2000 05:19:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003311319.FAA37313@freefall.freebsd.org> Date: Fri, 31 Mar 2000 05:19:17 -0800 (PST) From: titus@2edc.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17711: kvm_nlist does not work properly when btx loader is skipped at boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17711 >Category: misc >Synopsis: kvm_nlist does not work properly when btx loader is skipped at boot >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 Mar 31 05:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Titus Manea >Release: 4.0-RELEASE >Organization: Eastern Digital >Environment: FreeBSD titus.edc.dnttm.ro 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Wed Mar 29 13:28:24 GMT 2000 root@:/usr/src/sys/compile/kick4 i386 >Description: If the system is booted without the 3rd stage (typing kernel at first boot prompt) kvm_nlist is not working properly, so top/vmstat/swapinfo and other programs do not work; I traced the problem to the kldsym syscall witch is called from kvm_nlist in libkvm.so.2; Some symbols (not all) are not resolved; If the system is booted thru the btx loader all works ok >How-To-Repeat: boot without btxload (type /kernel at the boot prompt) >Fix: dont boot without btx load if possible; for my diskless workstation that boots always without btx i hacked libkvm to use the 3.x style kvm_kernel.db for resolving symbols >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 Mar 31 5:36:51 2000 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 1F3A737B5A2; Fri, 31 Mar 2000 05:36:50 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA40717; Fri, 31 Mar 2000 05:36:49 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Fri, 31 Mar 2000 05:36:49 -0800 (PST) From: Message-Id: <200003311336.FAA40717@freefall.freebsd.org> To: titus@2edc.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/17711: kvm_nlist does not work properly when btx loader is skipped at boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kvm_nlist does not work properly when btx loader is skipped at boot State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Mar 31 05:33:00 PST 2000 State-Changed-Why: Duplicate of PR 17422. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 6:56:42 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from gw.nectar.com (gw.nectar.com [209.98.143.44]) by hub.freebsd.org (Postfix) with ESMTP id 5CF5D37B919 for ; Fri, 31 Mar 2000 06:56:41 -0800 (PST) (envelope-from nectar@nectar.com) Received: by gw.nectar.com (Postfix, from userid 1001) id EADB5243541; Fri, 31 Mar 2000 08:56:39 -0600 (CST) Date: Fri, 31 Mar 2000 08:56:39 -0600 From: "Jacques A . Vidrine" To: freebsd-bugs@FreeBSD.org Subject: Re: bin/10511: incorrect return value in kvm_read(3) and kvm_write(3) Message-ID: <20000331085639.B61152@spawn.nectar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Url: http://www.nectar.com/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org BDE pointed out to me that this was fixed in NetBSD revision 1.56 of src/lib/libkvm/kvm.c. The NetBSD fix is analogous to the one I provided in this PR. I'm going to go ahead and commit what we have. -- Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 7:50: 6 2000 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 2EA6337B652 for ; Fri, 31 Mar 2000 07:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA37670; Fri, 31 Mar 2000 07:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Mar 2000 07:50:03 -0800 (PST) Message-Id: <200003311550.HAA37670@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: i386/17690: SCSI hangs on SMP kernel (4.0-RELEASE) Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/17690; it has been noted by GNATS. From: "Kenneth D. Merry" To: Klaus Michael Indlekofer Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/17690: SCSI hangs on SMP kernel (4.0-RELEASE) Date: Fri, 31 Mar 2000 08:47:51 -0700 On Fri, Mar 31, 2000 at 15:07:12 +0200, Klaus Michael Indlekofer wrote: > I have solved the problem. > The 4.0 SMP kernel is very critical concerning interrupts. > I had to assign the interrupts manually for all controllers in the BIOS setup: > (IRQ9 for graphics, IRQ10 for network, IRQ11 for SCSI works) I'm glad you got it working. :) Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 7:50: 6 2000 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 92B5037B909 for ; Fri, 31 Mar 2000 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA37661; Fri, 31 Mar 2000 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C2A837B682 for ; Fri, 31 Mar 2000 07:41:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA36012; Fri, 31 Mar 2000 07:41:20 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003311541.HAA36012@freefall.freebsd.org> Date: Fri, 31 Mar 2000 07:41:20 -0800 (PST) From: rajeshn@cybertech.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17712: Some outside networks are unable to resolve the addresses listed in DNS server running on the server. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17712 >Category: i386 >Synopsis: Some outside networks are unable to resolve the addresses listed in DNS server running on the server. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 31 07:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Rajesh Nair >Release: FreeBSD 2.1.7 >Organization: Cybertech Systems Inc. >Environment: FreeBSD arthur.cybertech-usa.com 2.1.7-RELEASE FreeBSD 2.1.7-RELEASE #0: Wed Jan 7 18:21:08 EST 1998 root@arthur.cybertech-usa.com:/usr/src/sys/compile/ART HUR i386 >Description: 1. Some outside networks are unable to resolve the addresses (MX , WWW etc.)listed in DNS server running on the machine. 2. Some times only some of the addresses are resolved (MX, WWW etc.)for some outside networks >How-To-Repeat: >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 Mar 31 7:51:54 2000 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 A478B37B5B8; Fri, 31 Mar 2000 07:51:52 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA38148; Fri, 31 Mar 2000 07:51:53 -0800 (PST) (envelope-from ken@FreeBSD.org) Date: Fri, 31 Mar 2000 07:51:53 -0800 (PST) From: Message-Id: <200003311551.HAA38148@freefall.freebsd.org> To: M.Indlekofer@fz-juelich.de, ken@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/17690: SCSI hangs on SMP kernel (4.0-RELEASE) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SCSI hangs on SMP kernel (4.0-RELEASE) State-Changed-From-To: open->closed State-Changed-By: ken State-Changed-When: Fri Mar 31 07:51:18 PST 2000 State-Changed-Why: PR submitter reports that he has fixed the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 8: 0: 7 2000 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 EDF9F37BADE for ; Fri, 31 Mar 2000 08:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA40039; Fri, 31 Mar 2000 08:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Mar 2000 08:00:03 -0800 (PST) Message-Id: <200003311600.IAA40039@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jin Guojun (FTG staff) Subject: Re: bin/16271 Reply-To: Jin Guojun (FTG staff) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/16271; it has been noted by GNATS. From: Jin Guojun (FTG staff) To: sheldonh@uunet.co.za Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/16271 Date: Fri, 31 Mar 2000 07:54:39 -0800 (PST) > > This problem also exists in 4.0 release. The patch is very simple, > > and the concept is clear. Can we fix this problem with apply the > > following patch? > > I don't think so, because that file is on the vendor branch. This fix > should be submitted to keith Bostic, nvi's maintainer. If he agrees > that the next release of nvi will include this patch exactly, then we > can probably do some magic. Then, how can I contact keith Bostic? Has he been notified for this problem yet? -Jin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 8:32:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.82.131.18]) by hub.freebsd.org (Postfix) with ESMTP id D9AE637B652 for ; Fri, 31 Mar 2000 08:32:14 -0800 (PST) (envelope-from rb@ravenbrook.com) Received: from [193.82.131.28] (skylark.ravenbrook.com [193.82.131.28]) by raven.ravenbrook.com (8.9.3/8.9.3) with ESMTP id RAA00426; Fri, 31 Mar 2000 17:32:01 +0100 (BST) Mime-Version: 1.0 X-Sender: rb@pop3.ravenbrook.com Message-Id: Date: Fri, 31 Mar 2000 17:31:46 +0100 To: freebsd-bugs@freebsd.org From: Richard Brooksby Subject: Something funny about ampersand in /bin/sh Cc: Ravenbrook System Administrators Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Please retain Cc line when reply to this message.] I've just installed FreeBSD 3.4 on our new server and started migrating various things from our old server (running FreeBSD 2.2.8). One of my shell scripts broke, claiming "ambiguous redirection". By trial and error I discovered that ampersands are being treated specially in the shell in some way. For example, this no longer works: echo 2>&1 foo Instead of writing "foo" to stdout this puts "foo" in a file called "1". This looks like a serious bug in the shell to me, since it breaks a lot of shell scripts which use this kind of redirection. Mysteriously, this works: sh -c 'echo 2>&1 foo' but this doesn't: su -fm root -c 'echo 2>&1 foo' Since our server relies on this kind of redirection I'd appreciate a workaround as soon as possible. Thanks. -- Richard Brooksby Senior Consultant Ravenbrook Limited, 51 St. Andrew's Road, Cambridge CB4 1DH, UK Tel +44 1223 519215 Fax +44 870 1641432 www.ravenbrook.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 8:40: 7 2000 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 C470137B889 for ; Fri, 31 Mar 2000 08:40:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA48671; Fri, 31 Mar 2000 08:40:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Mar 2000 08:40:05 -0800 (PST) Message-Id: <200003311640.IAA48671@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David E. Cross" Subject: Re: bin/17681: XDR does not handle 64bit data types correctly Reply-To: "David E. Cross" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17681; it has been noted by GNATS. From: "David E. Cross" To: Sheldon Hearn Cc: "David E. Cross" , FreeBSD-gnats-submit@FreeBSD.ORG, crossd@cs.rpi.edu Subject: Re: bin/17681: XDR does not handle 64bit data types correctly Date: Fri, 31 Mar 2000 11:33:02 -0500 > > It does now. *sigh* > > By the way... You said that your fix is derived from NetBSD. Given > their wild fanaticism for portable code, I'm surprised that your patch > is so much more complicated than theirs. > > What gives? Hmm? It shouldn't be. The aforementioned patch should make our xdr*() routines look identical to NetBSDs. A patch that I posted earlier to the mailing list was more complicated, and less portable, that is why I switched to the NetBSD version. -- David Cross | email: crossd@cs.rpi.edu Acting Lab Director | NYSLP: FREEBSD Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd Rensselaer Polytechnic Institute, | Ph: 518.276.2860 Department of Computer Science | Fax: 518.276.4033 I speak only for myself. | WinNT:Linux::Linux:FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 10: 0: 7 2000 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 20C7337B693 for ; Fri, 31 Mar 2000 10:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA66955; Fri, 31 Mar 2000 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mothra.pdq.com (server.pdq.com [63.77.233.146]) by hub.freebsd.org (Postfix) with ESMTP id 1C7DA37BD6C for ; Fri, 31 Mar 2000 09:54:59 -0800 (PST) (envelope-from pha@mothra.pdq.com) Received: (from pha@localhost) by mothra.pdq.com (8.9.3/8.9.3) id MAA03117; Fri, 31 Mar 2000 12:56:12 -0500 (EST) (envelope-from pha) Message-Id: <200003311756.MAA03117@mothra.pdq.com> Date: Fri, 31 Mar 2000 12:56:12 -0500 (EST) From: pha@pdq.com Reply-To: pha@pdq.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/17713: MAKEDEV and /stand/sysinstall goofups with creating /dev/pass? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17713 >Category: i386 >Synopsis: MAKEDEV and /stand/sysinstall goofups with creating /dev/pass? >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 31 10:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Paul H. Anderson >Release: FreeBSD 5.0-20000320-CURRENT i386 >Organization: Public Data Queries, Inc. (www.pdq.com) >Environment: Hardware is an AMI Megaplex II machine w/4GB RAM, 8 37GB IBM drives, two Adaptec 29160 controllers, gigabit ethernet, etc. >Description: I followed custom install, as I have done many times in the past. Nothing special - just initially configure minimal filesystems for boot, kernel sources only install. Later, I ran /stand/sysinstall to setup the remaining 7 drives. Problem 1: /stand/sysinstall apparently only created /dev/pass? for drives 0 through 3. I had to create 5-7 myself in order to use camcontrol on the drives. Not a big problem, but it leads to problem 2: Problem 2: MAKEDEV gets confused about how many /dev/pass? devices to make. "cd /dev; sh MAKEDEV pass8" should be sufficient to create devices /dev/pass0 through /dev/pass7. Instead, it appeared to only create /dev/pass0 through /dev/pass6. I had to do: "cd /dev; sh MAKEDEV pass9" before all pass devices were made. >How-To-Repeat: find a machine with 8 scsi disk drives, do a fresh install on it, try using camcontrol to control drives 4 through 7, note that devices /dev/pass? don't exist, try to create them, scratch head afterwards. >Fix: unsure - just reporting bugs as I see them >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 Mar 31 10:32: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from knight.cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (Postfix) with ESMTP id E625437B959 for ; Fri, 31 Mar 2000 10:32:01 -0800 (PST) (envelope-from cracauer@knight.cons.org) Received: (from cracauer@localhost) by knight.cons.org (8.9.3/8.9.3) id UAA22818; Fri, 31 Mar 2000 20:31:45 +0200 (CEST) Date: Fri, 31 Mar 2000 20:31:45 +0200 From: Martin Cracauer To: Richard Brooksby Cc: freebsd-bugs@FreeBSD.ORG, Ravenbrook System Administrators Subject: Re: Something funny about ampersand in /bin/sh Message-ID: <20000331203145.A22722@cons.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from rb@ravenbrook.com on Fri, Mar 31, 2000 at 05:31:46PM +0100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In , Richard Brooksby wrote: > [Please retain Cc line when reply to this message.] > > I've just installed FreeBSD 3.4 on our new server and started > migrating various things from our old server (running FreeBSD 2.2.8). > One of my shell scripts broke, claiming "ambiguous redirection". By > trial and error I discovered that ampersands are being treated > specially in the shell in some way. For example, this no longer > works: > > echo 2>&1 foo > > Instead of writing "foo" to stdout this puts "foo" in a file called "1". > > This looks like a serious bug in the shell to me, since it breaks a > lot of shell scripts which use this kind of redirection. > > Mysteriously, this works: > > sh -c 'echo 2>&1 foo' Sorry, I tried FreeBSD's /bin/sh on 3.4-STABLE, 4.0-STABLE and 5.0-current and all work right. $PWD2(\h)\!% uname -r 3.4-STABLE $PWD2(\h)\!% echo 2>&1 foo foo $PWD2(\h)\!% cat 1 cat: 1: No such file or directory I assume that your example runs on another shell that got in your way while upgrading. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 12:20: 7 2000 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 7F5A237B842 for ; Fri, 31 Mar 2000 12:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA00756; Fri, 31 Mar 2000 12:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from grey.cloud.rain.com (c1029014-a.bvrtn1.or.home.com [24.12.160.67]) by hub.freebsd.org (Postfix) with ESMTP id EAD7837BE71 for ; Fri, 31 Mar 2000 12:13:09 -0800 (PST) (envelope-from trost@cloud.rain.com) Received: (qmail 82280 invoked by uid 236); 31 Mar 2000 20:13:07 -0000 Message-Id: <20000331201307.82279.qmail@grey.cloud.rain.com> Date: 31 Mar 2000 20:13:07 -0000 From: trost@cloud.rain.com Reply-To: trost@cloud.rain.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17714: possible priority inversion with use of idprio Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17714 >Category: kern >Synopsis: possible priority inversion with use of idprio >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 Mar 31 12:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Bill Trost >Release: FreeBSD 4.0-20000208-CURRENT i386 >Organization: Trost Computing >Environment: Uhh...single 400 MHz Pentium, single IDE drive...not sure what else would matter. >Description: I have a startup script that starts setiathome at an idprio of 31 and then starts up gf_client (a distributed gamma ray flux project) at an idprio of 30. After startup, I noticed that "ps" had an "L" flag in the "STAT" column for setiathome (the lowest priority process). The next command, "man ps", hung; then, "date" (or, more likely, the shell) hung in another window. At this point, I interrupted gf_client, and everything started working again. I presume that the problem was cause by a priority inversion where the setiathome client had somehow locked a page, but could not do whatever needed to be done with the page because gf_client was taking all available CPU cycles. >How-To-Repeat: Hah! Good luck! I have no idea how to make a process keep pages locked in core long enough to cause the problem. >Fix: I would guess that locking a page in core should cause an increase in the process's priority, but I know nothing of the details. >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 Mar 31 12:50:12 2000 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 C941A37B8F0 for ; Fri, 31 Mar 2000 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA08530; Fri, 31 Mar 2000 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Draculina.otdel-1.org (Draculina.Otdel-1.ORG [195.230.65.30]) by hub.freebsd.org (Postfix) with ESMTP id E6B0A37C276 for ; Fri, 31 Mar 2000 12:45:57 -0800 (PST) (envelope-from nms@otdel-1.org) Received: by Draculina.otdel-1.org (Postfix, from userid 1002) id B18AC108; Sat, 1 Apr 2000 00:45:54 +0400 (MSD) Message-Id: <20000331204554.B18AC108@Draculina.otdel-1.org> Date: Sat, 1 Apr 2000 00:45:54 +0400 (MSD) From: nms@otdel-1.org Reply-To: nms@otdel-1.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17715: bios roms must be excluded from ISA memory space Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17715 >Category: kern >Synopsis: io memory requests from pnp devices lands in video bios >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 Mar 31 12:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Nikolai Saoukh >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: PNP device with the following config IBM0000: start dependant IBM0000: adding io range 0xa20-0xa23, size=0x4, align=0x4 IBM0000: start dependant IBM0000: adding io range 0xa24-0xa27, size=0x4, align=0x4 IBM0000: end dependant IBM0000: adding memory range 0xc0000-0xdffff, size=0x4000, align=0x4000 IBM0000: adding memory range 0xc8000-0xdffff, size=0x2000, align=0x2000 IBM0000: adding irq mask 0xe08 obtain first memory region at address 0xC0000, which is beginning of Video BIOS. >How-To-Repeat: >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 Mar 31 13:50: 6 2000 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 EA20637BA60 for ; Fri, 31 Mar 2000 13:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA21013; Fri, 31 Mar 2000 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 585B037B9FC for ; Fri, 31 Mar 2000 13:42:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA19433; Fri, 31 Mar 2000 13:42:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003312142.NAA19433@freefall.freebsd.org> Date: Fri, 31 Mar 2000 13:42:59 -0800 (PST) From: zags@bigfoot.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17716: administering an unattended installation of FreeBSD on a PC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17716 >Category: misc >Synopsis: administering an unattended installation of FreeBSD on a PC >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 31 13:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Marlon Pitt >Release: Version 3.4 >Organization: >Environment: >Description: I'm somewhat new to FreeBSD and would like to know how do i go about doing an Unattended installation of FreeBSD v3.4 on my PC. What are the necessary steps to be taken etc. >How-To-Repeat: >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 Mar 31 14:45: 5 2000 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 8C53237B9CC; Fri, 31 Mar 2000 14:45:04 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA34415; Fri, 31 Mar 2000 14:45:04 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Fri, 31 Mar 2000 14:45:04 -0800 (PST) From: Message-Id: <200003312245.OAA34415@freefall.freebsd.org> To: zags@bigfoot.com, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/17716: administering an unattended installation of FreeBSD on a PC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: administering an unattended installation of FreeBSD on a PC State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Fri Mar 31 14:43:48 PST 2000 State-Changed-Why: This is exactly the kind of thing the questions@FreeBSD.org mailing list is made for. The PR system is for reporting bugs and submitting patches. A priority of "high" for this is a little absurd as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 31 15: 0:11 2000 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 6850337BDF8 for ; Fri, 31 Mar 2000 15:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA37606; Fri, 31 Mar 2000 15:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id E954F37B53A for ; Fri, 31 Mar 2000 14:51:13 -0800 (PST) (envelope-from robert@cyrus.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.9.3/8.9.3) with SMTP id RAA48245 for ; Fri, 31 Mar 2000 17:51:11 -0500 (EST) (envelope-from robert@cyrus.watson.org) Message-Id: Date: Fri, 31 Mar 2000 17:51:11 -0500 (EST) From: Robert Watson Reply-To: Robert Watson To: FreeBSD-gnats-submit@freebsd.org Subject: bin/17720: presence of old /dev entries causes sysinstall to list twice Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17720 >Category: bin >Synopsis: presence of old /dev entries causes sysinstall to list twice >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 Mar 31 15:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Robert Watson >Release: FreeBSD 4.0-RELEASE i386 >Organization: >Environment: FreeBSD numocking.gw.tislabs.com 4.0-RELEASE FreeBSD 4.0-RELEASE #6: Sun Mar 19 01:17:01 EST 2000 rwatson@numocking.gw.tislabs.com:/usr/src/sys/compile/MOCKING i386 IDE disk devices >Description: x lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk x x x [ ] wd0 wd0 x x x x [ ] ad0 ad0 x x x mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj x When sysinstall is rerun after install and used for any disk-related work, IDE devices will appear twice, once for old-device names, once for new ones. >How-To-Repeat: o Install o Rerun /stand/sysinstall o Go do post-install Configuration, then Fdisk >Fix: Not known, but presumably involves toasting the old device entries which are presumably there for compatibility? >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 Sat Apr 1 3:40: 4 2000 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 E5B1D37B9A7 for ; Sat, 1 Apr 2000 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA11251; Sat, 1 Apr 2000 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 487A537B5C5 for ; Sat, 1 Apr 2000 03:35:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA09508; Sat, 1 Apr 2000 03:35:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200004011135.DAA09508@freefall.freebsd.org> Date: Sat, 1 Apr 2000 03:35:19 -0800 (PST) From: oscnet@yeah.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17728: probe Macronix 98715/98715A 10/100BaseTX error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17728 >Category: kern >Synopsis: probe Macronix 98715/98715A 10/100BaseTX error >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: Sat Apr 1 03:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: oscar >Release: 4.0-stable >Organization: jyc >Environment: no info because I turn to 3.4 stable >Description: when use 3.4 stable the netcard work well. but when I change to 4.0 stable it do not work. the program probe ok at 3.4 as half-duplex,100M, but in 4.0 stable it probed as not half-duplex,100M I think it is only finded by my netcard. /kernel: mx0: rev /kernel: mx0: Ethernet address: 00:00:e8:77:81:94 /kernel: mx0: autoneg complete, link status good (half-duplex, 100Mbps) dc0: port 0x6000-0x60ff mem 0xe4000000-0xe40000ff irq 11 at device 3.0 on pci0 /kernel: dc0: Ethernet address: 00:00:e8:77:81:94 /kernel: miibus0: on dc0 /kernel: dcphy0: on miibus0 /kernel: dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100 baseTX-FDX, auto >How-To-Repeat: >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 Sat Apr 1 7: 0: 6 2000 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 2949337B98C for ; Sat, 1 Apr 2000 07:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA44708; Sat, 1 Apr 2000 07:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 1 Apr 2000 07:00:04 -0800 (PST) Message-Id: <200004011500.HAA44708@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Johan Karlsson Subject: Re: kern/12233: Fvwm2 causes FreeBSD-current to hang or reboot Reply-To: Johan Karlsson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12233; it has been noted by GNATS. From: Johan Karlsson To: dmmiller@cvzoom.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/12233: Fvwm2 causes FreeBSD-current to hang or reboot Date: Sat, 01 Apr 2000 16:53:08 +0200 Hi Do you still have this problem. I use Fvwm 2.2.2 on a FreeBSD 4.0-Release and I do not have this problem. If you still have it did you ever try to compile your kernel/world/Fvwm w/o -O3. /Johan K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 1 13:40: 6 2000 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 5530337BAA1 for ; Sat, 1 Apr 2000 13:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92207; Sat, 1 Apr 2000 13:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 857F337B630 for ; Sat, 1 Apr 2000 13:34:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA90049; Sat, 1 Apr 2000 13:34:58 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200004012134.NAA90049@freefall.freebsd.org> Date: Sat, 1 Apr 2000 13:34:58 -0800 (PST) From: zaphodb@zaphods.net To: freebsd-gnats-submit@FreeBSD.org Subject: kern/17738: reboot after panic: softdep_lock: locking against myself Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17738 >Category: kern >Synopsis: reboot after panic: softdep_lock: locking against myself >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 1 13:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Stefan Schmidt >Release: reboot after panic: softdep_lock: locking against myself >Organization: >Environment: FreeBSD boombox.zaphods.net 3.4-RELEASE FreeBSD 3.4-RELEASE #1: Wed Mar 29 18:09:07 CEST 2000 root@boombox.zaphods.net:/usr/src/sys/compile/BOOMBOX i386 >Description: system did a spontanous reboot (no debugging kernel) while trying to open an xterm. system uses FFS+softupdates >How-To-Repeat: dunno, didnt occur repeadetely(?spelling?) >Fix: >Release-Note: >Audit-Trail: >Unformatted: X-Send-Pr-Version: www-1.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 1 13:40:15 2000 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 1555337BC82 for ; Sat, 1 Apr 2000 13:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92216; Sat, 1 Apr 2000 13:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hydrant.intranova.net (hydrant.ncw.qc.ca [209.201.95.10]) by hub.freebsd.org (Postfix) with SMTP id B2BFD37BC2B for ; Sat, 1 Apr 2000 13:38:14 -0800 (PST) (envelope-from oogali@hydrant.intranova.net) Received: (qmail 14725 invoked by uid 1001); 1 Apr 2000 21:41:48 -0000 Message-Id: <20000401214148.14724.qmail@hydrant.intranova.net> Date: 1 Apr 2000 21:41:48 -0000 From: oogali@intranova.net Reply-To: oogali@intranova.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17739: Traceroute will not compile without IPSEC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17739 >Category: bin >Synopsis: Traceroute will not compile without IPSEC >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: Sat Apr 1 13:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Omachonu Ogali >Release: FreeBSD 5.0-CURRENT i386 >Organization: Intranova Networking Group >Environment: FreeBSD 5.0-CURRENT without IPSEC support. >Description: Traceroute will not compile or run in an environment without IPSEC support due to it being hard-coded in the Makefile. >How-To-Repeat: Compile a kernel without IPSEC support and remove IPSEC libraries. cd /usr/src/usr.sbin/traceroute make >Fix: Patch file included below: --- /usr/src/usr.sbin/traceroute/Makefile.orig Thu Mar 30 14:16:52 2000 +++ /usr/src/usr.sbin/traceroute/Makefile Thu Mar 30 14:23:28 2000 @@ -5,4 +5,11 @@ BINMODE=4555 + +.ifndef (NOIPSEC) CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \ -DSTDC_HEADERS=1 -DIPSEC +.else +CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \ + -DSTDC_HEADERS=1 +.endif + # RTT Jitter on the internet these days means printing 3 decimal places on @@ -14,4 +21,7 @@ CLEANFILES+= version.c + +.ifndef (NOIPSEC) DPADD= ${LIBIPSEC} LDADD= -lipsec +.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 Sat Apr 1 13:40:25 2000 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 B0FCE37BC2B for ; Sat, 1 Apr 2000 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92194; Sat, 1 Apr 2000 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hydrant.intranova.net (hydrant.ncw.qc.ca [209.201.95.10]) by hub.freebsd.org (Postfix) with SMTP id 6349D37BC5E for ; Sat, 1 Apr 2000 13:32:10 -0800 (PST) (envelope-from oogali@hydrant.intranova.net) Received: (qmail 14559 invoked by uid 1001); 1 Apr 2000 21:35:43 -0000 Message-Id: <20000401213543.14558.qmail@hydrant.intranova.net> Date: 1 Apr 2000 21:35:43 -0000 From: oogali@intranova.net Reply-To: oogali@intranova.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/17737: Major repair of PicoBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17737 >Category: misc >Synopsis: Major repair of PicoBSD >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: Sat Apr 1 13:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Omachonu Ogali >Release: FreeBSD 5.0-CURRENT i386 >Organization: Intranova Networking Group >Environment: FreeBSD 5.0-CURRENT >Description: Several parts of PicoBSD would not compile and/or work, been nonworking since about January/February. >How-To-Repeat: cd /usr/src/release/picobsd/build/ ./build Build anything, no build works at all. >Fix: Included patch file to fix PicoBSD/dial, PicoBSD/net, PicoBSD/isp, and a couple of PicoBSD's building scripts. --- /usr/src/release/picobsd/bridge/PICOBSD Wed Mar 15 21:45:18 2000 +++ /usr/src/release/picobsd/bridge/PICOBSD Fri Mar 31 15:05:38 2000 @@ -36,2 +36,4 @@ options PCI_QUIET +options COMPAT_OLDISA #Use ISA shims and glue for old drivers +options COMPAT_OLDPCI #Use PCI shims and glue for old drivers #options NO_LKM --- /usr/src/release/picobsd/build/Makefile.crunch Tue Feb 8 03:27:55 2000 +++ /usr/src/release/picobsd/build/Makefile.crunch Thu Mar 30 14:28:20 2000 @@ -4,3 +4,3 @@ SRC?=/usr/src -CRUNCHFLAGS+= -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT +CRUNCHFLAGS+= -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC @@ -31,12 +31,12 @@ install: - cp crunch1 /mnt/stand/crunch - chmod 555 /mnt/stand/crunch + cp crunch1 ${MFS_MOUNTPOINT}/stand/crunch + chmod 555 ${MFS_MOUNTPOINT}/stand/crunch for i in `crunchgen -l crunch1.conf` ; \ do \ - ln /mnt/stand/crunch /mnt/stand/$${i}; \ + ln ${MFS_MOUNTPOINT}/stand/crunch ${MFS_MOUNTPOINT}/stand/$${i}; \ done - rm /mnt/stand/crunch + rm ${MFS_MOUNTPOINT}/stand/crunch # Install the MIB files - #mkdir -p /mnt/usr/local/share/snmp/mibs - #cp ../../net/crunch1/mibs/*.txt /mnt/usr/local/share/snmp/mibs/ + #mkdir -p ${MFS_MOUNTPOINT}/usr/local/share/snmp/mibs + #cp ../../net/crunch1/mibs/*.txt ${MFS_MOUNTPOINT}/usr/local/share/snmp/mibs/ --- /usr/src/release/picobsd/build/build Tue Feb 8 03:24:59 2000 +++ /usr/src/release/picobsd/build/build Thu Mar 30 14:33:40 2000 @@ -75,3 +75,3 @@ -# Main build procedure. It calls another scripts (stage1) +# Main build procedure. It calls another script (stage1) main() { @@ -103,4 +103,5 @@ echo -n "-> Cleaning temporary files... " - umount -f /mnt - vnconfig -u /dev/rvn0 + umount -f ${MFS_MOUNTPOINT} + rm -rf ${MFS_MOUNTPOINT} + vnconfig -u /dev/rvn${VNUM} ./clean ${TYPE} --- /usr/src/release/picobsd/build/crunch.inc Tue Feb 8 03:29:18 2000 +++ /usr/src/release/picobsd/build/crunch.inc Thu Mar 30 12:04:03 2000 @@ -6 +6,2 @@ NONETGRAPH=yes +NOIPSEC=yes --- /usr/src/release/picobsd/build/mfs.mtree Tue Feb 8 06:39:28 2000 +++ /usr/src/release/picobsd/build/mfs.mtree Thu Mar 30 12:04:04 2000 @@ -49,2 +49,8 @@ .. + locale + .. + syscons + .. + nls + .. .. --- /usr/src/release/picobsd/build/stage1 Tue Feb 8 03:25:00 2000 +++ /usr/src/release/picobsd/build/stage1 Fri Mar 31 07:39:38 2000 @@ -10,4 +10,8 @@ +# By default, /tmp should exist. +# MFS_NAME=fs.PICOBSD -MFS_MOUNTPOINT=/mnt +MFS_MOUNTPOINT=`mktemp -d "/tmp/picobsd.XXXXXXXXXX"` +export MFS_MOUNTPOINT + # fail errno errcode @@ -21,3 +25,3 @@ no_vnconfig) - echo "Error while doing vnconfig of ${MFS_NAME} on /dev/rvn0..." + echo "Error while doing vnconfig of ${MFS_NAME} on /dev/rvn${VNUM}..." echo " Most probably your running kernel doesn't have the vn(4) device." @@ -28,3 +32,3 @@ no_mount) - echo "Error while mounting ${MFS_NAME} (/dev/vn0c) on ${MFS_MOUNTPOINT}" + echo "Error while mounting ${MFS_NAME} (/dev/vn${VNUM}c) on ${MFS_MOUNTPOINT}" ;; @@ -40,3 +44,3 @@ vnconfig2) - echo "Error while doing vnconfig of floppy.img on /dev/rvn0..." + echo "Error while doing vnconfig of floppy.img on /dev/rvn${VNUM}..." ;; @@ -56,2 +60,4 @@ echo "-> Aborting $0" + umount ${MFS_MOUNTPOINT} 2> /dev/null || true + rm -rf ${MFS_MOUNTPOINT} 2> /dev/null || true exit 10 @@ -63,5 +69,9 @@ echo "-> Preparing MFS filesystem..." - umount /dev/vn0 2> /dev/null || true + VNUM=`mount | awk "/vn/ { num++ } END { printf \"%d\", num }"` + export VNUM + echo "-> Using vn${VNUM}..." + + umount /dev/vn${VNUM} 2> /dev/null || true umount ${MFS_MOUNTPOINT} 2> /dev/null || true - vnconfig -u /dev/rvn0 2> /dev/null || true + vnconfig -u /dev/rvn${VNUM} 2> /dev/null || true @@ -72,3 +82,3 @@ - vnconfig -s labels -c /dev/rvn0 ${MFS_NAME} 2>/dev/null || \ + vnconfig -s labels -c /dev/rvn${VNUM} ${MFS_NAME} 2>/dev/null || \ fail $? no_vnconfig @@ -80,9 +90,9 @@ if [ ${MFS_SIZE} -lt 1024 ] ; then - disklabel -rw /dev/rvn0 fd${MFS_SIZE} || fail $? disklabel + disklabel -rw /dev/rvn${VNUM} fd${MFS_SIZE} || fail $? disklabel else - disklabel -rw vn0 auto || fail $? disklabel + disklabel -rw vn${VNUM} auto || fail $? disklabel fi - newfs -i ${MFS_INODES} -m 0 -p 0 -o space /dev/rvn0c - mount /dev/vn0c ${MFS_MOUNTPOINT} || fail $? no_mount + newfs -i ${MFS_INODES} -m 0 -p 0 -o space /dev/rvn${VNUM}c + mount /dev/vn${VNUM}c ${MFS_MOUNTPOINT} || fail $? no_mount @@ -148,4 +158,4 @@ umount ${MFS_MOUNTPOINT} - fsck -p /dev/rvn0c - vnconfig -u /dev/rvn0 + fsck -p /dev/rvn${VNUM}c + vnconfig -u /dev/rvn${VNUM} } @@ -174,3 +184,3 @@ - vnconfig -c /dev/rvn0 picobsd.bin || fail $? vnconfig2 + vnconfig -c /dev/rvn${VNUM} picobsd.bin || fail $? vnconfig2 @@ -179,8 +189,8 @@ # XXX todo: use a type matching floppy size. - disklabel -Brw -b /boot/boot1 -s /boot/boot2 /dev/rvn0 fd1440 || \ + disklabel -Brw -b /boot/boot1 -s /boot/boot2 /dev/rvn${VNUM} fd1440 || \ fail $? disklabel - newfs -i ${FLOPPY_INODES} -m 0 -p 0 -o space /dev/rvn0c + newfs -i ${FLOPPY_INODES} -m 0 -p 0 -o space /dev/rvn${VNUM}c - mount /dev/vn0c ${MFS_MOUNTPOINT} + mount /dev/vn${VNUM}c ${MFS_MOUNTPOINT} @@ -217,3 +227,3 @@ files="motd" - echo "-> Copying language dependent files: ${files} -> /mnt/etc ..." + echo "-> Copying language dependent files: ${files} -> ${MFS_MOUNTPOINT}/etc ..." for i in ${files} ; do @@ -265,3 +275,4 @@ umount ${MFS_MOUNTPOINT} - vnconfig -u /dev/rvn0 + rm -rf ${MFS_MOUNTPOINT} + vnconfig -u /dev/rvn${VNUM} # rm kernel.gz ${MFS_NAME} --- /usr/src/release/picobsd/custom/PICOBSD-C Wed Mar 15 21:45:27 2000 +++ /usr/src/release/picobsd/custom/PICOBSD-C Fri Mar 31 17:05:02 2000 @@ -221 +221,6 @@ #device ums0 # Mouse + +# Compatibility... +options COMPAT_OLDISA #Use ISA shims and glue for old drivers +options COMPAT_OLDPCI #Use PCI shims and glue for old drivers + --- /usr/src/release/picobsd/dial/Makefile.mfs Fri Aug 27 21:33:14 1999 +++ /usr/src/release/picobsd/dial/Makefile.mfs Thu Mar 30 12:12:19 2000 @@ -4,3 +4,5 @@ +.ifndef (DESTDIR) DESTDIR?=/mnt +.endif @@ -15,3 +17,3 @@ .if ${LANGUAGE} == pl -LOCALE= pl_PL.ISO_8859-2 +LOCALE=pl_PL.ISO_8859-2 LOCALE_LINKS=${PL_LOCALE_LINKS} @@ -20,3 +22,3 @@ .else -LOCALE= en_US.ISO_8859-1 +LOCALE=en_US.ISO_8859-1 LOCALE_LINKS=${US_LOCALE_LINKS} @@ -27,3 +29,3 @@ tree: - mtree -deU -f mfs.mtree -p ${DESTDIR} + mtree -deU -f ../build/mfs.mtree -p ${DESTDIR} @@ -44,3 +46,3 @@ ln -s /etc/termcap termcap; \ - echo emacs >/mnt/usr/share/misc/init.ee; \ + echo emacs >${DESTDIR}/usr/share/misc/init.ee; \ cd ../; \ @@ -51,2 +53,3 @@ done; \ + mkdir ${LOCALE}/; \ cp /usr/share/locale/${LOCALE}/* ${LOCALE}/; \ --- /usr/src/release/picobsd/dial/PICOBSD Wed Mar 15 21:45:38 2000 +++ /usr/src/release/picobsd/dial/PICOBSD Fri Mar 31 14:40:40 2000 @@ -4,3 +4,3 @@ #marker def_sz init MFS_inodes floppy_inodes -#PicoBSD 1600 init 4096 32768 +#PicoBSD 2400 init 4096 32768 @@ -31,2 +31,4 @@ options NO_SWAPPING +options COMPAT_OLDISA #Use ISA shims and glue for old drivers +options COMPAT_OLDPCI #Use PCI shims and glue for old drivers --- /usr/src/release/picobsd/dial/crunch1/crunch.conf Tue Feb 8 03:37:50 2000 +++ /usr/src/release/picobsd/dial/crunch1/crunch.conf Fri Mar 31 13:25:14 2000 @@ -4,6 +4,2 @@ # correct value set in 'build' script - you should change it there -# -# NOTE2: use of init(8) is now optional (selectable in "build" script). -# See Makefile for details on how it's added here - you shouldn't add it -# manually here... @@ -21,3 +17,3 @@ -progs ppp ftp telnet ee gzip more +progs ppp ftp telnet ee gzip more oinit #progs ssh @@ -27,5 +23,5 @@ -progs sh test kget echo pwd msg stty +progs sh test kget echo pwd msg stty init progs hostname cat kill sps vm ns -progs chmod chown help +progs chmod chown help getty progs cp df fsck ping mv ln traceroute --- /usr/src/release/picobsd/dial/floppy.tree/etc/mfs.rc Fri Aug 27 21:33:17 1999 +++ /usr/src/release/picobsd/dial/floppy.tree/etc/mfs.rc Fri Mar 31 13:35:29 2000 @@ -30,3 +30,6 @@ echo "" + +gzip -d -f *.gz . rc + exit 0 --- /usr/src/release/picobsd/dial/floppy.tree/etc/rc Fri Aug 27 21:33:17 1999 +++ /usr/src/release/picobsd/dial/floppy.tree/etc/rc Fri Mar 31 15:03:59 2000 @@ -102,2 +102 @@ echo '+----------------------------------------------+' -exit 0 --- /usr/src/release/picobsd/dial/floppy.tree/etc/ttys Thu Aug 27 13:38:42 1998 +++ /usr/src/release/picobsd/dial/floppy.tree/etc/ttys Fri Mar 31 13:35:57 2000 @@ -8,24 +8,3 @@ console none unknown off secure -# -ttyv0 "/usr/libexec/getty Pc" cons25 on secure -# Virtual terminals -ttyv1 "/usr/libexec/getty Pc" cons25 on secure -ttyv2 "/usr/libexec/getty Pc" cons25 on secure -ttyv3 "/usr/libexec/getty Pc" cons25 on secure -ttyv4 "/usr/libexec/getty Pc" cons25 on secure -ttyv5 "/usr/libexec/getty Pc" cons25 on secure -ttyv6 "/usr/libexec/getty Pc" cons25 on secure -ttyv7 "/usr/libexec/getty Pc" cons25 on secure -ttyv8 "/usr/libexec/getty Pc" cons25 on secure -ttyv9 "/usr/libexec/getty Pc" cons25 on secure -# Pseudo terminals -ttyp0 none network secure -ttyp1 none network secure -ttyp2 none network secure -ttyp3 none network -ttyp4 none network -ttyp5 none network -ttyp6 none network -ttyp7 none network -ttyp8 none network -ttyp9 none network +ttyv0 "/usr/libexec/getty Pc" cons25 on secure + --- /usr/src/release/picobsd/dial/floppy.tree.exclude Sun Aug 22 17:42:37 1999 +++ /usr/src/release/picobsd/dial/floppy.tree.exclude Fri Mar 31 17:53:35 2000 @@ -14,2 +14,3 @@ etc/snmpd.conf +etc/sshd_config etc/ttys --- /usr/src/release/picobsd/floppy.tree/etc/fstab Tue Feb 8 09:20:49 2000 +++ /usr/src/release/picobsd/floppy.tree/etc/fstab Thu Mar 30 20:48:48 2000 @@ -1,2 +1 @@ -proc /proc procfs rw 0 0 /dev/fd0c /fd ufs rw,noauto 0 0 --- /usr/src/release/picobsd/floppy.tree/etc/mfs.rc Tue Feb 8 09:20:51 2000 +++ /usr/src/release/picobsd/floppy.tree/etc/mfs.rc Fri Mar 31 18:34:48 2000 @@ -16,7 +16,5 @@ ### Special setup for one floppy PICOBSD ### -set `df /` ; dev="/dev/$8" -echo "Reading /etc from ${dev}..." -mount -o rdonly ${dev} /mnt -cd /mnt/etc ; cp -Rp . /etc/ -cp -Rp /mnt/root / +mount -o rdonly /dev/fd0 /start_floppy +cd /start_floppy/etc ; cp -Rp . /etc/ +cp -Rp /start_floppy/root / cd /etc @@ -24,4 +22,4 @@ pwd_mkdb -p ./master.passwd -umount /mnt -echo "Ok. (Now you can remove ${dev} if you like)" +umount /start_floppy +echo "Ok. (Now you can remove /dev/fd0 if you like)" echo "" --- /usr/src/release/picobsd/floppy.tree/etc/update Tue Feb 8 09:20:54 2000 +++ /usr/src/release/picobsd/floppy.tree/etc/update Fri Mar 31 18:08:05 2000 @@ -3,5 +3,5 @@ pwd=`pwd` -set `df /` ; dev="/dev/$8" +set `df /` ; dev="$8" echo -n "Updating /etc contents on ${dev}... " -mount ${dev} /mnt +mount ${dev} /start_floppy if [ "X$?" != "X0" ] ; then @@ -14,3 +14,3 @@ rm passwd -cp -Rp . /mnt/etc/ +cp -Rp . /start_floppy/etc/ pwd_mkdb master.passwd @@ -18,4 +18,4 @@ echo -n "Updating kernel parameters... " -kget /mnt/boot/kernel.conf -umount /mnt +kget /start_floppy/boot/kernel.conf +umount /start_floppy cd ${pwd} --- /usr/src/release/picobsd/install/PICOBSD Wed Mar 15 21:45:39 2000 +++ /usr/src/release/picobsd/install/PICOBSD Fri Mar 31 17:05:18 2000 @@ -91 +91,4 @@ pseudo-device bpfilter 4 +options COMPAT_OLDISA #Use ISA shims and glue for old drivers +options COMPAT_OLDPCI #Use PCI shims and glue for old drivers + --- /usr/src/release/picobsd/install/crunch1/Makefile Fri Oct 8 00:00:05 1999 +++ /usr/src/release/picobsd/install/crunch1/Makefile Fri Mar 31 18:09:49 2000 @@ -32,11 +32,11 @@ install: - cp crunch1 /mnt/stand/crunch - chmod 555 /mnt/stand/crunch + cp crunch1 ${MFS_MOUNTPOINT}/stand/crunch + chmod 555 ${MFS_MOUNTPOINT}/stand/crunch for i in `crunchgen -l crunch1.conf` ; \ do \ - ln /mnt/stand/crunch /mnt/stand/$${i}; \ + ln ${MFS_MOUNTPOINT}/stand/crunch ${MFS_MOUNTPOINT}/stand/$${i}; \ done - rm /mnt/stand/crunch + rm ${MFS_MOUNTPOINT}/stand/crunch # Install the MIB files - #cp mibs/*.txt /mnt/usr/local/share/snmp/mibs/ + #cp mibs/*.txt ${MFS_MOUNTPOINT}/usr/local/share/snmp/mibs/ --- /usr/src/release/picobsd/isp/PICOBSD Wed Mar 15 21:45:40 2000 +++ /usr/src/release/picobsd/isp/PICOBSD Fri Mar 31 17:05:29 2000 @@ -137 +137,5 @@ #pseudo-device gzip # Exec gzipped a.out's + +options COMPAT_OLDISA #Use ISA shims and glue for old drivers +options COMPAT_OLDPCI #Use PCI shims and glue for old drivers + --- /usr/src/release/picobsd/net/PICOBSD Wed Mar 15 21:45:41 2000 +++ /usr/src/release/picobsd/net/PICOBSD Fri Mar 31 07:11:50 2000 @@ -32,2 +32,4 @@ options PCI_QUIET +options COMPAT_OLDISA #Use ISA shims and glue for old drivers +options COMPAT_OLDPCI #Use PCI shims and glue for old drivers #options DEVFS --- /usr/src/release/picobsd/net/floppy.tree/etc/mfs.rc Fri Aug 27 21:33:40 1999 +++ /usr/src/release/picobsd/net/floppy.tree/etc/mfs.rc Fri Mar 31 14:37:54 2000 @@ -28,2 +28,3 @@ cd /etc +gzip -d -f *.gz pwd_mkdb -p ./master.passwd --- /usr/src/release/picobsd/net/floppy.tree/etc/rc Sat Aug 28 02:22:07 1999 +++ /usr/src/release/picobsd/net/floppy.tree/etc/rc Fri Mar 31 07:34:08 2000 @@ -1,2 +1,2 @@ -#!/bin/sh +#!/bin/sh - # $FreeBSD: src/release/picobsd/net/floppy.tree/etc/rc,v 1.5 1999/08/28 06:22:07 roger Exp $ --- /usr/src/release/picobsd/router/PICOBSD Wed Mar 15 21:45:42 2000 +++ /usr/src/release/picobsd/router/PICOBSD Fri Mar 31 17:05:36 2000 @@ -85 +85,5 @@ pseudo-device md + +options COMPAT_OLDISA #Use ISA shims and glue for old drivers +options COMPAT_OLDPCI #Use PCI shims and glue for old drivers + --- /usr/src/release/picobsd/router/crunch1/Makefile Fri Aug 27 21:33:47 1999 +++ /usr/src/release/picobsd/router/crunch1/Makefile Fri Mar 31 18:10:36 2000 @@ -24,9 +24,9 @@ install: - cp crunch1 /mnt/stand/crunch - chmod 555 /mnt/stand/crunch + cp crunch1 ${MFS_MOUNTPOINT}/stand/crunch + chmod 555 ${MFS_MOUNTPOINT}/stand/crunch for i in `crunchgen -l crunch1.conf` ; \ do \ - ln /mnt/stand/crunch /mnt/stand/$${i}; \ + ln ${MFS_MOUNTPOINT}/stand/crunch ${MFS_MOUNTPOINT}/stand/$${i}; \ done - rm /mnt/stand/crunch + rm ${MFS_MOUNTPOINT}/stand/crunch >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 Sat Apr 1 13:50: 5 2000 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 5BF3537BC5B for ; Sat, 1 Apr 2000 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA96264; Sat, 1 Apr 2000 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 1 Apr 2000 13:50:02 -0800 (PST) Message-Id: <200004012150.NAA96264@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yoshinobu Inoue Subject: Re: bin/17739: Traceroute will not compile without IPSEC Reply-To: Yoshinobu Inoue Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17739; it has been noted by GNATS. From: Yoshinobu Inoue To: oogali@intranova.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17739: Traceroute will not compile without IPSEC Date: Sun, 02 Apr 2000 06:46:41 +0900 > FreeBSD 5.0-CURRENT without IPSEC support. > > >Description: > > Traceroute will not compile or run in an environment without IPSEC > support due to it being hard-coded in the Makefile. Committed thanks, and sorry to be late. I was about to commit your patches sent to freebsd-current. Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 1 17:42: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from portnoy.lbl.gov (portnoy.lbl.gov [131.243.2.11]) by hub.freebsd.org (Postfix) with ESMTP id C280537BB86 for ; Sat, 1 Apr 2000 17:42:06 -0800 (PST) (envelope-from jin@portnoy.lbl.gov) Received: (from jin@localhost) by george.lbl.gov () id RAA01122 for freebsd-bugs@FreeBSD.org; Sat, 1 Apr 2000 17:42:05 -0800 (PST) Date: Sat, 1 Apr 2000 17:42:05 -0800 (PST) From: Jin Guojun (FTG staff) Message-Id: <200004020142.RAA01122@george.lbl.gov> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/16767 open("/dev/ppi0") will crash machine in 4.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ppi->intr_resource = bus_alloc_resource(...) failed for ppi_attach() somehow, and it is hard to trace MACROs . If the maintainer cannot find why bus_alloc_resource() failed either, please check the ppi->intr_resource value and return failure in ppi_attach(), so users will not crash the machine when trying to open /dev/ppi0. Thanks, -Jin # dmesg ... ppi_attach: parent 0xc0e63080 irq 0x7 ppi_attach: ppi 0xc0e69c00 intr_res 0x0 ... ppi_attach(device_t dev) { uintptr_t irq; int zero = 0; struct ppi_data *ppi = DEVTOSOFTC(dev); /* retrive the irq */ BUS_READ_IVAR(device_get_parent(dev), dev, PPBUS_IVAR_IRQ, &irq); printf("ppi_attach: parent 0x%x irq 0x%x\n", device_get_parent(dev), irq ); /* declare our interrupt handler */ ppi->intr_resource = bus_alloc_resource(dev, SYS_RES_IRQ, &zero, irq, irq, 1, RF_ACTIVE); printf("ppi_attach: ppi 0x%x intr_res 0x%x\n", ppi, ppi->intr_resource); make_dev(&ppi_cdevsw, device_get_unit(dev), /* XXX cleanup */ UID_ROOT, GID_WHEEL, 0600, "ppi%d", device_get_unit(dev)); return (0); } struct resource * bus_alloc_resource(device_t dev, int type, int *rid, u_long start, u_long end, u_long count, u_int flags) { if (dev->parent == 0) return (0); return (BUS_ALLOC_RESOURCE(dev->parent, dev, type, rid, start, end, count, flags)); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 1 21:10: 6 2000 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 3616937B5BD for ; Sat, 1 Apr 2000 21:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA60362; Sat, 1 Apr 2000 21:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 1 Apr 2000 21:10:03 -0800 (PST) Message-Id: <200004020510.VAA60362@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Anatoly Vorobey Subject: bin/12242 : segmentation fault running /usr/bin/fmt Reply-To: Anatoly Vorobey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12242; it has been noted by GNATS. From: Anatoly Vorobey To: dzerkel@columbus.rr.com, freebsd-gnats-submit@freebsd.org, grg@isabase.philol.msu.ru Cc: Subject: bin/12242 : segmentation fault running /usr/bin/fmt Date: Sun, 2 Apr 2000 07:05:22 +0200 > From: "Danny J. Zerkel" > Subject: Re: bin/12242: segmentation fault running /usr/bin/fmt > Date: Sat, 07 Aug 1999 23:05:51 -0400 > > Doing math on null pointers, sounds bad to me... This only was a > problem if the first line was longer than the default buffer size of > 1024. Of course, fmt does nothing to this file since it is only one > line and starts with '.'. This patch will at least keep it from dumping > core. > > --- /usr/src/usr.bin/fmt/fmt.c.orig Tue Sep 30 15:42:05 1997 > +++ /usr/src/usr.bin/fmt/fmt.c Sat Aug 7 22:40:31 1999 > @@ -450,7 +450,8 @@ > outbuf = realloc(outbuf, outbuf_size); > if (outbuf == 0) > abort(); > - outp += outbuf-old_outbuf; > + if (outp != NOSTR) > + outp += outbuf-old_outbuf; This will work, but isn't standard C (outbuf-old_outbuf is not good). Perhaps the following is better. Maybe someone could review/commit this? I've verified this solves the problem. --- fmt.c.orig Sat Aug 28 01:01:18 1999 +++ fmt.c Sun Apr 2 07:06:04 2000 @@ -450,7 +450,8 @@ outbuf = realloc(outbuf, outbuf_size); if (outbuf == 0) abort(); - outp += outbuf-old_outbuf; + if (outp != NOSTR) + outp = outbuf + (outp - old_outbuf); } -- Anatoly Vorobey, mellon@pobox.com http://pobox.com/~mellon/ "Angels can fly because they take themselves lightly" - G.K.Chesterton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 1 22:40: 6 2000 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 77BA637B5A9 for ; Sat, 1 Apr 2000 22:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA04112; Sat, 1 Apr 2000 22:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from defacto-0020C50177C3.sachar.brandeis.edu (defacto-0020C50177C3.sachar.brandeis.edu [129.64.57.119]) by hub.freebsd.org (Postfix) with ESMTP id 2B54F37B5BD for ; Sat, 1 Apr 2000 22:35:33 -0800 (PST) (envelope-from meshko@defacto-0020C50177C3.sachar.brandeis.edu) Received: (from meshko@localhost) by defacto-0020C50177C3.sachar.brandeis.edu (8.9.3/8.9.3) id BAA68555; Sun, 2 Apr 2000 01:35:24 -0500 (EST) (envelope-from meshko) Message-Id: <200004020635.BAA68555@defacto-0020C50177C3.sachar.brandeis.edu> Date: Sun, 2 Apr 2000 01:35:24 -0500 (EST) From: meshko@cs.brandeis.edu Reply-To: meshko@defacto-0020C50177C3.sachar.brandeis.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17746: afd0 access for no particular reason Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Note: There was a bad value `strange' for the field `>Severity:'. It was set to the default value of `serious'. >Number: 17746 >Category: kern >Synopsis: afd0 is accessed for no reason a couple of times a day >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 1 22:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Kruk >Release: FreeBSD 4.0-RELEASE i386 >Organization: Brandeis University >Environment: Mar 29 12:01:09 careers /kernel: ad0: 9765MB [19841/16/63] at a ta0-master using UDMA33 Mar 29 12:01:09 careers /kernel: acd0: CDROM at ata1-master us ing PIO4 Mar 29 12:01:09 careers /kernel: afd0: 96MB [96/64/32] at ata1-slave using PIO0 Mar 29 12:01:09 careers /kernel: Mounting root from ufs:/dev/ad0s1a It's a pretty standard Dell OptiPlex machine. fresh install (ftp) GENERIC kernel. Interal Zip drive >Description: Mar 29 18:36:56 careers /kernel: afd0: reading primary partition table: error re ading fsbn 0 Basically I get this ^^^ message 4-5 times a day. >How-To-Repeat: wait until it do it again >Fix: no idea >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 Sat Apr 1 22:53: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id CA3AF37B7D5 for ; Sat, 1 Apr 2000 22:52:54 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id QAA26481; Sun, 2 Apr 2000 16:52:39 +1000 Date: Sun, 2 Apr 2000 16:52:21 +1000 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Anatoly Vorobey Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/12242 : segmentation fault running /usr/bin/fmt In-Reply-To: <200004020510.VAA60362@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 On Sat, 1 Apr 2000, Anatoly Vorobey wrote: > > --- /usr/src/usr.bin/fmt/fmt.c.orig Tue Sep 30 15:42:05 1997 > > +++ /usr/src/usr.bin/fmt/fmt.c Sat Aug 7 22:40:31 1999 > > @@ -450,7 +450,8 @@ > > outbuf = realloc(outbuf, outbuf_size); > > if (outbuf == 0) > > abort(); > > - outp += outbuf-old_outbuf; > > + if (outp != NOSTR) > > + outp += outbuf-old_outbuf; > > This will work, but isn't standard C (outbuf-old_outbuf is not good). Perhaps > the following is better. Maybe someone could review/commit this? I've > verified this solves the problem. > > --- fmt.c.orig Sat Aug 28 01:01:18 1999 > +++ fmt.c Sun Apr 2 07:06:04 2000 > @@ -450,7 +450,8 @@ > outbuf = realloc(outbuf, outbuf_size); > if (outbuf == 0) > abort(); > - outp += outbuf-old_outbuf; > + if (outp != NOSTR) > + outp = outbuf + (outp - old_outbuf); > } Both old_outbuf and outp are invalid after outbuf has been realloc'ed. Just loading them may trap. The buffer offset should be computed _before_ the realloc. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 1 23: 6:55 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from happy.checkpoint.com (kinata.checkpoint.com [199.203.156.41]) by hub.freebsd.org (Postfix) with ESMTP id 7FDA337B51A for ; Sat, 1 Apr 2000 23:06:49 -0800 (PST) (envelope-from mellon@pobox.com) Received: (from mellon@localhost) by happy.checkpoint.com (8.9.3/8.9.3) id JAA57722; Sun, 2 Apr 2000 09:08:09 GMT (envelope-from mellon@pobox.com) Date: Sun, 2 Apr 2000 09:08:09 +0000 From: Anatoly Vorobey To: Bruce Evans Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/12242 : segmentation fault running /usr/bin/fmt Message-ID: <20000402090809.A57640@happy.checkpoint.com> References: <200004020510.VAA60362@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from bde@zeta.org.au on Sun, Apr 02, 2000 at 04:52:21PM +1000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Apr 02, 2000 at 04:52:21PM +1000, Bruce Evans wrote: > Both old_outbuf and outp are invalid after outbuf has been realloc'ed. > Just loading them may trap. The buffer offset should be computed > _before_ the realloc. Uhm, you are right. How about this? (I'm not abusing s, it's used for the same purpose later). --- fmt.c.orig Sat Aug 28 01:01:18 1999 +++ fmt.c Sun Apr 2 09:05:24 2000 @@ -443,14 +443,15 @@ { register char *cp; register int s, t; - - if (((outp==NOSTR) ? wl : outp-outbuf + wl) >= outbuf_size) { - char *old_outbuf = outbuf; + + s = (outp==NOSTR) ? 0 : outp-outbuf; + + if (s + wl >= outbuf_size) { outbuf_size *= 2; outbuf = realloc(outbuf, outbuf_size); if (outbuf == 0) abort(); - outp += outbuf-old_outbuf; + outp = outbuf + s; } Thanks, Anatoly. -- Anatoly Vorobey, mellon@pobox.com http://pobox.com/~mellon/ "Angels can fly because they take themselves lightly" - G.K.Chesterton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message