Re: svn commit: r368345 - head/libexec/rc/rc.d

2020-12-05 Thread Cy Schubert
In message 
, Ed Maste writes:
> On Fri, 4 Dec 2020 at 14:31, Cy Schubert  wrote:
> >
> > Author: cy
> > Date: Fri Dec  4 19:31:16 2020
> > New Revision: 368345
> > URL: https://svnweb.freebsd.org/changeset/base/368345
> >
> > Log:
> >   Revert r366857.
>
> HW lab CI is green again with this change:
> https://ci.freebsd.org/hwlab/job/FreeBSD-device-head-pinea64-test/8044/
>
> (2 of 18 tests after r368345 failed; they timed out waiting for the
> login prompt. Perhaps the timeout is just not long enough.)

Unfortunately WOL is broken here.

A patch to teach lagg(4) about WOL is #2 on my todo list.


-- 
Cheers,
Cy Schubert 
FreeBSD UNIX: Web:  https://FreeBSD.org
NTP:   Web:  https://nwtime.org

The need of the many outweighs the greed of the few.


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r368345 - head/libexec/rc/rc.d

2020-12-05 Thread Ed Maste
On Fri, 4 Dec 2020 at 14:31, Cy Schubert  wrote:
>
> Author: cy
> Date: Fri Dec  4 19:31:16 2020
> New Revision: 368345
> URL: https://svnweb.freebsd.org/changeset/base/368345
>
> Log:
>   Revert r366857.

HW lab CI is green again with this change:
https://ci.freebsd.org/hwlab/job/FreeBSD-device-head-pinea64-test/8044/

(2 of 18 tests after r368345 failed; they timed out waiting for the
login prompt. Perhaps the timeout is just not long enough.)
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r368345 - head/libexec/rc/rc.d

2020-12-04 Thread Cy Schubert
Author: cy
Date: Fri Dec  4 19:31:16 2020
New Revision: 368345
URL: https://svnweb.freebsd.org/changeset/base/368345

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
Martin Birgmeier 
  MFC after:  Immediately
  Discussion at:https://reviews.freebsd.org/D27459

Modified:
  head/libexec/rc/rc.d/netif

Modified: head/libexec/rc/rc.d/netif
==
--- head/libexec/rc/rc.d/netif  Fri Dec  4 18:58:27 2020(r368344)
+++ head/libexec/rc/rc.d/netif  Fri Dec  4 19:31:16 2020(r368345)
@@ -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
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"