From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: syslogd can't be started when running Guix in Docker Date: Thu, 11 Jul 2019 23:00:09 +0200 Message-ID: <87ims8p9ra.fsf@gnu.org> References: <32C2B140-E070-4940-8234-35459A909A5B@gmail.com> <83d3ddcc-6af0-8511-419a-f85b200c3923@fastmail.net> <20FC714B-1D75-4D36-B24F-DECFEE257350@gmail.com> <87h880glvl.fsf@gnu.org> <871rywvb2g.fsf@gnu.org> 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]:43086) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlgAp-0007fZ-61 for guix-devel@gnu.org; Thu, 11 Jul 2019 17:00:16 -0400 In-Reply-To: (Konrad Hinsen's message of "Thu, 11 Jul 2019 20:40:51 +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, Maxim Cournoyer Konrad Hinsen skribis: > Ludovic Court=C3=A8s writes: > >> Do you observe similar slowness with other Docker images=E2=80=94e.g., D= ebian >> images? > > No. But I don't observe any slowness with Guix either. Once it's up and > running, performance is normal (except for the known problem with access > to macOS file systems). It's only the daemon startup failure that > suggests a problem. I haven't had such problems with other Docker images > based on Debian or Ubuntu. Hmm, it=E2=80=99s hard to draw any conclusion though, because systemd can do things concurrently, so perhaps the process startup slowness is invisible because it=E2=80=99s able to perform other startup work while wai= ting for daemons. (It also spawns fewer daemons because some of these are subsumed by PID=C2=A01.) Who knows! Ludo=E2=80=99.