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

General eFa discussion
Post Reply
DaN
Posts: 240
Joined: 19 Nov 2014 10:04
Location: Earth

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

Post by DaN »

Screenshot
EFA-Monthly-cron-error.JPG
EFA-Monthly-cron-error.JPG (33.2 KiB) Viewed 3021 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?
User avatar
darky83
Site Admin
Posts: 540
Joined: 30 Sep 2012 11:03
Location: eFa
Contact:

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

Post by darky83 »

Is the file format still correct in ASCII text format? :

Code: Select all

# file /etc/EFA-Version 
/etc/EFA-Version: ASCII text
Version eFa 4.x now available!
DaN
Posts: 240
Joined: 19 Nov 2014 10:04
Location: Earth

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

Post 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
Post Reply