You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently experiencing an issue with launching the Lightning Jet auto-rebalancer on Start9 OS. I've followed the instructions, but I encounter an error stating "No such file or directory" when running the specified commands.
after launching SSH I enter sudo podman exec -it lightning-jet.embassy /bin/bash
When I enter sudo podman exec lightning-jet.embassy cat /tmp/rebalancer.log
or just cat /tmp/rebalancer.log -> "No such file or directory" error.
any suggestion?
After running sudo podman exec -it lightning-jet.embassy /bin/bash I am in the container but the container does not include Rebalancer as advertised. Am I missing something?
The text was updated successfully, but these errors were encountered:
submitted on behalf of Senpai (@senpai75)
I am currently experiencing an issue with launching the Lightning Jet auto-rebalancer on Start9 OS. I've followed the instructions, but I encounter an error stating "No such file or directory" when running the specified commands.
after launching SSH I enter
sudo podman exec -it lightning-jet.embassy /bin/bash
When I enter
sudo podman exec lightning-jet.embassy cat /tmp/rebalancer.log
or just
cat /tmp/rebalancer.log
-> "No such file or directory" error.any suggestion?
After running
sudo podman exec -it lightning-jet.embassy /bin/bash
I am in the container but the container does not include Rebalancer as advertised. Am I missing something?The text was updated successfully, but these errors were encountered: