[Bug 1822007] Re: Grub fails to request the /grub/grub.cfg over HTTP when booting with UEFI HTTP

2019-04-09 Thread Mathieu Trudel-Lapierre
** Changed in: grub2 (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822007 Title: Grub fails to request the /grub/grub.cfg over HTTP when booting with

[Bug 1823979] [NEW] Replace use of chown in maintainer scripts

2019-04-09 Thread Mathieu Trudel-Lapierre
Public bug reported: >From Seth's security review: TL;dr: please see if we could replace the use of chown -R with something else. """ I reviewed heat-dashboard version 1.4.0-0ubuntu1 as checked into cosmic. This shouldn't be considered a full audit but rather a quick gauge of maintainability.

[Bug 1750576] Re: [MIR] heat-dashboard

2019-04-09 Thread Mathieu Trudel-Lapierre
Thanks. MIR approved. ** Changed in: heat-dashboard (Ubuntu) Status: Incomplete => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750576 Title: [MIR] heat-dashboard To manage

[Bug 1820195] Re: [MIR] glewlwyd as dependency of mailman3

2019-04-09 Thread Mathieu Trudel-Lapierre
Sounds like what you want is b). If all we need is the font, then also why is a font bundled with an OAUTH server? For all intents and purposes, it should be more or less easy to split out. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1775427] Re: [MIR] mailman3 to replace mailman, or drop mailman to universe and off server iso

2019-04-09 Thread Mathieu Trudel-Lapierre
Setting mailman to Triaged; let's get this off the "New MIRs" list -- it's not new, just not completed yet. mailman3's status nicely captures this. ** Changed in: mailman (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1821867] Re: network interface is down after post-install reboot of a default disco installation

2019-04-08 Thread Mathieu Trudel-Lapierre
Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1821867 Title: network interface is down after post-install reboot of a default disco installation To manage notifications about this bug go

[Bug 1815691] Re: disk not detected on an Intel NUC7i5BNHXF

2019-04-08 Thread Mathieu Trudel-Lapierre
Given the options shown in firmware and switching to AHCI fixes things as per xnox's comments; this is squarely a "kernel" issue -- one we can't really fix in ubiquity in any case. The kernel side, to support this new RAID or "Intel RST" mode comes with its own set of problems, but I'll let the

[Bug 1801629] Re: direct dependencies of ubiquity should not be autoremovable

2019-04-08 Thread Mathieu Trudel-Lapierre
Julian verified this as not reproducing on disco now, with the livecd- rootfs change. Closing the ubiquity task as invalid. ** Changed in: ubiquity (Ubuntu Disco) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1823259] Re: Update from grub-common AMD64 2.02-2ubuntu8.12 to 2.02-2ubuntu8.13 removed some Grub settings

2019-04-05 Thread Mathieu Trudel-Lapierre
Could you please run: sudo debconf-show grub-pc sudo debconf-show grub-efi-amd64 I've attempted to reproduce this; by first downgrading to a previous version, changing settings in /etc/default/grub, and proceeding with the upgrade, but no matter what I do, the changes do remain in

[Bug 1819014] Re: wpa starts too late causing delay at boot

2019-04-03 Thread Mathieu Trudel-Lapierre
Verification-done for cosmic: With a netplan config setting up only wireless: network: version: 2 renderer: networkd wifis: wlan0: dhcp4: yes dhcp6: yes access-points: cyphermox.net: password: [redacted]

[Bug 1739578] Re: Missing support for WPA2 Enterprise

2019-04-03 Thread Mathieu Trudel-Lapierre
Verification-done on cosmic: ubuntu@ubuntu:~$ dpkg -l netplan.io | grep ii ii netplan.io 0.96-0ubuntu0.18.10.2 arm64YAML network configuration abstraction for various backends ubuntu@ubuntu:~$ grep -A 20 wifis /etc/netplan/50-cloud-init.yaml wifis: wlan0:

[Bug 1739578] Re: Missing support for WPA2 Enterprise

2019-04-02 Thread Mathieu Trudel-Lapierre
Verification-done on bionic: ubuntu@ubuntu-XPS-13-9350:/etc/netplan$ dpkg -l netplan.io | cat Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name

[Bug 1799487] Re: Support for sit (ipv6) tunnels

2019-04-02 Thread Mathieu Trudel-Lapierre
Verification done for cosmic: ubuntu@test-netplan-cosmic:~$ cat /etc/netplan/50-cloud-init.yaml | grep -A 10 'tunnels' tunnels: he-ipv6: mode: sit remote: xxx.xxx.xxx.xxx local: xxx.xxx.xxx.xxx addresses: -

[Bug 1817660] Re: test_terminal.TestTerminal tests fail when run a second time

2019-04-02 Thread Mathieu Trudel-Lapierre
Verification-done on bionic for netplan.io: netplan.io: Installed: 0.96-0ubuntu0.18.04.2 Candidate: 0.96-0ubuntu0.18.04.2 Version table: *** 0.96-0ubuntu0.18.04.2 500 -1 http://archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages 100 /var/lib/dpkg/status

[Bug 1817660] Re: test_terminal.TestTerminal tests fail when run a second time

2019-04-02 Thread Mathieu Trudel-Lapierre
Verification-done on cosmic for netplan.io: ubuntu@civil-eft:~$ apt-cache policy netplan.io netplan.io: Installed: 0.96-0ubuntu0.18.10.2 Candidate: 0.96-0ubuntu0.18.10.2 Version table: *** 0.96-0ubuntu0.18.10.2 500 -1 http://archive.ubuntu.com/ubuntu cosmic-proposed/main amd64

[Bug 1817655] Re: NetworkManager renderer broken on NM version 1.15.2 or later (Ubuntu 19.04 Disco)

2019-04-02 Thread Mathieu Trudel-Lapierre
Verification-done for bionic: Changing the renderer to NetworkManager still leads to a working system with live connections, even with the NetworkManager files now having a .nmconnection extension: ubuntu@just-boa:~$ dpkg -l netplan.io | grep ii ii netplan.io 0.96-0ubuntu0.18.04.2 amd64

[Bug 1817655] Re: NetworkManager renderer broken on NM version 1.15.2 or later (Ubuntu 19.04 Disco)

2019-04-02 Thread Mathieu Trudel-Lapierre
Verification-done for cosmic: With the changes and NetworkManager connection files now having a .nmconnection, the network still comes up and the system is still reachable, with the renderer value in netplan yaml changed to 'NetworkManager'. ubuntu@civil-eft:~$ dpkg -l netplan.io | grep ii ii

[Bug 1811868] Re: networkd/NetworkManager are not re-started on netplan apply when config files are removed

2019-04-02 Thread Mathieu Trudel-Lapierre
Setting back to verification-done: Alfonso already verified this same SRU; no changes with the new revision in -proposed. ** Tags removed: verification-needed verification-needed-bionic verification-needed-cosmic ** Tags added: verification-done-bionic verification-done-cosmic -- You received

[Bug 1800669] Re: Various documentation fixes

2019-04-02 Thread Mathieu Trudel-Lapierre
Resetting to verification-done since these are for documentation changes with no difference in the new revision in -proposed. ** Tags removed: verification-needed verification-needed-bionic verification-needed-cosmic ** Tags added: verification-done-bionic verification-done-cosmic -- You

[Bug 1800668] Re: Clarify MAC and MTU setting requirements

2019-04-02 Thread Mathieu Trudel-Lapierre
This hasn't changed with the new revision in -proposed; re-setting to verification-done. ** Tags removed: verification-needed verification-needed-bionic verification-needed-cosmic ** Tags added: verification-done-bionic verification-done-cosmic -- You received this bug notification because you

[Bug 1800670] Re: Improve error reporting to give clearer messages and context

2019-04-02 Thread Mathieu Trudel-Lapierre
Setting back to verification-done; this is still verified for bionic and cosmic (no change with new revision in -proposed). ** Tags removed: verification-needed verification-needed-bionic verification-needed-cosmic ** Tags added: verification-done-bionic verification-done-cosmic -- You

[Bug 1802322] Re: [regression] netplan apply is not idempotent and fails trying to rename a bond member interface

2019-04-02 Thread Mathieu Trudel-Lapierre
This hasn't changed in bionic and cosmic; previously released SRU which is again included in the changelog for this backport. ** Tags removed: verification-needed verification-needed-bionic verification-needed-cosmic ** Tags added: verification-done-bionic verification-done-cosmic -- You

[Bug 1804861] Re: MTU size defined on /etc/netplan/50-cloud-init.yaml not applied

2019-04-02 Thread Mathieu Trudel-Lapierre
Setting verification-done tags for bionic and cosmic missing after verification in comment #27. ** Tags removed: verification-needed verification-needed-bionic verification-needed-cosmic ** Tags added: verification-done-bionic verification-done-cosmic -- You received this bug notification

[Bug 1770082] Re: systemd-networkd not renaming devices on boot

2019-04-02 Thread Mathieu Trudel-Lapierre
No need to re-test these; it's already been included in bionic/cosmic and bug comments are a side-effect of the changelogs for the upload with this backport. ** Tags removed: verification-needed verification-needed-bionic verification-needed-cosmic ** Tags added: verification-done-bionic

[Bug 1799487] Re: Support for sit (ipv6) tunnels

2019-04-02 Thread Mathieu Trudel-Lapierre
Still verification-done on bionic; this hasn't changed with the new revision in -proposed. ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 564853] Re: Spurious conffile prompts for /etc/default/grub

2019-04-01 Thread Mathieu Trudel-Lapierre
Verification-done for cosmic: ubuntu@noted-fish:~$ dpkg -l grub\* | grep ii ii grub-common 2.02+dfsg1-5ubuntu8.3 amd64GRand Unified Bootloader (common files) ii grub-efi-amd642.02+dfsg1-5ubuntu8.3 amd64GRand Unified Bootloader, version 2

[Bug 1787630] Re: [FFe] Include HTTP support in pre-build GRUB module

2019-04-01 Thread Mathieu Trudel-Lapierre
Thanks Blake! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1787630 Title: [FFe] Include HTTP support in pre-build GRUB module To manage notifications about this bug go to:

[Bug 564853] Re: Spurious conffile prompts for /etc/default/grub

2019-04-01 Thread Mathieu Trudel-Lapierre
Verification-done on bionic: ubuntu@brave-elf:~$ dpkg -l grub\* | grep ii ii grub-common 2.02-2ubuntu8.13 amd64GRand Unified Bootloader (common files) ii grub-gfxpayload-lists 0.7 amd64GRUB gfxpayload blacklist ii grub-pc 2.02-2ubuntu8.13

[Bug 1820898] Re: grub in xenial fails to read pc-linux 4.15 kernel snap

2019-04-01 Thread Mathieu Trudel-Lapierre
Verification-done on xenial: ubuntu@profound-donkey:~$ snap download pc-kernel --channel 18 Fetching snap "pc-kernel" Fetching assertions for "pc-kernel" Install the snap with: snap ack pc-kernel_192.assert snap install pc-kernel_192.snap ubuntu@profound-donkey:~$ grub-fstest

[Bug 1401532] Re: GRUB's Secure Boot implementation loads unsigned kernel without warning

2019-04-01 Thread Mathieu Trudel-Lapierre
Verification-done on trusty: ubuntu@dashing-moccasin:~$ apt-cache policy grub-efi-amd64-signed grub-efi-amd64-signed: Installed: 1.34.20+2.02~beta2-9ubuntu1.17 Candidate: 1.34.20+2.02~beta2-9ubuntu1.17 Package pin: 1.34.20+2.02~beta2-9ubuntu1.17 Version table: ***

[Bug 1789918] Re: grub2 signed kernel enforcement doesn't check on upgrade that signatures are from trusted keys

2019-04-01 Thread Mathieu Trudel-Lapierre
Verification-done on trusty: ubuntu@dashing-moccasin:~$ apt-cache policy grub-efi-amd64-signed grub-efi-amd64-signed: Installed: 1.34.20+2.02~beta2-9ubuntu1.17 Candidate: 1.34.20+2.02~beta2-9ubuntu1.17 Package pin: 1.34.20+2.02~beta2-9ubuntu1.17 Version table: ***

[Bug 1818929] Re: shim-signed: missing versioned dep on sbsigntool (>= 0.6-0ubuntu10.1) package shim-signed 1.33.1~16.04.4+15+1533136590.3beb971-0ubuntu1 failed to install/upgrade: sub-processo script

2019-04-01 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + Upgrades with shim-signed when only partial upgrades are done. + + [Test case] + 1) Install new system, with no updates + 2) Run 'sudo apt-get update' + 3) Run 'sudo apt-get install shim-signed' + 4) Verify that sbsigntool is also updated to the new version.

[Bug 1401532] Re: GRUB's Secure Boot implementation loads unsigned kernel without warning

2019-04-01 Thread Mathieu Trudel-Lapierre
Verification-failed on trusty: ii grub-common 2.02~beta2-9ubuntu1.17 amd64GRand Unified Bootloader (common files) ii grub-efi-amd64 2.02~beta2-9ubuntu1.17 amd64

[Bug 1789918] Re: grub2 signed kernel enforcement doesn't check on upgrade that signatures are from trusted keys

2019-04-01 Thread Mathieu Trudel-Lapierre
Verification-done on trusty: ii grub-common 2.02~beta2-9ubuntu1.17 amd64 GRand Unified Bootloader (common files) ii grub-efi-amd64 2.02~beta2-9ubuntu1.17 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version) ii grub-efi-amd64-bin 2.02~beta2-9ubuntu1.17 amd64 GRand Unified Bootloader,

[Bug 1822007] Re: Grub fails to request the /grub/grub.cfg over HTTP when booting with UEFI HTTP

2019-04-01 Thread Mathieu Trudel-Lapierre
As a first step I'd look into whether grub is able to correctly get an IP from DHCP. I wonder if the client class string confuses it. Could you please take packet captures of the boot attempt? We could then have a look at the whole thing and compare with grub code to see what happens? ** Changed

[Bug 1807273] Re: netplan not respecting mtu

2019-03-29 Thread Mathieu Trudel-Lapierre
Verification-done for cosmic, using netplan.io 0.96-0ubuntu0.18.10.2: As for the above test, I set up a new AWS instance (t2.micro); and applied the configuration (first trying to just set mtu: 1500; then using dhcp4-overrides: { use-mtu: false }). ubuntu@ip-172-30-0-81:~$ dpkg -l netplan.io |

[Bug 1807273] Re: netplan not respecting mtu

2019-03-29 Thread Mathieu Trudel-Lapierre
Verification-done on bionic with netplan.io 0.96-0ubuntu0.18.04.2: I set up a new AWS instance (t2.micro in this case); and applied a similar setup (attempting to just set mtu: 1500, that doesn't work, then using the new dhcp4-overrides feature). Forcing UseMTU=false makes the MTU apply to the

[Bug 1804861] Re: MTU size defined on /etc/netplan/50-cloud-init.yaml not applied

2019-03-29 Thread Mathieu Trudel-Lapierre
Verification done with bionic and cosmic; using the following config: network: version: 2 ethernets: ens4: match: macaddress: 52:54:00:ea:e6:7a mtu: 9000 ens7: match: macaddress: 52:54:00:d7:62:4c

[Bug 1750392] Re: Cannot enable IPv6 privacy extensions

2019-03-29 Thread Mathieu Trudel-Lapierre
Verification done for both bionic and cosmic: ubuntu@test-netplan-bionic:~$ dpkg -l netplan.io | grep ii ii netplan.io 0.96-0ubuntu0.18.04.2 amd64YAML network configuration abstraction for various backends ubuntu@test-netplan-bionic:~$ sudo sysctl -a | grep tempaddr sysctl: reading

[Bug 1820929] Re: netplan should consider adding more udev attribute for exact matching of failover 3-netdev interfaces

2019-03-28 Thread Mathieu Trudel-Lapierre
Yes, that does explain it. /run/netplan/.yaml is written automatically by initramfs- tools when booting with a remote root (ie. iscsi); so this does check out: for example, 'critical' is required in that case, otherwise as soon as someone runs 'netplan apply' the network will go down and you

Re: [Ubuntu-QC] Ubuntu Dual boot EFI SSD

2019-03-28 Thread Mathieu Trudel-Lapierre
une clé Ubuntu fonctionnerait également pour commencer l'installation. Pour ce qui est de "legacy inherited", je n'ai jamais vu ce genre d'option dans le micrologiciel de Lenovo. D'où ca vient? Mathieu Trudel-Lapierre Freenode: cyphermox, Jabber: mathieu...@gmail.com 4096R/65B58

[Bug 1821867] Re: network interface is down after post-install reboot of a default disco installation

2019-03-28 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + Minimal installs using netplan to configure the network. + + [Test case] + 1) Install Ubuntu minimal server / cloud image + 2) Edit /etc/netplan/01-netcfg.yaml to configure the network as necessary. + 3) Run 'sudo netplan apply'. Verify that the network comes

[Bug 1820929] Re: netplan should consider adding more udev attribute for exact matching of failover 3-netdev interfaces

2019-03-28 Thread Mathieu Trudel-Lapierre
I also forgot to mention another entry I see in some of the configs: set-name: ens3 If you do not need to explicitly rename the interfaces yourself to a different name, I would avoid setting this at all. It *may* be being set automatically by cloud-init (if that's in use, but the configs

[Bug 1820929] Re: netplan should consider adding more udev attribute for exact matching of failover 3-netdev interfaces

2019-03-28 Thread Mathieu Trudel-Lapierre
All of these values should be coming directly from the netplan YAML. Are all of these options required? I see: match: macaddress: # Do you need to match the interface in this case? Is it sufficient to match by name if only ens3 is being configured? Also: dhcp-identifier: mac #

[Bug 1821867] Re: network interface is down after post-install reboot of a default disco installation

2019-03-28 Thread Mathieu Trudel-Lapierre
hanged in: netplan.io (Ubuntu) Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1821867 Title: network interface is down after post-insta

[Bug 1819761] Re: [MIR] containerd

2019-03-28 Thread Mathieu Trudel-Lapierre
I see no obvious issues with the package, but it's huge and would benefit the Security Team reviewing it as well. ** Changed in: containerd (Ubuntu) Assignee: (unassigned) => Ubuntu Security Team (ubuntu-security) -- You received this bug notification because you are a member of Ubuntu

[Bug 1565950] Re: Grub 2 fails to boot a kernel on a luks encrypted volume with Secure Boot enabled

2019-03-26 Thread Mathieu Trudel-Lapierre
There currently are no plans to that effect. For now; shipping in the devel series, and the installer does not set up any partitioning automatically that would make use of this. It's "only" a convenience for people who do their own partitioning, which requires some prior knowledge to set this up

[Bug 1767527] Re: [18.04] Installation boot failure. WARNING: invalid line in /etc/crypttab

2019-03-26 Thread Mathieu Trudel-Lapierre
** Changed in: cryptsetup Assignee: TJ (tj) => (unassigned) ** Changed in: cryptsetup (Ubuntu) Assignee: TJ (tj) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1767527

[Bug 1800670] Re: Improve error reporting to give clearer messages and context

2019-03-26 Thread Mathieu Trudel-Lapierre
Verification-done for both bionic and cosmic: ubuntu@humble-cod:~$ dpkg -l netplan.io | grep ii ii netplan.io 0.96-0ubuntu0.18.04.1 amd64 YAML network configuration abstraction for various backends ubuntu@superb-ram:~$ dpkg -l netplan.io | grep ii ii netplan.io 0.96-0ubuntu0.18.10.1 amd64 YAML

[Bug 1800668] Re: Clarify MAC and MTU setting requirements

2019-03-26 Thread Mathieu Trudel-Lapierre
Verification-done for both bionic and cosmic: ubuntu@humble-cod:~$ dpkg -l netplan.io | grep ii ii netplan.io 0.96-0ubuntu0.18.04.1 amd64YAML network configuration abstraction for various backends ubuntu@superb-ram:~$ dpkg -l netplan.io | grep ii ii netplan.io

[Bug 1800669] Re: Various documentation fixes

2019-03-26 Thread Mathieu Trudel-Lapierre
Verification-done for both bionic and cosmic: ubuntu@humble-cod:~$ dpkg -l netplan.io | grep ii ii netplan.io 0.96-0ubuntu0.18.04.1 amd64 YAML network configuration abstraction for various backends ubuntu@superb-ram:~$ dpkg -l netplan.io | grep ii ii netplan.io 0.96-0ubuntu0.18.10.1 amd64 YAML

[Bug 1799487] Re: Support for sit (ipv6) tunnels

2019-03-26 Thread Mathieu Trudel-Lapierre
Verification done on bionic with netplan.io: mtrudel@daikoku:~$ dpkg -l netplan.io | more Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version

[Bug 1759014] Re: Netplan has no way to control DHCP client

2019-03-26 Thread Mathieu Trudel-Lapierre
This means we'll need to identify what patches need to be applied on top of v237 to make this work. Is this crippling? Are we able to verify that dhcp customization work despite anything missing in systemd? I think it's the case; but I'd like a second opinion. To be clear: I think we can verify

[Bug 1776228] Re: Duplicate default routes on VMs with multiple NICs

2019-03-26 Thread Mathieu Trudel-Lapierre
Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776228 Title: Duplicate default routes on VMs with multiple NICs To manage notifications about this bug go to:

[Bug 1739578] Re: Missing support for WPA2 Enterprise

2019-03-26 Thread Mathieu Trudel-Lapierre
That is up to the Ubuntu Core team to do; but before they can do it it needs to be landed in the archive for classic :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1739578 Title: Missing support

[Bug 1811868] Re: networkd/NetworkManager are not re-started on netplan apply when config files are removed

2019-03-26 Thread Mathieu Trudel-Lapierre
Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1811868 Title: networkd/NetworkManager are not re-started on netplan apply when config files are removed To manage notifications about this

[Bug 1759014] Re: Netplan has no way to control DHCP client

2019-03-25 Thread Mathieu Trudel-Lapierre
There is no dependency on v239 for netplan backports. Bionic ships with v237 (and some patches); the dependency on systemd is for >= 235-3ubuntu3 in netplan.io. I do not believe a newer version than that is required. Alexey, I really appreciate the work done to make such a backport available, but

[Bug 1401532] Re: GRUB's Secure Boot implementation loads unsigned kernel without warning

2019-03-22 Thread Mathieu Trudel-Lapierre
** Changed in: grub2 (Ubuntu Trusty) Status: Triaged => In Progress ** Changed in: grub2-signed (Ubuntu Trusty) Status: Triaged => In Progress ** Changed in: grub2 (Ubuntu Trusty) Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox) ** Changed in: gru

[Bug 564853] Re: Spurious conffile prompts for /etc/default/grub

2019-03-21 Thread Mathieu Trudel-Lapierre
** Description changed: [Impact] All users of Ubuntu, especially on updates of the grub packages. (Grub is used nearly everywhere to boot) [Test case] + == Upgrade prompting == + 0) Install Ubuntu + 1) Modify /etc/default/grub.cfg options + 2) Copy /etc/default/grub.cfg to

[Bug 1820929] Re: netplan should consider adding more udev attribute for exact matching of failover 3-netdev interfaces

2019-03-21 Thread Mathieu Trudel-Lapierre
netplan is currently writing about as much as we can for the networkd/udev configs; some values we don't know how to handle at all. Looking at this, it feels to me like there will indeed be a need to find a different data point to differentiate the interfaces, and MAC and driver are not

[Bug 1820929] Re: netplan should consider adding more udev attribute for exact matching of failover 3-netdev interfaces

2019-03-21 Thread Mathieu Trudel-Lapierre
** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New ** Changed in: netplan Status: New => Triaged ** Changed in: netplan.io (Ubuntu) Status: New => Triaged ** Changed in:

[Bug 1811160] Re: Add option to configure wireless network frequency / channel

2019-03-20 Thread Mathieu Trudel-Lapierre
Triaged / Wishlist While the example shows "channel", that feature doesn't currently exist. ** Changed in: netplan Status: New => Triaged ** Changed in: netplan Importance: Undecided => Wishlist ** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New **

[Bug 1812457] Re: Parsing error

2019-03-20 Thread Mathieu Trudel-Lapierre
s: New ** Changed in: netplan.io (Ubuntu) Status: New => Triaged ** Changed in: netplan.io (Ubuntu) Importance: Undecided => High ** Summary changed: - Parsing error + Parsing error / silent fail on unmatched brackets ** Changed in: netplan Assignee: (unassigned) => Mathieu

[Bug 1813835] Re: Wrong dev in routing table in case of bridge on vlan

2019-03-20 Thread Mathieu Trudel-Lapierre
That's odd. Let's dig in deeper, as it quite likely might be a systemd bug, but I rather be certain it's not us doing something wrong. Could you please attach the config files generated in /run/systemd/network/ so we can confirm that the routes are created for the right devices? Thanks! **

[Bug 1814012] Re: netplan type wifis needs a device option

2019-03-20 Thread Mathieu Trudel-Lapierre
That's not quite the device, but a driver value though. I wonder if it wouldn't be best to either always set -Dnl80211 on wireless (and -Dwired for 802.1x on ethernet...), or to make it possible to use an alternative value if matching by driver. For example: wifis: wlan1: match:

[Bug 1814012] Re: netplan type wifis needs a device option

2019-03-20 Thread Mathieu Trudel-Lapierre
Triaged; we will need some input from Steve though to figure out how to addess this in the netplan schema. It's Triaged High as it actually does potentially impact many devices. There are sadly still lots of devices that either don't do wext, or don't do nl80211, and maybe it wouldn't hurt to be

[Bug 1814602] Re: unconfigured interfaces part of a 802.3ad bond getting DHCP IP & being set as default route

2019-03-20 Thread Mathieu Trudel-Lapierre
** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** Changed in: netplan.io (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1814952] Re: netplan try crashes if exception occurs

2019-03-20 Thread Mathieu Trudel-Lapierre
*** This bug is a duplicate of bug 1817660 *** https://bugs.launchpad.net/bugs/1817660 ** Changed in: netplan Status: New => Fix Released ** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** This bug has been marked a duplicate of bug 1817660

[Bug 1815734] Re: yml yaml file extension

2019-03-20 Thread Mathieu Trudel-Lapierre
Sure. This seems like a simple fix / enhancement. ** Changed in: netplan Status: New => Triaged ** Changed in: netplan Importance: Undecided => Wishlist ** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** Changed in: netplan.io (Ubuntu) Status:

[Bug 1817650] Re: Primary slave on the bond not getting set.

2019-03-20 Thread Mathieu Trudel-Lapierre
What are the exact contents of /etc/netplan/50-cloud-init.yaml and /etc/netplan/60-puppet-netplan.yaml? Do both define bond0? I have used the config provided (after setting dummy IPs and MAC that pass validation) and made sure indentation was correct, and it seems to parse and generate config

[Bug 1818689] Re: netplan fails to apply IP address

2019-03-20 Thread Mathieu Trudel-Lapierre
This is a red herring. The debug message does not mean that there isn't configuration. Is it possible that the MAC address changes across reboots? Could you enable debugging on systemd-networkd; then reboot so we can see if the interfaces are available at the time netwrokd will try to apply the

[Bug 1819833] Re: CLI option to find version would be very nice

2019-03-20 Thread Mathieu Trudel-Lapierre
** Changed in: netplan Status: New => Triaged ** Changed in: netplan Importance: Undecided => High ** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** Changed in: netplan.io (Ubuntu) Status: New => Triaged ** Changed in: netplan.io (Ubuntu)

[Bug 1819831] Re: broken genration of wpa config for hashed passwords

2019-03-20 Thread Mathieu Trudel-Lapierre
Sound simple and straightforward. I was not aware that such shorthand was possible (in fact, it doesn't seem to be documented in the manpage?) Marking Triaged / Medium; this should really be quite the simple fix to special-case when the password starts with "hash:". ** Changed in: netplan

[Bug 1820245] Re: Netplan and Keepalived not work

2019-03-20 Thread Mathieu Trudel-Lapierre
Evgeniy Yablokov: Could you also please send me configs (after sanitizing them for IPs you don't want to share, etc.)? I'd be quite curious to see how you did your setup, how it works, etc. There are some known issues, especially in running 'netplan apply' which might cause netwrokd to blast

[Bug 1820771] Re: systemd-networkd exhibits core dump on greater than 1024 addresses

2019-03-20 Thread Mathieu Trudel-Lapierre
Reassigning to systemd -- netplan isn't limited, but if systemd-networkd crashes that's a bug in systemd-networkd. ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New ** No longer affects: netplan -- You received this bug notification because you are a member of

[Bug 1798171] Re: System fails to boot with \EFI\BOOT\mmx64.efi - Not Found

2019-03-19 Thread Mathieu Trudel-Lapierre
** Also affects: debian-installer (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798171 Title: System fails to boot with \EFI\BOOT\mmx64.efi -

[Bug 1819084] Re: Installer crashed

2019-03-19 Thread Mathieu Trudel-Lapierre
Mar 8 01:55:10 ubuntu /install.py: keeping language packs for: en_CA.UTF-8 en_US.UTF-8 Mar 8 01:55:11 ubuntu ubiquity: W: --force-yes is deprecated, use one of the options starting with --allow instead. Mar 8 01:55:11 ubuntu ubiquity: E: Could not get lock /target/var/cache/apt/archives/lock

[Bug 1798171] Re: System fails to boot with \EFI\BOOT\mmx64.efi - Not Found

2019-03-19 Thread Mathieu Trudel-Lapierre
Disabling Secure Boot temporarily in order to finish the installation (mmx64.efi is supposed to be installed on disk at the end of the install), or editing an installation image on USB to copy grubx64.efi in a new file called mmx64.efi Should be good workarounds for this. Please don't run a

[Bug 1798171] Re: System fails to boot with \EFI\BOOT\mmx64.efi - Not Found

2019-03-19 Thread Mathieu Trudel-Lapierre
** Changed in: grub2 (Ubuntu) Assignee: Miguel Alcaide (migalc) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798171 Title: System fails to boot with \EFI\BOOT\mmx64.efi - Not

[Bug 1820779] Re: Failed to reinstall Ubuntu 18.10

2019-03-19 Thread Mathieu Trudel-Lapierre
This appears likely to have been a transient network issue. Are you able to reproduce the same crash again if you try the install again? ** Changed in: ubiquity (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1820676] Re: Something has gone seriously wrong: import_mok_state0 failed

2019-03-19 Thread Mathieu Trudel-Lapierre
\EFI\BOOT\mmx64.efi should be on all the images; we should investigate this in case it was somehow dropped. The issue seems to be that we immediately go apply the changes when people configure Secure Boot in the installer, but this requires MokManager to run at the very next boot -- if it's not

[Bug 1820795] Re: Ubuntu installer crashed

2019-03-19 Thread Mathieu Trudel-Lapierre
There are some odd errors in UbiquitySyslog.txt I haven't seen before: Mar 19 04:38:51 ubuntu user-setup: adduser: Only one or two names allowed. Mar 19 04:38:51 ubuntu ubiquity: chpasswd: (user ) pam_chauthtok() failed, error: Mar 19 04:38:51 ubuntu ubiquity: Authentication token manipulation

[Bug 564853] Re: Spurious conffile prompts for /etc/default/grub

2019-03-18 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + All users of Ubuntu, especially on updates of the grub packages. (Grub is used nearly everywhere to boot) + + [Test case] + + == User-specified changes == + 0) Install Ubuntu + 1) Modify /etc/default/grub.cfg options + 2) Update grub to the new package + +

[Bug 1787630] Re: [FFe] Include HTTP support in pre-build GRUB module

2019-03-18 Thread Mathieu Trudel-Lapierre
** Description changed: - {Description] + [Impact] + Required for MAAS to use HTTP transport to provide files for grub2. + + [Test case] + 0) Provide kernel and initrd on an HTTP server on the network. + 1) Boot from the network in UEFI mode using grub's grubnet.efi binary. + 2) Run the

[Bug 1742711] Re: MIR: vulkan-loader

2019-03-15 Thread Mathieu Trudel-Lapierre
Looks generally good to me, but this is a very large and complex project. I've tried to review the code as much as I could, but I would feel better if there were more eyes on it. Assigning to ~ubuntu-security ... I'm not requesting a full security code review, but leaving it to the Security Team

[Bug 1815101] Re: Restarting systemd-networkd breaks keepalived clusters

2019-03-15 Thread Mathieu Trudel-Lapierre
** Summary changed: - netplan removes keepalived configuration + Restarting systemd-networkd breaks keepalived clusters ** Summary changed: - Restarting systemd-networkd breaks keepalived clusters + [master] Restarting systemd-networkd breaks keepalived clusters -- You received this bug

[Bug 1820281] Re: Restarting systemd-networkd breaks keepalived clusters

2019-03-15 Thread Mathieu Trudel-Lapierre
*** This bug is a duplicate of bug 1815101 *** https://bugs.launchpad.net/bugs/1815101 ** This bug has been marked a duplicate of bug 1815101 Restarting systemd-networkd breaks keepalived clusters -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1820281] Re: Restarting systemd-networkd breaks keepalived clusters

2019-03-15 Thread Mathieu Trudel-Lapierre
** Summary changed: - netplan, keepalived, netplan-apply + Restarting systemd-networkd breaks keepalived clusters ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New ** Also affects: keepalived (Ubuntu) Importance: Undecided Status: New ** Changed in:

[Bug 1817336] Re: [MIR] runc

2019-03-14 Thread Mathieu Trudel-Lapierre
to Ubuntu Security for review. ** Changed in: runc (Ubuntu) Assignee: Mathieu Trudel-Lapierre (cyphermox) => Ubuntu Security Team (ubuntu-security) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1817336] Re: [MIR] runc

2019-03-14 Thread Mathieu Trudel-Lapierre
** Changed in: runc (Ubuntu) Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817336 Title: [MIR] runc To manage notificati

[Bug 1807273] Re: netplan not respecting mtu

2019-03-11 Thread Mathieu Trudel-Lapierre
Closing as Fix Released for upstream and for disco (netplan.io 0.95 contained the fix): netplan.io (0.95) disco; urgency=medium . * New upstream release: - Added support for WPA Enterprise / 802.1x authentication (LP: #1739578) - Added support for setting up IP tunnels; supporting

[Bug 1819014] Re: wpa starts too late causing delay at boot

2019-03-11 Thread Mathieu Trudel-Lapierre
This has been fixed upstream as https://github.com/CanonicalLtd/netplan/commit/ffda192123b4de0c1f270767c3334d75ef2ebcc1 ** Description changed: + [Impact] + Devices which depend on a wireless network connection at boot. + + [Test case] + 1) Configure netplan with a single wireless network to be

[Bug 1819014] Re: wpa starts too late causing delay at boot

2019-03-11 Thread Mathieu Trudel-Lapierre
** Also affects: netplan Importance: Undecided Status: New ** Changed in: netplan Importance: Undecided => Critical ** Changed in: netplan Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1817655] Re: NetworkManager renderer broken on NM version 1.15.2 or later (Ubuntu 19.04 Disco)

2019-03-11 Thread Mathieu Trudel-Lapierre
  renderer: NetworkManager +   ethernets: + eno1: +   addresses: [10.48.134.22/25] +   gateway4: 10.48.134.1 +   nameservers: + addresses: [10.48.134.6] ** Changed in: netplan Status: In Progress => Fix Released ** Changed in: netplan Assignee: Mathieu Tr

[Bug 1817660] Re: test_terminal.TestTerminal tests fail when run a second time

2019-03-11 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + Limited to automatic testing run for netplan. + + [Test cases] + 1) Run 'make check' on netplan source twice. + 2) Verify the tests pass both times. + + [Regression potential] + None. + + --- + Several tests related setting terminal flags in

[Bug 1811868] Re: networkd/NetworkManager are not re-started on netplan apply when config files are removed

2019-03-11 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + All users of netplan when changing configuration and removing devices. + + [Test case] + 1) Set up a configuration with additiona devices: + network: + version: 2 + ethernets: + eno1: + match: + macaddress:

[Bug 1804861] Re: MTU size defined on /etc/netplan/50-cloud-init.yaml not applied

2019-03-11 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + Users of netplan with complex bridge or bond configurations, where setting MTU or renaming is required and matching is done by MAC address. + + [Test case] + 1) Configure netplan with a bond, and device members that use different MTU values: + + network: +

[Bug 1800669] Re: Various documentation fixes

2019-03-11 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + Documentation for netplan. + + [Test case] + Run 'man netplan': + + - validate that the documentation clearly states that setting MTU requires matching by MAC address; under the 'mtu' section. + - validate that documentation is in place for the new

[Bug 1802322] Re: [regression] netplan apply is not idempotent and fails trying to rename a bond member interface

2019-03-11 Thread Mathieu Trudel-Lapierre
Closing as Fix Released upstream (since it obviously was given there was an upload to distro) ** Changed in: netplan Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1800670] Re: Improve error reporting to give clearer messages and context

2019-03-11 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + All users of netplan. + + [Test case] + 1) Write an invalid netplan yaml (for each of the examples below) + 2) Validate the error is as expected. + 3) Verify that the error matches refers to a meaningful place in file (check line and column values). + + ==

<    1   2   3   4   5   6   7   8   9   10   >