Docker Service failed to start.


VIDEOMED

Recommended Posts

1 hour ago, Squid said:

Please post the diagnostics 

ErrorWarningSystemArrayLogin


Dec 10 12:16:05 SOFIA root: Fix Common Problems: Warning: unRaids built in FTP server is currently disabled, but users are defined
Dec 10 12:16:37 SOFIA root: Total Spundown: 0
Dec 10 12:17:22 SOFIA emhttpd: cmd: /usr/local/emhttp/plugins/ProFTPd/scripts/rc.ProFTPd removeplg
Dec 10 12:17:23 SOFIA sudo: root : PWD=/ ; USER=root ; COMMAND=/etc/rc.d/rc.inetd restart
Dec 10 12:17:24 SOFIA root: plugin: creating: /tmp/ProFTPd-script - from INLINE content
Dec 10 12:17:24 SOFIA root: plugin: running: /tmp/ProFTPd-script
Dec 10 12:18:12 SOFIA flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update
Dec 10 12:20:04 SOFIA sSMTP[31533]: Creating SSL connection to host
Dec 10 12:20:05 SOFIA sSMTP[31533]: SSL connection using TLS_AES_256_GCM_SHA384
Dec 10 12:20:13 SOFIA flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update
Dec 10 12:20:13 SOFIA sSMTP[31533]: Sent mail for [email protected] (221 2.0.0 Bye) uid=0 username=root outbytes=854
Dec 10 12:21:15 SOFIA flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update
Dec 10 12:21:37 SOFIA root: Total Spundown: 0
Dec 10 12:26:37 SOFIA root: Total Spundown: 0
Dec 10 12:31:37 SOFIA root: Total Spundown: 0
Dec 10 12:34:36 SOFIA emhttpd: spinning down /dev/sdb
Dec 10 12:34:36 SOFIA emhttpd: spinning down /dev/sdc
Dec 10 12:36:14 SOFIA emhttpd: spinning down /dev/sdd
Dec 10 12:36:37 SOFIA root: Total Spundown: 2
Dec 10 12:41:37 SOFIA root: Total Spundown: 2
Dec 10 12:46:37 SOFIA root: Total Spundown: 2
Dec 10 12:51:37 SOFIA root: Total Spundown: 2
Dec 10 12:56:37 SOFIA root: Total Spundown: 2
Dec 10 13:01:37 SOFIA root: Total Spundown: 2
Dec 10 13:06:37 SOFIA root: Total Spundown: 2
Dec 10 13:07:46 SOFIA emhttpd: read SMART /dev/sdd
Dec 10 13:07:46 SOFIA emhttpd: read SMART /dev/sdb
Dec 10 13:07:46 SOFIA emhttpd: read SMART /dev/sdc
Dec 10 13:11:37 SOFIA root: Total Spundown: 0
Dec 10 13:16:37 SOFIA root: Total Spundown: 0
Dec 10 13:21:37 SOFIA root: Total Spundown: 0
Dec 10 13:26:37 SOFIA root: Total Spundown: 0
Dec 10 13:31:37 SOFIA root: Total Spundown: 0
Dec 10 13:33:02 SOFIA webGUI: Successful login user root from 192.168.1.146
Dec 10 13:34:06 SOFIA flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update
Dec 10 13:35:06 SOFIA flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update
Dec 10 13:36:38 SOFIA root: Total Spundown: 0
Dec 10 13:41:38 SOFIA root: Total Spundown: 0
Dec 10 13:46:38 SOFIA root: Total Spundown: 0

Link to comment

docker.img corrupt. Probably because you have been filling it.

 

You have it set to 55G, which is another reason I suspect you have been filling it. 20G is usually much more than enough, and making it larger won't fix whatever is filling it, it will only make it take longer to fill. I run 15-20 dockers and they use about half of 20G I have allocated.

 

The usual cause of filling docker.img is an application writing to a path that doesn't correspond to a container path in the mappings, case-sensitive.

 

You will have to delete and recreate docker.img, I recommend 20G

 

https://wiki.unraid.net/Manual/Docker_Management#Re-Create_the_Docker_image_file

 

Then reinstall your dockers.

 

https://wiki.unraid.net/Manual/Docker_Management#Re-Installing_Docker_Applications

 

Probably best to take them one at a time and look at all the paths specified within each application.

Link to comment

root@SOFIA:~# ls -lah /mnt/disk1/system
total 4.0K
drwxrwxrwx  4 nobody users   47 Apr 16  2021 ./
drwxrwxrwx 18 nobody users 4.0K Dec 13 18:12 ../
drwxrwxrwx  2 nobody users   24 Apr 16  2021 docker/
drwxrwxrwx  2 nobody users   33 Apr 16  2021 libvirt/
root@SOFIA:~# ls -lah /mnt/cache/system
total 16K
drwxrwxrwx 1 nobody users 26 Apr 16  2021 ./
drwxrwxrwx 1 nobody users 42 Dec 13 18:12 ../
drwxrwxrwx 1 nobody users  0 Dec 14 07:48 docker/
drwxrwxrwx 1 nobody users  0 Apr 16  2021 libvirt/
root@SOFIA:~#

Link to comment

Thank you
After removing docker.img, the system rebuilt very quickly
I changed the size to 20GB.
Previously, I increased the size from 20GB to 50GB as there was a signal that there was not enough space.
When I first installed UNRAID, I tested various Dockers. Old Dockers probably remained. After rebuilding, docker.img is much smaller

Link to comment
6 minutes ago, VIDEOMED said:

I have multiple dockers installed. I want to test them docker.image has a limit of 20GB. But the usage is 82%

I usually run 15-20 dockers and my usage is barely half of the 20G I have allocated.

 

Those diagnostics show docker.img is still allocated 55G, but as you say, it is 82% full.

 

You have to delete and recreate docker.img to get it reduced to the 20G you have set then reinstall your dockers. See the wiki links I posted earlier.

Link to comment
12 hours ago, GreenEyedMonster said:

track down what is filling up the docker.img

 

On 12/13/2021 at 9:32 AM, trurl said:

The usual cause of filling docker.img is an application writing to a path that doesn't correspond to a container path in the mappings, case-sensitive.

Click the Container Size button on the Docker page and post a screenshot.

 

I may split your post and any replies to another thread since this one belongs to OP

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.