Re: [systemd-devel] [PATCHv4] core: notify triggered by socket of a service

2013-10-02 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 21/09/13 11:57 did gyre and gimble: 'Twas brillig, and Colin Guthrie at 19/09/13 00:54 did gyre and gimble: Hi, While I'm not 100% sure, (not done quite enough testing), but this patch seems to have introduced some kind of race that results in me seeing a

Re: [systemd-devel] [PATCHv4] core: notify triggered by socket of a service

2013-10-02 Thread Umut Tezduyar
Hi, I haven't seen a delay on my boot but I was thinking maybe you can try to comment out following section to see if it will make any difference. +if (se-state == SERVICE_RUNNING) +socket_set_state(s, SOCKET_RUNNING); On Wed, Oct 2, 2013 at 12:50 PM, Colin Guthrie

Re: [systemd-devel] [PATCHv4] core: notify triggered by socket of a service

2013-09-21 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 19/09/13 00:54 did gyre and gimble: Hi, While I'm not 100% sure, (not done quite enough testing), but this patch seems to have introduced some kind of race that results in me seeing a 1min delay in boot. This delay creeps in before

Re: [systemd-devel] [PATCHv4] core: notify triggered by socket of a service

2013-09-18 Thread Colin Guthrie
Hi, While I'm not 100% sure, (not done quite enough testing), but this patch seems to have introduced some kind of race that results in me seeing a 1min delay in boot. This delay creeps in before systemd-udevd-control.socket starts so my dmesg looks like: [1.549666] RPC: Registered tcp

Re: [systemd-devel] [PATCHv4] core: notify triggered by socket of a service

2013-09-12 Thread Lennart Poettering
On Mon, 22.07.13 10:52, Umut Tezduyar (u...@tezduyar.com) wrote: Thanks! Applied! --- TODO |3 --- src/core/service.c | 31 --- src/core/socket.c | 39 ++- src/core/socket.h |3 --- 4 files

Re: [systemd-devel] [PATCHv4] core: notify triggered by socket of a service

2013-08-18 Thread Umut Tezduyar
Hi, any update on accepting this patch? Umut On Mon, Jul 22, 2013 at 10:52 AM, Umut Tezduyar u...@tezduyar.com wrote: --- TODO |3 --- src/core/service.c | 31 --- src/core/socket.c | 39 ++-

[systemd-devel] [PATCHv4] core: notify triggered by socket of a service

2013-07-22 Thread Umut Tezduyar
--- TODO |3 --- src/core/service.c | 31 --- src/core/socket.c | 39 ++- src/core/socket.h |3 --- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/TODO b/TODO index ba8bb8e..e0c4857