Page 1 of 1
Instal with install.domoticz.com wont work
Posted: Wednesday 03 April 2024 16:48
by Kouki31
Hello.
i have to install domoticz.
but when i do sudo bash -c "$(curl -sSfL
https://install.domoticz.com)"
Code: Select all
sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
:::
::: You are root.
bash: line 101: test: /etc/os-release:22.04: integer expression expected
::: Verifying free disk space...
:::
::: Checking apt-get for upgraded packages.... done!
:::
::: There are 74 updates available for your system!
::: We recommend you run 'apt-get upgrade' after installing Domoticz!
:::
::: Checking for apt-utils... installed!
::: Checking for whiptail... installed!
::: Checking for git... installed!
::: Checking for curl... installed!
::: Checking for unzip... installed!
::: Checking for wget... installed!
::: Checking for sudo... installed!
::: Checking for cron... installed!
::: Checking for libudev-dev... installed!
::: Checking for libssl1.1...user@domoticz:~$
and its all..
can you help me ?
Re: Instal with install.domoticz.com wont work
Posted: Wednesday 03 April 2024 17:14
by waltervl
Perhaps run below command first as it seems your system is not updated for a long time (74 updates in queue)
Re: Instal with install.domoticz.com wont work
Posted: Wednesday 03 April 2024 17:48
by Kouki31
thanks.
i try now.
but i try on debian, ubuntu and its same...
reply
i update
and same
PS its new installation.
thanks for your help
Code: Select all
user@domoticz:~$ sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
:::
::: You are root.
bash: line 101: test: /etc/os-release:22.04: integer expression expected
::: Verifying free disk space...
:::
::: Checking apt-get for upgraded packages.... done!
:::
::: Your system is up to date! Continuing with Domoticz installation...
::: Checking for apt-utils... installed!
::: Checking for whiptail... installed!
::: Checking for git... installed!
::: Checking for curl... installed!
::: Checking for unzip... installed!
::: Checking for wget... installed!
::: Checking for sudo... installed!
::: Checking for cron... installed!
::: Checking for libudev-dev... installed!
::: Checking for libssl1.1...user@domoticz:~$
Re: Instal with install.domoticz.com wont work
Posted: Sunday 07 April 2024 14:03
by ChrisVH1982
I am facing the same issue and I am wondering who can help to resolve this issue.
Re: Instal with install.domoticz.com wont work
Posted: Sunday 07 April 2024 14:30
by waltervl
Perhaps try to install libssl1.1 first and then install Domoticz.
This has been changed recently in the install script as newer systems use libssl3. Domoticz needs still the old libssl1.1.
Re: Instal with install.domoticz.com wont work
Posted: Saturday 13 April 2024 17:29
by ChrisVH1982
waltervl wrote: ↑Sunday 07 April 2024 14:30
Perhaps try to install libssl1.1 first and then install Domoticz.
This has been changed recently in the install script as newer systems use libssl3. Domoticz needs still the old libssl1.1.
You are a legend!
The command you provided did not work out but I found something adequate:
wget
http://ports.ubuntu.com/pool/main/o/ope ... _arm64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_arm64.deb
After installing libssl1.1 I indeed managed to install Domoticz without any issues. Thank you so much!
Re: Instal with install.domoticz.com wont work
Posted: Tuesday 16 April 2024 13:07
by habahabahaba
Let it be here
For Ubuntu 22.04
sudo wget
http://security.ubuntu.com/ubuntu/pool/ ... _amd64.deb
Sudo dpkg -i libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
Re: Instal with install.domoticz.com wont work
Posted: Wednesday 15 May 2024 20:30
by Kouki31
hello thanks its work very well !!!
Re: Instal with install.domoticz.com wont work
Posted: Wednesday 06 November 2024 19:26
by cool53
It does not work on my LTS 2024 ubuntu. The libssl1.1 states it is not a deb package.
Frustrating, Domoticz worked well on my ubuntu server, but that seems to be over now.
Re: Instal with install.domoticz.com wont work
Posted: Wednesday 06 November 2024 19:38
by waltervl
You can go the docker way or install libssl1.1 manually first.
Re: Instal with install.domoticz.com wont work
Posted: Thursday 07 November 2024 20:02
by madpatrick
For a debian 12 system you can the following
Code: Select all
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
Re: Instal with install.domoticz.com wont work
Posted: Friday 27 December 2024 19:18
by user4563
cool53 wrote: ↑Wednesday 06 November 2024 19:26
It does not work on my LTS 2024 ubuntu. The libssl1.1 states it is not a deb package.
Frustrating, Domoticz worked well on my ubuntu server, but that seems to be over now.
Try as superuser
Re: Instal with install.domoticz.com wont work
Posted: Saturday 28 December 2024 15:29
by gizmocuz
Using Domoticz in a docker compose container solves this issue as well.
After the next stable release we will force an upgrade to the new debian/ssl