fake-hwclock: run-parts: failed to exec

Hi experts,

i was running EmonCMS now for a while and started experimenting with Node Red. Up to now everything looked good. But since today i see an error message within the Debug Window of Node-Red:

Cron <root@emonpi> cd / && run-parts --report /etc/cron.hourly : msg.payload : string [1401]/etc/cron.hourly/fake-hwclock: run-parts: failed to exec /etc/cron.hourly/fake-hwclock: Exec format error run-parts: /etc/cron.hourly/fake-hwclock exited with return code 1 /etc/cron.hourly/logrotate: reading config file /etc/logrotate.conf Handling 1 logs rotating pattern: /var/log/*.log /var/log/*/*.log 1048576 bytes (2 rotations) empty log files are not rotated, old logs are removed considering log /var/log/auth.log log does not need rotating considering log /var/log/daemon.log log does not need rotating considering log /var/log/emoncms.log log does not need rotating considering log /var/log/error.log log does not need rotating considering log /var/log/kern.log log does not need rotating considering log /var/log/mail.log log does not need rotating considering log /var/log/pilight.log log does not need rotating considering log /var/log/ufw.log log does not need rotating considering log /var/log/wificheck.log log does not need rotating ....

Can't really figure out what it wants to tell me...

The Cron Job looks like the following:

pi@emonpi:/etc/cron.hourly$ cat fake-hwclock
# #!/bin/sh
# #
# # Simple cron script - save the current clock periodically in case of
# # a power failure or other crash
#
# if (command -v fake-hwclock >/dev/null 2>&1) ; then
#   fake-hwclock save
# fi

I'm using the Read Only Image from 22.Dec 2015 with CMS Updated couple of days ago.

Powered by openenergymonitor.org | low-write 9.3 | 2015.12.30