[Bug 914469] Re: dig crashed with SIGABRT in isc_assertion_failed()

2012-06-14 Thread Anders Kaseorg
I still see this issue on quantal with dnsutils 1:9.8.1.dfsg.P1-4ubuntu0.1. $ dig +topdown +sigchase wrong.isc.org … ;; ERROR : wrong.isc.org. is not a subdomain of: isc.org. FAILED name.c:2137: REQUIRE(source->length > 0) failed, back trace #0 0x7fcfff5bb563 in ?? #1 0x7fcfff5bb4ca in ?? #2 0x7f

[Bug 302148] Re: Installing wine starts winbindd as a daemon

2010-08-13 Thread Anders Kaseorg
In maverick, now that the winbind package configures a PAM module by default (bug 282751), this is more serious than just starting a useless daemon. One side effect of pam_winbind is that sudo now prompts for a second password if you hit Ctrl+C at the first prompt. Because this second password pr

[Bug 780149] [NEW] net-snmp FTBFS on oneiric (eval: 1: base_compile+= gcc: not found)

2011-05-09 Thread Anders Kaseorg
Public bug reported: net-snmp failed to rebuild on oneiric, because its Makefile sets SHELL=/bin/sh, confusing libtool: https://launchpadlibrarian.net/71307859/buildlog_ubuntu-oneiric-amd64.net-snmp_5.4.3~dfsg-2ubuntu2_FAILEDTOBUILD.txt.gz eval: 1: base_compile+= gcc: not found eval: 1: base_comp

[Bug 1466992] Re: screen crashed with SIGABRT

2015-07-12 Thread Anders Kaseorg
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to screen in Ubuntu. https://bugs.launchpad.net/bugs/1466992 Title: screen crashed with SIGABRT To manage notifications about this bug g

[Bug 1304167] Re: syntax error, trusty beta-2 cloud image

2014-04-16 Thread Anders Kaseorg
Can you change Depends: apparmor (>= 2.8.95~2430-0ubuntu4) to Conflicts: apparmor (<< 2.8.95~2430-0ubuntu4)? It used to be possible to use libvirt-bin without installing apparmor at all, and now it’s not. -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1304167] Re: syntax error, trusty beta-2 cloud image

2014-04-25 Thread Anders Kaseorg
libvirt 1.2.2-0ubuntu13.1 fixes the apparmor dependency and otherwise works for me. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launc

[Bug 1314796] [NEW] [systemd] package cgmanager 0.24-0ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100

2014-04-30 Thread Anders Kaseorg
Public bug reported: Preparing to unpack .../cgmanager_0.25-0ubuntu1_amd64.deb ... initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused invoke-rc.d: unknown initscript, /etc/init.d/cgproxy not found. dpkg: warning: subprocess old pre-removal s

[Bug 1318605] [NEW] [systemd] package cgroup-lite 1.9 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100

2014-05-12 Thread Anders Kaseorg
*** This bug is a duplicate of bug 1312975 *** https://bugs.launchpad.net/bugs/1312975 Public bug reported: Preparing to unpack .../cgroup-lite_1.10_all.deb ... initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused invoke-rc.d: unknown ini

[Bug 1312975] Re: cgroup-lite can not be installed with systemd

2014-05-12 Thread Anders Kaseorg
Even with the fixed invoke-rc.d (sysv-rc 2.88dsf-41ubuntu10 in utopic- proposed), I still can’t upgrade cgroup-lite: Preparing to unpack .../cgroup-lite_1.10_all.deb ... Failed to issue method call: Unit cgroup-lite.service not loaded. invoke-rc.d: initscript cgroup-lite, action "stop" failed. dpk

[Bug 1312975] Re: cgroup-lite can not be installed with systemd

2014-05-12 Thread Anders Kaseorg
When the old package’s prerm fails, dpkg goes back and runs the new package’s prerm instead, to allow us to escape exactly that kind of chicken-and-egg problem. We could, for example, have the new prerm create the cgroup-lite.service → /dev/null symlink if it isn’t already there. -- You received

[Bug 1274720] Re: screen crashed with SIGSEGV

2014-01-30 Thread Anders Kaseorg
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to screen in Ubuntu. https://bugs.launchpad.net/bugs/1274720 Title: screen crashed with SIGSEGV To manage notifications about this bug g

[Bug 1276156] Re: CVE-2013-6393 libyaml: heap-based buffer overflow when parsing YAML tags

2014-02-04 Thread Anders Kaseorg
** Bug watch added: Debian Bug tracker #737076 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737076 ** Also affects: libyaml (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737076 Importance: Unknown Status: Unknown -- You received this bug notification because y

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2010-01-04 Thread Anders Kaseorg
The new virtualbox-ose-dkms postinst passes an empty arch argument to common.postinst. Mario, is this what you are recommending, or are you planning to fix the hard-coded architecture map in some other way? -- Packages using DKMS should make use of /usr/lib/dkms/common.postinst https://bugs.laun

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2010-01-13 Thread Anders Kaseorg
** Description changed: Packages in Debian & Ubuntu that are using their own postinstall script should remove the logic from there and instead use /usr/lib/dkms/common.postinst . This script contains sufficient logic to figure out the correct kernels to build for and accounts for allowing

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2010-02-01 Thread Anders Kaseorg
I noticed while putting together an updated package for bcmwl that the template postinst does exit $? after running common.postinst, which skips the rest of the package postinst including any autogenerated #DEBHELPER# scripts. Mario, can I get you to review this patch, which fixes that and does so

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2010-02-04 Thread Anders Kaseorg
** Changed in: dkms (Ubuntu) Status: Fix Released => New -- Packages using DKMS should make use of /usr/lib/dkms/common.postinst https://bugs.launchpad.net/bugs/497149 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in ubuntu.

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2010-02-14 Thread Anders Kaseorg
Alberto, you failed to note the patch I posted above here (dkms- template-postinst-cleanup.patch), as well as the source package I posted to bug 432780, and so your new bcmwl package completely skips creating the blacklist file: case "$1" in configure) # Build the kernel module

[Bug 533090] [NEW] package qemu-kvm 0.12.3-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-03-05 Thread Anders Kaseorg
Public bug reported: Binary package hint: qemu-kvm Setting up qemu-kvm (0.12.3-0ubuntu6) ... rmdir: failed to remove `/etc/kvm/utils': No such file or directory rmdir: failed to remove `/etc/kvm': No such file or directory dpkg: error processing qemu-kvm (--configure): subprocess installed post-

[Bug 533090] Re: package qemu-kvm 0.12.3-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-03-05 Thread Anders Kaseorg
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/40308526/AptOrdering.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/40308527/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/40308528/CurrentDmesg.txt ** Att

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2010-04-04 Thread Anders Kaseorg
openafs in Debian is using dh_dkms now, so this will be fixed in the next sync. ** Changed in: openafs (Ubuntu) Status: New => Fix Committed -- Packages using DKMS should make use of /usr/lib/dkms/common.postinst https://bugs.launchpad.net/bugs/497149 You received this bug notification be

[Bug 562261] Re: Sync krb5 1.8.1+dfsg-2 (main) from Debian unstable (main)

2010-04-13 Thread Anders Kaseorg
The init_creds_step API in question was introduced between 1.7.x and 1.8-alpha1 (so, during the Lucid development cycle): http://git.debian.org/?p=pkg-k5-afs/debian-krb5.git;a=commitdiff;h=64d0958 and fixed between 1.8.1-beta1 and 1.8.1-beta2: http://git.debian.org/?p=pkg-k5-afs/debian-krb5.gi

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-05-29 Thread Anders Kaseorg
** Changed in: perlftlib (Ubuntu) Status: New => Invalid ** Changed in: net-snmp (Ubuntu) Status: New => Fix Released ** Also affects: camelbones (Ubuntu) Importance: Undecided Status: New ** Also affects: courier (Ubuntu) Importance: Undecided Status: New ** A

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-01 Thread Anders Kaseorg
** Changed in: libppi-xs-perl (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-server

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-03 Thread Anders Kaseorg
** Changed in: abiword (Ubuntu) Status: New => Fix Released ** Changed in: freeradius (Ubuntu) Status: New => Fix Released ** Changed in: kolab-cyrus-imapd (Ubuntu) Status: New => Fix Released ** Changed in: libdbd-pg-perl (Ubuntu) Status: New => Fix Released ** Chan

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-04 Thread Anders Kaseorg
** Changed in: elinks (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-server-bugs ma

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-06 Thread Anders Kaseorg
** Changed in: libembperl-perl (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-serve

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-13 Thread Anders Kaseorg
** Changed in: exim4 (Ubuntu) Status: New => Fix Released ** Changed in: camelbones (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Server Team, wh

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-20 Thread Anders Kaseorg
** Changed in: rrdtool (Ubuntu) Status: New => Fix Released ** Changed in: spread (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Server Team, whic

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-22 Thread Anders Kaseorg
** Changed in: graphviz (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-server-bugs

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-23 Thread Anders Kaseorg
** Changed in: cyrus-imapd-2.2 (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-serve

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-25 Thread Anders Kaseorg
** Changed in: subversion (Ubuntu) Status: New => Fix Released ** Changed in: redland-bindings (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Serv

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-07-03 Thread Anders Kaseorg
** Changed in: gnumeric (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-server-bugs

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
** Also affects: owl (Ubuntu) Importance: Undecided Status: New ** Also affects: barnowl (Ubuntu) Importance: Undecided Status: New ** Also affects: nagios-plugins (Ubuntu) Importance: Undecided Status: New ** Also affects: xmcd (Ubuntu) Importance: Undecided

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
** Also affects: ctn (Ubuntu) Importance: Undecided Status: New ** Also affects: hypermail (Ubuntu) Importance: Undecided Status: New ** Also affects: asterisk (Ubuntu) Importance: Undecided Status: New ** Also affects: atomicparsley (Ubuntu) Importance: Undecide

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
I’m about 8% of the way through my list, and it looks like there might indeed be a _lot_ of affected Ubuntu packages. I’ll stop filing bugs for now and see what happens with these ones. ** Also affects: billard-gl (Ubuntu) Importance: Undecided Status: New ** Also affects: binutils (Ub

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
** Also affects: 4g8 (Ubuntu) Importance: Undecided Status: New ** Description changed: Binary package hint: gcc-4.3 In Hardy and previous releases, one could use statements such as sprintf(buf, "%s %s%d", buf, foo, bar); to append formatted text to a buffer buf. Intrepid’

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
>> pcregrep -M 'sprintf\s*\(\s*([^,]*)\s*,\s*"%s[^"]*"\s*,\s*\1\s*,' > > the regexp doesn't search for snprintf, and doesn't look for functions > spanning more than one line. It does with pcregrep -M. For example, $ pcregrep -M 'sprintf\s*\(\s*([^,]*)\s*,\s*"%s[^"]*"\s*,\s*\1\s*,' \ linux-2.6

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-07 Thread Anders Kaseorg
For snprintf, use pcregrep -M 'snprintf\s*\(\s*([^,]*)\s*,[^,]*,\s*"%s[^"]*"\s*,\s*\1\s*,' "$@" -- Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch https://bugs.launchpad.net/bugs/305901 You received this bug notification because you are a member of Ubuntu Se

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-22 Thread Anders Kaseorg
Kees, some quick questions about your search: • There are no instances of snprintf in your results. I could believe that there aren’t any, because this use of snprintf has been broken for longer than this use of sprintf, but I just wanted to confirm this. • Does your search include DBS style tar

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-22 Thread Anders Kaseorg
Oops, and I would use the right bug URL, of course. ** Attachment added: "instructions file for proposed massfile, v2" http://launchpadlibrarian.net/20680112/instructions ** Attachment removed: "instructions file for proposed massfile" http://launchpadlibrarian.net/20680039/instructions -

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2009-01-28 Thread Anders Kaseorg
I can confirm that the intrepid-proposed libc6 fixes both my test program and the Intrepid barnowl package. -- Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch https://bugs.launchpad.net/bugs/305901 You received this bug notification because you are a member o

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2009-03-26 Thread Anders Kaseorg
** Changed in: ggz-grubby (Ubuntu) Status: New => Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-server-bug

[Bug 371765] Re: Please merge krb5 1.7dfsg~beta1-3 (main) from Debian unstable (main)

2009-05-05 Thread Anders Kaseorg
Mathias, as Evan pointed out in the original description, it is critical to pick up the major changes in Debian releases 1.6.dfsg.4~beta1-7 and -8 (dropping krb4) early in the Ubuntu release cycle. More important than even the 1.7 merge—which is likely to take significantly more time and effort, b

[Bug 371765] Re: Please merge krb5 1.7dfsg~beta1-3 (main) from Debian unstable (main)

2009-05-06 Thread Anders Kaseorg
It may still be better to upload 1.6.dfsg.4~beta1-13 or -13ubuntu1 before moving ahead with 1.7, even if we’re dropping likewise-open for now. All krb5 rdeps in Ubuntu currently depend on libkrb53. 1.6.dfsg.4~beta1-7 and -8 turn libkrb53 into a transitional package that depends on the new names fo

[Bug 317564] Re: Upgrade to Subversion 1.6.x for Karmic

2009-05-31 Thread Anders Kaseorg
, as well as backports to Jaunty, Intrepid, and Hardy, in my PPA: https://launchpad.net/~anders-kaseorg/+archive/subversion-1.6 ** Attachment added: "subversion_1.6.1dfsg-1ubuntu1.debdiff" http://launchpadlibrarian.net/27347958/subversion_1.6.1dfsg-1ubuntu1.debdiff ** Changed in:

[Bug 317564] Re: Upgrade to Subversion 1.6.x for Karmic

2009-05-31 Thread Anders Kaseorg
Just as a note, I’ve filed these two bugs with Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531366 Upgrade to Subversion 1.6.2 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531369 subversion 1.6.1dfsg-1 fails to build with DEB_OPT_PARALLEL ** Bug watch added: Debian Bug tracker #5

[Bug 317564] Re: Upgrade to Subversion 1.6.x for Karmic

2009-05-31 Thread Anders Kaseorg
I asked the Debian maintainer in http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=531366 why 1.6.x hasn’t moved out of Debian experimental yet, and got a detailed response. The three issues he mentioned look relatively minor, and the second isn’t an issue for Ubuntu (we already disable serf becau

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2009-08-23 Thread Anders Kaseorg
libb-size-perl was deleted in Jaunty, so this monstrous bug can be closed now. ** Changed in: libb-size-perl (Ubuntu) Status: Confirmed => Invalid -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug notification because you are a member of Ubu

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2009-12-15 Thread Anders Kaseorg
** Also affects: openafs (Ubuntu) Importance: Undecided Status: New -- Packages using DKMS should make use of /usr/lib/dkms/common.postinst https://bugs.launchpad.net/bugs/497149 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dr

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2009-12-15 Thread Anders Kaseorg
What’s wrong with ‘uname -m’? (Is this somehow related to allowing builds on a buildd?) But in any event, why can’t /usr/lib/dkms/common.postinst do the architecture detection itself? There’s no reason the module package itself should have to care about that detail. -- Packages using DKMS shou

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2009-12-15 Thread Anders Kaseorg
I assume his complaint is that you hard code a map {amd64 → x86_64, lpia → i686, i386 → i686} that is neither complete nor obviously correct, and if this map ever _does_ need to change, that will currently require shipping more updates to every package that uses dkms. It would be better to keep al

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2009-12-15 Thread Anders Kaseorg
Moshroum: thank you for your feedback, but please remember to follow the code of conduct to maintain a respectful atmosphere. Bug reports are handled by humans, the majority of whom are volunteers, so please bear this in mind. -- Packages using DKMS sho

[Bug 497149] Re: Packages using DKMS should make use of /usr/lib/dkms/common.postinst

2009-12-19 Thread Anders Kaseorg
** Also affects: dkms (Ubuntu) Importance: Undecided Status: New -- Packages using DKMS should make use of /usr/lib/dkms/common.postinst https://bugs.launchpad.net/bugs/497149 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-29 Thread Anders Kaseorg
Note that krb5 in utopic amd64 was compiled against gcc 4.9.0-10ubuntu2 (build log: https://launchpadlibrarian.net/179748030/buildlog_ubuntu- utopic-amd64.krb5_1.12.1%2Bdfsg-3ubuntu1_UPLOADING.txt.gz). So it looks like it might be wrong to believe that GCC 4.9 does not induce this problem. -- You

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-29 Thread Anders Kaseorg
Reproduced on current utopic amd64, with the same results, kadmin.local spinning at 100% CPU on a000762. ** Tags added: regression-release testcase trusty utopic -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ubuntu. https://b

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-29 Thread Anders Kaseorg
However, the problem seems to go away after locally recompiling krb5 1.12.1+dfsg-3ubuntu1 with gcc-4.9 4.9.1-3ubuntu2. (This could still indicate any number of things, though.) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ub

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-29 Thread Anders Kaseorg
Sorry, I read the build log incorrectly in comment #3. krb5 in utopic amd64 was actually compiled against gcc-4.8 4.8.3-4ubuntu2. So the belief may still be valid. (I was misled because the metapackage gcc 4:4.9.0-3ubuntu5 actually installed a symlink to gcc-4.8, despite the version number.) --

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Anders Kaseorg
I’ve written a test case that clearly demonstrates the GCC 4.8 bug responsible for the kadmin.local failure: $ gcc-4.8 -Wall -O2 bug.c -o bug $ ./bug $ echo $? 1 $ gcc-4.9 -Wall -O2 bug.c -o bug $ ./bug $ echo $? 0 A git bisection of the GCC source shows that this bug disappeared in https://gcc.g

[Bug 1347147] Re: krb5 database propagation enters infinite loop

2014-07-30 Thread Anders Kaseorg
** Bug watch added: GCC Bugzilla #61964 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 ** Also affects: gcc via http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61964 Importance: Unknown Status: Unknown ** Bug watch added: krbdev.mit.edu/rt/ #7860 http://krbdev.mit.edu/rt/Ticket/

[Bug 1347147] Re: krb5 database operations enter infinite loop

2014-08-01 Thread Anders Kaseorg
** Also affects: gcc-4.9 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1347147 Title: krb5 database operations enter infinite loop

[Bug 1347147] Re: krb5 database operations enter infinite loop

2014-08-01 Thread Anders Kaseorg
Upstream says this bug still exists in GCC 4.9, even though Kerberos happens to be unaffected there. They have committed a patch to GCC trunk , GCC 4.9 and for GCC 4.8 . I verified that GCC 4.8 with r213405 fix

[Bug 1347147] Re: krb5 database operations enter infinite loop

2014-08-01 Thread Anders Kaseorg
gcc-4.8 (4.8.3-7ubuntu1) utopic; urgency=medium * Merge with Debian; remaining changes: - Build from the upstream source. -- Matthias Klose Fri, 01 Aug 2014 12:25:27 +0200 gcc-4.8 (4.8.3-7) unstable; urgency=medium * Update to SVN 20140801 (r213447) from the gcc-4_8-branch. - CVE

[Bug 1347147] Re: krb5 database operations enter infinite loop

2014-08-04 Thread Anders Kaseorg
I verified that this is fixed in utopic-proposed by krb5 1.12.1+dfsg-6. krb5 (1.12.1+dfsg-6) unstable; urgency=medium [ Benjamin Kaduk ] * Apply upstream's patch to switch to TAILQ macros instead of CIRCLEQ macros, to work around an issue with certain gcc versions. This is expected to

[Bug 1347147] Re: krb5 database operations enter infinite loop

2014-08-18 Thread Anders Kaseorg
A second patch was committed a few days ago for another case of the GCC bug (https://gcc.gnu.org/PR62004). trunk: https://gcc.gnu.org/r213970 4.9: https://gcc.gnu.org/r214044 4.8: https://gcc.gnu.org/r214067 -- You received this bug notification because you are a member of Ubuntu Server Team, wh

[Bug 1365163] Re: qemu-system-x86_64 crashed with SIGABRT in spice_logv()

2014-09-03 Thread Anders Kaseorg
Seems to be an apparmor problem, given this kernel message: [18863.831346] audit: type=1400 audit(1409779637.619:110): apparmor="DENIED" operation="mknod" profile="libvirt-a83f3934-2f03-4915 -80fd-67130bcf234b" name="/dev/shm/spice.31266" pid=31266 comm="qemu- system-x86" requested_mask="c" denied

[Bug 1365163] Re: apparmor breaks virt-manager creation [qemu-system-x86_64 crashed with SIGABRT in spice_logv()]

2014-09-03 Thread Anders Kaseorg
** Summary changed: - qemu-system-x86_64 crashed with SIGABRT in spice_logv() + apparmor breaks virt-manager creation [qemu-system-x86_64 crashed with SIGABRT in spice_logv()] -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ub

[Bug 1365163] Re: apparmor breaks virt-manager creation [qemu-system-x86_64 crashed with SIGABRT in spice_logv()]

2014-09-04 Thread Anders Kaseorg
Aha, that must be it: when booting with init=/lib/systemd/systemd, /run/shm is a symlink to /dev/shm, not the other way around. ** Changed in: qemu (Ubuntu) Status: Incomplete => New ** Tags added: systemd-boot -- You received this bug notification because you are a member of Ubuntu Serv

[Bug 1347147] Re: krb5 database operations enter infinite loop

2014-10-01 Thread Anders Kaseorg
It’s currently sitting in Unapproved: https://launchpad.net/ubuntu/trusty/+queue?queue_state=1&queue_text=krb5 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1347147 Title: krb5 datab