Re: [systemd-devel] nspawn: fix detection of missing /proc/self/loginuid

2014-02-27 Thread Lennart Poettering
On Tue, 25.02.14 17:19, Tero Roponen (tero.ropo...@gmail.com) wrote: > 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. Thanks! Applied

[systemd-devel] nspawn: fix detection of missing /proc/self/loginuid

2014-02-25 Thread Tero Roponen
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. diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 1a02935..e6f8ce7 100644 --- a/src/nsp