From unknown Fri Mar 29 05:48:02 2024 X-Loop: owner@bugs.devuan.org Subject: bug#177: eudev postinst checks for running udev Reply-To: KatolaZ , 177@bugs.devuan.org Resent-From: KatolaZ Resent-To: devuan-bugs@lists.dyne.org Resent-CC: owner@bugs.devuan.org Resent-Date: Sun, 21 Jan 2018 20:03:02 UTC Resent-Message-ID: Resent-Sender: owner@bugs.devuan.org X-Devuan-PR-Message: report 177 X-Devuan-PR-Package: eudev X-Devuan-PR-Keywords: Received: via spool by submit@bugs.devuan.org id=B.15165648038428 (code B ref -1); Sun, 21 Jan 2018 20:03:02 UTC Received: (at submit) by bugs.devuan.org; 21 Jan 2018 20:00:03 +0000 Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by fulcanelli with IMAP (fetchmail-6.3.26) for (single-drop); Sun, 21 Jan 2018 21:00:03 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: katolaz@freaknet.org) with ESMTPSA id 307CEF609A7 Date: Sun, 21 Jan 2018 19:59:31 +0000 From: KatolaZ To: submit@bugs.devuan.org Message-ID: <20180121195931.GX26595@katolaz.homeunix.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V7+qRHQ7TlL1tdSt" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tupac3.dyne.org --V7+qRHQ7TlL1tdSt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: eudev Version: 3.2.2-9 eudev fails to configure if udev is not running. The postinst script tries to stop udev first by calling /etc/init.d/udev. If that does not exist, the configure fails. Must include a check in the postinst script to detect the presence of udev or any other device manager, and stop it accordingly. --V7+qRHQ7TlL1tdSt Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlpk8SMACgkQXyCzrgtfBi+5ewCdH+ecTEeSaVNaVxr/yhLS6fG4 hckAnROrlnHxYwBodix170UaPxM6yyiq =EMCf -----END PGP SIGNATURE----- --V7+qRHQ7TlL1tdSt-- From unknown Fri Mar 29 05:48:02 2024 Received: (at control) by bugs.devuan.org; 18 Feb 2018 19:40:06 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by fulcanelli with IMAP (fetchmail-6.3.26) for (single-drop); Sun, 18 Feb 2018 20:40:05 +0100 (CET) Received: from mx-out1.startmail.com (mx-out1.startmail.com [145.131.90.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 2897CF60997 for ; Sun, 18 Feb 2018 20:35:13 +0100 (CET) Authentication-Results: vm6.ganeti.dyne.org; dkim=pass (2048-bit key; unprotected) header.d=startmail.com header.i=@startmail.com header.b="GFzHghS1"; dkim-atps=neutral To: control@bugs.devuan.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1518982480; bh=1OCVZDyMLBKAUfTdMsNnOQ2sERL41GIP7+04psLqo6w=; h=To:From:Date:From; b=GFzHghS1VmAUGCd4vsa4vqw8NQwsFDN9PuFvgjR4kn6ed0xhVKBwY11EAcWNX9KGW 92/ds7fCweCNM4Fk6U3+KC22PJT/hCUIO/LeIZ7hoq3mJfDYOrhQY07kWrQkBf37fE U0a9ADsedyBQONLcqmVEcnIgrlm5hGmMIm7OqwQWv3KffBYELxd7AGoECU6igSS8vw UnJjBp0F+qPJwwz3Zy24li+TivLoN16cUB+B2AqpLrU1Qsh8BZD15Iu7OPyFgQEQyy ELKzz2bKtLtltLc5JD+kgy+WxlFOwrU0pjfDw50jc7QzjsEPqSILsufw5KcXv3JlF2 kqBAIENB3aylA== From: OmegaPhil Message-ID: <15266628-8a38-eae5-84c1-c4e5c50f6e17@startmail.com> Date: Sun, 18 Feb 2018 19:34:39 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=1.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MISSING_SUBJECT,RP_MATCHES_RCVD,SPF_PASS autolearn=disabled version=3.4.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tupac3.dyne.org tags 14 ascii tags 157 ceres tags 178 jessie tags 129 jessie ascii tags 184 ascii tags 174 ascii tags 172 ascii tags 171 jessie ascii tags 170 jessie tags 116 experimental tags 177 ascii tags 42 ascii tags 181 ascii tags 161 jessie tags 180 ascii tags 176 jessie tags 76 jessie ascii tags 173 ascii tags 179 ceres tags 182 ascii tags 56 jessie From unknown Fri Mar 29 05:48:02 2024 X-Loop: owner@bugs.devuan.org From: owner@bugs.devuan.org (Devuan bug Tracking System) To: KatolaZ Subject: bug#177 acknowledged by developer (fixed) Message-ID: In-Reply-To: <20180121195931.GX26595@katolaz.homeunix.net> References: <20180218214517.GW16176@katolaz.homeunix.net> <20180121195931.GX26595@katolaz.homeunix.net> X-Devuan-PR-Message: they-closed 177 X-Devuan-PR-Package: eudev X-Devuan-PR-Keywords: ascii Reply-To: 177@bugs.devuan.org This is an automatic notification regarding your bug report #177: eudev postinst checks for running udev, which was filed against the eudev package. It has been closed by one of the developers, namely KatolaZ . Their explanation is attached below. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact the developer, by replying to this email. Devuan Bugs Owner (administrator, Devuan bugs database) Received: (at 177-done) by bugs.devuan.org; 18 Feb 2018 21:50:07 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by fulcanelli with IMAP (fetchmail-6.3.26) for (single-drop); Sun, 18 Feb 2018 22:50:07 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: katolaz@freaknet.org) with ESMTPSA id 60E8AF609AA Date: Sun, 18 Feb 2018 21:45:17 +0000 From: KatolaZ To: 177-done@bugs.devuan.org Subject: fixed Message-ID: <20180218214517.GW16176@katolaz.homeunix.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GMaUlEtIIvUQCAd3" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tupac3.dyne.org --GMaUlEtIIvUQCAd3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline fixed in 3.2.2-11 --GMaUlEtIIvUQCAd3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEUEARECAAYFAlqJ8+0ACgkQXyCzrgtfBi+35wCfZScz0qPiPWGjF1FgnjWcmGkz WvMAmICF4dhImqXlTcu2COtNqlhuKiM= =uM74 -----END PGP SIGNATURE----- --GMaUlEtIIvUQCAd3--