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:
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:
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
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.
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.
curl ifconfig.me
See, I didn’t even know that exact command either. I’ve been checking elsewhere.
echo curl -s ifconfig.me
cos the forum software gets confused with backticks
PUBLIC_IP=$(echo `curl -s ifconfig.me`)
echo $PUBLIC_IP