ERROR installing DirectAdmin on AlmaLinux release 8.8

vpscanban

Verified User
Joined
Feb 9, 2022
Messages
39
I am in the process of installing DirectAdmin on AlmaLinux release 8.8.

However, during the installation, I encountered an error as shown in the image below. I checked, and the /etc/resolv.conf file has been replaced with "# Generated by NetworkManager search da.direct." Earlier, I had configured it with Google DNS. This change has led to DNS resolution issues.iScreen Shoter - iTerm2 - 230809084548.png
 

Attachments

  • iScreen Shoter - Microsoft Edge - 230809084600.png
    iScreen Shoter - Microsoft Edge - 230809084600.png
    97.5 KB · Views: 29
third line - "selinux disabling error" - disable it manually on clean installed OS, reboot server and run install DA
 
SELINUX I disabled at the beginning. This error arose during the installation and I solved it by .

add dns to /etc/resolv.conf. Then do build all d a from scratch
 
add dns to /etc/resolv.conf. Then do build all d a from scratch
Exactly.

I just installed a new server with Almalinux 8.7 and after that ran yum update and ran into problems.

NetworkManager cleans the /etc/resolv.conf file, mine was just wiped. So I disabled NetworkManager to interfere with the /etc/resolv.conf file otherwise this problem will re-occur.
Edit the /etc/NetworkManager/NetworkManager.conf file and add this:
Code:
dns=none
rc-manager=unmanaged
then save and restart networkmanager with the service NetworkManager restart command if that works.
I always install networktools so I can jus type "network" which works faster.

Then edit your /etc/resolv.conf file again with the correct entry's and then update Alma to 8.8 and install Directadmin.

Or is this case if you have already installed then re-intall directadmin with the build all d command from the custombuild directory.
 
Back
Top