Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 19:35:43 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r368346 - stable/12/libexec/rc/rc.d
Message-ID:  <202012041935.0B4JZhig006192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Dec  4 19:35:43 2020
New Revision: 368346
URL: https://svnweb.freebsd.org/changeset/base/368346

Log:
  Revert r366857.
  
  r366857 created a number of problems, tearing down interfaces too
  early in shutdown. This resulted in:
  
  - hung ssh sessions when shutting down or rebooting remotely using
    shutdown (I've used exec shutdown, for years, as apposed to simply
    shutdown).
  
  - NFS mounted filesystems "disappear" prior to unmount.
  
  - dhclient attached to a VLAN on an interface who's parent interface
    has already shut down prints errors.
  
  The path forward is to teach lagg(4) and vlan(4) about WOL.
  
  PR:		251531, 251540
  PR:		158734, 109980 are broken again
  Reported by:	jhb, emaste, jtl, Helge Oldach<freebsd_oldach.net>
  		Martin Birgmeier <d8zNeCFG_aon.at>
  Discussion at:	https://reviews.freebsd.org/D27459

Modified:
  stable/12/libexec/rc/rc.d/netif
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/libexec/rc/rc.d/netif
==============================================================================
--- stable/12/libexec/rc/rc.d/netif	Fri Dec  4 19:31:16 2020	(r368345)
+++ stable/12/libexec/rc/rc.d/netif	Fri Dec  4 19:35:43 2020	(r368346)
@@ -28,7 +28,7 @@
 # PROVIDE: netif
 # REQUIRE: FILESYSTEMS iovctl serial sppp sysctl
 # REQUIRE: hostid ipfs
-# KEYWORD: nojailvnet shutdown
+# KEYWORD: nojailvnet
 
 . /etc/rc.subr
 . /etc/network.subr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012041935.0B4JZhig006192>