You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if the cli fails to connect to the driver at launch it will give this error:
❯ maccel
thread 'main' panicked at crates/core/src/params.rs:243:18:
Failed to set kernel param to change modes: failed to write to parameter file: /sys/module/maccel/parameters/MODE
Caused by:
Permission denied (os error 13)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
It would be nice if we checked it when launching the cli and send a more user friendly message when it fails:
❯ maccel
Failed to comunicate with driver;
-- Make sure that the driver is installed 'modprobe maccel'.
-- Make sure that the user is in the maccel group 'usermod -aG maccel $USER'.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently, if the cli fails to connect to the driver at launch it will give this error:
It would be nice if we checked it when launching the cli and send a more user friendly message when it fails:
The text was updated successfully, but these errors were encountered: