I installed the latest Buster release available and proceeded to install Domoticz. All well and good so far.
Then I decided to try the new Auto Installation. It seems to get an error and abort mid way. I can set this up manually but thought I'd post this here and see if we can find a solution.
Here is a copy of my SSH session trying to install Dashticz.
Code: Select all
pi@raspberrypi:~ $ . <(wget -qO - https://raw.githubusercontent.com/Dashticz/dashticz/beta/scripts/dashticz_install.sh )
This is the installation script for Dashticz
Using default settings
Dashticz repository: https://github.com/Dashticz/dashticz
Branch: master
Port: 8082
The script will create a folder for Dashticz in the following location:
/home/pi
Enter the folder name [dashticz]: dashticz
Dashticz will be installed in
dashticz
Dashticz has a master branch (=stable) and a beta branch (=most up-to-date)
Which branch to install? [master]: beta
Checking for git: [OK!]
Now cloning the Dashticz repository https://github.com/Dashticz/dashticz
Cloning into 'dashticz'...
remote: Enumerating objects: 202, done.
remote: Counting objects: 100% (202/202), done.
remote: Compressing objects: 100% (120/120), done.
remote: Total 8621 (delta 88), reused 164 (delta 75), pack-reused 8419
Receiving objects: 100% (8621/8621), 38.30 MiB | 1.12 MiB/s, done.
Resolving deltas: 100% (5634/5634), done.
Checking out files: 100% (596/596), done.
Checking for make: [OK!]
Configuring Dashticz.
What is the IP:port address of your Domoticz server? (example: 192.168.178.18:8080): 192.168.0.22:8080
Finding a free port for Dashticz
Port 8082 is available
Setting up Dashticz on port 8082
Starting make process ...
Checking container dtv3-8082
Checking port 8082
sudo docker build --build-arg tz="Europe/London" -t dtv3-8082 .
Sending build context to Docker daemon 72.79MB
Step 1/4 : FROM php:apache
---> 3041b4d61e21
Step 2/4 : ARG tz="Europe/Amsterdam"
---> Using cache
---> 098b8075fa68
Step 3/4 : RUN printf "[PHP]\ndate.timezone = $tz\n" > /usr/local/etc/php/conf.d/tzone.ini
---> Running in 2054f064100d
The command '/bin/sh -c printf "[PHP]\ndate.timezone = $tz\n" > /usr/local/etc/php/conf.d/tzone.ini' returned a non-zero code: 139
make: *** [Makefile:51: start] Error 139
Error during Make. Exiting
Connection to 192.168.0.22 closed.