Hi Techies.
I wonder if someone else has experienced this. I'm running Suse 9. In my /bin directory, the binaries listed below:
cpio,gawk, zsh, sed, ed, fillup, nisdomainname, ping, ping6, ypdomainname, initviocons, lsmod, netstat, ash, ect, sash, ash.static, basename, mktemp.
all have there timestamp changed every 3 and then 15 minutes. Consistently. Some of the binaries, (like ping and awk) gives segmentation fault when I try to execute them.
I have already replaced these with clean binaries from another box, but then these are "changed every 3 and 15 minutes again.
I'm wondering whether it's a bug. I checked a RedHat installation and found these same binaries' timestamp also changed, but only daily at 16:00. I find nothing in the cron that could cause this. I ran a `ps -e f` every second to "catch" the culprit but came up with nothing.
I suspected the mktemp command which is related to cron, but cannot figure it out. At about the same time my files change, this process is active when I do a ps:
mktemp -d /tmp/run-crons.XXXXXX
Any ideas?
I wonder if someone else has experienced this. I'm running Suse 9. In my /bin directory, the binaries listed below:
cpio,gawk, zsh, sed, ed, fillup, nisdomainname, ping, ping6, ypdomainname, initviocons, lsmod, netstat, ash, ect, sash, ash.static, basename, mktemp.
all have there timestamp changed every 3 and then 15 minutes. Consistently. Some of the binaries, (like ping and awk) gives segmentation fault when I try to execute them.
I have already replaced these with clean binaries from another box, but then these are "changed every 3 and 15 minutes again.
I'm wondering whether it's a bug. I checked a RedHat installation and found these same binaries' timestamp also changed, but only daily at 16:00. I find nothing in the cron that could cause this. I ran a `ps -e f` every second to "catch" the culprit but came up with nothing.
I suspected the mktemp command which is related to cron, but cannot figure it out. At about the same time my files change, this process is active when I do a ps:
mktemp -d /tmp/run-crons.XXXXXX
Any ideas?