Questions tagged [rocky-linux]

Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®.

72 questions
0
votes
1 answer

SSL error "unexpected eof while reading" on same server as the originating request

First, I'm aware of the SSL Library Error: error:0A000126:SSL routines::unexpected eof while reading error stemming from OpenSSL 3 reintroducing a feature to prevent truncation attacks. The question I have is why I'm seeing this error when I'm…
oucil
  • 557
  • 6
  • 21
0
votes
1 answer

Rocky 9.1 dracut fails to boot

My rocky 9.1 vm kernel is not able to load/boot/decrypt a LVM Luks2 volume during boot. Booting with 5.14.0-162.6 works fine. But fails booting the latest 5.14.0-162.18 or 5.14.0-162.12 kernel, dracut throws with error: Starting dracut pre-udev…
sherwood
  • 1
  • 1
0
votes
0 answers

Occasional packet loss between bridge interfaces

I have two virtualization servers based on libvirt and KVM. And sometimes I see packages get lost on one particular virtual machine. After restarting the virtualization host this problem is solved, but it helps for a while. I have made filters in…
akashavkin
  • 301
  • 1
  • 2
  • 8
0
votes
1 answer

Problems installing Nvidia drivers for CUDA on Rocky Linux 9 - modprobe: ERROR: could not insert 'nvidia': Key was rejected by service

I've just installed the Nvidia drivers using the instructions here on our Threadripper workstations, https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#rhel-9-rocky-9 However, I'm getting this error after a reboot modprobe: ERROR:…
James
  • 101
  • 14
0
votes
0 answers

Rocky Linux 8 Blocking SIP traffic

I am having trouble with Rocky Linux blocking SIP traffic from an external LAN. If I send a SIP message from external LAN, it reaches the server but the message doesnt get passed to the application. If I send a SIP message from local LAN, it reaches…
0
votes
0 answers

Can RHEL8 / Rocky8 allow sshd + imap connections by hostname pattern (like tcp_wrappers)?

We have used tcp_wrappers for many years that has allowed an extra level of protection by only allowing sshd connections matching a hostname pattern. Simplified example: # hosts.deny This file describes the names of the hosts which are *not*…
Stickley
  • 111
  • 2
0
votes
1 answer

ceph-deploy install command fails with [ceph_deploy][ERROR ] RuntimeError: configparser.NoSectionError: No section: 'main'

Command ceph-deploy install admin datanode_dn2 fails with output: [ceph_deploy.install][INFO ] Distro info: rocky 9.1 blue onyx [admin][INFO ] installing Ceph on admin [admin][INFO ] Running command: sudo yum clean all [admin][DEBUG ] 57 files…
Kabira K
  • 133
  • 5
0
votes
0 answers

Authenticate samba share to active directory

I have joined a server running Rocky 8.7 to a domain using realm. I am able to login locally, ssh and sudo using a active directory account. I have some samba shares I can access with a local account. How do I access the samba shares and…
0
votes
1 answer

Enabling user linger causes Rocky Linux 9 to hang on shut down until power button is pressed

Rebooting Rocky Linux 9 is very fast until I enable user linger: loginctl enable-linger foo I haven't added any new services to run under the foo user. After this change, reboot, shutdown, poweroff commands cause the system to mostly shut down, but…
andrew-e
  • 186
  • 5
0
votes
0 answers

xml2 Ubuntu equivalent on centos / Rocky

I am setting up monitor for bind service on Rocky Linux. I need to parse xml output of bind statistics. On ubuntu I can run the next command and get valid output root@ubuntu:~# curl -s 172.19.0.30:8053 | xml2…
0
votes
1 answer

Make IP route and routing rules permanent using nmcli on RHEL 8 / Rocky 8

I have a network interface for which I would like to configure routes. # ip address show br_10G_V888 6: br_10G_V888: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 78:ac:44:09:9d:82 brd…
Nicolas De Jay
  • 209
  • 2
  • 11
0
votes
4 answers

nftables firewall configuration on Rocky 9.1

I have installed K3s with Rancher on Rocky 9.1 machine. According to the manual, firewalld must be turned off. To turn off the firewalld, I performed: systemctl disable firewalld systemctl mask --now firewalld I also enabled the nftables service…
0
votes
1 answer

Set NIC Bonding Transmit Hash in EL9 with NetworkManager

I have just upgraded to Rocky Linux 9 and haven't been able to set the nic bond Transmit Hash Policy to 1. I'm using NetworlManager rather than the ifcfg files which is used by default in EL9. I have tried the following steps: #sysctl -w…
Steven Lutz
  • 101
  • 2
0
votes
0 answers

Facing issue with installing Rocky Linux 8.6 on EXSI 6.0

I installed Rocky Linux 8.6 on Vmware EXSI 6.0 after installation when the system is trying to boot after the grub splash screen I am getting an error of Kernel Panic - not syncing: Fatal exception Kindly help me to fix this & provide a solution…
vinv27009
  • 1
  • 1
0
votes
0 answers

Active Directory User Accounts not loading environment variables from /etc/profile and /etc/bashrc

I have Rocky Linux 8.6 server that is joined to Active Directory and I can login to it with AD accounts. I have also mounted a NFS drive to the server. The home directories for AD accounts have been specified at the mount with the below variable in…