http://bugs.winehq.org/show_bug.cgi?id=30898
--- Comment #7 from Jerry Story story.jerry@gmail.com 2012-06-12 10:45:35 CDT --- (In reply to comment #6)
(In reply to comment #4)
~/Desktop$ echo 0|sudo tee /proc.sys/kernel/yama/ptrace_scope tee: /proc.sys/kernel/yama/ptrace_scope: No such file or directory 0
You typed it wrong. Should be: echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope
(/proc/sys not /proc.sys)
~/Desktop$ echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope 0 ~/Desktop$