Questions tagged [rhel]
Red Hat Enterprise Linux (RHEL) is a commercially supported Linux distribution.
4,199 questions
4
votes
1
answer
275
views
How to log event on a directory (deletion)
I have a folder on my RHEL 9 server that gets deleted every few days, but I don’t know which process or user is responsible.
I’d like to log all events related to this folder, particularly deletions.
...
3
votes
1
answer
62
views
Help finding/disabling OpenSSL cipher suites
I have a RHEL 9 server and our vulnerability scanner found the following two cipher suites on the server which we need to disable.
TLS 1.2 ciphers:
TLS_RSA_WITH_AES_256_CCM
...
0
votes
1
answer
37
views
systemd target with services, services ignoring EnvironmentFile directive
I have the following systemd .target:
[Unit]
Description=My Target
After=network-online.target
Wants=one-service@%i.service
Wants=two-service@%i.service
BindsTo=one-service@%i.service
BindsTo=two-...
0
votes
1
answer
25
views
How to solve "Failed to acquire watch file descriptor: Permission denied when starting openldap daemon"
Background info:
Redhat 9.5, openldap-servers.x86_64 2.6.6-3.el9
sudo systemctl status slapd output:
× slapd.service - OpenLDAP Server Daemon
Loaded: loaded (/usr/lib/systemd/system/slapd....
0
votes
0
answers
31
views
RHEL 9 VM Exported from Internal Network Cannot Verify SSL Certificates for Updates
RHEL 9 VM Exported from Internal Network Cannot Verify SSL Certificates for Updates
I'm running into a major issue with a Red Hat Enterprise Linux 9 VM that was originally exported from my company's ...
1
vote
0
answers
37
views
unable to access internet from exported vm machine either on nat or bridged
Problem:
I’m unable to access the internet in my Red Hat 9.5 Enterprise VM, despite the VM having an IP address and being configured in VMware Workstation with NAT mode. The VM's network interface is ...
0
votes
1
answer
49
views
how to troubleshoot and get audio (sound) working in linux
This is my motherboard: https://www.asrock.com/mb/Intel/Z170A-X13.1/
has Realtek ALC892 motherboard audio, single 3.5mm green plug to two speakers.
when i install cleanly from rhel-8.10-x86_64-dvd....
0
votes
0
answers
24
views
SELinux Blocking Actions in AuditD Plugin – How to Resolve Without Switching to Permissive Mode?
Problem:
I'm facing an issue where SELinux is blocking certain actions of my application, which runs as a plugin for auditd. I've been trying to generate the necessary SELinux policy using audit2allow,...
0
votes
1
answer
38
views
Issue Starting Java Application on RHEL Server
I’m experiencing an issue when trying to start a Java application on a RHEL server. I’m confident that the application itself is configured correctly, as it runs without any problems on other servers.
...
-1
votes
1
answer
58
views
Added quotes on the name of the new created directory [duplicate]
I have the following situation: I'm creating a directory with an & at the end, something like this: inventory&
But, when I run the command mkdir "inventory&" the linux system ...
0
votes
0
answers
46
views
Blender 4.4.0 Fails to Start on RHEL9 Due to Wayland/X11 and XDG_RUNTIME_DIR Issues
I downloaded the latest Blender 4.4.0 binary, but it frequently fails to start on RHEL9 with the following error. How can I resolve this issue? The issue happens in an X11 session that is started from ...
0
votes
1
answer
38
views
How to install DNF packages using Yum when Python packages are in a different location
We have a RHEL 8.10 server, and the default location for Python packages is under /usr/lib/python3.6/site-packages/. This includes, of course, the DNF packages located at /usr/lib/python3.6/site-...
1
vote
0
answers
86
views
How do I get rootless podman to work with nvidia gpu after reboot?
I have a RHEL9 system with a NVIDIA L40S and Driver Version: 570.124.06 CUDA Version: 12.8.
Installed as described here by (basically) running:
# dnf config-manager --add-repo http://developer....
0
votes
0
answers
21
views
After put rd.break at end of the line system enter into maintenance mode asking for root password [duplicate]
Two days before on 18th March 2025 I had a certification exam to RHEL9 (RHCSA 9 - EX200V9K)and I had to recover the root password.
I did this procedure hundred times succesfully with the same version ...
0
votes
1
answer
16
views
accessing internet through another linux system, configuration in RHEL 8?
I have a linux computer A running RHEL-8.10 that has internet access, on it's eth3 port; it has a quad port nic whose ports shows up as eth<0,1,2, and 3>.
If I use a second RHEL-8.10 computer B, ...