SAFE Network - Test 15

Thank you so much for your help! I have not read anything about this test, so I do not know what it is actually testing. However, it should be said that my PC rocks an Intel i5 4690K with a SSD. Also, my network is 40 mb/s up and 40 mb/s down. Therefore, I cannot really understand what should be the problem with my machine.

2 Likes

I don’t know enough to be sure but there was some suggestion I think that small network in flux - that is adopting a lot of new data relative to its size, might prioritise data management than accommodating tests. I might be remembering wrong that the tests need to be adjusted to be more work for the clients and less a drain on nodes resource - or that might have been a passing thought I had in wondering how they work.

My impression is that the tests are mostly about bandwidth atm.

Try again later, might be a better test result??

Test15 expected to be stable enough it might morph into Alpha2… but it’s opportunity to find bugs… and get experience in using Demo App and other capability as listed in OP.

2 Likes

I am not experiencing the same issues as others. More or less instant connection and account creation. Vault speed test completed on first go. davidpbrown’s speed tests all loaded close to instantly except wall.knot which was closer to 10 seconds. More nodes online.

Looks better to me than the last test.

8 Likes

Works well so far on a Droplet I have.
As expected it doesn’t run on my home machine as I cannot do port forwarding.

I will keep it running! Great work :wink:

4 Likes

Seemed to be faster uploading this time too.

6 Likes

Now I am connected with my vault, and it works as a charm! I agree that it could have to do with the network size. Also, I may post the log-file that was dumped this time if it is of any interest.

[EDIT:] URL to log-file: safe://home.leik/Node-1490304751.log

7 Likes

Useful for others to see what the successful vault output looks like…

2 Likes

Trying to get a cloud server up and running :slight_smile:

Run into a problem (been frozen here for 10+ mins) and not sure where to go from here so any help would be awesome!!!

Welcome to Ubuntu 16.10 (GNU/Linux 4.8.0-41-generic x86_64)

9 packages can be updated.
6 updates are security updates.

root@SAFE:~# mkdir ./SAFE
root@SAFE:~# cd ./SAFE
root@SAFE:~/SAFE# wget https://github.com/maidsafe/safe_vault/releases/download/0.13.2/safe_vault-v0.13.2-linux-x64.zip
–2017-03-23 21:57:11-- https://github.com/maidsafe/safe_vault/releases/download/0.13.2/safe_vault-v0.13.2-linux-x64.zip
Resolving github.com (github.com)… 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://github-cloud.s3.amazonaws.com/releases/32022044/815ec5c8-0ff3-11e7-9467-0f6d114c117e.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20170323%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170323T215712Z&X-Amz-Expires=300&X-Amz-Signature=3814b4d7be2e175e636c837540699677d3b7f33048bf2e04beafd223b01866e5&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dsafe_vault-v0.13.2-linux-x64.zip&response-content-type=application%2Foctet-stream [following]
–2017-03-23 21:57:12-- https://github-cloud.s3.amazonaws.com/releases/32022044/815ec5c8-0ff3-11e7-9467-0f6d114c117e.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20170323%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170323T215712Z&X-Amz-Expires=300&X-Amz-Signature=3814b4d7be2e175e636c837540699677d3b7f33048bf2e04beafd223b01866e5&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dsafe_vault-v0.13.2-linux-x64.zip&response-content-type=application%2Foctet-stream
Resolving github-cloud.s3.amazonaws.com (github-cloud.s3.amazonaws.com)… 54.231.120.211
Connecting to github-cloud.s3.amazonaws.com (github-cloud.s3.amazonaws.com)|54.231.120.211|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 4511310 (4.3M) [application/octet-stream]
Saving to: ‘safe_vault-v0.13.2-linux-x64.zip’

safe_vault-v0.13.2- 100%[===================>] 4.30M 1.10MB/s in 4.2s

2017-03-23 21:57:16 (1.02 MB/s) - ‘safe_vault-v0.13.2-linux-x64.zip’ saved [4511310/4511310]

root@SAFE:~/SAFE# sudo apt-get -y install unzip
Reading package lists… Done
Building dependency tree
Reading state information… Done
Suggested packages:
zip
The following NEW packages will be installed:
unzip
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 158 kB of archives.
After this o> peration, 530 kB of additional disk space will be used.

Get:1 Index of /ubuntu yakkety/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Fetched 158 kB in 0s (1,674 kB/s)
Selecting previously unselected package unzip.
(Reading database … 95156 files and directories currently installed.)
Preparing to unpack …/unzip_6.0-20ubuntu1_amd64.deb …
Unpacking unzip (6.0-20ubuntu1) …
Processing triggers for mime-support (3.60ubuntu1) …
Setting up unzip (6.0-20ubuntu1) …
Processing triggers for man-db (2.7.5-1) …
root@SAFE:~/SAFE#

2 Likes

root@SAFE:~/SAFE#

That looks to be the command-line cursor prompt that you will look at for a while until you do the next step :smiley:

You might have rushed ahead but the install of unzip takes a moment to complete.

Now try:

unzip ./safe_vault-v0.13.2-linux-x64.zip
cd ./safe_vault-v0.13.2-linux-x64
screen
[Enter x2]
./safe_vault

Just for completeness I’ll suggest that then is unzipping the compressed file .zip which creates a new directory. ‘cd’ is change directory, moving your cursor to inside the directory. screen is then an abstraction that allows programs to run in the background. ‘./safe_vault’ is a request to run the safe_vault executable. “Ctrl-a and then D” will detach and leave the vault running… you can sit and watch it run for a while to see the different messaging it generates…

and to make the command line prompt more obvious:
root@SAFE:~/SAFE#
is suggesting that you are user ‘root’ at what I called server instance SAFE
with cursor at
~/ == home directory
~/SAFE the SAFE directory within your home directory.

Also, you can do ‘ls’ as a directory listing to see more the files in the folder you are sat in. ‘cd ~/’ or ‘cd …/’ will take you back home where you will see the .zip and the new folder unzipped.

4 Likes

First try and inside …

First upload test: 94.5KB / s.
Second upload test; 112,4KB/s
For now slower than 12c. Maybe a worse relay node.

4 Likes

Thanks for your help and laying out the steps!! I am now officialy running a vault from the cloud. SO cool :sunglasses:

Now I need to go learn what I just did :slight_smile:

6 Likes

If you’re new to Linux - which is what Ubuntu is a flavour of… then you can use just ‘cd’ and ‘ls’ to explore the structure of a Linux system. They are all fairly similar. ‘ls /’ lists the very top level of the system, in which is /home you can ls -l / for more detail.

If you search online for Bash that is a language the shell understands and can be used for simple useful learning exercises… it’s easy to get carried away… that and a couple of vaults and you’ll have your own skynet!

3 Likes

Great to see test 15 up and running

Would it be possible to include in the list of limitations the minimum (upload) link speed people require to run a vault. I gather it is still 6 Mbits/sec which it was in 12c. Just be good to see it listed with the port forwarding/UPnP requirement

Any chance of reducing this?

Be great to try vaults from home, but I only have 2 Mbits/sec upload speed. And its like 2 years before I can expect to upgrade this.

4 Likes

Anyone else getting this error on startup of the vault? I just dies without doing anything for me :frowning:

I 17-03-24 00:15:36.500793 [safe_vault safe_vault.rs:93]

Running safe_vault v0.13.2

T 17-03-24 00:15:42.083112 [routing::states::bootstrapping bootstrapping.rs:131] Bootstrapping(0626af…) Listener started on port 5483.
E 17-03-24 00:15:43.442190 [crust::main::bootstrap mod.rs:188] Failed to Bootstrap: (FailedExternalReachability) Bootstrappee node could not establish connection to us.
I 17-03-24 00:15:43.442190 [routing::states::bootstrapping bootstrapping.rs:216] Bootstrapping(0626af…) Failed to bootstrap. Terminating.
D 17-03-24 00:15:43.442190 [routing::state_machine state_machine.rs:277] State::Bootstrapping(0626af…) Terminating state machine

1 Like

Will test tonight, my first time testing vaults as I have missed out previously.

2 Likes

I’m up and running! Went pretty smoothly.

4 Likes

safe://inirvinewetrust.drehb
:slight_smile:

4 Likes

We commented on that here @Blindsite2k: GPL licensed software leaving github - #12 by Traktion. In short, I don’t see anything significant in the changes to motivate a change, explanation in the post. Thanks.

4 Likes

When this has happened in the past the cause has generally been either having a VPN running or port forwarding not set up properly on the router for port 5483.

1 Like

It looks very much like what happened to me in 12c :

MaidSafe Dev Update - March 2, 2017 - Test 12c - #79 by ustulation

A new config option was added to the crust config file , which should adress the case of some weird router behaviour :

Fix timer bug by ustulation · Pull Request #825 · maidsafe-archive/crust · GitHub

Hopefully setting “force_acceptor_port_in_ext_ep” to TRUE should fix this.

I did not have a chance to try it yet as I am away from home until this afternoon.
EDIT

@ustulation , force_acceptor_port_in_ext_ep works perfectly my side . If I set it to false, test 15 behaves just like 12c and is not reachable from outside. Setting it to TRUE makes it visible. GOOD JOB ! :congratulations:

6 Likes