Questions tagged [rocky-os]
24 questions
1
vote
2 answers
PHP can't access RNDC
I'm editing a zone file /var/named/rpz.local and need to reload rndc after I've done by this command:
cd /var/named
rndc reload rpz.local
everything is great with cli as root user but the problem is I can't run /usr/sbin/rndc by nginx (PHP). so…

GameO7er
- 2,028
- 1
- 18
- 33
1
vote
1 answer
Error "AH02572: Failed to configure at least one certificate and key" - Contabo VPS and GoDaddy SSL certificate + domain
I've bought a Contabo VPS and domain + SSL certificate from GoDaddy.
I generated the CSR from my VPS using this guide: https://uk.godaddy.com/help/apache-generate-csr-certificate-signing-request-5269
I wanted to install the SSL certificate on the…

brasojs
- 31
- 1
- 6
1
vote
1 answer
samba dns_update error is telling me records already exists
I'm attempting to setup up Samba4 ADDC on rocky-linux-8. After everything has been configured and installed and I check on the status of Samba it tells me that it's actively running yet at the end of the check I receive dns_update errors.
My samba…

Towermoni
- 27
- 5
1
vote
1 answer
MinIO fails to start as systemctl service but manual start using command line works
I am trying to setup MinIO cluster (4 VMs) using the guide here https://min.io/docs/minio/linux/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.html
All the VMs are identical in configuration. All the VMs have one drive mounted…

dealbitte
- 191
- 1
- 2
- 7
1
vote
0 answers
VS Code SSH extension - Ripgrep search fails with "Unsupported system page size" error on Rocky Linux 8.7
I'm using VS Code with the SSH extension to connect to a remote server running Rocky Linux 8.7. When I try to perform a Ripgrep search on a folder in my project, the search fails with the following error message in the VS Code SSH logs:
:…

Farooq Alaulddin
- 85
- 5
1
vote
2 answers
Keycloak: Not able to load admin GUI/console
We have installed Keycloak Latest version[20.0.3] into the VM.
With the help of kc shell script trying to start the Keycloak
./kc.sh start --http-enabled true --hostname
Up to here everything is fine and I was able to view the home…

Subodh Joshi
- 12,717
- 29
- 108
- 202
0
votes
0 answers
marklogic installation fails on Rocky Linux 8 or 9
I've installed Rocky Linux 8 on WSL and then installed MarkLogic 10 on it. However, when I attempt to start the MarkLogic service using the command:
sudo systemctl start MarkLogic.service
I encounter the following error:
Job for MarkLogic.service…

ravvi
- 117
- 6
0
votes
0 answers
How to Upgrade to Ruby 3 with Pacemaker Installed?
We have pacemaker (pcs) installed on Rocky8. When upgrading to Ruby 3.1, it is not able to install while the Ruby 2.5 exists which was instlled and run with pacemaker.
How should we do to upgrade Ruby to the newer version with pacemaker…

Chris Lee
- 1
- 1
0
votes
0 answers
JVM on Rocky Linux 8 takes more CPU than CentOS 8
I migrated my Java server from CentOS 8 to Rocky Linux 8. the CPU usage is higher than before (on Cent OS 8).
Here are the details of the top threads in the Java process on two operating systems:
RockyLinux8
PID USER PR NI VIRT RES …

Alice
- 1
- 1
0
votes
1 answer
Docker build failing with the potentially insufficient UIDs or GIDs available in user namespace error
Docker build failing with the following error in a rocky 8 instance
Error: creating build container: copying system image from manifest list: writing blob: adding layer with blob "sha256:*********": processing tar file(potentially insufficient UIDs…

user3627034
- 1,175
- 8
- 13
0
votes
0 answers
dnf install/usage without root permissions
My workplace provides me a rocky8 server for development, but I'm not a sudoer. I want the management functions dnf provides without the hassle of manually downloading rpms. Is there a way to use dnf (or other trickery) to install packages to my own…

qciccoretti
- 78
- 8
0
votes
0 answers
upgrading to mariadb 10.11.* (or later) on Rocky 8.5
We use Rocky 8.5 and are currently on the default version of Mariadb (10.3) which I'd like to upgrade to a more recent version, 10.11.* or later. But when I checked the Appstream modules the only other available version is 10.5.
There's plenty of…

Len
- 11
- 3
0
votes
0 answers
Rocky Linux 8 & 9: C++/Qt application crashes with "Failed to load /usr/share/icons/Adwaita/16x16/status/image-missing.png"
On Rocky Linux 8 and 9, I encounter a problem, my Qt/C++ application crashes due to some actions that require to open a QFileDialog with the message:
(myapp:2992): Gtk-WARNING **: 14:52:45.518: Could not load a pixbuf from icon theme.
This may…

JujuB
- 1
- 1
0
votes
0 answers
"pdo_sqlite" is missing from my PHP installation - setting up Shlink
So, I'm trying to selfhost Shlink, and I've followed the guide they provide here. I'm running Rocky Linux 9 (RHEL9) and followed this guide to install PHP. I've installed all of the other dependencies but I can't find pdo_sqlite.
I've tried to…

SeaswimmerTheFsh
- 1
- 2
0
votes
0 answers
How to install older versions of GCC in Rocky Linux 9
Rocky Linux 9 comes with GCC11, however I would like to use previous GCC versions (i.e.: GCC8 or GCC10). There is a lot of documentation related to Ubuntu or CentOS, but I could not find any based on dnf package manager.
I have also tried to install…

Bub Espinja
- 4,029
- 2
- 29
- 46