March 28, 20188 yr Author aaaaand, it's back. dashboard and docker tabs will not load... This seems to be a bug, not sure what I can provide to help out in fixing this.
March 28, 20188 yr There is known issue with Docker hanging in certain circumstances. Try to stop all containers using this command: docker stop $(docker ps --format='{{.Names}}') Likely you'll find a container which can't be stopped and make docker hang. Let us know the outcome.
March 28, 20188 yr Author so I run that command, all containers stop. docker ps -a : shows all exited Go back to the docker tab, still won't load and times out. root@Tower:~# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2c82a184a61d telegraf:alpine "/entrypoint.sh te..." 11 hours ago Exited (2) About a minute ago telegraf 2498d8d2f06a linuxserver/sonarr "/init" 11 hours ago Exited (0) About a minute ago sonarr d952be6124f4 linuxserver/sabnzbd "/init" 11 hours ago Exited (0) About a minute ago sabnzbd 24e89172b823 linuxserver/radarr "/init" 11 hours ago Exited (0) About a minute ago radarr 08c1f700f2e1 linuxserver/plexrequests "/init" 11 hours ago Exited (0) About a minute ago plexrequests e8735ff629ac linuxserver/plexpy "/init" 11 hours ago Exited (0) About a minute ago plexpy 95aae6852690 limetech/plex "/sbin/my_init" 11 hours ago Exited (0) About a minute ago PlexMediaServer 3eb6934dae07 influxdb:latest "/entrypoint.sh in..." 11 hours ago Exited (0) About a minute ago Influxdb f76dc1af71a0 linuxserver/headphones "/init" 11 hours ago Created headphones 55643e306732 grafana/grafana "/run.sh" 11 hours ago Exited (0) About a minute ago Grafana bae6acd06b65 binhex/arch-delugevpn "/usr/bin/tini -- ..." 11 hours ago Exited (1) 5 minutes ago binhex-delugevpn 2b0a7f7608d9 elasticsearch "/docker-entrypoin..." 5 days ago Exited (143) 15 minutes ago elasticsearch 8cd19be7c364 kibana "/docker-entrypoin..." 5 days ago Exited (143) 15 minutes ago kibana b3f210bab046 binhex/arch-jackett "/usr/bin/tini -- ..." 2 weeks ago Created binhex-jackett 68e0fedbf1df drewster727/hddtemp-docker "/bin/sh -c 'hddte..." 6 weeks ago Exited (1) 6 weeks ago hddtemp-docker 253b26e733e3 zuhkov/observium "/sbin/my_init" 6 weeks ago Exited (0) 3 weeks ago Observium a786bafd97fa sparklyballs/krusader "/sbin/my_init" 5 months ago Exited (0) 2 weeks ago Krusader
March 29, 20188 yr What with this command, can it succeed? docker inspect $(docker ps -a --format='{{.Names}}') Edited March 29, 20188 yr by bonienl
April 1, 20188 yr Author so that spit out a ton of info, I'll add a link to a file for it. dockeroutput.txt
Archived
This topic is now archived and is closed to further replies.