From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: syslogd can't be started when running Guix in Docker Date: Thu, 04 Jul 2019 13:10:14 +0000 Message-ID: <20FC714B-1D75-4D36-B24F-DECFEE257350@gmail.com> References: <32C2B140-E070-4940-8234-35459A909A5B@gmail.com> <83d3ddcc-6af0-8511-419a-f85b200c3923@fastmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46151) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hj1VE-0004oX-Tg for guix-devel@gnu.org; Thu, 04 Jul 2019 09:10:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hj1VD-0008S8-1p for guix-devel@gnu.org; Thu, 04 Jul 2019 09:10:20 -0400 Received: from mail-pg1-x543.google.com ([2607:f8b0:4864:20::543]:42383) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hj1VC-0008QV-SQ for guix-devel@gnu.org; Thu, 04 Jul 2019 09:10:18 -0400 Received: by mail-pg1-x543.google.com with SMTP id t132so2897886pgb.9 for ; Thu, 04 Jul 2019 06:10:18 -0700 (PDT) In-Reply-To: <83d3ddcc-6af0-8511-419a-f85b200c3923@fastmail.net> 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: Konrad Hinsen , guix-devel@gnu.org Hi Konrad! I'm happy to read you could successfully make it work! It's strange that y= ou had that issue though! Cheers, Maxim On July 3, 2019 11:17:03 AM UTC, Konrad Hinsen wrote: >On 03/07/2019 10:12, Konrad Hinsen wrote: > >> All this suggests that perhaps the problem is not with syslogd, but >with >> shepherd wrongly concluding that syslogd failed=2E >> >> Looks like I will have to dig a bit more into shepherd :-( > >My hypothesis turned out to be correct: increasing the timeout was=20 >sufficient to get syslogd working=2E > >Konrad=2E