Page 1 of 1

ASL 4.0.2 - Invalid configuration values detected

Posted: Wed Jun 04, 2014 12:52 pm
by imadsani
Getting the following popup on two servers, one is freshly upgraded from 4.0.1 and the other is a clean install to 4.0.2, and btw typo with Invalid

Code: Select all

Invliad configuration values detected.
The following will be set to their defaults if configuration is saved from ASL Web:

UPDATE_TYPE
	current / default: off / all
	allowed: all | rules-only | exclude-kernel

CLAMAV_LogFileMaxSize
	current / default: 0 / 0
	allowed: 1m | 10m | 100m

CLAMAV_MaxFileSize
	current / default: 25m / 25M
	allowed: 0 | 10M | 25M | 50M | 100M | 250M | 500M
Second issue: some event issue windows are blank, same issue on both servers

http://i1196.photobucket.com/albums/aa4 ... 584a63.jpg

Re: ASL 4.0.2 - Invalid configuration values detected

Posted: Wed Jun 04, 2014 1:08 pm
by jgodwin
UPDATE_TYPE needs to be set to one of the listed allowed values. Disabling should be done by setting AUTOMATIC_UPDATES to "none"

CLAMAV_LogFileMaxSize - fix for this erroring when set to its default value has been committed and will be in our next release

CLAMAV_MaxFileSize - case matters, set to "25M"

Invliad - fixed in next release

Event details - fixed in next release. This effects events where the source ip is currently blocked.

Re: ASL 4.0.2 - Invalid configuration values detected

Posted: Thu Jun 05, 2014 9:33 am
by imadsani
jgodwin wrote:UPDATE_TYPE needs to be set to one of the listed allowed values. Disabling should be done by setting AUTOMATIC_UPDATES to "none"
Thank you for the reply, regarding Update_TYPE, I selected none during the install process.