Page 1 of 1

installation fails, 404 error

Posted: Tuesday 10 May 2022 20:18
by headhunter
Hello,
Iḿ trying to install Domoticz on a linux machine but I get an error.
I use

Code: Select all

curl -sSL install.domoticz.com | sudo bash
everything is going as planned but then I get an error.

Code: Select all

 Destination folder=/home/oem/domoticz
--2022-05-10 20:01:08--  http://www.domoticz.com/download.php?channel=release&type=release&system=linux&machine=i686
Resolving www.domoticz.com (www.domoticz.com)... 188.114.96.3, 188.114.97.3, 2a06:98c1:3121::3, ...
Connecting to www.domoticz.com (www.domoticz.com)|188.114.96.3|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.domoticz.com/download.php?channel=release&type=release&system=linux&machine=i686 [following]
--2022-05-10 20:01:08--  https://www.domoticz.com/download.php?channel=release&type=release&system=linux&machine=i686
Connecting to www.domoticz.com (www.domoticz.com)|188.114.96.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://releases.domoticz.com/releases/release/domoticz_linux_i686.tgz [following]
--2022-05-10 20:01:08--  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
2022-05-10 20:01:09 ERROR 404: Not Found.
Found a similar issue which had something to do with server permissions in 2019, or is a problem at my old laptop?

Re: installation fails, 404 error

Posted: Tuesday 10 May 2022 20:32
by waltervl
Can you access https://releases.domoticz.com/releases/?dir=release
And download the linux_x86_64 tgz file?
Because that is what the install script is trying to do.
I have no issues in seeing the download folder and downloading the tgz file.

Re: installation fails, 404 error

Posted: Tuesday 10 May 2022 21:01
by headhunter
Thanks for the reply,

I can access ,https://releases.domoticz.com/releases/?dir=release and I can download every file there.

The scrip is pointing to: https://releases.domoticz.com/releases/ ... x_i686.tgz ,and that file is nowhere to be found.

seems the script is reading my machine setup as linux_I686 and trying to create a download link to a non existing file, so probably the problem is my old laptop with Linux mint .

Re: installation fails, 404 error

Posted: Tuesday 10 May 2022 22:04
by waltervl
Yes, that seems the case.
You can always try to build it yourself on your machine.

Re: installation fails, 404 error

Posted: Thursday 12 May 2022 17:38
by headhunter
thanks for your time and effort.