Christopher James Halse Rogers
Christopher James Halse Rogers
`bcachefs fs usage`: ``` Filesystem: a4b165a2-556b-4650-88b8-d90f8ee4b473 Size: 13352768310272 Used: 2831773152768 Online reserved: 26353664 Data type Required/total Devices reserved: 1/1 [] 1318608896 btree: 1/2 [sda2 sdb2] 12582912 btree: 1/2 [sda2 nvme0n1]...
When mounting the troublesome fs on kernel commit 9482cfb5 with `-o verbose,fix_errors,fsck` it fails, with: ``` [ 290.358978] bcachefs: bch2_fs_open() [ 290.358979] bcachefs: bch2_read_super() [ 290.359218] bcachefs: bch2_read_super() ret 0...
(On commit 1a54de93) When initialising a new filesystem formatted with `bcachefs format --acl --encrypted --discard /dev/nvme0n1p3` we hit a write-out-of-bounds that kills the mount and leaves the device in an...
Or at least the tests? `ch-self-test.c` has a bunch of tests of the form `ch_double_to_packed_float(3.1415, &pf)` followed by pulling out the low 16 bits and high 16 bits of the...
I'm in the process of trying to get the installed tests running in the Ubuntu & Debian test infrastructure, and I can't seem to get the environment set up correctly...
While running `gnome-desktop-testing-runner colord/colord-daemon.test` in a loop, it eventually errored out with: ``` Running test: colord/colord-daemon.test # random seed: R02Sf8636a9f2aa3718800a58dd3dd7b7a09 1..24 # Start of colord tests ok 1 /colord/client #...
20% CPU usage at 800MHz is obviously a somewhat different workload to 20% CPU usage at 4300MHz. It would be nice if the CPU utilisation was scaled so that 20%...
Unfortunately this only actually *fixes* the build for arm64; it seems that we hit various bugs in Rust on ppc64 and armhf.
Mark classes tagged with YAML_CPP_API with visibility("default"), to explicitly export them, and then hide everything else via `-fvisibility=hidden`. This reduces the number of exported symbols by more than 50%, which...