Migrate to CentOS Stream 9
As we know CentOS 7 will be EOL in June the 24th. I currently have 7.9 core installed in my network, however because of the EOL and other security risks I was wondering what my best option would be. Therefore…
As we know CentOS 7 will be EOL in June the 24th. I currently have 7.9 core installed in my network, however because of the EOL and other security risks I was wondering what my best option would be. Therefore…
I want to run the below via Crontab job and not working but when put them in sh file and run the sh manually it works fine. Sh file path: /opt/etc/rt4/test.sh and the content as below: wsgetmail --config=account01.json wsgetmail --config=account02.json…
I have python2.7 and python3.8 installed on Centos 6.10. Current Rpm version is 4.8.0. Python2.7 is managed to import the rpm module but not Python3.8. These are the files in python2.7/site-packages/rpm directory __init__.py __init__.pyo __init__.pyc _rpmmodule.so _rpmbmodule.so transaction.py transaction.pyc transaction.pyo…
When using VirtualBox with a Centos6 image I cannot do yum udpate anymore, I have checked on the internet and it looks that Centos6 is deprecated. [root@centos69 ~]# yum makecache Failed to set locale, defaulting to C Loaded plugins: fastestmirror,…
I am running a Centos 6 server. After some non-successful attempts to install php 7.2 I have dependencies problems (trying yum update php): So what is the best and safest way to reinstall php? --> Running transaction check ---> Package…
I have a server that run Centos 6. Recently I upgrade the php to 7.2 using remi repo and apache 2.4 using the sclo(httpd24). [user@server1 ~]$ httpd -v Server version: Apache/2.4.34 (Red Hat) Server built: May 28 2020 08:47:33 [user@server1…
I have a Centos 6.10 server running Webmin/Virtualmin in a dedicated box. I have a few subdomains running under a main parent domain. These sub domains - sub servers as they are called under Virtualmin serve the main page. I…
Previously I had been installing puppet on my centos 6.5 instances with the following code # Install & configure puppet rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm yum -y install puppet I am now getting the following error: Retrieving http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm curl: (22) The requested…
On a CentOS 6 running apache 2.4 and DirectAdmin, I have a wordpress website. Beside the wordpress standard architecture, I want to have some semi-static pages which are located in a sub-directory. Filesystem is as: /home/user/public_html/sub/static1.php Desired URL is as:…
Edited: This is not a duplicate - other questions suggested are not the same situation. In this case, MOST html files with PHP work, there's just one file that does not work. Also, all of the answers suggested for the…