Questions tagged [rocky-linux]
Rocky Linux is a redhatoid (DNF, rpm) linux distribution that arose from the demise of CentOS, which is binary-compatible with RHEL
42 questions
0 votes
0 answers
43 views
why do my ssh connections keep timing out with `mux_client_request_session`?
I’ve been running into a frustrating issue with SSH connections lately and could use some advice or insight. When I SSH into a few of our servers, the connection drops with an error like: ...
3 votes
2 answers
600 views
"Permission denied" error while trying to create and run a systemd service
I have been able to create and run (as root) a systemd service that runs a "Hello World" script logged in as root. The script is just a shebang and an echo command. This is /etc/systemd/...
0 votes
1 answer
207 views
How to install "Server with GUI" on Rocky Linux 9.6 without reinstalling?
I just installed Rocky Linux 9.6 on a Dell R740xd. During the installation, I don't remember seeing an option to add the Server with GUI Environment Group. Now the system has booted, i'd like to ...
2 votes
1 answer
195 views
How to achieve (without alias) that the output of the ip command is colored by default
When using Rocky Linux 9, I was surprised that the output of the ip command (e. g. ip a) was colored, even though I did not call it with the --color=auto option. Furthermore, no alias (such as alias ...
0 votes
1 answer
84 views
RockyLinux 10: why epel don't provide nagios which is available?
Is nagios for rockyLinux available? Yes https://dl.fedoraproject.org/pub/epel/10/Everything/x86_64/Packages/n/ https://dl.fedoraproject.org/pub/epel/10/Everything/x86_64/Packages/n/nagios-4.5.9-1....
1 vote
1 answer
66 views
podman ps takes a long time (5+ minutes) to detect a killed container & its 'conmon' OCI runtime wrapper, can it be tweaked to be more responsive?
I am running podman version 5.4.0 on Rocky Linux 9.6. I notice that when a container is killed along with its 'conmon' OCI runtime wrapper, say by issuing a kill -9, the podman ps command does not ...
0 votes
0 answers
74 views
Rocky Linux 9 under WSL 2 cannot see Nvidia GPU
I am using a Dell Precision 3561, which has an Nvidia T1200 GPU. I would like to be able to use my GPU for hardware-accelerated graphics under WSL 2, with Rocky 9 as the OS. From what I understand ...
2 votes
1 answer
61 views
VM with Rocky Linux OS going down after every two weeks
We were running a set of Java processes on an RHEL box. There was one or two particular services that used to go down due to OOM killer after every 2-3 weeks. We used to get alerts, and it was ...
0 votes
0 answers
87 views
XRDP RDP vs Remmina issues
Hello I use XRDP for multiuser and I have performance issue and connec issue. First, is about channel drdynvc if its set to TRUE I cannot connect from windows RDP client and can connect without issues ...
0 votes
0 answers
118 views
Rocky Linux LACP dropping packets, but individual interfaces work fine
I have a Rocky Linux setup going to a Dell 5248 running OS10. LAGs switch to switch work just fine. If I do individual interfaces from Rocky up to the switch, I can ping the switch's VLAN interface no ...
0 votes
0 answers
187 views
unable to login to samba share
I want to share my data on my Rocky 9 server to family members using windows PCs. I setup and config samba. Seems something is missing. Users are not able to login. They are trying their unix ...
2 votes
2 answers
135 views
Run NFSv4 w/RDMA on Rocky v9.5
I'm trying out RDMA on NFS and noticed that it does not seem to work with NFSv4: [grant@host ~]$ sudo mount -t nfs -o rdma,proto=rdma,vers=4 10.99.99.98:/ifs/rdma-test /mnt/powerscale_rdma mount.nfs: ...
0 votes
1 answer
131 views
microk8s on rocky linux 9 problem
I installed microk8s on rocky linux version 9.5. To do that I did the following. # installing snapd sudo dnf install epel-release -y sudo dnf install snapd -y sudo systemctl enable --now snapd.socket ...
1 vote
1 answer
357 views
Having compatibility issues with OpenSSL on Rocky 9.5
Context I am trying to build a small demo application that passes data between RTI DDS Connext topics and Kafka topics. This involves running RTI's Routing Service utility, which in turn runs a [kafka ...
0 votes
1 answer
222 views
Can't create SSL certificate with OpenSSL: config file object error
I'm trying to create an SSL certificate using the following command on Rocky Linux: sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/pki/tls/private/shaserver.bungkus.org.key -out ...