Your message dated Sat, 19 Feb 2005 13:17:15 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#272480: fixed in console-common 0.7.50 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; 20 Sep 2004 10:29:16 +0000 >From [EMAIL PROTECTED] Mon Sep 20 03:29:16 2004 Return-path: <[EMAIL PROTECTED]> Received: from eagle.ericsson.se [193.180.251.53] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1C9LQ4-0004Oa-00; Mon, 20 Sep 2004 03:29:16 -0700 Received: from esealmw140.al.sw.ericsson.se ([153.88.254.121]) by eagle.ericsson.se (8.12.10/8.12.10/WIREfire-1.8b) with ESMTP id i8KATFRU020724 for <[EMAIL PROTECTED]>; Mon, 20 Sep 2004 12:29:15 +0200 Received: from esealnt612.al.sw.ericsson.se ([153.88.254.118]) by esealmw140.al.sw.ericsson.se with Microsoft SMTPSVC(6.0.3790.0); Mon, 20 Sep 2004 12:29:15 +0200 Received: from debian (upl5946.uab.ericsson.se [134.138.116.178]) by esealnt612.al.sw.ericsson.se with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id TC4FZWCW; Mon, 20 Sep 2004 12:29:15 +0200 Received: from tedchly by debian with local (Exim 3.36 #1 (Debian)) id 1C9LPo-00015P-00; Mon, 20 Sep 2004 12:29:00 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: replicator: Keymap installation on the target fails X-Debbugs-CC: Christian Lynbech <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> From: Christian Lynbech <[EMAIL PROTECTED]> Date: Mon, 20 Sep 2004 12:29:00 +0200 X-OriginalArrivalTime: 20 Sep 2004 10:29:15.0175 (UTC) FILETIME=[AD6CC370:01C49EFC] Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org 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_2004_03_25 X-Spam-Level: Package: replicator Version: 3.1-sarge-1.3 Severity: important The `install-keymap' tool has changed such that it nows returns a non-zero exit code and since `replicator' checks the exit codes of all commands it runs (through "&dosystem") installation of the target fails if any keymap is selected during the replication target configuration. I am unsure whether the changed behaviour of `install-keymap' is deliberate, accidental or indicatory that something is actually wrong, but I have so far not observed any ill effects of ignoring the return value. One way to see the behaviour is to execute the following commands: dhcp229:~# install-keymap dk && echo true Loading /etc/console/boottime.kmap.gz dhcp229:~# install-keymap dk || echo false Loading /etc/console/boottime.kmap.gz false A simple hack solving the problem is to apply the following patch to "/usr/share/replicator/repli-dialog": --- repli-dialog~ 2004-09-01 22:52:59.000000000 +0200 +++ repli-dialog 2004-09-13 10:41:07.000000000 +0200 @@ -97,7 +97,7 @@ &docopy($default_kmap,"/target/$default_kmap" ); } else { - &dosystem("chroot /target install-keymap $kbd"); + &dosystem("chroot /target install-keymap $kbd || true"); } } I seem to remember also seeing this problem with other tools such as debootstrap and/or FAI so it may be worth checking out how other users of `install-keymap' is handling the situation. dhcp229:~# dpkg -S `which install-keymap` console-common: /usr/sbin/install-keymap dhcp229:~# dpkg -l console-common Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ ii console-common 0.7.47 Basic infrastructure for text console config -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-1-686 Locale: LANG=C, LC_CTYPE=C Versions of packages replicator depends on: ii debootstrap 0.2.44.2 Bootstrap a basic Debian system ii dialog 1.0-20040731-1 Displays user-friendly dialog boxe ii dpkg-repack 1.19 puts an unpacked .deb file back to ii grub 0.95+cvs20040624-8 GRand Unified Bootloader ii nfs-kernel-server [nf 1:1.0.6-3 Kernel NFS server support ii perl 5.8.4-2.2 Larry Wall's Practical Extraction ii rsync 2.6.2-3 fast remote file copy program (lik ii wget 1.9.1-5 retrieves files from the web -- no debconf information --------------------------------------- Received: (at 272480-close) by bugs.debian.org; 19 Feb 2005 18:23:10 +0000 >From [EMAIL PROTECTED] Sat Feb 19 10:23:10 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D2ZG2-0002aO-00; Sat, 19 Feb 2005 10:23:10 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1D2ZAJ-0004bO-00; Sat, 19 Feb 2005 13:17:15 -0500 From: Alastair McKinstry <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#272480: fixed in console-common 0.7.50 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 19 Feb 2005 13:17:15 -0500 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-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 X-Spam-Level: Source: console-common Source-Version: 0.7.50 We believe that the bug you reported is fixed in the latest version of console-common, which is due to be installed in the Debian FTP archive: console-common_0.7.50.dsc to pool/main/c/console-common/console-common_0.7.50.dsc console-common_0.7.50.tar.gz to pool/main/c/console-common/console-common_0.7.50.tar.gz console-common_0.7.50_all.deb to pool/main/c/console-common/console-common_0.7.50_all.deb dh-consoledata_0.7.50_all.deb to pool/main/c/console-common/dh-consoledata_0.7.50_all.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. Alastair McKinstry <[EMAIL PROTECTED]> (supplier of updated console-common 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: Mon, 14 Feb 2005 13:45:00 +0000 Source: console-common Binary: dh-consoledata console-common Architecture: source all Version: 0.7.50 Distribution: unstable Urgency: low Maintainer: Alastair McKinstry <[EMAIL PROTECTED]> Changed-By: Alastair McKinstry <[EMAIL PROTECTED]> Description: console-common - Basic infrastructure for text console configuration dh-consoledata - Debhelper-based script to help packaging console data file Closes: 272480 295038 Changes: console-common (0.7.50) unstable; urgency=low . * Remove Martin Michlmayer as uploader. * Translations: - Tagalog programs and debconf translation added. Closes: #295038 - Improved zh_TW by Tetralet. * install-keymap: add '-q' to loadkeys call; its output was causing silent failures in debconf code. Closes: #272480. Files: d558e7032a5ba979701153cff07af1b5 621 utils important console-common_0.7.50.dsc dab1ff1359b9cc161873132b9ee8d149 120032 utils important console-common_0.7.50.tar.gz 41e9b5c5a9737bd681f7f469c74d8b22 106914 utils important console-common_0.7.50_all.deb 863087be2efe885dddd3a1ea1f26430f 79834 devel extra dh-consoledata_0.7.50_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCF3/FQTK/kCo4XFcRAquFAKDD8bsiR621s1pGpr9uE/7hvFF6AgCeMd88 fX2JP+ClYlYCBcobD0hBElA= =w44z -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]