From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 00:20:13 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B32B41065704 for ; Sun, 1 Apr 2012 00:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 71E058FC1E for ; Sun, 1 Apr 2012 00:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q310KC5J044609 for ; Sun, 1 Apr 2012 00:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q310KCIV044608; Sun, 1 Apr 2012 00:20:12 GMT (envelope-from gnats) Resent-Date: Sun, 1 Apr 2012 00:20:12 GMT Resent-Message-Id: <201204010020.q310KCIV044608@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, Gary Palmer Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D8C9106566B for ; Sun, 1 Apr 2012 00:14:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id ECA7D8FC0A for ; Sun, 1 Apr 2012 00:14:45 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q310EjFu031238 for ; Sun, 1 Apr 2012 00:14:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q310EjgF031237; Sun, 1 Apr 2012 00:14:45 GMT (envelope-from nobody) Message-Id: <201204010014.q310EjgF031237@red.freebsd.org> Date: Sun, 1 Apr 2012 00:14:45 GMT From: Gary Palmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/166548: Mismatch in ifdefs can cause problems for /sys/kern/sysv_shm.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: Sun, 01 Apr 2012 00:20:13 -0000 >Number: 166548 >Category: kern >Synopsis: Mismatch in ifdefs can cause problems for /sys/kern/sysv_shm.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 01 00:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gary Palmer >Release: FreeBSD 8.3-RC2 >Organization: >Environment: >Description: While upgrading an old 7.x kern config file to 8.x I stumbled across a problem where if you leave COMPAT_43 in your config file without one of COMPAT_FREEBSD4 through COMPAT_FREEBSD7 the compile breaks. The problem comes from /sys/sys/ipc.h where ipc_perm_old is only defined if one of #if defined(COMPAT_FREEBSD4) || defined(COMPAT_FREEBSD5) || \ defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD7) is true. However in /sys/kern/sysv_shm.c the code has #if defined(__i386__) && (defined(COMPAT_FREEBSD4) || defined(COMPAT_43)) struct oshmid_ds { struct ipc_perm_old shm_perm; /* operation perms */ So if you put COMPAT_43 in your config file and leave out one of the COMPAT_FREEBSD options ipc_perm_old isn't defined. It seems that COMPAT_43 should probably be added to the ifdef conditionals in /sys/sys/ipc.h >How-To-Repeat: Remove options COMPAT_FREEBSD4 options COMPAT_FREEBSD5 options COMPAT_FREEBSD6 options COMPAT_FREEBSD7 from a kernel config file on i386 but leave options COMPAT_43 in >Fix: Untested, but I suspect modifying the code at line 72 of /sys/sys/ipc.h would fix it. Something like: #if defined(COMPAT_FREEBSD4) || defined(COMPAT_FREEBSD5) || \ defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD7) || defined(COMPAT_43) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 02:00:25 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1C37106564A for ; Sun, 1 Apr 2012 02:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 68F778FC0C for ; Sun, 1 Apr 2012 02:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3120OjN037631 for ; Sun, 1 Apr 2012 02:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3120O1C037630; Sun, 1 Apr 2012 02:00:24 GMT (envelope-from gnats) Resent-Date: Sun, 1 Apr 2012 02:00:24 GMT Resent-Message-Id: <201204010200.q3120O1C037630@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, Joe Holden Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4E2E106564A for ; Sun, 1 Apr 2012 01:53:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D05578FC19 for ; Sun, 1 Apr 2012 01:53:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q311rEDR085555 for ; Sun, 1 Apr 2012 01:53:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q311rE1l085554; Sun, 1 Apr 2012 01:53:14 GMT (envelope-from nobody) Message-Id: <201204010153.q311rE1l085554@red.freebsd.org> Date: Sun, 1 Apr 2012 01:53:14 GMT From: Joe Holden To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/166549: Clock stops ticking in some cases with new timer framework in 9 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, 01 Apr 2012 02:00:25 -0000 >Number: 166549 >Category: misc >Synopsis: Clock stops ticking in some cases with new timer framework in 9 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 01 02:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Joe Holden >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD grace 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sun Feb 26 07:38:43 GMT 2012 root@grace:/usr/obj/usr/src/sys/GRACE i386 >Description: On a handful of machines I have had issues where the clock stops ticking, it's hard to judge when they stopped ticking as services don't seem to stop running, they just don't know the time has advanced which also obviously makes the output of 'date' static... Setting kern.eventtimer.periodic=1 "fixes" the problem and resumes the ticking. Seen on a variety of machines/virtual machines - ICH7/Celeron & VirtualBox, both 32 and 64bit >How-To-Repeat: Boot machine, wait for it to stop ticking :) >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 02:50:13 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48664106566C for ; Sun, 1 Apr 2012 02:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 05E0C8FC12 for ; Sun, 1 Apr 2012 02:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q312oCDf084147 for ; Sun, 1 Apr 2012 02:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q312oC85084146; Sun, 1 Apr 2012 02:50:12 GMT (envelope-from gnats) Resent-Date: Sun, 1 Apr 2012 02:50:12 GMT Resent-Message-Id: <201204010250.q312oC85084146@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, Masaki TAGAWA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 041B8106566C for ; Sun, 1 Apr 2012 02:46:43 +0000 (UTC) (envelope-from masaki@sakura.mochipon.com) Received: from sakura.mochipon.com (unknown [IPv6:2001:e41:db5e:ea20::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA428FC0A for ; Sun, 1 Apr 2012 02:46:42 +0000 (UTC) Received: from sakura.mochipon.com (localhost [127.0.0.1]) by sakura.mochipon.com (8.14.5/8.14.5) with ESMTP id q312kfpg012649 for ; Sun, 1 Apr 2012 11:46:41 +0900 (JST) (envelope-from masaki@sakura.mochipon.com) Received: (from masaki@localhost) by sakura.mochipon.com (8.14.5/8.14.5/Submit) id q312kaoZ012648; Sun, 1 Apr 2012 11:46:36 +0900 (JST) (envelope-from masaki) Message-Id: <201204010246.q312kaoZ012648@sakura.mochipon.com> Date: Sun, 1 Apr 2012 11:46:36 +0900 (JST) From: Masaki TAGAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/166550: [patch] Some log lines about arp do not include the new-line X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Masaki TAGAWA List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 02:50:13 -0000 >Number: 166550 >Category: kern >Synopsis: [patch] Some log lines about arp do not include the new-line >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 Apr 01 02:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Masaki TAGAWA >Release: FreeBSD 9.0-RELEASE amd64 >Organization: Kyushu Institute of Technology >Environment: System: FreeBSD sakura.mochipon.com 9.0-RELEASE FreeBSD 9.0-RELEASE #1: Sat Mar 31 12:00:48 JST 2012 root@sakura.mochipon.com:/usr/obj/usr/src/sys/SAKURA-VPS amd64 >Description: Some log lines about arp do not include the new-line. It is simple to add "\n". >How-To-Repeat: - Get those logs at syslog. >Fix: --- if_ether.patch begins here --- --- /usr/src/sys/netinet/if_ether.c.org 2012-01-03 12:26:27.000000000 +0900 +++ /usr/src/sys/netinet/if_ether.c 2012-04-01 11:32:52.393826736 +0900 @@ -543,7 +543,7 @@ } if (ETHER_IS_MULTICAST(ar_sha(ah))) { - log(LOG_ERR, "in_arp: source hardware address is multicast."); + log(LOG_ERR, "in_arp: source hardware address is multicast.\n"); return; } @@ -717,7 +717,7 @@ if (ifp->if_addrlen != ah->ar_hln) { LLE_WUNLOCK(la); log(LOG_WARNING, - "arp from %*D: addr len: new %d, i/f %d (ignored)", + "arp from %*D: addr len: new %d, i/f %d (ignored)\n", ifp->if_addrlen, (u_char *) ar_sha(ah), ":", ah->ar_hln, ifp->if_addrlen); goto drop; --- if_ether.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 07:40:46 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAAE61065674; Sun, 1 Apr 2012 07:40:46 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7E0A48FC15; Sun, 1 Apr 2012 07:40:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q317ekRd077400; Sun, 1 Apr 2012 07:40:46 GMT (envelope-from jh@freefall.freebsd.org) Received: (from jh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q317ekwf077379; Sun, 1 Apr 2012 07:40:46 GMT (envelope-from jh) Date: Sun, 1 Apr 2012 07:40:46 GMT Message-Id: <201204010740.q317ekwf077379@freefall.freebsd.org> To: dan.buckler@gmail.com, jh@FreeBSD.org, freebsd-bugs@FreeBSD.org From: jh@FreeBSD.org Cc: Subject: Re: kern/138622: [cam] CAMIOCOMMAND ioctl failed: Inappropriate ioctl for device 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, 01 Apr 2012 07:40:46 -0000 Synopsis: [cam] CAMIOCOMMAND ioctl failed: Inappropriate ioctl for device State-Changed-From-To: feedback->closed State-Changed-By: jh State-Changed-When: Sun Apr 1 07:40:45 UTC 2012 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=138622 From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 07:44:06 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDC6C106564A; Sun, 1 Apr 2012 07:44:06 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 91F4B8FC14; Sun, 1 Apr 2012 07:44:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q317i6P2085433; Sun, 1 Apr 2012 07:44:06 GMT (envelope-from jh@freefall.freebsd.org) Received: (from jh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q317i6m0085429; Sun, 1 Apr 2012 07:44:06 GMT (envelope-from jh) Date: Sun, 1 Apr 2012 07:44:06 GMT Message-Id: <201204010744.q317i6m0085429@freefall.freebsd.org> To: kes-kes@yandex.ru, jh@FreeBSD.org, freebsd-bugs@FreeBSD.org From: jh@FreeBSD.org Cc: Subject: Re: kern/163804: [request] with uname -a return also date of source tree update 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, 01 Apr 2012 07:44:06 -0000 Synopsis: [request] with uname -a return also date of source tree update State-Changed-From-To: feedback->closed State-Changed-By: jh State-Changed-When: Sun Apr 1 07:44:05 UTC 2012 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=163804 From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 07:44:26 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9D31106566C; Sun, 1 Apr 2012 07:44:26 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F07E8FC16; Sun, 1 Apr 2012 07:44:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q317iQp5085572; Sun, 1 Apr 2012 07:44:26 GMT (envelope-from jh@freefall.freebsd.org) Received: (from jh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q317iQLU085567; Sun, 1 Apr 2012 07:44:26 GMT (envelope-from jh) Date: Sun, 1 Apr 2012 07:44:26 GMT Message-Id: <201204010744.q317iQLU085567@freefall.freebsd.org> To: need4spam@bk.ru, jh@FreeBSD.org, freebsd-bugs@FreeBSD.org From: jh@FreeBSD.org Cc: Subject: Re: kern/137361: [panic] FreeBSD panics with random intervals 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, 01 Apr 2012 07:44:26 -0000 Synopsis: [panic] FreeBSD panics with random intervals State-Changed-From-To: feedback->closed State-Changed-By: jh State-Changed-When: Sun Apr 1 07:44:25 UTC 2012 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=137361 From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 07:46:34 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0225106564A; Sun, 1 Apr 2012 07:46:34 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 823378FC0C; Sun, 1 Apr 2012 07:46:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q317kYMj085984; Sun, 1 Apr 2012 07:46:34 GMT (envelope-from jh@freefall.freebsd.org) Received: (from jh@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q317kXF0085979; Sun, 1 Apr 2012 07:46:33 GMT (envelope-from jh) Date: Sun, 1 Apr 2012 07:46:33 GMT Message-Id: <201204010746.q317kXF0085979@freefall.freebsd.org> To: johan@artcraft.se, jh@FreeBSD.org, freebsd-bugs@FreeBSD.org From: jh@FreeBSD.org Cc: Subject: Re: kern/121337: [radeon] [panic] Kernel panic on 7.0-RELEASE using ati/radeon drivers (might apply to other drivers) [regression] 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, 01 Apr 2012 07:46:34 -0000 Synopsis: [radeon] [panic] Kernel panic on 7.0-RELEASE using ati/radeon drivers (might apply to other drivers) [regression] State-Changed-From-To: feedback->closed State-Changed-By: jh State-Changed-When: Sun Apr 1 07:46:33 UTC 2012 State-Changed-Why: Feedback timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=121337 From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 08:10:12 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A02D3106566B for ; Sun, 1 Apr 2012 08:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3168FC12 for ; Sun, 1 Apr 2012 08:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q318ACCW005703 for ; Sun, 1 Apr 2012 08:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q318AC4m005702; Sun, 1 Apr 2012 08:10:12 GMT (envelope-from gnats) Resent-Date: Sun, 1 Apr 2012 08:10:12 GMT Resent-Message-Id: <201204010810.q318AC4m005702@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, Yuri Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9D6B106564A for ; Sun, 1 Apr 2012 08:04:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF418FC08 for ; Sun, 1 Apr 2012 08:04:47 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3184lxp002215 for ; Sun, 1 Apr 2012 08:04:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q3184lW9002200; Sun, 1 Apr 2012 08:04:47 GMT (envelope-from nobody) Message-Id: <201204010804.q3184lW9002200@red.freebsd.org> Date: Sun, 1 Apr 2012 08:04:47 GMT From: Yuri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/166552: ipmi module doesn't create ipmi device 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, 01 Apr 2012 08:10:12 -0000 >Number: 166552 >Category: kern >Synopsis: ipmi module doesn't create ipmi device >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 Apr 01 08:10:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: 9.0 >Organization: n/a >Environment: >Description: Command 'kldload ipmi' causes the message in system log: ppc0: cannot reserve I/O port range It also fails to create the device /dev/ipmi Motherboard Asus P6T, Intel i7 CPU >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 09:30:13 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56D9B106566B for ; Sun, 1 Apr 2012 09:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 15E6D8FC26 for ; Sun, 1 Apr 2012 09:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q319UCEg080968 for ; Sun, 1 Apr 2012 09:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q319UCJt080967; Sun, 1 Apr 2012 09:30:12 GMT (envelope-from gnats) Resent-Date: Sun, 1 Apr 2012 09:30:12 GMT Resent-Message-Id: <201204010930.q319UCJt080967@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, Richard Kettlewell Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63BD7106564A for ; Sun, 1 Apr 2012 09:24:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2148FC15 for ; Sun, 1 Apr 2012 09:24:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q319OQT5036770 for ; Sun, 1 Apr 2012 09:24:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q319OQeN036749; Sun, 1 Apr 2012 09:24:26 GMT (envelope-from nobody) Message-Id: <201204010924.q319OQeN036749@red.freebsd.org> Date: Sun, 1 Apr 2012 09:24:26 GMT From: Richard Kettlewell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: bin/166553: find -delete documentation is misleading 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, 01 Apr 2012 09:30:13 -0000 >Number: 166553 >Category: bin >Synopsis: find -delete documentation is misleading >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 01 09:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Richard Kettlewell >Release: >Organization: >Environment: >Description: The documentation for 'find -delete' includes the following remark: It will not attempt to delete a filename with a / character in its pathname relative to . for security reasons. This reflects a defensive test early in f_delete. However, the test will not succeed, since find does not use FTS_NOCHDIR, so entry->fts_accpath should never contain "/". I suggest that this remark be deleted from the man page. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 09:30:13 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0DB6106567B for ; Sun, 1 Apr 2012 09:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7FDF48FC2B for ; Sun, 1 Apr 2012 09:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q319UDsL080992 for ; Sun, 1 Apr 2012 09:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q319UDip080991; Sun, 1 Apr 2012 09:30:13 GMT (envelope-from gnats) Resent-Date: Sun, 1 Apr 2012 09:30:13 GMT Resent-Message-Id: <201204010930.q319UDip080991@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, Richard Kettlewell Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 794CB1065672 for ; Sun, 1 Apr 2012 09:29:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 63ED28FC1E for ; Sun, 1 Apr 2012 09:29:24 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q319TOLj044323 for ; Sun, 1 Apr 2012 09:29:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q319TOFd044322; Sun, 1 Apr 2012 09:29:24 GMT (envelope-from nobody) Message-Id: <201204010929.q319TOFd044322@red.freebsd.org> Date: Sun, 1 Apr 2012 09:29:24 GMT From: Richard Kettlewell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: bin/166554: find -delete is silent when failing to rmdir nonempty 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: Sun, 01 Apr 2012 09:30:13 -0000 >Number: 166554 >Category: bin >Synopsis: find -delete is silent when failing to rmdir nonempty 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: Sun Apr 01 09:30:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Richard Kettlewell >Release: >Organization: >Environment: >Description: find -delete is documented as removing files and/or directories. However since it uses rmdir() it cannot remove nonempty directories. This is fine, but it suppresses the error message in this case. This leads to considerable user confusion. I suggest that: 1. The limitation that it can only remove nonempty directories be documented. 2. The error message not be suppressed (i.e. that the ENOTEMPTY test be removed). GNU find -delete does produce an error message in this case. -delete seems to be an extension compare to SUS find, so I don't believe there are any standards-compliance questions here. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 16:10:09 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 342AB1065672 for ; Sun, 1 Apr 2012 16:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E02BA8FC0A for ; Sun, 1 Apr 2012 16:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q31GA8ji052907 for ; Sun, 1 Apr 2012 16:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q31GA8G4052906; Sun, 1 Apr 2012 16:10:08 GMT (envelope-from gnats) Resent-Date: Sun, 1 Apr 2012 16:10:08 GMT Resent-Message-Id: <201204011610.q31GA8G4052906@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, vwswdbwdtyhWrpoWOg Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53501106566B for ; Sun, 1 Apr 2012 16:08:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3F5C88FC0C for ; Sun, 1 Apr 2012 16:08:41 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q31G8eZR079863 for ; Sun, 1 Apr 2012 16:08:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q31G8etH079862; Sun, 1 Apr 2012 16:08:40 GMT (envelope-from nobody) Message-Id: <201204011608.q31G8etH079862@red.freebsd.org> Date: Sun, 1 Apr 2012 16:08:40 GMT From: vwswdbwdtyhWrpoWOg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/166560: uzvzdfxnthLTfsRwpsD 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, 01 Apr 2012 16:10:09 -0000 >Number: 166560 >Category: misc >Synopsis: uzvzdfxnthLTfsRwpsD >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 01 16:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: vwswdbwdtyhWrpoWOg >Release: xgPGAhGXZkbC >Organization: YasZwNdIXUExjDonl >Environment: Aus reiner Neugier lasse ich jedes eiznelne Wort dieses Satzes durch Autokf6rrekt laufen, Mal sehen, was dabei rauskommt:AGdA Retf6rn nomnomnom Lachsfleisch Du Jugendmedienschutzstaatsvertrag Elena vielleicht ein anderes Wort deine Mudda siehe oben deine Mudda Autokf6rrekt Lachsfleisch, Mispelzweig siehe oben, Web 2.0 deine Mudda Retf6rnt.Spannend. >Description: Aus reiner Neugier lasse ich jedes eiznelne Wort dieses Satzes durch Autokf6rrekt laufen, Mal sehen, was dabei rauskommt:AGdA Retf6rn nomnomnom Lachsfleisch Du Jugendmedienschutzstaatsvertrag Elena vielleicht ein anderes Wort deine Mudda siehe oben deine Mudda Autokf6rrekt Lachsfleisch, Mispelzweig siehe oben, Web 2.0 deine Mudda Retf6rnt.Spannend. >How-To-Repeat: Aus reiner Neugier lasse ich jedes eiznelne Wort dieses Satzes durch Autokf6rrekt laufen, Mal sehen, was dabei rauskommt:AGdA Retf6rn nomnomnom Lachsfleisch Du Jugendmedienschutzstaatsvertrag Elena vielleicht ein anderes Wort deine Mudda siehe oben deine Mudda Autokf6rrekt Lachsfleisch, Mispelzweig siehe oben, Web 2.0 deine Mudda Retf6rnt.Spannend. >Fix: Aus reiner Neugier lasse ich jedes eiznelne Wort dieses Satzes durch Autokf6rrekt laufen, Mal sehen, was dabei rauskommt:AGdA Retf6rn nomnomnom Lachsfleisch Du Jugendmedienschutzstaatsvertrag Elena vielleicht ein anderes Wort deine Mudda siehe oben deine Mudda Autokf6rrekt Lachsfleisch, Mispelzweig siehe oben, Web 2.0 deine Mudda Retf6rnt.Spannend. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 16:48:37 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F1521065672; Sun, 1 Apr 2012 16:48:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 02E878FC12; Sun, 1 Apr 2012 16:48:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q31GmaD3091031; Sun, 1 Apr 2012 16:48:36 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q31GmaWi091027; Sun, 1 Apr 2012 16:48:36 GMT (envelope-from eadler) Date: Sun, 1 Apr 2012 16:48:36 GMT Message-Id: <201204011648.q31GmaWi091027@freefall.freebsd.org> To: marifell627550@gmail.com, eadler@FreeBSD.org, freebsd-bugs@FreeBSD.org, gnats-admin@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: junk/166560: uzvzdfxnthLTfsRwpsD 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, 01 Apr 2012 16:48:37 -0000 Synopsis: uzvzdfxnthLTfsRwpsD State-Changed-From-To: open->closed State-Changed-By: eadler State-Changed-When: Sun Apr 1 16:48:31 UTC 2012 State-Changed-Why: Junk PR Responsible-Changed-From-To: freebsd-bugs->gnats-admin Responsible-Changed-By: eadler Responsible-Changed-When: Sun Apr 1 16:48:31 UTC 2012 Responsible-Changed-Why: Junk PR http://www.freebsd.org/cgi/query-pr.cgi?pr=166560 From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 17:30:17 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3889C106566B for ; Sun, 1 Apr 2012 17:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 23B7D8FC18 for ; Sun, 1 Apr 2012 17:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q31HUGDA028160 for ; Sun, 1 Apr 2012 17:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q31HUGRn028157; Sun, 1 Apr 2012 17:30:16 GMT (envelope-from gnats) Date: Sun, 1 Apr 2012 17:30:16 GMT Message-Id: <201204011730.q31HUGRn028157@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matthew Story Cc: Subject: Re: bin/166553: find -delete documentation is misleading X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Story List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 17:30:17 -0000 The following reply was made to PR bin/166553; it has been noted by GNATS. From: Matthew Story To: Richard Kettlewell Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/166553: find -delete documentation is misleading Date: Sun, 1 Apr 2012 13:24:03 -0400 On Sun, Apr 1, 2012 at 5:24 AM, Richard Kettlewell wr= ote: > > The documentation for 'find -delete' includes the following remark: > > =A0 =A0It will not attempt to delete a filename with a =93/=94 character = in its pathname relative to =93.=94 for security reasons. > > This reflects a defensive test early in f_delete. However, the test will = not succeed, since find does not use FTS_NOCHDIR, so entry->fts_accpath sho= uld never contain "/". $ # show test succeeds $ mkdir -p foo/bar/baz $ find ./foo -delete find: -delete: ./foo: relative path potentially not safe The reason that fts_accpath contains a leading ``./'' in this case is that fts, even without FTS_NOCHDIR, does not chdir into the parent directory of depth 0 directories on the first pass, fts_accpath will always equal fts_pathname on depth 0 FTSENTs. > > I suggest that this remark be deleted from the man page. > >>How-To-Repeat: > >>Fix: > > >>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 regards, matt From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 17:30:20 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8933D1065670 for ; Sun, 1 Apr 2012 17:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 72DD18FC0C for ; Sun, 1 Apr 2012 17:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q31HUK4r028324 for ; Sun, 1 Apr 2012 17:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q31HUKR2028319; Sun, 1 Apr 2012 17:30:20 GMT (envelope-from gnats) Date: Sun, 1 Apr 2012 17:30:20 GMT Message-Id: <201204011730.q31HUKR2028319@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Richard Kettlewell Cc: Subject: Re: bin/166553: find -delete documentation is misleading X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Richard Kettlewell List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 17:30:20 -0000 The following reply was made to PR bin/166553; it has been noted by GNATS. From: Richard Kettlewell To: Matthew Story Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/166553: find -delete documentation is misleading Date: Sun, 01 Apr 2012 18:25:55 +0100 On 01/04/2012 18:24, Matthew Story wrote: > On Sun, Apr 1, 2012 at 5:24 AM, Richard Kettlewell wrote: >> >> The documentation for 'find -delete' includes the following remark: >> >> It will not attempt to delete a filename with a “/” character in its pathname relative to “.” for security reasons. >> >> This reflects a defensive test early in f_delete. However, the test will not succeed, since find does not use FTS_NOCHDIR, so entry->fts_accpath should never contain "/". > > $ # show test succeeds > $ mkdir -p foo/bar/baz > $ find ./foo -delete > find: -delete: ./foo: relative path potentially not safe > > The reason that fts_accpath contains a leading ``./'' in this case is > that fts, even without FTS_NOCHDIR, does not chdir into the parent > directory of depth 0 directories on the first pass, fts_accpath will > always equal fts_pathname on depth 0 FTSENTs. Light dawns l-) Still, the wording could be improved: it doesn't really describe well when -delete will succeed and when it won't. ttfn/rjk From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 18:20:15 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD0111065672 for ; Sun, 1 Apr 2012 18:20:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADA908FC1B for ; Sun, 1 Apr 2012 18:20:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q31IKFuJ074949 for ; Sun, 1 Apr 2012 18:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q31IKFQV074948; Sun, 1 Apr 2012 18:20:15 GMT (envelope-from gnats) Date: Sun, 1 Apr 2012 18:20:15 GMT Message-Id: <201204011820.q31IKFQV074948@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matthew Story Cc: Subject: Re: bin/166554: find -delete is silent when failing to rmdir nonempty directories X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Story List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 18:20:16 -0000 The following reply was made to PR bin/166554; it has been noted by GNATS. From: Matthew Story To: Richard Kettlewell Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/166554: find -delete is silent when failing to rmdir nonempty directories Date: Sun, 1 Apr 2012 14:10:04 -0400 --bcaec51d21a4a5912104bca1fbed Content-Type: text/plain; charset=ISO-8859-1 On Sun, Apr 1, 2012 at 5:29 AM, Richard Kettlewell wrote: > find -delete is documented as removing files and/or directories. However since it uses rmdir() it cannot remove nonempty directories. This is fine, but it suppresses the error message in this case. This leads to considerable user confusion. > > I suggest that: > > 1. The limitation that it can only remove nonempty directories be documented. > 2. The error message not be suppressed (i.e. that the ENOTEMPTY test be removed). > > GNU find -delete does produce an error message in this case. I agree with this assessment, patch attached for consideration. Following the patch: $ # old behavior $ mkdir -p foo/bar/baz $ find ./foo -depth 1 -delete $ find ./foo -depth 1 ./foo/bar $ # new behavior $ mkdir -p foo/bar/baz $ find ./foo -depth 1 -delete find: -delete: rmdir(./foo/bar): Directory not empty $ find ./foo -depth 1 ./foo/bar > > -delete seems to be an extension compare to SUS find, so I don't believe there are any standards-compliance questions here. POSIX 2008 does not define any -delete primary, so there are no standards-compliance questions. Patch is also available via HTTP here: http://axe0.blackskyresearch.net/patches/matt/freebsd.PR166554.patch.txt -- regards, matt --bcaec51d21a4a5912104bca1fbed Content-Type: text/plain; charset=US-ASCII; name="freebsd.PR166554.patch.txt" Content-Disposition: attachment; filename="freebsd.PR166554.patch.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_h0iem7k00 SW5kZXg6IGZpbmQuMQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBmaW5kLjEJKHJldmlzaW9uIDIzMzc1OSkKKysr IGZpbmQuMQkod29ya2luZyBjb3B5KQpAQCAtMzE5LDYgKzMxOSwxMSBAQAogLkRxIFBhIFwmLgog Zm9yIHNlY3VyaXR5IHJlYXNvbnMuCiBEZXB0aC1maXJzdCB0cmF2ZXJzYWwgcHJvY2Vzc2luZyBp cyBpbXBsaWVkIGJ5IHRoaXMgb3B0aW9uLgorVGhlIAorLkljIC1kZWxldGUKK3ByaW1hcnkgd2ls bCBmYWlsIHRvIAorLlhyIHJtZGlyIDIKK2EgZGlyZWN0b3J5IGlmIGl0IGlzIG5vdCBlbXB0eSBm b3IgYW55IHJlYXNvbi4KIEZvbGxvd2luZyBzeW1saW5rcyBpcyBpbmNvbXBhdGlibGUgd2l0aCB0 aGlzIG9wdGlvbi4KIC5JdCBJYyAtZGVwdGgKIEFsd2F5cyB0cnVlOwpJbmRleDogZnVuY3Rpb24u Ywo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09Ci0tLSBmdW5jdGlvbi5jCShyZXZpc2lvbiAyMzM3NTkpCisrKyBmdW5jdGlv bi5jCSh3b3JraW5nIGNvcHkpCkBAIC00NTMsNyArNDUzLDcgQEAKIAogCS8qIHJtZGlyIGRpcmVj dG9yaWVzLCB1bmxpbmsgZXZlcnl0aGluZyBlbHNlICovCiAJaWYgKFNfSVNESVIoZW50cnktPmZ0 c19zdGF0cC0+c3RfbW9kZSkpIHsKLQkJaWYgKHJtZGlyKGVudHJ5LT5mdHNfYWNjcGF0aCkgPCAw ICYmIGVycm5vICE9IEVOT1RFTVBUWSkKKwkJaWYgKHJtZGlyKGVudHJ5LT5mdHNfYWNjcGF0aCkg PCAwKQogCQkJd2FybigiLWRlbGV0ZTogcm1kaXIoJXMpIiwgZW50cnktPmZ0c19wYXRoKTsKIAl9 IGVsc2UgewogCQlpZiAodW5saW5rKGVudHJ5LT5mdHNfYWNjcGF0aCkgPCAwKQo= --bcaec51d21a4a5912104bca1fbed-- From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 18:50:19 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B7001065677 for ; Sun, 1 Apr 2012 18:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 154A98FC15 for ; Sun, 1 Apr 2012 18:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q31IoI6B002954 for ; Sun, 1 Apr 2012 18:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q31IoI1T002953; Sun, 1 Apr 2012 18:50:18 GMT (envelope-from gnats) Resent-Date: Sun, 1 Apr 2012 18:50:18 GMT Resent-Message-Id: <201204011850.q31IoI1T002953@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, aBclqARPwnadyfU Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59A601065674 for ; Sun, 1 Apr 2012 18:45:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 43DA08FC1A for ; Sun, 1 Apr 2012 18:45:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q31Ijwqo064325 for ; Sun, 1 Apr 2012 18:45:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q31IjwLi064324; Sun, 1 Apr 2012 18:45:58 GMT (envelope-from nobody) Message-Id: <201204011845.q31IjwLi064324@red.freebsd.org> Date: Sun, 1 Apr 2012 18:45:58 GMT From: aBclqARPwnadyfU To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/166562: ahHbBoPUFuGxpnyFW 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, 01 Apr 2012 18:50:19 -0000 >Number: 166562 >Category: misc >Synopsis: ahHbBoPUFuGxpnyFW >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 01 18:50:18 UTC 2012 >Closed-Date: >Last-Modified: >Originator: aBclqARPwnadyfU >Release: updOYhXyDxjpalc >Organization: MTjuCgYsgjgt >Environment: Post oh! combien uahctont et qui suscite notre me9moire affective & culinaire! Car que serions-nous sans ceux qui nous ont te9moigne9 de leur savoir-eatre e0 travers cette chose essentielle que leur gofbt du partage et de la convivialite9, qui nous ont transmis tout ou partie de leurs savoirs-faire culinaires (quelques menues recettes, trucs et astuces) et surtout qui ont contribue9 e0 l'e9veil de nos sens avec ces Madeleines Proustiennes (1) qui nous replongent dans une nostalgie bien enfantine surtout quand nous ne pouvons plus les partager avec eux!!!(1) Ma madeleine c'est de9je0 ma grand-me8re maternelle (elle porte ce pre9nom justement) qui, a 91 ans, n'est plus en mesure de te9moigner ni de transmettre quoique ce soit depuis plusieurs anne9es mais, e0 l'adolescence, j'avais eu le temps d'apprendre e0 ses cf4te9s et e0 ceux de ma me8re.Et puis, il y a celle qui est partie si tf4t, que du haut de mes 10 ans je n'ai gue8re eut le temps de graver la rich esse de la cuisine Italo-Sicilienne-Tunisienne de ma me9me9 Carmen . Mais avec ma me8re, certains plats qu'elle lui avait transmis, ont pu eatre sauvegarde9s. >Description: Post oh! combien uahctont et qui suscite notre me9moire affective & culinaire! Car que serions-nous sans ceux qui nous ont te9moigne9 de leur savoir-eatre e0 travers cette chose essentielle que leur gofbt du partage et de la convivialite9, qui nous ont transmis tout ou partie de leurs savoirs-faire culinaires (quelques menues recettes, trucs et astuces) et surtout qui ont contribue9 e0 l'e9veil de nos sens avec ces Madeleines Proustiennes (1) qui nous replongent dans une nostalgie bien enfantine surtout quand nous ne pouvons plus les partager avec eux!!!(1) Ma madeleine c'est de9je0 ma grand-me8re maternelle (elle porte ce pre9nom justement) qui, a 91 ans, n'est plus en mesure de te9moigner ni de transmettre quoique ce soit depuis plusieurs anne9es mais, e0 l'adolescence, j'avais eu le temps d'apprendre e0 ses cf4te9s et e0 ceux de ma me8re.Et puis, il y a celle qui est partie si tf4t, que du haut de mes 10 ans je n'ai gue8re eut le temps de graver la richesse de la cui sine Italo-Sicilienne-Tunisienne de ma me9me9 Carmen . Mais avec ma me8re, certains plats qu'elle lui avait transmis, ont pu eatre sauvegarde9s. >How-To-Repeat: Post oh! combien uahctont et qui suscite notre me9moire affective & culinaire! Car que serions-nous sans ceux qui nous ont te9moigne9 de leur savoir-eatre e0 travers cette chose essentielle que leur gofbt du partage et de la convivialite9, qui nous ont transmis tout ou partie de leurs savoirs-faire culinaires (quelques menues recettes, trucs et astuces) et surtout qui ont contribue9 e0 l'e9veil de nos sens avec ces Madeleines Proustiennes (1) qui nous replongent dans une nostalgie bien enfantine surtout quand nous ne pouvons plus les partager avec eux!!!(1) Ma madeleine c'est de9je0 ma grand-me8re maternelle (elle porte ce pre9nom justement) qui, a 91 ans, n'est plus en mesure de te9moigner ni de transmettre quoique ce soit depuis plusieurs anne9es mais, e0 l'adolescence, j'avais eu le temps d'apprendre e0 ses cf4te9s et e0 ceux de ma me8re.Et puis, il y a celle qui est partie si tf4t, que du haut de mes 10 ans je n'ai gue8re eut le temps de graver la richesse de la cui sine Italo-Sicilienne-Tunisienne de ma me9me9 Carmen . Mais avec ma me8re, certains plats qu'elle lui avait transmis, ont pu eatre sauvegarde9s. >Fix: Post oh! combien uahctont et qui suscite notre me9moire affective & culinaire! Car que serions-nous sans ceux qui nous ont te9moigne9 de leur savoir-eatre e0 travers cette chose essentielle que leur gofbt du partage et de la convivialite9, qui nous ont transmis tout ou partie de leurs savoirs-faire culinaires (quelques menues recettes, trucs et astuces) et surtout qui ont contribue9 e0 l'e9veil de nos sens avec ces Madeleines Proustiennes (1) qui nous replongent dans une nostalgie bien enfantine surtout quand nous ne pouvons plus les partager avec eux!!!(1) Ma madeleine c'est de9je0 ma grand-me8re maternelle (elle porte ce pre9nom justement) qui, a 91 ans, n'est plus en mesure de te9moigner ni de transmettre quoique ce soit depuis plusieurs anne9es mais, e0 l'adolescence, j'avais eu le temps d'apprendre e0 ses cf4te9s et e0 ceux de ma me8re.Et puis, il y a celle qui est partie si tf4t, que du haut de mes 10 ans je n'ai gue8re eut le temps de graver la richesse de la cui sine Italo-Sicilienne-Tunisienne de ma me9me9 Carmen . Mais avec ma me8re, certains plats qu'elle lui avait transmis, ont pu eatre sauvegarde9s. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 19:30:18 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23C1E106564A for ; Sun, 1 Apr 2012 19:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E9EC98FC12 for ; Sun, 1 Apr 2012 19:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q31JUHgJ038560 for ; Sun, 1 Apr 2012 19:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q31JUHLE038557; Sun, 1 Apr 2012 19:30:17 GMT (envelope-from gnats) Date: Sun, 1 Apr 2012 19:30:17 GMT Message-Id: <201204011930.q31JUHLE038557@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matthew Story Cc: Subject: Re: bin/166553: find -delete documentation is misleading X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Story List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 19:30:18 -0000 The following reply was made to PR bin/166553; it has been noted by GNATS. From: Matthew Story To: Richard Kettlewell Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/166553: find -delete documentation is misleading Date: Sun, 1 Apr 2012 15:25:00 -0400 On Sun, Apr 1, 2012 at 1:25 PM, Richard Kettlewell wr= ote: > On 01/04/2012 18:24, Matthew Story wrote: >> >> On Sun, Apr 1, 2012 at 5:24 AM, Richard Kettlewell >> =A0wrote: >>> >>> >>> The documentation for 'find -delete' includes the following remark: >>> >>> =A0 =A0It will not attempt to delete a filename with a =93/=94 characte= r in its >>> pathname relative to =93.=94 for security reasons. >>> >>> This reflects a defensive test early in f_delete. However, the test wil= l >>> not succeed, since find does not use FTS_NOCHDIR, so entry->fts_accpath >>> should never contain "/". >> >> >> $ # show test succeeds >> $ mkdir -p foo/bar/baz >> $ find ./foo -delete >> find: -delete: ./foo: relative path potentially not safe >> >> The reason that fts_accpath contains a leading ``./'' in this case is >> that fts, even without FTS_NOCHDIR, does not chdir into the parent >> directory of depth 0 directories on the first pass, fts_accpath will >> always equal fts_pathname on depth 0 FTSENTs. > > > Light dawns l-) > > Still, the wording could be improved: it doesn't really describe well whe= n > -delete will succeed and when it won't. Yes, the wording is confusing, and it's not actually a correct assessment of what the code is doing ... it also doesn't note that this condition is fatal: $ # show that an absolute path also triggers the condition $ ./find /usr/home/user1/foo -depth 0 -delete find: -delete: /usr/home/user1/foo: relative path potentially not safe $ echo $? 1 The code here is actually just fatalling out if FTSENT->fts_accpath contains a ``/'', wether or not it is preceded by a ``.'' There is an additional misleading comment in the code to the same end as the manage. /* Potentially unsafe - do not accept relative paths whatsoever */ > > ttfn/rjk --=20 regards, matt From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 1 19:34:29 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8D0A1065676; Sun, 1 Apr 2012 19:34:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8B26E8FC0C; Sun, 1 Apr 2012 19:34:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q31JYTkR048767; Sun, 1 Apr 2012 19:34:29 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q31JYTPS048763; Sun, 1 Apr 2012 19:34:29 GMT (envelope-from sunpoet) Date: Sun, 1 Apr 2012 19:34:29 GMT Message-Id: <201204011934.q31JYTPS048763@freefall.freebsd.org> To: aylin.koyalan@izmir.edu.tr, sunpoet@FreeBSD.org, freebsd-bugs@FreeBSD.org, gnats-admin@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: junk/166562: ahHbBoPUFuGxpnyFW 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, 01 Apr 2012 19:34:29 -0000 Synopsis: ahHbBoPUFuGxpnyFW State-Changed-From-To: open->closed State-Changed-By: sunpoet State-Changed-When: Sun Apr 1 19:34:28 UTC 2012 State-Changed-Why: Junk PR. Responsible-Changed-From-To: freebsd-bugs->gnats-admin Responsible-Changed-By: sunpoet Responsible-Changed-When: Sun Apr 1 19:34:28 UTC 2012 Responsible-Changed-Why: Junk PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=166562 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 03:10:12 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2995E106566C for ; Mon, 2 Apr 2012 03:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 036B28FC14 for ; Mon, 2 Apr 2012 03:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q323ABkM068192 for ; Mon, 2 Apr 2012 03:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q323ABW5068191; Mon, 2 Apr 2012 03:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 2 Apr 2012 03:10:11 GMT Resent-Message-Id: <201204020310.q323ABW5068191@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, George Hartzell Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 929C2106564A for ; Mon, 2 Apr 2012 03:08:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 64C078FC08 for ; Mon, 2 Apr 2012 03:08:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3238x5i072805 for ; Mon, 2 Apr 2012 03:08:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q3238xL0072804; Mon, 2 Apr 2012 03:08:59 GMT (envelope-from nobody) Message-Id: <201204020308.q3238xL0072804@red.freebsd.org> Date: Mon, 2 Apr 2012 03:08:59 GMT From: George Hartzell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/166566: zfs split renders 2 disk (MBR based) mirror unbootable 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, 02 Apr 2012 03:10:12 -0000 >Number: 166566 >Category: kern >Synopsis: zfs split renders 2 disk (MBR based) mirror unbootable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 02 03:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: George Hartzell >Release: 9-STABLE >Organization: >Environment: FreeBSD delicious.alerce.com 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Mar 26 22:24:31 PDT 2012 root@zfshive.alerce.com:/usr/obj/usr/src/sys/DELICIOUS amd64 >Description: I have a mac pro running 9-STABLE. Two disks are part of a bootable zfs mirror. They're MBR based. ------------------------------------------------------------------------------------ (delicious)[8:00pm]~>>gpart show ada1 => 63 1953525105 ada1 MBR (931G) 63 1953525105 1 freebsd [active] (931G) (delicious)[8:01pm]~>>gpart show ada1s1 => 0 1953525105 ada1s1 BSD (931G) 0 1941962752 1 freebsd-zfs (926G) 1941962752 11562353 2 freebsd-swap (5.5G) ------------------------------------------------------------------------------------ The mirror is currently resilvering, unrelated to this bug report. ------------------------------------------------------------------------------------ (delicious)[8:01pm]~>>zpool status zroot pool: zroot state: ONLINE status: One or more devices is currently being resilvered. The pool will continue to function, possibly in a degraded state. action: Wait for the resilver to complete. scan: resilver in progress since Sun Apr 1 19:55:59 2012 12.9G scanned out of 523G at 34.7M/s, 4h11m to go 12.9G resilvered, 2.47% done config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 ada3s1a ONLINE 0 0 0 ada1s1a ONLINE 0 0 0 (resilvering) errors: No known data errors ------------------------------------------------------------------------------------ /boot/loader.conf contains: vfs.root.mountfrom="zfs:zroot" and zroot has it's bootfs set to zroot. This system boots from either disk and runs happily. I tried a zpool split on it zpool split zroot zsplitroot and it booted up until the kernel tried to mount the root filesystem and it failed. >How-To-Repeat: I believe that setting up a bootable zfs mirror and running zpool split on it should repeat the problem. It does for me. >Fix: I was able to repair the situation by booting from a 9.0 DVD, loading the zfs kernel module, doing zpool import which showed both pools zpool import -f -o cachefile=/tmp/zpool.cache -o altroot=/mnt zroot mount -t zfs zroot /mnt cp /tmp/zpool.cache /mnt/boot/zfs/zpool.cache then destroying the splitroot pool and attaching it back to the mirror. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 04:20:11 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E5F5106566B for ; Mon, 2 Apr 2012 04:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 157AF8FC15 for ; Mon, 2 Apr 2012 04:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q324KAfM033274 for ; Mon, 2 Apr 2012 04:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q324KAc9033273; Mon, 2 Apr 2012 04:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 2 Apr 2012 04:20:10 GMT Resent-Message-Id: <201204020420.q324KAc9033273@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, Oliver Pinter Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04BDF106564A for ; Mon, 2 Apr 2012 04:11:29 +0000 (UTC) (envelope-from pinter@tresorium.hu) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 898878FC14 for ; Mon, 2 Apr 2012 04:11:27 +0000 (UTC) Received: by wgbds12 with SMTP id ds12so2173683wgb.31 for ; Sun, 01 Apr 2012 21:11:20 -0700 (PDT) Received: by 10.180.104.65 with SMTP id gc1mr20757364wib.13.1333339880821; Sun, 01 Apr 2012 21:11:20 -0700 (PDT) Received: from peonia (peonia.teteny.elte.hu. [157.181.96.25]) by mx.google.com with ESMTPS id n15sm30734016wiw.6.2012.04.01.21.11.19 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 01 Apr 2012 21:11:19 -0700 (PDT) Message-Id: <201204020608.43755.pinter@tresorium.hu> Date: Mon, 2 Apr 2012 06:08:43 +0200 From: Oliver Pinter To: FreeBSD-gnats-submit@FreeBSD.org Cc: mav@FreeBSD.org, oliver.pntr@opn.teteny.bme.hu Subject: kern/166568: [ULE] intr stucked in WAIT state 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, 02 Apr 2012 04:20:11 -0000 >Number: 166568 >Category: kern >Synopsis: [ULE] intr stucked in WAIT state >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 02 04:20:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oliver Pinter >Release: FreeBSD 9.0-STABLE amd64 >Organization: Tresorium Ltd. >Environment: System: FreeBSD opn 9.0-STABLE FreeBSD 9.0-STABLE #44 r233763+8676c89: Mon Apr 2 05:17:04 CEST 2012 root@opn:/usr/obj/usr/src/sys/stable amd64 >Description: last pid: 16662; load averages: 1.02, 0.99, 0.97 up 0+01:28:12 05:08:46 99 processes: 2 running, 96 sleeping, >>>>>>>>> 1 waiting <<<<<<<<<< Mem: 167M Active, 768M Inact, 455M Wired, 1156K Cache, 258M Buf, 2440M Free Swap: 4096M Total, 4096M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 11 root 2 155 ki31 0K 32K CPU1 1 148:42 200.00% [idle] 16 root 1 -16 - 0K 16K tzpoll 0 3:33 3.86% [acpi_therm al] 25912 root 1 20 0 452M 330M select 0 1:04 0.00% /usr/local/ bin/X -nolisten tcp -retro :0 -auth /var/lib/xd >How-To-Repeat: compile 9-STABLE and boot >Fix: revert r233599 commit 1d9c514e52cc2aa97852f8ea946f28f6df62ab3a Author: mav Date: Wed Mar 28 11:37:06 2012 +0000 MFC r232207, r232454: Rework CPU load balancing in SCHED_ULE: [...] git-svn-id: svn://svn.freebsd.org/base/stable/9@233599 ccf9f872-aa2e-dd11-9f >Release-Note: >Audit-Trail: >Unformatted: >>>>>>>>>>>>>>>>>>>>> 12 root 17 -53 - 0K 272K WAIT 1 0:46 0.00% [intr] <<<<<<<<<<<<<<<<<<<<< 0 root 11 -52 0 0K 176K - 1 0:24 0.00% [kernel] From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 04:20:11 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD0E31065672 for ; Mon, 2 Apr 2012 04:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A43418FC17 for ; Mon, 2 Apr 2012 04:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q324KBUS033319 for ; Mon, 2 Apr 2012 04:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q324KBkN033314; Mon, 2 Apr 2012 04:20:11 GMT (envelope-from gnats) Resent-Date: Mon, 2 Apr 2012 04:20:11 GMT Resent-Message-Id: <201204020420.q324KBkN033314@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, Oliver Pinter Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FE6B1065672 for ; Mon, 2 Apr 2012 04:14:46 +0000 (UTC) (envelope-from pinter@tresorium.hu) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id DD4058FC12 for ; Mon, 2 Apr 2012 04:14:45 +0000 (UTC) Received: by wern13 with SMTP id n13so1878366wer.13 for ; Sun, 01 Apr 2012 21:14:44 -0700 (PDT) Received: by 10.180.85.70 with SMTP id f6mr21585859wiz.5.1333340084812; Sun, 01 Apr 2012 21:14:44 -0700 (PDT) Received: from peonia (peonia.teteny.elte.hu. [157.181.96.25]) by mx.google.com with ESMTPS id bx13sm30726212wib.10.2012.04.01.21.14.43 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 01 Apr 2012 21:14:44 -0700 (PDT) Message-Id: <201204020614.40370.pinter@tresorium.hu> Date: Mon, 2 Apr 2012 06:14:40 +0200 From: Oliver Pinter To: FreeBSD-gnats-submit@FreeBSD.org Cc: mav@FreeBSD.org, oliver.pntr@gmail.com Subject: kern/166569: [ULE] intr stucked in WAIT state 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, 02 Apr 2012 04:20:12 -0000 >Number: 166569 >Category: kern >Synopsis: [ULE] intr stucked in WAIT state >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 02 04:20:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oliver Pinter >Release: FreeBSD 9.0-STABLE amd64 >Organization: Tresorium Ltd. >Environment: System: FreeBSD opn 9.0-STABLE FreeBSD 9.0-STABLE #44 r233763+8676c89: Mon Apr 2 05:17:04 CEST 2012 root@opn:/usr/obj/usr/src/sys/stable amd64 >Description: last pid: 16662; load averages: 1.02, 0.99, 0.97 up 0+01:28:12 05:08:46 99 processes: 2 running, 96 sleeping, >>>>>>>>> 1 waiting <<<<<<<<<< Mem: 167M Active, 768M Inact, 455M Wired, 1156K Cache, 258M Buf, 2440M Free Swap: 4096M Total, 4096M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 11 root 2 155 ki31 0K 32K CPU1 1 148:42 200.00% [idle] 16 root 1 -16 - 0K 16K tzpoll 0 3:33 3.86% [acpi_therm al] 25912 root 1 20 0 452M 330M select 0 1:04 0.00% /usr/local/ bin/X -nolisten tcp -retro :0 -auth /var/lib/xd >How-To-Repeat: compile 9-STABLE and boot >Fix: revert r233599 commit 1d9c514e52cc2aa97852f8ea946f28f6df62ab3a Author: mav Date: Wed Mar 28 11:37:06 2012 +0000 MFC r232207, r232454: Rework CPU load balancing in SCHED_ULE: [...] git-svn-id: svn://svn.freebsd.org/base/stable/9@233599 ccf9f872-aa2e-dd11-9f >Release-Note: >Audit-Trail: >Unformatted: >>>>>>>>>>>>>>>>>>>>> 12 root 17 -53 - 0K 272K WAIT 1 0:46 0.00% [intr] <<<<<<<<<<<<<<<<<<<<< 0 root 11 -52 0 0K 176K - 1 0:24 0.00% [kernel] From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 04:50:12 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90CF6106566B for ; Mon, 2 Apr 2012 04:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 69CFC8FC0C for ; Mon, 2 Apr 2012 04:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q324oCn4061300 for ; Mon, 2 Apr 2012 04:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q324oCVO061299; Mon, 2 Apr 2012 04:50:12 GMT (envelope-from gnats) Resent-Date: Mon, 2 Apr 2012 04:50:12 GMT Resent-Message-Id: <201204020450.q324oCVO061299@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, Jin Guojun Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B38C8106566B for ; Mon, 2 Apr 2012 04:46:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9F9D98FC16 for ; Mon, 2 Apr 2012 04:46:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q324k5gs048078 for ; Mon, 2 Apr 2012 04:46:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q324k5LN048077; Mon, 2 Apr 2012 04:46:05 GMT (envelope-from nobody) Message-Id: <201204020446.q324k5LN048077@red.freebsd.org> Date: Mon, 2 Apr 2012 04:46:05 GMT From: Jin Guojun To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: bin/166570: ctags failed to generate tags properly 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, 02 Apr 2012 04:50:12 -0000 >Number: 166570 >Category: bin >Synopsis: ctags failed to generate tags properly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 02 04:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jin Guojun >Release: 8.x-R >Organization: >Environment: 8.3-BETA1 FreeBSD 8.3-BETA1 #0: Wed Feb 29 12:44:48 PST 2012 root@bsd-ms.scenix.com:/usr/src/sys/i386/compile/MinMax i386 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Sat Mar 5 16:25:36 PST 2011 root@wolf.Belkin:/usr/src/sys/i386/compile/MinMax i386 >Description: % cat << GTC > gtags.c #define MIN_ALEN 6 // MAX LEN typedef float FLOAT_T; typedef enum ENUM_T { EA = 100, EB, EC } enum_t; GTC % ctags gtags.c # only enum_t TAG is generated # comment the #define line with //, FLOAT_T TAG will gerated with incorrect content. # completely remove the #define line, FLOAT_T can be generated properly; # furthermore, never has a tag generated for EA, EB, and/or EC. >How-To-Repeat: See description >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 06:00:35 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9289A106566C; Mon, 2 Apr 2012 06:00:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6546C8FC0C; Mon, 2 Apr 2012 06:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3260ZU5025735; Mon, 2 Apr 2012 06:00:35 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3260ZI5025731; Mon, 2 Apr 2012 06:00:35 GMT (envelope-from linimon) Date: Mon, 2 Apr 2012 06:00:35 GMT Message-Id: <201204020600.q3260ZI5025731@freefall.freebsd.org> To: pinter@tresorium.hu, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/166569: [ULE] intr stucked in WAIT state 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, 02 Apr 2012 06:00:35 -0000 Synopsis: [ULE] intr stucked in WAIT state State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Apr 2 06:00:19 UTC 2012 State-Changed-Why: Duplicate of kern/166568. http://www.freebsd.org/cgi/query-pr.cgi?pr=166569 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 06:12:43 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EF0E106566B; Mon, 2 Apr 2012 06:12:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7D088FC12; Mon, 2 Apr 2012 06:12:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q326Cg0u042618; Mon, 2 Apr 2012 06:12:42 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q326CgoE042614; Mon, 2 Apr 2012 06:12:42 GMT (envelope-from linimon) Date: Mon, 2 Apr 2012 06:12:42 GMT Message-Id: <201204020612.q326CgoE042614@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-fs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/166566: [zfs] zfs split renders 2 disk (MBR based) mirror unbootable 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, 02 Apr 2012 06:12:43 -0000 Old Synopsis: zfs split renders 2 disk (MBR based) mirror unbootable New Synopsis: [zfs] zfs split renders 2 disk (MBR based) mirror unbootable Responsible-Changed-From-To: freebsd-bugs->freebsd-fs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 2 06:12:29 UTC 2012 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=166566 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 06:13:55 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62F4D1065672; Mon, 2 Apr 2012 06:13:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3786F8FC17; Mon, 2 Apr 2012 06:13:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q326Dtox043599; Mon, 2 Apr 2012 06:13:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q326DtNt043595; Mon, 2 Apr 2012 06:13:55 GMT (envelope-from linimon) Date: Mon, 2 Apr 2012 06:13:55 GMT Message-Id: <201204020613.q326DtNt043595@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/166501: [net] FreeBSD 9.0 generates incorrect SEC/ACK numbers 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, 02 Apr 2012 06:13:55 -0000 Old Synopsis: FreeBSD 9.0 generates incorrect SEC/ACK numbers under load New Synopsis: [net] FreeBSD 9.0 generates incorrect SEC/ACK numbers under load Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 2 06:13:22 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=166501 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 06:18:22 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B81EF106566B; Mon, 2 Apr 2012 06:18:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C70E8FC0C; Mon, 2 Apr 2012 06:18:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q326IM8N044585; Mon, 2 Apr 2012 06:18:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q326IMFg044581; Mon, 2 Apr 2012 06:18:22 GMT (envelope-from linimon) Date: Mon, 2 Apr 2012 06:18:22 GMT Message-Id: <201204020618.q326IMFg044581@freefall.freebsd.org> To: martilost@yahoo.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, linimon@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: misc/166498: libexec 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, 02 Apr 2012 06:18:22 -0000 Synopsis: libexec State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Apr 2 06:15:40 UTC 2012 State-Changed-Why: Unfortunately GNATS does not work well as a support system; we mainly use it for identifying specific bugs. You may have much better luck asking on the FreeBSD Forums at http://forums.freebsd.org. mcl Responsible-Changed-From-To: freebsd-bugs->linimon Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 2 06:15:40 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=166498 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 06:18:46 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0675C106566B; Mon, 2 Apr 2012 06:18:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CEE538FC08; Mon, 2 Apr 2012 06:18:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q326IjsP044681; Mon, 2 Apr 2012 06:18:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q326IjeR044677; Mon, 2 Apr 2012 06:18:45 GMT (envelope-from linimon) Date: Mon, 2 Apr 2012 06:18:45 GMT Message-Id: <201204020618.q326IjeR044677@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-fs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/166477: [nfs] NFS data corruption. 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, 02 Apr 2012 06:18:46 -0000 Old Synopsis: NFS data corruption. New Synopsis: [nfs] NFS data corruption. Responsible-Changed-From-To: freebsd-bugs->freebsd-fs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 2 06:18:31 UTC 2012 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=166477 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 06:19:41 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8595A1065676; Mon, 2 Apr 2012 06:19:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5989E8FC21; Mon, 2 Apr 2012 06:19:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q326JfNE044895; Mon, 2 Apr 2012 06:19:41 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q326JfTf044891; Mon, 2 Apr 2012 06:19:41 GMT (envelope-from linimon) Date: Mon, 2 Apr 2012 06:19:41 GMT Message-Id: <201204020619.q326JfTf044891@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/166442: [build] nfsd error when not compiled into kernel 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, 02 Apr 2012 06:19:41 -0000 Synopsis: [build] nfsd error when not compiled into kernel Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 2 06:19:32 UTC 2012 Responsible-Changed-Why: not amd64-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=166442 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 06:21:45 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49AD6106564A; Mon, 2 Apr 2012 06:21:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1DC4E8FC12; Mon, 2 Apr 2012 06:21:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q326Lirj052468; Mon, 2 Apr 2012 06:21:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q326LiFR052459; Mon, 2 Apr 2012 06:21:44 GMT (envelope-from linimon) Date: Mon, 2 Apr 2012 06:21:44 GMT Message-Id: <201204020621.q326LiFR052459@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/166469: [fdc] Floppy disk utilities broken on FreeBSD 9.0-STABLE 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, 02 Apr 2012 06:21:45 -0000 Old Synopsis: Floppy disk utilities broken on FreeBSD 9.0-STABLE New Synopsis: [fdc] Floppy disk utilities broken on FreeBSD 9.0-STABLE Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 2 06:21:02 UTC 2012 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=166469 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 06:23:38 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1B20106566C; Mon, 2 Apr 2012 06:23:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 75E148FC1B; Mon, 2 Apr 2012 06:23:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q326Ncig053244; Mon, 2 Apr 2012 06:23:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q326Nc9C053240; Mon, 2 Apr 2012 06:23:38 GMT (envelope-from linimon) Date: Mon, 2 Apr 2012 06:23:38 GMT Message-Id: <201204020623.q326Nc9C053240@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: docs/166553: find(1): find -delete documentation is misleading 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, 02 Apr 2012 06:23:38 -0000 Old Synopsis: find -delete documentation is misleading New Synopsis: find(1): find -delete documentation is misleading Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 2 06:23:23 UTC 2012 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=166553 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 06:25:45 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E540106566B; Mon, 2 Apr 2012 06:25:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E2CD8FC14; Mon, 2 Apr 2012 06:25:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q326PjvY053426; Mon, 2 Apr 2012 06:25:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q326PjOQ053422; Mon, 2 Apr 2012 06:25:45 GMT (envelope-from linimon) Date: Mon, 2 Apr 2012 06:25:45 GMT Message-Id: <201204020625.q326PjOQ053422@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/166550: [netinet] [patch] Some log lines about arp do not include the new-line 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, 02 Apr 2012 06:25:45 -0000 Old Synopsis: [patch] Some log lines about arp do not include the new-line New Synopsis: [netinet] [patch] Some log lines about arp do not include the new-line Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 2 06:25:24 UTC 2012 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=166550 From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 06:40:14 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 527DD106564A for ; Mon, 2 Apr 2012 06:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E3058FC18 for ; Mon, 2 Apr 2012 06:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q326eEjZ065153 for ; Mon, 2 Apr 2012 06:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q326eEVo065152; Mon, 2 Apr 2012 06:40:14 GMT (envelope-from gnats) Date: Mon, 2 Apr 2012 06:40:14 GMT Message-Id: <201204020640.q326eEVo065152@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mark Linimon Cc: Subject: Re: kern/166071: High CPU Utilization on HylaFAX processes 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: Mon, 02 Apr 2012 06:40:14 -0000 The following reply was made to PR kern/166071; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/166071: High CPU Utilization on HylaFAX processes Date: Mon, 2 Apr 2012 01:37:53 -0500 ----- Forwarded message from Ryan Noll ----- Date: Mon, 19 Mar 2012 18:18:00 -0700 From: Ryan Noll To: freebsd-bugs@freebsd.org Subject: Re: kern/166071: High CPU Utilization on HylaFAX processes The PR is available at: http://www.freebsd.org/cgi/query-pr.cgi?pr=166071. Below is some more information about this particular bug. I thought this could be a kernel bug, but maybe it could be a bug in the program that the 9.0-RELEASE kernel exposed. If the faxq and hfaxd processes are started (via their startup script) and then faxgetty is started all appears fine. However, while sending a fax the faxgetty process is again at 100%. The truss output for faxgetty is not included because it is the same as stated earlier. After the fax has completed, faxgetty remains at 100%. Should this still be considered a kernel bug or should I try contacting the HylaFAX maintainers? Note that the configuration is run in a jail with a USB (cuaU0, MultiTech MultiModem MT9234ZBA-USB-CDC) and serial modem (cuau0, MultiTech MultiModem MT9234ZBA-NAM). This configuration did work under 8.2-RELEASE-p6. Also, this message is shown during the initial setup probe: stty: stdout appears redirected, but stdin is the control descriptor. Thank you for your time. v/r, Ryan ----- End forwarded message ----- From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 07:20:20 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCD6E106566C for ; Mon, 2 Apr 2012 07:20:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F39E8FC12 for ; Mon, 2 Apr 2012 07:20:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q327KK6P005949 for ; Mon, 2 Apr 2012 07:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q327KKOF005948; Mon, 2 Apr 2012 07:20:20 GMT (envelope-from gnats) Date: Mon, 2 Apr 2012 07:20:20 GMT Message-Id: <201204020720.q327KKOF005948@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/166568: [sched_ule] intr stuck in WAIT state 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: Mon, 02 Apr 2012 07:20:20 -0000 The following reply was made to PR kern/166568; it has been noted by GNATS. From: Andriy Gapon To: bug-followup@FreeBSD.org, pinter@tresorium.hu Cc: Subject: Re: kern/166568: [sched_ule] intr stuck in WAIT state Date: Mon, 02 Apr 2012 10:17:35 +0300 Apologies, but could you please be a little bit less terse in describing what problem you are reporting? -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 09:20:15 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11BC6106564A for ; Mon, 2 Apr 2012 09:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0948FC08 for ; Mon, 2 Apr 2012 09:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q329KC8w044093 for ; Mon, 2 Apr 2012 09:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q329KCgm044092; Mon, 2 Apr 2012 09:20:12 GMT (envelope-from gnats) Date: Mon, 2 Apr 2012 09:20:12 GMT Message-Id: <201204020920.q329KCgm044092@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/166568: [sched_ule] intr stuck in WAIT state 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: Mon, 02 Apr 2012 09:20:15 -0000 The following reply was made to PR kern/166568; it has been noted by GNATS. From: Andriy Gapon To: Oliver Pinter , bug-followup@FreeBSD.org Cc: Subject: Re: kern/166568: [sched_ule] intr stuck in WAIT state Date: Mon, 02 Apr 2012 12:10:58 +0300 on 02/04/2012 11:21 Oliver Pinter said the following: > Hi! > > Today night have I more time to play with this issue (DDB, kgdb..) . > At this time the machine running on non-debug kernel, and the symptom > are only to see, that the [intr] kernel process stucked in WAIT state > and the load are constantly near 1.00 no others are visible. > The machine is a HP 5310m laptop with core2duo CPU - P9400. > > The fast solution are reverting the commit, that I previously reported. > > When you have some suggestion what must check, than feel free to say. Basically I don't understand what you mean by "stuck in WAIT state". What's so bad about the WAIT state in your opinion? Why being in that state implies being "stuck"? As far as I understand it's a normal state for the interrupt threads when they are not servicing any interrupts. Do you have a different understanding? > On 4/2/12, Andriy Gapon wrote: >> The following reply was made to PR kern/166568; it has been noted by GNATS. >> >> From: Andriy Gapon >> To: bug-followup@FreeBSD.org, pinter@tresorium.hu >> Cc: >> Subject: Re: kern/166568: [sched_ule] intr stuck in WAIT state >> Date: Mon, 02 Apr 2012 10:17:35 +0300 >> >> Apologies, but could you please be a little bit less terse in describing >> what >> problem you are reporting? >> >> -- >> Andriy Gapon >> _______________________________________________ >> 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" >> -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 11:06:05 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DCF1106564A; Mon, 2 Apr 2012 11:06:05 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 910628FC25; Mon, 2 Apr 2012 11:06:04 +0000 (UTC) Received: by ghrr20 with SMTP id r20so1239592ghr.13 for ; Mon, 02 Apr 2012 04:06:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=D7xCmM6QdYu1Mzmb+htwJedfBudE7Zv8MtKYUZwNQFw=; b=d32nqx/jWUKXukcIibqHypZPFdrTB9Jo2OPAEniu+SkhmVMG/NOixhQu7H5YqAdf8J 3q8CD6Ybqm1M6ke0VgpVrTaRUQ0Ac0L5EdXJrNOTsE32N0G7On2A3uuu5Z8FujzGh+lQ xlSIEOAiFPvbJEAKFQxES9HiD5db7yU2b3pM3svwM7yRzFeQTF70TQW75p11Lw0Mvz5D v9E2V4jBDmowU0pFU8iLg3wAijAcBCRE0RzCaO/Z9Sfvd9RGfFRdEsgARwwL/LsLNV3L jvu5KteNE/aVa9NbEpSc0hfsBZ7YWjMF/nc/lSzMOyjT2EVX21O5kjGJqdPoIglfQyP/ E6dA== MIME-Version: 1.0 Received: by 10.236.116.66 with SMTP id f42mr6459208yhh.70.1333364763582; Mon, 02 Apr 2012 04:06:03 -0700 (PDT) Received: by 10.236.75.165 with HTTP; Mon, 2 Apr 2012 04:06:02 -0700 (PDT) In-Reply-To: <201204020920.q329KCgm044092@freefall.freebsd.org> References: <201204020920.q329KCgm044092@freefall.freebsd.org> Date: Mon, 2 Apr 2012 13:06:02 +0200 Message-ID: From: Oliver Pinter To: Andriy Gapon Content-Type: multipart/mixed; boundary=485b397dd11f16e35e04bcb02d7e X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-bugs@freebsd.org Subject: Re: kern/166568: [sched_ule] intr stuck in WAIT state 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, 02 Apr 2012 11:06:05 -0000 --485b397dd11f16e35e04bcb02d7e Content-Type: text/plain; charset=ISO-8859-1 On 4/2/12, Andriy Gapon wrote: > The following reply was made to PR kern/166568; it has been noted by GNATS. > > From: Andriy Gapon > To: Oliver Pinter , bug-followup@FreeBSD.org > Cc: > Subject: Re: kern/166568: [sched_ule] intr stuck in WAIT state > Date: Mon, 02 Apr 2012 12:10:58 +0300 > > on 02/04/2012 11:21 Oliver Pinter said the following: > > Hi! > > > > Today night have I more time to play with this issue (DDB, kgdb..) . > > At this time the machine running on non-debug kernel, and the symptom > > are only to see, that the [intr] kernel process stucked in WAIT state > > and the load are constantly near 1.00 no others are visible. > > The machine is a HP 5310m laptop with core2duo CPU - P9400. > > > > The fast solution are reverting the commit, that I previously reported. > > > > When you have some suggestion what must check, than feel free to say. > > Basically I don't understand what you mean by "stuck in WAIT state". > What's so bad about the WAIT state in your opinion? Why being in that > state > implies being "stuck"? > As far as I understand it's a normal state for the interrupt threads when > they > are not servicing any interrupts. Do you have a different understanding? > > > > On 4/2/12, Andriy Gapon wrote: > >> The following reply was made to PR kern/166568; it has been noted by > GNATS. > >> > >> From: Andriy Gapon > >> To: bug-followup@FreeBSD.org, pinter@tresorium.hu > >> Cc: > >> Subject: Re: kern/166568: [sched_ule] intr stuck in WAIT state > >> Date: Mon, 02 Apr 2012 10:17:35 +0300 > >> > >> Apologies, but could you please be a little bit less terse in > describing > >> what > >> problem you are reporting? > >> > >> -- > >> Andriy Gapon > >> _______________________________________________ > >> 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" > >> > You are right, this is independent from intr, while it is "always" in WAIT, but the load average dependend on r233599. See the attached graph. The datasets are generated in single user boot ( top -s 1 -S -d 200 -m cpu ) , with/without r233599. Without the ule patch, the load decreased normally, but with r233599 it's hold to 0.5. , > > -- > Andriy Gapon > _______________________________________________ > 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" > --485b397dd11f16e35e04bcb02d7e-- From owner-freebsd-bugs@FreeBSD.ORG Mon Apr 2 11:09:33 2012 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E06391065708 for ; Mon, 2 Apr 2012 11:09:33 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C5B5E8FC14 for ; Mon, 2 Apr 2012 11:09:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q32B9XXG048755 for ; Mon, 2 Apr 2012 11:09:33 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q32B9WfO048753 for freebsd-bugs@FreeBSD.org; Mon, 2 Apr 2012 11:09:32 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Apr 2012 11:09:32 GMT Message-Id: <201204021109.q32B9WfO048753@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Cc: Subject: Current problem reports containing patches 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, 02 Apr 2012 11:09:34 -0000 (Note: an HTML version of this report is available at http://people.freebsd.org/~linimon/studies/prs/prs_for_tag_patch.html .) S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/166577 sahil [PATCH] audio/p5-Audio-MPD-Common: update to 1.120881 o ports/166576 lth [PATCH] devel/p5-Parse-CPAN-Meta: update to 1.44.03 o ports/166575 [PATCH] cad/xcircuit: update to 3.7.39 (3.7.33 distfil o ports/166571 obrien [PATCH] editors/vim: snapshot 487 o ports/166561 secteam [patch] ports-mgmt/portaudit should be able to use por o ports/166557 miwi [PATCH] textproc/py-chardet o bin/166554 [patch] find(1): find -delete is silent when failing t o kern/166550 net [netinet] [patch] Some log lines about arp do not incl o kern/166548 [build] [patch] Mismatch in ifdefs can cause problems o ports/166546 kde [PATCH] multimedia/qt4-phonon-gst: do not remove a dir f ports/166545 bapt [PATCH] devel/djgpp-binutils: add forgotten @dirrmtry o ports/166544 mich [PATCH] mail/smtprc: fix plist (@dirrmtry) o docs/166541 wblock [patch] Clarification for configuration file handling o ports/166540 lua [patch] port lang/lua update to 5.1.5 f ports/166539 [patch] net-mgmt/nfdump: update to 1.6.6 o ports/166532 acm [patch] editors/lazarus: add conflicts with slave port o ports/166530 jadawin [PATCH] www/p5-W3C-LinkChecker: Add missing DEPENDS o ports/166527 lth [PATCH] www/p5-Catalyst-Component-ACCEPT_CONTEXT: Add f ports/166526 perl [PATCH] www/p5-WWW-iTunesConnect: add missing DEPENDS o ports/166525 kuriyama [PATCH] www/p5-Corona: add TEST_DEPENDS o ports/166513 nivit [PATCH] databases/py-sqlalchemy06: switch to PGSQL kno o ports/166512 nivit [PATCH] databases/py-sqlalchemy: switch to PGSQL knob o ports/166511 wen [PATCH] graphics/mapserver add cairo support o docs/166502 doc [PATCH] porters-handbook: add make readme to testing, a docs/166497 eadler [patch] crypt(3) man page incorrectly documents modula o ports/166494 sylvio [PATCH] devel/cdialog: update to 1.1.20120215,1 o ports/166490 kuriyama [PATCH] devel/p5-Devel-Declare-Parser: add TEST_DEPEND o ports/166488 apache [PATCH] www/mod_auth_imap2: add dovecot patch o conf/166484 rc [rc] [patch] rc.initdiskless patch for different major f ports/166478 apache [PATCH] www/mod_auth_openid: change depends from sqlit o ports/166476 miwi [PATCH] mail/mmc: Added PORTSCOUT Variable, take maint o ports/166472 miwi [PATCH] mail/spamguard: update to 1.8, take maintainer f ports/166471 delphij [PATCH] Add a rc.d script for security/sshguard p kern/166459 jkim [atkbdc] [patch] other id for atkbdc o ports/166456 miwi [PATCH] math/jacal: update to 1c2, take maintainership o ports/166454 miwi [PATCH] math/fftw: Added PORTSCOUT Variable, Renamed p o ports/166453 miwi [PATCH] math/fung-calc: Added Portscout variable, take o bin/166448 [patch] newsyslog(8): newsyslog -t fails to find previ o ports/166445 jgh [PATCH] www/resin3: reorganize rc script o ports/166433 miwi [PATCH] math/labplot: update to 1.6.0.3, take maintain o ports/166432 kuriyama [PATCH] www/p5-HTML-Shakan: add TEST_DEPENDS o ports/166431 kuriyama [PATCH] www/p5-Plack-Server-Coro: add TEST_DEPENDS o ports/166430 kuriyama [PATCH] www/p5-Plack-Middleware-Auth-Digest: add TEST_ o ports/166426 kuriyama [PATCH] www/p5-HTTP-MobileAgent-Plugin-Locator: add TE o ports/166425 kuriyama [PATCH] www/p5-HTTP-Router: add missing DEPENDS o ports/166409 skv [patch] databases/sqlrelay: update to 0.43 and unbreak o ports/166397 kuriyama [PATCH] www/p5-HTTP-Session-State-MobileAgentID: add T o ports/166395 miwi [PATCH] math/jakarta-commons-math: update to 2.2, take p kern/166382 mav [snd_hda] [patch] snd_hda(4) is in a bad state after s o ports/166381 portmgr [patch] bsd.port.mk: COPYTREE_* doesn't respect ${CHMO o ports/166377 sunpoet [PATCH] make net-mgmt/ettercap compile with clang o ports/166376 miwi [PATCH] www/p5-MediaWiki-API: add missing DEPENDS f ports/166375 swills [PATCH] www/p5-Net-Flickr-API: add missing DEPENDS o ports/166374 lth [PATCH] www/p5-POE-Filter-HTTP-Parser: add TEST_DEPEND o kern/166372 net [patch] ipfilter drops UDP packets with zero checksum o ports/166371 miwi [PATCH] multimedia/gxmms: update to 0.3.0, take mainta o ports/166370 [patch] ports/unreal does not build on system without o bin/166364 [patch] make ps(1) display 8-bit characters as such f ports/166362 swills [PATCH] www/p5-Template-Mustache: add missing DEPENDS f ports/166361 swills [PATCH] devel/p5-Test-Mini: add missing DEPENDS f ports/166360 swills [PATCH] www/p5-Template-Simple: Add missing DEPENDS o ports/166359 kuriyama [PATCH] www/p5-Template-Plugin-JSON: add TEST_DEPENDS f ports/166356 swills [PATCH] www/p5-WWW-Google-News: add missing DEPENDS f ports/166355 swills [PATCH] www/p5-WWW-Shorten-0rz: add TEST_DEPENDS f ports/166353 swills [PATCH] www/p5-WebService-Simple: add TEST_DEEPNDS f ports/166351 swills [PATCH] www/p5-Xango: mark DEPRECATED since it's gone f ports/166350 swills [PATCH] www/p5-HTML-Sanitizer: mark DEPRECATED since i f ports/166348 swills [PATCH] www/p5-Catalyst-Plugin-Textile: add missing DE o ports/166346 lth [PATCH] www/p5-Catalyst-Plugin-Static: add missing DEP o ports/166345 skv [PATCH] www/p5-Catalyst-Plugin-Server: add missing DEP f ports/166344 swills [PATCH] www/p5-Catalyst-Plugin-Scheduler: add missing f ports/166343 swills [PATCH] www/p5-Catalyst-Plugin-Params-Nested: add TEST o ports/166342 kuriyama [PATCH] www/p5-HTTP-MobileAgent-Plugin-Charset: add TE o ports/166339 miwi [PATCH] multimedia/gopchop: Added portscout flags, ren o conf/166330 eadler [rc] [patch] Thin server configuration revision reques f ports/166327 jgh [PATCH] textproc/dblatex: update to 0.3.2 o ports/166324 swills [PATCH] textproc/augeas: Fix bug when used with Puppet o ports/166323 miwi [PATCH] multimedia/ksubeditor: Block PORTSCOUT from re o ports/166319 uqs [PATCH] games/bsdgames: battlestar needs fixing o ports/166316 miwi [PATCH] multimedia/photofilmstrip: Block PORTSCOUT fro o ports/166315 miwi [patch] devel/lua-alien: remove LICENSE dup, #-fno-sta f ports/166310 scheidell [PATCH] mail/p5-Mail-SpamAssassin: add support for Aut o bin/166308 [patch] fdisk(8) add an option to list all partitions o ports/166306 miwi [PATCH] misc/floatator: Blocking portscout from report o ports/166305 miwi [PATCH] misc/gkrellmlaunch: Block Block portscout from o ports/166304 miwi [PATCH] misc/mtx: update to 1.3.12, take maintainershi o ports/166298 miwi [PATCH] net/pear-SOAP: update to 0.13.0, take maintain f ports/166295 swills [PATCH] www/p5-Catalyst-Plugin-Session-Store-DBIC: add f ports/166294 swills [PATCH] www/p5-Catalyst-Plugin-Unicode-Encoding: add T f ports/166289 jgh [PATCH] textproc/lucene: update to 3.5.0, build from s f ports/166284 swills [PATCH] www/p5-Catalyst-TraitFor-Controller-DBIC-DoesP f ports/166283 swills [PATCH] www/p5-CGI-Application-Plugin-HtmlTidy: update o ports/166282 kuriyama [PATCH] www/p5-HTTP-Engine: add missing DEPENDS o ports/166279 gnome [patch] graphics/gtk-update-icon-cache: fix pre-config o ports/166278 itetcu [patch] devel/libexecinfo: backtrace_symbols_fd() outp o ports/166277 swills [PATCH] www/p5-WWW-GitHub-Gist: add missing DEPENDS o ports/166271 kde [PATCH] deskutils/kdepimlibs4 doesn't compile with cla f ports/166269 swills [PATCH] www/p5-Catalyst-Plugin-Session-Store-Delegate: f ports/166263 swills [PATCH] www/p5-CGI-Application-Server: add missing DEP f ports/166258 swills [PATCH] www/p5-CGI-Application-Plugin-DevPopup: add mi f ports/166257 swills [PATCH] www/p5-CGI-Application-Plugin-AnyTemplate: add o kern/166255 net [net] [patch] It should be possible to disable "promis o ports/166253 pgollucci [PATCH] sysutils/rsyslog5: update to 5.8.9 o bin/166241 sysinstall [patch] Speedup and some improvements of sysinstall(8) o kern/166239 [modules] [patch] missing module dependencies o ports/166228 timur [PATCH] devel/p5-DateTime-Format-Natural: update to 0. o ports/166226 portmgr [patch] [exp-run] Mk/bsd.python.mk: Fix python -c comm o ports/166222 kmoore [patch] clang build for x11/libfm o ports/166221 kmoore [patch] clang build for x11/menu-cache o ports/166212 makc [patch] Maintainer change and port upgrade for games/c o ports/166209 [PATCH] cad/verilog-mode.el port update o ports/166202 obrien [patch] editors/vim: respect WITHOUT_NLS f ports/166189 pgollucci [PATCH] databases/xtrabackup: update to 1.6.5 o ports/166188 portmgr [PATCH] ports/Makefile use documented sort syntax o ports/166184 roberto [PATCH] devel/mercurial: update to 2.1.1 o ports/166183 wblock [PATCH] devel/arduino update to work with avr-libc 1.8 o bin/166181 eadler [patch] calendar(1): calendar -a does not work o ports/166180 rea [PATCH] mail/exim: configure phase fails with CFLAGS c o ports/166173 marcus [PATCH] ports-mgmt/portlint: add TEST_DEPENDS support o ports/166171 lth [PATCH] textproc/p5-XML-SAX-Expat-Incremental: add TES o ports/166170 demon [PATCH] textproc/p5-XML-Validate: add missing DEPENDS, f ports/166169 swills [PATCH] textproc/p5-XML-Canonical: add missing DEPENDS f ports/166166 cs [patch] audio/audacity-devel: Update audacity-devel to o bin/166159 [patch] Fix clang-only build for buildworld. f ports/166158 swills [PATCH] textproc/p5-Text-Markdown: add missing DEPENDS f ports/166150 swills [PATCH] textproc/p5-XML-Compile-Dumper: add missing DE f ports/166136 [patch] databases/freetds-devel properly link tds modu o ports/166133 clsung [PATCH] textproc/p5-Search-Estraier: add TEST_DEPENDS, f ports/166131 swills [PATCH] textproc/p5-XML-Rewrite: add missing DEPENDS o bin/166130 [patch] man(1): i can not read japanese manual on ja_J f ports/166129 swills [PATCH] textproc/p5-Perl-Critic-Bangs: add TEST_DEPEND o ports/166128 lth [PATCH] textproc/p5-Perl-MinimumVersion: add TEST_DEPE o ports/166127 skreuzer [PATCH] textproc/p5-Parse-BooleanLogic: add TEST_DEPEN f ports/166108 crees [patch] mail/qpopper: failing sendmail detection. o ports/166102 wen [PATCH] textproc/p5-LaTeX-Pod: add missing DEPENDS f ports/166099 jgh [PATCH] www/pivot-weblog: remove invalid post-deinstal f ports/166095 swills [PATCH] textproc/p5-EBook-Tools: update to 0.4.9 o ports/166087 ruby [patch] www/redmine: update to 1.3.2 o kern/166086 wireless [Patch][ath] Reflect state of rfkill switch in a sysct o ports/166085 miwi [PATCH] security/gnome-ssh-askpass: update to 5.8p2_10 f ports/166070 swills [PATCH] sysutils/p5-ZConf-Cron: add missing DEPENDS, o f ports/166069 cs [patch] deskutils/calibre: update to version 0.8.41 o ports/166066 tabthorpe [patch] Adding AGPLv3 in Mk/bsd.licenses.db.mk o bin/166056 [patch][bin] find(1) fails with .: permission denied, f ports/166055 [patch] x11/fireflies does not build with x11-toolkits o ports/166031 fluffy [PATCH] news/inn: Perl 5.12 deprecated $[ o ports/166012 hselasky [patch] multimedia/webcamd: attach to input devices, e o ports/166001 lippe [PATCH] graphics/p5-Geo-Proj4: update to 1.03 f ports/165997 zi [PATCH] security/openconnect: fix on FreeBSD 10.0 o ports/165994 jgh [patch] fix several usages of ${SRC_BASE} before it is f ports/165974 ohauer [patch] port net-mgmt/rancid update to 2.3.8 o kern/165970 eadler [libc] [patch] strtonum() optimization o ports/165952 portmgr [patch] bsd.port.mk: add USE_QT4 to include bsd.qt.mk o ports/165937 itetcu [patch] port ports-mgmt/tinderbox fix MD5_FILE -> DIST o ports/165931 danfe [patch] update x11/nvidia-driver x11/nvidia-settings x o docs/165929 doc [patch] msync(2) man page indicates obsolescence, but o ports/165926 [patch] deskutils/cairo-dock-plugins fix many bugs o ports/165925 [patch] deskutils/cairo-dock fix many bugs o ports/165913 ak [patch] x11-wm/vtwm: update to 5.5.0-rc7 p ports/165908 eadler [patch] x11-servers/xorg-server has runtime dependency f ports/165885 swills [PATCH] security/p5-Crypt-Twofish_PP: add missing DEPE o kern/165863 net [panic] [netinet] [patch] in_lltable_prefix_free() rac o ports/165860 skreuzer [PATCH] security/p5-Crypt-Cryptix: mark deprecated, go o ports/165859 cy [patch] sysutils/cfengine3: libpcre is no longer optio o ports/165840 clsung [PATCH] net/p5-Net-Address-Ethernet: Add missing DEPEN o ports/165839 marcus [PATCH] audio/rhythmbox: Remove audio/libmusicbrainz d f ports/165832 swills [PATCH] net/p5-Net-Services: Mark DEPRECATED since it' o ports/165828 clsung [PATCH] net/p5-Net-Random: add missing DEPENDS f ports/165822 swills [PATCH] net/p5-Net-LDAP-Express: Add missing DEPENDS o bin/165821 [patch] dumpfs(8): missing "-J" in "dumpfs -m" for gjo o ports/165820 x11 [PATCH] x11-toolkits/libXaw: Respect NOPORTDOCS env v o conf/165817 [periodic] [patch] /etc/periodic reports misconfigurat o ports/165814 miwi Build multimedia/dirac with clang [patch] p kern/165804 remko [uart] [patch] Add support for MosChip MCS9904 PCIe x1 f ports/165801 swills [PATCH] net/p5-Net-WhitePages: add missing DEPENDS o ports/165796 sumikawa [PATCH] update net/miredo to 1.2.5 o ports/165781 bapt [patch] update font ports management o ports/165747 gahr [PATCH] audio/tcd: Remove musicbrainz support o ports/165720 yzlin [PATCH] www/suphp: [Add support for lighttpd] o kern/165710 [libc] [patch] RPC: getnetconfig() and other netconfig o kern/165700 [libstand] [patch] pxeboot discards network mask assig o bin/165699 eadler [patch] make sbin/mca compile with clang f ports/165691 swills [PATCH] mail/p5-ZConf-Mail: correct DEPENDS o ports/165687 knu [PATCH] textproc/ruby19-rdtool: update to 0.6.33 o ports/165673 rodrigc [patch] sysutils/xfsprogs undefined ref to posix_fadvi o bin/165654 [patch] make pmcannotate(8) work on amd64 o kern/165643 net [net] [patch] Missing vnet restores in net/if_ethersub p kern/165630 brucec [ndis][panic][patch] IRQL_NOT_GREATER_THAN o kern/165622 net [ndis][panic][patch] Unregistered use of FPU in kernel p bin/165589 fjoe [patch] make make(1) errors more apparent o ports/165584 x11 [PATCH] x11-fonts/libXfont: fix typo in COMMENT s ports/165574 mandree [PATCH] databases/db5: update to 5.3.15.0 o kern/165559 kib [ufs] [patch] ufsmount.h uses the 'export' keyword as f ports/165545 python [patch]: net-mgmt/collectd5 doesn't compile against la o ports/165539 swills [PATCH] www/p5-HTML-FormHandler: add additional TEST_D o kern/165533 [lpr] [patch] wrong 661 permission for /var/spool/outp o kern/165527 [libc] [patch] setgroupent() does not make file descrp p bin/165515 jail [jail][patch] "jail: unknown parameter: allow.nomount" o ports/165481 itetcu [PATCH] audio/cpige broken on amd64 , patch attached o ports/165451 python lang/python27 has incorrect CFLAGS when building with o ports/165450 portmgr [patch] Mk/bsd.port.mk: COPYTREE_* macro enhancements o kern/165444 [netisr] [patch] incorrect processing of net.isr.bindt p docs/165431 gjb [patch] spelling corrections in 23 manpages p bin/165429 glebius [patch] wall(1): add multibyte character support o kern/165428 geom [glabel][patch] Add xfs support to glabel o ports/165419 portmgr [patch] Mk/bsd.port.mk: "make showconfig" to tell whet o ports/165416 johans [PATCH]lang/ocaml-doc: update to 3.12.1 o ports/165406 mm [PATCH] devel/binutils: enable gold and sysroot suppor o bin/165384 [PATCH] rtadvd(8): Add option to suppress RA prefix in o ports/165376 nivit [PATCH] textproc/gladtex: migrate from libungif to gif f ports/165341 sunpoet [patch] audio/p5-Ogg-Vorbis-Header fails to build o ports/165328 ashish [PATCH] editors/emacs22: switch from libungif to gifli o ports/165327 ashish [PATCH] editors/emacs21: migrate from libungif to gifl o ports/165312 matthew [patch] security/apg typo o kern/165296 net [vlan] [patch] Fix EVL_APPLY_VLID, update EVL_APPLY_PR f ports/165247 [PATCH] audio/alsa-plugins: remove parts of FreeBSD-sp o ports/165238 portmgr [bsd.port.mk] [patch] Resize port config dialog box in f ports/165197 [patch] benchmarks/xdd: fix CPU detection slew of stri o kern/165190 ipfw [ipfw] [lo] [patch] loopback interface is not marking o kern/165174 net [patch] [tap] allow tap(4) to keep its address on clos f ports/165159 miwi [PATCH] lang/ocaml: fix build error for systems that u p stand/165155 jilles [PATCH][bin][standards] xargs does not print diagnosti o ports/165143 portmgr [exp-run] [patch] devel/apr: CVE / Update / exp-run / a ports/165125 linimon [patch] ports/Mk/bsd.port.mk misspelling correction a ports/165046 sahil [PATCH] mail/postfix preserve ident in mailer.conf o sparc/165025 sparc64 [PATCH] zfsboot support for sparc64 o ports/165023 gordon [patch] devel/p4v port is marked broken and also stale o ports/165003 sunpoet [patch] audio/icecast2 2.3.2 may leak memory and take o bin/164976 [PATCH] tzsetup(8): Fix VERBOSE reporting on results w p docs/164940 eadler [PATCH] xref err.3 in strerror.3 o docs/164939 eadler [PATCH] add a standards section to err.3 o docs/164938 eadler [PATCH] consistently use file system in config and tun o bin/164933 [nfs] [patch] mountd(8) drops mixed security flavors f o ports/164905 gecko www/seamonkey fails to build with clang [patch] o ports/164870 tabthorpe [PATCH] bsd.licenses.mk Set IGNORE if BATCH is set and o ports/164855 olgeni [PATCH] textproc/py-chardet a ports/164847 linimon [bsd.port.mk] [patch] java/diablo-jdk16 does not build o ports/164785 sylvio [patch] devel/bglibs: linking with libbg causes time(3 o kern/164724 [dtrace] [patch] Signal bug in Dtrace o kern/164674 standards [patch] [libc] vfprintf/vfwprintf return error (EOF) o o bin/164672 [patch] mptutil(8): fix build error with DEBUG o kern/164656 [headers] [patch] Add size_t declaration to ucontext.h o ports/164638 portmgr [bsd.port.mk] [patch] architecture and OS version depe o ports/164625 lme [PATCH] port net-mgmt/icinga to support IDOUtils o ports/164618 lx [patch] textproc/scim: building with clang failed o bin/164604 [patch] tftp(1): TFTP pxeboot: should use root-path pr p bin/164570 maxim [patch] pom(6) wrong usage message o bin/164561 portmgr [patch] pkg_version(1): update references to INDEX-8 f o ports/164544 miwi [patch] x11-servers/xorg-server: prune unused deps f ports/164539 miwi [patch] Update for audio/libmtp (from 1.0.6 to 1.1.1) o kern/164538 miwi [acpi_ibm] [patch] add support for newer Lenovo ThinkP o bin/164535 [patch] ps(1) truncates command to screen size even wh o ports/164502 [patch] news/sabnzbdplus not starting on boot o kern/164499 wireless [wi] [patch] if_wi needs fix for big endian architectu o ports/164488 timur [patch] devel/talloc,devel/tdb: fix compile with MAKE_ o ports/164423 portmgr [bsd.port.mk] [patch] Pass MAKE_ENV to recursive make o ports/164422 portmgr [bsd.port.mk] [patch] Force removal of OPTIONS file di o bin/164378 [patch] improvement of pkg_info(1) warning o kern/164369 adrian [if_bridge] [patch] two STP bridges have the same id o ports/164351 portmgr [bsd.port.mk] [patch] fix simple race condition in mak p ports/164349 x11 [PATCH] x11/libXinerama :1 LeftOf or Above :0 mouse is p bin/164317 glebius [patch] write(1): add multibyte character support p kern/164313 jhb [pci] [patch] Fix pci_get_vpd_readonly_method o bin/164302 [patch] mail(1) expands aliases beyond # o ports/164298 pgollucci [PATCH] Make print/foomatic-filters not eat PS files o kern/164265 net [netinet] [patch] tcp_lro_rx computes wrong checksum i o kern/164261 fs [nullfs] [patch] fix panic with NFS served from NULLFS f ports/164243 miwi [PATCH] emulators/dosbox: Fix build with clang o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o ports/164235 pgollucci [patch] graphics/vigra: update to 1.8.0 o docs/164217 eadler [patch] correct synchronize flag in setfacl(1) manpage o kern/164210 [build] [patch] buildworld WITHOUT_OPENSSL stops at us o kern/164209 [build] [patch] buildworld WITHOUT_OPENSSL stops at us o kern/164208 [build] [patch] buildworld WITHOUT_OPENSSL stops at li a ports/164207 linimon [PATCH] bsd.port.mk includes top-level Makefile.inc fr o misc/164206 [build] [patch] buildworld WITHOUT_OPENSSL stops at li o ports/164190 mm [PATCH] devel/liboil: Fix build with clang o ports/164187 gnome [PATCH] net/avahi etc should use USERS f ports/164181 eadler [PATCH] www/xxxterm: Fix ssl_ca_file path and style p usb/164090 remko [umodem] [patch] Add sysctl with ucom unit number f ports/164050 portmgr [bsd.port.mk] [patch] Ports fail to compile if unzip i p bin/164042 emaste [PATCH] tzsetup(8): Fix VERBOSE to work with new UTC m p bin/164041 emaste [PATCH] tzsetup(8): Remove unnecessary code duplicatio p bin/164039 emaste [PATCH] tzsetup(8): Don't write /var/db/zoneinfo eithe p bin/164038 wollman [PATCH] tzsetup(8): Increase buffer size to hold error o ports/164010 timur [patch] net/samba36: Split up samba scripts into more o kern/163986 [modules] [patch] avoid reloading modules in devd for o kern/163978 [hwpmc] [patch] Loading hwpmc with an unknown cpuid ca o kern/163932 [PATCH] [cam] Fix detection of LUN 1 for Garmin GPS de f ports/163924 miwi [PATCH] archivers/xarchiver, warning when delete deskt o ports/163909 bf [MAINTAINER-UPDATE][PATCH] please update math/lapacke o ports/163908 fluffy [patch] filesystem based race condition in multimedia/ o ports/163884 nivit [Patch]databases/py-sqlalchemy:strict depend on py-MyS p bin/163863 [patch] adduser(8): confusing usr.sbin/adduser output o bin/163847 [PATCH] German filename conversion scheme for mount_nw o conf/163828 [patch] /etc/periodic/daily/110.clean-tmps tries to un p conf/163789 eadler [patch] Make etc/Makefile more conflict resistant o conf/163778 imp [patch] Conditionalize tools in the source tree o bin/163775 [patch] sfxge(4) explitly sets -g -DDEBUG=1; infects k o bin/163769 [patch] fix zpool(8) compile time warnings o misc/163768 [patch] [boot] fix non-ficl compile time warnings o ports/163762 pgollucci [PATCH] multimedia/mythtv still thinks it's 0.24.0 o ports/163751 lme [PATCH] games/scummvm: chase audio/fluidsynth shlib ve o docs/163742 doc [patch] document failok mount(8) option o kern/163724 wireless [mwl] [patch] NULL check before dereference f ports/163718 dinoex [PATCH] graphics/jasper: security updates for CVE-2011 o kern/163713 scsi [aic7xxx] [patch] Add Adaptec29329LPE to aic79xx_pci.c f ports/163684 olgeni [PATCH] lang/clojure-mode.el: update to 1.11.5 o ports/163675 pgollucci [PATCH] devel/buildbot: update to 0.8.5 o ports/163674 pgollucci [PATCH] devel/buildbot-slave: update to 0.8.5 p conf/163668 jh [patch] fstab[5] 'failok' option has no effect on miss o ports/163647 pgollucci [patch] sysutils/xosview: does not build on 10-CURRENT o ports/163643 pgollucci [patch] astro/wmspaceweather: URL changed + two minor o ports/163583 [patch] x11/kdelibs3 conflicts with openssl-1 f ports/163555 danfe [PATCH] irc/bitchx is out of date and BitchX 1.2 does a ports/163550 dinoex [patch] ftp/vsftpd{,-ext}: respect CC/CFLAGS/STRIP uni p kern/163545 np [cxgb] [patch] Return of uninitialized value in Chelsi o bin/163515 [patch] b64encode(1)/uuencode(1) create files with no o ports/163514 itetcu [PATCH] ports-mgmt/tinderbox-devel: Report the proper o ports/163511 portmgr [PATCH] bsd.port.mk: Allow existing users on system to o conf/163508 rc [rc.subr] [patch] Add "enable" and "disable" commands a java/163456 java [patch] java/openjdk6: build and distribute open timez o ports/163454 gecko [patch] www/firefox-beta: unbreak with libc++ o kern/163450 [puc] [patch] new pci quad serial card supported by pu o conf/163321 rc [rc.conf] [patch] allow _fib syntax in rc.conf o ports/163291 doceng [PATCH] print/ghostscript9: Automatically disable X11 o ports/163226 obrien [patch] vietnamese/libviet: respect CC/CFLAGS o bin/163219 gtetlow [patch] man: fix 'zcat: standard input is a terminal - o docs/163149 doc [patch] Red Hat Linux/i386 9 HTML format sudo man page o ports/163066 eadler [patch] bsd.database.mk: Allow db5 to be selected by U o ports/163063 python [PATCH] fix for ports-mgmt/portbuilder o ports/163056 miwi [patch] audio/xmms2: update to 0.8 o ports/163055 mm [patch] multimedia/ffmpeg: broken without /usr/bin/per o bin/163053 [patch] camcontrol(8): 'camcontrol nego -D' is ignored p docs/163043 eadler [patch] gsched.8: remove reference to gsched_as a kern/163020 geom [geli] [patch] enable the Camellia-XTS on GEOM ELI a ports/162995 linimon [bsd.port.mk] [patch] Add USE_READLINE knob o ports/162924 portmgr [bsd.port.mk] [patch] report more information at port/ o ports/162920 miwi [patch] respect STRIP/LDFLAGS consistently across untr o misc/162866 [build] [patch] extract revision from hg in newvers.sh p kern/162789 glebius [PATCH] if_clone may create multiple interfaces with t o ports/162768 pgollucci [PATCH] ftp/proftpd port update which fixes mod_sql_my o docs/162765 eadler [patch] lseek(2) may return successful although no see o ports/162726 miwi [PATCH] update graphics/box to 0.3.0 and graphics/boxe o ports/162721 portmgr [PATCH] bsd.port.mk: config target should complain if o bin/162670 gabor [patch] libkiconv doesn't work with iconv() in libc p bin/162661 gavin [patch] ftp(8) is giving up on IPv6 o ports/162602 pgollucci devel/st [patch] event.c missing from work/st-1.9/Make o ports/162593 miwi [patch] devel/libmba: respect CC/CFLAGS, drop unused c o ports/162510 nork [patch] Upgrade graphics/OpenEXR to version 1.7.0 o ports/162414 cy [PATCH] sysutils/syslog-ng: misc. fixes a ports/162397 linimon [patch] Mk/bsd.port.mk: add new target add-plist-build o kern/162396 [libc] [patch] remove loop in globpexp1()@lib/libc/gen o ports/162381 sunpoet [PATCH] audio/icecast2 upgrade to kh development branc o kern/162347 secteam [kernel] [patch] remove the extra variable in /sys/lib a ports/162264 cy [patch] unbreak net/tridiavnc for non-i386 p ports/162227 gnome [patch] devel/glade3: update to 3.8.0 o kern/162201 zec [ip] [patch] multicast forwarding cache hash always al o kern/162181 multimedia [snd_emu10k1] [patch] The kernel sound driver module s o bin/162175 sysinstall [patch] bsdinstall(8): add keymap selection loop and t o kern/162174 [kernel] [patch] rman_manage_region() error return pat o ports/162042 bapt [patch] multimedia/libass: add HARFBUZZ option o kern/162028 net [ixgbe] [patch] misplaced #endif in ixgbe.c o kern/162009 [patch] [kerberos] getpwnam_r buf too small nfs assign o bin/161986 [patch] netstat(1): Interface auto-width in "netstat - o ports/161984 autotools [patch] devel/libtool: don't split INFO doc (install) o kern/161936 csjp [openbsm][patch] praudit can produce invalid XML outpu o kern/161912 [kernel] [patch] kernel sends incorrect notify to devc o kern/161908 melifaro [netgraph] [patch] ng_vlan update for QinQ support o kern/161901 [cam] [patch] cam / ata timeout limited to 2147 due to o kern/161897 fs [zfs] [patch] zfs partition probing causing long delay o bin/161893 [patch] sshd(8) DenyUsers user@!*.dom doesn't work o kern/161886 [kerberos] [patch] der_xx_oid not declared before use o gnu/161869 [binutils] [patch] breaks llvm bootstrap on FreeBSD 8. o kern/161854 [kerberos] [patch] _gsskrb5_pname_to_uid lname lookup o kern/161837 sysinstall [libdisk] [patch] sysinstall(8) has a 32 disk limit o kern/161809 scsi [cam] [patch] set kern.cam.boot_delay via build option o bin/161807 fs [patch] add option for explicitly specifying metadata o ports/161783 multimedia [PATCH] multimedia/gpac-libgpac: Fix build with gcc46 o ports/161763 sunpoet [PATCH] audio/icecast2: add favicon.ico p bin/161756 jilles [patch] sh(1) /bin/sh: read files in 1024-byte chunks o www/161672 gavin [patch] add support for 10.x to query-pr o ports/161568 multimedia [PATCH] audio/libsamplerate: samplerate.h has comma at o bin/161548 [patch] getent(1) inconsistent treatment of IPv6 host o bin/161547 sysinstall [patch] bsdinstall(8) should identify wireless network o ports/161546 multimedia [PATCH] multimedia/mkvtoolnix: make some dependencies o gnu/161499 [libstdc++] [patch] Use FreeBSD's atomic.h if no cpu-s o ports/161480 x11 [patch] x11/luit: don't depend on pty(4), use openpty( o bin/161475 [patch] man(1), treat pipe & files w/o slash o kern/161454 [i18n] [patch] because i18n/csmapper/Makefile.part bug o ports/161452 portmgr [kern.post.mk] [bsd.port.mk] [patch] make PORTS_MODULE o ports/161421 gecko [patch] www/firefox: use libevent2 o ports/161417 portmgr [patch] Mk/bsd.port.mk: USE_ICONV, treat iconv() in li o bin/161401 [patch] have service(8) run scripts with the same reso o kern/161326 [build] [patch] cannot buildworld FreeBSD-9.0-BETA3 (R o kern/161277 net [em] [patch] BMC cannot receive IPMI traffic after loa o ports/161271 [patch] x11/cl-clx: loading with clozure fails, dep-op p ports/161164 gnome [PATCH] devel/glade3: update to 3.10.0 o kern/161091 [includes] [patch] Max username length is 16 character o ports/161087 pgollucci [patch] misc/ttyrec: don't depend on pty(4), use openp o bin/161047 sysinstall [patch] bsdinstall(8): should not run on vt0 o bin/161028 [PATCH] service(8) -- Minor improvements o ports/160968 swills [patch] ports/x11/libXi broken manpages o ports/160963 x11 [patch] x11/bigreqsproto: disable specs o conf/160896 imp [nanobsd] [patch] use getopts, jobs option, delay -c u o bin/160834 [patch] grep(1): fixes for POSIX conformance o ports/160798 pgollucci [PATCH] games/wesnoth-devel: update to latest version p ports/160670 gnome [patch] devel/pkg-config: upgrade to version 0.26 o misc/160646 [build] [patch] rework build of osreldate.h to not dep a ports/160643 sunpoet [PATCH] sysutils/createrepo: update to 0.9.9 o bin/160596 eadler [patch] tzsetup(8): Use libodialog when doing tzsetup o kern/160562 geom [geom][patch] Allow to insert new component to geom_ra o kern/160541 virtualization[vimage][pf][patch] panic: userret: Returning on td 0x o misc/160530 imp [nanobsd] [patch] remove hardcoding of slice names o kern/160496 virtualization[vimage] [pf] [patch] kernel panic with pf + VIMAGE o bin/160494 [patch] bsnmpd(1) returns inaccurate data for hrSystem p ports/160490 gnome [PATCH] x11-toolkits/gtk20: drag and drop broken in vn o kern/160443 imp [nanobsd] [patch] make nanobsd builds deterministic an o bin/160433 [patch] syslogd(8) receiver buffer sizes set incorrect p bin/160432 glebius [patch] newsyslog(8): Allow both size and at-time spec o arm/160431 arm [busdma] [patch] Disable interrupts during busdma cach p kern/160430 kientzle [libarchive] [patch] Add __packed to libarchive cpio m o conf/160403 rc [rc] [patch] concurrently running rc-scripts during bo o ports/160397 gahr [patch] sysutils/createrepo -- missing dependencies + o kern/160391 wireless [ieee80211] [patch] Panic in mesh mode o bin/160386 [patch] invert Z axis movement via moused(8) o conf/160373 [pccard] [patch] pccard_ether does not take settings i s docs/160369 gjb [patch] update sample simple makefile with new convent o bin/160295 [patch] ypserv(8): ypserv -P [bin/109494] breaks tcp o kern/160294 [headers] [patch] missing cast in "/usr/include/assert o kern/160283 fs [zfs] [patch] 'zfs list' does abort in make_dataset_ha a bin/160280 [patch] tcpdump(1): Segmentation Fault (core dumped) a ports/160277 kde [PATCH] databases/akonadi: Make MySQL dependency optio o bin/160275 [patch] dtrace(1): dtrace -lv causes "unknown function o conf/160235 eadler [syscons] [patch] Spanish Dvorak keyboard o ports/160010 portmgr [patch] Mk/bsd.port.mk: cleanup orig files in post-pat o ports/159970 portmgr [PATCH] bsd.port.mk Deprecate using PATCHDIR and use F o ports/159946 portmgr [PATCH] [bsd.port.mk] Add support for make search lice o ports/159939 skv [patch] lang/perl5.10 to address build failure in ext/ f ports/159917 bf [PATCH]math/scilab: fix buld with lang/gcc46, blas/lap p docs/159898 hselasky [patch] libusb.3 whitespace, markup, grammar fixes o ports/159874 [patch] sysutils/zfs-snapshot-mgmt: respect local time o ports/159871 johans [PATCH] chinese/zh-tin: update to 1.9.6 o docs/159854 eadler [patch] grammar updates for carp.4 o bin/159833 camcontrol(8): [patch] add ATA security options to cam o ports/159792 x11 [patch] USB HID devices support for x11-drivers/xf86-i o kern/159780 jonathan [kernel] [patch] make sys/vfs_subr.c more jail-friendl o bin/159746 [patch] cat(1) - incorrect output on fstat() failure o kern/159745 [libssh] [patch] Fix improperly specified dependency l a bin/159665 rik [patch] ctm(1) does not work with bzip2 or xz compress o kern/159646 emulation [linux] [patch] bump Linux version in linuxulator o ports/159636 [patch] net/freevrrpd: RC script for freevrrpd that co o conf/159625 [PATCH] replace hardcoded /usr/local with a variable i a ports/159613 gnome [PATCH] misc/gnomehier: use dirrmtry for PREFIX/share/ o usb/159611 miwi [PATCH] USB stick extrememory Snippy needs quirks o kern/159603 net [netinet] [patch] in_ifscrubprefix() - network route c p kern/159602 qingli [netinet] [patch] arp_ifscrub() is called even if IFF_ o kern/159601 net [netinet] [patch] in_scrubprefix() - loopback route re o kern/159356 fs [zfs] [patch] ZFS NAME_ERR_DISKLIKE check is Solaris-s o kern/159355 [kernel] [patch] unp_gc in 8.2 is once again being ove o bin/159352 [libc] [patch] accidental busy-waiting loop in fetch(3 o kern/159351 fs [nfs] [patch] - divide by zero in mountnfs() o docs/159307 doc [patch] lpd smm chapter unconditionally installed o kern/159284 [ata] [patch] Update ATA command-to-string definitions o kern/159279 [headers] [patch] __FreeBSD_cc_version in includes o kern/158376 [udf] [patch] The UDF file system under counts the num o bin/158363 [patch] partial restore problem in restore(8) o ports/158362 sem sysutils/grub [patch] allow GRUB to boot FreeBSD from o kern/158358 [loader] [patch] allow /boot/loader to work from an MB o kern/158351 [cam] [patch] missing #includes in p kern/158339 pjd [rpc] [patch] replay_alloc() could dereference a null o conf/158171 jpaetzel [patch] Modify rc scripts for ftp-proxy and pflog to s o conf/158127 rc [patch] remount_optional option in rc.initdiskless doe o bin/158125 [patch] whois(1) takes too long to move to next addres o kern/158086 [digi] [patch] Update digi(4) to work with TTYng o kern/157946 [patch] 'BSM conversion requested for unknown event' g o conf/157903 [devd.conf] [patch] automated kldload for USB class de f ports/157873 edwin [PATCH] net/dhcprelay: rc.d script does not work o ports/157852 portmgr [patch] Mk/bsd.svn.mk new framework for ports dependin o gnu/157755 [patch] gdb(1) hardware watchpoints do not work correc o docs/157698 doc [patch] gpart(8) man page contains old/incorrect size o ports/157690 portmgr [PATCH] bsd.port.mk: create patch in PATCHDIR instead p kern/157670 bz [patch] IPv6 in IPsec packets always get passed to pfi p bin/157663 dchagin [patch] kdump(1) gets ptrace args wrong o ports/157546 portmgr [PATCH] Add feature to bsd.port.mk: Warn on deinstall o bin/157543 portmgr [patch] pkg_add(1) fails to install with -C from bad p o misc/157533 imp [nanobsd][patch] save_cfg improvements o conf/157466 osa [patch] add src to create /usr/share/calendar/calendar p docs/157453 bjk [patch] document 16-fib cap in setfib.2 o docs/157452 eadler [patch] grammar and style nits in ipfw.8 o bin/157351 [patch] fsdb(8): Add some ports names to See Also for o docs/157316 doc [patch] update devstat(9) man page o docs/157234 doc [patch] nullfs(5): //proc/curproc/file returns "unknow o kern/157209 net [ip6] [patch] locking error in rip6_input() (sys/netin a ports/157206 roam [PATCH] mail/vpopmail{,-devel}: use USERs/GROUPs and . o kern/157200 net [network.subr] [patch] stf(4) can not communicate betw a ports/157128 linimon [PATCH] Mk/bsd.port.mk: add hast user to USERS_BLACKLI o bin/157104 [patch] ntpd(8) with -DDISABLE_IPV6 gives a lot of err o kern/157070 gonzo [gpio] [patch] Improve API description in gpio_if.m o ports/156921 jkim [patch] www/nspluginwrapper-devel: respect STRIP o ports/156901 kde [patch] devel/cmake breaks with CC containing spaces o docs/156853 bcr [patch] Update docs: jail(8) security issues with worl o kern/156770 ipfw [ipfw] [dummynet] [patch]: performance improvement and o kern/156769 [netisr] [patch] netisr: SMP patch for 7.x and 6.x o bin/156768 [patch] sockstat(1): missing spaces between long field o ports/156759 python [patch] lang/python: kevent does not accept KQ_NOTE_EX p kern/156743 thompsa [lagg] [patch] if_lagg should not treat vlan-tagged fr o bin/156703 [patch] find(1) ignores whiteouts even with '-type w' o ports/156674 java [PATCH] java/openjdk6: make x11-fonts/dejavu a build d o conf/156659 [patch] periodic/daily/800.scrub-zfs fails on pool nam o kern/156637 [headers] [patch] sys/types.h can't be included when _ o kern/156513 scottl [aic7xxx] [patch] missing check of scb. o arm/156496 arm [patch] Minor bugfixes and enhancements to mmc and mmc o kern/156481 [kernel] [patch] kernel incorrectly reports PPS jitter o kern/156352 [kernel] [patch] misleading "maxproc limit exceeded by o kern/156283 net [ip6] [patch] nd6_ns_input - rtalloc_mpath does not re s ports/156253 linimon [exp-run] [patch] Update devel/boost-* from 1.45 to 1. o kern/156245 [heimdal] [patch] heimdal 1.1 broken in 8-stable and 8 f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook o kern/156137 [syscons] [patch] support for vi mode keys in scrollba o kern/156130 [kernel] [patch] hints read: resource_longlong_value a o ports/156076 python [patch] databases/py-sqlite3: Undefined symbol "sqlite o ports/156015 pgollucci [PATCH] dns/unbound add MUNIN-plugin o ports/155970 python [PATCH] lang/python: speed up upgrade-site-packages o arm/155894 arm [patch] Enable at91 booting from SDHC (high capacity) o bin/155786 [patch] test(1): '/bin/test -d' fails to report syntax o misc/155765 jail [patch] `buildworld' does not honors WITHOUT_JAIL o conf/155738 portmgr [exp-run] [patch] reaper of the dead: time to BURN_BRI o conf/155737 portmgr [exp-run] [patch] reaper of the dead: remove OBJFORMAT o ports/155696 x11 [patch] x11-servers/xorg-server: chase AIGLX altered d o ports/155683 x11 x11/xdm [patch] Enabling IPv6 support breaks IPv4 o usb/155663 miwi [usbdevs] [patch] Add support for Supertop Nano 1GB US o kern/155658 [amr] [patch] amr_ioctl(): call of malloc() causes mem o ports/155649 bf [PATCH] math/atlas-devel: Add OPTIONS for STATICLIB an o bin/155567 [patch] cvs(1): add -r tag:date to CVS o ports/155526 python [PATCH] devel/py-elementtree: ignore if python >= 2.5 o ports/155524 nivit [PATCH] devel/py-celementtree: ignore if python >= 2.5 o ports/155511 miwi [patch] remove obsolete version check for csup/cvsup f o usb/155496 miwi [usb][patch] support BUFFALO WLI-U2-SG54HG wireless o kern/155441 [loader] [patch] Firewire support in loader is broken o kern/155439 [libkvm] [patch] Spurious error message kvm_nlist: No f ports/155408 portmgr [PATCH] add support for USE_GCC_BUILD to bsd.port.mk o bin/155374 [patch] grdc(6) timing loop still broken o kern/155370 [libpcap] [patch] description string is broken o kern/155353 xen [xen] [patch] put "nudging TOD" message under boot_ver o gnu/155309 [PATCH] gcc: backport bswap32() and bswap64() o arm/155214 arm [patch] MMC/SD IO slow on Atmel ARM with modern large o ports/155201 portmgr [PATCH]bsd.port.mk: fix portion of CONFIGURE_ENV added o bin/155163 trasz [patch] Add Recursive Functionality to setfacl o docs/155149 doc [patch] don't encourage using xorg.conf outside of PRE o conf/155148 [patch] mark /usr/local as nochange in mtree o conf/155147 [patch] remove /etc/X11 from mtree o bin/155104 fs [zfs][patch] use /dev prefix by default when importing o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa o kern/154988 des [libfetch] [patch] lib/libfetch/ftp.c add LIST feature p bin/154954 adrian [patch] csup(1) in the CVS mode terminates before it o kern/154915 [libc] [patch] Force stdio output streams to line-buff o kern/154850 net [netgraph] [patch] ng_ether fails to name nodes when t o ports/154770 portmgr [patch][regression] Mk/bsd.port.mk: do-fetch fails on o usb/154753 miwi [usbdevs] [patch] Support for Qualcomm USB modem/stora o ports/154651 x11 [PATCH] graphics/dri: make it possible to choose which o kern/154597 [pam] [patch] pam_passwdqc incorrectly tells the user o bin/154570 [patch] gvinum(8) can't be built as part of the kernel f ports/154510 x11 [patch] x11/xorg: xorg servers have Motif-crippling bu o conf/154484 [patch] request for new functionality. jail zfs datase o ports/154456 doceng [PATCH] update textproc/docproj to use newer tidy p bin/154407 kientzle [patch] tar(1) ignores error codes from read() just si o ports/154352 pgollucci [patch] multimedia/xmms: update using desktop and mime f ports/154288 glewis [patch] games/nethack*: remove old ports and cleanup l f ports/154254 rene [patch] mail/asmail imap login broken with gmail at al o conf/154246 jail [jail] [patch] Bad symlink created if devfs mount poin o ports/154241 pgollucci [patch] games/wesnoth: move USE_* under bsd.port.optio f ports/154209 python [PATCH] lang/python: Install symlink for ptags o conf/154062 net [vlan] [patch] change to way of auto-generatation of v p bin/154042 delphij [patch] fix several rtprio(1) issues o bin/153993 portmgr [patch] pkg_create(1): have libpkg report which packag o kern/153936 net [ixgbe] [patch] MPRC workaround incorrectly applied to o bin/153801 [patch] btxld(8) produces incorrect ELF binaries f ports/153776 rea [patch] multimedia/mplayer - disabling RTCPU on non-{i o kern/153772 net [ixgbe] [patch] sysctls reference wrong XON/XOFF varia o ports/153744 autotools [patch] devel/autoconf: clean error: Permission denied o docs/153738 doc [patch] Docuement requirement to alter some sysctls wh o bin/153731 [patch] ifconfig(8): ifconfig prints trailing whitespa o kern/153695 fs [patch] [zfs] Booting from zpool created on 4k-sector o conf/153666 rc [rc.d][patch] mount filesystems from fstab over zfs da o bin/153619 [patch] csup(1): prevent infinite cycle on empty ",v" o usb/153599 miwi [usbdevs] [patch] Feiya Elango USB MicroSD reader sync o ports/153578 doceng [patch] textproc/docproj-nojadetex: JadeTeX included w o ports/153567 pgollucci [PATCH] x11/fpc-x11: doesn't respect localbase o conf/153543 [periodic] [patch] Allow periodic to read periodic.con o ports/153541 wxs [patch] devel/git: respect STRIP for stripping p bin/153527 jh [patch] wake(8) should use sysexits.h o kern/153459 [kbdmux][patch] add option to specify built-in keymap o kern/153454 net [patch] [wlan] [urtw] Support ad-hoc and hostap modes o ports/153429 ak [patch] Fix explicite uses of unzip in ports o bin/153426 [patch] fsck_msdosfs(8) only works with sector size 51 o bin/153276 [patch] uudecode(1) error message is incorrect o bin/153258 fs [patch][zfs] creating ZVOLs requires `refreservation' o bin/153252 ipfw [ipfw][patch] ipfw lockdown system in subsequent call o conf/153233 [patch] skel/dot.shrc: use prompt escapes, comment out p bin/153206 maxim [patch] netstat(1): "netstat -sz" doesn't reset any IP o misc/153157 [build] [patch] Add support for generating userland de o conf/153155 hrs [PATCH] [8.2-BETA1] ipfw rules fail to load cleanly on o bin/153154 kientzle [patch][libarchive] fix error handling in mtree parsin o conf/153123 rc [rc] [patch] add gsched rc file to automatically inser o bin/153052 [patch] watch(8) breaks tty on error a docs/153012 doc [patch] iostat(8) requires an argument to -c option o bin/152934 delphij [patch] Enhancements to printf(1) o bin/152928 hrs [patch] rtadvd(8) don't send RA on i/f that's down a ports/152871 linimon [exp-run] [patch] Request for exp-run and comment w/rt o bin/152856 cperciva [patch] allow up to be used instead of update in freeb o ports/152847 pgollucci [patch] port/buildbot-slave could use a startup script o ports/152804 portmgr [patch] Add USE_SRC and ONLY_FOR_*VER to bsd.port.mk o kern/152792 [acpica] [patch] move temperature conversion macros to o bin/152738 [patch] vmstat(8), printhdr() doesn't work correctly w s ports/152547 dougb [PATCH] ports-mgmt/portmaster: support .txz and .tgz p o kern/152485 arundel [patch] seek offset for /dev/null(4) and /dev/zero(4) o conf/152465 simon [jail] [patch] devfs is mounted in jails without rules o kern/152378 multimedia [sound][patch] Update snd_envy24ht to be MPSAFE and us o kern/152253 [digi] [patch] Enhancements to digi(4) to prevent inte o kern/152250 scsi [ciss] [patch] Kernel panic when hw.ciss.expose_hidden o ports/152236 [patch] x11/slim: Enable pam support, add hald and dbu o kern/152232 [syscons] [patch] syscons VGA screensavers don't work o ports/152224 python [patch] fix installed permissions for lang/python27 o kern/152141 net [vlan] [patch] encapsulate vlan in ng_ether before out o bin/152132 script(1): [patch] Useless code in script.c (part 2) o bin/152131 script(1): [patch] Useless code in script.c (part 1) o bin/152084 [patch] pw(8) does not allow @ or ! in gecos o ports/152040 obrien [patch] editors/vim remove gettext autodetection, resp o bin/151996 [patch] new tcpdrop(8) option to select interactively o bin/151976 [patch] mount_nullfs(8) patch to add support for expos o ports/151954 miwi [patch] Mk/*.mk: remove emacs mode, -*- mode: ...; -*- o bin/151937 [patch] netstat(1) utility lack support of displaying o ports/151923 java [patch] java/openjdk6: free and native openjdk bootstr p bin/151866 des [libfetch] [patch] closing the cached FTP connection o bin/151713 fs [patch] Bug in growfs(8) with respect to 32-bit overfl p misc/151698 imp [nanobsd] [patch] Add two new options to nanobsd.sh to p misc/151697 imp [nanobsd] [patch] nanobsd.sh copy links to packages as p misc/151696 imp [nanobsd] [patch] nanobsd.sh doesn't run "make_conf_bu o misc/151695 imp [nanobsd] [patch] Enhance tools/nanobsd/fill_pkg.sh o kern/151629 fs [fs] [patch] Skip empty directory entries during name o bin/151600 [patch] route(8) does not always flush stdout o kern/151449 bz [patch] IPsec SPD rule does not match GIF with IPv6 ad s ports/151424 obrien [patch] make gettext support optionnal in editors/vim o kern/151305 [patch] - CTASSERT(sizeof(struct jmvrec) == JREC_SIZE) o bin/151186 [patch] routed(8) turns RIP off if just one network ca o misc/151141 [tools] [patch] include daily script in !MK_PKGTOOLS c o ports/151042 java [patch] java/openjdk6 Respect CC o bin/151036 [patch] Default snaplen of tcpdump(1) is not adequate o bin/151023 [patch] ping6(8) exits before all ICMPv6 echo replies o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl p bin/150890 kientzle [patch] bsdtar(1) does not always dive into subdirecto o kern/150858 geom [geom] [geom_label] [patch] glabel(8) is not compatibl o bin/150771 [patch] csup(1) GNUmakefile missing o ports/150691 portmgr [patch] Templates/BSD.local.dist: add conf.{avail,d} f o bin/150648 [patch] rshd(8): Incorrect determination of length of o www/150531 pluknet [patch] ru/community/irc.sgml: MFen 1.2 -> 1.4 o bin/150530 [patch] syslogd(8) doesn't support ipv6 addrs as desti o conf/150474 rc [patch] rc.d/accounting: Add ability to set location o o docs/150365 arundel [make.conf] [patch] remove BDECFLAGS from make.conf(5) o kern/150334 geom [geom] [udf] [patch] geom label does not support UDF o ports/150265 doceng [patch] print/ghostscript8 disable bogus port conflict a bin/150262 emulation [patch] truss(1) -f doesn't follow descendants of the o kern/150251 net [patch] [ixgbe] Late cable insertion broken o bin/150229 cperciva [PATCH] update man page of freebsd-update(8) o kern/150206 [patch] nmount(2): can't switch root partition to rw u o conf/150195 [patch] [rc.d] startup script for pfstatd(8) o usb/150189 usb [run] [usb8] [patch] if_run appears to corrupt IP traf o kern/150176 [libpcap] [patch] pcap(3): pcap_read_bpf() p->cc can g p kern/150138 davidxu [patch] signal sent to stopped, traced process not imm o kern/150095 mav [patch] Account for reserved itimers which shouldn't c o ports/150040 [patch] security/fwtk: plug-gw does not run on 64bit a o stand/149980 eadler [libc] [patch] negative value integer to nanosleep(2) o bin/149972 [patch] pw(8): usermod -u should error o kern/149937 net [ipfilter] [patch] kernel panic in ipfilter IP fragmen o kern/149936 [libmagic] [patch] wrong handling of decompression uti o kern/149917 qingli [net] [patch] freebsd 8.1 crash with ECMP o ports/149902 pgollucci [PATCH] mail/dspam: important cleanup o conf/149867 rc [PATCH] rc.d script to manage multiple FIBS (kern opti o conf/149831 rc [PATCH] add support to /etc/rc.d/jail for delegating Z o bin/149806 [patch] OpenBSM auditd(8) fails to expire trails if ho f kern/149803 vwe [patch] loader: set vfs.mount.rootfrom using label p usb/149764 usb [u3g] [patch] usbdevs update: Huawei K3765 3G modem o kern/149580 mav [ata] [patch] When using an SIIG SATA card the error " o docs/149574 doc [patch] update mi_switch(9) man page o bin/149569 [patch] rtld(1): runtime linker unable to load needed p docs/149549 brueffer [patch] MLINK choosethread.9 to runqueue.9 o misc/149510 [build] [patch] CFT: sys/conf/newvers.sh: Cleanup and o www/149446 www [patch] improve misleading title of "report a bug" o misc/149360 gavin [PATCH] update for tools/build/mk/OptionalObsoleteFile o kern/149266 [new driver] [patch] rpi(4) - Comtrol Infinity/Express o kern/149173 fs [patch] [zfs] make OpenSolaris installa o bin/149152 gabor [patch] grep(1): BSD grep loops with EISDIR trying to o kern/149117 net [inet] [patch] in_pcbbind: redundant test o docs/149047 doc [patch] tcsh(1) bears no mention of brace expansion in p kern/149041 olli [drm] [patch] DRM support for Radeon HD 4250 o kern/149015 fs [zfs] [patch] misc fixes for ZFS code to build on Glib o kern/149014 fs [zfs] [patch] declarations in ZFS libraries/utilities o kern/149013 fs [zfs] [patch] make ZFS makefiles use the libraries fro a kern/149012 gavin [headers] [patch] please replace '#include o bin/143365 [patch] incorrect regexp matching in awk(1) o bin/143363 [patch] incorrect handling of \ at the end of line in o kern/143298 secteam [random] [patch] random_yarrow_block() doesn't actuall o gnu/143254 [patch] groff(1) build in base system does not honor P p usb/143186 usb [usbdevs] [usb8] [patch] add USB device IDs for Google o bin/143142 cperciva [PATCH] Fix non-POSIX compliant multiline conditional a usb/143139 usb [umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J o bin/143090 [PATCH] Let indent(1) handle widecharacter literals co o conf/143085 rc [patch] ftp-proxy(8) rc(8) with multiple instances o kern/143073 [patch][panic] unp_gc panic (race with uipc_detach) o bin/143058 [patch] mdconfig(8): make mdconfig -o reserve default p usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d a docs/143041 blackend [handbook] [patch] doc/en__US.ISO8859-1 refers to slip p kern/143033 [headers] [patch] _SWAP not listed in comment in sys/q o usb/142991 usb [uftdi] [usb67] [patch] Patch to add Crystalfontz 533 o conf/142973 rc [jail] [patch] Strange counter init value in jail rc s conf/142972 jail [jail] [patch] Support JAILv2 and vnet in rc.d/jail f usb/142957 usb [umass] [usb8] [patch] patch for USB disk SYNCHRONIZE p kern/142927 thompsa [vlan] [patch] handle parent interface link layer addr o docs/142917 arundel [patch] top(1) man page does not include information a o bin/142913 [patch] netstat(1) -w should produce error message if o bin/142912 [patch] nfsstat(1) -w should produce error message if o bin/142911 [patch] vmstat(8) -w should produce error message if f o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o conf/142817 pf [patch] etc/rc.d/pf: silence pfctl o bin/142814 [patch] add beginning and end offset options to md5(1) o ports/142743 [PATCH] devel/cross-binutils: installed by *-rtems-gcc a bin/142570 portmgr [PATCH] clean up quiet mode (-q | --quiet) output of p o conf/142434 rc [patch] Add cpuset(1) support to rc.subr(8) p docs/142367 roam [patch] wlan(4) does not document requirement for kern o bin/142258 eadler [patch] rtld(1): add ability to log or print rtld erro o docs/142168 doc [patch] ld(1): ldd(1) not mentioned in ld(1) manpage f kern/142085 gavin [puc] [patch] Few lines to pucdata.c to support for Te o kern/142082 dchagin [patch] [panic] linuxulator: getppid: use after free o kern/142018 net [iwi] [patch] Possibly wrong interpretation of beacon- o conf/141909 rc rc.subr(8): [patch] add rc.conf.d support to /usr/loca o bin/141890 [patch] slapd(8): The slapd server starts/restarts way o kern/141682 [libc] [patch] Faster version of strncpy(3) o conf/141678 rc [patch] A minor enhancement to how /etc/rc.d/jail dete o kern/141655 [sio] [patch] Serial Console failure on Dell servers o ports/141641 portmgr [bsd.port.mk] [patch] make 'config-recursive' finish i o conf/141317 jail [patch] uncorrect jail stop in /etc/rc.d/jail p bin/141175 kientzle [patch] New cpio(1) in FreeBSD 8 regressed and left ou o kern/141091 fs [patch] [nullfs] fix panics with DIAGNOSTIC enabled o kern/141090 [kernel] [patch] patch for COMPAT for /sys/sys/sysprot o ports/140939 [patch] security/vuxml: fix and extend files/newentry. o kern/140728 jfv [em] [patch] Fast irq registration in em driver o kern/140661 fs [zfs] [patch] /boot/loader fails to work on a GPT/ZFS- p conf/140650 cperciva [build] [patch] WITHOUT_MODULES cannot be used from ke o kern/140647 jfv [em] [patch] e1000 driver does not correctly handle mu o kern/140619 net [ifnet] [patch] refine obsolete if_var.h comments desc o kern/140597 andre [netinet] [patch] implement Lost Retransmission Detect o kern/140591 multimedia [PATCH][sound] No sound output on lineout/headphone ja p kern/140567 wireless [ath] [patch] ath is not worked on my notebook PC o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d p docs/140457 doc [patch] Grammar fix for isspace(3) o docs/140444 doc [patch] New Traditional Chinese translation of custom- o conf/140440 rc [patch] allow local command files in rc.{suspend,resum s ports/140364 [patch] ports-mgmt/portupgrade-devel: #! line substitu o kern/140349 [libpcap] [patch] libpcap's parser doesn't recognize n a bin/140309 bapt [patch] bad syntax causes yacc(1) segfault o bin/140304 [patch] add MAILFROM ability to cron(8) o ports/140273 [patch] ports-mgmt/portupgrade-devel chokes on bsdpan o conf/140261 rc [patch] Improve flexibility of mdconfig2 startup scrip o power/140241 ppc [kernel] [patch] Linker set problems on PowerPC EABI o kern/140185 [patch] expand_number(3) does not detect overflow in n o bin/140151 [patch] hexdump(1): Fix potential setlocale(3) in hexd o bin/140143 [patch] [rtld] dlopen(3) doesn't promote RTLD_GLOBAL f o kern/140068 fs [smbfs] [patch] smbfs does not allow semicolon in