[Bug 1628591] Re: ifup and ifdown dont work when ethernet device name does not meet regular conventions

2016-09-28 Thread wybren
** Description changed: The regular expressions used in /etc/network/if-post-down.d/vlan and /etc/network/if-pre-up.d/vlan do not match the name of my network card enp4s0f0. This can be fixed by broadening the regular expression. + + This is only a problem when the device is a vlan

[Bug 1628591] Re: ifup and ifdown dont work when ethernet device name does not meet regular conventions

2016-09-28 Thread wybren
might not be clear the added code are the scripts working with my ethernet device -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628591 Title: ifup and ifdown dont work when ethernet device name

[Bug 1628591] [NEW] ifup and ifdown dont work when ethernet device name does not meet regular conventions

2016-09-28 Thread wybren
Public bug reported: The regular expressions used in /etc/network/if-post-down.d/vlan and /etc/network/if-pre-up.d/vlan do not match the name of my network card enp4s0f0. This can be fixed by broadening the regular expression. See below. if-pre-up: #!/bin/sh # Most of this stuff is to

[Bug 1513913] Re: ZFS pool does not get mounted on reboot

2015-12-01 Thread wybren
Mount all uses upstart. Upstart is not default for vivid and wily, systemd is. To make it work properly you can add the correct systemd initscripts for zfs. You can find them here. https://github.com/zfsonlinux/zfs/tree/master/etc/systemd/system -- You received this bug notification because