From owner-freebsd-bugs@FreeBSD.ORG Sat May 29 17:50:02 2010 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 7EF1A1065672 for ; Sat, 29 May 2010 17:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 435928FC14 for ; Sat, 29 May 2010 17:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4THo2hS023677 for ; Sat, 29 May 2010 17:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4THo289023676; Sat, 29 May 2010 17:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 29 May 2010 17:50:02 GMT Resent-Message-Id: <201005291750.o4THo289023676@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, Demelier David Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49B111065675 for ; Sat, 29 May 2010 17:46:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 01DB58FC12 for ; Sat, 29 May 2010 17:46:27 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4THkQoM012411 for ; Sat, 29 May 2010 17:46:26 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4THkQCO012410; Sat, 29 May 2010 17:46:26 GMT (envelope-from nobody) Message-Id: <201005291746.o4THkQCO012410@www.freebsd.org> Date: Sat, 29 May 2010 17:46:26 GMT From: Demelier David To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/147193: /etc/rc.d/mixer starts too late X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2010 17:50:02 -0000 >Number: 147193 >Category: misc >Synopsis: /etc/rc.d/mixer starts too late >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 29 17:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Demelier David >Release: 8.0-RELEASE-p2 >Organization: >Environment: FreeBSD Abricot.malikania.fr 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #4: Mon May 10 21:15:52 CEST 2010 root@Abricot.malikania.fr:/usr/obj/usr/src/sys/Abricot i386 >Description: When I use musicpd, sometimes I forget to pause/stop it before shutdown my computer. When FreeBSD boot the sound is maybe at a default value and was higher than my value I set in mixer so the sound was too loud. This is because actually the /etc/rc.d/mixer is started after musicpd, so to prevent this I made a little patch but, it works but I don't know if it's the best. See `How to fix' >How-To-Repeat: >Fix: --- mixer.orig 2010-05-29 19:15:27.000000000 +0200 +++ mixer 2010-05-29 19:15:38.000000000 +0200 @@ -29,6 +29,7 @@ # PROVIDE: mixer # REQUIRE: cleanvar +# BEFORE: LOGIN # KEYWORD: nojail shutdown . /etc/rc.subr >Release-Note: >Audit-Trail: >Unformatted: