Questions tagged [centos8]

CentOS 8 was a community developed and supported distribution of Linux based on Red Hat Enterprise Linux. It was released on September 24, 2019 and reached End Of Life on December 31, 2021.

CentOS 8 was a community developed and supported distribution of Linux based on Red Hat Enterprise Linux. It was released on September 24, 2019 and reached End Of Life on December 31, 2021.

280 questions
0
votes
0 answers

Can't connect via FTP or SFTP to CentOS 8 server running vsftpd

I followed the guide to installing vsftp here https://www.tecmint.com/install-ftp-server-in-rhel-8/ The daemon is running: # systemctl status vsftpd ● vsftpd.service - Vsftpd ftp daemon Loaded: loaded (/usr/lib/systemd/system/vsftpd.service;…
Nick Weavers
  • 501
  • 4
  • 8
0
votes
1 answer

Virsh command not working to install Centos 8 virtual-machine on Ubuntu 18.04 via qemu/kvm

I am trying to install centos 8 on ubuntu 18.04 as a virtual machine. I have a wireless connection. When I run the following command: chh2@chh2-cpu:~$ sudo virt-install --name=chris_centos --ram=2048 --vcpus=2 …
0
votes
1 answer

Can a CentOS 8 chrony client synchronize with a CentOS 7 ntp server?

Can a CentOS 8 chrony client synchronize with a CentOS 7 ntp server? By ntp server, I mean it was configured through yum installing the ntp package and not the chrony package.
Levi Uzodike
  • 125
  • 6
0
votes
1 answer

AD user can't login to Centos 8

I have a new Centos 8 box. I also have Windows 2016-based domain controller that serves all my windows servers and workstations (about 10 altogether). I successfully joined AD - or at least it looks like it was successful. Cockpit shows correct…
Felix
  • 543
  • 5
  • 10
  • 23
0
votes
1 answer

VPS server all domains showing This site can’t be reached error

Hello all hoping someone may be able to help. I have a VPS server running apache with linux centos 8. I have a few domains running on PHP 8 and one wordpress and node API application. Everything was working fine until this morning I tried accessing…
Yeak
  • 103
  • 3
0
votes
1 answer

Memcached can not listen on a port different from 11211 in Alma Linux 8.8

I installed successfully Memcached in Alma Linux 8.8 (a Red Hat 8.8 clone) but, when I changed the port number from 11211 to 11212 in the config file at /etc/sysconfig/memcached and restarted the service, I got the following message: failed to…
0
votes
0 answers

Centos show me "Cannot find a valid baseurl for repo: base/7/x86_64"

Hi, i have a issue, when i type in Centos 7 "yum update" show me next error Loading mirror speeds from cached hostfile One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the…
CristianDAG
  • 103
  • 2
0
votes
0 answers

Apache Centos mutiple instances and virtual hosts

I installed apache on centos and added two virtual hosts (server1.com and server2.com ): server1.conf Listen 443 https DocumentRoot /opt/server1/ ServerName server1.com ServerAlias server1.com
0
votes
1 answer

Apache running but saying it's failed [CentOS 8 Stream]

On a clean install of CentOS 8 Stream I run the following commands yum install httpd -y yum install mod_ssl -y httpd -k start systemctl enable httpd At this point Apache is running and pages are being served, but if I execute systemctl status…
Adrien Hingert
  • 309
  • 2
  • 3
  • 9
0
votes
1 answer

K8S cluster pod can't solve service name if pod on different node from coredns pod

I created a k8s Cluster v1.26.0 with kubeadm and I am using Calico as CNI. I deploy calico with the helm chart and I followed the steps by the Calico official page and chart. The container engine is containerd. The nodes Node are Centos 8 and we…
0
votes
1 answer

How to extend root volume / with an extra storage disk

I am trying to add a 2nd disk to a CentOS 8 instance and I want to extend the entire storage utilizing all the available extra space; 1st storage: 40 GB 2nd storage: 100 GB (added later) The problem is I can't seem to find the expected…
Broken Arrow
  • 113
  • 4
0
votes
0 answers

High RAM usage when providing large file on apache

I'm using Apache 2.4 on AlmaLinux 8. When I publicate a hundreds GB file and if someone starts downloading it, Apache RAM usage (especially VIRT) becomes bigger and bigger, starts swapping and ultimately, boom. Why this happens, and is there any way…
NON
  • 13
  • 2
0
votes
0 answers

Server Send Code 521 While SSH running well

I would like to ask a question regarding my server problem. I have no idea why it sent 521 code while resources is still fine. I think there is misconfiguration. I am using default of Webuzo panel. Nothing changed. I think the problem leads from…
0
votes
1 answer

Docker : Failed to download metadata for repo 'appstream'

I am using Docker. I am newbie in this tech, so please let me know if require any other info Want to install a remote host, docker-compose.yml version: '3.8' services: jenkins: container_name: jenkins image: jenkins/jenkins ports: …
sparsh610
  • 101
  • 1
0
votes
0 answers

prevent displaying of network interface altname on centos 8

When using custom network interface name in Centos 8 an output of ip a command starts to show "interface altname". # ip a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00…