[Bug 1488453] [NEW] package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: underprocessen installerade post-installation-skript gav felkod 1

2015-08-25 Thread Anders Widell
Public bug reported: This happened when I did "apt-get install libopenhpi-dev" ProblemType: Package DistroRelease: Ubuntu 15.04 Package: openhpid 2.14.1-1.3ubuntu2 ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4 Uname: Linux 3.19.0-26-generic x86_64 NonfreeKernelModules: nvidia Appo

[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 1397605] Re: package squid3 3.3.8-1ubuntu6.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-12-26 Thread Anders Henke
During upgrade, a message like ---cut Setting up squid3 (3.3.8-1ubuntu6.2) ... Creating Squid HTTP proxy 3.x spool directory structure 2014/12/26 14:47:48| aclParseAclLine: ACL 'manager' already exists with different type. FATAL: Bungled /etc/squid3/squid.conf line 682: acl manager proto cache_ob

[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

[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 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: 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 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 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-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-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
** 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 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 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-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-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
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
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 282249] Re: [redhat-cluster-suite] scsi_reserve is missing in the cman package

2014-06-29 Thread Anders Christensen
** Changed in: cman (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to redhat-cluster in Ubuntu. https://bugs.launchpad.net/bugs/282249 Title: [redhat-cluster-suite] scsi_reserve is missing in th

[Bug 828366] Re: Caps lock state of VM (Windows XP using KVM) gets reversed in 10.10

2014-06-29 Thread Anders Christensen
** Changed in: virt-viewer (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/828366 Title: Caps lock state of VM (Windows XP using KVM) gets r

[Bug 1309430] Re: openstack role add RHEL error

2014-06-29 Thread Anders Christensen
** Changed in: keystone (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to keystone in Ubuntu. https://bugs.launchpad.net/bugs/1309430 Title: openstack role add RHEL error To manage notification

[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 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 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 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 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 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 1278466] Re: [FFe] ceph firefly 0.78.1 stable release

2014-03-13 Thread Anders
** Changed in: ceph (Ubuntu Trusty) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ceph in Ubuntu. https://bugs.launchpad.net/bugs/1278466 Title: [FFe] ceph firefly 0.78.1 stable release To manage no

[Bug 346824] Re: mount.crypt crashed with SIGSEGV in HXmc_dup()

2014-03-13 Thread Anders
** Changed in: libpam-mount (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libpam-mount in Ubuntu. https://bugs.launchpad.net/bugs/346824 Title: mount.crypt crashed with SIGSEGV in HXmc_dup()

[Bug 662813] Re: libpam-mount doesn't pass options to mount.fuse correctly

2014-03-13 Thread Anders
** Changed in: libpam-mount (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libpam-mount in Ubuntu. https://bugs.launchpad.net/bugs/662813 Title: libpam-mount doesn't pass options to mount.fus

[Bug 670865] Re: pam_mount not honoring options from user config file

2014-03-13 Thread Anders
** Changed in: libpam-mount (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libpam-mount in Ubuntu. https://bugs.launchpad.net/bugs/670865 Title: pam_mount not honoring options from user confi

[Bug 1290819] Re: Update the 7.x trunk for 12.04LTS

2014-03-13 Thread Anders
** Changed in: tomcat7 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tomcat7 in Ubuntu. https://bugs.launchpad.net/bugs/1290819 Title: Update the 7.x trunk for 12.04LTS To manage notificati

[Bug 1290848] Re: maas-enlist reports success when in fact it fails the enlistment process

2014-03-13 Thread Anders
** Changed in: maas-enlist (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas-enlist in Ubuntu. https://bugs.launchpad.net/bugs/1290848 Title: maas-enlist reports success when in fact it fai

[Bug 1291696] Re: sshd does not pass DISPLAY even if adviced to forward X11 connections

2014-03-13 Thread Anders
** Changed in: openssh (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1291696 Title: sshd does not pass DISPLAY even if adviced to forward X

[Bug 1291641] Re: iscsitarget-dkms 1.4.20.3+svn496-1ubuntu1: iscsitarget kernel module failed to build

2014-03-13 Thread Anders
** Changed in: iscsitarget (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iscsitarget in Ubuntu. https://bugs.launchpad.net/bugs/1291641 Title: iscsitarget-dkms 1.4.20.3+svn496-1ubuntu1: iscs

[Bug 1281881] Re: [FFe] Standing FFe for 14.04 features

2014-03-13 Thread Anders
** Changed in: maas (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1281881 Title: [FFe] Standing FFe for 14.04 features To manage notification

[Bug 1081660] Re: If maas-enlist fails to reach a DNS server, the node will be named "; ; connection timed out; no servers could be reached"

2014-03-13 Thread Anders
** Changed in: maas-enlist (Ubuntu) Status: Triaged => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas-enlist in Ubuntu. https://bugs.launchpad.net/bugs/1081660 Title: If maas-enlist fails to reach a DNS server,

[Bug 1214172] Re: juju/MAAS Tag constraints do not work in Precise

2014-03-13 Thread Anders
** Changed in: maas (Ubuntu) Status: New => Incomplete ** Changed in: maas (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1214172

[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 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 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 592442] Re: fopen fails on some SSL urls

2012-04-15 Thread Anders Østhus
Seems like this issue is tracked in #965371 for Precise. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/592442 Title: fopen fails on some SSL urls To manage notifications about this b

[Bug 592442] Re: fopen fails on some SSL urls

2012-04-15 Thread Anders Østhus
I'm seeing this issue on 12.04 as well. Just for completeness I've tested with the same script on the latest 10.04, 10.10, 11.04, 11.10 and 12.04. The script I'm using is: https://graph.facebook.com/19292868552";; $fp = fopen($ufurl, 'r'); $data = fread($fp, 1); var_dump($data); ?> Results:

[Bug 763467] Re: SIOCGMIIREG errors on e1000e interface

2011-08-08 Thread Anders Bruun Olsen
This problem also affects servers in my farm. >From syslog: Aug 8 11:08:22 webcache1 Keepalived_vrrp: SIOCGMIIREG on eth1 failed: Input/output error Aug 8 11:08:22 webcache1 Keepalived_vrrp: last message repeated 21 times Aug 8 11:08:22 webcache1 Keepalived_healthcheckers: SIOCGMIIREG on eth1

[Bug 670250] Re: upgrade to latest stable version 2.0.6

2011-05-27 Thread Anders Lind
It would be great with a Dovecot2 package like the one Holger Mauermann made. Thomasz Sterna also made some Dovecot 2 packages for Lucid LTS including the antispam plug-in: http://tomasz.sterna.tv/2010/11/dovecot-2-0-6-for- ubuntu-lucid/ . Thomasz Sternas packages are also referenced to at the bot

[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 559745] We are proud to bring you

2011-05-02 Thread Anders Wallenquist
We are proud to bring you the qualitative diplomas: Bachelor�s, Master�s and Doctorate (PHD). Why people are now considering moving to the land of opportunity? � to become financially successful � to become professionally experienced � to be a prosperous person Everything you can get easier, fas

[Bug 650721] Re: dnssec-keygen hangs

2010-11-02 Thread Anders Stenberg
to provide a better securitylevel. But in practice, I have not seen any evidence of it's true. Good luck / Anders. -- dnssec-keygen hangs https://bugs.launchpad.net/bugs/650721 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bin

[Bug 618715] Re: ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-08-17 Thread Anders Bruun Olsen
The file was copied by the user abo, so yes. -- ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem https://bugs.launchpad.net/bugs/618715 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubu

[Bug 618715] Re: ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-08-17 Thread Anders Bruun Olsen
p:~$ ldapsearch -x -D "cn=admin,dc=dsl,dc=dk" -Z -W uid=abo cn Enter LDAP Password: # extended LDIF # # LDAPv3 # base (default) with scope subtree # filter: uid=abo # requesting: cn # # abo, people, dsl.dk dn: uid=abo,ou=people,dc=dsl,dc=dk cn: Anders Bruun Olsen # search result se

[Bug 618715] Re: ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-08-16 Thread Anders Bruun Olsen
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/618715/+attachment/1493447/+files/Dependencies.txt -- ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem https://bugs.launchpad.net/bugs/618715 You received this bug notification bec

[Bug 618715] [NEW] ldapsearch ignores TLS_CACERT from /etc/ldap/ldap.conf but gladly reads ~/.ldapcert.pem

2010-08-16 Thread Anders Bruun Olsen
Public bug reported: Binary package hint: ldap-utils I have setup an OpenLDAP server with TLS support using the guide at https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html. When I tried to do an ldapsearch over ldaps:// or using start-tls (-Z) it would refuse and give the error mess

[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 609092] Re: libpam-smbpass syncs unix passwords when "unix password sync" is off

2010-07-28 Thread Anders Aagaard
Looking into this more, without "client lanman auth = yes" samba will use ntlm by default. That's still not a hash comparable to sha512. So my argument stands. NTLM is described here : http://en.wikipedia.org/wiki/NTLM -- libpam-smbpass syncs unix passwords when "unix password sync" is off https

[Bug 609092] Re: libpam-smbpass syncs unix passwords when "unix password sync" is off

2010-07-28 Thread Anders Aagaard
Yes, it's installed when you install samba, I should have specified I meant "by default when installing samba", sorry about that. I've looked around for a good while now trying to find out what hashes and encryption samba uses on it's files. I assumed it would have to use whatever hash the proto

[Bug 609092] [NEW] libpam-smbpass syncs unix passwords when "unix password sync" is off

2010-07-23 Thread Anders Aagaard
Public bug reported: Binary package hint: samba Samba defaults to "unix password sync" off, but this package is installed by default, and ignores that setting and sync's on it's own initiative. I see NO reason why this should be installed by default. Instead there could be a comment in the defaul

[Bug 597122] [NEW] Xinetd on Ubuntu 10.04 LTS Server does not come with IPv6 support enabled

2010-06-22 Thread Anders Kringstad
Public bug reported: Binary package hint: xinetd The package for xinetd on Ubuntu 10.04 LTS Server does not come with IPv6 enabled in the compile options, thus resulting in a package without proper IPv6 support. It is possible to fix this by adding a single line to the CFLAGS in the debian/rule

[Bug 469419] Re: KVM machines became corrupted after reboot (i386 only)

2010-05-25 Thread Anders Olsson
Actually I remember the disk being full so the host did not boot correctly until I made some space available. This is the most likely reason for the corruption of the guest, though it shouldn't happen anyway. -- KVM machines became corrupted after reboot (i386 only) https://bugs.launchpad.net/bug

[Bug 469419] Re: KVM machines became corrupted after reboot (i386 only)

2010-05-24 Thread Anders Olsson
I have also encountered what seems to be data corruption with a karmic i386 kvm host after rebooting (actually I stopped the guest, rebooted the host and now I can't start the guest again). I get a kernel panic because of a bad ELF header. The guest is also karmic i386. It has worked fine for a whi

[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 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 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 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 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 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-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-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-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

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 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-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
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
** 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 295520] Re: dhcp3-server vlan support seems to be broken

2009-11-17 Thread Anders Kringstad
I can confirm this bug with Ubuntu Hardy Heron 8.04.3 LTS and kernel 2.6.24-24-generic. ISC dhcp3-server version: 3.0.6.dfsg-1ubuntu9.1. I will try to upgrade to 9.10 to see if this helps resolve the problems. -- dhcp3-server vlan support seems to be broken https://bugs.launchpad.net/bugs/295520

[Bug 257153] Re: "TLS: peer cert untrusted or revoked (0x82)" error in Hardy's version of ldap-utils

2009-10-26 Thread Anders Lund
Sorry about no response. Since I reported problem on this issue I've upgraded my machine to Karmic. A new test now seems to give expected result, so in my case this seems to be resolved. My CA certificate was indeed a x509 v1 cert, so I guess you're correct when pointing to bug 305264. -- "TLS:

[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 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 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
, 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 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 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 216358] Re: Samba crashes repeatedly to assert_uid

2009-03-27 Thread Anders Paulsen
I haven't reverted to plain samba, but I get output that has the line you mention in the logfile concerning my desktop computer (log.eos). I've attached the log. ** Attachment added: "Samba logfile" http://launchpadlibrarian.net/24397337/log.eos -- Samba crashes repeatedly to assert_uid https

[Bug 216358] Re: Samba crashes repeatedly to assert_uid

2009-03-26 Thread Anders Paulsen
a file in the root directory of the share (in this case ad3.odt). #13 0x080ab18d in is_visible_file (conn=0x85602b8, dir_path=0x8503d30 "./", name=0x8579efb "ad39a.odt", pst=0xbf804974, use_veto=1) at smbd/dir.c:897 Is there any more information you need from me, or anything e

[Bug 216358] Re: Samba crashes repeatedly to assert_uid

2009-03-26 Thread anders
#22 0x0835ec68 in main (argc=-1212455687, argv=0xbf807814) at smbd/server.c:1120 ~$ dpkg -l | grep samba ii samba 3.0.28a-1ubuntu4.9~ppa1 ii samba-common 3.0.28a-1ubuntu4.9~ppa1 ii samba-dbg 3.0.28a-1ubuntu4.9~p

[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 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 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

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 257153] Re: "TLS: peer cert untrusted or revoked (0x82)" error in Hardy's version of ldap-utils

2008-12-22 Thread Anders Lund
As Karl mentions, this seems to be a problem in Intrepid as well, but I think it worked some time ago. Some changes last month that should affect this? What I've done to test this: * my /etc/ldap/ldap.conf has: TLS_REQCERT demand TLS_CACERT /etc/ldap/certs.txt * if I try using ldapsearch (-d 253

[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-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
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: 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
** 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
** 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 221737] Re: upsd doesn't start on system startup

2008-11-29 Thread Anders Häggström
I am still interested in a more logical standard installation, according to the proposals I have mentioned before, but I do not have the time or knowledge to implement a patch for the startup script. I am running ubuntu 8.04.1 (amd64) and nut version 2.2.1-2.1ubuntu7.1. -- upsd doesn't start on

[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 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-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-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

  1   2   >