[Bug 287872] 14.3-STABLE boot time regression related to netlink and devd
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287872 --- Comment #5 from Eugene Grosbein <[email protected]> --- I've rebuilt and reinstalled /sbin/ifconfig binary using WITHOUT_NETLINK_SUPPORT and its performance went back to normal: # time ifconfig lo0 >/dev/null real 0m0,056s user 0m0,048s sys 0m0,008s And now devd starts much faster, I presume the time is same as with 13.5-STABLE: # time service devd start Starting devd. real 0m27,800s user 0m21,826s sys 0m6,071s It is still not so quick, but not over 17 minutes. -- You are receiving this mail because: You are the assignee for the bug.