Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Feb 2019 23:19:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 235257] snd_uaudio not getting loaded automatically after migration to devmatch
Message-ID:  <bug-235257-19105-AIxKhr3k6g@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235257-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235257-19105@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235257

--- Comment #26 from Max <maxsteciuk@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 previous=
ly
corrected:
>>> sbin/devd/devmatch-openrc.conf
https://github.com/trueos/trueos/pull/284/files#diff-b1e03f7592cbd83f86aee1=
203c133630
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235257-19105-AIxKhr3k6g>