Page 1 of 1

updaterelease doesn't start

Posted: Monday 25 March 2024 17:41
by pipiche
one of our plugin user is having an issue today when trying to upgrade domoticz from 2023 to 2024

at the end of process, if got a binary which was not executable on my system

Code: Select all

file domoticz
domoticz: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=5bf680f6936318007287c69a2015ad96099d4448, not stripped
while the previous running version 2023.1
domoticz/domoticz: ELF 32-bit LSB executable, ARM, EABI5 version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=a6a4ad506fee410fd94e91226fda360fdb68e758, not stripped

Code: Select all

uname -a
Linux xxxxx-test 6.1.25-v8+ #1647 SMP PREEMPT Wed Apr 26 17:39:08 BST 2023 aarch64 GNU/Linux

Re: updaterelease doesn't start

Posted: Friday 29 March 2024 0:47
by waltervl
Seems to be 32/64 bit issue? OS is reporting 64 while it really is 32? This should have been fixed in the install and update scripts.

Edit: see https://github.com/domoticz/domoticz/issues/5679

Re: updaterelease doesn't start

Posted: Friday 29 March 2024 14:57
by Kedi
You could start the update again manually, because with the first update the updaterelease file should be updated.
So start /home/pi/domoticz/updaterelease manually in an ssh session.