Hello folks… Today I was trying to install a package on an old CentOS 6 server and got the below error. Loaded plugins: fastestmirror, presto, security Setting up Install Process Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ removing mirrorlist with no valid mirrors: ...
Hello Folks, Today I was installing PHPMyAdmin and I was getting the below error while accessing http://IP/phpmyadmin page. The error was repeating even after logging in. I have gone through the Google search results, but I couldn’t find any quick results. Most of the links were talking about reinstalling the php-gettext package and ...
RHEL was recently released, it has a lot of new features and cockpit software for managing the OS is coming by default with the Operating System. To download RHEL, you need a Red Hat login and valid subscription. You can also activate the trial version to download it. The best way to test it is ...
Today, we had to migrate a virtialbox VM to VMware, and i had to deal with a lot of issues. Hence i thought about documenting it here since it may help someone. Convert QCOW2 to VMDK If you are migrating from a KVM, use the below additional steps to convert the Disk to vmdk and ...
Today I was thinking to automate the new addition of website check to our monitoring systems. Since we are using multiple providers for website monitoring, it is a headache to go to each portal and add the website to the portals. So, I have decided to add a Jenkins key where a single click will ...
Today I was thinking about passing the host IP on the ansible-playbook I’m going to run to automate something. As per the documentation, it says –i hostname in a comma separated input will work fine. I was trying to give the IP like ansible-playbook playbook.yml -i 1.1.1.1 in the playbook command line and it was not working, then I figured out that we need ...
I was configuring Zabbix for our cPanel servers. A few years back I had configured Zabbix with Manual mount points. But this time, I want to use the File System Discovery to make the setup easier for the team. The default configuration of Zabbix will detect all the virtfs mount point from the cPanel servers ...
Today I ran into an issue on my Ubuntu box. I had an NTFS partition mounted via /etc/fstab . I had booted my PC into Windows for some reason and booted back to the Ubuntu and the system got stuck in the maintenance mode. The solution to fix the boot issue was to comment the fstab ...
Ubuntu Made for Home, SMB and Development use. Ubuntu is derived from Debian, you can enjoy new version and features of software packages but a high chance for bugs and security issues. Security updates are not backported. Ie you have to jump to the latest version of the package to get the security fix. An ...