pull down to refresh

@BlokchainB try this and see if it brings your pub back up

rm ~/lightning_pub/logs/eventLogV3.csv && systemctl --user restart lightning_pub.service

this should clear out the flag that's blocking your database, proper fix in the works

It did my wallet is now back up and running! Thanks.

Also I want to compile all the commands you provided to run in terminal to help other beginner Linux users to troubleshoot their lightning.pub node

reply

Fantastic!

I finally started working on https://docs.shock.network which has a troubleshooting section now

reply

Nice!! I see some the commands I ran! I also posted an issue about the UI using the iOS wallet. Did you see it?

reply

Can you link me? A screenshot and phone/os model would help so can repro in an emulator

reply

https://github.com/shocknet/wallet2/issues/519

It appears it was addressed. Maybe it will be corrected in the next app push to TestFlight?

Using iPhone 17 pro iOS 26.1

reply

oh yes, thats a general dashboard lack of polish... next release is in QA

reply

My node is down again @justin_shocknet

Down for 22 days!

reply

Laptop up and awake/logged in? Any meat in the logs or resolved by a service restart?

Shipped some updates a few weeks ago too, if you run the installer again it'll upgrade and restart

Check service statusCheck service status

systemctl --user status lnd
systemctl --user status lightning_pub

View logsView logs

journalctl --user-unit lnd -f
journalctl --user-unit lightning_pub -f

Restart services if neededRestart services if needed

systemctl --user restart lnd
systemctl --user restart lightning_pub

reply
systemctl --user restart lightning_pub

I’m so back!!!

reply

Yea everything looked okay when looking at the logs. I’ll restart the services.

This time I thought I kept my laptop on

reply