Your message dated Tue, 10 Jan 2006 12:05:54 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#347432: bash: Quotation error in _known_hosts()
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 10 Jan 2006 17:02:11 +0000
>From [EMAIL PROTECTED] Tue Jan 10 09:02:11 2006
Return-path: <[EMAIL PROTECTED]>
Received: from omta04sl.mx.bigpond.com ([144.140.93.156])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EwMst-0007i0-El
        for [EMAIL PROTECTED]; Tue, 10 Jan 2006 09:02:11 -0800
Received: from rocinante.lan ([155.143.216.242]) by omta04sl.mx.bigpond.com
          with ESMTP
          id <[EMAIL PROTECTED]>
          for <[EMAIL PROTECTED]>; Tue, 10 Jan 2006 17:01:39 +0000
Received: from localhost ([127.0.0.1] helo=rocinante.lan)
        by rocinante.lan with esmtp (Exim 4.52)
        id 1EwMsE-0000UT-Tx
        for [EMAIL PROTECTED]; Wed, 11 Jan 2006 04:01:30 +1100
From: Trent Buck <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bash: Quotation error in _known_hosts()
X-Debbugs-CC: Trent Buck <[EMAIL PROTECTED]>
Date: Wed, 11 Jan 2006 04:01:30 +1100
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02

Package: bash
Version: 3.1-1
Severity: normal
File: /etc/bash_completion

Tab completion is broken for ssh(1)'s host argument.  To reproduce this
problem, execute the following commands at a bash prompt.

        rm -f ~/.ssh/known_hosts
        touch ~/.ssh/known_hosts
        . /etc/bash_completion
        _known_hosts -a
        ssh 

and press TAB.

To fix this, change line 2478
                hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t 
'"]*\([^*?]*\)$/\1/p" [EMAIL PROTECTED] )" -- $ocur )

should instead read
                hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt][$'\t 
']*\([^*?]*\)$/\1/p" [EMAIL PROTECTED] )" -- $ocur )


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8-powerpc
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages bash depends on:
ii  base-files                    3.1.9      Debian base system miscellaneous f
ii  debianutils                   2.15.2     Miscellaneous utilities specific t
ii  libc6                         2.3.5-11   GNU C Library: Shared libraries an
ii  libncurses5                   5.5-1      Shared libraries for terminal hand

bash recommends no packages.

-- no debconf information

-- 
Trent Buck, Student Errant

---------------------------------------
Received: (at 347432-done) by bugs.debian.org; 10 Jan 2006 17:05:57 +0000
>From [EMAIL PROTECTED] Tue Jan 10 09:05:57 2006
Return-path: <[EMAIL PROTECTED]>
Received: from ms-smtp-04.nyroc.rr.com ([24.24.2.58])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EwMwX-0002Vb-6g
        for [EMAIL PROTECTED]; Tue, 10 Jan 2006 09:05:57 -0800
Received: from andromeda (cpe-69-202-136-66.twcny.res.rr.com [69.202.136.66])
        by ms-smtp-04.nyroc.rr.com (8.12.10/8.12.10) with ESMTP id 
k0AH5sRD021057
        for <[EMAIL PROTECTED]>; Tue, 10 Jan 2006 12:05:54 -0500 (EST)
Received: from pryzbyj by andromeda with local (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1EwMwU-00007u-Fr
        for [EMAIL PROTECTED]; Tue, 10 Jan 2006 12:05:54 -0500
Date: Tue, 10 Jan 2006 12:05:54 -0500
To: [EMAIL PROTECTED]
Subject: Re: Bug#347432: bash: Quotation error in _known_hosts()
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
From: Justin Pryzby <[EMAIL PROTECTED]>
X-Virus-Scanned: Symantec AntiVirus Scan Engine
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
        RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02

Version: 3.1-2

This is already known and fixed in bash 3.1-2:

    * Fix ssh command completion (closes: #343312).

On Wed, Jan 11, 2006 at 04:01:30AM +1100, Trent Buck wrote:
> Package: bash
> Version: 3.1-1
> Severity: normal
> File: /etc/bash_completion
> 
> Tab completion is broken for ssh(1)'s host argument.  To reproduce this
> problem, execute the following commands at a bash prompt.
> 
>       rm -f ~/.ssh/known_hosts
>       touch ~/.ssh/known_hosts
>       . /etc/bash_completion
>         _known_hosts -a
>       ssh 
> 
> and press TAB.
> 
> To fix this, change line 2478
>               hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t 
> '"]*\([^*?]*\)$/\1/p" [EMAIL PROTECTED] )" -- $ocur )
> 
> should instead read
>               hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt][$'\t 
> ']*\([^*?]*\)$/\1/p" [EMAIL PROTECTED] )" -- $ocur )
> 
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: powerpc (ppc)
> Shell:  /bin/sh linked to /bin/dash
> Kernel: Linux 2.6.8-powerpc
> Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
> 
> Versions of packages bash depends on:
> ii  base-files                    3.1.9      Debian base system miscellaneous 
> f
> ii  debianutils                   2.15.2     Miscellaneous utilities specific 
> t
> ii  libc6                         2.3.5-11   GNU C Library: Shared libraries 
> an
> ii  libncurses5                   5.5-1      Shared libraries for terminal 
> hand
> 
> bash recommends no packages.
> 
> -- no debconf information
> 
> -- 
> Trent Buck, Student Errant
> 
> 

-- 
Clear skies,
Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to