Hello,
I have a Hassbian image on a Raspi 3.
Since the recent upgrades (first to 0.65.4 then 0.65.5), HA is not booting anymore.
This is what HA provides as info
pi@hassbian:~ $ sudo systemctl status [email protected] -l
● [email protected] - Home Assistant for homeassistant
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: active (running) since Thu 2018-03-15 23:17:58 CET; 4min 41s ago
Main PID: 788 (hass)
CGroup: /system.slice/system-home\x2dassistant.slice/[email protected]
├─788 /srv/homeassistant/bin/python3 /srv/homeassistant/bin/hass
└─823 /srv/homeassistant/bin/python3 -m pip install --quiet home-assistant-frontend==20180310.0 --upgrade --constraint /srv/homeassistant/lib/python3.5/site-packages/homeassistant/package_constraints.txt
Mar 15 23:18:03 hassbian hass[788]: 2018-03-15 23:18:03 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
Mar 15 23:18:03 hassbian hass[788]: 2018-03-15 23:18:03 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds.
Mar 15 23:18:03 hassbian hass[788]: 2018-03-15 23:18:03 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=websocket_api>
Mar 15 23:18:03 hassbian hass[788]: 2018-03-15 23:18:03 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds.
Mar 15 23:18:03 hassbian hass[788]: 2018-03-15 23:18:03 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=api>
Mar 15 23:18:03 hassbian hass[788]: 2018-03-15 23:18:03 INFO (Thread-5) [homeassistant.util.package] Attempting install of home-assistant-frontend==20180310.0
Mar 15 23:18:04 hassbian hass[788]: 2018-03-15 23:18:04 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=103 from 2018-03-15 21:44:33)
Mar 15 23:18:04 hassbian hass[788]: 2018-03-15 23:18:04 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1521152284.7018714, source=components/recorder/init.py, message=Ended unfinished sessio
Mar 15 23:18:04 hassbian hass[788]: 2018-03-15 23:18:04 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 1.7 seconds.
Mar 15 23:18:04 hassbian hass[788]: 2018-03-15 23:18:04 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=recorder>
It stops there indefinitely
System was updated
sudo apt-get update && sudo apt-get upgrade
before the upgrade
Testing the configuration:
hass --script check_config
does not give any information
pi@hassbian:~ $ sudo su -s /bin/bash homeassistant
homeassistant@hassbian:/home/pi $ source /srv/homeassistant/bin/activate
(homeassistant) homeassistant@hassbian:/home/pi $ hass --script check_config
Testing configuration at /home/homeassistant/.homeassistant
(homeassistant) homeassistant@hassbian:/home/pi $
Any idea where I should start looking?