Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-04-22 12:02:22 +0300
committermboelen <michael@cisofy.com>2015-04-22 12:02:22 +0300
commitcd783799068432b58022bc008ab7fb92df83a5ca (patch)
tree620b7fe00ebfda19dfd35b563e0b5c11afd24b13 /include/data_upload
parentec5e9cbecf1981a7f7e634d558c9166e082edd59 (diff)
Extended screen output when upload fails
Diffstat (limited to 'include/data_upload')
-rw-r--r--include/data_upload18
1 files changed, 12 insertions, 6 deletions
diff --git a/include/data_upload b/include/data_upload
index dcb562c2..821deaa9 100644
--- a/include/data_upload
+++ b/include/data_upload
@@ -96,12 +96,18 @@ output "Settings file: ${SETTINGS_FILE}"
output "${WHITE}License is valid${NORMAL}"
logtext "Result: License is valid"
else
- echo "${RED}Fatal error: ${WHITE}This license key can not be checked, or has been expired. Please contact support@cisofy.com.${NORMAL}"
- logtext "License check failed. This might have different causes:"
- logtext "- Connection with license server could not be established"
- logtext "- Collector version of Lynis version outdated"
- logtext "- License expired"
- logtext "- No credits left"
+ echo "${RED}Fatal error: ${WHITE}Error while checking the license.${NORMAL}"
+ echo ""
+ echo "Possible causes and steps you can take:"
+ echo "- Connection with license server could not be established (try address in your web browser)"
+ echo "- License is expired (listed in Configuration screen)"
+ echo "- No credits left (listed in Configuration screen)"
+ echo "- Collector version of Lynis version outdated (upgrade to latest Lynis or Lynis Collector)"
+ echo ""
+ echo "If you need support in solving this, please contact support@cisofy.com and include this screen output."
+ echo ""
+ echo "URL: ${LICENSE_SERVER_URL}"
+ echo "Key: ${LICENSE_KEY}"
output "Debug information: ${UPLOAD}"
# Quit
ExitClean