Hello, To see if this is installed and enabled, look under /etc/yum/pluginconf.d/security.conf — it should have a line that reads “enabled=1”. If not, you’ll want to enable that. root@server01[~]#yum install yum-security -y After you install the yum security plugin you will be able to check for only security updates. root@server01[~]#yum –security update Loaded plugins: presto, […]
See MoreAuthor: Vishwajit Kale
Vishwajit Kale blazed onto the digital marketing scene back in 2015 and is the digital marketing strategist of Hostripples, a company that aims to provide affordable web hosting solutions. Vishwajit is experienced in digital and content marketing along with SEO. He's fond of writing technology blogs, traveling and reading.
yum hangs on installing a specific package.
Hello, When try to install any packages or update the yum list get hang and nothing happens for this you can try the following this to fix it root@server01[~]#rm -f /var/lib/rpm/__db.* root@server01[~]#rpm –rebuilddb Thank you.
See MoreConnection to the database server has failed because the supplied account does not possess administrative privileges: Access denied for user
Hello, Error code : Error: Connection to the database server has failed because the supplied account does not possess administrative privileges:Access denied for user ‘admin’@’localhost’ to database This error means that MySQL administrator account that is used in Plesk does not have enough privileges to manage database/users in the MySQL server. Solution : […]
See More
