Portainer: issue with 2 containers

Hi there,

Am new to Portainer and have it installed on OS level (accessible from browser with my IP port 9000). I see in the browser UI a problem with 2 containers: 1. the core config checker and 2. duck dns. The problem with 1) I understood from the logs is that it is not able to connect with the supervisor. Now I am wondering if the core config checker is able to work in a docker environment at all? If so, is it a matter of permissions and if so how do I provide them?
The problem with 2, duck dns is a known problem for which I had a solution (How to resolve config errors after DuckDNS) only I don’t know how to update the DNS from within Portainer - the duck dns container is not running because of this error and so I can’t provide commands in the console associated to this container.

Thanks,
Hans

Below the core config check logs from HA:

Blockquote
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] udev.sh: executing…
starting version 3.2.9
[15:18:34] INFO: Update udev information
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[15:18:34] INFO: Setup udev devices

[15:18:36] INFO: Don’t worry, this temporary installation is not overwriting your current one.
[15:18:36] INFO: Installing Home Assistant: latest…
[15:18:36] INFO: Please be patient, this might take a few minutes…
WARNING: You are using pip version 20.0.2; however, version 20.1 is available.
You should consider upgrading via the ‘/usr/local/bin/python -m pip install --upgrade pip’ command.
[15:21:52] INFO: Installed Home Assistant 0.109.6
[15:21:52] INFO: Making a copy of your configuration for checking…
[15:21:52] INFO: Checking your configuration against this version…
[15:28:25] INFO: Configuration check finished - no error found! :slight_smile:
s6-svscanctl: fatal: unable to control /var/run/s6/services: supervisor not listening
[cont-finish.d] executing container finish scripts…
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

Blockquote