Questions tagged [alma-linux]
For questions specific to AlmaLinux OS, the RHEL ABI-compatible Linux distribution. If you happen to be using AlmaLinux, but you’re not sure that your question is specific to AlmaLinux, don’t use this tag; mention your environment in your question.
123 questions
1
vote
1
answer
23
views
Linux group membership problem for VNC session
In an almalinux9.5 machine, I am sudo user. I am using a vnc session to access the machine. I've added myself from this vnc machine to linux groups using :
sudo usermod -aG <group-name> <user-...
1
vote
1
answer
61
views
Linux doesn't boot without video
I've a minipc Qotom Q1900G2-P with AlmaLinux 9.5.
Qotom with American Megatrends bios, build 06.01.2015.
Bios reset to factory, default setup.
Without video cable, HDMI or VGA, it doesn't start...from ...
0
votes
0
answers
22
views
Chromium: how to share other windows, or the entire screen, on Google Meet?
I noticed that Google Meet won't let me share the entire screen, nor another Window, on Chromium "Version 133.0.6943.141 (Official version) Fedora Project 64 bits".
But I can do it on Google ...
0
votes
1
answer
29
views
How to group applications together on the applications Grid?
I have one group/folder of applications in my applications Grid (Activities -> Launcher -> Show applications), called Utilities/Tools ("Utilitários"):
I like this and would like very ...
0
votes
0
answers
67
views
Chromium: how to make it use Widevine DRM without relying on Google Chrome?
On AlmaLinux 8.10, how to make Chromium "Version 133.0.6943.141 (Official version) Fedora Project 64 bits" use Widevine DRM without needing to install Google Chrome?
The (alternative) ...
1
vote
1
answer
60
views
How to enable H264 for Firefox?
I noticed that AlmaLinux 8.10 lacks the packages mozilla-openh264 and it's prerequisite openh264, and that both are absent from official repositories too. To my knowledge, I need these both in order ...
0
votes
0
answers
9
views
Crash utility cannot resolve "p2m_top" when analyzing VMware dump (VMEM) on AlmaLinux guest
I am trying to analyze a VMware memory dump from an AlmaLinux guest. I converted the snapshot to a core dump using vmss2core:
vmss2core-sb-8456865.exe -N vSRV1_Snapshot815.vmsn vSRV1_Snapshot815.vmem
...
0
votes
2
answers
68
views
Why are my network connections being rejected and the ping command between server does not work?
Cluster information:
kubectl version
Client Version: v1.29.14
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.14
Cloud being used: bare-metal
Installation method:
Host OS:...
0
votes
1
answer
36
views
Duplicate route keeps reappearing and can't remove it
I'm running almalinux 9, with 3 interfaces. The first interface (ens192) has a duplicate entry (see last two lines) in the routing table:
[root@server ~]# route -n
Kernel IP routing table
Destination ...
2
votes
1
answer
198
views
How to automatically mount external BitLocker encrypted drives at boot on Linux
How do I ensure that an external, BitLocker encrypted NTFS drive is automatically decrypted and mounted at boot time on a Linux system?
0
votes
0
answers
39
views
Samba AD DC on AlmaLinux: macOS Login Works, Home Directory Mount Fails
I have a Samba Active Directory Domain Controller (AD DC) server installed on an AlmaLinux 9.5 machine. This server is integrated into a network where a Ubiquiti UDM Pro device serves as both the ...
0
votes
1
answer
166
views
Download Linux updates now and install only those updates later
I'm using Almalinux 9 and dnf, but RHEL, CentOS, or similar would work the same. Is there a correct way to download updates at one point in time and then install at a later time? I have dev/test ...
2
votes
1
answer
91
views
Cryptsetup reports "Not enough space in header json area for new keyslot"
I'm using Almalinux in case that's relevant here.
We use LUKS2 on the local disk, with LVM on top - so /dev/sda1 and 2 are unencrypted, but /dev/sda3 is encrypted and used for the OS.
We also use ...
1
vote
0
answers
25
views
Why is the first sub-command of my remote command not executing or not affecting later sub-commands? [duplicate]
This command is a simplification of the problem I've come across:
ssh grinder1h.devqa sh -c "cd /etc/ssh && pwd"
This command gives an output of "/home/fetch", which is ...
0
votes
0
answers
97
views
nvidia nsight compute tool crashes when run as root
I am trying to profile a program that uses CUDA on Alma Linux 9. I've installed Nvidia's nsight compute tool and when I start to try and profile my program, I get an error:
==ERROR== ERR_NVGPUCTRPERM -...