[Bug 249902] Re: command-not-found has crashed

2008-10-13 Thread Colin Watson
*** This bug is a duplicate of bug 205050 *** https://bugs.launchpad.net/bugs/205050 Thanks for your report. This is also bug 205050 (although it looks like Zygmunt came up with the fix due to this bug). Michał, setlocale(LC_CTYPE, "") has a special meaning; it doesn't mean "reset locale to e

[Bug 249902] Re: command-not-found has crashed

2008-09-08 Thread Ershess
Solution that worked for me: Run Synapric, try to reinstall all QT. Some apps can't be reinstalled, they will be listed. Erase them manually. All work fine after this. -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902 You received this bug notification because you are a me

[Bug 249902] Re: command-not-found has crashed

2008-09-03 Thread Ershess
Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/ubuntu/+source/command-not-found Please include the following information with the report: 'ascii' codec can't encode characters in position 7-11: ordinal not in range(128) Traceback (most recent call las

Re: [Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Michał Dziczkowski
ok. I'm awaiting the solution :) -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902 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 https://lists.ubuntu.com/m

[Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Zygmunt Krynicki
Those commands are not the patch. They are a method of reproduction of the issue. I'll post information about a patch once I'm finished. Please keep with me. -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902 You received this bug notification because you are a member of Ubun

Re: [Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Michał Dziczkowski
When I tried to patch I become following result: [EMAIL PROTECTED]:~# export [EMAIL PROTECTED]:~# python Python 2.5.2 (r252:60911, Apr 21 2008, 11:17:30) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> loca

Re: [Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Michał Dziczkowski
I'm using Linux (ubuntu) -- With Regards, Michal Dziczkowski -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902 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.

[Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread bpds
thanks a lot feel free to tell me how to apply the patch :) b -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902 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

[Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Zygmunt Krynicki
Well I have reproduced it! export LANG=fr_FR # not supported on my system python import locale locale.getpreferredencoding() I'll try to get this patched ASAP -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902 You received this bug notification because you are a member of U

[Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Zygmunt Krynicki
Hmm, curious. Are you using Terminal.app, iTerm or something else? I'm trying to reproduce this issue (I'm using a Mac too nowdays) but without any luck so far. Some more questions: does your system (target system) have french locale installed? Does the problem go away when you set the locale to f

[Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread bpds
For mine : ) >From MAC OS X TERM=vt100 SHELL=/bin/bash SSH_CLIENT=193.252.28.244 49354 22 SSH_TTY=/dev/pts/0 USER=root LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;

[Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Zygmunt Krynicki
Are you by any chance using putty? Could you give me your entire environment setting (as spelled by "env") -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

Re: [Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Michał Dziczkowski
> I don't have any idea how this bugs occur. About 80% of all command-not- > found bugs are locale issues and python exception thrown in the process. > > Do you have any idea on what might be wrong? BTW: What terminal emulator > program are you using? > I'm using a normal bash thru SSH on remote

[Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Zygmunt Krynicki
Hmm I'm also using a polish locale (pl_PL.UTF-8). I don't have any idea how this bugs occur. About 80% of all command-not- found bugs are locale issues and python exception thrown in the process. Do you have any idea on what might be wrong? BTW: What terminal emulator program are you using? --

Re: [Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Michał Dziczkowski
My locale is polish. I have selected the part of the code who is automatical reseting the locale settings of perl: setlocale(LC_CTYPE, ""). This is one of the 3 default locale reset-ers -- Z poważaniem, Michał Dziczkowski -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902

Re: [Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Michał Dziczkowski
I haven't set any. Ubuntu has build-in a setlocale(...) function who is automatical seting the values to "" -- With Regards, Michal Dziczkowski -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread bpds
[EMAIL PROTECTED]:/home/madeinfm# $ env | egrep 'LC_|LANG' Traceback (most recent call last): File "/usr/lib/command-not-found", line 19, in parser = OptionParser(version = __version__, usage=_("%prog [options] ")) File "/usr/lib/python2.5/gettext.py", line 584, in lgettext return ldg

[Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Zygmunt Krynicki
Could you please give some details about your locale settings? $ env | egrep 'LC_|LANG' -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 249902] Re: command-not-found has crashed

2008-07-23 Thread Michał Dziczkowski
I have the same bug :( ** Changed in: command-not-found (Ubuntu) Status: New => Confirmed -- command-not-found has crashed https://bugs.launchpad.net/bugs/249902 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma