No UI after update to 0.65

After updating to 0.65, i can’t access the HA UI. When i do

sudo systemctl status [email protected] -l

i get

[email protected] - Home Assistant for homeassistant
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: active (running) since Fri 2018-03-09 19:44:33 UTC; 1min 34s ago
Main PID: 598 (hass)
CGroup: /system.slice/system-home\x2dassistant.slice/[email protected]
├─ 598 /srv/homeassistant/bin/python3 /srv/homeassistant/bin/hass
└─1013 /usr/bin/ssh -p 22 -l admin 192.168.1.1

Mar 09 19:44:49 hassbian hass[598]: sudosudo: no tty present and no askpass program specified
Mar 09 19:44:49 hassbian sudo[803]: pam_unix(sudo:auth): conversation failed
Mar 09 19:44:49 hassbian sudo[803]: pam_unix(sudo:auth): auth could not identify password for [homeassistant]
Mar 09 19:44:49 hassbian hass[598]: : no tty present and no askpass program specified
Mar 09 19:44:49 hassbian sudo[802]: pam_unix(sudo:auth): conversation failed
Mar 09 19:44:49 hassbian sudo[802]: pam_unix(sudo:auth): auth could not identify password for [homeassistant]
Mar 09 19:44:49 hassbian sudo[802]: homeassistant : command not allowed ; TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/bash /usr/local/bin/pihole -v -p -c
Mar 09 19:44:50 hassbian hass[598]: sudo: no tty present and no askpass program specified
Mar 09 19:44:50 hassbian sudo[816]: pam_unix(sudo:auth): conversation failed
Mar 09 19:44:50 hassbian sudo[816]: pam_unix(sudo:auth): auth could not identify password for [homeassistant]

Looks like i just need to be more patient … after a couple of minutes, it works. No idea what it is with the errors reported when querying the status…

The first reboot after an update can take a while. Sometimes it’s a nerve-wracking while.

Thank you @ih8gates, sorry for being to impatient.