[Bug 343898] [NEW] dhclient-script apparmor issues

2009-05-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Please notice the dhclient-script. I tried as root and sudo, also
attempted to change the permission to 777, there was no change.

r...@abonilla-a150:/home/abonilla# dhclient eth0
There is already a pid file /var/run/dhclient.pid with pid 5707
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wmaster0: unknown hardware address type 801
execve (/sbin/dhclient-script, ...): Permission denied
wmaster0: unknown hardware address type 801
Listening on LPF/eth0/00:1e:68:c0:9b:59
Sending on   LPF/eth0/00:1e:68:c0:9b:59
Sending on   Socket/fallback
DHCPREQUEST of 10.0.0.2 on eth0 to 255.255.255.255 port 67
DHCPACK of 10.0.0.2 from 10.0.0.138
execve (/sbin/dhclient-script, ...): Permission denied
bound to 10.0.0.2 -- renewal in 39730 seconds.

[  176.233766] ath5k phy0: gain calibration timeout (2412MHz)
[  176.233785] ath5k phy0: ath5k_chan_set: unable to reset channel (2412 Mhz)
[  176.233793] wlan0: failed to restore operational channel after scan
[  176.458639] type=1503 audit(1237231722.264:15): operation=inode_permission 
requested_mask=w:: denied_mask=w:: fsuid=0 
name=/var/run/dbus/system_bus_socket pid=5699 
profile=/usr/lib/NetworkManager/nm-dhcp-client.action
[  177.205156] type=1503 audit(1237231723.012:16): operation=inode_permission 
requested_mask=w:: denied_mask=w:: fsuid=0 
name=/var/run/dbus/system_bus_socket pid=5700 
profile=/usr/lib/NetworkManager/nm-dhcp-client.action
[  178.841047] ath5k phy0: gain calibration timeout (2412MHz)
[  178.841067] ath5k phy0: can't reset hardware (-11)
[  178.841073] wlan0: Failed to config new SSID to the low-level driver
[  179.471742] ath5k phy0: gain calibration timeout (2412MHz)
[  179.471760] ath5k phy0: can't reset hardware (-11)
[  179.471767] wlan0: Failed to config new BSSID to the low-level driver
[  200.120268] type=1503 audit(1237231745.928:17): operation=inode_permission 
requested_mask=x:: denied_mask=x:: fsuid=0 name=/lib/ld-2.9.so pid=5705 
profile=/sbin/dhclient-script
[  202.196170] type=1503 audit(1237231748.000:18): operation=inode_permission 
requested_mask=x:: denied_mask=x:: fsuid=0 name=/lib/ld-2.9.so pid=5706 
profile=/sbin/dhclient-script
[  226.514684] type=1503 audit(1237231772.320:19): operation=inode_permission 
requested_mask=x:: denied_mask=x:: fsuid=0 name=/lib/ld-2.9.so pid=5778 
profile=/sbin/dhclient-script
[  229.196303] type=1503 audit(1237231775.004:20): operation=inode_permission 
requested_mask=x:: denied_mask=x:: fsuid=0 name=/lib/ld-2.9.so pid=5779 
profile=/sbin/dhclient-script

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

-- 
dhclient-script apparmor issues
https://bugs.launchpad.net/bugs/343898
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 343898] Re: dhclient-script apparmor issues

2009-05-27 Thread Jamie Strandboge
Thank you for taking the time to report this bug and helping to make
Ubuntu better. To help fix the bug, please follow the instructions found
in https://wiki.ubuntu.com/DebuggingApparmor. This will greatly help us
in tracking down your problem.

** Package changed: ubuntu = dhcp3 (Ubuntu)

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

** Changed in: dhcp3 (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
dhclient-script apparmor issues
https://bugs.launchpad.net/bugs/343898
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 271922] Re: Default ACL not applied on files created through CIFS filesystem (mount.cifs)

2009-05-27 Thread Bug Watch Updater
** Changed in: samba
   Status: Confirmed = Fix Released

-- 
Default ACL not applied on files created through CIFS filesystem (mount.cifs)
https://bugs.launchpad.net/bugs/271922
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 380942] [NEW] snmptrapd v5.4.1 seems to have a memory leak much like snmpd in the previous release

2009-05-27 Thread Luke J Militello
Public bug reported:

I've ran some tests and snmptrapd in version 5.4.1 seems to be consuming
system memory much like how snmpd had a memory leak in the previous
release.  I have been cron'ing this script every 15 minutes to justify
my findings.  I do a lot of trap catching so I'm not sure if that has
any significance.  I am running Ubuntu 8.04.2 (hardy) with kernel
2.6.24-24-sparc64-smp and I have 4GB of RAM.

#!/bin/bash
SHELL=/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
memoryUsage=`ps aux | grep /usr/sbin/snmptrapd -Lsd -p /var/run/snmptrapd.pid 
| grep -v grep | awk -F   '{print $4}'`
dateTime=`date`
echo SNMPTRAPD [$dateTime]: $memoryUsage% system memory used.  
/etc/snmp/snmptrapd.debug.dat
#eof

And the results are...

SNMPTRAPD [Wed May 13 00:00:01 EDT 2009]: 0.4% system memory used.
SNMPTRAPD [Wed May 13 00:15:01 EDT 2009]: 0.7% system memory used.
SNMPTRAPD [Wed May 13 00:30:01 EDT 2009]: 0.8% system memory used.
SNMPTRAPD [Wed May 13 00:45:01 EDT 2009]: 0.8% system memory used.
SNMPTRAPD [Wed May 13 01:00:01 EDT 2009]: 0.9% system memory used.
SNMPTRAPD [Wed May 13 01:15:02 EDT 2009]: 0.9% system memory used.
SNMPTRAPD [Wed May 13 01:30:01 EDT 2009]: 1.5% system memory used.
SNMPTRAPD [Wed May 13 01:45:01 EDT 2009]: 1.7% system memory used.
SNMPTRAPD [Wed May 13 02:00:01 EDT 2009]: 1.7% system memory used.
SNMPTRAPD [Wed May 13 02:15:01 EDT 2009]: 1.8% system memory used.
[...]
SNMPTRAPD [Wed May 27 06:45:02 EDT 2009]: 69.4% system memory used.
SNMPTRAPD [Wed May 27 07:00:01 EDT 2009]: 69.4% system memory used.
SNMPTRAPD [Wed May 27 07:15:01 EDT 2009]: 69.5% system memory used.
SNMPTRAPD [Wed May 27 07:30:01 EDT 2009]: 69.4% system memory used.
SNMPTRAPD [Wed May 27 07:45:01 EDT 2009]: 69.5% system memory used.
SNMPTRAPD [Wed May 27 08:00:01 EDT 2009]: 69.4% system memory used.
SNMPTRAPD [Wed May 27 08:15:01 EDT 2009]: 69.4% system memory used.
SNMPTRAPD [Wed May 27 08:30:01 EDT 2009]: 69.3% system memory used.
SNMPTRAPD [Wed May 27 08:45:01 EDT 2009]: 69.3% system memory used.
SNMPTRAPD [Wed May 27 09:00:01 EDT 2009]: 69.3% system memory used.

Complete output file is attached.

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
snmptrapd v5.4.1 seems to have a memory leak much like snmpd in the previous 
release
https://bugs.launchpad.net/bugs/380942
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 380942] Re: snmptrapd v5.4.1 seems to have a memory leak much like snmpd in the previous release

2009-05-27 Thread Luke J Militello

** Attachment added: Complete debug output from my script.
   http://launchpadlibrarian.net/27203817/snmptrapd.debug.dat

-- 
snmptrapd v5.4.1 seems to have a memory leak much like snmpd in the previous 
release
https://bugs.launchpad.net/bugs/380942
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 380962] [NEW] init script doesn't handle rndc error properly

2009-05-27 Thread David
Public bug reported:

1) Ubuntu 9.04

2) 1:9.5.1.dfsg.P2-1

3) I have disabled the remote admin capability on my bind9 server using
controls {};

I expected that I would still be able to both stop and to restart the
bind9 server using the /etc/init.d/bind9 script.  Furthermore I expected
that if the init script was unable to do either of these things it would
tell me that it had failed.

4) When I executed /etc/init.d/bind9 stop the following happened:

 * Stopping domain name service... bind9
rndc: connect failed: 127.0.0.1#953: connection refused
 [ OK ]

As you can see the init script printed [ OK ], which I interpreted to
mean that it had successfully stopped bind9.  Despite printing [ OK ]
the bind9 server hadn't actually been stopped: `ps aux|grep named`
confirmed this.

Ideally I would prefer if you fixed this bug by resorting to an
alternative method of killing bind9, e.g. `kill $PID` if the rndc
program fails.  If you don't want to do that, then could you at least
fix the init script so that it doesn't mistakenly print [ OK ].


(As an aside I discovered this bug when I executed /etc/init.d/bind9 restart 
and the following happened:

 * Stopping domain name service... bind9
rndc: connect failed: 127.0.0.1#953: connection refused
 [ OK ]
 * Starting domain name service... bind9[ OK ] 

This led me to believe that my configuration change to bind (enabling
DNSSEC) had succeeded (because I saw the two OKs), and therefore I
thought that my DNS lookups were now being protected by DNSSEC DLV
validation, when they in fact weren't.  I therefore consider this issue
to be on the borderline of being a security vulnerability, because it
led me to be believe that I had enabled a security feature when I had in
fact not done so.)

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

-- 
init script doesn't handle rndc error properly
https://bugs.launchpad.net/bugs/380962
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 42947] Re: postfix: fatal: /etc/postfix/postfix-script: No such file or directory

2009-05-27 Thread Mario Zigliotto
Just ran into this on jaunty.

Fixed it with:
sudo apt-get remove postfix
sudo dpkg --purge postfix
sudo apt-get -V install postfix

no reboot needed

-- 
postfix: fatal: /etc/postfix/postfix-script: No such file or directory
https://bugs.launchpad.net/bugs/42947
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 328874] Re: getent group crashes winbindd on domain controller

2009-05-27 Thread Adrien Cunin
What can be done in such a situation? Isn't the SRU Verification team
supposed to test the packages?

-- 
getent group crashes winbindd on domain controller
https://bugs.launchpad.net/bugs/328874
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 380938] [NEW] _netdev not working; other mount.cifs problems

2009-05-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm running the Jaunty kde3.5 remix (Ubuntu 9.04).  I have several
related problems with automount of a cifs share, shown by the following
transcript:

p...@lepiota:~$ mount /mediavault
mount error: permission denied or not superuser and mount.cifs not installed 
SUID
p...@lepiota:~$ cat /etc/fstab | grep mediavault
//hpmediavault/FileShare /mediavault cifs 
users,auto,rw,nodev,noexec,_netdev,guest 0 0
p...@lepiota:~$ ls -l $(which mount.cifs)
-rwsr-sr-x 1 root root 30704 2009-03-27 12:20 /sbin/mount.cifs

1. The /mediavault share is not mounted on boot, even though _netdev is
supposed to solve the problem of delayed mounting not taking place.

2. Despite the presence of users in the /etc/fstab entry, an ordinary
user cannot mount this share.  This happens even though mount.cifs is
installed SUID.

I also note that the same /etc/fstab entry works properly in OpenSuSE
11.1.

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

-- 
_netdev not working; other mount.cifs problems
https://bugs.launchpad.net/bugs/380938
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in ubuntu.

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


[Bug 380938] Re: _netdev not working; other mount.cifs problems

2009-05-27 Thread Kurt Wall
** Package changed: ubuntu = samba (Ubuntu)

-- 
_netdev not working; other mount.cifs problems
https://bugs.launchpad.net/bugs/380938
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 317564] Re: Upgrade to Subversion 1.6.x for Karmic

2009-05-27 Thread Andrew Snare
** Summary changed:

- Upgrade to Subversion 1.6.x for Jaunty 9.04
+ Upgrade to Subversion 1.6.x for Karmic

** Description changed:

  Binary package hint: subversion
  
  Subversion 1.5.5 is a minor bug fix release. It is already in Debian
  experimental - can it please be included in Jaunty?
  
  http://packages.debian.org/experimental/subversion
  
  http://svn.collab.net/repos/svn/tags/1.5.5/CHANGES
  
  Thanks!
  
  Bug description is outdated, now the current Version is 1.6.2 with a new
  repo and wc format an much better performance and lots of bugfixes
  (grizzly)! Please provide a way to at least _choose_ what subversion to
  install (such as the old apache 1.3 vs. 2.x series decision was possible
  a long time in most distros and may be still)
+ 
+ (Bug description originally requested inclusion in Jaunty, which has
+ shipped.)

-- 
Upgrade to Subversion 1.6.x for Karmic
https://bugs.launchpad.net/bugs/317564
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 380834] [NEW] man pages missing in libstdc++6-4.3-doc

2009-05-27 Thread kaarle
Public bug reported:

Binary package hint: libstdc++6-4.3-doc

The man pages for c++ std library are missing in package
libstdc++6-4.3-doc while they are contained in libstdc++6-4.2-doc.

Ubuntu release: 9.04
Package version: 4.3.3-5ubuntu4

** Affects: gcc-4.3 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
man pages missing in libstdc++6-4.3-doc
https://bugs.launchpad.net/bugs/380834
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 380833] [NEW] Gnome Appearance Settings Segfaults when Importing New Themes

2009-05-27 Thread Drew Chapin
Public bug reported:

How to reproduce: Open gnome-appearance-properties. Drag  Drop new
theme packages (.tar.gz) into the window for installation. After a few
have installed, gnome-appearance-properties will cause libpango to
segfault.

d...@anubis$ uname -a
Linux anubis 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 
x86_64 GNU/Linux

d...@anubis$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

d...@anubis$ apt-cache policy gnome-control-center
gnome-control-center:
  Installed: 1:2.26.0-0ubuntu3
  Candidate: 1:2.26.0-0ubuntu3
  Version table:
 *** 1:2.26.0-0ubuntu3 0
500 http://us.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

d...@anubis$ dmesg | tail
...
[149072.116900] gnome-appearanc[32360]: segfault at 0 ip 7f95bfb23ecb sp 
7fffca8ea100 error 4 in libpango-1.0.so.0.2400.1[7f95bfaf8000+46000]

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Gnome Appearance Settings Segfaults when Importing New Themes
https://bugs.launchpad.net/bugs/380833
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 380833] Re: Gnome Appearance Settings Segfaults when Importing New Themes

2009-05-27 Thread Drew Chapin

** Attachment added: Backtrace using gdb
   http://launchpadlibrarian.net/27192771/gdb-gnome-appearance-properties.txt

-- 
Gnome Appearance Settings Segfaults when Importing New Themes
https://bugs.launchpad.net/bugs/380833
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 241277] Re: Java console not available.

2009-05-27 Thread Micah Gersten
Per https://bugzilla.mozilla.org/show_bug.cgi?id=191299 :
Feature has been removed on purpose.  Will not be added back.  They suggest 
making an extension.  Someone has done that, but it's out of date:
https://addons.mozilla.org/en-US/firefox/addon/5403
You can contact the author of the extension if you would like it updated.

** Bug watch added: Mozilla Bugzilla #191299
   https://bugzilla.mozilla.org/show_bug.cgi?id=191299

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

-- 
Java console not available.
https://bugs.launchpad.net/bugs/241277
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 241277] Re: Java console not available.

2009-05-27 Thread Micah Gersten
Status addressed in other update.

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

-- 
Java console not available.
https://bugs.launchpad.net/bugs/241277
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 107545] Re: CPU Scaling too aggressive

2009-05-27 Thread Rocko
@Oliver: I tried setting the sampling rate to 4 as suggested, but it
stays set to 8 (I am using kernel 2.6.30-rc7 in case that makes a
difference). sampling_rate_min is set to 4. Why alter the sampling
rate instead of the up threshold, though?

-- 
CPU Scaling too aggressive
https://bugs.launchpad.net/bugs/107545
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 380824] Re: notify-osd icons are got lost in jaunty jackalope final release

2009-05-27 Thread Kurt Wall
*** This bug is a duplicate of bug 380825 ***
https://bugs.launchpad.net/bugs/380825

Marking invalid as it is an exact duplicate of 380825

** This bug has been marked a duplicate of bug 380825
   notify-osd icons are got lost in jaunty jackalope final release

** Changed in: ubuntu
   Status: New = Invalid

-- 
notify-osd icons are got lost in jaunty jackalope final release
https://bugs.launchpad.net/bugs/380824
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 374404] Re: poor image quality rescaling

2009-05-27 Thread zuban
One more screen shot with highlighted images.

** Attachment added: image on web scaled down by firefox and same image 
rescaled by gimp method linear
   http://launchpadlibrarian.net/27192884/ff_compare.png

-- 
poor image quality rescaling
https://bugs.launchpad.net/bugs/374404
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 380819] Re: crashes

2009-05-27 Thread Kurt Wall
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

-- 
crashes
https://bugs.launchpad.net/bugs/380819
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 155415] Re: Thunderbird freezes on dual core system

2009-05-27 Thread Micah Gersten
Intrepid comes with 2.0.0.17 and provides 2.0.0.21 as an update.  Can you 
please tell us which version you are running or paste the results of:
apt-cache policy thunderbird

Also, do you have any extensions installed?  A lot of times extensions
can conflict with each other and cause problems.

-- 
Thunderbird freezes on dual core system
https://bugs.launchpad.net/bugs/155415
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 380547] Re: regular freeze in firefox 3.0.10 requires system restart

2009-05-27 Thread Kurt Wall
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Could you please add more information for it by looking to
https://wiki.ubuntu.com/MozillaTeam/Bugs . In addition, please attach
/etc/X11/xorg.conf to this bug report. Are Desktop Effects enabled? If
so, can you reproduce this bug with Desktop Effects disabled?

** Changed in: ubuntu
   Status: New = Incomplete

-- 
regular freeze in firefox 3.0.10 requires system restart
https://bugs.launchpad.net/bugs/380547
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 380500] Re: Defunct Fuser Childs in Cameramonitor

2009-05-27 Thread Adolfo González Blázquez
Hello,

I know cameramonitor behaviour it's far from perfect, but it's pretty
old and I don't use it anymore, and the worst is I don't have enough
time to adapt it to dbus, inotify or whatever. Maybe somebody can write
a patch... I'm sorry.

-- 
Defunct Fuser Childs in Cameramonitor
https://bugs.launchpad.net/bugs/380500
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 290498] Re: linux-rt restricted to one CPU

2009-05-27 Thread Realtime Dutchman
Vivichrist,

The last couple of nights I have been trying to reproduce an Ubuntu Studio 9.04 
system with our new RT kernels but I'm dealing with an inconsistent clean 
jaunty install. 
The problems I'm having is that sometimes Jaunty does not want to shutdown and 
after that my sound gets killed. At first I thought that it had to do with the 
new RT kernels but I am pretty sure that this is not the case because I also 
saw this problem once after I made a clean Jaunty install and a system update 
through update manager. What happens is that I get an  --apci exiting-- problem 
when I try to reboot the system, followed  by the fact that my sound is gone.

Do you also experiencing such problems and if so what is your solution
to work around this problem. Would it be better to make a clean install,
then install the generic kernel and then install one of the new RT
kernels we have been working on?

I hope you have some answers/solutions for me..

thanks in advance,

Realtime dutchman

-- 
linux-rt restricted to one CPU
https://bugs.launchpad.net/bugs/290498
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 328559] Re: vino server does not refresh from remote location

2009-05-27 Thread edub
*** This bug is a duplicate of bug 353126 ***
https://bugs.launchpad.net/bugs/353126

I am having this issue as well ever since I upgraded to 9.04.

-- 
vino server does not refresh from remote location
https://bugs.launchpad.net/bugs/328559
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 368831] Re: UNR - Restart text incorrect

2009-05-27 Thread Paul Larson
Bug was moved to Ubuntu distribution.

** Changed in: netbook-remix-launcher
   Status: New = Won't Fix

-- 
UNR - Restart text incorrect
https://bugs.launchpad.net/bugs/368831
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 330824] Re: Soft lockups (freezes) when deleting files from ext4 partitions on 2.6.28

2009-05-27 Thread unggnu
@Theodore Ts'o
Just run bonnie++. It works for me all the time.

-- 
Soft lockups (freezes) when deleting files from ext4 partitions on 2.6.28
https://bugs.launchpad.net/bugs/330824
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 380835] [NEW] bluetooth application crashes with _dbus_connection_lock in call stack

2009-05-27 Thread Sant
Public bug reported:

Binary package hint: dbus

Hi,
 
Application crashes  i can see the below info in the call stack.what 
could be the reason for this?
I have recieved SIGSEGV. I am new to dbus  don't know how exactly i can figure 
out the reason for this :(
 
 _dbus_connection_lock (connection=0xb6d87c90)
 _dbus_pending_call_get_connection_and_lock (
 reply_handler_timeout (data=0x9202728)
 dbus_timeout_handle (timeout=0x9202758)
 timeout_handler_dispatch (data=0x91feab0)
 
BR,
  AirSant

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

-- 
bluetooth application crashes with _dbus_connection_lock in call stack
https://bugs.launchpad.net/bugs/380835
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 372118] Re: CUPS does not work with Firefox, HTTPS bug (Hardy LTS)

2009-05-27 Thread James Andrewartha
** Bug watch added: Debian Bug tracker #508647
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508647

** Also affects: cups (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508647
   Importance: Unknown
   Status: Unknown

-- 
CUPS does not work with Firefox, HTTPS bug (Hardy LTS)
https://bugs.launchpad.net/bugs/372118
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 355155] Re: Clocksource tsc unstable leads to lockups in Ubuntu Jaunty

2009-05-27 Thread alcCapone
I've just had a freeze last night.

My machine *reacted* on ALT+SysRq+K.

After I pressed that combination a black screen with a wide blue stripe
on the right side appeared including thin purple stripes and that screen
stayed there.

So I tried that key combo for 5 additional times. After the 5th time a
window appeared saying something like: Ubuntu is running in low
graphics mode. I klicked OK and so another window appeared asking hot
to proceed. I chose to stay in low graphics mode but right after I
klicked that the screen turned and remained black.

At least I was able to go to first real console (CTRL+ALT+F1). Graphics
where screwed up but I was able to see that I was able to type although
I couldn't see WHAT I was typing. So I blindly tried /etc/init.d/gdm
restart which turned the screen into a light blue screen. After that I
wasn't able to reach another real console again and I had to reboot
anyway.

-- 
Clocksource tsc unstable leads to lockups in Ubuntu Jaunty
https://bugs.launchpad.net/bugs/355155
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 372118] Re: CUPS does not work with Firefox, HTTPS bug (Hardy LTS)

2009-05-27 Thread Bug Watch Updater
** Changed in: cups (Debian)
   Status: Unknown = New

-- 
CUPS does not work with Firefox, HTTPS bug (Hardy LTS)
https://bugs.launchpad.net/bugs/372118
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 380836] [NEW] jaunty cups documentation appears incorrect

2009-05-27 Thread cmroanirgo
Public bug reported:

Binary package hint: ubuntu-docs

On a fresh install of jaunty (9.04), the commands listed in
https://help.ubuntu.com/9.04/serverguide/C/cups.html do not work.

1.
$ sudo /etc/init.d/cupsys restart
/etc/init.d/cupsys: command not found

Should this be changed to 
$ sudo /etc/init.d/cups restart

2.
Mention is made of a non-existant file: /etc/cups/cups.d/ports.conf

3. Some mention should be made to allow web administration.

** Affects: ubuntu-docs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
jaunty cups documentation appears incorrect
https://bugs.launchpad.net/bugs/380836
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 379543] Re: Up/down arrow keys work incorrectly in centre pane

2009-05-27 Thread Paul Larson
Bug has been moved to Ubuntu distribution

** Also affects: netbook-launcher (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: netbook-remix-launcher
   Status: New = Won't Fix

** Tags added: ubuntu-unr

-- 
Up/down arrow keys work incorrectly in centre pane
https://bugs.launchpad.net/bugs/379543
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 280188] Re: libgtkada2-bin : trying to overwrite `/usr/bin/gdialog', which is also in package zenity

2009-05-27 Thread Mike Trim

** Attachment added: libgtkada2_2.12.0-3ubuntu1.diff.gz
   http://launchpadlibrarian.net/27193329/libgtkada2_2.12.0-3ubuntu1.diff.gz

-- 
libgtkada2-bin : trying to overwrite `/usr/bin/gdialog', which is also in 
package zenity
https://bugs.launchpad.net/bugs/280188
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 280188] Re: libgtkada2-bin : trying to overwrite `/usr/bin/gdialog', which is also in package zenity

2009-05-27 Thread Mike Trim

** Attachment added: libgtkada2_2.12.0-3ubuntu1.dsc
   http://launchpadlibrarian.net/27193342/libgtkada2_2.12.0-3ubuntu1.dsc

-- 
libgtkada2-bin : trying to overwrite `/usr/bin/gdialog', which is also in 
package zenity
https://bugs.launchpad.net/bugs/280188
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 377569] Re: Double click on title area to unmaximize window

2009-05-27 Thread Paul Larson
Bug has been moved to Ubuntu distribution

** Also affects: window-picker-applet (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: window-picker-applet
   Status: New = Won't Fix

** Tags added: ubuntu-unr

-- 
Double click on title area to unmaximize window
https://bugs.launchpad.net/bugs/377569
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 350459] Re: does not support ATI Radeon Xpress 200M

2009-05-27 Thread Maxim Heijndijk
I don't think this bug is ATI specific. It could be a bug in jockey
itself. I have an NVIDIA card and i'm using the NVIDIA proprietatry
driver. However jockey does not list any driver and reports that there
are no proprietary drivers installed on my system. jockey-gtk --list
returns nothing.

-- 
does not support ATI Radeon Xpress 200M
https://bugs.launchpad.net/bugs/350459
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 280188] Re: libgtkada2-bin : trying to overwrite `/usr/bin/gdialog', which is also in package zenity

2009-05-27 Thread Mike Trim
The attached debdiff is against the latest debian packge, 2.12.0-3.

This fixes the conflict with zenity by no longer installing a symlink in
/usr/bin/gdialog, and patching gate to call gdialog2 directly.

The latest debian package also fixes LP: #280503.

** Attachment added: libgtkada2_2.12.0-3ubuntu1.debdiff
   http://launchpadlibrarian.net/27193390/libgtkada2_2.12.0-3ubuntu1.debdiff

-- 
libgtkada2-bin : trying to overwrite `/usr/bin/gdialog', which is also in 
package zenity
https://bugs.launchpad.net/bugs/280188
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 380838] [NEW] Improve looks by following f-spot's appearance

2009-05-27 Thread David Prieto
Public bug reported:

Binary package hint: nautilus

Nautilus' looks would improve if they followed f-spot's simpler, clearer
appearance. It's only tiny details, but the overall effect is huge.

In the two attached screenshots you can see the differences:

-Cleaner borders for the sidebar and main space.
-Less cluttered sidebar.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: nautilus 1:2.26.2-0ubuntu2
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.28-12-generic i686

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


** Tags: apport-bug i386

-- 
Improve looks by following f-spot's appearance
https://bugs.launchpad.net/bugs/380838
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 380838] Re: Improve looks by following f-spot's appearance

2009-05-27 Thread David Prieto

** Attachment added: Screenshot of the current looks
   http://launchpadlibrarian.net/27193435/Pantallazo.png

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

-- 
Improve looks by following f-spot's appearance
https://bugs.launchpad.net/bugs/380838
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 380838] Re: Improve looks by following f-spot's appearance

2009-05-27 Thread David Prieto

** Attachment added: Mockup of the proposed looks
   http://launchpadlibrarian.net/27193445/Pantallazob.png

-- 
Improve looks by following f-spot's appearance
https://bugs.launchpad.net/bugs/380838
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 379734] Re: Login sound not installed by default

2009-05-27 Thread Paul Larson
Bug has been moved to Ubuntu distribution

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

** Changed in: netbook-remix
   Status: New = Won't Fix

** Tags added: ubuntu-unr

-- 
Login sound not installed by default
https://bugs.launchpad.net/bugs/379734
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 280188] Re: libgtkada2-bin : trying to overwrite `/usr/bin/gdialog', which is also in package zenity

2009-05-27 Thread Mike Trim
Note: the updated package builds successfully in pbuilder, and installs
alongside zenity without problems.

-- 
libgtkada2-bin : trying to overwrite `/usr/bin/gdialog', which is also in 
package zenity
https://bugs.launchpad.net/bugs/280188
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 369658] Re: package apport 1.0-0ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 2

2009-05-27 Thread kikola
yup same here! it just worked!


thanks

-- 
package apport 1.0-0ubuntu5 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/369658
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 376032] Re: Please update Deluge to 1.1.7

2009-05-27 Thread Bug Watch Updater
*** This bug is a duplicate of bug 380773 ***
https://bugs.launchpad.net/bugs/380773

** Changed in: deluge (Debian)
   Status: Fix Committed = Fix Released

-- 
Please update Deluge to 1.1.7
https://bugs.launchpad.net/bugs/376032
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 358641] Re: Incorrect Translation in Spanish Network (ENG)-Red (SPA) ¿?- Rojo (red c olour)

2009-05-27 Thread Paul Larson
Bug has been moved to Ubuntu distribution

** Changed in: netbook-remix-launcher
   Status: Confirmed = Won't Fix

** Tags added: ubuntu-unr

-- 
Incorrect Translation in Spanish Network (ENG)-Red (SPA) ¿?- Rojo (red colour)
https://bugs.launchpad.net/bugs/358641
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 355846] Re: audacity stops recording after about a second when using software play-through

2009-05-27 Thread scar
this happens to me whether or not 'software playthrough' is enabled.
also, the same behavior occurs when just monitoring the input.  i.e. the
monitor will show some activity and then stop responding--freeze.

is it the same bug?  can you verify if recording works with software
playthrough disabled?  because it doesn't for me.

i have audacity 1.3.7-1~intrepid1~8.10prevu1 on ubuntu 8.10
2.6.27-14-generic x86_64

forcing the version back to 1.3.5-2 has gotten rid of the problem, and i
am pleased to see that my theme settings from 1.3.7 have persisted!

-- 
audacity stops recording after about a second when using software play-through
https://bugs.launchpad.net/bugs/355846
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 373218] Re: Spurious or wrong Desktop in place list

2009-05-27 Thread Paul Larson
Bug has been moved to Ubuntu distribution

** Also affects: netbook-launcher (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: netbook-remix-launcher
   Status: New = Won't Fix

** Tags added: ubuntu-unr

-- 
Spurious or wrong Desktop in place list
https://bugs.launchpad.net/bugs/373218
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 337087] Re: yelp crashed with SIGSEGV in strcmp()

2009-05-27 Thread John Pye
this bug still exists in Jaunty.

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

-- 
yelp crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/337087
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 337087] Re: yelp crashed with SIGSEGV in strcmp()

2009-05-27 Thread John Pye
Crash report for Jaunty added as bug 380839.

-- 
yelp crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/337087
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 380840] [NEW] 64bit LiveCD behaves erratically on 6GB RAM machine, works as expected with mem=2048M kernel option

2009-05-27 Thread Pitabred
Public bug reported:

Binary package hint: live-installer

I get various errors with the 64bit LiveCD on my system with 6GB of RAM
installed, including hanging on starting up the bluetooth service on
booting up, errors copying data to the hard drive during install, slow
performance and drive reads, and so on.

The system works perfectly if I add the boot option of mem=2048M. I
haven't had a chance to test out 4096M, but will do so soon. This seems
like it's a fairly major bug. Should I be using a server kernel with
this much RAM? I can download new LiveCD's and test them, I would prefer
to not reinstall yet again, though.

** Affects: live-installer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
64bit LiveCD behaves erratically on 6GB RAM machine, works as expected with 
mem=2048M kernel option
https://bugs.launchpad.net/bugs/380840
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 310824] Re: opreport crashes with error: basic_string::erase

2009-05-27 Thread Benjamin Herrenschmidt
I confirm here, oprofile doesn't work for me at all on i386 due to that
error:

$ sudo opcontrol --setup --no-vmlinux 
$ sudo opcontrol --start

 do things

$ sudo opcontrol --stop
$ opreport -l
opreport error: basic_string::erase

Please fix, the package is basically unuseable. Another thing while at it is  
do we have a package
containing the plain vmlinux binary image of the kernel (the uncompressed ELF 
image) ? This
is what oprofile needs to be fed to be able to output kernel samples.

-- 
opreport crashes with error: basic_string::erase
https://bugs.launchpad.net/bugs/310824
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 380841] [NEW] Please merge g3data 1:1.5.3-1 (universe) from debian unstable (main)

2009-05-27 Thread Ilya B
Public bug reported:

Binary package hint: g3data

g3data (1:1.5.3-1) unstable; urgency=low

  * New upstream release. please package new upstream version (1.5.3),
thanks to Francesco Poli (Closes: #525485).
  * Bug fix: Beeps in an annoying fashion, thanks to Francesco Poli
(Closes: #359343).

 -- Peter S Galbraith p...@debian.org  Thu, 14 May 2009 22:11:08 -0400

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

-- 
Please merge g3data 1:1.5.3-1 (universe) from debian unstable (main)
https://bugs.launchpad.net/bugs/380841
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 310824] Re: opreport crashes with error: basic_string::erase

2009-05-27 Thread Benjamin Herrenschmidt
I confirm here, oprofile doesn't work for me at all on i386 due to that
error:

$ sudo opcontrol --setup --no-vmlinux 
$ sudo opcontrol --start

 do things

$ sudo opcontrol --stop
$ opreport -l
opreport error: basic_string::erase

Please fix, the package is basically unuseable. Another thing while at it is  
do we have a package
containing the plain vmlinux binary image of the kernel (the uncompressed ELF 
image) ? This
is what oprofile needs to be fed to be able to output kernel samples.

-- 
opreport crashes with error: basic_string::erase
https://bugs.launchpad.net/bugs/310824
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 155415] Re: Thunderbird freezes on dual core system

2009-05-27 Thread Antoine
# apt-cache policy thunderbird
thunderbird:
  Installed: 2.0.0.21+nobinonly-0ubuntu0.8.10.1
  Candidate: 2.0.0.21+nobinonly-0ubuntu0.8.10.1
  Version table:
 *** 2.0.0.21+nobinonly-0ubuntu0.8.10.1 0
500 http://ch.archive.ubuntu.com intrepid-updates/main Packages
500 http://security.ubuntu.com intrepid-security/main Packages
100 /var/lib/dpkg/status
 2.0.0.17+nobinonly-0ubuntu1 0
500 http://ch.archive.ubuntu.com intrepid/main Packages

add-ons:
ImportExportTools 2.2
Remove Duplicate Messages (alternate) 0.3.2
WebMail 1.3.2
WebMail hotmail 1.2.22

-- 
Thunderbird freezes on dual core system
https://bugs.launchpad.net/bugs/155415
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 371136] Re: CPU is running very hot on Jaunty, wasn't on Intrepid

2009-05-27 Thread Gremlyn1
Wondering if anyone had looked into this? Seems that the CPU is actually
getting that hot as I am getting lock ups and am afraid to run the
computer for too long.

-- 
CPU is running very hot on Jaunty, wasn't on Intrepid
https://bugs.launchpad.net/bugs/371136
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 370159] Re: No hot plug function SD card reader and firewire PCI Express card with kernel 2.6.28 kernel 2.6.29 and krnel 2.6.30.rc3

2009-05-27 Thread Leann Ogasawara
This seems related to the following upstream thread -
http://lkml.org/lkml/2008/10/29/246

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

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

-- 
No hot plug function SD card reader and firewire PCI Express card with kernel 
2.6.28 kernel 2.6.29 and krnel 2.6.30.rc3
https://bugs.launchpad.net/bugs/370159
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 356980] Re: Please add window reordering to window-picker-applet

2009-05-27 Thread Paul Larson
Bug has been moved to Ubuntu distribution

** Also affects: window-picker-applet (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: window-picker-applet (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: window-picker-applet (Ubuntu)
   Status: New = Confirmed

** Changed in: window-picker-applet
   Status: Confirmed = Won't Fix

** Tags added: ubuntu-unr

-- 
Please add window reordering to window-picker-applet
https://bugs.launchpad.net/bugs/356980
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 185469] Re: high cpu load on http://www.kranten.com

2009-05-27 Thread jtchil0
I think I am seeing the same problem when the huffingtonpost.com website
trying to update it's story. The computer comes to a halt for 10-30
seconds until the page has finished updating.

-- 
high cpu load on http://www.kranten.com
https://bugs.launchpad.net/bugs/185469
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 296768] Re: kmix: impossible to set capture level

2009-05-27 Thread ^rooker
Sorry. I didn't see the info request for this report.

I'll try it with 9.04, but that will be KDE4, which is currently not
useable for production systems, so it will not really solve the problem
if it's solved there.

-- 
kmix: impossible to set capture level
https://bugs.launchpad.net/bugs/296768
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 362203] Re: Skype high CPU use on 9.04 using pulse (and audio recording/sending delay 5sec)

2009-05-27 Thread Mike Rogers
I've successfully used the following workaround posted in the Skype
linux forums:



pcm.paul { # paul is my name, you can use your name, just make sure you use it 
below too
type dmix
ipc_key 1024
slave {
pcm hw:0,0
period_time 0
period_size 1024
buffer_size 8192
   #format S32_LE
   #periods 128
rate 44100
}
}

pcm.dsp0 {
type plug
slave.pcm paul
}

# This following device can fool some applications into using pulseaudio
pcm.dsp1 {
type plug
slave.pcm pulse
}

ctl.mixer0 {
type hw
card 0
}


pcm.pulse { type pulse }
ctl.pulse { type pulse }
pcm.!default {
type pulse
}

ctl.!default {
type pulse
}



Topic located at: http://forum.skype.com/index.php?showtopic=306381

Once I logged out and logged back in, I ran Skype, opened the options
dialogue and changed both the Sound Out and Ringing sound devices to
the newly-listed sound device. Also, my Sound In is set to HDA Intel.

-- 
Skype high CPU use on 9.04 using pulse (and audio recording/sending delay 5sec)
https://bugs.launchpad.net/bugs/362203
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 252119] Re: alc 888 in medion 96640 gives only faint sound

2009-05-27 Thread Lijmstift
Just to let you know that the last suggestion by chefweb works perfect!
Thanks a bundle

-- 
alc 888 in medion 96640 gives only faint sound
https://bugs.launchpad.net/bugs/252119
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 380841] Re: Please merge g3data 1:1.5.3-1 (universe) from debian unstable (main)

2009-05-27 Thread Ilya B

** Attachment added: debian to ubuntu
   http://launchpadlibrarian.net/27194536/debian.debdiff

-- 
Please merge g3data 1:1.5.3-1 (universe) from debian unstable (main)
https://bugs.launchpad.net/bugs/380841
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 380841] Re: Please merge g3data 1:1.5.3-1 (universe) from debian unstable (main)

2009-05-27 Thread Ilya B
g3data (1:1.5.3-1ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #380841
- Added desktop file and icon
- Added commands to debian/rules to uudecode and install the icon
- Added sharutils to build-dep
 -- Ilya Barygin consci...@mail.ru  Wed, 27 May 2009 10:10:12 +0400


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

-- 
Please merge g3data 1:1.5.3-1 (universe) from debian unstable (main)
https://bugs.launchpad.net/bugs/380841
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 343898] Re: dhclient-script apparmor issues

2009-05-27 Thread Jamie Strandboge
Thank you for taking the time to report this bug and helping to make
Ubuntu better. To help fix the bug, please follow the instructions found
in https://wiki.ubuntu.com/DebuggingApparmor. This will greatly help us
in tracking down your problem.

** Package changed: ubuntu = dhcp3 (Ubuntu)

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

** Changed in: dhcp3 (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
dhclient-script apparmor issues
https://bugs.launchpad.net/bugs/343898
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 380841] Re: Please merge g3data 1:1.5.3-1 (universe) from debian unstable (main)

2009-05-27 Thread Ilya B

** Attachment added: ubuntu to ubuntu
   http://launchpadlibrarian.net/27194548/ubuntu.debdiff

-- 
Please merge g3data 1:1.5.3-1 (universe) from debian unstable (main)
https://bugs.launchpad.net/bugs/380841
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 371136] Re: CPU is running very hot on Jaunty, wasn't on Intrepid

2009-05-27 Thread Gremlyn1
** Description changed:

- Exactyl as the title suggests, after upgrading to Jaunty, my CPU is
- running 15-20C higher than it did with Intrepid.
+ Exactly as the title suggests, after upgrading to Jaunty, my CPU is
+ running 15-20C higher than it did with Intrepid. This was clearly a
+ change due to the upgrade.
  
  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  HibernationDevice: RESUME=UUID=52967761-0c97-4785-a9c4-3860873abf88
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux-image-2.6.28-11-generic 2.6.28-11.42
  ProcCmdLine: root=UUID=6a5443cb-f823-4f18-80fd-6f55e1d36d96 ro quiet splash
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
  SourcePackage: linux

-- 
CPU is running very hot on Jaunty, wasn't on Intrepid
https://bugs.launchpad.net/bugs/371136
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 215604] Re: Genesys Logic Webcam 05e3:0503 Not Working

2009-05-27 Thread Mackenzie Morgan
Steve asked to be assigned to two webcam bugs raised during a kernel hardware 
workshop.  I demonstrated that this driver does work, and we think the slow 
video issue is actually a Cheese bug (top shows that Cheese uses 103% CPU in 
video recording mode) because it works very well with Camorama, Ekiga, and 
gstreamer-properties testing.

-- 
Genesys Logic Webcam 05e3:0503 Not Working
https://bugs.launchpad.net/bugs/215604
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 380847] [NEW] [needs upgrade] xserver-xorg-video-openchrome - list of supported hardware

2009-05-27 Thread Bartosz
Public bug reported:

Binary package hint: xserver-xorg-video-openchrome

Please upgrade the file /src/via_id.c in xserver-xorg-video-openchrome
in Ubuntu 9.04 Jaunty.

In this file there is a list of autodetected hardware.
If this file will be upgraded, then it resolved many problems, for example:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-openchrome/+bug/374090

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
openchrome/+bug/378033


The diiferents between the revision 713 and the latest is the following:
http://www.openchrome.org/trac/changeset?new=750%40trunk%2Fsrc%2Fvia_id.cold=713%40trunk%2Fsrc%2Fvia_id.c

** Affects: xserver-xorg-video-openchrome (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- [nneds upgrade] xserver-xorg-video-openchrome - list of supported hardware
+ [needs upgrade] xserver-xorg-video-openchrome - list of supported hardware

-- 
[needs upgrade] xserver-xorg-video-openchrome - list of supported hardware
https://bugs.launchpad.net/bugs/380847
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 182927] Re: Update FreeMind to 0.9.0 beta 15

2009-05-27 Thread Liam Green-Hughes
I've adapted the debian package for Freemind 0.8.1 to work on Ubuntu
Jaunty and it is in my PPA. Details on my blog at:
http://www.greenhughes.com/content/freemind-081-available-my-new-
repository or go directly to my PPA at:
https://launchpad.net/~liamgh/+archive/ppa.

-- 
Update FreeMind to 0.9.0 beta 15
https://bugs.launchpad.net/bugs/182927
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 221595] Re: keyboard shortcuts don't match with functions in Impress

2009-05-27 Thread Janne Hyötylä
Same problem here in Impress with openoffice.org-core
1:2.4.1-11ubuntu2.1

locale is en_US.UTF-8,
keyboard is Switzerland

Did not try to recreate with official ooo packages

-- 
keyboard shortcuts don't match with functions in Impress
https://bugs.launchpad.net/bugs/221595
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 215604] Re: Genesys Logic Webcam 05e3:0503 Not Working

2009-05-27 Thread Steve Conklin
Based on information from people who know more than I do about
gstreamer, this is possibly a problem with gstreamer which is causing
cheese to have problems, but the kernel driver appears to be functioning
fine.

-- 
Genesys Logic Webcam 05e3:0503 Not Working
https://bugs.launchpad.net/bugs/215604
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 362203] Re: Skype high CPU use on 9.04 using pulse (and audio recording/sending delay 5sec)

2009-05-27 Thread Daniel T Chen
On Wed, May 27, 2009 at 9:13 AM, Mike Rogers mikerog...@gmail.com wrote:
 I've successfully used the following workaround posted in the Skype
 linux forums:
[pulseaudio-bypass asoundrc snipped]

The workaround does not fix the issues in the sources of both linux
and pulseaudio.

-- 
Skype high CPU use on 9.04 using pulse (and audio recording/sending delay 5sec)
https://bugs.launchpad.net/bugs/362203
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 22070] Re: Logitech Quickcam Messenger is not usable

2009-05-27 Thread Guy in the Bushes...
I'd just like to add that my QuickCam Messenger does not work either in
the Jaunty (kernel 2.6.28-11)

I've tried several solutions to get it to work in the mean time, but
nothing has worked so far.

dmesg:
May 27 02:30:57 BEC-LIN kernel: [33022.185658] usb 1-3.5: new full speed USB 
device using ehci_hcd and address 10
May 27 02:30:57 BEC-LIN kernel: [33022.297468] usb 1-3.5: configuration #1 
chosen from 1 choice
May 27 02:30:58 BEC-LIN pulseaudio[5557]: alsa-util.c: Device hw:2 doesn't 
support 48000 Hz, changed to 22050 Hz.
May 27 02:30:58 BEC-LIN pulseaudio[5557]: alsa-util.c: Device hw:2 doesn't 
support 6 channels, changed to 1.

lsusb:
Bus 001 Device 011: ID 046d:08f5 Logitech, Inc. QuickCam Messenger Communicate

Once the alphas for Karmic start rolling out, i'll test it there and see
if it works

-- 
Logitech Quickcam Messenger is not usable
https://bugs.launchpad.net/bugs/22070
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 380850] [NEW] Update to 2.27.2

2009-05-27 Thread Robert Ancell
Public bug reported:

Binary package hint: brasero

http://ftp.acc.umu.se/pub/GNOME/sources/brasero/2.27/brasero-2.27.2.tar.gz

** Affects: brasero (Ubuntu)
 Importance: Wishlist
 Status: In Progress

** Changed in: brasero (Ubuntu)
   Importance: Undecided = Wishlist

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

-- 
Update to 2.27.2
https://bugs.launchpad.net/bugs/380850
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 362203] Re: Skype high CPU use on 9.04 using pulse (and audio recording/sending delay 5sec)

2009-05-27 Thread Daniel T Chen
On Tue, May 26, 2009 at 6:31 PM, Anton Gladky gladky.an...@gmail.com wrote:
 Does anybody know, how is the work progressing on this bug?
 I think, it is a very serious one, it is important to fix it.

It's in progress in karmic. There is no simple workaround that also
uses PulseAudio (i.e., requires pulseaudio mainloop changes and linux
changes).

Essentially, it cannot be fixed properly in jaunty before a solution
is found in karmic.

-- 
Skype high CPU use on 9.04 using pulse (and audio recording/sending delay 5sec)
https://bugs.launchpad.net/bugs/362203
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 379980] Re: ubiquity crashed with InstallStepError in configure_bootloader()

2009-05-27 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
ubiquity crashed with InstallStepError in configure_bootloader()
https://bugs.launchpad.net/bugs/379980
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 379863] Re: package linux-image-2.6.27-14-generic 2.6.27-14.33 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-05-27 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
package linux-image-2.6.27-14-generic 2.6.27-14.33 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/379863
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 380361] Re: AppArmor module FireHol not working ..

2009-05-27 Thread Marc Deslauriers
Thanks for this bug report.

AppArmor has absolutely nothing to do with FireHol, TinyProxy or
DansGuardian.

Are you getting a specific error message that is making you suspect
AppArmor?

** Changed in: ubuntu
   Status: New = Incomplete

** Changed in: ubuntu
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
AppArmor module FireHol not working ..
https://bugs.launchpad.net/bugs/380361
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 194489] Re: ps2 synaptics touchpad causing huge amounts of wakeups

2009-05-27 Thread Kwinz
I can confirm this.

Top causes for wakeups:
39,9% (491,1)   interrupt : PS/2 keyboard/mouse/touchpad 
  16,3% (200,3)   interrupt : extra timer interrupt 
  14,4% (177,7)  kernel IPI : Rescheduling interrupts 
   9,8% (120,1)   firefox : futex_wait (hrtimer_wakeup) 

~/ uname -a
Linux kwinz-laptop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 
2009 x86_64 GNU/Linux

-- 
ps2 synaptics touchpad causing huge amounts of wakeups
https://bugs.launchpad.net/bugs/194489
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 361689] Re: hald crashed with SIGSEGV in hotplug_event_begin_add_blockdev when assembling mdraid devices

2009-05-27 Thread ded
Spoke too soon.  After installing both Chris's fixed hal and the
libblkid1 update above, my AMD64 system failed to boot, pausing about
1/5 of the way through.  If I hit Alt-Ctl-Del, I could get the boot to
resume but with my / mounted read-only.  I suspect something is wrong
with the libblkid1 that is causing the problem.

Anyone else seeing this?

-- 
hald crashed with SIGSEGV in hotplug_event_begin_add_blockdev when assembling 
mdraid devices
https://bugs.launchpad.net/bugs/361689
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 332238] Re: Building against apache2-prefork-dev would allow mod_php5 cohabitation

2009-05-27 Thread Aaron Kurtz
This causes a bit of a problem for me as well.

The official install instructions at
http://modrails.com/documentation/Users%20guide%20Apache.html#_apache_development_headers_aren_8217_t_installed
 suggest building with prefork as well.

sudo apt-get install apache2-prefork-dev

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

-- 
Building against apache2-prefork-dev would allow mod_php5 cohabitation
https://bugs.launchpad.net/bugs/332238
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 379882] Re: mdadm installs postfix

2009-05-27 Thread Marc Deslauriers
** Visibility changed to: Public

-- 
mdadm installs postfix
https://bugs.launchpad.net/bugs/379882
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 379691] Re: firefox crashes (sometimes X too)

2009-05-27 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
firefox crashes (sometimes X too)
https://bugs.launchpad.net/bugs/379691
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 366526] Re: nautilus. GLib-ERROR **: ... failed to allocate 1073741824 bytes

2009-05-27 Thread Robert Ancell
Closing based on comments saying fixed in Ubuntu 9.04

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

-- 
nautilus. GLib-ERROR **: ... failed to allocate 1073741824 bytes
https://bugs.launchpad.net/bugs/366526
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 380719] Re: Error installing cmake-data; trying to overwrite `/usr/share/emacs/site-lisp/cmake-mode.el', which is also in package cmake

2009-05-27 Thread Colin Watson
** Also affects: cmake (Ubuntu Karmic)
   Importance: High
   Status: Triaged

-- 
Error installing cmake-data; trying to overwrite 
`/usr/share/emacs/site-lisp/cmake-mode.el', which is also in package cmake
https://bugs.launchpad.net/bugs/380719
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 375244] Re: BUG: soft lockup - CPU#0 stuck for 61s! [bluetoothd:10637]

2009-05-27 Thread borrell
I have just had the same issue, happened when I turned the bluetooth
device on my laptop (MSI Wind U100) off.

Attached is a syslog extract. I was unable to kill bluetoothd with kill
or killall, I needed to hard power off and reboot



** Attachment added: syslog-extract
   http://launchpadlibrarian.net/27194978/syslog-extract

-- 
BUG: soft lockup - CPU#0 stuck for 61s! [bluetoothd:10637]
https://bugs.launchpad.net/bugs/375244
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 380854] [NEW] system performances degrade after resuming from suspend

2009-05-27 Thread lugburz
Public bug reported:

After the upgrade to jaunty the suspension seems to work: the system
wakeup all the time I suspend it. The only problem is that very often
after the resume the system is very slow. In particular the mouse pinter
and all the events related application cached in memory appear as usual,
while any operation that require disk access is incredibly slow.

dmesg and other logs, for what I know, don't report any obvious error.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: jaunty suspend

-- 
system performances degrade after resuming from suspend
https://bugs.launchpad.net/bugs/380854
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 355155] Re: Clocksource tsc unstable leads to lockups in Ubuntu Jaunty

2009-05-27 Thread mnicky
To avoid misunderstanding: nohz=off option doesn't work for me as a
workaround - it only causes no tsc unstability reported.

However, I find it interesting that my last freeze happened without tsc
unstability reported, so I add my var/log/messages from time of booting
till the lockup (and then ALT+SysRq+K and poweroff button).

Can anybody find there anything that can help us?

** Attachment added: var/log/messages
   http://launchpadlibrarian.net/27194961/messages.txt

-- 
Clocksource tsc unstable leads to lockups in Ubuntu Jaunty
https://bugs.launchpad.net/bugs/355155
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 363041] Re: Redraw issues

2009-05-27 Thread Cunner
Thanks a lot for the hint!
I had the same problem and the fix seems to have solved it for me.

-- 
Redraw issues
https://bugs.launchpad.net/bugs/363041
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 380819] Re: crashes

2009-05-27 Thread Chris Coulson
** Package changed: ubuntu = openoffice.org (Ubuntu)

** Changed in: openoffice.org (Ubuntu)
   Status: New = Incomplete

-- 
crashes
https://bugs.launchpad.net/bugs/380819
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 374515] Re: package gtk-doc-tools 1.11-3 failed to install/upgrade:

2009-05-27 Thread Colin Watson
** Also affects: gtk-doc (Ubuntu Karmic)
   Importance: Undecided
   Status: New

-- 
package gtk-doc-tools 1.11-3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/374515
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 374045] Re: Update kernel error

2009-05-27 Thread Leann Ogasawara
*** This bug is a duplicate of bug 269539 ***
https://bugs.launchpad.net/bugs/269539

Hi Rondack,

Yup, this is a duplicate of bug 269539 so I am marking it as such.
Please continue to track this issue at that report.  Thanks.

** This bug has been marked a duplicate of bug 269539
   package linux-image-2.6.27-3-generic failed to install/upgrade: Conflicts 
found! Please edit `/var/run/grub/menu.lst' and sort them out manually.

-- 
Update kernel error
https://bugs.launchpad.net/bugs/374045
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 355155] Re: Clocksource tsc unstable leads to lockups in Ubuntu Jaunty

2009-05-27 Thread mnicky
My another questions are:

- Is there ANY DEVELOPER who is interesting in FIXING THIS BUG???
- Shouldn't be importance of this bug marked as CRITICAL?

-- 
Clocksource tsc unstable leads to lockups in Ubuntu Jaunty
https://bugs.launchpad.net/bugs/355155
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 325912] Re: Please update to 0.14.1

2009-05-27 Thread Alessio Treglia
** Changed in: gpodder (Ubuntu)
   Status: New = Fix Released

-- 
Please update to 0.14.1
https://bugs.launchpad.net/bugs/325912
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 361689] Re: hald crashed with SIGSEGV in hotplug_event_begin_add_blockdev when assembling mdraid devices

2009-05-27 Thread Eric D
Yes, I have the same problem.
From my quick investigation, the problem was when the findfs binary was called 
and it was stuck on that binary execution.

-- 
hald crashed with SIGSEGV in hotplug_event_begin_add_blockdev when assembling 
mdraid devices
https://bugs.launchpad.net/bugs/361689
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 267422] Re: Missing dependency: python-ptrace

2009-05-27 Thread Alessio Treglia
Already fixed.

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

-- 
Missing dependency: python-ptrace
https://bugs.launchpad.net/bugs/267422
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 340976] Re: gPodder 0.15.0 is broken in Jaunty

2009-05-27 Thread Alessio Treglia
** Changed in: gpodder (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
gPodder 0.15.0 is broken in Jaunty
https://bugs.launchpad.net/bugs/340976
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 380858] [NEW] HP printers Media Source selection stopped working after upgrade to 9.04

2009-05-27 Thread n3ko
Public bug reported:

Binary package hint: hpijs

Media source selecting seams not effecting the printer. It doesn't mater what 
source is selected the printer use the default paper tray.
Downgrade to the former (intrepid) version instantly solved the problem.
[code]
wget 
http://hu.archive.ubuntu.com/ubuntu/pool/main/h/hplip/hpijs_2.8.7-0ubuntu6_i386.deb;
dpkg -i hpijs_2.8.7-0ubuntu6_i386.deb
[/code]

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

-- 
HP printers Media Source selection stopped working after upgrade to 9.04
https://bugs.launchpad.net/bugs/380858
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 374090] Re: Samsung NC20 installation problem(test pattern on screen)

2009-05-27 Thread Bartosz
Hi George.
So as I understand the Ubuntu 9.04 Jaunty works fine on your hardware with 
Latest trunk Openchrome revision?

The xserver-xorg-video-openchrome package from Karmic should also resolve your 
problems.
You can download it from:
http://packages.ubuntu.com/karmic/xserver-xorg-video-openchrome

-- 
Samsung NC20 installation problem(test pattern on screen)
https://bugs.launchpad.net/bugs/374090
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   >