codership / galera-manager-support

Galera Manager Support Repository
7 stars 2 forks source link

cant deploy on digitalocean #59

Open CyberAdmin97 opened 1 year ago

CyberAdmin97 commented 1 year ago

Galera manager cant deploy hosts on digitalocean i tried to use mysql5.7 and mysql8.0 on ubuntu 18.04 and 20.04 each time failed with different error message the error messages i faced

galera-manager | failed to execute cluster config script (RunScriptWithConn): command failed (stepName=__step_no_001, commandId=1, commandType=IncludeCommand): command failed (stepName=install_galera, commandId=19, commandType=ExecCommand): Process exited with status 100

=====

stdout | 206.81.22.213:22$ bash -c 'iptables -P INPUT DROP && iptables -P FORWARD DROP && iptables -P OUTPUT ACCEPT && iptables -A INPUT -i lo -j ACCEPT && iptables -A OUTPUT -o lo -j ACCEPT && iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT'

=====

E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) May 14, 2023 16:06:53 | stdout | E: May 14, 2023 16:06:53 | stdout | Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? May 14, 2023 16:06:53 | galera-manager | Got an error and attepts = 1 May 14, 2023 16:06:53 | galera-manager | failed to execute init script: failed to execute cluster config script (RunScriptWithConn): command failed (stepName=install_xfsprogs, commandId=2, commandType=ExecCommand): Process exited with status 100

byte commented 7 months ago

@CyberAdmin97 can you try this again as I am unable to reproduce this with the latest release. Thank you