/rootzoll
/rootzoll
I dont have a windows machine to check ... but this is more a personal support question and should best be asked in community support channels: [Telegram English](https://t.me/raspiblitz) (community managed)...
Readded for check again on a (much) later release that will check in the network connections again. Also check #4036
TODO: recheck all SSH cert scripts to set the correct permissions: ``` sudo chown root:root /etc/ssh/ssh_host_* sudo chmod 600 /etc/ssh/ssh_host_* ```
final testing PR #5001
This looks like the test run of the bitcoind during recover/Provision is not working. I will mark this to take a look for v1.11.1 if there is anything during that...
OK normally a failed testrun of bitcoind should be detected here and if it fails it should exit with an error: https://github.com/raspiblitz/raspiblitz/blob/efacac08480844b044323bab137aa59d95b84444/home.admin/_provision.setup.sh#L140-L141 The "Setup System .." message happens here -...
It seems that your filesystem of the SSD slips into a "read-only" state: ``` Jun 22 07:07:55 raspberrypi systemd[1]: Starting bitcoind.service - Bitcoin daemon on mainnet... Jun 22 07:07:55 raspberrypi...
electrs uses the nginx SSL proxy on port 5002 - if the SSL cert is outdated this needs to be handled by nginx https://github.com/raspiblitz/raspiblitz/blob/624f8ca1a78d5935f94ea90af2136be088442c8a/home.admin/config.scripts/bonus.electrs.sh#L357 TODO: check nginx SSL certs -...
This is now also discussed here: https://github.com/raspiblitz/raspiblitz/issues/4431#issuecomment-2377624050 .. closing this issue as duplicate.