[Bug 2060193] Re: iwlwifi microcode crash when using wrong password to join a WPA3 access point

2024-04-18 Thread Pauli Heikkinen
Cold rebooted several times to no effect. But updating the RUT241 firmware from 07.06.x to 07.07 fixes this problem for me - no more microcode crash if the password is wrong. 07.07 contains an updated wifi driver which probably is what fixes this problem with that router. That is of course

[Bug 2060193] Re: iwlwifi microcode crash when using wrong password to join a WPA3 access point

2024-04-15 Thread Pauli Heikkinen
That is very interesting. I have not had this specific microcode crash when the the password is accepted. This may be somehow dependent on how exactly the router behaves. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2060193] [NEW] iwlwifi microcode crash when using wrong password to join a WPA3 access point

2024-04-04 Thread Pauli Heikkinen
Public bug reported: I noticed that whenever I try to join a wireless network using WPA3 SAE and type the password wrong, I get a microcode crash from iwlwifi. The chip is Intel 9462 (AX201). Ubuntu release 22.04 LTS, faithfully kept up to date. System info available via:

[Bug 2058226] Re: iwlwifi repeatedly logging microcode crashes

2024-04-03 Thread Pauli Heikkinen
I'm not sure what happened but I did the following: - Disabled Bluetooth - Switched to another access point - Used the PC for some time - Noticed I wasn't getting these errors any more, and decided I want to reproduce the issue - Re-enabled Bluetooth - Switched back to original access point ->

[Bug 2058226] [NEW] iwlwifi repeatedly logging microcode crashes

2024-03-18 Thread Pauli Heikkinen
.29 ProcVersionSignature: Ubuntu 6.5.0-25.25~22.04.1-generic 6.5.13 Uname: Linux 6.5.0-25-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: pauli 1756 F pulseaudio CRDA: N/A CasperMD5CheckResult: p

[Bug 1973076] Re: Missing i?amin_ symbols in libblas-dev:amd64

2022-05-17 Thread Ian Giestas Pauli
I've looked into the `SRC` code of this package and it seems `i?smin` is missing there too, so it's not the package's fault. I looks like it is a common `blas` extension that exists in intel's MKL and other vendors but it is not implemented in the reference blas implementation. I'm closing this

[Bug 1973076] [NEW] Missing i?amin_ symbols in libblas-dev:amd64

2022-05-11 Thread Ian Giestas Pauli
Public bug reported: I'm having trouble finding the i?amin_ symbols in the static files provided by libblas-dev Here is the output on a Ubuntu 22.04, with libblas3, libblas-dev installed $ lsb_release -rd Description:Ubuntu 22.04 LTS Release:22.04 $ apt-cache policy libblas-dev

[Bug 1850258] Re: First breakpoint at AVX instruction with memory operand causes SIGSEGV when tring to continue execution

2019-10-30 Thread Pauli
Another instruction which appears to have issues with memory operands and breakpoint on the instruction is vpmuludq. This time it didn't crash but I was looking at completely incorrect multiplication results compared to incoming values to the instruction. To me this indicates like vpmuludq read

[Bug 1850258] Re: First breakpoint at AVX instruction with memory operand causes SIGSEGV when tring to continue execution

2019-10-29 Thread Pauli
A bit more debugging I see that signal comes from kernel (si_code=0x80) but it claims null pointer reference. I don't understand how it could be a null pointer I would need to have better understanding what happens in gdb and kernel to trigger the SIGSEGV. I found out also that workaround is

[Bug 1850258] Re: First breakpoint at AVX instruction with memory operand causes SIGSEGV when tring to continue execution

2019-10-29 Thread Pauli
Actually it seems like it is more restricted towards a few instructions with memory operand. But if breakpoint is set to them at any point of execution they crash. That means also breakpoint before and single stepping to problematic breakpoint will crash application. But single stepping over

[Bug 1850258] [NEW] First breakpoint at AVX instruction with memory operand causes SIGSEGV when tring to continue execution

2019-10-29 Thread Pauli
Public bug reported: I noticed random looking SIGSEGV to application when trying to continue execution after first breakpoint. I now seem to have narrowed the issue to SIMD instruction with memory operand as first breakpoint location. I haven't managed to figure out why the SIGSEGV is delivered

[Bug 1763006] Re: arm-none-eabi-gdb missed in ubuntu 18.04

2018-08-20 Thread Sundberg Pauli
I tried the gdb-multiarch and it gives me " warning: while parsing target description (at line 1): Target description specified unknown architecture "arm" " When trying to connect to STM32F427 (via st-link). -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1781657] Re: Unrecognized option: -d64

2018-08-08 Thread Sundberg Pauli
Confirm, happened to me on up-to-date, today on kubuntu. For suggested work-around works also for me, here is diff: --- /usr/bin/imagej.orig2018-08-08 08:58:24.929997867 +0300 +++ /usr/bin/imagej 2018-08-08 08:59:13.774938712 +0300 @@ -418,9 +418,9 @@ if [ "$JAVA_HOME" ] ; then

[Bug 1702767] [NEW] pname (Process name) completion script fails to handle wine generated path names

2017-07-06 Thread Pauli
Public bug reported: I'm playing The Witcher 3 in wine. The game plays mostly fine except it deadlocks when trying to exit. To clear the deadlocked memory hog process I need to kill it manually. I tried to use killall with tab completion to clear the process but then I noticed pname completion

[Bug 1396654] Re: C++ demangling support missing from perf

2017-01-01 Thread Pauli
** This bug is no longer a duplicate of bug 1248289 Missing libunwind support in perf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1396654 Title: C++ demangling support missing from perf To

[Bug 1639776] Re: dnsmasq fails to send queries out after suspend disconnects the interface

2016-11-07 Thread Pauli
It appears there is a crash bug in the patch which needs a minor change: http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=16800ea072dd0cdf14d951c4bb8d2808b3dfe53d ** Patch added: "Updated patch including the crash fix"

[Bug 1639776] Re: dnsmasq fails to send queries out after suspend disconnects the interface

2016-11-07 Thread Pauli
I tested the linked patch. DNS queries work now after suspend and resume. ** Patch added: "Linked fix refreshed with quilt to apply cleanly" https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1639776/+attachment/4774167/+files/rebind-after-suspend.diff ** Tags added: patch -- You

[Bug 1639776] Re: dnsmasq fails to send queries out after suspend disconnects the interface

2016-11-07 Thread Pauli
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834722 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1639776 Title: dnsmasq fails to send queries out after suspend disconnects the interface To

[Bug 1639776] [NEW] dnsmasq fails to send queries out after suspend disconnects the interface

2016-11-07 Thread Pauli
Public bug reported: Failure is caused by ENODEV return for all dns queries like: sendto(11, "\232\325\1\0\0\1\0\0\0\0\0\0\4mail\6google\3com\0\0\1\0"..., 33, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("62.241.198.245")}, 16) = -1 ENODEV (No such device) Problem is reported

[Bug 1639536] [NEW] gnome-session-inhibit passes arguments to execvp incorrectly

2016-11-05 Thread Pauli
Public bug reported: steps to reproduce: gnome-session-inhibit sh -c "sleep 10" Excepted result is of course wait for 10 seconds before termination. Actual result: Failed to open "sleep 10" That is causes because shell ignores the first argument that should be the program name. But inhibit

[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

[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

[Bug 1589563] Re: ext4 journaling and swapping to same encrypted SSHD hangs system

2016-06-09 Thread Pauli
** Attachment added: "Kernel 4.7-rc2 boot and reproduction log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589563/+attachment/4680365/+files/kern.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1589563] Re: ext4 journaling and swapping to same encrypted SSHD hangs system

2016-06-09 Thread Pauli
.This is a new laptop with fresh install. I received it only a few days before noticing the swapping issue. Laptop model is previous generation meaning that this hardware has been around for nearly two years. I haven't tried older kernels if I can find a stable one. Only relevant looking report

[Bug 1590600] [NEW] xmacroplay reads KeyCodePress/Release code to char type variable but expect string to integer parsing

2016-06-08 Thread Pauli
Public bug reported: KeyCodePress and KeyCodeRelease commands to xmacroplay fail to parse sainly because data is read to char variable that doesn't do integer parsing. Switching read to integer variable and then assigned to char variable makes parsing work correctly. Attached patch fixes the

[Bug 1590600] Re: xmacroplay reads KeyCodePress/Release code to char type variable but expect string to integer parsing

2016-06-08 Thread Pauli
** Patch added: "Fix for the bug" https://bugs.launchpad.net/ubuntu/+source/xmacro/+bug/1590600/+attachment/4680073/+files/fix-keycode-parsing.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1589563] Re: ext4 journaling and swapping to same encrypted SSHD hangs system

2016-06-06 Thread Pauli
A possible problem is dm_crypt works all trying to allocate pages in bio_alloc_bioset. Based on comments around relevant code allocation is supposed to come from a memory pool. But stacktraces show that code end ups to page allocator. I'm not familiar with relevant code paths so I need to read the

[Bug 1589563] [NEW] ext4 journaling and swapping to same encrypted SSHD hangs system

2016-06-06 Thread Pauli
Public bug reported: Short description: The system has single SSHD disk with luks/lvm2 encrypted root file system and swap partition. If system starts to swap ext4 journal commit and swap requests hang waiting disk io. Relevant bug reports in other places: So far I have managed to find only

[Bug 1588410] [NEW] While installing packages with apt-get queued propertiaty driver install tries to install same packages again

2016-06-02 Thread Pauli
Public bug reported: steps: 1. start instalation of packages in terminal using apt-get (in my case ubuntu-gnome-desktop) 2. go to software-properties->Additional drivers 3. Request drivers to be installed while apt-get is still running from step 1 (in my case propertiaty nvidia driver)

[Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-11-28 Thread Pauli
"atk-wrapper went through some quite big updates between 15.04 and 15.10, so I'd be betting on that being the issue (or it somehow triggering a Java edge case)" I don't think that is the primary bug. Bugs in Debian and Redhat are much older and look like perfect match to this bug. It feels like a

[Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-11-28 Thread Pauli
src/solaris/native/sun/awt/awt_UNIXToolkit.c: AWT_LOCK(); XSync(awt_display, False); AWT_UNLOCK(); Looks like X11 is supposed to be protected by AWT_LOCK. src/solaris/classes/sun/awt/UNIXToolkit.java: /** All calls into GTK should be synchronized on this lock */ public static

[Bug 1520743] Re: Netbeans 8.1 installer freezes running over openjdk-8

2015-11-28 Thread Pauli
Did you try to comment /etc/java-8-openjdk/accessibility.properties entry for accessibility? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520743 Title: Netbeans 8.1 installer freezes running over

[Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-11-27 Thread Pauli
I noticed the hang in load_gtk when trying to run netbeans with openjdk-7. For me disabling accessible like in https://bugs.debian.org /cgi-bin/bugreport.cgi?bug=798131. The hand seems to be X11 threading related based on other similar hangs reported in web. My java backtrace: "AWT-EventQueue-1"

[Bug 1510009] Re: Java 1.8.0_66 is extremely deadlock prone regarding AWT/GTK interaction

2015-11-27 Thread Pauli
I managed to find a very similar sounding bug that is from year 2012 but it was iced-tea specific: http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=857 Solution there was to make sure that setLookAndFeel call happens before any other call to swing. But I have no idea how that could be

[Bug 1507062] Re: After suspend resume network manager fails to set default route entry to routing table for mobile broadband connection

2015-11-18 Thread Pauli
Seems like network-manager 1.0.4-0ubuntu5.1 fixed this bug. That makes this like duplicate of LP: #1512749 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1507062 Title: After suspend resume network

[Bug 1507062] Re: After suspend resume network manager fails to set default route entry to routing table for mobile broadband connection

2015-10-16 Thread Pauli
** Tags added: regression-release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1507062 Title: After suspend resume network manager fails to set default route entry to routing table for mobile

[Bug 1507062] [NEW] After suspend resume network manager fails to set default route entry to routing table for mobile broadband connection

2015-10-16 Thread Pauli
Public bug reported: This is regression from 10.04. It seems to reproduce often but not always which might point to some kind of race condition handled badly. Basic setup: * Huawei USB 3G modem * Network manager set to auto connect with saved pin * Laptop which has very few suspend-resume

[Bug 1507062] Re: After suspend resume network manager fails to set default route entry to routing table for mobile broadband connection

2015-10-16 Thread Pauli
Stupid me writing completely bogus. This modem wouldn't even work in 10.04. So obviously I tried to say regression was cause by upgraded from 15.05. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1504870] [NEW] compiz crashed with SIGSEGV in unity::menu::Manager::Indicators() when trying to switch to full screen game crusader kings II

2015-10-10 Thread Pauli
Public bug reported: I switched away from the fullscreen crusaders king II game (to different workspace). When I tried to return back to the workspace where I left the game it was minimized. Switching to the minimized game resulted to a resolution switch to 1024x768 even tough game was

[Bug 1479310] [NEW] Card symbols in the monospace font are wider than single character should be

2015-07-29 Thread Pauli
Public bug reported: Using font Ubuntu mono regular symbols ♣♦♥♠♧♢♡♤ are rendered about 1.5 times wider than monospace character wide is. That causes it to cover next character making it very hard to read. Those characters are U2660-U2667. Screenshot from gnome terminal showing the problem

[Bug 1377220] Re: Google Chrome crash with mesa 10.3 on Intel GPU

2014-12-08 Thread Pauli
Issue might be actually the X driver and mesa disagreeing how to handle the memory buffers. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757435 ** Bug watch added: Debian Bug tracker #757435 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757435 -- You received this bug notification

[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.

[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

[Bug 1280584] [NEW] Bluetooth daemon default configuration is wrong

2014-02-15 Thread Sundberg Pauli
Public bug reported: I was trying to connect my Android device to python script via bluetooth connection. The connection raised fine but it was not able to make the connection. I am using [1] as server. When looking at syslog i noticed: bluetoothd[707]: Unable to spawn pnatd: Failed to execute

[Bug 1267442] Re: Install nvidia-331 on Xubuntu results in unbootable machine

2014-01-27 Thread Sundberg Pauli
Affects me too, probably due package: nvidia-prime_0.5.3_amd64.deb. I tried to reproduce the problem but running --reinstall on the package does not modify lightdm.conf. Assuming there is no lightdm.conf in the fresh install, then the package creates a file that is reported by @Efry. -- You

[Bug 1267442] Re: Install nvidia-331 on Xubuntu results in unbootable machine

2014-01-27 Thread Sundberg Pauli
kubuntu daily image from 14.04 downloaded at about 20.01.2014 - installed and updated - install packages - install nvidia-331 - nvidia-prime (v 0.5.3 ) came with recommendations: nvidia-331: Recommends: nvidia-settings (= 331.20), nvidia-prime (= 0.5) | bumblebee, libcuda1-331,

[Bug 327362] Re: Some ISPs have .local domain which disables avahi-daemon

2014-01-24 Thread Pauli
This is a response I got from my ISP. I think it's relevant. According to the RFC 6762 (chapter 22, IANA considerations) the top level domain .local should be handled as being Special-Use Domain Names, which the RFC 6761 states the caching DNS servers SHOULD generate immediate (positive or

[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

[Bug 1231858] Re: modem-manager state doesn't match hardware state after suspend (not able to connect)

2013-09-29 Thread Pauli
Ok. So issue is most likely fixed in a newer release that haven't yet reached Ubuntu. For some reason even saucy is using 0.6.0 only. Maybe I should try to build the package from the newer source my self. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1231858] [NEW] modem-manager state doesn't match hardware state after suspend (not able to connect)

2013-09-27 Thread Pauli
Public bug reported: After suspend/resume cycle USB 3G modem is in disconnected state. Modem- manager reports device state just changing between disconnecting and connected: Sep 27 11:17:02 rantapallo modem-manager[1198]: info Modem /org/freedesktop/ModemManager/Modems/8: state changed

[Bug 1174145] Re: Broadcom 4313 causes heavy interference with wireless clients after 13.04 upgrade

2013-09-18 Thread Birgit Pauli-Haack
Same here. #23 instructions work for Latitude E6530 and Ubuntu 13.04 (64-bit) Thank you all! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1174145 Title: Broadcom 4313 causes heavy interference

[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

[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

[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

[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

[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;

[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

[Bug 1179617] Re: qmlscene assert failure: qmlscene: ../../src/xcb_conn.c:180: write_vec: Assertion `!c-out.queue_len' failed.

2013-06-23 Thread Pauli
most likely fix: https://bugs.freedesktop.org/show_bug.cgi?id=44198#c3 To me it appears to be problem threaded access to xcb and xlib. Qt is using xcb but gl library is using xlib to cumminicate with same connection from different threads. ** Bug watch added: freedesktop.org Bugzilla #44198

[Bug 1179617] Re: qmlscene assert failure: qmlscene: ../../src/xcb_conn.c:180: write_vec: Assertion `!c-out.queue_len' failed.

2013-06-23 Thread Pauli
https://bugreports.qt-project.org/browse/QTBUG-31935 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1179617 Title: qmlscene assert failure: qmlscene: ../../src/xcb_conn.c:180: write_vec: Assertion

[Bug 1091838] Re: ubuntu hangs up at shutdown

2013-05-23 Thread Sundberg Pauli
I am having the same problem, and i am running a desktop with '3.8.0-21-generic #32-Ubuntu SMP Tue May 14 22:16:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux' and nouveau drivers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1180202] Re: Properties window is not usable

2013-05-15 Thread Sundberg Pauli
Thanks! Two ways to get around this problem: 1) Use option '--use-old-panels' when starting paraview 2) Remove the suggested plugin at: /usr/lib/paraview/plugins/libPointSprite_Plugin.so. Removing from 'manage plugins' view after paraview had loaded did not fix the issue (bit weird?) Anyway,

[Bug 1180202] [NEW] Properties window is not usable

2013-05-14 Thread Sundberg Pauli
Public bug reported: Attached is screenshot (and the file with the bug is reproducable) showing the problem best: properties toolview (at right lower corner) is very large: only small partition can fit in full 1920 screen (you can see the scrollbar -- long way to go). This is regression at

[Bug 1180202] Re: Properties window is not usable

2013-05-14 Thread Sundberg Pauli
** Attachment added: Ply file for reproducing the problem (happens every time). https://bugs.launchpad.net/ubuntu/+source/paraview/+bug/1180202/+attachment/3676962/+files/grid.ply -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1180202] Re: Properties window is not usable

2013-05-14 Thread Sundberg Pauli
Just to clarify: the properties window scrollbar on left to right: it 'extends' when something is loaded, when no result is loaded its proper. And this is not only .ply files loading: after loading .mhd file the same happens. -- You received this bug notification because you are a member of

[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

[Bug 1108056] Re: fetching URLs freezes pidgin

2013-04-20 Thread Pauli
Issue is in pidgin way of using depracated signal(2) and threads and forking with a race condition. Fix is commited for pidgin 3.0. See https://hg.pidgin.im/pidgin/main/rev/161320946afd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[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:

[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.

[Bug 1167158] [NEW] do-release-upgrade -d fails with 12.04: fatal error occurred in DistUpgrade/DistUpgradeView.py

2013-04-10 Thread Sundberg Pauli
Public bug reported: root@XXX-office-antec:/home/XXX# do-release-upgrade -d Checking for a new Ubuntu release Get:1 Upgrade tool signature [198 B] Get:2 Upgrade tool [1197 kB]

[Bug 1167158] Re: do-release-upgrade -d fails with 12.04: fatal error occurred in DistUpgrade/DistUpgradeView.py

2013-04-10 Thread Sundberg Pauli
** Attachment added: Second run log file apt.log https://bugs.launchpad.net/ubuntu/+source/update-manager-core/+bug/1167158/+attachment/3636455/+files/apt.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1167158] Re: do-release-upgrade -d fails with 12.04: fatal error occurred in DistUpgrade/DistUpgradeView.py

2013-04-10 Thread Sundberg Pauli
Bit debugging with python and my locale, shows that my locale / python is broken, not the script (that might do some counter measures / pre- check ?): XXX@XXX-office-antec ~ % cat silly.py import locale print Hello there print locale.getdefaultlocale() locale.setlocale(locale.LC_ALL, )

[Bug 606594] Re: Multiple instances of Gwibber

2012-12-14 Thread Pauli
*** This bug is a duplicate of bug 856284 *** https://bugs.launchpad.net/bugs/856284 This might not be duplicate. I noticed that gwibber-service startup has a huge race issue in the code that tries to prevent starting duplicate services. Basic issue in gwibber-serice code is: 1. Check if

[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:

[Bug 1022012]

2012-07-30 Thread Andrzej-pauli
Will it be stabilized anytime soon? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022012 Title: (CVE-2012-3374) pidgin-2.10.5: MXit buffer overflow To manage notifications about this bug go to:

[Bug 1009153] [NEW] [System Product Name, Realtek ALC887-VD, Green Headphone Out, Front] No sound at all

2012-06-05 Thread Pauli Karjalainen
Public bug reported: Smplayer h ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: alsa-base 1.0.25+dfsg-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 NonfreeKernelModules: fglrx AlsaVersion: Advanced Linux Sound Architecture Driver

[Bug 1009153] Re: [System Product Name, Realtek ALC887-VD, Green Headphone Out, Front] No sound at all

2012-06-05 Thread Pauli Karjalainen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1009153 Title: [System Product Name, Realtek ALC887-VD, Green Headphone Out, Front] No sound at all To manage notifications about this bug go to:

[Bug 994402] [NEW] combining -fprofile-generate and -fmudflap causes gcc to segfault

2012-05-03 Thread Pauli
Public bug reported: $ cat minimal.c #include stdint.h #define PERF_MAX_STACK_DEPTH255 struct perf_callchain_entry { uint64_t nr; uint64_t ip[PERF_MAX_STACK_DEPTH]; }; struct perf_callchain_entry entry = {

[Bug 994402] Re: combining -fprofile-generate and -fmudflap causes gcc to segfault

2012-05-03 Thread Pauli
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994402 Title: combining -fprofile-generate and -fmudflap causes gcc to segfault To manage notifications about this bug go to:

[Bug 994402] Re: combining -fprofile-generate and -fmudflap causes gcc to segfault

2012-05-03 Thread Pauli
** Attachment added: cckrXkkP.out https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/994402/+attachment/3129373/+files/cckrXkkP.out -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994402

[Bug 933296] Re: LibreOffice-Impress can not play slide show

2012-04-25 Thread Pauli
Moving to libcairo2 based on http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=668172 It appears that libcairo 1.12 caused the regression. ** Bug watch added: Debian Bug tracker #668172 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668172 ** Package changed: libreoffice (Ubuntu) = cairo

[Bug 933296] Re: LibreOffice-Impress can not play slide show

2012-04-25 Thread Pauli
Upstream bug report: https://bugs.freedesktop.org/show_bug.cgi?id=49118 ** Bug watch added: freedesktop.org Bugzilla #49118 https://bugs.freedesktop.org/show_bug.cgi?id=49118 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 933296] Re: LibreOffice-Impress can not play slide show

2012-04-25 Thread Pauli
True. But you see that people are running cairo 1.12 already and it is problematic. ;) For me source was https://launchpad.net/~xorg-edgers/+archive/ppa -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 933296] Re: LibreOffice-Impress can not play slide show

2012-04-18 Thread Pauli
I had same bug. It looks like some HW driver bug. I can workaround problem by disabling acceleration for lo (Tools-options-LibreOffice-view, uncheck Use hardware acceleration OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile OpenGL version string: 2.1 Mesa 8.0.2 -- You received this

[Bug 900384] Re: usbipd requires usbip_common_mod.ko and usbip.ko kernel modules, which are not available in any package

2012-03-31 Thread Pauli
** Package changed: usbip (Ubuntu) = linux-meta (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/900384 Title: usbipd requires usbip_common_mod.ko and usbip.ko kernel modules, which are not

[Bug 890569] Re: Kernel NULL pointer deference in __d_move from vfs_stat ioctl

2011-11-18 Thread Pauli
It was one time crash only for me. But upstream doesn't have much changes in that area. Only patches that I quickly could name even potentially related are in sysfs side: f6d90b4f9ce018bff429d6e01ee672de712b8641 sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees Mikulas Patocka 's

[Bug 890569] Re: Kernel NULL pointer deference in __d_move from vfs_stat ioctl

2011-11-17 Thread Pauli
** Attachment added: Picture from the oops https://bugs.launchpad.net/ubuntu/+source/linux/+bug/890569/+attachment/2599558/+files/IMG_0474.JPG -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890569

[Bug 890569] [NEW] Kernel NULL pointer deference in __d_move from vfs_stat ioctl

2011-11-15 Thread Pauli
Public bug reported: __d_move crashes in second d_ancestor check where it finds that one of parents for dentry variable is NULL. Call comes from sysfs_lookup-d_move-__d_move. The vfs_stat ioctl was initiated from Xorg quickly after I tried to switch user. I have take picture from oops report

[Bug 890569] Re: Kernel NULL pointer deference in __d_move from vfs_stat ioctl

2011-11-15 Thread Pauli
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890569 Title: Kernel NULL pointer deference in __d_move from vfs_stat ioctl To manage notifications about this bug go to:

[Bug 227705] Re: hdparm not being triggered with udev

2011-07-03 Thread Sundberg Pauli
I take my words back. The unmod -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/227705 Title: hdparm not being triggered with udev To manage notifications about this bug go to:

[Bug 227705] Re: hdparm not being triggered with udev

2011-07-03 Thread Sundberg Pauli
I take my words back. The unmodified file works as well. Setting 'set -x' and running the /lib/udev/hdparm function by hand does show that with DEVNAME=/dev/sda hdparm is called properly with options: /sbin/hdparm -B254 -S1 /dev/sda This does spin down the disk on manual run. After boot the

[Bug 227705] Re: hdparm not being triggered with udev

2011-06-28 Thread Sundberg Pauli
I confirm #6 working on fresh install (of linux mint 11, so i guess this is still open at 11.04) with minor modification: File is /lib/hdparm/hdparm-functions and line is 99. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 684660] Re: Does not start in 11.04 -- bad kate version

2011-06-28 Thread Sundberg Pauli
Worked on last install ** Changed in: kdevelop (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/684660 Title: Does not start in 11.04 -- bad kate version To

[Bug 718032] Re: Flash fullscreen mode can cause X to freeze the display

2011-06-24 Thread Sundberg Pauli
At least in my case upgrading kernel to 2.6.37-020637rc2-generic from mainline did not do any good. Fullscreen flash still freezes allways but sound works ok. I have also tried all the /etc/adobe/ and export env-variable stuff described in other threads -- no help. -- You received this bug

[Bug 798359] Re: mounting btrfs filesystem (with possible broken content)

2011-06-16 Thread Pauli
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/798359 Title: mounting btrfs filesystem (with possible broken content) To manage notifications about this bug go to:

[Bug 798359] [NEW] mounting btrfs filesystem (with possible broken content)

2011-06-16 Thread Pauli
Public bug reported: I have btrfs filesystem in micro-sd card. I had it mounted with sync flag set to record a bug to it. Too bad btrfs code hit BUG() when trying to mount the micro-sd card after I hit the bug. It is possible that I pulled power off the device while it was writing to the card.

[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.

[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:

[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

[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

[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

  1   2   3   4   5   >