[Bug 784420] [NEW] cobbler/dhcpd serves invalid DNS names under x86_64 Arch

2011-05-18 Thread Sherman Boyd
Public bug reported:

Binary package hint: cobbler

Cobbler appends the Arch to the end of the default DNS name.  This is a
problem when you are using x86_64 because the _ is not a valid
character for DNS hostnames.  I'm using the isc_dhcp/bind modules.

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

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

Title:
  cobbler/dhcpd serves invalid DNS names under x86_64 Arch

-- 
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 779090] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2011-05-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: samba

software reported

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.8~dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sun May  1 18:52:36 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
RelatedPackageVersions:
 nautilus 1:2.32.2.1-0ubuntu13
 gvfs 1.8.0-0ubuntu2
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: Upgraded to natty on 2011-04-30 (6 days ago)

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


** Tags: apport-package i386 natty
-- 
package samba 2:3.5.8~dfsg-1ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 128
https://bugs.launchpad.net/bugs/779090
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in Ubuntu.

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


[Bug 723871] Re: qemu-kvm-0.14.0 Aborts with -vga qxl

2011-05-18 Thread Boris Derzhavets
PPA Building qemu-kvmspice based on current /virt/kvm/qemu-kvm.git for Ubuntu 
11.04  :-
https://launchpad.net/~bderzhavets/+archive/git-spice
is ready .  In meantime build is based on unstable mater branch.

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

Title:
  qemu-kvm-0.14.0 Aborts with -vga qxl

-- 
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 784491] [NEW] FTBFS against libgoogle-collections-java = 1.0

2011-05-18 Thread James Page
Public bug reported:

Current version in oneiric FTBFS against libgoogle-collections-java 1.0
due to changes in the API.

See https://launchpadlibrarian.net/71937288/buildlog_ubuntu-oneiric-
amd64.eucalyptus_2.0.1%2Bbzr1256-0ubuntu5~ppa1_FAILEDTOBUILD.txt.gz

ServiceJarDiscovery.java:33: cannot find symbol
symbol  : method newArrayListMultimap()
location: class com.google.common.collect.Multimaps
  private static MultimapClass, StringclassList = 
Multimaps.newArrayListMultimap( );
 ^
Binding.java:160: cannot find symbol
symbol  : method JiBX_getIndex()
location: interface org.jibx.runtime.IMarshallable
final int index = mrshable.JiBX_getIndex( );
  ^
Component.java:98: cannot find symbol
symbol  : method newConcurrentHashMap()
location: class com.google.common.collect.Maps
  private MapString, Service services= 
Maps.newConcurrentHashMap( );
 ^
DefaultServiceBuilder.java:14: cannot find symbol
symbol  : method newConcurrentHashMap()
location: class com.google.common.collect.Maps
  private MapString, ServiceConfiguration services = 
Maps.newConcurrentHashMap( );
   ^
PropertyDirectory.java:17: cannot find symbol
symbol  : method newHashMultimap()
location: class com.google.common.collect.Multimaps
  private static MultimapString, ConfigurableProperty fqPrefixMap = 
Multimaps.newHashMultimap( );
   ^
PropertyDirectory.java:19: cannot find symbol
symbol  : method newHashMultimap()
location: class com.google.common.collect.Multimaps
 private static MultimapString, ConfigurableProperty fqPendingPrefixMap = 
Multimaps.newHashMultimap( );

 ^
ConfigurationProperties.java:23: cannot find symbol
symbol  : method newHashMultimap()
location: class com.google.common.collect.Multimaps
  private static MultimapString,Class fileToClassMap = 
Multimaps.newHashMultimap( );
  ^
ConfigurationProperties.java:24: cannot find symbol
symbol  : method newHashMultimap()
location: class com.google.common.collect.Multimaps
  private static MultimapClass,String classToFieldMap = 
Multimaps.newHashMultimap( );
   ^
PersistenceContexts.java:27: cannot find symbol
symbol  : method newArrayListMultimap()
location: class com.google.common.collect.Multimaps
  private static final ArrayListMultimapString, Class entities= 
Multimaps.newArrayListMultimap( );

   ^
ReentrantListenerRegistry.java:22: cannot find symbol
symbol  : method newArrayListMultimap()
location: class com.google.common.collect.Multimaps
this.listenerMap = Multimaps.newArrayListMultimap( );
^
Composites.java:14: cannot find symbol
symbol  : method newConcurrentHashMap()
location: class com.google.common.collect.Maps
  private static ConcurrentMapClass, CompositeHelper subTypeCache = 
Maps.newConcurrentHashMap( );

** Affects: eucalyptus (Ubuntu)
 Importance: Medium
 Assignee: James Page (james-page)
 Status: In Progress

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

** Changed in: eucalyptus (Ubuntu)
   Status: New = In Progress

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = James Page (james-page)

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

Title:
  FTBFS against libgoogle-collections-java = 1.0

-- 
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 784491] Re: FTBFS against libgoogle-collections-java = 1.0

2011-05-18 Thread James Page
** Description changed:

  Current version in oneiric FTBFS against libgoogle-collections-java 1.0
  due to changes in the API.
  
  See https://launchpadlibrarian.net/71937288/buildlog_ubuntu-oneiric-
  amd64.eucalyptus_2.0.1%2Bbzr1256-0ubuntu5~ppa1_FAILEDTOBUILD.txt.gz
  
  ServiceJarDiscovery.java:33: cannot find symbol
  symbol  : method newArrayListMultimap()
  location: class com.google.common.collect.Multimaps
-   private static MultimapClass, StringclassList = 
Multimaps.newArrayListMultimap( );
-  ^
- Binding.java:160: cannot find symbol
- symbol  : method JiBX_getIndex()
- location: interface org.jibx.runtime.IMarshallable
- final int index = mrshable.JiBX_getIndex( );
-   ^
+   private static MultimapClass, StringclassList = 
Multimaps.newArrayListMultimap( );
+  
^  ^
  Component.java:98: cannot find symbol
  symbol  : method newConcurrentHashMap()
  location: class com.google.common.collect.Maps
-   private MapString, Service services= 
Maps.newConcurrentHashMap( );
-  ^
+   private MapString, Service services= 
Maps.newConcurrentHashMap( );
+  ^
  DefaultServiceBuilder.java:14: cannot find symbol
  symbol  : method newConcurrentHashMap()
  location: class com.google.common.collect.Maps
-   private MapString, ServiceConfiguration services = 
Maps.newConcurrentHashMap( );
-^
+   private MapString, ServiceConfiguration services = 
Maps.newConcurrentHashMap( );
+    ^
  PropertyDirectory.java:17: cannot find symbol
  symbol  : method newHashMultimap()
  location: class com.google.common.collect.Multimaps
-   private static MultimapString, ConfigurableProperty fqPrefixMap = 
Multimaps.newHashMultimap( );
-   
 ^
+   private static MultimapString, ConfigurableProperty fqPrefixMap = 
Multimaps.newHashMultimap( );
+   
 ^
  PropertyDirectory.java:19: cannot find symbol
  symbol  : method newHashMultimap()
  location: class com.google.common.collect.Multimaps
-  private static MultimapString, ConfigurableProperty fqPendingPrefixMap = 
Multimaps.newHashMultimap( );
-   
   ^
+  private static MultimapString, ConfigurableProperty fqPendingPrefixMap = 
Multimaps.newHashMultimap( );
+   
   ^
  ConfigurationProperties.java:23: cannot find symbol
  symbol  : method newHashMultimap()
  location: class com.google.common.collect.Multimaps
-   private static MultimapString,Class fileToClassMap = 
Multimaps.newHashMultimap( );
-   ^
+   private static MultimapString,Class fileToClassMap = 
Multimaps.newHashMultimap( );
+   ^
  ConfigurationProperties.java:24: cannot find symbol
  symbol  : method newHashMultimap()
  location: class com.google.common.collect.Multimaps
-   private static MultimapClass,String classToFieldMap = 
Multimaps.newHashMultimap( );
-^
+   private static MultimapClass,String classToFieldMap = 
Multimaps.newHashMultimap( );
+    ^
  PersistenceContexts.java:27: cannot find symbol
  symbol  : method newArrayListMultimap()
  location: class com.google.common.collect.Multimaps
-   private static final ArrayListMultimapString, Class entities= 
Multimaps.newArrayListMultimap( );
-   
 ^
+   private static final ArrayListMultimapString, Class entities= 
Multimaps.newArrayListMultimap( );
+   
 ^
  ReentrantListenerRegistry.java:22: cannot find symbol
  symbol  : method newArrayListMultimap()
  location: class com.google.common.collect.Multimaps
- this.listenerMap = Multimaps.newArrayListMultimap( );
- ^
+ this.listenerMap = Multimaps.newArrayListMultimap( );
+ ^
  Composites.java:14: cannot find symbol
  symbol  : method newConcurrentHashMap()
  location: class com.google.common.collect.Maps
-   private static ConcurrentMapClass, CompositeHelper subTypeCache = 

[Bug 784491] Re: FTBFS against libgoogle-collections-java = 1.0

2011-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/oneiric/eucalyptus/google-fix

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

Title:
  FTBFS against libgoogle-collections-java = 1.0

-- 
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 784567] [NEW] 2.0.1 not API compatible with google-collections 1.0

2011-05-18 Thread James Page
Public bug reported:

I encountered this issue when re-compiling the Ubuntu eucalyptus package
for Oneiric.

Patch attached which should resolve the API break.

** Affects: eucalyptus (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

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

Title:
  2.0.1 not API compatible with google-collections 1.0

-- 
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 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-05-18 Thread Schplurtz le déboulonné
Hello

The security man answered :

 This is the IDS embeded in a fire check point

So, no cisco. But what would be different if it were a CISCO, JUNIPER,
or ACME ? The fact that a third party is analysing and wrongly -- or
perhaps too much strictly, (or even rightly)-- identifying a packet from
a openssh=5.7  client to a  openssh5.7 server as an ssh protocol
violation and is resetting the connection seems enough to me. The
inconvenient of third parties is that you don't control them. I mean, It
seems there's not much that can be done, except, perhaps packaging an
openssh-client-old.

Schplurtz

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

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

-- 
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 784491] Re: FTBFS against libgoogle-collections-java = 1.0

2011-05-18 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 2.0.1+bzr1256-0ubuntu5

---
eucalyptus (2.0.1+bzr1256-0ubuntu5) oneiric; urgency=low

  * Fix FTBFS against libgoogle-collections-java 1.0 (LP: #784491).
- debian/patches/26-google-collections-1.0-ftbfs.patch: refactoring
  to use 1.0 API.
  * Fix libjibx-java to version 1.1 to allow entry of libjibx1.2-java
into universe without breaking eucalyptus:
- debian/eucalyptus-java-common.links: use jibx-*-1.1.jar.
- debian/build-jars: use jibx-*-1.1.jar.
- debian/control: use libjibx1.1-java instead of libjibx-java.
 -- James Page james.p...@canonical.com   Wed, 18 May 2011 10:46:58 +0100

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

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

Title:
  FTBFS against libgoogle-collections-java = 1.0

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


Re: [Bug 766242] Re: lp:ubuntu/cloud-init is not buildable by bzr-builder

2011-05-18 Thread Scott Moser
On Tue, 17 May 2011, James Westby wrote:

 What is causing the issue is that debuild and bzr-builder apply the
 quilt patches in slightly different ways, with bzr-builder failing if
 the patches are already applied and there is no .pc directory, and
 debuild no failing in that case.

I'd much prefer to have no .pc directory in packaging directories.  I
realize its probably just personal preference, but it seems silly at best
to revision control a .pc directory.  At worst, it is actually problematic
to me, making it *much* more difficult to easily see the changes from one
revision of a package to another.

I personally think having a way to easily create the .pc directory from
the current (clean) state makes more sense.

See the debian/rules target of 'quilt-setup' for cloud-init that does
that.

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

Title:
  lp:ubuntu/cloud-init is not buildable by bzr-builder

-- 
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 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-05-18 Thread Brownout
 But what would be different if it were a CISCO, JUNIPER, or ACME?
The idea is to identify common conditions and reproducing the behavior you 
described, as any other bug,
No offense, but your analysis alone is not enough to declare the problem solved.

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

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

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


Re: [Bug 783706] Re: package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-18 Thread Clint Byrum
Excerpts from Ron's message of Tue May 17 00:18:20 UTC 2011:
 Did as suggested with the following result:
 
 
 The following packages will be upgraded:
postfix
 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 29 not fully installed or removed.
 Need to get 0 B/1,165 kB of archives.
 After this operation, 0 B of additional disk space will be used.
 Do you want to continue [Y/n]? Y
 debconf: DbDriver config: /var/cache/debconf/config.dat is locked by 
 another process: Resource temporarily unavailable
 (Reading database ... 181555 files and directories currently installed.)
 Preparing to replace postfix 2.8.2-1ubuntu1 (using 
 .../postfix_2.8.2-1ubuntu2.1_i386.deb) ...
 debconf: DbDriver config: /var/cache/debconf/config.dat is locked by 
 another process: Resource temporarily unavailable
 dpkg: error processing 
 /var/cache/apt/archives/postfix_2.8.2-1ubuntu2.1_i386.deb (--unpack):
   subprocess new pre-installation script returned error exit status 1
 Errors were encountered while processing:
   /var/cache/apt/archives/postfix_2.8.2-1ubuntu2.1_i386.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 
 Can't seem to get past this error.  It's been a couple of weeks.. Almost 
 makes one think of what MS windows 7 is like.  ( almost but never)

Ron, I understand the frustration. Its entirely possible there is
another process holding this file open that shouldn't be, which would
be a bug. Can you open a Terminal and add the output of this command to
the bug report:

sudo fuser -vu /var/cache/debconf/config.dat

It should show the process which has config.dat locked. If you determine
that its ok to kill that process, you can run:

sudo kill #

Where # is the process ID shown in the output of fuser.

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

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

-- 
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 777820] Re: mcollective does not start.

2011-05-18 Thread Clint Byrum
*** This bug is a duplicate of bug 723419 ***
https://bugs.launchpad.net/bugs/723419

** This bug has been marked a duplicate of bug 723419
   Fix libdir
 * You can subscribe to bug 723419 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/723419/+subscribe

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

Title:
  mcollective does not start.

-- 
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 723419] Re: Fix libdir

2011-05-18 Thread Clint Byrum
This is fixed in Oneiric as well.

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

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

Title:
  Fix libdir

-- 
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 781088] Re: Time is not syncronized with NTP-server

2011-05-18 Thread Clint Byrum
Hi gerti! Thanks for taking the time to file this bug report and help us
make Ubuntu better.

I am not seeing the same effect as you on a fresh Natty install.
/etc/ntp.conf has 4 servers configured by default:


grep pool /etc/ntp.conf
# on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
server 0.ubuntu.pool.ntp.org
server 1.ubuntu.pool.ntp.org
server 2.ubuntu.pool.ntp.org
server 3.ubuntu.pool.ntp.org


ntp:
  Installed: 1:4.2.6.p2+dfsg-1ubuntu5
  Candidate: 1:4.2.6.p2+dfsg-1ubuntu5
  Version table:
 *** 1:4.2.6.p2+dfsg-1ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages
100 /var/lib/dpkg/status

Can you upload the contents of /etc/ntp.conf to the bug report, so that
we can try to figure out why ntp isn't syncing?

Also can you provide the output of this command:


$ ls -l /etc/rc?.d/*ntp*
lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc0.d/K50ntp - ../init.d/ntp
lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc1.d/K77ntp - ../init.d/ntp
lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc2.d/S23ntp - ../init.d/ntp
lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc3.d/S23ntp - ../init.d/ntp
lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc4.d/S23ntp - ../init.d/ntp
lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc5.d/S23ntp - ../init.d/ntp
lrwxrwxrwx 1 root root 13 2011-03-07 03:03 /etc/rc6.d/K50ntp - ../init.d/ntp

Marking Incomplete pending response.

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

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

Title:
  Time is not syncronized with NTP-server

-- 
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 784300] 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-05-18 Thread Clint Byrum
Hello Jeff, thanks for taking the time to file this bug report and help
us make Ubuntu better.

I can't determine from DpkgTerminalLog.txt what broke during your
installation, here is the relevant failure:

Setting up mysql-server-5.1 (5.1.54-1ubuntu4) ...
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

Can you possibly look in /var/log/syslog , or /var/log/mysql/error.log
for clues as to why mysql couldn't start up?

Marking Incomplete pending response.

** 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/784300

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

-- 
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 782322] Re: plugin iostat_ios looses track of its state

2011-05-18 Thread Clint Byrum
This Fedora bug seems related:

https://bugzilla.redhat.com/show_bug.cgi?id=573437

** Bug watch added: Red Hat Bugzilla #573437
   https://bugzilla.redhat.com/show_bug.cgi?id=573437

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

Title:
  plugin iostat_ios looses track of its state

-- 
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 782322] Re: plugin iostat_ios looses track of its state

2011-05-18 Thread Clint Byrum
Hi PresuntoRJ, thanks for taking the time to file this report.

As this has been reported elsewhere, I've forwarded this upstream to the
Munin bug tracker:

http://munin-monitoring.org/ticket/1085

Marking Triaged, setting importance to Medium since it results in loss
of collected data, but only for a small subset of users.

** Changed in: munin (Ubuntu)
   Status: New = Triaged

** Bug watch added: munin-monitoring.org/ #1085
   http://munin-monitoring.org/ticket/1085

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

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

Title:
  plugin iostat_ios looses track of its state

-- 
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 566736] Re: mysqld does not start reliably...

2011-05-18 Thread Rolf Leggewie
unless I misunderstand comment 1, there is still work left to be done
and the ticket should not be set to wontfix

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Won't Fix = Confirmed

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

Title:
  mysqld does not start reliably...

-- 
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 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2011-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/squid

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

Title:
  squid starts and stops immediately (after upgrade from karmic to
  lucid)

-- 
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 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2011-05-18 Thread Clint Byrum
** Changed in: squid (Ubuntu Lucid)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

** Changed in: squid (Ubuntu Lucid)
   Status: Triaged = In Progress

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

Title:
  squid starts and stops immediately (after upgrade from karmic to
  lucid)

-- 
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 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2011-05-18 Thread Clint Byrum
Uploaded fixes to maverick-proposed and lucid-proposed.

** Changed in: squid (Ubuntu Maverick)
 Assignee: Chuck Short (zulcss) = Clint Byrum (clint-fewbar)

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

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

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

Title:
  squid starts and stops immediately (after upgrade from karmic to
  lucid)

-- 
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 784797] [NEW] [Natty] freshclam.conf has invalid characters and cannot be parsed

2011-05-18 Thread Scott Testerman
Public bug reported:

Binary package hint: clamav-freshclam

Both postinst and manually running sudo dpkg-reconfigure clamav-
freshclam leave an invalid /etc/clamav/freshclam.conf file, leaving
freshclam unable to update.  Running freshclam results in the following
error:

ERROR: Incorrect argument format for option HTTPProxyPort
ERROR: Can't open/parse the config file /etc/clamav/freshclam.conf

When manually configuring via dpkg-reconfigure, the Proxy question
cannot be left blank; the http://; cannot be removed.  In the generated
freshclam.conf, the Proxy, HTTPProxyServer, and HTTPProxyPort lines all
have invalid characters.  Editing the file to correct or remove these
lines results in a correctly functioning freshclam.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: clamav-freshclam 0.97+dfsg-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Wed May 18 15:07:46 2011
InstallationMedia: Kubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: clamav
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  [Natty] freshclam.conf has invalid characters and cannot be parsed

-- 
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 784797] Re: [Natty] freshclam.conf has invalid characters and cannot be parsed

2011-05-18 Thread Scott Testerman
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/784797

Title:
  [Natty] freshclam.conf has invalid characters and cannot be parsed

-- 
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 784797] Re: [Natty] freshclam.conf has invalid characters and cannot be parsed

2011-05-18 Thread Scott Testerman
** Attachment added: Sample autogenerated freshclam.conf
   
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/784797/+attachment/2134052/+files/freshclam.conf

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

Title:
  [Natty] freshclam.conf has invalid characters and cannot be parsed

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


Re: [Bug 783706] Re: package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-18 Thread Ron
I ran command as suggested, with a process as :

  USERPID ACCESS COMMAND
/var/cache/debconf/config.dat:
  root  13393 F (root)frontend
I killed process and update/ upgrade finished without error.

Thanks,  we can call this a fix.

The only way to make sure people you agree with can speak is to support
the rights of people you don't agree with.

-Eleanor Holmes Norton, US Congressional Delegate


On 11-05-18 10:04 AM, Clint Byrum wrote:
 Excerpts from Ron's message of Tue May 17 00:18:20 UTC 2011:
 Did as suggested with the following result:


 The following packages will be upgraded:
 postfix
 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 29 not fully installed or removed.
 Need to get 0 B/1,165 kB of archives.
 After this operation, 0 B of additional disk space will be used.
 Do you want to continue [Y/n]? Y
 debconf: DbDriver config: /var/cache/debconf/config.dat is locked by
 another process: Resource temporarily unavailable
 (Reading database ... 181555 files and directories currently installed.)
 Preparing to replace postfix 2.8.2-1ubuntu1 (using
 .../postfix_2.8.2-1ubuntu2.1_i386.deb) ...
 debconf: DbDriver config: /var/cache/debconf/config.dat is locked by
 another process: Resource temporarily unavailable
 dpkg: error processing
 /var/cache/apt/archives/postfix_2.8.2-1ubuntu2.1_i386.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
 Errors were encountered while processing:
/var/cache/apt/archives/postfix_2.8.2-1ubuntu2.1_i386.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)


 Can't seem to get past this error.  It's been a couple of weeks.. Almost
 makes one think of what MS windows 7 is like.  ( almost but never)
 Ron, I understand the frustration. Its entirely possible there is
 another process holding this file open that shouldn't be, which would
 be a bug. Can you open a Terminal and add the output of this command to
 the bug report:

 sudo fuser -vu /var/cache/debconf/config.dat

 It should show the process which has config.dat locked. If you determine
 that its ok to kill that process, you can run:

 sudo kill #

 Where # is the process ID shown in the output of fuser.


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

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

-- 
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 712026] Re: cloud-init.conf never runs, instance not reachable via ssh

2011-05-18 Thread Scott Moser
I'm attaching a similar failure in oneiric.  It was fixed with reboot.

** Attachment added: oneiric failure
   
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/712026/+attachment/2134153/+files/console-log-oneiric.txt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/712026

Title:
  cloud-init.conf never runs, instance not reachable via ssh

-- 
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 784888] [NEW] indexerror in vmbuilder when partitionfile contains 2 columns or less

2011-05-18 Thread garo
Public bug reported:

Binary package hint: python-vm-builder

In 11.04 with python-vm-builder 0.12.4+bzr464-0ubuntu1, when you have a file 
vmbuilder.partition with 2 lines:
root 4000
swap 1000

and you run vmbuilder xen ubuntu --suite natty --flavour virtual --arch amd64 
-o --ip 192.168.122.2 --hostname myvm --bridge virbr0 --part 
vmbuilder.partition --user user --name user --pass default it will crash with 
this error:
Traceback (most recent call last):
  File /usr/bin/vmbuilder, line 24, in module
cli.main()  
  File /usr/lib/python2.7/dist-packages/VMBuilder/contrib/cli.py, line 222, 
in main
self.set_disk_layout(hypervisor)
  File /usr/lib/python2.7/dist-packages/VMBuilder/contrib/cli.py, line 351, 
in set_disk_layout
if not elements[3]:
IndexError: list index out of range

This is fixed with the patch i included

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  indexerror in vmbuilder when partitionfile contains 2 columns or less

-- 
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 784888] Re: indexerror in vmbuilder when partitionfile contains 2 columns or less

2011-05-18 Thread garo
** Patch added: check if there is a 3th element instead of checking if it's 
empty
   
https://bugs.launchpad.net/bugs/784888/+attachment/2134305/+files/fixIndexError.patch

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

Title:
  indexerror in vmbuilder when partitionfile contains 2 columns or less

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


Re: [Bug 783706] Re: package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-18 Thread Clint Byrum
Excerpts from Ron's message of Wed May 18 19:40:25 UTC 2011:
 I ran command as suggested, with a process as :
 
   USERPID ACCESS COMMAND
 /var/cache/debconf/config.dat:
   root  13393 F (root)frontend
 I killed process and update/ upgrade finished without error.
 
 Thanks,  we can call this a fix.

Thanks for the patience to work through it Ron. I think there's still a bug, but
it seems unlikely we'll be able to figure it out. Its also just possible a 
window
asking for configuration details was minimized or somehow otherwise hidden.

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

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

-- 
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 784904] [NEW] package libaio-dev (not installed) failed to install/upgrade: trying to overwrite '/usr/include/libaio.h', which is also in package libaio:i386 0.3.104-1

2011-05-18 Thread Davide Morano
Public bug reported:

package libaio-dev (not installed) failed to install/upgrade: trying to
overwrite '/usr/include/libaio.h', which is also in package libaio:i386
0.3.104-1

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: libaio-dev (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-server 2.6.38.2
Uname: Linux 2.6.38-8-server x86_64
NonfreeKernelModules: nvidia
AptOrdering:
 libaio-dev: Install
 libaio-dev: Configure
Architecture: amd64
Date: Wed May 18 23:01:47 2011
DpkgTerminalLog:
 Unpacking libaio-dev (from .../libaio-dev_0.3.107-7ubuntu2_amd64.deb) ...
 dpkg: error processing 
/var/cache/apt/archives/libaio-dev_0.3.107-7ubuntu2_amd64.deb (--unpack):
  trying to overwrite '/usr/include/libaio.h', which is also in package 
libaio:i386 0.3.104-1
ErrorMessage: trying to overwrite '/usr/include/libaio.h', which is also in 
package libaio:i386 0.3.104-1
SourcePackage: libaio
Title: package libaio-dev (not installed) failed to install/upgrade: trying to 
overwrite '/usr/include/libaio.h', which is also in package libaio:i386 
0.3.104-1
UpgradeStatus: Upgraded to natty on 2011-05-05 (13 days ago)

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


** Tags: amd64 apport-package natty unity-2d

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

Title:
  package libaio-dev (not installed) failed to install/upgrade: trying
  to overwrite '/usr/include/libaio.h', which is also in package
  libaio:i386 0.3.104-1

-- 
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 784904] Re: package libaio-dev (not installed) failed to install/upgrade: trying to overwrite '/usr/include/libaio.h', which is also in package libaio:i386 0.3.104-1

2011-05-18 Thread Davide Morano
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libaio in Ubuntu.
https://bugs.launchpad.net/bugs/784904

Title:
  package libaio-dev (not installed) failed to install/upgrade: trying
  to overwrite '/usr/include/libaio.h', which is also in package
  libaio:i386 0.3.104-1

-- 
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 784888] Re: indexerror in vmbuilder when partitionfile contains 2 columns or less

2011-05-18 Thread Serge Hallyn
Thanks for taking the time to report this bug and helping to make Ubuntu
better.

I will upload your patch (with one change - len(elements) check should
be  4, as elements[3] is the fourth option.  I'll push that to oneiric,
then SRU the fix to natty.

** Changed in: vm-builder (Ubuntu)
   Status: New = Confirmed

** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = High

** Changed in: vm-builder (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  indexerror in vmbuilder when partitionfile contains 2 columns or less

-- 
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 784888] Re: indexerror in vmbuilder when partitionfile contains 2 columns or less

2011-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~vmbuilder-dev/vmbuilder/packaging

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

Title:
  indexerror in vmbuilder when partitionfile contains 2 columns or less

-- 
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 777356] Re: [fixed upstream, regression] Postfix smtp does not skip unknown XFORWARD attributes, causing SMTP syntax errors

2011-05-18 Thread Matthias Andree
Guys, can we please stop distracting with lame excuses for not going for
bugfix releases, or backports of another feature release?

This particular regression was already fixed by the upstream maintainers
in a particular bugfix-only release series of Postfix (2.7.1 is 2.7.0 +
fixes), so any any further discussion is a waste of time. Any breaking-
out of particular fixes to keep SRU policies not only misses further
fixes that have been tested and released by the upstream, but also
entails the risk of breaking the patched version.

Let's get 2.7.3 into -proposed, shout for testers and see if regression-
proposed bugs crop up, and re-release through -updates if nothing bad
happens.

I understand that few packages qualify for release-updates, but I know
how strict Wietse is about changes to a .0 release. And it's certainly
not the user's fault that ancient versions got picked up in the release
rolling process - these, too, need care. And in particular, regression
fixing.

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

Title:
  [fixed upstream, regression] Postfix smtp does not skip unknown
  XFORWARD attributes, causing SMTP syntax errors

-- 
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 777356] Re: [fixed upstream, regression] Postfix smtp does not skip unknown XFORWARD attributes, causing SMTP syntax errors

2011-05-18 Thread Matthias Andree
make that 2.7.4. Admittedly even 2.7.1 was past the lucid release, but
the upstream has fixed this regression one full year and four days ago.
Can we now start the fixing?

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

Title:
  [fixed upstream, regression] Postfix smtp does not skip unknown
  XFORWARD attributes, causing SMTP syntax errors

-- 
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 784888] Re: indexerror in vmbuilder when partitionfile contains 2 columns or less

2011-05-18 Thread Launchpad Bug Tracker
This bug was fixed in the package vm-builder - 0.12.4+bzr466-0ubuntu1

---
vm-builder (0.12.4+bzr466-0ubuntu1) oneiric; urgency=low

  * Fix from garo: If you provide a .partition file whose lines have  4
elements, vmbuilder would incorrectly (since the 3d and 4th parameters
are optional) fail.  (LP: #784888)
 -- Serge Hallyn serge.hal...@ubuntu.com   Wed, 18 May 2011 18:10:20 -0500

** Changed in: vm-builder (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  indexerror in vmbuilder when partitionfile contains 2 columns or less

-- 
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 784937] [NEW] /mnt not mounted, swap not used, disk is xvde

2011-05-18 Thread Scott Moser
Public bug reported:

Binary package hint: cloud-init

in current oneiric instances:
$ cat /etc/fstab
  /dev/sda2   /mntautodefaults,nobootwait,comment=cloudconfig 0 
 2
  /dev/sda3   noneswapsw,comment=cloudconfig  0   0
$ cat /proc/partitions 
major minor  #blocks  name

 202   65   10485760 xvde1
 202   66  156352512 xvde2
 202   67 917504 xvde3

/mnt  doesn't get mounted and swap doesn't get used.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: cloud-init 0.6.1-0ubuntu8
ProcVersionSignature: User Name 2.6.39-2.7-virtual 2.6.39-rc7
Uname: Linux 2.6.39-2-virtual i686
Architecture: i386
Date: Thu May 19 01:20:27 2011
Ec2AMI: ami-10d72979
Ec2AMIManifest: 
ubuntu-images-testing-us/ubuntu-oneiric-daily-i386-server-20110518.manifest.xml
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: m1.small
Ec2Kernel: aki-407d9529
Ec2Ramdisk: unavailable
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cloud-init
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug ec2-images i386 oneiric

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

Title:
  /mnt not mounted, swap not used, disk is xvde

-- 
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 784937] Re: /mnt not mounted, swap not used, disk is xvde

2011-05-18 Thread Scott Moser
-- 
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/784937

Title:
  /mnt not mounted, swap not used, disk is xvde

-- 
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 784937] Re: /mnt not mounted, swap not used, disk is xvde

2011-05-18 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu)
   Status: New = Confirmed

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

Title:
  /mnt not mounted, swap not used, disk is xvde

-- 
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 784993] [NEW] kvm Guest freeze on boot (guest on own disk, no qemu-image)

2011-05-18 Thread Linuxonlinehelp_de
Public bug reported:

Binary package hint: kvm

System: AMD64 Server (Phenom 1090T/8GBRAM) upgraded (fresh setup) from
10.04 to 11.04, KVM Guest on own Disk (no qemu-image use)

Bug: On a fresh installed Natty Server with KVM the Guest Systems installed on 
own Block Device hangs on boot with a Kernel Freeze, Same Guest System (Centos 
5 32bit-PAE-Kernel) installed inside qemu-image runs without panic. Guest Boot 
Parameter not changed (script), after downgrade to 10.04 (fresh minimal-setup + 
kvm + bridge-utils) works without any errors.
dmesg + logs offers no informations. Test with Debian Squeeze too, NO Errors.

qcow2 Format Problem??

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

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

Title:
  kvm Guest freeze on boot (guest on own disk,no qemu-image)

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