[Bug 261056] Re: maxima crashes: Couldn't protect - out of memory allocating 7 bytes

2009-12-08 Thread Aristid Breitkreuz
Still occurs with Ubuntu Karmic (x86). Replacing the package with the package from Debian Sid solves the problem. But that is not a real solution, of course. -- maxima crashes: Couldn't protect - out of memory allocating 7 bytes https://bugs.launchpad.net/bugs/261056 You received this bug

[Bug 281732] Re: Mute button not properly working on current Lenovo Thinkpads x200/x200s , t400/t500, X300/X301, W series

2009-09-28 Thread Aristid Breitkreuz
I actually _like_ the Pressing again does not unlock feature, and quite a lot. Pressing mute works at all times, even when the computer is not fully booted, and I can make sure that it is muted by pressing the mute button once. Having an OSD would be nice though. -- Mute button not properly

[Bug 261056] Re: maxima crashes: Couldn't protect - out of memory allocating 7 bytes

2009-09-28 Thread Aristid Breitkreuz
Slightly different error message: $ maxima Maxima 5.13.0 http://maxima.sourceforge.net Using Lisp GNU Common Lisp (GCL) GCL 2.6.8 (aka GCL) Distributed under the GNU Public License. See the file COPYING. Dedicated to the memory of William Schelter. This is a development version of Maxima. The

[Bug 357673] Re: No notification when sliding audio volume, muting volume on ThinkPad X31, X32, X41, X60, T22, T40, T42, T60, R50e, R51, R52

2009-08-12 Thread Aristid Breitkreuz
** Summary changed: - No notification when sliding audio volume, muting volume on ThinkPad X31, X32, X41, X60, T22, T40, T42, T60, R50e, R51, R52, T500 + No notification when sliding audio volume, muting volume on ThinkPad X31, X32, X41, X60, T22, T40, T42, T60, R50e, R51, R52 -- No

[Bug 368989] Re: Hot Keys Issue - Lenovo T500

2009-08-12 Thread Aristid Breitkreuz
The bug is particularly annoying because pressing mute twice does NOT unmute. You need to press volume-up or volume-down to reenable sound. Nor does any mixer device even notice that sound is muted. -- Hot Keys Issue - Lenovo T500 https://bugs.launchpad.net/bugs/368989 You received this bug

[Bug 357673] Re: No notification when sliding audio volume, muting volume on ThinkPad X31, X32, X41, X60, T22, T40, T42, T60, R50e, R51, R52, T500

2009-08-10 Thread Aristid Breitkreuz
I can confirm the muting issue on my T500 running Ubuntu 9.04. Volume up/down and brightness up/down work as expected, though. ** Summary changed: - No notification when sliding audio volume, muting volume on ThinkPad X31, X32, X41, X60, T22, T40, T42, T60, R50e, R51, R52 + No notification when

[Bug 153144] Re: LVM not bootable with 2.6.22 kernel after Gusty upgrade

2007-10-20 Thread Aristid Breitkreuz
It seems like update-initramfs and depmod steps were forgotten somewhere in the upgrade procedure. -- LVM not bootable with 2.6.22 kernel after Gusty upgrade https://bugs.launchpad.net/bugs/153144 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 153144] Re: LVM not bootable with 2.6.22 kernel after Gusty upgrade

2007-10-19 Thread Aristid Breitkreuz
Hi. I experienced this bug, too. Package: linux-image-2.6.22-14-generic, platform: x86-64. Configuration: root-partition on LVM on RAID-1. It did work with feisty's 2.6.20 kernel and actually right now I'm typing these words on the same machine with gutsy on feisty's 2.6.20 kernel. ** Changed

[Bug 131706] Microsoft-led technology in Ubuntu main repository

2007-08-10 Thread Aristid Breitkreuz
Public bug reported: Binary package hint: mono Install Ubuntu. You will see that you have technology led by Microsoft on your computer (mono). This is in deep conflict with https://bugs.launchpad.net/ubuntu/+bug/1 (Bug #1 in Ubuntu, Microsoft has a majority market share). When you uninstall

[Bug 131706] Re: Microsoft-led technology in Ubuntu main repository

2007-08-10 Thread Aristid Breitkreuz
Thank you for asking me for further feedback. Microsoft has very much to do with mono. I do know www.mono-project.com. Let me explain why I think that mono has so much to do with Microsoft. Mono implements .NET, right? .NET is Microsoft technology, right? Mono attempts to implement .NET as

[Bug 126044] Missing /usr/lib32/locale directory

2007-07-14 Thread Aristid Breitkreuz
Public bug reported: On Ubuntu 7.04 (x86-64) I couldn't use non-ascii characters in Opera until I did $ sudo ln -s -T /usr/lib64/locale /usr/lib32/locale I think this symlink should be part of ia32-libs. The problem did not appear in Edgy Eft. ** Affects: ia32-libs (Ubuntu) Importance:

[Bug 69323] Re: CMake crashes

2006-10-30 Thread Aristid Breitkreuz
** Attachment added: automatically generated problem report http://librarian.launchpad.net/4940945/_usr_bin_cmake.1000.crash -- CMake crashes https://launchpad.net/bugs/69323 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 69323] CMake crashes

2006-10-30 Thread Aristid Breitkreuz
Public bug reported: CMake crashes with the following line in CMakeLists.conf: file(GLOB src_string string/ *.cpp) ** Affects: cmake (Ubuntu) Importance: Undecided Status: Unconfirmed -- CMake crashes https://launchpad.net/bugs/69323 -- ubuntu-bugs mailing list

[Bug 62202] program segfaults without upstream fix

2006-09-24 Thread Aristid Breitkreuz
Public bug reported: Binary package hint: libboost-dev A program of mine crashes with a segmentation fault if this patch is not applied to /usr/include/boost/any.hpp from libboost-dev 1.33.1: http://boost.cvs.sourceforge.net/boost/boost/boost/any.hpp?r1=1.11r2=1.11.2.1view=patch This bug is an

[Bug 62202] Re: program segfaults without upstream fix

2006-09-24 Thread Aristid Breitkreuz
Minimal example part 1 Compile this with g++ -fvisibility=hidden -fPIC -shared -o test2.so test2.cpp ** Attachment added: minimal example shared library source http://librarian.launchpad.net/4417693/test2.cpp -- program segfaults without upstream fix https://launchpad.net/bugs/62202 --

[Bug 62202] Re: program segfaults without upstream fix

2006-09-24 Thread Aristid Breitkreuz
Minimal example part 2 After having compiled part 1, compile this one like this: g++ test2.so test.cpp Then run ./a.out ** Attachment added: minimal example executable source http://librarian.launchpad.net/4417697/test.cpp -- program segfaults without upstream fix