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 · 0 comments
Open

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

lila opened this issue Jan 15, 2024 · 0 comments

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

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

1 participant