Bug#576677: find's %Y

2010-04-07 Thread jidanni
$ w3m -dump http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576772|grep ^Version Version: 4.5.7-1 findutils: Installed: 4.5.7-1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#576677: find's %Y

2010-04-07 Thread maximilian attems
On Thu, Apr 08, 2010 at 08:37:18AM +0800, jida...@jidanni.org wrote: > ma> can't reproduce your failure on x86_64: > Trust me: https://savannah.gnu.org/bugs/index.php?29460 yep seen and tried mentioned testcases and non triggers, which find do you have installed: dpkg -l findutils -- To UNS

Bug#576677: find's %Y

2010-04-07 Thread maximilian attems
On Wed, 07 Apr 2010, jida...@jidanni.org wrote: > Anyway, I have shown %Y is moody and not to be trusted. > I will now step back and hand the baton to others. can't reproduce your failure on x86_64: mount -t tmpfs tmpfs /mnt/ -o size=40m TMPDIR=/mnt/ mkinitramfs -o /tmp/foo -k Working files in

Bug#576677: find's %Y

2010-04-07 Thread James Youngman
On Wed, Apr 7, 2010 at 7:34 AM, wrote: > Anyway, I have shown %Y is moody and not to be trusted. > I will now step back and hand the baton to others. Thanks for reporting the problem. I have a good idea what the problem is; pred.c calls stat and lstat without changing working directory. It

Bug#576677: find's %Y

2010-04-06 Thread jidanni
Anyway, I have shown %Y is moody and not to be trusted. I will now step back and hand the baton to others. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#576677: find's %Y

2010-04-06 Thread jidanni
What's barfy is it turns out the same command sometimes gives different output! $ mount|grep /tmp #df shows plenty of space too. tmpfs on /tmp type tmpfs (rw) 14:04 ~$ find /tmp/NOSHUCH -printf %Y\\n N 14:05 ~$ find /tmp/sleep -printf %Y\\n f 14:05 ~$ find /tmp -name sleep -printf %Y\\n ###COMPAR