Description
Hi,
I just try the procedure suggested in the README in a just installed Dabian 9.
The script fails starting cdistro and serf since they are not installed.
Logs:
[Cloudynitzar] - Starting Cloudy web interface...
cloudynitzar.sh: línea 173: /etc/init.d/cdistro: No existe el fichero o el directorio
cloudynitzar.sh: línea 174: /etc/init.d/cdistro: No existe el fichero o el directorio
[Cloudynitzar] - Starting Serf...
cloudynitzar.sh: línea 178: /etc/init.d/serf: No existe el fichero o el directorio
cloudynitzar.sh: línea 179: /etc/init.d/serf: No existe el fichero o el directorio
Expected behavior:
It should install the needed packages and start cdistro and serf correctly
Partial solution:
You can solve it by installing serf with apt.
apt-get install serf
And installing cdistro as stated here:
https://github.com/Clommunity/cdistro
Activity