Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] vserver: Mounting /run ... mount: permission denied [ !! ]
Date: Mon, 21 May 2012 20:09:21
Message-Id: CADPrc82vZchgw8izgt-nDnAystOvi9S-RzgJeE22vn9vw9yp+A@mail.gmail.com
In Reply to: Re: [gentoo-user] vserver: Mounting /run ... mount: permission denied [ !! ] by Jarry
1 On Mon, May 21, 2012 at 2:55 PM, Jarry <mr.jarry@×××××.com> wrote:
2 > On 21-May-12 21:43, Canek Peláez Valdés wrote:
3 >
4 >>>  OpenRC 0.9.8.4 is starting up Gentoo Linux (x86_64) [VSERVER]
5 >>>  * /proc is already mounted, skipping
6 >>>  * Mounting /run ...   mount: permission denied       [ !! ]
7 >>> ...
8 >>> What does it mean and how can I fix it?
9 >>
10 >>
11 >> Does the directory /run exists?
12 >
13 >
14 > Yes, it exists. But I do not understand where it should be
15 > mounted. Or what should be mounted in /run ...
16
17 In /run goes a tmpfs, and it gets mounted really early in the boot
18 process, so programs can write to it without /var being mounted
19 (/var/run is a bind mount of /run in modern systems).
20
21 # mount | grep /run
22 tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
23 tmpfs on /var/run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
24
25 I suppose OpenRC has a problem mounting /run on your system, but I
26 don't know, I use systemd.
27
28 Regards.
29 --
30 Canek Peláez Valdés
31 Posgrado en Ciencia e Ingeniería de la Computación
32 Universidad Nacional Autónoma de México

Replies