KingOS
(Jens)
January 26, 2021, 7:32am
1
I upgraded to 2021.1.4 on my docker running on Ubuntu 20.04 … and now this happened
Tried restarting docker service and pulling newest images but hass-supervisor keeps having issues…
hass_supervisor log is full of these lines
21-01-26 07:21:32 ERROR (MainThread) [supervisor.api.security] Invalid token for access /app/entrypoint.js
Any ideas…?
Btw. why isn’t there a bug section on the forum?
tom_l
January 26, 2021, 8:48am
2
Bugs (issues) are reported on github. More often than not it’s not an issue and can be sorted out by using correct configuration assistance from forum users. This helps keep the signal to noise ratio at a reasonable-ish level in the issues sections.
… although as you’re running a supervised installation on Ubuntu you probably won’t get much help, this has been unsupported for a long time.
KingOS
(Jens)
January 28, 2021, 11:51am
4
ok… that makes sense … thanks
jaalperin
(Jeff Alperin)
January 28, 2021, 12:23pm
5
This is about rPi supervised and Debian, but I think it is the same issue:
Same problem as Tamsy. Been running supervised/Debian for months on two pi4 and one Lenovo m93p. Today I apt updated then upgraded to containerd.io/buster 1.4.3-1 from 1.3.9-1, docker-ce-cli/buster 5:20.10.0~3-0~debian-buster from 5:19.03.14~3-0~debian-buster, and docker-ce/buster 5:20.10.0~3-0~debian-buster from: 5:19.03.14~3-0~debian-buster. After rebooting the supervisor was unavailable and none of the addons were running. Thanks to TimesShift I was able to restore the older versions and …
KingOS
(Jens)
January 28, 2021, 4:48pm
6
ok…thanks … yes I know Docker isn’t getting much love
I’ve ended up removing all containers/images and reinstalling homeassistant (yet again) using the installer from https://github.com/home-assistant/supervised-installer . It’s finally running again…I can’t install addons due to the annoying unhealthy state the installer leaves it in.
Docker installations on any OS are fine.
Supervised (the installation method you’re using) should only be done on debian of you want it to be ‘healthy’ and supported.
KingOS
(Jens)
January 28, 2021, 9:51pm
8
Aren’t you just proving yourself wrong in the same post?
Docker installations on any OS are fine.
should only be done on debian of you want it to be ‘healthy’ and supported.
this udev issue started in beginning of 2020 and here we are in 2021 with same issue at hand
opened 09:04AM - 05 Mar 20 UTC
closed 08:45AM - 08 May 20 UTC
**Home Assistant release with the issue:**
Supervisor 208
**Operating enviro… nment (HassOS/Generic)**:
Generic Ubuntu 18.04.4 LTS
When starting supervisor I get the following error
`20-03-05 06:18:19 CRITICAL (MainThread) [supervisor.hwmon] Not privileged to run udev. Update your installation!
`
This is what I have tried so far to resolve it
```
systemctl stop hassio-supervisor.service
sudo docker stop hassio_supervisor
sudo docker rm hassio_supervisor
sudo -i
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s
```
```root@HA:~# systemctl status hassio-supervisor.service
hassio-supervisor.service - Hass.io supervisor
Loaded: loaded (/etc/systemd/system/hassio-supervisor.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-03-05 08:17:02 SAST; 16min ago
Process: 25795 ExecStartPre=/usr/bin/docker stop hassio_supervisor (code=exited, status=1/FAILURE)
Main PID: 25813 (hassio-supervis)
Tasks: 11 (limit: 3527)
CGroup: /system.slice/hassio-supervisor.service
├─25813 /bin/sh /usr/sbin/hassio-supervisor
└─25860 docker run --name hassio_supervisor --privileged --security-opt apparmor=hassio-supervisor --security-opt seccomp=unconfined -v /var/run/docker.sock:/var/run/doc
```
_Originally posted by @slipx06 in https://github.com/home-assistant/supervisor/issues/1568#issuecomment-595050593_
No, you’re confusing a docker install with a supervised install, which are two completely different things, as you have done in the title to this thread, and every post in it.
I even put word ‘supervised’ in bold in my post to make it clear, but you didn’t quote that bit.
m0wlheld
(Christoph Dahlen)
January 28, 2021, 10:13pm
10
KingOS:
Any ideas…?
Did you flush your browser‘s cache?