Your message dated Sat, 06 Jun 2009 15:47:17 +0000
with message-id <[email protected]>
and subject line Bug#526939: fixed in findutils 4.4.2-1
has caused the Debian Bug report #526939,
regarding findutils: [patch] warn if updatedb is not started as root
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
526939: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526939
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: findutils
Version: 4.4.1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jaunty ubuntu-patch
*** /tmp/tmpJKR5Ck
In Ubuntu, we've applied the attached patch to achieve the following:
* Merge from debian unstable, remaining changes:
- debian/locate-cron.daily: Test if called by root (LP: #147911),
We thought you might be interested in doing the same.
The rational is:
If you call findutils' /etc/cron.daily/find as normal user, you'll get
no error, but a prompt from "su", which gets called. The label text
for the "su" prompt get suppressed, so this is quite confusing, if you
call the script (out of curiosity) with your normal user.
Cheers,
Michael
-- System Information:
Debian Release: 5.0
APT prefers jaunty-updates
APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500,
'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty')
Architecture: i386 (i686)
Kernel: Linux 2.6.28-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u findutils-4.4.1/debian/locate-cron.daily findutils-4.4.1/debian/locate-cron.daily
--- findutils-4.4.1/debian/locate-cron.daily
+++ findutils-4.4.1/debian/locate-cron.daily
@@ -11,6 +11,11 @@
[ -e /usr/bin/updatedb.findutils ] || exit 0
+if [ "$(id -u)" != "0" ]; then
+ echo "You must be root."
+ exit 1
+fi
+
# Global options for invocations of find(1)
FINDOPTIONS='-ignore_readdir_race'
# filesystems which are pruned from updatedb database
--- End Message ---
--- Begin Message ---
Source: findutils
Source-Version: 4.4.2-1
We believe that the bug you reported is fixed in the latest version of
findutils, which is due to be installed in the Debian FTP archive:
findutils_4.4.2-1.diff.gz
to pool/main/f/findutils/findutils_4.4.2-1.diff.gz
findutils_4.4.2-1.dsc
to pool/main/f/findutils/findutils_4.4.2-1.dsc
findutils_4.4.2-1_i386.deb
to pool/main/f/findutils/findutils_4.4.2-1_i386.deb
findutils_4.4.2.orig.tar.gz
to pool/main/f/findutils/findutils_4.4.2.orig.tar.gz
locate_4.4.2-1_i386.deb
to pool/main/f/findutils/locate_4.4.2-1_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.
Andreas Metzler <[email protected]> (supplier of updated findutils 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: RIPEMD160
Format: 1.8
Date: Sat, 06 Jun 2009 16:56:11 +0200
Source: findutils
Binary: findutils locate
Architecture: source i386
Version: 4.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Metzler <[email protected]>
Changed-By: Andreas Metzler <[email protected]>
Description:
findutils - utilities for finding files--find, xargs
locate - maintain and query an index of a directory tree
Closes: 526939 527584
Changes:
findutils (4.4.2-1) unstable; urgency=low
.
* debian/locate-cron.daily: Test if called by root. (Thank's, Michael Vogt).
Closes: #526939
* New upstream version.
+ find -prune now makes sure it has valid stat() information.
Closes: #527584
+ Drop patches/10_typo_525263.dpatch, included upstream.
Checksums-Sha1:
3622adc09d120b14ed40e032a8333790747341cd 1239 findutils_4.4.2-1.dsc
e8dd88fa2cc58abffd0bfc1eddab9020231bb024 2149838 findutils_4.4.2.orig.tar.gz
56ebc242bf4bb09158d5cb97a823c90490ae2551 20429 findutils_4.4.2-1.diff.gz
1718f797e020bb949e2fe042a436b33d0a493cb9 601438 findutils_4.4.2-1_i386.deb
5a2a7ce400dbd706712be681dbbc92b6aa9069b4 152198 locate_4.4.2-1_i386.deb
Checksums-Sha256:
f9b4563eac2ec7d004f01ec8fca396b2155c5f6be520e6214056a29573e50761 1239
findutils_4.4.2-1.dsc
434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a 2149838
findutils_4.4.2.orig.tar.gz
eea0ec4682aaf70cd8e21fd8d12eb56eb3d2e5f4b58a96b4fcce883b1edf16d5 20429
findutils_4.4.2-1.diff.gz
6af076a066aec57561401359e97f062131f348c33491d58bbc08dfa3fe446295 601438
findutils_4.4.2-1_i386.deb
8d5f4522ed231f88494e63658348148a6ff7366c030dc9589478d66cb5535df4 152198
locate_4.4.2-1_i386.deb
Files:
d67e1fbfbae1423cdb75eaf39e717ab8 1239 utils required findutils_4.4.2-1.dsc
351cc4adb07d54877fa15f75fb77d39f 2149838 utils required
findutils_4.4.2.orig.tar.gz
93a7fb3cff2847e75d076876daa102c0 20429 utils required findutils_4.4.2-1.diff.gz
547a667c282fe5cbb32c9c8e82d7b08e 601438 utils required
findutils_4.4.2-1_i386.deb
94eb72e3cc1cd2554e92e3b68a4195fa 152198 utils optional locate_4.4.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEAREDAAYFAkoqhtYACgkQHTOcZYuNdmOeYgCcDgaP+wDGNqsexNsRBTyaKzG2
1M8AmwTkBVwDKoheyJmfC2LMAG2WRDVx
=0vvo
-----END PGP SIGNATURE-----
--- End Message ---