June 1, 201610 yr Hey All, A wierd issue just started happening. My Docker tab is missing from the nav. On the Dashboard tab none of my Dockers are showing. When I got to http://unraid/Docker the page just shows the header and the footer but everything else is blank. ALL Dockers are responding and working just fine though. Fix Common Problems addon spit out this message Docker critical image disk utilization: 31-05-2016 15:19 Alert [TOWER] - Docker image disk utilization of 100% Docker utilization of image file /mnt/cache/appdata/docker.img And thoughts on how to fix this?
June 1, 201610 yr Hey All, A wierd issue just started happening. My Docker tab is missing from the nav. On the Dashboard tab none of my Dockers are showing. When I got to http://unraid/Docker the page just shows the header and the footer but everything else is blank. ALL Dockers are responding and working just fine though. Fix Common Problems addon spit out this message Docker critical image disk utilization: 31-05-2016 15:19 Alert [TOWER] - Docker image disk utilization of 100% Docker utilization of image file /mnt/cache/appdata/docker.img And thoughts on how to fix this? Quick Fix: Make your docker image larger (settings -> docker) and hope for the best Better Fix: Delete the docker image from settings-docker, recreate it at a larger size and re-add all of your previously used apps (CA's previous Apps section). After the downloads, it'll be like nothing changed Real Fix: Figure out why it filled up (are downloads, etc being saved into it?)
June 2, 201610 yr Author Hey All, A wierd issue just started happening. My Docker tab is missing from the nav. On the Dashboard tab none of my Dockers are showing. When I got to http://unraid/Docker the page just shows the header and the footer but everything else is blank. ALL Dockers are responding and working just fine though. Fix Common Problems addon spit out this message Docker critical image disk utilization: 31-05-2016 15:19 Alert [TOWER] - Docker image disk utilization of 100% Docker utilization of image file /mnt/cache/appdata/docker.img And thoughts on how to fix this? Quick Fix: Make your docker image larger (settings -> docker) and hope for the best Better Fix: Delete the docker image from settings-docker, recreate it at a larger size and re-add all of your previously used apps (CA's previous Apps section). After the downloads, it'll be like nothing changed Real Fix: Figure out why it filled up (are downloads, etc being saved into it?) Thanks for the suggestions. What is "CA's previous Apps section"? I would like to do the Real Fix. How do I figure out what is downloading in to docker image?
June 2, 201610 yr Author OK I think I have found an issue. My sabnzbd folder is complaining about not enough disk space but I do not know why because I have all the "folders" setup correctly under Config and the sabnzbd Queue is showing 2.1TB of free space. Which is accurate. ERROR 31/05/2016 16:23 [31/May/2016:16:23:02] HTTP Traceback (most recent call last): File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 663, in respond self.body.process() File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 996, in process super(RequestBody, self).process() File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 540, in process proc(self) File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data process_multipart(entity) File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 215, in process_multipart part.process() File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 538, in process self.default_proc() File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 710, in default_proc self.file = self.read_into_file() File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 725, in read_into_file self.read_lines_to_boundary(fp_out=fp_out) File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 682, in read_lines_to_boundary fp_out.write(line) IOError: [Errno 28] No space left on device How can I tell the "size" of each container to narrow down which one is causing the bloat?
June 2, 201610 yr I don't have personal experience with this issue, but try the Docker FAQ, I think it has some related help. What is "CA's previous Apps section"? CA is Community Applications.
June 2, 201610 yr Author Rhuh roh... I have rebooted the unRAID server and now my Dockers can't be reached and there is still no Docker tab. I have turned 'off' Docker and turned it back 'on' and the tab is still missing. I have increased the size but the tab is still missing. Thoughts?
June 2, 201610 yr Rhuh roh... I have rebooted the unRAID server and now my Dockers can't be reached and there is still no Docker tab. I have turned 'off' Docker and turned it back 'on' and the tab is still missing. I have increased the size but the tab is still missing. Thoughts? Not without diagnostics
June 3, 201610 yr Author Rhuh roh... I have rebooted the unRAID server and now my Dockers can't be reached and there is still no Docker tab. I have turned 'off' Docker and turned it back 'on' and the tab is still missing. I have increased the size but the tab is still missing. Thoughts? Not without diagnostics when I try to run the Daemon from command prompt I get this. root@Tower:~# docker -d INFO[0000] Listening for HTTP on unix (/var/run/docker.sock) INFO[0000] [graphdriver] using prior storage driver "btrfs" FATA[0000] Error starting daemon: Insertion failed because database is full: database or disk is full
June 3, 201610 yr Then just delete the image file and recreate it and add the apps back in via CA's previous apps section Sent from my SM-T560NU using Tapatalk
June 3, 201610 yr Author OK so I have found that I am out of space because of log files by reading these threads - http://lime-technology.com/forum/index.php?topic=45249.15 But I do not know how to clear the log files... Then just delete the image file and recreate it and add the apps back in via CA's previous apps section Sent from my SM-T560NU using Tapatalk I don't know how to do this as I have no GUI options
June 3, 201610 yr Settings - docker when it's stopped the option is there Sent from my SM-T560NU using Tapatalk
June 3, 201610 yr Author Settings - docker when it's stopped the option is there Sent from my SM-T560NU using Tapatalk OK thanks Squid...appreciate your assistance
June 3, 201610 yr Author This is now [RESOLVED] The issue was errant log files in Docker eating up all of the space in the image. There we no Containers downloading into themselves or anything like that. The img filled up and thus Dockers db couldn't load which prevented unRAID from register the Docker Tab. Running this command lists the sizes of the logs du -ah /var/lib/docker/containers/ | grep -v "/$" | sort -rh | head -60 I couldn't figure out how to delete the logs only so I deleted the Docker image file in Settings -> Docker page and recreated a new docker image after. Then after adding all the Containers back via the GUI using the [templates-user] section I was back in business. All Containers created back up just like they were before I blew away the img. Thanks Squid for all the assistance.
Archived
This topic is now archived and is closed to further replies.