Your message dated Mon, 09 Jan 2006 16:02:22 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343312: fixed in bash 3.1-2
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; 14 Dec 2005 10:19:35 +0000
>From [EMAIL PROTECTED] Wed Dec 14 02:19:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vsmtp3alice.tin.it ([212.216.176.143] helo=vsmtp3.tin.it)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EmTjS-0000oc-QR
for [EMAIL PROTECTED]; Wed, 14 Dec 2005 02:19:35 -0800
Received: from caronte.webthatworks.it (82.60.85.225) by vsmtp3.tin.it
(7.2.060.1)
id 439FE47C00006862 for [EMAIL PROTECTED]; Wed, 14 Dec 2005 11:19:15
+0100
Received: from localhost.localdomain (stige.webthatworks.it [192.168.1.5])
by caronte.webthatworks.it (Postfix) with ESMTP id 5452D2304A1
for <[EMAIL PROTECTED]>; Wed, 14 Dec 2005 11:18:57 +0100 (CET)
Date: Wed, 14 Dec 2005 11:18:59 +0100
From: Ivan Sergio Borgonovo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: bash_completion and new ssh settings cause sed parsing error
Message-ID: <[EMAIL PROTECTED]>
Organization: www.WebThatWorks.it
X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.6.10; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
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=-7.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: bash
Version: 3.1-1
Severity: minor
on sid
this line in /etc/bash_completion
hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t
'"]*\([^*?]*\)$/\1/p" [EMAIL PROTECTED] )" -- $ocur )
is causing
[EMAIL PROTECTED]:~$ ssh [EMAIL PROTECTED]: -e expression #1, char 20:
unterminated
`s' command
cos of new ssh default (HashKnownHosts)
Package: ssh
Version: 1:4.2p1-5
changing the quoting in that line mitigate the problem, I'm still not sure of
my "solution".
hosts=$( compgen -W "$( sed -ne 's/^[Hh][Oo][Ss][Tt]['$'\t
'']*\([^*?]*\)$/\1/p' [EMAIL PROTECTED] )" -- $ocur )
of course that doesn't make bash_completion work for hosts in known_hosts (it
simply can't), but at least avoid the sed error.
Not a real "bug" but annoying.
--
Ivan Sergio Borgonovo
---------------------------------------
Received: (at 343312-close) by bugs.debian.org; 10 Jan 2006 00:10:36 +0000
>From [EMAIL PROTECTED] Mon Jan 09 16:10:36 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Ew6xy-0002jm-Qz; Mon, 09 Jan 2006 16:02:22 -0800
From: Matthias Klose <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#343312: fixed in bash 3.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 09 Jan 2006 16:02:22 -0800
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: bash
Source-Version: 3.1-2
We believe that the bug you reported is fixed in the latest version of
bash, which is due to be installed in the Debian FTP archive:
bash-builtins_3.1-2_i386.deb
to pool/main/b/bash/bash-builtins_3.1-2_i386.deb
bash-doc_3.1-2_all.deb
to pool/main/b/bash/bash-doc_3.1-2_all.deb
bash-minimal_3.1-2_i386.deb
to pool/main/b/bash/bash-minimal_3.1-2_i386.deb
bash-static_3.1-2_i386.deb
to pool/main/b/bash/bash-static_3.1-2_i386.deb
bash_3.1-2.diff.gz
to pool/main/b/bash/bash_3.1-2.diff.gz
bash_3.1-2.dsc
to pool/main/b/bash/bash_3.1-2.dsc
bash_3.1-2_i386.deb
to pool/main/b/bash/bash_3.1-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated bash package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 10 Jan 2006 00:19:25 +0100
Source: bash
Binary: bashdb bash-builtins bash bash-minimal bash-static bash-doc
Architecture: source i386 all
Version: 3.1-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description:
bash - The GNU Bourne Again SHell
bash-builtins - Bash loadable builtins - headers & examples
bash-doc - Documentation and examples for the The GNU Bourne Again SHell
bash-minimal - The GNU Bourne Again SHell (minimal version)
bash-static - The GNU Bourne Again SHell (static version)
Closes: 343312
Changes:
bash (3.1-2) unstable; urgency=low
.
* Apply upstream patches 002 - 005.
.
bash (3.1-0ubuntu3) dapper; urgency=low
.
* Document supported ulimit options.
* Fix parsing problems with compound assignments
* Fix readline callback interface.
* Fix ssh command completion (closes: #343312).
.
bash (3.1-0ubuntu2) dapper; urgency=low
.
* command-not-found handler: Print error message, when command not found.
Ubuntu #5120.
* fix ssh command completion.
Files:
825df8b81f32656f7ebfd12584df8b9e 719 base required bash_3.1-2.dsc
7a84cb6ebefe6674114ce7f0c80a1bd7 178467 base required bash_3.1-2.diff.gz
1bd2971e2ad32433cb46f1830252c3ea 728282 doc optional bash-doc_3.1-2_all.deb
61a866e3ffe74bedf5a77c42003f526c 850360 shells required bash_3.1-2_i386.deb
f1145cc48bffb9adfa3ca0f5141ce98a 98964 utils optional
bash-builtins_3.1-2_i386.deb
3f2b9c06775398158c7e04c6e2d48daf 689926 shells optional
bash-static_3.1-2_i386.deb
e506334599e50e85ad6b0b7249b8a1bc 195114 shells optional
bash-minimal_3.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDwvSRStlRaw+TLJwRAmEFAJ0XnivRQiOn4z6ALtLbsuB8V9CsWQCgr4XI
AFbzE4BmFphBh7j2e1kB/5g=
=Z4fM
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]