Date: Sat, 12 Dec 2015 05:05:43 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 205263] Fix for netwait boot order issues and other bugs Message-ID: <bug-205263-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205263 Bug ID: 205263 Summary: Fix for netwait boot order issues and other bugs Product: Base System Version: 10.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: conf Assignee: freebsd-bugs@FreeBSD.org Reporter: brendan+freebsd@bbqsrc.net Created attachment 164144 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164144&action=edit netwait fix patch There are a few issues with using netwait with late-appearing devices such as USB ethernet controllers that are fixed in the proposed patch: - $netwait_if_timeout would always bail out on first iteration if no interface found - Added netwait to NETWORKING after netif to ensure it runs at the correct time - $netwait_ip was mandatory even though making it optional does not break anything - Minor improvements to console text to make logging clearer With this patch, my system boots properly, with correct routing. I hope the patch is of some use, and look forward to your feedback. :) -- 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-205263-8>