Re: [systemd-devel] Hackfest at Linux Plumbers Conference?

2013-08-13 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Aug 13, 2013 at 10:16:56PM +0200, Kay Sievers wrote: > On Tue, Aug 13, 2013 at 4:16 PM, Alex Polvi wrote: > > > > We would love to join! > > > > On Aug 12, 2013 8:38 PM, "David Strauss" wrote: > >> > >> Are there any plans? > > The current idea is to do that during the two LinuxCon days

Re: [systemd-devel] [PATCH] gnome-ask-password-agent: do not double fork spawned process

2013-08-13 Thread Colin Walters
On Tue, 2013-08-13 at 23:42 +0200, Michael Laß wrote: > pkexec does not like being a lonely child: > "Refusing to render service to dead parents." > > Do not double fork when spawning the process by using the DO_NOT_REAP_CHILD > flag. Instead clean up manually by calling waitpid. It's cleaner to

[systemd-devel] [PATCH] gnome-ask-password-agent: do not double fork spawned process

2013-08-13 Thread Michael Laß
pkexec does not like being a lonely child: "Refusing to render service to dead parents." Do not double fork when spawning the process by using the DO_NOT_REAP_CHILD flag. Instead clean up manually by calling waitpid. --- src/gnome-ask-password-agent.vala | 3 ++- 1 file changed, 2 insertions(+),

Re: [systemd-devel] Hackfest at Linux Plumbers Conference?

2013-08-13 Thread David Strauss
On Tue, Aug 13, 2013 at 1:23 PM, David Strauss wrote: > Thanks. That's all I need to know for booking. I'll edit the systemd > wiki if it's not already there. I noticed there wasn't a G+ event for it, either. So, I made one [1] and posted it to the Hackfest section of the systemd wiki. [1] https

[systemd-devel] [PATCH] zsh_completion: Remove function from _systemd

2013-08-13 Thread William Giokas
--- shell-completion/zsh/_systemd | 163 -- 1 file changed, 79 insertions(+), 84 deletions(-) diff --git a/shell-completion/zsh/_systemd b/shell-completion/zsh/_systemd index fe39de8..e954c3e 100644 --- a/shell-completion/zsh/_systemd +++ b/shell-completion

Re: [systemd-devel] Hackfest at Linux Plumbers Conference?

2013-08-13 Thread David Strauss
On Tue, Aug 13, 2013 at 1:16 PM, Kay Sievers wrote: > The current idea is to do that during the two LinuxCon days before > Plumbers starts. Thanks. That's all I need to know for booking. I'll edit the systemd wiki if it's not already there. -- David Strauss | da...@davidstrauss.net | +1

Re: [systemd-devel] Hackfest at Linux Plumbers Conference?

2013-08-13 Thread Kay Sievers
On Tue, Aug 13, 2013 at 4:16 PM, Alex Polvi wrote: > > We would love to join! > > On Aug 12, 2013 8:38 PM, "David Strauss" wrote: >> >> Are there any plans? The current idea is to do that during the two LinuxCon days before Plumbers starts. Kay ___ sy

Re: [systemd-devel] Hackfest at Linux Plumbers Conference?

2013-08-13 Thread Alex Polvi
We would love to join! On Aug 12, 2013 8:38 PM, "David Strauss" wrote: > Are there any plans? > > -- > David Strauss >| da...@davidstrauss.net >| +1 512 577 5827 [mobile] > ___ > systemd-devel mailing list > systemd-devel@lists.freedesktop.org >

Re: [systemd-devel] brightness in tmpfiles.d

2013-08-13 Thread Christian Hesse
Mantas Mikulėnas on Tue, 2013/08/13 00:27: > On Mon, Aug 12, 2013 at 11:40 PM, Christian Hesse wrote: > > Hello everybody, > > > > I have a file /etc/tmpfiles.d/brightness.conf containing this line: > > > > w /sys/class/backlight/acpi_video0/brightness - - - - 10 > > > > This used to set the brig

[systemd-devel] [PATCH] fstab-generator: log_oom() if automount_name is null

2013-08-13 Thread WANG Chao
--- src/fstab-generator/fstab-generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fstab-generator/fstab-generator.c b/src/fstab-generator/fstab-generator.c index 5a2074e..2a779bb 100644 --- a/src/fstab-generator/fstab-generator.c +++ b/src/fstab-generator/fstab-gen

Re: [systemd-devel] [PATCH] fstab-generator: respect noauto/nofail when adding sysroot mount

2013-08-13 Thread WANG Chao
On 08/09/13 at 09:35am, Vivek Goyal wrote: > On Thu, Aug 08, 2013 at 03:18:11PM +0800, WANG Chao wrote: > > Currently we don't respect noauto/nofail root mount options (from > > rootflags kernel cmdline). We should map these two flags to the > > corresponding boolean variable noauto and nofail when