Summary: | udev-trigger added to sysinit but not started | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Henrik Johansson <henjo456> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | ionen, jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Henrik Johansson
2021-01-17 19:47:51 UTC
which package do you think causes the problem? I don't have an idea of what might cause this behavior. There are, as far as I can see, no errors when I boot. But I'd be happy to help out and troubleshoot if someone can point me in the right direction. I see. The situation seems to be a bit more complicate and requires some analysis. We can not help you efficiently via bug tracker. The bug tracker aims rather on specific problems in .ebuilds and less on individual systems. I have had very good experience on the gentoo IRC [1] with questions like this. Of course there are also forums and mailing lists [2,3]. I hope you understand, that I will close the bug here therefore and wish you good luck on one of the mentioned channels [4]. Please reopen the ticket in order to provide an indication for an specific error in an ebuild or any gentoo related product. [1] https://www.gentoo.org/get-involved/irc-channels/ [2] https://forums.gentoo.org/ [3] https://www.gentoo.org/get-involved/mailing-lists/all-lists.html [4] https://www.gentoo.org/support/ In case anyone come here with same issue, this was apparently caused by /run having wrong permissions (should be 0755, not like /tmp's 1777). If in doubt, just don't set an fstab line for /run as most init systems handle it themselves. |