Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing a fresh AZERO testnet node issues #66

Open
powerpsy opened this issue Mar 6, 2024 · 1 comment
Open

Installing a fresh AZERO testnet node issues #66

powerpsy opened this issue Mar 6, 2024 · 1 comment

Comments

@powerpsy
Copy link

powerpsy commented Mar 6, 2024

When installing a new fresh node 13.1 on a new Ubuntu 22.04 server with docker configured as non root,

git clone https://github.com/Cardinal-Cryptography/aleph-node-runner
cd aleph-node-runner

You get the directory and script run_node.sh that will configure the node using the file in validator_testnet

  1. For any reason, if you Ctrl+C during the snapshot phase, the script will not perform well at the end (I tried it twice and each time you end it with a restarting container)
  2. For any reason, if you didn't correctly configure the env/validator_testnet BEFORE launching the script, the container will not be corrected. Example to reproduce:
  • start the run_node.sh script until the end
  • modify ports in the env/validator_testnet
  • docker stop container
  • start the run_node.sh script again
  • You will get a container without the ports you changed. I tried this twice also.

In my case, I wrote "for any reason", to me the reason was that I was using a ssh session, I made the script via the ssh session whereas I wanted to start it directly from the server itself, so I Ctrl+C in the middle of the script from ssh before relaunching it directly on the server.

@piotrMocz
Copy link
Collaborator

Good catch! Admittedly, we're not handling the interruptions during snapshot download very gracefully right now, will work on that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants