Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

docker failed to cleanup ipc mounts /var/lib/docker/.../shm

3184721Mar 13 2016 — edited Mar 17 2016

I am newby in docker-engine. I install

docker --version

Docker version 1.9.1, build 08eb66d

on Oracle Linux

uname -a

Linux istestci1.sigma-it.local 4.1.12-32.2.1.el7uek.x86_64 #2 SMP Sun Jan 31 23:50:34 PST 2016 x86_64 x86_64 x86_64 GNU/Linux

Configure certificate and using docker-engine via io.fabric8:docker-maven-plugin for integration tests.

Bun after week of using docker-engine it is broke down. I can not ever see the list of container:

docker ps -a

this command stuck without any message to console or /var/log/message.

systemctl status docker -l

say that: ...active (running)...

and surprise:

: level=warning msg="failed to cleanup ipc mounts:\nfailed to umount /var/lib/docker/containers/0b68738e40a81072fcffee2603f9cc01fd1bcb88bacef1a8ed90a5b373340266/shm: invalid argument\nfailed to umount /var/lib/docker/containers/0b68738e40a81072fcffee2603f9cc01fd1bcb88bacef1a8ed90a5b373340266/mqueue: invalid argument"

: level=error msg="Handler for POST /v1.18/containers/0b68738e40a8/start returned error: Cannot start container 0b68738e40a8: [8] System error: write /sys/fs/cgroup/memory/system.slice/docker-0b68738e40a81072fcffee2603f9cc01fd1bcb88bacef1a8ed90a5b373340266.scope/memory.memsw.limit_in_bytes: invalid argument"

: level=error msg="HTTP Error" err="Cannot start container 0b68738e40a8: [8] System error: write /sys/fs/cgroup/memory/system.slice/docker-0b68738e40a81072fcffee2603f9cc01fd1bcb88bacef1a8ed90a5b373340266.scope/memory.memsw.limit_in_bytes: invalid argument" statusCode=500

How fight with that?

May be this discussion will be usefull:

https://github.com/docker/docker/issues/20640

This post has been answered by 3184721 on Mar 17 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2016
Added on Mar 13 2016
3 comments
4,698 views