From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34333: Docker daemon failing to start on boot Date: Fri, 08 Feb 2019 22:55:48 +0100 Message-ID: <87pns2vtaz.fsf@gnu.org> References: <26bbaae65fb9ab18036684e9f676ac1e@adair.io> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsE7x-00055g-7Y for bug-guix@gnu.org; Fri, 08 Feb 2019 16:56:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsE7v-0000nc-An for bug-guix@gnu.org; Fri, 08 Feb 2019 16:56:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40951) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gsE7u-0000mh-12 for bug-guix@gnu.org; Fri, 08 Feb 2019 16:56:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gsE7t-00018h-Py for bug-guix@gnu.org; Fri, 08 Feb 2019 16:56:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <26bbaae65fb9ab18036684e9f676ac1e@adair.io> (allan's message of "Tue, 05 Feb 2019 11:29:59 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: allan@adair.io Cc: 34333@debbugs.gnu.org Hello, allan@adair.io skribis: > Hi, I am having an issue with the docker daemon as a service in > guixsd. It seems that dockerd will not start on boot, but it will > successfully start after running "guix system reconfigure". [...] > After booting: > > > > allana@guixsd ~$ docker ps > Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is > the docker daemon running? > allana@guixsd ~$ sudo herd status dockerd > Password: > Status of dockerd: > It is stopped. > It is enabled. This is what happens at boot time: > Feb 5 10:16:51 localhost shepherd[1]: Service containerd has been [...] > Feb 5 10:16:51 localhost NetworkManager[353]: > [1549358211.3005] NetworkManager (version 1.8.4) is starting... (for > the first time) [...] > [1549358211.9031] manager: NetworkManager state is now > CONNECTED_GLOBAL > Feb 5 10:16:52 localhost dbus-daemon[350]: [system] Successfully > activated service 'org.freedesktop.PolicyKit1' > Feb 5 10:16:54 localhost ntpd[354]: Listen normally on 4 enp0s3 > 10.0.2.15:123 > Feb 5 10:16:54 localhost ntpd[354]: Listen normally on 5 enp0s3 > [fe80::e882:9a4a:3a68:9d76%2]:123 > Feb 5 10:16:56 localhost shepherd[1]: Service dockerd could not be > started. Danny, could it be that the =E2=80=98docker=E2=80=99 service should depend = on =E2=80=98networking=E2=80=99? FWIW, =E2=80=9Cmake check-system TESTS=3Ddocker=E2=80=9D passes for me. Thanks, Ludo=E2=80=99.