[systemd-devel] [HEADS-UP] Generators

2012-05-23 Thread Lennart Poettering
Heya, in order to make the fstab generator work I have extended the generator logic in systemd quite a bit. It is now possible to override normal unit files with dynamic units generated from generators. Frederic Crozat, iirc you needed precisely this functionality, no? Can you have a look and

Re: [systemd-devel] [HEADSUP] fstab now parsed by generator in systemd git

2012-05-23 Thread Lennart Poettering
On Tue, 22.05.12 21:26, Bardur Arantsson (s...@scientician.net) wrote: On 05/22/2012 08:03 PM, Lennart Poettering wrote: Heya, just a quick heads-up. I just commited to git some work that rips out the fstab parsing from PID 1 and places this in a generator instead. The idea is that

Re: [systemd-devel] [HEADS-UP] Generators

2012-05-23 Thread Frederic Crozat
Le mercredi 23 mai 2012 à 13:38 +0200, Lennart Poettering a écrit : Heya, in order to make the fstab generator work I have extended the generator logic in systemd quite a bit. It is now possible to override normal unit files with dynamic units generated from generators. Frederic Crozat,

Re: [systemd-devel] Is there a general inittab entry replacement available?

2012-05-23 Thread Lennart Poettering
On Tue, 22.05.12 22:25, Joachim Banzhaf (joachim.banz...@googlemail.com) wrote: Am 22.05.2012 22:13, schrieb Tomasz Torcz: On Tue, May 22, 2012 at 10:06:04PM +0200, Joachim Banzhaf wrote: Thanks for your answers, all three of them! Am 22.05.2012 21:42, schrieb Tomasz Torcz:

Re: [systemd-devel] logind: session management

2012-05-23 Thread David Herrmann
Hi Lennart On Mon, May 21, 2012 at 10:18 PM, Lennart Poettering lenn...@poettering.net wrote: On Wed, 16.05.12 16:01, David Herrmann (dh.herrm...@googlemail.com) wrote: [..snip..] 3) The idea behind kmscon is to set CONFIG_VT=n (for several different reasons but mainly to avoid having UI code

[systemd-devel] confusing output with a swap device missing

2012-05-23 Thread Zbigniew Jędrzejewski-Szmek
Hi, I booted a system after (inadvertently) changing the UUID of a swap device. This causes the .swap unit to time-out, and since swap.target wants the .swap unit, this makes the whole boot very slow. Unfortunately, understanding what is the cause of the timeout is not trivial, unless one knows

Re: [systemd-devel] How to set complex environment for apache?

2012-05-23 Thread Joachim Banzhaf
Am 22.05.2012 22:51, schrieb Zbigniew Jędrzejewski-Szmek: On 05/22/2012 10:46 PM, Joachim Banzhaf wrote: It sets and modifies environment variables. I'll have a look and try, See also Environment= and EnvironmentFile= in systemd.exec(5). Zbyszek I tried now. Not sure if the result is

Re: [systemd-devel] [HEADSUP] fstab now parsed by generator in systemd git

2012-05-23 Thread Gustavo Sverzut Barbieri
On Wed, May 23, 2012 at 8:51 AM, Lennart Poettering lenn...@poettering.net wrote: On Tue, 22.05.12 18:13, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: On Tue, May 22, 2012 at 3:03 PM, Lennart Poettering lenn...@poettering.net wrote: Heya, just a quick heads-up. I just

Re: [systemd-devel] Is there a general inittab entry replacement available?

2012-05-23 Thread Joachim Banzhaf
Am 22.05.2012 21:42, schrieb Tomasz Torcz: On Tue, May 22, 2012 at 09:27:34PM +0200, Joachim Banzhaf wrote: As it happens I also like IBM DB2 a lot (for other reasons). DB2 is closed source (I hope you dont stop reading now) and it installs an inittab entry.

[systemd-devel] [PATCH] systemctl: check the argument to -t for invalid values

2012-05-23 Thread Zbigniew Jędrzejewski-Szmek
Systemctl accepted anything as the argument for -t, and simply said '0 units found'. It is better to catch this user error early. --- A small thing thing I noticed today. src/systemctl/systemctl.c | 17 + 1 file changed, 17 insertions(+) diff --git a/src/systemctl/systemctl.c

Re: [systemd-devel] OT: Races with GDM3 and accountsservice

2012-05-23 Thread Paul Menzel
Am Dienstag, den 22.05.2012, 23:48 +0200 schrieb Paul Menzel: Am Dienstag, den 22.05.2012, 18:41 +0200 schrieb Michael Biebl: 2012/5/22 Paul Menzel paulepan...@users.sourceforge.net: 2. GDM 3 did not list the available users though, which had to be entered manually. After logging out

Re: [systemd-devel] [HEADSUP] fstab now parsed by generator in systemd git

2012-05-23 Thread Lennart Poettering
On Wed, 23.05.12 12:10, Gustavo Sverzut Barbieri (barbi...@profusion.mobi) wrote: One suggestion at IRC was to just keep systemd mount units. But if we should go this route, then we should call to deprecate /etc/fstab. Last time we discussed about it, people said it was not going to

Re: [systemd-devel] How to set complex environment for apache?

2012-05-23 Thread Lennart Poettering
On Wed, 23.05.12 16:45, Joachim Banzhaf (joachim.banz...@googlemail.com) wrote: Am 22.05.2012 22:51, schrieb Zbigniew Jędrzejewski-Szmek: On 05/22/2012 10:46 PM, Joachim Banzhaf wrote: It sets and modifies environment variables. I'll have a look and try, See also Environment= and