[Bug 876279] Re: Upowerd excessive CPU usage

2016-06-15 Thread Mikko Rantalainen
After upgrading from Ubuntu 14.04 LTS to 16.04 LTS (xenial) I'm affected by this bug, too. If I connect an Apple iPad Mini using USB cable (with the intent to charge the tablet only) I get excessive CPU usage. Process /usr/lib/upower/upowerd owned by root seems to be doing nothing but eating CPU

[Bug 1555055] [NEW] lndir behavior does not match documentation

2016-03-09 Thread Mikko Rantalainen
Public bug reported: Steps to reproduce: $ mkdir -p a/1/2 $ touch a/1/2/foo $ lndir a b b: No such file or directory $ mkdir b $ lndir a b a: No such file or directory However, the alternative syntax for lndir still works cd b lndir ../a Either lndir documentation (both usage and man page)

[Bug 1335391] Re: etckeeper with git breaks update-manager

2015-09-23 Thread Mikko Rantalainen
Am I then only one thinking that etckeeper should have post-install script to request git user.name and user.email fields to be filled for root if those are missing? I know how to do that manually but I guess random etckeeper user may not know that those are needed and it would be much better user

[Bug 1335391] Re: etckeeper with git breaks update-manager

2015-09-23 Thread Mikko Rantalainen
Am I then only one thinking that etckeeper should have post-install script to request git user.name and user.email fields to be filled for root if those are missing? I know how to do that manually but I guess random etckeeper user may not know that those are needed and it would be much better user

[Bug 1255507] [NEW] Running unclutter without -noevent causes focus problems for Firefox and Thunderbird

2013-11-27 Thread Mikko Rantalainen
Public bug reported: It seems that the default configuration for unclutter causes Firefox and Thunderbird (probably all XUL applications) to randomly lose focus. Examples: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1231588 https://forum.kde.org/viewtopic.php?f=111t=117704start=15

[Bug 1255507] Re: Running unclutter without -noevent causes focus problems for Firefox and Thunderbird

2013-11-27 Thread Mikko Rantalainen
As you can see in the bug report, I'm still running precise (12.04) so I cannot easily upgrade to unclutter version 8-19. Reading the debian bug report I'm pretty sure that this bug is something else because I haven't seen any extra CPU usage. The incorrect focus movement seems to be single-shot

[Bug 1255507] Re: Running unclutter without -noevent causes focus problems for Firefox and Thunderbird

2013-11-27 Thread Mikko Rantalainen
I believe that Firefox and Thunderbird are standalone programs running on Ubuntu; there's no dependency on XULRunner and the directories /usr/lib/firefox and /usr/lib/thunderbird seem to contain different libxul.so implementations. As such, it may be that XULRunner is okay but Firefox and

[Bug 1231588] Re: Firefox windows don't accept focus

2013-11-26 Thread Mikko Rantalainen
I have similar issues with both Firefox 25.0.1 and Thunderbird 24.1.1. I have multiple extensions installed on both, but neither has a single same extension (so either this may be caused by multiple different extensions or something else is going on). Additional info: - I have been hit with this

[Bug 1231588] Re: Firefox windows don't accept focus

2013-11-26 Thread Mikko Rantalainen
I guess this may be caused by package unclutter (which I do have installed): https://forum.kde.org/viewtopic.php?f=111t=117704start=15 https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1234470 I will try running it with '-noevents' and if that does not fix the issue, I'll try living without

[Bug 1220677] Re: pg_send_query(): Cannot set connection to blocking mode

2013-10-11 Thread Mikko Rantalainen
The justification for this fix is as follows: - The patch is obviously safe (it does not touch code outside the functions mentioned in the description and those functions are already broken) - The patch affects PostgreSQL library of PHP, no critical infrastructure or kernel - The bug may cause

[Bug 1220677] Re: pg_send_query(): Cannot set connection to blocking mode

2013-10-11 Thread Mikko Rantalainen
The justification for this fix is as follows: - The patch is obviously safe (it does not touch code outside the functions mentioned in the description and those functions are already broken) - The patch affects PostgreSQL library of PHP, no critical infrastructure or kernel - The bug may cause

[Bug 1220677] [NEW] pg_send_query(): Cannot set connection to blocking mode

2013-09-04 Thread Mikko Rantalainen
Public bug reported: (I think the package should be php5-pgsql but launchpad wants me to use php5 for some reason.) pg_send_query() fails because of an implementation error if connection is done to remote host and query string is long OR transaction is very long. The problem is caused by the

[Bug 1220677] [NEW] pg_send_query(): Cannot set connection to blocking mode

2013-09-04 Thread Mikko Rantalainen
Public bug reported: (I think the package should be php5-pgsql but launchpad wants me to use php5 for some reason.) pg_send_query() fails because of an implementation error if connection is done to remote host and query string is long OR transaction is very long. The problem is caused by the

[Bug 1196433] [NEW] Enigmail is prompting for GPG password constantly

2013-07-01 Thread Mikko Rantalainen
Public bug reported: Steps to reproduce (I'm guessing here) 1. Receive an encrypted message Expected result: My password is prompted if I try to open the message. Actual result: My password is prompted no matter which email message I'm currently viewing. If I cancel the prompt, I get

[Bug 1196638] Re: Crash at startup (recent regression)

2013-07-01 Thread Mikko Rantalainen
The problem depends on firefox profile because following can successfully launch firefox (with empty profile): $ mkdir -p tmp/firefox-test $ HOME=$HOME/tmp/firefox-test firefox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1196638] [NEW] Crash at startup (recent regression)

2013-07-01 Thread Mikko Rantalainen
Public bug reported: I believe this crashing has started since last update. Steps to reproduce: $ firefox Segmentation fault (core dumped) For some reason, apport does not run for this crash. I also tried $ firefox -g GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Copyright (C)

[Bug 1195581] [NEW] Typo in man page: s/reatime/relatime/

2013-06-27 Thread Mikko Rantalainen
Public bug reported: $ man mount Actual result: ... FILESYSTEM INDEPENDENT MOUNT OPTIONS ... atime Do not use noatime feature, then the inode access time is controlled by kernel defaults. See also the description for strictatime and reatime mount options. ... Expected

[Bug 958749] Re: BUG: soft lockup - CPU#0 stuck for 22s! [Xorg:1199]

2013-06-18 Thread Mikko Rantalainen
I've hit this multiple times during last week. The cause for me might be either graphics adapter driver (i915) or VirtualBox kernel driver (vbox*). Here's a portion of /var/log/kern.log (hostname replaced with localhost): Jun 18 08:35:12 localhost kernel: [ 1697.352128] BUG: soft lockup - CPU#3

[Bug 958749] Re: BUG: soft lockup - CPU#0 stuck for 22s! [Xorg:1199]

2013-06-18 Thread Mikko Rantalainen
$ uname -a Linux localhost 3.2.0-48-generic #74-Ubuntu SMP Thu Jun 6 19:43:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 12.04.2 LTS Release:12.04 Codename: precise I guess this bug should be

[Bug 1192064] [NEW] Missing dependency on syslinux-themes-debian

2013-06-18 Thread Mikko Rantalainen
Public bug reported: I had previously removed package syslinux-themes-debian because I had nothing installed that depended on it. Then I tried to install lowlatency kernel: $ sudo aptitude install linux-lowlatency The following NEW packages will be installed:

[Bug 1190148] [NEW] Incorrect package description for linux-generic-lts-raring

2013-06-12 Thread Mikko Rantalainen
Public bug reported: Actual results: $ apt-cache show linux-generic-lts-raring ... This package will always depend on the latest generic 12.10 kernel image and headers packages available. ... Expected results: $ apt-cache show linux-generic-lts-raring ... This package will always depend on

[Bug 393818] Re: libpaper should honor the LC_PAPER instead of /etc/papersize

2013-03-21 Thread Mikko Rantalainen
If I understood correctly the bug 1130690 is about setting defaults settings correctly (namely, the PAPERSIZE environment variable). This bug was about libpaper honoring LC_PAPER over PAPERSIZE (see rationale in bug description). -- You received this bug notification because you are a member of

[Bug 217300]

2013-01-15 Thread Mikko Rantalainen
For Gnome compatible environments: there's no ready-made extension at addons.mozilla.org but you can fetch the latest version from https://github.com/infinity0/mozilla-gnome-keyring or if you use Ubuntu, you can add PPA from https://launchpad.net/~fat-lobyte9/+archive/ppa- public and install

[Bug 41179]

2013-01-15 Thread Mikko Rantalainen
For Gnome compatible environments: there's no ready-made extension at addons.mozilla.org but you can fetch the latest version from https://github.com/infinity0/mozilla-gnome-keyring or if you use Ubuntu, you can add PPA from https://launchpad.net/~fat-lobyte9/+archive/ppa- public and install

[Bug 1091986] [NEW] ulatencyd causes random kernel crashes during boot

2012-12-19 Thread Mikko Rantalainen
Public bug reported: I've been running Ubuntu 12.04 LTS 64 bit with ulatencyd for months now and after rebooting yesterday, I hit a very hard to diagnose kernel crash. It seemed that random processes (usually Xorg, sometimes apache2, mysqld etc.) caused kernel BUG and PANIC triggers. After trying

[Bug 1091986] Re: ulatencyd causes random kernel crashes during boot

2012-12-19 Thread Mikko Rantalainen
** Attachment added: Photo of the screen for an example crash (1) https://bugs.launchpad.net/ubuntu/+source/ulatencyd/+bug/1091986/+attachment/3463666/+files/IMG_20121219_092424.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1091986] Re: ulatencyd causes random kernel crashes during boot

2012-12-19 Thread Mikko Rantalainen
** Attachment added: Photo of the screen for an example crash (2) https://bugs.launchpad.net/ubuntu/+source/ulatencyd/+bug/1091986/+attachment/3463668/+files/IMG_20121219_093915.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1091986] Re: ulatencyd causes random kernel crashes during boot

2012-12-19 Thread Mikko Rantalainen
Additional info: I was able to boot into recovery mode and diagnose the system from there. However, trying to run normal boot resulted in kernel crash every time (I booted about 30 times while trying to fix the system). The crash occured usually before the purple Ubuntu boot screen was visible but

[Bug 1091986] Re: ulatencyd causes random kernel crashes during boot

2012-12-19 Thread Mikko Rantalainen
Additional info: once the system is running, I can remove the exit 1 from /etc/init.d/ulatencyd and then start ulatencyd process so this seems to be some kind of race condition in the kernel. Some crashes have kernel watchdog messages saying Watchdog detected hard LOCKUP on cpu 1 (sometimes the

[Bug 1091986] Re: ulatencyd causes random kernel crashes during boot

2012-12-19 Thread Mikko Rantalainen
The kernels I was able to reproduce the problem with: linux-image-3.2.0-29-generic: Installed: 3.2.0-29.46 Candidate: 3.2.0-29.46 Version table: *** 3.2.0-29.46 0 500 http://fi.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 500

[Bug 1091986] Re: ulatencyd causes random kernel crashes during boot

2012-12-19 Thread Mikko Rantalainen
Does ulatencyd collect any data from the system that is used for deciding grouping and scheduling changes? I see only static choices in /etc/ulatencyd/simple.d and /etc/ulatencyd/rules but perhaps I'm missing something... -- You received this bug notification because you are a member of Ubuntu

[Bug 1091986] Re: ulatencyd causes random kernel crashes during boot

2012-12-19 Thread Mikko Rantalainen
Possibly duplicate of Bug #1034099 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1091986 Title: ulatencyd causes random kernel crashes during boot To manage notifications about this bug go to:

[Bug 975199] Re: term.log is world readable and shouldn't be

2012-12-13 Thread Mikko Rantalainen
Why does this log include user input in the first case? I can somewhat understand logging all output but why does the log include input also? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975199

[Bug 881396] Re: Cannot install screen color profile since upgrade to oneiric

2012-12-04 Thread Mikko Rantalainen
*** This bug is a duplicate of bug 853056 *** https://bugs.launchpad.net/bugs/853056 I also had similar problem with $ colormgr get-devices not finding my printer. However, I was able to fix that issue: I uninstalled and installed it again via System Settings - Printers. After that colormgr

[Bug 1049470] [NEW] Finnish word sisäänkirjautuminen is hyphenated incorrectly

2012-09-11 Thread Mikko Rantalainen
Public bug reported: Test case: see attached file with Ubuntu Firefox build. Expected result: The word should be hyphenated Si-sään-kir-jau-tu-mi-nen. Actual result: The word is hyphenated Sisäänki-rja-utu-mi-ne-n. The problem cannot be reproduced with official firefox builds. I would guess

[Bug 1049470] Re: Finnish word sisäänkirjautuminen is hyphenated incorrectly

2012-09-11 Thread Mikko Rantalainen
** Attachment added: A test case with incorrectly hyphenated word. https://bugs.launchpad.net/bugs/1049470/+attachment/3308775/+files/test2.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1042711] [NEW] php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
Public bug reported: See the attached test case. The Outer::runInner() throws a test exception that is supposed to be catched in Outer::run(). However, before this the destructor of Inner will run as a result of stack unwinding while returning from Outer::runInner(). This, in turn, causes the

[Bug 1042711] Re: php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
** Attachment added: minimal test case https://bugs.launchpad.net/bugs/1042711/+attachment/3280442/+files/throw-test.php -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1042711

[Bug 1042711] Re: php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
It just occurred to me that the test case written a bit differently could be program logic guarding authenticated session. As a result, I'm marking this bug as security but keeping it still public because I'm not aware of real world PHP program suffering from a security issue because of this

[Bug 1042711] [NEW] php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
Public bug reported: See the attached test case. The Outer::runInner() throws a test exception that is supposed to be catched in Outer::run(). However, before this the destructor of Inner will run as a result of stack unwinding while returning from Outer::runInner(). This, in turn, causes the

[Bug 1042711] Re: php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
** Attachment added: minimal test case https://bugs.launchpad.net/bugs/1042711/+attachment/3280442/+files/throw-test.php -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042711 Title: php: throw

[Bug 1042711] Re: php: throw and catch within a destructor causes exception on-the-fly to be lost

2012-08-28 Thread Mikko Rantalainen
It just occurred to me that the test case written a bit differently could be program logic guarding authenticated session. As a result, I'm marking this bug as security but keeping it still public because I'm not aware of real world PHP program suffering from a security issue because of this

[Bug 996981] Re: Hyphenation regression

2012-08-15 Thread Mikko Rantalainen
OK. How about adding Recommends: openoffice.org-hyphenation to Firefox package? I consider hyphenation support a major feature in Firefox and installing required packages to support hyphenation should be at least Recommended. -- You received this bug notification because you are a member of

[Bug 996981] Re: Hyphenation regression

2012-08-07 Thread Mikko Rantalainen
I just tested with a clean profile like this: $ mkdir test-profile $ cd test-profile $ HOME=$(pwd) firefox --no-remote http://hyphenator.googlecode.com/svn/dictChecker.html; No language is hyphenated. Tools add-ons manager - Languages says I have English (GB) and Suomenkielinen (FI) Language

[Bug 996981] Re: Hyphenation regression

2012-08-07 Thread Mikko Rantalainen
Marking confirmed because this affects 2 persons. However, this cannot be reproduced by all testers. ** Changed in: firefox (Ubuntu) Status: Expired = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 996981] Re: Hyphenation regression

2012-08-07 Thread Mikko Rantalainen
Just tested with Firefox 14.0.1 distributed by Ubuntu: hyphenation does NOT work at http://hyphenator.googlecode.com/svn/dictChecker.html $ apt-cache policy firefox firefox: Installed: 14.0.1+build1-0ubuntu0.10.04.1 Candidate: 14.0.1+build1-0ubuntu0.10.04.1 Version table: ***

[Bug 996981] Re: Hyphenation regression

2012-08-07 Thread Mikko Rantalainen
The firefox nightly build URL above has typo: firefox-16.0a1.en-US .linux-x86_64.tar.bz2 should be firefox-17.0a1.en-US.linux- x86_64.tar.bz2: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly /latest-trunk/firefox-17.0a1.en-US.linux-x86_64.tar.bz2 -- You received this bug notification

[Bug 996981] Re: Hyphenation regression

2012-08-07 Thread Mikko Rantalainen
Which hyphenation packages should be installed? Do I need some openoffice i10n packages? (I'm asking because I've removed all traces of openoffice because I'm using libreoffice.) # installed locale packs for Firefox $ aptitude search firefox | grep locale | grep ^i i firefox-locale-en

[Bug 1023783] [NEW] gcc: error: unable to find a register to spill in class ‘SIREG’

2012-07-12 Thread Mikko Rantalainen
Public bug reported: Steps to reproduce: 1. git clone git://github.com/mikkorantalainen/tvfilter.git 2. cd tvfilter 3. ./configure make ./optimize.sh 4. Press Enter Expected result: The code should be build twice (with profiling and again with profiled data after running the binary).

[Bug 1023783] Re: gcc: error: unable to find a register to spill in class ‘SIREG’

2012-07-12 Thread Mikko Rantalainen
** Attachment added: /tmp/ccjpFmVs.out https://bugs.launchpad.net/bugs/1023783/+attachment/3220758/+files/ccjpFmVs.out -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1023783 Title: gcc: error:

[Bug 1023783] Re: gcc: error: unable to find a register to spill in class ‘SIREG’

2012-07-12 Thread Mikko Rantalainen
In case that matters, the tvfilter git master branch was at c9a63dea40281a06e3cf85915ab5281c0095a545 while I hit 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/1023783 Title: gcc: error:

[Bug 1018706] Re: Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-28 Thread Mikko Rantalainen
Reading the /usr/share/doc/xserver-xorg-video-intel/changelog.gz I'd guess the fix might be commit 2eec53d0b9232970fe3d03ce6c8940ebeea44bee (uxa: Default to using TILING_X for pixmaps.) The commit message says that it should fix GPU Hung for G31 chipset but perhaps the same issue is triggered

[Bug 1018706] Re: Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-28 Thread Mikko Rantalainen
I cannot get a screenshot about the issue with randomly changing text or background color because the Firefox seems to redraw itself if I press Alt+Print Screen. I can reproduce the issue with Firefox 13.0.1+build1-0ubuntu0.10.04.1, too, but it's much harder to reproduce with it and usually only

[Bug 1018706] Re: Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-28 Thread Mikko Rantalainen
Even with drivers from x-updates PPA, I'm seeing a rendering issue with Firefox nightly. Steps to reproduce: 1. Open the URL http://www.amd.com/us/press-releases/Pages/amd-launches-worlds-fastest-2011dec22.aspx in a new tab. 2. Hower the mouse cursor above top right Find a Driver draver on the

[Bug 1018706] Re: Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-28 Thread Mikko Rantalainen
Here's a photo of a screen from mobile phone of the page body text randomly changed blue after howering the drawer on page. ** Attachment added: Screenshot with random body text color

[Bug 1018706] Re: Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-28 Thread Mikko Rantalainen
After taking the photo of the screen, I was able to get correct rendering by simply raising another window partially above the Firefox window. As I'm running compiz, Firefox should have no reason to redraw itself in that case but something fixed the rendering (I'd guess that because the window

[Bug 1018706] Re: Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-28 Thread Mikko Rantalainen
I can reproduce the Firefox random color body text issue only once after loading the URL in a new tab. If the issue does not show immediately, it will show never. To reproduce, I just close the tab, open a new one with CTRL+N and paste the URL into the address bar again. After howering the drawer,

[Bug 1018706] [NEW] Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-27 Thread Mikko Rantalainen
Public bug reported: Steps to reproduce: 1. Install Ubuntu 10.04 on a machine with an Intel X4500 (non-HD variant) display adapter. 2. Launch Firefox (I tested 13.0.1+build1-0ubuntu0.10.04.1 and latest nightly build as of 2012-06-28) 3. Open URL

[Bug 1018706] Re: Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-27 Thread Mikko Rantalainen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1018706 Title: Intel X4500 display driver crashes X when loading an URL in Firefox To manage notifications about this bug go to:

[Bug 1018706] Re: Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-27 Thread Mikko Rantalainen
The GdmLog2.txt seems to have some kind of stack trace: [mi] EQ overflowing. The server is probably stuck in an infinite loop. Backtrace: 0: /usr/bin/X (xorg_backtrace+0x28) [0x45fcc8] 1: /usr/bin/X (mieqEnqueue+0x1f4) [0x45b344] 2: /usr/bin/X (xf86PostMotionEventP+0xc4) [0x487564] 3:

[Bug 1018706] Re: Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-27 Thread Mikko Rantalainen
I'd guess that the stack trace in the previous comment is NOT related to the crash because it seems to happen during X initialization (does not happen usually, just this random event) and X does not crash immediately, only after loading the URL in the bug description. -- You received this bug

[Bug 1018706] Re: Intel X4500 display driver crashes X when loading an URL in Firefox

2012-06-27 Thread Mikko Rantalainen
The crash does not happen after installing PPA from https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/. I'd suggest checking the differences between the official driver and the version in the PPA (or promote the PPA version as official, if that's acceptable). -- You received this bug

[Bug 601569] Re: update-manager crashed with URLError in open_local_file()

2012-06-17 Thread Mikko Rantalainen
Steps to reproduce: 1. install old java version from a package (e.g. old java originally from canonical repo for 10.04) 2. Run following commands $ git clone https://github.com/flexiondotorg/oab-java6.git $ cd oab-java6 $ sudo ./oab-java.sh 3. Open package manager, notice that java

[Bug 996981] [NEW] Hyphenation regression

2012-05-09 Thread Mikko Rantalainen
Public bug reported: Web page hyphenation support has regressed in Firefox. I last time tested the hyphenation support in 2012-04-19 and it did work at that time (unfortunately, I didn't keep notes about the Firefox package at that time but I'd guess it was 11.0.xx). Current version does not

[Bug 996981] Re: Hyphenation regression

2012-05-09 Thread Mikko Rantalainen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996981 Title: Hyphenation regression To manage notifications about this bug go to:

[Bug 996981] Re: Hyphenation regression

2012-05-09 Thread Mikko Rantalainen
Possibly caused by fix in bug 894166 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996981 Title: Hyphenation regression To manage notifications about this bug go to:

[Bug 962056] Re: top does not allow displaying PSS field

2012-03-22 Thread Mikko Rantalainen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/962056 Title: top does not allow displaying PSS field To manage notifications about this bug go to:

[Bug 962056] [NEW] top does not allow displaying PSS field

2012-03-22 Thread Mikko Rantalainen
Public bug reported: Even though recent kernels support PSS via /proc/*/smaps, top does not allow displaying the PSS (proportional set size) field. Computing the Pss should be similar to computing RSS, except that one must use Pss field from smaps. Shell example for computing the requested

[Bug 960125] Re: rubber crashed with IndexError in update_file()

2012-03-20 Thread Mikko Rantalainen
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/960125 Title: rubber crashed with IndexError in update_file() To manage notifications about this bug go to:

[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2012-02-16 Thread Mikko Rantalainen
SolidSlash (solidslash): it might be that recent kernel tweaks for ACPI (and other power management) support may have triggered a fix for this issue. If that's true, any distribution with a recent enough linux kernel should be fine. -- You received this bug notification because you are a member

[Bug 929562] [NEW] bzr: ERROR: An inconsistent delta [while cloning hg repo]

2012-02-09 Thread Mikko Rantalainen
Public bug reported: Cloning a hg repository fails. Steps to reproduce: $ sudo apt-get install bzr-hg $ bzr clone https://code.google.com/p/html5lib html5lib.bzr Expected result: A new directory called html5lib.bzr containing the html5lib repository in bazaar format. Actual result: bzr clone

[Bug 929562] Re: bzr: ERROR: An inconsistent delta [while cloning hg repo]

2012-02-09 Thread Mikko Rantalainen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929562 Title: bzr: ERROR: An inconsistent delta [while cloning hg repo] To manage notifications about this bug go to:

[Bug 600201] Re: focus prevention does not set sensible window order (alt+tab) for static application switcher

2012-02-03 Thread Mikko Rantalainen
Chi-Jui Chang: this bug is about having windows in Alt+Tab list in incorrect order. If you're missing one or more windows from the list, you should create a new bug about the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 900231] [NEW] Feature request: add support for defining overlap

2011-12-05 Thread Mikko Rantalainen
Public bug reported: pdfposter does not allow defining user adjustable overlap for individual sheets. Perhaps patch at http://pdfposter.origo.ethz.ch/node/39 could be included in Ubuntu version? (It would be even better to be able to define printable area for the printer but I'm not aware of a

[Bug 900231] Re: Feature request: add support for defining overlap

2011-12-05 Thread Mikko Rantalainen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/900231 Title: Feature request: add support for defining overlap To manage notifications about this bug go to:

[Bug 900231] Re: Feature request: add support for defining overlap

2011-12-05 Thread Mikko Rantalainen
** Patch added: The patch to add overlap adjustment https://bugs.launchpad.net/ubuntu/+source/pdfposter/+bug/900231/+attachment/2620236/+files/pdfposter_overlap_option.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 900231] Re: Feature request: add support for defining overlap

2011-12-05 Thread Mikko Rantalainen
http://pdfposter.origo.ethz.ch/node/35 especially reply #3, issue 1: printer margin needs an implementation. Reply #6 on the same page seems to suggest that the attached patch implements some/all the required parts. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 506323] Re: typo in magic file for gnome-keyring (AEL vs. AES)

2011-12-05 Thread Mikko Rantalainen
Now that file has been fixed, how about fixing the seahorse documentation. I have yet to find any mention of actual encryption used. /usr/share/doc/seahorse would be a nice place to start... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 890157] Re: update-manager crashed with URLError in do_open()

2011-11-14 Thread Mikko Rantalainen
Maybe related: Bug #565896 ** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890157 Title: update-manager crashed with URLError in do_open() To manage notifications

[Bug 887832] Re: Crashes without root privileges

2011-11-10 Thread Mikko Rantalainen
Duplicate of Bug #879767? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/887832 Title: Crashes without root privileges To manage notifications about this bug go to:

[Bug 187671] Re: sdhci module hangs Everex StepNote 2053T

2011-11-09 Thread Mikko Rantalainen
I'm using my Philips Freevents X55, too. The reserve flag fixes all the issues I had (though, SDHC card reader does not work but the driver does not cause any problems). Suspend to ram (S3) sometimes randomly hangs the system but that happened with the officially supported Windows install, too, so

[Bug 509180] Re: ecryptfs sometimes seems to add trailing garbage to encrypted files

2011-10-24 Thread Mikko Rantalainen
Ian! D. Allen (idallen) wrote: It took many more runs (several dozen) to discover the corruption than when using the 2.6.38 kernel, and *only* the md5sums changed between runs, not the file sizes as well as was true with 2.6.38. Have you ruled out hardware causes (e.g. tried the same test on a

[Bug 809387] Re: In Ubuntu 10.04 change password under About Me hangs

2011-08-10 Thread Mikko Rantalainen
Duplicate of bug 518124? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/809387 Title: In Ubuntu 10.04 change password under About Me hangs To manage notifications about this bug go to:

[Bug 797718] Re: sun java 6u26 needs packaging

2011-07-08 Thread Mikko Rantalainen
According to comment https://bugs.launchpad.net/ubuntu/+source/sun- java6/+bug/784604/comments/8 the Java 6 update 26 was available in the Debian archive weeks ago. I'd expect Ubuntu port to be pretty fast. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 784604] Re: a new java version is available for download

2011-07-07 Thread Mikko Rantalainen
*** This bug is a duplicate of bug 797718 *** https://bugs.launchpad.net/bugs/797718 ** This bug has been marked a duplicate of bug 797718 sun java 6u26 needs packaging -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 797718] Re: sun java 6u26 needs packaging

2011-07-07 Thread Mikko Rantalainen
It's worth noting that 5 of those 17 security problems are specific to windows only. Still, this update would fix 12 CVE security vulnerabilities concerning Linux. Added CVE References. ** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2011-0862 ** CVE added:

[Bug 782057] Re: Sofware center fails to automatically enable universe repository

2011-05-30 Thread Mikko Rantalainen
** Summary changed: - Sofware center fails to automatically enable universe reposiroty + Sofware center fails to automatically enable universe repository -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 365964] Re: Run application text input expansion works incorrectly

2011-05-20 Thread Mikko Rantalainen
I'm still running Ubuntu 10.04.2 LTS so I cannot test Natty right now. However, I cannot reproduce with lucid anymore. I'm still using the same harwdware but software has been upgraded to latest lucid plus I'm running PREEMPT kernel. As such, I would mark this as Works for me. -- You received

[Bug 482146] Re: seahorse-tool --verify fails to verify signature (Couldn't verify file, No valid signatures found)

2011-05-20 Thread Mikko Rantalainen
I don't have Natty available right now but I can reproduce this with $ lsb_release -rd Description:Ubuntu 10.04.2 LTS Release:10.04 $ uname -a Linux semyol-329-b 2.6.32-31-preempt #61-Ubuntu SMP PREEMPT Fri Apr 8 21:03:20 UTC 2011 x86_64 GNU/Linux $ apt-cache policy

[Bug 482146] Re: seahorse-tool --verify fails to verify signature (Couldn't verify file, No valid signatures found)

2011-05-20 Thread Mikko Rantalainen
Additional note: the behavior of seahorse-tool hints that the tool expects to verify only signatures that are detached from the original file. If that's the case and seahorse-tool is not designed to handle this case then nautilus is using incorrect utility for the attached file. -- You received

[Bug 782026] Re: update-manager crashed with StopIteration in uri()

2011-05-13 Thread Mikko Rantalainen
$ apt-cache policy google-chrome-unstable google-chrome-unstable: Installed: 13.0.761.0-r84747 Candidate: 13.0.761.0-r84747 Version table: *** 13.0.761.0-r84747 0 500 http://dl.google.com/linux/chrome/deb/ stable/main Packages 100 /var/lib/dpkg/status ** Visibility

[Bug 782026] Re: update-manager crashed with StopIteration in uri()

2011-05-13 Thread Mikko Rantalainen
Note: the google-chrome-unstable version 13.0.761.0-r84747 is the one that caused the crash (the version of which changelog I tried to view) but I don't remember which version I had before the crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 782057] [NEW] Sofware center fails to automatically enable universe reposiroty

2011-05-13 Thread Mikko Rantalainen
Public bug reported: Binary package hint: software-center Steps to reproduce: 1) Launch Ubuntu Live CD (With Unity compatible hardware? I didn't test if this is related to unity but I'd assume not.) 2) Launch Software Center 3) Type flash in search 4) Select Adobe Flash Plugin 5) Hit Install

[Bug 720021] [NEW] calibre-parallel crashed with SIGSEGV in QMetaObject::cast()

2011-02-16 Thread Mikko Rantalainen
Public bug reported: Binary package hint: calibre The calibre seems to be really crash-happy when doing anything on Ubuntu 10.04 LTS x86-64. Here's an example crash. ProblemType: Crash DistroRelease: Ubuntu 10.04 Package: calibre 0.6.42+dfsg-0ubuntu1 ProcVersionSignature: Ubuntu

[Bug 720021] Re: calibre-parallel crashed with SIGSEGV in QMetaObject::cast()

2011-02-16 Thread Mikko Rantalainen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/720021 Title: calibre-parallel crashed with SIGSEGV in QMetaObject::cast() -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 720028] Re: calibre crashed with SIGSEGV

2011-02-16 Thread Mikko Rantalainen
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/720028 Title: calibre crashed with SIGSEGV -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 283398] Re: Cannot generate UUID

2011-01-26 Thread Mikko Rantalainen
Here's a simple shell script that creates package php5-pecl-uuid when called without parameters. This script does following: - create a build directory for this process (deb-build-$$) - get the package source and prefix it with php-pecl - quickly rewrite the debian control and rules files to

[Bug 703673] [NEW] Display fails to correctly initialize if keyboard is not connected during boot

2011-01-16 Thread Mikko Rantalainen
Public bug reported: Binary package hint: xorg Steps to reproduce: 1. Shut down the computer if running. 2. Disconnect USB keyboard connector (it does not matter if USB mouse is connected or not) 3. Boot Ubuntu 10.04 LTS Expected results: System boots up normally, one cannot login with GDM

[Bug 703673] Re: Display fails to correctly initialize if keyboard is not connected during boot

2011-01-16 Thread Mikko Rantalainen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/703673 Title: Display fails to correctly initialize if keyboard is not connected during boot -- ubuntu-bugs mailing list

[Bug 693366] [NEW] thunderbird-bin crashed with SIGSEGV in nsSSLThread::requestRecvMsgPeek()

2010-12-22 Thread Mikko Rantalainen
Public bug reported: Binary package hint: thunderbird Thunderbird crashed while reading (and scrolling) a message. ProblemType: Crash DistroRelease: Ubuntu 10.04 Package: thunderbird 3.1.7+build3+nobinonly-0ubuntu0.10.04.1 ProcVersionSignature: Ubuntu 2.6.31-11.154-rt Uname: Linux 2.6.31-11-rt

<    1   2   3   4   >