Page 1 of 1

error install on linux mint

Posted: Thursday 07 November 2019 17:05
by hjlopes72
I installed linux and I tryied to install domoticz

I got this

$ curl -sSL install.domoticz.com | sudo bash
:::
::: You are root.
grep: /etc/upstream-release: Is a directory
grep: /etc/upstream-release: Is a directory
bash: line 100: test: /etc/os-release:19.2: 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 libcurl4... installed!
::: Checking for libusb-0.1... installed!
::: Downloading Domoticz
::: Current User: pi
HTTP Port: 8080
HTTPS Port: 443
:::
::: Destination folder=/home/pi/domoticz
--2019-11-07 12:57:47-- http://www.domoticz.com/download.php?channel=release&ty pe=release&system=linux&machine=i686
Resolving www.domoticz.com (www.domoticz.com)... 104.31.78.142, 104.31.79.142, 2 606:4700:30::681f:4e8e, ...
Connecting to www.domoticz.com (www.domoticz.com)|104.31.78.142|:80... connected .
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.domoticz.com/download.php?c ... elease&sys tem=linux&machine=i686 [following]
--2019-11-07 12:57:47-- https://www.domoticz.com/download.php?channel=release&t ype=release&system=linux&machine=i686
Connecting to www.domoticz.com (www.domoticz.com)|104.31.78.142|:443... connecte d.
HTTP request sent, awaiting response... 302 Found
Location: https://releases.domoticz.com/releases/ ... x_i686.tgz [following]
--2019-11-07 12:57:48-- https://releases.domoticz.com/releases/release/domoticz _linux_i686.tgz
Resolving releases.domoticz.com (releases.domoticz.com)... 146.185.159.228, 2a03 :b0c0:0:1010::480:1001
Connecting to releases.domoticz.com (releases.domoticz.com)|146.185.159.228|:443 ... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-11-07 12:57:48 ERROR 404: Not Found.

How can I solve this ??

Re: error install on linux mint

Posted: Tuesday 24 December 2019 17:42
by RogerSch
I have the same problem... :(

Re: error install on linux mint

Posted: Wednesday 19 February 2020 17:44
by MartenW
Sad to see that nobody has a solution, because I have the same problem. I use a i386 system with Mint

Re: error install on linux mint

Posted: Wednesday 19 February 2020 18:48
by sancla
You could try try to upgrade to the latest beta if that is an option for you...

Re: error install on linux mint

Posted: Thursday 20 February 2020 16:22
by MartenW
No idea how to perform that. I use the string:
sudo curl -L install.domoticz.com | bash
On the other hand, I found a reaction from a French Domoticz user who had the same problem and a solution. Unfortunately in French.
The translation gave this text:
Actually I just found I was under a 32-bit PC and installing a domoticz info 'i686' was recovered somewhere and integrated in a query that did not lead. Going through a 64-bit PC Info in question becomes 'x86_64' and the query that references carried well and the installation completes successfully. Hoping that it will serve (I saw some topics that reference this difficulty).
It seems that the problem rises by using a 32 bits pc (not the case in my situation, intel atom n455) and installing a 64 bits Domoticz. But I’m not sure.