From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#34333: Docker daemon failing to start on boot Date: Wed, 27 Feb 2019 17:31:21 +0100 Message-ID: <20190227163121.GA17110@jurong> References: <26bbaae65fb9ab18036684e9f676ac1e@adair.io> <87pns2vtaz.fsf@gnu.org> <20190211114651.2b32e555@scratchpost.org> <20190211183155.30861768@scratchpost.org> <8a67633984fd5547e69b09fff29223ba@adair.io> <20190212184517.77edfb58@scratchpost.org> <87imx5gvth.fsf@adair.io> <20190227165327.72fc918e@alma-ubu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:40054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz27x-000786-M6 for bug-guix@gnu.org; Wed, 27 Feb 2019 11:32:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gz27v-0001Ps-Al for bug-guix@gnu.org; Wed, 27 Feb 2019 11:32:13 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40681) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gz27l-0001Jd-TJ for bug-guix@gnu.org; Wed, 27 Feb 2019 11:32:08 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gz27l-00040T-MT for bug-guix@gnu.org; Wed, 27 Feb 2019 11:32:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20190227165327.72fc918e@alma-ubu> 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: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 34333@debbugs.gnu.org, Allan Adair On Wed, Feb 27, 2019 at 04:53:27PM +0100, Björn Höfling wrote: > > After a "guix system reconfigure", it works -- meaning that the > > dockerd service starts. But when booting in the future, the dockerd > > daemon never starts. I am however able to execute "sudo herd start > > dockerd" after booting because I have included dockerd in my user > > profile. I can also "guix system reconfigure" at this point to start > > the dockerd service, but then at the next boot it will still not > > start. > > I can confirm this behaviour, though I haven't yet investigated it > further. Could this be yet another manifestation of https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34580 ? Services not started on boot? Andreas