Canek Peláez Valdés wrote: > On Mon, May 21, 2012 at 2:55 PM, Jarry <[email protected]> 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"

