From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-144777-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 99CD91386D8 for <garchives@archives.gentoo.org>; Sun, 27 Jan 2013 10:37:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647BB21C073; Sun, 27 Jan 2013 10:36:55 +0000 (UTC) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B167021C064 for <gentoo-user@lists.gentoo.org>; Sun, 27 Jan 2013 10:36:53 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 47C71208D9 for <gentoo-user@lists.gentoo.org>; Sun, 27 Jan 2013 05:36:53 -0500 (EST) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 27 Jan 2013 05:36:53 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=binarywings.net; h=message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type; s=mesmtp; bh=CD83X8hWd5PqV/aEjQUVas5R KVs=; b=OKiefL1iC12aFTb7aofBwW1Ot7AwVJhpcrESPv1ltEdH6zVe4FIs1hwb /XebHST8+OhMDhkHqA+zogMlKxY9IiPZFbkRCRmvuNgQxE1omt/VgdNdPrcEaCeO ZZUiyWx4FUxnGaNcTIkC+A/OFLCOjnAHco7Qf5N3Xz8rXvq3ELU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to :subject:references:in-reply-to:content-type; s=smtpout; bh=CD83 X8hWd5PqV/aEjQUVas5RKVs=; b=fwAM8atBanH+8t3eTxf6Y9PyF80DuC7A2EZo sMZIKAHa07TcrAdJW71pcQ8h/tBGLcLdxdiAX70OZ/wVLuzEDFIbEoELtn/mi80v 0iDVFf/Iitzn0TikhY/3ojaNHxsvJK1dLcA7w7CTAsQZLmzXC2xPxUrA80xjpE+j SiW8/9I= X-Sasl-enc: LB1X2JT9lpejR2GfJi9vVR70352PxgYUlr+Xe9GdF/YN 1359283012 Received: from [192.168.5.18] (unknown [83.169.5.6]) by mail.messagingengine.com (Postfix) with ESMTPA id 438D24827A4 for <gentoo-user@lists.gentoo.org>; Sun, 27 Jan 2013 05:36:52 -0500 (EST) Message-ID: <51050341.2000307@binarywings.net> Date: Sun, 27 Jan 2013 11:36:49 +0100 From: Florian Philipp <lists@binarywings.net> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121130 Thunderbird/10.0.11 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] udev-197: what to do References: <yu97gmz23vj.fsf@nyu.edu> In-Reply-To: <yu97gmz23vj.fsf@nyu.edu> X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA8662BAAFC8217D859DAA65F" X-Archives-Salt: 06caf555-e7c4-4a64-b2eb-8c59c4d426db X-Archives-Hash: 2d0c85f8ee36c13c6806fa69076610a3 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA8662BAAFC8217D859DAA65F Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Am 26.01.2013 19:30, schrieb Allan Gottlieb: > I have read the news item and still have questions. The news item > covers several points. >=20 > 1. remove udev-postmount: > I did this but worry that I now cannot reboot until I upgrade > udev. Is that correct? >=20 It's a bit of a gamble but I guess the worst that could happen is that you are dropped into a basic shell. Then it is easy to add udev-postmount again and reboot. > The news item does not mention the problem of moving files > from /usr/lib/udev/rules.d to /lib/udev/rules.d. Am I correct in > believing that we still need one of the equivalents of > equery belongs -n /usr/lib/udev | xargs emerge -pv >=20 > I used that successfully when one of my testing systems went to > udev-197. I would think it is needed (before reboot) on my stable > systems as well so I am surprised it is not in the news item. >=20 I wondered about this as well but at least on my systems, /usr/lib/udev is already gone. I guess all packages were rev-bumped to fix it. BTW: A fast way to express `equery belongs -n /usr/lib/udev | xargs emerge -pv` is simply `emerge -pv1 /usr/lib/udev` Regards, Florian Philipp --------------enigA8662BAAFC8217D859DAA65F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlEFA0EACgkQqs4uOUlOuU802ACffeOlcPHgGojnJAwsUZIhisSX 8TQAoIJkCZ3QTg/Hl1Q8gEOz8v8/LBLT =RxRX -----END PGP SIGNATURE----- --------------enigA8662BAAFC8217D859DAA65F--