We haven’t received any other similar reports. Could you please email the issue to support@litespeedtech.com and include a link to this forum post? We'll continue investigating from there.
I just installed OLS on RoxyLinux 10 without any issues. Maybe you can back up lsws folder just in case, and then install the OLS again and see if there's any error in the middle. Or manually setup the service file
"/usr/lib/systemd/system/lshttpd.service"
# should be added as...
The real service name is lshttpd
So you can either use this
service lsws status
Redirecting to /bin/systemctl status lsws.service
● lshttpd.service - OpenLiteSpeed HTTP Server
Loaded: loaded (/usr/lib/systemd/system/lshttpd.service; enabled; preset: disabled)
Active: active...
In theory, yes, because I did not manually build it on a CentOS 8 ARM server before.
It’s also possible to install LSAPI PHP (lsphp) and MariaDB manually instead of using the ols1clk script.
@xirtam
Could you let us know the output of this command?
/usr/local/lsws/bin/lshttpd -v
In addition, please try running the following command to update to the latest package build and see if that fixes the issue:
/usr/local/lsws/admin/misc/lsup.sh
@xirtam
Could you let us know the output of this command?
/usr/local/lsws/bin/lshttpd -v
In addition, please try running the following command to update to the latest package build and see if that fixes the issue:
/usr/local/lsws/admin/misc/lsup.sh
The OpenLiteSpeed ARM CentOS package does not support AlmaLinux 8 at the moment. It’s recommended to upgrade to a newer OS.
You can still run the ols1clk script after building the package on the server if needed.
If it happens on the current latest version v1.8.5, please submit the issue to support@litespeedtech.com with this forum post link appended, we will help to check the issue from there.
For now, unfortunately, the current arm build server supports AlmaLinux 9 and 10 only.
Please consider upgrading the OS or build openlitespeed from the source package https://docs.openlitespeed.org/installation/source/
It's about the OpenLiteSpeed ARM package, so it has nothing to do with the...