I know this is my first post here, however I must do it since there is no support for CSF on Help Desk. Long story short I have a few ARM64 servers with AlmaLinux, Alibaba Cloud linux, Ubuntu 22; and CSF and LFD does not function properly. For instance, the CSF service on all of them:
Code: Select all
● csf.service - ConfigServer Firewall & Security - csf
Loaded: loaded (/lib/systemd/system/csf.service; enabled; vendor preset: enabled)
Active: active (exited) since Tue 2023-09-05 17:04:47 CST; 16s ago
Process: 5603 ExecStart=/usr/sbin/csf --initup (code=exited, status=0/SUCCESS)
Main PID: 5603 (code=exited, status=0/SUCCESS)
CPU: 265ms
The strange part is there is no errors logged or anything that I could find on either of these servers. My guess is that the binaries are just not fully compatible on aarch64, but please correct me if I am wrong.
Thanks