[Bug 292604] netwait always warns of lack of network functionality
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 292604] netwait always warns of lack of network functionality"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 292604] netwait always warns of lack of network functionality"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 292604] netwait always warns of lack of network functionality"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 292604] netwait always warns of lack of network functionality"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 292604] netwait always warns of lack of network functionality"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Jan 2026 11:42:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292604
Bug ID: 292604
Summary: netwait always warns of lack of network functionality
Product: Base System
Version: 15.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: conf
Assignee: bugs@FreeBSD.org
Reporter: cdr.nil@gmail.com
netwait issues the following warning, even when ${netwait_ip} has been
successfully pinged:
"Continuing with startup, but be aware you may not have a fully functional
networking layer at this point."
This is due to a defect in /etc/rc.d/netwait. The following patch corrects the
issue:
--- /tmp/netwait.orig 2026-01-19 09:54:03.531027000 +0000
+++ netwait 2026-01-19 09:54:16.798862000 +0000
@@ -126,7 +126,7 @@
if [ $rc -eq 0 ]; then
echo ', got response.'
- got_ip=false
+ got_ip=true
break 2
fi
count=$((count+1))
--
You are receiving this mail because:
You are the assignee for the bug.