Questions tagged [rhel8]
219 questions
0
votes
0 answers
How do I add a login banner to Rocky 8 Mate, such that the text appears when a user logs in, or just before?
I'm trying to add a system warning to my Rocky 8 computers, but due to Gnome-3 being difficult to work with, we've gone with Rocky 8 MATE. This has caused a new problem, since the usual gnome way of changing the login banner:…

AL2044
- 1
0
votes
0 answers
pam_mount is not being called during ssh logout on RedHat based systems
I am trying to mount both nfs and cifs shares on Linux(Ubuntu and Redhat) via pam_mount
This is the volume I am having in my /etc/security/pam_mount.conf.xml
When I ssh to…

yogi mummaneni
- 11
- 1
0
votes
1 answer
why yum package isn't availble in python2 on RedHat 8
when I am using YUM package in python 2.7.5 on RHEL 7 the things are working fine,
but now we are switching to new Redhat 8 which is having python 2.7.18
and we saw that yum and rpm packages are not installed in spite we installed the following…

Judy
- 1,595
- 6
- 19
- 41
0
votes
1 answer
How do I set the directory owner depending on hostname when using ansible playbook to create similar directory's across many different servers?
I would like to create an Ansible playbook that makes a new directory on many servers. I understand how to set the mode, the group will be the same across all environments, but the owner needs to be set depending on the hostname. For example, if the…

lnmeyid
- 1
0
votes
1 answer
Error "ORA-01017: invalid username/password; logon denied" when trying to connect to Oracle Database using OCCI and GCC
This is an issue we have connecting to Oracle Database using GCC. Currently both the client and the server are running under the same environment, which is running RHEL 8. We are in the process of migrating the OS from CentOS 7 to RHEL 8, and the…

MarkR
- 166
- 1
- 8
0
votes
1 answer
Installing DNF on RHEL8 minimal image fails due to libdw and other dependencies
I am building an Ansible Execution Environment using this image as a base:
registry.redhat.io/ansible-automation-platform-22/ee-minimal-rhel8:1.0.0-373
It does not include either yum or dnf binaries from what I can see, since typically it would not…

refriedjello
- 657
- 8
- 18
0
votes
0 answers
Applying Remediation's for Vulnerabilities and Compliance Reported by Qualys Scan on RHEL 8.6
I recently conducted a Qualys scan on my linux RHEL 8.6 system and received reports of vulnerabilities and compliance issues. I need guidance on how to apply the necessary remediation's to address these concerns. Specifically, I am looking for steps…
0
votes
0 answers
Unable to Install nfs-utils package in redhat/ubi8-micro:8.6 docker image
I'm customizing a Dockerfile for an application which is using redhat/ubi8-micro:8.6 as the base image and I want to install nfs-utils package on top of that.
I enabled all the repos that was available within the image under…

chandrashekar
- 35
- 1
- 1
- 7
0
votes
1 answer
Folder is emptied after installation of an RPM package
I am reading RPM packages from a CSV file and want to install them one after the other. If there is a "yes" or "ja" at the end of the line, the package is to be installed. Otherwise it should be skipped. The packages have already been downloaded and…

Thomas Zauner
- 1
- 1
0
votes
0 answers
mySQLTestcontainer can't chown /etc/mysql/conf.d folder inside rootless podman container
Problem
I want to start a MySQLContainer from a junit test with mvn clean verify. But for some reason it can't chown the container folder for my host user.
Here is a screenshot that illustrates the…

Jo Vanmont
- 41
- 4
0
votes
1 answer
RHEL 8 - Is there a replacement for 'krb5-server'?
I've got an old Dockerfile, based on Ubuntu, that installs krb5-server as a dependency via apt.
I'd like to update the Dockerfile and base it on RHEL 8 instead, but krb5-server doesn't seem to be available in yum.
I've found a few articles online…

hiiamelliott
- 53
- 4
0
votes
0 answers
Why aren't terminals started by VS Code remote explorer login shells?
I added a custom .sh script to /etc/profile.d in order to set some additional environment variables that I would like to be set for all users starting bash login shells. I also added an echo temporarily to the /etc/profile script to confirm what is…

shawn1874
- 1,288
- 1
- 10
- 26
0
votes
1 answer
db2prereqcheck hangs on some linux systems
When doing a db2prereqcheck on a linx system, it hangs and doesn't ever come back.
The db2prereqcheck command is not only executed manually when one wants to install db2 components. It is also called by some diagnostic tests like db2support . -s for…

Justus Kenklies
- 440
- 3
- 10
0
votes
0 answers
Switching to GUI is not working on RHEL. How do I switch it?
I created a VM of RHEL on VirtualBox using ISO. I was able to log in to the VM, but it's only operating in CLI mode. I wanna switch to GUI mode but commands are not changing the settings. Is there any other workaround for this?
I tried the following…
0
votes
0 answers
Getting error starting userland proxy: listen tcp4 127.0.0.1:80: bind: address already in use. while trying to map https to container port
Error: starting userland proxy: listen tcp4 127.0.0.1:80: bind: address already in use.
I am trying to access my container via https
currently, my httpd service uses both 443 and 80
I have a docker containers running in RHEL
When I try to map 80/443…

AkL
- 1
- 1