nschloe / tiptop

:desktop_computer: Command-line system monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error running tiptop with nixos: syscall: Operation not permitted

lila opened this issue · comments

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