[Bug 620323] [NEW] attempts to spawn infinite number of file manager windows

2010-08-19 Thread Jon Dowland
Public bug reported:

Binary package hint: gnome-session

Sometimes my computer gets into a state such that *something* inside my
gnome-session attempts to spawn an infinite number of nautilus windows.
This eventually results in the maximum number of X clients being
reached. Killing or sig STOPping nautilus doesn't help.

This morning it happened again upon resume from suspend. I killed my
gnome-session process, ensured there were no more processes for my uid
running, then re-logged on via GDM. Immediately, the opening...
entries in the panel window list started to multiply. This time I
STOPped nautilus again and they started to die back.

This might possibly be triggered by a stale mount caused by samba, see
#620322. Next time I experience either, I will try to figure out if they
are occuring at the same time (and whether fixing the mount fixes the
problem).

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-session 2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic-pae 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic-pae i686
Architecture: i386
Date: Thu Aug 19 09:06:58 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: gnome-session

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


** Tags: apport-bug i386 lucid

-- 
attempts to spawn infinite number of file manager windows
https://bugs.launchpad.net/bugs/620323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620323] Re: attempts to spawn infinite number of file manager windows

2010-08-19 Thread Jon Dowland

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/620323/+attachment/1499608/+files/Dependencies.txt

-- 
attempts to spawn infinite number of file manager windows
https://bugs.launchpad.net/bugs/620323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620322] [NEW] stale cifs mount can't be unmounted: This utility only unmounts cifs filesystems

2010-08-19 Thread Jon Dowland
Public bug reported:

Binary package hint: samba

Hello, I think this is superficially similar to #427896 but I am not
certain it's the same thing.

On occasion, perhaps all the time (I do not know - will try to find out)
I cannot unmount a CIFS mount. I use mount/umount (thus
mount.cifs/umount.cifs) in combination with the following line from
/etc/fstab

//tower3/home13/njd33   /home/jon/h cifs
uid=1000,gid=1000,username=CAMPUS\njd33,user,noauto 0 0

I notice this after resuming from suspend so I presume the mount has
become stale. However, I consistently get

# umount ~jon/h
This utility only unmounts cifs filesystems.

the contents of h cannot be enumerated. df -h output shows the mount
present, and I believe it is in the mtab but not /proc/mounts (will
confirm next time I experience it).

One workaround appears to be to mount something on top of the stale
mount, then attempt to remove that. I think. Again, I will confirm this
next time I experience it.

package is source samba binary smbfs

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: smbfs 2:3.4.7~dfsg-1ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic-pae 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic-pae i686
Architecture: i386
CIFSMounts: Error: command ['mount', '|', 'grep', 'cifs'] failed with exit code 
1: mount: only root can do that
Date: Thu Aug 19 09:34:18 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SambaClientRegression: No
SourcePackage: samba

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


** Tags: apport-bug i386 lucid

-- 
stale cifs mount can't be unmounted: This utility only unmounts cifs 
filesystems
https://bugs.launchpad.net/bugs/620322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620322] Re: stale cifs mount can't be unmounted: This utility only unmounts cifs filesystems

2010-08-19 Thread Jon Dowland

** Attachment added: CifsVersion.txt
   
https://bugs.launchpad.net/bugs/620322/+attachment/1499605/+files/CifsVersion.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/620322/+attachment/1499606/+files/Dependencies.txt

** Attachment added: SambaInstalledVersions.txt
   
https://bugs.launchpad.net/bugs/620322/+attachment/1499607/+files/SambaInstalledVersions.txt

-- 
stale cifs mount can't be unmounted: This utility only unmounts cifs 
filesystems
https://bugs.launchpad.net/bugs/620322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620220] Re: missing symbol g_variant_type_copy

2010-08-19 Thread Sebastien Bacher
The symbol is there in the lucid version:

* wget 
https://edge.launchpad.net/ubuntu/+source/glib2.0/2.24.1-0ubuntu1/+build/1721852/+files/libglib2.0-0_2.24.1-0ubuntu1_i386.deb
* dpkg-deb -x libglib2.0-0_2.24.1-0ubuntu1_i386.deb .
* nm -D usr/lib/libgobject-2.0.so.0| grep g_variant_type_copy
 U g_variant_type_copy

what sort of crashes do you get? are you sure you don't have a locally
installed version taking over the ubuntu one? The bug report description
suggest that most of the libglib content has been locally overwritten
and you are the only one to get those issues...

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

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


[Bug 414107] Re: Palimpsest GUI impossible to use on small screen

2010-08-19 Thread Martin Pitt
I updated the patch and committed it upstream:
http://git.gnome.org/browse/gnome-disk-
utility/commit/?id=dcfdaad239372516a4f4826349afe4e613aaedec

I'll put it into Debian now, upload, and sync.

** Also affects: gnome-disk-utility (Ubuntu Maverick)
   Importance: Medium
   Status: In Progress

** Changed in: gnome-disk-utility (Ubuntu Maverick)
   Status: In Progress = Fix Committed

** Changed in: gnome-disk-utility (Ubuntu Maverick)
 Assignee: (unassigned) = Martin Pitt (pitti)

-- 
Palimpsest GUI impossible to use on small screen
https://bugs.launchpad.net/bugs/414107
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 110992] Re: ipmi modules need to manually inserted and device created

2010-08-19 Thread Niklas Edmundsson
On my lucid install ipmi_si seems to autoload, but ipmi_devintf doesn't.
Loading ipmi_devintf is enough to have /dev/ipmi0 created and ipmitool then 
works.

-- 
ipmi modules need to manually inserted and device created 
https://bugs.launchpad.net/bugs/110992
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620255] Re: [FFe] Please merge google-gadgets 0.11.2-3 from Debian Unstable

2010-08-19 Thread StefanPotyra
No, FFe isn't needed in this case, unsubscribing ubuntu-release.

-- 
[FFe] Please merge google-gadgets 0.11.2-3 from Debian Unstable
https://bugs.launchpad.net/bugs/620255
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562027] Re: [ooo-build] OOo QuickStarter: unable to shutdown / reboot / logout when quickstarter is active

2010-08-19 Thread pinzia
Is this a similar problem with gnome-shutdown
http://www.openoffice.org/issues/show_bug.cgi?id=105172?

a possible fix
http://framework.openoffice.org/servlets/ReadMsg?list=featuresmsgNo=311

** Bug watch added: OpenOffice.org Issue Tracker #105172
   http://qa.openoffice.org/issues/show_bug.cgi?id=105172

-- 
[ooo-build] OOo QuickStarter: unable to shutdown / reboot / logout when 
quickstarter is active
https://bugs.launchpad.net/bugs/562027
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 131094] Re: Heavy Disk I/O harms desktop responsiveness

2010-08-19 Thread ReneS
I tried Brian's kernel (64bit, ext3). It feels sluggish and the overall
IO impression is slow. I created memory stress and the desktop started
to be unresponsive again, but it seems to happen later. But overall,
single applications are less responsive now.

Sorry, I cannot quantify it in any way.

-- 
Heavy Disk I/O harms desktop responsiveness
https://bugs.launchpad.net/bugs/131094
You received this bug notification because you are a member of 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 1] Re: Microsoft has a majority market share

2010-08-19 Thread Faldegast

 Hi,
 
 When i compare to apple's way of selling, i don't mean that ubuntu should 
 close it's sources (how can he ?), close it's format, or make a big marketing 
 campaign (well, in fact, why not ?).
 But I mean that it is easyer to earn money when you sell a complete system 
 (what apple makes)  that when you give only an OS, an OS that anyone can 
 get for free and can copy...
OS X has been on TPB for ages and so have Windows. When you say can get for 
free I assume you mean can get legally for free. I do not think its gonna 
matter if they can download it for free, because the regular customer isn't 
gonna do that. Also if they have the free version support isn't going to be 
free.

 By a good coincidence, a complete solution is exactly what people want:
 - Being sure, before buying your computer, that the hard and software are 
 perfectly shaped and tested to work together.
 - having only one contact in case of probleme either with hardware or with 
 software, or with both.

 The other point is that, for a reason i never totaly undertstood, each time 
 someone offers their computers with ubuntu or a linux distro, they are more 
 expensive than with windows !
 Controling the manufacturing and the final price would stop that, and maybe 
 incite other sellers to review their marketing policy.
Having the small stores sell Linux should stop that. Linux distros are 
currently mostly available on computers intended for business use, and are more 
expensive then home user desktops.
 
 People don't want to use xyz12356 instead of UTZ8957, they want to send and 
 receive mails, to surf on the web, to see their chidrens photos and videos, 
 etc...
 they don't want a certain brand of computer, a certain brand of OS, they want 
 a Solution that works...
I totally agree on that. And the rest of us want them to fund development of 
cool stuff. :)

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
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 618219] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()

2010-08-19 Thread Stefano Rivera
*** This bug is a duplicate of bug 600010 ***
https://bugs.launchpad.net/bugs/600010

** This bug has been marked a duplicate of bug 600010
   gwibber-service crashed with SIGSEGV in pthread_mutex_lock()

-- 
gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/618219
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 524504] Re: feature freeze exception for google-perftools sync

2010-08-19 Thread StefanPotyra
ok, let's get it in then. Thanks for checking.

** Changed in: google-perftools (Ubuntu)
   Status: New = Confirmed

-- 
feature freeze exception for google-perftools sync
https://bugs.launchpad.net/bugs/524504
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 414107] Re: Palimpsest GUI impossible to use on small screen

2010-08-19 Thread Martin Pitt
Committed to Debian git as well; I coordinate the upload with Michael
Biebl now.

-- 
Palimpsest GUI impossible to use on small screen
https://bugs.launchpad.net/bugs/414107
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619677] Re: Clock drifts during inactivity

2010-08-19 Thread bandini
** Description changed:

  Binary package hint: gnome-panel
  
  I filed this bug using the PID of the clock-applet and ubuntu bug, but I 
think the clock-applet only shows a symptom, Here is
  a description :
  
  Expected Behaviour :
  Clock-applet displays the correct time,
  
  Observed Behaviour :
  Displayed time is drifting
  
  How to reproduce :
  
  If I get away from my computer for some times, the time displayed by the
  clock applet drifts. But the date command also show the wrong time.
  Moreover, sleep interval also get wrong. To debug this, I tested the
  following script :
  
  #!/bin/bash
  while [[ true ]]
  do
- date  clocktest.log
- hwclock  clocktest.log
- sleep 300
+ date  clocktest.log
+ hwclock  clocktest.log
+ sleep 300
  done
  
  Must be run as root because of hwclock.
  Il launched it : ./clocktest.sh 
  and got away from my computer
  
  Here is the output log :
  
  1 mardi 17 août 2010, 12:42:12 (UTC+0200)
  2 mar. 17 août 2010 12:42:13 CEST -0.346882 secondes
  3 mardi 17 août 2010, 12:47:13 (UTC+0200)
  4 mar. 17 août 2010 12:57:13 CEST -0.080965 secondes
  5 mardi 17 août 2010, 12:52:13 (UTC+0200)
  6 mar. 17 août 2010 13:02:14 CEST -1.002776 secondes
  7 mardi 17 août 2010, 12:57:18 (UTC+0200)
  8 mar. 17 août 2010 13:07:18 CEST -0.063633 secondes
  9 mardi 17 août 2010, 13:02:18 (UTC+0200)
  10 mar. 17 août 2010 13:12:19 CEST -0.361501 secondes
  11 mardi 17 août 2010, 13:07:19 (UTC+0200)
  12 mar. 17 août 2010 13:17:20 CEST -0.987434 secondes
  
  Line 1 and 2 show the first time through the loop.
  Line 3 and 4 show the bug :
  while date (and sleep) thinks 5 minutes have elapsed, hwclock shows that 15 
minutes have elapsed.
  
  Line 5 to 12 shows normal behaviour, except now date is late by 10 minutes.
  Behaviour is normal because I was back at my desk using the computer.
  
- Having clock applet displaying the wrong time is one thing, but having
- the whole system time wrong (since sleep gets confused too) is a major
- bug.
+ Additional info :
+ * Hardware is an Amilo xi2550
+ * If I keep the computer busy, for example building a kernel, and I go away, 
clock works a expected,
+ and so does the screen locking mechanism.
+ * Everything was working fine with 8.04
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gnome-panel 1:2.30.2-0ubuntu0.2
  ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Wed Aug 18 09:43:59 2010
  ExecutablePath: /usr/lib/gnome-panel/clock-applet
  ProcEnviron:
-  LANG=fr_FR.utf8
-  PATH=(custom, user)
-  SHELL=/bin/bash
+  LANG=fr_FR.utf8
+  PATH=(custom, user)
+  SHELL=/bin/bash
  SourcePackage: gnome-panel
  XsessionErrors:
-  (polkit-gnome-authentication-agent-1:1990): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
-  (gnome-terminal:2235): Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion 
`entry != NULL  entry-lock_count  0' failed
-  (unknown:2763): Gdk-WARNING **: XID collision, trouble ahead
-  (unknown:2763): Gdk-WARNING **: XID collision, trouble ahead
+  (polkit-gnome-authentication-agent-1:1990): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
+  (gnome-terminal:2235): Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion 
`entry != NULL  entry-lock_count  0' failed
+  (unknown:2763): Gdk-WARNING **: XID collision, trouble ahead
+  (unknown:2763): Gdk-WARNING **: XID collision, trouble ahead

-- 
Clock drifts during inactivity
https://bugs.launchpad.net/bugs/619677
You received this bug notification because you are a member of 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 1] Re: Microsoft has a majority market share

2010-08-19 Thread Faldegast

 Why can't Ubuntu local communities create a database of local stores in
 their area to guide people interested in Ubuntu. Also we can create a list
 of peripherals accepted by the kernel and are sold by these local stores.
 This way, we can help fellow Ubuntu users to achieve to just works system
 off-the-bat. If these information is available online, people can now see
 that there's someone local that knows Ubuntu and guide them through by
 sharing their experiences.
Being accepted by the kernel is not enough. There should be some heavy-duty 
quality control. There are a lot of drivers in the kernel that are based on 
reverse-engineering on windows driver. That translates to guesswork. 
Sometimes they are better then the Windows drivers, but often they do not 
access all functionality of their hardware. So i think that just listing all 
drivers is insufficient when putting new boxes together. There also are not 
local user communities everywhere. However they do match regional 
distributors that i talked about earlier, they can provide local coordination 
of Ubuntu stores. They can also provide tier 2 support.

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
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 620326] [NEW] Wrong (hardcoded) width for Play button in non-english language

2010-08-19 Thread Luca Ferretti
Public bug reported:

Binary package hint: rhythmbox

A recent patch to adjust the width of Play/Pause toolbar button is
causing some visual glitches in (at least) Italian language. There are
two issues:

#1 -- the button width is not enough for Italian translation (Play - 
Riproduci). Here is a screenshot of RB at startup
http://people.ubuntu.com/~elle.uca/rb-1.png

#2 -- playing then pausing RB shows the label in English language.
http://people.ubuntu.com/~elle.uca/rb-2.png
http://people.ubuntu.com/~elle.uca/rb-3.png

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: rhythmbox 0.13.0git20100715-0ubuntu8
ProcVersionSignature: Ubuntu 2.6.35-15.21-generic 2.6.35.1
Uname: Linux 2.6.35-15-generic i686
Architecture: i386
Date: Thu Aug 19 10:51:47 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha i386 (20100803.1)
ProcEnviron:
 LANG=it_IT.utf8
 SHELL=/bin/bash
SourcePackage: rhythmbox

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


** Tags: apport-bug i386 maverick

-- 
Wrong (hardcoded) width for Play button in non-english language
https://bugs.launchpad.net/bugs/620326
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620326] Re: Wrong (hardcoded) width for Play button in non-english language

2010-08-19 Thread Luca Ferretti

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/620326/+attachment/1499610/+files/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   
https://bugs.edge.launchpad.net/bugs/620326/+attachment/1499611/+files/GConfNonDefault.txt

** Attachment added: GstreamerVersions.txt
   
https://bugs.edge.launchpad.net/bugs/620326/+attachment/1499612/+files/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   
https://bugs.edge.launchpad.net/bugs/620326/+attachment/1499613/+files/LogAlsaMixer.txt

** Attachment added: XorgLog.txt
   
https://bugs.edge.launchpad.net/bugs/620326/+attachment/1499614/+files/XorgLog.txt

-- 
Wrong (hardcoded) width for Play button in non-english language
https://bugs.launchpad.net/bugs/620326
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620325] [NEW] Missing translations in OpenOffice

2010-08-19 Thread Elias Aarnio
Public bug reported:

Binary package hint: openoffice.org-l10n-fi

There are some missing translations in OpenOffice.org v. 3.2.0.10 on
Lucid. For example the popup menu View - Zoom is in English in totally
Finnish system. See attached screenshot.

The reason for this would be good to find. The problem does _not_ exist

1) in Fedora 13 + openoffice.org-core-3.2.0-12.25.fc13
2) in OpenOffice.org version 3.4. official test packages
3) Latest Debian unstable with OOo 3.2.1

Also dialogs.po file that contain the texts has been translated by the
OOo localization team.

This fault can be replicated using german, estonian and swedish
translations. The zoom menu is shown in english. Therefore I do not know
what package is the actual reason for this behaviour.-

These facts hint that there is a problem how OOo translations are
handled by Ubuntu. Is there something I could do to track this down?

Should the translations in Ubuntu be from official sources?

** Affects: openoffice.org-l10n (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: l10n localization missing openoffice.org

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

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


[Bug 620296] Re: Serialports behave strange using blocking IO

2010-08-19 Thread Søren Holm
The latest livecd also suffers from this problem. I have even tried on
another pc with the same result.

-- 
Serialports behave strange using blocking IO
https://bugs.launchpad.net/bugs/620296
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620241] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()

2010-08-19 Thread Stefano Rivera
*** This bug is a duplicate of bug 600010 ***
https://bugs.launchpad.net/bugs/600010

** This bug has been marked a duplicate of bug 600010
   gwibber-service crashed with SIGSEGV in pthread_mutex_lock()

-- 
gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/620241
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620325] Re: Missing translations in OpenOffice

2010-08-19 Thread Elias Aarnio

** Attachment added: Screenshot of unlocalized menu
   
https://bugs.launchpad.net/bugs/620325/+attachment/1499609/+files/Zoom_unlocalized.png

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

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


[Bug 620074] Re: Thrashing turns system unusable

2010-08-19 Thread Olafur Arason
bbordwell you cant Fix released unless you are going to backport the
patch to the current unstable ( Maverick 2.6.35 ).

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

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

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


[Bug 613651] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()

2010-08-19 Thread Stefano Rivera
*** This bug is a duplicate of bug 600010 ***
https://bugs.launchpad.net/bugs/600010

** This bug has been marked a duplicate of bug 600010
   gwibber-service crashed with SIGSEGV in pthread_mutex_lock()

-- 
gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/613651
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 603117] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()

2010-08-19 Thread Stefano Rivera
*** This bug is a duplicate of bug 600010 ***
https://bugs.launchpad.net/bugs/600010

** This bug has been marked a duplicate of bug 600010
   gwibber-service crashed with SIGSEGV in pthread_mutex_lock()

-- 
gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/603117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620329] [NEW] Radeon Xorg starts in low graphics mode

2010-08-19 Thread Tim Holy
Public bug reported:

Binary package hint: xorg

Testing Maverick alpha 2 (kubuntu). When booting off the live CD, a GTK
dialog pops up saying Ubuntu is running in low graphics mode. I looked
at the logs, and there were no obvious problems: it detected the correct
chipset (X1400), and the two monitors (the laptop's built-in as well as
the Dell external monitor). However, I did notice a line saying Setting
physical screen size to 270x203.

From the low graphics menu, I tried to select Configure X but that
didn't do anything. Eventually I elected to restart X. This brought up
KDE, though everything started in 1024x768 and I had to manually set the
resolution to 1920x1080.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xorg 1:7.5+6ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-6.8-generic 2.6.35-rc3
Uname: Linux 2.6.35-6-generic i686
Architecture: i386
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1400x1050 1400x1050 1280x1024 1280x1024 1280x960 1280x854 1280x800 
1280x720 1152x768 1024x768 1024x768 800x600 800x600 848x480 720x480 640x480 
640x480
 edid-base64: 
AP///wAwriJPAQOAHBV46q9AlVZKjyUgUFQhCACBgAEBAQEBAQEBAQEBAQEBMCp4IFEaEEAwcBMAHdYQAAAZJSN4IFEaEEAwcBMAHdYQAAAZDwCQQzKQQygPAQAJ5QAA/gBIVDE0UDEyLTEwMAogAD8=
DRM.card0.VGA.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1080 1280x1024 1280x1024 1152x864 1024x768 1024x768 800x600 
800x600 640x480 640x480 720x400
 edid-base64: 
AP///wAQrDegVUtVMB4TAQMONR547u6Ro1RMmSYPUFSlSwBxT4GA0cABAQEBAQEBAQEBAjqAGHE4LUBYLEUAEyohAAAe/wBZMTgzRDk3TjBVS1UK/ABERUxMIFMyNDA5Vwog/QAyTB5TEQAKICAgICAgANc=
Date: Thu Aug 19 08:54:40 2010
DkmsStatus: Error: [Errno 2] No such file or directory
GdmLog: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log'] failed 
with exit code 1: cat: /var/log/gdm/:0.log: No such file or directory
GdmLog1: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log.1'] 
failed with exit code 1: cat: /var/log/gdm/:0.log.1: No such file or directory
GdmLog2: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log.2'] 
failed with exit code 1: cat: /var/log/gdm/:0.log.2: No such file or directory
LiveMediaBuild: Kubuntu 10.10 Maverick Meerkat - Alpha i386 (20100630.1)
MachineType: LENOVO 2623D7U
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/khostname.seed 
boot=casper initrd=/casper/initrd.lz quiet splash --
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
dmi.bios.date: 04/18/2006
dmi.bios.vendor: LENOVO
dmi.bios.version: 79ET60WW (1.05a)
dmi.board.name: 2623D7U
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr79ET60WW(1.05a):bd04/18/2006:svnLENOVO:pn2623D7U:pvrThinkPadT60:rvnLENOVO:rn2623D7U:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2623D7U
dmi.product.version: ThinkPad T60
dmi.sys.vendor: LENOVO
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   i686
 kernel: 2.6.35-6-generic

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


** Tags: apport-bug i386 maverick

-- 
Radeon Xorg starts in low graphics mode
https://bugs.launchpad.net/bugs/620329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620329] Re: Radeon Xorg starts in low graphics mode

2010-08-19 Thread Tim Holy

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499615/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499616/+files/CurrentDmesg.txt

** Attachment added: DRM.card0.DVI.I.1.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499617/+files/DRM.card0.DVI.I.1.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499618/+files/Dependencies.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/620329/+attachment/1499619/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/620329/+attachment/1499620/+files/Lsusb.txt

** Attachment added: PciDisplay.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499621/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499622/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499623/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499624/+files/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499625/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/620329/+attachment/1499626/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/620329/+attachment/1499627/+files/UdevLog.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/620329/+attachment/1499628/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499629/+files/XorgLogOld.txt

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/620329/+attachment/1499630/+files/Xrandr.txt

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499631/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/620329/+attachment/1499632/+files/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/620329/+attachment/1499633/+files/xkbcomp.txt

-- 
Radeon Xorg starts in low graphics mode
https://bugs.launchpad.net/bugs/620329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620328] [NEW] Gwibber crashes on startup

2010-08-19 Thread Andrea Grandi
Public bug reported:

Binary package hint: gwibber

1) Ubuntu 10.04

2) 2.30.1-0ubuntu1

3) I expect gwibber to run normally

4)
and...@centurion:~$ gwibber

** (gwibber:4822): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:4822): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:4822): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Updating...
ERROR:dbus.proxies:Introspect error on 
com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.
Traceback (most recent call last):
  File /usr/bin/gwibber, line 67, in module
client.Client()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 447, in 
__init__
self.w = GwibberClient()
  File /usr/lib/python2.6/dist-packages/gwibber/client.py, line 29, in 
__init__
self.model = gwui.Model()
  File /usr/lib/python2.6/dist-packages/gwibber/gwui.py, line 43, in __init__
self.services = json.loads(self.daemon.GetServices())
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 68, in __call__
return self._proxy_method(*args, **keywords)
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 140, in __call__
**keywords)
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 620, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not 
receive a reply. Possible causes include: the remote application did not send a 
reply, the message bus security policy blocked the reply, the reply timeout 
expired, or the network connection was broken.

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

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

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


[Bug 618600] Re: .etckeeper file should be added to .gitignore

2010-08-19 Thread Rolf Leggewie
this happens even with git commit .etckeeper $file or git commit
.etckeeper.  I did a git log .etckeeper and the only time it's been
touched so far was the initial commit.  Are you sure this file is
version-controlled?

-- 
.etckeeper file should be added to .gitignore
https://bugs.launchpad.net/bugs/618600
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619521] Re: pam_apparmor fails to hunt through the hats

2010-08-19 Thread Steve Beattie
I have reproduced this issue on lucid; it's due to the aa_change_hat(2)
call returning -ENOENT when the passed hat doesn't exist, rather than
-EPERM or -EACCES that pam_apparmor expects for this situation; instead
it treats it as unknown kernel error and aborts. According to John
Johanson, this has been the behavior of the kernel portion of apparmor
going back to jaunty (and continuing forward in maverick).

It seems to me the right approach to fix this is to teach pam_apparmor
the new(er) behavior of the kernel, which ought to be a relatively
simple change:

=== modified file 'changehat/pam_apparmor/pam_apparmor.c'
--- changehat/pam_apparmor/pam_apparmor.c   2007-03-13 16:52:28 +
+++ changehat/pam_apparmor/pam_apparmor.c   2010-08-19 09:00:23 +
@@ -167,6 +167,7 @@
break;
case EPERM: /* Disable when ECHILD patch gets accepted */
case EACCES:
+   case ENOENT:
/* failed to change into attempted hat, so we'll
 * jump back out and try the next one */
break;

though for apparmor trunk the EPERM case ought to go away.

I note that this is not an issue for the apache2 mod_apparmor, as it
continues trying hats  in the face of any error returned by the kernel.

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

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

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

** Changed in: apparmor
   Status: New = Triaged

** Changed in: apparmor
   Importance: Undecided = Medium

** Tags added: jaunty karmic maverick

-- 
pam_apparmor fails to hunt through the hats
https://bugs.launchpad.net/bugs/619521
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 531290] Re: current keyboard layout is wrong

2010-08-19 Thread Martin Pitt
Now that we have the indicator back in maverick, this bug is back as
well. It needs to listen to keyboard changes the way the original g-s-d
does.

** Changed in: gnome-settings-daemon (Ubuntu)
Milestone: ubuntu-10.04-beta-1 = None

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: Jan Arne Petersen (jpetersen) = Karl Lattimer (karl-qdh)

** Also affects: gnome-settings-daemon (Ubuntu Maverick)
   Importance: Medium
 Assignee: Karl Lattimer (karl-qdh)
   Status: Triaged

** Summary changed:

- current keyboard layout is wrong
+ keyboard indicator does not react to layout changes

-- 
keyboard indicator does not react to layout changes
https://bugs.launchpad.net/bugs/531290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 531290] Re: keyboard indicator does not react to layout changes

2010-08-19 Thread Martin Pitt
Another test case is to change the layout with e. g. setxkbmap de or
setxkbmap us.

-- 
keyboard indicator does not react to layout changes
https://bugs.launchpad.net/bugs/531290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620331] [NEW] please drop icon from keyboard indicator

2010-08-19 Thread Martin Pitt
Public bug reported:

Binary package hint: gnome-settings-daemon

With the indicator-fied keyboard layout we now got an extra icon to the
left of the layout name. This is redundant and takes away precious panel
real estate, and it also looks confusing: They look like two separate
indicators (all others just have an icon or just text).

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Low
 Assignee: Karl Lattimer (karl-qdh)
 Status: New

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: (unassigned) = Karl Lattimer (karl-qdh)

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = Low

-- 
please drop icon from keyboard indicator
https://bugs.launchpad.net/bugs/620331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620330] [NEW] package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-08-19 Thread Tirthankar Mitra
Public bug reported:

Failed to install any new software. dpkg manager may have some problem.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mysql-server-5.1 5.1.41-3ubuntu12.3
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
Architecture: amd64
Date: Thu Aug 19 14:21:06 2010
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
Logs.var.log.daemon.log:
 
Logs.var.log.kern.log: Aug 18 10:15:09 dcw-32 kernel: [   18.411081] type=1505 
audit(1282106709.504:14):  operation=profile_load pid=824 
name=/usr/sbin/mysqld
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['debian-5.1.flag', 'ib_logfile0', 'ib_logfile1', 
'mysql', 'mysql_upgrade_info', 'dcw-32.pid', 'ibdata1']
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1

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


** Tags: amd64 apport-package lucid

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/620330
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620330] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-08-19 Thread Tirthankar Mitra

** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt
   
https://bugs.launchpad.net/bugs/620330/+attachment/1499634/+files/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/620330/+attachment/1499635/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/620330/+attachment/1499636/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/620330/+attachment/1499637/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/620330/+attachment/1499638/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/620330/+attachment/1499639/+files/DpkgTerminalLog.txt

** Attachment added: MySQLConf.etc.mysql.my.cnf.txt
   
https://bugs.launchpad.net/bugs/620330/+attachment/1499640/+files/MySQLConf.etc.mysql.my.cnf.txt

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/620330
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620326] Re: Wrong (hardcoded) width for Play button in non-english language

2010-08-19 Thread Sebastien Bacher
Thank you for your bug report, assigning to Bilal who did the change and
subscribing kenvandine who sponsored it

** Changed in: rhythmbox (Ubuntu)
 Assignee: (unassigned) = Bilal Akhtar (bilalakhtar)

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Low

-- 
Wrong (hardcoded) width for Play button in non-english language
https://bugs.launchpad.net/bugs/620326
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620244] Re: [Realtek ALC268] Microphone jack, headphone jack and volume control, suddenly stopped working.

2010-08-19 Thread David Henningsson
So if this stopped working with an update of Lucid Lynx, the way to
verify that would be to run a live-CD of Lucid Lynx original release (i
e 10.04, not 10.04.1) and see if it is working there. Can you do that?

** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

-- 
[Realtek ALC268] Microphone jack, headphone jack and volume control, suddenly 
stopped working.
https://bugs.launchpad.net/bugs/620244
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 594205] Re: Document viewer cannot select one column in a two-columned PDF

2010-08-19 Thread Henk Broekema
Sorry, it has been a while..

Please note that I'm  completely unfamiliar with Linux.
Every now and then I'm giving it a try to see whether I would be happy to leave 
windows behind.
Unfortunately I don't have the time right now to figure out how to install the 
package. 

I've attached an example page of a pdf in which the columns are not selected 
correctly though.
At least you may be able to see if you experience the same issue..

If the problem is definitely resolved by the upgrade you propose, please
let me know!

Thanks.


** Attachment added: Example page of a pdf in which Document Viewer does not 
sellect the columns correctly
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/594205/+attachment/1499641/+files/Example.pdf

-- 
Document viewer cannot select one column in a two-columned PDF
https://bugs.launchpad.net/bugs/594205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-08-19 Thread Jan Willem
Thanks! This fixes the problem for me as well.

-- 
apache exit with signal Segmentation fault (11) on access to https:// if 
php5-curl enabled
https://bugs.launchpad.net/bugs/590639
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 527142] Re: [MIR] cluster-glue

2010-08-19 Thread Alexander Sack
mterry, could you give your final blessing here?

** Changed in: cluster-glue (Ubuntu)
 Assignee: (unassigned) = Michael Terry (mterry)

-- 
[MIR] cluster-glue
https://bugs.launchpad.net/bugs/527142
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 435343] Re: unsetting the compact option in the preference is broken

2010-08-19 Thread Christopher
Confirming this bug on a brand new 10.04 Ubuntu install.

-- 
unsetting the compact option in the preference is broken
https://bugs.launchpad.net/bugs/435343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620332] [NEW] Empathy leaks memory

2010-08-19 Thread Jeffrey Baker
Public bug reported:

Binary package hint: empathy

Lucid/64 empathy 2.30.2-0ubuntu1.  It leaks like crazy.  According to
/proc:

VmPeak:  1265672 kB
VmSize:  1265652 kB
VmLck: 0 kB
VmHWM:812188 kB
VmRSS:812168 kB
VmData:   892920 kB
VmStk:   212 kB
VmExe:   920 kB
VmLib: 51344 kB
VmPTE:  2260 kB

I have it configured with one jabber account and one aim account, and I
have very little traffic.  It seems to just leak memory while it sits
there.

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

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

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


[Bug 620331] Re: please drop icon from keyboard indicator

2010-08-19 Thread Sebastien Bacher
I'm subscribing mpt and ted to the bug as well since I guess they will
have an opinion about it

-- 
please drop icon from keyboard indicator
https://bugs.launchpad.net/bugs/620331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554514] Re: cant find resource agents

2010-08-19 Thread Giulio Spinozzi
I've solved finally
I've upgraded KDE to 4.5, from backports, and now the problem is solved, for me.

-- 
cant find resource agents
https://bugs.launchpad.net/bugs/554514
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to akonadi in ubuntu.

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


[Bug 583122] Re: firefox occasionally highlights contents of form fields while typing thereby overwriting previously entered keystrokes

2010-08-19 Thread Daniel Dunér
This might be the same bug:
https://bugs.launchpad.net/firefox/+bug/438868

According to comment #94
(https://bugs.launchpad.net/firefox/+bug/438868/comments/94) and the
following discussion, they could be related.

-- 
firefox occasionally highlights contents of form fields while typing thereby 
overwriting previously entered keystrokes
https://bugs.launchpad.net/bugs/583122
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620335] [NEW] xv video output not work on GeForce 6100 with nouveau driver

2010-08-19 Thread RussianNeuroMancer
Public bug reported:

xv video output not work on GeForce 6100 with nouveau driver.
Tested with current Lucid kernel (2.6.32) and Maverick kernel (2.6.35).

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-24-generic 2.6.32-24.39
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  irina  1574 F knotify4
  irina  1619 F kmix
CRDA: Error: [Errno 2] Нет такого файла или каталога
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xf510 irq 22'
   Mixer name   : 'Realtek ALC883'
   Components   : 'HDA:10ec0883,1458e601,0012'
   Controls  : 41
   Simple ctrls  : 23
Date: Thu Aug 19 18:12:05 2010
HibernationDevice: RESUME=UUID=dd950d5f-c4a0-444a-8da8-d07468bc5c48
InstallationMedia: Kubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
Lsusb:
 Bus 002 Device 003: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
 Bus 002 Device 002: ID 1131:1001 Integrated System Solution Corp. KY-BT100 
Bluetooth Adapter
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-24-generic 
root=UUID=34501bc9-c461-4235-87b4-cee9b4e21bfa ro quiet splash
ProcEnviron:
 LANGUAGE=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34.1
SourcePackage: linux
dmi.bios.date: 10/22/2008
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F16A
dmi.board.name: GA-M51GM-S2G
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF16A:bd10/22/2008:svn:pn:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-M51GM-S2G:rvrx.x:cvn:ct3:cvr:

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


** Tags: amd64 apport-bug lucid needs-upstream-testing resume suspend

-- 
xv video output not work on GeForce 6100 with nouveau driver
https://bugs.launchpad.net/bugs/620335
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 620335] Re: xv video output not work on GeForce 6100 with nouveau driver

2010-08-19 Thread RussianNeuroMancer

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499645/+files/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499646/+files/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499647/+files/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499648/+files/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499649/+files/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499650/+files/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499651/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499652/+files/Dependencies.txt

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499653/+files/IwConfig.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/620335/+attachment/1499654/+files/Lspci.txt

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499655/+files/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499656/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499657/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499658/+files/ProcModules.txt

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/620335/+attachment/1499659/+files/RfKill.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/620335/+attachment/1499660/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/620335/+attachment/1499661/+files/UdevLog.txt

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/620335/+attachment/1499662/+files/WifiSyslog.txt

-- 
xv video output not work on GeForce 6100 with nouveau driver
https://bugs.launchpad.net/bugs/620335
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620334] [NEW] indicator variants in a same layout displayed the same way

2010-08-19 Thread Sebastien Bacher
Public bug reported:

Binary package hint: gnome-settings-daemon

The issue is new with the indicator and similar to
https://bugzilla.gnome.org/show_bug.cgi?id=613853 which has been fixed
in libgnomekbd

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Low
 Assignee: Karl Lattimer (karl-qdh)
 Status: Triaged

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = Triaged

** Changed in: gnome-settings-daemon (Ubuntu)
Milestone: None = ubuntu-10.10-beta

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: (unassigned) = Karl Lattimer (karl-qdh)

-- 
indicator variants in a same layout displayed the same way
https://bugs.launchpad.net/bugs/620334
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620334] Re: indicator variants in a same layout displayed the same way

2010-08-19 Thread Sebastien Bacher
The issue is basically if you have 2 variants from the same layout you
should append a number to the layout to distinguish those

-- 
indicator variants in a same layout displayed the same way
https://bugs.launchpad.net/bugs/620334
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620333] [NEW] indicator variants in a same layout displayed the same way

2010-08-19 Thread Sebastien Bacher
Public bug reported:

Binary package hint: gnome-settings-daemon

The issue is new with the indicator and similar to
https://bugzilla.gnome.org/show_bug.cgi?id=613853 which has been fixed
in libgnomekbd

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Low
 Status: Invalid

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = Triaged

** Changed in: gnome-settings-daemon (Ubuntu)
Milestone: None = ubuntu-10.10-beta

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: (unassigned) = Karl Lattimer (karl-qdh)

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: Karl Lattimer (karl-qdh) = (unassigned)

** Changed in: gnome-settings-daemon (Ubuntu)
Milestone: ubuntu-10.10-beta = None

-- 
indicator variants in a same layout displayed the same way
https://bugs.launchpad.net/bugs/620333
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620333] Re: indicator variants in a same layout displayed the same way

2010-08-19 Thread Sebastien Bacher
launchpad slowness leaded to duplicate filing closing this one

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Triaged = Invalid

-- 
indicator variants in a same layout displayed the same way
https://bugs.launchpad.net/bugs/620333
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620300] Re: Doesn't generate authenticated package

2010-08-19 Thread Bug Watch Updater
** Changed in: apt-build (Debian)
   Status: Unknown = New

-- 
Doesn't generate authenticated package
https://bugs.launchpad.net/bugs/620300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 616528] Re: Validate password strength and matching when resetting password

2010-08-19 Thread Łukasz Czyżykowski
Anthony, can you explain in more detail what do you mean by that?

-- 
Validate password strength and matching when resetting password
https://bugs.launchpad.net/bugs/616528
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 599525] Re: Frets on Fire description is confusing

2010-08-19 Thread Vish
Andrew, dug deeper here and found two bugs related to fretsonfire, and
will be fixing both of them:

and471 I have just noticed a bug in app-install-data, it should point to the 
meta package, not just the games files
and471 but app-install-data incorrectly points to fretsonfire-game

and471 I shall make a merge request for app-install-data to use the 
metapckage, not the game code package
and471 and just change the description for the metapackage, 
http://pastebin.ubuntu.com/480315/ of their slogan

-- 
Frets on Fire description is confusing
https://bugs.launchpad.net/bugs/599525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 550261] Re: Backups cannot be started through the GUI

2010-08-19 Thread Stefano Rivera
** Changed in: sbackup (Ubuntu)
   Status: Incomplete = Fix Committed

-- 
Backups cannot be started through the GUI
https://bugs.launchpad.net/bugs/550261
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 550261] Re: Backups cannot be started through the GUI

2010-08-19 Thread Launchpad Bug Tracker
This bug was fixed in the package sbackup - 0.10.5+nmu1ubuntu2

---
sbackup (0.10.5+nmu1ubuntu2) maverick; urgency=low

  * Use subprocess instead of os.spawnl to launch the backup. Thanks to
Jean-Peer Lorenz (LP: #550261)
 -- Stefano Rivera stefa...@ubuntu.com   Thu, 19 Aug 2010 11:14:55 +0200

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

-- 
Backups cannot be started through the GUI
https://bugs.launchpad.net/bugs/550261
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 531290] Re: keyboard indicator does not react to layout changes

2010-08-19 Thread Karl Lattimer
Thanks for reporting this one, I had a feeling it *might* happen I'll
have a poke at it.

** Changed in: gnome-settings-daemon (Ubuntu Maverick)
   Status: Triaged = In Progress

-- 
keyboard indicator does not react to layout changes
https://bugs.launchpad.net/bugs/531290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438868] Re: Numerous applications have focus issues after emerging from a screensaver or suspend

2010-08-19 Thread Daniel Dunér
A bug report for the problem where text is selected and overwritten (as 
discussed in comment #40 and #94) can be found here:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/583122

The overwriting bug also has the symptoms of this bug, so they may be
related.

-- 
Numerous applications have focus issues after emerging from a screensaver or 
suspend
https://bugs.launchpad.net/bugs/438868
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620340] [NEW] package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-19 Thread rbx0122
Public bug reported:

new install

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
AptOrdering:
 man-db: Configure
 dkms: Configure
 bcmwl-kernel-source: Configure
 fakeroot: Configure
 patch: Configure
Architecture: i386
Date: Wed Aug 18 08:58:51 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: bcmwl
Title: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1

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


** Tags: apport-package i386 lucid

-- 
package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
https://bugs.launchpad.net/bugs/620340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620340] Re: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-19 Thread rbx0122

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/620340/+attachment/1499667/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/620340/+attachment/1499668/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/620340/+attachment/1499669/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/620340/+attachment/1499670/+files/DpkgTerminalLog.txt

-- 
package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
https://bugs.launchpad.net/bugs/620340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620338] [NEW] package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-19 Thread rbx0122
Public bug reported:

Binary package hint: initramfs-tools

new install

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs]
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
AptOrdering:
 man-db: Configure
 dkms: Configure
 bcmwl-kernel-source: Configure
 fakeroot: Configure
 patch: Configure
Architecture: i386
Date: Wed Aug 18 08:59:34 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.92bubuntu78 [modified: 
usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
https://bugs.launchpad.net/bugs/620338
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620338] Re: package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-19 Thread rbx0122

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/620338/+attachment/1499663/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/620338/+attachment/1499664/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/620338/+attachment/1499665/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/620338/+attachment/1499666/+files/DpkgTerminalLog.txt

-- 
package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
https://bugs.launchpad.net/bugs/620338
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620158] Re: Subtitles stay on screen until next subtitles are shown

2010-08-19 Thread Bug Watch Updater
** Changed in: gentoo
   Status: Unknown = Confirmed

-- 
Subtitles stay on screen until next subtitles are shown
https://bugs.launchpad.net/bugs/620158
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 618600] Re: .etckeeper file should be added to .gitignore

2010-08-19 Thread Jelmer Vernooij
Yes, very sure - if it was touched in the initial commit that means it's
version controlled.

etckeeper will update that file when permissions or owners/groups of
that file change.

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

-- 
.etckeeper file should be added to .gitignore
https://bugs.launchpad.net/bugs/618600
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620344] [NEW] Alt gr on the keyboard does not work

2010-08-19 Thread Anders Wallenquist
Public bug reported:

Binary package hint: sabayon

When starting the Xnest-window the Alt GR-key cease so work. Really
annoying when trying to write @ or $. Changing keyboard configuration
does not help.

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

-- 
Alt gr on the keyboard does not work
https://bugs.launchpad.net/bugs/620344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620343] [NEW] ability to connect to multiple servers at once

2010-08-19 Thread Jelmer Vernooij
Public bug reported:

Binary package hint: mumble

It would be nice if it was possible to be able to be connected to
multiple mumble servers at the same time from the same UI instance.

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

-- 
ability to connect to multiple servers at once
https://bugs.launchpad.net/bugs/620343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620342] [NEW] autodir ftbfs in maverick

2010-08-19 Thread Bhavani Shankar
Public bug reported:

Binary package hint: autodir

Buildlogs:

http://people.ubuntuwire.org/~lucas/ubuntu-
nbs/32/autodir_0.99.9-6_lubuntu32.buildlog

http://people.ubuntuwire.org/~lucas/ubuntu-
nbs/64/autodir_0.99.9-6_lubuntu64.buildlog

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

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

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


[Bug 620331] Re: please drop icon from keyboard indicator

2010-08-19 Thread Martin Pitt
Ah, actually the me-menu also has an icon plus text. But it's still
redundant IMHO.

-- 
please drop icon from keyboard indicator
https://bugs.launchpad.net/bugs/620331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620331] Re: please drop icon from keyboard indicator

2010-08-19 Thread Sebastien Bacher
The spacing on the left and right of the applet seem also different but
that's probably another bug? Or do you want to handle that discussion
there as well?

-- 
please drop icon from keyboard indicator
https://bugs.launchpad.net/bugs/620331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 613087] Re: App name stays in panel after exit

2010-08-19 Thread Neil J. Patel
** Changed in: unity
   Importance: Undecided = Medium

** Changed in: unity
   Status: New = Triaged

** Changed in: unity
Milestone: None = 2010-08-26

** Changed in: unity
 Assignee: (unassigned) = Neil J. Patel (njpatel)

-- 
App name stays in panel after exit
https://bugs.launchpad.net/bugs/613087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 461419] Re: [Karmic Lucid Maverick] Atheros AR5211 - ath5k driver connection and performance issues

2010-08-19 Thread Moritz Naumann
A fix was committed upstream yesterday:
https://bugzilla.kernel.org/show_bug.cgi?id=13892#c27

-- 
[Karmic Lucid Maverick] Atheros AR5211 - ath5k driver connection and 
performance issues
https://bugs.launchpad.net/bugs/461419
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 246272] Re: support booklet format in gnome print options

2010-08-19 Thread jowi
Booklet printing would be a very nice feature! It is available in Adobe
Reader (also for Linux).

Internally, it's but 2 pages per side and flip short edge, with a correct 
list of pages
For an 8 pages document, the pages list would be 8,1,2,7,6,3,4,5

Thus, it would be able to do it manually, if it would be possible to include 
white pages in the pages field of the print dialog.
For a 6 pages document, the pages list would have to be W,1,2,W,6,3,4,5 
where W indicates a white page

-- 
support booklet format in gnome print options
https://bugs.launchpad.net/bugs/246272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620347] [NEW] Remote TLS queries to the CIB leaks filedescriptors

2010-08-19 Thread Dag Stenstad
Public bug reported:

Binary package hint: pacemaker

I have some scripts that regularly poll cluster status remotely, and have
noticed that they stop working after a while. Investigations seems to point to
cib leaking filedescriptors:

cib 5341 hacluster 1016u  IPv4 197563  0t0TCP
node1:5225-adminserver:38057 (CLOSE_WAIT)
cib 5341 hacluster 1017u  IPv4 197580  0t0TCP
node1:5225-adminserver:38064 (CLOSE_WAIT)
cib 5341 hacluster 1018u  IPv4 197840  0t0TCP
node1:5225-adminserver:51987 (CLOSE_WAIT)

.. times 887, give or take. cib runs out of filedescriptors.

Currently running 1.0.8+hg15494-2ubuntu2 on Ubuntu Lucid.

Reported upstream:

http://developerbugs.linux-foundation.org/show_bug.cgi?id=2469

Please note that this basically breaks cib if you poll it remotely.

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

-- 
Remote TLS queries to the CIB leaks filedescriptors
https://bugs.launchpad.net/bugs/620347
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619565] Re: Maverick: once ubuntu-sso-login is started it uses high cpu and never exits

2010-08-19 Thread Roman Yepishev
*** This bug is a duplicate of bug 617041 ***
https://bugs.launchpad.net/bugs/617041

Hello,

Thanks for reporting this bug. It has already been reported as LP:617041
so this bug report is being marked as a duplicate.

** This bug has been marked a duplicate of bug 617041
   Stuck and 100% CPU usage

-- 
Maverick: once ubuntu-sso-login is started it uses high cpu and never exits
https://bugs.launchpad.net/bugs/619565
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 612544] Re: click on application or file place when the main place is opened does nothing

2010-08-19 Thread Neil J. Patel
This doesn't seem to happen in the latest release.

** Changed in: unity
   Status: New = Invalid

** Changed in: unity
 Assignee: (unassigned) = Neil J. Patel (njpatel)

-- 
click on application or file place when the main place is opened does nothing
https://bugs.launchpad.net/bugs/612544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 611002] Re: Panel background not painted correctly

2010-08-19 Thread Neil J. Patel
This is due to the assets not being the right size (we hack around it
currently). Ideally the asset would be the correct size for the panel
and not include any shadows, as we can generate that manually.

** Changed in: unity
   Importance: Undecided = Low

** Changed in: unity
   Status: New = Triaged

** Changed in: unity
Milestone: None = backlog

** Changed in: unity
 Assignee: (unassigned) = Neil J. Patel (njpatel)

** Also affects: ayatana-design
   Importance: Undecided
   Status: New

-- 
Panel background not painted correctly
https://bugs.launchpad.net/bugs/611002
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 524938] Re: Remove binary opensync-plugin-syncml from lucid

2010-08-19 Thread Bart de Koning
Sorry guys, but this is what I call a very bad fix, this is a complete
regression of functionality . With an easy fix available. Just load in
the old packages into the repositories because of backward
compatability. There is no clash of functionality if both older and
newer are installed...

libsoup2.2
libsyncml0

Steve Langasek wrote above:
someone uploads a separate source package for the old binary so that it 
continues to be security-supportable, but someone would have to commit to 
actually doing the upload. 

So how do we do that? Can you just get the source packages out of
Karmic, and put them into Lucid, or is there an easy link method
available?

@Jonathan Riddell:
I would suggest to change the name and open it again, because the bug is 
actually not covering a removal, but rather a loss of functionality. Copy and 
pasting the contents to a new bug is a bit of a waste...

-- 
Remove binary opensync-plugin-syncml from lucid
https://bugs.launchpad.net/bugs/524938
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620349] [NEW] inkscape: object can not be hidden - always visible

2010-08-19 Thread Martin Konopka
Public bug reported:

Binary package hint: inkscape

I was creating a drawing in Inkscape from scratch. I.e. I did not make
any import from some other format/file. One of the drawn objects can not
be hidden by clicking on any or all of the eye icons. It is still
visible.

I will attach my drawing. The affected object is the arrow pointing to
bottom and slightly to right-hand-side. You will easily determine it by
hiding both two layers of my drawing.

Sorry if this report is not convenient for launchpad - perhaps just
somehow forward it upstream to Inkscape developers.

Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: inkscape 0.47.0-2ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Aug 19 11:29:39 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: inkscape

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


** Tags: amd64 apport-bug lucid

-- 
inkscape: object can not be hidden - always visible
https://bugs.launchpad.net/bugs/620349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620349] Re: inkscape: object can not be hidden - always visible

2010-08-19 Thread Martin Konopka

** Attachment added: the drawing in which the bug occurred
   
https://bugs.launchpad.net/bugs/620349/+attachment/1499697/+files/otacanie_nadoby.svg

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/620349/+attachment/1499698/+files/Dependencies.txt

-- 
inkscape: object can not be hidden - always visible
https://bugs.launchpad.net/bugs/620349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619376] Re: XServer freezing on Intel IGPs

2010-08-19 Thread iskarion
Logs from the second computer with Intel G33 IGP (Kubuntu 10.4, 64 Bit)
see attachments. Also in this case
/sys/kernel/debug/dri/0/i915_error_state only contains no error state
collected.

I have been able to reproduce the problem with Ubuntu 10.04.1 32 Bit and
64 Bit live CDs. So it's not Kubuntu specific.

-- 
XServer freezing on Intel IGPs
https://bugs.launchpad.net/bugs/619376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619376] Re: XServer freezing on Intel IGPs

2010-08-19 Thread iskarion

** Attachment added: Xorg.0.log.G33.2.6.34
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/619376/+attachment/1499694/+files/Xorg.0.log.G33.2.6.34

-- 
XServer freezing on Intel IGPs
https://bugs.launchpad.net/bugs/619376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619376] Re: XServer freezing on Intel IGPs

2010-08-19 Thread iskarion

** Attachment added: ringbuffer.G33.2.6.34
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/619376/+attachment/1499695/+files/ringbuffer.G33.2.6.34

-- 
XServer freezing on Intel IGPs
https://bugs.launchpad.net/bugs/619376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619376] Re: XServer freezing on Intel IGPs

2010-08-19 Thread iskarion

** Attachment added: dmesg.G33.2.6.34
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/619376/+attachment/1499696/+files/dmesg.G33.2.6.34

-- 
XServer freezing on Intel IGPs
https://bugs.launchpad.net/bugs/619376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 610250] Re: When launching an app, grids glow around its icon

2010-08-19 Thread Neil J. Patel
** Changed in: unity
   Importance: Undecided = Low

** Changed in: unity
   Status: Confirmed = Fix Committed

** Changed in: unity
Milestone: None = 2010-08-19

** Changed in: unity
 Assignee: (unassigned) = Neil J. Patel (njpatel)

-- 
When launching an app, grids glow around its icon
https://bugs.launchpad.net/bugs/610250
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 610250] Re: When launching an app, grids glow around its icon

2010-08-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~unity-team/unity/places-visuals

-- 
When launching an app, grids glow around its icon
https://bugs.launchpad.net/bugs/610250
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 419932] Re: Kubuntu 9.04: HID does not work on Dell Vostro 1510 at cold boot

2010-08-19 Thread Fabio Marconi
** Tags added: jaunty-karmic-kde
** Tags removed: jaunty-kde

-- 
Kubuntu 9.04: HID does not work on Dell Vostro 1510 at cold boot
https://bugs.launchpad.net/bugs/419932
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606063] Re: [maverick] ERROR:capture.c:177:capture_start: assertion failed: (capture_opts-state == CAPTURE_STOPPED)

2010-08-19 Thread Gregor Beck
The eventhandler is called explicitly from several places to make the
gui more responsive which may cause capture_start being called
recursively.

The following patch makes it work for me.


** Patch added: capture.c.patch
   
https://bugs.launchpad.net/ubuntu/+source/wireshark/+bug/606063/+attachment/1499700/+files/capture.c.patch

-- 
[maverick] ERROR:capture.c:177:capture_start: assertion failed: 
(capture_opts-state == CAPTURE_STOPPED)
https://bugs.launchpad.net/bugs/606063
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 600414] Re: Missing Ratings and Window Manager info

2010-08-19 Thread Stephen Roberts
*** This bug is a duplicate of bug 432525 ***
https://bugs.launchpad.net/bugs/432525

Hi Andrew,

Thanks for the helpful reply - I will add comments as suggested.
You say though that I am still free to install gnome-app-install.  As far as I 
can tell, I can't install the gnome-app-install program.  The gnome-app-install 
package is now a dummy package that ends up installing Software Center.  
However, that is a different issue! :-)

Thanks.

-- 
Missing Ratings and Window Manager info
https://bugs.launchpad.net/bugs/600414
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620342] Re: autodir ftbfs in maverick

2010-08-19 Thread Bhavani Shankar

** Patch added: the patch diff
   
https://bugs.edge.launchpad.net/ubuntu/+source/autodir/+bug/620342/+attachment/1499699/+files/autodir.diff

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

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

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


[Bug 609346] Re: Divider near logo button sometimes disappears

2010-08-19 Thread Neil J. Patel
That treatment of the panel was actually wrong and is meant to be
replaced this week with the actual styling. Sorry for the confusion.

** Changed in: unity
   Status: New = Won't Fix

** Changed in: unity
 Assignee: Mirco Müller (macslow) = (unassigned)

-- 
Divider near logo button sometimes disappears
https://bugs.launchpad.net/bugs/609346
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 611490] Re: Evolution doesn't display HTML e-mail correctly

2010-08-19 Thread Vish
Thanks for the screenshots.
Please execute the following command, as it will automatically gather debugging 
information, in a terminal:
apport-collect 611490

This will help us to find and resolve the problem. Bear in mind that you may 
need to install the python-launchpadlib package from the universe repository.  
Additionally, when prompted to give apport-collect permissions for Launchpad 
you will need to give it at least the ability to Change Non-Private data as 
it will be adding information to your bug report.  Thanks in advance!
When reporting bugs in the future please use apport, via using 'ubuntu-bug' and 
the name of the package affected.  You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.

** Project changed: hundredpapercuts = evolution

-- 
Evolution doesn't display HTML e-mail correctly
https://bugs.launchpad.net/bugs/611490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 428239] Re: Kubuntu take too long to boot

2010-08-19 Thread Fabio Marconi
Hello mmbossoni.
I've made an installation of kubuntu 10.04.1 and everythings go well, boot 
included, all regular.

This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

Fabio

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
Kubuntu take too long to boot
https://bugs.launchpad.net/bugs/428239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 616025] Re: [needs-packaging] needs packaging django-configglue

2010-08-19 Thread Fabrice Coutadeur
** Package changed: ubuntu = django-configglue (Ubuntu)

** Changed in: django-configglue (Ubuntu)
   Status: New = Fix Released

-- 
[needs-packaging] needs packaging django-configglue
https://bugs.launchpad.net/bugs/616025
You received this bug notification because you are a member of 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 616321] Re: Evince should depend on poppler-data

2010-08-19 Thread john_hannah...@hotmail.com

Thank you Tim.  

John Hannah, B.A.Hons., M.Sc.


 
 Date: Wed, 18 Aug 2010 07:18:32 +
 From: 616...@bugs.launchpad.net
 To: john_hannah...@hotmail.com
 Subject: [Bug 616321] Re: Evince should depend on poppler-data
 
 ** Changed in: evince (Ubuntu)
 Status: New = Confirmed
 
 -- 
 Evince should depend on poppler-data
 https://bugs.launchpad.net/bugs/616321
 You received this bug notification because you are a direct subscriber
 of a duplicate bug (389182).
 
 Status in “evince” package in Ubuntu: Confirmed
 
 Bug description:
 Binary package hint: evince
 
 I am using Ubuntu 10.04 and find a number of PDFs do not render correctly. 
 After doing some analysis and working with people I found that this is 
 because the poppler-data package is not installed. Once this is installed the 
 issue goes away.
 
 As such I believe the evince package should change from suggesting 
 poppler-data to depending on it.
 
 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/evince/+bug/616321/+subscribe

-- 
Evince should depend on poppler-data
https://bugs.launchpad.net/bugs/616321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 550261] Re: Backups cannot be started through the GUI

2010-08-19 Thread Vish
Thanks Stefano Rivera for uploading to Maverick.

** Changed in: hundredpapercuts
   Status: In Progress = Fix Released

** Changed in: hundredpapercuts
 Assignee: Bilal Akhtar (bilalakhtar) = (unassigned)

-- 
Backups cannot be started through the GUI
https://bugs.launchpad.net/bugs/550261
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 550261] Re: Backups cannot be started through the GUI

2010-08-19 Thread Jean-Peer Lorenz
Sorry for being late. Finally, new stable release SBackup 0.11 is
available.

@Bilal: Could you provide some hints for the required procedure to get
the release into Maverick? FFe?

Attached is a source package for maverick. The source code is located
here (without debian files): https://launchpad.net/sbackup/+download

What next?

-- 
Backups cannot be started through the GUI
https://bugs.launchpad.net/bugs/550261
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 550261] Re: Backups cannot be started through the GUI

2010-08-19 Thread Jean-Peer Lorenz

** Attachment added: SBackup 0.11.0 source package for Maverick
   
https://bugs.launchpad.net/ubuntu/+source/sbackup/+bug/550261/+attachment/1499701/+files/source_package-sbackup0.11.0ubuntu1%7Emaverick1.tar.gz

-- 
Backups cannot be started through the GUI
https://bugs.launchpad.net/bugs/550261
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620354] [NEW] package nvidia-current 195.36.15-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-19 Thread Nick Dolan
Public bug reported:

runing of USB drive on Lenovo T61

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-current 195.36.15-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Thu Aug 19 10:45:32 2010
DkmsStatus:
 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MachineType: LENOVO 766513G
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt cdrom-detect/try-usb=true 
persistent file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
SourcePackage: nvidia-graphics-drivers
Title: package nvidia-current 195.36.15-0ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
dmi.bios.date: 04/08/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 7LETC7WW (2.27 )
dmi.board.name: 766513G
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7LETC7WW(2.27):bd04/08/2010:svnLENOVO:pn766513G:pvrThinkPadT61:rvnLENOVO:rn766513G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 766513G
dmi.product.version: ThinkPad T61
dmi.sys.vendor: LENOVO
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-21-generic

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package nvidia-current 195.36.15-0ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/620354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620354] Re: package nvidia-current 195.36.15-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-19 Thread Nick Dolan

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499702/+files/AptOrdering.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499703/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499704/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499705/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499706/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499707/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499708/+files/DpkgTerminalLog.txt

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499709/+files/GdmLog.txt

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499710/+files/GdmLog1.txt

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499711/+files/GdmLog2.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499712/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499713/+files/Lsusb.txt

** Attachment added: PciDisplay.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499714/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499715/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499716/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499717/+files/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499718/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499719/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499720/+files/UdevLog.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499721/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499722/+files/XorgLogOld.txt

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499723/+files/Xrandr.txt

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499724/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/620354/+attachment/1499725/+files/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/620354/+attachment/1499726/+files/xkbcomp.txt

-- 
package nvidia-current 195.36.15-0ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/620354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619521] Re: pam_apparmor fails to hunt through the hats

2010-08-19 Thread Steve Beattie
I've tested locally the change and sent the proposed patch to the
upstream list.

John Gray: for testing the fix on lucid, I've uploaded a version of
apparmor with the fix to my personal ppa at
https://launchpad.net/~sbeattie/+archive/ppa .

** Changed in: apparmor
   Status: Triaged = In Progress

** Also affects: apparmor/2.5
   Importance: Undecided
   Status: New

** Changed in: apparmor/2.5
   Status: New = In Progress

** Changed in: apparmor/2.5
   Importance: Undecided = Medium

** Changed in: apparmor/2.5
Milestone: None = 2.5.1

-- 
pam_apparmor fails to hunt through the hats
https://bugs.launchpad.net/bugs/619521
You received this bug notification because you are a member of 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   >