Your message dated Fri, 03 Feb 2006 20:06:02 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#351280: fixed in pkgsync 1.6 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)
--- Begin Message --->From [EMAIL PROTECTED] Fri Feb 03 12:00:46 2006 Received: (at submit) by bugs.debian.org; 3 Feb 2006 20:00:46 +0000 Return-path: <[EMAIL PROTECTED]> Received: from tauware.de ([213.239.237.3] ident=Debian-exim) by spohr.debian.org with esmtp (Exim 4.50) id 1F576r-0001Zh-NP for [EMAIL PROTECTED]; Fri, 03 Feb 2006 12:00:46 -0800 Received: from p5494fffa.dip.t-dialin.net ([84.148.255.250] helo=hermes.olymp.tauware.de) by tauware.de with esmtpa (Exim 4.50) id 1F576q-0007ea-41 for [EMAIL PROTECTED]; Fri, 03 Feb 2006 21:00:44 +0100 Received: from siretart by hermes.olymp.tauware.de with local (Exim 4.60) (envelope-from <[EMAIL PROTECTED]>) id 1F576c-0006gY-BX for [EMAIL PROTECTED]; Fri, 03 Feb 2006 21:00:30 +0100 Date: Fri, 3 Feb 2006 21:00:30 +0100 From: Reinhard Tartler <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: /etc/cron.daily/nightly-pkgsync must not fail if package is removed Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline X-Reportbug-Version: 3.18ubuntu1 X-Debbugs-Cc: [EMAIL PROTECTED] User-Agent: Mutt/1.5.11 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 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: pkgsync Severity: normal Tags: patch When having pkgsync removed but not purged, /etc/cron.daily/nightly-pkgsync is still around. It calls pkgsync unconditionally, but shouldn't so. Find attached a patch which checks if /usr/sbin/pkgsync is actually executable. -- System Information: Debian Release: testing/unstable APT prefers dapper APT policy: (500, 'dapper') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-14-686 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pkgsync.diff" --- nightly-pkgsync.old 2006-02-03 20:56:54.000000000 +0100 +++ nightly-pkgsync 2006-02-03 20:57:19.000000000 +0100 @@ -7,4 +7,7 @@ export PATH=/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin +if [ -x /usr/sbin/pkgsync ]; then ( /usr/bin/yes n | /usr/sbin/pkgsync >/var/log/pkgsync.log 2>&1 ) || /bin/cat /var/log/pkgsync.log +fi + --3MwIy2ne0vdjdPXF--
--- End Message ---
--- Begin Message --->From [EMAIL PROTECTED] Fri Feb 03 20:12:55 2006 Received: (at 351280-close) by bugs.debian.org; 4 Feb 2006 04:12:55 +0000 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1F5EgU-0002IT-82; Fri, 03 Feb 2006 20:06:02 -0800 From: [EMAIL PROTECTED] (Steinar H. Gunderson) To: [EMAIL PROTECTED] X-Katie: $Revision: 1.65 $ Subject: Bug#351280: fixed in pkgsync 1.6 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 03 Feb 2006 20:06:02 -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: pkgsync Source-Version: 1.6 We believe that the bug you reported is fixed in the latest version of pkgsync, which is due to be installed in the Debian FTP archive: pkgsync_1.6.dsc to pool/main/p/pkgsync/pkgsync_1.6.dsc pkgsync_1.6.tar.gz to pool/main/p/pkgsync/pkgsync_1.6.tar.gz pkgsync_1.6_all.deb to pool/main/p/pkgsync/pkgsync_1.6_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. Steinar H. Gunderson <[EMAIL PROTECTED]> (supplier of updated pkgsync 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: Fri, 3 Feb 2006 23:26:43 +0100 Source: pkgsync Binary: pkgsync Architecture: source all Version: 1.6 Distribution: unstable Urgency: low Maintainer: Steinar H. Gunderson <[EMAIL PROTECTED]> Changed-By: Steinar H. Gunderson <[EMAIL PROTECTED]> Description: pkgsync - automated package list synchronization Closes: 351280 Changes: pkgsync (1.6) unstable; urgency=low . * Have the cron script check that /usr/sbin/pkgsync exists before trying to run it; patch from Reinhard Tartler. (Closes: #351280) * Don't use absolute paths everywhere in the cron script, as we already set the path explicitly, nobody else does it and it really doesn't serve any good use. Files: 51043b79eb7dcdb2e37bd5ad56d42151 497 admin optional pkgsync_1.6.dsc 8d1bd9fa9137ef6706206d9ca9efb704 6497 admin optional pkgsync_1.6.tar.gz b91906b6673f9c3d374a64bd94baf8c4 7960 admin optional pkgsync_1.6_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD49kOXKRQ3lK3SH4RAvdLAJ9FD1ePCgGAgUQxjX/UovX6119hcACg4wGj l9y4So6ilumajqjq9r0XVuU= =10zr -----END PGP SIGNATURE-----
--- End Message ---

