GNU bug report logs -
#73494
[PATCH 0/2] tmpfs /run.
Previous Next
Full log
Message #35 received at 73494 <at> debbugs.gnu.org (full text, mbox):
On Mon, 16 Dec 2024 17:13:35 +0800,
Maxim Cournoyer wrote:
>
> Hi,
>
> Ludovic Courtès <ludo <at> gnu.org> writes:
>
> > Maxim Cournoyer <maxim.cournoyer <at> gmail.com> skribis:
> >
> >> Another thought; is tmpfs implemented on the Hurd?
> >
> > Yes, perhaps it’s even older than on Linux, but our file system mounting
> > code won’t work there (libc does not provide the ‘mount’ function on the
> > Hurd).
>
> I see; so it's not any more a blocker than the current situation, since
> we already have some issue with our current code on Hurd.
>
> Hilton, I think this series is fine to apply. As you previously
> mentioned, a news entry will be necessary to let Guix System users to
> reboot after a reconfiguration past this change.
Thanks! I tried this change again and now it seems the newly-added filesystem
won't be automatically mounted.
Another concern I have is, with /run and /var/run unified,
‘guix system roll-back’ and ‘guix system switch-generation’ can't finish the
activation stage because of the error handling in dbus-activation from previous
generations.
--8<---------------cut here---------------start------------->8---
$ guix system describe
Generation 7 Dec 20 2024 23:10:05 (current)
[...]
$ sudo guix system roll-back
[...]
switched from generation 7 to 6
[...]
guix system: error: rmdir: Directory not empty
$ guix system describe
Generation 6 Dec 20 2024 22:57:19 (current)
--8<---------------cut here---------------end--------------->8---
Do we have a way to fix this?
This bug report was last modified 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.