Questions tagged [rhel9]

16 questions
1
vote
1 answer

Apache 2.4 GeoIP Country Block Issue while using geoip/maxminddb modules

We recently migrated my Apache server from 2.2 to 2.4. We now trying to block traffic from specific countries using MaxMindDB and GeoIP. We have tried using the old geoip modules and configuration, as well as the mod_maxminddb module, but We not…
0
votes
1 answer

Unable to use sbcast to copy over files to compute nodes from master

I have a cluster of 6 compute nodes and 1 master node for academic research purposes. I am trying to test my cluster and make sure that they can complete an assortment of sbatch jobs submmited. I want to use the sbcast command to copy over a file…
0
votes
0 answers

I want to install and configure Bigbluebutton on Rhel9 via podman

I want to install and configure Bigbluebutton on Rhel9 via podman OR Please help to simulate the docker-compose to podman-compose https://github.com/bigbluebutton/docker I'm trying to install BBB on rhel9. Even I tried to install with docker so it…
0
votes
0 answers

RHEL 9 npm command not recognized

I am trying to install nodejs,npm, and npx on my Red Hat Enterprise 9 server, but I am running into a snag. I have tried installing nodejs through the binary, npm, yum, and dnf (apt-get doesn't exist on RHEL). I am trying to install nodejs 19.x. I…
0
votes
1 answer

Using Ansible to change initial mariadb-server root password is giving access denied

I have instaledl mariadb-server using the dnf module and when it comes time to change the default blank password, I have no success with various options passed to the mysql_user module. Access denied even tho I can "login" directly with the root/…
enigmaedge
  • 15
  • 2
0
votes
0 answers

GeoIP based blocking country not working with Apache 2.4

We just upreared our web server from Apache 2.2 to 2.4 on RHEL server. On Apache 2.4 we tried to block country by using MaxMindDB module, we followed all steps displayed on https://github.com/maxmind/mod_maxminddb#blocking-by-country but it is not…
Vijay Mistry
  • 157
  • 5
0
votes
0 answers

CRC Setup, virtualization

I am trying to install OpenShift CRC on RHEL 9, the problem occures on the step: INFO Setting up virtualization You need to enable virtualization in BIOS The problem is that virtualization is enabled, but I am not using RHEL 9 as OS installed on a…
Farrukh Nabiyev
  • 346
  • 2
  • 11
0
votes
0 answers

RHEL 9 Gunicorn in python virtual environment system service issues

I am trying to configure gunicorn to serve my flask application, and use NGINX for the proxy config. This application is being hosted on a RHEL 9 server. Python 3.9 and gunicorn 20.1.0 are installed. Currently stuck on trying to get gunicorn to…
0
votes
0 answers

ScyllaDB installation fails on RHEL9

I am installing ScyllaDB (as described here: https://www.scylladb.com/download/?platform=rhel&version=scylla-5.2#open-source) on RHEL9 box (running on AWS EC2). Getting this error: Error: Problem 1: cannot install the best candidate for the job -…
mike.tihonchik
  • 6,855
  • 3
  • 32
  • 47
0
votes
0 answers

Leapp upgrade of Almalinux 8 to 9 fails with repository_mapping error

I am trying to upgrade from Almalinux 8 to 9, before that I had upgraded from Centos 7 to Almalinux 8. I have automated the process using ansible. When I did the upgrades from Centos 7--> Almalinux 8 and then Almalinux 8 to 9 I did not face any…
0
votes
0 answers

Installing OpenMPI 4.1.4 on RHEL 9.1

I am trying to install OpenMPI on a new install of RHEL 9.1, and keep getting this error while using mock: RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.6QyYma (%build) Macro expanded in comment on line 708: %{install_in_opt},…
0
votes
1 answer

How to deploy devstack (OpenStack) on RHEL 9.1?

I want to install DevStack(Yoga) on RHEL 9.1 (https://opendev.org/openstack/DevStack). I attempted to deploy using the official manual (https://www.redhat.com/sysadmin/get-started-openstack-devstack). However, the deployment got stuck due to the…
0
votes
1 answer

Getting crun error when running container using podman in RHEL 9

I am trying to run a container using podman in RHEL 9, getting below error, any guidance and suggestion? [ahmad@rhel9-2 ~]$ podman run -d -it --name php-app -v /home/ahmad/app/:/app:Z -p 8080:80 docker.io/webdevops/php-apache Trying to pull…
0
votes
0 answers

Does twitter4j-core-4.0.7 twitter4j-stream-4.0.7 supports on windows 11 & RHEL platform?

Please let me know that this 2 api supports on windows 11 & RHEL 9 platforms ? twitter4j-stream-4.0.7 twitter4j-core-4.0.7 Thanks
0
votes
0 answers

compiling error with delegate9.9.13 on RHEL 9

I'm trying to compile delegate9.9.13 on Rocky Linux release 9.0 (Blue Onyx). I allready applied the patch "@2020-0619, @SatoxITS, @ITS-more" mentioned here: Failed compile delegate Raspbian , but thats the error I get: > …
1
2