nschloe / tiptop

:desktop_computer: Command-line system monitoring
MIT License
1.77k stars 69 forks source link

error running tiptop with nixos: syscall: Operation not permitted #113

Open lila opened 9 months ago

lila commented 9 months ago

i'm running nixos-based linux. when i load tiptop with nix-shell:

{ pkgs ? import <nixpkgs> {}}:

pkgs.mkShell {
  packages = [ pkgs.tiptop ];
  LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
}

when run in the shell:

% tiptop
syscall: Operation not permitted
Could not perform syscall.
Don't know why...
%

any ideas?

. k