Zygo
Zygo
OK, two corrections: 1. Apparently I haven't done a `git fetch` since 6.4, and that code is newer (and not part of a release yet). v6.5-rc1: 160fe8f6fdb1 btrfs: add handling...
Superblock updates are written last in a transaction commit, so normally any roots that might be found with a newer or older generation are roots of incompletely written or partially...
Some experiments to try to collect more information: 1. Run `btrfs-search-metadata file /path/to/vmlinuz` (from `python-btrfs` package) before and after the failure (i.e. once after reinstalling, and once again when boot...
Looks like this is fixed in grub but not released yet: https://git.savannah.gnu.org/cgit/grub.git/commit/?id=7f4e017a1416bcbdca16de4f923679ec9f003171
There is a known kernel bug: dedupe and `LOGICAL_INO` ioctls running on the same extent at the same time can cause an infinite loop in the `LOGICAL_INO` ioctl. The `master`...
The good news is that you didn't hit the known kernel bug. The bad news is that you appear to have discovered a different, previously unknown kernel bug.
> I don't think extra complications like an additional "bees-autorun"-type package is needed, - it is trivial to run `systemctl enable bees@UUID' or somesuch — which should take care of...
> Config files should only be necessary for programs where the configuration is vast and/or the configuration syntax has actions, variables etc. instead of a simple key=value pattern (see e.g....
> * It should be in separate subdirs (`/run/bees/$uuid/`), not like it's done now, in order to protect separate bees instances from each other and from seeing not their own...
I haven't really looked at the namespace API to see how hard it would be for bees to sandbox itself. It doesn't seem that bad: 1. open the target fs...