Page 1 of 1

"ERROR: The version file on your system does not seem to be valid."

Posted: 20 Apr 2016 07:47
by DaN
Screenshot
EFA-Monthly-cron-error.JPG
EFA-Monthly-cron-error.JPG (33.2 KiB) Viewed 3760 times
/var/log/cron

Code: Select all

DAY 03:18:01 SERVER anacron[12591]: Job `cron.monthly' started
DAY 03:18:01 SERVER run-parts(/etc/cron.monthly)[29138]: starting EFA-Monthly-cron
DAY 03:18:02 SERVER CROND[29158]: (root) CMD (/usr/sbin/EFA-Monitor-cron >/dev/null 2>&1)
DAY 03:18:02 SERVER run-parts(/etc/cron.monthly)[29169]: finished EFA-Monthly-cron
DAY 03:18:02 SERVER run-parts(/etc/cron.monthly)[29138]: starting cron-dccd
DAY 03:18:06 SERVER run-parts(/etc/cron.monthly)[29305]: finished cron-dccd
DAY 03:18:06 SERVER run-parts(/etc/cron.monthly)[29138]: starting readahead-monthly.cron
DAY 03:18:06 SERVER run-parts(/etc/cron.monthly)[29311]: finished readahead-monthly.cron
DAY 03:18:06 SERVER anacron[12591]: Job `cron.monthly' terminated (mailing output)
DAY 03:18:06 SERVER anacron[12591]: Normal exit (1 job run)
/var/log/messages
nothing at this point in time

/etc/cron.monthly/EFA-Monthly-cron

Code: Select all

#!/bin/bash
# +--------------------------------------------------------------------+
# EFA Monthly cron
# Version 20140623
# +--------------------------------------------------------------------+
[...]

# Check for update
/usr/local/sbin/EFA-Update -cron
[...]
on shell as root:

Code: Select all

/usr/local/sbin/EFA-Update -cron
ERROR: The version file on your system does not seem to be valid.
ERROR: exiting now
/etc/EFA-Version (0644 - owner:root):

Code: Select all

EFA-3.0.0.9 
I'd modified the file before. Removing the ending space, save, make a space again and save. Now this mail at the top. :think:
Anyone having the same mail/error?

Re: "ERROR: The version file on your system does not seem to be valid."

Posted: 23 Apr 2016 10:12
by darky83
Is the file format still correct in ASCII text format? :

Code: Select all

# file /etc/EFA-Version 
/etc/EFA-Version: ASCII text

Re: "ERROR: The version file on your system does not seem to be valid."

Posted: 26 Apr 2016 06:44
by DaN

Code: Select all

file /etc/EFA-Version
/etc/EFA-Version: ASCII text, with no line terminators
edited with nano, removed a line break, saved it:

Code: Select all

file /etc/EFA-Version
/etc/EFA-Version: ASCII text
ok, i'll wait

thx