Issue
-
Imunify360 is failing to start:
# systemctl status imunify360
● imunify360.service - Imunify360 agent
Loaded: loaded (/usr/lib/systemd/system/imunify360.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2023-03-24 11:52:33 -03; 1min 46s ago -
The following error can be found in '/var/log/imunify360/error.log':
WARNING [2023-03-24 09:52:36,744] defence360agent.server: {<Config(config_reader=<CachedConfigReader(/etc/sysconfig/imunify360/imunify360.config.d/10_on_first_install.config)>, validation_schema=<functools._lru_cache_wrapper object at 0x7f9c69ed9310>)>: 'Imunify360 config does not match the scheme', <Config(config_reader=<CachedConfigReader(/etc/sysconfig/imunify360/imunify360.config.d/90-local.config)>, validation_schema=<functools._lru_cache_wrapper object at 0x7f9c69ed9310>)>: 'Imunify360 config does not match the scheme'}
Environment
- Imunify360
Solution
Move the problematic configuration files to another directory to create backups and reinstalled the main Imunify360 package:
# mv /etc/sysconfig/imunify360/imunify360.config.d/10_on_first_install.config ~/10_on_first_install.config.backup
# mv /etc/sysconfig/imunify360/imunify360.config.d/90-local.config ~/90-local.config.backup
# yum reinstall imunify360-firewall
Cause
Corrupted configuration files.
Comments
0 comments
Please sign in to leave a comment.