Questions tagged [rhel8]

219 questions
1
vote
1 answer

How do I install `python39-rpm-macros` for Fedora 35?

How do I select the Python version when building a RPM from a .spec file on Fedora 35? The CentOS/RHEL documentation says Configure the particular Python 3 version in the BuildRequires of the SPEC file to python36-rpm-macros, python38-rpm-macros,…
user7610
  • 25,267
  • 15
  • 124
  • 150
1
vote
0 answers

RHEL8 Parted command mkpart error invalid number

Trying to create a swap partion using the following query parted -s /dev/nvme0n2 mkpart extended linux-swap 1000MB 2000MB [root@rhel8vmware ~]# parted -s /dev/nvme0n2 print free Model: NVMe Device (nvme) Disk /dev/nvme0n2: 5369MB Sector size…
Anand
  • 21
  • 4
1
vote
1 answer

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project ambari-server: Compilation failure

Trying to install Apache-Ambari on linux RHEL8 by running the following command: mvn -B clean install rpm:rpm -DnewVersion=2.7.6.0.0 -DbuildNumber=388e072381e71c7755673b7743531c03a4d61be8 -DskipTests -Dpython.ver="python >= 2.7" …
LMK
  • 11
  • 1
1
vote
0 answers

How to restrict authentication to members of a specific group in Apache with mod_authnz_ldap?

I have implemented LDAP Authentication in Apache 2.4 (RHEL 8.5) with Active Directory Backend. The setup works perfectly with a basic "Require valid-user" directive. Now I need to restrict authentication to a specific group of Active Directory users…
donmelchior
  • 893
  • 3
  • 13
  • 31
1
vote
0 answers

Use Satellite repositories during podman build on RHEL8

I need to be able to use my company's satellite repository while building podman image on top of Red Hat 8 UBI image. I was able to achieve that by copying from host machine those files: /etc/yum.repos.d ,/etc/rhsm and/etc/pki to image during build,…
Demba
  • 11
  • 1
1
vote
0 answers

getaddrinfo behaving differently for RHEL 8 and RHEL 7

After going through many articles and not finding anything useful I am writing here. I am getting an incorrect behavior for getaddrinfo function on two different RHEL variants. This is specifically for Ipv6 related functionality. By default on both…
1
vote
1 answer

Reinstalling OS on a VM

I don't know what is going on and I need help here please: I have SUSE 15 on my VM and I want to change it to RHEL 8, after following thru with normal configuration (changing the ISO to Redhat8 - Changing the VM Option settings > General Options >…
john
  • 13
  • 2
1
vote
2 answers

'java.io.IOException: parseAlgParameters failed: PBE AlgorithmParameters not available' on RHEL 8.3 with FIPS mode enabled

Recently, I discovered that on one of the servers, Java 11 has been updated: From: java-11-openjdk-headless-1:11.0.13.0.8-1.el8_4.x86_64 To: java-11-openjdk-headless-1:11.0.14.0.9-2.el8_5.x86_64 So from 11.0.13.0.8-1 to 11.0.14.0.9-2. Host is…
gczarnocki
  • 173
  • 1
  • 16
1
vote
0 answers

Why everytime I need to restart chrony service in server machine to sync time to client machine?

Let say I need to sync time between 10.201.x.x' (NTP server) and 10.203.y.y' (NTP client). Everytime, I need to restart service on server machine to sync correct time. 2022-01-19T15:01:51Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC…
1
vote
1 answer

Custom MariaDB Docker Image Based on RockyLinux

I'm trying to build a custom MariaDB docker image based on the newly released Rocky Linux for testing purposes. However it seems that running the service, preparing initial database schema like setting up the root password, importing data, etc. is…
1
vote
1 answer

Weird message when interacting with Azure via Powershell using username and password

Whenever I interact with Azure via PowerShell 7 using username and password, I get a weird message that Im not sure what it means. Ive googled it and havent really found anything about it. Also, im running powershell on RHEL 8. Interestingly, the…
druffin
  • 163
  • 2
  • 15
1
vote
1 answer

Systemd Script for creating Apache Tomcat Service in RHEL 8

Starting with version 8.0, Red Hat Enterprise Linux (RHEL) no longer provides any version of the Apache Tomcat JAVA webserver/servlet as part of the RHEL distribution.[1] Therefore, we have to install Tomcat via WAR file in the RHEL systems. The…
Avik
  • 371
  • 4
  • 15
1
vote
1 answer

RHEL8: FIPS Object Module (fipscanister) existing?

I am confused by RHEL8. It reports: # openssl OpenSSL> version OpenSSL 1.1.1g FIPS 21 Apr 2020 OpenSSL> exit # find / -name fipscanister*.* My system reports to be running a FIPS compliant OpenSSL, but I do not find a FIPS canister on the system…
René Heuven
  • 197
  • 16
1
vote
1 answer

Service starting gunicorn failing with "Start request repeated too quickly"

Trying to start a service to run gunicorn as backend server for Flask, not working. Running nginx as frontend server for React, working. Server: Virtualization: vmware Operating System: Red Hat Enterprise Linux 8.4 (Ootpa) CPE OS Name:…
Erik
  • 11
  • 3
1
vote
0 answers

Unsupported ELF file type 2 when linking in a seperate shared object lib with delphi in linux 64bit

In the following, Delphi XE 10.4.2 with the latest patches (as of 9th June 2021) and RHEL 8 with all updates have been used. Delphi 10.4.2 doesn't seem to be able to link against .o files so I create a shared lib with the following from the .o…
Andrew
  • 113
  • 2
  • 8