[Bug 571555] [NEW] package odbcinst1debian1 2.2.11-21 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2010-04-29 Thread foneguy9
Public bug reported:

Binary package hint: unixodbc

on the update, this error appeared.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: odbcinst1debian1 2.2.11-21
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Wed Apr 28 23:00:06 2010
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 2
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100406.1)
SourcePackage: unixodbc
Title: package odbcinst1debian1 2.2.11-21 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2

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


** Tags: amd64 apport-package lucid

-- 
package odbcinst1debian1 2.2.11-21 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/571555
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc 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 566793] Re: [SRU] euca-get-console-output gives first 64k of output, not most recent

2010-04-29 Thread Martin Pitt
Accepted eucalyptus into lucid-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
[SRU] euca-get-console-output gives first 64k of output, not most recent
https://bugs.launchpad.net/bugs/566793
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 565101] Re: [SRU] [scalability] walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-29 Thread Martin Pitt
Accepted eucalyptus into lucid-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
[SRU] [scalability] walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 571572] [NEW] krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Jesper Krogh
Public bug reported:

I'm trying to upgrade workstations to lucid an fails to access our
kerberos enabled websites. It reveals that the krb5 implementation in
lucid now tries to resolve the reverse dns and aquire a tikket for
service/reverse dns instead of service/what the user typed in the
first place.

The latter behavior is what the MS environment does and is what Ubuntu
has done (i think) until Lucid. A diff of the sourcecode from hardy
revealse that we now hint the getaddrinfo with AI_CANONNAME which it
didnt before.

Applying below patch enables the old behaviour.

--- krb5-1.8.1+dfsg/src/lib/krb5/os/sn2princ.c.orig 2010-04-29 
09:04:11.401567914 +0200
+++ krb5-1.8.1+dfsg/src/lib/krb5/os/sn2princ.c  2010-04-29 09:04:21.762191834 
+0200
@@ -112,7 +112,7 @@
 
 memset(hints, 0, sizeof(hints));
 hints.ai_family = AF_INET;
-hints.ai_flags = AI_CANONNAME;
+//hints.ai_flags = AI_CANONNAME;
 try_getaddrinfo_again:
 err = getaddrinfo(hostname, 0, hints, ai);
 if (err) {

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

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Jesper Krogh
Since the problem is in the clientside kerberos libraries it affects all
kerberos enabled stuff.

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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 567371] Re: [SRU] [scalability] NC does not detach created pthreads in KVM driver

2010-04-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/eucalyptus

-- 
[SRU] [scalability] NC does not detach created pthreads in KVM driver
https://bugs.launchpad.net/bugs/567371
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 566793] Re: [SRU] euca-get-console-output gives first 64k of output, not most recent

2010-04-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/eucalyptus

-- 
[SRU] euca-get-console-output gives first 64k of output, not most recent
https://bugs.launchpad.net/bugs/566793
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 565101] Re: [SRU] [scalability] walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/eucalyptus

-- 
[SRU] [scalability] walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-04-29 Thread Loïc Minier
Updated text with:

== NSS resolution breaks with LDAP over SSL in Ubuntu Server ==

Upgrading systems configured to use LDAP via SSL as the first service in
the NSS stack (in /etc/nsswitch.conf) leads to broken NSS resolution
afterwards such that `setuid` applications like `sudo` would stop
working.  To work around this, switch to the libnss-ldapd package
instead of libnss-ldap before the upgrade, or use nscd. (Bug:423252)


** Changed in: ubuntu-release-notes
   Status: Confirmed = Fix Released

-- 
NSS using LDAP+SSL breaks setuid applications like su and sudo
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 240519] Re: sybase_* functions missing in php5-sybase for hardy

2010-04-29 Thread Martin Pitt
Anyone who can test the proposed package? If not, the proposed update
will be removed again. Thanks!

-- 
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 227837] Re: [Hardy] overzealous masquerading affects vm to vm traffic

2010-04-29 Thread Martin Pitt
Anyone who can test the proposed package?

-- 
[Hardy] overzealous masquerading affects vm to vm traffic
https://bugs.launchpad.net/bugs/227837
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 416182] Re: [SRU]nut init script reports incorrect status

2010-04-29 Thread Martin Pitt
Anyone who can test the proposed package? If not, the proposed update
will be removed again. Thanks!

-- 
[SRU]nut init script reports incorrect status
https://bugs.launchpad.net/bugs/416182
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 374185] Re: [SRU] racoon crashes when racoon.conf contains sainfo section for ipv6

2010-04-29 Thread Martin Pitt
No feedback for half a year, I removed the proposed package.

2010-04-29 09:21:13 INFORemoving candidates:
2010-04-29 09:21:13 INFOipsec-tools 1:0.7-2.1ubuntu1.9.04.2 in jaunty
2010-04-29 09:21:13 INFOipsec-tools 1:0.7-2.1ubuntu1.9.04.2 in jaunty 
amd64
2010-04-29 09:21:13 INFOipsec-tools 1:0.7-2.1ubuntu1.9.04.2 in jaunty 
armel
2010-04-29 09:21:13 INFOipsec-tools 1:0.7-2.1ubuntu1.9.04.2 in jaunty 
hppa
2010-04-29 09:21:13 INFOipsec-tools 1:0.7-2.1ubuntu1.9.04.2 in jaunty 
i386
2010-04-29 09:21:13 INFOipsec-tools 1:0.7-2.1ubuntu1.9.04.2 in jaunty 
ia64
2010-04-29 09:21:13 INFOipsec-tools 1:0.7-2.1ubuntu1.9.04.2 in jaunty 
lpia
2010-04-29 09:21:13 INFOipsec-tools 1:0.7-2.1ubuntu1.9.04.2 in jaunty 
powerpc
2010-04-29 09:21:13 INFOipsec-tools 1:0.7-2.1ubuntu1.9.04.2 in jaunty 
sparc
2010-04-29 09:21:13 INFOracoon 1:0.7-2.1ubuntu1.9.04.2 in jaunty amd64
2010-04-29 09:21:13 INFOracoon 1:0.7-2.1ubuntu1.9.04.2 in jaunty armel
2010-04-29 09:21:13 INFOracoon 1:0.7-2.1ubuntu1.9.04.2 in jaunty hppa
2010-04-29 09:21:13 INFOracoon 1:0.7-2.1ubuntu1.9.04.2 in jaunty i386
2010-04-29 09:21:13 INFOracoon 1:0.7-2.1ubuntu1.9.04.2 in jaunty ia64
2010-04-29 09:21:13 INFOracoon 1:0.7-2.1ubuntu1.9.04.2 in jaunty lpia
2010-04-29 09:21:13 INFOracoon 1:0.7-2.1ubuntu1.9.04.2 in jaunty powerpc
2010-04-29 09:21:13 INFOracoon 1:0.7-2.1ubuntu1.9.04.2 in jaunty sparc
2010-04-29 09:21:13 INFORemoved-by: Martin Pitt
2010-04-29 09:21:13 INFOComment: unverified SRU, timing out


** Changed in: ipsec-tools (Ubuntu Jaunty)
   Status: Fix Committed = Won't Fix

-- 
[SRU] racoon crashes when racoon.conf contains sainfo section for ipv6
https://bugs.launchpad.net/bugs/374185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools 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 529714] [NEW] rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: rhythmbox

rhythmbox crashes when trying to access the Ubuntu One music store.

ProblemType: Crash
Architecture: i386
Date: Sun Feb 28 16:05:20 2010
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.12.6git20100223-0ubuntu1
ProcCmdline: rhythmbox
ProcEnviron:
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
SegvAnalysis:
 Segfault happened at: 0x223f682 _nss_wins_gethostbyname_r+914:   movl   
$0x0,(%eax)
 PC (0x0223f682) ok
 source $0x0 ok
 destination (%eax) (0x) not located in a known VMA region (needed 
writable region)!
SegvReason: writing NULL VMA
Signal: 11
SourcePackage: rhythmbox
StacktraceTop:
 _nss_wins_gethostbyname_r () from /lib/libnss_wins.so.2
 _nss_wins_gethostbyname2_r () from /lib/libnss_wins.so.2
 ?? () from /lib/tls/i686/cmov/libc.so.6
 getaddrinfo () from /lib/tls/i686/cmov/libc.so.6
 ?? () from /usr/lib/libgio-2.0.so.0
Title: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
Uname: Linux 2.6.32-14-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Affects: samba (Ubuntu)
 Importance: Medium
 Assignee: Rodrigo Moya (rodrigo-moya)
 Status: New


** Tags: apport-crash i386 lucid
-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/529714
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 529714] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2010-04-29 Thread Rodrigo Moya
This is a bug in winbind, so assigning to samba package

** Package changed: rhythmbox-ubuntuone-music-store (Ubuntu) = samba
(Ubuntu)

-- 
rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
https://bugs.launchpad.net/bugs/529714
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 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Jesper Krogh
Tried.. had that before.. but doesn't work any more. (and isn't
documented in man krb5.conf either).

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-04-29 Thread Thierry Carrez
Mathias: your proposed branch does not apply the cleanup if you upgrade
from 0ubuntu5, is it on purpose ?

I propose that instead: lp:~ttx/ubuntu/lucid/openldap/cleanup-olcaccess

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-04-29 Thread Rune Philosof
This bug was introduced in karmic, so upgrade from karmic to lucid shouldn't be 
affected.
But for instance all upgrades from last LTS release (not only Ubuntu Server) 
will get affected.

** Changed in: ubuntu-release-notes
   Status: Fix Released = Confirmed

-- 
NSS using LDAP+SSL breaks setuid applications like su and sudo
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 570944] Re: passwd : gives Authentication token manipulation error

2010-04-29 Thread gmoore777
Correct, `passwd` works with likewise-open on hardy, and fails with winbind on 
lucid.
I do not know what the outcome of `passwd` is on hardy without likewise-open, 
nor
the outcome of `passwd` on lucid with likewise-open. 
I will ask this on the Lucid forum at 
http://ubuntuforums.org/showthread.php?t=1459309

-- 
passwd : gives Authentication token manipulation error
https://bugs.launchpad.net/bugs/570944
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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-04-29 Thread Steve Langasek
I don't see that this requires any changes to the release notes text,
though.

** Changed in: ubuntu-release-notes
   Status: Confirmed = Fix Released

-- 
NSS using LDAP+SSL breaks setuid applications like su and sudo
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-04-29 Thread Ansgar Burchardt
** Bug watch added: Debian Bug tracker #566351
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566351

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

-- 
NSS using LDAP+SSL breaks setuid applications like su and sudo
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-04-29 Thread Nathan Stratton Treadway
Mathias, Thierry: neither of these scripts appear to clean up the 
   olcAuthzRegexp: 
gidNumber=\[\[:digit:]]\+\\\+uidNumber=0,cn=peercred,cn=external,cn=auth 
cn=localroot,cn=config'
line that got added to the ${SLAPD_CONF}/cn=config.ldif file by earlier 
upgrades.  I believe that as long as that mapping is there, the newly-added 
olcAccess lines referencing dn.exact=gidNumber=0+uidNumber=0,... will be 
ignored.  

Does anyone know if # comments are officially supported in these
slapd.d config files?  (They worked in my manual tests, but I haven't
had a chance to research whether one is really supposed to use them.)
If they are supported, it might be better for the postinst edits just to
comment out these lines, rather than than completely deleting them

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 569530] Re: vmbuilder create ubuntu-kvm directory even when using --raw

2010-04-29 Thread Simon Huerlimann
Yes, it is reproducible.

Preconditions:
* an LVM group named leo02
* PWD were you can write...

The following steps should do it, assuming a LVM group leo02:
sudo lvcreate /dev/leo02 --name kvm-test01 --size 5G
sudo vmbuilder kvm ubuntu --addpkg=openssh-server --addpkg=unattended-upgrades, 
--addpkg=acpid --addpkg=puppet --domain=example.com --bridge=virbr0 
--gw=10.0.0.1 --suite=lucid --libvirt=qemu:///system --ip=10.0.1.1 
--hostname=test01 --raw=/dev/leo02/kvm-test01
# $PWD/ubuntu-kvm gets created, containing file run.sh

sudo lvcreate /dev/leo02 --name kvm-test02 --size 5G
sudo vmbuilder kvm ubuntu --addpkg=openssh-server --addpkg=unattended-upgrades, 
--addpkg=acpid --addpkg=puppet --domain=example.com --bridge=virbr0 
--gw=10.0.0.1 --suite=lucid --libvirt=qemu:///system --ip=10.0.1.2 
--hostname=test02 --raw=/dev/leo02/kvm-test02
# Raises the following error:
2010-04-29 15:17:27,354 ERROR   : ubuntu-kvm already exists
Traceback (most recent call last):
  File /usr/bin/vmbuilder, line 24, in module
cli.main()
  File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 81, in 
main
raise VMBuilderUserError('%s already exists' % destdir)
VMBuilder.exception.VMBuilderUserError: ubuntu-kvm already exists

This is with python-vm-builder 0.12.3-0ubuntu1

-- 
vmbuilder create ubuntu-kvm directory even when using --raw
https://bugs.launchpad.net/bugs/569530
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-04-29 Thread small_frenchy
I think it will not be very easy to integrate virConnectNumOfInterface
function. In fact, this function need libnetcf (a library to manage
network config via XML), and libnetcf compile fine under ubuntu but
libnetcf is created under the fedora network scheme configuration and it
is not compatible with ubuntu scheme. Let's see... Anyway +1 for higher
importance, I (my office also) really need that to use kvm
virtualisation.

-- 
libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to 
create domain with virt-manager using network bridge
https://bugs.launchpad.net/bugs/520386
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-04-29 Thread Nathan Stratton Treadway
On Thu, Apr 29, 2010 at 02:57:36 -, Stephen Warren wrote:
 Re: the mention of symptoms in comment #12 above: My symptom was that I
 could not log in at all, and in existing sessions, sudo wouldn't work
 etc. I store user information in LDAP, with just system users in
 /etc/passwd etc., so luckily I could still log in as root to fix this.

Ah, good point.  I have been working with a test system not configured
for LDAP authentication, so I didn't check out that functionality.

When you say still log in as root to fix this, did you have to make
additional edits after you got slapd running again (as you mentioned in
your original problem description)?  That is, were you locked out just
because slapd wasn't running, and then back to normal again once you got
slapd restarted, or did you have to go back and fix the permission
settings before LDAP authentication started working again?

(If you did have to fix permissions, what exactly did you have to change
to get that part working?)


Nathan

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-04-29 Thread Bug Watch Updater
** Changed in: libgcrypt11 (Debian)
   Status: Unknown = Confirmed

-- 
NSS using LDAP+SSL breaks setuid applications like su and sudo
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-04-29 Thread Thierry Carrez
I tried 4-5-your proposed 5.1 and ended up with:

 olcDatabase: {0}config
 olcAccess: {0}to * by dn.exact=gidNumber=0+uidNumber=0,...
 olcAccess: {0}to * by dn.exact=gidNumber=0+uidNumber=0,...

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-04-29 Thread Thierry Carrez
As commented by Nathan on comment 10, should we also remove the
olcAuthzRegexp line mentioning localroot from the
/etc/ldap/slapd.d/cn=config.ldif file ?

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-04-29 Thread Stephen Warren
 When you say still log in as root to fix this, did you have to make
 additional edits after you got slapd running again (as you mentioned in
 your original problem description)?  That is, were you locked out just
 because slapd wasn't running, and then back to normal again once you got
 slapd restarted, or did you have to go back and fix the permission
 settings before LDAP authentication started working again?
 
 (If you did have to fix permissions, what exactly did you have to change
 to get that part working?)

I *believe* all I did was:
* Install updates, things broke (e,.g. couldn't sudo), but I was still logged in
* Switched to a text VT, logged in as root
* Edited slapd config files
* Restarted slapd
* Went back to X VT, could immediately sudo

(I think)

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 447099] Re: No password set on install of slapd-2.4.18-0ubuntu1

2010-04-29 Thread atom88
*** This bug is a duplicate of bug 463684 ***
https://bugs.launchpad.net/bugs/463684

https://help.ubuntu.com/9.04/serverguide/C/openldap-server.html  
This documentation is still outdated when it comes to installing it.  The 
script does NOT request a password still?

Any updates as to when this document might be updated?

I would suggest making these docs. more wiki-like  Then, volunteers
who run into the issue and wish to update the docs on their own for the
benefit of the community may do so and everyone is happy.  There are
already 20+ messages on this bug alone.  These could have been turned
into productive time by updating the docs.

More info. can be seen here:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/463684

-- 
No password set on install of slapd-2.4.18-0ubuntu1
https://bugs.launchpad.net/bugs/447099
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 463684] Re: openldap sections in ubuntu server guide not updated for packages in karmic

2010-04-29 Thread atom88
https://help.ubuntu.com/9.04/serverguide/C/openldap-server.html  
This documentation is still outdated when it comes to installing it.  The 
script does NOT request a password still?

Any updates as to when this document might be updated?

I would suggest making these docs. more wiki-like  Then, volunteers
who run into the issue and wish to update the docs on their own for the
benefit of the community may do so and everyone is happy.  There are
already 20+ messages on this bug alone.  These could have been turned
into productive time by updating the docs.

-- 
openldap sections in ubuntu server guide not updated for packages in karmic
https://bugs.launchpad.net/bugs/463684
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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


Re: [Bug 463684] Re: openldap sections in ubuntu server guide not updated for packages in karmic

2010-04-29 Thread Adam Sommer
On Thu, Apr 29, 2010 at 10:23 AM, atom88 adam.hi...@gmail.com wrote:

 https://help.ubuntu.com/9.04/serverguide/C/openldap-server.html
 This documentation is still outdated when it comes to installing it.  The
 script does NOT request a password still?

 Any updates as to when this document might be updated?




The OpenLDAP instructions have been updated for Ubuntu Lucid, and they work
for Karmic.  After Lucid is released a SRU for the Karmic serverguide will
probably be done.  So the answer to your question is they should be updated
in the near future.

Thanks.

-- 
Party On,
Adam

-- 
openldap sections in ubuntu server guide not updated for packages in karmic
https://bugs.launchpad.net/bugs/463684
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 571752] [NEW] slapd upgrades don't add frontend ACLs for base= and cn=subschema

2010-04-29 Thread Nathan Stratton Treadway
Public bug reported:

As a result of LP: #427842, the initial configuration created upon installation 
of slapd 2.4.21-0ubuntu4 and later will include the following ACLs on the 
{-1}frontend database:
  olcAccess: to dn.base= by * read
  olcAccess: to dn.base=cn=subschema by * read

However, when upgrading from earlier versions of slapd, no attempt is
made make sure these ACLs exist.

In the case of a Hardy - Lucid upgrade, this causes e.g. ldapvi
--discover to stop working.

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


** Tags: hardy2lucid

-- 
slapd upgrades don't add frontend ACLs for base= and cn=subschema
https://bugs.launchpad.net/bugs/571752
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-04-29 Thread Thierry Carrez
** Changed in: ubuntu-release-notes
   Status: Confirmed = Fix Committed

** Changed in: ubuntu-release-notes
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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


Re: [Bug 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Sam Hartman
The Kerberos Consortium has a paper on integrating Kerberos into an
application; see http://www.kerberos.org/software/appskerberos.pdf .

I believe that the lucid behavior is correct according to MIT's
documentation: what should be happening is that

* with rdns=true (default), both forward and reverse resolution is
  performed and the reverse name is used

* With rdns=false, forward resolution is performed including alias
  resolution--that is cnames turn into the pointed-to value not the
  entered value.

That behavior seems consistent with the code.  If you believe that
things aren't working that way, then I can attempt to reproduce.

As I understand your patch, it would (on some platforms including all
Ubuntu platforms) cause the rdns=false behavior to actually skip
resolution and just use the entered name not resolving cnames.

It's possible there was a bug in previous releases of MIT Kerberos and
this was the behavior.

I also understand that the behavior surrounding Kerberos and DNS is kind
of complicated and not entirely desirable.  The paper I pointed you at
includes discussions of problems with the current behavior and eventual
goals.  It also recommends ways applications can avoid forward/reverse
DNS resolution if they wish to do so.

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Jesper Krogh
Hi Sam.

I agree.. the current behaviors seems to be excactly what is in the code
and in the documentation.

Never the less it is a change from earlier versions of Ubuntu and a
change that makes Ubuntu + Firefox work in a different way than MS
Windows + MSIE (negoiating different tickets), thus breaking Single
Signon in typical Kerberos enabled environments.. our is a corporate one
with Active Directory as Kerbereos and both MS IIS and Ubuntu Apache +
mod_auth_kerb on the serverside.

Used to work.. lucid breaks it..

As far as I can tell, the change snug in between MIT kerberos 1.6 and
1.8 .

Jesper

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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 571430] Re: apache2 crashed with SIGSEGV in zend_hash_graceful_reverse_destroy()

2010-04-29 Thread Daniel Hahler
** Visibility changed to: Public

-- 
apache2 crashed with SIGSEGV in zend_hash_graceful_reverse_destroy()
https://bugs.launchpad.net/bugs/571430
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 563829] Re: olcAccess are options broken on upgrade in {-1}frontend.ldif

2010-04-29 Thread Nathan Stratton Treadway
I have opened Bug #571752 for the issue related to missing ACLs for the
frontend database after  upgrading from earlier versions of slapd
(discussed in comments 3  12 here).

(Obviously, the discussion related to the issue mentioned in comment 11
here has moved to Bug #571057.)

-- 
olcAccess are options broken on upgrade in {-1}frontend.ldif
https://bugs.launchpad.net/bugs/563829
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 506317] Re: ldap.schema.urlfetch doesn't work anymore since slapd.d migration

2010-04-29 Thread Nathan Stratton Treadway
*** This bug is a duplicate of bug 427842 ***
https://bugs.launchpad.net/bugs/427842

Note that the fix committed as part of bug #427842 only changed the
settings for new installations, while this bug is actually about
permission problems after migrating from an earlier version of the slapd
package...

-- 
ldap.schema.urlfetch doesn't work anymore since slapd.d migration
https://bugs.launchpad.net/bugs/506317
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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


Re: [Bug 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Russ Allbery
Jesper Krogh jes...@krogh.cc writes:

 Never the less it is a change from earlier versions of Ubuntu and a
 change that makes Ubuntu + Firefox work in a different way than MS
 Windows + MSIE (negoiating different tickets), thus breaking Single
 Signon in typical Kerberos enabled environments.. our is a corporate one
 with Active Directory as Kerbereos and both MS IIS and Ubuntu Apache +
 mod_auth_kerb on the serverside.

 Used to work.. lucid breaks it..

I'm confused why you're seeing a change, since in my experience it's been
this way for quite some time.  Firefox used the final hostname, whereas IE
always used the URL name.  When we deployed Negotiate-Auth with
mod_auth_kerb, we had to add both principals to the server keytab.  Many
other people had the same issue, as discussed on the mod_auth_kerb mailing
list, which is why mod_auth_kerb added an option to use any principal in
its keytab.  This all happened back in 2007 for us.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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


Re: [Bug 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Sam Hartman
Well, everything should work fine  if you make your DNS consistent.

Honestly if I was going to make a behavior change here I'd have Firefox
call gss_import_name with a name type that does not involve resolution.

--Sam

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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


Re: [Bug 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Russ Allbery
Sam Hartman hartm...@debian.org writes:

 Well, everything should work fine if you make your DNS consistent.

 Honestly if I was going to make a behavior change here I'd have Firefox
 call gss_import_name with a name type that does not involve resolution.

The main place where you cannot make DNS consistent is if you have a web
service that uses DNS-based load-balancing.  That's where we ran into that
issue.  The public name is a CNAME that points to the least-loaded host
(which is dynamically discovered by the DNS server).

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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 571057] Re: slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate olcAccess lines (again)

2010-04-29 Thread Nathan Stratton Treadway
Thierry, any chance of of adding another release note covering the post-
upgrade access permissions problems discussed here and in bug #571752?

Even though they won't cause the upgrade process to abort the way the
ordered_value_sort error does, it still seems pretty significate that
some LDAP client software will no longer function as expected after the
upgrade

-- 
slapd 2.4.21-0ubuntu5 corrupts olcDatabase={-1}frontend.ldif with duplicate 
olcAccess lines (again)
https://bugs.launchpad.net/bugs/571057
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 246175] Re: cpu frequency scaling causes multiple vcpu guests to panic

2010-04-29 Thread Steven Wagner
*** This bug is a duplicate of bug 361754 ***
https://bugs.launchpad.net/bugs/361754

The error vcpu not ready for apic_round_robin  can also occur if a
guest is timing out for other reasons...like not enough RAM allocated. I
have examples of this occuring on a hardy 8.04 LTS system with KVM 84.

-- 
cpu frequency scaling causes multiple vcpu guests to panic
https://bugs.launchpad.net/bugs/246175
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 447099] Re: No password set on install of slapd-2.4.18-0ubuntu1

2010-04-29 Thread atom88
*** This bug is a duplicate of bug 463684 ***
https://bugs.launchpad.net/bugs/463684

Thanks Phil for the info.  I'll look into becoming a contributor, etc.

I found this how-to that solved my problem:
http://www.howtoforge.com/install-and-configure-openldap-on-ubuntu-karmic-koala 

Perhaps if we could add to the server docs. the relevant info. found
here, it would be great?

Perhaps even a forum or comments link from the main documentation would
be helpful?  That way people could comment on the official
documentation page, without modifying the original content?  Just an
idea?

-- 
No password set on install of slapd-2.4.18-0ubuntu1
https://bugs.launchpad.net/bugs/447099
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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


Re: [Bug 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Sam Hartman
 Jesper == Jesper Krogh jes...@krogh.cc writes:

Jesper Hi Russ.  I cannot say anything about what other are
Jesper Would a patch that makes the behaviour configurable be
Jesper acceptable?

I think that this patch should be accepted only if upstream is
interested in the patch.  Given that upstream accepted rdns (something I
thought was kind of dubious at the time), a patch to completely disable
dns processing seems reasonable.  

Apple's Kerberos maintainer argues that this behavior really needs to be
configured on a per-realm basis.  Unfortunately, because of the way
krb5_sname_to_principal interacts with referrals makes this kind of
tricky.  If I were upstream I'd require the design of the patch to be
forward-compatible to an eventual model where it was
configured/auto-detected on a per-realm basis and the behavior of any
configuration knobs you add to be documented well enough so that people
would understand how they will behave in the future, but beyond that
would accept the patch.
So, if upstream agrees with me here, you'd have to do somewhat more
design work up front, but the actual patch would be simple.

I'm certainly happy to accept such a patch into Debian as soon as
upstream accepts it and to encourage Ubuntu to accept it.

I don't have the time facilitate the discussion between you and
upstream; I wish I did.  my recommendation for interacting with upstream
is to bring up the issue on krb...@mit.edu and to include the URI of
this bug report.

Kerberos DNS behavior is complicated enough that having Ubuntu or Debian
diverge from upstream seems undesirable, so I think involving upstream
in the discussion is important.

--Sam

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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


Re: [Bug 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Sam Hartman
In terms of work arounds, if your KDC is an AD KDc, you can add the
final hostnames as ServicePrincipalName attributes on AD for the account
in question.  That should make things work either for a Windows server
or for a 1.7+ MIT server.

If your KDC is Unix you can add principals for the final hostnames. If
your eventual server is Windows you'll need to make sure the key and
salt is the same for all these principals.  If your server is Unix,
simply add all the keys to the keytab.

--Sam

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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 571572] Re: krb5 prefers the reverse pointer no matter what for locating service tickets.

2010-04-29 Thread Jesper Krogh
I agree that it is a partial workaround.. it fixes the Ubuntu/Firefox + apache 
combination. 
But without changing the same thing for all the IIS servers it would still 
render my Ubuntu/Firefox + IIS  SSO broken. 

Since I only administrate the Linux stuff, and the other side
genereally are very reluctant to do change to only fit linux, then
patching it locally is much more doable in my environment.

Anyway, now the bug is at least here to document it for other people
hitting the same wall.

Jesper

-- 
krb5 prefers the reverse pointer no matter what for locating service tickets.  
https://bugs.launchpad.net/bugs/571572
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 570936] Re: permission denied on /var/run/named/named.stats

2010-04-29 Thread Lorenzo De Liso
** Tags added: patch

-- 
permission denied on /var/run/named/named.stats
https://bugs.launchpad.net/bugs/570936
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 568341] [NEW] package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: underprocess installerade post-installation-skript gav felkod 1

2010-04-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Installed under 10.04

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bacula-director-mysql 5.0.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Thu Apr 22 13:08:41 2010
ErrorMessage: underprocess installerade post-installation-skript gav felkod 1
SourcePackage: bacula
Title: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
underprocess installerade post-installation-skript gav felkod 1

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


** Tags: apport-package i386 lucid
-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
underprocess installerade post-installation-skript gav felkod 1
https://bugs.edge.launchpad.net/bugs/568341
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to bacula 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 542373] [NEW] Unable to install any updates after cpu upgrade

2010-04-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Installed a dual core processor on a old emachine managed to fix windows
but I'm not able to install any of the upgrades and I'm unable to close
the window. Have 3.19 version of Ubuntu currently installed.

ProblemType: Package
Architecture: i386
Date: Fri Mar 19 19:37:01 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: package libk5crypto3 is already installed and configured
NonfreeKernelModules: fglrx
Package: libk5crypto3 1.7dfsg~beta3-1ubuntu0.4
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: krb5
Title: package libk5crypto3 1.7dfsg~beta3-1ubuntu0.4 failed to install/upgrade: 
package libk5crypto3 is already installed and configured
Uname: Linux 2.6.31-19-generic i686

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


** Tags: apport-package i386
-- 
Unable to install any updates after cpu upgrade 
https://bugs.edge.launchpad.net/bugs/542373
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 571926] [NEW] dovecot-postfix initial setting in postfix-main.cf wrong

2010-04-29 Thread Paulkelly
Public bug reported:

the installation of dovecot-postfix inserts '/usr/lib/dovecot/deliver -c
/etc/dovecot/conf.d/dovecot.conf -n -m ${EXTENSION}' into main.cf of
the postfix config file as the 'mailbox command'.  Unfortunately the
config file location that dovecot defaults to is
/etc/dovecot/dovecot.conf. The /etc/dovecot/conf.d folder is empty. This
causes postfix to produce fatal errors and not deliver mail to
mailboxes.

I manually edited my /etc/postfix/main.cf after the install to read 
'mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -n -m 
${EXTENSION}'
and  it works perfectly afterwards.

Thanks

PK

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: dovecot-common 1:1.2.9-1ubuntu6
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Apr 29 15:27:24 2010
ExecutablePath: /usr/sbin/dovecot
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: dovecot

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


** Tags: amd64 apport-bug lucid

-- 
dovecot-postfix initial setting in postfix-main.cf wrong
https://bugs.launchpad.net/bugs/571926
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 568341] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: underprocess installerade post-installation-skript gav felkod 1

2010-04-29 Thread Brian Murray
** Package changed: ubuntu = bacula (Ubuntu)

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
underprocess installerade post-installation-skript gav felkod 1
https://bugs.launchpad.net/bugs/568341
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 542373] Re: Unable to install any updates after cpu upgrade

2010-04-29 Thread Brian Murray
** Package changed: ubuntu = krb5 (Ubuntu)

-- 
Unable to install any updates after cpu upgrade 
https://bugs.launchpad.net/bugs/542373
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 571960] [NEW] bind9 installation and dnsutils binaries crash due to libdns.so.64

2010-04-29 Thread Brendan Ribera
Public bug reported:

Binary package hint: bind9

1. Ubuntu version:

Description:Ubuntu 10.04 LTS
Release:10.04



2. Package versions for libdns64, dnsutils and bind9. I'm not sure which is the 
real cause of this.

libdns64:
  Installed: 1:9.7.0.dfsg.P1-1
  Candidate: 1:9.7.0.dfsg.P1-1
  Version table:
 *** 1:9.7.0.dfsg.P1-1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

dnsutils:
  Installed: 1:9.7.0.dfsg.P1-1
  Candidate: 1:9.7.0.dfsg.P1-1
  Version table:
 *** 1:9.7.0.dfsg.P1-1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

bind9:
  Installed: 1:9.7.0.dfsg.P1-1
  Candidate: 1:9.7.0.dfsg.P1-1
  Version table:
 *** 1:9.7.0.dfsg.P1-1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status



3. What I expected to happen:

When I run 'nslookup google.com', I expect the program to run and produce 
output.
When I run 'sudo apt-get intsall bind9', I expect the bind9 package to install 
and be configured so that I can use it.



4. What happens instead:

Both tasks listed above fail with the same root error.

bren...@pequod:~$ nslookup google.com
nslookup: symbol lookup error: /usr/lib/libdns.so.64: undefined symbol: 
GeoIP_country_name_by_ipnum_v6

bren...@pequod:~$ sudo apt-get install --reinstall bind9
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? 
Setting up bind9 (1:9.7.0.dfsg.P1-1) ...
rndc-confgen: symbol lookup error: /usr/lib/libdns.so.64: undefined symbol: 
GeoIP_country_name_by_ipnum_v6
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 bind9
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: bind9 1:9.7.0.dfsg.P1-1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
Architecture: amd64
Date: Thu Apr 29 17:06:00 2010
InstallationMedia: Xubuntu 10.04 Lucid Lynx - Release Candidate amd64 
(20100419)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: bind9

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


** Tags: amd64 apport-bug bind9 dnsutils libdns64 lucid

-- 
bind9 installation and dnsutils binaries crash due to libdns.so.64
https://bugs.launchpad.net/bugs/571960
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 571960] Re: bind9 installation and dnsutils binaries crash due to libdns.so.64

2010-04-29 Thread Brendan Ribera

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

-- 
bind9 installation and dnsutils binaries crash due to libdns.so.64
https://bugs.launchpad.net/bugs/571960
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 565101] Re: [SRU] [scalability] walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-29 Thread C de-Avillez
Ran two sequences, one before and one after aplying the packages in
-proposed. Both of them are logged in lp:~hggdh2/+junk/uec-
qa/lucid/proposed/euca-1.6.2-0ubuntu30.1.

No OOM on the after-maintenance run, on a 2,000 instances run. No new
errors. Fix verified.

-- 
[SRU] [scalability] walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 563805] Re: mount.cifs won't mount shares; set uid bit not set

2010-04-29 Thread booi
I too have run into this issue. 9.10 this was fine, 10.04 mount.cifs
requires the setuid bit before allowing users to do this w/o sudo
privileges. This may be a packaging regression?

-- 
mount.cifs won't mount shares; set uid bit not set
https://bugs.launchpad.net/bugs/563805
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 571552] Re: X crashes with 32M radeon 7500 +kms with firefox and flash

2010-04-29 Thread Jamie Strandboge
Confirming as I also see this with my T42 that has a radeon 7500 with
(unfortunately unadjustable) 32MB RAM.

** Changed in: xorg (Ubuntu)
   Status: New = Confirmed

-- 
X crashes with 32M radeon 7500 +kms with firefox and flash
https://bugs.launchpad.net/bugs/571552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 571516] Re: screen locks keyboard num lock caps lock scroll lock all light up computer reboots

2010-04-29 Thread Monkey
This isn´t a yelp bug.

Thank You for making Ubuntu better.

** Package changed: yelp (Ubuntu) = ubuntu

-- 
screen locks keyboard num lock caps lock scroll lock all light up computer 
reboots
https://bugs.launchpad.net/bugs/571516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 564526] Re: Toggle state of 'toggle-main-window' not updated when window is shown after launch with running instance

2010-04-29 Thread Martin Pitt
Accepted transmission into lucid-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: transmission (Ubuntu)
 Assignee: (unassigned) = Krzysztof Klimonda (kklimonda)

** Also affects: indicator-application (Ubuntu Lucid)
   Importance: Undecided
   Status: Invalid

** Also affects: transmission (Ubuntu Lucid)
   Importance: Low
 Assignee: Krzysztof Klimonda (kklimonda)
   Status: Triaged

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

** Tags added: verification-needed

-- 
Toggle state of 'toggle-main-window' not updated when window is shown after 
launch with running instance
https://bugs.launchpad.net/bugs/564526
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread John Dong
ACK from SRU for the patch.

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread Martin Pitt
Accepted pkg-create-dbgsym into lucid-proposed, the package will build
now and be available in a few hours. Please test and give feedback here.
See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551290] Re: plymouth theme ugly on binary nvidia driver

2010-04-29 Thread Martin Pitt
Accepted kubuntu-default-settings into lucid-proposed, the package will
build now and be available in a few hours. Please test and give feedback
here. See https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
plymouth theme ugly on binary nvidia driver
https://bugs.launchpad.net/bugs/551290
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-default-settings in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 566127] Re: Picture of the day does not work

2010-04-29 Thread Martin Pitt
Accepted kdeplasma-addons into lucid-proposed, the package will build
now and be available in a few hours. Please test and give feedback here.
See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
Picture of the day does not work
https://bugs.launchpad.net/bugs/566127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 523683] Re: Mouse not working for Fujitsu FMV Deskpower LX70W/D

2010-04-29 Thread yoalieh
Tested with 2.6.34rc5 kernel from http://kernel.ubuntu.com/~kernel-
ppa/mainline, with the same non functional result.

Reverting my xorg.conf settings so I can use the pc normally again,
but I can test anything you need, just say it.

** Tags removed: needs-upstream-testing

-- 
Mouse not working for Fujitsu FMV Deskpower LX70W/D
https://bugs.launchpad.net/bugs/523683
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481624] Re: When I hold the Caps Lock key and Shift (acidentaly), the amsn crash

2010-04-29 Thread LocutusOfBorg
ok, I'm marking this as solved, please reopen if the problem persists

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

-- 
When I hold the Caps Lock key and Shift (acidentaly), the amsn crash
https://bugs.launchpad.net/bugs/481624
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 571556] [NEW] package gedit 2.30.0git20100413-0ubuntu1 failed to install/upgrade:

2010-04-29 Thread Paul Stewart
Public bug reported:

Binary package hint: gedit

upgrade failed to install gedit and gconf

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: gedit 2.30.0git20100413-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
Uname: Linux 2.6.31-21-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Apr 29 00:55:25 2010
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script returned error 
exit status 245
SourcePackage: gedit
Title: package gedit 2.30.0git20100413-0ubuntu1 failed to install/upgrade:

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


** Tags: apport-package i386 lucid

-- 
package gedit 2.30.0git20100413-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/571556
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 571556] Re: package gedit 2.30.0git20100413-0ubuntu1 failed to install/upgrade:

2010-04-29 Thread Paul Stewart

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/46158616/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/46158617/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeLspcitxt.gz
   http://launchpadlibrarian.net/46158618/VarLogDistupgradeLspcitxt.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/46158619/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainlogpartial.gz
   http://launchpadlibrarian.net/46158620/VarLogDistupgradeMainlogpartial.gz

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   http://launchpadlibrarian.net/46158621/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/46158622/VarLogDistupgradeTermlog.gz

-- 
package gedit 2.30.0git20100413-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/571556
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 571555] [NEW] package odbcinst1debian1 2.2.11-21 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2010-04-29 Thread foneguy9
Public bug reported:

Binary package hint: unixodbc

on the update, this error appeared.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: odbcinst1debian1 2.2.11-21
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Wed Apr 28 23:00:06 2010
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 2
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100406.1)
SourcePackage: unixodbc
Title: package odbcinst1debian1 2.2.11-21 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2

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


** Tags: amd64 apport-package lucid

-- 
package odbcinst1debian1 2.2.11-21 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/571555
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 571555] Re: package odbcinst1debian1 2.2.11-21 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2010-04-29 Thread foneguy9

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/46158592/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/46158593/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeHistorylog.gz
   http://launchpadlibrarian.net/46158594/VarLogDistupgradeHistorylog.gz

-- 
package odbcinst1debian1 2.2.11-21 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/571555
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 561011] Re: Garbled display - Compaq Presario SR1610NX

2010-04-29 Thread Draycen DeCator
Thank you for reporting this to Ubuntu.  Sometimes Firefox profiles can
become corrupt and/or extensions can conflict.  Could you please try
this with a new profile and see if the problem still exists?  You do not
need to delete your old profile to test.  If this helps, you might want
to try to disable all your extensions and re-enable them one by one
until you find the problematic one.

You can start the profile manager with the following command:
firefox -ProfileManager

-- 
Garbled display - Compaq Presario  SR1610NX
https://bugs.launchpad.net/bugs/561011
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 559888] Re: Lucid installation bug: blank screen

2010-04-29 Thread Ignat Loskutov
This exists in the RC too.

-- 
Lucid installation bug: blank screen
https://bugs.launchpad.net/bugs/559888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 559888] Re: Lucid installation bug: blank screen

2010-04-29 Thread Ignat Loskutov
DO you understand what you write?! How can run GNOME Terminal if I see
nothing on the screen?!

-- 
Lucid installation bug: blank screen
https://bugs.launchpad.net/bugs/559888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 469828] Re: Cannot empty trash container within Evolution v 2.28.1. Revceive the error Error while expunging folder. Problem occurred after installation of Ubuntu 9.10

2010-04-29 Thread Patricia
I have had this problem for a few months now, and to date there has been
no fix.  Is there anything coming?  I am on overload in my trash folder
with almost 2000 emails and would love to get this fix soon.

-- 
Cannot empty trash container within Evolution v 2.28.1.  Revceive the error 
Error while expunging folder. Problem occurred after installation of Ubuntu 
9.10
https://bugs.launchpad.net/bugs/469828
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570406] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish 0x7c/0x80()

2010-04-29 Thread Simon Dra
Excuse me but my English is bad.

Please speak in French...

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish 0x7c/0x80()
https://bugs.launchpad.net/bugs/570406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570785] Re: brasero 2.30 fails to 1:1 copy cd

2010-04-29 Thread staedtler-przyborski
could you explain what you mean by brasero claims cdrdao?

As you can read in the debug text:

'BraseroBurn: (at burn-plugin-manager.c:493) Load failure, no GType was 
returned 
Diese Version von »cdrdao« ist zu alt'

in english and short words: Brasero thinks that cdrdao is too old.

BTW: installed cdrdao is the latest available version (and delivered
with Ubuntu 10.04)

-- 
brasero 2.30 fails to 1:1 copy cd
https://bugs.launchpad.net/bugs/570785
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 560706] Re: nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2010-04-29 Thread Martin Pitt
Accepted nautilus into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
https://bugs.launchpad.net/bugs/560706
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 549383] Re: WUSB54G not working out of the box

2010-04-29 Thread Jeff Joker
Hi,

I tried with a fresh install of the RC and problem is still there...

I'll be back with more details

-- 
WUSB54G not working out of the box
https://bugs.launchpad.net/bugs/549383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545985] Re: Huawei E620 usb modem doesn't work in 9.10 or 10.04 Beta 1

2010-04-29 Thread Christian Lempereur
Well, not 100% fixed. Electhor is right, when I rebooted this mornig it wasn't 
working any longer. At least not on my production laptop, the test laptop still 
worked first time.
I got it working again but did too many changes to be sure which one was the 
right one. I re-installed modemmanager. I tried to EDIT the connection in 
Connection Manager but had no access. I deleted it (that worked), I rebooted, 
made the connection again, had to change it to connect automatically because 
this was not set at creation, unplugged and re-plugged the USB modem and 
finally it worked. I am currently posting this through the modem. I am not sure 
which action solved the problem, so I will try later to figure out what the 
exact sequence is to get it back to work.

-- 
Huawei E620 usb modem doesn't work in 9.10 or 10.04 Beta 1
https://bugs.launchpad.net/bugs/545985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 541862] Re: Random freezes (karmic)

2010-04-29 Thread afunix
I've upgraded to lucid. I'll try running lucid kernel and then mainline. 
But it's hard to reproduce because I don't know why this freeze happens

-- 
Random freezes (karmic)
https://bugs.launchpad.net/bugs/541862
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 516494] Re: Tomboy notes printing problem: indentation

2010-04-29 Thread Martin Pitt
Accepted tomboy into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
Tomboy notes printing problem: indentation
https://bugs.launchpad.net/bugs/516494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 556628] Re: Tomboy 1.2.0 crashes on Lucid

2010-04-29 Thread Martin Pitt
Accepted tomboy into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Also affects: tomboy (Ubuntu Lucid)
   Importance: Low
   Status: Confirmed

** Changed in: tomboy (Ubuntu Lucid)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

-- 
Tomboy 1.2.0 crashes on Lucid
https://bugs.launchpad.net/bugs/556628
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445974] Re: I get error messages after grub

2010-04-29 Thread Jeremy Foshee
This bug report was marked as Triaged a while ago but has not had any
updated comments for quite some time.  Please let us know if this issue
remains in the current Ubuntu release,
http://www.ubuntu.com/getubuntu/download .  If the issue remains, click
on the current status under the Status column and change the status back
to New.  Thanks.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]

-- 
I get error messages after grub
https://bugs.launchpad.net/bugs/445974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570787] Re: brasero calls kpackagekit for finding toc2cue

2010-04-29 Thread staedtler-przyborski
could you describe how to trigger the bug? Where do you click exactly?

I wanted to 1:1 copy a CD. Brasero thought that toc2cue is missing
(Indeed I hadn't installed cdrdao). So it started to my surprise
kpackagekit for searching the binary (and failed).

kpackagekit is installed, cause I've some KDE-Applications (e.g.
digikam) on the Gnome Desktop

After installing cdrdao manually - using synaptic - I got
https://bugs.launchpad.net/bugs/570785

-- 
brasero calls kpackagekit for finding toc2cue
https://bugs.launchpad.net/bugs/570787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570681] Re: kickstart can't save file cause user can not select keyboard layout

2010-04-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/system-config-kickstart

-- 
kickstart can't save file cause user can not select keyboard layout
https://bugs.launchpad.net/bugs/570681
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570040] Re: Firefox 3.6 stuck on Ubuntu 10.04 64 Bits

2010-04-29 Thread Draycen DeCator
Thanks for testing that. Was the performance any better on a new
profile, or was it still slow?

-- 
Firefox 3.6 stuck on Ubuntu 10.04 64 Bits
https://bugs.launchpad.net/bugs/570040
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 566127] Re: Picture of the day does not work

2010-04-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/kdeplasma-addons

-- 
Picture of the day does not work
https://bugs.launchpad.net/bugs/566127
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeplasma-addons in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 569276] Re: FreeNode in IRC server list is incorrectly capitalized

2010-04-29 Thread Martin Pitt
** Also affects: empathy (Ubuntu Lucid)
   Importance: Low
   Status: Triaged

-- 
FreeNode in IRC server list is incorrectly capitalized
https://bugs.launchpad.net/bugs/569276
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565980] Re: low resolution in plymouth screen with nvidia-current

2010-04-29 Thread Luc Bruninx
** Attachment removed: /etc/default/grub
   http://launchpadlibrarian.net/45773439/grub

-- 
low resolution in plymouth screen with nvidia-current
https://bugs.launchpad.net/bugs/565980
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 564106] Re: Resolution not set in PDF files

2010-04-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/simple-scan

-- 
Resolution not set in PDF files
https://bugs.launchpad.net/bugs/564106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 562418] Re: empty ddebs when dh_strip is called twice

2010-04-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/pkg-create-dbgsym

-- 
empty ddebs when dh_strip is called twice
https://bugs.launchpad.net/bugs/562418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 559197] Re: nouveau not detect HDMI audio output of nVidia GT240

2010-04-29 Thread Chris Halse Rogers
Updated description, moved to the appropriate package.

** Package changed: xserver-xorg-video-nouveau (Ubuntu) = linux
(Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

** Summary changed:

- nouveau not detect HDMI audio output of nVidia GT240
+ [needs 2.6.34] nouveau not detect HDMI audio output of nVidia GT240

-- 
[needs 2.6.34] nouveau not detect HDMI audio output of nVidia GT240
https://bugs.launchpad.net/bugs/559197
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 556601] Re: It would be nice to have bonding 3.6.0 instead of 3.5.0 in 10.04 LTS

2010-04-29 Thread Karl J. Smith
** Tags removed: needs-upstream-testing

-- 
It would be nice to have bonding 3.6.0 instead of 3.5.0  in 10.04 LTS
https://bugs.launchpad.net/bugs/556601
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527458] Re: please include status messages/tooltips

2010-04-29 Thread Marck Robinson
There is a difference here.  Removing icons from menus is more of an
aesthetic change, removing tooltips removes functionality that users
depend on.

I'm crossing my fingers hoping it won't be long until the tooltips are
restored.

-- 
please include status messages/tooltips
https://bugs.launchpad.net/bugs/527458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 333992] Re: Firefox hangs with this url due to java side menu

2010-04-29 Thread Draycen DeCator
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: firefox (Ubuntu)
   Status: Incomplete = Invalid

-- 
Firefox hangs with this url due to java side menu
https://bugs.launchpad.net/bugs/333992
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 571488] Re: Unable to shutdown completely

2010-04-29 Thread Ben Van Aerde
Pressing 'Esc' does not help.

I have logged into a terminal (CTRL+ALT+F1), and switched to this
terminal when shutting down. These are the last two lines I saw:

The system is going down for halt NOW!
init: ureadahead main process (266) terminated with status 5

After that, only a hard reset works.

I will try it without 'splash' later on today.

-- 
Unable to shutdown completely
https://bugs.launchpad.net/bugs/571488
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570583] Re: does not check all required locks in is_package_system_locked

2010-04-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/ubuntu-system-service

-- 
does not check all required locks in is_package_system_locked
https://bugs.launchpad.net/bugs/570583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 570450] Re: regression in /etc/acpi/powerbtn.sh causes it to fail entirely on Ubuntu servers

2010-04-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/acpid

-- 
regression in /etc/acpi/powerbtn.sh causes it to fail entirely on Ubuntu servers
https://bugs.launchpad.net/bugs/570450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 566909] Re: Offline contacts not showed by default

2010-04-29 Thread Martin Pitt
Hm, the bug trail is confusing here: Does this update really change the
_default_ setting to show offline users by default? I vigorously NACK
this for SRU. In all the Ubuntu releases so far, only online contacts
were shown (which makes a lot of sense, too, otherwise it becomes
utterly hard to find the person you actually want to talk to due to list
overflow).

If this is about fixing empathy to respect a changed default gconf
setting (but not actually change the default in gconf), that's fine. But
we certainly do not want to change the out of the box behaviour in an
SRU.

** Also affects: empathy (Ubuntu Lucid)
   Importance: Low
   Status: Confirmed

** Changed in: empathy (Ubuntu Lucid)
 Assignee: (unassigned) = Didier Roche (didrocks)

** Changed in: empathy (Ubuntu Lucid)
   Status: Confirmed = Incomplete

-- 
Offline contacts not showed by default
https://bugs.launchpad.net/bugs/566909
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >