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: Fri, 05 Jul 2019 14:22:36 -0400 Message-ID: <87sgrkuys3.fsf@gmail.com> References: <32C2B140-E070-4940-8234-35459A909A5B@gmail.com> <83d3ddcc-6af0-8511-419a-f85b200c3923@fastmail.net> <20FC714B-1D75-4D36-B24F-DECFEE257350@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39315) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjKQa-0005Uc-1b for guix-devel@gnu.org; Fri, 05 Jul 2019 05:22:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjKQZ-0004fg-12 for guix-devel@gnu.org; Fri, 05 Jul 2019 05:22:47 -0400 Received: from mail-pf1-x432.google.com ([2607:f8b0:4864:20::432]:38273) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hjKQY-0004eq-RJ for guix-devel@gnu.org; Fri, 05 Jul 2019 05:22:46 -0400 Received: by mail-pf1-x432.google.com with SMTP id y15so4067426pfn.5 for ; Fri, 05 Jul 2019 02:22:46 -0700 (PDT) In-Reply-To: (Konrad Hinsen's message of "Thu, 04 Jul 2019 17:39:15 +0200") 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 Cc: guix-devel@gnu.org Hello! Konrad Hinsen writes: > Maxim Cournoyer writes: > >> I'm happy to read you could successfully make it work! It's strange >> that you had that issue though! > > By now I have a system that starts all services without failure. I got > there by increasing the timeout to 30 s everywhere (compared to the > default value of 5). Perhaps 30 is more than necessary, I didn't try > intermediate values. So it looks like Guix in Docker is a bit slow to > boot, at least on the Mac. I see! The unusual slowness would explain why the default timeout needed to be relaxed. > A more fundamental question is whether I will be able to do useful work > with this setup. It is well known that host file access from Docker on > macOS is slow, but I didn't realize how slow it is until I compiled Guix > in... four hours. On the same machine booted to Linux, it's about 40 > minutes. It's an interesting experiment for sure :-) Please let us know of your findings! Maxim