Troubleshoot Compute
Troubleshooting
Q. Can I check why my machine is not transitioning to active state? A. Yes. From the machine terminal, and run the following command to check if you're facing any issue or if you haven't met the requirements.
journalctl -fu atlas*
Copy error
An error such as cannot create regular file '/usr/local/bin/atlasnetwork-provider': Permission denied
means you didn't create a user account at root for NodeOps Cloud with the correct permissions to run the code.
You can get around this on Ubuntu by downloading the script locally and then running these with sudo
. That means:
curl -L https://get.atlasnetwork.dev | sh -s - ZxEsuA******************zAJ6
becomes
curl -L https://get.atlasnetwork.dev -o atlas-installer.sh
sudo sh atlas-installer.sh ZxEsuA******************zAJ6
Rejected machines
Your machine will be rejected if:
- It runs workloads in addition to the NodeOps Network assigned loads
- If SWAP is enabled
What next?
- Browse the FAQ
- If you lack the Compute resources, but want to have a try, follow the guide to set up GCP Compute in the Marketplace