We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Are you running this in a VM? I get the exact same error in KVM, but I thought KVM was able to access the correct registers.
Sorry, something went wrong.
No branches or pull requests
i'm running nixos-based linux. when i load tiptop with nix-shell:
when run in the shell:
any ideas?
. k
The text was updated successfully, but these errors were encountered: