Issue
- A fresh Imunify360 installation fails with the following error:
Failed to get package version.
- The following entries are observed in the Imunify agent logs:
2023-09-25T12:25:16+0000 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/__init__.py", line 226, in run
self.opts.packages)
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 523, in output_packages
raise dnf.exceptions.Error(_('No matching Packages to list'))
dnf.exceptions.Error: No matching Packages to list
2023-09-25T12:25:16+0000 CRITICAL Error: No matching Packages to list
Environment
- AlmaLinux 8
- cPanel
- Imunify360
Solution
It appeared that ImunifyAV was previously installed and its leftovers had been found. The installation issue was fixed by uninstalling ImunifyAV according to the general procedure and then by running a clean Imunify360:
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh
bash imav-deploy.sh --uninstall
wget https://repo.imunify360.cloudlinux.com/defence360/i360deploy.sh i360deploy.sh
bash i360deploy.sh --key ***
Cause
The leftovers of the previously installed ImunifyAV product caused conflict during the Imunify360 installation.
Comments
0 comments
Article is closed for comments.