Softaculous


Topic : Webuzo restart problem & MariaDB Problem


Posted By: bearmatt on May 5, 2020, 3:09 am
On a new VultrVPS with 4GB ram. Ubuntu20.04lts.
Install webuzo using  ./install.sh --install=none
I couldnt get Maria10.3 to run properly. After I initially installed I had to manually purge all mariaDB and purge all Mysql packages. Then reinstalled 10.3 via Webuzo and now MariaDB10.3 seems to run ok.

Cannot get Webuzo to restart properly. SSH: 'service webuzo restart' works fine though.
Initially I installed PHP7.3, then after I installed 7.2 (maybe the reason for the problem). Then I removed 7.2, but still the problem persists.
Any ideas ?

Posted By: bearmatt on May 5, 2020, 9:06 am | Post: 1
OK Found the answer here https://www.softaculous.com/board/index.php?tid=15479

1. Rename the /etc/init.d/webuzo file on your server using the following command as root:
mv /etc/init.d/webuzo /etc/init.d/webuzo_bak

2. Edit the following file (using nano or vim) existing on your server:
nano /etc/systemd/system/webuzo.service

3. Replace the following in the opened file:
ExecStart=/etc/init.d/webuzo start
ExecStop=/etc/init.d/webuzo stop
ExecReload=/etc/init.d/webuzo restart

with:

ExecStart=/usr/local/webuzo/conf/webuzo/emps/emps start
ExecStop=/usr/local/webuzo/conf/webuzo/emps/emps stop
ExecReload=/usr/local/webuzo/conf/webuzo/emps/emps restart

4. Once done, save the file and then execute the following command as root:
systemctl enable webuzo

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.