[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