[Bug 1029209] Re: tidy doesn't support html5 syntax

2015-09-12 Thread Edward Vielmetti
There is a new version of Tidy (5.0.0) which has been released and which is largely backwards compatible with the 2009 Tidy that ships right now. See https://github.com/htacg/tidy-html5 for the source repository, and this open issue https://github.com/htacg/tidy-html5/issues/252 for the

[Bug 589574] Re: libtidy creates invalid tags

2015-09-12 Thread Edward Vielmetti
This bug is fixed in tidy-html5 v5.0.0, as noted here https://github.com/htacg/tidy-html5/issues/256 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/589574 Title: libtidy creates invalid tags To

[Bug 1661222] Re: syscall.Getpagesize returns wrong page size on aarch64

2017-02-02 Thread Edward Vielmetti
A backport of this fix, to 1.7: https://github.com/golang/go/issues/10180#issuecomment-277004348 ** Bug watch added: github.com/golang/go/issues #10180 https://github.com/golang/go/issues/10180 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1661222] [NEW] syscall.Getpagesize returns wrong page size on aarch64

2017-02-02 Thread Edward Vielmetti
Public bug reported: syscall.Getpagesize returns wrong page size on aarch64. The code at https://github.com/vielmetti/go-pagesize-test exercises the issue. This is fixed upstream at 1.8 with https://github.com/golang/go/commit/1b9499b06989d2831e5b156161d6c07642926ee1 Downstream, this affects

[Bug 1661222] Re: syscall.Getpagesize returns wrong page size on aarch64

2017-02-02 Thread Edward Vielmetti
Also noted here: https://github.com/vielmetti/go-pagesize-test/issues/4 ** Bug watch added: github.com/vielmetti/go-pagesize-test/issues #4 https://github.com/vielmetti/go-pagesize-test/issues/4 ** Also affects: golang (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1661222] Re: syscall.Getpagesize returns wrong page size on aarch64

2017-02-17 Thread Edward Vielmetti
Thanks Michael. I see that 1.8 release is out, and will look forward to seeing that when it's ready on your archive. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1661222 Title: syscall.Getpagesize

[Bug 1661222] Re: syscall.Getpagesize returns wrong page size on aarch64

2017-02-10 Thread Edward Vielmetti
@mwhudson - when you are ready to test the PPA I am very interested in giving it a spin on a dedicated ARMv8 test server. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1661222 Title:

[Bug 1661222] Re: syscall.Getpagesize returns wrong page size on aarch64

2017-02-09 Thread Edward Vielmetti
If Go 1.8 would be available via a PPA that would obviate the need for a fix to Go 1.6. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1661222 Title: syscall.Getpagesize returns wrong page size on

[Bug 1633629] Re: arm64: KASLR breaks MODVERSIONS

2016-10-21 Thread Edward Vielmetti
I was able to replicate this failure on an ARMv8 (aarch64) xenial system, using the supplied instructions for QEMU and getting the modprobe error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1633629

[Bug 1442064] Re: /usr/bin/dpkg received a segmentation fault (arm64)

2016-10-20 Thread Edward Vielmetti
I did an "apt-get update; apt-get dist-upgrade" on a multiprocessor xenial amd64 machine, and was not able to replicate this bug. Linux armv8hello.local.lan 4.4.0-38-generic #57-Ubuntu SMP Wed Sep 7 10:19:14 UTC 2016 aarch64 aarch64 aarch64 GNU/Linux Ubuntu 16.04 -- You received this bug

[Bug 1679252] Re: Cloud images for non-Intel architectures are configured with security repos that don't work

2017-04-03 Thread Edward Vielmetti
Additional downstream impact is https://github.com/docker/docker/issues/32335 , "unable to build docker armhf ubuntu xenial", reported by @andrewhsu . ** Bug watch added: github.com/docker/docker/issues #32335 https://github.com/docker/docker/issues/32335 -- You received this bug

[Bug 1679252] Re: Non-Intel architectures are configured with security repos that don't work

2017-04-03 Thread Edward Vielmetti
See https://github.com/docker-library/official-images/issues/2804 for the Docker impact downstream, as the aarch64/xenial and ppc64le/xenial official images are affected. Fixing this bug allows this CVE http://people.canonical.com/~ubuntu- security/cve/2017/CVE-2017-7184.html to be addressed on

[Bug 1552939] Re: arm64 build doesn't use asm and is 4x-16x slower than it could be

2017-04-02 Thread Edward Vielmetti
Are there before and after numbers for ThunderX that are easy to share? I'm seeing aes-128-gcm 78608.06k 167039.08k 239836.84k 268366.17k 277192.70k with "OpenSSL 1.0.2g 1 Mar 2016" on Ubuntu 16.04 LTS aarch64 with "1.0 .2g-1ubuntu4.6", which almost certainly is a "with this patch"

[Bug 1679252] Re: Cloud images for non-Intel architectures are configured with security repos that don't work

2017-04-06 Thread Edward Vielmetti
This gist demonstrates the issue on armhf, using a Docker armhf/ubuntu:xenial image. https://gist.github.com/vielmetti/a078426659cb11f54a9142a878c7982c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1679252] Re: Cloud images for non-Intel architectures are configured with security repos that don't work

2017-04-06 Thread Edward Vielmetti
I can reproduce this bug on my Mac which should aid in confirmation for `armhf`. ``` Edwards-MacBook-Air:~ emv$ docker run --rm armhf/ubuntu:xenial apt-get update Unable to find image 'armhf/ubuntu:xenial' locally xenial: Pulling from armhf/ubuntu 3ec2010dcf9a: Pull complete a9ce7d83bdeb: Pull

[Bug 1679252] Re: Cloud images for non-Intel architectures are configured with security repos that don't work

2017-04-06 Thread Edward Vielmetti
I've alerted the maintainer of the build scripts for the Docker images, here: https://github.com/tianon/jenkins-groovy/issues/24 hopefully @tianon can help with a test build to validate that this works. ** Bug watch added: github.com/tianon/jenkins-groovy/issues #24

[Bug 1679252] Re: Cloud images for non-Intel architectures are configured with security repos that don't work

2017-04-05 Thread Edward Vielmetti
Is anyone testing armhf? I ask because of this from @andrewhsu at Docker, at https://github.com/docker/docker/issues/32335#issuecomment-292042111 > This issue is preventing the release of docker 17.04.0 for ubuntu xenial on armhf. Ubuntu xenial on amd64 is fine, however, so packages are

[Bug 1679252] Re: Cloud images for non-Intel architectures are configured with security repos that don't work

2017-04-05 Thread Edward Vielmetti
If I follow these instructions: https://wiki.ubuntu.com/ARM/RaspberryPi do I get a testable environment for this fix? If I read it right, it looks like the Pi 2 (and not the Pi 3) is the supported target hardware for armhf. -- You received this bug notification because you are a member of

Re: [Bug 1702979] Re: Deeply layered Docker image problems

2017-07-31 Thread Edward Vielmetti
Thanks Raghuram - I'll put together a test based on the PPA. On Mon, Jul 31, 2017 at 10:32 AM, Raghuram Kota <raghuram.k...@canonical.com > wrote: > Hi @Edward Vielmetti : Would it be possible for you to test the fix > uploaded to PPA by mwhudson (comm # 4 ?) ? Thx! > >

[Bug 1702979] [NEW] Deeply layered Docker image problems

2017-07-07 Thread Edward Vielmetti
Public bug reported: Docker 1.12.x is built with a version of Go which contains a bug (https://bugs.launchpad.net/ubuntu/+source/golang-defaults/+bug/1661222) in syscall.Getpagesize. As a result, Docker builds that create images with lots of layers fail to behave properly. If Go (golang) is

[Bug 1702979] Re: Deeply layered Docker image problems

2017-07-13 Thread Edward Vielmetti
We've seen a second customer using ARM64 Docker 1.12.6 on Ubuntu running into errors that could be explained by issue. Would it be possible to triage it? Fixing the upstream Go bug and recompiling may be enough to solve. -- You received this bug notification because you are a member of Ubuntu

Re: [Bug 1702979] Re: Deeply layered Docker image problems

2017-07-17 Thread Edward Vielmetti
ttps://github.com/ros2/ci/pull/73 > https://github.com/ros2/ci/issues/75 > > for which the only reasonable workaround now is to recommend to not > use the system Docker but instead to get the latest-and-greatest. > > To manage notifications about this bug go to: > https://bugs.

[Bug 1702979] Re: Deeply layered Docker image problems

2017-07-17 Thread Edward Vielmetti
** Bug watch added: github.com/ros2/ci/issues #75 https://github.com/ros2/ci/issues/75 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1702979 Title: Deeply layered Docker image problems To

[Bug 1661222] Re: syscall.Getpagesize returns wrong page size on aarch64

2017-07-07 Thread Edward Vielmetti
** Bug watch added: github.com/ros2/ci/issues #75 https://github.com/ros2/ci/issues/75 ** Also affects: docker.io via https://github.com/ros2/ci/issues/75 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1711735] Re: source.list for armhf includes trusty-security which does not exist for arm

2017-10-16 Thread Edward Vielmetti
This affects the trusty image for arm64 as well, noted at https://github.com/docker-library/official-images/issues/3583 (which referred me back here). ** Bug watch added: github.com/docker-library/official-images/issues #3583 https://github.com/docker-library/official-images/issues/3583 --

[Bug 1702979] Re: Deeply layered Docker image problems

2017-08-21 Thread Edward Vielmetti
Hi @rkota - I was able to successfully install this version of Docker from the PPA. I'm working on a test setup that generates enough layers to prove out the bug, and will report back when I get that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1661222] Re: syscall.Getpagesize returns wrong page size on aarch64

2017-11-01 Thread Edward Vielmetti
The test I ran was with `golang-1.6/xenial-proposed,now 1.6.2-0ubuntu5~16.04.4 all [installed,automatic]` on an arm64 system. The test code is at https://github.com/vielmetti/go-pagesize-test With this version, I get the following results on a Cavium ThunderX based Packet Type 2A system: ```

[Bug 1661222] Re: syscall.Getpagesize returns wrong page size on aarch64

2017-11-05 Thread Edward Vielmetti
** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1661222 Title: syscall.Getpagesize returns wrong page size on

[Bug 1702979] Re: Deeply layered Docker image problems

2017-11-02 Thread Edward Vielmetti
Michael - I'm able to test this, but I need to set up a fresh machine to make sure I didn't bodge one of the install steps. Just to be clear, the xenial-proposed version is 1.13.1 based, and the earlier PPA version was 1.12.x based, so this is newer code than what I had first tested. -- You

[Bug 1702979] Re: Deeply layered Docker image problems

2017-11-01 Thread Edward Vielmetti
I've confirmed that the PPA provided by @mwhudson in #4 addresses the crash reported in the issue. I've also identified a simple test Dockerfile that crashes on an unpatched system, and works properly on the new PPA. https://gist.github.com/bdafb8e961f55b2533fee8fa5221d186 - rename as

[Bug 1573095] Re: 16.04 cloud image hangs at first boot

2018-06-07 Thread Edward Vielmetti
This problem also reported at https://github.com/AdoptOpenJDK/openjdk- infrastructure/issues/356 If someone who has seen this has done a workaround specifically for Openstack I'd appreciate it. ** Bug watch added: github.com/AdoptOpenJDK/openjdk-infrastructure/issues #356

[Bug 1736593] Re: ThunderX: TX failure unless checksum offload disabled

2018-02-14 Thread Edward Vielmetti
Thank you. We will be testing this new kernel at Packet and will report results. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736593 Title: ThunderX: TX failure unless checksum offload disabled

[Bug 1736593] Re: ThunderX: TX failure unless checksum offload disabled

2018-02-19 Thread Edward Vielmetti
Thanks Dann. Scott is testing this and has found an additional issue, but we're not sure yet whether it's directly related or independent. He'll file a more detailed report or open another Launchpad as appropriate. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1848739] Re: [linux-azure] Patch to prevent possible data corruption

2019-11-21 Thread Edward Vielmetti
For reference, this is the extensive upstream kernel discussion https://bugzilla.kernel.org/show_bug.cgi?id=201685 The filesystem corruption issue is real, not theoretical, and was the extensive discussion of problems experienced during the early days of 4.19: ** Bug watch added: Linux Kernel

[Bug 1848739] Re: [linux-azure] Patch to prevent possible data corruption

2019-11-21 Thread Edward Vielmetti
This data corruption issue was written about extensively here https://lwn.net/Articles/774440/ as part of the early 4.19 days when a number of folks were seeing ext4 filesystem corruption as a consequence of the blk-mq bug. -- You received this bug notification because you are a member of

[Bug 1876624] [NEW] rtl apps crash "allocating zero-copy buffers", Pi 4, Ubuntu 20.04

2020-05-03 Thread Edward Vielmetti
Public bug reported: There is a discussion at https://www.reddit.com/r/RTLSDR/comments/ds73ow/rtl_process_being_killed_newbie_troubleshooting/ for reference. When installed with the default librtlsdr-dev, the rtl apps crash on Ubuntu 20.04 LTS with this error sequence. This example is from

[Bug 1876624] Re: rtl apps crash "allocating zero-copy buffers", Pi 4, Ubuntu 20.04

2020-05-03 Thread Edward Vielmetti
To be more precise, this is happening on a Pi 4 running arm64 (64-bit Arm). The upstream patch mentions "some Arm systems". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876624 Title: rtl apps

[Bug 1877792] [NEW] jmespath SyntaxWarning: "is" with a literal.

2020-05-09 Thread Edward Vielmetti
Public bug reported: As reported upstream https://github.com/jmespath/jmespath.py/issues/201 Problems installing jmespath in Ubuntu 20.04 LTS Setting up python3-jmespath (0.9.4-2) ... /usr/lib/python3/dist-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="?

[Bug 1877792] Re: jmespath SyntaxWarning: "is" with a literal.

2020-05-13 Thread Edward Vielmetti
It looks like https://launchpad.net/ubuntu/+source/python- jmespath/0.9.5-1 addresses this issue, from Groovy and Sid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877792 Title: jmespath

[Bug 1928010] Re: Occasionally crashes in _relocate() on arm64

2021-08-13 Thread Edward Vielmetti
What are the plans for a release to bionic? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1928010 Title: Occasionally crashes in _relocate() on arm64 To manage notifications about this bug go to: