Summary: | sys-kernel/dracut mounts tmpfs on /run | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Vadim Kuznetsov (RETIRED) <vadimk> |
Component: | Current packages | Assignee: | Amadeusz Żołnowski (RETIRED) <aidecoe> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | bug, dschridde+gentoobugs, nikoli |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=361349 https://bugs.gentoo.org/show_bug.cgi?id=363971 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
dracut.log with -L=5
dmesg |
Description
Vadim Kuznetsov (RETIRED)
![]() http://thread.gmane.org/gmane.linux.redhat.fedora.devel/146976 https://admin.fedoraproject.org/updates/dracut-009-3.fc15 (In reply to comment #0) > dracut mounts tmpfs on /run > > tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,mode=755) > > But /run does not exist What Dracut version? Please also include log from initramfs build with "-L=5" option applied and dmesg. Dracut actually unmounts /run (lazy unmount). I have noticed similar issue once, but couldn't reproduce it later. I hope we're going to handle /run in baselayout-2. Created attachment 294173 [details] dracut.log with -L=5 (In reply to comment #3) > What Dracut version? Please also include log from initramfs build with "-L=5" > option applied and dmesg. I don't have a /run directory. mount | grep run tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755) sys-kernel/dracut-013-r2 was built with the following: USE="(multilib) -debug (-selinux)" DRACUT_MODULES="lvm syslog -biosdevname -btrfs -caps -crypt -crypt-gpg -dmraid -dmsquash-live -gensplash -iscsi -livenet -mdraid -multipath -nbd -nfs -plymouth -xen" Created attachment 294175 [details]
dmesg
Newer versions of Gentoo seem to include /run. But sadly no package owns it (q file /run outputs nothing here), so I cannot tell you which package or version created it. Could you again have a look whether this issue is solved? And if the maintainer of the package creating /run reads this: Maybe you can claim that directory via dodir? (In reply to comment #7) > Newer versions of Gentoo seem to include /run. But sadly no package owns it > (q file /run outputs nothing here), so I cannot tell you which package or > version created it. sys-apps/baselayout should own it. > Could you again have a look whether this issue is solved? Yes, it is solved. Thank you for the reminder. :-) Closing as INVALID, because it's fixed in the another package, actually. *** This bug has been marked as a duplicate of bug 361349 *** (In reply to comment #8) > (In reply to comment #7) > > Newer versions of Gentoo seem to include /run. But sadly no package owns it > > (q file /run outputs nothing here), so I cannot tell you which package or > > version created it. > > sys-apps/baselayout should own it. Yes, *should*. But please have a look at baselayout-2.1-r1.ebuild or the output of q file /run. |