[Bug 2063376] Re: linux-source-6.5.0 will install kernel 6.5.13

2024-05-08 Thread Gero Schwäricke
modinfo drivers/bluetooth/btusb.ko | grep vermagic modinfo btusb | grep vermagic # vermagics should match cp --backup drivers/bluetooth/btusb.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth/btusb.ko 3. I also wanted to patch the kernel module. But for the patch to persist, in the end I loo

[Bug 2063376] Re: linux-source-6.5.0 will install kernel 6.5.13

2024-04-24 Thread Gero Schwäricke
** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063376 Title: linux-source-6.5.0 will install kernel 6.5.13 To manage notifications about this bug go to: https://bugs.launchpad.

[Bug 2063376] [NEW] linux-source-6.5.0 will install kernel 6.5.13

2024-04-24 Thread Gero Schwäricke
//mirror.ipb.de/ubuntu jammy-updates/main i386 Packages 500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages 500 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages Best, Gero ** Affects: linux-hwe-6.5 (Ubuntu) Importance: Undecided

[Bug 1002978] Re: [meta-bug] Inverted Internal microphone (phase inversion)

2016-01-05 Thread Gero
Same problem on Lenovo B50-80 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1002978 Title: [meta-bug] Inverted Internal microphone (phase inversion) To manage notifications about this bug go to: ht

[Bug 1165089] Re: [Lenovo 3000 N100 Notebook 0768] Synaptic Touchpad constantly losing sync

2013-09-26 Thread Gero Graubner
ge echo -n ondemand > $CPUFREQ to echo -n performance > $CPUFREQ' or simply paste: sudo sed -i s/'echo -n ondemand > $CPUFREQ'/'echo -n performance > $CPUFREQ'/g /etc/init.d/ondemand and reboot. To switch it back to default "ondemand" paste: sudo se

[Bug 896922] Re: Lenovo L520 - "psmouse.c: touchpad at isa0060/serio4/input0 lost sync" and stops working for seconds

2013-09-26 Thread Gero Graubner
e echo -n ondemand > $CPUFREQ to echo -n performance > $CPUFREQ' or simply paste: sudo sed -i s/'echo -n ondemand > $CPUFREQ'/'echo -n performance > $CPUFREQ'/g /etc/init.d/ondemand and reboot. To switch it back to default "ondemand" paste:

[Bug 1171096] Re: BUG: soft lockup - CPU#3 stuck for 22s! [tvheadend:29245] - flush_tlb_others_ipi

2013-05-07 Thread Gero Graubner
Hello, same Problem here, running Ubuntu 12.04 Server x64, Kernel 3.2.0-41-generic with XBMC 12.2 and tvheadend 3.4. I have an nvidia gforce 210 with 304.84 driver, and an L4M Cine S2 V.6.2. 03:00.0 Multimedia controller: Digital Devices GmbH Octopus LE DVB adapter Subsystem: Digital Devices Gm

[Bug 1007133] Re: Evolution locks up under KDE in Kubuntu 12.04 when setting an alarm on an appointment

2013-01-08 Thread gero
Same problem. Changing System Settings > Application Appearance > GTK+ Appearance from oxygen-gtk to Radiance, as Kurt suggested, works as a workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/10

[Bug 526955] Re: NVIDIA X Server configuration not working

2011-05-16 Thread gero
David, thanks for this advice which inspired another workaround: After clicking the "Detect Displays" button (which will recognize the new screen and the loss of the old one) select "Apply" before configuring the new screen. Only after switching to a one-screen set-up, configure the new screen. Th

[Bug 526955] Re: NVIDIA X Server configuration not working

2011-04-29 Thread gero
I still see this problem in Lucid when ever I unplug one screen, attach another and then try to change the NVidia setup accordingly. The change works but when I start the NVidia tool again it shows the message mentioned above and I'm stuck until the next X-server restart. This confirms that the bu

[Bug 294648] Re: svn over https with client certificates broken (regression in intrepid)

2010-12-21 Thread gero
Bryan, my results in #48 are with libneon27_0.29.5-1_i386.deb which, according to #38, includes the patch. I would appreciate reopening this bug, thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 294648] Re: svn over https with client certificates broken (regression in intrepid)

2010-12-21 Thread gero
Here's what I see with the setup from #44: $ svn co https://lavalit.com/svn/openbor/trunk svn: OPTIONS of 'https://lavalit.com/svn/openbor/trunk': SSL handshake failed: SSL error: A TLS warning alert has been received. (https://lavalit.com) $ LD_PRELOAD=/usr/lib/libneon.so.27 svn co https://laval

[Bug 294648] Re: svn over https with client certificates broken (regression in intrepid)

2010-12-20 Thread gero
For me this bug hasn't been fixed either. I've installed libneon27_0.29.5-1_i386.deb and by dependency libssl0.9.8_0.9.8o- 1ubuntu4.3_i386.deb on Lucid. I still get the error messages: $ svn update svn: OPTIONS of 'https:///': SSL handshake failed: SSL error: A TLS warning alert has been received

[Bug 581486] Re: Using scroll bar in emacs highlights/selects text

2010-09-16 Thread gero
phil, it's an environment variable. You can prepend it to calling emacs like this ('$' being the shell prompt): $ GDK_NATIVE_WINDOWS=1 emacs -- Using scroll bar in emacs highlights/selects text https://bugs.launchpad.net/bugs/581486 You received this bug notification because you are a member of

[Bug 294648] Re: svn over https with client certificates broken (regression in intrepid)

2010-09-06 Thread gero
Thank you for the advice! Tony, I'm afraid I don't control the server. Andreas, that's one of the methods I tried, but like I said: "Using libneon instead of libneon-gnutls has not helped, [...]" Either way, AFAIC the current Ubuntu subversion package is broken and needs to be fixed. -- svn ov

[Bug 294648] Re: svn over https with client certificates broken (regression in intrepid)

2010-09-05 Thread gero
Hi, I've had problems since upgrading from Hardy to Lucid: $ svn update svn: OPTIONS of 'https://svn.example.com/path/to/svn/trunk': SSL handshake failed: SSL error: A TLS warning alert has been received. (https://svn.example.com) I assume the old svn client version was 1.4.6: http://packages.u

[Bug 588203] Re: [FFe] Please merge emacs23 23.2+1-4 (main) from Debian unstable (main)

2010-09-04 Thread gero
Bug #581486 is not really a duplicate of this bug but fixing this one would probably also fix the other one. It's about two very annoying bugs in the Emacs version currently shipping with Lucid (23.1.1): * Moving the scroll bar is marking text. * When letting go of the scroll bar it often snaps b

[Bug 581486] Re: Using scroll bar in emacs highlights/selects text

2010-09-04 Thread gero
This bug is indeed very annoying. Any chance to get it fixed soon, please? Moreover, when I let go of the scrollbar it frequently snaps back to it's previous position (and with it the displayed section of the file) instead of staying where it is. Is this problem related? -- Using scroll bar in e

[Bug 161176] Re: Crash when CIFS mount goes offline

2010-04-24 Thread Gero Mudersbach
More related bugs: Bug #224414 The symptoms are also exactly like reported in the kernel list back in 2005: http://lkml.org/lkml/2005/2/20/78 ** Changed in: linux (Ubuntu) Status: Incomplete => New -- Crash when CIFS mount goes offline https://bugs.launchpad.net/bugs/161176 You received

[Bug 161176] Re: Crash when CIFS mount goes offline

2010-04-24 Thread Gero Mudersbach
I can confirm this behaviour: When I mount a Samba share with cifs and the Samba server goes offline (for whatever reason) I get the following errors in dmesg: CIFS VFS: No repsonse for cmd 114 mid x CIFS VFS: Unexpected lookup error -112 All programs currently accessing the directory - to w

[Bug 561637] Re: Ubuntu Firefox Modification 0.8 & Flash Plugin Freezes Namoroka in Karmic

2010-04-13 Thread Gero Mudersbach
Set "dom.ipc.plugins.enabled.libflashplayer.so" to "false" in "about:config". See the following post for the workaround: http://ubuntuforums.org/showpost.php?p=9112649&postcount=5 -- Ubuntu Firefox Modification 0.8 & Flash Plugin Freezes Namoroka in Karmic https://bugs.launchpad.net/bugs/561637

[Bug 560008] Re: gwibber-service crashed with NameError in get_account_passwords()

2010-04-11 Thread gero
i just turn on my computer and this error appeared.. -- gwibber-service crashed with NameError in get_account_passwords() https://bugs.launchpad.net/bugs/560008 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 544506] Re: nautilus-sendto crashed with SIGSEGV in g_slice_alloc()

2010-04-07 Thread gero
well I am not quite sure about what you mean, but I can tell you this, sendto was working fine, I used it just a minute before I removed the empathy, then I removed empathy and sendto stopped working, next I re- installed empathy and sendto began to work correctly. i wish i could help more... --

[Bug 557800] Re: gnome-keyring-daemon crashed with SIGSEGV in dbus_message_iter_open_container()

2010-04-07 Thread gero
*** This bug is a duplicate of bug 532378 *** https://bugs.launchpad.net/bugs/532378 sorry I want to add something else, a few minutes later since this error I tried to run an update but the system didnt allow me. I think it is strongly related with the issue. Here is what I got from Termin

[Bug 557800] Re: gnome-keyring-daemon crashed with SIGSEGV in dbus_message_iter_open_container()

2010-04-07 Thread gero
*** This bug is a duplicate of bug 532378 *** https://bugs.launchpad.net/bugs/532378 ** Changed in: gnome-keyring (Ubuntu) Assignee: (unassigned) => gero (tkd4) -- gnome-keyring-daemon crashed with SIGSEGV in dbus_message_iter_open_container() https://bugs.launchpad.net/bugs/557800

[Bug 544506] Re: nautilus-sendto crashed with SIGSEGV in g_slice_alloc()

2010-04-04 Thread gero
well, this error happened to me when I removed empathy.. there is a package in empathy related with nautilus. this package is called nautilus-sendto-empathy , and the problem occurred when I removed it. -- nautilus-sendto crashed with SIGSEGV in g_slice_alloc() https://bugs.launchpad.net/bugs/54

[Bug 552227] Re: gwibber-accounts crashed with KeyError in get_account_data()

2010-04-03 Thread gero
i was trying to configure my broadcast account in facebook and when i clicked on add the error appeared. -- gwibber-accounts crashed with KeyError in get_account_data() https://bugs.launchpad.net/bugs/552227 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 513922] Re: telepathy-butterfly crashed with AttributeError in on_addressbook_contact_added()

2010-04-03 Thread gero
i was adding a new contact, but I dint select a group, so a i pressed the "add" button and the error occurs... -- telepathy-butterfly crashed with AttributeError in on_addressbook_contact_added() https://bugs.launchpad.net/bugs/513922 You received this bug notification because you are a member

[Bug 194494] Re: telepathy-butterfly crashed with NotImplementedError in _on_error()

2010-04-03 Thread gero
its happened to me when i was removing the "jabber account" from emphaty. -- telepathy-butterfly crashed with NotImplementedError in _on_error() https://bugs.launchpad.net/bugs/194494 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 528467] Re: [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD

2010-03-02 Thread Gero Mudersbach
Geir, the patch helped delaying the freeze and it was possible to switch to another console. In the long run it didn't prevent the freeze. I think it's still a flushing problem and the "big hammer" patch just makes it happen less often. Until now it wasn't possible for me to test it with Lucid. I

[Bug 528467] Re: [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD

2010-02-28 Thread Gero Mudersbach
BTW: using "vesa" in xorg.conf and "nomodeset" at the kernel command line seems to be a workaround until the bug is fixed in the intel driver. -- [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD https://bugs.launchpad.net/bugs/528467 You received this bug notification because you ar

[Bug 528467] Re: [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD

2010-02-27 Thread Gero Mudersbach
** Attachment added: "i915_error_state, dmesg, Xorg.0.log with kernel 2.6.33-997-generic_2.6.33-997.201002271147_i386" http://launchpadlibrarian.net/39865927/kernel-2.6.33-997-generic_2.6.33-997.201002271147_i386-debug-logs.tar.gz -- [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 li

[Bug 528491] Re: [i855] GPU hung with intel i915 driver

2010-02-26 Thread Gero Mudersbach
** Attachment added: "Kernel log with drm debug messages" http://launchpadlibrarian.net/39821945/kernel-log.txt -- [i855] GPU hung with intel i915 driver https://bugs.launchpad.net/bugs/528491 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 528467] Re: [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD

2010-02-26 Thread Gero Mudersbach
** Attachment added: "xsession error log" http://launchpadlibrarian.net/39820781/xsession-error-lucid-alpha3-live-cd.txt -- [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD https://bugs.launchpad.net/bugs/528467 You received this bug notification because you are a member of Ubu

[Bug 528467] Re: [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD

2010-02-26 Thread Gero Mudersbach
** Attachment added: "Xorg log" http://launchpadlibrarian.net/39820765/Xorg.0.log-lucid-alpha3-live-cd.txt -- [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD https://bugs.launchpad.net/bugs/528467 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 528467] Re: [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD

2010-02-26 Thread Gero Mudersbach
** Attachment added: "ubuntu-bug (apport) output" http://launchpadlibrarian.net/39820760/apport.xserver-xorg-video-intel._JyBZZ.apport -- [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD https://bugs.launchpad.net/bugs/528467 You received this bug notification because you are a

[Bug 528467] Re: [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD

2010-02-26 Thread Gero Mudersbach
** Attachment added: "Dmesg output" http://launchpadlibrarian.net/39820707/dmesg-lucid-alpha3-live-cd.txt -- [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD https://bugs.launchpad.net/bugs/528467 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 528491] Re: [i855] GPU hung with intel i915 driver

2010-02-26 Thread Gero Mudersbach
** Attachment added: "apport.xserver-xorg-video-intel.iRSv2E.apport" http://launchpadlibrarian.net/39820695/apport.xserver-xorg-video-intel.iRSv2E.apport ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39820696/Dependencies.txt -- [i855] GPU hung with intel i915 dri

[Bug 528491] [NEW] [i855] GPU hung with intel i915 driver

2010-02-26 Thread Gero Mudersbach
Public bug reported: Binary package hint: xserver-xorg-video-intel I get the following error as a dmesg output right after the xserver freezes (mouse still works, ssh too): [ 9136.844018] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung [ 9136.844035] render error detect

[Bug 528467] [NEW] [i855] GPU hung (drm i915 intel) on Lucid Lynx Alpha 3 live CD

2010-02-26 Thread Gero Mudersbach
Public bug reported: Binary package hint: xserver-xorg-video-intel With the alpha 3 version of the Lucid Lynx live CD I get a GPU hung shortly after the splash screen of the the desktop (KDE) is shown. the following messages are from dmesg: [drm:i915_hangcheck_elapsed] * ERROR * Hangcheck timer

[Bug 342675] Re: [i945] Kubuntu freezes when I use the keyboard shortcut to start krunner (UXA bug)

2010-02-19 Thread Gero Mudersbach
Currently I am testing patches from https://bugs.freedesktop.org/show_bug.cgi?id=24789#c38 which seem to solve the issue for me when compositing in KDE is turned off. I haven't tested it with compositing turned on yet. I will report back, when I have made more tests on this. ** Bug watch added:

[Bug 342675] Re: [i945] Kubuntu freezes when I use the keyboard shortcut to start krunner (UXA bug)

2010-02-18 Thread Gero Mudersbach
I am not sure if this is the right bug which applies to my problem since there seem to be alot freezes with intel based chipsets and latest kernel / intel driver. However, since I am using KDE and the freeze occures at random (some times several times on one day, on the other not a single time) I a

[Bug 465055] Re: Epson ALCX11NF Scanner I/O error in xsane

2009-11-25 Thread Gero Mudersbach
@PiK: > It seems that the only resolution is coming back to the ubuntu 9.04. Fortunately there is a dirty workaround: download http://packages.ubuntu.com/jaunty/libsane (jaunty version) and install with dpkg -i libsane_1.0.19-23ubuntu7_i386.deb You may lock libsane with synaptics or with prefe

[Bug 473319] Re: PDF files generated with iText 2.1.6 (Google docs) are not displayed correctly

2009-11-07 Thread Gero Mudersbach
> Bug in the PDF library. Jonathan, I think it's a bug in Okular since the file can be viewed with evince (which uses poppler) without problems. If you look a tthe attached screenshot, you will see that okular displays the file with the wrong orientation (portrait instead of landscape). Evince an

[Bug 473319] Re: PDF files generated with iText 2.1.6 (Google docs) are not displayed correctly

2009-11-07 Thread Gero Mudersbach
** Attachment added: "File viewed with okular, notice the left side of the document is cut" http://launchpadlibrarian.net/35301092/okulartest.png -- PDF files generated with iText 2.1.6 (Google docs) are not displayed correctly https://bugs.launchpad.net/bugs/473319 You received this bug not

[Bug 473319] Re: PDF files generated with iText 2.1.6 (Google docs) are not displayed correctly

2009-11-07 Thread Gero Mudersbach
** Attachment added: "Same file viewed with Adobe Reader, full page visible" http://launchpadlibrarian.net/35301126/okulartest-adobe.png -- PDF files generated with iText 2.1.6 (Google docs) are not displayed correctly https://bugs.launchpad.net/bugs/473319 You received this bug notification

[Bug 461355] Re: Double "Automatic file name extension" checkbox in OOo KDE file dialog

2009-11-02 Thread Gero Mudersbach
I can confirm this is still an issue in Kubuntu Karmic final. -- Double "Automatic file name extension" checkbox in OOo KDE file dialog https://bugs.launchpad.net/bugs/461355 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 463251] Re: Openoffice KDE file dialog didn't ask to overwrite exists file

2009-11-02 Thread Gero Mudersbach
I can confirm this is an issue with the PDF export and Save-As dialog in Kubuntu Karmic final. -- Openoffice KDE file dialog didn't ask to overwrite exists file https://bugs.launchpad.net/bugs/463251 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 454507] Re: Upgrade of encrypted Jaunty to Karnic results in non bootable system

2009-10-18 Thread Gero Mudersbach
** Tags added: karmic ** Tags removed: karnic -- Upgrade of encrypted Jaunty to Karnic results in non bootable system https://bugs.launchpad.net/bugs/454507 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 454507] [NEW] Upgrade of encrypted Jaunty to Karnic results in non bootable system

2009-10-18 Thread Gero Mudersbach
Public bug reported: Binary package hint: initramfs-tools Upgrading a kubuntu jaunty system which has been installed with the alternate installation cd and is fully encrypted with luks (cryptsetup) to karnic beta results in an unbootable system. Upon restart the system waits for some time and the

[Bug 401382] Re: sun-java-plugin firefox 3.0 unnecessary dependency

2009-07-27 Thread Gero Mudersbach
This bug seems to be a duplicate of bug #289567 -- sun-java-plugin firefox 3.0 unnecessary dependency https://bugs.launchpad.net/bugs/401382 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.u

[Bug 289567] Re: Installing abrowser removes sun-java6-plugin

2009-07-27 Thread Gero Mudersbach
I can confirm that the firefox dependency of sun-java6-plugin is a problem. When I remove the official firefox from ubuntu, I cannot install sun-java6-plugin without reinstalling firefox again. Since other browsers use the mozilla-plugin directories for plugins, firefox should be only _recommended_

[Bug 390588] [NEW] When having mounted a nfs-share and the connection breaks parts of the system freezes

2009-06-22 Thread Gero Mudersbach
Public bug reported: This bug has been expierenced on Kubuntu Jaunty. Steps to reproduce: 1. Mount a nfs share 2. Disconnect network or the device having the shared resource Results: - KDE Plasma freezes (while some systemtray icons remain accessible) - manually unmounting the nfs-share results

[Bug 37346] Re: amarok: "Watch folders for changes" doesn't work - no automatic collection updates

2009-05-25 Thread gero
I can confirm now that it works in Amarok 1.4.9.1 (using KDE 3.5.10 on Hardy). Many thanks! -- amarok: "Watch folders for changes" doesn't work - no automatic collection updates https://bugs.launchpad.net/bugs/37346 You received this bug notification because you are a member of Kubuntu Bugs, wh

[Bug 44740] Re: [i855] Windows not redrawn properly after resume from suspend or hibernate

2009-05-24 Thread Gero Mudersbach
I'm not sure if the problem I am having is related to this bug or to bug #326008. -- [i855] Windows not redrawn properly after resume from suspend or hibernate https://bugs.launchpad.net/bugs/44740 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subsc

[Bug 44740] Re: [i855] Windows not redrawn properly after resume from suspend or hibernate

2009-05-24 Thread Gero Mudersbach
** Attachment added: "Output of lspci -v" http://launchpadlibrarian.net/27114712/lspci.txt -- [i855] Windows not redrawn properly after resume from suspend or hibernate https://bugs.launchpad.net/bugs/44740 You received this bug notification because you are a member of Ubuntu Bugs, which is a

[Bug 44740] Re: [i855] Windows not redrawn properly after resume from suspend or hibernate

2009-05-24 Thread Gero Mudersbach
I am experiencing this bug with jaunty. I haven't had a problem on intrepid. See screenshot. 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) Subsystem: ASUSTeK Computer Inc. Device 8340

[Bug 217138] Re: Please include cryptsetup on live CD

2009-02-27 Thread Gero Mudersbach
I would like to see this, too. It would really help if cryptsetup and lvm2 package is already installed in the live image and related modules (dm-mod, dm-crypt, aes) would be already loaded. As an exmaple case you would need it after your harddisk got corrupted and you installed with alternate cd

[Bug 147597] Re: xorg-server segfaults with intel (i810) driver and looses itself in infinite respawn

2008-12-10 Thread Gero Mudersbach
Yes, I had this yesterday, too. Seems to be a problem with intrepid, it didn't occur with hardy. This is the bt: Backtrace: 0: /usr/bin/X(xf86SigHandler+0x79) [0x80c3009] 1: [0xb7fdb400] 2: /usr/lib/xorg/modules/drivers//intel_drv.so(I830WaitLpRing+0x1dc) [0xb7a411ac] 3: /usr/lib/xorg/modules/dri

[Bug 264969] Re: rapidsvn Segmentation fault after svn add

2008-09-08 Thread Gero Mudersbach
Same problem here, rapidsvn and kdesvn both don't work after upgrade of subversion -- rapidsvn Segmentation fault after svn add https://bugs.launchpad.net/bugs/264969 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 232453] Re: bmpx crashes when you start playing

2008-07-13 Thread Gero Mudersbach
I had the same problem when trying to play from shoutcast (MP3 stream). After installing gstreamer-fluendo-mp3 it worked. -- bmpx crashes when you start playing https://bugs.launchpad.net/bugs/232453 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 93360] Re: Dhcdbd doesn't recognize permanent (-1) DHCP leases

2008-05-07 Thread Gero Mudersbach
@Gisbert These log messages may have nothing to do with your wifi not working. I have theses log messages and wifi is working perfectly well. Maybe you should open a new bug for this describing the hardware (what chipset do you have) of the machine. You may also try to post it to a forum. I am wil

[Bug 225550] [NEW] Crash: Installing new plugins results in a segmentation fault

2008-05-02 Thread Gero Mudersbach
Public bug reported: After a fresh install of hardy I cannot install plugins into drpython anymore. Steps to reproduce: 1. Install package "drpython" 2. Start drpython 3. Go to Options->Configure Plugins->Install 4. Select a mirror 5. While trying to fetch the list of pugins drpython crashes with

[Bug 200548] Re: Reproducable crash on specific websites

2008-03-10 Thread Gero Mudersbach
Sorry for not being specific: As this bug is marked for kdebase it only applies to Konqueror and gutsy (Konqueror 3.5.8, KDE 3.5.8). -- Reproducable crash on specific websites https://bugs.launchpad.net/bugs/200548 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 200548] [NEW] Reproducable crash on specific websites

2008-03-10 Thread Gero Mudersbach
Public bug reported: Try this page and konqueror will crash (libkhtml): http://www.adobe.com/de/products/acrobat/readstep2_allversions.html I tried on different machines all with Kubuntu Gutsy with latest patches installed. ** Affects: kdebase (Ubuntu) Importance: Undecided Status

[Bug 162667] Re: missing kdefx prevents koffice2 to start

2008-03-07 Thread Gero Mudersbach
As anybody can see, there is no libkdefx.so or libkdefx.so.5 in http://packages.ubuntu.com/gutsy/i386/kdelibs5/filelist So, where is it? :) -- missing kdefx prevents koffice2 to start https://bugs.launchpad.net/bugs/162667 You received this bug notification because you are a member of Ubuntu Bug

[Bug 162667] Re: missing kdefx prevents koffice2 to start

2008-03-07 Thread Gero Mudersbach
Also, in the original kde4 packages there is no libkdefx... -- missing kdefx prevents koffice2 to start https://bugs.launchpad.net/bugs/162667 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

[Bug 105778] Re: Suspend / Hibernation crash wpa_supplicant

2008-03-05 Thread Gero Mudersbach
Same problem here. If I kill wpa_supplicant after resume then most of the times NetworkManager works again. Nothing in the logs about any errors can be found. (K)NetworkManager tries to connect, sometimes it connects but the connection is lost right after that again. Sometimes it isn't possbile

[Bug 181221] Re: The application unknown (nspluginviewer) crashed and caused the signal 11 (SIGSEGV)

2008-02-08 Thread Gero Mudersbach
I reverted back to an older version that I downloaded from the adobe website: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266&sliceId=2 The version I am using (and that is working now) is:install_flash_player_9r48_linux.tar.gz -- The application unknown (nspluginviewer) crashe

[Bug 181221] Re: The application unknown (nspluginviewer) crashed and caused the signal 11 (SIGSEGV)

2008-02-08 Thread Gero Mudersbach
I have the problem since yesterday (I updated with adept-notfier to flashplugin-nonfree 9.0.48.0.2+really0ubuntu12.1). Before that everything worked perfectly with konqueror. Now flash is only working with firefox... -- The application unknown (nspluginviewer) crashed and caused the signal 11 (S

[Bug 120834] Re: intel gm965 freezes with 3d applications

2008-02-06 Thread Gero
I experience this bug with Ubuntu Gutsy (Kubuntu alternate-installation on AMD64) on a Dell Optiplex 745 (a desktop computer), one graphics controller Intel 965 with one or two monitors connected. I also tried to install the newer driver package xserver-xorg-video-intel from Hardy (Version 2.2.0+gi

[Bug 177518] Re: opengl total freeze using DRI with intel graphics chip

2008-02-05 Thread Gero
... the logfile ** Attachment added: "Xorg.0.log" http://launchpadlibrarian.net/11776321/Xorg.0.log -- opengl total freeze using DRI with intel graphics chip https://bugs.launchpad.net/bugs/177518 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug con

[Bug 177518] Re: opengl total freeze using DRI with intel graphics chip

2008-02-05 Thread Gero
I've got a similar experience with intel 965 with or without explicitly loading the dri-module: I tried to use the commercial CFD-mesh-generator IcemCFD with Ubuntu Gutsy (Kubuntu alternate-installation on AMD64) on a Dell Optiplex 745, one graphics controller Intel 965 with two monitors connected

[Bug 147597] Re: xorg-server segfaults with intel (i810) driver and looses itself in infinite respawn

2007-12-27 Thread Gero Mudersbach
Perhaps this is related to the following bug: http://bugs.freedesktop.org/show_bug.cgi?id=12772 It's about intelfb and X driver incompatibility (won't fix). -- xorg-server segfaults with intel (i810) driver and looses itself in infinite respawn https://bugs.launchpad.net/bugs/147597 You receive

[Bug 147597] Re: xorg-server segfaults with intel (i810) driver and looses itself in infinite respawn

2007-10-01 Thread Gero Mudersbach
Just for the records: the crash happens on gutsy (kubuntu) beta, xorg- server version is 1.3.0.0.dfsg-12ubuntu8 -- xorg-server segfaults with intel (i810) driver and looses itself in infinite respawn https://bugs.launchpad.net/bugs/147597 You received this bug notification because you are a memb

[Bug 147597] Re: xorg-server segfaults with intel (i810) driver and looses itself in infinite respawn

2007-10-01 Thread Gero Mudersbach
** Attachment added: "Xorg log for SEGV crash with intel driver" http://launchpadlibrarian.net/9616151/Xorg.0.log-crash.txt -- xorg-server segfaults with intel (i810) driver and looses itself in infinite respawn https://bugs.launchpad.net/bugs/147597 You received this bug notification becaus

[Bug 147597] xorg-server segfaults with intel (i810) driver and looses itself in infinite respawn

2007-10-01 Thread Gero Mudersbach
Public bug reported: Steps to reproduce: There are no specific steps required such as suspend/resume or using video overlay apps. It happens without being reproducible with certain steps required to make X crash. The server crashes with signal 11 and then looses itself in an infinite respawn, th

[Bug 131276] Re: X does not use preferred mode when connected to Samsung 225bw

2007-10-01 Thread Gero Mudersbach
Forget that last comment, surprisingly it works with Kubuntu 7.10 beta ... -- X does not use preferred mode when connected to Samsung 225bw https://bugs.launchpad.net/bugs/131276 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 131276] Re: X does not use preferred mode when connected to Samsung 225bw

2007-09-27 Thread Gero Mudersbach
Will this bug be resolved in 7.10 final? It still exists in 7.10 beta. For me, it is a showstopper! -- X does not use preferred mode when connected to Samsung 225bw https://bugs.launchpad.net/bugs/131276 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 131276] X does not use preferred mode when connected to Samsung 225bw

2007-08-09 Thread Gero Mudersbach
Public bug reported: This applies to gutsy version of xorg-server (1.3.0): When connecting the flatpanel monitor Samsung 225BW, X does not use the preferred mode of 1680x1050. There is already a patch for this bug in upstream: http://bugs.freedesktop.org/show_bug.cgi?id=10814 I tried to patch t

[Bug 131276] Re: X does not use preferred mode when connected to Samsung 225bw

2007-08-09 Thread Gero Mudersbach
** Attachment added: "Modes patch for the samsung 225bw" http://launchpadlibrarian.net/8744918/xorg-server-sam225bw-quirks.patch -- X does not use preferred mode when connected to Samsung 225bw https://bugs.launchpad.net/bugs/131276 You received this bug notification because you are a member

[Bug 37346] Re: amarok: "Watch folders for changes" doesn't work - no automatic collection updates

2007-02-05 Thread gero
I don't see why this bug has status "Needs Info". There doesn't seem to be any outstanding request for info but we have six confirmations. Changing status. ** Changed in: amarok (Ubuntu) Status: Needs Info => Confirmed -- amarok: "Watch folders for changes" doesn't work - no automatic col

[Bug 36745] Re: ID3 encoding: UTF-8 not properly supported

2006-08-17 Thread gero
** Changed in: grip (Ubuntu) Status: Unconfirmed => Confirmed -- ID3 encoding: UTF-8 not properly supported https://launchpad.net/bugs/36745 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs