From unknown Thu Mar 28 15:05:05 2024 Received: (at 426) by bugs.devuan.org; 24 Apr 2020 17:10:03 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (single-drop); Fri, 24 Apr 2020 17:10:03 +0000 (UTC) Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id BFACBF604B8 for <426@bugs.devuan.org>; Fri, 24 Apr 2020 19:02:31 +0200 (CEST) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from ) id 1jS1ic-0003Pa-AO; Fri, 24 Apr 2020 18:02:26 +0100 Received: (nullmailer pid 14813 invoked by uid 1000); Fri, 24 Apr 2020 17:02:25 -0000 Date: Fri, 24 Apr 2020 18:02:25 +0100 From: Mark Hindley To: 426@bugs.devuan.org, Ryutaroh Matsumoto Subject: Re: lxc: cannot start Fedora30 and Debian Stretch in LXC containers Message-ID: <20200424170225.GG22592@hindley.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200424.184713.991726278485904172.ryutaroh@ict.e.titech.ac.jp> X-Debbugs-No-Ack: No Thanks User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=0.0 required=5.0 tests=FAKE_REPLY_C,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Ryutaroh, Thanks for this. On Fri, 24 Apr 2020 18:47:13 +0900 (JST) Ryutaroh Matsumoto wrote: > Package: lxc > Version: 1:3.1.0+really3.0.3-8 > Severity: grave > Justification: renders package unusable > > Dear Maintainer, > > With the default setting, Devuan LXC package cannot start Fedora 30 and > Debian Stretch in LXC containers. > I suspect that LXC on Devuan always fails if /sbin/init in a container is > systemd. Maybe. I have just had a quick look at Debian's lxc bugs and there are a number relating to failures with non-systemd inits. See #706676 and #869892 for starters. liblxc1 depends cgroupfs-mount | systemd. I have never used cgroupfs-mount or lxc, but can you check the instructions in /usr/share/doc/cgroupfs-mount/README.md particularly relating to removing other cgroupfs mounts from /etc/fstab. Does that help? Mark