SOLVED New Security Advisor notifications with Medium importance

Operating System & Version
Cloudlinux 8
cPanel & WHM Version
11.108.0.5

Mvisser

Member
Dec 14, 2022
7
1
3
Oosterhout
cPanel Access Level
Root Administrator
The system cannot check the kernel status: “/usr/bin/yum” reported error code “1” when it ended: Error: Cannot open file "/var/cache/dnf/powertools-54ebcb95d0586f6e/repodata/f76bc6de1482d1d294618f038a8fe9865afb9a5e28eba78d8e1fa31a1b16a184-modules.yaml.gz": No such file or directory

Every day i keep getting this error. Does someone know what the problem here is?
 
Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
15,139
2,404
363
cPanel Access Level
Root Administrator
Can you try running this command to confirm the CloudLinux license is properly registered?

Code:
clnreg_ks --force
If it is, it seems there are deeper issues with Yum on the system and you may need to contact CloudLinux directly to have them take a look at the machine.
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
15,139
2,404
363
cPanel Access Level
Root Administrator

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
15,139
2,404
363
cPanel Access Level
Root Administrator
Since this is specifically mentioning the dnf cache, can you try this?

Code:
dnf clean dbcache
If that doesn't work, you can try a deeper clean with this:

Code:
dnf clean all
to see if that resolves the issue. This cleans up data in /var/cache/dnf on the system automatically.