[Bug 827590] Re: cloud-init does not mount ephemeral0 on /mnt in nova

2011-09-08 Thread Scott Moser
** Description changed:

+ related bug: bug 828357
+ 
  $ python -c 'import boto.utils; print 
boto.utils.get_instance_metadata()[block-device-mapping]'
  {'ami': 'sda1', 'root': '/dev/sda1', 'ephemeral0': 'sda2', 'swap': 'sda3'}
  
  $ cat /proc/partitions
- $ cat /proc/partitions 
+ $ cat /proc/partitions
  major minor  #blocks  name
  
-  2530   10485760 vda
-  253   16   83886080 vdb
+  2530   10485760 vda
+  253   16   83886080 vdb
  
  So there is an issue here, at very least the MD should say /dev/sda
  and /dev/sdb would be a better guess.  Additionally, there is no third
  disk (as reported in 'swap') present at all.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: cloud-init 0.6.1-0ubuntu14
  ProcVersionSignature: User Name 3.0.0-8.11-virtual 3.0.1
  Uname: Linux 3.0.0-8-virtual i686
  Architecture: i386
  Date: Tue Aug 16 19:17:00 2011
  Ec2AMI: ami-0011
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: nova.db.sqlalchemy.models.InstanceTypes object at 0x4f32090
  Ec2Kernel: aki-0010
  Ec2Ramdisk: unavailable
  PackageArchitecture: all
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: cloud-init
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  cloud-init does not mount ephemeral0 on /mnt in nova

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/827590/+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 844539] [NEW] libvirtd not starting

2011-09-08 Thread Frank Groeneveld
Public bug reported:

After installing libvirtd libvirt0 and kvm, libvirtd is not started when
running service libvirtd start (or restart for that matter). The old
init script doesn't work either, because it uses the same upstart
script.

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

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

Title:
  libvirtd not starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/844539/+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 844539] Re: libvirtd not starting

2011-09-08 Thread Frank Groeneveld
My runlevel is unkown. Probably the cause?

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

Title:
  libvirtd not starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/844539/+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 644632] Re: nssldap-update-ignoreusers needs to be configurable to ignore users

2011-09-08 Thread Nigel Babu
** Changed in: libnss-ldap (Ubuntu)
 Assignee: Nigel Babu (nigelbabu) = (unassigned)

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

Title:
  nssldap-update-ignoreusers needs to be configurable to ignore users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/644632/+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


[Blueprint server-o-tomcat7-packaging] Package Tomcat 7

2011-09-08 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Session topics:
  
  Complexity of packaging - good fit with current tomcat6 packaging.
  Engagement with debian
  Learnings from tomcat6 packaging
  - Upstart - refactoring sounds like a good idea.
  - authbind - still considered a key part of the package.
  - tomcat-user - package still useful.
  - security management integrations.
  
  Ease migration,.
  
  Switching tomcat6/tomcat7 in main.
  - Defer until next release post review of bugs
  
  dbcp - look for diff in packages.
  osgi wrap to packages
  
  ===
  
  Work items (oneiric-alpha-2):
  [james-page] work with debian upstream on packaging: DONE
  [james-page] Investigate OSGi wrapping in Jars: DONE
  
  Work items:
- [james-page] address upstart/init co-existence in debian package: INPROGRESS
+ [james-page] address upstart/init co-existence in debian package: POSTPONED
  [james-page] ensemble formula for deploying tomcat7: INPROGRESS

-- 
Package Tomcat 7
https://blueprints.launchpad.net/ubuntu/+spec/server-o-tomcat7-packaging

-- 
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 832507] Re: console.log grows indefinitely

2011-09-08 Thread Robie Basak
The plan is:

1) Create a FIFO, open it persistently and use this as the console log 
destination
2) Write a handler that will write to a ring buffer on disk
3) Periodically read data out of the FIFO and give it to the handler
4) Also do step 3 before processing get_console_output
5) get_console_output now needs to read through the ring buffer implementation
6) Reopen the FIFO when Nova is restarted

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 839569] Re: Apache2 is still Range header DoS vulnerable if gzip compression is enabled

2011-09-08 Thread Paweł Tęcza
Stefen,

Yes, you're absolutely right! We can only check in that way if a server
supports byte Range headers.

killapache.pl causes that even my upgraded server is DoS'ed, but it's
rather related to my Apache's config. Probably I need to decrease a
value of MaxClients and MaxKeepAliveRequests, because I have too less
resources to handle the request of 50 forks of killapache.pl.

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

Title:
  Apache2 is still Range header DoS vulnerable if gzip compression is
  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/839569/+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 836668] Re: [FFE] python-mongodb

2011-09-08 Thread Matthias Klose
2011-09-08 10:02:14 INFOOverride Component to: 'main'
2011-09-08 10:02:14 INFO'pymongo - 1.11-1/universe/python' source overridden
2011-09-08 10:02:14 INFO'python-bson-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/amd64
2011-09-08 10:02:14 INFO'python-bson-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/armel
2011-09-08 10:02:14 INFO'python-bson-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/i386
2011-09-08 10:02:14 INFO'python-bson-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/powerpc
2011-09-08 10:02:14 INFO'python-gridfs-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/amd64
2011-09-08 10:02:14 INFO'python-gridfs-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/armel
2011-09-08 10:02:14 INFO'python-gridfs-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/i386
2011-09-08 10:02:14 INFO'python-gridfs-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/powerpc
2011-09-08 10:02:14 INFO'python-pymongo-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/amd64
2011-09-08 10:02:14 INFO'python-pymongo-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/armel
2011-09-08 10:02:14 INFO'python-pymongo-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/i386
2011-09-08 10:02:14 INFO'python-pymongo-1.11-1/universe/python/OPTIONAL' 
binary overridden in oneiric/powerpc
2011-09-08 10:02:14 INFO'python-pymongo-doc-1.11-1/universe/doc/OPTIONAL' 
binary overridden in oneiric/amd64
2011-09-08 10:02:14 INFO'python-pymongo-doc-1.11-1/universe/doc/OPTIONAL' 
binary overridden in oneiric/armel
2011-09-08 10:02:14 INFO'python-pymongo-doc-1.11-1/universe/doc/OPTIONAL' 
binary overridden in oneiric/i386
2011-09-08 10:02:14 INFO'python-pymongo-doc-1.11-1/universe/doc/OPTIONAL' 
binary overridden in oneiric/powerpc


** Changed in: pymongo (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [FFE] python-mongodb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pymongo/+bug/836668/+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 836664] Re: [MIR] python-anyjson

2011-09-08 Thread Matthias Klose
2011-09-08 10:01:14 INFOOverride Component to: 'main'
2011-09-08 10:01:14 INFO'python-anyjson - 0.3.1-1/universe/python' source 
overridden
2011-09-08 10:01:14 INFO'python-anyjson-0.3.1-1/universe/python/OPTIONAL' 
binary overridden in oneiric/amd64
2011-09-08 10:01:14 INFO'python-anyjson-0.3.1-1/universe/python/OPTIONAL' 
binary overridden in oneiric/armel
2011-09-08 10:01:14 INFO'python-anyjson-0.3.1-1/universe/python/OPTIONAL' 
binary overridden in oneiric/i386
2011-09-08 10:01:14 INFO'python-anyjson-0.3.1-1/universe/python/OPTIONAL' 
binary overridden in oneiric/powerpc
2011-09-08 10:01:15 INFO'python3-anyjson-0.3.1-1/universe/python/OPTIONAL' 
binary overridden in oneiric/amd64
2011-09-08 10:01:15 INFO'python3-anyjson-0.3.1-1/universe/python/OPTIONAL' 
binary overridden in oneiric/armel
2011-09-08 10:01:15 INFO'python3-anyjson-0.3.1-1/universe/python/OPTIONAL' 
binary overridden in oneiric/i386
2011-09-08 10:01:15 INFO'python3-anyjson-0.3.1-1/universe/python/OPTIONAL' 
binary overridden in oneiric/powerpc


** Changed in: python-anyjson (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] python-anyjson

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-anyjson/+bug/836664/+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 835596] Re: [MIR] python-stompy

2011-09-08 Thread Matthias Klose
2011-09-08 10:00:14 INFOOverride Component to: 'main'
2011-09-08 10:00:14 INFO'python-stompy - 0.2.5-1ubuntu1/universe/python' 
source overridden
2011-09-08 10:00:14 INFO
'python-stompy-0.2.5-1ubuntu1/universe/python/OPTIONAL' binary overridden in 
oneiric/amd64
2011-09-08 10:00:14 INFO
'python-stompy-0.2.5-1ubuntu1/universe/python/OPTIONAL' binary overridden in 
oneiric/armel
2011-09-08 10:00:14 INFO
'python-stompy-0.2.5-1ubuntu1/universe/python/OPTIONAL' binary overridden in 
oneiric/i386
2011-09-08 10:00:14 INFO
'python-stompy-0.2.5-1ubuntu1/universe/python/OPTIONAL' binary overridden in 
oneiric/powerpc


** Changed in: python-stompy (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] python-stompy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-stompy/+bug/835596/+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 825127] Re: [MIR] python-novaclient

2011-09-08 Thread Matthias Klose
2011-09-08 10:03:56 INFOOverride Component to: 'main'
2011-09-08 10:03:56 INFO'python-novaclient - 
2.6.4~bzr110-0ubuntu1/universe/python' source overridden
2011-09-08 10:03:56 INFO
'python-novaclient-2.6.4~bzr110-0ubuntu1/universe/python/OPTIONAL' binary 
overridden in oneiric/amd64
2011-09-08 10:03:56 INFO
'python-novaclient-2.6.4~bzr110-0ubuntu1/universe/python/OPTIONAL' binary 
overridden in oneiric/armel
2011-09-08 10:03:56 INFO
'python-novaclient-2.6.4~bzr110-0ubuntu1/universe/python/OPTIONAL' binary 
overridden in oneiric/i386
2011-09-08 10:03:56 INFO
'python-novaclient-2.6.4~bzr110-0ubuntu1/universe/python/OPTIONAL' binary 
overridden in oneiric/powerpc


** Changed in: python-novaclient (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] python-novaclient

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prettytable/+bug/825127/+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 844712] [NEW] package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread Prasanna Shankarapura
Public bug reported:

I tried to install mysql on my ubuntu PC (mysql-server-5.1). Then my
system crashed.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-server-5.1 5.1.54-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
Architecture: i386
Date: Thu Sep  8 17:05:01 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: mysql-5.1
Title: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/844712/+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 844712] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread Prasanna Shankarapura
-- 
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/844712

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/844712/+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 844114] Re: Please merge pep8 0.6.1-2 from debian unstable (main)

2011-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package pep8 - 0.6.1-2ubuntu1

---
pep8 (0.6.1-2ubuntu1) oneiric; urgency=low

  * Merge from debian unstable (LP: #844114). Remaining changes:
- dh_python2 transition.

pep8 (0.6.1-2) unstable; urgency=low

  * Revert depends change. (Closes: #637920)
  * Update Standards version, no changes needed.
 -- Mahyuddin Susanto udi...@ubuntu.com   Thu, 08 Sep 2011 12:30:50 +0100

** Changed in: pep8 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Please merge pep8 0.6.1-2 from debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pep8/+bug/844114/+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 831228] Re: asterisk version 1:1.8.3.3-1ubuntu1 failed to build in oneiric

2011-09-08 Thread Robie Basak
This is due to a problem with libc-client.so.2007e.0 in libc-client2007e
from uw-imap. Once that file is fixed the asterisk package should build
again.

** Also affects: uw-imap (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: uw-imap (Ubuntu Oneiric)
   Importance: Undecided = High

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

Title:
  asterisk version 1:1.8.3.3-1ubuntu1 failed to build in oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/831228/+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 831228] Re: asterisk version 1:1.8.3.3-1ubuntu1 failed to build in oneiric

2011-09-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~racb/+junk/uw-imap

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

Title:
  asterisk version 1:1.8.3.3-1ubuntu1 failed to build in oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/831228/+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 843701] Re: CVE-2011-3190 Apache Tomcat Authentication bypass and information disclosure

2011-09-08 Thread James Page
New upstream release sync for tomcat7 raised under bug 844745

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

Title:
  CVE-2011-3190 Apache Tomcat Authentication bypass and information
  disclosure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/843701/+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 844774] [NEW] Samba ignores “check password script” option

2011-09-08 Thread Sven Ehret
Public bug reported:

from the smb.conf man page:

check password script (G)

   The name of a program that can be used to check password complexity. 
The password is
   sent to the program's standard input.

   The program must return 0 on a good password, or any other value if 
the password is
   bad. In case the password is considered weak (the program does not 
return 0) the user
   will be notified and the password change will fail.

Problem: The script does not get executed. Whatever is configured here,
the script is not being touched and so the option is useless.

The execution of this script should be logged with log level 5 but it
isn't. It also does not give an error if the script cannot be found.
Testparm warns, however, if you misspell the check password option.

This has been working two months ago when I was testing it, but now that
the password policy must be enforced it is not.


Description:Ubuntu 10.04.3 LTS
Release:10.04

samba:
  Installed: 2:3.4.7~dfsg-1ubuntu3.7
  Candidate: 2:3.4.7~dfsg-1ubuntu3.7
  Version table:
 *** 2:3.4.7~dfsg-1ubuntu3.7 0
500 http://dz.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
100 /var/lib/dpkg/status
 2:3.4.7~dfsg-1ubuntu3 0
500 http://dz.archive.ubuntu.com/ubuntu/ lucid/main Packages

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

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

Title:
  Samba ignores “check password script” option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/844774/+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 842400] Re: package nagios3-common 3.2.0-4ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
Error from log:

Setting up nagios3-common (3.2.0-4ubuntu2.2) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell 
buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Replacing config file /etc/nagios3/conf.d/host-gateway_nagios3.cfg with new 
version
chown: cannot access `/var/run/nagios3': No such file or directory
dpkg: error processing nagios3-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of nagios3-core:
 nagios3-core depends on nagios3-common (= 3.2.0-4ubuntu2.2); however:
  Package nagios3-common is not configured yet.
dpkg: error processing nagios3-core (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of nagios3-cgi:
 nagios3-cgi depends on nagios3-common (= 3.2.0-4ubuntu2.2); however:
  Package nagios3-common is not configured yet.
dpkg: error processing nagios3-cgi (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of nagios3:
 nagios3 depends on nagios3-core (= 3.2.0-4ubuntu2.2); however:
  Package nagios3-core is not configured yet.
 nagios3 depends on nagios3-cgi (= 3.2.0-4ubuntu2.2); however:
  Package nagios3-cgi is not configured yet.
dpkg: error processing nagios3 (--configure):AptOrdering:

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

Title:
  package nagios3-common 3.2.0-4ubuntu2.2 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/nagios3/+bug/842400/+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 843701] Re: CVE-2011-3190 Apache Tomcat Authentication bypass and information disclosure

2011-09-08 Thread Jamie Strandboge
tomcat7 was fixed in 7.0.21-1.

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

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

** Changed in: tomcat7 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  CVE-2011-3190 Apache Tomcat Authentication bypass and information
  disclosure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/843701/+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 844539] Re: libvirtd not starting

2011-09-08 Thread Serge Hallyn
Hi,

thanks for submitting this bug.  What release is this in?  Could you run
'apport-collect 844539' to get us some extra info?

What do you mean by 'runlevel is unknown'?  Yes, libvirt starts at
certain runlevels so that would keep it from starting, automatically at
boot, but it should still be starting when you do  'start libvirt-bin'.

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  libvirtd not starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/844539/+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 842400] Re: package nagios3-common 3.2.0-4ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
** Changed in: nagios3 (Ubuntu)
   Importance: Undecided = Low

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

Title:
  package nagios3-common 3.2.0-4ubuntu2.2 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/nagios3/+bug/842400/+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 844774] Re: Samba ignores “check password script” option

2011-09-08 Thread Sven Ehret
Sorry! The option has to be set on the server where the password
actually will be changed!

I was testing this on a server with a slave LDAP directory.

** Changed in: samba (Ubuntu)
   Status: New = Invalid

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

Title:
  Samba ignores “check password script” option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/844774/+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 837049] Re: php5 FTBFS (amd64 only)

2011-09-08 Thread Matthias Klose
** Changed in: php5 (Ubuntu Oneiric)
   Status: Confirmed = Fix Released

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

Title:
  php5 FTBFS (amd64 only)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/837049/+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 844478] Re: apt upgrade exits on error with slapd_2.4.21-0ubuntu5.5_amd64.deb

2011-09-08 Thread James Page
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 844478

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.

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

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

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

Title:
  apt upgrade exits on error with slapd_2.4.21-0ubuntu5.5_amd64.deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/844478/+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 407173] Re: openssh: Please set traffic class on IPv6 packets

2011-09-08 Thread Bug Watch Updater
** Changed in: openssh (Debian)
   Status: Confirmed = Fix Released

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

Title:
  openssh: Please set traffic class on IPv6 packets

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/407173/+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 843296] Re: cannot install snmp-mibs-downloader - does not exist

2011-09-08 Thread James Page
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

snmp-mibs-downloader is located in multiverse.

This part of the archive is not enabled by default in the oneiric cloud
images - you can enable it by editing:

  sudo vi /etc/apt/sources.list

That should fix your issue.

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

Title:
  cannot install snmp-mibs-downloader - does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/843296/+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 843296] Re: cannot install snmp-mibs-downloader - does not exist

2011-09-08 Thread James Page
rmadison snmp-mibs-downloader
snmp-mibs-downloader |1.0 | lucid/multiverse | source, all
snmp-mibs-downloader |1.1 | maverick/multiverse | source, all
snmp-mibs-downloader |1.1 | natty/multiverse | source, all
snmp-mibs-downloader |1.1 | oneiric/multiverse | source, all

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

Title:
  cannot install snmp-mibs-downloader - does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/843296/+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 843296] Re: cannot install snmp-mibs-downloader - does not exist

2011-09-08 Thread James Page
Marking this bug as 'Invalid' - if you are still encountering issues
after enabling multiverse please set the status back to 'New'.

** Changed in: net-snmp (Ubuntu)
   Status: New = Invalid

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

Title:
  cannot install snmp-mibs-downloader - does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/843296/+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 839569] Re: Apache2 is still Range header DoS vulnerable if gzip compression is enabled

2011-09-08 Thread Upen
In addition to my earlier comment and after reading other comments, I'd like to 
add now that I changed MaxClients for apache2( In Pre fork MPM ) on my virtual 
Lucid and restarted apache2. Ran killapache but this time the load on system 
didn't go high, and apache2 processes were limited to 3(observed using top 
command). 

Before setting MaxClients I ran a guideline script from
http://rimuhosting.com/howto/memory.jsp to find MaxClient number that I
can use on my lucid. Script showed me number 3 and was surprised why so
low as the default is 150 :). Anyways looking at free physical memory
may be it makes sense to use 3 on system.

So I am now certain that in my case it was unhealthy configuration of
apache2 that was the cause that made fully patched Lucid system die
after running against kill apache script. And, even after using 1000
forks in killapache script my Lucid continued to stay in good health.

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

Title:
  Apache2 is still Range header DoS vulnerable if gzip compression is
  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/839569/+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 844712] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/844712/+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 844336] Re: snmpd launched before network is fully up

2011-09-08 Thread James Page
** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  snmpd launched before network is fully up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/844336/+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 829909] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/829909/+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 839980] Re: package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2011-09-08 Thread James Page
Error starting the session, please check the PHP error indicated by the
cookie or web server, PHP and configure properly.

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

Title:
  package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade:
  problèmes de dépendances - laissé non configuré

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/839980/+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 794894] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
As far as I can see this bug is not Confirmed - switching back to 'New'
and marking as importance 'Medium' as we seem to see this issue alot.

** Changed in: mysql-5.1 (Ubuntu)
   Status: Confirmed = New

** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/794894/+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 838729] [NEW] x200 laptop fails to complete to suspend on second suspend after boot

2011-09-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have Lenovo X200 laptop. In 11.04, it suspended  resumed reliably.

For the last week or so, running oneiric, the laptop has not suspended
reliably. Specifically, when I suspend it for the second time, it starts
to suspend – moon LED flashes, screen switches to black, blank terminal
with a single non-flashing cursor – but never completes suspending. I
inevitably end up having to force power-off by holding down the power
button.

I asked on #ubuntu+1, #ubuntu-devel and #ubuntu-uk on how to report this
effectively. The best help I got was someone telling me to try from
unity2d to see if it's a compiz bug. I have the same problem under
unity2d. My advisor told me to log it as a linux bug.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-9-generic 3.0.0-9.15
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
Uname: Linux 3.0.0-9-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jml5122 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf262 irq 46'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,17aa20ff,0010'
   Controls  : 16
   Simple ctrls  : 8
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7XHT21WW-1.03'
   Mixer name   : 'ThinkPad EC 7XHT21WW-1.03'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [off]
Date: Thu Sep  1 11:56:38 2011
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=c88ac700-43a9-4045-9a35-1bb4794e4ba9
MachineType: LENOVO 7454A12
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: root=UUID=66c83d9d-bb68-4f51-995c-63e9b4ee025f ro quiet 
splash
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-9-generic N/A
 linux-backports-modules-3.0.0-9-generic  N/A
 linux-firmware   1.60
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: Upgraded to oneiric on 2011-07-26 (37 days ago)
UserAsoundrc:
 # ALSA library configuration file
 
 # Include settings that are under the control of asoundconf(1).
 # (To disable these settings, comment out this line.)
 /home/jml/.asoundrc.asoundconf
WpaSupplicantLog:
 
dmi.bios.date: 07/30/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 6DET28WW (1.05 )
dmi.board.name: 7454A12
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6DET28WW(1.05):bd07/30/2008:svnLENOVO:pn7454A12:pvrThinkPadX200:rvnLENOVO:rn7454A12:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7454A12
dmi.product.version: ThinkPad X200
dmi.sys.vendor: LENOVO

** Affects: libcgroup (Ubuntu)
 Importance: Medium
 Status: Triaged


** Tags: amd64 apport-bug oneiric running-unity staging
-- 
x200 laptop fails to complete to suspend on second suspend after boot
https://bugs.launchpad.net/bugs/838729
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to libcgroup 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 844712] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please could you attach output from the following commands to this bug
report:

  sudo ps -aef | grep mysqld
  sudo initctl list

and the following log files:

  /var/log/mysql/*.log

Please could you also try to restart mysql-server to see if this issue
re-occurs.

Marking this bug as 'Incomplete' pending your response of the above.

Thanks

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

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/844712/+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 839489] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: the script post-installation subprocess returned exit code 1

2011-09-08 Thread James Page
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please could you attach output from the following commands to this bug
report:

  sudo ps -aef | grep mysqld
  sudo initctl list

and the following log files:

  /var/log/mysql/*.log

Marking this bug as 'Incomplete' pending your response of the above.

Thanks

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

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  the script post-installation subprocess returned exit code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/839489/+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 820953] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please could you attach output from the following commands to this bug
report:

  sudo ps -aef | grep mysqld
  sudo initctl list

and the following log files:

  /var/log/mysql/*.log

Please could you also try restart mysql-server to see if this issue re-
occurs.

Marking this bug as 'Incomplete' pending your response of the above.

Thanks

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

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/820953/+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 839980] Re: package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2011-09-08 Thread James Page
Paramétrage de mysql-server-5.1 (5.1.54-1ubuntu4) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action start failed.
dpkg : erreur de traitement de mysql-server-5.1 (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
dpkg : des problèmes de dépendances empêchent la configuration de mysql-server :
 mysql-server dépend de mysql-server-5.1 ; cependant :
 Le paquet mysql-server-5.1 n'est pas encore configuré.
dpkg : erreur de traitement de mysql-server (--configure) :
 problèmes de dépendances - laissé non configuré

** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade:
  problèmes de dépendances - laissé non configuré

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/839980/+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 838729] Re: x200 laptop fails to complete to suspend on second suspend after boot

2011-09-08 Thread Leann Ogasawara
Per Jonathan's comment I reassigned this to cgroup-bin.

** Package changed: ubuntu = libcgroup (Ubuntu)

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

Title:
  x200 laptop fails to complete to suspend on second suspend after boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/838729/+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 794894] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please could you attach output from the following commands to this bug
report:

  sudo ps -aef | grep mysqld
  sudo initctl list

and the following log files:

  /var/log/mysql/*.log

Please could you also try to restart mysql-server to see if this issue
re-occurs.

Marking this bug as 'Incomplete' pending your response of the above.

Thanks

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

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/794894/+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 834967] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
Error from log:

Setting up mysql-server-5.1 (5.1.54-1ubuntu4) ...
AppArmor parser error for /etc/apparmor.d/usr.sbin.mysqld in 
/etc/apparmor.d/usr.sbin.mysqld at line 9: Could not open 'abstractions/mysql'
start: Job failed to start
invoke-rc.d: initscript mysql, action start failed.
dpkg: error processing mysql-server-5.1 (--configure):
 subprocess installed post-installation script returned error exit status 1

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/834967/+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 817843] Re: package mysql-server-5.1 5.1.54-1ubuntu4 [modified: usr/share/doc/mysql-server-5.1/examples/my-large.cnf.gz] failed to install/upgrade: subprocess installed post-installation script r

2011-09-08 Thread James Page
Errors from log:
110728  7:46:03 [Note] Plugin 'FEDERATED' is disabled.
110728  7:46:03  InnoDB: Initializing buffer pool, size = 8.0M
110728  7:46:03  InnoDB: Completed initialization of buffer pool
110728  7:46:03  InnoDB: Started; log sequence number 0 44233
110728  7:46:03  InnoDB: Starting shutdown...
110728  7:46:08  InnoDB: Shutdown completed; log sequence number 0 44233
110728  7:46:08 [Note] Plugin 'FEDERATED' is disabled.
110728  7:46:08  InnoDB: Initializing buffer pool, size = 8.0M
110728  7:46:08  InnoDB: Completed initialization of buffer pool
110728  7:46:09  InnoDB: Started; log sequence number 0 44233
ERROR: 1064  You have an error in your SQL syntax; check the manual that 
corresponds to your MySQL server version for the right syntax to use near 
'ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 
NOT ' at line 1
110728  7:46:09 [ERROR] Aborting

110728  7:46:09  InnoDB: Starting shutdown...
110728  7:46:14  InnoDB: Shutdown completed; log sequence number 0 44233
110728  7:46:14 [Note] /usr/sbin/mysqld: Shutdown complete

110728  7:46:14 [Note] Plugin 'FEDERATED' is disabled.
110728  7:46:14  InnoDB: Initializing buffer pool, size = 8.0M
110728  7:46:14  InnoDB: Completed initialization of buffer pool
110728  7:46:14  InnoDB: Started; log sequence number 0 44233
110728  7:46:14  InnoDB: Starting shutdown...
110728  7:46:19  InnoDB: Shutdown completed; log sequence number 0 44233
110728  7:46:19 [Note] Plugin 'FEDERATED' is disabled.
110728  7:46:19  InnoDB: Initializing buffer pool, size = 8.0M
110728  7:46:19  InnoDB: Completed initialization of buffer pool
110728  7:46:20  InnoDB: Started; log sequence number 0 44233
ERROR: 1050  Table 'plugin' already exists
110728  7:46:20 [ERROR] Aborting

110728  7:46:20  InnoDB: Starting shutdown...
110728  7:46:25  InnoDB: Shutdown completed; log sequence number 0 44233
110728  7:46:25 [Note] /usr/sbin/mysqld: Shutdown complete

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 [modified: usr/share/doc
  /mysql-server-5.1/examples/my-large.cnf.gz] 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/817843/+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 812642] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-09-08 Thread James Page
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please could you attach output from the following commands to this bug
report:

  sudo ps -aef | grep mysqld
  sudo initctl list

and the following log files:

  /var/log/mysql/*.log

Please could you also try to restart mysql-server to see if this issue
re-occurs.

Marking this bug as 'Incomplete' pending your response of the above.

Thanks

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

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/812642/+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 834967] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Please could you attach output from the following commands to this bug
report:

  sudo ps -aef | grep mysqld
  sudo initctl list

and the following log files:

  /var/log/mysql/*.log

Please could you also try to restart mysql-server to see if this issue
re-occurs.

Marking this bug as 'Incomplete' pending your response of the above.

Thanks

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/834967/+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 799798] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
As the system experiencing this issue is no longer available marking as
'Invalid' as we won't be able to progress this bug report any further.

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

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/799798/+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 844712] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
Thank you for taking the time to report this bug and trying to help make
Ubuntu better. However, it seems that you are not using a software
package provided by the official Ubuntu repositories. Because of this
the Ubuntu project can not support or fix your particular bug.

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

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/844712/+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 844712] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
Apologies - please ignore my comment in #3 - wrong window.

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

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/844712/+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 813494] Re: package mysql-client-5.1 5.1.54-1ubuntu4 failed to install/upgrade: trying to overwrite '/usr/bin/innochecksum', which is also in package mysql-server 5.0.92-2

2011-09-08 Thread James Page
Thank you for taking the time to report this bug and trying to help make
Ubuntu better. However, it seems that you are not using a software
package provided by the official Ubuntu repositories. Because of this
the Ubuntu project can not support or fix your particular bug.

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

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

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

Title:
  package mysql-client-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  trying to overwrite '/usr/bin/innochecksum', which is also in package
  mysql-server 5.0.92-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/813494/+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 823462] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-09-08 Thread James Page
Marking this bug report as 'Invalid' as we will not be able to progress
this any further with the reporter.

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

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/823462/+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 817843] Re: package mysql-server-5.1 5.1.54-1ubuntu4 [modified: usr/share/doc/mysql-server-5.1/examples/my-large.cnf.gz] failed to install/upgrade: subprocess installed post-installation script r

2011-09-08 Thread James Page
This looks similar to bug 776226 - but as not progress on that bug
report as well not marking as duplicate for the time being.

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 [modified: usr/share/doc
  /mysql-server-5.1/examples/my-large.cnf.gz] 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/817843/+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 820953] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
** Changed in: mysql-5.1 (Ubuntu)
   Importance: Low = Medium

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/820953/+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 213574] Re: Autofs fails to start with maps from NIS

2011-09-08 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 50430 ***
https://bugs.launchpad.net/bugs/50430

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

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

Title:
  Autofs fails to start with maps from NIS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/213574/+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 827705] Re: PXE boot requests non-standard config filename

2011-09-08 Thread Tobin Davis
** Changed in: u-boot-linaro (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: u-boot-linaro
   Status: Fix Committed = Fix Released

** Changed in: u-boot (Ubuntu)
   Status: New = Invalid

** Changed in: u-boot
   Status: New = Invalid

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

Title:
  PXE boot requests non-standard config filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/u-boot/+bug/827705/+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 834967] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread James Page
Looks like you may have some sort of apparmor issue as well - please
could you attach the output from the following commands to this bug
report:

  ls -l /etc/apparmor.d/abstractions/*

You could also try re-installing apparmor using the following command
which *may* help resolve this issue:

  sudo apt-get install --reinstall apparmor

Thanks

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

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/834967/+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 839980] Re: package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2011-09-08 Thread Timothy Mayoh
** Changed in: mysql-5.1 (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade:
  problèmes de dépendances - laissé non configuré

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/839980/+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 844982] Re: Cobbler lacking arm templates for pxe file generation

2011-09-08 Thread Andres Rodriguez
** Changed in: cobbler (Ubuntu)
   Status: New = Fix Committed

** Changed in: cobbler (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Cobbler lacking arm templates for pxe file generation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/844982/+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 844982] Re: Cobbler lacking arm templates for pxe file generation

2011-09-08 Thread Launchpad Bug Tracker
This bug was fixed in the package cobbler - 2.1.0+git20110602-0ubuntu25

---
cobbler (2.1.0+git20110602-0ubuntu25) oneiric; urgency=low

  * debian/cobbler-common.install: Install missing pxeprofile_arm.template
and pxesystem_arm.template (LP: #844982).
 -- Andres Rodriguez andres...@ubuntu.com   Thu, 08 Sep 2011 13:01:55 -0400

** Changed in: cobbler (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Cobbler lacking arm templates for pxe file generation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/844982/+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 844712] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-08 Thread Prasanna Shankarapura
@James Page,
Thank you for interested in solving this issue. Here are the some informations 
that you asked. Hope this could help our Linux community.

(restarting the mysql-server does nothing. I'm facing the same issue)

I got these messages,
For sudo ps -aef | grep mysqld

prasanna  1860  1805  0 22:20 pts/000:00:00 grep --color=auto mysqld
 

For sudo initctl list

avahi-daemon start/running, process 675
mountall-net stop/waiting
rc stop/waiting
rsyslog start/running, process 567
tty4 start/running, process 885
udev start/running, process 288
upstart-udev-bridge start/running, process 261
ureadahead-other stop/waiting
apport stop/waiting
console-setup stop/waiting
hwclock-save stop/waiting
irqbalance stop/waiting
plymouth-log stop/waiting
tty5 start/running, process 902
atd start/running, process 919
dbus start/running, process 616
failsafe-x stop/waiting
plymouth stop/waiting
udev-fallback-graphics stop/waiting
control-alt-delete stop/waiting
hwclock stop/waiting
mounted-proc stop/waiting
network-manager start/running, process 656
alsa-store stop/waiting
module-init-tools stop/waiting
setvtrgb stop/waiting
alsa-restore stop/waiting
cron start/running, process 918
gdm start/running, process 629
mountall stop/waiting
mounted-debugfs stop/waiting
acpid start/running, process 916
plymouth-stop stop/waiting
rcS stop/waiting
ufw start/running
mounted-varrun stop/waiting
rc-sysinit stop/waiting
cups start/running, process 812
upstart-socket-bridge start/running, process 649
anacron stop/waiting
tty2 start/running, process 910
udevtrigger stop/waiting
mounted-dev stop/waiting
tty3 start/running, process 911
udev-finish stop/waiting
hostname stop/waiting
mountall-reboot stop/waiting
mysql stop/waiting
mountall-shell stop/waiting
mounted-tmp stop/waiting
network-interface (ppp0) start/running
network-interface (lo) start/running
network-interface (eth0) start/running
plymouth-splash stop/waiting
plymouth-upstart-bridge stop/waiting
tty1 start/running, process 1304
udevmonitor stop/waiting
dmesg stop/waiting
network-interface-security (network-manager) start/running
network-interface-security (network-interface/eth0) start/running
network-interface-security (network-interface/ppp0) start/running
network-interface-security (network-interface/lo) start/running
network-interface-security (networking) start/running
networking stop/waiting
procps stop/waiting
tty6 start/running, process 914
ureadahead stop/waiting

** Attachment added: Attached file contains the error report of the 
mysql-server issue
   
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/844712/+attachment/2373090/+files/error.log

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 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/844712/+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 844982] [NEW] Cobbler lacking arm templates for pxe file generation

2011-09-08 Thread Andres Rodriguez
Public bug reported:

Cobbler is not installing the templates added for pxe files generation
for ARM.

** Affects: cobbler (Ubuntu)
 Importance: Medium
 Status: Fix Released

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

Title:
  Cobbler lacking arm templates for pxe file generation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/844982/+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 777626] Re: package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2011-09-08 Thread nutznboltz
*** This bug is a duplicate of bug 349469 ***
https://bugs.launchpad.net/bugs/349469

** This bug has been marked a duplicate of bug 349469
   debconf: DbDriver config: /var/cache/debconf/config.dat is locked by 
another process: Resource temporarily unavailable

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

Title:
  package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/777626/+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 839569] Re: Apache2 is still Range header DoS vulnerable if gzip compression is enabled

2011-09-08 Thread Steve Beattie
Paweł and Upen, thanks for following up. Based on your comments, I'm
going to close this bug report; please re-open it if you find any
evidence that suggests the fix for CVE-2011-3192 is incomplete.

Stefan, thanks for chiming in.

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

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

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

Title:
  Apache2 is still Range header DoS vulnerable if gzip compression is
  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/839569/+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 537757] Re: PHP modules removed when upgrading apache2 to 2.2.11-2ubuntu2.6

2011-09-08 Thread nutznboltz
Is this a duplicate of LP: #349469 ?

I ask because LP: #774214 was marked as a duplicate of LP: #349469 and
this one appears similar.

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

Title:
  PHP modules removed when upgrading apache2 to 2.2.11-2ubuntu2.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/537757/+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 744371] Re: PHP5-FPM doesn't always restart on 10.10

2011-09-08 Thread rynop
This happens quite frequently for me on 10.10 32 bit and 64 bit. I can't
figure out why but I can re-produce easily. If anyone has an idea on
what may fix it, i can test it out since i can reproduce.

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

Title:
  PHP5-FPM doesn't always restart on 10.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/744371/+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 845068] [NEW] ipmitool is not packaged for ARM

2011-09-08 Thread Jason Hobbs
Public bug reported:

There is no ARM version of this package. ipmitool is commonly used for
managing servers. Please build an ARM version of ipmitool.

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

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

Title:
  ipmitool is not packaged for ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/845068/+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 828792] Re: [FFE] Merge 0.9.3-5 from debian unstable

2011-09-08 Thread Serge Hallyn
@Jamie,

does that indicate a problem in the apparmor security driver code?

Should I wait to mark this bug 'wontfix'?

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

Title:
  [FFE] Merge 0.9.3-5 from debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/828792/+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 815743] Re: Failure to create HVM guest via virt-install at Xen 4.1.1 Dom0

2011-09-08 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

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

Title:
  Failure to create HVM guest via virt-install at Xen 4.1.1 Dom0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/815743/+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 843296] Re: cannot install snmp-mibs-downloader - does not exist

2011-09-08 Thread Leonardo Borda
Thanks James!

I did not realise multiverse was not enabled.
Once installed the package and commenting /etc/snmp/snmp.conf mib parameter to 
use proprietary licenses, it worked.

Leonardo

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

Title:
  cannot install snmp-mibs-downloader - does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/843296/+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 845155] [NEW] instance launched without key has incorrect metadata

2011-09-08 Thread Scott Moser
Public bug reported:

Currently on openstack, if you did something like this:

$ cat my.userdata
#cloud-config
ssh_authorized_keys:
 - ssh-rsa 
B3NzaC1yc2EBIwAAAQEA3I7VUf2l5gSn5uavROsc5HRDpZdQueUq5ozemNSj8T7enqKHOEaFoU2VoPgGEWC9RyzSQVeyD6s7APMcE82EtmW4skVEgEGSbDc1pvxzxtchBj78hJP6Cf5TCMFSXw+Fz5rF1dR23QDbN1mkHs7adr8GW4kSWqU7Q7NDwfIrJJtO7Hi42GyXtvEONHbiRPOe8stqUly7MvUoN+5kfjBM8Qqpfl2+FNhTYWpMfYdPUnE7u536WqzFmsaqJctz3gBxH9Ex7dFtrxR4qiqEr9Qtlu3xGn7Bw07/+i1D+ey3ONkZLN+LQ714cgj8fRS4Hj29SCmXp5Kt5/82cD/VN3NtHw==
 smoser@brickies

runcmd:
 - [ sudo, -Hu, ubuntu, ssh-import-id, smoser ]

$ euca-run-instances --user-data-file my.userdata

you'd see a message to the console that says:
   2011-09-08 20:55:52,779 - cc_ssh.py[WARNING]: applying credentials failed!

because i also inserted the key via ssh-import-id i could get to the
instanc,e, then the cloud-init lgo shows:

2011-09-08 20:55:52,778 - util.py[DEBUG]: Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/cc_ssh.py, line 
73, in handle
keys = cloud.get_public_ssh_keys()
  File /usr/lib/python2.7/dist-packages/cloudinit/__init__.py, line 437, in 
get_public_ssh_keys
return(self.datasource.get_public_ssh_keys())
  File /usr/lib/python2.7/dist-packages/cloudinit/DataSource.py, line 68, in 
get_public_ssh_keys
for keyname, klist in self.metadata['public-keys'].items():
AttributeError: 'str' object has no attribute 'items'

2011-09-08 20:55:52,779 - cc_ssh.py[WARNING]: applying credentials
failed!


The issue is that if no key is given, nova's metadata service will show an 
entry with an empty value.  EC2's will not show the entry.

ie:
## nova with no key
$ wget http://169.254.169.254/2009-04-04/meta-data/ -O - -q | grep key 
public-keys
$ wget http://169.254.169.254/2009-04-04/meta-data/public-keys -O - -q ; echo

$ wget http://169.254.169.254/2009-04-04/meta-data/ -O - -q | grep key 
public-keys/
$ wget http://169.254.169.254/2009-04-04/meta-data/public-keys -O - -q ; echo
0=mykey

## ec2 with no key:

## nova with a key
$ wget http://169.254.169.254/2009-04-04/meta-data/ -O - -q | grep key 

^ there is no 'public-keys' entry listed.


This could be fixed in any number of ways.
cloud-init could be more forgiving (and probably should), but the right place 
to fix it is in nova, otherwise to support this in Ubuntu images we'll have to 
SRU it to all releases.

** Affects: cloud-init
 Importance: Undecided
 Status: New

** Affects: nova
 Importance: Undecided
 Status: New

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

** Affects: nova (Ubuntu Oneiric)
 Importance: Undecided
 Status: New

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

** Also affects: cloud-init
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu)
Milestone: None = ubuntu-11.10-beta-2

** Also affects: nova (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

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

Title:
  instance launched without key has incorrect metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/845155/+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 845155] Re: instance launched without key has incorrect metadata

2011-09-08 Thread Scott Moser
** Tags added: server-o-rs

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

Title:
  instance launched without key has incorrect metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/845155/+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 827590] Re: cloud-init does not mount ephemeral0 on /mnt in nova

2011-09-08 Thread Scott Moser
** Also affects: nova (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Oneiric)
   Importance: Medium
   Status: Triaged

** Also affects: nova (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

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

Title:
  cloud-init does not mount ephemeral0 on /mnt in nova

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/827590/+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 598933] Re: open-vm-tools should recommend open-vm-dkms

2011-09-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-
tools-august.merge

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

Title:
  open-vm-tools should recommend open-vm-dkms

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/598933/+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 839772] Re: libvirtd crashed with SIGSEGV in malloc()

2011-09-08 Thread Serge Hallyn
Paul,

would you mind trying the packages at
http://people.canonical.com/~serge/libvirt-pcifix-n-amd64.tgz

and seeing if they help?

I'm pretty sure this is another duplicate of bug 726099.

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

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

Title:
  libvirtd crashed with SIGSEGV in malloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/839772/+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 836119] Re: KVM Guest gets general protection fault on two CPUs

2011-09-08 Thread Serge Hallyn
Can you guide me through precisely how you created the guest which
causes the server to crash, so that I can try to reproduce?

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

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

Title:
  KVM Guest gets general protection fault on two CPUs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/836119/+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 782973] Re: virtfs isn't enabled

2011-09-08 Thread Serge Hallyn
I'm going to mark this Wontfix for natty until there is at least a
specific request from someone who needs it.  In order to fix it in
natty, I would need to fill out a SRU justification, so it will help to
be able to point to user demand, as well as to know that there will be
someone around to test the fix.

** Changed in: qemu-kvm (Ubuntu Natty)
   Status: Confirmed = Won't Fix

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

Title:
  virtfs isn't enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/782973/+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 653405] Re: rabbitmq-server fails to start if hostname is unresolvable or has changed since first starting

2011-09-08 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking

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

Title:
  rabbitmq-server fails to start if hostname is unresolvable or has
  changed since first starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/653405/+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 828792] Re: [FFE] Merge 0.9.3-5 from debian unstable

2011-09-08 Thread Jamie Strandboge
I don't think it is the apparmor security driver code based on where the error 
is occurring and the test output:
 Test initialization ... (default:default, qemu:///session, apparmor=False) ... 
FAIL

The apparmor driver is disabled and it is still failing (granted, in the
session code).

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

Title:
  [FFE] Merge 0.9.3-5 from debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/828792/+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 845155] Re: instance launched without key has incorrect metadata

2011-09-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/nova/lp845155

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

Title:
  instance launched without key has incorrect metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/845155/+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 845155] Re: instance launched without key has incorrect metadata

2011-09-08 Thread Scott Moser
** Changed in: nova
   Status: New = In Progress

** Changed in: nova
 Assignee: (unassigned) = Scott Moser (smoser)

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

Title:
  instance launched without key has incorrect metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/845155/+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 844478] Re: apt upgrade exits on error with slapd_2.4.21-0ubuntu5.5_amd64.deb

2011-09-08 Thread datakid
I tried running apport-collect as you suggested and I got this output:

datakid@thailand:~$ sudo apport-collect 844478
Package openldap not installed and no hook available, ignoring

*** Updating problem report

No additional information collected.

Press any key to continue...

No pending crash reports. Try --help for more information.

I tried another upgrade and apport-collect but got the same result?

cheers
L.

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

Title:
  apt upgrade exits on error with slapd_2.4.21-0ubuntu5.5_amd64.deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/844478/+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 347622] Re: in SYSTEM mode, VM ips are not automatically discovered by CC or NC on switched networks

2011-09-08 Thread Eric Woodlief
We've experienced a similar problem with neither the CC nor the NCs
consistently discovering the public/private IP addresses of instances.

Here is how to reproduce our particular scenario:
It is in SYSTEM mode and a DHCP service is running on the CC. The DHCP can 
assign IP addresses from many possible subnets. If a NC (that happens to have 
its br0 bound somewhere in, say, subnet1) starts an instance that is told by 
DHCP to use an IP address in subnet2, this NC's ARP table will never populate 
with that particular instance IP and it will go undiscovered. If the instance 
happens to receive an IP address on its NC's subnet, the ARP entry is set and 
the instance IP is discovered.

(Somewhat of a) Solution:
One could have all NCs bound to all subnets, but that would be a waste of IP 
addresses and possibly introduce routing problems. The simplest solution is to 
have the CC bind to all subnets, for example: ifconfig eth0:1 subnet2_ip 
netmask ... And just create /etc/network/interface entries so that it will 
persist on restarts. Since the DHCP service is on the CC, its ARP table will 
populate across all subnets, and the CC will always discover and report IP 
addresses in euca-describe-instances. However, the NCs will still show 0.0.0.0 
in its nc.log, but that is acceptable for now.

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

Title:
  in SYSTEM mode, VM ips are not automatically discovered by CC or NC on
  switched networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/347622/+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 844478] Re: apt upgrade exits on error with slapd_2.4.21-0ubuntu5.5_amd64.deb

2011-09-08 Thread datakid
I'm also concerned that this is given a low importance despite being a
common piece of software on an LTS server release. Since it's blocking
upgraes, which will be security upgrades, I would suggest that this is
actually of higher importance.

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

Title:
  apt upgrade exits on error with slapd_2.4.21-0ubuntu5.5_amd64.deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/844478/+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 845247] [NEW] SNMP mibs +all does not work in snmpd.conf

2011-09-08 Thread john fisher
Public bug reported:

In order to translate SNMP Objects  to oids  you need the mib. After you 
install your mib in /usr/share/snmp/mibs and restart snmpd:
snmptranslate  -m all -Onf -IR MyMIBObject ..works
but
snmptranslate  Onf -IR MyMIBObject .. fails

Adding mibs +all to snmpd.conf does not work as the documentation says
it should. There is no snmp.conf in /etc/snmp.

To get the translation to work you need $HOME/.snmp/snmp.conf with mibs
+all in it.

What should happen is the package creates $HOME/.snmp/snmp.conf
automatically and adds  mibs +all  as a default if thats appropriate.
Documentation should change to make it clear what is controlled by
snmp.conf ( and maybe there should be a global one too) and by
snmpd.conf

Ubuntu 10.04 
root@john:~# dpkg -l | grep snmp
ii  libgsnmp00.2.0-3

ii  libnet-snmp-perl 5.2.0-3
 
ii  libsnmp-base 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1
 
ii  libsnmp-perl 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1
 
ii  libsnmp155.4.2.1~dfsg0ubuntu1-0ubuntu2.1

ii  nagios-snmp-plugins  1.1.1-6

ii  php5-snmp5.3.2-1ubuntu4.9   
   
ii  snmp 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1
 
ii  snmp-mibs-downloader 1.0

ii  snmpd5.4.2.1~dfsg0ubuntu1-0ubuntu2.1

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

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

Title:
  SNMP mibs +all does not work in snmpd.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/845247/+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 828792] Re: [FFE] Merge 0.9.3-5 from debian unstable

2011-09-08 Thread Jamie Strandboge
I should also note I am not actively investigating this issue at
present.

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

Title:
  [FFE] Merge 0.9.3-5 from debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/828792/+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 450645] Invitation to connect on LinkedIn

2011-09-08 Thread Md. Afzalur Rashid
Bug,

I'd like to add you to my professional network on LinkedIn.

- Afzalur

Afzalur Rashid
General Manager at Bit Mascot
Bangladesh

Confirm that you know Afzalur Rashid:
https://www.linkedin.com/e/-29eamg-gscqcc4m-23/isd/4142981962/R1um16G5/?hs=falsetok=3T-I8tioaczQU1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-29eamg-gscqcc4m-23/TER1nQpPVCK4t1_PYtyWhvnPen_Q1LQ3WyY7xp7/goo/450645%40bugs%2Elaunchpad%2Enet/20061/I1429795656_1/?hs=falsetok=0RgF630UWczQU1

(c) 2011 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  error during slapd configuration: chown: cannot access
  `olcDbDirectory\nolcDbDirectory'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/450645/+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