Hi Gentoo Containers project team, I experience inability to run docker daemon with provided init script. The blocking nature of the issue makes me wonder if that's just me, as I don't see it reported on bugzilla. The issue is: docker daemon won't start from init script. Status would show "crashed" immediately. See log in the bottom. Workarounds: * comment out "ulimit -n 1048576" from start_pre() in init script * do not use init script, i.e. start dockerd directly or with start-stop-daemon --start --exec /usr/bin/dockerd --pidfile /run/docker.pid --verbose --background --stderr /var/log/docker-err.log --stdout /var/log/docker-out.log -- -p /run/docker.pid Could anybody please try to reproduce that, or suggest what this could be? Thanks in advance. Some info on my system: app-emulation/docker-17.09.0 Kernel: 4.13.11 Portage profile: default/linux/amd64/17.0/selinux Selinux is in permissive mode # rc-service -v docker status Authenticating root. * Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh /etc/init.d/docker status * status: stopped [ERR=3] 15:26:06 Sun 05 Nov root@starlite /home/j # rc-service -v docker start Authenticating root. * Caching service dependencies ... [ ok ] * Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh /etc/init.d/docker start * Starting docker ... * start-stop-daemon: fopen `/run/docker.pid': No such file or directory * Detaching to start `/usr/bin/dockerd' ... [ ok ] [OK] 15:26:11 Sun 05 Nov root@starlite /home/j # rc-service -v docker status Authenticating root. * Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh /etc/init.d/docker status * status: crashed [ERR=32]