Re: [systemd-devel] PATCH: fix logind on xen

2012-01-03 Thread Jan Engelhardt
On Tuesday 2012-01-03 21:52, Lennart Poettering wrote: >> > > currently, logind was enforcing the presence of /dev/tty0 to start >> > > properly. This device is not present on Xen (when using xencons=tty) or >> > > S/390. >> > >> > Here is a regenerated version against master, since logind was mo

Re: [systemd-devel] Show library status

2012-01-03 Thread Lennart Poettering
On Mon, 02.01.12 20:11, Thomas Meyer ([email protected]) wrote: > Hello, > > is there an option to show the service units with changed/deleted on disk > libraries? > > something like "sudo grep deleted /proc/*/maps | sort -t / -k 1,3 -u" > for systemctl? (btw. is this the best/correct way of dete

Re: [systemd-devel] [PATCH] man: fix SEE ALSO in hostname(5)

2012-01-03 Thread Lennart Poettering
On Sat, 31.12.11 01:15, Tom Gundersen ([email protected]) wrote: > Rather than referencing itself (hostname(5)), point to hostname(7). Thanks! Applied! Lennart -- Lennart Poettering - Red Hat, Inc. ___ systemd-devel mailing list [email protected]

Re: [systemd-devel] PATCH: fix logind on xen

2012-01-03 Thread Lennart Poettering
On Tue, 03.01.12 21:35, Lennart Poettering ([email protected]) wrote: > > > currently, logind was enforcing the presence of /dev/tty0 to start > > > properly. This device is not present on Xen (when using xencons=tty) or > > > S/390. > > > > Here is a regenerated version against master, sinc

Re: [systemd-devel] PATCH: fix logind on xen

2012-01-03 Thread Lennart Poettering
On Tue, 03.01.12 14:27, Frederic Crozat ([email protected]) wrote: > Le lundi 19 décembre 2011 à 17:23 +0100, Frederic Crozat a écrit : > > Hi, > > > > currently, logind was enforcing the presence of /dev/tty0 to start > > properly. This device is not present on Xen (when using xencons=tty) or > >

Re: [systemd-devel] selinux policy updates for logind

2012-01-03 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/03/2012 11:02 AM, Bill Nottingham wrote: > Matthias Clasen ([email protected]) said: >> On Wed, Dec 28, 2011 at 9:25 AM, Daniel J Walsh >> wrote: >> >>> Well are you seeing a AVC about local_login_t sending a dbus >>> message to systemd

Re: [systemd-devel] selinux policy updates for logind

2012-01-03 Thread Bill Nottingham
Matthias Clasen ([email protected]) said: > On Wed, Dec 28, 2011 at 9:25 AM, Daniel J Walsh wrote: > > > Well are you seeing a AVC about local_login_t sending a dbus message > > to systemd? > > I don't know, I haven't checked. > But the patch fixes the problem, and is pretty obvious...

Re: [systemd-devel] PATCH: fix logind on xen

2012-01-03 Thread Frederic Crozat
Le lundi 19 décembre 2011 à 17:23 +0100, Frederic Crozat a écrit : > Hi, > > currently, logind was enforcing the presence of /dev/tty0 to start > properly. This device is not present on Xen (when using xencons=tty) or > S/390. Here is a regenerated version against master, since logind was moved t