[Bug 1759406] Re: sru cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1 update to 18.2-4-g05926e48-0ubuntu1)

2019-03-12 Thread Dan Watkins
** Changed in: cloud-init (Ubuntu) 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/1759406 Title: sru cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1 update to

[Bug 1819067] Re: cloud-init SRU: 18.5-21-g8ee294d5-0ubuntu1 -> 18.5-45-g3554ffe8-0ubuntu1

2019-03-12 Thread Dan Watkins
** Description changed: == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are:    * cc_apt_pipelining: stop disabling pipelining by

[Bug 1819067] Re: cloud-init SRU: 18.5-21-g8ee294d5-0ubuntu1 -> 18.5-45-g3554ffe8-0ubuntu1

2019-03-12 Thread Dan Watkins
** Summary changed: - cloud-init SRU: 18.5-21-g8ee294d5-0ubuntu1 -> 18.5-44-g7c07af28-0ubuntu1 + cloud-init SRU: 18.5-21-g8ee294d5-0ubuntu1 -> 18.5-45-g3554ffe8-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1819507] [NEW] `netplan apply --debug` doesn't emit error or debug output

2019-03-11 Thread Dan Watkins
Public bug reported: When debugging a netplan configuration issue, I wanted debug output so I ran `netplan apply --debug`; this produced no output and apparently applied my configuration. (It turns out, of course, that what I wanted to run was `netplan --debug apply`.) I would expect either to

[Bug 1819067] Re: cloud-init SRU: 18.5-21-g8ee294d5-0ubuntu1 -> 18.5-44-g7c07af28-0ubuntu1

2019-03-07 Thread Dan Watkins
** Description changed: == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are: -* +* cc_apt_pipelining: stop disabling

[Bug 1819067] Re: cloud-init SRU: 18.5-21-g8ee294d5-0ubuntu1 -> 18.5-44-g7c07af28-0ubuntu1

2019-03-07 Thread Dan Watkins
This version is in disco-proposed, so marked that 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/1819067 Title: cloud-init SRU: 18.5-21-g8ee294d5-0ubuntu1 ->

[Bug 1819067] [NEW] cloud-init SRU: 18.5-21-g8ee294d5-0ubuntu1 -> 18.5-44-g7c07af28-0ubuntu1

2019-03-07 Thread Dan Watkins
Public bug reported: == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are: * See the changelog entry below for a full list of changes and

[Bug 1819038] Re: [FFe] New upstream snapshot

2019-03-07 Thread Dan Watkins
Thanks Steve! We're going to use block-proposed on this bug to hold cloud-init in -proposed whilst we perform the manual SRU testing process. ** Tags added: block-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1819043] [NEW] Lintian warning: package-installs-into-obsolete-dir etc/bash_completion.d/

2019-03-07 Thread Dan Watkins
Public bug reported: When building the latest cloud-init package, lintian reports: W: cloud-init: package-installs-into-obsolete-dir etc/bash_completion.d/ : ^etc/bash_completion.d/ -> usr/share/bash-completion/completions Ensure new filename matches stricter requirements (see

[Bug 1819038] Re: [FFe] New upstream snapshot

2019-03-07 Thread Dan Watkins
The full list of changes, generated from the git log: - Support locking user with usermod if passwd is not available. [Scott Moser] - Example for Microsoft Azure data disk added. [Anton Olifir] - clean: correctly determine the path for excluding seed directory (LP: #1818571) -

[Bug 1819038] [NEW] [FFe] New upstream snapshot

2019-03-07 Thread Dan Watkins
Public bug reported: We would like to upload a new upstream snapshot of cloud-init to disco. This includes a number of desirable bug fixes, in particular: * clean: correctly determine the path for excluding seed directory (LP: #1818571) * azure: Filter list of ssh keys pulled from fabric * EC2:

[Bug 1813667] Re: Update netplan dependency package

2019-03-07 Thread Dan Watkins
(Project task dropped because this is only an issue in the Ubuntu packaging.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813667 Title: Update netplan dependency package To manage notifications

[Bug 1813667] Re: Update netplan dependency package

2019-03-07 Thread Dan Watkins
** No longer affects: cloud-init -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813667 Title: Update netplan dependency package To manage notifications about this bug go to:

[Bug 684804] Re: cloud-init should fetch image-data as well as user-data

2019-03-06 Thread Dan Watkins
cloud-init does now support vendor-data. ** Changed in: cloud-init Status: Triaged => Fix Released ** Changed in: cloud-init (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1818748] Re: `ubuntu-drivers install --gpgpu` is strangely permissive about input with version numbers

2019-03-06 Thread Dan Watkins
Thanks for the speedy fix, Alberto! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818748 Title: `ubuntu-drivers install --gpgpu` is strangely permissive about input with version numbers To

[Bug 1818749] [NEW] `ubuntu-drivers install --gpgpu` could have more informative error messages

2019-03-05 Thread Dan Watkins
Public bug reported: It would be good if: ``` $ ubuntu-drivers install --gpgpu amd No drivers found for installation. ``` listed the available drivers (if any) and: ``` $ ubuntu-drivers install --gpgpu nvidia:370 No drivers found for installation. ``` listed the available versions for the

[Bug 1818748] [NEW] `ubuntu-drivers install --gpgpu` is strangely permissive about input with version numbers

2019-03-05 Thread Dan Watkins
Public bug reported: When trying to work out what the correct input format for installation was (cf. bug 1818746), I discovered that `install --gpgpu` is extremely permissive with what strings it will accept when a version number is given: ``` # The correct invocation (AIUI) $ ubuntu-drivers

[Bug 1818746] [NEW] `ubuntu-drivers list` output doesn't bear any relation to the input to the install command

2019-03-05 Thread Dan Watkins
Public bug reported: As a user, I would like to decide on one of the drivers available to me and then install it. So I list my options: ``` $ ubuntu-drivers list nvidia-driver-410 nvidia-driver-390 ``` Great, I'll install 410: ``` $ ubuntu-drivers install --gpgpu nvidia-driver-410 No drivers

[Bug 1818746] Re: `ubuntu-drivers list` output doesn't bear any relation to the input to the install command

2019-03-05 Thread Dan Watkins
I'm actually being generous above; a user is much more likely to do: ``` $ ubuntu-drivers install nvidia-driver-410 usage: ubuntu-drivers [-h] [--package-list PATH] [--gpgpu [driver[:version][,driver[:version [] ubuntu-drivers: error: unrecognized

[Bug 1766538] Re: network customization with cloud-init does not work on Ubuntu18.04 Beta2 Server

2019-03-05 Thread Dan Watkins
Hi Matti, That sounds like a separate bug from this one. Could you file a new bug (with the output of `cloud-init collect-logs` from a failing instance attached), please? Thanks! Dan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1732522] Re: [2.3] Ephemeral boot environment does not renew DHCP leases

2019-02-25 Thread Dan Watkins
Is this still an issue that needs cloud-init work? ** Changed in: cloud-init 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/1732522 Title: [2.3] Ephemeral boot

[Bug 1118815] Re: Remove python-oauth from the archive

2019-02-25 Thread Dan Watkins
** Changed in: cloud-init Status: Triaged => Fix Released ** Changed in: cloud-init Milestone: 0.7.2 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1118815 Title: Remove

[Bug 1724128] Re: Need a Success / Failure notification mechanism when cloud-init finishes.

2019-02-22 Thread Dan Watkins
** Changed in: cloud-init Status: New => Triaged ** Changed in: cloud-init Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1724128 Title: Need a Success /

[Bug 1817074] [NEW] Package uses screen if available but doesn't Recommend it

2019-02-21 Thread Dan Watkins
Public bug reported: do-release-upgrade launches a screen if `screen` is available, but it doesn't Recommend it so it isn't clear from an archive perspective that it uses it. ** Affects: ubuntu-release-upgrader (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1619420] Re: snappy removal of dpkg-query breaks lsb_release --all

2019-02-19 Thread Dan Watkins
** Changed in: cloud-init Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619420 Title: snappy removal of dpkg-query breaks lsb_release --all To manage notifications

[Bug 1571822] Re: Azure: cloud-init will not set password on existing user

2019-02-19 Thread Dan Watkins
** No longer affects: cloud-init -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571822 Title: Azure: cloud-init will not set password on existing user To manage notifications about this bug go to:

[Bug 1533899] Re: Add support for proxies

2019-02-19 Thread Dan Watkins
It's not totally clear to me what the required cloud-init changes here are, please feel free to move the task back to New with some clarification. ** Changed in: cloud-init Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1810124] Re: package grub-legacy-ec2 18.4-0ubuntu1~16.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-02-19 Thread Dan Watkins
Hi Hamish, Do you know how grub-legacy-ec2 ended up on your system? What environment is this system running in? Thanks! ** Changed in: cloud-init (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1808403] Re: cloud-init identified possible datasources ... as: ['OpenStack', 'None'] However, the datasource used was: ConfigDrive

2019-02-19 Thread Dan Watkins
Hi Whit, Thanks for filing this bug. The OpenStack and ConfigDrive data sources aren't the same, but they are closely related; OpenStack uses the OpenStack network metadata source to fetch configuration whereas ConfigDrive uses a locally-mounted drive to fetch configuration. Could you run

[Bug 1761471] Re: impossible to install bionic crypt on usb support

2019-02-19 Thread Dan Watkins
** Package changed: cloud-init (Ubuntu) => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1761471 Title: impossible to install bionic crypt on usb support To manage notifications about this

[Bug 1770451] Re: hostname not set: Failed to create bus connection: No such file or directory

2019-02-19 Thread Dan Watkins
Hi Nathaniel, Thanks for using cloud-init and for filing this bug! Can you please run `cloud-init collect-logs` in a failing instance and attach the output to this bug? Thanks! ** Changed in: cloud-init (Ubuntu) Status: New => Incomplete -- You received this bug notification because

[Bug 1665943] Re: Home directory has wrong ownership if created by lxd in arranging a mount first

2019-02-19 Thread Dan Watkins
(I've added lxd to the bug, as it's also a component in the issue.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1665943 Title: Home directory has wrong ownership if created by lxd in arranging a

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2019-02-19 Thread Dan Watkins
Dropping this from the cloud-init Ubuntu package so we're just tracking it in one place. ** No longer affects: cloud-init (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704402 Title:

[Bug 1665943] Re: Home directory has wrong ownership if created by lxd in arranging a mount first

2019-02-19 Thread Dan Watkins
I've just been able to reproduce this by following these steps: ``` $ lxc init ubuntu:x c1 $ lxc config set c1 raw.idmap "both 1000 1000" $ lxc config device add c1 foo disk path=/home/ubuntu/foo source=/home/daniel/jjl $ lxc start c1 $ lxc exec c1 -- ls -lah /home/ubuntu total 16K drwxr-xr-x 4

[Bug 1815409] Re: 18.04 Vagrant Box long boot time

2019-02-13 Thread Dan Watkins
** No longer affects: virtualbox (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1815409 Title: 18.04 Vagrant Box long boot time To manage notifications about this bug go to:

[Bug 1815409] Re: 18.04 Vagrant Box long boot time

2019-02-12 Thread Dan Watkins
Hi Coury, Thanks for filing this bug, and for using Ubuntu! Could you clarify what platform you're using when you're seeing these issues? If the host isn't Ubuntu, then you'll need to file a bug with whoever provided you with that version of Virtualbox (presumably Virtualbox upstream?).

[Bug 1777827] Re: remove log from Vagrantfile

2019-01-18 Thread Dan Watkins
** 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/1777827 Title: remove log from Vagrantfile To manage notifications

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

2019-01-07 Thread Dan Watkins
** Changed in: walinuxagent (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1806972 Title: walinuxagent no longer ships

[Bug 1799498] Re: New Microsoft Azure Linux Agent

2019-01-07 Thread Dan Watkins
It turns out there was an issue with the way that Microsoft was testing these images, which has now been resolved. These packages have been signed off on. ** Tags removed: verification-failed-bionic verification-failed-cosmic verification-failed-trusty verification-failed-xenial ** Tags added:

[Bug 1809408] Re: weather applet crashes on logout

2018-12-21 Thread Dan Watkins
** Also affects: ubuntu Importance: Undecided Status: New ** No longer affects: cloud-images -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1809408 Title: weather applet crashes on logout

Re: [Bug 1779640] Re: [Hyper-V] KVP daemon crashes at startup

2018-12-19 Thread Dan Watkins
On Wed, Dec 19, 2018 at 04:10:45PM -, Joseph Salisbury wrote: > Are you able to manually able to start the daemon after seeing that the > file exists? Yes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1779640] Re: [Hyper-V] KVP daemon crashes at startup

2018-12-18 Thread Dan Watkins
Yep, I have now done so: $ ls -la /dev/vmbus/hv_kvp crw--- 1 root root 10, 55 Dec 18 22:31 /dev/vmbus/hv_kvp Joe, I've also imported your SSH keys in to ubuntu@test- slgyvlgaldgcyzqkzuoz.cloudapp.net if there's any other poking around you want to do. -- You received this bug notification

[Bug 1779640] Re: [Hyper-V] KVP daemon crashes at startup

2018-12-18 Thread Dan Watkins
This was from our test suite, so I don't have direct access to an instance, but using the manifest, it is: $ grep tools ~/manifest.txt bcache-tools 1.0.8-3 dosfstools 4.1-2 initramfs-tools 0.131ubuntu15 initramfs-tools-bin

[Bug 1809027] Re: Make retired Ubuntu keyrings available from the archive

2018-12-18 Thread Dan Watkins
** Description changed: Currently, if an Ubuntu developer (or their code) is attempting to interact with the precise archive (which is still supported in some form via ESM) from a machine running bionic or later, they will run in to issues verifying signatures, because the keys used to

[Bug 1809027] [NEW] Make retired Ubuntu keyrings available from the archive

2018-12-18 Thread Dan Watkins
Public bug reported: Currently, if an Ubuntu developer (or their code) is attempting to interact with the precise archive (which is still supported in some form via ESM) from a machine running bionic or later, they will run in to issues verifying signatures, because the keys used to sign the

[Bug 1779640] Re: [Hyper-V] KVP daemon crashes at startup

2018-12-17 Thread Dan Watkins
On disco, we're seeing the following in the cloud image testing: Dec 17 19:37:43 jenk-ituzztgzwdxjesafyoft KVP: KVP starting; pid is:204 Dec 17 19:37:43 jenk-ituzztgzwdxjesafyoft KVP: open /dev/vmbus/hv_kvp failed; error: 2 No such file or directory Dec 17 19:37:43 jenk-ituzztgzwdxjesafyoft

[Bug 1808194] [NEW] paramiko can't parse the default key format generated by ssh-keygen

2018-12-12 Thread Dan Watkins
Public bug reported: The default key format used by OpenSSH changed in version 7.8[0] to the openssh format (rather than the previous "pem" format). (disco is the first Ubuntu version to include an OpenSSH version later than 7.8; it's currently at 7.9p1.) paramiko doesn't have full support for

[Bug 1808038] Re: ubuntu-distro-info should include information about ESM status

2018-12-11 Thread Dan Watkins
For clarity, I absolutely agree that this is a different type of support, and therefore would need to be a distinct field in the data (and perhaps would need to be just a boolean, as I don't believe Canonical has committed to a particular timeframe for ESM for precise, trusty or xenial?). It

[Bug 1808038] [NEW] ubuntu-distro-info should include information about ESM status

2018-12-11 Thread Dan Watkins
Public bug reported: ubuntu-distro-info is an important source of information about the current support state of the various Ubuntu releases. Currently, however, it provides no information about the status of Extended Security Maintenance for Ubuntu releases, which is an important aspect of

[Bug 1808038] Re: ubuntu-distro-info should include information about ESM status

2018-12-11 Thread Dan Watkins
>From the cloud image publication, we currently use distro-info-data to determine whether a particular image is valid for a variety of reasons; we currently have to perform manual steps for precise. When looking at automating this, it became apparent to me that we won't be the only Ubuntu

[Bug 1807798] Re: Have to go to "Snapcraft"to install programs because the "Software Store" will not authenticate my log in like it did here on the website

2018-12-11 Thread Dan Watkins
Hi Aaron, I don't believe this is a cloud-images bug; I'm not 100% sure what the correct component is, so I'll just assign it to Ubuntu as a whole. Thanks, Dan ** Also affects: ubuntu Importance: Undecided Status: New ** Changed in: cloud-images Status: New => Invalid --

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

2018-12-07 Thread Dan Watkins
Hi Robie, Thanks for the reminder. I already have marked the SRU bug as verification-*-failed[0]; I filed this due to it also affecting disco. However, it has been pointed out to me that this file has actually been absent for several releases, so probably isn't the root cause of the issue we're

[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

[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

[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

[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:

[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

[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

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

[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:

[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

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 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

[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

[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

[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 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

[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 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 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

[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]

[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
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

[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 "+"

[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

[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,

[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:

[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.

[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.

[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] 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] 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] 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:

[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.

[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.

[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

[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

[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

[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

[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

[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

[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

[Bug 1727751] Re: ubuntu-distro-info shows the current development series as "latest development" and "supported stable version" at the same time

2018-08-29 Thread Dan Watkins
As nobuto notes, the man page says "list of all supported stable versions"; so either the functionality or the man page needs to be updated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1727751

[Bug 1788716] [NEW] rax-nova-agent causes a systemd ordering cycle on boot

2018-08-23 Thread Dan Watkins
Public bug reported: When booting an instance with it installed, I see the following in the log: Aug 23 20:37:29 ubuntu systemd[1]: nova-agent.service: Found ordering cycle on basic.target/start Aug 23 20:37:29 ubuntu systemd[1]: nova-agent.service: Found dependency on sockets.target/start Aug

[Bug 1788231] Re: Silently discards tar contents after a file with xattrs is encountered

2018-08-21 Thread Dan Watkins
Attached is a tar file that can be used to reproduce the issue. ** Attachment added: "reproducer.tar" https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1788231/+attachment/5178839/+files/reproducer.tar -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1788231] Re: Silently discards tar contents after a file with xattrs is encountered

2018-08-21 Thread Dan Watkins
I have filed this upstream at https://gitlab.gnome.org/GNOME/file- roller/issues/11 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788231 Title: Silently discards tar contents after a file with

[Bug 1788231] Re: Silently discards tar contents after a file with xattrs is encountered

2018-08-21 Thread Dan Watkins
When I attempt to extract the file, I get an "Ignoring malformed pax extended attribute" error message (screenshot attached). ** Attachment added: "lolpax.png" https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1788231/+attachment/5178727/+files/lolpax.png -- You received this bug

[Bug 1788231] [NEW] Silently discards tar contents after a file with xattrs is encountered

2018-08-21 Thread Dan Watkins
Public bug reported: Steps to reproduce: 1) Create a tar file containing /usr/bin/mtr-packet (which has xattrs) (and a file before and after to confirm the behaviour): $ tar -C / --xattrs --xattrs-include=\* etc/adduser.conf usr/bin/mtr-packet etc/aliases -cf reproducer.tar 2) Confirm

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