I had good success with everything running for the first few months. Iβm currently having trouble where my Start9 Server Pure does not seem to stay up and accessible for long periods. It seems like the first things to go are the web services pages, followed by the base StartOS pages. A reboot usually fixes this. I initially thought it was this issue
but I followed the instructions and reinstalled Bonjour many times and the only thing that seems to help is the reboot.
I do see many successful health checks of all my apps, plus these occasional errors in the OS log:
2023-09-25T14:12:48-05:00 2023-09-25T19:12:48.382884Z ERROR startos::net::vhost: Error in VHostController on port 443: Filesystem I/O Error: timed out
2023-09-25T14:12:48-05:00 2023-09-25T19:12:48.382937Z DEBUG startos::net::vhost: Error { source:
2023-09-25T14:12:48-05:00 0: timed out
2023-09-25T14:12:48-05:00 Location:
2023-09-25T14:12:48-05:00 /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/convert/mod.rs:727
2023-09-25T14:12:48-05:00 Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
2023-09-25T14:12:48-05:00 Run with RUST_BACKTRACE=full to include source snippets., kind: Filesystem, revision: None }
2023-09-25T14:12:48-05:00 2023-09-25T19:12:48.383160Z ERROR startos::db: WebSocket Closed: Network Error: WebSocket protocol error: Connection reset without closing handshake
2023-09-25T14:12:48-05:00 2023-09-25T19:12:48.383183Z DEBUG startos::db: Error { source:
2023-09-25T14:12:48-05:00 0: WebSocket protocol error: Connection reset without closing handshake
2023-09-25T14:12:48-05:00 1: Connection reset without closing handshake
2023-09-25T14:12:48-05:00 Location:
2023-09-25T14:12:48-05:00 /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/convert/mod.rs:727
2023-09-25T14:12:48-05:00 ββββββββββββββββββββββββββββββββββ SPANTRACE βββββββββββββββββββββββββββββββββββ
2023-09-25T14:12:48-05:00 0: startos::db::deal_with_messages
2023-09-25T14:12:48-05:00 at src/db/mod.rs:78
2023-09-25T14:12:48-05:00 1: startos::db::ws_handler
2023-09-25T14:12:48-05:00 at src/db/mod.rs:32
2023-09-25T14:12:48-05:00 Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
2023-09-25T14:12:48-05:00 Run with RUST_BACKTRACE=full to include source snippets., kind: Network, revision: None }
How does one set the environment variables like RUST_BACKTRACE? I can SSH into my node, but I donβt see a file with env variables that I should be editing.