Questions tagged [centos8]

Centos8 is a linux platform released on June 2019. It has many features like native support for java 8 and 11, Python 3, new composer tool, new stratis storage management tool, session recording, system wide cryptographic policies, enhanced security etc....

475 questions
0
votes
1 answer

Cannot install Icinga Web 2 on CentOS 8

I have installed Icinga2 on my server, which is running CentOS 8. However, I run into problems when I try and install Icinga Web 2. When I try and run the command yum -y install icingaweb2 icingacli, CentOS cannot find the packages. The following…
Michael
  • 139
  • 1
  • 13
0
votes
0 answers

Getting an error when installing MariaDB on Centos 8

sudo yum install MariaDB-server MariaDB-client See the image below: Same for MySQL: sudo yum install mysql View image here:
ROny
  • 1
  • 3
0
votes
0 answers

PHP Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL. Working on CentOS 7 but not CentOS 8

I'm fairly new to php and am struggling a but. I am trying to do a SOAP call and the php file works on a CentOS 7 installation but on CentOS 8, the same php file returns and error. I don't know what I'm missing but I have tried using the IP address…
Alex
  • 1
0
votes
1 answer

How can I solve this Mysql2 gem error in CentOS 8?

I need to setup ruby on rails with MySQL I already have installed MYSQL when I do Bundle install it shows following error. Fetching mysql2 0.3.21 Installing mysql2 0.3.21 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native…
Ronak Bhatt
  • 113
  • 1
  • 2
  • 14
0
votes
1 answer

Chained docker image start httpd and php

I've got 2 Docker containers: httpd-container and php-container. httpd-container dockerfile: FROM centos:latest RUN yum -y install httpd RUN sed -i 's/AllowOverride None/AllowOverride all/g' /etc/httpd/conf/httpd.conf CMD ["/usr/sbin/httpd",…
0
votes
0 answers

Unable to install Review board on CentOS

I created CentOS virtual OS in Hyper-V Manager on Windows 10 and set up appropriate proxy. Then I followed guide here https://hostpresto.com/community/tutorials/how-to-install-review-board-on-centos-7-2/ and all is fine until I get to "sudo yum…
user3007875
  • 123
  • 7
0
votes
1 answer

Ansible-Playbook for the Install of mod_ssl, python-passlib and firewalld (and keep them always latest)

I manage 2 Clients (centos8) with Ansible, and i want to install mod-ssl on the webserver, python-passlib on all hosts and firewalld on all hosts. The Playbook should check every time it runs, wheter the 3 packages are the latest available. I´ve…
mikemo089
  • 3
  • 3
0
votes
1 answer

User can create file or folder but restricted to delete in centos-8

In Samba share directory and file will be create by username and group name that's why I have to use sticky permission: Chmod 1770 /testfolder In this permission user can create file and folder. Anyone can help me how can i restricted to delete…
Mostafa
  • 9
  • 4
0
votes
2 answers

Why won't Codeiginiter load without www in the URL?

I migrated a site built in codeigniter today that was previously working and now that it is on its new server, the site has issues. Specifically, the main page loads with AND without www at the front of the URL. When clicking to other pages, if…
0
votes
1 answer

Cannot setup VestaCP in fresh CentOS8. Failed to synchronize cache for repo 'vesta'

I am trying to install vestacp on CentOS 8 fresh install. Like I said, it's fresh install with only a yum update. I am trying to setup VestaCP on it, but the install always failes on the following error. Installation will take about 15…
Ariel
  • 2,471
  • 1
  • 26
  • 43
-1
votes
0 answers

cannot access openai from centos8 vm

Issue I'm running centos8 redhat in a virtual box and had my OpenVPN running correctly. The question is all the pages related with openAI, curl gets nothing and I got the error: curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to…
stevewu
  • 37
  • 4
-1
votes
1 answer

How would I locate all text files on my server that have the current IP address?

This is what I have tried so far. ls /bin/ /usr/bin | sort | uniq | grep ip
nubie2022
  • 1
  • 1
-1
votes
2 answers

Install Ansible on CentOS 8 if you get ansible-core >= 2.12.2 with ansible-core < 2.13

In order to install Ansible on Centos 8; epel-release package needs to be installed. Due to Centos8 end of life, no new packages and security updates are not maintained and all repos has moved under vault.centos.org thus CentOS-* repos need to…
Kenot Solutions
  • 377
  • 1
  • 4
  • 11
-1
votes
1 answer

allow users from a particular group to run "dnf"command in centos

How to allow all users under a particular group can only run the "dnf" command with "sudo" and without entering any password?
-1
votes
2 answers

CVS to GIT in Centos8

cvsimport is missing in Centos8. Unable to install. Now I tried to use fast-import. Most of the repos it is okay but it fails with some repo which has binary files. I think there is a bug in cvs-fast-export $ cat ../repoexport.fi|git fast-import…
Ramanan T
  • 179
  • 1
  • 10