Bug#884319: Networking shutdown before NFS unmount on shutdown or reboot

Peter 'p2' De Schrijver p2 at psychaos.be
Wed Dec 13 21:06:50 GMT 2017


OVS setup is:

HOME\p2 at sunshine:~$ sudo ovs-vsctl show
[sudo] password for HOME\p2: 
6a4c96dd-80aa-4954-a2f8-22bc7fb56898
    Bridge sunshine-net
        Port sunshine                                                                                                              
            Interface sunshine                                                                                                     
                type: internal                                                                                                     
        Port sunshine-net
            Interface sunshine-net
                type: internal
        Port "eth0"
            Interface "eth0"
    ovs_version: "2.6.2"

see attachement for interfaces file

Peter.

-------------- next part --------------
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

allow-hotplug sunshine
auto sunshine
iface sunshine inet dhcp

auto eth0
iface eth0 inet manual
-------------- next part --------------
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

allow-hotplug sunshine
auto sunshine
iface sunshine inet dhcp

auto eth0
iface eth0 inet manual


More information about the Pkg-systemd-maintainers mailing list