[Solution] Error: initscripts conflicts on cPanel server

When I ran "yum -y update" to update packages, it updated all but initscripts.x86_64.

I got the following error message: initscripts.x86_64 0:9.49.47-1.el7 failed to install.

---

Solution:

To fix this error, run the following command as root.

chattr -i /usr/lib/udev/rules.d/60-net.rules

 File "60-net.rules" is immutable, so you are getting the error. chattr -i will clear the immutable attribute of the file and then it can be modified.

After running the above command, run

yum update -y

to update all packages. :)

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...

How to Secure a cPanel/WHM Web Server

Here are a few basic steps that you should keep in mind for keeping a server secure. 1) Strong...