[Bug 1905281] Re: /etc/hosts data is not properly mapped

2020-11-24 Thread Dan Watkins
Hi Aman, Thanks for the bug report! Configuring the FQDN to point at the loopback address has been cloud-init's behaviour since 2011 on Ubuntu (https://github.com/canonical/cloud- init/commit/6d25c040ee566f6ef85352d7b52eb5947230f78a) and 2012 on Red Hat (https://github.com/canonical/cloud- init/c

[Bug 1905984] [NEW] Hard lockup with "watchdog: BUG: soft lockup - CPU#10 stuck for 22s! [Xorg:13615]" in the journal

2020-11-27 Thread Dan Watkins
Public bug reported: The system was restored from hibernation this morning, but the issue did not exhibit for ~30 minutes after "boot". I have also seen hard locks without hibernation (but they have never produced any journal output, so may be a different issue). Examining `journalctl -k`, I see

[Bug 1905984] Re: Hard lockup with "watchdog: BUG: soft lockup - CPU#10 stuck for 22s! [Xorg:13615]" in the journal

2020-11-27 Thread Dan Watkins
Looking through the journal further, I do see non-NVidia call traces such as: Nov 27 09:43:52 surprise kernel: INFO: task qemu-system-x86:16736 blocked for more than 120 seconds. Nov 27 09:43:52 surprise kernel: Tainted: P OEL 5.8.0-29-generic #31-Ubuntu Nov 27 09:43:52 surpri

[Bug 1906187] Re: Version tag is not respected when put last

2020-12-01 Thread Dan Watkins
** Changed in: cloud-init (Ubuntu) Status: New => Triaged ** Changed in: cloud-init (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/1906187 Title: Ver

[Bug 1905493] Re: cloud-init status --wait hangs indefinitely in a nested lxd container

2020-12-01 Thread Dan Watkins
Hi Ian, I've just launched such a container and I see a bunch of non-cloud-init errors in the log and when I examine `systemctl list-jobs`, I see that the two running jobs are systemd-logind.service and snapd.seeded.service: root@certain-cod:~# systemctl list-jobs JOB UNIT

[Bug 1912844] Re: Bond with OVS bridging RuntimeError: duplicate mac found!

2021-02-24 Thread Dan Watkins
I've figured out why my LXD reproducer doesn't reproduce exactly: NoCloud runs at both local and net stages, so the code in question is called earlier in boot than the OpenStack data source is. For now, I'll proceed with the synthetic reproducer: calling the Python code which fails directly. --

[Bug 1912844] Re: Bond with OVS bridging RuntimeError: duplicate mac found!

2021-02-24 Thread Dan Watkins
Hey Frode, Now moving on from the "does this system have any OVS-managed interfaces?" to "how can I tell if a particular interface is managed by OVS?": We discussed using `udevadm info` to determine if an interface is OVS- managed: > If it is sufficient to know that this is a Open vSwitch manage

[Bug 1912844] Re: Bond with OVS bridging RuntimeError: duplicate mac found!

2021-02-25 Thread Dan Watkins
To ensure that we understand the consequences of these changes, I've spent a bit of time tracking down everywhere this will affect in cloud- init by looking up the various call chains of `get_interfaces`: Called by: * `_get_current_rename_info` * `_rename_interfaces` * `apply_network_config_

[Bug 1912844] Re: Bond with OVS bridging RuntimeError: duplicate mac found!

2021-02-26 Thread Dan Watkins
> But I guess it would be reasonable to split the work up in bite sized chunks as long as we allow for supporting this in the design. Having looked a little more, I don't think an incremental approach buys us much here: we'd have to replace the `udevadm` code with `ovs-vsctl` code in the next stag

[Bug 1912844] Re: Bond with OVS bridging RuntimeError: duplicate mac found!

2021-03-01 Thread Dan Watkins
Another question: is there a canonical way to determine if OVS isn't up? Currently I'm trying to execute a command and looking for "database connection failed" in the output, is that appropriate? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1912844] Re: Bond with OVS bridging RuntimeError: duplicate mac found!

2021-03-02 Thread Dan Watkins
> Interfaces of type 'internal' may be used for other things than VLANs so depending on what you want to match on it may or may not be precise enough. So the cloud-init code in question is used in a couple of (relevant) ways: (a) to determine the state of any physical interfaces for which we shoul

[Bug 1922739] Re: AttributeError: 'DataSourceNoCloud' object has no attribute 'vendordata2_raw'

2021-04-27 Thread Dan Watkins
For hirsute, the bug does not reproduce on upgrade from the release day image. However, it can present when upgrading between releases. To test, I launched a groovy instance with an old cloud-init (the same image as previously for groovy validation). I performed a `do-release-upgrade -d` (-d, as

[Bug 1927005] [NEW] /etc/default/mdadm refers to non-existent /etc/cron.* files

2021-05-03 Thread Dan Watkins
Public bug reported: To quote: # AUTOCHECK: # should mdadm run periodic redundancy checks over your arrays? See # /etc/cron.d/mdadm. AUTOCHECK=true # AUTOSCAN: # should mdadm check once a day for degraded arrays? See # /etc/cron.daily/mdadm. AUTOSCAN=true Neither /etc/cron.d/mdadm nor /

[Bug 1922739] Re: AttributeError: 'DataSourceNoCloud' object has no attribute 'vendordata2_raw'

2021-04-22 Thread Dan Watkins
I'm performing verification of this locally using the cloud-init integration testing framework. Specifically, I'm running test_upgrade_package[0] with the following diff applied (to trigger this bug): @@ -104,18 +104,19 @@ def test_upgrade(session_cloud: IntegrationCloud): @pytest.mark.ci @py

[Bug 1922739] Re: AttributeError: 'DataSourceNoCloud' object has no attribute 'vendordata2_raw'

2021-04-22 Thread Dan Watkins
For groovy, I'm testing with the `ubuntu:bac1692e9ec7` image, with a serial of 20201210. First, I confirm that the test does trigger the bug on UPGRADE to the version of cloud-init in the release: $ CLOUD_INIT_OS_IMAGE=ubuntu:bac1692e9ec7::ubuntu::groovy CLOUD_INIT_CLOUD_INIT_SOURCE=UPGRADE pyte

[Bug 1922739] Re: AttributeError: 'DataSourceNoCloud' object has no attribute 'vendordata2_raw'

2021-04-22 Thread Dan Watkins
For focal, I'm performing the same process but with the `ubuntu:b321e3832dbb` image, serial of 20201210. UPGRADE does fail: $ CLOUD_INIT_OS_IMAGE=ubuntu:b321e3832dbb::ubuntu::focal CLOUD_INIT_CLOUD_INIT_SOURCE=UPGRADE pytest tests/integration_tests/test_upgrade.py::test_subsequent_boot_of_upgra

[Bug 1922739] Re: AttributeError: 'DataSourceNoCloud' object has no attribute 'vendordata2_raw'

2021-04-22 Thread Dan Watkins
For bionic, I'm performing the same process but with the `ubuntu:c2bdb694ecc2` image, serial of 20201211.1. UPGRADE does fail: $ CLOUD_INIT_OS_IMAGE=ubuntu:c2bdb694ecc2::ubuntu::bionic CLOUD_INIT_CLOUD_INIT_SOURCE=UPGRADE pytest tests/integration_tests/test_upgrade.py::test_subsequent_boot_of_u

[Bug 1922739] Re: AttributeError: 'DataSourceNoCloud' object has no attribute 'vendordata2_raw'

2021-04-22 Thread Dan Watkins
For xenial, I'm performing the same process but with the `ubuntu:bb8e87956495` image, serial of 20201210. UPGRADE does fail: $ CLOUD_INIT_OS_IMAGE=ubuntu:bb8e87956495::ubuntu::xenial CLOUD_INIT_CLOUD_INIT_SOURCE=UPGRADE pytest tests/integration_tests/test_upgrade.py::test_subsequent_boot_of_upg

[Bug 1925526] Re: Hirsute/Azure: cloud-init-local sometimes very slow to initialize

2021-04-23 Thread Dan Watkins
An alternative explanation: Azure has a pre-provisioning system, whereby they'll partially boot a machine and then hold it in that state until a user requests a system which corresponds. This is implemented using the netlink socket you see: the fabric will reconnect that socket once it is ready fo

[Bug 1900904] Re: netplan yaml for rpi groovy server prevents usb ethernet

2021-04-27 Thread Dan Watkins
In the cloud-init log, I see: 2021-04-19 06:58:24,455 - stages.py[DEBUG]: applying net config names for {'version': 2, 'ethernets': {'eth0': {'match': {'driver': 'bcmgenet smsc95xx lan78xx'}, 'set-name': 'eth0', 'dhcp4': True, 'optional': True}}} 2021-04-19 06:58:24,456 - __init__.py[DEBUG]: no

[Bug 1874464] Re: NETDEV WATCHDOG: enp5s0 (r8169): transmit queue 0 timed out

2020-11-09 Thread Dan Watkins
Hi Kai-Heng, Here is the (much longer) trace from that kernel. Thanks! kernel: [ cut here ] kernel: NETDEV WATCHDOG: enp5s0 (r8169): transmit queue 0 timed out kernel: WARNING: CPU: 2 PID: 0 at net/sched/sch_generic.c:442 dev_watchdog+0x24c/0x250 kernel: Modules linked

[Bug 1902960] Re: Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2020-11-09 Thread Dan Watkins
Hey folks, Thanks for the report! If someone could run `cloud-init collect-logs` on an affected instance, and upload the produced tarball to this bug, we can dig into it further. The contents of /etc/netplan would also be very handy. (Once attached, please move this back to New.) Cheers, Dan

[Bug 1896772] Re: systemd-resolved configures no Current Scopes on start

2020-11-09 Thread Dan Watkins
When investigating another issue, I found this line in my journal, repeated a few times: nm-dispatcher[3938]: /etc/network/if-up.d/resolved: 12: mystatedir: not found Not sure if that's related, but it seems suspicious at least. -- You received this bug notification because you are a member of

[Bug 1902960] Re: Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2020-11-09 Thread Dan Watkins
OK, I've managed to reproduce this (in a non-Juju launched VM). The ordering of these journal lines look suspicious to me: Nov 09 17:41:51.091033 ubuntu systemd[1]: Starting udev Coldplug all Devices... Nov 09 17:41:51.236309 ubuntu systemd[1]: Finished Load Kernel Modules. Nov 09 17:41:51.363482

[Bug 1902960] Re: Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2020-11-09 Thread Dan Watkins
** Changed in: cloud-init (Ubuntu) Status: New => Incomplete ** Changed in: systemd (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902960 Title: Upgrad

[Bug 1903610] Re: the password for default user "ubuntu" in cloud image (with suffix .ova) is random

2020-11-10 Thread Dan Watkins
Hi yhzou, Thanks for using (and testing!) Ubuntu, and for filing this bug. Setting a default password in the cloud-images.ubuntu.com images would make them insecure: any Ubuntu instance launched from them would have a backdoor installed, essentially. There are a couple of options: you could speci

[Bug 1902960] Re: Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2020-11-10 Thread Dan Watkins
Thanks for the explanation, Dan! I was off down a wrong path, I appreciate the correction. I've just downloaded the Azure image from cloud-images.u.c and it includes this in `/etc/netplan/90-hotplug-azure.yaml`: # This netplan yaml is delivered in Azure cloud images to support # attaching and de

[Bug 1902960] Re: Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2020-11-10 Thread Dan Watkins
(Added cloud-images for visibility.) ** Also affects: cloud-images 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/1902960 Title: Upgrade from 245.4-4ubunt

[Bug 1902960] Re: Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2020-11-10 Thread Dan Watkins
I've just tested, and this doesn't seem to reproduce when launching from a captured image (with 90-hotplug-azure.yaml restored and `cloud-init clean` executed). So I think I've exhausted the ways in which I can attempt to gain more insight into what's happening during the part of boot where this r

[Bug 1874464] Re: NETDEV WATCHDOG: enp5s0 (r8169): transmit queue 0 timed out

2020-11-12 Thread Dan Watkins
Trace from that mainline kernel: kernel: [ cut here ] kernel: NETDEV WATCHDOG: enp5s0 (r8169): transmit queue 0 timed out kernel: WARNING: CPU: 2 PID: 0 at net/sched/sch_generic.c:442 dev_watchdog+0x24c/0x250 kernel: Modules linked in: scsi_transport_iscsi binfmt_misc veth

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-16 Thread Dan Watkins
The attached are the logs of a curtin run with the -proposed cloud-init. The only "failures", indicate that expected-to-fail tests instead passed (because the underlying issues have since been addressed in Ubuntu). ** Attachment added: "curtin verification testing logs" https://bugs.launchpad.

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-17 Thread Dan Watkins
** Attachment added: "Verification logs for KVM" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444544/+files/nocloud-nocloud-kvm-sru-20.4.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-17 Thread Dan Watkins
** Attachment added: "Verification logs for LXD" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444543/+files/nocloud-lxd-sru-20.4.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1776706] Re: clean_loops can't be called multiple times with set -u

2018-12-03 Thread Dan Watkins
** Changed in: livecd-rootfs (Ubuntu Xenial) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776706 Title: clean_loops can't be called multiple times with set -u To man

[Bug 1806972] [NEW] walinuxagent no longer ships /etc/cloud/cloud.cfg.d/91_walinuxagent.cfg

2018-12-05 Thread Dan Watkins
Public bug reported: This file was previously shipped by walinuxagent to unambiguously configure cloud-init to use the Azure data source. It is no longer present in the latest version in disco, or the versions in {trusty,xenial,bionic,cosmic}-proposed. This file should be restored, so that cloud

[Bug 1799498] Re: New Microsoft Azure Linux Agent

2018-12-05 Thread Dan Watkins
Microsoft's testing has turned up https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1806972 as an issue in the latest version of walinuxagent, which will need addressing before we can SRU it. ** Tags removed: verification-needed-bionic verification-needed-cosmic verification-needed-trus

[Bug 1791691] Re: PATH broken in systemd units

2018-09-10 Thread Dan Watkins
http://cloud-images.ubuntu.com/cosmic/20180906/unpacked/cosmic- daily.changelog outlines the changed packages between the two images. I strongly suspect that the root cause of this is the systemd environment generator added in the latest version of snapd, so I've added snapd to this bug. The chan

[Bug 1797301] [NEW] Keyboard input stops being processed entirely

2018-10-10 Thread Dan Watkins
Public bug reported: >From time-to-time, when using cosmic, my keyboard presses will no longer register. This applies to both the internal laptop keyboard and my external keyboard. I haven't identified any particular trigger of this. The one workaround I have found is to use the mouse (which is

[Bug 1797301] Re: Keyboard input stops being processed entirely

2018-10-10 Thread Dan Watkins
Is there anything specific that I can do to capture more information when this happens again? Browsing through the systemd journal didn't reveal anything obvious, but I don't necessarily know what to look for. -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1797302] [NEW] ubuntu-bug doesn't provide a way of just getting the URL to report a bug

2018-10-10 Thread Dan Watkins
Public bug reported: I use more than one browser profile, only one of which is logged in to Launchpad. When using ubuntu-bug to report a bug, it will open the page in whichever one happened to be focused last. If this browser profile isn't logged in to Launchpad, it will redirect me to a login p

Re: [Bug 1713690] Re: Restore /usr/share/doc/contrib/diff-highlight/diff-highlight

2018-10-12 Thread Dan Watkins
On Fri, Oct 12, 2018 at 07:18:51AM -, Georgi Georgiev wrote: > Any reason why the executable bit of diff-highlight is stripped? > > If I run `sudo make -B -C /usr/share/doc/git/contrib/diff-highlight > diff-highlight` the generated file is executable, but the one shipped > with the package is

[Bug 1797170] Re: xenial cloud image builds fail due to /lib/modules being present

2018-10-13 Thread Dan Watkins
** Changed in: livecd-rootfs (Ubuntu) Status: In Progress => 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/1797170 Title: xenial cloud image builds fail due to /lib/modules being

[Bug 1796647] Re: Shared folders cannot be mounted in ubuntu/cosmic64 due to missing vbox modules

2018-10-15 Thread Dan Watkins
Hi John, I've just tested with the latest Vagrant box, and this looks good to me now: $ vagrant box update ==> default: Checking for updates to 'ubuntu/cosmic64' default: Latest installed version: 20181008.0.0 default: Version constraints: default: Provider: virtualbox ==> default: U

Re: [Bug 1796647] Re: Shared folders cannot be mounted in ubuntu/cosmic64 due to missing vbox modules

2018-10-16 Thread Dan Watkins
On Tue, Oct 16, 2018 at 12:20:21PM -, John Patrick wrote: > Cheers all, > Just updated myself and picked up '20181015.0.0' and vagrant up works cleanly. > John Great, thanks for the confirmation! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1726818] Re: vagrant artful64 box filesystem too small

2018-10-01 Thread Dan Watkins
** Changed in: cloud-images Status: Confirmed => 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/1726818 Title: vagrant artful64 box filesystem too small To manage notifications a

[Bug 1585233] Re: Provide -root.tar.xz for bionic and later

2018-10-01 Thread Dan Watkins
This is now fixed. ** Changed in: cloud-images Status: Confirmed => 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/1585233 Title: Provide -root.tar.xz for bionic and later To ma

[Bug 1796137] Re: huge and slow image 20181002 due to seeded lxd snap

2018-10-04 Thread Dan Watkins
I was able to SSH in before the service completed, so I don't think it's just a lack of network connectivity. http://paste.ubuntu.com/p/pSrJJVD8zt/ is the full journalctl output from the (GCE) instance. (I'm not 100% sure if this is relevant to the second part of your comment, Dimitri, but this i

[Bug 1796647] Re: Shared folders cannot be mounted in ubuntu/cosmic64 due to missing vbox modules

2018-10-09 Thread Dan Watkins
** Description changed: + In bionic, the vboxsf module was included in linux-modules-...-generic: + + $ dpkg -c linux-modules-4.15.0-36-generic_4.15.0-36.39_amd64.deb | grep vboxsf.ko + -rw-r--r-- root/root 63238 2018-09-24 10:08 ./lib/modules/4.15.0-36-generic/kernel/ubuntu/vbox/vboxsf/vbo

[Bug 1796647] Lspci.txt

2018-10-09 Thread Dan Watkins
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1796647/+attachment/5199144/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796647 Title: Shar

[Bug 1796647] ProcInterrupts.txt

2018-10-09 Thread Dan Watkins
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1796647/+attachment/5199148/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/179

[Bug 1796647] ProcCpuinfoMinimal.txt

2018-10-09 Thread Dan Watkins
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1796647/+attachment/5199147/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1796647] ProcModules.txt

2018-10-09 Thread Dan Watkins
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1796647/+attachment/5199149/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796647

[Bug 1796647] PciMultimedia.txt

2018-10-09 Thread Dan Watkins
apport information ** Attachment added: "PciMultimedia.txt" https://bugs.launchpad.net/bugs/1796647/+attachment/5199145/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17966

[Bug 1796647] ProcCpuinfo.txt

2018-10-09 Thread Dan Watkins
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1796647/+attachment/5199146/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796647

[Bug 1796647] Re: Shared folders cannot be mounted in ubuntu/cosmic64 due to missing vbox modules

2018-10-09 Thread Dan Watkins
ProblemType: Bug AlsaDevices: total 0 crw-rw 1 root audio 116, 1 Oct 9 16:18 seq crw-rw 1 root audio 116, 33 Oct 9 16:18 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay' ApportVersion: 2.20.10-0ubuntu11 Architecture: amd64 ArecordDevices: Error: [Errno

[Bug 1796647] CurrentDmesg.txt

2018-10-09 Thread Dan Watkins
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1796647/+attachment/5199143/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796647

[Bug 1796647] UdevDb.txt

2018-10-09 Thread Dan Watkins
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1796647/+attachment/5199150/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796647 Title: Sh

[Bug 1796647] WifiSyslog.txt

2018-10-09 Thread Dan Watkins
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1796647/+attachment/5199151/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1796647] Re: Shared folders cannot be mounted in ubuntu/cosmic64 due to missing vbox modules

2018-10-09 Thread Dan Watkins
My understanding of the issue after an IRC conversation with sforshee is that the modules were intentionally dropped from the kernel packages, but the corresponding Provides of virtualbox-guest-modules was _not_ dropped from the kernel packaging. This means that when we install virtualbox-guest-ut

[Bug 1796137] Re: huge and slow image 20181002 due to seeded lxd snap

2018-10-09 Thread Dan Watkins
This is from a cosmic GCE instance _before_ the lxd snap was seeded (i.e. with just the google-cloud-sdk snap seeded): $ systemd-analyze critical-chain The time after the unit is active or started is printed after the "@" character. The time the unit takes to start is printed after the "+" charact

[Bug 1796137] Re: huge and slow image 20181002 due to seeded lxd snap

2018-10-09 Thread Dan Watkins
This is from a cosmic GCE instance _after_ the lxd snap has been seeded: $ systemd-analyze critical-chain The time after the unit is active or started is printed after the "@" character. The time the unit takes to start is printed after the "+" character. graphical.target @23.527s └─multi-user.ta

[Bug 1796137] Re: huge and slow image 20181002 due to seeded lxd snap

2018-10-09 Thread Dan Watkins
As requested on IRC: $ systemctl cat snap.lxd.daemon.unix.socket # /etc/systemd/system/snap.lxd.daemon.unix.socket [Unit] # Auto-generated, DO NOT EDIT Description=Socket unix for snap application lxd.daemon Requires=snap-lxd-9010.mount After=snap-lxd-9010.mount X-Snappy=yes [Socket] Service=snap

[Bug 1796137] Re: huge and slow image 20181002 due to seeded lxd snap

2018-10-09 Thread Dan Watkins
http://people.canonical.com/~dwatkins/1796137.svg is a `systemd-analyze plot` run on the instance with lxd. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796137 Title: huge and slow image 20181002

[Bug 1796137] Re: huge and slow image 20181002 due to seeded lxd snap

2018-10-09 Thread Dan Watkins
Some more details about what's happening inside snapd: $ snap changes --abs-time ID Status Spawn Ready Summary 1Done2018-10-09T20:35:36Z 2018-10-09T20:35:47Z Initialize system state 2Done2018-10-09T20:35:36Z 2018-10-09T20:35:38Z Initialize dev

[Bug 1796647] Re: Shared folders cannot be mounted in ubuntu/cosmic64 due to missing vbox modules

2018-10-09 Thread Dan Watkins
The box certainly needs to be fixed. (In the meantime, a workaround if you _really_ need a cosmic box is probably to manually install the virtualbox-guest-dkms package; I haven't tested this locally though.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1796987] [NEW] snapd should log fully to the journal

2018-10-09 Thread Dan Watkins
Public bug reported: Currently, one has to run (multiple) snap commands to get the "logs" of what snapd has done on a system. This is not only annoying (because the commands one has to run are dynamic based on change IDs, so it requires scripting), but also means that normal methods of collating

[Bug 1796987] Re: snapd should log fully to the journal

2018-10-09 Thread Dan Watkins
Further to this, I believe snapd drops its record of old changes at some point, with no way of understanding what happened before its oldest recorded change. If these changes were logged, regular log rotation/retention would retain this information. -- You received this bug notification because

[Bug 1796137] Re: huge and slow image 20181002 due to seeded lxd snap

2018-10-10 Thread Dan Watkins
>From a pre-LXD-seeding instance, the plot is at http://people.canonical.com/~dwatkins/1796137-before.svg and the `snap change` output is: $ snap change --abs-time 1 Status Spawn Ready Summary Done2018-10-09T20:41:32Z 2018-10-09T20:41:33Z Ensure prerequisites

[Bug 1797170] [NEW] xenial cloud image builds fail due to /lib/modules being present

2018-10-10 Thread Dan Watkins
build of the ubuntu-cpc project; it will fail without a fix, and pass with a fix. [Regression Potential] The fix is to modify the `mkdir` to `mkdir -p`, so the potential for regression is very low. ** Affects: livecd-rootfs (Ubuntu) Importance: Critical Assignee: Dan Watkins (daniel

[Bug 1797170] Re: xenial cloud image builds fail due to /lib/modules being present

2018-10-10 Thread Dan Watkins
: (unassigned) => Dan Watkins (daniel-thewatkins) ** Changed in: livecd-rootfs (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1797170 Title: xenial cloud im

[Bug 1799498] Re: New Microsoft Azure Linux Agent

2018-11-20 Thread Dan Watkins
** Tags added: verification-needed-bionic verification-needed-cosmic verification-needed-trusty verification-needed-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1799498 Title: New Microsoft

[Bug 1804709] [NEW] Shipped apport hook contains diff lines

2018-11-22 Thread Dan Watkins
Public bug reported: As you can see here: ``` $ head -n3 /usr/share/apport/package-hooks/source_gnome-screensaver.py ubuntu/devel [ 17:38:44 ] +#!/usr/bin/python + '''Apport package hook for gnome-

[Bug 1804710] [NEW] apport hook depends on Python 2

2018-11-22 Thread Dan Watkins
Public bug reported: Even once bug 1804709 is addressed and the hook can run at all, it still won't work on default Ubuntu installations (which don't have Python 2) because the shebang points at /usr/bin/python. ** Affects: gnome-screenshot (Ubuntu) Importance: Undecided Status: New

[Bug 1792582] [NEW] Removal fails with `update-inetd: error: --group is only relevant with --add`

2018-09-14 Thread Dan Watkins
Public bug reported: $ sudo apt-get remove -y sendmail-base 100 [ 09:37:15 ] Reading package lists... Done Building dependency tree Readin

[Bug 1787506] Re: Update /etc/update-motd.d/51-cloudguest to avoid confusion

2018-09-14 Thread Dan Watkins
** Changed in: cloud-images Status: New => Confirmed ** Also affects: livecd-rootfs (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/1787506 T

[Bug 1820114] Re: iptables v1.6.1: can't initialize iptables table `filter': Memory allocation problem

2019-04-10 Thread Dan Watkins
I can also confirm that installing linux-modules-extra-5.0.0-8-generic (which also pulls in crda iw libnl-genl-3-200 wireless-regdb) caused this problem to no longer appear. (I'm happy for this to be marked duplicate, but I wonder if there's still an iptables bug, given that memory allocation is p

[Bug 1824185] [NEW] Release a new upstream snapshot to disco

2019-04-10 Thread Dan Watkins
Public bug reported: Filing this so that we have a bug that can be tagged block-proposed to be very sure we don't accidentally migrate before testing is complete. ** Affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Tags: block-proposed -- You received this bug n

[Bug 1821994] Re: [FFE] Introduce support for probing more storage types (via a new release)

2019-04-10 Thread Dan Watkins
Please find attached a debdiff for the latest version of probert. ** Patch added: "probert.debdiff" https://bugs.launchpad.net/ubuntu/+source/probert/+bug/1821994/+attachment/5254771/+files/probert.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1861913] Re: "Strict" tracking protection sometimes causes _all_ content to fail to display on browser launch

2020-02-18 Thread Dan Watkins
This just happened again (on 73.0+build3-0ubuntu1) and I've noticed that the issue appears to apply _per window_. So if I launch Firefox and this is happening, then I can open a new window and, provided I don't open any websites, the menus function correctly (to allow me to disable Strict tracking

[Bug 1854789] Re: Hard lockup using 5.3.0.24.28 from proposed PPA on focal

2020-02-19 Thread Dan Watkins
OK, this (or at least some part of it) finally reproduced on an upstream kernel (5.4.19-050419-generic)! I've attached the journal from "[ cut here ]" onwards, with some minor redaction of VPN endpoints. ** Attachment added: "5.4.19-050419-generic.journal.txt" https://bugs.launchpad.net/ubunt

[Bug 1861412] Re: cloud-init crashes with static network configuration

2020-02-20 Thread Dan Watkins
This bug is believed to be fixed in cloud-init in version 20.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Status: New => Fix Released

[Bug 1860789] Re: ssh_authkey_fingerprints must use sha256 not md5

2020-02-20 Thread Dan Watkins
This bug is believed to be fixed in cloud-init in version 20.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Status: New => Fix Released

[Bug 1860795] Re: cc_set_passwords is too short for RANDOM

2020-02-20 Thread Dan Watkins
This bug is believed to be fixed in cloud-init in version 20.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Status: New => Fix Released

[Bug 1864107] Re: ssh-import-id broken on Focal

2020-02-21 Thread Dan Watkins
This is being worked in https://code.launchpad.net/~waveform/ssh-import- id/+git/ssh-import-id/+merge/379351 ** Changed in: ssh-import-id (Ubuntu) Assignee: (unassigned) => Dave Jones (waveform) ** Changed in: ssh-import-id (Ubuntu) Status: Confirmed => In Progress -- You received t

[Bug 1861913] Re: "Strict" tracking protection sometimes causes _all_ content to fail to display on browser launch

2020-02-21 Thread Dan Watkins
Thanks Olivier! I've filed https://bugzilla.mozilla.org/show_bug.cgi?id=1617292 ** Bug watch added: Mozilla Bugzilla #1617292 https://bugzilla.mozilla.org/show_bug.cgi?id=1617292 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1796987] Re: snapd should log fully to the journal

2020-02-25 Thread Dan Watkins
** Also affects: snapd 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/1796987 Title: snapd should log fully to the journal To manage notifications about t

[Bug 1820114] Re: iptables v1.6.1: can't initialize iptables table `filter': Memory allocation problem

2019-03-26 Thread Dan Watkins
Jamie, are you using an ISO install or a cloud image for your test? I was seeing this in a cloud image. (When we were debugging on IRC, I recall that being a difference that meant people couldn't reproduce.) ** Changed in: iptables (Ubuntu) Status: Incomplete => New -- You received this

[Bug 1821994] [NEW] [FFE] Introduce support for probing more storage types (via a new release)

2019-03-27 Thread Dan Watkins
Public bug reported: For 19.04, we would like to expand the support for block device discovery available in curtin, to support installation on to existing partition in subiquity. The curtin changes will be covered under its standing FFE[0], but they will introduce a dependency on new probert func

[Bug 1822780] Re: dependency issues in the pymacaroons stack

2019-04-02 Thread Dan Watkins
** Description changed: On the extended testing for the SRU in bug 1817665 we found that there are a few dependency issues that need to be fixed. Affects X&T: python-libnacl - depends on <1.4 but xenial (and trusty soon) have 1.4.5 Fix by importing https://github.com/ecordell/pymacar

[Bug 1841582] Re: cloud-init should support changing the NICs present in an instance between boots

2019-10-15 Thread Dan Watkins
Chad, I think those are all symptoms of the underlying issue: the network configuration was generated just fine on first boot, but on a subsequent boot with a different NIC, it no longer applies. I'm going to mark this as Triaged/Wishlist because cloud-init is behaving as intended, but we would (s

[Bug 1847771] Re: pathless nvme drive crashes block discovery

2019-10-15 Thread Dan Watkins
Dropped the Ubuntu tasks as (IIUC) the code that caused this problem isn't in the Ubuntu package, we're only seeing it because subiquity is/was consuming curtin master. ** Changed in: curtin Status: New => Fix Committed ** Changed in: curtin Assignee: (unassigned) => Michael Hudson-Do

[Bug 1847257] Re: In Eoan, link_in_boot is the default, yet curtin still generates kernel-img.conf

2019-10-15 Thread Dan Watkins
(Dropped the curtin task so we're only tracking status in one place for now.) Ryan, is this really Incomplete given "Curtin should stop installing kernel-img.conf for Eoan and later" is in the bug description? ** No longer affects: curtin -- You received this bug notification because you are a

[Bug 1847834] Re: Eaon Ermine Live Server can not create mirrored root

2019-10-15 Thread Dan Watkins
(I'm dropping the curtin task from this for now, while the subiquity folks triage it. If it turns out to need curtin work, please do add it back!) ** No longer affects: curtin (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1849153] [NEW] systemd-udev-settle.service blocks boot for ~90s with a debug-logged assertion failure

2019-10-21 Thread Dan Watkins
Public bug reported: I started seeing this when I booted this morning, and I've seen it in the 2 reboots since (one for a new kernel, one to capture debug logs). After modifying /etc/udev/udev.conf to capture debug logging, I see: $ journalctl -u systemd-udev-settle.service -b0 -- Logs begin at W

[Bug 1849158] [NEW] Include the systemd package version in journal output

2019-10-21 Thread Dan Watkins
Public bug reported: I'm currently debugging something based on journal output. I, helpfully, know what kernel was running due to this line: kernel: Linux version 5.3.0-13-generic (buildd@lgw01-amd64-012) (gcc version 9.2.1 20190909 (Ubuntu 9.2.1-8ubuntu1)) #14-Ubuntu SMP Tue Sep 24 02:46:08 U

[Bug 1848768] Re: 19.10: cache is empty. You need to run "apt-file update" first.

2019-10-21 Thread Dan Watkins
I just did a purge of apt-file and reinstalled (on eoan), and I'm still seeing the same issue. (The config file installed was identical to the one from before the purge.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1860789] Re: ssh_authkey_fingerprints must use sha256 not md5

2020-01-27 Thread Dan Watkins
A fix for this bug was committed to cloud-init master in https://github.com/canonical/cloud- init/commit/28aa8c5a16b67ea0226734eeadfa2c467701899d ** Changed in: cloud-init (Ubuntu) Status: New => Fix Committed ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Ryan Harper (r

Re: [Bug 1858615] Re: dmidecode triggers system reboot on Inforce 6640

2020-01-27 Thread Dan Watkins
On Mon, Jan 27, 2020 at 05:07:06PM -, Colin Ian King wrote: > I guess the next question is why dmidecode being run as root is required > on a cloud init? cloud-init uses DMI data to identify that it is running on certain platforms. It will use /sys/class/dmi/... if available, but falls back t

[Bug 1861412] Re: cloud-init crashes with static network configuration

2020-01-30 Thread Dan Watkins
** Changed in: cloud-init (Ubuntu) Status: New => In Progress ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Dimitri John Ledkov (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1861412] Re: cloud-init crashes with static network configuration

2020-01-30 Thread Dan Watkins
A fix for this landed in cloud-init master here: https://github.com/canonical/cloud- init/commit/2bedc44092ec94faebfb2f55c6d7c6bdd754df23 ** Changed in: cloud-init (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs,

  1   2   3   4   5   6   7   8   9   10   >