Install dialog does not start from install URL
Moderator: leecollings
-
- Posts: 4
- Joined: Monday 30 January 2023 16:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Install dialog does not start from install URL
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
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
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Install dialog does not start from install URL
What OS are you running?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 4
- Joined: Monday 30 January 2023 16:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Install dialog does not start from install URL
Rasbian 64bit.
on a raspberry pi 4 8 Gb RAM
on a raspberry pi 4 8 Gb RAM
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Install dialog does not start from install URL
I see 2 possible solution topics
viewtopic.php?t=30059
and perhaps:
https://domoticz.com/forum/viewtopic.php?t=32366
Perhaps start with
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
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 4
- Joined: Monday 30 January 2023 16:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Install dialog does not start from install URL
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
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
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Install dialog does not start from install URL
Well it looks like the problem that libudev-dev is not installing is preventing you from installing Domoticz as it is needed by Domoticz.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Install dialog does not start from install URL
What about
Will probably give the same error but who knows.....
Code: Select all
sudo apt-get install libudev-dev
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Install dialog does not start from install URL
iS Bullseye supported now? I seem to remember that it gave some problems, but that might be fixed now.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Install dialog does not start from install URL
Bullseye is supported with stable 2022.1 with the new Python Framework.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Who is online
Users browsing this forum: No registered users and 0 guests