[Bug 891204] Re: Essential configuration in /etc/libvirt/qemu.conf commented out

2011-11-17 Thread Mikael Ståldal
# ls -l /dev/kvm crw-rw+ 1 root root 10, 232 2011-11-16 15:22 /dev/kvm -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/891204 Title: Essential configuration in

[Bug 891527] [NEW] cobblerd fails to start: NoSectionError

2011-11-17 Thread Adam Gandelman
Public bug reported: On 12.04 with cobbler 2.2.2-0ubuntu1 on 12.04, package installs fine but upstart cannot start cobblerd. The following traceback occurs when attempting to start manually: ubuntu@domU-12-31-39-16-39-C3:~$ sudo cobblerd -F Traceback (most recent call last): File

[Bug 681703] Re: Domains don't start automatically after reboot a parent host

2011-11-17 Thread korobass
I found solution to this issue: This is the problem with DNS and this line from log file is a clue: getaddrinfo(127.0.0.1,5900): Name or service not known DNS not working early enough during the boot . So when some virtual machines are trying to start up, but DNS service doesn't work at this

[Bug 891527] Re: cobblerd fails to start: NoSectionError

2011-11-17 Thread Dave Walker
** Changed in: cobbler (Ubuntu) Importance: Undecided = High ** Changed in: cobbler (Ubuntu) Milestone: None = precise-alpha-1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu.

[Bug 868360] Re: Incorrect secret key causes user details to be revealed

2011-11-17 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/868360 Title: Incorrect secret key causes user details to be revealed

[Bug 859679] Re: using source groups (-o) with security groups causes a lazy load exception

2011-11-17 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/859679 Title: using source groups (-o) with security groups causes a

[Bug 859587] Re: nova-network deletes default route

2011-11-17 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/859587 Title: nova-network deletes default route To manage

[Bug 850602] Re: block migration needs to copy backing file

2011-11-17 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/850602 Title: block migration needs to copy backing file To manage

[Bug 845788] Re: update_image in glance.client doesn't add content-length so the swift backend can't chunk

2011-11-17 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to glance in Ubuntu. https://bugs.launchpad.net/bugs/845788 Title: update_image in glance.client doesn't add

[Bug 857956] Re: [SRU] Control file needs python-httplib2 dependency

2011-11-17 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to glance in Ubuntu. https://bugs.launchpad.net/bugs/857956 Title: [SRU] Control file needs python-httplib2 dependency

[Bug 838581] Re: Failures in db_pool code: 'NoneType' object has no attribute '_keymap' or not returning rows.

2011-11-17 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/838581 Title: Failures in db_pool code: 'NoneType' object has no

[Bug 862969] Re: --logfile_mode flag does not properly set logfile permissions

2011-11-17 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/862969 Title: --logfile_mode flag does not properly set logfile

[Bug 854614] Re: metadata service local-hostname is not fqdn

2011-11-17 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/854614 Title: metadata service local-hostname is not fqdn To manage

[Bug 861582] Re: Failed snapshots are not cleaned up

2011-11-17 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/861582 Title: Failed snapshots are not cleaned up To manage

[Bug 891472] Re: apparmor profile for libvirt does not allow hooks to be executed

2011-11-17 Thread Jamie Strandboge
This should work if you add the following to /etc/apparmor.d/bin/usr.sbin.libvirtd (under the '/usr/bin/* PUx' rule): /etc/libvirt/hooks/* ix, Hooks are called by the trusted libvirtd daemon, not by the AppArmor protected guests so this rule is safe to add to the AppArmor profile as libvirtd

[Bug 724517] Re: isql segfaults in batch mode

2011-11-17 Thread Kyle Strickland
I don't know why I didn't see this before, but the bug seems to come from an extra variable declaration in an inner scope. Removing that declaration fixed the problem. ** Patch added: Patch to remove errant variable declarations

[Bug 481752] Re: package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-11-17 Thread martin suc
Thanks Fernando Roxo - just solved my problem. -- 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/481752 Title: package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: subprocess

[Bug 891204] Re: Essential configuration in /etc/libvirt/qemu.conf commented out

2011-11-17 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu) Status: Incomplete = New ** Package changed: libvirt (Ubuntu) = qemu-kvm (Ubuntu) ** Summary changed: - Essential configuration in /etc/libvirt/qemu.conf commented out + /dev/kvm is owned by group root -- You received this bug notification because you

[Bug 891472] Re: apparmor profile for libvirt does not allow hooks to be executed

2011-11-17 Thread Serge Hallyn
@Jamie, should that be added to the profile in precise? ** Changed in: libvirt (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/891472 Title:

[Bug 889104] Re: virt-manager loses connection to qemu (0.15.X) at guest shuts down (libvirt 0.9.6)

2011-11-17 Thread Serge Hallyn
Marking confirmed based on Laine's comment in fedora bug ** Changed in: libvirt (Ubuntu) Status: New = Confirmed ** Changed in: libvirt (Ubuntu) Importance: Medium = Low -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 681703] Re: Domains don't start automatically after reboot a parent host

2011-11-17 Thread Serge Hallyn
That *should* be fixed as of 0.7.5-5ubuntu27.14. Can you show which libvirt version you are using? (dpkg -l libvirt-bin) Although since your machine is having trouble resolving 127.0.0.1, that seems like a system problem. Can you also post your /etc/hosts file? ** Changed in: libvirt (Ubuntu)

[Bug 891204] Re: /dev/kvm is owned by group root

2011-11-17 Thread Serge Hallyn
Odd, I cannot reproduce this. Can you show the result of: grep kvm /etc/group ** Changed in: qemu-kvm (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu.

[Bug 838581] Re: Failures in db_pool code: 'NoneType' object has no attribute '_keymap' or not returning rows.

2011-11-17 Thread Dave Walker
Dropping Ubuntu Oneiric upload back to Inprogress as the security upload superseeded it. Thanks. ** Changed in: nova (Ubuntu Oneiric) Status: Fix Committed = In Progress ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Server

[Bug 884163] Re: OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service Vulnerability

2011-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.25-1.1ubuntu4.1 --- openldap (2.4.25-1.1ubuntu4.1) oneiric-security; urgency=low * SECURITY UPDATE: potential denial of service (LP: #884163) - debian/patches/CVE-2011-4079: fix off by one error in postalAddressNormalize()

[Bug 884163] Re: OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service Vulnerability

2011-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.23-6ubuntu6.1 --- openldap (2.4.23-6ubuntu6.1) natty-security; urgency=low * SECURITY UPDATE: potential denial of service (LP: #884163) - debian/patches/CVE-2011-4079: fix off by one error in postalAddressNormalize() -

[Bug 884163] Re: OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service Vulnerability

2011-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.23-0ubuntu3.7 --- openldap (2.4.23-0ubuntu3.7) maverick-security; urgency=low * SECURITY UPDATE: potential denial of service (LP: #884163) - debian/patches/CVE-2011-4079: fix off by one error in postalAddressNormalize()

[Bug 884163] Re: OpenLDAP UTF8StringNormalize() Off-by-One Denial of Service Vulnerability

2011-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.21-0ubuntu5.6 --- openldap (2.4.21-0ubuntu5.6) lucid-security; urgency=low * SECURITY UPDATE: potential denial of service (LP: #884163) - debian/patches/CVE-2011-4079: fix off by one error in postalAddressNormalize() -

[Bug 891472] Re: apparmor profile for libvirt does not allow hooks to be executed

2011-11-17 Thread Jamie Strandboge
If the bug reporter reports that adding it and performing 'apparmor_parser -r /etc/apparmor.d/usr.sbin.libvirtd' solves the problem for him, sure. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu.

[Blueprint servercloud-p-lxc] LXC development for Precise

2011-11-17 Thread Jamie Strandboge
Blueprint changed by Jamie Strandboge: Whiteboard changed: Status: Started + + NOTE: (jdstrand) jjohansen's work items are being tracked as part ot + security-p-apparmor-containers and I added a dependency of this bp to + that one Work Items: [serge-hallyn] LXC init script to create

[Blueprint servercloud-p-lxc-sandboxing] Sandboxing for containers

2011-11-17 Thread Jamie Strandboge
Blueprint changed by Jamie Strandboge: Whiteboard changed: Status: not yet started The new candidate seccomp2 patch refuses execve, and is therefore not compatible with LXC. A general sandbox tool is still possible, and seccomp2 may later be extended to be usable with LXC. Work Items:

[Bug 891527] Re: cobblerd fails to start: NoSectionError

2011-11-17 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu) Assignee: (unassigned) = Andres Rodriguez (andreserl) ** Changed in: cobbler (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu.

[Blueprint servercloud-p-lxc] LXC development for Precise

2011-11-17 Thread Serge Hallyn
Blueprint changed by Serge Hallyn: Whiteboard changed: Status: Started NOTE: (jdstrand) jjohansen's work items are being tracked as part ot security-p-apparmor-containers and I added a dependency of this bp to that one Work Items: [serge-hallyn] LXC init script to create default

[Bug 891527] Re: cobblerd fails to start: NoSectionError

2011-11-17 Thread Launchpad Bug Tracker
This bug was fixed in the package cobbler - 2.2.2-0ubuntu2 --- cobbler (2.2.2-0ubuntu2) precise; urgency=low * debian/cobbler-common.install: Install missing files. - etc/cobbler/mongodb.conf (LP: #891527) - etc/cobbler/ldap/ldap_authconfig.template -

[Bug 891527] Re: cobblerd fails to start: NoSectionError

2011-11-17 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cobbler in Ubuntu. https://bugs.launchpad.net/bugs/891527 Title: cobblerd fails to start: NoSectionError To

[Bug 891204] Re: /dev/kvm is owned by group root

2011-11-17 Thread Mikael Ståldal
My user is part of the libvirtd group though, I followed this instruction: https://help.ubuntu.com/community/KVM/Installation - Add Users to Groups Karmic (9.10) and later The libvirtd-bin package will automatically add your username to the libvirtd group. There is no need to be part of

[Bug 891204] Re: /dev/kvm is owned by group root

2011-11-17 Thread Mikael Ståldal
# grep kvm /etc/group kvm:x:108: -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/891204 Title: /dev/kvm is owned by group root To manage notifications about this bug go to:

[Bug 724517] Re: isql segfaults in batch mode

2011-11-17 Thread Ubuntu Foundation's Bug Bot
The attachment Patch to remove errant variable declarations of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by

[Bug 427775] Re: ntpdate.dhcp always ignored

2011-11-17 Thread Ivan Borzenkov
** Tags removed: jaunty -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in Ubuntu. https://bugs.launchpad.net/bugs/427775 Title: ntpdate.dhcp always ignored To manage notifications about this bug go to:

[Bug 890272] [NEW] FTBFS nova when in /usr/src

2011-11-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: On a virgin Ubuntu oneiric a) cd /usr/src b) apt-get build-dep nova c) apt-get source nova d) cd nova-* e) dpkg-buildpackage What is expected: a well formed debian package What happens instead: IOError: [Errno 2] No such file or directory:

[Bug 890272] Re: FTBFS nova when in /usr/src

2011-11-17 Thread Thierry Carrez
Not a bug in nova, affects Ubuntu packaging. (Note that running all that as root sounds very wrong to me) ** Project changed: nova = nova (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu.

[Bug 891709] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread MihaiB
Public bug reported: The issue is occurring during upgrade from 11.04 ProblemType: Package DistroRelease: Ubuntu 11.10 Package: samba 2:3.5.8~dfsg-1ubuntu2.3 ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7 Uname: Linux 2.6.38-10-generic i686 ApportVersion: 1.23-0ubuntu4 Architecture:

[Bug 891709] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread MihaiB
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/891709 Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for

[Blueprint servercloud-p-juju-charm-testing] Juju: automated testing of charms

2011-11-17 Thread Clint Byrum
Blueprint changed by Clint Byrum: Whiteboard changed: + Status: spec needed, place-holder work items added to get a better + handle on the scope of work. + Work Items: [niemeyer] write spec for charm testing facility: TODO + implement specified testing framework: TODO + deploy testing

[Blueprint servercloud-p-kronos] XCP Kronos support

2011-11-17 Thread Mike McClurg
Blueprint changed by Mike McClurg: Whiteboard changed: Session Notes: - CONTACTS - - chuck.sh...@canonical.com - - ad...@canonical.com - - a...@seamicro.com - - m...@canonical.com - AGENDA + AGENDA: - What is XCP and Kronos? - Current state of Project Kronos - Work remaining (porting

[Bug 863629] Re: libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts

2011-11-17 Thread Serge Hallyn
Verified on maverick. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/863629 Title: libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts To manage notifications

[Bug 611142] Re: seabios should have native scsi support

2011-11-17 Thread Serge Hallyn
** Changed in: seabios (Ubuntu) Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/611142 Title: seabios should have native scsi support To manage

[Bug 607039] Re: NFS automount using replicated servers doesn't work

2011-11-17 Thread Serge Hallyn
** Changed in: autofs5 (Ubuntu) Assignee: (unassigned) = Serge Hallyn (serge-hallyn) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/607039 Title: NFS automount using

[Bug 889104] Re: virt-manager loses connection to qemu (0.15.X) at guest shuts down (libvirt 0.9.6)

2011-11-17 Thread Serge Hallyn
Given comment #3 and what I've seen on the mailing list, I assume the upcoming sync of 0.9.7-2 from sid should fix this. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/889104 Title:

[Bug 889104] Re: virt-manager loses connection to qemu (0.15.X) at guest shuts down (libvirt 0.9.6)

2011-11-17 Thread Serge Hallyn
Given comment #3 and what I've seen on the mailing list, I assume the upcoming sync of 0.9.7-2 from sid should fix this. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/889104 Title:

[Bug 607039] Re: NFS automount using replicated servers doesn't work

2011-11-17 Thread Serge Hallyn
Cannot reproduce this on precise, at least (which has the same autofs version as oneiric). I used 3 hosts. Two had nfs-server installed, one had autofs4 and nfs- client. The two nfs servers had a file /mnt/whoami ('master1' on one and 'master2' on the other) and in /etc/exports had /mnt

[Bug 607039] Re: NFS automount using replicated servers doesn't work

2011-11-17 Thread Serge Hallyn
Reproduced on lucid (with -updates as well as with -proposed) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in Ubuntu. https://bugs.launchpad.net/bugs/607039 Title: NFS automount using replicated servers doesn't work To

[Blueprint servercloud-p-cloudimages-cloudinit] Improvements to Cloud-init or Cloud Images

2011-11-17 Thread Scott Moser
Blueprint changed by Scott Moser: Whiteboard changed: Etherpad: - edit: http://pad.ubuntu.com/uds-p-servercloud-p-cloudimages-cloudinit - time slider: http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-cloudimages-cloudinit/latest +   edit:

[Bug 891252] Re: --config option is not honored

2011-11-17 Thread Scott Moser
** Description changed: $ mkdir /tmp/xx $ cd /tmp/xx $ export HOME=$PWD $ cat .eucarc.mine EOF DATA_DIR=/home/smoser/data/aws-smoser . ${DATA_DIR}/info EC2_REGION=${EC2_REGION:-us-east-1} EC2_CERT=${DATA_DIR}/${ec2_cert} EC2_PRIVATE_KEY=${DATA_DIR}/${ec2_private_key}

[Bug 607039] Re: NFS automount using replicated servers doesn't work

2011-11-17 Thread Serge Hallyn
On natty, I don't get the 'connect(0.0.0.0)'. However, the mounts still fail, and this time it is a bug in nfs. Even on an oneiric host, if I do mount -t nfs server:/mnt /mnt I get back ENODEV from mount.nfs4. On natty, if I switch /etc/auto.mnt to use nfs instead of nfs4, it succeeds. I

[Bug 607039] Re: NFS automount using replicated servers doesn't work

2011-11-17 Thread Serge Hallyn
I was wrong! In fact using nfs in place of nfs4 does work on lucid. So I believe this can all be blamed on nfs4 failure on lucid through oneiric. ** Summary changed: - NFS automount using replicated servers doesn't work + NFS4 automount using replicated servers doesn't work ** Changed in:

[Bug 885283] Re: please demote squid and promote squid3

2011-11-17 Thread Jamie Strandboge
$ change-override.py -c main -S squid3 2011-11-17 23:22:49 INFOCreating lockfile: /var/lock/launchpad-change-override.lock 2011-11-17 23:22:58 INFOOverride Component to: 'main' 2011-11-17 23:22:58 INFO'squid3 - 3.1.15-1ubuntu2/main/web' remained the same 2011-11-17 23:22:59 INFO

[Bug 891867] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread Bill Leach
Public bug reported: I haven't used samba in years however, I do now have a machine that can run windows so I normally leave samba installed just in case I might want to use it. The question asked of me had no relevant answers. ProblemType: Package DistroRelease: Ubuntu 11.10 Package: samba

[Bug 891867] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread Bill Leach
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/891867 Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for

[Bug 623144] Re: chkutmp assert failure: *** stack smashing detected ***: ./chkutmp terminated

2011-11-17 Thread Max
Confirmed on 11.10: Checking `chkutmp'... *** stack smashing detected ***: ./chkutmp terminated === Backtrace: = /lib/i386-linux-gnu/libc.so.6(__fortify_fail+0x45)[0x55d8d5] /lib/i386-linux-gnu/libc.so.6(+0xe7887)[0x55d887] ./chkutmp[0x8048b15]

[Bug 117736] Re: pam_mount unable to unmount needs root priv

2011-11-17 Thread Andreas Müller
DISTRIB_ID=Ubuntu DISTRIB_RELEASE=11.10 DISTRIB_CODENAME=oneiric DISTRIB_DESCRIPTION=Ubuntu 11.10 Linux workstation 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686 i386 GNU/Linux andreas@workstation:/home$ exit exit pam_mount(spawn.c:128): error setting uid to 0 and in

[Bug 891933] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread Mark Anderson
Public bug reported: I was just doing an upgrade to 11.10 I don't know enough of what went wrong to add much information. ProblemType: Package DistroRelease: Ubuntu 11.10 Package: samba 2:3.5.8~dfsg-1ubuntu2.3 ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8 Uname: Linux

[Bug 891933] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-17 Thread Mark Anderson
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/891933 Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for

[Bug 863629] Re: libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts

2011-11-17 Thread Martin Pitt
** Tags added: verification-done-maverick -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/863629 Title: libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts To

[Bug 891938] [NEW] package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-11-17 Thread Michel
Public bug reported: I am not using ldap, so may be error caused by a not-configured software ProblemType: Package DistroRelease: Ubuntu 11.10 Package: slapd 2.4.25-1.1ubuntu4.1 ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6 Uname: Linux 3.0.0-13-generic i686 ApportVersion: 1.23-0ubuntu4

[Bug 891938] Re: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-11-17 Thread Michel
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/891938 Title: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned

[Bug 891938] Re: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-11-17 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/891938 Title: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: subprocess

[Bug 891490]

2011-11-17 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people

[Bug 889953]

2011-11-17 Thread Ubuntu Foundation's Bug Bot
The attachment Thomas Poussevin's patch of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag

[Bug 887349] Re: Can't login in Windows live acount using empathy

2011-11-17 Thread Simone
How can I install the latest patch on Ubuntu 11.10 64 bit? I don't know which version I have and when I search for updates terminal give me a 404 error for the https://launchpadlibrarian.net/84701822/papyon.debdiff ; so I just turn off updates from this ppa. -- You received this bug

[Bug 661833] Re: libgv-php5 should tell php that its there

2011-11-17 Thread Greg Michalec
** Bug watch added: Debian Bug tracker #649015 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649015 ** Also affects: graphviz (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649015 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 884080] Re: Since 11.10, network manager does not automatically connect to wifi upon startup -- deletes user data

2011-11-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: network-manager (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/884080

[Bug 301203] Re: slabtop --once seems to exit without output

2011-11-17 Thread Ante Karamatić
** Changed in: procps (Ubuntu) Status: New = Confirmed ** Changed in: procps (Ubuntu) Assignee: (unassigned) = Ante Karamatić (ivoks) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/301203

[Bug 787298] Re: The user agent is generic Linux and not Ubuntu 11.04 Natty

2011-11-17 Thread Chris Coulson
No version number will be restored -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787298 Title: The user agent is generic Linux and not Ubuntu 11.04 Natty To manage notifications about this bug go

[Bug 872639] Re: Cannot open book: Could not create DesktopcouchSession object

2011-11-17 Thread Jorge Hortelano
Hi to all, I have experimented the same issue. In my case, the problem start when I have deleted the folder [home]/.gnome2/keyring following the solution to solve another problem. Then I have started to experiment the problem show in this topic. I have disabled the extension CouchDB

[Bug 774287] Re: Genesys Logic webcam not working / eee pc 1000h Ubuntu 11.04 / 11.10

2011-11-17 Thread Mapelli Fabrizio
The integrated webcam is not recognized, but if I insert a Smartphone into a USB port, the integrated webcam, miraculously, it works, take off theSmartphone and the integrated webcam dies. Excuse my bad English!!! -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 301203] Re: slabtop --once seems to exit without output

2011-11-17 Thread Ante Karamatić
Attached is a debdiff that solves this problem. PPA that contains the patch is: https://launchpad.net/~ivoks/+archive/procps Attached debdiff contains a patch that was backported from new procps releases. ** Patch added: procps.debdiff

[Bug 891521] Re: Switching windows switches keyboard layout, but does not refresh keyboard layout icon

2011-11-17 Thread Sasa Stamenkovic
** Attachment added: md.ogv https://bugs.launchpad.net/bugs/891521/+attachment/2599477/+files/md.ogv -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891521 Title: Switching windows switches

[Bug 891204] Re: Essential configuration in /etc/libvirt/qemu.conf commented out

2011-11-17 Thread Mikael Ståldal
# ls -l /dev/kvm crw-rw+ 1 root root 10, 232 2011-11-16 15:22 /dev/kvm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891204 Title: Essential configuration in /etc/libvirt/qemu.conf commented

[Bug 891521] [NEW] Switching windows switches keyboard layout, but does not refresh keyboard layout icon

2011-11-17 Thread Sasa Stamenkovic
Public bug reported: When I change windows I get keyboard layout changed, but keyboard layout icon is still displaying the old keyboard layout icon. This can be very confusing when working with different keyboard layouts in different windows. You can see how to reproduce this bug in the video

[Bug 891522] [NEW] Forms printed with Printer Language PDF get mangled

2011-11-17 Thread HPO
Public bug reported: Printing a libreoffice document containing form elements (checkboxes etc.) get superimposed with additional text: e.g. 'Checkbox' besides a checkbox etc. Switching 'Printer Language Type' to PostScript solves that - that setting is, however, not saved and has to be manually

[Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM

2011-11-17 Thread Fabrizio F
Combining all previous posts, i made this file /etc/pm/sleep.d/99fancontrol.sh that worked perfectly for me: -- #!/bin/sh # # Blocca le ventole. # ripreso da: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/77370 case $1 in

[Bug 883169] Re: Brother MFC-8840D usb printer not detected

2011-11-17 Thread Till Kamppeter
Scott, thank you very much. Seems that the recent fixes on the kernel and on CUPS solved all problems of USB printing via libusb. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883169 Title: Brother

[Bug 841692] Re: Since the last 2 versions, cause FTBS on (at least) one package

2011-11-17 Thread Nicolas Delvaux
Unfortunately, the switch to valac-0.14 produce some other errors on Ubuntu. I think this is related to libpeas 1.2 (Debian still has libpeas 1.1), but I did not find any workaround yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 787781] Re: Touch screen does not work with single finger touch, Lenovo x220 tablet

2011-11-17 Thread Timo Aaltonen
** Also affects: linux (Ubuntu Precise) Importance: Undecided Status: Invalid ** Also affects: xf86-input-wacom (Ubuntu Precise) Importance: High Assignee: Bryce Harrington (bryce) Status: Fix Released -- You received this bug notification because you are a member of

Re: [Bug 878159] Re: Banshee runs out of memory

2011-11-17 Thread Chow Loong Jin
*** This bug is a duplicate of bug 875632 *** https://bugs.launchpad.net/bugs/875632 Thanks for testing. This is a duplicate of Bug #875632 which has already been fixed in oneiric-proposed. duplicate 875632 -- Kind regards, Loong Jin ** This bug has been marked a duplicate of bug

[Bug 891527] [NEW] cobblerd fails to start: NoSectionError

2011-11-17 Thread Adam Gandelman
Public bug reported: On 12.04 with cobbler 2.2.2-0ubuntu1 on 12.04, package installs fine but upstart cannot start cobblerd. The following traceback occurs when attempting to start manually: ubuntu@domU-12-31-39-16-39-C3:~$ sudo cobblerd -F Traceback (most recent call last): File

[Bug 891526] Re: *** glibc detected *** free(): invalid next size (fast)

2011-11-17 Thread Vladimir Kolesnikov
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891526 Title: *** glibc detected *** free(): invalid next size (fast) To manage notifications about this bug go to:

[Bug 891526] Re: *** glibc detected *** free(): invalid next size (fast)

2011-11-17 Thread Vladimir Kolesnikov
** Attachment added: Crash Log from Dr. Konqi https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/891526/+attachment/2599481/+files/amarok-2017-105903.kcrash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 891526] Re: *** glibc detected *** free(): invalid next size (fast)

2011-11-17 Thread Vladimir Kolesnikov
Just in case: there are no 3rd party plugins/extensions/etc installed. ** Description changed: Amarok crashed on playback. Crash log from Dr. Konqi will be attached. + + Thread 1 (Thread 0x7f2be47de7a0 (LWP 26845)): + [KCrash Handler] + #6 0x003552a363a5 in __GI_raise (sig=6) at

[Bug 681703] Re: Domains don't start automatically after reboot a parent host

2011-11-17 Thread korobass
I found solution to this issue: This is the problem with DNS and this line from log file is a clue: getaddrinfo(127.0.0.1,5900): Name or service not known DNS not working early enough during the boot . So when some virtual machines are trying to start up, but DNS service doesn't work at this

[Bug 891526] [NEW] *** glibc detected *** free(): invalid next size (fast)

2011-11-17 Thread Vladimir Kolesnikov
Public bug reported: Amarok crashed on playback. Crash log from Dr. Konqi will be attached. Thread 1 (Thread 0x7f2be47de7a0 (LWP 26845)): [KCrash Handler] #6 0x003552a363a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #7 0x003552a39b0b in __GI_abort () at

[Bug 891527] Re: cobblerd fails to start: NoSectionError

2011-11-17 Thread Dave Walker
** Changed in: cobbler (Ubuntu) Importance: Undecided = High ** Changed in: cobbler (Ubuntu) Milestone: None = precise-alpha-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891527 Title:

[Bug 891257] Re: package doc-base 0.10.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-11-17 Thread Colin Watson
The libxml-libxml-perl problem is: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625771 Niko says of that: It's ugly, but I don't think it actually breaks anything. ** Bug watch added: Debian Bug tracker #648937 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648937 ** Also affects:

[Bug 875657] Re: Muon: This operation cannot continue since proper authorization was not provided

2011-11-17 Thread Todor Buyukliev
*** This bug is a duplicate of bug 867737 *** https://bugs.launchpad.net/bugs/867737 i'm not sure this is a duplicate of bug #867737. for me the error message appears only in a nx session (nomachine server, opennx client). muon works fine in a local session. -- You received this bug

[Bug 875659] Re: RT3090 wireless conflict with acer_wmi

2011-11-17 Thread Ike Panhc
** Changed in: linux (Ubuntu) Status: Incomplete = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875659 Title: RT3090 wireless conflict with acer_wmi To manage notifications

[Bug 825769] Re: Banshee notification icon sometimes appears with label notify-sharp under gnome-shell

2011-11-17 Thread Chow Loong Jin
Works for me based on dbus-monitor output. Banshee is sent instead of notify-sharp in the org.freedesktop.Notifications.Notify call. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/825769 Title:

[Bug 891526] Re: *** glibc detected *** free(): invalid next size (fast)

2011-11-17 Thread Vladimir Kolesnikov
0x in ?? () ** Attachment added: amarok-2017-110708.kcrash https://bugs.launchpad.net/ubuntu/+source/amarok/+bug/891526/+attachment/2599487/+files/amarok-2017-110708.kcrash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 301203] Re: slabtop --once seems to exit without output

2011-11-17 Thread Ante Karamatić
** Tags added: patch patch-accepted-debian -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/301203 Title: slabtop --once seems to exit without output To manage notifications about this bug go to:

[Bug 854845] Re: Banshee.exe crashes a lot

2011-11-17 Thread Chow Loong Jin
Can't really test this bug as the buggy gconf has already been fixed in oneiric-updates (see Bug #848198) and Banshee only had this error with the buggy GConf, so let's just mark it as verification-done. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this

[Bug 651104] Re: intel graphics turbo disabled

2011-11-17 Thread Srinivas Upadhya
Im using mac ubuntu 11.04 (which i also updated to 11.10) on my mac book pro. The error occurs because of which im not able to use ubuntu in live mode. After installing it tries to load mac theme fails and falls back to normal theme. Things work fine for sometime but then hangs. This happened

  1   2   3   4   5   6   7   8   9   10   >