[Bug 1756742] Re: Fresh bionic installs with DI don't mention netplan in ENI

2018-04-18 Thread Mathieu Trudel-Lapierre
Upload of netplan.io 0.35 that resolves this is in bionic unapproved queue now. Once that lands, I'll reupload finish-install. ** Changed in: netplan.io (Ubuntu) Status: Triaged => Fix Committed ** Changed in: finish-install (Ubuntu) Status: Fix Released => Triaged -- You

[Bug 1764362] Re: [MIR] networkd-dispatcher

2018-04-18 Thread Mathieu Trudel-Lapierre
Looks good. I did a full code review, and while there is DBus use, and this is a daemon that runs as root, the DBus code is minimal and only serves to trigger running non-DBus code when a particular signal is received. Similarly, the sd_notify (socket code) implementation is limited to telling

[Bug 1764869] [NEW] YAML configs wiped out from /run/netplan

2018-04-17 Thread Mathieu Trudel-Lapierre
Public bug reported: Any .yaml file in /run/netplan are wiped out when 'netplan generate' is run. This is wrong, we might actually want to have .yaml files there for netplan configuration. What we don't want, however, is for generated wpa-*.conf files to be left around: wpasupplicant

[Bug 1763608] Re: Netplan ignores Interfaces without IP Addresses

2018-04-17 Thread Mathieu Trudel-Lapierre
Indeed; but this is meant to be that way -- there is no usefulness in having a network device listed in the file without any configuration, as you can always just do "ip link set $device up" to bring it up. If there is no configuration, the device is left alone, as it should be. If you must have

[Bug 1753431] Re: bonding does not works

2018-04-17 Thread Mathieu Trudel-Lapierre
Your original config in comment #1 is correct: you must specify the underlying devices, because those names are matched later for "interfaces:" in the bond config. The issue with 802.3ad is likely a driver issue or a bug in systemd; the right mode needs to be set by networkd (which may require

[Bug 1758820] Re: netplan can not rename device names

2018-04-17 Thread Mathieu Trudel-Lapierre
Moving this bug to the netplan project since the Ubuntu package got renamed from 'nplan' to 'netplan.io'. ** Package changed: nplan (Ubuntu) => netplan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1752956] Re: netplan generate error message points to the wrong line number

2018-04-17 Thread Mathieu Trudel-Lapierre
There's a WIP branch here: https://github.com/CanonicalLtd/netplan/pull/18 ** Changed in: nplan (Ubuntu) Status: Confirmed => In Progress ** Changed in: nplan (Ubuntu) Importance: Undecided => Medium ** Changed in: nplan (Ubuntu) Assignee: (unassigned) => Mathieu Trudel

[Bug 1736975] Re: netplan does not bring up anonymous bridge on boot

2018-04-17 Thread Mathieu Trudel-Lapierre
In this case you may set: accept-ra: no In your netplan YAML; this will at least set IPv6AcceptRA=no, which should be sufficient for the bridge to come up, and is already available in netplan 0.34.1 (in Ubuntu 18.04) Controlling LinkLocalAddressing= will remain as a TODO. ** Changed in: nplan

[Bug 1754019] Re: [FFE] netplan 0.34: new features

2018-04-17 Thread Mathieu Trudel-Lapierre
This got landed, but the rename means the bug wasn't closed automatically. Closing: netplan.io (0.34) bionic; urgency=medium * New release 0.34 (LP: #1754019): * Implement "optional: true" to correctly write systemd network definitions with "RequiredForOnline=false", so that these

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

2018-04-17 Thread Mathieu Trudel-Lapierre
Package in Ubuntu was renamed from nplan to netplan.io; but regardless this bug is relevant to the netplan project in general; just moving bugs around here. ** Package changed: nplan (Ubuntu) => netplan -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1752142] Re: netplan's networkd renderer supports neither MAC address DHCP nor SendHostname

2018-04-17 Thread Mathieu Trudel-Lapierre
*** This bug is a duplicate of bug 1738998 *** https://bugs.launchpad.net/bugs/1738998 Marking this as a duplicate of bug 1738998 to set ClientIdentifer=mac. SendHostname=true is already the default. ** This bug has been marked a duplicate of bug 1738998 netplan does not allow dhcp client

[Bug 1726912] Re: fails to keep dhcplease

2018-04-17 Thread Mathieu Trudel-Lapierre
This would be a systemd-networkd bug, which I suspect might have already been fixed too. Reassigning to systemd. ** Package changed: nplan (Ubuntu) => systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1726822] Re: unable to specify MII monitoring interval in fractions of a second

2018-04-17 Thread Mathieu Trudel-Lapierre
*** This bug is a duplicate of bug 1745597 *** https://bugs.launchpad.net/bugs/1745597 This looks like a duplicate of bug 1745597; marking it as such. ** This bug has been marked a duplicate of bug 1745597 mii-monitor-interval unit is undocumented, and may be wrong -- You received this

[Bug 1764824] [NEW] [FFE] 'netplan try' feature in netplan 0.35

2018-04-17 Thread Mathieu Trudel-Lapierre
Public bug reported: netplan 0.35 would include an additional command: netplan try This would be used to allow users to automatically attempt to apply any config that can be safely programmatically revert in the case of failure, and presenting the user with a prompt to acknowledge the changes.

[Bug 1754422] Re: [MIR] volume-key

2018-04-17 Thread Mathieu Trudel-Lapierre
MIR approved. The new version synced from debian in bionic (UNAPPROVED) looks good now, and appears to have corrected test suite issues: 18057438 | X- | volume-key | 0.3.9-4 | 6 hours | * volume-key/0.3.9-4 Component: universe Section: misc ** Changed in:

[Bug 1762178] Re: Poor documentation of netplan.io

2018-04-16 Thread Mathieu Trudel-Lapierre
NetworkManager absolutely supports all kinds of network devices, including Bluetooth, DSL/PPPoE, Infiniband, Bond, Bridge, IP tunnels, Teamed devices, VLANS, etc. If GNOME software doesn't support it, that's their decision / a bug. You can use 'nm-connection-editor', the real connection editor

[Bug 1732002] Re: cloud images in lxc get ipv6 address

2018-04-09 Thread Mathieu Trudel-Lapierre
What's the point of having 'kernel'? You have a boolean here specifically because you'll likely want to override the default, whatever it might be. I'm fine with *not writing* accept-ra if that helps, but for most cases, this is just the kind of option that people should avoid touching. FWIW, as

[Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2018-04-09 Thread Mathieu Trudel-Lapierre
unbound attempts to add itself as a local resolver (pointing to 127.0.0.1). I think this will require specific integration work so that unbound can properly update/ tell systemd-networkd that it wants to be able to serve as a resolver. ** Changed in: squid3 (Ubuntu) Status: New => Invalid

[Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2018-04-09 Thread Mathieu Trudel-Lapierre
squid3: same story as sendmail, uses update-libc.d to get notified of nameserver changes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1713803 Title: replacement of resolvconf with systemd needs

[Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2018-04-09 Thread Mathieu Trudel-Lapierre
sendmail only uses an update-libc.d script to reload the daemon on changes to resolv.conf, which should be sufficient for DNS resolution to remain working as it did with resolvconf; seeing as the nameserver will generally not change from 127.0.0.53 ** Changed in: sendmail (Ubuntu) Status:

[Bug 1749228] Re: Installing from sd card fails on some hardware

2018-04-09 Thread Mathieu Trudel-Lapierre
Any news on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749228 Title: Installing from sd card fails on some hardware To manage notifications about this bug go to:

[Bug 1754422] Re: [MIR] volume-key

2018-04-09 Thread Mathieu Trudel-Lapierre
Have the tests been fixed? I really don't much like having things in main that run tests but don't use the result; is there any way to just ignore the test(s) that are really broken and otherwise keep the remaining tests failing the build if they fail, such that we can catch a possible regression?

[Bug 1664844] Re: No distinction between link-up and link-down interfaces

2018-04-09 Thread Mathieu Trudel-Lapierre
Verified nplan 0.32~17.10.3 for artful: Verified nplan 0.32~16.04.4 for xenial: nplan behaves as expected when the keyword "optional: yes" is set; device gets ignored by systemd-networkd-wait-online; which will report the correct status based on whether other devices are providing a connection.

[Bug 1437353] Re: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+

2018-04-09 Thread Mathieu Trudel-Lapierre
The bug identified was not a regression from the SRU. We still need testing on this stable update. ** Tags removed: verification-failed-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1437353

[Bug 1759877] Re: grub-pc fails to upgrade with raid disks

2018-04-09 Thread Mathieu Trudel-Lapierre
Thanks for letting us know! This bug was identified automatically as a regression, so I'm adding 'bot-stop-nagging' tag here for the bot to also recognize it's not a regression from the current in-flight stable update. ** Tags added: bot-stop-nagging -- You received this bug notification

[Bug 1752247] Re: Can't Connect to Open Network

2018-03-29 Thread Mathieu Trudel-Lapierre
What about if you pass: wifis: wlp1s0: dhcp4: yes access-points: "My Open Network": {} This is non-obvious though, we should fix the doc to clarify. ** Package changed: nplan (Ubuntu) => netplan.io (Ubuntu) ** Changed in: netplan.io (Ubuntu) Status: New =>

[Bug 1437353] Re: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+

2018-03-28 Thread Mathieu Trudel-Lapierre
@Matt, @Russell, Is the package is xenial-proposed something you could help verifying? I do not have access to hardware that would exhibit this issue; it would help greatly in providing the fix to have someone with this hardware follow the steps in

[Bug 1668148] Re: Warning message when installing in EFI mode to a BIOS disk is horribly confusing

2018-03-28 Thread Mathieu Trudel-Lapierre
Go for it; the confusion from this message is greater than the benefit to the very tiny set of users who might run into issues this is meant to catch. ie. automated partitioning will already DTRT; and people who write their own partitions and don't add an ESP are presumed to already know what

[Bug 1746891] Re: [MIR] pv

2018-03-28 Thread Mathieu Trudel-Lapierre
pv is small and straightforward. Its own unit tests are run as part of the build, and has a bug subscriber. However, it does appear to use IPC. I've reviewed as much of it as I could and it looks like the code is prudent, taking extra steps to check for errors, etc. Still, I think it would be

[Bug 1756870] Re: [MIR] socat

2018-03-28 Thread Mathieu Trudel-Lapierre
At a glance, the tests should be runnable; please enable them if possible. Given the use of OpenSSL, and previous issues with DH length, let's have this reviewed by the Security team. ** Changed in: socat (Ubuntu) Assignee: (unassigned) => Ubuntu Security Team (ubuntu-security) ** Changed

[Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2018-03-26 Thread Mathieu Trudel-Lapierre
Looks like the current behavior should be sufficient for postfix to integrate as well as it did with resolvconf: marking this Invalid. ** Changed in: postfix (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2018-03-26 Thread Mathieu Trudel-Lapierre
postfix takes a copy of resolv.conf for its own use, in its own queue directory. This is already well integrated by way of either resolvconf triggering the copy on changes (using update-libc.d) or by if-up / if- down. This will need work to "improve" the integration story; however postfix should

[Bug 1713803] Re: replacement of resolvconf with systemd needs integration

2018-03-26 Thread Mathieu Trudel-Lapierre
dhcpcd5 is redundant as a DHCP implementation in Ubuntu; but it does "integrate" with resolvconf by way of its own shipped dhcpcd- hooks/20-resolv.conf. It does check before calling 'resolvconf -a' and 'resolvconf -d' to add/remove its own interface file; and uses this hook file in order to

[Bug 1746629] Re: [MIR] libbluray

2018-03-26 Thread Mathieu Trudel-Lapierre
libbluray is missing a bug subscriber. ** Changed in: libbluray (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1746629 Title: [MIR] libbluray To manage

[Bug 1756322] Re: 'netplan apply' fails when trying to activate another interface on another QETH device ...

2018-03-26 Thread Mathieu Trudel-Lapierre
** Changed in: netplan Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756322 Title: 'netplan apply' fails when trying to activate another interface on another

[Bug 1753716] Re: [MIR] pyxs

2018-03-22 Thread Mathieu Trudel-Lapierre
I reviewed the code, nothing jumps out as being terrible; there's a bug subscriber, and tests being run as part of the build. MIR approved. ** Changed in: pyxs (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1757411] Re: [MIR] libu2f-host *UDEV RULES ONLY* bin:libu2f-udev

2018-03-22 Thread Mathieu Trudel-Lapierre
This is straightforward and obvious, same u2f rules as were previously in udev itself. MIR approved for the binary only: libu2f-udev ** Changed in: libu2f-host (Ubuntu) Status: In Progress => Fix Committed ** Changed in: libu2f-host (Ubuntu) Assignee: Mathieu Trudel-Lapie

[Bug 1754422] Re: [MIR] volume-key

2018-03-22 Thread Mathieu Trudel-Lapierre
Wild guess is this is a test that expects user input, and the input never shows up? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754422 Title: [MIR] volume-key To manage notifications about this

[Bug 1757411] Re: [MIR] libu2f-host *UDEV RULES ONLY* bin:libu2f-udev

2018-03-22 Thread Mathieu Trudel-Lapierre
** Changed in: libu2f-host (Ubuntu) Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox) ** Changed in: libu2f-host (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1752162] Re: netplan 0.33 silently breaks bridge-priority

2018-03-22 Thread Mathieu Trudel-Lapierre
Fixed in netplan 0.34 ** Package changed: nplan (Ubuntu) => netplan.io (Ubuntu) ** Changed in: netplan.io (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1756742] Re: Fresh bionic installs with DI don't mention netplan in ENI

2018-03-21 Thread Mathieu Trudel-Lapierre
Status: Incomplete => Fix Committed ** Changed in: netplan.io (Ubuntu) Status: New => In Progress ** Changed in: netplan.io (Ubuntu) Importance: Undecided => High ** Changed in: netplan.io (Ubuntu) Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox) --

[Bug 1437353] Re: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+

2018-03-21 Thread Mathieu Trudel-Lapierre
** Description changed: [Impact] MAAS commissioning may fail when deploying Xenial images or using grubx64.efi from Xenial due to hardware particularities of some Intel 82599-based network cards. Other network manufacturers may be affected as well. The main failure mode appears to be an

[Bug 1437353] Re: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+

2018-03-21 Thread Mathieu Trudel-Lapierre
** Description changed: [Impact] MAAS commissioning may fail when deploying Xenial images or using grubx64.efi from Xenial due to hardware particularities of some Intel 82599-based network cards. Other network manufacturers may be affected as well. The main failure mode appears to be an

[Bug 1746772] Re: [MIR] pymacaroons, python-libnacl

2018-03-21 Thread Mathieu Trudel-Lapierre
Reviewed the whole thing, there is now a bug subscriber. There's some crypto use but all through other libraries we've already MIRed (or in progress), and none of it looks crazy. MIR approved. (This is still going to be blocked on python-nacl though...) ** Changed in: pymacaroons (Ubuntu)

[Bug 1081938] Re: Libappindicator is not multilib aware, 32bit conflicts rather than works with 64bit

2018-03-20 Thread Mathieu Trudel-Lapierre
Unassinging myself. I'm not working on this. ** Changed in: libappindicator (Ubuntu) Assignee: Mathieu Trudel-Lapierre (cyphermox) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1737989] Re: [MIR] ujson?

2018-03-20 Thread Mathieu Trudel-Lapierre
So, what is the outcome of this? ** Changed in: ujson (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737989 Title: [MIR] ujson? To

[Bug 1687131] Re: [MIR] ubuntu-image

2018-03-20 Thread Mathieu Trudel-Lapierre
pyparted tests are now run, I did a quick re-review of the package. MIR approved. ** Changed in: pyparted (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1753754] Re: [MIR] rax-nova-agent

2018-03-20 Thread Mathieu Trudel-Lapierre
MIR approved. ** Changed in: rax-nova-agent (Ubuntu) Status: New => 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/1753754 Title: [MIR] rax-nova-agent To manage notifications

[Bug 1752056] Re: [MIR] bolt

2018-03-20 Thread Mathieu Trudel-Lapierre
bolt is still missing a team subscriber. ** Changed in: bolt (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752056 Title: [MIR] bolt To manage

[Bug 1748157] Re: [MIR] thunderbolt-tools

2018-03-20 Thread Mathieu Trudel-Lapierre
Assigning to security as per the description... ** Changed in: thunderbolt-tools (Ubuntu) Assignee: (unassigned) => Ubuntu Security Team (ubuntu-security) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1695565] Re: [MIR] chrome-gnome-shell

2018-03-20 Thread Mathieu Trudel-Lapierre
Marking incomplete so it still shows in my list, but is more clearly already looked at and NAKed by Security. ** Changed in: chrome-gnome-shell (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1741910] Re: ath6kl_sdio does not support unbinding

2018-03-19 Thread Mathieu Trudel-Lapierre
Verification-done for xenial (nplan 0.32~16.04.4): I am unable to validate ath6kl_sdio behavior directly on hardware (I do not have such hardware available), but the right stanza is present in the netplan script to skip over ath6kl_sdio. -- You received this bug notification because you are a

[Bug 1735821] Re: netplan needs bridge port-priority support

2018-03-19 Thread Mathieu Trudel-Lapierre
Verification done for xenial (nplan 0.32~16.04.4): Verification done for artful (nplan 0.32~17.10.3): Verified that the configuration supplied in the test case is accepted by netplan and correctly results in a bridge being brought up with a port- priority of "14" for eth0, and a bridge priority

[Bug 1751814] Re: Various errors in documentation

2018-03-19 Thread Mathieu Trudel-Lapierre
This was already fixed in bionic; closing as Fix Released the top-level task. ** Changed in: nplan (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1751814

[Bug 1751814] Re: Various errors in documentation

2018-03-19 Thread Mathieu Trudel-Lapierre
Verification-done for xenial (nplan 0.32~16.04.4): Verification-done for artful (nplan 0.32~17.10.3): Verified that the documentation correctly lists resend-igmp and clarifications for globbing and macaddress:. The unsupported "channel" keyword is not listed. ** Tags removed: verification-needed

[Bug 1735317] Re: Invalid YAML in docs

2018-03-19 Thread Mathieu Trudel-Lapierre
Verification-done for xenial (nplan 0.32~16.04.4): Verification-done for artful (nplan 0.32~17.10.3): Verified that the configuration examples in netplan manpage/doc correctly escape (in quotes) IPv6 addresses. ** Tags removed: verification-needed verification-needed-artful

[Bug 1726695] Re: Routes are not correctly documented in man pages

2018-03-19 Thread Mathieu Trudel-Lapierre
Verification-done for artful (nplan 0.32~17.10.3): The netplan manpage/doc contain the right routes: configuration, it is no longer shown as a top-level construct. ** Tags removed: verification-needed verification-needed-artful verification-needed-xenial ** Tags added: verification-done-artful

[Bug 1726695] Re: Routes are not correctly documented in man pages

2018-03-19 Thread Mathieu Trudel-Lapierre
Verification-done for xenial (nplan 0.32~16.04.4): The netplan manpage/doc contain the right routes: configuration, it is no longer shown as a top-level construct. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1747714] Re: network manager snap service name regression

2018-03-19 Thread Mathieu Trudel-Lapierre
Verification done for xenial (nplan 0.32~16.04.4): I used a dummy service on a new 16.04 install to have snap.network- manager.networkmanager.service available on the system. dummy service: [Unit] Description=Test DefaultDependencies=no Conflicts=shutdown.target Before=shutdown.target [Service]

[Bug 1756742] Re: Fresh bionic installs with DI don't mention netplan in ENI

2018-03-18 Thread Mathieu Trudel-Lapierre
Confirmed; finish-install includes code that only checks for the presence of /e/n/i. ** Changed in: netcfg (Ubuntu) Status: Incomplete => Triaged ** Package changed: netcfg (Ubuntu) => finish-install (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1756742] Re: Fresh bionic installs with DI don't mention netplan in ENI

2018-03-18 Thread Mathieu Trudel-Lapierre
installs here to try to reproduce. ** Also affects: netcfg (Ubuntu) Importance: Undecided Status: New ** Changed in: netcfg (Ubuntu) Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox) ** Changed in: netplan Status: New => Incomplete ** Changed in: netcfg (

[Bug 1754422] Re: [MIR] volume-key

2018-03-15 Thread Mathieu Trudel-Lapierre
Please fix: - Missing bug subscriber - Package contains a limited test suite, which gets run at build time, but failures are ignored (and it does happen to fail) - crypto/secrets handling should have a security review ** Changed in: volume-key (Ubuntu) Status: New => Incomplete **

[Bug 1753754] Re: [MIR] rax-nova-agent

2018-03-15 Thread Mathieu Trudel-Lapierre
** Changed in: rax-nova-agent (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1753754 Title: [MIR] rax-nova-agent To manage notifications about this bug go

[Bug 1753754] Re: [MIR] rax-nova-agent

2018-03-15 Thread Mathieu Trudel-Lapierre
Wrong team subscriber for the package; it should be subscribed to by foundations-bugs for the Foundations team. I've already done review of this software before, and we have had Security signoff by email. Please fix the subscriber so we can promote this package. -- You received this bug

[Bug 1747714] Re: network manager snap service name regression

2018-03-14 Thread Mathieu Trudel-Lapierre
Fix Released for bionic; this landed in netplan.io 0.34 (not shown because of the package rename): netplan.io (0.34) bionic; urgency=medium * New release 0.34 (LP: #1754019): * Implement "optional: true" to correctly write systemd network definitions with "RequiredForOnline=false",

[Bug 1700995] Re: [MIR] vmdk-stream-converter

2018-03-14 Thread Mathieu Trudel-Lapierre
There's a bug subscriber, and this is already in main -- closing as Fix Released so it's finally out of the MIR buglist. ** Changed in: vmdk-stream-converter (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which

Call for testing: netplan.io on 18.04

2018-03-14 Thread Mathieu Trudel-Lapierre
find in netplan here: https://bugs.launchpad.net/netplan/+filebug If you are unsure whether something is a bug, it might well be. If you're unsure how to do something, you can also look up questions, or add your own, here: https://askubuntu.com/questions/tagged/netplan Thanks, Mathieu Trudel

[Bug 1735193] Re: Netplan does not support onlink gateway

2018-03-13 Thread Mathieu Trudel-Lapierre
Fix Released in netplan 0.34. ** Changed in: netplan Status: Fix Committed => Fix Released ** Package changed: nplan (Ubuntu) => netplan.io (Ubuntu) ** Changed in: netplan.io (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member

[Bug 1735499] Re: [MIR] libblockdev

2018-03-12 Thread Mathieu Trudel-Lapierre
** Changed in: libblockdev (Ubuntu) Status: New => Fix Committed ** Changed in: udisks2 (Ubuntu) Assignee: (unassigned) => Ubuntu Security Team (ubuntu-security) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1754671] Re: Full-tunnel VPN DNS leakage regression

2018-03-09 Thread Mathieu Trudel-Lapierre
Confirming this is broken. Dropping the patch 0001-dns-use-DBus-to-make- dnsmasq-nameserver-changes.patch in network-manager (1.2.4-0ubuntu0.16.04.1) was done, but it looks like not all the code in that patch was actually upstream. ** Changed in: network-manager (Ubuntu) Status: New =>

[Bug 1735499] Re: [MIR] libblockdev

2018-03-09 Thread Mathieu Trudel-Lapierre
Ack on libblockdev, provided only the listed binaries are promoted. udisks2 also deals with crypto even though the libblockdev- packages are not installed; I do believe it should be reviewed as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1695565] Re: [MIR] chrome-gnome-shell

2018-03-07 Thread Mathieu Trudel-Lapierre
o a source package. I had another look, let's indeed have this reviewed by the Security Team. ** Changed in: chrome-gnome-shell (Ubuntu) Assignee: Mathieu Trudel-Lapierre (cyphermox) => Ubuntu Security Team (ubuntu-security) ** Changed in: chrome-gnome-shell (Ubuntu) Status: In Pr

[Bug 1754019] Re: [FFE] netplan 0.34: new features

2018-03-07 Thread Mathieu Trudel-Lapierre
** Description changed: netplan 0.34 introduces new features: - - optional: true on an interface to allow it to be "ignored" by networkd-wait-online at boot, and avoid 5 minute delays. - - added 'help' subcommands everywhere. - - added bash completion - - 'netplan ip leases' now allows

[Bug 1754019] Re: [FFE] netplan 0.34: new features

2018-03-07 Thread Mathieu Trudel-Lapierre
build logs: [amd64] https://launchpadlibrarian.net/359874933/buildlog_ubuntu-bionic-amd64.netplan.io_0.34_BUILDING.txt.gz [i386] https://launchpadlibrarian.net/359874911/buildlog_ubuntu-bionic-i386.netplan.io_0.34_BUILDING.txt.gz install log: root@giving-ghost:~# apt install nplan Reading

[Bug 1735193] Re: Netplan does not support onlink gateway

2018-03-07 Thread Mathieu Trudel-Lapierre
Landed in git. ** Changed in: netplan Status: Triaged => 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/1735193 Title: Netplan does not support onlink gateway To manage

[Bug 1754019] [NEW] [FFE] netplan 0.34: new features

2018-03-07 Thread Mathieu Trudel-Lapierre
Public bug reported: netplan 0.34 introduces new features: - optional: true on an interface to allow it to be "ignored" by networkd-wait-online at boot, and avoid 5 minute delays. - added 'help' subcommands everywhere. - added bash completion - 'netplan ip leases' now allows retrieving the

[Bug 1752056] Re: [MIR] bolt

2018-03-06 Thread Mathieu Trudel-Lapierre
bolt does authentication of the devices it should interact with; this code should be checked. It's straightforward, but I'm not sufficiently knowledgeable about the protocol to assess it. Reassigning to the Security Team. ** Changed in: bolt (Ubuntu) Assignee: (unassigned) => Ubuntu Security

[Bug 1748905] Re: [MIR] libdazzle

2018-03-06 Thread Mathieu Trudel-Lapierre
MIR approved ** Changed in: libdazzle (Ubuntu) Status: New => 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/1748905 Title: [MIR] libdazzle To manage notifications about this

[Bug 1753441] Re: [MIR] lame

2018-03-06 Thread Mathieu Trudel-Lapierre
Go for libmp3lame0, on the condition that CVE-2017-15019 be looked into. ** Changed in: lame (Ubuntu) Status: Incomplete => Fix Committed ** Changed in: lame (Ubuntu) Assignee: Ubuntu Security Team (ubuntu-security) => (unassigned) ** Changed in: lame (Ubuntu) Assignee:

[Bug 1753450] Re: [MIR] mpg123

2018-03-06 Thread Mathieu Trudel-Lapierre
libmpg123-0 's MIR is approved then. ** Changed in: mpg123 (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/1753450 Title: [MIR] mpg123 To manage

[Bug 1753458] Re: [MIR] twolame

2018-03-06 Thread Mathieu Trudel-Lapierre
libtwolame0 is approved. ** Changed in: twolame (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/1753458 Title: [MIR] twolame To manage

[Bug 1753458] Re: [MIR] twolame

2018-03-06 Thread Mathieu Trudel-Lapierre
** Changed in: twolame (Ubuntu) Assignee: (unassigned) => 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/1753458 Title: [MIR] twolame To manage

[Bug 1753450] Re: [MIR] mpg123

2018-03-06 Thread Mathieu Trudel-Lapierre
** Changed in: mpg123 (Ubuntu) Assignee: (unassigned) => 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/1753450 Title: [MIR] mpg123 To manage

[Bug 1753441] Re: [MIR] lame

2018-03-06 Thread Mathieu Trudel-Lapierre
** Changed in: lame (Ubuntu) Assignee: (unassigned) => 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/1753441 Title: [MIR] lame To manage notifications

[Bug 1753450] Re: [MIR] mpg123

2018-03-06 Thread Mathieu Trudel-Lapierre
MIR ack for libmpg123-0 if the Security Team acknowledges they are aware of this requirement. ** Changed in: mpg123 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1753458] Re: [MIR] twolame

2018-03-06 Thread Mathieu Trudel-Lapierre
MIR ack for libtwolame0 if the Security Team acknowledges they are aware of this requirement. ** Changed in: twolame (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1753441] Re: [MIR] lame

2018-03-06 Thread Mathieu Trudel-Lapierre
This package has a long security history, and a currently left-open CVE because the upload of 3.100 did not include closing the active CVE. If there's a go-ahead from the Security Team (I'm not looking for a code review, just an acknowledgement that they are aware of the requirement for this

[Bug 1747460] Re: [MIR] py-macaroon-bakery, protobuf, pyrfc3339

2018-03-05 Thread Mathieu Trudel-Lapierre
nee: 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/1747460 Title: [MIR] py-macaroon-bakery, protobuf, pyrfc3339 To

[Bug 1747460] Re: [MIR] py-macaroon-bakery, protobuf, pyrfc3339

2018-03-05 Thread Mathieu Trudel-Lapierre
py-macaroons-bakery looks good to me; MIR approved. ** Changed in: py-macaroon-bakery (Ubuntu) Status: Triaged => 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/1747460 Title:

[Bug 1747714] Re: network manager snap service name regression

2018-03-05 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + netplan users on Ubuntu Core systems wishing to change netplan configuration that affects NetworkManager + + [Test cases] + 1) Run 'sudo netplan apply' + 2) Verify that NetworkManager has been restarted, and no errors were shown on console. + + [Regression

[Bug 1724224] Re: ubiquity crashed with FileNotFoundError in _execute_child(): [Errno 2] No such file or directory: 'sensible-browser': 'sensible-browser'

2018-02-28 Thread Mathieu Trudel-Lapierre
** Changed in: ubiquity (Ubuntu) Status: Invalid => 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/1724224 Title: ubiquity crashed with FileNotFoundError in _execute_child():

[Bug 1752162] Re: netplan 0.33 silently breaks bridge-priority

2018-02-27 Thread Mathieu Trudel-Lapierre
** Changed in: nplan (Ubuntu) Status: New => Triaged ** Changed in: nplan (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1752162 Title: netplan 0.33

[Bug 1752142] Re: netplan's networkd renderer supports neither MAC address DHCP nor SendHostname

2018-02-27 Thread Mathieu Trudel-Lapierre
This looks a lot like bug 1738998; there's a lot of non-compliant DHCP servers that are unable to deal with using a unique identified for Client Identifier, or pre-existing configuration that has yet to be updated. The relevant RFC is 4361 [1]; it is meant to address the issues of replacing

[Bug 1752142] Re: netplan's networkd renderer supports neither MAC address DHCP nor SendHostname

2018-02-27 Thread Mathieu Trudel-Lapierre
If you copy the files generated by netplan from /run/systemd/network into /etc/systemd/network and add "ClientIdentifier=mac" under the "[DHCP]" section, do you then get the behavior you expect from DHCP? ** Changed in: nplan (Ubuntu) Status: New => Incomplete -- You received this bug

[Bug 1750884] Re: [2.4, bionic] /etc/resolv.conf not configured correctly in Bionic, leads to no DNS resolution

2018-02-26 Thread Mathieu Trudel-Lapierre
Whether or not /e/n/i supports something correctly or just happens to work by sheer luck has no bearing on what is technically correct and sensical -- let's abstract this, what we need to concern ourselves with here is netplan, cloud-init and maas. In the network world, it is absolutely true that

[Bug 1741910] Re: ath6kl_sdio does not support unbinding

2018-02-26 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + Atheros users -- some of our users with wireless devices driven by the ath6kl_sdio driver; when running 'netplan apply' may wedge the wireless driver in an unrecoverable state. + + + [Test case] + -- requires ath6kl_sdio hardware -- + 1) Run 'sudo netplan

[Bug 1668148] Re: Warning message when installing in EFI mode to a BIOS disk is horribly confusing

2018-02-26 Thread Mathieu Trudel-Lapierre
That's not the point; the system is also warning you that proceeding with the install is potentially breaking your setup if there is a pre- existing partition. In the past Steve McIntyre changed the code to avoid having this message show up when dealing with a blank disk; plus further updates

[Bug 1751814] Re: Various errors in documentation

2018-02-26 Thread Mathieu Trudel-Lapierre
** Description changed: [Impact] Netplan users referring to documentation to know how to write configurations. [Test case] 1) check 'man netplan' [Regression potential] None, this change is limited to correcting incorrect documentation. --- There are various errors

[Bug 1735821] Re: netplan needs bridge port-priority support

2018-02-26 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + Users of netplan configuring any bridge. Port priority is a very common setting to change when setting up bridge devices that might have multiple interfaces. + + [Test case] + 1) Write a netplan configuration: + network: + version: 2 + ethernets: +  

[Bug 1726695] Re: Routes are not correctly documented in man pages

2018-02-26 Thread Mathieu Trudel-Lapierre
** Description changed: + [Impact] + Netplan users referring to documentation to know how to write configurations. + + [Test case] + 1) check 'man netplan' + + [Regression potential] + None, this change is limited to correcting incorrect documentation. + + --- + The only reference to routes

<    6   7   8   9   10   11   12   13   14   15   >