From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:20:55 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6114816A426; Sun, 3 Jul 2005 00:20:55 +0000 (GMT) (envelope-from ps@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F1243F43; Sun, 3 Jul 2005 00:14:30 +0000 (GMT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 34C7C60357; Sat, 2 Jul 2005 17:14:28 -0700 (PDT) X-Original-To: ps@mu.org Delivered-To: ps@mu.org Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by elvis.mu.org (Postfix) with ESMTP id A2E055C9E6 for ; Fri, 11 Mar 2005 12:00:50 -0800 (PST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id DF5B256BD0; Fri, 11 Mar 2005 20:00:37 +0000 (GMT) (envelope-from owner-freebsd-net@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 5530E16A4E2; Fri, 11 Mar 2005 20:00:36 +0000 (GMT) Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D71216A4CE; Fri, 11 Mar 2005 20:00:33 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 888D843D1F; Fri, 11 Mar 2005 20:00:32 +0000 (GMT) (envelope-from hydros@mail.ru) Received: from [195.34.231.3] (port=1452 helo=D003.D-IP04.lipetsk.ru) by mx2.mail.ru with esmtp id 1D9qJC-000GlH-00; Fri, 11 Mar 2005 23:00:31 +0300 From: hydros X-Mailer: The Bat! (v3.0) Professional X-Priority: 3 (Normal) Message-ID: <1775205851.20050311225943@mail.ru> To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam: Not detected X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-freebsd-net@freebsd.org Errors-To: owner-freebsd-net@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on elvis.mu.org X-Spam-Status: No, score=1.2 required=5.0 tests=BAYES_00,RCVD_IN_SORBS, RCVD_IN_SORBS_WEB,SARE_FREE_WEBM_RuMail,SARE_HEAD_HDR_XSPAM autolearn=no version=3.0.2 X-Spam-Level: * Cc: freebsd-net@freebsd.org Subject: natd core dumps on FreeBSD 5.3-stable X-BeenThere: freebsd-bugs@freebsd.org Reply-To: hydros List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 03 Jul 2005 00:20:56 -0000 X-Original-Date: Fri, 11 Mar 2005 22:59:43 +0300 X-List-Received-Date: Sun, 03 Jul 2005 00:20:56 -0000 Hello, All. Natd dumping its core without any additional messages\logs exclude this Mar 11 22:31:54 gw kernel: pid 217 (natd), uid 0: exited on signal 11 (core dumped)-/var/log/messages I`m using following configuration FreeBSD 5.3-stable 3 interfaces: ed0 to my ISP rl0-to my internal LAN-1 and LAN-2 LAN-2 has real ip adresses rl1 to my LAN-3 ------------------------- /etc/rc.conf -------------------------- # External interface address to my ISP ifconfig_ed0="inet 213.x.x.38 netmask 255.255.255.252" #Internal for my LAN-1 and LAN-2 rl0 ifconfig_rl0="inet 192.168.1.193 netmask 255.255.255.0" #LAN-1 ifconfig_rl0_alias0="inet 194.x.x.193 netmask 255.255.255.240"#LAN-2 #Internal for my LAN-3 rl1 ifconfig_rl1="inet 194.x.x.222 netmask 255.255.255.240" defaultrouter="213.x.x.37" hostname="gw" moused_enable="YES" sshd_enable="YES" gateway_enable="YES" firewall_enable="YES" firewall_type="OPEN" firewall_script="/etc/rc.firewall" natd_enable="YES" natd_program="/sbin/natd" natd_interface="rl0" #i`m using internal interface natd_flags="-reverse -unregistered_only -log" ----------------------- ifconfig -a------------------------------ ed0: flags=108843 mtu 1500 inet 213.x.x.38 netmask 0xfffffffc broadcast 213.x.x.39 inet6 fe80::x:x:fede:683e%ed0 prefixlen 64 scopeid 0x1 ether 00:80:48:de:68:3e rl0: flags=8843 mtu 1500 options=8 inet 192.168.1.193 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::x:x:x:ed02%rl0 prefixlen 64 scopeid 0x2 inet 194.x.x.193 netmask 0xfffffff0 broadcast 194.x.x.207 ether 00:80:48:14:ed:02 media: Ethernet autoselect (100baseTX ) status: active rl1: flags=8843 mtu 1500 options=8 inet 194.x.x.222 netmask 0xfffffff0 broadcast 194.x.x.223 inet6 fe80::x:x:fe14:dfe9%rl1 prefixlen 64 scopeid 0x3 ether 00:80:48:14:df:e9 media: Ethernet autoselect (none) status: no carrier plip0: flags=108810 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 ---------------- ipfw show ---------------------------- 00050 157 10434 divert 8668 ip from 192.168.1.0/24 to any via rl0 00055 0 0 divert 8668 ip from any to 192.168.1.0/24 via rl0 00100 0 0 allow ip from any to any via lo0 00200 0 0 deny ip from any to 127.0.0.0/8 00300 0 0 deny ip from 127.0.0.0/8 to any 65000 8533 1392765 allow ip from any to any 65535 0 0 allow ip from any to any ------------------------------------------------------- Feel free to answer directly to my e-mail. -- Best regards, hydros mailto:hydros@mail.ru _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:36:55 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF78A16A421 for ; Sun, 3 Jul 2005 00:36:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2AF243E58 for ; Sun, 3 Jul 2005 00:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630KIIB013959 for ; Sun, 3 Jul 2005 00:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630KHil013958; Sun, 3 Jul 2005 00:20:17 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:20:17 GMT Message-Id: <200507030020.j630KHil013958@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matthias Andree Cc: Subject: Re: kern/71424: user-ppp broken again - maybe xl(4) or ng_* bug? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Andree List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:36:56 -0000 The following reply was made to PR kern/71424; it has been noted by GNATS. From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Matthias Andree Subject: Re: kern/71424: user-ppp broken again - maybe xl(4) or ng_* bug? Date: Tue, 7 Sep 2004 05:30:27 +0200 OK, this is a consequential error, the dependency information in the baseline code is incomplete so that netgraph users don't get recompiled or relinked. This /usr/src/UPDATING entry is incomplete, it should list the full source path to enter for "make clean all install" and all affected utilities and should drop the word "slightly": 20040826: Netgraph changed its message format slightly to align the data portion well on 64 bit machines. Netgraph using utilities (e.g. ngctl, nghook, ppp, mpd, pppoed, bluetooth, ATM) should be recompiled when a new kernel is installed. After manually fixing this up, user-mode ppp works for me with the limitation shown in kern/69133, which persists. Please add proper dependency information to the base system so that ngctl, nghook et al. are automatically recompiled after the message format change. Thank you. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:36:57 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A11C16A421 for ; Sun, 3 Jul 2005 00:36:57 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B88F8443D4 for ; Sun, 3 Jul 2005 00:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630KLfI013966 for ; Sun, 3 Jul 2005 00:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630KLHo013965; Sun, 3 Jul 2005 00:20:21 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:20:21 GMT Message-Id: <200507030020.j630KLHo013965@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Stephan Uphoff Cc: Subject: Re: kern/71509: sched_pin ignored by sched_4bsd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephan Uphoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:36:57 -0000 The following reply was made to PR kern/71509; it has been noted by GNATS. From: Stephan Uphoff To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/71509: sched_pin ignored by sched_4bsd Date: Thu, 09 Sep 2004 12:46:55 -0400 sched_pin() is used by the i386 pmap to optimize TLB invalidation in SMP systems by limiting it to a single processor. Ignoring the thread pin count can cause a thread to migrate to another CPU where obsolete cached TLB entries may point to the wrong physical page. This could for example cause pmap_copy_page to copy to/from the wrong page. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:48:13 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20CFD16A43D for ; Sun, 3 Jul 2005 00:48:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A639544AAC for ; Sun, 3 Jul 2005 00:31:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630V5k8015209 for ; Sun, 3 Jul 2005 00:31:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630V5nB015208; Sun, 3 Jul 2005 00:31:05 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:31:05 GMT Message-Id: <200507030031.j630V5nB015208@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David Xu Cc: Subject: Re: gnu/77818: GDB locks in wait4() when running applications X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Xu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:48:15 -0000 The following reply was made to PR gnu/77818; it has been noted by GNATS. From: David Xu To: =?ISO-8859-1?Q?=22Se=E1n_C=2E_Farley=22?= Cc: freebsd-bugs@freebsd.org Subject: Re: gnu/77818: GDB locks in wait4() when running applications Date: Tue, 26 Apr 2005 07:27:31 +0800 Seán C. Farley wrote: > > Would you happen to have a patch to -STABLE for the fix? I looked at > some of the code you committed recently and was unsure of what fix(es) > needed to be made to test it. A few of the changes did not look like > they matched easily to -STABLE. > > Thank you. > > Seán It was MFCed onto -STABLE. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:48:15 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D1FB16A44A for ; Sun, 3 Jul 2005 00:48:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C9E144A8F for ; Sun, 3 Jul 2005 00:30:56 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630UtTS015152 for ; Sun, 3 Jul 2005 00:30:55 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630UtAB015151; Sun, 3 Jul 2005 00:30:55 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:30:55 GMT Message-Id: <200507030030.j630UtAB015151@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David Xu Cc: Subject: Re: gnu/77818: GDB locks in wait4() when running applications X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Xu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:48:15 -0000 The following reply was made to PR gnu/77818; it has been noted by GNATS. From: David Xu To: =?ISO-8859-1?Q?=22Se=E1n_C=2E_Farley=22?= Cc: freebsd-bugs@freebsd.org Subject: Re: gnu/77818: GDB locks in wait4() when running applications Date: Tue, 19 Apr 2005 16:37:15 +0800 I have commited a fix to -CURRENT, don't know if it will fix the problem you have seen, but it is worth to try. David Xu Seán C. Farley wrote: > I finally compiled Zsh with debugging and got the following trace. I > ran it by the following line: > LD_LIBRARY_PATH=/tmp/libc SHELL=/bin/sh gdb /usr/local/bin/zsh > > Program received signal SIGINT, Interrupt. > 0x281a9efb in sigsuspend () from /lib/libc.so.5 > (gdb) where > #0 0x281a9cfb in sigsuspend () at sigsuspend.S:2 > #1 0x280e07dc in signal_suspend (sig=20, sig2=2) at signals.c:367 > #2 0x280b92e8 in waitforpid (pid=11195) at jobs.c:1120 > #3 0x280a3dda in getoutput (cmd=0x8060e5c "uname -s", qt=1) at > exec.c:2869 > #4 0x280e2a0c in stringsubst (list=0xbfbfe7c0, node=0xbfbfe7d0, ssub=4, > asssub=0) at subst.c:189 > #5 0x280e2378 in prefork (list=0xbfbfe7c0, flags=6) at subst.c:74 > #6 0x280a0886 in addvars (state=0xbfbfe880, pc=0xbfbfe7c0, export=0) > at exec.c:1614 > #7 0x2809ec5d in execsimple (state=0x1) at exec.c:802 > #8 0x2809edb7 in execlist (state=0xbfbfe880, dont_change_job=0, > exiting=0) > at exec.c:855 > #9 0x2809eb9a in execode (p=0x80608e0, dont_change_job=0, exiting=0) > at exec.c:775 > #10 0x280b3a8a in loop (toplevel=0, justonce=0) at init.c:165 > #11 0x280b58b8 in source (s=0xbfbfe950 "/root/.zshenv") at init.c:1043 > #12 0x280b5b1c in sourcehome (s=0x280f458d ".zshenv") at init.c:1088 > #13 0x280b54e7 in run_init_scripts () at init.c:937 > #14 0x280b63da in zsh_main (argc=1, argv=0xbfbfeac0) at init.c:1262 > #15 0x08048583 in main (argc=1, argv=0xbfbfeac0) at ./main.c:93 > > I hope this can help find the problem. > > Seán _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:48:27 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14DF016A43A for ; Sun, 3 Jul 2005 00:48:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540B044A22 for ; Sun, 3 Jul 2005 00:30:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630URqF014279 for ; Sun, 3 Jul 2005 00:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630UQYN014269; Sun, 3 Jul 2005 00:30:26 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:30:26 GMT Message-Id: <200507030030.j630UQYN014269@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Suporte Matik Cc: Subject: Re: kern/78711: Parallel printer incredibly slow X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Suporte Matik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:48:28 -0000 The following reply was made to PR kern/78711; it has been noted by GNATS. From: Suporte Matik To: Bruce Evans Cc: Jason Bacon Subject: Re: kern/78711: Parallel printer incredibly slow Date: Sat, 12 Mar 2005 12:00:05 -0300 --nextPart3242423.gev1DMieO2 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 11 March 2005 23:11, Bruce Evans wrote: > On Fri, 11 Mar 2005, Suporte Matik wrote: > > On Friday 11 March 2005 19:42, Jason Bacon wrote: > >>> Description: > >> > >> The parallel printer runs ridiculously slow. It prints > >> normally for about 30 seconds, then prints one line every 5 or > >> 10 minutes. ... > > > > Try changing the interrupt storm threshold > (hw.intr_storm_threshold) to something larger than the printer can > generate. FreeBSD-5.3 has interrupt storm detection that > misdetects the very high interrupt rates that can be caused by > printers (combined with low quality interrupt handling in the lpt > driver) as interrupt storms. > I increased it in 500er steps to 2500 (500 was default) and nothing=20 changed in printing speed but the stray irq7 events do not appear=20 anymore.=20 Hans =2D-=20 Infomatik implementamos asas na sua rede. http://info.matik.com.br (18)8112.7007 Mensagens sem assinatura GPG n=E3o s=E3o nossas. Messages without GPG signature are not from us. _______________________________________________________ --nextPart3242423.gev1DMieO2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCMwP722x1wvvbslkRAvs8AJ9TR6L+gd38swTL/S0/Z82KJcdozwCePc12 rxuJxTqlIs/FGej0lyRaca8= =G7o9 -----END PGP SIGNATURE----- --nextPart3242423.gev1DMieO2-- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:48:29 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD0716A43C for ; Sun, 3 Jul 2005 00:48:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5510144A29 for ; Sun, 3 Jul 2005 00:30:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630UWtC014330 for ; Sun, 3 Jul 2005 00:30:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630UWJs014329; Sun, 3 Jul 2005 00:30:32 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:30:32 GMT Message-Id: <200507030030.j630UWJs014329@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Suporte Matik Cc: Subject: Re: kern/78711: Parallel printer incredibly slow X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Suporte Matik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:48:29 -0000 The following reply was made to PR kern/78711; it has been noted by GNATS. From: Suporte Matik To: freebsd-bugs@freebsd.org, Jason Bacon Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/78711: Parallel printer incredibly slow Date: Fri, 11 Mar 2005 20:27:37 -0300 --nextPart1410204.RuImmmuZp0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 11 March 2005 19:42, Jason Bacon wrote: > >Number: 78711 > >Category: kern > >Synopsis: Parallel printer incredibly slow > >Confidential: no > >Severity: serious > >Release: FreeBSD 5.3-RELEASE i386 > FreeBSD sculpin.tds.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Sun Dec 19 > 15:26:36 CST 2004 bacon@sculpin.tds.net:/usr/obj/usr/src/sys/sculpin= =20 > i386 > > >Description: > > The parallel printer runs ridiculously slow. It prints normally > for about 30 seconds, then prints one line every 5 or 10 minutes. > One photo from an iBook client to a Stylus 640 took about 12 hours > using lpd server to a raw printer queue. A page from konqueror > using stc_h driver with apsfilter took over an hour. > > >How-To-Repeat: > > Print any lengthy document to the parallel printer. > any two lines text file needs 15 minutes to be printed > >Fix: > > lptcontrol -s resolves the problem. This looks to me much > like a timing issue that plagued some googlers in the late 1990s. > Running in polled mode on this system does not impact the system > (ASUS P5A, K6-2 500Mhz) significantly, > does not fix, the problem is as well with lpr and cups local/remote the only way to get "some more speed" is using b/w and 150 dpi on a HPDJ, a= ny=20 gray or color mode is slow > although it might on a faster, higher volume parallel printer. > For this reason, forcing the mode to something other than COMPATIBLE > via /boot/device.hints might be a better alternative for some > people. Check your BIOS to see what modes are supported for the > parallel port, and "man ppc" for details on port settings in > device.hints. doesn't matter what you set in the BIOS or whatever, any gray or colormode = on=20 5.3 is that inacceptable slow using the exactly same printer and port settings on 5.2.1 or 4.11 brings yo= u=20 back to the expected printing speed you even can use the exact same clean ports tree and compiling cupsd +=20 foomatic and 5.3 is slow and 5.2.1 and 4.11 is normal speed But printing to a remote cups tree from 5.3 is giving the normal performanc= e. Hans > > >Release-Note: > >Audit-Trail: > >Unformatted: > > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" =2D-=20 Infomatik implementamos asas na sua rede. (18)3551.3591 (18)8112.7007 _______________________________________________________ Participe! FreeBSD - Security - Wireless e outras Entre em http://listas.matik.com.br e inscreva-se! _______________________________________________________ Mensagens sem assinatura GPG n=E3o s=E3o nossas. Messages without GPG signature are not from us. _______________________________________________________ --nextPart1410204.RuImmmuZp0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCMils22x1wvvbslkRAmGQAJ0U6rqvc3uLVK4I78pLdHIlqS8T1gCg2PxT 2b/32YtscJlMpBX9Zqcv0Rg= =RKrX -----END PGP SIGNATURE----- --nextPart1410204.RuImmmuZp0-- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:48:29 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 681C416A42B for ; Sun, 3 Jul 2005 00:48:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46F8449ED for ; Sun, 3 Jul 2005 00:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630UM5s014238 for ; Sun, 3 Jul 2005 00:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630UM7Y014237; Sun, 3 Jul 2005 00:30:22 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:30:22 GMT Message-Id: <200507030030.j630UM7Y014237@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Evans Cc: Subject: Re: kern/78711: Parallel printer incredibly slow X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Evans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:48:30 -0000 The following reply was made to PR kern/78711; it has been noted by GNATS. From: Bruce Evans To: Suporte Matik Cc: Jason Bacon Subject: Re: kern/78711: Parallel printer incredibly slow Date: Sat, 12 Mar 2005 13:11:09 +1100 (EST) On Fri, 11 Mar 2005, Suporte Matik wrote: > On Friday 11 March 2005 19:42, Jason Bacon wrote: >>> Description: >> >> The parallel printer runs ridiculously slow. It prints normally >> for about 30 seconds, then prints one line every 5 or 10 minutes. >>... > > any two lines text file needs 15 minutes to be printed > >>> Fix: >> >> lptcontrol -s resolves the problem. This looks to me much >>... > > does not fix, the problem is as well with lpr and cups local/remote > > the only way to get "some more speed" is using b/w and 150 dpi on a HPDJ, any > gray or color mode is slow Try changing the interrupt storm threshold (hw.intr_storm_threshold) to something larger than the printer can generate. FreeBSD-5.3 has interrupt storm detection that misdetects the very high interrupt rates that can be caused by printers (combined with low quality interrupt handling in the lpt driver) as interrupt storms. > doesn't matter what you set in the BIOS or whatever, any gray or colormode on > 5.3 is that inacceptable slow > > using the exactly same printer and port settings on 5.2.1 or 4.11 brings you > back to the expected printing speed FreeBSD-5.2 and FreeBSD-current have different bugs in interrupt storm detection and handling. In at least some versions, the bugs make printers go even slower if an interrupt storm is misdetected for them, but misdetection is apparently rarer. FreeBSD-4 doesn't have interrupt storm detection, so any problems with printer speed are local to the driver. Bruce _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:48:30 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2794616A437 for ; Sun, 3 Jul 2005 00:48:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBAC444A51 for ; Sun, 3 Jul 2005 00:30:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630UjMj014814 for ; Sun, 3 Jul 2005 00:30:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630UjdT014811; Sun, 3 Jul 2005 00:30:45 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:30:45 GMT Message-Id: <200507030030.j630UjdT014811@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jason Bacon Cc: Subject: Re: kern/78711: Parallel printer incredibly slow X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Bacon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:48:32 -0000 The following reply was made to PR kern/78711; it has been noted by GNATS. From: Jason Bacon To: Bruce Evans Cc: freebsd-bugs@freebsd.org Subject: Re: kern/78711: Parallel printer incredibly slow Date: Mon, 14 Mar 2005 17:55:42 -0600 (CST) Almost forgot... Thanks! On Sat, 12 Mar 2005, Bruce Evans wrote: > On Fri, 11 Mar 2005, Suporte Matik wrote: > >> On Friday 11 March 2005 19:42, Jason Bacon wrote: >>>> Description: >>> >>> The parallel printer runs ridiculously slow. It prints normally >>> for about 30 seconds, then prints one line every 5 or 10 minutes. >>> ... >> >> any two lines text file needs 15 minutes to be printed >> >>>> Fix: >>> >>> lptcontrol -s resolves the problem. This looks to me much >>> ... >> >> does not fix, the problem is as well with lpr and cups local/remote >> >> the only way to get "some more speed" is using b/w and 150 dpi on a HPDJ, >> any >> gray or color mode is slow > > Try changing the interrupt storm threshold (hw.intr_storm_threshold) to > something larger than the printer can generate. FreeBSD-5.3 has interrupt > storm detection that misdetects the very high interrupt rates that can > be caused by printers (combined with low quality interrupt handling in > the lpt driver) as interrupt storms. > >> doesn't matter what you set in the BIOS or whatever, any gray or colormode >> on >> 5.3 is that inacceptable slow >> >> using the exactly same printer and port settings on 5.2.1 or 4.11 brings >> you >> back to the expected printing speed > > FreeBSD-5.2 and FreeBSD-current have different bugs in interrupt storm > detection and handling. In at least some versions, the bugs make printers > go even slower if an interrupt storm is misdetected for them, but > misdetection is apparently rarer. > > FreeBSD-4 doesn't have interrupt storm detection, so any problems with > printer speed are local to the driver. > > Bruce > _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:48:32 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 162E616A451 for ; Sun, 3 Jul 2005 00:48:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1EAA44A55 for ; Sun, 3 Jul 2005 00:30:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630UgDN014729 for ; Sun, 3 Jul 2005 00:30:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630UgjS014728; Sun, 3 Jul 2005 00:30:42 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:30:42 GMT Message-Id: <200507030030.j630UgjS014728@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jason Bacon Cc: Subject: Re: kern/78711: Parallel printer incredibly slow X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Bacon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:48:32 -0000 The following reply was made to PR kern/78711; it has been noted by GNATS. From: Jason Bacon To: Suporte Matik Cc: freebsd-bugs@freebsd.org Subject: Re: kern/78711: Parallel printer incredibly slow Date: Mon, 14 Mar 2005 11:11:03 -0600 (CST) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-421382599-1110820263=:76255 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE There was a mistake in my fix: The real solution is lptcontrol -p (not=20 lptcontrol -s). "lptcontrol -s" restored functionality at one point after= =20 several other tweaks, but by itself, after a fresh reboot, does not solve= =20 the problem, while "lptcontrol -p" does. I also tried forcing the mode to ECP with loader.conf ----------- hint.ppc.0.flags=3D"0xC8" dmesg.boot ---------- ppc0: port 0x778-0x77b,0x378-0x37b irq 7 drq 3= =20 flags 0xc8 on acpi0 ppc0: SMC-like chipset (ECP-only) in ECP mode ppbus0: on ppc0 ppbus0: IEEE1284 device found /NIBBLE Probing for PnP devices on ppbus0: ppbus0: PRINTER ESCPL2,BDC plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 This did NOT help - I still had to use "lptcontrol -p" to get the printer= =20 running at normal speed. I also found that polling puts a pretty heavy load on the system under=20 some circumstances, like printing a high-quality photo from my iBook lpd=20 client, although for most printing (e.g. printing WEB pages and OpenOffice= =20 docs through the stc_h filter) the load is negligible. The iBook client prints through a raw queue: stc_raw:\ :lp=3D/dev/lpt0:\ :sd=3D/var/spool/lpd/stc_raw:\ :lf=3D/var/spool/lpd/stc_raw/log:\ :af=3D/var/spool/lpd/stc_raw/acct:\ :mx#0:\ :sh: so it's definitely due to polling, and not filtering of any sort. Top=20 also showed that most of the load was system time, whereas print filtering= =20 usually shows up as user time, more specifically "gs". =09Jason On Fri, 11 Mar 2005, Suporte Matik wrote: > On Friday 11 March 2005 19:42, Jason Bacon wrote: >>> Number: 78711 >>> Category: kern >>> Synopsis: Parallel printer incredibly slow >>> Confidential: no >>> Severity: serious >>> Release: FreeBSD 5.3-RELEASE i386 >> FreeBSD sculpin.tds.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Sun Dec 19 >> 15:26:36 CST 2004 bacon@sculpin.tds.net:/usr/obj/usr/src/sys/sculpin >> i386 >> >>> Description: >> >> =09The parallel printer runs ridiculously slow. It prints normally >> =09for about 30 seconds, then prints one line every 5 or 10 minutes. >> =09One photo from an iBook client to a Stylus 640 took about 12 hours >> =09using lpd server to a raw printer queue. A page from konqueror >> =09using stc_h driver with apsfilter took over an hour. >> >>> How-To-Repeat: >> >> =09Print any lengthy document to the parallel printer. >> > > any two lines text file needs 15 minutes to be printed > >>> Fix: >> >> =09lptcontrol -s resolves the problem. This looks to me much >> =09like a timing issue that plagued some googlers in the late 1990s. >> =09Running in polled mode on this system does not impact the system >> =09(ASUS P5A, K6-2 500Mhz) significantly, >> > > does not fix, the problem is as well with lpr and cups local/remote > > the only way to get "some more speed" is using b/w and 150 dpi on a HPDJ,= any > gray or color mode is slow > >> =09although it might on a faster, higher volume parallel printer. >> =09For this reason, forcing the mode to something other than COMPATIBLE >> =09via /boot/device.hints might be a better alternative for some >> =09people. Check your BIOS to see what modes are supported for the >> =09parallel port, and "man ppc" for details on port settings in >> =09device.hints. > > doesn't matter what you set in the BIOS or whatever, any gray or colormod= e on > 5.3 is that inacceptable slow > > using the exactly same printer and port settings on 5.2.1 or 4.11 brings = you > back to the expected printing speed > > you even can use the exact same clean ports tree and compiling cupsd + > foomatic and 5.3 is slow and 5.2.1 and 4.11 is normal speed > > But printing to a remote cups tree from 5.3 is giving the normal performa= nce. > > > Hans > > >> >>> Release-Note: >>> Audit-Trail: >>> Unformatted: >> >> _______________________________________________ >> freebsd-bugs@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-bugs >> To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" > > --=20 > > > Infomatik > implementamos asas na sua rede. > (18)3551.3591 (18)8112.7007 > _______________________________________________________ > Participe! FreeBSD - Security - Wireless e outras > Entre em http://listas.matik.com.br e inscreva-se! > _______________________________________________________ > Mensagens sem assinatura GPG n=E3o s=E3o nossas. > Messages without GPG signature are not from us. > _______________________________________________________ > --0-421382599-1110820263=:76255 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" --0-421382599-1110820263=:76255-- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:48:36 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FBAE16A47F for ; Sun, 3 Jul 2005 00:48:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C560044A3B for ; Sun, 3 Jul 2005 00:30:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630Uaan014495 for ; Sun, 3 Jul 2005 00:30:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630UaNl014492; Sun, 3 Jul 2005 00:30:36 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:30:36 GMT Message-Id: <200507030030.j630UaNl014492@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jason Bacon Cc: Subject: Re: kern/78711: Parallel printer incredibly slow X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Bacon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:48:36 -0000 The following reply was made to PR kern/78711; it has been noted by GNATS. From: Jason Bacon To: Bruce Evans Cc: freebsd-bugs@freebsd.org Subject: Re: kern/78711: Parallel printer incredibly slow Date: Mon, 14 Mar 2005 17:55:19 -0600 (CST) Mark another one resolved... sysctl hw.intr_storm_threshold=2500 seems to have done the trick. I printed a high quality photo from my iBook, and the job ran just fine. Top showed the CPU usage split between system and interrupt, whereas it was all system in polling mode as one might expect. I went back and checked my /var/log/messages from before the change, and noticed: Interrupt storm detected on "irq7: lpt0"; throttling interrupt source stray irq7 I also repeated the experiment for confidence: sysctl hw.intr_storm_threshold=500 re-ran same print job and watched it stall sysctl hw.intr_storm_threshold=2500 re-ran same print job and watched it complete If you're interested in collecting some data on the topic, I can play with the threshold values and look for a working minimum for my needs. Let me know, Jason On Sat, 12 Mar 2005, Bruce Evans wrote: > On Fri, 11 Mar 2005, Suporte Matik wrote: > >> On Friday 11 March 2005 19:42, Jason Bacon wrote: >>>> Description: >>> >>> The parallel printer runs ridiculously slow. It prints normally >>> for about 30 seconds, then prints one line every 5 or 10 minutes. >>> ... >> >> any two lines text file needs 15 minutes to be printed >> >>>> Fix: >>> >>> lptcontrol -s resolves the problem. This looks to me much >>> ... >> >> does not fix, the problem is as well with lpr and cups local/remote >> >> the only way to get "some more speed" is using b/w and 150 dpi on a HPDJ, >> any >> gray or color mode is slow > > Try changing the interrupt storm threshold (hw.intr_storm_threshold) to > something larger than the printer can generate. FreeBSD-5.3 has interrupt > storm detection that misdetects the very high interrupt rates that can > be caused by printers (combined with low quality interrupt handling in > the lpt driver) as interrupt storms. > >> doesn't matter what you set in the BIOS or whatever, any gray or colormode >> on >> 5.3 is that inacceptable slow >> >> using the exactly same printer and port settings on 5.2.1 or 4.11 brings >> you >> back to the expected printing speed > > FreeBSD-5.2 and FreeBSD-current have different bugs in interrupt storm > detection and handling. In at least some versions, the bugs make printers > go even slower if an interrupt storm is misdetected for them, but > misdetection is apparently rarer. > > FreeBSD-4 doesn't have interrupt storm detection, so any problems with > printer speed are local to the driver. > > Bruce > _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:48:38 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A54F16A487 for ; Sun, 3 Jul 2005 00:48:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0370044A99 for ; Sun, 3 Jul 2005 00:30:58 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630Uwwt015179 for ; Sun, 3 Jul 2005 00:30:58 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630UwZj015178; Sun, 3 Jul 2005 00:30:58 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:30:58 GMT Message-Id: <200507030030.j630UwZj015178@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= Cc: Subject: Re: gnu/77818: GDB locks in wait4() when running applications X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:48:38 -0000 The following reply was made to PR gnu/77818; it has been noted by GNATS. From: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: gnu/77818: GDB locks in wait4() when running applications Date: Mon, 18 Apr 2005 22:26:41 -0500 (CDT) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-4531466-1113858140=:11216 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: <20050418160331.P11216@thor.farley.org> I finally compiled Zsh with debugging and got the following trace. I ran it by the following line: LD_LIBRARY_PATH=3D/tmp/libc SHELL=3D/bin/sh gdb /usr/local/bin/zsh Program received signal SIGINT, Interrupt. 0x281a9efb in sigsuspend () from /lib/libc.so.5 (gdb) where #0 0x281a9cfb in sigsuspend () at sigsuspend.S:2 #1 0x280e07dc in signal_suspend (sig=3D20, sig2=3D2) at signals.c:367 #2 0x280b92e8 in waitforpid (pid=3D11195) at jobs.c:1120 #3 0x280a3dda in getoutput (cmd=3D0x8060e5c "uname -s", qt=3D1) at exec.c:= 2869 #4 0x280e2a0c in stringsubst (list=3D0xbfbfe7c0, node=3D0xbfbfe7d0, ssub= =3D4, asssub=3D0) at subst.c:189 #5 0x280e2378 in prefork (list=3D0xbfbfe7c0, flags=3D6) at subst.c:74 #6 0x280a0886 in addvars (state=3D0xbfbfe880, pc=3D0xbfbfe7c0, export=3D0) at exec.c:1614 #7 0x2809ec5d in execsimple (state=3D0x1) at exec.c:802 #8 0x2809edb7 in execlist (state=3D0xbfbfe880, dont_change_job=3D0, exitin= g=3D0) at exec.c:855 #9 0x2809eb9a in execode (p=3D0x80608e0, dont_change_job=3D0, exiting=3D0) at exec.c:775 #10 0x280b3a8a in loop (toplevel=3D0, justonce=3D0) at init.c:165 #11 0x280b58b8 in source (s=3D0xbfbfe950 "/root/.zshenv") at init.c:1043 #12 0x280b5b1c in sourcehome (s=3D0x280f458d ".zshenv") at init.c:1088 #13 0x280b54e7 in run_init_scripts () at init.c:937 #14 0x280b63da in zsh_main (argc=3D1, argv=3D0xbfbfeac0) at init.c:1262 #15 0x08048583 in main (argc=3D1, argv=3D0xbfbfeac0) at ./main.c:93 I hope this can help find the problem. Se=E1n --=20 sean-freebsd@farley.org --0-4531466-1113858140=:11216 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" --0-4531466-1113858140=:11216-- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:48:55 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 466EA16A420 for ; Sun, 3 Jul 2005 00:48:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D5244A9B for ; Sun, 3 Jul 2005 00:30:58 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630Uwnd015192 for ; Sun, 3 Jul 2005 00:30:58 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630UwX6015191; Sun, 3 Jul 2005 00:30:58 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2005 00:30:58 GMT Resent-Message-Id: <200507030030.j630UwX6015191@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Nelson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D72716A4A1 for ; Sun, 3 Jul 2005 00:24:04 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C37143F83 for ; Sun, 3 Jul 2005 00:16:16 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j630GGE5088630; Sat, 2 Jul 2005 19:16:16 -0500 (CDT) (envelope-from dan) Message-Id: <200507030016.j630GGE5088630@dan.emsphone.com> Date: Sat, 2 Jul 2005 19:16:16 -0500 (CDT) From: Dan Nelson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/82909: [PATCH] fix ministat -s with >2 datasets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:48:55 -0000 >Number: 82909 >Category: bin >Synopsis: [PATCH] fix ministat -s with >2 datasets >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 Jul 03 00:30:58 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dan Nelson >Release: FreeBSD 5.4-STABLE i386 >Organization: The Allant Group >Environment: System: FreeBSD dan.emsphone.com 5.4-STABLE FreeBSD 5.4-STABLE #411: Fri Jun 10 10:55:56 CDT 2005 zsh@dan.emsphone.com:/usr/src/sys/i386/compile/DANSMP i386 >Description: In 2003, a -s flag was added to ministat to separate the avg/median/stddev bars onto separate lines for readability if the ranges overlapped. In 2005, ministat was extended to support more than 2 datasets, but the -s code was not updated. It will coredump if run with -s and >2 sets. >How-To-Repeat: >Fix: Allocate the correct amount of memory to store all the bars in memory. ( newer version may be at http://dan.allantgroup.com/FreeBSD/ministat.diff ) Index: ministat.c =================================================================== RCS file: /home/ncvs/src/tools/tools/ministat/ministat.c,v retrieving revision 1.5 diff -u -p -r1.5 ministat.c --- ministat.c 27 May 2005 17:52:56 -0000 1.5 +++ ministat.c 30 Jun 2005 15:20:51 -0000 @@ -283,12 +283,13 @@ struct plot { char *data; char **bar; int separate_bars; + int num_datasets; }; static struct plot plot; static void -SetupPlot(int width, int separate) +SetupPlot(int width, int separate, int num_datasets) { struct plot *pl; @@ -298,6 +299,7 @@ SetupPlot(int width, int separate) pl->data = NULL; pl->bar = NULL; pl->separate_bars = separate; + pl->num_datasets = num_datasets; pl->min = 999e99; pl->max = -999e99; } @@ -344,8 +346,8 @@ PlotSet(struct dataset *ds, int val) bar = 0; if (pl->bar == NULL) { - pl->bar = malloc(sizeof(char *) * 2); - memset(pl->bar, 0, sizeof(char*) * 2); + pl->bar = malloc(sizeof(char *) * pl->num_datasets); + memset(pl->bar, 0, sizeof(char*) * pl->num_datasets); } if (pl->bar[bar] == NULL) { pl->bar[bar] = malloc(pl->width); @@ -426,7 +428,7 @@ DumpPlot(void) putchar('|'); putchar('\n'); } - for (i = 0; i < 2; i++) { + for (i = 0; i < pl->num_datasets; i++) { if (pl->bar[i] == NULL) continue; putchar('|'); @@ -568,7 +570,7 @@ main(int argc, char **argv) } if (!flag_n) { - SetupPlot(74, flag_s); + SetupPlot(74, flag_s, nds); for (i = 0; i < nds; i++) DimPlot(ds[i]); for (i = 0; i < nds; i++) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:49:11 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF72C16A422 for ; Sun, 3 Jul 2005 00:49:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01AF044303 for ; Sun, 3 Jul 2005 00:31:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630VHeT015237 for ; Sun, 3 Jul 2005 00:31:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630VHtN015236; Sun, 3 Jul 2005 00:31:17 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:31:17 GMT Message-Id: <200507030031.j630VHtN015236@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= Cc: Subject: Re: gnu/77818: GDB locks in wait4() when running applications X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:49:12 -0000 The following reply was made to PR gnu/77818; it has been noted by GNATS. From: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= To: David Xu Cc: freebsd-bugs@freebsd.org Subject: Re: gnu/77818: GDB locks in wait4() when running applications Date: Tue, 26 Apr 2005 11:23:02 -0500 (CDT) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-195141191-1114532582=:823 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 26 Apr 2005, David Xu wrote: > It was MFCed onto -STABLE. I had updated after your last e-mail but had seen no change. I updated again this morning (changes to kern_exit.c and kern_sig.c) and am still seeing the GDB problem with Zsh. Is this a separate problem? Se=E1n --=20 sean-freebsd@farley.org --0-195141191-1114532582=:823 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" --0-195141191-1114532582=:823-- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:49:12 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E35A316A428 for ; Sun, 3 Jul 2005 00:49:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02D0044AC0 for ; Sun, 3 Jul 2005 00:31:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630VDDu015230 for ; Sun, 3 Jul 2005 00:31:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630VDs0015229; Sun, 3 Jul 2005 00:31:13 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:31:13 GMT Message-Id: <200507030031.j630VDs0015229@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David Xu Cc: Subject: Re: gnu/77818: GDB locks in wait4() when running applications X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Xu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:49:12 -0000 The following reply was made to PR gnu/77818; it has been noted by GNATS. From: David Xu To: =?ISO-8859-1?Q?=22Se=E1n_C=2E_Farley=22?= Cc: freebsd-bugs@freebsd.org Subject: Re: gnu/77818: GDB locks in wait4() when running applications Date: Wed, 27 Apr 2005 08:52:34 +0800 Seán C. Farley wrote: > On Tue, 26 Apr 2005, David Xu wrote: > >> It was MFCed onto -STABLE. > > > I had updated after your last e-mail but had seen no change. > > I updated again this morning (changes to kern_exit.c and kern_sig.c) and > am still seeing the GDB problem with Zsh. > > Is this a separate problem? > > Seán Yes, I think it is a separated problem. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:49:14 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 609B116A41C for ; Sun, 3 Jul 2005 00:49:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E71A44A64 for ; Sun, 3 Jul 2005 00:30:56 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630Unwd014968 for ; Sun, 3 Jul 2005 00:30:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630UnYT014927; Sun, 3 Jul 2005 00:30:49 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:30:49 GMT Message-Id: <200507030030.j630UnYT014927@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Michiel Boland Cc: Subject: Re: bin/78570: "wicontrol -i wi0 -C" outputs garbage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michiel Boland List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:49:14 -0000 The following reply was made to PR bin/78570; it has been noted by GNATS. From: Michiel Boland To: Mark Knight Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/78570: "wicontrol -i wi0 -C" outputs garbage Date: Sun, 10 Apr 2005 16:40:49 +0200 (MEST) > Since at least 5.3, wicontrol -i wi0 -C has been broken. The following patch to /usr/src/usr.sbin/wicontrol/wicontrol.c fixes things for me (on 6.0-CURRENT) --- wicontrol.c.orig Sun Oct 17 23:29:53 2004 +++ wicontrol.c Sun Apr 10 15:33:47 2005 @@ -1020,10 +1020,8 @@ wi_readcache(const char *iface) { struct wi_req wreq; - int *wi_sigitems; struct wi_sigcache *sc; - char * pt; - int i; + int i, n; if (iface == NULL) errx(1, "must specify interface name"); @@ -1034,13 +1032,11 @@ if (wi_getval(iface, &wreq) == -1) errx(1, "Cannot read signal cache"); - wi_sigitems = (int *) &wreq.wi_val; - pt = ((char *) &wreq.wi_val); - pt += sizeof(int); - sc = (struct wi_sigcache *) pt; + n = wreq.wi_len * 2 / sizeof (struct wi_sigcache); /* XXX ?? */ + sc = (struct wi_sigcache *) &wreq.wi_val; - for (i = 0; i < *wi_sigitems; i++) { - printf("[%d/%d]:", i+1, *wi_sigitems); + for (i = 0; i < n; i++) { + printf("[%d/%d]:", i+1, n); printf(" %02x:%02x:%02x:%02x:%02x:%02x,", sc->macsrc[0]&0xff, sc->macsrc[1]&0xff, _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:49:21 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAD016A420 for ; Sun, 3 Jul 2005 00:49:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737AD44ABD for ; Sun, 3 Jul 2005 00:31:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630VAf5015216 for ; Sun, 3 Jul 2005 00:31:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630V9Cr015215; Sun, 3 Jul 2005 00:31:09 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:31:09 GMT Message-Id: <200507030031.j630V9Cr015215@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= Cc: Subject: Re: gnu/77818: GDB locks in wait4() when running applications X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:49:22 -0000 The following reply was made to PR gnu/77818; it has been noted by GNATS. From: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= To: David Xu Cc: freebsd-bugs@freebsd.org Subject: Re: gnu/77818: GDB locks in wait4() when running applications Date: Mon, 25 Apr 2005 14:17:28 -0500 (CDT) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-583420044-1114456648=:25522 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 19 Apr 2005, David Xu wrote: > I have commited a fix to -CURRENT, don't know if it will fix the > problem you have seen, but it is worth to try. > > David Xu > > Se=E1n C. Farley wrote: > >> I finally compiled Zsh with debugging and got the following trace. I >> ran it by the following line: >> LD_LIBRARY_PATH=3D/tmp/libc SHELL=3D/bin/sh gdb /usr/local/bin/zsh >>=20 >> Program received signal SIGINT, Interrupt. >> 0x281a9efb in sigsuspend () from /lib/libc.so.5 >> (gdb) where >> #0 0x281a9cfb in sigsuspend () at sigsuspend.S:2 >> #1 0x280e07dc in signal_suspend (sig=3D20, sig2=3D2) at signals.c:367 >> #2 0x280b92e8 in waitforpid (pid=3D11195) at jobs.c:1120 >> #3 0x280a3dda in getoutput (cmd=3D0x8060e5c "uname -s", qt=3D1) at exec= =2Ec:2869 >> #4 0x280e2a0c in stringsubst (list=3D0xbfbfe7c0, node=3D0xbfbfe7d0, ssu= b=3D4, >> asssub=3D0) at subst.c:189 >> #5 0x280e2378 in prefork (list=3D0xbfbfe7c0, flags=3D6) at subst.c:74 >> #6 0x280a0886 in addvars (state=3D0xbfbfe880, pc=3D0xbfbfe7c0, export= =3D0) >> at exec.c:1614 >> #7 0x2809ec5d in execsimple (state=3D0x1) at exec.c:802 >> #8 0x2809edb7 in execlist (state=3D0xbfbfe880, dont_change_job=3D0, exi= ting=3D0) >> at exec.c:855 >> #9 0x2809eb9a in execode (p=3D0x80608e0, dont_change_job=3D0, exiting= =3D0) >> at exec.c:775 >> #10 0x280b3a8a in loop (toplevel=3D0, justonce=3D0) at init.c:165 >> #11 0x280b58b8 in source (s=3D0xbfbfe950 "/root/.zshenv") at init.c:1043 >> #12 0x280b5b1c in sourcehome (s=3D0x280f458d ".zshenv") at init.c:1088 >> #13 0x280b54e7 in run_init_scripts () at init.c:937 >> #14 0x280b63da in zsh_main (argc=3D1, argv=3D0xbfbfeac0) at init.c:1262 >> #15 0x08048583 in main (argc=3D1, argv=3D0xbfbfeac0) at ./main.c:93 >>=20 >> I hope this can help find the problem. Would you happen to have a patch to -STABLE for the fix? I looked at some of the code you committed recently and was unsure of what fix(es) needed to be made to test it. A few of the changes did not look like they matched easily to -STABLE. Thank you. Se=E1n --=20 sean-freebsd@farley.org --0-583420044-1114456648=:25522 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" --0-583420044-1114456648=:25522-- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:58:26 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62C8316AC60 for ; Sun, 3 Jul 2005 00:57:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4167A4424D for ; Sun, 3 Jul 2005 00:40:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630eQYJ015465 for ; Sun, 3 Jul 2005 00:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630eQfS015464; Sun, 3 Jul 2005 00:40:26 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2005 00:40:26 GMT Resent-Message-Id: <200507030040.j630eQfS015464@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8523516A547; Sun, 3 Jul 2005 00:38:17 +0000 (GMT) (envelope-from ps@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E81FD4411C; Sun, 3 Jul 2005 00:23:32 +0000 (GMT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 8A52F62608; Sat, 2 Jul 2005 17:20:20 -0700 (PDT) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by elvis.mu.org (Postfix) with ESMTP id 461A25C900 for ; Sat, 5 Mar 2005 17:21:08 -0800 (PST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id C472D567D5; Sun, 6 Mar 2005 01:20:50 +0000 (GMT) (envelope-from owner-freebsd-current@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 8302716A513; Sun, 6 Mar 2005 01:20:45 +0000 (GMT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E4816A4D6; Sun, 6 Mar 2005 01:20:41 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9FD43D58; Sun, 6 Mar 2005 01:20:37 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2DA6.dyn.pacific.net.au [61.8.45.166]) j261KTlt010181; Sun, 6 Mar 2005 12:20:30 +1100 Received: by localhost (Postfix, from userid 1001) id 701FB17D8; Sun, 6 Mar 2005 12:21:46 +1100 (EST) Message-Id: <20050306012146.701FB17D8@localhost> From: Sam Lawrance Sender: owner-freebsd-current@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: current@FreeBSD.org Subject: kern/82910: Swapped out procs not brought in immediately after child exits X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sam Lawrance List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 03 Jul 2005 00:58:27 -0000 X-Original-Date: Sun, 6 Mar 2005 12:21:46 +1100 (EST) X-List-Received-Date: Sun, 03 Jul 2005 00:58:27 -0000 >Number: 82910 >Category: kern >Synopsis: Swapped out procs not brought in immediately after child exits >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 Jul 03 00:40:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #10: Sun Ma r 6 10:45:13 EST 2005 root@dirk.no.domain:/usr/testbuild/src5/sys/i386/compile/G ENERIC i386 >Description: I run -stable on my lonely box, but AFAICS this affects current. This problem is similar in flavour to one that I reported a while ago, since fixed. Here's an example. Below we have a login, shell and su which have swapped out, and a shell which is active: root 4291 0.0 0.0 1664 0 v3 IWs - 0:00.00 login [pam] (login) sam 4298 0.0 0.0 2260 0 v3 IW - 0:00.00 -bash (bash) root 4299 0.0 0.0 1644 0 v3 IW - 0:00.00 su root 4300 0.0 0.4 2952 1132 v3 S+ 3:23PM 0:00.66 su (bash) When 4300 exits, it will sit in the zombie state for a long time, waiting for 4299 to be swapped in. Same for 4299 and 4298. The kernel call stack for 4300 would be something like exit1 kern_exit wakeup (parent process as wait channel) sleepq_broadcast sleepq_resume_thread (on parent process) setrunnable In setrunnable, curthread->td_pflags is flagged with TDP_WAKEPROC0 to indicate the vm scheduler should be awoken to do its thing. David Xu's original change was to check for TDP_WAKEPROC0 in critical_exit() and wakeup(&proc0) from there. Things were arranged this way in order to prevent an LOR between sched_lock and sleepqueue locks. That scheme doesn't take into account that exit1() does a critical_enter() that has no corresponding critical_exit() in that thread (because the exiting thread grabs sched_lock which is held across cpu_throw). So the wakeup is not done, and we just have to wait for the vm's tsleep on proc0 to time out. The same thing might occur across other exit points, but I don't know what they are. >How-To-Repeat: Run a shell somewhere (first). Su or run another shell or similar (second). Wait until the first shell has swapped out (might require running some other memory hogs). Exit the second shell. Notice that the second shell takes a long time to exit. >Fix: A possible solution might be to wakeup(&proc0) after waking the parent and before grabbing sched_lock: Index: kern_exit.c =================================================================== RCS file: /home/ncvs/FreeBSD/src/sys/kern/kern_exit.c,v retrieving revision 1.256 diff -u -r1.256 kern_exit.c --- kern_exit.c 29 Jan 2005 14:03:41 -0000 1.256 +++ kern_exit.c 6 Mar 2005 01:17:35 -0000 @@ -503,6 +503,7 @@ mtx_unlock_spin(&sched_lock); wakeup(p->p_pptr); PROC_UNLOCK(p->p_pptr); + wakeup(&proc0); mtx_lock_spin(&sched_lock); critical_exit(); _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:35 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4484316B2A1 for ; Sun, 3 Jul 2005 01:03:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C68A43DAD for ; Sun, 3 Jul 2005 01:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6310kc2016005 for ; Sun, 3 Jul 2005 01:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6310kUE016004; Sun, 3 Jul 2005 01:00:46 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:00:46 GMT Message-Id: <200507030100.j6310kUE016004@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Garance A Drosehn Cc: Subject: Re: bin/80256: /rescue/vi doesn't work without terminal database in /usr X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garance A Drosehn List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:35 -0000 The following reply was made to PR bin/80256; it has been noted by GNATS. From: Garance A Drosehn To: Brian Candler Cc: freebsd-current@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: bin/80256: /rescue/vi doesn't work without terminal database in /usr Date: Sat, 18 Jun 2005 12:42:51 -0400 At 1:57 PM +0100 6/18/05, Brian Candler wrote: >[from freebsd-current] >On Sat, Jun 18, 2005 at 12:48:04AM -0400, Garance A Drosehn wrote: >> >Yes, I'm aware of PR bin/80256, but that appears to stalled in >> >a state of limbo. >> >> I've also been meaning to do something about that idea of a small >> termcap file. I don't remember what the PR says, but someone had a >> good idea of generating the minimal termcap file from the standard >> one, and putting that in /rescue. I have a few ideas of my own so >> the system would automatically pick up that minimal file. Just a >> matter of finding the time to test it all... :-) > >I started that PR. Subsequently there was a short discussion off-list >where it turned out that Warner Losh had a compact termcap file >which could be committed - it's attached below. However nothing >further happened. I am aware of Warner's termcap file, and I had talked with him earlier this year about committing something along those lines. I forget if I was going to commit his exact termcap file, or some auto-generated alternative, but I do have the emails around here somewhere. I know that *at the time* I knew what I had planned to do, and that Warner had nodded in general agreement to whatever that was... Right now I am busy finishing off some changes to `env', which will fix some problems introduced by a different change that I made earlier this year. Once I have those changes sorted out, I'll go back and look at my emails on this termcap idea. (Unless, of course, anyone else wants to do it before I get to it!) -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:35 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A0816A422 for ; Sun, 3 Jul 2005 01:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E7C43D48 for ; Sun, 3 Jul 2005 01:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631ARZN020451 for ; Sun, 3 Jul 2005 01:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631ARru020450; Sun, 3 Jul 2005 01:10:27 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:10:27 GMT Message-Id: <200507030110.j631ARru020450@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Cc: Subject: Re: bin/58951: Some problems with 4.9-RELEASE installation using comconsole X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:35 -0000 The following reply was made to PR bin/58951; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: arch@freebsd.org Subject: Re: bin/58951: Some problems with 4.9-RELEASE installation using comconsole Date: Sun, 8 Aug 2004 23:12:18 +0800 Hi! Is there anyone interested in fixing 4.x-RELEASE serial console installation? Eugene _______________________________________________ freebsd-arch@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-arch To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:35 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3D3016A427 for ; Sun, 3 Jul 2005 01:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAFB243D1D for ; Sun, 3 Jul 2005 01:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631AVXc020488 for ; Sun, 3 Jul 2005 01:10:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631AVE3020486; Sun, 3 Jul 2005 01:10:31 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:10:31 GMT Message-Id: <200507030110.j631AVE3020486@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mark Linimon Cc: Subject: Re: junk/71065: Please check out my webcam, X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:36 -0000 The following reply was made to PR junk/71065; it has been noted by GNATS. From: Mark Linimon To: bug-followup@freebsd.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: junk/71065: Please check out my webcam, Date: Sat, 28 Aug 2004 17:12:48 GMT Synopsis: Please check out my webcam, State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Aug 28 17:12:18 GMT 2004 State-Changed-Why: spam. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Aug 28 17:12:18 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=71065 _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:36 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7277F16A439 for ; Sun, 3 Jul 2005 01:10:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E13243D1D for ; Sun, 3 Jul 2005 01:10:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631AZSR020502 for ; Sun, 3 Jul 2005 01:10:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631AZuL020501; Sun, 3 Jul 2005 01:10:35 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:10:35 GMT Message-Id: <200507030110.j631AZuL020501@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jonas Nagel Cc: Subject: Re: kern/72263: gifconfig output corruption X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jonas Nagel List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:36 -0000 The following reply was made to PR kern/72263; it has been noted by GNATS. From: Jonas Nagel To: Brooks Davis Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/72263: gifconfig output corruption Date: Thu, 07 Oct 2004 21:56:49 +0200 Ok, I got news on this: I saw that it works ok when doing the configuration manually, but it wont work with the following entries in rc.conf: gif_interfaces="gif0" gifconfig_gif0="81.6.6.90 210.5.10.80" ifconfig_gif0="inet 192.168.0.1 192.168.3.1 netmask 0xffffff00" (IP's given are examples) Any ideas on that? I double checked that with the handbook/man pages and it all *should* work this way. But it doesn't for some reason. -- Jonas Nagel _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:36 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C20516A42B for ; Sun, 3 Jul 2005 01:10:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E4A43D1D for ; Sun, 3 Jul 2005 01:10:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631AdRw020509 for ; Sun, 3 Jul 2005 01:10:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631Acu0020508; Sun, 3 Jul 2005 01:10:38 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:10:38 GMT Message-Id: <200507030110.j631Acu0020508@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Evans Cc: Subject: Re: kern/78957: time counter per process stops (syscall: getrusage) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Evans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:37 -0000 The following reply was made to PR kern/78957; it has been noted by GNATS. From: Bruce Evans To: Jakub Kruszona-Zawadzki Cc: freebsd-bugs@freebsd.org Subject: Re: kern/78957: time counter per process stops (syscall: getrusage) Date: Fri, 18 Mar 2005 20:06:15 +1100 (EST) On Thu, 17 Mar 2005, Jakub Kruszona-Zawadzki wrote: >> Description: > When a process is running for a long time (several days) time counter per process stops on value: > ru_utime.tv_sec:305221 > ru_utime.tv_usec:322735 This may be the same bug as in PR 76972. Overflow occurs at about 48592008 ticks = 379625 seconds = 105 hours for a a process that consumes 100% of the CPU if the statclock frequency is 128 Hz (which is the default and not easy to change). There is another overflow bug at 2^32 ticks = 388 days. This one is harder to fix. See PR 76972 for details and a fix for the first overflow bug. 37965 seconds is a little larger than 305221 seconds. The difference might be due to the other 70000+ seconds being in ru_stime. The behaviour when overflow occurs is undefined, but stopping on a value is quite likely to occur due to the algorithm for updating ru_*time. Integer overflow tends to cause counters to reset to 0 (or INT_MIN), but the kernel enforces monotonicity of the usage times, so they will stick instead of going backwards to 0. Bruce _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:37 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C2D16A426 for ; Sun, 3 Jul 2005 01:10:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF2743D1D for ; Sun, 3 Jul 2005 01:10:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631Af0M020516 for ; Sun, 3 Jul 2005 01:10:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631AfHh020515; Sun, 3 Jul 2005 01:10:41 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:10:41 GMT Message-Id: <200507030110.j631AfHh020515@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Rostislav Krasny Cc: Subject: Re: misc/74178: grdc(6) - scrolling does not work and "AM"/"PM" string is erased when program has been run with scrolling X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rostislav Krasny List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:37 -0000 The following reply was made to PR bin/74178; it has been noted by GNATS. From: Rostislav Krasny To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/74178: grdc(6) - scrolling does not work and "AM"/"PM" string is erased when program has been run with scrolling Date: Sat, 20 Nov 2004 15:49:50 -0800 (PST) I'm sorry, I made a little typo in the bug description. There should be "...the right scrolling digit...", not the left one. __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:37 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 482D516A42D for ; Sun, 3 Jul 2005 01:10:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171F743D1F for ; Sun, 3 Jul 2005 01:10:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631AmXr020530 for ; Sun, 3 Jul 2005 01:10:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631Amuj020529; Sun, 3 Jul 2005 01:10:48 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:10:48 GMT Message-Id: <200507030110.j631Amuj020529@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/77234: corrupted data is read from UDF filesystem if read starts at non-aligned offset X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:37 -0000 The following reply was made to PR kern/77234; it has been noted by GNATS. From: Andriy Gapon To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/77234: corrupted data is read from UDF filesystem if read starts at non-aligned offset Date: Mon, 7 Feb 2005 23:31:30 +0200 (EET) If meaning of max_size is interpreted as maximum number of contiguous bytes that can be read starting from a given offset rather than starting from a beginning of a calculated sector number then a patch could be like the following. (Please note that currently max_size contains number of bytes in an extent to which current offset belongs, which is total nonsense since any code that calls udf_bmap_internal() has no notion of extents) --- udf_vnops.c.orig Mon Feb 7 22:59:34 2005 +++ udf_vnops.c Mon Feb 7 23:18:06 2005 @@ -1107,19 +1107,21 @@ *size = max_size; *size = min(*size, MAXBSIZE); - if ((error = udf_readlblks(udfmp, sector, *size, bp))) { + if ((error = udf_readlblks(udfmp, sector, *size + (offset & udfmp->bmask), bp))) { printf("warning: udf_readlblks returned error %d\n", error); return (error); } bp1 = *bp; - *data = (uint8_t *)&bp1->b_data[offset % udfmp->bsize]; + *data = (uint8_t *)&bp1->b_data[offset & udfmp->bmask]; return (0); } /* * Translate a file offset into a logical block and then into a physical * block. + * max_size - maximum number of bytes that can be read starting from given + * offset, not beginning of calculated sector number */ static int udf_bmap_internal(struct udf_node *node, off_t offset, daddr_t *sector, uint32_t *max_size) @@ -1172,7 +1174,7 @@ lsector = (offset >> udfmp->bshift) + ((struct short_ad *)(icb))->pos; - *max_size = GETICBLEN(short_ad, icb); + *max_size = icblen - offset; break; case 1: @@ -1196,7 +1198,7 @@ lsector = (offset >> udfmp->bshift) + ((struct long_ad *)(icb))->loc.lb_num; - *max_size = GETICBLEN(long_ad, icb); + *max_size = icblen - offset; break; case 3: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:37 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B183316A421 for ; Sun, 3 Jul 2005 01:10:56 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9730B43D1F for ; Sun, 3 Jul 2005 01:10:56 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631AuaD020544 for ; Sun, 3 Jul 2005 01:10:56 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631AuIk020543; Sun, 3 Jul 2005 01:10:56 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:10:56 GMT Message-Id: <200507030110.j631AuIk020543@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Nelson Cc: Subject: Re: kern/75122: [PATCH] Incorrect inflight bandwidth calculation on first packet X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Nelson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:38 -0000 The following reply was made to PR kern/75122; it has been noted by GNATS. From: Dan Nelson To: Uwe Doering Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/75122: [PATCH] Incorrect inflight bandwidth calculation on first packet Date: Wed, 22 Dec 2004 16:24:52 -0600 In the last episode (Dec 21), Uwe Doering said: > Uwe Doering wrote: > >Dan Nelson wrote: > >>In the last episode (Dec 18), Uwe Doering said: > >>>Dan Nelson wrote: > >>> > >>>>Updated patch including Matt's recommended fix: > >>>> > >>>>+ /* > >>>>+ * Sanity check, plus ignore pure window update acks. > >>>>+ */ > >>>>+ if ((int)(ack_seq - tp->t_bw_rtseq) <= 0) > >>>>+ return; > > On second thought, checking for less than zero (by means of the 'int' > cast) might have its merits. This may be a protection against > out-of-order ACKs, which could in fact be valid, but calculating a byte > count from an ACK for an earlier packet when we've already processed a > later ACK would be bogus. I am pretty sure only useful acks get to this point. I've changed that bit of code to just be + /* + * Ignore pure window update acks. + */ + if (ack_seq == tp->t_bw_rtseq) + return; and added another check for negative sequences that increments a sysctl counter. So far netstat -s has counted 567 out-of-order packets but my counter is still at 0. -- Dan Nelson dnelson@allantgroup.com _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:38 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FEE616A447 for ; Sun, 3 Jul 2005 01:10:59 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 773E943D49 for ; Sun, 3 Jul 2005 01:10:59 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631AxT5020551 for ; Sun, 3 Jul 2005 01:10:59 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631AxP4020550; Sun, 3 Jul 2005 01:10:59 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:10:59 GMT Message-Id: <200507030110.j631AxP4020550@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Mark W. Krentel" Cc: Subject: Re: i386/62699: fstat randomly crashes with "out of memory" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Mark W. Krentel" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:38 -0000 The following reply was made to PR bin/62699; it has been noted by GNATS. From: "Mark W. Krentel" To: sigma@pair.com, bug-followup@freebsd.org, freebsd-bugs@freebsd.org Cc: alc@cs.rice.edu Subject: Re: i386/62699: fstat randomly crashes with "out of memory" Date: Thu, 27 Jan 2005 20:39:48 -0500 The analysis by the originator, Kevin Martin, is correct. I looked into this and indeed, filed.fd_lastfile does occasionally have a way- out-of-bounds value (positive or negative), leading to an "out of memory" crash, or worse. This is the same bug reported by Kris Kennaway in the thread "fstat triggered INVARIANTS panic in memrw()" on -current in January 2005. Except that Kris was getting a panic because kernacc() in vm_glue.c was not checking for address wrap. That has now been patched. This is a classic case of the transitory nature of the data obtained from kvm_read() in a running kernel. Even if kvm_read() returns successfully, there is no guarantee that the data is meaningful or what you expect. It may be garbage, and even if it's valid, it may be out of date by the time you see it. There is no exact "fix", the best you can do is a sanity check on filed.fd_lastfile, as you suggest. One could argue over the best bound, I went with 0x01000000 in the patch below. In my tests, all of the out-of-bounds values were either negative or greater than 0x70000000, so I decided that 0x01000000 (16 million) was a reasonable compromise for the number of file descriptors that are simultaneously open. Note that fd_lastfile == -1 is valid, it just means that the process has no open files. In this case, there's no reason to continue with the "open files" section of dofiles(). P.S. This PR should be category "bin", not "i386". The problem is in fstat(1), there's nothing x86-specific about it. P.P.S. Please limit lines to about 75-80 characters. --Mark Patch for the "out of memory" problem: Index: fstat.c =================================================================== RCS file: /data/ncvs/src/usr.bin/fstat/fstat.c,v retrieving revision 1.57 diff -u -r1.57 fstat.c --- fstat.c 11 Jan 2005 18:52:12 -0000 1.57 +++ fstat.c 27 Jan 2005 22:31:28 -0000 @@ -358,6 +358,12 @@ * open files */ #define FPSIZE (sizeof (struct file *)) +#define MAX_LASTFILE (0x01000000) + + /* Sanity check on filed.fd_lastfile */ + if (filed.fd_lastfile <= -1 || filed.fd_lastfile > MAX_LASTFILE) + return; + ALLOC_OFILES(filed.fd_lastfile+1); if (!KVM_READ(filed.fd_ofiles, ofiles, (filed.fd_lastfile+1) * FPSIZE)) { Two other points, while I'm here. First, in the macro definition of KVM_READ in fstat.h, the check for "(len) < SSIZE_MAX" is pretty much pointless. What positive value for len is ever greater than SSIZE_MAX? It would make more sense to check for "(len) > 0" because if len == 0 then kvm_read() would return 0 bytes and KVM_READ would return true but not return any useful data. Actually, since all but one use of KVM_READ has sizeof(...) for len, and the last use is in the patch above, I would skip the test altogether and write it as: #define KVM_READ(kaddr, paddr, len) \ (kvm_read(kd, (u_long)(kaddr), (char *)(paddr), (len)) == (ssize_t)(len)) Second, dofiles() should also include the jail root directory, if there is one. I'm guessing that fstat(1) was written long before there were jails. Index: fstat.c =================================================================== RCS file: /data/ncvs/src/usr.bin/fstat/fstat.c,v retrieving revision 1.57 diff -u -r1.57 fstat.c --- fstat.c 11 Jan 2005 18:52:12 -0000 1.57 +++ fstat.c 28 Jan 2005 01:02:21 -0000 @@ -106,6 +106,7 @@ #define RDIR -3 #define TRACE -4 #define MMAP -5 +#define JDIR -6 DEVS *devs; @@ -309,6 +310,9 @@ case MMAP: \ printf(" mmap"); \ break; \ + case JDIR: \ + printf(" jail"); \ + break; \ default: \ printf(" %4d", i); \ break; \ @@ -345,6 +349,11 @@ */ vtrans(filed.fd_cdir, CDIR, FREAD); /* + * Jail root directory vnode. + */ + if (filed.fd_jdir != NULL) + vtrans(filed.fd_jdir, JDIR, FREAD); + /* * ktrace vnode, if one */ if (kp->ki_tracep) _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:39 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C10B16A454 for ; Sun, 3 Jul 2005 01:11:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71AA943D49 for ; Sun, 3 Jul 2005 01:11:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631B55M020565 for ; Sun, 3 Jul 2005 01:11:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631B5i2020564; Sun, 3 Jul 2005 01:11:05 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:11:05 GMT Message-Id: <200507030111.j631B5i2020564@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bernd Luevelsmeyer Cc: Subject: Re: kern/81807: Silo overflows with serial multiport cards X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bernd Luevelsmeyer List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:39 -0000 The following reply was made to PR kern/81807; it has been noted by GNATS. From: Bernd Luevelsmeyer To: Bruce Evans Cc: freebsd-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/81807: Silo overflows with serial multiport cards Date: Mon, 06 Jun 2005 15:03:25 +0200 Bruce Evans wrote: > > On Thu, 2 Jun 2005, Bernd Luevelsmeyer wrote: > > >> Description: > > The machine has 3 serial 8-port-cards installed, 2 of them ISA cards > > and one PCI card. The card model of all 3 of them is Moxa SmartIO > > C168H (http://www.moxa.com/Product/C168H.htm and > > http://www.moxa.com/Product/C168HPCI.htm). Since Upgrading to > > 5-Stable the ISA cards have high numbers of silo overflows. This did > > not happen with 4-Stable. > > The overflows happened with SCHED_4BSD or SCHED_ULE, with and > > without PREEMPTION in the kernel, and regardless of baudrate (I > > tried 9600 and 115200). Also I tried several HZ values in the kernel > > (100, 1000 and 4000), and it didn't matter. > > > > The machine is a PII with 300 MHz. Now this isn't the most powerful > > (and ISA is a little bit old-fashioned), but the effect happens also > > when only one of the 24 ports is used and it's at 9600 Baud, and > > anyway with 4-Stable there was no problem at all. > > Interrupt handling is bad in -current but not usually that bad. The I'm using -stable, but otherwise I agree. > loss of performance was in the 5-10% range when I tested it a lot on > a 366 MHz Celeron 12-18 months ago. Latency increase is worse than > performance decrease but wasn't noticeable with <= 8 ports at 115200. We've got several machines upgraded from 4-stable to 5-stable, and apart from the serial multiport cards (which are on only one machine) I can confirm this. It's only this one machine that causes trouble. > > Here is the machine's dmesg: > > Everything seems to be set up correctly. sio even handles the isa > ports better that the pci ports. I would have expected silo overflows > to occur for the pci ports first because fast interrupts are not used > for them (try using the PUC_FASTINTR option to fix this). Interrupts > seem to be working at probe time. Do they work later? Use vmstat > or systat -v to check that some keep occurring. Check that fast > interrupts are used by booting with -v. I've had PUC_FASTINTR but switched it off hoping things would improve by that, which they didn't. (AUTO_EOI_1 on or off also doesn't matter, AUTO_EOI_2 on never works.) I've put PUC_FASTINTR back in without any effect, except that fast interrupts are now used for PUC. Interrupts do work generally, it's only that there are not enough of them. Losing bytes only happens when the amount of output is big, such as a screen refresh in "less" or "vim", where I can expect between 2 and 10 lost bytes on a 50-lines-and-80-columns terminal. The output of "ls" in a small directory always comes properly, for example. What did help (found it just now) was to disable acpi by 'hint.acpi.0.disabled="1"' in /boot/loader.conf. Before, the BIOS was discovered to be on the BIOS blacklist, and ACPI disabled automatically. Now, it's not even loaded, and I'm losing way fewer bytes. (The reason is beyond me; after all, acpi was not active before too.) Now there's only occasionally a missing byte, in about 1 out of 20 screen refreshes. Greetings, Bernd _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:39 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27A4016A44B for ; Sun, 3 Jul 2005 01:11:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1290743D1D for ; Sun, 3 Jul 2005 01:11:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631BE42020587 for ; Sun, 3 Jul 2005 01:11:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631BE4Z020586; Sun, 3 Jul 2005 01:11:14 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:11:14 GMT Message-Id: <200507030111.j631BE4Z020586@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jonas Nagel Cc: Subject: Re: kern/74635: [panic] vlan over fxp driver IP assignment crash X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jonas Nagel List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:39 -0000 The following reply was made to PR kern/74635; it has been noted by GNATS. From: Jonas Nagel To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: =?ISO-8859-1?Q?Micha=B3?= Listos Subject: Re: kern/74635: [panic] vlan over fxp driver IP assignment crash Date: Sat, 04 Dec 2004 18:20:32 +0100 Actually, just when I wrote and sent off my previous e-mail on this box, the lappy paniced again, while just sitting there, stating: panic: softdep_setup_inomapdep: found inode So it seems that the workaround is only of short nature... :/ --=20 Jonas Nagel _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:40 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E33416A435 for ; Sun, 3 Jul 2005 01:11:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B6D43D55 for ; Sun, 3 Jul 2005 01:11:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631BHx2020594 for ; Sun, 3 Jul 2005 01:11:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631BHwL020593; Sun, 3 Jul 2005 01:11:17 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:11:17 GMT Message-Id: <200507030111.j631BHwL020593@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matteo Riondato Cc: Subject: Re: conf/53944: [PATCH] ARMSCII-8 (Armenian) LOCALE and Console support X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matteo Riondato List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:41 -0000 The following reply was made to PR conf/53944; it has been noted by GNATS. From: Matteo Riondato To: bug-followup@freebsd.org Cc: freebsd-bugs@freebsd.org Subject: Re: conf/53944: [PATCH] ARMSCII-8 (Armenian) LOCALE and Console support Date: Wed, 30 Mar 2005 19:55:59 +0200 --4jz2RIiWkXBLiaBi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Feature added and MFCed long time ago. This PR can be closed. Best Regards --=20 Rionda aka Matteo Riondato Disinformato per default G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) --4jz2RIiWkXBLiaBi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD4DBQFCSugv2Mp4pR7Fa+wRAgpJAJ4j6C7ZvByI4Ao/IBxoRnatuQe8OACY8IKC n4l77t18peM1Ka0tKMUeIA== =3Qp/ -----END PGP SIGNATURE----- --4jz2RIiWkXBLiaBi-- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:41 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49A5816A44D for ; Sun, 3 Jul 2005 01:11:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C826C43D1D for ; Sun, 3 Jul 2005 01:11:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631BLjT020601 for ; Sun, 3 Jul 2005 01:11:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631BLOI020600; Sun, 3 Jul 2005 01:11:21 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:11:21 GMT Message-Id: <200507030111.j631BLOI020600@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Uwe Doering Cc: Subject: Re: kern/79339: [patch] Kernel time code sync with improvements from DragonFly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Uwe Doering List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:41 -0000 The following reply was made to PR kern/79339; it has been noted by GNATS. From: Uwe Doering To: Joshua Coombs Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/79339: [patch] Kernel time code sync with improvements from DragonFly Date: Thu, 31 Mar 2005 08:44:55 +0200 Joshua Coombs wrote: > The following reply was made to PR kern/79339; it has been noted by GNATS. > > From: "Joshua Coombs" > To: , > "Joshua Coombs" > Cc: > Subject: Re: kern/79339: [patch] Kernel time code sync with improvements from DragonFly > Date: Wed, 30 Mar 2005 09:33:59 -0500 > > Testing with wakeup_latency.c on a 5.3-Rel box shows the same symptom set. > I've not yet tested the proposed fix on 5-x. I will try dupilcating this > issue on 6-current as well to nail down the problem scope. Please also look at what's actually in DragonFly's CVS repository. Your PR is based on the original patch, while the code in DragonFly is more sophisticated. Namely, tvtohz() was split into two functions, tvtohz_low() and tvtohz_high(), which replace the original function depending on the context tvtohz() appears in. From this I conclude that the original patch is insufficient (likely to break parts of the kernel), and that integrating this improvement into FreeBSD might not be as easy and straightforward as it appears to be at first glance. On the other hand, with some effort it ought to be doable. Uwe -- Uwe Doering | EscapeBox - Managed On-Demand UNIX Servers gemini@geminix.org | http://www.escapebox.net _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 01:14:41 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF4B416A41F for ; Sun, 3 Jul 2005 01:11:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB2EC43D1D for ; Sun, 3 Jul 2005 01:11:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j631BPmn020608 for ; Sun, 3 Jul 2005 01:11:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j631BPa5020607; Sun, 3 Jul 2005 01:11:25 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 01:11:25 GMT Message-Id: <200507030111.j631BPa5020607@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Phil Oleson Cc: Subject: Re: bin/79418: [patch] libedit sync from netbsd cvs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Oleson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 01:14:43 -0000 The following reply was made to PR bin/79418; it has been noted by GNATS. From: Phil Oleson To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/79418: [patch] libedit sync from netbsd cvs Date: Tue, 05 Apr 2005 03:00:17 -0600 This is a multi-part message in MIME format. --------------060902030201060704010601 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Here are patches to port the rest of the userspace apps that use libevent to use the H_SETSIZE flag rather than H_EVENT, which will be eliminated with the upgrade of libevent. This should allow buildworld to compile clean after the libevent patch is applied. Phil. -- It's a frail sad line between optimism and delusion. --------------060902030201060704010601 Content-Type: text/plain; name="cdcontrol.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cdcontrol.patch" Index: src/usr.sbin/cdcontrol/cdcontrol.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/cdcontrol/cdcontrol.c,v retrieving revision 1.48 diff -u -r1.48 cdcontrol.c --- src/usr.sbin/cdcontrol/cdcontrol.c 1 Apr 2004 16:37:46 -0000 1.48 +++ src/usr.sbin/cdcontrol/cdcontrol.c 5 Apr 2005 08:45:00 -0000 @@ -1130,7 +1130,7 @@ el = el_init("cdcontrol", stdin, stdout, stderr); hist = history_init(); - history(hist, &he, H_EVENT, 100); + history(hist, &he, H_SETSIZE, 100); el_set(el, EL_HIST, history, hist); el_set(el, EL_EDITOR, "emacs"); el_set(el, EL_PROMPT, cdcontrol_prompt); --------------060902030201060704010601 Content-Type: text/plain; name="fsdb.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fsdb.patch" Index: src/sbin/fsdb/fsdb.c =================================================================== RCS file: /home/ncvs/src/sbin/fsdb/fsdb.c,v retrieving revision 1.29 diff -u -r1.29 fsdb.c --- src/sbin/fsdb/fsdb.c 9 Oct 2004 15:56:34 -0000 1.29 +++ src/sbin/fsdb/fsdb.c 5 Apr 2005 08:41:50 -0000 @@ -223,7 +223,7 @@ printactive(0); hist = history_init(); - history(hist, &he, H_EVENT, 100); /* 100 elt history buffer */ + history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ elptr = el_init("fsdb", stdin, stdout, stderr); el_set(elptr, EL_EDITOR, "emacs"); @@ -243,7 +243,7 @@ * el_parse returns -1 to signal that it's not been handled * internally. */ - if (el_parse(elptr, cmd_argc, cmd_argv) != -1) + if (el_parse(elptr, cmd_argc, (const char **)cmd_argv) != -1) continue; if (cmd_argc) { known = 0; --------------060902030201060704010601 Content-Type: text/plain; name="lpr-lpc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="lpr-lpc.patch" Index: src/usr.sbin/lpr/lpc/lpc.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/lpr/lpc/lpc.c,v retrieving revision 1.30 diff -u -r1.30 lpc.c --- src/usr.sbin/lpr/lpc/lpc.c 22 Feb 2005 02:56:42 -0000 1.30 +++ src/usr.sbin/lpr/lpc/lpc.c 5 Apr 2005 08:43:31 -0000 @@ -167,7 +167,7 @@ if (!el) { el = el_init("lpc", stdin, stdout, stderr); hist = history_init(); - history(hist, &he, H_EVENT, 100); + history(hist, &he, H_SETSIZE, 100); el_set(el, EL_HIST, history, hist); el_set(el, EL_EDITOR, "emacs"); el_set(el, EL_PROMPT, lpc_prompt); --------------060902030201060704010601 Content-Type: text/plain; name="sh.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sh.patch" Index: src/bin/sh/histedit.c =================================================================== RCS file: /home/ncvs/src/bin/sh/histedit.c,v retrieving revision 1.26 diff -u -r1.26 histedit.c --- src/bin/sh/histedit.c 6 Apr 2004 20:06:51 -0000 1.26 +++ src/bin/sh/histedit.c 5 Apr 2005 08:40:14 -0000 @@ -156,7 +156,7 @@ if (hs == NULL || *hs == '\0' || (histsize = atoi(hs)) < 0) histsize = 100; - history(hist, &he, H_EVENT, histsize); + history(hist, &he, H_SETSIZE, histsize); } } @@ -318,7 +318,7 @@ if (editor) { int fd; INTOFF; /* easier */ - sprintf(editfile, "%s/_shXXXXXX", _PATH_TMP); + snprintf(editfile, sizeof(editfile), "%s_shXXXXXX", _PATH_TMP); if ((fd = mkstemp(editfile)) < 0) error("can't create temporary file %s", editfile); if ((efp = fdopen(fd, "w")) == NULL) { --------------060902030201060704010601 Content-Type: text/plain; name="tftp.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="tftp.patch" Index: src/usr.bin/tftp/main.c =================================================================== RCS file: /home/ncvs/src/usr.bin/tftp/main.c,v retrieving revision 1.21 diff -u -r1.21 main.c --- src/usr.bin/tftp/main.c 12 Oct 2003 00:27:55 -0000 1.21 +++ src/usr.bin/tftp/main.c 5 Apr 2005 08:42:56 -0000 @@ -635,7 +635,7 @@ if (vrbose) { el = el_init("tftp", stdin, stdout, stderr); hist = history_init(); - history(hist, &he, H_EVENT, 100); + history(hist, &he, H_SETSIZE, 100); el_set(el, EL_HIST, history, hist); el_set(el, EL_EDITOR, "emacs"); el_set(el, EL_PROMPT, command_prompt); --------------060902030201060704010601 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" --------------060902030201060704010601-- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 06:07:45 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D78F616A422; Sun, 3 Jul 2005 06:07:45 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87EB43D45; Sun, 3 Jul 2005 06:07:45 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from freefall.freebsd.org (lawrance@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j632e1uv031017; Sun, 3 Jul 2005 02:40:01 GMT (envelope-from lawrance@freefall.freebsd.org) Received: (from lawrance@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j632e0X0031004; Sun, 3 Jul 2005 02:40:00 GMT (envelope-from lawrance) Date: Sun, 3 Jul 2005 02:40:00 GMT From: Sam Lawrance Message-Id: <200507030240.j632e0X0031004@freefall.freebsd.org> To: boris@brooknet.com.au, lawrance@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/82910: Swapped out procs not brought in immediately after child exits X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 06:07:46 -0000 Synopsis: Swapped out procs not brought in immediately after child exits State-Changed-From-To: open->closed State-Changed-By: lawrance State-Changed-When: Sun Jul 3 02:38:03 GMT 2005 State-Changed-Why: Hmm, I didn't send this. Dupe of 78474. http://www.freebsd.org/cgi/query-pr.cgi?pr=82910 From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 06:37:59 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1674A16A41C; Sun, 3 Jul 2005 06:37:59 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from rwcrmhc12.comcast.net (rwcrmhc14.comcast.net [216.148.227.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D4B43D45; Sun, 3 Jul 2005 06:37:58 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (rwcrmhc14) with ESMTP id <2005070304072601400mpt5be>; Sun, 3 Jul 2005 04:07:27 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id 69C23178F8; Sat, 2 Jul 2005 21:07:26 -0700 (PDT) Date: Sat, 2 Jul 2005 21:07:26 -0700 From: Clint Olsen To: John-Mark Gurney Message-ID: <20050703040726.GD91046@0lsen.net> References: <200408200624.i7K6Ou6Z069782@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408200624.i7K6Ou6Z069782@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/69879: sk0 hangs moving lots of data X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 06:37:59 -0000 I've been using the sk interface since 5.3, and it has been working fine for me. I do still see occasionally a watchdog timeout in /var/log/messages once in awhile, but no network wedges like before. On Aug 20, John-Mark Gurney wrote: > Synopsis: sk0 hangs moving lots of data > > State-Changed-From-To: open->feedback > State-Changed-By: jmg > State-Changed-When: Fri Aug 20 06:23:57 GMT 2004 > State-Changed-Why: > could you test that it continues to hang? I transfered over 31gigs of > data via ssh, and I didn't have any problems... I also fixed the LOR's.. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=69879 > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" > -- Clint Olsen . -- . clint at NULlsen dot net .' ,-. `. ;_,' ( ; `. ``;' FreeBSD: Rebooting is for hardware upgrades. ` -- ' From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 07:16:03 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC7A16A41C for ; Sun, 3 Jul 2005 07:16:03 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: from web41201.mail.yahoo.com (web41201.mail.yahoo.com [66.218.93.34]) by mx1.FreeBSD.org (Postfix) with SMTP id C19E943D48 for ; Sun, 3 Jul 2005 07:16:02 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 14481 invoked by uid 60001); 3 Jul 2005 07:16:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=bEC8KDmcv1Ypui+PNQI6LiHYPTYzbDAK/Ekd4mjJPuHWHBnA73XOa5TekSFANc5swCvZSQkHjBpQmzKnOlDa8HZ5IQqM0KTt5sDIc+uWIsEtP7hNuHFr0dqR6glV6Cwv5+3MU3j7EfQnA4hx5Hr7RtWaJ1wjNScBjptHQPLLPk8= ; Message-ID: <20050703071602.14479.qmail@web41201.mail.yahoo.com> Received: from [83.129.170.183] by web41201.mail.yahoo.com via HTTP; Sun, 03 Jul 2005 00:16:02 PDT Date: Sun, 3 Jul 2005 00:16:02 -0700 (PDT) From: Arne "Wörner" To: Tilman Linneweh , freebsd-bugs@FreeBSD.org In-Reply-To: <200409061343.i86DhgPm023465@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: kern/65420: acd cannot write DVD-RW X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 07:16:03 -0000 Ooops... I forgot to report, that with the "right" block-size (32k) dd works fine again... Somewhen before 64k was a good block-size, but now 64k does not work anymore (for writing)... -Arne __________________________________ Discover Yahoo! Have fun online with music videos, cool games, IM and more. Check it out! http://discover.yahoo.com/online.html From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 07:20:21 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4792116A41C for ; Sun, 3 Jul 2005 07:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C0343D45 for ; Sun, 3 Jul 2005 07:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j637KLII091752 for ; Sun, 3 Jul 2005 07:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j637KLiD091751; Sun, 3 Jul 2005 07:20:21 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 07:20:21 GMT Message-Id: <200507030720.j637KLiD091751@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: bin/71147: sshd(8) will allow to log into a locked account X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 07:20:21 -0000 The following reply was made to PR bin/71147; it has been noted by GNATS. From: Maxim Konovalov To: Ceri Davies Cc: bug-followup@freebsd.org Subject: Re: bin/71147: sshd(8) will allow to log into a locked account Date: Sun, 3 Jul 2005 11:14:13 +0400 (MSD) [...] > > > On Mon, Aug 30, 2004 at 04:52:54PM +0400, Yar Tikhiy wrote: > > > Y> In FreeBSD (and other BSDs,) the well-known way to lock out > > > Y> a user's account is setting the user's encrypted password to > > > Y> an asterisk character, `*', in master.passwd. Arguably, one > > > Y> can also lock out a user by just _prefixing_ the password field > > > Y> value with `*'. Anyway, sshd(8) will ignore either lock > > > Y> and allow the user to log in if he authenticates himself by > > > Y> means other than the Unix password, e.g., using his public key. > > > > > > This is not a bug, it's a feature! Any ssh (not only Open) has the > > > same behavior on any unix operating system. > > > > sshd works as expected (does not allow to login to a system) on > > solaris 8. > > Solaris has two strings for locked out accounts: > > *LK* which indicates that an account is locked > *NP* which indicates that an account has no password and that > only other authentication mechanisms should succeed > > Which one works? Both work as described. -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 09:40:16 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B5316A41F for ; Sun, 3 Jul 2005 09:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D564343D45 for ; Sun, 3 Jul 2005 09:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j639eF54034025 for ; Sun, 3 Jul 2005 09:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j639eFZq034024; Sun, 3 Jul 2005 09:40:15 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 09:40:15 GMT Message-Id: <200507030940.j639eFZq034024@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ryan Lackey Cc: Subject: Re: kern/53433: heavy i/o on GBDE partition on SMP locks up box on 5.0/5.1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ryan Lackey List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 09:40:16 -0000 The following reply was made to PR kern/53433; it has been noted by GNATS. From: Ryan Lackey To: Tilman Linneweh Cc: Subject: Re: kern/53433: heavy i/o on GBDE partition on SMP locks up box on 5.0/5.1 Date: Sun, 3 Jul 2005 03:43:50 +0000 I don't know; I haven't had a chance to test on a non-production SMP box. Quoting Tilman Linneweh : > Synopsis: heavy i/o on GBDE partition on SMP locks up box on 5.0/5.1 > > State-Changed-From-To: open->feedback > State-Changed-By: arved > State-Changed-When: Tue Aug 24 15:15:26 GMT 2004 > State-Changed-Why: > Is this still an issue with recent versions of FreeBSD? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=53433 > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" > -- Ryan Lackey [RL960-RIPE AS24812] ryan@venona.com +1 212 372 7595 OpenPGP DH 4096: B8B8 3D95 F940 9760 C64B DE90 07AD BE07 D2E0 301F From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 10:00:33 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DAB416A41C for ; Sun, 3 Jul 2005 10:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C5643D48 for ; Sun, 3 Jul 2005 10:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j63A0XYB038692 for ; Sun, 3 Jul 2005 10:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j63A0Wh6038690; Sun, 3 Jul 2005 10:00:33 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2005 10:00:33 GMT Resent-Message-Id: <200507031000.j63A0Wh6038690@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, LiangYi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9314816A41C for ; Sun, 3 Jul 2005 09:54:39 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F10F43D49 for ; Sun, 3 Jul 2005 09:54:39 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j639sc36019547 for ; Sun, 3 Jul 2005 09:54:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j639scs0019440; Sun, 3 Jul 2005 09:54:38 GMT (envelope-from nobody) Message-Id: <200507030954.j639scs0019440@www.freebsd.org> Date: Sun, 3 Jul 2005 09:54:38 GMT From: LiangYi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/82919: Bridge configuration update will crash the system in 5.4 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 10:00:33 -0000 >Number: 82919 >Category: kern >Synopsis: Bridge configuration update will crash the system in 5.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: Sun Jul 03 10:00:32 GMT 2005 >Closed-Date: >Last-Modified: >Originator: LiangYi >Release: FreeBSD 5.4-RELEASE >Organization: lingzhou network Inc >Environment: FreeBSD bsd.lingzhou.com.cn 5.4-RELEASE FreeBSD 5.4-RELEASE #0 >Description: Setup a bridge like this sysctl -w net.link.ether.bridge_cfg="em0:1,em1:1" Generate some traffic on this bridge Update the bridge configuration like this sysctl -w net.link.ether.bridge_cfg="em1:1,em2:1" System will crash randomly. >How-To-Repeat: >Fix: --- bridge.c.orig Sun Jul 3 17:31:55 2005 +++ bridge.c Sun Jul 3 17:33:17 2005 @@ -767,13 +767,19 @@ struct ifnet *dst, *old; bdg_hash_table *bt; /* location in hash table */ int dropit = BDG_MUTED(ifp); + struct cluster_softc *clp; /* * hash the source address */ BDG_LOCK(); index = HASH_FN(eh->ether_shost); - bt = &BDG_CLUSTER(ifp)->ht[index]; + clp = BDG_CLUSTER(ifp); + if(clp==NULL) { + BDG_UNLOCK(); + return BDG_DROP; + } + bt = &clp->ht[index]; bt->used = 1; old = bt->name; if (old) { /* the entry is valid */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 11:03:17 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE0C16A41C; Sun, 3 Jul 2005 11:03:17 +0000 (GMT) (envelope-from wanderer@rsu.ru) Received: from asterix.rsu.ru (relay.r61.net [195.208.245.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD91E43D46; Sun, 3 Jul 2005 11:03:16 +0000 (GMT) (envelope-from wanderer@rsu.ru) Received: from npt (npt.cc.rsu.ru [195.208.252.16]) by asterix.rsu.ru (8.13.4/8.13.4) with SMTP id j63B395n026107; Sun, 3 Jul 2005 15:03:09 +0400 (MSD) (envelope-from wanderer@rsu.ru) Message-ID: <005e01c57fbe$cc663010$10fcd0c3@cc.rsu.ru> From: "Vladimir A. Merzliakov" To: "Xin LI" , References: <200409161547.i8GFldD3027316@freefall.freebsd.org> Date: Sun, 3 Jul 2005 15:03:04 +0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.1830 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on asterix.rsu.ru X-Virus-Status: Clean X-Spam-Status: No, score=-5.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on asterix.rsu.ru Cc: Subject: Re: kern/71675: [patch] Incorrect GCC version check in/usr/include/sys/cdefs.h break mainline CVS GCC version (will begcc 4.0.0) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 11:03:17 -0000 > Synopsis: [patch] Incorrect GCC version check in /usr/include/sys/cdefs.h > break mainline CVS GCC version (will be gcc 4.0.0) > > I think you are having a stale version of sys/sys/cdefs.h. Would you > please have an update to 5.2.1-RELEASE or later RELENG_5 or CURRENT > to see if the problem still persists? As far as I can tell, the > line in question was replaced by a macro defined in rev. 1.76 of this > file so I think it was already fixed in 5.2[.1]-RELEASE and CURRENT. I have now FreeBSD 5.4-RELEASE and gcc 4.0.0 and gcc mainline bootstrap without problems. Sorry for long time feedback absence. Vladimir From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 13:24:21 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 078AA16A420 for ; Sun, 3 Jul 2005 13:24:21 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from mgedv.at (www.mgedv.at [195.3.87.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id B330843D45 for ; Sun, 3 Jul 2005 13:24:19 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from metis (localhost [127.0.0.1]) by mgedv.at (SMTPServer) with ESMTP id 59F34186800 for ; Sun, 3 Jul 2005 15:24:17 +0200 (MEST) From: "mdff" To: Date: Sun, 3 Jul 2005 15:24:20 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcV/0oU/GakWfr9JQ2OWAqetaUDPew== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Message-Id: <20050703132417.59F34186800@mgedv.at> Subject: find(1) man-page/find error with -x/-xdev X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nospam@mgedv.net List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 13:24:21 -0000 as documented on 5.4-RELEASE, there's a divergence between man 1 find and the command itself and the option "-x" a.k.a. "-xdev". although "-xdev" is "deprecated", it's the only working one ;-) $ man 1 find <...snip...> -x Prevent find from descending into directories that have a device number different than that of the file from which the descent began. This option is equivalent to the deprecated -xdev primary. <...snip...> $ find . -x find: -x: unknown option $ find . -xdev <...works...> $ uname -a FreeBSD pbpdev01 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 conclusio: divergence between the man-page and the command. br, mdff... From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 13:30:07 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DA1E16A41C for ; Sun, 3 Jul 2005 13:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E39C43D48 for ; Sun, 3 Jul 2005 13:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j63DU7FM049916 for ; Sun, 3 Jul 2005 13:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j63DU6kD049915; Sun, 3 Jul 2005 13:30:06 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2005 13:30:06 GMT Resent-Message-Id: <200507031330.j63DU6kD049915@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Daniel O'Connor" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A97816A41C for ; Sun, 3 Jul 2005 13:21:38 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2018243D45 for ; Sun, 3 Jul 2005 13:21:38 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j63DLcIq079532 for ; Sun, 3 Jul 2005 13:21:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j63DLbsF079531; Sun, 3 Jul 2005 13:21:37 GMT (envelope-from nobody) Message-Id: <200507031321.j63DLbsF079531@www.freebsd.org> Date: Sun, 3 Jul 2005 13:21:37 GMT From: "Daniel O'Connor" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/82926: ipw doesn't seem to do WPA, also leaves entries in the scan table X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 13:30:07 -0000 >Number: 82926 >Category: kern >Synopsis: ipw doesn't seem to do WPA, also leaves entries in the scan table >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 Jul 03 13:30:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD -current (29 June) >Organization: >Environment: FreeBSD inchoate.localdomain 6.0-CURRENT FreeBSD 6.0-CURRENT #2: Wed Jun 29 15:05:29 CST 2005 darius@inchoate.localdomain:/usr/obj/usr/src/sys/INCHOATE i386 >Description: The ipw driver doesn't appear to do WPA with the Linksys WRT54G. I can see the AP, and it is in WPA mode, however running wpa_supplicant doesn't get it associated. It also leaves many entries for the same AP in the scan table. I have the latest firmware for the AP (4.00.7) ipw0: mem 0xfaffc000-0xfaffcfff irq 9 at device 3.0 on pci2 ipw0: Ethernet address: 00:04:23:a4:12:74 ipw0: [GIANT-LOCKED] I have the wlan, wlan_wep and wlan_tkip modules loaded too. Interestingly the duplicate AP entries in the scan output only occur when wpa_supplicant has been running. I have the following wpa_supplicant.conf.. # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel ap_scan=1 network={ ssid="sarah" key_mgmt=WPA-PSK pairwise=TKIP psk="somepassword" } network={ ssid="dons" key_mgmt=WPA-PSK pairwise=TKIP psk="somepassword" proto=WPA } Here is the -d output from wpa_supplicant bind(PF_UNIX): Address already in use Jun 29 21:07:43.670319: Initializing interface 'ipw0' conf '/usr/local/etc/wpa_supplicant.conf' driver 'bsd' Jun 29 21:07:43.670466: Configuration file '/usr/local/etc/wpa_supplicant.conf' -> '/usr/local/etc/wpa_supplicant.conf' Jun 29 21:07:43.670475: Reading configuration file '/usr/local/etc/wpa_supplicant.conf' Jun 29 21:07:43.670528: ctrl_interface='/var/run/wpa_supplicant' Jun 29 21:07:43.671050: ctrl_interface_group=0 (from group name 'wheel') Jun 29 21:07:43.671078: ap_scan=1 Jun 29 21:07:43.749563: Line 11: removed CCMP from group cipher list since it was not allowed for pairwise cipher Jun 29 21:07:43.824867: Line 19: removed CCMP from group cipher list since it was not allowed for pairwise cipher Jun 29 21:07:43.824929: Priority group 0 Jun 29 21:07:43.824937: id=0 ssid='sarah' Jun 29 21:07:43.824943: id=1 ssid='dons' Jun 29 21:07:43.824953: Initializing interface (2) 'ipw0' Jun 29 21:07:43.825366: Own MAC address: 00:04:23:a4:12:74 Jun 29 21:07:43.825378: wpa_driver_bsd_set_wpa: enabled=1 Jun 29 21:07:43.825391: wpa_driver_bsd_del_key: keyidx=0 Jun 29 21:07:43.825402: wpa_driver_bsd_del_key: keyidx=1 Jun 29 21:07:43.825411: wpa_driver_bsd_del_key: keyidx=2 Jun 29 21:07:43.825421: wpa_driver_bsd_del_key: keyidx=3 Jun 29 21:07:43.825429: wpa_driver_bsd_set_countermeasures: enabled=0 Jun 29 21:07:43.825438: wpa_driver_bsd_set_drop_unencrypted: enabled=1 Jun 29 21:07:43.825451: Setting scan request: 0 sec 100000 usec Jun 29 21:07:43.825480: Using existing control interface directory. Jun 29 21:07:43.825895: ctrl_iface exists, but does not allow connections - assuming it was leftover from forced program termination Jun 29 21:07:43.825991: Successfully replaced leftover ctrl_iface socket '/var/run/wpa_supplicant/ipw0' Jun 29 21:07:43.926583: Starting AP scan (broadcast SSID) Jun 29 21:07:44.014472: Received 0 bytes of scan results (42 BSSes) Jun 29 21:07:44.014489: Scan results: 42 Jun 29 21:07:44.014519: Selecting BSS from priority group 0 Jun 29 21:07:44.014526: 0: 00:13:10:9b:52:d4 ssid='dons' wpa_ie_len=26 rsn_ie_len=0 Jun 29 21:07:44.014537: skip - SSID mismatch Jun 29 21:07:44.014546: selected Jun 29 21:07:44.014562: Trying to associate with 00:13:10:9b:52:d4 (SSID='dons' freq=2437 MHz) Jun 29 21:07:44.014570: Cancelling scan request Jun 29 21:07:44.014577: Automatic auth_alg selection: 0x1 Jun 29 21:07:44.014590: WPA: using IEEE 802.11i/D3.0 Jun 29 21:07:44.014597: WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 Jun 29 21:07:44.014606: WPA: using GTK TKIP Jun 29 21:07:44.014612: WPA: using PTK TKIP Jun 29 21:07:44.014619: WPA: using KEY_MGMT WPA-PSK Jun 29 21:07:44.014626: WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 Jun 29 21:07:44.014644: No keys have been configured - skip key clearing Jun 29 21:07:44.014651: wpa_driver_bsd_set_drop_unencrypted: enabled=1 Jun 29 21:07:44.014661: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24 pairwise 2 group 2 key mgmt 1 Jun 29 21:07:44.014674: wpa_driver_bsd_associate: set PRIVACY 1 Jun 29 21:07:44.014692: Setting authentication timeout: 5 sec 0 usec Jun 29 21:07:44.568959: Received 0 bytes of scan results (43 BSSes) Jun 29 21:07:44.569157: Scan results: 43 Jun 29 21:07:44.580969: Selecting BSS from priority group 0 Jun 29 21:07:44.581108: 0: 00:13:10:9b:52:d4 ssid='dons' wpa_ie_len=26 rsn_ie_len=0 Jun 29 21:07:44.581267: skip - SSID mismatch Jun 29 21:07:44.581378: selected Jun 29 21:07:44.581578: Trying to associate with 00:13:10:9b:52:d4 (SSID='dons' freq=2437 MHz) Jun 29 21:07:44.581684: Cancelling scan request Jun 29 21:07:44.581778: Automatic auth_alg selection: 0x1 Jun 29 21:07:44.581957: WPA: using IEEE 802.11i/D3.0 Jun 29 21:07:44.582055: WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 Jun 29 21:07:44.582177: WPA: using GTK TKIP Jun 29 21:07:44.582275: WPA: using PTK TKIP Jun 29 21:07:44.582373: WPA: using KEY_MGMT WPA-PSK Jun 29 21:07:44.582466: WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 Jun 29 21:07:44.582780: No keys have been configured - skip key clearing Jun 29 21:07:44.588636: wpa_driver_bsd_set_drop_unencrypted: enabled=1 Jun 29 21:07:44.588819: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24 pairwise 2 group 2 key mgmt 1 Jun 29 21:07:44.589007: wpa_driver_bsd_associate: set PRIVACY 1 Jun 29 21:07:44.589259: Setting authentication timeout: 5 sec 0 usec Jun 29 21:07:45.080494: Received 0 bytes of scan results (44 BSSes) Jun 29 21:07:45.080548: Scan results: 44 Jun 29 21:07:45.080606: Selecting BSS from priority group 0 Jun 29 21:07:45.080620: 0: 00:13:10:9b:52:d4 ssid='dons' wpa_ie_len=26 rsn_ie_len=0 Jun 29 21:07:45.080644: skip - SSID mismatch Jun 29 21:07:45.080659: selected Jun 29 21:07:45.080684: Trying to associate with 00:13:10:9b:52:d4 (SSID='dons' freq=2437 MHz) Jun 29 21:07:45.080698: Cancelling scan request Jun 29 21:07:45.080711: Automatic auth_alg selection: 0x1 Jun 29 21:07:45.080742: WPA: using IEEE 802.11i/D3.0 Jun 29 21:07:45.080755: WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 Jun 29 21:07:45.080770: WPA: using GTK TKIP Jun 29 21:07:45.080787: WPA: using PTK TKIP Jun 29 21:07:45.080800: WPA: using KEY_MGMT WPA-PSK Jun 29 21:07:45.080814: WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 Jun 29 21:07:45.080848: No keys have been configured - skip key clearing Jun 29 21:07:45.080861: wpa_driver_bsd_set_drop_unencrypted: enabled=1 Jun 29 21:07:45.080881: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24 pairwise 2 group 2 key mgmt 1 Jun 29 21:07:45.080911: wpa_driver_bsd_associate: set PRIVACY 1 Jun 29 21:07:45.080946: Setting authentication timeout: 5 sec 0 usec Jun 29 21:07:45.601041: Received 0 bytes of scan results (45 BSSes) Jun 29 21:07:45.601177: Scan results: 45 Jun 29 21:07:45.601317: Selecting BSS from priority group 0 Jun 29 21:07:45.601377: 0: 00:13:10:9b:52:d4 ssid='dons' wpa_ie_len=26 rsn_ie_len=0 Jun 29 21:07:45.601436: skip - SSID mismatch Jun 29 21:07:45.601480: selected Jun 29 21:07:45.601543: Trying to associate with 00:13:10:9b:52:d4 (SSID='dons' freq=2437 MHz) Jun 29 21:07:45.601586: Cancelling scan request Jun 29 21:07:45.601621: Automatic auth_alg selection: 0x1 Jun 29 21:07:45.601696: WPA: using IEEE 802.11i/D3.0 Jun 29 21:07:45.601732: WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 Jun 29 21:07:45.601776: WPA: using GTK TKIP Jun 29 21:07:45.601815: WPA: using PTK TKIP Jun 29 21:07:45.601850: WPA: using KEY_MGMT WPA-PSK Jun 29 21:07:45.601886: WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 Jun 29 21:07:45.601988: No keys have been configured - skip key clearing Jun 29 21:07:45.602024: wpa_driver_bsd_set_drop_unencrypted: enabled=1 Jun 29 21:07:45.602076: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24 pairwise 2 group 2 key mgmt 1 Jun 29 21:07:45.602151: wpa_driver_bsd_associate: set PRIVACY 1 Jun 29 21:07:45.602249: Setting authentication timeout: 5 sec 0 usec Jun 29 21:07:46.135350: Received 0 bytes of scan results (46 BSSes) Jun 29 21:07:46.135377: Scan results: 46 Jun 29 21:07:46.135407: Selecting BSS from priority group 0 Jun 29 21:07:46.135414: 0: 00:13:10:9b:52:d4 ssid='dons' wpa_ie_len=26 rsn_ie_len=0 Jun 29 21:07:46.135425: skip - SSID mismatch Jun 29 21:07:46.135433: selected Jun 29 21:07:46.135445: Trying to associate with 00:13:10:9b:52:d4 (SSID='dons' freq=2437 MHz) Jun 29 21:07:46.135453: Cancelling scan request Jun 29 21:07:46.135460: Automatic auth_alg selection: 0x1 Jun 29 21:07:46.135473: WPA: using IEEE 802.11i/D3.0 Jun 29 21:07:46.135480: WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 Jun 29 21:07:46.135489: WPA: using GTK TKIP Jun 29 21:07:46.135495: WPA: using PTK TKIP Jun 29 21:07:46.135502: WPA: using KEY_MGMT WPA-PSK Jun 29 21:07:46.135509: WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 Jun 29 21:07:46.135527: No keys have been configured - skip key clearing Jun 29 21:07:46.135534: wpa_driver_bsd_set_drop_unencrypted: enabled=1 Jun 29 21:07:46.135763: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24 pairwise 2 group 2 key mgmt 1 Jun 29 21:07:46.135780: wpa_driver_bsd_associate: set PRIVACY 1 Jun 29 21:07:46.135800: Setting authentication timeout: 5 sec 0 usec Jun 29 21:07:46.666038: Received 0 bytes of scan results (47 BSSes) Jun 29 21:07:46.666199: Scan results: 47 Jun 29 21:07:46.666342: Selecting BSS from priority group 0 Jun 29 21:07:46.666382: 0: 00:13:10:9b:52:d4 ssid='dons' wpa_ie_len=26 rsn_ie_len=0 Jun 29 21:07:46.666441: skip - SSID mismatch Jun 29 21:07:46.666488: selected Jun 29 21:07:46.666551: Trying to associate with 00:13:10:9b:52:d4 (SSID='dons' freq=2437 MHz) Jun 29 21:07:46.666595: Cancelling scan request Jun 29 21:07:46.666630: Automatic auth_alg selection: 0x1 Jun 29 21:07:46.666701: WPA: using IEEE 802.11i/D3.0 Jun 29 21:07:46.666737: WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 Jun 29 21:07:46.666784: WPA: using GTK TKIP Jun 29 21:07:46.666823: WPA: using PTK TKIP Jun 29 21:07:46.666859: WPA: using KEY_MGMT WPA-PSK Jun 29 21:07:46.666894: WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 Jun 29 21:07:46.666996: No keys have been configured - skip key clearing Jun 29 21:07:46.667032: wpa_driver_bsd_set_drop_unencrypted: enabled=1 Jun 29 21:07:46.667087: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24 pairwise 2 group 2 key mgmt 1 Jun 29 21:07:46.667162: wpa_driver_bsd_associate: set PRIVACY 1 Jun 29 21:07:46.667286: Setting authentication timeout: 5 sec 0 usec Jun 29 21:07:47.201346: Received 0 bytes of scan results (48 BSSes) Jun 29 21:07:47.201374: Scan results: 48 Jun 29 21:07:47.201404: Selecting BSS from priority group 0 Jun 29 21:07:47.201411: 0: 00:13:10:9b:52:d4 ssid='dons' wpa_ie_len=26 rsn_ie_len=0 Jun 29 21:07:47.201422: skip - SSID mismatch Jun 29 21:07:47.201430: selected Jun 29 21:07:47.201442: Trying to associate with 00:13:10:9b:52:d4 (SSID='dons' freq=2437 MHz) Jun 29 21:07:47.201450: Cancelling scan request Jun 29 21:07:47.201456: Automatic auth_alg selection: 0x1 Jun 29 21:07:47.201470: WPA: using IEEE 802.11i/D3.0 Jun 29 21:07:47.201476: WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 Jun 29 21:07:47.201485: WPA: using GTK TKIP Jun 29 21:07:47.201492: WPA: using PTK TKIP Jun 29 21:07:47.201498: WPA: using KEY_MGMT WPA-PSK Jun 29 21:07:47.201505: WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 Jun 29 21:07:47.201523: No keys have been configured - skip key clearing Jun 29 21:07:47.201530: wpa_driver_bsd_set_drop_unencrypted: enabled=1 Jun 29 21:07:47.201540: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24 pairwise 2 group 2 key mgmt 1 Jun 29 21:07:47.201555: wpa_driver_bsd_associate: set PRIVACY 1 Jun 29 21:07:47.201574: Setting authentication timeout: 5 sec 0 usec Jun 29 21:07:47.737728: Received 0 bytes of scan results (49 BSSes) Jun 29 21:07:47.737816: Scan results: 49 Jun 29 21:07:47.737909: Selecting BSS from priority group 0 Jun 29 21:07:47.737932: 0: 00:13:10:9b:52:d4 ssid='dons' wpa_ie_len=26 rsn_ie_len=0 Jun 29 21:07:47.737969: skip - SSID mismatch Jun 29 21:07:47.737997: selected Jun 29 21:07:47.738472: Trying to associate with 00:13:10:9b:52:d4 (SSID='dons' freq=2437 MHz) Jun 29 21:07:47.738504: Cancelling scan request Jun 29 21:07:47.738526: Automatic auth_alg selection: 0x1 Jun 29 21:07:47.738577: WPA: using IEEE 802.11i/D3.0 Jun 29 21:07:47.738600: WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 Jun 29 21:07:47.738628: WPA: using GTK TKIP Jun 29 21:07:47.738651: WPA: using PTK TKIP Jun 29 21:07:47.738674: WPA: using KEY_MGMT WPA-PSK Jun 29 21:07:47.738697: WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 Jun 29 21:07:47.738761: No keys have been configured - skip key clearing Jun 29 21:07:47.738986: wpa_driver_bsd_set_drop_unencrypted: enabled=1 Jun 29 21:07:47.739041: wpa_driver_bsd_associate: ssid 'dons' wpa ie len 24 pairwise Here is the output of the kernel with +debug +auth +scan 80211 debugging Jun 29 21:07:40 inchoate sudo: darius : TTY=ttyp4 ; PWD=/usr/src/tools/tools/ath ; USER=root ; COMMAND=./80211debug +debug +auth +scan Jun 29 21:07:40 inchoate kernel: ipw0: notify scan done Jun 29 21:07:40 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 58 Jun 29 21:07:40 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:40 inchoate kernel: ipw0: notify scan done Jun 29 21:07:41 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 48 Jun 29 21:07:41 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:41 inchoate kernel: ipw0: notify scan done Jun 29 21:07:41 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 48 Jun 29 21:07:41 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:42 inchoate kernel: ipw0: notify scan done Jun 29 21:07:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 51 Jun 29 21:07:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:42 inchoate kernel: ipw0: notify scan done Jun 29 21:07:42 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 50 Jun 29 21:07:42 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:43 inchoate kernel: ipw0: notify scan done Jun 29 21:07:43 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 50 Jun 29 21:07:43 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:43 inchoate kernel: ipw0: notify scan done Jun 29 21:07:43 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 53 Jun 29 21:07:43 inchoate kernel: [00:13:10:9b:52:d4] probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:43 inchoate sudo: darius : TTY=ttyp3 ; PWD=/usr/src/tools/tools/ath ; USER=root ; COMMAND=/usr/sbin/wpa_supplicant -t -d -i ipw0 -c /usr/local/etc/wpa_supplicant.conf -D bsd Jun 29 21:07:44 inchoate kernel: ipw0: notify scan done Jun 29 21:07:44 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 53 Jun 29 21:07:44 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:44 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100 erp 0x0 Jun 29 21:07:44 inchoate kernel: ipw0: notify scan done Jun 29 21:07:44 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 41 Jun 29 21:07:44 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:44 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100 erp 0x0 Jun 29 21:07:45 inchoate kernel: ipw0: notify scan done Jun 29 21:07:45 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 45 Jun 29 21:07:45 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:45 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100 erp 0x0 Jun 29 21:07:45 inchoate kernel: ipw0: notify scan done Jun 29 21:07:45 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 52 Jun 29 21:07:45 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:45 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100 erp 0x0 Jun 29 21:07:45 inchoate kernel: ipw0: received beacon from 00:13:10:9b:52:d4 rssi 50 Jun 29 21:07:46 inchoate kernel: ipw0: notify scan done Jun 29 21:07:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 52 Jun 29 21:07:46 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:46 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100 erp 0x0 Jun 29 21:07:46 inchoate kernel: ipw0: notify scan done Jun 29 21:07:46 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 61 Jun 29 21:07:46 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:46 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100 erp 0x0 Jun 29 21:07:47 inchoate kernel: ipw0: notify scan done Jun 29 21:07:47 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 57 Jun 29 21:07:47 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:47 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100 erp 0x0 Jun 29 21:07:47 inchoate kernel: ipw0: notify scan done Jun 29 21:07:47 inchoate kernel: ipw0: received probe_resp from 00:13:10:9b:52:d4 rssi 53 Jun 29 21:07:47 inchoate kernel: [00:13:10:9b:52:d4] new probe_resp on chan 6 (bss chan 6) "dons" Jun 29 21:07:47 inchoate kernel: [00:13:10:9b:52:d4] caps 0x411 bintval 100 erp 0x0 Jun 29 21:07:49 inchoate sudo: darius : TTY=ttyp4 ; PWD=/usr/src/tools/tools/ath ; USER=root ; COMMAND=./80211debug -debug -auth -scan >How-To-Repeat: Setup WRT54G for WPA mode, load ipw, load the firmware, run wpa_supplicant. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 14:20:07 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E10216A41C; Sun, 3 Jul 2005 14:20:07 +0000 (GMT) (envelope-from harry@schmalzbauer.de) Received: from flb.schmalzbauer.de (flb.schmalzbauer.de [62.245.232.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id D039843D46; Sun, 3 Jul 2005 14:20:05 +0000 (GMT) (envelope-from harry@schmalzbauer.de) Received: from korso.flintsbach.schmalzbauer.de (korso.flintsbach.schmalzbauer.de [172.21.2.3]) by flb.schmalzbauer.de (8.13.1/8.13.1) with ESMTP id j63EK4Xh083733; Sun, 3 Jul 2005 16:20:04 +0200 (CEST) (envelope-from harry@cale.flintsbach.schmalzbauer.de) Received: from cale.flintsbach.schmalzbauer.de (cale.flintsbach.schmalzbauer.de [172.21.1.252]) by korso.flintsbach.schmalzbauer.de (Postfix) with ESMTP id 46C544205; Sun, 3 Jul 2005 16:20:04 +0200 (CEST) Received: from cale.flintsbach.schmalzbauer.de (localhost [127.0.0.1]) by cale.flintsbach.schmalzbauer.de (8.13.4/8.13.4) with ESMTP id j63EJxhx010529; Sun, 3 Jul 2005 16:19:59 +0200 (CEST) (envelope-from harry@cale.flintsbach.schmalzbauer.de) Received: from localhost (localhost [[UNIX: localhost]]) by cale.flintsbach.schmalzbauer.de (8.13.4/8.13.4/Submit) id j63EJwdu010528; Sun, 3 Jul 2005 16:19:58 +0200 (CEST) (envelope-from harry@cale.flintsbach.schmalzbauer.de) From: Harald Schmalzbauer To: freebsd-bugs@freebsd.org Date: Sun, 3 Jul 2005 16:19:55 +0200 User-Agent: KMail/1.8 References: <200410310033.i9V0X0s9013757@freefall.freebsd.org> In-Reply-To: <200410310033.i9V0X0s9013757@freefall.freebsd.org> X-Birthday: Oct. 6th 1972 X-CelPhone: +49 (0) 173 9967781 X-Tel: +49 (0) 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1457663.V14ZnvX2zn"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200507031619.58258@harrymail> Cc: Marcel Moolenaar Subject: Re: kern/73251: GEOM_GPT only works with ACPI in the kernel, not as module X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 14:20:07 -0000 --nextPart1457663.V14ZnvX2zn Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Sonntag, 31. Oktober 2004 02:33 schrieb Marcel Moolenaar: > Synopsis: GEOM_GPT only works with ACPI in the kernel, not as module > > State-Changed-From-To: open->closed > State-Changed-By: marcel > State-Changed-When: Sun Oct 31 00:22:19 GMT 2004 > State-Changed-Why: > The problem described in this PR has nothing to do with ACPI and is not > even specific to GPT (except for the fact that it's currently only MBR It was a timing problem and really depended on the way ACPI was enabled.=20 The whole problem doesn't exist anymore since the -k option has gone and=20 so many ACPI changes were made in the meantime... =2DHarry > and GPT that can coexist). What is described is that GEOM does not allow > multiple slicers on a single provider. Both the MBR and GPT reside on > the same disk and GEOM will only create devices for one. There's however > a window in which all device special files exist: when no file system > has been mounted. As soon as a file system is mounted, the slicer under > which the file system is mounted survives. The other disappears. > > As such, this PR describes a configuration problem caused by the use of > invalid options (like the -k option to gpt migrate). GPT can not be used > on a disk that already has a MBR, it is defined that way by the GPT > specification and we only allow it in FreeBSD for debugging purposes. > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D73251 > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" --nextPart1457663.V14ZnvX2zn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCx/QOBylq0S4AzzwRAmMdAJwN3BlxON3/KLcaj0+azoeNOT8mSQCeNg0l YOBMdzlrx+0EHhweZpfXRlw= =8ol5 -----END PGP SIGNATURE----- --nextPart1457663.V14ZnvX2zn-- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 15:10:25 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E575316A41F for ; Sun, 3 Jul 2005 15:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A800A43D48 for ; Sun, 3 Jul 2005 15:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j63FAOLb063025 for ; Sun, 3 Jul 2005 15:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j63FAOkK063022; Sun, 3 Jul 2005 15:10:24 GMT (envelope-from gnats) Resent-Date: Sun, 3 Jul 2005 15:10:24 GMT Resent-Message-Id: <200507031510.j63FAOkK063022@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florian Franzmann Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8FAD16A41C for ; Sun, 3 Jul 2005 15:07:14 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C45E543D46 for ; Sun, 3 Jul 2005 15:07:14 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j63F7EtF099418 for ; Sun, 3 Jul 2005 15:07:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j63F7EYU099416; Sun, 3 Jul 2005 15:07:14 GMT (envelope-from nobody) Message-Id: <200507031507.j63F7EYU099416@www.freebsd.org> Date: Sun, 3 Jul 2005 15:07:14 GMT From: Florian Franzmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/82928: qmail's prefix should be configurable from /etc/make.conf X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 15:10:25 -0000 >Number: 82928 >Category: misc >Synopsis: qmail's prefix should be configurable from /etc/make.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: Sun Jul 03 15:10:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florian Franzmann >Release: 5.4-RELEASE-p3 >Organization: >Environment: FreeBSD dings.localdomain 5.4-RELEASE-p3 FreeBSD 5.4-RELEASE-p3 #1: Sat Jul 2 12:27:22 CEST 2005 root@dings.localdomain:/usr/obj/usr/src/sys/HAWO-FB5 i386 >Description: Due to licensing issues qmail is normally installed into /var/qmail. It is however possible to install qmail someplace else by setting PREFIX on the command line. Since it is not reasonable to set prefix in /etc/make.conf I suggest a variable QMAIL_PREFIX which sets the prefix for the qmail port. >How-To-Repeat: >Fix: Apply the following patch against the qmail port's Makefile: --- /usr/ports/mail/qmail/Makefile Thu Jun 30 09:29:05 2005 +++ qmail/Makefile Sun Jul 3 17:04:53 2005 @@ -99,10 +99,11 @@ NO_PACKAGE= djb's packaging license does not allow non-standard \ qmail binary distributions -# A normal qmail installation puts everything into /var/qmail/. -# If you want to install to /usr/local/, then "/usr/local/qmail" is -# suggested instead of "/usr/local", but both will work. +.if defined(QMAIL_PREFIX) +PREFIX= ${QMAIL_PREFIX} +.else PREFIX?= /var/qmail +.endif QMAIL_VERSION?= 1.03 .if defined(SLAVE_SMTP_AUTH_TLS) || defined(SLAVE_TLS) @@ -465,6 +466,18 @@ @${ECHO_MSG} " (default NUMBER=${WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT})" @${ECHO_MSG} " set this to a value reasonable for" @${ECHO_MSG} " your system if you use the patch" + @${ECHO_MSG} "" +.endif + +.if !defined(QMAIL_PREFIX) + @${ECHO_MSG} "QMAIL_PREFIX=PREFIX_PATH" + @${ECHO_MSG} " (default PREFIX_PATH=${PREFIX})" + @${ECHO_MSG} " A normal qmail installation puts" + @${ECHO_MSG} " everything into /var/qmail/." + @${ECHO_MSG} " If you want to install to ${LOCALBASE}," + @${ECHO_MSG} " then \"${LOCALBASE}/qmail\" is suggested" + @${ECHO_MSG} " instead of \"${LOCALBASE}\", but both will" + @${ECHO_MSG} " work." @${ECHO_MSG} "" .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 17:25:40 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A664A16A41F; Sun, 3 Jul 2005 17:25:40 +0000 (GMT) (envelope-from dirkx@webweaving.org) Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 702F443D48; Sun, 3 Jul 2005 17:25:38 +0000 (GMT) (envelope-from dirkx@webweaving.org) Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45] (may be forged)) by skutsje.san.webweaving.org (8.12.9/8.12.9) with ESMTP id j63HPbng023674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 3 Jul 2005 10:25:37 -0700 (PDT) (envelope-from dirkx@webweaving.org) Received: from localhost (dirkx@localhost) by skutsje.san.webweaving.org (8.12.9/8.12.9/Submit) with ESMTP id j63HPbBH023671; Sun, 3 Jul 2005 10:25:37 -0700 (PDT) (envelope-from dirkx@webweaving.org) X-Authentication-Warning: skutsje.san.webweaving.org: dirkx owned process doing -bs Date: Sun, 3 Jul 2005 10:25:37 -0700 (PDT) From: Dirk-Willem van Gulik X-X-Sender: dirkx@skutsje.san.webweaving.org To: Doug Barton In-Reply-To: <200504110146.j3B1kfRa078433@freefall.freebsd.org> Message-ID: <20050703102346.Y16569@skutsje.san.webweaving.org> References: <200504110146.j3B1kfRa078433@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-bugs@FreeBSD.org Subject: Re: conf/79713: sysctl(1) in /usr/libexec/save-entropy is not in PATH X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 17:25:40 -0000 We have since upgraded/merge-master to 5.4 and the problem is gone. Dw From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 18:50:41 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 843A916A41F for ; Sun, 3 Jul 2005 18:50:41 +0000 (GMT) (envelope-from danallen46@airwired.net) Received: from mail.digitalworx.net (mail.digitalworx.net [209.90.82.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 211A943D49 for ; Sun, 3 Jul 2005 18:50:40 +0000 (GMT) (envelope-from danallen46@airwired.net) Received: (qmail 2068 invoked by uid 508); 3 Jul 2005 18:50:39 -0000 Received: from unknown (HELO ?192.168.0.24?) (danallen46@airwired.net@216.83.138.247) by 0 with SMTP; 3 Jul 2005 18:50:39 -0000 In-Reply-To: <20050310080804.S48960@delplex.bde.org> References: <200503091418.j29EIP4e033478@freefall.freebsd.org> <16e5d2d5e1683cd7fd3f4c9e8a3da2e3@airwired.net> <20050310080804.S48960@delplex.bde.org> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dan Allen Date: Sun, 3 Jul 2005 12:50:38 -0600 To: Bruce Evans X-Mailer: Apple Mail (2.730) Cc: freebsd-bugs@FreeBSD.org, Gleb Smirnoff Subject: Re: kern/78256: strstr could be more robust X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 18:50:41 -0000 On Mar 9, 2005, at 2:18 PM, Bruce Evans wrote: > On Wed, 9 Mar 2005, Dan Allen wrote: > >> On Mar 9, 2005, at 7:18 AM, Gleb Smirnoff wrote: >> >>> Not a bug, sorry. See also bin/52691. >> Why are you so reluctant to add one test to improve robustness? >> Since it is not specified one way or the other in the standard, it >> will not break compatibility with the standard. So it is not a >> bug technically - you still could with a single line of C code >> improve the robustness of the system. Not doing so seems >> shortsighted. >> > > Adding the test would unimprove robustness (except on systems that > don't > trap on null pointers -- then a test, followed by a call to abort() or > signal(), would be needed to give the same behaviour as a null pointer > trap). Aborting a program immediately when undefined behaviour in it > is detected improves robustness by limiting the undefined behaviour to > just halting the program and possibly generating a core dump, and by > making the bug obvious and easy to debug so that it gets fixed. My use of strstr() is quite a bit different than if I had an off-by- one error, or if I overflowed a buffer, or some other definitely bad practice. My use of strstr() is perfectly legitimate, but it falls into the area of an undefined case in the C standard. Searching for something in nothing should return nothing, not crash, i.e., strstr (NULL,"a string") should return NULL. Plauger agrees with me and he is the best expert on the C standard. I guess my belief is this: it is never proper to crash. It is better for a function to return some error code that at least informs the caller that an illegal argument was given than it is to just immediately die. You believe it is better to just crash the system immediately rather than return an error code. So why do even support errno then? It is a method of returning error codes. By your reasoning programmers should find their errors by letting improper function calls cause a segment violation or bus fault... a very poor method indeed. Thanks for listening. I still like FreeBSD but am somewhat dismayed at this philosophy... Dan From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 20:11:58 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C8F516A41C for ; Sun, 3 Jul 2005 20:11:58 +0000 (GMT) (envelope-from andrew@grillet.co.uk) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3627143D48 for ; Sun, 3 Jul 2005 20:11:57 +0000 (GMT) (envelope-from andrew@grillet.co.uk) Received: from dayton.grillet.home (unknown [62.3.216.91]) by smtp.nildram.co.uk (Postfix) with ESMTP id B3CE9250FD1 for ; Sun, 3 Jul 2005 21:11:52 +0100 (BST) From: Andrew Grillet Organization: Grillet Family To: freebsd-bugs@freebsd.org Date: Sun, 3 Jul 2005 21:11:53 +0100 User-Agent: KMail/1.8 References: <200408231105.i7NB5pG4035197@freefall.freebsd.org> In-Reply-To: <200408231105.i7NB5pG4035197@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507032111.53697.andrew@grillet.co.uk> Subject: Re: misc/65843: poor handling of write protected floppy. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andrew@grillet.co.uk List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 20:11:58 -0000 > On Monday 23 August 2004 12:05, Tilman Linneweh wrote: > Synopsis: poor handling of write protected floppy. > > State-Changed-From-To: open->closed > State-Changed-By: arved > State-Changed-When: Mon Aug 23 11:03:04 GMT 2004 > State-Changed-Why: > This should be fixed with the new floppy driver in CURRENT. > > Additional this PR is similar to kern/66960 which claims to > contain a patch against STABLE. > Good to hear, but shame it took almost a year to do! I shall, of course, continue to use STABLE. regards Andrew From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 22:24:49 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D876F16A41C for ; Sun, 3 Jul 2005 22:24:49 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id F13B443D45 for ; Sun, 3 Jul 2005 22:24:48 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: (qmail 23126 invoked by uid 207); 3 Jul 2005 22:24:46 -0000 Received: from keramida@freebsd.org by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.211):. Processed in 1.501302 secs); 03 Jul 2005 22:24:46 -0000 Received: from dialup211.ach.sch.gr (HELO gothmog.gr) ([81.186.70.211]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 3 Jul 2005 22:24:44 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j63MOenF044015; Mon, 4 Jul 2005 01:24:40 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j63MNp7L043972; Mon, 4 Jul 2005 01:23:51 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 4 Jul 2005 01:23:51 +0300 From: Giorgos Keramidas To: mdff Message-ID: <20050703222351.GA43904@gothmog.gr> References: <20050703132417.59F34186800@mgedv.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050703132417.59F34186800@mgedv.at> Cc: freebsd-bugs@freebsd.org Subject: Re: find(1) man-page/find error with -x/-xdev X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 22:24:50 -0000 On 2005-07-03 15:24, mdff wrote: > as documented on 5.4-RELEASE, there's a divergence between > man 1 find and the command itself and the option "-x" a.k.a. "-xdev". > although "-xdev" is "deprecated", it's the only working one ;-) > > $ man 1 find > <...snip...> > -x Prevent find from descending into directories that have a > device > number different than that of the file from which the descent > began. > > This option is equivalent to the deprecated -xdev primary. > <...snip...> > > $ find . -x > find: -x: unknown option > > $ find . -xdev > <...works...> The two (-x and -xdev) are slightly different, but the small difference is very important. The -x option is a find(1) option, while -xdev is an "expression predicate" or "primary" as the description of -x calls it. Options should appear *before* any path names, while "primaries" should appear *after* path names. This means that these two are valid: find -x . find . -xdev But these are not: find . -x find -xdev . Bearing this in mind, do you still think that the manpage is wrong? If yes, suggestions to improve the wording of the description of the -x option are certainly welcome. - Giorgos From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 01:55:01 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F42616A41C; Mon, 4 Jul 2005 01:55:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546B943D48; Mon, 4 Jul 2005 01:55:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j641t1rJ032136; Mon, 4 Jul 2005 01:55:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j641t08e032130; Mon, 4 Jul 2005 01:55:00 GMT (envelope-from linimon) Date: Mon, 4 Jul 2005 01:55:00 GMT From: Mark Linimon Message-Id: <200507040155.j641t08e032130@freefall.freebsd.org> To: siflfran@hawo.stw.uni-erlangen.de, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/82928: qmail's prefix should be configurable from /etc/make.conf X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 01:55:01 -0000 Synopsis: qmail's prefix should be configurable from /etc/make.conf State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jul 4 01:54:35 GMT 2005 State-Changed-Why: Superceeded by ports/82929. http://www.freebsd.org/cgi/query-pr.cgi?pr=82928 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 02:31:58 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6F416A41F; Mon, 4 Jul 2005 02:31:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EC643D46; Mon, 4 Jul 2005 02:31:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j642VwE2039396; Mon, 4 Jul 2005 02:31:58 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j642VvXm039392; Mon, 4 Jul 2005 02:31:57 GMT (envelope-from linimon) Date: Mon, 4 Jul 2005 02:31:57 GMT From: Mark Linimon Message-Id: <200507040231.j642VvXm039392@freefall.freebsd.org> To: niklas@registrar.no, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/59569: nullfs gives fts_read problem with du(1) [5.1] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 02:31:58 -0000 Synopsis: nullfs gives fts_read problem with du(1) [5.1] State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Mon Jul 4 02:31:29 GMT 2005 State-Changed-Why: Submitter notes that problem has been resolved, long ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=59569 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 03:31:07 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E3A216A41C; Mon, 4 Jul 2005 03:31:07 +0000 (GMT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from smithers.neuro.mcw.edu (smithers.neuro.mcw.edu [141.106.144.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47FBD43D46; Mon, 4 Jul 2005 03:31:07 +0000 (GMT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from smithers.neuro.mcw.edu (localhost [127.0.0.1]) by smithers.neuro.mcw.edu (8.13.1/8.13.1) with ESMTP id j643V6vt059745; Sun, 3 Jul 2005 22:31:06 -0500 (CDT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from localhost (bacon@localhost) by smithers.neuro.mcw.edu (8.13.1/8.13.1/Submit) with ESMTP id j643V5Ae059742; Sun, 3 Jul 2005 22:31:06 -0500 (CDT) (envelope-from bacon@smithers.neuro.mcw.edu) Date: Sun, 3 Jul 2005 22:31:05 -0500 (CDT) From: Jason Bacon To: Tilman Linneweh In-Reply-To: <200409061419.i86EJgtK029180@freefall.freebsd.org> Message-ID: <20050703223022.V59738@smithers.neuro.mcw.edu> References: <200409061419.i86EJgtK029180@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/60699: DVD Multidrive udma mode autosensed wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 03:31:07 -0000 I will soon install 5.4R on one of these systems, and I'll let you know. Stay tuned... Thanks, Jason ----------------------------------------------------------------------- There are a thousand hacking at the branches of evil to one who is striking at the root. Henry D. Thoreau ----------------------------------------------------------------------- On Mon, 6 Sep 2004, Tilman Linneweh wrote: > Synopsis: DVD Multidrive udma mode autosensed wrong > > State-Changed-From-To: open->feedback > State-Changed-By: arved > State-Changed-When: Mon Sep 6 14:19:17 GMT 2004 > State-Changed-Why: > Is this still a problem with recent versions of 5.x ? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=60699 > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" > > From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 05:20:19 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E8E16A41F for ; Mon, 4 Jul 2005 05:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D51743D49 for ; Mon, 4 Jul 2005 05:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j645KJ9B064550 for ; Mon, 4 Jul 2005 05:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j645KJnt064549; Mon, 4 Jul 2005 05:20:19 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2005 05:20:19 GMT Resent-Message-Id: <200507040520.j645KJnt064549@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Noritoshi Demizu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4629F16A41C for ; Mon, 4 Jul 2005 05:16:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2536E43D46 for ; Mon, 4 Jul 2005 05:16:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j645G725055058 for ; Mon, 4 Jul 2005 05:16:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j645G7eC055057; Mon, 4 Jul 2005 05:16:07 GMT (envelope-from nobody) Message-Id: <200507040516.j645G7eC055057@www.freebsd.org> Date: Mon, 4 Jul 2005 05:16:07 GMT From: Noritoshi Demizu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/82963: TCP MD5 disables rfc1323 options on passive connections X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 05:20:19 -0000 >Number: 82963 >Category: kern >Synopsis: TCP MD5 disables rfc1323 options on passive connections >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 05:20:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Noritoshi Demizu >Release: FreeBSD 6.0 current (as of July 4, 2005) >Organization: >Environment: FreeBSD kodaira4.koganei.wide.ad.jp 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Mon Jul 4 12:16:45 JST 2005 noritosi@kodaira4.koganei.wide.ad.jp:/home/src/os/FreeBSD-current/src/sys/i386/compile/GENERIC i386 >Description: When the TCP MD5 Signature option is used on a TCP connection, both the TCP Timestamps option and the TCP Window Scale option are turned off. Below is an example of such scenario. # tcpdump -nXi lo0 tcp tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on lo0, link-type NULL (BSD loopback), capture size 96 bytes 14:06:22.577329 IP 127.0.0.1.54072 > 127.0.0.1.58851: S 3668653428:3668653428(0) win 65535 0x0000: 4500 0050 06bf 4000 4006 35e7 7f00 0001 E..P..@.@.5..... 0x0010: 7f00 0001 d338 e5e3 daab 3574 0000 0000 .....8....5t.... 0x0020: f002 ffff a8cd 0000 0204 3fd8 0103 0301 ..........?..... 0x0030: 0101 080a 0003 39ab 0000 0000 1312 0000 ......9......... 0x0040: 0000 0000 0000 0000 0000 0000 0000 0402 ................ 14:06:22.577774 IP 127.0.0.1.58851 > 127.0.0.1.54072: S 1998295442:1998295442(0) ack 3668653429 win 65535 0x0000: 4500 0040 06c0 4000 4006 35f6 7f00 0001 E..@..@.@.5..... 0x0010: 7f00 0001 e5e3 d338 771b 9192 daab 3575 .......8w.....5u 0x0020: b012 ffff 26dc 0000 0204 3fd8 1312 0000 ....&.....?..... 0x0030: 0000 0000 0000 0000 0000 0000 0000 0402 ................ 14:06:22.591606 IP 127.0.0.1.54072 > 127.0.0.1.58851: . ack 1 win 65535 0x0000: 4500 003c 06c1 4000 4006 35f9 7f00 0001 E..<..@.@.5..... 0x0010: 7f00 0001 d338 e5e3 daab 3575 771b 9193 .....8....5uw... 0x0020: a010 ffff 7cbf 0000 1312 0000 0000 0000 ....|........... 0x0030: 0000 0000 0000 0000 0000 0000 ............ (snip) This problem was reported in http://lists.freebsd.org/pipermail/freebsd-net/2005-April/006973.html >How-To-Repeat: 1. Prepare a FreeBSD current box. Turn on the TCP MD5 option, the TCP Timestamps option, and the TCP Window Scale option. 2. On that box, start a server program that accepts a TCP connection. 3. Try to establish a TCP connection with the server program. The incoming SYN should include the TCP MD5 option, the TCP Timestamps option and the TCP Window Scale option. 4. The outgoing SYN+ACK inclues the TCP MD5 option. But it does not include the TCP Timestamps option and the TCP Window Scale option. >Fix: I think the cause and the fix are as following: At line 987 in tcp_syncache.c 1.74, sc->sc_flags is overwritten by SCF_SIGNATURE. By this line, SCF_TIMESTAMP and SCF_WINSCALE are turned off. I think the operator "=" should be "|=". 986: if (to->to_flags & TOF_SIGNATURE) - 987: sc->sc_flags = SCF_SIGNATURE; + 987: sc->sc_flags |= SCF_SIGNATURE; With this change, the problem does not occur in my environment. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 07:10:05 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2558016A41C for ; Mon, 4 Jul 2005 07:10:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E929E43D45 for ; Mon, 4 Jul 2005 07:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j647A41v008656 for ; Mon, 4 Jul 2005 07:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j647A40s008655; Mon, 4 Jul 2005 07:10:04 GMT (envelope-from gnats) Date: Mon, 4 Jul 2005 07:10:04 GMT Message-Id: <200507040710.j647A40s008655@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Allen Cc: Subject: Re: kern/78256: strstr could be more robust X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Allen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 07:10:05 -0000 The following reply was made to PR kern/78256; it has been noted by GNATS. From: Dan Allen To: Bruce Evans Cc: Gleb Smirnoff , freebsd-bugs@FreeBSD.org Subject: Re: kern/78256: strstr could be more robust Date: Sun, 3 Jul 2005 12:50:38 -0600 On Mar 9, 2005, at 2:18 PM, Bruce Evans wrote: > On Wed, 9 Mar 2005, Dan Allen wrote: > >> On Mar 9, 2005, at 7:18 AM, Gleb Smirnoff wrote: >> >>> Not a bug, sorry. See also bin/52691. >> Why are you so reluctant to add one test to improve robustness? >> Since it is not specified one way or the other in the standard, it >> will not break compatibility with the standard. So it is not a >> bug technically - you still could with a single line of C code >> improve the robustness of the system. Not doing so seems >> shortsighted. >> > > Adding the test would unimprove robustness (except on systems that > don't > trap on null pointers -- then a test, followed by a call to abort() or > signal(), would be needed to give the same behaviour as a null pointer > trap). Aborting a program immediately when undefined behaviour in it > is detected improves robustness by limiting the undefined behaviour to > just halting the program and possibly generating a core dump, and by > making the bug obvious and easy to debug so that it gets fixed. My use of strstr() is quite a bit different than if I had an off-by- one error, or if I overflowed a buffer, or some other definitely bad practice. My use of strstr() is perfectly legitimate, but it falls into the area of an undefined case in the C standard. Searching for something in nothing should return nothing, not crash, i.e., strstr (NULL,"a string") should return NULL. Plauger agrees with me and he is the best expert on the C standard. I guess my belief is this: it is never proper to crash. It is better for a function to return some error code that at least informs the caller that an illegal argument was given than it is to just immediately die. You believe it is better to just crash the system immediately rather than return an error code. So why do even support errno then? It is a method of returning error codes. By your reasoning programmers should find their errors by letting improper function calls cause a segment violation or bus fault... a very poor method indeed. Thanks for listening. I still like FreeBSD but am somewhat dismayed at this philosophy... Dan From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 11:00:42 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02CF716A41C for ; Mon, 4 Jul 2005 11:00:42 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D5343D48 for ; Mon, 4 Jul 2005 11:00:41 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64B0fsV033384 for ; Mon, 4 Jul 2005 11:00:41 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64B0ebV033378 for freebsd-bugs@freebsd.org; Mon, 4 Jul 2005 11:00:40 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 4 Jul 2005 11:00:40 GMT Message-Id: <200507041100.j64B0ebV033378@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 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 11:00:42 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/06/29] pending/82764gnats-admin High rates? Not with us! low fixed rate o [2005/06/29] pending/82767gnats-admin Find low morta ge interest rates o [2005/06/29] pending/82769gnats-admin Application approval #84353374BVD Wed, 29 o [2005/06/29] pending/82770gnats-admin Pre-approved Application for bug-followup o [2005/06/29] pending/82788gnats-admin Personalising technology solutions. o [2005/06/29] pending/82790gnats-admin The Next White Hot Stock? o [2005/06/29] pending/82793gnats-admin Wish you could be better? o [2005/06/29] pending/82795gnats-admin pornstars use it Candace o [2005/06/29] pending/82796gnats-admin Pre-approved Application #807869IL Wed, 2 o [2005/06/29] pending/82799gnats-admin Re[1]: English for you! Hawkins o [2005/06/30] pending/82812gnats-admin Dont ignore this notice o [2005/06/30] pending/82813gnats-admin Exclusive benefits o [2005/06/30] pending/82822gnats-admin Application confirmation #587812CG Fri, 0 o [2005/06/30] pending/82842gnats-admin Now you can learn the most pleasant momen o [2005/07/01] pending/82845gnats-admin GET latest softwares, 99% savings. o [2005/07/01] pending/82848gnats-admin Oil in America. Lets find our own. Watc o [2005/07/01] pending/82851gnats-admin Extra Time - Last 5-10 times longer o [2005/07/01] pending/82859gnats-admin Stellar Stox Market Stand-out? o [2005/07/01] pending/82861gnats-admin Rolex is not for everyone, it`s for you M o [2005/07/01] pending/82865gnats-admin Application confirmation #821838315PS Sat o [2005/07/01] pending/82870gnats-admin Please Restore Your Account Access o [2005/07/01] pending/82871gnats-admin Please Restore Your Account Access o [2005/07/01] pending/82873gnats-admin =?iso-8859-1?B?TWFjcm9tZWRpYSBTdHVkaW8gTV o [2005/07/01] pending/82874gnats-admin Business Expansion at Aserri o [2005/07/01] pending/82875gnats-admin Account # 19339U Fri, 01 Jul 2005 14:34:5 o [2005/07/01] pending/82880gnats-admin Wow..Mens Love This Xzas o [2005/07/02] pending/82884gnats-admin Sweeter tasting sperm Kurtis o [2005/07/02] pending/82886gnats-admin OS-Adobe-Macromedia etc All under $15-$99 o [2005/07/02] pending/82889gnats-admin Your Account Will Be Suspended ; Checking o [2005/07/02] pending/82890gnats-admin Software cds $15 and $99 get al software o [2005/07/02] pending/82896gnats-admin VIRUS WARNING : W32/Netsky.D@mm o [2005/07/02] pending/82898gnats-admin weell, try it o [2005/07/02] pending/82904gnats-admin Don't Just Treat Your disease . Prevent I o [2005/07/02] pending/82907gnats-admin =?iso-2022-jp?B?VmlydXMgQWxlcnQ=?= o [2005/07/03] pending/82911gnats-admin Re: Swapped out procs not brought in imme o [2005/07/03] pending/82912gnats-admin Re: Swapped out procs not brought in imme o [2005/07/03] pending/82918gnats-admin All the Software You'll Ever Need To Succ o [2005/07/03] pending/82932gnats-admin =?iso-8859-1?B?T2ZmaWNlIHNvZnR3YXJlIC0gNz o [2005/07/03] pending/82933gnats-admin LOTTERY WINNING NOTIFICATION! o [2005/07/03] pending/82946gnats-admin Telekom o [2005/07/03] pending/82947gnats-admin =09deskutils/kchm bugfix o [2005/07/03] pending/82953gnats-admin These are sites that have a doctor and se o [2005/07/04] pending/82960gnats-admin Important information regarding your loan o [2005/07/04] pending/82964gnats-admin American companies drillling for Oil at h o [2005/07/04] pending/82967gnats-admin Get the Software you need, now! 45 problems total. Non-critical problems From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 11:00:49 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC6916A41C for ; Mon, 4 Jul 2005 11:00:49 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA3E43D4C for ; Mon, 4 Jul 2005 11:00:49 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64B0nSj033398 for ; Mon, 4 Jul 2005 11:00:49 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64B0fS9033389 for freebsd-bugs@freebsd.org; Mon, 4 Jul 2005 11:00:41 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 4 Jul 2005 11:00:41 GMT Message-Id: <200507041100.j64B0fS9033389@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 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 11:00:49 -0000 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 problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. 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 -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2001/05/10] kern/27250 bp [unionfs] [patch] unionfs filesystem pani p [2001/12/28] gnu/33262 mp gdb does not handle pending signals corre o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition (wit o [2002/08/16] kern/41723 [2TB] on 1TB fs, copying files to filesys o [2002/10/25] bin/44471 qa [sysinstall] 4.6 install writes MBR even o [2003/02/16] bin/48341 qa [sysinstall] sysinstall deletes mbr altho o [2003/03/23] kern/50201 [twe] 3ware RAID 5 resulting in data corr o [2003/06/28] kern/53874 emulation /usr/ports/emulators/linux_base isn't wor o [2003/10/06] i386/57673 i386 [disklabel] Odd/dangerous disklabel behav o [2003/11/10] kern/59103 Serious data corruption reading compact f o [2003/12/12] kern/60175 panic: 5.2-RC: disk errors cause panic in o [2003/12/17] kern/60313 data destruction: lseek() misalignment si o [2004/02/16] i386/62902 i386 Data Corruption on Dell PE 600SC (Server o [2004/04/28] i386/66039 i386 panic: system panic with file system corr o [2004/05/04] bin/66261 fsck cannot recover filesystem corruption o [2004/05/11] kern/66553 rwatson SEBSD kernel compilation errors o [2004/05/27] i386/67260 i386 [boot] stack overflow after boot menu whe o [2004/07/07] kern/68757 kan rapid file creation on snapshotted filesy o [2004/08/06] kern/70096 [patch] full msdos file system causes cor o [2004/08/23] kern/70881 5.3 beta1 kernel.generic missing from /bo o [2004/09/05] i386/71395 i386 Data corrupted on Serverworks CG-SL chips o [2004/09/09] i386/71538 i386 [install] multi-homed install trashes exi o [2004/09/16] kern/71800 5.3-RELEASE crash (infinite IRQ list dump o [2004/10/21] kern/72979 unkillable process(es) stuck in `STOP' st o [2004/10/22] bin/73019 fsck_ufs: cannot alloc 607016868 bytes fo o [2004/10/27] amd64/73211 amd64 FAST_IPSEC broken on amd64 o [2004/11/19] kern/74137 FreeBSD 5.3 BTX loader stack overflows an o [2004/12/14] amd64/75043 le Vinum panic on booting from mirrored vinu o [2004/12/20] alpha/75317 alpha ATA DMA broken on PCalpha o [2005/01/05] kern/75844 phk gbde causes disk write errors and subsequ o [2005/01/18] i386/76397 i386 ata raid crashes in g_down (heavy load) o [2005/01/26] threads/76690threads fork hang in child for (-lc_r & -lthr) o [2005/02/07] kern/77234 [patch] corrupted data is read from UDF f o [2005/03/14] i386/78837 i386 Partition Table Corruption in 5.3 o [2005/05/09] kern/80805 le vinum does not start at boot and may even o [2005/05/11] threads/80887threads ULE with SMP broke libpthread/libthr on 5 o [2005/05/27] bin/81555 Cron exits from SIGPIPE after crontab -e o [2005/06/01] kern/81767 wpaul [patch] ndis driver does not compile into o [2005/06/15] sparc64/82262sparc64 [kbd] Critical Sparc64 Bug Init Binkley K o [2005/06/28] i386/82755 i386 Kernel Panic - hangup at night on my ncvs 40 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1997/04/02] bin/3170 vi freaks and dump core if user doesn't e s [1997/10/01] bin/4672 rdist does not do hard links right when t a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty f [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/11/11] bin/8646 Implement rlogind -a option f [1998/11/21] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/03/02] bin/10353 jon ypserv gets segmentation violation o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/09/11] bin/13691 fenner tcpslice cannot extract over 2GB part of s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme f [1999/09/30] ports/14048 des [patch] doscmd -r doesn't work a [1999/11/04] kern/14712 iedowse [nfs] root has access to NFS mounted dire s [1999/11/17] bin/14946 mjacob rmt - remote magtape protocol f [1999/12/26] kern/15707 bad trap in mprotect o [2000/01/02] i386/15845 imp [patch] Driver for RealTek 8029 f [2000/01/04] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available p [2000/01/22] kern/16299 peadar [nfs] nfs.ko can be unloaded when nfsd is o [2000/02/21] conf/16879 tanimura [sound] csa: Sound drivers seem to be usi o [2000/02/24] bin/16948 qa [sysinstall] sysinstall/disklabel: bad pa o [2000/03/11] kern/17310 wpaul [patch] NIS host name resolving may loop o [2000/03/17] kern/17422 bde 4.0-STABLE: top: nlist failed s [2000/03/22] conf/17540 [nfs] NIS host lookups cause NFS mounts t o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/04/06] kern/17819 [unionfs] Build ports on nfs & union moun f [2000/04/24] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe s [2000/05/22] bin/18742 mike times.allow field parsed incorrectly p [2000/05/29] kern/18874 [2TB] 32bit NFS servers export wrong nega o [2000/06/13] i386/19245 obrien -fexpensive-optimizations buggy (even wit s [2000/06/20] bin/19405 markm telnetd sends DO AUTHENTICATION even if a o [2000/07/02] kern/19654 mbr 20 dc ports in one machine (5x 4port card s [2000/07/08] bin/19773 markm [PATCH] telnet infinite loop depending on o [2000/07/13] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/18] kern/20016 threads pthreads: Cannot set scheduling timer/Can f [2000/07/19] kern/20040 jhb Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] bin/20172 byacc 1.9 fails to generate $default tran o [2000/07/29] bin/20282 qa [sysinstall] sysinstall does not recover o [2000/07/30] i386/20308 mux [panic] vidcontrol VESA_800x600 causes a p [2000/08/03] bin/20373 Setting breakpoints in shared objects bro s [2000/08/10] bin/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde Support for PCI multiport cards for sio d o [2000/08/16] bin/20633 fdisk doesn't handle LBA correctly o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/26] kern/20861 threads libc_r does not honor socket timeouts o [2000/08/29] bin/20912 marcel gdb does not recognise old executables. o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] bin/21089 vi silently corrupt open file on SIGINT w a [2000/09/16] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX o [2000/09/20] misc/21406 [boot] bootinst or booteasy overwrites se o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/22] kern/21463 emulation Linux compatability mode should not allow o [2000/09/29] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/05] kern/21771 rik Fix for sppp and Cronyx drivers update a [2000/10/07] kern/21808 [patch] msdosfs incorrectly handles vnode o [2000/10/15] kern/21998 green [patch] ident only for outgoing connectio o [2000/10/20] kern/22142 cjc securelevel does not affect mount f [2000/10/25] bin/22291 [nfs] getcwd() fails on recently-modified o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com a [2000/11/14] bin/22846 bms Routed does not reflect preference of Int f [2000/11/18] i386/22944 tegge isa_dmainit fails on machines with 512MB o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] bin/23098 ambrisko [patch] [sysinstall] if installing on a s o [2000/12/14] kern/23535 imp 4.x kernels seem to no longer support Ada o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be o [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/07] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more f [2001/01/16] bin/24391 mbr cannot kill amd after interface disappear o [2001/01/19] bin/24461 Being able to increase the YP timeout wit o [2001/01/20] threads/24472threads libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/25] kern/24629 harti ng_socket failes to declare connected dat o [2001/01/25] threads/24632threads libc_r delicate deviation from libc in ha o [2001/01/25] kern/24641 threads pthread_rwlock_rdlock can deadlock s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca o [2001/02/10] kern/24982 stack gap usage o [2001/02/11] i386/24997 /boot/loader cannot handle extended dos p p [2001/02/13] kern/25067 able to mount a pathname > 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/05] bin/25542 standards /bin/sh: null char in quoted string o [2001/03/13] i386/25781 i386 Statclocks cannot be disabled on ServerWo p [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] bin/25851 qa [patch] security hole in anonymous FTP se o [2001/03/18] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/19] kern/25910 sound [sound] Kernel sound driver may die if a o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa a [2001/03/22] kern/25986 andre Socket would hang at LAST_ACK forever. o [2001/03/23] kern/26035 sound [sound] [hang] system hangs when playing o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to a [2001/03/27] kern/26142 [nfs] Unlink fails on NFS mounted filesys o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] bin/26320 alfred [mount] [patch] mountd breaks IRIX automo a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/10] kern/26486 [patch] setnetgrent hangs when netgroup c o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/26] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/27] bin/26897 qa [sysinstall] 4.3R sysinstall fails to cre o [2001/05/03] kern/27059 scsi (symbios) SCSI subsystem hangs under heav f [2001/05/11] kern/27275 kernel bug ? (negative sbsize) o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter s [2001/05/22] kern/27543 /proc/cpuinfo does not handle SMP hosts o [2001/05/24] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 sound [sound] Panic in csa(4) f [2001/05/29] bin/27729 qa [sysinstall] the ls120 device "afd" does a [2001/06/05] kern/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] conf/27896 Error in /etc/exports invalidates entire o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/29] kern/28508 scsi problems with backup to Tandberg SLR40 st o [2001/07/04] kern/28692 sound [sound] ICH sound driver hangs kernel o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys f [2001/07/23] kern/29170 ru ARP request fails after "bad gateway valu o [2001/07/27] bin/29253 natd forgets about udp connections o [2001/08/02] bin/29375 qa [sysinstall] disk editor gets confused by o [2001/08/03] kern/29421 Update a file with mmap will cause mtime/ o [2001/08/05] kern/29465 sound [sound] Can't probe NeoMagic 256AX audio f [2001/08/11] kern/29626 ifconfig causes kernel panic in 4.4-PRERE o [2001/08/13] kern/29686 kevent EV_ADD EVFILT_WRITE does the wrong o [2001/08/15] bin/29725 dwmalone [PATCH] Fixed segmentation fault in simpl o [2001/08/17] bin/29808 ypserv dumps core in yp_find_db o [2001/08/20] bin/29903 ypbind loses connection to NIS master and o [2001/08/23] kern/29983 imp Problem with "TI PCI-1250 PCI-CardBus Bri o [2001/08/27] kern/30125 btx/bootloader dumps very often if serial f [2001/08/28] kern/30160 [panic] kernel panic when flash disk is r f [2001/08/29] i386/30206 mdodd [boot] PS/2 server 85 can't boot kern.flp o [2001/08/30] kern/30223 [patch] Using /usr/share/examples/kld/cde p [2001/08/31] bin/30235 /usr/sbin/portmap cannot listen to localh o [2001/08/31] kern/30241 gibbs System crash w/err: AHC0; AHC_INTR - refe o [2001/09/04] bin/30310 top does not show CPU usage o [2001/09/06] conf/30399 Have Fortran use the CPUTYPE variable o [2001/09/10] kern/30482 calcru calls printf while holding a spin f [2001/09/10] alpha/30486 alpha AlphaServer DS10 floppy access is broken o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/26] bin/30837 qa [sysinstall] sysinstall doesn't set the s o [2001/09/27] i386/30860 [hang] While install after "Mounting root o [2001/09/27] bin/30869 dump(8) does not dump all files of a file s [2001/09/29] i386/30921 [kbd] ACER mechanic ps/2 keyboard don´t w o [2001/10/01] kern/30948 ls'ing mounted brand new floppy locks up o [2001/10/01] kern/30958 rwatson QUOTA with 0 bytes in quota.user hangs up f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter [nfs] NFS client modification time resolu s [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/07] kern/31102 wpaul lge + Pentium III data transmission probl o [2001/10/14] kern/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe [patch] fix crunchgen to work with more c o [2001/10/18] bin/31363 qa [sysinstall] "partition editor" silently o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/11/04] kern/31746 failed connect(2) seems to cause problems o [2001/11/06] kern/31790 [nfs] problem with NFS and jail() o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/14] i386/31979 [kbd] Setup and boot locks Compaq Armada o [2001/11/19] kern/32098 semctl() does not propagate permissions a [2001/11/19] kern/32118 mbr 21143 with dc driver will not select 10ba o [2001/11/20] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2001/11/26] bin/32295 threads pthread dont dequeue signals o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/10] kern/32668 peter [nfs] NFS directory removal problems mani o [2001/12/11] bin/32686 wosch locate command dumps a core file with bro f [2001/12/13] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol f [2001/12/13] kern/32797 glebius [netgraph] Problem with IPX and netgraph( o [2001/12/22] ports/33080 ume gkrellmvolume interferes with the ability a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea o [2001/12/24] kern/33138 [patch] pnp problem in 4.3, 4.4, 4.5 f [2001/12/26] bin/33213 ume rarpd(8) fails to init IPv6 enabled inter o [2001/12/30] kern/33344 davidxu memory leak in device resource config loa o [2001/12/31] bin/33370 qa [sysinstall] post-configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system o [2002/01/04] kern/33532 sound [sound] Playing audio on some soundcards f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories o [2002/01/08] bin/33672 [patch] telnetd and mount_mfs signal hand f [2002/01/08] kern/33696 mbr [panic] Driver mistake: repeat make_dev(" o [2002/01/13] kern/33833 luigi Correct kernel config for 4.4-RELEASE is o [2002/01/16] kern/33940 [patch] quotactl allows compromise gid-qu o [2002/01/18] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w s [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/25] gnu/34246 joe CVS doesn't rebuild CVSROOT/options f [2002/01/25] bin/34269 fenner tcpdump -v incorectly identifies packets o [2002/01/25] bin/34270 man -k could be used to execute any comma o [2002/01/31] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/02/01] threads/34536threads accept() blocks other threads o [2002/02/03] kern/34568 [lpt] turning printer on and off hangs th p [2002/02/04] kern/34619 bms TCP - FINs with different sequence number p [2002/02/07] bin/34682 fenner scanf/sscanf doesn't understand %lld f [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/11] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] kern/34842 [NIS] [patch] VmWare port + NIS causes "b o [2002/02/18] i386/35078 [patch] Uninitialized pointer dereference o [2002/02/20] kern/35136 luigi VLAN & bridging & MTU o [2002/02/22] bin/35214 obrien dump program hangs while exiting p [2002/02/25] standards/35307standards standard include files are not standard c o [2002/02/26] i386/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 sound [sound] emu10k1: no posibility to record o [2002/02/28] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/03/01] kern/35442 [patch] Problem transmitting runts in if_ o [2002/03/03] kern/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s o [2002/03/07] kern/35615 sound [sound] [hang] ES1978 Maestro 2E sound ca f [2002/03/07] kern/35645 bms Layer 2 switching using default router of o [2002/03/08] kern/35669 [nfs] NFSROOT breaks without a gateway s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for f [2002/03/08] kern/35691 mbr Realtek NIC driver does not work with Rea o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/10] conf/35726 andre [patch] [rc.network] can't use ifconfig o o [2002/03/14] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/15] bin/35925 qa [sysinstall] fixit floppy cannot be mount a [2002/03/16] bin/35985 qa [sysinstall] swap double mount o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free p [2002/03/18] kern/36038 bp [smbfs] sendfile(2) on smbfs fails, expos o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup a [2002/03/19] bin/36110 dmesg output corrupt if /dev/console is b o [2002/03/20] kern/36147 bogus irq 7 message being issued o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/22] kern/36219 [patch] poll() behaves erratic on BPF fil o [2002/03/28] kern/36415 [bktr] [patch] driver incorrectly handles o [2002/03/29] kern/36504 [patch] crash/panic vm_object_allocate un o [2002/03/29] bin/36508 qa [sysinstall] installation floppy bug (4.5 o [2002/03/30] i386/36517 sis driver can't map ports/memory for Net o [2002/03/31] kern/36566 [smbfs] System reboot with dead smb mount o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo f [2002/04/07] ports/36846 barner fxtv 1.03 freezes the system when $LANG=d o [2002/04/08] bin/36867 [patch] games/fortune: add FORTUNE_PATH e o [2002/04/08] bin/36911 qa [sysinstall] installation floppies miss a o [2002/04/09] gnu/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/10] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/14] kern/37064 imp [pccard] System hangs when removing wire o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun p [2002/04/16] kern/37161 emulation ext2 linux file system, error handling la f [2002/04/19] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/22] kern/37326 [bktr] smbus/bktr crash when omitting "de o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/25] kern/37436 [hang] accept dead loop when out of file o [2002/04/25] kern/37441 davidxu [patch] ISA PNP parse problem o [2002/04/27] kern/37502 [nfs] NFS client ignores mtime.tv_usec fo o [2002/04/28] i386/37523 davidxu [patch] lock for bios16 call and vm86call f [2002/04/30] i386/37585 qa [hang] System hangs on install at probing o [2002/04/30] kern/37589 imp Kernel panics upon resume from zzz on my o [2002/05/02] kern/37675 le [vinum] Page fault when newfs'ing a vinum o [2002/05/03] kern/37710 qa LAN interface in wrong state after attemp f [2002/05/05] kern/37775 [smbfs] netsmb/smb_subr.c needs opt_globa o [2002/05/13] kern/38011 rsm Fatal Trap 12 using Xircom CE2 in IBM 760 o [2002/05/13] ports/38018 java www/jakarta-tomcat4: make passing of JVM f [2002/05/13] ports/38020 java www/jakarta-tomcat4: stop tomcat via java o [2002/05/14] i386/38070 [panic] 4.6-PRERELEASE panics on resume o o [2002/05/15] kern/38095 bp vlan not supported with fxp f [2002/05/17] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd f [2002/05/23] i386/38459 mux Intel SB82558B NIC won't initialize prope o [2002/05/24] i386/38484 [hang] probe freeze while probing devices o [2002/05/24] kern/38495 bms soreceive fails to maintain invariant on o [2002/05/24] kern/38518 [boot] combination of pr-27087 and pr-369 s [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 threads the procces compiled whith pthread stoppe a [2002/05/25] kern/38554 bms changing interface ipaddress doesn't seem o [2002/05/26] bin/38582 qa [sysinstall] sysinstall sets newfs flag a a [2002/05/27] gnu/38594 kan Fortan program don't link post gcc-3.1 o [2002/05/27] bin/38609 qa [sysinstall] sysinstall should know the s o [2002/05/27] kern/38632 imp Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid o [2002/05/30] kern/38752 andre rn_walktree_from not halting at the right o [2002/06/01] kern/38795 sound [sound] kldunload of snd_ess, snd_sb16, s o [2002/06/03] kern/38872 [nfs] nfs code ignores possibility of MGE o [2002/06/04] i386/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/07] kern/38983 Kernel fails to access disk o [2002/06/12] kern/39185 core dump binary in single user mode o [2002/06/13] kern/39233 bms NonConforming IPsec implementation from F o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/14] kern/39260 sound [sound] neomagic: pcm0 locks on boot, Com o [2002/06/15] kern/39329 [mount] '..' at mountpoint is subject to o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() o [2002/06/17] kern/39388 scsi ncr/sym drivers fail with 53c810 and more s [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et o [2002/06/27] threads/39922threads [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 imp wi0 timeouts and hangs the system while s a [2002/06/27] kern/39937 bms ipstealth issue a [2002/06/28] bin/39940 [patch] /usr/sbin/periodic sends thousand o [2002/06/29] kern/40001 le [vinum] vinum showing -2 drives after rem o [2002/06/30] i386/40044 SMP kernel fails to boot on DELL 610 o [2002/07/01] i386/40073 rsm Xircom Realport Ether doesn't work in Tos o [2002/07/02] kern/40122 sound [sound] Device pcm stopps booting Kernel f [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/05] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] bin/40215 wpaul [nis] NIS host search not terminate o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/07/05] bin/40227 [patch] CVS client doesn't upload new fil o [2002/07/06] bin/40260 qa [sysinstall] hang when detecting devices f [2002/07/06] i386/40274 "fxp: device timeout" errors during heavy o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/10] kern/40394 if_tap driver hard coded permission check o [2002/07/12] bin/40471 des chpass(1) -a option broken in CURRENT o [2002/07/14] kern/40561 TTCP does not work with IPv6 o [2002/07/14] kern/40574 sound [sound] NeoMagic soundcard detection on G o [2002/07/15] i386/40577 [hang] post-October 2001 Dell Inspiron 25 f [2002/07/16] bin/40656 qa [patch] [sysinstall] scripted deletion of o [2002/07/19] kern/40787 kernel panic if PCMCIA CD-drive with moun o [2002/07/19] kern/40792 usb signals lead to data loss on device ugen o [2002/07/22] kern/40895 scsi wierd kernel / device driver bug s [2002/07/30] i386/41138 vr0 locks up on one hub, OK on another o [2002/07/31] kern/41216 [nfs] Get "NFS append race" error o [2002/08/01] conf/41242 periodic scripts make unwarranted assumpt o [2002/08/03] bin/41297 mp {t,}csh backquote/braces expansion bug f [2002/08/04] bin/41327 jon skey decrementing but not authorizing wit o [2002/08/04] kern/41331 threads Pthread library open sets O_NONBLOCK flag o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 [panic] kernel panics in pmap_insert_entr o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/08] bin/41435 mbr dhclient writes lease file that it can't o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie a [2002/08/14] bin/41647 bms ifconfig doesn't accept lladdr along with o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/17] kern/41740 le [vinum] page fault while rebuilding; inab o [2002/08/18] bin/41757 qa [sysinstall] sysinstall 4.6.x unstable p [2002/08/18] kern/41765 bms UDP socket remains connected after error s [2002/08/19] bin/41776 bms mrouted doesn't route multicast packets o [2002/08/19] conf/41777 /etc/periodic/daily/100.clean-disks remov o [2002/08/20] docs/41824 murray LANG is not documented in setlocale(3) o [2002/08/21] bin/41850 qa [sysinstall] sysinstall fails to create r o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, p [2002/08/26] kern/42030 bms panic when zebra works on detaching tun i o [2002/08/27] kern/42089 phk ntp_gettime returns time in wrong scale o [2002/08/27] bin/42093 ypbind hangs on NIC with the lowest scope o [2002/08/28] misc/42115 luigi PicoBSD: fix build script for 4.6-STABLE o [2002/08/29] kern/42173 sound [sound] Sony VAIO FXA 53 (or FXA 679 in M o [2002/08/30] i386/42198 pjd Kernel panics or system hangs up with big s [2002/08/30] kern/42216 rwatson simultaneous multiple server network fail o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/09] kern/42578 Using PCI serial cards (puc) in SMP machi p [2002/09/09] kern/42580 robert kernel crash when starting ISC 3.2 X11 bi o [2002/09/10] kern/42621 imp Dell Inspiron 5000e hangs when using Orin o [2002/09/11] kern/42652 [smbfs] error deleting r/o (by windows) f o [2002/09/11] bin/42658 markm recompile /usr/src/libexec/telnetd and lo o [2002/09/13] gnu/42726 cvsadm cvs -R pserver & val-tags: story continue p [2002/09/13] kern/42727 bms [PATCH] Wrong MTU in need-frag ICMP using o [2002/09/13] i386/42750 Fdisk makes no difference between FAT32, o [2002/09/14] kern/42769 [boot] Boot stalls if the system has a se o [2002/09/14] i386/42784 imp pcmcia 16bit network card removal locks a o [2002/09/15] kern/42801 [hang] FreeBSD freezes when opening cuaa0 a [2002/09/18] kern/42937 bms panic when ARP cache uses up all mbufs o [2002/09/20] kern/42983 imp wi0 sporadically freezes the system for 1 o [2002/09/21] i386/43151 Panic 20 seconds after resume o [2002/09/22] bin/43223 getnetby{name|addr} broken for DNS lookup o [2002/09/24] bin/43337 des fetch: -s fails if -4 or possibly other o a [2002/09/25] i386/43366 bms Cannot format media in USB floppy devices o [2002/09/29] kern/43491 microuptime () went backwards o [2002/09/30] bin/43501 getpwnam, getpwuid fail when linking agai o [2002/10/02] kern/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl a [2002/10/03] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] kern/43625 imp Wi(4) driver hangs after long data transf o [2002/10/04] bin/43674 [patch] login(1): able to bypass expired o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/08] conf/43837 wollman PKST (pakistan daylight time) changed fro o [2002/10/09] i386/43852 4.7-RC "device timeout" problem o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/12] kern/43954 [nfs] nfs-blocked process can't return or a [2002/10/14] kern/44030 VNode/Swap troubles o [2002/10/15] kern/44087 [crash] fatal kernel trap when ifconfig a o [2002/10/16] i386/44130 i386 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/16] kern/44150 Diskless kernel may crash, depends on the o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/18] kern/44218 Init dies during boot after upgrade from p [2002/10/21] kern/44336 [nfs] NFSv3 client broken - security prob o [2002/10/21] kern/44355 gnn After deletion of an IPv6 alias, the rout o [2002/10/23] kern/44417 luigi ipfw layer2 rules are not checked for eth s [2002/10/27] bin/44518 yar ftpd does not show OPIE OTP challenge o [2002/10/27] docs/44519 obrien ftpd.conf(5) contains references to ftpd( o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] kern/44578 [nis] getnetgrent fails to read NIS netgr o [2002/10/30] kern/44744 [patch] VN devices can hang system FreeBS o [2002/11/01] bin/44808 opiepasswd makes bad seed for existing us o [2002/11/04] i386/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/07] kern/45023 emulation flexlm does not run with linux-base-7, st o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/13] bin/45272 dump/restore problem f [2002/11/15] docs/45303 remko Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/17] kern/45373 mckusick softupdate / fs damaged after loss of pow o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/19] bin/45478 /bin/sh coredump o [2002/11/20] i386/45525 imp Dell Inspiron 7000 does not recognize PC- f [2002/11/20] bin/45529 johan hexdump core-dumps with certain args [PAT o [2002/11/21] kern/45558 [msdosfs] mdconfig and msdosfs make fs wr o [2002/11/21] bin/45565 qa [sysinstall] write error, filesystem full o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error o [2002/11/24] kern/45673 sound [sound] [patch] PC98 internal CS4231A is f [2002/11/25] bin/45721 darrenr ipfilter's flags and icmp-type processing p [2002/11/25] kern/45733 bms file descriptor flags and socket flags ou o [2002/11/27] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/27] kern/45777 crashdump issue with too-small dumpdev o [2002/12/02] kern/45913 imp WaveLan driver problems with latest -CURR o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 markm Telnet fails to properly handle SIGPIPE o o [2002/12/05] kern/46017 [smbfs] smb mounts break /etc/periodic/we o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/10] kern/46176 usb umass causes kernel panic if device remov o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/13] kern/46239 standards posix semaphore implementation errors f [2002/12/13] kern/46245 sound [sound] AC'97 is not supported on ABIT BW s [2002/12/18] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 usb USB controller cannot be initialized on I o [2002/12/23] i386/46484 System panics upon configuration of bge N p [2002/12/27] kern/46557 pjd ipfw pipe show fails with lots of queues a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46670 qa [sysinstall] 5.0-RC2 install leaves CD dr o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] kern/46694 imp Getting DUP packets when in Promiscous mo o [2003/01/08] i386/46865 [panic] kernel panic on SuperMicro 6012-8 o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL o [2003/01/17] i386/47167 [panic] 5.0 RC 3 (and 2) has 1 second upt o [2003/01/20] i386/47236 Console missing during bootup on Sony Pic o [2003/01/21] i386/47279 [hang] IBM 370 hangs on reboot o [2003/01/21] kern/47286 device probing not verbose when using boo o [2003/01/22] kern/47359 dd panic after kldunload snp o [2003/01/23] bin/47384 qa [sysinstall] sysinstall ignores intended o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails o [2003/01/27] kern/47544 scottl iir does not detect direct access drives o [2003/01/29] kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption o [2003/01/29] kern/47647 [crash] init died with signal 6 [4.7] s [2003/02/02] kern/47813 pseudo-device gre doesn't appear to work o [2003/02/05] kern/47937 hw.ncpu and kern.smp.cpus duplicate same s [2003/02/05] kern/47939 [bktr] 5.0-Current freezes when bktr devi o [2003/02/05] kern/47951 [hang] rtld in ld.so will livelock in som o [2003/02/05] alpha/47952 alpha DEFPA causes machine check with V5.0-rele o [2003/02/07] kern/48033 [ffs] FFS superblock flags are being igno o [2003/02/07] kern/48062 mckusick mount -o snapshot doesn't work on +100GB o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... [S o [2003/02/09] kern/48117 SMP machine hang during boot related to i o [2003/02/11] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/11] bin/48183 marcel [patch] gdb on a corefile from a threaded o [2003/02/14] bin/48271 bug with find's -delete option s [2003/02/14] kern/48279 [bktr] Brooktre878 may cause freeze o [2003/02/16] conf/48325 /etc/periodic/security/100.chksetuid does f [2003/02/17] kern/48359 usb SiS 5597/8 USB + uscanner breakage o [2003/02/17] kern/48393 mckusick ufs2 snapshot code bugs p [2003/02/18] bin/48424 Integer overflow in cksum(1) and sum(1) f o [2003/02/18] kern/48425 Tape drive EOT handling problems in 4.7 o [2003/02/19] misc/48461 murray $EDITOR on the fixit CD is wrong. o [2003/02/24] i386/48614 i386 VESA VGA modes for syscons lock up machin o [2003/02/26] i386/48691 [panic] kernel panics on ASUS A7N266-VM M o [2003/02/27] bin/48730 sos burncd does not handle signals and causes o [2003/02/27] kern/48741 darrenr ipnat corrupts packets on gre interface w o [2003/02/27] i386/48752 freeze when installing 5.0 Release o [2003/02/27] kern/48758 kldunload if_{nic} can cause kernel panic o [2003/02/28] kern/48777 vidcontrol modes not restored on vt switc o [2003/03/02] threads/48856threads Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/03] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] conf/48881 [PATCH] The influence of /etc/start_ifnam f [2003/03/05] kern/48952 usb uscanner0 hangs o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/09] kern/49040 problem mounting root; ffs_mountroot can' f [2003/03/09] bin/49048 [patch] ctm(1) does not check parent dire f [2003/03/09] ports/49056 trevor Festival fixes for newer GCCs [PATCH] o [2003/03/10] threads/49087threads Signals lost in programs linked with libc f [2003/03/13] i386/49978 [boot] installation problem on Acer Altos o [2003/03/13] kern/49980 sound [sound] [patch] enable ThinkPAD X24 sound f [2003/03/13] bin/49984 des openSSH crashes while password based auth f [2003/03/17] ports/50062 daichi portupgrade does not process directives f p [2003/03/28] bin/50384 robert pkg_version -v core-dumps when no package o [2003/04/03] kern/50574 mbr dc driver incorrectly detects ADMtek chip o [2003/04/11] kern/50827 [PATCH] no sane record locking on *nix. s [2003/04/12] kern/50856 [mfs] panic if mounting /tmp as mfs with o [2003/04/13] i386/50887 MBR on kern.flp fails Compaq MBR validati p [2003/04/17] conf/51085 ache FreeBSD is missing ja_JP.eucJP locale. o [2003/04/18] www/51135 www Problems with the mailing-lists search in o [2003/04/20] bin/51171 /bin/sh has only 32-bit arithmetics that o [2003/04/21] standards/51209standards [PATCH] add a64l()/l64a/l64a_r functions o [2003/04/22] kern/51274 ipfw ipfw2 create dynamic rules with parent nu o [2003/04/23] kern/51308 sound [sound] Creative SB32 doesn't work under o [2003/04/23] kern/51332 mjacob QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F o [2003/04/24] kern/51338 sound [sound] [hang] system hangs randomly beca f [2003/04/24] kern/51341 ipfw ipfw rule 'deny icmp from any to any icmp o [2003/04/24] kern/51352 panic: malloc(M_WAITOK) in interrupt cont o [2003/04/29] kern/51583 [nullfs] [patch] allow to work with devic o [2003/04/30] bin/51628 [nis] ypmatch doesn't match keys in legac o [2003/05/02] kern/51685 [hang] Unbounded inode allocation causes o [2003/05/04] kern/51742 [panic] ffs_vfree: freeing free inode o [2003/05/06] bin/51827 getaddrinfo() is broken with numeric serv f [2003/05/06] bin/51892 des can't ssh after su to different local use o [2003/05/08] threads/51949threads thread in accept cannot be cancelled o [2003/05/08] kern/51982 sio1: interrupt-level buffer overflows s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM s [2003/05/12] kern/52110 green [unionfs] FS corruption when using unionf o [2003/05/12] i386/52128 Unable to floppy install on Toshiba Libre o [2003/05/16] bin/52343 NIS login problem on the server o [2003/05/19] bin/52433 lines in /etc/group longer than 1024 char o [2003/05/19] kern/52445 [mfs] panic when mounting floppy on MFS f o [2003/05/22] i386/52556 i386 Syskonnect SK9843SX, sk driver, MII not d o [2003/05/22] i386/52561 5.1-BETA install fails on Dell PowerEdge o [2003/05/22] i386/52581 i386 Boot loaders reading more than one sector o [2003/05/22] kern/52585 bms Kernel panic with ipfw2 and syncookies f [2003/05/22] i386/52593 mdodd [apm] Kernel panic when starting apm o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster f [2003/05/27] kern/52718 jeffr changes to kern_umtx.c causes panic in ca o [2003/05/28] bin/52743 /etc/ppp/ppp.linkup instability issues s [2003/05/28] kern/52745 [unionfs] Fatal trap 12: page fault while o [2003/05/31] kern/52818 vm_fault() calls vput() on shared-locked o [2003/06/03] kern/52916 le [vinum] vinum causes panic after start/st p [2003/06/04] kern/52935 bms occasional panic in ip_input with IPSEC o [2003/06/04] kern/52936 [nfs] Huge writes to nfs exported FAT fil o [2003/06/04] kern/52943 [hang] reproducable system stuck just bre p [2003/06/05] standards/52972standards /bin/sh arithmetic not POSIX compliant o [2003/06/06] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/10] kern/53137 [panic] background fscking causing ffs_va o [2003/06/11] i386/53200 i386 [boot] 5.1-RC1 SMP kernel boot gags at "A o [2003/06/13] kern/53264 jhb [sound] [patch] PCM interrupt not routed o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian f [2003/06/18] kern/53433 heavy i/o on GBDE partition on SMP locks o [2003/06/18] bin/53434 pw disallow a password including space. o [2003/06/18] kern/53447 bde poll(2) semantics differ from susV3/POSIX a [2003/06/20] kern/53566 mbr [panic] IBM Eserver (245 || 345) + ServeR o [2003/06/22] bin/53606 roberto ntpdate seems to hang system o [2003/06/23] i386/53620 i386 [install] Kernel panics / reboots during o [2003/06/27] bin/53839 qa [sysinstall] disklabel editor fails on po f [2003/06/30] kern/53920 andre sluggish TCP connection o [2003/06/30] kern/53927 imp wi0: device timeout problem with PRISM 2. o [2003/06/30] kern/53940 imp Some WiFi devices cannot connect to hosta o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/04] bin/54097 Non-local yppasswd -d broken in 5.1-CURRE o [2003/07/07] kern/54189 [dns] resolver should resolve hostnames w s [2003/07/08] kern/54211 rwatson Seeing other uid with kern.file sysctl. o [2003/07/10] kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o [2003/07/10] gnu/54317 sobomax tar with very large packages and portinst o [2003/07/11] bin/54401 [patch] pppstats prints 0 for absolute va o [2003/07/12] standards/54410standards one-true-awk not POSIX compliant (no exte f [2003/07/13] ports/54424 daichi portupgrade ignores ALT_PKGDEP o [2003/07/13] bin/54446 pkg_delete doesn't honour symlinks, portu o [2003/07/14] java/54463 glewis Apparent bug in jdk13 o [2003/07/15] i386/54501 i386 Promise Ultra133 TX2 does not work proper s [2003/07/16] kern/54534 [unionfs] unionfs && mfs|md crashing mach f [2003/07/16] i386/54549 [install] panic on install on Dell 600sc o [2003/07/17] kern/54595 sound [sound] emu10k1 sound driver locks system o [2003/07/21] kern/54705 sound [sound] codec timeout during read of regi o [2003/07/22] i386/54756 acpi ACPI suspend/resume problem on CF-W2 lapt p [2003/07/27] bin/54959 tr utility has a bug in ISO8859-2 locale p [2003/07/28] ports/54970 trevor emulators/linux_base Port Makefile "dange o [2003/07/28] conf/54971 mtm /etc/rc.d/mountcritermote requires ldconf a [2003/07/29] kern/55018 andre [patch] Digiboard PC/Xem fails to initial o [2003/07/29] kern/55028 The broken FAT12 filesystem causes system o [2003/08/02] kern/55175 alfred LOR in select and poll o [2003/08/05] gnu/55278 Externs on implicit declarations o [2003/08/05] kern/55297 [vfs_subr.c] kernel panic after running X o [2003/08/07] bin/55346 /bin/sh eats memory and CPU infinitely o [2003/08/07] bin/55349 mbr Amd mixes up symlinks in it's virtual fil o [2003/08/08] bin/55366 le [vinum] [patch] vinum makes /dev/vinum wi s [2003/08/08] ports/55371 ports-bugs xfig dumps core (unaligned access), if US o [2003/08/08] kern/55379 [vm_page_inserti] kernel crashes randomly o [2003/08/10] bin/55448 dbm_nextkey() misbehaves after dbm_store( o [2003/08/11] bin/55457 marcel GDB gets confused debugging libc_r thread a [2003/08/13] kern/55542 andre [patch] discard oversize frame (ether typ o [2003/08/13] i386/55555 i386 system freezes with access to /dev/ums0 o [2003/08/13] i386/55561 i386 SMbus and I2C don't attach when loaded as o [2003/08/15] i386/55603 unable to reboot when system runs from My o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press o [2003/08/16] kern/55617 [smbfs] Accessing an nsmb-mounted drive v o [2003/08/17] i386/55661 acpi ACPI suspend/resume problem on ARMADA M70 o [2003/08/20] kern/55727 rl(4) not working in recent 4.8-STABLE: w f [2003/08/20] kern/55784 glebius [netgraph] [panic] (with trace) in using o [2003/08/20] kern/55822 acpi No ACPI power off with SMP kernel o [2003/08/21] bin/55829 __stderrp not defined in libc.so.3 (compa o [2003/08/21] bin/55846 and conflict a [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/08/24] kern/55934 le [vinum] [workaround] kernel panics while p [2003/08/25] bin/55947 stefanf printf(1) mishandles \0 o [2003/08/25] bin/55956 passwd chat script not backward compatibl o [2003/08/25] bin/55965 sshd: problems with HostBasedAuthenticati o [2003/08/25] kern/55975 thomas ATAPICAM- READ_6(0x08) fails for ATAPI ta o [2003/08/26] kern/56008 scottl ps shows L flag erroneously with certain o [2003/08/27] kern/56024 acpi ACPI suspend drains battery while in S3 o [2003/08/27] kern/56031 luigi ipfw hangs on every invocation o [2003/08/29] bin/56147 FreeBSD/NetBSD /bin/sh mishandles positio f [2003/08/31] kern/56233 bms IPsec tunnel (ESP) over IPv6: MTU computa o [2003/09/02] kern/56339 select() call (poll() too) hangs, yet cal a [2003/09/03] ports/56363 perky The graphics/py-opengl port is broken o [2003/09/03] i386/56372 acpi acpi don't work on TYAN tiger100 M/B a [2003/09/03] kern/56381 das [unionfs] panic: page fault in fifo_close f [2003/09/04] docs/56456 blackend Initial import of the ro_RO.ISO889-2 doc/ s [2003/09/04] kern/56461 [rpc] FreeBSD client rpc.lockd incompatib p [2003/09/05] bin/56500 roam rpc.lockd needs to use reserved ports o [2003/09/06] kern/56513 [panic] panic in ugen w/ moused -p /dev/u p [2003/09/08] bin/56606 [2TB] df cannot handle 2TB NFS volumes o [2003/09/09] kern/56617 sound [sound] Hang on boot w/Neomagic audio on f [2003/09/10] kern/56659 acpi ACPI trouble on IBM ThinkPad X31 o [2003/09/10] kern/56675 Syncer "giving up" on buffers and ext2 fi o [2003/09/14] kern/56873 qa [boot] system hangs on boot at Buslogic d o [2003/09/17] i386/56937 i386 panic: system panic during high network l o [2003/09/20] i386/57043 i386 [hang] ar driver with 2 port PCI card loc o [2003/09/22] kern/57085 sanpei [umass] umass0 problems, with Sony Vio/US f [2003/09/22] i386/57097 i386 [hang] Promise Ultra 100 TX2 causes locku a [2003/09/22] kern/57100 bms disable hardware checksums when using bri s [2003/09/24] kern/57174 sos 4.9-PRERELEASE panic: ata_dmasetup: trans o [2003/09/24] kern/57192 emulation linux-ibm-java1.4 freeze o [2003/09/24] kern/57195 [mfs] mount_mfs -i 512 => panic? o [2003/09/25] kern/57206 [backtrace] softdep_lock locks against it o [2003/09/26] bin/57255 usb usbd and multi-function devices a [2003/09/29] kern/57344 bms KMEM exhaustion from cloned routes o [2003/09/29] kern/57350 [panic] using old monocrome printer port s [2003/09/30] kern/57398 scsi Current fails to install on mly(4) based o [2003/10/01] kern/57453 [patch] if_kue hangs boot after warm boot o [2003/10/01] bin/57456 Telnet encryption gets out of sync o [2003/10/01] bin/57466 dialog(1) does not read stdin, breaks sub a [2003/10/01] kern/57479 bms FreeBSD Not in compliance with RFC 1122, p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' p [2003/10/02] bin/57484 bms routed not ignoring cloned routes o [2003/10/02] kern/57487 sound [sound] [patch] Sound stops working on my o [2003/10/04] bin/57554 sh(1) incorrect handling of quoted parame o [2003/10/05] kern/57603 [bktr] bktr driver: freeze on SMP machine o [2003/10/06] kern/57631 jhb Boot failing for ALi chipsets, patch atta o [2003/10/07] kern/57722 [kern_resource.c] [patch] uidinfo list co o [2003/10/08] kern/57760 bms IPsec policy on inbound trafic is not enf o [2003/10/09] kern/57790 cdparanoia triggers kernel panic o [2003/10/09] i386/57818 i386 4.9-RC panics when kernel is built with a o [2003/10/10] kern/57832 scottl softdep_deallocate_dependencies: dangling o [2003/10/10] bin/57833 gad [PATCH] bin/ps cannot change title for ke o [2003/10/13] kern/57961 le [vinum] kmem_malloc(65536): kmem_map too o [2003/10/14] kern/57985 rwatson [patch] Missing splx in ether_output_fram o [2003/10/16] i386/58139 i386 [panic] -CURRENT panics on Thinkpad A31p o [2003/10/17] kern/58154 mckusick Snapshots prevent disk sync on shutdown o [2003/10/17] kern/58169 panic: vnode_pager_getpages: unexpected m o [2003/10/22] kern/58391 le [vinum] Trap 12 with heavy disk load on i o [2003/10/23] i386/58458 i386 ATAPI-CDROM DMA Support on ALi Aladdin V f [2003/10/24] kern/58491 [panic] loading amr driver o [2003/10/24] conf/58504 /etc/periodic/daily/100.clean-disks trave o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/26] kern/58581 [hang] System call gettimeofday hang 5.x o [2003/10/28] ports/58655 obrien A replacement patch is necessary for deve o [2003/10/29] bin/58687 deischen gethostbyname leaks kqueue file descripto o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/10/31] kern/58752 le [vinum] vinum panics on create/resetconfi o [2003/10/31] kern/58787 peter [panic] pmap_enter: attemped pmap_enter o o [2003/11/02] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/02] kern/58831 panic: vinvalbuf: flush failed o [2003/11/02] conf/58832 /etc/rc.d/ipsec starts not in time f [2003/11/03] kern/58870 bms page fault in kernel mode with ifconfig a f [2003/11/03] kern/58888 4.9-RELEASE installation fails (xl causes o [2003/11/04] kern/58930 [backtrace] Page fault when unplugging Al o [2003/11/05] kern/58941 rwatson acl under ufs2 doesn't handle disk corrup o [2003/11/05] bin/58951 [sysinstall] some problems with 4.9-RELEA o [2003/11/05] kern/58953 [patch] detect NetMOS-based six serial po o [2003/11/09] bin/59095 kientzle tar(1) process hangs in endless loop o [2003/11/09] kern/59098 sound [sound] Dell Dimension 8300 integrated So o [2003/11/10] alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-forma f [2003/11/11] kern/59172 bms Zebra interface route causes kernel panic o [2003/11/11] kern/59183 imp wi problems with wi_cmd o [2003/11/11] kern/59185 [backtrace] 4.9-RELEASE kernel panic (pag o [2003/11/11] i386/59192 i386 ATA drive not spotted with SCSI drive o [2003/11/12] kern/59203 imp Panic with wi and newcard a [2003/11/12] kern/59211 [nwfs] System crashes when moving files f o [2003/11/13] i386/59248 4.9-RELEASE, ACPI Panic with Dell Latitud o [2003/11/13] i386/59251 Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RE o [2003/11/13] i386/59260 Panic by integer divide fault in Thinkpad o [2003/11/15] kern/59296 Serial Line Noise Causes System Hang in L o [2003/11/15] kern/59303 le [vinum] vinum crashes kernel if concurren p [2003/11/15] kern/59306 matk patch to augment /dev/sndstat to show whi o [2003/11/16] kern/59349 sound [sound] [patch] include locking for es137 f [2003/11/22] kern/59594 [hang] I/O operations freeze system when f [2003/11/24] bin/59638 des passwd(1) does not use PAM to change the o [2003/11/24] kern/59652 cannot redirect kernel output to serial c a [2003/11/24] ports/59657 trevor emulators/linux_base-8 cpio for install w o [2003/11/24] kern/59659 tackerman em driver cannot handle VLANs o [2003/11/25] i386/59683 i386 panic: signal 12 4.9-STABLE - frequent cr o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. o [2003/11/26] amd64/59714 amd64 device timeout and ad0: WARNING - WRITE_D o [2003/11/26] i386/59719 [crash] 4.9 Crashes on SuperMicro with SM o [2003/11/27] kern/59728 mjacob Qlogic adapter DMA setup failure with PAE o [2003/11/28] bin/59777 ftpd(8)/FreeBSD 5: potential username enu o [2003/12/01] kern/59878 le [vinum] vinum panics 5.1 system s [2003/12/02] misc/59890 bugmeister send-pr database is spam harvested o [2003/12/02] i386/59895 i386 [hang] system hangs from disk IO errors [ f [2003/12/02] i386/59897 i386 [hang] problems with swap-pager with grea f [2003/12/02] i386/59898 i386 [boot] pxe boot: BTX halted o [2003/12/03] kern/59912 bms mremap() implementation lacking o [2003/12/04] kern/59945 [nullfs] [patch] nullfs bug: reboot after o [2003/12/04] i386/59959 machine can not reboot itself with Mylex o [2003/12/05] gnu/59971 peter assertion "strncmp (repository, current_p o [2003/12/08] i386/60050 Toshiba/3Com 3CXM056-BNW: Open Causes Int s [2003/12/09] ports/60083 phantom Unsafe use of getaddrinfo in jvm 1.4.2-p5 f [2003/12/11] kern/60131 usb [usb] Page fault on disconnect of USB dev f [2003/12/11] kern/60153 Kernel no longer boots due to lost interr o [2003/12/11] kern/60154 ipfw ipfw core (crash) o [2003/12/11] ports/60161 trevor Linux emulator (linux_base-8-8.0_3) doesn o [2003/12/14] i386/60226 [patch] ichsmb driver doesn't detects SMB o [2003/12/14] kern/60235 phk some /dev-entries missing for newly auto- o [2003/12/15] ports/60245 knu new lang/ruby16-shim-ruby18 bug in includ a [2003/12/15] kern/60247 le mutex problems in geom_io s [2003/12/15] kern/60276 usb [usb] Kernel panic when plugging in USB ( f [2003/12/17] i386/60317 acpi FreeBSD 5.2rc1 doesn't boot with ACPI ena o [2003/12/17] i386/60328 panic: installing 5.1, 5.2RC and 5-CURREN o [2003/12/17] i386/60344 i386 [boot] Intel ICH5 SATA RAID boot problems o [2003/12/18] bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS instal o [2003/12/19] bin/60385 vmstat/iostat/top all fail to report CPU o [2003/12/21] bin/60477 deischen need thread safe gethostent() and getserv o [2003/12/21] bin/60478 deischen getaddrinfo not thread safe o [2003/12/23] kern/60526 Post-PAE stable SMP machine freezes o [2003/12/26] kern/60598 scsi wire down of scsi devices conflicts with o [2003/12/27] i386/60603 i386 dd causes error when copying cd from ATA o [2003/12/27] i386/60633 i386 [hang] SIS motherboard with the SIS 5591 o [2003/12/27] i386/60641 i386 Sporadic SCSI bus resets with 53C810 unde o [2003/12/28] i386/60646 VIA C3 system hangs on reboot o [2003/12/29] docs/60679 doc pthreads documentation does not describe o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] kern/60685 Intel 82559 NICs don't work in 4.9 o [2003/12/29] i386/60690 i386 atapicd driver causes spontaneous uncondi p [2004/01/03] kern/60856 bms [patch] panic: at tcp_output(), with TCPD o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op o [2004/01/08] i386/61063 i386 [ata] ata hangs in smp system o [2004/01/09] kern/61108 kensmith Port linux_base-8-8.0_3: bash ls -l cause o [2004/01/09] kern/61129 thomas atapicam / UDMA cdrom loop o [2004/01/10] bin/61152 qa [sysinstall] installer refuses to mount U a [2004/01/10] kern/61165 scsi [panic] kernel page fault after calling c f [2004/01/11] kern/61191 usb [usb] panic: USB vs. Serial problems f [2004/01/12] kern/61228 panic: 4.9-RELEASE install floppy panic ( o [2004/01/12] i386/61253 i386 [panic] page fault on installation freebs o [2004/01/13] i386/61303 i386 5.2-REL hangs during boot with 3-port pyr o [2004/01/13] i386/61326 i386 Reboot while booting from 5.2-RELEASE CD o [2004/01/14] i386/61342 i386 [hang] CD-based installation crashes [4.9 o [2004/01/14] bin/61355 login(1) does not restore terminal owners o [2004/01/14] kern/61358 phk boot freezes while ATA GEOM slice detecti o [2004/01/15] kern/61390 [hang] Machine freeze when creating gif i o [2004/01/16] kern/61404 andre RFC1323 timestamps with HZ > 1000 f [2004/01/16] java/61407 phantom jdk14 port aborts making html32dtd f [2004/01/17] kern/61483 [jail] Jail security is not honored using o [2004/01/17] bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x f [2004/01/18] kern/61509 panic: unknown fatal double fault o [2004/01/18] kern/61544 ip6fw breakage on (at least) sparc64 o [2004/01/19] bin/61587 qa [patch] [sysinstall] installation problem o [2004/01/20] docs/61605 doc Improve documentation for i386 disk geome o [2004/01/20] kern/61627 usb [usb] [patch] New USB printer not support o [2004/01/20] i386/61646 i386 [workaround] Strange irq20 weirdness caus o [2004/01/21] bin/61658 qa [sysinstall] 5.2R error "Add of package q o [2004/01/21] kern/61669 [twe] writing to 3ware escalade spends 90 f [2004/01/21] kern/61686 FreeBSD 5.2-RELEASE crashes when ACPI is o [2004/01/22] bin/61701 Segmentation fault on OPIE when sequence o [2004/01/22] i386/61709 i386 [panic] 5.2-REL i386 Crashes hard; panics o [2004/01/22] bin/61716 mckusick newfs: code and manpage are out of sync o [2004/01/22] kern/61733 imp panic: resource_list_release: resource en o [2004/01/22] kern/61746 [boot] system locks up on boot if both ap o [2004/01/23] kern/61774 [nis] nis security issue o [2004/01/24] bin/61811 qa [sysinstall] 5.2 release no resolv.conf c p [2004/01/24] i386/61852 alc i386 pmap SMP race condition can cause lo o [2004/01/25] i386/61890 i386 [fdisk] FDisk uses incorrect calculations f [2004/01/25] i386/61907 5.2 hangs when booting with cbb in kernel o [2004/01/26] bin/61937 qa [sysinstall] cannot install 5.2-REL via s o [2004/01/26] alpha/61940 alpha Can't disklabel new disk from FreeBSD/alp a [2004/01/26] kern/61960 sos [Patch] BigDrive support for PC-98 archit o [2004/01/26] i386/61970 [panic] on boot, 5.1/5.2 (but not 5.0), S o [2004/01/27] alpha/61973 alpha Machine Check on boot-up of AlphaServer 2 o [2004/01/28] bin/62040 pkg_add(1) won't run because the ELF dyna o [2004/01/29] bin/62058 burncd doesn't work with Creative RW8438E f [2004/01/30] kern/62088 usb [usb] Logitech Cordless/Optical Mouse not o [2004/01/30] kern/62091 [hang] Random Lockups on Boot (Timecounte f [2004/01/30] kern/62123 usb [usb] LaCie 160GB USB drive umass: BBB re o [2004/02/01] ports/62213 trevor Cannot install any emulators/linux_base o [2004/02/01] kern/62216 perl syswrite not writing the buffer unde o [2004/02/01] ports/62217 knu dns/idnkit: runidn does nothing o [2004/02/01] kern/62228 le [vinum] Kernel improperly identifies part f [2004/02/02] i386/62248 i386 [boot] 5.2 current hangs on boot o [2004/02/02] bin/62255 peter 2003-12-18: Stable CVS Version 1.11.11 Re a [2004/02/02] kern/62278 iedowse [nfs] NFS server may not set eof flag whe o [2004/02/02] i386/62280 i386 em0 broken after resume in 5.2-CURRENT o [2004/02/02] kern/62284 panic: GENERIC panics on FreeBSD 5.X imme o [2004/02/03] amd64/62295 obrien ipsec failure on 5.2.1-RC amd64 o [2004/02/03] kern/62309 jmg panic: ugen driver o [2004/02/05] bin/62367 qa [sysinstall] 5.2.1-RC installation proble o [2004/02/05] kern/62374 darrenr panic: free: multiple frees o [2004/02/05] bin/62375 qa [sysinstall] sysinstall core dump o [2004/02/06] conf/62417 luigi diskless op script failed o [2004/02/06] kern/62438 [patch] viapm patch for VT8235 o [2004/02/07] kern/62468 panic: system crashes when serial getty e o [2004/02/08] kern/62502 [modules] panic under double loading vinu o [2004/02/08] kern/62519 sound [sound] Intel ICH4 (82801DB) sound card d o [2004/02/09] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/10] kern/62658 [boot] loader/kernel answer to `boot -a' o [2004/02/12] amd64/62753 obrien txp(4) panics on amd4 o [2004/02/13] kern/62762 trhodes [msdosfs] Fsync for msdos fs does not syn o [2004/02/13] i386/62807 i386 4.9 SMP does not work with Compaq Smart o [2004/02/14] kern/62824 [panic] softdep_setup_inomapdep: found in o [2004/02/14] bin/62833 qa [sysinstall] can't install: integer divid o [2004/02/15] kern/62864 cognet Machine not reboot. o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se a [2004/02/16] kern/62906 peadar [patch] AGP misconfigures i845G chipset, o [2004/02/16] gnu/62937 Compilation of base src Perl with static o [2004/02/18] kern/63040 panic: kernel panic (sf_buff_alloc) f [2004/02/23] i386/63251 usb [usb] USB stops working after 2nd APM sus o [2004/02/24] i386/63305 i386 reading udf filesystem on dvd+rw leads to o [2004/02/25] kern/63343 [boot] manual root filesystem specificati o [2004/02/25] i386/63356 [fdisk] new installation fails on HP Prol o [2004/02/25] kern/63360 [panic] page fault in ath kernel module i o [2004/02/26] bin/63391 Burncd DAO fails on some CD recorders o [2004/02/26] ports/63409 phantom jdk-1.4.2p6_3 plugin crashes Mozilla-1.6_ o [2004/02/27] i386/63430 i386 [ata] TIMEOUT - ATA READ o [2004/02/27] kern/63431 [rtc] motherboard going to suspend mode s o [2004/02/27] i386/63441 i386 [panic] fatal trap 12 in pmap.c [4.9 with o [2004/02/27] i386/63449 [boot] FreeBSD 5.2 and 5.2.1 releases won o [2004/02/27] i386/63467 i386 [ata] Sil 3114: RAID not detected using S o [2004/02/28] bin/63489 top, finger segfault when using NIS group o [2004/02/29] bin/63535 getpwent segfaults when NIS groups used b o [2004/02/29] kern/63557 thomas ATAPICAM broken in 5.2-CURRENT (REQUEST_S f [2004/03/01] kern/63621 usb [usb] USB MemoryStick Reader stalls/crash o [2004/03/02] kern/63629 thomas mounting atapicam volume through cd0c cau p [2004/03/02] kern/63662 [nullfs] using read-only NULLFS leads to f [2004/03/02] kern/63666 acpi [acpi] Network card 3c575B do not work af o [2004/03/03] ports/63670 perl lang/perl5.8: 'Unable to read from thread o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/03] kern/63724 ipfw IPFW2 Queues dont t work o [2004/03/04] i386/63731 [boot] PATA to SATA converter on Promise o [2004/03/06] i386/63828 i386 [hang] when installing Release 5.2.1 (i38 o [2004/03/06] www/63854 www PR-web page loses text o [2004/03/07] i386/63871 i386 [panic] kernel panic in swi8 after 1 hour o [2004/03/09] i386/63992 i386 [hang] XFree86 4.3 hangs on IBM ThinkPad o [2004/03/09] i386/64002 acpi acpi problem p [2004/03/11] kern/64091 peadar [nfs] nfs data corruption at end of file o [2004/03/12] kern/64151 [jail] jailer can't control all jail proc o [2004/03/12] i386/64158 5.2.1-RELEASE CD won't boot on acer Trave p [2004/03/12] kern/64169 linux binaries dump core on exit o [2004/03/12] i386/64183 i386 5.1-RELEASE Install hung at "Probing devi o [2004/03/13] ports/64191 ume security/cyrus-sasl2 Makefile doesn't obe o [2004/03/13] kern/64196 [patch] remove the arbitrary MAXSHELLCMDL o [2004/03/13] gnu/64231 libstdc++ on FreeBSD 5.2+ is non-usable i f [2004/03/14] kern/64250 panic: 5.2.1 kernel panics on ifconfig wh f [2004/03/15] ports/64305 jedgar dbf2mysql -q option broken with mysql323- s [2004/03/15] kern/64313 threads FreeBSD (OpenBSD) pthread implicit set/un o [2004/03/17] kern/64363 [panic] ffs_blkfree: freeing free block [ o [2004/03/18] kern/64406 panic: ffs_clusteralloc: map mismatch o [2004/03/19] bin/64445 peter "ypwhich -m" map enumeration is broken o [2004/03/19] i386/64450 i386 Lucent Technologies WaveLAN/IEEE (PCI) fr p [2004/03/22] kern/64573 alc mmap with PROT_NONE, but still could be r o [2004/03/22] kern/64594 [rl] 5.2-CURRENT: driver 'rl' (RealTek 81 o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq f [2004/03/25] kern/64694 ipfw [ipfw] UID/GID matching in ipfw non-funct o [2004/03/25] i386/64697 i386 5.2.x BTX loader halts with Promise FastT o [2004/03/25] i386/64716 i386 [nis] mv crashes FreeBSD 5.2.1-p3 o [2004/03/25] bin/64720 tail will not ctrl c o [2004/03/25] i386/64727 i386 [boot] cannot find disk on asus p4s533mx o [2004/03/26] bin/64738 [sendmail] SO_REUSEADDR doesn't seem to w a [2004/03/27] kern/64816 peadar [nfs] mmap and/or ftruncate does not work o [2004/03/28] kern/64826 [panic] with IPv6 on 4-STABLE after FreeB f [2004/03/28] kern/64831 tackerman [hang] Multiple em devices force system l o [2004/03/29] kern/64879 sound [sound] [hang] 4.9 freezes when I try to o [2004/03/29] kern/64903 [modules] panic: multiple kldload of a mo o [2004/03/31] ports/64963 tobez Perl 5.8: make package deletes installed o [2004/03/31] bin/64990 /bin/sh unable to change directory but cu o [2004/04/02] java/65054 glewis Diablo 1.3.1 JVM runs out of file descrip o [2004/04/02] i386/65072 hang on reboot not syncing drives on ibm o [2004/04/03] ports/65128 cy security/aide port fails with SIGBUS ever o [2004/04/03] i386/65137 i386 [boot] 5.2.1 Intall Boot from floppies pa f [2004/04/05] kern/65212 [hang] running startx hangs the system (a o [2004/04/05] bin/65223 fsck of 5.2 makes UFS1 inconsistent for 4 o [2004/04/07] kern/65282 [panic] Trap 12 kernel panic upon boot du f [2004/04/07] kern/65292 usb [panic] random page faults (usb-related?) o [2004/04/07] kern/65300 [udf] Can't use sendfile(2) to download f f [2004/04/10] bin/65410 [sysinstall] choosing installation media: o [2004/04/11] kern/65428 panic: uscanner(4)-related repeatable ker f [2004/04/11] kern/65446 panic: kernel crash with 4.10-BETA GENERI o [2004/04/12] i386/65457 BTX Halted when trying boot after success o [2004/04/14] i386/65523 i386 [patch] PXE loader malfunction in multipl o [2004/04/14] bin/65546 qa [sysinstall] 4.10-BETA fails to install f o [2004/04/15] ports/65579 knu japanese/ruby-mecab segmentation fault on o [2004/04/16] kern/65616 bms IPSEC can't detunnel GRE packets after re o [2004/04/16] gnu/65641 Use of llabs() in C++ fails as ambiguous o [2004/04/17] i386/65648 imp cardbus("TI1131") won't work on Dell Lati o [2004/04/17] kern/65658 panic: kernel panic on i386 5.2.1 release o [2004/04/18] kern/65702 panic: kernel panic on i386 5.2.1 with nv o [2004/04/19] bin/65774 qa [sysinstall] cannot run repair disk when o [2004/04/19] i386/65775 i386 [panic] Transmeta crusoe without longrun s [2004/04/20] kern/65817 panic: kernel panic with GENERIC 5.2.1 an f [2004/04/22] gnu/65869 cvs generates invalid cvs command lines f [2004/04/22] i386/65896 i386 [panic] 5.2-RELEASE re(4) driver, kernel o [2004/04/22] ports/65900 perl (non-maintainer) IGNORE p5-ExtUtils-MakeM o [2004/04/22] kern/65901 [smbfs] smbfs fails fsx write/truncate-do a [2004/04/23] ports/65906 phantom Compile of JDK-1.4 under FBSD-5.2.1 fails o [2004/04/23] kern/65920 [nwfs] Mounted Netware filesystem behaves f [2004/04/23] kern/65923 panic: 5.2.1 with SD-Sil680-RAID card f [2004/04/25] i386/65954 i386 [panic] Sil0680 panic [5.2.1-p5] o [2004/04/26] kern/66004 [panic] kernel panic on access to /dev/ul o [2004/04/27] kern/66025 panic: kernel panic in pagedaemon with vm o [2004/04/27] kern/66029 [patch] MD5 alignment problem on a TriMed o [2004/04/27] bin/66036 restore crashes (reproducable, core file s [2004/04/29] kern/66066 [unionfs] panic: ufs_direnter: compact2 o [2004/04/29] i386/66087 i386 [install] hang at PCI config [5.2.1] o [2004/04/30] bin/66103 macro HISADDR is not sticky in filters o [2004/05/01] i386/66133 i386 [boot] nvidia motherboard installer locks o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/05/01] kern/66152 [unionfs] laying unionfs over another uni p [2004/05/02] bin/66156 smkelly rpcgen generates a CPP macro that won't c o [2004/05/02] kern/66162 phk gbde destroy error o [2004/05/04] bin/66242 endless loop in sh(1) o [2004/05/05] kern/66270 mckusick [hang] dump causes machine freeze o [2004/05/05] kern/66290 imp pccard initialization fails with "bad Vcc o [2004/05/06] i386/66306 i386 pnpbios_identify() queries for more devic f [2004/05/06] i386/66339 i386 [hang] XFree86 initialization with an Lap a [2004/05/07] kern/66348 rik FR mode of cx (Cronyx Sigma) does not wor o [2004/05/07] i386/66350 i386 [sysinstall] sysinstall creates a partiti o [2004/05/07] i386/66368 i386 [install] 4.9 install fails with MODE_SEN o [2004/05/11] bin/66523 atacontrol allows to detach a channel in o [2004/05/13] kern/66611 [nfs] Crashing NFS servers (with workarou a [2004/05/14] kern/66634 tackerman hard lock with em driver o [2004/05/18] kern/66786 [nfs] panic: exporting msdosfs causes nfs o [2004/05/18] conf/66791 Old dev.db leads to the wrong program beh o [2004/05/18] kern/66829 [unionfs] mounting fdesc union on /dev pa o [2004/05/18] bin/66830 chsh/ypchsh do not change user informatio o [2004/05/19] kern/66848 imp cardbus power support breaks cardbus supp o [2004/05/19] i386/66876 i386 [patch] Cannot extract tar(1) multi-volum o [2004/05/20] bin/66950 qa [sysinstall] upgrading to 4.10-RC3: packa o [2004/05/20] kern/66960 [patch] filesystems not unmounted during o [2004/05/21] bin/66984 [2TB] [patch] teach sysinstall about larg o [2004/05/22] i386/67047 i386 mpt driver does not recognize messages fr o [2004/05/22] i386/67050 imp CardBus (PCI ?) resource allocation probl o [2004/05/25] bin/67167 FreeBSDs ftpd has problems under -CURRENT o [2004/05/27] i386/67273 acpi [hang] system hangs with acpi and Xfree o [2004/05/28] kern/67301 panic: uftdi, RTS and system panic o [2004/05/29] kern/67326 [msdosfs] crash after attempt to mount wr o [2004/05/29] conf/67328 Usermode PPP hangs on boot when NIS confi f [2004/06/01] kern/67455 [patch] EHCI controller is being programm o [2004/06/01] i386/67469 i386 src/lib/msun/i387/s_tan.S gives incorrect p [2004/06/03] kern/67546 [2TB] Coredumps > 2Gb do not work (on 64b o [2004/06/06] ports/67625 trevor Linux_base fails to install f [2004/06/06] alpha/67626 alpha X crashes an alpha machine, resulting reb o [2004/06/07] i386/67688 i386 5.2.1 initial floppy boot fails with Fata p [2004/06/09] i386/67760 jhb [PATCH] Getting AGP/DRM working for VIA K f [2004/06/09] kern/67769 Fxtv 1.03 cause the Desk top (KDE) to Fre o [2004/06/10] kern/67794 panic: ffs panic during high filesystem a o [2004/06/11] i386/67833 i386 [boot] 4.10 does not boot after enabling o [2004/06/14] kern/67919 imagemagicks convert image to movie conve f [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/16] bin/67995 Morse plays beeps 10 times faster than it p [2004/06/16] kern/68013 jeff tp->snd_wl1 & snd_wl2 are not updated in o [2004/06/17] bin/68047 [sysinstall] unattended install of FreeBS o [2004/06/18] kern/68076 [modules] Page fault when the sequence "k o [2004/06/19] i386/68103 [panic] ASUS P4P8X mb at ffs/ffs_softdep. o [2004/06/20] kern/68131 emulation java/linux-ibm-jdk14: linux ibm jdk 1.4.1 o [2004/06/20] i386/68149 FreeBSD 4.10 installation blocking on ASU o [2004/06/24] ports/68260 markm [PATCH] Removal of -lcompat from freebsd- o [2004/06/24] i386/68277 [kbd] Compact Evo N610c (Laptop): Using e s [2004/06/24] i386/68286 IBM PCNet Ethernet (AMD chip) seen as Tri o [2004/06/25] kern/68324 panic: Duplicate free of item 0xc3121908 o [2004/06/25] kern/68325 panic: _mtx_lock_sleep: recursed on non-r f [2004/06/25] ports/68341 clsung xsysinfo memory leak o [2004/06/26] kern/68351 bge0 watchdog timeout on 5.2.1 and -curre o [2004/06/26] ports/68396 sumikawa Racoon racoon-20040617a Interoperability o [2004/06/27] i386/68411 i386 VMware Virtual Machine - Network Fails Du o [2004/06/28] i386/68438 i386 bootloader cannot read from icp vortex ar o [2004/06/28] kern/68442 [panic] acquiring duplicate lock of same f [2004/06/28] kern/68445 dwhite [bge] bge autonegotiation broken o [2004/06/29] i386/68486 [video] logo screensaver kills compaq ML3 o [2004/07/01] kern/68546 [ata] system seems to hang during stress o [2004/07/01] i386/68554 i386 [hang] system freeze on Compaq Evo 600c [ o [2004/07/02] kern/68576 rwatson UFS2 snapshot files can be mounted read-w o [2004/07/06] bin/68727 marcel gdb coredumps after recent CURRENT upgrad o [2004/07/10] kern/68889 rwatson [panic] m_copym, length > size of mbuf ch o [2004/07/10] i386/68899 i386 Problems reading and writing DVD-RAM disc f [2004/07/11] i386/68900 jhb 5.x install CDs fail to boot on Toshiba S f [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/13] kern/68978 [crash] firewire crashes with failing har o [2004/07/13] kern/68987 panic: kmem_malloc(163840): kmem_map too o [2004/07/13] kern/69006 usb [patch] Apple Cinema Display hangs USB po o [2004/07/13] kern/69019 [if_wi] wlan stalling after 2-3 hrs of mo o [2004/07/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/14] kern/69058 panic: kernel reads unmapped memory while o [2004/07/14] kern/69066 panic: nmdm page fault when slattach on a o [2004/07/15] kern/69092 [rl] kernel: rl0: watchdog timeout o [2004/07/15] kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when o [2004/07/16] kern/69141 panic: softdep_lock [5.2.1-RELEASE, SMP] o [2004/07/16] kern/69158 [if_an] Cisco MPI350 wireless card proble o [2004/07/18] i386/69218 simokawa [boot] failure: 4.10-BETA and later do no o [2004/07/19] i386/69260 i386 [install] Problem starting the installati o [2004/07/19] i386/69281 i386 init dies when MAXSSIZ, MAXDSIZ, and DFLD a [2004/07/20] ports/69322 vs ghostscript-afpl (8.14_5.1) fails if I tr o [2004/07/26] kern/69607 [crash] system crashes in if_tap module [ o [2004/07/26] kern/69612 [panic] 4.10-STABLE crashes everyday: pag o [2004/07/26] kern/69629 panic: Assertion td->td_turnstile o [2004/07/27] kern/69663 ddb's panic comand can not dump o [2004/07/28] amd64/69704 amd64 ext2/ext3 unstable in amd64 o [2004/07/28] amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o [2004/07/28] bin/69723 sysinstall: allow to continue from packag o [2004/08/03] bin/69942 [sysinstall] sysinstall changes /etc/rc.c f [2004/08/03] i386/69945 i386 "Page fault" while shutting down on VIA K s [2004/08/03] kern/69953 anholt VIA agp: System reboots on startx with DR o [2004/08/05] i386/70028 i386 umass isuue in the boot prcess on SONY La o [2004/08/07] bin/70147 [PATCH] Globbing bug in /bin/sh f [2004/08/07] kern/70148 [panic] Kernel Panic 5.2.1-R and -CURRENT o [2004/08/11] ports/70309 sumikawa [patch] racoon disrupt manually-keyed IPS o [2004/08/11] i386/70330 i386 Re-Open 33262? - gdb does not handle pend o [2004/08/12] kern/70360 [twe] Random lock-ups with 3ware RAID 5 u o [2004/08/13] i386/70386 i386 IBM x345 Freezes Randomly o [2004/08/15] i386/70482 i386 Array adapter problems o [2004/08/16] i386/70525 i386 [boot] boot0cfg: -o packet not effective o [2004/08/16] i386/70531 i386 [patch] boot0 hides Lilo in extended slic o [2004/08/17] kern/70587 [patch] NULL pointer dereference in vm_pa o [2004/08/18] bin/70600 [fsck] fsck throws files away when it can o [2004/08/18] docs/70616 brd [patch] incompleteness and error in su(1) o [2004/08/19] kern/70649 [rtc] system clock slows down when heavil o [2004/08/19] i386/70663 i386 Freebsd 4.10 ncplogin + Netware 4.11 = nw f [2004/08/20] ports/70695 hrs teTeX (port source print/teTeX) ends with o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel o [2004/08/21] kern/70753 [boot] Device for firewire hard disk not o [2004/08/21] bin/70803 truss wedges if child exits at the wrong f [2004/08/21] i386/70805 i386 [apm] page fault early during boot with a o [2004/08/22] kern/70809 panic: ufs_direnter: compact1 o [2004/08/25] i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, f [2004/08/25] kern/70931 panic: page fault at end of boot on Athlo o [2004/08/26] conf/70973 [patch] script 800.loginfail does not rep o [2004/08/26] bin/70974 [rpc] SIGSEGV in rpc.lockd o [2004/08/26] threads/70975threads unexpected and unreliable behaviour when o [2004/08/26] i386/71000 i386 [boot] BTX halted when booting from CD on o [2004/08/27] i386/71035 [kbd] SMP boot hangs in bus_space_write_1 o [2004/08/27] i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E a [2004/08/28] kern/71073 andre [vlan] a media ioctl to vlan(4) causes pa o [2004/08/28] kern/71086 [panic] in vm_page_remove() (referencing o [2004/08/28] i386/71087 i386 [hang] 5.3-beta(2-5) fail to install on e o [2004/08/29] kern/71109 alc [patch] Possible race conditions in pmap. o [2004/08/30] kern/71131 [panic] profile.sh causes bfe to panic o [2004/08/30] i386/71144 i386 FBSD5.3b2 doesn't boot on a Compaq Armada o [2004/08/30] bin/71147 sshd(8) will allow to log into a locked a o [2004/08/30] kern/71155 usb [usb] misbehaving usb-printer hangs proce o [2004/08/30] i386/71158 i386 pci bus number 3 devices are missing on l o [2004/08/30] gnu/71160 gdb gets confused about active frame o [2004/08/31] i386/71190 i386 Dead thinkpad R31 after installing 5.2.1 o [2004/08/31] kern/71198 Lack of PUC device in GENERIC kernel caus o [2004/08/31] i386/71208 i386 Intel EtherExpress not working o [2004/09/02] bin/71290 [PATCH] passwd cannot change passwords ot o [2004/09/02] kern/71310 jeff [panic] kernel crash on rtprio pid priori o [2004/09/03] bin/71323 qa [sysinstall] FTP download from floppy boo o [2004/09/04] kern/71354 brooks [kbd] USB Keyboard bumped by non-existent f [2004/09/04] kern/71357 le [vinum] Panic when starting vinum at boot p [2004/09/05] kern/71388 rwatson [panic] due mac_policy_list_conditional_b o [2004/09/05] kern/71391 [nfs] [panic] md via NFS file + mount -t o [2004/09/05] i386/71392 i386 5.3-Beta[2-5] crash after final sync when o [2004/09/05] kern/71394 [boot] unable to mount troot device in bo o [2004/09/05] kern/71402 rwatson panic with lomac o [2004/09/06] kern/71421 [hang] filesystem operations lockups [SCH o [2004/09/06] i386/71428 i386 DMA does not work on VIA 82C586 [4.10] o [2004/09/07] kern/71443 brooks [kbd] usb keyboard not detected on 5.3 o [2004/09/07] i386/71470 i386 [hang] Asus P4P800-E Promise 20378 RAID 1 o [2004/09/07] amd64/71471 amd64 Can not install 5.3beta3/amd64 on IBM eSe o [2004/09/07] ports/71475 ports-bugs ACID (snort DB) detects versions incorrec o [2004/09/08] kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] o [2004/09/08] ports/71479 girgen mod_jk2-apache2 - various issues o [2004/09/10] kern/71547 anholt R200 (8500) hang on startx (nforce2) a [2004/09/10] kern/71568 brooks [kbd] [patch] unable to install FreeBSD u o [2004/09/11] bin/71594 [patch] pkg_install (sign) - variables ma o [2004/09/11] bin/71602 [PATCH] uninitialized "len" used instead o [2004/09/11] bin/71603 "systat -v" enters infinite loop o [2004/09/12] kern/71638 anholt Radeon 9200 SE with Xorg 6.7 and DRI 5.0. o [2004/09/12] i386/71641 i386 5.3-BETA3: wi0 hangs during kernel load f [2004/09/12] amd64/71644 amd64 5.3-BETA4 crash when heavy load o [2004/09/12] bin/71651 [PATCH] cron may attept to close unopened o [2004/09/12] kern/71677 rwatson MAC Biba / IPFW panic f [2004/09/13] ports/71692 daichi portupgrade fails to find packages in por f [2004/09/13] kern/71695 brooks [hang] ifconfig hanging box o [2004/09/14] threads/71725threads Mysql Crashes frequently giving Sock Erro o [2004/09/14] sparc64/71729sparc64 printf in kernel thread causes panic on S f [2004/09/15] kern/71755 le [vinum] vinum bootstrapping problem o [2004/09/15] kern/71771 Hang during heavy load with amr raid cont o [2004/09/15] kern/71778 scsi 5.3 BETA3 doesnt see Adaptec 2015S FW Rev o [2004/09/16] kern/71785 anholt panics in X (Xorg and XFree86) with ATI c f [2004/09/16] bin/71786 [patch] adduser breaks if /sbin/nologin i f [2004/09/16] kern/71791 Fatal trap 12: page fault while in kernel o [2004/09/16] kern/71792 [patch] Wrong/missing 'goto' target label o [2004/09/17] kern/71827 jeff [panic] Running java applications causes o [2004/09/19] kern/71910 andre [patch] ipfw forward does not work [5.3-B o [2004/09/19] kern/71918 4.5 disklabel gets damaged when mounted b f [2004/09/20] ports/71934 andreas Apsfilter (or lpr) operates erratically o [2004/09/22] kern/71999 recurring panic in 4.10: ata_dmasetup: tr o [2004/09/22] i386/72004 i386 [boot] FreeBSD 5.2.1 install hangs with e o [2004/09/22] kern/72007 [panic] clist reservation botch [4.10] o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/09/23] kern/72022 packet loss on loopback interface [5.3-BE o [2004/09/23] kern/72041 [hang] Deadlock when disk is destroyed wh o [2004/09/24] i386/72065 i386 4.x and 5.2.1 doesn't recognize PCnet/ISA o [2004/09/26] i386/72112 sound [sound] sound problems with builtin sound o [2004/09/27] ports/72122 mharo sudo 1.6.8p1 with pam-krb5 authentication o [2004/09/27] kern/72130 Promise Fastrack sx4000 boot problem f [2004/09/27] kern/72131 le panic when starting vinum on system boot o [2004/09/28] ports/72149 nectar [PATCH] heimdal with LDAP backend - bad s o [2004/09/28] java/72151 phantom JVM crash on 5.2.1-R o [2004/09/29] kern/72163 ACPI Panics on boot with 5.3-BETA-3 and u o [2004/09/29] bin/72177 [patch] camcontrol's getdevtree fails o [2004/09/30] gnu/72200 bzXgrep fails to detect that its matcher o [2004/09/30] kern/72208 panic: bio_completed can't be greater tha o [2004/09/30] kern/72210 andre ipnat problem with IP Fastforward enable o [2004/09/30] kern/72211 Cannot boot 5.3-BETA6 with both SCSI and o [2004/09/30] i386/72215 i386 with acpi enabled network card will not w f [2004/10/01] kern/72223 wpaul ndis crashes kernel [5.3-BETA6] o [2004/10/03] kern/72278 Installworld crashes machine [5.3-BETA7] o [2004/10/03] docs/72285 doc GCC manuals are out of sync o [2004/10/04] kern/72305 boot hangs after discovering disks when a o [2004/10/04] i386/72334 i386 7) i386|[boot] FreeBSD 5.3 Beta6 and Beta o [2004/10/05] i386/72343 i386 Suspend resets system on Inspiron 5160. o [2004/10/05] threads/72353threads Assertion fails in /usr/src/lib/libpthrea o [2004/10/06] bin/72370 obrien awk in -current dumps core o [2004/10/06] kern/72372 anholt radeon 9200se atlantis dri hangs X (nforc o [2004/10/06] kern/72376 acpi is mutually exclusive with snd_mss o o [2004/10/06] i386/72378 i386 NFS hangs in 5.3-BETA7 [3Com gbit card] o [2004/10/06] kern/72396 [patch] Incorrect network accounting with o [2004/10/07] i386/72416 i386 FreeBSD 5.3-BETA7: The alternate systemcl f [2004/10/07] kern/72423 wpaul Loading if_ndis for Intel Wireless 2200BG o [2004/10/07] kern/72424 panic: ffs_blkfree: freeing free block in o [2004/10/07] threads/72429threads threads blocked in stdio (fgets, etc) are o [2004/10/08] i386/72439 sound [sound] Sound not functioning for VIA_823 o [2004/10/08] i386/72441 i386 HP Proliant DL380 hangs on reboot with 5. o [2004/10/09] i386/72456 i386 5.xx Releases Do Not Identify ATA when 4. o [2004/10/09] kern/72466 brooks [kbd] USB keyboard does not respond in si o [2004/10/10] kern/72490 Panic mounting cdrom with RWCombo Abort trap (core dumped) o [2004/11/04] kern/73538 problem with the Broadcom BCM5788 Gigabit o [2004/11/06] bin/73617 qa [sysinstall] fdisk editor unmarks active o [2004/11/07] amd64/73650 amd64 5.3-release panics on boot o [2004/11/07] bin/73651 Mergemaster on 4x -> 5.x pre-buildworld o [2004/11/08] i386/73658 i386 ed(4) can't get correct MAC address o [2004/11/08] i386/73666 i386 5.3 UDMA error WD1600 can't partition dri o [2004/11/09] i386/73706 jhb ATA_IDENTIFY timed out under FreeBSD 5.3 o [2004/11/09] kern/73719 rwatson Page fault in bpf_mtap () o [2004/11/09] kern/73740 [Panic] & [nfs(?)] 5-3-R#3 panic when acc o [2004/11/09] kern/73744 printing via cups causes "Interrupt storm o [2004/11/09] ports/73745 eik ports/databases/gnats4: gnatsd receives s o [2004/11/10] amd64/73775 amd64 Kernel panic (trap 12) when booting with o [2004/11/11] ports/73797 portmgr Be causious compiling with -O2 (use -fno- o [2004/11/11] kern/73830 le kernel panic when raid5 member disk is re o [2004/11/12] kern/73850 thomas atapicam and Zip drive causes reboots upo o [2004/11/12] kern/73852 firewire [patch] [firewire] Not htonl() but ntohl( o [2004/11/12] kern/73871 Intersil Prism wireless wi0 locks up, "bu o [2004/11/13] kern/73910 ipfw [ipfw] serious bug on forwarding of packe o [2004/11/14] i386/73934 i386 fdisk sees disk as empty s [2004/11/15] ports/73980 dinoex heimdal port conflicts with apache+mod_ss o [2004/11/16] i386/73987 sound Nforce2 MB sound problem o [2004/11/16] i386/74008 i386 IBM eServer x225 cannot boot any v5.x - e o [2004/11/16] kern/74012 FreeBSD 4.10 stops responding while playi o [2004/11/16] amd64/74014 amd64 5.3-RELEASE-AMD64 freezes on boot during o [2004/11/16] misc/74019 Not NOMAN requires NO_CXX in make.conf o [2004/11/17] bin/74043 [PATCH] sh trap builtin does not properly o [2004/11/17] i386/74044 i386 ServerWorks OSB4 SMBus interface does not o [2004/11/18] i386/74074 i386 hw.ata.wc=0 / but write cache still enabl f [2004/11/18] kern/74088 usb ohci ehci uhub: port disabled on connecti o [2004/11/19] kern/74104 ipfw ipfw2/1 conflict not detected or reported p [2004/11/19] kern/74105 rwatson IPX protocol support doesn't work o [2004/11/19] i386/74124 i386 ata0 failure on HP(Vectra) VL6/350 [intro o [2004/11/19] bin/74127 [patch] patch(1) may misapply hunks with o [2004/11/19] kern/74136 FreeBSD 5.3 does not see RAID 1 drive onl o [2004/11/20] kern/74171 [serial] Fatal trap 12: page fault while a [2004/11/21] gnu/74193 gcc 3.4 internal compiler error while com o [2004/11/21] i386/74217 i386 init died [Presario 2500] o [2004/11/22] kern/74230 periodic Fatal trap 12: page fault while o [2004/11/22] kern/74238 firewire [firewire] fw_rcv: unknown response; fire o [2004/11/22] kern/74242 phk Write to fifo with no reader fails in 6.0 p [2004/11/22] bin/74255 des sshd produces Zombies with UsePam and Pri o [2004/11/22] ports/74263 obrien [update] security/super f [2004/11/22] ports/74265 x11 XFree86 Version 4.4.0 with KDE 3.1 freeze o [2004/11/22] kern/74272 Interrupt storm detected on "irc10:atapci o [2004/11/23] ports/74278 mharo ftp/proftpd: Update mod_ldap to 2.8.14 (n o [2004/11/24] kern/74309 xterm -C and rxvt -C do not grab /dev/con o [2004/11/24] kern/74319 system reboots after few hours [5.3] [smp o [2004/11/25] kern/74386 phk [patch] Killing watchdogd does not shutdo o [2004/11/26] ports/74432 lawrance ohphone 1.4.1 crashes in 5.3 Stable o [2004/11/29] kern/74495 wi wlan driver device freeze (5.3-STABLE) o [2004/11/29] ports/74518 openoffice openoffice-1.1 build failure on 4-stable: o [2004/11/29] gnu/74531 gcc doesn't link correctly if -pg specifi o [2004/12/01] i386/74576 i386 FAILURE - ATA_IDENTIFY no interrupt o [2004/12/01] kern/74592 le removing a (probably nonexistent) plex/vo o [2004/12/01] i386/74601 i386 Cardbus fails after busdma_machdep.c upda o [2004/12/02] i386/74605 i386 5.3 networking impossibly slow on 32M p15 o [2004/12/02] kern/74607 scsi FreeBSD 5.3 install CD crashes on SCSI de o [2004/12/02] conf/74610 Hostname resolution failure causes firewa o [2004/12/02] ports/74622 girgen Apache2 + mod_jk2 - default socket timeou o [2004/12/02] kern/74627 scsi Adaptec 2940U2W Can't boot 5.3 o [2004/12/03] kern/74635 [panic] vlan over fxp driver IP assignmen o [2004/12/04] kern/74690 [patch] support for SanDisk 8-in-1 in uma s [2004/12/05] kern/74708 UMAPFS kernel panic o [2004/12/05] amd64/74747 amd64 System panic on shutdown when process wil o [2004/12/05] ports/74748 eik net/openldap22-sasl-server: slapd will no o [2004/12/06] ports/74760 java java/javavmwrapper messes up amavisd-new o [2004/12/06] kern/74771 mounting write-protected umass device as o [2004/12/06] kern/74778 ipsec passthrough / nat-t crash freebsd f o [2004/12/06] bin/74779 Background-fsck checks one filesystem twi o [2004/12/07] bin/74801 cpio -p --sparse creates truncated files o [2004/12/07] kern/74809 smbfs panic o [2004/12/07] i386/74816 i386 OS crash with kernel trap 12 in different o [2004/12/08] kern/74852 page fault: after a few days init causes s [2004/12/08] ports/74857 ports-bugs clamav socket problem a [2004/12/08] ports/74866 portmgr Update Mk/bsd.port.mk to support python p o [2004/12/08] kern/74877 Panic after halting the system - vrele: n o [2004/12/10] kern/74915 le vinum: kernel panic with dumpconfig while o [2004/12/10] i386/74923 i386 kernel panic with ncplist on 5.3-release a [2004/12/10] bin/74926 dds look(1) will silently ignore input from n o [2004/12/10] bin/74929 DES/BLF login.conf classes not working wi o [2004/12/11] kern/74935 andre [patch] TCP simultaneous open fails. o [2004/12/12] kern/74968 cdparanoia torture wedges CD-drive and PA o [2004/12/12] kern/74976 5.3-STABLE: vn_finished_write triggered p o [2004/12/12] i386/74988 i386 dma errors with large maxtor hard drives p [2004/12/13] kern/75014 rwatson When close ipx socket kernel panic o [2004/12/14] i386/75041 i386 Sk driver gets "Corrupt MAC on input" dur o [2004/12/14] ports/75048 seanc www/mod_backhand nsswitch problem : nss_d o [2004/12/15] kern/75099 OpenOffice makes the system freeze o [2004/12/15] kern/75122 [PATCH] Incorrect inflight bandwidth calc o [2004/12/16] kern/75157 Cannot print to /dev/lpt0 with HP Laserje o [2004/12/16] kern/75159 (SC|VGA)_NO_FONT_LOADING in kernel config o [2004/12/17] i386/75201 i386 nge driver causes FreeBSD 5.3-RELEASE and o [2004/12/18] amd64/75209 amd64 5.3-Release panics on attempted boot from o [2004/12/18] kern/75233 breaking fdformat /dev/fd0 resets device o [2004/12/19] kern/75249 [boot] 5.x install CD hangs on VirtualPC o [2004/12/19] kern/75250 gibbs timedout_scbs is not initialized with LIS o [2004/12/19] bin/75258 [patch] dd(1) has not async signal safe i o [2004/12/19] threads/75273threads FBSD 5.3 libpthread (KSE) bug o [2004/12/20] ports/75315 obrien the shells/bash2 port is broken on -CURRE f [2004/12/21] ports/75348 java Tomcat port overwrites server.xml config o [2004/12/21] kern/75368 initiate_write_inodeblock_ufs2() panic o [2004/12/21] threads/75374threads pthread_kill() ignores SA_SIGINFO flag o [2004/12/22] kern/75407 an0: no carrier after short time o [2004/12/23] ports/75416 ports-bugs x11-toolkits/xview broken from removal of o [2004/12/23] amd64/75417 amd64 ACPI: SATA Hard-disk o [2004/12/23] i386/75441 i386 fxp device timeout o [2004/12/25] kern/75482 simokawa bug in fwohci_pci.c causes cdrom installa f [2004/12/25] i386/75483 ipfw ipfw count does not count o [2004/12/26] kern/75510 panic: kmem_malloc(4096): kmem_map too sm o [2004/12/27] i386/75531 i386 Various DMA errors result in system panic o [2004/12/27] kern/75532 gibbs aic79xx.c has two incorrect references to o [2004/12/27] kern/75541 [patch] Forgotten tunables for sysvmsg mo p [2004/12/27] kern/75542 rwatson Inconsistent naming of a tunable and weir p [2004/12/30] ports/75645 trevor Fix errors in emulators/linux_base-8 for o [2004/12/30] ports/75646 trevor x11/linux-XFree86-libs: enable for amd64 o [2004/12/30] kern/75648 panic while loading usb.ko on 4.11-PRE o [2004/12/31] kern/75687 sound [patch] [sound] No sound on PC which is i o [2005/01/01] kern/75705 PANIC: da0 attach / Optio S4 o [2005/01/01] docs/75711 keramida opendir manpage o [2005/01/03] kern/75733 harti ATM driver problem. o [2005/01/03] ports/75748 edwin [patch] vmware3 install broken o [2005/01/03] kern/75755 kmem_malloc(45056): kmem_map too small: 3 o [2005/01/03] kern/75773 sysctl -a panic o [2005/01/04] kern/75780 [backtrace] [5.3R panic] panic: vm_page_f o [2005/01/04] kern/75794 tackerman em driver alignment problems o [2005/01/04] kern/75797 5.3-STABLE(2005 1/4) detect USB headset, o [2005/01/04] kern/75823 wi0 interface self-destructs after a coup o [2005/01/05] kern/75850 Reboot hangs when swap resides on disks t o [2005/01/06] kern/75875 acd0: FAILURE - READ_BIG ILLEGAL REQUEST o [2005/01/06] i386/75887 i386 with vt0.disabled=0 and PCVT in kernel vi o [2005/01/08] bin/75931 Got "bus error" on running certain apps o [2005/01/09] kern/75978 Linksys WPC11 ver 3 wifi card locks up 5 p [2005/01/09] bin/75980 expand(1) breaks tab columns in Japanese o [2005/01/10] kern/76023 xmms causes panic o [2005/01/10] ports/76029 mita misc/mgp-mode.el is already included in m o [2005/01/11] kern/76080 "bio_completed .. greater than bio_length f [2005/01/11] ports/76120 tobez coredump in perl 5.8.5 in malloc()-call f o [2005/01/12] kern/76126 [patch] [nfs] 4.11 client will send a NFS o [2005/01/12] bin/76134 fetch(1) doesn't like 401 errors with -A o [2005/01/12] amd64/76136 amd64 system halts before reboot f [2005/01/12] ports/76174 cy problem with ftp/sftp o [2005/01/13] usb/76204 usb panic while using usb attached modem o [2005/01/13] kern/76207 [patch] Null pointer dereference in xl_de o [2005/01/14] ports/76231 knu Existance of PHP5 installation breaks dev o [2005/01/14] kern/76237 le vinum panics on ufs_baddir, possible link o [2005/01/15] ports/76289 eik security/digest with sha256 output miss-m o [2005/01/17] amd64/76336 amd64 racoon/setkey -D cases instant "Fatal Tra o [2005/01/17] i386/76372 i386 cannot burn iso image disk2 of any releas o [2005/01/18] usb/76395 usb USB printer does not work, usbdevs says " o [2005/01/18] kern/76398 stdio can lose data in the presence of si o [2005/01/18] kern/76410 [patch] Null pointer dereference in net/b f [2005/01/18] ports/76434 ports-bugs sysutils/lcdproc coredumps when started w o [2005/01/19] kern/76464 mlaier PF, set loginterface & non existing inter o [2005/01/20] i386/76487 i386 Compiled GENERIC kernel (and non-GENERIC) o [2005/01/20] kern/76504 silby Keep-alives doesn't work on half-closed s o [2005/01/21] kern/76525 select() hangs on EOF from named pipe (FI o [2005/01/21] kern/76538 nfs-write on gbde partition stalls and co o [2005/01/21] usb/76554 usb Panram "yoyo" USB MP3 player causes panic o [2005/01/22] bin/76578 uniq truncates long lines to LINE_MAX o [2005/01/23] bin/76588 OpenSSL fails on loading keyfiles from BI o [2005/01/24] java/76631 java any port linux-*-jdk12 will core dump if o [2005/01/24] ports/76633 kwm Totem will not play DVDs> o [2005/01/25] ports/76644 emulation FreeBSD 5.3 will freeze or crash when run o [2005/01/25] ports/76658 clive font.properties actual font file cannot p o [2005/01/25] kern/76663 panic with FAST_IPSEC and IPv6 o [2005/01/25] i386/76666 i386 Booting and Sound are mutually exclusive o [2005/01/25] kern/76672 Problem with cardbus and vlans f [2005/01/25] usb/76684 usb Toshiba PDR-M4 camera connected via USB h o [2005/01/26] threads/76694threads fork cause hang in dup()/close() function f [2005/01/26] usb/76727 usb usb printing locks machine o [2005/01/27] i386/76737 i386 CardBus problem (cbb1: Could not map regi o [2005/01/28] kern/76780 re NIC driver update for D-Link DGE-528T o [2005/01/28] ports/76781 mharo [PATCH] mail/p5-Mail-IMAPClient: missing f [2005/01/28] i386/76785 i386 Installation Errors o [2005/01/28] kern/76792 le vinum not working with aac disk devices f [2005/01/30] ports/76838 edwin multimedia/pvr250 problems in 4.x with co f [2005/01/30] kern/76840 vs aureal-kmod locks the STABLE snapshot of f [2005/01/30] usb/76847 usb ukbd panics on boot o [2005/01/30] kern/76848 amr hangs o [2005/01/30] bin/76858 [PATCH] Bug in pkg_{info,delete} package o [2005/01/30] kern/76871 le vinum / does not find its second drive p [2005/01/31] kern/76890 glebius [patch] em driver does not send routing m o [2005/01/31] kern/76893 Fatal divide in booting processes with Bu o [2005/01/31] i386/76925 i386 standard pci-ide, install - "NO DISKS FOU o [2005/02/01] kern/76937 Page fault while in kernel mode under hea o [2005/02/01] i386/76944 i386 [patch] i386 bus_dmamap_create() bug o [2005/02/01] i386/76948 i386 Slow network with rl0 (rl0 driver problem o [2005/02/01] kern/76968 Failing to boot into machine o [2005/02/02] amd64/77011 amd64 consisten 5.3-p5 make crash on installwor o [2005/02/02] kern/77026 umount-ing non-existent device panics sys o [2005/02/03] bin/77067 /bin/sh premature termination when 'set - o [2005/02/03] kern/77074 RELENG_4 -> 5 regression regards msdosfs o [2005/02/04] amd64/77101 amd64 Please include ULi M1689 LAN, SATA, and A p [2005/02/04] kern/77111 glebius After pppd establishes connection, if "op o [2005/02/05] ports/77115 phantom jdk15 and amd64, ${ARCH} bug o [2005/02/06] i386/77154 i386 5.3 refuses to boot when IDE channel2 is o [2005/02/06] kern/77181 [patch] [newfs] newfs -g largevalue, mkdi o [2005/02/06] usb/77184 usb kernel panic on USB device disconnect o [2005/02/07] kern/77195 darrenr [patch] Ipfilter ioctl SIOCGNATL does not o [2005/02/09] kern/77289 system hangs while trying to unmount prev o [2005/02/09] usb/77294 usb ucom + ulpcom panic o [2005/02/09] i386/77325 dfr valgrind hangs at program completion, see o [2005/02/10] i386/77335 i386 Can not initial Ethernet Broadcom UDI PXE o [2005/02/10] kern/77337 Samba3+FAT32->Reboot o [2005/02/10] conf/77340 rc awk used in /etc/rc.d/nsswitch when not a o [2005/02/10] ports/77356 knu avr-libc 1.2.1 installs but does not ins p [2005/02/11] conf/77384 brooks /etc/rc.d/var uses commands from /usr/bin o [2005/02/12] sparc64/77417sparc64 [panic] with high usage of cpu when lan u o [2005/02/13] kern/77432 [PATCH] It is not possible to load nfs4cl o [2005/02/13] kern/77439 WAG511 NETGEAR pccard does not attach (De o [2005/02/13] i386/77443 i386 Can't access floppy - "/dev/fd0: Input/ou o [2005/02/13] bin/77455 [natd] fatal trap 19 in natd o [2005/02/13] kern/77463 [PATCH] Local DoS from user-space in NFS o [2005/02/14] ports/77488 knu devel/p5-String-Ediff seg faults o [2005/02/14] kern/77493 [named pipes] freebsd 5.3 + bash process o [2005/02/14] ports/77515 sobomax ZapTel crashes on some hardware o [2005/02/14] i386/77529 i386 installation of freebsd 5.3 in laptop an o [2005/02/15] ports/77574 nectar net/nss_ldap locks out when cd'ing to see o [2005/02/16] kern/77588 PREEMPTION problems in combination with e o [2005/02/16] usb/77604 usb Sluggish Logitch LX700 USB Mouse o [2005/02/17] amd64/77629 amd64 aMule hardlocks AMD64 system o [2005/02/17] kern/77631 [if_sis] sis network driver broken in 5.3 o [2005/02/17] i386/77643 i386 SATA PCI controllers fail with WRITE_DMA o [2005/02/17] bin/77651 init can loose shutdown related signals o [2005/02/17] ports/77656 phantom java/jdk15 - (AMD64) install problem. o [2005/02/18] kern/77665 multicast sockets + interface removal = p f [2005/02/18] kern/77680 Too many files in a single directory slow o [2005/02/18] kern/77684 tx(4) driver causes machine to lockup o [2005/02/19] i386/77710 emulation Linux page fault sigcontext information i f [2005/02/19] ports/77727 skv Can't compile /usr/ports/textproc/sablotr o [2005/02/20] kern/77753 DVD-writer fails to fixate DVD f [2005/02/20] kern/77799 Panic on attach of a mp3 player to USB f [2005/02/20] kern/77805 Boot hangs with ACPI enabled o [2005/02/21] i386/77825 i386 dc driver pagefaults on bootup o [2005/02/21] ports/77873 portmgr New variable: USE_BSD_MK o [2005/02/22] conf/77932 pf and ipfw periodic scripts not working o [2005/02/22] i386/77935 i386 Can't boot with 5.x CD or floppy o [2005/02/23] kern/77940 usb insertion of usb keyboard panics system o [2005/02/23] amd64/77949 amd64 Pb boot FreeBSD 64 o [2005/02/23] ports/77954 trevor emulators/linux_base for amd64 fails to i o [2005/02/23] kern/77982 [patch] lnc0 can NOT be detected in vmwar o [2005/02/25] docs/78062 doc Sample Echo Pseudo-Device Driver for Free o [2005/02/25] i386/78075 i386 filesystem corruption p [2005/02/25] bin/78085 robert id command inconsistency o [2005/02/25] ports/78086 bms multimedia/dirac: install failure (patch o [2005/02/25] bin/78087 groups program inconsistency o [2005/02/27] docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more o [2005/02/27] gnu/78161 typo in gzexe o [2005/02/28] kern/78179 bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o [2005/02/28] kern/78216 WRITE_DMA UDMA ICRC errors while copying o [2005/03/01] i386/78218 i386 kue not detected on Sony PCG-F370 VAIO o [2005/03/01] i386/78219 i386 Netgear FA-410TX is incorrectly detected o [2005/03/01] kern/78227 Destroying a network interface leaks kern f [2005/03/01] ports/78245 linimon make no longer working in /usr/ports o [2005/03/02] ports/78286 gnome [PATCH] Add support for multilang for www o [2005/03/02] ports/78287 gnome [NEW PORT] chinese/firefox-zh_CN, firefox o [2005/03/02] ports/78288 gnome [NEW PORT] chinese/firefox-zh_TW, firefox o [2005/03/02] ports/78289 gnome [NEW PORT] japanese/firefox-ja_JP, firefo o [2005/03/02] i386/78301 i386 Fatal trap 12 o [2005/03/02] ports/78325 cy -current behaves differently than 4.X w.r o [2005/03/03] i386/78339 i386 BTX loader crashes on boot on HP Proliant o [2005/03/03] standards/78357standards getaddrinfo() doesn't appear to support A o [2005/03/03] kern/78382 wpaul dhclient on ndis0 causes kernel panic o [2005/03/04] kern/78384 [panic] Reproducible panic with port iplo o [2005/03/04] ports/78396 java Java 1.4 fails to compile under FreeBSD 4 o [2005/03/04] amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/p o [2005/03/04] ports/78428 openoffice Openoffice-1.1.4 stops compiling -> dmake o [2005/03/05] kern/78434 [patch] vfs_mount: -current does not cdbo p [2005/03/06] kern/78478 rwatson writing to closed socket does not generat o [2005/03/07] i386/78517 i386 WRITE_DMA and READ_DMA timeouts with ATI o [2005/03/07] amd64/78558 amd64 installation o [2005/03/08] bin/78570 "wicontrol -i wi0 -C" outputs garbage s [2005/03/09] ports/78645 pav libgphoto2-2.1.5 broken o [2005/03/10] i386/78657 i386 error installing 5.3-RELEASE due to Compa o [2005/03/10] threads/78660threads Java hangs unkillably in STOP state after o [2005/03/10] kern/78664 jeffr truss does not work on 5-STABLE(5.4-PRERE o [2005/03/10] i386/78666 i386 ata0-master: FAILURE ATA-IDENTIFY timed o o [2005/03/13] conf/78762 /etc/rc.d/ipfw should excecute $firewall_ o [2005/03/13] kern/78791 xl input errors and speed problem o [2005/03/14] kern/78801 mux ping: sendto: No buffer space available o [2005/03/14] ports/78811 tobez Add WITH_DEBUGGING option to lang/perl5.8 f [2005/03/14] kern/78818 mlaier pf crash on high load if use route-to o [2005/03/14] kern/78821 ALLMULTI on Vlan Interfaces o [2005/03/14] ports/78834 ambrisko [PATCH] net/etherboot: gcc-3.4 fix o [2005/03/14] ports/78847 des Can't require 'asdf-install with current o [2005/03/14] amd64/78848 amd64 sis driver on FreeBSD 5.x does not work o f [2005/03/15] kern/78868 gibbs Adaptec 29160 fails with IBM LTO-2 drive o [2005/03/16] i386/78929 i386 atapicam prevents boot, system hangs o [2005/03/16] i386/78930 i386 SuperMicro web server with 5.3-RELEASE ke o [2005/03/17] kern/78946 vm_pageout_flush: partially invalid page o [2005/03/17] kern/78953 bp smbfs getdirentries() failure causes CVS o [2005/03/17] kern/78956 Only one write operation attempted on RAI o [2005/03/17] bin/78964 qa [sysinstall] can not write labels to hdd o [2005/03/17] kern/78968 FreeBSD freezes on mbufs exhaustion (netw o [2005/03/18] kern/78987 scottl udf fs: readdir returns error when it sho o [2005/03/18] usb/78989 usb please add USB keyboard support to instal o [2005/03/19] ports/79014 nork building www/linuxpluginwrapper fails. o [2005/03/19] kern/79025 [patch] && in /usr/src/etc/Makefile needs o [2005/03/21] i386/79073 i386 System panic and hang after creating a la o [2005/03/21] i386/79080 acpi acpi thermal changes freezes HP nx6110 o [2005/03/21] i386/79081 acpi ACPI suspend/resume not working on HP nx6 f [2005/03/21] i386/79097 i386 mount new partition maps / o [2005/03/22] usb/79140 usb WD Firewire/USB Combo hangs under load on f [2005/03/22] i386/79141 i386 5.4Beta1 does not recognize my intel grap o [2005/03/23] kern/79148 DHClient / Ethernet Card not communicatin o [2005/03/23] kern/79160 xl_detach cause panic o [2005/03/23] kern/79168 Problems running two firewire disks on on o [2005/03/23] i386/79169 i386 freeze with striped USB Drives under high o [2005/03/24] kern/79208 [nfs] Deadlock or starvation doing heavy o [2005/03/24] kern/79214 [nfs] iozone hurts tcp-based NFS p [2005/03/25] bin/79229 brooks Wrong Makefile path at /usr/src/sbin/ifco o [2005/03/25] ports/79231 x11 XORG / FBSD5.4 stuck at 640x480 on HP XE2 o [2005/03/26] kern/79255 Fixating CDRW with burncd(8) hangs system o [2005/03/26] kern/79262 [if_dc] Adaptec ANA-6922 not fully suppor o [2005/03/26] bin/79263 find -exec {} + fails with -or and ! o [2005/03/27] i386/79268 i386 5.3-RELEASE won't boot on Compaq Armada 4 o [2005/03/27] usb/79269 usb USB ohci da0 plug/unplug causes crashes a o [2005/03/27] usb/79287 usb UHCI hang after interrupt transfer o [2005/03/28] kern/79295 umount oddity with NFS (fwe) over VIA Fir o [2005/03/28] i386/79323 i386 authmod setup with ifconfig on dlink wlan o [2005/03/29] kern/79324 [if_bge] Broadcom bge chip initialization o [2005/03/29] kern/79332 [patch] "ffs_mountroot: can't find rootvp o [2005/03/29] kern/79333 pjd GEOM MIRROR mount root problem o [2005/03/29] kern/79334 [ata] ATA_IDENTIFY timed out for 5.3 and o [2005/03/29] kern/79336 [nfs] NFS client doesn't detect file upda o [2005/03/29] kern/79339 [patch] Kernel time code sync with improv o [2005/03/30] ports/79353 lawrance zh-CJK Makefile broken for teTeX 3.0 o [2005/03/30] bin/79376 moused causes random mouse events with a o [2005/03/31] ports/79386 kwm patch multimedia/gstreamer-plugins: wrong o [2005/03/31] ports/79397 clement news/inn fails to build nnrpd under RELEA o [2005/03/31] i386/79409 i386 [ataidle?] Come back from idle make the s o [2005/04/02] usb/79436 usb Panic: ohci_abort_xfer: not in process co o [2005/04/02] kern/79493 [PATCH] [if_tun] Reproducible if_tun pani o [2005/04/04] usb/79524 usb printing to Minolta PagePro 1[23]xxW via o [2005/04/05] kern/79546 glebius dummynet & ipfw tee: kernel may hang (end o [2005/04/05] ports/79550 trevor print/acroread7 fails to open files when o [2005/04/07] kern/79621 sysinstall does not create a device when o [2005/04/07] usb/79622 imp USB devices can be freed twice o [2005/04/07] usb/79656 usb [usb] RHSC interrupts lost o [2005/04/07] docs/79658 doc Freebsd Handbook incorrect about ATAPI CD o [2005/04/08] kern/79660 ATAPI CD driver /dev/acd0tNN fails if dev o [2005/04/08] kern/79665 [panic] "unmount: dangling vnode" on amd o [2005/04/08] threads/79683threads svctcp_create() fails if multiple threads o [2005/04/08] i386/79686 i386 Spurious notebook disk errors from ATA dr o [2005/04/08] kern/79693 jhb SMP: msleep and sleepq_broadcast race o [2005/04/08] kern/79700 [nfs] suspending nfs file access hangs ot o [2005/04/09] kern/79703 [hang] RocketRaid 1820A has problems with p [2005/04/09] conf/79712 keramida ntpdate in startup sequence fails. o [2005/04/09] usb/79722 usb [usb] wrong alignments in ehci.h o [2005/04/09] i386/79729 i386 umass, da0 not detected by devfs for o [2005/04/09] i386/79730 i386 SLIM DRIVE COMBO fails with READ_BIG erro o [2005/04/11] i386/79779 i386 If system memory is above 4GB, one parts o [2005/04/11] kern/79783 ata: hw.ata.atapi_dma=1 reduces HDD writi o [2005/04/11] i386/79784 i386 Broadcom BCM4401 (bfe) : no carrier o [2005/04/11] kern/79785 realtek NIC will crash a heavy BSD system f [2005/04/11] i386/79797 i386 [panic] pmap_dev: Coud't alloc kernel vir o [2005/04/12] i386/79807 i386 Lock Up on Old Acer P1 Comp o [2005/04/12] amd64/79813 amd64 Will not install/run on amd64 nForce 4 pl o [2005/04/12] i386/79833 i386 BTX crashes on boot when using Promise TX o [2005/04/13] docs/79857 doc manpage about ntp is wrong o [2005/04/14] kern/79895 darrenr 5.4-RC2 breaks ipfilter NAT when using ne o [2005/04/14] kern/79905 sound [sound] sis7018 sound module problem o [2005/04/14] bin/79910 qa [sysinstall] Cannot escape from failed po o [2005/04/14] i386/79912 i386 Sound broken for 2 VIA chipsets o [2005/04/14] kern/79940 [panic] 5.3 with kernel debug causes pani o [2005/04/14] ports/79941 openoffice Openoffice 1.1.4_1 binary packages (i386) o [2005/04/14] i386/79943 i386 Very High interupt rate on PCM o [2005/04/16] kern/79988 darrenr [trap] page faults while in kernel mode o [2005/04/16] kern/79989 [panic] nfs_inactive() / sched_switch() p o [2005/04/16] kern/80005 [if_re] re(4) network interface _very_ un f [2005/04/17] kern/80035 glebius netgraph is causing crash (free()->panic) o [2005/04/17] usb/80040 usb [hang] Use of sound mixer causes system f f [2005/04/17] kern/80041 sound [sound] snd_via8233 does not support VIA8 o [2005/04/17] kern/80042 FreeBSD 5.4 RC2: Promise PDC20265 on A7V f [2005/04/18] ports/80069 tobez lang/perl5.8 doesn't make a valid symlink o [2005/04/18] bin/80074 Bug in OpenSSL's sk_insert() causes segfa o [2005/04/19] kern/80088 [smbfs] Incorrect file time setting on NT o [2005/04/19] amd64/80114 amd64 kldload snd_ich causes interrupt storm wh o [2005/04/20] kern/80136 [crash] mdconfig can reboot the system o [2005/04/20] kern/80166 ups [panic] Debugger SMP race panic f [2005/04/22] ports/80245 vs net-mgmt/zabbix: Error in Zabbix rc.d fil o [2005/04/22] usb/80260 usb Travan USB tape drive fails to write o [2005/04/22] kern/80266 rwatson [patch] IPX routing doesn't work o [2005/04/22] i386/80268 i386 [crash] System with Transmeta Efficeon cp o [2005/04/23] ports/80288 ports-bugs [PATCH] samba: processing of symlinks bro o [2005/04/25] kern/80321 ups serial db problems o [2005/04/25] kern/80322 TCP socket support broken on a busy port o [2005/04/25] bin/80346 [PATCH] Misuse of el_init() can lead mult o [2005/04/26] kern/80354 [crash] Path MTU discovery ICMP NATD BSD o [2005/04/26] usb/80361 usb mounting of usb-stick fails o [2005/04/26] ports/80366 nectar heimdal port installs /usr/local/include/ o [2005/04/26] usb/80373 usb usb keyboard does not respond o [2005/04/26] kern/80381 5.4 RC3 can't allocate ps/2 irq, no psm, o [2005/04/27] bin/80389 kuriyama rpc.lockd brokenness o [2005/04/27] ports/80395 seanc libmemcache does not properly configure i o [2005/04/27] sparc64/80410sparc64 netgraph is causing crash with mpd on spa o [2005/04/28] i386/80426 i386 5.4-RC3 still panic when boot on ASUS P2B o [2005/04/28] i386/80433 i386 write failure on transfer! o [2005/04/28] threads/80435threads panic on high loads p [2005/04/29] docs/80458 keramida [PATCH] docs/63808: No manpage for devfs. p [2005/04/29] docs/80459 keramida [patch] docs/75433: no manual page for de o [2005/04/30] kern/80469 mount_smbfs causes freebsd to reboot o [2005/04/30] ports/80491 doceng Dependency error between packages prebuil o [2005/05/01] ports/80514 ports-bugs emulators/vmware3: vmmon_smp.ko does not o [2005/05/01] kern/80519 [ntfs] Write capability for ntfs filesyst o [2005/05/02] i386/80539 i386 bug /dev/bpf (/usr/ports/net-mg o [2005/05/03] i386/80572 i386 bridge/ipfw works intermittantly. o [2005/05/04] usb/80628 usb recent USB MFCs cause panics o [2005/05/05] ports/80633 delphij mail/spamd: problems with rcNG (if spamd o [2005/05/05] ports/80679 emulation emulators/linux_base-8: Use ${MACHINE_ARC o [2005/05/06] usb/80685 usb panic in usb_cold_explore() at begining o [2005/05/06] amd64/80691 amd64 amd64 kernel hangs on load o [2005/05/06] kern/80694 [patch] atkbd looped on Acer TravelMate 2 f [2005/05/06] kern/80698 Explicitly calling __xuname() has bad eff o [2005/05/06] kern/80714 drop/boot to single user hangs on 5.4-REL o [2005/05/07] i386/80739 i386 Strange panic (keyboard related?) on 5.4 o [2005/05/08] kern/80742 [PATCH] Local DoS in sys/compat/pecoff (+ o [2005/05/08] kern/80784 mux fxp gives device timeouts o [2005/05/08] bin/80798 mount_portal pipe leaves file descriptors o [2005/05/09] usb/80829 usb possible panic when loading USB-modules o [2005/05/09] ports/80837 emulation x11-toolkits/linux-gtk: cannot install by o [2005/05/10] ports/80842 perl mail/p5-Mail-SpamAssassin: spamd does not o [2005/05/10] docs/80843 doc Suggested doc fix for psm0 / handle drive o [2005/05/10] i386/80853 i386 ed driver - support for Compex RL2000/ISA o [2005/05/10] ports/80860 demon rrdtool port won't install perl modules o [2005/05/10] usb/80862 usb USB locking issues o [2005/05/10] ports/80869 girgen postgresql80-* does not handle Kerberos c o [2005/05/11] sparc64/80890sparc64 panic: kmem_malloc(73728): kmem_map too s f [2005/05/11] ports/80892 daichi portupgrade ignores configfile o [2005/05/11] ports/80901 mharo proftpd's mod_tls floods syslog with "alr o [2005/05/11] bin/80913 ipfw /sbin/ipfw2 silently discards MAC addr ar o [2005/05/12] ports/80926 emulation running $PREFIX/etc/rc.d/vmware.sh return o [2005/05/12] kern/80932 tackerman [patch] Degraded performance of em driver o [2005/05/12] i386/80938 i386 gmirror: DEVFS Overflow table o [2005/05/13] i386/80969 i386 Repeatable double fault panic after CARP o [2005/05/13] kern/80974 sound [sound] SIMPLEX flag is not set properly o [2005/05/13] kern/80975 sound [patch] [sound] Missing PCI-ID (sound) o [2005/05/13] kern/80976 sound [patch] [sound] problems with an soundbla o [2005/05/13] kern/80977 sound [patch] [sound] panic with the vibra16x w o [2005/05/13] kern/80980 problem in "sys/i386/include/bus.h" cause o [2005/05/13] i386/80989 i386 Cannot install 5.4-RELEASE both in my sys o [2005/05/14] kern/81000 Via 8235 sound card worked great with Fre o [2005/05/14] i386/81019 i386 RealTek 8169S32 behaves erratically o [2005/05/14] amd64/81037 amd64 SATA problem o [2005/05/16] kern/81095 IPsec connection stops working if associa o [2005/05/16] ports/81104 lawrance Bus error in Amanda 2.4.5 /usr/local/libe o [2005/05/16] i386/81111 i386 /boot/loader causes reboot due to CFLAGS+ o [2005/05/17] kern/81146 sound [sound] Sound isn't working AT ALL for Si o [2005/05/17] kern/81147 tackerman em0 reinitialization while adding aliases o [2005/05/17] java/81176 java Java Webstart does not work f [2005/05/18] ports/81179 tobez perl5.8 problem regarding handling of tcp o [2005/05/18] kern/81180 bktr(4) driver cannot capture both audio o [2005/05/18] kern/81202 glebius nmap scan causes box to get immediately r o [2005/05/18] kern/81207 NDIS wrapper doesn't probe my card o [2005/05/18] i386/81215 i386 X Freeze on Dell Inspiron 9100 with Radeo o [2005/05/19] bin/81231 des Patch pam_ssh to reject keys with no pass o [2005/05/19] kern/81232 [panic] vrele: negative ref o [2005/05/19] i386/81235 i386 /sys/i386/conf/GENERIC needs "options ASR f [2005/05/19] misc/81237 missing magic.h include with libmagic o [2005/05/19] threads/81258threads Thread specific data is sometimes assigne o [2005/05/19] amd64/81272 amd64 JDK 1.5 port doesn't build. o [2005/05/19] kern/81282 le Check parity with gvinum causes panic p [2005/05/19] ia64/81284 pf Unaligned Reference with pf on 5.4/IA64 o [2005/05/20] kern/81301 problems with new "contigmalloc" routine o [2005/05/20] usb/81308 usb Polling a ugen(4) control endpoint causes f [2005/05/20] ports/81309 pav multimedia/mplayer: fix for bsdbt848 with o [2005/05/20] i386/81311 i386 Athlon MP SMP + 3ware + em0 = deadlock, n o [2005/05/20] kern/81322 lnc driver causes lockups o [2005/05/20] kern/81324 darrenr panic: "Duplicate free of item %p from zo o [2005/05/20] amd64/81325 amd64 KLD if_ath.ko: depends on ath_hal - not a o [2005/05/21] ports/81343 lioux azureus crashes on startup o [2005/05/23] bin/81389 brian ( usermode ppp ) LCP Negotiation Never Fi o [2005/05/23] i386/81390 i386 ( usermode ppp ) LCP Negotiation Never Fi o [2005/05/24] bin/81429 [patch] Error in /etc/rc.subr: jail+devfs o [2005/05/24] ports/81440 cy Major improvements to x11-wm/fvwm2-devel o [2005/05/25] ports/81464 knu ruby-1.8.2_3 stack handling broken due to o [2005/05/26] usb/81524 usb panic: usb_cold_explore: busses to explor p [2005/05/26] bin/81533 [patch] /usr/sbin/usbd has MAXUSBDEV set o [2005/05/27] kern/81539 The fxtv program freezes systems o [2005/05/27] kern/81545 PPTP mpd-link stops to send and/or receiv o [2005/05/28] amd64/81602 amd64 SATA crashes with parallel pcm access o [2005/05/28] kern/81606 darrenr ipnat fails to start after upgrade to REL o [2005/05/29] ports/81631 ports-bugs new port: german/tvbrowser o [2005/05/30] kern/81644 if_vge does not work properly when loaded o [2005/05/31] gnu/81689 Unable to connect via SSH using protocol o [2005/05/31] i386/81694 i386 boot loader doesn't work after the world r [2005/05/31] docs/81715 dcvs Please rename doc/ja_JP.eucJP/man cvs fil f [2005/05/31] ports/81717 sem Broken databases/php4-interbase o [2005/06/01] kern/81770 Always "NFS append race" at every NFS mou o [2005/06/01] usb/81774 usb 2nd generation iPod mini cannot be mounte o [2005/06/02] kern/81807 Silo overflows with serial multiport card o [2005/06/02] kern/81813 andre [ PATCH ] ICMP_UNREACH_NEEDFRAG with unsp o [2005/06/03] ports/81821 lioux port multimedia/gstreamer-plugins build b o [2005/06/04] conf/81882 [patch] missing terminal definition for w o [2005/06/04] i386/81887 i386 Adaptec SCSI 2130S aac0: GetDeviceProbeIn o [2005/06/04] i386/81903 i386 Installer hangs on all menu entries on To s [2005/06/06] ports/81940 gerald wine produces err:heap:HEAP_CreateSystemH o [2005/06/06] kern/81943 des [patch] _assert_sbuf_integrity causes pan o [2005/06/06] kern/81951 emulation [patch] linux emulation: getpriority() re o [2005/06/07] kern/81978 yar [ PATCH ] if_vlan didn't pass the ALLMULT o [2005/06/07] bin/81997 ntpd fails to bind to IP-address o [2005/06/08] i386/82029 i386 Boot Loader installation on MegaRAID cont o [2005/06/08] i386/82030 simon Choosing an alternate default MTA o [2005/06/08] kern/82043 sound [sound] snd_emu10k1 - mixer does not work o [2005/06/09] conf/82059 patch to /etc/rc.d/localpkg to partially o [2005/06/09] kern/82064 anholt DRM not working with SMP o [2005/06/09] amd64/82071 amd64 incorrect -march's parameter to build 32b o [2005/06/10] ports/82097 lev subversion name resolution failure o [2005/06/10] ports/82101 niels security vulerability in sysutils/nwclien o [2005/06/11] kern/82143 kqueue on FreeBSD 4.11 fails to report UD o [2005/06/11] ports/82148 kuriyama net-snmp: problem with negative integers f [2005/06/12] amd64/82176 amd64 ehci causes crash on amd64 o [2005/06/13] java/82183 java Cannot install Java 1.5, lots of missing o [2005/06/13] ports/82191 lawrance [new port] request to add port x11-toolki o [2005/06/13] usb/82198 usb Panic on attaching of ONKI N-338 USB MP3 o [2005/06/13] i386/82207 i386 tcpslice incorrectly handles dates where o [2005/06/14] kern/82219 panic in dumping if watchdog enabled. o [2005/06/14] ports/82221 ume security/cyrus-sasl2 does not compile o [2005/06/14] kern/82227 digi driver: Xem: chained concentrators n o [2005/06/14] docs/82231 doc mountd(8) behavior does not match exports o [2005/06/14] ports/82241 anders minicom port references old serial port n o [2005/06/15] sparc64/82261sparc64 DMA-support on Sparc64 broken o [2005/06/15] bin/82263 compat 4x broken after last update o [2005/06/15] kern/82271 pf cbq scheduler cause bad latency o [2005/06/15] usb/82272 usb Can not recognize Casio camera EX-Z40 as o [2005/06/15] i386/82285 i386 kernel panic during reboot f [2005/06/15] bin/82293 Fdisk and Disk slice editor causes segmen o [2005/06/15] kern/82295 i915 support is broken o [2005/06/15] docs/82296 doc ttys(5) man page misleads about use for n o [2005/06/16] bin/82306 glebius PPP ip-pool regression due CARP implement o [2005/06/16] conf/82314 brooks [patch] /etc/rc.d/netif does not build th f [2005/06/16] ports/82334 lawrance textproc/redland-bindings version bump to o [2005/06/17] kern/82350 null pointer dereference in USB stack f [2005/06/18] ports/82389 ports-bugs portupgrade of www/linux-flashplugin7 to f [2005/06/19] kern/82413 glebius Kernel panic in ksocket netgraph module o [2005/06/19] amd64/82425 amd64 fxp0: device timeout, fxp interface dies o [2005/06/20] kern/82442 Fatal trap 12 in em driver on 4.11-RC2 co o [2005/06/21] i386/82464 i386 Sony Ericsson GC75 GPRS MODEM not recogni o [2005/06/21] kern/82468 Using 64MB tcp send/recv buffers, traffic o [2005/06/21] ports/82476 clement libnss-mysql does not lookup over tcp to o [2005/06/21] kern/82482 hptmv ( Highpoint RocketRaid 1820a ) corr o [2005/06/21] kern/82491 [patch] bootpd shouldn't ignore requests o [2005/06/21] kern/82497 if_vge (via Gigabit Ethernet) on AMD64 on o [2005/06/21] ports/82498 ports-bugs xemacs spews 'X Error of failed..." whene o [2005/06/22] usb/82520 usb Reboot when USL101 connected o [2005/06/22] conf/82526 [patch] /etc/rc.d/ntpd is being started t o [2005/06/23] amd64/82555 amd64 Kernel Panic - after i connect to my "amd o [2005/06/23] sparc64/82569sparc64 USB mass storage plug/unplug causes syste o [2005/06/24] ports/82626 ports-bugs linux-flashplayer(6,7) both fail to insta o [2005/06/25] docs/82636 doc [PATCH] Wrong argument type in src/lib/li o [2005/06/25] ports/82641 sobomax Remove or mark BROKEN misc/zaptel on 4.x o [2005/06/25] kern/82649 some request to DVDROM causes kernel pani o [2005/06/25] standards/82654standards C99 long double math functions are missin o [2005/06/26] usb/82660 usb EHCI: I/O stuck in state 'physrd'/panic o [2005/06/26] bin/82667 burncd doesn't abort on error conditions o [2005/06/26] kern/82668 ATA timeouts on 5.4-stable o [2005/06/27] ports/82688 tobez perl-5.8.7 obviously contains unfixed bug o [2005/06/27] ports/82701 ale Cannot install mysql41-server port o [2005/06/28] bin/82720 <[patch] Incorrect help output from growf o [2005/06/28] kern/82727 firewire kernel module if_fwip fails to load, mach o [2005/06/28] ports/82730 ports-bugs SMP + portupgrade on -CURRENT = hung mach o [2005/06/28] ports/82731 clement [patch] net/libnss-mysql is unable to con o [2005/06/29] ports/82759 delphij Source navigator installs in wrong direct o [2005/06/29] ports/82771 ale Setting "BUILD_OPTIMIZED=yes" breaks port f [2005/06/29] ports/82777 pav sox does not play files correctly o [2005/06/29] ports/82785 ports-bugs Update Port: net/p5-Net-Delicious - Bug F o [2005/06/30] kern/82804 page fault: sched_switch sched_4bsd.c:865 o [2005/06/30] kern/82805 page fault: sched_switch ched_4bsd.c:865 o [2005/06/30] kern/82806 darrenr ipnat doesn't handle out of order fragmen o [2005/06/30] ports/82824 ports-bugs portupgrade fails to build due to ruby-po f [2005/06/30] ports/82828 pav www/trac doesn't list runtime deps o [2005/06/30] ports/82830 flz [patch] smbldap-tools 0.9.1 + many FreeBS f [2005/06/30] ports/82837 ports-bugs [patch] Missing dependencies at ftp/lftp o [2005/06/30] ports/82841 nectar update net/nss_ldap o [2005/07/01] kern/82846 Kernel crash in 5.4 with SMP,PAE o [2005/07/01] ports/82854 ports-bugs building japanese/otojiro-fpw fails. o [2005/07/01] ports/82856 ports-bugs vmware3 port fails to compile on FreeBSD o [2005/07/01] ports/82864 ports-bugs New Port: devel/p5-File-Random o [2005/07/01] bin/82878 kientzle A bunch of bugs in archive_read_data of l o [2005/07/02] kern/82881 ng_fec(4) causes kernel panic after inter o [2005/07/02] ports/82885 ports-bugs New Port: devel/p5-Tree-Node o [2005/07/02] kern/82905 mount_nullfs can reboot system o [2005/07/03] kern/82919 Bridge configuration update will crash th o [2005/07/03] ports/82924 knu [PATCH] Add bdb4.3 support for ruby-bdb o [2005/07/03] ports/82957 ports-bugs security/clamav will not build o [2005/07/04] www/82961 www CSR's listing is way out of date 1785 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1996/01/31] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/14] kern/1791 tegge syslimits.h does not allow overriding def s [1996/11/23] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/27] kern/2298 [patch] support for DSR/DCD swapping on s s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/03/11] bin/2934 sh(1) has problems with $ENV f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/07/02] kern/4012 [nfs] 2.2-RELEASE/Digital UNIX NFSv3 0 le f [1997/07/18] kern/4115 [nfs] SunOS NFS file has wrong owner if c o [1997/07/18] bin/4116 Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/07/30] kern/4194 kernel pci driver for Digital 21041 Ether o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/30] bin/4420 imp find -exedir doesn't chdir for first entr p [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 grog calendar doesn't print all dates sometime o [1997/09/28] bin/4646 qa [sysinstall] can't fixit with an NFS-moun o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/12/15] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 [mount] mount incorrectly reports / as an o [1998/01/12] bin/5483 Login(1) clears utmp entry o [1998/01/27] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe o [1998/01/27] kern/5587 des session id gets dropped o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/11] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data p [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/19] conf/6346 joe Kernel version strings need to relate to s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] bin/7232 qa [sysinstall] suggestion for FreeBSD insta f [1998/07/10] kern/7234 [kbd] keyboard problems during login imme o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/07/13] bin/7265 A warning flag is added to ln(1). f [1998/07/13] i386/7266 PSM detection failure with Linksys consol o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/20] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/10] kern/7556 sl_compress_init() will fail if called an s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/23] kern/7722 Changes to acct format s [1998/09/09] bin/7868 [almost patch]Morse Code Fixups o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re o [1998/10/03] bin/8133 markm [patch] bug in telnetd (Kerberos IV) a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/27] bin/8867 qa [sysinstall] [patch] /stand/sysinstall co a [1998/12/18] bin/9123 pax can't read tar archives that contain s [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy f [1999/01/14] kern/9478 [patch] support for running a script from o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [1999/01/29] bin/9770 jmallett An openpty(3) auxiliary program o [1999/02/02] bin/9868 Patch to add "date -a" o [1999/02/02] kern/9869 When using macros out of function, they s s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames o [1999/03/16] bin/10611 timed enhancement o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin a [1999/04/08] kern/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/04/11] bin/11085 Per-host configuration for syslog.conf f [1999/04/13] bin/11114 harti make(1) does not work as documented with o [1999/04/16] i386/11165 emulation IBCS2 don't work correctly with PID_MAX 9 o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/05] kern/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/07] kern/12071 fanf [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 imp Enhancement to ed driver for Linksys 10/1 o [1999/06/21] bin/12324 qa [sysinstall] fdisk partition editor is mi o [1999/07/07] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/25] bin/12801 nvi infinite recursion with options "left f [1999/08/06] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/23] kern/13326 additional timeval interfaces for tags o [2000/07/20] bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts x f [2000/07/27] kern/20214 kernel routing bug for nexthop is routed o [2000/07/30] kern/20297 sound [sound] [patch] Joystick is not enabled w s [2000/08/01] kern/20333 des [libpam] ftp login fails on unix password o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/04] bin/20391 jhb [sysinstall] sysinstall should check debu o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders f [2000/08/09] i386/20507 Mouse freezes in 4.0-release after some u o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/23] bin/20799 peter top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/27] bin/20881 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 qa [sysinstall] /stand/sysinstall too limite o [2000/08/30] bin/20944 natd enhancements, default config file an o [2000/09/03] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] docs/21024 bde pow() ERANGE bug f [2000/09/05] i386/21042 mdodd [kbd] Keyboard driver problems with PS/2 f [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc f [2000/09/10] kern/21156 [PATCH] inconsistency in scmouse vs xterm o [2000/09/12] kern/21222 [nfs] wrong behavior of concurrent mmap() o [2000/09/12] kern/21229 [nfs] [patch] Proper value for vfs.nfs.ac o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm o [2000/09/16] bin/21315 Shells often behave oddly when executing s [2000/09/19] kern/21384 greid [sound] pcm driver has static in recorded o [2000/09/24] bin/21519 standards sys/dir.h should be deprecated some more f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] conf/21675 Better and more disktab entries for MO dr o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy a [2000/10/07] kern/21807 [patch] Make System attribute correspond p [2000/10/07] docs/21826 bms ARP proxy feature lacks documentation o [2000/10/09] kern/21859 fanf Allow the syncer to be slowed down o [2000/10/15] conf/21994 qa [sysinstall] Config of Anonftp (at instal s [2000/10/17] bin/22034 nfsstat lacks useful features found in So o [2000/10/21] bin/22182 vi options noprint/print/octal broken o [2000/10/21] kern/22190 threads A threaded read(2) from a socketpair(2) f p [2000/10/21] bin/22198 bms inet_ntop may set errno to ENOSPC and nee o [2000/10/26] conf/22308 [nfs] mounting NFS during boot blocks if o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) f [2000/11/05] bin/22612 dds crontab -e failures o [2000/11/10] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/15] bin/22873 markm [perl] Perl's core.h conflicts with ncurs o [2000/11/17] misc/22914 [bootinst] bootinst messages are not upda o [2000/11/24] conf/23063 bms [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser p [2000/11/28] kern/23148 getopt(3) works non-intuitively? p [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w a [2000/12/04] bin/23254 fenner yacc accepts bad grammer p [2000/12/05] kern/23304 kbyanc POSIX clock_gettime, clock_getres return o [2000/12/06] kern/23314 scsi aic driver fails to detect Adaptec 1520B a [2000/12/09] bin/23402 qa [sysinstall] upgrade ought to check parti p [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - o [2000/12/13] kern/23520 sound [sound] sb0 old style audio support in 4. o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/15] kern/23561 emulation Linux compatibility mode does not support o [2000/12/15] bin/23562 markm [patch] telnetd doesn't show message in f o [2000/12/19] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/25] ports/23822 trevor mtree entries for German X11 man pages a [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE o [2001/01/04] bin/24066 marcel gdb can't detach from programs linked wit p [2001/01/07] gnu/24132 mp gdb output is wrong (same as #13427 ?) f [2001/01/08] kern/24141 sound [sound] emu10k1 has trouble playing non-4 o [2001/01/16] bin/24390 standards Replacing old dir-symlinks when using /bi o [2001/01/18] bin/24435 qa [libdisk] changing slice type causes Auto o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/21] bin/24513 peter new options for pppd p [2001/01/21] conf/24515 dougb Fix for find(1) warning in /etc/rc o [2001/01/22] kern/24528 Bad tracking of Modem status s [2001/01/24] standards/24590standards timezone function not compatible witn Sin o [2001/01/24] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/31] bin/24757 yar ftpd not RFC compliant o [2001/02/02] docs/24786 doc missing FILES descriptions in sa(4) f [2001/02/03] kern/24827 Erratic Intellimouse Explorer in 4.1 and o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] bin/24907 qa [sysinstall] Options screen at MenuMedia o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 andre proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/09] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/15] kern/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/20] bin/25218 mailwrapper(1) invokes sendmail when reso o [2001/02/22] bin/25273 add fs type feature to vnconfig(8) to all f [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/26] kern/25386 sound [sound] Incorrect mixer registers (line & o [2001/02/28] kern/25445 kernel statistics are displayed in wrong o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) p [2001/03/02] kern/25499 [kbd] [patch] buffer paste functionality o [2001/03/04] i386/25521 Laptop with FreeBSD4.2 freezes in battery s [2001/03/08] bin/25598 yar patch to let ftpd output message when cha o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon f [2001/03/13] kern/25777 atime not updated on exec o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/17] kern/25866 more than 256 ptys, up to 1302 ptys. f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 delphij MIME quoted-printable encoding added to v p [2001/03/23] kern/26016 iedowse VMWare is crash on SMP machine f [2001/03/29] ports/26192 sem apel appeared both in xemacs/site-package o [2001/04/01] i386/26261 silo overflow problem in sio driver o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string o [2001/04/03] kern/26323 [patch] Quota system creates zero-length a [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode p [2001/04/04] bin/26359 bms [PATCH] a minor nit in how netstat detect o [2001/04/09] kern/26454 sound [sound] mixer volume settings on Maestro- a [2001/04/13] kern/26534 ipfw Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 ambrisko "lnc" problem with shared memory mode wit o [2001/04/14] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/15] kern/26584 kernel boot messages aren't logged correc o [2001/04/16] kern/26618 iedowse unmount(2) can't unmount a filesystem who p [2001/04/17] kern/26646 ache srand() provides only 8-bit table o [2001/04/18] conf/26658 grog update to src/usr.bin/calendar/calendars/ o [2001/04/18] kern/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/19] bin/26695 change request: kill(1)/killall(1) -l out o [2001/04/23] kern/26787 dd sysctl change request s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/25] kern/26854 sound [sound] [patch] Better fix for ESS Techno o [2001/04/26] docs/26879 darrenr [ipf] mkfilter not installed, yet referre o [2001/04/28] bin/26919 qa [sysinstall] fdisk should ONLY set one bo o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod f [2001/05/07] bin/27188 jon fix of rsh non-interactive mode behaviour o [2001/05/08] bin/27216 qa [sysinstall] can not get to shell prompt o [2001/05/09] kern/27232 [nfs] On NFSv3 mounted filesystems, stat o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes o [2001/05/13] i386/27306 marcel hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/18] misc/27429 'dependant' is a misspelling o [2001/05/21] bin/27483 qa [sysinstall] [patch] make sysinstall ask o [2001/05/23] kern/27571 bp [unionfs] Changing policy of shadowing fi f [2001/05/25] conf/27633 Mapping for serbian keyboards, follows IS o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/06/02] bin/27829 pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe s [2001/06/03] docs/27843 doc [PATCH] make.conf WITH_* variables aren't o [2001/06/04] bin/27872 qa [sysinstall] "Load Config" hangs Compaq D s [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] bin/27972 losing information with talk a [2001/06/11] bin/28081 qa [sysinstall] /stand/sysinstall errs out i f [2001/06/14] ports/28155 portmgr [patch] DESTDIR is used incorrectly in bs a [2001/06/16] gnu/28189 [PATCH] fix for detecting empty CVS commi f [2001/06/16] kern/28206 bp [nullfs] [patch] umapfs/umap_vfsops.c sho o [2001/06/17] conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/18] misc/28255 small picobsd documentation still references ol s [2001/06/18] kern/28260 standards UIO_MAXIOV needs to be made public o [2001/06/22] bin/28333 rtprio/idprio setuid problems o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl f [2001/06/23] ports/28365 wosch Typical use of devel/portcheckout breaks p [2001/06/27] gnu/28455 GNU readline should be updated to 4.2 o [2001/06/30] docs/28555 trhodes [PATCH] style(9) isn't explicit about boo o [2001/07/02] bin/28620 ru xinstall has no way to pass options to st o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/11] kern/28888 mbr Acer 8000 NIC not detected correctly o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma f [2001/07/14] i386/28975 mjacob RocketPort problems o [2001/07/15] kern/28980 sound [sound] Fujitsu/Siemens Lifebook E-6540 s o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/18] kern/29067 sound [sound] Yamaha OPL3Sa2 pcm/pnp stops play o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis f [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP s [2001/07/29] bin/29292 sos The functional addtion to burncd(8) f [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/07/30] kern/29312 sound [sound] Using mixer on pcm misbehaves wit f [2001/07/30] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/08/01] kern/29355 mux [patch] lchflags support o [2001/08/01] bin/29363 gad [PATCH] newsyslog can support time as ext o [2001/08/04] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/09] bin/29581 nectar proposed gethostbyXXXX_r() implementation o [2001/08/14] kern/29698 emulation linux ipcs doesn'work o [2001/08/15] kern/29727 scsi [amr] [patch] amr_enquiry3 structure in a a [2001/08/17] docs/29807 trhodes [PATCH] XFREE86_VERSION is undocumented o [2001/08/17] i386/29809 rsm pb Xircom Eth Card with Freebsd 4.4RC1 : o [2001/08/20] bin/29893 qa [sysinstall] suggestions for 4.4 sysinsta o [2001/08/20] bin/29897 des pam_unix patch, which uses loginclass pas a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/24] kern/30052 mbr dc(4) driver queues outgoing pkts indefin o [2001/08/29] kern/30186 getaddrinfo does not handle incorrect ser o [2001/09/03] i386/30276 CPUTYPE=486 built on a CPUTYPE=p3 WORLD b o [2001/09/04] conf/30301 Default printcap "mx" config too small o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro s [2001/09/05] ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKE o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/07] kern/30412 [patch] rtdl/dlopen() fails to merge comm s [2001/09/07] kern/30422 [patch] add WDT hardware watchdog driver o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/09] docs/30442 trhodes remove broken referemce to gettime(9) fro o [2001/09/09] kern/30461 sound [sound] no audio cd with cmi8330 o [2001/09/09] threads/30464threads pthread mutex attributes -- pshared o [2001/09/12] bin/30517 qa [sysinstall] using sysinstall with instal o [2001/09/13] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/15] conf/30590 /etc/hosts.equiv and ~/.rhosts interactio p [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri o [2001/09/18] bin/30654 gad Added ability for newsyslog to archive lo f [2001/09/19] bin/30661 alfred FreeBSD-current fails to do partial NFS f o [2001/09/21] kern/30700 sound [sound] Applications cannot synchronize s a [2001/09/22] bin/30737 qa sysinstall leaks file descriptors on rest o [2001/09/24] ports/30777 portmgr add a 'make pkg-plist' make target in por o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica p [2001/09/27] kern/30857 [patch] intr_machdep.c allows access out o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro o [2001/09/30] conf/30929 usb [patch] use usbd to initialize USB ADSL m o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/10/04] bin/31034 dwmalone regularly add original address logging fo o [2001/10/04] kern/31048 des linprocfs:/proc/meminfo cannot handle mul p [2001/10/05] bin/31052 fenner Traceroute needs update o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T o [2001/10/19] kern/31380 [nfs] NFS rootfs mount failure message to o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/21] kern/31398 sound [sound] newpcm does not play back the tai o [2001/10/22] i386/31427 davidxu [patch] minor incorrect code in sys/i386/ o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/23] kern/31445 sound [sound] [patch] cat sound.au > /dev/audio o [2001/10/23] kern/31456 [patch] register number definition for AM f [2001/10/25] kern/31490 [panic] [patch] Panic in sysctl_sysctl_ne o [2001/10/27] kern/31521 sound [sound] pcm0 plays too fast on Intel 8280 o [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/29] bin/31588 change request to allow mount(1) to set t o [2001/10/30] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] kern/31647 socket calls can return undocumented EINV s [2001/11/01] kern/31686 bms Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/10] kern/31890 [syscons] [patch] new syscons font o [2001/11/11] bin/31906 No method available to unwind atexit(3) s o [2001/11/12] bin/31933 pw can interpret numeric name as userid d o [2001/11/14] kern/31981 [patch] (mis)feature in getnetent parsing o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator o [2001/11/15] docs/32020 trhodes loader.8 manpage missing tunables f [2001/11/18] conf/32067 Problems with spanish keyboard in console o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc p [2001/11/20] standards/32126standards getopt(3) not Unix-98 conformant f [2001/11/20] bin/32144 qa [sysinstall] unattended install with sysi o [2001/11/26] bin/32288 qa [sysinstall] After install: /etc/rc compl a [2001/11/29] bin/32375 qa [sysinstall] sysinstall doesn't respect U a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/03] kern/32480 [syscons] Missing graphic characters in s o [2001/12/04] bin/32501 trhodes quot(8) is stupid regarding the filesyste f [2001/12/08] kern/32605 nsouch SMBus driver broken o [2001/12/09] kern/32652 usb [patch] A new ioctl to uscanner s [2001/12/09] ports/32653 usb Added patches to improve USB scanner supp o [2001/12/10] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/10] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] bin/32680 [PATCH] Allows users to start jail(1) by o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 [bktr] bktr driver missing tuner for eepr o [2001/12/14] bin/32828 w incorrectly handles stale utmp slots wi o [2001/12/18] docs/32979 hmp manpages are not installed for k5admin an f [2001/12/19] kern/33007 umass device timeout after successive use s [2001/12/19] kern/33013 sound [sound] mixer does not have treble/bass f o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] kern/33097 sound [sound] Crystal 4237b mixer problems o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt s [2001/12/24] bin/33133 keyinit outputs wrong next login password o [2001/12/26] bin/33182 marcel gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 [nfs] "got bad cookie" errors on NFS clie o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp o [2002/01/08] kern/33707 sound [sound] ICH (82801AA) cannot be used for o [2002/01/09] docs/33724 doc [patch] fix Handbook error about Advanced o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/11] bin/33778 joe crunchgen enhancements o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 strptime(3) is misleading o [2002/01/14] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documented behaviour of SF_flags for non- o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bde Messages at the serial IO port device pro o [2002/01/16] kern/33965 [kbd] [patch] programmable keys of the ke a [2002/01/17] bin/34010 [patch] keyinit takes passwords less than o [2002/01/22] bin/34146 newfs defaults and vfs.usermount=1 tug at s [2002/01/22] bin/34171 yar ftpd indiscrete about unprivileged user a f [2002/01/23] kern/34195 iedowse setting the action for SIGCHLD to SIG_IGN o [2002/01/23] bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o [2002/01/24] docs/34239 trhodes tunefs(8) man page doesn't describe argum o [2002/01/26] bin/34309 gad lpd does not garantie that controlfiles b o [2002/01/29] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] bin/34412 tftp will still try and receive traffic e o [2002/01/31] bin/34497 grog calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/02/01] bin/34519 pkg_check(8) does not return exit code >0 o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d a [2002/02/03] kern/34591 andre ICMP bandwidth limiting does not indicate o [2002/02/05] bin/34628 jkh pkg-routines ignore the recorded md5 chec o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". o [2002/02/07] gnu/34709 marcel [patch] Inaccurate GDB documentation o [2002/02/08] bin/34728 DHCP hostname set as Hexadecimal string o [2002/02/09] bin/34759 Phantasia does not accept [enter] key o [2002/02/10] bin/34788 dwmalone dmesg(1) issues with console output o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to p [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/12] kern/34854 sound [sound] /src/sys/dev/sound doesn't work c p [2002/02/12] bin/34874 bms Netstat output to small o [2002/02/12] kern/34880 luigi Impossibility of grouping IP into a pipe o [2002/02/14] kern/34942 sound [sound] Attempt to play -> "pcm0: play in a [2002/02/16] docs/35011 doc There are no commands called "diskless" o f [2002/02/17] bin/35018 brian enhancing daily/460.status-mail-rejects s [2002/02/18] bin/35070 math(3) references section "3m", etc. o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/23] kern/35234 scsi World access to /dev/pass? (for scanner) o [2002/02/24] conf/35262 [patch] generation of boot block for head o [2002/02/25] kern/35289 [bktr] [patch] Brooktree device doesnt pr o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di s [2002/02/26] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] misc/35381 standards incorrect floating-point display of large o [2002/02/28] bin/35400 qa [sysinstall] sysinstall could improve man o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 [patch] enhanced periodic scripts: 100.cl o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] kern/35635 [patch] missing dep in libiconv prevents o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] www/35647 www www; combine query-by-number and multi-fi o [2002/03/07] docs/35652 trhodes bsd.README seriously obsolete o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/09] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/09] www/35711 bugmeister the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/11] kern/35774 [logwtmp] Suboptimal auditing possibiliti o [2002/03/13] kern/35846 imp timeout in wi_cmd 11, machine hangs for a o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f p [2002/03/14] bin/35894 [patch] popen.c in cron won't build witho o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ p [2002/03/16] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/16] docs/35953 doc hosts.equiv(5) manual is confusing or wro s [2002/03/19] standards/36076standards Implementation of POSIX fuser command o [2002/03/20] bin/36118 re [sysinstall] 4.5 Upgrade says it won't to o [2002/03/20] kern/36143 [patch] Dynamic (non linear) mouse accele o [2002/03/21] kern/36170 an(4) does an_init() even if interface is o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] bin/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] conf/36392 [feature request] cron starts before vi r o [2002/03/28] kern/36425 [patch] bump up SYS_NMLN in sys/utsname.h o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin a [2002/03/29] i386/36451 [bktr] [patch] Japan IF frequency is inco s [2002/03/29] gnu/36460 cu(1) program does not work very well. f [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] bin/36501 grog /usr/bin/calendar can't handle recurring o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/31] bin/36556 [patch] regular expressions for tcpwrappe o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/02] bin/36646 dwmalone [patch] top(1) does not work correctly in o [2002/04/04] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 which(1) ought to append @ if result is s o [2002/04/05] bin/36786 make ps use 24-hour time by default s [2002/04/08] java/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/09] kern/36916 qa [libdisk] DOS active partition flag lost o [2002/04/10] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 grog calendar doesn't effect -t option. o [2002/04/11] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/12] bin/37013 ls directory name output trailing slash d o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/15] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc f [2002/04/16] bin/37137 qa [sysinstall] doesn't recognize version nu o [2002/04/16] bin/37160 qa [sysinstall] coredumps when trying to loa o [2002/04/23] kern/37380 jhb [patch] boot0 partition list is outdated o [2002/04/23] conf/37387 grog bsdmainutils/calendar Hungarian addon fil o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/25] bin/37434 mbr dhclient(1) generates pointless log messa o [2002/04/25] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/25] bin/37442 [PATCH] sleep.c to support time multiplie p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/26] kern/37482 sound [sound] Weird behaviour under relatively o [2002/04/29] kern/37554 jmg [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 [patch] vnode flags appear to be changed o [2002/04/29] conf/37569 [PATCH] Extend fstab(5) format to allow f o [2002/04/30] kern/37600 sound [sound] [partial patch] t4dwave drive doe o [2002/05/02] kern/37657 sound [sound] /dev/dsp and /dev/audio skip the o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI o [2002/05/02] threads/37676threads libc_r: msgsnd(), msgrcv(), pread(), pwri o [2002/05/03] bin/37715 "pkg_info -g package_name_version" fail o [2002/05/03] docs/37719 kensmith Detail VOP_ naming in a relevant man-page o [2002/05/04] bin/37733 su(1) does not behave the way it is descr s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/07] bin/37844 [PATCH] make knob to not install progs wi o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/13] ports/38034 glewis compaq-cc (under linux-emu) installes man o [2002/05/14] bin/38055 qa [sysinstall] Groups (creation) item shoul o [2002/05/14] bin/38056 qa [sysinstall] User (creation)'s "Member gr o [2002/05/14] bin/38057 qa [sysinstall] "install" document doesn't d o [2002/05/14] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/16] bin/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 installing curses programs and terminfo d o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/20] kern/38347 [patch] new library function abs2rel and o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/23] kern/38445 suggestion: centralize ptrace() permissio o [2002/05/24] bin/38477 qa [sysinstall] in Choose Distributions scre o [2002/05/24] bin/38478 qa [sysinstall] In Choose Distributions scre o [2002/05/24] bin/38480 qa [sysinstall] sysinstall should prompt for s [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 o [2002/05/25] docs/38540 blackend sysinstall application name should be Sys o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/26] bin/38583 qa [sysinstall] sysinstall installs crypto s o [2002/05/27] ports/38593 portmgr Third level ports o [2002/05/27] bin/38610 qa [sysinstall] should be able to mount ISO o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/30] bin/38727 [patch] mptable(1) should complain about f [2002/05/30] kern/38730 philip Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 kientzle Diskless booting fails with some DHCP ser o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/01] kern/38794 sound [sound] ESS Solo driver truncates output o [2002/06/02] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 scsi [feature request] DPT PM2012B/90 doesn't f [2002/06/02] conf/38829 bootblock recompile instructions in handb f [2002/06/02] bin/38835 qa [sysinstall] sysinstall always installs c p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] bin/38854 qa [sysinstall] resetting during setup cause o [2002/06/06] misc/38937 delay between tracks in digital audio dum o [2002/06/06] bin/38940 Change: an option to *stat to allow supre o [2002/06/07] kern/38967 sound [sound] 4/22/02 pcm driver merge appears o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn p [2002/06/10] bin/39116 eik /usr/bin/printf o [2002/06/12] kern/39201 emulation ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/14] standards/39256standards [v]snprintf aren't POSIX-conformant for s o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin p [2002/06/15] conf/39347 brooks use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/16] bin/39360 qa [sysinstall] if linux emu is added as a d o [2002/06/17] kern/39425 [amd] Auto mounted directory was not foun o [2002/06/17] bin/39439 tcopy will not duplicate tapes with block o [2002/06/18] bin/39463 mtm [PATCH] Add several options to fingerd o [2002/06/18] conf/39466 /etc/security: find -xdev hangs on dead N f [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/20] bin/39574 qa [sysinstall] error mounting /dev/acd0c on s [2002/06/20] conf/39580 insecure default settings s [2002/06/22] ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXA o [2002/06/23] kern/39681 [patch] add hidden kernel boot tunables t o [2002/06/24] kern/39772 imp pccardd is slow to install a PCCARD. o [2002/06/25] bin/39819 cleaning bin/sh code from warnings o [2002/06/25] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/26] bin/39864 robert hostname instead of IP in w(1) -n output o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/27] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/29] conf/39976 vi recovery halting boot process o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi o [2002/06/29] kern/40021 [patch] use ld(1) to build kernel with li p [2002/07/01] gnu/40057 bugmeister send-pr -a flag does not work with -f f [2002/07/01] kern/40081 sound [sound] noise in sound output with built- o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/03] kern/40132 sound [sound] [patch] enabling the joystick int f [2002/07/06] bin/40273 dougb some more fortunes o [2002/07/07] conf/40298 [patch] /etc/rc: using swapfile as /tmp o [2002/07/09] kern/40369 [patch] rman_reserve_resource - when "cou o [2002/07/09] kern/40378 standards stdlib.h gives needless warnings with -an o [2002/07/09] bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/13] kern/40516 [if_ti] [patch] ti driver has no baudrate f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme p [2002/07/14] kern/40563 bms gif driver can clobber route/arp table o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend s [2002/07/16] threads/40671threads pthread_cancel doesn't remove thread from o [2002/07/17] kern/40711 sound [sound] CT5880-C sometimes fails to outpu p [2002/07/18] kern/40745 bms Inconsistency between net/if.c and struct o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] kern/40926 qa [boot] After Upgrading or Clean Installin o [2002/07/23] kern/40927 sound [sound] Acer Labs M5451 dies with pcm:pla f [2002/07/24] kern/40948 usb [usb] USB HP CDW8200 does not work o [2002/07/24] i386/40958 i386 apm on Acer TravelMate 351 could not resu o [2002/07/25] bin/40980 du(1)'s -h and -k options interact confus o [2002/07/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/31] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] bin/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] kern/41215 [kbd] console revert back to kbd0 (AT) af o [2002/08/01] bin/41238 qa [sysinstall] problems with FreeBSD instal o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] www/41312 cvsadm RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/06] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card o [2002/08/06] www/41379 Cannot browse directory tree on FreeBSD m o [2002/08/07] kern/41415 usb [usb] [patch] Some USB scanners cannot ta o [2002/08/09] kern/41490 sound [sound] C-Media 8738 sound card static o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd o [2002/08/12] bin/41566 obrien file(1) out of date o [2002/08/12] i386/41569 silo overflow p [2002/08/12] standards/41576standards POSIX compliance of ln(1) a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/15] bin/41674 ken iostat column formatting overlaps o [2002/08/17] kern/41743 sound [sound] No sound from SiS630s controller o [2002/08/17] bin/41744 qa [sysinstall] cannot stop comat22 from bei o [2002/08/19] misc/41771 '/etc/ttys' and X o [2002/08/20] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] bin/41817 pw groupshow doesn't include the login gr o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) o [2002/08/21] conf/41855 brooks improvment of /etc/rc.diskless2 script o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2002/08/22] docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/23] docs/41919 blackend MINI kernel for bootfloppy (Handbook p.34 o [2002/08/23] kern/41930 declaration clash for ffs() and ${CXX} o [2002/08/23] bin/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] bin/41949 qa [sysinstall] sysinstall sorts /etc/rc.con o [2002/08/24] kern/41966 sound [sound] audio/play: sblive, can cause "D o [2002/08/26] bin/42018 pkg_info with PKG_PATH searches through t o [2002/08/26] bin/42022 qa [sysinstall] non-interactive mode prompts a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/08/27] kern/42065 [patch] kern.ps_showallprocs has no effec o [2002/08/27] bin/42084 luigi [netstat] PicoBSD's 'netstat -i' reports o [2002/08/29] bin/42162 qa [sysinstall] installation crashes, md0c f o [2002/08/30] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/09/01] kern/42274 [patch] Convert defined variable into tun o [2002/09/02] bin/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/03] bin/42386 cleaning code from warnings in libkvm o [2002/09/03] bin/42387 cleaning code of librpcsvc from warnings p [2002/09/04] kern/42404 emulation TIOCSCTTY not implemented in linuxulator o [2002/09/04] kern/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] kern/42429 [patch] hash_action called with HASH_DELE o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/06] kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re s [2002/09/06] kern/42466 emulation linux: 'ipc' typ=258 not implemented o [2002/09/06] bin/42468 mount_smbfs incorrectly handled configura o [2002/09/06] bin/42469 After mounting by mount_smbfs directories o [2002/09/08] kern/42564 sound [sound] record bug with emu10k1 driver o [2002/09/09] bin/42609 pkg_info -qg doesn't handle missing files o [2002/09/10] kern/42638 sound [sound] CS4326/4327 (MSS) buggy output pl o [2002/09/11] bin/42663 pw(1): pw useradd assigns unique UID's to o [2002/09/13] kern/42728 small many problems in src/usr.sbin/ppp/* afte f [2002/09/13] bin/42732 [NFS] seg fault in mount_nfs o [2002/09/14] i386/42766 [patch] proposal to perform reboot via ju o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/18] bin/42934 qa [sysinstall] installation procedure on in o [2002/09/19] kern/42956 libc bug: dlclose gives "invalid shared o o [2002/09/19] bin/42974 [patch] ISO 8601 date format option p [2002/09/20] bin/43139 bms /sbin/route -host option doesn't always s o [2002/09/21] kern/43154 [patch] tunwrite() does not allocate clus o [2002/09/22] i386/43262 command 'shutdown -r' (also reboot) cause o [2002/09/25] kern/43355 idad driver will work if logical drives d o [2002/09/25] bin/43367 incorrect report from 'who' after 'shutdo o [2002/09/25] bin/43368 pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp o [2002/09/29] docs/43470 blackend Solid State / x109 article out of date. o [2002/09/29] kern/43474 [nfs] [patch] dhcp.* values not set in ke o [2002/09/29] bin/43497 mount -t nfs -> crunchgen incompatible o [2002/09/30] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] i386/43539 Cannot mout floppy on Compaq Proliant ML3 o [2002/10/02] kern/43577 [PATCH] New kernel option SHUTDOWN_BEEP o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/02] bin/43596 pkg_add does not propogate 'remote' to de o [2002/10/03] kern/43611 [patch] static-ize some symbols in sys/cr o [2002/10/03] kern/43616 [patch] static-ize some functions in sys/ o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/05] kern/43716 [patch] puc driver does not recognize Lav s [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] docs/43823 doc [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src o [2002/10/09] bin/43857 [patch] conflicting types in /usr/src/usr o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/11] kern/43905 [patch] kqueues: EV_SET(kevp++, ...) is n o [2002/10/11] kern/43916 [hang] Olicom OC-2220 (PC-card) hangs on o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/14] docs/44034 trhodes Multiple sysctl variables are not documen o [2002/10/14] misc/44058 /dev/ch* is created without group write p o [2002/10/15] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] bin/44122 tun0 gets a second ip adress after a disc o [2002/10/17] conf/44170 Add ability to run multiple pppoed(8) on o [2002/10/17] www/44181 www www "Release Information" organization o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R o [2002/10/19] i386/44262 tanimura Problems with nrp driver o [2002/10/19] kern/44267 [patch] One more modem PNP id for /usr/sr o [2002/10/19] bin/44277 devinfo is not C++ safe o [2002/10/19] conf/44286 roberto /etc/defaults/rc.conf uses the obsolete n o [2002/10/20] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/22] kern/44365 [patch] introduce ulong and unchar types o [2002/10/22] kern/44372 roberto some kernel options prevent NTP clock syn f [2002/10/22] kern/44379 [libutil] property.c, properties_read() b o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/26] kern/44497 NIC Lags? o [2002/10/26] i386/44500 [patch] bge(4): add AC1001 Gigabit NIC as o [2002/10/27] kern/44512 sound [sound] pcm driver generates static half o [2002/10/29] kern/44580 [nfs] NFS updates file access time when f o [2002/10/29] kern/44587 scsi dev/dpt/dpt.h is missing defines required o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for f [2002/10/30] conf/44717 dougb update login.conf and unify login capabil o [2002/11/04] bin/44894 markm telnet(1): as a local non-root user and r o [2002/11/05] bin/44915 qa [sysinstall] 'choose installation media' o [2002/11/06] gnu/44984 Send-pr can use environmental variable $F o [2002/11/06] docs/45011 trhodes style(9): '->' and '.' don't require spac o [2002/11/07] kern/45026 [nis] Can't set next password change date o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/09] www/45169 linimon suggested update for ports index page on o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] conf/45222 daily rejected mail hosts report too long o [2002/11/12] conf/45226 mtm Fix for rc.network, ppp-user annoyance o [2002/11/12] bin/45229 restore(8) -i: ls reports mising files as o [2002/11/12] gnu/45246 sobomax tar --listed-incremental fails for Solari o [2002/11/13] bin/45254 qa [patch] [sysinstall] sysinstall installs f [2002/11/14] ports/45289 hrs ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/19] bin/45486 Support for human readble (-h/-H) output s [2002/11/21] bin/45547 sos a patch to make burncd handle .wav files. a [2002/11/22] bin/45584 read builtin function of sh does not read o [2002/11/23] bin/45608 qa [sysinstall] install should config all et s [2002/11/23] ports/45613 portmgr make update doesn't o [2002/11/24] kern/45679 sound [sound] [patch] Cannot record except 8bit o [2002/11/24] kern/45682 sound [sound] [patch] Sometime failed to record o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/25] bin/45701 markm spelling error in rogue o [2002/11/25] conf/45704 [PATCH] request to change cp866b font to o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/27] kern/45793 [patch] invalid media subtype aliases in o [2002/11/28] bin/45830 nectar [kerberos] KDC has problems when listenin p [2002/11/30] conf/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/07] conf/46062 kris Remove skel from BSD.root.dist. f [2002/12/09] bin/46110 [growfs] why does fsck work with / mounte o [2002/12/09] i386/46113 [patch] busspace bugs in parameter checki o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p f [2002/12/09] bin/46123 fenner PATCH: tcpdump needs -a flag if netmask i o [2002/12/10] kern/46159 ipfw ipfw dynamic rules lifetime feature o [2002/12/10] bin/46163 gad lpc problem. Only root can modify despit o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/13] bin/46235 rwatson [sysinstall] NTP servers for Finland requ o [2002/12/14] kern/46250 sound [sound] yamaha DS-1E sound driver not wor o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2002/12/17] bin/46328 gad patch for lpd o [2002/12/19] kern/46368 [patch] MAXDEP in isa/pnpparse.c is too s s [2002/12/19] bin/46382 ps(1) could use a "repeat" mode o [2002/12/20] conf/46409 Certain periodic scripts check broken NFS o [2002/12/21] standards/46441 /bin/sh does not do parameter expansion i o [2002/12/22] conf/46453 [INTERNATIONALIZATION] cons25l2, ISO8859- o [2002/12/31] conf/46645 [PATCH] rc.shutdown state table saving ha a [2003/01/03] docs/46709 peter tables in terminfo.5 are broken o [2003/01/03] kern/46734 [patch] joystick driver doesn't allow for o [2003/01/03] kern/46736 sound [sound] ISA audio CS4232 (HP Omnibook 500 s [2003/01/04] conf/46746 No way to set link addresses through rc.c o [2003/01/04] bin/46758 moused enhancements p [2003/01/05] docs/46787 trhodes compress(1) manpage missing BUGS; other c p [2003/01/06] docs/46793 trhodes DEVICE_POLLING can not be used with SMP, o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] bin/46905 qa [sysinstall] FreeBSD 5.x cannot be instal s [2003/01/10] conf/46913 darrenr ipf denied packets of security run output o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... o [2003/01/11] kern/46973 [patch] syscons virtual terminals switchi s [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] kern/47029 sound [sound] Static and popping with Hercules o [2003/01/19] bin/47204 qa [sysinstall] base + XFree86 install fails o [2003/01/19] i386/47223 [PATCH] pcvt(4), ESC sequences do not cha o [2003/01/20] bin/47235 top reports inaccurate cpu usage f [2003/01/20] kern/47243 sound [sound] Onboard CMedia CMI8738 playback n o [2003/01/21] kern/47311 mdodd [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] bin/47314 qa [sysinstall] wish: install should not req p [2003/01/22] kern/47349 emulation Fake a sound ioctl (plus linux hook) o [2003/01/22] bin/47350 rc.network supports only one ppp profile o [2003/01/22] kern/47352 sound [sound] pcm/ac'97, dsp device busy o [2003/01/22] i386/47376 [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/23] bin/47387 [PATCH] gprof -K still requires "a.out" a f [2003/01/25] kern/47452 le [vinum] df(1) reports filesystem empty wh o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] conf/47566 le [vinum] [patch] add vinum status verifica o [2003/01/28] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] bin/47576 [PATCH] factor(6)ing of negative numbers o [2003/01/28] docs/47594 doc [PATCH] passwd(5) incorrectly states allo o [2003/01/28] bin/47596 daily security run complains if timezone o [2003/02/02] bin/47815 stty -all should work. o [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/04] bin/47908 qa [sysinstall] /stand/sysinstall can't disp o [2003/02/06] docs/47991 trhodes Handbook section on upgrading kernel says o [2003/02/08] docs/48101 doc There's no documentation on the fixit dis o [2003/02/09] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 change CVSROOT/log_accum.pl to not send m o [2003/02/10] conf/48133 /etc/rc: improved vi recovery notificatio o [2003/02/11] kern/48172 ipfw ipfw does not log size and flags o [2003/02/12] conf/48195 /var/db/mounttab error on diskless boot o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/16] kern/48338 sound [sound] pcm audio driver hogs /dev/dsp?.? o [2003/02/16] bin/48342 usb [PATCH] usbd dynamic device list. o [2003/02/18] bin/48443 mtm /usr/sbin/periodic executes too many file o [2003/02/18] conf/48444 [patch] count connection attempts instead o [2003/02/19] kern/48471 pjd [patch] private IPC for every jail o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af o [2003/02/23] kern/48599 [PATCH] syscons cut-n-paste logic is brok o [2003/02/23] bin/48603 Getopt is broken. Patch included. o [2003/02/24] gnu/48638 [PATCH] some bug fixs in libdialog o [2003/02/25] alpha/48676 alpha Changing the baud rate of serial consoles f [2003/02/28] conf/48775 iso8859-15 termcap entries needed o [2003/03/02] kern/48837 mbr dc cannot handle DC21142/3 PCI/CardBus 10 o [2003/03/03] conf/48870 [PATCH] rc.network: allow to cancel inter o [2003/03/03] kern/48894 [nfs] Suggested improvements to the NFS r s [2003/03/06] bin/48962 des [PATCH] modify /usr/bin/fetch to allow ba o [2003/03/06] kern/48976 nwfs.ko oddity o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/06] bin/48989 qa [sysinstall] Sysinstall's partition edit o [2003/03/07] i386/49023 gad [patch] to LPD (printjob.c) to pass sourc o [2003/03/08] kern/49037 sound [sound] [patch] ESS Maestro chip misdetec o [2003/03/08] kern/49039 add support for RS485 hardware where dire f [2003/03/10] ports/49082 daichi portupgrade runs slow o [2003/03/10] kern/49086 ipfw [patch] Make ipfw2 log to different syslo f [2003/03/12] ports/49955 portmgr [PATCH] bsd.port.mk: add target to automa p [2003/03/12] kern/49957 naddy CRC32 generator should be the common rout o [2003/03/18] misc/50106 Make 'make release' more flexible behind f [2003/03/19] kern/50110 usb [usb] Astra 2100U scanner being detected o [2003/03/19] bin/50118 grog calendar(1) dumps core if there is ./cale p [2003/03/21] conf/50160 ache sl_SI.ISO8859-2 collation sequence is wro o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation p [2003/03/24] docs/50248 ceri New FreeBSD books o [2003/03/25] bin/50300 Make the loader's use of terminal-control o [2003/03/26] bin/50310 natd / libalias fix to allow dcc resume i p [2003/03/27] bin/50328 kris ctm_smail doesn't handle large deltas wel o [2003/03/27] bin/50331 Changing uid with pw causes duplicate use o [2003/03/27] bin/50365 [PATCH] rc.sysctl cannot handle values co o [2003/04/01] kern/50526 [patch] update to #! line termination o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re p [2003/04/08] docs/50735 brueffer Small diff to the developers handbook & o o [2003/04/09] bin/50749 ipfw ipfw2 incorrectly parses ports and port r o [2003/04/10] docs/50773 jmg NFS problems by jumbo frames to mention i o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev p [2003/04/14] bin/50924 "vmstat -f" says "unimplemented" but data s [2003/04/14] i386/50929 AMD K6-2+ processor is identified incorre o [2003/04/14] bin/50949 BUG: mtree doesn't honor the -P when chec o [2003/04/14] bin/50955 [PATCH] natd / libalias support for multi o [2003/04/14] conf/50956 daily_status_disks_df_flags in /etc/defau o [2003/04/15] bin/50971 du(1) doesn't understand UF_NODUMP flag o [2003/04/15] bin/50988 [Patch] find -size -- express argument in o [2003/04/15] kern/51009 [patch] buggy aue driver fixed. o [2003/04/16] bin/51070 add -p option to pom [PATCH] p [2003/04/17] kern/51082 bms FEATURE: More descriptive message on drop o [2003/04/18] kern/51120 MSGBUF_SIZE doesn't work in makefiles a [2003/04/18] docs/51133 murray RSH environmental variable not described s [2003/04/18] bin/51137 config(8) should check if a scheduler is o [2003/04/18] kern/51145 sound [sound] Audio Slows during Heavy I/O o [2003/04/19] bin/51148 Control the cache size for pwd_mkdb to sp f [2003/04/19] ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILE o [2003/04/21] bin/51205 dwmalone openssl in base system is not compiled th o [2003/04/22] bin/51296 grog calendar wrong for dates based on day+-nu o [2003/04/27] docs/51480 dds Multiple undefined references in the Free o [2003/04/28] bin/51488 Compat patch: more(1) allowed filename to p [2003/04/28] conf/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr a [2003/05/01] ports/51663 roam [PATCH] mail/vpopmail fix for using vmodu p [2003/05/03] conf/51729 ache A patch that can make freebsd support zh_ o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/06] ports/51900 trevor [Update Port]: audio/fest* to last versio o [2003/05/07] conf/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/08] ports/51947 mharo Analog port does not include anlgform.htm o [2003/05/08] kern/51958 usb [usb] [patch] update for urio driver o [2003/05/10] kern/52026 usb [usb] feature request: umass driver suppo o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u f [2003/05/12] ports/52106 phantom New port: java/javaws: Java Web Start 1.2 o [2003/05/13] bin/52190 dwmalone [Patch] decode more syscalls in truss o [2003/05/14] misc/52255 small picobsd build script fails under FreeBSD o [2003/05/14] misc/52256 small picobsd build script does not read in use o [2003/05/15] kern/52258 imp pccard non-functional, repeated "card ins o [2003/05/15] bin/52271 qa [sysinstall] sysinstall panics in machine o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter f [2003/05/19] bin/52432 usb [sysinstall] drivers.flp won't load with o [2003/05/19] docs/52448 simon [patch] Misc man page reference fixes o [2003/05/20] bin/52469 ppp: Multiple devices using UDP don't wor o [2003/05/21] bin/52517 murray New functionality for /usr/bin/Mail f [2003/05/23] bin/52601 mbr [PATCH] rpc.yppasswdd fails if master.pas o [2003/05/23] kern/52623 [if_ex] [patch] IRQ error in driver for t o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/05/26] ports/52706 portmgr [patch] bsd.port.mk issues warning if a s o [2003/05/27] kern/52725 [PATCH] installincludes for kmods f [2003/05/28] bin/52746 tcsh fails to handle large arguements o [2003/05/28] kern/52752 [PATCH] SMBus controller on ICH4 not reco o [2003/05/28] kern/52764 Impossible to build kernel with COPTFLAGS s [2003/05/28] ports/52765 portmgr [PATCH] Uncompressing manual pages may fa o [2003/05/29] bin/52782 user ppp dumps core when doing pppctl "sh s [2003/05/31] bin/52826 Feature Request: Adding Timestamps to pkg o [2003/06/01] i386/52835 pdeuskar em driver does not work with mobile-chips o [2003/06/03] bin/52907 phk [PATCH] more malloc options for debugging s [2003/06/03] ports/52917 portmgr [PATCH] bsd.port.mk: update default value p [2003/06/05] kern/52960 jmg [kbd] kbdcontrol macros don't work when l o [2003/06/05] kern/52971 bad macro LIST_HEAD in /usr/include/sys/q o [2003/06/06] kern/52980 mbr [patch] dc(4) driver fails to init Intel o [2003/06/08] kern/53025 usb [PATCH] ugen does not allow O_NONBLOCK fo o [2003/06/10] bin/53131 qa [sysinstall] "ALL" could not turn check B o [2003/06/11] conf/53197 re default tag of RELENG_5_1 standard-supfil o [2003/06/13] kern/53265 imp Make Sierra A555 work in FreeBSD o [2003/06/13] docs/53271 hmp the bus_dma man page fails to document al o [2003/06/13] bin/53288 tail will sometimes display more lines th f [2003/06/14] bin/53324 pam_group problems (PAM_RUSER used instea o [2003/06/15] bin/53341 qa [sysinstall] [patch] dump frequency in sy p [2003/06/16] bin/53377 [PATCH] su does not return exit status of o [2003/06/16] kern/53383 [bktr] [patch] adding Terratec TValue to o [2003/06/17] kern/53417 sound [sound] Bad Recordings on AC97 onboard au o [2003/06/19] bin/53475 cp(1) copies files in reverse order to de o [2003/06/19] kern/53506 [partial patch] support gzipped modules o [2003/06/19] bin/53520 su to another user does not update utmp o [2003/06/20] bin/53560 logging domain names in wtmp is retarded o [2003/06/21] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/24] www/53676 simon [patch] Don't make people contact doc@ fo o [2003/06/24] bin/53682 le [PATCH] add fuser(1) utitity o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/26] docs/53751 hmp bus_dma(9) incorrectly documents BUS_DMA_ a [2003/06/28] bin/53870 das C++ undeclares standard math functions li o [2003/06/29] bin/53899 mktime gives wrong result in Central time p [2003/07/01] conf/53944 [PATCH] ARMSCII-8 (Armenian) LOCALE and C o [2003/07/01] kern/53987 [smbfs] smbfs can't access to files with o [2003/07/02] docs/54009 trhodes Clarify the location of the splash image o [2003/07/02] bin/54026 bms [patch] Add support for non-standard port o [2003/07/03] kern/54049 sound [sound] Sound driver reports device busy o [2003/07/03] kern/54078 sound [sound] Sound Plays ~10% Slow [4.8] o [2003/07/06] bin/54141 wrong behavour of cu(1) o [2003/07/07] conf/54170 error from weekly periodic script 330.cat s [2003/07/07] bin/54185 rwatson UFS2 filesystem ACL flag not enforced o [2003/07/08] kern/54220 [PATCH] /usr/src/Makefile has wrong instr o [2003/07/09] bin/54274 udp-proxy support is not implemented in l o [2003/07/11] bin/54365 [PATCH] add -u option to install(1) for S o [2003/07/11] kern/54383 net [nfs] [patch] NFS root configurations wit o [2003/07/13] kern/54439 Protecting sysctls variables by given mut o [2003/07/13] docs/54451 doc [patch] i386_{get|set}_ldt manual page is o [2003/07/14] docs/54461 kensmith Possible addition to Handbook o [2003/07/17] bin/54594 Apply regexps to the entire variable -- a o [2003/07/18] kern/54604 pjd Made 'ps -e' procfs-independent [PATCH]. o [2003/07/19] kern/54625 suz [PATCH] IPv6 stealth forwarding o [2003/07/21] bin/54683 sh, redundant history o [2003/07/22] docs/54752 hmp bus_dma explained in ISA section in Handb o [2003/07/23] bin/54784 find -ls wastes space o [2003/07/24] standards/54809standards pcvt deficits o [2003/07/25] standards/54833standards more pcvt deficits o [2003/07/25] standards/54839standards pcvt deficits s [2003/07/26] bin/54878 incorrect divisor in /usr/bin/jot -r o [2003/07/26] docs/54879 doc man 1 jot, -r description o [2003/07/26] kern/54884 mckusick FreeBSD -stable and -current free space h o [2003/07/27] bin/54891 libalias/natd and exporting connection-in o [2003/07/27] bin/54897 [PATCH] -y flag for mount_mfs f [2003/07/28] kern/54981 sanpei QUIRK: Add support for Lexar 256MB USB dr p [2003/07/28] docs/54995 bms Error in accept(2) man page o [2003/07/29] conf/55015 [patch] 700.kernelmsg: Security check out o [2003/07/30] kern/55031 getgrent() failure with large groups o [2003/07/31] standards/55112standards glob.h, glob_t's gl_pathc should be "size o [2003/08/01] kern/55163 [patch] hide kld system details from jail o [2003/08/03] bin/55215 le [PATCH] add wu-ftpd style xferlog format p [2003/08/07] conf/55341 Adding ko_KR.CP949 locale o [2003/08/08] misc/55387 [patch] users LD_LIBRARY_PATH can interfe o [2003/08/08] gnu/55394 marcel GDB on FreeBSD 4.8: Deprecated bfd_read. o [2003/08/08] kern/55395 matk ICH sampling rate changes after resume fr o [2003/08/08] ports/55401 ache mod_auth_digest for ports/www/apache13 o [2003/08/11] conf/55470 [PATCH] new pccard.conf entry (I-O DATA W o [2003/08/12] docs/55482 doc DUMP has access to block devices in a JAI a [2003/08/13] ports/55515 portmgr [patch] extract perl stuff from bsd.port. o [2003/08/13] bin/55539 [patch] Parse fstab(5) with spaces in pat o [2003/08/13] bin/55546 cdcontrol play tr m:s.f interface is part p [2003/08/16] docs/55641 roam [PATCH] catch up tl(4) with hardware note p [2003/08/16] docs/55643 roam [PATCH] catch up aue(4) with hardware not p [2003/08/16] docs/55645 roam [PATCH] catch up kue(4) with hardware not o [2003/08/17] ports/55669 nobutaka emacs20 and emacs21 override each other a o [2003/08/20] bin/55788 le [vinum] Growfs does not work on vinum con o [2003/08/20] i386/55793 Flaky behavior of if_dc when initializing o [2003/08/20] kern/55802 Make kernel.GENERIC suitable for diskless o [2003/08/21] kern/55835 emulation Linux IPC emulation missing SETALL syscal o [2003/08/21] i386/55838 [kbd] Dual characters from keyboard in X o [2003/08/21] ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to u o [2003/08/22] docs/55883 kensmith [patch] handbook advanced-networking/chap p [2003/08/23] conf/55895 [patch]fix short weekday names in zh_CN.* o [2003/08/24] conf/55916 Change to /etc/rc.network & /etc/defaults o [2003/08/24] kern/55917 tun# devices cannot be created in 4.8-STA p [2003/08/24] docs/55925 roam mt, mtio, tcopy man pages refers to *rsa o [2003/08/24] gnu/55936 send-pr does not set mail envelope from o [2003/08/26] kern/55984 ipfw [patch] time based firewalling support fo o [2003/08/26] bin/56012 [patch] MAKEDEV does not allow creation o f [2003/08/28] ports/56091 ports-bugs hp220 driver for print/ghostscript-gnu do o [2003/08/28] kern/56095 QUIRK: Apacer Pen Drive fails to work o [2003/08/30] kern/56165 bms if_baudrate is not correct for rl, xl, dc o [2003/08/31] kern/56245 [bktr] Distorted and choppy video with bk o [2003/08/31] bin/56249 obrien lukemftpd has two bugs (motd, munged utmp o [2003/08/31] kern/56250 ums doesn't work with MCT based PS/2 conv f [2003/09/02] ports/56301 daichi portupgrade: -O ineffective o [2003/09/04] kern/56441 andre bpf_tap() used incorrectly in bpf o [2003/09/04] bin/56447 Extend mt command for AIT-2 tape drives o [2003/09/04] kern/56451 /compat/linux/proc/cpuinfo gives wrong CP o [2003/09/05] standards/56476standards cd9660 unicode support simple hack o [2003/09/07] gnu/56554 re add Cc: maintainer feature to send-pr o [2003/09/07] bin/56558 [PATCH] locate(1) cannot be safely used w o [2003/09/09] kern/56632 MTIO incorrect mt_fileno status after MTE o [2003/09/09] bin/56648 le [PATCH] enable rcorder(8) to use a direct o [2003/09/10] kern/56664 bad file# in MTIO status buffer after MTE o [2003/09/11] misc/56720 [feature request] UNICODE support in Reso o [2003/09/12] conf/56736 mtm [PATCH] rcNG: enable packages to particip f [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2003/09/16] conf/56934 rc.firewall rules for natd expect an inte o [2003/09/16] docs/56936 hmp [patch] articles/java-tomcat: add applica o [2003/09/17] conf/56940 pccard.conf entry for PCET10-CL causes sy o [2003/09/17] bin/56952 re [sysinstall] floppy install error s [2003/09/18] ports/56980 portmgr unprivileged user, extracting of tarballs a [2003/09/18] docs/56981 peter man terminfo(5) from libncurses does not f [2003/09/19] kern/56999 usb FreeCom USB CD/RW problem on FreeBSD 5.1 o [2003/09/19] bin/57018 le [PATCH] convert growfs to use libufs(3) o [2003/09/19] bin/57024 a new option for xargs(1) -- only treat \ o [2003/09/19] bin/57026 [PATCH] Therer is no way to know the labe o [2003/09/20] kern/57036 No media detected by 3c905b-tx on 4.9-rel o [2003/09/20] bin/57045 trpt(8) option -t was disabled on -curren o [2003/09/21] bin/57054 let test(1) compare the mtime of a file t o [2003/09/22] bin/57088 [PATCH] for a possible fd leak in libcam. o [2003/09/22] bin/57089 "w" does not honor the -n option o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/26] kern/57230 [patch] psm(4) incorrectly identifies an o [2003/09/26] amd64/57250 obrien Broken PTRACE_GETFPREGS and PTRACE_SETFPR o [2003/09/26] ports/57259 portmgr [patch] Building a port as root using an o [2003/09/27] standards/57295harti make's handling of MAKEFLAGS is not POSIX o [2003/09/27] docs/57298 blackend [patch] add using compact flash cards inf o [2003/09/30] docs/57388 doc INSTALL.TXT enhancement: mention ok promp s [2003/09/30] bin/57407 bms [patch] Better NTP support for dhclient(8 o [2003/10/01] misc/57464 [boot] loader(8) seems to confuse files [ o [2003/10/01] kern/57469 scsi [patch] Quirk for Conner CP3500 o [2003/10/02] ports/57498 portmgr HEIMDAL_HOME should be defined in src or o [2003/10/02] ports/57502 eik ports that define USE_* too late o [2003/10/02] conf/57517 add parameter for /etc/periodic/daily/210 o [2003/10/03] kern/57522 [PATCH] New PID allocater algorithm from p [2003/10/03] docs/57541 trhodes Some suggestions for the Basics chapter o o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page p [2003/10/06] bin/57630 lptcontrol gives "device busy" if device o [2003/10/06] bin/57641 dd [patch] missing option in mdmfs (mount_mf a [2003/10/07] kern/57696 [nfs] NFS client readdir terminates prema o [2003/10/07] bin/57715 [patch] tcopy enhancement f [2003/10/07] kern/57721 sound [sound] [patch] Dell built in SB Live not o [2003/10/08] conf/57748 [patch] rc.network doesn't allow for -a i a [2003/10/12] standards/57911tjr fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) o [2003/10/13] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] kern/57976 simple kernel DDB enhancement o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes o [2003/10/14] bin/58008 qa [patch] [sysinstall] sysinstall postfix i o [2003/10/14] bin/58012 Multihomed tftpd enhancement o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra o [2003/10/18] docs/58202 kensmith handbook doesn't mention kldload'ness of o [2003/10/18] bin/58206 [Patch] 460.status-mail-rejects incompati o [2003/10/20] bin/58293 vi replace with CR (ASCII 13) doesn't wor o [2003/10/22] kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC an o [2003/10/22] bin/58390 bsdlabel fails to display an error messag o [2003/10/24] bin/58483 [PATCH] allows type special or node relat o [2003/10/24] kern/58497 sysctl knob to return current process' ji f [2003/10/25] kern/58529 dwmalone [patch] RDWR bpf in pcap. o [2003/10/26] ports/58545 joerg devel/avr-gcc: fix libintl and libiconv d o [2003/10/26] conf/58557 Summer/Winter-time change causes daily cr o [2003/10/26] gnu/58583 kan gcc.1, cpp.1 and gcov.1 manpages are outd o [2003/10/27] conf/58595 Default NTP configuration o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des f [2003/10/28] ports/58653 trevor [Ports Update]:: audio/fest* 1.4.1 -> 1.4 o [2003/10/28] gnu/58656 marcel gdb not ready for prime time o [2003/10/29] standards/58676standards grantpt(3) alters storage used by ptsname o [2003/10/29] conf/58680 dougb [PATCH] RCNG: shouldn't ldconfig be start o [2003/10/29] bin/58696 /sbin/natd feature request & possible pat o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/10/31] i386/58784 i386 ATA DMA fails and vx0 creates panic o [2003/11/01] kern/58803 [patch] kern.argmax isn't changeable even o [2003/11/03] bin/58893 OPIE implementation bug o [2003/11/04] bin/58939 dumb little hack for /etc/rc.firewall{,6} o [2003/11/05] kern/58967 Kernel kills processes in spite of cputim o [2003/11/05] bin/58970 truss coredumps for the no significant re o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a o [2003/11/09] kern/59067 [patch] PS/2 mouse unstable p [2003/11/10] bin/59144 stefanf [patch] Allow a trailing / for mount -u t f [2003/11/10] i386/59147 usb [usb] USB active extension cable not reco o [2003/11/11] ports/59165 cy fvwm2 port glitches/bugs o [2003/11/11] kern/59169 usb [patch] ulpt is missing read operation o [2003/11/12] bin/59207 uustat list limit of 201 jobs o [2003/11/12] kern/59208 matk [sound] [patch] reduce pops and crackles o [2003/11/12] bin/59220 obrien systat(1) device select (:only) broken o [2003/11/13] docs/59240 blackend handbook update: linux MATLAB f [2003/11/13] ports/59254 eik ports that write something after bsd.port o [2003/11/14] kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_ f [2003/11/14] ports/59292 hrs dvips one line paper sizes broken? o [2003/11/15] www/59307 remko [patch] xml/xsl'ify & update publications o [2003/11/19] kern/59456 fdescfs stat / compress creates only empt o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/20] bin/59530 strange bug in /bin/sh o [2003/11/21] bin/59551 marcel Problem with GDB on latest -CURRENT f [2003/11/21] ports/59553 hrs teTeX installs texdoctk without depending o [2003/11/21] bin/59564 Added an option (-S) to from command to a f [2003/11/21] ports/59571 java improvements of www/jakarta-tomcat4[1] Ma o [2003/11/23] conf/59600 [PATCH] Improved us.emacs.kbd mapping o [2003/11/23] kern/59624 [PATCH] HightPoint HPT371 support for Fre o [2003/11/26] kern/59698 [kbd] [patch] Rework of ukbd HID to AT co o [2003/11/26] bin/59708 [patch] add sSMTP support for Mail select o [2003/11/27] bin/59730 isdnd crashes with signal 11 if cannot cr o [2003/11/27] kern/59732 jhb acpi causes boot to hang o [2003/11/27] docs/59735 kensmith Adding a reference to Icelandic Rsync o [2003/11/27] docs/59736 kensmith Updating size of archives o [2003/11/27] kern/59739 rmdir(2) and mkdir(2) both return EISDIR o [2003/11/28] bin/59772 ftpd(8)/FreeBSD 5: support for tcp_wrappe o [2003/11/28] bin/59774 ftpd(8)/FreeBSD 5: syslog facility may be o [2003/11/28] bin/59775 ftpd(8)/FreeBSD 5: incorrect reply for "u f [2003/11/29] ports/59788 daichi sysutils/portupgrade ignores line breaks p [2003/11/29] conf/59799 New locale: zh_HK.Big5HKSCS s [2003/11/29] ports/59802 linimon [patch] make devel/py-ncurses depend on d o [2003/11/29] i386/59806 tackerman [patch] Suspend/resume breaks em0 o [2003/11/30] kern/59814 FreeBSD mknod refuses to create pipes and o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce f [2003/11/30] i386/59854 anholt System panics when AMD 762 AGP is loaded o [2003/12/02] kern/59896 trm driver is not in GENERIC o [2003/12/02] docs/59900 kuriyama out of date README.txt and .message files o [2003/12/02] kern/59903 [patch] "pci_find_device" returns [only/a o [2003/12/03] bin/59922 Toshiba Portege hangs with Eicon DIVA T/A o [2003/12/09] kern/60089 scottl UDF filesystem appends garbage to files o [2003/12/10] conf/60106 /etc/hosts mentions AfriNIC which does no o [2003/12/12] kern/60174 marcel debugging a kernel module in load/attach o [2003/12/12] kern/60183 sobomax [patch] No WCCPv2 support in gre o [2003/12/15] kern/60248 usb [patch] Problem with USB printer HP Laser a [2003/12/16] kern/60293 bms FreeBSD arp poison patch o [2003/12/16] kern/60307 [patch] wrong product id in pccarddevs fo o [2003/12/17] i386/60319 i386 [hang] read error 34/0 during installatio o [2003/12/18] bin/60350 qa [sysinstall] in Choose Distributions scre o [2003/12/18] misc/60352 [PATCH] buildworld fails in sysinstall if o [2003/12/21] kern/60448 PF_KEY protocol does not have a correspon o [2003/12/21] ports/60472 ports-bugs [New Port] devel/doxymacs Doxymacs is Dox o [2003/12/22] misc/60503 [modules] small error in modules installa o [2003/12/22] bin/60510 [PATCH] change to less for compressed fil o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2003/12/25] kern/60550 silby [PATCH] hitting process limits produces s f [2003/12/25] ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify o [2003/12/26] kern/60599 multimedia [sound] [partial patch] No sound for ATI o [2003/12/27] bin/60632 UI bug in partition label screen in sysin o [2003/12/27] bin/60636 Enhancement to adduser script. f [2003/12/27] conf/60637 /etc/resolv.conf not created after fresh o [2003/12/28] bin/60642 mbr dhclient has mysterious option -D o [2003/12/28] bin/60662 qa [sysinstall] 5.2 Anonymous FTP server out o [2003/12/29] conf/60677 [patch] No reaction of volume controy key o [2003/12/29] kern/60697 [patch] pseudo-tty hack versus telnet rac f [2003/12/29] kern/60699 DVD Multidrive udma mode autosensed wrong o [2003/12/29] i386/60702 i386 can't boot 5.2-RC2 iso's to install o [2003/12/30] kern/60719 ipfw ipfw: Headerless fragments generate cryp o [2003/12/30] kern/60737 sound [sound] Sound card Turtle Beach Santa Cru o [2003/12/31] kern/60761 sound [sound] pcm performance on emu10k1 driver o [2004/01/02] bin/60834 [ftp] ftpd send_data()+oldway: anonymous o [2004/01/03] kern/60874 [feature request] auto-assign devfs rules o [2004/01/04] kern/60892 [patch] added -p option to kldxref to all o [2004/01/04] kern/60900 During shutdown sync fails: "giving up on o [2004/01/06] i386/60963 i386 [PATCH] Win32 Applications abort on PECOF o [2004/01/06] kern/60982 [PATCH] ID for VIA 686A Power Management o [2004/01/07] i386/61005 i386 [boot] The Boot Manager in FreeBSD 5.2RC o [2004/01/08] docs/61070 doc handbook: Installation docs misleading: o [2004/01/09] kern/61109 bge on TYAN AMD762-based Thunder/Tiger pa o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/01/12] bin/61234 usb [usb] [patch] usbhidaction doesn't suppor o [2004/01/12] bin/61239 [patch] bootp enhancement, places the dhc o [2004/01/12] kern/61261 obrien generated header, emu10k1-alsa%diked.h no o [2004/01/12] bin/61264 qa [sysinstall] unable To Use VT100 Terminal o [2004/01/13] conf/61289 /etc/pccard_ether: please use ifn value o f [2004/01/13] kern/61296 bz dhclient fails to start with SysKonnect L o [2004/01/13] kern/61300 [patch] Enabling HomePNA PHY on aue(4) fo o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh o [2004/01/13] misc/61322 bsd.dep.mk disallows shell generated flag o [2004/01/14] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/16] bin/61405 cperciva A faster ffs(3) o [2004/01/16] kern/61415 [PATCH] disable broadcast ssid if_wi and o [2004/01/16] kern/61438 5.2 nfs tasks running and not selected at o [2004/01/16] i386/61442 i386 Highpoint RocketRAID 1520 uses only UDMA2 s [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa o [2004/01/17] i386/61481 i386 [patch] a mechanism to wire io-channel-ch o [2004/01/17] kern/61497 ups [patch] __elfN(map_insert) bug o [2004/01/17] bin/61502 dwmalone Incorrect ip6fw output when adding rules o [2004/01/18] kern/61503 [smbfs] mount_smbfs does not work as non- o [2004/01/18] conf/61504 mtm [patch] New RC script: accf_http o [2004/01/18] i386/61545 5.2 release cannot see NIC on Dell 1750 o [2004/01/19] i386/61579 [hang] sis 645dx is not working (but on t o [2004/01/20] i386/61603 i386 [sysinstall] wrong geometry guessed s [2004/01/20] kern/61622 Intel Pro/100 Intelligent Server Adapter o [2004/01/20] conf/61641 grog Martin Luther King, Jr. Day missing from o [2004/01/21] bin/61666 peter [patch] mount_nfs parsing bug, segmentati o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP f [2004/01/21] kern/61677 Unable to open CDROM tray if boot_cdrom i o [2004/01/21] kern/61685 andre [patch] ipnat + dummynet on same interfac o [2004/01/21] bin/61690 fsdb seqfaults in cmd. parsing routine f [2004/01/22] i386/61703 acpi ACPI + Sound + Boot = Reboot o [2004/01/22] kern/61744 andre [patch] TCP hangs onto mbufs with no tcp o [2004/01/24] bin/61808 [PATCH] Update RPC prgs to allow binding s [2004/01/24] kern/61810 mounts done within a chroot show up wrong o [2004/01/24] www/61824 www Misleading documentation on FreeBSD insta o [2004/01/24] i386/61838 i386 Realtek -8139C Card Not Supported o [2004/01/24] i386/61843 i386 Intel PRO/100 VE adapter is not recognize o [2004/01/24] conf/61847 Additions to file /usr/share/misc/pci_ven o [2004/01/25] i386/61858 bms bus_dmamap_sync with BUS_DMASYNC_POSTREAD o [2004/01/25] docs/61859 doc Incorrect informaiton about trace command f [2004/01/25] i386/61889 i386 Have to reinsert pccard after reboot o [2004/01/25] kern/61909 5.2-Current fails to notice change of CD o [2004/01/26] bin/61971 k5init --renewable fails o [2004/01/27] bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c w o [2004/01/27] bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l a [2004/01/27] ports/61998 roam PostgreSQL support for mail/vpopmail 5.3. o [2004/01/27] i386/62003 i386 [patch] make /boot/loader "reboot" code s o [2004/01/28] kern/62042 luigi ipfw can't no more reject icmp (icmptypes o [2004/01/29] bin/62077 Make it possible to abbreviate device nam f [2004/01/30] kern/62094 3com 940 gigabit ethernet dhcp failure o [2004/01/30] kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and cl o [2004/01/30] kern/62102 alc obreak update f [2004/01/31] bin/62139 User cannot login through telnet or ssh b o [2004/02/01] bin/62207 ppp crashes with option 'nat punch_fw' wh o [2004/02/02] ports/62256 ports-bugs New port: chinese/mozilla-sclp o [2004/02/02] kern/62257 card reader UCR-61S2B is only half-suppor o [2004/02/03] i386/62288 reopened raid disks on a running system o [2004/02/03] bin/62300 gcc/config/freebsd-spec.h 1.6 is incomple o [2004/02/04] kern/62323 [kbd] Logitech Cordless MX Duo Keyboard/M o [2004/02/04] i386/62324 Onboard Broadcom BCM5705 controller not i o [2004/02/04] kern/62333 syslog: kernel: dc0: discard oversize fra o [2004/02/04] bin/62334 vipw doesn't see changes if re-edit for t o [2004/02/05] bin/62379 marcel gdb apropos command crashes o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/08] bin/62513 Errant /usr/bin/krb5-config on 4-STABLE p [2004/02/08] gnu/62555 readline 4.3 should be patched o [2004/02/10] ports/62607 hrs textproc/text2html conflicts with tex por o [2004/02/10] ports/62657 portmgr Port linux-jpeg have decreaseed version n o [2004/02/11] bin/62702 qa [sysinstall] backup of /etc and /root dur o [2004/02/11] bin/62711 qa [sysinstall] installation: "Insert Next C o [2004/02/12] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/12] kern/62742 [hang] system "hangs" for a some time whi o [2004/02/12] kern/62746 tjr [smbfs] SMBFS and vfs.usermount. User can f [2004/02/13] ports/62761 portmgr patch for phasing out distinfo files o [2004/02/13] bin/62766 ``systat -vm'' does not work on diskless f [2004/02/13] kern/62788 usb need quirks for Super Talent Flash USB 2. f [2004/02/14] ports/62829 portmgr Mk file bsd.linux.rpm.mk supporting Linux o [2004/02/14] java/62837 phantom linux-sun-jdk14 executables hang with COM f [2004/02/14] ports/62840 flz New Port: dns/bind9-sdb-ldap, bind9 patch s [2004/02/14] standards/62858standards malloc(0) not C99 compliant o [2004/02/15] kern/62862 sound [sound] [patch] fix pcm vchans related cr o [2004/02/15] ports/62876 nork www/linux-flashplugin6 fails library path o [2004/02/15] bin/62885 des pam_radius doesn't maintain multiple stat o [2004/02/15] kern/62890 ups proc pointer set by fork1 can be stale in o [2004/02/17] bin/62965 eik pkg_add -r fails if fetching multiple pac o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup f [2004/02/18] ports/62990 daichi portupgrade fails to use package even wit o [2004/02/18] misc/62994 Terminal locks up o [2004/02/18] ports/63018 obrien editors/vim: dependency to ruby/python is o [2004/02/19] bin/63064 strptime fails on %z o [2004/02/19] docs/63084 des Several Man-pages reference non-existant o [2004/02/20] kern/63096 rwatson [patch] MAC entry point for route manipul o [2004/02/20] ports/63108 obrien amd64/bento-fix: devel/gdb52 and devel/gd p [2004/02/21] standards/63173standards Patch to add getopt_long_only(3) to libc o [2004/02/21] amd64/63188 amd64 ti(4) broken on amd64 o [2004/02/22] bin/63197 tftp Bus error, core dumped o [2004/02/22] kern/63204 sound [sound] /dev/mixer broken with ESS Maestr o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc o [2004/02/22] ports/63216 portmgr 'BROKEN' or 'IGNORED' ports exit their "m s [2004/02/22] ports/63238 thierry New port: french/firefox-flp - Mozilla / o [2004/02/24] bin/63319 burncd fixate error o [2004/02/26] bin/63413 dbm_delete return value incorrect o [2004/02/29] conf/63527 AM/PM date format should be localized. o [2004/02/29] ports/63543 clsung New port: chinese/phpbb-zh_TW o [2004/02/29] www/63551 ceri Lack of DTD in cgi scripts o [2004/02/29] www/63552 remko Validation errors due to CAPs in attribut o [2004/03/01] docs/63570 ceri Language cleanup for the Handbook's DNS s o [2004/03/01] bin/63608 Add a -c option to time(1) to display csh o [2004/03/02] i386/63628 bms patch to i.386 master boot record to allo o [2004/03/02] bin/63659 /usr/sbin/pw does not honor symlinks in s s [2004/03/03] ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${ s [2004/03/03] i386/63721 bms VT6103 NIC broken since 5.2 o [2004/03/04] kern/63746 vmnet0 makes vmnet4096 o [2004/03/04] kern/63768 Must access /dev/acd0c before using /dev/ f [2004/03/04] kern/63779 usb [usb] USB-mass storage (USB to IDE Conver p [2004/03/05] docs/63808 keramida No manpage for devfs.conf o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/06] kern/63837 usb [patch] USB: hid_is_collection() only loo o [2004/03/07] kern/63863 glebius [patch] implement NGM_ELECTROCUTE s [2004/03/07] kern/63897 makeoptions CONF_CFLAGS are ignored when f [2004/03/09] kern/63982 tackerman em0 hardware checksum offloading causes b o [2004/03/10] bin/64036 Linux application Sophos Mailmonitor not o [2004/03/10] kern/64040 sound [sound] crackling sound on 5.2.1-RELEASE f [2004/03/11] bin/64079 wes mount_mfs (md) refuses to use permissions o [2004/03/11] kern/64114 [PATCH] bad vertical refresh for console o [2004/03/12] bin/64153 mdmfs features via fstab o [2004/03/12] kern/64178 jmg kqueue does not work with bpf when using o [2004/03/13] bin/64198 init(8) may keep zombies o [2004/03/15] ports/64304 portmgr geography category o [2004/03/15] ports/64307 ports-bugs [NEW PORT] databases/linux-unixODBC: RPM o [2004/03/16] bin/64327 [PATCH] make(1): document surprising beha o [2004/03/17] kern/64365 acpi ACPI problems o [2004/03/17] conf/64381 qa lo0 not up and no IPs assigned after inst f [2004/03/18] ports/64393 eik establish proper master-slave relations b p [2004/03/19] bin/64464 rwatson pam_krb5 module ignores no_ccache option o [2004/03/19] bin/64476 dougb [PATCH] mergemaster: support for keeping p [2004/03/20] ports/64490 obrien link error in manpage of editors/vim o [2004/03/20] kern/64522 3COM 3C920B onboard Asus P4R800-VM not su o [2004/03/22] kern/64556 if_sis short cable fix problems with NetG o [2004/03/22] kern/64588 [patch] Extend joystick driver architectu o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- s [2004/03/24] bin/64664 bms Reboot command needs to protect itself fr f [2004/03/26] ports/64769 daichi portupgrade mplayer-plugin not reading pk o [2004/03/26] kern/64772 Mouse Movement Problem o [2004/03/26] kern/64788 nsswitch with ldap and starting ppp on bo o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/03/27] bin/64811 systat can't display big numbers in some o [2004/03/29] kern/64875 standards [patch] add a system call: fdatasync() o [2004/03/29] i386/64878 tackerman Intel 82547 CSA Driver forces system lock o [2004/03/30] bin/64921 vmstat -i is not reporting IRQ usage on a o [2004/03/30] ports/64930 kris ports/Tools/portbuild/scripts/makeworld d o [2004/03/31] kern/64971 A squid process larger than 3G f [2004/03/31] ports/64980 ports-bugs New port: mail/qscanq f [2004/03/31] kern/64997 sanpei QUIRK: Getting a Philips USB mp3 player t o [2004/04/01] bin/65045 ftp doesn't remember binary mode if setti o [2004/04/02] docs/65065 doc improper language ntpd man pages o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/05] kern/65206 adding floppy drive seems to force PIO mo o [2004/04/05] bin/65228 [Patch]Allow rup to parse hostnames from o [2004/04/06] bin/65258 save /etc/rc.firewall from changing for s o [2004/04/07] kern/65278 ups [patch] sio: kgdb debugger port initializ o [2004/04/07] bin/65299 vi temp path contains double / o [2004/04/08] bin/65306 obrien [patch] Portability fixes for FreeBSD bui f [2004/04/09] ports/65344 portmgr USE_ macros for graphics libraries o [2004/04/09] kern/65355 [patch] TC1000 serial ports need enabling o [2004/04/10] ports/65408 trevor patch to shorten 133 DESCR files o [2004/04/10] ports/65409 trevor big whitespace cleanup o [2004/04/11] kern/65436 usb QUIRK: [patch] to add support for PNY Att o [2004/04/12] kern/65448 jhb _mtx_unlock_sleep() race condition if ADA o [2004/04/13] docs/65477 doc Installation Instruction fail to mention o [2004/04/13] bin/65483 vi -r crashes o [2004/04/14] i386/65528 i386 mouse cursor disapears on moving o [2004/04/14] docs/65530 doc minor improvement to getgrent.3 o [2004/04/15] bin/65557 passwd uses passwd_format of default logi s [2004/04/15] ports/65587 blackend Update emulators/linux-winetools to 1.30 o [2004/04/16] kern/65627 [patch] store P3 serial number in sysctl o [2004/04/17] bin/65649 Add `-u name' option to env(1) o [2004/04/18] bin/65707 scp does not deal with local file copies o [2004/04/19] kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops o [2004/04/19] kern/65786 [vfs_syscalls.c] Incorrect fifo semantics s [2004/04/20] ports/65794 joe net/ripetools is obsolete o [2004/04/20] bin/65803 gad bin/ps enhancements (posix syntax, and mo s [2004/04/20] ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow o [2004/04/20] ports/65828 trevor Returned mail: address is restricted o [2004/04/20] ports/65829 trevor Returned mail: address is restricted o [2004/04/21] ports/65865 roam [PATCH] dns/djbdns: add WITH_JUMBO - coll a [2004/04/22] docs/65895 murray incorrect "omshell" link in "dhclient" ma f [2004/04/23] ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive c o [2004/04/24] ports/65934 nork [NEW PORT] japanese/ja-xmms: X Multimedia o [2004/04/25] bin/65973 Problem logging in to the NIS slave and N o [2004/04/26] docs/65988 doc incorrect references to ppp.conf in handb o [2004/04/27] ports/66032 portmgr [PATCH] bsd.port.mk: clean room installat o [2004/04/28] ports/66042 ports-bugs new port: www/suexec13 (standalone suexec o [2004/04/29] kern/66079 bms route change default causes panic in cert o [2004/04/29] bin/66095 template_user is broken in pam_radius o [2004/04/30] ports/66109 portmgr [PATCH] bsd.port.mk: inconsistent use of o [2004/04/30] ports/66110 portmgr [PATCH] bsd.port.mk: MLINKS error detecti o [2004/05/03] kern/66185 twe driver generates gratuitous warning o o [2004/05/03] kern/66225 [patch] extend ng_eiface(4) control messa o [2004/05/04] ports/66246 ports-bugs new ports: textproc/docbook-utils, textpr o [2004/05/04] docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes no o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA o [2004/05/04] kern/66268 glebius [PATCH] Socket buffer resource limit (RLI o [2004/05/05] gnu/66279 less(1) -- add support for stty(1) erase2 p [2004/05/05] docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to n o [2004/05/05] docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_op p [2004/05/06] bin/66311 fenner TCPDUMP ISAKMP payload handling denial-of o [2004/05/07] ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java por o [2004/05/07] docs/66343 doc unlisted supported card on man page for w o [2004/05/07] standards/66357standards make POSIX conformance problem ('sh -e' & o [2004/05/08] ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o [2004/05/09] kern/66422 sound [sound] [patch] no sound on modern Sony V o [2004/05/09] docs/66426 doc handbook update (desktop section): web br o [2004/05/10] bin/66445 Add options to last(1) to ignore ftp logi f [2004/05/10] ports/66476 adamw [NEW PORT] misc/gaim-talkfilters: A neat o [2004/05/10] alpha/66478 alpha unexpected machine check: panic for 4.9, o [2004/05/10] ports/66480 openoffice editors/openoffice-1.1 port uses root's $ o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits o [2004/05/10] bin/66492 cpio -o -Hustar creates broken timestamps o [2004/05/11] docs/66505 trhodes escaping '~' and '$' characters in login. o [2004/05/11] standards/66531standards _gettemp uses a far smaller set of filena f [2004/05/11] kern/66547 usb [usb] Palm Tungsten T USB does not initia o [2004/05/12] i386/66564 3c920-MV00 PHY detection problem s [2004/05/12] ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/ o [2004/05/12] kern/66589 processes get stuck in "inode" state when o [2004/05/13] bin/66594 marcel gdb dumps core o [2004/05/14] kern/66642 sound [sound] pcm0: play: 0: play interrupt tim o [2004/05/16] bin/66677 mv incorrectly copies somedir/.. to ./.. o [2004/05/17] conf/66726 /etc/periodic/security/ 800.loginfail scr o [2004/05/17] bin/66763 mdmfs: sync arguments with those of newfs o [2004/05/17] docs/66768 doc 4_RELENG share/man/man4/ng_one2many.4 MFC o [2004/05/17] docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, o [2004/05/17] docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 o [2004/05/17] docs/66775 roam Clarification to committer's guide that p s [2004/05/18] ports/66808 ade bsd.port.mk: bsd.autotools.mk appears too o [2004/05/19] ports/66892 portmgr possible bug in philosophy of ports/MOVED o [2004/05/19] bin/66893 [patch] LINUX NIS clients connecting to F o [2004/05/20] bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix u o [2004/05/21] kern/66981 Can't read audio CDs with a samsung sw-25 o [2004/05/21] bin/66988 [Patch] apm.c check validation of the ret f [2004/05/21] i386/66996 i386 Problem with CD/DVD ROM o [2004/05/21] i386/66997 [if_bge] Problem with Broadcom BCM5705M a o [2004/05/21] i386/67011 mdodd [patch] MFC of vpd driver for IBM xSeries o [2004/05/22] bin/67041 "fortune -m" peeks in "fortune" file only o [2004/05/22] i386/67055 i386 Mouse (wheel) detection problem on SIS748 o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco o [2004/05/24] bin/67142 rpc.yppasswdd incorrectly throws errors a o [2004/05/25] bin/67172 w,finger display the remote host incorrec f [2004/05/25] i386/67189 acpi ACPI S3 reboot computer on Dell Latitude s [2004/05/25] ports/67192 ports-bugs mod_perl-related regressions in the newes o [2004/05/26] bin/67231 [patch] pam_krb5 doesn't honor default fl o [2004/05/27] kern/67242 tackerman [PATCH] dev/em/if_em.c isn't ctags compat o [2004/05/28] bin/67307 ready to import bootstrap_cmds/decomment o [2004/05/28] bin/67308 ready to import bootstrap_cmds/relpath fr o [2004/05/28] kern/67309 acpi zzz reboot computer (ACPI S3) a [2004/05/29] bin/67317 bms patch to nfsd.c to make it slightly more o [2004/05/29] bin/67334 mount_cd9660 gives dscheck: negative b_bl p [2004/05/29] kern/67357 brooks Patch for uftdi to support Intrepidcs.com o [2004/05/30] i386/67383 i386 [patch] do a better job disassembling cod f [2004/06/01] ports/67436 portmgr patch for bsd.port.mk: GNU_CONFIGURE_PREF o [2004/06/01] ports/67437 portmgr patch for bsd.port.mk: NO_BUILD and PKGNA o [2004/06/02] misc/67502 cvs cvs-all commit message did not include al s [2004/06/03] ports/67531 portmgr New spanish virtual branch f [2004/06/03] kern/67545 [nfs] NFS Diskless Mount Option Suggestio p [2004/06/03] conf/67549 No Cents for es_ES monetdef (Euro) o [2004/06/03] bin/67550 Add BLK_SIZE option to tftpd server o [2004/06/04] www/67554 www man-cgi visual glitch on 3-word titles f [2004/06/04] ports/67562 portmgr patch for bsd.port.mk - USE_BDB, WANT_BDB o [2004/06/04] gnu/67565 SIGPIPE processing in cvs 1.11.5 may lead o [2004/06/04] i386/67578 [kbd] Keyboard error IBM xSeries 335 o [2004/06/04] kern/67580 request to add hints for boot failures f [2004/06/05] kern/67603 No driver found: PCMCIA Cardbus, D-Link D f [2004/06/06] kern/67627 phk [panic] gbde kernel panic o [2004/06/07] www/67651 hrs Update early-adopter post-4.10 o [2004/06/07] bin/67687 iostat does not provide read vs. write st s [2004/06/08] kern/67706 [unionfs] cvs update over a union mount s o [2004/06/08] bin/67723 FreeBSD 5.x restore cannot handle other p o [2004/06/09] i386/67763 i386 [patch] PCMCIA: MELCO manufacturer code s o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e f [2004/06/10] docs/67806 doc [patch] Let 5.x users know how to boot in s [2004/06/11] ports/67815 ports-bugs graphics/ImageMagick no longer recognizes f [2004/06/11] i386/67818 bz Marvell if_sk driver watchdog timeout iss o [2004/06/11] kern/67830 [patch] CPU affinity problem with forked o [2004/06/11] ports/67832 jdp Change request: net/cvsup (STATIC -> WANT f [2004/06/11] ports/67839 girgen www/mod_jk2-apache2 2.0.2: uri /*.jsp mat o [2004/06/13] docs/67893 doc boot.8's -m description is insufficient. o [2004/06/13] alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats o [2004/06/14] bin/67943 find(1) fails when current directory is n o [2004/06/16] bin/68014 stty -pendin does not turn off pendin mod o [2004/06/16] bin/68016 Bug in visual bell on console (kbdcontrol o [2004/06/17] kern/68026 jdp [patch] add net_remove_domain, domain ref f [2004/06/17] ports/68061 knu databases/ruby-bdb1 has hardcoded install o [2004/06/17] bin/68062 standalone repeat(1) command o [2004/06/18] kern/68081 [patch] sys/time.h (lint fix) o [2004/06/18] i386/68087 i386 wget core dumps with: Assertion failed: ( o [2004/06/19] conf/68108 [patch] Adding mac-address /conf selector o [2004/06/19] kern/68110 hsu [PATCH] RFC 3522 for -HEAD o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med o [2004/06/19] kern/68122 sound [sound] Device busy (/dev/dsp)- insane, n o [2004/06/20] bin/68134 rwatson 'invalid hostname' displayed in w/who out o [2004/06/20] i386/68140 i386 Problem with Sony AIT ATAPI Tape dirve a [2004/06/22] kern/68189 luigi arp -a discloses non-jail interfaces with o [2004/06/22] kern/68192 Cannot use quotas on jailed systems p [2004/06/22] docs/68201 keramida [patch] pthread_atfork(3) man page f [2004/06/23] i386/68219 acpi ACPI + snd_maestro3 problem o [2004/06/23] kern/68225 sound [sound] trouble with sound on Dell Latitu o [2004/06/23] kern/68232 usb [patch] ugen(4) isochronous handling corr o [2004/06/25] kern/68311 [patch] it is impossible to override defa o [2004/06/25] bin/68312 be able to create fdisk partions using si o [2004/06/25] kern/68315 [patch] atacontrol addspare for 4.x o [2004/06/25] kern/68317 [patch] on soft (clean) reboots clean dme o [2004/06/25] bin/68328 enable configuration of extra listen sock s [2004/06/25] ports/68337 portmgr patch so that README.html files in ports s [2004/06/25] ports/68346 portmgr Nested port install requires user interve o [2004/06/27] kern/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB M o [2004/06/27] kern/68435 wpaul xl driver in freebsd 5.x only works if pr o [2004/06/28] bin/68437 conscontrol DEVDIR -> _PATH_DEV fix and m o [2004/06/28] docs/68453 doc [patch] rc.subr.8 o [2004/06/28] kern/68458 Burning DVD causes lots of FAILURE - READ o [2004/06/28] kern/68459 Patches to mknod(2) behave more like Linu o [2004/06/30] i386/68514 i386 Realtek driver halts on oversized frames o [2004/06/30] kern/68515 sound [sound] sound card noise (ES1938, 5.0) o [2004/06/30] i386/68518 i386 Hangs while loading 82443BX agp during bo p [2004/06/30] conf/68524 Including the Basque in the system o [2004/06/30] conf/68525 rc Loader's verbose boot mode has rc.d/local o [2004/06/30] bin/68527 Resizing 'top' running in a terminal to o o [2004/07/01] bin/68552 tip(1) does not set noncanonical mode inp o [2004/07/02] bin/68586 dwmalone [patch] allow syslogd to forward to non-d o [2004/07/02] kern/68594 sound [sound] [patch] enable S/PDIF output for o [2004/07/02] docs/68606 doc Porter's Handbook: document how to write o [2004/07/03] kern/68623 [patch] sf(4) (Adaptec StarFire) multiple o [2004/07/04] kern/68665 sound [sound] pcm doesn't detect Realtek ac97 o o [2004/07/05] kern/68690 write(2) returns wrong value when EFAULT p [2004/07/05] bin/68691 dwmalone syslogd - correct program name handling o [2004/07/05] kern/68692 andre [patch] Move ARP out of routing table o [2004/07/06] i386/68719 usb [usb] USB 2.0 mobil rack+ fat32 performan o [2004/07/07] conf/68745 rc /etc/rc.d/devfs runs after ntpd so links o [2004/07/07] i386/68754 i386 [hang] SMP reset bug (Tyan Thunder100, 44 o [2004/07/07] kern/68765 [mmap] a little data can be stored beyond o [2004/07/08] bin/68797 cut(1) patches to fflush after each write o [2004/07/09] bin/68840 [PATCH] Add Solaris-style -x flag to iost o [2004/07/09] docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o [2004/07/09] docs/68845 doc The .At macro produces unexpected results o [2004/07/09] bin/68848 [patch] find(1) shows pathname as optiona f [2004/07/09] sparc64/68869sparc64 netcard: Unexpect packet size, drop packe a [2004/07/11] bin/68904 eik pkg_install fixes (_PATH_*, sprintf -> sn o [2004/07/11] misc/68905 core dump ownership issue o [2004/07/11] ports/68908 knu x11/kde3 depends on missing port o [2004/07/11] conf/68916 Named starts PRIOR to ldconfig o [2004/07/13] bin/68981 unlogic jot behaviour. o [2004/07/13] kern/68991 le [vinum] vinum doesn't care which type a p o [2004/07/13] bin/69010 [patch] Portability fixes for FreeBSD bui o [2004/07/13] threads/69020threads pthreads library leaks _gc_mutex o [2004/07/14] kern/69064 [patch] No multiple ip4/6's could assigne o [2004/07/15] bin/69083 [patch] basic modelines for contrib/nvi f [2004/07/15] kern/69084 sound [sound] Error while initializing the soun o [2004/07/17] bin/69164 marcel GDB/amd64: coredump while debugging a cor o [2004/07/17] ports/69191 roam SRV patch for dnbs/djbdns o [2004/07/18] i386/69257 i386 [patch] in_cksum_hdr is non-functional wi o [2004/07/19] bin/69268 wpaul Fix ndiscvt to warn you if it's going to a [2004/07/19] kern/69283 sound [sound] Via 8233 driver records at half s o [2004/07/19] ports/69288 mharo [PATCH] security/sudo: Fix deinstall o [2004/07/19] ports/69309 ale mysql database backup script for periodic o [2004/07/20] kern/69356 LOR in rtsock.c/route.c o [2004/07/21] bin/69362 mbr amd (automounter) does not properly detec o [2004/07/21] docs/69383 doc disklabel = bsdlabel in 5.X or later o [2004/07/22] bin/69398 [patch] cleartext display of password in f [2004/07/22] ports/69421 perl perl5-related distfiles are in common dis o [2004/07/22] kern/69448 socket.h: cmsghdr macros don't work with f [2004/07/23] i386/69460 i386 the nic's speed slow down when both side f [2004/07/23] ports/69475 vs xemacs invalidly calls xargs (witj unexis o [2004/07/23] kern/69502 kldload will load modules that are in the f [2004/07/24] ports/69537 daichi Portupgrade cannot be run by cron properl o [2004/07/27] kern/69650 [patch] make getserv* functions work with o [2004/07/28] amd64/69705 amd64 IPC problem (msq_queues) o [2004/07/28] amd64/69709 amd64 ACPI enabled then floppy don't work (5.2. o [2004/07/28] i386/69722 i386 wi0: init failed o [2004/07/29] i386/69730 i386 [patch] puc driver doesn't support PC-Com o [2004/07/29] i386/69750 acpi Boot without ACPI failed on ASUS L5 s [2004/07/30] www/69780 keramida query-pr-summary.cgi generates very large p [2004/07/30] conf/69821 'what kernel' doesn't work o [2004/07/30] kern/69825 [setgroups] 1st group supplied to setgrou o [2004/07/30] kern/69826 [setgroups] 16th group has no effect when o [2004/08/01] docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not o [2004/08/01] bin/69875 `mlxcontrol status ' hangs wit o [2004/08/03] kern/69963 ipfw ipfw: install_state warning about already o [2004/08/03] ports/69965 portmgr check for moved ports in "make deinstall- o [2004/08/04] bin/69986 [patch] sysinstall: No job control in fix o [2004/08/04] kern/69989 killing process that uses snp + unloading o [2004/08/04] bin/70002 qa [sysinstall] fails to locate FTP dirs if f [2004/08/05] i386/70036 i386 pcn device not recognizing device o [2004/08/05] docs/70048 magic(5) file has a typo at second test f o [2004/08/08] ports/70156 sergei [PATCH] devel/porttools: fix finding orig o [2004/08/08] bin/70182 [patch] fortune -e implementation bug o [2004/08/09] docs/70217 doc Suggested rewrite of docproj/sgml.sgml o [2004/08/10] bin/70245 re Change to src/release/Makefile to aid doc o [2004/08/10] conf/70252 add System Administrator Appreciation Day o [2004/08/10] bin/70283 mtm adduser aborts in batch mode with comment o [2004/08/11] java/70292 java jdk14 compile problem o [2004/08/11] bin/70297 request to make amd timeouts per-mount lo a [2004/08/11] ports/70300 sergei devel/porttools does not use EMAIL from ~ o [2004/08/12] bin/70335 inconsistent syslog behavior when max chi o [2004/08/12] bin/70336 telnetd always exits with value 1 o [2004/08/12] bin/70355 [patch] dhclient-script is chatty with RE f [2004/08/12] kern/70362 sanpei QUIRK: [patch] LaCie 160GB USB drive f [2004/08/12] ports/70365 daichi sysutils/portupgrade incorrectly give inf o [2004/08/13] ports/70400 jedgar databases/p5-Mysql is incompatible with d o [2004/08/13] kern/70401 darrenr [modules] Could not load ipl.ko when no I o [2004/08/15] bin/70476 sbin/reboot change, -p behavior default f o [2004/08/15] amd64/70500 amd64 bge driver for 3Com 3C996B on amd64 preve o [2004/08/16] docs/70507 doc RE in BUG section of re_format(7) in obso o [2004/08/16] bin/70511 When fread()ing with buffering turned off o [2004/08/16] kern/70523 usb [usb] [patch] umct sending/receiving wron o [2004/08/16] bin/70528 No libffi on amd64, either with native co o [2004/08/16] bin/70536 reboot -dp tries to dump when powering of o [2004/08/16] docs/70555 doc [patch] changes to freebsd-glossary o [2004/08/17] docs/70583 ceri [PATCH] Update freebsd-glossary o [2004/08/18] kern/70608 [irq] ethernet-error (card uses duplicate o [2004/08/18] i386/70610 i386 [patch] spkr(4): hardcoded assumption HZ o [2004/08/19] docs/70652 hmp New man page: portindex(5) f [2004/08/19] kern/70673 harti gensnmptree is called from base and not / o [2004/08/20] docs/70697 pcm(4) is out of date o [2004/08/20] kern/70708 [nfs] gcore/procfs not finding /proc/pid/ o [2004/08/20] conf/70715 Lack of year in dates in auth.log can cau o [2004/08/21] bin/70756 [PATCH] indent mishandles code that is pr o [2004/08/21] bin/70795 [PATCH] misc nanobsd fixes and improvemen o [2004/08/21] kern/70798 Compatibility: Sun/Solaris has an fcntl() f [2004/08/21] ports/70802 daichi portupgrade cannot find downloaded packag o [2004/08/22] i386/70810 i386 [patch] Enable SMBus device on Asus P4B s o [2004/08/22] standards/70813standards [PATCH] ls not Posix compliant o [2004/08/22] ports/70831 tobez make perl5.8 port SU_CMD aware o [2004/08/22] i386/70832 i386 Serious problems with RealTek NIC using r f [2004/08/22] kern/70835 sanpei QUIRK: [patch] scsi_da does not recognize s [2004/08/23] kern/70852 sound [sound] via82xx PCM driver does not enabl o [2004/08/23] kern/70880 peter [nfs] 5.3 beta1 nfs problem o [2004/08/24] ports/70900 edwin [patch] devel/sdl12 inconsistency between o [2004/08/24] kern/70904 darrenr ipfilter ipnat problem with h323 proxy su o [2004/08/24] docs/70916 roam msync.2 manpage update o [2004/08/25] i386/70926 i386 [boot] 5.3Beta-1 bootstrap error: "atapci o [2004/08/25] kern/70942 usb [usb] Genius Wireless USB mouse: moused d o [2004/08/26] docs/70985 standards [patch] sh(1): incomplete documentation o o [2004/08/27] kern/71045 [dhcp] DHCP-Request is sets other device' s [2004/08/28] ports/71064 maho /usr/ports/math/atlas-devel o [2004/08/29] bin/71098 CVS keywords are not expanded with CVS 1. p [2004/08/30] kern/71142 delphij [patch] add vesa [1024x768] mode support o [2004/08/30] docs/71153 simon [ftp download] Doc packages install in /l o [2004/08/31] kern/71184 andre tcp-sessions hangs on FIN_WAIT_2 state o [2004/08/31] gnu/71210 Update to GNU sdiff: add user-preference o [2004/09/01] kern/71219 /proc/*/map dont tell file offset o [2004/09/01] conf/71254 ncurses: xterm vs. cons* termtypes or sc( o [2004/09/01] kern/71258 [patch] anonymous mmappings not always pa o [2004/09/02] kern/71280 aue0 device (linksys usb100tx) doesn't wo p [2004/09/02] kern/71317 sanpei [sound] [patch] Add nForce2 sound support o [2004/09/03] kern/71334 [ PATCH ] mem_range_attr_{set|get} are no o [2004/09/04] ports/71363 sergei [PATCH] devel/porttools: check extra dire o [2004/09/04] kern/71366 ipfw "ipfw fwd" sometimes rewrites destination o [2004/09/05] conf/71386 loader.conf: hint.apic.0.disabled="YES" d o [2004/09/06] kern/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] kern/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] kern/71422 rwatson LOR in sys/net/bpf o [2004/09/07] kern/71450 [if_de] MAC address change on 21040 "Tuli o [2004/09/07] kern/71455 usb [usb] Slow USB umass performance of 5.3 o [2004/09/07] kern/71469 default route to internet magically disap o [2004/09/07] kern/71474 route lookup does not skip interfaces mar p [2004/09/08] conf/71488 brooks [patch] create spooldirs for lpd (in a di f [2004/09/08] ports/71489 ports-bugs [PATCH] www/slash: initial support for mo o [2004/09/08] ports/71498 tobez update port: databases/p5-GDBM: update an o [2004/09/09] ports/71512 james vncserver problems on amd64 and x.org o [2004/09/09] bin/71513 [PATCH] allow -user/group +/-id construct o [2004/09/09] kern/71532 Multiple SCSI-Busses are seen differently o [2004/09/09] ports/71535 ports-bugs port sysutils/xbatt modification o [2004/09/09] ports/71536 silby emulators/rtc: kernel msg "rtc: [number] p [2004/09/09] ports/71544 arved devel/tvision might need these extra patc o [2004/09/10] conf/71549 /etc/termcap missing passthrough printing s [2004/09/10] ports/71550 thierry New port: devel/plan9port port of Plan9 s o [2004/09/10] docs/71555 doc how to run matlab on 5.2 f [2004/09/11] bin/71580 Sendmail is built and installed on a buil o [2004/09/11] i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on o [2004/09/11] kern/71605 usb [usb] [patch] umass doesn't recognize mul o [2004/09/11] kern/71608 XIRCOM REM56-100 Ethernet 10/100 can't co o [2004/09/12] bin/71613 [PATCH] cleanup of the usr.sbin/tracerout o [2004/09/12] bin/71616 [PATCH] cleanup of the usr.sbin/yp_mkdb c o [2004/09/12] bin/71617 [PATCH] cleanup of the usr.sbin/ypserv co o [2004/09/12] bin/71618 [PATCH] cleanup of the usr.sbin/timed cod o [2004/09/12] bin/71619 [PATCH] cleanup of the usr.sbin/tcpdump c o [2004/09/12] bin/71620 [PATCH] cleanup of the usr.sbin/sysinstal o [2004/09/12] bin/71621 [PATCH] cleanup of the usr.sbin/sliplogin o [2004/09/12] bin/71622 [PATCH] cleanup of the usr.sbin/sicontrol o [2004/09/12] bin/71623 [PATCH] cleanup of the usr.sbin/pcvt code o [2004/09/12] bin/71624 [PATCH] cleanup of the usr.sbin/rtadvd co o [2004/09/12] bin/71625 [PATCH] cleanup of the usr.sbin/rpc.ypupd o [2004/09/12] bin/71626 [PATCH] cleanup of the usr.sbin/rpc.statd o [2004/09/12] bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind c o [2004/09/12] bin/71629 [PATCH] cleanup of the usr.sbin/pppstats o [2004/09/12] bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o [2004/09/12] bin/71631 [PATCH] cleanup of the usr.sbin/pppctl co o [2004/09/12] bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o [2004/09/12] bin/71633 [PATCH] cleanup of the usr.sbin/mrouted c o [2004/09/12] bin/71653 [PATCH] usr.sbin/asf may use uninialised o [2004/09/12] bin/71659 [PATCH] cleanup of the usr.sbin/mount_por o [2004/09/12] bin/71660 [PATCH] cleanup of the usr.sbin/kgmon cod o [2004/09/12] bin/71661 [PATCH] cleanup of the usr.sbin/keyserv c o [2004/09/12] bin/71663 [PATCH] cleanup of the usr.sbin/i4b code o [2004/09/12] bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol o [2004/09/12] bin/71665 [PATCH] cleanup of the usr.sbin/dconschat o [2004/09/12] bin/71666 [PATCH] cleanup of the usr.sbin/btxld cod o [2004/09/12] bin/71667 [PATCH] cleanup of the usr.sbin/bootparam o [2004/09/12] bin/71669 [PATCH] cleanup of the usr.sbin/atm code o [2004/09/12] bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o [2004/09/12] kern/71683 [nis] NIS/NFS problem [4.8] o [2004/09/13] docs/71690 inaccurate information in systat(1) manpa s [2004/09/13] ports/71693 thierry [NEW PORT] x11-clocks/9clock: This is a s o [2004/09/13] kern/71708 [PATCH] MAKEDEV create n+1 bpf devices o [2004/09/13] kern/71711 [PATCH] generate a single bpf timestamp f p [2004/09/14] kern/71726 sanpei [sound] [patch] nForce3 250(CK8S) audio s o [2004/09/15] bin/71748 [patch] make vidcontrol accept mode names o [2004/09/15] bin/71749 [PATCH] truss -f causes circular wait whe f [2004/09/15] conf/71757 brooks no /etc/rc.d/diskless script in FreeBSD 5 o [2004/09/15] conf/71767 [patch] French translations for keyboards s [2004/09/15] bin/71773 des [patch] genericize.pl -c misses some comm o [2004/09/15] kern/71774 NTFS cannot "see" files on a WinXP filesy o [2004/09/16] docs/71782 doc mount_nfs man page is a bit out of date o [2004/09/16] bin/71801 [patch] Add ncurses utility programs: inf o [2004/09/17] kern/71809 wifi hostap mode speed problem [6-CURRENT o [2004/09/17] kern/71813 I get a geometry error on my wd 200gb hd f [2004/09/17] kern/71818 sanpei QUIRK: support for DMR1000 USP flash pen/ o [2004/09/17] kern/71833 multiple process disc access / injustice s [2004/09/18] bin/71855 [patch] making kdump WARNS=6 clean a [2004/09/19] ports/71905 okazaki new port: Irrlicht, a real time 3d engine o [2004/09/20] i386/71924 i386 timeouts with ata+hpt366 controller on BE o [2004/09/20] bin/71928 Disk quota doesn't work with numeric logi o [2004/09/20] conf/71952 missing past participles in /usr/share/di f [2004/09/21] ports/71953 thierry New port: x11-themes/kde-splash-freebsd: o [2004/09/21] kern/71965 andre TCP MSS issue in combination with ipfw fw o [2004/09/21] threads/71966threads Mlnet Core Dumped : Fatal error '_pq_inse f [2004/09/21] docs/71980 doc Handbook says that no other software is k o [2004/09/22] conf/71994 [patch] Login shell may unnecessarily pri o [2004/09/22] ports/71997 ports-bugs New port:math/webwork used to create prob o [2004/09/22] standards/72006standards floating point formating in non-C locales f [2004/09/22] ports/72016 joe Setiathome doesn't run on my second proce o [2004/09/24] ports/72067 obrien [PATCH] editors/vim: i18n and extra suppo o [2004/09/25] conf/72076 [patch] German locales use old %d.%m.%y d o [2004/09/26] ports/72113 green New port: misc/XScreenSaver.app: WindowMa f [2004/09/26] ports/72114 ade [PATCH] libtool15 chokes on gcc34 on 4-ST o [2004/09/27] bin/72124 [patch] rm -P can't unlink u-w files o [2004/09/27] conf/72135 [patch] ipsec belongs to /etc/rc.d/NETWOR f [2004/09/29] ports/72170 ports-bugs [PATCH] www/mozilla-bonobo - build also w o [2004/09/29] bin/72173 csplit(1) ver 1.9 wrong behaviour with ne o [2004/09/29] i386/72179 i386 Inconsistent apm(8) output regarding the o [2004/09/30] ports/72190 clsung [NEW PORT] textproc/p5-Text-NSP: Perl5 mo f [2004/09/30] bin/72193 pjd sysinstall crash with geom_raid3.ko o [2004/09/30] kern/72194 stack backtrace after wakeup from sleepin o [2004/09/30] ports/72202 simon portaudit warns about the CVS server vuln o [2004/09/30] kern/72217 [patch] Bug in calculation of the paramet o [2004/09/30] kern/72218 sound [sound] audio recording broken with emu10 o [2004/09/30] conf/72219 Sysinstall doesn't enable 3rd party MTA i o [2004/10/01] kern/72221 sound [sound] emu10k1 stereo channels are rever a [2004/10/01] kern/72224 anholt umass devices broken by DRM (AGP issue?) o [2004/10/01] bin/72232 qa [sysinstall] Installer installs gui-enabl p [2004/10/01] kern/72238 rwatson [patch] mac_seeotheruids restricts root o [2004/10/02] kern/72263 gifconfig output corruption f [2004/10/03] kern/72273 Problem with pppoe dialup [5.3-BETA6] o [2004/10/03] conf/72277 [patch] update for /usr/share/skel f [2004/10/03] kern/72286 mlaier altq queueing in combination with bfe(4) o [2004/10/04] kern/72293 de(4) NIC performance degradation with de o [2004/10/04] kern/72296 bfe0: discard oversize frame (ether type f [2004/10/04] ports/72336 sergei add RCng to mail/maildrop o [2004/10/04] kern/72338 calcru: runtime wen backwards from ... o [2004/10/04] ports/72339 marius security/ssh2 port startup script needs t p [2004/10/05] i386/72340 des [PATCH] add Pentium M, P3 M, P4 M support o [2004/10/05] kern/72344 usb [usb] [patch] QUIRK: Dane-Elec zMate 512 o [2004/10/05] kern/72352 [PATCH] Support for VScom PCI-100L is mis o [2004/10/05] bin/72355 Can't run "strings" on a (disk) device, e o [2004/10/05] bin/72357 [patch] WARNS?=5 cleanup for src/tools/to f [2004/10/06] ports/72373 daichi portupgrade/pkg_info falsely complains it f [2004/10/06] i386/72380 usb [usb] USB does not work [dual Celeron Abi o [2004/10/06] bin/72381 [patch] ifconfig lladdr does not set inte o [2004/10/06] docs/72383 doc manpage for awk(1) is terribly small and o [2004/10/06] ports/72398 jmz emulators/mtools man pages are too funky o [2004/10/07] ports/72417 sobomax [patch] enable options for net/ser f [2004/10/07] ports/72421 thierry new port: py-Levenshtein o [2004/10/07] kern/72433 [patch] AMR raid, amrreg.h struct amr_enq o [2004/10/08] kern/72440 [patch] Not increment ifp->if_snd.ifq_dro f [2004/10/09] conf/72465 [patch] United States International keybo o [2004/10/09] kern/72468 OS does not know how to handle broadcast. f [2004/10/10] bin/72485 eik pkg_add -r unnecessarily downloads packag o [2004/10/11] kern/72498 Libc timestamp code on jailed SMP machine o [2004/10/11] bin/72501 cperciva script(1) loops after EOF is read p [2004/10/11] conf/72505 brian [patch] Fix rc.d/ppp-user to make use of o [2004/10/11] bin/72517 Minor Bug in /etc/login.access o [2004/10/12] ports/72550 ports-bugs [NEW PORT] mail/itraxp: Advanced perl sup o [2004/10/12] kern/72560 jeff [patch] small cleanup of SCHED_ULE o [2004/10/12] kern/72585 [patch] [syscons] iso05-8x16.fnt lacks le o [2004/10/12] bin/72588 [patch] iostat tty stats field concatenat a [2004/10/13] kern/72639 5.3-BETA7 kernel config option ALT_BREAK_ o [2004/10/13] kern/72659 jeff [patch] little bug in sched_ule interract o [2004/10/14] bin/72674 [patch] make /usr/bin/whois use SK-NIC's o [2004/10/15] kern/72728 brooks [patch] keyboard debug and reboot qualifi o [2004/10/15] kern/72732 Kyocera 7135 quirk. o [2004/10/15] kern/72733 Kyocera 7135 Palm OS connection problem. o [2004/10/15] misc/72741 qa ssh broken on fixit cd (missing /dev/rand o [2004/10/16] ports/72758 ports-bugs New port: latex-schedule o [2004/10/17] bin/72787 gtar in base system doesn't seem to honor o [2004/10/17] kern/72793 [patch] wicontrol prints out non-printabl a [2004/10/18] bin/72814 bms [patch] libpcap opens bpf as O_RDONLY - d o [2004/10/19] ports/72865 emulation emulators/vmware3 crashes on 5.3-STABLE o [2004/10/19] bin/72875 des Some utilities used in debugging do not f o [2004/10/19] bin/72881 yppush pushes map to local server o [2004/10/19] i386/72887 sound [sound] emu10k1: sound lag o [2004/10/20] conf/72901 [PATCH]: Prevent printing when doing an s o [2004/10/20] conf/72910 gshapiro [patch] /etc/rc.d/sendmail does not corre o [2004/10/20] kern/72920 emulation linux emulation : path "prefixing" is not o [2004/10/20] kern/72933 [patch] promisc mode on vlan interface do s [2004/10/21] ports/72956 ports-bugs x11/dgs incorrectly marked as IGNORE a [2004/10/21] conf/72978 [patch] add danish syscons keymap with ac o [2004/10/22] kern/72987 ipfw/dummynet pipe/queue 'queue [BYTES]KB o [2004/10/22] kern/72995 sound [sound] Intel ICH2 (82801BA) - sound near o [2004/10/22] kern/72997 [if_sk] Network performance down [6-CURRE o [2004/10/22] sparc64/72998sparc64 [patch] set_mcontext() change syscalls pa o [2004/10/22] ports/73009 x11 5.3-RC1 ports refer to XF86Config - shoul o [2004/10/23] kern/73034 libalias does not handle lowercase port/e o [2004/10/23] kern/73051 tun0: Warning: ff02:5::/32: Change route o [2004/10/23] i386/73056 usb [usb] Sun Microsystems Type 6 USB mouse n o [2004/10/24] ports/73061 clsung Update port: devel/p5-Glib2 (enable threa o [2004/10/25] kern/73098 sound [sound] Scan rate of sound card shifts wh p [2004/10/25] bin/73110 rwatson [patch] ffsinfo conversion from atol() to p [2004/10/25] bin/73112 rwatson [patch] change atol() to strtol() in bads o [2004/10/26] kern/73145 severe network slowdown with DEC 21140 ne o [2004/10/26] ports/73150 clsung [NEW PORT] textproc/p5-Search-VectorSpace o [2004/10/26] ports/73152 ports-bugs [NEW PORT] graphics/chartdirector: Charti o [2004/10/26] kern/73165 emulation [patch] getting rid of COMPAT_43 dependan o [2004/10/27] kern/73195 bad PATH, missing HOME and TERM env var o o [2004/10/29] kern/73276 ipfw ipfw2 vulnerability (parser error) o [2004/10/29] ports/73285 billf net-mgmt/flow-tools port improvements o [2004/10/29] kern/73294 [hang] hangs in default mode when AcceleP o [2004/10/30] i386/73308 i386 unable to install on AMD 2500+,NF2,GF MX4 o [2004/10/30] ports/73320 ports-bugs New Port: kde_head_api_reference, the kde o [2004/10/30] bin/73327 [PATCH] iostat - extended mode display o [2004/10/30] kern/73328 top shows NICE as -111 on processes start o [2004/10/31] bin/73337 nsswitch: potential invalid free o [2004/11/01] kern/73375 panic: vinvalbuf: dirty bufs o [2004/11/01] kern/73388 brooks [usb] usb-keyboard stops working o [2004/11/02] bin/73411 [patch] FTPD could set attributes to 0600 f [2004/11/02] i386/73421 usb [usb] USB not recgnized/working on Toshib o [2004/11/03] ports/73448 nectar [PATCH] nss_ldap - getpwnam does not retu o [2004/11/03] ports/73487 clsung [New Port] devel/p5-Bundle-Perl6, A bundl o [2004/11/03] kern/73492 [feature request] Reliable Temporary File o [2004/11/03] kern/73496 [feature request] A more flexible version o [2004/11/04] kern/73514 mount_ntfs: can't access to a large file o [2004/11/04] kern/73517 pfil_hooks (ipfw,pf etc) and ipsec proces o [2004/11/04] ports/73529 fenner [PATCH] mbone/vic: Unbreak vic compilatio o [2004/11/05] www/73549 www Mail list archive navigation difficulty o [2004/11/05] www/73551 www List archive 'quoted-printable' corruptio o [2004/11/05] kern/73553 brooks [usb] Microsoft USB Internet Keyboard not o [2004/11/06] docs/73583 doc [patch] add missing instructions to ndis( o [2004/11/06] ports/73609 haskell New port: x11-toolkits/wxhaskell o [2004/11/07] kern/73636 usb microsoft mouse with ps/2 converter p o [2004/11/07] docs/73638 doc ipfw(8): Clarify syntax for use of tables o [2004/11/07] kern/73646 I/O performance: with/without MEMIO optio o [2004/11/07] conf/73653 Proposal of changes to the GENERIC kernel o [2004/11/08] i386/73663 i386 module_register_init: MOD_LOAD (ibcs2, 0x o [2004/11/08] i386/73673 i386 ifconfig tun0 destroy report: ifconfig: S o [2004/11/08] kern/73675 atapicam causes interrupt storm o [2004/11/08] conf/73677 [patch] add support for powernow states t o [2004/11/08] docs/73679 doc FreeBSD 5.3 Release notes mention new nat o [2004/11/08] kern/73686 [panic] problems mounting a pen drive for s [2004/11/09] ports/73721 ports-bugs [MAINTAINER] lang/pike76: Fix 64bits brea o [2004/11/09] i386/73742 i386 5.3 rel i386 disk2 image not copying s [2004/11/09] ports/73743 x11 XOrg/XFree xauth add/startx problem o [2004/11/10] kern/73757 le [vinum] vinum fails to load from rc.conf o [2004/11/10] kern/73777 emulation [patch] linux emulation: root dir special f [2004/11/10] bin/73785 qa I have just downloaded 5.3 ISO to try.. N o [2004/11/10] conf/73786 added WARNING in spanish to stable-supfil f [2004/11/11] conf/73799 Move the last stuff out of usbd.conf o [2004/11/11] i386/73822 acpi acpi / thermal support o [2004/11/11] kern/73823 acpi acpi / power-on by timer support o [2004/11/11] conf/73834 Bad dependencies for /etc/rc.d/savecore o [2004/11/12] i386/73847 i386 volume label - 5.3 cd 1 o [2004/11/12] kern/73865 [patch] NOINET6=yes in /etc/make.conf ign o [2004/11/12] bin/73884 Add NetBSD's rawrite32 to install tools o [2004/11/13] conf/73909 [patch] rc.d/sshd does not work with port o [2004/11/14] i386/73921 i386 sysctlbyname for machdep.tsc_freq doesn't o [2004/11/14] conf/73929 [patch] /etc/rc.d/named will not work wit o [2004/11/15] kern/73961 floppy disk drive performance problem [ne o [2004/11/15] i386/73978 i386 an error message appears during loading o o [2004/11/16] bin/73988 isdn ISDN - first dial attempt fails f [2004/11/16] bin/73989 output of "top" cmd is incorrect o [2004/11/16] conf/73992 periodic security not showing daily firew o [2004/11/16] conf/74004 [PATCH] add fam support to inetd.conf o [2004/11/16] conf/74005 [PATCH] aditional support for /etc/rc.ini o [2004/11/16] conf/74006 dougb [PATCH] /etc/rc.d/named minor fixes f [2004/11/17] kern/74025 cardbus devices detected, but no /dev/car o [2004/11/17] kern/74030 acpi Unplugging AC causes battery % to stay lo o [2004/11/17] kern/74037 ppc(4) cannot find parallel port. o [2004/11/18] bin/74062 ifconfig(8) does not display tunnel endpo o [2004/11/18] kern/74066 acd driver fault: READ_BIG timeout o [2004/11/18] ports/74086 ports-bugs New port:chinese/chmsee A viewer for Micr o [2004/11/18] kern/74091 [patch] PCMCIA: MELCO Manufacturer code s o [2004/11/20] bin/74140 [ntpdate] ntpdate does not try all IPs fo o [2004/11/20] i386/74153 i386 FreeBSD 5.3 cannot boot ftom pst o [2004/11/20] kern/74159 [patch] fix warnings concerned with heade o [2004/11/20] bin/74178 [patch] grdc(6) - scrolling does not work o [2004/11/21] threads/74180threads KSE problem. Applications those riched ma o [2004/11/21] i386/74191 i386 Notebook PC2001 Compliant AC97 audio work s [2004/11/21] ports/74195 ports-bugs fix build error of devel/swarm for gcc 3. o [2004/11/21] i386/74211 i386 USB flash drive causes CAM status 0x4 on o [2004/11/21] conf/74213 [PATCH] Connect src/etc/periodic/security o [2004/11/21] kern/74215 acpi [request] add ACPI headers to /usr/includ o [2004/11/21] i386/74216 i386 system halts o [2004/11/21] i386/74218 i386 boot floppy (2nd time) read error o [2004/11/22] conf/74228 periodic 470.status-named doesn't work wi o [2004/11/23] kern/74281 Digiboard PCI Xem (64-ports) detection/in o [2004/11/24] kern/74314 DNS resolver broken under certain jail co o [2004/11/24] i386/74327 i386 mlock() causes physical memory leakage f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi o [2004/11/25] kern/74352 PXEBoot problems using md as root device o [2004/11/25] kern/74358 [umass] unplugging at boot time an umass o [2004/11/25] bin/74360 [patch] ndiscvt(8) generate a driver whic a [2004/11/25] bin/74387 linprocfs can be mounted on top of itself o [2004/11/26] misc/74396 [patch] "make release" fails if the cdrto o [2004/11/26] bin/74404 sh does not handle signals to subshells p o [2004/11/26] bin/74406 qa [sysinstall] sysinstall accepts but disca o [2004/11/26] ports/74416 fenner update for rtpmon o [2004/11/26] ports/74417 fenner attempt to unbreak vic on FreeBSD 5.x a [2004/11/26] ports/74435 ade [PATCH] devel/automake19: [SUMMARIZE CHAN f [2004/11/27] ports/74442 ports-bugs Upgrade multimedia/dvdrip to the latest r o [2004/11/27] bin/74450 [patch] enable libalias/natd to create sk o [2004/11/27] kern/74453 Q-lity CD-RW USB ECW-043 (ScanLogic SL11R o [2004/11/27] i386/74454 i386 [PATCH] Adding VIA Eden family to bsd.cpu o [2004/11/28] docs/74477 doc [patch] Correct several links in the cont o [2004/11/29] conf/74498 [patch] new CIS id for Intersil WiFi, pcc o [2004/11/29] bin/74500 [PATCH] allow chflags to set flags on sym o [2004/11/29] bin/74506 [patch] bad top command display o [2004/11/29] bin/74509 [PATCH] ifconfig allows setting 33-byte S o [2004/11/29] ports/74537 obrien editors/vim issue: report invalid size of o [2004/11/30] kern/74549 [patch] [modules] Allow third party KLDs o [2004/11/30] usb/74557 usb imation 500mb usb key can only be written o [2004/11/30] bin/74567 [patch] [2TB] du doesn't handle sizes >1T o [2004/12/01] misc/74577 [patch] decorating space in Beastie menu o [2004/12/01] bin/74593 qa [sysinstall] [patch] Installer installs t o [2004/12/02] amd64/74608 amd64 mpt hangs 5 minutes when booting o [2004/12/02] kern/74609 allowing cdma modems to work at full spee o [2004/12/02] docs/74612 doc Updates to the glossary o [2004/12/03] i386/74650 i386 System Reboot with umount command o [2004/12/03] gnu/74654 libsupc++.a lacks necessary functions o [2004/12/03] kern/74658 ATAPI CD not recognized after booting Fre f [2004/12/04] ports/74686 mbr [PATCH] www/mod_auth_mysql_another: updat o [2004/12/05] docs/74724 ceri handbook network-inetd webpage o [2004/12/05] ports/74740 danfe Update port: x11-wm/wampager - Update to o [2004/12/05] bin/74743 [patch] wctype.c declares static array on o [2004/12/06] ports/74752 simon make takes a little while before anything o [2004/12/06] kern/74777 Bootup "beep" in 5.3 should be disabled b o [2004/12/06] kern/74786 Smartlink Modem causes interrupt storm on o [2004/12/07] i386/74803 i386 3Com509B o [2004/12/07] amd64/74811 amd64 df, nfs mount, negative Avail -> 32/64-bi o [2004/12/07] conf/74817 [patch] Fixed automatic configuration of o [2004/12/07] kern/74827 Problem writing data to floppies [5.3-spe o [2004/12/08] i386/74829 i386 [patch] FreeBSD 5.3-RELEASE hangs during o [2004/12/08] kern/74849 [patch] Samsung SPH-i500 does not attach o [2004/12/08] kern/74868 [acpi] ACPI enabled in 5.3 Release make K o [2004/12/09] kern/74880 Samsung N400 cellphone/acm fails to atach s [2004/12/09] ports/74882 hq [New port] java/httpunit: web test framew o [2004/12/09] docs/74889 wosch S_ISREG etc marcos missing from stat man f [2004/12/09] kern/74893 sound [patch] [sound] Channels of USB audio can o [2004/12/09] ports/74907 apache [PATCH] www/mod_perl: cleanups o [2004/12/10] ports/74913 pat I can't see anything in X11 applications o [2004/12/10] ports/74919 ale [PATCH] lang/php4: Add hardened-php.org p o [2004/12/10] kern/74920 3Com 3C509-Combo Etherlink III panics sys o [2004/12/12] i386/74966 i386 Realtek driver seems to misinterpret some o [2004/12/12] kern/74971 le [vinum] vinum creates (shows) incorrect v o [2004/12/12] kern/74977 firewire [modules] dcons.ko requires KDB support o [2004/12/12] kern/74986 tackerman sysctlize a parameter of if_em's interrup o [2004/12/12] usb/74989 usb (regression) Lost USB support between 5.2 o [2004/12/12] ports/74993 danfe graphics/svgalib: SVGALIB-1.4.3_4 segfaul o [2004/12/13] kern/75008 ALPS GlidePoint not recognized FreeBSD 5. o [2004/12/13] ports/75015 amd64 cvsup on amd64 with runsocks (socks5) cor o [2004/12/14] bin/75053 eik pkg_delete is stupid o [2004/12/14] docs/75068 doc login.conf(5) manual page says nothing ab o [2004/12/15] i386/75090 i386 READ_BIG errors with Sony CRX1611 o [2004/12/15] kern/75121 Wrong behaviour of IFF_LINK2 bit in 6in6 o [2004/12/15] ports/75130 danfe [NEW PORT] www/mono-xsp: A light-weight w o [2004/12/15] kern/75132 jhb [Patch] add support for the Davicom 56PDV o [2004/12/15] conf/75137 jhb add snd_* modules support to /etc/rc.d/mi o [2004/12/16] ports/75143 java There is no way to specify jvm parameters f [2004/12/16] ports/75147 ports-bugs [PATCH] Several improvements to security/ o [2004/12/17] bin/75175 jot duplicates numbers in simple invocati o [2004/12/17] bin/75177 philip Bug selecting psm operation level in mous o [2004/12/17] kern/75185 ACPI doesn't power off Tyan S2460 f [2004/12/17] ports/75188 daichi sysutils/portupgrade fails to install dep o [2004/12/18] kern/75211 le Vinum writes several errors to stdout. s [2004/12/19] i386/75251 anholt Beginnings of an ATI AGP driver. o [2004/12/19] kern/75254 [patch] [if_wi] PRISM3-based adapter ZCOM f [2004/12/19] kern/75277 netstat -m 'mbufs in use' output appears o [2004/12/20] kern/75298 [PATCH] add missing device id for pccard o [2004/12/20] ports/75301 portmgr new USE_LINUX_X11 macro o [2004/12/20] kern/75312 [if_rl] RealTek RTL8281BL not detected o [2004/12/20] kern/75316 sound [patch] [sound] Enable to select a record o [2004/12/21] bin/75362 contrib/smbfs mount_smbfs No buffer space f [2004/12/21] ports/75369 ports-bugs new port net/p5-Perlbal o [2004/12/22] bin/75378 [/bin/login] login/wtmp/utmp not updating o [2004/12/22] kern/75380 [nfs] can not open("..") from top-level d o [2004/12/22] i386/75387 i386 Future support of Promise SATAII150 TX4 w o [2004/12/23] i386/75420 i386 CMD 648 PCI not work p [2004/12/23] docs/75433 keramida No manual pages for devfs.conf and devfs. o [2004/12/24] ports/75464 portmgr bsd.port.mk install default configuration o [2004/12/25] bin/75479 qa [sysinstall] sysinstall time servers list o [2004/12/26] conf/75502 Fix LC_NUMERIC and LC_MONETARY for de_CH o [2004/12/27] docs/75544 trhodes typos in man3 manual pages, acl.3, assert o [2004/12/27] docs/75545 trhodes typos in man3 manual pages, form_field_op f [2004/12/27] ports/75555 pav [NEW PORT] x11-toolkits/py-gtksourceview: a [2004/12/28] ports/75569 dougb pine4 dependant upon ispell (should be op o [2004/12/28] bin/75570 chflags nosappnd directory doesn't work o [2004/12/28] docs/75577 doc typos in man3 manual pages, login_class.3 o [2004/12/28] usb/75578 usb [patch] QUIRK: PNY USB flash key o [2004/12/28] kern/75582 [patch] [if_dc] Add support for Linksys P o [2004/12/28] i386/75583 i386 Installation fails o [2004/12/28] bin/75585 [unionfs] mount -p on unionfs results in o [2004/12/29] i386/75589 i386 O2Micro pccard1 slot not functioning whil o [2004/12/29] docs/75610 doc Advanced Networking Wireless section clea o [2004/12/29] bin/75632 le gvinum commands not consistent with vinum o [2004/12/30] ports/75643 danfe New Port: x11/PyPanel (A lightweight tran o [2004/12/30] gnu/75662 less -f behavior contradicts man page o [2005/01/01] misc/75702 dwmalone -O5 flag breaks some compiles in /usr/src o [2005/01/01] kern/75710 cue0 device configuration causes kernel p o [2005/01/03] bin/75742 [patch] pkg_add does not honour prefix fo o [2005/01/03] kern/75764 [patch?] "umass0: Phase Error" - no devic o [2005/01/03] bin/75766 [patch] nfsd loops with TCP + multiple -h o [2005/01/03] bin/75767 WANTED: "fdclose" function in libc o [2005/01/04] i386/75776 i386 NO ps/2 keyboard using USB keyboard under o [2005/01/04] kern/75800 ucom1: init failed STALLED error in time o [2005/01/05] www/75830 www ports.cgi used ports/INDEX from CVS o [2005/01/05] bin/75842 /sbin/mount: valid, but double, fstab mou o [2005/01/05] bin/75855 getpwent functions on 5.3 with large pass o [2005/01/05] ports/75859 seanc [PATCH] devel/tla: update to 1.3 o [2005/01/05] docs/75864 doc FreeBSD 5.3 kern-developer install does n o [2005/01/05] docs/75865 doc comments on "backup-basics" in handbook o [2005/01/06] kern/75873 Usability problem with non-RFC-compliant o [2005/01/06] kern/75881 ACPI suspend/resume doesn't work on ASUS o [2005/01/06] ports/75883 demon mrtg + ucd-snmp give wrong results o [2005/01/06] bin/75884 m4(1): syscmd's output is out of sync wit f [2005/01/06] kern/75894 sound [sound] AD1981 not probing (shuttle ST62K o [2005/01/06] i386/75898 i386 Exception and reboot: Loader and kernel u o [2005/01/07] ports/75911 mharo Proftpd does not work with NIS on FreeBSD f [2005/01/07] ports/75916 thierry New port: net/decv o [2005/01/07] usb/75928 usb Cytronix SmartMedia card (SMC) reader has o [2005/01/08] bin/75934 [PATCH] missing blowfish functionality in o [2005/01/08] ports/75939 nork sysutils/smartmontools: smartd can not fo o [2005/01/08] kern/75969 sound [patch] [sound] Support for Sigmatel STAC o [2005/01/08] kern/75970 [patch] support for Sandisk Cruzer Micro o [2005/01/09] ports/75992 hrs [PATCH] japanese/latex2html: Unbreak this o [2005/01/09] docs/75995 hcreate documentation(?) bug o [2005/01/09] kern/76002 [Patch] for PixelView PlayTv Pro Rev f [2005/01/10] ports/76021 daichi portupgrade: package delete can remove ne o [2005/01/10] sparc64/76052marius Incorrect panic strings in sparc64 files o [2005/01/10] gnu/76069 FreeBSD's definition of offsetof isn't go o [2005/01/10] ports/76073 mharo ftp/proftpd: make install does not create o [2005/01/11] kern/76081 [patch] [if_rl] Add support for CardBUS N o [2005/01/11] bin/76089 The "-n" option in /usr/bin/w is broken o [2005/01/11] docs/76094 doc Incorrect statement about partition d p [2005/01/11] ports/76116 ports-bugs PORT UPDATE: graphics/lcms (with PATCH) o [2005/01/12] conf/76124 Mistake in /usr/share/misc/pci_vendors o [2005/01/12] kern/76144 poll doesn't set POLLHUP when FIFO is clo p [2005/01/12] bin/76153 des Significant memory leak in libfetch (fix o [2005/01/12] bin/76169 [PATCH] Add PAM support to cvs pserver o [2005/01/12] ports/76170 cy misc/screen -- Support for NONETHACK o [2005/01/12] amd64/76176 obrien misc/compat4x are mismarked unsupported o o [2005/01/12] kern/76178 Problem with ahd and large SCSI Raid syst o [2005/01/13] kern/76225 [patch] WITHOUT_MODULES option for sys/mo o [2005/01/13] conf/76226 Default local.9600 gettytab initially use f [2005/01/13] ports/76227 ports-bugs RLE support for graphics/fbm o [2005/01/14] ports/76247 grog net/arla port update o [2005/01/14] ports/76257 danfe nvidia_driver breaks xorg-clients build o [2005/01/15] conf/76298 fstab doesn't pass mntops properly f [2005/01/16] bin/76305 dhclient resets configured interfaces on o [2005/01/17] docs/76333 doc EOF indicator can be cleared by not only o [2005/01/17] ports/76358 vs xlockmore PAM support o [2005/01/17] bin/76362 sys directory link points to wrong locati o [2005/01/17] ports/76365 ports-bugs NEW PORT net/xdb_auth_cpile A user auth/c o [2005/01/17] ports/76379 ports-bugs New port:biology/p5-Bio-Das o [2005/01/18] bin/76401 sysinstall to set "host name" for dhclien o [2005/01/18] kern/76432 gnn [patch] [net/route.h] recursive locking i o [2005/01/19] usb/76461 usb disklabel of umass(4)-CAM(4)-da(4) not us o [2005/01/20] kern/76485 sched_getparam returns weird priority num o [2005/01/20] conf/76491 Addition into /etc/security few new funct o [2005/01/20] bin/76494 [patch] passwd(1) does not indicate a suc p [2005/01/20] bin/76497 tcpdump dumps core on ppp ipv6cp packets o [2005/01/20] conf/76509 [patch] New locale uk_UA.CP1251 support o [2005/01/20] threads/76513threads libpthread is not working o [2005/01/20] docs/76515 doc missleading use of make -j flag in handbo o [2005/01/21] kern/76520 [patch] Add new kernel-side libiconv conv o [2005/01/21] kern/76539 ipnat + dummynet on output on same interf o [2005/01/21] kern/76551 re0: watchdog timeout o [2005/01/23] www/76586 re [patch] minor updates to en/releng/index. o [2005/01/23] i386/76587 i386 ps2 mouse weird... o [2005/01/23] bin/76590 adding -mapall in nfs exports requires re o [2005/01/23] ports/76602 clsung Pick up www/wordpress, www/p5-Kwiki-NewPa o [2005/01/23] kern/76611 isdn i4b itjc bad enums for PIB cycle time o [2005/01/24] conf/76626 460.status-mail-rejects shows destination o [2005/01/25] ports/76638 sergei [PATCH] devel/porttools: "port submit" ha o [2005/01/25] ports/76643 eik sysutils/pkg_install-devel with openssl f [2005/01/25] i386/76653 i386 Problem with Asahi Optical usb device (Pe o [2005/01/25] kern/76678 rwatson [patch] Allow pam_krb5 to authenticate no o [2005/01/26] ports/76695 trevor RPM complaints on installation of linux_b o [2005/01/26] bin/76697 newsyslog keeps one more archive files th o [2005/01/26] ports/76702 roam nsping breaks when executed with pid > 65 o [2005/01/26] kern/76710 [patch] [sys/dev/mii] rgephy does not dea o [2005/01/26] bin/76711 parse error in rm.c:check() while parsing o [2005/01/27] usb/76732 usb Mouse problems with USB KVM Switch o [2005/01/27] bin/76736 dwmalone syslogd pipelines losing messages s [2005/01/27] ports/76748 haskell New port: devel/hs-plugins. Loading Haske o [2005/01/27] bin/76752 /usr/bin/login o [2005/01/27] bin/76756 des function pw_equal in pw_util.c does not t o [2005/01/29] kern/76818 rwatson ACL modifications touch file's mtime f [2005/01/29] ports/76820 sem isc-dhcp3-server build for use in jail sh f [2005/01/29] ports/76825 sem isc-dhcp3-server port should allow listen o [2005/01/30] kern/76857 Samsung mouse misbehaviour o [2005/01/31] ports/76915 portmgr [patch] Handle port deinstall scripts whe o [2005/01/31] ports/76917 knu [PATCH] security/ruby18-acl: Fix install o [2005/01/31] kern/76918 sound [sound] ATI AD1981 AC'97 Audio Controller o [2005/02/01] ports/76936 trevor print/acroread with native mozilla and li p [2005/02/01] threads/76938delphij include/unistd.h: ttyname_r prototype mis o [2005/02/01] kern/76950 ACPI wrongly blacklisted on Micron Client o [2005/02/01] kern/76966 udp/520 reply packets when routed is not o [2005/02/01] kern/76971 ipfw ipfw antispoof incorrectly blocks broadca o [2005/02/01] kern/76972 64-bit integer overflow computing user cp o [2005/02/02] ports/76986 ports-bugs New port: print/pmx a pre-processor of Mu o [2005/02/02] bin/77001 sysinstall binary upgrade clobbers /etc/l o [2005/02/02] ports/77010 skv [patch] conflict between p5-XML-SAX and p f [2005/02/02] ports/77015 ports-bugs /usr/ports/net/linpopup/ (linpopup-1.2.0_ o [2005/02/02] bin/77031 [patch] comm(1) unable to handle lines gr o [2005/02/03] bin/77082 krion src/usr.sbin/pkg_install - Add 3 new macr o [2005/02/04] docs/77087 doc The bootvinum script given in the handboo o [2005/02/04] bin/77089 /sbin/natd: natd ignores -u with passive o [2005/02/04] kern/77091 Keyboard quits working under X with MAXCO o [2005/02/06] kern/77156 FreeBSD does not redirect packets on prop o [2005/02/06] ports/77182 des ifd-gempc410 marked broken o [2005/02/07] conf/77197 calendar.judaic is out of date o [2005/02/07] bin/77212 krion src/usr.sbin/pkg_install - make directory o [2005/02/07] i386/77239 i386 3Com 3CXFEM656C does not seem to be suppo o [2005/02/08] ports/77246 portmgr update "make index" target to use "make f o [2005/02/08] kern/77253 meminfo in linprocfs returns bad value ab o [2005/02/08] bin/77259 /bin/sh: shell command "command -v cmd" d o [2005/02/08] bin/77260 df behaviour has changed between 4.x and o [2005/02/08] bin/77261 login doesn't chdir into a group-protecte o [2005/02/08] kern/77273 darrenr ipfilter breaks ipv6 statefull filtering o [2005/02/08] ports/77282 clsung [NEW PORT] graphics/p5-GraphViz-Makefile: f [2005/02/09] kern/77308 pf ALTQ doesn't seem to be working on tun0 o [2005/02/10] kern/77341 problems with IPV6 impementation o [2005/02/10] kern/77353 [patch] grow SysV IPC kernel limits o [2005/02/10] kern/77355 [patch] Detect i*86 subarches for uname o [2005/02/10] ports/77359 ports-bugs New port: graphics/gephex Software-based o [2005/02/10] kern/77365 [patch] amdpm driver has wrong PCI device o [2005/02/11] kern/77377 Slow downloading from FreeBSD server with p [2005/02/11] conf/77386 brooks let /etc/rc.d/var create spool dirs for l o [2005/02/13] ports/77444 eik devel/porkmk ignores FETCH_BEFORE_ARGS= - o [2005/02/13] bin/77445 [ntpd] too many recvbufs(40) when ntpd st s [2005/02/13] ports/77453 ports-bugs [request] new port: print/ghostpcl o [2005/02/14] ports/77471 ports-bugs New port: Device driver for Voicetronix O o [2005/02/14] i386/77477 i386 AHA-1542CP SCSI failed to probe f [2005/02/14] ports/77495 niels new port: security/sav o [2005/02/15] kern/77537 Conditional breakpoints hang on SMP machi o [2005/02/15] i386/77541 i386 em driver if_oerrors book keeping error o [2005/02/15] bin/77554 type mismatch in IPv6 firewall rule parse o [2005/02/16] ports/77584 ports-bugs New ports: games/sear, games/sear-media. o [2005/02/16] ports/77608 roam nsping does not understand IPv6 o [2005/02/18] kern/77662 diskless hostname set via DHCP only if AC o [2005/02/18] conf/77663 Suggestion: add /etc/rc.d/addnetswap afte o [2005/02/18] ports/77690 ports-bugs new port submission - security/sguil-serv o [2005/02/21] ports/77820 portmgr bsd.port.mk 1.508 and PORTDOCS globbing b o [2005/02/21] misc/77821 error at libkvm while doing make buildwor o [2005/02/21] kern/77826 ext2fs usb filesystem will not mount RW o [2005/02/21] bin/77835 [patch] libc file res_debug.c needs const o [2005/02/21] bin/77841 [patch] cast away const in getpublickey() o [2005/02/21] ports/77857 kwm [PATCH] net/gnomemeeting: correctly deter o [2005/02/21] ports/77876 portmgr Ensure uniqueness of (DOCS|EXAMPLES|DATA) f [2005/02/22] ports/77899 ports-bugs [Maintainer Update] graphics/bugle 0.0. o [2005/02/22] kern/77902 [nfs] NFS client should use VA_UTIMES_NUL o [2005/02/22] kern/77904 [nfs] NFS server should set VA_UTIMES_NUL o [2005/02/22] kern/77913 [PATCH] Add the APDL-325 WLAN pccard to w o [2005/02/22] bin/77918 ceri quota does not exit with a status != 0, i s [2005/02/22] ports/77924 lawrance [MAINTAINER-UPDATE] devel/freeride: updat o [2005/02/22] conf/77929 periodic/security/550.ipfwlimit ignores l o [2005/02/23] kern/77958 can't delete read-only files via smbfs o [2005/02/23] ports/77980 ports-bugs New Port: www/p5-POE-Component-Server-HTT o [2005/02/24] ports/78012 ports-bugs [NEW PORT] net/abills: Billing system fro o [2005/02/24] bin/78021 sem_open(3) doesn't mention fnctl.h inclu o [2005/02/24] docs/78041 doc docs for md need further explanation of t o [2005/02/25] kern/78057 ad0: FAILURE - READ_DMA status=51 error=4 o [2005/02/25] kern/78070 [patch] Potential null pointer dereferenc o [2005/02/25] kern/78072 [Patch] Potential memory leak in lge(4) o [2005/02/25] kern/78090 ipf filtering on bridged packets doesn't o [2005/02/26] kern/78114 phk [PATCH] Solaris/x86 label structures for o [2005/02/26] bin/78125 rees Remove unused code from idmapd.c o [2005/02/26] bin/78131 geom gbde "destroy" not working. o [2005/02/26] kern/78133 vmware3 port causes crash o [2005/02/27] docs/78138 doc Error in pre-installation section of inst o [2005/02/27] bin/78170 [patch] Fix signal handler in bootpd a [2005/02/28] docs/78174 trhodes Update for Bluetooth-related manpages f [2005/02/28] kern/78176 sound sound doesnt work o [2005/03/01] ports/78234 olgeni x11/eterm invalids compose character defi o [2005/03/01] ports/78235 ale lang/php4 segfaults with both xslt and Ze o [2005/03/01] docs/78240 doc Replace with around a # o [2005/03/02] docs/78275 doc Keyword size needs to be changed to lengt f [2005/03/02] ports/78293 edwin Proposition for the review of multimedia/ o [2005/03/02] bin/78304 Signal handler abuse in comsat(8) o [2005/03/03] ports/78337 ale Feature Request: cpdf for lang/php5-exten o [2005/03/03] kern/78342 jeff top -S shows potentially incorrect CPU us f [2005/03/03] usb/78371 usb Philips Wearable Audio Player (128) fails o [2005/03/04] kern/78388 vr network drivers cause watchdog timeout o [2005/03/04] conf/78419 /etc/termcap is a symbolic link o [2005/03/04] bin/78424 Internal IPs on router, natd/libalias bre o [2005/03/05] docs/78440 phantom POSIX semaphores don't work by default in o [2005/03/05] kern/78444 jeff [sched_ule] doesn't keep track of the sle o [2005/03/05] kern/78464 des Rename /proc/mtab to /proc/mounts f [2005/03/06] ports/78473 danfe New port: graphics/opencv (Open Source Co o [2005/03/06] kern/78474 Swapped out procs not brought in immediat o [2005/03/06] docs/78479 doc SO_NOSIGPIPE socket option undocumented o [2005/03/06] docs/78480 doc Networked printer setup unnecessarily com o [2005/03/06] ports/78490 portmgr Update port: Mk/bsd.port.mk add PORTEXAMP o [2005/03/07] docs/78520 doc error in man(5) lpd.conf, lpd.perms pages o [2005/03/07] kern/78526 problem with ST380011A Segate and FreeBSD o [2005/03/07] bin/78529 'df' shows wrong info about hard drive af o [2005/03/07] standards/78537phk times(2) not functioning per the Posix sp o [2005/03/07] usb/78543 usb [patch] Support for Trip-Lite USB 2 Seria o [2005/03/07] ports/78554 portmgr [patch] bsd.port.mk: allow install port w o [2005/03/07] bin/78562 Add numerical sorting option to join(1) o [2005/03/07] i386/78569 i386 seg fault compiling after install on AMD o [2005/03/08] ports/78596 portmgr bsd.port.mk does not match tradition or P o [2005/03/09] ports/78621 sobomax Invalid dependency of net/ser o [2005/03/09] bin/78640 [patch] pkg_version show plist.origin in o [2005/03/09] bin/78646 [patch] libmap should canonicalize pathna o [2005/03/10] kern/78673 nfs client open resets attrstamp ever if o [2005/03/11] ports/78712 perky [Update Ports] Rename ja-pycodec to ja-py o [2005/03/12] bin/78728 ntpd -- noisy when IPv4 or IPv6 interface o [2005/03/12] kern/78756 phantom src/lib/libc/nls/fr_FR.ISO8859-1.msg for o [2005/03/13] kern/78758 sos [patch] Add support for re-sizing ATA dis o [2005/03/13] bin/78759 patch: verbosity for bin/chflags a [2005/03/13] ports/78760 lioux [PATCH] multimedia/kmplayer: Make TV view o [2005/03/13] bin/78763 pjd [PATCH] Added jail support to ps o [2005/03/13] bin/78768 pjd [Patch] Added jail support to top o [2005/03/13] bin/78785 [patch] ipfw verbosity locks machine if / o [2005/03/13] kern/78787 sysconf(_SC_CLK_TCK) may return incorrect o [2005/03/14] kern/78812 [workaround] logitech cordless mouse with o [2005/03/14] ports/78830 ports-bugs New port: print/latex-auto-greek Auto-swi o [2005/03/14] ports/78836 knu [UPDATE] math/ruby-netcdf 0.6.0 o [2005/03/15] kern/78849 phk Problems with GBDE encrypted partitions o [2005/03/15] ports/78857 perky lang/python23: wchar_t type definition co o [2005/03/15] kern/78884 nfs client cache negative lookups o [2005/03/15] ports/78898 ports-bugs new ports chinese/lumaqq: General QQ-like o [2005/03/16] conf/78906 Allow mixer_enable="NO" in rc.conf o [2005/03/16] docs/78915 doc rfork()'s RFTHREAD is not documented o [2005/03/17] amd64/78954 amd64 kerberos 5 failed to build o [2005/03/17] kern/78957 time counter per process stops (syscall: o [2005/03/18] usb/78984 usb Creative MUVO umass failure o [2005/03/18] ports/78990 ache [update] {news,chinese}/tin: integrate pa o [2005/03/19] bin/79008 add option for pom(6) to specify EPOCH o [2005/03/19] ports/79009 emulation [patch] Some linux ports are incorrectly o [2005/03/19] ports/79010 portmgr [patch] bsd.port.mk - all-depends-tree ta o [2005/03/19] ports/79021 ports-bugs New port: linux_base-fedora o [2005/03/20] kern/79035 le [vinum] gvinum unable to create a striped o [2005/03/20] bin/79048 phk realloc() copies data even when the size o [2005/03/20] ports/79049 ports-bugs New port net-mgmt/netdump-server:RedHat s o [2005/03/20] standards/79055standards Add an IFS regression test for shells o [2005/03/20] standards/79056standards regex(3) regression tests o [2005/03/20] kern/79058 floppy umount crash p [2005/03/20] bin/79063 tjr grep(1) - strange behaviour (most likely o [2005/03/21] kern/79066 bktr eating about 10% CPU load once it wa o [2005/03/21] standards/79067standards /bin/sh should be more intelligent about o [2005/03/21] ports/79069 grog "make install" in instant-workstation fai o [2005/03/21] i386/79091 i386 [patch] Small optimization for i386/suppo o [2005/03/21] ports/79093 mi net/rdist6 ignore ssh transport o [2005/03/22] bin/79109 devfs.conf not honored at boot o [2005/03/22] kern/79117 isdn iavc(4) for AVM B1 PCI does not attach a [2005/03/22] ports/79123 portmgr [patch] bsd.port.mk - add SHA256 support o [2005/03/22] i386/79136 i386 disk controller not detected o [2005/03/22] kern/79138 rwatson close while sending on connected UNIX-dom o [2005/03/22] kern/79139 [patch] Support for more PCIe chipsets o [2005/03/22] i386/79143 i386 Broadcom NIC driver do not work for IPMI o [2005/03/23] docs/79156 doc buffersize knob for sound(4) is a tunable o [2005/03/23] kern/79164 [patch] QUIRK: Qware BeatZkey! Pro USB mp o [2005/03/24] conf/79196 [PATCH] configurable dummynet loading fr o [2005/03/25] bin/79228 [ PATCH ] extend /sbin/arp to be able to o [2005/03/25] bin/79232 WARNS6 clean libexec/comsat f [2005/03/25] ports/79233 pav ports update biology/paml f [2005/03/25] ports/79235 flz [maintainer update] sysutils/dtc: v0.17.0 o [2005/03/25] www/79239 remko [PATCH] rewrite usergroups to xml o [2005/03/26] kern/79245 pjd jls loops o [2005/03/26] kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o [2005/03/26] kern/79266 [patch] RELENG_4 pci CONF1_ENABLE_MSK dep o [2005/03/27] i386/79272 i386 "ata" detects and enables UDMA66 or UDMA1 o [2005/03/27] i386/79274 i386 Autoconfigure fails for O2Micro OZ6812/68 o [2005/03/28] bin/79296 "umount -a -t msdos" not work f [2005/03/28] ports/79297 ports-bugs New port: audio/p5-MP3-ID3Lib o [2005/03/28] docs/79298 doc intro(2) man page has incorrect descripti o [2005/03/28] docs/79309 doc Mistake in Porter's Handbook, Chapter 14. o [2005/03/28] i386/79317 i386 Freebsd Erasing NVRAM o [2005/03/29] ports/79338 clsung [PATCH] sysutils/xosview: update to 1.8.2 f [2005/03/30] ports/79346 barner New port: devel/gobo-eiffel. Libraries an o [2005/03/30] i386/79350 i386 "ata" unrequested increase in xDMAx speed o [2005/03/30] ports/79351 lofi Character passing error in security/pinen o [2005/03/30] kern/79352 [feature request] double tagged q-in-q ne o [2005/03/30] ports/79382 ume package information for cyrus-sasl2-sasla o [2005/03/31] ports/79398 portmgr [patch] bsd.port.mk: add USE_MAKESELF kno o [2005/03/31] ports/79400 ache news/tin build fails when WITH_TIN_CANLOC o [2005/03/31] conf/79415 Fix "Mothers Day" in calendar.french. o [2005/03/31] kern/79416 darrenr ipf in 4.11 breaks POLA o [2005/04/01] bin/79418 [patch] libedit sync from netbsd cvs o [2005/04/01] kern/79427 sound [sound] No sound on Compaq Armada 100S la o [2005/04/01] ports/79428 trevor fetchyahoo v2.8.6 broken; use v2.8.5 o [2005/04/02] kern/79437 [patch] linux emulation/linprocfs: extern o [2005/04/02] kern/79441 problem writing on mounted msdos-fs at /m o [2005/04/02] ports/79460 ahze Update port: audio/glame to 2.0.1 o [2005/04/03] kern/79498 sound [sound] sndfile-play (and many other play o [2005/04/03] ports/79509 portmgr add .desktop file facilities to bsd.port. o [2005/04/04] ports/79536 pat sysutils/wmmemload install problem from t o [2005/04/04] ports/79540 pat sysutils/wmcpuload feature o [2005/04/05] ports/79561 trevor [update] x11-fm/gprename to 1.24 o [2005/04/05] bin/79570 Dynamic OpenSSL engine load disabled o [2005/04/05] kern/79575 [PATCH] Fixes order of disks in 'mdconfig o [2005/04/06] bin/79607 grok and default to bzip2-compressed manu o [2005/04/07] ports/79611 ale Port build failure in php4-imap-4.3.11 o [2005/04/07] kern/79635 em0 The EEPROM Checksum Is Not Valid o [2005/04/07] ports/79637 cjh [PATCH] print/magicfilter: update to 2.3. s [2005/04/07] ports/79639 thierry biology/deft: patch for compilation on Fr o [2005/04/07] kern/79649 [patch] quirk: Gembird MP3 player o [2005/04/07] ports/79651 clement [patch] mail/ssmtp: add per-user smtp aut o [2005/04/07] ports/79655 emulation linux_base-8 fails to install as non-root o [2005/04/08] ports/79661 des emulators/doscmd outdated man info o [2005/04/08] ports/79673 roam security/apg incorrectly depends on ${LOC o [2005/04/08] kern/79678 sound [sound] sound works except recording from o [2005/04/08] bin/79690 [patch] mdmfs does not accept numeric uid o [2005/04/08] ports/79694 kuriyama net-mgmt/net-snmp: net-snmp-5-2-1.1 witho o [2005/04/08] kern/79698 des [PATCH] [ichwd] ICH watchdog driver broke o [2005/04/08] conf/79701 [PATCH] wcwidth(3) returns wrong value ab o [2005/04/09] kern/79705 mac_seeotheruids not blocking root o [2005/04/09] bin/79714 kgdb user I/O nits o [2005/04/09] conf/79715 MNT_NODEV should be removed from sys/moun o [2005/04/09] usb/79723 usb [usb] prepare for high speed isochronous o [2005/04/09] usb/79725 usb [patch] [usb] USB device speed is not dou o [2005/04/10] ports/79759 portmgr Improving the linuxolator part of bsd.por o [2005/04/10] ports/79760 marius [PATCH:ADD_FEATURE] bsd.port.mk support f o [2005/04/12] i386/79840 i386 Partitioning and formating a new disk fai f [2005/04/13] ports/79862 daichi portupgrade-20041226_2 has faulty IGNORE o [2005/04/13] threads/79887threads [patch] freopen() isn't thread-safe o [2005/04/14] i386/79890 i386 burncd fails on a Pioneer DVD drive o [2005/04/14] kern/79893 usb New usbdevs/umass quirks derived from Lin o [2005/04/14] bin/79903 Request to add a new tool: getent(1). o [2005/04/15] kern/79944 virtual floppy controller of Virtual PC d o [2005/04/15] bin/79965 top messes up narrow terminals while disp o [2005/04/15] ports/79983 sobomax stund port does not have an rc script o [2005/04/16] kern/79998 bz [PATCH] Give sk(4) VLAN MTU capabilities o [2005/04/16] usb/80010 usb Add support for the AEI USB to LAN adapte o [2005/04/17] kern/80031 [Patch] Remove insque/remque from kernel o [2005/04/17] ports/80037 lioux maintainer-update: net/mldonkey-devel o [2005/04/17] ports/80043 ports-bugs New port: devel/metaEnv CWI MetaEnvironme o [2005/04/18] kern/80048 [patch] support for HP ML110 G2 SATA RAID f [2005/04/18] ports/80054 ports-bugs dns/dnsmasq: dns-servers are started too p [2005/04/18] bin/80058 adduser -f exits silently if file has emp o [2005/04/18] docs/80070 doc [patch] Wrong dbm_close return value desc o [2005/04/18] i386/80081 i386 Problem loading a NDIS kernel module. o [2005/04/19] i386/80092 i386 PC Cards do not work at all on laptop Com o [2005/04/19] i386/80095 i386 ld-elf.so.1 crashes with executables prod o [2005/04/19] i386/80097 i386 df reports incorrect stats with gmirror o [2005/04/19] ports/80111 ume patch to make WITH_KERBEROS4 working for o [2005/04/19] bin/80117 [patch] [sysinstall] smbfs install option s [2005/04/19] ports/80118 dinoex lang/gcc-objc doesn't compile on -current o [2005/04/19] ports/80121 jedgar update emulators/sim to 3.3.2 o [2005/04/20] ports/80132 portmgr [PATCH] bsd.port.mk -- Add support for -j o [2005/04/20] kern/80147 sound panic with the vibra16x when trying to re o [2005/04/20] kern/80149 sound problems with an soundblaster-8 (original o [2005/04/20] kern/80151 sound Missing ESS ES1688 PCI-ID o [2005/04/20] kern/80152 sound SIMPLEX flag is not set properly in sound o [2005/04/20] conf/80158 request configuration option for specifin o [2005/04/20] i386/80159 doc rtld(1) mentions "%m" but it's not implem f [2005/04/20] ports/80173 ports-bugs unixstat port broken under FreeBSD 5.3 (b o [2005/04/21] bin/80176 des fetch does not always work with https wit o [2005/04/21] ports/80183 seanc [PATCH] databases/memcached: update to 1. o [2005/04/21] docs/80186 imp [patch] Footnote is wrong in the /usr/src o [2005/04/21] ports/80197 roam devel/libelf master site changed o [2005/04/22] ports/80227 sobomax net/ser does not have an rc script. It sh o [2005/04/22] kern/80234 sound [patch] add entry for Analog Devices AD19 o [2005/04/22] i386/80236 i386 atacontrol outputs minimal usage o [2005/04/22] ports/80238 roam Update port: security/mhash to 0.9.2 o [2005/04/22] bin/80242 [patch] jail(8) should be able to set ker o [2005/04/22] ports/80248 roam Update port: sysutils/safecat to 1.12 s [2005/04/22] ports/80254 ports-bugs update net/poptop and rename to net/pptpd o [2005/04/22] ports/80255 ports-bugs New Port : print/lpr-wrapper A user level o [2005/04/22] bin/80256 /rescue/vi doesn't work without terminal o [2005/04/22] bin/80258 [PATCH] Comment why some Binaries are sta o [2005/04/22] i386/80265 i386 D-Link NIC with VIA Rhine II has no carr o [2005/04/23] kern/80269 [PATCH] libtacplus tac_get_av_value will f [2005/04/23] ports/80274 ports-bugs GDB console problem (ddd-3.3.10 with Free o [2005/04/23] kern/80283 [reboot] SMP problem o [2005/04/23] kern/80293 sysconf() does not support well-defined u o [2005/04/25] kern/80340 bz [patch] [if_gre] V6 support through GRE t p [2005/04/25] bin/80348 rs(1) handles command line arguments impr o [2005/04/26] ports/80352 ports-bugs New port: security/webfwlog Web-based fir o [2005/04/26] kern/80362 [PATCH] add preadv() and pwritev() system o [2005/04/26] ports/80363 ale Update www/pserv to 3.2 f [2005/04/26] ports/80377 girgen Postgresql8-server will not build with HI o [2005/04/27] usb/80383 usb [PATCH] Add quirk for uhid to ignore cert o [2005/04/27] ports/80394 sobomax net/stund does not honour PREFIX s [2005/04/27] kern/80396 anholt i915 AGP not supported o [2005/04/27] bin/80411 [patch] bin/df/df.c sign errors in calls o [2005/04/27] usb/80420 usb atapicam stops iPod functionality o [2005/04/27] bin/80421 [PATCH] whois(1) should query AfriNIC ser f [2005/04/29] ports/80454 hq java/poseidon doesn't work with java/linu f [2005/04/29] ports/80461 thierry The print/pdfjam port requires bash but i o [2005/04/29] i386/80465 i386 pcm0:record:0: record interrupt timeout o [2005/04/30] ports/80479 rodrigc [PATCH] Port devel/apr doesn't need Pytho f [2005/04/30] ports/80484 thierry New port: security/synscan flexible, scri o [2005/04/30] kern/80487 [patch] quirk: United MP 5512 Portable MP o [2005/05/01] conf/80504 de_DE.ISO8859-1 libc message catalog f [2005/05/01] ports/80515 ports-bugs emulators/vmware3: /usr/local/etc/rc.d/vm o [2005/05/02] ports/80523 bms [PATCH] net/ldapbrowser: update to 2.8.2 o [2005/05/02] bin/80530 man(1) should become Unicode aware o [2005/05/02] bin/80534 feature request: enumeration of filesyste o [2005/05/02] ports/80536 jmz textproc/ispell: ispell/spell seg faults o [2005/05/02] ports/80560 des [PATCH] lang/sbcl: ASDF-INSTALL requires o [2005/05/03] i386/80580 i386 4.11 router panic in lockmgr: locking aga p [2005/05/03] docs/80587 keramida [patch] accept(2) can return EINVAL for u o [2005/05/04] bin/80610 [patch] netstat, lost data due lu format o [2005/05/04] bin/80620 des [patch] fetch -U does not work o [2005/05/04] kern/80626 Out of memory ? then dead o [2005/05/04] kern/80627 mlaier pf_test6: kif == NULL ... f [2005/05/04] ports/80629 ports-bugs tuxracer segfaults on amd64 o [2005/05/05] kern/80632 sound pcm driver missing support for CMI8738 au o [2005/05/05] ports/80639 ports-bugs [NEW PORT] www/gwee: Tool to exploit comm o [2005/05/05] kern/80642 ipfw [patch] IPFW small patch - new RULE OPTIO o [2005/05/05] kern/80646 [patch] bge(4) doesn't work with vlans o [2005/05/05] bin/80660 Invoking 'bind -l' core dumps sh(1) when o [2005/05/05] ports/80665 fenner Update port: net/tcptrace from 6.6.0 to 6 o [2005/05/06] docs/80681 jcamou articles/problem-reports: don't tell peop o [2005/05/06] bin/80687 [patch] Missing NULL termination after st f [2005/05/06] ports/80690 pav [UPDATE] editors/joe: update 2.8_5 to 2.9 o [2005/05/06] ports/80692 petef [UPDATE] editors/joe-devel: update to 3.2 o [2005/05/06] ports/80703 tobez [NEW PORT] mail/postfix-policyd: Greylist o [2005/05/06] ports/80705 gnome [PATCH] converters/libiconv: includes a p o [2005/05/07] bin/80732 [PATCH]: getty(8) and telnetd(8) ignore t o [2005/05/07] ports/80736 seanc [PATCH] mail/dbmail: update to 2.0.4 o [2005/05/07] ports/80740 des [Patch] unbrake games/flightgear on 4.x o [2005/05/08] kern/80760 [PATCH] svr4.ko should depend on sysv(msg o [2005/05/08] usb/80773 usb "usbd_get_string()" could have taken a le o [2005/05/08] usb/80774 usb have "usbd_find_desc" in line with the ot o [2005/05/08] kern/80775 sysctl_handle_string should have a timeou o [2005/05/08] usb/80776 usb UDAV device driver shouldn't use usb_add_ o [2005/05/08] usb/80777 usb usb_rem_task() should wait for callback t o [2005/05/09] bin/80812 [ new util ] request to add new util: get o [2005/05/09] kern/80815 acpi ACPI(pci_link) problem in 5.4-STABLE: TIM o [2005/05/09] kern/80824 sound [sound] kldunload can't unload sound.ko f [2005/05/09] ports/80826 flz [NEW PORT] net/unison-devel: A user-level o [2005/05/09] ports/80832 mharo proftpd mod_ctrls enhancement o [2005/05/10] kern/80844 [patch] Increase compatibility of psm dri o [2005/05/10] usb/80854 usb suggestion for new iface-no-probe mechani o [2005/05/10] bin/80868 /bin/sh gives wrong line number of unterm o [2005/05/10] conf/80870 loader.conf: add line for wireless card w o [2005/05/11] docs/80871 doc terminfo(5) man page source corrupted o [2005/05/11] ports/80875 obrien [PATCH] editors/hexedit: update to 1.2.10 o [2005/05/11] ports/80888 portmgr enhance ports/Makefile to do human langua f [2005/05/11] ports/80893 dinoex [PATCH] mail/sendmail: correct support op o [2005/05/11] conf/80907 tmpmfs default change f [2005/05/11] ports/80916 ports-bugs db43 does not build (with gcc4.0?) o [2005/05/12] bin/80924 fsck should show CTIME. o [2005/05/12] usb/80935 usb uvisor.c is not work with CLIE TH55. o [2005/05/12] ports/80937 gnome mail/thunderbird: incorrect icon location o [2005/05/12] ports/80943 ale [mnogosearch 3] lang/php4: update PHP for o [2005/05/12] ports/80944 lawrance [NEW PORT] www/mnogosearch-php: Mnogosear o [2005/05/12] ports/80946 ale [mnogosearch part 2] www/php4-mnogosearch o [2005/05/13] ports/80968 ijliao [NEW PORT] cad/gplcver: A Verilog HDL sim o [2005/05/13] ports/80979 x11 x11/xorg-clients: when hostname is not co o [2005/05/13] threads/80992threads abort() sometimes not caught by gdb depen o [2005/05/13] ports/80998 perky databases/py-bsddb: patch to support Berk o [2005/05/14] misc/80999 artswrapper freezes system with 5.4 o [2005/05/15] bin/81065 [tcsh] tcsh prompt flag %j o [2005/05/15] ports/81070 ale [PATCH] www/php-screw: randomize CRYPTKEY o [2005/05/15] usb/81073 usb [patch] fix umass NO_GETMAXLUN quirk o [2005/05/15] i386/81082 i386 Failure to detect Pioneer CD drive on Int o [2005/05/16] amd64/81089 amd64 FreeBSD 5.4 released version can not use o [2005/05/16] ports/81093 ale lang/php4 - Slow serialize on FreeBSD o [2005/05/16] ports/81133 lioux [BUG:PATCH] make install does not respect o [2005/05/17] ports/81153 ports-bugs [NEW PORT] chinese/DFSongSd: Chinese (HKS o [2005/05/17] kern/81161 Images mounted through mdconfig on a read o [2005/05/17] bin/81165 /bin/sh -e bug o [2005/05/17] ports/81167 mharo Update port ftp/proftpd to 1.3.0rc1 o [2005/05/17] kern/81170 sound [sound] /dev/mixer misbehavior with enson o [2005/05/18] ports/81183 apache apache13-modperl can not compile with por o [2005/05/18] ports/81188 se [PATCH] update kplayer to 0.5.3 o [2005/05/18] usb/81191 usb Support for Curitel HX-550C USB modem to o [2005/05/18] ports/81200 ale [patch] Mk/bsd.php.mk: add math/pecl-big_ a [2005/05/18] ports/81206 portmgr new category proposal: net-im o [2005/05/18] docs/81208 doc Inconsistency between bsd.port.mk and por o [2005/05/18] bin/81218 5.4 dist archives not backwards compatibl o [2005/05/19] bin/81230 [patch] mountd does not ignore SIGPIPE f [2005/05/19] ports/81252 olgeni [UPDATE PORT] net-mgmt/NeTraMet s [2005/05/19] kern/81273 Tool 'netstat' needs 'device mem' in the o [2005/05/20] ports/81285 cy misc/screen -- Add support for 256 colour o [2005/05/20] standards/81287standards [PATCH]: fingerd(8) might send a line not f [2005/05/20] ports/81299 obrien rdesktop compile error o [2005/05/20] bin/81300 [PATCH] add option to sockstat(1) to alwa o [2005/05/20] misc/81306 anholt graphics/dri-devel: Certain gl apps segfa o [2005/05/20] misc/81323 Error in installation packages "write fai o [2005/05/22] i386/81358 i386 PC Engines WRAP support o [2005/05/22] kern/81360 [patch] generic bios_string for GPIO/watc o [2005/05/22] bin/81364 rexecd mangles the username p [2005/05/22] kern/81371 glebius [PATCH] ng_socket: 2nd "int error" hides o [2005/05/23] ports/81400 seanc [PATCH] www/mod_geoip: update to 1.2.7 o [2005/05/24] ports/81428 x11 [PATCH] x11-servers/mga_hal: also install o [2005/05/24] i386/81438 i386 Ataidle seems broken + problem with ATA w o [2005/05/24] kern/81449 [PATCH] SMBIOS scan for loader f [2005/05/25] ports/81454 daichi portupgrade leaves temporary directory wh o [2005/05/25] ports/81458 hq Update www/jakarta-tomcat5 to 5.5 o [2005/05/25] bin/81465 /bin/host: resolver is not working proper f [2005/05/25] ports/81481 flz portmanage maybe fflush(3) before system( o [2005/05/26] ports/81492 cy security/aide: fix incomplete pkg-plist o [2005/05/26] bin/81495 hexdump(1) format option does not allow l o [2005/05/26] kern/81496 acd (atapicd) device lacks devstat o [2005/05/26] kern/81497 ad and da do not set interface type in de o [2005/05/26] threads/81534threads [PATCH] libc_r close() will fail on any f o [2005/05/27] kern/81568 ext2fs partitions in fstab automatically o [2005/05/28] kern/81588 phk Devices with SI_CHEAPCLONE flag don't see s [2005/05/28] kern/81590 updating zlib? (openssh 4.1 complains) o [2005/05/28] i386/81597 i386 My POS-460 system based on a Western Digi o [2005/05/28] ports/81598 jdp [PATCH] net/cvsup-mirror: add some instal o [2005/05/28] kern/81599 sound [sound] Via VT1612A Audio not working wel o [2005/05/29] bin/81611 natd runs with -same_ports by default o [2005/05/29] ports/81613 portmgr make package-recursive for port www/jakar o [2005/05/29] usb/81621 usb external hd hangs under load on ehci o [2005/05/29] ports/81629 nork [PATCH] japanese/eb : new version 4.2 is o [2005/05/30] usb/81656 usb umass problem with Minolta DiMage S414 Di o [2005/05/30] kern/81670 [patch] linux_execve return wrong value ( o [2005/05/30] ports/81673 trevor update devel/cvsgraph from 1.4.0_1 to 1.5 o [2005/05/30] i386/81674 i386 Install root option of 4.11 boot floppies o [2005/05/30] i386/81684 i386 No support for Asus Pundit-R Onboard NIC o [2005/05/31] bin/81692 [patch] atacontrol support for disk APM a o [2005/05/31] ports/81697 sobomax zaptel cards are UNCONFIGURED without ztc o [2005/05/31] ports/81699 ale www/pserv's PHP support only works with p o [2005/05/31] ports/81705 ale www/pserv overwrites user's pserv.conf on o [2005/05/31] bin/81709 [patch] lam accepts -P but not -p o [2005/05/31] ports/81735 haskell devel/hs-green-card: update to version 3. o [2005/05/31] docs/81738 doc [patch] Update tar usage in chapter 16.11 o [2005/06/01] ports/81748 ahze Update to math/scigraphica 2.0 for gtk2 o [2005/06/01] ports/81751 bms [PATCH] net/tcpdump: fix build and unbrea o [2005/06/01] i386/81756 ssouhlal boot2 trying to execute /kernel instead o o [2005/06/01] bin/81757 gad realtime processes are not marked with '< o [2005/06/01] kern/81758 phk gconcat(8) creating additional providers o [2005/06/01] bin/81759 phk 'gbde attach' does not notify user about o [2005/06/01] bin/81775 pppd(8) and tcpdump(8) no longer accept ' o [2005/06/01] docs/81776 doc ifconfig(8) man page not updated with car o [2005/06/01] kern/81778 pjd 'gmirror label' does not attach mirror as o [2005/06/01] bin/81779 misleading error messages in geom(8) util o [2005/06/01] kern/81780 rwatson hard disk i/o error during reading in an o [2005/06/02] i386/81790 i386 Asus P4SP-MX + FreeBSD = hangs on reboot o [2005/06/02] kern/81792 glebius exclusive sleep mutex xl0 (network driver o [2005/06/02] ports/81795 eik Update port: shells/bash - add knob to bu o [2005/06/02] i386/81803 i386 [patch] Unsupported ICH6 SMBus controller o [2005/06/02] ports/81808 lev Fix the WITH_BOOK option of devel/subvers o [2005/06/02] ports/81816 knu [PATCH] devel/ruby18-setup.rb: Fix files/ o [2005/06/03] bin/81837 [patch] Sort by directories first option o [2005/06/03] kern/81846 [patch] Quirks for Time DPA20B 1GB MP3 p s [2005/06/03] kern/81867 delphij [patch] ioctl collision between pcvt(4) a o [2005/06/03] bin/81874 [patch] TCP mode in systat overwrites loa o [2005/06/05] ports/81915 ale mysql-server.sh not ssh-friendly o [2005/06/05] conf/81923 [patch] Changes and corrections to freebs o [2005/06/05] conf/81924 Removal of duplicate fortunes o [2005/06/05] conf/81926 Whitespace cleanup to fortunes datfile o [2005/06/06] ports/81933 ports-bugs update ports: japanese/wikicker o [2005/06/06] ports/81935 lev subversion port does not build mod_dav_sv o [2005/06/06] ports/81944 hrs Request to modify print/tgif2tex/Makefile o [2005/06/07] conf/81977 Order in /etc/rc.d (ntpd need devfs) o [2005/06/07] ports/81982 pat PORT UPDATE: www/screem to 0.14.1 o [2005/06/07] ports/81983 danfe New port: sysutils/pfind Tool for searchi o [2005/06/07] bin/81987 [patch] memory leaks in libc/rpc o [2005/06/07] bin/81989 [PATCH] mount_msdosfs When a mask, but no o [2005/06/07] ports/81998 ports-bugs New port: mail/gmail-notify Notify new m o [2005/06/08] bin/82014 wachdog is fire shuttingdown. o [2005/06/08] i386/82026 i386 module_register_init: MOD_LOAD (ibcs2, 0x o [2005/06/08] kern/82036 loading green_saver makes screen go blank o [2005/06/08] bin/82037 mount(8)/unmount(8)/fsck(8) mount point s o [2005/06/08] www/82038 ceri http://www.freebsd.org/send-pr.html anti- o [2005/06/08] conf/82051 calendar.birthday: Frank Lloyd Wright bir o [2005/06/08] ports/82055 sergei security/logcheck warning fix o [2005/06/09] bin/82058 [PATCH] Ability for pw groupmod to delete o [2005/06/09] ports/82062 lioux [PATCH] devel/py-dateutil: fix plist o [2005/06/09] ports/82066 sergei [PATCH] shells/zsh: fix default zsh-mime- o [2005/06/09] kern/82070 Not all dc(4) devices can be used o [2005/06/10] ports/82108 roam [patch] Update port: ftp/curlpp to 0.3.3 o [2005/06/10] ports/82110 obrien [patch] sysutils/asr-utils: raidutil does o [2005/06/10] docs/82114 doc Misisng ndisapi(9) manual page o [2005/06/11] ports/82138 portmgr [patch] timewaster: remove old versions f o [2005/06/11] ports/82146 lioux net/freenet - update port to 5.2.1.5103 o [2005/06/11] ports/82151 perl [PATCH] mail/p5-Mail-SpamAssassin: instal f [2005/06/12] ports/82155 barner New port: devel/dynamic-classes C++ dyna o [2005/06/12] bin/82161 [patch] m4's eval does not handle INT_MIN o [2005/06/12] bin/82170 [patch] m4's eval does not work as docume o [2005/06/12] ports/82171 krion Port devel/sdl12: libSDL-1.1 is broken in o [2005/06/12] ports/82175 jmz Update port: x11/xloadimage o [2005/06/12] amd64/82178 amd64 missing 32bit subsystem o [2005/06/13] bin/82185 [patch] ndp command bug o [2005/06/13] kern/82188 [patch] ng_fec interface not running afte o [2005/06/13] kern/82189 [patch] ng_fec interface - problems with o [2005/06/13] ports/82190 ports-bugs UPDATE: security/openssh-portable - adds o [2005/06/13] ports/82197 ume [PATCH] sysutils/gkrellm: gkrellmd enhanc o [2005/06/13] ports/82200 ports-bugs [PATCH] sysutils/gkrelltop: gkrelltopd en o [2005/06/14] ports/82214 sergei Update port: net/wol update to 0.7.1 p [2005/06/14] docs/82217 delphij [PATCH] Documentation fix for msgrcv(3) o [2005/06/14] ports/82218 ports-bugs [NEW PORT] japanese/guesswork: A PHP ligh o [2005/06/14] docs/82223 doc [Kerberos] Error at Handbook o [2005/06/14] conf/82228 roberto [patch] order parsed ntpdate_hosts in /et p [2005/06/14] kern/82243 glebius [patch] csa sound driver suspend/resume o o [2005/06/14] ports/82247 gnome mail/thunderbird menu icon location incor o [2005/06/15] bin/82269 [patch] cpan modules cause pkg_add spam o [2005/06/15] ports/82270 kris xglobe does not show markers o [2005/06/15] bin/82287 [patch] [routed] Fix varargs usage, remov o [2005/06/15] ports/82289 ports-bugs New Port: sysutils/p5-Sys-Mknod cpan perl o [2005/06/15] docs/82290 hmp [patch] update to handbook firewall PF se o [2005/06/15] ports/82291 ports-bugs New Port: sysutils/File-Stat-Bits cpan p o [2005/06/15] ports/82297 lioux sysutils/vobcopy device detection bug o [2005/06/16] ports/82307 des FlightGear port broken in 5.4 s [2005/06/16] ports/82310 ports-bugs request: new port, sysutils/initng o [2005/06/16] ports/82315 knu Update port graphics/ruby-rmagick to 1.8. o [2005/06/16] ports/82318 mat Update mail/sqlgrey Postfix greylisting p o [2005/06/16] ports/82320 ports-bugs Update lang/spidermonkey to r6a and chang o [2005/06/16] ports/82321 ports-bugs New port lang/p5-JavaScript-SpiderMonkey o [2005/06/16] bin/82325 [patch] chkgrp flags NIS domains as conta o [2005/06/16] ports/82337 ports-bugs games/enigma doesn't build because lang/l o [2005/06/16] ports/82339 brooks repocopy req: sysutils/sge(ee) -> sysutil o [2005/06/17] gnu/82351 [patch] update (385-cl3) to version 385 o o [2005/06/17] gnu/82353 SGR disabled in share/tmac/troffrc -- dep o [2005/06/17] ports/82354 ports-bugs [NEW PORT] mail/mimetic: A GPL MIME libra f [2005/06/17] www/82364 jcamou Addition of Company o [2005/06/17] bin/82367 [PATCH] ifconfig ifname.tag does not auto o [2005/06/18] ports/82378 ports-bugs [New port] x11-wm/ion3-ds o [2005/06/18] www/82379 jcamou /cgi/query-pr.cgi has no submit button o [2005/06/18] amd64/82380 amd64 buildworld error in libc o [2005/06/18] bin/82381 [patch] small bug in libedit might cause f [2005/06/18] ports/82390 ports-bugs new port: sysutils/sysgen o [2005/06/18] ports/82394 max patch: ports/japanese/ircII: make friendl o [2005/06/18] ports/82396 ports-bugs New port: devel/p5-Text-LevenshteinXS o [2005/06/18] ports/82397 ports-bugs [New Category + ports] rubygems for FreeB o [2005/06/18] amd64/82399 amd64 MSI K8N Neo4 Platinium is not supported o [2005/06/19] ports/82401 ports-bugs [NEW PORT] www/p5-Template-Multilingual: o [2005/06/19] ports/82408 lioux [PATCH] update kmplayer to 0.9.0-pre4 f [2005/06/19] ports/82417 pav [audio/juke] Patch to make controls 'hjkl f [2005/06/19] ports/82423 flz [PATCH] security/amavisd-new: several imp o [2005/06/19] ports/82427 ports-bugs [NEW PORT] security/amavisd-milter: Milte o [2005/06/20] conf/82430 [patch] error with find "[procname]" in f o [2005/06/20] misc/82432 The position of /root o [2005/06/20] usb/82436 usb USL101 Host-to-Host bridge support on Fre o [2005/06/20] ports/82437 seanc [patch] fix mail/dbmail build on 4.x o [2005/06/20] ports/82445 perky Add PYTWISTED dependence line to bsd.pyth f [2005/06/20] ports/82455 ahze new port: sysutils/highlnk o [2005/06/20] kern/82456 damien WITNESS warning/backtrace in if_ral o [2005/06/21] bin/82465 top(1) in 6-CURRENT shows incorrect user o [2005/06/21] ports/82466 lioux [PATCH] net/mldonkey-devel: polite ports o [2005/06/21] kern/82470 net FreeBSD advertises wrong window scale in o [2005/06/21] ports/82475 jedgar can't build port databases/p5-Mysql o [2005/06/21] ports/82480 lawrance Port graphics/tcm does not work on amd64 o [2005/06/21] docs/82481 doc tar/gtar man page mod request o [2005/06/21] ports/82483 green Update port: databases/sqlite3 to 3.2.2 o [2005/06/21] gnu/82484 [patch] for misleading man cvs o [2005/06/21] ports/82488 ports-bugs new port: mail/qmail-rblchk f [2005/06/21] ports/82493 ports-bugs New port: textprox/ripole-devel Used fo o [2005/06/21] ports/82494 ports-bugs OpenVPN --enable-password-save support o [2005/06/21] ports/82496 trevor emulators/linux_base-suse-9.2 without fre o [2005/06/21] ports/82501 ports-bugs New port: www/referrercop Filters referre f [2005/06/21] ports/82503 pav Update port: games/freeciv to 2.0.2 o [2005/06/21] ports/82505 lawrance Update Port: lang/visualworks - advance v o [2005/06/22] ports/82507 ports-bugs [new port] www/quixote-session2: quixote o [2005/06/22] docs/82508 doc misleading man page for basename/dirname o [2005/06/22] ports/82509 nork [MAINTAINER] japanese/ja-squirrelmail: PA o [2005/06/22] ports/82527 ports-bugs New port: databases/pgmemcache Provides a f [2005/06/22] ports/82539 lawrance unable to fetch databases/tkgnats o [2005/06/22] i386/82548 i386 VBE video driver incorrectly switches to/ o [2005/06/23] ports/82572 sem [update] databases/mysql-administrator to o [2005/06/23] ports/82574 ports-bugs New port: print/php4-cpdf cpdf support fo o [2005/06/23] ports/82575 ports-bugs New port: print/php5-cpdf cpdf support fo o [2005/06/23] ports/82576 ports-bugs [New Port] emulators/gens - Genesis/CD/32 o [2005/06/23] ports/82577 ports-bugs [update] games/kbilliards to 0.8.5 o [2005/06/23] ports/82579 seanc [PATCH] devel/tla: update to 1.3.3 f [2005/06/23] ports/82582 ports-bugs update www/xist to 2.10 o [2005/06/23] ports/82586 doc Ports: undocumented target 'config-recurs o [2005/06/24] docs/82595 doc 25.5.3 Configuring a bridge section of th o [2005/06/24] amd64/82599 amd64 ports/misc/mtx wont compile on amd64 o [2005/06/24] ports/82607 lawrance [update] misc/skyutils to 2.8 o [2005/06/24] ports/82609 ports-bugs [NEW PORT] www/jwchat: Full featured, web o [2005/06/24] ports/82617 seanc [patch] fix shared library installation i f [2005/06/24] ports/82618 ports-bugs XMMS uses 32bit int for ioctl rather than o [2005/06/24] bin/82625 [PATCH] Enhancement to ping to ping throu f [2005/06/24] ports/82627 lawrance Update port: www/py-albatross update to 1 o [2005/06/25] ports/82633 ports-bugs [NEW PORT] comms/jerm: Communication term o [2005/06/25] ports/82634 nectar heimdal port conflict with base heimdal o [2005/06/25] ports/82640 ports-bugs New port: lang/fpc2 o [2005/06/25] ports/82652 ports-bugs [NEW PORT] security/squidclam: Bridge bet o [2005/06/26] misc/82657 copyright infringement o [2005/06/26] docs/82659 doc GCC manuals are out of sync; gcc.1, cpp.1 o [2005/06/26] ports/82661 portmgr [patch] Add support to filter MASTER_SITE o [2005/06/26] ports/82663 ports-bugs New port: audio/ogg2mp3 perl script conve o [2005/06/26] ports/82671 krion Update port: audio/sdl_mixer f [2005/06/26] ports/82679 ahze Update port: math/scigraphica to 2.1.0 o [2005/06/26] sparc64/82681sparc64 dc state messages o [2005/06/26] kern/82682 "Accounting resumed" while disk fills up o [2005/06/26] i386/82683 i386 Illegal Instruction Core Dump in REL-5.4- f [2005/06/27] ports/82704 pav Updated Port: www/instiki updated from 0. o [2005/06/27] docs/82705 doc [PATCH] porters handbook - 4.6 patching - o [2005/06/28] ports/82710 dougb [patch] xscreensaver does not compile on o [2005/06/28] ports/82711 barner [MAINTAINER UPDATE] net/quagga: update to o [2005/06/28] ports/82715 des update port: lang/sbcl to 0.9.2 o [2005/06/28] kern/82724 ipfw Add setnexthop and defaultroute features o [2005/06/28] ports/82726 ports-bugs New port: databases/sqlplus Oracle SQL*Pl o [2005/06/28] conf/82738 [patch] add amd_program line to defaults/ f [2005/06/28] ports/82746 pav Upgrade suphp to 0.6.0 o [2005/06/28] ports/82753 portmgr patch to add functionality to ports macro o [2005/06/29] www/82761 www (PATCH) www/marketing/os-comparison.sgml, o [2005/06/29] bin/82762 philip [patch] adding a virtual horizontal scrol f [2005/06/29] ports/82768 jylefort mail/postfix -- certain manpages are brok o [2005/06/29] ports/82772 ports-bugs new port: mail/p5-Sendmail-AccessDB - Per o [2005/06/29] ports/82776 ports-bugs [NEW PORT] games/lincity-ng o [2005/06/29] docs/82779 doc [patch] Kill entry for ddb manpage o [2005/06/29] ports/82782 sobomax Update port: net/asterisk o [2005/06/29] ports/82786 knu Update port: sysutils/pdumpfs-clean to 1. f [2005/06/29] ports/82789 pav update port: mail/assp - update to 1.1.1 o [2005/06/29] ports/82791 ports-bugs [MAINTAINER] mail/qmail: Add scheme to fi o [2005/06/29] ports/82794 dougb xscreensaver port has syntax errors f [2005/06/29] ports/82797 ports-bugs [PATCH] devel/argouml: update to 0.18.1 o [2005/06/29] kern/82800 ipforward not available as kernel module o [2005/06/30] ports/82814 ports-bugs [update] ja-scim-skk to 0.3.0 o [2005/06/30] ports/82821 ports-bugs New port: graphics/py-gdchart2: python li o [2005/06/30] conf/82823 [patch] no problem, but little addon for f [2005/06/30] ports/82825 ports-bugs update www/clearsilver to compile on othe o [2005/06/30] ports/82836 cy security/aide: typo in WWW field of pkg-d o [2005/06/30] usb/82839 usb Patch to add support for Aceeca Mez1000 d o [2005/06/30] ports/82840 eik Typo in sysutils/rc_subr-1.31 o [2005/07/01] ports/82843 ale Trivial patches to build php4 PayFlow Pro f [2005/07/01] ports/82849 ports-bugs [patch] www/instiki: the last port with t o [2005/07/01] ports/82853 ports-bugs port compaq-cc cannot install on alpha o [2005/07/01] ports/82869 flz [PATCH]: net/libtorrent o [2005/07/02] kern/82882 yar [ PATCH ] ip_mroute abends kernel when in o [2005/07/02] ports/82891 ports-bugs [NEW PORT] net/wmwifi: Dockapp displaying o [2005/07/02] ports/82892 lioux Spell error on COMMENT (imanges -> images o [2005/07/02] ports/82895 ports-bugs Mark www/p5-Maypole BROKEN in mod_perl2 c o [2005/07/02] kern/82901 ECP mode fails on NetMos ppc card - "PWor o [2005/07/02] ports/82903 ports-bugs New port: misc/metromap o [2005/07/02] ports/82906 ports-bugs [MAINTAINER] mail/milter-greylist: update o [2005/07/02] kern/82908 [ PATCH ] ip_carp should use ifnet_depart o [2005/07/03] bin/82909 [PATCH] fix ministat -s with >2 datasets o [2005/07/03] ports/82915 ports-bugs [MAINTAINER] Update www/wordpress-mu to 1 o [2005/07/03] ports/82916 ports-bugs japanese/emacs-emcws: same update as edit o [2005/07/03] ports/82917 ports-bugs [PATCH] update multimedia/lxdvdrip to 1.4 o [2005/07/03] ports/82920 ports-bugs [patch] irc/miau o [2005/07/03] ports/82922 ports-bugs [MAINTAINER] x11-clocks/wmbday: update to o [2005/07/03] ports/82923 ports-bugs Update and unbroke: ftp/tnftp o [2005/07/03] kern/82926 ipw doesn't seem to do WPA, also leaves e o [2005/07/03] ports/82927 barner [MAINTAINER UPDATE] mail/freepops to 0.0. o [2005/07/03] ports/82929 ports-bugs qmail's prefix should be configurable fro o [2005/07/03] ports/82930 ports-bugs [patch] invalid default config security/d o [2005/07/03] ports/82931 ports-bugs [PATCH] update multimedia/transcode to 1. o [2005/07/03] advocacy/82934advocacy New port: multimedia/toxine - Text user i o [2005/07/03] ports/82939 ports-bugs Update port: games/vamos to 0.5.4 o [2005/07/03] ports/82940 ports-bugs Update port: lang/scm to 5e1 o [2005/07/03] ports/82942 ports-bugs Update port: math/fityk to 0.5.0.1 o [2005/07/03] ports/82943 ports-bugs Update port: math/gambit to 0.2005.06.13 o [2005/07/03] ports/82944 ports-bugs Update port: math/graphthing to 1.0 o [2005/07/03] ports/82945 ports-bugs Update port: x11/3ddesktop to 0.2.9 o [2005/07/03] ports/82948 ports-bugs New port: sysutils/epylog Epylog is a sys o [2005/07/03] ports/82949 lev [PATCH] devel/subversion: Ruby bindings o [2005/07/03] ports/82950 ports-bugs [NEW PORT] devel/subversion-ruby: Subvers o [2005/07/03] ports/82951 ports-bugs New port: multimedia/toxine - Text user i o [2005/07/03] ports/82952 ports-bugs audio/libsidplay - gcc 3.4 issue with aud o [2005/07/03] ports/82954 ports-bugs Update port: security/libecc to 0.11.0 o [2005/07/03] ports/82955 ports-bugs [PATCH] Revive zmtx-zmrx with new master o [2005/07/03] ports/82956 ports-bugs [maintainer-update] patch: audio/ocp - di o [2005/07/03] ports/82959 ports-bugs lang/lua doesn't build with popen support o [2005/07/04] kern/82963 TCP MD5 disables rfc1323 options on passi o [2005/07/04] ports/82968 ports-bugs new port: devel/p5-Sort-Array - A powerfu o [2005/07/04] ports/82969 ports-bugs [patch] deskutils/kchm bugfix 2878 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 14:00:19 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B8916A41C for ; Mon, 4 Jul 2005 14:00:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678DE43D46 for ; Mon, 4 Jul 2005 14:00:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64E0Jwi057713 for ; Mon, 4 Jul 2005 14:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64E0J3e057712; Mon, 4 Jul 2005 14:00:19 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2005 14:00:19 GMT Resent-Message-Id: <200507041400.j64E0J3e057712@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Bjoern A. Zeeb" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1227816A41C for ; Mon, 4 Jul 2005 13:59:02 +0000 (GMT) (envelope-from bz@zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C2D43D49 for ; Mon, 4 Jul 2005 13:59:01 +0000 (GMT) (envelope-from bz@zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id CBA6B1FFACB for ; Mon, 4 Jul 2005 15:58:58 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 7EDCB1FF9AF; Mon, 4 Jul 2005 15:58:56 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 06FC8157B9; Mon, 4 Jul 2005 13:58:43 +0000 (UTC) Message-Id: <20050704135843.06FC8157B9@mail.int.zabbadoz.net> Date: Mon, 4 Jul 2005 13:58:43 +0000 (UTC) From: "Bjoern A. Zeeb" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: "Bjoern A. Zeeb" Subject: kern/82974: RTM_CHANGE incorrectly changes default X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Bjoern A. Zeeb" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 14:00:19 -0000 >Number: 82974 >Category: kern >Synopsis: RTM_CHANGE incorrectly changes default >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 14:00:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Bjoern A. Zeeb >Release: FreeBSD 6.0-CURRENT amd64 >Organization: Zabbadoz.NeT >Environment: >Description: route change of a nonexistent host route changes default route instead of returning error. route monitor returns change given but not change done. I had seen this this problem on a 5.4-PRERELEASE machine from about Mar 31 and verified that it still exists in HEAD. >How-To-Repeat: foo# netstat -rn -f inet | grep default default 192.168.64.1 UGS 0 27 em0 foo# netstat -rn -f inet | grep 10.1 foo# route change 10.1.2.3 127.0.0.1 change host 10.1.2.3: gateway 127.0.0.1 got message of size 124 on Mon Jul 4 13:42:55 2005 RTM_CHANGE: Change Metrics or flags: len 124, pid: 55414, seq 1, errno 0, flags: locks: inits: sockaddrs: 10.1.2.3 127.0.0.1 foo# netstat -rn -f inet | grep 10.1 foo# netstat -rn -f inet | grep default default 127.0.0.1 UGS 0 27 lo0 >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 14:10:16 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A974116A41C for ; Mon, 4 Jul 2005 14:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 802C843D53 for ; Mon, 4 Jul 2005 14:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64EAG8c062503 for ; Mon, 4 Jul 2005 14:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64EAGY2062502; Mon, 4 Jul 2005 14:10:16 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2005 14:10:16 GMT Resent-Message-Id: <200507041410.j64EAGY2062502@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Bjoern A. Zeeb" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39FCA16A41C for ; Mon, 4 Jul 2005 14:08:34 +0000 (GMT) (envelope-from bz@zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD64E43D5D for ; Mon, 4 Jul 2005 14:08:33 +0000 (GMT) (envelope-from bz@zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 35D311FFACB for ; Mon, 4 Jul 2005 16:08:33 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id E16C01FF9AF; Mon, 4 Jul 2005 16:08:30 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id A13CA157B9; Mon, 4 Jul 2005 14:08:18 +0000 (UTC) Message-Id: <20050704140818.A13CA157B9@mail.int.zabbadoz.net> Date: Mon, 4 Jul 2005 14:08:18 +0000 (UTC) From: "Bjoern A. Zeeb" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: "Bjoern A. Zeeb" Subject: bin/82975: route change does not parse classfull network as given in netstat X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Bjoern A. Zeeb" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 14:10:16 -0000 >Number: 82975 >Category: bin >Synopsis: route change does not parse classfull network as given in netstat >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 Jul 04 14:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Bjoern A. Zeeb >Release: FreeBSD 6.0-CURRENT amd64 >Organization: Zabbadoz.NeT >Environment: >Description: route change of a classfull network might get parsed wrong. With netstat output of a classfull network (192.168.1.0/24) looks like this 192.168.1 192.168.64.31 UGS 0 0 em0 but route cannot correctly parse that (if not -net is given) which could lead to other bad effects. >How-To-Repeat: foo# netstat -rn -f inet | grep 192.168.1 192.168.1 192.168.64.31 UGS 0 0 em0 foo# netstat -rn -f inet | grep default default 192.168.64.1 UGS 0 27 em0 foo# route change 192.168.1 127.0.0.1 change host 192.168.1: gateway 127.0.0.1 got message of size 124 on Mon Jul 4 13:54:43 2005 RTM_CHANGE: Change Metrics or flags: len 124, pid: 55458, seq 1, errno 0, flags: locks: inits: sockaddrs: 192.168.0.1 127.0.0.1 ^^^^^^^^^^^^^ foo# netstat -rn -f inet | grep 192.168.1 192.168.1 192.168.64.31 UGS 0 0 em0 foo# netstat -rn -f inet | grep default default 127.0.0.1 UGS 0 27 lo0 There was no error returned that the given (host) route could not be parsed correctly or found in table. Route monitor returned 192.168.0.1 instead of 196.168.1.0 (what one might expect if there is no error). The change of default route is another problem (see PR 82974). >Fix: For consitency we should either be able to parse classfull routes given (without -net) and treat them like prefixes (like -net was given and with correct addresses). Alternatively return an error like ''ENOPARSE''. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 14:26:58 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0161316A41C; Mon, 4 Jul 2005 14:26:58 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF0BE43D45; Mon, 4 Jul 2005 14:26:57 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64EQvKn063165; Mon, 4 Jul 2005 14:26:57 GMT (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64EQv6U063161; Mon, 4 Jul 2005 14:26:57 GMT (envelope-from des) Date: Mon, 4 Jul 2005 14:26:57 GMT From: Dag-Erling Smorgrav Message-Id: <200507041426.j64EQv6U063161@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Cc: Subject: Re: bin/65557: passwd uses passwd_format of default login class X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 14:26:58 -0000 Synopsis: passwd uses passwd_format of default login class Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Mon Jul 4 14:26:57 GMT 2005 Responsible-Changed-Why: PAM issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=65557 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 14:27:19 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0BE516A41C; Mon, 4 Jul 2005 14:27:19 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A817143D4C; Mon, 4 Jul 2005 14:27:19 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64ERJGU063214; Mon, 4 Jul 2005 14:27:19 GMT (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64ERJ5l063210; Mon, 4 Jul 2005 14:27:19 GMT (envelope-from des) Date: Mon, 4 Jul 2005 14:27:19 GMT From: Dag-Erling Smorgrav Message-Id: <200507041427.j64ERJ5l063210@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Cc: Subject: Re: bin/74929: DES/BLF login.conf classes not working with passwd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 14:27:20 -0000 Synopsis: DES/BLF login.conf classes not working with passwd Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Mon Jul 4 14:27:19 GMT 2005 Responsible-Changed-Why: PAM issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=74929 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 15:20:13 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A3216A41C for ; Mon, 4 Jul 2005 15:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A763443D49 for ; Mon, 4 Jul 2005 15:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64FKDgj069828 for ; Mon, 4 Jul 2005 15:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64FKDNc069827; Mon, 4 Jul 2005 15:20:13 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2005 15:20:13 GMT Resent-Message-Id: <200507041520.j64FKDNc069827@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Matthew X. Economou" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61EDF16A41F for ; Mon, 4 Jul 2005 15:15:59 +0000 (GMT) (envelope-from xenophon@cinep010fbmx.irtnog.org) Received: from cinep010fbmx.irtnog.org (ns1.irtnog.org [24.123.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B96E43D4C for ; Mon, 4 Jul 2005 15:15:59 +0000 (GMT) (envelope-from xenophon@cinep010fbmx.irtnog.org) Received: from localhost (unknown [127.0.0.1]) by cinep010fbmx.irtnog.org (Postfix) with ESMTP id C34182122 for ; Mon, 4 Jul 2005 11:17:25 -0400 (EDT) Received: from cinep010fbmx.irtnog.org ([127.0.0.1]) by localhost (cinep010fbmx.irtnog.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17197-02 for ; Mon, 4 Jul 2005 11:16:04 -0400 (EDT) Received: by cinep010fbmx.irtnog.org (Postfix, from userid 11136) id 77F9A2230; Mon, 4 Jul 2005 11:15:59 -0400 (EDT) Message-Id: <20050704151559.77F9A2230@cinep010fbmx.irtnog.org> Date: Mon, 4 Jul 2005 11:15:59 -0400 (EDT) From: "Matthew X. Economou" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/82978: FreeBSD hangs loading orm(4) only after rebooting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Matthew X. Economou" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 15:20:14 -0000 >Number: 82978 >Category: kern >Synopsis: FreeBSD hangs loading orm(4) only after rebooting >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 15:20:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matthew X. Economou >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD cinep010fbmx.irtnog.org 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Compaq Deskpro 2000 (133-MHz Pentium) >Description: If I reboot FreeBSD (e.g. 'shutdown -r now'), at boot, FreeBSD will hang immediately after loading the pci0 device (a VGA device on my system) and immediately prior to loading the orm0 device: Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium/P54C (132.96-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf real memory = 134217728 (128 MB) avail memory = 121696256 (116 MB) Intel Pentium detected, installing workaround for F00F bug npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1000-0x100f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 pci0: at device 15.0 (no driver attached) orm0: at iomem 0xc0000-0xc7fff on isa0 >How-To-Repeat: (see above) >Fix: To reboot, I my physically power down the system, or I must recompile the kernel without the orm(4) device. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 16:30:17 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECD8216A41C for ; Mon, 4 Jul 2005 16:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C533043D49 for ; Mon, 4 Jul 2005 16:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64GUHJN077064 for ; Mon, 4 Jul 2005 16:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64GUHCw077052; Mon, 4 Jul 2005 16:30:17 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jul 2005 16:30:17 GMT Resent-Message-Id: <200507041630.j64GUHCw077052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Imri Zvik Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B856216A41C for ; Mon, 4 Jul 2005 16:21:36 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD4A43D49 for ; Mon, 4 Jul 2005 16:21:36 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j64GLZlp018353 for ; Mon, 4 Jul 2005 16:21:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j64GLZJE018343; Mon, 4 Jul 2005 16:21:35 GMT (envelope-from nobody) Message-Id: <200507041621.j64GLZJE018343@www.freebsd.org> Date: Mon, 4 Jul 2005 16:21:35 GMT From: Imri Zvik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/82980: realpath(3) treats regular files as directories X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 16:30:18 -0000 >Number: 82980 >Category: misc >Synopsis: realpath(3) treats regular files as directories >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 04 16:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Imri Zvik >Release: 5.4-RELEASE-p2 or 4.11-RELEASE-p9 >Organization: Internet Gold >Environment: FreeBSD irving.inter.net.il 5.4-RELEASE-p2 FreeBSD 5.4-RELEASE-p2 #0: Sun Jun 19 10:08:28 IDT 2005 root@irving.inter.net.il:/usr/obj/usr/src/sys/IGLD amd64 >Description: realpath resolves things like /tmp/test/. where /tmp/test is a regular file. >How-To-Repeat: touch /tmp/test realpath /tmp/test/. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 16:45:15 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6FFF16A41C; Mon, 4 Jul 2005 16:45:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D43E43D45; Mon, 4 Jul 2005 16:45:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64GjFS1078360; Mon, 4 Jul 2005 16:45:15 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64GjFPi078356; Mon, 4 Jul 2005 16:45:15 GMT (envelope-from linimon) Date: Mon, 4 Jul 2005 16:45:15 GMT From: Mark Linimon Message-Id: <200507041645.j64GjFPi078356@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/82755: Kernel Panic - hangup at night on my ncvs.sh script at command tar cjf src.tar.bz2 src, pack 9, 3 Mb and kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 16:45:15 -0000 Synopsis: Kernel Panic - hangup at night on my ncvs.sh script at command tar cjf src.tar.bz2 src, pack 9,3 Mb and kernel panic Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 4 16:44:53 GMT 2005 Responsible-Changed-Why: This does not sound i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=82755 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 17:14:21 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77F5016A41C; Mon, 4 Jul 2005 17:14:21 +0000 (GMT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from smithers.neuro.mcw.edu (smithers.neuro.mcw.edu [141.106.144.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EBFD43D46; Mon, 4 Jul 2005 17:14:21 +0000 (GMT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from smithers.neuro.mcw.edu (localhost [127.0.0.1]) by smithers.neuro.mcw.edu (8.13.1/8.13.1) with ESMTP id j64HEKV7062019; Mon, 4 Jul 2005 12:14:20 -0500 (CDT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from localhost (bacon@localhost) by smithers.neuro.mcw.edu (8.13.1/8.13.1/Submit) with ESMTP id j64HEGUh062016; Mon, 4 Jul 2005 12:14:20 -0500 (CDT) (envelope-from bacon@smithers.neuro.mcw.edu) Date: Mon, 4 Jul 2005 12:14:16 -0500 (CDT) From: Jason Bacon To: Brooks Davis In-Reply-To: <200411012155.iA1LtsSd072508@freefall.freebsd.org> Message-ID: <20050704121328.O62002@smithers.neuro.mcw.edu> References: <200411012155.iA1LtsSd072508@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/73209: PS/2 keyboard problems when NFS server under load X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 17:14:21 -0000 Sorry, this machine has been upgraded, so I don't think I can reproduce the problem anymore. You might as well close it. I'll submit a new report if it ever comes up again. Thanks, Jason ----------------------------------------------------------------------- Make everything as simple as possible but not simpler. - Albert Einstein (1879-1955) ----------------------------------------------------------------------- On Mon, 1 Nov 2004, Brooks Davis wrote: > Synopsis: PS/2 keyboard problems when NFS server under load > > State-Changed-From-To: open->feedback > State-Changed-By: brooks > State-Changed-When: Mon Nov 1 21:50:46 GMT 2004 > State-Changed-Why: > Looking at the dmesg, I'm guessing you're probably writting to da1, the > USB disk. If so I'm not too supprised you're seeing problems since the > USB system has serious latency problems in some cases. Could you try > writing a file to which every drive you are using with a command like: > > dd if=/dev/zero of=/path/to/file/on/drive > > I'm curiously to know if that causes the same problems. If so, we know > it's not NFS, if not it may or may not be (NFS could be pushing the > system over the edge if the root cause is elsewhere). > > http://www.freebsd.org/cgi/query-pr.cgi?pr=73209 > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" > > From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 17:20:25 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65C8E16A41C for ; Mon, 4 Jul 2005 17:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF1343D46 for ; Mon, 4 Jul 2005 17:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64HKPHH084657 for ; Mon, 4 Jul 2005 17:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64HKPWb084656; Mon, 4 Jul 2005 17:20:25 GMT (envelope-from gnats) Date: Mon, 4 Jul 2005 17:20:25 GMT Message-Id: <200507041720.j64HKPWb084656@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Matthew X. Economou" Cc: Subject: Re: kern/82978: FreeBSD hangs loading orm(4) only after rebooting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Matthew X. Economou" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 17:20:25 -0000 The following reply was made to PR kern/82978; it has been noted by GNATS. From: "Matthew X. Economou" To: Cc: Subject: Re: kern/82978: FreeBSD hangs loading orm(4) only after rebooting Date: Mon, 4 Jul 2005 13:20:24 -0400 That's not a fix, by the way, it's a workaround. I need to be able to remotely reboot the system, as I don't have ready access to the hosting facility. I want to use a GENERIC kernel in order to simplify security updates. From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 17:28:34 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2A6216A41F; Mon, 4 Jul 2005 17:28:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC8243D49; Mon, 4 Jul 2005 17:28:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64HSY95084793; Mon, 4 Jul 2005 17:28:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64HSY01084789; Mon, 4 Jul 2005 17:28:34 GMT (envelope-from linimon) Date: Mon, 4 Jul 2005 17:28:34 GMT From: Mark Linimon Message-Id: <200507041728.j64HSY01084789@freefall.freebsd.org> To: bacon@smithers.neuro.mcw.edu, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/73209: PS/2 keyboard problems when NFS server under load X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 17:28:34 -0000 Synopsis: PS/2 keyboard problems when NFS server under load State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Mon Jul 4 17:27:51 GMT 2005 State-Changed-Why: Submitter can no longer duplicate this problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=73209 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 18:12:36 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EFC116A41F for ; Mon, 4 Jul 2005 18:12:36 +0000 (GMT) (envelope-from gwq_uk@yahoo.com) Received: from smtp104.mail.sc5.yahoo.com (smtp104.mail.sc5.yahoo.com [66.163.169.223]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B5DF43D48 for ; Mon, 4 Jul 2005 18:12:36 +0000 (GMT) (envelope-from gwq_uk@yahoo.com) Received: (qmail 84157 invoked from network); 4 Jul 2005 18:12:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE:In-Reply-To:Importance; b=JWVD8kdsvUwZQcCLR3o5eX6ay6BC+JmiB5MV/QSN23ak/WdtXVstFCYxgU2AnjjuPpsu1YZi6cr/m22Me7SMILRze2yEU/Om9ASxRZ8smt30M0IPVEu+bvpzyoLxhub5aEvZb0aa74ftV1zn2MnuElgadEydFAFHLHHkgEsDut4= ; Received: from unknown (HELO GRT716S) (gwq?uk@87.74.2.188 with login) by smtp104.mail.sc5.yahoo.com with SMTP; 4 Jul 2005 18:12:35 -0000 From: "Greg Quinlan" To: "'Mark Linimon'" , , Date: Mon, 4 Jul 2005 19:12:41 +0100 Message-ID: <001801c580c3$f8ff0dd0$0200000a@GRT716S> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: <200409030226.i832QIo0031592@freefall.freebsd.org> Importance: Normal Cc: Subject: RE: i386/39802: iBCS2 emulation fork process core dumps X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 18:12:36 -0000 YES! (atleast in 4.11-Stable /sys/sys/proc.h line 336-7) Regards Greg -----Original Message----- From: owner-freebsd-bugs@freebsd.org = [mailto:owner-freebsd-bugs@freebsd.org] On Behalf Of Mark Linimon Sent: 03 September 2004 03:26 To: gwq_uk@yahoo.com; linimon@FreeBSD.org; freebsd-bugs@FreeBSD.org; emulation@FreeBSD.org Subject: Re: i386/39802: iBCS2 emulation fork process core dumps Synopsis: iBCS2 emulation fork process core dumps State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Fri Sep 3 02:25:47 GMT 2004 State-Changed-Why:=20 Is this still a problem with modern versions of FreeBSD? Responsible-Changed-From-To: freebsd-bugs->emulation Responsible-Changed-By: linimon Responsible-Changed-When: Fri Sep 3 02:25:47 GMT 2004 Responsible-Changed-Why:=20 This looks like an error in the emulation code. http://www.freebsd.org/cgi/query-pr.cgi?pr=3D39802 _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" --=20 No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.8/37 - Release Date: 07/01/2005 =20 --=20 No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.8/37 - Release Date: 07/01/2005 =20 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 20:40:26 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C7116A41C for ; Mon, 4 Jul 2005 20:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89BB143D48 for ; Mon, 4 Jul 2005 20:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64KeQJo006385 for ; Mon, 4 Jul 2005 20:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64KeQkS006384; Mon, 4 Jul 2005 20:40:26 GMT (envelope-from gnats) Date: Mon, 4 Jul 2005 20:40:26 GMT Message-Id: <200507042040.j64KeQkS006384@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Matthew X. Economou" Cc: Subject: RE: kern/82978: FreeBSD hangs loading orm(4) only after rebooting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Matthew X. Economou" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 20:40:26 -0000 The following reply was made to PR kern/82978; it has been noted by GNATS. From: "Matthew X. Economou" To: Cc: Subject: RE: kern/82978: FreeBSD hangs loading orm(4) only after rebooting Date: Mon, 4 Jul 2005 16:35:18 -0400 I rebooted the server with verbose logging enabled: pci0: at device 15.0 (no driver attached) ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it Trying Read_Port at 203 JQE9000: adding io range 0x280-0x3ff, size=3D0x20, align=3D0x20 JQE9000: adding irq mask 0x8c38 ex_isa_identify() at which point the computer hangs. I powered down the server, then powered it back on and booted FreeBSD with verbose logging enabled: pci0: at device 15.0 (no driver attached) ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it Trying Read_Port at 203 JQE9000: adding io range 0x280-0x3ff, size=3D0x20, align=3D0x20 JQE9000: adding irq mask 0x8c38 ex_isa_identify() pnpbios: 14 devices, largest 112 bytes PNP0401: adding irq mask 0x80 PNP0401: adding dma mask 0x8 PNP0401: adding io range 0x378-0x37f, size=3D0x8, align=3D0 PNP0401: adding io range 0x778-0x77b, size=3D0x4, align=3D0 pnpbios: handle 1 device ID PNP0401 (0104d041) PNP0501: adding io range 0x3f8-0x3ff, size=3D0x8, align=3D0 PNP0501: adding irq mask 0x10 pnpbios: handle 2 device ID PNP0501 (0105d041) PNP0700: adding irq mask 0x40 PNP0700: adding dma mask 0x4 PNP0700: adding io range 0x3f0-0x3f5, size=3D0x6, align=3D0 pnpbios: handle 3 device ID PNP0700 (0007d041) PNP0c01: adding fixed memory32 range 0-0x9ffff, size=3D0xa0000 PNP0c01: adding fixed memory32 range 0xf0000-0xfffff, size=3D0x10000 PNP0c01: adding fixed memory32 range 0x100000-0x7ffffff, = size=3D0x7f00000 pnpbios: handle 4 device ID PNP0c01 (010cd041) PNP0c04: adding io range 0xf0-0xff, size=3D0x10, align=3D0 PNP0c04: adding irq mask 0x2000 pnpbios: handle 5 device ID PNP0c04 (040cd041) PNP0100: adding io range 0x40-0x43, size=3D0x4, align=3D0 PNP0100: adding irq mask 0x1 pnpbios: handle 6 device ID PNP0100 (0001d041) PNP0200: adding io range 0-0xf, size=3D0x10, align=3D0 PNP0200: adding io range 0x80-0x8f, size=3D0x10, align=3D0 PNP0200: adding io range 0xc0-0xdf, size=3D0x20, align=3D0 PNP0200: adding dma mask 0x10 pnpbios: handle 7 device ID PNP0200 (0002d041) PNP0800: adding io range 0x61-0x61, size=3D0x1, align=3D0 pnpbios: handle 8 device ID PNP0800 (0008d041) PNP0b00: adding io range 0x70-0x71, size=3D0x2, align=3D0 PNP0b00: adding irq mask 0x100 pnpbios: handle 9 device ID PNP0b00 (000bd041) PNP0303: adding io range 0x60-0x60, size=3D0x1, align=3D0 PNP0303: adding io range 0x64-0x64, size=3D0x1, align=3D0 PNP0303: adding irq mask 0x2 pnpbios: handle 10 device ID PNP0303 (0303d041) PNP0f13: adding irq mask 0x1000 pnpbios: handle 11 device ID PNP0f13 (130fd041) PNP0a03: adding io range 0xcf8-0xcff, size=3D0x8, align=3D0 pnpbios: handle 12 device ID PNP0a03 (030ad041) PNP0001: adding io range 0x20-0x3f, size=3D0x20, align=3D0 PNP0001: adding io range 0xa0-0xbf, size=3D0x20, align=3D0 PNP0001: adding io range 0x4d0-0x4d1, size=3D0x2, align=3D0 PNP0001: adding irq mask 0x4 pnpbios: handle 13 device ID PNP0001 (0100d041) PNP0c02: adding io range 0x10-0x18, size=3D0x9, align=3D0 PNP0c02: adding io range 0x1f-0x1f, size=3D0x1, align=3D0 PNP0c02: adding io range 0x50-0x52, size=3D0x3, align=3D0 PNP0c02: adding io range 0xe8-0xe9, size=3D0x2, align=3D0 PNP0c02: adding io range 0x90-0x9f, size=3D0x10, align=3D0 PNP0c02: adding io range 0x398-0x399, size=3D0x2, align=3D0 pnpbios: handle 14 device ID PNP0c02 (020cd041) unknown: status reg test failed ff sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xc0000-0xc7fff on isa0 From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 4 23:10:19 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 906F716A41C for ; Mon, 4 Jul 2005 23:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67CA043D46 for ; Mon, 4 Jul 2005 23:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64NAJPV026586 for ; Mon, 4 Jul 2005 23:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64NAJE3026583; Mon, 4 Jul 2005 23:10:19 GMT (envelope-from gnats) Date: Mon, 4 Jul 2005 23:10:19 GMT Message-Id: <200507042310.j64NAJE3026583@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: misc/82980: realpath(3) treats regular files as directories X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 23:10:19 -0000 The following reply was made to PR kern/82980; it has been noted by GNATS. From: Giorgos Keramidas To: Imri Zvik Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/82980: realpath(3) treats regular files as directories Date: Tue, 5 Jul 2005 02:04:25 +0300 On 2005-07-04 16:21, Imri Zvik wrote: > realpath resolves things like /tmp/test/. where /tmp/test is a regular > file. > > touch /tmp/test > realpath /tmp/test/. This seems to work correctly in CURRENT and src/bin/realpath/realpath.c doesn't have any difference from RELENG_5 -> CURRENT. Whatever is the cause, seems to be kernel-related From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 5 07:40:09 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B927B16A41C for ; Tue, 5 Jul 2005 07:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CAE443D48 for ; Tue, 5 Jul 2005 07:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j657e9C7028503 for ; Tue, 5 Jul 2005 07:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j657e9cp028502; Tue, 5 Jul 2005 07:40:09 GMT (envelope-from gnats) Date: Tue, 5 Jul 2005 07:40:09 GMT Message-Id: <200507050740.j657e9cp028502@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Imri Zvik" Cc: Subject: Re: kern/82980: realpath(3) treats regular files as directories X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Imri Zvik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 07:40:09 -0000 The following reply was made to PR kern/82980; it has been noted by GNATS. From: "Imri Zvik" To: Cc: Subject: Re: kern/82980: realpath(3) treats regular files as directories Date: Tue, 5 Jul 2005 10:31:06 +0300 I thought it is libc related (?). Anyhow, the same problem was discovered in NetBSD too, and here is their = patch: http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/gen/getcwd.c.diff?r1=3D1= .36&r2=3D1.37&f=3Dh -- Imri Zvik PGP (2.6.3ia) Public Key: http://mariska.inter.net.il/~imriz/imriz.pgp =A0 From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 5 15:10:21 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9049616A41C for ; Tue, 5 Jul 2005 15:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4989B43D48 for ; Tue, 5 Jul 2005 15:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j65FALSX081815 for ; Tue, 5 Jul 2005 15:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j65FALwI081814; Tue, 5 Jul 2005 15:10:21 GMT (envelope-from gnats) Resent-Date: Tue, 5 Jul 2005 15:10:21 GMT Resent-Message-Id: <200507051510.j65FALwI081814@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Yuriy N. Shkandybin" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67B0116A41C for ; Tue, 5 Jul 2005 15:03:17 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 539A143D45 for ; Tue, 5 Jul 2005 15:03:17 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j65F3Hej051520 for ; Tue, 5 Jul 2005 15:03:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j65F3HSe051519; Tue, 5 Jul 2005 15:03:17 GMT (envelope-from nobody) Message-Id: <200507051503.j65F3HSe051519@www.freebsd.org> Date: Tue, 5 Jul 2005 15:03:17 GMT From: "Yuriy N. Shkandybin" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/83011: nge vlans broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 15:10:21 -0000 >Number: 83011 >Category: kern >Synopsis: nge vlans broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 05 15:10:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yuriy N. Shkandybin >Release: CURRENT >Organization: NetAMS >Environment: FreeBSD ftp 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Tue Jul 5 14:47:32 MSD 2005 root@:/usr/obj/usr/src/sys/FTP i386 >Description: There is nge0: flags=8843 mtu 1504 options=13 inet 10.0.0.2 netmask 0xffffff80 broadcast 10.0.0.127 ether 00:40:f4:47:be:10 media: Ethernet autoselect (1000baseSX ) status: active vlan100: flags=8843 mtu 1500 inet 10.0.1.1 netmask 0xffffff00 broadcast 10.0.1.255 ether 00:40:f4:47:be:10 media: Ethernet autoselect (1000baseSX ) status: active vlan: 100 parent interface: nge0 This config is working with FreeBSD-5 with applied patches HEAD 1.70-1.72 то if_nge.c (otherwise core dumps) And vlans completely broken in HEAD. But native nge0 interface is working. >How-To-Repeat: kldload if_nge ifconfig nge0 mtu 1504 up Provide dot1q trunk (there is vlan 100 with ip 10.0.1.1/24 for example) ifconfig vlan100 create ifconfig vlan 100 vlan 100 vlandev nge0 inet 10.0.1.2 netmask 255.255.255.0 ping 10.0.1.1 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 5 15:32:46 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB3D16A41C for ; Tue, 5 Jul 2005 15:32:46 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from mgedv.at (www.mgedv.at [195.3.87.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD4D543D48 for ; Tue, 5 Jul 2005 15:32:44 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from metis (localhost [127.0.0.1]) by mgedv.at (SMTPServer) with ESMTP id 0A525186800 for ; Tue, 5 Jul 2005 17:32:42 +0200 (MEST) From: "mdff" To: Date: Tue, 5 Jul 2005 17:32:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcWAHgiBsRfWdfBhRuyKKp+VJydpqQBV/BLw In-Reply-To: <20050703222351.GA43904@gothmog.gr> Message-Id: <20050705153243.0A525186800@mgedv.at> Subject: RE: find(1) man-page/find error with -x/-xdev X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nospam@mgedv.net List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 15:32:46 -0000 i knew arg-order is important, but in this case i didn't get it... therefore i'll send further requests on that to the RTFM/PEBKAC-list |-) *thx* for the infos & cu ;-) -----Original Message----- From: owner-freebsd-bugs@freebsd.org [mailto:owner-freebsd-bugs@freebsd.org] On Behalf Of Giorgos Keramidas Sent: Monday, July 04, 2005 12:24 AM To: mdff Cc: freebsd-bugs@freebsd.org Subject: Re: find(1) man-page/find error with -x/-xdev On 2005-07-03 15:24, mdff wrote: > as documented on 5.4-RELEASE, there's a divergence between > man 1 find and the command itself and the option "-x" a.k.a. "-xdev". > although "-xdev" is "deprecated", it's the only working one ;-) > > $ man 1 find > <...snip...> > -x Prevent find from descending into directories that have a > device > number different than that of the file from which the descent > began. > > This option is equivalent to the deprecated -xdev primary. > <...snip...> > > $ find . -x > find: -x: unknown option > > $ find . -xdev > <...works...> The two (-x and -xdev) are slightly different, but the small difference is very important. The -x option is a find(1) option, while -xdev is an "expression predicate" or "primary" as the description of -x calls it. Options should appear *before* any path names, while "primaries" should appear *after* path names. This means that these two are valid: find -x . find . -xdev But these are not: find . -x find -xdev . Bearing this in mind, do you still think that the manpage is wrong? If yes, suggestions to improve the wording of the description of the -x option are certainly welcome. - Giorgos _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 5 15:45:03 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F1E16A41C for ; Tue, 5 Jul 2005 15:45:03 +0000 (GMT) (envelope-from root@frostsystem.com) Received: from smtp.zebratelecom.ru (mx.zebratelecom.ru [213.145.47.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C4043D55 for ; Tue, 5 Jul 2005 15:45:03 +0000 (GMT) (envelope-from root@frostsystem.com) Received: from [213.145.51.142] (port=2502 helo=zolotoy.ru) by smtp.zebratelecom.ru with esmtp (Exim 4.51) id 1DppbS-0008A8-IH for freebsd-bugs@freebsd.org; Tue, 05 Jul 2005 19:44:55 +0400 Received: from mx by zolotoy.ru (MDaemon.PRO.v8.0.2.R) with ESMTP id md50000074532.msg for ; Tue, 05 Jul 2005 19:44:50 +0400 Message-ID: <002a01c58178$79b2b260$0200010a@ZOLOTOYT.local> From: "Konstantin Feoktistov" To: Date: Tue, 5 Jul 2005 19:44:48 +0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.1830 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 X-Authenticated-Sender: root@frostsystem.com X-Spam-Processed: zolotoy.ru, Tue, 05 Jul 2005 19:44:50 +0400 (not processed: message from valid local sender) X-Return-Path: root@frostsystem.com X-MDaemon-Deliver-To: freebsd-bugs@freebsd.org X-MDAV-Processed: zolotoy.ru, Tue, 05 Jul 2005 19:44:50 +0400 X-ZTAV-Spam-Score: 0.5 # (/) X-ZTAV2Scan-Signature: 9c0385a7fa1b5593c1a016fdbe0d1587 X-ZTAVScan-Signature: d05d618964d4d62b3a19fc9f5597bfab Subject: NTPD bug (can't bind to address) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 15:45:03 -0000 Hi, I've a problem: ntpd fails to bind IP-address during startup #### /var/log/messages #### Jul 5 12:44:21 hq ntpd[432]: ntpd 4.2.0-a Sun Jul 3 14:40:44 MSD 2005 (1) Jul 5 12:44:21 hq ntpd[432]: no IPv6 interfaces found Jul 5 12:44:21 hq ntpd[432]: bind() fd 9, family 2, port 123, addr 10.1.0.1, in_classd=0 flags=0 fails: Address already in use I asked some other FreeBSD users - looks like this problem occurs with latest versions (in 5 branch - since 5.3-RELEASE). Month ago i've posted bug report (http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/81997), but looks like nobody answer or commit it (???). Probably, this isn't just only FreeBSD problem - 'cause latest ntpd-dev & ntpd-stable also has the same bug? Regards, Konstantin... From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 5 18:30:21 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34C7016A41C for ; Tue, 5 Jul 2005 18:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D67643D45 for ; Tue, 5 Jul 2005 18:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j65IUKmO004926 for ; Tue, 5 Jul 2005 18:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j65IUKpM004925; Tue, 5 Jul 2005 18:30:20 GMT (envelope-from gnats) Date: Tue, 5 Jul 2005 18:30:20 GMT Message-Id: <200507051830.j65IUKpM004925@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Evans Cc: Subject: Re: bin/82720: <[patch] Incorrect help output from growfs.c and mkfs.c> X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Evans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 18:30:21 -0000 The following reply was made to PR bin/82720; it has been noted by GNATS. From: Bruce Evans To: "David D.W. Downey" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/82720: <[patch] Incorrect help output from growfs.c and mkfs.c> Date: Wed, 6 Jul 2005 04:27:16 +1000 (EST) On Tue, 28 Jun 2005, David D.W. Downey wrote: > Thanks for responding. OK, I'm extremely new to patch submission (as you can > probably tell from the couple of goofs I made in the original submission). > > How would you like to see this best split out? Just name it, and it's done. > > I was thinking since it covers both growfs and newfs, as shown by the 2 > separate patches, that I needed to submit against both of those. Also, as > you mentioned, because it involved fsck and fsck_fss that the 'bug' might > need to be crossfiled against those as well. Decide if you want to give an example of how to do this in the fsck man page. The example might say to use fsck_ffs directly since that is simpler. Then change the utilities to use the same example. Bruce From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 5 19:53:25 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4118516A430 for ; Tue, 5 Jul 2005 19:53:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 279C143EED for ; Tue, 5 Jul 2005 19:50:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j65Jo4RB013642 for ; Tue, 5 Jul 2005 19:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j65Jo4v1013641; Tue, 5 Jul 2005 19:50:04 GMT (envelope-from gnats) Date: Tue, 5 Jul 2005 19:50:04 GMT Message-Id: <200507051950.j65Jo4v1013641@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Baldwin Cc: Subject: Re: kern/80362: [PATCH] add preadv() and pwritev() system calls X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 19:53:25 -0000 The following reply was made to PR kern/80362; it has been noted by GNATS. From: John Baldwin To: bug-followup@FreeBSD.org, marcolz@stack.nl Cc: sobomax@FreeBSD.org Subject: Re: kern/80362: [PATCH] add preadv() and pwritev() system calls Date: Tue, 5 Jul 2005 15:09:42 -0400 I've looked at this patch and have integrated into a test tree in P4 and played with it some. The original patch didn't do any of the extra checks that pread() and pwrite() do compared to read() and write() in the preadv() and pwritev() functions (i.e. don't allow the operation on pipes and don't allow negative offsets on devices in /dev). It also exposed some implementation details in the kern_p{read,write}v() interface (FOF_OFFSET flag) that normally should be hidden from the ABIs. Instead, I merged much of the common code in dofile{read,write}() and the old kern_{read,write}v() such that read() and write() just construct a uio and call kern_readv() and kern_writev(), respectively. I then moved the extra p* checks into the kern_preadv() and kern_pwritev() functions and made pread() and pwritev() construct a simple uio and call the kern_foov() cousin as well. kern_foov() now no longer calls kern_pfoov() but instead, both are simpler wrappers around dofilefoo(). Also, the kern_pfoov() interface is simpler in that it just takes arguments normally passed to the associated syscall. I didn't change any of the docs for this, just the kernel side. The updated kernel patch is at http://www.FreeBSD.org/~jhb/patches/preadv.patch Marc, can you test it to make sure nothing was broken by all the reshuffling? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 5 20:01:59 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D482316A422; Tue, 5 Jul 2005 20:01:30 +0000 (GMT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from smithers.neuro.mcw.edu (smithers.neuro.mcw.edu [141.106.144.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4299743EDB; Tue, 5 Jul 2005 19:59:15 +0000 (GMT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from smithers.neuro.mcw.edu (localhost [127.0.0.1]) by smithers.neuro.mcw.edu (8.13.1/8.13.1) with ESMTP id j65JxEdd002155; Tue, 5 Jul 2005 14:59:14 -0500 (CDT) (envelope-from bacon@smithers.neuro.mcw.edu) Received: from localhost (bacon@localhost) by smithers.neuro.mcw.edu (8.13.1/8.13.1/Submit) with ESMTP id j65JxDwk002152; Tue, 5 Jul 2005 14:59:14 -0500 (CDT) (envelope-from bacon@smithers.neuro.mcw.edu) Date: Tue, 5 Jul 2005 14:59:13 -0500 (CDT) From: Jason Bacon To: Tilman Linneweh In-Reply-To: <200408241231.i7OCV5Wk095996@freefall.freebsd.org> Message-ID: <20050705145837.W2151@smithers.neuro.mcw.edu> References: <200408241231.i7OCV5Wk095996@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/60094: NVIDIA drivers + SMP causes hard lock up X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 20:02:00 -0000 This is an old issue, and my memory is foggy by now, but I think upgrading the NVIDIA drivers did solve the problem. JB ----------------------------------------------------------------------- The goal of every student should be to know far more than their teacher. ----------------------------------------------------------------------- On Tue, 24 Aug 2004, Tilman Linneweh wrote: > Synopsis: NVIDIA drivers + SMP causes hard lock up > > State-Changed-From-To: open->closed > State-Changed-By: arved > State-Changed-When: Tue Aug 24 12:30:21 GMT 2004 > State-Changed-Why: > Most likely not a FreeBSD problem, but of the NVidia driver. > > Maybe the new version of the driver fixes this. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=60094 > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" > > From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 6 00:30:12 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C540016A41C for ; Wed, 6 Jul 2005 00:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C6B43D45 for ; Wed, 6 Jul 2005 00:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j660UCBP049134 for ; Wed, 6 Jul 2005 00:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j660UCw0049115; Wed, 6 Jul 2005 00:30:12 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2005 00:30:12 GMT Resent-Message-Id: <200507060030.j660UCw0049115@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robin Carey Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18FF816A41C for ; Wed, 6 Jul 2005 00:22:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E04AD43D45 for ; Wed, 6 Jul 2005 00:22:36 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j660Maxv054660 for ; Wed, 6 Jul 2005 00:22:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j660Majo054659; Wed, 6 Jul 2005 00:22:36 GMT (envelope-from nobody) Message-Id: <200507060022.j660Majo054659@www.freebsd.org> Date: Wed, 6 Jul 2005 00:22:36 GMT From: Robin Carey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/83039: Bug in cdcontrol(1) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 00:30:12 -0000 >Number: 83039 >Category: bin >Synopsis: Bug in cdcontrol(1) >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 Jul 06 00:30:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Robin Carey >Release: 4.11-RELEASE >Organization: NONE >Environment: ask me for details if required - its 4.11R/i386 >Description: cdcontrol(1) intermitently says "no disc in drive" when there is an audio disc in the drive. Have to reboot to fix the problem. e.g. cdcontrol -f /dev/acd0a 6 >How-To-Repeat: it happens now and again - not all the time >Fix: don't know >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 6 04:00:39 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA2B816A41C for ; Wed, 6 Jul 2005 04:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D7843D48 for ; Wed, 6 Jul 2005 04:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6640dsj071614 for ; Wed, 6 Jul 2005 04:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6640dUS071604; Wed, 6 Jul 2005 04:00:39 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2005 04:00:39 GMT Resent-Message-Id: <200507060400.j6640dUS071604@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chipaluk Andrey Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D6C16A41C for ; Wed, 6 Jul 2005 03:50:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75EBD43D5C for ; Wed, 6 Jul 2005 03:50:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j663oIrm023533 for ; Wed, 6 Jul 2005 03:50:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j663oIYY023531; Wed, 6 Jul 2005 03:50:18 GMT (envelope-from nobody) Message-Id: <200507060350.j663oIYY023531@www.freebsd.org> Date: Wed, 6 Jul 2005 03:50:18 GMT From: Chipaluk Andrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/83046: ipfw2 error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 04:00:40 -0000 >Number: 83046 >Category: misc >Synopsis: ipfw2 error >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 Jul 06 04:00:39 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Chipaluk Andrey >Release: 5.4 >Organization: Sovetskaya Sibir >Environment: FreeBSD 5.4-STABLE-20050413-JPSNAP >Description: I perform rule: ipfw add deny icmp from any to any setup The error does not result! Though for the protocol icmp the rule "setup" is not possible. Packets of the protocol icmp does not contain bits SYN, ACK. >How-To-Repeat: ipfw add deny icmp from any to any setup >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 6 11:25:54 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3964F16A41F; Wed, 6 Jul 2005 11:25:54 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0384E43D48; Wed, 6 Jul 2005 11:25:54 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j66BPr4O061309; Wed, 6 Jul 2005 11:25:53 GMT (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j66BPr6j061305; Wed, 6 Jul 2005 11:25:53 GMT (envelope-from yar) Date: Wed, 6 Jul 2005 11:25:53 GMT From: Yar Tikhiy Message-Id: <200507061125.j66BPr6j061305@freefall.freebsd.org> To: alain.thivillon@hsc.fr, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Cc: Subject: Re: kern/78821: ALLMULTI on Vlan Interfaces X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 11:25:54 -0000 Synopsis: ALLMULTI on Vlan Interfaces State-Changed-From-To: open->closed State-Changed-By: yar State-Changed-When: Wed Jul 6 11:24:03 GMT 2005 State-Changed-Why: The work on fixing this problem is being done under PR kern/81978. Thanks for reporting! Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: yar Responsible-Changed-When: Wed Jul 6 11:24:03 GMT 2005 Responsible-Changed-Why: I closed this duplicate PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=78821 From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 6 02:40:20 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D37716A41C for ; Wed, 6 Jul 2005 02:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4E643D49 for ; Wed, 6 Jul 2005 02:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j662eJtl064453 for ; Wed, 6 Jul 2005 02:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j662eJPF064452; Wed, 6 Jul 2005 02:40:19 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jul 2005 02:40:19 GMT Resent-Message-Id: <200507060240.j662eJPF064452@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ţÉĐÁĚŔË áÎÄŇĹĘ Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8655116A41C for ; Wed, 6 Jul 2005 02:35:55 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59FE943D45 for ; Wed, 6 Jul 2005 02:35:55 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j662Ztb7008260 for ; Wed, 6 Jul 2005 02:35:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j662ZtJu008259; Wed, 6 Jul 2005 02:35:55 GMT (envelope-from nobody) Message-Id: <200507060235.j662ZtJu008259@www.freebsd.org> Date: Wed, 6 Jul 2005 02:35:55 GMT From: ţÉĐÁĚŔË áÎÄŇĹĘ To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 X-Mailman-Approved-At: Wed, 06 Jul 2005 11:36:25 +0000 Cc: Subject: =?iso-8859-1?q?misc/83045=3A_=CF=DB=C9=C2=CB=C1_=D7_ipfw2?= X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 02:40:20 -0000 >Number: 83045 >Category: misc >Synopsis: ĎŰÉÂËÁ × ipfw2 >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: Wed Jul 06 02:40:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: ţÉĐÁĚŔË áÎÄŇĹĘ >Release: 5.4 >Organization: ďáď "óĎ×ĹÔÓËÁŃ óÉÂÉŇŘ" >Environment: FreeBSD 5.4-STABLE-20050413-JPSNAP >Description: ÷ŮĐĎĚÎŃŔ ĐŇÁ×ÉĚĎ: ipfw add deny icmp from any to any setup ďŰÉÂËÁ ÎĹ ĐŇĎÉČĎÄÉÔ! čĎÔŃ ÄĚŃ ĐŇĎÔĎËĎĚÁ icmp ĐŇÁ×ÉĚĎ "setup" ÎĹ ×ĎÚÍĎÖÎĎ. đŇĎÔĎËĎĚ icmp ÎĹ ÓĎÄĹŇÖÉÔ ÂÉÔĎ× SYN, ACK. >How-To-Repeat: ×ŮĐĎĚÎÉÔŘ ËĎÍÁÎÄŐ ipfw add deny icmp from any to any setup >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 6 11:43:14 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BD1E16A41C; Wed, 6 Jul 2005 11:43:14 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6663943D46; Wed, 6 Jul 2005 11:43:14 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j66BhE03062702; Wed, 6 Jul 2005 11:43:14 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j66BhE4f062698; Wed, 6 Jul 2005 11:43:14 GMT (envelope-from maxim) Date: Wed, 6 Jul 2005 11:43:14 GMT From: Maxim Konovalov Message-Id: <200507061143.j66BhE4f062698@freefall.freebsd.org> To: iandreyi@yandex.ru, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: =?iso-8859-1?q?Re=3A_misc/83045=3A_=CF=DB=C9=C2=CB=C1_=D7_ipfw2?= X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 11:43:14 -0000 Synopsis: ĎŰÉÂËÁ × ipfw2 State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Wed Jul 6 11:42:19 GMT 2005 State-Changed-Why: Duplicate of kern/83046. http://www.freebsd.org/cgi/query-pr.cgi?pr=83045 From owner-freebsd-bugs@FreeBSD.ORG Wed Jul 6 22:36:48 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72F8F16A41C for ; Wed, 6 Jul 2005 22:36:48 +0000 (GMT) (envelope-from kayve@sfsu.edu) Received: from mailgw1.sfsu.edu (mailgw1.sfsu.edu [130.212.10.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4E5C43D45 for ; Wed, 6 Jul 2005 22:36:47 +0000 (GMT) (envelope-from kayve@sfsu.edu) Received: from libra.sfsu.edu (libra.sfsu.edu [130.212.10.238]) by mailgw1.sfsu.edu (8.12.11/8.12.11) with ESMTP id j66Maicb001885 for ; Wed, 6 Jul 2005 15:36:44 -0700 Received: from localhost (kayve@localhost) by libra.sfsu.edu (8.12.10/8.12.10) with ESMTP id j66Mai8A016038 for ; Wed, 6 Jul 2005 15:36:44 -0700 (PDT) X-Authentication-Warning: libra.sfsu.edu: kayve owned process doing -bs Date: Wed, 6 Jul 2005 15:36:44 -0700 (PDT) From: KAYVEN RIESE To: freeBSD bugs mailing list Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE X-SFSU-VirusScanner: Found to be clean Subject: can't see SD card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 22:36:48 -0000 i just bought a laptop with "no OS" and i had a friend help me set up freeBSD 6.0. i am in an MSCS program but it is my second masters i got a MS in physiology and biophysics. i am telling everybody this because i _did_ get a degree in BSCS in 1989.. my favorite phrase is that my BSCS is "long long ago, in a galaxy far far away." i got a cert in "Open-UNIX" but this is the first time i have had my very own UNIX system. i have been a unix user since 1985 i am very fond of vi, but i apparently am seriously lacking in "elementary" administrative hardware tasks in UNIX systems. i just felt the need to give that small amount of background, just to warm everybody. i might need specific commands i can type in. anyway. i _did_ figure out sysinstall well enought to create a second partition with freeBSD 5.4 because i had been unable to install middleware, my friend helped me install more X stuff there etc. i am being way too longwinded.. i am sorry..i can't help it. the background seems necessary. basically.. i can't see my SD card that came with the puter. my camera died but the two SD cards with my latest fotos on it should be able to be read by freeBSD, in that they fit nicely into my hardware. here is the result of the command "usbdevs" Path: /home/kayve <~~~~~~ .login i have uses a two line prompt.. this is line one (root@www) 103> usbdevs <~~~~~second line of prompt and the command addr 1: UHCI root hub, Intel <~~~~~~~~output starts here addr 1: UHCI root hub, Intel addr 2: Resolution 400/600/800 Changeable Combo Mouse, ACROX addr 1: UHCI root hub, Intel addr 1: EHCI root hub, Intel <---end of output-----> next i was told to do the command "pciconf -l -v" and i did, and selected out "class = mass storage" i did thatmanually, here is the result atapci0@pci0:31:1: class=0x01018a card=0x18691043 chip=0x24ca8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801DBM (ICH4-M) UltraATA/100 EIDE Controller' class = mass storage subclass = ATA none0@pci0:31:5: class=0x040100 card=0x17131043 chip=0x24c58086 rev=0x03 hdr=0x00 i was told i am hosed. Path: /home/kayve (kayve@kayvetop) 101> su Password: <~~~~ becoming superuser kayvetop# sysctl kern.disks kern.rootdev <~~~ prompt = "kayvetop#" kern.disks: ad0 kern.rootdev: ad0s2a kayvetop# kayvetop# grep "o d" /var/run/dmesg.boot pci1: at device 0.0 (no driver attached) pci2: at device 2.0 (no driver attached) pci0: at device 31.5 (no driver attached) pci0: at device 31.6 (no driver attached) pci1: at device 0.0 (no driver attached) pci0: at device 29.7 (no driver attached) pci2: at device 2.0 (no driver attached) pci0: at device 31.5 (no driver attached) pci0: at device 31.6 (no driver attached) kayvetop# kayvetop# ls /dev/ acd0 consolectl lpt0.ctl ptyp6 ttyv4 acpi ctty mdctl random ttyv5 ad0 cuaa0 mem stderr ttyv6 ad0s1 cuaia0 net stdin ttyv7 ad0s1a cuala0 net1 stdout ttyv8 ad0s1c devctl net2 sysmouse ttyv9 ad0s2 devstat net3 ttyd0 ttyva ad0s2a fd net4 ttyid0 ttyvb ad0s2c fido network ttyld0 ttyvc ad0s3 fw0 nfs4 ttyp0 ttyvd ad0s3b fw0.0 null ttyp1 ttyve ad0s3c fwmem0 pci ttyp2 ttyvf ad0s4 fwmem0.0 ppi0 ttyp3 ums0 agpgart geom.ctl psm0 ttyp4 urandom apm io ptyp0 ttyp5 usb ata kbd0 ptyp1 ttyp6 usb0 atkbd0 klog ptyp2 ttyv0 usb1 bpf0 kmem ptyp3 ttyv1 usb2 bpsm0 log ptyp4 ttyv2 xpt0 console lpt0 ptyp5 ttyv3 zero kayvetop# From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 01:11:01 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 944F816A41C for ; Thu, 7 Jul 2005 01:11:01 +0000 (GMT) (envelope-from robbak@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3047E43D46 for ; Thu, 7 Jul 2005 01:11:00 +0000 (GMT) (envelope-from robbak@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so91623wra for ; Wed, 06 Jul 2005 18:11:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jMHqi5ApBeqOfwb6vDuLVSS+LEiyos/9S9eJyw6+GYWusH5ahk74MQNzQ3RnUO4u8kuFpnkucWZcnlcWJZLbIwwfEKytihOcGk846Hikl+TIexfLZZr5673rSDcUlPyQiMTCcGIkw36E454xUKAqmURQzVKFMVoW2gq9cOTf/bQ= Received: by 10.54.29.10 with SMTP id c10mr268017wrc; Wed, 06 Jul 2005 18:03:56 -0700 (PDT) Received: by 10.54.128.12 with HTTP; Wed, 6 Jul 2005 18:03:56 -0700 (PDT) Message-ID: Date: Thu, 7 Jul 2005 11:03:56 +1000 From: Robert Backhaus To: KAYVEN RIESE In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freeBSD bugs mailing list Subject: Re: can't see SD card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Backhaus List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 01:11:01 -0000 Thanks for the background. On 7/7/05, KAYVEN RIESE wrote: > basically.. i can't see my SD card that came with the > puter. my camera died but the two SD cards with my > latest fotos on it should be able to be read by freeBSD, > in that they fit nicely into my hardware. >=20 >=20 > here is the result of the command "usbdevs" >=20 > Path: /home/kayve <~~~~~~ .login i have uses a two line prompt.. this > is line one > (root@www) 103> usbdevs <~~~~~second line of prompt and the command >=20 > addr 1: UHCI root hub, Intel <~~~~~~~~output starts here > addr 1: UHCI root hub, Intel > addr 2: Resolution 400/600/800 Changeable Combo Mouse, ACROX > addr 1: UHCI root hub, Intel > addr 1: EHCI root hub, Intel >=20 > <---end of output-----> OK, big hint: I see not card reader device. >=20 >=20 > next i was told to do the command "pciconf -l -v" > and i did, and selected out "class =3D mass storage" >=20 > i did thatmanually, here is the result >=20 >=20 > atapci0@pci0:31:1: class=3D0x01018a card=3D0x18691043 chip=3D0x24ca8= 086 > rev=3D0x03 > hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82801DBM (ICH4-M) UltraATA/100 EIDE Controller' > class =3D mass storage > subclass =3D ATA > none0@pci0:31:5: class=3D0x040100 card=3D0x17131043 chip=3D0x24c58= 086 > rev=3D0x03 > hdr=3D0x00 Again: no card reader >=20 > i was told i am hosed. >=20 >=20 > Path: /home/kayve > (kayve@kayvetop) 101> su > Password: <~~~~ becoming superuser >=20 > kayvetop# sysctl kern.disks kern.rootdev <~~~ prompt =3D "kayvetop#" > kern.disks: ad0 > kern.rootdev: ad0s2a > kayvetop# >=20 >=20 > kayvetop# grep "o d" /var/run/dmesg.boot > pci1: at device 0.0 (no driver attached) > pci2: at device 2.0 (no driver attached) > pci0: at device 31.5 (no driver attached) > pci0: at device 31.6 (no driver attached) > pci1: at device 0.0 (no driver attached) > pci0: at device 29.7 (no driver attached) > pci2: at device 2.0 (no driver attached) > pci0: at device 31.5 (no driver attached) > pci0: at device 31.6 (no driver attached) > kayvetop# >=20 > kayvetop# ls /dev/ > acd0 consolectl lpt0.ctl ptyp6 ttyv4 > acpi ctty mdctl random ttyv5 > ad0 cuaa0 mem stderr ttyv6 > ad0s1 cuaia0 net stdin ttyv7 > ad0s1a cuala0 net1 stdout ttyv8 > ad0s1c devctl net2 sysmouse ttyv9 > ad0s2 devstat net3 ttyd0 ttyva > ad0s2a fd net4 ttyid0 ttyvb > ad0s2c fido network ttyld0 ttyvc > ad0s3 fw0 nfs4 ttyp0 ttyvd > ad0s3b fw0.0 null ttyp1 ttyve > ad0s3c fwmem0 pci ttyp2 ttyvf > ad0s4 fwmem0.0 ppi0 ttyp3 ums0 > agpgart geom.ctl psm0 ttyp4 urandom > apm io ptyp0 ttyp5 usb > ata kbd0 ptyp1 ttyp6 usb0 > atkbd0 klog ptyp2 ttyv0 usb1 > bpf0 kmem ptyp3 ttyv1 usb2 > bpsm0 log ptyp4 ttyv2 xpt0 > console lpt0 ptyp5 ttyv3 zero > kayvetop# >=20 Nope, nothing there either. So, a little _more_ background is required How are you trying to read this SD card? Are you using a USB card reader, or is an inbuilt one? (in my experience, even inbuilt readers are connected to USB) What happens when you plug it in? Basic stuff, but we need to know it. The device name you are looking for should be _umass_. Here's plugging in a card reader on my system Jul 7 10:52:42 computer9 kernel: umass0: SanDisk ImageMate 8 in 1, rev 2.00/91.39, addr 2 Jul 7 10:52:43 computer9 kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Jul 7 10:52:43 computer9 kernel: da0: Removable Direct Access SCSI-0 device Jul 7 10:52:43 computer9 kernel: da0: 1.000MB/s transfers Jul 7 10:52:43 computer9 kernel: da0: Attempt to query device size failed: NOT READY, Medium not present Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check Condition Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,= 0 Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): Medium not presen= t Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): Unretryable error Jul 7 10:52:43 computer9 kernel: Opened disk da0 -> 6 Followed by failed attempts to query the cards that are not in any of the other slots. I'd expect something similar. A seperate /dev/da{n} device appears for each slot in the reader. At least it did for me. Nothing happens when you add a SD card. However, you will be able to query it with fdisk ("fsidk /dev/da2" worked when I added a SD card.) Before I could mount it, I had to convince the system to take another look. "true > /dev/da2" has been suggested, and worked for me. Then I could "mount -t msdos /dev/da2s1 /mnt", examine the files, umount it, and remove it. I hope this helps you find out what is happening your end. From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 01:17:35 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041DD16A41C for ; Thu, 7 Jul 2005 01:17:35 +0000 (GMT) (envelope-from kayve@sfsu.edu) Received: from mailgw2.sfsu.edu (mailgw2.sfsu.edu [130.212.10.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E6143D46 for ; Thu, 7 Jul 2005 01:17:34 +0000 (GMT) (envelope-from kayve@sfsu.edu) Received: from libra.sfsu.edu (libra.sfsu.edu [130.212.10.238]) by mailgw2.sfsu.edu (8.12.11/8.12.11) with ESMTP id j671HSAV028431 for ; Wed, 6 Jul 2005 18:17:29 -0700 Received: from localhost (kayve@localhost) by libra.sfsu.edu (8.12.10/8.12.10) with ESMTP id j671HSd5021045 for ; Wed, 6 Jul 2005 18:17:28 -0700 (PDT) X-Authentication-Warning: libra.sfsu.edu: kayve owned process doing -bs Date: Wed, 6 Jul 2005 18:17:28 -0700 (PDT) From: KAYVEN RIESE cc: freeBSD bugs mailing list In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE X-SFSU-VirusScanner: Found to be clean Subject: Re: can't see SD card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 01:17:35 -0000 On Thu, 7 Jul 2005, Robert Backhaus wrote: > On 7/7/05, KAYVEN RIESE wrote: > > Nope, nothing there either. So, a little _more_ background is required > > How are you trying to read this SD card? i don't know where to start. i stuck the thing in physically and it fit. >Are you using a USB card > reader, or is an inbuilt one? (in my experience, even inbuilt readers > are connected to USB) What happens when you plug it in? there is a little slot on the side.. there are USB plugs in the back. nothing perceptible happens when i plug it in. it seems inbuilt to me.. hmm.. there is a button i pushed.. oh wait.. the HD is still going because i make making things. i had to take out a plastic plug to fit the one inch square thing that fits into cameras. not the two inch by one inch one.. the smaller one.. there is a button right there for some other plug in. i pressed the button and another bigger credit card sized plastic thing with holes in it came out but the SD card thing stayed in there. to get the SD card out, i just push on it. i've been leaving it in there. > Basic stuff, > but we need to know it. > > The device name you are looking for should be _umass_. Here's plugging > in a card reader on my system > > Jul 7 10:52:42 computer9 kernel: umass0: SanDisk ImageMate 8 in 1, > rev 2.00/91.39, addr 2 > Jul 7 10:52:43 computer9 kernel: da0 at umass-sim0 bus 0 target 0 lun 0 > Jul 7 10:52:43 computer9 kernel: da0: > Removable Direct Access SCSI-0 device > Jul 7 10:52:43 computer9 kernel: da0: 1.000MB/s transfers > Jul 7 10:52:43 computer9 kernel: da0: Attempt to query device size > failed: NOT READY, Medium not present > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): READ > CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): CAM Status: > SCSI Status Error > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): SCSI Status: > Check Condition > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): Medium not present > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): Unretryable error > Jul 7 10:52:43 computer9 kernel: Opened disk da0 -> 6 > > Followed by failed attempts to query the cards that are not in any of > the other slots. I'd expect something similar. > > A seperate /dev/da{n} device appears for each slot in the reader. At > least it did for me. here's me listing /dev: Path: /home/kayve (kayve@www) 101> ls /dev acd0 apm fido mem ptyp1 ttyp3 ttyvd acpi ata fw0 net ptyp2 ttyv0 ttyve ad0 atkbd0 fw0.0 net1 ptyp3 ttyv1 ttyvf ad0s1 bpf0 fwmem0 net2 random ttyv2 ums0 ad0s1a bpsm0 fwmem0.0 net3 stderr ttyv3 urandom ad0s1c console geom.ctl net4 stdin ttyv4 usb ad0s2 consolectl io network stdout ttyv5 usb0 ad0s2a ctty kbd0 nfs4 sysmouse ttyv6 usb1 ad0s2c cuad0 klog nfslock ttyd0 ttyv7 usb2 ad0s3 cuad0.init kmem null ttyd0.init ttyv8 usb3 ad0s3b cuad0.lock log pci ttyd0.lock ttyv9 xpt0 ad0s3c devctl lpt0 ppi0 ttyp0 ttyva zero ad0s4 devstat lpt0.ctl psm0 ttyp1 ttyvb agpgart fd mdctl ptyp0 ttyp2 ttyvc Path: /home/kayve (kayve@www) 102> > > Nothing happens when you add a SD card. However, you will be able to > query it with fdisk ("fsidk /dev/da2" worked when I added a SD card.) (kayve@www) 102> su Password: bind: Command not found. Path: /home/kayve (root@www) 101> fsidk /dev/da0 fsidk: Command not found. Path: /home/kayve (root@www) 102> fdisk /dev/da0 fdisk: cannot open disk /dev/da0: No such file or directory Path: /home/kayve (root@www) 103> (root@www) 103> fdisk /dev/da2 fdisk: cannot open disk /dev/da2: No such file or directory Path: /home/kayve (root@www) 104> there is no da{any} in my /dev directory > Before I could mount it, I had to convince the system to take another > look. "true > /dev/da2" t@www) 104> true > /dev/da2 /dev/da2: Operation not supported. Path: /home/kayve (root@www) 105> (root@www) 105> whereis true true: /usr/bin/true /usr/share/man/man1/true.1.gz /usr/src/usr.bin/true Path: /home/kayve (root@www) 106> /usr/bin/true > /dev/da2 /dev/da2: Operation not supported. Path: /home/kayve (root@www) 107> nuthin' >has been suggested, and worked for me. Then I > could "mount -t msdos /dev/da2s1 /mnt", examine the files, umount it, > and remove it. > > I hope this helps you find out what is happening your end. > what freeBSD do you have? maybe i should try it on my 5.4 but then i guess i have to reboot and a couple of makes are going right now... umm.. and a download i think From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 01:29:31 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B9216A41C for ; Thu, 7 Jul 2005 01:29:31 +0000 (GMT) (envelope-from kayve@sfsu.edu) Received: from mailgw1.sfsu.edu (mailgw1.sfsu.edu [130.212.10.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CEA43D46 for ; Thu, 7 Jul 2005 01:29:30 +0000 (GMT) (envelope-from kayve@sfsu.edu) Received: from libra.sfsu.edu (libra.sfsu.edu [130.212.10.238]) by mailgw1.sfsu.edu (8.12.11/8.12.11) with ESMTP id j671TShd020692 for ; Wed, 6 Jul 2005 18:29:28 -0700 Received: from localhost (kayve@localhost) by libra.sfsu.edu (8.12.10/8.12.10) with ESMTP id j671TRYg021370 for ; Wed, 6 Jul 2005 18:29:28 -0700 (PDT) X-Authentication-Warning: libra.sfsu.edu: kayve owned process doing -bs Date: Wed, 6 Jul 2005 18:29:27 -0700 (PDT) From: KAYVEN RIESE cc: freeBSD bugs mailing list In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: AAAAAgAAA+0AAAPu X-Language-Identified: TRUE X-SFSU-VirusScanner: Found to be clean Subject: Re: can't see SD card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 01:29:31 -0000 hmm.. is this useful? Path: /usr/ports/sysutils/cdrtools (root@www) 109> sysctl -a | less ::clip:: dev.cbb.1.wake: 0 dev.cardbus.%parent: pci dev.cardbus.0.%desc: CardBus bus dev.cardbus.0.%driver: cardbus dev.cardbus.0.%parent: cbb0 dev.cardbus.1.%desc: CardBus bus dev.cardbus.1.%driver: cardbus dev.cardbus.1.%parent: cbb1 dev.pccard.0.%desc: 16-bit PCCard bus dev.pccard.0.%driver: pccard dev.pccard.0.%parent: cbb0 dev.pccard.1.%desc: 16-bit PCCard bus dev.pccard.1.%driver: pccard dev.pccard.1.%parent: cbb1 dev.fwohci.0.%desc: Ricoh R5C552 dev.fwohci.0.%driver: fwohci dev.fwohci.0.%location: slot=1 function=2 handle=\_SB_.PCI0.P0P2.ILNK dev.fwohci.0.%pnpinfo: vendor=0x1180 device=0x0552 subvendor=0x1043 subdevice=0x 1867 class=0x0c0010 dev.fwohci.0.%parent: pci2 dev.firewire.0.%desc: IEEE1394(FireWire) bus dev.firewire.0.%driver: firewire :dev.sbp.0.%driver: sbp dev.sbp.0.%parent: firewire0 dev.isab.0.%desc: PCI-ISA bridge dev.isab.0.%driver: isab dev.isab.0.%location: slot=31 function=0 handle=\_SB_.PCI0.SBRG dev.isab.0.%pnpinfo: vendor=0x8086 device=0x24cc subvendor=0x0000 subdevice=0x00 00 class=0x060100 dev.isab.0.%parent: pci0 dev.isa.0.%desc: ISA bus dev.isa.0.%driver: isa dev.isa.0.%parent: isab0 dev.atapci.0.%desc: Intel ICH4 UDMA100 controller dev.atapci.0.%driver: atapci dev.atapci.0.%location: slot=31 function=1 handle=\_SB_.PCI0.IDE0 dev.atapci.0.%pnpinfo: vendor=0x8086 device=0x24ca subvendor=0x1043 subdevice=0x 1869 class=0x01018a dev.atapci.0.%parent: pci0 dev.ata.0.%desc: ATA channel 0 : On Thu, 7 Jul 2005, Robert Backhaus wrote: > Thanks for the background. > > On 7/7/05, KAYVEN RIESE wrote: > > basically.. i can't see my SD card that came with the > > puter. my camera died but the two SD cards with my > > latest fotos on it should be able to be read by freeBSD, > > in that they fit nicely into my hardware. > > > > > > here is the result of the command "usbdevs" > > > > Path: /home/kayve <~~~~~~ .login i have uses a two line prompt.. this > > is line one > > (root@www) 103> usbdevs <~~~~~second line of prompt and the command > > > > addr 1: UHCI root hub, Intel <~~~~~~~~output starts here > > addr 1: UHCI root hub, Intel > > addr 2: Resolution 400/600/800 Changeable Combo Mouse, ACROX > > addr 1: UHCI root hub, Intel > > addr 1: EHCI root hub, Intel > > > > <---end of output-----> > OK, big hint: I see not card reader device. > > > > > > next i was told to do the command "pciconf -l -v" > > and i did, and selected out "class = mass storage" > > > > i did thatmanually, here is the result > > > > > > atapci0@pci0:31:1: class=0x01018a card=0x18691043 chip=0x24ca8086 > > rev=0x03 > > hdr=0x00 > > vendor = 'Intel Corporation' > > device = '82801DBM (ICH4-M) UltraATA/100 EIDE Controller' > > class = mass storage > > subclass = ATA > > none0@pci0:31:5: class=0x040100 card=0x17131043 chip=0x24c58086 > > rev=0x03 > > hdr=0x00 > > Again: no card reader > > > > > i was told i am hosed. > > > > > > Path: /home/kayve > > (kayve@kayvetop) 101> su > > Password: <~~~~ becoming superuser > > > > kayvetop# sysctl kern.disks kern.rootdev <~~~ prompt = "kayvetop#" > > kern.disks: ad0 > > kern.rootdev: ad0s2a > > kayvetop# > > > > > > kayvetop# grep "o d" /var/run/dmesg.boot > > pci1: at device 0.0 (no driver attached) > > pci2: at device 2.0 (no driver attached) > > pci0: at device 31.5 (no driver attached) > > pci0: at device 31.6 (no driver attached) > > pci1: at device 0.0 (no driver attached) > > pci0: at device 29.7 (no driver attached) > > pci2: at device 2.0 (no driver attached) > > pci0: at device 31.5 (no driver attached) > > pci0: at device 31.6 (no driver attached) > > kayvetop# > > > > kayvetop# ls /dev/ > > acd0 consolectl lpt0.ctl ptyp6 ttyv4 > > acpi ctty mdctl random ttyv5 > > ad0 cuaa0 mem stderr ttyv6 > > ad0s1 cuaia0 net stdin ttyv7 > > ad0s1a cuala0 net1 stdout ttyv8 > > ad0s1c devctl net2 sysmouse ttyv9 > > ad0s2 devstat net3 ttyd0 ttyva > > ad0s2a fd net4 ttyid0 ttyvb > > ad0s2c fido network ttyld0 ttyvc > > ad0s3 fw0 nfs4 ttyp0 ttyvd > > ad0s3b fw0.0 null ttyp1 ttyve > > ad0s3c fwmem0 pci ttyp2 ttyvf > > ad0s4 fwmem0.0 ppi0 ttyp3 ums0 > > agpgart geom.ctl psm0 ttyp4 urandom > > apm io ptyp0 ttyp5 usb > > ata kbd0 ptyp1 ttyp6 usb0 > > atkbd0 klog ptyp2 ttyv0 usb1 > > bpf0 kmem ptyp3 ttyv1 usb2 > > bpsm0 log ptyp4 ttyv2 xpt0 > > console lpt0 ptyp5 ttyv3 zero > > kayvetop# > > > > Nope, nothing there either. So, a little _more_ background is required > > How are you trying to read this SD card? Are you using a USB card > reader, or is an inbuilt one? (in my experience, even inbuilt readers > are connected to USB) What happens when you plug it in? Basic stuff, > but we need to know it. > > The device name you are looking for should be _umass_. Here's plugging > in a card reader on my system > > Jul 7 10:52:42 computer9 kernel: umass0: SanDisk ImageMate 8 in 1, > rev 2.00/91.39, addr 2 > Jul 7 10:52:43 computer9 kernel: da0 at umass-sim0 bus 0 target 0 lun 0 > Jul 7 10:52:43 computer9 kernel: da0: > Removable Direct Access SCSI-0 device > Jul 7 10:52:43 computer9 kernel: da0: 1.000MB/s transfers > Jul 7 10:52:43 computer9 kernel: da0: Attempt to query device size > failed: NOT READY, Medium not present > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): READ > CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): CAM Status: > SCSI Status Error > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): SCSI Status: > Check Condition > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): Medium not present > Jul 7 10:52:43 computer9 kernel: (da0:umass-sim0:0:0:0): Unretryable error > Jul 7 10:52:43 computer9 kernel: Opened disk da0 -> 6 > > Followed by failed attempts to query the cards that are not in any of > the other slots. I'd expect something similar. > > A seperate /dev/da{n} device appears for each slot in the reader. At > least it did for me. > > Nothing happens when you add a SD card. However, you will be able to > query it with fdisk ("fsidk /dev/da2" worked when I added a SD card.) > Before I could mount it, I had to convince the system to take another > look. "true > /dev/da2" has been suggested, and worked for me. Then I > could "mount -t msdos /dev/da2s1 /mnt", examine the files, umount it, > and remove it. > > I hope this helps you find out what is happening your end. > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" > From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 01:50:26 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 045C316A41C for ; Thu, 7 Jul 2005 01:50:26 +0000 (GMT) (envelope-from robbak@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E8DF43D46 for ; Thu, 7 Jul 2005 01:50:25 +0000 (GMT) (envelope-from robbak@gmail.com) Received: by wproxy.gmail.com with SMTP id i1so97617wra for ; Wed, 06 Jul 2005 18:50:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TnAgodqh9g26jvVyOzwgyq6nmIhL+/MNvCYuOAG3XH/vUDNkT0vbwg4pSNG+lwTKlV9jGHHn5QFDP85+tO6MY9meEA7nHGe0+3CVKpBfgGVxif6wFFSWUy4C/Ed5tI7WP23D2PL1+DNlas6zX/CHOI0ZGhO9rRhtAqkvN8aYxoA= Received: by 10.54.82.19 with SMTP id f19mr283856wrb; Wed, 06 Jul 2005 18:50:24 -0700 (PDT) Received: by 10.54.128.12 with HTTP; Wed, 6 Jul 2005 18:50:24 -0700 (PDT) Message-ID: Date: Thu, 7 Jul 2005 11:50:24 +1000 From: Robert Backhaus To: KAYVEN RIESE In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freeBSD bugs mailing list Subject: Re: can't see SD card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Backhaus List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 01:50:26 -0000 On 7/7/05, KAYVEN RIESE wrote: >=20 > hmm.. is this useful? >=20 > Path: /usr/ports/sysutils/cdrtools > (root@www) 109> sysctl -a | less >=20 >=20 > ::clip:: >=20 > dev.cbb.1.wake: 0 > dev.cardbus.%parent: pci > dev.cardbus.0.%desc: CardBus bus > dev.cardbus.0.%driver: cardbus > dev.cardbus.0.%parent: cbb0 > dev.cardbus.1.%desc: CardBus bus > dev.cardbus.1.%driver: cardbus > dev.cardbus.1.%parent: cbb1 > dev.pccard.0.%desc: 16-bit PCCard bus > dev.pccard.0.%driver: pccard > dev.pccard.0.%parent: cbb0 > dev.pccard.1.%desc: 16-bit PCCard bus > dev.pccard.1.%driver: pccard > dev.pccard.1.%parent: cbb1 > dev.fwohci.0.%desc: Ricoh R5C552 > dev.fwohci.0.%driver: fwohci > dev.fwohci.0.%location: slot=3D1 function=3D2 handle=3D\_SB_.PCI0.P0P2.IL= NK > dev.fwohci.0.%pnpinfo: vendor=3D0x1180 device=3D0x0552 subvendor=3D0x1043 > subdevice=3D0x > 1867 class=3D0x0c0010 > dev.fwohci.0.%parent: pci2 > dev.firewire.0.%desc: IEEE1394(FireWire) bus > dev.firewire.0.%driver: firewire > :dev.sbp.0.%driver: sbp > dev.sbp.0.%parent: firewire0 > dev.isab.0.%desc: PCI-ISA bridge > dev.isab.0.%driver: isab > dev.isab.0.%location: slot=3D31 function=3D0 handle=3D\_SB_.PCI0.SBRG > dev.isab.0.%pnpinfo: vendor=3D0x8086 device=3D0x24cc subvendor=3D0x0000 > subdevice=3D0x00 > 00 class=3D0x060100 > dev.isab.0.%parent: pci0 > dev.isa.0.%desc: ISA bus > dev.isa.0.%driver: isa > dev.isa.0.%parent: isab0 > dev.atapci.0.%desc: Intel ICH4 UDMA100 controller > dev.atapci.0.%driver: atapci > dev.atapci.0.%location: slot=3D31 function=3D1 handle=3D\_SB_.PCI0.IDE0 > dev.atapci.0.%pnpinfo: vendor=3D0x8086 device=3D0x24ca subvendor=3D0x1043 > subdevice=3D0x > 1869 class=3D0x01018a > dev.atapci.0.%parent: pci0 > dev.ata.0.%desc: ATA channel 0 > : Not really. It just confirms that your laptop's inbuilt cardreader is not being seen. I cannot locate any drivers, either. The next step is to find out anything you can about that inbuild SD-card reader (chipset, how connected), to help you locate drivers for it, if indeed they exist. Another way would be to get your hands on a USB card reader (they're cheap!), and use that. From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 01:57:28 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6010716A41C for ; Thu, 7 Jul 2005 01:57:28 +0000 (GMT) (envelope-from kayve@sfsu.edu) Received: from mailgw2.sfsu.edu (mailgw2.sfsu.edu [130.212.10.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 339C343D46 for ; Thu, 7 Jul 2005 01:57:28 +0000 (GMT) (envelope-from kayve@sfsu.edu) Received: from libra.sfsu.edu (libra.sfsu.edu [130.212.10.238]) by mailgw2.sfsu.edu (8.12.11/8.12.11) with ESMTP id j671vPQO002711; Wed, 6 Jul 2005 18:57:25 -0700 Received: from localhost (kayve@localhost) by libra.sfsu.edu (8.12.10/8.12.10) with ESMTP id j671vPjK022096; Wed, 6 Jul 2005 18:57:25 -0700 (PDT) X-Authentication-Warning: libra.sfsu.edu: kayve owned process doing -bs Date: Wed, 6 Jul 2005 18:57:25 -0700 (PDT) From: KAYVEN RIESE To: Robert Backhaus In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE X-SFSU-VirusScanner: Found to be clean Cc: freeBSD bugs mailing list Subject: Re: can't see SD card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 01:57:28 -0000 On Thu, 7 Jul 2005, Robert Backhaus wrote: > On 7/7/05, KAYVEN RIESE wrote: > > : > > Not really. It just confirms that your laptop's inbuilt cardreader is > not being seen. I cannot locate any drivers, either. > The next step is to find out anything you can about that inbuild > SD-card reader (chipset, how connected), one of my user's manuals says it is a PCMCIA memory card reader thataccepts SD, MMC, MS, MS Select, Memory Stick Duo, .. standard or with MagicGate technology.. it utilizes the high bandwidth PCI bus >to help you locate drivers > for it, if indeed they exist. Another way would be to get your hands > on a USB card reader (they're cheap!), and use that. i am already luggin around tons of stuff: 1) briefcase 2) backpack 3) puter i don't want to get more hardware > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" > From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 04:30:22 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 483A116A41C for ; Thu, 7 Jul 2005 04:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C4443D46 for ; Thu, 7 Jul 2005 04:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j674ULXr087042 for ; Thu, 7 Jul 2005 04:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j674ULTN087039; Thu, 7 Jul 2005 04:30:21 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2005 04:30:21 GMT Resent-Message-Id: <200507070430.j674ULTN087039@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alec Berryman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E889916A41C for ; Thu, 7 Jul 2005 04:20:12 +0000 (GMT) (envelope-from alec@thened.net) Received: from splinter.bowdoin.edu (splinter.bowdoin.edu [139.140.181.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id B16CF43D45 for ; Thu, 7 Jul 2005 04:20:12 +0000 (GMT) (envelope-from alec@thened.net) Received: by splinter.bowdoin.edu (Postfix, from userid 12008) id 405F6D0CC; Thu, 7 Jul 2005 00:20:12 -0400 (EDT) Message-Id: <20050707042012.405F6D0CC@splinter.bowdoin.edu> Date: Thu, 7 Jul 2005 00:20:12 -0400 (EDT) From: Alec Berryman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/83080: DHCP configuration fails while installing from 6.0-CURRENT-SNAP005-i386-disc1.iso (July snapshot) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alec Berryman List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 04:30:22 -0000 >Number: 83080 >Category: bin >Synopsis: DHCP configuration fails while installing from 6.0-CURRENT-SNAP005-i386-disc1.iso (July snapshot) >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 Jul 07 04:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alec Berryman >Release: FreeBSD 6.0-CURRENT-SNAP005 i386 >Organization: n/a >Environment: System: FreeBSD donatello.bowdoin.edu 6.0-CURRENT-SNAP005 FreeBSD 6.0-CURRENT-SNAP005 #0: Sat Jul 2 09:20:09 UTC 2005 root@junior.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 Ethernet device from dmesg: dc0: port 0xfc00-0xfc7f mem 0xfedff800-0xfedffbff irq 11 at device 18.0 on pci0 miibus0: on dc0 lxtphy0: on miibus0 lxtphy0: 100baseFX, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: Ethernet address: 00:08:c7:03:71:6b dc0: if_start running deferred for Giant dc0: [GIANT-LOCKED] >Description: It does not appear as if DHCP is ever invoked by sysinstall after selecting it to configure the interface. I am immediately sent to a blank configuration form, and DHCP is not put in the interface's rc.conf options. If I switch to the console and manually invoke dhclient, I am provided with an address. >How-To-Repeat: - Boot 6.0-CURRENT-SNAP005-i386-disc1.iso - 'Quick Install' - When prompted to configure Ethernet devices, say 'yes' - When prompted to use IPv6, say 'no' - When prompted to use DHCP, say 'yes' >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 09:10:12 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2C9F16A41F for ; Thu, 7 Jul 2005 09:10:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71E143D58 for ; Thu, 7 Jul 2005 09:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j679ABur054233 for ; Thu, 7 Jul 2005 09:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j679ABY4054232; Thu, 7 Jul 2005 09:10:11 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2005 09:10:11 GMT Resent-Message-Id: <200507070910.j679ABY4054232@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Simonenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55DD716A41C for ; Thu, 7 Jul 2005 09:09:16 +0000 (GMT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.ntu-kpi.kiev.ua (comsys.ntu-kpi.kiev.ua [195.245.194.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8A943D49 for ; Thu, 7 Jul 2005 09:09:00 +0000 (GMT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from pm514-9.comsys.ntu-kpi.kiev.ua (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) (authenticated bits=0) by comsys.ntu-kpi.kiev.ua (8.12.10/8.12.10) with ESMTP id j679FA61067527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 7 Jul 2005 12:15:10 +0300 (EEST) Received: by pm514-9.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1000) id 57ED812D; Thu, 7 Jul 2005 12:07:09 +0300 (EEST) Message-Id: <20050707090709.GA384@pm514-9.comsys.ntu-kpi.kiev.ua> Date: Thu, 7 Jul 2005 12:07:09 +0300 From: Andrey Simonenko To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: bin/83085: [patch] double free() in openpam X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 09:10:13 -0000 >Number: 83085 >Category: bin >Synopsis: [patch] double free() in openpam >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 Jul 07 09:10:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: >Description: Double free() in openpam library was found. >How-To-Repeat: Add something like this to /etc/pam.d/login: ---------------- auth required pam_nologin.so wrong line ---------------- and try to login in another console (and don't forget to restore /etc/pam.d/login after test!). >Fix: diff -ruN openpam.orig/lib/openpam_configure.c openpam/lib/openpam_configure.c --- openpam.orig/lib/openpam_configure.c Wed Jul 6 19:15:00 2005 +++ openpam/lib/openpam_configure.c Wed Jul 6 20:16:43 2005 @@ -327,7 +327,6 @@ } return (PAM_SUCCESS); load_err: - openpam_clear_chains(pamh->chains); return (PAM_SYSTEM_ERR); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 09:48:57 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F35116A41C; Thu, 7 Jul 2005 09:48:57 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFF3143D46; Thu, 7 Jul 2005 09:48:56 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j679muiR059103; Thu, 7 Jul 2005 09:48:56 GMT (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j679mu3V059099; Thu, 7 Jul 2005 09:48:56 GMT (envelope-from keramida) Date: Thu, 7 Jul 2005 09:48:56 GMT From: Giorgos Keramidas Message-Id: <200507070948.j679mu3V059099@freefall.freebsd.org> To: keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Cc: Subject: Re: bin/83085: [patch] double free() in openpam X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 09:48:57 -0000 Synopsis: [patch] double free() in openpam Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: keramida Responsible-Changed-When: Thu Jul 7 09:48:21 GMT 2005 Responsible-Changed-Why: Assign to our OpenPAM maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=83085 From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 10:20:15 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FAF816A41C for ; Thu, 7 Jul 2005 10:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD46843D45 for ; Thu, 7 Jul 2005 10:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j67AKEUd064185 for ; Thu, 7 Jul 2005 10:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j67AKEVS064184; Thu, 7 Jul 2005 10:20:14 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2005 10:20:14 GMT Resent-Message-Id: <200507071020.j67AKEVS064184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antoine Brodin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522C016A41F for ; Thu, 7 Jul 2005 10:17:31 +0000 (GMT) (envelope-from antoine@madhouse.dreadbsd.org) Received: from barton.dreadbsd.org (madhouse.dreadbsd.org [82.67.196.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C94D243D48 for ; Thu, 7 Jul 2005 10:17:30 +0000 (GMT) (envelope-from antoine@madhouse.dreadbsd.org) Received: from barton.dreadbsd.org (localhost [127.0.0.1]) by barton.dreadbsd.org (8.13.4/8.13.4) with ESMTP id j67AHTMD076608 for ; Thu, 7 Jul 2005 12:17:29 +0200 (CEST) (envelope-from antoine@madhouse.dreadbsd.org) Received: (from antoine@localhost) by barton.dreadbsd.org (8.13.4/8.13.1/Submit) id j67AHSxP076607; Thu, 7 Jul 2005 12:17:28 +0200 (CEST) (envelope-from antoine) Message-Id: <200507071017.j67AHSxP076607@barton.dreadbsd.org> Date: Thu, 7 Jul 2005 12:17:28 +0200 (CEST) From: Antoine Brodin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/83088: [patch] remove a few bogous semicolons X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Antoine Brodin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 10:20:15 -0000 >Number: 83088 >Category: kern >Synopsis: [patch] remove a few bogous semicolons >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 07 10:20:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 6.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD barton.dreadbsd.org 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Wed Jul 6 21:48:13 CEST 2005 antoine@barton.dreadbsd.org:/usr/obj/usr/src/sys/BARTON i386 >Description: The attached patch removes a few bogous semicolons at the end of the definitions of do { ... } while (0) macros. This could cause problems if the macros were used in if statements. >How-To-Repeat: >Fix: --- while.diff begins here --- Index: net/route.h =================================================================== RCS file: /home/ncvs/src/sys/net/route.h,v retrieving revision 1.63 diff -u -p -r1.63 route.h --- net/route.h 7 Jan 2005 01:45:35 -0000 1.63 +++ net/route.h 7 Jul 2005 09:37:46 -0000 @@ -292,13 +292,13 @@ struct rt_addrinfo { KASSERT((_rt)->rt_refcnt >= 0, \ ("negative refcnt %ld", (_rt)->rt_refcnt)); \ (_rt)->rt_refcnt++; \ -} while (0); +} while (0) #define RT_REMREF(_rt) do { \ RT_LOCK_ASSERT(_rt); \ KASSERT((_rt)->rt_refcnt > 0, \ ("bogus refcnt %ld", (_rt)->rt_refcnt)); \ (_rt)->rt_refcnt--; \ -} while (0); +} while (0) #define RTFREE_LOCKED(_rt) do { \ if ((_rt)->rt_refcnt <= 1) \ Index: sys/filedesc.h =================================================================== RCS file: /home/ncvs/src/sys/sys/filedesc.h,v retrieving revision 1.72 diff -u -p -r1.72 filedesc.h --- sys/filedesc.h 10 Feb 2005 12:27:58 -0000 1.72 +++ sys/filedesc.h 7 Jul 2005 09:37:19 -0000 @@ -105,7 +105,7 @@ struct filedesc_to_leader { (fd)->fd_locked = 2; \ (fd)->fd_wanted--; \ mtx_unlock(&(fd)->fd_mtx); \ - } while (0); + } while (0) #define FILEDESC_UNLOCK(fd) \ do { \ @@ -116,7 +116,7 @@ struct filedesc_to_leader { if ((fd)->fd_wanted) \ wakeup(&(fd)->fd_locked); \ mtx_unlock(&(fd)->fd_mtx); \ - } while (0); + } while (0) #define FILEDESC_LOCK_FAST(fd) \ do { \ @@ -126,7 +126,7 @@ struct filedesc_to_leader { msleep(&(fd)->fd_locked, &(fd)->fd_mtx, PLOCK, "fdesc", 0); \ (fd)->fd_locked = 1; \ (fd)->fd_wanted--; \ - } while (0); + } while (0) #define FILEDESC_UNLOCK_FAST(fd) \ do { \ @@ -136,7 +136,7 @@ struct filedesc_to_leader { if ((fd)->fd_wanted) \ wakeup(&(fd)->fd_locked); \ mtx_unlock(&(fd)->fd_mtx); \ - } while (0); + } while (0) #ifdef INVARIANT_SUPPORT #define FILEDESC_LOCK_ASSERT(fd, arg) \ @@ -145,7 +145,7 @@ struct filedesc_to_leader { KASSERT((fd)->fd_locked != 0, ("fdesc locking mistake")); \ else \ KASSERT((fd)->fd_locked == 0, ("fdesc locking mistake")); \ - } while (0); + } while (0) #else #define FILEDESC_LOCK_ASSERT(fd, arg) #endif --- while.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 13:40:17 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB5616A41C for ; Thu, 7 Jul 2005 13:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A92543D4C for ; Thu, 7 Jul 2005 13:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j67DeHZw085656 for ; Thu, 7 Jul 2005 13:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j67DeHEk085655; Thu, 7 Jul 2005 13:40:17 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2005 13:40:17 GMT Resent-Message-Id: <200507071340.j67DeHEk085655@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Witzel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BAAF16A41C for ; Thu, 7 Jul 2005 13:33:36 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 454C943D49 for ; Thu, 7 Jul 2005 13:33:36 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j67DXZ5w092820 for ; Thu, 7 Jul 2005 13:33:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j67DXZsx092819; Thu, 7 Jul 2005 13:33:35 GMT (envelope-from nobody) Message-Id: <200507071333.j67DXZsx092819@www.freebsd.org> Date: Thu, 7 Jul 2005 13:33:35 GMT From: Stefan Witzel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: conf/83092: no '-' allowed in jail names in rc.conf X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 13:40:17 -0000 >Number: 83092 >Category: conf >Synopsis: no '-' allowed in jail names in 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: Thu Jul 07 13:40:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stefan Witzel >Release: 5.4 >Organization: Universitaet Goettingen >Environment: FreeBSD tethys.zvw.uni-goettingen.de 5.4-STABLE FreeBSD 5.4-STABLE #9: Mon Jun 27 14:35:29 CEST 2005 dv1@tethys.zvw.uni-goettingen.de:/usr/obj/usr/src/sys/tethys-3.x i386 >Description: If a jail name in rc.conf (introduced in jail_list= ) contains a '-' (minus) the start of the jail fails. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 15:20:24 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F99416A41F for ; Thu, 7 Jul 2005 15:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427CB43D5C for ; Thu, 7 Jul 2005 15:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j67FKOf4098615 for ; Thu, 7 Jul 2005 15:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j67FKO3I098614; Thu, 7 Jul 2005 15:20:24 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2005 15:20:24 GMT Resent-Message-Id: <200507071520.j67FKO3I098614@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Sears Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C78C516A41C for ; Thu, 7 Jul 2005 15:11:45 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919D543D48 for ; Thu, 7 Jul 2005 15:11:45 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j67FBjjG019518 for ; Thu, 7 Jul 2005 15:11:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j67FBjTb019515; Thu, 7 Jul 2005 15:11:45 GMT (envelope-from nobody) Message-Id: <200507071511.j67FBjTb019515@www.freebsd.org> Date: Thu, 7 Jul 2005 15:11:45 GMT From: Steve Sears To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/83098: 'vrele: negative ref cnt' in shutdown with root and ufs/union X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 15:20:24 -0000 >Number: 83098 >Category: kern >Synopsis: 'vrele: negative ref cnt' in shutdown with root and ufs/union >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 07 15:20:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Steve Sears >Release: 5.3-RELEASE >Organization: self >Environment: FreeBSD bowler.local.com 5.3-RELEASE FreeBSD 5.3-RELEASE #funky.0: Mon Jun 27 18:26:10 PDT 2005 root@bldf3.local.com:/amd/svlusr01/vol/home1/sjs/p4/ng/funky/freebsd/usr/src/sys/i386/compile/funky i386 >Description: I have an embeded application using 5.3 that loads the root FS from compact flash (CF) into a memory disk. The CF is too small for all of the tools, so we keep the largest part of the root image more or less locally and then copy it to a second memory disk and union the two of them together. This is pretty slick. The memory disk is just ufs, such that my fstab looks like this: # Device Mountpoint FStype Options Dump Pass# /dev/md1 / ufs ro,union 1 1 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 md /tmp mfs rw,-M,-s32m 2 0 /dev/nvrd1 /var ufs rw 2 0 ..and when you look at the mountpoints (output of the mount command): # mount /dev/md0 on / (ufs, local) devfs on /dev (devfs, local) /dev/ad4s1 on /cfcard (msdosfs, local) /dev/md1 on / (ufs, local, read-only, union) devfs on /dev (devfs, local) /dev/nvrd1 on /var (ufs, local) procfs on /proc (procfs, local) /dev/md2 on /tmp (ufs, local, soft-updates) As I inferred above, this actually works pretty well. The problem occurs when you invoke 'shutdown -r', as we get a panic because /dev/md1 is missing a reference: (gdb) bt #0 0x802f620b in kdb_enter (msg=0x12
) at cpufunc.h:63 #1 0x802dc650 in panic (fmt=0x8042a9f1 "vrele: negative ref cnt") at ../../../kern/kern_shutdown.c:561 #2 0x80335b0e in vrele (vp=0x81b65318) at ../../../kern/vfs_subr.c:2141 #3 0x80330f8b in checkdirs (olddp=0x81b65318, newdp=0x81b64c60) at ../../../kern/vfs_mount.c:978 #4 0x803313a2 in dounmount (mp=0x81b5bc00, flags=524288, td=0x81824320) at ../../../kern/vfs_mount.c:1119 #5 0x8033744a in vfs_unmountall () at ../../../kern/vfs_subr.c:3112 #6 0x802dc21a in boot (howto=0) at ../../../kern/kern_shutdown.c:391 #7 0x802dbb10 in reboot (td=0x81824320, uap=0x12) at ../../../kern/kern_shutdown.c:181 #8 0x80404083 in syscall (frame= {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 2139090692, tf_esi = 2139090680, tf_ebp = 2139090440, tf_isp = -1554072204, tf_ebx = 2139090552, tf_edx = -1, tf_ecx = 4, tf_eax = 55, tf_trapno = 0, tf_err = 2, tf_eip = 134543359, tf_cs = 31, tf_eflags = 518, tf_esp = 2139090236, tf_ss = 47}) at ../../../i386/i386/trap.c:1077 ..And looking at the mount structure so we know what's happening: (gdb) frame 4 #4 0x803313a2 in dounmount (mp=0x81b5bc00, flags=524288, td=0x81824320) at ../../../kern/vfs_mount.c:1119 1119 checkdirs(fsrootvp, mp->mnt_vnodecovered); (gdb) p *mp $1 = {mnt_list = {tqe_next = 0x0, tqe_prev = 0x81b5d400}, mnt_op = 0x8045c680, mnt_vfc = 0x8045c6c0, mnt_vnodecovered = 0x81b64c60, mnt_syncer = 0x0, mnt_nvnodelist = {tqh_first = 0x81b65318, tqh_last = 0x8c186198}, mnt_lock = {lk_interlock = 0x806f2220, lk_flags = 16794624, lk_sharecount = 0, lk_waitcount = 0, lk_exclusivecount = 1, lk_prio = 80, lk_wmesg = 0x8042a46d "vfslock", lk_timo = 0, lk_lockholder = 0x81824320, lk_newlock = 0x0}, mnt_mtx = {mtx_object = {lo_class = 0x8044d6bc, lo_name = 0x8042a45c "struct mount mtx", lo_type = 0x8042a45c "struct mount mtx", lo_flags = 196608, lo_list = { tqe_next = 0x0, tqe_prev = 0x0}, lo_witness = 0x0}, mtx_lock = 4, mtx_recurse = 0}, mnt_writeopcount = 1, mnt_flag = 4129, mnt_opt = 0x0, mnt_optnew = 0x0, mnt_kern_flag = 16777217, mnt_maxsymlinklen = 120, mnt_stat = {f_version = 537068824, f_type = 4, f_flags = 4129, f_bsize = 2048, f_iosize = 16384, f_blocks = 123863, f_bfree = 29584, f_bavail = 19675, f_files = 32254, f_ffree = 26992, f_syncwrites = 0, f_asyncwrites = 0, f_syncreads = 801, f_asyncreads = 403, f_spare = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, f_namemax = 255, f_owner = 0, f_fsid = {val = { 1120142860, 1346961508}}, f_charspare = '\0' , f_fstypename = "ufs", '\0' , f_mntfromname = "/dev/md1", '\0' , f_mntonname = "/", '\0' }, mnt_cred = 0x81a82e80, mnt_data = 0x819a2d00, mnt_time = 0, mnt_iosize_max = 131072, mnt_export = 0x0, mnt_mntlabel = 0x0, mnt_fslabel = 0x0, mnt_nvnodelistsize = 337} When I look at checkdirs(), I see that it properly gave up all of its references. But there seems to be a missing reference on the vode, as the final act of checkdirs() is to see if this is the rootvnode and take that last ref; which is where we die as the count goes negative. I believe the code in checkdirs is correct. I think we are failing to take a reference when we UPDATE-mount on the root; that is, the code fails to recognize this a root mount and take a root reference on the vnode. I cannot find code in vfs_mount() or ffs_omount() that checks for a root mount. When the second disk (md1) is mounted with the 'union' option above, the MNT_UPDATE flag is passed into the mount routines. This is not a unionfs issue. I think vfs_domount() needs to check for an update to root and take another reference on the vnode when this happens. I'm not familiar enough with this code to know what the right fix is, but it really seems that it should be fixed in the VFS layer, not in the ufs or lower layers. >How-To-Repeat: See description. Mount a disk on /. Mount another disk on / using the 'union' option. Invoke 'shutdown -r now' and catch it in gdb. You can't just unmount as this is the root. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 16:43:59 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CA0D16A41C for ; Thu, 7 Jul 2005 16:43:59 +0000 (GMT) (envelope-from max@max.net.ua) Received: from max.net.ua (ukrnet-city.max.net.ua [194.143.149.252]) by mx1.FreeBSD.org (Postfix) with SMTP id DE8C443D45 for ; Thu, 7 Jul 2005 16:43:57 +0000 (GMT) (envelope-from max@max.net.ua) Received: (qmail 40729 invoked by uid 98); 7 Jul 2005 16:43:55 -0000 Received: from 194.143.149.2 by tower.max.net.ua (envelope-from , uid 82) with qmail-scanner-1.25 (clamdscan: 0.86.1/967. spamassassin: 3.0.3. Clear:RC:1(194.143.149.2):. Processed in 0.2034 secs); 07 Jul 2005 16:43:55 -0000 X-Qmail-Scanner-Mail-From: max@max.net.ua via tower.max.net.ua X-Qmail-Scanner: 1.25 (Clear:RC:1(194.143.149.2):. Processed in 0.2034 secs) Received: from unknown (HELO ?192.168.224.10?) (194.143.149.2) by city.max.net.ua with SMTP; 7 Jul 2005 16:43:54 -0000 Date: Thu, 7 Jul 2005 19:43:47 +0300 From: Maxim X-Mailer: The Bat! (v3.5) Professional Organization: Maxim X-Priority: 3 (Normal) Message-ID: <366721258.20050707194347@max.net.ua> To: freebsd-bugs@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: HELP! Does not work correctly dummynet or IPFW !!! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: max List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 16:43:59 -0000 Hi! Ran into such problem, when FREEBSD 5.2.1 used and dummynet was all ok, then FREEBSD 5.4 set and noticed track problem, at creation: ipfw add 100 pipe 10 ip from any to any out via xl0 governed the fragmented packages do not pass, at such rule all works ok: ipfw add 100 pipe 10 ip from any to any in via xl0. Problem is observed, if a package passes through router. What a problem can be in? With the best wishes, Maxim. From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 18:21:01 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0739916A41F; Thu, 7 Jul 2005 18:21:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C408443D53; Thu, 7 Jul 2005 18:21:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j67IL0u5019802; Thu, 7 Jul 2005 18:21:00 GMT (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j67IL04Z019798; Thu, 7 Jul 2005 18:21:00 GMT (envelope-from jhb) Date: Thu, 7 Jul 2005 18:21:00 GMT From: John Baldwin Message-Id: <200507071821.j67IL04Z019798@freefall.freebsd.org> To: marcolz@stack.nl, jhb@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/80362: [PATCH] add preadv() and pwritev() system calls X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 18:21:01 -0000 Synopsis: [PATCH] add preadv() and pwritev() system calls State-Changed-From-To: open->patched State-Changed-By: jhb State-Changed-When: Thu Jul 7 18:20:44 GMT 2005 State-Changed-Why: Will MFC in a week or so. http://www.freebsd.org/cgi/query-pr.cgi?pr=80362 From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 18:40:22 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5AD016A426 for ; Thu, 7 Jul 2005 18:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5446C43D70 for ; Thu, 7 Jul 2005 18:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j67IeBZH021082 for ; Thu, 7 Jul 2005 18:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j67IeBQx021079; Thu, 7 Jul 2005 18:40:11 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2005 18:40:11 GMT Resent-Message-Id: <200507071840.j67IeBQx021079@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Sears Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 639CD16A41C for ; Thu, 7 Jul 2005 18:33:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9F343D48 for ; Thu, 7 Jul 2005 18:33:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j67IXfjv027700 for ; Thu, 7 Jul 2005 18:33:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j67IXfbl027699; Thu, 7 Jul 2005 18:33:41 GMT (envelope-from nobody) Message-Id: <200507071833.j67IXfbl027699@www.freebsd.org> Date: Thu, 7 Jul 2005 18:33:41 GMT From: Steve Sears To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/83107: libc uuid_compare() doesn't work with large numbers X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 18:40:23 -0000 >Number: 83107 >Category: misc >Synopsis: libc uuid_compare() doesn't work with large numbers >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 Jul 07 18:40:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Steve Sears >Release: 5.4 >Organization: self >Environment: FreeBSD sjs-linux.nane.netapp.com 5.4-STABLE FreeBSD 5.4-STABLE #19: Mon Apr 18 11:28:21 EDT 2005 root@sjs-linux.nane.netapp.com:/usr/src/sys-sjs/i386/compile/SJSKERN i386 >Description: If you use uuid_compare and the uuid's are very different, an int is too small to contain the results. For example, according to this code: 865e1a56-b9d9-11d9-ba27-0003476f2e88 < 062ac45c-b9d9-11d9-ba27-0003476f2e88 The implementation takes the results of a subtraction of the numbers and assigns it to an int. But if the high bits remain on after the subtraction, an int is too small and the results are negative. The routine is located at ./src/lib/libc/uuid/uuid_compare.c >How-To-Repeat: Invoke uuid_compare with the above two numbers. >Fix: Very simple fix: in uuid_compare.c, uuid_compare(), change the local variable 'res' from int to int64_t. Remove the '(int)' cast from the first subtraction. Cdiff follows: === /u/sjs/freebsd/usr/src/lib/libc/uuid/uuid_compare.c ==== *************** *** 41,47 **** int32_t uuid_compare(uuid_t *a, uuid_t *b, uint32_t *status) { ! int res; if (status != NULL) *status = uuid_s_ok; --- 41,47 ---- int32_t uuid_compare(uuid_t *a, uuid_t *b, uint32_t *status) { ! int64_t res; if (status != NULL) *status = uuid_s_ok; *************** *** 55,61 **** return ((uuid_is_nil(a, NULL)) ? 0 : 1); /* We have to compare the hard way. */ ! res = (int)((int64_t)a->time_low - (int64_t)b->time_low); if (res) return ((res < 0) ? -1 : 1); res = (int)a->time_mid - (int)b->time_mid; --- 55,61 ---- return ((uuid_is_nil(a, NULL)) ? 0 : 1); /* We have to compare the hard way. */ ! res = (int64_t)a->time_low - (int64_t)b->time_low; if (res) return ((res < 0) ? -1 : 1); res = (int)a->time_mid - (int)b->time_mid; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 19:40:15 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2219416A41F for ; Thu, 7 Jul 2005 19:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ECF343D49 for ; Thu, 7 Jul 2005 19:40:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j67JeEEE028437 for ; Thu, 7 Jul 2005 19:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j67JeEAG028434; Thu, 7 Jul 2005 19:40:14 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2005 19:40:14 GMT Resent-Message-Id: <200507071940.j67JeEAG028434@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Travis Poppe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AFAB16A41F for ; Thu, 7 Jul 2005 19:37:13 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37CF943D70 for ; Thu, 7 Jul 2005 19:37:09 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j67Jb8oK037084 for ; Thu, 7 Jul 2005 19:37:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j67Jb8ld037083; Thu, 7 Jul 2005 19:37:08 GMT (envelope-from nobody) Message-Id: <200507071937.j67Jb8ld037083@www.freebsd.org> Date: Thu, 7 Jul 2005 19:37:08 GMT From: Travis Poppe To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/83109: syscons does not always display colors correctly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 19:40:15 -0000 >Number: 83109 >Category: kern >Synopsis: syscons does not always display colors correctly >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 07 19:40:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Travis Poppe >Release: FreeBSD 5.4-RELEASE >Organization: >Environment: FreeBSD maya 5.4-RELEASE FreeBSD 5.4-RELEASE #3: Wed Jun 8 09:04:59 MST 2005 tlp@maya:/usr/src/sys/i386/compile/MAYA i386 >Description: syscons does not always display colors correctly in many color-based applications I have tried in the past. Some of these include: net/naim games/angband For example, in 'net/naim', your AIM buddies in the WINLIST window will sometimes change color as you scroll through them with the TAB key. They will sometimes even seem to disappear entirely. In the second example (games/angband), your character in the game has stats on the left side of the screen. Some will change colors for no apparent reason while playing the game (not normal behavior). Some of the enemies you are fighting in the game (they are represented by various colored ASCII characters) will also change to improper colors temporarily as they move (which can impair playability). One obvious demonstration of this is the border on the town level of 'games/angband'. Part of it will display as a regular gray (normal) and part of it will display as a darker gray (not normal). The border on the town level should always be one solid gray color. These problems are not limited to the two applications mentioned above. However, those are the most obvious examples I can think of. >How-To-Repeat: Install 'games/angband' and run it in syscons (make sure the TERM environment variable is not set or set to the default one) and press 'Enter' until you are in the town level. You will see that the town level's border is not one solid light gray color (proper behavior), but instead a mix of light gray and dark gray. Other color display problems present in the game may not be as obvious to someone who is not familiar with the game. However, running the X client of the game should give an accurate impression of what it normally looks like. >Fix: I've found a single workaround that has problems of its own. Setting the TERM environment variable to 'pc3' before starting 'games/angband' will correct the dark gray/light gray problem in the border mentioned above, but it will change some of the colors to non-standard ones (for example, yellow becomes orange). This also alters the default keymap. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 7 21:40:31 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 819DC16A41C for ; Thu, 7 Jul 2005 21:40:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFAF43D46 for ; Thu, 7 Jul 2005 21:40:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j67LeUD5042476 for ; Thu, 7 Jul 2005 21:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j67LeUER042475; Thu, 7 Jul 2005 21:40:30 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2005 21:40:30 GMT Resent-Message-Id: <200507072140.j67LeUER042475@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alec Berryman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7E016A41C for ; Thu, 7 Jul 2005 21:37:10 +0000 (GMT) (envelope-from alec@donatello.bowdoin.edu) Received: from donatello.bowdoin.edu (adsl-61-168-70.bna.bellsouth.net [208.61.168.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0F1143D55 for ; Thu, 7 Jul 2005 21:37:07 +0000 (GMT) (envelope-from alec@donatello.bowdoin.edu) Received: from donatello.bowdoin.edu (localhost.bowdoin.edu [127.0.0.1]) by donatello.bowdoin.edu (8.13.4/8.13.4) with ESMTP id j6741JXa093569 for ; Thu, 7 Jul 2005 00:01:19 -0400 (EDT) (envelope-from alec@donatello.bowdoin.edu) Received: (from alec@localhost) by donatello.bowdoin.edu (8.13.4/8.13.4/Submit) id j6741Iee093525; Thu, 7 Jul 2005 00:01:18 -0400 (EDT) (envelope-from alec) Message-Id: <200507070401.j6741Iee093525@donatello.bowdoin.edu> Date: Thu, 7 Jul 2005 00:01:18 -0400 (EDT) From: Alec Berryman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/83114: DHCP configuration fails while installing from 6.0-CURRENT-SNAP005-i386-disc1.iso (July snapshot) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alec Berryman List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 21:40:31 -0000 >Number: 83114 >Category: bin >Synopsis: DHCP configuration fails while installing from 6.0-CURRENT-SNAP005-i386-disc1.iso (July snapshot) >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 Jul 07 21:40:30 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alec Berryman >Release: FreeBSD 6.0-CURRENT-SNAP005 i386 >Organization: n/a >Environment: System: FreeBSD donatello.bowdoin.edu 6.0-CURRENT-SNAP005 FreeBSD 6.0-CURRENT-SNAP005 #0: Sat Jul 2 09:20:09 UTC 2005 root@junior.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 Ethernet device from dmesg: dc0: port 0xfc00-0xfc7f mem 0xfedff800-0xfedffbff irq 11 at device 18.0 on pci0 miibus0: on dc0 lxtphy0: on miibus0 lxtphy0: 100baseFX, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: Ethernet address: 00:08:c7:03:71:6b dc0: if_start running deferred for Giant dc0: [GIANT-LOCKED] >Description: It does not appear as if DHCP is ever invoked by sysinstall after selecting it to configure the interface. I am immediately sent to a blank configuration form, and DHCP is not put in the interface's rc.conf options. >How-To-Repeat: - Boot 6.0-CURRENT-SNAP005-i386-disc1.iso - 'Quick Install' - When prompted to configure Ethernet devices, say 'yes' - When prompted to use IPv6, say 'no' - When prompted to use DHCP, say 'yes' >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 01:50:13 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 992D916A41C for ; Fri, 8 Jul 2005 01:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A66443D46 for ; Fri, 8 Jul 2005 01:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j681oDFJ068079 for ; Fri, 8 Jul 2005 01:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j681oDfl068069; Fri, 8 Jul 2005 01:50:13 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2005 01:50:13 GMT Resent-Message-Id: <200507080150.j681oDfl068069@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Den Ivanov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A010716A41C for ; Fri, 8 Jul 2005 01:40:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D67D43D45 for ; Fri, 8 Jul 2005 01:40:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j681ekZq025122 for ; Fri, 8 Jul 2005 01:40:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j681ejTL025121; Fri, 8 Jul 2005 01:40:45 GMT (envelope-from nobody) Message-Id: <200507080140.j681ejTL025121@www.freebsd.org> Date: Fri, 8 Jul 2005 01:40:45 GMT From: Den Ivanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/83121: wrong SACK statistic in netstat -s X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 01:50:13 -0000 >Number: 83121 >Category: kern >Synopsis: wrong SACK statistic in netstat -s >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 01:50:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Den Ivanov >Release: FreeBSD 5.4-STABLE >Organization: Vladnet >Environment: FreeBSD web2.vladnet.ru 5.4-STABLE FreeBSD 5.4-STABLE #8: Fri Apr 8 20:32:29 GMT 2005 div@web2.vladnet.ru:/var/cvsup/src/STABLE_5/obj/var/cvsup/src/STABLE_5/src/sys/WEB i386 >Description: This is Dual Xeon machine with 4G of memory, SACK disabled (net.inet.tcp.sack.enable: 0) but netstat -s say: ------------ 0 SACK recovery episodes 0 segment rexmits in SACK recovery episodes 0 byte rexmits in SACK recovery episodes 0 SACK options (SACK blocks) received 0 SACK options (SACK blocks) sent 3217025016 SACK scoreboard overflow ------------ >How-To-Repeat: try "netstat -s" >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 02:32:05 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E5816A41F for ; Fri, 8 Jul 2005 02:32:05 +0000 (GMT) (envelope-from snailboy1@yahoo.com) Received: from web53910.mail.yahoo.com (web53910.mail.yahoo.com [206.190.36.220]) by mx1.FreeBSD.org (Postfix) with SMTP id D674E43D45 for ; Fri, 8 Jul 2005 02:32:04 +0000 (GMT) (envelope-from snailboy1@yahoo.com) Received: (qmail 40848 invoked by uid 60001); 8 Jul 2005 02:32:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=NHs1cWYLpZFcs38J7H5WTnxVL44/YeYn4eYGpteNxSZ2IOyEwLfcrDJbssX7d0HUQpU17OC0YSqAHS/Sk/MM1oQm0LbrnkNHjNKgPzH0mLtN9PcveMmmO9kkp2Fgrk7mhQnXzia8MoD0IxwqJpXvtbiWzlcLdPHj+eo8sZ0vpd0= ; Message-ID: <20050708023204.40846.qmail@web53910.mail.yahoo.com> Received: from [72.16.58.178] by web53910.mail.yahoo.com via HTTP; Thu, 07 Jul 2005 19:32:03 PDT Date: Thu, 7 Jul 2005 19:32:03 -0700 (PDT) From: David LeCount To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: i386/73673 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 02:32:05 -0000 ifconfig tun0 destroy report: ifconfig: SIOCIFDESTROY: Invalid argument I request that this bug be moved from non-serious to serious. The only way to clear tun0 is to start ppp and then kill it which makes using ipv6-over-udp (and probably other protocols) a severe pain, limiting functionality. __________________________________ Discover Yahoo! Get on-the-go sports scores, stock quotes, news and more. Check it out! http://discover.yahoo.com/mobile.html From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 03:11:23 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B63BD16A41C; Fri, 8 Jul 2005 03:11:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F2E843D46; Fri, 8 Jul 2005 03:11:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j683BNUX079479; Fri, 8 Jul 2005 03:11:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j683BNNO079475; Fri, 8 Jul 2005 03:11:23 GMT (envelope-from linimon) Date: Fri, 8 Jul 2005 03:11:23 GMT From: Mark Linimon Message-Id: <200507080311.j683BNNO079475@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/73673: ifconfig tun0 destroy report: ifconfig: SIOCIFDESTROY: Invalid argument X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 03:11:23 -0000 Synopsis: ifconfig tun0 destroy report: ifconfig: SIOCIFDESTROY: Invalid argument Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 8 03:11:03 GMT 2005 Responsible-Changed-Why: This does not sound i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=73673 From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 04:44:32 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32D8B16A41C; Fri, 8 Jul 2005 04:44:32 +0000 (GMT) (envelope-from dyw@wyk69.org) Received: from wyk69.org (www.wyk69.org [202.71.28.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 521A743D48; Fri, 8 Jul 2005 04:44:31 +0000 (GMT) (envelope-from dyw@wyk69.org) Received: from wyk69.org (localhost.wyk69.org [127.0.0.1]) by wyk69.org (8.13.3/8.13.3) with ESMTP id j684iRGr094714; Fri, 8 Jul 2005 12:44:27 +0800 (HKT) (envelope-from dyw@wyk69.org) Received: from localhost (dyw@localhost) by wyk69.org (8.13.3/8.13.3/Submit) with ESMTP id j684iQCG094711; Fri, 8 Jul 2005 12:44:27 +0800 (HKT) (envelope-from dyw@wyk69.org) Date: Fri, 8 Jul 2005 12:44:26 +0800 (HKT) From: David WU To: Kris Kennaway In-Reply-To: <200502190249.j1J2n1fQ079861@freefall.freebsd.org> Message-ID: <20050708124155.X94695@wyk69.org> References: <200502190249.j1J2n1fQ079861@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/77680: Too many files in a single directory slowing and then crashing the system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 04:44:32 -0000 On Sat, 19 Feb 2005, Kris Kennaway wrote: > Synopsis: Too many files in a single directory slowing and then crashing the system > > State-Changed-From-To: open->feedback > State-Changed-By: kris > State-Changed-When: Sat Feb 19 02:48:45 GMT 2005 > State-Changed-Why: > Feedback requested Was not able to duplicate the problem. The problem was probably resolved occurred. Suggest closure of this "bug". Thanks. Best David From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 04:56:45 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D0BB16A41F; Fri, 8 Jul 2005 04:56:45 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1359643D46; Fri, 8 Jul 2005 04:56:45 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j684uiFj092768; Fri, 8 Jul 2005 04:56:44 GMT (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j684uicM092764; Fri, 8 Jul 2005 04:56:44 GMT (envelope-from kris) Date: Fri, 8 Jul 2005 04:56:44 GMT From: Kris Kennaway Message-Id: <200507080456.j684uicM092764@freefall.freebsd.org> To: dyw@wyk69.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/77680: Too many files in a single directory slowing and then crashing the system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 04:56:45 -0000 Synopsis: Too many files in a single directory slowing and then crashing the system State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Fri Jul 8 04:56:24 GMT 2005 State-Changed-Why: Submitter no longer able to reproduce http://www.freebsd.org/cgi/query-pr.cgi?pr=77680 From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 08:20:01 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED8DC16A41C for ; Fri, 8 Jul 2005 08:20:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA2143D48 for ; Fri, 8 Jul 2005 08:20:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j688K0uZ052898 for ; Fri, 8 Jul 2005 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j688K077052897; Fri, 8 Jul 2005 08:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2005 08:20:00 GMT Resent-Message-Id: <200507080820.j688K077052897@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ATILIM BOY Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B32416A41C for ; Fri, 8 Jul 2005 08:13:12 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B7643D53 for ; Fri, 8 Jul 2005 08:13:12 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j688DCOO068111 for ; Fri, 8 Jul 2005 08:13:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j688DCus068107; Fri, 8 Jul 2005 08:13:12 GMT (envelope-from nobody) Message-Id: <200507080813.j688DCus068107@www.freebsd.org> Date: Fri, 8 Jul 2005 08:13:12 GMT From: ATILIM BOY To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/83130: Vpopmail installation on ports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 08:20:02 -0000 >Number: 83130 >Category: misc >Synopsis: Vpopmail installation on ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 08:20:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: ATILIM BOY >Release: 5.4 >Organization: www.EnderUNIX.org >Environment: FreeBSD fw.teknetwork.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun Jun 26 20:29:37 EEST 2005 root@fw.fooo.net:/usr/src/sys/i386/compile/aboy-20050610 i386 >Description: When installing vpopmail on ports, as configuration below; make PREFIX=/mail WITH_CLEAR_PASSWD=yes WITH_MYSQL=yes LOGLEVEL=y WITH_MYSQL_PASSWD=2342343 WITH_MYSQL_USER=vpopmail WITH_MYSQL_LIMITS=yes WITH_DOMAIN_QUOTAS=yes (also PREFIX line is uncommented in Makefile with...) error ocurred and messages are : /usr/sbin/chown -R vpopmail:vchkpw /mail/vpopmail/bin/ /mail/vpopmail/etc/ chown: /mail/vpopmail/bin/: No such file or directory *** Error code 1 Beacause 'bin' dir installed to "/mail/vpopmail/vpopmail/bin" directory. Also head of configuration output is : vpopmail 5.4.10 Current settings --------------------------------------- vpopmail directory = /mail/vpopmail/vpopmail uid = 89 gid = 89 roaming users = ON --enable-roaming-users tcpserver file = /mail/vpopmail/etc/tcp.smtp open_smtp file = /mail/vpopmail/vpopmail/etc/open-smtp In the "/usr/ports/mail/vpopmail/work/vpopmail-5.4.10/Makefile" file, 'vpopmaildir' variable is assigned to "/mail/vpopmail/vpopmail". it must be "/mail/vpopmail/".. Not: Ports updated yesterday.. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 09:00:42 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9191316A41C for ; Fri, 8 Jul 2005 09:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6805D43D46 for ; Fri, 8 Jul 2005 09:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6890goN054666 for ; Fri, 8 Jul 2005 09:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6890ggr054664; Fri, 8 Jul 2005 09:00:42 GMT (envelope-from gnats) Date: Fri, 8 Jul 2005 09:00:42 GMT Message-Id: <200507080900.j6890ggr054664@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: ATILIM BOY Cc: Subject: misc/83130: Vpopmail installation on ports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ATILIM BOY List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 09:00:42 -0000 The following reply was made to PR misc/83130; it has been noted by GNATS. From: ATILIM BOY To: bug-followup@FreeBSD.org Cc: Subject: misc/83130: Vpopmail installation on ports Date: Fri, 08 Jul 2005 11:57:41 +0300 Hi, I submitted a bug about "installing vpopmail on ports" (misc/83130) http://www.freebsd.org/cgi/query-pr.cgi?pr=83130 Sory for bug-report, beacause the vpopmail package also have this problem that I downloaded from http://www.inter7.com/?page=vpopmail.. But no problem when install.. ./configure --program-prefix=/mail --enable-auth-module=mysql --enable-logging=y --enable-mysql-limits --enable-domainquotas vpopmail 5.4.10 Current settings --------------------------------------- vpopmail directory = /mail/vpopmail/vpopmail make install : ls -l /mail/vpopmail/vpopmail/ total 12 drwxr-xr-x 2 vpopmail vchkpw 1024 Jul 8 19:59 bin drwxr-xr-x 4 vpopmail vchkpw 512 Jul 8 19:59 doc drwx------ 2 vpopmail vchkpw 512 Jul 8 19:59 domains drwxr-xr-x 2 vpopmail vchkpw 512 Jul 8 19:59 etc drwxr-xr-x 2 vpopmail vchkpw 512 Jul 8 19:59 include drwxr-xr-x 2 vpopmail vchkpw 512 Jul 8 19:59 lib -- ATILIM BOY From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 14:10:15 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DB416A41F for ; Fri, 8 Jul 2005 14:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE9B43D58 for ; Fri, 8 Jul 2005 14:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j68EAFQI092805 for ; Fri, 8 Jul 2005 14:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j68EAEQI092804; Fri, 8 Jul 2005 14:10:14 GMT (envelope-from gnats) Date: Fri, 8 Jul 2005 14:10:14 GMT Message-Id: <200507081410.j68EAEQI092804@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Yuriy N. Shkandybin" Cc: Subject: Re: kern/83011: nge vlans broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Yuriy N. Shkandybin" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 14:10:16 -0000 The following reply was made to PR kern/83011; it has been noted by GNATS. From: "Yuriy N. Shkandybin" To: , "Yuriy N. Shkandybin" Cc: Subject: Re: kern/83011: nge vlans broken Date: Fri, 8 Jul 2005 17:58:58 +0400 I've invistigated that m_head mbuf doesn't have M_VLANTAG when performing VLAN_OUTPUT() next diff for /usr/src/sys/net/if_vlan_var.h make it work: --- 1.h Fri Jul 8 17:34:31 2005 +++ if_vlan_var.h Fri Jul 8 17:35:53 2005 @@ -111,7 +111,7 @@ } while (0) #define VLAN_OUTPUT_TAG(_ifp, _m) \ - ((_m)->m_flags & M_VLANTAG ? \ + ((_ifp)->if_nvlans != 0 ? \ m_tag_locate((_m), MTAG_VLAN, MTAG_VLAN_TAG, NULL) : NULL) #define VLAN_TAG_VALUE(_mt) (*(u_int *)((_mt)+1)) #endif /* _KERNEL */ Actually this is partial backout ru@ commit http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/net/if_vlan_var.h.diff?r1=1.20&r2=1.21&f=h Since it's not adressed to if_nge itself, so it's possible same problems for another interfaces. Jura From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 14:45:06 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 944A216A41F; Fri, 8 Jul 2005 14:45:06 +0000 (GMT) (envelope-from gamato@pobox.sk) Received: from mail.pipni.cz (mail.pipni.cz [195.39.35.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E60443D46; Fri, 8 Jul 2005 14:45:05 +0000 (GMT) (envelope-from gamato@pobox.sk) Received: from [195.39.35.29] (port=56743 helo=gamato.org) id 1Dqu6B-0005cE-96; Fri, 08 Jul 2005 16:45:03 +0200 From: "mato" To: Murray Stokely ,freebsd-bugs@FreeBSD.org Date: Fri, 8 Jul 2005 16:45:03 +0200 Message-Id: <20050708143704.M36651@pobox.sk> In-Reply-To: <200503190228.j2J2SxX6053802@freefall.freebsd.org> References: <200503190228.j2J2SxX6053802@freefall.freebsd.org> X-Mailer: Open WebMail 2.51 20050228 X-OriginatingIP: 84.42.170.5 (m@gamato.org) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Cc: Subject: Re: misc/78701: sysinstall - system console keymap - sk.iso2 missing X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 14:45:06 -0000 Hi, I installed FreeBSD 5.4-R to a friend of mine last weekend and so I remembered this issue. What happened was this: - I chose slovak keymap - sysinstall(8) reported an error (sorry, I can't recollect what it said) - despite the error message, the keymap was set correctly in rc.conf Funny, isn't it? And that's all. Regards, Martin On Sat, 19 Mar 2005 02:28:59 GMT, Murray Stokely wrote > Synopsis: sysinstall - system console keymap - sk.iso2 missing > > State-Changed-From-To: open->patched > State-Changed-By: murray > State-Changed-When: Sat Mar 19 02:28:10 GMT 2005 > State-Changed-Why: > Thanks for the submission. I've added both the Slovak and Central > European keymaps to sysinstall. I will merge them to RELENG_5 in 1 > week so they should be in FreeBSD 5.4. > > Responsible-Changed-From-To: freebsd-bugs->murray > Responsible-Changed-By: murray > Responsible-Changed-When: Sat Mar 19 02:28:10 GMT 2005 > Responsible-Changed-Why: > My MFC reminder. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=78701 > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 20:07:21 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80EB16A41C; Fri, 8 Jul 2005 20:07:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F9DA43D46; Fri, 8 Jul 2005 20:07:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j68K7LB2038323; Fri, 8 Jul 2005 20:07:21 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j68K7LAt038319; Fri, 8 Jul 2005 20:07:21 GMT (envelope-from linimon) Date: Fri, 8 Jul 2005 20:07:21 GMT From: Mark Linimon Message-Id: <200507082007.j68K7LAt038319@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, roam@FreeBSD.org Cc: Subject: Re: ports/83130: mail/vpopmail installation problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 20:07:22 -0000 Old Synopsis: Vpopmail installation on ports New Synopsis: mail/vpopmail installation problem Responsible-Changed-From-To: freebsd-bugs->roam Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 8 20:06:03 GMT 2005 Responsible-Changed-Why: Make this a ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=83130 From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 8 23:10:17 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03C716A41C for ; Fri, 8 Jul 2005 23:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B23043D46 for ; Fri, 8 Jul 2005 23:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j68NAG6K064344 for ; Fri, 8 Jul 2005 23:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j68NAGQc064343; Fri, 8 Jul 2005 23:10:16 GMT (envelope-from gnats) Resent-Date: Fri, 8 Jul 2005 23:10:16 GMT Resent-Message-Id: <200507082310.j68NAGQc064343@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Lukes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5CD816A41C for ; Fri, 8 Jul 2005 23:06:17 +0000 (GMT) (envelope-from dan@kulesh.obluda.cz) Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63DC43D45 for ; Fri, 8 Jul 2005 23:06:15 +0000 (GMT) (envelope-from dan@kulesh.obluda.cz) Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1]) by kulesh.obluda.cz (8.13.3/8.13.3) with ESMTP id j68N6CO0092940 for ; Sat, 9 Jul 2005 01:06:12 +0200 (CEST) (envelope-from dan@kulesh.obluda.cz) Received: (from root@localhost) by kulesh.obluda.cz (8.13.3/8.13.1/Submit) id j68N6Bfv092939; Sat, 9 Jul 2005 01:06:11 +0200 (CEST) (envelope-from dan) Message-Id: <200507082306.j68N6Bfv092939@kulesh.obluda.cz> Date: Sat, 9 Jul 2005 01:06:11 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/83170: [ PATCH ] Allow 'install' to compare files by mtime instead of content X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 23:10:17 -0000 >Number: 83170 >Category: bin >Synopsis: [ PATCH ] Allow 'install' to compare files by mtime instead of content >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 23:10:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 5.4-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD 5.4-STABLE #6: Mon Jul 4 04:55:52 CEST 2005 i386 usr.bin/xinstall/xinstall.c,v 1.65 2004/03/17 11:06:40 >Description: Imagine large number of similar computers (for example border routers of company branches, workstations within computer lab or so). The compile options used during 'buildworld' are identical for all computers within such group. When SA issued and OS patched, we should update source tree on all machines then 'buildworld'/'installworld'. It's time expensive. The other way is 'buildworld' on the selected machine, export /usr/src & /usr/obj via NFS, mount'em on other computers then do 'installworld'. The standard install transfer every file despite only few files has been changed (assuming use of -DNOCLEAN during 'buildworld'). Unnecesarry transfers of large amount of data may disturb during updates of remote computers connected via slow links. Even on fast network the reading of large amount of data can be time consuming. -C option of current 'install' didn't help - the source file is transfered during comparsion. I would like to suggest to create option '-q' (quick) which allow user to modify the comparsion alghoritm. It skip comparsion of content of files but use modification time of files instead. It may substantially reduce the amount of transferred data and transfer time during such update. It's usefull when mtime on destination files follows the mtime on sources only - so '-q' imply '-p' ('-p' imply '-C' already). >How-To-Repeat: N/A >Fix: I suggest to add '-q' option modifying compare alghoritm when used. The most changes are related to compare(). The 'struct stat' of both files are passed to it so mtimes are avaiable to function if necesarry (current code pass st_size only to it). The patch of manual page should be reviewed by someone who speak english better than me. --- xinstall.patch begins here --- --- usr.bin/xinstall/xinstall.c.ORIG Fri Jul 8 19:54:34 2005 +++ usr.bin/xinstall/xinstall.c Fri Jul 8 22:29:32 2005 @@ -82,12 +82,13 @@ struct group *gp; gid_t gid; uid_t uid; -int dobackup, docompare, dodir, dopreserve, dostrip, nommap, safecopy, verbose; +int dobackup, docompare, dodir, dopreserve, dostrip, nommap, quickcompare, + safecopy, verbose; mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; const char *suffix = BACKUP_SUFFIX; void copy(int, const char *, int, const char *, off_t); -int compare(int, const char *, size_t, int, const char *, size_t); +int compare(int, const char *, struct stat *, int, const char *, struct stat *); int create_newfile(const char *, int, struct stat *); int create_tempfile(const char *, char *, size_t); void install(const char *, const char *, u_long, u_int); @@ -110,7 +111,7 @@ iflags = 0; group = owner = NULL; - while ((ch = getopt(argc, argv, "B:bCcdf:g:Mm:o:pSsv")) != -1) + while ((ch = getopt(argc, argv, "B:bCcdf:g:Mm:o:pqSsv")) != -1) switch((char)ch) { case 'B': suffix = optarg; @@ -152,6 +153,9 @@ case 'p': docompare = dopreserve = 1; break; + case 'q': + quickcompare = docompare = dopreserve = 1; + break; case 'S': safecopy = 1; break; @@ -270,6 +274,7 @@ char backup[MAXPATHLEN], *p, pathbuf[MAXPATHLEN], tempfile[MAXPATHLEN]; files_match = 0; + from_fd=-1; /* If try to install NULL file to a directory, fails. */ if (flags & DIRECTORY || strcmp(from_name, _PATH_DEVNULL)) { @@ -314,8 +319,7 @@ files_match = to_sb.st_size == 0; else files_match = !(compare(from_fd, from_name, - (size_t)from_sb.st_size, to_fd, - to_name, (size_t)to_sb.st_size)); + &from_sb, to_fd, to_name, &to_sb)); /* Close "to" file unless we match. */ if (!files_match) @@ -371,8 +375,11 @@ err(EX_OSERR, "%s", tempfile); } - if (compare(temp_fd, tempfile, (size_t)temp_sb.st_size, to_fd, - to_name, (size_t)to_sb.st_size) == 0) { + /* Use mtime of original file during quick comparsion */ + temp_sb.st_mtime = to_sb.st_mtime; + + if (compare(temp_fd, tempfile, &temp_sb, to_fd, + to_name, &to_sb) == 0) { /* * If target has more than one link we need to * replace it in order to snap the extra links. @@ -513,61 +520,64 @@ * compare two files; non-zero means files differ */ int -compare(int from_fd, const char *from_name __unused, size_t from_len, - int to_fd, const char *to_name __unused, size_t to_len) +compare(int from_fd, const char *from_name __unused, struct stat *from_sb, + int to_fd, const char *to_name __unused, struct stat *to_sb) { - char *p, *q; int rv; - int done_compare; - rv = 0; - if (from_len != to_len) + if (from_sb->st_size != to_sb->st_size) return 1; - if (from_len <= MAX_CMP_SIZE) { - done_compare = 0; - if (trymmap(from_fd) && trymmap(to_fd)) { - p = mmap(NULL, from_len, PROT_READ, MAP_SHARED, from_fd, (off_t)0); - if (p == (char *)MAP_FAILED) - goto out; - q = mmap(NULL, from_len, PROT_READ, MAP_SHARED, to_fd, (off_t)0); - if (q == (char *)MAP_FAILED) { - munmap(p, from_len); - goto out; - } + if (quickcompare == 1) + return (from_sb->st_mtime != to_sb->st_mtime); + + if (from_sb->st_size > MAX_CMP_SIZE) + return 1; - rv = memcmp(p, q, from_len); - munmap(p, from_len); - munmap(q, from_len); - done_compare = 1; - } - out: - if (!done_compare) { - char buf1[MAXBSIZE]; - char buf2[MAXBSIZE]; - int n1, n2; - - rv = 0; - lseek(from_fd, 0, SEEK_SET); - lseek(to_fd, 0, SEEK_SET); - while (rv == 0) { - n1 = read(from_fd, buf1, sizeof(buf1)); - if (n1 == 0) - break; /* EOF */ - else if (n1 > 0) { - n2 = read(to_fd, buf2, n1); - if (n2 == n1) - rv = memcmp(buf1, buf2, n1); - else - rv = 1; /* out of sync */ - } else - rv = 1; /* read failure */ - } - lseek(from_fd, 0, SEEK_SET); - lseek(to_fd, 0, SEEK_SET); + if (trymmap(from_fd) && trymmap(to_fd)) { + char *p, *q; + + p = mmap(NULL, from_sb->st_size, PROT_READ, MAP_SHARED, from_fd, (off_t)0); + if (p == (char *)MAP_FAILED) + goto out; + q = mmap(NULL, from_sb->st_size, PROT_READ, MAP_SHARED, to_fd, (off_t)0); + if (q == (char *)MAP_FAILED) { + munmap(p, from_sb->st_size); + goto out; + } + + rv = memcmp(p, q, from_sb->st_size); + munmap(p, from_sb->st_size); + munmap(q, from_sb->st_size); + return rv; + } + + /* mmap disabled or failed - fallback to I/O mode */ +out: + { + char buf1[MAXBSIZE]; + char buf2[MAXBSIZE]; + int n1, n2; + + rv = 0; + lseek(from_fd, 0, SEEK_SET); + lseek(to_fd, 0, SEEK_SET); + while (rv == 0) { + n1 = read(from_fd, buf1, sizeof(buf1)); + if (n1 == 0) + break; /* EOF */ + else if (n1 > 0) { + n2 = read(to_fd, buf2, n1); + if (n2 == n1) + rv = memcmp(buf1, buf2, n1); + else + rv = 1; /* out of sync */ + } else + rv = 1; /* read failure */ } - } else - rv = 1; /* don't bother in this case */ + lseek(from_fd, 0, SEEK_SET); + lseek(to_fd, 0, SEEK_SET); + } return rv; } @@ -762,9 +772,9 @@ usage() { (void)fprintf(stderr, -"usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]\n" +"usage: install [-bCcpqSsv] [-B suffix] [-f flags] [-g group] [-m mode]\n" " [-o owner] file1 file2\n" -" install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]\n" +" install [-bCcpqSsv] [-B suffix] [-f flags] [-g group] [-m mode]\n" " [-o owner] file1 ... fileN directory\n" " install -d [-v] [-g group] [-m mode] [-o owner] directory ...\n"); exit(EX_USAGE); --- usr.bin/xinstall/install.1.ORIG Sun Aug 8 21:13:08 2004 +++ usr.bin/xinstall/install.1 Fri Jul 8 22:32:09 2005 @@ -40,7 +40,7 @@ .Nd install binaries .Sh SYNOPSIS .Nm -.Op Fl bCcMpSsv +.Op Fl bCcMpqSsv .Op Fl B Ar suffix .Op Fl f Ar flags .Op Fl g Ar group @@ -48,7 +48,7 @@ .Op Fl o Ar owner .Ar file1 file2 .Nm -.Op Fl bCcMpSsv +.Op Fl bCcMpqSsv .Op Fl B Ar suffix .Op Fl f Ar flags .Op Fl g Ar group @@ -138,6 +138,20 @@ (compare and copy) option is specified, except if the target file doesn't already exist or is different, then preserve the access and modification times of the source file. +.It Fl q +Do quick comparsion. +Normally, files are considered identical when size and content of files +match. +During quick comparsion, the files are considered identical when size and +mtime match. +It may be usefull during updates of large software packages where the only +few files has been changed between versions. Especially when source or +destination is remote filesystem on computer connected via slow link. +The +.Fl q +imply +.Fl p +. .It Fl S Safe copy. Normally, --- xinstall.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 9 15:00:36 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 567D616A41C for ; Sat, 9 Jul 2005 15:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC5643D53 for ; Sat, 9 Jul 2005 15:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j69F0Z3C007653 for ; Sat, 9 Jul 2005 15:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j69F0ZC1007651; Sat, 9 Jul 2005 15:00:35 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2005 15:00:35 GMT Resent-Message-Id: <200507091500.j69F0ZC1007651@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9183016A41C for ; Sat, 9 Jul 2005 14:54:04 +0000 (GMT) (envelope-from matuska@wall2.zoznam.sk) Received: from wall2.zoznam.sk (wall2.zoznam.sk [62.65.179.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 049B243D45 for ; Sat, 9 Jul 2005 14:54:03 +0000 (GMT) (envelope-from matuska@wall2.zoznam.sk) Received: from wall2.zoznam.sk (localhost [127.0.0.1]) by wall2.zoznam.sk (8.13.3/8.13.3) with ESMTP id j69ErvKQ004786 for ; Sat, 9 Jul 2005 16:53:57 +0200 (CEST) (envelope-from matuska@wall2.zoznam.sk) Received: (from matuska@localhost) by wall2.zoznam.sk (8.13.3/8.13.3/Submit) id j69ErvXN004785; Sat, 9 Jul 2005 16:53:57 +0200 (CEST) (envelope-from matuska) Message-Id: <200507091453.j69ErvXN004785@wall2.zoznam.sk> Date: Sat, 9 Jul 2005 16:53:57 +0200 (CEST) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/83186: pfsync in RELENG_5 does not work correctly with nat rules X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Matuska List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 15:00:36 -0000 >Number: 83186 >Category: kern >Synopsis: pfsync in RELENG_5 does not work correctly with nat rules >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: Sat Jul 09 15:00:34 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 5-STABLE i386 >Organization: >Environment: >Description: pfsync in RELENG_5 does not work correcly with nat and anchor rules Comments from OpenBSD cvslog for src/sys/net/if_pfsync.c 1.38: Clean up reference counting wrt state creation and destruction. Fixes problems with adaptive timeouts, max-states limits, and rules not being freed from memory. Diff from Chris Pascoe. ok henning@ dhartmei@ Comments from OpenBSD cvslog for src/sys/net/if_pfsync.c 1.37: Increment the states reference counter in the rule attached to the state being inserted, so that the counter does not wrap back when the state is removed. This fixes pfsync setups with adaptive timeouts. >From Chris Pascoe ok canacar@ dhartmei@ henning@ deraadt@ >How-To-Repeat: >Fix: fixed in OpenBSD: src/sys/net/if_pfsync.c rev. 1.37 and 1.38 already included in HEAD please MFC to RELENG_5 the following patches from HEAD: --- src/sys/contrib/pf/net/if_pfsync.c.orig Sat Jul 9 15:31:31 2005 +++ src/sys/contrib/pf/net/if_pfsync.c Sat Jul 9 15:56:51 2005 @@ -336,6 +336,9 @@ st->rule.ptr = r; /* XXX get pointers to nat_rule and anchor */ + /* XXX when we have nat_rule/anchors, use STATE_INC_COUNTERS */ + r->states++; + /* fill in the rest of the state entry */ pf_state_host_ntoh(&sp->lan, &st->lan); pf_state_host_ntoh(&sp->gwy, &st->gwy); @@ -367,6 +370,8 @@ if (pf_insert_state(kif, st)) { pfi_maybe_destroy(kif); + /* XXX when we have nat_rule/anchors, use STATE_DEC_COUNTERS */ + r->states--; pool_put(&pf_state_pl, st); return (EINVAL); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 9 15:00:36 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A4F16A41C for ; Sat, 9 Jul 2005 15:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B98E143D4C for ; Sat, 9 Jul 2005 15:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j69F0ZVI007670 for ; Sat, 9 Jul 2005 15:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j69F0Zdh007669; Sat, 9 Jul 2005 15:00:35 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2005 15:00:35 GMT Resent-Message-Id: <200507091500.j69F0Zdh007669@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C1F16A41F for ; Sat, 9 Jul 2005 14:54:15 +0000 (GMT) (envelope-from matuska@wall2.zoznam.sk) Received: from wall2.zoznam.sk (wall2.zoznam.sk [62.65.179.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0208C43D46 for ; Sat, 9 Jul 2005 14:54:14 +0000 (GMT) (envelope-from matuska@wall2.zoznam.sk) Received: from wall2.zoznam.sk (localhost [127.0.0.1]) by wall2.zoznam.sk (8.13.3/8.13.3) with ESMTP id j69EsEQw005027 for ; Sat, 9 Jul 2005 16:54:14 +0200 (CEST) (envelope-from matuska@wall2.zoznam.sk) Received: (from matuska@localhost) by wall2.zoznam.sk (8.13.3/8.13.3/Submit) id j69EsETg005022; Sat, 9 Jul 2005 16:54:14 +0200 (CEST) (envelope-from matuska) Message-Id: <200507091454.j69EsETg005022@wall2.zoznam.sk> Date: Sat, 9 Jul 2005 16:54:14 +0200 (CEST) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/83187: MFC suggestion for if_pfsync.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Matuska List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 15:00:36 -0000 >Number: 83187 >Category: kern >Synopsis: MFC suggestion for if_pfsync.c >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: Sat Jul 09 15:00:35 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 5-STABLE i386 >Organization: >Environment: >Description: I suggest MFCing the patch in OpenBSD: src/sys/net/if_pfsync.c rev. 1.41 to RELENG_5 (already included in HEAD) Comments from OpenBSD cvslog for src/sys/net/if_pfsync.c 1.41: Set creation timestamps correctly on states learnt by pfsync that are more than a second old. >How-To-Repeat: >Fix: fixed in OpenBSD: src/sys/net/if_pfsync.c rev. 1.41 already included in HEAD please MFC to RELENG_5 the following patches from HEAD: --- src/sys/contrib/pf/net/if_pfsync.c.orig Sat Jul 9 15:31:31 2005 +++ src/sys/contrib/pf/net/if_pfsync.c Sat Jul 9 15:56:51 2005 @@ -346,7 +349,7 @@ bcopy(&sp->rt_addr, &st->rt_addr, sizeof(st->rt_addr)); #ifdef __FreeBSD__ - st->creation = ntohl(sp->creation) + time_second; + st->creation = time_second - ntohl(sp->creation); st->expire = ntohl(sp->expire) + time_second; #else st->creation = ntohl(sp->creation) + time.tv_sec; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 9 16:30:18 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8184A16A41C for ; Sat, 9 Jul 2005 16:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D123143D46 for ; Sat, 9 Jul 2005 16:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j69GUHdl019034 for ; Sat, 9 Jul 2005 16:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j69GUHlX019033; Sat, 9 Jul 2005 16:30:17 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2005 16:30:17 GMT Resent-Message-Id: <200507091630.j69GUHlX019033@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Maciej Zawadzinski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 884C016A41C for ; Sat, 9 Jul 2005 16:28:07 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6142643D46 for ; Sat, 9 Jul 2005 16:28:07 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j69GS7LC070294 for ; Sat, 9 Jul 2005 16:28:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j69GS7rD070292; Sat, 9 Jul 2005 16:28:07 GMT (envelope-from nobody) Message-Id: <200507091628.j69GS7rD070292@www.freebsd.org> Date: Sat, 9 Jul 2005 16:28:07 GMT From: Maciej Zawadzinski To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: kern/83192: X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 16:30:18 -0000 >Number: 83192 >Category: kern >Synopsis: >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 09 16:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Maciej Zawadzinski >Release: 5.4 >Organization: >Environment: FreeBSD x86.one.pl 5.4-STABLE FreeBSD 5.4-STABLE #14: Sat Jul 8 00:50:14 CEST 2005 mauser@x86.one.pl:/usr/obj/usr/src/sys/BETA i386 >Description: n/a, patch attached >How-To-Repeat: Set RLIMIT_CPU for the process, measure cpu time used and compare ;) >Fix: --- kern_synch.c.orig Fri Jul 8 22:07:20 2005 +++ kern_synch.c Fri Jul 8 22:07:47 2005 @@ -322,7 +322,7 @@ * over max, arrange to kill the process in ast(). */ if (p->p_cpulimit != RLIM_INFINITY && - p->p_runtime.sec > p->p_cpulimit) { + p->p_runtime.sec >= p->p_cpulimit) { p->p_sflag |= PS_XCPU; td->td_flags |= TDF_ASTPENDING; } >Release-Note: >Audit-Trail: >Unformatted: Kernel allows processes to run 1 second over the cpu time limit ( set by setrlimit(RLIMIT_CPU,..); ). X-Send-Pr-Version: www-2.3 Kernel allows processes to run 1 second over the cpu time limit ( set by setrlimit(RLIMIT_CPU,..); ). From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 9 17:30:22 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F37F16A41C for ; Sat, 9 Jul 2005 17:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3DA43D49 for ; Sat, 9 Jul 2005 17:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j69HULmh025564 for ; Sat, 9 Jul 2005 17:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j69HUL1m025563; Sat, 9 Jul 2005 17:30:21 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2005 17:30:21 GMT Resent-Message-Id: <200507091730.j69HUL1m025563@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mikhail Teterin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 131EF16A41C for ; Sat, 9 Jul 2005 17:22:32 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E2543D45 for ; Sat, 9 Jul 2005 17:22:31 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: (qmail 12840 invoked from network); 9 Jul 2005 17:22:30 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 9 Jul 2005 17:22:30 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j69HMJi6036711 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 9 Jul 2005 13:22:21 -0400 (EDT) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com (mi@localhost.video-collage.com [127.0.0.1]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j69HM91h072912 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 9 Jul 2005 13:22:14 -0400 (EDT) (envelope-from mi@corbulon.video-collage.com) Received: (from mi@localhost) by corbulon.video-collage.com (8.13.4/8.13.4/Submit) id j69HM9Re072911; Sat, 9 Jul 2005 13:22:09 -0400 (EDT) (envelope-from mi) Message-Id: <200507091722.j69HM9Re072911@corbulon.video-collage.com> Date: Sat, 9 Jul 2005 13:22:09 -0400 (EDT) From: Mikhail Teterin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/83195: nvi loses edited file on network disconnection X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 17:30:22 -0000 >Number: 83195 >Category: bin >Synopsis: nvi loses edited file on network disconnection >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 09 17:30:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.10-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: System: FreeBSD corbulon.video-collage.com 4.10-STABLE FreeBSD 4.10-STABLE #1: Sun Oct 24 01:01:39 EDT 2004 root@corbulon.video-collage.com:/maxtor/tmp/src/sys/compile/Corbulon i386 >Description: Here is, what just happened: 1) I logged in to a remote server over ssh; 2) I started editing a file (an e-mail reply using elm); 3) halfway through the Internet connection froze for 30 seconds, but (foolishly) continued to type; 4) impatient ssh broke the connection; 5) I re-logged in immediately, and found there being no vi process; 6) Unfortunately, `vi -r' does not list any files. Sometimes vi manages -- like when a file is still being edited at system shutdown, so, perhaps, it would not be that difficult to fix... >How-To-Repeat: See description. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 9 18:52:01 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E73EA16A41C; Sat, 9 Jul 2005 18:52:01 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4E8D43D4C; Sat, 9 Jul 2005 18:52:01 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j69Iq1dl042930; Sat, 9 Jul 2005 18:52:01 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j69Iq1hO042926; Sat, 9 Jul 2005 18:52:01 GMT (envelope-from simon) Date: Sat, 9 Jul 2005 18:52:01 GMT From: "Simon L. Nielsen" Message-Id: <200507091852.j69Iq1hO042926@freefall.freebsd.org> To: simon@FreeBSD.org, freebsd-bugs@FreeBSD.org, mlaier@FreeBSD.org Cc: Subject: Re: kern/83186: [patch] pfsync in RELENG_5 does not work correctly with nat rules X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 18:52:02 -0000 Synopsis: [patch] pfsync in RELENG_5 does not work correctly with nat rules Responsible-Changed-From-To: freebsd-bugs->mlaier Responsible-Changed-By: simon Responsible-Changed-When: Sat Jul 9 18:51:34 GMT 2005 Responsible-Changed-Why: Over to our pf maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=83186 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 9 18:52:29 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C91D16A41C; Sat, 9 Jul 2005 18:52:29 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2106543D45; Sat, 9 Jul 2005 18:52:29 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j69IqTut042978; Sat, 9 Jul 2005 18:52:29 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j69IqSAN042974; Sat, 9 Jul 2005 18:52:28 GMT (envelope-from simon) Date: Sat, 9 Jul 2005 18:52:28 GMT From: "Simon L. Nielsen" Message-Id: <200507091852.j69IqSAN042974@freefall.freebsd.org> To: simon@FreeBSD.org, freebsd-bugs@FreeBSD.org, mlaier@FreeBSD.org Cc: Subject: Re: kern/83187: [patch] MFC suggestion for if_pfsync.c X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 18:52:29 -0000 Synopsis: [patch] MFC suggestion for if_pfsync.c Responsible-Changed-From-To: freebsd-bugs->mlaier Responsible-Changed-By: simon Responsible-Changed-When: Sat Jul 9 18:52:13 GMT 2005 Responsible-Changed-Why: Over to our pf maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=83187 From owner-freebsd-bugs@FreeBSD.ORG Sat Jul 9 20:00:41 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6308C16A432 for ; Sat, 9 Jul 2005 20:00:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 270C743D8C for ; Sat, 9 Jul 2005 20:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j69K0VMN049394 for ; Sat, 9 Jul 2005 20:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j69K0VOR049389; Sat, 9 Jul 2005 20:00:31 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2005 20:00:31 GMT Resent-Message-Id: <200507092000.j69K0VOR049389@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ingo Rohlfs Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBD6616A41C for ; Sat, 9 Jul 2005 19:56:46 +0000 (GMT) (envelope-from ingo@dr-rohlfs.de) Received: from relay1.mail.vrmd.de (relay1.mail.vrmd.de [81.28.232.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64A9943D49 for ; Sat, 9 Jul 2005 19:56:46 +0000 (GMT) (envelope-from ingo@dr-rohlfs.de) Received: from [84.157.176.211] (helo=erko.rohlfs.local) by vm8.bln2.vrmd.de with asmtp (Exim 4.41) id 1DrLRM-00049c-4U; Sat, 09 Jul 2005 21:56:44 +0200 Received: from erko.rohlfs.local (localhost [127.0.0.1]) by erko.rohlfs.local (8.13.3/8.13.3) with ESMTP id j69JugDM059617; Sat, 9 Jul 2005 21:56:42 +0200 (CEST) (envelope-from ingo@erko.rohlfs.local) Received: (from ingo@localhost) by erko.rohlfs.local (8.13.3/8.13.3/Submit) id j69JufMJ059616; Sat, 9 Jul 2005 21:56:41 +0200 (CEST) (envelope-from ingo) Message-Id: <200507091956.j69JufMJ059616@erko.rohlfs.local> Date: Sat, 9 Jul 2005 21:56:41 +0200 (CEST) From: Ingo Rohlfs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ingo.rohlfs@gmx.de Subject: kern/83198: Missing option in template NOTES X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ingo Rohlfs List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 20:00:41 -0000 >Number: 83198 >Category: kern >Synopsis: Missing option in template NOTES >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 09 20:00:31 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ingo Rohlfs >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD erko.rohlfs.local 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Mon Jun 6 21:02:19 CEST 2005 root@erko.rohlfs.local:/usr/obj/usr/src/sys/ERKO i386 >Description: the important option NETGRAPH is missing in "documentation" >How-To-Repeat: compile isdn4bsd >Fix: --- NOTES.orig Sun May 1 07:38:13 2005 +++ NOTES Sat Jul 9 21:50:43 2005 @@ -950,6 +950,7 @@ device "i4bisppp" 4 # # B-channel interface to the netgraph subsystem +options NETGRAPH device "i4bing" 2 # # CAPI driver needed for active ISDN cards (see iavc driver above) >Release-Note: >Audit-Trail: >Unformatted: