Operating System & Version
CloudLinux 7.9
cPanel & WHM Version
98.0.12

ankeshanand

Well-Known Member
Mar 29, 2021
209
63
103
India
cPanel Access Level
Root Administrator
Twitter
Yesterday, I received a mail from cPanel announcement about Security Update and today, I updated it to v98.0.12.
Afterwards, Imunify360 and JetBackup services stopped running. After checking, I found:
Code:
mkdir: command not found
Its not available in /bin. I do not that this is not cPanel's fault as it is something that is updated/removed through YUM repositeries. Tried updating:
Code:
yum update coreutils
NO LUCK!
Anyone who can suggest how I bring back /bin/mkdir

Code:
[root@server5 bin]# rpm -q --whatprovides /bin/mkdir
coreutils-8.22-24.el7_9.2.x86_64
and its updated to this version
 

ankeshanand

Well-Known Member
Mar 29, 2021
209
63
103
India
cPanel Access Level
Root Administrator
Twitter
Fixed it!:cool:
Code:
[root@server5 bin]# yum downgrade coreutils
Loaded plugins: fastestmirror, rhnplugin, universal-hooks
This system is receiving updates from CLN.
Loading mirror speeds from cached hostfile
 * EA4: 185.15.22.168
 * cpanel-addons-production-feed: 185.15.22.168
 * cpanel-plugins: 185.15.22.168
 * cloudlinux-x86_64-server-7: cl-mirror.fr.planethoster.net
 * epel: mirrors.20i.com
 * nux-dextop: mirror.li.nux.ro
Resolving Dependencies
--> Running transaction check
---> Package coreutils.x86_64 0:8.22-24.el7 will be a downgrade
---> Package coreutils.x86_64 0:8.22-24.el7_9.2 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================================================
 Package                     Arch                     Version                       Repository                                    Size
=======================================================================================================================================
Downgrading:
 coreutils                   x86_64                   8.22-24.el7                   cloudlinux-x86_64-server-7                   3.3 M

Transaction Summary
=======================================================================================================================================
Downgrade  1 Package

Total download size: 3.3 M
Is this ok [y/d/N]: y
Downloading packages:
coreutils-8.22-24.el7.x86_64.rpm                                                                                | 3.3 MB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : coreutils-8.22-24.el7.x86_64                                                                                        1/2
  Cleanup    : coreutils-8.22-24.el7_9.2.x86_64
Anyone else having this problem, just use,
Code:
yum downgrade coreutils