[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 go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1466992/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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=1queue_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 database operations enter infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1365163

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1365163/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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_mask=c fsuid=123 ouid=123

Booting with apparmor=0 fixes it.

** 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 qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1365163

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1365163/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Ubuntu.
https://bugs.launchpad.net/bugs/1365163

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1365163/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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, which is subscribed to krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/1347147

Title:
  krb5 database operations enter infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
resolve Ubuntu bug (LP: #1347147).

  [ Sam Hartman ]
  * Include a quick and dirty patch so we build cleanly with -O3 fixing
incorrect may be uninitialized warnings.

 -- Benjamin Kaduk ka...@mit.edu  Tue, 29 Jul 2014 17:05:37 -0400

krb5 (1.12.1+dfsg-5) unstable; urgency=high

  * Apply upstream patches for CVE-2014-4343, CVE-2014-4344, Closes: #755520,
Closes: #755521

 -- Benjamin Kaduk ka...@mit.edu  Mon, 21 Jul 2014 17:27:10 -0400

krb5 (1.12.1+dfsg-4) unstable; urgency=high

  * Apply upstream patch for CVE-2014-4341, CVE-2014-4342, Closes: #753624,
Closes: #753625

 -- Benjamin Kaduk ka...@mit.edu  Fri, 11 Jul 2014 13:43:19 -0400


** CVE added: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2014-4341

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4342

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4343

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4344

** Changed in: krb5 (Ubuntu)
   Status: Triaged = Fix Committed

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
https://gcc.gnu.org/r213375, GCC 4.9 https://gcc.gnu.org/r213404 and
for GCC 4.8 https://gcc.gnu.org/r213405.

I verified that GCC 4.8 with r213405 fixes the kadmin.local test.

** No longer affects: gcc-4.9 (Ubuntu Trusty)

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 d...@ubuntu.com  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-2014-5044, fix integer overflows in array allocation in libgfortran.
  Closes: #756325.
- Fix PR tree-optimization/61964. LP: #1347147.
  * Fix java.security symlink. Addresses: #756484.

 -- Matthias Klose d...@debian.org  Fri, 01 Aug 2014 12:07:59 +0200

I verified that compiling with gcc-4.8 4.8.3-7ubuntu1 in utopic-proposed
fixes the problem.

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-5044

** Changed in: gcc-4.8 (Ubuntu)
   Status: Confirmed = Fix Committed

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.gnu.org/r202525. However, I don’t understand why; the fact
that r202525 was intended to fix a “missed-optimization” bug
(https://gcc.gnu.org/PR58404) is a little bit terrifying.

** Also affects: gcc-4.8 (Ubuntu)
   Importance: Undecided
   Status: New

** Attachment added: Reduced test case for GCC 4.8 bug
   
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1347147/+attachment/4165776/+files/bug.c

-- 
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 propagation enters infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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/Display.html?id=7860

** Also affects: kerberos via
   http://krbdev.mit.edu/rt/Ticket/Display.html?id=7860
   Importance: Unknown
   Status: Unknown

-- 
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 propagation enters infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 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 propagation enters infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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://bugs.launchpad.net/bugs/1347147

Title:
  krb5 database propagation enters infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Ubuntu.
https://bugs.launchpad.net/bugs/1347147

Title:
  krb5 database propagation enters infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

-- 
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 propagation enters infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1347147/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 initscript, /etc/init.d/cgroup-lite not found.
dpkg: warning: subprocess old pre-removal script returned error exit status 100
dpkg: trying script from the new package instead ...
initctl: Unable to connect to Upstart: Failed to connect to socket 
/com/ubuntu/upstart: Connection refused
invoke-rc.d: unknown initscript, /etc/init.d/cgroup-lite not found.
dpkg: error processing archive /var/cache/apt/archives/cgroup-lite_1.10_all.deb 
(--unpack):
 subprocess new pre-removal script returned error exit status 100
initctl: Unable to connect to Upstart: Failed to connect to socket 
/com/ubuntu/upstart: Connection refused
invoke-rc.d: unknown initscript, /etc/init.d/cgroup-lite not found.
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
 /var/cache/apt/archives/cgroup-lite_1.10_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: cgroup-lite 1.9
Uname: Linux 3.15.0-031500rc4-generic x86_64
NonfreeKernelModules: openafs
ApportVersion: 2.14.2-0ubuntu2
Architecture: amd64
Date: Mon May 12 06:53:49 2014
DuplicateSignature: package:cgroup-lite:1.9:subprocess new pre-removal script 
returned error exit status 100
EcryptfsInUse: Yes
ErrorMessage: subprocess new pre-removal script returned error exit status 100
InstallationDate: Installed on 2010-12-05 (1254 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20101202)
PackageArchitecture: all
SourcePackage: cgroup-lite
Title: package cgroup-lite 1.9 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 100
UpgradeStatus: Upgraded to utopic on 2013-10-31 (193 days ago)

** Affects: cgroup-lite (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check systemd-boot utopic

** This bug has been marked a duplicate of bug 1312975
   cgroup-lite can not be installed with systemd

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cgroup-lite in Ubuntu.
https://bugs.launchpad.net/bugs/1318605

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgroup-lite/+bug/1318605/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.
dpkg: warning: subprocess old pre-removal script returned error exit status 5
dpkg: trying script from the new package instead ...
Failed to issue method call: Unit cgroup-lite.service not loaded.
invoke-rc.d: initscript cgroup-lite, action stop failed.
dpkg: error processing archive /var/cache/apt/archives/cgroup-lite_1.10_all.deb 
(--unpack):
 subprocess new pre-removal script returned error exit status 5
Failed to issue method call: Unit cgroup-lite.service failed to load: No such 
file or directory. See system logs and 'systemctl status cgroup-lite.service' 
for details.
invoke-rc.d: initscript cgroup-lite, action start failed.
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 6
Errors were encountered while processing:
 /var/cache/apt/archives/cgroup-lite_1.10_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: error processing package cgroup-lite (--configure):
 package is in a very bad inconsistent state; you should
 reinstall it before attempting configuration
Errors were encountered while processing:
 cgroup-lite

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cgroup-lite in Ubuntu.
https://bugs.launchpad.net/bugs/1312975

Title:
  cgroup-lite can not be installed with systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgroup-lite/+bug/1312975/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cgroup-lite in Ubuntu.
https://bugs.launchpad.net/bugs/1312975

Title:
  cgroup-lite can not be installed with systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgroup-lite/+bug/1312975/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 script returned error exit status 100
dpkg: trying script from the new package instead ...
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: error processing archive 
/var/cache/apt/archives/cgmanager_0.25-0ubuntu1_amd64.deb (--unpack):
 subprocess new pre-removal script returned error exit status 100
initctl: Unable to connect to Upstart: Failed to connect to socket 
/com/ubuntu/upstart: Connection refused
invoke-rc.d: unknown initscript, /etc/init.d/cgmanager not found.
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 100

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: cgmanager 0.24-0ubuntu5
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: openafs
ApportVersion: 2.14.2-0ubuntu1
Architecture: amd64
Date: Wed Apr 30 16:30:13 2014
DuplicateSignature: package:cgmanager:0.24-0ubuntu5:subprocess new pre-removal 
script returned error exit status 100
EcryptfsInUse: Yes
ErrorMessage: subprocess new pre-removal script returned error exit status 100
InstallationDate: Installed on 2010-12-05 (1242 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20101202)
SourcePackage: cgmanager
Title: package cgmanager 0.24-0ubuntu5 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 100
UpgradeStatus: Upgraded to utopic on 2013-10-31 (181 days ago)

** Affects: cgmanager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package systemd-boot utopic

** Summary changed:

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cgmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1314796

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1314796/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.launchpad.net/bugs/1304167

Title:
  syntax error, trusty beta-2 cloud image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1304167/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1304167

Title:
  syntax error, trusty beta-2 cloud image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1304167/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 you are a member of Ubuntu
Server Team, which is subscribed to libyaml in Ubuntu.
https://bugs.launchpad.net/bugs/1276156

Title:
   CVE-2013-6393 libyaml: heap-based buffer overflow when parsing YAML
  tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libyaml/+bug/1276156/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1274720/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 0x7fcfffc9c2dd in ??
#3 0x7fd0003ffcc1 in ??
#4 0x7fd000403d24 in ??
#5 0x7fd000405d79 in ??
#6 0x7fcfff5da6c8 in ??
#7 0x7fcfff399e9a in ??
#8 0x7fcfff0c74bd in ??
Aborted (core dumped)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/914469

Title:
  dig crashed with SIGABRT in isc_assertion_failed()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/914469/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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_compile+= -I../include: not found
eval: 1: base_compile+= -I.: not found
…

This was fixed in net-snmp 5.4.3~dfsg-2.1, so this should be fixable by
merging 5.4.3~dfsg-2.2 from Debian unstable.

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: libtool (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: net-snmp (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #617212
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617212

** Also affects: net-snmp (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617212
   Importance: Unknown
   Status: Unknown

** Bug watch added: Debian Bug tracker #621743
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621743

** Also affects: libtool (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621743
   Importance: Unknown
   Status: Unknown

** Description changed:

- net-snmp failed to rebuild on oneiric, because of a libtool bug:
+ 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_compile+= -I../include: not found
  eval: 1: base_compile+= -I.: not found
  …
  
  This was fixed in net-snmp 5.4.3~dfsg-2.1, so this should be fixable by
  merging 5.4.3~dfsg-2.2 from Debian unstable.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/780149

Title:
  net-snmp FTBFS on oneiric (eval: 1: base_compile+= gcc: not found)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 prompt is generated by pam_winbind, it doesn’t work even if you
type the right password.

-- 
Installing wine starts winbindd as a daemon
https://bugs.launchpad.net/bugs/302148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.git;a=commitdiff;h=d3674eb

It doesn’t look like any other packages need to get rebuilt; it’s a
change in semantics, not signatures.  (But yeah, we should get this
fixed before new users of the API start depending on the incompatible
semantics.)


** Changed in: krb5 (Ubuntu)
   Status: Incomplete = New

-- 
Sync krb5 1.8.1+dfsg-2 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/562261
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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-installation script returned error exit status 1

ProblemType: Package
Architecture: amd64
Date: Fri Mar  5 22:05:37 2010
DistroRelease: Ubuntu 10.04
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate amd64 
(20091020.3)
KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit code 1: 
UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
MachineType: LENOVO 0768AJU
NonfreeKernelModules: openafs wl nvidia
Package: qemu-kvm 0.12.3-0ubuntu6
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.33-020633-generic 
root=/dev/mapper/btree-ubuntu ro i8042.reset cgroup_disable=memory apparmor=0 
quiet splash
SourcePackage: qemu-kvm
Title: package qemu-kvm 0.12.3-0ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
Uname: Linux 2.6.33-020633-generic x86_64
dmi.bios.date: 06/04/07
dmi.bios.vendor: LENOVO
dmi.bios.version: 61ET37WW
dmi.board.name: CAPELL VALLEY(NAPA) CRB
dmi.board.vendor: LENOVO
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnLENOVO:bvr61ET37WW:bd06/04/07:svnLENOVO:pn0768AJU:pvr3000N100:rvnLENOVO:rnCAPELLVALLEY(NAPA)CRB:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:
dmi.product.name: 0768AJU
dmi.product.version: 3000 N100
dmi.sys.vendor: LENOVO

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

-- 
package qemu-kvm 0.12.3-0ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/533090
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/40308529/Dependencies.txt

** Attachment added: Df.txt
   http://launchpadlibrarian.net/40308530/Df.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/40308531/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/40308532/DpkgTerminalLog.gz

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/40308533/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/40308534/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/40308535/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/40308536/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/40308537/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/40308538/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/40308539/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/40308540/UdevLog.txt

-- 
package qemu-kvm 0.12.3-0ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/533090
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
/usr/lib/dkms/common.postinst $PACKAGE_NAME $CVERSION 
/usr/share/$PACKAGE_NAME $ARCH $2
exit $?

# Create a blacklist file
…

Can we please get this fixed in both dkms and bcmwl?

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
some additional cleanup of the template postinst?


** Patch added: dkms-template-postinst-cleanup.patch
   http://launchpadlibrarian.net/38646154/dkms-template-postinst-cleanup.patch

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
  builds on a buildd (if a package is ever included in a live media
  build).
  
  The following sample template is sufficient to use instead:
  
  http://linux.dell.com/git/?p=dkms.git;a=blob;f=template-dkms-
- mkdeb/debian/postinst;h=d856c08349812564602ff49335968f6763fc3af8;hb=HEAD
+ mkdeb/debian/postinst;hb=HEAD

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 drbd8 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 all that logic contained in the dkms package.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 http://www.ubuntu.com/community/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 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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-05-31 Thread Anders Kaseorg
Here is a debdiff against subversion 1.6.1dfsg-1 from Debian
experimental with the relevant Ubuntu changes merged in.  (I also had to
disable DEB_OPT_PARALLEL to work around what appears to be an upstream
Makefile bug.)  It should be suitable for upload to Karmic.

I have built this Karmic package, 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: subversion (Ubuntu)
   Status: New = Confirmed

** Changed in: subversion (Ubuntu)
 Assignee: (unassigned) = Anders Kaseorg (anders-kaseorg)

-- 
Upgrade to Subversion 1.6.x for Karmic
https://bugs.launchpad.net/bugs/317564
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 #531366
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531366

** Bug watch added: Debian Bug tracker #531369
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531369

-- 
Upgrade to Subversion 1.6.x for Karmic
https://bugs.launchpad.net/bugs/317564
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 because it’s in universe), but we should
be aware of them and of the fact that 1.6.x in experimental might not
get updates as frequently as 1.5.x in unstable would.

I think we should still get 1.6.x into Karmic; there is plenty of time
to work out any remaining issues.  But if we want to stay with 1.5.x for
now, we should at least merge 1.5.6 from testing/unstable (debdiff in
bug 382002).

-- 
Upgrade to Subversion 1.6.x for Karmic
https://bugs.launchpad.net/bugs/317564
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 for the krb5 libraries (libkrb5-3,
libk5crypto3, etc.).  1.7 drops the libkrb53 transitional package.  So
if we were to upload krb5 1.7 immediately, we would break all those
rdeps until they are rebuilt (as mentioned in the changelog for
1.7dfsg~beta1-2).

If we instead upload 1.6.dfsg.4~beta1-13 or -13ubuntu1, and rebuild all
the krb5 rdeps against that, we will then be able to sync or merge 1.7
without breaking anything.

-- 
Please merge krb5 1.7dfsg~beta1-3 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/371765
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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, but will not have as much of a major impact on all Kerberos-
using packages.  I think we should go ahead with this
1.6.dfsg.4~beta1-13ubuntu1 upload before trying to merge 1.7.

-- 
Please merge krb5 1.7dfsg~beta1-3 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/371765
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 tarball-inside-a-tarball packages?

Matthias, shall I go ahead and use massfile to create 231 bugs for this
issue?  I have attached a proposed massfile template, and tested it by
filing bug #310800 against barnowl.  I noticed though that massfile
didn’t successfully add the sprintf-append tag as I was expecting; I’m
not sure why.

** Attachment added: instructions file for proposed massfile
   http://launchpadlibrarian.net/20680039/instructions

-- 
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
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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

-- 
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
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/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
   Status: New

** Also affects: mpeg4ip (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/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: 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: Undecided
   Status: New

** Also affects: audacious-plugins (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/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
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 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: blender (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/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: 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’s gcc-4.3, which has 
fortify source turned on by default when compiling with -O2, breaks this 
pattern.  This introduced mysterious bugs into an application I was compiling 
(the BarnOwl IM client).
  
  Test case: gcc -O2 sprintf-test.c -o sprintf-test
  http://web.mit.edu/andersk/Public/sprintf-test.c:
#include stdio.h
char buf[80] = not ;
int main()
{
sprintf(buf, %sfail, buf);
puts(buf);
return 0;
}
  This outputs not fail in Hardy, and fail in Intrepid.
  
  The assembly output shows that the bug has been introduced by replacing
  the sprintf(buf, %sfail, buf) call with __sprintf_chk(buf, 1, 80,
  %sfail, buf).  A workaround is to disable fortify source (gcc
  -U_FORTIFY_SOURCE).
  
  One might argue that this usage of sprintf() is questionable.  I had
  been under the impression that it is valid, and found many web pages
  that agree with me, though I was not able to find an authoritative
  statement either way citing the C specification.  I decided to
  investigate how common this pattern is in real source code.
  
  You can search a source file for instances of it with this regex:
-   perl -ne 'print if m/sprintf\s*\(\s*([^,]*)\s*,\s*%s[^]*\s*,\s*\1\s*,/'
+   pcregrep -M 'sprintf\s*\(\s*([^,]*)\s*,\s*%s[^]*\s*,\s*\1\s*,'
  
  To determine how common the pattern is, I wrote a script to track down 
instances using Google Code Search, and found 2888 matches:
http://web.mit.edu/andersk/Public/sprintf-results
  (For the curious: the script uses a variant of the regex above.  I had to use 
a binary search to emulate backreferences, which aren’t supported by Code 
Search, so the script makes 46188 queries and takes a rather long time to run.  
The source is available at 
http://web.mit.edu/andersk/Public/sprintf-codesearch.py.)
  
  My conclusion is that, whether or not this pattern is technically
  allowed by the C specification, it is common enough that the compiler
  should be fixed, if that is at all possible.

** Also affects: abiword (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/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
 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/arch/x86/kernel/cpu/intel_cacheinfo.c
ret += sprintf(buf, %sEntry: %d\n, buf, i);
ret += sprintf(buf, %sReads:  %s\tNew Entries: %s\n,  
buf,
ret += sprintf(buf, %sSubCache: %x\tIndex: %x\n,
buf, (reg  0x3)  16, reg  0xfff);

However, it appears that the multiline results did not show up in Kees’
reports, so the reports should be rerun with pcregrep -M if that is
possible.

-- 
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
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/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
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
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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

** Changed in: libgimp-perl (Ubuntu)
   Status: New = Fix Released

** Changed in: libnet-rawip-perl (Ubuntu)
   Status: New = Fix Released

** Changed in: mimedefang (Ubuntu)
   Status: New = Fix Released

** Changed in: nagios2 (Ubuntu)
   Status: New = Fix Released

** Changed in: openser (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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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

** Also affects: elinks (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: entity (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: exim4 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: freeradius (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: frozen-bubble (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ggz-grubby (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnumeric (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: graphviz (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: kolab-cyrus-imapd (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libapache2-mod-perl2 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libapreq2 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libaudio-flac-decoder-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libb-size-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libcrypt-mysql-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libdatetime-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libdbd-pg-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libembperl-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libgimp-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libgtk2-sourceview-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libnet-rawip-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libppi-xs-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libversion-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libxml-libxslt-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mimedefang (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ming (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: mod-bt (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nagios2 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: opendchub (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: openldap2.3 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: openser (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: perlipq (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: postgresql-8.3 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: redland-bindings (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: rrdtool (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: sigc (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: sigcperl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: spread (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: sqlrelay (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: weechat (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: xchat-gnome (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: xmms2 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[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 mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs