Re: [systemd-devel] forever loop during garbage collection

2015-02-03 Thread Lennart Poettering
On Wed, 10.12.14 15:22, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: Sorry for the late reply. > On Mon, Dec 8, 2014 at 8:09 PM, Lennart Poettering > wrote: > > On Sun, 30.11.14 14:38, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > > > >> Hi, > >> > >> We are experiencing an unbreakabl

Re: [systemd-devel] forever loop during garbage collection

2014-12-29 Thread Umut Tezduyar Lindskog
Ping? On Wednesday, December 10, 2014, Umut Tezduyar Lindskog wrote: > On Mon, Dec 8, 2014 at 8:09 PM, Lennart Poettering > > wrote: > > On Sun, 30.11.14 14:38, Umut Tezduyar Lindskog (u...@tezduyar.com > ) wrote: > > > >> Hi, > >> > >> We are experiencing an unbreakable loop in manager_dispatch

Re: [systemd-devel] forever loop during garbage collection

2014-12-10 Thread Umut Tezduyar Lindskog
On Mon, Dec 8, 2014 at 8:09 PM, Lennart Poettering wrote: > On Sun, 30.11.14 14:38, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > >> Hi, >> >> We are experiencing an unbreakable loop in manager_dispatch_gc_queue. >> Problem happens when systemd runs in sysV compatibility mode (Porky >> enabl

Re: [systemd-devel] forever loop during garbage collection

2014-12-08 Thread Lennart Poettering
On Sun, 30.11.14 14:38, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > Hi, > > We are experiencing an unbreakable loop in manager_dispatch_gc_queue. > Problem happens when systemd runs in sysV compatibility mode (Porky > enables this). > > Seems like manager_dispatch_gc_queue's while loop g

[systemd-devel] forever loop during garbage collection

2014-11-30 Thread Umut Tezduyar Lindskog
Hi, We are experiencing an unbreakable loop in manager_dispatch_gc_queue. Problem happens when systemd runs in sysV compatibility mode (Porky enables this). Seems like manager_dispatch_gc_queue's while loop gets stuck and seems like unit_gc_sweep cannot make a decision about the unit. As a result