SAFE Network - Test 16

I’ll just note that a delay at the start of vault does become a retry and success:

Running safe_vault v0.14.0
==========================
I 17-04-07 08:59:59.611749 Node(9df58e..()) Requesting a relocated name from the network. This can take a while.
I 17-04-07 09:05:59.612216 Node(9df58e..()) Failed to get relocated name from the network, so restarting.
W 17-04-07 09:05:59.613052 Restarting Vault
I 17-04-07 09:06:02.711734 Node(c13c94..()) Requesting a relocated name from the network. This can take a while.
I 17-04-07 09:06:03.102895 Node(8d33c3..()) Received relocated name. Establishing connections to 20 peers.
I 17-04-07 09:06:03.153232 Node(8d33c3..()) Starting approval process to test this node's resources. This will take at least 300 seconds.

which is good :slight_smile:

2 Likes

Good experience from here then, except as above it seems galaxy times out.

safe://hello
safe://big.hello - 19.4MB

3 Likes

Yesterday, at 22:49:58 UTC the program updating safe://galaxy crashed because a NFS request timed out.

I have just discovered this right now, and I am not able to relaunch the program anymore (get user root directory listing request always times out).

I don’t know how to solve this, so I just asked for another invite and recreated the site with another name (safe://constellations). Maybe this is a better name because i find that sections look like constellations.

6 Likes

Many thanks to the team for the effort to get this done!
Started a vault and all looks nice.

Uploaded a few files and noticed that data upload counter does not seem to show correct value:

2 Likes

Counts are PUTS (chunks written to the network) rather than MB. They are related but not the same thing, which is why the numbers don’t match.

1 Like

A post was split to a new topic: Request for Test 16 Logs in the following cases

Yes, but it says Total Data Upload 11.2 KB. Although I have uploaded multiple mp3 files that are 10 MB each.

The 11,2 KB data upload only refers to that specific session. Did you upload the mp3’s in this same session, or did you restart the launcher in between?

Did all of that in one session.

I’ve noticed the routing table size is changing every 10 seconds or so - same problem I guess?

1 Like

Yes, seems like it to me.

1 Like

Thank you @drehb. I’m a noob when it comes to things like this.
In the terminal I get the message:

E 17-04-07 10:38:15.580293 Failed to Bootstrap: (FailedExternalReachability) Bootstrappee node could not establish connection to us.
I 17-04-07 10:38:15.581296 Bootstrapping(41f597…) Failed to bootstrap. Terminating.

So, I guess that it can´t get through the router.

In the router there are only three settings for UPnP:
UPnP Enabled: ON
NAT-PMP Enabled:ON
Secure Mode Enabled: OFF

Anything else I need to consider?

Otherwise I will see if I can learn how to port forward

Is the port open in the firewall??? Could be your virusscanner’s firewall as well. I have to open port 5483 on my router as well, even with UPnP activated.

4 Likes

Ahh, so much to learn… :slight_smile:

Edit: Made a rule for the firewall to accept safevault.exe but this had no effect.

1 Like

hiya,

tried to start v14:

Running safe_vault v0.14.0
==========================
I 17-04-07 13:04:20.600036 Node(763f5e..()) Requesting a relocated name from the network. This can take a while.
I 17-04-07 13:04:21.063739 Node(006b65..()) Received relocated name. Establishing connections to 17 peers.
I 17-04-07 13:04:21.272468 Node(006b65..()) Starting approval process to test this node's resources. This will take at least 300 seconds.
I 17-04-07 13:04:51.063385 Node(006b65..()) 0/17 resource proof response(s) complete, 57% of data sent. 380/410 seconds remaining.
I 17-04-07 13:05:21.063567 Node(006b65..()) 14/17 resource proof response(s) complete, 89% of data sent. 350/410 seconds remaining.
I 17-04-07 13:05:51.063752 Node(006b65..()) 14/17 resource proof response(s) complete, 94% of data sent. 320/410 seconds remaining.
I 17-04-07 13:06:21.063877 Node(006b65..()) 16/17 resource proof response(s) complete, 96% of data sent. 290/410 seconds remaining.
I 17-04-07 13:06:51.064116 Node(006b65..()) 16/17 resource proof response(s) complete, 97% of data sent. 260/410 seconds remaining.
I 17-04-07 13:07:21.064360 Node(006b65..()) 16/17 resource proof response(s) complete, 98% of data sent. 230/410 seconds remaining.
I 17-04-07 13:07:51.064541 Node(006b65..()) 16/17 resource proof response(s) complete, 99% of data sent. 200/410 seconds remaining.
I 17-04-07 13:08:21.064761 Node(006b65..()) 16/17 resource proof response(s) complete, 99% of data sent. 170/410 seconds remaining.
I 17-04-07 13:08:51.064961 Node(006b65..()) All 17 resource proof responses fully sent. 140/410 seconds remaining.
I 17-04-07 13:09:21.065262 Node(006b65..()) All 17 resource proof responses fully sent. 110/410 seconds remaining.
I 17-04-07 13:09:51.065377 Node(006b65..()) All 17 resource proof responses fully sent. 80/410 seconds remaining.
I 17-04-07 13:10:21.065482 Node(006b65..()) All 17 resource proof responses fully sent. 50/410 seconds remaining.
I 17-04-07 13:10:51.065639 Node(006b65..()) All 17 resource proof responses fully sent. 20/410 seconds remaining.
I 17-04-07 13:11:11.063369 Node(006b65..()) All 17 resource proof responses fully sent, but timed out waiting for approval from the network. This could be due to the target section experiencing churn. Terminating node.

will retry…

rup

2 Likes

2nd time straight in not probs…

rup

4 Likes

First attempt at this. Does this mean I’m running a vault? If so what node am I?

2 Likes

Yep! You are node b4ecf9 in section 101

2 Likes

Awesome! Thanks :slight_smile:

One thing I’m confused about is that I didn’t assign any hard drive space. How do I do that? And how much does it assign by default?

1 Like

Welcome to vaulthood :slight_smile:

It assigns 5GB. You can change it in the config file safe_vault.vault.config - change "max_capacity": 5368709120 to another value. You’d presumably need to restart the vault though.

If you’re in Windows the chunks get stored at C:\Users\ [your_name]\AppData\Local\Temp\safe_vault_chunk_store

5 Likes