FSM — Swiss Army Knife for Linux hardware diagnostics


[Home] I [Latest version] I [GitHub] I [Donate] I [Download] I [Screenshots] I [Documentation]

Troubleshooting

FSM Portable (AppImage) displays an error when opening the DMI, Kernel Modules, or Firmware pages [link]

> When clicking on the DMI Tables, Kernel Modules, or Firmware pages in the FSM AppImage build, the following error is displayed:

[ferrix-polkit] Non-zero return code:
ERROR: ld.so: object 'libapprun_hooks.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Error executing /home/${USER}/.local/bin/ferrix-polkit: No such file or directory

> To fix this error, download the correct ferrix-polkit binary file and place it in the appropriate directory:

wget https://github.com/mskrasnov/FSM/releases/download/v0.7.1/ferrix-polkit
chmod +x ./ferrix-polkit
mkdir -pv ~/.local/bin
mv -v ./ferrix-polkit ~/.local/bin/

FSM displays an error "No `ferrix-polkit` program found" [link]

> When clicking on the DMI Tables, Kernel Modules, or Firmware pages, the following error is displayed:

No `ferrix-polkit` program found

> You did not install FSM correctly. Reinstall FSM so that the ferrix-polkit program, which is part of the ferrix-app package, is installed in one of the directories specified in the PATH variable.