-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Domoticz is not installing. Invalid path. #7375
Comments
Fixes: #7375 Additionally, some minor coding enhancements/hardenings have been applied.
Many thanks for your report. Indeed the URL has changed recently, fixed for next release: 4c5457c To get it working in your case, easiest is to select "Change command" from the error prompt, and remove the |
Installed, but it won't start. No old ssl library?
|
I just wanted to check back the situation with libssl: domoticz/domoticz#5233 However, that should be actually an issue on Bookworm and above with ARM architecture only. But you are on Bullseye, which should have libssl1.1. Can you share this: dpkg -l | grep libssl |
I've already completely upgraded to the latest system from the website. I can't fix the error with “Change command”, then the thread starts with the old wrong URL. And nothing is loaded. I put the file in “/tmp/DietPi-Software” via sftp. But I ran into the above described problem with ssl... (
ii libssl3:arm64 3.0.15-1~deb12u1 arm64 Secure Sockets Layer toolkit - shared libraries |
What do you mean by this? Else, can you show this: cat /etc/debian_version /etc/os-release /boot/dietpi/.version |
Hello!
I things, the latest version of the distribution has path problems and Domoticz doesn't work with it because of the lack of the old SSL library. So fixing only the path is not enough, in my opinion and my praxis. |
Sorry one essential file was missing: cat /boot/dietpi/.hw_model So you are definitely using a Bookworm system, where the Domoticz software option should not be available, because of this very issue: For ARM, Domoticz provides only binaries compiled against libssl1.1, which has been replaced with libssl3 on Bookworm. The question is why your system was detected as Bullseye system, and hence Domoticz did show up in the software list. Only solution is to compile own Domoticz binaries, with I probably find time for with DietPi v9.11 release (if no one else can pick it up in the meaning). |
|
Okay, that contains now the correct values: |
Yes. ( I later built a github from the repository and now Domoticz is up and running.
|
Creating a bug report/issue
Required Information
DietPi version |
cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=9
G_DIETPI_VERSION_RC=0
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN
bullseye
Kernel version |
uname -a
Linux DietPi 6.6.63-current-rockchip64 #2 SMP PREEMPT Fri Nov 22 14:38:37 UTC 2024 aarch64 GNU/Linux
SBC model |
echo $G_HW_MODEL_NAME
or (EG: RPi3)ROCK Pi S (aarch64)
Power supply used | (EG: 5V 1A RAVpower)
5V 3A
SD card used | (EG: SanDisk ultra)
micro SDXC 64Gb Kingston Canvas Go Plus UHS-I U3 A2 + ADP
Additional Information (if applicable)
Domoticz will not install.
Error in box:
Indeed
The path 'https://releases.domoticz.com/releases/release/domoticz_linux_aarch64.tgz' is vrong!
True path is 'https://releases.domoticz.com/release/domoticz_linux_aarch64.tgz'
One of the '/releases/ ' is obviously redundant!
P.S..
I have already downloaded domoticz_linux_aarch64.tgz file to my PC, how can I skip the step of downloading it with wrong path?
The text was updated successfully, but these errors were encountered: