Вы находитесь здесь

Форум

Regarding ptrace_scope fatal error

Автор Replies
GNU_Raziel Sunday 26 May 2013 at 13:12
GNU_Raziel

Since many users seems to do not understand PoL/PoM messages, here is a clarification about a particular fatal error :
[code]
Fatal: Package installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0
[/code]

This error occur because some distro, including Ubuntu, use an extra and paranoïd kernel security that make some non-native games/softwares to not work

To get rid of the problem, you will have to use this root command in a terminal :

echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope

This solution is ok until reboot so not good for daily usage.

For a more permanent solution edit /etc/sysctl.d/10-ptrace.conf as root and set this option :

kernel.yama.ptrace_scope = 0

Hope this should help.

Edited by GNU_Raziel

Вы находитесь здесь: Index > General discussion > Regarding ptrace_scope fatal error

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com