[Bug 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
Sorry for the delay I have tried File based VM works without problems.
I can add another File based VM - I have installed via vmbuilder:

vmbuilder kvm ubuntu \
--suite=precise \
--flavour=virtual \
--arch=amd64 \
--mem=512 \
--hostname=vm4 \
--bridge=br0 \
--mirror=http://de.archive.ubuntu.com/ubuntu \
-o --libvirt=qemu:///system \
--ip x.x.x.x \
--mask x.x.x.x \
--net x.x.x.x \
--bcast x.x.x.x \
--gw x.x.x.x \
--dns 8.8.8.8 \
--part=/var/lib/libvirt/images/vm4/vmbuilder.partition \
--templates=/var/lib/libvirt/images/kvm-custom-temp \
--user=tuser \
--name=Tem User \
--pass=xxx \
--addpkg=vim-nox \
--addpkg=acpid \
--firstboot=/var/lib/libvirt/images/vm4/boot.sh \
21 | tee vmbuilder-install-log.txt

LVM based is not working! It is a mystery because all my other working
VMs are LVM ...

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

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

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


[Bug 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
vgdisplay and lvdisplay

Is there any minimum space required on volume group to create LVM based
VM apart of the LV size of the particular VM ?

** Attachment added: lvdisplay.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3397953/+files/lvdisplay.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

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

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


[Bug 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
** Attachment added: vgdisplay.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3397954/+files/vgdisplay.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

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

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


[Bug 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Luke Randall
Sorry for not responding for so long.

 Just to be sure, your symptoms are exactly the same as in the
Description - kvm hangs (no response to network or the vnc console) and
takes 100% cpu?

Yes, the symptoms are exactly the same.

 Unfortunately, based on your .xml file it looks like you're not using
an LVM backed VM. I wonder if we should pursue this in a separate bug.
Would you mind opening a new bug?

I've experienced the exact same bug (or at least the exact same
symptoms) both with LVM and qcow2 images. If you feel that LVM is a
sufficiently differentiating factor then I'm happy to file a new bug.

I've found that two out of three servers with 12.04 are affected by this
bug. That means that brand new images built on these machines exhibit
this bug. However, I am still able to build images on the third server
which work as expected on any of the three servers. I don't know what to
make of that, since the machines should be close to identical in setup
(and are certainly identical from a hardware perspective).

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

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

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


[Bug 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
@Serge,

Let me know what else we could try to diagnose this problem.

This is the same VM machine created via vmbuilder with LVM volumes:

lvcreate -L26G -n vm5 virtualvg

vmbuilder.partition

root 2
swap 6000

boot.sh

# Install openssh-server
apt-get update
apt-get install -qqy --force-yes openssh-server

vmbuilder kvm ubuntu \
--suite=precise \
--flavour=virtual \
--arch=amd64 \
--mem=512 \
--hostname=vm5 \
--bridge=br0 \
--mirror=http://de.archive.ubuntu.com/ubuntu \
-o --libvirt=qemu:///system \
--ip x.x.x.x \
--mask x.x.x.x \
--net x.x.x.x \
--bcast x.x.x.x \
--gw x.x.x.x \
--dns 8.8.8.8 \
--part=/var/lib/libvirt/images/vm5/vmbuilder.partition \
--raw=/dev/mapper/virtualvg-vm5 \
--templates=/var/lib/libvirt/images/kvm-custom-temp \
--user=tuser \
--name=Temp User \
--pass=xxx \
--addpkg=vim-nox \
--addpkg=acpid \
--firstboot=/var/lib/libvirt/images/vm5/boot.sh \
21 | tee vmbuilder-install-lvm-based-log.txt

The VM hangs taking 100% CPU!

There is screenshot:

** Attachment added: KVM-lvm-based-VM-takes-100CPU.png
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3398044/+files/KVM-lvm-based-VM-takes-100CPU.png

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

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

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


[Bug 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
VM Builder Logs for VM4 - File Based and VM5 - LVM Based

Partition setup and boot.sh are identical:


vmbuilder.partition

root 2
swap 6000

boot.sh

# Install openssh-server
apt-get update
apt-get install -qqy --force-yes openssh-server


RESULT: 
VM4 (File Based) - Works No Problem
VM5 (LVM Based) - HANGS 100% CPU

Tomas



** Attachment added: vmbuilder-install-img-based-log.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3398045/+files/vmbuilder-install-img-based-log.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

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

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


[Bug 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
** Attachment added: vmbuilder-install-lvm-based-log.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3398046/+files/vmbuilder-install-lvm-based-log.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

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

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


[Bug 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
** Attachment added: lvdisplay-after-vm5-install.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3398048/+files/lvdisplay-after-vm5-install.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

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

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


[Bug 1029889] Re: LVM Based KVM VM taking 100% CPU on first start and hangs.

2012-10-14 Thread Lewdmole
** Attachment added: vgdisplay-after-vm5-install.txt
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1029889/+attachment/3398047/+files/vgdisplay-after-vm5-install.txt

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

Title:
  LVM Based KVM VM taking 100% CPU on first start and hangs.

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

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


[Bug 875440] Re: Cannot authenticate with saslauthd and mysql

2012-10-14 Thread Monkberry
Solved-Works
I really hope this helps some people on here but I've found a solution that 
does NOT require uninstalling packages or installing anything that's not in the 
stock repos for precise 12.04 for use in saslauthd(cyrus), mysql, postfix 
scenario.
The gist of the problem seems to be syntax changes and the fact that if used in 
postfix (with chroot environment), a missing link in /var/run to the chroot of 
/var/spool/postfix/var/run/saslauthd.

If postfix is chrooted (and it probably is)
/etc/default/saslauthd
OPTIONS=-c -m /var/spool/postfix/var/run/saslauthd -r
(needed the -r option, that puts the name and domain together, short for realm, 
without that it will send the user as george not geo...@example.org

/etc/pam.d/smtp
auth required pam_mysql.so user=mail passwd=yourdbpassword host=127.0.0.1 
db=maildb table=users usercolumn=id passwdcolumn=clear crypt=0
account sufficient pam_mysql.so user=mail passwd=yourdbpassword host=127.0.0.1 
db=maildb table=users usercolumn=id passwdcolumn=clear crypt=0
(this file needed the appropriate references to the database and table names 
and since I used clear passwords, I needed to change crypt=1 to crypt=0. (and 
the passwdcolumn from crypt to clear) I did this so the clear passwords would 
read all the password. Using crypt in the mysql table, it would only recognize 
the first 8 characters and ignore the rest.

And here's where the real changes took place, in the syntax.
/etc/postfix/sasl/smtpd.conf file need the changed syntax (alot) and relevant 
sql query info. NOTE: I did NOT need the pam mech_list option that I thought 
before.
pwcheck_method: saslauthd
mech_list: plain login cram-md5 digest-md5
log_level: 7 #Remove this line when done
allow_plaintext: true
auxprop_plugin: sql
sql_engine: mysql
sql_hostnames: 127.0.0.1
sql_user: mail
sql_passwd: yourdbpasswd
sql_database: maildb
sql_select: select clear from users where id='%u@%r' and enabled = 1
(note the use of the field clear, you probably want crypt if using flurdy's 
how-to.

/etc/postfix/master.cf
submission inet n   -   -   -   -   smtpd
#  -o syslog_name=postfix/submission
#  -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject

/etc/postfix/main.cf
# SASL 
smtpd_sasl_auth_enable = yes
# If your potential clients use Outlook Express or other older clients 
# this needs to be set to yes 
broken_sasl_auth_clients = no
smtpd_sasl_security_options = noanonymous
# also add
# Add permit_sasl_authenticated to you existing smtpd_sender_restrictions
# Add permit_sasl_authenticated to you existing smtpd_recipient_restrictions

Fixed the sasl path problem by writing a script as such to run at boot
as I didn't want to try and figure out what the hell the deal was with
the path, how it starts, what starts it, what names it, sasl is a pain
in the ass!

#!/bin/bash
sleep 5
ln -s /var/spool/postfix/var/run/saslauthd /var/run/saslauthd
/etc/init.d/saslauthd restart
/etc/init.d/postfix restart

That did it!!
Finally got port 587 working and authenticating.
Don't forget to open the port if not already done on the firewall

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

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions

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


[Bug 1048172] Re: dpkg: error processing maas-dhcp (--configure):

2012-10-14 Thread Fabio Marconi
** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  dpkg: error processing maas-dhcp (--configure):

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

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


[Bug 1066421] Re: fresh MAAS install from ISO fails when opening the MAAS URL

2012-10-14 Thread C de-Avillez
*** This bug is a duplicate of bug 1066556 ***
https://bugs.launchpad.net/bugs/1066556

** This bug has been marked a duplicate of bug 1066556
   MAAS install via d-i/tasksel fails whe opening the browser to /MAAS

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

Title:
  fresh MAAS install from ISO fails when opening the MAAS URL

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

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


[Bug 1066570] [NEW] should build-depend on librbd-dev

2012-10-14 Thread rslemos
Public bug reported:

I could only compile it after installing librbd-dev. Otherwise could
only get the following:

error: rbd/librbd.h: No such file or directory

lsb_release -rd:

Description:Debian GNU/Linux testing (wheezy)
Release:testing

(yes, i'm building it in debian)

qemu-kvm version: 1.2.0+noroms-0ubuntu2

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

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

Title:
  should build-depend on librbd-dev

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

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


[Bug 501956] Re: OpenSSH does not log failed attempts when key authentication is used

2012-10-14 Thread Kees Cook
** Branch linked: lp:~kees/openssh/report-publickey

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

Title:
  OpenSSH does not log failed attempts when key authentication is used

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

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


[Bug 911704] Re: vmbuilder fails with device-mapper: remove ioctl failed: No such device or address - Wrong device name loop0pp1

2012-10-14 Thread Jason Tackaberry
I had this problem in 12.04.1.  It is resolved with #1012946.  Once I
installed parted 2.3-8ubuntu5.1 (which is scheduled for 12.04.2) I was
able to use vmbuilder with a logical volume as a raw device.

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

Title:
  vmbuilder fails with device-mapper: remove ioctl failed: No such
  device or address - Wrong device name loop0pp1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/911704/+subscriptions

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


[Bug 1066359] [NEW] ssh not functional on xubuntu 12.10

2012-10-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

when attempting to ssh into a machine running xubuntu 12.10, it permanently 
stalls with the following terminal output:
$ ssh 192.168.0.4 -v
OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 192.168.1.4 [192.168.1.4] port 22.
debug1: Connection established.
debug1: identity file /home/ill/.ssh/id_rsa type -1
debug1: identity file /home/ill/.ssh/id_rsa-cert type -1
debug1: identity file /home/ill/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: identity file /home/ill/.ssh/id_dsa-cert type -1
debug1: identity file /home/ill/.ssh/id_ecdsa type -1
debug1: identity file /home/ill/.ssh/id_ecdsa-cert type -1

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: bot-comment quantal
-- 
ssh not functional on xubuntu 12.10
https://bugs.launchpad.net/bugs/1066359
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to openssh 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 1066359] Re: ssh not functional on xubuntu 12.10

2012-10-14 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

  apport-collect 1066359

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Tags added: quantal

** Package changed: ubuntu = openssh (Ubuntu)

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

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

Title:
  ssh not functional on xubuntu 12.10

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

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


[Bug 1036934] Re: package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-10-14 Thread Launchpad Bug Tracker
[Expired for openldap (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openldap (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

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

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


[Bug 1032339] Re: package mysql-server-5.1 5.1.63-0ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-10-14 Thread Launchpad Bug Tracker
[Expired for mysql-5.1 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.1 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package mysql-server-5.1 5.1.63-0ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/1032339/+subscriptions

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