[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


[Bug 747092] Re: [FUJITSU FMVNP2PL] edge scrolling does not work

2011-05-18 Thread yuriy bevzenkko
I confirm this on Lenovo G550. No scrolling with the Touchpad. Output of xinput 
list:
⎡ Virtual core pointer   id=2   [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer id=4   [slave  pointer  (2)]
⎜   ↳ PS/2 Mouse id=12   [slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS GlidePoint   id=13   [slave  pointer  (2)]
⎣ Virtual core keyboard  id=3   [master keyboard (2)]
↳ Virtual core XTEST keyboardid=5   [slave  keyboard (3)]
↳ Power Button   id=6   [slave  keyboard (3)]
↳ Video Bus  id=7   [slave  keyboard (3)]
↳ Power Button   id=8   [slave  keyboard (3)]
↳ Sleep Button   id=9   [slave  keyboard (3)]
↳ Lenovo EasyCamera  id=10   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard   id=11   [slave  keyboard (3)]
↳ Ideapad extra buttons  id=14   [slave  keyboard (3)]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747092

Title:
  [FUJITSU FMVNP2PL] edge scrolling does not work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2011-05-18 Thread Rodrick Yu
I ran into this issue while running Natty on VMware. More specifically:
I log in to Ubuntu Classic mode.
The theme is Ambiance as expected, but all of the icons are the unity theme 
icons instead of Ubuntu-Mono. Nautilus also has the Ubuntu One icon embedded.
About 20 seconds later, the theme reverts to the ugly theme.
Restarting gnome-settings-daemon and nautilus fixes the to the proper Classic 
mode theme.

I've tried the workaround in #68 and it still resulted in:
** (gnome-settings-daemon:1941): WARNING **: You can only run one xsettings 
manager at a time; exiting
regardless of the time i set, until i set it too far and 
gnome-settings-daemon.desktop timed out instead.

I had set the virtual machine as a single CPU single core machine. Once
I changed the machine to dual core, I logged into Ubuntu Classic with
the expected theme and icons without the theme reverting.

I hope that helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/649809

Title:
  the session settings manager can try starting before the login screen
  one exits

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784412] [NEW] Overlay Scrollbar not working properly in system-config-printe

2011-05-18 Thread Saaz Rai
Public bug reported:

Binary package hint: overlay-scrollbar

While trying to add a printer from Windows Printer via Samba, the
overlay scrollbar does not work in the dialog box opened for browsing
the Printers. Attached Screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: overlay-scrollbar 0.1.12-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
Uname: Linux 2.6.38-9-generic i686
Architecture: i386
Date: Wed May 18 11:21:01 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: overlay-scrollbar
UpgradeStatus: Upgraded to natty on 2011-04-22 (25 days ago)

** Affects: overlay-scrollbar (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty running-unity unity-2d

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784412

Title:
  Overlay Scrollbar not working properly in system-config-printe

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784412] Re: Overlay Scrollbar not working properly in system-config-printe

2011-05-18 Thread Saaz Rai
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784412

Title:
  Overlay Scrollbar not working properly in system-config-printe

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784412] Re: Overlay Scrollbar not working properly in system-config-printe

2011-05-18 Thread Saaz Rai
** Attachment added: Screenshot.png
   
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/784412/+attachment/2133305/+files/Screenshot.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784412

Title:
  Overlay Scrollbar not working properly in system-config-printe

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784411] [NEW] installer crashed

2011-05-18 Thread Pu'uwai Kim
Public bug reported:

Binary package hint: ubiquity

file:///var/log/syslog
file:///var/log/partman

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784411

Title:
  installer crashed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784411] Re: installer crashed

2011-05-18 Thread Pu'uwai Kim
** Attachment added: syslog
   https://bugs.launchpad.net/bugs/784411/+attachment/2133300/+files/syslog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784411

Title:
  installer crashed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784411] Re: installer crashed

2011-05-18 Thread Pu'uwai Kim
** Attachment added: partman
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/784411/+attachment/2133302/+files/partman

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784411

Title:
  installer crashed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784411] Re: installer crashed

2011-05-18 Thread Pu'uwai Kim
** Attachment added: partman
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/784411/+attachment/2133303/+files/partman

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784411

Title:
  installer crashed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 768158] Re: software-center crashed with AttributeError in convert_desktop_file_to_installed_location(): 'NoneType' object has no attribute 'replace' when installing a .deb file

2011-05-18 Thread Gary Lasker
** Description changed:

  Binary package hint: software-center
  
  Happened after I installed Google Talk Plug-In via software-center
+ 
+ TEST CASE:
+ 1. Download the Google Talk Plugin .deb from http://www.google.com/talk/ and 
save to your desktop.
+ 2. Update to Software Center 4.0.2 in natty-proposed.
+ 3. Double-click the Google Talk Plugin .deb on your desktop.
+ 4. Software Center should and display the details page for the Google Talk 
Plugin.
+ 5. Click the Install button.
+ 6. Verify that the package installs without issue.
+ 7. Uninstall the plugin if desired.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: software-center 4.0
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu Apr 21 10:41:42 2011
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/home/username/Downloads/google-talkplugin_current_amd64.deb
  ProcEnviron:
-  LANGUAGE=de_DE:en
-  PATH=(custom, no user)
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=de_DE:en
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/home/username/Downloads/google-talkplugin_current_amd64.deb']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in 
convert_desktop_file_to_installed_location(): 'NoneType' object has no 
attribute 'replace'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768158

Title:
  software-center crashed with AttributeError in
  convert_desktop_file_to_installed_location(): 'NoneType' object has no
  attribute 'replace' when installing a .deb file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 765516] Re: can't establish a mobile broadband connection using an n900 connected over USB

2011-05-18 Thread Philip Muškovac
wvdial:
$ sudo wvdial
-- WvDial: Internet dialer version 1.61
-- Cannot get information for serial port.
-- Initializing modem.
-- Sending: ATZ
OK
-- Modem initialized.
-- Sending: ATDT*99#
-- Waiting for carrier.
ATDT*99#
CONNECT
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}}} }*} } g}%~
-- Carrier detected.  Waiting for prompt.
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}}} }*} } g}%~
-- PPP negotiation detected.
-- Starting pppd at Wed May 18 07:55:05 2011
-- Pid of pppd: 20218
-- Using interface ppp0
-- pppd: �F[1d]
-- pppd: �F[1d]
-- pppd: �F[1d]
-- local  IP address 10.45.39.123
-- pppd: �F[1d]
-- remote IP address 10.6.6.6
-- pppd: �F[1d]
-- primary   DNS address 193.189.244.225
-- pppd: �F[1d]
-- secondary DNS address 193.189.244.206
-- pppd: �F[1d]

syslog shows:
May 18 07:55:05 yofel-1000H pppd[20218]: pppd 2.4.5 started by root, uid 0
May 18 07:55:05 yofel-1000H NetworkManager[687]:SCPlugin-Ifupdown: devices 
added (path: /sys/devices/virtual/net/ppp0, iface: ppp0)
May 18 07:55:05 yofel-1000H NetworkManager[687]:SCPlugin-Ifupdown: device 
added (path: /sys/devices/virtual/net/ppp0, iface: ppp0): no ifupdown 
configuration found.
May 18 07:55:05 yofel-1000H NetworkManager[687]: warn 
/sys/devices/virtual/net/ppp0: couldn't determine device driver; ignoring...
May 18 07:55:05 yofel-1000H pppd[20218]: Using interface ppp0
May 18 07:55:05 yofel-1000H pppd[20218]: Connect: ppp0 -- /dev/ttyACM0
May 18 07:55:05 yofel-1000H pppd[20218]: PAP authentication succeeded
May 18 07:55:07 yofel-1000H pppd[20218]: local  IP address 10.45.39.123
May 18 07:55:07 yofel-1000H pppd[20218]: remote IP address 10.6.6.6
May 18 07:55:07 yofel-1000H pppd[20218]: primary   DNS address 193.189.244.225
May 18 07:55:07 yofel-1000H pppd[20218]: secondary DNS address 193.189.244.206

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/765516

Title:
  can't establish a mobile broadband connection using an n900 connected
  over USB

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 773062] Re: cmake does not work well with ccache

2011-05-18 Thread Eddy Pronk
Ironically ccache is a workaround for broken build systems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773062

Title:
  cmake does not work well with ccache

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 750481] Re: In a double monitor setup the Unity top panel in the second screen is cut at the right

2011-05-18 Thread franco_bez
I'm wondering why this is still unassigned.
Is there really nobody feeling responsible for the fix ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/750481

Title:
  In a double monitor setup the Unity top panel in the second screen is
  cut at the right

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 221745] Re: [upstream] [3.3] format paintbrush in OpenOffice.org Presentation is not activated

2011-05-18 Thread Christopher M. Penalver
dtuheirwe, does this issue occur for you in LibreOffice Impress?

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/221745

Title:
  [upstream] [3.3] format paintbrush in OpenOffice.org Presentation is
  not activated

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 140489] Re: Podcasts dont show up in iPod podcasts menu

2011-05-18 Thread John Artman
I've been asked to leave a comment here about how this might be a
regression in Ubuntu 11.04

This might be a regression in Ubuntu 11.04.  Again, not fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/140489

Title:
  Podcasts dont show up in iPod podcasts menu

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 777583] Re: Reviews sorting should use upstream version

2011-05-18 Thread Gary Lasker
** Description changed:

  Binary package hint: software-center
  
  Software Center version 4.0.1
  
  We currently sort reviews in Software Center's details view based on
  upstream version number of the package, followed by usefulness of the
  review as voted by users, and lastly by date of the review. With the
  version comparison, reviews for previous upstream versions are pushed
  later in the list and are tagged with the line This review was written
  for a previous version of packagename (Version: upstream version
  number).
  
  For some packages, however, the sorting by usefulness for a given
  upstream package version is incorrect. For an example of this, see the
  attached screenshot that shows the list of reviews for the Inkscape
  package and note that the review by dreamsare4living with a usefulness
  of 3 out of 3 is incorrectly located *above* the review by Erik B.
  Anderson with a usefulness of 4 out of 4. Instead, the reviews should
  be sorted from highest usefulness to lowest for any given upstream
  version.
+ 
+ TEST CASE:
+ 1. Open Software Center version 4.0.1.
+ 2. Navigate to the Inkscape package details view.
+ 3. Examine the list of reviews and note that the initial set of reviews for 
the current version of Inkscape are not correctly sorted by usefulness rating, 
current reviews as shown:
+ 8 of 8 people...
+ 4 of 4 people...
+ 3 of 3 people...
+ 4 of 4 people...  -- this review is out of order
+ 3 of 5 people...
+ 4. Close Software Center and install version 4.0.2 from natty-proposed.
+ 5. Open Software Center version 4.0.2 and navigate back to Inkscape.
+ 6. Verify that the reviews are now sorted correctly by usefulness, as shown 
for current reviews:
+ 8 of 8 people...
+ 4 of 4 people...
+ 4 of 4 people...
+ 3 of 3 people...
+ 3 of 5 people...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777583

Title:
  Reviews sorting should use upstream version

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 777583] Re: Reviews sorting should use upstream version

2011-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/software-center

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777583

Title:
  Reviews sorting should use upstream version

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 776706] Re: Software Centre doesn't show ratings on a fresh install

2011-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/software-center

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776706

Title:
  Software Centre doesn't show ratings on a fresh install

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774201] Re: software center displaying 0 reviews when number exceeds 100

2011-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/software-center

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774201

Title:
  software center displaying 0 reviews when number exceeds 100

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 768158] Re: software-center crashed with AttributeError in convert_desktop_file_to_installed_location(): 'NoneType' object has no attribute 'replace' when installing a .deb file

2011-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/software-center

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768158

Title:
  software-center crashed with AttributeError in
  convert_desktop_file_to_installed_location(): 'NoneType' object has no
  attribute 'replace' when installing a .deb file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 745803] Re: SRU Request: telepathy logger uses 100% CPU

2011-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/telepathy-logger

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/745803

Title:
  SRU Request: telepathy logger uses 100% CPU

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784416] [NEW] Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
Public bug reported:

Binary package hint: ubiquity

Hello,

I was installing Ubuntu 11.04 on my system (alongside Windows Vista Home
Premium) this evening when the installer returned the following error
message:

We're sorry; the installer crashed. Please file a new bug report at
https://launchpad.net/ubuntu/+source/ubiquity/+filebug (do not attach
your details to any existing bug) and a developer will attend to the
problem as soon as possible. To help the developers understand what went
wrong, include the following detail in your bug report, and attach the
files /var/log/syslog and /var/log/partman:

As requested in the error, I am submitting this bug report. I have
attached the syslog file requested, but I seem only to be able to
attach the one file. I shall see if there is another way to submit the
partman file before I turn in for the evening, as your guidelines are
quite clear that these files are only useful in my current session.

I was installing Ubuntu 11.04 to repair a problem I had upgrading from
10.10. The upgrade seemed to proceed normally, but upon restart, the
GRUB bootloader failed, returning a grub rescue prompt. I was unable to
boot into either Ubuntu or Windows, so I consulted a friend, and he
recommended that I try installing again. I told the installer to erase
the current 11.04 partition and install fresh, and about twenty minutes
into the install, that error came up.

I would really appreciate any help you can give me on this. I'm
currently running 11.04 off of an Ubuntu Live CD, which, as I'm sure you
can appreciate, is a less-than-ideal solution. I'm really quite
frustrated at this point because I assumed the upgrade to 11.04 wouldn't
cause any problems. Also, this is the second time I've had to type all
of this out, as after I clicked Submit Bug Report the first time,
Firefox lost connection to the server, or something like that. So,
yeah, I'm ripping my hair out at this point; I would be very
appreciative of any help you can provide.

Thank you,

- Brennan

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784416

Title:
  Ubuntu 11.04 installer crash

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
** Attachment added: syslog
   https://bugs.launchpad.net/bugs/784416/+attachment/2133309/+files/syslog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784416

Title:
  Ubuntu 11.04 installer crash

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 783856] Re: Thunderbird 3.1.10 Crash Report [@ uGlobalMenuBar::~uGlobalMenuBar ]

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783856

Title:
  Thunderbird 3.1.10 Crash Report [@ uGlobalMenuBar::~uGlobalMenuBar ]

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 783997] Re: Firefox 4.0.1 Crash Report [@ uGlobalMenuBar::ShouldParentStayVisible ]

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783997

Title:
  Firefox 4.0.1 Crash Report [@ uGlobalMenuBar::ShouldParentStayVisible
  ]

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 783790] Re: Firefox 4 crashes when opening Selenium IDE window

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783790

Title:
  Firefox 4 crashes when opening Selenium IDE window

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 783313] Re: OCZ Vertex 3 Max IOPS drive makes system unstable

2011-05-18 Thread DAP
Ran some additional experiments today:

I bought an e-sata enclosure and connected the OCZ drive to the e-sata
port (yet another sata IC so therefore yet another driver to try). I got
the same results as with the sas port: blank screen with flashing cursor
in the upper left corner of the screen when trying to boot from the OCZ
drive, but can still boot from other drives.

I bought an SIIG DP SATA 6GB/s 2S1P PCIe SATA III adapter card. (it is
PCIe x1 so it can't achieve more than 4 Gb/sec, but it is yet another
controller, and yet another driver) This uses a Marvell 88SE91xx
according to the bios. Got the same results as the other two Marvell
controllers: flashing cursor in the upper left corner when attempting to
boot from the OCZ drive, Can boot from other drives.

(An interesting side note: The read bench mark gets 411.7 MB/sec with
this controller, 193 MB/sec with the other Marvell controllers).

I will take the drive to work tomorrow to update its firmware (Requires
windows, and I don't use windows at home).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783313

Title:
  OCZ Vertex 3 Max IOPS drive makes system unstable

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 782107] Re: String not shown for translation

2011-05-18 Thread Hendrik Knackstedt
Looks like the translation template has been updated. Closing this bug
as »Fix Released«.

** Changed in: shotwell (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782107

Title:
  String not shown for translation

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 730018] Re: unity freezes if I start ioquake3 in full-screen mode

2011-05-18 Thread Achim
The problem is still present.

** Changed in: unity (Ubuntu)
   Status: Expired = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/730018

Title:
  unity freezes if I start ioquake3 in full-screen mode

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720446] Re: possible memory leak in compiz when using places, dashboard

2011-05-18 Thread Mark Smulders
Update : disabling indicator-sysmonitor solves the biggest problem for
me.

It's quite a large 'coincidence' imho, users reporting different
indicator apps causing the same problematic memory issues. Perhaps
something in compiz that handles the indicators causing something ... ??

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720446

Title:
  possible memory leak in compiz when using places, dashboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784418] [NEW] Gimp crashes with (gimp:4605): GLib-WARNING in kubuntu natty

2011-05-18 Thread Alexey Androsov
Public bug reported:

Binary package hint: gimp

Fresh kubuntu install, i386, notebook dell e4310
I've install gimp with aptitude
$ sudo aptitude install gimp

Gimp crash on startup with message
$ gimp

(gimp:4619): GLib-WARNING **: 
/build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, 
optional-arg or filename flags (8) on option of type 0
Ошибка сегментирования


Some information:

$ lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

$ apt-cache policy gimp
gimp:
  Установлен: 2.6.11-1ubuntu6
  Кандидат:   2.6.11-1ubuntu6
  Таблица версий:
 *** 2.6.11-1ubuntu6 0
500 http://ru.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784418

Title:
  Gimp crashes with (gimp:4605): GLib-WARNING in kubuntu natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 784417] [NEW] package man-db 2.5.9-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-18 Thread Gustavo Grasso
Public bug reported:

Binary package hint: man-db



ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: man-db 2.5.9-4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Tue May 17 03:05:40 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: man-db
Title: package man-db 2.5.9-4 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: Upgraded to natty on 2011-05-14 (3 days ago)

** Affects: man-db (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784417

Title:
  package man-db 2.5.9-4 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784417] Re: package man-db 2.5.9-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-18 Thread Gustavo Grasso
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784417

Title:
  package man-db 2.5.9-4 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784344] Re: Sync evolution-data-server3 3.0.0-1 (universe) from Debian experimental (main)

2011-05-18 Thread Bhavani Shankar
Hello Matthieu,

if its intended to go to universe, Then you being a MOTU yourself can
subscribe archive admins right?

Please correct me if I am wrong.

Regards

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784344

Title:
  Sync evolution-data-server3 3.0.0-1 (universe) from Debian
  experimental (main)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 778758] Re: The apport hook discourages new bug reports

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/778758

Title:
  The apport hook discourages new bug reports

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784420

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784416] Re: Ubuntu 11.04 installer crash

2011-05-18 Thread Brennan Conroy
Attaching the partman file, as requested.

** Attachment added: partman
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/784416/+attachment/2133315/+files/partman

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784416

Title:
  Ubuntu 11.04 installer crash

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 778148] Re: LXDE and Lubuntu is not recognized

2011-05-18 Thread Jonathan Marsden
Added to upstream bugtracker as
http://bugs.hardinfo.org/showreport.php?bugid=55

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/778148

Title:
  LXDE and Lubuntu is not recognized

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 504405] Re: Ctrl-Tab should jump to the next tab

2011-05-18 Thread Martin Gontovnikas
So this won't get fixed? I think that a lot of people won't switch to
empathy (that's my case) if the Ctrl + Tab shortcut is not added. Even
though it's not GNome policy, there are many applications that use it
anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/504405

Title:
  Ctrl-Tab should jump to the next tab

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 225153] Re: [upstream] Calc, autofilter - copy paste populates also not selected cells

2011-05-18 Thread Christopher M. Penalver
Sören Karlsson, this is unreproducible in LibreOffice Calc. Does this
work for you?

lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

apt-cache policy libreoffice-calc
libreoffice-calc:
  Installed: 1:3.3.2-1ubuntu5
  Candidate: 1:3.3.2-1ubuntu5
  Version table:
 *** 1:3.3.2-1ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
100 /var/lib/dpkg/status
 1:3.3.2-1ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/225153

Title:
  [upstream] Calc, autofilter - copy  paste populates also not selected
  cells

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 784421] [NEW] natty slow boot on pandaboard(rev A1)

2011-05-18 Thread Ming Lei
Public bug reported:


About 4~5 minutes are taken before login UI comes from power on.

 - natty on my pandaboard(A1)
 
see the uart log from :  https://pastebin.canonical.com/47563/

** Affects: linux-ti-omap4 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784421

Title:
  natty slow boot on pandaboard(rev A1)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784422] [NEW] smplayer segfaults

2011-05-18 Thread tdn
Public bug reported:

Binary package hint: smplayer

Smplayer segfaults every now and then when playing video.
Here is the line from the log:
2011-05-17T11:31:19.559074+02:00 malbec.vineyard.sikkerhed.org kernel: [ 
3583.781996] smplayer[9073]: segfault at 29 ip 7f9bc29032a3 sp 
7fff9f0fc4d0 error 4 in libQtGui.so.4.7.2[7f9bc275+a54000]

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784422

Title:
  smplayer segfaults

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 783896] Re: Cannot reinstall previously purchased items from market in 11.04

2011-05-18 Thread zuba...@gmail.com
Hi
I bought illumination software creator but now its not available. Thats the 
only one i bought.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783896

Title:
  Cannot reinstall previously purchased items from market in 11.04

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 773710] Re: [Lenovo T420s] Brightness keys make the indicator work, but don't actually dim or brighten the screen

2011-05-18 Thread Ershaad
I have the identical problem on the Dell Vostro 3300 with Geforce 310M.
It used to work fine in 10.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773710

Title:
  [Lenovo T420s] Brightness keys make the indicator work, but don't
  actually dim or brighten the screen

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 732688] Re: irc #rooms persistent setting

2011-05-18 Thread Carsten Nielsen
this is annoying me too... ++ for a pidgin-like behaviour. (on natty
with gnome-shell).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/732688

Title:
  irc #rooms persistent setting

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715002] Re: dconf-editor window expands itself horizontally to fit descriptions

2011-05-18 Thread Martin Pitt
This got fixed in 0.7.3.

** Changed in: d-conf (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715002

Title:
  dconf-editor window expands itself horizontally to fit descriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784423] [NEW] leafpad segfaults

2011-05-18 Thread tdn
Public bug reported:

Binary package hint: leafpad

leafpad crashes fequently in KDE. I have newly installed Kubuntu 11.04. Here 
are errors from the log:
2011-05-15T16:27:40.717159+02:00 malbec.vineyard.sikkerhed.org kernel: [ 
4993.060562] leafpad[12896]: segfault at 50 ip 7f0d671d0d1c sp 
7fff33d1c400 error 4 in libgtk-x11-2.0.so.0.2400.4[7f0d66fe1000+436000] 
2011-05-15T16:27:43.067139+02:00 malbec.vineyard.sikkerhed.org kernel: [ 
4995.417194] leafpad[12906]: segfault at 50 ip 7f44c09a2d1c sp 
7fff95992920 error 4 in libgtk-x11-2.0.so.0.2400.4[7f44c07b3000+436000] 
2011-05-15T16:27:44.807174+02:00 malbec.vineyard.sikkerhed.org kernel: [ 
4997.150547] leafpad[12911]: segfault at 50 ip 7fad8f93cd1c sp 
7fff04afd740 error 4 in libgtk-x11-2.0.so.0.2400.4[7fad8f74d000+436000] 
2011-05-15T16:27:47.197116+02:00 malbec.vineyard.sikkerhed.org kernel: [ 
4999.546052] leafpad[12916]: segfault at 50 ip 7f2cfd533d1c sp 
7fff49386050 error 4 in libgtk-x11-2.0.so.0.2400.4[7f2cfd344000+436000] 
2011-05-15T16:27:55.507193+02:00 malbec.vineyard.sikkerhed.org kernel: [ 
5007.853093] leafpad[12936]: segfault at 50 ip 7fbb19254d1c sp 
7fff0f1f3890 error 4 in libgtk-x11-2.0.so.0.2400.4[7fbb19065000+436000]

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784423

Title:
  leafpad segfaults

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784424] [NEW] syslog-ng crashes

2011-05-18 Thread tdn
Public bug reported:

Binary package hint: syslog-ng

syslog-ng crashes fequently. I have newly installed Kubuntu 11.04. Error below:
2011-05-15T14:08:51.392055+02:00 malbec.vineyard.sikkerhed.org kernel: [ 
4779.972112] syslog-ng[9797]: segfault at 35312d35302d ip 35312d35302d sp 
7fff215e5878 error 14 in libnss_files-2.13.so[7fc45f84c000+c000]

** Affects: syslog-ng (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784424

Title:
  syslog-ng crashes

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 231953] Re: [upstream] [3.2] High contrast incorrectly assumed

2011-05-18 Thread Christopher M. Penalver
bacloud, does libreoffice-style-hicontrast work for you?

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/231953

Title:
  [upstream] [3.2] High contrast incorrectly assumed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720446] Re: possible memory leak in compiz when using places, dashboard

2011-05-18 Thread Hi^gh^Life
It seems to me that whatever refreshes that top bar is causing the
compiz leak.  For instance if I open or close the file or edit menu for
a program the compiz memory usage goes up.  The leak was bad with the
system indicator, and the system indicator refreshes a lot..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720446

Title:
  possible memory leak in compiz when using places, dashboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 240895] Re: [upstream] OOo Calc increase columns limit to 16K

2011-05-18 Thread Christopher M. Penalver
** Also affects: libreoffice (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/240895

Title:
  [upstream] OOo Calc increase columns limit to 16K

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-18 Thread Ricardo Salveti
Seems you're not using the released version for both x-loader and u-boot. You 
also seems to be using your own kernel, as you can see from the kernel version 
log:
[0.00] Linux version 2.6.38-1209-omap4 (tom@tom-ThinkPad-T410) (gcc 
version 4.5.1 (Sourcery G++ Lite 2010.
09-50) ) #13 SMP PREEMPT Wed May 18 10:03:18 CST 2011 (Ubuntu 
2.6.38-1209.13-omap4 2.6.38.4)

Please try updating your x-loader, u-boot and using the default linux-
ti-omap4 kernel to see if you're able to reproduce this issue.

** Changed in: linux-ti-omap4 (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784421

Title:
  natty slow boot on pandaboard(rev A1)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775068] Re: [ThinkPad Edge 14] System randomly locks up and needs to be power-cycled

2011-05-18 Thread Kai Mast
I realized that this only occurs for me when being connected to a WPA-
Enterprise Network. When I'm at home (regular WPA) everything works
fine...

The wireless chipset is: RTL8188CE

Are there any known issues with that chipset?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775068

Title:
  [ThinkPad Edge 14] System randomly locks up and needs to be power-
  cycled

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 198666] Re: VFS: busy inodes on changed media.

2011-05-18 Thread Benjamin Tayehanpour
This affects me on 11.04. Even worse, it also affects those pesky usb
thumb drives that for some reason also emulates a CD-ROM drive,
rendering the entire drive unusable until you eject the emulated CD-
ROM drive.

Shouldn't there be a time factor in deciding importance of bugs? Seeing
as this one is well over three years old I mean :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/198666

Title:
  VFS: busy inodes on changed media.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784429] Re: critical errors in .xsession-errors file

2011-05-18 Thread gpk
** Attachment added: .xsession-errors
   
https://bugs.launchpad.net/bugs/784429/+attachment/2133325/+files/.xsession-errors

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784429

Title:
  critical errors in .xsession-errors file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784429] [NEW] critical errors in .xsession-errors file

2011-05-18 Thread gpk
Public bug reported:

Binary package hint: xfce4-indicator-plugin

I see this in the .xsessions file:
(xfce4-indicator-plugin:19840): libxfce4panel-CRITICAL **: 
IA__xfce_panel_plugin_add_action_widget: assertion `GTK_IS_WIDGET (widget)' 
failed
and this:
(xfce4-indicator-plugin:19840): Gtk-CRITICAL **: IA__gtk_widget_realize: 
assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

I attach the entire .xsessions file for your enjoyment.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xfce4-indicator-plugin 0.2.0-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
Uname: Linux 2.6.38-9-generic x86_64
Architecture: amd64
Date: Wed May 18 07:48:18 2011
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: xfce4-indicator-plugin
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xfce4-indicator-plugin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784429

Title:
  critical errors in .xsession-errors file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 780145] Re: Window title bar and borders dissapear in Ubuntu 11.04

2011-05-18 Thread Carlo de Wolf
Another (possibly more effective) work-around is:
$ gtk-window-decorator --replace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/780145

Title:
  Window title bar and borders dissapear in Ubuntu 11.04

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 240895] Re: [upstream] OOo Calc increase columns limit to 16K

2011-05-18 Thread Christopher M. Penalver
Diederik Zwager, the number of rows and columns in LibreOffice Calc have
been increased significantly. Does this work for you?

lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

apt-cache policy libreoffice-calc
libreoffice-calc:
  Installed: 1:3.3.2-1ubuntu5
  Candidate: 1:3.3.2-1ubuntu5
  Version table:
 *** 1:3.3.2-1ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
100 /var/lib/dpkg/status
 1:3.3.2-1ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/240895

Title:
  [upstream] OOo Calc increase columns limit to 16K

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784431] [NEW] mediatomb build failure when libavformat-dev = 4:0.7

2011-05-18 Thread Daniel van Vugt
Public bug reported:

Binary package hint: mediatomb

Note you won't even get to this build failure until you at least have
the fix for gcc-4.6 support applied
(https://bugs.launchpad.net/ubuntu/+source/mediatomb/+bug/770964)

Unrelated proposed changes for mediatomb have suddenly started failing to build 
for oneiric over the last couple of weeks with:
../src/metadata/ffmpeg_handler.cc: In function 'void 
addFfmpegMetadataFields(zmm::RefCdsItem, AVFormatContext*)':
../src/metadata/ffmpeg_handler.cc:92:25: error: 'AVFormatContext' has no member 
named 'title'
../src/metadata/ffmpeg_handler.cc:94:6: error: 'AVFormatContext' has no member 
named 'title'
../src/metadata/ffmpeg_handler.cc:96:51: error: 'AVFormatContext' has no member 
named 'title'
../src/metadata/ffmpeg_handler.cc:98:25: error: 'AVFormatContext' has no member 
named 'author'
../src/metadata/ffmpeg_handler.cc:100:6: error: 'AVFormatContext' has no member 
named 'author'
../src/metadata/ffmpeg_handler.cc:102:51: error: 'AVFormatContext' has no 
member named 'author'
../src/metadata/ffmpeg_handler.cc:104:25: error: 'AVFormatContext' has no 
member named 'album'
../src/metadata/ffmpeg_handler.cc:106:6: error: 'AVFormatContext' has no member 
named 'album'
../src/metadata/ffmpeg_handler.cc:108:51: error: 'AVFormatContext' has no 
member named 'album'
../src/metadata/ffmpeg_handler.cc:110:18: error: 'AVFormatContext' has no 
member named 'year'
../src/metadata/ffmpeg_handler.cc:112:6: error: 'AVFormatContext' has no member 
named 'year'
../src/metadata/ffmpeg_handler.cc:114:64: error: 'AVFormatContext' has no 
member named 'year'
../src/metadata/ffmpeg_handler.cc:116:25: error: 'AVFormatContext' has no 
member named 'genre'
../src/metadata/ffmpeg_handler.cc:118:6: error: 'AVFormatContext' has no member 
named 'genre'
../src/metadata/ffmpeg_handler.cc:120:51: error: 'AVFormatContext' has no 
member named 'genre'
../src/metadata/ffmpeg_handler.cc:122:25: error: 'AVFormatContext' has no 
member named 'comment'
../src/metadata/ffmpeg_handler.cc:124:6: error: 'AVFormatContext' has no member 
named 'comment'
../src/metadata/ffmpeg_handler.cc:126:51: error: 'AVFormatContext' has no 
member named 'comment'
../src/metadata/ffmpeg_handler.cc:128:18: error: 'AVFormatContext' has no 
member named 'track'
../src/metadata/ffmpeg_handler.cc:130:6: error: 'AVFormatContext' has no member 
named 'track'
../src/metadata/ffmpeg_handler.cc:132:64: error: 'AVFormatContext' has no 
member named 'track'
../src/metadata/ffmpeg_handler.cc: In function 'void 
addFfmpegResourceFields(zmm::RefCdsItem, AVFormatContext*, int*, int*)':
../src/metadata/ffmpeg_handler.cc:181:71: error: 'CODEC_TYPE_VIDEO' was not 
declared in this scope
../src/metadata/ffmpeg_handler.cc:212:31: error: 'CODEC_TYPE_AUDIO' was not 
declared in this scope

According to libavformat.h, this is due to LIBAVCODEC_VERSION_* having
increased and so deprecated features like those above are no longer
available.

The cause appears to be this package update from 30 April:
https://launchpad.net/ubuntu/oneiric/+source/libav

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784431

Title:
  mediatomb build failure when libavformat-dev = 4:0.7

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >