Re: [lfs-dev] procps-ng tests

2013-04-07 Thread Pierre Labastie
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

Re: [lfs-dev] procps-ng tests

2013-04-07 Thread Bruce Dubbs
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

[lfs-dev] Problem with blfs using systemd

2013-04-07 Thread John Burrell
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

Re: [lfs-dev] Problem with blfs using systemd

2013-04-07 Thread Ragnar Thomsen
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 >

Re: [lfs-dev] Problem with blfs using systemd

2013-04-07 Thread John Burrell
> > 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

Re: [lfs-dev] Problem with blfs using systemd

2013-04-07 Thread Armin K.
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

Re: [lfs-dev] Problem with blfs using systemd

2013-04-07 Thread John Burrell
> > > 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,