Few errors I cant figure out

In the supervisor system log I get this repeating every 6 minutes or so.

20-07-02 13:19:03 INFO (MainThread) [supervisor.host.network] Update local network DNS information
20-07-02 13:19:03 INFO (MainThread) [supervisor.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-07-02 13:19:03 ERROR (MainThread) [supervisor.utils.gdbus] DBus return error: Error: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface ‘org.freedesktop.DBus.Properties’ on object at path /org/freedesktop/NetworkManager/DnsManager
20-07-02 13:19:03 WARNING (MainThread) [supervisor.host.network] Can’t update host DNS system information!
20-07-02 13:19:03 INFO (MainThread) [supervisor.host.sound] Update PulseAudio information
Failed to load cookie file from cookie: No such file or directory

It would help to tell if you run homeassistant OS or homeassistant supervised, and if supervised, on which system/OS.

Current version Home Assistant running in a docker on Ubuntu 16.04.6.

Errors have persisted for many versions.

Bump.

@francisp

Probably a rights issue.

Do an

apt-get update && apt-get upgrade -y

followed by running the install script again.