Closed issue by foopub on void-packages repository https://github.com/void-linux/void-packages/issues/31275 Description: ### System * xuname: Void 4.19.192_1 x86_64-musl GenuineIntel uptodate rrnFF * package: btrfs-progs-5.12.1_1 ### Expected behavior Boots normally to login shell. ### Actual behavior `zoned: ioctl BLKGETZONESZ failed (Not a tty)` ### Steps to reproduce the behavior Use btrfs and boot. My fstab, might be relevant ``` UUID= / btrfs rw,relatime,ssd,space_cache,subvolid=5,subvol=/ 0 1 UUID= /boot/efi vfat rw,relatime 0 2 tmpfs /tmp tmpfs defaults,nosuid,nodev 0 0 ``` The btrfs-progs seems to have been updated from 5.9 to 5.12 yesterday. I have found no other mention of this issues even tho the btrfs-progs version was released on April 26 - this leads me to believe it's specific to the interaction between runit and btrfs-progs. Relevant line: https://github.com/kdave/btrfs-progs/blob/b16b0a766f06138de2ee32d4d84b7110e469ff49/kernel-shared/zoned.c#L492