Date: Thu, 7 Oct 2021 09:33:57 +0200 From: Hans Petter Selasky <hps@selasky.org> To: Kevin Bowling <kevin.bowling@kev009.com> Cc: Christos Margiolis <christos@margiolis.net>, Mateusz Piotrowski <0mp@freebsd.org>, src-committers <src-committers@freebsd.org>, dev-commits-src-all@freebsd.org, "dev-commits-src-main@FreeBSD.org" <dev-commits-src-main@freebsd.org> Subject: Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. Message-ID: <e4e40b77-dda3-55c4-d055-464d3bc1d325@selasky.org> In-Reply-To: <CAK7dMtCJsepodn=9PGFd-ZKRyLvroT-1hFrLFc1A0=JjFADH4A@mail.gmail.com> References: <202109221803.18MI3gdA013391@gitrepo.freebsd.org> <3d6a23c3-ad2c-4c5b-849e-1ef12dbf8955@FreeBSD.org> <487fa0f2-d845-438f-a035-8b7ccba4285a@selasky.org> <e48b1538-db29-50a4-9cf2-57615144132d@FreeBSD.org> <20211004101726.wraje5ol5vwbhjcv@pleb> <CAK7dMtBAaeKSWxvO_6OdCZbvF0ayekb0neUnge9JTwzLfG5T=Q@mail.gmail.com> <febe1291-e27d-b405-fd68-0417b452e744@selasky.org> <CAK7dMtCJsepodn=9PGFd-ZKRyLvroT-1hFrLFc1A0=JjFADH4A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/6/21 11:11 PM, Kevin Bowling wrote:
> On Wed, Oct 6, 2021 at 1:43 PM Hans Petter Selasky <hps@selasky.org> wrote:
>>
>> On 10/6/21 10:37 PM, Kevin Bowling wrote:
>>> I still get a bunch of spam from rc.d on boot and it doesn't seem to
>>> save my mixer settings on shutdown, is there some settings file I
>>> should blow away or is there a better way to handle upgrades?
>>
>> Hi Kevin,
>>
>> Did you install the new /etc/rc.d/mixer script?
>>
>> Or do you see this diff:
>
> There is no diff with 'diff -u /usr/src/libexec/rc/rc.d/mixer
> /etc/rc.d/mixer' for me.
Could you send those messages to me and Christos off-list? I don't see them.
--HPS
>
>>
>>> diff -u /usr/src/libexec/rc/rc.d/mixer /etc/rc.d/mixer
>>> --- /usr/src/libexec/rc/rc.d/mixer 2021-09-22 22:09:36.193543000 +0200
>>> +++ /etc/rc.d/mixer 2019-12-26 22:43:45.276389000 +0100
>>> @@ -58,7 +58,7 @@
>>>
>>> dev="/dev/${1}"
>>> if [ -r ${dev} ]; then
>>> - /usr/sbin/mixer -f ${dev} -o > /var/db/${1}-state 2>/dev/null
>>> + /usr/sbin/mixer -f ${dev} -s > /var/db/${1}-state 2>/dev/null
>>> fi
>>> }
>>
>> --HPS
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e4e40b77-dda3-55c4-d055-464d3bc1d325>
