[Bug 411794] [NEW] package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-11 Thread sathish456
Public bug reported:

Ubuntu 9.04

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: mysql-server-5.1 5.1.31-1ubuntu2
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.28-14-generic i686

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


** Tags: apport-package i386

-- 
package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/411794
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 411794] Re: package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-11 Thread sathish456

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/30147891/DpkgTerminalLog.gz

-- 
package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/411794
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 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2009-08-11 Thread Alexander Telenga
Confirm. After an ssh-add push to bazaar works.

-- 
ssh Agent admitted failure to sign using the key on big endian machines
https://bugs.launchpad.net/bugs/201786
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 411890] [NEW] karmic: configure fails with cat: confdefs.h: No such file or directory

2009-08-11 Thread dreamcat4
Public bug reported:

Binary package hint: php5

On a fresh 9.10 (karmic) system, php5 (5.2.10) source package will not
compile.

Steps:

# Install brand new Ubuntu karmic release (alpha 3)
sudo pbuilder --create --distribution karmic
dget -xu 
https://launchpad.net/ubuntu/karmic/+source/php5/5.2.10.dfsg.1-1ubuntu1/+files/php5_5.2.10.dfsg.1-1ubuntu1.dsc
cd php5_5.2.10.dfsg.1/
pdebuild -- --distribution karmic

cat: confdefs.h: No such file or directory
../configure: 488: ac_fn_c_try_run: not found
../configure: 488: 5: Bad file descriptor
../configure: 488: :: checking for pthreads_cflags: not found
../configure: 488: 6: Bad file descriptor

This error has been reproduced many times on the build farm, and also
independently on 2 developer's machines. Build log attached.

This source package can be compiled successfully on jaunty (after
resolving php5.2.10 dependencies), with no such errors. The build logs
between karmic and jaunty looks almost identical.

Examination of the build area afterwards shows that the 'condefs.h' file
do exist in the apache2-build diectory however, the ./configure script
is a complete mess, after being regenerated with a different version of
autoconf (2.64 instead of 2.13 although Jaunty also has a different
autocond which is 2.63). This error appears to be caused somewhere
around the 'buildconf --force' stage in the rules file. At a time when
./configure is being regenerated.

And here is an older bug, perhaps its relevant.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443637

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


** Tags: build error log pbuilder pdebuild php php5

-- 
karmic: configure fails with cat: confdefs.h: No such file or directory
https://bugs.launchpad.net/bugs/411890
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 411890] Re: karmic: configure fails with cat: confdefs.h: No such file or directory

2009-08-11 Thread dreamcat4

** Attachment added: Build log
   http://launchpadlibrarian.net/30155338/karmic-php5-5.2.10-build.log

** Description changed:

  Binary package hint: php5
  
  On a fresh 9.10 (karmic) system, php5 (5.2.10) source package will not
  compile.
  
  Steps:
  
  # Install brand new Ubuntu karmic release (alpha 3)
  sudo pbuilder --create --distribution karmic
  dget -xu 
https://launchpad.net/ubuntu/karmic/+source/php5/5.2.10.dfsg.1-1ubuntu1/+files/php5_5.2.10.dfsg.1-1ubuntu1.dsc
  cd php5_5.2.10.dfsg.1/
  pdebuild -- --distribution karmic
  
  cat: confdefs.h: No such file or directory
  ../configure: 488: ac_fn_c_try_run: not found
  ../configure: 488: 5: Bad file descriptor
  ../configure: 488: :: checking for pthreads_cflags: not found
  ../configure: 488: 6: Bad file descriptor
  
- This error has been reproduced many times on the build farm, and also 
independently on 2 developer's machines.
- Build log attached.
+ This error has been reproduced many times on the build farm, and also
+ independently on 2 developer's machines. Build log attached.
  
- This same source package can be compiled successfully on jaunty (after
- resolving dependencies), and with no such errors. The build logs between
- karmic and jaunty looks almost identical.
+ This source package can be compiled successfully on jaunty (after
+ resolving php5.2.10 dependencies), with no such errors. The build logs
+ between karmic and jaunty looks almost identical.
  
  Examination of the build area afterwards shows that the 'condefs.h' file
  do exist in the apache2-build diectory however, the ./configure script
  is a complete mess, after being regenerated with a different version of
  autoconf (2.64 instead of 2.13 although Jaunty also has a different
  autocond which is 2.63). This error appears to be caused somewhere
  around the 'buildconf --force' stage in the rules file. At a time when
  ./configure is being regenerated.
  
  And here is an older bug, perhaps its relevant.
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443637

-- 
karmic: configure fails with cat: confdefs.h: No such file or directory
https://bugs.launchpad.net/bugs/411890
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 237460] Re: Root on iscsi is not supported

2009-08-11 Thread Colin Watson
** Also affects: partman-iscsi (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Root on iscsi is not supported
https://bugs.launchpad.net/bugs/237460
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-11 Thread dreamcat4
Notifying Andrew Mitchell

Andrew can we get some people to take a look at this? Its a stopper for 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 397721] Re: [needs-packaging] php-fpm

2009-08-11 Thread dreamcat4
Hi,
There is a stopper for this.
Please see the bug description for details.

karmic: Compiling php fails with autoconf 2.64 
https://bugs.launchpad.net/bugs/411890

-- 
[needs-packaging] php-fpm
https://bugs.launchpad.net/bugs/397721
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 237460] Re: Root on iscsi is not supported

2009-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package open-iscsi - 2.0.870.1-0ubuntu8

---
open-iscsi (2.0.870.1-0ubuntu8) karmic; urgency=low

  * Make sure network devices are always included in the initramfs if
booting with / on iSCSI.
  * Retry initramfs network configuration for a while until it works (LP:
#237460).

 -- Colin Watson cjwat...@ubuntu.com   Tue, 11 Aug 2009 13:05:43 +0100

** Changed in: open-iscsi (Ubuntu)
   Status: New = Fix Released

** Branch linked: lp:~ubuntu-core-dev/partman-iscsi/ubuntu

** Changed in: partman-iscsi (Ubuntu)
   Status: New = Fix Released

-- 
Root on iscsi is not supported
https://bugs.launchpad.net/bugs/237460
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 237460] Re: Root on iscsi is not supported

2009-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package partman-iscsi - 2

---
partman-iscsi (2) karmic; urgency=low

  * Add COPYING file, requested by Loïc Minier.
  * Record the target portal group tag for each target.
  * If / is on iSCSI, configure /etc/iscsi/iscsi.initramfs appropriately
and, as a hacky workaround, set the default interface to manual in
/etc/network/interfaces (LP: #237460).

 -- Colin Watson cjwat...@ubuntu.com   Tue, 11 Aug 2009 13:11:11 +0100

-- 
Root on iscsi is not supported
https://bugs.launchpad.net/bugs/237460
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-11 Thread Andreas Olsson
I can confirm this bug, based on my own experiences noted in bug
#409775.

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

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 409775] Re: Problem building Karmic PHP

2009-08-11 Thread Andreas Olsson
*** This bug is a duplicate of bug 411890 ***
https://bugs.launchpad.net/bugs/411890

Marking this bug as a duplicate of  bug #411890, as that report seems to
include more useful information.

** This bug has been marked a duplicate of bug 411890
   karmic: Compiling php fails with autoconf 2.64

-- 
Problem building Karmic PHP
https://bugs.launchpad.net/bugs/409775
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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-11 Thread Stas Sușcov
Hi,
imho karmic is an intermediary release so we should think about pushing php 
5.3.x into it.
Also having php 5.3.x in karmic, will allow us get it more stable for the next 
LTS.

More than this, php 5.2.9 is already in Debian testing, so moving up to
5.3.0 would be somehow synced with them.

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 237460] Re: Root on iscsi is not supported

2009-08-11 Thread Colin Watson
So this set of patches isn't ideal in some ways; in particular it
configures /etc/network/interfaces statically, which has the set of
problems I described in comment 6. However, I think it will at least
make things basically work and people can always edit
/etc/network/interfaces by hand if need be (not perfect, but workable).

-- 
Root on iscsi is not supported
https://bugs.launchpad.net/bugs/237460
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 411943] [NEW] package mysql-server-5.0 None [modified: /var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 255

2009-08-11 Thread Michael Melanson
Public bug reported:

Executed sudo aptitude install mysql-server.

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess pre-installation script returned error exit status 255
NonfreeKernelModules: nvidia
Package: mysql-server-5.0 None [modified: 
/var/lib/dpkg/info/mysql-server-5.0.list]
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 None [modified: 
/var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess 
pre-installation script returned error exit status 255
Uname: Linux 2.6.27-14-generic i686

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


** Tags: apport-package

-- 
package mysql-server-5.0 None [modified: 
/var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess 
pre-installation script returned error exit status 255
https://bugs.launchpad.net/bugs/411943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 411943] Re: package mysql-server-5.0 None [modified: /var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 255

2009-08-11 Thread Michael Melanson

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/30158774/DpkgTerminalLog.gz

-- 
package mysql-server-5.0 None [modified: 
/var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess 
pre-installation script returned error exit status 255
https://bugs.launchpad.net/bugs/411943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 411943] Re: package mysql-server-5.0 None [modified: /var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 255

2009-08-11 Thread Michael Melanson
Closer examination of the terminal log shows that the problem is that
the TERM environment variable was not being set by my terminal emulator
(Emacs term command), which was causing the setup utility for mysql-
server to return an error. Running  the same command from a more
standard terminal worked fine.

Please close this bug.

-- 
package mysql-server-5.0 None [modified: 
/var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess 
pre-installation script returned error exit status 255
https://bugs.launchpad.net/bugs/411943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 411943] Re: package mysql-server-5.0 None [modified: /var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 255

2009-08-11 Thread Mathias Gug
On Tue, Aug 11, 2009 at 01:16:13PM -, Michael Melanson wrote:
 Closer examination of the terminal log shows that the problem is that
 the TERM environment variable was not being set by my terminal emulator
 (Emacs term command), which was causing the setup utility for mysql-
 server to return an error. Running  the same command from a more
 standard terminal worked fine.
 
 Please close this bug.

  status invalid

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com


** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Invalid

-- 
package mysql-server-5.0 None [modified: 
/var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess 
pre-installation script returned error exit status 255
https://bugs.launchpad.net/bugs/411943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 364958] Re: VSFTPD does not support UTF-8 encoding

2009-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package vsftpd - 2.2.0~pre4-2ubuntu2

---
vsftpd (2.2.0~pre4-2ubuntu2) karmic; urgency=low

  * debian/patches/07_vsftpd-enable-utf8.patch: Add support for UTF8
(LP: #364958).

 -- Chuck Short zul...@ubuntu.com   Tue, 11 Aug 2009 09:40:01 -0400

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

-- 
VSFTPD does not support UTF-8 encoding
https://bugs.launchpad.net/bugs/364958
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 344816] Re: mysql-server-5.0: Leaves password in debconf database

2009-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/mysql-dfsg-5.0

-- 
mysql-server-5.0: Leaves password in debconf database
https://bugs.launchpad.net/bugs/344816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 306541] Re: mysql apparmor profile forbids raising max open files limit

2009-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/mysql-dfsg-5.0

-- 
mysql apparmor profile forbids raising max open files limit
https://bugs.launchpad.net/bugs/306541
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/mysql-dfsg-5.0

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 306886] Re: AppArmor profile included doesn't allow mysql to bind to winbind socket

2009-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/mysql-dfsg-5.0

-- 
AppArmor profile included doesn't allow mysql to bind to winbind socket
https://bugs.launchpad.net/bugs/306886
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 183762] Re: mysqldumpslow doesn't work

2009-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/mysql-dfsg-5.0

-- 
mysqldumpslow doesn't work
https://bugs.launchpad.net/bugs/183762
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 296952] Re: mysqlhotcopy failed on table with hyphen in name

2009-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/mysql-dfsg-5.0

-- 
mysqlhotcopy failed on table with hyphen in name
https://bugs.launchpad.net/bugs/296952
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 119271] Re: MySQL relay logs are saved in volatile filesystem /var/run

2009-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/mysql-dfsg-5.0

-- 
MySQL relay logs are saved in volatile filesystem /var/run
https://bugs.launchpad.net/bugs/119271
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/jaunty-updates/mysql-dfsg-5.0

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 407324] Re: /etc/init.d/freeradius stop don't work

2009-08-11 Thread Mathias Gug
** Also affects: freeradius (Ubuntu Hardy)
   Importance: Undecided
   Status: New

-- 
/etc/init.d/freeradius stop don't work
https://bugs.launchpad.net/bugs/407324
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 223387] Re: vblade doesn't create /var/run/vblade

2009-08-11 Thread Mathias Gug
** Also affects: vblade (Ubuntu Hardy)
   Importance: Undecided
   Status: New

-- 
vblade doesn't create /var/run/vblade
https://bugs.launchpad.net/bugs/223387
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vblade 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 223440] Re: vblade discovery doesn't work

2009-08-11 Thread Mathias Gug
** Also affects: vblade (Ubuntu Hardy)
   Importance: Undecided
   Status: New

-- 
vblade discovery doesn't work
https://bugs.launchpad.net/bugs/223440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vblade 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 407324] Re: /etc/init.d/freeradius stop don't work

2009-08-11 Thread Chuck Short
** Changed in: freeradius (Ubuntu)
 Assignee: (unassigned) = Chuck Short (zulcss)

-- 
/etc/init.d/freeradius stop don't work
https://bugs.launchpad.net/bugs/407324
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 223440] Re: vblade discovery doesn't work

2009-08-11 Thread Chuck Short
** Changed in: vblade (Ubuntu Hardy)
 Assignee: (unassigned) = Chuck Short (zulcss)

-- 
vblade discovery doesn't work
https://bugs.launchpad.net/bugs/223440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vblade 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 406171] Re: COUNTER64 broken in NetSNMP::agent

2009-08-11 Thread Chuck Short
What version of net-snmp are you running?

Regards

-- 
COUNTER64 broken in NetSNMP::agent
https://bugs.launchpad.net/bugs/406171
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 347361] Re: libsnmp-python segmentation fault

2009-08-11 Thread Chuck Short
Can you attach the output of the script of the expected results and the
results that you get?

Thanks
chuck

** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Low

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

-- 
libsnmp-python segmentation fault
https://bugs.launchpad.net/bugs/347361
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 127839] Re: Big changelog.gz file duplicates in libsnmp-base and libsnmp9 packages

2009-08-11 Thread Chuck Short
No response from user, closing.


** Changed in: net-snmp (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
Big changelog.gz file duplicates in libsnmp-base and libsnmp9 packages
https://bugs.launchpad.net/bugs/127839
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 223440] Re: [SRU] vblade discovery doesn't work

2009-08-11 Thread Chuck Short
** Summary changed:

- vblade discovery doesn't work
+ [SRU] vblade discovery doesn't work

-- 
[SRU] vblade discovery doesn't work
https://bugs.launchpad.net/bugs/223440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vblade 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 223440] Re: [SRU] vblade discovery doesn't work

2009-08-11 Thread Chuck Short
Description: vblade-14 was released with a bug that prevents it from
discovering properly. This was fixed in vblade-15 and is working for
later version of Ubuntu.

The patch that fixes this issue is already attached to this bug. There
should not be any regressions using this patch.

How to reproduce:

Install vblade from hardy and see if the vblade is discoverable.

If you have any questions please let me know.

Regards
chuck

-- 
[SRU] vblade discovery doesn't work
https://bugs.launchpad.net/bugs/223440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vblade 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 223387] Re: [SRU] vblade doesn't create /var/run/vblade

2009-08-11 Thread Chuck Short

** Attachment added: debdiff
   http://launchpadlibrarian.net/30190851/debdiff

-- 
[SRU] vblade doesn't create /var/run/vblade
https://bugs.launchpad.net/bugs/223387
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vblade 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 223387] Re: [SRU] vblade doesn't create /var/run/vblade

2009-08-11 Thread Chuck Short
Description: Hardy was released with a bug that prevented the vblade
daemon to start. The reason for this is that there was no
/var/run/vblade directory.

I have attached the debdiff which fixes this issue. It was backported
from karmic.

How to reproduce:

1. Install vblade from hardy, run the init script.

There should not be any regression from this fix.

If you have any questions please let me know.

Regards
chuck

** Summary changed:

- vblade doesn't create /var/run/vblade
+ [SRU] vblade doesn't create /var/run/vblade

-- 
[SRU] vblade doesn't create /var/run/vblade
https://bugs.launchpad.net/bugs/223387
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vblade 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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-11 Thread dreamcat4
https://launchpad.net/ubuntu/karmic/i386/autoconf

This page says:

This version of autoconf is not compatible with scripts meant for
 Autoconf 2.13 or earlier. If you need support for such scripts,
 you must also install the autoconf2.13 package.

If you choose install autoconf2.13 package in addition to the 2.64, then
the default autoconf executable(s) are changed to the 2.13 versions. The
newest autoconf2.64 becomes a secondary, and accessible as
'autoconf2.64'. When you uninstall 2.13, then the 2.64 is put back as
the primary again.

So perhaps autoconf2.13 can be added as a php5 build - time dependency.
Needs testing.

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 223387] Re: [SRU] vblade doesn't create /var/run/vblade

2009-08-11 Thread Devid Antonio Filoni
Chuck, can you upload your debdiff please? Thanks.

-- 
[SRU] vblade doesn't create /var/run/vblade
https://bugs.launchpad.net/bugs/223387
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vblade 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 223387] Re: [SRU] vblade doesn't create /var/run/vblade

2009-08-11 Thread Devid Antonio Filoni
motu-sru ACK.

** Changed in: vblade (Ubuntu Hardy)
   Status: New = Triaged

-- 
[SRU] vblade doesn't create /var/run/vblade
https://bugs.launchpad.net/bugs/223387
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vblade 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 269492] Re: iSCSI support (modules and configuration) missing from initramfs

2009-08-11 Thread Colin Watson
/etc/iscsi/iscsi.initramfs is now automatically created by the installer
in Karmic if necessary. See bug 237460 for more details.

** Changed in: open-iscsi (Ubuntu)
   Status: New = Fix Released

-- 
iSCSI support (modules and configuration) missing from initramfs
https://bugs.launchpad.net/bugs/269492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 269492] Re: iSCSI support (modules and configuration) missing from initramfs

2009-08-11 Thread Colin Watson
(I think the changes I made cover all of malaiwah's notes, too.)

-- 
iSCSI support (modules and configuration) missing from initramfs
https://bugs.launchpad.net/bugs/269492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 269488] Re: iSCSI installation doesn't report initiator ID

2009-08-11 Thread Colin Watson
Moving this over to partman-iscsi, where I think this probably belongs
now that that exists in Karmic.

** Package changed: open-iscsi (Ubuntu) = partman-iscsi (Ubuntu)

** Changed in: partman-iscsi (Ubuntu)
   Importance: Undecided = Medium

** Changed in: partman-iscsi (Ubuntu)
   Status: New = Triaged

-- 
iSCSI installation doesn't report initiator ID
https://bugs.launchpad.net/bugs/269488
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 406171] Re: COUNTER64 broken in NetSNMP::agent

2009-08-11 Thread dermoth
Latest from hardy-updates:

snmpget --version:
NET-SNMP version: 5.4.1

apt-cache show snmp:
Architecture: amd64
Source: net-snmp
Version: 5.4.1~dfsg-4ubuntu4.2

-- 
COUNTER64 broken in NetSNMP::agent
https://bugs.launchpad.net/bugs/406171
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 410297] Re: Sync sun-java6 6-15-1 (multiverse) from Debian unstable (non-free)

2009-08-11 Thread Kees Cook
** Changed in: sun-java6 (Ubuntu)
   Importance: Undecided = High

-- 
Sync sun-java6 6-15-1 (multiverse) from Debian unstable (non-free)
https://bugs.launchpad.net/bugs/410297
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 411707] Re: Firefox 3.5 Has Font Problem

2009-08-11 Thread Micah Gersten
I can confirm this behavior on Firefox 3.5

** Changed in: firefox-3.5 (Ubuntu)
   Importance: Undecided = Low

** Changed in: firefox-3.5 (Ubuntu)
   Status: New = Confirmed

-- 
Firefox 3.5 Has Font Problem
https://bugs.launchpad.net/bugs/411707
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 404596] Re: failed to allocate wireless device

2009-08-11 Thread dan-linux
I have the same Problem

-- 
failed to allocate wireless device
https://bugs.launchpad.net/bugs/404596
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 398888] Re: [karmic] Please update me-tv to 1.0.0 version

2009-08-11 Thread Daniel Holbach

** Attachment added: my.diff
   http://launchpadlibrarian.net/30144327/my.diff

-- 
[karmic] Please update me-tv to 1.0.0 version
https://bugs.launchpad.net/bugs/39
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 398888] Re: [karmic] Please update me-tv to 1.0.0 version

2009-08-11 Thread Daniel Holbach

** Attachment added: your.diff
   http://launchpadlibrarian.net/30144318/your.diff

-- 
[karmic] Please update me-tv to 1.0.0 version
https://bugs.launchpad.net/bugs/39
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 398888] Re: [karmic] Please update me-tv to 1.0.0 version

2009-08-11 Thread Daniel Holbach
Scott: thanks for your work. I made a bunch of changes before I uploaded
your work.

 1) Please always base your uploads on what's in archive.ubuntu.com right now. 
You replaced one old changelog entry with a different one.
 2) It's no worth changing Maintainer fields. Just stick to 
https://wiki.ubuntu.com/DebianMaintainerField and you're fine.
 3) I replaced the libxml-parser-perl Build-Depends with intltool (= 0.35.0).
 4) I mentioned the added Recommends in the changelog.
 5) Re-formatted debian/changelog a bit.

I'll attach both diffs to the bug report for reference.

-- 
[karmic] Please update me-tv to 1.0.0 version
https://bugs.launchpad.net/bugs/39
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 411586] Re: Please sponsor version 2.27.90 in karmic

2009-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-themes - 2.27.90-0ubuntu1

---
gnome-themes (2.27.90-0ubuntu1) karmic; urgency=low

  * New upstream version: (LP: #411586)
- New and updated translations

 -- Andreas Moog am...@ubuntu.com   Mon, 10 Aug 2009 21:38:18 +0200

** Changed in: gnome-themes (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Please sponsor version 2.27.90 in karmic
https://bugs.launchpad.net/bugs/411586
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 411586] Re: Please sponsor version 2.27.90 in karmic

2009-08-11 Thread Daniel Holbach
I changed the old changelog entry to be in sync with the archive.

-- 
Please sponsor version 2.27.90 in karmic
https://bugs.launchpad.net/bugs/411586
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 398888] Re: [karmic] Please update me-tv to 1.0.0 version

2009-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package me-tv - 1.0.0-0ubuntu1

---
me-tv (1.0.0-0ubuntu1) karmic; urgency=low

  * New upstream release (LP: #39)
  * debian/control:
- Removed dependency xine-ui
- Added dependency libxine1-ffmpeg
- Updated Standards-Version: 3.8.2
- Removed build-dependency libxtst-dev
- Replaced libxml-parser-perl with intltool (= 0.35.0) Build-Depends.
- Added Recommends dvb-utils
  * debian/watch: updated.

 -- Scott Evans sc...@vk7hse.hobby-site.org   Mon, 10 Aug 2009
18:42:29 +1000

** Changed in: me-tv (Ubuntu)
   Status: Confirmed = Fix Released

-- 
[karmic] Please update me-tv to 1.0.0 version
https://bugs.launchpad.net/bugs/39
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 411783] [NEW] Firefox is maxing out my CPU Help!!!

2009-08-11 Thread Peechiz
Public bug reported:

Binary package hint: gnome-system-monitor

I'm new to Linux but so far have love it until last night. I am only
running Firefox with 8 tabs as I am doing research for a paper. The
problem I am having is it slowing down to hardly running and can not
continue. I can get the system monitor up and running and have a screen
shot of CPU near 100% with no network activity. What do I need to do?

Oh like I said I'm new and using Linux Mint but thats really all I know
sorry...

ProblemType: Bug
Architecture: i386
DistroRelease: LinuxMint 7
ExecutablePath: /usr/bin/gnome-system-monitor
Package: gnome-system-monitor 2.26.0.1-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-system-monitor
Uname: Linux 2.6.28-11-generic i686
UnreportableReason: This is not a genuine LinuxMint package

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Firefox is maxing out my CPU Help!!!
https://bugs.launchpad.net/bugs/411783
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 411783] Re: Firefox is maxing out my CPU Help!!!

2009-08-11 Thread Peechiz

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

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

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

-- 
Firefox is maxing out my CPU Help!!!
https://bugs.launchpad.net/bugs/411783
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 411510] Re: Sync libwww-perl 5.830-1 (main) from Debian unstable (main).

2009-08-11 Thread Daniel Holbach
ACKed.

** Changed in: libwww-perl (Ubuntu)
   Status: New = Confirmed

-- 
Sync libwww-perl 5.830-1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/411510
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 407951] Re: Sync dutch 1:1.10-1 (main) from Debian unstable (main).

2009-08-11 Thread Daniel Holbach
Thanks a lot Thijs! Just let us know when it's in Debian.

-- 
Sync dutch 1:1.10-1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/407951
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 411218] Re: I can't print files on my HP 6940 printer.

2009-08-11 Thread Till Kamppeter
*** This bug is a duplicate of bug 409962 ***
https://bugs.launchpad.net/bugs/409962

** This bug has been marked a duplicate of bug 409962
   poppler 0.11.2 produces blank pages with cups

-- 
I can't print files on my HP 6940 printer.
https://bugs.launchpad.net/bugs/411218
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 410900] Re: Please merge farsight2 0.0.14-2 from debian/unstable

2009-08-11 Thread Daniel Holbach
libgupnp-igd-1.0-dev is in universe. Either we disable gupnp-igd support
for now or you need to write a main inclusion report.

-- 
Please merge farsight2 0.0.14-2 from debian/unstable
https://bugs.launchpad.net/bugs/410900
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 410785] Re: Indicator applet doesn't change current workspace when clicked on a task

2009-08-11 Thread Ara Pulido
Can you tell us which version of Ubuntu and which version of the package
have you got installed?

(or you can do from a terminal window: apport-collect 410785)

** Changed in: indicator-applet (Ubuntu)
   Status: New = Incomplete

-- 
Indicator applet doesn't change current workspace when clicked on a task
https://bugs.launchpad.net/bugs/410785
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 388216] apport-collect data

2009-08-11 Thread genericnowlin
AplayDevices: aplay: device_list:223: no soundcards found...
Architecture: i386
ArecordDevices: arecord: device_list:223: no soundcards found...
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/pcmC0D0p', 
'/dev/snd/pcmC0D0c', '/dev/snd/seq', '/dev/snd/timer', '/dev/sequencer', 
'/dev/sequencer2'] failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=2a2e536a-0ee5-4e25-a93e-86e059c89fc0
MachineType: TOSHIBA Satellite A135
Package: linux-image-2.6.31-3-generic 2.6.31-3.19
PackageArchitecture: i386
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-3-generic 
root=UUID=f9e59a2d-7b59-492b-8e98-f1479b06c6ec ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-3.19-generic
RelatedPackageVersions: linux-firmware 1.15
Uname: Linux 2.6.31-3-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 12/08/2006
dmi.bios.vendor: TOSHIBA
dmi.bios.version: V1.10
dmi.board.name: IAKAA
dmi.board.vendor: TOSHIBA
dmi.board.version: 1.00
dmi.chassis.asset.tag: *
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.10:bd12/08/2006:svnTOSHIBA:pnSatelliteA135:pvrPSAD0U-03H00P:rvnTOSHIBA:rnIAKAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
dmi.product.name: Satellite A135
dmi.product.version: PSAD0U-03H00P
dmi.sys.vendor: TOSHIBA

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
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 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-11 Thread genericnowlin

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/30144896/AlsaDevices.txt

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
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 407610] Re: Please sync xapian-bindings 1.0.14-1 (main) from Debian unstable (main).

2009-08-11 Thread Daniel Holbach
ACKed.

** Changed in: xapian-bindings (Ubuntu)
   Status: New = Confirmed

-- 
Please sync xapian-bindings 1.0.14-1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/407610
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 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-11 Thread genericnowlin

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/30144904/BootDmesg.txt

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
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 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-11 Thread genericnowlin

** Attachment added: Card0.Amixer.info.txt
   http://launchpadlibrarian.net/30144905/Card0.Amixer.info.txt

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
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 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-11 Thread genericnowlin

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/30144906/Card0.Amixer.values.txt

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
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 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-11 Thread genericnowlin

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/30144907/Card0.Codecs.codec.0.txt

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
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 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-11 Thread genericnowlin

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/30144908/Card0.Codecs.codec.1.txt

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
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 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-11 Thread genericnowlin

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/30144910/CurrentDmesg.txt

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
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 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-11 Thread genericnowlin

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

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
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 388216] Re: Unable to adjust brightness (KMS bug)

2009-08-11 Thread genericnowlin

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/30144912/IwConfig.txt

-- 
Unable to adjust brightness (KMS bug)
https://bugs.launchpad.net/bugs/388216
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 378289] Re: package mediatomb-daemon 0.12.0~svn2018-3ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-11 Thread Andreas Henriksson
should be fixed in debian unstable now, please import 0.12.0~svn2018-4.

-- 
package mediatomb-daemon 0.12.0~svn2018-3ubuntu1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/378289
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 411344] Re: [LENOVO 7767B8G] suspend/resume failure

2009-08-11 Thread nanog
Alberto, I also have a suspend problem with amd64 2.6.31rc5.  Can you
check whether it works with 2.6.30 rt from here:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30/

I have not been able to debug but am convinced its a regression in the
2.6.31 amd64 kernel. 32 bit suspend appears to work normally.

My bug:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/407820

-- 
[LENOVO 7767B8G] suspend/resume failure
https://bugs.launchpad.net/bugs/411344
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 411492] Re: [3.11.1 transition][round 6/6] Please synchronize nurpawiki package from Debian unstable in Karmic

2009-08-11 Thread Andrea Gasparini
*** This bug is a duplicate of bug 410023 ***
https://bugs.launchpad.net/bugs/410023

** This bug has been marked a duplicate of bug 410023
   Sync nurpawiki 1.2.2-4 (universe) from Debian unstable (main).

-- 
[3.11.1 transition][round 6/6] Please synchronize nurpawiki package from 
Debian unstable in Karmic
https://bugs.launchpad.net/bugs/411492
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 402767] Re: multisearch CSE breaks l18n+setfocus+images+cached+I'm feeling lucky functionality and violates user trust

2009-08-11 Thread Vincenzo Ciancia
Il 10/08/2009 20:45, Jono Bacon ha scritto:
 Hi Everyone,

 I am sorry to hear about the problems that are occurring around this
 topic. I am conscious to see how we can drive towards a solution that
 can satisfy as many of the technical and policy issues that are being
 cited in this bug report.

Jono: are you also referring to the google custom search, in general, 
since that is in the default firefox home page since hardy, or are you 
*specifically* talking about multisearch? It seems to me, in all 
honesty, that all users talking here are powerusers, hence they just 
want a comfortable alternative to the cse search box in the default home 
page. Instead, it seems to me obvious that the two searches are the 
same. The problem is which search is pushed to users.

 Many points have been raised throughout this
 conversation and while there is clearly passion in the air, I appreciate
 the constructive feedback that has been raised here. I would just ask
 that we focus our passion on solutions as opposed to tension.


I tried to be constructive on the issue for a very long time, but when I 
was the only one asking questions, I was completely ignored. Only when 
the FUD started spreading, and conspiracy theories came around, and many 
people started asking questions and complaining, I saw some shy reply. 
So I understood the message. You wanted to be silent on the issue as 
long as possible. My mother has been using your google custom search for 
several months until I realised the fact and then passed by my home. 
This is just because I trusted hardy as the best linux distribution of 
its times. This led me to tension, do you see why or is it entirely 
normal for you that the start page looks like googe but it's not google?

Now I want to try to be constructive, again, but honestly I feel like 
something is very wrong with the way questions are being addressed.

Can you just reply to one question: why users have not been informed 
since hardy, that is, why there is no short sentence and link to longer 
explanation about what a CSE is, in the default start page?.

 I can assure you all there is no conspiracy, no cabal, no secret
 handshakes.

I can assure you that I believe there is no conspiracy until now. I 
believe that it was more comfortable for you to start gathering data 
without informing the users, because you didn't want to risk that users 
opted out. Can you provide a different explanation?

What I ask for is a new principle in ubuntu, that is, commit to 
respect of users privacy. That is, I don't want to wake up tomorrow and 
discovered that all the commands I type in my shell are sent to 
canonical for anonymous stats. I want to be sure that evil things like 
using a CSE in the default start page without warning users will not be 
done in the future.

I want to avoid running a firewall on MY system to protect ME from MY 
OWN applications. This is what people does on windows, it's laughable 
and concerning. I want to be able to trust ubuntu.

 The Canonical that has been a primary sponsor of the Ubuntu
 project is little different today as it was at the beginning of the
 project in terms of how it prioritizes and works with the community.
 While I am not expecting you to take my word for it, I would simply ask
 you to look at the history of Canonical's engagement with the Ubuntu
 project.

By looking back at this history, this is the first time I had any 
concerns about my privacy with any free operating system I used. So 
would you like to restore your reputation? I can tell you how. Just put 
an explanation about the CSE, publish information on what is the 
configuration of the CSE itself (because you can include and exclude 
sites at your will). Ask google to publish a link to the read-only 
configuration in your search page. And commit to not be evil in the 
future. I'll be happy to show a statement about this commitment to other 
people, and to point out that privacy is not an implicit value of free 
software, but needs to be explicitly checked each time.

Vincenzo

-- 
multisearch CSE breaks l18n+setfocus+images+cached+I'm feeling lucky 
functionality and violates user trust
https://bugs.launchpad.net/bugs/402767
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 411748] Re: package cheese 2.27.90-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-08-11 Thread dashua
Upstream patch resolves the issue with a lost schema.

Tested and installed correctly.

** Attachment added: a2c1a7ff3bba59cb517296a142a9854a71ed9893.patch
   
http://launchpadlibrarian.net/30145230/a2c1a7ff3bba59cb517296a142a9854a71ed9893.patch

-- 
package cheese 2.27.90-0ubuntu1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/411748
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 407820] Re: [Dell Inc. XPS M1330] suspend/resume failure [non-free: nvidia]

2009-08-11 Thread nanog
I was able to suspend using the 32 bit kernel from a usb drive. I should
note that another bugs reports a suspend regression in amd64 2.6.31:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/411344

-- 
[Dell Inc. XPS M1330] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/407820
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 18995] Re: [MASTER] Open With dialog not user-friendly

2009-08-11 Thread Micah Gersten
Moving tracking to Firefox 3.5.

** Also affects: firefox-3.5 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: firefox-3.5 (Ubuntu)
   Importance: Undecided = Low

** Changed in: firefox-3.5 (Ubuntu)
   Status: New = Triaged

-- 
[MASTER] Open With dialog not user-friendly
https://bugs.launchpad.net/bugs/18995
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 411583] Re: Please sponsor version 2.27.90 in karmic

2009-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package deskbar-applet - 2.27.90-0ubuntu1

---
deskbar-applet (2.27.90-0ubuntu1) karmic; urgency=low

  * New upstream release: (LP: #411583)
- New and updated translations

 -- Andreas Moog am...@ubuntu.com   Mon, 10 Aug 2009 21:33:21 +0200

** Changed in: deskbar-applet (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Please sponsor version 2.27.90 in karmic
https://bugs.launchpad.net/bugs/411583
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 18995] Re: [MASTER] Open With dialog not user-friendly

2009-08-11 Thread Micah Gersten
Firefox 3.0 is only receiving Security Updates and major bug fixes at
this point.

** Changed in: firefox-3.0 (Ubuntu)
   Status: Triaged = Won't Fix

-- 
[MASTER] Open With dialog not user-friendly
https://bugs.launchpad.net/bugs/18995
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 157691] Re: Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p

2009-08-11 Thread RayH
Here's the original distribution of osl.c for your inforation

** Attachment added: 2.6.24-24-generic version of osl.c
   http://launchpadlibrarian.net/30145386/osl.c.distribution

-- 
Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p
https://bugs.launchpad.net/bugs/157691
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 347235] Re: libtheora-dev package is missing theora/codec.h and libtheora{enc, dec}.{a, la, so} files

2009-08-11 Thread Philip Jägenstedt
On Tue, Aug 11, 2009 at 00:53, j^j...@mailb.org wrote:
 why is this not fixed yet? this breaks many problems linking to
 libtheora.

I got a notification a few days ago stating that it would be fixed in
Debian's libtheora-dev_1.0-2.1:
http://www.mail-archive.com/debian-bugs-clo...@lists.debian.org/msg238594.html

I don't know how Debian works or when it will be released, but when it
does I assume Ubuntu will take the fix from upstream.

-- 
Philip Jägenstedt

-- 
libtheora-dev package is missing theora/codec.h and 
libtheora{enc,dec}.{a,la,so} files
https://bugs.launchpad.net/bugs/347235
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 312898] Re: libxxx-dev should be installable with libxxx-unstripped

2009-08-11 Thread Paul Gevers
 Kdenlive (video editor) requires libav*-unstripped in order to render and 
 export videos
 OpenCV (computer vision library) depends on libav* (stripped), so you cannot 
 have both packages installed.

This bug is about an other problem. libxxx-dev is the package that these
programs need to BUILD. What you are talking about is what they need to
WORK. As far as I understand it BOTH packages should depend on
libav* | libav*-unstripped because these libraries are api/abi
compatible, but just provide more ore less codecs (depending on what you
are allowed/willing to install). So these programs will BOTH function
with either of the packages, but depending on which one you have, they
can use a limited set or all codecs available.

Please file separate bugs for both packages requesting this (at least
for OpenCV).

Paul

-- 
libxxx-dev should be installable with libxxx-unstripped
https://bugs.launchpad.net/bugs/312898
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 289457] Re: Intrepid refuses to mount an USB drive with Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK, SUGGEST_OK

2009-08-11 Thread ramilehti
I can confirm this bug with Nokia E75 mobile phone and 
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 02)

I will add that for me the behaviour has gradually gotten worse as usb gets 
updated. 
When I got the E75 it would connect OK with no troubles. (except for a 
corrupted sdhc card) 
Then it started doing the USB resets that you see in the log.

Then during heavy I/O (decompressing 1.3G zip file to the device) I got 
Aug 11 08:27:58 rammer kernel: [103261.293360] sd 3:0:0:0: Device offlined - 
not ready after error recovery
Aug 11 08:27:58 rammer kernel: [103261.293380] sd 3:0:0:0: [sdb] Result: 
hostbyte=DID_ABORT driverbyte=DRIVER_OK,SUGGEST_OK
Aug 11 08:27:58 rammer kernel: [103261.293639] __ratelimit: 50 callbacks 
suppressed
Aug 11 08:27:58 rammer kernel: [103261.293649] lost page write due to I/O error 
on sdb
Aug 11 08:27:58 rammer kernel: [103261.293669] lost page write due to I/O error 
on sdb
Aug 11 08:27:58 rammer kernel: [103261.293679] lost page write due to I/O error 
on sdb
Aug 11 08:27:58 rammer kernel: [103261.293688] lost page write due to I/O error 
on sdb
Aug 11 08:27:58 rammer kernel: [103261.293698] lost page write due to I/O error 
on sdb
Aug 11 08:27:58 rammer kernel: [103261.293707] lost page write due to I/O error 
on sdb
Aug 11 08:27:58 rammer kernel: [103261.297184] sd 3:0:0:0: [sdb] Result: 
hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK,SUGGEST_OK
Aug 11 08:27:58 rammer kernel: [103261.37] VFS: busy inodes on changed 
media or resized disk sdb
Aug 11 08:29:11 rammer kernel: [103334.728512] usb 1-1: USB disconnect, address 
5

And now it will not mount the device at all.
Aug 11 08:56:42 rammer kernel: [  119.988103] Initializing USB Mass Storage 
driver...
Aug 11 08:56:42 rammer kernel: [  119.988357] scsi2 : SCSI emulation for USB 
Mass Storage devices
Aug 11 08:56:42 rammer kernel: [  119.988519] usbcore: registered new interface 
driver usb-storage
Aug 11 08:56:42 rammer kernel: [  119.988525] USB Mass Storage support 
registered.
Aug 11 08:56:47 rammer kernel: [  125.108117] usb 1-5: reset high speed USB 
device using ehci_hcd and address 5
Aug 11 08:56:47 rammer kernel: [  125.356106] usb 1-5: reset high speed USB 
device using ehci_hcd and address 5
Aug 11 08:56:47 rammer kernel: [  125.604114] usb 1-5: reset high speed USB 
device using ehci_hcd and address 5
Aug 11 08:56:48 rammer kernel: [  125.852104] usb 1-5: reset high speed USB 
device using ehci_hcd and address 5

Rebooting the E75 and fixing the filesystem on the sdhc card seems to
have helped.

-- 
Intrepid refuses to mount an USB drive with Result: hostbyte=DID_ERROR 
driverbyte=DRIVER_OK,SUGGEST_OK
https://bugs.launchpad.net/bugs/289457
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 411785] [NEW] [regression] alltray cannot un-hide the app if started from click-mode

2009-08-11 Thread Tristan Schmelcher
Public bug reported:

Binary package hint: alltray

I am using Ubuntu Jaunty 32-bit on a Dell XPS M1710 laptop with an
NVIDIA GeForce Go 7900 GS and Compiz enabled. Recently I have found that
a feature of alltray that used to work has broken: click-mode. When I
start alltray in click-mode and click on an already-running app to hide
it, the Show/Hide button on the new tray icon won't bring it back!
Instead it does nothing. Nor does clicking on the tray icon do anything.
To get it back I have to right click and choose Undock.

The strange thing is that if I don't run alltray in click-mode but
instead let alltray start the app itself--e.g., by running alltray
evolution on the command line--then everything works as expected.

Note that although I am running Jaunty, a few packages have been
installed from Karmic. List is below.

$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04
$ apt-cache policy alltray
alltray:
  Installed: 0.69-1ubuntu3
  Candidate: 0.69-1ubuntu3
  Version table:
 0.69-1ubuntu4 0
400 http://archive.ubuntu.com karmic/universe Packages
 *** 0.69-1ubuntu3 0
500 http://archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status
$ apt-show-versions | grep karmic
gtk2-engines-pixbuf/karmic uptodate 2.17.6-0ubuntu2
hwtest-gtk/karmic uptodate 0.7.2
libass3/karmic uptodate 0.9.6-1
libgail-common/karmic uptodate 2.17.6-0ubuntu2
libgail18/karmic uptodate 2.17.6-0ubuntu2
libgcrypt11/karmic uptodate 1.4.4-2ubuntu2
libglib2.0-0/karmic uptodate 2.21.4-0ubuntu1
libglib2.0-dev/karmic uptodate 2.21.4-0ubuntu1
libgnutls26/karmic uptodate 2.6.6-1
libgpg-error0/karmic uptodate 1.6-1ubuntu1
libgssapi-krb5-2/karmic uptodate 1.7dfsg~beta3-1
libgtk2.0-0/karmic uptodate 2.17.6-0ubuntu2
libgtk2.0-dev/karmic uptodate 2.17.6-0ubuntu2
libk5crypto3/karmic uptodate 1.7dfsg~beta3-1
libkrb5-3/karmic uptodate 1.7dfsg~beta3-1
libkrb5support0/karmic uptodate 1.7dfsg~beta3-1
liboil0.3/karmic uptodate 0.3.16-1ubuntu1
libqt4-assistant/karmic uptodate 4.5.2-0ubuntu2
libqt4-core/karmic uptodate 4.5.2-0ubuntu2
libqt4-dbus/karmic uptodate 4.5.2-0ubuntu2
libqt4-designer/karmic uptodate 4.5.2-0ubuntu2
libqt4-gui/karmic uptodate 4.5.2-0ubuntu2
libqt4-help/karmic uptodate 4.5.2-0ubuntu2
libqt4-network/karmic uptodate 4.5.2-0ubuntu2
libqt4-opengl/karmic uptodate 4.5.2-0ubuntu2
libqt4-phonon/karmic uptodate 4.5.2-0ubuntu2
libqt4-qt3support/karmic uptodate 4.5.2-0ubuntu2
libqt4-script/karmic uptodate 4.5.2-0ubuntu2
libqt4-sql/karmic uptodate 4.5.2-0ubuntu2
libqt4-sql-mysql/karmic uptodate 4.5.2-0ubuntu2
libqt4-svg/karmic uptodate 4.5.2-0ubuntu2
libqt4-test/karmic uptodate 4.5.2-0ubuntu2
libqt4-webkit/karmic uptodate 4.5.2-0ubuntu2
libqt4-xml/karmic uptodate 4.5.2-0ubuntu2
libqt4-xmlpatterns/karmic uptodate 4.5.2-0ubuntu2
libqtcore4/karmic uptodate 4.5.2-0ubuntu2
libqtgui4/karmic uptodate 4.5.2-0ubuntu2
libschroedinger-1.0-0/karmic uptodate 1.0.7-2
libselinux1/karmic uptodate 2.0.82-1ubuntu2
libselinux1-dev/karmic uptodate 2.0.82-1ubuntu2
libsqlite3-0/karmic uptodate 3.6.16-1
libtasn1-3/karmic uptodate 2.2-1
libvlc2/karmic uptodate 1.0.1-1ubuntu1
libvlccore2/karmic uptodate 1.0.1-1ubuntu1
libx264-67/karmic uptodate 1:0.svn20090621+git364d7d-0ubuntu2
mozilla-plugin-vlc/karmic uptodate 1.0.1-1ubuntu1
vlc/karmic uptodate 1.0.1-1ubuntu1
vlc-data/karmic uptodate 1.0.1-1ubuntu1
vlc-nox/karmic uptodate 1.0.1-1ubuntu1
vlc-plugin-pulse/karmic uptodate 1.0.1-1ubuntu1
$

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

-- 
[regression] alltray cannot un-hide the app if started from click-mode
https://bugs.launchpad.net/bugs/411785
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 156909] Re: /usr/share/menu/firefox file is missing in firefox package

2009-08-11 Thread Micah Gersten
This was fixed by providing a /usr/share/menu/firefox-3.0 file in
Firefox 3.0.

** Package changed: firefox (Ubuntu) = firefox-3.0 (Ubuntu)

** Changed in: firefox-3.0 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
 /usr/share/menu/firefox file is missing in firefox package
https://bugs.launchpad.net/bugs/156909
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 411534] Re: modprobe.conf man page has invalid symlink

2009-08-11 Thread arky

** Attachment added: modprobe.d.5.patch
   http://launchpadlibrarian.net/30145961/modprobe.d.5.patch

-- 
modprobe.conf man page has invalid symlink
https://bugs.launchpad.net/bugs/411534
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 411772] Re: Broken Upgrade in Karmic for cheese 2.27.90-0ubuntu1

2009-08-11 Thread vince
i can confirm this bug

release :
---
Description:Ubuntu karmic (development branch)
Release:9.10

kernel : 2.6.31-5-genericx86_64 GNU/Linux

version of cheese
--
cheese:
  Installé : 2.27.90-0ubuntu1
  Candidat : 2.27.90-0ubuntu1
 Table de version :
 *** 2.27.90-0ubuntu1 0
500 http://ftp.free.org karmic/main Packages
100 /var/lib/dpkg/status


the update is broken :

Paramétrage de cheese (2.27.90-0ubuntu1) ...
/usr/share/gconf/schemas/cheese.schemas:176: parser error : Opening and ending 
tag mismatch: schemalist line 2 and schema
/schema
 ^
/usr/share/gconf/schemas/cheese.schemas:204: parser error : Opening and ending 
tag mismatch: gconfschemafile line 1 and schemalist
  /schemalist
   ^
/usr/share/gconf/schemas/cheese.schemas:205: parser error : Extra content at 
the end of the document
/gconfschemafile
^
dpkg : erreur de traitement de cheese (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 cheese
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
Broken Upgrade in Karmic for cheese 2.27.90-0ubuntu1
https://bugs.launchpad.net/bugs/411772
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 411651] Re: error launching browser window:no XBL binding for browser after firefox update

2009-08-11 Thread Micah Gersten
This has a duplicate that I will set in a minute.

** Package changed: firefox (Ubuntu) = firefox-3.0 (Ubuntu)

** Changed in: firefox-3.0 (Ubuntu)
   Importance: Undecided = Low

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Confirmed

-- 
error launching browser window:no XBL binding for browser after firefox update
https://bugs.launchpad.net/bugs/411651
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 409504] Re: I tried to update Firefox, but now it shows an error message

2009-08-11 Thread Micah Gersten
*** This bug is a duplicate of bug 411651 ***
https://bugs.launchpad.net/bugs/411651

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 411651, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 411651
   error launching browser window:no XBL binding for browser after firefox 
update

-- 
I tried to update Firefox, but now it shows an error message
https://bugs.launchpad.net/bugs/409504
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 409503] Re: I tried to update Firefox, but now it shows an error message

2009-08-11 Thread Micah Gersten
*** This bug is a duplicate of bug 411651 ***
https://bugs.launchpad.net/bugs/411651

** This bug is no longer a duplicate of bug 409504
   I tried to update Firefox, but now it shows an error message
** This bug has been marked a duplicate of bug 411651
   error launching browser window:no XBL binding for browser after firefox 
update

-- 
I tried to update Firefox, but now it shows an error message
https://bugs.launchpad.net/bugs/409503
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 408382] Re: apt-show-versions shows wrong release

2009-08-11 Thread Tristan Schmelcher
*** This bug is a duplicate of bug 390937 ***
https://bugs.launchpad.net/bugs/390937

I've seen the exact same problem. I think this is a special case of bug
390937.

** Changed in: apt-show-versions (Ubuntu)
   Status: New = Confirmed

** This bug has been marked a duplicate of bug 390937
   apt-show-versions cannot show jaunty-update

-- 
apt-show-versions shows wrong release
https://bugs.launchpad.net/bugs/408382
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 390937] Re: apt-show-versions cannot show jaunty-update

2009-08-11 Thread Tristan Schmelcher
Confirmed. And it still repros in 0.16. Though I have the karmic repos
configured too with a priority of 400 in my apt/preferences file which
seems to make it mistakenly report the release as karmic and think
that the package is upgradeable when it's not.

$ apt-show-versions serpentine
serpentine/karmic *manually* upgradeable from 0.9-5ubuntu4.1 to 0.9-6ubuntu1
$ apt-cache policy serpentine
serpentine:
  Installed: 0.9-5ubuntu4.1
  Candidate: 0.9-5ubuntu4.1
  Version table:
 0.9-6ubuntu1 0
400 http://archive.ubuntu.com karmic/universe Packages
 *** 0.9-5ubuntu4.1 0
500 http://archive.ubuntu.com jaunty-updates/universe Packages
100 /var/lib/dpkg/status
 0.9-5ubuntu4 0
500 http://archive.ubuntu.com jaunty/universe Packages
$ cat /etc/apt/preferences 
Package: *
Pin: release a=karmic
Pin-Priority: 400
$

** Changed in: apt-show-versions (Ubuntu)
   Status: New = Confirmed

-- 
apt-show-versions cannot show jaunty-update
https://bugs.launchpad.net/bugs/390937
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 411786] [NEW] Pidgin crashed when close conference

2009-08-11 Thread MyFanIsYou
Public bug reported:

Binary package hint: pidgin

I was invited many friends to conference chat, so pidgin opened many
conference windows. But when i closed some conference windows, pidgin
auto log out and quit ! I don't know what happened ?

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/pidgin
NonfreeKernelModules: wl
Package: pidgin 1:2.5.8-1ubuntu2~pidgin1.8.10
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=vi_VN.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
Uname: Linux 2.6.27-14-generic i686
UnreportableReason: This is not a genuine Ubuntu package

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


** Tags: apport-bug

-- 
Pidgin crashed when close conference 
https://bugs.launchpad.net/bugs/411786
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 347235] Re: libtheora-dev package is missing theora/codec.h and libtheora{enc, dec}.{a, la, so} files

2009-08-11 Thread Philip Jägenstedt
What do you know, it's already in http://packages.debian.org/unstable
/libtheora-dev and http://packages.ubuntu.com/karmic/libtheora-dev

I guess this closes this bug.

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

-- 
libtheora-dev package is missing theora/codec.h and 
libtheora{enc,dec}.{a,la,so} files
https://bugs.launchpad.net/bugs/347235
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 411787] Re: Full screen mode does not work with Compiz.

2009-08-11 Thread Alexander Hunziker

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

-- 
Full screen mode does not work with Compiz.
https://bugs.launchpad.net/bugs/411787
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 411787] [NEW] Full screen mode does not work with Compiz.

2009-08-11 Thread Alexander Hunziker
Public bug reported:

Binary package hint: f-spot

In the f-spot 0.6.0.0 build uploaded on August 10 to Ubuntu Karmic, and
with Compiz enabled, the full screen mode does not work for me. If I
click on Fullscreen, I can see in the window list on the Gnome Panel,
that a window is created, and I can even see the fullscreen toolbar in
the bottom of the screen, but it is translucent. The picture itself is
not drawn.

ProblemType: Bug
Architecture: i386
Date: Tue Aug 11 08:41:44 2009
DistroRelease: Ubuntu 9.10
Package: f-spot 0.6.0.0-1~ubuntu1
ProcEnviron:
 LANG=en_DK.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
SourcePackage: f-spot
Uname: Linux 2.6.31-5-generic i686

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Full screen mode does not work with Compiz.
https://bugs.launchpad.net/bugs/411787
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 411786] Re: Pidgin crashed when close conference

2009-08-11 Thread MyFanIsYou

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

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

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

-- 
Pidgin crashed when close conference 
https://bugs.launchpad.net/bugs/411786
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   >