Page 1 of 1

Domoticz on Pi4

Posted: Friday 06 December 2019 19:18
by walberg
I have bought Raspberry Pi4, it came with Raspian. After booting i dit:
curl -L https://install.domoticz.com | bash

apt-get update has not been run today. Running now... done!
:::
::: Checking apt-get for upgraded packages.... done!
:::
::: Your system is up to date! Continuing with Domoticz installation...
::: Checking for apt-utils...pi@raspberrypi:~ $
And then it ends! i tried it again:

Mini-van-Bob-8:~ bobwalberg$ ssh [email protected]
[email protected]'s password:
Linux raspberrypi 4.19.86-v7l+ #1283 SMP Fri Nov 29 18:37:40 GMT 2019 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Dec 6 18:09:39 2019 from 192.168.178.66
pi@raspberrypi:~ $ apt-get update has not been run today. Running now... done!
E: The update command takes no arguments
pi@raspberrypi:~ $ :::
-bash: :::: command not found
pi@raspberrypi:~ $ ::: Checking apt-get for upgraded packages.... done!
-bash: :::: command not found
pi@raspberrypi:~ $ :::
-bash: :::: command not found
pi@raspberrypi:~ $ ::: Your system is up to date! Continuing with Domoticz installation...
-bash: :::: command not found
pi@raspberrypi:~ $ ::: Checking for apt-utils...pi@raspberrypi:~ $
And then the cursor.

What do i wrong? is there a special raspian package for the pi4?

Re: Domoticz on Pi4

Posted: Friday 06 December 2019 21:04
by waaren
walberg wrote: Friday 06 December 2019 19:18 -bash: :::: command not found
What do i wrong? is there a special raspian package for the pi4?
For some reason your user cannot locate bash. bash is your shell program and essential for domoticz installation.
This might be caused by a change in your .profile

what do you see if you type

Code: Select all

which bash 
echo $PATH

from the command line ?

Re: Domoticz on Pi4

Posted: Saturday 07 December 2019 9:52
by walberg
I changed from the image i got from my supplier to another: Raspbian Buster lite and now i got domoticz working.

Re: Domoticz on Pi4

Posted: Friday 03 January 2020 0:04
by sancla
Should you need any more help, perhaps my how-to can support you in the right directions:

How-To: Raspberry Pi 4 Raspbian Buster and Domoticz
https://www.sancla.com/domoticz/raspber ... -domoticz/

Let me know if you need any more assistance, glad to help...