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
2
votes
1 answer

Installing pdo_sqlsrv driver in PHP 7.4 using CentOS 8

I have successfully installed php 7.4 with Remi packages in my CentOS 8 VPS (Used this guide https://www.digitalocean.com/community/tutorials/how-to-run-multiple-php-versions-on-one-server-using-apache-and-php-fpm-on-centos-8) I have a VirtualHost…
Alessandro
  • 164
  • 1
  • 2
  • 11
2
votes
0 answers

Running ssh-keyscan inside `sudo` fails with `Already running in a session`

Why do I occasionally get this error when running ssh-keyscan inside of sudo: $ /usr/bin/sudo /usr/bin/bash -c '/usr/bin/ssh-keyscan 10.1.2.11 >> /root/.ssh/known_hosts' $ echo $? 1 $ /usr/bin/sudo /usr/bin/bash -c '/usr/bin/ssh-keyscan 10.1.2.11…
jersey bean
  • 3,321
  • 4
  • 28
  • 43
2
votes
1 answer

How to set chmod -R 777 . set groups users permission recursively in centos 8

I need to set out permission set to chmod -R 777 recursively for every user and group how would I can able to do it When applying chmod -R 777 ./ I am able to set the permission 777 for all folders and content but not other users are able to…
Tayyab Vohra
  • 1,512
  • 3
  • 22
  • 49
2
votes
1 answer

Squid proxy can't access a Cloudflare protected website

I have set up squid proxy on my CentOS8 and it's working just fine on all websites except on one website that has Cloudflare protection. I get this error This website is using a security service to protect itself from online attacks. Below is my…
shibuya_69
  • 21
  • 4
2
votes
1 answer

Docker - centos:7 kernel-header 3.10.0 vulnerabilities -> what to do?

My client uses a Docker images that has a base image of centos:7 from DockerHub. I noticed that Google Cloud Container registry flagged my latest built images with 17 vulnerabilities that all target the kernel-headers package from CentOs, version…
2
votes
1 answer

Kubernetes cluster master node shows - NotReady, coredns & weave shows pending

I have installed Kubernetes cluster on CentOS-8 But nodes status shows NotReady, Namespace status of coredns shows pending and Weave-net status shows CrashLoopBackOff. i have re-installed as well, but still result is same alsotaint commands not…
user4948798
  • 1,924
  • 4
  • 43
  • 89
2
votes
2 answers

Service mongod does not start on Centos8

I tried to install mongoDB on Centos8, but when I run the command systemctl status mongod.service I get this error: ● mongod.service - MongoDB Database Server Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset:…
Berzohr
  • 306
  • 3
  • 16
2
votes
3 answers

SQLAlchemy db.create_all() Error, not creating db

I am stuck at trying to create a db following a flask tutorial: https://www.youtube.com/watch?v=cYWiDiIUxQc&list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH&index=4 I've unsuccessfully search for the solution to this issue. Please help. When I try to run…
kbizzle
  • 21
  • 1
  • 2
2
votes
1 answer

.desktop files are not executable on centos8

I’ve created a .desktop files from a python script with centos 7 (I deploy remotely in ssh desktop files), this shortcut execute an other python script. The OS has been upgraded to centos 8. Unfortunately, my desktop entries didn’t work anymore for…
Nathan
  • 23
  • 5
2
votes
3 answers

Unable to use openldap olcTLS attributes

I've been working on trying to migrate an openldap instance from CentOS7 to CentOS8. RHEL deprecated the openldap packages in RHEL8, so I've been trying to migrate to the Symas…
M4v
  • 63
  • 6
2
votes
1 answer

systemd podman This usually indicates unclean termination of a previous run, or service implementation deficiencies

I am running container with systemd/pod, when I want to deploy new image tag. stopping service, updating the service file and starting. but container failed to start. systemd file. [Unit] Description=hello_api Podman…
sfgroups
  • 18,151
  • 28
  • 132
  • 204
2
votes
2 answers

Apache 2.4, .htaccess and php directive error

I have upgraded to Centos 8, and find myself having to cope with the changes in Apache 2.4. I’ve started to get it working, but I have a perplexing error with a simple setting in .htaccess: # .htaccess # PHP Time Zone php_value date.timezone…
Manngo
  • 14,066
  • 10
  • 88
  • 110
2
votes
1 answer

Problem installing PostgreSQL 12 on CentOS 8

Installing PostgreSQL 12: sudo dnf install @postgresql:12 Then, contrib package for additional features: sudo dnf install postgresql-contrib Afterwards, when I try to initialize the PostgreSQL database: sudo postgresql-setup initdb I'm getting:…
GooDeeJAY
  • 1,681
  • 2
  • 20
  • 27
2
votes
0 answers

Centos8, Phpmyadmin, gateway timeout, importing files

I have a new Centos 8 server on vultr with phpmyadmin: Server: Localhost via UNIX socket Tipo di server: MariaDB Connessione Server: SSL inattivo Versione del server: 10.3.17-MariaDB - MariaDB Server Versione protocollo: 10 Apache/2.4.37…
alebal
  • 5,838
  • 3
  • 10
  • 28
2
votes
1 answer

No logs are showing up in Linux CentOS 8 using .NET core 3 / 3.1

I'd love to give error messages but this is all I'm getting... Am I missing something? Did something extra change for Linux deployments in .NET core 3.1 vs 2.1/2.2? I tried getting logging out as soon as possible... Program.cs public class…
Rick Penabella
  • 339
  • 2
  • 10