[Bug 235257] snd_uaudio not getting loaded automatically after migration to devmatch
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 1 23:19:59 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235257
--- Comment #26 from Max <maxsteciuk at gmail.com> ---
The first one who is getting to devfs_read_f is openrc.
devd under openrc seems to use the following configuration which I previously
corrected:
>>> sbin/devd/devmatch-openrc.conf
https://github.com/trueos/trueos/pull/284/files#diff-b1e03f7592cbd83f86aee1203c133630
which is triggered only when devd is in foreground (-d option)
Here is a list I was able to capture:
>>>grep devfs_read_f /var/log/messages| grep -oe 'PID [0-9]*, comm [a-zA-Z0-9]*'|sort|uniq
>>>PID 34682, comm openrc
>>>PID 43896, comm dbus
>>>PID 52611, comm avahi
>>>PID 56180, comm devd
>>>PID 62204, comm savecore
>>>PID 72639, comm dd
>>>PID 74986, comm openrc
>>>PID 760, comm openrc
>>>PID 90002, comm syslogd
>>>PID 90404, comm init
>>>PID 90404, comm sh
Thanks,
Max
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-usb
mailing list