[Bug 578179] Re: No write permission on smbmount on XP machine, if the shared folder is more than 1 word

2010-05-13 Thread Ken Weill P. Lumacad
Same problem exist on Linux Mint 9 RC.
Confirmed working on Mandriva 2010 KDE. Haven't tested the GNOME on Mandriva.

** Tags added: linuxmint

-- 
No write permission on smbmount on XP machine, if the shared folder is more 
than 1 word
https://bugs.launchpad.net/bugs/578179
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 579809] [NEW] acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted

2010-05-13 Thread Kwok Ho Yin
Public bug reported:

Binary package hint: php5-dev

When I tried to build my PHP modules under Ubuntu 10.04, the warning 
acinclude.m4 1098 warning: undequoted definition of PHP_CHECK_SIZEOF is shown.
In fact, a patch has been submitted:
Bug #51740  acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted
http://bugs.php.net/bug.php?id=51740

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

-- 
acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted
https://bugs.launchpad.net/bugs/579809
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 579809] Re: acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted

2010-05-13 Thread Ondřej Surý
** Bug watch added: bugs.php.net/ #51740
   http://bugs.php.net/bug.php?id=51740

** Also affects: php via
   http://bugs.php.net/bug.php?id=51740
   Importance: Unknown
   Status: Unknown

-- 
acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted
https://bugs.launchpad.net/bugs/579809
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 449326] Re: Network services don't start automatically at boot time

2010-05-13 Thread Alexander Ponyatykh
I have same issue in 10.04. Openvpn server doesn't start automatically on 
system boot, but it starts when I run 'sudo /etc/init.d/openvpn start'. Looks 
like there is no configuration file for the new upstart daemon in the package. 
This command doesn't wotk:
$ sudo start openvpn
start: Unknown job: openvpn

DistroRelease: Ubuntu 10.04
Package: openvpn 2.1.0-1ubuntu1
PackageArchitecture: amd64
ProblemType: Bug
ProcEnviron:
  PATH=(custom, user)
  LANG=ru_RU.UTF-8
  SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
SourcePackage: openvpn
Tags: lucid
Uname: Linux 2.6.32-22-generic x86_64


** Changed in: openvpn (Ubuntu)
   Status: Fix Released = Incomplete

** Changed in: openvpn (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Network services don't start automatically at boot time
https://bugs.launchpad.net/bugs/449326
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 577165] Re: Typo in etc/init/vsftpd.conf

2010-05-13 Thread Angel Abad
** Changed in: vsftpd (Ubuntu)
   Status: New = Confirmed

-- 
Typo in etc/init/vsftpd.conf
https://bugs.launchpad.net/bugs/577165
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 579868] [NEW] Unable to use Eucalyptus' iptables-preload feature with UEC

2010-05-13 Thread Carlos Perelló Marín
Public bug reported:

We are using UEC cloud controller in a server that also runs regular KVM
servers with libvirt and bridge interface.

Everything is working more or less as expected, however, UEC configures
iptable to use NAT for all traffic that is forwarded, even if it's not
for the cloud itself. This causes that when we connect from an outside
machine to any of the regular KVM machines, we are seen as coming always
from the UEC cloud and KVM host.

That's not a big problem, given that is easy to solve adding this rule
to iptables on that machine:

iptables -t nat -A POSTROUTING  -d 10.82.0.0/22 -s 10.82.0.0/22 -j
ACCEPT (where 10.82.0.0/22 is our local net), the problem comes on how
to inject it in a way that UEC doesn't drop that rule on boot.

From Eucalyptus documentation
(http://open.eucalyptus.com/wiki/EucalyptusNetworking_v1.6), we are able
to put it on /var/run/eucalyptus/net/iptables-preload with the iptables-
save command, however, that location is not valid for Ubuntu, because
it's on a ram disk and thus, discarded with every reboot.

UEC should have a way to put that file in some other persistent place or
a way to inject that file on boot time, any of those solutions would be
valid for us.

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

-- 
Unable to use Eucalyptus' iptables-preload feature with UEC
https://bugs.launchpad.net/bugs/579868
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 579868] Re: Unable to use Eucalyptus' iptables-preload feature with UEC

2010-05-13 Thread Carlos Perelló Marín
I forgot to mention that I'm talking about Ubuntu 10.04

-- 
Unable to use Eucalyptus' iptables-preload feature with UEC
https://bugs.launchpad.net/bugs/579868
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 579892] [NEW] libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver

2010-05-13 Thread Carlos Perelló Marín
Public bug reported:

On Ubuntu 10.04 I have problems using libvirt with a bridge because the
TUN devices get random mac addresses and thus, change the bridge device
mac address, which takes the lower mac addres of all devices attached to
the bridge. The main and most critical problem is that, sometimes, we
lose network connectivity for several seconds (usually 10-20 seconds) on
the libvirt host and all its guests when a guest is powered off.

Searching for similar problems I found my problem described at
https://bugzilla.redhat.com/show_bug.cgi?id=571991

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

** Affects: fedora
 Importance: Unknown
 Status: Unknown

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

** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=571991
   Importance: Unknown
   Status: Unknown

-- 
 libvirt should not use the MAC address assigned to tap devices/vnet interfaces 
by the TAP/TUN driver
https://bugs.launchpad.net/bugs/579892
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 576957] Re: passwd crashed when the password is changed through pam_ldap

2010-05-13 Thread Nikita Borzykh
Ok.
I configured authentication and password changing in LDAP via pam. 
Authentication is working properly. When I change the password in LDAP through 
utility passwd it is changing, but passwd crashed.

Do you need some additional information?

-- 
passwd crashed when the password is changed through pam_ldap
https://bugs.launchpad.net/bugs/576957
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 579909] [NEW] mysql fails to build form source on armel

2010-05-13 Thread Konstantinos Margaritis
Public bug reported:

# lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

Package version: mysql-dfsg-5.1_5.1.37-1ubuntu5.1

Rebuilding this on a pbuilder environment on armel (armv7l), platform
Efika MX (i.MX515), the build fails, the build log is attached.

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

-- 
mysql fails to build form source on armel
https://bugs.launchpad.net/bugs/579909
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 579909] Re: mysql fails to build form source on armel

2010-05-13 Thread Konstantinos Margaritis

** Attachment added: mysql-dfsg-5.1_5.1.37-1ubuntu5.1_build.log
   
http://launchpadlibrarian.net/48383748/mysql-dfsg-5.1_5.1.37-1ubuntu5.1_build.log

-- 
mysql fails to build form source on armel
https://bugs.launchpad.net/bugs/579909
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 554094] Re: Windows clients cannot connect unless Samba manually restarted

2010-05-13 Thread Rene
same problem here:

running on ubuntu 10.04 (GNOME; upgraded from working 9.10):

log.smbd after restart:

[2010/05/13 13:32:02,  0] smbd/server.c:1069(main)
  smbd version 3.4.7 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2009
[2010/05/13 13:32:02,  0] smbd/server.c:1115(main)
  standard input is not a socket, assuming -D option


local connection work just fine (Connect to Server -- localhost -- works)
but trying to connect from my mac it stays in connection - loop no response.

-- 
Windows clients cannot connect unless Samba manually restarted
https://bugs.launchpad.net/bugs/554094
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 579924] [NEW] Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-13 Thread Tomasz
Public bug reported:

Binary package hint: bacula

After upgrading Ubuntu from 8.04 LTS to 10.04 LTS backup software Bacula
stopped working, starting bacula-director MySQL version results in:

bacula-dir JobId 0: Fatal error: Version error for database bacula.
Wanted 12, got 10


During upgrade Bacula was upgraded from 2.2 series (db version 10) to 5.0 (db 
version 12), dpkg.log shows.

2010-05-12 21:16:32 upgrade bacula-director-mysql 2.2.8-5ubuntu7.2
5.0.1-1ubuntu1


and /usr/share/bacula-director/update_mysql_tables upgrades only from db 
version 11:

This script will update a Bacula MySQL database from version 11 to 12
 which is needed to convert from Bacula Enterprise 2.6 to 4.0 or 
 Standard version 3.0 to 5.0


I expected to have the database upgraded from version 10 to 12 when upgrading 
Ubuntu LTS series.

** Affects: bacula
 Importance: Undecided
 Status: New

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

** Also affects: bacula
   Importance: Undecided
   Status: New

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-13 Thread Tomasz
** Description changed:

  Binary package hint: bacula
  
  After upgrading Ubuntu from 8.04 LTS to 10.04 LTS backup software Bacula
  stopped working, starting bacula-director MySQL version results in:
  
  bacula-dir JobId 0: Fatal error: Version error for database bacula.
  Wanted 12, got 10
  
- 
- During upgrade Bacula was upgraded from 2.2 series (db version 10) to 5.0 (db 
version 12), dpkg.log shows.
+ During upgrade Bacula was upgraded from 2.2 series (db version 10) to
+ 5.0 (db version 12), dpkg.log shows.
  
  2010-05-12 21:16:32 upgrade bacula-director-mysql 2.2.8-5ubuntu7.2
  5.0.1-1ubuntu1
  
- 
- and /usr/share/bacula-director/update_mysql_tables upgrades only from db 
version 11:
+ and /usr/share/bacula-director/update_mysql_tables upgrades only from db
+ version 11:
  
  This script will update a Bacula MySQL database from version 11 to 12
-  which is needed to convert from Bacula Enterprise 2.6 to 4.0 or 
-  Standard version 3.0 to 5.0
+  which is needed to convert from Bacula Enterprise 2.6 to 4.0 or
+  Standard version 3.0 to 5.0
+ 
+ Running it for version 10 destroys database structure! Running a job
+ results in a failure, messages:
+ 
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: sql_get.c:623 sql_get.c:623 
query SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default' failed:
+ Unknown column 'ActionOnPurge' in 'field list'
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: sql_get.c:623 sql_get.c:623 
query SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default' failed:
+ Unknown column 'ActionOnPurge' in 'field list'
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: Pool Default not in database. 
sql_create.c:181 pool record Default already exists
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: sql_get.c:623 sql_get.c:623 
query SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default' failed:
+ Unknown column 'ActionOnPurge' in 'field list'
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: sql_get.c:623 sql_get.c:623 
query SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default' failed:
+ Unknown column 'ActionOnPurge' in 'field list'
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: Pool Default not in database. 
sql_create.c:181 pool record Default already exists
+ 13-maj 14:16 magazyn-dir JobId 0: Fatal error: sql_get.c:623 sql_get.c:623 
query SELECT 
PoolId,Name,NumVols,MaxVols,UseOnce,UseCatalog,AcceptAnyVolume,AutoPrune,Recycle,VolRetention,VolUseDuration,MaxVolJobs,MaxVolFiles,MaxVolBytes,PoolType,LabelType,LabelFormat,RecyclePoolId,ScratchPoolId,ActionOnPurge
 FROM Pool WHERE Pool.Name='Default' failed:
+ Unknown column 'ActionOnPurge' in 'field list'
  
  
  I expected to have the database upgraded from version 10 to 12 when upgrading 
Ubuntu LTS series.

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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


Re: [Bug 579924] [NEW] Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-13 Thread Kern Sibbald
It appears that the upgrade process attempted to upgrade two versions of the 
database at one time.  Bacula only supports upgrading one version at a time, 
so from database version 10, you must first apply the scripts that do the 
upgrade to version 11, and then apply the upgrade scripts that upgrade from 
version 11 to version 12.

All the scripts for an upgrade from the prior version to the version of the 
current release are found in bacula/src/cats ...

All scripts for making an upgrade from an old version to a newer version (e.g. 
8 to 9 or 10 to 11) are kept in bacula/updatedb.  These scripts may need 
some manual editing to get the install locations to match where your database 
is installed.

Kern


On Thursday 13 May 2010 13:59:48 Tomasz wrote:
 Public bug reported:

 Binary package hint: bacula

 After upgrading Ubuntu from 8.04 LTS to 10.04 LTS backup software Bacula
 stopped working, starting bacula-director MySQL version results in:

 bacula-dir JobId 0: Fatal error: Version error for database bacula.
 Wanted 12, got 10


 During upgrade Bacula was upgraded from 2.2 series (db version 10) to 5.0
 (db version 12), dpkg.log shows.

 2010-05-12 21:16:32 upgrade bacula-director-mysql 2.2.8-5ubuntu7.2
 5.0.1-1ubuntu1


 and /usr/share/bacula-director/update_mysql_tables upgrades only from db
 version 11:

 This script will update a Bacula MySQL database from version 11 to 12
  which is needed to convert from Bacula Enterprise 2.6 to 4.0 or
  Standard version 3.0 to 5.0


 I expected to have the database upgraded from version 10 to 12 when
 upgrading Ubuntu LTS series.

 ** Affects: bacula
  Importance: Undecided
  Status: New

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

 ** Also affects: bacula
Importance: Undecided
Status: New

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 147520] Re: package tftpd-hpa 0.43-1ubuntu2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-05-13 Thread AJenbo
same error for me when trying to update from karmic to lucid

package tftpd-hpa 0.49-1 failed to install/upgrade:

-- 
package tftpd-hpa 0.43-1ubuntu2 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/147520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa 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 579909] Re: mysql fails to build form source on armel

2010-05-13 Thread Konstantinos Margaritis
It appears that my compiler is to blame -I used gcc from codesourcery
2009q3-67. I'll look into it more and I'll post back. I'd appreciate any
ideas though.

-- 
mysql fails to build form source on armel
https://bugs.launchpad.net/bugs/579909
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 579909] Re: mysql fails to build form source on armel

2010-05-13 Thread Konstantinos Margaritis
I'm not sure it's the compiler, here's the point where it fails, first
is my try, second is the try I found on a clean installed karmic on the
efikamx:

set -ex; \  
   
for file in ../include/mysql/plugin.h ../include/mysql.h; do \  
   
 gcc -E -nostdinc -dI \ 
   
  -I../include \
   
  -I../include/mysql \  
   
  -I../sql \
   
  -I./include \ 
   
  -I./include/mysql \   
   
  -I./sql \ 
   
 $file 2/dev/null | \  
   
  /bin/sed -e '/^# /d' \
   
-e '/^[ ]*$/d' \
   
-e '/^#pragma GCC set_debug_pwd/d' \
   
-e '/^#ident/d'  \ 
   
   ./abi_check.out; \   
   
  /usr/bin/diff -w $file.pp ./abi_check.out; \  
   
  /bin/rm ./abi_check.out; \
   
done
   
+ for file in ../include/mysql/plugin.h ../include/mysql.h  
   
+ /bin/sed -e '/^# /d' -e '/^[  ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e 
'/^#ident/d'  
+ gcc -E -nostdinc -dI -I../include -I../include/mysql -I../sql -I./include 
-I./include/mysql -I./sql ../include/mysql/plugin.h
+ /usr/bin/diff -w ../include/mysql/plugin.h.pp ./abi_check.out 
   
+ /bin/rm ./abi_check.out   
   
+ for file in ../include/mysql/plugin.h ../include/mysql.h  
   
+ gcc -E -nostdinc -dI -I../include -I../include/mysql -I../sql -I./include 
-I./include/mysql -I./sql ../include/mysql.h   
+ /bin/sed -e '/^# /d' -e '/^[  ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e 
'/^#ident/d'  
+ /usr/bin/diff -w ../include/mysql.h.pp ./abi_check.out
   
2,674d1 
   
 typedef char my_bool; 
   
 typedef int my_socket;
   
 #include mysql_version.h
   
 #include mysql_com.h
   
 enum enum_server_command

..


set -ex; \  
 
for file in ../include/mysql/plugin.h ../include/mysql.h; do \  
 
 gcc -E -nostdinc -dI \ 
 
  -I../include \
 
  -I../include/mysql \  
 
  -I../sql \
 
  -I./include \ 
 
  -I./include/mysql \   
 
  -I./sql \ 
 
 $file 2/dev/null | \  
 
  /bin/sed -e '/^# /d' \
 
-e '/^[ ]*$/d' \
 
-e '/^#pragma GCC set_debug_pwd/d' \
 
-e '/^#ident/d'  \ 
 
   ./abi_check.out; \   
 
  /usr/bin/diff -w $file.pp ./abi_check.out; \  
 
  

[Bug 578035] Re: ssh-askpass-gnome doesn't prompt for password in any release post ubuntu 8.10 32/64bit

2010-05-13 Thread Djerk Geurts
Thanks to a suggestion on #ubuntu-uk. Using ssh-add has worked for me...

dj...@djerk-nsc:~$ ssh-add 
Enter passphrase for /home/djerk/.ssh/id_rsa: 
Identity added: /home/djerk/.ssh/id_rsa (/home/djerk/.ssh/id_rsa)

-- 
ssh-askpass-gnome doesn't prompt for password in any release post ubuntu 8.10 
32/64bit
https://bugs.launchpad.net/bugs/578035
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 578035] Re: ssh-askpass-gnome doesn't prompt for password in any release post ubuntu 8.10 32/64bit

2010-05-13 Thread Djerk Geurts
Still I was never prompted in gnome when connection via ssh to hosts...

-- 
ssh-askpass-gnome doesn't prompt for password in any release post ubuntu 8.10 
32/64bit
https://bugs.launchpad.net/bugs/578035
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 580045] [NEW] in smbfs package the smbmount binary removed but libpam-mount with smbfs would use it

2010-05-13 Thread Tamas Szerb
Public bug reported:

Binary package hint: samba

Hello,

I update my 8.10 LTS today and in the new smbfs package the
smbmount/mount.smbfs has been removed and mount.cifs is presented.
Unfortunately the libpam-mount would use it (debug mode, auth.log):

May 13 17:37:34 xxxhost login[11005]: pam_mount(misc.c:285) command: smbmount 
[//blah/share] [/home/bela/[..]/share] [-o] [username=bela,uid=324,gid=234]  

So at least symlink would be needed not to break the upgrade. That's why
I filed this bug here not to the libpam-mount maintainer.

Cheers,

toma

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

-- 
in smbfs package the smbmount binary removed but libpam-mount with smbfs would 
use it
https://bugs.launchpad.net/bugs/580045
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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-13 Thread Jim Padel
I would like to confirm both posts.  The package from the repos only
contain the 11 to 12 update scripts, but to get the 10 to 11 scripts you
must obtain the source code from bacula.org, as far as I can tell they
do not come with the distro package.

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-05-13 Thread Jim Padel
Here is the mysql 10 to 11 update script.  Ensure that you modify the
script for the correct db_name.

Execution is as follows

./update_mysql_tables_10_to_11 -u root -p

** Attachment added: Update bacula-mysql-tables 10 to 11
   http://launchpadlibrarian.net/48398862/update_mysql_tables_10_to_11

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 445253] Re: libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

2010-05-13 Thread Andrew Bulmer
I'm getting the exact same error on Jaunty on an AMD x86_64

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

-- 
libvirt.libvirtError: internal error no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/445253
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 445253] Re: libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

2010-05-13 Thread Andrew Bulmer
H I suspect that this may be due to the hardware virtualisation not
being enabled in the BIOS. Unfortunately I don't have immediate physical
access to that server to check. I only have ssh access to it right now.
Anyone know a command I can run to check if hardwar virtualisation is
enabled?

/proc/cpuinfo does have vmx listed, but according to the docs that
doesn't mean its enabled.

-- 
libvirt.libvirtError: internal error no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/445253
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 445253] Re: libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

2010-05-13 Thread Andrew Bulmer
I haven't been able to confirm that it is the BIOS setting thats the
problem, but running virsh capabilities doesn't show anything for guest,
and from I've found in other forums I think it should.

is it possible for vmbuilder to run virsh capabilities to make sure
hvm is working (throwing up an error telling the user to check BIOS
settings if its not)  before building anything?

-- 
libvirt.libvirtError: internal error no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/445253
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 117730] Re: cannot use sqlite3 on cifs mount

2010-05-13 Thread dkg
maihacke:  just to be clear: are you using the nobrl option to the cifs
mount on your 10.04 installation as well?

-- 
cannot use sqlite3 on cifs mount
https://bugs.launchpad.net/bugs/117730
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 445253] Re: libvirt.libvirtError: internal error no supported architecture for os type 'hvm'

2010-05-13 Thread Andrew Bulmer
oh and it seems that this error only comes up if you use the
--libvirt=qemu:///system option. So if someone uses that option the
virsh capabilities needs to be checked.

-- 
libvirt.libvirtError: internal error no supported architecture for os type 'hvm'
https://bugs.launchpad.net/bugs/445253
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 577165] Re: Typo in etc/init/vsftpd.conf

2010-05-13 Thread Angel Abad
This debdiff fix typo error and closes this patch.

Thanks!

** Patch added: vsftpd_2.2.2-3ubuntu7.debdiff
   http://launchpadlibrarian.net/48404932/vsftpd_2.2.2-3ubuntu7.debdiff

-- 
Typo in etc/init/vsftpd.conf
https://bugs.launchpad.net/bugs/577165
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 577165] Re: Typo in etc/init/vsftpd.conf

2010-05-13 Thread Angel Abad
** Tags added: patch

-- 
Typo in etc/init/vsftpd.conf
https://bugs.launchpad.net/bugs/577165
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 567043] Re: [SRU] [lucid] php5 segfault when calling mysqli_options()

2010-05-13 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.2-1ubuntu4.1

---
php5 (5.3.2-1ubuntu4.1) lucid-proposed; urgency=low

  * debian/patches/fix-mysql-badmem.patch: Fix mysql crash when using php5-cgi. 
(LP: #567043)
 -- Chuck Short zul...@ubuntu.com   Mon, 03 May 2010 11:23:43 -0400

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

-- 
[SRU] [lucid] php5 segfault when calling mysqli_options()
https://bugs.launchpad.net/bugs/567043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 567043] Re: [SRU] [lucid] php5 segfault when calling mysqli_options()

2010-05-13 Thread Martin Pitt
Copied to maverick.

** Changed in: php5 (Ubuntu Maverick)
   Status: Triaged = Fix Released

-- 
[SRU] [lucid] php5 segfault when calling mysqli_options()
https://bugs.launchpad.net/bugs/567043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 574906] Re: Clamav 0.96.0 clamd fails to start on powerpc

2010-05-13 Thread Martin Pitt
Copied to maverick.

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

-- 
Clamav 0.96.0 clamd fails to start on powerpc
https://bugs.launchpad.net/bugs/574906
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 574906] Re: Clamav 0.96.0 clamd fails to start on powerpc

2010-05-13 Thread Martin Pitt
Copied to lucid-updates.

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

-- 
Clamav 0.96.0 clamd fails to start on powerpc
https://bugs.launchpad.net/bugs/574906
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 571543] Re: Milter and Freshclam configurations buggy in Lucid

2010-05-13 Thread Martin Pitt
Copied to maverick.

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

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

-- 
Milter and Freshclam configurations buggy in Lucid
https://bugs.launchpad.net/bugs/571543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 573345] Re: dovecot-postfix references cmusieve as a mail plugin

2010-05-13 Thread Martin Pitt
Accepted dovecot into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

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

** Tags added: verification-needed

-- 
dovecot-postfix references cmusieve as a mail plugin
https://bugs.launchpad.net/bugs/573345
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 573222] Re: [SRU] php5 session.save_path moved to /tmp

2010-05-13 Thread Martin Pitt
Accepted php5 into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: php5 (Ubuntu Lucid)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

-- 
[SRU] php5 session.save_path moved to /tmp
https://bugs.launchpad.net/bugs/573222
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 580184] [NEW] Instance without public ip fails reading metadata with separate CC CLC

2010-05-13 Thread Mike Cook
Public bug reported:

With separate CC and CLC, when an instance without a public address (in
MANAGED[_NOVLAN] mode) attempts to contact the metadata service to get
its ssh key, the CC reroutes the request to the CLC and masquerades the
requestor's address.  So the CLC appears to get the metadata request
from the CC address and doesn't properly respond (how can it identify
which instance is asking?), whereas a request from an instance with a
public ip shows up as coming from that public ip (since the CC nat's the
public/private address and doesn't masquerade it).

For example:
CC+SC: 10.0.0.1
CLC+WALRUS: 10.0.0.2
VNET_MODE=MANAGED_NOVLAN
VNET_SUBNET=172.16.0.0
VNET_CLOUDIP=10.0.0.2

A private instance (no public ip) is created as 172.16.1.1.  On boot it
queries (in /etc/rc.local) to http://169.254.169.254/latest/meta-data
/public-keys/0/openssh-key for it's ssh key.  The 169.254.169.254
address is bound on the CC (10.0.0.1), which has a DNAT rule redirecting
HTTP to the CLC (10.0.0.2:8773).  The CC masquerades the instance's
private IP as itself (as it must, since the CLC isn't on the private
network) and forwards the request.  The CLC then gets the request, but
the source IP address is 10.0.0.1 (the CC's address) and it doesn't
reply with the key.  Without the ssh key you then can't ssh to the
private instance (either from the CC or another public/private host in
the subnet).

In contrast, a public instance is created as 172.16.1.2 with public ip
10.0.0.3.  It makes the same HTTP request which gets redirected through
the CC to the CLC.  The CC, however, applies SNAT and DNAT rules which
make the request appear as coming from 10.0.0.3 (the instance public IP)
and the CLC properly responds to the request since it can identify the
source instance.  And there was much rejoicing...

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

-- 
Instance without public ip fails reading metadata with separate CC  CLC
https://bugs.launchpad.net/bugs/580184
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 580237] Re: vmbuilder crashed with AttributeError in register_options()

2010-05-13 Thread Luke Faraone

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48414438/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/48414439/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/48414440/ProcStatus.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/48414441/RelatedPackageVersions.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/48414442/Traceback.txt

** Visibility changed to: Public

-- 
vmbuilder crashed with AttributeError in register_options()
https://bugs.launchpad.net/bugs/580237
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 580237] Re: vmbuilder crashed with AttributeError in register_options()

2010-05-13 Thread Luke Faraone
** Description changed:

  Step to reproduce:
  
  lfara...@opus:~$ sudo MIRROR=http://192.168.1.4/ubuntu vmbuilder vbox ubuntu 
--suite lucid --vbox-disk-format vdi
  Traceback (most recent call last):
-   File /usr/bin/vmbuilder, line 24, in module
- cli.main()
-   File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 62, 
in main
- hypervisor, distro = self.handle_args(optparser, sys.argv[1:])
-   File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 173, 
in handle_args
- hypervisor = VMBuilder.get_hypervisor(args[0])(distro)
-   File /usr/lib/python2.6/dist-packages/VMBuilder/hypervisor.py, line 34, 
in __init__
- super(Hypervisor, self).__init__()
-   File /usr/lib/python2.6/dist-packages/VMBuilder/distro.py, line 30, in 
__init__
- super(Context, self).__init__(self)
-   File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/__init__.py, line 
46, in __init__
- self.register_options()
-   File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/virtualbox/vm.py, 
line 36, in register_options
- group.add_option('--vbox-disk-format', metavar='FORMAT', default='vdi', 
help='Desired disk format. Valid options are: vdi vmdk. [default: %default]')
+   File /usr/bin/vmbuilder, line 24, in module
+ cli.main()
+   File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 62, 
in main
+ hypervisor, distro = self.handle_args(optparser, sys.argv[1:])
+   File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 173, 
in handle_args
+ hypervisor = VMBuilder.get_hypervisor(args[0])(distro)
+   File /usr/lib/python2.6/dist-packages/VMBuilder/hypervisor.py, line 34, 
in __init__
+ super(Hypervisor, self).__init__()
+   File /usr/lib/python2.6/dist-packages/VMBuilder/distro.py, line 30, in 
__init__
+ super(Context, self).__init__(self)
+   File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/__init__.py, line 
46, in __init__
+ self.register_options()
+   File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/virtualbox/vm.py, 
line 36, in register_options
+ group.add_option('--vbox-disk-format', metavar='FORMAT', default='vdi', 
help='Desired disk format. Valid options are: vdi vmdk. [default: %default]')
  AttributeError: 'SettingGroup' object has no attribute 'add_option'
- 
- 
- group.add_option() is used several times in the source code, despite not 
being listed in the API at 
/usr/share/doc/python-vm-builder/html/VMBuilder.plugins.Plugin.SettingGroup-class.html
- 
- 
- ./VMBuilder/contrib/cli.py:group.add_option('--debug', 
action='callback', callback=self.set_verbosity, help='Show debug information')
- ./VMBuilder/contrib/cli.py:group.add_option('--verbose', '-v', 
action='callback', callback=self.set_verbosity, help='Show progress 
information')
- ./VMBuilder/contrib/cli.py:group.add_option('--quiet', '-q', 
action='callback', callback=self.set_verbosity, help='Silent operation')
- ./VMBuilder/contrib/cli.py:group.add_option('--overwrite', '-o', 
action='store_true', help='Configuration file')
- ./VMBuilder/contrib/cli.py:group.add_option('--config', '-c', 
type='str', help='Configuration file')
- ./VMBuilder/contrib/cli.py:group.add_option('--templates', 
metavar='DIR', help='Prepend DIR to template search path.')
- ./VMBuilder/contrib/cli.py:group.add_option('--destdir', '-d', 
type='str', help='Destination directory')
- ./VMBuilder/contrib/cli.py:group.add_option('--only-chroot', 
action='store_true', help=Only build the chroot. Don't install it on disk 
images or anything.)
- ./VMBuilder/contrib/cli.py:group.add_option('--existing-chroot', 
help=Use existing chroot.)
- ./VMBuilder/contrib/cli.py:group.add_option('--rootsize', 
metavar='SIZE', default=4096, help='Size (in MB) of the root filesystem 
[default: %default]')
- ./VMBuilder/contrib/cli.py:group.add_option('--optsize', 
metavar='SIZE', default=0, help='Size (in MB) of the /opt filesystem. If not 
set, no /opt filesystem will be added.')
- ./VMBuilder/contrib/cli.py:group.add_option('--swapsize', 
metavar='SIZE', default=1024, help='Size (in MB) of the swap partition 
[default: %default]')
- ./VMBuilder/contrib/cli.py:group.add_option('--raw', 
metavar='PATH', type='str', help=Specify a file (or block device) to as first 
disk image.)
- ./VMBuilder/contrib/cli.py:group.add_option('--part', 
metavar='PATH', type='str', help=Allows to specify a partition table in PATH 
each line of partfile should specify (root first): \nmountpoint size \none 
per line, separated by space, where size is in megabytes. You can have up to 4 
virtual disks, a new disk starts on a line containing only '---'. ie: \n
root 2000 \n/boot 512 \nswap 1000 \n--- \n/var 8000 \n
/var/log 2000)
- ./VMBuilder/contrib/cli.py:optgroup.add_option(*args, 
**kwargs)

[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-05-13 Thread Ron
+4 importance here.

Four customers also affected by this; and paying me to hand-edit
configs.

-- 
libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to 
create domain with virt-manager using network bridge
https://bugs.launchpad.net/bugs/520386
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 573222] Re: [SRU] php5 session.save_path moved to /tmp

2010-05-13 Thread Kees Cook
I can confirm that the sess_* files have moved back to /var/lib/php5.
Thanks!

-- 
[SRU] php5 session.save_path moved to /tmp
https://bugs.launchpad.net/bugs/573222
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 580319] [NEW] dhcp3-server launches before upstart brings all interface, thus failing to start

2010-05-13 Thread Michael R. Head
Public bug reported:

My server's (primarily a NAT box/802.11g hotspot) network configuration:

Ubuntu release: 10.04 LTS
External interface: eth3
Internal interface: br0 (bridging eth2 and wlan0)

I run dhcp3-server on my internal interface to supply private
(192.168.*) IP addresses to wired and wireless devices throughout my
apartment.

I recently upgraded this server from 8.04 LTS to 10.04 LTS. After the
upgrade I've faced some problems with the startup process. The issue I'm
reporting here has to do with dhcp3-server failing to start during boot.

From what I can tell, upstart begins bringing up br0, which takes perhaps 15 
seconds. While br0 is coming up (and still has an address of 0.0.0.0), the 
dhcp3-server init script is started, but fails because 0.0.0.0 is not a 
declared network and dhcpd fails to start, reporting:
May 13 22:29:40 firewall dhcpd: No subnet declaration for br0 (0.0.0.0).
May 13 22:29:40 firewall dhcpd: ** Ignoring requests on br0.  If this is not 
what
May 13 22:29:40 firewall dhcpd:you want, please write a subnet declaration
May 13 22:29:40 firewall dhcpd:in your dhcpd.conf file for the network 
segment
May 13 22:29:40 firewall dhcpd:to which interface br0 is attached. **
May 13 22:29:40 firewall dhcpd:
May 13 22:29:40 firewall dhcpd:
May 13 22:29:40 firewall dhcpd: Not configured to listen on any interfaces!

It seems that dhcpd should start (or restart) when upstart brings up the
interfaces it is configured to listen on.

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

-- 
dhcp3-server launches before upstart brings all interface, thus failing to start
https://bugs.launchpad.net/bugs/580319
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2010-05-13 Thread Michael R. Head
Relevant section of /var/log/syslog showing failure of dhcp3 server to
start

** Attachment added: /var/log/syslog section
   http://launchpadlibrarian.net/48427309/syslog

-- 
dhcp3-server launches before upstart brings all interface, thus failing to start
https://bugs.launchpad.net/bugs/580319
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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


Re: [Bug 579005] Re: misleading russian translation

2010-05-13 Thread HsH
Эти пакеты присутствуют в репозитории и значатся в Debian/control как
рекомендованные к установке (Recommends: ), фактически же их не установли -
т.е. например при выполнении

sudo aptitude install pkg -R

устанавливается пакет pkg, а рекомендованные нет - они и попадают в данный
фильтр.

2010/5/13 AsstZD eskaer_spams...@ngs.ru

 Там в том смысле, что рекомендуемые пакеты физически отсутствуют в
 репозитории.

 --
 misleading russian translation
 https://bugs.launchpad.net/bugs/579005
 You received this bug notification because you are a member of Russian
 Ubuntu Translators, which is a bug assignee.


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

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

[Bug 562565] Re: Occasionally boots into low graphics mode

2010-05-13 Thread Amit Mendapara
I have same issue (installed all updates). Without
GRUB_GFXPAYLOAD_LINUX=keep it doesn't crash but then tty's are not
available (bug #447765). I need to issue `sudo restart gdm` command
after booting into low graphics mode and now nvidia is loaded perfectly.
This is really annoying, I am having these issues (bug #447765) since
kermic but no fix yet.

-- 
 Occasionally boots into low graphics mode
https://bugs.launchpad.net/bugs/562565
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 544954] Re: [lucid] floppy causes high cpu iowait usage

2010-05-13 Thread Wenzhuo Zhang
** Description changed:

  Binary package hint: linux-image
  
  I upgraded my ThinkPad X32 notebook to Lucid beta last weekend. The
  notebook does not have a floppy drive, but the floppy kernel module
  causes very high cpu iowait usage for about 20 minutes after reboot. At
  the same time, it keeps issuing error messages as follows:
  
  [ 1123.553851] Buffer I/O error on device fd0, logical block 0
  [ 1136.618649] end_request: I/O error, dev fd0, sector 0
  
- Reproducible in 2.6.32-16-generic and 2.6.32-17-generic.
+ Reproducible in 2.6.32-16-generic, 2.6.32-17-generic, 2.6.32-22-generic
+ and the upstream kernel 2.6.34rc7.
  
  Manually removing(rmmod) and loading(modprobe) the floppy module later
  cannot reproduce the problem.
  
- One workaround is to blacklist the floppy kernel module.
+ Work-arounds:
+ 1. blacklist the floppy kernel module.
+ 2. disable Legacy Floppy Drive in ThinkPad BIOS.
  
- 
- --- 
+ ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: i386
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  wenzhuo1498 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  wenzhuo1498 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
-  Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with AD1981B at irq 11'
-Mixer name : 'Analog Devices AD1981B'
-Components : 'AC97a:41445374'
-Controls  : 26
-Simple ctrls  : 18
+  Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with AD1981B at irq 11'
+    Mixer name : 'Analog Devices AD1981B'
+    Components : 'AC97a:41445374'
+    Controls  : 26
+    Simple ctrls  : 18
  Card29.Amixer.info:
-  Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
1QHT23WW-1.08'
-Mixer name : 'ThinkPad EC 1QHT23WW-1.08'
-Components : ''
-Controls  : 2
-Simple ctrls  : 1
+  Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
1QHT23WW-1.08'
+    Mixer name : 'ThinkPad EC 1QHT23WW-1.08'
+    Components : ''
+    Controls  : 2
+    Simple ctrls  : 1
  Card29.Amixer.values:
-  Simple mixer control 'Console',0
-Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
-Playback channels: Mono
-Limits: Playback 0 - 14
-Mono: Playback 0 [0%] [on]
+  Simple mixer control 'Console',0
+    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
+    Playback channels: Mono
+    Limits: Playback 0 - 14
+    Mono: Playback 0 [0%] [on]
  DistroRelease: Ubuntu 10.04
  HibernationDevice: RESUME=UUID=5e4fc5f4-fe53-4b3c-9743-552d18a38bc2
  MachineType: IBM 2672AEC
  Package: linux (not installed)
  PccardctlIdent:
-  Socket 0:
-no product info available
-  Socket 1:
-no product info available
+  Socket 0:
+    no product info available
+  Socket 1:
+    no product info available
  PccardctlStatus:
-  Socket 0:
-no card
-  Socket 1:
-no card
+  Socket 0:
+    no card
+  Socket 1:
+    no card
  ProcCmdLine: root=UUID=46aacfd3-26dd-438e-a50d-5d8951d49614 ro quiet splash
  ProcEnviron:
-  LANG=en_US.utf8
-  SHELL=/bin/bash
+  LANG=en_US.utf8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Regression: No
  RelatedPackageVersions: linux-firmware 1.34
  Reproducible: Yes
  RfKill:
-  
+ 
  Tags: lucid  needs-upstream-testing
  Uname: Linux 2.6.32-22-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  WpaSupplicantLog:
-  
+ 
  dmi.bios.date: 09/22/2005
  dmi.bios.vendor: IBM
  dmi.bios.version: 1QET97WW (3.02 )
  dmi.board.name: 2672AEC
  dmi.board.vendor: IBM
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: IBM
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnIBM:bvr1QET97WW(3.02):bd09/22/2005:svnIBM:pn2672AEC:pvrThinkPadX32:rvnIBM:rn2672AEC:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
  dmi.product.name: 2672AEC
  dmi.product.version: ThinkPad X32
  dmi.sys.vendor: IBM

-- 
[lucid] floppy causes high cpu iowait usage
https://bugs.launchpad.net/bugs/544954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 578179] Re: No write permission on smbmount on XP machine, if the shared folder is more than 1 word

2010-05-13 Thread Ken Weill P. Lumacad
Same problem exist on Linux Mint 9 RC.
Confirmed working on Mandriva 2010 KDE. Haven't tested the GNOME on Mandriva.

** Tags added: linuxmint

-- 
No write permission on smbmount on XP machine, if the shared folder is more 
than 1 word
https://bugs.launchpad.net/bugs/578179
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 569382] Re: Ubuntu One folder emblems never change

2010-05-13 Thread robbanl
After a couple of system-updates the emblems works as they should, this
bug should be closed.

-- 
Ubuntu One folder emblems never change
https://bugs.launchpad.net/bugs/569382
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 271665] Re: google earth hardlocks intrepid alpha 5

2010-05-13 Thread Josh Stump
The latest full release has it working properly.  With the final 10.04
I now only have an issue with a second monitor having an incorrect
refresh rate due to kenel mode setting.  Ati x1400 chipset in a lemovo
t60.  I await a fix other than disabling modesetting

On 5/12/10, Vish drkv...@yahoo.com wrote:
 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. You reported this bug a while ago and there hasn't been
 any activity in it recently. We were wondering if this is still an issue
 for you. Can you try with the latest Ubuntu release? Thanks in advance.

 ** Changed in: googleearth-package (Ubuntu)
Status: New = Incomplete

 --
 google earth hardlocks intrepid alpha 5
 https://bugs.launchpad.net/bugs/271665
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Sent from my mobile device

Josh Stump
Technical Services Manager
Preferred Connections, Inc. NW
202 N. 8th St. / P.O. Box 247
Lakeside, OR 97449
Voice: (541) 435-1166 (Coos Bay)
Voice: (541) 762-1166 (Eugene)
Toll Free: (800) 787-3806 x420
Fax: (541) 683-0284

-- 
google earth hardlocks intrepid alpha 5
https://bugs.launchpad.net/bugs/271665
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579770] [NEW] Latest kernel update killed nvidia 3d driver for Lucid

2010-05-13 Thread Adam M. Erickson
Public bug reported:

Binary package hint: gdm

Description:Ubuntu 10.04 LTS
Release:10.04

During boot after most recent kernel upgrade nvidia does not respond.

I have seen the problem reported for kubuntu and xubuntu also.


Following Error Was Encountered. You May Need to Update Your Configuration to 
Solve:

(EE) Failed to load module type 1 (module does not exist, 0)


(EE) Failed to load module freetype (module does not exist, 0)

(EE) NVIDIA(0): Failed to initialize NVIDIA kernel, please see the
systems' kernel log for additional error messages and consult NVIDIA
Reademe

ABORTING

Screen(s) found, but non hvae usable configuration.

I do not know enough to fix it myself.

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


** Tags: error kernel nvidia

-- 
Latest kernel update killed nvidia 3d driver for Lucid
https://bugs.launchpad.net/bugs/579770
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 574252] Re: SAMSUNG N150 Laptop : No wired network connexion

2010-05-13 Thread Kris969
here is what give the lspci

** Attachment added: lspci
   http://launchpadlibrarian.net/48370881/lspci

-- 
SAMSUNG N150 Laptop : No wired network connexion
https://bugs.launchpad.net/bugs/574252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579772] [NEW] Aqualung crash 2s after reading a mp3

2010-05-13 Thread frenchy82
Public bug reported:

Binary package hint: aqualung

Hi,
On Lubuntu 10.04, when i use aqualung, it crashes 2 seconds after the begining 
of any song

But If i compile my self the same version of aqualung (R 1114) there is
no more crash so i can't have debug trace

os lubuntu 10.04 (fresh install), kernel 2.6.32.22 generic (i686)

If you need more info, please feel free

Hope it could hep

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

-- 
Aqualung crash 2s after reading a mp3
https://bugs.launchpad.net/bugs/579772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 576491] Re: CUPS does not print to HP OfficeJet-G85

2010-05-13 Thread Till Kamppeter
Sorry, it must be

hp-check -r

-- 
CUPS does not print to HP OfficeJet-G85
https://bugs.launchpad.net/bugs/576491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445456] Re: kvm hangs booting windows XP Pro SP2 or later, since at least 2.6.28-15

2010-05-13 Thread Jeremy Foshee
This bug report was marked as Triaged a while ago but has not had any
updated comments for quite some time.  Please let us know if this issue
remains in the current Ubuntu release,
http://www.ubuntu.com/getubuntu/download .  If the issue remains, click
on the current status under the Status column and change the status back
to New.  Thanks.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]

-- 
kvm hangs booting windows XP Pro SP2 or later, since at least 2.6.28-15
https://bugs.launchpad.net/bugs/445456
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 356895] Re: [PACKARD BELL BV EasyNote_MX36] suspend/resume failure

2010-05-13 Thread Jeremy Foshee
This bug report was marked as Incomplete and has not had any updated
comments for quite some time.  As a result this bug is being closed.
Please reopen if this is still an issue in the current Ubuntu release
http://www.ubuntu.com/getubuntu/download . Also, please be sure to
provide any requested information that may have been missing.  To reopen
the bug, click on the current status under the Status column and change
the status back to New.  Thanks.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]

-- 
[PACKARD BELL BV EasyNote_MX36] suspend/resume failure
https://bugs.launchpad.net/bugs/356895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579776] [NEW] Amarok does not quit (and therefore cannot be started again)

2010-05-13 Thread Andrew
Public bug reported:

Binary package hint: amarok

== What I do ==

1) Run 'amarok' in the terminal.
2) Click on Amarok - Quit.

== What I expect to happen ==

The Amarok process quits. I can start Amarok again later by running
'amarok' in the terminal.

== What actually happens ==

Amarok disappears from the screen. If I try running 'amarok' again
later, Amarok does not appear and the following error message is
displayed in the terminal:

Amarok is already running!
unknown program name(3000)/: Communication problem with  amarok , it 
probably crashed. 
Error message was:  org.freedesktop.DBus.Error.NoReply :  Did not receive a 
reply. Possible causes include: the remote application did not send a reply, 
the message bus security policy blocked the reply, the reply timeout expired, 
or the network connection was broken. 

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: amarok 2:2.3.0-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed May 12 23:02:32 2010
ExecutablePath: /usr/bin/amarok
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
SourcePackage: amarok
XsessionErrors:
 (polkit-gnome-authentication-agent-1:1565): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (Do:1577): Wnck-CRITICAL **: wnck_set_client_type got called multiple times.
 (gnome-terminal:1984): Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion 
`entry != NULL  entry-lock_count  0' failed
 (gnome-terminal:2644): Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion 
`entry != NULL  entry-lock_count  0' failed

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


** Tags: apport-bug i386 lucid

-- 
Amarok does not quit (and therefore cannot be started again)
https://bugs.launchpad.net/bugs/579776
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579776] Re: Amarok does not quit (and therefore cannot be started again)

2010-05-13 Thread Andrew

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48370982/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/48370983/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/48370984/ProcStatus.txt

-- 
Amarok does not quit (and therefore cannot be started again)
https://bugs.launchpad.net/bugs/579776
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.

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


[Bug 579759] Re: Dual boot not working unable to boot !! Plz help

2010-05-13 Thread Monkey
I´ve converted this bug to a question.

Thank You for making Ubuntu better.

** Changed in: ubuntu
   Status: New = Invalid

** Converted to question:
   https://answers.edge.launchpad.net/ubuntu/+question/110824

-- 
Dual boot not working unable to boot !! Plz help
https://bugs.launchpad.net/bugs/579759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 579703] Re: gparted wrongly reports partition mounted when uuid and label are duplicates

2010-05-13 Thread Monkey
I´ve reassigned this bug to the gparted package.

Thank You for making Ubuntu better.

** Package changed: yelp (Ubuntu) = gparted (Ubuntu)

-- 
gparted wrongly reports partition mounted when uuid and label are duplicates
https://bugs.launchpad.net/bugs/579703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 576246] Re: [Lucid] Cannot cancel fsck

2010-05-13 Thread Lollerke
Newest mountall from proposed updates fixes this problem.

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

-- 
[Lucid] Cannot cancel fsck
https://bugs.launchpad.net/bugs/576246
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 538471] Re: autokey: insecure use of temporary files (Data Corruption, Local Denial of Service)

2010-05-13 Thread Kees Cook
** Changed in: autokey (Ubuntu Karmic)
   Status: Fix Released = Fix Committed

-- 
autokey: insecure use of temporary files (Data Corruption, Local Denial of 
Service)
https://bugs.launchpad.net/bugs/538471
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 414658] Re: Brightness Keys do not work on Lenovo U350

2010-05-13 Thread androith
#12 worked for me as well.

-- 
Brightness Keys do not work on Lenovo U350
https://bugs.launchpad.net/bugs/414658
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579779] [NEW] video playback spotty with xv output

2010-05-13 Thread Randall Smith
Public bug reported:

Binary package hint: xorg

In Lucid, with visual effects set to normal, video playback using xv
blacks out sometimes.  The following video is a demonstration.

http://ironhacker.s3.amazonaws.com/20100513_001.mp4

Changing to x11 (no xv) video output fixes the problem, but uses much
more CPU.

This has been true in previous versions of Ubuntu since 8.04 on this
hardware.  I'm just now reporting it.

~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)

~$ lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
Uname: Linux 2.6.33-02063303-generic i686
Architecture: i386
Date: Thu May 13 00:57:54 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: xorg
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.33-02063303-generic

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


** Tags: apport-bug i386 lucid

-- 
video playback spotty with xv output
https://bugs.launchpad.net/bugs/579779
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579779] Re: video playback spotty with xv output

2010-05-13 Thread Randall Smith

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48370826/Dependencies.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/48370827/RelatedPackageVersions.txt

-- 
video playback spotty with xv output
https://bugs.launchpad.net/bugs/579779
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579684] Re: Configure ADSL in graphical mode

2010-05-13 Thread Monkey
This isn´t a wine1.2 problem.

Thank You for making Ubuntu better.

** Package changed: wine1.2 (Ubuntu) = ubuntu

-- 
Configure ADSL in graphical mode
https://bugs.launchpad.net/bugs/579684
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 579682] Re: Ubuntu Software Center scrolls after package removal

2010-05-13 Thread Olivier Tilloy
What happens is that upon removal the list is updated the naive way: it
is deleted and re-built, and the position of the currently selected item
is lost in the process. It is definitely an annoyance and could probably
be improved.

-- 
Ubuntu Software Center scrolls after package removal
https://bugs.launchpad.net/bugs/579682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579681] Re: Configure ADSL in graphical mode:

2010-05-13 Thread Monkey
*** This bug is a duplicate of bug 579684 ***
https://bugs.launchpad.net/bugs/579684

** This bug has been marked a duplicate of bug 579684
   Configure ADSL in graphical mode

-- 
Configure ADSL in graphical mode: 
https://bugs.launchpad.net/bugs/579681
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579773] Re: telnet.netkit assert failure: telnet: ring.cc:143: int ringbuf::flush(): Assertion `top-bot 0 top-bot = count' failed.

2010-05-13 Thread Munchkinguy
** Visibility changed to: Public

-- 
telnet.netkit assert failure: telnet: ring.cc:143: int ringbuf::flush(): 
Assertion `top-bot  0  top-bot = count' failed.
https://bugs.launchpad.net/bugs/579773
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579781] [NEW] /etc/cron.daily/system-health mails even if there is no problem

2010-05-13 Thread AlainKnaff
Public bug reported:

Binary package hint: debian-helper-scripts

The /etc/cron.daily/system-health sends out a daily mail about status of
raid arrays and system temperature.

This is useful in case there really is a problem (broken raid array [U_]
or overheated CPU (... whose temperature is above the critical
temperature)).

In our case, we get the mail even if the raid array is healthy ([UU]),
and all sensors are way below their critical temperature (temperatures
around 50 degrees, whereas critical is 100)

Result is needless spam, and greater probability of overworked sysadmin
just deleting the mail and overlooking it on the day where there is
indeed a problem.

Any way to making this conditional on an actual problem?

ProblemType: Bug
Architecture: amd64
Date: Thu May 13 08:14:10 2010
Dependencies:
 
DistroRelease: Ubuntu 8.04
Package: debian-helper-scripts 0.10ubuntu3 [modified: usr/bin/system-health]
PackageArchitecture: all
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: debian-helper-scripts
Uname: Linux 2.6.24-27-generic x86_64

** Affects: debian-helper-scripts (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
/etc/cron.daily/system-health mails even if there is no problem
https://bugs.launchpad.net/bugs/579781
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511753] Re: Lucid: invoke-rc.d networking restart fails to bring network up again

2010-05-13 Thread Andrey Beljakov
# sudo service networking restart
restart: Unknown instance:

but this work
# sudo /etc/init.d/networking restart
 * Reconfiguring network interfaces...
RTNETLINK answers: No such process
ssh stop/waiting
ssh start/running, process 8379
ssh stop/waiting
ssh start/running, process 8487
..

-- 
Lucid: invoke-rc.d networking restart fails to bring network up again
https://bugs.launchpad.net/bugs/511753
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 578660] Re: Lucid upgrade: No sound after wakeup from standby

2010-05-13 Thread Romano Giannetti
I really don't know what are you meaning here... I remember doing tests years 
ago, and the submitted a line to Takashi with the automatic selection of the 
toshiba model for my laptop. Since then, all was working without having to add 
parameters to the module. 
Then now in Lucid I need the parameter. The really puzzling thing is that when 
I boot Lucid with the old kernel, I have the problem, which is... impossible.

-- 
Lucid upgrade: No sound after wakeup from standby
https://bugs.launchpad.net/bugs/578660
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-05-13 Thread LocutusOfBorg
@hepaly which version of vlc are you using? from which repository???

I just updated vlc and I cannot see this fix.
vlc 1.0.6-1ubuntu1.1 is my version

-- 
Notification area icon wrongly rendered/uses bg_color as a background (multiple 
apps)
https://bugs.launchpad.net/bugs/403135
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 15451] Re: Kubuntu SMB issue with OpenOffice

2010-05-13 Thread albertoj.diaz
This

sudo apt-get install openoffice.org-gnome openoffice.org-gtk

did not worked for me in a kubuntu 10.4 install

-- 
Kubuntu SMB issue with OpenOffice
https://bugs.launchpad.net/bugs/15451
You received this bug notification because you are a member of Kubuntu
Bugs, which is a direct subscriber.

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


[Bug 579784] [NEW] If u try to convert a non existing file, it returns an exception

2010-05-13 Thread malev
Public bug reported:

Binary package hint: rst2pdf

Hi!
when you try to convert an non existing file, there no exception to handle it.
So, the error message is ugly.

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

-- 
If u try to convert a non existing file, it returns an exception
https://bugs.launchpad.net/bugs/579784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579784] Re: If u try to convert a non existing file, it returns an exception

2010-05-13 Thread malev

** Patch added: a prettier error message
   http://launchpadlibrarian.net/48371822/error-msg.patch

-- 
If u try to convert a non existing file, it returns an exception
https://bugs.launchpad.net/bugs/579784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579783] [NEW] Hauppauge hvr-2200 firmware not included

2010-05-13 Thread Aaron Whitehouse
Public bug reported:

I have a Hauppauge hvr-2200 and am using it on Mythbuntu Lucid.  The
firmware for the card is not included in Mythbuntu and has to be
manually extracted and moved to the lib firmware folder each kernel
update.

I've managed to make the card work by: 
(1) putting it in the machine and then reading dmesg, which said that it 
couldn't load the firmware (someone else's output follows):
[5.065271] saa7164[0]: Your board isn't known (yet) to the driver.
[5.065272] saa7164[0]: Try to pick one of the existing card configs via
[5.065273] saa7164[0]: card=n insmod option.  Updating to the latest
[5.065273] saa7164[0]: version might help as well.
[5.065276] saa7164[0]: Here are valid choices for the card=n insmod 
option:
[5.065278] saa7164[0]:card=0 - Unknown
[5.065280] saa7164[0]:card=1 - Generic Rev2
[5.065281] saa7164[0]:card=2 - Generic Rev3
[5.065283] saa7164[0]:card=3 - Hauppauge WinTV-HVR2250
[5.065285] saa7164[0]:card=4 - Hauppauge WinTV-HVR2200
[5.065286] saa7164[0]:card=5 - Hauppauge WinTV-HVR2200
[5.065288] saa7164[0]:card=6 - Hauppauge WinTV-HVR2200
[5.065290] saa7164[0]:card=7 - Hauppauge WinTV-HVR2250
[5.065291] saa7164[0]:card=8 - Hauppauge WinTV-HVR2250

(2) I then followed these instructions 
http://www.xpmediacentre.com.au/community/showthread.php/38864-Hauppauge-HVR-2200-Tuner-Install-Guide?p=286124viewfull=1
 to do a modprobe card=4 and add it to the options file so that it stays after 
reboot.
(3) this didn't work and gave an error about not finding the firmware to 
upload, so I had to extract the firmware with the instructions here 
http://ubuntu-virginia.ubuntuforums.org/showthread.php?p=7344302

I understand why my card is not yet supported, but I don't understand
why the firmware is not included. Is it a licensing issue?

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

-- 
Hauppauge hvr-2200 firmware not included
https://bugs.launchpad.net/bugs/579783
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386272] Re: Computer won't boot without acpi=off option

2010-05-13 Thread jlac
as you, I had this problem with previous version (9.04/9.10) but now
with lucid lynx (10.04) this problem no longer occurs.

-- 
Computer won't boot without acpi=off option
https://bugs.launchpad.net/bugs/386272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579647] Re: Dist upgrade from 9.10 to 10.10 LTS fails: apt post-installation failed with exit status 1

2010-05-13 Thread Jean-Baptiste Lallement
I'm really sorry about this bad experience. I have one more request. Could you 
please provide the output of:
$ getent group admin

The fix is trivial but I'd like to know why the command returns a non-existent 
user.
I'm turning on the privacy flag.
Thanks in advance.

** Changed in: apt (Ubuntu)
   Importance: Undecided = Critical

** Changed in: apt (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)

** Summary changed:

- Dist upgrade from 9.10 to 10.10 LTS fails: apt post-installation failed with 
exit status 1
+ Dist upgrade from 9.10 to 10.10 LTS fails: apt post-installation failure - 
getent returns a non-existent admin user

-- 
Dist upgrade from 9.10 to 10.10 LTS fails: apt post-installation failure - 
getent returns a non-existent admin user
https://bugs.launchpad.net/bugs/579647
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 528518] Re: Backintime hangs with 'Working: Save permission'

2010-05-13 Thread Dan
I think this is fixed in beta version. Please give try it.

-- 
Backintime hangs with 'Working: Save permission'
https://bugs.launchpad.net/bugs/528518
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 578660] Re: Lucid upgrade: No sound after wakeup from standby

2010-05-13 Thread Daniel T Chen
Not impossible, rather what you're seeing is the complex interaction of
subsystems claiming (and interacting with) resources. Have you carefully
examined dmi and dmesg information? Was there a bios update involved?

-- 
Lucid upgrade: No sound after wakeup from standby
https://bugs.launchpad.net/bugs/578660
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 386272] Re: Computer won't boot without acpi=off option

2010-05-13 Thread Andrew Keyes
jlac: Which system do you have? I've been unable to get 10.04 to boot at
all on my M1300 (previous ones all booted, and still do after
reinstalling).

-- 
Computer won't boot without acpi=off option
https://bugs.launchpad.net/bugs/386272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579669] Re: Creates sources.list.d file will illegal character in name

2010-05-13 Thread Adam Guthrie
** Also affects: software-properties
   Importance: Undecided
   Status: New

** Description changed:

  For example:
  
  apt-add-repository ppa:sevenmachines/release+1
  
  creates a file /etc/apt/sources.list.d/sevenmachines-
  release+1-lucid.list.
  
  However, man sources.list says
  
  File names need to end with .list and may only contain letters (a-z and
  A-Z), digits (0-9), underscore (_), hyphen (-) and period (.)
  characters. Otherwise they will be silently ignored.
  
- So that's what happens.
+ So therefore this newly created list file is silently ignored (verify by
+ apt-get update and looking in /var/lib/apt/lists)
  
  Ubuntu 10.04
  python-software-properties 0.75.10

-- 
Creates sources.list.d file will illegal character in name
https://bugs.launchpad.net/bugs/579669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579647] Re: Dist upgrade from 9.10 to 10.10 LTS fails: apt post-installation failure - getent returns a non-existent admin user

2010-05-13 Thread Jean-Baptiste Lallement
** Visibility changed to: Private

-- 
Dist upgrade from 9.10 to 10.10 LTS fails: apt post-installation failure - 
getent returns a non-existent admin user
https://bugs.launchpad.net/bugs/579647
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 579788] [NEW] package libswt-cairo-gtk-3. 5-jni 3.5.1 versionbump-2ubuntu2 failed to install/upg rade: tentative de remplacement de « /usr/lib/ jni/libswt-cairo-gtk-3555.so », qui appartie nt aus

2010-05-13 Thread Thierry Andriamirado
Public bug reported:

Upgraded to 10.04 from 9.10 (64bits): using the alternate CD, then
'dist-upgrade' after reboot. I had to run 'apt-get install -f' in order
to finish the upgrade.

After login, saw this error msg:
package libswt-cairo-gtk-3.5-jni 3.5.1 versionbump-2ubuntu2 failed to 
install/upgrade: tentative de remplacement de 
« /usr/lib/jni/libswt-cairo-gtk-3555.so », qui appartient aussi au paquet 
libswt-gtk-3.5-jni 0:3.5.1 repack~1-0ubuntu4

( free translation: package libswt-cairo-gtk-3.5-jni 3.5.1 versionbump-
2ubuntu2 failed to install/upgrade: attempting to replace « /usr/lib/jni
/libswt-cairo-gtk-3555.so », which belong to libswt-gtk-3.5-jni 0:3.5.1
repack~1-0ubuntu4

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libswt-cairo-gtk-3.5-jni 3.5.1+versionbump-2ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
Architecture: amd64
Date: Thu May 13 08:41:39 2010
ErrorMessage: tentative de remplacement de 
« /usr/lib/jni/libswt-cairo-gtk-3555.so », qui appartient aussi au paquet 
libswt-gtk-3.5-jni 0:3.5.1+repack~1-0ubuntu4
SourcePackage: swt-gtk
Title: package libswt-cairo-gtk-3.5-jni 3.5.1+versionbump-2ubuntu2 failed to 
install/upgrade: tentative de remplacement de 
« /usr/lib/jni/libswt-cairo-gtk-3555.so », qui appartient aussi au paquet 
libswt-gtk-3.5-jni 0:3.5.1+repack~1-0ubuntu4

** Affects: swt-gtk (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

-- 
package libswt-cairo-gtk-3.5-jni 3.5.1 versionbump-2ubuntu2 failed to 
install/upgrade: tentative de remplacement de 
« /usr/lib/jni/libswt-cairo-gtk-3555.so », qui appartient aussi au paquet 
libswt-gtk-3.5-jni 0:3.5.1 repack~1-0ubuntu4
https://bugs.launchpad.net/bugs/579788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 579788] Re: package libswt-cairo-gtk-3.5-jn i 3.5.1 versionbump-2ubuntu2 failed to install/upgrade : tentative de remplacement de « /usr/lib/jni/ libswt-cairo-gtk-3555.so », qui appartient a ussi

2010-05-13 Thread Thierry Andriamirado

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/48371349/AptOrdering.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48371350/Dependencies.txt

** Attachment added: Df.txt
   http://launchpadlibrarian.net/48371351/Df.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/48371352/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/48371353/DpkgTerminalLog.txt

-- 
package libswt-cairo-gtk-3.5-jni 3.5.1 versionbump-2ubuntu2 failed to 
install/upgrade: tentative de remplacement de 
« /usr/lib/jni/libswt-cairo-gtk-3555.so », qui appartient aussi au paquet 
libswt-gtk-3.5-jni 0:3.5.1 repack~1-0ubuntu4
https://bugs.launchpad.net/bugs/579788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 579761] Re: install of bootloader failed without RAID or LVM

2010-05-13 Thread Giuseppe Sacco
Reading again /var/log/messages I better understand the problem: the disk I 
plugged in as /dev/sdc1 is a copy of complete file system from a different 
machine. Basically, I would copy all that data to the new machine I was 
installing 10.04.
So, /dev/sdc1 included /boot and /boot/grub directories, and this tricked 
os-prober thinking it should add all those information on the newly created 
boot configuration. Nevertless, that disk should be completely ignored.
BTW, the problem being /dev/sdc missing from device,map, as written in 
/var/log/messages.

-- 
install of bootloader failed without RAID or LVM
https://bugs.launchpad.net/bugs/579761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579761] Re: install of bootloader failed without RAID or LVM

2010-05-13 Thread Giuseppe Sacco
Please note, that booting the machine while USB disk is already plugged,
all disk names changed: sda is the external one, sdb and sdc are the
internal logical disks.

-- 
install of bootloader failed without RAID or LVM
https://bugs.launchpad.net/bugs/579761
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 551107] Re: Progress bars look odd for little progress using Radiance

2010-05-13 Thread Хаджиев

** Attachment added: another good example
   http://launchpadlibrarian.net/48372628/1.png

-- 
Progress bars look odd for little progress using Radiance
https://bugs.launchpad.net/bugs/551107
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 539434] Re: [needs-packaging] gnome-gmail

2010-05-13 Thread Bilal Akhtar
I shall package this .

** Changed in: ubuntu
   Status: New = In Progress

** Changed in: ubuntu
 Assignee: (unassigned) = Bilal Akhtar (bilalakhtar96)

-- 
[needs-packaging] gnome-gmail
https://bugs.launchpad.net/bugs/539434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579790] [NEW] Suddenly unable to boot without seeing any weird error in the logs!

2010-05-13 Thread Vangelis Tasoulas
Public bug reported:

I have a very weird problem that I can`t even track its root as I can`t find 
anything suspicious into the log files...
Yesterday everything was fine. Today that I opened my PC it can`t boot!
It looks like loading, but the splash screen is not shown at all and after a 
few seconds it stops there.
Moreover, I can`t see the grub screen at all to select a safe mode kernel to 
boot.

If I use a live CD (like I`m using now a Kubuntu 9.10) the system boot
normally and I can mount my hard drive to see my files without problems.

I have the syslog and messages log files attached. I took them after mounting 
the hard drive using the live CD.
The content of these two log files is what I see on my screen when the system 
tries to boot and gets stuck without success.

The system installation is a Kubuntu Lucid 10.04 64bit with a NVidia 6600GT 
using the proprietary drivers.
The installation was working fine since Kubuntu Lucid Lynx Beta 2 (after a 
dist-upgrade from Kubuntu 9.10 64bit)

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Suddenly unable to boot without seeing any weird error in the logs!
https://bugs.launchpad.net/bugs/579790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579790] Re: Suddenly unable to boot without seeing any weird error in the logs!

2010-05-13 Thread Vangelis Tasoulas

** Attachment added: messages and syslog.zip
   http://launchpadlibrarian.net/48372812/messages%20and%20syslog.zip

-- 
Suddenly unable to boot without seeing any weird error in the logs!
https://bugs.launchpad.net/bugs/579790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579289] Re: download window

2010-05-13 Thread fred33435
When I download a file, a window comes up showing
the download in progress. After the download is completed, 
the download window box goes blank. The download works.
Just the download window box shows nothing.
Before the upgrade all downloads would be showing in
the download window box. 
Thanks Fred

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

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


[Bug 527458] Re: please include status messages/tooltips

2010-05-13 Thread Alexander Pas
Another use-case where tooltips made the difference is the messaging
menu.

I had evolution open on the background, when suddenly the icon of the
messaging menu turns green. But what does this green color mean?

I can only assume it is because i recieved a new mail message, because
the count behind my inbox is not 0, but I don't know for sure, as there
was no context-sensitive explanation (read: tooltip, or smilar.)

however, looking from the other side of the coin (a.k.a. devils advocate)
Removing the tooltips and making all information previously found under the 
tooltip, accesable after opening a menu, enables Ubuntu to be used on 
touch-only devices (think iPad etc.)

Concluding: While ensuring all information enclosed in tooltips is also
availble to non-tooltip-capable devices is a very good goal, and should
be persued, we should not deprive tooltip-capable devices from the
enhanced experience tooltips can offer.

-- 
please include status messages/tooltips
https://bugs.launchpad.net/bugs/527458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579791] [NEW] Enable reduced resources mode by default

2010-05-13 Thread arky
Public bug reported:

Binary package hint: metacity

Perhaps the opaque window resize/move, animations should be turned off
by setting  /apps/metacity/general/reduced_resources to true, This
behavior will enable slow machines or machines buggy X drivers perform
better.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: metacity 1:2.30.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Thu May 13 12:20:20 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: metacity

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


** Tags: apport-bug i386 maverick

-- 
Enable reduced resources mode by default
https://bugs.launchpad.net/bugs/579791
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 579791] Re: Enable reduced resources mode by default

2010-05-13 Thread arky

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48372634/Dependencies.txt

-- 
Enable reduced resources mode by default
https://bugs.launchpad.net/bugs/579791
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 539434] Re: [needs-packaging] gnome-gmail

2010-05-13 Thread Bilal Akhtar
Sorry, can't do it. Anyone else?

** Changed in: ubuntu
   Status: In Progress = New

** Changed in: ubuntu
 Assignee: Bilal Akhtar (bilalakhtar96) = (unassigned)

-- 
[needs-packaging] gnome-gmail
https://bugs.launchpad.net/bugs/539434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 538471] Re: autokey: insecure use of temporary files (Data Corruption, Local Denial of Service)

2010-05-13 Thread Launchpad Bug Tracker
This bug was fixed in the package autokey - 0.54.5-1ubuntu0.3

---
autokey (0.54.5-1ubuntu0.3) karmic-security; urgency=low

  * SECURITY UPDATE: arbitrary file overwriting via symlinks (LP: #538471)
- Store files for the EvDev daamon in FHS-specified locations
- debian/autokey.init: Set pidfile path to '/var/run/autokey-daemon.pid'
- src/lib/interface.py: Set DOMAIN_SOCKET_PATH to /var/run/autokey-daemon
- CVE-2010-0398
 -- Luke Faraone l...@faraone.cc   Sat, 13 Mar 2010 17:14:24 -0500

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

-- 
autokey: insecure use of temporary files (Data Corruption, Local Denial of 
Service)
https://bugs.launchpad.net/bugs/538471
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 574059] Re: [needs-packaging] Pino

2010-05-13 Thread Bilal Akhtar
Sorry, ran into problems. Can't do it. Anyone elsE?

** Changed in: ubuntu
   Status: In Progress = New

** Changed in: ubuntu
 Assignee: Bilal Akhtar (bilalakhtar96) = (unassigned)

-- 
[needs-packaging] Pino
https://bugs.launchpad.net/bugs/574059
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 511095] Re: GDM logs out / disconnects user randomly

2010-05-13 Thread akifta...@yahoo.com
I am getting this problem in Lucid.

-- 
GDM logs out / disconnects user randomly
https://bugs.launchpad.net/bugs/511095
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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