Re: [systemd-devel] SHM parameters on nspawn containers

2015-08-26 Thread Florian Koch
Hi, Ohne way is to use an More recent Kernel, with 3.16+ the Kernel defaults for These values where changed to unlimeted Regards Florian Von meinem iPhone gesendet > Am 26.08.2015 um 17:34 schrieb Chris Bell : > > Hello all, > > I'm attempting to run GitLab (with postgresql) on a CentOS 7 c

[systemd-devel] Fwd: systemd-nspawn network interface name collisions

2015-06-18 Thread Florian Koch
forgot the list -- Forwarded message -- From: Florian Koch Date: 2015-06-18 22:03 GMT+02:00 Subject: Re: [systemd-devel] systemd-nspawn network interface name collisions To: Lennart Poettering 2015-06-18 18:42 GMT+02:00 Lennart Poettering : > On Thu, 18.06.15 18

[systemd-devel] systemd-nspawn network interface name collisions

2015-06-18 Thread Florian Koch
Hi, if i understnd this correct, the network interface names (veth and macvlan) are created with the frist 11 Caracters from the Containername (Machinename). Now if you use similar names for conatiners, like com.$company.$devision.$name1 com.$company.$devision.$name2 com.$company.$devision.$name

Re: [systemd-devel] Nspawn / getty restart loop

2014-12-06 Thread Florian Koch
the container-getty@.service only needs to be present, not enabled, you can disable the unit, then the logs go away 2014-12-06 15:49 GMT+01:00 Meech : > Running Arch64 / Systemd 217. I have a barebones container initialized > with pacstrap. The conatiner is stored in /var/lib and started via s

[systemd-devel] systemd-nspawn /dev/pts/multi/user missing with centos7

2014-11-19 Thread Florian Koch
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...@.