[Bug 1835091] Re: subiquity crashes upon reusing failed to assemble raid member partition

2019-07-17 Thread Michael Hudson-Doyle
** Attachment added: "logs from testing in KVM" https://bugs.launchpad.net/curtin/+bug/1835091/+attachment/526/+files/logs.tgz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1835091 Title: su

[Bug 1835091] Re: subiquity crashes upon reusing failed to assemble raid member partition

2019-07-17 Thread Michael Hudson-Doyle
So https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/369918 now has matching test cases. Will attach failures from the tests (warning, contains sparse disk images) and from my testing in KVM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1835091] Re: subiquity crashes upon reusing failed to assemble raid member partition

2019-07-17 Thread Michael Hudson-Doyle
** Attachment added: "test failures (warning contains sparse disk images)" https://bugs.launchpad.net/curtin/+bug/1835091/+attachment/525/+files/test-failures.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

Re: [Bug 1489855] Re: Change to mount sequence order breaks persistence on casper-rw partitions

2019-07-18 Thread Michael Hudson-Doyle
On Thu, 18 Jul 2019 at 23:40, Akeo wrote: > Thanks for looking into this. > > I've been trying to validate the above fix, but I'm still seeing the > same issue. In other words, Ubuntu Live still seems to bail out to the > busybox console as soon as you use add 'persistent' to the Kernel > options

[Bug 1489855] Re: Change to mount sequence order breaks persistence on casper-rw partitions

2019-07-18 Thread Michael Hudson-Doyle
Released => In Progress ** Changed in: casper (Ubuntu) Assignee: (unassigned) => Michael Hudson-Doyle (mwhudson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489855 Title: Change to

[Bug 1489855] Re: Change to mount sequence order breaks persistence on casper-rw partitions

2019-07-21 Thread Michael Hudson-Doyle
Ah great, thanks for testing! I've uploaded the fix to eoan just now. I guess after some testing we should think about backporting to bionic (although it's too late to try to get it into 18.04.3 now) And it's interesting to hear why you're interest. The reason I am interested in this sort of thing

Re: [Bug 1831631] Re: grub should be pre-installed on images

2019-06-06 Thread Michael Hudson-Doyle
On Tue, 4 Jun 2019 at 17:25, Steve Langasek wrote: > Pros: > - installing them in the squashfs is faster than installing them at build > time > - if we believe they should always be installed, it simplifies the > installer logic >- except that we're also converging on a single installer cod

[Bug 1831453] Re: [Hyper-V] Install issue for Ubuntu 19.04

2019-06-06 Thread Michael Hudson-Doyle
This has been fixed in edge, so if you can switch to tty2 and run "snap refresh --edge subiquity" and then "systemctl restart snap.subiquity.service" you should be able to install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 1829325] Re: raid installs are failing with edge

2019-06-06 Thread Michael Hudson-Doyle
** Changed in: subiquity Status: Triaged => 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/1829325 Title: raid installs are failing with edge To manage notifications about this b

[Bug 1807288] [NEW] mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-06 Thread Michael Hudson-Doyle
Public bug reported: This looks an awful lot like bug 1645232 but that is claimed to be fixed: mwhudson@ringil:~/tmp$ mkfs.ext4 -V mke2fs 1.44.1 (24-Mar-2018) Using EXT2FS Library version 1.44.1 mwhudson@ringil:~/tmp$ dd if=/dev/zero count=0 bs=1M seek=100 of=./fake.img 0+0 records in 0+0

[Bug 1769911] Re: docker.io install fails when docker group exists

2018-12-09 Thread Michael Hudson-Doyle
reverified on xenial: root@xenial:~# apt-get purge -y docker.io Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: bridge-utils cgroupfs-mount libfreetype6 libltdl7 pigz u

[Bug 1808056] [NEW] vmlinuz is very large on arm64

2018-12-11 Thread Michael Hudson-Doyle
Public bug reported: The debs are close to the same size: mwhudson@ringil:~/Downloads$ ls -l linux-image-4.15.0-1030-raspi2_4.15.0-1030.32_arm64.deb -rw-rw-r-- 1 mwhudson mwhudson 5398652 Dec 12 10:42 linux-image-4.15.0-1030-raspi2_4.15.0-1030.32_arm64.deb mwhudson@ringil:~/Downloads$ ls -l l

[Bug 1808056] Re: vmlinuz is very large on arm64

2018-12-11 Thread Michael Hudson-Doyle
It seems the vmlinuz is not compressed on arm64 which would explain the difference. If u-boot on arm64/rpi3b+ supports a compressed image that would suggest the fix is fairly simple. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1808056] Re: vmlinuz is very large in arm64 -raspi2

2018-12-12 Thread Michael Hudson-Doyle
So it seems after some testing that if one changes the boot.scr to this: fdt addr ${fdt_addr_r} fdt get value bootargs /chosen bootargs setenv kernel_addr_r 0x0100 setenv ramdisk_addr_r 0x0310 fatload mmc 0:1 ${ramdisk_addr_r} vmlinuz unzip ${ramdisk_addr_r} ${kernel_addr_r} ${filesize} ||

[Bug 1808056] Re: vmlinuz is very large in arm64 -raspi2

2018-12-12 Thread Michael Hudson-Doyle
That said we just shipped a bunch of images with the original boot.scr to a bunch of people and I don't think we have a mechanism for updating the boot.scr on these images, although I would love to be wrong about that. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1808766] [NEW] fails to start

2018-12-17 Thread Michael Hudson-Doyle
Public bug reported: The manila test results are not at all happy on s390x: http://autopkgtest.ubuntu.com/packages/m/manila/disco/s390x This turns out to be because rabbitmq-server is failing to start: Job for rabbitmq-server.service failed because the control process exited with error code. S

[Bug 1759540] Re: [MIR] ubuntu-report: send telemetry data to ubuntu server

2018-04-16 Thread Michael Hudson-Doyle
The package looks fine to me now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1759540 Title: [MIR] ubuntu-report: send telemetry data to ubuntu server To manage notifications about this bug go to

[Bug 1763167] Re: a most of installation languages are broken in ubuntu server 18.04 beta

2018-04-17 Thread Michael Hudson-Doyle
*** This bug is a duplicate of bug 1754646 *** https://bugs.launchpad.net/bugs/1754646 This is a bug in the "other" installer, the bug was reported in a more correct place here https://bugs.launchpad.net/ubuntu/+source/debian- installer/+bug/1754646 ** This bug has been marked a duplicate of

[Bug 1717152] Re: Long network timeout on booting subiquity test ISO

2018-04-19 Thread Michael Hudson-Doyle
** Changed in: subiquity Status: New => Fix Released ** Changed in: livecd-rootfs (Ubuntu) Status: Fix Committed => 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/1717152 Ti

[Bug 1766131] [NEW] ftbfs with jdk10

2018-04-22 Thread Michael Hudson-Doyle
Public bug reported: libjide-oss-java 3.7.2+dfsg-1ubuntu1 failed to build with lots of errors like this: [javac] /<>/libjide-oss-java-3.7.2+dfsg/src/com/jidesoft/plaf/LookAndFeelFactory.java:29: error: package com.sun.java.swing.plaf.windows does not exist [javac] import com.sun.java.sw

[Bug 1766187] [NEW] ftbfs with jdk10 due to NPE in javadoc

2018-04-23 Thread Michael Hudson-Doyle
Public bug reported: I think this is the same bug as https://bugs.openjdk.java.net/browse/JDK-8199307 but as I don't have an openjdk account, maybe someone can post this fairly small reproducer there: root@bionic:~# wget http://central.maven.org/maven2/org/apache/activemq/activemq-client/5.15.3/

[Bug 1777900] Re: oem-config breaks the systemd resolved link for /etc/resolv.conf in 18.04 server

2018-08-23 Thread Michael Hudson-Doyle
** Changed in: ubiquity (Ubuntu Bionic) Status: Fix Committed => 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/1777900 Title: oem-config breaks the systemd resolved link for /etc/

[Bug 1134036] Re: Failure when using ssh with a locale that is not configured on the server

2018-08-23 Thread Michael Hudson-Doyle
Ah sorry, now done. ** Description changed: - If LC_ALL is not set (which seems to be the default on a few server - installations I've done now), mid way through installing, you get this - backtrace and then the installation just hangs. You can ctrl-c out of - it but the package is left half con

[Bug 1788775] [NEW] updating grub can end up with loopback devices in grub.cfg

2018-08-23 Thread Michael Hudson-Doyle
Public bug reported: I had (I think, I can't quite remember) the filesystem.squashfs from a live server ISO mounted when the kernel was updated. A menu entry for this OS-resembling device is now in my grub.cfg: menuentry 'Ubuntu 18.04.1 LTS (18.04) (on /dev/loop35p1)' --class ubuntu --class gnu-

[Bug 1788775] Re: updating grub can end up with loopback devices in grub.cfg

2018-08-26 Thread Michael Hudson-Doyle
Hmm that's a fair point. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788775 Title: updating grub can end up with loopback devices in grub.cfg To manage notifications about this bug go to: https:

[Bug 1749289] Re: Installer stops after pressing Cancel on Select a language screen during OEM install

2018-08-26 Thread Michael Hudson-Doyle
Hi, Can someone update this bug description to follow the SRU template please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749289 Title: Installer stops after pressing Cancel on Select a languag

Re: [Bug 1789199] Re: python3-numpy shouldn't pull in *both* py3.6 and py3.7

2018-08-27 Thread Michael Hudson-Doyle
As discussed on ubuntu-devel, the fix for this is (probably) to remove the version-specific f2py files and recommend uses invoke pythonX.Y -m f2py (or whatever it is) themselves. On Tue, 28 Aug 2018 at 02:00, Bug Watch Updater <1789...@bugs.launchpad.net> wrote: > ** Changed in: python-numpy (Deb

[Bug 1776891] Re: should disable journald rate limiting in live-server session

2018-08-27 Thread Michael Hudson-Doyle
So it turns out the fix in cosmic isn't actually correct :( ** Changed in: livecd-rootfs (Ubuntu) Status: Fix Released => In Progress ** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-failed verification-failed-bionic -- You received this bug not

[Bug 1783129] Re: Only "main" component enabled after install

2018-08-27 Thread Michael Hudson-Doyle
** Description changed: + [impact] + Systems installed with the live-server installer do not have universe enabled, unlike systems installed with the d-i installer. + + [test case] + Install system. Look for universe in /etc/apt/sources.list + + [regression potential] + The coupling in livecd-r

[Bug 1790418] [NEW] ditch ipconfig entirely in 19.04

2018-09-02 Thread Michael Hudson-Doyle
Public bug reported: Bug 1782802 used to be about ripping ipconfig entirely out of the initramfs. But that was too hard to do for cosmic, hence this bug. ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1782802] Re: use dhclient -4 instead of ipconfig in easy cases in 18.10

2018-09-02 Thread Michael Hudson-Doyle
** Summary changed: - ditch ipconfig in favor of dhclient -4 in 18.10 + use dhclient -4 instead of ipconfig in easy cases in 18.10 ** Description changed: When adding ipv6 netboot support to initramfs-tools in yakkety/zesty, this was initially attempted with replacing ipconfig with dhclient.

Re: [Bug 1788597] Re: ubiquity broken with console-setup 1.178ubuntu2.5

2018-09-03 Thread Michael Hudson-Doyle
On Mon, 3 Sep 2018 at 20:01, Ɓukasz Zemczak <1788...@bugs.launchpad.net> wrote: > I guess we need an ubiquity rebuild with the new console-setup now. > The version in bionic-proposed has the fix (seems the ubiquity build process includes packages from -proposed) -- You received this bug notifi

[Bug 1776891] Re: should disable journald rate limiting in live-server session

2018-08-14 Thread Michael Hudson-Doyle
** Branch linked: lp:~mwhudson/livecd-rootfs/lp-1776891-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776891 Title: should disable journald rate limiting in live-server session To manage no

[Bug 1786586] Re: Merge/sync debootstrap from Debian Sid

2018-08-15 Thread Michael Hudson-Doyle
I have no great problem with syncing in general. We've just had a bunch of issues this cycle and the motivation level for dealing with more is low -- if you want to drive this, no objections from me! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1783129] Re: Only "main" component enabled after install

2018-08-15 Thread Michael Hudson-Doyle
There are several things I don't understand here. One of them is what changed after June 10. The sources.list you pasted was clearly generated by cloud-init, not by livecd-rootfs or subiquity or curtin or anything else. So for some reason, on June 10, cloud-init rewrote sources.list either when th

[Bug 1783129] Re: Only "main" component enabled after install

2018-08-16 Thread Michael Hudson-Doyle
** Changed in: livecd-rootfs (Ubuntu) Assignee: (unassigned) => Michael Hudson-Doyle (mwhudson) ** Changed in: livecd-rootfs (Ubuntu) Status: Confirmed => In Progress ** Changed in: livecd-rootfs (Ubuntu) Importance: Undecided => High -- You received this bug not

[Bug 1134036] Re: Failure when using ssh with a locale that is not configured on the server

2018-08-16 Thread Michael Hudson-Doyle
** Also affects: base-files (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: maas (Ubuntu Bionic) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1785080] Re: pylint does not work with Python 3.7

2018-08-16 Thread Michael Hudson-Doyle
The situation here is a little muddled because upstream has afaik decided to stop supporting Python 2. astroid needs an update, and the version of that that supports Python 3.7 definitely does not support Python 2 at all, so that will need to be split into two source packages. I can't quite tell if

[Bug 1783129] Re: Only "main" component enabled after install

2018-08-16 Thread Michael Hudson-Doyle
** Branch linked: lp:~mwhudson/livecd-rootfs/live-server-universe -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1783129 Title: Only "main" component enabled after install To manage notifications ab

[Bug 1777900] Re: oem-config breaks the systemd resolved link for /etc/resolv.conf in 18.04 server

2018-08-16 Thread Michael Hudson-Doyle
** Description changed: [Impact] When ubuntu 18.04 server is trying to do an OEM installation using oem-config-firstboot, the ubiquity breaks the symlink /etc/resolv.conf -> /run/systemd/resolv/stub-resolv.conf, replacing /etc/resolv.conf with a 0-byte file and thereby breaking name resolu

Re: [Bug 1533899] Re: Add support for proxies

2018-08-20 Thread Michael Hudson-Doyle
Unless something has changed that only does anything on an Ubuntu core system (where it edits /etc/environment for you) On Tue, 21 Aug 2018, 17:07 Stuart Bishop, <1533...@bugs.launchpad.net> wrote: > Support for setting proxies seems to have landed, but is not yet > documented. 'sudo snap get cor

[Bug 1773719] [NEW] live server depends on arguably buggy systemd-networkd behaviour to avoid slow boot

2018-05-27 Thread Michael Hudson-Doyle
Public bug reported: [Impact] If there default network configuration does not actually get a server online, the live server installer only avoids a long delay by dint of relying on some dubious behaviour of networkd: if all interfaces are marked optional: true, systemd-networkd-wait-online does

[Bug 1773722] [NEW] live server image does not update microcode on boot

2018-05-27 Thread Michael Hudson-Doyle
Public bug reported: The initrd the live server installer boots with does not contain intel or amd64 microcode. It should contain both. ** Affects: livecd-rootfs (Ubuntu) Importance: Undecided Status: New ** Affects: livecd-rootfs (Ubuntu Bionic) Importance: Undecided

[Bug 1773719] Re: live server depends on arguably buggy systemd-networkd behaviour to avoid slow boot

2018-05-28 Thread Michael Hudson-Doyle
I verified the fix in bionic-proposed by the following steps: 1) Copied-with-binaries livecd-rootfs 2.525.1 from bionic-proposed to an otherwise empty PPA 2) Waited for publication 3) Kicked off a live-server livefs build (https://launchpad.net/~mwhudson/+livefs/ubuntu/bionic/live-server-test/+b

[Bug 1771348] Re: Timed out and Dependency failed messages shows in early install initialization while installing Ubuntu 18.04 using subiquity

2018-05-30 Thread Michael Hudson-Doyle
** Package changed: subiquity (Ubuntu) => subiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771348 Title: Timed out and Dependency failed messages shows in early install initialization whil

[Bug 1765341] Re: subuquity server installer cannot continue installation without working network

2018-05-30 Thread Michael Hudson-Doyle
** Package changed: subiquity (Ubuntu) => subiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765341 Title: subuquity server installer cannot continue installation without working network To

[Bug 1760139] Re: Import SSH identity: Launchpad IDs can contain dots

2018-05-30 Thread Michael Hudson-Doyle
** Changed in: subiquity (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760139 Title: Import SSH identity: Launchpad IDs can contain dots To manage notif

[Bug 1628289] Re: snapd should depend on squashfuse (for use in containers)

2018-06-13 Thread Michael Hudson-Doyle
My understand of the status is that snapd grew its own code for mounting snaps via fuse, which would make this MIR unnecessary. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628289 Title: snapd sho

[Bug 1776891] [NEW] should disable journald rate limiting in live-server session

2018-06-14 Thread Michael Hudson-Doyle
Public bug reported: [Impact] subiquity displays the curtin output by running curtin under systemd-cat. curtin can produce pretty large amounts of output and can hit journald rate limits, particularly when it fails (which is of course when you most want to see the output!). We should disable th

[Bug 1776115] Re: 18.04 Subiquity install crashes w/ "no such device" aganist /dev/sda2

2018-06-14 Thread Michael Hudson-Doyle
I think we fixed a bug like this recently but with your description it's a bit hard to be sure. Can you try the ISO at http://cdimage.ubuntu.com /ubuntu-server/bionic/daily-live/current/bionic-live-server-amd64.iso and see if that helps? If it doesn't, can you pastebin the logs in /var/log/installe

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

2018-06-14 Thread Michael Hudson-Doyle
** Also affects: livecd-rootfs (Ubuntu Bionic) 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/1699913 Title: /var/lib/apt/lists has content in partner-imag

[Bug 1784602] Re: No option to configure docker.io for restart on package upgrade

2018-07-31 Thread Michael Hudson-Doyle
After chatting, I think the underlying question is how to decide the answer to the restart question when the upgrade is going to be done non- interactively -- and I don't really know the answer to that. Maybe it involves debconf-set-selections? -- You received this bug notification because you ar

[Bug 1782802] Re: ditch ipconfig in favor of dhclient -4 in 18.10

2018-07-31 Thread Michael Hudson-Doyle
** Changed in: initramfs-tools (Ubuntu) Assignee: (unassigned) => Michael Hudson-Doyle (mwhudson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1782802 Title: ditch ipconfig in favor

[Bug 1134036] Re: Failure when using ssh with a locale that is not configured on the server

2018-08-01 Thread Michael Hudson-Doyle
I'm somewhat inclined to think that doing this in shell is a bit silly. How about something like https://paste.ubuntu.com/p/NX7yqDVGyf/? It should probably be in libc-bin (maybe even an flag to locale(1)) eventually but for now we could stuff into any Essential package (base- files or util-linux or

[Bug 1785400] Re: Unable to locate package python3-defaults

2018-08-05 Thread Michael Hudson-Doyle
python3-defaults is a source package name, that builds binaries python3, python3-venv, python3-minimal, python3-examples, python3-dev, etc. Those are the packages you can install with apt. ** Changed in: python3-defaults (Ubuntu) Status: New => Invalid -- You received this bug notificatio

[Bug 1782802] Re: ditch ipconfig in favor of dhclient -4 in 18.10

2018-08-05 Thread Michael Hudson-Doyle
I'm not sure I see a path to switching away from klibc-utils completely. As far as I can tell, every upload of initramfs-tools ever has still invoked ipconfig for some arguments. Most configs can be handled by writing some shell to replace what ipconfig does and some functionality can probably be

[Bug 1782802] Re: ditch ipconfig in favor of dhclient -4 in 18.10

2018-08-06 Thread Michael Hudson-Doyle
Well there are quite a few uploads to choose from, but this one https://git.launchpad.net/ubuntu/+source/initramfs- tools/tree/scripts/functions?id=import/0.125ubuntu6#n339 is about the least "ipconfig-y" and it still calls it sometimes... -- You received this bug notification because you are a m

[Bug 1134036] Re: Failure when using ssh with a locale that is not configured on the server

2018-08-06 Thread Michael Hudson-Doyle
Here is my proposed patch. ** Changed in: maas (Ubuntu) Status: Confirmed => Invalid ** Package changed: cloud-init (Ubuntu) => base-files (Ubuntu) ** Changed in: base-files (Ubuntu) Assignee: (unassigned) => Michael Hudson-Doyle (mwhudson) ** Changed in: base-file

[Bug 1134036] Re: Failure when using ssh with a locale that is not configured on the server

2018-08-06 Thread Michael Hudson-Doyle
I've tested this in a minimal image and it appears to work as designed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1134036 Title: Failure when using ssh with a locale that is not configured on th

Re: [Bug 1134036] Re: Failure when using ssh with a locale that is not configured on the server

2018-08-07 Thread Michael Hudson-Doyle
On Wed, 8 Aug 2018 at 02:46, Scott Moser wrote: > @mwhudson, > your suggested change seems reasonable to me. > I don't love the use of 'eval', but it seems reasonably safe here. > I don't either, but I don't think there is any alternative here is there? > Instead of quoting you could just reje

[Bug 1786130] [NEW] initramfs-tools has no autopkgtests

2018-08-08 Thread Michael Hudson-Doyle
Public bug reported: I have some tests written which I will upload soon, I'm filing this bug so I can use it to block migration until they pass. ** Affects: initramfs-tools (Ubuntu) Importance: High Assignee: Michael Hudson-Doyle (mwhudson) Status: In Progress ** Tags:

[Bug 1777900] Re: oem-config breaks the systemd resolved link for /etc/resolv.conf in 18.04 server

2018-08-08 Thread Michael Hudson-Doyle
Some findings: systemd-resolved is not running when oem-config runs. Starting systemd-resolved from another shell before going through oem- config fixes the observed problem, so on the assumption that starting it is the correct solution, I made https://code.launchpad.net/~mwhudson/ubiquity/+git/ubi

[Bug 1777900] Re: oem-config breaks the systemd resolved link for /etc/resolv.conf in 18.04 server

2018-08-08 Thread Michael Hudson-Doyle
** Changed in: ubiquity (Ubuntu) Status: Confirmed => 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/1777900 Title: oem-config breaks the systemd resolved link for /etc/resolv.conf

[Bug 1777900] Re: oem-config breaks the systemd resolved link for /etc/resolv.conf in 18.04 server

2018-08-08 Thread Michael Hudson-Doyle
** Also affects: ubiquity (Ubuntu Bionic) 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/1777900 Title: oem-config breaks the systemd resolved link for /et

[Bug 1777900] Re: oem-config breaks the systemd resolved link for /etc/resolv.conf in 18.04 server

2018-08-08 Thread Michael Hudson-Doyle
ig will be unaffected. ** Changed in: ubiquity (Ubuntu) Status: In Progress => Fix Committed ** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) => Michael Hudson-Doyle (mwhudson) ** Changed in: ubiquity (Ubuntu Bionic) Assignee: (unassigned) => Michael Hudson-Doyl

[Bug 1786130] Re: initramfs-tools has no autopkgtests

2018-08-09 Thread Michael Hudson-Doyle
** Tags removed: block-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1786130 Title: initramfs-tools has no autopkgtests To manage notifications about this bug go to: https://bugs.launchpad

[Bug 1783129] Re: Only "main" component enabled after install

2018-07-23 Thread Michael Hudson-Doyle
Yes, I guess this should be fixed in livecd-rootfs to make sure that filesystem.squashfs has the right thing. ** Also affects: livecd-rootfs (Ubuntu) Importance: Undecided Status: New ** Also affects: livecd-rootfs (Ubuntu Bionic) Importance: Undecided Status: New -- You rec

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

2018-06-06 Thread Michael Hudson-Doyle
** 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/1699913 Title: /var/lib/apt/lists has content in partner-images/Dock

[Bug 1732368] Re: upgrade to 17.03.2-ce in 16.04+

2018-07-10 Thread Michael Hudson-Doyle
Per https://wiki.ubuntu.com/DockerUpdates, the passing autopkgtests are considered sufficient QA for docker updates and they all passed. ** Tags removed: verification-needed verification-needed-xenial verification-needed-zesty ** Tags added: verification-done-xenial -- You received this bug not

[Bug 1781429] Re: Creating partition with larger size crashes installer

2018-07-15 Thread Michael Hudson-Doyle
Fixed in git, thanks for the report! ** Changed in: subiquity (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1781429 Title: Creating partition with large

Re: [Bug 1776115] Re: 18.04 Subiquity install crashes w/ "no such device" aganist /dev/sda2

2018-07-15 Thread Michael Hudson-Doyle
On Tue, 10 Jul 2018 at 13:36, noisymime <1776...@bugs.launchpad.net> wrote: > Can confirm the daily image from http://cdimage.ubuntu.com/ubuntu- > server/bionic/daily-live/current/bionic-live-server-amd64.iso >

[Bug 1645468] Re: having /dev in partner-images/Docker is redundant (and causes issues when using user namespaces)

2018-07-16 Thread Michael Hudson-Doyle
** 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/1645468 Title: having /dev in partner-images/Docker is redundant (an

Re: [Bug 1751667] Re: classic snap does not run on live session

2018-03-01 Thread Michael Hudson-Doyle
On 2 March 2018 at 11:37, Jamie Strandboge wrote: So long as snapd starts before preinstalled snaps then all is fine. > Given that "preinstalled" snaps are merely seeded, there's nothing to be worried about here :-) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1753748] Re: FFe: Sync golang-golang-x-sys 0.0~git20180224.f6cff07-1 (universe) from Debian unstable (main)

2018-03-06 Thread Michael Hudson-Doyle
This bug was fixed in the package golang-golang-x-sys - 0.0~git20180224.f6cff07-1 --- golang-golang-x-sys (0.0~git20180224.f6cff07-1) unstable; urgency=medium * New upstream version, which has gccgo redeclared *SyscallNoError functions moved to a separate file and avoids build e

[Bug 1753748] Re: FFe: Sync golang-golang-x-sys 0.0~git20180224.f6cff07-1 (universe) from Debian unstable (main)

2018-03-06 Thread Michael Hudson-Doyle
I'm going to put my golang maintainer hat on and say this doesn't require a FFe, so I've done the sync. Note that the previous version of golang-golang-x-sys was stuck in proposed and so this version might need some hand holding to migrate. Are you willing/able to help with that? -- You received

[Bug 1753767] Re: FFe: Sync golang-fsnotify 1.4.7-1 (universe) from Debian unstable (main)

2018-03-06 Thread Michael Hudson-Doyle
The only part of this that comes close to requiring an FFe is the removal of the transitional packages, according to my poking around there are still packages in bionic that build-depend on them (prometheus-mailexporter, golang-github-revel-revel). Would you be ok with me uploading an 1ubuntu1 that

[Bug 1753829] Re: FFe: Sync golang-github-revel-revel 0.12.0+dfsg-4 (universe) from Debian unstable (main)

2018-03-06 Thread Michael Hudson-Doyle
This bug was fixed in the package golang-github-revel-revel - 0.12.0+dfsg-4 --- golang-github-revel-revel (0.12.0+dfsg-4) unstable; urgency=medium * Team upload. * Apply "cme fix dpkg" to debian/control and debian/copyright. Adding Testsuite: autopkgtest-pkg-go, and setting Pr

Re: [Bug 1753748] Re: FFe: Sync golang-golang-x-sys 0.0~git20180224.f6cff07-1 (universe) from Debian unstable (main)

2018-03-06 Thread Michael Hudson-Doyle
On 7 March 2018 at 10:40, Anthony Fok wrote: > > I'm going to put my golang maintainer hat on and say this doesn't > require a FFe, > > so I've done the sync. > > Woohoo! Thank you *so* much, Michael! > > > Note that the previous version of golang-golang-x-sys was stuck in > proposed > > and so

Re: [Bug 1753748] Re: FFe: Sync golang-golang-x-sys 0.0~git20180224.f6cff07-1 (universe) from Debian unstable (main)

2018-03-06 Thread Michael Hudson-Doyle
On 7 March 2018 at 14:59, Michael Hudson-Doyle wrote: > > Yes, more or less. The hard part is usually figuring out what's going on > more than fixing the problems so assistance on that part is what's most > needed. It looks like SetAffinity is broken on arm64 in the new ver

[Bug 1753767] Re: FFe: Sync golang-fsnotify 1.4.7-1 (universe) from Debian unstable (main)

2018-03-06 Thread Michael Hudson-Doyle
I synced golang-github-revel-revel, what's your plan for prometheus- mailexporter? I guess fixing it's build deps in debian and then syncing it is probably the best plan. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1753179] Re: FFe: Sync golang-github-alecthomas-chroma 0.3.0-1 (universe) from Debian unstable (main)

2018-03-06 Thread Michael Hudson-Doyle
This bug was fixed in the package golang-github-alecthomas-chroma - 0.3.0-1 --- golang-github-alecthomas-chroma (0.3.0-1) unstable; urgency=medium * New upstream version 0.3.0 * Use debhelper (>= 11) -- Anthony Fok Thu, 01 Mar 2018 22:43:01 -0700 ** Changed in: golang-github-

Re: [Bug 1753748] Re: FFe: Sync golang-golang-x-sys 0.0~git20180224.f6cff07-1 (universe) from Debian unstable (main)

2018-03-07 Thread Michael Hudson-Doyle
On 7 March 2018 at 16:10, Michael Hudson-Doyle wrote: > On 7 March 2018 at 14:59, Michael Hudson-Doyle < > michael.hud...@canonical.com> wrote: > >> >> Yes, more or less. The hard part is usually figuring out what's going on >> more than fixing the problem

[Bug 1753180] Re: FFe: Sync hugo 0.37-2 (universe) from Debian unstable (main)

2018-03-07 Thread Michael Hudson-Doyle
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-bionic/bionic/amd64/h/hugo/20180308_004839_58c01@/log.gz -> I'm going to take a wild guess that this is happening because of the png optimization that happens during the build -- You received th

[Bug 1753180] Re: FFe: Sync hugo 0.37-2 (universe) from Debian unstable (main)

2018-03-08 Thread Michael Hudson-Doyle
It's a difference between Ubuntu and Debian's build environments afaict (well, debhelper packages), Ubuntu runs pkgstripfiles from pkgbinarymangler at the end of the build and one of the things that does is to compress PNG files harder. It can be disabled by setting NO_PNG_PKG_MANGLE to something n

[Bug 1754463] [NEW] please remove this package from bionic

2018-03-08 Thread Michael Hudson-Doyle
Public bug reported: Go 1.7 has been unsupported for a while now and should be removed from Bionic before release. rmwhudson@aeglos:/opt/opensource$ reverse-depends src:golang-1.7 No reverse dependencies found mwhudson@aeglos:/opt/opensource$ reverse-depends -b src:golang-1.7 Reverse-Build-Depend

[Bug 1754466] [NEW] please remove this package from bionic

2018-03-08 Thread Michael Hudson-Doyle
Public bug reported: Go 1.8 has been unsupported since the release of Go 1.10 a month or so ago and should be removed from bionic before release. mwhudson@aeglos:/opt/opensource$ reverse-depends src:golang-1.8 No reverse dependencies found mwhudson@aeglos:/opt/opensource$ reverse-depends -b src:g

[Bug 1711052] Re: Snapd panics on i386 when build with -buildmode=pie in artful

2018-03-08 Thread Michael Hudson-Doyle
Have you tested this with go 1.10 out of curiosity? I doubt it's been fixed but who knows... In any case I'm about to request the removal of 1.8 from the archive. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1732527] Re: please remove go shared library packages from bionic

2018-03-08 Thread Michael Hudson-Doyle
** Changed in: golang-1.8 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732527 Title: please remove go shared library packages from bionic To manage not

[Bug 1743598] Re: 'go tool trace' doesn't show trace

2018-03-08 Thread Michael Hudson-Doyle
** Package changed: golang-1.8 (Ubuntu) => golang-1.10 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1743598 Title: 'go tool trace' doesn't show trace To manage notifications about this bu

[Bug 1737432] Re: missing 'misc' folder

2018-03-08 Thread Michael Hudson-Doyle
Is this the same bug as https://bugs.launchpad.net/ubuntu/+source/golang-1.10/+bug/1743598 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737432 Title: missing 'misc' folder To manage notificatio

[Bug 1753767] Re: FFe: Sync golang-fsnotify 1.4.7-1 (universe) from Debian unstable (main)

2018-03-09 Thread Michael Hudson-Doyle
This bug was fixed in the package golang-fsnotify - 1.4.7-1 Sponsored for Anthony Fok (foka) --- golang-fsnotify (1.4.7-1) unstable; urgency=medium [ Paul Tagliamonte ] * Remove Built-Using from arch:all -dev package [ Anthony Fok ] * New upstream version 1.4.7 * Bump Stand

[Bug 1681294] Re: ugly "pthread_create failed: Resource temporarily unavailable" running snaps

2017-04-17 Thread Michael Hudson-Doyle
It turns out that the new golang-1.6 breaks ABI (thanks to an upstream bug I've now fixed, but that's no help here) and so would require rebuilding a chain of dependencies to make yakkety-proposed installable again. This doesn't seem worth the effort for this bug, so we've removed the package from

[Bug 1681294] Re: ugly "pthread_create failed: Resource temporarily unavailable" running snaps

2017-04-17 Thread Michael Hudson-Doyle
That said, the package from xenial-proposed does work fine (the test case program produces no output when run 10 times). I also used the proposed package to rebuild lxd and gave the rebuilt packages a quick test and they worked fine too. ** Tags removed: verification-needed ** Tags added: veri

[Bug 1683969] [NEW] please remove this package from zesty

2017-04-18 Thread Michael Hudson-Doyle
Public bug reported: We should have done this when we removed golang-1.6. ** Affects: golang-1.6-race-detector-runtime (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1554401] [NEW] should install to /usr/share, not /usr/lib

2016-03-08 Thread Michael Hudson-Doyle
Public bug reported: Currently if you install golang-src and golang-race-detector-runtime and then uninstall them, you get this sort of message: Removing golang-race-detector-runtime (0.0+svn252922-0ubuntu1) ... dpkg: warning: while removing golang-race-detector-runtime, directory '/usr/lib/go/s

[Bug 1554401] Re: should install to /usr/share, not /usr/lib

2016-03-08 Thread Michael Hudson-Doyle
I've built and tested this locally. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554401 Title: should install to /usr/share, not /usr/lib To manage notifications about this bug go to: https://bug

[Bug 1554401] Re: should install to /usr/share, not /usr/lib

2016-03-08 Thread Michael Hudson-Doyle
Now with bonus lintian suppressions. ** Patch added: "golang-race-detector-runtime_0.0+svn252922-0ubuntu1_0.0+svn252922-0ubuntu2.diff" https://bugs.launchpad.net/ubuntu/+source/golang-race-detector-runtime/+bug/1554401/+attachment/4592400/+files/golang-race-detector-runtime_0.0+svn252922-0ubu

[Bug 1546139] Re: golang-go fails to install compiler

2016-03-08 Thread Michael Hudson-Doyle
Ah, did you have GOROOT pointed at /usr/share/go? That wouldn't work well. Setting it to /usr/lib/go should work, but is also pointles. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1546139 Title: g

[Bug 1555856] [NEW] move to per-Go-major version coinstallable packages

2016-03-10 Thread Michael Hudson-Doyle
Public bug reported: To make maintenance of Go easier in the future, we've decided to allow major versions of Go to be co-installed (like gcc-4.9, gcc-5, etc). The plan goes something like this: 1) convert existing golang source package to golang-1.6 source package, removing version independent

[Bug 1555856] Re: move to per-Go-major version coinstallable packages

2016-03-10 Thread Michael Hudson-Doyle
** Patch added: "debdiff for gcc-5" https://bugs.launchpad.net/ubuntu/+source/gccgo-6/+bug/1555856/+attachment/4595529/+files/gcc-5_5.3.1-10ubuntu2_5.3.1-10ubuntu3.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

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