Re: [Touch-packages] [Bug 1749247] Re: Spurious SEGV running inside kvm

2018-02-14 Thread Quanah
It can also die with the following backtrace: (gdb) bt #0 __memmove_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:2331 #1 0x7f570da4a14e in ber_dupbv_x (dst=0x25f55e8, src=0x7f2ee8001200, ctx=0x0) at /home/build/git/sold-2445/openldap/libraries/liblber/memory.c:512 #2 0x7f570da4

[Touch-packages] [Bug 1693915] [NEW] e2fsprogs: ext(2, 3, 4) manpage typo

2017-05-26 Thread Quanah
Public bug reported: When running: man ext4 There is an obvious typo at the top: NAME ext2 - the second extended file system ext2 - the third extended file system ext4 - the fourth extended file system Clearly, the "third" extended filesystem should be "ext3" not "ext2" *

[Touch-packages] [Bug 1616679] [NEW] rdepends for apt-cache fails for virtual packages

2016-08-24 Thread Quanah
Public bug reported: Example of problem: The zimbra-mta package provides mail-transport-agent. Packages that depend on mail-transport-agent are installed (mailutils,logwatch). apt-cache is unable to list either of those as depending on zimbra-mta: root@zre-ldap004:/home/build# apt-cache rdepen

[Touch-packages] [Bug 1574969] Re: Regression: "lxc-create -B best" stopped working

2016-05-07 Thread Quanah
"-B", "best", "--template", "/home/quanah/.vagrant.d/gems/gems/vagrant-lxc-1.2.1/scripts/lxc-template", "--name", "u1690_default_1462660055308_76102", "--", "--tarball", "/home/quanah/.vagrant.d/boxes/develope

[Touch-packages] [Bug 1420914] Re: secret-tool does not run on headless system

2016-04-28 Thread Quanah
It is trivial to fix this by adding the following to ~/.bashrc: if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then eval `dbus-launch --sh-syntax` fi -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libsecret in Ubuntu. https://bu

[Touch-packages] [Bug 1420914] Re: secret-tool does not run on headless system

2016-04-28 Thread Quanah
Still a problem in ubuntu14.04.3. Command line tools should not depend on X11. secret-tool store --label="blahblah/org.freedesktop.NetworkManager.vpnc/vpn" setting-name vpn setting-key "Xauth password" (secret-tool:6159): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)

[Touch-packages] [Bug 1375637] Re: Premature end of data in tag file line 247651 with libxml2

2015-11-20 Thread Quanah Gibson-Mount
Hi Sebastien, The problem is I've found no consistent trigger for the bug. I have 225 packages in my repository, built out for two different branches and two oses (so 225x4). createrepo just randomly corrupts when executing 'createrepo --update .' when adding a new source/binary rpm pair. It is

[Touch-packages] [Bug 1375637] Re: Premature end of data in tag file line 247651 with libxml2

2015-11-19 Thread Quanah Gibson-Mount
When will this be fixed? I'm currently using a single server to host both debs and rpms, and this bug triggers fairly frequently, causing me to have to take down my repo and regenerate it. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is su

[Touch-packages] [Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2015-11-03 Thread Quanah Gibson-Mount
I filed https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1512845 for the https issue -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1003633 Title: Escape plus character in a

[Touch-packages] [Bug 1512845] [NEW] Escape plus character in apt HTTPS requests to work around Amazon S3 bug

2015-11-03 Thread Quanah Gibson-Mount
with --fix-missing? Escaping the + sign fixes the issue when testing with wget: root@zre-ldap001:/home/quanah# wget https://repo.zimbra.com/apt/87/pool/zimbra/z/zimbra-openssl/zimbra-openssl_1.0.1p-1zimbra8.7b1%2B14.04_amd64.deb --2015-11-03 13:11:03-- https://repo.zimbra.com/apt/87/pool/zimbra/z

[Touch-packages] [Bug 1003633] Re: Escape plus character in apt HTTP requests to work around Amazon S3 bug

2015-11-03 Thread Quanah Gibson-Mount
I would note this is broken for https based repositories still. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1003633 Title: Escape plus character in apt HTTP requests to wor

[Touch-packages] [Bug 1442775] [NEW] apt-get --ignore-missing doesn't ignore missing packages

2015-04-10 Thread Quanah Gibson-Mount
Public bug reported: The man page for apt-get states: -m, --ignore-missing, --fix-missing Ignore missing packages; if packages cannot be retrieved or fail the integrity check after retrieval (corrupted package files), hold back those packages and handle the result.