Devuan logs - #375, boring messages


Message sent to [email protected], Dima Krasner <[email protected]>:


X-Loop: [email protected]
Subject: bug#375: pulseaudio not started in xfce for regular user
Reply-To: Tito <[email protected]>, [email protected]
Resent-From: Tito <[email protected]>
Resent-To: [email protected]
Resent-CC: Dima Krasner <[email protected]>
X-Loop: [email protected]
Resent-Date: Tue, 14 Jan 2020 21:18:02 +0000
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: report 375
X-Devuan-PR-Package: pulseaudio
X-Devuan-PR-Keywords: 
Received: via spool by [email protected] id=B.157903620317681
          (code B); Tue, 14 Jan 2020 21:18:02 +0000
Received: (at submit) by bugs.devuan.org; 14 Jan 2020 21:10:03 +0000
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Tue, 14 Jan 2020 21:10:03 +0000 (UTC)
Received: from smtp.tiscali.it (santino-notr.mail.tiscali.it [213.205.33.215])
	(using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 4A776F60C34
	for <[email protected]>; Tue, 14 Jan 2020 22:09:09 +0100 (CET)
Authentication-Results: vm6.ganeti.dyne.org;
	dkim=pass (1024-bit key; unprotected) header.d=tiscali.it [email protected] header.b="JrIY6zmB";
	dkim-atps=neutral
Received: from [192.168.2.164] ([217.27.115.45])
	by santino.mail.tiscali.it with 
	id qM962100d0yqAhV01M97aY; Tue, 14 Jan 2020 21:09:07 +0000
x-auth-user: [email protected]
To: [email protected]
From: Tito <[email protected]>
Message-ID: <[email protected]>
Date: Tue, 14 Jan 2020 22:09:03 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
 Thunderbird/68.3.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tiscali.it; s=smtp;
	t=1579036147; bh=uQNFGt2tamQ8nUcTsV+nru+Lrjn6TqDLkb0qm+WT4ac=;
	h=To:From:Subject:Date;
	b=JrIY6zmBxs8OsrR+FRkyiTVjLTCQRFjTOai9InsK6DC5gmJcdXemwXEdEc2fo40eC
	 v8W5UnNsWOhF/KNB7UnVO2N24loCO7ttykHHOj5Go/wvHOC52k16Px5hjEHZfep9VI
	 2rMM/T9IxuiHD7mwVtErHaeY24eZwsRC5+9f0ubo=
X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID,
	DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,
	SPF_HELO_PASS,SPF_PASS autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Package: pulseaudio
Version: 12.2-4+deb10u1

Incorrect behavior: the .desktop file installed in
/etc/xdg/autostart/pulseaudio.desktop does not work correctly
for a regular user and pulseaudio is not started in xfce DE.
The .desktop file does start pulseaudio for the root user.

[Desktop Entry]
Version=1.0
Name=PulseAudio Sound System

omissis

Exec=start-pulseaudio-x11
Terminal=false
Type=Application
Categories=
GenericName=
X-GNOME-Autostart-Phase=Initialization
X-KDE-autostart-phase=1

Partial fix:
changing Exec line to Exec=/usr/bin/pulseaudio --start
works for regular users but not for the  root user.

Calling a wrapper script like:

#!/bin/sh
if [ $(id -u) -eq 0 ] ; then
	start-pulseaudio-x11
else
	pulseaudio --start
fi

maybe could work for all users but i did not test it
and probably there is a more orthodox solution.

Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
Content-Type: text/plain; charset=utf-8
X-Loop: [email protected]
From: "Devuan bug Tracking System" <[email protected]>
To: Tito <[email protected]>
Subject: bug#375: Acknowledgement (pulseaudio not started in xfce for
 regular user)
Message-ID: <[email protected]>
References: <[email protected]>
X-Devuan-PR-Message: ack 375
X-Devuan-PR-Package: pulseaudio
Reply-To: [email protected]
Date: Tue, 14 Jan 2020 21:18:04 +0000

Thank you for filing a new bug report with Devuan.

You can follow progress on this bug here: 375: bugs.devuan.org//cgi/bugrepo=
rt.cgi?bug=3D375.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 Dima Krasner <[email protected]>

If you wish to submit further information on this problem, please
send it to [email protected].

Please do not send mail to [email protected] unless you wish
to report a problem with the Bug-tracking system.

--=20
375: bugs.devuan.org//cgi/bugreport.cgi?bug=3D375
Devuan Bug Tracking System
Contact [email protected] with problems

Message sent to [email protected], Dima Krasner <[email protected]>:


X-Loop: [email protected]
Subject: bug#375: pulseaudio not started in xfce for regular user
Reply-To: Mark Hindley <[email protected]>, [email protected]
Resent-From: Mark Hindley <[email protected]>
Resent-To: [email protected]
Resent-CC: Dima Krasner <[email protected]>
X-Loop: [email protected]
Resent-Date: Wed, 15 Jan 2020 10:18:01 +0000
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: followup 375
X-Devuan-PR-Package: pulseaudio
X-Devuan-PR-Keywords: 
References: <[email protected]>
Received: via spool by [email protected] id=B375.157908300427209
          (code B ref 375); Wed, 15 Jan 2020 10:18:01 +0000
Received: (at 375) by bugs.devuan.org; 15 Jan 2020 10:10:04 +0000
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 15 Jan 2020 10:10:04 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id C81BEF60BDA
	for <[email protected]>; Wed, 15 Jan 2020 11:04:46 +0100 (CET)
Received: from apollo.hindleynet ([192.168.1.3] helo=apollo)
	by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
	(Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1irfXY-00053Q-9V
	for [email protected]; Wed, 15 Jan 2020 10:04:44 +0000
Received: from mark by apollo with local (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1irfXX-0006lt-1w
	for [email protected]; Wed, 15 Jan 2020 10:04:43 +0000
Date: Wed, 15 Jan 2020 10:04:43 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Tito,

Thanks for this. Is this the same issue as #276?

Could you check if the fix detailed in

 https://bugs.devuan.org//cgi/bugreport.cgi?bug=276#10

works for you?

Comment out autospawn=no in /etc/pulse/client.conf.d/00-disable-autospawn.conf

Thanks

Mark

Message received at [email protected]:


Received: (at control) by bugs.devuan.org; 15 Jan 2020 10:10:04 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 15 Jan 2020 10:10:04 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 22A13F60B70
	for <[email protected]>; Wed, 15 Jan 2020 11:07:43 +0100 (CET)
Received: from apollo.hindleynet ([192.168.1.3] helo=apollo)
	by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
	(Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1irfaQ-00056U-0B
	for [email protected]; Wed, 15 Jan 2020 10:07:42 +0000
Received: from mark by apollo with local (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1irfaP-0006nc-4p
	for [email protected]; Wed, 15 Jan 2020 10:07:41 +0000
Date: Wed, 15 Jan 2020 10:07:41 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
Subject: Re: pulseaudio: autospawn is required on Beowulf (Ceres)
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

package pulseaudio
merge 318 276 367
tags 318 beowulf
tags 375 beowulf
thanks

Message sent to [email protected], Dima Krasner <[email protected]>:


X-Loop: [email protected]
Subject: bug#375: pulseaudio not started in xfce for regular user
Reply-To: Tito <[email protected]>, [email protected]
Resent-From: Tito <[email protected]>
Resent-To: [email protected]
Resent-CC: Dima Krasner <[email protected]>
X-Loop: [email protected]
Resent-Date: Wed, 15 Jan 2020 13:48:01 +0000
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: followup 375
X-Devuan-PR-Package: pulseaudio
X-Devuan-PR-Keywords: beowulf
References: <[email protected]> <[email protected]> <[email protected]>
Received: via spool by [email protected] id=B375.15790956068940
          (code B ref 375); Wed, 15 Jan 2020 13:48:01 +0000
Received: (at 375) by bugs.devuan.org; 15 Jan 2020 13:40:06 +0000
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 15 Jan 2020 13:40:06 +0000 (UTC)
Received: from smtp.tiscali.it (michael-notr.mail.tiscali.it [213.205.33.216])
	(using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id E4A3EF60C15
	for <[email protected]>; Wed, 15 Jan 2020 14:38:58 +0100 (CET)
Authentication-Results: vm6.ganeti.dyne.org;
	dkim=pass (1024-bit key; unprotected) header.d=tiscali.it [email protected] header.b="A47YleZF";
	dkim-atps=neutral
Received: from [192.168.2.164] ([217.27.115.45])
	by michael.mail.tiscali.it with 
	id qdex2101D0yqAhV01dexK0; Wed, 15 Jan 2020 13:38:58 +0000
x-auth-user: [email protected]
To: [email protected]
From: Tito <[email protected]>
Message-ID: <[email protected]>
Date: Wed, 15 Jan 2020 14:38:54 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
 Thunderbird/68.3.0
MIME-Version: 1.0
In-Reply-To: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tiscali.it; s=smtp;
	t=1579095538; bh=v8KRomKipexdM+euYmayc0bZS0HQJEiVpL6MDQeM8u0=;
	h=To:References:Subject:From:Date:In-Reply-To;
	b=A47YleZFgX8WnmXrgaNdOnnZ7xKlMyD+iWypD2HDx2Nb10P1jFK7ZJHyFpkv089cS
	 BVCi2TYF73JOXx8VMpInEwIuZ9kFQIJ0UviVqVHw+S4K8TpKqVTy9jXDDcgxkqoMpI
	 HzNRtfHZlndKonSy+tbI8j+kMb0Qc2fwiMeNIPmI=
X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID,
	DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,
	SPF_HELO_PASS,SPF_PASS autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

On Wed, 15 Jan 2020 10:04:43 +0000 Mark Hindley <[email protected]> wrote:
> Tito,
> 
> Thanks for this. Is this the same issue as #276?
> 
> Could you check if the fix detailed in
> 
>  https://bugs.devuan.org//cgi/bugreport.cgi?bug=276#10
> 
> works for you?
> 
> Comment out autospawn=no in /etc/pulse/client.conf.d/00-disable-autospawn.conf
> 
> Thanks
> 
> Mark

Yes this fixes it.

Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
Content-Type: text/plain; charset=utf-8
X-Loop: [email protected]
From: "Devuan bug Tracking System" <[email protected]>
To: Tito <[email protected]>
Subject: bug#375: Info received (pulseaudio not started in xfce for
 regular user)
Message-ID: <[email protected]>
References: <[email protected]>
X-Devuan-PR-Message: ack-info 375
X-Devuan-PR-Package: pulseaudio
X-Devuan-PR-Keywords: beowulf
Reply-To: [email protected]
Date: Wed, 15 Jan 2020 13:48:06 +0000

Thank you for the additional information you have supplied regarding
this bug report.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 Dima Krasner <[email protected]>

If you wish to submit further information on this problem, please
send it to [email protected].

Please do not send mail to [email protected] unless you wish
to report a problem with the Bug-tracking system.

--=20
375: bugs.devuan.org//cgi/bugreport.cgi?bug=3D375
Devuan Bug Tracking System
Contact [email protected] with problems

Message sent to [email protected], Dima Krasner <[email protected]>:


X-Loop: [email protected]
Subject: bug#375: pulseaudio not started in xfce for regular user
Reply-To: Mark Hindley <[email protected]>, [email protected]
Resent-From: Mark Hindley <[email protected]>
Resent-To: [email protected]
Resent-CC: Dima Krasner <[email protected]>
X-Loop: [email protected]
Resent-Date: Wed, 15 Jan 2020 15:48:02 +0000
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: followup 375
X-Devuan-PR-Package: pulseaudio
X-Devuan-PR-Keywords: beowulf
References: <[email protected]>
Received: via spool by [email protected] id=B375.157910280415299
          (code B ref 375); Wed, 15 Jan 2020 15:48:02 +0000
Received: (at 375) by bugs.devuan.org; 15 Jan 2020 15:40:04 +0000
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 15 Jan 2020 15:40:04 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 4189EF60C32
	for <[email protected]>; Wed, 15 Jan 2020 16:31:25 +0100 (CET)
Received: from mohindley.plus.com ([81.174.245.179] helo=[192.168.1.9])
	by mx.hindley.org.uk with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256)
	(Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1irkdf-0006xT-2q
	for [email protected]; Wed, 15 Jan 2020 15:31:23 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
X-Mailer: Modest 3.90.7
Content-Type: text/plain; charset=utf-8
Content-ID: <1579102366.29317.4.camel@Nokia-N900>
Date: Wed, 15 Jan 2020 15:32:46 +0000
Message-Id: <1579102366.29317.5.camel@Nokia-N900>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled
	version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

control: merge -1 276 

On Wed, 15 Jan 2020 14:38:54 +0100 Tito wrote:
> Yes this fixes it.

Good. Merging.

We will add this to the release notes.

Mark

Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
Content-Type: text/plain; charset=utf-8
X-Loop: [email protected]
From: "Devuan bug Tracking System" <[email protected]>
To: Mark Hindley <[email protected]>
Subject: bug#375: Info received (pulseaudio not started in xfce for
 regular user)
Message-ID: <[email protected]>
References: <1579102366.29317.5.camel@Nokia-N900>
X-Devuan-PR-Message: ack-info 375
X-Devuan-PR-Package: pulseaudio
X-Devuan-PR-Keywords: beowulf
Reply-To: [email protected]
Date: Wed, 15 Jan 2020 15:48:09 +0000

Thank you for the additional information you have supplied regarding
this bug report.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 Dima Krasner <[email protected]>

If you wish to submit further information on this problem, please
send it to [email protected].

Please do not send mail to [email protected] unless you wish
to report a problem with the Bug-tracking system.

--=20
375: bugs.devuan.org//cgi/bugreport.cgi?bug=3D375
Devuan Bug Tracking System
Contact [email protected] with problems

Message received at [email protected]:


Received: (at 375) by bugs.devuan.org; 15 Jan 2020 15:40:04 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 15 Jan 2020 15:40:04 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 4189EF60C32
	for <[email protected]>; Wed, 15 Jan 2020 16:31:25 +0100 (CET)
Received: from mohindley.plus.com ([81.174.245.179] helo=[192.168.1.9])
	by mx.hindley.org.uk with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256)
	(Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1irkdf-0006xT-2q
	for [email protected]; Wed, 15 Jan 2020 15:31:23 +0000
From: Mark Hindley <[email protected]>
Reply-To: Mark Hindley <[email protected]>
To: [email protected]
Subject: Re: pulseaudio not started in xfce for regular user
X-Mailer: Modest 3.90.7
Content-Type: text/plain; charset=utf-8
Content-ID: <1579102366.29317.4.camel@Nokia-N900>
Date: Wed, 15 Jan 2020 15:32:46 +0000
Message-Id: <1579102366.29317.5.camel@Nokia-N900>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled
	version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

control: merge -1 276 

On Wed, 15 Jan 2020 14:38:54 +0100 Tito wrote:
> Yes this fixes it.

Good. Merging.

We will add this to the release notes.

Mark

Message received at [email protected]:


Received: (at 378) by bugs.devuan.org; 22 Jan 2020 15:12:05 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 22 Jan 2020 15:12:05 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 6BE77F608EC
	for <[email protected]>; Wed, 22 Jan 2020 16:10:06 +0100 (CET)
Received: from apollo.hindleynet ([192.168.1.3] helo=apollo)
	by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
	(Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1iuHdq-0005F4-Ly
	for [email protected]; Wed, 22 Jan 2020 15:10:02 +0000
Received: from mark by apollo with local (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1iuHdo-0000VB-3z
	for [email protected]; Wed, 22 Jan 2020 15:10:00 +0000
Date: Wed, 22 Jan 2020 15:10:00 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
Subject: Re: libpulse0: pulseaudio disable autospawn by default on system
 without systemd
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: reassign -1 pulseaudio
Control: merge -1 276

Thanks. This issue is already reported with the fix which will be
included in the release notes.

Mark

Message received at [email protected]:


Received: (at 403) by bugs.devuan.org; 26 Feb 2020 19:40:03 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 26 Feb 2020 19:40:03 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 3AA0DF608F9;
	Wed, 26 Feb 2020 20:35:18 +0100 (CET)
Received: from apollo.hindleynet ([192.168.1.3] helo=apollo)
	by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
	(Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1j72Sh-0001an-Tl; Wed, 26 Feb 2020 19:35:16 +0000
Received: from mark by apollo with local (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1j72Sh-0002pc-4w; Wed, 26 Feb 2020 19:35:15 +0000
Date: Wed, 26 Feb 2020 19:35:15 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: Pulseaudio dont autostart(Beowulf)
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAH=ZDJNN=qtxQPcaJz3ogder_hqGpV10SYpi75X+BmkiFnJG3g@mail.gmail.com>
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: merge -1 378

On Wed, 26 Feb 2020 10:50:28 -0600 Ian Dupuy <[email protected]> wrote:
> package: pulseaudio
> version: 12.2-4+deb10u1

Thanks.

This is already a know issue and the configuration requirement is included in
the beowulf release notes.

Mark

Message received at [email protected]:


Received: (at 403) by bugs.devuan.org; 26 Feb 2020 19:40:03 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 26 Feb 2020 19:40:03 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 3AA0DF608F9;
	Wed, 26 Feb 2020 20:35:18 +0100 (CET)
Received: from apollo.hindleynet ([192.168.1.3] helo=apollo)
	by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
	(Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1j72Sh-0001an-Tl; Wed, 26 Feb 2020 19:35:16 +0000
Received: from mark by apollo with local (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1j72Sh-0002pc-4w; Wed, 26 Feb 2020 19:35:15 +0000
Date: Wed, 26 Feb 2020 19:35:15 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: Pulseaudio dont autostart(Beowulf)
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAH=ZDJNN=qtxQPcaJz3ogder_hqGpV10SYpi75X+BmkiFnJG3g@mail.gmail.com>
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: merge -1 378

On Wed, 26 Feb 2020 10:50:28 -0600 Ian Dupuy <[email protected]> wrote:
> package: pulseaudio
> version: 12.2-4+deb10u1

Thanks.

This is already a know issue and the configuration requirement is included in
the beowulf release notes.

Mark

Message received at [email protected]:


Received: (at 403-submitter) by bugs.devuan.org; 26 Feb 2020 19:40:03 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 26 Feb 2020 19:40:03 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 3AA0DF608F9;
	Wed, 26 Feb 2020 20:35:18 +0100 (CET)
Received: from apollo.hindleynet ([192.168.1.3] helo=apollo)
	by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
	(Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1j72Sh-0001an-Tl; Wed, 26 Feb 2020 19:35:16 +0000
Received: from mark by apollo with local (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1j72Sh-0002pc-4w; Wed, 26 Feb 2020 19:35:15 +0000
Date: Wed, 26 Feb 2020 19:35:15 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: Pulseaudio dont autostart(Beowulf)
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAH=ZDJNN=qtxQPcaJz3ogder_hqGpV10SYpi75X+BmkiFnJG3g@mail.gmail.com>
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: merge -1 378

On Wed, 26 Feb 2020 10:50:28 -0600 Ian Dupuy <[email protected]> wrote:
> package: pulseaudio
> version: 12.2-4+deb10u1

Thanks.

This is already a know issue and the configuration requirement is included in
the beowulf release notes.

Mark

Message received at [email protected]:


Received: (at 403-submitter) by bugs.devuan.org; 26 Feb 2020 19:40:03 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 26 Feb 2020 19:40:03 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 3AA0DF608F9;
	Wed, 26 Feb 2020 20:35:18 +0100 (CET)
Received: from apollo.hindleynet ([192.168.1.3] helo=apollo)
	by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
	(Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1j72Sh-0001an-Tl; Wed, 26 Feb 2020 19:35:16 +0000
Received: from mark by apollo with local (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1j72Sh-0002pc-4w; Wed, 26 Feb 2020 19:35:15 +0000
Date: Wed, 26 Feb 2020 19:35:15 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: Pulseaudio dont autostart(Beowulf)
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAH=ZDJNN=qtxQPcaJz3ogder_hqGpV10SYpi75X+BmkiFnJG3g@mail.gmail.com>
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: merge -1 378

On Wed, 26 Feb 2020 10:50:28 -0600 Ian Dupuy <[email protected]> wrote:
> package: pulseaudio
> version: 12.2-4+deb10u1

Thanks.

This is already a know issue and the configuration requirement is included in
the beowulf release notes.

Mark

Message received at [email protected]:


Received: (at 466) by bugs.devuan.org; 19 May 2020 09:00:02 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Tue, 19 May 2020 09:00:02 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 0D2A2F608A3
	for <[email protected]>; Tue, 19 May 2020 10:59:08 +0200 (CEST)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1jay5U-0007Ez-Lr; Tue, 19 May 2020 09:59:00 +0100
Received: (nullmailer pid 13014 invoked by uid 1000);
	Tue, 19 May 2020 08:58:59 -0000
Date: Tue, 19 May 2020 09:58:59 +0100
From: Mark Hindley <[email protected]>
To: [email protected], Ryutaroh Matsumoto <[email protected]>
Subject: Re: xfce4-settings: pulseaudio does not start despite it is enabled
 by xfce settings
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[email protected]>
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: reassign -1 pulseaudio
Control: merge 276 -1

On Tue, 19 May 2020 13:56:26 +0900 (JST) Ryutaroh Matsumoto <[email protected]> wrote:
> Package: xfce4-settings
> Version: 4.12.4-1
> Severity: normal
> 
> Dear Maintainer,
> 
> After fresh installment of Devuan Beowulf by RC netinstall ISO,
> PulseAudio is enabled by xfce setting as the attached screenshot.
> But ps ax | grep pulseaudio shows nothing,
> and Pulse Audio Volume Control (pavucontrol) cannot connect
> to the pulseaudio daemon.

I am pretty certain this is bug #276 (and friends)

You need to disable autospawn by setting

autospawn=yes in /etc/pulse/client.conf.d/00-disable-autospawn.conf, or
commenting out autospawn=no.

This issue and workaround is documented in the Release Notes.

  https://files.devuan.org/devuan_beowulf/Release_notes.txt

It is also mentioned in the Buster Release Notes.

Thanks.

Mark


Message received at [email protected]:


Received: (at 473) by bugs.devuan.org; 22 May 2020 17:40:04 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Fri, 22 May 2020 17:40:04 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id E08D0F60D07
	for <[email protected]>; Fri, 22 May 2020 19:32:17 +0200 (CEST)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1jcBWo-00013A-2I; Fri, 22 May 2020 18:32:14 +0100
Received: (nullmailer pid 10835 invoked by uid 1000);
	Fri, 22 May 2020 17:32:13 -0000
Date: Fri, 22 May 2020 18:32:13 +0100
From: Mark Hindley <[email protected]>
To: [email protected], Paul Beardsell <[email protected]>
Subject: Re: pulseaudio: 00-disable-autospawn.conf needs a systemd specific
 line commented out.
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <159015286960.9986.8421449620060443133.reportbug@yogi.multiwiki.com>
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: forcemerge -1 276

Paul,

This is a well known issue and the configuration fix is documented in both
Debian Buster and Devuan Beowulf Release Notes. See
https://files.devuan.org/devuan_beowulf/Release_notes.txt

Thanks 

Mark

Message received at [email protected]:


Received: (at 473) by bugs.devuan.org; 22 May 2020 17:40:04 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Fri, 22 May 2020 17:40:04 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id E08D0F60D07
	for <[email protected]>; Fri, 22 May 2020 19:32:17 +0200 (CEST)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1jcBWo-00013A-2I; Fri, 22 May 2020 18:32:14 +0100
Received: (nullmailer pid 10835 invoked by uid 1000);
	Fri, 22 May 2020 17:32:13 -0000
Date: Fri, 22 May 2020 18:32:13 +0100
From: Mark Hindley <[email protected]>
To: [email protected], Paul Beardsell <[email protected]>
Subject: Re: pulseaudio: 00-disable-autospawn.conf needs a systemd specific
 line commented out.
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <159015286960.9986.8421449620060443133.reportbug@yogi.multiwiki.com>
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: forcemerge -1 276

Paul,

This is a well known issue and the configuration fix is documented in both
Debian Buster and Devuan Beowulf Release Notes. See
https://files.devuan.org/devuan_beowulf/Release_notes.txt

Thanks 

Mark

Message received at [email protected]:


Received: (at 473) by bugs.devuan.org; 22 May 2020 17:40:04 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Fri, 22 May 2020 17:40:04 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id E08D0F60D07
	for <[email protected]>; Fri, 22 May 2020 19:32:17 +0200 (CEST)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1jcBWo-00013A-2I; Fri, 22 May 2020 18:32:14 +0100
Received: (nullmailer pid 10835 invoked by uid 1000);
	Fri, 22 May 2020 17:32:13 -0000
Date: Fri, 22 May 2020 18:32:13 +0100
From: Mark Hindley <[email protected]>
To: [email protected], Paul Beardsell <[email protected]>
Subject: Re: pulseaudio: 00-disable-autospawn.conf needs a systemd specific
 line commented out.
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <159015286960.9986.8421449620060443133.reportbug@yogi.multiwiki.com>
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: forcemerge -1 276

Paul,

This is a well known issue and the configuration fix is documented in both
Debian Buster and Devuan Beowulf Release Notes. See
https://files.devuan.org/devuan_beowulf/Release_notes.txt

Thanks 

Mark

Message received at [email protected]:


Received: (at control) by bugs.devuan.org; 3 Jun 2020 18:50:06 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 03 Jun 2020 18:50:06 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id BAD98F60930;
	Wed,  3 Jun 2020 20:44:05 +0200 (CEST)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1jgYMs-0008Ch-Mx; Wed, 03 Jun 2020 19:44:03 +0100
Received: (nullmailer pid 7254 invoked by uid 1000);
	Wed, 03 Jun 2020 18:44:01 -0000
Date: Wed, 3 Jun 2020 19:44:01 +0100
From: Mark Hindley <[email protected]>
To: Michaela Merz <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: bug#480: Firefox - no sound
Message-ID: <[email protected]>
References: <CAKDb+y72X7wkXryAFm3-3FqVGr+a-xvFtkcS6NTH47zV803dmw@mail.gmail.com>
 <[email protected]>
 <CAKDb+y5Z53mb4+xzNr64SQCOUH7FPf9+FOVt6ECYCxopeT=xWg@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAKDb+y5Z53mb4+xzNr64SQCOUH7FPf9+FOVt6ECYCxopeT=xWg@mail.gmail.com>
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled
	version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

reassign 480 pulseaudio
forcemerge 276 480


On Wed, Jun 03, 2020 at 12:06:42PM -0500, Michaela Merz wrote:
>    > > [1] http://files.devuan.org/devuan_beowulf/Release_notes.txt > >
>    --00000000000000808705a7310ed4 Content-Type: text/html; charset="UTF-8"
>    Content-Transfer-Encoding: quoted-printable
> 
>    Mark:
>    Rats. I enabled autospawn in client.conf, but forgot about
> 00-disable-autospawn.conf
> 
> Confirming that firefox works with audio now. Sory to bother you :(

Thanks.

Closing

Mark

Message received at [email protected]:


Received: (at control) by bugs.devuan.org; 3 Jun 2020 18:50:06 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 03 Jun 2020 18:50:06 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id BAD98F60930;
	Wed,  3 Jun 2020 20:44:05 +0200 (CEST)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1jgYMs-0008Ch-Mx; Wed, 03 Jun 2020 19:44:03 +0100
Received: (nullmailer pid 7254 invoked by uid 1000);
	Wed, 03 Jun 2020 18:44:01 -0000
Date: Wed, 3 Jun 2020 19:44:01 +0100
From: Mark Hindley <[email protected]>
To: Michaela Merz <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: bug#480: Firefox - no sound
Message-ID: <[email protected]>
References: <CAKDb+y72X7wkXryAFm3-3FqVGr+a-xvFtkcS6NTH47zV803dmw@mail.gmail.com>
 <[email protected]>
 <CAKDb+y5Z53mb4+xzNr64SQCOUH7FPf9+FOVt6ECYCxopeT=xWg@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAKDb+y5Z53mb4+xzNr64SQCOUH7FPf9+FOVt6ECYCxopeT=xWg@mail.gmail.com>
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled
	version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

reassign 480 pulseaudio
forcemerge 276 480


On Wed, Jun 03, 2020 at 12:06:42PM -0500, Michaela Merz wrote:
>    > > [1] http://files.devuan.org/devuan_beowulf/Release_notes.txt > >
>    --00000000000000808705a7310ed4 Content-Type: text/html; charset="UTF-8"
>    Content-Transfer-Encoding: quoted-printable
> 
>    Mark:
>    Rats. I enabled autospawn in client.conf, but forgot about
> 00-disable-autospawn.conf
> 
> Confirming that firefox works with audio now. Sory to bother you :(

Thanks.

Closing

Mark

Message received at [email protected]:


Received: (at control) by bugs.devuan.org; 3 Jun 2020 18:50:06 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Wed, 03 Jun 2020 18:50:06 +0000 (UTC)
Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id BAD98F60930;
	Wed,  3 Jun 2020 20:44:05 +0200 (CEST)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1jgYMs-0008Ch-Mx; Wed, 03 Jun 2020 19:44:03 +0100
Received: (nullmailer pid 7254 invoked by uid 1000);
	Wed, 03 Jun 2020 18:44:01 -0000
Date: Wed, 3 Jun 2020 19:44:01 +0100
From: Mark Hindley <[email protected]>
To: Michaela Merz <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: bug#480: Firefox - no sound
Message-ID: <[email protected]>
References: <CAKDb+y72X7wkXryAFm3-3FqVGr+a-xvFtkcS6NTH47zV803dmw@mail.gmail.com>
 <[email protected]>
 <CAKDb+y5Z53mb4+xzNr64SQCOUH7FPf9+FOVt6ECYCxopeT=xWg@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAKDb+y5Z53mb4+xzNr64SQCOUH7FPf9+FOVt6ECYCxopeT=xWg@mail.gmail.com>
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled
	version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

reassign 480 pulseaudio
forcemerge 276 480


On Wed, Jun 03, 2020 at 12:06:42PM -0500, Michaela Merz wrote:
>    > > [1] http://files.devuan.org/devuan_beowulf/Release_notes.txt > >
>    --00000000000000808705a7310ed4 Content-Type: text/html; charset="UTF-8"
>    Content-Transfer-Encoding: quoted-printable
> 
>    Mark:
>    Rats. I enabled autospawn in client.conf, but forgot about
> 00-disable-autospawn.conf
> 
> Confirming that firefox works with audio now. Sory to bother you :(

Thanks.

Closing

Mark

Message received at [email protected]:


Received: (at 514) by bugs.devuan.org; 8 Oct 2020 16:50:04 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Thu, 08 Oct 2020 16:50:04 +0000 (UTC)
Received: from mx.hindley.org.uk (193-36-131-5.cfwn.uk [193.36.131.5])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 7F0F7F604F2
	for <[email protected]>; Thu,  8 Oct 2020 18:40:05 +0200 (CEST)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1kQYxc-0004Hw-J4; Thu, 08 Oct 2020 17:40:08 +0100
Received: (nullmailer pid 11922 invoked by uid 1000);
	Thu, 08 Oct 2020 16:40:00 -0000
Date: Thu, 8 Oct 2020 17:40:00 +0100
From: Mark Hindley <[email protected]>
To: RhineDevil <[email protected]>, [email protected]
Subject: Re: bug#514: [libpulse0] pulseaudio not autospawning
Message-ID: <[email protected]>
References: <20201008151326.763d09e4@GALLIUM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20201008151326.763d09e4@GALLIUM>
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: reassign -1 pulseaudio
Control: forcemerge 276 -1 

On Thu, Oct 08, 2020 at 03:13:26PM +0200, RhineDevil wrote:
> Package: libpulse0
> Severity: normal
> 
> /etc/pulse/client.conf.d/00-disable-autospawn.conf is totally out of place,
> it's a fix intended only for systemd [in debian it's apparently systemd taking
> care of pulseaudio start] and should be removed from libpulse0 package in
> devuan, as it prevents pulseaudio from starting when an application requests
> its presence

This is already a known issue and the required configuration is in the release
notes: http://files.devuan.org/devuan_beowulf/Release_notes.txt

Thanks

Mark

Message received at [email protected]:


Received: (at control) by bugs.devuan.org; 7 Nov 2020 10:20:02 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Sat, 07 Nov 2020 10:20:02 +0000 (UTC)
Received: from mx.hindley.org.uk (193-36-131-5.cfwn.uk [193.36.131.5])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id C495EF606F4
	for <[email protected]>; Sat,  7 Nov 2020 11:12:11 +0100 (CET)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1kbLCi-0001Ie-NA
	for [email protected]; Sat, 07 Nov 2020 10:12:16 +0000
Received: (nullmailer pid 6632 invoked by uid 1000);
	Sat, 07 Nov 2020 10:12:09 -0000
Date: Sat, 7 Nov 2020 10:12:09 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
Subject: Fix forcemerge 520
Message-ID: <[email protected]>
References: <3c7fc0f41990e17fbfe7870b51890c9e09c8e087@webmail>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <3c7fc0f41990e17fbfe7870b51890c9e09c8e087@webmail>
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

forcemerge 276 520

Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.

Devuan Bugs Owner <[email protected]>.
Last modified: Wed, 29 Jan 2025 20:39:01 UTC