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 2241A1381F3 for ; Mon, 9 Sep 2013 18:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8834E0BFD; Mon, 9 Sep 2013 18:51:53 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC230E0BD3 for ; Mon, 9 Sep 2013 18:51:52 +0000 (UTC) Received: from newlap.localdomain (ool-182de1a5.dyn.optonline.net [24.45.225.165]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id r89Ipith013834 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 9 Sep 2013 14:51:48 -0400 (EDT) Received: by newlap.localdomain (Postfix, from userid 1000) id 6BDC5A007C; Mon, 9 Sep 2013 14:51:44 -0400 (EDT) From: gottlieb@nyu.edu To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] why does revdep-rebuild object to mounting /var on /mnt/var ? Date: Mon, 09 Sep 2013 14:51:44 -0400 Message-ID: <87ob81hlq7.fsf@nyu.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) 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 Content-Type: text/plain X-Archives-Salt: 72896751-8a3f-44bd-af27-ad29047fae4a X-Archives-Hash: ab21b45a2eb70768628439ed24fed019 I use lvm and use it for /var. In fstab I have /dev/vg/var /mnt/var ext4 defaults 0 2 I also have lrwxrwxrwx 1 root root 7 Aug 31 16:13 /var -> mnt/var (Similar setup for /tmp and /opt) This has worked ok but revdep-rebuild is not happy root@E6510 cache # revdep-rebuild * Configuring search environment for revdep-rebuild * Working directory expected to be /var/cache/revdep-rebuild, but it is /mnt/var/cache/revdep-rebuild root@E6510 cache # I don't intend to fight revdep-rebuild so will change and mount directly onto /var, but I wonder what is the concern. Should I also mount directly onto /tmp and /opt? thanks, allan