From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: time out in shepherd service? Date: Wed, 21 Dec 2016 10:13:58 +0100 Message-ID: <87zijpmyp5.fsf@gnu.org> References: <87d1gm9pvp.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJcyM-00060Y-5k for guix-devel@gnu.org; Wed, 21 Dec 2016 04:14:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJcyH-0004D6-8A for guix-devel@gnu.org; Wed, 21 Dec 2016 04:14:06 -0500 In-Reply-To: <87d1gm9pvp.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> (ng0@libertad.pw's message of "Tue, 20 Dec 2016 22:50:34 +0000") 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: ng0 Cc: guix-devel@gnu.org ng0 skribis: > Is there a time out in shepherd service start/checks, or is the > "service could not be started" simply a result of when a service > encounters a fatal error and quits? =E2=80=9CService could not be started=E2=80=9D just means that the =E2=80= =98start=E2=80=99 procedure of the service returned #f or threw an exception. To debug this, you=E2=80=99d have to check the service=E2=80=99s log files,= or use #:log-file to redirect the stdout/stderr to a log file. HTH! Ludo=E2=80=99.