| Summary: | sys-apps/openrc-0.8.3 rc.log will not capture udevadm errors at early bootup stage | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Vladimir Berezhnoy <non7top> |
| Component: | [OLD] baselayout | Assignee: | OpenRC Team <openrc> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | bug, pacho |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | sample udev rule | ||
|
Description
Vladimir Berezhnoy
2011-07-28 13:05:21 UTC
Created attachment 281263 [details]
sample udev rule
Another udev rule which will produce errors during bootup, but none of them are captured in rc.log
Please note the following comments in rc.conf: # rc_logger launches a logging daemon to log the entire rc process to # /var/log/rc.log # NOTE: Linux systems require the devfs service to be started before # logging can take place and as such cannot log the sysinit runlevel. Udev is currently started in the sysinit runlevel, so it cannot be logged. The errors you are describing sound like they may be fixed by bug #364235, so you might want to watch that bug. |