Offline - One last Quicky (run 5)


:smiley:

My 309Mb upload failed though…

willie@gagarin:~$ safe files put Downloads/20190302_114933.mp4 
Error: 
   0: NetDataError: Failed to prepare write to Register operation: NoResponse

Location:
3 Likes

There has been a loss of nodes and an increase in mem-use in some instances.
21 droplets at the start.

Lost nodes
134.122.102.30: 6967MB
134.122.106.138: 7014MB
159.65.89.122: 4994MB
134.122.106.123: 6056MB

Some are sitting below 1000MB and a few above 5000MB

Get is no longer working.

Thanks again to all who participated :slight_smile:

Logs

6 Likes

I didn’t manage to add a node.

While messing around, copying, pasting, changing --network-name alpha to comnet, and so on, I noticed a small error in the OP. The command safe is missing below.

I guess that would be an example of where a script, identical to all, might be useful. A mistake like that is sure to scare a nervous first-time tester away. Maybe the script could even add the public IP address automatically.

3 Likes

Ah yes, it is not technically a mistake, but also not how most of us use it.
I try to be mindful of it but that one slipped by.

3 Likes

curl ifconfig.me

4 Likes

See, I didn’t even know that exact command either. I’ve been checking elsewhere.

2 Likes

echo curl -s ifconfig.me

image

cos the forum software gets confused with backticks

PUBLIC_IP=$(echo `curl -s ifconfig.me`)

echo $PUBLIC_IP
2 Likes