From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Subject: Re: Install script supporting sysV init? Date: Wed, 29 Jan 2020 00:07:59 +0100 Message-ID: <20200129000759.164e92cb@kompiuter> References: <20200126230211.1d700a9e@kompiuter> <20200126233820.02fa4cd3@scratchpost.org> <20200127170920.4ae3c415@kompiuter> <6539AA00-2F46-4115-A46D-661599AB837D@lepiller.eu> <20200128140655.26042789@kompiuter> <20200128155234.2ca6b419@scratchpost.org> <20200128235407.7dd2949f@kompiuter> <20200128235847.4951a202@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41158) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwZxs-0002OW-Au for guix-devel@gnu.org; Tue, 28 Jan 2020 18:08:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwZxr-0005fz-92 for guix-devel@gnu.org; Tue, 28 Jan 2020 18:08:12 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.208]:47528) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iwZxq-0005WH-NL for guix-devel@gnu.org; Tue, 28 Jan 2020 18:08:11 -0500 In-Reply-To: <20200128235847.4951a202@scratchpost.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-mx.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org On Tue, 28 Jan 2020 23:58:47 +0100 Danny Milosavljevic wrote: > Hi Jan, > > thanks for testing it! > > > I'd start a new process, for example: > > cat & > > then note the process ID (on the right; if it's not shown, invoke > jobs -p). Ah, right, forgot it's that easy. > Also, could you try the attached version of /etc/init.d/guix-daemon ? That's what I tried. Strange thing is now I can't start it again *at all*, or at least guix can't connect to the socket. I removed the pid file from /var/lock, could this be a problem, since I use the latest version? I'll try good old restarting my computer. > Thanks! > > Jan Wielkiewicz