This has been fixed in newer versions of Ubuntu. The fix will not get
backported to Karmic, because Karmic is EOL
** Changed in: bash-completion (Ubuntu Karmic)
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
** Tags added: lucid
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
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.u
I unsubscribed ubuntu-sponsors, because there is no debdiff for karmic
to sponsor. If you want the fix in karmic, please follow the SRU process
[1] and resubscribe ubuntu-sponsors once all information are provided.
[1] https://wiki.ubuntu.com/StableReleaseUpdates
--
regression for completing rem
This is working fine for me in lucid
** Changed in: bash-completion (Ubuntu)
Status: Confirmed => Fix Released
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which i
OK, now it works
In case it could be useful for someone, I commented the following lines in
~/.bashrc
if [ -f /etc/bash_completion ]&& ! shopt -oq posix; then
. /etc/bash_completion
fi
Nevertheless, I don't think that this is where the problem comes from
because other users have those lines
Indeed, it works fine for other users.
It has to be something I had changed for my user login before finding this
patch...
But no idea up to now where I made the change
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notificati
zandolf: seems strange...
When I do:
touch my_file
scp my_f[TAB]
I get:
scp my_file
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ub
Hello:
The fix posted by Martin in #24 works fine for me but with an exception.
Suppose you want to copy my_file from local host to remote. If I write:
scp my_f[TAB]
It completes to:
scp my_fbash: =/dev/null: No existe el fichero ó directorio
ile
(Sorry for the Spanish, but it is the language
(oh and Tim, please use the revised patch in comments #23 and #24 - not
#20)
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs m
Minor amendment to previous comment:
"For example, scp remote.host:~/my_fil[TAB] should (in this hypothetical
scenario) complete to: scp ~/my_file"
should read:
For example, scp remote.host:~/my_fil[TAB] should (in this hypothetical
scenario) complete to: scp remote.host:~/my_file
--
regressio
Hi Tim,
Could you please clarify what exactly fails? What are your symptoms?
Does remote completion fail when you use my fix? Does my fix break
something that worked previously?
The patch attached is meant to fix the issue arising in 9.10 (Karmic)
where remote file/directory completion over SSH n
re: fix in comment 20
This fails (attempts to execute /home/user/.ssh/known_hosts) in a
scenario like the following:
# snippet of ~/.ssh/config
# subnet of frequently-changing hosts we trust
Host 192.168.1.*
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
# some long-living hosts (to a
No problems guys; hope some sponsorship review can take place soon :p
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
Martin, I had the same problem after applying your fix, and removing the
backup file was the problem as well. Thanks for following up on this,
hope your patch makes it into an official update soon. :)
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
Y
Martin, this was the problem indeed! I removed the ssh.orig I had in
/etc/bash_completion.d and now all is fine.
Thanks a bunch for your help :)
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a mem
Hi guys,
r...@expresso2:/usr/local/lib# ls -la /etc/bash_completion.d/ssh*
-rw-r--r-- 1 root root 3048 2009-12-25 19:49 /etc/bash_completion.d/ssh
-rw-r--r-- 1 root root 3012 2009-12-25 19:49 /etc/bash_completion.d/ssh.orig
Can you try moving the ssh.orig file out of the directory please?
It cou
Martin, I have the same behavior as Jerome's... I used the last ssh file you
provided, and have since then restarted my machine twice to no avail.
I use key authentication between the machine so I can log onto the remote one
only with "ssh hostname", so I guess I am passwordless right? :)
I also
(also, can I confirm that you definitely have passwordless ssh working
please?)
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bug
Jerome: did you restart bash once you'd replaced it?
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
I tried the ssh file as provided by Martin in #24 and it didn't work for
me. Do you need to do something special after copying it under
/etc/bash_completion.d/ ??
Running 9.10. with dpkg -l | grep bash
ii bash 4.0-5ubuntu2
** Tags added: karmic regression-release
** Tags removed: regression-potential
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
And the debdiff.
** Attachment added: "bash-completion_scp_fixes.debdiff"
http://launchpadlibrarian.net/35968265/bash_completion_scp_fixes.debdiff
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are
And one further fix to the above attached here.
Would appreciate a sponsorship review of the debdiff attached, while the
"ssh" attached can be used by current users.
** Attachment added: "ssh"
http://launchpadlibrarian.net/35968198/ssh
--
regression for completing remote files/dirs over ssh
Here's a revised version that fixes the initial bug, as well as
defaulting to homedir on remote when pressing [TAB] after ":".
Hoping to package this into a quilt patch soon.
Users on Karmic can use this until a proper patch is released.
** Attachment added: "ssh"
http://launchpadlibrarian.ne
humble_coffee: thanks for that - I'll try and work out what's going on
there!
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
Martin, I your version of /etc/bash_completion.d/ssh a whirl and had it
did indeed fix it. Thanks!
I found some slightly odd behavior though when pressing tab straight
after the ':'. If I enter $ scp '[host]:' and then press tab, it auto
completes like this: "$ scp [host]:::1:"
Successive tabs c
Andrew: devs had summit last week, so it's slow going on patch review.
In the meantime, you can copy this attached file over your
/etc/bash_completion.d/ssh file and you will again have support.
** Attachment added: "ssh"
http://launchpadlibrarian.net/35953337/ssh
--
regression for completin
can anyone give a patch for anyone actually running Karmic or should we
just wait for the update?
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
Ok, here's the patch that was meant to be attached.
This addresses the issue of scp completion.
In addition it fixes the issue described at
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/482753
This path should therefore close #449349 and #482753
Apologies if I've made any mista
Argh!
My apologies - my last message *only* is attached to the WRONG bug.
Message #16 no longer applies in this thread.
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which
Here is an attached path that fixes several issues with the previous,
following a discussion in #ubuntu-motu:
target is now lucid
LP: notation used in changelog
quilt patch system used
** Attachment added: "Revised patch to fix #449349"
http://launchpadlibrarian.net/35682400/bash-completion_1.
According to my last dpkg test, my patch appears to work on Jaunty also.
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
Just to clarify, I will test this patch out on a Jaunty install later as
I believe it should also work on Bash 3.
Kudos to Marc for his patch, but this one is a mere 3 lines worth of
changes in bash_completion.d/ssh
Also, can anyone qualify the function of "_expand || return 0" in
_scp()? My patc
Here's an alternate patch that I wrote that works exclusively on bash 4.
Instead of using get_cword, this patch completes where a colon was the
previous token.
** Attachment added: "bash-completion_1.0-3ubuntu3.debdiff"
http://launchpadlibrarian.net/35576055/bash-completion_1.0-3ubuntu3.debdif
I can confirm this bug is still present in karmic.
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@li
Thanks Marc, that patch works fine for me.
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
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
Having upgraded my machine to Karmic, this bug got on my nerves. I
tracked it down, and it occurs because the '_get_cword' routine in
'/etc/bash_completion' is meant for bash-3, but Karmic uses bash-4.
Essentially, it takes the value 'host.domain.com:/tmp/' and splits it
into the three strings: 'ho
I can confirm this when I type "ssh " the following occurs:
:~$ ssh bash: /dev/null: Permission denied
bash: /dev/null: Permission denied
bash: /dev/null: Permission denied
bash: /dev/null: Permission denied
bash: /dev/null: Permission denied
bash: /dev/null: Permission denied
bash: /dev/null: Per
This still occurs in the Final.
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
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
http
I have no idea what hoops are required at this point in Karmic's cycle
to get this included, but I'm prepared to help out as I can.
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Jon: 1.1 does work, although I think there's one tiny change we need to
make - in /etc/bash_completion, in _known_hosts_real there's:
1311 compgen -W "$( avahi-browse -cpr _workstation._tcp
| \
on my laptop avahi-browse always seems to print dbus warnings to stderr,
so I've made t
I've uploaded Debian Sid's version [1] to my PPA [2], this version seems
to fix the issue. It's for jaunty, but you should be able to pull the
dsc and rebuild for karmic -- I'd be happy to do this if it would help.
If this package works for you then we can request a sync. I'm happy to
help out on t
I pulled the upstream fix out of git, but it doesn't apply even slightly
cleanly to our version of bash-completion :(
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is
** Changed in: bash-completion (Ubuntu Karmic)
Importance: Undecided => Medium
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-b
** Also affects: bash-completion (Ubuntu Karmic)
Importance: Undecided
Status: Confirmed
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
** Tags added: regression-potential
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
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
http://www.mail-archive.com/bash-completion-
de...@lists.alioth.debian.org/msg01314.html indicates that this has been
fixed upstream
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug notification because you are a member of Ubuntu
I can confirm this issue on karmic, worked fine in Jaunty.
Arch: x86
Uname: Linux 2.6.31-13-generic i686
** Changed in: bash-completion (Ubuntu)
Status: New => Confirmed
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/449349
You received this bug n
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/33484529/Dependencies.txt
** Attachment added: "XsessionErrors.txt"
http://launchpadlibrarian.net/33484530/XsessionErrors.txt
--
regression for completing remote files/dirs over ssh
https://bugs.launchpad.net/bugs/44934
49 matches
Mail list logo