From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 8/8] services: Add spice vdagent service. Date: Sun, 31 Jul 2016 20:14:06 +0200 Message-ID: References: <20160729082357.17501-1-david@craven.ch> <20160729082357.17501-8-david@craven.ch> <87r3acxnj9.fsf@gnu.org> <877fc2agvv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTvFi-0008Cd-6j for guix-devel@gnu.org; Sun, 31 Jul 2016 14:14:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTvFf-0005u9-1I for guix-devel@gnu.org; Sun, 31 Jul 2016 14:14:18 -0400 Received: from mail-yw0-x244.google.com ([2607:f8b0:4002:c05::244]:35790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTvFd-0005tA-QO for guix-devel@gnu.org; Sun, 31 Jul 2016 14:14:14 -0400 Received: by mail-yw0-x244.google.com with SMTP id r9so11537057ywg.2 for ; Sun, 31 Jul 2016 11:14:12 -0700 (PDT) In-Reply-To: <877fc2agvv.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel > If spice-vdagend produces a PID file, make sure to use #:pid-file here > (there are several examples in the tree), which often provides more > reliable startup notification. spice-vdagentd doesn't create a pid file itself. [0] [1] I haven't updated the documentation yet because I'm running into issues building guix, haven't figured out why yet. guix environment guix && make Complains about not finding sqlite3. The pc file is and the libraries are in the profile, so it might just be guix and nixos getting at it again. I haven't had time to investigate this further yet. [0] https://github.com/SPICE/linux-vd_agent/blob/master/data/spice-vdagentd#L43 [1] https://github.com/SPICE/linux-vd_agent/blob/master/data/spice-vdagentd.service#L13