Setting up network-manager (1.14.6-2) ...
The following network interfaces were found in /etc/network/interfaces
which means they are currently configured by ifupdown:
- enp0s25
If you want to manage those interfaces with NetworkManager instead
remove their configuration from /etc/network/interfaces.
And the message
avahi-daemon is already the newest version (0.7-4+b1).
avahi-daemon set to manually installed.
Running curl -sL "https://raw.githubusercontent.com/home-assistant/hassio -installer/master/hassio_install.sh" | bash -s
gives the error [Error] Please install avahi first
Avahi is installed, so I am wondering if the problem is actually related to the NetworkManager issue noted above.
I am new to Linux so not keen to experiment to much and break something!
I am having the same issue and have not found any solution yet.
HASS.IO is currently running in my house on a Debian 9.5 VM hosted in Win10 HyperV. Just got my hands on a better PC and was trying to bypass Win10 and dedicate a Debian OS for HASS.IO. May need to go down to 9.5 Stretch.
I am just playing with this at the moment so if I donāt get any better ideas I may just try things and see what happens. Worst case is I break it and have to reinstall with 9.5 which is no great loss as I am using it on an old laptop which is dedicated for this experiment
Well, actually I donĀ“t know what I have done. I reinstalled the requirements, although every component told me that it was already installed and uptodate. Then, I used the script
For anyone who comes across this issue at a later time, here is the cause and the solution.
It appears a change was made in Debian 10 in how the su command works when switching to root. It does not seem to correctly set PATH on login. This causes a lot of things to fail in weird ways, including the detection for the avahi-daemon package.
I canāt login as root anywayā¦ su -l asks for a password and I never set a root password.
I can run commands as sudo
Also if I do sudo suā¦ it logs me in as root anyway. I originally (on stretch) used sudo with the command to install hassioā¦
Having just installed Debian 10 on a VM (via QNAP Virtulisation Station), I thought Iād have a go at installing HASS.IO - however, following the installation instructions - https://www.home-assistant.io/hassio/installation/ - itās not clear if Iām supposed to run the very first command or not for Debian (admittedly it only references Ubuntu)
sudo add-apt-repository universe
Becuase when I run it, it returns this - āerror āuniverseā invalidā
I know great start hey?! - but what did you guys do ?
Yep, agreed hence why I mentioned that in my post; just curious as Ubuntu is a distribution based on Debian, iām never quite sure where the line is drawn, as Iāve often used Ubuntu guides to install/configure things on my Debian builds.
Following the installation instructions for Debian, does anyone have any idea how I progress further , I canāt seem to get Docker installed
root@debian-NR:~# curl -fsSL get.docker.com | sh
# Executing docker install script, commit: 442e66405c304fa92af8aadaa1d9b31bf4b0ad94
+ sh -c apt-get update -qq >/dev/null
W: GPG error: http://ppa.launchpad.net/mosquitto-dev/mosquitto-ppa/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5E64E247262C4500
E: The repository 'http://ppa.launchpad.net/mosquitto-dev/mosquitto-ppa/ubuntu focal InRelease' is not signed.
root@debian-NR:~# curl -sL "https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh" | bash -s
[Error] Please install docker first