MoraFermi
MoraFermi
From the same kernel, same fs after a reboot & remove of offending data. Another attempt at EC: ``` [Fri Apr 15 18:35:49 2022] BUG: kernel NULL pointer dereference, address:...
``` bcachefs show-super /dev/nvme1n1 External UUID: 9910bf9e-b68c-46ec-83de-a598679f4616 Internal UUID: 43a5b7ad-f397-4694-b629-eb6df15ad4c7 Device index: 0 Label: SRV Version: lru_v2 Oldest version on disk: bucket_gens Created: Thu Dec 8 14:58:04 2022 Sequence number:...
Hitting the same problem on 42dc767: ``` Jan 31 16:31:20 192.168.88.99 [ 266.748992] bcachefs (9910bf9e-b68c-46ec-83de-a598679f4616): recovering from unclean shutdown Jan 31 16:32:19 192.168.88.99 [ 325.613960] bcachefs (9910bf9e-b68c-46ec-83de-a598679f4616): journal read done,...
> hit me up on IRC Which server/channel? Still irc.oftc.net and #bcache ?
``` # bcachefs show-super /dev/sda External UUID: 9910bf9e-b68c-46ec-83de-a598679f4616 Internal UUID: 43a5b7ad-f397-4694-b629-eb6df15ad4c7 Device index: 4 Label: SRV Version: lru_v2 Oldest version on disk: bucket_gens Created: Thu Dec 8 14:58:04 2022 Sequence...
This was the filesystem that was missing the alloc btree -- I was hoping to mount it as-is, without any repairs to try pull out some data that wasn't in...
Tried again with a fresh clone of [bb63b97](https://github.com/ROCm/composable_kernel/commit/bb63b9732cf179330ea961e8fbf49ea267827f16) My command line is: ``` ❯ cmake \ -D CMAKE_PREFIX_PATH=/opt/rocm \ -D CMAKE_CXX_COMPILER=/opt/rocm/bin/hipcc \ -D CMAKE_BUILD_TYPE=Release \ -D GPU_TARGETS="gfx1100" -D INSTANCES_ONLY=on -D...