On Wed, 19.11.14 14:31, Florian Koch (florian.koch1...@gmail.com) wrote:

> Hi,
> 
> i try to  a centos7 (bootstrapped with yum) system with systemd-nspawn
> (systemd-nspawn -D centos7 -b) on opensuse 13.2
> This works basically, but there are some problems:
> 
> 1. remove pam_loginuid from /etc/pam.d/login
> 2. add 
> https://github.com/systemd/systemd/blob/master/units/container-ge...@.service.m4.in
> to the centos system to  get machinectl login workinh
> 3. remove /etc/securetty to get *working* ssh access (without after
> some seconds, a login screen was displayed)
> 
> 
> now i only have this[1] error message which spams the journal, any
> ideas how to solve?

For some reason you appear to have enabled
container-getty@multi-user.service. Which would run a getty on the tty
"multi-user" which doesn't really exist. The templated unit
container-getty@.service really just needs to be there, it doesn't
need to be enabled, and certainly not with "multi-user" for instance
id...

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to