From owner-freebsd-bugs Sun Apr 29 0:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19C8E37B423 for ; Sun, 29 Apr 2001 00:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3T7K2350021; Sun, 29 Apr 2001 00:20:02 -0700 (PDT) (envelope-from gnats) Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id 286AC37B424 for ; Sun, 29 Apr 2001 00:19:43 -0700 (PDT) (envelope-from alex@kapran.bitmcnit.bryansk.su) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f3T7IFm28415 for ; Sun, 29 Apr 2001 11:18:15 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id LAA21933 for FreeBSD-gnats-submit@freebsd.org; Sun, 29 Apr 2001 11:08:55 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.3/8.11.3) id f3T6t8H00999; Sun, 29 Apr 2001 10:55:09 +0400 (MSD) (envelope-from alex) Message-Id: <200104290655.f3T6t8H00999@kapran.bitmcnit.bryansk.su> Date: Sun, 29 Apr 2001 10:55:09 +0400 (MSD) From: Alex Kapranoff Reply-To: alex@kapran.bitmcnit.bryansk.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/26943: [patch] description of :C modifier is misplaced in make.1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26943 >Category: bin >Synopsis: [patch] description of :C modifier is misplaced in make.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 00:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: Inner Mongolia >Environment: System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Apr 25 21:16:35 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN i386 >Description: make.1 manpage describes :C modifier in comparison to :S, but before :S. That brings some inconvenience for first-time readers. The first patch moves :C section just below :S (cut-n-paste only, no semantic changes) and the second adds some insignificant markup to the section. >How-To-Repeat: >Fix: --- /usr/src/usr.bin/make/make.1 Wed Apr 25 20:50:37 2001 +++ make.1 Sun Apr 29 10:34:32 2001 @@ -584,34 +584,6 @@ The colon may be escaped with a backslash .Pq Ql \e . .Bl -tag -width Cm -.Sm off -.It Cm C No \&/ Ar pattern Xo -.No \&/ Ar replacement -.No \&/ Op Cm 1g -.Xc -.Sm on -The -.Cm C -modifier is just like the -.Cm S -modifier except that the old and new strings, instead of being -simple strings, are a regular expression (see -.Xr regex 3 ) -and an -.Xr ed 1 Ns \-style -replacement string. Normally, the first occurrence of the pattern in -each word of the value is changed. The -.Ql 1 -modifier causes the substitution to apply to at most one word; the -.Ql g -modifier causes the substitution to apply to as many instances of the -search pattern as occur in the word or words it is found in. Note that -.Ql 1 -and -.Ql g -are orthogonal; the former specifies whether multiple words are -potentially affected, the latter whether multiple substitutions can -potentially occur within each affected word. .It Cm E Replaces each word in the variable with its suffix. .It Cm H @@ -685,6 +657,34 @@ of a dollar sign .Pq Ql \&$ , not a preceding dollar sign as is usual. +.Sm off +.It Cm C No \&/ Ar pattern Xo +.No \&/ Ar replacement +.No \&/ Op Cm 1g +.Xc +.Sm on +The +.Cm C +modifier is just like the +.Cm S +modifier except that the old and new strings, instead of being +simple strings, are a regular expression (see +.Xr regex 3 ) +and an +.Xr ed 1 Ns \-style +replacement string. Normally, the first occurrence of the pattern in +each word of the value is changed. The +.Ql 1 +modifier causes the substitution to apply to at most one word; the +.Ql g +modifier causes the substitution to apply to as many instances of the +search pattern as occur in the word or words it is found in. Note that +.Ql 1 +and +.Ql g +are orthogonal; the former specifies whether multiple words are +potentially affected, the latter whether multiple substitutions can +potentially occur within each affected word. .It Cm T Replaces each word in the variable with its last component. .It Ar old_string=new_string --- make.1.orig Sun Apr 29 10:34:32 2001 +++ make.1 Sun Apr 29 10:22:00 2001 @@ -672,13 +672,16 @@ .Xr regex 3 ) and an .Xr ed 1 Ns \-style -replacement string. Normally, the first occurrence of the pattern in -each word of the value is changed. The +replacement string. Normally, the first occurrence of the +.Ar pattern +in each word of the value is changed. The .Ql 1 modifier causes the substitution to apply to at most one word; the .Ql g modifier causes the substitution to apply to as many instances of the -search pattern as occur in the word or words it is found in. Note that +search +.Ar pattern +as occur in the word or words it is found in. Note that .Ql 1 and .Ql g >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 5:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC78137B43F for ; Sun, 29 Apr 2001 05:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TCK1801218; Sun, 29 Apr 2001 05:20:01 -0700 (PDT) (envelope-from gnats) Received: from not.irrelevant.org (not.irrelevant.org [194.126.88.251]) by hub.freebsd.org (Postfix) with ESMTP id 40C8437B423 for ; Sun, 29 Apr 2001 05:11:29 -0700 (PDT) (envelope-from simond@not.irrelevant.org) Received: (from simond@localhost) by not.irrelevant.org (8.11.3/8.11.3) id f3TC8h100434; Sun, 29 Apr 2001 13:08:43 +0100 (BST) (envelope-from simond) Message-Id: <200104291208.f3TC8h100434@not.irrelevant.org> Date: Sun, 29 Apr 2001 13:08:43 +0100 (BST) From: simond@irrelevant.org Reply-To: simond@irrelevant.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/26952: Add support for another PCI modem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26952 >Category: kern >Synopsis: Add support for another PCI modem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 05:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.3-RC i386 >Organization: n/a >Environment: System: FreeBSD not.irrelevant.org 4.3-RC FreeBSD 4.3-RC #16: Sun Apr 29 12:21:10 BST 2001 root@not.irrelevant.org:/usr/obj/usr/src/sys/SIMOND i386 >Description: Adds the correct pci_id for another hardware PCI modem >How-To-Repeat: >Fix: --- sys/isa/sio.c.orig Sun Apr 29 13:04:34 2001 +++ sys/isa/sio.c Sun Apr 29 13:04:48 2001 @@ -582,6 +582,7 @@ static struct pci_ids pci_ids[] = { { 0x100812b9, "3COM PCI FaxModem", 0x10 }, { 0x048011c1, "ActionTec 56k FAX PCI Modem", 0x14 }, + { 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 }, { 0x00000000, NULL, 0 } }; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 6:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C97D337B43E for ; Sun, 29 Apr 2001 06:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TDA3q09445; Sun, 29 Apr 2001 06:10:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 29 Apr 2001 06:10:03 -0700 (PDT) Message-Id: <200104291310.f3TDA3q09445@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Trond Davidsen Subject: Re: bin/26746: dmesg only prints the last couple of lines of the message buffer Reply-To: Trond Davidsen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26746; it has been noted by GNATS. From: Trond Davidsen To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/26746: dmesg only prints the last couple of lines of the message buffer Date: Sun, 29 Apr 2001 15:03:50 +0200 dmesg -a gives the expected output (~450 lines). But I can't see anything in the man page that explains why I get only ~3 lines when I use dmesg without any commandline options. Trond To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 6:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 620D537B43C for ; Sun, 29 Apr 2001 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TDo2579906; Sun, 29 Apr 2001 06:50:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C68CF37B43C for ; Sun, 29 Apr 2001 06:42:57 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TDgvF46557; Sun, 29 Apr 2001 06:42:57 -0700 (PDT) (envelope-from nobody) Message-Id: <200104291342.f3TDgvF46557@freefall.freebsd.org> Date: Sun, 29 Apr 2001 06:42:57 -0700 (PDT) From: xirox@dr.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/26953: adter the installation is over it's make auto reboot and after the reboot it ask's for menual boot , Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26953 >Category: kern >Synopsis: adter the installation is over it's make auto reboot and after the reboot it ask's for menual boot , >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 06:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Xray >Release: 4.3 >Organization: >Environment: not possible i already formated the computer , >Description: 1)i installed the Free-BSD 4.3 , i gave 5 parititions , 1)50 /boot 2)15 /tmp 1000 /var 500 / 700 /usr the installation done without any error's , 2)i took out the cd before the system is restarted and i gave it to boot , after it booted all the hardware devices it asked me for menual parititions it gave me examples while one of theme is blank line after that i re installed the system this time with the default paritition options and guess what , now it worked ! how can i use it without the defualt paritition table ? thanx , and by the way , im one of the bigest fans of Free-BSD ! >How-To-Repeat: >Fix: use the defualt paritition table that the installation program gives , >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 7: 0: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD95037B43E for ; Sun, 29 Apr 2001 07:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TE02f09708; Sun, 29 Apr 2001 07:00:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC8B337B42C for ; Sun, 29 Apr 2001 06:51:15 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TDpFV86188; Sun, 29 Apr 2001 06:51:15 -0700 (PDT) (envelope-from nobody) Message-Id: <200104291351.f3TDpFV86188@freefall.freebsd.org> Date: Sun, 29 Apr 2001 06:51:15 -0700 (PDT) From: xirox@dr.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: gnu/26954: cannot use the top command gets "nlist failed" insted , Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26954 >Category: gnu >Synopsis: cannot use the top command gets "nlist failed" insted , >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 07:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Xray >Release: 4.2 , 4.3 , >Organization: >Environment: not possible i already formated the computer , >Description: i installed the free bsd 4.2 , 4.3 and right after the installation done i tryied to run the command "top" the resualt i got was nlist failed , >How-To-Repeat: i have no clue , >Fix: i get this error only on one specific computer on other computers top like as well , thank you for your time , >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 7:10:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 194C937B42C for ; Sun, 29 Apr 2001 07:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TEA5N13031; Sun, 29 Apr 2001 07:10:05 -0700 (PDT) (envelope-from gnats) Date: Sun, 29 Apr 2001 07:10:05 -0700 (PDT) Message-Id: <200104291410.f3TEA5N13031@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Boris Nikolaus Subject: Re: kern/23173: read hangs in linux emulation Reply-To: Boris Nikolaus Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/23173; it has been noted by GNATS. From: Boris Nikolaus To: freebsd-gnats-submit@FreeBSD.org Cc: bbl@dk.damgaard.com, marcel@FreeBSD.org Subject: Re: kern/23173: read hangs in linux emulation Date: Sun, 29 Apr 2001 04:36:05 +0200 Hi Bjarne. There's a bug in the termios struct conversion, which replaces 0 in VMIN and VTIME by 255 (as it substitutes all _POSIX_VDISABLE from Linux (0) by _POSIX_VDISABLE from FreeBSD (255) in termios.c_cc[]). The following patch for /usr/src/sys/compat/linux/linux_ioctl.c will fix this problem: *** linux_ioctl.c.orig Sat Apr 28 03:08:21 2001 --- linux_ioctl.c Sun Apr 29 04:22:10 2001 *************** *** 321,327 **** lios->c_cc[LINUX_VLNEXT] = bios->c_cc[VLNEXT]; for (i=0; ic_cc[i] == _POSIX_VDISABLE) lios->c_cc[i] = LINUX_POSIX_VDISABLE; } lios->c_line = 0; --- 321,328 ---- lios->c_cc[LINUX_VLNEXT] = bios->c_cc[VLNEXT]; for (i=0; ic_cc[i] == _POSIX_VDISABLE) lios->c_cc[i] = LINUX_POSIX_VDISABLE; } lios->c_line = 0; *************** *** 454,460 **** bios->c_cc[VLNEXT] = lios->c_cc[LINUX_VLNEXT]; for (i=0; ic_cc[i] == LINUX_POSIX_VDISABLE) bios->c_cc[i] = _POSIX_VDISABLE; } --- 455,462 ---- bios->c_cc[VLNEXT] = lios->c_cc[LINUX_VLNEXT]; for (i=0; ic_cc[i] == LINUX_POSIX_VDISABLE) bios->c_cc[i] = _POSIX_VDISABLE; } Greetings, Boris Nikolaus P.S.: Your test program is missing a "st_tbuf = old_st;" after the tcgetattr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 7:10:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B165537B43F for ; Sun, 29 Apr 2001 07:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TEA6513041; Sun, 29 Apr 2001 07:10:06 -0700 (PDT) (envelope-from gnats) Received: from ns.tellique.de (ns.tellique.de [194.25.159.110]) by hub.freebsd.org (Postfix) with ESMTP id 3A73237B422 for ; Sun, 29 Apr 2001 07:07:00 -0700 (PDT) (envelope-from bn@tellique.de) Received: from tellique.de (IDENT:root@dali.tellique.de [172.27.1.2]) by ns.tellique.de (8.9.3/8.9.1) with ESMTP id CAA81950 for ; Sun, 29 Apr 2001 02:40:04 +0200 (CEST) Received: from rubens.tellique.de (rubens.tellique.de [172.27.1.4]) by tellique.de (8.11.0/8.11.0) with ESMTP id f3T0e3x24541 for ; Sun, 29 Apr 2001 02:40:03 +0200 Received: (from bn@localhost) by rubens.tellique.de (8.11.3/8.11.3) id f3T0e3I29593; Sun, 29 Apr 2001 02:40:03 +0200 (CEST) (envelope-from bn) Message-Id: <200104290040.f3T0e3I29593@rubens.tellique.de> Date: Sun, 29 Apr 2001 02:40:03 +0200 (CEST) From: Boris Nikolaus Reply-To: bn@tellique.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/26955: Patches for DVD-ROM ioctl()s for Linux emulator Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26955 >Category: kern >Synopsis: Patches to get the DVD-ROM ioctl()s in the Linux emulator. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 07:10:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD home.asn1c.com 4.3-STABLE FreeBSD 4.3-STABLE #13: Sat Apr 28 05:28:59 CEST 2001 root@home.asn1c.com:/usr/src/sys/compile/BORIS i386 >Description: I've added the missing ioctl()s for DVD-ROM access to the Linux emulator. Please submit the patches to the cvs tree. >How-To-Repeat: >Fix: Here are context-diffs to the latest stable versions of linux_ioctl.c (1.55.2.4) and linux_ioctl.h (1.4.2.1): *** linux_ioctl.c.orig Sat Apr 28 03:08:21 2001 --- linux_ioctl.c Sun Apr 29 01:39:56 2001 *************** *** 33,38 **** --- 33,39 ---- #include #include #include + #include #include #include #include *************** *** 827,832 **** --- 828,958 ---- union linux_cdrom_addr cdsc_reladdr; }; + struct linux_dvd_layer { + u_char book_version:4; + u_char book_type:4; + u_char min_rate:4; + u_char disc_size:4; + u_char layer_type:4; + u_char track_path:1; + u_char nlayers:2; + u_char track_density:4; + u_char linear_density:4; + u_char bca:1; + u_int32_t start_sector; + u_int32_t end_sector; + u_int32_t end_sector_l0; + }; + + struct linux_dvd_physical { + u_char type; + u_char layer_num; + struct linux_dvd_layer layer[4]; + }; + + struct linux_dvd_copyright { + u_char type; + u_char layer_num; + u_char cpst; + u_char rmi; + }; + + struct linux_dvd_disckey { + u_char type; + unsigned agid:2; + u_char value[2048]; + }; + + struct linux_dvd_bca { + u_char type; + int len; + u_char value[188]; + }; + + struct linux_dvd_manufact { + u_char type; + u_char layer_num; + int len; + u_char value[2048]; + }; + + typedef union { + u_char type; + struct linux_dvd_physical physical; + struct linux_dvd_copyright copyright; + struct linux_dvd_disckey disckey; + struct linux_dvd_bca bca; + struct linux_dvd_manufact manufact; + } linux_dvd_struct; + + typedef u_char linux_dvd_key[5]; + typedef u_char linux_dvd_challenge[10]; + + struct linux_dvd_lu_send_agid { + u_char type; + unsigned agid:2; + }; + + struct linux_dvd_host_send_challenge { + u_char type; + unsigned agid:2; + linux_dvd_challenge chal; + }; + + struct linux_dvd_send_key { + u_char type; + unsigned agid:2; + linux_dvd_key key; + }; + + struct linux_dvd_lu_send_challenge { + u_char type; + unsigned agid:2; + linux_dvd_challenge chal; + }; + + struct linux_dvd_lu_send_title_key { + u_char type; + unsigned agid:2; + linux_dvd_key title_key; + int lba; + unsigned cpm:1; + unsigned cp_sec:1; + unsigned cgms:2; + }; + + struct linux_dvd_lu_send_asf { + u_char type; + unsigned agid:2; + unsigned asf:1; + }; + + struct linux_dvd_host_send_rpcstate { + u_char type; + u_char pdrc; + }; + + struct linux_dvd_lu_send_rpcstate { + u_char type:2; + u_char vra:3; + u_char ucca:3; + u_char region_mask; + u_char rpc_scheme; + }; + + typedef union { + u_char type; + struct linux_dvd_lu_send_agid lsa; + struct linux_dvd_host_send_challenge hsc; + struct linux_dvd_send_key lsk; + struct linux_dvd_lu_send_challenge lsc; + struct linux_dvd_send_key hsk; + struct linux_dvd_lu_send_title_key lstk; + struct linux_dvd_lu_send_asf lsasf; + struct linux_dvd_host_send_rpcstate hrpcs; + struct linux_dvd_lu_send_rpcstate lrpcs; + } linux_dvd_authinfo; + static void bsd_to_linux_msf_lba(u_char af, union msf_lba *bp, union linux_cdrom_addr *lp) { *************** *** 853,858 **** --- 979,1160 ---- } static int + linux_to_bsd_dvd_struct(linux_dvd_struct *lp, struct dvd_struct *bp) + { + bp->format = lp->type; + switch (bp->format) { + case DVD_STRUCT_PHYSICAL: + if (bp->layer_num >= 4) + return (EINVAL); + bp->layer_num = lp->physical.layer_num; + return 0; + case DVD_STRUCT_COPYRIGHT: + bp->layer_num = lp->copyright.layer_num; + return 0; + case DVD_STRUCT_DISCKEY: + bp->agid = lp->disckey.agid; + return 0; + case DVD_STRUCT_BCA: + return 0; + case DVD_STRUCT_MANUFACT: + return 0; + } + return (ENOIOCTL); + } + + static int + bsd_to_linux_dvd_struct(struct dvd_struct *bp, linux_dvd_struct *lp) + { + switch (bp->format) { + case DVD_STRUCT_PHYSICAL: { + struct dvd_layer *blp = (struct dvd_layer *)bp->data; + struct linux_dvd_layer *llp = + &lp->physical.layer[bp->layer_num]; + memset(llp, 0, sizeof(*llp)); + llp->book_version = blp->book_version; + llp->book_type = blp->book_type; + llp->min_rate = blp->max_rate; + llp->disc_size = blp->disc_size; + llp->layer_type = blp->layer_type; + llp->track_path = blp->track_path; + llp->nlayers = blp->nlayers; + llp->track_density = blp->track_density; + llp->linear_density = blp->linear_density; + llp->bca = blp->bca; + llp->start_sector = blp->start_sector; + llp->end_sector = blp->end_sector; + llp->end_sector_l0 = blp->end_sector_l0; + return 0; + } + case DVD_STRUCT_COPYRIGHT: + lp->copyright.cpst = bp->cpst; + lp->copyright.rmi = bp->rmi; + return 0; + case DVD_STRUCT_DISCKEY: + memcpy(lp->disckey.value, bp->data, + sizeof(lp->disckey.value)); + return 0; + case DVD_STRUCT_BCA: + lp->bca.len = bp->length; + memcpy(lp->bca.value, bp->data, sizeof(lp->bca.value)); + return 0; + case DVD_STRUCT_MANUFACT: + lp->manufact.len = bp->length; + memcpy(lp->manufact.value, bp->data, + sizeof(lp->manufact.value)); + /* lp->manufact.layer_num is unused in linux (redhat 7.0) */ + return 0; + } + return (ENOIOCTL); + } + + static int + linux_to_bsd_dvd_authinfo(linux_dvd_authinfo *lp, + int *bcode, struct dvd_authinfo *bp) + { + switch (lp->type) { + case LINUX_DVD_LU_SEND_AGID: + *bcode = DVDIOCREPORTKEY; + bp->format = DVD_REPORT_AGID; + bp->agid = lp->lsa.agid; + return 0; + case LINUX_DVD_HOST_SEND_CHALLENGE: + *bcode = DVDIOCSENDKEY; + bp->format = DVD_SEND_CHALLENGE; + bp->agid = lp->hsc.agid; + memcpy(bp->keychal, lp->hsc.chal, 10); + return 0; + case LINUX_DVD_LU_SEND_KEY1: + *bcode = DVDIOCREPORTKEY; + bp->format = DVD_REPORT_KEY1; + bp->agid = lp->lsk.agid; + return 0; + case LINUX_DVD_LU_SEND_CHALLENGE: + *bcode = DVDIOCREPORTKEY; + bp->format = DVD_REPORT_CHALLENGE; + bp->agid = lp->lsc.agid; + return 0; + case LINUX_DVD_HOST_SEND_KEY2: + *bcode = DVDIOCSENDKEY; + bp->format = DVD_SEND_KEY2; + bp->agid = lp->hsk.agid; + memcpy(bp->keychal, lp->hsk.key, 5); + return 0; + case LINUX_DVD_LU_SEND_TITLE_KEY: + *bcode = DVDIOCREPORTKEY; + bp->format = DVD_REPORT_TITLE_KEY; + bp->agid = lp->lstk.agid; + bp->lba = lp->lstk.lba; + return 0; + case LINUX_DVD_LU_SEND_ASF: + *bcode = DVDIOCREPORTKEY; + bp->format = DVD_REPORT_ASF; + bp->agid = lp->lsasf.agid; + return 0; + case LINUX_DVD_INVALIDATE_AGID: + *bcode = DVDIOCREPORTKEY; + bp->format = DVD_INVALIDATE_AGID; + bp->agid = lp->lsa.agid; + return 0; + case LINUX_DVD_LU_SEND_RPC_STATE: + *bcode = DVDIOCREPORTKEY; + bp->format = DVD_REPORT_RPC; + return 0; + case LINUX_DVD_HOST_SEND_RPC_STATE: + *bcode = DVDIOCSENDKEY; + bp->format = DVD_SEND_RPC; + bp->region = lp->hrpcs.pdrc; + return 0; + } + return (ENOIOCTL); + } + + static int + bsd_to_linux_dvd_authinfo(struct dvd_authinfo *bp, + linux_dvd_authinfo *lp) + { + switch (lp->type) { + case LINUX_DVD_LU_SEND_AGID: + lp->lsa.agid = bp->agid; + return 0; + case LINUX_DVD_HOST_SEND_CHALLENGE: + lp->type = LINUX_DVD_LU_SEND_KEY1; + return 0; + case LINUX_DVD_LU_SEND_KEY1: + memcpy(lp->lsk.key, bp->keychal, sizeof(lp->lsk.key)); + return 0; + case LINUX_DVD_LU_SEND_CHALLENGE: + memcpy(lp->lsc.chal, bp->keychal, sizeof(lp->lsc.chal)); + return 0; + case LINUX_DVD_HOST_SEND_KEY2: + lp->type = LINUX_DVD_AUTH_ESTABLISHED; + return 0; + case LINUX_DVD_LU_SEND_TITLE_KEY: + memcpy(lp->lstk.title_key, bp->keychal, + sizeof(lp->lstk.title_key)); + lp->lstk.cpm = bp->cpm; + lp->lstk.cp_sec = bp->cp_sec; + lp->lstk.cgms = bp->cgms; + return 0; + case LINUX_DVD_LU_SEND_ASF: + lp->lsasf.asf = bp->asf; + return 0; + case LINUX_DVD_INVALIDATE_AGID: + return 0; + case LINUX_DVD_LU_SEND_RPC_STATE: + lp->lrpcs.type = bp->reg_type; + lp->lrpcs.vra = bp->vend_rsts; + lp->lrpcs.ucca = bp->user_rsts; + lp->lrpcs.region_mask = bp->region; + lp->lrpcs.rpc_scheme = bp->rpc_scheme; + return 0; + case LINUX_DVD_HOST_SEND_RPC_STATE: + return 0; + } + return (ENOIOCTL); + } + + static int linux_ioctl_cdrom(struct proc *p, struct linux_ioctl_args *args) { struct file *fp = p->p_fd->fd_ofiles[args->fd]; *************** *** 972,978 **** --- 1274,1348 ---- /* LINUX_CDROMREADALL */ /* LINUX_CDROMCLOSETRAY */ /* LINUX_CDROMLOADFROMSLOT */ + /* LINUX_CDROMGETSPINDOWN */ + /* LINUX_CDROMSETSPINDOWN */ + /* LINUX_CDROM_SET_OPTIONS */ + /* LINUX_CDROM_CLEAR_OPTIONS */ + /* LINUX_CDROM_SELECT_SPEED */ + /* LINUX_CDROM_SELECT_DISC */ + /* LINUX_CDROM_MEDIA_CHANGED */ + /* LINUX_CDROM_DRIVE_STATUS */ + /* LINUX_CDROM_DISC_STATUS */ + /* LINUX_CDROM_CHANGER_NSLOTS */ + /* LINUX_CDROM_LOCKDOOR */ + /* LINUX_CDROM_DEBUG */ + /* LINUX_CDROM_GET_CAPABILITY */ + /* LINUX_CDROMAUDIOBUFSIZ */ + + case LINUX_DVD_READ_STRUCT: { + linux_dvd_struct lds; + struct dvd_struct bds; + error = copyin((caddr_t)args->arg, &lds, + sizeof(linux_dvd_struct)); + if (error) + return (error); + error = linux_to_bsd_dvd_struct(&lds, &bds); + if (error) + return (error); + error = fo_ioctl(fp, DVDIOCREADSTRUCTURE, (caddr_t)&bds, p); + if (error) + return (error); + error = bsd_to_linux_dvd_struct(&bds, &lds); + if (error) + return (error); + error = copyout(&lds, (caddr_t)args->arg, + sizeof(linux_dvd_struct)); + return (error); + } + + /* LINUX_DVD_WRITE_STRUCT */ + + case LINUX_DVD_AUTH: { + linux_dvd_authinfo lda; + struct dvd_authinfo bda; + int bcode; + error = copyin((caddr_t)args->arg, &lda, + sizeof(linux_dvd_authinfo)); + if (error) + return (error); + error = linux_to_bsd_dvd_authinfo(&lda, &bcode, &bda); + if (error) + return (error); + error = fo_ioctl(fp, bcode, (caddr_t)&bda, p); + if (error) { + if (lda.type == LINUX_DVD_HOST_SEND_KEY2) { + lda.type = LINUX_DVD_AUTH_FAILURE; + copyout(&lda, (caddr_t)args->arg, + sizeof(linux_dvd_authinfo)); + } + return (error); + } + error = bsd_to_linux_dvd_authinfo(&bda, &lda); + if (error) + return (error); + error = copyout(&lda, (caddr_t)args->arg, + sizeof(linux_dvd_authinfo)); + return (error); + } + /* LINUX_CDROM_SEND_PACKET */ + /* LINUX_CDROM_NEXT_WRITABLE */ + /* LINUX_CDROM_LAST_WRITTEN */ } return (ENOIOCTL); *** linux_ioctl.h.orig Sat Apr 28 03:08:13 2001 --- linux_ioctl.h Sun Apr 29 01:39:56 2001 *************** *** 53,90 **** /* * cdrom */ ! #define LINUX_CDROMPAUSE 0x5301 ! #define LINUX_CDROMRESUME 0x5302 ! #define LINUX_CDROMPLAYMSF 0x5303 ! #define LINUX_CDROMPLAYTRKIND 0x5304 ! #define LINUX_CDROMREADTOCHDR 0x5305 ! #define LINUX_CDROMREADTOCENTRY 0x5306 ! #define LINUX_CDROMSTOP 0x5307 ! #define LINUX_CDROMSTART 0x5308 ! #define LINUX_CDROMEJECT 0x5309 ! #define LINUX_CDROMVOLCTRL 0x530a ! #define LINUX_CDROMSUBCHNL 0x530b ! #define LINUX_CDROMREADMODE2 0x530c ! #define LINUX_CDROMREADMODE1 0x530d ! #define LINUX_CDROMREADAUDIO 0x530e ! #define LINUX_CDROMEJECT_SW 0x530f ! #define LINUX_CDROMMULTISESSION 0x5310 ! #define LINUX_CDROM_GET_UPC 0x5311 ! #define LINUX_CDROMRESET 0x5312 ! #define LINUX_CDROMVOLREAD 0x5313 ! #define LINUX_CDROMREADRAW 0x5314 ! #define LINUX_CDROMREADCOOKED 0x5315 ! #define LINUX_CDROMSEEK 0x5316 ! #define LINUX_CDROMPLAYBLK 0x5317 ! #define LINUX_CDROMREADALL 0x5318 ! #define LINUX_CDROMCLOSETRAY 0x5319 ! #define LINUX_CDROMLOADFROMSLOT 0x531a #define LINUX_IOCTL_CDROM_MIN LINUX_CDROMPAUSE ! #define LINUX_IOCTL_CDROM_MAX LINUX_CDROMLOADFROMSLOT #define LINUX_CDROM_LBA 0x01 #define LINUX_CDROM_MSF 0x02 /* * console --- 53,123 ---- /* * cdrom */ ! #define LINUX_CDROMPAUSE 0x5301 ! #define LINUX_CDROMRESUME 0x5302 ! #define LINUX_CDROMPLAYMSF 0x5303 ! #define LINUX_CDROMPLAYTRKIND 0x5304 ! #define LINUX_CDROMREADTOCHDR 0x5305 ! #define LINUX_CDROMREADTOCENTRY 0x5306 ! #define LINUX_CDROMSTOP 0x5307 ! #define LINUX_CDROMSTART 0x5308 ! #define LINUX_CDROMEJECT 0x5309 ! #define LINUX_CDROMVOLCTRL 0x530a ! #define LINUX_CDROMSUBCHNL 0x530b ! #define LINUX_CDROMREADMODE2 0x530c ! #define LINUX_CDROMREADMODE1 0x530d ! #define LINUX_CDROMREADAUDIO 0x530e ! #define LINUX_CDROMEJECT_SW 0x530f ! #define LINUX_CDROMMULTISESSION 0x5310 ! #define LINUX_CDROM_GET_UPC 0x5311 ! #define LINUX_CDROMRESET 0x5312 ! #define LINUX_CDROMVOLREAD 0x5313 ! #define LINUX_CDROMREADRAW 0x5314 ! #define LINUX_CDROMREADCOOKED 0x5315 ! #define LINUX_CDROMSEEK 0x5316 ! #define LINUX_CDROMPLAYBLK 0x5317 ! #define LINUX_CDROMREADALL 0x5318 ! #define LINUX_CDROMCLOSETRAY 0x5319 ! #define LINUX_CDROMLOADFROMSLOT 0x531a ! #define LINUX_CDROMGETSPINDOWN 0x531d ! #define LINUX_CDROMSETSPINDOWN 0x531e ! #define LINUX_CDROM_SET_OPTIONS 0x5320 ! #define LINUX_CDROM_CLEAR_OPTIONS 0x5321 ! #define LINUX_CDROM_SELECT_SPEED 0x5322 ! #define LINUX_CDROM_SELECT_DISC 0x5323 ! #define LINUX_CDROM_MEDIA_CHANGED 0x5325 ! #define LINUX_CDROM_DRIVE_STATUS 0x5326 ! #define LINUX_CDROM_DISC_STATUS 0x5327 ! #define LINUX_CDROM_CHANGER_NSLOTS 0x5328 ! #define LINUX_CDROM_LOCKDOOR 0x5329 ! #define LINUX_CDROM_DEBUG 0x5330 ! #define LINUX_CDROM_GET_CAPABILITY 0x5331 ! #define LINUX_CDROMAUDIOBUFSIZ 0x5382 ! #define LINUX_DVD_READ_STRUCT 0x5390 ! #define LINUX_DVD_WRITE_STRUCT 0x5391 ! #define LINUX_DVD_AUTH 0x5392 ! #define LINUX_CDROM_SEND_PACKET 0x5393 ! #define LINUX_CDROM_NEXT_WRITABLE 0x5394 ! #define LINUX_CDROM_LAST_WRITTEN 0x5395 #define LINUX_IOCTL_CDROM_MIN LINUX_CDROMPAUSE ! #define LINUX_IOCTL_CDROM_MAX LINUX_CDROM_LAST_WRITTEN #define LINUX_CDROM_LBA 0x01 #define LINUX_CDROM_MSF 0x02 + + #define LINUX_DVD_LU_SEND_AGID 0 + #define LINUX_DVD_HOST_SEND_CHALLENGE 1 + #define LINUX_DVD_LU_SEND_KEY1 2 + #define LINUX_DVD_LU_SEND_CHALLENGE 3 + #define LINUX_DVD_HOST_SEND_KEY2 4 + #define LINUX_DVD_AUTH_ESTABLISHED 5 + #define LINUX_DVD_AUTH_FAILURE 6 + #define LINUX_DVD_LU_SEND_TITLE_KEY 7 + #define LINUX_DVD_LU_SEND_ASF 8 + #define LINUX_DVD_INVALIDATE_AGID 9 + #define LINUX_DVD_LU_SEND_RPC_STATE 10 + #define LINUX_DVD_HOST_SEND_RPC_STATE 11 /* * console Greetings, Boris Nikolaus >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 12:17:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F18E637B43E; Sun, 29 Apr 2001 12:17:12 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TJHCn51513; Sun, 29 Apr 2001 12:17:12 -0700 (PDT) (envelope-from billf) Date: Sun, 29 Apr 2001 12:17:12 -0700 (PDT) From: Message-Id: <200104291917.f3TJHCn51513@freefall.freebsd.org> To: xirox@dr.com, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/26954: cannot use the top command gets "nlist failed" insted , Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cannot use the top command gets "nlist failed" insted , State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Sun Apr 29 12:16:06 PDT 2001 State-Changed-Why: your kernel and world are out of sync, please see: http://www.freebsd.org/doc/en_US.ISO_8859-1/books/handbook/makeworld.html http://www.freebsd.org/cgi/query-pr.cgi?pr=26954 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 13:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2DAA37B446 for ; Sun, 29 Apr 2001 13:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TKK0d58797; Sun, 29 Apr 2001 13:20:00 -0700 (PDT) (envelope-from gnats) Received: from nebula.cybercable.fr (d217.dhcp212-126.cybercable.fr [212.198.126.217]) by hub.freebsd.org (Postfix) with ESMTP id 66F3337B43C for ; Sun, 29 Apr 2001 13:11:26 -0700 (PDT) (envelope-from mux@qualys.com) Received: (from mux@localhost) by nebula.cybercable.fr (8.11.3/8.11.3) id f3TKBLY04836; Sun, 29 Apr 2001 22:11:21 +0200 (CEST) (envelope-from mux) Message-Id: <200104292011.f3TKBLY04836@nebula.cybercable.fr> Date: Sun, 29 Apr 2001 22:11:21 +0200 (CEST) From: Maxime Henrion Reply-To: mux@qualys.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/26962: [PATCH] add ``next'' and ``previous'' commands to cdcontrol(1). Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26962 >Category: bin >Synopsis: Add ``next'' and ``previous'' commands to cdcontrol(1). >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: Sun Apr 29 13:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Maxime Henrion >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD nebula.cybercable.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun Apr 29 02:10:15 CEST 2001 mux@nebula.cybercable.fr:/usr/src/sys/compile/NEBULA i386 >Description: This patch adds the ``next'' and ``previous'' commands to cdcontrol(1). After the last track, ``next'' loops back to the first one, and so on for ``previous''. >How-To-Repeat: >Fix: Reviewed by jkh on IRC. *** cdcontrol.c.old Sun Apr 29 21:33:09 2001 --- cdcontrol.c Sun Apr 29 21:32:48 2001 *************** *** 69,74 **** --- 69,76 ---- #define CMD_SET 13 #define CMD_STATUS 14 #define CMD_CDID 15 + #define CMD_NEXT 16 + #define CMD_PREVIOUS 17 #define STATUS_AUDIO 0x1 #define STATUS_MEDIA 0x2 #define STATUS_VOLUME 0x4 *************** *** 85,95 **** --- 87,99 ---- { CMD_HELP, "?", 1, 0 }, { CMD_HELP, "help", 1, "" }, { CMD_INFO, "info", 1, "" }, + { CMD_NEXT, "next", 1, "" }, { CMD_PAUSE, "pause", 2, "" }, { CMD_PLAY, "play", 1, "min1:sec1[.fram1] [min2:sec2[.fram2]]" }, { CMD_PLAY, "play", 1, "track1[.index1] [track2[.index2]]" }, { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" }, { CMD_PLAY, "play", 1, "[#block [len]]" }, + { CMD_PREVIOUS, "previous", 2, "" }, { CMD_QUIT, "quit", 1, "" }, { CMD_RESET, "reset", 4, "" }, { CMD_RESUME, "resume", 1, "" }, *************** *** 115,120 **** --- 119,126 ---- int get_vol __P((int *, int *)); int status __P((int *, int *, int *, int *)); int open_cd __P((void)); + int next __P((void)); + int previous __P((void)); int play __P((char *arg)); int info __P((char *arg)); int cdid __P((void)); *************** *** 287,298 **** --- 293,316 ---- return pstatus (arg); + case CMD_NEXT: + if (fd < 0 && ! open_cd ()) + return (0); + + return next (); + case CMD_PAUSE: if (fd < 0 && ! open_cd ()) return (0); return ioctl (fd, CDIOCPAUSE); + case CMD_PREVIOUS: + if (fd < 0 && ! open_cd ()) + return (0); + + return previous (); + case CMD_RESUME: if (fd < 0 && ! open_cd ()) return (0); *************** *** 1180,1183 **** --- 1198,1245 ---- err(1, "%s", devbuf); } return (1); + } + + int + next() + { + int trk; + struct ioc_toc_header h; + int rc, n; + + rc = ioctl(fd, CDIOREADTOCHEADER, &h); + + if (rc < 0) + return (rc); + + n = h.ending_track - h.starting_track + 1; + + if (status(&trk, &rc, &rc, &rc) < 0) + return (-1); + + if (++trk > h.ending_track) + trk = 1; + return play_track(trk, 1, n, 1); + } + + int + previous() + { + int trk; + struct ioc_toc_header h; + int rc, n; + + rc = ioctl(fd, CDIOREADTOCHEADER, &h); + + if (rc < 0) + return (rc); + + n = h.ending_track - h.starting_track + 1; + + if (status(&trk, &rc, &rc, &rc) < 0) + return (-1); + + if (--trk < 1) + trk = h.ending_track; + return play_track(trk, 1, n, 1); } *** cdcontrol.1.old Thu Feb 1 17:43:36 2001 --- cdcontrol.1 Sun Apr 29 21:18:28 2001 *************** *** 82,87 **** --- 82,91 ---- using .Ar length logical blocks. + .It Cm next + Play the next track. + .It Cm previous + Play the previous track. .It Cm pause Stop playing. Do not stop the disc. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 14:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B33237B423 for ; Sun, 29 Apr 2001 14:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TLo4370005; Sun, 29 Apr 2001 14:50:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 29 Apr 2001 14:50:04 -0700 (PDT) Message-Id: <200104292150.f3TLo4370005@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: bin/26962: [PATCH] add ``next'' and ``previous'' commands to cdcontrol(1). Reply-To: Bill Fumerola Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26962; it has been noted by GNATS. From: Bill Fumerola To: Maxime Henrion Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/26962: [PATCH] add ``next'' and ``previous'' commands to cdcontrol(1). Date: Sun, 29 Apr 2001 16:43:14 -0500 On Sun, Apr 29, 2001 at 10:11:21PM +0200, Maxime Henrion wrote: > *************** > *** 69,74 **** > --- 69,76 ---- > #define CMD_SET 13 > #define CMD_STATUS 14 > #define CMD_CDID 15 > + #define CMD_NEXT 16 > + #define CMD_PREVIOUS 17 > #define STATUS_AUDIO 0x1 > #define STATUS_MEDIA 0x2 > #define STATUS_VOLUME 0x4 whitespace. > *************** > *** 85,95 **** > --- 87,99 ---- > { CMD_HELP, "?", 1, 0 }, > { CMD_HELP, "help", 1, "" }, > { CMD_INFO, "info", 1, "" }, > + { CMD_NEXT, "next", 1, "" }, > { CMD_PAUSE, "pause", 2, "" }, > { CMD_PLAY, "play", 1, "min1:sec1[.fram1] [min2:sec2[.fram2]]" }, > { CMD_PLAY, "play", 1, "track1[.index1] [track2[.index2]]" }, > { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" }, > { CMD_PLAY, "play", 1, "[#block [len]]" }, > + { CMD_PREVIOUS, "previous", 2, "" }, > { CMD_QUIT, "quit", 1, "" }, > { CMD_RESET, "reset", 4, "" }, > { CMD_RESUME, "resume", 1, "" }, whitespace. > *************** > *** 115,120 **** > --- 119,126 ---- > int get_vol __P((int *, int *)); > int status __P((int *, int *, int *, int *)); > int open_cd __P((void)); > + int next __P((void)); > + int previous __P((void)); > int play __P((char *arg)); > int info __P((char *arg)); > int cdid __P((void)); whitespace. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 15: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B49637B422 for ; Sun, 29 Apr 2001 15:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TM03t70742; Sun, 29 Apr 2001 15:00:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 29 Apr 2001 15:00:03 -0700 (PDT) Message-Id: <200104292200.f3TM03t70742@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxime Henrion Subject: Re: bin/26962: [PATCH] add ``next'' and ``previous'' commands to cdcontrol(1). Reply-To: Maxime Henrion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26962; it has been noted by GNATS. From: Maxime Henrion To: FreeBSD-gnats-submit@freebsd.org Cc: Bill Fumerola Subject: Re: bin/26962: [PATCH] add ``next'' and ``previous'' commands to cdcontrol(1). Date: Sun, 29 Apr 2001 23:53:38 +0200 Whitespace problems fixed in this patch. Actually I used tabs as I think it should have been done, but the original source code was using spaces :/ *** cdcontrol.c.old Sun Apr 29 21:33:09 2001 --- cdcontrol.c Sun Apr 29 21:32:48 2001 *************** *** 69,74 **** --- 69,76 ---- #define CMD_SET 13 #define CMD_STATUS 14 #define CMD_CDID 15 + #define CMD_NEXT 16 + #define CMD_PREVIOUS 17 #define STATUS_AUDIO 0x1 #define STATUS_MEDIA 0x2 #define STATUS_VOLUME 0x4 *************** *** 85,95 **** --- 87,99 ---- { CMD_HELP, "?", 1, 0 }, { CMD_HELP, "help", 1, "" }, { CMD_INFO, "info", 1, "" }, + { CMD_NEXT, "next", 1, "" }, { CMD_PAUSE, "pause", 2, "" }, { CMD_PLAY, "play", 1, "min1:sec1[.fram1] [min2:sec2[.fram2]]" }, { CMD_PLAY, "play", 1, "track1[.index1] [track2[.index2]]" }, { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" }, { CMD_PLAY, "play", 1, "[#block [len]]" }, + { CMD_PREVIOUS, "previous", 2, "" }, { CMD_QUIT, "quit", 1, "" }, { CMD_RESET, "reset", 4, "" }, { CMD_RESUME, "resume", 1, "" }, *************** *** 115,120 **** --- 119,126 ---- int get_vol __P((int *, int *)); int status __P((int *, int *, int *, int *)); int open_cd __P((void)); + int next __P((void)); + int previous __P((void)); int play __P((char *arg)); int info __P((char *arg)); int cdid __P((void)); *************** *** 287,298 **** --- 293,316 ---- return pstatus (arg); + case CMD_NEXT: + if (fd < 0 && ! open_cd ()) + return (0); + + return next (); + case CMD_PAUSE: if (fd < 0 && ! open_cd ()) return (0); return ioctl (fd, CDIOCPAUSE); + case CMD_PREVIOUS: + if (fd < 0 && ! open_cd ()) + return (0); + + return previous (); + case CMD_RESUME: if (fd < 0 && ! open_cd ()) return (0); *************** *** 1180,1183 **** --- 1198,1245 ---- err(1, "%s", devbuf); } return (1); + } + + int + next() + { + int trk; + struct ioc_toc_header h; + int rc, n; + + rc = ioctl(fd, CDIOREADTOCHEADER, &h); + + if (rc < 0) + return (rc); + + n = h.ending_track - h.starting_track + 1; + + if (status(&trk, &rc, &rc, &rc) < 0) + return (-1); + + if (++trk > h.ending_track) + trk = 1; + return play_track(trk, 1, n, 1); + } + + int + previous() + { + int trk; + struct ioc_toc_header h; + int rc, n; + + rc = ioctl(fd, CDIOREADTOCHEADER, &h); + + if (rc < 0) + return (rc); + + n = h.ending_track - h.starting_track + 1; + + if (status(&trk, &rc, &rc, &rc) < 0) + return (-1); + + if (--trk < 1) + trk = h.ending_track; + return play_track(trk, 1, n, 1); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 15:20: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54B9937B440 for ; Sun, 29 Apr 2001 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TMK1074450; Sun, 29 Apr 2001 15:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39D9237B424 for ; Sun, 29 Apr 2001 15:14:39 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TMEdw74131; Sun, 29 Apr 2001 15:14:39 -0700 (PDT) (envelope-from nobody) Message-Id: <200104292214.f3TMEdw74131@freefall.freebsd.org> Date: Sun, 29 Apr 2001 15:14:39 -0700 (PDT) From: covzhun@netvision.net.il To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/26969: DEC500 NIC support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26969 >Category: kern >Synopsis: DEC500 NIC support >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 15:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Daniel Covzhun >Release: RELEASE-4.2 #2 >Organization: >Environment: RELEASE-4.2 #2 i386 >Description: Trying to make the box recognize my NEC500 100Mbit network adapter >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 16:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E85B537B43E for ; Sun, 29 Apr 2001 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TNU1D81622; Sun, 29 Apr 2001 16:30:01 -0700 (PDT) (envelope-from gnats) Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id D6F0F37B424 for ; Sun, 29 Apr 2001 16:29:14 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: from jonc.itouch (jonc.itouch [192.168.2.21]) by itouch.co.nz (8.11.3/8.11.1) with ESMTP id f3TNTCv01915 for ; Mon, 30 Apr 2001 11:29:12 +1200 (NZST) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by jonc.itouch (8.11.3/8.11.1) id f3TNTBA01095; Mon, 30 Apr 2001 11:29:11 +1200 (NZST) (envelope-from jonc) Message-Id: <200104292329.f3TNTBA01095@jonc.itouch> Date: Mon, 30 Apr 2001 11:29:11 +1200 (NZST) From: jonathan.chen@itouch.co.nz Reply-To: jonathan.chen@itouch.co.nz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/26970: 4.3 netstat -r output Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26970 >Category: bin >Synopsis: 4.3 netstat -r output missing data >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 Apr 29 16:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jonathan Chen >Release: FreeBSD 4.3 i386 >Organization: iTouch NZ >Environment: System: FreeBSD jonc.itouch 4.3-STABLE FreeBSD 4.3-STABLE #1: Mon Apr 23 15:03:39 NZST 2001 root@jonc.itouch:/usr/obj/usr/src/sys/JONC i386 FreeBSD 4.3-RELEASE i386 >Description: The output of `netstat -r' for 4.3-RELEASE onwards doesn't appear to include info on hosts on the local network that it has recently communicated with. >How-To-Repeat: 0:jonc-~,10:21am> uname -v FreeBSD 4.3-STABLE #1: Mon Apr 23 15:03:39 NZST 2001 root@jonc.itouch:/usr/obj/usr/src/sys/JONC 0:jonc-~,10:21am> ping 192.168.2.10 PING 192.168.2.10 (192.168.2.10): 56 data bytes 64 bytes from 192.168.2.10: icmp_seq=0 ttl=255 time=0.616 ms ^C --- 192.168.2.10 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.616/0.788/0.961/0.172 ms 0:jonc-~,10:21am> netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.2.1 UGSc 0 0 xl0 127.0.0.1 127.0.0.1 UH 1 2 lo0 192.168.2 link#1 UC 0 0 xl0 => Internet6: [...] The 4.3 box doesn't have routing info for 192.168.2.10 listed. However, on a 4.2-STABLE machine, I get: pikachu-~,10:26am> netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default XXX.XXX.XXX.XX UGSc 48 4631786 fxp0 192.168.2 link#6 UC 0 0 xl4 => 192.168.2.10 0:d0:b7:89:95:b6 UHLW 1 37061 xl4 698 192.168.2.11 0:d0:b7:a9:56:3 UHLW 1 1685 xl4 811 [...] >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 17:40: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6EC637B43F for ; Sun, 29 Apr 2001 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3U0e2h89208; Sun, 29 Apr 2001 17:40:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 29 Apr 2001 17:40:02 -0700 (PDT) Message-Id: <200104300040.f3U0e2h89208@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/26746: dmesg only prints the last couple of lines of the message buffer Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26746; it has been noted by GNATS. From: Bruce Evans To: Trond Davidsen Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/26746: dmesg only prints the last couple of lines of the message buffer Date: Mon, 30 Apr 2001 10:36:45 +1000 (EST) On Sun, 29 Apr 2001, Trond Davidsen wrote: > dmesg -a gives the expected output (~450 lines). But I can't see > anything in the man page that explains why I get only ~3 lines when I > use dmesg without any commandline options. Maybe there is on 3 lines left after removing the extras printed by -a. ISTR seeing this behaviour while using dmesg in single user mode. This seemed to be caused by the message buffer filling up and either the internal wrap-around not working or dmesg not understanding the wrap- around. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 21:10: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE74F37B424 for ; Sun, 29 Apr 2001 21:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3U4A0n14656; Sun, 29 Apr 2001 21:10:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F76237B449 for ; Sun, 29 Apr 2001 21:06:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3U469q14374; Sun, 29 Apr 2001 21:06:09 -0700 (PDT) (envelope-from nobody) Message-Id: <200104300406.f3U469q14374@freefall.freebsd.org> Date: Sun, 29 Apr 2001 21:06:09 -0700 (PDT) From: acrosby@ameritech.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26978: typo in /usr/include/sys/_POSIX1.H Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26978 >Category: misc >Synopsis: typo in /usr/include/sys/_POSIX1.H >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 Apr 29 21:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adam Crosby >Release: 4.3 >Organization: Norfolk Public Schools >Environment: FreeBSD utilis.deitas.org 4.3-RELEASE FreeBSD 4.3-RELEASE #0 Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: Attempting to install mySQL 3.23.37. Configure runs fine, but while doing the 'make', it errors out on /usr/include/sys/_posix.h:93 "Bad Macro". The macro being referenced is: #define ^P1003_1B_VISIBLE_HISTORICALLY >How-To-Repeat: Run the ./configure; make for mySQL 3.23.37 on a fresh, Generic 4.3-RELEASE system >Fix: Change line 93 to read: #define _P1003_1B_VISIBLE_HISTORICALLY replacing the "^" character with "_". Not sure of full consequences of replacement, but ti allowed my compile/make to proceed correctly. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 21:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A88137B423 for ; Sun, 29 Apr 2001 21:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3U4U3716110; Sun, 29 Apr 2001 21:30:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 29 Apr 2001 21:30:03 -0700 (PDT) Message-Id: <200104300430.f3U4U3716110@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: misc/26978: typo in /usr/include/sys/_POSIX1.H Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26978; it has been noted by GNATS. From: Kris Kennaway To: acrosby@ameritech.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/26978: typo in /usr/include/sys/_POSIX1.H Date: Sun, 29 Apr 2001 21:28:27 -0700 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Apr 29, 2001 at 09:06:09PM -0700, acrosby@ameritech.net wrote: > Change line 93 to read: > #define _P1003_1B_VISIBLE_HISTORICALLY > replacing the "^" character with "_". Not sure of full consequences of replacement, but ti allowed my compile/make to proceed correctly. You have corrupted source; the file correctly contains '_' at that position in the FreeBSD repository. A likely cause of this is bad RAM, or another hardware failure which led to a single-bit error in this file: '^' and '_' differ by a single bit. Kris --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE67OnqWry0BWjoQKURAtNYAKD/RmLNUCbjvHkO55XMkqMkcfF2AgCgtJsv syz3fWVIQgAd9wklWrY7tHo= =Ssn3 -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 21:32:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DF3C37B42C; Sun, 29 Apr 2001 21:32:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3U4WY116259; Sun, 29 Apr 2001 21:32:34 -0700 (PDT) (envelope-from kris) Date: Sun, 29 Apr 2001 21:32:34 -0700 (PDT) From: Message-Id: <200104300432.f3U4WY116259@freefall.freebsd.org> To: acrosby@ameritech.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/26978: typo in /usr/include/sys/_POSIX1.H Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: typo in /usr/include/sys/_POSIX1.H State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sun Apr 29 21:32:13 PDT 2001 State-Changed-Why: Reported problem does not exist in the FreeBSD source tree; it is most likely a hardware failure on the submitter's machine. http://www.freebsd.org/cgi/query-pr.cgi?pr=26978 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 29 23:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEDDD37B422 for ; Sun, 29 Apr 2001 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3U6o2T49535; Sun, 29 Apr 2001 23:50:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 29 Apr 2001 23:50:02 -0700 (PDT) Message-Id: <200104300650.f3U6o2T49535@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ken Lui Subject: Re: kern/24085: syncing on shutdown leaves filesystem dirty Reply-To: Ken Lui Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/24085; it has been noted by GNATS. From: Ken Lui To: freebsd-gnats-submit@FreeBSD.org, chris@interface-business.de Cc: Subject: Re: kern/24085: syncing on shutdown leaves filesystem dirty Date: Sun, 29 Apr 2001 23:42:30 -0700 Christian Schade wrote: > My workaround is still to have a "sync" and "sleep 30" in /etc/rc.shutdown. Hmm, I tried it by placing sync and sleep 30 at the end of rc.shutdown, and it doesn't solve my A7V's shutdown problem. I get something like 10 5 1 1 1 1 1 1...for its full 20 iterations. The sleep 30 is working because I don't get the syncing disks message later on, but the sync command activates my disk for a brief period of time. I noticed I'm experiencing this problem quite often--7 out of 10 reboots/shutdowns--after I've added a TDK 12/10/32 ATAPI CDRW to my system. Primary IDE - Seagate as Master, Maxtor as secondary Secondary IDE - Pioneer DVD as Master, TDK CDRW as secondary Promise primary IDE - none Promise secondary IDE - none Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 1:40: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8098137B424 for ; Mon, 30 Apr 2001 01:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3U8e0C62160; Mon, 30 Apr 2001 01:40:00 -0700 (PDT) (envelope-from gnats) Received: from d9168.upc-d.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 4C19137B424 for ; Mon, 30 Apr 2001 01:38:57 -0700 (PDT) (envelope-from edwin@d9168.upc-d.chello.nl) Received: by d9168.upc-d.chello.nl (Postfix, from userid 1001) id 086D634A; Mon, 30 Apr 2001 10:38:56 +0200 (CEST) Message-Id: <20010430083856.086D634A@d9168.upc-d.chello.nl> Date: Mon, 30 Apr 2001 10:38:56 +0200 (CEST) From: edwin@mavetju.org Reply-To: edwin@mavetju.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/26981: [PATCH] RRDtool definitions for file(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26981 >Category: bin >Synopsis: [PATCH] RRDtool definitions for file(1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 01:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.2-RELEASE i386 >Organization: - >Environment: FreeBSD 4.2 >Description: These are definitions for the file-command for files created by the RRDtool. >How-To-Repeat: [~/rrd] edwin@p6>file dhcp.rrd dhcp.rrd: RRDTool DB version 0001 >Fix: [/usr/src/usr.bin/file/Magdir] edwin@p6>diff -u database.old database --- database.old Mon Apr 30 10:28:57 2001 +++ database Mon Apr 30 10:33:58 2001 @@ -36,3 +36,8 @@ >12 belong x Free Page %d, >16 belong x Number of Records %d, >20 belong x Flags 0x%x) +# +# +# Round Robin Database Tool by Tobias Oetiker +0 string RRD RRDTool DB +>4 string x version %s >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 1:48:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2572837B422; Mon, 30 Apr 2001 01:48:12 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: (from johan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3U8mCY62945; Mon, 30 Apr 2001 01:48:12 -0700 (PDT) (envelope-from johan) Date: Mon, 30 Apr 2001 01:48:12 -0700 (PDT) From: Message-Id: <200104300848.f3U8mCY62945@freefall.freebsd.org> To: edwin@mavetju.org, johan@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26981: [PATCH] RRDtool definitions for file(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] RRDtool definitions for file(1) State-Changed-From-To: open->closed State-Changed-By: johan State-Changed-When: Mon Apr 30 01:46:27 PDT 2001 State-Changed-Why: Please submit 'file' changes to its maintainer Christos Zoulas christos@astron.com And they will be imported when the next release comes. http://www.freebsd.org/cgi/query-pr.cgi?pr=26981 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 2:10: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ACBF37B422 for ; Mon, 30 Apr 2001 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3U9A2q67190; Mon, 30 Apr 2001 02:10:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 30 Apr 2001 02:10:02 -0700 (PDT) Message-Id: <200104300910.f3U9A2q67190@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jose M. Alcaide" Subject: Re: kern/24085: syncing on shutdown leaves filesystem dirty Reply-To: "Jose M. Alcaide" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/24085; it has been noted by GNATS. From: "Jose M. Alcaide" To: freebsd-gnats-submit@FreeBSD.org, chris@interface-business.de Cc: Subject: Re: kern/24085: syncing on shutdown leaves filesystem dirty Date: Mon, 30 Apr 2001 11:03:22 +0200 Hmm... Maybe this problem could be related to the disk's write cache. Some disks delay the writes to media indefinitely. Suggestion: upgrade to 4.3-RELEASE or 4-STABLE (WC is now disabled by default and there are tunables for enabling it) and see if the problem persists. -- JMA ****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ****** ** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 3:52: 6 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from sentry.granch.com (sentry.granch.com [212.109.197.55]) by hub.freebsd.org (Postfix) with ESMTP id CE4A937B423; Mon, 30 Apr 2001 03:51:52 -0700 (PDT) (envelope-from shelton@sentry.granch.ru) Received: from sentry.granch.com (localhost [127.0.0.1]) by sentry.granch.com (8.11.3/8.11.3) with SMTP id f3UApjK37729; Mon, 30 Apr 2001 17:51:46 +0700 (NOVST) (envelope-from shelton@sentry.granch.ru) Content-Type: text/plain; charset="koi8-r" From: "Rashid N. Achilov" Reply-To: achilov@granch.ru Organization: Granch Ltd. To: , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/25992: System hangs when read-only floppy has been mounted Date: Mon, 30 Apr 2001 17:51:45 +0700 X-Mailer: KMail [version 1.2] References: <200104290226.f3T2QO400617@freefall.freebsd.org> In-Reply-To: <200104290226.f3T2QO400617@freefall.freebsd.org> MIME-Version: 1.0 Message-Id: <0104301751450P.31226@sentry.granch.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sunday 29 April 2001 09:26, dd@FreeBSD.ORG wrote: > Are you mounting the floppy in read-only mode? I.e., are you doing > `mount -r /dev/fd0 /mnt`? If you're not specifying the ``-r'', then > I'm not surprised (I guess it should panic, not hang, though). If you > are using ``-r'', then I can't reproduce this; I have a couple of > computers with read-only floppies in them (for tripwire). Hang or panic - which difference? One result - reboot :-( Why I should worried about read-only flag? Even if I mount read-only floppy without '-r', why it produce kernel panic?? Why it can't simply said me "yourself stupid"? It can't check read-only flag and "read-only" windows on floppy? I'd like insert floppies in drive without worry about it's "read-only window" position. Even WinDoze can do it :-( -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Web: http://granch.ru/~shelton Granch Ltd. system administrator, e-mail: achilov@granch.ru PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85 AF 97 BE CB 0A To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 5:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DC3F37B422 for ; Mon, 30 Apr 2001 05:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UCK3b94558; Mon, 30 Apr 2001 05:20:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 30 Apr 2001 05:20:03 -0700 (PDT) Message-Id: <200104301220.f3UCK3b94558@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Szilveszter Adam Subject: Re: kern/25992: System hangs when read-only floppy has been mounted Reply-To: Szilveszter Adam Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/25992; it has been noted by GNATS. From: Szilveszter Adam To: achilov@granch.ru Cc: dd@FreeBSD.ORG, freebsd-gnats-submit@freebsd.org Subject: Re: kern/25992: System hangs when read-only floppy has been mounted Date: Mon, 30 Apr 2001 14:14:43 +0200 On Mon, Apr 30, 2001 at 05:51:45PM +0700, Rashid N. Achilov wrote: > On Sunday 29 April 2001 09:26, dd@FreeBSD.ORG wrote: > > Are you mounting the floppy in read-only mode? I.e., are you doing > > `mount -r /dev/fd0 /mnt`? If you're not specifying the ``-r'', then > > I'm not surprised (I guess it should panic, not hang, though). If you > > are using ``-r'', then I can't reproduce this; I have a couple of > > computers with read-only floppies in them (for tripwire). > > Hang or panic - which difference? One result - reboot :-( Just as an aside. This problem has been with us forever. I can appreciate that the real UNIX gurus do not hurry to fix this one since they always know what to type and don't use floppies much anyway. (Neither do I.) But this does not mean that in this situation we should panic (or hang for that matter) Panics are for the situations where something is seriously wrong so much so, that we decide to give up instead of marching on and possibly producing non-sense results. But trying writing to a ro floppy should simply fail. Why is there an assumption that a floopy is always writeable unless indicated by -r otherwise? Would we try to write to (and subsequently panic or hang) a CD-ROM as well? That would be a serious flaw to me. While it is not the writing processes' business to know if that media the FS is mounted from is writeable, but the underlying layers certainly ought to know and act accordingly. BTW the behaviour has changed over time... at a time it was just a hang. Othertimes it was a panic. Sometimes it was even (gasp) a simple fail. But this does not seem to be intentional, rather the by-product of other changes... Just like the fact that under 3.x one could mount mixed mode CDs on my machine, but since ad(4) came along, this is not possible. But this is unrelated, just grumping. -- Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 6: 0: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3397837B43C for ; Mon, 30 Apr 2001 06:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UD01Z97610; Mon, 30 Apr 2001 06:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2651537B422 for ; Mon, 30 Apr 2001 05:57:18 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UCvIH97424; Mon, 30 Apr 2001 05:57:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200104301257.f3UCvIH97424@freefall.freebsd.org> Date: Mon, 30 Apr 2001 05:57:18 -0700 (PDT) From: adrian@itken.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/26985: floppy install 4.3 via FTP hangs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26985 >Category: i386 >Synopsis: floppy install 4.3 via FTP hangs >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 06:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adrian Aitken >Release: 4.3 >Organization: n/a >Environment: if I could install it I'd tell you >Description: Installing via floppy disk the new 4.3 release. Use Netgear modem router (V90 + 4 10M/bit ports). When downloading from ftp.uk.freebsd.org after 2 hours my ISP hangs up the line. The install program then hangs (can ping it still from another PC (WIN 2k)). Have to reboot PC and find that not enough was downloaded. >How-To-Repeat: Install via floppy/FTP and then disconnect the phone line. >Fix: Get the FTP download to actually check if it is downloading !!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 6:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27A9437B422 for ; Mon, 30 Apr 2001 06:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UDo6M67748; Mon, 30 Apr 2001 06:50:06 -0700 (PDT) (envelope-from gnats) Date: Mon, 30 Apr 2001 06:50:06 -0700 (PDT) Message-Id: <200104301350.f3UDo6M67748@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Trond Davidsen Subject: Re: bin/26746: dmesg only prints the last couple of lines of themessage buffer Reply-To: Trond Davidsen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26746; it has been noted by GNATS. From: Trond Davidsen To: Bruce Evans Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/26746: dmesg only prints the last couple of lines of themessage buffer Date: Mon, 30 Apr 2001 15:43:38 +0200 > > ISTR seeing this behaviour while using dmesg in single user mode. This > seemed to be caused by the message buffer filling up and either the > internal wrap-around not working or dmesg not understanding the wrap- > around. > > Bruce This box is used as a vpn server, with lots of ipfw logging, so the message buffer has definitly wraped around. I think both of the scenarios you mention is wrong, and either should be documented, or dmesg should be fixed to give the pre -a behaviour when called without parameters. Trond To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 8:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCB3237B440 for ; Mon, 30 Apr 2001 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UFo1V22527; Mon, 30 Apr 2001 08:50:01 -0700 (PDT) (envelope-from gnats) Received: from storage-1.netscalibur.it (mail1.netscalibur.it [194.244.215.2]) by hub.freebsd.org (Postfix) with ESMTP id C314B37B422 for ; Mon, 30 Apr 2001 08:40:55 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from dev1.localdomain.net (194.244.229.102) by storage-1.netscalibur.it (5.1.061) id 3AE5B5BC000082B3 for FreeBSD-gnats-submit@freebsd.org; Mon, 30 Apr 2001 17:51:20 +0200 Received: (from olgeni@localhost) by dev1.localdomain.net (8.11.3/8.11.3) id f3UFfGV19887; Mon, 30 Apr 2001 17:41:16 +0200 (CEST) (envelope-from olgeni) Message-Id: <200104301541.f3UFfGV19887@dev1.localdomain.net> Date: Mon, 30 Apr 2001 17:41:16 +0200 (CEST) From: olgeni@uli.it Reply-To: olgeni@uli.it To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/26990: no sawfish package in 4.3-release ISO Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26990 >Category: misc >Synopsis: no sawfish package in 4.3-release ISO >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 08:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 4.3-STABLE i386 >Organization: Colby >Environment: 4.3-RELEASE install CD >Description: There is no sawfish package in the 4.3 RELEASE cdrom. Sawfish is required by the sysinstall's "X Desktop configuration" menu. I see that sawfish is listed in src/release/scripts/print-cdrom-packages.sh, and the script with sawfish (version 1.1.2.3) has the RELENG_4_3_0_RELEASE tag, so maybe there is a problem with the cdrom generation procedure. rep-gtk (a dependencies of sawfish) and librep (dependency of rep-gtk) are also missing. >How-To-Repeat: The command: print-cdrom-packages.sh 1 does indeed print the sawfish port name (sawfish-gnome-0.38 on my ports collection), so it looks like the problem is somewhere else. Could this be a -gnome suffix related problem? >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 9: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3D4F37B43F for ; Mon, 30 Apr 2001 09:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UG05Q23683; Mon, 30 Apr 2001 09:00:05 -0700 (PDT) (envelope-from gnats) Date: Mon, 30 Apr 2001 09:00:05 -0700 (PDT) Message-Id: <200104301600.f3UG05Q23683@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jimmy Olgeni Subject: Re: misc/26990: no sawfish package in 4.3-release ISO Reply-To: Jimmy Olgeni Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26990; it has been noted by GNATS. From: Jimmy Olgeni To: freebsd-gnats-submit@FreeBSD.org, olgeni@uli.it Cc: Subject: Re: misc/26990: no sawfish package in 4.3-release ISO Date: Mon, 30 Apr 2001 17:55:53 +0200 The print-cdrom-packages.sh script in -current actually lacks both sawfish and windowmaker. Which script has been used for 4.3 release? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 11: 0: 7 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9575537B424 for ; Mon, 30 Apr 2001 11:00:05 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UI04139500 for freebsd-bugs@freebsd.org; Mon, 30 Apr 2001 11:00:04 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 30 Apr 2001 11:00:04 -0700 (PDT) Message-Id: <200104301800.f3UI04139500@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: open PR's (mis)filed to gnats-admin and in limbo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/04/27] pending/26900gnats-admingdk13 not installing gdkconfig.h o [2001/04/29] pending/26945gnats-admin 2 problems total. Non-critical problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 11: 2:48 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0728D37B424 for ; Mon, 30 Apr 2001 11:00:31 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UI05339508 for freebsd-bugs@freebsd.org; Mon, 30 Apr 2001 11:00:05 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 30 Apr 2001 11:00:05 -0700 (PDT) Message-Id: <200104301800.f3UI05339508@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/12/21] kern/5355 bp Fix for NULLFS problems o [1998/02/03] kern/5641 jasone running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste s [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/24] bin/8829 bug in innetgr (was: Fix port: security/s o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 bp can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/20] i386/10690 Installation freezes after device selecti o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi f [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap f [1999/04/17] kern/11196 kernel mode page fault o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/07] kern/12072 vm_fault happened in binary file transfer o [1999/06/09] kern/12106 error 6: panic: cannot mount root o [1999/06/10] kern/12127 persistent crash on idle SMP system o [1999/06/16] kern/12248 CRON in malloc(): warning: pointer to wr o [1999/06/18] i386/12286 Segmentation violation when invoking JNI s [1999/06/23] kern/12367 Writing files larger than floppy capacity o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/12] misc/12607 System crashes after boot, portmap endles o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG o [1999/07/21] kern/12730 poll() causes indeterministic program han o [1999/08/02] misc/12923 Installation fails on HP Net Server o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C o [1999/08/30] misc/13474 Maximum Number of IPs Permitted in the .. o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/19] i386/13844 keyboard locks up when I page through a m o [1999/09/22] i386/13892 Kern.flp does not boot on Compaq Presario o [1999/09/24] i386/13933 nfs server panics in tulip_rx_intr() o [1999/09/24] kern/13940 Panic with dd on block/"cooked" devices u o [1999/09/24] kern/13944 ATAPI cd-rom not boot to install, nor de o [1999/09/27] misc/13995 Full duplex mode doesn't work right with o [1999/09/28] kern/14028 ATAPI cd-rom not boot to install and can' o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/05] kern/14141 3.3-RELEASE crashing often o [1999/10/06] kern/14162 sudden reboot problem ( maybe kernel pani o [1999/10/08] misc/14204 error 6: panic: cannot mout root(2) o [1999/10/10] i386/14256 System doesn't boot under FreeBSD 3.2 o [1999/10/14] kern/14322 mount respects permissions of underlying o [1999/10/25] kern/14510 kernel panic while pressing panic o [2000/02/09] i386/16620 mdodd 4.0-20000208-CURRENT fails to boot on ASU o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/15] kern/16740 mckusick The kernel panics with "ffs_clusteralloc: o [2000/02/18] i386/16802 An user math program have the system on K o [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills o [2000/02/21] kern/16890 Fatal trap 12: page fault while in kernel o [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP o [2000/02/28] kern/17067 consistent "make -k buildworld" crash wit f [2000/03/03] kern/17152 alfred kernel panic:aio_write o [2000/03/07] kern/17248 FreeBSD 3.4 won't install on 486/100 IBM o [2000/03/10] kern/17305 advansys driver time-out around 30 minute o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke f [2000/03/15] i386/17398 imp Install failure of 4.0-Release via ftp an o [2000/03/18] i386/17485 Partition editor completely non-functiona o [2000/03/22] i386/17558 ncr1 controller is not working properly i o [2000/03/23] kern/17565 4.0-RELEASE install does not access IDE d o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/04/03] kern/17776 RAID5 with crashed disk corrupts filesyst o [2000/04/04] bin/17791 Restore does not handle bad or missing ta o [2000/04/04] misc/17793 Keyboard not found o [2000/04/04] ports/17806 msmith make in ports/net/citrix_ica loops on scr o [2000/04/04] i386/17808 cannot swap /dev/.... o [2000/04/05] kern/17821 Wavelan driver not working in 4.0 o [2000/04/08] kern/17870 4.0-release consistently crashes a couple o [2000/04/09] kern/17881 4.0-RELEASE kern.flp boot crashes upon pr o [2000/04/18] kern/18074 Fatal trap 12: page fault while in kernel o [2000/04/20] i386/18123 4.0-RELEASE crashes during boot from CD-R o [2000/04/23] kern/18182 Remote serial gdb no longer works since m o [2000/04/24] bin/18198 owner of ccontrol file in spool dir is wr o [2000/04/24] misc/18201 Freeze at boot time when trying to upgrad o [2000/04/25] misc/18205 Install via CD-Romm hangs o [2000/04/25] i386/18207 3.2-RELEASE to 4.0-RELEASE FTP upgrade fa o [2000/04/27] kern/18265 Vendor specific word = FFFF o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru o [2000/05/13] bin/18531 installation will not read files frm flop o [2000/05/17] kern/18623 out of swap s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig o [2000/05/18] i386/18655 4.0-RELEASE Fails to install o [2000/05/18] kern/18665 Unpredictable crashes. Page fault while i o [2000/05/21] kern/18712 Kernel panic o [2000/05/22] kern/18754 grog Vinum: reviving RAID5 volume corrupts dat o [2000/05/23] misc/18786 SCSI hangs during FreeBSD 4.0 installatio s [2000/05/24] misc/18793 ken Hitachi DK319H needs quirk entry to work o [2000/05/25] alpha/18808 alpha Unalligned trap handler fails on quadword o [2000/05/29] kern/18874 32bit NFS servers export wrong negative v o [2000/05/29] bin/18887 Undefined symbol "_krb_err_txt" in telnet o [2000/06/04] kern/19000 Automatic Reebot, Fatal o [2000/06/05] kern/19022 pcm driver causes immediate panic on use o [2000/06/05] i386/19027 FTP install operation does not find XFree f [2000/06/09] kern/19162 asmodai 4.0-STABLE panics w/ softupdates and quot f [2000/06/10] misc/19175 mounting NFS can be done multiple times C o [2000/06/13] kern/19247 jasone uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom o [2000/06/15] kern/19297 Multi-processor kernel fails to boot on T o [2000/06/16] conf/19336 write failure when adding distribution fi o [2000/06/17] kern/19353 Cannot install 4.0 o [2000/06/23] kern/19480 System hang when use current (GENERIC) ke o [2000/06/28] kern/19572 alfred executing command cd ../cdrom after mount a [2000/06/30] ports/19613 nate java causing SIGSEGV 11* segmentation vi o [2000/07/01] conf/19629 imp /etc/rc.sysctl can't set all syctls f [2000/07/03] kern/19661 imp hang or reboot when pcmcia ethernet adapt o [2000/07/05] kern/19726 wpaul fatal trap 12 / page fault o [2000/07/09] kern/19794 FreeBSD 4.0-Stable crash o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/20] ports/20077 jmz Latex 99.12 fails to make completely o [2000/07/26] misc/20205 FreeBSD 4 will not install on a Compaq Pr o [2000/07/27] kern/20227 jlemon 4.1-RC: UDP checksum problem f [2000/07/29] kern/20296 sheldonh matcd driver is a) not in GENERIC and b) o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/01] misc/20353 4.1 doesn't work on Compaq ML370 o [2000/08/03] kern/20375 APM doesn't work properly! Suspend/resum o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] kern/20484 jlemon FreeBSD 4.0 crashes repeatedly: trap 12: o [2000/08/08] bin/20489 davidn pw problems: -w random not working correc o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/15] ports/20624 emulationvmware vmmon module locks kernel o [2000/08/16] kern/20671 wpaul panicstr:page fault; panic messages:Fatal f [2000/08/22] kern/20776 rnordier Cannot boot the install floppy for versio o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/02] i386/20994 /etc/fstab or kernel not correctly instal o [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model f [2000/09/08] i386/21117 When booting 4.0 install disk receive thi o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/13] bin/21253 dump/restore fail on any stream (tape/pip o [2000/09/14] misc/21269 Install does not see disk on Advansys car o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 o [2000/09/18] kern/21378 Accessing floppy under 4.1-STABLE (with D o [2000/09/19] kern/21397 Floppy drive doesn't work on Compaq ProLi o [2000/09/20] kern/21438 cg Sox recording in 16 bits creates a panic: o [2000/09/26] bin/21566 passwd does not work after updating from o [2000/10/01] i386/21677 Instalation crashed when shell started o [2000/10/02] i386/21717 DOS while opening /dev/audio o [2000/10/04] kern/21757 cp from nullfs-mounted filesystem aborts o [2000/10/04] i386/21758 X display font problem o [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR o [2000/10/06] misc/21782 4.1.1 and ADAPTEC 29160N SCSI controller o [2000/10/06] kern/21783 When msgrcv() blocks, it blocks ALL threa o [2000/10/06] kern/21790 marcel fstat64 does not exist in Linux emulation o [2000/10/06] i386/21802 after working fine for a few weeks, mach o [2000/10/09] misc/21861 PostgreSQL on jailed enviroment fails o [2000/10/11] kern/21915 grog Machine dies sig 12 in ahc driver (Freebs f [2000/10/12] kern/21929 lpd cause system crash f [2000/10/18] kern/22086 grog DMA errors during intensive disk activity o [2000/10/23] i386/22236 mouse cursor bug under text console mode o [2000/10/23] i386/22240 unstable UDMA on Iwill VD133PL v1.6 (Apol a [2000/10/23] kern/22245 Incorrect handling of end-of-media in ata o [2000/10/26] kern/22324 Kernel panic when second Compaq Smart Arr o [2000/10/28] kern/22376 Some problems in ar driver with FastTrak o [2000/10/31] ports/22444 ache The 'screen' port has reproducable segfau o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel o [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) o [2000/11/02] kern/22561 xl networkhanging o [2000/11/03] bin/22595 telnetd tricked into using arbitrary peer o [2000/11/06] i386/22640 SCSI problem halts system after long peri o [2000/11/06] kern/22648 SCSI sup system freezes 4.2-BETA o [2000/11/10] i386/22760 adaptec bios cannot find disks after 4.1. o [2000/11/16] kern/22909 Vinum RAID5 degraded write not consistenc o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/21] bin/23013 Cannot buildworld in 4.2-RELEASE o [2000/11/25] misc/23103 lacks many ISO C99 features (NAN o [2000/11/26] kern/23126 Can't boot kernel with ADAPTEC 1522 SCSI o [2000/11/27] i386/23145 pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation o [2000/12/04] kern/23258 panic: softdep_lock: locking against myse o [2000/12/04] kern/23281 Installation hangs on PowerEdge 2450 Per3 o [2000/12/08] i386/23399 fbsd 4.2 locks up on my cardbus system if o [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce o [2000/12/11] kern/23480 panic: vm_pageout_flush page 0xc0a0a8fc i o [2000/12/12] bin/23501 pw destroy /etc/master.passwd when pw exe o [2000/12/12] kern/23505 processes die with SIGPROF, usually under a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA o [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ o [2000/12/17] misc/23595 rnordier boot problem after install o [2000/12/19] i386/23681 keyboard is not working when the laptop i a [2000/12/21] kern/23740 kernel DoS tha could be executed by any u o [2000/12/22] kern/23752 panic with smp 4.2 kernel and dma lpt o [2000/12/26] kern/23859 panicked on sofree o [2000/12/27] kern/23887 panic: softdep_disk_write_complete: lock o [2000/12/30] misc/23958 Installation fails on an i486 DX2 machine o [2000/12/30] misc/23960 Installation fails on an i486 DX2 machine f [2001/01/01] kern/24018 4.2-STABLE, 4.0-RELEASE fatal trap 12: pa o [2001/01/09] kern/24197 4.2-R floppies fail: "timeout waiting for o [2001/01/12] ports/24276 asami XFree86-4 port doesn't put patch-1 in the o [2001/01/16] kern/24378 ahc broken in STABLE o [2001/01/17] kern/24418 read/write in thread library (-lc_r) does o [2001/01/18] kern/24433 NFSv3 service hangs when writing large am o [2001/01/19] i386/24469 system hangs on scsi disk access error o [2001/01/23] ports/24568 jmz Can't get back to X after switching to co o [2001/01/25] i386/24653 can't get working install of X under 4.2 o [2001/01/28] ports/24705 jmz Bug concerning Xwrapper/XFree86-4.0.2 f [2001/01/30] kern/24740 filesystem corruption CFP1080 CAM SCSI ca o [2001/01/30] kern/24741 Reboot when using vlans on a xl card with o [2001/02/02] kern/24811 Networking in FreeBSD 4.2-RELEASE doesn't o [2001/02/03] kern/24829 ufs incompatibility (4.1.1-STABLE -> 4.2- f [2001/02/03] kern/24831 panic in net code in many places o [2001/02/05] i386/24871 Pagefaults occur at random on a 4.2-STABL o [2001/02/06] i386/24920 moused weird o [2001/02/11] kern/25006 cannot ignore arp (ifconfig -arp doesn't o [2001/02/13] kern/25062 uid0 processes get killed after getswapsp o [2001/02/14] kern/25104 file corruption with Adaptec 29160 SCSI a o [2001/02/15] i386/25123 Heavy NFS traffic over virtual interface o [2001/02/15] kern/25125 fsck kernel crash f [2001/02/15] kern/25130 dcs kernel crash with kldload/kldunload md.ko o [2001/02/18] kern/25198 kernel crash on fsck o [2001/02/19] kern/25215 RELENG_4 kernel crashes starting SCSI dis o [2001/02/19] ports/25224 ports pth-1.3.7 hides /usr/include/pthread.h f [2001/02/20] misc/25230 gibbs ... SCB Memory Parity Error at seqaddr = o [2001/02/20] kern/25235 OS Hungs up when using with a Battery of f [2001/02/21] misc/25249 cc compiler not work o [2001/02/23] i386/25328 4.x stable kernel crash: page fault o [2001/02/25] kern/25358 Server periodically crashes o [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A o [2001/02/28] i386/25455 imp Cannot boot with 3c575BT cardbus lan pcmc a [2001/03/04] kern/25536 fix annoying console mouse cursor flicker o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/11] bin/25722 green OpenSSH on 4.2 dumps core from illegal us o [2001/03/14] misc/25813 Update from 4.0 to 5.0 fails by compiling a [2001/03/15] i386/25840 sos mounting unclosed CD causes kernel panic s [2001/03/16] misc/25856 neither 4.2 nor 4.3 boot install media o [2001/03/20] kern/25950 Bad drives on asr look zero-length and pa f [2001/03/21] kern/25974 Holes in files do not zero-fill o [2001/03/22] kern/26018 Even FreeBSD 4.2 rises ProblemReport kern o [2001/03/23] kern/26031 4.3-BETA crashes on 'mount /dev/acd0c /mn o [2001/03/24] kern/26048 4.3-RC: SMP and asr driver don't work to A [2001/03/24] kern/26061 sos 4.2 ata driver fails on CTX laptop f [2001/03/28] kern/26176 Kernel panic when using IPsec on high loa o [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w o [2001/03/30] kern/26224 VFS Panic/SMP/CFLOW(HEAVY network)/Heavy o [2001/03/31] kern/26242 KERNEL of 4.3RC won't complie ../crypto/r o [2001/04/01] i386/26280 IDE Drive becomes corrupted after usage o [2001/04/02] bin/26305 Cannnot restore partions with FreeBSD 4.x o [2001/04/07] kern/26417 kernel crash using mpd-netgraph o [2001/04/12] kern/26510 kernel panic while booting on Intel STL2 o [2001/04/13] kern/26549 IPsec policies for more than one pair of o [2001/04/17] bin/26665 [PATCH] syslogd hangs when logging from r a [2001/04/18] kern/26667 Kernel Page Fault/Panic on SWAP Partition o [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo o [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm o [2001/04/26] bin/26871 change request for pw command o [2001/04/26] ports/26888 ports tk-8.2.3 port will not build, package ino o [2001/04/27] ports/26890 ports KDE Media Player don't work! 297 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps o [1996/09/29] kern/1689 TCP extensions throttles distant connecti s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA f [1997/01/09] bin/2430 grog mountd stops on loading if subnet mask is o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/22] kern/2800 DDS large data writing probrem f [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- f [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr f [1997/06/03] kern/3771 dillon NFS hangs when writing to local FS re-mou o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [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/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 f [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP o [1997/12/14] bin/5297 will make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/19] kern/5794 Kernel Panic o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/05/03] kern/6506 system will not soft reboot a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/12] kern/6603 ncr driver hangs under high load 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] misc/6773 kris [PATCH] tempnam.c security problems s [1998/06/02] bin/6830 will make(1) exhibits confusing and non-standa o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/26] kern/7405 dillon in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 dillon Machine crashes do not occur very often, s [1998/08/10] kern/7556 sl_compress_init() will fail if called an s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr 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/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] ports/8622 markm exmh2 has problems with some date formats o [1998/11/10] bin/8646 peter Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device f [1998/11/11] kern/8657 dillon nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/02] kern/8940 system clock runs extremely slowly (and s f [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/16] kern/9095 swap detect error o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g o [1998/12/31] bin/9252 [patch] login program "login" don't set K s [1999/01/06] kern/9355 [MFC] can't select() for writes on a bpf o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/11] bin/9440 amd can't mount filesystems with type:=uf o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 f [1999/01/25] kern/9673 ISO CD-ROM Problem f [1999/01/28] i386/9759 Tar process hangs on buggy tapes s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 /bin/sh: Fix to prevent infinite loops on o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 msmith CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/04] kern/12022 phk System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes f [1999/06/06] kern/12062 sa tape driver with Cipher 60M SCSI QIC t o [1999/06/08] bin/12091 syslog packets from a remote machine are o [1999/06/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] bin/12120 named crashes. o [1999/06/12] gnu/12175 obrien gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang o [1999/06/18] bin/12272 The ctype locales print an error message o [1999/06/18] kern/12274 cd mount problem o [1999/06/20] kern/12305 clock() ticks backwards o [1999/06/21] kern/12320 error 6: panic: cannot mount root (2) o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura s [1999/06/24] kern/12381 bde Bad scheduling in FreeBSD o [1999/06/25] conf/12387 CDROM boot failure on Thinpad 770X, 380ED o [1999/06/25] kern/12394 3.2-RELEASE, rl0 ethernet interface freez o [1999/06/30] kern/12464 bad reference in struct vm_zone o [1999/07/01] kern/12484 [PATCH] bpf_filter() broken o [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/14] misc/12640 Can use 2nd CD-ROM for fixit mode. o [1999/07/15] kern/12646 IGMP reports not sent if no multicast rou o [1999/07/18] kern/12703 tx0 truncates skip packets o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/22] kern/12758 Adjusting the idle priority of a process o [1999/07/23] i386/12771 lpt hangs and never works again, even aft o [1999/07/24] kern/12800 buffer leak in cluster_wbuild o [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/07/29] kern/12869 panic: softdep_flushfiles: looping o [1999/07/30] kern/12884 Hot to panic FreeBSD-3.2-Release o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX o [1999/08/03] misc/12938 gethostbyaddr(209.201.116.19) - Bus error o [1999/08/04] kern/12979 Response time continually slows on idle m o [1999/08/05] kern/12991 system queue is cleared when a port or pi o [1999/08/07] conf/13013 Selecting CDROM as install media doesn't o [1999/08/08] misc/13027 sysinstall has no /dev entry for wfd0s4 ( o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir o [1999/08/15] gnu/13172 Bug in workaround of russian locale & sor o [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted o [1999/08/17] kern/13198 panic: vm_fault: fault on nofault entry o [1999/08/17] gnu/13200 The assembler chokes on very long operand o [1999/08/18] kern/13234 .../netinet/ip_input.c should include opt o [1999/08/24] bin/13350 make clean in bsd.obj.mk no longer proper o [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/25] kern/13382 Only 1 parallel port supported if pps ena o [1999/08/26] kern/13405 syslogd get system hang o [1999/08/27] gnu/13427 obrien gdb reports wrong info o [1999/08/28] gnu/13438 objc forward core dump using system cc o [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/08/30] misc/13470 Old problem re-introduced: TCP sucket buf o [1999/09/01] kern/13517 hang system o [1999/09/05] kern/13587 Voxware MIXER_READ ioctl corrupts memory o [1999/09/06] kern/13593 Problems with FIFO and select o [1999/09/07] kern/13630 system halts after npx0 detected on 3.2 i o [1999/09/07] kern/13632 Floppy hangs system o [1999/09/08] kern/13646 Kernel Trap error when booting 3.3-RC ker o [1999/09/10] bin/13679 ncurses-based programs eat 100% CPU after o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/11] bin/13703 MCNP compilation problem o [1999/09/12] bin/13711 root fs not properly unmounted after shut o [1999/09/13] gnu/13729 strip(1) exits with an error on script fi o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c o [1999/09/15] bin/13768 sh MAKEDEV cdN creates all cd(N-1)-device o [1999/09/16] conf/13775 multi-user boot may hang in NIS environme o [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/18] i386/13811 ide cdrom stops recognizing audio cdroms o [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/24] kern/13941 ncr0: SCSI phase error on GENERIC kernel o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/26] bin/13980 Parameter expansion pattern removal bug i o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails o [1999/09/28] kern/14026 Many network connections get left in the o [1999/09/28] kern/14033 Data acq process gets stuck in vmopar o [1999/09/30] kern/14060 3.3-STABLE on primary mail server panics f [1999/09/30] bin/14069 mikeh Buffer overflow in mail(1) o [1999/09/30] kern/14072 Rebooting in FreeBSD 3.3 wipes out known o [1999/10/02] kern/14096 parallel port -- ppi -- driver broken aft o [1999/10/03] bin/14102 make world -DWANT_AOUT fails in lib/compa o [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d o [1999/10/04] kern/14123 lnc driver is not working o [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/05] kern/14144 bad conversions in kern_fork() o [1999/10/10] misc/14254 [Fwd: clock(3) runs backwards! (fwd)] (fw o [1999/10/10] kern/14257 error 6: panic: cannot mount root (2) - d o [1999/10/12] i386/14282 Using FreeBSD 3.* ThinkPad 600E doesn't r o [1999/10/12] kern/14285 dillon NFS client appears to lose data o [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] misc/14327 names used in netdb.h may conflict with n o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/15] kern/14354 grog vinum cannot compile for alpha o [1999/10/20] bin/14444 enigma command can't decrypt files encryp o [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron o [1999/10/25] bin/14524 markm PERL 5.005_03 Config.PM on 3.2-STABLE say o [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14546 SB128PCI work incorrect play wav-files un o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro o [1999/11/03] i386/14689 waitpid doesn't harvest child process whe o [1999/11/04] kern/14712 root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 murray when sysinstall is running as init it sho o [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master o [1999/11/10] kern/14812 de0 driver malfunctions in full-duplex o [1999/11/11] ports/14826 ports security/fwtk smapd calls sendmail with w o [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/14] kern/14890 ffs_valloc: dup alloc o [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/15] kern/14900 3.3-RELEASE panic in pmap_pte_quick() o [1999/11/16] kern/14917 grog DMA doesn't works with ALI ALADDIN M1543/ o [1999/11/16] bin/14920 install(1) hangs when intalling files sam o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol o [1999/11/17] kern/14962 PnP doesn't detect AWE64 when PnP modem i o [1999/11/17] misc/14964 Network Interface Configuration Problem a o [1999/11/19] i386/15003 mdodd 3C574 (ep0) reads bogus ethernet address o [1999/11/21] i386/15018 Printingproblem o [1999/11/23] bin/15070 vfprintf/cvt/__dtoa race condition in thr o [1999/11/24] i386/15074 Two different panics when running Linux b o [1999/11/24] kern/15075 Intel Etherexpress Pro timeouts when >1 c o [1999/11/24] kern/15086 Borked sscape drivers :) o [1999/11/25] kern/15087 3.3-STABLE panic while starting daemons ( o [1999/11/25] kern/15089 mmap of files from 2K-block device failed o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f o [1999/11/28] conf/15150 phantom Taking encoding scheme latin1 into accoun o [1999/11/30] misc/15190 crashing while in a multiplatform environ o [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern o [1999/12/05] misc/15269 error server timeout downloading small fi o [1999/12/06] i386/15327 Unable to use ISA sound card with AD1816A o [1999/12/08] i386/15364 Flash Player 4 for Linux has no sound wit o [1999/12/11] kern/15420 3.3-RELEASE Kernel freeze o [1999/12/12] bin/15450 The name of the tagfile is left in the pa o [1999/12/13] kern/15475 pppd(8) sets the Source Address field of o [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/14] kern/15486 Attempt to write to a "write-prot" floppy o [1999/12/15] kern/15508 disk usage after "strip" is wrong o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/17] ports/15543 hosokawa Samba + DHCP = UNKNOWN HOST NAME o [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt o [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [1999/12/29] conf/15766 My desktop display is too large, I can´t o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system o [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] misc/15869 3.4-STABLE-20000103 install fails to disk o [2000/01/03] bin/15877 Perl 5.00503 interpreter crashes with a s o [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/04] i386/15897 Any fix for rpc.lockd on Free BSD 3.2 nfs o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p o [2000/01/05] bin/15924 ndc restart don't preserve start options o [2000/01/07] i386/15961 System allows no keyboard input after flo o [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/09] bin/16014 New cvs in -stable prints consistent erro o [2000/01/10] kern/16040 Read-only files under NFS are not seen as o [2000/01/11] misc/16068 FreeBSD 3.3 with IDE > 32GB causes Panic: o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/01/13] misc/16102 root's home directory is too open o [2000/01/14] kern/16122 Incorrect SysV SHM segment accounting by o [2000/01/15] i386/16132 FreeBSD doesn't install on Notebook w/ Sy o [2000/01/17] misc/16154 modem ring kills freebsd o [2000/01/17] bin/16155 cp -p does not preserve modification time o [2000/01/17] i386/16164 "vga"/"sc" don't work when a video card i o [2000/01/18] kern/16171 mmap(2) of /dev/kmem cause kernel panic o [2000/01/18] misc/16197 Installation problems on IBM Thinkpad 365 o [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel o [2000/01/20] bin/16244 [PATCH] don't allow password re-use when o [2000/01/21] kern/16257 Kernel panic in sbdrop o [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli o [2000/01/21] bin/16271 vi has wrong len type in re_tag_conv() o [2000/01/22] kern/16299 nfs.ko can be unloaded when nfsd is runni o [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/23] alpha/16319 alpha No trailing newline in /usr/src/lib/libc/ o [2000/01/24] bin/16342 Problems with krb_realmofhost() and/or kr o [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection o [2000/01/25] bin/16353 rlogin encryption is broken on transmit s o [2000/01/27] ports/16396 reg libtool -export-symbols doesn't restrict o [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/01/28] misc/16423 Installation problem of 3.4-RELEASE using o [2000/01/30] gnu/16481 Cpp crashes frequently o [2000/01/30] i386/16482 IDE disk fails on secondary IDE master de o [2000/02/06] kern/16515 Deadlock by ntpd o [2000/02/08] bin/16578 host-name field is hexadecimal instead of o [2000/02/08] conf/16586 net if down after fail during install o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/09] kern/16598 xmcd stopped by racd0c ioctl error while o [2000/02/09] kern/16605 samba 2.0.6 under 3.4-RELEASE can't open o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/10] bin/16645 Inetd(8) internal ident won't work with m o [2000/02/18] bin/16812 level 0 dump runs forever -- generates a o [2000/02/18] kern/16816 vop_stdpoll() in /sys/kern/vfs_default.c o [2000/02/20] conf/16832 amd.map options won't play with Solaris N o [2000/02/20] kern/16849 Close on an ide tape drive hangs o [2000/02/20] misc/16860 suggetion on installation process. o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/22] bin/16920 cdcontrol fails under 4.0-20000214-CURREN o [2000/02/23] kern/16937 ie0 not probed in -current of 2000-02-18 o [2000/02/23] conf/16948 murray Sysinstall/disklabel: bad partition table o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] ports/16983 ache procmail port not prefix clean o [2000/02/25] misc/16991 jhb booting install disk and USB o [2000/02/27] kern/17033 Samsung SN-124 ATAPI CD-ROM not supported o [2000/02/28] bin/17056 rshd does improper home directory check o [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/01] conf/17117 Dial-up problems when using Kppp o [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting o [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/05] kern/17208 3.4 Lock-up during file-completion o [2000/03/06] i386/17228 Installation floppies hang up on Compaq A o [2000/03/06] misc/17235 endless loop? harddrive corrupted? o [2000/03/06] ports/17237 hosokawa in samba suite smbclient -M worked incorr o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/11] ports/17313 ache wu-ftpd ports install invalid file owners o [2000/03/11] ports/17314 hosokawa in samba: testparm incorrectly generate w o [2000/03/12] bin/17338 netstat shows down counting UDP delivery o [2000/03/12] i386/17346 APIC cannot be enabled without turning on o [2000/03/13] bin/17360 green [PATCH] Cleanup bug in pam_ssh o [2000/03/14] i386/17374 Archive QIC02 tape-unit device randomly h o [2000/03/15] kern/17393 kldload syscall allows the same kernel mo f [2000/03/16] kern/17403 cg CS4232 wont play w/newpcm o [2000/03/16] conf/17406 nis in /etc/host.conf breaks network prog o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/16] i386/17423 System hangs then reboots o [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/18] bin/17482 ftpd(8) forget to close TCP port in passi o [2000/03/18] kern/17483 Cannot run disklabel on virgin disk o [2000/03/19] kern/17494 Two problems with the tun device o [2000/03/19] kern/17499 grog Can't revive VINUM RAID5 o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load o [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg o [2000/03/21] kern/17542 cg random static with GUS PnP o [2000/03/22] misc/17562 PAS16 sound cycles o [2000/03/23] misc/17567 make buildworld bombing at KerbIV o [2000/03/24] kern/17583 julian NETATALK code can corrupt mbuf free lists o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/26] kern/17613 impossible to build FS KLD without kernel o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] kern/17634 Non-deterministic PnP sound device config o [2000/03/28] kern/17636 FreeBSD 4 uses network card driver dc whe s [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/29] kern/17680 Multiple crashes due to load in 4.0/5.0 e o [2000/03/30] kern/17695 cg Vibra16X sound card doesn't record audio o [2000/03/30] kern/17697 Boot floppy+local ftp upgrade from 3.4/in o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/03/31] kern/17715 io memory requests from pnp devices lands o [2000/04/01] kern/17738 reboot after panic: softdep_lock: locking o [2000/04/02] i386/17755 FTP install of 4.0 allocates too few inod o [2000/04/02] i386/17761 disk label editor in 4.0 deleted 3.4 part f [2000/04/03] kern/17779 ADIC 1200d (DAT changer) and Symbios SCSI o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa o [2000/04/06] kern/17829 The dc driver is seriously broken o [2000/04/07] bin/17841 ttyp0 (and only 0!) produces stdout input o [2000/04/07] kern/17842 Erratic user time reports for long runnin o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m o [2000/04/07] kern/17844 Amd wedges every morning since I've upgra o [2000/04/08] kern/17863 Running DAP reboots computer o [2000/04/08] kern/17871 starting to accumulate undeletable direct o [2000/04/09] i386/17883 4.0-RELEASE panics during install. o [2000/04/10] kern/17895 stale unix domain connections o [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/10] i386/17915 pcm0 direct DMA issues. o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/11] i386/17930 wpaul Patch to MFC WaveLAN WEP into 3.4-STABLE o [2000/04/11] kern/17936 panic: resource_list_alloc: resource entr o [2000/04/11] i386/17940 Cannot recongize the scsi card AIC-7899 o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/15] kern/18024 when printing through gs: panic: lockmgr: o [2000/04/17] misc/18065 FREEBSD 4.0 crashes on boot Compaq Prolia o [2000/04/18] misc/18071 I cannot install Oracle 8i in FreeBSD 4.0 o [2000/04/19] i386/18089 4.0R install hangs on newfs or fsck o [2000/04/19] kern/18096 random crashes probably caused by lockmgr o [2000/04/20] kern/18110 DC-390 SCSI BIOS setting no effect and IB o [2000/04/21] i386/18132 BTX dumps trying to boot w/ dedicated SCS o [2000/04/22] bin/18160 pppd does not hang up sometimes while sta o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ o [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex o [2000/04/27] kern/18252 sysctl -a causes panic o [2000/04/28] i386/18268 RTC BIOS error10 (memorysize) o [2000/04/28] kern/18285 the system froze when use scon -s 50 o [2000/04/30] kern/18315 System hang when doing back-to-back captu o [2000/04/30] kern/18316 close-together bt848/878 captures to file o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota kernel crash o [2000/05/18] kern/18650 panic when enabling linux with emu10k1 dr o [2000/05/19] gnu/18672 std::basic_string::c_str() o [2000/05/19] bin/18678 Bug in libz o [2000/05/19] kern/18687 mrouted and IPDIVERT cause a panic o [2000/05/20] kern/18704 GLOB_ERR not handled correctly by glob() o [2000/05/21] misc/18728 Audio and video desynch in Realplayer on o [2000/05/22] bin/18742 times.allow field parsed incorrectly o [2000/05/22] kern/18751 if_dc doesn't autosense 100Mb mode o [2000/05/22] kern/18757 dg [PATCH] fxp driver doesn't enable flow co o [2000/05/22] kern/18763 kernel crashes when sysctl(3) is called o [2000/05/22] alpha/18768 wpaul Digital DE500-BA with "dc" driver doesn't o [2000/05/28] misc/18860 Cannot write DATA record to /home/archive o [2000/05/29] kern/18869 4.0-Stable SMP kernel from 22. May unstab o [2000/05/29] kern/18875 arpintr() problem o [2000/05/30] kern/18899 if_vr.c can't bridging properly when bpf o [2000/05/30] bin/18903 pkg_add deleted its own database o [2000/05/31] kern/18924 sysctl hw.bt848 crashes machine (bktr dri o [2000/05/31] conf/18925 No X Desktop Environments in 4.0 o [2000/05/31] kern/18932 Total loss of ethernet needing reboot. P o [2000/06/01] i386/18940 Reading from stdin using linux-jdk-1.2.2 o [2000/06/02] kern/18980 ATAPI Drive boots Install CD but then say o [2000/06/03] i386/18981 3.4 CDROM fails to boot on Dell PowerEdge o [2000/06/05] kern/19020 kernel reboots sometimes o [2000/06/05] misc/19025 Installer assumes /dev exists if target d o [2000/06/07] ports/19093 obrien problem with mail/muttzilla o [2000/06/08] kern/19121 IPv4 multicast does not work without rout o [2000/06/08] misc/19125 Undefined symbol `_poll' referenced from f [2000/06/12] kern/19219 le driver causes kernel panic during ifco o [2000/06/12] bin/19231 quota/mount commands inconsistency o [2000/06/13] ports/19238 will sgmltools1 o [2000/06/13] i386/19245 -fexpensive-optimizations buggy (even wit o [2000/06/14] kern/19256 in devicedriver cy.c make_dev (..) probl o [2000/06/14] ports/19281 billf Error in ucd-snmp port with tkmib o [2000/06/16] kern/19347 top, CPU and SMP-problem in new kernel o [2000/06/17] bin/19357 swap info incorrect after using sysinstal o [2000/06/18] kern/19363 Do allow processes know about their file o [2000/06/19] bin/19375 makekey accepts only 8-byte password o [2000/06/19] misc/19376 ncurses alters buffering of stdin/stdout o [2000/06/19] kern/19389 Panic caused by sendfile(2) o [2000/06/19] bin/19393 programs using strftime () dump core if R o [2000/06/20] kern/19402 Signals 127 and 128 cannot be detected in o [2000/06/20] bin/19405 telnetd sends DO AUTHENTICATION even if a o [2000/06/23] conf/19461 X authentication doesn't work off the CD o [2000/06/23] kern/19465 SYNC_CHACHE PROBREM: NEWTECH NDA20128A o [2000/06/23] kern/19479 processes stuck in 'ffsvgt' and 'FFS no' o [2000/06/23] kern/19482 Upgrade from 4.0-RELEASE to 4.0-STABLE ca o [2000/06/25] kern/19499 EtherExpress 16 is not probed o [2000/06/25] i386/19508 pci bus not probed for pci ethernet card o [2000/06/27] conf/19542 Problem with Proxy o [2000/06/27] misc/19557 Denying more than 10 ports with an 'open' o [2000/06/28] conf/19569 stock IPFW rules have subtle udp hole o [2000/06/30] kern/19603 luigi 20 ethernet interfaces not compatible wit o [2000/06/30] docs/19604 steve Web query interface doesn't search or Ori o [2000/07/02] kern/19654 wpaul 20 dc ports in one machine (5x 4port card o [2000/07/03] i386/19662 kernel panic after too many socket freed o [2000/07/03] kern/19672 dillon contigmalloc1() oddity for large alignmen o [2000/07/03] misc/19673 dhclient-script will not always set the h o [2000/07/05] ports/19711 portmgr bsd.port.mk and autoconf are conflict o [2000/07/05] kern/19714 dillon swap_pager_getswapspace: failed o [2000/07/06] i386/19737 Cannot build a profiled kernel; load fail o [2000/07/07] bin/19773 [PATCH] telnet infinite loop depending on o [2000/07/09] kern/19814 marcel Oracle8i installer triggers problem in th o [2000/07/10] i386/19820 Installation of Lotus Notes 5.0 for Linux o [2000/07/12] kern/19875 A new protocol family, PF_IPOPTION, to ha o [2000/07/12] kern/19880 Problem with configuring RS-232 multiport o [2000/07/13] misc/19909 dillon Problem with NFS client in 4.0-STABLE o [2000/07/15] bin/19946 alex possible bug in sh(1) with -p flag (privi o [2000/07/15] misc/19951 jmz moused has problems with XFree86 o [2000/07/17] misc/19994 sscanf() fails on 64-bit operations o [2000/07/18] kern/20016 jasone pthreads: Cannot set scheduling timer/Can o [2000/07/18] docs/20028 doc ASCII docs should reflect tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/22] kern/20115 cg pcm0 doesnot work on Panasonic Let's note o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/26] bin/20194 amd doesn't provide directories automatic o [2000/07/27] misc/20210 4.1-RC crashes o [2000/07/27] kern/20213 NFS and Linuxulator issues in PR kern/194 o [2000/07/27] kern/20217 darrenr IPF default block and inclusion in rc.net o [2000/07/27] bin/20220 unable to Ctrl-C (quit) when using "more" o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/28] kern/20256 phk microuptime went backwards message keeps o [2000/07/28] bin/20259 des fetch(1) confused when redirected from ht o [2000/07/29] conf/20282 murray sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons a [2000/08/02] bin/20373 obrien Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, o [2000/08/09] ports/20503 sheldonh apache w/ mod_perl segfaults on 'use IO;' f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] kern/20523 Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k f [2000/08/13] ports/20581 dirk current cdrecord port fails to install o [2000/08/14] bin/20591 src/usr.bin/file/MAINT & README & file.1 o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, o [2000/08/15] kern/20619 arpintr o [2000/08/15] kern/20631 kernel panics on ifconfig if_le f [2000/08/15] kern/20632 stacking mount_null causes an error: moun o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly o [2000/08/16] bin/20646 dwmalone [PATCH] /bin/cp -p whines on set[ug]id im f [2000/08/17] i386/20685 fbsd 4.1-stable crashed when compiling st f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/20] bin/20725 Raw floppy writes fail for partial bytes. o [2000/08/20] kern/20734 n_hibma USB mouse detaches and never reataches f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail a [2000/08/22] kern/20785 ru changing IP address on an interface may n o [2000/08/24] ports/20819 ports XFMail 1.4.0 dumps core w/signal 6 when c o [2000/08/24] ports/20831 torstenb Autoconf Port: Bug introduced by patch-ag o [2000/08/25] gnu/20835 markm Errno.pm is lost in perl system o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 obrien gdb does not recognise old executables. o [2000/08/29] i386/20925 doscmd(1) does not truncate a file int wr o [2000/08/30] bin/20952 ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/01] ports/20986 reg Mozilla M17 installs incorrectly a [2000/09/04] kern/21028 sheldonh Add Zoom V90 Internal modem support o [2000/09/06] i386/21087 tanimura ed driver incorrectly fails probe for ISA o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/08] kern/21118 luigi Multiple problems in ipfw's stateful code f [2000/09/08] ports/21126 ports httpd warnings regarding attempts to free o [2000/09/08] kern/21131 Floppy causing cold boot in -STABLE o [2000/09/08] kern/21132 setting kern.hostid to 2887705710 fails. o [2000/09/08] bin/21133 sail driver dies f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. o [2000/09/09] kern/21143 `#define schedsofttty' et al. should not o [2000/09/09] ports/21146 green [patch] openssh with LOGIN_CAP don't setu o [2000/09/09] bin/21152 @monthly entry in crontab is run every da o [2000/09/09] kern/21155 Load average (either with uptime both top o [2000/09/10] kern/21162 panic in ffs_softdep.c: handle_workitem_f o [2000/09/11] bin/21208 tar does not support 2.5 GB file o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/11] ports/21210 dima acroread port missing lib a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/13] bin/21251 NIS problem - ypbind does loop in CLNT_BR o [2000/09/13] misc/21252 dhclient opens too many files o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault s [2000/09/14] bin/21268 [MFC] user set no nobody is not good o [2000/09/14] kern/21270 Kernel compilation errors and dies when c o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre o [2000/09/15] i386/21297 kernel panic TRAP 18 during kern.flp inst o [2000/09/15] misc/21300 Install CD-ROMs don't give users enough r o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin o [2000/09/17] misc/21328 Should newer version of OS-BS be on CDROM o [2000/09/18] misc/21384 pcm driver has static in recorded audio o [2000/09/19] kern/21400 ata driver stealing IRQ15 on Compaq Proli o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites o [2000/09/20] kern/21424 Blocking issue while regenerating aliases o [2000/09/20] kern/21429 box reboots with panic: pipeinit: cannot o [2000/09/20] gnu/21433 obrien g++ optimiser produces bad code on right o [2000/09/21] kern/21461 ISA PnP resource allocator problem o [2000/09/21] kern/21463 marcel Linux compatability mode should not allow o [2000/09/21] ports/21464 marcel linux_base port installs insecure glibc r a [2000/09/25] conf/21540 bp installworld panics for diskless clients o [2000/09/25] ports/21548 ports libcoro.a (ports) should use MAP_STACK wh o [2000/09/26] i386/21559 rnordier BTX loader sometime show registers o [2000/09/26] misc/21583 CVS pserver - login succeeds but checkout o [2000/09/27] conf/21593 Whither cons25, or, cons25 causing intero f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] i386/21624 trap in gusc_attach o [2000/09/28] kern/21625 yokota kernel hangs if SC_NO_FONT_LOADING define o [2000/09/28] kern/21631 4.1.1 Release and Stable don't detect my o [2000/09/28] bin/21637 [telnet] No address associated with hostn o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/09/29] kern/21653 I need a AD1816 Driver o [2000/09/29] bin/21654 Re: nvi's -c flag does no do what it is d o [2000/09/30] bin/21660 crontab mishandles day range o [2000/10/01] kern/21674 Fujitsu MO drives M2513A don't like the s o [2000/10/01] kern/21676 CDROM drive not recognised during install o [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc o [2000/10/02] misc/21701 murray Keymap selection menu broken on initial i o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/02] misc/21716 The site search results *suck*. o [2000/10/04] ports/21756 adrian errors in Squid-2.3.4's configure prevent o [2000/10/04] ports/21761 adrian Re: errors in Squid-2.3.4's configure pre o [2000/10/05] kern/21771 Fix for sppp and Cronyx drivers update o [2000/10/05] gnu/21779 patch(1)'s bug of new file creation o [2000/10/06] kern/21791 Hang on FIN_WAIT_2 a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/07] i386/21824 bt driver no longer attaches due to chang o [2000/10/07] kern/21827 mount causes freebsd 4.1.1 to reboot o [2000/10/09] kern/21860 The fix to TCP_ISSINCR after the bugtraq o [2000/10/09] kern/21869 Compiling a a.out kernel on FreeBSD 4.0 o [2000/10/09] bin/21877 green [PATCH] DSA support for pam_ssh o [2000/10/10] kern/21898 If options NFS is not in the kernel, moun o [2000/10/11] bin/21918 Revision 1.5 provides incomplete fix for o [2000/10/12] misc/21940 Modem Power-Off kills system o [2000/10/12] kern/21946 vm_fault when (accidentally) attempted to o [2000/10/13] kern/21965 Running ldconfig (linux binary) from ld-1 o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/15] i386/22006 quotacheck halt s [2000/10/16] gnu/22025 markm perl does chmod in installworld o [2000/10/16] kern/22029 mckusick use of softdependencies leads to major fi o [2000/10/17] kern/22063 brian bpf when used with the select system call o [2000/10/18] kern/22078 Option ROM(s) must be excluded from ISA I o [2000/10/18] bin/22105 /usr/src/bin/sh - Permission denied when o [2000/10/19] misc/22111 Install 4.1.1 o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/21] kern/22200 4.1.1-RELEASE can't mount CDROMS (negativ o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/22] kern/22225 Trying to build a CURRENT snapshot on 4.1 o [2000/10/22] misc/22229 X configuration o [2000/10/23] kern/22265 Suspend only possible once after reboot o [2000/10/24] misc/22283 when attempting to boot from CDROM to ins o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22286 marcel siglongjmp does not properly restore the o [2000/10/25] conf/22287 binary upgrade install to 4.1.1 does not o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m f [2000/10/26] misc/22305 o [2000/10/26] i386/22315 Cannot reboot or power-off the machine o [2000/10/26] ports/22328 mi new port -- print/ttf2pt1 o [2000/10/29] ports/22403 portmgr "make readmes" hangs if category director o [2000/10/30] ports/22416 reg mozilla segfaults on current o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker o [2000/10/31] kern/22460 PCMCIA card using ed driver temporarily f o [2000/11/01] bin/22482 The sysctl (8) command uses strtol on inp o [2000/11/01] kern/22484 System locks on reboot with a Severworks o [2000/11/01] bin/22489 mass IP aliasing via ifconfig broken o [2000/11/02] kern/22521 netgroup can't work on FreeBSD-4.1.1-STAB o [2000/11/02] kern/22532 [patch] /dev/dsp is sometimes busy when n o [2000/11/03] misc/22588 scp hangs when using Lucent 802.11b card f [2000/11/03] kern/22594 NFS can't handle asymmetric server routin o [2000/11/03] ports/22597 billf [PATCH] ports/net/ucd-snmp o [2000/11/04] i386/22606 Panic on boot: panic string "panic ahc0: o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/05] kern/22634 4.2-Beta (11/06) Kernel does not detect S o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/06] kern/22642 Load average stuck not changing o [2000/11/06] kern/22643 Cannot compile kernel with support for Gr o [2000/11/07] kern/22664 [PATCH] mounting an audio CD causes kerne o [2000/11/07] kern/22680 ATA driver think Ultra ATA-100 drive is A o [2000/11/08] bin/22685 Repairing a directory hard link. o [2000/11/08] ports/22695 ports MAKEDEV has no entry for cfs0, the device o [2000/11/08] i386/22708 fpe in healthd when it starts o [2000/11/08] i386/22712 sysinstall makes wacky keymap choices o [2000/11/09] bin/22727 disklabel crashes if the number of partit o [2000/11/10] bin/22737 syslog gets spammed with /kernel: arp_rtr o [2000/11/12] ports/22802 jseger convert in ImageMagic does not work in co o [2000/11/13] kern/22826 marcel Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/14] kern/22852 Abit KT/7 Raid makes install hang o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/15] kern/22866 Packets send on INET6 sockets compatible o [2000/11/15] kern/22874 cg newpcm CS461x sound problems o [2000/11/15] kern/22877 installation panic if ep0 presents o [2000/11/16] kern/22896 When kernel boots uhci fails o [2000/11/16] kern/22906 soundcard problems o [2000/11/17] kern/22926 kernel 4.1-RELEASE, 4.1.1-RELEASE (floppy o [2000/11/18] kern/22942 Problem with ext2fs support o [2000/11/18] kern/22943 marcel Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB s [2000/11/18] bin/22945 tftp (4.1.1-RELEASE) appears broken a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/18] kern/22951 failed drive causes panic with HPT370 RAI o [2000/11/19] i386/22961 rnordier New installation of 4.1.1 won't boot o [2000/11/19] i386/22969 4.1.1 stable kernel cannot find console o [2000/11/20] i386/22971 RealProducer doesn't work on linux emulat o [2000/11/20] ports/22977 ports kmp3 has a problem o [2000/11/20] conf/22998 darrenr ipf fails to load the rules if IPFILTER i o [2000/11/22] i386/23039 disklabel editor couldn't create partitio o [2000/11/23] ports/23041 jmz XFree86 4.0.1 crashes when switching to a o [2000/11/23] ports/23054 ports Re: maintainer update: security/nessus su o [2000/11/23] misc/23056 clearing of memory address 0xc0000 o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/24] alpha/23064 jkh Alphas do not boot if `a' (/) partition i o [2000/11/24] misc/23069 jkh Compat22 does not work until you reboot o [2000/11/24] ports/23080 jmz fr keymap don't work correctly o [2000/11/24] bin/23083 pkg_add returns 0 even if the package is a [2000/11/25] misc/23091 unable to fixate a disk with burncd o [2000/11/25] misc/23094 The PR system has no way to let committer o [2000/11/25] bin/23098 If installing on a serial console, enable o [2000/11/26] i386/23108 Boot defaults to wd(4) devices rather tha o [2000/11/26] misc/23120 '|more' takes up to 100% system resources f [2000/11/26] ports/23122 sobomax programs requiring glib13 fail in configu o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/11/27] ports/23140 pst GNU id-utils port is out-of-date o [2000/11/28] misc/23161 tcsh execs /bin/ls --color 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/14] ports/25102 ports depends on 'wrong' openldap o [2001/02/14] conf/25105 green S/Key support is broken in sshd o [2001/02/16] bin/25132 sigprocmask problem with pthread o [2001/02/16] kern/25136 Fatal trap 12: page fault while in kernel o [2001/02/16] bin/25153 kdump does not finish displaying data s [2001/02/16] ports/25155 ports `ASSERTION FAILED' errors with security/p o [2001/02/19] kern/25201 pccard event and syscons beep duration de o [2001/02/19] ports/25205 greid mail/pop3lite port update o [2001/02/19] kern/25213 Bus abstraction interface doesn't allow p o [2001/02/19] i386/25214 Installing 4.2, and after the initial set o [2001/02/20] i386/25236 Intel 82559 is not working behind a DEC/I o [2001/02/20] bin/25244 termcap and printcap interference o [2001/02/21] kern/25245 mounting NFS to/from same host + activity o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't o [2001/02/21] bin/25250 segfault on tar Ixvf o [2001/02/21] kern/25255 keyboard response very slow with PCMCIA E o [2001/02/21] misc/25259 Problem with floppies f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/21] ports/25265 ports DIA crashes when using delete on an objec a [2001/02/21] kern/25266 chris fdesc file system in -STABLE locks up dur o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca o [2001/02/22] misc/25290 IDECD-ROM doesn't DETECT o [2001/02/22] kern/25292 UDMA66 Disk controller resetting hangs on o [2001/02/23] bin/25329 The current default permission of /var/lo o [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/23] kern/25338 HARD READ ERROR on IBM Hard Disks connect o [2001/02/24] kern/25344 ipfilter and ppp insecure in 4.2-Stable o [2001/02/24] kern/25346 Some interrupts not delivered on Dell Wor o [2001/02/25] ports/25374 ports A new port math/atlas highly optimized BL o [2001/02/26] bin/25403 darrenr ipfilter: enable ipv6 and STATETOP in 4.2 o [2001/02/26] misc/25404 sys/cdefs.h does not contain definitions o [2001/02/27] kern/25421 route structures are being leaked. o [2001/02/28] bin/25461 jkh sysinstall's fdisk and disklabel don't wo o [2001/02/28] kern/25464 if_xl.so kld does not work with "options o [2001/03/01] kern/25476 [PATCH] The syscall oldgetkerninfo can re f [2001/03/01] i386/25478 yar kernel panic using vlans with fxp o [2001/03/02] ports/25492 ports patche of CLISP o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/04] ports/25522 portmgr FORBIDDEN ports doesn't return error for o [2001/03/04] kern/25528 OnStream ATAPI Streamer refuses to eject o [2001/03/05] bin/25542 /bin/sh: null char in quoted string o [2001/03/05] bin/25561 [PATCH] ksrvtgt contains unsubstituted pa o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/07] kern/25592 Route table appears to fill up, and conne o [2001/03/09] ports/25636 kris openssh-askpass can't make package o [2001/03/09] kern/25640 DLink DFE-530TX+ cards are not recognized o [2001/03/10] kern/25650 le nic driver causes kernel panic f [2001/03/10] conf/25676 FBSD >= 4.0 does not recongnize NIC card o [2001/03/11] i386/25693 VGA driver on Current not found o [2001/03/11] misc/25694 change passwd on SunOS yp server f [2001/03/11] ports/25718 ports Missing xmkmf in XFree86-4.0.1,fix this b o [2001/03/12] kern/25755 cg kernel hangs when loading emu10k1 sound d o [2001/03/12] bin/25757 rcp does not handle logins with a '.' in o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/13] kern/25788 microuptime() weny backwards, again o [2001/03/14] misc/25801 change IP-address on pccard (3Com) fails o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 sysinstallSecurity hole in anonymous FTP setup scri f [2001/03/17] ports/25884 dinoex cnews-cr.g is marked as broken: gawk need o [2001/03/17] bin/25885 telnet -a off still uses SRA authenticati o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/18] i386/25889 FDISK lost a partition ! o [2001/03/18] misc/25899 As I have NAS storgae more than 1.2 TB wi f [2001/03/18] kern/25900 system crach and reboot when use mount_cd o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/19] kern/25932 dwmalone possible memory leak in /sys/kern/kern_pr o [2001/03/20] kern/25949 msmith camcontrol doesn't find new drives or RAI o [2001/03/20] kern/25953 Attempt to access CD changer results in p o [2001/03/20] misc/25955 sysinstall cannot load config from LS-120 o [2001/03/20] ports/25958 jmz Xfree86's savage and vesa drivers can pan o [2001/03/20] kern/25959 pcn driver disables nic after kernel is l o [2001/03/21] i386/25968 /usr/src/lib/libcrypt/../libutil/property o [2001/03/22] kern/25986 Socket would hang at LAST_ACK forever. f [2001/03/22] kern/25992 System hangs when read-only floppy has be o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c a [2001/03/22] bin/26010 tar(1) core-dumps on '-I file' o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/23] misc/26044 vsprintf calls __swsetup, then __smakebuf o [2001/03/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/26] ports/26114 bmah [PATCH] pkg_version support for wildchart o [2001/03/26] misc/26132 keyboard hangs during install from the cd o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/27] kern/26161 Kernel Panic on Dual Processor System dur o [2001/03/28] kern/26171 not work Linux-emulator, but hi is work i o [2001/03/28] misc/26185 4.2-R kern.flp won't boot on PS/2 o [2001/03/29] ports/26202 ports slib 2d1 breaks GnuCash 1.2.4 o [2001/03/29] conf/26203 No CODA devices in MAKEDEV o [2001/03/29] ports/26207 ports Selecting KDE in sysinstall as GUI env do o [2001/03/29] bin/26209 pccardd will not recognise any pc cards o o [2001/03/30] i386/26216 alloca() couldn't detect thread stack lim o [2001/03/30] bin/26222 burncd(1) can't burn CD-RW with NEC NR750 o [2001/03/30] ports/26237 ache Apache 1.3.19 segfaulting in ap_get_local o [2001/03/31] bin/26244 burncd exits after displaying message 'fi o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/03/31] ports/26262 ports jgnat is broken o [2001/04/01] conf/26275 darrenr ipfilter_enable in rc.conf does not load o [2001/04/01] kern/26278 ata driver doesn't support tertiary IDE c o [2001/04/02] kern/26304 pcm only plays left channel in FreeBSD 4. o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 mountd breaks IRIX automounter o [2001/04/04] i386/26344 3Com 3C509 EtherLink III Problem. o [2001/04/04] misc/26356 Large copy of files to the machine causes o [2001/04/04] kern/26361 5.0-04022001-CURRENT kernel panic on kern o [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/05] bin/26368 ``MAKEDEV ad0e'' fails o [2001/04/06] i386/26382 FreeBSD Bootable CDROM won't boot on IBM o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/08] bin/26426 vi o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/09] kern/26466 devfs panics o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/11] kern/26501 Unsuported PCCARD freeze the kernel in is o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e o [2001/04/12] kern/26517 ATAPI DVD drive not recognized (solo mast o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/15] docs/26605 doc The documents for ppp(8) have some incons o [2001/04/15] ports/26607 adrian squid port don't work corretly when compi o [2001/04/16] kern/26613 ethernet vr0 hangs o [2001/04/16] bin/26619 m4 silently truncates long lines f [2001/04/18] ports/26679 sobomax make on qpopper4 fails because it's using o [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( o [2001/04/19] kern/26705 P_ALTSTACK in proc::p_flag isn't copied t f [2001/04/21] ports/26751 ports gnucash from FreeBSD package doesn't seem o [2001/04/22] gnu/26771 cvs checkout bug with existing val-tags a o [2001/04/22] i386/26780 nakai fetch for rpm source has wrong url o [2001/04/23] ports/26797 ports arla-0.34.6 causes kernel panic/page faul f [2001/04/23] bin/26806 iedowse rpcbind can dump core under certain circu o [2001/04/23] bin/26809 /etc not saved on upgrade o [2001/04/24] ports/26815 ports fix a fetch problem o [2001/04/25] bin/26842 dump with h flag takes a very long time o [2001/04/25] misc/26845 install "use entry disk" don't ask about o [2001/04/25] ports/26848 ports jre port core dumps o [2001/04/25] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/26] kern/26877 cg loading snd_emu10k1 module causes lockup o [2001/04/26] kern/26878 Kernel panic in nfs subststem (vrele: neg o [2001/04/26] kern/26880 Unexpected busfree err w/ Adaptec 19160 a o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/04/27] ports/26894 ports omniORB 3.0.3 servers die when using Free o [2001/04/27] kern/26896 Kernel panic during ktrace (vrele: negati o [2001/04/27] misc/26897 4.3R sysinstall fails to create swap part o [2001/04/27] pending/26900gnats-admingdk13 not installing gdkconfig.h o [2001/04/27] i386/26903 Cannot use DHCP from /stand/sysinstall ne o [2001/04/27] ports/26909 chuckr a2ps cannot handle long hostnames o [2001/04/28] ports/26912 jmz XFree86-4 packing list is fubar o [2001/04/28] ports/26918 ports databases/p5-Pg fix for dual postgres des o [2001/04/28] kern/26920 PCI autoconfiguration of USB, dc ether, a o [2001/04/28] bin/26924 sysinstall has problem parsing "dists=" f o [2001/04/28] misc/26933 sysinstall - fdisk does not properly "dan o [2001/04/28] kern/26942 attempting to open a devfs device node ca o [2001/04/29] ports/26947 ports Update port: p5-Spreadsheet-WriteExcel-0. o [2001/04/29] ports/26949 ports Update port: p5-Spreadsheet-ParseExcel-0. o [2001/04/29] ports/26950 ports databases/gigabase update from 2.30 to 2. o [2001/04/29] kern/26953 adter the installation is over it's make o [2001/04/29] ports/26958 ports New port: DBIx-Recordset - Perl module fo o [2001/04/29] ports/26959 ports New port: p5-POE-0.14 - Perl application o [2001/04/29] ports/26960 ports New port: p5-Event - A Generic Perl Event o [2001/04/29] ports/26961 ports update port: chinese/tin o [2001/04/29] kern/26969 DEC500 NIC support o [2001/04/30] i386/26985 floppy install 4.3 via FTP hangs 1142 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/01/11] i386/105 Distributed libm (msun) has non-standard 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 o [1995/10/03] kern/765 asmodai umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1995/11/30] bin/854 swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] bin/1093 route's diagnostic is weird a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/09/08] bin/1589 msmith [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def o [1996/10/20] bin/1849 obrien gdb sets library breakpoints on the wrong s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 vm statistics are bad s [1996/12/14] bin/2216 obrien [PATCH] Ada specs not being compiled into a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist 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/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/31] gnu/3157 obrien Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/09] bin/3242 incorrect prototype for initgroups 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/29] bin/3416 ibcs emulation problems a [1997/05/08] gnu/3552 asmodai the -L option of tar does not work proper o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/07/07] kern/4051 pppd connect 'chat ...' broken o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/26] bin/4172 des 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/07] kern/4243 file locking doesn't work for pipe o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 portmgr Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 sheldonh man can display the same man page twice o [1997/08/29] bin/4420 roberto 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/13] kern/4528 processes hang if the mount_portal proces f [1997/09/16] misc/4556 will make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 imp pccard stuff fails after running Win95 wi o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i o [1997/11/14] kern/5048 dillon Calling shutdown(fd,1) multiple times wil f [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/20] kern/5108 dillon pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 dillon kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/11] kern/5275 dillon [PATCH] Added volume (barcode) support to s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp o [1998/01/02] bin/5410 phantom pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry 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/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir o [1998/02/06] kern/5672 dillon Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT 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/11] gnu/5982 no error exit code from tar on child fail o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/22] gnu/6107 obrien gdb should support PRINTF_HAS_LONG_LONG f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i f [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf s [1998/05/05] bin/6521 nbm [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 will bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c f [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 phk sysinstall: install from MS-DOS MO divece o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani o [1998/06/22] bin/7023 portmgr bsd.port.(%|subdir.).mk patches for size s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % f [1998/07/02] kern/7146 imp The PCCARD doesnt recognize cards in top s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 murray Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 portmgr MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad a [1998/07/31] docs/7456 doc dialog(3) man page outdated s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/20] bin/7998 jkh pkg_add seems to have unneeded umask s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/27] i386/8867 murray /stand/sysinstall core dumps (signal 11) o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress f [1999/01/07] bin/9374 roberto Improved functionality for find(1) o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/28] kern/9748 error in queue handling of at_shutdown() a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10160 kldload of umap module panics the system f [1999/02/21] ports/10178 kris USE_SOCKS=YES option broken for security/ a [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10274 will make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/03/01] docs/10349 phantom For long .Dt fields, rendering is broken- o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i a [1999/03/06] kern/10455 pcaudio breakage f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 marcel Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] misc/10667 murray Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/26] misc/10803 joe whois(1) client enchancements a [1999/03/26] misc/10804 joe whois(1) enhancement o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/05] ports/10965 obrien lcc-3.6 unable to compile anything o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048 ports variable not initialized in fwtk-lib lead o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 will make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 a [1999/04/16] bin/11168 davidn pw(8) usermod does not recognize -w flag o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] bin/11248 Shuffle o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt s [1999/05/09] ports/11611 billf Update port: net/ntop o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] i386/11898 Connot wirte to floppy on HP OB800CT with o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/28] bin/11914 wosch makewhatis during installworld uses /usr/ o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/29] kern/11941 FreeBSD box reboots itself when changing o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor a [1999/06/06] bin/12052 sh type builtin appends first path compon o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/09] kern/12095 [PATCH] Buggy ATAPI Zip Drive is not dete o [1999/06/09] bin/12107 Add switch to dump to support multiple du o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12263 hoek "more" problems with long filenames o [1999/06/18] bin/12280 LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m o [1999/06/21] i386/12326 wdc flag 0x1000 (LBA addressing) prevents o [1999/06/21] kern/12333 ProAudio Spectrum sound card broken model o [1999/06/21] kern/12334 Some ProAudio SPectrum cards do not do DM o [1999/06/21] kern/12335 if_pn.c lacks bridging support; patch enc o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/27] bin/12421 sysinstall label fails o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/07/02] docs/12486 mpp listing of (56) utilities in /bin:/sbin:/ o [1999/07/02] bin/12489 /sbin/route exits with 0 on some errors o [1999/07/05] bin/12528 [PATCH] tip's "tipout" child doesn't alwa o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr o [1999/07/13] misc/12633 CMI8330 chip based integrated sound card o [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/16] kern/12668 The kernel clock goes slow with PLIP devi o [1999/07/18] kern/12697 Out of swap handling [PATCH] o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] kern/12723 imp Unnecessary use of magic numbers in F_[SG o [1999/07/22] misc/12765 cable problem: link down for de0 NICs. o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy s [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/25] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/28] kern/12855 panic:softdep_flushfiles:looping, caused o [1999/07/30] misc/12887 Problem with "top" command in SMP o [1999/07/30] misc/12888 strange kernel messages when copying file o [1999/07/31] bin/12898 Added a command-line switch to netstat to o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/03] bin/12942 gshapiro m4: len(`') returns `' o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, o [1999/08/04] bin/12957 rpc.rusersd dumps core with signal 11 whe o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. o [1999/08/05] misc/12983 system hang accessing mounted msdos flopp f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 will make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 dwhite new man page describing timeradd() family o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/16] misc/13185 "tengo problemas con el pop3" a [1999/08/18] docs/13218 phantom Many manpages still not conformed mdoc(7) o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque s [1999/08/19] kern/13252 niced jobs don't behave really nice o [1999/08/19] bin/13254 yp_all error messages have wrong text o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/20] bin/13278 rogue: killed by fire corrupts score file o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for m_pkthdr.l o [1999/11/30] bin/15182 "* Wed-1 event" in calendar produces "31 o [1999/11/30] misc/15196 shutdown -h no longer synching disks, thu o [1999/12/01] misc/15205 billf Addition to /usr/games/random o [1999/12/02] i386/15218 kernel says: raw partition size != slice o [1999/12/02] bin/15229 joe mtree - different from mtree in NetBSD 1. o [1999/12/05] kern/15280 kernel panic during FreeBSD install o [1999/12/06] bin/15301 Bug in /usr/sbin/syslogd: strips 8th bits o [1999/12/07] misc/15339 fdformat should exit non-zero when user c a [1999/12/09] ports/15387 billf ethereal's packet-smb.c calls str*() func o [1999/12/10] bin/15410 edquota -p copies current usage as well a o [1999/12/11] bin/15416 addr2line is unable to find line numbers o [1999/12/11] bin/15418 tput(1) doesn't work with new libncurses. o [1999/12/11] misc/15421 initgroups(3) spits out messages to stder o [1999/12/12] kern/15435 Attempts to execute programs from a noexe o [1999/12/12] kern/15436 syscons extension: "propellers" o [1999/12/13] bin/15456 Usage of ktrace(1) is invalid a [1999/12/13] bin/15458 sort(1) doesn't sort correctly in some ca o [1999/12/13] bin/15470 Proposed change to comments in /etc/named o [1999/12/14] ports/15477 demon wwwstat-2.01 port is not Y2K compliant: 1 o [1999/12/14] misc/15480 Change-request for /usr/src/usr.sbin/cdco o [1999/12/14] kern/15489 running fstat causes a bus error o [1999/12/15] kern/15492 Patch to fixup bridging support for 2.2-S o [1999/12/15] kern/15493 Patch to enable bridging support for if_c o [1999/12/15] ports/15495 portmgr Add "addsum" target to bsd.port.mk o [1999/12/15] bin/15496 killall(1) limited to 16 character proces o [1999/12/15] bin/15497 NIS does not deal well with comments o [1999/12/15] bin/15510 df(1) does not lineup with large filesyst o [1999/12/17] i386/15528 doscmd exec function fail. o [1999/12/17] i386/15531 doscmd DOS function 0a fail when DL is 0 o [1999/12/17] i386/15547 discmd function 51 ( get ps ) fail o [1999/12/20] bin/15593 [SECURITY] ustrcpy() buffer overflow in d o [1999/12/21] kern/15608 acd0 / cd0 give inconsistent errors on em o [1999/12/21] conf/15612 jkh Re-Scan devices in 3.4-Release options me o [1999/12/21] i386/15619 standard pppd doesn't authenticate users o [1999/12/22] kern/15636 dillon reminder to self for MAP_ VM defines o [1999/12/23] misc/15658 edquota misinterprets usernames as uid ra o [1999/12/24] bin/15663 yokota none o [1999/12/28] bin/15739 repquota report format fix for better par o [1999/12/28] conf/15748 jkh sysinstall - upgrade o [2000/01/01] kern/15827 Power-Off causes Trap 9 in kernel o [2000/01/01] bin/15830 imp PATCH: rdump over ssh o [2000/01/02] kern/15838 Conversion tables in msdosfs_conv.c are b s [2000/01/02] bin/15852 asmodai predefined \*(DT string has Y2K bug o [2000/01/02] bin/15853 tar --newer-mtime flag has Y2K bug o [2000/01/03] bin/15855 comsat(8) failes to open system mail box o [2000/01/03] kern/15860 patch to make default kern.maxfilesperpro o [2000/01/03] misc/15871 small CVS directories copied to PicoBSD filesys o [2000/01/03] misc/15874 small PicoBSD can only update files from within o [2000/01/03] misc/15876 small PicoBSD message of the day problems o [2000/01/05] misc/15908 patch to fix argument mismatch in getnano s [2000/01/06] docs/15959 phantom misplaced lines in psignal.9 man page o [2000/01/08] kern/15983 n_hibma C++ keywords in kernel header files o [2000/01/08] ports/15992 joe [PATCH] Add a default for $SUP in the /us o [2000/01/08] ports/15993 portmgr [PATCH]No line-feed in warnings from ``ma o [2000/01/09] misc/16003 sysinstall crashes if it gets more than o o [2000/01/09] bin/16005 alex add new option to date(1) o [2000/01/10] kern/16021 To support SMP on NEC PC98, call mp_probe o [2000/01/10] kern/16023 Add an idletime counter for sppp, just li o [2000/01/10] kern/16049 Connor Drive fails cache sync o [2000/01/11] conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.con o [2000/01/14] bin/16119 ctm_rmail does not honor umask o [2000/01/15] ports/16139 billf Ntop port fails to find lsof o [2000/01/18] kern/16169 The U.S. Robotics 56K Voice Int modem is o [2000/01/18] misc/16189 Advansys ASB-3940U2W SCSI Card does not w o [2000/01/18] kern/16195 16-bit uid/gid struct in sys/ipc.h o [2000/01/19] bin/16206 PATCH: vmstat column alignment, %ll not s o [2000/01/19] misc/16208 ps/2 mouse problem o [2000/01/19] misc/16212 in /stand/sysinstall -- cannot exit menu o [2000/01/20] ports/16220 obrien -frepo is broken in gcc-devel and egcs po o [2000/01/21] ports/16252 portmgr bsd.port.mk: Add bzip2 support for distri o [2000/01/21] bin/16275 steve approve send-pr(1) (attach files, use env o [2000/01/22] kern/16292 performance problem of divert socket o [2000/01/23] bin/16316 Enhancement: allow .fakeid to be a named o [2000/01/23] bin/16320 fstat -f confuses some partitions o [2000/01/24] kern/16339 vm/vm_page.h PQ_L2_SIZE options too limit o [2000/01/25] ports/16347 sobomax Inconsistencies between Java ports o [2000/01/25] kern/16360 kernel timestamping of ICMP echo requests o [2000/01/26] bin/16364 [PATCH] Add msdosfs and cd9660 support to f [2000/01/26] ports/16374 ache Ports fix: news/tin o [2000/01/27] i386/16411 DUMP freezes system if uucico or samba wr o [2000/01/28] bin/16422 newfs always make root's / directory o [2000/01/30] bin/16480 locked accounts and adduser o [2000/02/06] conf/16536 size of /var/spool/uucp/Log, a UUCP logfi o [2000/02/06] kern/16551 cosmetic cleanup in sys/dev/ppbus/pcfcloc o [2000/02/07] ports/16570 asami ports toplevel README.html has bad link t o [2000/02/08] conf/16584 jkh Hostname field too small during install ( o [2000/02/09] bin/16619 trimdomain does not handle peer domains o [2000/02/09] bin/16625 Incorrect information in routed(8) error o [2000/02/10] ports/16640 jfitz rwhois port install tries to copy wrong l o [2000/02/10] bin/16649 /bin/lastcomm: output contains extraneous o [2000/02/11] bin/16657 /bin/hostname: New feature to return subc o [2000/02/13] bin/16705 ftpd doesn't support -h option o [2000/02/14] kern/16709 PATCH: make poll work for -STABLE's Audio o [2000/02/14] kern/16713 grog Vinum: some processes would not die; ps a o [2000/02/14] misc/16719 /stand/sysinstall does not redraw the scr o [2000/02/14] i386/16722 squid (a 3.x binary) won't run under 4.0- o [2000/02/15] bin/16726 rpc.rstatd from inetd sig11's o [2000/02/16] kern/16745 Kernel Makefile doesn't sanitise PATH [PA o [2000/02/16] kern/16765 Add support for mark/space parity o [2000/02/18] kern/16815 dillon Cannot "rm -rf" for not-existed file on r o [2000/02/19] misc/16830 markm PAM-related error messages on -current o [2000/02/20] misc/16839 dan MFC Matthew D. Fuller's patch to deal wit o [2000/02/20] misc/16840 dan MFC: Matthew D. Fuller's teach pkg_info t o [2000/02/20] misc/16843 jkh Knob for release/Makefile to prevent dele o [2000/02/21] ports/16872 max Update port: japanese/pine o [2000/02/21] bin/16880 davidn [PATCH] pw(8) hardcodes directory creatio o [2000/02/22] bin/16924 tmpfile(3) ignores TMPDIR and always uses o [2000/02/22] bin/16926 kris [PATCH] banner doesn't allocate space fo o [2000/02/22] kern/16928 dynamic sysctl enhancement o [2000/02/23] misc/16938 FTP does not fully parse ftp:// URLs o [2000/02/24] misc/16969 yokota /kernel: psmintr: out of sync (0000 != 00 o [2000/02/24] bin/16971 Exiting from /usr/sbin/login does not res o [2000/02/26] kern/17003 dscheck() overzealously protects labels o o [2000/02/26] kern/17007 This is a code for implementing ethernet o [2000/02/27] conf/17022 rwatson newsyslog.conf not in sync with syslog.co o [2000/02/27] alpha/17032 alpha strtod(3) floating exception o [2000/02/28] misc/17045 Cannot install on Siemens Primergy 870 (d o [2000/02/28] kern/17058 mjacob SCSI tape driver can't drive devs that ca o [2000/02/29] bin/17077 yokota write() error o [2000/03/01] docs/17104 phantom gethostbyname(3) contains a reference to o [2000/03/01] kern/17109 darrenr fastroute crashes for lo0 udp o [2000/03/02] misc/17132 bugs in xdr functions o [2000/03/02] ports/17139 billf PLIST correction for Apache13-fp o [2000/03/04] misc/17185 main ncurses headerfile is installed as c o [2000/03/04] gnu/17202 uucp grade patch and policy o [2000/03/05] conf/17207 disktab support for Fuji-MO o [2000/03/05] gnu/17214 obrien gdb doesn't honor auto-solib-add o [2000/03/06] kern/17222 Avance Logic ALS/100 sound card doesn't r o [2000/03/06] kern/17224 4.0-20000214-CURRENT: pcm/csa sound - sha o [2000/03/06] bin/17226 markm ftpd can't use PAM o [2000/03/07] ports/17255 pst Update the GNATS port to 3.113 o [2000/03/08] misc/17270 FreeBSD should support nsswitch.conf, or o [2000/03/08] misc/17272 deleting a file that a program has open c o [2000/03/08] misc/17275 portmgr make release fails when making readmes fo o [2000/03/09] bin/17289 [PATCH] wrong permissions on /var/run/pri o [2000/03/09] ports/17293 hosokawa samba port installs man-pages twice, fail o [2000/03/09] kern/17297 Panic when mounting a CDRom o [2000/03/13] kern/17358 PCI ids for Aureal 8810, 8820 and 8830 au o [2000/03/13] bin/17363 crontab(1) leaves files in /var/cron/tabs o [2000/03/13] bin/17368 billf Bad error messaging from mountd(8) o [2000/03/14] misc/17377 "Checking for rejected mail hosts:" gives o [2000/03/14] kern/17385 Support for IIT's "XC87SLC-33" numeric pr o [2000/03/15] bin/17389 /bin/cp failed on some synthetic vfs o [2000/03/15] bin/17395 This is a replacement for the perl versio o [2000/03/15] misc/17399 FTPing into machine slows it down o [2000/03/16] bin/17405 one more fstat patch o [2000/03/16] alpha/17411 alpha No link/activity lights Alpha ethernet ca o [2000/03/16] kern/17425 nsouch [PATCH] fix two small printing errors in o [2000/03/17] bin/17430 jkh Missing Czech keyboard in /stand/sysinsta f [2000/03/17] kern/17438 cg newpcm volume too low on Soundblaster Pro o [2000/03/18] ports/17471 rse presence of devel/pth-devel port breaks w o [2000/03/18] ports/17479 portmgr bsd.port.mk: PARALLEL_BUILD o [2000/03/18] bin/17480 m4 changecom doesn't work as documented o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/03/19] ports/17490 markm ports fail for some gnu programs as the g o [2000/03/19] kern/17493 Updates to use FreeBSD as a firewall and o [2000/03/20] i386/17505 Problems with with SMP on Compaq proliant f [2000/03/20] docs/17521 doc Proposed FAQ on assembly programming o [2000/03/21] bin/17532 "host" only prints A records by default o [2000/03/22] bin/17546 murray Sysinstall does not let you configure NIS o [2000/03/24] kern/17581 devices failing probing do so silently o [2000/03/25] ports/17602 jmz Port fix x11/XFree86-4.0 (make deinstall o [2000/03/26] bin/17611 f77 man page needs updated o [2000/03/27] bin/17619 pax cannot read all tar files created by o [2000/03/27] bin/17623 date(1) -v doesn't handle time changes (D o [2000/03/27] i386/17628 mdodd 3c509b hangs on running ifconfig o [2000/03/28] bin/17640 lseek();read() -> pread() in dump and fsc o [2000/03/29] bin/17679 wpaul wicontrol should take multiple args on co o [2000/03/30] kern/17688 es_callback() in /sys/pci/es1370.c does n o [2000/03/30] bin/17694 wcstombs(), mbstowcs() not complying with o [2000/03/30] conf/17699 Support for dutch keyboards in the consol o [2000/03/31] bin/17720 presence of old /dev entries causes sysin o [2000/04/01] kern/17728 probe Macronix 98715/98715A 10/100BaseTX f [2000/04/01] misc/17737 dwhite Major repair of PicoBSD o [2000/04/01] bin/17739 Traceroute will not compile without IPSEC o [2000/04/02] kern/17751 wpaul rl driver loaded as module when it alread f [2000/04/02] kern/17758 green Make sl driver dynamicallly expandable. o [2000/04/03] bin/17772 TFTP can not handle big files (> 32MBytes o [2000/04/03] kern/17774 doc stray irq7 o [2000/04/03] kern/17775 4.0-STABLE: Adaptec-155-ATM at en0 causi o [2000/04/04] ports/17801 jake new port: devel/binutils11 o [2000/04/04] ports/17802 jake port update: devel/gcc11 o [2000/04/04] ports/17803 jake new port: devel/gdb11 o [2000/04/05] gnu/17812 gprof gives error: o [2000/04/05] kern/17819 adrian Build ports on nfs & union mount panics k f [2000/04/06] bin/17824 sheldonh [PATCH] /usr/bin/column has arithmetic ov o [2000/04/06] bin/17830 /usr/bin/login called from command line d o [2000/04/07] misc/17848 Patches to remove support for CSRG libm f [2000/04/07] docs/17855 alex PPP Primer is out-of-date o [2000/04/07] misc/17857 During a sysinstall kernel sources say th o [2000/04/08] bin/17864 PATCH: sys/resource.h needs sys/time.h fo o [2000/04/09] misc/17889 certain type of DNS queries seem to get d o [2000/04/10] ports/17897 chuckr transfig does not compile with XFree86-4. o [2000/04/10] i386/17906 le ethernet device doesn't work in 4.0 o [2000/04/10] kern/17907 cg Audio record levels are too low o [2000/04/10] docs/17916 alex [PATCH] rewrite of cutting-edge section o a [2000/04/11] bin/17939 sheldonh routed calls ntohs twice on the same fiel o [2000/04/12] ports/17952 torstenb [PATCH] tcp_wrappers port to give better o [2000/04/12] misc/17957 installer navigation is confusing o [2000/04/13] misc/17983 Minikernel build instructions do not work o [2000/04/13] conf/17993 improving on the default /etc/amd.map o [2000/04/13] bin/17997 nvi doesn't set variables on startup (via o [2000/04/14] misc/18014 Machine doesn't boot without keyboard att o [2000/04/17] ports/18057 jmz make install for XFree86-4 fails on alpha o [2000/04/18] bin/18080 davidn [PATCH] pw documentation updated to refle o [2000/04/18] ports/18083 rse Gratuitous Apache package inconsistencies o [2000/04/19] misc/18097 What is this: LIBRATION not specified - u o [2000/04/19] bin/18100 update to src/usr.bin/from/from.c for mul o [2000/04/20] misc/18109 if pw_shell is empty(/bin/sh is assumed), s [2000/04/20] bin/18114 ken msps from iostat is wrong o [2000/04/21] misc/18131 MAX_IFS in pppd/sys-bsd.c too small for m a [2000/04/22] conf/18152 /etc/exports should suggest how to get mo o [2000/04/22] i386/18154 [PATCH] Add cpu class and features flags o [2000/04/22] bin/18157 pnpinfo only prints first io-start for ev o [2000/04/22] conf/18164 roberto /var/log/ntpstats fill with stat files by o [2000/04/23] misc/18175 strtok(3) example doesn't work. o [2000/04/23] ports/18184 ache GNU Patch 2.5.4 Port o [2000/04/24] bin/18193 Bogus diagnostics by nslookup(1) o [2000/04/26] kern/18232 SMP + APM configerd 4.0 kernel did panic o [2000/04/26] docs/18243 alex wrong description of -p option in sh(1) m o [2000/04/27] misc/18255 makewhatis weekly job doesn't look at /us o [2000/04/27] ports/18256 sada www/netscape4* lacks Fortify on alpha o [2000/04/27] ports/18259 obrien ElectricFence installation breaks if the o [2000/04/28] kern/18271 simplelock: klds not portable across UP a o [2000/04/28] bin/18275 proposed TMPDIR setting and /usr/bin/mkin o [2000/04/28] kern/18289 CPU Time exceeded delivered multiple time o [2000/04/29] ports/18291 asami make makesum fetches new sources, make fe o [2000/04/29] kern/18293 lack of versapad mouse wheel emulation o [2000/04/29] kern/18295 Audio is gone after hibernation o [2000/04/30] bin/18319 "dump" fails with "cannot reopen disk: in o [2000/05/01] bin/18326 dwmalone no /usr/libdata/lint/llib-lc.ln o [2000/05/01] bin/18329 ben futimes() and lutimes() missing from ' cannot be used in "via" o [2000/05/29] ports/18896 jseger Tcl "info hostname" command returns chop- o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se a [2000/05/30] ports/18911 sada New port - plptools o [2000/05/31] kern/18928 options ROOTDENAME=xxx on kernel config f o [2000/06/01] bin/18946 jhb Add support for enabling USB daemon from o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/01] bin/18961 green sshd does not print before motd o [2000/06/02] bin/18967 ypserv not linked with tcp wrappers o [2000/06/03] misc/18987 Problems with Comtrol RocketPort o [2000/06/03] bin/18992 log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil o [2000/06/05] docs/19010 doc Bad144 obsoletion by 4.0 is undocumented; o [2000/06/05] i386/19012 No volume run out for /var and lead my Fr o [2000/06/05] misc/19037 Keyboard not detected on new install o [2000/06/06] bin/19056 yacc in 3.4 and 4.0 reports "maximum tabl o [2000/06/06] bin/19057 offer of patch to uname that produces pre f [2000/06/06] ports/19061 kuriyama ports/textproc/lotusxsl the source zip pa f [2000/06/06] kern/19063 rnordier VGA keyboard sometimes fails to work in b o [2000/06/06] bin/19071 fmt not folding very long lines o [2000/06/07] misc/19088 STL from SGI for FreeBSD 3.4 o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/08] bin/19118 vmstat¤Ç avm¤Èfre¤ÎÃͤ¬Àܤ¹¤ë¡£ o [2000/06/08] misc/19124 ps(1) to support SysV-style options? o [2000/06/08] misc/19129 AMI Raid Express 200 card extremely slow o [2000/06/08] kern/19132 ATM HARP support apparently does not supp o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/09] kern/19158 U.S.Robotics 56K FAX INT not recognize co o [2000/06/10] bin/19183 more(1) doesn't handle redraw correctly o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] ports/19325 tom ports/mail/ezmlm-idx: mysql & pgsql suppo o [2000/06/15] gnu/19327 obrien Fix to build 'a.out' binary. o [2000/06/16] bin/19337 obrien c89(1) not POSIX compliant (-l lib) and m o [2000/06/17] bin/19355 fstat gives signal 10 (SIGBUS) when outpu o [2000/06/18] misc/19367 markm /etc/defaults/make.conf lists wrong value o [2000/06/18] bin/19369 Inadequate error reporting in "mount" com o [2000/06/19] misc/19391 marcel Evilness with Linux Terminus, causes X to o [2000/06/20] bin/19404 /usr/bin/error should be included in the o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/20] i386/19410 spontaneous reboot when esd runs on a -ST o [2000/06/21] conf/19413 Too few MCAM SCSI devices in /dev o [2000/06/21] bin/19422 users can overflow argv to make ps segfau o [2000/06/22] conf/19442 can't install on diverse harddisks. o [2000/06/22] ports/19448 markm filename input broken o [2000/06/22] ports/19456 chuckr the sp port is hardwired to install it's o [2000/06/22] ports/19457 vanilla The gimp port has /usr/local/bin hardwire o [2000/06/23] misc/19462 using HARP atm driver on FreeBSD3.4 freez o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/23] docs/19481 doc Serial Communications chapter in Handbook o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/25] kern/19497 Adaptec AHA-1530P PNP scsi card is not re o [2000/06/25] ports/19498 kris ssh (1) instal fails o [2000/06/26] bin/19514 patch to prevent tail'ing directories o [2000/06/26] ports/19523 billf Update port: graphics/gd o [2000/06/26] bin/19532 cdcontrol does not handle EOF on stdin pr o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup o [2000/06/26] bin/19536 patch to prevent head'ing directories o [2000/06/27] kern/19546 No CD audio o [2000/06/28] bin/19558 amd doesn't know whether NFS feature is a o [2000/06/28] misc/19564 PNP-Id for ESS1681 o [2000/06/28] ports/19571 tg python/TKinter busy waits o [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19585 obrien bounce port misconfiguration o [2000/06/29] ports/19591 issei ssh2 port ignores 'ignorenologin' from lo o [2000/06/29] bin/19592 imp pccard_ether does not honor dhcp_{program f [2000/06/30] ports/19594 trevor update port: qrash o [2000/06/30] bin/19598 traceroutes default of 30 Hops is too low o [2000/07/01] kern/19624 make {DFL,MAX}SSIZ kernel options o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] bin/19683 green mount displays incorrect mount point on f o [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/03] kern/19688 jlemon Some boundry checking KASSERTS in network o [2000/07/05] kern/19706 Framing error on PC/NET 32 also used in o o [2000/07/05] bin/19719 imp pccard_ether lacks the start_if hooks as o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/05] misc/19725 4.0-STABLE: sys/boot/ficl build fails if o [2000/07/06] gnu/19733 obrien GDB 4.18 is not GDB 4.18 o [2000/07/07] bin/19755 nologin not configurable o [2000/07/07] kern/19756 sheldonh Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/09] misc/19805 not installable on old-fashioned dx50 o [2000/07/09] ports/19806 ports error message w/xcdplayer: ioctl (cdromr o [2000/07/10] ports/19823 abe gnucache build depends on unimplemented s o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 murray Run Fit it floppy from serial port o [2000/07/11] conf/19849 MAKEDEV still defaults to da0X instead of o [2000/07/11] kern/19863 markm Non-blocking IO not supported on /dev/ran o [2000/07/12] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 select on named pipes always returns 'ava o [2000/07/13] kern/19887 mjacob Boot hang while scanning SCSI bus o [2000/07/13] i386/19890 davidn Stallion serial driver support missing [p o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/16] i386/19972 Add of pckg (several pkgs) aborted, error o [2000/07/17] ports/19977 rse mod_php3 and mod_php4 ports doesn't recog f [2000/07/17] docs/19981 doc Indonesian translations o [2000/07/18] gnu/20004 obrien FBSD4 gcc __attribute__(constructor) not o [2000/07/18] misc/20024 jake [PATCH] queue(3) concatenation macros o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/23] docs/20121 jim Better user ppp documentation in man page o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] ports/20145 dburr improving the devel/SN port o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t o [2000/07/24] bin/20165 markm PERL_THREADED=true fails; "yes" works; ma o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat f [2000/07/26] kern/20198 luigi log setup of dynamic rules for ipfw o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/30] ports/20301 billf New port: irc/ircd-hybrid6 o [2000/07/31] bin/20311 markm src/release/Makefile: broken CHECKSUM.MD5 o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 sheldonh ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide o [2000/08/02] bin/20371 dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/03] kern/20393 dillon processes get stuck in vmwait instead of o [2000/08/04] docs/20400 doc Building a kernel with debugging info sec o [2000/08/04] bin/20402 ache 4.1R's ls conflicts with Emacs' dired mod o [2000/08/04] misc/20408 Distribution CDs will not boot on IBM Thi o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 asmodai Can't make only cd0 under 4.1-STABLE o [2000/08/06] kern/20448 luigi expired dynamic rules shown in "ipfw get" o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/07] kern/20473 itojun socket(AF_INET, SOCK_RAW, 4) no longer wo o [2000/08/07] misc/20475 mjacob SES/SAF-TE giving bogus temps on JMR ELEC o [2000/08/08] conf/20479 updates for rc.conf.5 manpage o [2000/08/08] i386/20485 AdvanSys ISA probe problems in 4.1-R GENE o [2000/08/09] conf/20498 brian All FreeBSD systems trigger massive late- o [2000/08/09] ports/20499 obrien [PATCH] conserver port doesn't like MD5 c o [2000/08/09] bin/20501 extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 ports New port: lang/mercury o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. s [2000/08/10] kern/20529 billf gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin o [2000/08/12] bin/20569 sos libvgl tries to free global array o [2000/08/13] ports/20587 kiri Update port: upsd-2.0.1.6 o [2000/08/13] ports/20588 kiri New port: upsd100-2.0.1.6(sysutils/upsd10 o [2000/08/14] bin/20600 net getpeereid obtains credentials from conne o [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 ports New port of cgoban2 f [2000/08/14] kern/20611 yar VLAN parent device does not count VLAN ou o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/15] ports/20627 jseger tcl83 build is broken o [2000/08/16] ports/20644 ports Installation of port DAP requires compat3 o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/16] kern/20670 imp No PC-CARD Slots; Device Not Configured o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/17] bin/20681 des [PATCH] show service names in netstat and o [2000/08/20] ports/20730 adrian Update Squid 2.3-STABLE4 with latest vend o [2000/08/20] docs/20738 doc correction and modification to clocks(7) o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/22] conf/20774 sheldonh 'NFS access cache time=2' is not a daemon o [2000/08/23] docs/20794 doc Request 2 good documents under people.fre o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/23] misc/20808 ps netstat -m doesn't use -N or -M arguments o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] bin/20827 billf pkg_add -r only fetchs one-level deep dep o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri o [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/25] ports/20849 dec fix port: net/gated s [2000/08/26] bin/20858 sos libvgl does not handle fonts wider than 8 o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 murray /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] misc/20921 yokota `Splash' screen fails to display splash.b o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/08/30] docs/20950 kris [PATCH] openssl.1 has bogus section title f [2000/09/01] kern/20992 kern/tty_subr.c, b_to_q to a clist with n f [2000/09/02] ports/20995 sheldonh freeciv-civ gtk make problem. o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd a [2000/09/02] kern/21000 sheldonh 4.1-STABLE doesn't have card ID f [2000/09/02] ports/21003 ports New Port, modification of tcopy o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/04] ports/21038 jseger CFengine doesn't install info files o [2000/09/04] kern/21051 Updating 4.1-RELEASE to -current fails be o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] conf/21066 Proposed change in rc scripts o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21074 davidn chkgrp vs group(5) inconsistency f [2000/09/06] bin/21075 sheldonh top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/06] bin/21086 joe Annoying little bug using ls -G with o [2000/09/08] ports/21120 grog Update port: x11-servers/x2x o [2000/09/08] gnu/21128 a proposed patch for uucp package o [2000/09/09] bin/21142 [PATCH] avoid errors from "make objlink" o [2000/09/09] bin/21144 des [PATCH] fetch(1): don't bonk if ftp SIZE o [2000/09/09] kern/21154 Change the name of *_saver.ko to saver_*. o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm s [2000/09/10] bin/21178 ken voltag selector, and unload support for c f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt o [2000/09/11] ports/21211 rse the startup file installed by apache-mods o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/12] misc/21230 jhb The URL for splash window is gone o [2000/09/12] bin/21231 roberto the ntp HTML docs don't have the images f [2000/09/12] kern/21240 mbufs allocated to data is huge number in o [2000/09/12] kern/21242 Koutech PCI dual port serial card patch f [2000/09/12] bin/21246 nvi's -c flag does no do what it is docum o [2000/09/13] misc/21255 phk /sbin/md5 suggestion o [2000/09/14] bin/21261 burncd blank fails o [2000/09/14] misc/21265 Not a bug, say: feature? o [2000/09/14] misc/21273 PLIP Configuration in sysinstall is broke o [2000/09/15] misc/21287 "make all" for a jail build fails at lib/ o [2000/09/15] misc/21298 tftpd problem "Socket operation on non-so o [2000/09/16] kern/21308 Sound Blaster 16 (using pcm) and new DEVF o [2000/09/16] misc/21310 Telnetd locks up when trying to connect v o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing f [2000/09/18] ports/21346 ports ports/biology/platon o [2000/09/18] ports/21351 jhb ports/emulators/bfe sourcetarball no long o [2000/09/18] misc/21354 FreeBSD4.1 + SMP + vinum = crashes a [2000/09/18] ports/21356 ports New port: mbone/rat30 (rat-3.0.35), the s s [2000/09/18] ports/21371 bp Update port: net/mars_nwe to 0.99.20 o [2000/09/18] misc/21385 yokota About daemon_saver o [2000/09/18] kern/21391 WARNING messages occur when bpf is used w o [2000/09/19] bin/21394 [PATCH] MAKEDEV creates rocketport specia o [2000/09/19] kern/21402 marcel Linuxulator: getpgid(0) fails o [2000/09/19] kern/21405 Default module patch mismatch between ker o [2000/09/19] kern/21409 The ID for the VIA KT133 chipset is not i o [2000/09/20] bin/21436 pkg_install will not compile without erro o [2000/09/21] ports/21460 jseger Patch net/trafshow: Allow showing ipv6 p o [2000/09/22] bin/21476 ftp in 4.1-STABLE fails on http:// URLs o [2000/09/22] conf/21489 /etc/pccard_ether feature request o [2000/09/22] misc/21494 ftpd doesn't count o [2000/09/23] misc/21512 cdrdao fails to build with SCGLIB o [2000/09/24] ports/21516 ports New FreeBSD port for Fuzz o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] kern/21524 Crashs while using talk with another loca o [2000/09/24] misc/21528 kris installworld fails in secure/usr.bin/open o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new o [2000/09/25] misc/21536 jkh [PATCH] Add Hungarian FTP mirror to sysin a [2000/09/25] docs/21542 asmodai sigaction(2) man page is misleading o [2000/09/25] bin/21546 netstat -rn output needs netmask info add o [2000/09/25] conf/21551 /etc/services needs a kpop entry f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/26] ports/21584 archie mpd whines if kernel has option NETGRAPH o [2000/09/26] misc/21587 install problem in 4.1-Stable o [2000/09/28] ports/21621 reg Update port: devel/libtool to 1.3.5 o [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 s [2000/09/28] ports/21636 ade gnomelibs PLIST bug o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin o [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be s [2000/10/02] docs/21700 bmah Description of SysKonnect Gigabit Etherne o [2000/10/02] docs/21712 dan core(5) manpage fails to mention kern.sug o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/02] ports/21719 nbm New Port: Courier Mail Suite o [2000/10/03] conf/21722 The mixer settings are lost on sysetm reb o [2000/10/03] bin/21725 mtree follows symlinks! o [2000/10/03] kern/21737 sendto returns systematically EINVAL with o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21752 Infortrend IFT-3102 doesn't like SCSI Cac o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] ports/21765 portmgr I cat't make ports using pw_gid) != typeof(group->g o [2000/10/22] bin/22211 typoed tar -c clobbers archives o [2000/10/22] kern/22228 Undocumented LINT option 'PANIC_REBOOT_WA o [2000/10/23] ports/22259 obrien bash: root directory change directory bug s [2000/10/24] bin/22270 [patch] /usr/bin/top wraps wrong w/SMP on o [2000/10/24] bin/22279 stock perl5 build does not support %Z spe o [2000/10/25] ports/22288 ports mod_perl dependancy missing from p5-HTML- o [2000/10/25] ports/22295 ports lua 4.0 beta port o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] ports/22316 hosokawa [PATCH] samba port in a jail(2) environme o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/26] docs/22333 doc share/doc/smm/07.lpd building moved in 3. o [2000/10/26] docs/22338 asmodai ugen(4) man page missing o [2000/10/27] bin/22347 dd copies incorrect data after 2^32 bytes o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou f [2000/10/28] ports/22379 ports New port: libudbc f [2000/10/28] ports/22381 ports New port: misc/mango o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/30] misc/22428 FTP: Mirror-TR down s [2000/10/30] docs/22430 darrenr ipresend man page typo o [2000/10/30] misc/22434 problem with certain NIC's using rl on au o [2000/10/31] bin/22442 [PATCH] Increase speed of split(1) o [2000/10/31] kern/22466 yokota function prototype inconsist in kbdreg.h f [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation o [2000/11/03] misc/22577 486SLC2-50MHz won't boot 3.x or 4.x flopp o [2000/11/03] misc/22582 unused descr[] var in sysctl.c:RELENG_4 o [2000/11/03] ports/22590 jseger graphics/xpaint writes pixmaps to stdout o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] ports/22605 ports xmcd port depends on mailx port o [2000/11/04] bin/22612 crontab -e failures o [2000/11/05] kern/22617 Incorrect PnP ID for ALS120 game/joystick o [2000/11/05] i386/22633 when kernel boots smp scsi fails o [2000/11/06] ports/22637 adrian [PATCH] squid 2.3 fix o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong o [2000/11/07] bin/22672 Add "next" and "prev" commands to cdcontr f [2000/11/07] ports/22683 ports New port net/dnip-update o [2000/11/08] misc/22696 picobsd build with router configuration c o [2000/11/08] ports/22698 nbm Ports' rc.d files should use rc.conf o [2000/11/08] ports/22704 ports cyrus and cyrus-sasl both install pwcheck f [2000/11/08] ports/22706 ports Update driver o [2000/11/08] kern/22709 yokota daemon_saver.c fails compile with -Wall - o [2000/11/08] kern/22710 yokota snake_saver and star_saver fail to compil o [2000/11/09] ports/22716 billf [PATCH] ports/net/ucd-snmp o [2000/11/09] conf/22718 sysinstall in FreeBSD 3.5.1 generates bad o [2000/11/09] ports/22729 billf net/ucd-snmp cannot be made on current o [2000/11/09] bin/22730 tcpslice doesn't handle long file offsets o [2000/11/10] ports/22735 ports KGhostView doesn't recognize spaces in fi o [2000/11/10] kern/22754 mmap man page states that non-page aligne o [2000/11/10] alpha/22759 alpha zip cannot work with existing .zip archiv o [2000/11/12] kern/22801 Modem 'OMRON ME5614ISA' is not recognized o [2000/11/13] alpha/22824 alpha unaligned accesses from dhclient f [2000/11/13] bin/22828 darrenr patch to enable use of LOG_SECURITY in ip o [2000/11/14] conf/22859 darrenr rc.network should start ipf/ipnat AFTER p o [2000/11/14] bin/22860 [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 doc newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] bin/22871 burncd fails o [2000/11/15] misc/22873 Perl's core'h conflicts with ncurses.h f [2000/11/15] ports/22878 ports piewm doesn't build o [2000/11/16] misc/22885 /usr/share/misc/units.lib contains typo o [2000/11/16] bin/22897 su doesnt't compile without LOGIN_CAP def o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/16] kern/22905 Netgear FA311 Not supported. o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/17] bin/22933 green Typographical error in ssh.1 o [2000/11/18] i386/22940 Can't install 4.1.1 on ad0s2 if da0 exist o [2000/11/19] kern/22967 stallion driver (stl) shipped with FBSD 4 f [2000/11/20] ports/22970 ports New Port : textproc/py2html f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/21] bin/23008 df -k reports incorrect amount of disk ta o [2000/11/21] kern/23011 UDMA 66 not working on 4.1.1-Release ? o [2000/11/23] bin/23052 ghelmer [PATCH] rmuser fails to remove at jobs o [2000/11/23] ports/23053 ports New devel port, cppadvio; request for loc o [2000/11/23] ports/23060 steve lsof warning msg o [2000/11/23] conf/23063 [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23081 Touchpad on NEC Versa laptop is unusable o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/24] misc/23084 mount_nfs hangs self with some NFS server o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/25] kern/23099 jlemon tail -f from a fifo goes into a busy loop o [2000/11/26] misc/23118 static link-level route bug? o [2000/11/26] kern/23123 IP options reveal IPstealth mode. Just t o [2000/11/27] i386/23141 ad1816 audio driver produces noise. o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/27] bin/23150 sscanf is used on a buffer that is not NU f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan o [2000/11/28] misc/23162 threaded perl incorrectly suggests -lc wh f [2000/11/28] ports/23172 jseger update cfengine port o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/11/30] kern/23191 alfred [PATCH] Fix for panics in lookup() after o [2000/12/01] bin/23204 length of salt in crypt() is not the same a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB o [2000/12/02] ports/23234 se port update request: xblast o [2000/12/03] bin/23254 yacc accepts bad grammer o [2000/12/04] ports/23259 asami Please remove the following redundant por f [2000/12/04] ports/23267 sada New port submittion: devel/lxr (lxr-0.3) o [2000/12/04] ports/23287 portmgr allow system-local patches for ports o [2000/12/04] docs/23292 doc /etc/dumpdates is not documented in secti o [2000/12/05] misc/23296 /usr/src/etc/isdn/Makefile doesn't instal o [2000/12/05] ports/23298 ports New port: lame-devel 3.87 o [2000/12/05] kern/23304 POSIX clock_gettime, clock_getres return o [2000/12/05] ports/23306 jseger Upgrade TCL 8.3.1 to 8.3.2 o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B o [2000/12/06] bin/23321 [PATCH] reduce redundant code in /bin/cat o [2000/12/06] misc/23322 Addition / Alteration to Handbook/FAQ o [2000/12/06] ports/23332 obrien urlview's url_handler.sh written in bash o [2000/12/06] misc/23339 roberto ntp version is 4.0.99b -- current version f [2000/12/06] ports/23341 billf ucd-snmp fails to build on -current o [2000/12/07] kern/23353 fcntl(F_GETLK) return l_pid equal to -1 f o [2000/12/07] i386/23359 Installation diskettes don't boot o [2000/12/07] misc/23362 tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB o [2000/12/09] conf/23402 sysinstall upgrade ought to check partiti o [2000/12/09] kern/23409 CD-RW driver fails unless CD in drive at o [2000/12/09] ports/23410 obrien [PATCH] FreeBSD throws away information o o [2000/12/10] kern/23414 fail to probe my pnp modem o [2000/12/10] conf/23416 Adding SSL services and rsync into /etc/s o [2000/12/10] ports/23417 jmz [PATCH] XFree4-port needs patches to buil o [2000/12/10] conf/23419 'make buildkernel' doesn't work in isolat o [2000/12/10] kern/23446 billf ipfw fragment logging misses first frag o [2000/12/11] misc/23463 when the FreeBSD installation menu shows o [2000/12/11] ports/23465 scrappy Port Update: net/xicq o [2000/12/11] bin/23472 obrien gdb weirdness on programs compiled with - o [2000/12/11] docs/23488 doc A manpage for section 7 regarding a Toron o [2000/12/11] kern/23493 race in 'make -jN buildkernel' pollutes / a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/12] ports/23504 jseger Small stylistic fix in ports/editors/emac o [2000/12/12] bin/23509 Augment dev_mkdb to allow different direc o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS a [2000/12/13] ports/23524 dougb New port: rdesktop - RDP client for Windo o [2000/12/13] bin/23526 Patch for bin/9529 (ftp completion cant h o [2000/12/13] misc/23531 PERL_THREADED should specify -lc_r in Con o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] ports/23543 imp Update net/socks5 to install sample confi o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/14] docs/23559 doc missing manpage for hsearch libc function o [2000/12/14] ports/23560 portmgr linux-jdk/Makefile assumes default `patch o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/17] gnu/23598 Merge libgcc_r with libgcc o [2000/12/17] kern/23600 agp.ko module cannot be loaded o [2000/12/17] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat o [2000/12/18] misc/23612 patch for PicoBSD building (with diff) o [2000/12/18] conf/23616 IC-CARD+ not properly recognized by pccar o [2000/12/18] ports/23634 ports QuakeForge --with-svga= not works o [2000/12/18] bin/23635 [PATCH] whois enhancement - smarter whois o [2000/12/18] ports/23637 mharo Update ftp/proftpd update pkg-plist o [2000/12/19] i386/23643 dlopen() can't link to symbols in main pr o [2000/12/19] ports/23649 ports the port of mod_php4 does not install cor o [2000/12/19] ports/23660 ache Update russian/elm.language update pkg-pl o [2000/12/19] ports/23663 obrien Update chineese/cxterm update pkg-plist a o [2000/12/19] ports/23665 obrien Update editors/vim5 update pkg-plist o [2000/12/19] ports/23666 obrien Update editors/vim6 update pkg-plist o [2000/12/19] ports/23668 sobomax Update graphics/utah-glx update pkg-plist o [2000/12/20] ports/23685 ports Fxtv always starts with apectlock true o [2000/12/20] kern/23692 GENERIC kernel config on 4.2 changes defa o [2000/12/20] kern/23700 AMD 756 Power Management Controller / SMB o [2000/12/21] kern/23708 VESA support broken in 4.1-RELEASE with A o [2000/12/21] misc/23709 Changing from DES to MD5 passwords does n o [2000/12/21] bin/23710 [PATCH] there is no termcap(3) manpage pe o [2000/12/21] bin/23712 Unused variable CDB in /usr/src/usr.sbin/ o [2000/12/21] ports/23734 jhb [PATCH] emulators/bfe has unfetchable dis f [2000/12/22] ports/23753 ports [PATCH] audio/mxv has unfetchable distfil o [2000/12/22] ports/23762 jseger Update port: misc/git to 4.3.20 o [2000/12/22] misc/23766 /etc/periodic/daily/440.status-mailq does o [2000/12/22] docs/23767 doc ifconfig(8) manual page does not document o [2000/12/22] kern/23768 I can't install sound driver in kernel o [2000/12/22] ports/23770 ports There is not an IPv6 + SSL lynx a [2000/12/22] ports/23780 ports New port (audio/ecawave): Simple graphica a [2000/12/23] bin/23811 gshapiro Patch to Sendmail Mail Filter (Milter) AP o [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] docs/23822 dgrimes mtree entries for German X11 man pages s [2000/12/25] docs/23823 alex gethostbyname2 man page is inaccurate o [2000/12/27] ports/23893 max Update port: textproc/nfbtrans to 7.58 o [2000/12/28] bin/23908 repquota format fix o [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE f [2000/12/28] ports/23937 nectar security/krb5 does not read /etc/login.co o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro f [2000/12/30] ports/23961 ports New port: textproc/p5-Text-FixedLength-Ex o [2000/12/31] ports/23982 obrien [PATCH] net/queso has unfetchable distfil o [2001/01/01] kern/23989 NEW CODE: AMD 756 Power Management / SMBu o [2001/01/01] ports/24006 greid New port: httrack: An easy to use offline f [2001/01/02] ports/24021 ports New port: textproc/p5-Sort-PolySort (Gene o [2001/01/02] misc/24034 "CWD" discloses the full "real" path in a o [2001/01/02] docs/24035 doc ptrace(2) PT_STEP incorrect documentation o [2001/01/03] misc/24048 ru natd/libalias doesn't always properly mod o [2001/01/03] bin/24063 /bin/stty ek doesnt work despite man page o [2001/01/04] bin/24066 gdb can't detach from programs linked wit f [2001/01/04] ports/24071 trevor security/digest - md5,md4,sha1,ripemd160 o [2001/01/04] ports/24076 ports Update port: devel/libgii 0.6 to 0.7 o [2001/01/04] ports/24077 ports Update port: graphics/libggi 2.0b2.1 to 2 o [2001/01/06] bin/24106 ftpd does not compile without virtual hos o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In o [2001/01/06] misc/24121 linprocfs setup/startup lost when port mo o [2001/01/07] misc/24132 gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 emu10k1 has trouble playing non-44.1KHz s o [2001/01/08] i386/24150 network traffic appears bottlecaped. o [2001/01/08] ports/24163 grog ports/benchmarks/rawio checksum error o [2001/01/08] misc/24166 Allow Date to generate an RFC-822 Complia o [2001/01/08] ports/24167 sobomax pango fails to build on -current o [2001/01/08] ports/24174 kris Update of cfengine port to 1.6.1 o [2001/01/09] ports/24207 jseger port "tcl83" cannot load shared objects o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/10] ports/24216 ports new port: kde-i18n-pl o [2001/01/10] ports/24217 ports new port: ssmtp o [2001/01/10] misc/24226 PicoBSD do not build on 5.0-current o [2001/01/10] bin/24230 getcwd(3) manual page has wrong STANDARDS a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/10] ports/24240 ports Re: Updated port: mail/elm+ME - 2.4ME+87 o [2001/01/11] misc/24254 Security hole in use of kbdcontrol o [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/11] misc/24261 pthread_mutex_lock/pthread_mutex_unlock d a [2001/01/11] ports/24262 ports new port: slrn-pl, slrn with polish langu o [2001/01/11] misc/24265 Linksys LNE100TX V.4.1 MAC address not de o [2001/01/11] ports/24267 andreas ghostscript6 port compilation fails o [2001/01/12] ports/24268 ijliao new port : gmp3 o [2001/01/12] kern/24269 Failure to setup DMA on ATA HDs (Alladin o [2001/01/12] i386/24272 ATAPI CD "open" causes "ticks" as ATA dri o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. s [2001/01/13] docs/24305 ben man page syscons has reference to non exi o [2001/01/13] misc/24318 burncd fails on fixate a [2001/01/14] misc/24324 Greek console support o [2001/01/15] misc/24345 pthread library libc_r causes memory leak a [2001/01/15] i386/24351 setkey(8) man page has multiple spelling o [2001/01/15] ports/24361 asami wrong filemodes o [2001/01/15] kern/24367 ATA driver finds non-existent drives o [2001/01/15] gnu/24372 [PATCH] (cosmetic) -current send-pr break o [2001/01/16] ports/24374 dd New port: a display-based tetris game o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/16] kern/24393 Patch to msdosfs to handle a kind of inco f [2001/01/16] ports/24395 ports Date object is not deserialized correct o [2001/01/17] ports/24408 ijliao new port : java2html o [2001/01/17] ports/24413 jseger Building ImageMagick port with libmalloc o [2001/01/17] ports/24417 ports skin support not working without unzip o [2001/01/18] misc/24426 CDROM not detected on a multi processosr o [2001/01/18] docs/24434 ben cipher(3) man pages needs to state that - o [2001/01/18] bin/24435 Changing slice type causes Auto-partition a [2001/01/18] kern/24437 yokota syscons - MOUSE_MOUSECHAR fix o [2001/01/18] bin/24439 suggested replament for adduser(8) o [2001/01/18] bin/24444 syslogd(8) does not update hostname o [2001/01/19] ports/24451 mharo Portlint doesn't catch some literal comma o [2001/01/19] ports/24454 ports New port: BugSeeker for Java 2 (Trial ver o [2001/01/19] bin/24458 named-xfer executed at 20 priority level o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/20] ports/24492 jhs [PATCH] misc/estic has unfetchable distfi o [2001/01/20] ports/24493 msmith Pib maker function unable to launch xterm o [2001/01/20] conf/24495 Default /etc/printcap refers to wrong han o [2001/01/21] conf/24503 /stand/sysinstall fdisk/label can't acces a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] kern/24516 Mouse Logitech M-S48 does not in FreeBSD o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] bin/24523 [PATCH] ps no longer supports the rsz for o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/22] bin/24540 add '-c' flag to src/bin/domainname to cl o [2001/01/22] ports/24558 torstenb Updated port: converters/recode - 3.5 o [2001/01/23] bin/24569 PATCH for PPPD o [2001/01/23] misc/24576 -lssh problem with libpam o [2001/01/23] ports/24580 ports cfengine giving errors when invoked o [2001/01/23] bin/24592 dmesg.boot Gets Overwritten without Reboo o [2001/01/24] misc/24603 dsp will not play .wav files at all o [2001/01/24] bin/24610 [PATCH] make inetd log hostnames when spe o [2001/01/24] bin/24623 /bin/pr ¤Ç²þÊÇ¥³¡¼¥É¤¬¹Í褵¤ì¤Æ¤¤¤Ê¤¤ f [2001/01/25] ports/24638 sobomax Mesa-3.2.1_1 fails to build on 4.2-STABLE o [2001/01/25] kern/24642 NEWCARD broken in RELENG-4 o [2001/01/25] kern/24647 Supported Gigabit Ethernet Interfaces for o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/25] bin/24654 /usr/bin/w doesn't close all files o [2001/01/26] ports/24658 jkh Enhancement to src/release/Makefile a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/26] docs/24662 doc too many questions about source managemen o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/27] misc/24687 ports QUAKE FORGE & SVGALIB o [2001/01/27] ports/24688 ports Full Screen Editor - MicroEmacs 4.0/PK-TO o [2001/01/28] ports/24692 ports setquota port is broken on 4.2 STABLE o [2001/01/28] kern/24696 compile error while defines DEB(x) o [2001/01/28] bin/24707 [patch] Whois IP Address Handling a [2001/01/29] ports/24713 ports New port: xmotd - message-of-the-day brow o [2001/01/30] bin/24730 tail -f barfs on files bigger than 2 Gig o [2001/01/30] bin/24732 cmp can not compare files lager 2GB but s a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24744 sys/socket.h uses u_char without includin o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24747 ports new port: MicroEmacs 4.0/PK-TOY o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/30] misc/24750 unable to make reinstall on a fresh insta o [2001/01/31] ports/24756 billf net-snmp-4.2 does not compile with LPRng o [2001/01/31] bin/24757 ftpd not RFC compliant o [2001/01/31] bin/24762 pw doesn't allow false as a shell o [2001/01/31] kern/24770 ATA_ENABLE_TAGS doesn't enable tags o [2001/01/31] ports/24775 ports Gabber freezes upon login o [2001/02/01] conf/24781 MAKEDEV: rast* -> ast* a [2001/02/01] misc/24784 Why isn't bind always running as -u bind o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/02] misc/24801 Copyright web page needs small correction o [2001/02/02] bin/24804 [PATCH] ps_showallprocs isn't documented. o [2001/02/03] kern/24827 Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r o [2001/02/03] docs/24839 doc fix ether.bridge o [2001/02/04] gnu/24843 gcc does not recognize -kthread o [2001/02/04] gnu/24844 gdb does not support kernel threads o [2001/02/04] ports/24845 tegge linuxthreads does not detect failed rfork o [2001/02/04] kern/24851 ISA PnP Modem Type is unregistered in sio o [2001/02/04] ports/24855 ports New port of FSF GMP library o [2001/02/04] bin/24857 File descriptor leak and frequent crashes o [2001/02/05] docs/24869 doc Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic f [2001/02/05] ports/24885 ports Update Port: audio/icecast o [2001/02/06] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 Options screen at MenuMedia menu problem o [2001/02/06] bin/24914 /dev explicitly referenced in MAKEDEV o [2001/02/06] docs/24921 phk Typo /devs --> /dev o [2001/02/06] docs/24923 doc 4.2 Release Errata page has no informatio o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/07] misc/24942 tftp client timeout failure o [2001/02/07] bin/24944 new execute-file can't running(not found o [2001/02/08] ports/24951 ports New port: devel/omniORB-Notify o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24954 Old driver /src/sys/dev/sound/isa/sb.c sh o [2001/02/08] bin/24955 /usr/bin/tail -F in 4.1+ doesn't work if o [2001/02/08] kern/24959 proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] kern/24962 properly delay acks in half-closed TCP co o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24976 ports gemdropx port is missing a dependency on o [2001/02/09] ports/24983 asami Emacs ports have misleading names o [2001/02/10] ports/24987 ports New port: Courier mail server. o [2001/02/10] ports/24991 ports New port: eudc-emacs20 o [2001/02/10] kern/24998 More verbose logging for Joliet CDs o [2001/02/11] docs/25000 doc matcd(4) SYNOPSIS is wrong o [2001/02/11] bin/25012 tar(1) as root does not preserve ownershi o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] misc/25014 junk files in ~ncvs/CVSROOT/commitlogs o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu o [2001/02/11] docs/25016 doc symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/11] kern/25019 Problem trying to build new kernel a [2001/02/11] bin/25028 imp make installworld uses wrong time o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/12] ports/25032 obrien mail/mutt: wrong permissions of ${PREFIX} f [2001/02/12] ports/25033 bmah pkg_version -c to support packages? o [2001/02/12] kern/25039 -stable LINT missing the twe device o [2001/02/12] ports/25042 peter cvsup missed a couple of deletes in /usr/ o [2001/02/12] misc/25050 dwmalone inetd UDP echo service echos only 8K o [2001/02/12] misc/25055 Header in 'top' too long for SMP system a o [2001/02/13] bin/25059 dlopen(..,RTLD_GLOBAL) doesn't work for s o [2001/02/13] bin/25070 newsyslog(8) should send signals only onc o [2001/02/13] ports/25071 peter Ports-Skeletons gone after update o [2001/02/13] bin/25085 mlxcontrol utility fails silently if devi a [2001/02/13] ports/25087 ports new port: net/icq-transport a [2001/02/13] ports/25091 ports new port: net/yahoo-transport s [2001/02/14] ports/25106 bmah "pkg_version -c" should "make install cle o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c f [2001/02/15] kern/25117 ru ICMP Destination Port Unreachable Error M o [2001/02/15] ports/25119 sobomax pango does not build on -current o [2001/02/16] docs/25134 doc Kernel USER_LDT option help incomplete a [2001/02/16] ports/25139 ports [MAINTAINER UPDATE] audio/lopster 0.9.7_1 o [2001/02/16] misc/25147 [PATCH] to make D-Link DFE-650 work with o [2001/02/16] ports/25154 ports atmel AVR microcontroller in-circuit prog o [2001/02/16] misc/25161 During install, after boot get message: P o [2001/02/17] docs/25164 ben makewhatis(1) seems to be fouling up o [2001/02/17] ports/25169 wosch [PATCH] update of p5-libwww port 1.62 -> a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current o [2001/02/19] misc/25217 user with login 'connected' shows bogus f o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/19] conf/25223 darrenr PATCH for rc.network to enable ipnat sepe a [2001/02/20] docs/25239 doc fdp-primer/tools/chapter.sgml says about o [2001/02/20] kern/25240 incomplete CDIOCREADSUBCHANNEL support in o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s o [2001/02/21] ports/25251 dima acroread4 uses hard coded path for lpr f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25267 vmstat displays some parameters incorrect o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all o [2001/02/21] kern/25275 X server freezes system randomly on pentu o [2001/02/22] bin/25278 bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/23] ports/25297 kevlo kcontrol writes wrong variable names in c o [2001/02/23] ports/25299 kevlo kdm´s "Console mode" command isn´t meanin o [2001/02/23] ports/25313 wosch Script source displayed at http://www.nl. o [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/25] ports/25351 ports x11/colorsel fails to build o [2001/02/25] misc/25354 Slovak (sk_SK) locale missing o [2001/02/25] kern/25369 Miscellaneous CD drivers have potentially o [2001/02/26] misc/25378 kris update contrib/libgmp to newer version (3 o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/26] docs/25392 doc Chapter 9 pages could use 'location of fu o [2001/02/26] docs/25405 doc misleading warning from catman(1), etc. o [2001/02/27] ports/25419 ports Difficulties installing print/teTeX port o [2001/02/27] docs/25420 doc man page missing important information. o [2001/02/27] docs/25437 doc kernel configs are the only precious file f [2001/02/27] i386/25442 cg T20 CS4624/CS4297a sound problems: "pcm0: o [2001/02/27] ports/25444 andreas gimp-print driver out of date in ghostscr o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir o [2001/02/28] docs/25450 doc remove NCPU from docs f [2001/02/28] ports/25453 trevor ports/audio/csound doesn't compile on 4.2 o [2001/02/28] misc/25454 rlogin does not pass the DISPLAY environm o [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le o [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/02/28] bin/25470 ancontrol doesn't output TX rate o [2001/03/01] conf/25472 add bg_BG.CP1251 locale support o [2001/03/01] bin/25474 dump can't close fifo pipe correctly o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/01] ports/25486 ports [PATCH] ports/editors/staroffice52 PR2544 o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) a [2001/03/02] conf/25495 keichii missing et_EE.ISO_8859-15 locale a [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/02] docs/25500 ben Update of ip(4) manpage to reflect curren o [2001/03/02] misc/25502 TFTP in libstand(3) fails on all transact o [2001/03/02] misc/25503 readudp() in libstand(3) can return incor o [2001/03/03] kern/25507 cg contribute Intel ICH sound driver o [2001/03/03] kern/25517 ARP cache timeout behavior can be improve o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery o [2001/03/04] conf/25527 `man ldconfig' does not reflect its behav o [2001/03/04] ports/25530 torstenb ports/net/cricket port does dependencies o [2001/03/04] ports/25531 portmgr INSTALL_* macros fail for non-root users a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD f [2001/03/05] ports/25562 ports [UPDATE] net/radiusd-cistron o [2001/03/05] alpha/25564 alpha Port ups-debug doesn't build on the alpha o [2001/03/06] kern/25566 [PATCH] Missing PCI Id's for DLink DFE-53 o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 jmz XFree86-4 port installs manual pages with o [2001/03/06] conf/25577 phk [PATCH] ifconfig support for wireless net s [2001/03/06] kern/25582 paul lnc driver uses wrong driver name s [2001/03/07] bin/25584 arp.c - better printed ether address o [2001/03/07] bin/25587 Add Solaris-like functionality to truss(1 o [2001/03/07] bin/25598 patch to let ftpd output message when cha o [2001/03/08] docs/25606 keichii Incorrect Email Lists on Website o [2001/03/08] kern/25608 sos ATA CD-ROM is not recognized on IBM Netfi s [2001/03/09] bin/25627 will Cannot append hash after .elif in Makefil a [2001/03/09] kern/25634 I obtain kernel trap 9 with interrupts di o [2001/03/09] misc/25635 lpr -# didn't work on network printer o [2001/03/09] ports/25643 ports "incompatible pointer" in RgbSink.c for x o [2001/03/10] docs/25648 doc typos in some manpages (dependant) o [2001/03/10] bin/25654 minor style(9) fix for sleep o [2001/03/10] docs/25657 doc no netid(5) man page o [2001/03/11] ports/25691 ports [PATCH] x11-wm/fvwm2 update a [2001/03/11] ports/25698 ports [PATCH] Update lopster port to 0.9.8 a [2001/03/11] ports/25704 ports www/webstone - change maintainer o [2001/03/11] ports/25708 ports pine4 port hard-code /usr/local/include o [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] bin/25712 des sockstat truncates field f [2001/03/11] conf/25715 gshapiro Failure in sendmail.cf creation leaves te o [2001/03/11] ports/25717 ports Update to xforms port o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] conf/25730 [PATCH] mount_mfs is being phased out -> o [2001/03/12] misc/25731 dougb mergemaster -a is not automatic when it f o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] docs/25735 doc error in handbook o [2001/03/12] bin/25736 ac -d option probrem with overdays logon o [2001/03/12] bin/25754 PicoBSD uses broken vnconfig syntax o [2001/03/12] ports/25763 shige XV fails to refresh properly on image dis o [2001/03/13] ports/25768 vanilla New port: textproc/p5-XML-Node o [2001/03/13] ports/25773 ports omniORB-Notify update to 3.0.3 o [2001/03/13] kern/25777 atime not updated on exec o [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/13] i386/25782 cg CSA sound device repeated sound o [2001/03/13] bin/25784 dwmalone Ability to specify alternate PID file for o [2001/03/13] bin/25786 ume Misdeclared IPv6 macros. o [2001/03/13] bin/25787 dwmalone inetd/auth: -i option to return uid inste o [2001/03/13] bin/25791 pccardd(8) Can Hang Reading Config File o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num o [2001/03/14] bin/25798 adduser does full *pwd.db rebuild, instea o [2001/03/14] conf/25809 /etc/default/rc.conf bad default ipfilter o [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] bin/25820 diskpart(8) causes segfaults o [2001/03/15] ports/25828 torstenb The devel/autoconf port won't install ins o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/15] kern/25832 dwmalone mount option MNT_NOSYMFOLLOW isn't export f [2001/03/15] bin/25833 LOG_FAC() is bogus o [2001/03/15] docs/25836 ben erroneous comment in statfs manual page o [2001/03/15] bin/25837 docs [PATCH] properly document vfc_flags in ge o [2001/03/15] ports/25838 lioux MD5s in gnupg-idea/distinfo doesn't match a [2001/03/16] bin/25850 peter CRON shouts o [2001/03/16] misc/25853 jlemon ftpd eats all memory o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. a [2001/03/16] docs/25875 gshapiro the mailstats(8) header has the wrong sec o [2001/03/16] docs/25876 doc typos in jail.2 o [2001/03/17] ports/25878 tegge error during compilation of linuxthreads o [2001/03/17] ports/25880 ache Script installed by russian/rus-ispell is o [2001/03/18] docs/25892 doc doc.html.mk: use OpenJade on alpha a [2001/03/18] gnu/25894 ru mdoc .Lb macro does not accept punctuatio a [2001/03/18] bin/25895 keichii Add Big5 multibyte support for tcsh o [2001/03/18] kern/25905 cg Sound failed o [2001/03/18] ports/25906 sf nethack-gtk refuses to run s [2001/03/18] ports/25907 roam Firebird shared libs not added to shared o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/18] ports/25911 ports flash plugin for freebsd netscape 4.7 cra o [2001/03/19] conf/25914 added more modules to /boot/defaults/load o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui o [2001/03/19] docs/25919 doc supported hardware list says 'no' for Sou o [2001/03/19] kern/25923 vm_map.h defines a macro called "min_offs o [2001/03/19] conf/25925 Add service sgi_fam to /etc/rpc o [2001/03/20] misc/25946 Add support for Topic chipset PCI modem o [2001/03/20] kern/25948 ad6, ad7 fails in 4.3-BETA cvsup 20010317 o [2001/03/21] i386/25978 Problem with 'moused' or XFree86-4.03 and o [2001/03/21] kern/25980 "ARCHIVE Python 06408-XXX 8130" needs qui a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro o [2001/03/21] docs/25985 ben some small fixes in raycontrol.8 o [2001/03/22] ports/25993 ports New port editors/gnuserv-emacs20 o [2001/03/22] docs/26001 doc typo in sched_get_priority_max.2 f [2001/03/22] docs/26003 doc getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v o [2001/03/22] docs/26006 doc Changing zone(9) man page o [2001/03/22] ports/26007 ports dia script in dia port doesn't show libra o [2001/03/22] bin/26012 FTPD utmp logging support o [2001/03/22] kern/26016 VMWare is crash on SMP machine o [2001/03/23] ports/26033 ports Re: FreeBSD gnupg-idea PR ports/28538 o [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/23] ports/26039 ports The port of tidy dumped core o [2001/03/24] ports/26058 billf textproc/htdig simplifications and separa o [2001/03/24] docs/26060 doc No man page for /etc/host.conf o [2001/03/24] ports/26064 ports Update port: www/mod_python o [2001/03/25] docs/26065 mpp assorted broken "SEE ALSO" references o [2001/03/25] bin/26080 [PATCH] various RPC fixes o [2001/03/25] docs/26090 mpp more broken "SEE ALSO" references o [2001/03/26] ports/26092 ports ksh93 port not installing properly o [2001/03/26] ports/26104 billf PORT UPDATE: add ${FREETYPE_CONFIG} suppo o [2001/03/26] ports/26108 demon FEATURE REQUEST: allow cgi-gid to be over o [2001/03/26] docs/26137 wosch update for BSD family tree o [2001/03/27] bin/26141 The FIFO file is not good!! o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/27] bin/26152 ps compat4x should include librsaINTL.so o [2001/03/27] misc/26153 sed G does not double space o [2001/03/27] ports/26154 ports databases/firebird doesn't compile o [2001/03/28] ports/26172 ports Update port: upgrade editors/joe to 2.9.4 o [2001/03/28] misc/26187 jkh setting nonInteractive in install.cfg is o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/28] docs/26194 doc BSD Family Tree needs updated o [2001/03/29] ports/26200 ports Update port: devel/py-coro o [2001/03/29] bin/26201 telnet SRA password exchange trap when no o [2001/03/31] ports/26248 ports Netatalk port should be updated to 1.5pre o [2001/04/01] i386/26272 Adds a sysctl to get the cpu frequency a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt o [2001/04/02] kern/26295 mount of Olympus Digital Camera via umass o [2001/04/02] ports/26296 ports p5-Spreadsheet-ParseExcel port has a pro a [2001/04/02] ports/26297 ports New port: devel/florist a [2001/04/02] misc/26299 gshapiro Improvement to Makefile in /etc/mail allo o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire o [2001/04/02] misc/26306 sos misspelling in burncd application a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/03] ports/26314 dirk mod_php4 port starts apache on install or o [2001/04/03] ports/26315 ports Update port: java/orion o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] kern/26317 /modules not created by make installkerne o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow o [2001/04/03] ports/26336 foxfair Update security/acid o [2001/04/03] ports/26339 adrian squid-2.4_2, ipcCreate: $PREFIX/libexec/s o [2001/04/04] i386/26347 [pcvt] incorrect screen number in HP mode o [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode o [2001/04/04] ports/26353 ports Update port: devel/py-htmlkit o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/05] ports/26372 ports ImageMagick 5.3.0 Port doesn't build when o [2001/04/05] misc/26373 Rpc.statd implements the SM_NOTIFY call b o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] misc/26378 All 4.X-Release and 4.3rc2 Panics Install o [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/06] ports/26387 ports numerous fixes and improvements to micq-0 o [2001/04/06] ports/26389 ports New port: Perl extensions for keeping dat o [2001/04/07] ports/26401 orion ports/mbone/rat update o [2001/04/07] ports/26406 ports Update of /usr/ports/www/roxen/ o [2001/04/07] ports/26412 ports New port: Modules to assemble/disassemble o [2001/04/07] conf/26420 addition of a serial 3-wire entry into ge o [2001/04/08] ports/26424 ports dnssec-keygen command including ports/net o [2001/04/08] ports/26436 kris dejasearch port should be marked broken o [2001/04/08] kern/26437 Kernel Panics on SMP box when subjected t a [2001/04/08] ports/26447 ports New Port: net/py-xmlrpc o [2001/04/08] ports/26448 ports New port: databases/py-bsddb3 o [2001/04/08] ports/26449 ports Fixup port net/gtk+licq o [2001/04/08] docs/26451 doc ctype.h defined functions are not accurat o [2001/04/09] kern/26454 mixer volume settings on Maestro-2E (Diam o [2001/04/09] ports/26455 ports New port: games/conquest: A multiplayer c o [2001/04/09] ports/26456 ports update for german/BBBike port o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn f [2001/04/10] ports/26472 ports Update of the jed port to a newer version o [2001/04/10] ports/26478 will KDE2.1 - Kpresenter & Kmediaplayer Crash o [2001/04/10] conf/26488 incomplete named sandbox information o [2001/04/10] docs/26489 doc incomplete info in the ppp faq about "PPP o [2001/04/11] ports/26495 ports Update devel/tmake to make use of the new o [2001/04/11] ports/26504 ports www/p5-HTML-Mason o [2001/04/12] kern/26508 jkh [PATCH] syscons panic in userconfig mode o [2001/04/12] misc/26509 jkh [PATCH] Obscure sysinstall NULL dereferen o [2001/04/12] ports/26511 ports New port: mail/emh-emacs20,emh-xemacs21-m o [2001/04/12] ports/26513 ports New port (print/ft2demos) is included. ft o [2001/04/12] ports/26514 ports New port for AutoTrace, automatic outline o [2001/04/12] ports/26515 ports New port for pfaedit, an outline/bitmap f o [2001/04/12] misc/26521 Australia's whois.aunic.net as an option a [2001/04/13] ports/26530 ports New port: editors/ted: An easy to use ric f [2001/04/13] bin/26531 sysinstall's disk labeler creates too sma f [2001/04/13] docs/26532 doc ".lQ ?" becomes "`'?" through nroff (and o [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] ports/26542 ports kscd - part of KDE2.1.1 as package for 4. o [2001/04/13] conf/26543 gifconfig in rc.conf ignored if ipv6_enab f [2001/04/13] ports/26544 ports Update of AucTeX port o [2001/04/13] ports/26545 ports Fix port: mail/drac o [2001/04/13] kern/26546 Add ioctl support to linux emulation and o [2001/04/13] kern/26547 "lnc" problem with shared memory mode wit o [2001/04/13] ports/26551 ports Update port: graphics/pstoedit to 3.21 o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26563 ioctl(SNDCTL_DSP_SPEED) returns -1 when f o [2001/04/14] ports/26564 billf Update ports: net/ethereal version 0.8.17 o [2001/04/14] misc/26573 tcsh incorrectly handles 'postcmd' o [2001/04/14] docs/26574 doc Incorrect link in individual ports README o [2001/04/14] misc/26583 sysinstall display problem if >7 partitio o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/15] bin/26597 cosmetic patch to /etc/rc (mounting neste o [2001/04/15] bin/26602 RELENG_4 ssh/sshd modifies the 'erase' ch o [2001/04/16] kern/26608 when boot Freebsd 4.2 Release from the c o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] misc/26636 If /etc/ttys goes empty, init(8) never re o [2001/04/17] bin/26637 [PATCH] fstat does not recognize FIFO's o [2001/04/17] kern/26638 kern.fast_vfork sysctl doesn't do anythin o [2001/04/17] ports/26639 ports AbiWord 0.7.13 's libole2 conflict witn d o [2001/04/17] ports/26642 ports (Corrected) New port: russian/tac+ia o [2001/04/17] kern/26644 sos [PATCH] ATA/ATAPI driver doesn't implemen a [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] kern/26647 [PATCH] ATA/ATAPI driver should check for o [2001/04/17] misc/26648 gshapiro Typo in /var/yp/Makefile.dist o [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26653 RTL8012 ethernet not listed in LINT or ha o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/17] ports/26660 ports www/apache13-fp - fix patch error for fp_ o [2001/04/17] misc/26662 syslogd crashing if kill'd with -9 or alr a [2001/04/17] bin/26663 [patch] ru_RU.KOI8-R message catalog for o [2001/04/17] bin/26664 bmah pkg_version -v trims package names that a a [2001/04/17] bin/26666 New port: pam_ssh (moved out from base) o [2001/04/18] ports/26670 ports ports/biology/molden has a checksum error o [2001/04/18] ports/26671 ports New Port :mail/isoqlog Qmail Log anaylzer o [2001/04/18] ports/26673 ports lang/squeak2: Small bug fix for the Makef o [2001/04/18] bin/26674 rmuser xyz reports incorrect error messag o [2001/04/18] ports/26675 ports postfix-current does not load at startup o [2001/04/18] ports/26676 ports Update port: audio/libshout to 1.0.5 o [2001/04/18] ports/26677 ports New port: Shout - Perl glue for libshout o [2001/04/18] misc/26678 Correction of: misc/26521 o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] bin/26689 logname returns error when passing opts a a [2001/04/18] docs/26690 dd Update to ports(7) o [2001/04/18] docs/26692 doc boot manpage describes bootfile prompt in o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/19] i386/26696 mediaopt doesn't work with xl drivers "if f [2001/04/19] ports/26700 ports icecast gobbling up 80% of the CPU a [2001/04/19] docs/26702 dd builtin(1) man page errors o [2001/04/19] misc/26720 Both .cshrc and .profile should have the o [2001/04/19] ports/26721 ports CD.so: Undefined symbol "cddb_message" at f [2001/04/19] ports/26722 dougb pam errors with new port of imap-uw o [2001/04/19] ports/26723 ports NEW PORT: py-amkCrypto - Python cryptogra o [2001/04/20] ports/26730 ports Fix port: sysutils/wmavgload o [2001/04/20] ports/26732 ports phpnuke port is out dated and misses some o [2001/04/20] ports/26737 ports [NEW PORT] net/asfrecorder - records stre o [2001/04/20] kern/26740 rwatson [PATCH] jail improvement o [2001/04/21] misc/26742 doc misleading information in handbook o [2001/04/21] docs/26743 doc developers-handbook: makefiles and depend f [2001/04/21] bin/26746 dmesg only prints the last couple of line o [2001/04/21] kern/26747 Can't fixate CDs on Yamaha IDE 4x4x16 CD o [2001/04/21] kern/26748 Aironet tcpdump wedge bug still exists o [2001/04/21] ports/26754 ports New port: Slash'Em (tty interface) o [2001/04/21] ports/26759 ports databases/pgaccess port superfluous o [2001/04/22] misc/26763 darrenr installing ipfilter sample files to share o [2001/04/22] ports/26764 ports [MAINTAINER UPDATE] sysutils/asfsm o [2001/04/22] ports/26765 ports new port.. perl module o [2001/04/22] docs/26766 imp typo in UPDATING o [2001/04/22] ports/26769 ports New port: net/py-xmlrpc o [2001/04/22] conf/26770 jkh sysinstall does not generate correct rc.c o [2001/04/22] ports/26773 ports Update editors/joe to version 2.9.6 o [2001/04/22] conf/26774 Installation of rmail, even without sendm o [2001/04/22] ports/26775 ports New port: print/type1inst: Generates font o [2001/04/22] ports/26776 ports new port o [2001/04/22] ports/26777 ports Update of distfiles location for Civ2CTP o [2001/04/22] ports/26782 ports new port - pronto, a mail client o [2001/04/22] ports/26783 ports in graphics/gdtclft/Makefile ${ENV} used o [2001/04/22] ports/26784 ports in devel/tcltls/Makefile ${ENV} used wher o [2001/04/22] ports/26785 ports in graphics/libimg/Makefile ${ENV} used w o [2001/04/22] i386/26786 Installing on Legacy Free Systems o [2001/04/22] kern/26787 sysctl change request o [2001/04/22] ports/26788 obrien ratfor name incorrect? o [2001/04/23] ports/26790 ports PATCH o [2001/04/23] ports/26793 ports New port: java/ibm-jdk s [2001/04/23] docs/26794 bmah 4.3 INSTALL.TXT refers to upcoming featur o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] kern/26800 Support for Netgear MA-301 wireless o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/04/23] ports/26802 ports can't make new directories in kde o [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/23] docs/26805 doc Bad links on www.freebsd.org mirrors in h o [2001/04/23] ports/26807 ports The mozilla 0.8.1 ports build fails under a [2001/04/23] bin/26810 dd [PATCH] make cut(1) work with long lines o [2001/04/23] ports/26811 ports librep/gtkhtml instal o [2001/04/24] i386/26812 old bootstrap /sys/i386/boot/... still in o [2001/04/24] ports/26814 ports STLport is broken (libstdc++ probably as o [2001/04/24] bin/26817 isdnd in fullscreen-mode fails to detect o [2001/04/24] conf/26818 Bad default value for isdn_fsdev in /etc/ o [2001/04/24] ports/26820 ports devel/jakarta-ant dependence on crimson p o [2001/04/24] ports/26821 ports new port devel/p5-OLE-Storage_Lite o [2001/04/24] ports/26822 ports Update port: www/thttpd o [2001/04/24] ports/26823 ports New port: irc/py-irclib o [2001/04/24] ports/26824 ports grep works wrong in apsfilter's SETUP o [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/24] ports/26826 ports p5-LJ-TextMessage 1.3 -> 1.4 o [2001/04/24] gnu/26827 obrien gcc doesn't know about '%+' in formatstri o [2001/04/24] ports/26828 ports Feature request for x11-related ports var o [2001/04/24] misc/26833 `route change default' broken when gatewa o [2001/04/25] conf/26846 gshapiro /etc/aliases is not used any more o [2001/04/25] ports/26849 ports Update of tgif port to correct for unfetc o [2001/04/25] ports/26851 knu Buglet breaks cvsweb in Perl5 environment o [2001/04/25] ports/26852 ports New port: net/p5-Net-Server o [2001/04/25] bin/26854 Better fix for ESS Technology Maestro-2E o [2001/04/25] ports/26856 ports [MAINTAINER UPDATE]: emulators/xpinmame, o [2001/04/25] ports/26860 ports New port: textproc/p5-Font-AFM o [2001/04/25] docs/26861 doc accept(2) manpage documents non-existant o [2001/04/25] ports/26865 ports kpilot requires kdecore3 lib even when kd o [2001/04/25] ports/26866 ports Update www/p5-HTML-Tree to version 3.11 o [2001/04/25] ports/26867 ports New port: textproc/p5-HTML-Format o [2001/04/25] ports/26868 ports New port: mail/demime o [2001/04/26] misc/26870 change request for daily security check o [2001/04/26] ports/26872 ports ports/devel/wedit has a checksum error o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v a [2001/04/26] docs/26881 dd ncr(4) makes no mention of sym(4) or rela o [2001/04/26] ports/26882 ports KDE should use ca-roots port for SSL cert o [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/26] kern/26885 add if_xe as kernel module o [2001/04/26] bin/26886 mount -w doesn't work on a normally read- o [2001/04/26] ports/26887 ports New port: games/sex o [2001/04/26] ports/26889 ports New port: pam_ldap by padl.com for authen o [2001/04/27] ports/26902 ports new port: audio/xmms-kde o [2001/04/27] ports/26904 ports New port(?): net/everybuddy-i18n (i18n pa a [2001/04/27] docs/26905 dd examples/perfmon/README minor change o [2001/04/27] ports/26908 ports New Port: mpqc a quantum chemistry progra o [2001/04/28] ports/26911 ports New Port - System Maintenance scripts in o [2001/04/28] ports/26913 trevor NEW PORT: security/pam_smb o [2001/04/28] ports/26915 ports Update the Wine port to 2001.04.18 o [2001/04/28] ports/26916 ports New port : Mupad 2.0 o [2001/04/28] kern/26917 HP ScanJet 4300C not recognized by ugen o [2001/04/28] bin/26919 sysinstall' fdisk can ONLY set bootable f o [2001/04/28] ports/26922 ports Maintainer update mail/gmail: Change depe o [2001/04/28] ports/26923 ports Port update for NQC 2.3.r1 o [2001/04/28] ports/26925 ports wxgtk port does not compile OpenGL module o [2001/04/28] ports/26926 ports (NEW PORT) osg - Open Scene Graph o [2001/04/28] ports/26927 ports (NEW PORT) gctpc - USGS General Cartograp o [2001/04/28] ports/26928 ports (NEW PORT) ProjectionLib - C++ wrapper fo o [2001/04/28] ports/26929 ports (NEW PORT) shapelib - C API for reading a o [2001/04/28] ports/26930 ports (NEW PORT) Virtual Terrain SDK o [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/04/28] ports/26932 ports Update MASTER_SITES and checksum o [2001/04/28] ports/26934 ports New port: devel/libvanessa_logger-0.0.1: o [2001/04/28] ports/26935 ports New port: libvanessa_adt-0.0.1: Library t o [2001/04/28] ports/26936 ports New port: libvanessa_socket-0.0.1: Librar o [2001/04/28] ports/26937 ports New port: mail/perdition-0.1.7: A POP3 & o [2001/04/28] ports/26939 ports Update port: audio/wmix to 2.20 o [2001/04/28] ports/26940 ports "aureal-kmod" dying unexpectedly o [2001/04/28] docs/26941 doc external link on your web page has moved. o [2001/04/29] bin/26943 [patch] description of :C modifier is mis o [2001/04/29] kern/26952 Add support for another PCI modem o [2001/04/29] kern/26955 Patches to get the DVD-ROM ioctl()s in th o [2001/04/29] ports/26957 ports [NEW PORT] security/pam_mount o [2001/04/29] bin/26962 Add ``next'' and ``previous'' commands to o [2001/04/29] ports/26963 ports Update port graphics/imlib2 o [2001/04/29] ports/26964 ports Port fix: audio/xmp o [2001/04/29] ports/26967 ports [PATCH] deskutils/xwrits is outdated/brok o [2001/04/29] ports/26968 ports New port: devel/p5-Cache-Cache (Cache::Ca o [2001/04/29] bin/26970 4.3 netstat -r output missing data o [2001/04/29] docs/26973 doc doc.images.mk fails for obj build o [2001/04/29] ports/26974 ports Fix pkg-plist in textproc/pspell o [2001/04/29] ports/26975 ports New port: security/ssh-multiadd o [2001/04/29] ports/26976 ports [PORT UPDATE] emulators/linux_base o [2001/04/29] ports/26977 ports qbrew port update o [2001/04/30] docs/26980 doc bad link on freebsd.org o [2001/04/30] ports/26982 ports Updated port: net/isc-dhcp3 (rc3) o [2001/04/30] ports/26983 ports can't compile libwww o [2001/04/30] ports/26984 ports Port checksum update: mail/pgp4pine o [2001/04/30] ports/26986 ports New port: japanese/pycodec o [2001/04/30] ports/26987 ports Port update: graphics/avifile to CVS vers o [2001/04/30] ports/26988 ports New port: korean/pycodec o [2001/04/30] misc/26990 no sawfish package in 4.3-release ISO o [2001/04/30] ports/26991 ports New port: deskutils/jlj 1965 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 11:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A6D737B423 for ; Mon, 30 Apr 2001 11:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UIA3L43815; Mon, 30 Apr 2001 11:10:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 30 Apr 2001 11:10:03 -0700 (PDT) Message-Id: <200104301810.f3UIA3L43815@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Reply-To: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/26920; it has been noted by GNATS. From: To: Cc: Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Date: Mon, 30 Apr 2001 18:30:18 +0100 (BST) With all those strange values in your PCI configuration check that there is no BIOS setting that says PnP OS: yes. It should be no. Also, disable 'Legacy device support on USB' or 'USB keyboard support' if there is any. The fact that it can't start the USB controller means that somehow the thing doesn't respond to the RUN command. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 12:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E72E37B423 for ; Mon, 30 Apr 2001 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UJe1855124; Mon, 30 Apr 2001 12:40:01 -0700 (PDT) (envelope-from gnats) Received: from yeti.ismedia.pl (yeti.ismedia.pl [212.182.96.18]) by hub.freebsd.org (Postfix) with SMTP id 6CB7537B423 for ; Mon, 30 Apr 2001 12:34:51 -0700 (PDT) (envelope-from venglin@freebsd.lublin.pl) Received: (qmail 88550 invoked from network); 30 Apr 2001 19:35:53 -0000 Received: from unknown (HELO lagoon.freebsd.lublin.pl) (212.182.115.11) by 0 with SMTP; 30 Apr 2001 19:35:53 -0000 Received: (qmail 1173 invoked from network); 30 Apr 2001 19:34:49 -0000 Received: from unknown (HELO riget.scene.pl) () by 0 with SMTP; 30 Apr 2001 19:34:49 -0000 Received: (qmail 1169 invoked by uid 1001); 30 Apr 2001 19:34:48 -0000 Message-Id: <20010430193448.1168.qmail@riget.scene.pl> Date: 30 Apr 2001 19:34:48 -0000 From: venglin@freebsd.lublin.pl Reply-To: venglin@freebsd.lublin.pl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: i386/26994: AMD Athlon Thunderbird not known to identcpu.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26994 >Category: i386 >Synopsis: AMD Athlon Thunderbird not known to identcpu.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 12:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Przemyslaw Frasunek >Release: FreeBSD 4.3-STABLE i386 >Organization: czuby.net >Environment: System: FreeBSD riget.scene.pl 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Apr 29 11:48:19 CEST 2001 venglin@riget.scene.pl:/mnt/lagoon/usr/src/sys/compile/RIGET i386 >Description: AMD Athlon Thunderbird isn't detected by identcpu.c: CPU: \^F (908.09-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x642 Stepping = 2 >How-To-Repeat: dmesg(8) on machine with Thunderbird installed. >Fix: Patch sys/i386/i386/identcpu.c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 13:14:53 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A45237B422; Mon, 30 Apr 2001 13:14:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UKEop61141; Mon, 30 Apr 2001 13:14:50 -0700 (PDT) (envelope-from kris) Date: Mon, 30 Apr 2001 13:14:50 -0700 (PDT) From: Message-Id: <200104302014.f3UKEop61141@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: misc/26990: no sawfish package in 4.3-release ISO Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: no sawfish package in 4.3-release ISO Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: kris Responsible-Changed-When: Mon Apr 30 13:14:38 PDT 2001 Responsible-Changed-Why: Over to the release engineer http://www.freebsd.org/cgi/query-pr.cgi?pr=26990 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 13:17:47 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5732237B43F; Mon, 30 Apr 2001 13:17:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UKHkp61488; Mon, 30 Apr 2001 13:17:46 -0700 (PDT) (envelope-from kris) Date: Mon, 30 Apr 2001 13:17:46 -0700 (PDT) From: Message-Id: <200104302017.f3UKHkp61488@freefall.freebsd.org> To: covzhun@netvision.net.il, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26969: DEC500 NIC support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: DEC500 NIC support State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Mon Apr 30 13:17:12 PDT 2001 State-Changed-Why: Not a complete bug report. http://www.freebsd.org/cgi/query-pr.cgi?pr=26969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 13:18:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EAEF37B423; Mon, 30 Apr 2001 13:18:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UKIgf61629; Mon, 30 Apr 2001 13:18:42 -0700 (PDT) (envelope-from kris) Date: Mon, 30 Apr 2001 13:18:42 -0700 (PDT) From: Message-Id: <200104302018.f3UKIgf61629@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: i386/26985: floppy install 4.3 via FTP hangs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: floppy install 4.3 via FTP hangs Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: kris Responsible-Changed-When: Mon Apr 30 13:18:29 PDT 2001 Responsible-Changed-Why: jkh is the sysinstall maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=26985 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 13:19:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 346B537B423; Mon, 30 Apr 2001 13:19:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UKJAD61777; Mon, 30 Apr 2001 13:19:10 -0700 (PDT) (envelope-from kris) Date: Mon, 30 Apr 2001 13:19:10 -0700 (PDT) From: Message-Id: <200104302019.f3UKJAD61777@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: bin/26919: sysinstall' fdisk can ONLY set bootable flag Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall' fdisk can ONLY set bootable flag Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: kris Responsible-Changed-When: Mon Apr 30 13:19:01 PDT 2001 Responsible-Changed-Why: jkh is the sysinstall maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=26919 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 13:19:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDA4F37B422; Mon, 30 Apr 2001 13:19:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UKJdB61924; Mon, 30 Apr 2001 13:19:39 -0700 (PDT) (envelope-from kris) Date: Mon, 30 Apr 2001 13:19:39 -0700 (PDT) From: Message-Id: <200104302019.f3UKJdB61924@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: misc/26897: 4.3R sysinstall fails to create swap partition on second run Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4.3R sysinstall fails to create swap partition on second run Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: kris Responsible-Changed-When: Mon Apr 30 13:19:30 PDT 2001 Responsible-Changed-Why: jkh is the sysinstall maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=26897 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 13:20: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD40937B424; Mon, 30 Apr 2001 13:20:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UKK1e62034; Mon, 30 Apr 2001 13:20:01 -0700 (PDT) (envelope-from kris) Date: Mon, 30 Apr 2001 13:20:01 -0700 (PDT) From: Message-Id: <200104302020.f3UKK1e62034@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: bin/26924: sysinstall has problem parsing "dists=" for XFree servers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall has problem parsing "dists=" for XFree servers Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: kris Responsible-Changed-When: Mon Apr 30 13:19:50 PDT 2001 Responsible-Changed-Why: jkh is the sysinstall maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=26924 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 13:20:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E52D137B423; Mon, 30 Apr 2001 13:20:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UKKJQ62118; Mon, 30 Apr 2001 13:20:19 -0700 (PDT) (envelope-from kris) Date: Mon, 30 Apr 2001 13:20:19 -0700 (PDT) From: Message-Id: <200104302020.f3UKKJQ62118@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: misc/26933: sysinstall - fdisk does not properly "dangerously dedicate" a disk Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall - fdisk does not properly "dangerously dedicate" a disk Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: kris Responsible-Changed-When: Mon Apr 30 13:20:09 PDT 2001 Responsible-Changed-Why: jkh is the sysinstall maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=26933 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 13:20:56 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80D4837B422; Mon, 30 Apr 2001 13:20:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UKKsP62249; Mon, 30 Apr 2001 13:20:54 -0700 (PDT) (envelope-from kris) Date: Mon, 30 Apr 2001 13:20:54 -0700 (PDT) From: Message-Id: <200104302020.f3UKKsP62249@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: misc/26583: sysinstall display problem if >7 partitions and softupdates Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall display problem if >7 partitions and softupdates Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: kris Responsible-Changed-When: Mon Apr 30 13:20:42 PDT 2001 Responsible-Changed-Why: jkh is the sysinstall maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=26583 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 13:21:42 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A77A37B423; Mon, 30 Apr 2001 13:21:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UKLf462434; Mon, 30 Apr 2001 13:21:41 -0700 (PDT) (envelope-from kris) Date: Mon, 30 Apr 2001 13:21:41 -0700 (PDT) From: Message-Id: <200104302021.f3UKLf462434@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: i386/26903: Cannot use DHCP from /stand/sysinstall network setup Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Cannot use DHCP from /stand/sysinstall network setup Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: kris Responsible-Changed-When: Mon Apr 30 13:21:30 PDT 2001 Responsible-Changed-Why: jkh is the sysinstall maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=26903 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 13:30:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A08F437B440 for ; Mon, 30 Apr 2001 13:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UKU0O63390; Mon, 30 Apr 2001 13:30:00 -0700 (PDT) (envelope-from gnats) Received: from mailman.packetdesign.com (dns.packetdesign.com [65.192.41.10]) by hub.freebsd.org (Postfix) with ESMTP id EDC4137B422 for ; Mon, 30 Apr 2001 13:21:33 -0700 (PDT) (envelope-from archie@packetdesign.com) Received: from bubba.packetdesign.com (bubba.packetdesign.com [192.168.0.223]) by mailman.packetdesign.com (8.11.0/8.11.0) with ESMTP id f3UKLW218859 for ; Mon, 30 Apr 2001 13:21:32 -0700 (PDT) (envelope-from archie@packetdesign.com) Received: (from archie@localhost) by bubba.packetdesign.com (8.11.3/8.11.1) id f3UKLVK15344; Mon, 30 Apr 2001 13:21:31 -0700 (PDT) (envelope-from archie) Message-Id: <200104302021.f3UKLVK15344@bubba.packetdesign.com> Date: Mon, 30 Apr 2001 13:21:31 -0700 (PDT) From: Archie Cobbs Reply-To: archie@packetdesign.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/26996: sshd fails when / mounted read-only Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26996 >Category: bin >Synopsis: sshd fails when / mounted read-only >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 13:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Archie Cobbs >Release: FreeBSD 4.3-RELEASE i386 >Organization: Packet Design >Environment: System: FreeBSD bubba.packetdesign.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu Apr 26 15:28:39 PDT 2001 root@bubba.packetdesign.com:/usr/obj/usr/src/sys/BUBBA i386 >Description: sshd will not allow login when the root filesystem is mounted read-only, because it tries to change user/group ownership of a file in /dev. Newer sshd handles this IF the uid and gid are already the same (see patch: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/Attic/pty.c.diff?r1=1.16&r2=1.17 ) but this wouldn't fix the problem -- on my system, ssh'ing in as root causes the /dev/ttypX entry's user to be that of the user and group to be changed from "wheel" to "tty". >How-To-Repeat: - Take a FreeBSD 4.3 system. - Set "PermitRootLogin yes" in /etc/ssh/sshd_config - Enable/restart sshd - Mount the root filesystem read-only - Try to ssh login as root from another machine This happens to me when trying to login as root, but I'm pretty sure it will happen with any other user as well. >Fix: This patch fixes the problem, but may cause other security problems (or may not, I'm not sure): Index: crypto/openssh/pty.c =================================================================== RCS file: /home/ncvs/src/crypto/openssh/pty.c,v retrieving revision 1.2.2.2 diff -u -r1.2.2.2 pty.c --- crypto/openssh/pty.c 2000/10/28 23:00:49 1.2.2.2 +++ crypto/openssh/pty.c 2001/04/09 21:08:52 @@ -181,9 +181,13 @@ pty_release(const char *ttyname) { if (chown(ttyname, (uid_t) 0, (gid_t) 0) < 0) - error("chown %.100s 0 0 failed: %.100s", ttyname, strerror(errno)); + if(errno != EROFS) + error("chown %.100s 0 0 failed: %.100s", + ttyname, strerror(errno)); if (chmod(ttyname, (mode_t) 0666) < 0) - error("chmod %.100s 0666 failed: %.100s", ttyname, strerror(errno)); + if(errno != EROFS) + error("chmod %.100s 0666 failed: %.100s", + ttyname, strerror(errno)); } /* Makes the tty the processes controlling tty and sets it to sane modes. */ @@ -272,9 +276,11 @@ /* Change ownership of the tty. */ if (chown(ttyname, pw->pw_uid, gid) < 0) - fatal("chown(%.100s, %d, %d) failed: %.100s", - ttyname, pw->pw_uid, gid, strerror(errno)); + if(errno != EROFS) + fatal("chown(%.100s, %d, %d) failed: %.100s", + ttyname, pw->pw_uid, gid, strerror(errno)); if (chmod(ttyname, mode) < 0) - fatal("chmod(%.100s, 0%o) failed: %.100s", - ttyname, mode, strerror(errno)); + if(errno != EROFS) + fatal("chmod(%.100s, 0%o) failed: %.100s", + ttyname, mode, strerror(errno)); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 16: 9:41 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 563EA37B422; Mon, 30 Apr 2001 16:09:38 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3UN9bm89014; Mon, 30 Apr 2001 16:09:37 -0700 (PDT) (envelope-from dd) Date: Mon, 30 Apr 2001 16:09:37 -0700 (PDT) From: Message-Id: <200104302309.f3UN9bm89014@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-docs@FreeBSD.org Subject: Re: bin/26943: [patch] description of :C modifier is misplaced in make.1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] description of :C modifier is misplaced in make.1 Responsible-Changed-From-To: freebsd-bugs->freebsd-docs Responsible-Changed-By: dd Responsible-Changed-When: Mon Apr 30 16:09:29 PDT 2001 Responsible-Changed-Why: docs problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=26943 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 17:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E63C37B422 for ; Mon, 30 Apr 2001 17:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f410K3797136; Mon, 30 Apr 2001 17:20:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 30 Apr 2001 17:20:03 -0700 (PDT) Message-Id: <200105010020.f410K3797136@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tony Finch Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Reply-To: Tony Finch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/26920; it has been noted by GNATS. From: Tony Finch To: n_hibma@FreeBSD.ORG Cc: freebsd-gnats-submit@FreeBSD.ORG, Tony Finch Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Date: Tue, 1 May 2001 00:33:26 +0000 n_hibma@FreeBSD.ORG wrote: >With all those strange values in your PCI configuration check that there >is no BIOS setting that says > > PnP OS: yes. > >It should be no. There's no option like that. I wouldn't be surprised if the machine is so new that it assumes "yes". However, I have had fairly good luck in the past with the PNPBIOS kernel option, and when it hasn't worked it has been because I haven't specified device configurations in the kernel configuration file in enough detail, or because the BIOS's PNP config info has been in the wrong order for the console to work properly. Neither of those is the problem here. The problem as I see it seems to be independent of the PNP issue, since it is a PCI problem and AFAIK PNP problems are tied to ISA devices. I have the same problems with GENERIC, but obviously the diagnostics are less helpful. Is there a magic pciconf command I can use to give more useful information? pciconf -l seems unenlightening -- it has the same information as the dmesg I quoted. >Also, disable 'Legacy device support on USB' or 'USB keyboard support' >if there is any. The fact that it can't start the USB controller means >that somehow the thing doesn't respond to the RUN command. Yes, that's off. It looks to me as if the problem is more low level than that. I'm back in England now, so if you have time to look at the machine I can bring it round or we can have a pub meet or something... Thanks for the reply. Tony. -- f.a.n.finch DOVER WIGHT PORTLAND PLYMOUTH: NORTHEAST 5 TO 7, INCREASING GALE 8 FOR A TIME. OCCASIONAL RAIN. GOOD BECOMING MODERATE OR POOR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 19:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A25237B424 for ; Mon, 30 Apr 2001 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f412A1C12099; Mon, 30 Apr 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from skippyii.compar.com (mail.compar.com [216.208.38.130]) by hub.freebsd.org (Postfix) with ESMTP id A51F037B422 for ; Mon, 30 Apr 2001 19:02:52 -0700 (PDT) (envelope-from gsi@skippyii.compar.com) Received: from localhost (gsi@localhost) by skippyii.compar.com (8.11.3/8.11.3) with ESMTP id f4127sV04354 for ; Mon, 30 Apr 2001 22:07:54 -0400 (EDT) (envelope-from gsi@skippyii.compar.com) Message-Id: <20010430220719.G4351-100000@skippyii.compar.com> Date: Mon, 30 Apr 2001 22:07:52 -0400 (EDT) From: "GSI Computer Services (Matt Emmerton)" To: Subject: bin/27001: Memory leak in usr.sbin/arp/arp.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27001 >Category: bin >Synopsis: repetitive useage of arp will leak memory >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 19:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Matt Emmerton >Release: FreeBSD 4.3-STABLE i386 >Organization: GSI Computer Services >Environment: gabby.gsicomp.on.ca 4.3-RC FreeBSD 4.3-RC #1: Wed Apr 11 00:54:11 EDT 2001 >Description: In the function search() of arp.c, malloc() is called without a corresponding free() statement. Props to 'alex' (ml-freebsd-net@phobgate.de) for pointing this out. >How-To-Repeat: Use 'arp' many times and notice that memory usage increases. >Fix: --- usr.sbin/arp/arp.c.orig Mon Apr 30 21:42:18 2001 +++ usr.sbin/arp/arp.c Mon Apr 30 21:42:50 2001 @@ -460,6 +460,7 @@ } (*action)(sdl, sin, rtm); } + free(buf); } /* >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 30 21:40: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 850A537B424 for ; Mon, 30 Apr 2001 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f414e1L33685; Mon, 30 Apr 2001 21:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D33C37B423 for ; Mon, 30 Apr 2001 21:34:57 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f414Yvg32824; Mon, 30 Apr 2001 21:34:57 -0700 (PDT) (envelope-from nobody) Message-Id: <200105010434.f414Yvg32824@freefall.freebsd.org> Date: Mon, 30 Apr 2001 21:34:57 -0700 (PDT) From: mikej@mikej.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27005: /etc/periodic/daily/310.accounting compress broke Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27005 >Category: misc >Synopsis: /etc/periodic/daily/310.accounting compress broke >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 21:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Jung >Release: 4.3-RC3 >Organization: >Environment: FreeBSD charon.confluentasp.com 4.3-RC3 FreeBSD 4.3-RC3 #2: Mon Apr 30 09:35:28 EDT 2001 mikej@charon.confluentasp.com:/usr/src/sys/compile/charon i386 >Description: creating below files as described int /etc/default/periodic.conf /etc/periodic.conf daily_accounting_compress="YES" # Gzip rotated files does not compress acct data daily >How-To-Repeat: do the above >Fix: newsyslog ?? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 1: 0: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10E4C37B43C for ; Tue, 1 May 2001 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41803H73721; Tue, 1 May 2001 01:00:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 1 May 2001 01:00:03 -0700 (PDT) Message-Id: <200105010800.f41803H73721@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Reply-To: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/26920; it has been noted by GNATS. From: To: Tony Finch Cc: Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Date: Tue, 1 May 2001 08:51:28 +0100 (BST) > >With all those strange values in your PCI configuration check that there > >is no BIOS setting that says > > > > PnP OS: yes. > > > >It should be no. > > There's no option like that. I wouldn't be surprised if the machine > is so new that it assumes "yes". However, I have had fairly good > luck in the past with the PNPBIOS kernel option, and when it hasn't > worked it has been because I haven't specified device configurations > in the kernel configuration file in enough detail, or because the > BIOS's PNP config info has been in the wrong order for the console > to work properly. Neither of those is the problem here. > > The problem as I see it seems to be independent of the PNP issue, > since it is a PCI problem and AFAIK PNP problems are tied to ISA > devices. I have the same problems with GENERIC, but obviously the > diagnostics are less helpful. The BIOS has to map the ports and interrupts in the cards. This 'PnP OS' switch determines whether or not the PCI interrupts and ports are mapped. > Is there a magic pciconf command I can use to give more useful > information? pciconf -l seems unenlightening -- it has the same > information as the dmesg I quoted. No the information is all there is. It shows that some PCI ports are not mapped. > >Also, disable 'Legacy device support on USB' or 'USB keyboard support' > >if there is any. The fact that it can't start the USB controller means > >that somehow the thing doesn't respond to the RUN command. > > Yes, that's off. It looks to me as if the problem is more low level > than that. I'm back in England now, so if you have time to look at > the machine I can bring it round or we can have a pub meet or > something... Are you coming to the barbie at Cameron's place? Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 4:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44C6E37B43C for ; Tue, 1 May 2001 04:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41Be1315236; Tue, 1 May 2001 04:40:01 -0700 (PDT) (envelope-from gnats) Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id CFF3037B423 for ; Tue, 1 May 2001 04:30:06 -0700 (PDT) (envelope-from alex@kapran.bitmcnit.bryansk.su) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f41BSbm08650 for ; Tue, 1 May 2001 15:28:37 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id PAA21291 for FreeBSD-gnats-submit@freebsd.org; Tue, 1 May 2001 15:19:35 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.3/8.11.3) id f41BJB200747; Tue, 1 May 2001 15:19:11 +0400 (MSD) (envelope-from alex) Message-Id: <200105011119.f41BJB200747@kapran.bitmcnit.bryansk.su> Date: Tue, 1 May 2001 15:19:11 +0400 (MSD) From: Alex Kapranoff Reply-To: alex@kapran.bitmcnit.bryansk.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27008: kernel function sysbeep(xxx, 0) does produce sound Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27008 >Category: kern >Synopsis: kernel function sysbeep(xxx, 0) does produce sound >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 01 04:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: Inner Mongolia >Environment: System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue May 1 14:50:52 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN i386 It's a p166/mmx box. >Description: kernel function sysbeep takes two arguments: pitch and duration. When the duration == 0, it should obviously not produce any sound, but it does (probably due to high interrupt latency in -current). So lets make duration == 0 a special case. >How-To-Repeat: % kbdcontrol -b off % echo "\a" >Fix: I've only tested i386 variant but the patches are identical except for the alpha case. diff -ur /sys/alpha/alpha/clock.c ./alpha/alpha/clock.c --- /sys/alpha/alpha/clock.c Sat Apr 28 16:55:03 2001 +++ ./alpha/alpha/clock.c Tue May 1 15:12:06 2001 @@ -636,6 +636,8 @@ int sysbeep(int pitch, int period) { + if (!period) + return (0); mtx_lock_spin(&clock_lock); diff -ur /sys/i386/isa/clock.c ./i386/isa/clock.c --- /sys/i386/isa/clock.c Sat Apr 28 05:37:44 2001 +++ ./i386/isa/clock.c Tue May 1 14:04:55 2001 @@ -524,7 +524,12 @@ int sysbeep(int pitch, int period) { - int x = splclock(); + int x; + + if (!period) + return (0); + + x = splclock(); if (acquire_timer2(TIMER_SQWAVE|TIMER_16BIT)) if (!beeping) { diff -ur /sys/ia64/ia64/clock.c ./ia64/ia64/clock.c --- /sys/ia64/ia64/clock.c Thu Dec 14 22:10:21 2000 +++ ./ia64/ia64/clock.c Tue May 1 15:12:36 2001 @@ -471,7 +471,12 @@ int sysbeep(int pitch, int period) { - int x = splhigh(); + int x; + + if (!period) + return (0); + + x = splhigh(); if (acquire_timer2(TIMER_SQWAVE|TIMER_16BIT)) if (!beeping) { diff -ur /sys/pc98/pc98/clock.c ./pc98/pc98/clock.c --- /sys/pc98/pc98/clock.c Sun Apr 1 12:06:08 2001 +++ ./pc98/pc98/clock.c Tue May 1 15:13:01 2001 @@ -577,7 +577,12 @@ int sysbeep(int pitch, int period) { - int x = splclock(); + int x; + + if (!period) + return (0); + + x = splclock(); #ifdef PC98 if (acquire_timer1(TIMER_SQWAVE|TIMER_16BIT)) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 6:40:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C12537B43F for ; Tue, 1 May 2001 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41De1Q44682; Tue, 1 May 2001 06:40:01 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 82F2837B43C for ; Tue, 1 May 2001 06:36:45 -0700 (PDT) (envelope-from root@heinz.jollem.com) Received: (from root@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f41DZ4f01136; Tue, 1 May 2001 15:35:04 +0200 (CEST) (envelope-from root) Message-Id: <200105011335.f41DZ4f01136@heinz.jollem.com> Date: Tue, 1 May 2001 15:35:04 +0200 (CEST) From: Charlie Root Reply-To: root@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: i386/27009: XFree86 4.0.3_3 fails to start on GeForce 2 MX, FreeBSD 4.3-R Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27009 >Category: i386 >Synopsis: XFree86 4.0.3_3 fails to start on GeForce 2 MX, FreeBSD 4.3-R >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 01 06:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Mon Apr 30 08:56:44 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: Installed FreeBSD 4.3-R on a fresh box. Installed XFree86 4 from the ports collection, which succeeded. Installed the wrapper package too, so I can run "startx". When I do I get a lot of warnings about unresolved symbols. After that it dies on signal 11, dumping a core. Here is the log file from /var/log: XFree86 Version 4.0.3 / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date: 16 March 2001 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (See http://www.XFree86.Org/FAQ) Operating System: FreeBSD 4.3-RELEASE i386 [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Tue May 1 15:20:59 2001 (==) Using config file: "/etc/X11/XF86Config" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (??) unknown. (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "Iiyama Vision Master 450" (**) | |-->Device "Nvidia GeForce 2 MX" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "logicordless" (**) XKB: model: "logicordless" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (II) xf86ReadBIOS(f8000, e80, Buf, 2)-> 50 8a 38 fb... (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.3 XFree86 XInput driver : 0.1 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.2 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.0.3, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.2 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.0.3, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.3 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x80000058, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 02 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 02 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00 (II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00 (II) PCI: 00:10:0: chip 9005,0010 card 9005,a180 rev 00 class 01,00,00 hdr 00 (II) PCI: 00:12:0: chip 10ec,8139 card 1113,ec01 rev 10 class 02,00,00 hdr 00 (II) PCI: 00:14:0: chip 1102,0002 card 1102,0021 rev 04 class 04,01,00 hdr 80 (II) PCI: 00:14:1: chip 1102,7002 card 1102,0020 rev 01 class 09,80,00 hdr 80 (II) PCI: 01:00:0: chip 10de,0110 card 10b0,0001 rev a1 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) LoadModule: "scanpci" (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.0.3, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.3 (II) UnloadModule: "scanpci" (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (II) Host-to-PCI bridge: (II) PCI-to-ISA bridge: (II) PCI-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is cleared) (II) Bus 0 I/O range: [0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0x0000c000 - 0x0000cfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0xec000000 - 0xedffffff (0x2000000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B] (II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x00 (VGA_EN is cleared) (II) Bus -1 I/O range: (II) Bus -1 non-prefetchable memory range: (II) Bus -1 prefetchable memory range: (--) PCI:*(1:0:0) NVidia GeForce2 MX rev 161, Mem @ 0xec000000/24, 0xe0000000/27 (II) Addressable bus resource ranges are [0] -1 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0x00000000 - 0x000001ff (0x200) IX[B]E (II) Active PCI resource ranges: [0] -1 0xef001000 - 0xef001fff (0x1000) MX[B]E [1] -1 0xee000000 - 0xeeffffff (0x1000000) MX[B]E [2] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]E [3] -1 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [4] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [5] -1 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [6] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]E [7] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [8] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [9] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [10] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [11] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E (II) Active PCI resource ranges after removing overlaps: [0] -1 0xef001000 - 0xef001fff (0x1000) MX[B]E [1] -1 0xee000000 - 0xeeffffff (0x1000000) MX[B]E [2] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]E [3] -1 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [4] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [5] -1 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [6] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]E [7] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [8] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [9] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [10] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [11] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0x00000000 - 0x000001ff (0x200) IX[B]E (II) All system resource ranges: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xef001000 - 0xef001fff (0x1000) MX[B]E [6] -1 0xee000000 - 0xeeffffff (0x1000000) MX[B]E [7] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]E [8] -1 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [9] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [10] -1 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [11] -1 0x00000000 - 0x000001ff (0x200) IX[B]E [12] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]E [13] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [14] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [15] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [16] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [17] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.0.3, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.0.3, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.0.3, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.2 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.0.3, module version = 1.1.9 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.2 (II) Loading font FreeType (II) LoadModule: "nv" (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o (II) Module nv: vendor="The XFree86 Project" compiled for 4.0.3, module version = 1.0.0 Module class: XFree86 Video Driver ABI class: XFree86 Video Driver, version 0.3 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.0.3, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.1 (II) NV: driver for NVIDIA chipsets: RIVA128, RIVATNT, RIVATNT2, RIVATNT2 (A), RIVATNT2 (B), RIVATNT2 (Ultra), RIVATNT2 (Vanta), RIVATNT2 M64, RIVATNT2 (Integrated), GeForce 256, GeForce DDR, Quadro, GeForce2 GTS, GeForce2 GTS (rev 1), GeForce2 ultra, Quadro 2 Pro, GeForce2 MX, GeForce2 MX DDR, Quadro 2 MXR, GeForce 2 Go, GeForce3, GeForce3 (rev 1), GeForce3 (rev 2), GeForce3 (rev 3) (II) Primary Device is: PCI 01:00:0 (--) Assigning device section with no busID to primary device (--) Chipset GeForce2 MX found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xef001000 - 0xef001fff (0x1000) MX[B]E [6] -1 0xee000000 - 0xeeffffff (0x1000000) MX[B]E [7] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]E [8] -1 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [9] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [10] -1 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [11] -1 0x00000000 - 0x000001ff (0x200) IX[B]E [12] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]E [13] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [14] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [15] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [16] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [17] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E (II) resource ranges after probing: [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0xef001000 - 0xef001fff (0x1000) MX[B]E [6] -1 0xee000000 - 0xeeffffff (0x1000000) MX[B]E [7] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]E [8] -1 0xed000000 - 0xed00ffff (0x10000) MX[B](B) [9] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [10] -1 0xec000000 - 0xecffffff (0x1000000) MX[B](B) [11] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [12] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [13] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [14] -1 0x00000000 - 0x000001ff (0x200) IX[B]E [15] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]E [16] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [17] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]E [18] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [19] -1 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [20] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E [21] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [22] 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.0.3, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.3 (II) NV(0): Initializing int10 (==) NV(0): Removed Write-combining range (0xa0000,0x20000) (==) NV(0): Write-combining range (0xf0000,0x10000) (II) xf86ReadBIOS(0, 0, Buf, 600)-> c6 e7 00 f0... (II) xf86ReadBIOS(c0000, 0, Buf, 10000)-> 55 aa 5c eb... (II) xf86ReadBIOS(d0000, 0, Buf, 10000)-> 55 aa 2c e9... (II) xf86ReadBIOS(e0000, 0, Buf, 10000)-> ff ff ff ff... Symbol XAAFallbackOps from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol XAAPatternROP from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol XAACopyROP from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWRestore from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWSave from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWRestore from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWSave from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWRestore from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol xf86SetDDCproperties from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol xf86SetDDCproperties from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol xf86SetDDCproperties from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWUnmapMem from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Symbol vgaHWGetIndex from module /usr/X11R6/lib/modules/drivers/nv_drv.o is unresolved! Fatal server error: Caught signal 11. Server aborting When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to xfree86@xfree86.org. >How-To-Repeat: Get yourself a box with FreeBSD 4.x on it. Install the x11/XFree86-4 port on it, install x11/wrapper. Run xf86config and select "NVIDIA GeForce" as the graphics device. Run "startx". >Fix: Looking into this, I fixed it in the past, gotta look into it again. Will post it when I do find the solution. Perhaps it could/should be integrated in the port. If anyone has any more information, please post it. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 6:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BF5D37B422 for ; Tue, 1 May 2001 06:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41Do5E83213; Tue, 1 May 2001 06:50:05 -0700 (PDT) (envelope-from gnats) Date: Tue, 1 May 2001 06:50:05 -0700 (PDT) Message-Id: <200105011350.f41Do5E83213@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Subject: Re: i386/27009: XFree86 4.0.3_3 fails to start on GeForce 2 MX, FreeBSD 4.3-R Reply-To: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/27009; it has been noted by GNATS. From: To: Charlie Root Cc: Subject: Re: i386/27009: XFree86 4.0.3_3 fails to start on GeForce 2 MX, FreeBSD 4.3-R Date: Tue, 1 May 2001 14:47:39 +0100 (BST) How did you create the configuration file XF86Config? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 6:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D189937B43C for ; Tue, 1 May 2001 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41Do1U83176; Tue, 1 May 2001 06:50:01 -0700 (PDT) (envelope-from gnats) Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id EC49C37B422 for ; Tue, 1 May 2001 06:40:07 -0700 (PDT) (envelope-from alex@kapran.bitmcnit.bryansk.su) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f41Dccm09157 for ; Tue, 1 May 2001 17:38:38 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id RAA22555 for FreeBSD-gnats-submit@freebsd.org; Tue, 1 May 2001 17:29:31 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.3/8.11.3) id f41DUiH00735; Tue, 1 May 2001 17:30:44 +0400 (MSD) (envelope-from alex) Message-Id: <200105011330.f41DUiH00735@kapran.bitmcnit.bryansk.su> Date: Tue, 1 May 2001 17:30:44 +0400 (MSD) From: Alex Kapranoff Reply-To: alex@kapran.bitmcnit.bryansk.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27010: kbdcontrol(1) gives wrong usage info Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27010 >Category: bin >Synopsis: kbdcontrol(1) gives wrong usage info >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 01 06:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: Inner Mongolia >Environment: System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue May 1 14:50:52 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN i386 >Description: Everything is pretty obvious from the patch. It just syncronizes command line syntax warnings with manpage. I lowercased "DURATION.PITCH" to match manpage and removed stray space in usage() output while I'm here. >How-To-Repeat: >Fix: --- /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c Mon Mar 12 10:18:30 2001 +++ kbdcontrol.c Tue May 1 17:19:24 2001 @@ -888,7 +888,7 @@ pitch = strtol(opt, &v1, 0); if ((pitch < 0) || (*opt == '\0') || (*v1 != '\0')) { badopt: - warnx("argument to -b must be DURATION.PITCH"); + warnx("argument to -b must be duration.pitch or [quiet.]visual|normal|off"); return; } if (pitch != 0) @@ -930,7 +930,7 @@ repeat = strtol(opt, &v1, 0); if ((repeat < 0) || (*opt == '\0') || (*v1 != '\0')) { badopt: - warnx("argument to -r must be delay.repeat"); + warnx("argument to -r must be delay.repeat or slow|normal|fast"); return; } for (n = 0; n < ndelays - 1; n++) @@ -1065,7 +1065,7 @@ usage() { fprintf(stderr, "%s\n%s\n%s\n", -"usage: kbdcontrol [-dFKix] [-b duration.pitch | [quiet.]belltype]", +"usage: kbdcontrol [-dFKix] [-b duration.pitch | [quiet.]belltype]", " [-r delay.repeat | speed] [-l mapfile] [-f # string]", " [-h size] [-k device] [-L mapfile]"); exit(1); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 7:30:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C26937B423 for ; Tue, 1 May 2001 07:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41EUAZ31235; Tue, 1 May 2001 07:30:10 -0700 (PDT) (envelope-from gnats) Date: Tue, 1 May 2001 07:30:10 -0700 (PDT) Message-Id: <200105011430.f41EUAZ31235@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ernst de Haan" Subject: Re: i386/27009: XFree86 4.0.3_3 fails to start on GeForce 2 MX, FreeBSD 4.3-R Reply-To: "Ernst de Haan" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/27009; it has been noted by GNATS. From: "Ernst de Haan" To: , Cc: Subject: Re: i386/27009: XFree86 4.0.3_3 fails to start on GeForce 2 MX, FreeBSD 4.3-R Date: Tue, 1 May 2001 16:22:56 +0200 I created the config file using xf86config, as I noted in the "How-to-repeat" section. -- Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 9:31:29 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from a054-060.crane.navy.mil (a054-052.crane.navy.mil [164.227.54.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F45437B424 for ; Tue, 1 May 2001 09:31:19 -0700 (PDT) (envelope-from bob@a054-060.crane.navy.mil) Received: (from bob@localhost) by a054-060.crane.navy.mil (8.11.0/8.11.0) id f41GUoT01130 for freebsd-bugs@FreeBSD.ORG; Tue, 1 May 2001 11:30:50 -0500 Date: Tue, 1 May 2001 11:30:48 -0500 From: Bob Boyken To: freebsd-bugs@FreeBSD.ORG Subject: Can't assign IRQ to PC Card Controller during install Message-ID: <20010501113048.A1123@a054-060.crane.navy.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I don't know if this is a bug, so I didn't submit it the "right" way. If you think it is a bug, I will resubmit. I am trying to install FreeBSD on a laptop. At the beginning of the installation (kernel config?), where you specify various controllers, the 4.1 install CD lets me specify an IRQ for my PC Card controller (which is 11). The installation CDs for 4.2-RELEASE and 4.3-RELEASE do not allow me to specify an IRQ and thus hang during that initial boot/install sequence. -- Bob Boyken / EG&G / 812-854-1054 boyken_r@crane.navy.mil http://www.boyken.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 14:10:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27CB037B440 for ; Tue, 1 May 2001 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41LA2R90369; Tue, 1 May 2001 14:10:02 -0700 (PDT) (envelope-from gnats) Received: from melusine.cuivre.fr.eu.org (ppp60-net1-idf3-bas1.isdnet.net [195.154.52.60]) by hub.freebsd.org (Postfix) with ESMTP id D2F5A37B424 for ; Tue, 1 May 2001 14:05:40 -0700 (PDT) (envelope-from thomas@cuivre.fr.eu.org) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 3209E24D02; Tue, 1 May 2001 23:05:39 +0200 (CEST) Message-Id: <20010501210539.3209E24D02@melusine.cuivre.fr.eu.org> Date: Tue, 1 May 2001 23:05:39 +0200 (CEST) From: thomas@cuivre.fr.eu.org Reply-To: thomas@cuivre.fr.eu.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27016: ipnat should not require existence of ipfilter rules file. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27016 >Category: bin >Synopsis: ipnat should not require existence of ipfilter rules file. >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 May 01 14:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD melusine.cuivre.fr.eu.org 4.3-STABLE FreeBSD 4.3-STABLE #2: Tue May 1 20:28:53 CEST 2001 thomas@melusine.cuivre.fr.eu.org:/usr/obj/usr/src/sys/MELUSINE i386 >Description: rc.network does not examine ipnat_enable and possibly launch ipnat if ipfilter_enable is not set to YES *and* and ipfilter rules file exists. This seems to be an unnecessary restrictions, because in some situations one may want to use ipnat without ipfilter rules. >How-To-Repeat: >Fix: --- /etc/rc.network Tue May 1 22:42:57 2001 +++ /tmp/rc.network Tue May 1 23:00:19 2001 @@ -60,20 +60,20 @@ ${ipmon_program:-/sbin/ipmon} ${ipmon_flags} ;; esac - case "${ipnat_enable}" in - [Yy][Ee][Ss]) - if [ -r "${ipnat_rules}" ]; then - echo -n ' ipnat'; - eval ${ipnat_program:-/sbin/ipnat -CF -f} \ - "${ipnat_rules}" ${ipnat_flags} - else - echo -n ' NO IPNAT RULES' - fi - ;; - esac else ipfilter_enable="NO" echo -n ' NO IPF RULES' + fi + ;; + esac + case "${ipnat_enable}" in + [Yy][Ee][Ss]) + if [ -r "${ipnat_rules}" ]; then + echo -n ' ipnat'; + eval ${ipnat_program:-/sbin/ipnat -CF -f} \ + "${ipnat_rules}" ${ipnat_flags} + else + echo -n ' NO IPNAT RULES' fi ;; esac >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 14:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 073B237B424 for ; Tue, 1 May 2001 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41Lo1X94820; Tue, 1 May 2001 14:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DA9537B424 for ; Tue, 1 May 2001 14:48:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41Lm9t94621; Tue, 1 May 2001 14:48:09 -0700 (PDT) (envelope-from nobody) Message-Id: <200105012148.f41Lm9t94621@freefall.freebsd.org> Date: Tue, 1 May 2001 14:48:09 -0700 (PDT) From: guy@alum.mit.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27017: printf(3) man page doesn't document "%ll{d,o,x}" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27017 >Category: misc >Synopsis: printf(3) man page doesn't document "%ll{d,o,x}" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue May 01 14:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Guy Harris >Release: 4.0 >Organization: >Environment: (Found by inspection of the source; I'm actually using 3.4 at home, but 3.x doesn't support %ll{d,o,x}.) >Description: As of FreeBSD 4.0, "printf" and company support "%ll{d,o,x}", as well as "%q{d,o,x}", for printing "long long int" quantities. However, the man page doesn't appear to document that. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 16:40: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1277437B422 for ; Tue, 1 May 2001 16:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41Ne3p09546; Tue, 1 May 2001 16:40:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 1 May 2001 16:40:03 -0700 (PDT) Message-Id: <200105012340.f41Ne3p09546@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: i386/26415: [FIX] yet another ES1371 sound chip rev. Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/26415; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "Jose M. Alcaide" Cc: Subject: Re: i386/26415: [FIX] yet another ES1371 sound chip rev. Date: Tue, 1 May 2001 18:34:09 -0500 I'm looking through the cvs logs and I don't see this in RELENG_4, and I missing it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 16:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F060B37B505 for ; Tue, 1 May 2001 16:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41Ne5n09553; Tue, 1 May 2001 16:40:05 -0700 (PDT) (envelope-from gnats) Date: Tue, 1 May 2001 16:40:05 -0700 (PDT) Message-Id: <200105012340.f41Ne5n09553@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: George Reid Subject: Re: i386/26415: [FIX] yet another ES1371 sound chip rev. Reply-To: George Reid Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/26415; it has been noted by GNATS. From: George Reid To: "David W. Chapman Jr." Cc: FreeBSD-gnats-submit@freebsd.org, "Jose M. Alcaide" Subject: Re: i386/26415: [FIX] yet another ES1371 sound chip rev. Date: Wed, 2 May 2001 00:38:41 +0100 (BST) On Tue, 1 May 2001, David W. Chapman Jr. wrote: > I'm looking through the cvs logs and I don't see this in RELENG_4, and I > missing it? You're not missing it - it hasn't been MFC'd yet. I'll be doing an MFC of some ES137x stuff in the next couple of days. ~greid -- +-------------------+---------------------+ | George Reid | FreeBSD Committer | | +44 7740 197460 | greid@FreeBSD.org | +-------------------+---------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 19: 3:29 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from furby.sfo.webweaving.org (w149.z064000151.sjc-ca.dsl.cnc.net [64.0.151.149]) by hub.freebsd.org (Postfix) with ESMTP id 996EA37B423; Tue, 1 May 2001 19:03:27 -0700 (PDT) (envelope-from fanf@furby.sfo.webweaving.org) Received: from fanf by furby.sfo.webweaving.org with local (Exim 3.14 #1) id 14umFq-0006uP-00; Wed, 02 May 2001 02:20:38 +0000 Date: Wed, 2 May 2001 02:20:37 +0000 From: Tony Finch To: n_hibma@FreeBSD.ORG Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Message-ID: <20010502022037.C2541@furby.ispra.webweaving.org> References: <200105010800.f41803H73721@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200105010800.f41803H73721@freefall.freebsd.org> Organization: dotat labs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org n_hibma@FreeBSD.ORG wrote: > > The BIOS has to map the ports and interrupts in the cards. This 'PnP OS' > switch determines whether or not the PCI interrupts and ports are > mapped. Oh crap. This implies that fixing the problem would be non-trivial. Is anyone working on making FreeBSD do PCI resource allocation? > Are you coming to the barbie at Cameron's place? I am now that I know about it :-) Tony. -- f.a.n.finch TRAFALGAR: NORTH BACKING NORTHWEST 5 TO 7. THUNDERY SHOWERS. MAINLY GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 19:21:59 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2B2B37B422; Tue, 1 May 2001 19:21:56 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f422Lu138384; Tue, 1 May 2001 19:21:56 -0700 (PDT) (envelope-from dd) Date: Tue, 1 May 2001 19:21:56 -0700 (PDT) From: Message-Id: <200105020221.f422Lu138384@freefall.freebsd.org> To: archie@packetdesign.com, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: bin/26886: mount -w doesn't work on a normally read-only filesystem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount -w doesn't work on a normally read-only filesystem State-Changed-From-To: open->analyzed State-Changed-By: dd State-Changed-When: Tue May 1 19:21:30 PDT 2001 State-Changed-Why: Problem fixed in -current. -stable is also affected; I'll MFC this later. Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: dd Responsible-Changed-When: Tue May 1 19:21:30 PDT 2001 Responsible-Changed-Why: My MFC reminder. http://www.freebsd.org/cgi/query-pr.cgi?pr=26886 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 20:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FA5937B422 for ; Tue, 1 May 2001 20:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f423K4645975; Tue, 1 May 2001 20:20:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 1 May 2001 20:20:04 -0700 (PDT) Message-Id: <200105020320.f423K4645975@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tony Finch Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Reply-To: Tony Finch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/26920; it has been noted by GNATS. From: Tony Finch To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Date: Wed, 2 May 2001 03:30:46 +0000 n_hibma@FreeBSD.ORG wrote: > > The BIOS has to map the ports and interrupts in the cards. This 'PnP OS' > switch determines whether or not the PCI interrupts and ports are > mapped. Oh crap. This implies that fixing the problem would be non-trivial. Is anyone working on making FreeBSD do PCI resource allocation? > Are you coming to the barbie at Cameron's place? I am now that I know about it :-) Tony. -- f.a.n.finch TRAFALGAR: NORTH BACKING NORTHWEST 5 TO 7. THUNDERY SHOWERS. MAINLY GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 21: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6BFA37B424 for ; Tue, 1 May 2001 21:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42402550013; Tue, 1 May 2001 21:00:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62B4737B424 for ; Tue, 1 May 2001 20:50:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f423o9b48872; Tue, 1 May 2001 20:50:09 -0700 (PDT) (envelope-from nobody) Message-Id: <200105020350.f423o9b48872@freefall.freebsd.org> Date: Tue, 1 May 2001 20:50:09 -0700 (PDT) From: cfaber@unixgr.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/27020: FreeBSD 4.3RC compiled with an SMP kernel fails to boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27020 >Category: kern >Synopsis: FreeBSD 4.3RC compiled with an SMP kernel fails to boot >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 May 01 21:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Colin Faber >Release: 4.3RC >Organization: ... >Environment: FreeBSD 4.3-RC3 FreeBSD 4.3-RC3 #0: Tue May 1 21:20:30 GMT 2001 root@:/usr/src/sys/compile/GENERIC i386 >Description: After compiling a GENERIC kernel with SMP options the machine fails to boot, During the first few sets of kernels tried the machine would lock up while attempting to mount root which is on a Compaq Smart Array 221 controller card. After changing the system configuration around the machine locks up while initializing APIC the following message was observed: Changing APIC ID for IO APIC #0 from 0 to 8 on chip Programming 35 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq0 >How-To-Repeat: Compile an SMP kernel on a Dual processor Compaq Proliant 800 >Fix: Don't use SMP? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 23:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4591D37B43F for ; Tue, 1 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f426K1g82000; Tue, 1 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B09C37B423 for ; Tue, 1 May 2001 23:13:49 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f426Dnb81078; Tue, 1 May 2001 23:13:49 -0700 (PDT) (envelope-from nobody) Message-Id: <200105020613.f426Dnb81078@freefall.freebsd.org> Date: Tue, 1 May 2001 23:13:49 -0700 (PDT) From: ziejohn@hotmail.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/27023: How can I open and shut down , or just open certain folders to certain users for telnet service , ftp services after installation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27023 >Category: i386 >Synopsis: How can I open and shut down , or just open certain folders to certain users for telnet service , ftp services after installation >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 01 23:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: john Zie >Release: 4.2 >Organization: Channelc >Environment: no problem at all >Description: guys: 1)just need rush help to open telnet and ftp services for remote login. Can I just open certain files to proper users for ftp? 2) How can I disable or stoping servvices. Such as I have a webserver running, but I need to install a different webserver. Therefor, I have to stop the web sever running now and statup the new one, how can I do it? Exactly, now I am runnin Xitami as web server, but I need install apache to replcae it how can I do it? I need to finish these two jobs rush in tomorrow, please help! really, I need all you guys help urgently. Thanks, john >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 23:22:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A4BA37B424; Tue, 1 May 2001 23:22:34 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f426MYP82335; Tue, 1 May 2001 23:22:34 -0700 (PDT) (envelope-from dd) Date: Tue, 1 May 2001 23:22:34 -0700 (PDT) From: Message-Id: <200105020622.f426MYP82335@freefall.freebsd.org> To: ziejohn@hotmail.com, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/27023: How can I open and shut down , or just open certain folders to certain users for telnet service , ftp services after installation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: How can I open and shut down , or just open certain folders to certain users for telnet service , ftp services after installation State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Tue May 1 23:22:01 PDT 2001 State-Changed-Why: The PR database is for problem reports, not questions. Questions should be directed to questions@freebsd.org. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=27023 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 23:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85BFD37B424 for ; Tue, 1 May 2001 23:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f426U4v83025; Tue, 1 May 2001 23:30:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 1 May 2001 23:30:04 -0700 (PDT) Message-Id: <200105020630.f426U4v83025@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Colin Faber Subject: Re: i386/27023: How can I open and shut down , or just open certain folders to certain users for telnet service , ftp services after installation Reply-To: Colin Faber Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/27023; it has been noted by GNATS. From: Colin Faber To: ziejohn@hotmail.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/27023: How can I open and shut down , or just open certain folders to certain users for telnet service , ftp services after installation Date: Wed, 02 May 2001 00:24:02 -0600 This really isn't a bug and shouldn't be posted on this list, how ever the answer to your first question, the following files you would need to edit: /etc/hosts.allow /etc/inetd.conf to add users see adduser (8), Next you can use sockstat to figure out what application is using the desired port, Then use kill (1) or killall (1) to stop the process. ziejohn@hotmail.com wrote: > > >Number: 27023 > >Category: i386 > >Synopsis: How can I open and shut down , or just open certain folders to certain users for telnet service , ftp services after installation > >Confidential: no > >Severity: serious > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Tue May 01 23:20:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: john Zie > >Release: 4.2 > >Organization: > Channelc > >Environment: > no problem at all > >Description: > guys: > > 1)just need rush help to open telnet and ftp services for remote login. Can I just open certain files to proper users for ftp? > 2) How can I disable or stoping servvices. Such as I have a webserver running, but I need to install a different webserver. Therefor, I have to stop the web sever running now and statup the new one, how can I do it? Exactly, now I am runnin Xitami as web server, but I need install apache to replcae it how can I do it? I need to finish these two jobs rush in tomorrow, please help! > really, I need all you guys help urgently. > > Thanks, > > john > >How-To-Repeat: > > >Fix: > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 1 23:40: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F70B37B440 for ; Tue, 1 May 2001 23:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f426e2A83823; Tue, 1 May 2001 23:40:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 1 May 2001 23:40:02 -0700 (PDT) Message-Id: <200105020640.f426e2A83823@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: kern/25992: System hangs when read-only floppy has been mounted Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/25992; it has been noted by GNATS. From: Dima Dorfman To: Szilveszter Adam , achilov@granch.ru, freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/25992: System hangs when read-only floppy has been mounted Date: Tue, 01 May 2001 23:30:55 -0700 Szilveszter Adam writes: > On Mon, Apr 30, 2001 at 05:51:45PM +0700, Rashid N. Achilov wrote: > > On Sunday 29 April 2001 09:26, dd@FreeBSD.ORG wrote: > > > Are you mounting the floppy in read-only mode? I.e., are you doing > > > `mount -r /dev/fd0 /mnt`? If you're not specifying the ``-r'', then > > > I'm not surprised (I guess it should panic, not hang, though). If you > > > are using ``-r'', then I can't reproduce this; I have a couple of > > > computers with read-only floppies in them (for tripwire). > > > > Hang or panic - which difference? One result - reboot :-( The difference is that a panic is a whole lot easier to diagnose than a hang. > Just as an aside. This problem has been with us forever. I can appreciate I'm not sure which problem you're referring to. I just tried inserting a read-only floppy and mounting it read-write. I got a bunch of write failure errors when I tried to unmount it. No panic, no reboot. Lots of junk in the logs. Seems like correct behavior to me. I said panic above because I thought it'd be more logical behavior than a hang; spitting out write errors is even better. > that the real UNIX gurus do not hurry to fix this one since they always > know what to type and don't use floppies much anyway. (Neither do I.) But > this does not mean that in this situation we should panic (or hang for that > matter) Panics are for the situations where something is seriously wrong so > much so, that we decide to give up instead of marching on and possibly > producing non-sense results. But trying writing to a ro floppy should > simply fail. Why is there an assumption that a floopy is always writeable > unless indicated by -r otherwise? Would we try to write to (and Becuase it is mounted read-write. It's fair to assume that if you requested that a filesystem be mounted read-write, it can be written to. UFS (FFS?) will try to flush all buffers and update the superblock(s) or something like that (I probably got the details wrong) when you umount a filesystem mounted as read-write. As I said above, this causes lots of errors. On my computer (-current a few days old), it doesn't panic or hang. Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 1:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A54B237B422 for ; Wed, 2 May 2001 01:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f428K3H97290; Wed, 2 May 2001 01:20:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 01:20:03 -0700 (PDT) Message-Id: <200105020820.f428K3H97290@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/25992: System hangs when read-only floppy has been mounted Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/25992; it has been noted by GNATS. From: Bruce Evans To: Dima Dorfman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/25992: System hangs when read-only floppy has been mounted Date: Wed, 2 May 2001 18:15:17 +1000 (EST) On Tue, 1 May 2001, Dima Dorfman wrote: > Szilveszter Adam writes: > The difference is that a panic is a whole lot easier to diagnose than > a hang. > > > Just as an aside. This problem has been with us forever. I can appreciate More precisely, this bug (at least the panics and hangs for it) have been with us since: RCS file: /home/ncvs/src/sys/kern/vfs_bio.c,v Working file: vfs_bio.c head: 1.279 ... ---------------------------- revision 1.196 date: 1999/01/22 08:59:05; author: dg; state: Exp; lines: +5 -2 Don't throw away the buffer contents on a fatal write error; just mark the buffer as still being dirty. This isn't a perfect solution, but throwing away the buffer contents will often result in filesystem corruption and this solution will at least correctly deal with transient errors. Submitted by: Kirk McKusick ---------------------------- Prior to this commit, write errors were handled by giving up on unwritable buffers. In particular, write errors for attempts to write to write protected media were fairly harmless. Immediately after this commit, write errors caused various panics and hangs, especially for block devices. Some of these problems have been fixed, mainly by unsupporting block devices, but I vinvalbuf() and thus unmount(2) still seems to be very broken. vinvalbuf() calls VOP_FSYNC() and then panics if VOP_FSYNC() didn't manage to sync everything, but VOP_FSYNC() can never sync unwritable buffers. It either loops forever trying to do so or returns with some buffers unsynced. > I'm not sure which problem you're referring to. I just tried > inserting a read-only floppy and mounting it read-write. I got a > bunch of write failure errors when I tried to unmount it. No panic, > no reboot. Lots of junk in the logs. Seems like correct behavior to > me. I said panic above because I thought it'd be more logical > behavior than a hang; spitting out write errors is even better. This may depend on the filesystem. For an empty ffs filesystem on a write-protected floppy under -current, I get endless retries and the problem can be recovered from by removing the write protection. This is because control doesn't get as far as the panicing vinvalbuf() in -current. dounmount() calls VOP_SYNC() and ffs's VOP_SYNC() (ffs_fsync()) has been fixed in -current to retry forever after VOP_FSYNC() fails (in the MNT_WAIT case). In RELENG_4, ffs_fsync() still gives up after an error fsyncing the vnode for the mounted-on device, so I think vinvalbuf() can be reached. Similarly for most non-ffs filesystems in -current. ffs_fsync() was fixed very recently in: RCS file: /home/ncvs/src/sys/ufs/ffs/ffs_vfsops.c,v Working file: ffs_vfsops.c head: 1.152 ... ---------------------------- revision 1.150 date: 2001/04/25 08:11:18; author: mckusick; state: Exp; lines: +16 -7 ... Close a loophole that allowed unwritten blocks to be skipped when doing ffs_sync with a request to wait for all I/O activity to be completed. ---------------------------- > > that the real UNIX gurus do not hurry to fix this one since they always > > know what to type and don't use floppies much anyway. (Neither do I.) But > > this does not mean that in this situation we should panic (or hang for that > > matter) Panics are for the situations where something is seriously wrong so > > much so, that we decide to give up instead of marching on and possibly > > producing non-sense results. But trying writing to a ro floppy should > > simply fail. Why is there an assumption that a floopy is always writeable > > unless indicated by -r otherwise? Would we try to write to (and The kernel doesn't know whether the floppy is writable until it attempts to write to it. The ancient history of the bug includes a very broken attempt to fix this in the floppy driver by attempting to determine writability at open time. I consider this part of the bug unimportant. It might not be possible to determine writablity without trying the write. Especially for devices whose writability can change while they are open. When you do something stupid like mounting a write-protected floppies read-write, you should just get i/o errors, and these errors should be handled properly just like any other i/o errors on the device. Proper i/o error handling doesn't include panicing or spewing error messages for each retry like the floppy driver does :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 2:25:28 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from henny.webweaving.org (gate.qubesoft.com [212.113.16.243]) by hub.freebsd.org (Postfix) with ESMTP id EEE4A37B424 for ; Wed, 2 May 2001 02:25:23 -0700 (PDT) (envelope-from n_hibma@FreeBSD.ORG) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.11.3/8.11.3) with ESMTP id f429PJS30786; Wed, 2 May 2001 10:25:20 +0100 (BST) (envelope-from n_hibma@FreeBSD.ORG) Date: Wed, 2 May 2001 10:25:19 +0100 (BST) From: X-X-Sender: To: Tony Finch Cc: Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 In-Reply-To: <20010502022037.C2541@furby.ispra.webweaving.org> Message-ID: <20010502102431.R30575-100000@henny.webweaving.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Look at www.etla.net/~n_hibma/usb There is a patch there that forces some laptop into faking up an interrupt I believe. You might be able to get away with doing the same thing. Nick On Wed, 2 May 2001, Tony Finch wrote: > n_hibma@FreeBSD.ORG wrote: > > > > The BIOS has to map the ports and interrupts in the cards. This 'PnP OS' > > switch determines whether or not the PCI interrupts and ports are > > mapped. > > Oh crap. This implies that fixing the problem would be non-trivial. > Is anyone working on making FreeBSD do PCI resource allocation? > > > Are you coming to the barbie at Cameron's place? > > I am now that I know about it :-) You know the details and the place? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 3: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EDE937B423 for ; Wed, 2 May 2001 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42A02O12220; Wed, 2 May 2001 03:00:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EA4437B422 for ; Wed, 2 May 2001 02:57:00 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f429v0e11951; Wed, 2 May 2001 02:57:00 -0700 (PDT) (envelope-from nobody) Message-Id: <200105020957.f429v0e11951@freefall.freebsd.org> Date: Wed, 2 May 2001 02:57:00 -0700 (PDT) From: thz@lennartz-electronic.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/27029: strptime: %s formatting missing (patch) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27029 >Category: bin >Synopsis: strptime: %s formatting missing (patch) >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: Wed May 02 03:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Zenker >Release: 4.3-STABLE >Organization: Lennartz electronic >Environment: FreeBSD mezcal.tue.le 4.3-STABLE FreeBSD 4.3-STABLE #6: Wed May 2 08:50:01 CEST 2001 root@mezcal.tue.le:/usr/obj/usr/src/sys/MEZCAL i386 >Description: for date manipulations in ascii form is documented, that all formattings of date (resp. strftime) can be read by strptime. However, the "%s" format (seconds UTC since epoch) is not recognized. A patch, which integrates this format is supplied. >How-To-Repeat: date -j -f "%s" `date "+%s"` >Fix: Index: lib/libc/stdtime/strptime.c =================================================================== RCS file: /usr/cvs/FreeBSD/src/lib/libc/stdtime/strptime.c,v retrieving revision 1.17.2.1 diff -u -r1.17.2.1 strptime.c --- lib/libc/stdtime/strptime.c 2000/10/26 16:07:53 1.17.2.1 +++ lib/libc/stdtime/strptime.c 2001/04/27 19:38:51 @@ -513,6 +513,16 @@ } } break; + case 's': + { + time_t t; + const char *cp; + t = strtol(buf, &cp, 10); + buf = cp; + memcpy(tm, gmtime(&t), sizeof(struct tm)); + got_GMT = 1; + } + break; } } return (char *)buf; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 6:28: 1 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07CC437B423; Wed, 2 May 2001 06:28:00 -0700 (PDT) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42DRxo53555; Wed, 2 May 2001 06:28:00 -0700 (PDT) (envelope-from adrian) Date: Wed, 2 May 2001 06:28:00 -0700 (PDT) From: Message-Id: <200105021328.f42DRxo53555@freefall.freebsd.org> To: adrian@FreeBSD.org, freebsd-bugs@FreeBSD.org, adrian@FreeBSD.org Subject: Re: bin/26674: rmuser xyz reports incorrect error message if xyz does not exist Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rmuser xyz reports incorrect error message if xyz does not exist Responsible-Changed-From-To: freebsd-bugs->adrian Responsible-Changed-By: adrian Responsible-Changed-When: Wed May 2 06:27:37 PDT 2001 Responsible-Changed-Why: I'll take this one over, since I have my fingers in the adduser code atm http://www.freebsd.org/cgi/query-pr.cgi?pr=26674 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 6:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49A9137B424 for ; Wed, 2 May 2001 06:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42DU3u55639; Wed, 2 May 2001 06:30:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 06:30:03 -0700 (PDT) Message-Id: <200105021330.f42DU3u55639@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alex Kapranoff Subject: kern/23935 Reply-To: Alex Kapranoff Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/23935; it has been noted by GNATS. From: Alex Kapranoff To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: kern/23935 Date: Wed, 2 May 2001 16:47:32 +0400 This was fixed long ago (AFAIR, by John Baldwin). PR should be closed. -- Alex Kapranoff, Voice: +7(0832)791845 We've lived 17 weeks in the brand new millenium... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 6:30:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CC5837B424 for ; Wed, 2 May 2001 06:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42DU6s55697; Wed, 2 May 2001 06:30:06 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 06:30:06 -0700 (PDT) Message-Id: <200105021330.f42DU6s55697@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alex Kapranoff Subject: kern/21308 Reply-To: Alex Kapranoff Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/21308; it has been noted by GNATS. From: Alex Kapranoff To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: kern/21308 Date: Wed, 2 May 2001 16:50:42 +0400 This PR is obsolete. Both midi and DEVFS were fixed long ago. Wrong symlinks were created due to a garbage in my device.hints. It all works like a charm now thanks Cameron. -- Alex Kapranoff, Voice: +7(0832)791845 We've lived 121 days in the brand new millenium... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 6:45: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1358537B423; Wed, 2 May 2001 06:45:05 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: (from johan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42Dj5R82135; Wed, 2 May 2001 06:45:05 -0700 (PDT) (envelope-from johan) Date: Wed, 2 May 2001 06:45:05 -0700 (PDT) From: Message-Id: <200105021345.f42Dj5R82135@freefall.freebsd.org> To: alex@kapran.bitmcnit.bryansk.su, johan@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21308: Sound Blaster 16 (using pcm) and new DEVFS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Sound Blaster 16 (using pcm) and new DEVFS State-Changed-From-To: open->closed State-Changed-By: johan State-Changed-When: Wed May 2 06:44:13 PDT 2001 State-Changed-Why: Closed at originators request http://www.freebsd.org/cgi/query-pr.cgi?pr=21308 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 6:46: 1 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07DEF37B43F; Wed, 2 May 2001 06:46:00 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: (from johan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42Djxu84224; Wed, 2 May 2001 06:45:59 -0700 (PDT) (envelope-from johan) Date: Wed, 2 May 2001 06:45:59 -0700 (PDT) From: Message-Id: <200105021345.f42Djxu84224@freefall.freebsd.org> To: alex@kapran.bitmcnit.bryansk.su, johan@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/23935: Repeatable panic: blockable mtx_enter() of lockmgr interlock when not legal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Repeatable panic: blockable mtx_enter() of lockmgr interlock when not legal State-Changed-From-To: open->closed State-Changed-By: johan State-Changed-When: Wed May 2 06:45:20 PDT 2001 State-Changed-Why: Closed at originators request http://www.freebsd.org/cgi/query-pr.cgi?pr=23935 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 8:49: 6 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 84EFE37B43C; Wed, 2 May 2001 08:49:01 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA93708; Wed, 2 May 2001 11:48:53 -0400 (EDT) (envelope-from wollman) Date: Wed, 2 May 2001 11:48:53 -0400 (EDT) From: Garrett Wollman Message-Id: <200105021548.LAA93708@khavrinen.lcs.mit.edu> To: Cc: davidx@viasoft.com.cn, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/26938: 4.3-stable is a broken kernel In-Reply-To: <200104290125.f3T1PH393853@freefall.freebsd.org> References: <200104290125.f3T1PH393853@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > State-Changed-From-To: open->closed > You can also probably cause a FreeBSD machine to crash by striking > it repeatedly with a heavy object. > I suggest you learn about limiting the resources allowed per-user; see > 'ulimit'. This is an inappropriate response. Any kernel panic indicates a bug (although perhaps not one that is easily fixed). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 9:20:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA33B37B43C for ; Wed, 2 May 2001 09:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42GK3A41400; Wed, 2 May 2001 09:20:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 09:20:03 -0700 (PDT) Message-Id: <200105021620.f42GK3A41400@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brian Candler Subject: Re: conf/26774: Installation of rmail, even without sendmail Reply-To: Brian Candler Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/26774; it has been noted by GNATS. From: Brian Candler To: freebsd-gnats-submit@freebsd.org, jaco@teaser.fr Cc: Subject: Re: conf/26774: Installation of rmail, even without sendmail Date: Wed, 2 May 2001 16:13:17 +0000 I would like to suggest that there is a better solution to this, which fixes another problem too. The trouble is that rmail is very sendmail-specific. For example, if I install exim 3.22, and change mailer.conf so that /usr/sbin/sendmail invokes exim, rmail does not work: bash# /bin/rmail testuser From root Subject: test exim abandoned: unknown, malformed, or incomplete option -G My preferred solution is therefore as follows. When building sendmail, - install rmail as /usr/libexec/sendmail/rmail - /bin/rmail symlinks to /usr/sbin/mailwrapper - add a new entry to /etc/mail/mailer.conf: rmail /usr/libexec/sendmail/rmail Since many sensible mailers (e.g. exim, smail) have 'rmail' functionality already, then it becomes straightforward to change this to, say, rmail /usr/exim/bin/exim In the case where the MTA supports rmail, this means that jaco's fix is not necessary. But equally it doesn't do any harm to include it, as long as rmail is indirected through mailer.conf. Regards, Brian. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 10:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD4B837B423 for ; Wed, 2 May 2001 10:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42HK0850666; Wed, 2 May 2001 10:20:00 -0700 (PDT) (envelope-from gnats) Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id B2CD837B424; Wed, 2 May 2001 10:19:06 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.Awfulhak.org (root@dev.lan.Awfulhak.org [172.16.0.5]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f42HI3q01343; Wed, 2 May 2001 18:18:03 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: (from brian@localhost) by dev.lan.Awfulhak.org (8.11.3/8.11.3) id f42HI3q64316; Wed, 2 May 2001 18:18:03 +0100 (BST) (envelope-from brian) Message-Id: <200105021718.f42HI3q64316@dev.lan.Awfulhak.org> Date: Wed, 2 May 2001 18:18:03 +0100 (BST) From: Brian Somers Reply-To: brian@Awfulhak.org To: FreeBSD-gnats-submit@FreeBSD.org Cc: deischen@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/27035: libc_r breaks pppctl Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27035 >Category: bin >Synopsis: libc_r aborts pppctl(8) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 02 10:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Brian Somers >Release: FreeBSD 5.0-CURRENT i386 >Organization: Awfulhak Ltd. >Environment: System: FreeBSD dev.lan.Awfulhak.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed May 2 11:59:47 BST 2001 cvs@dev.lan.Awfulhak.org:/usr/obj/usr/src/sys/DEV i386 >Description: pppctl aborts with Fatal error '_waitq_remove: Not in queue' at line 317 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 35) >How-To-Repeat: Start up two windows. Window 1: # ppp Working in interactive mode Using interface: tun0 # ppp ON machine> set server /tmp/s "" Window 2: # pppctl /tmp/s # ppp ON machine> set log local command Window 1: # ppp ON machine> show who ....... You may need to do the ``show who'' more than once - on one occasion here I needed to do it twice. Window 2 eventually shows: ppp ON machine> Command: /dev/tty: show who Fatal error '_waitq_remove: Not in queue' at line 317 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 35) Abort trap (core dumped) # >Fix: No idea, I know little about the pthreads implementation. It's always possible to use telnet instead of pppctl though, so this problem can't really be described as critical... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 10:23:45 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BA5D37B423; Wed, 2 May 2001 10:23:44 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42HNip51204; Wed, 2 May 2001 10:23:44 -0700 (PDT) (envelope-from brian) Date: Wed, 2 May 2001 10:23:44 -0700 (PDT) From: Message-Id: <200105021723.f42HNip51204@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, deischen@FreeBSD.org Subject: Re: bin/27035: libc_r aborts pppctl(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libc_r aborts pppctl(8) Responsible-Changed-From-To: freebsd-bugs->deischen Responsible-Changed-By: brian Responsible-Changed-When: Wed May 2 10:22:06 PDT 2001 Responsible-Changed-Why: I think Daniel looks after the pthreads stuff....? http://www.freebsd.org/cgi/query-pr.cgi?pr=27035 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 10:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 231CC37B422 for ; Wed, 2 May 2001 10:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42HU4351943; Wed, 2 May 2001 10:30:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 10:30:04 -0700 (PDT) Message-Id: <200105021730.f42HU4351943@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Eric Jacoboni Subject: Re: conf/26774: Installation of rmail, even without sendmail Reply-To: Eric Jacoboni Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/26774; it has been noted by GNATS. From: Eric Jacoboni To: Brian Candler Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/26774: Installation of rmail, even without sendmail Date: 02 May 2001 19:21:18 +0200 >>>>> "Brian" == Brian Candler writes: Brian> My preferred solution is therefore as follows. When building Brian> sendmail, The problem is we may need rmail without needing sendmail... As i'm using Postfix, i have NO_SENDMAIL in my make.conf hence rmail is never rebuild. My fix doesn't solve your problem but breaks the dependancy between sendmail build and rmail build (and solves the problem i've mentionned). Brian> Since many sensible mailers (e.g. exim, smail) have 'rmail' Brian> functionality already, then it becomes straightforward to Brian> change this to, say, Yep, that's perhaps another way... I've never investigated Postfix enough to see if the distribution provides a rmail replacement. -- Éric Jacoboni, né il y a 1292188590 secondes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 10:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21C9E37B423 for ; Wed, 2 May 2001 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42Ho2N53957; Wed, 2 May 2001 10:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 10:50:02 -0700 (PDT) Message-Id: <200105021750.f42Ho2N53957@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brian Candler Subject: Re: conf/26774: Installation of rmail, even without sendmail Reply-To: Brian Candler Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/26774; it has been noted by GNATS. From: Brian Candler To: Eric Jacoboni Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/26774: Installation of rmail, even without sendmail Date: Wed, 2 May 2001 17:39:29 +0000 On Wed, May 02, 2001 at 07:21:18PM +0200, Eric Jacoboni wrote: > Brian> Since many sensible mailers (e.g. exim, smail) have 'rmail' > Brian> functionality already, then it becomes straightforward to > Brian> change this to, say, > > Yep, that's perhaps another way... I've never investigated Postfix > enough to see if the distribution provides a rmail replacement. http://www.postfix.org/faq.html "You need an rmail program that extracts the sender address from mail that arrives via UUCP, and that feeds the mail into the Postfix sendmail command. Most UNIX systems come with an rmail utility. If you're in a pinch, try the one bundled with the Postfix source code in the auxiliary directory. Some day Postfix may have its own rmail command." Personally I think it should be the responsibility of a well-behaved MTA to provide an rmail workalike, and if the user specifies NO_SENDMAIL then they really don't want any part of sendmail, including its rmail (which is arguably sendmail-specific anyway) Regards, Brian. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 11:23:38 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from orthanc.ab.ca (orthanc.ab.ca [207.167.3.130]) by hub.freebsd.org (Postfix) with ESMTP id 9A92637B422 for ; Wed, 2 May 2001 11:23:34 -0700 (PDT) (envelope-from lyndon@orthanc.ab.ca) Received: from orthanc.ab.ca (localhost [127.0.0.1]) by orthanc.ab.ca (8.11.2/8.11.2) with ESMTP id f42INVg25793; Wed, 2 May 2001 12:23:32 -0600 (MDT) (envelope-from lyndon@orthanc.ab.ca) Message-Id: <200105021823.f42INVg25793@orthanc.ab.ca> From: Lyndon Nerenberg Organization: The Frobozz Magic Homing Pigeon Company To: Brian Candler Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/26774: Installation of rmail, even without sendmail In-reply-to: Your message of "Wed, 02 May 2001 10:50:02 PDT." <200105021750.f42Ho2N53957@freefall.freebsd.org> Date: Wed, 02 May 2001 12:23:31 -0600 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "Brian" == Brian Candler writes: Brian> Personally I think it should be the responsibility of a Brian> well-behaved MTA to provide an rmail workalike, and if the Brian> user specifies NO_SENDMAIL then they really don't want any Brian> part of sendmail, including its rmail (which is arguably Brian> sendmail-specific anyway) rmail (as part of UUCP) predates sendmail (and probably deliver). In the absence of an MTA (e.g. 7th Edition) rmail itself provided the simple next-hop forwarding capability required to move the mail along its path. With the introduction of MTA functionality into UNIX the MTAs provided their own rmail that let the MTA hook itself into the UUCP transport, primarily to allow for local delivery, but also to provide transport gatewaying and "intelligent" routing. So what does NO_SENDMAIL mean? I think it means "don't build the MTA software provided by sendmail.org." I don't think it means "don't build an MTA." The problem here is that current rmail's assume there will always be an MTA present, however there has never been a standardized command-line API for interacting with the local MTA. (The /usr/{lib,libexec,sbin}/sendmail one is about as close to a defacto standard as you can get.) We have mailwrapper, however I don't think that's the correct solution. The common sendmail command line interface just can't cope with things like DSNs, message tracking, and authentication. We need to come up with a brand new command line API for talking to the MTA (and MSA). Nobody seems to want to do this, though. --lyndon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 11:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F0CB37B423 for ; Wed, 2 May 2001 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42Io2H63216; Wed, 2 May 2001 11:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 11:50:02 -0700 (PDT) Message-Id: <200105021850.f42Io2H63216@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Eric Jacoboni Subject: Re: conf/26774: Installation of rmail, even without sendmail Reply-To: Eric Jacoboni Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/26774; it has been noted by GNATS. From: Eric Jacoboni To: Brian Candler Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/26774: Installation of rmail, even without sendmail Date: 02 May 2001 20:23:05 +0200 >>>>> "Brian" == Brian Candler writes: Brian> If you're in a pinch, try the one bundled with Brian> the Postfix source code in the auxiliary directory. Some day Brian> Postfix may have its own rmail command." Ok i will give it a try... Brian> Personally I think it should be the responsibility of a Brian> well-behaved MTA to provide an rmail workalike, and if the user Brian> specifies NO_SENDMAIL then they really don't want any part of Brian> sendmail, including its rmail (which is arguably Brian> sendmail-specific anyway) I think too. May be the Postfix port should insist on it... -- Éric Jacoboni, né il y a 1292192266 secondes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 12:12:56 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 492CB37B423; Wed, 2 May 2001 12:12:55 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42JCt568606; Wed, 2 May 2001 12:12:55 -0700 (PDT) (envelope-from yar) Date: Wed, 2 May 2001 12:12:55 -0700 (PDT) From: Message-Id: <200105021912.f42JCt568606@freefall.freebsd.org> To: gsi@skippyii.compar.com, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27001: repetitive useage of arp will leak memory Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: repetitive useage of arp will leak memory State-Changed-From-To: open->analyzed State-Changed-By: yar State-Changed-When: Wed May 2 12:11:57 PDT 2001 State-Changed-Why: Fixed in -current, thanx. http://www.freebsd.org/cgi/query-pr.cgi?pr=27001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 12:13:50 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E78D237B424; Wed, 2 May 2001 12:13:47 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42JDj368760; Wed, 2 May 2001 12:13:45 -0700 (PDT) (envelope-from yar) Date: Wed, 2 May 2001 12:13:45 -0700 (PDT) From: Message-Id: <200105021913.f42JDj368760@freefall.freebsd.org> To: yar@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: bin/27001: repetitive useage of arp will leak memory Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: repetitive useage of arp will leak memory Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: yar Responsible-Changed-When: Wed May 2 12:13:05 PDT 2001 Responsible-Changed-Why: I'll fix it. http://www.freebsd.org/cgi/query-pr.cgi?pr=27001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 12:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CE6D37B422 for ; Wed, 2 May 2001 12:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42JU3q70501; Wed, 2 May 2001 12:30:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 12:30:03 -0700 (PDT) Message-Id: <200105021930.f42JU3q70501@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Eric Jacoboni Subject: Re: conf/26774: Installation of rmail, even without sendmail Reply-To: Eric Jacoboni Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/26774; it has been noted by GNATS. From: Eric Jacoboni To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: conf/26774: Installation of rmail, even without sendmail Date: 02 May 2001 21:13:01 +0200 >>>>> "Brian" == Brian Candler writes: Brian> http://www.postfix.org/faq.html Ok, i look at the Postfix sources and found a rmail script. I've tested some UUCP batches and it seems to work ok. It seems we can close this PR. I'm gonna contact the Postfix port maintainer to ask him to add this script in its installation. -- Éric Jacoboni, né il y a 1292195410 secondes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 13: 6:21 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from vaio.linnet.org (dhcp224.ws.afnog.org [213.172.132.224]) by hub.freebsd.org (Postfix) with ESMTP id 11EBB37B424 for ; Wed, 2 May 2001 13:06:16 -0700 (PDT) (envelope-from b.candler@pobox.com) Received: (from brian@localhost) by vaio.linnet.org (8.9.3/8.9.3) id UAA09718; Wed, 2 May 2001 20:04:45 GMT Date: Wed, 2 May 2001 20:04:44 +0000 From: Brian Candler To: Lyndon Nerenberg Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/26774: Installation of rmail, even without sendmail Message-ID: <20010502200444.A9708@linnet.org> References: <200105021750.f42Ho2N53957@freefall.freebsd.org> <200105021823.f42INVg25793@orthanc.ab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <200105021823.f42INVg25793@orthanc.ab.ca> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 02, 2001 at 12:23:31PM -0600, Lyndon Nerenberg wrote: > The problem here is that current rmail's assume there > will always be an MTA present, however there has never been a > standardized command-line API for interacting with the local MTA. > (The /usr/{lib,libexec,sbin}/sendmail one is about as close to a > defacto standard as you can get.) We have mailwrapper, however > I don't think that's the correct solution. The common sendmail > command line interface just can't cope with things like DSNs, > message tracking, and authentication. Indeed. But doesn't this problem go away if you say "every MTA must provide its own rmail-type program"? The problem is that every MTA is now tied to the rmail<-->sendmail interaction. Currently rmail invokes sendmail -G -oee -odi -oi -p%s -p%s[:%s[.%s]] -f%s.s but it changes periodically. OTOH, if I replace /bin/rmail with a symlink to exim or smail, it just does the right thing. Regards, Brian. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 14:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF4D837B422 for ; Wed, 2 May 2001 14:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42LU2087480; Wed, 2 May 2001 14:30:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 14:30:02 -0700 (PDT) Message-Id: <200105022130.f42LU2087480@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tony Finch Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Reply-To: Tony Finch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/26920; it has been noted by GNATS. From: Tony Finch To: n_hibma@FreeBSD.ORG Cc: freebsd-gnats-submit@FreeBSD.ORG, Tony Finch Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Date: Wed, 2 May 2001 21:37:57 +0000 n_hibma@FreeBSD.ORG wrote: > >Look at www.etla.net/~n_hibma/usb > There is a patch there that forces some laptop into faking up an >interrupt I believe. You might be able to get away with doing the same >thing. Yes, that is my plan. Good to see that someone else has already blazed the trail for me :-) Tony. -- f.a.n.finch GERMAN BIGHT: NORTHEAST BECOMING VARIABLE 3 THEN NORTH 4 OR 5 INCREASING 6, OCCASIONALLY 7 LATER. RAIN OR SHOWERS. MODERATE OR GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 15: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8F3137B43C for ; Wed, 2 May 2001 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42M01k90587; Wed, 2 May 2001 15:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27A9937B423 for ; Wed, 2 May 2001 14:55:10 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42LtA390299; Wed, 2 May 2001 14:55:10 -0700 (PDT) (envelope-from nobody) Message-Id: <200105022155.f42LtA390299@freefall.freebsd.org> Date: Wed, 2 May 2001 14:55:10 -0700 (PDT) From: andy@guildsoftware.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27039: new syscons screensaver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27039 >Category: misc >Synopsis: new syscons screensaver >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: Wed May 02 15:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andy Sloane >Release: 4.3-STABLE >Organization: Guild Software >Environment: >Description: I just wrote a new syscons screensaver which I think is much more interesting than the other ones, while still being relatively easy on the CPU (much less CPU intensive than "fire", anyway). Please review it and let me know what you think. It's the bsd daemon logo (with much editing, thanks to my coworker Waylon) floating (with a realtime shadow!) above a bunch of tiled spheres which move around and morph. It's only one palette change per frame, until the bsd daemon moves. The source code is here: http://fear.incarnate.net/~andude/balls.tar.gz I've been asked to submit this as a PR; if you want to include it into sys/modules/syscons/, that'd be great. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 15:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A688537B423 for ; Wed, 2 May 2001 15:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42MK3k95093; Wed, 2 May 2001 15:20:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 15:20:03 -0700 (PDT) Message-Id: <200105022220.f42MK3k95093@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: bin/26996: sshd fails when / mounted read-only Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26996; it has been noted by GNATS. From: Kris Kennaway To: Archie Cobbs Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/26996: sshd fails when / mounted read-only Date: Wed, 2 May 2001 15:11:21 -0700 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Apr 30, 2001 at 01:21:31PM -0700, Archie Cobbs wrote: > This patch fixes the problem, but may cause other > security problems (or may not, I'm not sure): In fact it does; if the ownership and permissions of pty devices isn't changed it allows any other users on the system to read and write to that pty, snooping passwords and the like. The real solution would be to use devfs or mount your /dev on a MFS or something (with a minimal static /dev on / to handle bootstrapping). Kris --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE68IYJWry0BWjoQKURAnphAKDGG/iXTGrGqS8mf9LT6nXMNsk9GQCgvpQy ySogkCEX/rBlHl3TjkfGD9s= =9uek -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 15:40:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A4B237B43C for ; Wed, 2 May 2001 15:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42Me5L96431; Wed, 2 May 2001 15:40:05 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 15:40:05 -0700 (PDT) Message-Id: <200105022240.f42Me5L96431@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Archie Cobbs Subject: Re: bin/26996: sshd fails when / mounted read-only Reply-To: Archie Cobbs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26996; it has been noted by GNATS. From: Archie Cobbs To: Kris Kennaway Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/26996: sshd fails when / mounted read-only Date: Wed, 02 May 2001 15:38:07 -0700 Kris Kennaway wrote: > > This patch fixes the problem, but may cause other > > security problems (or may not, I'm not sure): > > In fact it does; if the ownership and permissions of pty devices isn't > changed it allows any other users on the system to read and write to > that pty, snooping passwords and the like. The real solution would be > to use devfs or mount your /dev on a MFS or something (with a minimal > static /dev on / to handle bootstrapping). So, how about a flag to sshd to make it allow this behavior with suitably strong warnings in the man page? Also, how come e.g. telnetd doesn't have the same problem? If telnetd can work why can't sshd? -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 16: 0:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB65437B422 for ; Wed, 2 May 2001 16:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42N0C697901; Wed, 2 May 2001 16:00:12 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C38C237B422 for ; Wed, 2 May 2001 15:53:48 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42MrmU97354; Wed, 2 May 2001 15:53:48 -0700 (PDT) (envelope-from nobody) Message-Id: <200105022253.f42MrmU97354@freefall.freebsd.org> Date: Wed, 2 May 2001 15:53:48 -0700 (PDT) From: sp@radio.hu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/27042: 4.3-RELEASE installation from CDROM fails with Mylex DAC960 PL RAID controller Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27042 >Category: i386 >Synopsis: 4.3-RELEASE installation from CDROM fails with Mylex DAC960 PL RAID controller >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 02 16:00:11 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter Simonek >Release: 4.3-RELEASE i386 >Organization: Hungarian Radio >Environment: >Description: 4.3-RELEASE installation from CDROM fails with Mylex DAC960 PL RAID controller. The debug screen: /dev/mlxd0s2a: 3231744 sectors in 789 cylinders of 1 tracks, 4096 sectors 1578.0MB in 50 cyl groups (16 c/g, 32.00MB/g 7872 i/g) super-block backups (for fsck -b #) at: bus_dmamap_load: Too many segs! buf_len = 0xaa0 mlx0: I/O error - attempt to write beyond end of drive write error: 80 newfs: wtfs - writecombine: Input/output error I can install 4.1-RELEASE or 4.2-RELEASE without problem, then upgrade to 4.3-RELEASE works. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 16: 0:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B425037B423 for ; Wed, 2 May 2001 16:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42N0Bj97892; Wed, 2 May 2001 16:00:11 -0700 (PDT) (envelope-from gnats) Received: from berglass.osd.bsdi.com (dhcp250.osd.bsdi.com [204.216.28.250]) by hub.freebsd.org (Postfix) with ESMTP id A539737B422 for ; Wed, 2 May 2001 15:52:31 -0700 (PDT) (envelope-from logo@berglass.osd.bsdi.com) Received: (from logo@localhost) by berglass.osd.bsdi.com (8.11.3/8.11.1) id f433jXL00394; Wed, 2 May 2001 20:45:33 -0700 (PDT) (envelope-from logo) Message-Id: <200105030345.f433jXL00394@berglass.osd.bsdi.com> Date: Wed, 2 May 2001 20:45:33 -0700 (PDT) From: logo@osd.bsdi.com Reply-To: logo@blackened.com To: FreeBSD-gnats-submit@freebsd.org Cc: logo@blackened.com, murray@osd.bsdi.com X-Send-Pr-Version: 3.113 Subject: misc/27041: adding another .flp to the tree Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27041 >Category: misc >Synopsis: modify src/release/Makefile to make another floppy image >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: Wed May 02 16:00:11 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Valentino Vaschetto >Release: FreeBSD 4.3-STABLE i386 >Organization: Windriver/BSDi >Environment: System: FreeBSD berglass.osd.bsdi.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Apr 30 22:15:41 PDT 2001 root@berglass.osd.bsdi.com:/usr/src/sys/compile/BERGLASS i386 >Description: FreeBSD says that it has the option to allow one to install fbsd onto a system that doesnt have a monitor. This can be done using a serial connection between 2 systems. In order to do such a thing, you need to either have an existing freebsd system, or you'd need a special kern.flp that will add a -h option during boot time so that the console is set to be displayed on the first serial port. The only thing that is different between kern.flp and the this headless install floppy would be that this floppy would contain a file called "boot.config" in the root of that floppy that would contain "/boot/loader -h", which would set the serial console stuff up. I don't know enough about makefiles and C to do it myself, so I am hoping someone has a chance to do this. >How-To-Repeat: You can do this yourself on your system be hitting the while the boot loader is starting (this is when the \|/- symbols are going insane on startup), then typing "-h". >Fix: No problem, no fix. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 16:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 353C237B43F for ; Wed, 2 May 2001 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42NK2L01920; Wed, 2 May 2001 16:20:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2C7A37B422 for ; Wed, 2 May 2001 16:18:32 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42NIWp01814; Wed, 2 May 2001 16:18:32 -0700 (PDT) (envelope-from nobody) Message-Id: <200105022318.f42NIWp01814@freefall.freebsd.org> Date: Wed, 2 May 2001 16:18:32 -0700 (PDT) From: juliuso@vfr.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27043: WindowMaker missing from FreeBSD 4.3 ISO Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27043 >Category: misc >Synopsis: WindowMaker missing from FreeBSD 4.3 ISO >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 May 02 16:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Julius Oklamcak >Release: 4.3 ISO from ftp.freebsd.org >Organization: >Environment: n/a >Description: FreeBSD install offers WindowMaker as desktop installation option. However, it errors out saying that the package is not in the index file. It also appears to be missing from the CD (ISO). >How-To-Repeat: Cut a CD from the ISO image on the FTP site. Install on a fresh system. Install X. Pick WindowMaker as the desktop. >Fix: Install WindowMaker separately. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 16:50:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EAB537B62F for ; Wed, 2 May 2001 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f42No1k04237; Wed, 2 May 2001 16:50:01 -0700 (PDT) (envelope-from gnats) Received: from mailman.packetdesign.com (dns.packetdesign.com [65.192.41.10]) by hub.freebsd.org (Postfix) with ESMTP id B955737B424 for ; Wed, 2 May 2001 16:43:26 -0700 (PDT) (envelope-from archie@packetdesign.com) Received: from bubba.packetdesign.com (bubba.packetdesign.com [192.168.0.223]) by mailman.packetdesign.com (8.11.0/8.11.0) with ESMTP id f42NhQ258646 for ; Wed, 2 May 2001 16:43:26 -0700 (PDT) (envelope-from archie@packetdesign.com) Received: (from archie@localhost) by bubba.packetdesign.com (8.11.3/8.11.1) id f42NhQv61898; Wed, 2 May 2001 16:43:26 -0700 (PDT) (envelope-from archie) Message-Id: <200105022343.f42NhQv61898@bubba.packetdesign.com> Date: Wed, 2 May 2001 16:43:26 -0700 (PDT) From: Archie Cobbs Reply-To: archie@packetdesign.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27044: remounting a r/w filesystem read-only causes shutdown problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27044 >Category: kern >Synopsis: remounting a r/w filesystem read-only causes shutdown problem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 02 16:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Archie Cobbs >Release: FreeBSD 4.3-RELEASE i386 >Organization: Packet Design >Environment: System: FreeBSD bubba.packetdesign.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu Apr 26 15:28:39 PDT 2001 root@bubba.packetdesign.com:/usr/obj/usr/src/sys/BUBBA i386 >Description: Sometimes FreeBSD has problems "syncing buffers" when shutting down, and then it "gives up". I'm not sure why this happens, but the practical result is an unclean (and possibly screwed up) filesystem at the next reboot, so it's definitely a bad thing. I can reproducibly get this to happen by mounting a filesystem read-write, mucking with some files, and then remounting it read-only (ie., updating the mount: "mount -u -o ro"), and then rebooting. >How-To-Repeat: mount /foo cp -R /var /foo mount -u -o ro /foo reboot By the way, /foo has soft updates enabled. >Fix: Skip the "mount -u -o ro /foo" step. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 19: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D711437B423 for ; Wed, 2 May 2001 19:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43203I20305; Wed, 2 May 2001 19:00:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 2 May 2001 19:00:03 -0700 (PDT) Message-Id: <200105030200.f43203I20305@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: bin/26996: sshd fails when / mounted read-only Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26996; it has been noted by GNATS. From: Kris Kennaway To: Archie Cobbs Cc: Kris Kennaway , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/26996: sshd fails when / mounted read-only Date: Wed, 2 May 2001 18:57:38 -0700 --AjmyJqqohANyBN/e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 02, 2001 at 03:38:07PM -0700, Archie Cobbs wrote: > Kris Kennaway wrote: > > > This patch fixes the problem, but may cause other > > > security problems (or may not, I'm not sure): > >=20 > > In fact it does; if the ownership and permissions of pty devices isn't > > changed it allows any other users on the system to read and write to > > that pty, snooping passwords and the like. The real solution would be > > to use devfs or mount your /dev on a MFS or something (with a minimal > > static /dev on / to handle bootstrapping). >=20 > So, how about a flag to sshd to make it allow this behavior with > suitably strong warnings in the man page? I'm not sure about this..our ssh code is already difficult enough to update because of divergences. It would be up to Brian. > Also, how come e.g. telnetd doesn't have the same problem? If telnetd > can work why can't sshd? Not immediately sure. Kris --AjmyJqqohANyBN/e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE68LsSWry0BWjoQKURAkKkAKCeoBynPjBqAga1nSDeAQEm1z9NKACfSCt9 QtNxUI8hC6qEXGhBtrZlI+8= =3PsB -----END PGP SIGNATURE----- --AjmyJqqohANyBN/e-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 19:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A096737B440 for ; Wed, 2 May 2001 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f432U1i24853; Wed, 2 May 2001 19:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19EDE37B424 for ; Wed, 2 May 2001 19:26:16 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f432QGi24598; Wed, 2 May 2001 19:26:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200105030226.f432QGi24598@freefall.freebsd.org> Date: Wed, 2 May 2001 19:26:16 -0700 (PDT) From: iron-eagle@mailcity.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/27048: Bus support (I believe) broken in freeBSD 4.2 and above for whatever bus is found in a Compaq Presario 633 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27048 >Category: kern >Synopsis: Bus support (I believe) broken in freeBSD 4.2 and above for whatever bus is found in a Compaq Presario 633 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 02 19:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gabriel Mastico >Release: 4.3 (upgraded from 4.1.1) >Organization: N/A >Environment: FreeBSD midnight.masticate.yi.org 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed May 2 16:35:05 PDT 20001 root@midnight.masticate.yi.org:/usr/src/sys/compile/MIDNIGHT i386 >Description: I originally discovered this problem when I upgraded from 4.1.1 to 4.2, and found that I was getting 'hard errors' whenever any process tried to access the hard drive (these occured on boot as well). I then reinstalled 4.1.1, and waited for 4.3 to be released. I just rebuilt the system with the 4.3 code, and found that this same error is occuring. The error is as follows: The system is still (barely) functional, but I cannot perform any operation which would require a write to the disk (this is not quite true, writes to disk work occasionally). All read operations complete just fine, however. The following are example of the errors, as found in dmesg: ad0s1a: hard error writing fsbn 415 of 176-191 (ad0s1 bn 415; cn 0 tn 6 sn 37) status=51 error=04 ad0s1f: hard error writing fsbn 6003135 of 2884288-2884303 (ad0s1 bn 6003135; cn 1488 tn 56 sn 23) status=51 error=04 >How-To-Repeat: The only way to do this, I imagine, would be to attempt a write to the hard drive on the affected computer. As such, I am willing to give a developer ssh access to the affected computer, and root access if (as I suspect is the case) necessary. >Fix: Perhaps isolate what exactly has changed in the relevant code since 4.1.1, and return it to its original state. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 21: 0:29 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B16D237B506 for ; Wed, 2 May 2001 21:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43409433706; Wed, 2 May 2001 21:00:09 -0700 (PDT) (envelope-from gnats) Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 1C22237B423 for ; Wed, 2 May 2001 20:51:09 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 5E2B03E28 for ; Wed, 2 May 2001 20:51:05 -0700 (PDT) Received: (from dima@localhost) by hornet.unixfreak.org (8.11.3/8.11.1) id f433p5q78347; Wed, 2 May 2001 20:51:05 -0700 (PDT) (envelope-from dima) Message-Id: <200105030351.f433p5q78347@hornet.unixfreak.org> Date: Wed, 2 May 2001 20:51:05 -0700 (PDT) From: dd@freebsd.org Reply-To: dd@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27050: [PATCH] Add snapshot functionality to last(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27050 >Category: bin >Synopsis: [PATCH] Add snapshot functionality to last(1) >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: Wed May 02 21:00:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-RELEASE i386 >Organization: Private >Environment: System: FreeBSD hornet.unixfreak.org 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 16:42:47 PDT 2001 dima@hornet.unixfreak.org:/a/home/dima/w/f/43/sys/compile/HORNET i386 >Description: OpenBSD's last(1) has a nice snapshot feature which allows one to get a list of users logged in at a certain date and time. Attached is a patch which implements this functionality in FreeBSD's last(1). Although the majority of the patch is from OpenBSD, the delta is quite large; our last(1) has other features that theirs doesn't. >How-To-Repeat: >Fix: The following patch adds a -d option which implements the above functionality. I sent it to -hackers and -audit, but as far as I know nobody did anything more than skim it. It is "Obtained from: OpenBSD". Index: last.1 =================================================================== RCS file: /st/src/FreeBSD/src/usr.bin/last/last.1,v retrieving revision 1.8 diff -u -r1.8 last.1 --- last.1 2001/04/26 06:10:46 1.8 +++ last.1 2001/05/03 03:34:51 @@ -32,7 +32,7 @@ .\" @(#)last.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD: src/usr.bin/last/last.1,v 1.8 2001/04/26 06:10:46 dd Exp $ .\" -.Dd June 6, 1993 +.Dd May 2, 2001 .Dt LAST 1 .Os BSD 4 .Sh NAME @@ -41,6 +41,15 @@ .Sh SYNOPSIS .Nm .Op Fl Ns Ar n +.Oo +.Fl d +.Sm off +.Op Oo Ar CC Oc Ar YY +.Op Ar MM DD +.Ar hh mm +.Op Ar .SS +.Sm on +.Oc .Op Fl f Ar file .Op Fl h Ar host .Op Fl s @@ -49,12 +58,13 @@ .Op user ... .Sh DESCRIPTION .Nm Last -will list the sessions of specified +will either list the sessions of specified .Ar users , .Ar ttys , and .Ar hosts , -in reverse time order. +in reverse time order, +or list the users logged in at a specified date and time. Each line of output contains the user name, the tty from which the session was conducted, any hostname, the start and stop times for the session, and the duration @@ -69,6 +79,65 @@ Limits the report to .Ar n lines. +.It Fl d Ar date +Specify the snapshot date and time. +All users logged in at the snapshot date and time will +be reported. +This may be used with the +.Fl f +option to derive the results from stored wtmp files. +When this argument is provided, all other options except for +.Fl f +and +.Fl Ar n +are ignored. +The argument should be in the form +.Sm off +.Op Oo Ar CC Oc Ar YY +.Op Ar MM DD +.Ar hh mm +.Op Ar .SS +.Sm on +where each pair of letters represents the following: +.Pp +.Bl -tag -width Ds -compact -offset indent +.It Ar CC +The first two digits of the year (the century). +.It Ar YY +The second two digits of the year. +If +.Ar YY +is specified, but +.Ar CC +is not, a value for +.Ar YY +between 69 and 99 results in a +.Ar CC +value of 19. +Otherwise, a +.Ar CC +value of 20 is used. +.It Ar MM +Month of the year, from 1 to 12. +.It Ar DD +Day of the month, from 1 to 31. +.It Ar hh +Hour of the day, from 0 to 23. +.It Ar mm +Minute of the hour, from 0 to 59. +.It Ar SS +Second of the minute, from 0 to 61. +.El +.Pp +If the +.Ar CC +and +.Ar YY +letter pairs are not specified, the values default to the current +year. +If the +.Ar SS +letter pair is not specified, the value defaults to 0. .It Fl f Ar file .Nm Last reads the file @@ -94,8 +163,9 @@ default days, hours and minutes. .El .Pp -If -multiple arguments are given, the information which applies to any of the +If multiple arguments are given, +and a snapshot time is not specified, +the information which applies to any of the arguments is printed, e.g., .Dq Li "last root -t console" would list all of Index: last.c =================================================================== RCS file: /st/src/FreeBSD/src/usr.bin/last/last.c,v retrieving revision 1.16 diff -u -r1.16 last.c --- last.c 2001/03/21 19:08:01 1.16 +++ last.c 2001/05/03 03:34:51 @@ -62,6 +62,7 @@ #define NO 0 /* false/no */ #define YES 1 /* true/yes */ +#define ATOI2(ar) ((ar)[0] - '0') * 10 + ((ar)[1] - '0'); (ar) += 2; static struct utmp buf[1024]; /* utmp read buffer */ @@ -89,11 +90,16 @@ static int sflag = 0; /* show delta in seconds */ static int width = 5; /* show seconds in delta */ static int d_first; +static time_t snaptime; /* if != 0, we will only + * report users logged in + * at this snapshot time + */ void addarg __P((int, char *)); void hostconv __P((char *)); void onintr __P((int)); char *ttyconv __P((char *)); +time_t dateconv __P((char *)); int want __P((struct utmp *)); void wtmp __P((void)); @@ -117,7 +123,8 @@ d_first = (*nl_langinfo(D_MD_ORDER) == 'd'); maxrec = -1; - while ((ch = getopt(argc, argv, "0123456789f:h:st:w")) != -1) + snaptime = 0; + while ((ch = getopt(argc, argv, "0123456789d:f:h:st:w")) != -1) switch (ch) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': @@ -135,6 +142,9 @@ exit(0); } break; + case 'd': + snaptime = dateconv(optarg); + break; case 'f': file = optarg; break; @@ -189,6 +199,7 @@ char *crmsg; char ct[80]; struct tm *tm; + int snapfound = 0; /* found snapshot entry? */ LIST_INIT(&ttylist); @@ -220,7 +231,19 @@ currentout = -bp->ut_time; crmsg = strncmp(bp->ut_name, "shutdown", UT_NAMESIZE) ? "crash" : "shutdown"; - if (want(bp)) { + /* + * if we're in snapshot mode, we want to + * exit if this shutdown/reboot appears + * while we we are tracking the active + * range + */ + if (snaptime && snapfound) + return; + /* + * don't print shutdown/reboot entries + * unless flagged for + */ + if (!snaptime && want(bp)) { tm = localtime(&bp->ut_time); (void) strftime(ct, sizeof(ct), d_first ? "%a %e %b %R" : @@ -243,7 +266,7 @@ */ if ((bp->ut_line[0] == '{' || bp->ut_line[0] == '|') && !bp->ut_line[1]) { - if (want(bp)) { + if (want(bp) && !snaptime) { tm = localtime(&bp->ut_time); (void) strftime(ct, sizeof(ct), d_first ? "%a %e %b %R" : @@ -259,77 +282,82 @@ } continue; } - if (bp->ut_name[0] == '\0' || want(bp)) { - /* find associated tty */ - LIST_FOREACH(tt, &ttylist, list) - if (!strncmp(tt->tty, bp->ut_line, UT_LINESIZE)) - break; - - if (tt == NULL) { - /* add new one */ - tt = malloc(sizeof(struct ttytab)); - if (tt == NULL) - err(1, "malloc failure"); - tt->logout = currentout; - strncpy(tt->tty, bp->ut_line, UT_LINESIZE); - LIST_INSERT_HEAD(&ttylist, tt, list); - } - - if (bp->ut_name[0]) { - /* - * when uucp and ftp log in over a network, the entry in - * the utmp file is the name plus their process id. See - * etc/ftpd.c and usr.bin/uucp/uucpd.c for more information. - */ - if (!strncmp(bp->ut_line, "ftp", sizeof("ftp") - 1)) - bp->ut_line[3] = '\0'; - else if (!strncmp(bp->ut_line, "uucp", sizeof("uucp") - 1)) - bp->ut_line[4] = '\0'; - tm = localtime(&bp->ut_time); - (void) strftime(ct, sizeof(ct), - d_first ? "%a %e %b %R" : - "%a %b %e %R", - tm); - printf("%-*.*s %-*.*s %-*.*s %s ", - UT_NAMESIZE, UT_NAMESIZE, bp->ut_name, - UT_LINESIZE, UT_LINESIZE, bp->ut_line, - UT_HOSTSIZE, UT_HOSTSIZE, bp->ut_host, - ct); - if (!tt->logout) - puts(" still logged in"); + /* find associated tty */ + LIST_FOREACH(tt, &ttylist, list) + if (!strncmp(tt->tty, bp->ut_line, UT_LINESIZE)) + break; + + if (tt == NULL) { + /* add new one */ + tt = malloc(sizeof(struct ttytab)); + if (tt == NULL) + err(1, "malloc failure"); + tt->logout = currentout; + strncpy(tt->tty, bp->ut_line, UT_LINESIZE); + LIST_INSERT_HEAD(&ttylist, tt, list); + } + + /* + * print record if not in snapshot mode and wanted + * or in snapshot mode and in snapshot range + */ + if (bp->ut_name[0] && (want(bp) || + (bp->ut_time < snaptime && + (tt->logout > snaptime || tt->logout < 1)))) { + snapfound = 1; + /* + * when uucp and ftp log in over a network, the entry in + * the utmp file is the name plus their process id. See + * etc/ftpd.c and usr.bin/uucp/uucpd.c for more information. + */ + if (!strncmp(bp->ut_line, "ftp", sizeof("ftp") - 1)) + bp->ut_line[3] = '\0'; + else if (!strncmp(bp->ut_line, "uucp", sizeof("uucp") - 1)) + bp->ut_line[4] = '\0'; + tm = localtime(&bp->ut_time); + (void) strftime(ct, sizeof(ct), + d_first ? "%a %e %b %R" : + "%a %b %e %R", + tm); + printf("%-*.*s %-*.*s %-*.*s %s ", + UT_NAMESIZE, UT_NAMESIZE, bp->ut_name, + UT_LINESIZE, UT_LINESIZE, bp->ut_line, + UT_HOSTSIZE, UT_HOSTSIZE, bp->ut_host, + ct); + if (!tt->logout) + puts(" still logged in"); + else { + if (tt->logout < 0) { + tt->logout = -tt->logout; + printf("- %s", crmsg); + } else { - if (tt->logout < 0) { - tt->logout = -tt->logout; - printf("- %s", crmsg); - } - else { - tm = localtime(&tt->logout); - (void) strftime(ct, sizeof(ct), "%R", tm); - printf("- %s", ct); - } - delta = tt->logout - bp->ut_time; - if ( sflag ) { - printf(" (%8lu)\n", - delta); - } else { - tm = gmtime(&delta); - (void) strftime(ct, sizeof(ct), - width >= 8 ? "%T" : "%R", - tm); - if (delta < 86400) + tm = localtime(&tt->logout); + (void) strftime(ct, sizeof(ct), "%R", tm); + printf("- %s", ct); + } + delta = tt->logout - bp->ut_time; + if ( sflag ) { + printf(" (%8lu)\n", + delta); + } else { + tm = gmtime(&delta); + (void) strftime(ct, sizeof(ct), + width >= 8 ? "%T" : "%R", + tm); + if (delta < 86400) printf(" (%s)\n", ct); - else + else printf(" (%ld+%s)\n", delta / 86400, ct); - } } - LIST_REMOVE(tt, list); - free(tt); - if (maxrec != -1 && !--maxrec) - return; - } else { - tt->logout = bp->ut_time; } + LIST_REMOVE(tt, list); + free(tt); + if (maxrec != -1 && !--maxrec) + return; + } else { + tt->logout = bp->ut_time; } } } @@ -348,6 +376,9 @@ { ARG *step; + if (snaptime) + return (NO); + if (!arglist) return (YES); @@ -444,6 +475,80 @@ return (arg + 5); return (arg); } + +/* + * dateconv -- + * Convert the snapshot time in command line given in the format + * [[CC]YY]MMDDhhmm[.SS]] to a time_t. + * Derived from atime_arg1() in usr.bin/touch/touch.c + */ +time_t +dateconv(arg) + char *arg; +{ + time_t timet; + struct tm *t; + int yearset; + char *p; + + /* Start with the current time. */ + if (time(&timet) < 0) + err(1, "time"); + if ((t = localtime(&timet)) == NULL) + err(1, "localtime"); + + /* [[CC]YY]MMDDhhmm[.SS] */ + if ((p = strchr(arg, '.')) == NULL) + t->tm_sec = 0; /* Seconds defaults to 0. */ + else { + if (strlen(p + 1) != 2) + goto terr; + *p++ = '\0'; + t->tm_sec = ATOI2(p); + } + + yearset = 0; + switch (strlen(arg)) { + case 12: /* CCYYMMDDhhmm */ + t->tm_year = ATOI2(arg); + t->tm_year *= 100; + yearset = 1; + /* FALLTHOUGH */ + case 10: /* YYMMDDhhmm */ + if (yearset) { + yearset = ATOI2(arg); + t->tm_year += yearset; + } else { + yearset = ATOI2(arg); + if (yearset < 69) + t->tm_year = yearset + 2000; + else + t->tm_year = yearset + 1900; + } + t->tm_year -= 1900; /* Convert to UNIX time. */ + /* FALLTHROUGH */ + case 8: /* MMDDhhmm */ + t->tm_mon = ATOI2(arg); + --t->tm_mon; /* Convert from 01-12 to 00-11 */ + t->tm_mday = ATOI2(arg); + t->tm_hour = ATOI2(arg); + t->tm_min = ATOI2(arg); + break; + case 4: /* hhmm */ + t->tm_hour = ATOI2(arg); + t->tm_min = ATOI2(arg); + break; + default: + goto terr; + } + t->tm_isdst = -1; /* Figure out DST. */ + timet = mktime(t); + if (timet == -1) +terr: errx(1, + "out of range or illegal time specification: [[CC]YY]MMDDhhmm[.SS]"); + return timet; +} + /* * onintr -- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 23:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1C1137B43C for ; Wed, 2 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f436K1D58539; Wed, 2 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from news1.macomnet.ru (news1.macomnet.ru [195.128.64.14]) by hub.freebsd.org (Postfix) with ESMTP id 2484037B424 for ; Wed, 2 May 2001 23:18:26 -0700 (PDT) (envelope-from maxim@news1.macomnet.ru) Received: (from maxim@localhost) by news1.macomnet.ru (8.11.1/8.11.1) id f436IOm20150; Thu, 3 May 2001 10:18:24 +0400 (MSD) (envelope-from maxim) Message-Id: <200105030618.f436IOm20150@news1.macomnet.ru> Date: Thu, 3 May 2001 10:18:24 +0400 (MSD) From: maxim@macomnet.ru Reply-To: maxim@macomnet.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/27051: [PATCH] /usr/sbin/named.restart does not use ${named_program} from rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27051 >Category: misc >Synopsis: [PATCH] /usr/sbin/named.restart does not use ${named_program} from rc.conf >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 May 02 23:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Maxim Konovalov >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: FreeBSD 5.0-CURRENT >Description: /usr/sbin/named.restart does not use ${named_program} from rc.conf >How-To-Repeat: Change named_program in /etc/rc.conf Run /usr/sbin/named.restart >Fix: --- named.restart.sh.orig Sun Apr 15 20:28:15 2001 +++ named.restart.sh Sun Apr 15 20:35:52 2001 @@ -10,4 +10,4 @@ elif [ -r /etc/rc.conf ]; then . /etc/rc.conf fi -exec %DESTSBIN%/%INDOT%ndc restart ${named_flags} +exec %DESTSBIN%/%INDOT%ndc -n ${named_program} restart ${named_flags} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 2 23:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94D1537B424 for ; Wed, 2 May 2001 23:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f436e1w60248; Wed, 2 May 2001 23:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E22A037B423 for ; Wed, 2 May 2001 23:37:04 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f436b4E60060; Wed, 2 May 2001 23:37:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200105030637.f436b4E60060@freefall.freebsd.org> Date: Wed, 2 May 2001 23:37:04 -0700 (PDT) From: dougy@bryden.apana.org.au To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27052: libtool port broken in 4.3 RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27052 >Category: misc >Synopsis: libtool port broken in 4.3 RELEASE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 02 23:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Doug Young >Release: 4.3 RELEASE >Organization: >Environment: 4.3-RELEASE #0 Sat Apr21 10:54:49GMT 2001 >Description: When attempting to install libtool port, errore message "configure: error: libtool configure failed >How-To-Repeat: Install libtool in a 4.3 RELEASE system >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 0:37:49 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE85D37B423; Thu, 3 May 2001 00:37:46 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f437bkf67722; Thu, 3 May 2001 00:37:46 -0700 (PDT) (envelope-from dd) Date: Thu, 3 May 2001 00:37:46 -0700 (PDT) From: Message-Id: <200105030737.f437bkf67722@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: misc/27052: libtool port broken in 4.3 RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libtool port broken in 4.3 RELEASE Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: dd Responsible-Changed-When: Thu May 3 00:37:37 PDT 2001 Responsible-Changed-Why: ports issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=27052 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 6:40:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E844237B43C for ; Thu, 3 May 2001 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43De1j35217; Thu, 3 May 2001 06:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA4F937B43C for ; Thu, 3 May 2001 06:33:19 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43DXJt20972; Thu, 3 May 2001 06:33:19 -0700 (PDT) (envelope-from nobody) Message-Id: <200105031333.f43DXJt20972@freefall.freebsd.org> Date: Thu, 3 May 2001 06:33:19 -0700 (PDT) From: lele@windmill.it To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/27059: (symbios) SCSI subsystem hangs under heavy load on (Serverworks) SMP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27059 >Category: kern >Synopsis: (symbios) SCSI subsystem hangs under heavy load on (Serverworks) SMP >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 03 06:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Lele Forzani >Release: FreeBSD 4.3-RELEASE >Organization: Intercom s.r.l. >Environment: FreeBSD deimos.intercom.it 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu May 3 01:44:05 CEST 2001 root@deimos.intercom.it:/usr/src/sys/compile/IBNETWORK-SMP i386 >Description: When the system is under a heavy disk load the SCSI subsystem becomes completely irresponsive. The network stays up and processes continue to run as long the do not require access to the scsi disks. Nothing is logged or displayed on the console. Uniprocessor kernel with the same configuration run stable for weeks. 4.2-R had the same problem. The mainboard is ASUS CUR-DLS May 3 01:48:19 deimos /kernel: Copyright (c) 1992-2001 The FreeBSD Project. May 3 01:48:19 deimos /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 May 3 01:48:19 deimos /kernel: The Regents of the University of California. All rights reserved. May 3 01:48:19 deimos /kernel: FreeBSD 4.3-RELEASE #0: Thu May 3 01:44:05 CEST 2001 May 3 01:48:19 deimos /kernel: root@deimos.intercom.it:/usr/src/sys/compile/IBNETWORK-SMP May 3 01:48:19 deimos /kernel: Timecounter "i8254" frequency 1193182 Hz May 3 01:48:19 deimos /kernel: CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) May 3 01:48:19 deimos /kernel: Origin = "GenuineIntel" Id = 0x686 Stepping = 6 May 3 01:48:19 deimos /kernel: Features=0x387fbff May 3 01:48:19 deimos /kernel: real memory = 536850432 (524268K bytes) May 3 01:48:19 deimos /kernel: avail memory = 518393856 (506244K bytes) May 3 01:48:19 deimos /kernel: Programming 16 pins in IOAPIC #0 May 3 01:48:19 deimos /kernel: IOAPIC #0 intpin 2 -> irq 0 May 3 01:48:19 deimos /kernel: Programming 16 pins in IOAPIC #1 May 3 01:48:19 deimos /kernel: FreeBSD/SMP: Multiprocessor motherboard May 3 01:48:19 deimos /kernel: cpu0 (BSP): apic id: 3, version: 0x00040011, at 0xfee00000 May 3 01:48:19 deimos /kernel: cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 May 3 01:48:19 deimos /kernel: io0 (APIC): apic id: 4, version: 0x000f0011, at 0xfec00000 May 3 01:48:19 deimos /kernel: io1 (APIC): apic id: 5, version: 0x000f0011, at 0xfec01000 May 3 01:48:19 deimos /kernel: Preloaded elf kernel "kernel" at 0xc036e000. May 3 01:48:19 deimos /kernel: Preloaded userconfig_script "/boot/kernel.conf" at 0xc036e09c. May 3 01:48:19 deimos /kernel: Pentium Pro MTRR support enabled May 3 01:48:19 deimos /kernel: md0: Malloc disk May 3 01:48:19 deimos /kernel: npx0: on motherboard May 3 01:48:19 deimos /kernel: npx0: INT 16 interface May 3 01:48:19 deimos /kernel: pcib0: on motherboard May 3 01:48:19 deimos /kernel: IOAPIC #1 intpin 4 -> irq 2 May 3 01:48:19 deimos /kernel: IOAPIC #1 intpin 14 -> irq 5 May 3 01:48:19 deimos /kernel: pci0: on pcib0 May 3 01:48:19 deimos /kernel: fxp0: port 0xd800-0xd83f mem 0xfd800000-0xfd8fffff,0xfe000000-0xfe000fff irq 2 at device 2.0 on pci0 May 3 01:48:19 deimos /kernel: fxp0: Ethernet address 00:e0:18:04:96:d8 May 3 01:48:19 deimos /kernel: pci0: at 7.0 May 3 01:48:19 deimos /kernel: isab0: at device 15.0 on pci0 May 3 01:48:19 deimos /kernel: isa0: on isab0 May 3 01:48:19 deimos /kernel: atapci0: port 0xd000-0xd00f at device 15.1 on pci0 May 3 01:48:19 deimos /kernel: ata0: at 0x1f0 irq 14 on atapci0 May 3 01:48:19 deimos /kernel: ata1: at 0x170 irq 15 on atapci0 May 3 01:48:19 deimos /kernel: ohci0: mem 0xfb000000-0xfb000fff irq 5 at device 15.2 on pci0 May 3 01:48:19 deimos /kernel: usb0: OHCI version 1.0, legacy support May 3 01:48:19 deimos /kernel: usb0: on ohci0 May 3 01:48:19 deimos /kernel: usb0: USB revision 1.0 May 3 01:48:19 deimos /kernel: uhub0: (unknown) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 May 3 01:48:19 deimos /kernel: uhub0: 4 ports with 4 removable, self powered May 3 01:48:19 deimos /kernel: pcib1: on motherboard May 3 01:48:19 deimos /kernel: IOAPIC #1 intpin 8 -> irq 6 May 3 01:48:19 deimos /kernel: IOAPIC #1 intpin 9 -> irq 10 May 3 01:48:19 deimos /kernel: pci1: on pcib1 May 3 01:48:19 deimos /kernel: sym0: <896> port 0xb800-0xb8ff mem 0xfa000000-0xfa001fff,0xfa800000-0xfa8003ff irq 6 at device 5.0 on pci1 May 3 01:48:19 deimos /kernel: sym0: Symbios NVRAM, ID 7, Fast-40, SE, parity checking May 3 01:48:19 deimos /kernel: sym0: open drain IRQ line driver, using on-chip SRAM May 3 01:48:19 deimos /kernel: sym0: using LOAD/STORE-based firmware. May 3 01:48:19 deimos /kernel: sym0: handling phase mismatch from SCRIPTS. May 3 01:48:19 deimos /kernel: sym0: SCAN AT BOOT disabled for targets 1 2 3 4 5 6 8 9 10 11 12 13 14 15. May 3 01:48:19 deimos /kernel: sym1: <896> port 0xb400-0xb4ff mem 0xf9000000-0xf9001fff,0xf9800000-0xf98003ff irq 10 at device 5.1 on pci1 May 3 01:48:19 deimos /kernel: sym1: Symbios NVRAM, ID 7, Fast-40, LVD, parity checking May 3 01:48:19 deimos /kernel: sym1: open drain IRQ line driver, using on-chip SRAM May 3 01:48:19 deimos /kernel: sym1: using LOAD/STORE-based firmware. May 3 01:48:19 deimos /kernel: sym1: handling phase mismatch from SCRIPTS. May 3 01:48:19 deimos /kernel: sym1: SCAN AT BOOT disabled for targets 0 1 2 3 4 6 8 9 10 11 12 13 14 15. May 3 01:48:19 deimos /kernel: fdc0: cannot reserve interrupt line May 3 01:48:19 deimos /kernel: atkbdc0: at port 0x60,0x64 on isa0 May 3 01:48:19 deimos /kernel: atkbd0: flags 0x1 irq 1 on atkbdc0 May 3 01:48:19 deimos /kernel: kbd0 at atkbd0 May 3 01:48:19 deimos /kernel: psm0: irq 12 on atkbdc0 May 3 01:48:19 deimos /kernel: psm0: model Generic PS/2 mouse, device ID 0 May 3 01:48:19 deimos /kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 May 3 01:48:19 deimos /kernel: sc0: at flags 0x100 on isa0 May 3 01:48:19 deimos /kernel: sc0: VGA <16 virtual consoles, flags=0x300> May 3 01:48:19 deimos /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 May 3 01:48:19 deimos /kernel: sio0: type 16550A May 3 01:48:19 deimos /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0 May 3 01:48:19 deimos /kernel: sio1: type 16550A May 3 01:48:19 deimos /kernel: ppc0: at port 0x378-0x37f irq 7 on isa0 May 3 01:48:19 deimos /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode May 3 01:48:19 deimos /kernel: ppc0: FIFO with 16/16/8 bytes threshold May 3 01:48:19 deimos /kernel: lpt0: on ppbus0 May 3 01:48:19 deimos /kernel: lpt0: Interrupt-driven port May 3 01:48:19 deimos /kernel: ppi0: on ppbus0 May 3 01:48:19 deimos /kernel: APIC_IO: Testing 8254 interrupt delivery May 3 01:48:19 deimos /kernel: APIC_IO: Broken MP table detected: 8254 is not connected to IOAPIC #0 intpin 2 May 3 01:48:19 deimos /kernel: APIC_IO: routing 8254 via 8259 and IOAPIC #0 intpin 0 May 3 01:48:19 deimos /kernel: SMP: AP CPU #1 Launched! May 3 01:48:19 deimos /kernel: ad0: 43979MB [89355/16/63] at ata0-master UDMA33 May 3 01:48:19 deimos /kernel: acd0: CDROM at ata1-master using PIO4 May 3 01:48:19 deimos /kernel: Waiting 15 seconds for SCSI devices to settle May 3 01:48:19 deimos /kernel: (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. May 3 01:48:19 deimos /kernel: (noperiph:sym1:0:-1:-1): SCSI BUS reset delivered. May 3 01:48:19 deimos /kernel: sa0 at sym1 bus 0 target 5 lun 0 May 3 01:48:19 deimos /kernel: sa0: Removable Sequential Access SCSI-2 device May 3 01:48:19 deimos /kernel: sa0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) May 3 01:48:19 deimos /kernel: da0 at sym0 bus 0 target 0 lun 0 May 3 01:48:19 deimos /kernel: da0: Fixed Direct Access SCSI-2 device May 3 01:48:19 deimos /kernel: da0: 40.000MB/s transfers (20.000MHz, offset 16, 16bit), Tagged Queueing Enabled May 3 01:48:19 deimos /kernel: da0: 156320MB (320143360 512 byte sectors: 255H 63S/T 19928C) May 3 01:48:19 deimos /kernel: Mounting root from ufs:/dev/da0s1a >How-To-Repeat: Just cp or tar of a large amount of data from the scsi disks, usually hangs in few minutes. Reading from the scsi disk is enough (it's not necessary to write) >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 10:10:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CD8837B43F for ; Thu, 3 May 2001 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43HA1N55695; Thu, 3 May 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7CE437B423 for ; Thu, 3 May 2001 10:02:28 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43H2S452198; Thu, 3 May 2001 10:02:28 -0700 (PDT) (envelope-from nobody) Message-Id: <200105031702.f43H2S452198@freefall.freebsd.org> Date: Thu, 3 May 2001 10:02:28 -0700 (PDT) From: stefan.schmidt@twest.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/27063: /sbin/ipfs missing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27063 >Category: bin >Synopsis: /sbin/ipfs missing >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 May 03 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stefan Schmidt >Release: RELENG_4 >Organization: >Environment: FreeBSD sts-home.stadtbuch.de 4.3-RC FreeBSD 4.3-RC #0: Tue Apr 17 23:28:43 CEST 2001 root@sts-home.stadtbuch.de:/usr/obj/usr/src/sys/STSHOME i386 >Description: The "ipfs" utility that is part of the IPFilter distribution is not being installed. "ipfs" saves and restores information for NAT and state tables. some minor modifications to /etc/rc.network and /etc/rc.shutdown are needed for automatically saving and restoring state tables at boot / shutdown. >How-To-Repeat: sts-home# ipfs ipfs: Command not found. >Fix: (copy/pasted, tabs destroyed) root@sts-home:/usr/src/sbin --> cat /usr/src/sbin/ipfs/Makefile # $FreeBSD$ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man PROG= ipfs MAN8= ipfs.8 SRCS= ipfs.c CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter .include root@sts-home:/usr/src/sbin --> cvs diff -cwd Makefile Index: Makefile =================================================================== RCS file: /home/cvs/src/sbin/Makefile,v retrieving revision 1.77.2.1 diff -c -w -d -r1.77.2.1 Makefile *** Makefile 2000/03/31 03:24:28 1.77.2.1 --- Makefile 2001/05/03 12:35:02 *************** *** 23,28 **** --- 23,29 ---- init \ ip6fw \ ipf \ + ipfs \ ipfstat \ ipfw \ ipmon \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 11: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C162437B43C for ; Thu, 3 May 2001 11:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43I09G60289; Thu, 3 May 2001 11:00:09 -0700 (PDT) (envelope-from gnats) Date: Thu, 3 May 2001 11:00:09 -0700 (PDT) Message-Id: <200105031800.f43I09G60289@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mark Handley Subject: Re: kern/25104: file corruption with Adaptec 29160 SCSI adapter Reply-To: Mark Handley Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/25104; it has been noted by GNATS. From: Mark Handley To: freebsd-gnats-submit@FreeBSD.org, mjh@aciri.org Cc: Subject: Re: kern/25104: file corruption with Adaptec 29160 SCSI adapter Date: Thu, 03 May 2001 10:56:14 -0700 OK, the problem isn't a SCSI problem. I just put an ATA100 disk in one of these machines, and removed the SCSI controller card - the problem is just the same - large files get corrupted with about a 1-in-5 probability. So, what's the real problem? Is this a fundamental problem with the VIA 82C686A south bridge? The Register mentions something that sounds similar: http://www.theregister.co.uk/content/3/18267.html But this is with the 686B, not the 686A that the original Asus A7V that my machines have. I suppose it's also possible there's a timing hole in the FreeBSD filesystem code, but this seems unlikely to me. - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 11:44:14 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mail3.intermedia.net (mail3.intermedia.net [206.40.48.153]) by hub.freebsd.org (Postfix) with ESMTP id 41CE537B449 for ; Thu, 3 May 2001 11:43:44 -0700 (PDT) (envelope-from tonyg@crazynickels.com) Received: from mail.crazynickels.com (unverified [64.78.44.128]) by mail3.intermedia.net (Rockliffe SMTPRA 4.2.4) with ESMTP id for ; Thu, 3 May 2001 11:37:28 -0700 Message-ID: Content-type: text/plain Date: Thu, 03 May 2001 11:42:31 -0700 From: tonyg@crazynickels.com Subject: Web Development To: freebsd-bugs@FreeBSD.ORG X-mailer: CrazyNickels.Com Email Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Hi, I do web development and database work out of Las Vegas. I was wondering if you needed any development done. I have been doing web work for 6 years. I know Cold Fusion, ASP, Oracle, SQL and Flash. Tony Grijalva 702.951.3051 Here's some the sites I've worked on: http://www.crazynickels.com - Complete site. Turned out in 3 days. http://www.woodtrim.com - Complete sites along with www.brushed aluminum.com as a content manager, shopping cart, FAQ, Referral Program. http://www.SchoolCity.com - Pre-IPO Company I did the Complete site. I can send you a complete document about this site. http://www.codernet.com - My own site with a bunch of guys here. I did the graphics. http://www.antennas.com - The graphics were given to me in PhotoShop format. I have to make them web ready and add functions. http://www.momentisgroup.com - Backend Cold Fusion work. http://www.isecinc.com - Their print company in Arizona sent me the project and related functions. I can walk you through a back door process. http://www.reoinc.com - Working on Now. http://www.arraybiopharma.com - Needed the site before they went public... I didn't do the flash but everything else and some cgi. http://www.linworth.com - Got PhotoShop files. Added Cold Fusion functions. Please let me know if you need any help...... Thank You for your time and consideration, Tony Grijalva 702.951.3051 tonyg@codernet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 12:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D118F37B423 for ; Thu, 3 May 2001 12:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43JA4s73609; Thu, 3 May 2001 12:10:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 3 May 2001 12:10:04 -0700 (PDT) Message-Id: <200105031910.f43JA4s73609@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mark Handley Subject: Re: kern/25104: file corruption with Adaptec 29160 SCSI adapter Reply-To: Mark Handley Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/25104; it has been noted by GNATS. From: Mark Handley To: freebsd-gnats-submit@FreeBSD.org, mjh@aciri.org Cc: Subject: Re: kern/25104: file corruption with Adaptec 29160 SCSI adapter Date: Thu, 03 May 2001 12:03:11 -0700 Just for another data point, I moved the IDE disk to the ATA66 controller (built into the south bridge) rather than the separate Promise ATA100 controller (which is on the motherboard on the A7V). Same problem, although rather than seeing 64 byte chunks of corrupted data, as I did with SCSI, I'm seeing 4K chunks of data from elsewhere in the file (ie the file contains two copies of one 4K chunk, and no copy of another 4K chunk). Given this, it seems unlikely to me that this is a software problem. If it had been, I'd have expected the size of the corruptions to be similar in both cases. But I'm really confused - this seems to be the sort of problem that someone else must have seen. - Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 13:10: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F88037B43F for ; Thu, 3 May 2001 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43KA1v81378; Thu, 3 May 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from infres.enst.fr (infres-192.enst.fr [137.194.192.1]) by hub.freebsd.org (Postfix) with ESMTP id C297C37B422 for ; Thu, 3 May 2001 13:02:04 -0700 (PDT) (envelope-from quinot@inf.enst.fr) Received: from shalmaneser.enst.fr (shalmaneser.enst.fr [137.194.160.128]) by infres.enst.fr (Postfix) with ESMTP id A11D41881 for ; Thu, 3 May 2001 22:02:03 +0200 (MET DST) Received: by shalmaneser.enst.fr (Postfix, from userid 11117) id C098211299; Thu, 3 May 2001 22:02:02 +0200 (CEST) Message-Id: <20010503200202.C098211299@shalmaneser.enst.fr> Date: Thu, 3 May 2001 22:02:02 +0200 (CEST) From: quinot@inf.enst.fr Reply-To: quinot@inf.enst.fr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27067: pcm_feederdesc defined twice Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27067 >Category: kern >Synopsis: pcm_feederdesc defined twice >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 May 03 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD shalmaneser.enst.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #8: Fri Apr 20 17:55:41 CEST 2001 quinot@shalmaneser.enst.fr:/usr/obj/usr/src/sys/SHALMANESER i386 >Description: In sys/dev/sound/pcm, struct pcm_feederdesc is defined in feeder.h (included by sound.h) *and* datatypes.h. This prevents the compilation of the ICH audio driver (http://www.katsurajima.seya.yokohama.jp/ich/), which includes sound.h, and also requires datatypes.h because it uses snd_dbuf. >How-To-Repeat: >Fix: I do not know if the following patch is appropriate, but at least it let me compile the kernel. --- sys/dev/sound/pcm/datatypes.h.dist Thu May 3 21:55:50 2001 +++ sys/dev/sound/pcm/datatypes.h Thu May 3 21:55:44 2001 @@ -81,23 +81,6 @@ /*****************************************************************************/ -struct pcm_feederdesc { - u_int32_t type; - u_int32_t in, out; - u_int32_t flags; - int idx; -}; - -struct _pcm_feeder { - KOBJ_FIELDS; - int align; - struct pcm_feederdesc *desc; - void *data; - pcm_feeder *source; -}; - -/*****************************************************************************/ - struct _pcmchan_caps { u_int32_t minspeed, maxspeed; u_int32_t *fmtlist; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 15:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1308F37B424 for ; Thu, 3 May 2001 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43Mo1Z99375; Thu, 3 May 2001 15:50:01 -0700 (PDT) (envelope-from gnats) Received: from star.vectori.net (star.vectori.net [63.151.167.66]) by hub.freebsd.org (Postfix) with ESMTP id 465A537B424 for ; Thu, 3 May 2001 15:48:12 -0700 (PDT) (envelope-from root@vectori.net) Received: by star.vectori.net (Postfix, from userid 0) id C1F357A7A; Thu, 3 May 2001 17:23:45 -0500 (EST) Message-Id: <20010503222345.C1F357A7A@star.vectori.net> Date: Thu, 3 May 2001 17:23:45 -0500 (EST) From: tronik@vectori.net Reply-To: tronik@vectori.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27068: w and who do not show users / utmp stays 0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27068 >Category: bin >Synopsis: w and who do not show users / utmp stays 0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 03 15:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: William >Release: FreeBSD 4.3-STABLE i386 >Organization: Vector iNetworks >Environment: System: FreeBSD cygnus.vectori.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu May 3 01:30:48 EST 2001 tronik@cygnus.vectori.net:/usr/src/sys/compile/CYGNUS i386 >Description: /var/run/utmp is not being written by anything except screen. w and who do not show users who're logged in. >How-To-Repeat: using stable sources i've built and installed world 3 times with the same problems. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 16:10:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5A8737B43C for ; Thu, 3 May 2001 16:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43NA3Y03814; Thu, 3 May 2001 16:10:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 3 May 2001 16:10:03 -0700 (PDT) Message-Id: <200105032310.f43NA3Y03814@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Archie Cobbs Subject: Re: bin/26996: sshd fails when / mounted read-only Reply-To: Archie Cobbs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26996; it has been noted by GNATS. From: Archie Cobbs To: Kris Kennaway Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/26996: sshd fails when / mounted read-only Date: Thu, 03 May 2001 16:00:40 -0700 Kris Kennaway wrote: > > Kris Kennaway wrote: > > > > This patch fixes the problem, but may cause other > > > > security problems (or may not, I'm not sure): > > > > > > In fact it does; if the ownership and permissions of pty devices isn't > > > changed it allows any other users on the system to read and write to > > > that pty, snooping passwords and the like. The real solution would be > > > to use devfs or mount your /dev on a MFS or something (with a minimal > > > static /dev on / to handle bootstrapping). > > > > So, how about a flag to sshd to make it allow this behavior with > > suitably strong warnings in the man page? > > I'm not sure about this..our ssh code is already difficult enough to > update because of divergences. It would be up to Brian. > > > Also, how come e.g. telnetd doesn't have the same problem? If telnetd > > can work why can't sshd? > > Not immediately sure. ...so either telnetd has a security hole, or this bug can be fixed without lessening security. Either way, we should do something.. :-) It seems like it should be OK to leave the tty owned by root/wheel (if that's who owns it) because they are a secure user and group..? I.e., if either one is broken then you have larger security problems to worry about. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 16:10:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E06237B443 for ; Thu, 3 May 2001 16:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43NA4G03825; Thu, 3 May 2001 16:10:04 -0700 (PDT) (envelope-from gnats) Received: from skippyii.compar.com (mail.compar.com [216.208.38.130]) by hub.freebsd.org (Postfix) with ESMTP id 5537437B422 for ; Thu, 3 May 2001 16:04:24 -0700 (PDT) (envelope-from root@gabby.gsicomp.on.ca) Received: from gabby.gsicomp.on.ca (HSE-Toronto-ppp213450.sympatico.ca [64.228.153.241]) by skippyii.compar.com (8.11.3/8.11.3) with ESMTP id f43N9O251928 for ; Thu, 3 May 2001 19:09:24 -0400 (EDT) (envelope-from root@gabby.gsicomp.on.ca) Received: (from root@localhost) by gabby.gsicomp.on.ca (8.11.1/8.9.3) id f43MveN45424; Thu, 3 May 2001 18:57:40 -0400 (EDT) (envelope-from root) Message-Id: <200105032257.f43MveN45424@gabby.gsicomp.on.ca> Date: Thu, 3 May 2001 18:57:40 -0400 (EDT) From: matt@gsicomp.on.ca Reply-To: matt@gsicomp.on.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/27069: Add ppp delay ability in rc.network Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27069 >Category: bin >Synopsis: ppp links may not be up before natd is started, causing natd to fail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 03 16:10:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Matt Emmerton >Release: FreeBSD 4.3-STABLE i386 >Organization: GSI Computer Services >Environment: gabby.gsicomp.on.ca 4.3-RC FreeBSD 4.3-RC #1: Wed Apr 11 00:54:11 EDT 2001 >Description: In certain situations, /sbin/natd must be used instead of ppp's built-in nat. If a ppp link is being started from rc.network (via ppp_enable), it may not be up and have IPs assigned before natd is started. This causes natd to abort, and forces an admin to start natd by hand. This is especially important for PPPoE links, which are usually up quick enough to not cause this problem, but the odd time can be slow and cause this problem to manifest. >How-To-Repeat: Configure rc.conf with a ppp link (ppp_enable, ppp_mode, ppp_profile) Enable NAT with natd_interface=tun0. When the machine is booted, if the ppp link is slow to init, then natd will fail to initialize. >Fix: Add a parameter called ppp_delay, which is set to an appropriate delay. This will allow ppp to fully init the interface before natd is started. Suggested value of ppp_delay for etc/defaults/rc.conf: 5 seconds? (Adequate for PPPoE links, would need to be upped to 30/45/60 for dialup) --- etc/rc.network.orig Thu May 3 18:43:36 2001 +++ etc/rc.network Thu May 3 18:43:25 2001 @@ -161,6 +161,10 @@ esac echo -n 'Starting ppp: '; ppp ${ppp_command} -quiet ${ppp_profile} + + if [ "x${ppp_delay}" != "x" ]; then + sleep ${ppp_delay} + fi ;; esac >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 16:30:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBB4D37B440 for ; Thu, 3 May 2001 16:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43NU3H05505; Thu, 3 May 2001 16:30:03 -0700 (PDT) (envelope-from gnats) Received: from pille1.addcom.de (pille1.addcom.de [62.96.128.35]) by hub.freebsd.org (Postfix) with SMTP id 352AB37B422 for ; Thu, 3 May 2001 16:25:34 -0700 (PDT) (envelope-from sts@FreeBSD.org) Received: (qmail 14492 invoked from network); 3 May 2001 23:25:32 -0000 Received: from n-dialin-1610.addcom.de (HELO sts-home.stadtbuch.de) (62.246.9.178) by pille1.addcom.de with SMTP; 3 May 2001 23:25:32 -0000 Received: (from root@localhost) by sts-home.stadtbuch.de (8.11.3/8.11.3) id f43NQ5a21153 for freebsd-gnats-submit@freebsd.org; Fri, 4 May 2001 01:26:05 +0200 (CEST) (envelope-from sts) Received: (from sts@localhost) by sts-home.stadtbuch.de (8.11.3/8.11.3av) id f43NQ0c21144; Fri, 4 May 2001 01:26:00 +0200 (CEST) (envelope-from sts) Message-Id: <200105032326.f43NQ0c21144@sts-home.stadtbuch.de> Date: Fri, 4 May 2001 01:26:00 +0200 (CEST) From: stefan.schmidt@twest.de Reply-To: stefan.schmidt@twest.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/27070: save/restore IP Filter's state tables at shutdown/reboot (patch) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27070 >Category: conf >Synopsis: save/restore IP Filter's state tables at shutdown/reboot (patch) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 03 16:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stefan Schmidt >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD sts-home.stadtbuch.de 4.3-RC FreeBSD 4.3-RC #0: Tue Apr 17 23:28:43 CEST 2001 root@sts-home.stadtbuch.de:/usr/obj/usr/src/sys/STSHOME i386 applies to both RELENG_4 and CURRENT. >Description: IP Filter's utility program "ipfs" is supposed to save and restore IP Filter's internal state tables. By saving state tables at shutdown and restoring them at boot-time, already established connections aren't disconnected (or hang, depending on your rules). >How-To-Repeat: (new functionality, thus no How-To-Repeat) >Fix: I've added a few new configuration parameters (ipfs_*) to etc/defaults/rc.conf that maybe overridden in etc/rc.conf: ipfs_enable, ipfs_flags, ipfs_program. The attached patches (against RELENG_4, but should also apply to CURRENT) also modify rc.network for restoring the state tables at boot-time. rc.shutdown saves the tables at shutdown-time. (is there a better place to put this?) Directory db/ipf was added to etc/mtree.var.dist. rc.conf(5) isn't ready yet but I'll happily provide patches to anyone who wants to commit this functionality. Note that PR bin/27063 (/sbin/ipfs missing) is a prerequisit. Index: rc.network =================================================================== RCS file: /home/cvs/src/etc/rc.network,v retrieving revision 1.74.2.14 diff -u -r1.74.2.14 rc.network --- rc.network 2001/03/06 02:21:59 1.74.2.14 +++ rc.network 2001/05/03 21:23:58 @@ -71,6 +71,15 @@ fi ;; esac + case "${ipfs_enable}" in + [Yy][Ee][Ss]) + if [ -r "/var/db/ipf/ipstate.ipf" ]; then + echo -n ' ipfs'; + eval ${ipfs_program:-/sbin/ipfs -R} \ + ${ipfs_flags} + fi + ;; + esac else ipfilter_enable="NO" echo -n ' NO IPF RULES' Index: rc.shutdown =================================================================== RCS file: /home/cvs/src/etc/rc.shutdown,v retrieving revision 1.4.2.9 diff -u -r1.4.2.9 rc.shutdown --- rc.shutdown 2001/03/12 13:29:24 1.4.2.9 +++ rc.shutdown 2001/05/03 21:24:37 @@ -83,6 +83,17 @@ ;; esac +# Save IP Filter state tables + +case ${ipfs_enable} in +[Yy][Ee][Ss]) + echo -n 'Saving IP Filter state tables:' + eval ${ipfs_program:-/sbin/ipfs -W} ${ipfs_flags} + ;; +esac + +echo . + # Insert other shutdown procedures here echo '.' Index: defaults/rc.conf =================================================================== RCS file: /home/cvs/src/etc/defaults/rc.conf,v retrieving revision 1.53.2.21 diff -u -r1.53.2.21 rc.conf --- defaults/rc.conf 2001/03/19 09:33:59 1.53.2.21 +++ defaults/rc.conf 2001/05/03 21:26:50 @@ -69,6 +69,10 @@ ipnat_program="/sbin/ipnat -CF -f" # program and how to specify rules file ipnat_rules="/etc/ipnat.rules" # rules definition file for ipnat ipnat_flags="" # additional flags for ipnat +ipfs_enable="YES" # Set to YES to enable saving and restoring + # of state tables at shutdown and boot +ipfs_flags="" # additional flags for ipfs +ipfs_program="/sbin/ipfs" # where the ipfs program lives ipmon_enable="NO" # Set to YES for ipmon; needs ipfilter, too! ipmon_program="/sbin/ipmon" # where the ipfilter monitor program lives ipmon_flags="-Ds" # typically "-Ds" or "-D /var/log/ipflog" Index: mtree/BSD.var.dist =================================================================== RCS file: /home/cvs/src/etc/mtree/BSD.var.dist,v retrieving revision 1.43.2.1 diff -u -r1.43.2.1 BSD.var.dist --- mtree/BSD.var.dist 2001/03/05 11:59:02 1.43.2.1 +++ mtree/BSD.var.dist 2001/05/03 22:50:30 @@ -26,6 +26,8 @@ .. /set mode=0755 db + ipf + .. pkg .. .. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 22:44: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C209A37B422; Thu, 3 May 2001 22:44:04 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f445i4D53984; Thu, 3 May 2001 22:44:04 -0700 (PDT) (envelope-from roam) Date: Thu, 3 May 2001 22:44:04 -0700 (PDT) From: Message-Id: <200105040544.f445i4D53984@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, darrenr@FreeBSD.org Subject: Re: bin/27063: /sbin/ipfs missing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /sbin/ipfs missing Responsible-Changed-From-To: freebsd-bugs->darrenr Responsible-Changed-By: roam Responsible-Changed-When: Thu May 3 22:43:41 PDT 2001 Responsible-Changed-Why: Over to the maintainer (and author of the IPFilter suite) http://www.freebsd.org/cgi/query-pr.cgi?pr=27063 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 22:53:31 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id D7DEC37B423 for ; Thu, 3 May 2001 22:53:24 -0700 (PDT) (envelope-from roam@ringworld.nanolink.com) Received: (qmail 13708 invoked by uid 1000); 4 May 2001 05:51:33 -0000 Date: Fri, 4 May 2001 08:51:33 +0300 From: Peter Pentchev To: Archie Cobbs Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/26996: sshd fails when / mounted read-only Message-ID: <20010504085133.A13382@ringworld.oblivion.bg> Mail-Followup-To: Archie Cobbs , freebsd-bugs@FreeBSD.org References: <200105032310.f43NA3Y03814@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105032310.f43NA3Y03814@freefall.freebsd.org>; from archie@packetdesign.com on Thu, May 03, 2001 at 04:10:03PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, May 03, 2001 at 04:10:03PM -0700, Archie Cobbs wrote: > The following reply was made to PR bin/26996; it has been noted by GNATS. > > From: Archie Cobbs > To: Kris Kennaway > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: bin/26996: sshd fails when / mounted read-only > Date: Thu, 03 May 2001 16:00:40 -0700 > > Kris Kennaway wrote: > > > Kris Kennaway wrote: > > > > > This patch fixes the problem, but may cause other > > > > > security problems (or may not, I'm not sure): > > > > > > > > In fact it does; if the ownership and permissions of pty devices isn't > > > > changed it allows any other users on the system to read and write to > > > > that pty, snooping passwords and the like. The real solution would be > > > > to use devfs or mount your /dev on a MFS or something (with a minimal > > > > static /dev on / to handle bootstrapping). > > > > > > So, how about a flag to sshd to make it allow this behavior with > > > suitably strong warnings in the man page? > > > > I'm not sure about this..our ssh code is already difficult enough to > > update because of divergences. It would be up to Brian. > > > > > Also, how come e.g. telnetd doesn't have the same problem? If telnetd > > > can work why can't sshd? > > > > Not immediately sure. > > ...so either telnetd has a security hole, or this bug can be fixed > without lessening security. Either way, we should do something.. :-) > > It seems like it should be OK to leave the tty owned by root/wheel > (if that's who owns it) because they are a secure user and group..? > I.e., if either one is broken then you have larger security problems > to worry about. It's not just ownership; the permissions have to be changed from the default 666, and once you change them, you had better change the owner, too, so the logged-in user can actually use his tty.. Actually, telnetd does have the same weakness: on a read-only filesystem, it leaves it to login(1) to change the tty owner/mode, and login(1) fails, with just a syslog'd message. The user *is* logged in, but everyone can open his tty for reading and writing. The difference is that sshd refuses to even let the user log in. G'luck, Peter -- Nostalgia ain't what it used to be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 3 22:54: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC0EE37B424; Thu, 3 May 2001 22:54:01 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f445s1x54672; Thu, 3 May 2001 22:54:01 -0700 (PDT) (envelope-from roam) Date: Thu, 3 May 2001 22:54:01 -0700 (PDT) From: Message-Id: <200105040554.f445s1x54672@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, darrenr@FreeBSD.org Subject: Re: conf/27070: save/restore IP Filter's state tables at shutdown/reboot (patch) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: save/restore IP Filter's state tables at shutdown/reboot (patch) Responsible-Changed-From-To: freebsd-bugs->darrenr Responsible-Changed-By: roam Responsible-Changed-When: Thu May 3 22:53:43 PDT 2001 Responsible-Changed-Why: Over to the maintainer (and author) of the IPFilter suite. http://www.freebsd.org/cgi/query-pr.cgi?pr=27070 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 1:50:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C96D837B423 for ; Fri, 4 May 2001 01:50:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f448o8j75300; Fri, 4 May 2001 01:50:08 -0700 (PDT) (envelope-from gnats) Date: Fri, 4 May 2001 01:50:08 -0700 (PDT) Message-Id: <200105040850.f448o8j75300@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: bin/27068: w and who do not show users / utmp stays 0 Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/27068; it has been noted by GNATS. From: David Malone To: tronik@vectori.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/27068: w and who do not show users / utmp stays 0 Date: Fri, 4 May 2001 09:49:39 +0100 On Thu, May 03, 2001 at 05:23:45PM -0500, tronik@vectori.net wrote: > >Description: > /var/run/utmp is not being written by anything except screen. > w and who do not show users who're logged in. > >How-To-Repeat: > using stable sources i've built and installed world 3 times with the same problems. How do your users log in (telnet, ftp, ssh, X, ...)? Can you check the permissions on utmp - here they are: % ls -lo /var/run/utmp -rw-r--r-- 1 root wheel - 2552 May 4 09:22 /var/run/utmp David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 3: 6:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ABAF37B423; Fri, 4 May 2001 03:06:30 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44A6TL87016; Fri, 4 May 2001 03:06:29 -0700 (PDT) (envelope-from brian) Date: Fri, 4 May 2001 03:06:29 -0700 (PDT) From: Message-Id: <200105041006.f44A6TL87016@freefall.freebsd.org> To: matt@gsicomp.on.ca, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27069: ppp links may not be up before natd is started, causing natd to fail Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ppp links may not be up before natd is started, causing natd to fail State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Fri May 4 03:02:18 PDT 2001 State-Changed-Why: I don't believe the suggested fix is appropriate. I would suggest setting ppp_mode=background in ppp.conf and adding a ``set mode auto'' (or whatever) to your ppp config instead. You may also need to muck about with ``set redial''. The thing that concerns me is why you say it's sometimes necessary to use natd instead of ppp's -nat switch (or ``nat enable yes''). Under what circumstances is this necessary ? http://www.freebsd.org/cgi/query-pr.cgi?pr=27069 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 3:10:19 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id A67A237B423 for ; Fri, 4 May 2001 03:10:15 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f44A9fq11593; Fri, 4 May 2001 11:09:41 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f44AAYB29050; Fri, 4 May 2001 11:10:34 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105041010.f44AAYB29050@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Archie Cobbs Cc: freebsd-bugs@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: bin/26996: sshd fails when / mounted read-only In-Reply-To: Message from Archie Cobbs of "Thu, 03 May 2001 16:10:03 PDT." <200105032310.f43NA3Y03814@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 04 May 2001 11:10:34 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > Also, how come e.g. telnetd doesn't have the same problem? If telnetd > > > can work why can't sshd? > > > > Not immediately sure. > > ...so either telnetd has a security hole, or this bug can be fixed > without lessening security. Either way, we should do something.. :-) > > It seems like it should be OK to leave the tty owned by root/wheel > (if that's who owns it) because they are a secure user and group..? > I.e., if either one is broken then you have larger security problems > to worry about. I'd tend to agree. The reason the chown is desired is so that things like mesg(1) work - but in a read-only environment I'd prefer to have access with no messages than to have no access at all. Of course the problem goes away with devfs - that's why I never complained about this before (despite it irritating me). > -Archie > > __________________________________________________________________________ > Archie Cobbs * Packet Design * http://www.packetdesign.com -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 3:12:52 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 2C47537B423 for ; Fri, 4 May 2001 03:12:49 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f44AC7q11630; Fri, 4 May 2001 11:12:07 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f44AD1B29165; Fri, 4 May 2001 11:13:01 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105041013.f44AD1B29165@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Peter Pentchev Cc: Archie Cobbs , freebsd-bugs@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: bin/26996: sshd fails when / mounted read-only In-Reply-To: Message from Peter Pentchev of "Fri, 04 May 2001 08:51:33 +0300." <20010504085133.A13382@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 04 May 2001 11:13:01 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > It seems like it should be OK to leave the tty owned by root/wheel > > (if that's who owns it) because they are a secure user and group..? > > I.e., if either one is broken then you have larger security problems > > to worry about. > > It's not just ownership; the permissions have to be changed from > the default 666, and once you change them, you had better change > the owner, too, so the logged-in user can actually use his tty.. > > Actually, telnetd does have the same weakness: on a read-only filesystem, > it leaves it to login(1) to change the tty owner/mode, and login(1) fails, > with just a syslog'd message. The user *is* logged in, but everyone > can open his tty for reading and writing. The difference is that > sshd refuses to even let the user log in. Perhaps pty permissions should default to root:wheel/600 ? > G'luck, > Peter > > -- > Nostalgia ain't what it used to be. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 3:16:39 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 4537837B423 for ; Fri, 4 May 2001 03:16:36 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 17565 invoked by uid 1000); 4 May 2001 10:14:38 -0000 Date: Fri, 4 May 2001 13:14:38 +0300 From: Peter Pentchev To: Brian Somers Cc: Archie Cobbs , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/26996: sshd fails when / mounted read-only Message-ID: <20010504131438.H13382@ringworld.oblivion.bg> Mail-Followup-To: Brian Somers , Archie Cobbs , freebsd-bugs@FreeBSD.ORG References: <200105041010.f44AAYB29050@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105041010.f44AAYB29050@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Fri, May 04, 2001 at 11:10:34AM +0100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 04, 2001 at 11:10:34AM +0100, Brian Somers wrote: > > > > Also, how come e.g. telnetd doesn't have the same problem? If telnetd > > > > can work why can't sshd? > > > > > > Not immediately sure. > > > > ...so either telnetd has a security hole, or this bug can be fixed > > without lessening security. Either way, we should do something.. :-) > > > > It seems like it should be OK to leave the tty owned by root/wheel > > (if that's who owns it) because they are a secure user and group..? > > I.e., if either one is broken then you have larger security problems > > to worry about. > > I'd tend to agree. The reason the chown is desired is so that things > like mesg(1) work - but in a read-only environment I'd prefer to have > access with no messages than to have no access at all. > > Of course the problem goes away with devfs - that's why I never > complained about this before (despite it irritating me). Uhm.. Maybe I'm misunderstanding something here (I probably am, too :) The way I see things, it's like this: 1. initially: owned by root/wheel, mode rw-rw-rw-. 2. user login: mode changed to 600, so others cannot read/write to her tty; 3. owner changed to the user, so she can open her own tty. I think both steps 2 and 3 are needed - or at least, if 2 is done, 3 is vewwy-vewwy much needed :) G'luck, Peter -- When you are not looking at it, this sentence is in Spanish. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 3:22:48 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 221D337B422 for ; Fri, 4 May 2001 03:22:45 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 17632 invoked by uid 1000); 4 May 2001 10:20:54 -0000 Date: Fri, 4 May 2001 13:20:54 +0300 From: Peter Pentchev To: Brian Somers Cc: Archie Cobbs , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/26996: sshd fails when / mounted read-only Message-ID: <20010504132054.I13382@ringworld.oblivion.bg> Mail-Followup-To: Brian Somers , Archie Cobbs , freebsd-bugs@FreeBSD.ORG References: <200105041010.f44AAYB29050@hak.lan.Awfulhak.org> <20010504131438.H13382@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010504131438.H13382@ringworld.oblivion.bg>; from roam@orbitel.bg on Fri, May 04, 2001 at 01:14:38PM +0300 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 04, 2001 at 01:14:38PM +0300, Peter Pentchev wrote: > On Fri, May 04, 2001 at 11:10:34AM +0100, Brian Somers wrote: > > > > > Also, how come e.g. telnetd doesn't have the same problem? If telnetd > > > > > can work why can't sshd? > > > > > > > > Not immediately sure. > > > > > > ...so either telnetd has a security hole, or this bug can be fixed > > > without lessening security. Either way, we should do something.. :-) > > > > > > It seems like it should be OK to leave the tty owned by root/wheel > > > (if that's who owns it) because they are a secure user and group..? > > > I.e., if either one is broken then you have larger security problems > > > to worry about. > > > > I'd tend to agree. The reason the chown is desired is so that things > > like mesg(1) work - but in a read-only environment I'd prefer to have > > access with no messages than to have no access at all. > > > > Of course the problem goes away with devfs - that's why I never > > complained about this before (despite it irritating me). > > Uhm.. Maybe I'm misunderstanding something here (I probably am, too :) > The way I see things, it's like this: > > 1. initially: owned by root/wheel, mode rw-rw-rw-. > 2. user login: mode changed to 600, so others cannot read/write to her tty; > 3. owner changed to the user, so she can open her own tty. > > I think both steps 2 and 3 are needed - or at least, if 2 is done, 3 is > vewwy-vewwy much needed :) Actually hmm.. If the tty's mode is initially set to 600, then there would only be a problem if the user needed to open her tty explicitly (instead of using the /dev/tty abstraction). Can anyone think of a reason for that? If not, then I guess all that's really needed is to set the tty mode to something like root/tty 620 (to allow writes from setgid tty programs, like write(1)), and teach login(1), sshd(8) and other login utilities to not attempt chown/chmod's. G'luck, Peter -- If I had finished this sentence, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 3:40:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 963D737B423 for ; Fri, 4 May 2001 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44Ae2h89494; Fri, 4 May 2001 03:40:02 -0700 (PDT) (envelope-from gnats) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by hub.freebsd.org (Postfix) with ESMTP id 6780337B423 for ; Fri, 4 May 2001 03:32:26 -0700 (PDT) (envelope-from isaki@par.odn.ne.jp) Received: from localhost ([211.121.231.157]) by t-mta1.odn.ne.jp with ESMTP id <20010504103224428.TQQW.16089.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Fri, 4 May 2001 19:32:24 +0900 Message-Id: <20010504193244Z.isaki@par.odn.ne.jp> Date: Fri, 04 May 2001 19:32:44 +0900 From: Tetsuya Isaki Reply-To: isaki@par.odn.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/27074: typo in syslogd(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27074 >Category: bin >Synopsis: typo in syslogd(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri May 04 03:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tetsuya Isaki >Release: FreeBSD 4.2-RELEASE i386 >Organization: no >Environment: FreeBSD kyoko.local 4.2-RELEASE FreeBSD 4.2-RELEASE #3: Sun Apr 1 21:47:38 JST 2001 root@kyoko.local:/usr/src/sys/compile/KYOKO i386 >Description: syslogd(8) has a typo. ------------------------- DESCRIPTION : : The message sent to syslogd should consist of a single line. The message can contain a priority code, which should be a preceding decimal number in angle braces, for example, `<5.>' This priority code should map into ^^^^^^ This should be "`<5>'." the priorities defined in the include file . ------------------------- >How-To-Repeat: See syslogd(8), bottom of section 'DESCRIPTION'. >Fix: Apply this patch. --- syslogd.8.ORIG Fri May 4 01:45:40 2001 +++ syslogd.8 Fri May 4 01:46:08 2001 @@ -192,7 +192,7 @@ should consist of a single line. The message can contain a priority code, which should be a preceding decimal number in angle braces, for example, -.Sq Aq 5. +.Sq Aq 5 . This priority code should map into the priorities defined in the include file .Aq Pa sys/syslog.h . >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 3:54:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5771737B424; Fri, 4 May 2001 03:54:22 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44AsMI90786; Fri, 4 May 2001 03:54:22 -0700 (PDT) (envelope-from roam) Date: Fri, 4 May 2001 03:54:22 -0700 (PDT) From: Message-Id: <200105041054.f44AsMI90786@freefall.freebsd.org> To: isaki@par.odn.ne.jp, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27074: typo in syslogd(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: typo in syslogd(8) State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Fri May 4 03:53:06 PDT 2001 State-Changed-Why: This was fixed before the release of FreeBSD 4.3, in a commit by Ruslan Ermilov, dated Mar 6 14:21:44 2001 UTC. See http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/syslogd/syslogd.8 for more info. http://www.freebsd.org/cgi/query-pr.cgi?pr=27074 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 6:34:33 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from skippyii.compar.com (mail.compar.com [216.208.38.130]) by hub.freebsd.org (Postfix) with ESMTP id 3B3C937B424; Fri, 4 May 2001 06:34:30 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (HSE-Toronto-ppp213450.sympatico.ca [64.228.153.241]) by skippyii.compar.com (8.11.3/8.11.3) with SMTP id f44DdT258612; Fri, 4 May 2001 09:39:29 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <001401c0d49e$4ea98e30$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , References: <200105041006.f44A6TL87016@freefall.freebsd.org> Subject: Re: bin/27069: ppp links may not be up before natd is started, causing natd to fail Date: Fri, 4 May 2001 09:29:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Synopsis: ppp links may not be up before natd is started, causing natd to fail > > State-Changed-From-To: open->closed > State-Changed-By: brian > State-Changed-When: Fri May 4 03:02:18 PDT 2001 > State-Changed-Why: > I don't believe the suggested fix is appropriate. Gee, let's just close the ticket before you give it a chance. open->feedback would be much more appropriate. > I would suggest setting ppp_mode=background in ppp.conf and adding > a ``set mode auto'' (or whatever) to your ppp config instead. You > may also need to muck about with ``set redial''. In my situation, I'm using a PPPoE link for my LAN, which contains web and mail servers. I need the link up 24/7, so background and auto are inappropriate. (Background will try once and either succeed or fail. In the failure case, that means that I have to restart ppp by hand. Auto will drop the connection once internal traffic ceases, which will close off access to my public servers when I'm not using my system - I do get a considerable amount of web and mail traffic to my sites while I'm sleeping.) Hence, I need to use ppp_mode=dedicated (or ddial) in order to keep the link up 24/7. > The thing that concerns me is why you say it's sometimes necessary > to use natd instead of ppp's -nat switch (or ``nat enable yes''). > Under what circumstances is this necessary ? To do port forwarding, for one. PPP's nat support is "nat enable yes|no", which may be great for a LAN, but not a gateway machine with servers behind it that need port redirection. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 7: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59DE037B423 for ; Fri, 4 May 2001 07:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44E02f06729; Fri, 4 May 2001 07:00:02 -0700 (PDT) (envelope-from gnats) Received: from merc95.na.sas.com (merc95.na.sas.com [149.173.6.5]) by hub.freebsd.org (Postfix) with ESMTP id 7760937B423 for ; Fri, 4 May 2001 06:53:13 -0700 (PDT) (envelope-from Kevin.Neal@sas.com) Received: from merc95.na.sas.com ([127.0.0.1]) by merc95.na.sas.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id F1DXRFKN; Fri, 4 May 2001 09:53:12 -0400 Received: from 10.19.11.6 by merc95.na.sas.com (InterScan E-Mail VirusWall NT); Fri, 04 May 2001 09:53:12 -0400 (Eastern Daylight Time) Received: by MERC92.na.sas.com with Internet Mail Service (5.5.2653.19) id ; Fri, 4 May 2001 09:53:12 -0400 Message-Id: <0632CC5F67853B4D96D542BAE8AD00826689C4@merc08.na.sas.com> Date: Fri, 4 May 2001 09:53:08 -0400 From: Kevin Neal To: "'FreeBSD-gnats-submit@freebsd.org'" Subject: bin/27078: FreeBSD does not have nl Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27078 >Category: bin >Synopsis: FreeBSD lacks nl >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 04 07:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kevin P. Neal >Release: FreeBSD 4.2-BETA-20001104 i386 >Organization: lacking >Environment: Nothing special. Mixed Unix environment where portability of scripts is desired. >Description: I think the nl program was one of the programs stripped out of the 4.4BSD-lite distribution. Since then a new nl has been written and can be found in at least NetBSD. >How-To-Repeat: Use HP-UX and write shell scripts to aid in debugging a program. Use nl in said scripts. Then try to run the scripts on FreeBSD. Be disappointed. >Fix: Grab NetBSD's nl wholesale. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 8:30:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5732D37B422 for ; Fri, 4 May 2001 08:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44FU6R32694; Fri, 4 May 2001 08:30:06 -0700 (PDT) (envelope-from gnats) Date: Fri, 4 May 2001 08:30:06 -0700 (PDT) Message-Id: <200105041530.f44FU6R32694@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/26970: 4.3 netstat -r output Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26970; it has been noted by GNATS. From: Ruslan Ermilov To: jonathan.chen@itouch.co.nz, Dag-Erling Smorgrav , Garrett Wollman Cc: FreeBSD-gnats-submit@FreeBSD.org, net@FreeBSD.org Subject: Re: bin/26970: 4.3 netstat -r output Date: Fri, 4 May 2001 18:21:32 +0300 On Mon, Apr 30, 2001 at 11:29:11AM +1200, jonathan.chen@itouch.co.nz wrote: > > The output of `netstat -r' for 4.3-RELEASE onwards doesn't appear > to include info on hosts on the local network that it has recently > communicated with. > This is the documented behavior. ``netstat -r'' does not anymore show cloned routes by default unless -a is given, see manpage for details. Previously, only protocol-cloned routes were hidden from a normal output. Now both protocol-cloned and cloned routes are not shown. There was the reason for this change in -CURRENT, but for -STABLE it was certainly premature. I don't have an idea why DES did this. DES? I have a question for Garrett. Was the original idea behind -a flag is to hide protocol-cloned routes only but not RTF_CLONING generated routes, or it was simply caused by the bug that `rt_parent' was not set for routes generated from RTF_CLONING parent, as documented in rtentry(9)? If the behavior of netstat(1) is to be restored, the following patch will DTRT: Index: route.c =================================================================== RCS file: /home/ncvs/src/usr.bin/netstat/route.c,v retrieving revision 1.41.2.5 diff -u -p -r1.41.2.5 route.c --- route.c 2001/03/22 13:48:44 1.41.2.5 +++ route.c 2001/05/04 15:02:48 @@ -582,16 +582,20 @@ p_rtentry(rt) register struct rtentry *rt; { static struct ifnet ifnet, *lastif; + struct rtentry parent; static char name[16]; static char prettyname[9]; struct sockaddr *sa; sa_u addr, mask; /* - * Don't print cloned routes unless -a. + * Don't print protocol-cloned routes unless -a. */ - if (rt->rt_flags & RTF_WASCLONED && !aflag) - return; + if (rt->rt_flags & RTF_WASCLONED && !aflag) { + kget(rt->rt_parent, parent); + if (parent.rt_flags & RTF_PRCLONING) + return; + } bzero(&addr, sizeof(addr)); if ((sa = kgetsa(rt_key(rt)))) Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 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 Fri May 4 8:36:42 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 6BD6737B424; Fri, 4 May 2001 08:36:37 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f44Fa4q12865; Fri, 4 May 2001 16:36:04 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f44FasB52048; Fri, 4 May 2001 16:36:54 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105041536.f44FasB52048@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "Matthew Emmerton" Cc: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@Awfulhak.org Subject: Re: bin/27069: ppp links may not be up before natd is started, causing natd to fail In-Reply-To: Message from "Matthew Emmerton" of "Fri, 04 May 2001 09:29:54 EDT." <001401c0d49e$4ea98e30$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 04 May 2001 16:36:54 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Synopsis: ppp links may not be up before natd is started, causing natd to > fail > > > > State-Changed-From-To: open->closed > > State-Changed-By: brian > > State-Changed-When: Fri May 4 03:02:18 PDT 2001 > > State-Changed-Why: > > I don't believe the suggested fix is appropriate. > > Gee, let's just close the ticket before you give it a chance. > open->feedback would be much more appropriate. This is not a bug. > > I would suggest setting ppp_mode=background in ppp.conf and adding > > a ``set mode auto'' (or whatever) to your ppp config instead. You > > may also need to muck about with ``set redial''. > > In my situation, I'm using a PPPoE link for my LAN, which contains web and > mail servers. I need the link up 24/7, so background and auto are > inappropriate. (Background will try once and either succeed or fail. In > the failure case, that means that I have to restart ppp by hand. Auto will > drop the connection once internal traffic ceases, which will close off > access to my public servers when I'm not using my system - I do get a > considerable amount of web and mail traffic to my sites while I'm sleeping.) > > Hence, I need to use ppp_mode=dedicated (or ddial) in order to keep the link > up 24/7. Ok, I'll try being a bit more specific now that I have more information... I would suggest setting ppp_mode=background in ppp.conf and adding a ``set mode ddial'' to your ppp config instead. > > The thing that concerns me is why you say it's sometimes necessary > > to use natd instead of ppp's -nat switch (or ``nat enable yes''). > > Under what circumstances is this necessary ? > > To do port forwarding, for one. PPP's nat support is "nat enable yes|no", > which may be great for a LAN, but not a gateway machine with servers behind > it that need port redirection. ppp's ``nat port'' command will do port forwarding. Do you realise that ppp and natd use the same libalias(3) to do their nat ? The functionality should be exactly the same. > -- > Matt Emmerton -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 8:50:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E1D637B422 for ; Fri, 4 May 2001 08:50:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44Fo9p34587; Fri, 4 May 2001 08:50:09 -0700 (PDT) (envelope-from gnats) Date: Fri, 4 May 2001 08:50:09 -0700 (PDT) Message-Id: <200105041550.f44Fo9p34587@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: Re: bin/26970: 4.3 netstat -r output Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26970; it has been noted by GNATS. From: Garrett Wollman To: Ruslan Ermilov Cc: FreeBSD-gnats-submit@FreeBSD.ORG, net@FreeBSD.ORG Subject: Re: bin/26970: 4.3 netstat -r output Date: Fri, 4 May 2001 11:49:41 -0400 (EDT) < said: > I have a question for Garrett. Was the original idea behind -a flag is > to hide protocol-cloned routes only but not RTF_CLONING generated routes, > or it was simply caused by the bug that `rt_parent' was not set for > routes generated from RTF_CLONING parent, as documented in rtentry(9)? Let me see if I can reconstruct the history. Originally, 4.4's `netstat -r' showed cloned routes. Then I added the ``protocol cloning'' feature and suddenly there were a lot more cloned routes. Then people complained that this was too much information. Then I added the `-a' flag to hide the stuff that protocol-cloning had added. I'm agnostic on whether `-a' should suppress all cloned routes or just the protocol-cloned routes. POLA suggests that the latter is probably a better choice. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 8:56: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD4D637B424; Fri, 4 May 2001 08:56:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44Fu4b35146; Fri, 4 May 2001 08:56:04 -0700 (PDT) (envelope-from brian) Date: Fri, 4 May 2001 08:56:04 -0700 (PDT) From: Message-Id: <200105041556.f44Fu4b35146@freefall.freebsd.org> To: Kevin.Neal@sas.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27078: FreeBSD lacks nl Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD lacks nl State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Fri May 4 08:55:17 PDT 2001 State-Changed-Why: #! /bin/sh exec cat -n "$@" http://www.freebsd.org/cgi/query-pr.cgi?pr=27078 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 9:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1864A37B424 for ; Fri, 4 May 2001 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44GU1j41533; Fri, 4 May 2001 09:30:01 -0700 (PDT) (envelope-from gnats) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 11A6137B424 for ; Fri, 4 May 2001 09:22:33 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: (from mi@localhost) by aldan.algebra.com (8.11.3/8.11.3) id f44GOZ723909; Fri, 4 May 2001 12:24:35 -0400 (EDT) (envelope-from mi) Message-Id: <200105041624.f44GOZ723909@aldan.algebra.com> Date: Fri, 4 May 2001 12:24:35 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27080: sshd may mis-parse the authorized_keys file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27080 >Category: bin >Synopsis: sshd may mis-parse the authorized_keys file >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 04 09:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.3-BETA i386 >Organization: Virtual Estates, Inc. >Environment: FreeBSD raidbox.privatelabs.com 4.3-BETA FreeBSD 4.3-BETA #0: Tue Apr 10 20:30:55 EDT 2001 mi@minime.privatelabs.com:/raid/src/sys/compile/RAIDBOX i386 >Description: I have some keys in the authorized_keys file with some limitational flags: no-pty,no-port-forwarding,no-agent-forwarding 1024 35 ..key... If add another key _after_ this one, the flags seem to apply to it too, even though its line does not have them. no-pty is the most noticable one. >How-To-Repeat: Put a couple of keys with no-pty,no-port-forwarding and no-agent-forwarding flags in front of your regular keys. See, if you can still login normally. >Fix: Make sure the keys with the special flags are at the bottom of the file. Not a complete work-around, since the flags may be mixed for different keys. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 9:51:33 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from merc94.na.sas.com (merc94.na.sas.com [149.173.6.4]) by hub.freebsd.org (Postfix) with ESMTP id 1423B37B422; Fri, 4 May 2001 09:51:30 -0700 (PDT) (envelope-from Kevin.Neal@sas.com) Received: from merc94.na.sas.com ([127.0.0.1]) by merc94.na.sas.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id G6VT76PT; Fri, 4 May 2001 12:51:29 -0400 Received: from 10.19.11.6 by merc94.na.sas.com (InterScan E-Mail VirusWall NT); Fri, 04 May 2001 12:51:29 -0400 (Eastern Daylight Time) Received: by MERC92.na.sas.com with Internet Mail Service (5.5.2653.19) id ; Fri, 4 May 2001 12:51:28 -0400 Message-ID: <0632CC5F67853B4D96D542BAE8AD00826689C6@merc08.na.sas.com> From: Kevin Neal To: "'brian@FreeBSD.org'" , freebsd-bugs@FreeBSD.org Subject: RE: bin/27078: FreeBSD lacks nl Date: Fri, 4 May 2001 12:51:23 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > -----Original Message----- > From: brian@FreeBSD.org [mailto:brian@FreeBSD.org] > Sent: Friday, May 04, 2001 11:56 AM > To: Kevin.Neal@sas.com; brian@FreeBSD.org; freebsd-bugs@FreeBSD.org > Subject: Re: bin/27078: FreeBSD lacks nl > > > Synopsis: FreeBSD lacks nl > > State-Changed-From-To: open->closed > State-Changed-By: brian > State-Changed-When: Fri May 4 08:55:17 PDT 2001 > State-Changed-Why: > #! /bin/sh > exec cat -n "$@" > > http://www.freebsd.org/cgi/query-pr.cgi?pr=27078 > Did you, perchance, read the man page for nl? NAME nl - line numbering filter SYNOPSIS nl [-p] [-b type] [-d delim] [-f type] [-h type] [-i incr] [-l num] [-n format] [-s sep] [-v startnum] [-w width] [file] That's considerably more complicated than cat -n. Since nl has already been implemented what's the harm in dropping it into FreeBSD? http://www.tac.eu.org/cgi-bin/man-cgi?nl++NetBSD-1.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 10: 9:56 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A9C037B424; Fri, 4 May 2001 10:09:55 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44H9tQ49476; Fri, 4 May 2001 10:09:55 -0700 (PDT) (envelope-from brian) Date: Fri, 4 May 2001 10:09:55 -0700 (PDT) From: Message-Id: <200105041709.f44H9tQ49476@freefall.freebsd.org> To: Kevin.Neal@sas.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: bin/27078: FreeBSD lacks nl Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD lacks nl State-Changed-From-To: closed->open State-Changed-By: brian State-Changed-When: Fri May 4 10:06:00 PDT 2001 State-Changed-Why: ``cat -n'' is not even close to being a substitute for nl(1) Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Fri May 4 10:06:00 PDT 2001 Responsible-Changed-Why: I'll grab the NetBSD version - serves me right for thinking nl had no switches :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=27078 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 10:13:37 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id EBAB837B423; Fri, 4 May 2001 10:13:33 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f44HD4q13278; Fri, 4 May 2001 18:13:05 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f44HDsB56643; Fri, 4 May 2001 18:13:54 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105041713.f44HDsB56643@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Kevin Neal Cc: "'brian@FreeBSD.org'" , freebsd-bugs@FreeBSD.org, brian@Awfulhak.org Subject: Re: bin/27078: FreeBSD lacks nl In-Reply-To: Message from Kevin Neal of "Fri, 04 May 2001 12:51:23 EDT." <0632CC5F67853B4D96D542BAE8AD00826689C6@merc08.na.sas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 04 May 2001 18:13:54 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > #! /bin/sh > > exec cat -n "$@" > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=27078 > > > > Did you, perchance, read the man page for nl? No :-/ I've opened the PR again and will do the import. That'll teach me to keep my big mouth shut !!! Cheers. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 10:23:43 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from femail11.sdc1.sfba.home.com (femail11.sdc1.sfba.home.com [24.0.95.107]) by hub.freebsd.org (Postfix) with ESMTP id 4EDF537B423 for ; Fri, 4 May 2001 10:23:41 -0700 (PDT) (envelope-from slicknickl66@home.com) Received: from c1549089a ([65.9.142.248]) by femail11.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010504172340.DIJL22926.femail11.sdc1.sfba.home.com@c1549089a> for ; Fri, 4 May 2001 10:23:40 -0700 Message-ID: <000a01c0d4bf$53a8fe40$f88e0941@mkspot1.pa.home.com> From: "nick" To: Subject: Date: Fri, 4 May 2001 13:26:16 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0D49D.CC3BD0C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0D49D.CC3BD0C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ------=_NextPart_000_0007_01C0D49D.CC3BD0C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
------=_NextPart_000_0007_01C0D49D.CC3BD0C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 11:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 564C537B423 for ; Fri, 4 May 2001 11:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44Io3361722; Fri, 4 May 2001 11:50:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 4 May 2001 11:50:03 -0700 (PDT) Message-Id: <200105041850.f44Io3361722@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tony Finch Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Reply-To: Tony Finch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/26920; it has been noted by GNATS. From: Tony Finch To: n_hibma@FreeBSD.ORG Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/26920: PCI autoconfiguration of USB, dc ether, and pccard broken on SHARP PC-AR10 Date: Fri, 4 May 2001 19:03:20 +0000 n_hibma@FreeBSD.ORG wrote: > >Look at www.etla.net/~n_hibma/usb > There is a patch there that forces some laptop into faking up an >interrupt I believe. You might be able to get away with doing the same >thing. Hmm, well there is now an #ifdef PCI_ENABLE_IO_MODES section where that patch would go which does the same thing in a more general way (although it needs to be added to sys/conf/options). It mostly helps me: the dc is successfully initialized and so is the USB hardware. The TI PCI 4451 still doesn't work, though, but that's not unexpected since there's no support for it in the OS at the moment. I have a copy of the data sheet, so I will try to get it working based on the info in that. Tony (happy). -- f.a.n.finch GERMAN BIGHT: NORTHEAST BECOMING VARIABLE 3 THEN NORTH 4 OR 5 INCREASING 6, OCCASIONALLY 7 LATER. RAIN OR SHOWERS. MODERATE OR GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 14: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D71A37B423 for ; Fri, 4 May 2001 14:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f44L07x81047; Fri, 4 May 2001 14:00:07 -0700 (PDT) (envelope-from gnats) Date: Fri, 4 May 2001 14:00:07 -0700 (PDT) Message-Id: <200105042100.f44L07x81047@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: bin/26970: 4.3 netstat -r output Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26970; it has been noted by GNATS. From: Dag-Erling Smorgrav To: Ruslan Ermilov Cc: jonathan.chen@itouch.co.nz, Garrett Wollman , FreeBSD-gnats-submit@FreeBSD.org, net@FreeBSD.org Subject: Re: bin/26970: 4.3 netstat -r output Date: 04 May 2001 22:54:54 +0200 Ruslan Ermilov writes: > There was the reason for this change in -CURRENT, but for -STABLE it > was certainly premature. I don't have an idea why DES did this. DES? Probably because it was buried in a diff that contained other fixes that needed MFCing. It wasn't a conscious decision to MFC exactly that one change. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 17: 7: 7 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 0D9DC37B422; Fri, 4 May 2001 17:07:05 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.11.1/8.11.1) id f45070706573; Fri, 4 May 2001 19:07:00 -0500 (CDT) Date: Fri, 4 May 2001 19:07:00 -0500 From: "Matthew D. Fuller" To: Kevin Neal Cc: "'brian@FreeBSD.org'" , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/27078: FreeBSD lacks nl Message-ID: <20010504190659.A11731@futuresouth.com> References: <0632CC5F67853B4D96D542BAE8AD00826689C6@merc08.na.sas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <0632CC5F67853B4D96D542BAE8AD00826689C6@merc08.na.sas.com>; from Kevin.Neal@sas.com on Fri, May 04, 2001 at 12:51:23PM -0400 X-OS: FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 04, 2001 at 12:51:23PM -0400, a little birdie told me that Kevin Neal remarked > > Did you, perchance, read the man page for nl? > > NAME > nl - line numbering filter > > SYNOPSIS > nl [-p] [-b type] [-d delim] [-f type] [-h type] [-i incr] [-l num] > [-n format] [-s sep] [-v startnum] [-w width] [file] Does it actually do anything that pr(1) doesn't? FWIW, I don't have a huge problem with sticking it in the dist, even it a lot of the functionality is duplicated, for portability reasons, but ir pr(1) does everything nl(1) does, wouldn't it be better to just implement nl as a front-end to pr? -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Unix Systems Administrator | fullermd@futuresouth.com Specializing in FreeBSD | http://www.over-yonder.net/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 21: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 361EA37B43C for ; Fri, 4 May 2001 21:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f45402B43385; Fri, 4 May 2001 21:00:02 -0700 (PDT) (envelope-from gnats) Received: from iss-p1.lbl.gov (iss-p1.lbl.gov [131.243.2.47]) by hub.freebsd.org (Postfix) with ESMTP id 5B81037B43C for ; Fri, 4 May 2001 20:57:09 -0700 (PDT) (envelope-from jin@iss-p1.lbl.gov) Received: (from jin@localhost) by iss-p1.lbl.gov (8.11.3/8.11.3) id f453v9V01075; Fri, 4 May 2001 20:57:09 -0700 (PDT) (envelope-from jin) Message-Id: <200105050357.f453v9V01075@iss-p1.lbl.gov> Date: Fri, 4 May 2001 20:57:09 -0700 (PDT) From: Jin Guojun (DSD staff) Reply-To: j_guojun@lbl.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27087: FreeBSD 4.3-RELEASE does not recognize GigE NIC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27087 >Category: kern >Synopsis: FreeBSD 4.3-RELEASE does not recognize GigE NIC >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 04 21:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD iss-p1.lbl.gov 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed May 2 11:12:43 PDT 2001 root@iss-p1.lbl.gov:/usr/src/sys/compile/MinMax i386 FreeBSD 4.3-RELEASE only >Description: FreeBSD 4.3-RELEASE does not recognize GigE (both ti and sk). pci0: (vendor=0x1148, dev=0x4300) at 13.0 irq 12 kldload if_sk.ko and/or kldload if_ti.ko must be manully added into rc.conf file before GigE NIC configured. This causes GigE NIC only host not able to do network installation. >How-To-Repeat: Boot by default. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 22: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB2F237B43C for ; Fri, 4 May 2001 22:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f45503i50394; Fri, 4 May 2001 22:00:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B06C737B422 for ; Fri, 4 May 2001 21:56:50 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f454uoV50204; Fri, 4 May 2001 21:56:50 -0700 (PDT) (envelope-from nobody) Message-Id: <200105050456.f454uoV50204@freefall.freebsd.org> Date: Fri, 4 May 2001 21:56:50 -0700 (PDT) From: reel@sympatico.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/27088: syslogd(8) doesn't create log files if they are inexistant Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27088 >Category: bin >Synopsis: syslogd(8) doesn't create log files if they are inexistant >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 04 22:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Félix-Antoine Paradis >Release: FreeBSD 4.3-STABLE i386 >Organization: Idemnia Networks >Environment: FreeBSD idemnia.ath.cx 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Apr 23 17:09:50 EDT 2001 reel@idemnia.ath.cx:/usr/src/sys/compile/ZEUS i386 >Description: When /var is empty (due to loss of data), syslogd(8) doesn't create them at boot time but, it tells you that they are inexistant. >How-To-Repeat: rm -rf /var/log and reboot >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 4 23:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 713F337B422 for ; Fri, 4 May 2001 23:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f456K3r68297; Fri, 4 May 2001 23:20:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 4 May 2001 23:20:03 -0700 (PDT) Message-Id: <200105050620.f456K3r68297@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: drek@smashpow.net Subject: Re: kern/26309: PPPoE client panics in kernel - fxp Reply-To: drek@smashpow.net Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/26309; it has been noted by GNATS. From: drek@smashpow.net To: freebsd-gnats-submit@FreeBSD.org, brett@lariat.org Cc: drek@smashpow.net Subject: Re: kern/26309: PPPoE client panics in kernel - fxp Date: Sat, 5 May 2001 02:10:47 -0400 (EDT) FYI: I am experiencing the same problem with 4.1-Release with the vr driver I have not tried bringing the interface up first but will do so asap. I thought it was just me until I found this PR tonight. cheers, Derek Marshall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 0:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0C5737B424 for ; Sat, 5 May 2001 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f457A1f75140; Sat, 5 May 2001 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 4829F37B422 for ; Sat, 5 May 2001 00:09:20 -0700 (PDT) (envelope-from ust@cert.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.1/8.11.1) with ESMTP id f4579I417062 for ; Sat, 5 May 2001 09:09:18 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id f4579Hd15479 for ; Sat, 5 May 2001 09:09:17 +0200 (MET DST) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.11.3/8.11.3/Siemens CERT [ $Revision: 1.10 ]) with ESMTP id f4579HG26411 for ; Sat, 5 May 2001 09:09:17 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.11.3/8.11.3/alaska [ $Revision: 1.5 ]) id f4579Hm21424; Sat, 5 May 2001 07:09:17 GMT Message-Id: <200105050709.f4579Hm21424@alaska.cert.siemens.de> Date: Sat, 5 May 2001 07:09:17 GMT From: Udo Schweigert Reply-To: ust@cert.siemens.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/27089: Missing include in /usr/include/sys/conf.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27089 >Category: conf >Synopsis: Missing include in /usr/include/sys/conf.h >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: Sat May 05 00:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: FreeBSD keylargo.home 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Wed May 2 09:13:26 CEST 2001 ust@keylargo.home:/usr/obj/usr/src/sys/keylargo i386 >Description: /usr/include/sys/conf.h references struct timespec which is defined in /usr/include/sys/time.h. Since /usr/include/sys/time.h is not included by /usr/include/sys/conf.h this results in an error (for example when trying to build the sysutils/xosview port). >How-To-Repeat: Try to build port sysutils/xosview >Fix: --- /usr/src/sys/sys/conf.h Wed May 2 08:06:29 2001 +++ /usr/include/sys/conf.h Sat May 5 08:57:55 2001 @@ -45,6 +45,7 @@ #define _SYS_CONF_H_ #include +#include struct tty; struct disk; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 2: 4: 6 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id BBCD337B423; Sat, 5 May 2001 02:04:02 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4593Zq19563; Sat, 5 May 2001 10:03:35 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4594FB84875; Sat, 5 May 2001 10:04:15 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105050904.f4594FB84875@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "Matthew D. Fuller" Cc: Kevin Neal , "'brian@FreeBSD.org'" , freebsd-bugs@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: bin/27078: FreeBSD lacks nl In-Reply-To: Message from "Matthew D. Fuller" of "Fri, 04 May 2001 19:07:00 CDT." <20010504190659.A11731@futuresouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 05 May 2001 10:04:15 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Fri, May 04, 2001 at 12:51:23PM -0400, a little birdie told me > that Kevin Neal remarked > > > > Did you, perchance, read the man page for nl? > > > > NAME > > nl - line numbering filter > > > > SYNOPSIS > > nl [-p] [-b type] [-d delim] [-f type] [-h type] [-i incr] [-l num] > > [-n format] [-s sep] [-v startnum] [-w width] [file] > > Does it actually do anything that pr(1) doesn't? As I said above, have a look at the man page. Yes, it does do stuff that pr doesn't. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 9:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EC8E37B42C for ; Sat, 5 May 2001 09:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f45GA4b55883; Sat, 5 May 2001 09:10:04 -0700 (PDT) (envelope-from gnats) Date: Sat, 5 May 2001 09:10:04 -0700 (PDT) Message-Id: <200105051610.f45GA4b55883@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brett Glass Subject: Re: kern/26309: PPPoE client panics in kernel - fxp Reply-To: Brett Glass Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/26309; it has been noted by GNATS. From: Brett Glass To: drek@smashpow.net, freebsd-gnats-submit@FreeBSD.org Cc: drek@smashpow.net Subject: Re: kern/26309: PPPoE client panics in kernel - fxp Date: Sat, 05 May 2001 10:05:42 -0600 No, it seems to be a general problem. With some types of adapters, such as fxp, there is a kernel panic. With others, such as ed, PPPoE seems to work at first but fails to re-establish a connection after the link is temporarily broken. Brian Somers, maintainer of userland PPP, has asked me to try using the version of PPP that he has on his own Web site rather than the one in -STABLE. But I suspect that the problem is lower down -- in netgraph, the NIC drivers, or both. --Brett At 12:10 AM 5/5/2001, drek@smashpow.net wrote: >FYI: I am experiencing the same problem with 4.1-Release with the vr driver >I have not tried bringing the interface up first but will do so asap. I >thought it was just me until I found this PR tonight. > >cheers, > >Derek Marshall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 9:59:44 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98C3A37B424; Sat, 5 May 2001 09:59:42 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f45Gxg959931; Sat, 5 May 2001 09:59:42 -0700 (PDT) (envelope-from greid) Date: Sat, 5 May 2001 09:59:42 -0700 (PDT) From: Message-Id: <200105051659.f45Gxg959931@freefall.freebsd.org> To: quinot@inf.enst.fr, greid@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/27067: pcm_feederdesc defined twice Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pcm_feederdesc defined twice State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sat May 5 09:56:54 PDT 2001 State-Changed-Why: datatypes.h has been removed from the repository; it was unused. The ICH source that I looked at doesn't include it anyway. http://www.freebsd.org/cgi/query-pr.cgi?pr=27067 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 12:22:44 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDC4037B42C; Sat, 5 May 2001 12:22:41 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f45JMfl88189; Sat, 5 May 2001 12:22:41 -0700 (PDT) (envelope-from will) Date: Sat, 5 May 2001 12:22:41 -0700 (PDT) From: Message-Id: <200105051922.f45JMfl88189@freefall.freebsd.org> To: ajk@iu.edu, will@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26666: New port: pam_ssh (moved out from base) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: pam_ssh (moved out from base) State-Changed-From-To: analyzed->closed State-Changed-By: will State-Changed-When: Sat May 5 12:22:27 PDT 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=26666 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 16:14:12 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mtiwmhc24.worldnet.att.net (mtiwmhc24.worldnet.att.net [204.127.131.49]) by hub.freebsd.org (Postfix) with ESMTP id D1E8637B424 for ; Sat, 5 May 2001 16:14:07 -0700 (PDT) (envelope-from Nubian.Network@worldnet.att.net) Received: from localhost ([12.78.253.7]) by mtiwmhc24.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010505231406.DHTD1579.mtiwmhc24.worldnet.att.net@localhost>; Sat, 5 May 2001 23:14:06 +0000 X-Sender: Nubian.Network@worldnet.att.net From: Nubian Network To: "BLACK IQ TEST" Date: Sat, 05 May 2001 19:13:03 -0400 Subject: BLACK IQ TEST Organization: Black Consciousness Online MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20010505231406.DHTD1579.mtiwmhc24.worldnet.att.net@localhost> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greetings: Wuz Sup! EXCITE & MOBILIZE! You are invited to the site that has the test in global distribution right now. Over 100 million people in 40+ countries have taken the test so far. (more than Quadruple Platinum) Our goal is to have over one billion people experience the test. Here is a link. Check things out for your self and see how well you do on the self-test. http://www.blackconsciousness.com Sistahs average score to date is 39, while the brothers average score is 43. What's up wit that! Please spread the newz and forward to your crew. We don't plan on going away, nor will we let romantic revolutionaries turn us 'round. Much luv to the Durty South, the Ruff North and the Wild, Wild West! Once you have finished the self-test, the answers are on the home page. You don't peak, until you've finished. BLACK HONOR applies. The Nubian Times is read by more people than some major metropolitan newspapers.Updated monthly! ZOOM! ZOOM! ZOOM! There is but one stipulation: Those persons displaying Negro behaviors are not allowed! Peace Out! Booty Adams http://www.blackconsciousness.com BOOK MARK or ADD to FAVORITES for future reference! If you have received this mail in error or wish to unsubscribe from the Nubian Matrix, please place "remove" in the subject box of a reply or new email to: maillist@blackconsciousness.com Please be sure the address submitted is not a "forwarding" address but the original receiving address. FROM SIRIUS TO ATLANTIS, FROM LEMURIA TO MARS, FROM ALKEBULAN to Your House, The Nubian Network's BlackConsciousness.Com is there! Thankx much! DEM FINE PEEPS! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 16:38:55 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAAD037B423; Sat, 5 May 2001 16:38:52 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f45NcmN26041; Sat, 5 May 2001 16:38:48 -0700 (PDT) (envelope-from greid) Date: Sat, 5 May 2001 16:38:48 -0700 (PDT) From: Message-Id: <200105052338.f45NcmN26041@freefall.freebsd.org> To: dedrick@dsl-117-e.resnet.purdue.edu, greid@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22906: soundcard problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: soundcard problems State-Changed-From-To: open->feedback State-Changed-By: greid State-Changed-When: Sat May 5 16:36:59 PDT 2001 State-Changed-Why: Can you confirm you still have a problem with more recent sources? I am unable to ascertain if any relevant fixes have been committed to 4-STABLE since you filed the PR, since you didn't state which soundcard you are using. http://www.freebsd.org/cgi/query-pr.cgi?pr=22906 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5103F37B423 for ; Sat, 5 May 2001 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464U1D52973; Sat, 5 May 2001 21:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5291037B422 for ; Sat, 5 May 2001 21:24:42 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464Ogl52520; Sat, 5 May 2001 21:24:42 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060424.f464Ogl52520@freefall.freebsd.org> Date: Sat, 5 May 2001 21:24:42 -0700 (PDT) From: a@2ch.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27104: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27104 >Category: misc >Synopsis: * >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: Sat May 05 21:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B60737B424 for ; Sat, 5 May 2001 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464U1X52964; Sat, 5 May 2001 21:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CEC337B424 for ; Sat, 5 May 2001 21:23:13 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464ND652423; Sat, 5 May 2001 21:23:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060423.f464ND652423@freefall.freebsd.org> Date: Sat, 5 May 2001 21:23:13 -0700 (PDT) From: a@2ch.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/27103: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27103 >Category: bin >Synopsis: * >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 05 21:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:30:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77BB337B43E for ; Sat, 5 May 2001 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464U1652982; Sat, 5 May 2001 21:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DFAB37B422 for ; Sat, 5 May 2001 21:28:27 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464SRw52835; Sat, 5 May 2001 21:28:27 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060428.f464SRw52835@freefall.freebsd.org> Date: Sat, 5 May 2001 21:28:27 -0700 (PDT) From: a@2ch.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27105: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27105 >Category: misc >Synopsis: * >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: Sat May 05 21:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:34:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46B5337B43C; Sat, 5 May 2001 21:34:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464YbU53273; Sat, 5 May 2001 21:34:37 -0700 (PDT) (envelope-from steve) Date: Sat, 5 May 2001 21:34:37 -0700 (PDT) From: Message-Id: <200105060434.f464YbU53273@freefall.freebsd.org> To: a@2ch.net, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27103: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: * State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat May 5 21:34:25 PDT 2001 State-Changed-Why: Bogus PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27103 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:35: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E02C337B422; Sat, 5 May 2001 21:35:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464Z5M53354; Sat, 5 May 2001 21:35:05 -0700 (PDT) (envelope-from steve) Date: Sat, 5 May 2001 21:35:05 -0700 (PDT) From: Message-Id: <200105060435.f464Z5M53354@freefall.freebsd.org> To: a@2ch.net, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/27104: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: * State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat May 5 21:34:48 PDT 2001 State-Changed-Why: Bogus PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27104 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:35:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89A6337B423; Sat, 5 May 2001 21:35:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464ZL653434; Sat, 5 May 2001 21:35:21 -0700 (PDT) (envelope-from steve) Date: Sat, 5 May 2001 21:35:21 -0700 (PDT) From: Message-Id: <200105060435.f464ZL653434@freefall.freebsd.org> To: a@2ch.net, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/27105: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: * State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat May 5 21:35:10 PDT 2001 State-Changed-Why: Bogus PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27105 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48C7C37B42C for ; Sat, 5 May 2001 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464e1D53725; Sat, 5 May 2001 21:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF83137B423 for ; Sat, 5 May 2001 21:34:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464YKL53197; Sat, 5 May 2001 21:34:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060434.f464YKL53197@freefall.freebsd.org> Date: Sat, 5 May 2001 21:34:20 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27107: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27107 >Category: misc >Synopsis: * >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: Sat May 05 21:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:40:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2988137B423 for ; Sat, 5 May 2001 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464e1Q53716; Sat, 5 May 2001 21:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46B4C37B43C for ; Sat, 5 May 2001 21:33:26 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464XQM53146; Sat, 5 May 2001 21:33:26 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060433.f464XQM53146@freefall.freebsd.org> Date: Sat, 5 May 2001 21:33:26 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27106: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27106 >Category: misc >Synopsis: * >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: Sat May 05 21:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F36A37B424 for ; Sat, 5 May 2001 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464o1u54181; Sat, 5 May 2001 21:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FEB637B422 for ; Sat, 5 May 2001 21:40:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464eYb53735; Sat, 5 May 2001 21:40:34 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060440.f464eYb53735@freefall.freebsd.org> Date: Sat, 5 May 2001 21:40:34 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27108: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27108 >Category: misc >Synopsis: * >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: Sat May 05 21:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A411A37B43C for ; Sat, 5 May 2001 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464o1T54190; Sat, 5 May 2001 21:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1AB537B422 for ; Sat, 5 May 2001 21:42:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464gKu53796; Sat, 5 May 2001 21:42:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060442.f464gKu53796@freefall.freebsd.org> Date: Sat, 5 May 2001 21:42:20 -0700 (PDT) From: a@2ch.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27109: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27109 >Category: misc >Synopsis: * >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: Sat May 05 21:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:50:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5D5B37B43E for ; Sat, 5 May 2001 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464o1L54199; Sat, 5 May 2001 21:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D23437B424 for ; Sat, 5 May 2001 21:43:26 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464hQt53833; Sat, 5 May 2001 21:43:26 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060443.f464hQt53833@freefall.freebsd.org> Date: Sat, 5 May 2001 21:43:26 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27110: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27110 >Category: misc >Synopsis: * >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: Sat May 05 21:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:50:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF2BF37B43F for ; Sat, 5 May 2001 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464o1654208; Sat, 5 May 2001 21:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4320737B42C for ; Sat, 5 May 2001 21:43:26 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464hQD53837; Sat, 5 May 2001 21:43:26 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060443.f464hQD53837@freefall.freebsd.org> Date: Sat, 5 May 2001 21:43:26 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27111: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27111 >Category: misc >Synopsis: * >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: Sat May 05 21:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:50:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19C9137B423 for ; Sat, 5 May 2001 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464o2L54217; Sat, 5 May 2001 21:50:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2667A37B43F for ; Sat, 5 May 2001 21:48:43 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464mha54106; Sat, 5 May 2001 21:48:43 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060448.f464mha54106@freefall.freebsd.org> Date: Sat, 5 May 2001 21:48:43 -0700 (PDT) From: a@2ch.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27112: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27112 >Category: misc >Synopsis: * >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: Sat May 05 21:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 21:50:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 383E537B446 for ; Sat, 5 May 2001 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464o2Y54226; Sat, 5 May 2001 21:50:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBF1937B422 for ; Sat, 5 May 2001 21:49:14 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464nEF54141; Sat, 5 May 2001 21:49:14 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060449.f464nEF54141@freefall.freebsd.org> Date: Sat, 5 May 2001 21:49:14 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27113: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27113 >Category: misc >Synopsis: * >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: Sat May 05 21:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22: 0: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EBA437B424 for ; Sat, 5 May 2001 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f46501T54795; Sat, 5 May 2001 22:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A7EA37B423 for ; Sat, 5 May 2001 21:53:59 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464rx054430; Sat, 5 May 2001 21:53:59 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060453.f464rx054430@freefall.freebsd.org> Date: Sat, 5 May 2001 21:53:59 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27114: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27114 >Category: misc >Synopsis: * >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: Sat May 05 22:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22: 0:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3E9637B43E for ; Sat, 5 May 2001 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f46501V54813; Sat, 5 May 2001 22:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC89B37B422 for ; Sat, 5 May 2001 21:56:06 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464u6V54541; Sat, 5 May 2001 21:56:06 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060456.f464u6V54541@freefall.freebsd.org> Date: Sat, 5 May 2001 21:56:06 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27116: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27116 >Category: misc >Synopsis: * >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: Sat May 05 22:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22: 0:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C4C037B43C for ; Sat, 5 May 2001 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f46501c54804; Sat, 5 May 2001 22:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3768C37B423 for ; Sat, 5 May 2001 21:54:51 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464spm54459; Sat, 5 May 2001 21:54:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060454.f464spm54459@freefall.freebsd.org> Date: Sat, 5 May 2001 21:54:51 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27115: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27115 >Category: misc >Synopsis: * >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: Sat May 05 22:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22: 0:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB02537B42C for ; Sat, 5 May 2001 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f46501N54822; Sat, 5 May 2001 22:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2744A37B422 for ; Sat, 5 May 2001 21:56:29 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f464uTj54623; Sat, 5 May 2001 21:56:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060456.f464uTj54623@freefall.freebsd.org> Date: Sat, 5 May 2001 21:56:29 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27117: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27117 >Category: misc >Synopsis: * >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: Sat May 05 22:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FA3037B423 for ; Sat, 5 May 2001 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465A1g62818; Sat, 5 May 2001 22:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9DBC37B423 for ; Sat, 5 May 2001 22:06:23 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4656No58338; Sat, 5 May 2001 22:06:23 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060506.f4656No58338@freefall.freebsd.org> Date: Sat, 5 May 2001 22:06:23 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27118: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27118 >Category: misc >Synopsis: * >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: Sat May 05 22:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7E7737B423 for ; Sat, 5 May 2001 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465K1P66197; Sat, 5 May 2001 22:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 607DF37B422 for ; Sat, 5 May 2001 22:11:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465BY462884; Sat, 5 May 2001 22:11:34 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060511.f465BY462884@freefall.freebsd.org> Date: Sat, 5 May 2001 22:11:34 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27119: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27119 >Category: misc >Synopsis: * >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: Sat May 05 22:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:20:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0067037B42C for ; Sat, 5 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465K1466206; Sat, 5 May 2001 22:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7994C37B422 for ; Sat, 5 May 2001 22:11:51 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465Bp962915; Sat, 5 May 2001 22:11:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060511.f465Bp962915@freefall.freebsd.org> Date: Sat, 5 May 2001 22:11:51 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27120: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27120 >Category: misc >Synopsis: * >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: Sat May 05 22:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:20:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FFBD37B43C for ; Sat, 5 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465K2o66215; Sat, 5 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7391137B423 for ; Sat, 5 May 2001 22:13:02 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465D2v62978; Sat, 5 May 2001 22:13:02 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060513.f465D2v62978@freefall.freebsd.org> Date: Sat, 5 May 2001 22:13:02 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27121: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27121 >Category: misc >Synopsis: * >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: Sat May 05 22:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:20:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4854337B43E for ; Sat, 5 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465K2b66224; Sat, 5 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22E0A37B422 for ; Sat, 5 May 2001 22:13:38 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465DcZ63040; Sat, 5 May 2001 22:13:38 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060513.f465DcZ63040@freefall.freebsd.org> Date: Sat, 5 May 2001 22:13:38 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27122: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27122 >Category: misc >Synopsis: * >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: Sat May 05 22:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:20:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 765EB37B43F for ; Sat, 5 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465K2966234; Sat, 5 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C80AE37B61B for ; Sat, 5 May 2001 22:18:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465IeG64241; Sat, 5 May 2001 22:18:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060518.f465IeG64241@freefall.freebsd.org> Date: Sat, 5 May 2001 22:18:40 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27123: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27123 >Category: misc >Synopsis: * >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: Sat May 05 22:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:20:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A58737B440 for ; Sat, 5 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465K2H66243; Sat, 5 May 2001 22:20:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 731DA37B422 for ; Sat, 5 May 2001 22:19:13 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465JDG66061; Sat, 5 May 2001 22:19:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060519.f465JDG66061@freefall.freebsd.org> Date: Sat, 5 May 2001 22:19:13 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27124: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27124 >Category: misc >Synopsis: * >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: Sat May 05 22:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AFBC37B424 for ; Sat, 5 May 2001 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465e1667294; Sat, 5 May 2001 22:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA65337B422 for ; Sat, 5 May 2001 22:30:04 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465U4c66813; Sat, 5 May 2001 22:30:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060530.f465U4c66813@freefall.freebsd.org> Date: Sat, 5 May 2001 22:30:04 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27125: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27125 >Category: misc >Synopsis: * >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: Sat May 05 22:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:40:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C30EB37B422 for ; Sat, 5 May 2001 22:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465e3J67303; Sat, 5 May 2001 22:40:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 5 May 2001 22:40:03 -0700 (PDT) Message-Id: <200105060540.f465e3J67303@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: bin/27080: sshd may mis-parse the authorized_keys file Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/27080; it has been noted by GNATS. From: Kris Kennaway To: Mikhail Teterin Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/27080: sshd may mis-parse the authorized_keys file Date: Sat, 5 May 2001 22:31:00 -0700 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 04, 2001 at 12:24:35PM -0400, Mikhail Teterin wrote: > I have some keys in the authorized_keys file with some limitational > flags: > no-pty,no-port-forwarding,no-agent-forwarding 1024 35 ..key... >=20 > If add another key _after_ this one, the flags seem to apply to it > too, even though its line does not have them. no-pty is the most > noticable one. Could you bring this up with the OpenSSH developers, please? OpenSSH isn't developed separately in FreeBSD except for a few local changes. Kris --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE69OGTWry0BWjoQKURAhogAJ0Z0vJVc41XIzBLAVyQq+ZsA7sQBACfUb7f 1BLCztFV5I9Pxk+uq92F0Wk= =yfOr -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:40:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7028D37B423 for ; Sat, 5 May 2001 22:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465e5O67308; Sat, 5 May 2001 22:40:05 -0700 (PDT) (envelope-from gnats) Date: Sat, 5 May 2001 22:40:05 -0700 (PDT) Message-Id: <200105060540.f465e5O67308@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: conf/27089: Missing include in /usr/include/sys/conf.h Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/27089; it has been noted by GNATS. From: Kris Kennaway To: Udo Schweigert Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/27089: Missing include in /usr/include/sys/conf.h Date: Sat, 5 May 2001 22:32:07 -0700 --b5gNqxB1S1yM7hjW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, May 05, 2001 at 07:09:17AM +0000, Udo Schweigert wrote: > /usr/include/sys/conf.h references struct timespec which is defined in > /usr/include/sys/time.h. Since /usr/include/sys/time.h is not included by > /usr/include/sys/conf.h this results in an error (for example when trying > to build the sysutils/xosview port). > #include > +#include This is probably the wrong thing to do..the correct thing is to fix the broken software which makes that assumption. Kris --b5gNqxB1S1yM7hjW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE69OHXWry0BWjoQKURAodKAJ95amUnPB4/aY+ZftHLg67xuM19oQCfSWTC xpEoQbmwjqy81xENtuIBoGY= =C/to -----END PGP SIGNATURE----- --b5gNqxB1S1yM7hjW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:40:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D12037B43C for ; Sat, 5 May 2001 22:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465e5l67317; Sat, 5 May 2001 22:40:05 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4514137B43C for ; Sat, 5 May 2001 22:33:18 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465XIx66942; Sat, 5 May 2001 22:33:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060533.f465XIx66942@freefall.freebsd.org> Date: Sat, 5 May 2001 22:33:18 -0700 (PDT) From: a@2ch.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27126: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27126 >Category: misc >Synopsis: * >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: Sat May 05 22:40:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:40:29 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8811637B496 for ; Sat, 5 May 2001 22:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465e7h67341; Sat, 5 May 2001 22:40:07 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B475437B422 for ; Sat, 5 May 2001 22:37:00 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465b0f67107; Sat, 5 May 2001 22:37:00 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060537.f465b0f67107@freefall.freebsd.org> Date: Sat, 5 May 2001 22:37:00 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27128: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27128 >Category: misc >Synopsis: * >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: Sat May 05 22:40:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:40:29 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB88837B43F for ; Sat, 5 May 2001 22:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465e5667326; Sat, 5 May 2001 22:40:05 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AC7337B422 for ; Sat, 5 May 2001 22:34:02 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465Y2B66960; Sat, 5 May 2001 22:34:02 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060534.f465Y2B66960@freefall.freebsd.org> Date: Sat, 5 May 2001 22:34:02 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27127: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27127 >Category: misc >Synopsis: * >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: Sat May 05 22:40:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:40:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDDD337B424 for ; Sat, 5 May 2001 22:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465e8W67347; Sat, 5 May 2001 22:40:08 -0700 (PDT) (envelope-from gnats) Date: Sat, 5 May 2001 22:40:08 -0700 (PDT) Message-Id: <200105060540.f465e8W67347@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: bin/26619: m4 silently truncates long strings Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26619; it has been noted by GNATS. From: Kris Kennaway To: gshapiro+FreeBSD-gnats@gshapiro.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/26619: m4 silently truncates long strings Date: Sat, 5 May 2001 22:39:16 -0700 --TYecfFk8j8mZq+dy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Apr 16, 2001 at 11:57:11AM -0700, gshapiro+FreeBSD-gnats@gshapiro.net wrote: > >Description: > m4 will silently truncate long strings on some operations leaving the data > corrupted. Any luck at identifying where the problem lies, or a fix? Kris --TYecfFk8j8mZq+dy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE69OOEWry0BWjoQKURArHBAJ9tRGWal8+eVAR2gZPi33njy9EsIACghTX7 cyA+5DMKInryqoRwl6ic1t0= =RCZQ -----END PGP SIGNATURE----- --TYecfFk8j8mZq+dy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:40:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8810B37B42C; Sat, 5 May 2001 22:40:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465eCS67387; Sat, 5 May 2001 22:40:12 -0700 (PDT) (envelope-from kris) Date: Sat, 5 May 2001 22:40:12 -0700 (PDT) From: Message-Id: <200105060540.f465eCS67387@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: kern/26647: [PATCH] ATA/ATAPI driver should check for too high track numbers for CDIOCPLAYTRACKS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ATA/ATAPI driver should check for too high track numbers for CDIOCPLAYTRACKS Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: kris Responsible-Changed-When: Sat May 5 22:39:59 PDT 2001 Responsible-Changed-Why: Over to Mr ATA http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26647 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:42:48 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3F9937B424; Sat, 5 May 2001 22:42:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465gk167541; Sat, 5 May 2001 22:42:46 -0700 (PDT) (envelope-from kris) Date: Sat, 5 May 2001 22:42:46 -0700 (PDT) From: Message-Id: <200105060542.f465gk167541@freefall.freebsd.org> To: csn@163.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26141: The FIFO file is not good!! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The FIFO file is not good!! State-Changed-From-To: open->analyzed State-Changed-By: kris State-Changed-When: Sat May 5 22:41:50 PDT 2001 State-Changed-Why: This appears not to be a problem. Do you have anything further to add on this matter? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26141 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:43:50 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-108.dsl.lsan03.pacbell.net [63.207.60.108]) by hub.freebsd.org (Postfix) with ESMTP id DAF3837B423 for ; Sat, 5 May 2001 22:43:46 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2641B66B2C; Sat, 5 May 2001 22:43:46 -0700 (PDT) Date: Sat, 5 May 2001 22:43:46 -0700 From: Kris Kennaway To: Soren Schmidt Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/26031: 4.3-BETA crashes on 'mount /dev/acd0c /mnt/cd' Message-ID: <20010505224345.E95384@xor.obsecurity.org> References: <200103231900.f2NJ05I09687@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="imjhCm/Pyz7Rq5F2" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103231900.f2NJ05I09687@freefall.freebsd.org>; from sos@freebsd.dk on Fri, Mar 23, 2001 at 11:00:05AM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --imjhCm/Pyz7Rq5F2 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Can this PR now be closed? Kris On Fri, Mar 23, 2001 at 11:00:05AM -0800, Soren Schmidt wrote: > The following reply was made to PR kern/26031; it has been noted by GNATS. >=20 > From: Soren Schmidt > To: davidt@yadt.co.uk (David Taylor) > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: kern/26031: 4.3-BETA crashes on 'mount /dev/acd0c /mnt/cd' > Date: Fri, 23 Mar 2001 19:58:50 +0100 (CET) >=20 > It seems David Taylor wrote: > > On Fri, 23 Mar 2001, Soren Schmidt wrote:=20 > > >=20 > > > You should disable DMA on the CDROM, then get back with the > > > result.... > >=20 > > # sysctl hw.atamodes > > hw.atamodes: dma,---,dma,dma, > >=20 > > # sysctl -w hw.atamodes=3D"dma,---,pio,pio" > > hw.atamodes: dma,---,pio,pio, -> dma,---,pio,pio, > >=20 > > # mount /dev/acd0c /mnt/dvd/ > > mount: /dev/acd0c on /mnt/dvd: incorrect super block > >=20 > > (which I presume is the correct behaviour) > =20 > Yups, you got yet another drive/controller combo that cant do=20 > ATAPI DMA proberly... > =20 > -S=F8ren >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message --imjhCm/Pyz7Rq5F2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE69OSRWry0BWjoQKURAuXOAJ9wWEEmsCW93DMsaBSI6GFWC7SyJQCgvbJ7 UBrN69JoGDXCcFTrc+ud79k= =22Dz -----END PGP SIGNATURE----- --imjhCm/Pyz7Rq5F2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2708E37B423 for ; Sat, 5 May 2001 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465o1268122; Sat, 5 May 2001 22:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4948A37B423 for ; Sat, 5 May 2001 22:44:51 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465ipK67779; Sat, 5 May 2001 22:44:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060544.f465ipK67779@freefall.freebsd.org> Date: Sat, 5 May 2001 22:44:51 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27130: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27130 >Category: misc >Synopsis: * >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: Sat May 05 22:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 22:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08B7237B424 for ; Sat, 5 May 2001 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465o1268113; Sat, 5 May 2001 22:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3ECF37B422 for ; Sat, 5 May 2001 22:40:49 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465enR67437; Sat, 5 May 2001 22:40:49 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060540.f465enR67437@freefall.freebsd.org> Date: Sat, 5 May 2001 22:40:49 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27129: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27129 >Category: misc >Synopsis: * >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: Sat May 05 22:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23: 0: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E5D837B42C for ; Sat, 5 May 2001 23:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f46602v68530; Sat, 5 May 2001 23:00:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD38137B424 for ; Sat, 5 May 2001 22:53:18 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f465rIA68365; Sat, 5 May 2001 22:53:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060553.f465rIA68365@freefall.freebsd.org> Date: Sat, 5 May 2001 22:53:18 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27131: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27131 >Category: misc >Synopsis: * >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: Sat May 05 23:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4394337B424 for ; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466A1g71551; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FA3637B424 for ; Sat, 5 May 2001 23:01:08 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f46618s68565; Sat, 5 May 2001 23:01:08 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060601.f46618s68565@freefall.freebsd.org> Date: Sat, 5 May 2001 23:01:08 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27133: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27133 >Category: misc >Synopsis: * >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: Sat May 05 23:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 459B937B43C for ; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466A1C71560; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F4A137B422 for ; Sat, 5 May 2001 23:02:52 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4662qB68701; Sat, 5 May 2001 23:02:52 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060602.f4662qB68701@freefall.freebsd.org> Date: Sat, 5 May 2001 23:02:52 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27134: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27134 >Category: misc >Synopsis: * >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: Sat May 05 23:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:10:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75A5937B423 for ; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466A1l71569; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FA2E37B423 for ; Sat, 5 May 2001 23:04:49 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4664nv68748; Sat, 5 May 2001 23:04:49 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060604.f4664nv68748@freefall.freebsd.org> Date: Sat, 5 May 2001 23:04:49 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27135: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27135 >Category: misc >Synopsis: * >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: Sat May 05 23:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:10:22 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C40F37B43E for ; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466A1C71579; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90CFC37B423 for ; Sat, 5 May 2001 23:04:57 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4664v168758; Sat, 5 May 2001 23:04:57 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060604.f4664v168758@freefall.freebsd.org> Date: Sat, 5 May 2001 23:04:57 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27136: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27136 >Category: misc >Synopsis: * >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: Sat May 05 23:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:10:29 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D00D937B440 for ; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466A1E71588; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F74737B424 for ; Sat, 5 May 2001 23:08:10 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4668Am71441; Sat, 5 May 2001 23:08:10 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060608.f4668Am71441@freefall.freebsd.org> Date: Sat, 5 May 2001 23:08:10 -0700 (PDT) From: reel@sympatico.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/27137: failure of "make world" on FreeBSD 4.3-STABLE (in stage 4) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27137 >Category: i386 >Synopsis: failure of "make world" on FreeBSD 4.3-STABLE (in stage 4) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 05 23:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Félix-Antoine Paradis >Release: FreeBSD 4.3 STABLE i386 >Organization: Idemnia Networks >Environment: FreeBSD idemnia.ath.cx 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Apr 23 17:09:50 EDT 2001 reel@idemnia.ath.cx:/usr/src/sys/compile/ZEUS i386 >Description: When doing a makeworld, in stage 4, under the lib/libcam section, it fails and returns a segfault. ===> lib/libcam Segmentation fault - core dumped *** Error code 139 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. >How-To-Repeat: cvsup with the tag RELENG_4 as before Sun May 6 02:07:33 EDT 2001 (EST - GMT -05:00) and "make world" in /usr/src >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:10:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F007737B443 for ; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466A1v71597; Sat, 5 May 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5C2637B422 for ; Sat, 5 May 2001 23:09:44 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4669ik71498; Sat, 5 May 2001 23:09:44 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060609.f4669ik71498@freefall.freebsd.org> Date: Sat, 5 May 2001 23:09:44 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27138: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27138 >Category: misc >Synopsis: * >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: Sat May 05 23:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:12: 0 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.fpsn.net (mail.fpsn.net [63.224.69.57]) by hub.freebsd.org (Postfix) with ESMTP id 108E337B423 for ; Sat, 5 May 2001 23:11:56 -0700 (PDT) (envelope-from cfaber@fpsn.net) Received: from fpsn.net (control.fpsn.net [63.224.69.60]) by mail.fpsn.net (8.9.3/8.9.3) with ESMTP id AAA34375 for ; Sun, 6 May 2001 00:11:47 -0600 (MDT) (envelope-from cfaber@fpsn.net) Message-ID: <3AF4EB51.59E3923A@fpsn.net> Date: Sun, 06 May 2001 00:12:33 -0600 From: Colin Faber Reply-To: cfaber@fpsn.net Organization: fpsn.net, Inc. X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-bugs@freebsd.org Subject: Re: misc/27138: * References: <200105060609.f4669ik71498@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can we ban this now? Please? majordomo@jp.freebsd.org wrote: > > >Number: 27138 > >Category: misc > >Synopsis: * > >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: Sat May 05 23:10:01 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: * > >Release: * > >Organization: > * > >Environment: > * > >Description: > * > >How-To-Repeat: > * > >Fix: > * > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 475FF37B43C for ; Sat, 5 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466K1j72157; Sat, 5 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EECCF37B42C for ; Sat, 5 May 2001 23:11:02 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466B2d71669; Sat, 5 May 2001 23:11:02 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060611.f466B2d71669@freefall.freebsd.org> Date: Sat, 5 May 2001 23:11:02 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27140: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27140 >Category: misc >Synopsis: * >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: Sat May 05 23:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2611137B424 for ; Sat, 5 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466K1l72148; Sat, 5 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A737A37B422 for ; Sat, 5 May 2001 23:10:48 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466AmA71658; Sat, 5 May 2001 23:10:48 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060610.f466AmA71658@freefall.freebsd.org> Date: Sat, 5 May 2001 23:10:48 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27139: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27139 >Category: misc >Synopsis: * >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: Sat May 05 23:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:20:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66D0937B43E for ; Sat, 5 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466K1972166; Sat, 5 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4E0337B424 for ; Sat, 5 May 2001 23:11:05 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466B5n71673; Sat, 5 May 2001 23:11:05 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060611.f466B5n71673@freefall.freebsd.org> Date: Sat, 5 May 2001 23:11:05 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27141: OgoshiNoAtamahaKatsura Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27141 >Category: misc >Synopsis: OgoshiNoAtamahaKatsura >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: Sat May 05 23:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: ogo@linux.or.jp >Release: OgoshiNoAtamahaKatsura >Organization: JLA >Environment: OgoshiNoAtamahaKatsura >Description: OgoshiNoAtamahaKatsura >How-To-Repeat: OgoshiNoAtamahaKatsura >Fix: OgoshiNoAtamahaKatsura >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:20:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DD0837B43F for ; Sat, 5 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466K1X72175; Sat, 5 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96F9237B42C for ; Sat, 5 May 2001 23:11:16 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466BGV71686; Sat, 5 May 2001 23:11:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060611.f466BGV71686@freefall.freebsd.org> Date: Sat, 5 May 2001 23:11:16 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27142: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27142 >Category: misc >Synopsis: * >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: Sat May 05 23:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42C2637B424 for ; Sat, 5 May 2001 23:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466U1M72814; Sat, 5 May 2001 23:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E7EA37B422 for ; Sat, 5 May 2001 23:26:00 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466Q0m72519; Sat, 5 May 2001 23:26:00 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060626.f466Q0m72519@freefall.freebsd.org> Date: Sat, 5 May 2001 23:26:00 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27143: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27143 >Category: misc >Synopsis: * >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: Sat May 05 23:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A38E37B423 for ; Sat, 5 May 2001 23:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466e1u73376; Sat, 5 May 2001 23:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AD2137B424 for ; Sat, 5 May 2001 23:32:53 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466WrZ72933; Sat, 5 May 2001 23:32:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060632.f466WrZ72933@freefall.freebsd.org> Date: Sat, 5 May 2001 23:32:53 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27144: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27144 >Category: misc >Synopsis: * >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: Sat May 05 23:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 5 23:40:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1BB937B424 for ; Sat, 5 May 2001 23:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466e4I73392; Sat, 5 May 2001 23:40:04 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F5A37B423 for ; Sat, 5 May 2001 23:37:32 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466bW373256; Sat, 5 May 2001 23:37:32 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060637.f466bW373256@freefall.freebsd.org> Date: Sat, 5 May 2001 23:37:32 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27145: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27145 >Category: misc >Synopsis: * >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: Sat May 05 23:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 6 0: 0:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3C2037B43C for ; Sun, 6 May 2001 00:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f46707474856; Sun, 6 May 2001 00:00:07 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 922A637B423 for ; Sat, 5 May 2001 23:53:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466r9u74407; Sat, 5 May 2001 23:53:09 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060653.f466r9u74407@freefall.freebsd.org> Date: Sat, 5 May 2001 23:53:09 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27147: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27147 >Category: misc >Synopsis: * >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 May 06 00:00:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 6 0: 0:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5561637B42C for ; Sun, 6 May 2001 00:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f46707u74847; Sun, 6 May 2001 00:00:07 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF97937B422 for ; Sat, 5 May 2001 23:51:03 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466p3074238; Sat, 5 May 2001 23:51:03 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060651.f466p3074238@freefall.freebsd.org> Date: Sat, 5 May 2001 23:51:03 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27146: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27146 >Category: misc >Synopsis: * >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 May 06 00:00:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 6 0: 0:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2C0437B43E for ; Sun, 6 May 2001 00:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f46707A74865; Sun, 6 May 2001 00:00:07 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2FB337B424 for ; Sat, 5 May 2001 23:59:22 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f466xMC74781; Sat, 5 May 2001 23:59:22 -0700 (PDT) (envelope-from nobody) Message-Id: <200105060659.f466xMC74781@freefall.freebsd.org> Date: Sat, 5 May 2001 23:59:22 -0700 (PDT) From: majordomo@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27148: * Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27148 >Category: misc >Synopsis: * >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 May 06 00:00:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: * >Release: * >Organization: * >Environment: * >Description: * >How-To-Repeat: * >Fix: * >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message