You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even though the scope level is 1, why I'm unable to use reptyr?
[user@server ~]$ ps -Fp 345563
UID PID PPID C SZ RSS PSR STIME TTY TIME CMD
user 345563 345119 0 6782 18668 1 21:08 pts/1 00:00:00 python -m http.server 6680
[user@server ~]$ whoami
user
[user@server ~]$ reptyr 345563
Unable to attach to pid 345563: Operation not permitted
The kernel denied permission while attaching. If your uid matches
the target's, check the value of /proc/sys/kernel/yama/ptrace_scope.
For more information, see /etc/sysctl.d/10-ptrace.conf
[user@server ~]$ cat /proc/sys/kernel/yama/ptrace_scope
1
[user@server ~]$ tmux ls
0: 1 windows (created Mon Sep 23 20:49:05 2024) (attached)
I have already disown the process from the jobs
The text was updated successfully, but these errors were encountered:
I'm following this guide.
even though the scope level is
1
, why I'm unable to use reptyr?I have already
disown
the process from the jobsThe text was updated successfully, but these errors were encountered: