Hello All,
Not sure if the question should asked here but i’ll try it anyway.
After some stream problems i decided to restore my Home Assitant to a previous state by restoring a full backup. After restore i am trying to install phpMyadmin and another add on.
For now i’ll stick to phpmyadmin add-on.
I try to start the service but it stops with this error that the add on is already in use by antother container. this happens with more add ons i installed.
I started portainer to and saw that there are 15 containers!!?
If i go to the containers the list shows that there are only 8 containters.
The listing of the container is showing that phpmyadmin is not running and also cant start within portainer.
If i look at the images i see that there are unused images and images that were installed but are after the backup not there anymore. I deleted the add-ons after the full backup i restored.
The log files are:
Logfile::
homeassistant.components.hassio
Source: components/hassio/websocket_api.py:123
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 00:59:30 (2 occurrences)
Last logged: 10:13:03
Failed to to call /addons/a0d7b954_phpmyadmin/stats - Container addon_a0d7b954_phpmyadmin is not running
Failed to to call /addons/47701997_voice-nl-rdh/restart - Can’t create container from addon_47701997_voice-nl-rdh: 409 Client Error for http+docker://localhost/v1.41/containers/create?name=addon_47701997_voice-nl-rdh: Conflict (“Conflict. The container name “/addon_47701997_voice-nl-rdh” is already in use by container “18fb78a799e8e836fe462f3cc39cb8b450ac252dffbe1b0b1c74b0d8941e8ca9”. You have to remove (or rename) that container to be able to reuse that name.”)
pHpmyadmin logfile:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/00-banner.sh
parse error: Expected string key before ‘:’ at line 1, column 4
[10:16:43] ERROR: Unknown HTTP error occured
Add-on:
Add-on version:
You are running the latest version of this add-on.
parse error: Expected string key before ‘:’ at line 1, column 4
[10:16:44] ERROR: Unknown HTTP error occured
System: ( / )
Home Assistant Core:
Home Assistant Supervisor:
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
cont-init: info: /etc/cont-init.d/00-banner.sh exited 0
cont-init: info: running /etc/cont-init.d/01-log-level.sh
parse error: Expected string key before ‘:’ at line 1, column 4
[10:16:45] ERROR: Unknown HTTP error occured
cont-init: info: /etc/cont-init.d/01-log-level.sh exited 0
cont-init: info: running /etc/cont-init.d/nginx.sh
cont-init: info: /etc/cont-init.d/nginx.sh exited 0
cont-init: info: running /etc/cont-init.d/phpmyadmin.sh
parse error: Expected string key before ‘:’ at line 1, column 4
[10:16:46] ERROR: Unknown HTTP error occured
cont-init: info: /etc/cont-init.d/phpmyadmin.sh exited 139
cont-init: warning: some scripts exited nonzero
s6-rc: warning: unable to start service legacy-cont-init: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
prog: fatal: stopping the container.
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
My question is how can i resolve this problem/?