https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235257
--- Comment #26 from Max <maxstec...@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. _______________________________________________ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"