[Bug 449349] Re: regression for completing remote files/dirs over ssh

2012-03-17 Thread JC Hulce
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-04-06 Thread Martin Eve
** 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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-03-27 Thread Benjamin Drung
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-03-22 Thread Chris Jones
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-02-25 Thread zandolf
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-02-25 Thread zandolf
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-02-24 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-02-24 Thread zandolf
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-01-15 Thread Martin Eve
(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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-01-15 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-01-15 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2010-01-12 Thread Tim Watt
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-12-27 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-12-26 Thread Frank Siegert
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-12-26 Thread Bambitroll
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-12-25 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-12-25 Thread Bambitroll
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-12-25 Thread Martin Eve
(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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-12-25 Thread Martin Eve
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@

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-12-25 Thread Jerome Lacoste
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-30 Thread Steve Beattie
** 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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-23 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-23 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-23 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-22 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-22 Thread humble_coffee
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-22 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-22 Thread Andrew Manson (real_ate)
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-14 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-14 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-14 Thread Martin Eve
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.

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-14 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-13 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-12 Thread Martin Eve
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-08 Thread Imre Péntek
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-07 Thread Frank Siegert
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-06 Thread Marc Andrysco
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-11-02 Thread Markus Wigge
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-29 Thread Daniel Fett
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-16 Thread Chris Jones
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-16 Thread Chris Jones
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-15 Thread Jon Bernard
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-15 Thread Chris Jones
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-13 Thread Brian Murray
** 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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-13 Thread Brian Murray
** 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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-12 Thread Brian Murray
** 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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-12 Thread Chris Jones
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-12 Thread Lizard
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

[Bug 449349] Re: regression for completing remote files/dirs over ssh

2009-10-12 Thread Chris Jones
** 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