From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SWZAD-0004LW-63 for garchives@archives.gentoo.org; Mon, 21 May 2012 20:25:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4FF7E0CD5; Mon, 21 May 2012 20:24:55 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 804A4E0CC5 for ; Mon, 21 May 2012 20:23:35 +0000 (UTC) Received: by yenl3 with SMTP id l3so5651577yen.40 for ; Mon, 21 May 2012 13:23:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=siumFlldRJ6R2buX3fkKFWKCW+eB/dl4Nd1cJRNxMF4=; b=F6gnFN1t8VRMRdT7Hn3P6fNb+A1Gb0s5jKAoyQy833WqofTJuQTRuF5U/3+1/KfyVM mDUYGXXjJHIxUMS+qf5/v019BZTo1mJzyY2Vl3nvBKIzu7+XKgy/F50N51sjdmRkh/U3 Uphrn0l08TqPzLyk8mSHyf8aZk7aFYMzuIVJCnGIvGgYS0GnVGnNqnCp1gvbuV+KUrD/ Ij1PRGvrrItGMB9rC2Pg/xuHaAxgv2wsxNb7cwOjsl+X4szsjAWHti15ROXPNmEM8vW0 ZDHNTezyXQp+jDAh0veUEimIWmXs2v1tabLS8kgyNsbdTJfFVrr+oUwFnJu4FjmCsFXT fhSw== Received: by 10.236.72.138 with SMTP id t10mr25152885yhd.109.1337631815039; Mon, 21 May 2012 13:23:35 -0700 (PDT) Received: from [192.168.2.5] (adsl-74-240-56-52.jan.bellsouth.net. [74.240.56.52]) by mx.google.com with ESMTPS id q32sm35114010anh.21.2012.05.21.13.23.32 (version=SSLv3 cipher=OTHER); Mon, 21 May 2012 13:23:33 -0700 (PDT) Message-ID: <4FBAA443.6050002@gmail.com> Date: Mon, 21 May 2012 15:23:31 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120510 Firefox/12.0 SeaMonkey/2.9.1 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] vserver: Mounting /run ... mount: permission denied [ !! ] References: <4FBA958D.9070802@gmail.com> <4FBA9DC2.1030000@gmail.com> In-Reply-To: X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9fff2214-b0e7-4d5b-8b6c-c973767f12f8 X-Archives-Hash: 9b4b2484c1505f9d1720c0f7fddbb4dc Canek Pel=C3=A1ez Vald=C3=A9s wrote: > On Mon, May 21, 2012 at 2:55 PM, Jarry wrote: >> On 21-May-12 21:43, Canek Pel=C3=A1ez Vald=C3=A9s wrote: >> >>>> OpenRC 0.9.8.4 is starting up Gentoo Linux (x86_64) [VSERVER] >>>> * /proc is already mounted, skipping >>>> * Mounting /run ... mount: permission denied [ !! ] >>>> ... >>>> What does it mean and how can I fix it? >>> >>> >>> Does the directory /run exists? >> >> >> Yes, it exists. But I do not understand where it should be >> mounted. Or what should be mounted in /run ... >=20 > In /run goes a tmpfs, and it gets mounted really early in the boot > process, so programs can write to it without /var being mounted > (/var/run is a bind mount of /run in modern systems). >=20 > # mount | grep /run > tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=3D755) > tmpfs on /var/run type tmpfs (rw,nosuid,nodev,relatime,mode=3D755) >=20 > I suppose OpenRC has a problem mounting /run on your system, but I > don't know, I use systemd. >=20 > Regards. OP. I'm using OpenRC. Maybe this will shed some light: root@fireball / # mount | grep /run tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=3D755) root@fireball / # Maybe the permissions are wrong or something. This is the results from ls -al: drwxr-xr-x 4 root root 80 May 18 17:39 run Hope that helps. Dale :-) :-) --=20 I am only responsible for what I said ... Not for what you understood or how you interpreted my words! Miss the compile output? Hint: EMERGE_DEFAULT_OPTS=3D"--quiet-build=3Dn"