From nobody Mon Jun 22 07:04:59 2026 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gkK2p70WSz6jKT0 for ; Mon, 22 Jun 2026 07:05:06 +0000 (UTC) (envelope-from polyduekes@proton.me) Received: from mail-4319.protonmail.ch (mail-4319.protonmail.ch [185.70.43.19]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gkK2p4NV0z47HX for ; Mon, 22 Jun 2026 07:05:06 +0000 (UTC) (envelope-from polyduekes@proton.me) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1782111903; x=1782371103; bh=J7iSVvj6Q3CTdVphemZNt6oAvW5arv7JVuVbSUt018k=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=ZMXlYQyT4HqiomyzXcIc7BKYIAr3VUGfcpT4XXJM/bQeXaYsuHAFiO1BZGboT1UV2 n5Ptan6O4pTY6JVlfl/iIN6KGAKpQww/h4INPsBS65nthj9dmcTaESxNsKF061abY0 3CfdrAausg7CLHHxsgjmY1uZSp/Ckt4KnDM1E3DZPdTV2GhAZdd7t6PwQJ70fEglbI tpWNv27ih/0X2Ph3o4vKh6fH60MtNknXoZbQk2JAwEXT9SP3G1KIojG3RCNSL7M2hP 5IGXdJu7X0esdlSCy0HpHznlJPmv6oa+vvAi/xVBlIEDmrOy6O0iOMPab3h0yxQhAU 8YBK6sF2vdOXA== Date: Mon, 22 Jun 2026 07:04:59 +0000 To: Alastair Hogge From: polyduekes@proton.me Cc: freebsd-current@freebsd.org Subject: Re: 16-CURRENT non root users unable to use sound/beep anymore after upgrade to a4ed783cee2a Message-ID: In-Reply-To: References: Feedback-ID: 94987605:user:proton X-Pm-Message-ID: 9bf8f87b0d7c4c3c7ac602a2d2a63822bbe86092 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH] X-Rspamd-Queue-Id: 4gkK2p4NV0z47HX X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated On Monday, June 22nd, 2026 at 12:19 PM, Alastair Hogge agh@riseup.net wrote= : > On 2026-06-22 14:23, polyduekes@proton.me wrote: >=20 > > has something been recently changed in regards to user permissions for = /dev/dsp,i updated my 16-current system after some days and am noticing tha= t now a non root user which was able to access /dev/dsp and play sound is n= ow unable to do so and fails with Failed to open '/dev/dsp': Permission den= ied >=20 > Yes. An audio group was added /etc/group. Have you added yourself to > that? ah i see that's the problem,i upgraded with pkgbase and pkgbase failed to m= erge the existing /etc/group and /etc/group.pkgnew cat /etc/group | grep audio cat /etc/group.pkgnew| grep audio audio:*:43: thanks i manually added the group