From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 2 10:24:00 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C7F716A4DE for ; Sun, 2 Jul 2006 10:24:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EDEA443C3 for ; Sun, 2 Jul 2006 10:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k62A0ckC071946 for ; Sun, 2 Jul 2006 10:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k62A0c40071944; Sun, 2 Jul 2006 10:00:38 GMT (envelope-from gnats) Date: Sun, 2 Jul 2006 10:00:38 GMT Message-Id: <200607021000.k62A0c40071944@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brad Huntting Cc: Subject: Re: kern/97000: [kernel] [patch] bogus "All threads purged from ugen0.1" message X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brad Huntting List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 10:24:00 -0000 The following reply was made to PR kern/97000; it has been noted by GNATS. From: Brad Huntting To: bug-followup@freebsd.org, jh@sandstorm.net Cc: Subject: Re: kern/97000: [kernel] [patch] bogus "All threads purged from ugen0.1" message Date: Sat, 1 Jul 2006 16:43:06 -0600 Note that one of the more nasty side effects of the "All threads purged from ugen0.x" is the fact that the device nodes get remade with default owner and permissions. This results in, many otherwise mild mannered applications having to be run as root for no good reason. brad