public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] vserver: Mounting /run ...  mount: permission denied [ !! ]
@ 2012-05-21 19:20 Jarry
  2012-05-21 19:43 ` Canek Peláez Valdés
  0 siblings, 1 reply; 5+ messages in thread
From: Jarry @ 2012-05-21 19:20 UTC (permalink / raw
  To: gentoo-user, vserver

Hi,

since some update (which I was not able to trace back
but I think it was either baselayout or udev) I see
this message whenever I start any of my vserver
gentoo-guests:

  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?

Jarry
-- 
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] vserver: Mounting /run ... mount: permission denied [ !! ]
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Canek Peláez Valdés @ 2012-05-21 19:43 UTC (permalink / raw
  To: gentoo-user

On Mon, May 21, 2012 at 2:20 PM, Jarry <mr.jarry@gmail.com> wrote:
> Hi,
>
> since some update (which I was not able to trace back
> but I think it was either baselayout or udev) I see
> this message whenever I start any of my vserver
> gentoo-guests:
>
>  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?

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] vserver: Mounting /run ... mount: permission denied [ !! ]
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Jarry @ 2012-05-21 19:55 UTC (permalink / raw
  To: gentoo-user

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

Jarry

-- 
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] vserver: Mounting /run ... mount: permission denied [ !! ]
  2012-05-21 19:55   ` Jarry
@ 2012-05-21 20:07     ` Canek Peláez Valdés
  2012-05-21 20:23       ` Dale
  0 siblings, 1 reply; 5+ messages in thread
From: Canek Peláez Valdés @ 2012-05-21 20:07 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] vserver: Mounting /run ... mount: permission denied [ !! ]
  2012-05-21 20:07     ` Canek Peláez Valdés
@ 2012-05-21 20:23       ` Dale
  0 siblings, 0 replies; 5+ messages in thread
From: Dale @ 2012-05-21 20:23 UTC (permalink / raw
  To: gentoo-user

Canek Peláez Valdés wrote:
> 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.


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=755)
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

:-)  :-)

-- 
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="--quiet-build=n"



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-21 20:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2012-05-21 20:23       ` Dale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox