Fresh Install on AlmaLinux 10, Domain Errors

Richpark

Verified User
Joined
Sep 25, 2014
Messages
57
I've used legacy lifetime licences for years, but I'm setting up a new server with a modern license.

I'm aware of the issues with CSF and rspamd with AlmaLinux 10, I've worked around them. CSF is working with iptables now and I'm using SpamAssassin.

Because CSF's installation failed, the initial "build all" failed, so I ran this again manually after fixing everything. It completed.

Everything seems okay, hostname is correct in console and in DA, but I get errors in these locations:

Admin SSL:
Error reading domainowners


I've checked and /etc/virtual/domainowners exists with mail:mail, it's empty (I haven't created any domains, fresh install).

User Profile:
You do not own that domain


What domain? Again, I haven't created any domains.

I read in a guide that DNS Administration should perhaps have my hostname in it, I have "no DNS zones". If that was the case, shouldn't this have happened during installation? Did the previous "build all" failure cause an issue?

I'm trying to build a template on DigitalOcean that I can copy for multiple servers and need to know that I've done this right.
 
If you did not setup a domain yet, then the errors almost certainly are caused by missing domain. But you an easily check that by creating one.

Normally if you do not do anything, a hostname with ip.ad.res.here-da.direct will be created, but since might be not done correctly due to the fail of CSF on building everyting initially.

What you could do is for example create a correct options.conf for custombuild and use that on new servers.
Then create a directory /usr/local/directadmin/custombuild yourself and put the options.conf in there and in the options.conf have csf=no so it won't be build. After that, start the DA installation with the hostname you want to use in it (or provided that before by setting it up correctly before) and then things should in fact install fine.

Maybe it's also possible to choose to not install CSF during installation on the setup commandline, but I don't know by head that quickly if that is possible.

As for templates, I don't know.
 
Back
Top