Hi! Very happy to know that Yunohost forum runs with Discourse software (i have a profile on Meta)
Iām trying to install Yunohost on a 512MB - Ram20GB SSD Disk - Debian 7.0 x64 Droplet but the system always shows me this error:
======== Installation failed ========
Rolling back have to be done manually !
Check your legacy configuration files => '/etc/yunohost/.legacyā
Check install logs => ā/var/log/yunohost.logā and ā/var/log/yunohost.errorā
Maybe itās a coincidence, but iāve done two changes from the bad installation to the successful one:
1. Before, iāve run:
cd /tmp/install_script && sudo ./install_yunohostv2
Now:
cd /tmp/install_script
sudo ./install_yunohostv2
2. Before, Iāve introduced a ssh key to avoid password in order to manage the server, now Iāve done with password.
This is the log from in the bad try into var/log# yunohost.log (at the bottom):
Removing sudo ā¦
You have asked that the sudo package be removed,
but no root password has been set.
Without sudo, you may not be able to gain administrative privileges.
If you would prefer to access the root account with su(1)
or by logging in directly,
you must set a root password with āsudo passwdā.
If you have arranged other means to access the root account,
and you are sure this is what you want,
you may bypass this check by setting an environment variable
(export SUDO_FORCE_REMOVE=yes).
Refusing to remove sudo.
dpkg: error processing sudo (āremove):
subprocess installed pre-removal script returned error exit status 1
Errors were encountered while processing:
sudo
E: Sub-process /usr/bin/dpkg returned an error code (1)
I have been using Cloudways platform for managing the digitalOcean hosting. But it seems like, the process is a lot easier with Yunohost as it is also providing the managed service. Is it the same as it looks like or it is just hype.