When attempting to install on Lubuntu 16.10 while executing this:
sudo curl -L install.domoticz.com | bash
This happens:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 16225 0 16225 0 0 40912 0 --:--:-- --:--:-- --:--:-- 40869
:::
::: Script called with non-root privileges. The Domoticz installs server packages and configures
::: system networking, it requires elevated rights. Please check the contents of the script for
::: any concerns with this requirement. Please be sure to download this script from a trusted source.
:::
::: Detecting the presence of the sudo utility for continuation of this install...
::: Utility sudo located.
:::
::: You are root.
::: 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!
::: Downloading Domoticz
::: Current User: jensc
HTTP Port: 8080
HTTPS Port: 443
:::
::: Destination folder=/home/jensc/domoticz
--2017-01-24 01:00:16-- http://www.domoticz.com/download.php?ch ... chine=i686
Resolving http://www.domoticz.com (http://www.domoticz.com)... 104.31.79.142, 104.31.78.142
Connecting to http://www.domoticz.com (http://www.domoticz.com)|104.31.79.142|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://releases.domoticz.com/releases/r ... x_i686.tgz [following]
--2017-01-24 01:00:16-- http://releases.domoticz.com/releases/r ... x_i686.tgz
Resolving releases.domoticz.com (releases.domoticz.com)... 104.31.78.142, 104.31.79.142
Reusing existing connection to http://www.domoticz.com:80.
HTTP request sent, awaiting response... 404 Not Found
2017-01-24 01:00:17 ERROR 404: Not Found.
Install script failing
Moderators: leecollings, remb0
-
- Posts: 2
- Joined: Thursday 28 December 2017 20:40
- Target OS: Linux
- Domoticz version:
- Location: Emmen
- Contact:
Re: Install script failing
I have exactly the same error:
The first URL forwards to the second one and this one is not working. Seems that is is malfunctioning for a long time yet. Probably the 32bit version isn't used that much.
I'm new at Domoticz, first time user. What should I do? Manual installation? (preferably not)
I'm hoping for and awaiting an answer, although the TS didn't get one. I hope I get one.
Code: Select all
--2017-12-28 20:31:55-- http://www.domoticz.com/download.php?channel=release&type=release&system=linux&machine=i686
Resolving www.domoticz.com (www.domoticz.com)... 104.31.79.142, 104.31.78.142, 2400:cb00:2048:1::681f:4e8e, ...
Connecting to www.domoticz.com (www.domoticz.com)|104.31.79.142|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://releases.domoticz.com/releases/release/domoticz_linux_i686.tgz [following]
--2017-12-28 20:31:55-- http://releases.domoticz.com/releases/release/domoticz_linux_i686.tgz
Resolving releases.domoticz.com (releases.domoticz.com)... 104.31.79.142, 104.31.78.142, 2400:cb00:2048:1::681f:4f8e, ...
Reusing existing connection to www.domoticz.com:80.
HTTP request sent, awaiting response... 404 Not Found
2017-12-28 20:31:56 ERROR 404: Not Found.
I'm new at Domoticz, first time user. What should I do? Manual installation? (preferably not)
I'm hoping for and awaiting an answer, although the TS didn't get one. I hope I get one.
-
- Posts: 2
- Joined: Thursday 28 December 2017 20:40
- Target OS: Linux
- Domoticz version:
- Location: Emmen
- Contact:
Re: Install script failing
did an fix by changing the install script locally. On line 366 it states:
This is wrong, the machine parameter gets an wrong value. I have changed this line to this one:
Now it is running succesfully...
not a nice hack... but it works...
Code: Select all
wget -O domoticz_release.tgz "http://www.domoticz.com/download.php?channel=release&type=release&system=${OS}&machine=${MACH}"
Code: Select all
wget -O domoticz_release.tgz "https://releases.domoticz.com/releases/release/domoticz_linux_x86_64.tgz"
not a nice hack... but it works...
Re: Install script failing
I have exact the same error. Running Ubuntu 32 bit on a older PC.
::: Destination folder=/home/gerben/domoticz
--2018-08-25 18:57:26-- http://www.domoticz.com/download.php?ch ... chine=i686
Resolving www.domoticz.com (www.domoticz.com)... 185.27.142.198
Connecting to www.domoticz.com (www.domoticz.com)|185.27.142.198|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://releases.domoticz.com/releases/ ... x_i686.tgz [following]
--2018-08-25 18:57:26-- https://releases.domoticz.com/releases/ ... x_i686.tgz
Resolving releases.domoticz.com (releases.domoticz.com)... 146.185.159.228
Connecting to releases.domoticz.com (releases.domoticz.com)|146.185.159.228|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-08-25 18:57:26 ERROR 404: Not Found.
You stated that you edited the script, as I am quite a noob, I have no idea where to find this script file.
Could you share this with me?
Thanks,
::: Destination folder=/home/gerben/domoticz
--2018-08-25 18:57:26-- http://www.domoticz.com/download.php?ch ... chine=i686
Resolving www.domoticz.com (www.domoticz.com)... 185.27.142.198
Connecting to www.domoticz.com (www.domoticz.com)|185.27.142.198|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://releases.domoticz.com/releases/ ... x_i686.tgz [following]
--2018-08-25 18:57:26-- https://releases.domoticz.com/releases/ ... x_i686.tgz
Resolving releases.domoticz.com (releases.domoticz.com)... 146.185.159.228
Connecting to releases.domoticz.com (releases.domoticz.com)|146.185.159.228|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-08-25 18:57:26 ERROR 404: Not Found.
You stated that you edited the script, as I am quite a noob, I have no idea where to find this script file.
Could you share this with me?
Thanks,
Re: Install script failing
sudo curl -sSL install.domoticz.com > install.sh
sudo sed -i 's/curl4/curl3/g' install.sh
sudo chmod 755 install.sh
sudo ./install.sh
with the sequence above you will get the error. Then:
sudo nano install.sh
and change the line 366 mentioned by the friend. After that save and run ./install.sh again
sudo sed -i 's/curl4/curl3/g' install.sh
sudo chmod 755 install.sh
sudo ./install.sh
with the sequence above you will get the error. Then:
sudo nano install.sh
and change the line 366 mentioned by the friend. After that save and run ./install.sh again
Who is online
Users browsing this forum: No registered users and 1 guest