Welcome to the Node Lab!

Just to clarify, the above process you are trying to do does not test your node or gateway configuration. The tests in that section of the handbook, test the repository code, not what is currently running and configured on your machine. If you don’t plan to compile and manually deploy binaries, the section titled Manually Deploying Binaries on page 33, and after are not required.

Regardless of your intentions, you might need to issue the following command:

git config --global url."[email protected]:".insteadOf "https://gitlab.com/"

Let me know if that helps.

Checking that your node or gateway are setup and operating correctly is covered on page 29 of the handbook, Verify the Service has Started.

Thanks Keith.
That makes sense. I wasn’t compiling and manually deploying so I will leave it.

I do get the required messages from the server when verifying the services and processes:
6571 ? 00:00:04 xxnetwork-node
6604 ? 00:00:02 xxnetwork-gatew

BUT

After an hour or so it changes to (the time might have changed at this point too)

6571 ? 00:00:04 xxnetwork-node (defunkt)
6604 ? 00:00:02 xxnetwork-gatew

and then just

6571 ? 00:00:04 xxnetwork-node (defunkt)

with no xxnetwork-gateway entry

Is this normal behaviour at this stage or does this indicate an underlying issue with the installation?

This is not an error caused by your configuration or the node. It’s on the permissioning side. You look fine.

1 Like