SAFE Network - TEST 2 - Update (7th May 12:15 BST) Now complete

Was there a link or image?

Outstanding effort!!

3 Likes

vault runs fine over openvpn here , maybe a bit slow, but it found its way through the hops :slight_smile:

Well done guys

6 Likes

Ohhps yes - edited now …

1 Like

Nice @dirvine … Would this link become public?

It’s just my local machine :wink:
terminator (terminal)
htop
strace
nethogs
nload
a wee script to monitor process threads watch ps -onlwp `pgrep safe_vault |cut -d" " -f1 `
plus our vaults and a logging window.

9 Likes

Outstanding work devs. Really proud to be a part of this community.

7 Likes

I’ve Vault also running on my Linux Mint :slight_smile:
102 established tcp connections.
The chunks are stored in the /tmp/safe-vault.* folders?
What is the max size this folders could take at the moment? Is it configurable?

Well it doesn’t get much easier to run a vault. I saw chunks arrive quite quickly:

ls -hs /tmp/safe-vault.*


To watch this update on linux try:

$ while(true) do clear; ls -hs /tmp/safe-vault.* ;  sleep 5; done
9 Likes

you can also use watch `ls -hs /tmp/safe-vault.*` if you want. You can alter the time to refresh with this as well.

2 Likes

yeah those where my chunks you got there :stuck_out_tongue: http://badger.riddim.safenet/

2 Likes

Reading each update is really breathtaking for me. It is like watching SpaceX rocket launch in first line! Thanks for all your work! This year will be historical!

5 Likes

Just an fyi, the vault is not running on debian wheezy since they’re still using glibc 2.13

Running fine on jessie and arch though.

Great work guys, cnongratulations!

6 Likes

Yes we will be issuing musl binaries soon - they will work on all linux versions (well for each architecture) Thx for update :+1

2 Likes

@Ross

What’s the datacap for Vaults at the moment?

1 Like

Think it’s 100Mb …

4 Likes

Should we compile a tmux-session setup of the best scripts to watch the vault logging :wink: . So we can have those awesome always-running-live-log-screens they do in hacking-scenes in the movies?


But more seriously, where do those docker containers @Ross mentioned?

4 Likes

This is amazing! So, what’s the near-term plan now?

5 Likes

Behind a VPN. It “just works”. loving it.

5 Likes

Sleep this weekend, beer tonight :wink:

Some cleanup in routing and vaults next week, maybe 2. Crust mio abstractions at same time (reduce thread count).

More work on stabilisation, installers, docker, deployments and then execute that roadmap. We will probably do another 1 test like this at least though, maybe 2, unsure yet till we gather results from our own logs.

21 Likes