From mboxrd@z Thu Jan 1 00:00:00 1970 From: George myglc2 Clemmer Subject: Re: Is there a way to disable pulseaudio on a headless server? Date: Mon, 12 Feb 2018 15:28:56 -0500 Message-ID: <86sha6x88n.fsf@gmail.com> References: <86bmgu81d2.fsf@gmail.com> <20180212194001.GB32133@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elKim-00078P-4N for help-guix@gnu.org; Mon, 12 Feb 2018 15:29:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elKih-0005yI-5u for help-guix@gnu.org; Mon, 12 Feb 2018 15:29:04 -0500 Received: from mail-qt0-x22f.google.com ([2607:f8b0:400d:c0d::22f]:42901) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1elKih-0005y1-1I for help-guix@gnu.org; Mon, 12 Feb 2018 15:28:59 -0500 Received: by mail-qt0-x22f.google.com with SMTP id l9so865804qtj.9 for ; Mon, 12 Feb 2018 12:28:58 -0800 (PST) In-reply-to: <20180212194001.GB32133@jasmine.lan> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Leo Famulari Cc: help-guix On 02/12/2018 at 19:40 Leo Famulari writes: > On Mon, Feb 12, 2018 at 02:16:41PM -0500, George myglc2 Clemmer wrote: >> Is there a way to disable pulseaudio on a headless server? > > Typically Pulseaudio is started on-demand by applications that use it. > On my headless server, Pulseaudio is not running after boot, but when I > launch the music playback server (MPD), it runs as my user. > > So, what is starting Pulseaudio in this case? Hi Leo, I had a spurious '-soundhw hda' in the qemu call. Thanks for asking the obvious question ;-) - George