From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5DB721385AC for ; Mon, 21 Jan 2013 00:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4B7821C082; Mon, 21 Jan 2013 00:17:08 +0000 (UTC) Received: from mail-gh0-f178.google.com (mail-gh0-f178.google.com [209.85.160.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B78321C059 for ; Mon, 21 Jan 2013 00:17:06 +0000 (UTC) Received: by mail-gh0-f178.google.com with SMTP id g24so774865ghb.23 for ; Sun, 20 Jan 2013 16:17:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=Vy8HLFHaGGICfaSTkIf9mmHedMPIU1XYsSDgXIGKVp0=; b=iLbg6b8kltih80qVp0choFN7AZxiorSqmKxi/6N0upz2E/ciikXG/OLlblQteVJS+G 8M+r28RKmgBQ7BlQPgL8asZmiw8H7LyOPzUKi7j8aXXWQxzvKSVVuAGaVazh4uTgNH/r D54FOA5LQu00A5/E5hnqCjFl1tTZRVv1NNUqOhXzJ5RLy3zvJ84Ob/Baj0qoerLtP3uj gP8UR6B97oVUq4TPTAgvO5H59YD3lwtBSlvNa5o/n5iwTvnCZ920wGJ9WFD1ad/RNNf1 eHhvGWRDC9Lzpqeyr/b1ISflTRgzzEJ15QeIhDMWARaqQJEh2T9Q8RyBiGfwT5YWB/s7 HgmA== X-Received: by 10.101.131.10 with SMTP id i10mr3001493ann.73.1358727426283; Sun, 20 Jan 2013 16:17:06 -0800 (PST) Received: from [192.168.2.5] (adsl-74-240-57-140.jan.bellsouth.net. [74.240.57.140]) by mx.google.com with ESMTPS id t2sm10313869anj.3.2013.01.20.16.17.05 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 20 Jan 2013 16:17:05 -0800 (PST) Message-ID: <50FC8900.4000907@gmail.com> Date: Sun, 20 Jan 2013 18:17:04 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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] Re: Udev-197 : 4 show-stoppers References: <20130120085143.GA1059@ca.inter.net> <50FBB908.5010700@persimplex.net> <50FC8148.3040701@gmail.com> In-Reply-To: <50FC8148.3040701@gmail.com> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 232a389b-096d-4654-aca9-5027b3ef1b27 X-Archives-Hash: 545459bf08fb574df0a721efd7085550 walt wrote: > On 01/20/2013 01:29 AM, victor romanchuk wrote: >> just migrated to sys-fs/udev-197 - everything went smoothly and seems to >> work. the only observation at this time is absence of device file >> /dev/root whilst both /etc/mtab and /proc/mounts are referring to that >> device node: >> >> # grep root /etc/mtab /proc/mounts >> /etc/mtab:/dev/root / ext4 rw,relatime,commit=0 0 0 >> /proc/mounts:rootfs / rootfs rw 0 0 >> /proc/mounts:/dev/root / ext4 rw,relatime,data=ordered 0 0 > I see exactly the same and didn't even notice until you mentioned it. > Did /dev/root really exist in the /dev/ directory in the past? Can't > remember. > It does here: root@fireball / # ls -al /dev/root lrwxrwxrwx 1 root root 4 Jan 10 07:12 /dev/root -> sda6 root@fireball / # Since this appears to be a issue now, I'm switching to eudev. For some reason, I can't mask enough to keep it as it is now. I hope I don't loose my uptime. root@fireball / # uptime 18:16:17 up 120 days, 11:25, 9 users, load average: 0.25, 0.63, 1.09 root@fireball / # Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!