Questions tagged [rhel8]
219 questions
1
vote
0 answers
How do I update PIP repository in order to make new versions of python packages visible?
I'm setting up a RHEL8 (8.7) based Docker container, with Python 3.8.13 installed (installed python3-pip, python3.6, python 3.8 and 3.9 too). I have tried to install some Python libraries using requirements.txt:
RUN pip3 install -r…

Nysa-522
- 49
- 3
1
vote
1 answer
Red Hat Enterprise Linux 8.5 -> check-update -> Cannot download repodata/repomd.xml: All mirrors were tried
I want to update GCP Instance where Red Hat Enterprise Linux 8.5 is installed. When I try 'sudo dnf check-update' I get an error:
Error: Failed to download metadata for repo 'rhui-codeready-builder-for-rhel-8-x86_64-rhui-debug-rpms':…

Michael
- 23
- 4
1
vote
0 answers
Problems with GStreamer compiled from sources in RHEL8 + GCC12
I'm getting strange results with GStreamer 1.20.3 compiled from sources.
Target platform is RHEL8 with GCC12 (official Docker image was used as the base one).
Python 3.8, Meson and Ninja were installed so compilation/linking passes without any…

IronHawk
- 365
- 3
- 7
1
vote
2 answers
Leapp upgrade fails during ELevate-Upgrade-Initramfs
I am trying to upgrade several physical servers from RHEL 7.9 to linux rocky 8.6.
So far the process was successful on 3-4 servers.
On the server that I have the issue everything works fine and when I reboot the server then I choose to boot with…

Raphyyy
- 29
- 4
1
vote
1 answer
Packer - RHEL8 - VMWare-ISO - OpenScap --- SSH connect fails due to password reset required
I'm trying to create a RHEL8 Template with OpenScap Security Profile enabled.
Unfortunately it fails due to a required password reset after activating the security profile.
I've tried to login via ssh certificate, but still get the same issue,…

zwerg82
- 23
- 4
1
vote
1 answer
Compiled C Program Wont Run Under My uid But Will Run As Root
System: RHEL8 4.18.0-372.19.1.el8_6.x86_64
Selinux: Enabled
FIPS: Enabled
Program:
#include
int main( void )
{
fprintf( stdout, "Running test Program...\r\n" );
}
Compile:
gcc test.c -o test
Run Program:
./test
-bash: ./test:…

krbo3
- 11
- 2
1
vote
1 answer
R Leaflet package installation exits with non-zero exit status due to Error in parse(outFile)
I am attempting to install leaflet in R version 4.0.5 on RHEL 8 via a Putty shell.
In R I am using
install.packages("leaflet", repos="cloud.r-project.org")
The installation fails with
Error in parse(outFile) :
…

Ian Parfitt
- 11
- 2
1
vote
0 answers
RHEL8 and GSSAPI Kerberos authenticate through Apache issue
I'm trying to run an apache virtualhost, on a machine currently running Red Hat Enterprise Linux release 8.5 (Ootpa), with Kerberos authentication using the new GSSAPI module (replacement of mod_auth_kerb).
I also configured LDAP directives to…

Wrest
- 113
- 1
- 11
1
vote
1 answer
how to add/override a new nginx configuration file?
I have a somedomain.com.conf file under /etc/nginx/sites-available in linux (RHEL). if i want to host a web app/site, do i just edit the same file or create a new configuration file for nginx? I edited this file and it works, but trying to find the…

arve
- 569
- 2
- 10
- 27
1
vote
0 answers
change install location of files in rpm generated with cpan2rpm
I am trying to generate RPMs with cpan2rpm command.
The generated rpm places files in /usr/local/share/perl5 instead of /usr/share/perl5.
cpan2rpm help doesn't seem to mention any option to do this.
Is it possible to change the location to…

Anbarasan
- 1,197
- 13
- 18
1
vote
1 answer
how to host a vue js app to a ngnix server?
going through basic nginx configuration to host an app ( sample config below) , but this makes sense for a static web app. how to set up for a vue js app, where i have to run the npm run serve to start app. do i just build the app , with npm run…

arve
- 569
- 2
- 10
- 27
1
vote
1 answer
RabbitMQ cluster on a single machine
I want to create a three node RabbitMQ cluster on a single RHEL8 machine for testing purposes. I tried instructions given in RabbitMQ official guide and also tried to follow this guide.
The first node works fine and it's running. However, the second…

dab92
- 155
- 8
1
vote
0 answers
Docker Error : System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down
I was trying to write a Dockerfile to deploy PostgreSQL12 and Bucardo using Ubi8(RHEL8) as base images. My Dockerfile so far is below:-
FROM redhat/ubi8
RUN yum update -y
RUN yum install -y wget zip unzip \
&& yum install -y…

Mrsk
- 129
- 5
- 13
1
vote
1 answer
Pro*C compilation on RHEL 8, problem in including math.h
I've a simple C code which I'm trying to compile on RHEL 8 machine wherein Oracle 19c client is installed.
Here's the program:
#include
/* #include */
#include
void main()
{
printf("\nHey!!\n");
}
This code gets…

Kailash
- 53
- 8
1
vote
1 answer
Podman-docker container has not started while executing the run command in linux ( Rhel 8 ) server
While trying to run the podman docker container in Linux server (Rhel 8) facing below issue.
WARN[0000] error mounting subscriptions, skipping entry in /usr/share/containers/mounts.conf: getting host subscription data: failed to read subscriptions…

Elango R
- 137
- 8