Backup and restore from FTP/NAS does not work with Alma Linux 8- SOLVED

SOLVED! It was indeed firewall issue. Stopping firewall (csf -x) made conection possible. With firewall enabled did not work. Solution was to introduce NAS' IP into csf allow, unblock and ignore. Now it is working. However, there may be differences between Centos7 and Alma8 as in Centos7 no such thing is necessary, it just works without any firewall setting. Thanks everybody for kind support. Still there are issues with Alma8, Custombuild link does not show up in fresh install, even after a reasonable time. This Alma $$t is not something I'd put my money on.

1659700572130.png
 
It was indeed firewall issue. Stopping firewall (csf -x) made conection possible.
Exactly what I was saying the whole time, that it was a firewall issue.
However, you are quite correct that it's odd that there is a difference between Centos 7 and Alma Linux because CSF is installed the same way as far as I know.

jamgames2 said:
I don't know, install it back with just "iptables" will bring back "csf" to work. but forsure, install "nftables" too .
Yes I forgot about ipset, but I knew this was a production server. I was letting him remove it, to be sure that there would be no nftables left-overs which could block the connection, since I was sure it was a firewall issue.
You can disable CSF but sometimes if for somereason server is reset with CSF disabled, there are default rules which can be automatically loaded which can block the connection again. So since it's a test setup I wanted to be sure.

Custombuild link does not show up in fresh install, even after a reasonable time.
I've seen that somewhere else on the forums too last week. Not sure if there was a solution or if that was going to be fixed.
Maybe @jamgames2 remembers about this.
 
I didn't know what cause issued. but maybe it cause by broken mirror. because there have report about broken mirror.


you can manual build custombuild_plugin by
Code:
/usr/local/directadmin/custombuild/build custombuild_plugin
 
It is installed but not displayed.
Found this in a thread.

Permissions on /usr/local/directadmin/plugins need to be set to 711

So have a look, maybe permissions are not correct there. Or do:
chmod 711 /usr/local/directadmin/plugins -R
 
Also check, you might only see it in the main admin menu, See this post.
 
Back
Top