I'm glad you got your system working again. Not a bug in the docker.io
package though.
** Changed in: docker.io (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/182
I fixed it by removing the '-.mount' file from the system. Looks like
that during the upgrade that link got broken. This potential affect
other services, not only docker.
Try:
systemd-analyze unit-paths | while read line ; do echo $line ; cd $line
2>/dev/null && find -name '*-.mount' 2>/dev/null
I also have same problem on Fedora 30 after upgrade:
# systemctl restart docker.service
Failed to restart docker.service: Unit -.mount is masked.
# systemctl status -- -.mount
● -.mount - Root Mount
Loaded: masked (Reason: Unit -.mount is masked.)
Active: active (mounted) since Fri 2019-05
-.mount is the mount unit for the root filesystem mount and it being
masked suggests something is fairly wrong with your system. You could
try "systemctl status ?.mount" (and also show and cat). But I don't
think this is a problem with the docker.io package.
--
You received this bug notification