Your message dated Fri, 10 Nov 2006 09:17:15 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#386163: fixed in tiger 1:3.2.1-34 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 ---Package: tiger Version: 1:3.2.1-31 Severity: wishlist Tags: patch /usr/lib/tiger/scripts/check_accounts uses find. If /home is mounted via NFS with root_squash, then find produces a lot of errors like: /usr/bin/find: /home/harvan/.ssh: Input/output error These are emailed to root as this script is run as part of a cron job. Runnnig find with 2>/dev/null gets rid of these error messages. diff of proposed change follows --- check_accounts.old 2006-09-05 19:53:23.000000000 +0200 +++ check_accounts.new 2006-09-05 19:51:13.000000000 +0200 @@ -281,7 +281,7 @@ [ "$home" != / -a -n "$home" -a "$Tiger_Dormant_Limit" != 0 ] && { notadmin=`eval "case \"$user\" in $Tiger_Admin_Accounts) ;; *) echo $user;; esac"` [ -n "$notadmin" ] && \ - [ `$FIND "$home/" -mtime -$Tiger_Dormant_Limit | $WC -l` -eq 0 ] && + [ `$FIND "$home/" -mtime -$Tiger_Dormant_Limit 2>/dev/null | $WC -l` -eq 0 ] && message WARN acc021w "" "Login ID $user appears to be a dormant account." } Matus
--- End Message ---
--- Begin Message ---Source: tiger Source-Version: 1:3.2.1-34 We believe that the bug you reported is fixed in the latest version of tiger, which is due to be installed in the Debian FTP archive: tiger-otheros_3.2.1-34_i386.deb to pool/main/t/tiger/tiger-otheros_3.2.1-34_i386.deb tiger_3.2.1-34.diff.gz to pool/main/t/tiger/tiger_3.2.1-34.diff.gz tiger_3.2.1-34.dsc to pool/main/t/tiger/tiger_3.2.1-34.dsc tiger_3.2.1-34_i386.deb to pool/main/t/tiger/tiger_3.2.1-34_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. Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> (supplier of updated tiger 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, 10 Nov 2006 16:01:21 +0100 Source: tiger Binary: tiger tiger-otheros Architecture: source i386 Version: 1:3.2.1-34 Distribution: unstable Urgency: low Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> Changed-By: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> Description: tiger - Report system security vulnerabilities tiger-otheros - Scripts to run Tiger in other operating systems Closes: 386163 397832 Changes: tiger (1:3.2.1-34) unstable; urgency=low . * Linux/2/gen_mounts - Added selinuxfs to local FS (Closes: #397832) * scripts/check_accounts - Redirect find errors in home directories to /dev/null, prevents root being sent errors when using NFS mounted home directories with root_squash. Thanks to Matus Harvan for the patch (Closes: #386163) * Update Debian advisories lists. Files: 03e05ec843c3f01f7f263e69b4b64230 746 admin optional tiger_3.2.1-34.dsc d5c68a23c6e3f584484055a0ce3855d4 459405 admin optional tiger_3.2.1-34.diff.gz 9801679fe4af835c4431944f09fc453b 574516 admin optional tiger_3.2.1-34_i386.deb 21c00058ac98dbd3c910f90d9b432e8e 488076 admin optional tiger-otheros_3.2.1-34_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iQCVAwUBRVSyTPtEPvakNq0lAQKg8QP9EWHPGTfo8PDA266bcItDUGM+N5a6mDzP ZlMFTMMO0lPbrOvmEEE4PWzp7M894dtMmrtBD6YfK2LTsJ3OpaTwNqZHXoYoJe8a vp6VlIfi5Xc8dKOAZspNJ9s/tarr0Pk50rwaxsgvgDl4pisFRGaOR4DBcrH2eigz ybRCmGUOnMQ= =sIvg -----END PGP SIGNATURE-----
--- End Message ---

