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

SystemD memcached service - (code=exited, status=1/FAILURE)

So I had to deploy in Rocky Linux 8 memcached with SOCKET in /var/run/memcached In order to avoid the service to fail, I have run the following: systemctl edit memcached.service Pasted…
Uhl Hosting
  • 79
  • 10
0
votes
1 answer

ypbind.service times out, but ypbind runs manually

I've got a new Rocky 8.6 system, and I've run into an issue I've never seen before. The ypbind.service times out when I try to start/restart, but if I run ypbind as root, it starts just fine.The client is in the securenets of the ypserver. Firewall…
0
votes
3 answers

Virsh command hangs when script runs in the background

I have a bash script which runs as a cronjob. This script runs several commands and one of them is the following virsh command: /usr/bin/virsh list --all When I run this script in the terminal (as root) or as a cronjob (as root also) the virsh…
Esteban
  • 35
  • 7
0
votes
1 answer

Why does my 389-ds configuration work over LDAP but not LDAPS?

Sorry if this has been asked before, but when I searched for similar issues, I got results like these (that make no sense to me). I've been trying to set up 389-ds using Red Hat's Directory Server 11 documentation on two fully-updated Rocky Linux…
Russ
  • 1
  • 2
0
votes
1 answer

Docker-ce oppening Firewalld ports on rocky 8

Docker-cd, when run with -p 3010:3010 bypass the firewall and open the container port to the world... If i disable docker and run a python -m http.server, the port is blocked to the outside (as it should, the default rule is drop) but after the…
Techmago
  • 103
  • 2
0
votes
1 answer

How to set SELINUX HTTPD User Content RW?

I'm quite new to SELINUX, I've simple question, I know there are httpd_sys_rw_content_t for /var/www/html, and read only httpd_user_content_t, but if I want to allow some folder to be RW for that user only, is there any httpd_user_rw_content_t ? Or…
0
votes
1 answer

Is it possible to use https with a Tang Network Bound Disk Encryption server?

Is it possible to use https with a Tang Network Bound Disk Encryption (NBDE) server? Redhat's documentation casually says this is possible, but I can't find any examples of this anywhere and the source code leaves me to believe otherwise.
0
votes
1 answer

Apache can’t connect to Unix domain socket

I am trying to install a custom web application with Apache HTTPd as frontend web server. But why does Apache report it couldn't access the Unix socket where the application listens? The web application is configured to listen here: # ls -l…
Daniel Böhmer
  • 271
  • 2
  • 13
0
votes
1 answer

Ubuntu login fails with a user of a trusted IDM domain (AD)

We have an IDM Server on a Rocky Linux distro configured with a Trust to a Samba AD DC (also installed on a Rocky Linux). So we created a user 'usupru2' on Samba AD DC under adtest.uy domain. Then we enroll an Ubuntu 20.04 client to IDM and when we…
0
votes
1 answer

Install Logcheck / Logtail in Rocky Linux 8

I need to install logtail / logcheck in Rocky Linux 8. We have an application that uses it and we are migrating that from Centos 7 to Rocky 8. Yum doesn't find it. [root@myserver ~]# yum provides logtail Last metadata expiration check: 0:37:59 ago…
-1
votes
1 answer

CentOS 7 upgrade to RockyLinux 8 fails using leapp/elevate

This URL : How to upgrade Centos 7 to Rocky Linux 8 claims it should be possible to migrate directly from CentOS 7 to Rocky 8. I created a local repository of RockyLinux 8 on one machine in my network, and made it available through Apache to the…
-1
votes
1 answer

Postfix configuration on DB

I'm working on the migration of mailservers and in the meantime I've to manage a big configuration on my Postfix system on a Rocky Linux 8.5. I know Postfix can handle configuration stored on MySQL, but I didn't find anything about the configuration…
Gianluca
  • 101
  • 1
1 2 3 4
5