[systemd-devel] CPUQuota setting is not inherited from systemd slices

2016-09-27 Thread Oliver Graute
Hello, I try to limit my CPUQuota for my dnt5411software.slice. But the services in the slice do not inherit the CPUQuota=20% setting from the dnt5411software.slice file. They still consume more then 20% of the CPU. Some clue whats wrong or missconfigured here? I'am using systemd 225 systemd-cgl

[systemd-devel] systemd-222 mount issues on CentOS 7

2016-09-27 Thread Lokesh Mandvekar
Hi list, I've re-built systemd-222 from Fedora dist-git sources for CentOS 7 (needed for rkt). This is part of the work I'm doing to provide rkt as an rpm for CentOS Virt SIG. The koji build can be found here: http://cbs.centos.org/koji/buildinfo?buildID=12569 On installation and reboot, I notice

Re: [systemd-devel] systemd - cleaning of /var/run/

2016-09-27 Thread Hajo Locke
Hello, Am 27.09.2016 um 12:25 schrieb Reindl Harald: Am 27.09.2016 um 12:22 schrieb Hajo Locke: When restarting mysql, then folder /var/run/mysqld is deleted and recreated. Result is that every mounted folder is loosing his content, because "mount --bind" does not find its source any more.

Re: [systemd-devel] systemd - cleaning of /var/run/

2016-09-27 Thread Reindl Harald
Am 27.09.2016 um 12:22 schrieb Hajo Locke: When restarting mysql, then folder /var/run/mysqld is deleted and recreated. Result is that every mounted folder is loosing his content, because "mount --bind" does not find its source any more. then don't use RunTimeDirectory in your mysqld-unit ins

[systemd-devel] systemd - cleaning of /var/run/

2016-09-27 Thread Hajo Locke
Hello List, we use Ubuntu16 and systemd. I have following problem. We use "mount --bind" to bind folder /var/run/mysqld to different custom folders. We use this to bind the mysql-socketfile into a ssh-chroot. example: mkdir mysqld mount --bind /var/run/mysqld/ mysqld/ ls mysqld/ mysqld.pid m