Questions tagged [rhel9]
Red Hat Enterprise Linux distribution released by Red Hat in 2022 and supported through 2032
53 questions
Score of 0
1 answer
184 views
How to resolve libnsl glibc install issue on s390x architecture?
Was trying to install oracle instant client basic on RHEL9 s390x base docker image. But we ran into the following problem:
error: Could not depsolve transaction; 1 problem detected:
Problem: package ...
Score of 1
0 answers
348 views
Multiple Package Errors Trying to Update Oracle Linux 9 with Maria DB
We have a bunch of Oracle Linux 9 machines, many of which have MariaDB installed. It was originally installed via dnf (using ansible)
- name: Install mariadb (mysql)
dnf:
name:
- "...
Score of 0
0 answers
129 views
HAProxy Routing Phantom Connections To Redis Sentinel Nodes In Down State
Twice in the past couple of years I’ve encountered an unusual issue whereby after a failover in a Redis Sentinel cluster, HAProxy has seemed to continue to route phantom connections to a node that is ...
Score of 4
1 answer
248 views
VM running but SSH inaccessible after reboot [rhel-9machine]
After restarting a VM provisioned with a Custom RHEL 9 image on GCP, the instance status shows as 'Running' in the console, but I’m unable to SSH into it. What could be causing this and how can I ...
Score of 0
0 answers
154 views
Why are there still DHCP records for NetworkManager in the logs even though the NetworkManager service is disabled in Almalinux 9.6?
I disabled the NetworkManager.service and enabled traditional network-scripts on AlmaLinux 9.6. Why does NetworkManager still perform a DHCP request during system startup? This causes the eth0 network ...
Score of 0
0 answers
32 views
When will a bugfix in apache httpd be included in RHEL 9 [duplicate]
This bug, https://bz.apache.org/bugzilla/show_bug.cgi?id=69443 in httpd-2.4.62 has status RESOLVED FIXED.
Is there anywhere I can see if Redhat is planning to inlcude the fix in RHEL 9.
Score of 2
1 answer
442 views
rsyslog server GnuTLS error -54
Running rsyslog v8.2102.0-15.el8_10.1 on RHEL 8.10 (and 9.6). It logs these messages about clients sending syslog via TLS:
Jul 17 13:06:38 rsyslog-server rsyslogd[1782767]: unexpected GnuTLS error -54 ...
Score of 1
2 answers
484 views
Syntax error setting a custom variable in rsyslog configuration [Solved]
Running rsyslog version 8.2412.0-1.el9 on Red Hat Enterprise Linux 9.6.
I'm trying to set a custom variable that I can check later in the configuration with this statement:
if $syslogtag == "...
Score of 0
1 answer
117 views
Cannot serve files from /var/www/html when reverse proxy is on
I am new to all of this, so please be patient with me.
I have an application that runs on port 8080. I wanted to use a reverse proxy so someone can go directly to website.com instead of website.com:...
Score of 1
2 answers
540 views
Cannot Upgrade EL9 Server with OpenLDAP Isntalled or Install OpenLDAP
We use Oracle Linux 9 for our servers (so it's EL9 family - based on RHEL9). Some of the servers have openldap-servers installed. (We have the oracle-epel repo enabled, in addition to the standard ...
Score of 0
1 answer
550 views
How to Disable allow-host-ipv6 Firewalld Policy on RHEL9
Firstly, I'm not using IPv6 on my server, and IPv6 is being disabled.
However, if I run firewall-cmd --list-all-policies, I can see there's a default policy called allow-host-ipv6.
What does it ...
Score of 0
0 answers
399 views
Why does Kubernetes on rhel9 result in inconsistent FIPS policies in running container
A ubi9 container built with FIPS enabled and crypto policy FIPS:NO-ENFORCE-EMS (or anything at all) will fail both fips-mode-setup --check and update-crypto-policy --check.
FROM redhat/ubi9:9.5
RUN ...
Score of 0
1 answer
138 views
Looking a final answer abt setup of diff PHP error log files with PHP-FPM
Environment - RHEL 9.5, Apache 2.4.62 with server MPM = event, PHP 7.4.33 with PHP-FPM
Preambule - previously we could use such the settings in every .HTACCESS file to setup for every virtual host the ...
Score of 3
1 answer
498 views
Do EPEL PostGIS packages remain compatible with Red Hat-supported PostgreSQL for the full RHEL lifecycle?
Background
I'm planning to set up a PostgreSQL/PostGIS server on RHEL 9.4 as part of migration work from an older version of RHEL and am comparing upgrade paths from a stability perspective.
If I ...
Score of 0
1 answer
176 views
Shortcut to systemd Service File Not Loaded in RHEL9 due to order of operations
RHEL9 with a fstab mounted OPT directory ....
The IWS installed installs a shorcut in /etc/systemd/system pointed to the actual .service file in the /opt directory...
Issue is that systemd READS the /...