Description
I'm trying to setup decentralized data storage using Infinite on Docker containers. As a new Infinit user, I am following the 'Get Started' guide on the Infinit website. However, upon running
infinit volume mount --as testonepointzero --name my-volume --mountpoint ~/mnt-testonepointzero-volume --allow-root-creation --cache --publish &
, I get this message:
Remotely created storage usage "testonepointzero/my-network".
[ infinit.model.doughnut.Dock ] [rdv_connect] Dock RDV connect: exception network operation timed out
[ infinit.model.doughnut.Dock ] [rdv_connect] Dock RDV connect: exception network operation timed out
[ infinit.model.doughnut.Dock ] [rdv_connect] Dock RDV connect: exception network operation timed out
[ infinit.model.doughnut.Dock ] [rdv_connect] Dock RDV connect: exception network operation timed out
[ infinit.model.doughnut.Dock ] [rdv_connect] Dock RDV connect: exception network operation timed out
[ infinit.model.doughnut.Dock ] [rdv_connect] Dock RDV connect: exception error resolving 'rdv.infinit.sh': Host not found (authoritative)
[ infinit.model.doughnut.Dock ] [rdv_connect] Dock RDV connect: exception network operation timed out
I can't find anything online about why I'm getting this error message, except for one other Issue on GitHub, which said to said to useINFINIT_RDV=
in the environment. As a brand new user, its a little bit unclear what this meant, but I went ahead and tried export INFINIT_RDV=
. This did not fix any problems. I tried infinit doctor all
, which gave me the following:
CONFIGURATION INTEGRITY:
[ERROR] User:
Reason: user "root" is not a local Infinit user
[OK] Silos
[WARNING] Networks:
[WARNING] testonepointzero/my-networkis not linked [for user "root"]
[ERROR] Volumes:
[ERROR] testonepointzero/my-volume is faulty because network "testonepointzero/my-network" is not linked
[OK] Drives
[OK] Leftovers
SYSTEM SANITY:
[OK] Username
[OK] Space left
[WARNING] Environment:
INFINIT_RDV: INFINIT_HOME/.local/share/infinit/filesystem/
Reason: your environment contains variables that will modify Infinit default behavior. For more details visit https://infinit.sh/documentation/environment-variables
[OK] Permissions
[OK] FUSE
CONNECTIVITY:
[OK] Connection to https://beyond.infinit.sh
[OK] Local interfaces
[ERROR] NAT:
Reason: network operation timed out
[ERROR] UPnP:
Reason: UPNP device discovery failure: 0
[ERROR] Protocols:
[ERROR] RDV UTP
Reason: Couldn't connect after 3 seconds
[ERROR] RDV UTP (XOR)
Reason: Couldn't connect after 3 seconds
[ERROR] TCP
Reason: connection refused
[ERROR] UDP
Reason: Couldn't connect after 3 seconds
[ERROR] UTP
Reason: connection refused
[ERROR] UTP (XOR)
Reason: connection refused
As I mentioned, I'm completely new to this, so I would appreciate any advice in layman's terms, if possible ;)