PlayOnLinux에서 dotnet35(or dotnet35sp1)를 설치하려 하면 아래와 같은 오류가 발생한다.
필자는 Wine 버전은 1.7.18을 사용하는 상황이다.
Error in source
Package installation will fail until you set /proc/sys/kernel/yama/ptrace_scope to 0
해결 방법은 다음과 같다.
아래 명령어를 수행하고 10-ptrace.conf 파일을 열어 다음 내용을 수정한다.
$ sudo echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
$ sudo vi /etc/sysctl.d/10-ptrace.conf
kernel.yama.ptrace_scope = 1
숫자 1을 0으로 수정하고 이제 PlayOnLinux를 종료하고 다시 켜고 설치를 시도해본다.
'Eureka > Linux' 카테고리의 다른 글
[Tip] How to show Package install Log in Linux (0) | 2014.09.04 |
---|---|
[Tip] How to find out the list of processes running on the disk. (0) | 2014.09.04 |
[Solution] I can not write korean in Firefox and ETC... (0) | 2014.09.04 |
[Solution] "sudo /etc/init.d/vboxdrv setup" Fail (0) | 2014.09.03 |
[Solution] arm-none-eabi-gcc: error: unrecognized command line option ‘-pthread’ (0) | 2014.05.02 |
[Solution] Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+. (0) | 2014.05.01 |
[Solution] error – problem connecting in Linux XRDP (7) | 2014.04.30 |
[Solution] JDK Required - Android Studio in Linux (0) | 2014.04.28 |