Le 06/04/2013 18:42, Bruce Dubbs a écrit :
> Pierre Labastie wrote:
>
>> sed -i -r 's|(a-z\\])\+|\1\\{3\\}|' testsuite/vmstat.test/vmstat.exp
>> should be OK, even if it happens that a loop? is mounted and has more
>> than ten reads.
>
> Since we are looking for *partitions*, [s|h]d[a-z]\d shoul
Pierre Labastie wrote:
> Le 06/04/2013 18:42, Bruce Dubbs a écrit :
>> Pierre Labastie wrote:
>>
>
>>> sed -i -r 's|(a-z\\])\+|\1\\{3\\}|' testsuite/vmstat.test/vmstat.exp
>>> should be OK, even if it happens that a loop? is mounted and has more
>>> than ten reads.
>>
>> Since we are looking for *p
I've built lfs-systemd-20130324 successfully and, encouraged by this, I went on
to add some blfs packages.
When I login I don't appear to have a session set up.
When I do:
loginctl list-seats
I get seat0 - 1 seat listed
but when I do:
loginctl list-sessions
it says 0 sessions listed.
Which
On Sunday 07 April 2013 17:50:24 John Burrell wrote:
> I've built lfs-systemd-20130324 successfully and, encouraged by this, I went
> on to add some blfs packages.
>
> When I login I don't appear to have a session set up.
>
> When I do:
>
> loginctl list-seats
>
> I get seat0 - 1 seat listed
>
>
> You need to add:
> session optional pam_systemd.so
> to the /etc/pam.d/system-session.
Excellent - thank you, That single addition fixed it. I'm writing this using
Firefox, having successfully logged-in.
>
> Also if you are going to use a graphical login manager, you need to modify
> thei
On 04/07/2013 09:06 PM, John Burrell wrote:
>
> >
> > You need to add:
> > session optional pam_systemd.so
> > to the /etc/pam.d/system-session.
>
> Excellent - thank you, That single addition fixed it. I'm writing this
> using Firefox, having successfully logged-in.
Also, as done with Console
> > > You need to add:
> > > session optional pam_systemd.so
> > > to the /etc/pam.d/system-session.
> >
> > Excellent - thank you, That single addition fixed it. I'm writing this
> > using Firefox, having successfully logged-in.
>
> Also, as done with ConsoleKit, you need the pam_loginuid module,