1,765 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
2
answers
137
views
Appending "string" value to auditd rule file, if it doesn't exist on RHEL [closed]
I have an issue that I most likely cannot formulate in a way, that any search engine will give me a proper result, as I am receiving the same result every time.
I am trying to append a "string&...
3
votes
1
answer
49
views
Malformed Block in Ansible
I'm trying to run a playbook that gathers yum history logs, and consolidates them on a single server. I ran this playbook
---
- name: Gather yum history from all hosts
hosts: all
become: true
...
-2
votes
1
answer
349
views
can't find libc++ packages on el9
I have a c++ application that I automatically build and release for various platforms. I use docker images to build for Linux distros.
Recently I ran into a libstdc++ bug in std::regex (very old, ...
-1
votes
1
answer
92
views
How to automate signing for RPM distributions?
Using rpm apt package to sign an rpm file. I use gpg to sign it and I have the passphrase in env stored in .bashrc.
How to automate signing it? Note that the script is running in cloud server with no ...
0
votes
0
answers
849
views
LookupError: pyproject.toml does not contain a tool.setuptools_scm section
I am trying to install matplotlib==3.7.2. But the wheel building for this package fails. the below error message is what I get:
22:46:20 #7 1522.2 Building wheel for matplotlib (pyproject.toml): ...
0
votes
0
answers
223
views
Azure CLI az network bastion ssh extension error on RHEL 8.10: "failed to map segment from shared object"
I'm trying to connect to an Azure VM via Azure Bastion using Azure CLI with Entra ID (AAD) authentication, but the SSH connection fails with an error. This is on a Red Hat Enterprise Linux 8.10 VM ...
0
votes
0
answers
120
views
Nodejs puppeteer.launch() is hanging and timing out
After the RHEL8 Patching , Suddenly we started noticing this on our servers and Interesting thing is it is working in other environments which are patched with same versions.
Environment details :
...
0
votes
1
answer
149
views
How to read metadata information from a file using SMB Protocol?
I need to determine the last modification date of a file obtained via the SMB Protocol. I am using a machine running RHEL 7.5, Python 2.7.5, and SMB Protocol version 1.5.1.
I tried the following, but ...
0
votes
0
answers
94
views
Flutter Web Deployment on Apache - Uncaught SyntaxError: Unexpected token '<'
I have deployed my Flutter web build (/build/ folder) to the following location on my RHEL 9.5 server running Apache:
/var/www/html/flweb/
I am trying to access my Flutter web app using:
http:///flweb/...
1
vote
1
answer
88
views
Is there a way to preserve timestamps of modified files in rpm package?
I am trying to create a rpm with cumulative changes which is a tar ball, i.e.: the tar contains all the modified files from GA release to current patch.
When I try to create a rpm build I use cp -Rp ...
0
votes
0
answers
326
views
Net ads join not working, How can I configure properly dns to make it work?
Currently working on a project for work. I have to connect my FreeRadius (RHEL 8.10) to the AD in order to implement MFA through my Bastion. To do so, we need to use Samba first for domain join ...
0
votes
1
answer
997
views
Podman Container not starting after reboot
I've looked at other resources, and can't find much that is relevant to my situation.
I am running an instance with the following command
docker run -d --restart=unless-stopped --name my_container -v ...
0
votes
1
answer
152
views
TestFX and Monocle on RHEL not working in headless mode
I'm trying to run a simple TestFX application on RHEL 9.4.
It works fine in 'normal' mode, but for CI I need to also run in headless mode.
I'm using Java 1.8.0_431 and Monocle 1.8.0_20.
Running from a ...
0
votes
1
answer
187
views
Error installing nginx-module-otel package from dnf, cannot find libcares.so.2
Description
I am trying to install nginx-module-otel on RHEL9 but it can not find libcares.so.2 and is failing as follows:
[root@6c96e0f290a0 c-ares-1.34.4]# dnf install nginx-module-otel
Updating ...
0
votes
0
answers
47
views
Issue with Laravel, Meilisearch, Scout, SQLSRV, and RHEL 7
In my testing environment (Ubuntu 22.04 LTS and MySQL), everything works as expected, but it doesn't work on RHEL. When I insert/update a record for any model using Searchable, it doesn’t appear in my ...