Questions tagged [almalinux]

36 questions
1
vote
0 answers

Almalinux SSLCertificateFile: file '/etc/pki/tls/certs/certfiscme.crt' does not exist or is empty

i have a problem with configure the certificate in Almalinux v8 this output when i run this command sudo systemctl restart httpd Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service"…
1
vote
1 answer

How to use alias command with a paramiko SSHClient connection?

I am trying to execute the following, with no success getting either the 'py3start' or the 'py3test' alias commands recognized - (I introduced the 'py3test' for testing purposes to check if setting the alias explicitly, just prior to using it would…
aeon
  • 83
  • 6
1
vote
0 answers

Install necessary packages in AlmaLinux without internet

I have an AlmaLinux machine without internet and need to update it offline, is there any way to do that? Thanks I need to get a list of all updates and download them, then move it to the target system.
Shamim1981
  • 11
  • 2
0
votes
1 answer

Pm2 instance removed on terminal exit

I am working on a Node.js project. It was working fine on the previous server with the command npx pm2 start ./bin/www using PM2. Now, I have an AlmaLinux server where I am trying to run my Node.js application. However, when I close the terminal the…
majid
  • 23
  • 8
0
votes
0 answers

configure firewalld to allow trafic from docker0 to enp7s0

I am using an AlmaLinux and using firewalld as the firewall in my server. But I am unable to access other services which are bound by another network interface (enp7s0). by the way I am able access internet within the docker (thanks to this…
Lakshan Dissanayake
  • 521
  • 1
  • 4
  • 18
0
votes
0 answers

No sound after installing AlmaLinux 8.8 and 9.2

Newbie to Stack Overflow here. Old Centos user, trying to migrate to AlmaLinux or Rocky Linux. I have 2 tower PCs (one I built in 2011 and one in 2019) and Centos 7.9 runs fine on both and provides sound. When I installed AlmaLinux and Rocky Linux…
0
votes
1 answer

Command cannot be recognized

I wanted to ask a likely very simple question regarding Linux (AlmaLinux-9.2)... I unpacked the file and I wanted to execute the binary file nerdctl. However, I could not do it if I did not add ./ at the beginning of the command? pic 1 It is because…
Wanderer
  • 3
  • 1
0
votes
0 answers

How to use specified Dbus address in RHEL Docker container?

I am working on enabling some keyring related tests in the pipeline, but right now having some issue with the secret-tool. I am able to go through this How do you enable the secret-tool command (backed by gnome-keyring, libsecret and dbus) in a…
Xinyu
  • 1
0
votes
0 answers

docker-py only finds podman containers being run as root user

When using the docker_py library interfacing with a podman daemon, the containers object doesn't seem able to discover containers run by my user, however, are able to discover containers created by the root user. On my box I have the…
0
votes
0 answers

Availability of mono vbc.exe on RH9 family

I need to run a Mono app that requires vbc.exe (the VB compiler). I was able to find a Fedora38 package (mono-basic) which included vbnc.exe, but no RH compatible RPM's with vbc.exe. I've been told that vbnc.exe is the old (deprecated) VB…
TSG
  • 4,242
  • 9
  • 61
  • 121
0
votes
0 answers

CGI script return 500 Internal Server Error from web, although work from command line

OS: AlmaLinux 8.8. Server version: Apache/2.4.37 (AlmaLinux). Command: perl /home/user1/public_html/test.cgi return: Content-type:text/html Hello! File properties: -rwxr-xr-x. 1 nobody nobody unconfined_u:object_r:httpd_sys_script_exec_t:s0 88…
Qompass
  • 1
  • 1
0
votes
0 answers

AlmaLinux 8 - /var/log/secure and /var/log/messages stopped updating

AlmaLinux 8 on a OpenVZ based VPS. I was trying to set up fail2ban along with firewalld. Maybe it was something I did but was not aware of it, but logs in /var/log/secure and /var/log/messages stopped updating. On one of the forums after searching…
0
votes
1 answer

How to truncate multiple log files at once and leave only last N number of lines in it?

I have two commands that I usually use to truncate log files but the issue is the first one will completely truncate it and the second one works only on one file at the time. find /path/to/log/directory -name *log -exec cp /dev/null '{}' \; echo…
0
votes
0 answers

Unable to install Ruby 3.1.4 via rbenv on AlmaLinux/CentOS 7

I am trying to install Ruby 3.14 on an AlmaLinux distrubtion via rbenv. Seems the build and the compiler are not compatible. Has anybody seen this issue before and possibly found a solution? It is strictly speaking not an issue with 3.1.4 fails…
smile2day
  • 1,585
  • 1
  • 24
  • 34
0
votes
0 answers

Google protobuf runtime issue with v23.0 on AlmaLinux 9.2 - undefined reference to symbol _ZNK6google8protobuf7Message11GetTypeNameEv

We are trying to compile and run v23.0 on almalinux 9.2. Our gcc version is 11.3 and cmake version is 3.13.0 as shared library modules. While loading the libprotobuf.so.23.0 we get the undefined symbol error. Even the objdump displays that as U…
syedtoah
  • 1
  • 1
1
2 3