public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Canek Peláez Valdés" <caneko@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] vserver: Mounting /run ... mount: permission denied [ !! ]
Date: Mon, 21 May 2012 15:07:14 -0500	[thread overview]
Message-ID: <CADPrc82vZchgw8izgt-nDnAystOvi9S-RzgJeE22vn9vw9yp+A@mail.gmail.com> (raw)
In-Reply-To: <4FBA9DC2.1030000@gmail.com>

On Mon, May 21, 2012 at 2:55 PM, Jarry <mr.jarry@gmail.com> wrote:
> On 21-May-12 21:43, Canek Peláez Valdés 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 ...

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).

# mount | grep /run
tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
tmpfs on /var/run type tmpfs (rw,nosuid,nodev,relatime,mode=755)

I suppose OpenRC has a problem mounting /run on your system, but I
don't know, I use systemd.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



  reply	other threads:[~2012-05-21 20:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-21 19:20 [gentoo-user] vserver: Mounting /run ... mount: permission denied [ !! ] Jarry
2012-05-21 19:43 ` Canek Peláez Valdés
2012-05-21 19:55   ` Jarry
2012-05-21 20:07     ` Canek Peláez Valdés [this message]
2012-05-21 20:23       ` Dale

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADPrc82vZchgw8izgt-nDnAystOvi9S-RzgJeE22vn9vw9yp+A@mail.gmail.com \
    --to=caneko@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox