[systemd-devel] [ANNOUNCE] systemd v35

2011-08-31 Thread Lennart Poettering
Heya, http://www.freedesktop.org/software/systemd/systemd-35.tar.bz2 Mostly bugfixes, but also a couple of interesting new changes, such as the fact that we now connect all services' stdout/stderr with syslog by default. That also means we no longer support non-socket activated syslog implementat

Re: [systemd-devel] Using systemd in user sessions

2011-08-31 Thread Kay Sievers
On Wed, Aug 31, 2011 at 18:20, Stefan Majewsky wrote: > how can I configure systemd to run as non-super-user, in a login > session? The only thing that seems to be related to this is the --user > switch in the systemd command, but this fails with "Failed to create > root cgroup hierarchy" and "Fai

[systemd-devel] Using systemd in user sessions

2011-08-31 Thread Stefan Majewsky
Hi, how can I configure systemd to run as non-super-user, in a login session? The only thing that seems to be related to this is the --user switch in the systemd command, but this fails with "Failed to create root cgroup hierarchy" and "Failed to allocate manager object" when run as non-root. Gre