Re: [systemd-devel] [PATCH 1/2] logind: user access to shared devices

2012-12-27 Thread Oleg Samarin
Supporting of acls on devices shared between all seats (like /dev/snd/seq): A user gets permitions on it when he activates a session on any seat. He/she losses the permitions when no his/her active sessions more exist В Пн., 24/12/2012 в 13:08 +0100, Lennart Poettering пишет: > boolean udev pro

[systemd-devel] [PATCH 1/2] logind: Capability of making seats without framebuffer devices

2012-12-27 Thread Oleg Samarin
В Пн., 24/12/2012 в 13:08 +0100, Lennart Poettering пишет: > On Thu, 20.12.12 22:08, Oleg Samarin ([email protected]) wrote: > > Could you please split these patches up? The "seat-master" bit looks > straightforward to me, and I'd merge that quickly, the ONE_SEAT thing I > don't really get. >

[systemd-devel] [PATCH] systemctl: add is-failed

2012-12-27 Thread Thomas H.P. Andersen
I grabbed this one from the todo list. Most of the functionality was already there for is-active. I just needed to make check_one_unit take the states to check for as an argument instead of the hardcoded "active" and "reloading". is-failed will return 1 if none of the units given are failed. This

[systemd-devel] systemd-readahead-replay: open(/etc/pam.d/postlogin) failed: Too many levels of symbolic links

2012-12-27 Thread Reindl Harald
something goes wrong here at boot systemd-44-23.fc17.x86_64 kernel-3.6.11-1.fc17.x86_64 pam-1.1.5-7.fc17.x86_64 [root@srv-rhsoft:~]$ dmesg | grep links systemd-readahead-replay[368]: open(/etc/pam.d/postlogin) failed: Too many levels of symbolic links [root@srv-rhsoft:~]$ stat /etc/pam.d/postlo

Re: [systemd-devel] Socket activation for Java services

2012-12-27 Thread Jian Lin
Thanks! I will have a try. On Thu, 27 Dec 2012 03:38:08 -0800 David Strauss wrote: > On Mon, Dec 24, 2012 at 7:29 AM, Jian Lin wrote: > > I want to use systemd to manage some services written in Java. > > I found it is easy to write service units for starting and stopping > > the services. > >

Re: [systemd-devel] Socket activation for Java services

2012-12-27 Thread David Strauss
On Mon, Dec 24, 2012 at 7:29 AM, Jian Lin wrote: > I want to use systemd to manage some services written in Java. > I found it is easy to write service units for starting and stopping > the services. > However, I also hope to implement the socket activation for Java services, > in order to start t