We had a couple of cronspam from tmpreaper:
# mw1206 /etc/cron.daily/tmpreaper: error: Failed to lstat() `/tmp/./merge-mine-kQP8sw': No such file or directory error: Failed to lstat() `/tmp/./merge-old-kjkfob': No such file or directory error: Failed to lstat() `/tmp/./merge-your-2LN2xR': No such file or directory # mw1288 /etc/cron.daily/tmpreaper: error: Failed to lstat() `/tmp/./puppet20161122-58128-8m6vuv': No such file or directory
Looks like tmpreaper has a race condition with short lived files, for which it tries to perform an lstat after the file is deleted.
For mw1288 for example puppet runs at minute 28 and the email was sent at minute 29, good indication that the missing file was a temporary file from puppet.
It looks the same of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763858 the tmpreaper version in those hosts is 1.6.13+nmu1.