Skip to content
New issue

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

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

Open
lila opened this issue Jan 15, 2024 · 1 comment
Open

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

lila opened this issue Jan 15, 2024 · 1 comment

Comments

@lila
Copy link

lila commented Jan 15, 2024

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

@alexjch
Copy link

alexjch commented Jan 17, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants