From unknown Fri Mar 29 09:21:50 2024 Received: (at 395) by bugs.devuan.org; 16 Feb 2020 17:30:04 +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); Sun, 16 Feb 2020 17:30:04 +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 5346CF609D9 for <395@bugs.devuan.org>; Sun, 16 Feb 2020 18:19:19 +0100 (CET) Received: from apollo.hindleynet ([192.168.1.3] helo=apollo) by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1j3NZd-00079H-G8; Sun, 16 Feb 2020 17:19:17 +0000 Received: from mark by apollo with local (Exim 4.84_2) (envelope-from ) id 1j3NZc-0000zN-8M; Sun, 16 Feb 2020 17:19:16 +0000 Date: Sun, 16 Feb 2020 17:19:16 +0000 From: Mark Hindley To: Nicola =?iso-8859-1?Q?Orr=F9?= Cc: 395@bugs.devuan.org Subject: Re: lightdm cannot be installed/is removed by apt-get dist-upgrade Message-ID: <20200216171916.GA25435@hindley.org.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Nicola, Thanks. I think you have an APT configuration issue. libpam-elogind provides the logind dependency that lightdm requires. On Sun, Feb 16, 2020 at 03:54:05PM +0000, Nicola Orrų wrote: > LANGUAGE=en_GB:en (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > Init: sysvinit (via /sbin/init) > LSM: AppArmor: enabled > > Versions of packages lightdm depends on: > ii adduser 3.118 > ii dbus 1.12.16-1+devuan2 > ii debconf [debconf-2.0] 1.5.73 > ii libaudit1 1:2.8.5-2+b1 > ii libc6 2.29-10 > ii libgcrypt20 1.8.5-3 > ii libglib2.0-0 2.62.4-2 > pn libpam-systemd | logind Do you have apt pinning of libpam-systemd? If so, that is what is preventing the installation. libpam-elogind also provides libpam-systemd. Mark