Illia Trukhanov
Illia Trukhanov
I updated to c988c58e7f922977a4dabea1ebb8bf7bf2dde805 but am still getting a kernel panic. Call trace seems to be different: [netconsole.log](https://github.com/koverstreet/bcachefs/files/7312012/netconsole.log)
I ran `dmesg -n 8` before loading netconsole, there are more messages but I'm not sure if they are what you want: [netconsole.log](https://github.com/koverstreet/bcachefs/files/7312478/netconsole.log)
I don't think I ever consciously enabled data checksumming. Reflink is the only "advanced" feature that I use, I don't really have the need for anything else like compression or...
OK. Do you need the metadata dump? If yes, is there any way I can strip sensitive data (file contents and filenames) from it? Is just deleting them prior to...
I tried dumping with `bcachefs dump -o metadata.qcow2 /dev/sdb1`, left it for two and a half hours but the process seems to just get stuck: ``` strace -f -p $(pidof...
Still happens with 40eaef7e8049b75ff7e5da42227295c754d9c906
I'm getting these messages too with Proton 6.3-8. That said, gamemode works as expected. `/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor` has `ondemand` when the game is not running and `performance` when it is, the process...
@Giovani1906 are you sure gamemode doesn't work with Steam? The error message should be harmless. See if it takes effect while your game is running, check the CPU governor and...
*sigh* TL;DR: this isn't an issue. You have nothing to worry about, gamemode functions as you expect it to, despite these errors. You don't need the `LD_PRELOAD` trick either, unless...
Following the tip from @hadbabits I tested installing Yakuza 0 to the following steam libraries: * `~/SteamLibrary` — the "hard punch crash" does not happen; * `~/.SteamLibrary` — the "hard...