Questions tagged [rocky-linux]

Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®.

72 questions
0
votes
1 answer

Could not bind to address no listening sockets available

RockyLinux 9. On reboot Apache fails to start with the message Jul 21 10:53:13 cl httpd[877]: (99)Cannot assign requested address: AH00072: make_sock: could not bind to address 1.2.3.4:80 Jul 21 10:53:13 cl httpd[877]: no listening sockets…
Clodoaldo
  • 403
  • 2
  • 4
  • 9
0
votes
1 answer

Fresh install of Rocky 8, networking is not working correctly

I am "upgrading" a server from CentOS 7 to Rocky 8. This server is a 1U Supermicro SYS-1029U-TRT, works as part of an HPC, and has two Ethernet and one Infiniband networking interfaces. One of the Ethernet interfaces is for the HPC, the other is…
Chris Woelkers
  • 298
  • 2
  • 11
0
votes
0 answers

Removing CIS Level 2 RH profile from Rocky Linux 9

I have selected the Redhat CIS server level security profile while installation and now I am seeing lot of restriction. I like to remove this security profile from my Rocky Linux 9. I have tested the Openscap scan and its onlt 62% pass while having…
0
votes
1 answer

Installing redis 7.0 from remi-modular repo

This might be blatantly obvious, but I cannot install a package from the remi-modular repository, despite having added the repo file in the /etc/yum.repos.d/ and validating it. I have attempted clearing all the repo cache on the system and also ran…
Seymour B
  • 1
  • 1
0
votes
1 answer

Apache authentication via sql in fedora/rhel/almalinux/rocky linux

on fedora I installed apache and mysql, I created the user with certain privileges and I populated the database, but I can't connect apache with sql. Can anyone help me on how to do it? I've tried editing my httpd.conf file but nothing, I would…
Belbo
  • 1
0
votes
0 answers

How to remove msdos parition table label completely on Rocky Linux 8.7

How to remove msdos partitions on Rocky Linux 8.7, while the command fdisk -l provides no partition table label, the command partprobe shows msdos label, which I want to remove # fdisk -l /dev/nvme0n1 Disk /dev/nvme0n1: 477 GiB, 512110190592 bytes,…
0
votes
0 answers

How private networks enable external networks in multiple network interfaces

In a dual LAN environment on the Rocky Linux OS, we've made one private network from two multi-interfaces. I want to implement the private network so that it can be connected to the Internet network by taking a signal from eth1 to the gateway. how…
0
votes
0 answers

Issue with Rocky Linux System not showing deactivated ports

I am having issues with a Rocky Linux system that a colleague is using. They are currently connected via 1gig ports and they want to use the 10gig ports on the switch. However, when looking for the deactivated ports they do not show up at all. nmcli…
skyrin
  • 1
  • 1
0
votes
2 answers

SELinux support for OpenStack deployment on Rocky Linux 9

On the official article for installing openstack on RHEL/CentOS, it has mentioned at the end that one should also install openstack-selinux “to automatically manage security policies for OpenStack services”. Does the same package works for Rocky…
0
votes
0 answers

Gluster 11, cannot make replicate volume

I'm trying to single node volume, convert to replicate volume by adding one more brick to gluster volume. I'm using command: gluster volume add-brick replica 2 But every time I get Distributed-Replicate volume. Type: Distributed-Replicate Volume…
0
votes
1 answer

crontab job output not generating email

I have been running many cron jobs (on various operating systems, CentOS, for example) that normally run with no output. I usually keep an eye on my jobs by checking my email. I use the fact that any errors will generate output as a simple…
EK0
  • 235
  • 2
  • 8
0
votes
1 answer

Docker stuck in "rootless" mode on Rocky 9 (RHEL9)

I tried setting up podman in rootless mode on Rocky Linux 9, but after running into a number of issues I uninstalled everything and just went back to Docker. I'm using a number of hosts all provisioned the same way, as Jenkins build nodes. When I…
Argyle
  • 63
  • 10
0
votes
1 answer

NFSv4 and CentOS

I have a storage server, running Rocky 8, and multiple clients, using Rocky 8, CentOS 7, and Debian 10/11, that connect via NFS with different exports for different file systems. One of the file systems is ZFS the other is not. This works fine with…
Chris Woelkers
  • 298
  • 2
  • 11
0
votes
2 answers

Kubelet Error - the container runtime endpoint address was not specified or empty

I try to install Kubernetes Cluster v1.26 (3 nodes - Rocky 9) using kubeadm and I have a problem regarding kubelet. I have followed this tutorial in parallel with official kubernetes cluster installation. After kubelet installation, the status…
Lucian
  • 11
  • 1
  • 3
0
votes
2 answers

Limit CPU Usage per PHP Pool

I'm running a typical LEMP stack where I have multiple PHP-FPM pools, one for each site that's on a Rocky Linux 8 VPS. Occasionally, some rogue process on one of the sites will cause a huge CPU spike and slow everything else down. I've tried…
thekendog
  • 1
  • 1