Re: [systemd-devel] [RFC] VTs for multiple seats

2012-07-04 Thread Kok, Auke-jan H
On Thu, Jul 5, 2012 at 3:36 AM, Christopher James Halse Rogers wrote: > On Wed, 2012-07-04 at 20:13 +0200, David Herrmann wrote: >> 3) Wayland as central VT-master. Let's run a central >> wayland-compositor on each seat which acquires the video and input >> devices on that seat. > > Robert Ancell

Re: [systemd-devel] [RFC] VTs for multiple seats

2012-07-04 Thread Christopher James Halse Rogers
On Wed, 2012-07-04 at 20:13 +0200, David Herrmann wrote: > Hi guys > > (CC'ing systemd-ML as they proved to be very helpful and interested in this > ;)) > > I am currently working on kmscon and am planning on writing some > user-space VT logic similar to CONFIG_VT in the kernel. The idea is to >

Re: [systemd-devel] Bug? Ordering services on device aliases

2012-07-04 Thread Dave Reisner
On Fri, Jun 29, 2012 at 10:01:00AM -0400, Dave Reisner wrote: > On Mon, Jun 25, 2012 at 09:18:23PM -0400, Dave Reisner wrote: > > On Tue, Jun 26, 2012 at 03:11:19AM +0200, Malte Starostik wrote: > > > Hi Dave, > > > > > > Am Montag, 25. Juni 2012, 16:23:13 schrieb Dave Reisner: > > > > The premise

[systemd-devel] [RFC] VTs for multiple seats

2012-07-04 Thread David Herrmann
Hi guys (CC'ing systemd-ML as they proved to be very helpful and interested in this ;)) I am currently working on kmscon and am planning on writing some user-space VT logic similar to CONFIG_VT in the kernel. The idea is to have multiple virtual terminals for each seat. systemd-logind currently a

[systemd-devel] Diagnosing hang on reboot

2012-07-04 Thread Daniel Drake
te runin.target" 2. runin.target starts the runin-main program which opens an X session and kicks off all kinds of tests Here are the debug logs from a successful boot-to-reboot cycle (when things work OK): http://dev.laptop.org/~dsd/20120704/runin-verbose.txt At 15.991475, runin-check runs &quo

[systemd-devel] [PATCH] tmpfiles.d: create /run/lock{, /lockdev} even without sysvcompat

2012-07-04 Thread Tom Gundersen
Rather than skipping all of tmpfilse.d/legacy.conf when sysvcompat is not enabled, just skip the line related to sysvinit. This is useful when distro's (such as Arch) move away from systemd's sysvcompat support, but still want to support legacy applications that rely on /run/lock and /run/lock/loc

[systemd-devel] [PATCH] systemd: added new dependency StoppedBy

2012-07-04 Thread Michal Sekletar
This should address TODO item "new dependency type to "group" services in a target". Semantic of new dependency is as follows. Once configured it creates dependency which will cause that all dependent units get stopped if unit they all depend on is stopped or restarted. Usual use case would be con