[Bug 1728048] Re: squashfs url matching is too strict

2018-01-15 Thread Scott Moser
** Attachment added: "verify-log.txt: verification of xenial, zesty and artful per test case in descriptiopn" https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1728048/+attachment/5037314/+files/verify-log.txt ** Tags removed: verification-needed verification-needed-artful

[Bug 1723183] Re: transient systemd ordering issue when using overlayroot

2018-01-15 Thread Scott Moser
** Attachment added: "verify-log.txt: verification of xenial, zesty and artful per test case in descriptiopn" https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1723183/+attachment/5037313/+files/verify-log.txt ** Tags removed: verification-needed verification-needed-artful

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

2018-01-15 Thread Scott Moser
** Changed in: cloud-initramfs-tools (Ubuntu) Status: New => Confirmed ** Changed in: systemd (Ubuntu) Status: New => Confirmed ** Changed in: systemd (Ubuntu) Importance: Undecided => Medium ** Changed in: cloud-initramfs-tools (Ubuntu) Importance: Undecided => Medium --

[Bug 1742479] Re: setting manual_cache_clean causes warning

2018-01-10 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/1742479 Title:

[Bug 1742479] [NEW] setting manual_cache_clean causes warning

2018-01-10 Thread Scott Moser
Public bug reported: If manual_cache_clean is set in an instance, then ds-identify will write '# manual_cache_clean."' to its config (/run/cloud-init/cloud.cfg). cloud-init will try to load that file, and will WARN on it not being a dict. 2018-01-10 15:45:57,282 - util.py[WARNING]: Failed

[Bug 1737592] Re: no zfs module in initramfs

2018-01-10 Thread Scott Moser
Well, I went looking to verify this. We got builds out of artful and xenial today (20180109). $ usquery maas3-daily --max=1 ftype=boot-initrd arch=amd64 subarch~ga- \ kpackage~generic \ --output-format='%(release)s %(version_name)s %(path)s %(item_url)s' | while read rel ver path url; do

[Bug 1730478] Re: using shift key to wake up display causes invalid password

2018-01-07 Thread Scott Moser
Well, I do not have 'Sticky keys' enabled now, and I doubt I ever did. It really felt to me that the lock screen and "everything else" seemed to keep independent state for shift (or caps lock possibly), and I happened to get them out of sync. I'm fine for this bug to expire, but figure I'd at

[Bug 1741300] Re: mount-image-callback fails on qcow image on xenial

2018-01-07 Thread Scott Moser
** Changed in: cloud-utils (Ubuntu Bionic) Importance: Undecided => Medium ** Changed in: cloud-utils (Ubuntu Artful) Importance: Undecided => Medium ** Changed in: cloud-utils (Ubuntu Xenial) Importance: Undecided => Medium -- You received this bug notification because you are a

[Bug 1728048] Re: squashfs url matching is too strict

2018-01-05 Thread Scott Moser
** Description changed: Begin SRU Template === [Impact] Squashfs images published by Ubuntu on http://cloud-images.ubuntu.com end in '.squashfs' and on http://images.maas.io/ephemeral-v3/ the files are named 'squashfs'. When you boot an initramfs with rooturl it would

[Bug 1737592] Re: no zfs module in initramfs

2018-01-04 Thread Scott Moser
** Changed in: maas-images Status: Confirmed => 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/1737592 Title: no zfs module in initramfs To manage notifications about this bug

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-04 Thread Scott Moser
The fix that I've applied is to add the '2.5' to the list below. 1.) qemu-nbd --format=raw --connect $DEV $FILE 2.) wait until a 'pid' file appears in /sys/block/$BNAME/pid) 2.5) run 'blockdev --rereadpt' and 'udevadm settle' 3.) wait until $PART_PATH exists 4.) mount $PART_PATH to

[Bug 1741300] Re: mount-image-callback fails on qcow image on xenial

2018-01-04 Thread Scott Moser
** Changed in: cloud-utils (Ubuntu Xenial) Status: Fix Released => Confirmed ** Changed in: cloud-utils (Ubuntu Bionic) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-04 Thread Scott Moser
that had some noise: === modified file 'bin/mount-image-callback' --- bin/mount-image-callback2018-01-03 15:44:47 + +++ bin/mount-image-callback2018-01-04 18:08:43 + @@ -284,6 +284,10 @@ debug 1 "connected $img_in ($fmt) ${rwmode} to $nbd. waiting for device."

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-04 Thread Scott Moser
this actually seems to fix the issue and I cannot recreate with it in place. http://paste.ubuntu.com/26320756/ I suspect what this is showing is that we were operating on nbd devices that existed from a previous run. -- You received this bug notification because you are a member of Ubuntu

[Bug 1741277] Re: Not all platforms running cloud-init end up with the system hostname resolveable by default

2018-01-04 Thread Scott Moser
I agree with Robie, yes we can fix lxd to modify file contents in the guest more than it already does. But that is quite hacky. It would be equivalent to having cloud-init set manage_etc_hosts to localhost on lxd. that does not solve the problem everywhere though. -- You received this bug

[Bug 1741300] Re: mount-image-callback fails on qcow image on xenial

2018-01-04 Thread Scott Moser
artful and bionic are 'fix-released' as some magic in udev/systemd makes it work. It does seem though that maybe running blockdev makes sense there also though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1741300] [NEW] mount-image-callback fails on qcow image on xenial

2018-01-04 Thread Scott Moser
Public bug reported: On xenial only: $ wget http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img $ cp -a xenial-server-cloudimg-amd64-disk1.img disk.img $ sudo mount-image-callback -v disk.img truewaiting on pidfile for /dev/nbd0 in /sys/block/nbd0/pid connected

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-04 Thread Scott Moser
the recreate script demonstrates failure on xenial, artful and bionic in a VM. xenial needs a change to mount-image-callback to run 'blockdev' on the nbd device. i'm not actually sure how i've never seen that bug before. with the change in place, all 3 can be made to show the issue. artful and

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-04 Thread Scott Moser
** Attachment added: "recreate script v2 (support running on xenial)" https://bugs.launchpad.net/ubuntu/+source/cloud-utils/+bug/1741096/+attachment/5031105/+files/test-1741096 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-04 Thread Scott Moser
Attaching a recreate script with loop included. It should run correctly just about anywhere, with mount-image-callback installed. must be root. to run with a different/modified mount-image-callback, just add it to your PATH. ** Attachment added: "recreate script"

[Bug 1741277] Re: Not all platforms running cloud-init end up with the system hostname resolveable by default

2018-01-04 Thread Scott Moser
marked as cloud-images as that is where the change for nss-myhostname would be made (i think). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1741277 Title: Not all platforms running cloud-init end

[Bug 1741277] Re: Not all platforms running cloud-init end up with the system hostname resolveable by default

2018-01-04 Thread Scott Moser
fwiw, its sudo that is causing the roundtrip. you can certainly come up with reasons to pay a round trip. the infrastructure then can make changes and each system magically picks them up. its the reason we don't ship /etc/hosts files around anymore. all that said, this issue can definitely be

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-04 Thread Scott Moser
I considered the fact that maybe the partitioned image that test-mic was creating was somehow invalid. To test that, I modifed mount-image-callback to set the mount device in MOUNT_DEV, and then did: cp "$pt1" /tmp/part1.img cp "$pt2" /tmp/part2.img mount-image-callback --read-only --part=1

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-03 Thread Scott Moser
http://paste.ubuntu.com/26315423/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1741096 Title: test-mic can fail / writes to qemu-nbd device do not persist To manage notifications about this bug

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-03 Thread Scott Moser
heres another log of /var/log/syslog. http://paste.ubuntu.com/26315330/ I'm not certain if the order of entries in /varlog/syslog can be 100% trusted or not. If it can be, then we definitely see oddities. * mount-image-callback definitly unmounts before running qemu-nbd --disconnect. * the

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-03 Thread Scott Moser
I've played a bit. Attached patch here has logging done with logger in an effort to serialize things. Then, I have 'go.sh' (see below) that just loops over running test-mic until it fails. Then you get bookend messages in /var/log/syslog. I've collected a fail here. ** Patch added:

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-03 Thread Scott Moser
go.sh looks like #!/bin/sh [ "$(id -u)" = "0" ] || { echo "not root" 1>&2; exit 1; } i=0 while true; do logger --tag=xtest-mic-$i "start xtest-mic-$i" echo -n . { read up idle out.log 2>&1 logger --tag=xtest-mic-$i "end xtest-mic-$i $r" [ $r -eq 0 ] || { echo; echo "failed

[Bug 1741096] Re: test-mic can fail / writes to qemu-nbd device do not persist

2018-01-03 Thread Scott Moser
run like $ sudo PATH=$PWD/bin:$PATH ./go.sh failed xtest-mic-3 smoser@milhouse:~/src/cloud-utils/trunk$ cat out.log 19536.67 cat: data.txt: No such file or directory GPT: == expected on 1 == partition 1 foo1 == found on 1 == partition 1 data.txt: cat failed rc=1 19543.86 1 ** Attachment

[Bug 1741096] [NEW] test-mic can fail / writes to qemu-nbd device do not persist

2018-01-03 Thread Scott Moser
Public bug reported: ### Whats going on here? ## test-mic is a test of mount-image-callback in cloud-image-utils ## ## It populates some disk images and then uses mic to write some ## files (info.txt and data.txt) ## then calls mic again to verify the files are there. ## ## the failure i'm

[Bug 1728048] Re: squashfs url matching is too strict

2017-12-21 Thread Scott Moser
** Description changed: Begin SRU Template === [Impact] Squashfs images published by Ubuntu on http://cloud-images.ubuntu.com end in '.squashfs' and on http://images.maas.io/ephemeral-v3/ the files are named 'squashfs'. When you boot an initramfs with rooturl it would

[Bug 1723183] Re: transient systemd ordering issue when using overlayroot

2017-12-21 Thread Scott Moser
** Description changed: Begin SRU Template [Impact] Overlayfs allows a user to mount the root filesystem read-only and put an overlay over it. It handles mounting of the root filesystem in the initramfs, and updates /etc/fstab to account for non-root filesystems and

[Bug 1728048] Re: squashfs url matching is too strict

2017-12-21 Thread Scott Moser
** Description changed: Begin SRU Template === - [Impact] + [Impact] Squashfs images published by Ubuntu on http://cloud-images.ubuntu.com end in '.squashfs' and on http://images.maas.io/ephemeral-v3/ the files are named 'squashfs'. When you boot an initramfs with rooturl it

[Bug 1711760] Re: [2.3] resolv.conf is not set (during commissioning or testing)

2017-12-21 Thread Scott Moser
** Tags removed: verification-donezesty ** Tags added: verification-done-zesty ** Tags removed: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711760 Title: [2.3] resolv.conf is

[Bug 1723183] Re: transient systemd ordering issue when using overlayroot

2017-12-21 Thread Scott Moser
** Description changed: + Begin SRU Template + [Impact] + Overlayfs allows a user to mount the root filesystem read-only + and put an overlay over it. + It handles mounting of the root filesystem in the initramfs, and updates + /etc/fstab to account for non-root filesystems and

[Bug 1728048] Re: squashfs url matching is too strict

2017-12-21 Thread Scott Moser
** Summary changed: - squashfs url matching is to strict + squashfs url matching is too strict -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728048 Title: squashfs url matching is too strict To

[Bug 1666573] Re: transient systemd ordering cycle in boot with overlayroot ver read-only open-iscsi root

2017-12-21 Thread Scott Moser
I'm going to un-tag this bug for sru, as I'm planning on sru-ing a the second fix. The change in this bug resulted in the following change in the rendered /etc/fstab: - LABEL=cloudimg-rootfs /media/root-ro/ ext4 ro,defaults 0 0 + LABEL=cloudimg-rootfs /media/root-ro/ ext4 ro,defaults,noauto 0

[Bug 1666573] Re: transient systemd ordering cycle in boot with overlayroot ver read-only open-iscsi root

2017-12-21 Thread Scott Moser
I'm going to un-tag this bug for sru, as I'm planning on sru-ing a the second fix. The change in this bug resulted in the following change in the rendered /etc/fstab: - LABEL=cloudimg-rootfs /media/root-ro/ ext4 ro,defaults 0 0 + LABEL=cloudimg-rootfs /media/root-ro/ ext4 ro,defaults,noauto 0

[Bug 1722668] Re: Azure: bouncing of network device/publishing of hostname fails on artful

2017-12-20 Thread Scott Moser
** Changed in: cloud-init Status: Confirmed => 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/1722668 Title: Azure: bouncing of network device/publishing of hostname fails on

[Bug 1722668] Re: Azure: bouncing of network device/publishing of hostname fails on artful

2017-12-20 Thread Scott Moser
** Merge proposal linked: https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/335470 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1722668 Title: Azure: bouncing of network

[Bug 1735046] Re: mkfs.btrfs error checking mount status of loop device backing_file

2017-12-20 Thread Scott Moser
I just marked xenial explicitly as fixed here. The fix is in all supported ubuntu releases > trusty. ** Also affects: btrfs-tools (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: btrfs-tools (Ubuntu) Status: New => Fix Released ** Changed in: btrfs-tools

[Bug 1734167] Re: DNS doesn't work in no-cloud as launched by ubuntu

2017-12-16 Thread Scott Moser
Dimitri, What is the fix that you put in? I assume it was to systemd ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734167 Title: DNS doesn't work in no-cloud as launched by ubuntu To manage

[Bug 1371218] Re: curtin output badly broken. command errors ignored.

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1551636] Re: MaaS on older releases need support for newer curtin images

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1443542] Re: curtin race on vivid when /dev/sda1 doesn't exist

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1370249] Re: 'ascii' codec can't decode byte 0xc3 in position 19027: ordinal not in range(128) (curtin can't handle non-ascii characters in dpkg --list output)

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1449099] Re: [SRU] bcache-tools to trusty and precise

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1481992] Re: Upgrade of grub-pc during install fails

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1663723] Re: zesty cloud-init doesn't know about ds=nocloud-net; seedfrom=

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1536262] Re: dns-* e/n/i are misplaced

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1617375] Re: AttributeError: module 'curtin.util' has no attribute 'RunInChroot'

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1598310] Re: Curtin block.get_blockdev_sector_size incorrectly assumes block._lsblock will return a dictionary with only a single entry

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1597522] Re: curtin passes wrong args to mkfs when making filesystem on advanced format disks

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1618429] Re: Curtin doesn't clean up previous MD configuration

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1597923] Re: curtin is unable to create whole disk fat/vfat formats

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1615780] Re: Confusing 'success' message when apply_net fails.

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1592149] Re: simple networking mode (net-meta) does not account for device names

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1641661] Re: curtin fails to partition software raid md0

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1680591] Re: installed system boots with root=/dev/bcache0 rather than root=UUID when root is bcache

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1662346] Re: vmtest: s390x requires zipl command

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1645680] Re: apt feature broken on >=Yakkety due to new gpg agent

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1659509] Re: curtin fails to create MD devices

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1661337] Re: curtin does not retry when gpg fails to recv key

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1645515] Re: [FFe] Support for ISCSI block devices

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1649652] Re: [MAAS 2.1.2] Issue with adding routes to hosts via maas

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1713537] Re: iscsi-targets don't quit session on shutdown

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1238915] Re: curtin leaves behind /usr/sbin/policy-rc.d file that prevents invoke-rc.d from starting services

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1263181] Re: curtin discovers HP /dev/cciss/c0d0 incorrectly

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1358424] Re: must run apt-get update prior to apt-search

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1351085] Re: documentation is out of date and sparse

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1307636] Re: fails to install grub on ppc64el

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1401190] Re: curtin makes assumptions about partition names on all devices

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1328521] Re: curtin hook does not execute /opt/curtin/finalize

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1311827] Re: UEFI installation overrides firmware PXE-boot settings

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1382632] Re: Insecure key file permissions

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1358350] Re: search for eatmydata only searches root , not in target

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1371634] Re: block devices appear twice [install does not use multipath]

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1300910] Re: Doesn't support UEFI installation.

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1371133] Re: prep / ppc64el boot broken. tries install to prep partition

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

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

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1360318] Re: swap command fails with: "AttributeError: 'Namespace' object has no attribute 'maxsize'"

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1383727] Re: [SRU] Fast installer - failure to install grub (UEFI mode)

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1463043] Re: some SM15K systems fail to boot after deployment - drop into initramfs shell

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1402042] Re: console= parameters need to be added before -- on kernel cmdline

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1427950] Re: find or install suitable dependencies / maas + curtin with vivid image fails to import yaml

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1447834] Re: curtin doesn't support arm64-efi targets

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1403133] Re: curtin should retry fetching from archives after transient failure

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1466099] Re: tools/maas2roottar doesn't exit non-zero if mount-image-callback is not installed

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1462139] Re: curtain fails with "Device is busy" error during unmount

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1471928] Re: fail uefi install to nvme (NVM Express) device

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1551937] Re: lvm and multipath and xenial not happy together

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1524031] Re: attempting to preserve disk curtin expects PTTYPE in blkid output

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1526127] Re: node install error Unexpected error command: ['curtin', 'block-meta', 'simple']

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1562249] Re: Failed to deploy machine with HP Smart Array Raid 6i

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1532062] Re: Drives mistakenly reported as removable

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1574113] Re: curtin/maas don't support multiple (derived) archives/repositories with custom keys

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1564977] Re: curtin miscalculates partition offsets when logical_block_size is 4k

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1588547] Re: Generated bonding configuration is incorrect.

2017-12-15 Thread Scott Moser
This bug is believed to be fixed in curtin in 17.1. If this is still a problem for you, please make a comment and set the state back to New Thank you. ** Changed in: curtin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1666573] Re: transient systemd ordering cycle in boot with overlayroot ver read-only open-iscsi root

2017-12-15 Thread Scott Moser
** Description changed: + Begin SRU Template + [Impact] + Overlayfs allows a user to mount the root filesystem read-only + and put an overlay over it. + It handles mounting of the root filesystem in the initramfs, and updates + /etc/fstab to account for non-root filesystems and

[Bug 1728048] Re: squashfs url matching is to strict

2017-12-15 Thread Scott Moser
** Description changed: + Begin SRU Template === + [Impact] + Squashfs images published by Ubuntu on http://cloud-images.ubuntu.com + end in '.squashfs' and on http://images.maas.io/ephemeral-v3/ + the files are named 'squashfs'. + + When you boot an initramfs with rooturl it would

[Bug 1728048] Re: squashfs url matching is to strict

2017-12-15 Thread Scott Moser
** Also affects: cloud-initramfs-tools (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: cloud-initramfs-tools (Ubuntu Artful) Importance: Undecided Status: New ** Also affects: cloud-initramfs-tools (Ubuntu Zesty) Importance: Undecided Status: New

<    4   5   6   7   8   9   10   11   12   13   >