Questions tagged [rhel8]

Enterprise Linux distribution released by Red Hat in 2019 and supported through 2029

110 questions
0
votes
2 answers

RHEL 8 Qt 4.8 packages

I need Qt4 packages for RHEL 8. "yum search qt" on RHEL 8.0 reveals only Qt5 packages. Are there any Qt4.8 (or later) packages for RHEL 8?
Paul
  • 295
  • 4
  • 10
0
votes
1 answer

Yet another PDO could not find driver issue

I've been working for the last two nights to set up my own LEMP server on Amazon ec2. I'm not a server expert so it's been slow going, and the latest error "could not find driver" is given when attempting to create the new PDO object. I've read what…
Mike Willis
  • 193
  • 1
  • 14
0
votes
1 answer

Should I install RHEL8 or RHEL7?

I've installed RHEL8 and I'm having some problems with it. There is no Epel-release for RHEL8 and when you install EPEL-7, your package manager becomes broken. I was wondering if RHEL7 is still alive? Is RHEL7 still alive? if so, should I install…
Cracker
  • 13
  • 3
0
votes
0 answers

Unable to run MongoDB as a Service in RHEL 8

systemctl start mongod Doesn't appear to do anything. systemctl status mongod shows no changes. journal -xeu mongod.service is empty. mongod -f /etc/mongodb.conf starts MongoDB successfully. systemd service file. …
Raystorm
  • 161
  • 1
  • 1
  • 5
0
votes
3 answers

Installing MongoDB on RHEL 8 | AWS EC2 — Failed to synchronize cache

I am attempting to install MongoDB on my RedHat 8 | AWS EC2 instance ... /etc/yum.repos.d/mongodb-org-4.0.repo [mongodb-org-4.0] name=MongoDB…
ma77c
  • 115
  • 5
0
votes
0 answers

PIP3 Install Failing on RHEL 8 with SSL BAD AUTHENTICATION TYPE

I am trying to install packages with PIP on a newly created RHEL 8 server, with FIPS enabled and running openssl 1.1.1k, and am getting an error about a bad dh value. pip3 install --trusted-host pypi.python.org --trusted-host pypi.org --trusted-host…
awestover89
  • 111
  • 1
0
votes
2 answers

RHEL leapp upgrade fails on reboot

I am trying to upgrade several physical servers from RHEL 7.9 to RHEL 8.6 offline. So far the process was successful on 1 server. On the server that I have the issue everything works fine and when I reboot the server it goes to emergency mode.…
0
votes
0 answers

Configure two node pacemaker cluster

I'm trying to configure a two node pacemaker cluster, such that services in 2 resource groups, should only be assigned on the same host if either of the nodes is down. Can this be achieved with a 2 node cluster, or should in this case be…
0
votes
0 answers

How to send traffic of few domains to specific relay servers and rest all to the randomizer in postfix

I am running the postfix that comes with RHEL 8.5. I got a requirement that the mails to few domains are to be sent to a specific relay server and few domains are to be sent to the randomizer which is running at socket 127.0.0.1:23000 through…
0
votes
1 answer

Build OpenSSL 1.1.1q with FIPS in RHEL 8

Is it possible to build OpenSSL 1.1.1q with Fips support in RHEL 8? In RHEL 8.6, the supported version is OpenSSL 1.1.1k FIPS. But I want to upgrade this OpenSSL to the latest. Thank you in advance.
0
votes
0 answers

RHEL 9 in Docker container on macOS: subscription-manager is disabled when running inside a container

I'm attempting to use RHEL 9 via the redhat/ubi9 Docker image, having redhat individual developer subscription. However, on attempt to use subscription-manager, got this error message: subscription-manager is disabled when running inside a…
0
votes
0 answers

How is setting the system-wide cryptographic policy for Java supposed to work?

When migrating a proprietary Java (and Jetty) based application from RHEL7 to RHEL8 I learned something new: At least with OpenJDK 11 the JVM still defaults to a 1024 bit Diffie-Hellman group unless one specifies the system property…
mss
  • 435
  • 1
  • 6
  • 16
0
votes
1 answer

Systemctl cannot access additional config files for httpd

I have a freshly set up RHEL 8.6 with httpd installed (yum install httpd). In /etc/httpd/conf/httpd.conf additional configs are included on a mounted NFS share: IncludeOptional /cat/soft/apache/test_80.conf IncludeOptional…
0
votes
1 answer

Display custom message with getty@.service disabled

I have a CentOS 8 server running in a vm. I access this server only via ssh. Therefore I dont need the login prompt once server finishes booting up. Therefore I went ahead disabling getty@.service. Now server boots fine. I can ssh to the…
BTR Naidu
  • 627
  • 1
  • 6
  • 13
0
votes
0 answers

How to alter firewall (iptables) log rules such that they stop flooding the primary console on AlmaLinux 8?

I have a constant deluge of firewall blocks showing up on my console in AlmaLinux 8: How do you modify iptables rules / settings so as to disable these from showing up on the primary console and to only render in log files?
ylluminate
  • 1,001
  • 2
  • 15
  • 29