Page 1 of 1

New installation :ERROR 404: Not found

Posted: Tuesday 16 November 2021 18:41
by JanCLinux
Hello,
I try to install Domoticz on a Linux Mint machine (Samsung NC-10)

I used the command: curl -sSL install.domoticz.com | sudo bash' according the wiki installation explanation.

After running through the updates and the input screens, during the actual installation, I get an error as follows:
......
Location: https://releases.domoticz.com/releases/ ... x_i686.tgz [following]
--2021-11-16 15:02:14-- https://releases.domoticz.com/releases/ ... x_i686.tgz
Resolving releases.domoticz.com (releases.domoticz.com)... 2a03:b0c0:0:1010::480:1001, 146.185.159.228
Connecting to releases.domoticz.com (releases.domoticz.com)|2a03:b0c0:0:1010::480:1001|:443... failed: Connection timed out.
Connecting to releases.domoticz.com (releases.domoticz.com)|146.185.159.228|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-11-16 15:04:24 ERROR 404: Not Found.

Can somebody help me resolve this error?

Many thanks in advance,
Jan

Re: New installation :ERROR 404: Not found

Posted: Wednesday 17 November 2021 6:38
by kiddigital
The release ‘_686.tgz’ does not exists.

It should be ‘_x86_64.tgz’

I guess the install script has an old location?

Re: New installation :ERROR 404: Not found

Posted: Wednesday 17 November 2021 12:21
by JanCLinux
Thanks for your reply.

I am using the script from the official site.
I have tried to download the package and ammend the install.sh script but it keeps refering to the wrong (i686) files.

The script somehow uses another script.

Looking forward to further suggestions!

Regards,
Jan

Re: New installation :ERROR 404: Not found

Posted: Wednesday 17 November 2021 12:30
by waltervl
Did you install the 64 or 32 bit version of your Linux Mint if possible? i686 (Intell 32b) is not supported I guess.

Re: New installation :ERROR 404: Not found

Posted: Wednesday 17 November 2021 14:46
by JanCLinux
Solved.
There appeared to be a re-direction to the install script at the internet called ######## FIRST CHECK ########
This is triggered in case the user doesn't have root priveleges.

So to avoid this I used the su 'user' command before running the install.sh script and then it continued to use my script with the ammended wget command:

wget -O domoticz_release.tgz "https://releases.domoticz.com/releases/ ... x86_64.tgz"

Thanks for steering me in the right direction!

Kind regards,
Jan