Unable to access Config/Properties, couldn't boot properly (error is (signal: 4 (SIGILL))

I have been running my node for over a year on DIY Embassy One, all good.

But 2 days ago the Diagnostic screen popped up with Unknown Error (signal: 4 (SIGILL)).

Tried Restart Server several times then only can get back to normal interface. But then, I couldn’t access Config/Properties for all services installed, same error.

If I try to reboot, it will most likely go to the Diagnostic screen, and I have to Restart Server several times from Diagnostic screen again to get the interface back.

I also couldnt restore my Ligthning Terminal from backup, same error (i think the same will occur for other services too, I don’t dare to try anything now)

Fyi, I have also tried System Rebuild, didn’t work.


2024-11-15T14:23:57+08:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SPANTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2024-11-15T14:23:57+08:00 0: startos::procedure::js_scripts::execute
2024-11-15T14:23:57+08:00 at startos/src/procedure/js_scripts.rs:71
2024-11-15T14:23:57+08:00 1: startos::procedure::execute
2024-11-15T14:23:57+08:00 at startos/src/procedure/mod.rs:60
2024-11-15T14:23:57+08:00 2: startos::status::health_check::check
2024-11-15T14:23:57+08:00 at startos/src/status/health_check.rs:71
2024-11-15T14:23:57+08:00 3: startos::manager::health::check
2024-11-15T14:23:57+08:00 at startos/src/manager/health.rs:11
2024-11-15T14:23:57+08:00 4: startos::manager::run_main
2024-11-15T14:23:57+08:00 at startos/src/manager/mod.rs:652
2024-11-15T14:23:57+08:00 Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
2024-11-15T14:23:57+08:00 Run with RUST_BACKTRACE=full to include source snippets., kind: Javascript, revision: None }
2024-11-15T14:23:58+08:00 2024-11-15T06:23:58.914470Z DEBUG run_main:check: startos::manager::health: Checking health of lnd
2024-11-15T14:24:12+08:00 2024-11-15T06:24:12.783572Z DEBUG run_main:check: startos::manager::health: Checking health of lightning-terminal
2024-11-15T14:24:12+08:00 2024-11-15T06:24:12.992536Z ERROR run_main: startos::manager: Failed to run health check for lightning-terminal: Javascript Engine Error: Unknown Error (signal: 4 (SIGILL))
2024-11-15T14:24:12+08:00 2024-11-15T06:24:12.992591Z DEBUG run_main: startos::manager: Error { source:
2024-11-15T14:24:12+08:00 0: Unknown Error (signal: 4 (SIGILL))
2024-11-15T14:24:12+08:00 Location:
2024-11-15T14:24:12+08:00 startos/src/util/mod.rs:163

By DIY Embassy One, do you mean a Raspberry Pi with a microSD card?

Yes, with a 2tb SSD inside.

Reflash the SSD

https://docs.start9.com/0.3.5.x/flashing-guides/os-pi

Then continue the process using the existing drive to preserve your data.

Thank you! I think I get it, fyi I have LND running and I do not want to force close any channel. So, I will need to

  1. Shutdown the device.
  2. Take out the SDcard, leave the 2tb SSD inside.
  3. Flash the SD card with startos
  4. Boot up and follow the steps in the manual below:

    Is that correct?

That’s correct. The key is to choose the two options you have highlighted after reinserting the microSD.

1 Like

Got it!!
ty

1 Like