Supermicro IPMIView20 and java error

Hello,

I am trying to run Supermicro IPMIview20 program which is based on Java but hitting this error. How can i make this to run?

$ ~/tmp/ipmi/IPMIView_2.21.0_build.221118_bundleJRE_Linux_x64]$ ./IPMIView20
Could not start dynamically linked executable: ./jre/bin/java
NixOS cannot run dynamically linked executables intended for generic
linux environments out

IPMIview is available in NixOS: NixOS Search

Does this work for you?

NIXPKGS_ALLOW_UNFREE=1 nix run --impure -- nixpkgs#ipmiview

FWIW: you can also reach the SuperMicro IPMI interface over http.

1 Like