Page 1 of 1

Install dialog does not start from install URL

Posted: Monday 30 January 2023 16:36
by lslamp
Greetings, I am very new to Domoticz.
I have created a raspberry pi 64bit on a pi4 with 8Gb RAM.
when I try to run sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
All I see if the following.
sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
:::
:::
::: 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...

The installation dialog never starts.

If I try to start, then there is no deamon service. I assume that the installation was never carried out, but I have not clue where to go now.

Please advise.

Thanks
Lawrence

Re: Install dialog does not start from install URL

Posted: Monday 30 January 2023 16:50
by waltervl
What OS are you running?

Re: Install dialog does not start from install URL

Posted: Monday 30 January 2023 17:18
by lslamp
Rasbian 64bit.

on a raspberry pi 4 8 Gb RAM

Re: Install dialog does not start from install URL

Posted: Monday 30 January 2023 18:21
by waltervl
I see 2 possible solution topics
viewtopic.php?t=30059
and perhaps:
https://domoticz.com/forum/viewtopic.php?t=32366

Perhaps start with

Code: Select all

sudo apt update
sudo apt install libudev-dev

Re: Install dialog does not start from install URL

Posted: Monday 30 January 2023 19:19
by lslamp
This did not work. I get an install error.

test@raspberrypi:~/domoticz $ sudo apt update
Hit:1 bullseye InRelease
Hit:2 bullseye-security InRelease
Hit:3 bullseye-updates InRelease
Hit:4 bullseye InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
test@raspberrypi:~/domoticz $ sudo apt install libudev-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libudev-dev

I have done all the upgrades so don't understand why the dialog does not work doing the installation

Lawrence

Re: Install dialog does not start from install URL

Posted: Monday 30 January 2023 21:13
by waltervl
Well it looks like the problem that libudev-dev is not installing is preventing you from installing Domoticz as it is needed by Domoticz.

Re: Install dialog does not start from install URL

Posted: Monday 30 January 2023 21:18
by waltervl
What about

Code: Select all

sudo apt-get install libudev-dev
Will probably give the same error but who knows.....

Re: Install dialog does not start from install URL

Posted: Monday 30 January 2023 21:37
by EdwinK
iS Bullseye supported now? I seem to remember that it gave some problems, but that might be fixed now.

Re: Install dialog does not start from install URL

Posted: Tuesday 31 January 2023 9:00
by waltervl
Bullseye is supported with stable 2022.1 with the new Python Framework.