[Bug 315507] Re: Unable to remove Suhosin patch

2009-07-19 Thread cyco
Hi,

sorry ... from my side (Debian Maintainer), I cant reproduce the
problem. You neither provided logs (suhosin logs to syslog) nor any
example php scripts to verify your problem.

Until I don't have any reproducible facts, I can't anything for you.
Anyways .. maybe the guys from Ubuntu can fix a bug which is
unreproducible.

With kind regards, Jan.

-- 
Unable to remove Suhosin patch
https://bugs.launchpad.net/bugs/315507
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 225600] Re: [Hardy][Regression] PHP 5.2.4 symlink bug breaks TYPO3 default setup

2009-07-19 Thread nitro322
I think adding the fix to a package in backports is a good compromise.
I wouldn't even suggest necessarily upgrading PHP to a newer version,
just fixing this obvious bug.  I don't disagree with your concern that
changing this behavior now may affect people that have already had to
work around it, but conversely I think it's important that it be fixed
specifically because this is an LTS release.  People running this
release may not otherwise be able to upgrade to a fixed version for at
least 2 years.

I'd certainly be happy to help out with the backport in some way,
especially regarding testing, but I'm not very familiar with deb
packaging.

-- 
[Hardy][Regression] PHP 5.2.4 symlink bug breaks TYPO3 default setup
https://bugs.launchpad.net/bugs/225600
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 315507] Re: Unable to remove Suhosin patch

2009-07-19 Thread Diego Malatesta
The error I get is the same StephenA reported:

ALERT - canary mismatch on efree() - heap overflow detected (attacker
'ip here', file 'file here')

and I get it by calling odbc_execute() or odbc_exec() with any query.
The script I used to reproduce the problem is a simple test script with
just the db connection and the query.

I don't have the logs at hand right now, I'll post them tomorrow.

-- 
Unable to remove Suhosin patch
https://bugs.launchpad.net/bugs/315507
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 315507] Re: Unable to remove Suhosin patch

2009-07-19 Thread Jonathan Marsden
To those who are experiencing this issue, and would like it fixed:

PLEASE provide more specific detail on exactly how to reproduce this
issue.

So far, we do not even seem to have information on which release of
Ubuntu is involved, much less which versions of apache2 and php5 and
Joomla.  Clear and informative bug reports are essential.  Without a
clear set of steps show in detail how to reproduce this issue, it is
highly unlikely any further progress can be made.  A complete bug report
should include:

 * The specific version of Ubuntu that the reporter is running (example: Ubuntu 
Server 9.04 Jaunty on amd64)
 * The specific version of the package(s) the reporter is using (use dpkg-query 
-W PACKAGENAME for this)
 * The actions taken to produce the problem (including any relevant changes to 
configuration files, full details of any software installed by hand or from 
non-Ubuntu package repositories) and what the web browser user does to trigger 
the bug, if we are dealing with a web application)
 * Whether or not it is possible for the reporter to reproduce the bug (by 
following these actions)
 * The expected result of these actions
 * The actual result of these actions (including all relevant log file entries)

If you are experiencing this reported issue, please provide as many of
the above items of information as you possibly can.

Thanks!

-- 
Unable to remove Suhosin patch
https://bugs.launchpad.net/bugs/315507
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 383697] Re: lsb_release crashed with ImportError in module()

2009-07-19 Thread Colin Watson
On my system (this is by no means necessarily complete):

./postfix.config:27:my $distribution = lc(`lsb_release -is 2/dev/null`);
./samba.postinst:125:   [ `lsb_release -s -i` = Ubuntu ]

samba depends on lsb-base so it's probably OK. postfix has no way of
doing so here - the only way to make this work would be to make
lsb_release behave truly as Essential. At least for the moment, I think
it would be better for postfix to do this check at build-time.

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

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

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

-- 
lsb_release crashed with ImportError in module()
https://bugs.launchpad.net/bugs/383697
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 315507] Re: Unable to remove Suhosin patch

2009-07-19 Thread Jonathan Marsden
An attempted set of steps to reproduce this issue follows.  I failed to
reproduce it!

Those who can reproduce it, please document, in a way similar to this, 
exactly how you (and so others!) can also reproduce this issue.

Just in case the web display on LP messes up my PHP script, I am attaching the
odbctest.php test script I used, too.

Steps to Try to Reproduce LaunchPad Bug #315507

1) Create fresh virtual machine, install Ubuntu Server 9.04 Jaunty.
   Choose all the defaults, set your own time zone and your own user
   name and password.  Pick no tasks, do a base system install only.

   Install was done from from ISO image ubuntu-9.04-server-i386.iso
   (md5sum is 20480057590ff8b80ad9094f40698030 and the ISO was
   downloaded from
   http://releases.ubuntu.com/jaunty/ubuntu-9.04-server-i386.iso ).

   Note: virtualbox-ose 2.1.4-dfsg-1ubuntu3 was used for this VM, but
   any other virtual machine setup (KVM, vmware server, etc) should
   also work fine, as would installing to a spare physical machine.

2) Update System and reboot

   sudo apt-get update  sudo apt-get dist-upgrade -y ## Update system
   sudo shutdown -r now ## Reboot system to pick up new kernel etc.

3) Install LAMP Server packages

   sudo tasksel install lamp-server ## Install LAMP server

   Note: Provide a password for MySQL server when the installer
   requests one.  Remeber this password (I used secret).

4) We need ODBC to reproduce issue, so set up for ODBC to MySQL.

   sudo apt-get install php5-odbc libmyodbc unixodbc -y
   sudo cp -p /usr/share/libmyodbc/odbcinst.ini /etc/
   sudo cp -p /usr/share/doc/libmyodbc/examples/odbc.ini /etc/
   sudo service apache2 restart

   Note: The only two config files changed from their defaults are
   /etc/odbc.ini and /etc/odbcinst.ini which are zero length by default.
   The cp commands above copy the supplied example files, no
   changes to these examples are needed for this test setup.

5) Create a PHP test web page under /var/www/ and verify it runs

   echo -e ?php\nphpinfo();\n?\n |sudo tee /var/www/phpinfo.php
   wget -O info.html http://localhost/phpinfo.php
   w3m info.html ## Examine carefully, esp. Suhosin info

   Note: info.html should show the full phpinfo output, and it should
   include the information that This server is protected with the
   Suhosin patch.  Keep the info.html file in case it is needed later
   on during testing.

6) Create a test database and a testdb table in it, and 2 records

   PW=secret  ## Use the password you set for mysql root earlier
   echo create database test; |mysql -uroot -p$PW
   echo create table testdb ( id int ); |mysql -uroot -p$PW test
   echo insert into testdb values (42); |mysql -uroot -p$PW test
   echo insert into testdb values (2001); |mysql -uroot -p$PW test

7) Create PHP page that uses odbc_connect() and odbc_exec()
   cat odbctest.php EOF
?php
$pw=secret;
$connection = odbc_connect(myodbc, root, $pw);
$sql = 'select id from testdb';
$result = odbc_exec($connection, $sql);

while (odbc_fetch_row($result)) {
  $id = odbc_result($result, 'id');
  echo $idbr\n;
}

odbc_free_result($result);
odbc_close($connection);
?
EOF

   sudo cp -p odbctest.php /var/www/

8) Browse the odbctest.php page

   w3m http://localhost/odbctest.php

   NOTE: w3m should display two lines, one with the number 42 and the
   other with the number 2001.

9) Repeat this test a few thousand times, since issue is intermittent

   ab -n 5000 http://localhost/odbctest.php

10) Repeat step 8 to check whether PHP and ODBC are still working fine

11) Document exact versions of packages involved:

   dpkg-query -W apache2 libapache2-mod-php5 libmyodbc \
  mysql-server php5-common php5-cli php5-odbc 

apache2 2.2.11-2ubuntu2.2
libapache2-mod-php5 5.2.6.dfsg.1-3ubuntu4.1
libmyodbc   3.51.15r409-4ubuntu1
mysql-server5.1.30really5.0.75-0ubuntu10.2
php5-cli5.2.6.dfsg.1-3ubuntu4.1
php5-common 5.2.6.dfsg.1-3ubuntu4.1
php5-odbc   5.2.6.dfsg.1-3ubuntu4.1

SUMMARY: All software involved behaved as expected.
Reported issue #315507 was not reproduced.


** Attachment added: odbctest.php test script trying to reproduce #315507
   http://launchpadlibrarian.net/29264353/odbctest.php

-- 
Unable to remove Suhosin patch
https://bugs.launchpad.net/bugs/315507
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 230016] Re: [intrepid] Rebuild with perl 5.10

2009-07-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/sigc

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 315507] Re: Unable to remove Suhosin patch

2009-07-19 Thread Jonathan Marsden
As a further test, I have also installed php5-suhosin, 
rebooted the virtual machine, and then retested it 
with 100,000 repetitions using ab.

It all still works fine.  /var/log/apache2/error.log contains
no errors relating to canary mismatch, and even doing

  sudo grep -ri canary mismatch /var/log/

shows no output.

Jonathan

-- 
Unable to remove Suhosin patch
https://bugs.launchpad.net/bugs/315507
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 367326] Re: [regression] Phonon notification that Audio (HDA intel) does not work after JAUNTY update.

2009-07-19 Thread Andrew Ash
This sounds very similar to bug 349847.  gidantribal, does installing
phonon-backend-xine fix the issue for you?  If so we can mark this bug a
duplicate of that one.

Thanks!

-- 
[regression] Phonon notification that Audio (HDA intel) does not work after 
JAUNTY update.
https://bugs.launchpad.net/bugs/367326
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 380378] Re: vuze crashes after upgrade on ubuntu 8.10 - 9.04

2009-07-19 Thread Kevin Harris
Happens on a regular basis to me as well after the upgrade.  Attaching a
crash log.

** Attachment added: hs_err_pid16798.log
   http://launchpadlibrarian.net/29241636/hs_err_pid16798.log

-- 
vuze crashes after upgrade on ubuntu 8.10 - 9.04
https://bugs.launchpad.net/bugs/380378
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 241180] Re: special keys don't work on Toshiba Satellite M55-S331

2009-07-19 Thread Callahan
Upstream-testing results: bug is still there. Kernel used: 2.6.31.999

** Tags removed: needs-upstream-testing

-- 
special keys don't work on Toshiba Satellite M55-S331
https://bugs.launchpad.net/bugs/241180
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 370880] Re: Amarok podcast subscriptions gone when upgrading from Intrepid to Jaunty

2009-07-19 Thread Andrew Ash
You're right, glass.  If you have Amarok 1.4 installed and then upgrade
to Amarok 2, then the podcast subscriptions probably won't be migrated
over yet.  I think there is an effort to migrate as much over as
possible, but I don't think that's a use case that Ubuntu officially
supports.  If you start with a fresh installation of Amarok 2 and put in
podcast subscriptions, then there is no issue at all, so I'm closing the
bug.

The solution you have provided is to downgrade to 1.4, which certainly
works in the meantime.

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

** Summary changed:

- Amarok podcast subscriptions gone when upgrading from Intrepid to Jaunty
+ Podcasts don't migrate from Amarok 1.4.x to 2.x series

-- 
Podcasts don't migrate from Amarok 1.4.x to 2.x series
https://bugs.launchpad.net/bugs/370880
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 391331] Re: Apply button not enabled when making a GUI change

2009-07-19 Thread Andrew Ash
** Summary changed:

- behaviour of apply button in amaroks config dialog is not consistent
+ Apply button not enabled when making a GUI change

** Tags added: usability

-- 
Apply button not enabled when making a GUI change
https://bugs.launchpad.net/bugs/391331
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 396233] Re: Amarok forgets custom format when copying files to the collection

2009-07-19 Thread Andrew Ash
** Tags added: usability
** Tags removed: apport-bug i386

-- 
Amarok forgets custom format when copying files to the collection
https://bugs.launchpad.net/bugs/396233
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 401290] [NEW] hp-systray does not work on karmic

2009-07-19 Thread Michael Tsang
Public bug reported:

mich...@ubuntu:~$ hp-systray
warning: python-dbus not installed.

HP Linux Imaging and Printing System (ver. 3.9.6b)
System Tray Status Service ver. 2.0

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

warning: Qt/PyQt 4 initialization failed.
error: hp-systray requires Qt4 GUI and DBus support. Exiting.

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

-- 
hp-systray does not work on karmic
https://bugs.launchpad.net/bugs/401290
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 396233] Re: Amarok forgets custom format when copying files to the collection

2009-07-19 Thread Andrew Ash
** Changed in: amarok (Ubuntu)
   Importance: Undecided = Medium

-- 
Amarok forgets custom format when copying files to the collection
https://bugs.launchpad.net/bugs/396233
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 395876] Re: Can't drag songs to end of playlist

2009-07-19 Thread Andrew Ash
** Summary changed:

- amarok: not possible to drag songs at end of playlist
+ Can't drag songs to end of playlist

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

** Tags added: usability
** Tags removed: apport-bug i386

-- 
Can't drag songs to end of playlist
https://bugs.launchpad.net/bugs/395876
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 396304] Re: KMS problems on macbook2.1, both in VT(minor) and Xorg(freeze)

2009-07-19 Thread TobiasTheCommie
I'm still not home from vacation, will check on tuesday when i get back
home

-- 
KMS problems on macbook2.1, both in VT(minor) and Xorg(freeze)
https://bugs.launchpad.net/bugs/396304
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 369313] Re: amarok does not build on jaunty

2009-07-19 Thread Andrew Ash
It's been several months, and clearly someone has been able to to build
the package since we've gotten updated versions in the backports repo
[1].  Could someone please confirm that the issue still exists in the
2.1 (or later) series?

Thanks!

[1] https://help.ubuntu.com/community/UbuntuBackports

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

** Summary changed:

- amarok does not build on jaunty
+ Amarok does not build on Jaunty

** Summary changed:

- Amarok does not build on Jaunty
+ FTBFS: Amarok does not build on Jaunty

-- 
FTBFS: Amarok does not build on Jaunty
https://bugs.launchpad.net/bugs/369313
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 368522] Re: Application launch load time (amarok 2) Ubuntu Jaunty Package

2009-07-19 Thread Andrew Ash
Thanks for the bug report, proxiziac.  When you say there are 4
tracks, is that in the collection, or the playlist, or where?  Please
upgrade to the latest version of Amarok[1] and report back with a more
detailed description of where the 4 are.

Thanks!

[1] https://help.ubuntu.com/community/UbuntuBackports

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

-- 
Application launch load time (amarok 2) Ubuntu Jaunty Package
https://bugs.launchpad.net/bugs/368522
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 401291] [NEW] Tidsavbrudd, kunne ikke registrere Ekiga.net

2009-07-19 Thread Arvid
Public bug reported:

Binary package hint: ekiga

Bruker Ubuntu 09.04 og Ekiga 3.2.0. Ved oppstart av Ekiga får jeg denne 
meldingen: Kunne ikke registrere sip:x...@ekiga.net. Når jeg åpner Kontoer 
står følgende meldinger: Ekiga.net, Kunne ikke registrere (Tidsavbrudd) - 
Ekiga Call Out og Gizmo, Registrert.
Ekiga virket mellom to datamaskiner den ene dagen og fra den neste dag denne 
feilmeldingen.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/ekiga
NonfreeKernelModules: nvidia
Package: ekiga 3.2.0-0ubuntu2
ProcEnviron:
 LANG=nb_NO.UTF-8
 SHELL=/bin/bash
SourcePackage: ekiga
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-bug i386

-- 
Tidsavbrudd, kunne ikke registrere Ekiga.net
https://bugs.launchpad.net/bugs/401291
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 401291] Re: Tidsavbrudd, kunne ikke registrere Ekiga.net

2009-07-19 Thread Arvid

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

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

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

-- 
Tidsavbrudd, kunne ikke registrere Ekiga.net
https://bugs.launchpad.net/bugs/401291
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 401048] Re: havp fails to (re)start because of mounted /var/spool/havp in Karmic

2009-07-19 Thread Imre Gergely
Maybe you mean this?

snip
havp (0.90-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable (LP: #380342), remaining changes:
- Under certain circumstances, the init script and/or postrm script
  will fail to umount loop-back devices. This issue has been addressed
  by performing a lazy umount in these two scripts.
/snip

-- 
havp fails to (re)start because of mounted /var/spool/havp in Karmic
https://bugs.launchpad.net/bugs/401048
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 395956] Re: Poor UTF-8 Handling in Amarok's Database

2009-07-19 Thread Andrew Ash
** Summary changed:

- Some Japanese tags appear like question marks, others don't appear at all
+ Poor UTF-8 Handling in Amarok's Database

-- 
Poor UTF-8 Handling in Amarok's Database
https://bugs.launchpad.net/bugs/395956
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 339610] Re: usb-storage kernel module does not complete scan on certain hardrives

2009-07-19 Thread onyxrev
Just wanted to reassert that the solution at 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/355998/comments/22
solves this problem for Gigabeats.  I just reinstalled a fresh 9.04 
installation and the problem was still present.

-- 
usb-storage kernel module does not complete scan on certain hardrives
https://bugs.launchpad.net/bugs/339610
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 292611] Re: Never change window size because of the preview

2009-07-19 Thread mac_v
Thank you for bringing this bug to our attention. Unfortunately a paper
cut should be a small usability issue that affects many people and is
quick and easy to fix. I'm afraid this bug can't be addressed as part of
this project.

This is a bug, Which is triggered by the user's customization of the
window and does not happen with the default setup. Further there is no
easy/simple fix for this, Hence not a papercut.

A paper cut is a minor usability annoyance that an average user would
encounter on his/her first day of using a new installation of Ubuntu
9.10.

For further info about papercuts criteria , pls read 
https://wiki.ubuntu.com/PaperCut

Don't worry though, This bug has been marked as invalid ONLY in the
papercuts project.

** Changed in: hundredpapercuts
   Status: New = Invalid

-- 
Never change window size because of the preview
https://bugs.launchpad.net/bugs/292611
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 399062] Re: [amd64] OpenGL - Couldn't get a visual

2009-07-19 Thread badawi
** Summary changed:

- [adm64] OpenGL - Couldn't get a visual
+ [amd64] OpenGL - Couldn't get a visual

-- 
[amd64] OpenGL - Couldn't get a visual
https://bugs.launchpad.net/bugs/399062
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 362182] Re: Amarok 2 lost support for iPhone-like devices - Choice between 2 and 1.4?

2009-07-19 Thread Andrew Ash
The discussion for not including Amarok 1.4 packages has occurred
several times [1][2][3], so I'm changing this bug's direction towards
better support for iPhones.

[1] https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/368706
[2] https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/331449
[3] https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/316889

** Summary changed:

- Amarok 2 lost support for iPhone-like devices - Choice between 2 and 1.4?
+ Support for iPhone-like devices in Amarok 2

-- 
Support for iPhone-like devices in Amarok 2
https://bugs.launchpad.net/bugs/362182
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 320305] Re: Poor unicode collation in Amarok's database

2009-07-19 Thread Andrew Ash
** Summary changed:

- Upper/lower case problems with extended latin characters
+ Poor unicode collation in Amarok's database

-- 
Poor unicode collation in Amarok's database
https://bugs.launchpad.net/bugs/320305
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 398958] Re: Very poorly named menu item HPLJ 10xx Replaced Paper

2009-07-19 Thread Greg Auger
** This bug is no longer a duplicate of bug 396271
   Karmic has menu item for HPLJ 10xx printer

-- 
Very poorly named menu item HPLJ 10xx Replaced Paper
https://bugs.launchpad.net/bugs/398958
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 366917] Re: No watch file

2009-07-19 Thread Andrew Ash
I don't know what you mean by not having a watch file in Amarok's
packaging.  Could you please explain more in-depth what the issue is for
those of us with less packaging experience?

Thanks!

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

** Tags added: packaging

-- 
No watch file
https://bugs.launchpad.net/bugs/366917
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 353801] Re: Amarok is inconsistent in its treatment of the word the

2009-07-19 Thread Andrew Ash
** Tags added: usability

-- 
Amarok is inconsistent in its treatment of the word the
https://bugs.launchpad.net/bugs/353801
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 326129] Re: firefox-3.{5, 6} bug, merge review comments don't get wrapped in pre block

2009-07-19 Thread Tim Penhey
On Sun, 19 Jul 2009 16:54:37 Adam Blackburn wrote:
 Just to confirm this is still a problem in Firefox 3.5.1 and Konqueror.

 Since comments and merge proposals use similar style boxes, would it not
 be possible to borrow the bug-comment class (comments are surrounded
 with div class=bug-comment/div) for use in merge proposals? Bug
 comments seem to work just fine.

Yes, I'll take a look at this.

  assignee thumper


** Changed in: launchpad-foundations
 Assignee: (unassigned) = Tim Penhey (thumper)

-- 
firefox-3.{5,6} bug, merge review comments don't get wrapped in pre block
https://bugs.launchpad.net/bugs/326129
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 319494] Re: Various Artists issue: Multiple Listings for Same Album

2009-07-19 Thread Andrew Ash
** Summary changed:

- Multiple Listings for Same Album
+ Various Artists issue: Multiple Listings for Same Album

-- 
Various Artists issue: Multiple Listings for Same Album
https://bugs.launchpad.net/bugs/319494
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 319492] Re: Various Artist Not Accurate

2009-07-19 Thread Andrew Ash
*** This bug is a duplicate of bug 319494 ***
https://bugs.launchpad.net/bugs/319494

Seems like the same underlying issue as bug 319494, by the same
reporter.  I'm marking this bug as a duplicate of that one since it has
more confirmation, so let's continue discussion there.

** This bug has been marked a duplicate of bug 319494
   Multiple Listings for Same Album

-- 
Various Artist Not Accurate
https://bugs.launchpad.net/bugs/319492
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 401293] Re: please merge allegro4.2 4.2.2-2.1(universe) from debian unstable(main)

2009-07-19 Thread Bhavani Shankar

** Attachment added: debian  ubuntu diff
   http://launchpadlibrarian.net/29242100/debian.debdiff

** Changed in: allegro4.2 (Ubuntu)
   Status: New = Confirmed

** Branch linked: lp:ubuntu/karmic/allegro4.2

-- 
please merge allegro4.2 4.2.2-2.1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/401293
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 401293] [NEW] please merge allegro4.2 4.2.2-2.1(universe) from debian unstable(main)

2009-07-19 Thread Bhavani Shankar
Public bug reported:

debian has a new version to be merged

allegro4.2 (2:4.2.2-2.1) unstable; urgency=medium

  * Non-maintainer upload.

  * debian/patches/06_fix_fnstsw.diff:
+ Fix FTBFS with binutils = 1.9. Quoting the patch submitter:
  ^^FSTSW is Store FPU Status Word. This status word is a 16-bit
  value so the destination register should be %ax, not %eax.^^
  Thanks to Peter De Wachter (Closes: #510500, #518732).

  * Set urgency to ^^mdium^^,testing is also affected.

 -- Cyril Brulebois k...@debian.org  Fri, 17 Jul 2009 20:36:38 +0200

debian has incorporated ftbfs patch from ubuntu thereby lowering ubuntu
delta

** Affects: allegro4.2 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
please merge allegro4.2 4.2.2-2.1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/401293
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 401294] [NEW] Karmic - 2 Sound Applets, No Keyboard Shortcuts, Sound Resetting

2009-07-19 Thread William Bohn
Public bug reported:

Asus EEE PC 1000HE running Ubuntu 9.10 Karmic.

Recently, the volume has been able to be increased to audible levels -
this is good.

However, after a round of recent updates (the one that made the sound
audible) also made two GNOME sound applets appear, one of which being
gnome-volume-control-applet, and the other is mixer_applet2.

The problems are:

1. The sound keeps getting reset to lower levels while using Audacious
or other applications that use sound. It happens right after it moves to
the next song or a new sound-producing file is opened.

2. The GNOME Keyboard shortcuts for adjusting the sound seems to have no
effect on these mixers/ volume controls. I believe it's controlling a
different device, despite specifying preferences otherwise in the gnome-
volume-control-applet.

3. Two sound applets is confusing, and they seem to be competing with
each other.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Karmic - 2 Sound Applets, No Keyboard Shortcuts, Sound Resetting
https://bugs.launchpad.net/bugs/401294
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 260918] Re: needed: libv4l and associated application patches (or gspca stopped working in 2.6.27)

2009-07-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/came

-- 
needed: libv4l and associated application patches (or gspca stopped working in 
2.6.27)
https://bugs.launchpad.net/bugs/260918
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 400682] Re: No sound after upgrade from Jaunty to Karmic

2009-07-19 Thread Daniel T Chen
On Sat, Jul 18, 2009 at 11:27 PM, Jamie Strandbogeja...@ubuntu.com wrote:
 After logging in on reboot, still no sound:

What does amixer -Dhw:0 report? Are you using analog speakers or
headphones connected via the jack?

-- 
No sound after upgrade from Jaunty to Karmic
https://bugs.launchpad.net/bugs/400682
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 401296] [NEW] please merge barry 0.14-2.1(universe) from debian unstable(main)

2009-07-19 Thread Bhavani Shankar
Public bug reported:

debian has a new version to be merged

barry (0.14-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with new boost (= 1.37.0) by using the ^^-t^^ uffix for
boost libraries since starting with this version, only this variant
is available (Closes: #529722). Add the following patch:
 - fix-ftbfs-with-new-boost.diff (thanks to Steve M. Robbins)
  * Fix FTBFS with gcc-4.4 (Closes: #505342):
 - fix-ftbfs-with-gcc-4.4.diff (thanks to Martin Michlmayr)
  * debian/rules: Add the simple-patchsys.mk include to get both patches
applied.
  * Set urgency to ^^mdium^^,both bugs affect testing too.
  * Add ${misc:Depends} to all Depends fields.

 -- Cyril Brulebois k...@debian.org  Sat, 18 Jul 2009 12:54:03 +0200

** Affects: barry (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
please merge barry 0.14-2.1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/401296
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 401297] Re: Synaptic package manager will not remove yaws-mail

2009-07-19 Thread mauprice

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/2924/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/29242223/VarLogDistupgradeApttermlog.gz

-- 
Synaptic package manager will not remove yaws-mail 
https://bugs.launchpad.net/bugs/401297
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 401297] [NEW] Synaptic package manager will not remove yaws-mail

2009-07-19 Thread mauprice
Public bug reported:

Binary package hint: yaws

When i use the synaptic package manager to remove the yaws-mail package
it gives an error

and when I use sudo apt-get -f install to try and fix it it gives this error:
E: Sub-process /usr/bin/dpkg returned an error code (1)

I have tried removing it using aptitude and I get the same error.

it seems something is broken but i don't know what.

It is stopping any further installations of packages.

Can anyone shine some light on this problem please.

Thanks

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 1
Package: yaws-mail 1.80-1ubuntu1
PackageArchitecture: all
SourcePackage: yaws
Title: package yaws-mail 1.80-1ubuntu1 failed to install/upgrade:
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-package i386

-- 
Synaptic package manager will not remove yaws-mail 
https://bugs.launchpad.net/bugs/401297
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 401296] Re: please merge barry 0.14-2.1(universe) from debian unstable(main)

2009-07-19 Thread Bhavani Shankar

** Attachment added: debian  ubuntu diff
   http://launchpadlibrarian.net/29242245/debian.debdiff

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

-- 
please merge barry 0.14-2.1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/401296
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 401299] [NEW] Please sync dh-ocaml 0.5.0 (main) from Debian unstable (main).

2009-07-19 Thread Bhavani Shankar
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/dh-ocaml
 status new
 importance wishlist
 subscribe ubuntu-main-sponsors

Please sync dh-ocaml 0.5.0 (main) from Debian unstable (main).


Explanation of the Ubuntu delta and why it can be dropped:

Please sync the latest version from debian as debian has incorporated
all the ubuntu changes.

Changelog since current karmic version 0.4.1ubuntu2:

dh-ocaml (0.5.0) unstable; urgency=low

  [ Stephane Glondu ]
  * Use  for Replaces, not = (Closes: #528241)
  * Add ocaml-pkg-update-uploaders (Closes: #516764)
  * Add dom-safe-pull

  [ Mehdi Dogguy ]
  * Add variables OCAML_RUNTIME and OCAML_RUNTIME_NOX in ocamlvars.mk: which
are, respectively, ocaml-base-nox-$(OCAML_ABI) and ocaml-base-$(OCAML_ABI)
on non-native archs.
  * Install script tools dom-{new-git-repo,git-checkout,mrconfig} in
/usr/bin (Closes: #516777)
  * Install dom-{apply,save}-patches in /usr/bin/ and update policy to
explain briefly how to use them.
  * Add manpages for new tools
  * Add docbook-xsl, libxml2-utils and xsltproc to generate manpages

  [ Ralf Treinen ]
  * Add a section on setting the archive section of ocaml programs.
  * Set Section to ocaml

  [ Sylvain Le Gall ]
  * Add dom-switch-opt to test byte compilation on native arch

 -- Mehdi Dogguy dog...@pps.jussieu.fr  Sat, 18 Jul 2009 21:21:41
+0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFKYsVNNrEIsZrsMaARAnwIAJ9xGtvuR8IYSZrIkTuyuFToR9fPWACgwvBc
fjPRYQZpsOtax/YwXsuMW6g=
=oDmq
-END PGP SIGNATURE-

** Affects: dh-ocaml (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync dh-ocaml 0.5.0 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/401299
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 401144] Re: nautilus crashed with SIGSEGV in IA__g_str_hash()

2009-07-19 Thread A. Walton
** Package changed: nautilus (Ubuntu) = ubuntuone-client (Ubuntu)

-- 
nautilus crashed with SIGSEGV in IA__g_str_hash()
https://bugs.launchpad.net/bugs/401144
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 390966] Re: [karmic] System.TypeInitializationException

2009-07-19 Thread macat
Robert says (https://bugs.launchpad.net/ubuntu/+source/gnome-
do/+bug/401069/comments/2) this bug resolved, but the mono applications
still does not start.

DISTRIB_DESCRIPTION=Ubuntu 9.04
2.6.28-13-generic #45-Ubuntu SMP

** Attachment added: gnome-do_trace.txt
   http://launchpadlibrarian.net/29242460/gnome-do_trace.txt

-- 
[karmic] System.TypeInitializationException
https://bugs.launchpad.net/bugs/390966
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 365382] Re: acer touchpad not working after upgrade to latest kernel (2.6.28-11)

2009-07-19 Thread Russell Ault
Any further developments on this? Last night I tried to upgrade a
friend's Aspire to Jaunty from Hardy and gave up because of how bad the
LiveCD was behaving. Same details as above (keyboard works, kinda, until
the touchpad is used) with the added bit of fun that I can move the
cursor (sporadically, up and down only) using the arrow buttons that
this particular Aspire has in place of a middle touchpad button. Any
ideas what changed between Hardy and Jaunty to cause this (or, more to
the point, a work-around/fix)?

-- 
acer touchpad not working after upgrade to latest kernel (2.6.28-11)
https://bugs.launchpad.net/bugs/365382
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 236232] Re: Admin. progs. hang before prompting for authentication

2009-07-19 Thread Wes M
I just recently had this exact same problem with Ubuntu Jaunty (9.04).
It had been working fine for months until today, when for some reason
authentication through PolicyKit started failing and any apps that
needed elevated privileges would just hang. Here's what I did to fix it:

1 - Open up the PolicyKit configuration file (gksudo gedit 
/etc/PolicyKit/PolicyKit.conf)
2 - Find this section:

match user=root
return result=yes/
/match
define_admin_auth group=admin/

...and change match user=root to match user=root|you (with you
being your user name, not the word you). This will essentially give
you root access to everything. Now open up System  Administration 
Users and Groups and you'll notice that everything will be unlocked
without you having to click the unlock button. While you're here, make
sure your main group is admin - if not, change it. Close the Users and
Groups window, then go back to PolicyKit.conf and remove your user name
from the file (meaning it should just say match user=root again).
Now if you open Users and Groups again, all the other user names should
be grayed out, and the unlock should be active again. Click it and you
should see the familiar authentication prompt asking for your password.

-- 
Admin. progs. hang before prompting for authentication
https://bugs.launchpad.net/bugs/236232
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 401300] [NEW] iwl3945 Not Working Properly

2009-07-19 Thread Darren Blaber
Public bug reported:

This is a kernel bug, the same issue occurred on another distro when I
compiled my own kernel.

When using the iwl3945 for my Intel Wireless 3945 card, I get disconnecting 
frequently, and have to load and unload the driver (disabling and enable 
wireless in nm applet also works) before I am able to use it again.  This 
'disconnect' happens at random times, seems to happen a lot more often when 
there is a lot of network activity going on.  This did NOT happen with 
intrepid, and seems to be a regression, as it used to work fine.  Note that I 
am using Karmic alpha2 with the latest in updates.  
I receive this in dmesg:

[ 2346.332048] wlan0: no probe response from AP 00:12:17:0e:b1:7c - 
disassociating
[ 2346.933139] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2346.933150] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2347.432134] iwl3945 :0c:00.0: Error sending REPLY_SCAN_CMD: time out 
after 500ms.
[ 2347.932150] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2347.932160] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2348.432060] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2348.432071] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2348.936136] iwl3945 :0c:00.0: Error sending REPLY_TX_PWR_TABLE_CMD: time 
out after 500ms.
[ 2352.933148] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2352.933158] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2353.432147] iwl3945 :0c:00.0: Error sending REPLY_SCAN_CMD: time out 
after 500ms.
[ 2353.932100] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2353.932110] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2354.432142] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2354.432153] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2354.932151] iwl3945 :0c:00.0: Error sending REPLY_TX_PWR_TABLE_CMD: time 
out after 500ms.
[ 2358.932157] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2358.932168] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2359.432052] iwl3945 :0c:00.0: Error sending REPLY_SCAN_CMD: time out 
after 500ms.
[ 2359.936144] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2359.936155] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2360.436150] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2360.436160] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2360.936146] iwl3945 :0c:00.0: Error sending REPLY_TX_PWR_TABLE_CMD: time 
out after 500ms.
[ 2364.932135] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2364.932145] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2365.432115] iwl3945 :0c:00.0: Error sending REPLY_SCAN_CMD: time out 
after 500ms.
[ 2365.932150] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2365.932161] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2366.432144] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2366.432155] iwl3945 :0c:00.0: Error setting new configuration (-110).
[ 2366.932057] iwl3945 :0c:00.0: Error sending REPLY_TX_PWR_TABLE_CMD: time 
out after 500ms.
[ 2367.433066] iwl3945 :0c:00.0: Error sending REPLY_RXON: time out after 
500ms.
[ 2367.433073] iwl3945 :0c:00.0: Error setting new configuration (-110).

ProblemType: Bug
Architecture: i386
Date: Sun Jul 19 02:57:44 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=77f8-df83-4d95-9fe3-64d2db3b7ab8
MachineType: Dell Inc. MP061
Package: linux-image-2.6.31-3-generic 2.6.31-3.19
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-3-generic 
root=UUID=c3549413-738e-4902-b35d-57664dd5b9ea ro quiet splash radeon.modeset=1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-3.19-generic
RelatedPackageVersions: linux-backports-modules-2.6.31-3-generic N/A
SourcePackage: linux
Uname: Linux 2.6.31-3-generic i686
dmi.bios.date: 06/27/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 0YD479
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd06/27/2007:svnDellInc.:pnMP061:pvr:rvnDellInc.:rn0YD479:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: MP061
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386

-- 
iwl3945 Not Working Properly
https://bugs.launchpad.net/bugs/401300
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 401300] Re: iwl3945 Not Working Properly

2009-07-19 Thread Darren Blaber

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

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

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/29242611/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/29242612/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/29242613/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/29242614/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/29242615/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/29242616/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/29242617/UdevLog.txt

-- 
iwl3945 Not Working Properly
https://bugs.launchpad.net/bugs/401300
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 269096] Re: apport console output format odd

2009-07-19 Thread Alf-Red_5922
Hello,
is there a way to repair this imbroglio ? can update-manager do it ?

-- 
apport console output format odd
https://bugs.launchpad.net/bugs/269096
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 401302] [NEW] how to install 'python-launchpadlib'

2009-07-19 Thread abhay
Public bug reported:

Binary package hint: python-launchpadlib

step by step tions
guide me 
to do necessary 
actions

ProblemType: Bug
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: wl
Package: python-launchpadlib None [modified: 
/var/lib/dpkg/info/python-launchpadlib.list]
PackageArchitecture: all
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: python-launchpadlib
Uname: Linux 2.6.28-13-generic i686
UnreportableReason: This is not a genuine Ubuntu package

** Affects: python-launchpadlib (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
how to install 'python-launchpadlib'
https://bugs.launchpad.net/bugs/401302
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 301816] Re: Text rendering errors

2009-07-19 Thread jimmy the saint
I run Debian Squeeze with openbox.  no compiz (obviously).  I do have an
nvidia card in the laptop though.  I have this issue as well.  It is
EXTREMELY irritating.  I hate to go the openoffice route, but this is
clearly a significant thing.  I searched for the bug because more than
half of the report I am writing is invisible at any given time.  I have
to add a space or something, then delete it in order to see any given
line.  This is serious and needs to be fixed.  The low importance is
ridiculous.  Only someone not experiencing it would label it as such.
If their text editor only showed half the lines in their code at a time,
they would toss the text editor to the curb.  It wouldn't be a low
importance issue.  But hey, what do normal user issues matter right?

-- 
Text rendering errors
https://bugs.launchpad.net/bugs/301816
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 240366] Re: export OMPI_F90=ifort does not change mpif90 from gfortran to ifort

2009-07-19 Thread Jan Frybort
Thank you, pablomme. You are right. It's my mistake, not a bug.

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

-- 
export OMPI_F90=ifort does not change mpif90 from gfortran to ifort
https://bugs.launchpad.net/bugs/240366
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 401305] [NEW] Static/skipping at very beginning of playback

2009-07-19 Thread Reita
Public bug reported:

Whenever a program plays a sound through GStreamer (Rhythmbox, Pidgin,
etc), the song/sound will skip at the very first second, which sounds
kind of staticy, but it only does it once, and the rest of playback is
fine and doesnt skip or make any static/popping sounds. It does not
happen in any program that is not using GStreamer.

00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
Subsystem: IBM NetVista A30p
Flags: bus master, medium devsel, latency 0, IRQ 17
I/O ports at 1c00 [size=256]
I/O ports at 18c0 [size=64]
Memory at ac00 (32-bit, non-prefetchable) [size=512]
Memory at a800 (32-bit, non-prefetchable) [size=256]
Capabilities: access denied
Kernel driver in use: oss_ich

I have experienced this problem both using ALSA and OSS4. It has
happened with all versions of GStreamer in the past year or so (possibly
longer, I first tried GStreamer a year ago and it started happening
immediately). The latest version I've tried is 0.10.23-1

My OS is really Arch Linux, but for some reason I cannot select
GStreamer as a package with Arch listed as my distro, so I just chose
Ubuntu as distro is really not an issue here. It has occured on every
distro I've tried.

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Static/skipping at very beginning of playback
https://bugs.launchpad.net/bugs/401305
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 401147] Re: Mozilla applications cause occasional visual glitches

2009-07-19 Thread John Vivirito
you no longer support firefox-2.0(firefox) so updated to firefox-3.0

Do you also see this in firefox-3.5.

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

-- 
Mozilla applications cause occasional visual glitches
https://bugs.launchpad.net/bugs/401147
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 392104] Re: [Karmic] Update to ca-certificates 20090624 prevents ca-certificates-java from installing

2009-07-19 Thread pkt
During our little coding camp in greece, this was one of the issues we looked 
into.
It turns out it is possible to use libnss as a PKCS11 provider, thereby making
the import of the specific certificate (and potential others in the future that 
want
to use the same algorithm) work.

The details are in
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=356

Since it only needs a new dependency openjdk - libnss and a simple config file
this should be a viable solution.

There is already a patched version of openjdk in my ppa:
https://launchpad.net/~pktoss/+archive/ppa/

-- 
[Karmic] Update to ca-certificates 20090624 prevents ca-certificates-java from 
installing
https://bugs.launchpad.net/bugs/392104
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 401147] Re: Mozilla applications cause occasional visual glitches

2009-07-19 Thread John Vivirito
** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Incomplete

** Changed in: mozilla-thunderbird (Ubuntu)
   Status: New = Incomplete

-- 
Mozilla applications cause occasional visual glitches
https://bugs.launchpad.net/bugs/401147
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 324148] Re: Error installing Package - Think there's a wrong version at repository

2009-07-19 Thread Aljoscha Lautenbach
** Changed in: apt
   Status: New = Incomplete

-- 
Error installing Package - Think there's a wrong version at repository
https://bugs.launchpad.net/bugs/324148
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 400920] Re: [i945] Displacement between Blender render window and content.

2009-07-19 Thread eibriel
Running LiveCD (Karmic alpha2), booting, adding Option DRI false to
the Device section of /etc/X11/xorg.conf, Logging Out and Logging In
Blender works properly. :)

Setting i915.modeset=1 on boot command line return an error Unknown
command but apparently works (the fonts on prompt are small) , but
don't fix the problem. :( Actually some artifacts appear on cursor
(hiding and showing quickly).

-- 
[i945] Displacement between Blender render window and content.
https://bugs.launchpad.net/bugs/400920
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 118605] Re: [fglrx] freezes upon Logout or Switch user [patch]

2009-07-19 Thread Alek Kowalczyk
jacob019,
please take a look at bug 98684, comment 
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.20/+bug/98684/comments/22
 . There is a link to an experimental driver having the bug fixed. If the fix 
works for you, maybe this bug could be closed as duplicate.

-- 
[fglrx] freezes upon Logout or Switch user [patch]
https://bugs.launchpad.net/bugs/118605
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 401307] [NEW] please merge httrack 3.43.6-1(universe) from debian unstable(main)

2009-07-19 Thread Bhavani Shankar
Public bug reported:

Binary package hint: httrack

Unfortunately this has to be merged from debian as they dont have
abrowser in their repos

httrack (3.43.6-1) unstable; urgency=low

  * Updated to 3.43.6 (3.43-6)
closes:#530031

 -- Xavier Roche xav...@debian.org  Sat, 18 Jul 2009 17:49:47 +0200

** Affects: httrack (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
please merge httrack 3.43.6-1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/401307
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 401307] Re: please merge httrack 3.43.6-1(universe) from debian unstable(main)

2009-07-19 Thread Bhavani Shankar

** Attachment added: debian  ubuntu diff
   http://launchpadlibrarian.net/29243793/debian.debdiff

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

-- 
please merge httrack 3.43.6-1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/401307
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 401308] Re: please merge xtoolwait 1.3-6.2(universe) from debian unstable(main)

2009-07-19 Thread Bhavani Shankar

** Attachment added: debian  ubuntu diff
   http://launchpadlibrarian.net/29243940/debian.debdiff

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

-- 
please merge xtoolwait 1.3-6.2(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/401308
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 401308] [NEW] please merge xtoolwait 1.3-6.2(universe) from debian unstable(main)

2009-07-19 Thread Bhavani Shankar
Public bug reported:

Binary package hint: xtoolwait

Debian has a new version to be merged

xtoolwait (1.3-6.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS by replacing obsolete xutils with xutils-dev in
Build-Depends (Closes: #485727).
  * Set urgency to ^^mdium^^ s this bug affects testing too.
  * Remove obsolete x-dev from Build-Depends too (Closes: #515444).
  * debian/control: Clean up description, move Homepage, remove Author.

 -- Cyril Brulebois k...@debian.org  Sun, 19 Jul 2009 03:41:38 +0200

** Affects: xtoolwait (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
please merge xtoolwait 1.3-6.2(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/401308
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 381160] Re: Firefox 3.0.10 hangs when uploading to Megaupload

2009-07-19 Thread John Vivirito
This has been your first comment. Is this something you are able to
reproduce?

Everyone: what version of Ubuntu and what version of flash are you using.
please run the following command:
apt-cache policy flashplugin-nonfree flashplugin-installer

For Ubuntu version please run the following:
lsb_release -a

-- 
Firefox 3.0.10 hangs when uploading to Megaupload
https://bugs.launchpad.net/bugs/381160
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 381160] Re: Firefox 3.0.10 hangs when uploading to Megaupload

2009-07-19 Thread John Vivirito
does this also happen with latest firefox-3.0.11?

-- 
Firefox 3.0.10 hangs when uploading to Megaupload
https://bugs.launchpad.net/bugs/381160
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 381160] Re: Firefox 3.0.10 hangs when uploading to Megaupload

2009-07-19 Thread John Vivirito
I have a strong ffeeling this is a website issue not a mozilla one.
Opera is a QT based browser where as mozilla is GTK

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

-- 
Firefox 3.0.10 hangs when uploading to Megaupload
https://bugs.launchpad.net/bugs/381160
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 274605] Re: Firefox release notes show Ubuntu release notes

2009-07-19 Thread Abhishek
The problem still persists for me in jaunty. Clicking the Release Notes
sub menu under Help menu opens the release notes for Intrepid.

-- 
Firefox release notes show Ubuntu release notes
https://bugs.launchpad.net/bugs/274605
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 123501] Re: sshfs : : Permission denied

2009-07-19 Thread Lonnie
Scratch that! I'm still having the same problem.

I thought it was saving, but what actually happened is that the mount
got drop between the time I opened it and saved it. So when I saved it,
after executed newgrp fuse, it saved the file to the mount point that
was empty.

Any help would be appreciated.

-- 
sshfs : : Permission denied
https://bugs.launchpad.net/bugs/123501
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 401310] Re: wifi network oops after suspend/hibernate

2009-07-19 Thread scoopex

** Attachment added: stacktraces which are thrown after my wifi stops working
   http://launchpadlibrarian.net/29243998/wifi-bug

** Attachment added: BootDmesg.gz
   http://launchpadlibrarian.net/29243999/BootDmesg.gz

** Attachment added: CurrentDmesg.gz
   http://launchpadlibrarian.net/29244000/CurrentDmesg.gz

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

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/29244002/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/29244003/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/29244004/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/29244005/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/29244006/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/29244007/ProcModules.txt

-- 
wifi network oops after suspend/hibernate
https://bugs.launchpad.net/bugs/401310
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 316265] Re: pmidi use wrong device number

2009-07-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/pmidi

-- 
pmidi use wrong device number
https://bugs.launchpad.net/bugs/316265
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 401310] [NEW] wifi network oops after suspend/hibernate

2009-07-19 Thread scoopex
Public bug reported:

Binary package hint: linux-image-2.6.28-14-generic

After sucessfully suspend/resume or hibernate/resume network works 
perfectlyafter an few minutes
the wifi network stops working and i can see the attached stacktraces in dmesg.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=/dev/sda5
MachineType: LENOVO 208252G
NonfreeKernelModules: fglrx
Package: linux-image-2.6.28-14-generic 2.6.28-14.46
ProcCmdLine: root=UUID=1c7a411d-ddc2-4d9e-a5bc-7a6c489ec684 ro vga=791
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=de_DE
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-14.46-generic
SourcePackage: linux

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


** Tags: amd64 apport-bug

-- 
wifi network oops after suspend/hibernate
https://bugs.launchpad.net/bugs/401310
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 253854] Re: Needed libphonon enabled in Qt4 compilation/packaging

2009-07-19 Thread Eric Appleman
Any progress?

-- 
Needed libphonon enabled in Qt4 compilation/packaging
https://bugs.launchpad.net/bugs/253854
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 274605] Re: Firefox release notes show Ubuntu release notes

2009-07-19 Thread Abhishek
The problem still persists for me in jaunty. Clicking the Release Notes
sub menu under Help menu opens the release notes for Intrepid.

-- 
Firefox release notes show Ubuntu release notes
https://bugs.launchpad.net/bugs/274605
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 401165] Re: build dependency on GCC-4.3 [armel]

2009-07-19 Thread John Vivirito
** Also affects: lightning-sunbird (Ubuntu)
   Importance: Undecided
   Status: New

-- 
build dependency on GCC-4.3 [armel]
https://bugs.launchpad.net/bugs/401165
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 118783] Re: Sitecopy translations does not use UTF-8

2009-07-19 Thread Nicolas Ternisien
Bug reconfirmed on Ubuntu 9.04

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

-- 
Sitecopy translations does not use UTF-8
https://bugs.launchpad.net/bugs/118783
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 401140] Re: cups: no printer output (hp 1020)

2009-07-19 Thread Jonas Haraldsson
I changed number-up to 1 in system-config-printer and now everyting
works.

Thank you very much!

(except one certain PDF document that seems to take ages to send to the
printer, and in the mean time, process gs (ghostscript?) is using 100%
CPU power)

-- 
cups: no printer output (hp 1020)
https://bugs.launchpad.net/bugs/401140
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 395134] Re: cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies

2009-07-19 Thread Tobias Krais

** Attachment added: Error file of PPD=/etc/cups/ppd/FS-1030D.ppd 
/usr/lib/cups/filter/pstopdf 1 1 1 1 Duplex=DuplexTumble 
/tmp/ooo-ps-output.ps  out1 2err1
   http://launchpadlibrarian.net/29244136/err1

-- 
cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies
https://bugs.launchpad.net/bugs/395134
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 395134] Re: cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies

2009-07-19 Thread Tobias Krais
Hi Till,

no problem. I'm attachting the new outputs. Again, err2 and err3 are
empty.

Thanks for your fast answers!

Greetings, Tobias

** Attachment removed: Output file three
   http://launchpadlibrarian.net/29233019/out3

** Attachment removed: Output file four
   http://launchpadlibrarian.net/29232933/out4

** Attachment removed: Error file four
   http://launchpadlibrarian.net/29232805/err4

** Attachment removed: Output file two
   http://launchpadlibrarian.net/29232765/out2

** Attachment removed: Output file one as wanted
   http://launchpadlibrarian.net/29232721/out1

** Attachment removed: Error file one as wanted
   http://launchpadlibrarian.net/29232710/err1

** Attachment removed: CupsErrorLog.txt
   http://launchpadlibrarian.net/29222503/CupsErrorLog.txt

** Attachment added: PPD=/etc/cups/ppd/FS-1030D.ppd 
/usr/lib/cups/filter/pstopdf 1 1 1 1 Duplex=DuplexTumble 
/tmp/ooo-ps-output.ps  out1 2err
   http://launchpadlibrarian.net/29244127/out1

-- 
cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies
https://bugs.launchpad.net/bugs/395134
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 395134] Re: cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies

2009-07-19 Thread Tobias Krais

** Attachment added: Output file two for PPD=/etc/cups/ppd/FS-1030D.ppd 
/usr/lib/cups/filter/pdftopdf 1 1 1 1 Duplex=DuplexTumble out1  out2 2err2
   http://launchpadlibrarian.net/29244169/out2

-- 
cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies
https://bugs.launchpad.net/bugs/395134
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 85791] Re: Amarok loops through all songs when the sound device isn't available

2009-07-19 Thread Myriam Schweingruber
Comparing Amarok 2 to Amarok 1.4.x is not a good idea, as those version
do not work the same way at all, remember, Amarok 2 is a complete re-
write.. Since version 2.x, Amarok doesn't handle sound itself at all,
but lets phonon do the work. So if a sound device is not available,
Amarok can do strictly nothing about it. Reassign this to phonon maybe?

-- 
Amarok loops through all songs when the sound device isn't available
https://bugs.launchpad.net/bugs/85791
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 401314] [NEW] please merge xdelta3 0v2.dfsg-1(universe) from debian unstable(main)

2009-07-19 Thread Bhavani Shankar
Public bug reported:

Binary package hint: xdelta3

Debian has a new version to be merged

xdelta3 (0v2.dfsg-1) unstable; urgency=low

  * New upstream
  * Dump standard

 -- A Mennucc1 mennu...@debian.org  Sat, 18 Jul 2009 16:05:30 +0200

** Affects: xdelta3 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
please merge xdelta3 0v2.dfsg-1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/401314
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 349847] Re: Amarok needs phonon-xine-backend to output sound

2009-07-19 Thread Myriam Schweingruber
** Summary changed:

- Amarok needs phonon-backend-xine to output sound
+ Amarok needs phonon-xine-backend to output sound

-- 
Amarok needs phonon-xine-backend to output sound
https://bugs.launchpad.net/bugs/349847
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 312133] Re: [i915] xorg intel driver reports Couldn't find PLL settings

2009-07-19 Thread Andrew Whalan
I can confirm it now works perfectly using the latest packages from the
xorg-edgers PPA.

I don't get a crash on logout as reported by thieme, but i'm using GDM
not KDM.

Video acceleration also works great.

-- 
[i915] xorg intel driver reports Couldn't find PLL settings
https://bugs.launchpad.net/bugs/312133
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 336167] Re: grub-pc 1.96+20080512-1ubuntu2 fails to configure: can't detect MD-raid

2009-07-19 Thread Felix Zielcke
I just set it now to Fix Released. This should be fixed since jaunty.
If not then please tell us.

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

-- 
grub-pc 1.96+20080512-1ubuntu2 fails to configure: can't detect MD-raid
https://bugs.launchpad.net/bugs/336167
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 252140] Re: [needs-packaging] Ubuntu Tweak

2009-07-19 Thread LI Daobing
** Changed in: ubuntu
 Assignee: (unassigned) = LI Daobing (lidaobing)

-- 
[needs-packaging] Ubuntu Tweak
https://bugs.launchpad.net/bugs/252140
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 401314] Re: please merge xdelta3 0v2.dfsg-1(universe) from debian unstable(main)

2009-07-19 Thread Bhavani Shankar

** Attachment added: debian  ubuntu diff
   http://launchpadlibrarian.net/29244243/debian.debdiff

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

-- 
please merge xdelta3 0v2.dfsg-1(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/401314
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 395134] Re: cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies

2009-07-19 Thread Tobias Krais

** Attachment added: Error file four for command 
PPD=/etc/cups/ppd/FS-1030D.ppd /usr/lib/cups/filter/pstops 1 1 1 1 
Duplex=DuplexTumble out3  out4 2err4
   http://launchpadlibrarian.net/29244238/err4

-- 
cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies
https://bugs.launchpad.net/bugs/395134
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 367326] Re: [regression] Phonon notification that Audio (HDA intel) does not work after JAUNTY update.

2009-07-19 Thread Myriam Schweingruber
Andrew, sorry to be a tad picky, but the package name is phonon-xine-
backend.

-- 
[regression] Phonon notification that Audio (HDA intel) does not work after 
JAUNTY update.
https://bugs.launchpad.net/bugs/367326
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 395134] Re: cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies

2009-07-19 Thread Tobias Krais

** Attachment added: Output file three for PPD=/etc/cups/ppd/FS-1030D.ppd 
/usr/lib/cups/filter/pdftops 1 1 1 1 Duplex=DuplexTumble out2  out3 2err3
   http://launchpadlibrarian.net/29244222/out3

-- 
cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies
https://bugs.launchpad.net/bugs/395134
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 371527] Re: Ekiga 3.2.0 on jaunty misdetects network interfaces

2009-07-19 Thread Roman Yepishev
Could not connect to the office PBX due to wide variety of my network 
interfaces.
So I had to create a workaround.
This is a hack, but it may be useful until the developers reintroduce the 
network interface setting.

Usage/download/example: http://blog.rtg.in.ua/2009/07/force-ekiga-3x-
network-interface.html

-- 
Ekiga 3.2.0 on jaunty misdetects network interfaces
https://bugs.launchpad.net/bugs/371527
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 401316] [NEW] Please sync rpm 4.7.0-9 (main) from Debian unstable (main).

2009-07-19 Thread Bhavani Shankar
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/rpm
 status new
 importance wishlist
 subscribe ubuntu-main-sponsors

Please sync rpm 4.7.0-9 (main) from Debian unstable (main).


Explanation of the Ubuntu delta and why it can be dropped:

Please sync the latest versipn from debian as they have incorporated all
the remaining ubuntu changes.

Changelog since current karmic version 4.7.0-7ubuntu2:

rpm (4.7.0-9) unstable; urgency=low

  * Provide fallback when dabatase initialisation fails - we now move old
database away and create empty one as using rpm as package management is
not supported anyway (Closes: #536519).
  * Use debconf to show message about the cleanup.

 -- Michal Čihař ni...@debian.org  Wed, 15 Jul 2009 23:09:10 +0200

rpm (4.7.0-8) unstable; urgency=low

  [ Loïc Minier ]
  * Readd myself as uploader; doh.
  * debian/*: whitespaces and small syntax tweaks
  * Build-dep on libdw-dev instead of libdwarf-dev

  [ Michal Čihař ]
  * Build depend on libbeecrypt-dev instead of libbeecrypt6-dev
(Closes: #536451).
  * Add special option --force-debian when user wants to install rpm
package on Debian system and tell user to use alien instead.
  * Initialize package database in postinst, due to above change we have
better way to tell user that he should not use rpm than crying when
rpmdb is not initialized (Closes: #451441).
  * Drop now deprecated patch 16-debian-warn.diff.
  * Update README.Debian to match new state of things.
  * Drop rpm-i18n and elfutils down to Suggests: as neither of these are
relevant to the common use case for rpm in Debian (i.e., alien)
(merge from Ubuntu).

 -- Michal Čihař ni...@debian.org  Fri, 10 Jul 2009 12:06:50 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFKYuCeNrEIsZrsMaARAiuHAJ4lw+G1fNAgrbdh5kMGq9W9ZWRI9QCeN7Ot
+oR5lARpwEsojqcnHvOvDi4=
=W3gi
-END PGP SIGNATURE-

** Affects: rpm (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync rpm 4.7.0-9 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/401316
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 401315] [NEW] mail.google.com will not load the page to normal default setting with panel icon tray in view.

2009-07-19 Thread William Frange
Public bug reported:

read summary box.

thank you.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0.11+build2+nobinonly-0ubuntu0.9.04.1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.28-14-generic i686

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
mail.google.com will not load the page to normal default setting with panel 
icon tray in view.
https://bugs.launchpad.net/bugs/401315
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 401315] Re: mail.google.com will not load the page to normal default setting with panel icon tray in view.

2009-07-19 Thread William Frange

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/29244327/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/29244328/profiles.ini.txt

-- 
mail.google.com will not load the page to normal default setting with panel 
icon tray in view.
https://bugs.launchpad.net/bugs/401315
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 395956] Re: Poor UTF-8 Handling in Amarok's Database

2009-07-19 Thread Myriam Schweingruber
*** This bug is a duplicate of bug 320305 ***
https://bugs.launchpad.net/bugs/320305

** This bug has been marked a duplicate of bug 320305
   Poor unicode collation in Amarok's database

-- 
Poor UTF-8 Handling in Amarok's Database
https://bugs.launchpad.net/bugs/395956
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 395134] Re: cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies

2009-07-19 Thread Tobias Krais

** Attachment added: Output file four for command 
PPD=/etc/cups/ppd/FS-1030D.ppd /usr/lib/cups/filter/pstops 1 1 1 1 
Duplex=DuplexTumble out3  out4 2err4
   http://launchpadlibrarian.net/29244329/out4

-- 
cups 1.3.9-17ubuntu3.2 cannot print more than 9 copies
https://bugs.launchpad.net/bugs/395134
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 386631] Re: triggering an update while alacarte is running empty the menu content

2009-07-19 Thread Tuxzoologie
Checked

now i see a different action. If software added or removed with synaptic
the menu tree in alacarte dynamically expands or shrink. I tried several
times but the menu stays ok. Something in past updates seems to have
corrected this problems.

Bug can be closed, thanks.

Tuxzoologie

-- 
triggering an update while alacarte is running empty the menu content
https://bugs.launchpad.net/bugs/386631
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 395324] Re: 'These windows do not support save current setup....' metacity warning when logging in with gdm 2.26

2009-07-19 Thread Nicholas Roberts
Sterling work - no more warning message... well done!

-- 
'These windows do not support save current setup' metacity warning when 
logging in with gdm 2.26
https://bugs.launchpad.net/bugs/395324
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   >