bug#43366: "error: rmdir: Device or resource busy" when using btrfs

2020-10-08 Thread Maxim Cournoyer
Hello, Pushed to core-updates with commit 7102c18678dc02d5ee6c77a9a70ae344482af841. Closing. Thanks, Maxim

bug#43366: "error: rmdir: Device or resource busy" when using btrfs

2020-09-15 Thread Fredrik Salomonsson
Hi Maxim, Maxim Cournoyer writes: > I just sent a patch now, but here's a bit more background on what led to > it. Nice find! I'm unable to test out the patch right now on my original use case as I soft bricked my laptop fiddling around with coreboot. And I'm having some issues with my external

bug#43366: "error: rmdir: Device or resource busy" when using btrfs

2020-09-14 Thread Maxim Cournoyer
Hi Fredrik, I just sent a patch now, but here's a bit more background on what led to it. Fredrik Salomonsson writes: > When you have separate btrfs subvolumes for /gnu and /var/guix, you'll > encounter this error running `guix system init /mnt/etc/config.scm /mnt` > when it tries to copy things

bug#43366: "error: rmdir: Device or resource busy" when using btrfs

2020-09-12 Thread Fredrik Salomonsson
When you have separate btrfs subvolumes for /gnu and /var/guix, you'll encounter this error running `guix system init /mnt/etc/config.scm /mnt` when it tries to copy things to /mnt. My guess is that guix is trying to remove one of them but fails as they're mounted. I encountered this issue while