Community-Test (oct8) Ofline

In the Terminal? Do you have a command for that?

I’ve had this issue for quite some time. I was able to join in previous tests by manually downloading safe CLI and it would just run the interactive shell but doing anything from my default terminal shell is basically a useless pursuit for me.

2 Likes

rm ~/.safe/cli/config.json

3 Likes

Thanks @Southside

2 Likes

This is unfortunate but Apple just has to be different - otherwise folk would wise up to the scam that it is.
Can I gently suggest getting a cheap PC and sticking Ubuntu on it and using the standard and well-supported bash shell?

zsh is all very well and fits in with Apple’s use of BSD but at the end of the day its simply a UNIX that Apple needs to differentiate from Linux for marketing reasons.
serious danger of restarting a Holy War here and going off-topic - sorry

EDIT: or this might help Upgrading Bash on macOS. One thing that many macOS users don’t… | by Daniel Weibel | ITNEXT

4 Likes

Well, using different shells is OK :).

I use Fish shell rather than Bash. A lot of people enjoy using zsh too, although I don’t know what Apple’s reasoning is for changing it to the default.

@Nigel what I would do is just run rm -rf ~/.safe just now and clear out everything that’s in there. You probably have a lot of old stuff lying around.

Report back please if the safe node install --version 0.32.0 works ok after that.

4 Likes

Yes, philosophically yo are totally correct, but right now it’s a PITA.
I quite like the fish shell myself and can see great advantages in zsh and oh-my-zsh but for @Nigel at his level of unfamiliarity with the shell its very much a hassle.

Well, I’m not sure exactly what has happened here, because like I said, I’m pretty sure one time when I was speaking to Stephen fairly recently, he tested the install script and there weren’t any issues. He’s a macOS user and probably won’t have changed back to Bash, though I’m not sure.

1 Like

Can the others who tried and got no further than timeouts please have a look at these logs?
First check if any of the IPs you used are listed as directories within the archive and if not grep them for your IP(s)


cd extracted-log-archive-dir
grep -rn 'your-ip'

Im still going through all the hits but mostly its of the form
default/165.22.117.41/logs/sn_node.log.2021-10-09-01:49:{"timestamp":"Oct 09 01:00:59.715","level":"DEBUG","fields":{"message":"Sending client msg to 9x.27.1xx.2xx:55775: WireMsg { header: WireMsgHeader { version: 1, msg_envelope: MsgEnvelope { msg_id: MessageId(1edf..fbe5), msg_kind: ServiceMsg(ServiceAuth { public_key: Ed25519(PublicKey(8957..c413)), signature: Ed25519(Signature(fba5..d703)) }), dst_location: EndUser(EndUser(74153d(01110100)..)) } } }"},"target":"safe_network::routing::routing_api::dispatcher","threadName":"tokio-runtime-worker"}

Now ya done it.

Ran your remove command and then did a fresh install of CLI then ran node install --version 0.32.0 notice I can never use safe at the beginning of the command, it always says that command isn’t recognized.

Anyways got the newest node version installed! :tada:

2 Likes

My IP’s not there - is yours?

1 Like

Wait, so did you copy safe into /usr/local/bin or not?

The installer is always going to put the safe binary at ~/.safe/cli/safe and we know you’re not going to be able to access that without referring to the binary with its full path.

So for example, if you run this:

~/.safe/cli/safe node install --version 0.32.0

That will run the binary from its direct location. You can’t run safe without qualifying it with its full path because based on your output from env, we know that PATH isn’t being modified to have ~/.safe/cli on it.

When you try to run any program in the shell, it tries to find that program in all the locations that are defined on the PATH variable. Since ~/.safe/cli isn’t on your path, that’s why it’s not finding it. Does that make sense?

However, if you do this:

sudo cp ~/.safe/cli/safe /usr/local/bin

That will copy the safe binary to /usr/local/bin, which is on your PATH variable, so the shell will be able to find the binary.

I hope that makes sense. Please ask if it doesn’t clarify.

3 Likes

My IP(s) are not in the list of directories - which I assume(always dangerous) are the IPs of the nodes that did successfully connect or transferred chunks, blobs.

However if I search the whole archive i can find messages in which my IPs do appear showing if nothing else that communication was established at some level and then failed to complete.

2 Likes

Just to clarify cos I mind being bewildered by this when I was a Linux /command line n00b

“~” is shorthand for “my home directory” - almost always /home/$USER.
Apple will probably do it differently (just because) but it should be /home/nigel to conform to the rest of UNIXdom

Ignore me if Im teaching my granny to suck eggs

EDIT: to @nigel, sorry

2 Likes

The home directory on macOS is /Users/<username>.

2 Likes

Looks like network died shortly after
{"timestamp":"Oct 08 22:47:17.224","level":"INFO","fields":{"message":"Member Lost: 1dd28e(00011101).."},"target":"safe_network::node::node_api::handle","threadName":"sn_node"}
It wasn’t able to bear the loss.


Last approved peer:
{"timestamp":"Oct 08 22:44:16.890","level":"INFO","fields":{"message":"Our section with Prefix() has approved peer Peer { name: 75cbc8(01110101)


It is possible that all oct6 networks died because of the same reason.
1-2 hours till first disconnect looks like reasonable value.

4 Likes

No, sorry, such a newb.

Okay so running ~/.safe/cli/safe node install --version 0.32.0 will let it run the binary directly so no need to set the path? So would you recommend that or the sudo command to actually set the path?

I think I get it I just need to learn the how and keep getting my hands dirty. Your explanations are very helpful.

3 Likes

You can run the binary from its direct location if you want to. However, if you want to use the shorthand safe and not have to refer to the full location all the time, the binary needs to be in a location that is on the PATH variable.

So if you copied it to /usr/local/bin using sudo cp ~/.safe/cli/safe /usr/local/bin that would put it in there and you wouldn’t need to refer to it with the full location.

The other option is to modify your zsh profile so that the PATH variable can be extended to include ~/.safe/cli. There’s a little guide here:

If this is in your ~/.zhsrc file, this will mean that the CLI location will always be added to PATH:

export PATH=$PATH:~/.safe/cli

Edit just to explain a bit more: what this is doing is appending ~/.safe/cli to the current PATH variable. It resets PATH by reading its current value by referencing it with $PATH and then appends the new location onto the end using the colon as a separator.

You can always run env to check what the value of it is. Note that when you change your ~/.zshrc file, the shell won’t reload the configuration automatically. You either need to run source ~/.zshrc or start a new shell session.

Edit: @Nigel

3 Likes

That’s the IPs of @Josh `s nodes.

3 Likes

Yep - I was looking for the wrong IP like a dummy - here are my (truncated) logs

Summary

138.68.177.58/logs/sn_node.log.2021-10-09-09:1:{“timestamp”:“Oct 09 09:16:54.798”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:47690”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
138.68.177.58/logs/sn_node.log.2021-10-09-09:2:{“timestamp”:“Oct 09 09:20:38.529”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:38328”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
138.68.177.58/logs/sn_node.log.2021-10-09-09:3:{“timestamp”:“Oct 09 09:22:07.804”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:44254”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
138.68.177.58/logs/sn_node.log.2021-10-09-09:4:{“timestamp”:“Oct 09 09:23:10.049”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:48970”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
138.68.177.58/logs/sn_node.log.2021-10-09-09:5:{“timestamp”:“Oct 09 09:32:21.293”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:54673”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
138.68.177.58/logs/sn_node.log.2021-10-09-09:6:{“timestamp”:“Oct 09 09:32:41.237”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:59512”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
138.68.177.58/logs/sn_node.log.2021-10-09-09:7:{“timestamp”:“Oct 09 09:33:01.055”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:56176”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.113.240/logs/sn_node.log.2021-10-09-09:1:{“timestamp”:“Oct 09 09:16:54.798”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:47690”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.113.240/logs/sn_node.log.2021-10-09-09:2:{“timestamp”:“Oct 09 09:20:38.529”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:38328”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.113.240/logs/sn_node.log.2021-10-09-09:3:{“timestamp”:“Oct 09 09:22:07.804”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:44254”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.113.240/logs/sn_node.log.2021-10-09-09:4:{“timestamp”:“Oct 09 09:23:10.049”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:48970”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.113.240/logs/sn_node.log.2021-10-09-09:5:{“timestamp”:“Oct 09 09:32:21.293”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:54673”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.113.240/logs/sn_node.log.2021-10-09-09:6:{“timestamp”:“Oct 09 09:32:41.237”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:59512”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.113.240/logs/sn_node.log.2021-10-09-09:7:{“timestamp”:“Oct 09 09:33:01.055”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:56176”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:50:{“timestamp”:“Oct 09 00:12:35.129”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 5ebaa3… at xxx.xxxx.xxx.xx:52845”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:51:{“timestamp”:“Oct 09 00:12:35.137”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:52845 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:56:{“timestamp”:“Oct 09 00:12:35.151”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 6, nonce_signature: Signature(e37b…840c) }) } from 5ebaa3… at xxx.xxxx.xxx.xx:52845”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:64:{“timestamp”:“Oct 09 00:15:35.072”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:52845”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:82:{“timestamp”:“Oct 09 00:18:35.175”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 03737f… at xxx.xxxx.xxx.xx:41276”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:83:{“timestamp”:“Oct 09 00:18:35.191”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:41276 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:90:{“timestamp”:“Oct 09 00:18:35.209”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 2, nonce_signature: Signature(23a8…0c04) }) } from 03737f… at xxx.xxxx.xxx.xx:41276”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:96:{“timestamp”:“Oct 09 00:21:35.082”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:41276”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:99:{“timestamp”:“Oct 09 00:23:24.027”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 6dddff… at xxx.xxxx.xxx.xx:58385”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:100:{“timestamp”:“Oct 09 00:23:24.036”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:58385 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:105:{“timestamp”:“Oct 09 00:23:24.053”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 2, nonce_signature: Signature(5612…8706) }) } from 6dddff… at xxx.xxxx.xxx.xx:58385”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.147/logs/sn_node.log.2021-10-09-00:127:{“timestamp”:“Oct 09 00:26:23.974”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:58385”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
…more of this…
165.22.114.55/logs/sn_node.log.2021-10-09-00:64:{“timestamp”:“Oct 09 00:15:35.072”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:52845”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:82:{“timestamp”:“Oct 09 00:18:35.174”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 03737f… at xxx.xxxx.xxx.xx:41276”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:83:{“timestamp”:“Oct 09 00:18:35.184”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:41276 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:90:{“timestamp”:“Oct 09 00:18:35.207”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 0, nonce_signature: Signature(86a4…9003) }) } from 03737f… at xxx.xxxx.xxx.xx:41276”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:96:{“timestamp”:“Oct 09 00:21:35.082”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:41276”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:99:{“timestamp”:“Oct 09 00:23:24.027”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 6dddff… at xxx.xxxx.xxx.xx:58385”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:100:{“timestamp”:“Oct 09 00:23:24.038”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:58385 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:105:{“timestamp”:“Oct 09 00:23:24.056”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 1, nonce_signature: Signature(ec36…f703) }) } from 6dddff… at xxx.xxxx.xxx.xx:58385”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:127:{“timestamp”:“Oct 09 00:26:23.974”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:58385”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:146:{“timestamp”:“Oct 09 00:29:24.058”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from eae4af… at xxx.xxxx.xxx.xx:42103”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:147:{“timestamp”:“Oct 09 00:29:24.065”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:42103 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:152:{“timestamp”:“Oct 09 00:29:24.082”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 4, nonce_signature: Signature(1c8c…5a03) }) } from eae4af… at xxx.xxxx.xxx.xx:42103”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.114.55/logs/sn_node.log.2021-10-09-00:160:{“timestamp”:“Oct 09 00:32:23.979”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:42103”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.81/logs/sn_node.log.2021-10-09-09:1:{“timestamp”:“Oct 09 09:16:54.798”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:47690”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.81/logs/sn_node.log.2021-10-09-09:2:{“timestamp”:“Oct 09 09:20:38.528”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:38328”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.81/logs/sn_node.log.2021-10-09-09:3:{“timestamp”:“Oct 09 09:22:07.804”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:44254”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.81/logs/sn_node.log.2021-10-09-09:4:{“timestamp”:“Oct 09 09:23:10.049”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:48970”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.81/logs/sn_node.log.2021-10-09-09:5:{“timestamp”:“Oct 09 09:32:21.293”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:54673”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.81/logs/sn_node.log.2021-10-09-09:6:{“timestamp”:“Oct 09 09:32:41.239”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:59512”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.81/logs/sn_node.log.2021-10-09-09:7:{“timestamp”:“Oct 09 09:33:01.055”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:56176”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.86/logs/sn_node.log.2021-10-09-09:1:{“timestamp”:“Oct 09 09:16:54.799”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:47690”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.86/logs/sn_node.log.2021-10-09-09:2:{“timestamp”:“Oct 09 09:20:38.530”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:38328”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.86/logs/sn_node.log.2021-10-09-09:3:{“timestamp”:“Oct 09 09:22:07.804”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:44254”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.86/logs/sn_node.log.2021-10-09-09:4:{“timestamp”:“Oct 09 09:23:10.049”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:48970”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.86/logs/sn_node.log.2021-10-09-09:5:{“timestamp”:“Oct 09 09:32:21.293”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:54673”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.86/logs/sn_node.log.2021-10-09-09:6:{“timestamp”:“Oct 09 09:32:41.239”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:59512”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.114.86/logs/sn_node.log.2021-10-09-09:7:{“timestamp”:“Oct 09 09:33:01.055”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:56176”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:50:{“timestamp”:“Oct 09 00:12:35.130”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 5ebaa3… at xxx.xxxx.xxx.xx:52845”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:51:{“timestamp”:“Oct 09 00:12:35.137”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:52845 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:56:{“timestamp”:“Oct 09 00:12:35.153”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 0, nonce_signature: Signature(2318…5603) }) } from 5ebaa3… at xxx.xxxx.xxx.xx:52845”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:64:{“timestamp”:“Oct 09 00:15:35.073”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:52845”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:82:{“timestamp”:“Oct 09 00:18:35.175”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 03737f… at xxx.xxxx.xxx.xx:41276”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:83:{“timestamp”:“Oct 09 00:18:35.184”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:41276 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:88:{“timestamp”:“Oct 09 00:18:35.197”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 0, nonce_signature: Signature(9f38…fd00) }) } from 03737f… at xxx.xxxx.xxx.xx:41276”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:96:{“timestamp”:“Oct 09 00:21:35.082”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:41276”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:99:{“timestamp”:“Oct 09 00:23:24.028”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 6dddff… at xxx.xxxx.xxx.xx:58385”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:100:{“timestamp”:“Oct 09 00:23:24.039”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:58385 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:108:{“timestamp”:“Oct 09 00:23:24.066”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 1, nonce_signature: Signature(7c50…ba0e) }) } from 6dddff… at xxx.xxxx.xxx.xx:58385”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:127:{“timestamp”:“Oct 09 00:26:23.974”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:58385”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:146:{“timestamp”:“Oct 09 00:29:24.061”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from eae4af… at xxx.xxxx.xxx.xx:42103”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:147:{“timestamp”:“Oct 09 00:29:24.070”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:42103 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:155:{“timestamp”:“Oct 09 00:29:24.100”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 0, nonce_signature: Signature(63a4…4a07) }) } from eae4af… at xxx.xxxx.xxx.xx:42103”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-00:160:{“timestamp”:“Oct 09 00:32:23.980”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:42103”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:1:{“timestamp”:“Oct 09 09:16:54.798”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:47690”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:2:{“timestamp”:“Oct 09 09:20:38.530”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:38328”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:3:{“timestamp”:“Oct 09 09:22:07.804”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:44254”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:6:{“timestamp”:“Oct 09 09:23:10.111”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 152842… at xxx.xxxx.xxx.xx:48970”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:7:{“timestamp”:“Oct 09 09:23:10.117”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:48970 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:10:{“timestamp”:“Oct 09 09:23:10.127”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 0, nonce_signature: Signature(8d8e…5703) }) } from 152842… at xxx.xxxx.xxx.xx:48970”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:13:{“timestamp”:“Oct 09 09:26:10.031”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:48970”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:14:{“timestamp”:“Oct 09 09:32:41.238”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:59512”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:15:{“timestamp”:“Oct 09 09:33:01.054”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:56176”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:18:{“timestamp”:“Oct 09 09:33:01.117”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 4cbec1… at xxx.xxxx.xxx.xx:56176”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:19:{“timestamp”:“Oct 09 09:33:01.122”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:56176 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:22:{“timestamp”:“Oct 09 09:33:01.131”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 11, nonce_signature: Signature(32e1…760a) }) } from 4cbec1… at xxx.xxxx.xxx.xx:56176”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:25:{“timestamp”:“Oct 09 09:33:41.302”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:54673”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.117.41/logs/sn_node.log.2021-10-09-09:26:{“timestamp”:“Oct 09 09:35:01.146”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:56176”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.118.96/logs/sn_node.log.2021-10-09-09:1:{“timestamp”:“Oct 09 09:20:38.530”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:38328”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.118.96/logs/sn_node.log.2021-10-09-09:2:{“timestamp”:“Oct 09 09:22:07.804”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:44254”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.118.96/logs/sn_node.log.2021-10-09-09:3:{“timestamp”:“Oct 09 09:32:41.239”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:59512”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.118.98/logs/sn_node.log.2021-10-09-09:1:{“timestamp”:“Oct 09 09:22:07.804”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:44254”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
165.22.118.98/logs/sn_node.log.2021-10-09-09:2:{“timestamp”:“Oct 09 09:32:41.239”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:59512”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
178.62.91.184/logs/sn_node.log.2021-10-09-00:62:{“timestamp”:“Oct 09 00:12:35.092”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(0171…ec21), resource_proof_response: None } from b948ca… at xxx.xxxx.xxx.xx:52845”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
178.62.91.184/logs/sn_node.log.2021-10-09-00:63:{“timestamp”:“Oct 09 00:12:35.092”,“level”:“DEBUG”,“fields”:{“message”:“JoinRequest from b948ca… at xxx.xxxx.xxx.xx:52845 - name doesn’t match our prefix Prefix().”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
178.62.91.184/logs/sn_node.log.2021-10-09-00:66:{“timestamp”:“Oct 09 00:12:35.123”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from 5ebaa3… at xxx.xxxx.xxx.xx:52845”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
178.62.91.184/logs/sn_node.log.2021-10-09-00:67:{“timestamp”:“Oct 09 00:12:35.130”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:52845 is externally
…more of this…
Prefix().”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
178.62.91.184/logs/sn_node.log.2021-10-09-00:186:{“timestamp”:“Oct 09 00:29:24.055”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: None } from eae4af… at xxx.xxxx.xxx.xx:42103”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
178.62.91.184/logs/sn_node.log.2021-10-09-00:187:{“timestamp”:“Oct 09 00:29:24.062”,“level”:“INFO”,“fields”:{“message”:“Peer xxx.xxxx.xxx.xx:42103 is externally reachable.”},“target”:“safe_network::routing::core::comm”,“threadName”:“tokio-runtime-worker”}
178.62.91.184/logs/sn_node.log.2021-10-09-00:190:{“timestamp”:“Oct 09 00:29:24.071”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(026f…1841), resource_proof_response: Some(ResourceProofResponse { solution: 0, nonce_signature: Signature(80a4…e103) }) } from eae4af… at xxx.xxxx.xxx.xx:42103”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
178.62.91.184/logs/sn_node.log.2021-10-09-00:200:{“timestamp”:“Oct 09 00:32:23.979”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:42103”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:1:{“timestamp”:“Oct 09 09:18:10.145”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:47690”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:2:{“timestamp”:“Oct 09 09:21:58.538”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:38328”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:4:{“timestamp”:“Oct 09 09:23:10.067”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(0171…ec21), resource_proof_response: None } from c8ab99… at xxx.xxxx.xxx.xx:48970”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:5:{“timestamp”:“Oct 09 09:23:10.067”,“level”:“DEBUG”,“fields”:{“message”:“JoinRequest from c8ab99… at xxx.xxxx.xxx.xx:48970 - name doesn’t match our prefix Prefix().”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:6:{“timestamp”:“Oct 09 09:23:27.812”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:44254”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:7:{“timestamp”:“Oct 09 09:26:10.031”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:48970”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:8:{“timestamp”:“Oct 09 09:32:21.292”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:54673”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:10:{“timestamp”:“Oct 09 09:33:01.070”,“level”:“DEBUG”,“fields”:{“message”:“Received JoinRequest { section_key: PublicKey(0171…ec21), resource_proof_response: None } from 74568a… at xxx.xxxx.xxx.xx:56176”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:11:{“timestamp”:“Oct 09 09:33:01.070”,“level”:“DEBUG”,“fields”:{“message”:“JoinRequest from 74568a… at xxx.xxxx.xxx.xx:56176 - name doesn’t match our prefix Prefix().”},“target”:“safe_network::routing::core::msg_handling::join”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:12:{“timestamp”:“Oct 09 09:34:01.247”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:59512”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}
46.101.46.103/logs/sn_node.log.2021-10-09-09:13:{“timestamp”:“Oct 09 09:35:01.085”,“level”:“DEBUG”,“fields”:{“message”:“Possible connection loss detected with addr: xxx.xxxx.xxx.xx:56176”},“target”:“safe_network::routing::core::connectivity”,“threadName”:“tokio-runtime-worker”}

3 Likes

Here is the elder list at the time of crash:

31a687: 165.22.114.55:12000
3d169f: 165.22.114.147:12000
7b2ec9: 178.62.91.184:12000
a802a4: 165.22.122.52:12000 - died at Oct 08 22:47:17
aac6a5: 138.68.150.139:12000 - died at Oct 08 22:48:17
bbcc25: 165.22.117.41:12000
fad338: 209.97.132.120:12000 - died at Oct 08 22:49:17

How many elders are needed for network to function correctly?


Looks like that :17 have some meaning.
What happens in network every minute?

5 Likes