From owner-freebsd-bugs@freebsd.org Mon Sep 9 23:19:56 2019 Return-Path: Delivered-To: freebsd-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC596E4B14 for ; Mon, 9 Sep 2019 23:19:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46S3zJ5cQ8z4mqp for ; Mon, 9 Sep 2019 23:19:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id BEEA3E4B13; Mon, 9 Sep 2019 23:19:56 +0000 (UTC) Delivered-To: bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BEB1AE4B12 for ; Mon, 9 Sep 2019 23:19:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46S3zJ4gXDz4mqn for ; Mon, 9 Sep 2019 23:19:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8401F1D018 for ; Mon, 9 Sep 2019 23:19:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x89NJumK079701 for ; Mon, 9 Sep 2019 23:19:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x89NJuDh079696 for bugs@FreeBSD.org; Mon, 9 Sep 2019 23:19:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 240463] netwait is required for systems with SSD's as boot device Date: Mon, 09 Sep 2019 23:19:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: aryeh.friedman@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2019 23:19:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240463 Bug ID: 240463 Summary: netwait is required for systems with SSD's as boot device Product: Base System Version: 12.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: conf Assignee: bugs@FreeBSD.org Reporter: aryeh.friedman@gmail.com After switching to an SSD as my boot device various services that required a working network connection fail and/or have long pauses in startup. In or= der to give if_XXX time to go from down to up (/etc/netstart forces it down at start of run) before such services are started netwait_if=3D"XXX" is requir= ed.=20=20 For example ntpdate, NIS and nfs mounts fail in the following /etc/rc.conf = and /etc/fstab is the netwait lines are missing from missing from /etc/rc.conf. /etc/rc.conf: hostname=3D"neomarx" ifconfig_re0=3D"inet 192.168.11.40 netmask 255.255.255.0" defaultrouter=3D"192.168.11.1" static_routes=3D"specmed" route_specmed=3D"-net 10.31.10.0/24 192.168.11.30" sshd_enable=3D"YES" ntpdate_enable=3D"YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev=3D"AUTO" zfs_enable=3D"YES" netwait_enable=3D"YES" netwait_if=3D"re0" nisdomainname=3D"office"=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 nis_client_enable=3D"YES"=20=20=20=20=20=20=20 rpc_lockd_enable=3D"YES"=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 rpc_statd_enable=3D"YES"=20=20=20=20=20=20=20=20=20=20=20=20 dbus_enable=3D"YES" tomcat9_enable=3D"YES" apache24_enable=3D"YES" mysql_enable=3D"YES" vboxnet_enable=3D"YES" devfs_system_ruleset=3D"system" devd_enable=3D"YES" /etc/fstab: # Device Mountpoint FStype Options Dump Pas= s# /dev/ada0p3 none swap sw 0 0 /dev/ada1p3 none swap sw 0 0 server:/data/home /usr/home nfs rw 0 0 server:/usr/local/com /usr/local/com nfs rw 0 0 linprocfs /compat/linux/proc linprocfs rw 0 0 linsysfs /compat/linux/sys linsysfs rw 0 0 tmpfs /compat/linux/dev/shm tmpfs rw,mode=3D1777 0 0 fdesc /dev/fd fdescfs rw 0 0 --=20 You are receiving this mail because: You are the assignee for the bug.=