Installed aaPanel few days ago, worked great! But the web GUI stopped working, according to Google Chrome "ERR_CONNECTION_REFUSED" (all the sites operating in the machine is still working great). Not possible to get i firing again. This is what i found out so far:
`root@webserver:# service bt start
Job for bt.service failed because the control process exited with error code.
See "systemctl status bt.service" and "journalctl -xe" for details.
root@webserver:# systemctl status bt.service
● bt.service
Loaded: loaded (/etc/init.d/bt; generated)
Active: failed (Result: exit-code) since Wed 2019-12-25 12:14:19 CET; 12s ago
Docs: man:systemd-sysv-generator(8)
Process: 4045 ExecStart=/etc/init.d/bt start (code=exited, status=203/EXEC)
Dec 25 12:14:19 webserver systemd[1]: Starting bt.service...
Dec 25 12:14:19 webserver systemd[4045]: bt.service: Failed to execute command: Exec format error
Dec 25 12:14:19 webserver systemd[4045]: bt.service: Failed at step EXEC spawning /etc/init.d/bt: Exec format error
Dec 25 12:14:19 webserver systemd[1]: bt.service: Control process exited, code=exited status=203
Dec 25 12:14:19 webserver systemd[1]: bt.service: Failed with result 'exit-code'.
Dec 25 12:14:19 webserver systemd[1]: Failed to start bt.service.`
Using Ubuntu 18.04.03 LTS, any tips?