Did report this last week too: https://github.com/yast/d-installer/issues/280 On Tue, Nov 1, 2022 at 11:13 PM josef Reidinger <jreidinger@suse.cz> wrote:
Hi, just if someone wants also give a try d-installer in qemu emulation. I tried it on my local machine and speed is not so bad, but it reveal a weak point which can maybe affect also other weaker machines when using d-installer.
It failing in systemdd service and even if run manually with `d-installer`. If you run d-installer as one binary that start others with 1s delay[1] between services does not need to be enough and due to race condition some service can fail due to missing required dbus interface that is not yet exported. As workaround run each service separately and for each wait when it really start exporting interface. Maybe it is time to fix TODO and implement better way? It can help with low-end machines.
And with workaround it works and I can reproduce issue on aarch64.[2]
Josef
[1] https://github.com/yast/d-installer/blob/master/service/bin/d-installer#L56 [2] https://github.com/yast/d-installer/issues/279#issuecomment-1299236944