LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   opensuse 11.1 gnome terminal delay, after wrong command issued (https://www.linuxquestions.org/questions/suse-opensuse-60/opensuse-11-1-gnome-terminal-delay-after-wrong-command-issued-765775/)

junust 10-31-2009 07:41 AM

opensuse 11.1 gnome terminal delay, after wrong command issued
 
Any time I type any wrong command on my opensuse gnome terminal session the delay before I will see something like
Code:

user@Suse11> skdksa
bash: skdksa: command not found

is about 3-5 second

my hardware is:
1Gb RAM
CPU Information
---------------
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 9
model name : Intel(R) Pentium(R) M processor 1500MHz
stepping : 5
cpu MHz : 600.000
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 tm pbe up bts
est tm2
bogomips : 1198.98
clflush size : 64
power management:

eSelix 10-31-2009 01:09 PM

Try uninstalling the "command-not-found" feature:

Code:

apt-get remove command-not-found
If it not help, you can install it back by:

Code:

apt-get install command-not-found

colucix 10-31-2009 04:53 PM

I noticed the same thing when moving from 11.0 to 11.1, but I was not aware of the command-not-found package. Thank you eSelix for your suggestion (just note that in opensuse the command line package manager is zypper, not apt-get).

colucix 10-31-2009 05:11 PM

Just an add-on: the command-not-found script has been introduced in the release notes of 11.1, where an alternative solution is proposed. They suggest to add the following to the ~/.bashrc file:
Code:

unset command_not_found_handle

junust 11-01-2009 07:30 AM

Thanks for all, It is realy was the problem with 'command-not-found' package

I did not know about this package exist :scratch: ( but actually this behavior remind me a behavior of cisco devices and there dns resolving... on a wrong commands )


All times are GMT -5. The time now is 08:33 PM.