Instal with install.domoticz.com wont work

On various Hardware and OS systems: pi / windows / routers / nas, etc

Moderator: leecollings

Post Reply
Kouki31
Posts: 7
Joined: Tuesday 01 January 2019 21:19
Target OS: Linux
Domoticz version:
Contact:

Instal with install.domoticz.com wont work

Post 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 ?
User avatar
waltervl
Posts: 5148
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Instal with install.domoticz.com wont work

Post by waltervl »

Perhaps run below command first as it seems your system is not updated for a long time (74 updates in queue)

Code: Select all

sudo apt-get upgrade
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Kouki31
Posts: 7
Joined: Tuesday 01 January 2019 21:19
Target OS: Linux
Domoticz version:
Contact:

Re: Instal with install.domoticz.com wont work

Post 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:~$ 
ChrisVH1982
Posts: 23
Joined: Friday 16 November 2018 17:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Instal with install.domoticz.com wont work

Post by ChrisVH1982 »

I am facing the same issue and I am wondering who can help to resolve this issue.
User avatar
waltervl
Posts: 5148
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Instal with install.domoticz.com wont work

Post 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.

Code: Select all

sudo apt-get install libssl1.1
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
ChrisVH1982
Posts: 23
Joined: Friday 16 November 2018 17:59
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Instal with install.domoticz.com wont work

Post 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.

Code: Select all

sudo apt-get install 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!
User avatar
habahabahaba
Posts: 190
Joined: Saturday 18 March 2023 14:44
Target OS: Windows
Domoticz version: 2024.4
Contact:

Re: Instal with install.domoticz.com wont work

Post 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
Kouki31
Posts: 7
Joined: Tuesday 01 January 2019 21:19
Target OS: Linux
Domoticz version:
Contact:

Re: Instal with install.domoticz.com wont work

Post by Kouki31 »

hello thanks its work very well !!!
cool53
Posts: 1
Joined: Wednesday 06 November 2024 19:17
Target OS: Linux
Domoticz version:
Contact:

Re: Instal with install.domoticz.com wont work

Post 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.
User avatar
waltervl
Posts: 5148
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Instal with install.domoticz.com wont work

Post by waltervl »

You can go the docker way or install libssl1.1 manually first.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
User avatar
madpatrick
Posts: 636
Joined: Monday 26 December 2016 12:17
Target OS: Linux
Domoticz version: 2024.7
Location: Netherlands
Contact:

Re: Instal with install.domoticz.com wont work

Post 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 
-= HP server GEN8 Xeon(R) E3-1220L_V2 -=- OZW -=- Toon2 (rooted) -=- Domoticz v2024.7 -=- Dashticz v3.12b on Tab8" =-
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest