[Bug 126584] Re: purple-url-handler crashed with DBusException in call_blocking()

2008-07-01 Thread knarf
Same thing happened here, Hardy (with some Intrepid bits, including Ekiga-snapshot from ekiga.org). -- purple-url-handler crashed with DBusException in call_blocking() https://bugs.launchpad.net/bugs/126584 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 235724] Re: xmpp/jabber: ssl handshake failed

2008-07-02 Thread knarf
The following patch resolves these issues. I reformatted the patch so it applies without problems on 2.4.1 (hardy) and 2.4.2 (intrepid). The original patch was posted to the pidgin mailing list: http://www.nabble.com/Pidgin-cannot-connect-to-amessage.de-using-TLS- secured-XMPP-td17059290.html Dro

[Bug 291760] Re: network-manager roams to (none) ((none))

2009-04-19 Thread knarf
I can confirm this problem with a homebrew 2.6.30-rc2 kernel and the ath5k driver. As to whether networkmanager, wpa_supplicant or any other piece of the wireless action is the culprit here I can not give an answer. I do suspect that this has something to do with the ath5k driver (and, obviously, o

[Bug 319210] Re: [jaunty] segfault during X startup with randr < 1.2 drivers

2009-02-26 Thread knarf
I doubt that the i815 acceleration-related problem is caused by the same bug so it would not surprise me if that problem remains after 1.6 has been pulled. -- [jaunty] segfault during X startup with randr < 1.2 drivers https://bugs.launchpad.net/bugs/319210 You received this bug notification beca

[Bug 328270] Re: autoconf failed to install

2009-05-06 Thread knarf
Sure: $dpkg-divert --list | grep auto $ (sound of crickets in the background) In other words, zilch... -- autoconf failed to install https://bugs.launchpad.net/bugs/328270 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 328270] Re: autoconf failed to install

2009-05-06 Thread knarf
OK, and now the same with autoconf2.13 installed... s apt-get install autoconf2.13 ... The following NEW packages will be installed: autoconf2.13 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 351kB of archives. After this operation, 1356kB of additional disk space wi

[Bug 267376] Re: [Request] OpenOffice.org 3.0 in Intrepid ibex release

2008-10-13 Thread knarf
Even though there are sure to be bugs in 3.0.0 I'd prefer for Intrepid to be released with it instead of 2.4.1. My motivations for this are: Intrepid is NOT an LTS release, meaning that those who are in search of stability and support will most likely not choose Intrepid for deployment. This gives

[Bug 282664] Re: [regression] v4l2 for module pwc with webcam Philips 740 doesn't work

2008-10-31 Thread knarf
Only green here on up to date Intrepid... VLC works but is slow... Cheese, xawtv both only show green. This is with a custom 2.6.28-rc2 (2.6.28-rc2-t23-200810310041, last number is date/time of git pull). -- [regression] v4l2 for module pwc with webcam Philips 740 doesn't work https://bugs.launch

[Bug 112406] Re: UI support for DPD

2008-07-16 Thread knarf
Given that DPD detection is broken in combination with some peers (see bug #93413, amongst others) it would be good to either have the option to disable DPD alltogether (by setting the timeout value to '0') or to detect these problems and automagically disable DPD when they are encountered. The fir

[Bug 253910] [NEW] package winbind 2:3.2.0-4ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-08-01 Thread knarf
Public bug reported: Binary package hint: samba Updating Intrepid today, got "package winbind 2:3.2.0-4ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2" message. Cause is a missing double semicolon in the init script. Attached patch fixes bug.

[Bug 253910] Re: package winbind 2:3.2.0-4ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-08-01 Thread knarf
** Attachment added: "Patch to /etc/init.d/winbind, add missing double semicolon" http://launchpadlibrarian.net/16473290/winbind-missing-semicolon.patch ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/16473291/Dependencies.txt ** Attachment added: "DpkgTerminalLog.gz

[Bug 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-08-01 Thread knarf
A good temporary solution to these problems is to copy Bryce's noxcb version of libx11 to a separate directory which you then prepend to LD_LIBRARY_PATH before starting problematic apps. A simple if somewhat hackish way to do that goes like this: # go to your home directory, get the package, creat

[Bug 254281] [NEW] package tdsodbc 0.82-3 failed to install/upgrade, tries to delete non-existing directory /var/lib/odbc

2008-08-02 Thread knarf
Public bug reported: This package failed to install on a recent Intrepid dist-upgrade. The failure is caused by the post-installation script trying to delete a non-existing directory (/var/lib/odbc) which returns an error: Setting up tdsodbc (0.82-3) ... rmdir: failed to remove `/var/lib/odbc': N

[Bug 254281] Re: package tdsodbc 0.82-3 failed to install/upgrade, tries to delete non-existing directory /var/lib/odbc

2008-08-02 Thread knarf
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/16497544/Dependencies.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/16497545/DpkgTerminalLog.gz -- package tdsodbc 0.82-3 failed to install/upgrade, tries to delete non-existing directory

[Bug 311544] Re: segfault during X startup with savage driver

2008-12-29 Thread knarf
Patching the savage driver to call xf86CrtcConfigInit makes this segfault disappear; a draft patch is attached. Binary (i386) package is available on request - I´d rather not attach it here nor encourage others to download packages from untrusted sources... ** Attachment added: "Call xf86CrtcConfi

[Bug 311544] Re: segfault during X startup with savage driver

2008-12-30 Thread knarf
Removed unused variable ** Attachment added: "Call xf86CrtcConfigInit() from within SavagePreInit()" http://launchpadlibrarian.net/20810695/04_allocate_xf86crtcconfig.diff -- segfault during X startup with savage driver https://bugs.launchpad.net/bugs/311544 You received this bug notification

[Bug 311544] Re: segfault during X startup with savage driver

2008-12-30 Thread knarf
Sent upstream, see http://bugs.freedesktop.org/show_bug.cgi?id=19337 -- segfault during X startup with savage driver https://bugs.launchpad.net/bugs/311544 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 311544] Re: segfault during X startup with savage driver

2008-12-30 Thread knarf
Sent it in git format (after fighting git-send-email for a bit), http://lists.freedesktop.org/archives/xorg/2008-December/041970.html -- segfault during X startup with savage driver https://bugs.launchpad.net/bugs/311544 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 310020] Re: firefox - pointer blinking when over a link

2009-01-02 Thread knarf
Confirmed on Jaunty in Firefox 3.0, 3.1 and 3.2 nightly (from ftp.mozilla.org), does not occur on fullscreen. -- firefox - pointer blinking when over a link https://bugs.launchpad.net/bugs/310020 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 12040] Re: Gnome menu is slow when clicking for the first time

2009-02-03 Thread knarf
The root cause of this bug has nothing to do with Compiz, Metacity or any window- or compositing-manager so bringing those into the mix only serves to muddle the issue. The first time the menu button is clicked Gnome starts searching high and low for menu entries, accompanying icons and such. It i

[Bug 177973] Re: gnome-app-install crashed with error in __init__()

2009-01-25 Thread knarf
Just got another one of these. There seem to be two problems here, one of them being gnome-app-install crashing when some background command malfunctions as happened here. GAI tried to install some gstreamer codec: gstreamer-codec-install --transient-for=79691807 'gstreamer|0.10 |rhythmbox-metadat

[Bug 177973] Re: gnome-app-install crashed with error in __init__()

2009-01-15 Thread knarf
$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.04 DISTRIB_CODENAME=jaunty DISTRIB_DESCRIPTION="Ubuntu jaunty (development branch)" $ date Thu Jan 15 16:30:55 CET 2009 just upgraded... $ apt-cache policy gnome-app-install gnome-app-install: Installed: 0.5.12-0ubuntu1 Candidate: 0

[Bug 177973] Re: gnome-app-install crashed with error in __init__()

2009-01-15 Thread knarf
This just greeted me when I wasn't doing anything gnome-app-install related in a freshly updated Jaunty... As I don't even use gnome-app- install I haven't got a clue as to what set this off... -- gnome-app-install crashed with error in __init__() https://bugs.launchpad.net/bugs/177973 You receiv

[Bug 311544] Re: segfault during X startup with savage driver

2008-12-26 Thread knarf
BTW problem is not related to xorg.conf, it appears whether that file is present (with correct contents which used to work) or not. -- segfault during X startup with savage driver https://bugs.launchpad.net/bugs/311544 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 311544] Re: segfault during X startup with savage driver

2008-12-26 Thread knarf
Problem is also not related to the presence of the non_free ath_hal module - unloading this module does not make the problem disappear -- segfault during X startup with savage driver https://bugs.launchpad.net/bugs/311544 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 311544] Re: segfault during X startup with savage driver

2008-12-26 Thread knarf
** Attachment added: "Xorg.0.log" http://launchpadlibrarian.net/20745009/Xorg.0.log ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/20745010/Dependencies.txt -- segfault during X startup with savage driver https://bugs.launchpad.net/bugs/311544 You received this bug

[Bug 311544] [NEW] segfault during X startup with savage driver

2008-12-26 Thread knarf
Public bug reported: Binary package hint: xserver-xorg-video-savage Running 2.6.28-rc7 (which used to work fine with previous savage drivers). Xorg.0.log attached. running up-to-date Jaunty Problem appeared when restarting machine after Xmas. BTW dist-upgrade wanted to remove savage driver (and

[Bug 311544] Re: segfault during X startup with savage driver

2008-12-27 Thread knarf
Running 2.6.28 final now, bug still there... -- segfault during X startup with savage driver https://bugs.launchpad.net/bugs/311544 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 311544] Re: segfault during X startup with savage driver

2008-12-28 Thread knarf
Running Xorg under gdb gives the following: This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs

[Bug 311544] Re: segfault during X startup with savage driver

2008-12-28 Thread knarf
OK, recompiled without optimizations but it still crashes. This time config is initialized incorrectly: (gdb) p config $9 = (xf86CrtcConfigPtr) 0x11 (gdb) p *config Cannot access memory at address 0x11 config is derived from ((xf86CrtcConfigPtr) ((p)->privates[xf86CrtcConfigPrivateIndex].ptr)) T

[Bug 319210] Re: segfault during X startup with randr < 1.2 drivers

2009-01-20 Thread knarf
** Attachment added: "Guard againt use of uninitialized xf86CrtcConfigPrivateIndex" http://launchpadlibrarian.net/21471674/160_xserver-xf86Crtc-check-private-index.patch -- segfault during X startup with randr < 1.2 drivers https://bugs.launchpad.net/bugs/319210 You received this bug notifi

[Bug 319210] [NEW] segfault during X startup with randr < 1.2 drivers

2009-01-20 Thread knarf
Public bug reported: This bug is related to lp: #311544 and http://bugs.freedesktop.org/show_bug.cgi?id=19337 in that it is the root cause of the savage driver (and other non-rand 1.2 drivers) crash during X startup. The discussion around this bug can be followed on the fd.o bugzilla posting. The

[Bug 311544] Re: segfault during X startup with savage driver

2009-01-20 Thread knarf
After following the xorg bug development and seeing Alex's alternative (and better) patch I adapted his patch (to xorg-server) to the current version used in Jaunty. The patch is attached to LP: #319210 as http://launchpadlibrarian.net/21471674/160_xserver-xf86Crtc-check- private-index.patch Apply

[Bug 261081] Re: vinagre crashed with SIGSEGV in savageGetLock()

2008-12-20 Thread knarf
OK, tried it again in Intrepid, still crashes (not that strange as the Savage driver is unchanged). Attached /var/log/Xorg.0.log ** Attachment added: "/var/log/Xorg.0.log" http://launchpadlibrarian.net/20604501/Xorg.0.log -- vinagre crashed with SIGSEGV in savageGetLock() https://bugs.laun

[Bug 261081] Re: vinagre crashed with SIGSEGV in savageGetLock()

2008-12-20 Thread knarf
Attached $(lspci -vvnn) ** Attachment added: "$(lspci -vvnn)" http://launchpadlibrarian.net/20604503/lspci -- vinagre crashed with SIGSEGV in savageGetLock() https://bugs.launchpad.net/bugs/261081 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 261081] Re: vinagre crashed with SIGSEGV in savageGetLock()

2008-12-20 Thread knarf
OK, those last two test were of course done in Jaunty, not in Intrepid... -- vinagre crashed with SIGSEGV in savageGetLock() https://bugs.launchpad.net/bugs/261081 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 328270] [NEW] autoconf failed to install

2009-02-11 Thread knarf
Public bug reported: Binary package hint: autoconf This came up during the last dist-upgrade in Jaunty. An attempt to manually install the package from cache fails like this: s dpkg -i /var/cache/apt/archives/autoconf_2.63-2ubuntu1_all.deb [sudo] password for frank: (Reading database ... 28382

[Bug 328270] Re: autoconf failed to install

2009-02-11 Thread knarf
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/22535037/Dependencies.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/22535038/DpkgTerminalLog.gz -- autoconf failed to install https://bugs.launchpad.net/bugs/328270 You received this bug no

[Bug 34732] Re: mini-commander missing in 2.14.0ubuntu1

2009-02-06 Thread knarf
Now, almost three years after the initial bug report this problem still remains... I made a small patch to get rid of all traces of mini-commander in the gnome-applets package when it is not built. If anyone knows of a valid reason to keep the server file for a non-existent applet around please sp

[Bug 267371] Re: [gvfs] [smb] Damaged OpenOffice files from samba shares

2009-02-10 Thread knarf
I am seeing file corruption when copying from a Windows NT4 server to an up-to-date version of Jaunty with a 2.6.29-rc2 kernel (but also using the stock Jaunty kernel) using gvfs. The files in question have NOTHING to do with OOo, they are JPEG's from a digital camera. Files are reliably corrupted

[Bug 332086] [NEW] package python-support 0.8.7ubuntu1 failed to install/upgrade: package python-support is already installed and configured

2009-02-20 Thread knarf
Public bug reported: Binary package hint: apt This appeared during a dist-upgrade. Since when is it considered an error to update/install a package which has already been installed? I know that dpkg has no qualms about reinstalling packages: s dpkg -i /var/cache/apt/archives/python-support_0.8.7

[Bug 332086] Re: package python-support 0.8.7ubuntu1 failed to install/upgrade: package python-support is already installed and configured

2009-02-20 Thread knarf
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/22912641/Dependencies.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/22912642/DpkgTerminalLog.gz -- package python-support 0.8.7ubuntu1 failed to install/upgrade: package python-support is

[Bug 347653] [NEW] package gnome-applets-data 2.26.0-0ubuntu1 [modified: usr/lib/bonobo/servers/GNOME_MiniCommanderApplet.server] failed to install/upgrade: trying to overwrite `/usr/lib/bonobo/server

2009-03-23 Thread knarf
Public bug reported: Binary package hint: gnome-applets gnome-applets still, after 3 years, contains the '/usr/lib/bonobo/servers/GNOME_MiniCommanderApplet.server' file for the long-deprecated mini_commander applet. This makes it impossible to use a stand-alone version of mini_commander without r

[Bug 347653] Re: package gnome-applets-data 2.26.0-0ubuntu1 [modified: usr/lib/bonobo/servers/GNOME_MiniCommanderApplet.server] failed to install/upgrade: trying to overwrite `/usr/lib/bonobo/servers/

2009-03-23 Thread knarf
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/24294515/Dependencies.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/24294516/DpkgTerminalLog.gz -- package gnome-applets-data 2.26.0-0ubuntu1 [modified: usr/lib/bonobo/servers/GNOME_MiniCo

[Bug 347653] Re: package gnome-applets-data 2.26.0-0ubuntu1 [modified: usr/lib/bonobo/servers/GNOME_MiniCommanderApplet.server] failed to install/upgrade: trying to overwrite `/usr/lib/bonobo/servers/

2009-03-24 Thread knarf
Original bug report: https://bugs.launchpad.net/ubuntu/+source/gnome- applets/+bug/34732 Link to patch: http://launchpadlibrarian.net/22037527/20_mini- commander_include_server_file_only_when_built.patch (patch should still apply to current version) -- package gnome-applets-data 2.26.0-0ubuntu1

[Bug 347653] Re: package gnome-applets-data 2.26.0-0ubuntu1 [modified: usr/lib/bonobo/servers/GNOME_MiniCommanderApplet.server] failed to install/upgrade: trying to overwrite `/usr/lib/bonobo/servers/

2009-03-24 Thread knarf
Here's a new version of the patch which corrects a problem for those who actually want to build the gnome-applets package WITH mini-commander, instead of using an external mini-commander. The bug was that I used the wrong directory name in the Makefile.in (but not in Makefile.am) ** Attachment add

[Bug 347653] Re: should not ship mini-commander files when it's not built

2009-03-24 Thread knarf
Sure, I can try to get their attention again... it has been a while... -- should not ship mini-commander files when it's not built https://bugs.launchpad.net/bugs/347653 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 347653] Re: should not ship mini-commander files when it's not built

2009-03-24 Thread knarf
related Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=576613 -- should not ship mini-commander files when it's not built https://bugs.launchpad.net/bugs/347653 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 347653] Re: should not ship mini-commander files when it's not built

2009-03-25 Thread knarf
Good to hear, then I'll be able to ditch the 'reinstall_minicommander' script (sudo dpkg -r mini-commander; sudo apt-get -f install; sudo dpkg -i --force-all $minicommander) -- should not ship mini-commander files when it's not built https://bugs.launchpad.net/bugs/347653 You received this bug no

[Bug 356157] Re: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-04-08 Thread knarf
For all you 'unsubscribe' parrots here's a clue + solution: Follow this link: https://bugs.launchpad.net/ubuntu/+source/hotkey- setup/+bug/356157/+subscribe Click the button. Voila, you're unsubscribed without spamming everyone with failed attempts to do so. That link can be found on any LP bug

[Bug 356157] Re: package hotkey-setup 0.1-23ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-04-06 Thread knarf
A missing 'fi' (after 'if') causes the init script to bail out. The attached patch solves this problem. ** Attachment added: "Add missing 'fi' statement to fix error on upgrade/startup" http://launchpadlibrarian.net/24860046/hotkey-setup_fix_missing_fi.patch -- package hotkey-setup 0.1-23ubu

[Bug 395324] Re: 'These windows do not support "save current setup"....' metacity warning when logging in with gdm 2.26

2009-07-15 Thread knarf
This bug also occurs on my T23 (PIII-m -> x86) with current Karmic. -- 'These windows do not support "save current setup"' metacity warning when logging in with gdm 2.26 https://bugs.launchpad.net/bugs/395324 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 413835] [NEW] package autoconf2.13 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 2

2009-08-14 Thread knarf
Public bug reported: Binary package hint: autoconf2.13 I've seen this happen before with autoconf2.13 and worked around it by manually uninstalling it. Now the latest updates tried to install it again, with the same results: Unpacking autoconf2.13 (from .../autoconf2.13_2.13-59_all.deb) ... Leav

[Bug 413835] Re: package autoconf2.13 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 2

2009-08-14 Thread knarf
** Attachment added: "AptOrdering.txt" http://launchpadlibrarian.net/30341878/AptOrdering.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/30341879/Dmesg.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/30341880/DpkgTerminalLog.gz -- packag

[Bug 402767] Re: multisearch add on blocks the functionality of firefox location bar

2009-07-24 Thread knarf
To whoever lies behind the decision to put a revenue-gathering extension in the base browser package: this is not the way to win support from free software users. If you want to enable your users to assist in gathering revenue for your company or group do it in a totally open and completely volunta

[Bug 385616] [NEW] Pulseaudio dies after hogging the cpu for a while, points blame at alsa: 'Mhmm, actually there is nothing to rewind'

2009-06-10 Thread knarf
Public bug reported: Pulseaudio stops playing sound and starts hogging the cpu with regular intervals since updating to karmic. After hogging around for a bit it dies, only to be revived like a Phoenix a few moments later. This new instance will play sound for a bit but eventually it also fails (r

[Bug 385616] Re: Mhmm, actually there is nothing to rewind.

2009-06-10 Thread knarf
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/27732641/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/27732642/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/27732643/Dependencies.txt ** A

[Bug 152756] stale files in /var/lib/initramfs-tools after removing kernel

2007-10-14 Thread knarf
Public bug reported: Binary package hint: initramfs-tools Removing a kernel image and accompanying headers with apt-get remove --purge does not seem to remove the corresponding configuration file in /var/lib/initramfs-tools. This leads to problems when either grub, a kernel, initramfs-tools or an

[Bug 27109] Re: nautilus uses 100% cpu after closing a ssh session

2007-09-30 Thread knarf
On my Gutsyfied (from Feisty to Gutsy beta) Thinkpad T23 Nautilus goes to 100% CPU when the Gnome session is terminated. Best way to see this is to switch user from A to B, terminate user B's session and go back to A. The CPU is pegged with user B's dying Nautilus. Possibly related: I quite often

[Bug 129029] Re: [Gutsy Tribe-5] No Sound on Login Screen or during Login

2007-09-30 Thread knarf
Hmmm, strangely enough I sometimes DO get the ready-to-login drumroll sound now. Sometimes, not always. Just like I sometimes have to kill bonobo-activation-server to get Nautilus to run (bug #90923: https://bugs.launchpad.net/ubuntu/+source/libbonobo/+bug/90923). Maybe these two are related? --

[Bug 65827] Re: 2.6.17-10-generic (edgy) -- BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000

2007-10-01 Thread knarf
I have seen many Oopses at nfs_update_inode with the current Gutsy kernel. I reported them to the linux-nfs list (http://linux- nfs.org/pipermail/nfsv4/2007-September/006828.html) and got a reply that these problems are supposed to be fixed in the current development kernel. Testing with 2.6.23-rc8

[Bug 120603] Re: hwdb-kde/hwdb-gui crashed with UnboundLocalError retval in get_xorgdata()

2007-10-01 Thread knarf
Still there after most recent updates to Gutsy beta... -- hwdb-kde/hwdb-gui crashed with UnboundLocalError retval in get_xorgdata() https://bugs.launchpad.net/bugs/120603 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-b

[Bug 129029] Re: [Gutsy Tribe-5] No Sound on Login Screen or during Login

2007-09-28 Thread knarf
Same but different here on Gutsy beta (updated from feisty using update- manager -c -d). No sounds during login, no sounds when trying to set them using System->Preferences->Sound->System Sounds (the test button does not produce any sound) but no problems with sounds in applications. Pulseaudio (wh

[Bug 93413] Re: vpnc dead peer detection disconnects immediately

2008-05-01 Thread knarf
For network-manager-vpnc you can either patch the program: --- nm-vpnc-service.c.org 2008-05-01 21:40:38.0 +0200 +++ nm-vpnc-service.c 2008-05-01 20:58:24.0 +0200 @@ -379,6 +379,8 @@ static gint nm_vpnc_start_vpnc_binary (N g_ptr_array_add (vpnc_argv, (gpointer) (*v

[Bug 86784] Re: f-spot crashes when cancelling import dialog

2007-09-13 Thread knarf
Same here on Edgy with f-spot 0.4.0 on a Thinkpad T23 using the savage dri driver. It is not just the import dialog which causes the crash when cancelled: all cancelled dialogs bring it down. at (wrapper managed-to-native) GdkGlx.Context.glXDestroyContext (intptr,System.Runtime.InteropServices.

[Bug 86784] Re: f-spot crashes when cancelling import dialog

2007-09-14 Thread knarf
Well, let's rephrase that. It seems to crash when closing windows containing PhotoImageFrame objects (like the 'edit tag icon' window). Anyone out there having crashes like these with a non-savage dri driver? Disabling 3D accel using driconf does not fix these crashes. using f-spot 0.4.0, libgl l

[Bug 174229] Re: [hardy] fonts smaller after update

2008-01-19 Thread knarf
The font problems with QT4 are not related to this issue but are caused by a bug in QT4 which makes it display all fonts without antialiasing when there is at least one font on the system for which antialiasing has been disabled. On Gutsy/Hardy there is at least one such font: ttf- arphic-uming. Ei

[Bug 209634] Re: firefox + flash video: crash playing second movie

2008-03-31 Thread knarf
I see that this report does not contain a stack trace. I will try to get one using gdb and attach it to this bug report. -- firefox + flash video: crash playing second movie https://bugs.launchpad.net/bugs/209634 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 209634] Re: firefox + flash video: crash playing second movie

2008-03-31 Thread knarf
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/12989270/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/12989271/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/12989272/ProcMaps.txt ** Attachment ad

[Bug 209634] [NEW] firefox + flash video: crash playing second movie

2008-03-31 Thread knarf
Public bug reported: Binary package hint: firefox-3.0 Firefox 3.0 beta 4 + flashplugin-nonfree leads to crashes playing second (or third or fourth) flash movie clips. This problem has been reported many times but so far all reports seem to be labeled 'invalid' because the report does not contain

[Bug 209634] Re: firefox + flash video: crash playing second movie

2008-03-31 Thread knarf
Well, as expected libflashplugin.so does not contain debugging info so it is impossible to get a usable stack trace. I have posted this bug to Adobe's bug tracker but they seem to ignore bug reports judging from the reactions on their forum: http://www.adobe.com/cfusion/webforums/forum/messageview

[Bug 180794] Re: access to usb device denied in latest hardy package

2008-03-12 Thread knarf
Ehhh... not to be obnoxious or anything... but why was this bug first fixed in sane-backends 1.0.19~cvs20071213-4ubuntu2 and then apparently unfixed/reintroduced in sane-backends 1.0.19-1ubuntu2 (hardy)? The udev rules file is missing - again? -- access to usb device denied in latest hardy packag

[Bug 131993] Re: w3m crashed with SIGSEGV

2008-03-13 Thread knarf
w3m is launched by trackerd during indexing which makes these reports show up. I don't know yet what causes w3m to crash though... -- w3m crashed with SIGSEGV https://bugs.launchpad.net/bugs/131993 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 209634] Re: firefox + flash video: crash playing second movie

2008-04-06 Thread knarf
I'm the reporter. I noticed that this bug seems to occur mostly (or is it even only?) when flash is handled through a blocker extension such as flashblock or noscript. The crashes occur when the flash plugin is loaded for the second (or third or fourth...) time in a browser session. Without a block

[Bug 209634] Re: firefox + flash video: crash playing second movie

2008-04-07 Thread knarf
The required information is a valid stack trace. This is impossible to get from the nonfree flash plugin as it does not contain symbols (it has been stripped) and the source is not available. Your crashes/hangs seem to be different from the ones I describe in this bug report so you probably are pl

[Bug 206007] [NEW] icedtea + jalbum == no go, java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/ImageFormatException

2008-03-24 Thread knarf
Public bug reported: Jalbum (www.jalbum.org, web photo album software) does not run on iced tea. The program starts but it is unable to read image files making it somewhat useless. Switching to sun java makes jalbum happy again. Jalbum has a setting for which image readers to use ('classic' or wh

[Bug 206007] Re: icedtea + jalbum == no go, java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/ImageFormatException

2008-03-24 Thread knarf
By the way: using latest Ubuntu Hardy (updated 20080324): icedtea-java7-bin 7~b24-1.5+20080118-1 icedtea-java7-jre 7~b24-1.5+20080118-1 Jalbum 7.4 Albums contain JPEG images -- icedtea + jalbum == no go, java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/ImageFormatException https://bu

[Bug 206007] Re: icedtea + jalbum == no go, java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/ImageFormatException

2008-03-25 Thread knarf
I purged my system from iced tea and installed openjdk-6 instead, followed by the browser plugin (icedtea-gcjwebplugin). The results are exactly the same: Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/ImageFormatException at se.datadosen.j

[Bug 91012] Re: [apport] hal-device-manager crashed with ImportError in () App crashed running "Hardware Information"

2007-03-11 Thread knarf
"me too" dist-upgraded from edgy to feisty, first run of hardware information ended in this. -- [apport] hal-device-manager crashed with ImportError in () App crashed running "Hardware Information" https://launchpad.net/bugs/91012 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https

[Bug 196688] Re: GPM in Hardy seems to have a memory leak

2010-04-20 Thread knarf
I just got bitten by this bug on Lucid. Currently gnome-power-manager uses ~120 MB resident memory after running for about two weeks: $ ps auxw|grep gnome-power-manager|grep -v grep frank 2735 0.0 16.1 186140 123588 ? SApr03 8:09 gnome-power-manager Most of that memory is used o

[Bug 475811] Re: F-spot crashes when i start It.

2009-11-25 Thread knarf
I notice there is a colon in that filename. Unix has no problems with that but Windows does. Maybe mono does as well? That would be a bug by the way... -- F-spot crashes when i start It. https://bugs.launchpad.net/bugs/475811 You received this bug notification because you are a member of Ubuntu B

[Bug 475811] Re: F-spot crashes when i start It.

2009-11-25 Thread knarf
It does seem to be the colon in the filename which causes the crash. I ran a photos.db through an instrumentd f-spot with the following result: ... ... AppendValues ( Gtk.TreeIter, 2003%20Kitchen%20Before) AppendValues ( Gtk.TreeIter, Michigan) AppendValues ( Gtk.TreeIter, Volume%202) AppendVal

[Bug 475811] Re: crashes when a filename uses ":"

2009-11-26 Thread knarf
Sebastien: the easiest way to import a 'buggy' image (?) is to remove the colon from the name... or is that not what you meant? To get f-spot to run as it is (without any patches) I'd suggest changing the name of the picture on the filesystem and in the database. Even though you could %-encode col

[Bug 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-09-20 Thread knarf
Same problem here on different hardware running latest pulseaudio from ubuntu-audio-dev. Symptoms are the same: sound is sort of allright when the volume client is maxed, anything below that sounds from bad to worse. Being that the symptoms seem to be volume-related I wonder if this is due to some

[Bug 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-09-21 Thread knarf
After modifying that incantation a bit by adding PULSE_NO_SIMD=1 to the mpd init script as mpd starts its own version of pulseaudio the noise dissappeared... in other words the recent problems with distorted sound ARE caused by the SSE-optimized code... There are very few changes to the actual asse

[Bug 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-09-21 Thread knarf
Reverted svolume_sse.c does NOT solve the problem - the bug lives elsewhere. -- pulseaudio crackle/distortion with cs46xx on latest update https://bugs.launchpad.net/bugs/428619 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-09-21 Thread knarf
Another observation: the volume control on a client (in my case mpd) does not actually change the volume. There are three states: volume maxed, sound OK volume between maxed and minimum, sound distorted at full volume volume minimized, no sound -- pulseaudio crackle/distortion with cs46xx on lat

[Bug 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-09-21 Thread knarf
OK, I found it. The problem - in my case at least - lies in svolume_mmx.c (not svolume_sse.c). Reverting that file back to the previous version gets rid of the problem. These are the changes which caused the appearance of the distorted sound problem on my box: diff -pruN ../pulseaudio-0.9.16~test7

[Bug 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-09-21 Thread knarf
I should add that I run pulseaudio on a Thinkpad T23 with a Pentium III-m which does NOT support SSE2. As I do not have any systems available which do support SSE2 I can not test the validity of svolume_sse.c (which actually contains SSE2 code, not SSE...). Someone else, like the original bug repor

[Bug 430654] Re: udev 147 outputs warnings about default rules

2009-09-21 Thread knarf
PS Scott #20, why would there be any danger of hosing the system by fixing a bug? Those {unique} parameters currently cause problems, they are a new addition to the rules file, it works fine without (just check the file used in Debian for an example). If and when udev starts supporting them they ca

[Bug 430654] Re: udev 147 outputs warnings about default rules

2009-09-21 Thread knarf
PPS: yes I know that usplash has been deactivated... -- udev 147 outputs warnings about default rules https://bugs.launchpad.net/bugs/430654 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 428619] Re: pulseaudio crackle/distortion with cs46xx on latest update

2009-09-22 Thread knarf
Looking at the differences between svolume_sse.c from pulseaudio 0.9.16 and the current one I noticed that those changes are only cosmetical - only a comment has changed. It does not make sense to try to patch that... But you can of course try the patch I posted in #19 and see if that works for you

[Bug 475811] Re: crashes when a filename uses ":"

2009-11-28 Thread knarf
There is a notice in Mono's Uri.cs that there is a difference between Mono 1.2 and Mono 2.0 in how scheme name characters are checked: // Check scheme name characters as specified in RFC2396. // Note: different checks in 1.x and 2.0 (mcs/class/Syste

[Bug 488752] Re: pdftopdf crashes

2009-11-28 Thread knarf
Me Too! Demangled the missing function is GfxColorSpace::parse(Object*, Gfx*) This seems to have been introduced by this patch: http://lists.freedesktop.org/archives/poppler/2009-October/005198.html -- pdftopdf crashes https://bugs.launchpad.net/bugs/488752 You received this bug notification be

[Bug 488752] Re: pdftopdf crashes

2009-11-28 Thread knarf
This is not a bug in poppler. It is a bug in pdftopdf as bundled with cups. Currently cups can not be compiled with the latest libpoppler because the interface to iccColorSpaceCache (in libpoppler) has changed as can be seen in the patch linked to above. -- pdftopdf crashes https://bugs.launchpad

[Bug 489791] Re: Compilation fails because of changed interface in libpoppler

2009-11-28 Thread knarf
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/36212910/BootDmesg.txt ** Attachment added: "CupsErrorLog.txt" http://launchpadlibrarian.net/36212911/CupsErrorLog.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/36212912/CurrentDmesg.txt ** A

[Bug 489791] [NEW] Compilation fails because of changed interface in libpoppler

2009-11-28 Thread knarf
Public bug reported: Binary package hint: cups The current cups package does not compile since an interface in libpoppler has changed. The interface change in libpoppler comes from this patch: http://lists.freedesktop.org/archives/poppler/2009-October/005198.html This has caused the interface t

[Bug 488752] Re: pdftopdf crashes

2009-11-28 Thread knarf
New bug opened in cups: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/489791 -- pdftopdf crashes https://bugs.launchpad.net/bugs/488752 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 489791] Re: Compilation fails because of changed interface in libpoppler

2009-11-29 Thread knarf
Your build servers are out of date, please update them. Current version of libpoppler on Lucid is 0.12.2-2.1ubuntu1, not 0.12.0-0ubuntu2. The build failure occurs as stated with *current* Lucid... One of the changes between 0.12.0 and 0.12.2 is the aforementioned patch. -- Compilation fails becau

[Bug 489791] Re: Compilation fails because of changed interface in libpoppler

2009-11-29 Thread knarf
This bug also causes current cups on current Lucid (with libpoppler 0.12.2) to refuse printing anything as it was compiled with the old version of libpoppler. It does not print because pdftopdf fails complaining about a missing symbol: symbol lookup error: LaserJet_2200: undefined symbol: _ZN13Gfx

  1   2   >