Re: [systemd-devel] systemd and cgroups

2014-01-12 Thread Kay Sievers
On Mon, Jan 13, 2014 at 8:07 AM, Greg KH wrote: > On Sun, Jan 12, 2014 at 11:48:56PM +0100, Dominique Michel wrote: >> I need that pc for production, so I rapidly installed another >> distribution without systemd. So this problem is solved for me, but >> that doesn't solve that to force any user t

Re: [systemd-devel] systemd and cgroups

2014-01-12 Thread Greg KH
On Sun, Jan 12, 2014 at 11:48:56PM +0100, Dominique Michel wrote: > I need that pc for production, so I rapidly installed another > distribution without systemd. So this problem is solved for me, but > that doesn't solve that to force any user to use a default > configuration without any possibilit

Re: [systemd-devel] [PATCH 2/2] sd-dns: rename structs and functions with sd_ prefix

2014-01-12 Thread Tom Gundersen
On Sun, Jan 12, 2014 at 7:42 PM, Daniel Buch wrote: > --- > src/libsystemd-bus/dns-util.h | 12 ++--- > src/libsystemd-bus/sd-dns.c | 100 > +- > src/libsystemd-bus/test-dns.c | 26 +-- > src/systemd/sd-dns.h | 46 +--

Re: [systemd-devel] [PATCH 1/2] sd-dns: Codeing style cleanup

2014-01-12 Thread Tom Gundersen
On Sun, Jan 12, 2014 at 7:42 PM, Daniel Buch wrote: > --- > src/libsystemd-bus/sd-dns.c | 34 -- > src/libsystemd-bus/test-dns.c | 21 ++--- > 2 files changed, 30 insertions(+), 25 deletions(-) > > diff --git a/src/libsystemd-bus/sd-dns.c b/src/li

Re: [systemd-devel] systemd and cgroups

2014-01-12 Thread Dominique Michel
Le Sun, 12 Jan 2014 11:09:15 -0800, Greg KH a écrit : > On Sun, Jan 12, 2014 at 06:10:34PM +0100, Dominique Michel wrote: > > Last, this systemd patch is more than 3 years old now, and I also > > just found that freedesktop is involved in that mess: > > http://www.freedesktop.org/wiki/Software/sy

Re: [systemd-devel] systemd and cgroups

2014-01-12 Thread Greg KH
On Sun, Jan 12, 2014 at 06:10:34PM +0100, Dominique Michel wrote: > Last, this systemd patch is more than 3 years old now, and I also > just found that freedesktop is involved in that mess: > http://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/ > > So, that imply, if I am right

[systemd-devel] [PATCH 1/2] sd-dns: Codeing style cleanup

2014-01-12 Thread Daniel Buch
--- src/libsystemd-bus/sd-dns.c | 34 -- src/libsystemd-bus/test-dns.c | 21 ++--- 2 files changed, 30 insertions(+), 25 deletions(-) diff --git a/src/libsystemd-bus/sd-dns.c b/src/libsystemd-bus/sd-dns.c index 8126cb3..0f90d02 100644 --- a/src/li

[systemd-devel] [PATCH 2/2] sd-dns: rename structs and functions with sd_ prefix

2014-01-12 Thread Daniel Buch
--- src/libsystemd-bus/dns-util.h | 12 ++--- src/libsystemd-bus/sd-dns.c | 100 +- src/libsystemd-bus/test-dns.c | 26 +-- src/systemd/sd-dns.h | 46 +-- 4 files changed, 92 insertions(+), 92 deletions(-) diff --git a/

[systemd-devel] systemd and cgroups

2014-01-12 Thread Dominique Michel
Recently, I experimented with Debian sid, which installed systemd. Systemd idea is nice, but its implementation is a catastrophe. It is more than one year, maybe more than 2, I am using the kernel cgroups on gentoo to get rt scheduling with JACK, that without any trouble. http://trac.jackaudio.org