Gabriel de Perthuis

Results 152 comments of Gabriel de Perthuis

Ping? This will be useful for packagers

See https://github.com/koverstreet/bcachefs/issues/824, fixed in master (d139df3ad938bd1e18bcc16c2452dea1cf852807)

This got things unstuck: echo 1 > /sys/fs/bcachefs/…/options/metadata_replicas bcachefs data job drop_extra_replicas /mnt/… Ideally there would be a reserve so that there is always enough btree space to move data...

Another failure mode to be aware of is with screen/tmux: the key could be scoped to a keyring attached to the first ssh connection; after reconnecting it becomes inaccessible, but...

Can someone with nix fu require blkid 2.40.1 in flake.nix? Edit: actually it needs to be updated in nixpkgs: - https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/util-linux/default.nix - https://repology.org/project/util-linux/versions

Currently blocked on https://github.com/NixOS/nixpkgs/pull/333467 Or, alternatively, on https://github.com/util-linux/util-linux/pull/3013

Worked around by lowering the blkid requirement to something nixpkgs has. There's still a safeguard against actually formatting using an outdated blkid.

I reworked it a bit and added another patch for the nix-based CI. "Downgrade blkid hard requirement due to nixpkgs issues" will become unnecessary with the next release of nixpkgs...

Dropped the blkid downgrade thanks to https://lore.kernel.org/linux-bcachefs/[email protected]/ Nix CI build got stuck compiling the liburcu test suite, no-op push to try again…

Remaining CI failures are unrelated, have to do with bindgen and struct layout on i686.