Recently moved my container set up from ##btrfs to bcachefs and noticed that my container for compiling stuff was failing to compile stuff. The simplified instance of the failure is this:
$ # bcachefs:
$ ll /etc/init.d/udev*
8 -rwxr-xr-x 1 root root 6871 Nov 9 23:46 /etc/init.d/udev
$ mv /etc/init.d/udev /etc/init.d/udev.dpkg-remove
mv: cannot move '/etc/init.d/udev' to a subdirectory of itself, '/etc/init.d/udev.dpkg-remove'
$ ll /etc/init.d/udev*
8 -rwxr-xr-x 1 root root 6871 Nov 9 23:46 /etc/init.d/udev
I copied the underlying filesystem to ext4 and tried there:
The underlying filesystem was previously btrfs and compilation worked there.
Some extra details in case they matter:
# grep BCACHE /boot/config
CONFIG_BCACHE=y
# CONFIG_BCACHE_DEBUG is not set
# CONFIG_BCACHE_ASYNC_REGISTRATION is not set
CONFIG_FS_MBCACHE=y
CONFIG_BCACHEFS_FS=y
CONFIG_BCACHEFS_QUOTA=y
CONFIG_BCACHEFS_ERASURE_CODING=y
CONFIG_BCACHEFS_POSIX_ACL=y
# CONFIG_BCACHEFS_DEBUG_TRANSACTIONS is not set
# CONFIG_BCACHEFS_DEBUG is not set
# CONFIG_BCACHEFS_TESTS is not set
# CONFIG_BCACHEFS_LOCK_TIME_STATS is not set
# CONFIG_BCACHEFS_NO_LATENCY_ACCT is not set
Recently moved my container set up from ##btrfs to bcachefs and noticed that my container for compiling stuff was failing to compile stuff. The simplified instance of the failure is this:
I copied the underlying filesystem to ext4 and tried there:
The underlying filesystem was previously btrfs and compilation worked there.
Some extra details in case they matter:
If there's any other info required, please shout.