Closed Boza-s6 closed 2 years ago
Hey there!
I believe the problem is that your kernel version does not have pressure stall information (PSI), which is something bustd
requires :/
As stated in the README, PSI got added in Linux 4.20, when built with CONFIG_PSI=y
Added daa0335b41662d06e176defbff4c44b21fedcb8f to supply a better error message for these cases
After running
cargo run --release
it prints message from title, but runningps -F -C bustd
returns empty result, ie. nobustd
is running.If I run it with
-n
option it exits with IO error No such file, so I guess it doesn't actually work. I'm on4.15
kernel, is that the problem?Thanks