Wasabi 2.6.0 does not work

Hello there,

Since 1 week ago, i have been testing a lot of apps from the Start9 and community registry (specially all the ones most used for running a full node, like Core, Knots, LND, CLN, mempool, RTL…).
All of them were very easy to configure, and I made them all work faster than expected. This is what make StartOS one of the best ways (if not the best) for running your own node.

There is only one app that I could not make it work: Wasabi. But after several previous posts regarding this topic, I guess that is safe to assume that it won’t work until the next update:

I have the same problem than the other users: Wasabi keeps in “starting” status after trying to run it, but it gets stuck there. And if I try to check the logs, there is nothing in there.

What you mention at the end that the Wasabi service on your server is in a constant “starting” state tells me you should try to run a System Rebuild.

This action rebuilds the containers.

You can find this option under System → Power → System Rebuild

Keep in mind that It may take up to 70 minutes to complete. During this time, you will lose all connectivity to your server.

Hey Alvaro, thank you for your reply. I will try to do the System Rebuild, and then let you know if it gets solved this way. Glad to see you outside of BBO :wink:

1 Like

System rebuild has been made. I had to restart the equipment because it was not connecting to internet, but after the restart it connected again.

I tried to run Wasabi, but it is still happening the same: it gets stuck in “starting” status, and the logs remain empty.

As i said in my previous comments with the linked posts related with this topic, this should be a general problem since the new version came out, because it is really weird that several people is facing the same error with this same service. Anyways, if you think we can try another solution, please let me know it. I dont think I would want to use Wasabi anytime soon, but we can try another solution if that could help other users.

What are the specs of your hardware?

Are there any relevant logs in System → OS logs / Kernel logs that indicate an issue when starting Wasabi?

Hi Remcoros,

My hardware specs are the following:

FIREBAT AK2 PLUS MiniPC
Intel N150
16GB RAM
2TB SATA SSD GOLDENFIR (main HD)
512GB NVME SSD (secondary HD)

Checking the system logs in this situation was indeed a good idea: nothing appears in the Kernel logs or in TOR logs, but OS logs are showing some messages and warnings in a loop, until i stop the service. Attaching screenshot.

The “no such file or directory” is very suspicious indeed. Can you uninstall / install it again and see if that changes anything?

Sure: Reinstalled, uninstalled, and installed again, but after checking the logs line by line, everything remains the same.

Looks like the OS is trying to run the wasabi container, but it does not find the required file.

I released the wrapper for Wasabi 2.7.0 yesterday (will be on the registry soon). Could you try to side-load this version: Release Wasabi v2.7.0 · remcoros/wasabi-webtop-startos · GitHub

Download the ‘.s9pk’ file, and upload it in StartOS under System → Side-load a service.

While I don’t think it’s something with Wasabi or the wrapper itself, maybe there’s an issue with the version on the registry. Just to double-check, can you test that 2.7.0 version?

Checked the new version, unfortunately still the same results (same identic logs). So it should not be an issue with the version.

Not sure why it’s giving the “no such file or directory” error, and what it’s trying to access… can you paste those logs as text? Some of it is cut off in the image.

Sure! this is the error loop:

2025-09-02T00:00:20+02:00 0: startos::manager::get_running_ip
2025-09-02T00:00:20+02:00 at startos/src/manager/mod.rs:807
2025-09-02T00:00:20+02:00 1: startos::manager::run_main
2025-09-02T00:00:20+02:00 at startos/src/manager/mod.rs:652
2025-09-02T00:00:20+02:00 Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
2025-09-02T00:00:20+02:00 Run with RUST_BACKTRACE=full to include source snippets., kind: Docker, revision: None }
2025-09-02T00:00:20+02:00 2025-09-01T22:00:20.647239Z ERROR startos::manager::manager_container: failed to start service: Docker Error: Manager runtime returned error: Filesystem I/O Error: No such file or directory (os error 2)
2025-09-02T00:00:20+02:00 2025-09-01T22:00:20.647425Z DEBUG startos::manager::manager_container: Error { source:
2025-09-02T00:00:20+02:00 0: Manager runtime returned error: Filesystem I/O Error: No such file or directory (os error 2)
2025-09-02T00:00:20+02:00 Location:
2025-09-02T00:00:20+02:00 startos/src/manager/mod.rs:835
2025-09-02T00:00:20+02:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SPANTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

I’ve asked someone from Start9 to have a look, as I’m out of ideas at the moment.

1 Like

Are there any more logs around that?

Also, is it logging something during/after the installation?

Hey remcoros,

I could not check more logs after last post, because when i try to run the service (Wasabi), the OS logs gets clogged with the error loop commented before, as it is repeted like 2 or more times per second.

Just tried what you said about checking the logs before and after installation. and this is what i get from the OS logs (the other system logs did not generate anything):

2025-09-02T19:41:49+02:00 2025-09-02T17:41:49.309368Z INFO download_install_s9pk : startos::install: SSL Port Map: {Port(443): (true, PackageId(Id(“wasabi-webtop”))), Port(2106): (true, PackageId(Id(“c-lightning”))), Port(3010): (true, PackageId(Id(“c-lightning”))), Port(3389): (false, PackageId(Id(“bisq”))), Port(7272): (true, PackageId(Id(“c-lightning”))), Port(8080): (false, PackageId(Id(“c-lightning”))), Port(9814): (true, PackageId(Id(“c-lightning”)))}
2025-09-02T19:41:54+02:00 2025-09-02T17:41:54.224489Z DEBUG run_main :check : startos::manager::health: Checking health of vaultwarden
2025-09-02T19:41:54+02:00 2025-09-02T17:41:54.283448Z DEBUG run_main :check : startos::manager::health: Checking health of electrs
2025-09-02T19:41:54+02:00 2025-09-02T17:41:54.892824Z DEBUG run_main :check : startos::manager::health: Checking health of mempool
2025-09-02T19:41:55+02:00 2025-09-02T17:41:55.526694Z DEBUG run_main :check : startos::manager::health: Checking health of lnd
2025-09-02T19:42:02+02:00 2025-09-02T17:42:02.343880Z DEBUG run_main :check : startos::manager::health: Checking health of lnbits
2025-09-02T19:42:03+02:00 2025-09-02T17:42:03.338598Z DEBUG run_main :check : startos::manager::health: Checking health of bitcoind
2025-09-02T19:42:09+02:00 2025-09-02T17:42:09.350584Z DEBUG run_main :check : startos::manager::health: Checking health of vaultwarden
2025-09-02T19:42:10+02:00 2025-09-02T17:42:10.498404Z DEBUG run_main :check : startos::manager::health: Checking health of electrs
2025-09-02T19:42:10+02:00 2025-09-02T17:42:10.694835Z DEBUG run_main :check : startos::manager::health: Checking health of lnd
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.182829Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacking Manifest
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.569567Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacked Manifest
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.570148Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Fetching Dependency Info
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.571124Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Fetched Dependency Info
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.571295Z INFO download_install_s9pk :install_s9pk :unpack_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacking LICENSE.md
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.576507Z INFO download_install_s9pk :install_s9pk :unpack_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacked LICENSE.md
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.576548Z INFO download_install_s9pk :install_s9pk :unpack_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacking INSTRUCTIONS.md
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.605862Z INFO download_install_s9pk :install_s9pk :unpack_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacked INSTRUCTIONS.md
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.605951Z INFO download_install_s9pk :install_s9pk :unpack_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacking /embassy-data/package-data/public/wasabi-webtop/2.7.0/icon.png
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.610549Z INFO download_install_s9pk :install_s9pk :unpack_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacked icon.png
2025-09-02T19:42:12+02:00 2025-09-02T17:42:12.610609Z INFO download_install_s9pk :install_s9pk :unpack_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacking Docker Images
2025-09-02T19:42:17+02:00 2025-09-02T17:42:17.763138Z DEBUG run_main :check : startos::manager::health: Checking health of lnbits
2025-09-02T19:42:19+02:00 2025-09-02T17:42:19.279914Z DEBUG run_main :check : startos::manager::health: Checking health of bitcoind
2025-09-02T19:42:24+02:00 2025-09-02T17:42:24.390002Z DEBUG run_main :check : startos::manager::health: Checking health of vaultwarden
2025-09-02T19:42:25+02:00 2025-09-02T17:42:25.154563Z DEBUG run_main :check : startos::manager::health: Checking health of mempool
2025-09-02T19:42:26+02:00 2025-09-02T17:42:26.283481Z DEBUG run_main :check : startos::manager::health: Checking health of lnd
2025-09-02T19:42:27+02:00 2025-09-02T17:42:27.157778Z DEBUG run_main :check : startos::manager::health: Checking health of electrs
2025-09-02T19:42:39+02:00 2025-09-02T17:42:39.480670Z DEBUG run_main :check : startos::manager::health: Checking health of vaultwarden
2025-09-02T19:42:50+02:00 2025-09-02T17:42:50.040741Z INFO download_install_s9pk :install_s9pk :unpack_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacked Docker Images
2025-09-02T19:42:50+02:00 2025-09-02T17:42:50.040762Z INFO download_install_s9pk :install_s9pk :unpack_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacking Assets
2025-09-02T19:42:50+02:00 2025-09-02T17:42:50.042353Z INFO download_install_s9pk :install_s9pk :unpack_s9pk : startos::install: Install wasabi-webtop@2.7.0: Unpacked Assets
2025-09-02T19:42:50+02:00 2025-09-02T17:42:50.310004Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Creating volumes
2025-09-02T19:42:50+02:00 2025-09-02T17:42:50.310188Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Created volumes
2025-09-02T19:42:50+02:00 2025-09-02T17:42:50.310212Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Installing interfaces
2025-09-02T19:42:50+02:00 2025-09-02T17:42:50.312560Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Installed interfaces InterfaceAddressMap({InterfaceId(Id(“main”)): InterfaceAddresses { tor_address: Some(“fhxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.onion”), lan_address: Some(“fhxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.local”) }, InterfaceId(Id(“rpc”)): InterfaceAddresses { tor_address: Some(“xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.onion”), lan_address: Some(“xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.local”) }})
2025-09-02T19:42:50+02:00 2025-09-02T17:42:50.312604Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Creating manager
2025-09-02T19:42:50+02:00 2025-09-02T17:42:50.312732Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Created manager
2025-09-02T19:42:50+02:00 2025-09-02T17:42:50.494196Z INFO download_install_s9pk :install_s9pk : startos::install: Install wasabi-webtop@2.7.0: Complete

*Note that the tor addresses have been modified for privacy purposes