From: Tero Roponen Date: Tue, 25 Feb 2014 15:19:35 +0000 (+0200) Subject: nspawn: fix detection of missing /proc/self/loginuid X-Git-Tag: v211~179 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=13e8ceb84e56907d73b6b07418deb37faaf0e66d;hp=13e8ceb84e56907d73b6b07418deb37faaf0e66d nspawn: fix detection of missing /proc/self/loginuid Running 'systemd-nspawn -D /srv/Fedora/' gave me this error: Failed to read /proc/self/loginuid: No such file or directory Container Fedora failed with error code 1. This patch fixes the problem. ---