File (/run/udevdebug.log) is being created but it contains no data. Reproducible: Always Steps to Reproduce: - /etc/conf.d/udev -> udev_debug="YES" - /etc/udev/udev.conf -> udev_log="debug" I looked through couple of latest git commits and by making this change I got it working: - command_args="${command_args} --debug 2> /run/udevdebug.log" + command_args="${command_args} --debug" + error_log="/run/udevdebug.log"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=9ce321d30bed9f952018f5bb63b3c8a3aebcd4ba commit 9ce321d30bed9f952018f5bb63b3c8a3aebcd4ba Author: William Hubbs <williamh@gentoo.org> AuthorDate: 2021-05-24 22:51:21 +0000 Commit: William Hubbs <williamh@gentoo.org> CommitDate: 2021-05-24 22:51:33 +0000 fix --debug option Thanks to nissarin@gmail.com for the patch Closes: https://bugs.gentoo.org/751973 Signed-off-by: William Hubbs <williamh@gentoo.org> init.d/udev | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)