Re: systemd / pam support

2011-06-01 Thread Christian Hesse
Christian Hesse on Mon, 23 May 2011 20:51:17 +0200: > Hello everybody, > > I've installed systemd on my system. Systemd manages processes in > cgroups, so it is able to terminate a process hierarchy if the daemon > or session exits. > > Now this breaks tmux: A user logs in, starts a tmux session

Re: systemd / pam support

2011-05-25 Thread S. Zachariah Sprackett
The system administrator can. An end user cannot. On Wed, May 25, 2011 at 11:03 AM, Nicholas Marriott wrote: > Hi > > I don't think this is something the application should need to > configure, you should be able to configure it in systemd (and it sounds > like you can from what you say). > > >

Re: systemd / pam support

2011-05-25 Thread Nicholas Marriott
Hi And that is a flaw in systemd that applications should add code to work round? On Wed, May 25, 2011 at 11:07:22AM -0400, S. Zachariah Sprackett wrote: > The system administrator can. An end user cannot. > > On Wed, May 25, 2011 at 11:03 AM, Nicholas Marriott > wrote: > > Hi > > > > I don't

Re: systemd / pam support

2011-05-25 Thread Christian Hesse
"S. Zachariah Sprackett" on Wed, 25 May 2011 11:07:22 -0400: > On Wed, May 25, 2011 at 11:03 AM, Nicholas Marriott > wrote: > > I don't think this is something the application should need to > > configure, you should be able to configure it in systemd (and it > > sounds like you can from what you

Re: systemd / pam support

2011-05-25 Thread Nicholas Marriott
Hi I don't think this is something the application should need to configure, you should be able to configure it in systemd (and it sounds like you can from what you say). On Wed, May 25, 2011 at 04:58:46PM +0200, Christian Hesse wrote: > Nicholas Marriott on Mon, 23 May 2011 > 20:18:21 +0100: >

Re: systemd / pam support

2011-05-25 Thread Christian Hesse
Nicholas Marriott on Mon, 23 May 2011 20:18:21 +0100: > I'm not convinced tmux should need PAM support to do something > perfectly normal. > > How does systemd deal with other programs that want to daemonize? > Surely it doesn't kill eg httpd if you start it from a terminal. Surely it does! ;)

Re: systemd / pam support

2011-05-24 Thread Mark T. Kennedy
On 05/23/2011 02:51 PM, Christian Hesse wrote: > Hello everybody, > > I've installed systemd on my system. Systemd manages processes in cgroups, so > it is able to terminate a process hierarchy if the daemon or session exits. > > Now this breaks tmux: A user logs in, starts a tmux session, and deta

Re: systemd / pam support

2011-05-23 Thread Nicholas Marriott
Hi I'm not convinced tmux should need PAM support to do something perfectly normal. How does systemd deal with other programs that want to daemonize? Surely it doesn't kill eg httpd if you start it from a terminal. On Mon, May 23, 2011 at 08:51:17PM +0200, Christian Hesse wrote: > Hello everybo

systemd / pam support

2011-05-23 Thread Christian Hesse
Hello everybody, I've installed systemd on my system. Systemd manages processes in cgroups, so it is able to terminate a process hierarchy if the daemon or session exits. Now this breaks tmux: A user logs in, starts a tmux session, and detaches it. When the user logs out the tmux session is kille