guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: installer no longer signals success or offer reboot


From: Mathieu Othacehe
Subject: Re: installer no longer signals success or offer reboot
Date: Thu, 04 Jun 2020 13:32:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hey,

> I can reproduce this issue on a VM, I'm currently investigating it.

Ok, found it, it's the cow-store umount bitting again. As a reminder,
once the installation is over, we need to umount the cow-store overlay
in order to be able to umount to underlying media which Guix is
installed upon.

The problem is that, some processes that run during the installation can
open store files (from the overlay) and keep them open. That's why I'm
trying to kill them before umounting the overlay.

Here the issue is that, after the cow-store is mounted, kmscon opens a
font file from the store. So I'm basically killing kmscon and hence
restarting the installation, not great.

I feel a bit stuck here, I cannot find an alternative to overlayfs and
on the other hand umounting the overlay is problematic.

Do people have some ideas here?

Thanks,

Mathieu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]