[Bug 208100] Re: [a-z] does not work as expected in non-C locales

2008-03-28 Thread Mika Fischer
Hi Chuck, the problem comes from the locale settings. You can see it as follows: (In the examples replace en_US.UTF-8 with the locale you actually use. You can check with the locale command) $ mkdir old $ cd old $ touch a A A1 b c d E F G H $ LANG=C ls A A1 E F G H a b c d $ LANG=en_US.

[Bug 208100] Re: [a-z] does not work as expected in non-C locales

2008-03-28 Thread Mika Fischer
See also question E9 from: http://tiswww.case.edu/php/chet/bash/FAQ So the gist is: to be portable you need to use [[:lower:]] or [[:upper:]] instead of [a-z] or [A-Z]. Or you could set LC_COLLATE to C or POSIX, which gives you the traditional ordering abc...xyzABC...XYZ. I'm marking this as inva

[Bug 208100] Re: [a-z] does not work as expected in non-C locales

2008-03-28 Thread Mika Fischer
I can confirm that the same thing happens on SuSE 9.1, Debian 4.0 and RHEL 5.1. So the problem is not new. -- [a-z] does not work as expected in non-C locales https://bugs.launchpad.net/bugs/208100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 205090] Re: Bad default ls colors for directories

2008-03-28 Thread Mika Fischer
Actually, the dircolors behavior is mentioned in the dir_colors(5) man page at the end: FILES /etc/DIR_COLORS (Slackware, SuSE and RedHat only; ignored by GNU dircolors(1) and thus Debian.) System-wide configuration file. ~/.dir_colors (Slackware, SuSE

[Bug 205090] Re: Bad default ls colors for directories

2008-03-28 Thread Mika Fischer
** Changed in: kdebase (Ubuntu) Sourcepackagename: bash => kdebase -- Bad default ls colors for directories https://bugs.launchpad.net/bugs/205090 You received this bug notification because you are a member of Kubuntu Team, which is subscribed to kdebase in ubuntu. -- kubuntu-bugs mailing list

[Bug 211180] Re: bash completion no longer works for ssh known_hosts

2008-04-04 Thread Mika Fischer
Hm, do you by any chance have the UserKnownHostsFile option set in either /etc/ssh/ssh_config or ~/.ssh/config ? -- bash completion no longer works for ssh known_hosts https://bugs.launchpad.net/bugs/211180 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 211180] Re: bash completion no longer works for ssh known_hosts

2008-04-04 Thread Mika Fischer
** Changed in: bash-completion (Ubuntu) Status: In Progress => Fix Committed -- bash completion no longer works for ssh known_hosts https://bugs.launchpad.net/bugs/211180 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 103395] Re: Unexpected results for bash autocompletion

2008-04-04 Thread Mika Fischer
New debdiff which fixes #211180 additionally. ** Attachment removed: "Debdiff fixing this and other bugs" http://launchpadlibrarian.net/13097390/bash- completion_20060301-3ubuntu2.debdiff ** Attachment added: "Debdiff fixing this and other bugs" http://launchpadlibrarian.net/13115370/bash

[Bug 211180] Re: bash completion no longer works for ssh known_hosts

2008-04-04 Thread Mika Fischer
OK, that explains it then. bash_completion just greps the config for UserKnownHostsFile and uses that exclusively if found. In your case that's obviously wrong. So I'll change it to use the standard files in addition to those found via UserKnownHostsFile. That should fix it the problem. ** Chang

[Bug 211905] Re: [hardy] Tab completion perl -c

2008-04-04 Thread Mika Fischer
*** This bug is a duplicate of bug 128290 *** https://bugs.launchpad.net/bugs/128290 This bug was already reported as #128290. It is already fixed in hardy. ** This bug has been marked a duplicate of bug 128290 bash completion doesn't work for 'perl -c' -- [hardy] Tab completion perl -c

[Bug 128290] Re: bash completion doesn't work for 'perl -c'

2008-04-04 Thread Mika Fischer
It is fixed in hardy (8.04, to be released this month). Small bugs like this usually don't get fixed in older releases, sorry. -- bash completion doesn't work for 'perl -c' https://bugs.launchpad.net/bugs/128290 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 210780] Re: X slower after upgrade to 4GB RAM

2008-04-05 Thread Mika Fischer
Bryce, thanks for forwarding the bug. I've subscribed to it. I've tried the git deb and there are no relevant changes as far as I can see. I'll attach the log and post the diff of 4GB with hardy default driver and 4GB with the git driver below (with hunks with changed dates or input event index re

[Bug 138312] Re: [gutsy, completion] dpkg-deb not getting filenames completed

2008-04-05 Thread Mika Fischer
Hm, ok. That's pretty bad... So it seems to be impossible to get CDPATH completion, environment vars completion and correct output at the same time... I'll either have to use stock completion for cd, which would give use env. vars completion and correct output or revert the change which will give

[Bug 177243] Re: Bash command completion puts backslash in front of beginning dollar sign

2008-04-05 Thread Mika Fischer
I had to revert the fix for now because it caused a regression :( ** Changed in: bash-completion (Ubuntu) Status: Fix Committed => Confirmed -- Bash command completion puts backslash in front of beginning dollar sign https://bugs.launchpad.net/bugs/177243 You received this bug notificatio

[Bug 103395] Re: Unexpected results for bash autocompletion

2008-04-05 Thread Mika Fischer
New debdiff which reverts the fix for #177243 because it caused a regression. ** Attachment removed: "Debdiff fixing this and other bugs" http://launchpadlibrarian.net/13115370/bash- completion_20060301-3ubuntu2.debdiff -- Unexpected results for bash autocompletion https://bugs.launchpad.net

[Bug 103395] Re: Unexpected results for bash autocompletion

2008-04-05 Thread Mika Fischer
** Attachment added: "Debdiff fixing this and other bugs" http://launchpadlibrarian.net/13133874/bash-completion_20060301-3ubuntu2.debdiff -- Unexpected results for bash autocompletion https://bugs.launchpad.net/bugs/103395 You received this bug notification because you are a member of Ubunt

[Bug 211145] Re: Sax2 can no longer be found with default search path

2008-04-06 Thread Mika Fischer
I can also add that xpath is missing too which is required by opensync 0.22... ** Changed in: python-xml (Ubuntu) Status: Incomplete => Confirmed -- Sax2 can no longer be found with default search path https://bugs.launchpad.net/bugs/211145 You received this bug notification because you a

[Bug 206070] Re: No more autocompletion for apt-get

2008-03-24 Thread Mika Fischer
*** This bug is a duplicate of bug 196021 *** https://bugs.launchpad.net/bugs/196021 ** This bug has been marked a duplicate of bug 196021 include bash-completion by default in hardy -- No more autocompletion for apt-get https://bugs.launchpad.net/bugs/206070 You received this bug notific

[Bug 196021] Re: include bash-completion by default in hardy

2008-03-24 Thread Mika Fischer
I try to actively maintain the Ubuntu package and I think after the last upload it is in pretty good shape (before that it was rather broken). I'm in the process of fixing a few more bugs and also rewriting some things that could be done more robustly. I'm also trying to get in contact with Ian Ma

[Bug 205444] Re: bash completion inhibits ability to debug login scripts

2008-03-24 Thread Mika Fischer
To test this bug, you could just put the script in your home directory and instead of sourcing /etc/bash_completion source ~/bash_completion. But if you agree with the general approach I'll include this in the next upload. ** Changed in: bash-completion (Ubuntu) Status: New => In Progress

[Bug 123665] Re: tab completion fails when files have same prefix that ends in a quote/escapable-char

2008-03-24 Thread Mika Fischer
The issue can be worked around in the bash_completion script. A fix will be included in the next upload. ** Changed in: bash-completion (Ubuntu) Sourcepackagename: bash => bash-completion Assignee: (unassigned) => Mika Fischer (zoop) Status: Confirmed => In Progress

[Bug 205090] Re: Bad default ls colors for directories

2008-03-24 Thread Mika Fischer
Hi Sven, thanks for taking the time to report this issue! In your report, are you speaking of the console? Or are you using a terminal program under X/Gnome/KDE? -- Bad default ls colors for directories https://bugs.launchpad.net/bugs/205090 You received this bug notification because you are a

[Bug 164772] Re: bash_completion fails for psql when databases require a password

2008-03-24 Thread Mika Fischer
ut for the time being I'll have to disable the user and database completion since it can't be done reliably. ** Changed in: bash-completion (Ubuntu) Assignee: (unassigned) => Mika Fischer (zoop) Status: Confirmed => In Progress -- bash_completion fails for psql when da

[Bug 138312] Re: [gutsy, completion] dpkg-deb not getting filenames completed

2008-03-24 Thread Mika Fischer
** Changed in: bash-completion (Ubuntu) Assignee: (unassigned) => Mika Fischer (zoop) Status: Confirmed => In Progress -- [gutsy, completion] dpkg-deb not getting filenames completed https://bugs.launchpad.net/bugs/138312 You received this bug notification because you are a mem

[Bug 196021] Re: include bash-completion by default in hardy

2008-03-24 Thread Mika Fischer
Hi Åskar, while what you say is definitely true, the real question is who to poke and what process to follow to get bash to depend on it. And actually I'd rather suggest that ubuntu-standard recommend it so that people can remove it if they're bothered. In any case I think that bash-completion w

[Bug 205090] Re: Bad default ls colors for directories

2008-03-24 Thread Mika Fischer
These are two issues: 1) The dir_colors man page is definitely wrong. dircolors does not look at any files as far as I can see. So there is no easy way to customize the results other than doing this: dircolors --print > .dir_colors $EDITOR .dir_colors and then call dircolors as: eval `dircolors

[Bug 196021] Re: include bash-completion by default in hardy

2008-03-24 Thread Mika Fischer
Hi Savvas, as I said above, I'm de-facto the maintainer for Ubuntu, having fixed the most annoying bugs in the last upload and fixing most of the others in the next. I'd also consider taking over upstream maintainership but I'd like to talk to the current upstream maintainer about that first. He

[Bug 196021] Re: include bash-completion by default in hardy

2008-03-25 Thread Mika Fischer
Murat, thanks for the information. However, as I said above I will not spend any time trying to get bash-completion into main. My time to spend on bash-completion is limited and I'd rather fix the bugs and get them upstream (or assume maintainership). It does not make sense to fix these bugs just i

[Bug 103395] Re: Unexpected results for bash autocompletion

2008-03-26 Thread Mika Fischer
** Changed in: bash-completion (Ubuntu) Assignee: (unassigned) => Mika Fischer (zoop) Status: Confirmed => In Progress -- Unexpected results for bash autocompletion https://bugs.launchpad.net/bugs/103395 You received this bug notification because you are a member of Ubunt

[Bug 55428] Re: Helper applications cannot be changed, even when asked to do so by Firefox.

2007-06-22 Thread Mika Fischer
I can't seem to reproduce this on gutsy. But the reason may be that I needed to delete my profile and start with a new one. So perhaps this is one of the not so uncommon firefox-corrupts-your-profile-and-then chokes-on-it cases... -- Helper applications cannot be changed, even when asked to do so

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-05-30 Thread Mika Fischer
Unfortunately my card does not support this :( $ sudo ethtool -K eth0 tx off Cannot set device tx csum settings: Operation not supported $ sudo ethtool -K eth0 rx off Cannot set device rx csum settings: Operation not supported -- Large file transfer gives error: Corrupted MAC on input https://bu

[Bug 55428] Re: Helper applications cannot be changed, even when asked to do so by Firefox.

2007-04-28 Thread Mika Fischer
This is definitely not fixed for me. The dialog is there, no question. But the file types are not in there, so they cannot be changed. I still have to change mimeTypes.rdf by hand... -- Helper applications cannot be changed, even when asked to do so by Firefox. https://bugs.launchpad.net/bugs/554

[Bug 55428] Re: Helper applications cannot be changed, even when asked to do so by Firefox.

2007-04-28 Thread Mika Fischer
Hi Matt! It seems you're using Firefox under Windows. There it may very well work just fine. This bug tracking system is however for the operating system Ubuntu (see www.ubuntu.com) and the version of Firefox that comes with it. It is this version that has the problem described above. Regards,

[Bug 11463] Re: Startup notification should be enabled

2007-03-08 Thread Mika Fischer
Is there a problem with the suggested fix? If not can this please be fixed. The missing startup notification confuses new users especially since Thunderbird is not the fastest application to start. They get impatient and click on the icon multiple times... The fix is easy: include the following l

[Bug 86551] Re: [totem-gstreamer] AV synchronization problems

2007-03-10 Thread Mika Fischer
** Attachment added: "Debug output with GST_DEBUG=3 (gzipped)" http://librarian.launchpad.net/6724577/gst-debug3-86551.log.gz -- [totem-gstreamer] AV synchronization problems https://launchpad.net/bugs/86551 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/m

[Bug 86551] Re: [totem-gstreamer] AV synchronization problems

2007-03-10 Thread Mika Fischer
Well, GST_DEBUG=5 is completely over the top. It produces so much output that my computer couldn't play the video without skipping and my disk was filled up pretty fast. So I tried with 1, 2, 3 and 4. 1 does not give any more output, the output of 2 is attached. I'll also attach a gzipped version o

[Bug 91854] Cannot unmount volume: Cannot remove directory

2007-03-13 Thread Mika Fischer
Public bug reported: Binary package hint: gnome-volume-manager On current feisty, every time I unmount a USB disk drive that has no partition label (i.e. gets mounted as /media/disk) I get an error popup saying "Cannot unmount volume" twice and in the details: "Cannot remove directory". The volu

[Bug 86551] Re: [totem-gstreamer] AV synchronization problems

2007-03-04 Thread Mika Fischer
Sorry for the delay! It happens with all XVID videos I've tested. Do you happen to know freely available videos in this format? The problem persists with gst-launch-0.10 playbin, but there I also get some output which may help in finding the casue of the problem: [EMAIL PROTECTED]:~$ LANG=C gst-

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-03-05 Thread Mika Fischer
I'm afraid it's a different card: 3Com PCI 3c905C Tornado -- Large file transfer gives error: Corrupted MAC on input https://launchpad.net/bugs/60764 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-03-05 Thread Mika Fischer
Oh, and the driver is 3c59x. -- Large file transfer gives error: Corrupted MAC on input https://launchpad.net/bugs/60764 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 92918] Re: Some keys don't work on a Cherry K/B

2007-03-16 Thread Mika Fischer
All but the "Browser *" keys can be easily assigned to the needed function in the Gnome keyboard preferences. Of course this should eventually work out of the box. But the "Browser *" keys are more tricky. I think there are some standard X keysyms for "Back" and "Forward" at least, XF86_Back or so

[Bug 62064] Re: Cancel button icons are not themed

2007-03-17 Thread Mika Fischer
Just to remind everyone that this is still an issue and bugging users other than me: http://ubuntuforums.org/showthread.php?t=349247 -- Cancel button icons are not themed https://launchpad.net/bugs/62064 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/l

[Bug 86738] Re: [apport] exaile.py crashed with TypeError in handle_events()

2007-03-19 Thread Mika Fischer
** Changed in: exaile (Ubuntu) Status: Unconfirmed => Confirmed -- [apport] exaile.py crashed with TypeError in handle_events() https://launchpad.net/bugs/86738 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 93791] [apport] olive-gtk crashed with ObjectNotLocked in list_files()

2007-03-19 Thread Mika Fischer
Public bug reported: Binary package hint: bzr-gtk If I start olive-gtk within a working tree it crashes. If I start it outside of a working tree it works but when I navigate into a working tree I again get the same exception, only it does not crash the whole program... ProblemType: Crash Archit

[Bug 93791] Re: [apport] olive-gtk crashed with ObjectNotLocked in list_files()

2007-03-19 Thread Mika Fischer
** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/6859476/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/6859477/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://librarian.launchpad.net/6859478/ProcStatus.txt ** Attachm

[Bug 98688] Firefox hangs when closing a page with flash running

2007-03-29 Thread Mika Fischer
Public bug reported: Binary package hint: flashplugin-nonfree When i watch a video on youtube or listen to some radio station on last.fm and I close the tab or the browser window while the video/radio is still playing, Firefox hangs pretty much every time. If the video is finished or paused closi

[Bug 98688] Re: Firefox hangs when closing a page with flash running

2007-04-06 Thread Mika Fischer
I'm using the latest version of the flashplugin-nonfree package: [EMAIL PROTECTED]:~$ dpkg -s flashplugin-nonfree | grep ^Vers Version: 9.0.31.0.2ubuntu1 I found out that the problem does not happen with every flash video player. I could reproduce the problem pretty reliably with the "small" Yout

[Bug 83997] tracker should not index mounted directory trees

2007-02-08 Thread Mika Fischer
Public bug reported: Binary package hint: tracker Tracker by default indexes the user's home directory. Unfortunately this also includes any directory trees mounted into the user's home directory. In my case I had used sshfs to make my home directory on a remote server accessible. Tracker then w

[Bug 84000] [apport] tracker-extract crashed with SIGSEGV in strlen()

2007-02-08 Thread Mika Fischer
*** This bug is a duplicate of bug 82879 *** Public bug reported: Binary package hint: tracker Tracker crashed when indexing ProblemType: Crash CrashCounter: 1 Date: Thu Feb 8 14:38:03 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/tracker-extract Package: tracker 0.5.4-1ubuntu1 Proc

[Bug 84000] Re: [apport] tracker-extract crashed with SIGSEGV in strlen()

2007-02-08 Thread Mika Fischer
*** This bug is a duplicate of bug 82879 *** ** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/6348862/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/6348863/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.lau

[Bug 84000] Re: [apport] tracker-extract crashed with SIGSEGV in strlen()

2007-02-08 Thread Mika Fischer
*** This bug is a duplicate of bug 82879 *** ** Attachment added: "The file causing the crash" http://librarian.launchpad.net/6348928/cmake_icon.xpm -- [apport] tracker-extract crashed with SIGSEGV in strlen() https://launchpad.net/bugs/84000 -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 82879] Re: [apport] tracker-extract crashed with SIGSEGV in strlen()

2007-02-08 Thread Mika Fischer
For a crash report with debug symbols see the duplicate bug #84000 -- [apport] tracker-extract crashed with SIGSEGV in strlen() https://launchpad.net/bugs/82879 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 81402] Re: [apport] gaim crashed with SIGSEGV in _gst_parse_yylex()

2007-02-08 Thread Mika Fischer
** Changed in: gstreamer0.10 (Ubuntu) Status: Unconfirmed => Confirmed -- [apport] gaim crashed with SIGSEGV in _gst_parse_yylex() https://launchpad.net/bugs/81402 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 84010] [apport] trackerd crashed with SIGSEGV in tracker_db_index_file()

2007-02-08 Thread Mika Fischer
Public bug reported: Binary package hint: tracker Trackerd seems to have crashed while determining the mime-type of a core dump file... ProblemType: Crash CrashCounter: 1 Date: Mon Feb 5 10:43:22 2007 ExecutablePath: /usr/bin/trackerd Package: tracker 0.5.4-1ubuntu1 ProcCmdline: trackerd ProcCw

[Bug 84010] Re: [apport] trackerd crashed with SIGSEGV in tracker_db_index_file()

2007-02-08 Thread Mika Fischer
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/6349428/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/6349429/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/6349430/Disassembly.txt ** Attachm

[Bug 84010] Re: [apport] trackerd crashed with SIGSEGV in tracker_db_index_file()

2007-02-08 Thread Mika Fischer
** Bug watch added: GNOME Bug Tracker #405783 http://bugzilla.gnome.org/show_bug.cgi?id=405783 ** Also affects: tracker (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=405783 Importance: Unknown Status: Unknown -- [apport] trackerd crashed with SIGSEGV in tracker_db_inde

[Bug 84019] [apport] update-app-install crashed with UnicodeEncodeError in __eq__()

2007-02-08 Thread Mika Fischer
Public bug reported: Binary package hint: gnome-app-install I had to chown the crash file so that apport uploads it (see bug #81207) but I don't think that makes a difference... ProblemType: Crash Date: Thu Feb 8 16:08:11 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/sbin/update-app-inst

[Bug 84019] Re: [apport] update-app-install crashed with UnicodeEncodeError in __eq__()

2007-02-08 Thread Mika Fischer
** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/6349480/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/6349481/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://librarian.launchpad.net/6349482/ProcStatus.txt ** Attachm

[Bug 84019] Re: [apport] update-app-install crashed with UnicodeEncodeError in __eq__()

2007-02-08 Thread Mika Fischer
*** This bug is a duplicate of bug 81190 *** They're all installed... [EMAIL PROTECTED]:~$ dpkg -l | egrep 'ubuntu-(desk|stand|mini)' ii ubuntu-desktop 1.34 The Ubuntu desktop system ii ubuntu-minimal 1.3

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-08 Thread Mika Fischer
** Attachment added: "dmesg output from the server" http://librarian.launchpad.net/6351956/dmesg-server.txt -- Large file transfer gives error: Corrupted MAC on input https://launchpad.net/bugs/60764 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/l

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-08 Thread Mika Fischer
** Attachment added: "dmesg output from the client" http://librarian.launchpad.net/6351957/dmesg-client.txt -- Large file transfer gives error: Corrupted MAC on input https://launchpad.net/bugs/60764 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/l

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-08 Thread Mika Fischer
Come to think about it, I can pretty much rule out the client in this. This is a completely different machine than the one I used when I first reported this bug... It also can't be something in the network infrastructure because it was the same when I wasn't using the switch but the server was dir

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-08 Thread Mika Fischer
** Attachment added: "ifconfig output from the server" http://librarian.launchpad.net/6351959/ifconfig-server.txt -- Large file transfer gives error: Corrupted MAC on input https://launchpad.net/bugs/60764 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-08 Thread Mika Fischer
** Attachment added: "ifconfig output from the client" http://librarian.launchpad.net/6351960/ifconfig-client.txt -- Large file transfer gives error: Corrupted MAC on input https://launchpad.net/bugs/60764 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 11463] Re: Startup notification should be enabled

2007-02-08 Thread Mika Fischer
That seems to do the trick just as well for me. -- Startup notification should be enabled https://launchpad.net/bugs/11463 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 84019] Re: [apport] update-app-install crashed with UnicodeEncodeError in __eq__()

2007-02-09 Thread Mika Fischer
*** This bug is a duplicate of bug 81190 *** ** Attachment added: "Debug output showing the bug" http://librarian.launchpad.net/6367867/debug-output.txt -- [apport] update-app-install crashed with UnicodeEncodeError in __eq__() https://launchpad.net/bugs/84019 -- ubuntu-bugs mailing list

[Bug 84019] Re: [apport] update-app-install crashed with UnicodeEncodeError in __eq__()

2007-02-09 Thread Mika Fischer
*** This bug is a duplicate of bug 81190 *** I forgot to say, that the interesting thing is that the crash is not triggered by the assignment. Only when the parent.Name attribute gets read... -- [apport] update-app-install crashed with UnicodeEncodeError in __eq__() https://launchpad.net/bugs/84

[Bug 84019] Re: [apport] update-app-install crashed with UnicodeEncodeError in __eq__()

2007-02-09 Thread Mika Fischer
*** This bug is a duplicate of bug 81190 *** OK, I debugged this. The problem is line 554 in /usr/share/python-support/python-xdg/xdg/Menu.py: parent.Name = child.childNodes[0].nodeValue The problem is triggered when nodeValue contains non-ascii characters. I'll attach a three-line patch which

[Bug 84019] Re: [apport] update-app-install crashed with UnicodeEncodeError in __eq__()

2007-02-09 Thread Mika Fischer
*** This bug is a duplicate of bug 81190 *** ** Attachment added: ".menu file which triggers the bug" http://librarian.launchpad.net/6367863/wine-Programme-WISO%20Sparbuch%202007-Zubeh%C3%B6r.menu -- [apport] update-app-install crashed with UnicodeEncodeError in __eq__() https://launchpad.n

[Bug 81190] Re: [FEISTY] gnome-app-install fails to run the postinst script

2007-02-09 Thread Mika Fischer
I added some info to the duplicate. It seems there are no notifications for that. Probably I should have added the info there. Anyway please have a look at bug #84019 -- [FEISTY] gnome-app-install fails to run the postinst script https://launchpad.net/bugs/81190 -- ubuntu-bugs mailing list ubu

[Bug 84019] Re: [apport] update-app-install crashed with UnicodeEncodeError in __eq__()

2007-02-09 Thread Mika Fischer
*** This bug is a duplicate of bug 81190 *** The file is stored in ~/.config/menus/applications-merged/ Regards, Mika -- [apport] update-app-install crashed with UnicodeEncodeError in __eq__() https://launchpad.net/bugs/84019 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://l

[Bug 85023] Screen corruption when used with screen

2007-02-13 Thread Mika Fischer
Public bug reported: Binary package hint: gnome-terminal The latest upload (2.17.91-0ubuntu1) broke gnome-terminal heavily for me... I almost always use screen. The problems only seem to occur when I use it. And only when I use the hardstatus feature. The problem is that every time I fill the s

[Bug 85023] Re: Screen corruption when used with screen

2007-02-13 Thread Mika Fischer
** Bug watch added: GNOME Bug Tracker #407750 http://bugzilla.gnome.org/show_bug.cgi?id=407750 ** Also affects: gnome-terminal (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=407750 Importance: Unknown Status: Unknown -- Screen corruption when used with screen https://la

[Bug 85023] Re: Screen corruption when used with screen

2007-02-13 Thread Mika Fischer
The bug is actually in libvte. Reverting to 1:0.15.2-0ubuntu1 fixes the issue. -- Screen corruption when used with screen https://launchpad.net/bugs/85023 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 85023] Re: Screen corruption when used with screen

2007-02-14 Thread Mika Fischer
I extracted the fix from upstream svn. http://svn.gnome.org/viewcvs/vte?rev=1680&view=rev The patch fixes the issue for me. It's attached. ** Attachment added: "Patch from upstream svn fixing this issue" http://librarian.launchpad.net/6425605/92_fix_scrolling.patch ** Changed in: gnome-termi

[Bug 81207] Re: webbrowser fails to open for system crash when it runs as root

2007-02-14 Thread Mika Fischer
There seems to be some support in firefox for using it with sudo, so maybe you could use sudo to change the uid, since that seems to be the cause of the problem. See the attached modified version of your testcase. This one works for me but I'm not sure if there are security issues with this approa

[Bug 81207] Re: webbrowser fails to open for system crash when it runs as root

2007-02-14 Thread Mika Fischer
Glad I could help! :) -- webbrowser fails to open for system crash when it runs as root https://launchpad.net/bugs/81207 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-17 Thread Mika Fischer
Very good idea! As it turns out you're right. The same thing happens with netcat. Also only when the broken computer acts as server. The other way round works fine... 05fab97be7fd5e7c9229187c24c89ea0 test.bin.orig 05fab97be7fd5e7c9229187c24c89ea0 test.bin.m2s 7dcb7bef6d1af049bd63fcf6d180685e t

[Bug 74181] Re: NoteOfTheDay plugin creates new note every minute!

2007-02-20 Thread Mika Fischer
This seems to be fixed for me in feisty. If no one else is having problems this bug can be closed. -- NoteOfTheDay plugin creates new note every minute! https://launchpad.net/bugs/74181 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu

[Bug 57585] Re: Lots of warnings when compiling

2007-02-20 Thread Mika Fischer
This was fixed by the latest sync from Debian. ** Changed in: opencv (Ubuntu) Status: Unconfirmed => Fix Released -- Lots of warnings when compiling https://launchpad.net/bugs/57585 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-20 Thread Mika Fischer
I switched the NIC with another one of the same type and put it into another PCI slot. Didn't change anything... Then I let memtest86+ run and it also didn't detect anything. I then lowered the bus clock frequency from 133 to 100 MHz. Also no effect. So I'm quite stuck here. The only thing I can

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-20 Thread Mika Fischer
The kernel used is actually 2.6.17-10-generic version 2.6.17.1-10.34 from edgy ** Changed in: linux-source-2.6.15 (Ubuntu) Sourcepackagename: linux-source-2.6.15 => linux-source-2.6.17 -- Large file transfer gives error: Corrupted MAC on input https://launchpad.net/bugs/60764 -- ubuntu-bugs ma

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-20 Thread Mika Fischer
OK. I also tried only using one memory module at a time. Still no luck. I then tried to rule out the obvious by connecting the computers using a crossover-cable. No change... I then tried transmitting a file consisting only of zero bytes. This surprisingly worked. I then discovered vbindiff and

[Bug 86551] [totem-gstreamer] AV synchronization problems

2007-02-20 Thread Mika Fischer
Public bug reported: Binary package hint: totem When watching XviD videos the synchronization between Audio and Video is lacking. The problem is getting worse the longer I watch the video. I have no such problems with totem-xine or gxine. I tried setting all Audio options in the control panel t

[Bug 74181] NoteOfTheDay plugin creates new note every minute!

2006-12-02 Thread Mika Fischer
Public bug reported: In current feisty Tomboy is spammed by notes that get created every minute. They are called (translated from german): "Note of the day: (new)". Since I have not linked my notes from other notes the only way to get to them is through the search function. These notes do not p

[Bug 9318] Re: Firefox Uses Incorrect Icon

2007-01-10 Thread Mika Fischer
So will we have the real Thunderbird icon for Feisty? I had assumed all the fuss from Mozilla about their trademarks applied to Thunderbird as well? -- Firefox Uses Incorrect Icon https://launchpad.net/bugs/9318 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/

[Bug 56692] Re: ATI/Intel: poor 3D performance

2007-01-10 Thread Mika Fischer
I don't have this laptop anymore. So I can't help in any way. Feel free to close this bug. -- ATI/Intel: poor 3D performance https://launchpad.net/bugs/56692 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56639] Re: Thinkpad R40 Fn-F7 should switch active display in software

2007-01-10 Thread Mika Fischer
I don't have this laptop anymore, so I can't help in any way. Feel free to close this bug. -- Thinkpad R40 Fn-F7 should switch active display in software https://launchpad.net/bugs/56639 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu

[Bug 62064] Re: Cancel button icons are not themed

2007-01-10 Thread Mika Fischer
So what's the status of this? Any chance of a non-ugly cancel icon for feisty? -- Cancel button icons are not themed https://launchpad.net/bugs/62064 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 11463] Re: Startup notification should be enabled

2007-01-14 Thread Mika Fischer
This bug is still present in feisty. The fix is trivial. Please consider fixing it with the next upload. -- Startup notification should be enabled https://launchpad.net/bugs/11463 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56090] Re: Regression: Webcams using pwc driver produce all-grey images

2007-01-21 Thread Mika Fischer
The in-kernel driver was fixed long ago. Months before edgy was released. So yes, the feisty kernel is OK. It's just a pity that edgy released with a broken driver... -- Regression: Webcams using pwc driver produce all-grey images https://launchpad.net/bugs/56090 -- ubuntu-bugs mailing list ub

[Bug 73577] Re: postfix.postinst fails due to missing update-inetd

2006-11-30 Thread Mika Fischer
*** This bug is a duplicate of bug 73511 *** ** Changed in: postfix (Ubuntu) Status: Unconfirmed => Confirmed ** This bug has been marked a duplicate of bug 73511 Missing dependency for update-inetd -- postfix.postinst fails due to missing update-inetd https://launchpad.net/bugs/73577

[Bug 73511] Re: Missing dependency for update-inetd

2006-11-30 Thread Mika Fischer
** Changed in: postfix (Ubuntu) Status: Unconfirmed => Confirmed -- Missing dependency for update-inetd https://launchpad.net/bugs/73511 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82446] Re: [apport] democracyplayer crashed with TypeError in __new__()

2007-01-31 Thread Mika Fischer
*** This bug is a duplicate of bug 81798 *** ** This bug has been marked a duplicate of bug 81798 [apport] democracyplayer crashed with TypeError in __new__() -- [apport] democracyplayer crashed with TypeError in __new__() https://launchpad.net/bugs/82446 -- ubuntu-bugs mailing list ubuntu-

[Bug 81798] Re: [apport] democracyplayer crashed with TypeError in __new__()

2007-01-31 Thread Mika Fischer
** Changed in: democracyplayer (Ubuntu) Status: Unconfirmed => Confirmed -- [apport] democracyplayer crashed with TypeError in __new__() https://launchpad.net/bugs/81798 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 11463] Re: Startup notification should be enabled

2007-02-06 Thread Mika Fischer
I can confirm that this fixes it for me. -- Startup notification should be enabled https://launchpad.net/bugs/11463 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-06 Thread Mika Fischer
Unfortunately it's still an issue. I first suspected the WLAN router but now the machines are directly connected by a switch and the problem still occurs... I initially noticed the problem with a video file taken with a digicam. I don't know exactly how big it was, probably around 50 MB. But the

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-07 Thread Mika Fischer
** Attachment added: "Logfile from the server" http://librarian.launchpad.net/6341823/server-log.txt -- Large file transfer gives error: Corrupted MAC on input https://launchpad.net/bugs/60764 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-07 Thread Mika Fischer
Ah, sorry. I forgot to say that there's nothing in the kernel log, neither on the client nor on the server. I've tried running the server and the client at LogLevel DEBUG3 and will attach the logs. I also inserted some debug output which gives this additional information (as an example, the actua

[Bug 60764] Re: Large file transfer gives error: Corrupted MAC on input

2007-02-07 Thread Mika Fischer
** Attachment added: "Logfile from the client" http://librarian.launchpad.net/6341822/client-log.txt -- Large file transfer gives error: Corrupted MAC on input https://launchpad.net/bugs/60764 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo

<    1   2   3   4   5   6   >