[systemd-devel] [PATCH] Add VARIANT as a standard value for /etc/os-release

2015-04-29 Thread Stephen Gallagher
Some distributions (such as Fedora) are using the VARIANT field to indicate to select packages which of several default configurations they should be using. For example, VARIANT=Server provides a different default firewall configuration (blocking basically everything but SSH and the management

[systemd-devel] [PATCH] Add VARIANT as a standard value for /etc/os-release

2015-04-29 Thread Stephen Gallagher
Originally, I was only thinking that the parseable field mattered, but you're right. There's value in having a human-presentable field here as well. Updated patch attached. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] pam_systemd.so indirectly calling pam_acct_mgmt

2015-04-30 Thread Stephen Gallagher
On Thu, 2015-04-30 at 15:01 +0200, Lennart Poettering wrote: On Thu, 30.04.15 08:54, Stephen Gallagher (sgall...@redhat.com) wrote: Does set-linger persist across reboots? Yes it does. When a systemd is booted up with a user that has lingering on this means that his user@.service

Re: [systemd-devel] pam_systemd.so indirectly calling pam_acct_mgmt

2015-04-30 Thread Stephen Gallagher
On Thu, 2015-04-30 at 11:36 +0200, Lennart Poettering wrote: On Wed, 29.04.15 22:24, Jakub Hrozek (jakub.hro...@posteo.se) wrote: ...why exactly does systemd-user need to call the account stack for? Again, I totally understand session, but account? Well, if the user service is started

Re: [systemd-devel] pam_systemd.so indirectly calling pam_acct_mgmt

2015-05-02 Thread Stephen Gallagher
On May 2, 2015, at 3:48 AM, Lennart Poettering lenn...@poettering.net wrote: On Fri, 01.05.15 08:29, Stephen Gallagher (sgall...@redhat.com) wrote: Right, so based on this information, it seems to me that in SSSD we need to be treating the 'systemd-user' PAM service the same way we do

Re: [systemd-devel] pam_systemd.so indirectly calling pam_acct_mgmt

2015-05-01 Thread Stephen Gallagher
On Fri, 2015-05-01 at 11:46 +0200, Tomasz Torcz wrote: On Fri, May 01, 2015 at 09:46:26AM +0100, Colin Guthrie wrote: Stephen Gallagher wrote on 30/04/15 14:04: On Thu, 2015-04-30 at 15:01 +0200, Lennart Poettering wrote: On Thu, 30.04.15 08:54, Stephen Gallagher (sgall...@redhat.com

Re: [systemd-devel] [PATCH] Add VARIANT as a standard value for /etc/os-release

2015-05-01 Thread Stephen Gallagher
On Wed, 2015-04-29 at 08:19 -0400, Stephen Gallagher wrote: Some distributions (such as Fedora) are using the VARIANT field to indicate to select packages which of several default configurations they should be using. For example, VARIANT=Server provides a different default firewall

Re: [systemd-devel] [PATCH] Add VARIANT as a standard value for /etc/os-release

2015-05-05 Thread Stephen Gallagher
- Original Message - From: Lennart Poettering lenn...@poettering.net To: Stephen Gallagher sgall...@redhat.com Sent: Tuesday, May 5, 2015 10:13:35 AM Subject: Re: [systemd-devel] [PATCH] Add VARIANT as a standard value for /etc/os-release On Tue, 05.05.15 08:52, Stephen

Re: [systemd-devel] Creating units using D-Bus

2015-06-09 Thread Stephen Gallagher
On Tue, 2015-06-09 at 19:33 +0200, Jakub Skořepa wrote: Hello, My name is Jakub Skořepa and I'm working on Cockpit UI for Systemd Timers. For that I need to create and modify systemd unit files. Cockpit uses D -Bus for everything so I need D-Bus API for that. I think that it would be

Re: [systemd-devel] Creating units using D-Bus

2015-06-10 Thread Stephen Gallagher
On Wed, 2015-06-10 at 10:46 +, On 06/09/2015 10:21 PM, Lennart Poettering wrote: On Tue, 09.06.15 19:33, Jakub Skořepa (ja...@skorepa.info) wrote: Hello, My name is Jakub Skořepa and I'm working on Cockpit UI for Systemd Timers. For that I need to create and modify

Re: [systemd-devel] Creating units using D-Bus

2015-06-10 Thread Stephen Gallagher
On Wed, 2015-06-10 at 13:21 +, On 06/10/2015 12:30 PM, Stephen Gallagher wrote: A good overview of what we're aiming to accomplish can be found here: h ttps://github.com/cockpit-project/cockpit/wiki/Feature:-Systemd -timers#stories Though at the end of the day, it might