Was there a link or image?
Outstanding effort!!
vault runs fine over openvpn here , maybe a bit slow, but it found its way through the hops
Well done guys
Ohhps yes - edited now âŚ
Nice @dirvine ⌠Would this link become public?
Itâs just my local machine
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.
Outstanding work devs. Really proud to be a part of this community.
Iâve Vault also running on my Linux Mint
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
you can also use watch `ls -hs /tmp/safe-vault.*`
if you want. You can alter the time to refresh with this as well.
yeah those where my chunks you got there http://badger.riddim.safenet/
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!
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!
Yes we will be issuing musl binaries soon - they will work on all linux versions (well for each architecture) Thx for update :+1
Whatâs the datacap for Vaults at the moment?
Think itâs 100Mb âŚ
Should we compile a tmux-session setup of the best scripts to watch the vault logging . 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?
This is amazing! So, whatâs the near-term plan now?
Behind a VPN. It âjust worksâ. loving it.
Sleep this weekend, beer tonight
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.