*** This bug is a duplicate of bug 790043 ***
https://bugs.launchpad.net/bugs/790043
** This bug has been marked a duplicate of bug 790043
Bash-completion slows up the start of bash
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
** Changed in: bash-completion (Debian)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/384017
Title:
Loading /etc/bash_completion is slow
To manage notificat
Sorry, wrong button... Loading takes long time also in 11.10... And fix
from #8 is not working anymore - didn't find out the reason.
** Also affects: bash-completion
Importance: Undecided
Status: New
** Changed in: bash-completion
Status: New => Invalid
--
You received this bu
Loading /etc/bash_completion takes 3 seconds on my Alix-based system
(which has an AMD Geode 500 MHz CPU).
Bash completions are loaded in a number of places including via
/etc/profile. A non-invasive way to disable this is to add
BASH_COMPLETION=1
to the start of /etc/profile.
/etc/profile.d
I am sorry. I've performed the test for original code with additional
links. The real results should be:
dpc@mutex:~$ time . /etc/bash_completion.orig
real0m0.614s
user0m0.360s
sys 0m0.120s
dpc@mutex:~$ time . /etc/bash_completion.new
real0m0.168s
user0m0.120s
sys 0m0.010s
--
Yo
If anybody is interested -- I think I've hacked some nice solution for
this. Seems to be working for me (I havn't tested it extensivly).
http://ucore.info/en/2011/03/faster-bash-completion-loading/
https://github.com/dpc/bash_completion
dpc@mutex:~$ time . /etc/bash_completion.orig
real0m2
There is more going on here than just loading a lot of completion.
Something is weird inside bash, look at the strace of completion loading
and you see it is doing a wack of busy work crap like this. The fiddling
with FDs looks like it is probably some kind of errant debug feature?
This is from mav
** Changed in: bash-completion (Debian)
Status: Unknown => Confirmed
--
Loading /etc/bash_completion is slow
https://bugs.launchpad.net/bugs/384017
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubunt
This would most likely be improved once someone takes care of
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467231
** Bug watch added: Debian Bug tracker #467231
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467231
** Also affects: bash-completion (Debian) via
http://bugs.debian.org/c
What is the progress of this issue? On my computer (core 2 duo, 2.20
GHz) it takes about 1.5-2s to load /etc/bash_completion.
$ time . /etc/bash_completion
real0m1.656s
user0m1.290s
sys 0m0.330s
With non warmed up computer (adter rebooting) it could take 2-3x times longer
(arrgh).
** Changed in: bash-completion (Ubuntu)
Status: New => Triaged
** Changed in: bash-completion (Ubuntu)
Importance: Undecided => Medium
--
Loading /etc/bash_completion is slow
https://bugs.launchpad.net/bugs/384017
You received this bug notification because you are a member of Ubuntu
Bu
I also get >0.5s load time on bashrc due to the loading of bash_completion.
I am using Intel(R) Pentium(R) Dual CPU T2330 @ 1.60GHz, 2GB Ram.
--
Loading /etc/bash_completion is slow
https://bugs.launchpad.net/bugs/384017
You received this bug notification because you are a member of Ubuntu
Bu
This is what I was thinking of: http://code.google.com/p/bash-completion-lib/
It's not as good as bash-completion, but it's much faster, since it doesn't
load all rules at once.
--
Loading /etc/bash_completion is slow
https://bugs.launchpad.net/bugs/384017
You received this bug notification beca
Or, improving and including the on-demand version of bash-completion
(forgot what it's called)
--
Loading /etc/bash_completion is slow
https://bugs.launchpad.net/bugs/384017
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
A way to cache what bash_completion does would be awesome.
--
Loading /etc/bash_completion is slow
https://bugs.launchpad.net/bugs/384017
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.ubun
15 matches
Mail list logo