Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. (gdb) attach 2538
  2. Attaching to process 2538
  3. Could not attach to process. If your uid matches the uid of the target
  4. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  5. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  6. ptrace: Operation not permitted.
  7. (gdb) attach 2266
  8. Attaching to process 2266
  9. Could not attach to process. If your uid matches the uid of the target
  10. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  11. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  12. ptrace: Operation not permitted.
  13. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement