From owner-freebsd-bugs Sun Aug 23 05:50:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12518 for freebsd-bugs-outgoing; Sun, 23 Aug 1998 05:50:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12505 for ; Sun, 23 Aug 1998 05:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA07707; Sun, 23 Aug 1998 05:50:01 -0700 (PDT) Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA11486 for ; Sun, 23 Aug 1998 05:42:04 -0700 (PDT) (envelope-from seggers@semyam.dinoco.de) Received: (from uucp@localhost) by tim.xenologics.com (8.8.5/8.8.8) with UUCP id OAA21153 for FreeBSD-gnats-submit@freebsd.org; Sun, 23 Aug 1998 14:36:16 +0200 (MET DST) Received: (from seggers@localhost) by semyam.dinoco.de (8.8.8/8.8.8) id OAA02830; Sun, 23 Aug 1998 14:33:46 +0200 (CEST) (envelope-from seggers) Message-Id: <199808231233.OAA02830@semyam.dinoco.de> Date: Sun, 23 Aug 1998 14:33:46 +0200 (CEST) From: Stefan Eggers Reply-To: seggers@semyam.dinoco.de To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: seggers@semyam.dinoco.de X-Send-Pr-Version: 3.2 Subject: i386/7725: /usr/bin/linux can leave garbage in /tmp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7725 >Category: i386 >Synopsis: /usr/bin/linux can leave garbage in /tmp >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: Sun Aug 23 05:50:00 PDT 1998 >Last-Modified: >Originator: Stefan Eggers >Organization: none >Release: FreeBSD 3.0-CURRENT i386 >Environment: -current from two or three weeks ago, verified with sources CVSUp'ed yesterday. >Description: /usr/bin/linux doesn't test if the linux LKM is already loaded or not. It just blindly calls modload to do the work. Now the problem is that modload leaves behind the module in /tmp when the linux LKM is already loaded. This can happen after going single user and then back to multi user. >How-To-Repeat: Make sure linux emulation is enabled in /etc/rc.conf and the linux LKM is loadded. Go single user, at the password prompt just press CTRL-D and after being back in multi user look at the contents of /tmp. >Fix: I just took the test from /etc/rc.i386 which tests for an already loaded screen blanker and changed it to work for the linux LKM. This code I added to /usr/bin/linux. Another way to reach the same goal is to modfiy modload to also delete the temporary module (if the command line flags say to delete it) even in case of an error. Then trying to load an already loaded module would be a NOP with a non-zero exit status. Index: linux =================================================================== RCS file: /usr2/FreeBSD/CVSROOT/src/lkm/linux/linux,v retrieving revision 1.4 diff -u -r1.4 linux --- linux 1997/02/22 12:48:25 1.4 +++ linux 1998/08/23 12:06:12 @@ -1,3 +1,4 @@ #!/bin/sh # $Id: linux,v 1.4 1997/02/22 12:48:25 peter Exp $ -modload -e linux_mod -u -q -o /tmp/linux_mod /lkm/linux_mod.o +modstat | grep linux_mod >/dev/null || \ + modload -e linux_mod -u -q -o /tmp/linux_mod /lkm/linux_mod.o >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 Aug 23 05:53:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13024 for freebsd-bugs-outgoing; Sun, 23 Aug 1998 05:53:23 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13003; Sun, 23 Aug 1998 05:53:14 -0700 (PDT) (envelope-from danny@FreeBSD.org) From: "Daniel O'Callaghan" Received: (from danny@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA07838; Sun, 23 Aug 1998 05:53:10 -0700 (PDT) Date: Sun, 23 Aug 1998 05:53:10 -0700 (PDT) Message-Id: <199808231253.FAA07838@freefall.freebsd.org> To: joes@wstein.com, danny@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7584 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pppd login fails to check /etc/passwd State-Changed-From-To: feedback-closed State-Changed-By: danny State-Changed-When: Sun Aug 23 05:51:30 PDT 1998 State-Changed-Why: Submitter had not spotted changes in the pap-secrets config file, which now requires * * "" * instead of * * "" for auth login connections. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 23 09:30:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01126 for freebsd-bugs-outgoing; Sun, 23 Aug 1998 09:30:15 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01097 for ; Sun, 23 Aug 1998 09:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23938; Sun, 23 Aug 1998 09:30:01 -0700 (PDT) Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01012 for ; Sun, 23 Aug 1998 09:29:33 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from root@localhost) by home.dragondata.com (8.8.8/8.8.5) id LAA20161; Sun, 23 Aug 1998 11:28:41 -0500 (CDT) Message-Id: <199808231628.LAA20161@home.dragondata.com> Date: Sun, 23 Aug 1998 11:28:41 -0500 (CDT) From: toasty@dragondata.com Reply-To: toasty@dragondata.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/7727: Processes get wedged in 'getblk' on 2.2.7 NFS client Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7727 >Category: kern >Synopsis: Processes get wedged in 'getblk' on 2.2.7 NFS client >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 Aug 23 09:30:00 PDT 1998 >Last-Modified: >Originator: Kevin Day >Organization: DragonData Internet Services >Release: FreeBSD 2.2.7-STABLE i386 >Environment: 2.2.5 NFS server, and 2.2.7 NFS client >Description: Processes on the client get randomly stuck in 'getblk' and are unkillable. corrupt 17558 0.0 0.5 1572 1840 p3- D Wed02PM 0:22.05 ./eggdrop Xtacy 1211 17558 1 0 -5 0 1572 1840 getblk D p3- 0:22.05 ./eggdrop Xtacy kill -9 won't kill it. A possible clue is that when i went to the directory that had the ./eggdrop executable, and did an ls I received: ls: .: Stale NFS file handle >How-To-Repeat: Too random for me to find a pattern >Fix: I wish I knew.... >Audit-Trail: >Unformatted: Kevin Day To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 23 09:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01902 for freebsd-bugs-outgoing; Sun, 23 Aug 1998 09:40:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01893 for ; Sun, 23 Aug 1998 09:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA24057; Sun, 23 Aug 1998 09:40:01 -0700 (PDT) Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01370 for ; Sun, 23 Aug 1998 09:32:50 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from root@localhost) by home.dragondata.com (8.8.8/8.8.5) id LAA20441; Sun, 23 Aug 1998 11:32:05 -0500 (CDT) Message-Id: <199808231632.LAA20441@home.dragondata.com> Date: Sun, 23 Aug 1998 11:32:05 -0500 (CDT) From: toasty@dragondata.com Reply-To: toasty@dragondata.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/7728: ftpd processes hang Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7728 >Category: bin >Synopsis: ftpd processes hang >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 Aug 23 09:40:01 PDT 1998 >Last-Modified: >Originator: Kevin Day >Organization: DragonData Internet Services >Release: FreeBSD 2.2.7-STABLE i386 >Environment: 2.2.7 running ftpd >Description: ftpd processes seem to get hung, staying there for days after the user has disconnected... dolari 6684 0.0 0.1 332 472 ?? Is 5Aug98 0:00.12 ftpd: ip254.stat 1025 6684 16095 0 2 0 332 472 sbwait Is ?? 0:00.12 ftpd: ip254.state-college3.pa.pub-ip.psi.net: dolari: STOR public_html/images/dejanews.jpg\r\n (ftpd) razor 23187 0.0 0.1 328 472 ?? Is 6Aug98 0:00.14 ftpd: t3o202p38. 1169 23187 16095 0 2 0 328 472 sbwait Is ?? 0:00.14 ftpd: t3o202p38.telia.com: razor: STOR botnet.tcl\r\n (ftpd) bdsm7 1011 0.0 0.1 332 496 ?? Is 8Aug98 0:00.35 ftpd: dabl.demon 1051 1011 16095 0 2 0 332 496 sbwait Is ?? 0:00.35 ftpd: dabl.demon.co.uk: bdsm7: STOR tn_a35_jpg.jpg\r\n (ftpd) dolari 3747 0.0 0.1 332 480 ?? Is 9Aug98 0:00.18 ftpd: ip251.stat 1025 3747 16095 0 2 0 332 480 sbwait Is ?? 0:00.18 ftpd: ip251.state-college3.pa.pub-ip.psi.net: dolari: STOR public_html/images/psx.jpg\r\n (ftpd) misfits 21929 0.0 0.1 296 540 ?? Is 9Aug98 0:00.71 ftpd: ppp111.252 1022 21929 16095 0 2 0 296 540 sbwait Is ?? 0:00.71 ftpd: ppp111.252.96.m3riv.videotron.net: t4e: STOR Infini-D.zip\r\n (ftpd) tremor 18438 0.0 0.1 328 508 ?? Is 13Aug98 0:00.10 ftpd: tnt2-13.Hi 1008 18438 16095 0 2 0 328 508 sbwait Is ?? 0:00.10 ftpd: tnt2-13.HiWAAY.net: tremor: STOR news.html\r\n (ftpd) bdsm7 29190 0.0 0.1 332 472 ?? Is 15Aug98 0:06.35 ftpd: user-38h1u 1051 29190 16095 0 2 0 332 472 sbwait Is ?? 0:06.35 ftpd: user-38h1u9r.dialup.mindspring.com: bdsm7: STOR adobe5.ZIP\r\n (ftpd) bdsm7 12871 0.0 0.1 332 496 ?? Is 15Aug98 0:00.74 ftpd: user-38s05 1051 12871 16095 0 2 0 332 496 sbwait Is ?? 0:00.74 ftpd: user-38s053d.dialup.mindspring.com: bdsm7: STOR adobe5.ZIP\r\n (ftpd) bdsm7 14568 0.0 0.1 332 496 ?? Is 15Aug98 0:00.77 ftpd: user-38h1u 1051 14568 16095 0 2 0 332 496 sbwait Is ?? 0:00.77 ftpd: user-38h1uok.dialup.mindspring.com: bdsm7: STOR adobe5.ZIP\r\n (ftpd) jh 23917 0.0 0.1 328 488 ?? Is Tue12AM 0:00.62 ftpd: roscoe-usr 1070 23917 16095 0 2 0 328 488 sbwait Is ?? 0:00.62 ftpd: roscoe-usrpri-29.inwave.com: jh: STOR mirc.tcl.gz\r\n (ftpd) evilcub 20606 0.0 0.1 328 472 ?? Is Tue08PM 0:00.10 ftpd: hazard19.m 1176 20606 16095 0 2 0 328 472 sbwait Is ?? 0:00.10 ftpd: hazard19.mis.NET: evilcub: STOR bust1.zip\r\n (ftpd) evilcub 21987 0.0 0.1 328 488 ?? Is Tue09PM 0:00.11 ftpd: hazard38.m 1176 21987 16095 0 2 0 328 488 sbwait Is ?? 0:00.11 ftpd: hazard38.mis.NET: evilcub: STOR capture.zip\r\n (ftpd) evilcub 22475 0.0 0.1 328 488 ?? Is Tue09PM 0:00.11 ftpd: hazard44.m 1176 22475 16095 0 2 0 328 488 sbwait Is ?? 0:00.11 ftpd: hazard44.mis.net: evilcub: STOR capture.zip\r\n (ftpd) bdsm7 1624 0.0 0.1 332 484 ?? Is Wed06PM 0:00.35 ftpd: user-38s05 1051 1624 16095 0 2 0 332 484 sbwait Is ?? 0:00.35 ftpd: user-38s05hh.dialup.mindspring.com: bdsm7: STOR ImageGenGroup000004.htm\r\n (ftpd) bdsm7 160 0.0 0.1 332 504 ?? Is Fri08PM 0:00.39 ftpd: dabl.demon 1051 160 16095 0 2 0 332 504 sbwait Is ?? 0:00.39 ftpd: dabl.demon.co.uk: bdsm7: STOR BONU013.jpg\r\n (ftpd) darkfire 2065 0.0 0.2 328 708 ?? Ss 1:44AM 0:00.41 ftpd: darkfires. 1006 2065 16095 0 2 0 328 708 sbwait Ss ?? 0:00.41 ftpd: darkfires.dragondata.com: darkfire: NOOP\r\n (ftpd) xplore 6354 0.0 0.2 328 764 ?? Ss 10:53AM 0:00.11 ftpd: dialup0109 1202 6354 16095 0 2 0 328 764 sbwait Ss ?? 0:00.11 ftpd: dialup01093.intersatx.net: xplore: NOOP\r\n (ftpd) corrupt 8506 0.0 0.2 328 756 ?? Is 11:25AM 0:00.09 ftpd: max41.digi 1211 8506 16095 0 2 0 328 756 sbwait Is ?? 0:00.09 ftpd: max41.digitalis2.digitalis.net: corrupt: LIST\r\n (ftpd) While this isn't serious, it tends to build up over time... >How-To-Repeat: No idea. >Fix: >Audit-Trail: >Unformatted: Kevin Day To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 23 13:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18080 for freebsd-bugs-outgoing; Sun, 23 Aug 1998 13:20:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18072 for ; Sun, 23 Aug 1998 13:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA28400; Sun, 23 Aug 1998 13:20:01 -0700 (PDT) Received: from gw-nl1.philips.com (gw-nl1.philips.com [192.68.44.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17459 for ; Sun, 23 Aug 1998 13:10:43 -0700 (PDT) (envelope-from Jos.Backus@nl.origin-it.com) Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1]) by gw-nl1.philips.com with ESMTP id WAA12516 for ; Sun, 23 Aug 1998 22:09:57 +0200 (MEST) (envelope-from Jos.Backus@nl.origin-it.com) Received: from hal.mpn.cp.philips.com (hal.mpn.cp.philips.com [130.139.64.195]) by smtprelay-nl1.philips.com (8.8.5/8.6.10-1.2.2m-970826) with SMTP id WAA24442 for ; Sun, 23 Aug 1998 22:09:57 +0200 (MET DST) Received: (qmail 28522 invoked by uid 666); 23 Aug 1998 20:10:18 -0000 Message-Id: <19980823201018.28521.qmail@hal.mpn.cp.philips.com> Date: 23 Aug 1998 20:10:18 -0000 From: "Jos Backus" To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: i386/7729: Progress RDBMS gives suspicious IPC-related warning when run under iBCS2 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7729 >Category: i386 >Synopsis: Progress broker is unable to read status of semaphore set >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 Aug 23 13:20:00 PDT 1998 >Last-Modified: >Originator: Jos Backus >Organization: Origin B.V. >Release: FreeBSD 3.0-CURRENT i386 >Environment: -current as of today kernel config options: options SYSVSHM options SYSVSEM options SYSVMSG Progress RDBMS 7.3C13 for SCO 3.2v4.2 (COFF executables) iBCS2 emulation >Description: The Progress broker (_mprosrv) manages access to the physical database using shared memory and semaphores. Self-service clients attach to the shared memory db buffers. Semaphores are used to synchronize access. ktrace'ing the broker process reveals the following: 546 _mprosrv CALL open(0xefbfda44,0x2,0) 546 _mprosrv NAMI "/compat/ibcs2/usr/local/dlc/7.3C13/db/testdb.db" 546 _mprosrv NAMI "/usr/local/dlc/7.3C13/db/testdb.db" 546 _mprosrv RET open 5 546 _mprosrv CALL old.fstat(0x5,0x2,0x1) 546 _mprosrv RET old.fstat 0 546 _mprosrv CALL getfsstat(0xefbfdadc,0xefbfda98) 546 _mprosrv NAMI "testdb.db" 546 _mprosrv RET getfsstat 0 546 _mprosrv CALL sigaltstack(0x1,0x55057439,0x1,0,0) 546 _mprosrv RET sigaltstack -1 errno 2 No such file or directory 546 _mprosrv CALL getfsstat(0xefbfdad4,0xefbfda90) 546 _mprosrv NAMI "testdb.db" 546 _mprosrv RET getfsstat 0 546 _mprosrv CALL sigaltstack(0x1,0x55057439,0x1d,0x7b6,0) 546 _mprosrv RET sigaltstack 131072/0x20000 546 _mprosrv CALL getuid 546 _mprosrv RET getuid 0 546 _mprosrv CALL sigaltstack(0,0x20000,0,0x2,0xefbfdb30) 546 _mprosrv RET sigaltstack -1 errno 14 Bad address # Oops! 546 _mprosrv CALL old.lseek(0x4,0xae57,0) 546 _mprosrv RET old.lseek 44631/0xae57 546 _mprosrv CALL read(0x4,0xefbfd758,0x51) 546 _mprosrv GIO fd 4 read 81 bytes "%BSYSTEM ERROR: unable to %s semaphore set %s:%c, errno %d. (551)\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0" 546 _mprosrv RET read 81/0x51 546 _mprosrv CALL fchdir(0xefbfd600) 546 _mprosrv RET fchdir 903898754/0x35e06682 546 _mprosrv CALL fchdir(0x40f114) 546 _mprosrv RET fchdir 903898754/0x35e06682 546 _mprosrv CALL write(0x1,0xefbfd630,0x5a) 546 _mprosrv GIO fd 1 wrote 90 bytes "18:59:14 SERVER: SYSTEM ERROR: unable to read status of semaphore set \ :\240, errno 14. (551) " 546 _mprosrv RET write 90/0x5a 546 _mprosrv CALL sigaltstack(0,0x20000,0,0x8,0x1) 546 _mprosrv RET sigaltstack 0 546 _mprosrv CALL sigaltstack(0x2,0x20000,0xefbfdb40,0x1,0) 546 _mprosrv RET sigaltstack 0 546 _mprosrv CALL sigaltstack(0,0x20000,0x1,0x8,0x1) 546 _mprosrv RET sigaltstack 0 >How-To-Repeat: Start the broker process on a db and watch the screen. Alternatively, ktrace the broker. >Fix: No idea. It does work under BSD/OS's SCO emulation though. >Audit-Trail: >Unformatted: emulation From: Jos.Backus@nl.origin-it.com Reply-To: Jos.Backus@nl.origin-it.com X-send-pr-version: 3.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 24 11:18:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10169 for freebsd-bugs-outgoing; Mon, 24 Aug 1998 11:18:53 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10119 for ; Mon, 24 Aug 1998 11:18:46 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18557 for freebsd-bugs; Mon, 24 Aug 1998 11:00:04 -0700 (PDT) Date: Mon, 24 Aug 1998 11:00:04 -0700 (PDT) Message-Id: <199808241800.LAA18557@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 ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard o [1996/06/05] kern/1293 Fatal trap 12: page fault while in kernel s [1996/07/15] bin/1387 Group file errors cause absolute havoc [P o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in f [1996/10/28] kern/1919 se access to files/directories fails, gives o [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 o [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI f [1997/02/11] kern/2717 Panic with daily script (find) o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/05/01] i386/3462 yokota using a PS/2 mouse causes kernel trap in o [1997/05/24] kern/3674 peter NFS in 2.2 RELEASE hangs. o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/06/25] kern/3949 sos The WD controller probe can fail when it 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/08/11] kern/4273 kernel page faults with heavy disk access o [1997/08/12] kern/4289 kernel panic: vm_fault: fault on nofault o [1997/08/18] kern/4332 gibbs System crash after SCSI DAT tape access. o [1997/08/18] bin/4333 gibbs Dump backup utility completely crashes th o [1997/08/20] kern/4345 Kernel panic is caused by passing file de o [1997/09/02] kern/4453 2.2.2 lockup on restart with ASUS-TX97 mo o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/10/25] kern/4849 2.2.5-RELEASE does not detect TI PCI-1130 o [1997/10/25] kern/4851 adaptec 2940U hangs system if scsi tape d o [1997/10/27] kern/4864 Boot Failure in FreeBSD 2.2.5 RELEASE, ma o [1997/10/28] misc/4876 SCSI hard disks die too often o [1997/11/07] kern/4968 No flow control setting seems to make the o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/20] kern/5117 panic: biodone: buffer not busy o [1997/11/23] kern/5130 Kernel panic GPF imediatly on loading ker s [1997/11/24] bin/5139 portmap does not find interfaces correctl o [1997/11/25] bin/5148 peter mode of file and access on NFS mounted p f [1997/12/04] i386/5223 mount_msdos /dev/fd0.1440 /mnt and failur f [1997/12/21] kern/5355 Fix for NULLFS problems s [1998/01/15] i386/5493 [PATCH] aic6330.c: kernel freeze when I a o [1998/01/26] bin/5572 A major time step blows cron up, runs tho o [1998/01/28] kern/5592 ffs_inode_hash_lock can get permanently l o [1998/01/28] i386/5594 System not bootable when bad partition ty o [1998/02/03] kern/5641 running processes at the IDLE priority (i o [1998/02/10] kern/5702 problem with address network routing o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/02/10] kern/5709 Fatal trap 12: page fault in kernel mode o [1998/02/12] bin/5732 2.2.5 Won't install using partition creat o [1998/03/01] kern/5886 2.2-STABLE crashes when unmounting a busy o [1998/03/01] kern/5895 Kernal dumps caused by fork? o [1998/03/02] kern/5898 2.2-stable kernel panics pmap_relase: fre o [1998/03/13] kern/5994 Kernel Panics on FreeBSD-3.0 current SMP o [1998/03/14] kern/6006 cy driver panics machine when a user dial o [1998/03/22] kern/6102 panic: biodone: buffer not busy o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/03/25] kern/6133 optical drive with 1024-byte (1k) sectors o [1998/03/27] kern/6147 syncronus ufs does not sync o [1998/03/29] bin/6168 tn3270 gets undefined symbol error on sta o [1998/04/11] kern/6274 panic: handle_workitem_freeblocks: block o [1998/04/19] kern/6349 luigi Luigi's sound driver stall wihen it outpu o [1998/04/30] kern/6465 File contents are zeroed after reboot f [1998/05/08] bin/6552 syslog stops working o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug s [1998/05/15] bin/6649 imp normal users can initiate gigantic ping f o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd o [1998/05/19] i386/6693 gibbs computer hang for timeout in scsi control f [1998/05/19] kern/6694 Network hangs, with "No buffers available o [1998/05/23] kern/6732 PCCARD kernel panic in sio driver s [1998/06/03] kern/6853 peter Having an inactive de0 in system leads to o [1998/06/06] misc/6873 FreeBSD 2.2.6 freezes o [1998/06/08] conf/6896 gibbs cannot boot installation diskette with AH o [1998/06/11] kern/6914 FreeBSD 2.2.6-RELEASE and NFS is UNSTABLE o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/16] kern/6964 Problems with cam-980520 code in FreeBSD- o [1998/06/16] ports/6969 jfitz cyrus won't compile o [1998/06/22] kern/7024 gibbs SCSI problem with FreeBSD 2.2.6-RELEASE a o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/06/24] kern/7042 No buffer space available a [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/07/13] kern/7272 mountpoint on NFS server can be removed b o [1998/07/15] kern/7288 /kernel: panic: ffs_alloccg: map corrupte o [1998/07/19] ports/7318 jkh pkg_add ignores missing dependencies o [1998/07/21] bin/7358 [PATCH] Security patches for locatedb etc o [1998/07/21] i386/7361 AHA-2940UW, Micron Millenia, ahc. Driver o [1998/07/27] kern/7418 File corruption occurs when shared+ro mma o [1998/07/27] kern/7422 FreeBSD-current VM systems do not properl o [1998/08/06] ports/7513 se KDE kdm display manager doesn't work (and f [1998/08/07] i386/7528 install hangs @ probing devices screen wi o [1998/08/07] ports/7529 se kdehelp from stock kdebase-1.0 package do o [1998/08/12] kern/7596 serious data integrity problem when readi o [1998/08/14] kern/7611 custom-builtkernel causes fatal trap 12: o [1998/08/14] bin/7614 disklabel fails to write labal on scsi di o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/08/16] i386/7633 panic: page fault on install with boot.fl o [1998/08/17] i386/7646 My system is freeze after X starup. o [1998/08/17] kern/7649 /sys/netinet/if_ether.c: "permanent" reco o [1998/08/18] i386/7675 2.2.7 missed driver support for Compaq Ne 94 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line s [1995/07/29] kern/638 Transmitted packets not passed to bpf in o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps a [1996/02/17] bin/1030 cracauer /bin/sh does not pass environment variabl s [1996/03/06] kern/1067 panic: ufs_lock: recursive lock not expec o [1996/05/24] misc/1247 yokota Conflicting header files f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo o [1996/08/18] kern/1512 dg Use of madvise may may cause bad memory m f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci s [1996/09/21] kern/1661 ft driver hangs uninterruptably at "bavai o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/01] bin/1702 phk installing of tcl manpages fails from mak o [1996/10/04] kern/1723 gibbs kernel fault when doing scsi reprobe o [1996/10/04] kern/1724 gibbs HP colorado T4000S tape drive hangs syste o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be a [1996/10/22] ports/1866 wosch popclient flushes remote mailbox even wit s [1996/10/26] bin/1892 install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly o [1996/11/13] ports/2000 asami obsolete software in distfiles directory a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex s [1996/12/03] kern/2142 FP mask not saved for signal handlers s [1996/12/22] ports/2268 erich libc from linux emulator does not use /et o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor o [1997/01/08] kern/2425 amd driver does not reprobe devices. o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is o [1997/01/09] i386/2431 tegge panic: get_pv_entry: cannot get a pv_entr o [1997/01/12] i386/2471 Sound: Reset failed - Can't reopen device o [1997/01/13] misc/2479 sos NEC CD-ROM NOT RECOGNIZED; MATROX MISTIQU o [1997/01/13] bin/2489 steve gnats mangles sections o [1997/01/16] kern/2507 Renaming DOS directories with "mv" causes o [1997/01/20] bin/2541 tegge cd (using /bin/sh) may leave you in the w o [1997/01/20] kern/2545 se < sd0(ncr0:6:0): COMMAND FAILED ==> Not a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system o [1997/02/05] bin/2671 Run-away processes using all CPU time a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/17] kern/2751 asami 2GB limitation on CCD device partitions s o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/21] misc/2793 libc_r make fscanf failure o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/02/25] kern/2815 Custom Kernel crashes o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2973 output of iostat is wrong. 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] kern/3054 OPL3 sound off by one note 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/05] ports/3205 jmz Mtools-3.0 attempts to flock() a disk par 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/09] kern/3244 ipfw flush closes connections o [1997/04/10] bin/3246 mtree -c should escape whitespace and spe o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/18] kern/3327 using gdb may cause hanging processes. o [1997/04/19] bin/3355 se ncrcontrol fails when -DFAILSAFE in kerne 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/04/28] bin/3406 rich Fresh Internet Install - Permissions on f o [1997/05/01] gnu/3441 C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w o [1997/05/03] bin/3478 pwd_mkdb and passwd o [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/11] misc/3578 defining CXXFLAGS in /etc/make.conf or en 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 o [1997/05/13] conf/3591 parts in rc.local have no effects in rc.* s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] conf/3725 Cirrus Logic PCMCIA Controller Support 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/01] conf/3750 phk Potential improvements to rc.firewall 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/07] conf/3807 mitsumi cd-rom fx800 (8x cd-rom) is not r o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/16] misc/3883 @+netgroup entries break +NIS-user entrie o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen o [1997/07/04] kern/4032 gibbs During recovery from scsi errors, incorre s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/07] ports/4050 jfitz mrtg: rateup dumps core with malloc_optio o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe o [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/04] i386/4226 Floating point exception for double preci o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/09] kern/4256 gibbs ahc driver: kernel goes to strange state o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/21] bin/4353 fetch -m changes modified date o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/08/27] ports/4405 jfitz ascend-radius port is out-of-date 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/07] kern/4487 Kernel panic executing a directory o [1997/09/08] bin/4497 Reverse DNS fails for some CIDR *.IN-ADDR o [1997/09/09] kern/4505 Support for Gravis UltraSound PnP card o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i a [1997/09/18] bin/4568 simple /bin/sh script produces wrong resu o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/19] bin/4585 termcap search fails too early o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/26] conf/4634 peter Sendmail Problem o [1997/09/27] bin/4638 telnet tries to resolve numerical IP addr 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 restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] ports/4773 torstenb Error in posting news items to INN server 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/18] bin/4795 glitch in /bin/sh cd command o [1997/10/18] ports/4798 jmz setuid-root Xserver problem o [1997/10/24] kern/4843 48 meg double fault moved to 64 meg in 2. o [1997/10/25] bin/4850 peter Named crashes with "rm_datum: DB_F_ACTIVE o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/28] bin/4884 the version of amd in 2.2.5-RELEASE appea o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/04] bin/4939 uuxqt unable to execute rnews program o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/10] bin/4998 peter mail and more do not work well with being o [1997/11/10] misc/5001 During installation sc0 device is require o [1997/11/10] misc/5005 f2c is buggy and seriously outdated (agai o [1997/11/11] bin/5008 libc_r not working at static linking o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] bin/5084 wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/20] bin/5105 mount_cd9660 or mount -t cd9660 fails to o [1997/11/20] misc/5107 rebuilding of whatis database does not ca o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk s [1997/12/02] bin/5189 rcmd(3) only allows one hardcoded connect s [1997/12/02] conf/5191 [PATCH] fsck during boot fails due to lac s [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP o [1997/12/13] kern/5285 quotas do not work properly with setuid p s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] misc/5343 booteasy problem o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af a [1997/12/21] docs/5358 doc USWC write posting must be turned off on 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 f [1998/01/15] misc/5499 when setting up the partition for free bs o [1998/01/15] bin/5500 "invalid hostname" is logged instead of I 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/20] ports/5530 asami fetch (in make fetch stage) do not use pa o [1998/01/22] bin/5548 syslogd core dumps when signaled o [1998/01/22] misc/5552 RE: Linux append=reboot=bios parameter im o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/05] bin/5661 /sbin/dump never finishes o [1998/02/06] misc/5673 2.2-980204-SNAP installer runs out of dis o [1998/02/09] bin/5693 groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 LPIP causes spurious reboots o [1998/02/11] misc/5722 Brazil can't decide on daylight savings o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] bin/5733 cp -r cannot copy un-writable directories o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 o [1998/02/25] bin/5845 in sh, set -- `getopt ...` always returns o [1998/02/25] ports/5850 me xemacs-20.3 contains bad send-pr o [1998/02/25] misc/5852 Page fault or error caused by writing to o [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/01] kern/5896 FreeBSD host can't network-write to other o [1998/03/02] kern/5904 panic: newfs o [1998/03/06] ports/5933 ports emacsserver (19.34b) hostname in /tmp/ese o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/09] bin/5961 dup2 wrapper in libc_r is incomplete o [1998/03/10] kern/5965 FreeBSD TCP/IP connectivity get buried by o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/10] ports/5970 ports psmisc ports uploaded to freebsd.org:/pub o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/11] kern/5979 julian sd.c doesn't validate all mode sense 4 va o [1998/03/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/14] bin/6004 cron in -CURRENT sometimes fails to proce o [1998/03/14] bin/6005 -CURRENT cron dies after short periods of 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/19] bin/6071 2.2.6-980315-BETA up grade option problem o [1998/03/20] bin/6074 Incremental dumps are backing up unchange o [1998/03/21] bin/6087 sh doesn't work properly on certain confi o [1998/03/22] kern/6099 LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/03/30] ports/6180 max youbin port has root-exploitable security 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/07] kern/6242 vnode disk driver too unstable in -STABLE 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/11] kern/6277 mouse operation weird in -current o [1998/04/13] ports/6288 se KDE port glitches o [1998/04/14] kern/6300 System locks up in SMP mode when accessin f [1998/04/15] misc/6310 des explicit cast needed in floatpoint.h for o [1998/04/16] bin/6317 with -8E flags telnet still goes to comma o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/17] misc/6340 missing the terminfo, which causes librar 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/19] bin/6353 markm How about upgrading from amd to am-utils? o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac o [1998/04/30] misc/6472 jb [PATCH] _thread_flockfile() hangs process a [1998/05/01] kern/6481 se Patches for VIA Socket 7 chipsets 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 f [1998/05/06] bin/6539 markm [PATCH] bmake version of perl5 available o [1998/05/07] misc/6549 steve You dont always get notified when someone o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] kern/6574 ipfw crash with DIAGANOSTICS o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/15] kern/6650 joerg Replugging PS/2 keyboard causes a panic o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic f [1998/05/21] kern/6710 Quiting PPP paniced my machine o [1998/05/21] ports/6715 jraynard ElectricFence fails to work on -current o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems s [1998/05/29] bin/6790 [PATCH] make(1) coredumps in debugging mo s [1998/05/30] bin/6799 [THREAD,SCSI] problem with open(2) in lib o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] bin/6860 chgrp missing from /sbin 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/05] conf/6872 Wrong csu lib built when setting BINFORMA o [1998/06/09] ports/6902 me xemacs package broken (motif dependency) o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/12] ports/6929 ports fxtv-0.47 fails to build on AccelX server o [1998/06/12] ports/6930 imp socks5 port broken by /usr/lib/aout chang o [1998/06/15] misc/6956 panic: Going nowhere without my init when o [1998/06/18] ports/6986 ports LaTeX vs. teTeX ; xdvi, xdvik vs. teTeX o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R o [1998/06/19] i386/7003 Problem with 3com ethernet 3c509a adaptor s [1998/06/22] bin/7019 [security] pwd.db almost always contains o [1998/06/22] ports/7026 markm corrections to the perl5 port 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 s [1998/06/24] conf/7054 [PATCH] bad default value of ${fs} for ty o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/06/29] ports/7118 ports ifmail 2.13 port has tty lock files in wr o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e o [1998/07/06] ports/7182 asami www/netscape4-navigator cant fetch fortif s [1998/07/06] misc/7190 "Invalid partition table" after new insta o [1998/07/08] ports/7208 torstenb INN port w/TCL enabled doesn't install TC 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 o [1998/07/14] kern/7281 Multicast kludge does not work correctly o [1998/07/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/17] bin/7309 jb pthread_attr_setscope() missing o [1998/07/18] i386/7311 "Probing devices" hangs computer with err o [1998/07/20] ports/7330 gpalmer ucd-snmp produces too much log file when o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/22] bin/7370 ftp client fails to connect o [1998/07/23] ports/7382 ports Pine4 does not co-exist with older instal o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/23] ports/7384 /usr/lib/libncurses.so.3.1 is old o [1998/07/24] i386/7390 jkh Core dump during 2.2.6 -> 2.2.7 upgrade. s [1998/07/26] bin/7402 Games primes and factor don't understand o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 f [1998/07/27] kern/7415 VMIO bug for FS with sub-page-size blocks 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/29] docs/7437 doc IPFW doco unclear about in/out o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/07/31] bin/7457 unix macro in m4(1) bust s [1998/07/31] bin/7458 [STABLE][PATCH]'boot bug' in syslogd o [1998/08/01] ports/7463 ports Perl scripts in automake port require per o [1998/08/02] ports/7472 jseger apache12 doesn't build on -current o [1998/08/02] ports/7473 jseger apache12 port sets permissions incorrectl o [1998/08/02] kern/7474 julian soft-updates: fsck doesn't fix link count o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa o [1998/08/04] bin/7493 jkh sysinstall changes router configuration i o [1998/08/05] kern/7499 Panic in ffs_blkfree() s [1998/08/06] kern/7511 [PATCH] if_lnc network driver probe failu f [1998/08/10] ports/7552 markm I can't make the Perl 5 package s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] kern/7586 [PATCH] Threads bug in libc_r preventing o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/12] misc/7600 Pthreads Bug - Interaction between printf o [1998/08/13] bin/7602 df stay in disk wait o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/18] ports/7673 ports nethack-3.2.2 package doesn't set permiss o [1998/08/19] conf/7677 make world 3.0 fails on r/o src-tree o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/19] kern/7688 FreeBSD will NOT boot itself if it's not o [1998/08/20] i386/7698 scotty/tkined library error o [1998/08/21] kern/7707 fp exception in 1.0 / (double + 1.0) o [1998/08/22] kern/7713 problem with reusing ports with multicast o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/23] ports/7731 ports Mysql package and port core-dumps on 2.2. 409 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables s [1995/05/23] i386/440 want vidcontrol option to apply settings a [1995/05/27] gnu/450 scrappy tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for o [1995/12/17] kern/900 dg ext2fs triggers divide by zero trap in vn o [1996/01/21] bin/961 hoek 'more $file', incorrect CRLF compacting. s [1996/01/28] kern/975 getrusage returns negative deltas a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/02/07] bin/999 /usr/share/mk/sys.mk missing common $(RM) s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u o [1996/05/15] bin/1206 cracauer /bin/sh + emacs + ^G = ruined terminal s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/06/18] i386/1331 [PATCH] changes and bug in ft driver s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET a [1996/08/07] ports/1470 asami need more info in the ports structure s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/08/19] kern/1514 dg mlock fails on readonly regions o [1996/08/20] kern/1516 dg vm_fault.c contains dead code or too many o [1996/08/21] ports/1520 erich sudo dosn't recognise certain passwords a a [1996/09/04] bin/1565 Moving a file to it's link completely rem o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 doc ppp server doc submission s [1996/10/13] kern/1788 wollman netstat gives negative numbers for tcp by s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/14] ports/1804 jkh pkg_create hangs if the packing list has o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong o [1996/10/20] docs/1855 joerg Addition to LINT o [1996/10/23] bin/1872 automounter (amd) cannot ls directories w s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi o [1996/11/25] misc/2105 jmg bsd.lib.mk has problems with STRIP and IN o [1996/11/26] i386/2108 sos [ATAPI] wcd driver may hang under certain o [1996/11/28] kern/2118 sos writing to virtual consoles fails to disp s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad o [1996/12/07] ports/2169 pst zephyr port disagrees with Kerberos causi o [1996/12/08] bin/2184 peter sendmail has lots of trouble with local d a [1996/12/10] ports/2190 asami need cross-reference to xpdf from X11 por s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] kern/2214 File System gets corrupted when mounting s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into s [1996/12/17] i386/2234 fbsdboot.exe does not turn off floppy dri 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/26] bin/2291 [PATCH?] race condition in /etc/master.pa s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 markm new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/07] bin/2410 pppd(8): failing PAP doesn't force line d o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/11] bin/2448 steve [MFC] semctl() not portable -- freebsd re o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/15] bin/2499 des fetch ftp://bla bla doesn't bail in disk o [1997/01/16] i386/2514 jkh BootEasy binary is OLD in in FBSD install o [1997/01/17] bin/2518 /usr/bin/tar is out of date o [1997/01/21] bin/2556 Patch for calendar.c o [1997/01/26] misc/2596 dd refuses to respond to SIGkill o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 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/01/29] misc/2617 Utility submission - upsmon - UPS monitor o [1997/01/31] bin/2630 [PATCH] xargs does excessive and inconsis 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/04] bin/2660 When selecting BSD to boot from system ha o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/05] bin/2672 Problem with telnetd o [1997/02/10] bin/2703 jmg vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] conf/2709 FBSD 2.1.6 X-Server installation setup ut o [1997/02/11] kern/2715 MSDOS-FS 1024/2048 byte/sector media supp o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2734 jkh pkg_* uses relative paths to executables o [1997/02/14] bin/2735 jkh Add signature support (both MD5 and PGP) o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/02/27] gnu/2827 after make world genclass is not installe o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/05] kern/2886 fenner mbuf leak in multicast code o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/09] i386/2924 sos syscons X keyboard gets stuck in capsmode o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 Add -b, -l, and -f options to du(1) o [1997/03/11] ports/2949 asami bsd.port.mk needs something like FETCH_EN o [1997/03/14] ports/2988 joerg vga font is not built o [1997/03/17] ports/3012 obrien qmailanalog port in incoming o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 uucpd.c should normalize host names as lo 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/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/10] kern/3253 scsiconf.c: make ZIP disks use optical dr s [1997/04/13] conf/3272 imp $@ is deprecated I believe, so use ${.TAR 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 /etc/daily did not run on April 6, 1997 o [1997/04/17] ports/3318 ports New port: jigsaw (Java-based HTTP server) o [1997/04/18] ports/3322 markm setlocale problem in lang/perl5 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/04/29] bin/3418 jkh pkg_create doesn't always create gzip'ed o [1997/05/01] ports/3455 jmz mtools-3.6.tgz could have a better mtools o [1997/05/02] kern/3475 gdb(ptrace?) cause create/modify times on o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/05] bin/3506 [PATCH] more did not show iso-8859-n char o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/06] docs/3522 Man pages close(2) misses fcntl lock info o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3556 Bug with -i option in /usr/bin/lpr o [1997/05/09] bin/3558 make reinstall collapses on install-info s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/11] conf/3577 eBones and OBJLINK=yes fails to build o [1997/05/12] kern/3584 cleanup TCP_REASS macro in tcp_input.c o [1997/05/13] conf/3590 doc FAQ gives bad reccomendation re: xdm o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] bin/3638 /bin/w can't handle long /dev/{tty,cua}xx o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags o [1997/05/21] ports/3657 dburr Port of NCSA HyperNews submitted as p5-hy s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. s [1997/05/30] docs/3720 doc Addition for supported Hardware o [1997/05/31] ports/3729 scrappy pgsql dies when initiated o [1997/06/01] conf/3751 Improvements to /etc/rc{,.network,.pccard o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/04] bin/3778 wpaul ypbind -S domainname,server1,... does not o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] kern/3836 Cannot remove HUGE directory o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 netboot/ns8390.c breaks NS datasheet o [1997/06/13] bin/3859 Setting the $0 variable in perl dosnt do 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/16] conf/3886 peter install does not build sendmail host stat o [1997/06/17] ports/3892 itojun new port: www/webxref (cross-reference ge o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] bin/3957 Makefile dependency error in amd o [1997/06/26] ports/3958 obrien a2ps fails if used according to man o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/02] ports/4014 jkh package/port installation obeys roots uma 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/08] misc/4063 2.2.2R Installation fails if Jaz drive sp o [1997/07/13] ports/4083 ache netscape wrapper doesn't hand off args co o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 ftp core dumps after hitting control-C s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/03] kern/4221 Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] ports/4232 scrappy Boot-time start of postgressql postmaster 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 a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP a [1997/08/09] kern/4257 itojun scsi RESERVATION CONFLICT support needed o [1997/08/10] ports/4264 ports mftp get a Segmentation fault o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) a [1997/08/13] gnu/4290 ache man wrong viewed koi8-r manpages and neqn o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/26] ports/4391 ports New port: VPCE o [1997/08/26] misc/4395 if exists(secure) in /usr/src/Makefile is o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti f [1997/09/15] i386/4547 asc.c and pcaudio.c should use selrecord o [1997/09/16] bin/4553 man fails to open manpage if ./man exists o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/17] ports/4565 torstenb News port: ircII-current (ircII-2.9a8/col o [1997/09/18] conf/4572 /etc/rc.network loads ipfirewall lkm rega 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/02] kern/4680 lkm version of vn.c o [1997/10/03] kern/4685 Some SCSI retry messages formatted differ o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/12] gnu/4748 cc -Wformat too sensitive o [1997/10/15] gnu/4771 diff to correct misleading total bytes in a [1997/10/19] ports/4808 andreas Broken password.c in backend/libpq for Fr o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/23] docs/4833 Manual page missing for pccardc o [1997/10/23] kern/4837 bad error return from rmdir() with msdos a [1997/10/23] ports/4839 ports New port - spin - Verification system for 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/03] ports/4928 asami no 'update' target in /usr/ports/Makefile s [1997/11/04] ports/4937 mph A looks-nice audio level meter port is no o [1997/11/07] ports/4967 ports I have ported Carl DeClerck's mserver-0.2 o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/10] misc/4999 Entering '?' at first boot prompt in inst 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/5038 FreeBSD can't read MS Joliet CDs. o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices f [1997/11/14] ports/5045 ports freebsd.ftp.markers for xearth is out of o [1997/11/14] bin/5047 ipfw(8) IP address resolving problem if o 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/15] misc/5064 A dos2bsd conversion utility in C. o [1997/11/17] bin/5072 /usr/bin/fetch parses a URL incorrectly o [1997/11/18] misc/5081 sysinstall glitches o [1997/11/18] misc/5082 Permit upgrade of multi-disk system, or d o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] bin/5109 patch to ftpd, new option to limit number 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/25] misc/5147 [PATCH] a shell script to help -CURRENT u o [1997/11/26] misc/5153 jkh release file checksums in wrong file o [1997/11/26] ports/5158 ports thot editor port doesn't install template 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/03] ports/5201 ports new port-package for fidogate o [1997/12/03] conf/5213 My SB AWE64 isn't being recognized. f [1997/12/05] kern/5231 Mounted MS-DOS floppy disk writes unrelia o [1997/12/06] misc/5239 jkh ata + atapi & /stand/sysinstall & dos o [1997/12/06] ports/5240 ports Incorrect path in pkfonts (fix) o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5274 gibbs [PATCH] mt comp 0/1 does not work, with f 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 f [1997/12/15] ports/5302 ache webcopy port doesnt work? o [1997/12/15] ports/5312 ports New math port xwpl o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp o [1997/12/28] ports/5393 ports DOOMSRC port & package o [1997/12/30] ports/5397 ports upload of new port (fly) f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/08] ports/5446 se KDE port does not install using make in / s [1998/01/08] bin/5451 roberto [PATCH] halt/reboot does not execute /etc o [1998/01/09] ports/5472 erich xmmix-1.2 prot won't compile - "SOUND_VER o [1998/01/10] ports/5475 ports abacus sentry o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/15] docs/5487 doc Adding documentation for scsi(8) usage wi o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ o [1998/01/15] ports/5509 ports submit new port xruskb-1.5.1 s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge o [1998/01/19] misc/5525 bde gid and uid in struct pwd are ints, when 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/21] misc/5539 ftp problems with ftp.freebsd.org ? "Tran o [1998/01/21] bin/5541 ppp -alias (2.2.5-STABLE) has troubles wi o [1998/01/22] docs/5545 doc http://www.freebsd.org/handbook/handbook3 o [1998/01/22] bin/5549 Kernel Problem o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/25] bin/5567 trying to mount a joliet filesystem cdrom o [1998/01/26] bin/5569 Problems with 'moused'. o [1998/01/26] ports/5570 ports new port, rise 0.3.3 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/28] bin/5596 wosch killall's diagnostics bogus o [1998/01/30] ports/5608 jfitz Ports change-request: Afterstep I18N o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir o [1998/02/02] ports/5626 ports 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/04] bin/5650 fetch(1) manpage out of date WRT FTP URLs o [1998/02/04] bin/5651 fenner fetch(1) doesn't CD properly on FTPs o [1998/02/04] ports/5653 ports New port of ICI language a [1998/02/05] ports/5660 ports New port type1inst o [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/07] ports/5675 ports New port in category devel: DOC++ o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] ports/5706 ports New port: ja-dvi2dvi-1.0 (japanese/dvi2dv 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/17] ports/5771 ports New port: Stuttgart Neural Network Simula s [1998/02/17] misc/5772 peter nfsstat does not work o [1998/02/17] ports/5776 ports New compression port: lzo o [1998/02/18] i386/5779 BOUNCE_BUFFERS option in LINT needs modif o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION a [1998/02/18] misc/5786 definition of speed_t in termios.h is not o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] kern/5800 incorporate -current pppd driver into -st o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/21] misc/5813 strsignal() missing a [1998/02/22] ports/5814 ports New package XShodou o [1998/02/22] ports/5821 ports Port of Swish-E, a Web site indexer 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. o [1998/02/25] docs/5848 [PATCH] Update web.mk to handle SGML file o [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] ports/5859 ports xxgdb port doesn't recognize the -k optio o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/02/27] ports/5868 jfitz MSQL isn't PREFIX clean and PLIST wrong o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/01] ports/5885 ports New port: dc20ctrl-0.4 (graphics/dc20ctrl 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/07] conf/5936 Add hostname to C shell prompt o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/08] ports/5946 ports New port biology/molmol o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/15] ports/6017 ports new port: yacl o [1998/03/15] ports/6018 ports new port: ml-3.3 a [1998/03/15] ports/6020 ports new port: Xfstt-0.9.7 o [1998/03/15] ports/6027 max New Port: tgif2tex o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/16] docs/6036 doc New handbook section 10.4.3.4 - si driver s [1998/03/18] ports/6053 kuriyama new port request: korean/hanIM o [1998/03/18] kern/6056 de driver support for DS 21143 incomplete o [1998/03/18] ports/6057 ports xperfmon++-1.40 package fails XtRealloc() o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/18] bin/6064 Script to update files installed by /usr/ o [1998/03/19] i386/6067 boot.help pushes kernel list off screen o [1998/03/21] ports/6085 ports New port: pavuk-0.8 o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] i386/6098 FreeBSD only uses 16M of 48M on Compaq De o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/23] ports/6113 ports new port: rinfo-1.2 o [1998/03/23] ports/6120 ports New port: xtetris-2.6 o [1998/03/27] bin/6144 telnet for 8-bit data path o [1998/03/27] ports/6151 ports New port: xrus-1.5.2 o [1998/03/28] ports/6153 ports New port: flick o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 ports another squid ports o [1998/03/29] ports/6171 ports New port: xtron-1.1a o [1998/03/29] misc/6172 markm Why is /ftp.freebsd.org/pub/FreeBSD/CTM/p o [1998/03/30] bin/6176 running architextSearch (excite) under li o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/01] ports/6194 ports New port: mirrormagic-1.3 o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] bin/6227 as doesn't handle this instruction o [1998/04/06] bin/6228 Syslogd not working according to manpage o [1998/04/06] ports/6230 ports gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm o [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/09] kern/6255 SI driver fix for Jet ISA memory size o [1998/04/09] kern/6256 SI driver - new T225 download code o [1998/04/10] i386/6269 Included is a patch to support AMD Write- o [1998/04/10] i386/6270 options.i386 update for AMD write-allocat o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6308 [PATCH] date(1) -v argument cannot vary s o [1998/04/15] ports/6311 ports New port: gsfonts o [1998/04/15] ports/6312 ports New port: ghostscript-3.33 s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. a [1998/04/16] ports/6321 andreas can't run any version of PostgreSQL on 2. o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] conf/6334 -DALLLANG should be moved from src/Makefi 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 a [1998/04/19] ports/6355 ports New port o [1998/04/20] bin/6359 routed does sent router discovry solicita o [1998/04/20] ports/6361 ports New ports collection: GNU Pascal Compiler s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp o [1998/04/23] ports/6393 ports patch for multimedia-2.1.tar.gz f [1998/04/23] bin/6399 [PATCH] When using "-u" mount doesn't sta o [1998/04/23] bin/6401 user error while mounting causes panic o [1998/04/23] kern/6402 another machine can change my own permane o [1998/04/24] ports/6405 ports vrweb port does not build; ignores local s [1998/04/25] ports/6414 kuriyama new ports for ja-color-lynx2.8rel.3 (modi s [1998/04/25] ports/6416 kuriyama new ports for ja-color-lynx2.8.1dev.7 (mo a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6434 se [PATCH] mediatool in x11/kdelibs cause kw o [1998/04/28] ports/6445 ports New port for `fhist' o [1998/04/29] docs/6455 doc bootptab.5 uses both man macros and mdoc o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou o [1998/05/03] ports/6504 ports New port of `C Interfaces and Implementat o [1998/05/03] kern/6505 panic: cannot mount root on sd1 o [1998/05/04] docs/6508 doc sgmlfmt does not expand relative URLs s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o o [1998/05/04] docs/6510 steve GNATS doesn't expand freebsd-doc s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/07] kern/6544 Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/09] conf/6559 jkh Upgrade processing clobber's ~root/{.cshr o [1998/05/09] ports/6563 se minor problems with KDE ports o [1998/05/09] docs/6564 doc need more references in fetch(1) o [1998/05/10] ports/6570 ports port of java CUP parser o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/11] ports/6598 ports new port for FreeBSD - asmodem o [1998/05/12] ports/6606 ports package add of perl-5.00404 fails w/3.0 S o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/12] ports/6613 ports ports/lang/perl5 fails to install by addi 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 f [1998/05/16] bin/6653 The rc script sometimes produces errors w o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/18] docs/6681 doc docu. addition o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6699 ports Generic NQS port (new) o [1998/05/20] kern/6702 luigi tsleep and new snd (pcm0) o [1998/05/20] ports/6704 ports New port: gtk-- o [1998/05/21] ports/6709 ports New port kmessage s [1998/05/21] conf/6711 [PATCH ?] I've seen that fortune before o [1998/05/23] ports/6728 ports New port ktranslator o [1998/05/24] docs/6745 doc man page for ftpd o [1998/05/25] misc/6752 jkh sysinstall w/o cd9660 fs loaded can't mou s [1998/05/25] kern/6758 mount_portal fails because kernal refuses 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 s [1998/05/26] docs/6764 doc limits references to sysctl o [1998/05/26] kern/6769 peter panic: nfs rcvunlock o [1998/05/28] ports/6776 ports New port - xqf 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 s [1998/05/29] i386/6792 eivind [PATCH][STABLE]Backported PnP support for o [1998/05/29] bin/6795 steve send-pr does not parse problem reports co o [1998/05/31] ports/6806 ports /usr/ports/graphics/killustrator doesn't f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD s [1998/06/02] bin/6832 imp [PATCH] Allows PINGing from any address o o [1998/06/02] ports/6838 ports Enable lj4dith driver by default s [1998/06/02] kern/6843 sos [PATCH] to enable reading digital audio s o [1998/06/04] ports/6862 jfitz Cyrus upgraded to 1.5.10 o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/06] ports/6882 markm Perl5 in 3.0-980518-SNAP o [1998/06/11] ports/6915 ports Apache-FP for apache v1.3.0 o [1998/06/11] bin/6919 can not run multiple instances of /sbin/r o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/13] bin/6937 [PATCH] rc.firewall can't be run from net o [1998/06/13] bin/6939 restore does not set the correct uid on d o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/15] ports/6954 vanilla New port: CJK o [1998/06/16] gnu/6965 wosch grep -a dosn't work o [1998/06/16] ports/6970 ports mule and family build faulure 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 o [1998/06/19] conf/6999 Mismatch in rc.conf "accounting" keyword o [1998/06/20] ports/7004 jmz sysutils/cdrecord depends on mkisofs, is a [1998/06/20] ports/7005 dburr Submitting RealAudio Player 3.0 as a new o [1998/06/20] ports/7006 itojun hylafax port improved 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 o [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF o [1998/06/24] misc/7039 jb sigwait doesn't init the return value. s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b s [1998/06/24] i386/7052 amd_map_program and NIS problem s [1998/06/24] bin/7055 steve [mfc] multiple syslog-forwarding will for o [1998/06/24] ports/7062 torstenb pidentd partialy broken in current s [1998/06/24] bin/7063 mount fails if $PWD does not exist o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br s [1998/06/25] bin/7068 /usr/bin/perl: library path addition s [1998/06/26] bin/7081 [patch] lpr stuff doesn't deal with RM an s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co o [1998/06/28] ports/7094 ports New port of xbomber game s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/28] bin/7101 /sbin/ipfw unexpected variant treatment o s [1998/06/29] bin/7117 flex -I option is broken o [1998/06/30] ports/7128 ports New port: Raster3D-2.4f o [1998/06/30] ports/7133 markm upgrade SSLeay to 0.9.0b s [1998/06/30] gnu/7135 [PATCH] It's not easy to build a cvs bina s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % o [1998/07/01] ports/7140 ports new port: htdig s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top o [1998/07/02] ports/7150 ports `elftoaout': new port s [1998/07/04] i386/7159 [PATCH] Unknown option OVERRIDE_CARD (bt8 o [1998/07/04] ports/7163 ports new port: p5-Set-IntSpan o [1998/07/04] ports/7164 ports new port: p5-News-Newsrc s [1998/07/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco f [1998/07/07] i386/7201 (cpu == CPU_686) in pmap.c shoud also app s [1998/07/07] bin/7203 [PATCH] fetch -o - file:/path/name doesn' s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra f [1998/07/10] bin/7241 tcpdump does not work with parallel line o [1998/07/11] bin/7254 release: multiple versions of write_mfs_i o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] ports/7261 ports problem of wget-1.5.2 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/13] ports/7275 torstenb Symlink for one ssh man-page is wrong 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/15] docs/7289 doc ppp.8: RECEIVING INCOMING PPP CONNECTIONS o [1998/07/15] bin/7294 lpr -r file fails to remove file because o [1998/07/15] ports/7295 ports Starting programs with bash port causes p o [1998/07/15] bin/7296 hoek Long-standing bug in 'more' wrt CRLF. I o [1998/07/16] bin/7298 Improvements to ln(1). o [1998/07/17] docs/7306 doc There is no manpage for timegm o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/19] bin/7325 /bin/sh redirection does not match man pa o [1998/07/20] ports/7329 ports New port: vje-trial o [1998/07/20] ports/7334 ports www/communicator-4.5 o [1998/07/20] bin/7337 Creating a partition "before" the boot pa o [1998/07/20] ports/7344 ports New port: wmavgload-0.6.1 o [1998/07/21] ports/7347 ports Upgraded port: mysql-3.21.33 o [1998/07/21] conf/7348 Default answer 'NO' in network configurat f [1998/07/21] ports/7350 ports netpbm port refuses to build on CURRENT o [1998/07/21] bin/7352 libc generates spurious warnings when use o [1998/07/21] conf/7355 The checkboxes are not always properly up o [1998/07/21] docs/7359 doc amd documentation problems a [1998/07/22] ports/7365 ports new port request: korean/pgp.language o [1998/07/22] conf/7366 /tmp/.X* not removed by /etc/rc if clear_ o [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting o [1998/07/23] ports/7379 obrien super's command link feature doesn't work o [1998/07/24] misc/7391 jkh 2.2.7-RELEASE: src/CHECKSUM.MD5 and des/C o [1998/07/24] ports/7394 jfitz INDEX has bad description for p5-Mysql-mo s [1998/07/27] ports/7408 asami packages-2.2.7/INDEX is wrong o [1998/07/27] ports/7409 ports New port: CaribbeanStud-1.0 s [1998/07/27] bin/7417 ls -W option unimplemented s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. o [1998/07/29] ports/7428 ports new port of WindowMaker-data o [1998/07/29] ports/7430 se kvt terminal emulator does not update /va s [1998/07/29] misc/7435 [PATCH(HACK)] PR 6387 solution didn't han o [1998/07/29] ports/7439 vanilla Present a FreeBSD port for xamp-0.8-7 o [1998/07/30] ports/7449 ports upgrade of scilab port o [1998/07/30] bin/7454 jkh make dependencies more visible in sysinst o [1998/07/30] misc/7455 jkh trailing spaces on mountpoint hangs sysin s [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/01] kern/7468 [smp] Error building modula-3 on dual-pro o [1998/08/03] ports/7480 ports New Port afbackup-3.0.4 o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 s [1998/08/06] bin/7507 test cannot test for sockets s [1998/08/06] i386/7510 [PATCH] syscons and vidcontrol to support o [1998/08/08] ports/7532 ports New port: ipltd-2.01 s [1998/08/08] docs/7533 doc Chpass command description unclear on gec o [1998/08/09] ports/7537 ports I have made a port for the new PPP client s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po s [1998/08/10] bin/7560 jkh [PATCH] format string problems in sysinst s [1998/08/10] docs/7567 doc pccardc has no man page o [1998/08/11] ports/7576 ports NEW port: skkfep-0.85 (Japanese FrontEnd o [1998/08/11] ports/7580 ports new port: devel/global o [1998/08/11] ports/7581 ports new port [net x11]/ethereal o [1998/08/11] ports/7582 ports new port: net/portscanner o [1998/08/11] bin/7583 indent input file argument isn't really o o [1998/08/11] ports/7585 ports Port for Back Orifice, Windows 95/98 remo f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 NIS Makefile.dist: NOPUSH replaced by REM o [1998/08/13] bin/7607 GTAGS patch for nvi has posibility of buf a [1998/08/14] conf/7613 src/etc/root/dot.profile sets bogus crt e o [1998/08/14] ports/7615 ports pico appends "UUUUUUUUUU" when saving... o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/15] ports/7623 se Missing patch in kde-1.0 port o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] i386/7629 fdisk does not recognize BSD/OS partition o [1998/08/16] bin/7632 Race condition in /stand/sysinstall o [1998/08/16] ports/7634 ports New port: PPA filter for HP "Windows-only o [1998/08/16] ports/7635 vanilla port update: gIDE o [1998/08/16] ports/7639 ports UUENCODE/ISH file converter o [1998/08/16] ports/7640 ports Japanese kanji code converter o [1998/08/17] ports/7643 stb net/netatalk doesn't build under -current o [1998/08/17] ports/7648 ports Port of GD graphic library which uses Rus o [1998/08/17] ports/7651 hoek mail/pathalias, manpage missing in pkg/PL o [1998/08/17] ports/7652 ports mirror installation does not point at loc o [1998/08/17] ports/7653 tegge net/ftpsearch doesn't build under -curren o [1998/08/17] ports/7656 vanilla New port: Gnome-0.27 o [1998/08/18] bin/7657 Slight change for /etc/magic o [1998/08/18] ports/7659 ports submitting request for pfx-0.1.1 o [1998/08/18] ports/7668 ports upgrade: mgv 2.4.3 --> 3.0.2 o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/18] ports/7670 ports new port: net/beroftpd o [1998/08/18] ports/7671 dburr new port: audio/replay o [1998/08/18] ports/7674 ports New port: abacus-0.9.3 o [1998/08/19] conf/7676 3.0 make world on 2.2 problems o [1998/08/19] docs/7679 doc NIS man pages are incomplete o [1998/08/19] ports/7680 ports New port of tn5250 o [1998/08/19] ports/7681 ports [PORTS] TkDesk 1.0 is not Y2K compliant o [1998/08/19] conf/7682 Cron logfile in the wrong place o [1998/08/19] ports/7683 ports exim port builds unoptimized o [1998/08/19] ports/7684 ports ports/textproc/par overides CFLAGS o [1998/08/19] ports/7685 ports ports/lang/perl5 ignores CFLAGS o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/19] ports/7689 ports New port: binkd-0.9.2 o [1998/08/19] ports/7692 ports Update ports: japanese/tcsh o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/20] i386/7695 rc.i386 only enables mouse support for tt o [1998/08/20] misc/7697 rshd gives "broken pipe" at 2.2.7 o [1998/08/20] ports/7700 ports Apache 1.3.1 with ssl o [1998/08/21] ports/7701 ports New port: drmario-1.0 o [1998/08/21] conf/7705 rwhod should use rwhod_flags in rc.networ o [1998/08/21] ports/7706 ports update for catdoc port o [1998/08/22] ports/7714 ports [update ports] editors/emacs20 for emacs- o [1998/08/22] ports/7715 ports [new ports] editors/leim-emacs20 for emac o [1998/08/22] ports/7716 ports New ports of elisa font(8x8 dots JIS X 02 o [1998/08/22] ports/7717 ports [update ports] ${PORTSDIR}/japanese/lynx- o [1998/08/22] ports/7718 ports [new ports] leafnode with Jam patch, ${PO o [1998/08/22] ports/7719 ports New port (audio category) o [1998/08/22] ports/7720 ports New port (audio category) o [1998/08/22] ports/7721 ports New port (audio category) o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] i386/7725 /usr/bin/linux can leave garbage in /tmp o [1998/08/23] docs/7726 doc Add TkDesk problem to y2kbug page o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/23] i386/7729 Progress broker is unable to read status o [1998/08/23] ports/7732 ports new port: graphics/qcread o [1998/08/24] ports/7733 ports Mrtg port doesn't use most recent tarball o [1998/08/24] ports/7734 ports update atari800 - upgrade to the latest v o [1998/08/24] ports/7735 ports new port: mp3encode - mpeg audio file enc o [1998/08/24] docs/7737 doc Problem getting Postscript docs 734 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 25 05:40:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21839 for freebsd-bugs-outgoing; Tue, 25 Aug 1998 05:40:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA21826 for ; Tue, 25 Aug 1998 05:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25194; Tue, 25 Aug 1998 05:40:01 -0700 (PDT) Received: from mail.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA21295 for ; Tue, 25 Aug 1998 05:32:50 -0700 (PDT) (envelope-from ernie!bert.kts.org!hm@ppp.net) Received: from casparc.ppp.net (casparc2.ppp.net [194.64.12.42]) by mail.ppp.net (8.8.8/8.8.8) with SMTP id OAA30768 for ; Tue, 25 Aug 1998 14:32:02 +0200 Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m0zBIGY-002ZjcC; Tue, 25 Aug 98 14:32 MET DST Received: from bert.kts.org(really [194.55.156.2]) by ernie.kts.org via sendmail with smtp id for ; Tue, 25 Aug 1998 14:23:56 +0200 (CEST) (Smail-3.2.0.91 1997-Jan-14 #3 built 1998-Feb-14) Received: by bert.kts.org via sendmail with stdio id for FreeBSD-gnats-submit@freebsd.org; Tue, 25 Aug 1998 14:23:56 +0200 (CEST) (Smail-3.2.0.94 1997-Apr-22 #1 built 1998-Jun-6) Message-Id: Date: Tue, 25 Aug 1998 14:23:56 +0200 (CEST) From: hm@kts.org Reply-To: hm@kts.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/7741: PPP enhancements to tcpdump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7741 >Category: misc >Synopsis: enhancement to tcpdump to print LCP/PAP/CHAP/IPCP frames >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 25 05:40:00 PDT 1998 >Last-Modified: >Originator: Hellmuth Michaelis >Organization: Kitchen Table Systems >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: FreeBSD with the isppp/sppp PPP over ISDN driver from the isdn4bsd package >Description: Tcpdump only prints the protocol type of the PPP authentication and negotiation phase. This is changed by the below appended code which prints out a detailed trace of the PPP LCP/PAP/CHAP/IPCP frames. The environment where this was developed and tested were a Cisco 1003 connected by an ISDN BRI to a FreeBSD 2.2.5 machine running an internal version of the isdn4bsd package. >How-To-Repeat: run tcpdump -vv -i isppp0 (this is currently only possible with a developers version of the isppp driver where the bpf attach DLT parameter is changed to DLT_PPP and some bpf bugs were fixed.) >Fix: appended below is a new version of tcpdump's print-ppp.c source: /* * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that: (1) source code distributions * retain the above copyright notice and this paragraph in its entirety, (2) * distributions including binary code include the above copyright notice and * this paragraph in its entirety in the documentation or other materials * provided with the distribution, and (3) all advertising materials mentioning * features or use of this software display the following acknowledgement: * ``This product includes software developed by the University of California, * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of * the University nor the names of its contributors may be used to endorse * or promote products derived from this software without specific prior * written permission. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef lint static char rcsid[] = "@(#)$Header: print-ppp.c,v 1.22 96/07/14 19:39:03 leres Exp $ (LBL)"; #endif #ifdef PPP #include #include #include #include #include #if __STDC__ struct mbuf; struct rtentry; #endif #include #include #include #include #include #include #include #include #include #include #include "ethertype.h" #include #include "interface.h" #include "addrtoname.h" struct protonames { u_short protocol; char *name; }; static struct protonames protonames[] = { /* * Protocol field values. */ PPP_IP, "IP", /* Internet Protocol */ PPP_XNS, "XNS", /* Xerox NS */ PPP_IPX, "IPX", /* IPX Datagram (RFC1552) */ PPP_VJC_COMP, "VJC_UNCOMP", /* VJ compressed TCP */ PPP_VJC_UNCOMP, "VJC_UNCOMP", /* VJ uncompressed TCP */ PPP_COMP, "COMP", /* compressed packet */ PPP_IPCP, "IPCP", /* IP Control Protocol */ PPP_IPXCP, "IPXCP", /* IPX Control Protocol (RFC1552) */ PPP_CCP, "CCP", /* Compression Control Protocol */ PPP_LCP, "LCP", /* Link Control Protocol */ PPP_PAP, "PAP", /* Password Authentication Protocol */ PPP_LQR, "LQR", /* Link Quality Report protocol */ PPP_CHAP, "CHAP", /* Cryptographic Handshake Auth. Proto*/ }; /* LCP */ #define LCP_CONF_REQ 1 #define LCP_CONF_ACK 2 #define LCP_CONF_NAK 3 #define LCP_CONF_REJ 4 #define LCP_TERM_REQ 5 #define LCP_TERM_ACK 6 #define LCP_CODE_REJ 7 #define LCP_PROT_REJ 8 #define LCP_ECHO_REQ 9 #define LCP_ECHO_RPL 10 #define LCP_DISC_REQ 11 #define LCP_MIN LCP_CONF_REQ #define LCP_MAX LCP_DISC_REQ static char *lcpcodes[] = { /* * LCP code values (RFC1661, pp26) */ "Configure-Request", "Configure-Ack", "Configure-Nak", "Configure-Reject", "Terminate-Request", "Terminate-Ack", "Code-Reject", "Protocol-Reject", "Echo-Request", "Echo-Reply", "Discard-Request", }; #define LCPOPT_VEXT 0 #define LCPOPT_MRU 1 #define LCPOPT_ACCM 2 #define LCPOPT_AP 3 #define LCPOPT_QP 4 #define LCPOPT_MN 5 #define LCPOPT_PFC 7 #define LCPOPT_ACFC 8 #define LCPOPT_MIN 0 #define LCPOPT_MAX 24 static char *lcpconfopts[] = { "Vendor-Ext", "Max-Rx-Unit", "Async-Ctrl-Char-Map", "Auth-Prot", "Quality-Prot", "Magic-Number", "unassigned (6)", "Prot-Field-Compr", "Add-Ctrl-Field-Compr", "FCS-Alternatives", "Self-Describing-Pad", "Numbered-Mode", "Multi-Link-Procedure", "Call-Back", "Connect-Time" "Compund-Frames", "Nominal-Data-Encap", "Multilink-MRRU", "Multilink-SSNHF", "Multilink-ED", "Proprietary", "DCE-Identifier", "Multilink-Plus-Proc", "Link-Discriminator", "LCP-Auth-Option", }; /* CHAP */ #define CHAP_CHAL 1 #define CHAP_RESP 2 #define CHAP_SUCC 3 #define CHAP_FAIL 4 #define CHAP_CODEMIN 1 #define CHAP_CODEMAX 4 static char *chapcode[] = { "Challenge", "Response", "Success", "Failure", }; /* PAP */ #define PAP_AREQ 1 #define PAP_AACK 2 #define PAP_ANAK 3 #define PAP_CODEMIN 1 #define PAP_CODEMAX 3 static char *papcode[] = { "Authenticate-Request", "Authenticate-Ack", "Authenticate-Nak", }; /* IPCP */ #define IPCP_2ADDR 1 #define IPCP_CP 2 #define IPCP_ADDR 3 static int handle_lcp(const u_char *p, int length); static int print_lcp_config_options(u_char *p); static int handle_chap(const u_char *p, int length); static int handle_ipcp(const u_char *p, int length); static int handle_pap(const u_char *p, int length); void ppp_hdlc_print(const u_char *p, int length) { int proto = PPP_PROTOCOL(p); int i, j, x; u_char *ptr; printf("ID-%03d ", *(p+5)); for (i = (sizeof(protonames) / sizeof(protonames[0])) - 1; i >= 0; --i) { if (proto == protonames[i].protocol) { printf("%s: ", protonames[i].name); switch(proto) { case PPP_LCP: handle_lcp(p, length); break; case PPP_CHAP: handle_chap(p, length); break; case PPP_PAP: handle_pap(p, length); break; case PPP_IPCP: handle_ipcp(p, length); break; } break; } } if (i < 0) { printf("%04x: ", proto); } } /* print LCP frame */ static int handle_lcp(const u_char *p, int length) { int x, j; u_char *ptr; x = *(p+4); if((x >= LCP_MIN) && (x <= LCP_MAX)) { printf("%s", lcpcodes[x-1]); } else { printf("0x%02x", x); return; } length -= 4; switch(x) { case LCP_CONF_REQ: case LCP_CONF_ACK: case LCP_CONF_NAK: case LCP_CONF_REJ: x = length; ptr = (u_char *)p+8; do { if((j = print_lcp_config_options(ptr)) == 0) break; x -= j; ptr += j; } while(x > 0); break; case LCP_ECHO_REQ: case LCP_ECHO_RPL: printf(", Magic-Number=%d", ((*(p+8) << 24) + (*(p+9) << 16) + (*(p+10) << 8) + (*(p+11)))); break; case LCP_TERM_REQ: case LCP_TERM_ACK: case LCP_CODE_REJ: case LCP_PROT_REJ: case LCP_DISC_REQ: default: break; } } /* LCP config options */ static int print_lcp_config_options(u_char *p) { int len = *(p+1); int opt = *p; if((opt >= LCPOPT_MIN) && (opt <= LCPOPT_MAX)) printf(", %s", lcpconfopts[opt]); switch(opt) { case LCPOPT_MRU: if(len == 4) printf("=%d", (*(p+2) << 8) + *(p+3)); break; case LCPOPT_AP: if(len >= 4) { if(*(p+2) == 0xc0 && *(p+3) == 0x23) { printf(" PAP"); } else if(*(p+2) == 0xc2 && *(p+3) == 0x23) { printf(" CHAP/"); switch(*(p+4)) { default: printf("unknown-algorithm-%d", *(p+4)); break; case 5: printf("MD5"); break; case 0x80: printf("Micro$oft"); break; } } else if(*(p+2) == 0xc2 && *(p+3) == 0x27) { printf(" EAP"); } else if(*(p+2) == 0xc0 && *(p+3) == 0x27) { printf(" SPAP"); } else if(*(p+2) == 0xc1 && *(p+3) == 0x23) { printf(" Old-SPAP"); } else { printf("unknown"); } } break; case LCPOPT_QP: if(len >= 4) { if(*(p+2) == 0xc0 && *(p+3) == 0x25) printf(" LQR"); else printf(" unknown"); } break; case LCPOPT_MN: if(len == 6) { printf("=%d", ((*(p+2) << 24) + (*(p+3) << 16) + (*(p+4) << 8) + (*(p+5)))); } break; case LCPOPT_PFC: printf(" PFC"); break; case LCPOPT_ACFC: printf(" ACFC"); break; } return(len); } /* CHAP */ static int handle_chap(const u_char *p, int length) { int x, j; u_char *ptr; x = *(p+4); if((x >= CHAP_CODEMIN) && (x <= CHAP_CODEMAX)) { printf("%s", chapcode[x-1]); } else { printf("0x%02x", x); return; } length -= 4; switch(x) { case CHAP_CHAL: case CHAP_RESP: printf(", Value="); x = *(p+8); /* value size */ ptr = (u_char *)p+9; while(--x >= 0) printf("%02x", *ptr++); x = length - *(p+8) - 1; printf(", Name="); while(--x >= 0) printf("%c", *ptr++); break; } } /* PAP */ static int handle_pap(const u_char *p, int length) { int x, j; u_char *ptr; x = *(p+4); if((x >= PAP_CODEMIN) && (x <= PAP_CODEMAX)) { printf("%s", papcode[x-1]); } else { printf("0x%02x", x); return; } length -= 4; switch(x) { case PAP_AREQ: printf(", Peer-Id="); x = *(p+8); /* peerid size */ ptr = (u_char *)p+9; while(--x >= 0) printf("%c", *ptr++); x = *ptr++; printf(", Passwd="); while(--x >= 0) printf("%c", *ptr++); break; case PAP_AACK: case PAP_ANAK: break; } } /* IPCP */ static int handle_ipcp(const u_char *p, int length) { int x, j; x = *(p+8); length -= 4; switch(x) { case IPCP_2ADDR: printf("IP-Addresses"); printf(", Src=%d.%d.%d.%d", *(p+10), *(p+11), *(p+12), *(p+13)); printf(", Dst=%d.%d.%d.%d", *(p+14), *(p+15), *(p+16), *(p+17)); break; case IPCP_CP: printf("IP-Compression-Protocol"); break; case IPCP_ADDR: printf("IP-Address=%d.%d.%d.%d", *(p+10), *(p+11), *(p+12), *(p+13)); break; } } void ppp_if_print(u_char *user, const struct pcap_pkthdr *h, register const u_char *p) { register u_int length = h->len; register u_int caplen = h->caplen; ts_print(&h->ts); if (caplen < PPP_HDRLEN) { printf("[|ppp]"); goto out; } /* * Some printers want to get back at the link level addresses, * and/or check that they're not walking off the end of the packet. * Rather than pass them all the way down, we set these globals. */ packetp = p; snapend = p + caplen; if (eflag) ppp_hdlc_print(p, length); length -= PPP_HDRLEN; switch(PPP_PROTOCOL(p)) { case PPP_IP: case ETHERTYPE_IP: ip_print((const u_char *)(p + PPP_HDRLEN), length); break; case PPP_IPX: case ETHERTYPE_IPX: ipx_print((const u_char *)(p + PPP_HDRLEN), length); break; default: if(!eflag) ppp_hdlc_print(p, length); if(!xflag) default_print((const u_char *)(p + PPP_HDRLEN), caplen - PPP_HDRLEN); } if (xflag) default_print((const u_char *)(p + PPP_HDRLEN), caplen - PPP_HDRLEN); out: putchar('\n'); } #else #include #include #include #include "interface.h" void ppp_if_print(u_char *user, const struct pcap_pkthdr *h, const u_char *p) { error("not configured for ppp"); /* NOTREACHED */ } #endif >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 Aug 25 06:49:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29827 for freebsd-bugs-outgoing; Tue, 25 Aug 1998 06:49:44 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29804; Tue, 25 Aug 1998 06:49:40 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA08779; Tue, 25 Aug 1998 06:49:34 -0700 (PDT) Date: Tue, 25 Aug 1998 06:49:34 -0700 (PDT) Message-Id: <199808251349.GAA08779@freefall.freebsd.org> To: dillon@backplane.com, luoqi@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7422 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD-current VM systems do not properly remove mapped pages on truncate in some situations. -stable does. State-Changed-From-To: open-closed State-Changed-By: luoqi State-Changed-When: Tue Aug 25 06:48:11 PDT 1998 State-Changed-Why: patch committed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 25 07:10:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02133 for freebsd-bugs-outgoing; Tue, 25 Aug 1998 07:10:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02075 for ; Tue, 25 Aug 1998 07:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA09216; Tue, 25 Aug 1998 07:10:01 -0700 (PDT) Received: from yorikke.arb-phys.uni-dortmund.de (yorikke.arb-phys.uni-dortmund.de [192.109.44.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01229 for ; Tue, 25 Aug 1998 07:00:20 -0700 (PDT) (envelope-from wb@yorikke.arb-phys.uni-dortmund.de) Received: (from wb@localhost) by yorikke.arb-phys.uni-dortmund.de (8.9.1/8.9.1) id PAA17757; Tue, 25 Aug 1998 15:59:32 +0200 (MET DST) (envelope-from wb) Message-Id: <199808251359.PAA17757@yorikke.arb-phys.uni-dortmund.de> Date: Tue, 25 Aug 1998 15:59:32 +0200 (MET DST) From: "Wilhelm B. Kloke" Reply-To: wb@yorikke.arb-phys.uni-dortmund.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/7742: fclose(3) dumps core on NULL Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7742 >Category: bin >Synopsis: fclose(3) dumps core on NULL >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 Aug 25 07:10:01 PDT 1998 >Last-Modified: >Originator: Wilhelm B. Kloke >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 3.0-CURRENT i386 >Description: I found for the 2nd time that installing a program failed for fclose coredumping when ivoked with NULL. (teTeX-0.9) >How-To-Repeat: Easily. >Fix: The man page doe not say anything on this. But it seems programming practice, closing a file after open, even if the open failed. So the library fclose should return gracefully when invoked with NULL. >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 Aug 25 15:03:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16603 for freebsd-bugs-outgoing; Tue, 25 Aug 1998 15:03:52 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from transbay.net (synergy.transbay.net [209.133.53.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16598 for ; Tue, 25 Aug 1998 15:03:51 -0700 (PDT) (envelope-from ecsd@transbay.net) Received: from synergy-o.transbay.net (synergy-o.transbay.net [207.105.6.15]) by transbay.net (8.9.1/8.8.8) with SMTP id PAA07570; Tue, 25 Aug 1998 15:07:33 -0700 (PDT) (envelope-from ecsd@transbay.net) Message-ID: <35E335D6.60E33853@transbay.net> Date: Tue, 25 Aug 1998 15:08:22 -0700 From: "Eric C. S. Dynamic" Organization: TransBay.Net, service of U. C. Computers, Inc. X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= CC: bugs@FreeBSD.ORG, sysad@transbay.net Subject: Re: vx driver and the "Can't see myself" problem References: <199808180018.RAA09040@transbay.net> Content-Type: multipart/mixed; boundary="------------58EEE8E4B761E891F1A7590" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------58EEE8E4B761E891F1A7590 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Dag-Erling Coidan Sm=F8rgrav wrote: > = > "Eric C. S. Dynamic" writes: > > It turns out that (evidently) this is a problem with the vx driver, > > since it does work (on the SAME box) if I'm using an 'ed' interface. > > Whoever handles the vx driver might look into this. > = > I have a box that ran with nine aliases on vx0 for over a year (until > I switched to the xl driver), so don't bet any money on it. > = > Could you show us the output of 'ifconfig vx0' on a box that exhibits > these problems? And the *exact* commands you used to set the alias? > = > DES > -- > Dag-Erling Sm=F8rgrav - dag-erli@ifi.uio.no ok, here's your output. This happened while running 2.2.1, I think, and still now running a 3.0-SNAP version. I found out only by accident, noticing that I could ping stuff on the 'ed' interface (not shown in this output but similarly configured) but not on vx0. Before moving to 3.0 the host had only one interface so I had no chance to observe the behavior. -ecsd --------------58EEE8E4B761E891F1A7590 Content-Type: text/plain; charset=us-ascii; name="xx" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xx" ifconfig vx0 207.105.7.2 alias netmask 0xffffffff # synergy ifconfig vx0 207.105.6.12 alias netmask 0xffffffff # dillinger ifconfig vx0 207.105.6.20 alias netmask 0xffffffff # transpacific.net ifconfig vx0 207.105.6.30 alias netmask 0xffffffff # uccomputers.com ifconfig vx0 207.105.6.32 alias netmask 0xffffffff # kauaicondo.com ifconfig vx0 207.105.6.33 alias netmask 0xffffffff # mwm.org ifconfig vx0 207.105.6.38 alias netmask 0xffffffff # westwoodvillage.net ifconfig vx0 207.105.6.39 alias netmask 0xffffffff # rickman.com ifconfig vx0 207.105.6.40 alias netmask 0xffffffff # hdac.com ifconfig vx0 207.105.6.41 alias netmask 0xffffffff # Omnichron ifconfig vx0 207.105.6.43 alias netmask 0xffffffff # prophecy.org ifconfig vx0 207.105.6.45 alias netmask 0xffffffff # kafco.com ifconfig vx0 207.105.6.46 alias netmask 0xffffffff # darnellinsurance.com ifconfig vx0 207.105.6.48 alias netmask 0xffffffff # reprintmint.com ifconfig vx0 207.105.6.49 alias netmask 0xffffffff # bit-ic.com ifconfig vx0 207.105.6.50 alias netmask 0xffffffff # juliespeidel.com ifconfig vx0 207.105.6.52 alias netmask 0xffffffff # confucian.com ifconfig vx0 207.105.6.53 alias netmask 0xffffffff # dsite.com ifconfig vx0 207.105.6.54 alias netmask 0xffffffff # beckmen.com ifconfig vx0 207.105.6.55 alias netmask 0xffffffff # metax.com ifconfig vx0 207.105.6.59 alias netmask 0xffffffff # www.canterbury.com ifconfig vx0 207.105.6.60 alias netmask 0xffffffff # redcafe.com ifconfig vx0 207.105.6.66 alias netmask 0xffffffff # unstable.com ifconfig vx0 207.105.6.68 alias netmask 0xffffffff # searchpro.org ifconfig vx0 207.105.6.69 alias netmask 0xffffffff # schnitz.org ifconfig vx0 207.105.6.79 alias netmask 0xffffffff # pickel.org ifconfig vx0 207.105.6.90 alias netmask 0xffffffff # donjelinek.com ifconfig vx0 207.105.6.98 alias netmask 0xffffffff # etantdonnes.com ifconfig vx0 207.105.6.99 alias netmask 0xffffffff # formandcontent.com ifconfig vx0 207.105.6.102 alias netmask 0xffffffff # techsociety.com ifconfig vx0 207.105.6.103 alias netmask 0xffffffff # setranet.com ifconfig vx0 207.105.6.106 alias netmask 0xffffffff # hurleyweb.com ifconfig vx0 207.105.6.111 alias netmask 0xffffffff # bruinlair.net ifconfig vx0 207.105.6.139 alias netmask 0xffffffff # isbodyjewelry.com ifconfig vx0 207.105.6.141 alias netmask 0xffffffff # beth-israel.berkeley.ca.us ifconfig vx0 207.105.6.143 alias netmask 0xffffffff # trainroom.com ifconfig vx0 207.105.6.152 alias netmask 0xffffffff # tallis.com ifconfig vx0 207.105.6.160 alias netmask 0xffffffff # knoggin.com ifconfig vx0 207.105.6.161 alias netmask 0xffffffff # redkestrel.com ifconfig vx0 207.105.6.168 alias netmask 0xffffffff # rbcomdesign.com ifconfig vx0 207.105.6.176 alias netmask 0xffffffff # cave.org ifconfig vx0 207.105.6.182 alias netmask 0xffffffff # clubtentil.com ifconfig vx0 207.105.6.183 alias netmask 0xffffffff # eightfoldway.com ifconfig vx0 207.105.6.186 alias netmask 0xffffffff # freeradio.org ifconfig vx0 207.105.6.191 alias netmask 0xffffffff # udinsky.com ifconfig vx0 207.105.6.230 alias netmask 0xffffffff # jimmybeans.com ifconfig vx0 207.105.6.231 alias netmask 0xffffffff # lalimes.com ifconfig vx0 207.105.7.32 alias netmask 0xffffffff # photomania.com ifconfig vx0 207.105.7.36 alias netmask 0xffffffff # mountaincomputers.com ifconfig vx0 207.105.7.38 alias netmask 0xffffffff # mkclaw.com ifconfig vx0 207.105.7.39 alias netmask 0xffffffff # bovis-ybg.com ifconfig vx0 207.105.7.42 alias netmask 0xffffffff # ferc.org ifconfig vx0 207.105.7.43 alias netmask 0xffffffff # oaksproject.org ifconfig vx0 207.105.7.45 alias netmask 0xffffffff # gramac.com ifconfig vx0 207.105.7.46 alias netmask 0xffffffff # zoob.com ifconfig vx0 207.105.7.47 alias netmask 0xffffffff # codys.com ifconfig vx0 207.105.7.48 alias netmask 0xffffffff # greenbud.com ifconfig vx0 207.105.7.49 alias netmask 0xffffffff # ayurveda-tcm.com ifconfig vx0 207.105.7.50 alias netmask 0xffffffff # divine-light.org ifconfig vx0 207.105.7.51 alias netmask 0xffffffff # casino-of-god.org ifconfig vx0 207.105.7.52 alias netmask 0xffffffff # green-world-tech.com ifconfig vx0 207.105.7.53 alias netmask 0xffffffff # cuttyhunkfishingclub.com ifconfig vx0 207.105.7.54 alias netmask 0xffffffff # bardon.com ifconfig vx0 207.105.7.55 alias netmask 0xffffffff # fullcontrol.com ifconfig vx0 207.105.7.56 alias netmask 0xffffffff # pacificagenda.com ifconfig vx0 207.105.7.57 alias netmask 0xffffffff # thierman/tvlf.com ifconfig vx0 207.105.7.58 alias netmask 0xffffffff # gogrape/grapeheart.com ifconfig vx0 207.105.7.59 alias netmask 0xffffffff # adot.com ifconfig vx0 207.105.7.60 alias netmask 0xffffffff # assistmachines.com ifconfig vx0 207.105.7.61 alias netmask 0xffffffff # memoryusu.com ifconfig vx0 207.105.7.62 alias netmask 0xffffffff # teksurf.com ifconfig vx0 207.105.7.63 alias netmask 0xffffffff # medyapark ifconfig vx0 207.105.7.65 alias netmask 0xffffffff # mothernature.org ifconfig vx0 207.105.7.67 alias netmask 0xffffffff # newbeginning.com ifconfig vx0 207.105.7.68 alias netmask 0xffffffff # berkeleyfreepress.com ifconfig vx0 207.105.7.69 alias netmask 0xffffffff # net-world-tech.{com,net} ifconfig vx0 207.105.7.70 alias netmask 0xffffffff # yourmarketplace.net ifconfig vx0 207.105.7.72 alias netmask 0xffffffff # ourjesus.net ifconfig vx0 207.105.7.74 alias netmask 0xffffffff # netprospect.com ifconfig vx0 207.105.6.181 alias netmask 0xffffffff # apollojams.com ifconfig vx0 207.105.7.76 alias netmask 0xffffffff # duskvr.com ifconfig vx0 207.105.7.77 alias netmask 0xffffffff # oneprocess.com --------------58EEE8E4B761E891F1A7590-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 25 15:12:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18291 for freebsd-bugs-outgoing; Tue, 25 Aug 1998 15:12:00 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from transbay.net (synergy.transbay.net [209.133.53.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18283 for ; Tue, 25 Aug 1998 15:11:58 -0700 (PDT) (envelope-from ecsd@transbay.net) Received: from synergy-o.transbay.net (synergy-o.transbay.net [207.105.6.15]) by transbay.net (8.9.1/8.8.8) with SMTP id PAA08084; Tue, 25 Aug 1998 15:16:13 -0700 (PDT) (envelope-from ecsd@transbay.net) Message-ID: <35E337DF.7A5F06AF@transbay.net> Date: Tue, 25 Aug 1998 15:17:03 -0700 From: "Eric C. S. Dynamic" Organization: TransBay.Net, service of U. C. Computers, Inc. X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= CC: bugs@FreeBSD.ORG, sysad@transbay.net Subject: Re: vx driver and the "Can't see myself" problem (corrected) References: <199808180018.RAA09040@transbay.net> Content-Type: multipart/mixed; boundary="------------388F659A7991A4528D95ABC" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------388F659A7991A4528D95ABC Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable let me try again, some reason the file did not attach properly. Dag-Erling Coidan Sm=F8rgrav wrote: > = > "Eric C. S. Dynamic" writes: > > It turns out that (evidently) this is a problem with the vx driver, > > since it does work (on the SAME box) if I'm using an 'ed' interface. > > Whoever handles the vx driver might look into this. > = > I have a box that ran with nine aliases on vx0 for over a year (until > I switched to the xl driver), so don't bet any money on it. > = > Could you show us the output of 'ifconfig vx0' on a box that exhibits > these problems? And the *exact* commands you used to set the alias? > = > DES > -- > Dag-Erling Sm=F8rgrav - dag-erli@ifi.uio.no output follows. references to ed1 or ed0 deleted. domain names in comments removed to protect privacy, but of course the earlier message contains them all ... let's see if we get 1 for 2 with netscape attachments. --------------388F659A7991A4528D95ABC Content-Type: text/plain; charset=us-ascii; name="xx" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xx" ] From root Fri Jul 10 14:07:57 1998 ] To: billing ] Subject: new PPP account, fixed address ] ] 14.95 + 2.00 per month, setup not charged ] issac roth ] issac@mindless.com ] bill on credit card: 4339 0997 0011 3182 x1100 ] ] fixed IP address origianlly set to 207.105.6.41 ] notify user at above email address when address changes ] ] account billing starts tomorrow. --------------388F659A7991A4528D95ABC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 25 15:19:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19693 for freebsd-bugs-outgoing; Tue, 25 Aug 1998 15:19:53 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from transbay.net (synergy.transbay.net [209.133.53.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19686 for ; Tue, 25 Aug 1998 15:19:51 -0700 (PDT) (envelope-from ecsd@transbay.net) Received: from synergy-o.transbay.net (synergy-o.transbay.net [207.105.6.15]) by transbay.net (8.9.1/8.8.8) with SMTP id PAA08568 for ; Tue, 25 Aug 1998 15:24:10 -0700 (PDT) (envelope-from ecsd@transbay.net) Message-ID: <35E339BC.20431CA7@transbay.net> Date: Tue, 25 Aug 1998 15:25:00 -0700 From: "Eric C. S. Dynamic" Organization: TransBay.Net, service of U. C. Computers, Inc. X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: bugs@FreeBSD.ORG Subject: Important: please delete mail sent earlier Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org for some reason when I send an attachment with netscape it sends a file other than what I asked it to. In trying to fix the first attempt, the second failed the same way but copied an email containing a credit card number - to bugs@freebsd.org. please delete this mail from your server. I will contact the card holder to inform them their security has been compromised in any event. sorry for the inconvenience. Guess I have to move netscape mail to the "have to reboot it to use it" category. -ecsd@transbay.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 25 15:36:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22129 for freebsd-bugs-outgoing; Tue, 25 Aug 1998 15:36:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from transbay.net (synergy.transbay.net [209.133.53.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22124 for ; Tue, 25 Aug 1998 15:36:32 -0700 (PDT) (envelope-from ecsd@transbay.net) Received: (from root@localhost) by transbay.net (8.9.1/8.8.8) id PAA09359; Tue, 25 Aug 1998 15:40:51 -0700 (PDT) (envelope-from ecsd) Date: Tue, 25 Aug 1998 15:40:51 -0700 (PDT) From: "Eric C. S. Dynamic" Message-Id: <199808252240.PAA09359@transbay.net> To: bugs@FreeBSD.ORG, dag-erli@ifi.uio.no Subject: Re: vx driver and the "Can't see myself" problem (real data) Cc: sysad@transbay.net Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Forget netscape, use Mail. Sorry about the mail snafus ... these things happen only to me. Here's the output, for real: output from "ifconfig vx0": vx0: flags=8843 mtu 1500 inet 209.133.53.2 netmask 0xffffff00 broadcast 209.133.53.255 inet 209.133.53.221 netmask 0xffffffff broadcast 209.133.53.221 inet 209.133.53.73 netmask 0xffffffff broadcast 209.133.53.73 inet 209.133.53.9 netmask 0xffffffff broadcast 209.133.53.9 inet 209.133.53.33 netmask 0xffffffff broadcast 209.133.53.33 inet 209.133.53.34 netmask 0xffffffff broadcast 209.133.53.34 inet 209.133.53.35 netmask 0xffffffff broadcast 209.133.53.35 inet 209.133.53.36 netmask 0xffffffff broadcast 209.133.53.36 inet 209.133.53.37 netmask 0xffffffff broadcast 209.133.53.37 inet 209.133.53.38 netmask 0xffffffff broadcast 209.133.53.38 inet 209.133.53.39 netmask 0xffffffff broadcast 209.133.53.39 inet 209.133.53.40 netmask 0xffffffff broadcast 209.133.53.40 inet 209.133.53.41 netmask 0xffffffff broadcast 209.133.53.41 inet 209.133.53.42 netmask 0xffffffff broadcast 209.133.53.42 inet 209.133.53.43 netmask 0xffffffff broadcast 209.133.53.43 inet 209.133.53.44 netmask 0xffffffff broadcast 209.133.53.44 inet 209.133.53.45 netmask 0xffffffff broadcast 209.133.53.45 inet 209.133.53.46 netmask 0xffffffff broadcast 209.133.53.46 inet 209.133.53.47 netmask 0xffffffff broadcast 209.133.53.47 inet 209.133.53.48 netmask 0xffffffff broadcast 209.133.53.48 inet 209.133.53.49 netmask 0xffffffff broadcast 209.133.53.49 inet 209.133.53.50 netmask 0xffffffff broadcast 209.133.53.50 inet 209.133.53.51 netmask 0xffffffff broadcast 209.133.53.51 inet 209.133.53.52 netmask 0xffffffff broadcast 209.133.53.52 inet 209.133.53.53 netmask 0xffffffff broadcast 209.133.53.53 inet 209.133.53.54 netmask 0xffffffff broadcast 209.133.53.54 inet 209.133.53.55 netmask 0xffffffff broadcast 209.133.53.55 inet 209.133.53.56 netmask 0xffffffff broadcast 209.133.53.56 inet 209.133.53.57 netmask 0xffffffff broadcast 209.133.53.57 inet 209.133.53.58 netmask 0xffffffff broadcast 209.133.53.58 inet 209.133.53.59 netmask 0xffffffff broadcast 209.133.53.59 inet 209.133.53.60 netmask 0xffffffff broadcast 209.133.53.60 inet 209.133.53.61 netmask 0xffffffff broadcast 209.133.53.61 inet 209.133.53.62 netmask 0xffffffff broadcast 209.133.53.62 inet 209.133.53.63 netmask 0xffffffff broadcast 209.133.53.63 inet 209.133.53.64 netmask 0xffffffff broadcast 209.133.53.64 inet 209.133.53.65 netmask 0xffffffff broadcast 209.133.53.65 inet 209.133.53.66 netmask 0xffffffff broadcast 209.133.53.66 inet 209.133.53.68 netmask 0xffffffff broadcast 209.133.53.68 inet 209.133.53.70 netmask 0xffffffff broadcast 209.133.53.70 inet 209.133.53.71 netmask 0xffffffff broadcast 209.133.53.71 inet 209.133.53.72 netmask 0xffffffff broadcast 209.133.53.72 inet 209.133.53.74 netmask 0xffffffff broadcast 209.133.53.74 inet 209.133.53.77 netmask 0xffffffff broadcast 209.133.53.77 inet 209.133.53.80 netmask 0xffffffff broadcast 209.133.53.80 inet 209.133.53.81 netmask 0xffffffff broadcast 209.133.53.81 inet 209.133.53.82 netmask 0xffffffff broadcast 209.133.53.82 inet 209.133.53.83 netmask 0xffffffff broadcast 209.133.53.83 inet 209.133.53.84 netmask 0xffffffff broadcast 209.133.53.84 inet 209.133.53.85 netmask 0xffffffff broadcast 209.133.53.85 inet 209.133.53.86 netmask 0xffffffff broadcast 209.133.53.86 inet 209.133.53.87 netmask 0xffffffff broadcast 209.133.53.87 inet 209.133.53.96 netmask 0xffffffff broadcast 209.133.53.96 inet 209.133.53.97 netmask 0xffffffff broadcast 209.133.53.97 inet 209.133.53.98 netmask 0xffffffff broadcast 209.133.53.98 inet 209.133.53.99 netmask 0xffffffff broadcast 209.133.53.99 inet 209.133.53.100 netmask 0xffffffff broadcast 209.133.53.100 inet 209.133.53.101 netmask 0xffffffff broadcast 209.133.53.101 inet 209.133.53.102 netmask 0xffffffff broadcast 209.133.53.102 inet 209.133.53.103 netmask 0xffffffff broadcast 209.133.53.103 inet 209.133.53.104 netmask 0xffffffff broadcast 209.133.53.104 inet 209.133.53.105 netmask 0xffffffff broadcast 209.133.53.105 inet 209.133.53.106 netmask 0xffffffff broadcast 209.133.53.106 inet 209.133.53.107 netmask 0xffffffff broadcast 209.133.53.107 inet 209.133.53.108 netmask 0xffffffff broadcast 209.133.53.108 inet 209.133.53.109 netmask 0xffffffff broadcast 209.133.53.109 inet 209.133.53.110 netmask 0xffffffff broadcast 209.133.53.110 inet 209.133.53.111 netmask 0xffffffff broadcast 209.133.53.111 inet 209.133.53.112 netmask 0xffffffff broadcast 209.133.53.112 inet 209.133.53.113 netmask 0xffffffff broadcast 209.133.53.113 inet 209.133.53.114 netmask 0xffffffff broadcast 209.133.53.114 inet 209.133.53.115 netmask 0xffffffff broadcast 209.133.53.115 inet 209.133.53.116 netmask 0xffffffff broadcast 209.133.53.116 inet 209.133.53.117 netmask 0xffffffff broadcast 209.133.53.117 inet 209.133.53.118 netmask 0xffffffff broadcast 209.133.53.118 inet 209.133.53.119 netmask 0xffffffff broadcast 209.133.53.119 inet 209.133.53.120 netmask 0xffffffff broadcast 209.133.53.120 inet 209.133.53.121 netmask 0xffffffff broadcast 209.133.53.121 inet 209.133.53.122 netmask 0xffffffff broadcast 209.133.53.122 inet 209.133.53.123 netmask 0xffffffff broadcast 209.133.53.123 inet 209.133.53.124 netmask 0xffffffff broadcast 209.133.53.124 inet 209.133.53.125 netmask 0xffffffff broadcast 209.133.53.125 inet 209.133.53.88 netmask 0xffffffff broadcast 209.133.53.88 inet 209.133.53.78 netmask 0xffffffff broadcast 209.133.53.78 inet 209.133.53.223 netmask 0xffffffff broadcast 209.133.53.223 inet 209.133.53.90 netmask 0xffffffff broadcast 209.133.53.90 inet 209.133.53.91 netmask 0xffffffff broadcast 209.133.53.91 inet 209.133.53.92 netmask 0xffffffff broadcast 209.133.53.92 ether 00:10:4b:1f:a5:bd ------------------------------------------------------------------------------- from rc.conf: network_interfaces="vx0 ed1 lo0" # List of network interfaces (lo0 is loopback). ifconfig_vx0="inet 209.133.53.223 netmask 255.255.255.0" ifconfig_ed1="inet 207.105.6.67 netmask 255.255.254.0" ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. ifconfig_vx0_alias0="inet 209.133.53.2 netmask 0xffffffff" ifconfig_vx0_alias1="inet 209.133.53.221 netmask 0xffffffff" ------------------------------------------------------------------------------- from rc.network: # Check to see if aliases need to be added alias=0 while : do eval ifconfig_args=\$ifconfig_${ifn}_alias${alias} if [ -n "${ifconfig_args}" ]; then ifconfig ${ifn} ${ifconfig_args} alias alias=`expr ${alias} + 1` else break; fi done # these lines added # ECSD: if [ -f /etc/rc.netalias ]; then . /etc/rc.netalias fi # Do ipx address if specified ------------------------------------------------------------------------------- rc.netalias: #!/bin/sh - #;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ifconfig ed1 207.105.6.2 alias netmask 0xffffffff # synergy ifconfig vx0 209.133.53.9 alias netmask 0xffffffff # # 0x20 ifconfig vx0 209.133.53.33 alias netmask 0xffffffff ifconfig vx0 209.133.53.34 alias netmask 0xffffffff ifconfig vx0 209.133.53.35 alias netmask 0xffffffff ifconfig vx0 209.133.53.36 alias netmask 0xffffffff ifconfig vx0 209.133.53.37 alias netmask 0xffffffff ifconfig vx0 209.133.53.38 alias netmask 0xffffffff ifconfig vx0 209.133.53.39 alias netmask 0xffffffff ifconfig vx0 209.133.53.40 alias netmask 0xffffffff ifconfig vx0 209.133.53.41 alias netmask 0xffffffff ifconfig vx0 209.133.53.42 alias netmask 0xffffffff ifconfig vx0 209.133.53.43 alias netmask 0xffffffff ifconfig vx0 209.133.53.44 alias netmask 0xffffffff ifconfig vx0 209.133.53.45 alias netmask 0xffffffff ifconfig vx0 209.133.53.46 alias netmask 0xffffffff ifconfig vx0 209.133.53.47 alias netmask 0xffffffff # 0x30 ifconfig vx0 209.133.53.48 alias netmask 0xffffffff ifconfig vx0 209.133.53.49 alias netmask 0xffffffff ifconfig vx0 209.133.53.50 alias netmask 0xffffffff ifconfig vx0 209.133.53.51 alias netmask 0xffffffff ifconfig vx0 209.133.53.52 alias netmask 0xffffffff ifconfig vx0 209.133.53.53 alias netmask 0xffffffff ifconfig vx0 209.133.53.54 alias netmask 0xffffffff ifconfig vx0 209.133.53.55 alias netmask 0xffffffff ifconfig vx0 209.133.53.56 alias netmask 0xffffffff ifconfig vx0 209.133.53.57 alias netmask 0xffffffff ifconfig vx0 209.133.53.58 alias netmask 0xffffffff ifconfig vx0 209.133.53.59 alias netmask 0xffffffff ifconfig vx0 209.133.53.60 alias netmask 0xffffffff ifconfig vx0 209.133.53.61 alias netmask 0xffffffff ifconfig vx0 209.133.53.62 alias netmask 0xffffffff ifconfig vx0 209.133.53.63 alias netmask 0xffffffff # 0x40 ifconfig vx0 209.133.53.64 alias netmask 0xffffffff ifconfig vx0 209.133.53.65 alias netmask 0xffffffff ifconfig vx0 209.133.53.66 alias netmask 0xffffffff ifconfig vx0 209.133.53.68 alias netmask 0xffffffff ifconfig vx0 209.133.53.70 alias netmask 0xffffffff ifconfig vx0 209.133.53.71 alias netmask 0xffffffff ifconfig vx0 209.133.53.72 alias netmask 0xffffffff ifconfig vx0 209.133.53.73 alias netmask 0xffffffff ifconfig vx0 209.133.53.74 alias netmask 0xffffffff ifconfig vx0 209.133.53.77 alias netmask 0xffffffff ifconfig vx0 209.133.53.78 alias netmask 0xffffffff # 0x50 ifconfig vx0 209.133.53.80 alias netmask 0xffffffff ifconfig vx0 209.133.53.81 alias netmask 0xffffffff ifconfig vx0 209.133.53.82 alias netmask 0xffffffff ifconfig vx0 209.133.53.83 alias netmask 0xffffffff ifconfig vx0 209.133.53.84 alias netmask 0xffffffff ifconfig vx0 209.133.53.85 alias netmask 0xffffffff ifconfig vx0 209.133.53.86 alias netmask 0xffffffff ifconfig vx0 209.133.53.87 alias netmask 0xffffffff ifconfig vx0 209.133.53.88 alias netmask 0xffffffff ifconfig vx0 209.133.53.90 alias netmask 0xffffffff ifconfig vx0 209.133.53.91 alias netmask 0xffffffff ifconfig vx0 209.133.53.92 alias netmask 0xffffffff # 0x60 ifconfig vx0 209.133.53.96 alias netmask 0xffffffff ifconfig vx0 209.133.53.97 alias netmask 0xffffffff ifconfig vx0 209.133.53.98 alias netmask 0xffffffff ifconfig vx0 209.133.53.99 alias netmask 0xffffffff ifconfig vx0 209.133.53.100 alias netmask 0xffffffff ifconfig vx0 209.133.53.101 alias netmask 0xffffffff ifconfig vx0 209.133.53.102 alias netmask 0xffffffff ifconfig vx0 209.133.53.103 alias netmask 0xffffffff ifconfig vx0 209.133.53.104 alias netmask 0xffffffff ifconfig vx0 209.133.53.105 alias netmask 0xffffffff ifconfig vx0 209.133.53.106 alias netmask 0xffffffff ifconfig vx0 209.133.53.107 alias netmask 0xffffffff ifconfig vx0 209.133.53.108 alias netmask 0xffffffff ifconfig vx0 209.133.53.109 alias netmask 0xffffffff ifconfig vx0 209.133.53.110 alias netmask 0xffffffff ifconfig vx0 209.133.53.111 alias netmask 0xffffffff # 0x70 ifconfig vx0 209.133.53.112 alias netmask 0xffffffff ifconfig vx0 209.133.53.113 alias netmask 0xffffffff ifconfig vx0 209.133.53.114 alias netmask 0xffffffff ifconfig vx0 209.133.53.115 alias netmask 0xffffffff ifconfig vx0 209.133.53.116 alias netmask 0xffffffff ifconfig vx0 209.133.53.117 alias netmask 0xffffffff ifconfig vx0 209.133.53.118 alias netmask 0xffffffff ifconfig vx0 209.133.53.119 alias netmask 0xffffffff ifconfig vx0 209.133.53.120 alias netmask 0xffffffff ifconfig vx0 209.133.53.121 alias netmask 0xffffffff ifconfig vx0 209.133.53.122 alias netmask 0xffffffff ifconfig vx0 209.133.53.123 alias netmask 0xffffffff ifconfig vx0 209.133.53.124 alias netmask 0xffffffff ifconfig vx0 209.133.53.125 alias netmask 0xffffffff #;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; # end - rc.netalias #;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; There may be some duplicated ifconfigs, but this shouldn't hurt. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 25 16:03:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26289 for freebsd-bugs-outgoing; Tue, 25 Aug 1998 16:03:56 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from rumor.research.att.com (rumor.research.att.com [192.20.225.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA26273 for ; Tue, 25 Aug 1998 16:03:53 -0700 (PDT) (envelope-from ji@research.att.com) Received: from research.att.com ([135.207.30.100]) by rumor; Tue Aug 25 18:56:10 EDT 1998 Received: from amontillado.research.att.com ([135.207.24.32]) by research; Tue Aug 25 19:00:56 EDT 1998 Received: from bual.research.att.com (bual.research.att.com [135.207.24.19]) by amontillado.research.att.com (8.8.7/8.8.7) with ESMTP id TAA02011 for ; Tue, 25 Aug 1998 19:01:25 -0400 (EDT) From: John Ioannidis Received: (from ji@localhost) by bual.research.att.com (8.7.5/8.7) id TAA25059 for bugs@freebsd.org; Tue, 25 Aug 1998 19:01:25 -0400 (EDT) Date: Tue, 25 Aug 1998 19:01:25 -0400 (EDT) Message-Id: <199808252301.TAA25059@bual.research.att.com> To: bugs@FreeBSD.ORG Subject: support for PCMCIA WaveLAN/RoamAbout? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The wl0 driver supports only the ISA varsion of the WaveLAN (and the obvious tweaks to add pcmcia support don't work), and the wlp0 driver out of the PAO project requires patching a 2.2.6 system of unknown age (lots of the patch blocks don't work, since files have changed contents and names). Is anyone working on producing a working driver for the pcmcia wavelan? Is there an interest in one? Should *I* sit down and back-port the wlp PAO driver to the mainstream 2.2-STABLE tree? (I'd rather wait if someone else is already working on it!) /ji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 25 19:43:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27243 for freebsd-bugs-outgoing; Tue, 25 Aug 1998 19:43:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from raccoon.chipchat.com (Raccoon.ChipChat.com [206.2.228.130]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA27223 for ; Tue, 25 Aug 1998 19:43:39 -0700 (PDT) (envelope-from mrc@www.chipchat.com) Received: from MRC-Tiger by raccoon.chipchat.com (IBM OS/2 SENDMAIL VERSION 2.03/(4mrc) id CAA043.86; Wed, 26 Aug 1998 02:42:48 GMT Message-ID: <35E37627.393B@ChipChat.com> Date: Tue, 25 Aug 1998 22:42:47 -0400 From: Marty Cawthon Reply-To: MRC@www.chipchat.com Organization: ChipChat X-Mailer: Mozilla 2.02 (OS/2; I) MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Subject: Problem Report kern/6197 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I have recently started working with FreeBSD, so please be understanding with my question, in case I have missed something obvious. I have come from many years in an OS/2 development environment. My hardware includes 3Com 3C905 and recently 3C905B 10/100 Ethernet cards. The older 3C905 work with 2.2.6 and 2.2.7. However the later 3C905B cards do not work. I have found and read "Problem Report kern/6197" regarding this issue. I applied the suggested changes and rebuilt the kernel, but my boot stopped after the message that SYSLOG daemon was starting. After 20 minutes I had to push the RESET button. I have read the Problem Report, and note that on 08-16 the problem State was changed to CLOSED. However I did not see comments about how to fix this problem. It seems from the comments on that Report that the problem remains unfixed. If convenient, please point me in the direction so that I may get FreeBSD to run on these 3Com 3C905B Cards. I am much impressed with FreeBSD, and with the "Spirit of cooperation and co-development" which seems to be prevalent. I am working to move our servers from OS/2 to FreeBSD. Thanks, Marty Cawthon ChipChat mailto:MRC@ChipChat.com http://www.ChipChat.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 26 02:30:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01388 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 02:30:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01289 for ; Wed, 26 Aug 1998 02:30:01 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id LAA29846; Wed, 26 Aug 1998 11:29:10 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Wed, 26 Aug 1998 11:29:08 +0200 (MET DST) Mime-Version: 1.0 To: MRC@www.chipchat.com Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Problem Report kern/6197 References: <35E37627.393B@ChipChat.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 26 Aug 1998 11:29:04 +0200 In-Reply-To: Marty Cawthon's message of "Tue, 25 Aug 1998 22:42:47 -0400" Message-ID: Lines: 16 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id CAA01333 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Marty Cawthon writes: > I have found and read "Problem Report kern/6197" regarding this issue. > I applied the suggested changes and rebuilt the kernel, but my boot > stopped > after the message that SYSLOG daemon was starting. > After 20 minutes I had to push the RESET button. Misconfigured adapter. Pressing reset was totally unnecessary. (I feel like inserting degrading comments about IBM weenies here, but I was once an active member of Team OS/2 Norway). The Right Thing To Do (tm) is press ^C a couple of times, log in as root, bring xl0 up, and start whatever daemons are missing. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 26 06:30:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29142 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 06:30:13 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29132 for ; Wed, 26 Aug 1998 06:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA04882; Wed, 26 Aug 1998 06:30:02 -0700 (PDT) Received: from nz15.rz.uni-karlsruhe.de (nz15.rz.uni-karlsruhe.de [129.13.64.15]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA28071 for ; Wed, 26 Aug 1998 06:23:03 -0700 (PDT) (envelope-from p@i609.hadiko.de) Received: from nce2.hadiko.de (hadince2.hadiko.uni-karlsruhe.de [129.13.243.32]) by nz15.rz.uni-karlsruhe.de with esmtp id 0zBfWL-0003RF-00; Wed, 26 Aug 1998 15:21:53 +0200 Received: from i609.hadiko.de (hadii609.hadiko.uni-karlsruhe.de [129.13.245.204]) by nce2.hadiko.de (8.9.0/8.9.0) with ESMTP id PAA18396 for ; Wed, 26 Aug 1998 15:21:49 +0200 (MET DST) Received: (from p@localhost) by i609.hadiko.de (8.9.1/8.9.1) id PAA07432; Wed, 26 Aug 1998 15:22:12 +0200 (CEST) (envelope-from p) Message-Id: <199808261322.PAA07432@i609.hadiko.de> Date: Wed, 26 Aug 1998 15:22:12 +0200 (CEST) From: p@i609.hadiko.de (Philipp Mergenthaler) Reply-To: un1i@rz.uni-karlsruhe.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/7748: sysinstall doesn't unmount CDROM on exiting; patch included Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7748 >Category: misc >Synopsis: sysinstall doesn't unmount CDROM on exiting; patch included >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 Aug 26 06:30:01 PDT 1998 >Last-Modified: >Originator: Philipp Mergenthaler >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: -current sources, "cvsupped" on 1998/08/26, /usr/src/release/sysinstall%ident cdrom.c cdrom.c: $Id: cdrom.c,v 1.41 1998/07/21 06:44:38 jkh Exp $ >Description: Sysinstall doesn't unmount the CDROM (when it has been chosen as installation medium), but leaves it mounted on /dist . This is caused by the variable cdromMounted not being set to TRUE when the CDROM is mounted in the function mediaInitCDROM. The assignement to this variable is in the wrong branch of an if-statement. The function mediaShutdownCDROM relies on this variable. >How-To-Repeat: Start /stand/sysinstall, choose "Configure", choose "Media", choose "CDROM", choose "Packages". Quit sysinstall. Now "mount" shows, that the CDROM is still mounted on /dist . >Fix: --- cdrom.c Wed Aug 26 13:53:30 1998 +++ cdrom.c.fixed Wed Aug 26 14:01:57 1998 @@ -84,8 +84,9 @@ msgConfirm("Error mounting %s on %s: %s (%u)", dev->devname, mountpoint, strerror(errno), errno); return FALSE; } - cdromMounted = TRUE; } + else + cdromMounted = TRUE; if (!file_readable(string_concat(mountpoint, "/cdrom.inf")) && !bogusCDOK) { if (msgYesNo("Warning: The CD currently in the drive is either not a FreeBSD\n" >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 Aug 26 07:40:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09769 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 07:40:15 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09675 for ; Wed, 26 Aug 1998 07:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19167; Wed, 26 Aug 1998 07:40:01 -0700 (PDT) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08840 for ; Wed, 26 Aug 1998 07:34:28 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id RAA13280; Wed, 26 Aug 1998 17:33:18 +0300 (EEST) (envelope-from ru) Message-Id: <199808261433.RAA13280@relay.ucb.crimea.ua> Date: Wed, 26 Aug 1998 17:33:18 +0300 (EEST) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/7749: /etc/daily will not run /etc/uuclean.daily Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7749 >Category: bin >Synopsis: /etc/daily will not run /etc/uuclean.daily >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 26 07:40:00 PDT 1998 >Last-Modified: >Originator: Ruslan Ermilov >Organization: United Commercial Bank >Release: FreeBSD 2.2.7-STABLE i386 >Environment: Either 2.2-STABLE or CURRENT. >Description: The patch is self-descriptive. >How-To-Repeat: It is obvious. >Fix: Apply the following patch against RELENG_2_2. Make similar change in src/etc/periodic/daily/340.uucp for CURRENT. Index: daily =================================================================== RCS file: /usr/FreeBSD-CVS/src/etc/Attic/daily,v retrieving revision 1.21.2.3 diff -u -r1.21.2.3 daily --- daily 1997/03/10 19:22:43 1.21.2.3 +++ daily 1998/08/26 14:03:43 @@ -127,7 +127,7 @@ if [ -d /var/spool/uucp -a -f /etc/uuclean.daily ]; then echo "" echo "Cleaning up UUCP:" - echo /etc/uuclean.daily | su daemon + echo /etc/uuclean.daily | su -m daemon fi echo "" >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 Aug 26 08:10:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16254 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 08:10:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16241 for ; Wed, 26 Aug 1998 08:10:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20254; Wed, 26 Aug 1998 08:10:00 -0700 (PDT) Date: Wed, 26 Aug 1998 08:10:00 -0700 (PDT) Message-Id: <199808261510.IAA20254@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: misc/7741: enhancement to tcpdump to print LCP/PAP/CHAP/IPCP frames Reply-To: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/7741; it has been noted by GNATS. From: hm@hcs.de (Hellmuth Michaelis) To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: misc/7741: enhancement to tcpdump to print LCP/PAP/CHAP/IPCP frames Date: Wed, 26 Aug 1998 17:03:56 +0200 (METDST) This is a patch to the print_ppp.c from PR 7741. It now displays in addition the IPCP codes in addition to the IP addresses: *** print-ppp.c-PR Wed Aug 26 09:31:04 1998 --- print-ppp.c Wed Aug 26 09:51:31 1998 *************** *** 186,191 **** --- 186,202 ---- /* IPCP */ + #define IPCP_CODE_CFG_REQ 1 + #define IPCP_CODE_CFG_ACK 2 + #define IPCP_CODE_CFG_NAK 3 + #define IPCP_CODE_CFG_REJ 4 + #define IPCP_CODE_TRM_REQ 5 + #define IPCP_CODE_TRM_ACK 6 + #define IPCP_CODE_COD_REJ 7 + + #define IPCP_CODE_MIN IPCP_CODE_CFG_REQ + #define IPCP_CODE_MAX IPCP_CODE_COD_REJ + #define IPCP_2ADDR 1 #define IPCP_CP 2 #define IPCP_ADDR 3 *************** *** 453,482 **** } /* IPCP */ ! static int handle_ipcp(const u_char *p, int length) { int x, j; ! x = *(p+8); length -= 4; ! switch(x) { case IPCP_2ADDR: ! printf("IP-Addresses"); printf(", Src=%d.%d.%d.%d", *(p+10), *(p+11), *(p+12), *(p+13)); printf(", Dst=%d.%d.%d.%d", *(p+14), *(p+15), *(p+16), *(p+17)); break; case IPCP_CP: ! printf("IP-Compression-Protocol"); break; case IPCP_ADDR: ! printf("IP-Address=%d.%d.%d.%d", *(p+10), *(p+11), *(p+12), *(p+13)); break; } } --- 464,507 ---- } /* IPCP */ ! static int handle_ipcp(const u_char *p, int length) { int x, j; + u_char *ptr; ! x = *(p+4); ! ! if((x >= IPCP_CODE_MIN) && (x <= IPCP_CODE_MAX)) ! { ! printf("%s", lcpcodes[x-1]); /* share table with LCP */ ! } ! else ! { ! printf("0x%02x", x); ! return; ! } length -= 4; ! switch(*(p+8)) { case IPCP_2ADDR: ! printf(", IP-Addresses"); printf(", Src=%d.%d.%d.%d", *(p+10), *(p+11), *(p+12), *(p+13)); printf(", Dst=%d.%d.%d.%d", *(p+14), *(p+15), *(p+16), *(p+17)); break; case IPCP_CP: ! printf(", IP-Compression-Protocol"); break; case IPCP_ADDR: ! printf(", IP-Address=%d.%d.%d.%d", *(p+10), *(p+11), *(p+12), *(p+13)); ! break; ! default: ! printf(", Unknown IPCP code 0x%x", *(p+8)); break; } } hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 26 08:20:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17847 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 08:20:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17840 for ; Wed, 26 Aug 1998 08:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20679; Wed, 26 Aug 1998 08:20:01 -0700 (PDT) Date: Wed, 26 Aug 1998 08:20:01 -0700 (PDT) Message-Id: <199808261520.IAA20679@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Ruslan Ermilov Subject: Re: bin/7749: /etc/daily will not run /etc/uuclean.daily Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7749; it has been noted by GNATS. From: Ruslan Ermilov To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/7749: /etc/daily will not run /etc/uuclean.daily Date: Wed, 26 Aug 1998 18:13:36 +0300 Oops. The uuclean.daily script should be run under uucp user. Index: daily =================================================================== RCS file: /usr/FreeBSD-CVS/src/etc/Attic/daily,v retrieving revision 1.21.2.3 diff -u -r1.21.2.3 daily --- daily 1997/03/10 19:22:43 1.21.2.3 +++ daily 1998/08/26 15:08:32 @@ -127,7 +127,7 @@ if [ -d /var/spool/uucp -a -f /etc/uuclean.daily ]; then echo "" echo "Cleaning up UUCP:" - echo /etc/uuclean.daily | su daemon + echo /etc/uuclean.daily | su -m uucp fi echo "" Regards, -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 26 12:36:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01675 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 12:36:56 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ihgw2.lucent.com (ihgw2.lucent.com [207.19.48.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA01657 for ; Wed, 26 Aug 1998 12:36:53 -0700 (PDT) (envelope-from srobrien@mss.lucent.com) Received: from emsr3.emsr.lucent.com by ihig2.firewall.lucent.com (SMI-8.6/EMS-L sol2) id OAA09016; Wed, 26 Aug 1998 14:24:36 -0500 Received: by emsr3.emsr.lucent.com (SMI-8.6/EMS-1.2 Solaris/emsr) id PAA27628 for freebsd-bugs@FreeBSD.ORG.smtp; Wed, 26 Aug 1998 15:35:37 -0400 Received: from mss.lucent.com by emsr3.emsr.lucent.com (SMI-8.6/EMS-1.2 Solaris/emsr) id PAA27603 for ; Wed, 26 Aug 1998 15:35:31 -0400 Message-ID: <35E4637C.5E26EEC3@mss.lucent.com> Date: Wed, 26 Aug 1998 15:35:25 -0400 From: "Susan R. O'Brien" Organization: Lucent Technologies, Inc. X-Mailer: Mozilla 4.02 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Subject: Y2K problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I was perusing the website to see if I could find information about the C functions for displaying date and times that are Y2K compliant. I'm using 2.2.5 and was looking at the source code for localtime and asctime. They're using a #define TM_YEAR_BASE 1900. This looks to be a bit of a problem for Y2K compliancy! Anyone checking this out? Sue O'Brien srobrien@lucent.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 26 14:44:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26437 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 14:44:43 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from a486n1.znh.org (dialup12.gaffaneys.com [208.155.161.62]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26432 for ; Wed, 26 Aug 1998 14:44:40 -0700 (PDT) (envelope-from zach@gaffaneys.com) Received: (from zach@localhost) by a486n1.znh.org (8.9.1/8.9.1) id VAA02177; Wed, 26 Aug 1998 21:48:00 GMT (envelope-from zach) Message-ID: <19980826164800.A1675@znh.org.> Date: Wed, 26 Aug 1998 16:48:00 -0500 From: Zach Heilig To: "Susan R. O'Brien" , freebsd-bugs@FreeBSD.ORG Subject: Re: Y2K problem References: <35E4637C.5E26EEC3@mss.lucent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <35E4637C.5E26EEC3@mss.lucent.com>; from Susan R. O'Brien on Wed, Aug 26, 1998 at 03:35:25PM -0400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Aug 26, 1998 at 03:35:25PM -0400, Susan R. O'Brien wrote: > I'm using 2.2.5 and was looking at the source code for localtime and > asctime. They're using a #define TM_YEAR_BASE 1900. > > This looks to be a bit of a problem for Y2K compliancy! > > Anyone checking this out? Yes, if you look closely, you will notice that 'tm_year' is not restricted to being only 2 digits, is good for INT_MAX years (or till AD 2147483647 for FreeBSD). More specifically, the year 2000 will be 100, 2001 -> 101, ... . -- Zach Heilig -- zach@gaffaneys.com Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 26 17:12:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23090 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 17:12:22 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23079 for ; Wed, 26 Aug 1998 17:12:15 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from olvaldi.ifi.uio.no (2602@olvaldi.ifi.uio.no [129.240.65.43]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id XAA01324; Wed, 26 Aug 1998 23:59:02 +0200 (MET DST) Received: (from dag-erli@localhost) by olvaldi.ifi.uio.no ; Wed, 26 Aug 1998 23:59:01 +0200 (MET DST) Mime-Version: 1.0 To: "Susan R. O'Brien" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Y2K problem References: <35E4637C.5E26EEC3@mss.lucent.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 26 Aug 1998 23:59:01 +0200 In-Reply-To: "Susan R. O'Brien"'s message of "Wed, 26 Aug 1998 15:35:25 -0400" Message-ID: Lines: 19 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id RAA23083 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Susan R. O'Brien" writes: > I'm using 2.2.5 and was looking at the source code for localtime and > asctime. They're using a #define TM_YEAR_BASE 1900. > > This looks to be a bit of a problem for Y2K compliancy! No. Read the man page. FWIW, FreeBSD does have Y2K problems. Grep (glimpse) the source tree for calls to localtime(3) and audit every bit of code that calls it. I've read through date(1) and pax(1), and they both have problems (and ugly kludges trying to work around these problems). BTW, most of the date-related code in pax(1) looks cut'n'pasted from date(1). Maybe we need an audit... DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 26 21:09:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27536 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 21:09:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from iconmail.bellatlantic.net (iconmail.bellatlantic.net [199.173.162.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27530 for ; Wed, 26 Aug 1998 21:09:12 -0700 (PDT) (envelope-from dmm125@bellatlantic.net) Received: from myname.my.domain (client201-122-79.bellatlantic.net [151.201.122.79]) by iconmail.bellatlantic.net (IConNet Sendmail) with SMTP id AAA04916 for ; Thu, 27 Aug 1998 00:05:22 -0400 (EDT) Date: Thu, 27 Aug 1998 00:05:06 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: bugs@FreeBSD.ORG Subject: error in libcompat (2.2.7) 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 Could someone running the stock 2.2.7 check out /usr/src/lib/libcompat? If you cd /usr/src/lib/libcompat, and make, see if SysV gets made, which includes ftok.c. e.g. do make |& tee make.log and then grep ftok make.log . On my machine at least, "make" does not enter into the "SysV" directory. Hence, ftok() never gets included into "libcompat.a". This causes progams that link against libcompat to give an unreference symbol to _ftok. Also, in SysV/ftok.c, ftok is defined as key_t ftok(const char *path, char id) but /usr/include/sys/ipc.h declares ftok as ftok(const char *, int); so basically in the source file the second arg is a char, but the header file (ipc.h) declares the second arg to be an int. Thanks Donn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 26 22:14:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07603 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 22:14:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from iconmail.bellatlantic.net (iconmail.bellatlantic.net [199.173.162.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07558 for ; Wed, 26 Aug 1998 22:14:07 -0700 (PDT) (envelope-from dmm125@bellatlantic.net) Received: from myname.my.domain (client201-122-79.bellatlantic.net [151.201.122.79]) by iconmail.bellatlantic.net (IConNet Sendmail) with SMTP id BAA10918 for ; Thu, 27 Aug 1998 01:11:47 -0400 (EDT) Newsgroups: comp.unix.bsd.freebsd.misc Date: Thu, 27 Aug 1998 01:10:25 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: bugs@FreeBSD.ORG Subject: patch for 2.2.7's libcompat Makefile 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 Here is a patch for the libcompat Makefile on FreeBSD 2.2.7-RELEASE -- seems ftok.c had been omitted! --- /usr/src/lib/libcompat/Makefile.prev Wed Aug 26 23:54:13 1998 +++ /usr/src/lib/libcompat/Makefile Thu Aug 27 00:56:49 1998 @@ -8,6 +8,7 @@ .PATH: ${.CURDIR}/4.1/${MACHINE} ${.CURDIR}/4.1 \ ${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3 \ ${.CURDIR}/4.4/${MACHINE} ${.CURDIR}/4.4 \ + ${.CURDIR}/SysV/${MACHINE} ${.CURDIR}/SysV \ ${.CURDIR}/regexp \ ${.CURDIR}/../libc/stdlib @@ -58,6 +59,10 @@ # compat 4.4 sources SRCS+= cuserid.c MAN3+= 4.4/cuserid.3 + +# SysV sources +SRCS+= ftok.c +MAN3+= SysV/ftok.3 # regexp sources SRCS+= regerror.c regexp.c regsub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 26 22:56:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13137 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 22:56:01 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA13103 for ; Wed, 26 Aug 1998 22:55:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA29663; Thu, 27 Aug 1998 15:48:37 +1000 Date: Thu, 27 Aug 1998 15:48:37 +1000 From: Bruce Evans Message-Id: <199808270548.PAA29663@godzilla.zeta.org.au> To: bugs@FreeBSD.ORG, dmm125@bellatlantic.net Subject: Re: patch for 2.2.7's libcompat Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Here is a patch for the libcompat Makefile on FreeBSD 2.2.7-RELEASE -- >seems ftok.c had been omitted! ftok.c was moved to libc/gen in 2.2.7. libcompat/SysV became empty so it went away. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 26 23:04:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13959 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 23:04:47 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13954 for ; Wed, 26 Aug 1998 23:04:42 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id XAA08550; Wed, 26 Aug 1998 23:02:31 -0700 (PDT) (envelope-from jdp) Message-Id: <199808270602.XAA08550@austin.polstra.com> To: dmm125@bellatlantic.net Subject: Re: error in libcompat (2.2.7) In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Cc: bugs@FreeBSD.ORG Date: Wed, 26 Aug 1998 23:02:31 -0700 From: John Polstra Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article , Donn Miller wrote: > Could someone running the stock 2.2.7 check out /usr/src/lib/libcompat? > > If you cd /usr/src/lib/libcompat, and make, see if SysV gets made, which > includes ftok.c. e.g. do make |& tee make.log and then grep ftok make.log In 2.2.7, the SysV subdirectory of libcompat doesn't even exist. I eliminated it in revision 1.1.6.1 of ftok.c. At the same time, I moved that file into libc. If you still have a SysV directory, then you probably forgot the "-P" flag when doing a cvs update. > Also, in SysV/ftok.c, ftok is defined as > > key_t ftok(const char *path, char id) but /usr/include/sys/ipc.h declares > ftok as > > ftok(const char *, int); > > so basically in the source file the second arg is a char, but the header > file (ipc.h) declares the second arg to be an int. True, that's a bug. I don't think it has any actual effect, since the function definition has the old pre-ANSI form: key_t ftok(path, id) const char *path; char id; which means that "id" is assumed to be passed as an int, even though only the low-order byte of it is used. But it should be fixed. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 27 00:45:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27731 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 00:45:38 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from iconmail.bellatlantic.net (iconmail.bellatlantic.net [199.173.162.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27726 for ; Thu, 27 Aug 1998 00:45:35 -0700 (PDT) (envelope-from dmm125@bellatlantic.net) Received: from bellatlantic.net (client201-122-79.bellatlantic.net [151.201.122.79]) by iconmail.bellatlantic.net (IConNet Sendmail) with ESMTP id DAA18096; Thu, 27 Aug 1998 03:43:18 -0400 (EDT) Message-ID: <35E4D5C6.7A944801@bellatlantic.net> Date: Thu, 27 Aug 1998 03:43:02 +0000 From: Donn Miller X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: John Polstra CC: bugs@FreeBSD.ORG Subject: Re: error in libcompat (2.2.7) References: <199808270602.XAA08550@austin.polstra.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Polstra wrote: > > In article , > Donn Miller wrote: > > Could someone running the stock 2.2.7 check out /usr/src/lib/libcompat? > > > > If you cd /usr/src/lib/libcompat, and make, see if SysV gets made, which > > includes ftok.c. e.g. do make |& tee make.log and then grep ftok make.log > > In 2.2.7, the SysV subdirectory of libcompat doesn't even exist. I > eliminated it in revision 1.1.6.1 of ftok.c. At the same time, I > moved that file into libc. If you still have a SysV directory, then > you probably forgot the "-P" flag when doing a cvs update. Unfortunately, when I ungraded from 2.2.6, I should have removed my /usr/src tree and reinstalled. I'll have to do this and reinstall my source. So, libcompat didn't have this function (ftok) and neither did my libc, since the upgrade refuses to touch libc. So I didn't have any ftok() in any library. This is my mistake. Donn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 27 00:58:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29264 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 00:58:18 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29259 for ; Thu, 27 Aug 1998 00:58:15 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA07536; Thu, 27 Aug 1998 17:57:23 +1000 Date: Thu, 27 Aug 1998 17:57:23 +1000 From: Bruce Evans Message-Id: <199808270757.RAA07536@godzilla.zeta.org.au> To: dmm125@bellatlantic.net, jdp@polstra.com Subject: Re: error in libcompat (2.2.7) Cc: bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Also, in SysV/ftok.c, ftok is defined as >> >> key_t ftok(const char *path, char id) but /usr/include/sys/ipc.h declares >> ftok as >> >> ftok(const char *, int); >> >> so basically in the source file the second arg is a char, but the header >> file (ipc.h) declares the second arg to be an int. > >True, that's a bug. I don't think it has any actual effect, since >the function definition has the old pre-ANSI form: > > key_t > ftok(path, id) > const char *path; > char id; > >which means that "id" is assumed to be passed as an int, even though >only the low-order byte of it is used. But it should be fixed. Not a bug. The prototype must declare the arg as an int to match the old-style-but-still-ANSI definition. The definition uses char for historical reasons. Changing it would be incompatible. See rev.1.4 of ftok.3 for some notes about this. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 27 01:00:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29454 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 01:00:16 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29435 for ; Thu, 27 Aug 1998 01:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA24570; Thu, 27 Aug 1998 01:00:01 -0700 (PDT) Received: from cr1003333-a.crdva1.bc.wave.home.com (cr1003333-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28938 for ; Thu, 27 Aug 1998 00:54:41 -0700 (PDT) (envelope-from jh@cr1003333-a.crdva1.bc.wave.home.com) Received: (from jh@localhost) by cr1003333-a.crdva1.bc.wave.home.com (8.9.1/8.8.7) id AAA01636; Thu, 27 Aug 1998 00:53:50 -0700 (PDT) Message-Id: <199808270753.AAA01636@cr1003333-a.crdva1.bc.wave.home.com> Date: Thu, 27 Aug 1998 00:53:50 -0700 (PDT) From: Jonathan Hanna Reply-To: pangolin@home.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/7753: arp command fails silently on invalid proxy request Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7753 >Category: bin >Synopsis: arp command fails silently on invalid proxy request >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 Aug 27 01:00:00 PDT 1998 >Last-Modified: >Originator: Jonathan Hanna >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 2.2.7 & 3.0 >Description: The arp command does not complain about attempting to proxy for an IP address on no directly attached network, though it does nothing. >How-To-Repeat: arp -s 1.1.1.1 auto pub >Fix: --- arp.c.orig Wed Aug 26 00:18:43 1998 +++ arp.c Wed Aug 26 15:13:04 1998 @@ -289,6 +289,7 @@ ea = (u_char *)LLADDR(&sdl_m); if (doing_proxy && !strcmp(eaddr, "auto")) { if (!get_ether_addr(sin->sin_addr.s_addr, ea)) { + printf("No interface found for %s\n",inet_ntoa(sin->sin_addr)); return (1); } sdl_m.sdl_alen = 6; >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 Aug 27 02:10:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10416 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 02:10:30 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10351 for ; Thu, 27 Aug 1998 02:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA28302; Thu, 27 Aug 1998 02:10:00 -0700 (PDT) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09789 for ; Thu, 27 Aug 1998 02:05:53 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d96-072.orchard2.ucdavis.edu [169.237.96.72]) by relay.nuxi.com (8.8.8/8.6.12) with ESMTP id CAA11422 for ; Thu, 27 Aug 1998 02:04:59 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id JAA03277; Thu, 27 Aug 1998 09:05:02 GMT Message-Id: <199808270905.JAA03277@dragon.nuxi.com> Date: Thu, 27 Aug 1998 09:05:02 GMT From: "David O'Brien" Reply-To: obrien@NUXI.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/7754: kernel panics if NFS server uses LKM vs. compiled in NFS support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7754 >Category: kern >Synopsis: kernel panics if NFS server uses LKM vs. compiled in NFS support >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 Aug 27 02:10:00 PDT 1998 >Last-Modified: >Originator: David O'Brien >Organization: The FreeBSD Project >Release: FreeBSD 3.0-19980804-SNAP i386 >Environment: kernel compiled with "DIAGNOSTICS" >Description: My NFS server panics if I use the NFS LKM vs. statically compiling in NFS support. I've also tested this with a -CURRENT src/sys and src/lkm of 25-Aug-1998, and get the same results. 30 box is exporting /FBSD/CVS-repository 227 box is accessing it via AMD using /net/foo/FBSD/CVS-repository 30 box panics when I: 227box# cd /net/foo/FBSD/CVS-repository ; du Here are two ``gdb where'' outputs: (kgdb) core-file /var/crash/vmcore.0 IdlePTD 9916416 initial pcb at 1f48c4 panicstr: zone: entry not free panic messages: --- panic: zone: entry not free --- #0 boot (howto=256) at ../../kern/kern_shutdown.c:286 286 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:286 #1 0xf0119ad3 in panic (fmt=0xf01a1982 "zone: entry not free") at ../../kern/kern_shutdown.c:427 #2 0xf01a1a3b in zerror (error=1) at ../../vm/vm_zone.c:442 #3 0xf013e898 in namei (ndp=0xf5622eb0) at ../../vm/vm_zone.h:91 #4 0xf01450a4 in stat (p=0xf557ef80, uap=0xf5622f94) at ../../kern/vfs_syscalls.c:1580 #5 0xf01b3018 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 0, tf_esi = 1, tf_ebp = -272638404, tf_isp = -178114588, tf_ebx = -272638384, tf_edx = 903659280, tf_ecx = 7, tf_eax = 188, tf_trapno = 7, tf_err = 7, tf_eip = 537344529, tf_cs = 31, tf_eflags = 582, tf_esp = -272639144, tf_ss = 39}) at ../../i386/i386/trap.c:1031 #6 0x20073a11 in ?? () #7 0x1843 in ?? () #8 0x1099 in ?? () (kgdb) (kgdb) core-file /var/crash/vmcore.1 IdlePTD 9916416 initial pcb at 1f48c4 panicstr: zone: entry not free panic messages: --- panic: zone: entry not free --- #0 boot (howto=256) at ../../kern/kern_shutdown.c:286 286 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:286 #1 0xf0119ad3 in panic (fmt=0xf01a1982 "zone: entry not free") at ../../kern/kern_shutdown.c:427 #2 0xf01a1a3b in zerror (error=1) at ../../vm/vm_zone.c:442 #3 0xf013e898 in namei (ndp=0xf56e9ef8) at ../../vm/vm_zone.h:91 #4 0xf014754d in vn_open (ndp=0xf56e9ef8, fmode=1, cmode=384) at ../../kern/vfs_vnops.c:125 #5 0xf0143d8b in open (p=0xf557d180, uap=0xf56e9f94) at ../../kern/vfs_syscalls.c:901 #6 0xf01b3018 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 60, tf_esi = 903629812, tf_ebp = -272639440, tf_isp = -177299484, tf_ebx = 5812, tf_edx = 15, tf_ecx = 0, tf_eax = 5, tf_trapno = 7, tf_err = 7, tf_eip = 537356961, tf_cs = 31, tf_eflags = 582, tf_esp = -272639560, tf_ss = 39}) at ../../i386/i386/trap.c:1031 #7 0x20076aa1 in ?? () #8 0x1c0a in ?? () #9 0x1096 in ?? () (kgdb) vm/vm_zone.h:91 is 98 #if defined(DIAGNOSTIC) 90 if (((void **) item)[1] != (void *) ZENTRY_FREE) 91 zerror(ZONE_ERROR_NOTFREE); 92 ((void **) item)[1] = 0; vm/vm_zone.c:442 is 442 panic(msg); from void zerror(int error); kern/vfs_vnops.c:125 is 123 ndp->ni_cnd.cn_flags = 124 ((fmode & O_NOFOLLOW) ? NOFOLLOW : FOLLOW) | LOCKLEAF; 125 error = namei(ndp); 126 if (error) kern/vfs_syscalls.c:1580 is 1578 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | NOOBJ, UIO_USERSPACE, 1579 SCARG(uap, path), p); 1580 if (error = namei(&nd)) 1581 return (error); >How-To-Repeat: >Fix: >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 Aug 27 06:30:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA11951 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 06:30:11 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA11937 for ; Thu, 27 Aug 1998 06:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA11936; Thu, 27 Aug 1998 06:30:01 -0700 (PDT) Received: from alpha.netvision.net.il (alpha.netvision.net.il [194.90.1.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA11205 for ; Thu, 27 Aug 1998 06:26:07 -0700 (PDT) (envelope-from ycs@netvision.net.il) Received: from netvision.net.il (RAS3-p21.hfa.netvision.net.il [62.0.146.21]) by alpha.netvision.net.il (8.8.6/8.8.6) with ESMTP id QAA06967 for ; Thu, 27 Aug 1998 16:21:07 +0300 (IDT) Message-Id: <35E55E53.42979C0E@netvision.net.il> Date: Thu, 27 Aug 1998 16:25:39 +0300 From: Yoav Cohen-Sivan To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/7755: 2.2.7 user PPP lockups Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7755 >Category: bin >Synopsis: 2.2.7 user PPP lockups >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 Aug 27 06:30:01 PDT 1998 >Last-Modified: >Originator: Yoav Cohen-Sivan >Organization: >Release: FreeBSD 2.2.7-RELEASE i386 >Environment: Pentium/133, 48MB RAM, USRobotics Sportster 33.6 internal PnP modem >Description: Using user PPP. After a random amount of time (5-20 minutes) the session will lock up. Packets are sent, but never received. ping shows lines like the following (after being stopped with ctrl-c): 200 packets sent, 0 received, 100% loss No networking program works. Netscape freezes up. show modem in user PPP shows the "sent" bytes growing but the "received" stay the same. Typing "close" to the user PPP program hangs-up. Typing "dial" redials and everything again works, for another 5-20 minutes. I contacted freebsd-stable about this: many people responded claiming they had the same problem. For some it mysteriously went away, others are still experiencing it. The consensus is that it is relatively new. I have tried this with both the GENERIC kernel, and various kernel compiles I did, all with different options. Have tried both PnP kernels, and non-PnP, after seeing a pattern on the mailing list: many of the responders claimed they were using USR PnP modems. I haven't yet been able to reproduce it with the kernel pppd. A bug with the tun0 driver? >How-To-Repeat: >Fix: --PAA00565.904222277/myname.my.domain-- & >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 Aug 27 07:00:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14695 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 07:00:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14687 for ; Thu, 27 Aug 1998 07:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24393; Thu, 27 Aug 1998 07:00:00 -0700 (PDT) Received: from localhost.ziplink.net (kot.ne.mediaone.net [24.128.29.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14249 for ; Thu, 27 Aug 1998 06:53:11 -0700 (PDT) (envelope-from mi@rtfm.ziplink.net) Received: from rtfm.ziplink.net (mi@rtfm [199.232.255.52]) by localhost.ziplink.net (8.8.8/8.8.7) with ESMTP id NAA01754 for ; Thu, 27 Aug 1998 13:52:19 GMT (envelope-from mi@rtfm.ziplink.net) Received: (from mi@localhost) by rtfm.ziplink.net (8.9.1/8.8.5) id JAA07837; Thu, 27 Aug 1998 09:52:18 -0400 (EDT) Message-Id: <199808271352.JAA07837@rtfm.ziplink.net> Date: Thu, 27 Aug 1998 09:52:18 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/7756: disklabel misbehaving on seriously sick disks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7756 >Category: bin >Synopsis: disklabel misbehaving on seriously sick disks >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 Aug 27 07:00:00 PDT 1998 >Last-Modified: >Originator: Mikhail Teterin >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: A disk with hosed partition table(s) >Description: My attempts to disklabel -r -w sd1 auto where resulting in "No space on device" and similar non-sense. When I tried to use disklabel from 2.2.6-STABLE, it simply segfaulted. It seemed from reading the man-page, that `-w' should just write the table out after figuring the parameters out _without reading the disk_. >How-To-Repeat: Hard -- you need to hose your disk in some special way. My machine did it for me and would not tell me how. >Fix: Nuke the first several sectors with ``dd if=/dev/zero ...'' I had a swap partition on that disk prior to the precious file system I tried to restore, so I did not worry about nuking too much. After this, I was able to auto-create the disklabel and edit it to access my FS. I used to mount it as sd1s1e. Well, now it is /dev/sd1e, but I prefer it this way -- shorter... >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 Aug 27 09:30:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04541 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 09:30:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04444 for ; Thu, 27 Aug 1998 09:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29811; Thu, 27 Aug 1998 09:30:01 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02959 for ; Thu, 27 Aug 1998 09:23:23 -0700 (PDT) (envelope-from cmascott@world.std.com) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id MAA28718; Thu, 27 Aug 1998 12:22:31 -0400 (EDT) Received: from europa.local (world-f.std.com) by world.std.com (TheWorld/Spike-2.0) id AA18857; Thu, 27 Aug 1998 12:22:29 -0400 Received: (from cmascott@localhost) by europa.local (8.8.8/8.8.8) id MAA00552; Thu, 27 Aug 1998 12:22:24 -0400 (EDT) (envelope-from cmascott) Message-Id: <199808271622.MAA00552@europa.local> Date: Thu, 27 Aug 1998 12:22:24 -0400 (EDT) From: cmascott@world.std.com Reply-To: cmascott@world.std.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/7757: xlint/gcc: "warning: integral constant too large" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7757 >Category: bin >Synopsis: xlint/gcc: "warning: integral constant too large" >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 Aug 27 09:30:00 PDT 1998 >Last-Modified: >Originator: Carl Mascott >Organization: >Release: FreeBSD 2.2.7-RELEASE i386 >Environment: FreeBSD europa.local 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Mon Aug 24 20:48:25 EDT 1998 cmascott@europa.local:/usr/src/sys/compile/EUR980824 i386 >Description: I submitted this before as bin/7066. That PR was closed without doing anything to fix the problem. I just upgraded to 2.2.7 and had to apply the same fix to xlint for the second time. There is a bug in gcc 2.7.2.x. This bug results in the spurious xlint warning above. No fix for this bug is forthcoming from FSF. There is a workaround for it in lint1/cgram.y rev 1.2 in 3.0-current. You need to migrate this file into 2.2-stable. >How-To-Repeat: >Fix: Migrate lint1/cgram.y rev 1.2 into 2.2-stable. This time, please don't close this PR until this is done. Thanks. >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 Aug 27 09:30:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04562 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 09:30:25 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04455 for ; Thu, 27 Aug 1998 09:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29820; Thu, 27 Aug 1998 09:30:02 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02949 for ; Thu, 27 Aug 1998 09:23:20 -0700 (PDT) (envelope-from cmascott@world.std.com) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id MAA28715; Thu, 27 Aug 1998 12:22:28 -0400 (EDT) Received: from europa.local (world-f.std.com) by world.std.com (TheWorld/Spike-2.0) id AA18825; Thu, 27 Aug 1998 12:22:26 -0400 Received: (from cmascott@localhost) by europa.local (8.8.8/8.8.8) id MAA00465; Thu, 27 Aug 1998 12:21:08 -0400 (EDT) (envelope-from cmascott) Message-Id: <199808271621.MAA00465@europa.local> Date: Thu, 27 Aug 1998 12:21:08 -0400 (EDT) From: cmascott@world.std.com Reply-To: cmascott@world.std.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/7758: fdimage.exe fails on some machines Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7758 >Category: misc >Synopsis: fdimage.exe fails on some machines >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 Aug 27 09:30:01 PDT 1998 >Last-Modified: >Originator: Carl Mascott >Organization: >Release: FreeBSD 2.2.7-RELEASE i386 >Environment: MS-DOS 6.22 >Description: I have two PCs: (1) Everex 486DX/25, AMI bios MS-DOS 5.0 (2) Digital Celebris 590 (P90), Phoenix BIOS 4.04, Digital rev. 2.03 MS-DOS 6.22 FDIMAGE.EXE works on #1 but fails on #2 >How-To-Repeat: At the DOS prompt: > fdimage -v boot.flp a: Formatting: cyl 79 hd 1 Writing: cyl 0 hd 0 Sector not found >Fix: Unknown. Workaround: Use rawrite.exe. >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 Aug 27 09:52:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08822 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 09:52:38 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA08809 for ; Thu, 27 Aug 1998 09:52:32 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id JAA12805; Thu, 27 Aug 1998 09:50:14 -0700 (PDT) (envelope-from jdp) Message-Id: <199808271650.JAA12805@austin.polstra.com> To: Bruce Evans cc: dmm125@bellatlantic.net, bugs@FreeBSD.ORG Subject: Re: error in libcompat (2.2.7) In-reply-to: Your message of "Thu, 27 Aug 1998 17:57:23 +1000." <199808270757.RAA07536@godzilla.zeta.org.au> Date: Thu, 27 Aug 1998 09:50:13 -0700 From: John Polstra Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >True, that's a bug. I don't think it has any actual effect, since > >the function definition has the old pre-ANSI form: > > > > key_t > > ftok(path, id) > > const char *path; > > char id; > > > >which means that "id" is assumed to be passed as an int, even though > >only the low-order byte of it is used. But it should be fixed. > > Not a bug. The prototype must declare the arg as an int to match the > old-style-but-still-ANSI definition. The definition uses char for > historical reasons. Changing it would be incompatible. See rev.1.4 > of ftok.3 for some notes about this. I don't agree. If the prototype says it's an int, then it should be declared as int in the definition too. The definition should look like this: key_t ftok(path, id) const char *path; int id; { struct stat st; if (stat(path, &st) < 0) return (key_t)-1; return (key_t) ((char)id << 24 | (st.st_dev & 0xff) << 16 | (st.st_ino & 0xffff)); } Here, I changed the type of "id" to int, and added a (char) cast in front of its only use. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 27 10:40:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16353 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 10:40:55 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16246 for ; Thu, 27 Aug 1998 10:40:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA02241; Thu, 27 Aug 1998 10:40:00 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15029 for ; Thu, 27 Aug 1998 10:32:59 -0700 (PDT) (envelope-from cmascott@world.std.com) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id NAA08540; Thu, 27 Aug 1998 13:32:06 -0400 (EDT) Received: from europa.local (world-f.std.com) by world.std.com (TheWorld/Spike-2.0) id AA26012; Thu, 27 Aug 1998 13:31:40 -0400 Received: (from cmascott@localhost) by europa.local (8.8.8/8.8.8) id NAA00840; Thu, 27 Aug 1998 13:31:10 -0400 (EDT) (envelope-from cmascott) Message-Id: <199808271731.NAA00840@europa.local> Date: Thu, 27 Aug 1998 13:31:10 -0400 (EDT) From: cmascott@world.std.com Reply-To: cmascott@world.std.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: misc/7759: proflibs installation error, libcrypt_p.a Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7759 >Category: misc >Synopsis: proflibs installation error, libcrypt_p.a >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 Aug 27 10:40:00 PDT 1998 >Last-Modified: >Originator: Carl Mascott >Organization: >Release: FreeBSD 2.2.7-RELEASE i386 >Environment: FreeBSD europa.local 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Mon Aug 24 20:48:25 EDT 1998 cmascott@europa.local:/usr/src/sys/compile/EUR980824 i386 >Description: If one installs the profiled libraries on a system that already has the DES libraries, the installation does not take account of the fact that the DES libraries are present and creates a symlink libcrypt_p.a -> libscrypt_p.a. With the DES libraries present, the symlink should be libcrypt_p.a -> libdescrypt_p.a. >How-To-Repeat: Install the profiled libraries on a system that already has the DES libraries. >Fix: Insert the following code in proflibs/install.sh on CD-ROM #1 just before the "exit 0" line: cd /usr/lib if [ -f libdescrypt_p.a ] then ln -f -s libdescrypt_p.a libcrypt_p.a fi (This code fragment has been tested.) >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 Aug 27 14:30:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03914 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 14:30:39 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03839 for ; Thu, 27 Aug 1998 14:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA08786; Thu, 27 Aug 1998 14:30:00 -0700 (PDT) Date: Thu, 27 Aug 1998 14:30:00 -0700 (PDT) Message-Id: <199808272130.OAA08786@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Torbjorn Granlund Subject: Re: kern/6964: Problems with cam-980520 code in FreeBSD-stable Reply-To: Torbjorn Granlund Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6964; it has been noted by GNATS. From: Torbjorn Granlund To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: kern/6964: Problems with cam-980520 code in FreeBSD-stable Date: Thu, 27 Aug 1998 23:20:54 +0200 This PR may be closed, since the problems are fixed in the current cam for FreeBSD-stable. It would have been cool to hear from the cam developers-- it appears strange to me that you ask for feedback and then ignore the feedback. :-P Torbjorn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 27 15:20:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14036 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 15:20:22 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13872; Thu, 27 Aug 1998 15:19:30 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10060; Thu, 27 Aug 1998 15:19:19 -0700 (PDT) Date: Thu, 27 Aug 1998 15:19:19 -0700 (PDT) Message-Id: <199808272219.PAA10060@freefall.freebsd.org> To: brian@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, brian@FreeBSD.ORG Subject: Re: bin/7755 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 2.2.7 user PPP lockups Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Thu Aug 27 15:18:59 PDT 1998 Responsible-Changed-Why: Ppp's mine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 27 17:10:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02891 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 17:10:46 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02772 for ; Thu, 27 Aug 1998 17:10:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA12639; Thu, 27 Aug 1998 17:10:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01866; Thu, 27 Aug 1998 17:04:13 -0700 (PDT) (envelope-from nobody) Message-Id: <199808280004.RAA01866@hub.freebsd.org> Date: Thu, 27 Aug 1998 17:04:13 -0700 (PDT) From: cjl@qnet.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/7764: ps(1) hangs in pfslck/lockrd - All subsequent ps(1) commands unkillable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7764 >Category: kern >Synopsis: ps(1) hangs in pfslck/lockrd - All subsequent ps(1) commands unkillable >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 Aug 27 17:10:00 PDT 1998 >Last-Modified: >Originator: Chris Linstruth >Organization: QNET >Release: 2.2.7R >Environment: FreeBSD mx-a.qnet.com 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Wed Jul 22 08:48:29 GMT 1998 root@builder.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: ps -aux hung. Terminated session, subsequent ps(1) commands also hang. kill -9 ineffective. top -Sn all shows the following: bash$ top -Sn all last pid: 21449; load averages: 1.29, 1.16, 1.10 16:55:35 44 processes: 2 running, 42 sleeping Mem: 32M Active, 3264K Inact, 11M Wired, 4280K Cache, 2884K Buf, 26M Free Swap: 256M Total, 10M Used, 246M Free, 4% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 21436 root 56 0 748K 976K RUN 0:01 23.43% 5.19% sendmail 21311 root 2 0 1004K 1120K sbwait 0:00 1.15% 1.11% sendmail 21444 root 2 0 676K 868K select 0:00 0.82% 0.11% sendmail 21445 root 2 0 676K 876K select 0:00 0.55% 0.08% sendmail 27180 root 2 0 652K 684K select 20:08 0.04% 0.04% sendmail 21448 root 2 0 716K 880K sbwait 0:00 0.78% 0.04% sendmail 21438 root 2 0 676K 868K select 0:00 0.21% 0.04% sendmail 13671 root 2 0 7276K 7124K select 57:46 0.00% 0.00% named 4 root 28 0 0K 12K update 10:55 0.00% 0.00% update 81 root 2 0 204K 404K select 7:44 0.00% 0.00% syslogd 1 root 10 0 484K 192K wait 1:27 0.00% 0.00% init 2 root -18 0 0K 12K psleep 1:04 0.00% 0.00% pagedaemon 116 root 18 0 332K 340K pause 0:20 0.00% 0.00% cron 0 root -18 0 0K 0K sched 0:02 0.00% 0.00% swapper 19021 root 2 0 948K 1208K connec 0:01 0.00% 0.00% sendmail 113 root 2 0 208K 344K select 0:01 0.00% 0.00% inetd 3 root 28 0 0K 12K psleep 0:00 0.00% 0.00% vmdaemon 165 root 18 0 460K 284K pause 0:00 0.00% 0.00% csh 17382 root 18 0 456K 284K pause 0:00 0.00% 0.00% csh 28124 root 18 0 456K 280K pause 0:00 0.00% 0.00% csh 21435 root 10 0 724K 884K wait 0:00 0.00% 0.00% sendmail 17395 root 10 0 640K 780K wait 0:00 0.00% 0.00% bash 21302 cjl 10 0 648K 744K wait 0:00 0.00% 0.00% bash 13465 root 10 0 728K 612K wait 0:00 0.00% 0.00% sendmail 20541 root 3 0 180K 596K ttyin 0:00 0.00% 0.00% getty 167 root 3 0 180K 272K ttyin 0:00 0.00% 0.00% getty 17158 root 2 0 724K 880K sbwait 0:00 0.00% 0.00% sendmail 21156 root 2 0 724K 876K sbwait 0:00 0.00% 0.00% sendmail 21358 root 2 0 724K 876K sbwait 0:00 0.00% 0.00% sendmail 21433 root 2 0 676K 868K select 0:00 0.00% 0.00% sendmail 21409 root 2 0 668K 796K connec 0:00 0.00% 0.00% sendmail 21411 root 2 0 668K 796K connec 0:00 0.00% 0.00% sendmail 21434 root 2 0 668K 796K connec 0:00 0.00% 0.00% sendmail 21301 root 2 0 220K 756K select 0:00 0.00% 0.00% telnetd 91 daemon 2 0 176K 256K select 0:00 0.00% 0.00% portmap 18121 root -6 0 244K 624K piperd 0:00 0.00% 0.00% grep 18584 root -6 0 676K 304K pfslck 0:00 0.00% 0.00% ps 18120 root -6 0 672K 304K pfslck 0:00 0.00% 0.00% ps 1761 cjl -6 0 676K 256K pfslck 0:00 0.00% 0.00% ps 1920 cjl -6 0 676K 256K pfslck 0:00 0.00% 0.00% ps 2002 cjl -6 0 676K 256K pfslck 0:00 0.00% 0.00% ps 13801 root -18 0 788K 612K lockrd 0:00 0.00% 0.00% sendmail 1697 root -18 0 676K 256K lockrd 0:00 0.00% 0.00% ps 21449 cjl 33 0 608K 828K RUN 0:00 0.00% 0.00% top >How-To-Repeat: Unknown what caused the first offending process to hang. Fairly sure it was a ps -aux though. It's possible I attempted to SIGINT (^C) it. >Fix: >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 Aug 27 20:39:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10108 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 20:39:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10039 for ; Thu, 27 Aug 1998 20:39:08 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id NAA22459; Fri, 28 Aug 1998 13:38:11 +1000 Date: Fri, 28 Aug 1998 13:38:11 +1000 From: Bruce Evans Message-Id: <199808280338.NAA22459@godzilla.zeta.org.au> To: bde@zeta.org.au, jdp@polstra.com Subject: Re: error in libcompat (2.2.7) Cc: bugs@FreeBSD.ORG, dmm125@bellatlantic.net Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Not a bug. The prototype must declare the arg as an int to match the >> old-style-but-still-ANSI definition. The definition uses char for >> historical reasons. Changing it would be incompatible. See rev.1.4 >> of ftok.3 for some notes about this. > >I don't agree. If the prototype says it's an int, then it should be >declared as int in the definition too. The definition should look >like this: > >key_t >ftok(path, id) > const char *path; > int id; >{ > struct stat st; > > if (stat(path, &st) < 0) > return (key_t)-1; > > return (key_t) ((char)id << 24 | (st.st_dev & 0xff) << 16 | (st.st_ino & 0xffff)); >} > >Here, I changed the type of "id" to int, and added a (char) cast in >front of its only use. This is just doing the compiler's work for it. The `char id' arg in the definition causes the `int id' arg in the prototype to be converted to a char on entry to the function, as if by assignment (ISO 6.7.1). Your cast is equivalent to such an assignment, modulo compiler optimizations, compiler warnings (compilers tend to warn more about assignments than casts) and style bugs. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 27 20:40:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10293 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 20:40:28 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10231 for ; Thu, 27 Aug 1998 20:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA17687; Thu, 27 Aug 1998 20:40:01 -0700 (PDT) Received: from aurora.sol.net (aurora.sol.net [206.55.65.76]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08792 for ; Thu, 27 Aug 1998 20:31:19 -0700 (PDT) (envelope-from jgreco@aurora.sol.net) Received: (from jgreco@localhost) by aurora.sol.net (8.8.8/8.8.8/SNNS-1.02) id WAA07044; Thu, 27 Aug 1998 22:30:24 -0500 (CDT) Message-Id: <199808280330.WAA07044@aurora.sol.net> Date: Thu, 27 Aug 1998 22:30:24 -0500 (CDT) From: Joe Greco Reply-To: jgreco@solaria.sol.net To: FreeBSD-gnats-submit@FreeBSD.ORG, jgreco@solaria.sol.net X-Send-Pr-Version: 3.2 Subject: kern/7766: de driver still buggy - random ifc death Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7766 >Category: kern >Synopsis: de driver still buggy - random ifc death >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 Aug 27 20:40:01 PDT 1998 >Last-Modified: >Originator: Joe Greco >Organization: sol.net Network Services - Solaria Public Access UNIX >Release: FreeBSD 3.* >Environment: ASUS P/E-P55T2P4D, 2xIntel P200 (or P133) 512MB RAM 3 x ASUS SC-200 PCI SCSI 1 x SMC 8434BDT dual 10/100 PCI Ethernet, 100mbps half duplex Usually running Diablo Ethernets plugged into one of: 3Com OfficeStack 10/100 (old or new) Bay Networks 350F Synoptics 20115(?) >Description: A network interface stops working. The interface becomes un-pingable and unresponsive. The rest of the system remains functional. This appears to happen every two to five days. These motherboards and CPU's were previously used under a slightly different configuration under FreeBSD 2.1.7R, Matt Thomas's version of the de driver, with a single P133 and {256|384}MB RAM, rest of configuration identical, with uptimes in the two hundred day range. This may be a hardware problem of some sort. I experienced the _same_ problem with a much higher frequency under Solaris 2.6 x86 (SMP) on the same hardware, where it happened every six to eight hours. I believe that I may have seen this same problem, once, on an ASUS P2B-DS system as well. See my next report for a possibly related bug. >How-To-Repeat: Unknown >Fix: Reset box, or ifconfig down; ifconfig up (I can usually log in via the other interface, which is on a private network) >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 Aug 27 20:50:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12334 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 20:50:33 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12238 for ; Thu, 27 Aug 1998 20:50:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA17974; Thu, 27 Aug 1998 20:50:00 -0700 (PDT) Received: from aurora.sol.net (aurora.sol.net [206.55.65.76]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11014 for ; Thu, 27 Aug 1998 20:44:04 -0700 (PDT) (envelope-from jgreco@aurora.sol.net) Received: (from jgreco@localhost) by aurora.sol.net (8.8.8/8.8.8/SNNS-1.02) id WAA07182; Thu, 27 Aug 1998 22:43:11 -0500 (CDT) Message-Id: <199808280343.WAA07182@aurora.sol.net> Date: Thu, 27 Aug 1998 22:43:11 -0500 (CDT) From: Joe Greco Reply-To: jgreco@solaria.sol.net To: FreeBSD-gnats-submit@FreeBSD.ORG, jgreco@solaria.sol.net X-Send-Pr-Version: 3.2 Subject: kern/7767: de driver still buggy - power cycle of death Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7767 >Category: kern >Synopsis: de driver still buggy - power cycle of death >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 Aug 27 20:50:00 PDT 1998 >Last-Modified: >Originator: Joe Greco >Organization: sol.net Network Services - Solaria Public Access UNIX >Release: All tested releases >Environment: de-based 10/100 PCI Ethernet card Bay Networks 350F >Description: Power cycling the Bay Switch causes the de interface to stop working. The interface becomes un-pingable and unresponsive. The rest of the system remains functional. This is highly annoying when you have to log in to 16 machines to fix all the boxes that you had plugged into the switch. I have noticed varying specifics under different cards. For example, a Kingston PCI 21041 10Mbps card may print that it has autoselected the AUI or BNC ports at the time the switch is cycled - even though these ports do not exist on a KNE40T. The SMC 9332BDT/9334BDT 10/100 cards appear to have the correct status lights indicating the current mode of operation, but when I type the "ifconfig down", they will print a message that the 100baseTX mode has been selected. See my previous report for a possibly related bug. Both of these bugs are rather annoying and problematic. If it wasn't for the port density offered by some de-based cards, ... >How-To-Repeat: Power cycle the Bay Switch. >Fix: Reset box, or ifconfig down; ifconfig up >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 Aug 27 21:20:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16872 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 21:20:28 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA16820 for ; Thu, 27 Aug 1998 21:20:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA18511; Thu, 27 Aug 1998 21:20:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15974; Thu, 27 Aug 1998 21:13:23 -0700 (PDT) (envelope-from nobody) Message-Id: <199808280413.VAA15974@hub.freebsd.org> Date: Thu, 27 Aug 1998 21:13:23 -0700 (PDT) From: ssbob@jps.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/7768: boot mgr doesnt apear to install, cannot select multi os after install Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7768 >Category: i386 >Synopsis: boot mgr doesnt apear to install, cannot select multi os after install >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 Aug 27 21:20:01 PDT 1998 >Last-Modified: >Originator: Sean Fay >Organization: >Release: 2.2.5 >Environment: Intel P5-166MMX 64MB SDRAM ATI Graphics Xpression PC2TV w/ 4mb Adaptec Ultra SCSI onboard MB. 1 Seagate 2.5GB EIDE 2 Seagate 2GB UScsi 24X ATAPI cdrom >Description: During install of freebsd 2.2.5 I install the bootmgr and select it to modify my primary hd the EIDE drive. I then finish the rest of the format of the unix volumes and install the os and ports. I then reboot the machine and when it comes back up it just goes into Win95. I followed the direction in the handbook for multi drive multi os. Any IDEAS?? Sean >How-To-Repeat: >Fix: >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 Aug 27 22:08:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22996 for freebsd-bugs-outgoing; Thu, 27 Aug 1998 22:08:13 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22991 for ; Thu, 27 Aug 1998 22:08:11 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id WAA17091; Thu, 27 Aug 1998 22:07:12 -0700 (PDT) (envelope-from jdp) Message-Id: <199808280507.WAA17091@austin.polstra.com> To: Bruce Evans cc: bugs@FreeBSD.ORG, dmm125@bellatlantic.net Subject: Re: error in libcompat (2.2.7) In-reply-to: Your message of "Fri, 28 Aug 1998 13:38:11 +1000." <199808280338.NAA22459@godzilla.zeta.org.au> Date: Thu, 27 Aug 1998 22:07:12 -0700 From: John Polstra Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >Here, I changed the type of "id" to int, and added a (char) cast in > >front of its only use. > > This is just doing the compiler's work for it. I'm happy to do that, if it makes the code less confusing. It is confusing to have the types disagree between the function's prototype and its definition. You have to be a scholar of the standard to understand such code. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 28 05:00:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09332 for freebsd-bugs-outgoing; Fri, 28 Aug 1998 05:00:10 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA09325 for ; Fri, 28 Aug 1998 05:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA02585; Fri, 28 Aug 1998 05:00:01 -0700 (PDT) Received: from zwei.siemens.at (zwei.siemens.at [193.81.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09059 for ; Fri, 28 Aug 1998 04:57:02 -0700 (PDT) (envelope-from lada@pc8811.gud.siemens.at) Received: from scesie04.sie.siemens.at (root@[10.1.140.1]) by zwei.siemens.at with ESMTP id NAA03071 for ; Fri, 28 Aug 1998 13:56:03 +0200 (MET DST) Received: from scegud01.gud.siemens.at (scegud01.gud.siemens.at [195.3.240.30]) by scesie04.sie.siemens.at () with ESMTP id NAA18510 for ; Fri, 28 Aug 1998 13:56:04 +0200 (METDST) Received: from pc8811.gud.siemens.at (pc8811.gud.siemens.at [195.3.22.159]) by scegud01.gud.siemens.at (8.8.8/8.8.5) with ESMTP id NAA11629 for ; Fri, 28 Aug 1998 13:56:03 +0200 (METDST) Message-Id: Date: Fri, 28 Aug 1998 14:07:21 +0200 (CEST) From: Marino Ladavac To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: misc/7771: Debugging putenv/setenv Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7771 >Category: misc >Synopsis: Debugging putenv/getenv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 28 05:00:01 PDT 1998 >Last-Modified: >Originator: marino.ladavac@siemens.at >Organization: >Release: FreeBSD 2.2.6-RELEASE i386 >Environment: >Description: Attached is a shar archive of a smallish debugging getenv/putenv pair which we have found useful in order to find an environment variable overwrite in a >1000 kLOC system. Since there was a talk about puting environment access in kernel, this could be useful as a search tool for char **environ accesses to the environment. The preferred mode of use would be a library which is to be linked before libc. The library should consist only of initenv.o. marino.ladavac@siemens.at >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # initenv.c # safeenv.c # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' XSRCS =initenv.c safeenv.c X XPROG =testenv X X X X.include END-of-Makefile echo x - initenv.c sed 's/^X//' >initenv.c << 'END-of-initenv.c' X/* X * Copyright (c) 1998 X * Marino Ladavac. All rights reserved. X * X * Redistribution and use in source and binary forms, with or without X * modification, are permitted provided that the following conditions X * are met: X * 1. Redistributions of source code must retain the above copyright X * notice, this list of conditions and the following disclaimer. X * 2. Redistribution in the binary form must retain the copyright static X * variable. X * 3. Neither the name of the author nor the names of his contributors X * may be used to endorse or promote products derived from this software X * without specific prior written permission. X * X * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND X * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE X * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE X * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE X * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL X * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS X * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) X * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT X * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X * SUCH DAMAGE. X */ X X/* X * Copyright (c) 1987, 1993 X * The Regents of the University of California. All rights reserved. X * X * Redistribution and use in source and binary forms, with or without X * modification, are permitted provided that the following conditions X * are met: X * 1. Redistributions of source code must retain the above copyright X * notice, this list of conditions and the following disclaimer. X * 2. Redistributions in binary form must reproduce the above copyright X * notice, this list of conditions and the following disclaimer in the X * documentation and/or other materials provided with the distribution. X * 3. All advertising materials mentioning features or use of this software X * must display the following acknowledgement: X * This product includes software developed by the University of X * California, Berkeley and its contributors. X * 4. Neither the name of the University nor the names of its contributors X * may be used to endorse or promote products derived from this software X * without specific prior written permission. X * X * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND X * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE X * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE X * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE X * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL X * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS X * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) X * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT X * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X * SUCH DAMAGE. X */ X X#if defined(LIBC_SCCS) && !defined(lint) Xstatic char sccsid[] = "@(#)getenv.c 8.1 (Berkeley) 6/4/93"; X#endif /* LIBC_SCCS and not lint */ X#if !defined(lint) Xstatic char copyright[] = "@(#)initenv.c Marino Ladavac 28. 08. 1998."; X#endif X X#include X#include X#include X#include X#include X#include X#include X#include X X/* XXX -- this should use getpagesize() but not everyone has it */ Xstatic void *my_environ_orig, *env_area_orig; Xstatic void *my_environ; Xstatic char **old_environ; Xstatic void *env_area; Xstatic size_t env_size = 64*1024; /* 64 K, works everywhere */ Xstatic size_t environ_size = 16*1024; /* 16K is overkill, but SINIX X can be configured to run with X a 16K page */ Xstatic size_t env_busy = 0; X Xint XBSDinitenv( void ) X{ X static int copied = 0; X extern char **environ; X char *ap, *c; X char **ep, **e; X int dev_zero; X X fprintf( stderr, "BSDinitenv called\n" ); X X if (!copied) { X fprintf( stderr, "Copying environment\n" ); X /* X * XXX -- /dev/zero because not everyone has MAP_ANON X * and MAP_PRIVATE does not always work with /dev/null X */ X if (-1 == (dev_zero = open( "/dev/zero", O_RDWR, 0666 ))) { X perror( "open" ); X return -1; X } X /* XXX -- This should be MAP_FAILED, not available everywhere */ X if ((caddr_t)-1 == (env_area = mmap( NULL, X env_size, X PROT_READ | PROT_WRITE, X MAP_PRIVATE, X dev_zero, X 0 )) X ) { X perror( "mmap #1" ); X close( dev_zero ); X return -1; X } X if ((caddr_t)-1 == (my_environ = mmap( NULL, X environ_size, X PROT_READ | PROT_WRITE, X MAP_PRIVATE, X dev_zero, X 0 )) X ) { X perror( "mmap #2" ); X close( dev_zero ); X return -1; X } X close( dev_zero ); X my_environ_orig = my_environ; X env_area_orig = env_area; X X /* copy the entries into the new space */ X /* XXX -- no checks are being performed yet */ X for (e = environ, ep = my_environ, ap = env_area; X (*ep = *e++); X ++ep) X for (c = *ep, *ep = ap; (*ap++ = *c++); ) X ; X /* set the busy limits */ X /* XXX -- no busy limits for my_environ */ X env_busy = (size_t)((unsigned int)ap - (unsigned int)env_area); X X /* relink environ */ X old_environ = environ; X environ = my_environ; X X /* make the new environment read only */ X if (mprotect( my_environ, environ_size, PROT_READ )) { X perror( "mprotect #1" ); X return -1; X } X if (mprotect( env_area, env_size, PROT_READ )) { X perror( "mprotect #2" ); X return -1; X } X copied = 1; X } X return 0; X} X X Xstatic char *__findenv (const char *, int *); X X/* X * __findenv -- X * Returns pointer to value associated with name, if any, else NULL. X * Sets offset to be the offset of the name/value combination in the X * environmental array, for use by setenv(3) and unsetenv(3). X * Explicitly removes '=' in argument name. X * X * This routine *should* be a static; don't use it. X */ Xstatic char * X__findenv(name, offset) X register const char *name; X int *offset; X{ X extern char **environ; X register int len, i; X register const char *np; X register char **p, *cp; X X if (name == NULL || environ == NULL) X return (NULL); X for (np = name; *np && *np != '='; ++np) X continue; X len = np - name; X for (p = environ; (cp = *p) != NULL; ++p) { X for (np = name, i = len; i && *cp; i--) X if (*cp++ != *np++) X break; X if (i == 0 && *cp++ == '=') { X *offset = p - environ; X return (cp); X } X } X return (NULL); X} X X/* X * getenv -- X * Returns ptr to value associated with name, if any, else NULL. X */ Xchar * Xgetenv(name) X const char *name; X{ X int offset; X int BSDinitenv( void ); X X fprintf( stderr, "getenv called: %s\n", name ); X X if (BSDinitenv()) X return NULL; X return (__findenv(name, &offset)); X} X X X/* X * setenv -- X * Set the value of the environmental variable "name" to be X * "value". If rewrite is set, replace any current value. X */ Xint Xsetenv(name, value, rewrite) X register const char *name; X register const char *value; X int rewrite; X{ X extern char **environ; X static int alloced; /* if allocated space before */ X register char *c; X int l_value, offset; X int BSDinitenv( void ); X X fprintf( stderr, "setenv called: %s, %s, %d\n", name, value, rewrite ); X X if (BSDinitenv()) X return -1; X X if (*value == '=') /* no `=' in value */ X ++value; X l_value = strlen(value); X if ((c = __findenv(name, &offset))) { /* find if already exists */ X if (!rewrite) X return (0); X if (strlen(c) >= l_value) { /* old larger; copy over */ X if (mprotect( env_area, env_size, PROT_READ|PROT_WRITE )) X perror( "writable env_area #1" ); X while ( (*c++ = *value++) ); X if (mprotect( env_area, env_size, PROT_READ )) X perror( "readonly env_area #1" ); X return (0); X } X } else { /* create new slot */ X register int cnt; X register char **p; X X for (p = environ, cnt = 0; *p; ++p, ++cnt); X if (mprotect( my_environ, environ_size, PROT_READ|PROT_WRITE )) X perror( "writable my_environ #1" ); X environ[cnt + 1] = NULL; X if (mprotect( my_environ, environ_size, PROT_READ )) X perror( "readonly my_environ #1" ); X offset = cnt; X } X for (c = (char *)name; *c && *c != '='; ++c); /* no `=' in name */ X if ((env_size - env_busy) <= /* name + `=' + value */ X ((int)(c - name) + l_value + 2)) { X errno = ENOMEM; X perror( "allocation" ); X return (-1); X } X /* XXX -- does not reclaim the unused space */ X if (mprotect( my_environ, environ_size, PROT_READ|PROT_WRITE )) X perror( "writable my_environ #2" ); X environ[offset] = (char *)env_area + env_busy; X if (mprotect( my_environ, environ_size, PROT_READ )) X perror( "readonly my_environ #2" ); X if (mprotect( env_area, env_size, PROT_READ|PROT_WRITE )) X perror( "writable env_area #2" ); X for (c = environ[offset]; (*c = *name++) && *c != '='; ++c, ++env_busy) X ; X for (++env_busy, *c++ = '='; (*c++ = *value++); ++env_busy ) X ; X ++env_busy; X if (mprotect( env_area, env_size, PROT_READ )) X perror( "readonly env_area #2" ); X return (0); X} X X/* X * unsetenv(name) -- X * Delete environmental variable "name". X */ Xvoid Xunsetenv(name) X const char *name; X{ X extern char **environ; X register char **p; X int offset; X X while (__findenv(name, &offset)) /* if set multiple times */ X for (p = &environ[offset];; ++p) X if (!(*p = *(p + 1))) X break; X} X X Xint Xputenv(str) X const char *str; X{ X char *p, *equal; X int rval; X X fprintf( stderr, "putenv called: %s\n", str ); X X if ((p = strdup(str)) == NULL) X return (-1); X if ((equal = strchr(p, '=')) == NULL) { X (void)free(p); X return (-1); X } X *equal = '\0'; X rval = setenv(p, equal + 1, 1); X (void)free(p); X return (rval); X} END-of-initenv.c echo x - safeenv.c sed 's/^X//' >safeenv.c << 'END-of-safeenv.c' X/* X * Copyright (c) 1998 X * Marino Ladavac. All rights reserved. X * X * Redistribution and use in source and binary forms, with or without X * modification, are permitted provided that the following conditions X * are met: X * 1. Redistributions of source code must retain the above copyright X * notice, this list of conditions and the following disclaimer. X * 2. Neither the name of the author nor the names of his contributors X * may be used to endorse or promote products derived from this software X * without specific prior written permission. X * X * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND X * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE X * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE X * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE X * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL X * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS X * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) X * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT X * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X * SUCH DAMAGE. X */ X X/* Test driver for the initenv.c */ X X#include X#include X#include X#include X#include X Xextern char **environ; X Xint main( int argc, char **argv, char **envp ) X{ X char **ee; X char **aa; X void *ebegin, *eend; X int errstat; X int BSDinitenv( void ); X char *logname; X X if (BSDinitenv()) X perror("BSDinitenv failed"); X X printf( "argv is %x\n", argv ); X printf( "argv page %x\n", (u_int)argv / 4096 * 4096 ); X for (aa = argv; *aa; ++aa) { X printf( " %s is at %x to %x\n", *aa, *aa, *aa + strlen( *aa) ); X } X ebegin = eend = environ; X printf( "environ is %x\n", environ ); X printf( "envp is %x\n", envp ); X printf( "environ page %x\n", (u_int)environ / 4096 * 4096 ); X X for (ee = environ; *ee; ++ee) { X char *c = *ee; X if ((u_int)c < (u_int)ebegin) X ebegin = c; X if ((u_int)c + strlen( c ) > (u_int)eend) X eend = c + strlen( c ); X printf( " %s is at %x to %x\n", *ee, *ee, *ee + strlen( *ee) ); X/* do { X printf( "%x: %c\n", c, *c ); X } while (*c++); */ X } X printf( "ENV is from %x to %x\n", ebegin, eend ); X ebegin = (u_int)(ebegin) / 4096 * 4096; X eend = (u_int)(eend + 4095 ) / 4096 * 4096; X printf( "ENV size is %d\n", (u_int)eend - (u_int)ebegin ); X#if 0 X errstat = mprotect( ebegin, (u_int)eend - (u_int)ebegin, PROT_READ ); X printf( "mprotect returned %d\n", errstat ); X#endif X logname = getenv( "LOGNAME" ); X printf( "LOGNAME value is at %x\n", logname ); X X putenv( "LOGNAME=mary had a little lamb" ); X logname = getenv( "LOGNAME" ); X printf( "LOGNAME value is at %x\n", logname ); X printf( "LOGNAME is %s\n", logname ); X X putenv( "LOGNAME=another mary had a little lamb" ); X logname = getenv( "LOGNAME" ); X printf( "LOGNAME value is at %x\n", logname ); X printf( "LOGNAME is %s\n", logname ); X X *logname = 'z'; X return EXIT_SUCCESS; X} END-of-safeenv.c exit >Audit-Trail: >Unformatted: Marino Ladavac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 28 08:17:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29945 for freebsd-bugs-outgoing; Fri, 28 Aug 1998 08:17:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from shodan.in-trier.de (shodan.in-trier.de [198.22.51.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA29838 for ; Fri, 28 Aug 1998 08:17:11 -0700 (PDT) (envelope-from bero@microsoft.sucks.eu.org) Received: from localhost (cray.microsoft.eu.org [198.22.51.119]) by shodan.in-trier.de (8.8.8/8.8.8) with SMTP id RAA19758 for freebsd-bugs@freebsd.org; Fri, 28 Aug 1998 17:17:17 +0200 Date: Fri, 28 Aug 1998 16:47:56 +0200 (CEST) From: Bernhard Rosenkraenzer X-Sender: bero@k6.bero To: freebsd-bugs@FreeBSD.ORG Subject: Possible bug in installer, 2.2.7 and 3.0-980816 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 Hello, I've just installed FreeBSD (tried both 2.2.7 and 3.0-980816) on the first SCSI disk of a mixed IDE/SCSI system. Installation worked well; everything was installed to /dev/sd0s1a. After a reboot, however, the kernel loader tried to load 2:sd(2,a) rather than the correct 2:sd(0,a) - I suspect there is a bug in the installer, causing faulty kernel settings under certain circumstances. The only other partition (slice) on the sd0 disk is a Linux ext2 one. LLaP bero -- Windows 98 supports real multitasking - it can boot and crash simultaneously. *** Anyone sending unwanted advertising e-mail to this address will be charged $25 for network traffic and computing time. By extracting my address from this message or its header, you agree to these terms. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 28 09:26:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11365 for freebsd-bugs-outgoing; Fri, 28 Aug 1998 09:26:19 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from aries.fortean.com (aries.fortean.com [209.42.229.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11224; Fri, 28 Aug 1998 09:26:04 -0700 (PDT) (envelope-from walter@fortean.com) Received: from localhost (walter@localhost) by aries.fortean.com (8.8.8/8.8.8) with SMTP id MAA13763; Fri, 28 Aug 1998 12:21:06 -0400 (EDT) (envelope-from walter@fortean.com) X-Authentication-Warning: aries.fortean.com: walter owned process doing -bs Date: Fri, 28 Aug 1998 12:21:05 -0400 (EDT) From: "Bruce M. Walter" To: freebsd-bugs@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: RE: kern/6102 (biodone: buffer already done) QUOTA? 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 > Once in a while kernel panics with following messages: > > biodone: buffer already done > biodone: buffer already done > panic: biodone: buffer not busy I had been experiencing these biodone panics under a similar configuration while performing backups to a SCSI DAT drive. Dima had built some diagnostic kernels to address FIFO overruns in the Adaptec controllers at Best. Since my HBA is a DPT, I put together some diagnostic kernels as well. What I found was that removing 'options QUOTA' from my kernel config has alleviated if not eliminated this problem. I have run over 20 consecutive backups with no failures. Previously, 1 in every 3 would fail with a system crash/silent reboot. Since I wasn't actually using the quotas, it's not a heartbreaker to lose them. I know Dima is running with QUOTA on, but I'm now wondering if some of the others experiencing kern/5117, kern/6102 and kern/7424 aren't running it as well. - Bruce ========================================================== || Bruce M. Walter || 426 South Dawson Street || || Principal || Raleigh, NC 27601 USA || || NIXdesign Group, Inc. || Tel: 919.829.4908 || || Concept + Code || Fax: 919.829.4993 || ========================================================== || BSD Unix -- It's not just a job, it's a way of life! || ========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Aug 28 10:26:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20312 for freebsd-bugs-outgoing; Fri, 28 Aug 1998 10:26:58 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from nt6.upshot.com (upshot.com [206.79.132.16] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20304 for ; Fri, 28 Aug 1998 10:26:55 -0700 (PDT) (envelope-from nick@upshot.com) Received: from NTUSR27 ([206.79.132.108]) by nt6.upshot.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id QZAGZGZ9; Fri, 28 Aug 1998 10:25:22 -0700 From: "Nick Popoff" To: Subject: Bug? report: bash/malloc Date: Fri, 28 Aug 1998 10:22:38 -0700 Message-ID: <000601bdd2a8$746f1ea0$6c844fce@ntusr27.upshot.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running FreeBSD 2.2.6-RELEASE on a Pentium 200 with 64 Mb of RAM. I just telneted into the machine and got the following: -bash in malloc(): warning: recursive call. bash: xmalloc: cannot allocate 3 bytes (0 bytes allocated) Then the shell exited. Any ideas? Is this a bash bug or do you think it may be a bad memory chip? The machine has been really reliable so far (running 1 month). Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 29 12:57:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00880 for freebsd-bugs-outgoing; Sat, 29 Aug 1998 12:57:01 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00870; Sat, 29 Aug 1998 12:56:17 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13094; Sat, 29 Aug 1998 12:56:12 -0700 (PDT) Date: Sat, 29 Aug 1998 12:56:12 -0700 (PDT) Message-Id: <199808291956.MAA13094@freefall.freebsd.org> To: max@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: pending/7744 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Pthread scheduler bug Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: max Responsible-Changed-When: Sat Aug 29 12:53:24 PDT 1998 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 29 12:59:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01067 for freebsd-bugs-outgoing; Sat, 29 Aug 1998 12:59:29 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01049; Sat, 29 Aug 1998 12:58:47 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13187; Sat, 29 Aug 1998 12:58:42 -0700 (PDT) Date: Sat, 29 Aug 1998 12:58:42 -0700 (PDT) Message-Id: <199808291958.MAA13187@freefall.freebsd.org> To: max@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: pending/7761 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to recent port submission of nicetext-0.9 Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: max Responsible-Changed-When: Sat Aug 29 12:58:07 PDT 1998 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 29 15:09:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11046 for freebsd-bugs-outgoing; Sat, 29 Aug 1998 15:09:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (ts01-004.dublin.indigo.ie [194.125.134.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11039 for ; Sat, 29 Aug 1998 15:09:02 -0700 (PDT) (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id XAA02937 for freebsd-bugs@freebsd.org; Sat, 29 Aug 1998 23:02:18 +0100 (IST) (envelope-from rotel@indigo.ie) From: Niall Smart Message-Id: <199808292202.XAA02937@indigo.ie> Date: Sat, 29 Aug 1998 23:02:18 +0000 Reply-To: rotel@indigo.ie X-Files: The truth is out there X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7507 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Actually, use this patch for test.1 instead. (Yes, I have too much time on my hands). Anyone feel like commiting the patches in this PR yet? See the correspondance log. Index: test.1 =================================================================== RCS file: /cvs/src/bin/test/test.1,v retrieving revision 1.6 diff -c -r1.6 test.1 *** test.1 1998/05/18 06:51:56 1.6 --- test.1 1998/08/29 22:06:24 *************** *** 97,104 **** .It Fl p Ar file True if .Ar file ! is a named pipe .Po Tn FIFO Pc . .It Fl r Ar file True if .Ar file --- 97,108 ---- .It Fl p Ar file True if .Ar file ! exists and is a named pipe .Po Tn FIFO Pc . + .It Fl S Ar file + True if + .Ar file + exists and is a socket. .It Fl r Ar file True if .Ar file -- Niall Smart, rotel@indigo.ie. Amaze your friends and annoy your enemies: echo '#define if(x) if (!(x))' >> /usr/include/stdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 29 15:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13459 for freebsd-bugs-outgoing; Sat, 29 Aug 1998 15:30:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13451 for ; Sat, 29 Aug 1998 15:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16143; Sat, 29 Aug 1998 15:30:01 -0700 (PDT) Received: from indigo.ie (ts01-004.dublin.indigo.ie [194.125.134.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12681 for ; Sat, 29 Aug 1998 15:23:16 -0700 (PDT) (envelope-from nsmart@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id XAA03397; Sat, 29 Aug 1998 23:16:29 +0100 (IST) (envelope-from nsmart) Message-Id: <199808292216.XAA03397@indigo.ie> Date: Sat, 29 Aug 1998 23:16:29 +0100 (IST) From: rotel@indigo.ie Reply-To: rotel@indigo.ie To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/7779: [PATCH] modload should detect stripped kernels and use consistent option names Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7779 >Category: bin >Synopsis: [PATCH] modload should detect stripped kernels and use consistent option names >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 Aug 29 15:30:01 PDT 1998 >Last-Modified: >Originator: Niall Smart >Organization: >Release: FreeBSD 2.2.7-STABLE i386 >Environment: >Description: This patch addresses two problems: 1) modload should fail more intelligently when the kernel has no symbols; I inadvertantly forgot the -d argument to strip when stripping down the kernel after a config -g and it took me a while to figure out what was happening. :) 2) modload should use -N to specify the kernel file as per ps, fstat, ccdconfig, dmesg, vmstat, pstat, swapinfo, iostat, ncrcontrol, ipcs, netstat, nfsstat and w. -A is provided for backwards compatability. (ahh, perfection) >How-To-Repeat: strip -d /kernel modload -N /kernel /lkm/linux_mod.o >Fix: Index: modload.8 =================================================================== RCS file: /cvs/src/sbin/modload/modload.8,v retrieving revision 1.11 diff -c -r1.11 modload.8 *** modload.8 1998/03/19 07:45:37 1.11 --- modload.8 1998/08/29 22:11:08 *************** *** 34,40 **** .Sh SYNOPSIS .Nm modload .Op Fl dquv ! .Op Fl A Ar kernel .Op Fl e Ar entry .Op Fl p Ar postinstall .Op Fl o Ar output_file --- 34,40 ---- .Sh SYNOPSIS .Nm modload .Op Fl dquv ! .Op Fl N Ar kernel .Op Fl e Ar entry .Op Fl p Ar postinstall .Op Fl o Ar output_file *************** *** 62,72 **** temporary file to be kept rather than deleted. .It Fl v Print comments about the loading process. ! .It Fl A Ar kernel Specify the file that is passed to the linker to resolve module references to external symbols. The symbol file must be for the currently running kernel or the module is likely to crash the system. .It Fl e Ar entry Specify the module entry point. This is passed by --- 62,75 ---- temporary file to be kept rather than deleted. .It Fl v Print comments about the loading process. ! .It Fl N Ar kernel Specify the file that is passed to the linker to resolve module references to external symbols. The symbol file must be for the currently running kernel or the module is likely to crash the system. + The option + .Fl A + is synonymous and provided for backwards compatability. .It Fl e Ar entry Specify the module entry point. This is passed by Index: modload.c =================================================================== RCS file: /cvs/src/sbin/modload/modload.c,v retrieving revision 1.23 diff -c -r1.23 modload.c *** modload.c 1998/08/12 02:39:23 1.23 --- modload.c 1998/08/29 22:11:10 *************** *** 62,68 **** /* * Expected linker options: * ! * -A executable to link against * -e entry point * -o output file * -T address to link to in hex (assumes it's a page boundry) --- 62,68 ---- /* * Expected linker options: * ! * -N executable to link against * -e entry point * -o output file * -T address to link to in hex (assumes it's a page boundry) *************** *** 78,89 **** char addrbuf[32], entrybuf[_POSIX2_LINE_MAX]; pid_t pid; int status; snprintf(entrybuf, sizeof entrybuf, "_%s", entry); snprintf(addrbuf, sizeof addrbuf, "%x", address); if (debug) ! printf("%s -A %s -e %s -o %s -T %s %s\n", _PATH_LD, kernel, entrybuf, outfile, addrbuf, object); --- 78,100 ---- char addrbuf[32], entrybuf[_POSIX2_LINE_MAX]; pid_t pid; int status; + struct exec se; + int fd; + + if ( (fd = open(kernel, O_RDONLY, 0)) < 0) + err(1, "open: %s", kernel); + + if (read(fd, &se, sizeof(se)) != sizeof(se)) + errx(1, "cannot read exec structure: file too small: %s", kernel); + + if (se.a_syms == 0) + errx(1, "cannot load module: no debugging symbols found in %s", kernel); snprintf(entrybuf, sizeof entrybuf, "_%s", entry); snprintf(addrbuf, sizeof addrbuf, "%x", address); if (debug) ! printf("%s -N %s -e %s -o %s -T %s %s\n", _PATH_LD, kernel, entrybuf, outfile, addrbuf, object); *************** *** 121,127 **** { fprintf(stderr, ! "usage: modload [-d] [-v] [-q] [-u] [-A ] [-e ] [-o ] \n"); exit(1); --- 132,138 ---- { fprintf(stderr, ! "usage: modload [-d] [-v] [-q] [-u] [-N ] [-e ] [-o ] \n"); exit(1); *************** *** 174,180 **** int sz, bytesleft; char buf[MODIOBUF]; ! while ((c = getopt(argc, argv, "dvquA:e:p:o:")) != -1) { switch (c) { case 'd': debug = 1; --- 185,191 ---- int sz, bytesleft; char buf[MODIOBUF]; ! while ((c = getopt(argc, argv, "dvquA:N:e:p:o:")) != -1) { switch (c) { case 'd': debug = 1; *************** *** 188,194 **** case 'q': quiet = 1; break; ! case 'A': kname = optarg; break; /* kernel */ case 'e': --- 199,206 ---- case 'q': quiet = 1; break; ! case 'A': /* deprecated, use -N */ ! case 'N': kname = optarg; break; /* kernel */ case 'e': >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 Aug 29 17:20:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19496 for freebsd-bugs-outgoing; Sat, 29 Aug 1998 17:20:56 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19488; Sat, 29 Aug 1998 17:20:53 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17978; Sat, 29 Aug 1998 17:20:48 -0700 (PDT) Date: Sat, 29 Aug 1998 17:20:48 -0700 (PDT) Message-Id: <199808300020.RAA17978@freefall.freebsd.org> To: cmascott@world.std.com, rnordier@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, rnordier@FreeBSD.ORG Subject: Re: misc/7758 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fdimage.exe fails on some machines State-Changed-From-To: open-feedback State-Changed-By: rnordier State-Changed-When: Sat Aug 29 17:17:26 PDT 1998 State-Changed-Why: Getting further information from submitter Responsible-Changed-From-To: freebsd-bugs->rnordier Responsible-Changed-By: rnordier Responsible-Changed-When: Sat Aug 29 17:17:26 PDT 1998 Responsible-Changed-Why: My problem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 29 19:01:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26758 for freebsd-bugs-outgoing; Sat, 29 Aug 1998 19:01:31 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from lohi.clinet.fi (lohi.clinet.fi [194.100.0.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26753 for ; Sat, 29 Aug 1998 19:01:29 -0700 (PDT) (envelope-from hsu@mail.clinet.fi) Received: from katiska.clinet.fi (katiska.clinet.fi [194.100.0.4]) by lohi.clinet.fi (8.9.1/8.9.0) with ESMTP id FAA13220; Sun, 30 Aug 1998 05:01:10 +0300 (EEST) Received: (from hsu@localhost) by katiska.clinet.fi (8.9.0/8.9.0) id FAA05912; Sun, 30 Aug 1998 05:00:29 +0300 (EEST) To: jgreco@solaria.sol.net Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7767: de driver still buggy - power cycle of death References: <199808280343.WAA07182@aurora.sol.net.newsgate.clinet.fi> From: Heikki Suonsivu Date: 30 Aug 1998 05:00:20 +0300 In-Reply-To: Joe Greco's message of 28 Aug 1998 07:04:24 +0300 Message-ID: Lines: 50 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Joe Greco writes: > >Number: 7767 > >Synopsis: de driver still buggy - power cycle of death > >Environment: > > de-based 10/100 PCI Ethernet card > Bay Networks 350F > > >Description: > > Power cycling the Bay Switch causes the de interface to stop working. The > interface becomes un-pingable and unresponsive. The rest of the system > remains functional. This is highly annoying when you have to log in to > 16 machines to fix all the boxes that you had plugged into the switch. I have reported this some time ago, it came when some version of de driver was imported from NetBSD. Have you tested -current, it seems that de driver there seems to have received lots of patches lately, many of which seem to be related ? > I have noticed varying specifics under different cards. For example, > a Kingston PCI 21041 10Mbps card may print that it has autoselected > the AUI or BNC ports at the time the switch is cycled - even though > these ports do not exist on a KNE40T. I think this may be fixed in -current, by reading the source. > >How-To-Repeat: > > Power cycle the Bay Switch. I have seen this to happen without powercycling, certain equipment seem to loose link every now and then. > >Fix: Workaround seems to be to force media type with "media" ifconfig option. I have had no trouble after that, other than forcing config edits when moving stuff from hubs to switches and vice versa (as backup equipment for 100 Mbps switche is usually an obsoleted 10 Mbps switch or hub, this is an issue). > Reset box, or > > ifconfig down; ifconfig up -- Heikki Suonsivu / Clinet Oy / Tekniikantie 12 / FI-02150 Espoo / FINLAND, hsu@clinet.fi mobile +358-40-5519679 work +358-9-43542270 fax -4555276 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 29 21:57:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11857 for freebsd-bugs-outgoing; Sat, 29 Aug 1998 21:57:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11851; Sat, 29 Aug 1998 21:56:56 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA23836; Sat, 29 Aug 1998 21:56:51 -0700 (PDT) Date: Sat, 29 Aug 1998 21:56:51 -0700 (PDT) Message-Id: <199808300456.VAA23836@freefall.freebsd.org> To: sas@schell.de, thepish@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7707 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fp exception in 1.0 / (double + 1.0) State-Changed-From-To: open-analyzed State-Changed-By: thepish State-Changed-When: Sat Aug 29 21:54:32 PDT 1998 State-Changed-Why: User feedback requested. Cannot reproduce on kickme with supplied example (runs fine) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 29 22:35:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14688 for freebsd-bugs-outgoing; Sat, 29 Aug 1998 22:35:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14681; Sat, 29 Aug 1998 22:35:02 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA24652; Sat, 29 Aug 1998 22:34:56 -0700 (PDT) Date: Sat, 29 Aug 1998 22:34:56 -0700 (PDT) Message-Id: <199808300534.WAA24652@freefall.freebsd.org> To: hm@kts.org, thepish@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/7741 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: enhancement to tcpdump to print LCP/PAP/CHAP/IPCP frames State-Changed-From-To: open-analyzed State-Changed-By: thepish State-Changed-When: Sat Aug 29 22:34:45 PDT 1998 State-Changed-Why: Added. This patch is the answer to my prayer - lovely work! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Aug 29 22:42:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA15743 for freebsd-bugs-outgoing; Sat, 29 Aug 1998 22:42:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA15678; Sat, 29 Aug 1998 22:41:45 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA24878; Sat, 29 Aug 1998 22:41:40 -0700 (PDT) Date: Sat, 29 Aug 1998 22:41:40 -0700 (PDT) Message-Id: <199808300541.WAA24878@freefall.freebsd.org> To: axl@iafrica.com, thepish@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/7613 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: src/etc/root/dot.profile sets bogus crt envariable State-Changed-From-To: analyzed-closed State-Changed-By: thepish State-Changed-When: Sat Aug 29 22:40:23 PDT 1998 State-Changed-Why: merge from current PR7613 (let mail use system defaults for pagination size) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message