Re: [systemd-devel] [RFC] merging the rest of CK into systemd

2011-05-03 Thread Kay Sievers
On Wed, May 4, 2011 at 02:55, J.B. Nicholson-Owens wrote: > Lennart Poettering wrote: >> >> here's a little document Kay and I put together outlining our rough >> plans for systemd for the next Fedora cycle: >> >> >> https://docs.google.com/document/d/1_ev4f0gwBuvs6SH_N8fN5LO4LV3sbwtJsLq52F_wwpU/e

Re: [systemd-devel] [RFC] merging the rest of CK into systemd

2011-05-03 Thread J.B. Nicholson-Owens
Lennart Poettering wrote: here's a little document Kay and I put together outlining our rough plans for systemd for the next Fedora cycle: https://docs.google.com/document/d/1_ev4f0gwBuvs6SH_N8fN5LO4LV3sbwtJsLq52F_wwpU/edit?hl=en&authkey=CObM_7UI Is there a way one can read this without a Goog

Re: [systemd-devel] Running a x86_64 kernel on Fedora 15 x86 userland

2011-05-03 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/03/2011 01:14 PM, Thomas Meyer wrote: > > Am 03.05.2011 um 15:14 schrieb Daniel J Walsh: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 05/02/2011 03:49 PM, Thomas Meyer wrote: >>> Hi, >>> >>> I try to run a x86_64 kernel on x86

[systemd-devel] /etc/initscript equivalent for systemd?

2011-05-03 Thread ccox
In sysvinit, at least on SLES and RHEL, you could use /etc/initscript as a mechansim to get "shell" control things like ulimits to take hold system wide, since /etc/initscript was invoked as a wrapper around all init scripts. So.. where do we set system wide ulimits at in systemd? Sounds like it

Re: [systemd-devel] Running a x86_64 kernel on Fedora 15 x86 userland

2011-05-03 Thread Thomas Meyer
Am 03.05.2011 um 15:14 schrieb Daniel J Walsh: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/02/2011 03:49 PM, Thomas Meyer wrote: >> Hi, >> >> I try to run a x86_64 kernel on x86 Fedora 15 userland. But systemd get's >> somehow stuck in the boot process. Any ideas how to debug t

Re: [systemd-devel] [PATCH] {locale, vconsole}-setup.c: unconditionally read config file settings

2011-05-03 Thread Lennart Poettering
On Tue, 03.05.11 16:39, [email protected] ([email protected]) wrote: > From: Harald Hoyer > > systemd-vconsole-setup did not process any configuration files, if it > found at least one parameter on the kernel command line. > > First we should read all config file parameter settings and let them

Re: [systemd-devel] [PATCH] vconsole-setup.c: prevent EIO failure

2011-05-03 Thread Lennart Poettering
On Tue, 03.05.11 16:39, [email protected] ([email protected]) wrote: > From: Harald Hoyer > > There might be a race condition that happens if you try to open > /dev/tty0 while the current TTY is currently being closed. > This would yield an -EIO error. Ah, good catch. I merged a slightly diffe

Re: [systemd-devel] [RFC] merging the rest of CK into systemd

2011-05-03 Thread Lennart Poettering
On Tue, 03.05.11 16:05, Paul McDonough ([email protected]) wrote: > You thought at looking at lightDM instead? Its D.E agnostic and is currently > applying to be a Freedesktop.org project We will focus our work on gdm, but if somebody wants to do the same work for another dm, he's welcome. Lennar

Re: [systemd-devel] [RFC] merging the rest of CK into systemd

2011-05-03 Thread Lennart Poettering
On Tue, 03.05.11 10:12, Bill Nottingham ([email protected]) wrote: > > Lennart Poettering ([email protected]) said: > > Heya, > > > > here's a little document Kay and I put together outlining our rough > > plans for systemd for the next Fedora cycle: > > > > https://docs.google.com/docum

Re: [systemd-devel] [RFC] merging the rest of CK into systemd

2011-05-03 Thread Paul McDonough
You thought at looking at lightDM instead? Its D.E agnostic and is currently applying to be a Freedesktop.org project Paul Michael McDonough -- Aurora Webmaster / Developer http://getaurora.com On 3 May 2011 15:12, Bill Nottingham wrote: > Lennart Poettering ([email protected]) said: > >

[systemd-devel] [PATCH] vconsole-setup.c: prevent EIO failure

2011-05-03 Thread harald
From: Harald Hoyer There might be a race condition that happens if you try to open /dev/tty0 while the current TTY is currently being closed. This would yield an -EIO error. --- src/vconsole-setup.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/vconso

[systemd-devel] [PATCH] {locale, vconsole}-setup.c: unconditionally read config file settings

2011-05-03 Thread harald
From: Harald Hoyer systemd-vconsole-setup did not process any configuration files, if it found at least one parameter on the kernel command line. First we should read all config file parameter settings and let them be overwritten by kernel command line parameters afterwards. --- src/locale-setu

Re: [systemd-devel] [RFC] merging the rest of CK into systemd

2011-05-03 Thread Bill Nottingham
Lennart Poettering ([email protected]) said: > Heya, > > here's a little document Kay and I put together outlining our rough > plans for systemd for the next Fedora cycle: > > https://docs.google.com/document/d/1_ev4f0gwBuvs6SH_N8fN5LO4LV3sbwtJsLq52F_wwpU/edit?hl=en&authkey=CObM_7UI > > It