Page 1 of 1

Installing error on linux mint

Posted: Monday 04 May 2020 17:35
by ChwanPang
```HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.domoticz.com/download.php?c ... chine=i686 [following]
--2020-05-04 16:54:22-- https://www.domoticz.com/download.php?c ... chine=i686
Connecting to www.domoticz.com (www.domoticz.com)|104.31.78.142|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://releases.domoticz.com/releases/ ... x_i686.tgz [following]
--2020-05-04 16:54:22-- https://releases.domoticz.com/releases/ ... x_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
2020-05-04 16:54:22 ERROR 404: Not Found.```
This is the error I get everytime I install domoticz on an old laptop using linux mint. Anyone got a fix for this?

Re: Installing error on linux mint

Posted: Tuesday 05 May 2020 11:34
by erem
i assume you are using the command

'curl -sSL install.domoticz.com | sudo bash'

on the site is shows Raspberry Pi/Ubuntu installation: 'curl -sSL install.domoticz.com | sudo bash'

linux mint is not Raspberry Pi/Ubuntu

try the manual download and install procedure......

Re: Installing error on linux mint

Posted: Tuesday 05 May 2020 11:43
by sammyke007
Faced the same issue. The i686 is not there anymore. I don't know if that's how it's supposed to be. Best option for now is compiling it yourself for an i686 machine. Cmake takes a long time however.

Re: Installing error on linux mint

Posted: Tuesday 05 May 2020 15:53
by ChwanPang
Linux mint cinnamon is Ubuntu based so shouldn't the curl command work?