[Bug 1609546] Re: Slow DNS lookup through Netgear DG834G V4 router

2016-10-31 Thread Pauli Virtanen
I'm seeing a similar issue on current Ubuntu Yakkety with Android phone
AP via WPA2-personal:

$ systemd-resolve www.guugle.com
www.guugle.com: 208.73.210.200
208.73.210.214
208.73.211.178
208.73.210.217
-- Information acquired via protocol DNS in 13.6889s.
-- Data is authenticated: no

`host www.guugle.com` and nslookup on the other hand return immediately
during this time. Disabling DNSSEC and restarting systemd-resolved using
the instructions above has no effect (the above trace is after
disabling).

syslog contains the lines:

Oct 31 20:25:41 x systemd-resolved[5309]: Using degraded feature set
(UDP+EDNS0+DO) for DNS server 127.0.0.1.

resolv.conf contains only `nameserver 127.0.0.1`. The problem disappears
if I add also the line `nameserver 192.168.43.1` (that's the upstream
DNS) --- however, the following line appears in the logs:

Oct 31 20:34:05 x systemd-resolved[5309]: Using degraded feature set
(UDP) for DNS server 192.168.43.1.

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

Title:
  Slow DNS lookup through Netgear DG834G V4 router

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1609546/+subscriptions

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


[Bug 1578444] Re: Unable to load Atom 'find_elements' on Ubuntu 16.04

2016-07-23 Thread Pauli Virtanen
It's because of this: 
http://changelogs.ubuntu.com/changelogs/pool/universe/p/phantomjs/phantomjs_2.1.1+dfsg-2/changelog
"""
phantomjs (2.1.1+dfsg-1) unstable; urgency=medium
  ...
  * Disabled Ghostdriver due to pre-built source-less Selenium blobs.
"""

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

Title:
  Unable to load Atom 'find_elements' on Ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phantomjs/+bug/1578444/+subscriptions

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


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-05-04 Thread Pauli Virtanen
jeremy-list's suggestion works --- for me, step 2. could be replaced by
`dconf reset -f /desktop/ibus/engine/pinyin` so that it only resets the
pinyin engine settings.

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

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

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


[Bug 1303385] [NEW] attic fails with ImportError on startup

2014-04-06 Thread Pauli Virtanen
Public bug reported:

Starting attic fails with

$ attic
Traceback (most recent call last):
  File /usr/bin/attic, line 2, in module
from attic.archiver import main
  File /usr/lib/python3/dist-packages/attic/archiver.py, line 10, in module
from attic.archive import Archive
  File /usr/lib/python3/dist-packages/attic/archive.py, line 12, in module
from attic.chunker import chunkify
ImportError: No module named 'attic.chunker'

The reason is that /usr/bin/attic starts with #!/usr/bin/python3,
which on Ubuntu trusty is alias for python 3.4, whereas the attic
package 0.10-1 contains compiled modules only for Python 3.3.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: attic 0.10-1
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
Date: Sun Apr  6 18:42:28 2014
InstallationDate: Installed on 2013-06-06 (303 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: attic
UpgradeStatus: Upgraded to trusty on 2014-04-06 (0 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  attic fails with ImportError on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/attic/+bug/1303385/+subscriptions

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


[Bug 852775] Re: Realtek ALC887-VD, Microphone background noise

2013-11-13 Thread Pauli Virtanen
Same on Ubuntu 13.10. Mic works OK in Windows 8 on the same machine.

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

Title:
  Realtek ALC887-VD, Microphone background noise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/852775/+subscriptions

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-08 Thread Pauli Virtanen
@Ryan McClure:

Check from dmesg which firmware you are using. Also, give the sha1sum of
the corresponding firmware (otherwise it's not possible to know which
one you have):

$ dmesg|grep -i firmw
[   12.149725] rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
$ sha1sum /lib/firmware/rtlwifi/rtl8192cfw.bin
bbd9b4e2c53e18df3aed03d22eee8d8c22ef9a8e

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902557/+subscriptions

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-08 Thread Pauli Virtanen
If they are the same, then there is probably some other difference in
our hardware (my adapter was sold as Asus PCE-N15, not sure how to
identify it better). Good luck for the ubuntu/kernel developers to trace
this issue...

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902557/+subscriptions

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-07 Thread Pauli Virtanen
Things seem also be working without problems with the Ubuntu-supplied
driver in linux-image-3.8.0-27-generic 3.8.0-27.40, but with the newer
firmware.

$ sha1sum /lib/firmware/rtlwifi/rtl8192cfw.bin 
bbd9b4e2c53e18df3aed03d22eee8d8c22ef9a8e  /lib/firmware/rtlwifi/rtl8192cfw.bin

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902557/+subscriptions

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


[Bug 420963] Re: file command reports incorrect mime type for mkv files

2013-08-05 Thread Pauli Virtanen
Bug is still present in 5.11-2ubuntu4

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

Title:
  file command reports incorrect mime type for mkv files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file/+bug/420963/+subscriptions

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-07-14 Thread Pauli Virtanen
Here's one more data point:

I have Realtek PCI adapter that lspci reports as Realtek Semiconductor Co., 
Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01).
It uses the rtl8192ce driver. With the default driver and firmware supplied by 
Ubuntu 13.04 (linux-image-3.8.0-23-generic, 3.8.0-23.34;   firmware 
rtl8192cfw.bin, sha1 4fc1e72c5f82cf95c62050c56cce074d90c3e579) the connection 
was very unstable, exactly as described in the above comments. That is, 
reason=6 and reason=15 disconnects, and the link going dead after some time 
from connection.

I obtained Realtek's vendor rtl8192ce driver version 0012.0207.2013 from
their download site and built it.

First, I forgot to upgrade the firmware, only loading the newly built
rtl8192ce.ko. This did not improve the situation, and similar problems
as with the Ubuntu-supplied driver persisted.

Then, I upgraded also the firmware (to rtl8192cfw.bin, sha1
bbd9b4e2c53e18df3aed03d22eee8d8c22ef9a8e). The connection seems now
quite stable, the dropouts seem to be gone now.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902557/+subscriptions

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-07-14 Thread Pauli Virtanen
I forgot to mention that prior to that, I also tested the backports
driver from `backports-3.10-rc1-2.tar.bz2`. It did not improve the
situation. Of course, this was still with the sha1 4fc1e72c5f8...
firmware bundled with Ubuntu 13.04.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902557/+subscriptions

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


[Bug 1175139] [NEW] python-dap causes UserWarning: Module dap... printed in other python programs

2013-05-01 Thread Pauli Virtanen
Public bug reported:

Installing python-dap 2.2.6.7-1 causes many Python programs to print
messages like

UserWarning: Module dap was already imported from None, but 
/usr/lib/python2.7/dist-packages is being added to sys.path
  from pkg_resources import load_entry_point

This occurs also when

 import pkg_resources
__main__:1: UserWarning: Module dap was already imported from None, but 
/usr/lib/python2.7/dist-packages is being added to sys.path

These messages are very annoying and pollute program output
unnecessarily.

The fix is outlined here: http://stackoverflow.com/questions/13915269
/why-do-i-get-userwarning-module-dap-was-already-imported-from-none

Namely, the dap packaging is apparently incorrectly packaged, and
missing the top-level module as a namespace package in:
/usr/lib/python2.7/dist-packages/dap-2.2.6.7.egg-
info/namespace_packages.txt

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: python-dap 2.2.6.7-1 [modified: 
usr/share/pyshared/dap-2.2.6.7.egg-info/namespace_packages.txt]
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Wed May  1 15:09:55 2013
InstallationDate: Installed on 2010-11-02 (910 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: pydap
UpgradeStatus: Upgraded to raring on 2013-04-13 (17 days ago)

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


** Tags: amd64 apport-bug raring

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

Title:
  python-dap causes UserWarning: Module dap... printed in other python
  programs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pydap/+bug/1175139/+subscriptions

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


[Bug 1170542] Re: libblas3gf crash caused by AMD prefetchw instruction on Intel CPU

2013-04-19 Thread Pauli Virtanen
@Davy Zhu: list `dpkg --list|grep -i libatlas` and check that `readlink
-f /usr/lib/libblas.so.3gf` points to an Ubuntu-provided BLAS.

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

Title:
  libblas3gf crash caused by AMD prefetchw instruction on Intel CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blas/+bug/1170542/+subscriptions

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


[Bug 1170542] Re: libblas3gf crash caused by AMD prefetchw instruction on Intel CPU

2013-04-19 Thread Pauli Virtanen
The `libatlas3gf-base_3.8.4-3build1_amd64.deb` package in Precise does
contain 3DNow! instructions:

$ objdump -d libblas.so.3gf | grep -c prefetchw
348

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

Title:
  libblas3gf crash caused by AMD prefetchw instruction on Intel CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blas/+bug/1170542/+subscriptions

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


[Bug 1031882] Re: precise-quantal upgrade fails, with a UnicodeDecodeError

2012-09-30 Thread Pauli Virtanen
Ran into the same issue on fi_FI.UTF-8 locale. Unsetting LC_*, LANG*
environment variables and setting LC_ALL=C got rid of the error.

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

Title:
  precise-quantal upgrade fails, with a UnicodeDecodeError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1031882/+subscriptions

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


[Bug 644854] Re: python-profiler fails to install due to manually installed python2.5

2011-06-08 Thread Pauli Virtanen
Fails also on Natty --- there it's more probable to occur, because
Ubuntu no longer ships 2.5 packages, so if you have it, you have to
install it manually to /usr/local

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

Title:
  python-profiler fails to install due to manually installed python2.5

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


[Bug 376739] Re: matrix multiplication with libatlas gives wrong result for big matrices

2011-05-19 Thread Pauli Virtanen
*** This bug is a duplicate of bug 406520 ***
https://bugs.launchpad.net/bugs/406520

** This bug has been marked a duplicate of bug 406520
   libatlas3gf-sse2 zgemv function gives wrong result
 * You can subscribe to bug 406520 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/atlas/+bug/406520/+subscribe

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

Title:
  matrix multiplication with libatlas gives wrong result for big
  matrices

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


[Bug 774795] Re: gnome-terminal corruption when switching workspaces

2011-05-10 Thread Pauli Virtanen
Probably related: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/778083

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

Title:
  gnome-terminal corruption when switching workspaces

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


[Bug 778083] Re: Switching workspaces does not always redraw everything necessary

2011-05-10 Thread Pauli Virtanen
** Changed in: xorg-server (Ubuntu)
   Status: New = Incomplete

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = New

** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

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

Title:
  Switching workspaces does not always redraw everything necessary

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


[Bug 778083] Re: Switching workspaces does not always redraw everything necessary

2011-05-09 Thread Pauli Virtanen
I'm seeing the same thing, on Intel 945GME. Happens when using Metacity,
but not when using Compiz.

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

Title:
  Switching workspaces does not always redraw everything necessary

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


[Bug 778217] Re: illegal instruction crash when solving least-squares problem

2011-05-06 Thread Pauli Virtanen
Worksforme with libatlas3gf-base, but I have a processor with SSE3.

I'm seeing this with libatlas3gf-base: (based on opcodes in the
assembler dump of the binaries)

$ detect_cpu_extensions /usr/lib/atlas-base/*.so
/usr/lib/atlas-base/libatlas.so: 3dnow mmx pentium_pro sse sse2 sse3
/usr/lib/atlas-base/libcblas.so: pentium_pro sse sse2
/usr/lib/atlas-base/libf77blas.so: pentium_pro sse sse2
/usr/lib/atlas-base/liblapack_atlas.so: pentium_pro sse sse2

IIRC, Atlas does not have runtime CPU extension detection, so this
apparently means the binary shipped with Ubuntu will only work on modern
processors with SSE3. I note that currently it seems that te
libatlas3gf-base is the only ATLAS package --- the *-sse* versions seem
to have been removed.

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

Title:
  illegal instruction crash when solving least-squares problem

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


[Bug 778217] Re: illegal instruction crash when solving least-squares problem

2011-05-06 Thread Pauli Virtanen
It's an ATLAS issue, so setting the Numpy part to Invalid.

** Changed in: python-numpy (Ubuntu)
   Status: New = Invalid

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

Title:
  illegal instruction crash when solving least-squares problem

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


[Bug 761660] Re: Ambinace: the active dark gnome-terminal tab is hard to distinguish from the unactive ones

2011-04-23 Thread Pauli Virtanen
Yes, the active tab is very difficult to distinguish.

** Changed in: light-themes (Ubuntu)
   Status: New = Confirmed

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

Title:
  Ambinace: the active dark gnome-terminal tab is hard to distinguish
  from the unactive ones

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


[Bug 674138] Re: Global appmenu breaks sloppy focus

2011-04-23 Thread Pauli Virtanen
Here's a quick work-around. Many caveats included:

***

Change the indicator appmenu to to base the menu shown on window stacking
rather than solely on the input focus. This works slightly better under the
sloppy focus scheme.

There are, however, some caveats:

* I didn't test what happens with the usual click-to-focus

* There is no visual indication of which window has the menu.

* A patch to compiz is required to make the stacking be always up-to-
date.

* Always-on-top and desktop windows are still handled the old way.
  The issue is that these windows never receive stacking changes,
  and therefore the only way to deal with them is via the input focus.

  Fixing this requires a complete separation of the menu focus from the input
  focus --- this can only be done within Compiz, and the information should
  from there be communicated to indicator-appmenu e.g. via a root window
  attribute.


** Patch added: Work-around -- use stacking instead of input focus for 
tracking the menu
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/674138/+attachment/2084598/+files/indicator-appmenu-sloppy-v1.patch

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

Title:
  Global appmenu breaks sloppy focus

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


[Bug 674138] Re: Global appmenu breaks sloppy focus

2011-04-23 Thread Pauli Virtanen
** Patch added: Work-around -- force compiz to keep stacking order always 
up-to-date
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/674138/+attachment/2084599/+files/compiz-sloppy-v1.patch

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

Title:
  Global appmenu breaks sloppy focus

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


[Bug 767724] Re: Put plugin moves windows to wrong viewport

2011-04-21 Thread Pauli Virtanen
Seems to be related: https://bugs.launchpad.net/ubuntu/+source/compiz-
fusion-plugins-main/+bug/684019

This bug makes a major part of the Put plugin functionality useless,
so it would be extremely nice to have it fixed.

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

Title:
  Put plugin moves windows to wrong viewport

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


[Bug 768168] [NEW] Windows become hidden/minimized when switching viewports

2011-04-21 Thread Pauli Virtanen
Public bug reported:

Binary package hint: compiz

To reproduce:

- Configure Compiz to use a 3x3 grid (or something similar) of viewports
(the Desktop Wall plugin)

- Open several windows on different viewports

- Switch between viewports using Viewport Switcher plugin hotkeys

- Observe that sometimes the windows on the viewport you switched from
become hidden. Switching back to the viewport, they reappear only on
Alt+Tab.

- Sometimes, they also reappear when switching viewports again, or
invoking Expo.

This is with Unity, so I cannot distinguish between minimized and
disappeared windows.

Note that this occurs on a relatively slow Asus EEE mini-notebook. I
don't recall seeing this on my faster computer with a similar Natty
setup.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: compiz 1:0.9.4+bzr20110415-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,imgpng,snap,grid,mousepoll,move,gnomecompat,wall,resize,place,unitymtgrabhandles,put,regex,vpswitch,session,animation,expo,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
CompositorRunning: compiz
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1024x600 1024x600
 edid-base64: 
AP///wAiZOkDSScCABETAQOAFg14CoYmlFdRkCchT1QBAQEBAQEBAQEBAQEBAQEBlBEAsEBYGSA1I0UA3IEZFhQA2EBYJiBdIxUE3IEA/gAA/gEAAFY=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Thu Apr 21 10:51:02 2011
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Mobile 945GME Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8340]
   Subsystem: ASUSTeK Computer Inc. Device [1043:8340]
MachineType: ASUSTeK Computer INC. 1000HE
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fi_FI:en
 PATH=(custom, user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: root=/dev/mapper/vg-root ro quiet splash
ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Renderer: Unknown
SourcePackage: compiz
UpgradeStatus: Upgraded to natty on 2011-04-20 (0 days ago)
XorgConf: Error: [Errno 13] Lupa evätty: '/etc/X11/xorg.conf'
dmi.bios.date: 03/05/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0607
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1000HE
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0607:bd03/05/2009:svnASUSTeKComputerINC.:pn1000HE:pvrx.x:rvnASUSTeKComputerINC.:rn1000HE:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 1000HE
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: apport-bug compiz-0.9 i386 natty running-unity ubuntu

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

Title:
  Windows become hidden/minimized when switching viewports

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

[Bug 768168] Re: Windows become hidden/minimized when switching viewports

2011-04-21 Thread Pauli Virtanen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768168

Title:
  Windows become hidden/minimized when switching viewports

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


[Bug 733985] Re: keyboard shortcuts dont get handled when defaults are changed

2011-04-20 Thread Pauli Virtanen
Completely deactivating the Expo (and Scale) plugins seems to remove the
ghost shortcuts (i.e. Super+E when Expo is configured to use some
other key via CCSM).

However, after enabling and disabling the plugins (in different orders),
the ghost shortcuts vanished completely even when Expo is enabled. I'm
not exactly sure what happened, and reproducing it seems difficult,
though.

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

Title:
  keyboard shortcuts dont get handled when defaults are changed

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


[Bug 767724] [NEW] Put plugin moves windows to wrong viewport

2011-04-20 Thread Pauli Virtanen
Public bug reported:

Binary package hint: compiz

To reproduce (Compiz 1:0.9.4+bzr20110415-0ubuntu2 on Natty):

1. Enable the Put plugin, and specify key shortcuts for Put On
Viewport X for different viewports.

2. Press the shortcuts to move two windows to different viewports.

3. Observe that both windows end up on the *same* viewport, although the
shortcuts for different viewports were pressed. In fact, all of the
shortcuts move the windows to the same viewport.

How it should work: pressing the shortcut should move the window to the
viewport the shortcut corresponds to.

There's still some time before Natty is out, but I'll report this just
in case.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: compiz 1:0.9.4+bzr20110415-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] On hakemisto: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  270.41.06  Mon Apr 18 14:53:56 
PDT 2011
 GCC version:  gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,move,imgpng,place,vpswitch,regex,switcher,snap,mousepoll,resize,put,grid,animation,gnomecompat,session,wall,extrawm,thumbnail,fade,workarounds,scale]
CompositorRunning: compiz
Date: Wed Apr 20 22:51:39 2011
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 blcr, 0.8.2: added 
 nvidia-current, 270.41.06, 2.6.38-8-generic, x86_64: installed
GraphicsCard:
 nVidia Corporation GF106 [GeForce GTX 460M] [10de:0dd1] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:2043]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
InstallationMedia_: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
JockeyStatus: xorg:nvidia_current - NVIDIA-näytönohjaimien ajuri (Suljettu, 
Asennettu, Ei käynnissä)
MachineType: ASUSTeK Computer Inc. G53JW
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fi_FI:en
 PATH=(custom, user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic 
root=/dev/mapper/main-root ro quiet splash vt.handoff=7
ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Renderer: Unknown
SourcePackage: compiz
UpgradeStatus: Upgraded to natty on 2011-04-18 (1 days ago)
XorgConf: Error: [Errno 13] Lupa evätty: '/etc/X11/xorg.conf'
dmi.bios.date: 10/05/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: G53JW.209
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: G53JW
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrG53JW.209:bd10/05/2010:svnASUSTeKComputerInc.:pnG53JW:pvr1.0:rvnASUSTeKComputerInc.:rnG53JW:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: G53JW
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
version.ia32-libs: ia32-libs 20090808ubuntu12
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: amd64 apport-bug compiz-0.9 natty ubuntu

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

Title:
  Put plugin moves windows to wrong viewport

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

[Bug 767724] Re: Put plugin moves windows to wrong viewport

2011-04-20 Thread Pauli Virtanen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767724

Title:
  Put plugin moves windows to wrong viewport

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


[Bug 705354] Re: scipy.signal.convolve and related functions give drastically different results on karmic vs. lucid

2011-01-26 Thread Pauli Virtanen
It's a bug in python-imaging, not in Scipy. Verified on maverick:
python-imaging version 1.1.6 produces garbled images, whereas 1.1.7 is
OK.


** Also affects: python-imaging (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  scipy.signal.convolve and related functions give drastically different
  results on karmic vs. lucid

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


[Bug 705354] Re: scipy.signal.convolve and related functions give drastically different results on karmic vs. lucid

2011-01-26 Thread Pauli Virtanen
** Changed in: python-scipy (Ubuntu)
   Status: New = Invalid

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

Title:
  scipy.signal.convolve and related functions give drastically different
  results on karmic vs. lucid

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


[Bug 664276] Re: python-numpy doc related build failure

2011-01-26 Thread Pauli Virtanen
The Sphinx extensions in Numpy 1.4.1 probably don't work properly with current 
versions of Sphinx (= 1.0).
If you need still to use 1.4.1, you can try grabbing updated content for the 
`doc/sphinxext` directory
from Numpy Git repo.

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

Title:
  python-numpy doc related build failure

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


[Bug 671979] Re: Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)

2011-01-13 Thread Pauli Virtanen
I haven't seen these errors any more in recent Ubuntu kernels. linux-
image-2.6.35-24-generic  2.6.35-24.42 functions OK, so either something
has changed in my system (no idea what it could be; no h/w changes), or
the issue has been fixed.

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

Title:
  Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)

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


[Bug 685469] Re: ftbfs with python2.7

2010-12-17 Thread Pauli Virtanen
Probably this one:

http://projects.scipy.org/numpy/ticket/1345

And the fix (included in Numpy = 1.5.0):

http://projects.scipy.org/numpy/changeset/8394

** Bug watch added: projects.scipy.org/numpy/ #1345
   http://projects.scipy.org/numpy/ticket/1345

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

Title:
  ftbfs with python2.7

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


[Bug 689271] [NEW] Evolution fails to decrypt GPG message if signature (not encryption) key is not available

2010-12-12 Thread Pauli Virtanen
Public bug reported:

Binary package hint: evolution

It seems that the bug
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/90339 has
reappeared in evolution 2.30.3-1ubuntu7.1

Actual results:

1) I receive a GPG encrypted mail, sent to my public key. However, the
mail is signed with a key not in my keyring.

2) Evolution does not display the mail, instead it displays a red error
text output from GPG, with a message that the public key used for the
signature was not found.

3) Result: I cannot read the mail using Evolution. However, I am able to
read the mail on the command line by using `gpg --decrypt` -- it shows a
warning about missing signature key, but also shows the mail body.

Expected results:
Evolution should show the mail body, plus a broken seal at the bottom 
indicating that the signature public key was not found.

Does this happen every time?
Yes.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.1
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelModules: ath9k nvidia mac80211 ath9k_common ath9k_hw ath cfg80211 
compat
Architecture: amd64
Date: Sun Dec 12 15:13:56 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution

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


** Tags: amd64 apport-bug maverick

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

Title:
  Evolution fails to decrypt GPG message if signature (not encryption) key is 
not available

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


[Bug 689271] Re: Evolution fails to decrypt GPG message if signature (not encryption) key is not available

2010-12-12 Thread Pauli Virtanen


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

Title:
  Evolution fails to decrypt GPG message if signature (not encryption) key is 
not available

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


[Bug 671979] Re: Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)

2010-11-07 Thread Pauli Virtanen
Similar messages were noted also in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/577702 and
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/321412

However, it's maybe clearest to keep this bug report separate, since in
those cases there were also other problems.

-- 
Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)
https://bugs.launchpad.net/bugs/671979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 671979] Re: Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)

2010-11-07 Thread Pauli Virtanen
Adding pci=nommconf to boot options makes these messages to vanish.

-- 
Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)
https://bugs.launchpad.net/bugs/671979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 671979] [NEW] Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)

2010-11-06 Thread Pauli Virtanen
Public bug reported:

On a newly bought laptop (Asus G53JW), on Ubuntu 10.10 (linux-
image-2.6.35-22-generic), logs fill up from messages like this:

[ 1108.493365] pcieport :00:03.0: AER: Corrected error received: id=0018
[ 1108.493378] pcieport :00:03.0: PCIe Bus Error: severity=Corrected, 
type=Physical Layer, id=0018(Receiver ID)
[ 1108.493385] pcieport :00:03.0:   device [8086:d138] error 
status/mask=0001/1100
[ 1108.493391] pcieport :00:03.0:[ 0] Receiver Error

They appear shortly after boot. Everything seems to be nevertheless
working. However, the logs get filled up by these messages, and can
quickly swell up to GB size.

Not sure if this is related: I've also experienced some ~20s hangs when
using the proprietary Nvidia drivers in heavy 3D graphics, which may be
related. However, these errors appear also without using those drivers
(or having the nvidia ever been loaded) -- the attached debug info is
from a boot without the proprietary drivers.

I'll try to follow up with tests with the mainline kernel.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-generic 2.6.35.22.23
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC259 Analog [ALC259 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pauli  3114 F pulseaudio
 /dev/snd/seq:timidity   2730 F timidity
CRDA: Error: [Errno 2] Tiedostoa tai hakemistoa ei ole
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xdc60 irq 53'
   Mixer name   : 'Realtek ALC259'
   Components   : 'HDA:10ec0269,10431083,00100100'
   Controls  : 16
   Simple ctrls  : 9
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xd608 irq 17'
   Mixer name   : 'Nvidia ID 11'
   Components   : 'HDA:10de0011,10de0101,00100100'
   Controls  : 0
   Simple ctrls  : 0
Card1.Amixer.values:
 
Date: Sat Nov  6 22:55:18 2010
HibernationDevice: RESUME=UUID=f5613820-aab4-45b0-a68f-19397460bb5c
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: ASUSTeK Computer Inc. G53JW
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-22-generic root=/dev/mapper/main-root 
ro single
ProcEnviron:
 PATH=(custom, no user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.38
SourcePackage: linux
dmi.bios.date: 10/05/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: G53JW.209
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: G53JW
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrG53JW.209:bd10/05/2010:svnASUSTeKComputerInc.:pnG53JW:pvr1.0:rvnASUSTeKComputerInc.:rnG53JW:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: G53JW
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-bug kernel-uncat maverick needs-upstream-testing

-- 
Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)
https://bugs.launchpad.net/bugs/671979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 671979] Re: Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)

2010-11-06 Thread Pauli Virtanen


-- 
Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)
https://bugs.launchpad.net/bugs/671979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 671979] Re: Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)

2010-11-06 Thread Pauli Virtanen
These seem to appear also under the mainline linux-
image-2.6.37-999-generic 2.6.37-999.201011060905:

[  192.339504] pcieport :00:03.0: AER: Corrected error received: id=0018
[  192.339518] pcieport :00:03.0: PCIe Bus Error: severity=Corrected, 
type=Physical Layer, id=0018(Receiver ID)
[  192.339525] pcieport :00:03.0:   device [8086:d138] error 
status/mask=0001/1100
[  192.339530] pcieport :00:03.0:[ 0] Receiver Error (First)

Not sure yet if I the rate at which they occur can become high under
some conditions, but seems likely.


** Tags removed: needs-upstream-testing

-- 
Repeated (spurious?) pcieport errors in logs (PCIe Bus Error)
https://bugs.launchpad.net/bugs/671979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 458202] Re: Please upgrade libatlas to the latest upstream version

2010-10-04 Thread Pauli Virtanen
Maverick is at 3.8.3 from  2009-02-18, the latest stable release.

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

-- 
Please upgrade libatlas to the latest upstream version
https://bugs.launchpad.net/bugs/458202
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 406520] Re: libatlas3gf-sse2 zgemv function gives wrong result

2010-10-04 Thread Pauli Virtanen
Seems to be finally fixed in the 3.8.3-22ubuntu2 packages in Maverick.

-- 
libatlas3gf-sse2 zgemv function gives wrong result
https://bugs.launchpad.net/bugs/406520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 406520] Re: libatlas3gf-sse2 zgemv function gives wrong result

2010-10-04 Thread Pauli Virtanen
Getting a fix also in the Lucid LTS would be nice, however.

-- 
libatlas3gf-sse2 zgemv function gives wrong result
https://bugs.launchpad.net/bugs/406520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 376739] Re: matrix multiplication with libatlas gives wrong result for big matrices

2010-10-04 Thread Pauli Virtanen
Maybe this is fixed in the 3.8.3-22ubuntu2 packages in Maverick?

-- 
matrix multiplication with libatlas gives wrong result for big matrices
https://bugs.launchpad.net/bugs/376739
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363510] Re: Errors in single-precision BLAS (libatlas3gf-sse)

2010-10-04 Thread Pauli Virtanen
Seems to be finally fixed in the 3.8.3-22ubuntu2 packages in Maverick.

-- 
Errors in single-precision BLAS (libatlas3gf-sse)
https://bugs.launchpad.net/bugs/363510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 649418] [NEW] package python-virtkey 0.60.0-0ubuntu1 failed to install/upgrade: ErrorMessage: aliprosessi installed post-installation script palautti virhetilakoodin 1

2010-09-27 Thread Pauli Virtanen
Public bug reported:

Upgraded from Lucid to Maverick via update-manager -d, and got this
error at python-virtkey.

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: python-virtkey 0.60.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Tue Sep 28 00:31:12 2010
ErrorMessage: ErrorMessage: aliprosessi installed post-installation script 
palautti virhetilakoodin 1
SourcePackage: virtkey
Title: package python-virtkey 0.60.0-0ubuntu1 failed to install/upgrade: 
ErrorMessage: aliprosessi installed post-installation script palautti 
virhetilakoodin 1

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


** Tags: apport-package i386 maverick

-- 
package python-virtkey 0.60.0-0ubuntu1 failed to install/upgrade: ErrorMessage: 
aliprosessi installed post-installation script palautti virhetilakoodin 1
https://bugs.launchpad.net/bugs/649418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 649418] Re: package python-virtkey 0.60.0-0ubuntu1 failed to install/upgrade: ErrorMessage: aliprosessi installed post-installation script palautti virhetilakoodin 1

2010-09-27 Thread Pauli Virtanen

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/649418/+attachment/1646449/+files/Dependencies.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   
https://bugs.launchpad.net/bugs/649418/+attachment/1646450/+files/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   
https://bugs.launchpad.net/bugs/649418/+attachment/1646451/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeHistorylog.gz
   
https://bugs.launchpad.net/bugs/649418/+attachment/1646452/+files/VarLogDistupgradeHistorylog.gz

** Attachment added: VarLogDistupgradeLspcitxt.gz
   
https://bugs.launchpad.net/bugs/649418/+attachment/1646453/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   
https://bugs.launchpad.net/bugs/649418/+attachment/1646454/+files/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   
https://bugs.launchpad.net/bugs/649418/+attachment/1646455/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   
https://bugs.launchpad.net/bugs/649418/+attachment/1646456/+files/VarLogDistupgradeTermlog.gz

-- 
package python-virtkey 0.60.0-0ubuntu1 failed to install/upgrade: ErrorMessage: 
aliprosessi installed post-installation script palautti virhetilakoodin 1
https://bugs.launchpad.net/bugs/649418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 649418] Re: package python-virtkey 0.60.0-0ubuntu1 failed to install/upgrade: ErrorMessage: aliprosessi installed post-installation script palautti virhetilakoodin 1

2010-09-27 Thread Pauli Virtanen
This seems to be the relevant part:

Tehdään asetuksia: python-virtkey (0.60.0-0ubuntu1) ...
file does not exist: /usr/lib/python2.6/dist-packages/python_virtkey-0.60.0.egg-
info
pycentral: pycentral pkginstall: error byte-compiling files (1)
pycentral pkginstall: error byte-compiling files (1)
dpkg: virhe käsiteltäessä python-virtkey (--configure):
 aliprosessi installed post-installation script palautti virhetilakoodin 1
dpkg: riippuvuusongelmat estävät paketin onboard asetusten asettamisen:
 onboard riippuu paketista python-virtkey (= 0.60.0); kuitenkin:
  Paketille python-virtkey ei ole tehty vielä asetuksia.

-- 
package python-virtkey 0.60.0-0ubuntu1 failed to install/upgrade: ErrorMessage: 
aliprosessi installed post-installation script palautti virhetilakoodin 1
https://bugs.launchpad.net/bugs/649418
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 531917] Re: [python-numpy-doc] missing documentation

2010-06-05 Thread Pauli Virtanen
To be more clear (I'm an upstream developer):

Ubuntu should

(i) Build the HTML documentation using doc/Makefile, and put that into
the python-numpy-doc package. How to do this is explained in detail in
doc/HOWTO_BUILD_DOCS.txt

(ii) The numpy/doc/*.py files contain some runtime help. These should be
included in the python-numpy package (python setup.py install installs
in them in the correct location), and they should not be shipped
separately.

-- 
[python-numpy-doc] missing documentation
https://bugs.launchpad.net/bugs/531917
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 565312] [NEW] Connection attempts fail for ZTE MF110 (PIN check)

2010-04-17 Thread Pauli Virtanen
Public bug reported:

Binary package hint: modemmanager

See http://bugzilla.gnome.org/show_bug.cgi?id=613490  (it's fixed in
ModemManager Git HEAD)

The ZTE MF110 USB UMTS modem does not work with the version of
ModemManager included currently in Ubuntu Lucid. This issue is fixed in
ModemManager's Git HEAD, so perhaps it can be backported.

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

** Summary changed:

- First connection attempt fails for ZTE MF110 (PIN check)
+ Connection attempts fail for ZTE MF110 (PIN check)

-- 
Connection attempts fail for ZTE MF110 (PIN check)
https://bugs.launchpad.net/bugs/565312
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 478294] Re: No DUN support on Nokia 6220 classic

2010-03-20 Thread Pauli Virtanen
The same for N900. Works with blueman, but not with gnome-bluetooth.

-- 
No DUN support on Nokia 6220 classic
https://bugs.launchpad.net/bugs/478294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439138] Re: [karmic] Xorg 100% CPU utilization -- only after first login

2010-01-19 Thread Pauli Virtanen
@Miguel: As said to other people above: this bug has been marked as
fixed with a good reason, and you are probably encountering a different
issue -- there are more than one possible reason for 100% CPU usage.
Please file a new bug report.

-- 
[karmic] Xorg 100% CPU utilization -- only after first login
https://bugs.launchpad.net/bugs/439138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 410813] Re: Cannot draw in xournal since 0.4.2.1-1ubuntu1

2010-01-18 Thread Pauli Virtanen
Works for me on Karmic, Xournal 0.4.5  (-1), with Xinput on or off in the menu.
If it's the same bug as the original one, difficult to see why some people 
don't see it (maybe double-check your Xournal version from Help-About just to 
be sure?)

-- 
Cannot draw in xournal since 0.4.2.1-1ubuntu1
https://bugs.launchpad.net/bugs/410813
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 406520] Re: libatlas3gf-sse2 zgemv function gives wrong result

2009-11-22 Thread Pauli Virtanen
Are these fixed in David C's PPA Atlas packages? IIRC, he managed to fix
some SSE2-specific errors:

https://launchpad.net/~david-ar/+archive/ppa/+packages

-- 
libatlas3gf-sse2 zgemv function gives wrong result
https://bugs.launchpad.net/bugs/406520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363510] Re: Errors in single-precision BLAS (libatlas3gf-sse)

2009-11-22 Thread Pauli Virtanen
** Changed in: atlas (Ubuntu)
   Status: New = Confirmed

-- 
Errors in single-precision BLAS (libatlas3gf-sse)
https://bugs.launchpad.net/bugs/363510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 363510] Re: Errors in single-precision BLAS (libatlas3gf-sse)

2009-11-22 Thread Pauli Virtanen
This seems to be fixed in David C's PPA Atlas packages (the jaunty
versions install also on karmic):

https://launchpad.net/~david-ar/+archive/ppa

-- 
Errors in single-precision BLAS (libatlas3gf-sse)
https://bugs.launchpad.net/bugs/363510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438398] Re: DKMS build fails, but package upgrade still successful

2009-11-04 Thread Pauli Virtanen
Ideally, this known and safe cause of build failure could be
distinguished from real build failures. Does DKMS check that the headers
are actually available (I think it does not)?

In any case this seems to require some special handling, as nvidia
package control file probably cannot instruct dpkg to take care of
unpacking updated header files sufficiently early.

-- 
DKMS build fails, but package upgrade still successful
https://bugs.launchpad.net/bugs/438398
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 454577] Re: DKMS privilege de-escalation breaks compilation

2009-11-04 Thread Pauli Virtanen
This seems to be be the same as bug #436039. The simplest fix would be
to explicitly set a permissive umask in the beginning of the DKMS script
itself.

Sudo does not reset umask, so if you run sudo apt-get upgrade with a
restrictive umask set, DKMS will create directories with restricted
permissions.

DKMS does explicitly set chmod a+rx for the *deepest* level of
directories in the tree, but this is not enough: if the parent directory
is not readable to nobody, then it cannot access any of the sub-
directories either.

-- 
DKMS privilege de-escalation breaks compilation
https://bugs.launchpad.net/bugs/454577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 360545] Re: [upstream] Impress: Slide area is blank in notes view and in notes printout

2009-10-28 Thread Pauli Virtanen
** Bug watch added: OpenOffice.org Issue Tracker #101051
   http://qa.openoffice.org/issues/show_bug.cgi?id=101051

** Changed in: openoffice
   Status: Invalid = Unknown

** Changed in: openoffice
 Remote watch: OpenOffice.org Issue Tracker #101052 = OpenOffice.org Issue 
Tracker #101051

-- 
[upstream] Impress: Slide area is blank in notes view and in notes printout
https://bugs.launchpad.net/bugs/360545
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 436039] Re: DKMS fails to build if a restrictive umask is set

2009-10-15 Thread Pauli Virtanen
** Summary changed:

- dkms umask problems
+ DKMS fails to build if a restrictive umask is set

-- 
DKMS fails to build if a restrictive umask is set
https://bugs.launchpad.net/bugs/436039
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438393] Re: DKMS module fails to build if CC env-var set but not OK (= sudo -H?)

2009-10-14 Thread Pauli Virtanen
Possibly -- dkms is currently just su'ing to nobody, which doesn't reset
any env vars. The following seems to work, though I'm not sure if
something can fail for some modules as nobody's $HOME does not exist:

--- dkms.orig   2009-10-14 22:32:24.882924512 +0300
+++ dkms2009-10-14 22:41:40.002269942 +0300
@@ -1522,8 +1522,8 @@
 local the_make_command=`echo $make_command | sed s/^make/make 
KERNELRELEASE=${kernelver_array[0]}/`
 
 #if we're root, try to run as a user instead
-if [ $USER = root ]  getent passwd nobody 1/dev/null  su nobody 
-c /bin/true 1/dev/null; then
-the_make_command=su nobody -c \$the_make_command\
+if [ $USER = root ]  getent passwd nobody 1/dev/null  sudo -H -u 
nobody /bin/true 1/dev/null; then
+the_make_command=sudo -H -u nobody /bin/sh -c \$the_make_command\
 chmod +x $dkms_tree/$module/$module_version/build
 chown -R nobody $dkms_tree/$module/$module_version/build
 fi

-- 
DKMS module fails to build if CC env-var set but not OK (= sudo -H?)
https://bugs.launchpad.net/bugs/438393
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 449377] [NEW] Renaming folders makes evolution confused, no messages shown

2009-10-12 Thread Pauli Virtanen
Public bug reported:

Binary package hint: evolution

I renamed a mail folder (IMAP) using right-click - Rename folder. (The
renamed folder was not INBOX, and I did not move it to INBOX.) What
happened in the Evolution UI was that:

1. A folder appeared with the new name, but with no messages.
2. The old folder remained behind, but also empty.

Checking with a different email client (alpine), the folder was renamed
alright and the messages were still there. However, evolution failed to
show them. Going to Folder - Subscriptions and unchecking checkboxes,
pushing Refresh, re-checking the checkboxes, and restarting Evolution
helped.

I also unsubscribed and re-subscribed INBOX by accident at the same
time.  This made all messages in INBOX to disappear. Again, checking
with alpine, the messages are there, but Evolution refuses to show them.
The procedure that helped with the renamed folder doesn't seem to make
the messages re-appear. Note that this is not the only time this kind of
thing has happened to me with Evolution -- moving and removing folders
seems to quite often make it confused.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/evolution
Package: evolution 2.26.1-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Tags:  ubuntu-unr
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-bug i386 ubuntu-unr

-- 
Renaming folders makes evolution confused, no messages shown
https://bugs.launchpad.net/bugs/449377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 449377] Re: Renaming folders makes evolution confused, no messages shown

2009-10-12 Thread Pauli Virtanen

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

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

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

-- 
Renaming folders makes evolution confused, no messages shown
https://bugs.launchpad.net/bugs/449377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 449377] Re: Renaming folders makes evolution confused, no messages shown

2009-10-12 Thread Pauli Virtanen
This might be similar to bug #397980

-- 
Renaming folders makes evolution confused, no messages shown
https://bugs.launchpad.net/bugs/449377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 436039] Re: dkms umask problems

2009-10-08 Thread Pauli Virtanen
Simplest possible fix attached.

** Attachment added: 
0001-Remove-dependence-from-environment-s-umask-and-certa.patch
   
http://launchpadlibrarian.net/33287816/0001-Remove-dependence-from-environment-s-umask-and-certa.patch

-- 
dkms umask problems
https://bugs.launchpad.net/bugs/436039
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439138] Re: [karmic] Xorg 100% CPU utilization -- only after first login

2009-10-08 Thread Pauli Virtanen
I had cryptsetup installed, but no encrypted disks or swap. Removed
cryptsetup, and now the problem has not surfaced in two boots.

-- 
[karmic] Xorg 100% CPU utilization -- only after first login
https://bugs.launchpad.net/bugs/439138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439138] Re: [karmic] Xorg 100% CPU utilization -- only after first login

2009-10-05 Thread Pauli Virtanen
The behavior of VT switching points toward a low-level bug, rather than
an application bug (cf. #437607):

0. After first login: X consumes 100% CPU
1. Alt+SysRQ+R (release KB, the VT switching seems to be disabled in default 
configuration?)
2. Alt+F1 (switch to VT1)
3. Something (Xorg?) causes the VT to switch immediately back to VT7
3b. The Switch user functionality in Gnome doesn't work either: VT switches 
always back to VT7
4. Log out from X, log then back in
5. X cpu consumption low
6. Alt+F1
7. Now the VT does not switch immediately back
7b. Also Switch user functionality works again.

It could be useful if the past/future me-tooers verified if they see
this same behavior vs. VT switching. There may be multiple causes for
100% cpu consumption, but to me the above seems too much of a
coincidence to be accidental.

-- 
[karmic] Xorg 100% CPU utilization -- only after first login
https://bugs.launchpad.net/bugs/439138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429003] Re: [karmic] Xorg (and anything GLX) crashes on startup

2009-10-04 Thread Pauli Virtanen
@srikumar:

That doesn't sound like it's the same bug. For instance, I see this bug
any more.

There can be more than one cause for why X would crash on startup, and this one 
has most likely been fixed. 
Please file a separate bug report, thanks!


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

-- 
[karmic] Xorg (and anything GLX) crashes on startup
https://bugs.launchpad.net/bugs/429003
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 440396] Re: Xorg cpu utilization high on every other startup

2009-10-04 Thread Pauli Virtanen
Same as this? https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/439138

-- 
Xorg cpu utilization high on every other startup
https://bugs.launchpad.net/bugs/440396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438393] Re: DKMS module fails to build if CC env-var set but not OK

2009-10-03 Thread Pauli Virtanen
It's set in $HOME/.bashrc (mine, not root's) which causes the env vars
to appear also for root.

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

-- 
DKMS module fails to build if CC env-var set but not OK
https://bugs.launchpad.net/bugs/438393
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 436039] Re: dkms umask problems

2009-10-03 Thread Pauli Virtanen
The above does not set the permissions of the $dkms_tree/$module
directory, so any directories below it cannot be accessed.

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

-- 
dkms umask problems
https://bugs.launchpad.net/bugs/436039
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 436039] Re: dkms umask problems

2009-10-03 Thread Pauli Virtanen
And again, umask is set in /home/pauli/.bashrc where sudo seems to pick
it up from.

-- 
dkms umask problems
https://bugs.launchpad.net/bugs/436039
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439138] Re: [karmic] Xorg 100% CPU utilization -- only after first login

2009-10-02 Thread Pauli Virtanen
** Summary changed:

- [karmic] Xorg 100% CPU utilization after startup on SSDs
+ [karmic] Xorg 100% CPU utilization -- only after first login

-- 
[karmic] Xorg 100% CPU utilization -- only after first login
https://bugs.launchpad.net/bugs/439138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 437607] Re: xorg takes 100% cpu -- but only on first login

2009-10-01 Thread Pauli Virtanen
*** This bug is a duplicate of bug 439138 ***
https://bugs.launchpad.net/bugs/439138

** This bug has been marked a duplicate of bug 439138
   [karmic, intel] Xorg 100% CPU utilization after startup on SSDs

-- 
xorg takes 100% cpu -- but only on first login
https://bugs.launchpad.net/bugs/437607
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439138] Re: [karmic, intel] Xorg 100% CPU utilization after startup on SSDs

2009-10-01 Thread Pauli Virtanen
Same bug: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/437607

-- 
[karmic, intel] Xorg 100% CPU utilization after startup on SSDs
https://bugs.launchpad.net/bugs/439138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439138] Re: [karmic, intel] Xorg 100% CPU utilization after startup on SSDs

2009-10-01 Thread Pauli Virtanen
That is, happens also here, with Nvidia proprietary drivers on Karmic,
GeForce 7600 GS. No SSD drives.

-- 
[karmic, intel] Xorg 100% CPU utilization after startup on SSDs
https://bugs.launchpad.net/bugs/439138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 437607] Re: xorg takes 100% cpu -- but only on first login

2009-09-28 Thread Pauli Virtanen
More information: when Xorg is consuming CPU on the first login, when I
switch to another VT, the VT switches immediately back to X. I also
cannot use the Switch to another user feature. Like so:

1. Ctrl+Alt+SysRQ+R  (release keyboard)
2. Alt+F1 (switch VT)
3. In a fraction of a second, VT switches back to X. VT1 only flashes by.

This does not happen on the second login: there, VT stays at VT1 and does not 
switch back by itself.
Is it possible that part of Xorg is running in some busy-loop, constantly 
switching the VT?

I cannot easily attach a gdb to Xorg due to the VT problem. I may try
setting up some ssh setup later on.

-- 
xorg takes 100% cpu -- but only on first login
https://bugs.launchpad.net/bugs/437607
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 431166] Re: karmic gdm restarts X infinitely when video driver fails to load

2009-09-28 Thread Pauli Virtanen
Dkms failing to build a module is not so rare occurrence, so it would be
nice if this issue was addressed somehow.

Earlier in Ubuntu, when a display driver failed to work, a failsafe mode
was entered. This would still be useful.

-- 
karmic gdm restarts X infinitely when video driver fails to load
https://bugs.launchpad.net/bugs/431166
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438393] [NEW] DKMS module fails to build if CC env-var set but not OK

2009-09-28 Thread Pauli Virtanen
Public bug reported:

Binary package hint: dkms

When the CC environment variable is set, dkms may fail to build. In my
case, apparently because the CC is not readable to user nobody (it
points to a ccache-using script).

DKMS should reset environment variables such as CC or CXX. This is
important for Ubuntu, where stuff is usually run with sudo, which does
not reset env-vars.

This bug causes for example Nvidia's display driver updates to always
fail, which will be noticed only on next boot (when gdm enters an
infinite respawn loop, cf. #431166).

Also, why is the package upgrade not marked as failed if dkms fails to
build the module?

Output on failed package upgrade:

---
Configuring: nvidia-185-kernel-source (185.18.36-0ubuntu3) ...
Removing all DKMS Modules
Done.
Adding Module to DKMS build system
driver version= 185.18.36
Doing initial module build

Error! Bad return status for module build on kernel: 2.6.31-11-generic (i686)
Consult the make.log in the build directory
/var/lib/dkms/nvidia/185.18.36/build/ for more information.
Installing initial module

Error! Could not locate nvidia.ko for module nvidia in the DKMS tree.
You must run a dkms build for kernel 2.6.31-11-generic (i686) first.
Done.
---

The make.log reports:
---
DKMS make.log for nvidia-185.18.36 for kernel 2.6.31-11-generic (i686)
ti 29.9.2009 00.03.29 +0300

The C compiler '/home/pauli/bin/gcc-cached' does not appear to be able to
create executables.  Please make sure you have 
your Linux distribution's libc development package
installed and that '/home/pauli/bin/gcc-cached' is a valid C compiler
name.

*** Failed CC sanity check. Bailing out! ***

make: *** [select_makefile] Virhe 1
---

ProblemType: Bug
Architecture: i386
Date: Tue Sep 29 00:07:11 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: dkms 2.1.0.1-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fi_FI.UTF-8
 PATH=(custom, no user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: dkms
Uname: Linux 2.6.31-11-generic i686

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


** Tags: apport-bug i386

-- 
DKMS module fails to build if CC env-var set but not OK
https://bugs.launchpad.net/bugs/438393
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438393] Re: DKMS module fails to build if CC env-var set but not OK

2009-09-28 Thread Pauli Virtanen

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

-- 
DKMS module fails to build if CC env-var set but not OK
https://bugs.launchpad.net/bugs/438393
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438398] [NEW] DKMS build fails, but package upgrade still successful

2009-09-28 Thread Pauli Virtanen
Public bug reported:

The nvidia-185-kernel-source (185.18.36-0ubuntu3) package upgrade
succeeds, even though the DKMS build fails.

I believe the package should not be marked as configured in this case,
especially as otherwise the user will notice the problem only on the
next boot.

Example failure case (due to DKMS bug #438393):
-
Configuring: nvidia-185-kernel-source (185.18.36-0ubuntu3) ...
Removing all DKMS Modules
Done.
Adding Module to DKMS build system
driver version= 185.18.36
Doing initial module build

Error! Bad return status for module build on kernel: 2.6.31-11-generic (i686)
Consult the make.log in the build directory
/var/lib/dkms/nvidia/185.18.36/build/ for more information.
Installing initial module

Error! Could not locate nvidia.ko for module nvidia in the DKMS tree.
You must run a dkms build for kernel 2.6.31-11-generic (i686) first.
Done.
-

Extract from make.log
-
DKMS make.log for nvidia-185.18.36 for kernel 2.6.31-11-generic (i686)
ti 29.9.2009 00.03.29 +0300

The C compiler '/home/pauli/bin/gcc-cached' does not appear to be able to
create executables.  Please make sure you have 
your Linux distribution's libc development package
installed and that '/home/pauli/bin/gcc-cached' is a valid C compiler
name.

*** Failed CC sanity check. Bailing out! ***

make: *** [select_makefile] Virhe 1
-

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

-- 
DKMS build fails, but package upgrade still successful
https://bugs.launchpad.net/bugs/438398
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 313142] Re: timer-applet crashed with SIGSEGV in g_type_check_is_value_type()

2009-09-28 Thread Pauli Virtanen
Here is a backtrace:
-
(gdb) bt
#0  0x00df12ae in type_check_is_value_type_U (type=157287768)
at /build/buildd/glib2.0-2.22.0/gobject/gtype.c:3834
#1  IA__g_type_check_is_value_type (type=157287768)
at /build/buildd/glib2.0-2.22.0/gobject/gtype.c:3863
#2  0x00df7648 in IA__g_value_type_compatible (src_type=157287768, 
dest_type=155698800) at /build/buildd/glib2.0-2.22.0/gobject/gvalue.c:501
#3  0x00dd9590 in g_value_object_collect_value (value=0x9cd8e3c, 
n_collect_values=1, collect_values=0xbf95f29c, collect_flags=0)
at /build/buildd/glib2.0-2.22.0/gobject/gobject.c:2711
#4  0x00deb7ba in IA__g_signal_emit_valist (instance=0x9b906a0, signal_id=318, 
detail=0, var_args=0xbf95f39c \364oA)
at /build/buildd/glib2.0-2.22.0/gobject/gsignal.c:2955
#5  0x00debd92 in IA__g_signal_emit_by_name (instance=0x9b906a0, 
detailed_signal=0x24f8f94 volume-removed)
at /build/buildd/glib2.0-2.22.0/gobject/gsignal.c:3074
#6  0x024f67c6 in signal_emit_in_idle_do (data=0x9c03300)
at gproxyvolumemonitor.c:498
#7  0x0038a0f1 in g_idle_dispatch (source=0x9d164c8, callback=0, 
user_data=0x9c03300) at /build/buildd/glib2.0-2.22.0/glib/gmain.c:4065
#8  0x0038be78 in g_main_dispatch (context=0x9605028)
at /build/buildd/glib2.0-2.22.0/glib/gmain.c:1960
#9  IA__g_main_context_dispatch (context=0x9605028)
at /build/buildd/glib2.0-2.22.0/glib/gmain.c:2513
#10 0x0038f720 in g_main_context_iterate (context=0x9605028, 
block=value optimized out, dispatch=1, self=0x9615a58)
at /build/buildd/glib2.0-2.22.0/glib/gmain.c:2591
#11 0x0038fb8f in IA__g_main_loop_run (loop=0x9af5f98)
at /build/buildd/glib2.0-2.22.0/glib/gmain.c:2799
#12 0x012b2cc3 in bonobo_main () at bonobo-main.c:311
#13 0x012b0e89 in bonobo_generic_factory_main_timeout (
act_iid=0x9af5f70 :0.0,OAFIID:TimerApplet_Factory, 
factory_cb=0xa1d070 panel_applet_factory_callback, user_data=0x9affc30, 
quit_timeout=2000) at bonobo-generic-factory.c:411
#14 0x012b0f13 in bonobo_generic_factory_main (
act_iid=0x9af5f70 :0.0,OAFIID:TimerApplet_Factory, 
factory_cb=0xa1d070 panel_applet_factory_callback, user_data=0x9affc30)
at bonobo-generic-factory.c:368
#15 0x00a1d9b4 in panel_applet_factory_main_closure (
iid=0xb7f746fc OAFIID:TimerApplet_Factory, applet_type=157681344, 
closure=0x9affc40) at panel-applet.c:1774
#16 0x00841b4a in _wrap_panel__applet_bonobo_factory (self=0x0, 
args=0x98c65fc, kwargs=0x0) at applet.override:109
#17 0x080dc0f0 in call_function (f=0x9394374, throwflag=0)
at ../Python/ceval.c:3706
#18 PyEval_EvalFrameEx (f=0x9394374, throwflag=0) at ../Python/ceval.c:2389
#19 0x080dde12 in PyEval_EvalCodeEx (co=0xb7f73728, globals=0xb7fb71c4, 
locals=0xb7fb71c4, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, 
defcount=0, closure=0x0) at ../Python/ceval.c:2968
#20 0x080ddf17 in PyEval_EvalCode (co=0xb7f73728, globals=0xb7fb71c4, 
locals=0xb7fb71c4) at ../Python/ceval.c:522
#21 0x080faa1f in run_mod (fp=0x9342af8, 
filename=0xbf961aef /usr/lib/timer-applet/timer-applet, start=257, 
globals=0xb7fb71c4, locals=0xb7fb71c4, closeit=1, flags=0xbf95f99c)
at ../Python/pythonrun.c:1335
#22 PyRun_FileExFlags (fp=0x9342af8, 
filename=0xbf961aef /usr/lib/timer-applet/timer-applet, start=257, 
globals=0xb7fb71c4, locals=0xb7fb71c4, closeit=1, flags=0xbf95f99c)
at ../Python/pythonrun.c:1321
#23 0x080fac12 in PyRun_SimpleFileExFlags (fp=0x9342af8, 
filename=0xbf961aef /usr/lib/timer-applet/timer-applet, closeit=1, 
flags=0xbf95f99c) at ../Python/pythonrun.c:931
#24 0x0805c8f8 in Py_Main (argc=4, argv=0xbf95fa84) at ../Modules/main.c:599
#25 0x0805bb0b in main (argc=4, argv=0xbf95fa84) at ../Modules/python.c:23

The file gproxyvolumemonitor.c is from /usr/lib/gio/modules
/libgioremote-volume-monitor.so

The second thread
--
(gdb) info threads
  2 Thread 28668  0xe422 in __kernel_vsyscall ()
* 1 Thread 5757  0x00df12ae in type_check_is_value_type_U (type=157287768)
at /build/buildd/glib2.0-2.22.0/gobject/gtype.c:3834
(gdb) thread 2
[Switching to thread 2 (Thread 28668)]#0  0xe422 in __kernel_vsyscall ()
(gdb) bt
#0  0xe422 in __kernel_vsyscall ()
#1  0x005fd142 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
at 
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
#2  0x00ad20ee in g_cond_timed_wait_posix_impl (cond=0xfdfc, 
entered_mutex=0x477, abs_time=0xb4450328)
at /build/buildd/glib2.0-2.22.0/gthread/gthread-posix.c:242
#3  0x00366c9c in g_async_queue_pop_intern_unlocked (queue=0x9c45648, 
try=value optimized out, end_time=0xb4450328)
at /build/buildd/glib2.0-2.22.0/glib/gasyncqueue.c:365
#4  0x003b7837 in g_thread_pool_wait_for_new_task (data=0x9c45bc8)
at /build/buildd/glib2.0-2.22.0/glib/gthreadpool.c:220
#5  g_thread_pool_thread_proxy (data=0x9c45bc8)
at /build/buildd/glib2.0-2.22.0/glib/gthreadpool.c:254
#6  

[Bug 340356] Re: timer-applet crashed with SIGSEGV in g_type_check_is_value_type()

2009-09-28 Thread Pauli Virtanen
*** This bug is a duplicate of bug 313142 ***
https://bugs.launchpad.net/bugs/313142

** This bug has been marked a duplicate of bug 313142
   timer-applet crashed with SIGSEGV in g_type_check_is_value_type()

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

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


[Bug 438440] Re: apport-cli crashed with UnicodeEncodeError [Finnish translation]

2009-09-28 Thread Pauli Virtanen
*** This bug is a duplicate of bug 432954 ***
https://bugs.launchpad.net/bugs/432954


** Attachment added: ApportLog.txt
   http://launchpadlibrarian.net/32637383/ApportLog.txt

** Attachment added: CrashReports.txt
   http://launchpadlibrarian.net/32637384/CrashReports.txt

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

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

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

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

** Visibility changed to: Public

** Summary changed:

- apport-cli crashed with UnicodeEncodeError [Finnish translation]
+ apport-cli crashed with UnicodeEncodeError in raw_input_char [Finnish 
translation]

** This bug has been marked a duplicate of bug 432954
   ubuntu-bug crashes with LANG=fi_FI.UTF-8

-- 
apport-cli crashed with UnicodeEncodeError in raw_input_char [Finnish 
translation]
https://bugs.launchpad.net/bugs/438440
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 437607] [NEW] xorg takes 100% cpu -- but only on first login

2009-09-27 Thread Pauli Virtanen
Public bug reported:

Binary package hint: xorg

On Ubuntu Karmic  Nvidia's non-free drivers: after logging in, Xorg
takes 100% CPU. No application seems to be redrawing anything (no
firefox. Xorg is also the only large CPU user). Apart from the large CPU
usage, everything seems to be working normally.

The curious thing is that the situation is fixed by logging out (back to
gdm), and then logging in again. Then, Xorg's CPU usage is back to
normal.

ProblemType: Bug
Architecture: i386
Date: Sun Sep 27 14:41:24 2009
DistroRelease: Ubuntu 9.10
MachineType: System Manufacturer System Name
NonfreeKernelModules: nvidia
Package: xorg 1:7.4+3ubuntu5
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-11-generic 
root=UUID=1333b097-1cf5-44a3-bf1b-13c71021ecf7 ro quiet splash
ProcEnviron:
 LANGUAGE=fi_FI.UTF-8
 LC_COLLATE=C
 PATH=(custom, user)
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.6.0~git20090817.7c422387-0ubuntu5
 libdrm2 2.4.13-1ubuntu1
 xserver-xorg-video-intel 2:2.8.1-1ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090825.fc74e119-0ubuntu2
SourcePackage: xorg
Uname: Linux 2.6.31-11-generic i686
dmi.bios.date: 04/08/2004
dmi.bios.vendor: Award Software, Inc.
dmi.bios.version: ASUS A7V600-X ACPI BIOS Revision 1003
dmi.board.name: A7V600-X
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: REV 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 7
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAwardSoftware,Inc.:bvrASUSA7V600-XACPIBIOSRevision1003:bd04/08/2004:svnSystemManufacturer:pnSystemName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA7V600-X:rvrREV1.xx:cvnChassisManufacture:ct7:cvrChassisVersion:
dmi.product.name: System Name
dmi.product.version: System Version
dmi.sys.vendor: System Manufacturer
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-11-generic

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


** Tags: apport-bug i386

-- 
xorg takes 100% cpu -- but only on first login
https://bugs.launchpad.net/bugs/437607
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 437607] Re: xorg takes 100% cpu -- but only on first login

2009-09-27 Thread Pauli Virtanen

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

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

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

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

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

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/32518236/PciDisplay.txt

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

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

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

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

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

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/32518242/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/32518243/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/32518244/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/32518245/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/32518246/glxinfo.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/32518247/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/32518248/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/32518249/xkbcomp.txt

-- 
xorg takes 100% cpu -- but only on first login
https://bugs.launchpad.net/bugs/437607
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 428920] Re: Karmic boot hangs before login

2009-09-25 Thread Pauli Virtanen
The original report by Christopher seems to be a duplicate of #429003
-- at least hist Xorg.log shows xorg froze when initializing the nvidia
GLX module.

-- 
Karmic boot hangs before login
https://bugs.launchpad.net/bugs/428920
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 436039] [NEW] dkms umask problems

2009-09-24 Thread Pauli Virtanen
Public bug reported:

Binary package hint: dkms

DKMS in Ubuntu Karmic (2.1.0.1-0ubuntu1) apparently doesn't set umask
when it is run.

Having umask 027 when doing dpkg-reconfigure nvidia-185-kernel-source
resulted to permissions in /var/lib/dkms:

drwxr-x--- 3 root root 4096 2009-09-24 19:41 nvidia/

which made the build of the module to fail with permission errors.
Fixing the permissions with chmod a+rX makes the build work again.

This kind of problems can easily occur when sudo'ing to run dkms (or
dpkg-reconfigure, or, apt-get upgrade), since sudo does not reset the
user umask.

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

-- 
dkms umask problems
https://bugs.launchpad.net/bugs/436039
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 432989] [NEW] Duplicated menu entries for Games/Category:RolePlaying

2009-09-19 Thread Pauli Virtanen
Public bug reported:

Binary package hint: gnome-menus

Games belonging to CategoryRolePlaying/Category appear two times in
the Games menu: on the top-level, and on the RolePlaying sub-menu. The
patch below fixes this issue:

--- applications.menu.orig  2009-09-19 13:05:53.543345296 +0300
+++ applications.menu   2009-09-19 13:06:12.635348721 +0300
@@ -97,6 +97,7 @@
 NotCategoryCardGame/Category/Not
 NotCategoryKidsGame/Category/Not
 NotCategoryLogicGame/Category/Not
+NotCategoryRolePlaying/Category/Not
 NotCategorySimulation/Category/Not
 NotCategorySportsGame/Category/Not
 NotCategoryStrategyGame/Category/Not

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

-- 
Duplicated menu entries for Games/Category:RolePlaying
https://bugs.launchpad.net/bugs/432989
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429984] Re: GDM throbber has too many frames

2009-09-16 Thread Pauli Virtanen
*** This bug is a duplicate of bug 420217 ***
https://bugs.launchpad.net/bugs/420217

** This bug has been marked a duplicate of bug 420217
   There are 51 frames in xsplash-throbber.png

-- 
GDM throbber has too many frames
https://bugs.launchpad.net/bugs/429984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 428130] Re: Pulseaudio crashes and then goes berserk, uses 100% CPU

2009-09-16 Thread Pauli Virtanen
Similar behavior here on Karmic. I'm going to try the PPA version.

[I'm not sure the following is Pulseaudio-related at all:]
In addition, I'm experiencing X freezing temporarily, for about a few minutes 
at a time, once in every couple of hours, possibly similarly as in #428427. 
(Alt+Ctrl+SysRQ+R / Alt-F1 allows switching to console.) During at least some 
of these pulseaudio has been consuming 100% CPU.

-- 
Pulseaudio crashes and then goes berserk, uses 100% CPU
https://bugs.launchpad.net/bugs/428130
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 428427] Re: CPU maxing out

2009-09-16 Thread Pauli Virtanen
I see similar pulseaudio 100% CPU usage, and it can be killed only with kill 
-9. Attaching gdb to the process shows the backtrace:
(gdb) bt
#0  0x00c27333 in pa_mainloop_dispatch () from /usr/lib/libpulse.so.0
#1  0x00c27761 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0
#2  0x00c27824 in pa_mainloop_run () from /usr/lib/libpulse.so.0
#3  0x08051d54 in main (argc=3, argv=0xbfd1c054) at daemon/main.c:924

I'm not sure this is pulseaudio-related at all, but I'm seeing freezes,
too on Karmic. The freezes are actually quite curious: it's not a hard
lockup, but I can click the panel menu with the mouse, and the menu bar
item gets the orange highlight -- however, no sub-menu pops up during
the freeze. It appears only after the freeze. Also, if I try to do more
things, it occasionally turns into a harder lockup -- only the mouse
pointer moves but nothing else can be done.

@Dinero Francis: does the above thing in the lockups match with what you
are seeing?

-- 
CPU maxing out
https://bugs.launchpad.net/bugs/428427
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429970] Re: Nvidia-glx crash (segfault) on X startup

2009-09-15 Thread Pauli Virtanen
*** This bug is a duplicate of bug 429003 ***
https://bugs.launchpad.net/bugs/429003

** This bug has been marked a duplicate of bug 429003
   [karmic] Xorg (and anything GLX) crashes on startup

-- 
Nvidia-glx crash (segfault) on X startup
https://bugs.launchpad.net/bugs/429970
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429984] Re: GDM throbber has too many frames

2009-09-15 Thread Pauli Virtanen
I believe it's the animation with a light pattern cycling below the
Ubuntu logo -- shown when GDM loads, and after logging in via GDM when
the desktop loads.

And yes, I confirm that this animation looks broken in the sense that
it does not flow smoothly, which creates a bad impression. The animated
part is also a bit small, compared to the size of the empty space on the
screen.

-- 
GDM throbber has too many frames
https://bugs.launchpad.net/bugs/429984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429873] Re: crash X at start

2009-09-15 Thread Pauli Virtanen
Possibly a duplicate of
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/429003/

-- 
crash X at start
https://bugs.launchpad.net/bugs/429873
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429291] Re: In Karmic A5 nvidia Driver Prevents X Start

2009-09-14 Thread Pauli Virtanen
*** This bug is a duplicate of bug 429003 ***
https://bugs.launchpad.net/bugs/429003

** This bug has been marked a duplicate of bug 429003
   [karmic] Xorg (and anything GLX) crashes on startup

-- 
In Karmic A5 nvidia Driver Prevents X Start
https://bugs.launchpad.net/bugs/429291
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429633] Re: X11 fails to start with nvidia 185

2009-09-14 Thread Pauli Virtanen
*** This bug is a duplicate of bug 429003 ***
https://bugs.launchpad.net/bugs/429003

** This bug has been marked a duplicate of bug 429003
   [karmic] Xorg (and anything GLX) crashes on startup

-- 
X11 fails to start with nvidia 185
https://bugs.launchpad.net/bugs/429633
You received this bug notification because you are a member of 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   >