People,
Here is my starting from scratch script:
#!/bin/bash
safeup update
safenode-manager reset
safenode-manager add \
--count 8 \
--owner philip_rhoades \
--data-dir-path /safe \
--log-dir-path /safe \
--home-network
safenode-manager start --interval 2000
safenode-manager status --details
/safe is on empty 8TB drive with a newly created btrfs volume.
With:
# safe files upload ./BBCintroDVD.mp4
I am getting:
Logging to directory: "/root/.local/share/safe/client/logs/log_2024-10-15_22-31-51"
safe client built with git version: 412b998 / stable / 412b998 / 2024-10-07
Instantiating a SAFE client...
Connecting to the network with 25 peers
__ Could not connect to the network
Error:
0: Could not connect to the network in 30s
Location:
sn_cli/src/bin/main.rs:136
────────────────────────────────── BACKTRACE ───────────────────────────────────
_ 3 frames hidden _
4: safe::main::{{closure}}::h19cf98d0abb6915a
at <unknown source file>:<unknown line>
5: tokio::runtime::park::CachedParkThread::block_on::hcba030caec052831
at <unknown source file>:<unknown line>
6: safe::main::hdea0e89fbae3fa09
at <unknown source file>:<unknown line>
7: std::sys::backtrace::__rust_begin_short_backtrace::hb2c3057dc9afb0cf
at <unknown source file>:<unknown line>
8: std::rt::lang_start::{{closure}}::h2f2da1aba03e1420
at <unknown source file>:<unknown line>
9: std::rt::lang_start_internal::h93b3b742566fb30c
at <unknown source file>:<unknown line>
10: main<unknown>
at <unknown source file>:<unknown line>
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.