Re: [systemd-devel] [PATCH] var-run.service: create console dir needed by pam

2010-09-27 Thread Kay Sievers
On Mon, Sep 27, 2010 at 01:42, Lennart Poettering wrote: > On Fri, 24.09.10 16:26, har...@redhat.com (har...@redhat.com) wrote: > >> From: Harald Hoyer > > After the comments from Kay and Bill I believe that a change like this > is probably something we should add as a patch in the Fedora package

Re: [systemd-devel] [PATCH] var-run.service: create console dir needed by pam

2010-09-26 Thread Lennart Poettering
On Fri, 24.09.10 16:26, har...@redhat.com (har...@redhat.com) wrote: > From: Harald Hoyer After the comments from Kay and Bill I believe that a change like this is probably something we should add as a patch in the Fedora packages if at all -- instead of upstream git. It probably is nicer if we

Re: [systemd-devel] [PATCH] var-run.service: create console dir needed by pam

2010-09-24 Thread Bill Nottingham
Kay Sievers (kay.siev...@vrfy.org) said: > On Fri, Sep 24, 2010 at 16:26, wrote: > > +ExecStart=/bin/mkdir /var/run/console ; /bin/chmod 0755 /var/run/console ; > > -/sbin/restorecon /var/run/console > > Please let the broken pam_console finally die. It was never correct do that. I'd love to.

Re: [systemd-devel] [PATCH] var-run.service: create console dir needed by pam

2010-09-24 Thread Harald Hoyer
On 09/24/2010 05:35 PM, Kay Sievers wrote: > On Fri, Sep 24, 2010 at 16:26, wrote: >> +ExecStart=/bin/mkdir /var/run/console ; /bin/chmod 0755 /var/run/console ; >> -/sbin/restorecon /var/run/console > > Please let the broken pam_console finally die. It was never correct do that. > > The last

Re: [systemd-devel] [PATCH] var-run.service: create console dir needed by pam

2010-09-24 Thread Kay Sievers
On Fri, Sep 24, 2010 at 16:26, wrote: > +ExecStart=/bin/mkdir /var/run/console ; /bin/chmod 0755 /var/run/console ; > -/sbin/restorecon /var/run/console Please let the broken pam_console finally die. It was never correct do that. The last user might be the conceptually broken at_console in D-B

[systemd-devel] [PATCH] var-run.service: create console dir needed by pam

2010-09-24 Thread harald
From: Harald Hoyer --- units/var-run.service |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/units/var-run.service b/units/var-run.service index 2cb861e..16acb5a 100644 --- a/units/var-run.service +++ b/units/var-run.service @@ -17,3 +17,4 @@ Type=oneshot RemainAfterExi