shardeum / bug-reporting

59 stars 33 forks source link

invoke-exit #879

Open madarabit opened 3 weeks ago

madarabit commented 3 weeks ago

Node exited with the following message: invoke-exit: exitUncleanly: version out-of-date; please update and restart

----- STARTING CLI UPDATE PROCESS ----- Your branch is up to date with 'origin/dev'. Already on the latest version.

perator-cli version runningCliVersion: 1.2.1 runningCliBranch: dev runningCliCommitHash: 87ca9fa104cad917432d1ae2406c3356d95c4551 minimumCliVersion: 0.1.0 latestCliVersion: 1.2.1 minShardeumVersion: 1.12.2 activeShardeumVersion: 1.12.1 runningGuiVersion: 1.2.0 runningGuiBranch: dev runningGuiBranchCommitHash: 3af415f6d9253a283555f1903ed7067a1f3e3edc minimumGuiVersion: 0.1.0 latestGuiVersion: 1.2.0 runnningValidatorVersion: 1.12.1 runningValidatorBranch: beta1.12.1rc3 runningValidatorBranchCommitHash: e60602e7f334be1762df871321b4bed34a275511

performance: memPercentage: 4.666016835556846 diskPercentage: 4.956776540495744 cpuPercentage: 0.6677796327211993 stakeRequirement: '10.0' lockedStake: '0.0' nominatorAddress: '' currentRewards: '0.0' totalPenalty: '0.0' autorestart: true

AllLogs

allLogs.zip

madarabit commented 2 weeks ago

I've fixed this by fiddling here and there

first delete node

then use this

apt autoremove -y

apt-get update && apt-get upgrade -y

ufw allow ssh ufw allow 8080 ufw allow https ufw allow http ufw allow 443 ufw allow 4000 ufw allow 4001 ufw allow enable

curl -O https://raw.githubusercontent.com/shardeum/validator-dashboard/main/installer.sh && chmod +x installer.sh && ./installer.sh

NOTE: if not work you can try with reinstall vps