Forum Discussion
etrask
11 months agoNew Contributor
Gem from 1p support was able to get this resolved for me! It turns out a particular kernel variable needed to be enabled on my system, but was disabled (Debian 12, Mate 1.26.0):
kernel.yama.ptrace_scope=1
This can be accomplished with these commands:
echo "kernel.yama.ptrace_scope=1" | sudo tee -a /etc/sysctl.d/99-ptrace-scope.conf
sudo sysctl --system
Thanks Gem and stellar 1p team!