From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: syslogd can't be started when running Guix in Docker Date: Wed, 3 Jul 2019 13:17:03 +0200 Message-ID: <83d3ddcc-6af0-8511-419a-f85b200c3923@fastmail.net> References: <32C2B140-E070-4940-8234-35459A909A5B@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35079) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hidG9-0003mF-Kv for guix-devel@gnu.org; Wed, 03 Jul 2019 07:17:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hidG8-0006Lx-Kf for guix-devel@gnu.org; Wed, 03 Jul 2019 07:17:09 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:36813) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hidG8-0006KZ-Bo for guix-devel@gnu.org; Wed, 03 Jul 2019 07:17:08 -0400 In-Reply-To: Content-Language: en-US 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: Maxim Cournoyer , guix-devel@gnu.org 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. > > Looks like I will have to dig a bit more into shepherd :-( My hypothesis turned out to be correct: increasing the timeout was sufficient to get syslogd working. Konrad.