CentOS

Failed to create temporary file: /var/lib/mod_security/20xx

Today, the developer reported that the he is not able to upload some files. As we checked, we were getting the following error on mod_security log. It looks like apache is getting denied while writing in to /var/lib/mod_security/ location. As a quick fix, we have modified the mod_security.conf configuration file located at /etc/httpd/conf.d/mod_security.conf Once modified, …

Failed to create temporary file: /var/lib/mod_security/20xx Read More »

CentOS 6 – YumRepo Error: All mirror URLs are not using ftp, http[s] or file.

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: …

CentOS 6 – YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Read More »

phpmyadmin gives Function get_magic_quotes_gpc() is deprecated

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 …

phpmyadmin gives Function get_magic_quotes_gpc() is deprecated Read More »

How to exclude virtfs or any Mount Point from Zabbix Filesystem Discovery

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 …

How to exclude virtfs or any Mount Point from Zabbix Filesystem Discovery Read More »

How to Install RedMine on CentOS 7

Install Software Collections yum -y install yum-plugin-priorities Add [priority=1] to official repository sed -i -e “s/\]$/\]\npriority=1/g” /etc/yum.repos.d/CentOS-Base.repo yum -y install epel-release Add [priority=5] to the EPEL repo sed -i -e “s/\]$/\]\npriority=5/g” /etc/yum.repos.d/epel.repo Add CentOS SCLo Software collections Repository. [root@aws ~]# yum -y install centos-release-scl-rh centos-release-scl Add [priority=10] to the SCL repository [root@aws ~]# sed -i …

How to Install RedMine on CentOS 7 Read More »

CentOS RHEL – reboot after kernel update or if reboot needed

Yum-Cron Yum-cron is used to update the server automatically. This service will update the server with all the packages or only the security patches as configured on /etc/yum/yum-cron.conf But, the yum-cron lack in reboot feature. If any packages, say kernel, glibc or gcc require a reboot of the server then we have to do the reboot manually. …

CentOS RHEL – reboot after kernel update or if reboot needed Read More »

IPA wait_for_open_ports: localhost [8080, 8443] timeout 300

Issue: IPA wait_for_open_ports: localhost [8080, 8443] timeout 300 Today we were updating the server with yum update on our IPA server. The yum update finished successfully, but the IPA was not starting after the upgrade. the ipactl restart was also throwing an error. The web interface came up after the server restart but it was …

IPA wait_for_open_ports: localhost [8080, 8443] timeout 300 Read More »

Jenkins not starting on CentOS 7 / RHEL 7

Today i was installing Jenkins on a CentOS7 systems. After installing it via Jenkins yum repository, the service was not stating. The java was already installed on the server. Issue You have installed jenkins on a CentOS7 / RHEL7 system. jenkins is not starting via systemctl start jenkins command, and it is throwing journalctl -xn error. Caused …

Jenkins not starting on CentOS 7 / RHEL 7 Read More »

Scroll to Top