Re: [systemd-devel] [PATCH] cryptsetup-generator: avoid ordering cycle on swap

2012-01-05 Thread Tom Gundersen
On Thu, Jan 5, 2012 at 12:36 PM, Thomas Meyer wrote: > any news on this? I see this error on Fedoar 16, too. I posted a patch that should fix the problem, but I don't know if anyone tried it (so testing would be welcome):

Re: [systemd-devel] [PATCH] cryptsetup-generator: avoid ordering cycle on swap

2012-01-05 Thread Thomas Meyer
Zitat von Frederic Crozat : Le mardi 01 novembre 2011 à 23:53 +0100, Lennart Poettering a écrit : On Mon, 17.10.11 17:28, Tom Gundersen (t...@jklm.no) wrote: Yes, you are right. And I have no idea how we should fix that in a pretty way. Thankfully not many folks are using this feature for now

Re: [systemd-devel] [PATCH] cryptsetup-generator: avoid ordering cycle on swap

2011-11-08 Thread Frederic Crozat
Le mardi 01 novembre 2011 à 23:53 +0100, Lennart Poettering a écrit : > On Mon, 17.10.11 17:28, Tom Gundersen (t...@jklm.no) wrote: > > > > > On Mon, Oct 17, 2011 at 4:24 PM, Lennart Poettering > > wrote: > > > On Mon, 17.10.11 13:01, Tom Gundersen (t...@jklm.no) wrote: > > > > > >> Devices with

Re: [systemd-devel] [PATCH] cryptsetup-generator: avoid ordering cycle on swap

2011-11-01 Thread Lennart Poettering
On Mon, 17.10.11 17:28, Tom Gundersen (t...@jklm.no) wrote: > > On Mon, Oct 17, 2011 at 4:24 PM, Lennart Poettering > wrote: > > On Mon, 17.10.11 13:01, Tom Gundersen (t...@jklm.no) wrote: > > > >> Devices with random keys (swap), should not be ordered before > >> local-fs.target, > >> as this

Re: [systemd-devel] [PATCH] cryptsetup-generator: avoid ordering cycle on swap

2011-10-18 Thread Frederic Crozat
Le lundi 17 octobre 2011 à 13:01 +0200, Tom Gundersen a écrit : > Devices with random keys (swap), should not be ordered before local-fs.target, > as this creates a cycle with systemd-load-random-seed.service (and also it > does not make sense, a swap device is not a local-fs). FYI, this patch was

Re: [systemd-devel] [PATCH] cryptsetup-generator: avoid ordering cycle on swap

2011-10-17 Thread Tom Gundersen
On Mon, Oct 17, 2011 at 4:24 PM, Lennart Poettering wrote: > On Mon, 17.10.11 13:01, Tom Gundersen (t...@jklm.no) wrote: > >> Devices with random keys (swap), should not be ordered before >> local-fs.target, >> as this creates a cycle with systemd-load-random-seed.service (and also it >> does not

Re: [systemd-devel] [PATCH] cryptsetup-generator: avoid ordering cycle on swap

2011-10-17 Thread Lennart Poettering
On Mon, 17.10.11 13:01, Tom Gundersen (t...@jklm.no) wrote: > Devices with random keys (swap), should not be ordered before local-fs.target, > as this creates a cycle with systemd-load-random-seed.service (and also it > does not make sense, a swap device is not a local-fs). Hmm, your patch makes

[systemd-devel] [PATCH] cryptsetup-generator: avoid ordering cycle on swap

2011-10-17 Thread Tom Gundersen
Devices with random keys (swap), should not be ordered before local-fs.target, as this creates a cycle with systemd-load-random-seed.service (and also it does not make sense, a swap device is not a local-fs). --- src/cryptsetup-generator.c |6 -- 1 files changed, 4 insertions(+), 2 deletio