Personen, die abgestimmt haben
C
Powered by Noora
1
I want to report a bug, but I can't find the bug report board. All links I find lead back to this Request a Feature board.
C
c.edwards.consulting
Jun 20, 2025

Hi, I just ran the update script to update my Albu hub on RaspberryPi Zero, but it failed to verify with the error/bin/bash: Line 16: ./verify.sh: no such file or directory. Verification failed, aborting installation. I can no longer connect to my node/wallet. I can ssh into the pi but I'm not sure how to fix the issue. Any advice appreciated.

Kommentare
J
jeanpaul
Jun 23, 2025

For the next time, and anyone else reading, support issues can be sent to support@getalby.com & support.getalby.com

0
C
c.edwards.consulting
Jun 24, 2025

jeanpaul Thanks

0
R
roland
Jun 23, 2025

Hi, you should be able to run the existing update script locally saved in your hub working directory rather than running the update script from github

0
C
c.edwards.consulting
Jun 23, 2025

roland thanks for the reply. Can you be a bit more specific, where is the update script stored locally? Are you able to provide me a line of code that I can cut and paste? Thanks.

0
R
roland
Jun 23, 2025

c.edwards.consulting it should be in /opt/albyhub. If you cd into that directory then you should be able to run update.sh

0
C
c.edwards.consulting
Jun 24, 2025

roland I don't have an update.sh in the /opt/albyhub directory. I have backup and data folders and server-linux-arm6.tar.bz2 (and two other copies of that file) presumably from running the update script from github a couple of times.

0
R
roland
Jun 24, 2025

c.edwards.consulting ah, ok. Then you will need to download both the update.sh and verify.sh and put them in that folder. The verify script is here: https://github.com/getAlby/hub/tree/master/scripts

And you can get the update script either from inside the pi-arm folder in the above url.

0
C
c.edwards.consulting
Jun 24, 2025

roland I'm getting closer... I now have both files on the opt/albyhub directory. But when I run the update script it still fails at line 16. However now it says ./verify. sh : permission denied. When I look at file ownership using ls -l it shows albyhub as the owner with -rw-r--r--

0
R
roland
Jun 24, 2025

c.edwards.consulting can you try chmod +x ./verify.sh

0
C
c.edwards.consulting
Jun 24, 2025

roland one step closer... Now verify runs but fails. Can't check signatures : No public key

0
R
roland
Jun 24, 2025

c.edwards.consulting you can see how to add the key in https://github.com/getAlby/hub/releases if you would like to verify it.

0
C
c.edwards.consulting
Jun 27, 2025

roland thanks for your help with this. I have now been able to successfully run the update script and it verifies and completes but I still can't connect to the server on a web browser, using the ip address or albyhub.local. I can ssh into the server at the ip address without issue. Any ideas what to try next?

0
C
c.edwards.consulting
Jun 28, 2025

c.edwards.consulting This is the output of sudo journalctl -u albyhub -f -n 250 if that helps.

0
R
roland
Jun 29, 2025

c.edwards.consulting unfortunately this issue is caused by an upstream dependency. We've merged a fix and hopefully the issue will be solved in Alby Hub 1.18 which will be released in 1-2 weeks.

0
C
c.edwards.consulting
Jun 29, 2025

roland okay, thanks. Should I just wait until the update is released? I'm in no rush, but will my channels be forced closed if my hub is offline for an extended period?

0