[Bug 1686338] Re: cloud-init fails if no network config is set

2018-06-13 Thread Scott Moser
@Prakesh or others. Based on last comment #12, I have set this to 'Incomplete'. Please provide some more information and set the bug back to "New" when you're done. Thanks. Scott ** Changed in: cloud-init (Ubuntu) Status: New => Incomplete -- You received this bug notification because

[Bug 1775622] Re: failure if target provided in config and directory already exists.

2018-06-07 Thread Scott Moser
An upstream commit landed for this bug. To view that commit see the following URL: https://git.launchpad.net/curtin/commit/?id=9d0e557e ** Changed in: curtin Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1775630] Re: fails to install with fsimage source file:///foo.squashfs

2018-06-07 Thread Scott Moser
An upstream commit landed for this bug. To view that commit see the following URL: https://git.launchpad.net/curtin/commit/?id=1bc868b4 ** Changed in: curtin Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1775630] [NEW] fails to install with fsimage source file:///foo.squashfs

2018-06-07 Thread Scott Moser
Public bug reported: There is a bug in extract_root_fsimage_url that causes stack trace when attempting to extract a local filesystem image. The stack trace looks like below. The bug is fairly clear in the following: def extract_root_fsimage_url(url, target): path =

[Bug 1775622] Re: failure if target provided in config and directory already exists.

2018-06-07 Thread Scott Moser
** Also affects: curtin Importance: Undecided Status: New ** Changed in: curtin Status: New => Confirmed ** Changed in: curtin (Ubuntu) Status: New => Confirmed ** Changed in: curtin Importance: Undecided => Medium ** Changed in: curtin (Ubuntu) Importance:

[Bug 1775622] [NEW] failure if target provided in config and directory already exists.

2018-06-07 Thread Scott Moser
Public bug reported: Subiquity provides /target as in config like: install: {target: /target} if /target already exists, then WorkingDir will fail and stack trace. stack trace looks something like this: Running command ['tar', '-cvf', '/var/log/curtin/curtin-error-logs.tar',

[Bug 1709603] Re: apt {upgrade, install, source} require an update call first

2018-06-06 Thread Scott Moser
Just a comment... 'apt' indicates that its cli is unstable and should not be relied upon by scripts. So fixing this general problem in 'apt' (and not apt-get) means you fix it possibly for humans who are typing things, but all non-human package installations needlessly have to 'apt-get update'.

[Bug 1699913] Re: /var/lib/apt/lists has content in partner-images/Docker tarballs, which becomes stale quickly

2018-06-06 Thread Scott Moser
@Tianon, You are correct that a user then would inevitably get an out of date package. However, removing the release pocket content a.) means every user in every image has to download that data which does not change. b.) only defers the potential problem until later. Essentially, the problem

[Bug 1681531] Re: DigitalOcean DS defines mutliple gateways via meta-data

2018-06-06 Thread Scott Moser
@vijaya.h, If you're having issues, please file a bug with 'ubuntu-bug' in your system and follow the prompts. That should collect enough information for us to determine what is going wrong. Thanks!. Scott -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1686338] Re: cloud-init fails if no network config is set

2018-06-04 Thread Scott Moser
@Prakash, >From your logs it appears that you are booting under kvm and are using the Ec2 Datasource. The metadata in that datasource is invalid. It describes network information (as seen in /var/log/cloud-init.log and cleaner in /run/cloud-init/instance-data.json) like this: "network": {

[Bug 1770712] Re: It would be nice if cloud-init provides full version in logs

2018-06-04 Thread Scott Moser
** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-init (Ubuntu) Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Medium ** Also affects: cloud-init (Ubuntu Bionic) Importance: Undecided

[Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2018-06-01 Thread Scott Moser
** Description changed: With trusty, /bin/ping relies on having extended attributes and kernel capabilities to gain the cap_net_raw+p capability. This allows removing the suid bit. However, the tarball cloud images do not preserve the extended attributes, and thus /bin/ping does not

[Bug 1302192] Re: capabilities not preserved on installation

2018-06-01 Thread Scott Moser
** Description changed: Ping is not longer setuid root and I have to ping as root: [~]$ ping kubuntu.org ping: icmp open socket: Operation not permitted [~]$ sudo ping kubuntu.org PING kubuntu.org (91.189.94.156) 56(84) bytes of data. 64 bytes from vostok.canonical.com

[Bug 1774458] Re: ubuntu-bug produces links that do not work

2018-05-31 Thread Scott Moser
I think this was user-error... I think the serial console was just messing with me. I'll re-open if I see it again. ** Changed in: apport (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1772137] Re: networkd-dispatcher starts too late to take effect on boot

2018-05-31 Thread Scott Moser
I believe that this change has broken cosmic cloud-images. there is 'journalctl -o short-precise' output of a 20180530 image booted in kvm at http://paste.ubuntu.com/p/xhzxNc4QtR/ >From that you will see: May 31 15:54:35.838996 ubuntu systemd[1]: sysinit.target: Found ordering cycle on

[Bug 1774458] [NEW] ubuntu-bug produces links that do not work

2018-05-31 Thread Scott Moser
Public bug reported: ubuntu-bug is now producing links that do not work. using 'ubuntu-bug' in xenial produces links that look like: https://bugs.launchpad.net/ubuntu/+source/apport/+filebug/0f274d36-64f2-11e8-b34a-002481e7f48a? but the cosmic version produces links like:

[Bug 1761240] Re: SRU pollinate 4.33

2018-05-29 Thread Scott Moser
** Summary changed: - SRU pollinate 4.32 + SRU pollinate 4.33 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1761240 Title: SRU pollinate 4.33 To manage notifications about this bug go to:

[Bug 1774043] Re: non-systemd path reports virt/virt/xen when inside xen.

2018-05-29 Thread Scott Moser
This is fixed in upstream at revision 372. It affects only systems that are booted without systemd. In Ubuntu, that means only trusty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1774043 Title:

[Bug 1774043] Re: non-systemd path reports virt/xen/xen when inside xen.

2018-05-29 Thread Scott Moser
** Description changed: if running on xen and not using systemd (such as in trusty) pollinate will report its virt as - virt/xen/xen +   virt/virt/xen rather than - virt/xen +   virt/xen ** Summary changed: - non-systemd path reports virt/xen/xen when inside xen. + non-systemd path

[Bug 1774043] [NEW] non-systemd path reports virt/xen/xen when inside xen.

2018-05-29 Thread Scott Moser
Public bug reported: if running on xen and not using systemd (such as in trusty) pollinate will report its virt as virt/xen/xen rather than virt/xen ** Affects: pollinate (Ubuntu) Importance: Medium Status: Confirmed ** Changed in: pollinate (Ubuntu) Status: New =>

[Bug 1774000] Re: Fails to boot cirros QEMU image with tuned running

2018-05-29 Thread Scott Moser
@Martin, Can you file this upstream with 'tuned' ? or is it not a problem with upstream? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1774000 Title: Fails to boot cirros QEMU image with tuned

[Bug 1761240] Re: SRU pollinate 4.32

2018-05-29 Thread Scott Moser
n: pollinate (Ubuntu Bionic) Status: New => Confirmed ** Changed in: pollinate (Ubuntu Cosmic) Assignee: (unassigned) => Scott Moser (smoser) ** Changed in: pollinate (Ubuntu Trusty) Assignee: (unassigned) => Chad Smith (chad.smith) ** Changed in: pollinate (Ubuntu Xenial)

[Bug 1630946] Re: ubuntu-server depends on open-iscsi and runs iscsid

2018-05-29 Thread Scott Moser
** Description changed: ubuntu-server has a hard dependency on open-iscsi, which means there is a daemon running (iscsid), and the package cannot be removed. All unnecessary daemons are a cause of concern when auditing a system. Propose moving this to "Recommends" instead, which

[Bug 1755858] Re: iscsid autostarts on all servers when it has nothing to do

2018-05-29 Thread Scott Moser
** Description changed: In bionic, the open-iscsi systemd unit has the following guards to keep it from running on systems with no iscsi targets configured: # Must have some pre-defined targets to login to ConditionDirectoryNotEmpty=|/etc/iscsi/nodes # or have a session to use via

[Bug 1576351] Re: include cloud-init in ubuntu-server disable by default in iso install

2018-05-23 Thread Scott Moser
** 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/1576351 Title: include cloud-init in ubuntu-server disable by default in

[Bug 1630946] Re: ubuntu-server depends on open-iscsi and runs iscsid

2018-05-23 Thread Scott Moser
@Christian, Well, the intended goal is that ubuntu-server == cloud-image. we did fairly significant work to get as close as we are. Currently cloud-image [1] differs from ubuntu-server [2] only by presense of cloud-init and openssh-server. The goal was to ultimately drop those also, and

[Bug 1570997] Re: fail if HOME environment variable is not set

2018-05-23 Thread Scott Moser
** Changed in: ssh-import-id (Ubuntu Xenial) Status: Fix Committed => Triaged ** Tags removed: verification-failed-xenial verification-needed verification-needed-bionic xenial ** Tags added: verification-done verification-done-bionic ** Attachment added: "verification log for bionic"

[Bug 1570997] Re: fail if HOME environment variable is not set

2018-05-23 Thread Scott Moser
** Description changed: === Begin SRU Template === - [Impact] + [Impact] Running ssh-import-id without environment variable HOME set will fail and print an error message like:  TypeError: join() argument must be str or bytes, not 'NoneType' [Test Case] $ name="my-x" - $

[Bug 1772037] Re: lintian warnings on source package

2018-05-21 Thread Scott Moser
** Changed in: curtin (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772037 Title: lintian warnings on source package To manage notifications about this

[Bug 1755965] Re: util.subp regression: no longer accept commands as string

2018-05-21 Thread Scott Moser
@Suraj, Hi, I don't think the problem you're seeing is at all related to this bug. If you are still having the problem file a new bug https://bugs.launchpad.net/ubuntu/+source/cloud-init/+filebug/ Please attach to it a.) /var/log/cloud-init.log b.) /var/log/cloud-init-output.log c.) the cloud

[Bug 1772037] [NEW] lintian warnings on source package

2018-05-18 Thread Scott Moser
Public bug reported: current ubuntu/devel build shows the following warnings (in cosmic) W: curtin source: package-uses-deprecated-debhelper-compat-version 7 W: curtin source: ancient-python-version-field x-python3-version 3.2 W: curtin source: ancient-standards-version 3.9.6 (released

[Bug 1767412] Re: SRU cloud-init 18.2-27-g6ef92c98-0ubuntu1

2018-05-15 Thread Scott Moser
I've marked as 'verification-done' based on comment 7 and 8 above. ** Tags removed: verification-need-bionic verification-needed ** Tags added: verification-done verification-done-bionic ** Description changed: == Begin SRU Template == [Impact] This release sports both bug-fixes and new

[Bug 1767131] Re: Pre-seeded snaps are not necessarily available for use in cloud-init user-data

2018-05-14 Thread Scott Moser
An upstream commit landed for this bug. To view that commit see the following URL: https://git.launchpad.net/cloud-init/commit/?id=d5374bba ** Changed in: cloud-init Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1686338] Re: cloud-init fails if no network config is set

2018-05-14 Thread Scott Moser
Hi, I believe you're suggesting that cloud-init fails handle config-drive data that you've provided it. From what I can understand, this config- drive data is from a locally modified OpenStack. Cloud-init does not support all possible things that look remotely like a Config Drive from

[Bug 1770305] Re: ssh-import-id lp:$missing-user attempts to parse the (HTML) 404 response as a series of ssh keys

2018-05-11 Thread Scott Moser
** Also affects: ssh-import-id (Ubuntu) Importance: Undecided Status: New ** Changed in: ssh-import-id (Ubuntu) Status: New => Confirmed ** Changed in: ssh-import-id (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of

[Bug 1770302] Re: ssh-import-id gh:$missing-user does not flush stdout properly

2018-05-11 Thread Scott Moser
** Also affects: ssh-import-id (Ubuntu) Importance: Undecided Status: New ** Changed in: ssh-import-id (Ubuntu) Status: New => Confirmed ** Changed in: ssh-import-id (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of

[Bug 1767131] Re: Pre-seeded snaps are not necessarily available for use in cloud-init user-data

2018-05-10 Thread Scott Moser
** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Status: New => Confirmed ** Changed in: cloud-init Importance: Undecided => Medium ** Changed in: cloud-init (Ubuntu) Status: New => Confirmed ** Changed in: cloud-init (Ubuntu)

[Bug 1767131] Re: Pre-seeded snaps are not necessarily available for use in cloud-init user-data

2018-05-10 Thread Scott Moser
** Merge proposal linked: https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/345365 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1767131 Title: Pre-seeded snaps are not

[Bug 1766711] Re: cloud-init missing dependency on iproute2

2018-05-08 Thread Scott Moser
Full verification log attached, the gist is: ## look for iproute2 in the new package root@b1:~# apt-cache show cloud-init=18.2-27-g6ef92c98-0ubuntu1~18.04.1 | grep iproute2 || echo not-there Depends: cloud-guest-utils | cloud-utils, isc-dhcp-client, iproute2, nplan | ifupdown, procps, python3,

[Bug 1768535] Re: cloud-init identified possible datasources

2018-05-08 Thread Scott Moser
Hi, please run as root 'cloud-init collect-logs' and get the cloud-init.tar.gz it collects many things other than just the cloud-init-output.log. the output log doens't give us enough info. thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1768535] Re: cloud-init identified possible datasources

2018-05-08 Thread Scott Moser
Hi Ivan, Thanks for taking the time to report a bug. Could you please run: cloud-init collect-logs and then attach the 'cloud-init.tar.gz' that it produces ? Without more information we can't really help much. When you've done so, set the status of this bug back to 'New'. Thanks. Scott **

[Bug 1762759] Re: cloud-init analyze: event timing gap in azure's events

2018-05-08 Thread Scott Moser
This is at least related to commit 4bd5870f62df771f2a346b0003fd03e44d7fac19 https://git.launchpad.net/cloud-init/commit/?id=4bd5870f62df77 right ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1768547] Re: OpenNebula DataSource adds null gateway6 to netplan config

2018-05-07 Thread Scott Moser
Hi Corey, Thanks for finding this bug, reporting it and even finding the fix. If you'd like to have your name in the cloud-init changelog for the fix, please: a.) sign the merge canonical contributors agreement b.) submit a merge proposal there is information on how to do each at

[Bug 1766401] Re: full config file wiped after apt-upgrade issued

2018-05-02 Thread Scott Moser
Marking verification-done for artful. IBM Cloud only provides Ubuntu at LTS versions, so there is no artful image that we can launch. Thus, this test is a bit contrived and the bug is quite unlikely to affect a user there. To test anyway, we launch an Ubuntu 16.04, and manually upgrade it to

[Bug 1766401] Re: full config file wiped after apt-upgrade issued

2018-05-02 Thread Scott Moser
marked verification-done-xenial based on comment 13 above. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766401 Title: full config file wiped after apt-upgrade issued To manage notifications

[Bug 1766302] Re: netdev_pformat does not show unconfigured devices

2018-05-01 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Low ** Changed in: cloud-init (Ubuntu) Importance: Low => Medium ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Scott Moser (smos

[Bug 1767131] Re: Pre-seeded snaps are not necessarily available for use in cloud-init user-data

2018-05-01 Thread Scott Moser
The snap module, which processes 'snap' configuration [1] currently runs just about as early as it can run. The snapd daemon is not available until cloud_config_modules time frame [2], so use of 'snap' or any provided commands is not possible before that. This means that bootcmd cannot use snap

[Bug 1767166] Re: IBMCloud datasource does not recognize provisioning in debug mode.

2018-05-01 Thread Scott Moser
** Description changed: - When IBMCloud deploys from a template, artifacts from the + === Begin SRU Template === + [Impact] + Cloud-init is disabled in the provisioning state. If provisioning + artifacts are left around after debug mode, cloud-init remains disabled + and doesn't properly

[Bug 1766401] Re: full config file wiped after apt-upgrade issued

2018-05-01 Thread Scott Moser
** Description changed: - file: 50-cloud-init.cfg wiped of it's initial (working) configuration - after a standard apt-upgrade was issued. + === Begin SRU Template === + [Impact] + Upgrades of cloud-init on official Ubuntu 16.04 and 17.10 images + running on IBM public cloud will be unreachable

[Bug 1766401] Re: full config file wiped after apt-upgrade issued

2018-05-01 Thread Scott Moser
** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Artful) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu

[Bug 1767166] Re: IBMCloud datasource does not recognize provisioning in debug mode.

2018-05-01 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Cc-series) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Bionic) Importance: Medium Status: Confirmed ** Also affects:

[Bug 1768118] Re: /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-05-01 Thread Scott Moser
Hi David, Thank you for the information. Its not clear to me what the problem is. Please answer: Which OS did you ugprade from artful to bionic? The host? the container? both? I just successfully attempted a upgrade from an artful lxd container to bionic lxd container (my host is bionic,

[Bug 1768118] Re: /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-04-30 Thread Scott Moser
cloud-init collect-logs writes output to the current working directory named 'cloud- init.tar.gz'. Can you please attach that? thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768118

[Bug 1768118] Re: /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-04-30 Thread Scott Moser
David, After you've provided the information requested, please set the bug back to 'New' status. Thanks, Scott -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768118 Title:

[Bug 1768118] Re: /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-04-30 Thread Scott Moser
Hi David, Thank you for filing the bug. Could you please run 'cloud-init collect-logs' and attach the output? We're interested also in knowing what platform you are running on. Is cloud-init installed on your container host ? Is that running on a cloud platform? Or, are you only having

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-30 Thread Scott Moser
I'm marking verification-done for xenial and artful based on my attached logs and xenial based on Jared's comment above. ** Tags removed: verification-needed verification-needed-artful verification-needed-xenial ** Tags added: verification-done verification-done-artful verification-done-xenial

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-30 Thread Scott Moser
** Attachment added: "verification log of xenial via vm boot" https://bugs.launchpad.net/cloud-utils/+bug/1762748/+attachment/5130962/+files/notes-xenial-boot.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-30 Thread Scott Moser
** Attachment added: "verification log of artful via vm boot" https://bugs.launchpad.net/cloud-utils/+bug/1762748/+attachment/5130963/+files/notes-artful-boot.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-30 Thread Scott Moser
** Description changed: === Begin SRU Template === [Impact] Growpart will not grow a partition past the 2TB mark. The code to do this is present by design for MBR partitioned disks but was active both for MBR and for GPT. The primary impact is that guests with very large root disks

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-30 Thread Scott Moser
** Attachment added: "verification log of artful via test-script" https://bugs.launchpad.net/cloud-utils/+bug/1762748/+attachment/5130945/+files/notes-artful-testscript.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-30 Thread Scott Moser
** Attachment added: "verification log of xenial via test-script" https://bugs.launchpad.net/cloud-utils/+bug/1762748/+attachment/5130947/+files/notes-xenial-testscript.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-30 Thread Scott Moser
Marking verification-done-xenial based on Jared's comment. George, get-proposed-cloudimg can download and update a cloud-image for you. see more info in the test example above. get-proposed-cloudimg --proposed --upgrade=cloud-guest-utils \ xenial xenial-proposed.img -- You received this bug

[Bug 1767412] [NEW] SRU cloud-init 18.2-27-g6ef92c98-0ubuntu1

2018-04-27 Thread Scott Moser
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. Notable changes for Ubuntu stable releases are: * debian/control: add missing dependency

[Bug 1766287] Re: 18.04 minimal images on GCE intermittently fail to set up networking

2018-04-26 Thread Scott Moser
An upstream commit landed for this bug. To view that commit see the following URL: https://git.launchpad.net/cloud-init/commit/?id=4731c8da ** Changed in: cloud-init Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1767166] Re: IBMCloud datasource does not recognize provisioning in debug mode.

2018-04-26 Thread Scott Moser
** Merge proposal linked: https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/344546 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1767166 Title: IBMCloud datasource does not

[Bug 1766287] Re: 18.04 minimal images on GCE intermittently fail to set up networking

2018-04-26 Thread Scott Moser
** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-init Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Status: New => In Progress ** Changed in: cloud-init Assignee: (unassigned) => Ryan Harper (raharper) --

[Bug 1767166] [NEW] IBMCloud datasource does not recognize provisioning in debug mode.

2018-04-26 Thread Scott Moser
Public bug reported: When IBMCloud deploys from a template, artifacts from the provisioning stage are normally cleaned up. Cloud-init relied' on that behavior to determine the provisioning boot from the subsequent post-provisioning boot. However, when testing, the provisioning stage will leave

[Bug 1766714] Re: cloud-init missing dependency on isc-dhcp-client

2018-04-24 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766714 Title:

[Bug 1766711] Re: cloud-init missing dependency on iproute2

2018-04-24 Thread Scott Moser
** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Medium ** Changed in: cloud-init

[Bug 1759307] Re: missing dependency on isc-dhcp-client (dhclient)

2018-04-24 Thread Scott Moser
Ugh. the merge proposal at https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/342214 put a build-depends on isc-dhcp-client not a runtime depends. i've opened bug 1766714 to address. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1766714] [NEW] cloud-init missing dependency on isc-dhcp-client

2018-04-24 Thread Scott Moser
Public bug reported: bug 1759307 incorrectly added a build-depends rather than a Depends. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: cloud-init 18.2-14-g6d48d265-0ubuntu1 ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10 Uname: Linux 4.15.0-13-generic x86_64 ApportVersion:

[Bug 1766711] [NEW] cloud-init missing dependency on iproute2

2018-04-24 Thread Scott Moser
Public bug reported: cloud-init is not marking a dependency on iproute2. It needs iproute2 or nettools to rename devices. It was assumed that cloud-init would have dependencies of 'ubuntu- minimal', but some official ubuntu-minimal images do not have ubuntu- minimal. ProblemType: Bug

[Bug 1762724] Re: Exec slaves and controlling TTY

2018-04-24 Thread Scott Moser
this came from https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2018-April/017967.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1762724 Title: Exec slaves and controlling TTY To

[Bug 1686437] Re: [SRU] glance sync: need keystone v3 auth support

2018-04-24 Thread Scott Moser
Hi, I've marked this verification-failed as we had found some issues and forgotten that there was an upload in the xenial queue. ** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-failed verification-failed-xenial -- You received this bug notification

[Bug 1766302] [NEW] netdev_pformat does not show unconfigured devices

2018-04-23 Thread Scott Moser
Public bug reported: The changes in commit 6d48d265a05 made netdevinfo.netdev_pformat() stop showing information about network devices that do not have an address. see below: $ git checkout --quiet 6d48d265a05^ $ git rev-parse HEAD 4c573d0e0173d2b1e99a383c54a0a6c957aa1cbb $ python3 -c 'from

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-19 Thread Scott Moser
/ubuntu/+source/cloud-utils/log/?h=bug/1762748-artful-growpart-past-2TB-disks ** Changed in: cloud-utils (Ubuntu Xenial) Assignee: (unassigned) => Scott Moser (smoser) ** Changed in: cloud-utils (Ubuntu Artful) Assignee: (unassigned) => Scott Moser (smoser) ** Changed in: cloud

[Bug 1667735] Re: cloud-init doesn't retry metadata lookups and hangs forever if metadata is down

2018-04-18 Thread Scott Moser
An upstream commit landed for this bug. To view that commit see the following URL: https://git.launchpad.net/cloud-init/commit/?id=4c573d0e ** Changed in: cloud-init Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1763511] Re: DataSourceSmartOS should default to ext4

2018-04-18 Thread Scott Moser
An upstream commit landed for this bug. To view that commit see the following URL: https://git.launchpad.net/cloud-init/commit/?id=025ddc03 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1763511

[Bug 1764210] Re: unmount: disabled causes installation failure to exit silently

2018-04-18 Thread Scott Moser
** Also affects: curtin (Ubuntu) Importance: Undecided Status: New ** Changed in: curtin (Ubuntu) Status: New => Confirmed ** Changed in: curtin (Ubuntu) Importance: Undecided => Medium ** Changed in: curtin (Ubuntu) Status: Confirmed => In Progress -- You received

[Bug 1764602] Re: installing over lvm install as done by d-i fails

2018-04-18 Thread Scott Moser
** Also affects: curtin (Ubuntu) Importance: Undecided Status: New ** Changed in: curtin (Ubuntu) Status: New => Confirmed ** Changed in: curtin (Ubuntu) Importance: Undecided => Medium ** Changed in: curtin (Ubuntu) Status: Confirmed => In Progress -- You received

[Bug 1763511] Re: DataSourceSmartOS should default to ext4

2018-04-17 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: New => In Progress ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1763511

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-16 Thread Scott Moser
** Description changed: === Begin SRU Template === [Impact] Growpart will not grow a partition past the 2TB mark. The code to do this is present by design for MBR partitioned disks but was active both for MBR and for GPT. The primary impact is that guests with very large root disks

[Bug 1604819] Re: screen goes completely black during usage then comes back

2018-04-13 Thread Scott Moser
marked this fix-released. I dont see the problem any more. It is possible it still affects 4.4 series, but bionic is fine for sure. ** Changed in: linux (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1762438] Re: stack trace when filing bug (ubuntu-bug systemd)

2018-04-13 Thread Scott Moser
This was a stock lxc launch. $ lxc launch ubuntu-daily:bionic b4 $ lxc exec b4 /bin/bash root@b4:~# cat /etc/cloud/build.info build_name: server serial: 20180411 root@b4:~# ubuntu-bug systemd *** Collecting problem information The collected information can be sent to the developers to

Re: [Bug 1763511] Re: DataSourceSmartOS should default to ext4

2018-04-13 Thread Scott Moser
False", I'm guessing that whether gpt or mbr is specified makes no > difference. > > Mike > > On Thu, Apr 12, 2018 at 8:41 PM, Scott Moser <ssmoser2+ubu...@gmail.com> > wrote: > > > You probably need to change table_type mbr to gpt too if the point is > > big dis

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-13 Thread Scott Moser
** Description changed: === Begin SRU Template === [Impact] Growpart will not grow a partition past the 2TB mark. The code to do this is present by design for MBR partitioned disks but was active both for MBR and for GPT. The primary impact is that guests with very large root disks

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-13 Thread Scott Moser
** Description changed: + === Begin SRU Template === + [Impact] + Growpart will not grow a partition past the 2TB mark. + The code to do this is present by design for MBR partitioned disks but + was active both for MBR and for GPT. + + The primary impact is that guests with very large root disks

[Bug 1762748] Re: Larger than 2 TB disks not possible

2018-04-12 Thread Scott Moser
** Also affects: cloud-utils (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-utils (Ubuntu) Status: New => Confirmed ** Changed in: cloud-utils (Ubuntu) Importance: Undecided => Medium ** Changed in: cloud-utils Status: Confirmed => Fix Committed **

[Bug 1763511] Re: DataSourceSmartOS should default to ext4

2018-04-12 Thread Scott Moser
You probably need to change table_type mbr to gpt too if the point is big disks. In fact it might just be the mbr table that is limiting you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1763511

[Bug 1763511] Re: DataSourceSmartOS should default to ext4

2018-04-12 Thread Scott Moser
fwiw, I think you could send vendor-data to with cloud-config to set the fs_setup like you wanted (assuming 'you' here are the cloud platform). The point of vendor data is so that the vendor could make changes like this without changing cloud-init. But the 1 byte change is also acceptable.

[Bug 1749722] Re: NTP: take into account systemd-timesyncd where present

2018-04-12 Thread Scott Moser
An upstream commit landed for this bug. To view that commit see the following URL: https://git.launchpad.net/cloud-init/commit/?id=c6dff581 ** Changed in: cloud-init Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1611987] Re: glance-simplestreams-sync charm doesn't support keystone v3

2018-04-12 Thread Scott Moser
** Branch linked: lp:~thedac/simplestreams/lp1611987 ** Also affects: simplestreams Importance: Undecided Status: New ** Also affects: simplestreams (Ubuntu) Importance: Undecided Status: New ** Changed in: simplestreams (Ubuntu) Status: New => Confirmed ** Changed

[Bug 1759664] Re: sru curtin 2018-03-28 - 18.1-0ubuntu1

2018-04-10 Thread Scott Moser
** 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:  * zfs/zpool version=28 by default, allow users to

[Bug 1686086] Re: glance mirror and nova-lxd need support for squashfs images

2018-04-10 Thread Scott Moser
** Also affects: simplestreams (Ubuntu Artful) Importance: Undecided Status: New ** Also affects: simplestreams (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: simplestreams (Ubuntu Xenial) Status: New => Confirmed ** Changed in: simplestreams (Ubuntu

[Bug 1762773] Re: IBM Cloud datasource not enabled by default.

2018-04-10 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: In Progress => 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/1762773 Title: IBM Cloud datasource not enabled by default. To manage

[Bug 1762773] Re: IBM Cloud datasource not enabled by default.

2018-04-10 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: New => In Progress ** Changed in: cloud-init (Ubuntu) Importance: Undecided => High ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Scott Moser (smoser) -- You received this bug notification because you are

[Bug 1762773] [NEW] IBM Cloud datasource not enabled by default.

2018-04-10 Thread Scott Moser
cture: all ProcEnviron: TERM=xterm-256color PATH=(custom, no user) LANG=C.UTF-8 SHELL=/bin/bash SourcePackage: cloud-init UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: cloud-init (Ubuntu) Importance: High Assignee: Scott Moser (smoser) Status: I

[Bug 1726955] Re: openstack server list is very slow and makes too many HTTP connections

2018-04-10 Thread Scott Moser
** Description changed: 'openstack server list' does an obscene number of HTTP requests (228 in my case) and as a result is very slow compared to 'nova list'. By comparison, the 'nova list' command does 6. $ openstack --debug server list > openstack.log 2>&1 real 1m48.731s

[Bug 1570997] Re: fail if HOME environment variable is not set

2018-04-09 Thread Scott Moser
The upstream commit didnt' actually fix the issue, as there are 2 occurences that use HOME. ** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-failed-xeniall -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1686437] Re: glance sync: need keystone v3 auth support

2018-04-09 Thread Scott Moser
** Description changed: When trying to test my changes for bug 1686086, I was unable to auth to keystone, which means glance image sync just doesn't work with a v3 keystone. Related bugs:  * bug 1719879: swift client needs to use v1 auth prior to ocata  * bug 1728982: openstack

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