it's working with the manual install!
thank you for you're help!
Search found 19 matches
- Friday 17 April 2020 16:18
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
- Friday 17 April 2020 8:07
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
is this pi to old maybe?
- Thursday 16 April 2020 17:07
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
it's:
Raspberry Pi Model B Plus Rev 1.2
Raspberry Pi Model B Plus Rev 1.2
- Thursday 16 April 2020 9:00
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
i also did all the steps from the withblue.ink site you mentioned. but it still doesn't work: pi@raspberrypi:~$ sudo docker run hello-world pi@raspberrypi:~$ cd ~/test pi@raspberrypi:~/test$ sudo docker build . Sending build context to Docker daemon 2.048kB Step 1/4 : FROM php:apache ...
- Thursday 16 April 2020 7:51
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
Hi Lokonli, i get this in the test folder: pi@raspberrypi:~/test$ sudo docker build . Sending build context to Docker daemon 2.048kB Step 1/4 : FROM php:apache ---> fabd924a2602 Step 2/4 : ARG tz="Europe/Amsterdam" ---> Using cache ---> 86575eebd038 Step 3/4 : RUN ls ---> Running in 4f594ea24d15 The ...
- Wednesday 15 April 2020 23:02
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
could it be the ip adres? i saw that it got 172.17.0.1??
- Wednesday 15 April 2020 22:56
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
sudo docker run hello-world
doesn't give anything back...
pi@raspberrypi:~$ sudo docker run hello-world
pi@raspberrypi:~$
doesn't give anything back...
pi@raspberrypi:~$ sudo docker run hello-world
pi@raspberrypi:~$
- Wednesday 15 April 2020 22:49
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
ok reinstalled it: pi@raspberrypi:~$ sudo sh get-docker.sh # Executing docker install script, commit: 442e66405c304fa92af8aadaa1d9b31bf4b0ad94 Warning: the "docker" command appears to already exist on this system. If you already have Docker installed, this script can cause trouble, which is why we ...
- Wednesday 15 April 2020 22:39
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
ahh i fixed it by doing the ''sudo apt --fix-broken install'' command here the output: pi@raspberrypi:~$ sudo docker images | grep apache php apache fabd924a2602 2 weeks ago 300MB pi@raspberrypi:~$ sudo journalctl -xe -- -- The unit UNIT has successfully entered the 'dead' state. Apr 15 22:35:17 ...
- Wednesday 15 April 2020 21:58
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
ill get this now: pi@raspberrypi:~$ sudo docker images | grep apache Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? pi@raspberrypi:~$ sudo service docker start Job for docker.service failed because the control process exited with error code. See ...
- Wednesday 15 April 2020 21:32
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
i am running on buster btw.
i started at jessie, then upgraded to stretch and then to buster.
updated domoticz to the newest version, and that is working fine.
i started at jessie, then upgraded to stretch and then to buster.
updated domoticz to the newest version, and that is working fine.
- Wednesday 15 April 2020 21:28
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
yes i think docker is not working. i installed it via the auto install script.
And yes i use an raspberry pi
And yes i use an raspberry pi
- Wednesday 15 April 2020 21:04
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
did the upgrade with sudp apt update and sudo apt ugrade but i get the same: pi@raspberrypi:~/test$ sudo docker build . Sending build context to Docker daemon 2.048kB Step 1/4 : FROM php:apache ---> fabd924a2602 Step 2/4 : ARG tz="Europe/Amsterdam" ---> Using cache ---> 86575eebd038 Step 3/4 : RUN ...
- Wednesday 15 April 2020 20:07
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
yes you are right idd. here it is: pi@raspberrypi:~/test$ sudo docker build . Sending build context to Docker daemon 2.048kB Step 1/4 : FROM php:apache ---> fabd924a2602 Step 2/4 : ARG tz="Europe/Amsterdam" ---> Using cache ---> 86575eebd038 Step 3/4 : RUN ls ---> Running in daa77d7bec6d The command ...
- Wednesday 15 April 2020 20:01
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
ahh yes, did that now. i get this output now: pi@raspberrypi:~/dashticz$ sudo docker build . Sending build context to Docker daemon 90.36MB Step 1/4 : FROM php:apache ---> fabd924a2602 Step 2/4 : ARG tz="Europe/Amsterdam" ---> Using cache ---> 86575eebd038 Step 3/4 : RUN printf "[PHP]\ndate.timezone ...
- Wednesday 15 April 2020 19:51
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
a new ''make start'' turns with the same error. pi@raspberrypi:~/dashticz$ make start Checking container dtv3-8082 Checking port 8082 sudo docker build --build-arg tz="Europe/Amsterdam" -t dtv3-8082 . Sending build context to Docker daemon 90.36MB Step 1/4 : FROM php:apache ---> fabd924a2602 Step 2 ...
- Wednesday 15 April 2020 19:47
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
Hi Lokonli,
Thank you for the fast reply.
i did the steps, here the output:
pi@raspberrypi:~/test$ sudo docker build
"docker build" requires exactly 1 argument.
See 'docker build --help'.
Usage: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
Thank you for the fast reply.
i did the steps, here the output:
pi@raspberrypi:~/test$ sudo docker build
"docker build" requires exactly 1 argument.
See 'docker build --help'.
Usage: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
- Wednesday 15 April 2020 13:16
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
hi Lokonli, Yes, i have exactly the same issue. cat /etc/timezone Europe/Amsterdam pi@raspberrypi:~$ nano Makefile.ini GNU nano 2.7.4 File: Makefile.ini files was empty. i added ''TZ=Europe/Amsterdam'' i did the ''make start'' command, but i got the same error: pi@raspberrypi:~/dashticz$ make start ...
- Wednesday 15 April 2020 8:40
- Forum: Dashticz
- Topic: Problem with auto installer
- Replies: 34
- Views: 2227
Re: Problem with auto installer
Hi, is there a solution for this problem?
I also have this problem.
I also have this problem.