분류 전체보기 (264) 썸네일형 리스트형 pip install error Cleaning up...Exception:Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 290, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/usr/lib/python2.7/dist-packages/pip/req.py", lin.. unsupported reloc 43 - 우분투 16.04 우분투 16.04 LTS에서 Android 빌드시 아래와 같은 에러가 발생할 수 있다. prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/include/c++/4.6/bits/basic_string.h:235: error: unsupported reloc 43prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/include/c++/4.6/bits/basic_string.h:235: error: unsupported reloc 43libnativehelper/JNIHelp.cpp:310: error: unsupported reloc 43libnativehelp.. 부팅시 iMX6 - Galcore version 4.6.9.9754 에서 멈추는 문제 U-Boot 2013.04 (Jul 29 2016 - 20:13:20) CPU: Freescale i.MX6Q rev1.0 at 792 MHz CPU: Temperature 40 C, calibration data: 0x5914ef7d Reset cause: POR Board: MX6Q/SDL-SabreSD I2C: ready DRAM: 1 GiB MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 No panel detected: default to Hannstar-XGA Display: Hannstar-XGA (1024x768) In: serial Out: serial Err: serial mmc1 is current device Net: FEC [PRIME] Warning:.. E: /var/lib/apt/lists/lock 잠금 파일을 얻을 수 없습니다 - open (11: 자원이 일시적으로 사용 불가능함) 우분투에서 apt-get update시 아래와 같은 메시지가 나타난다면... ~> sudo apt-get updateE: /var/lib/apt/lists/lock 잠금 파일을 얻을 수 없습니다 - open (11: 자원이 일시적으로 사용 불가능함)E: /var/lib/apt/lists/ 디렉터리를 잠글 수 없습니다E: /var/lib/dpkg/lock 잠금 파일을 얻을 수 없습니다 - open (11: 자원이 일시적으로 사용 불가능함)E: 관리 디렉터리를 (/var/lib/dpkg/) 잠글 수 없습니다. 다른 프로세스가 사용하고 있지 않습니까? $ sudo rm -rf /var/lib/apt/lists/lock apt 작업 중 강제로 종료되면 나타날 수 있는 문제이다. Disk UUID 확인하기 디스크 자동 마운트시 uuid 가 필요할 때가 있다. $ cd /dev/disk/by-uuid$ ls -al init: Error while reading from descriptor: Bad file descriptor. init: Error while reading from descriptor: Bad file descriptor. 위와 같은 에러가 발생하였다면... 아마도 재부팅 명령어로 "reboot -h now" 식으로 사용했을 것이다. 그냥 reboot만 사용해보자! $sudo reboot ERROR: The certificate of 'github.com' is not trusted. wget을 이용하여 코드를 내려받을 때 아래와 같은 에러를 만날 수 있다.borangepi@Orangepi:~$ wget -O opencv.zip https://github.com/Itseez/opencv/archive/3.1.0.zipconverted 'https://github.com/Itseez/opencv/archive/3.1.0.zip' (ANSI_X3.4-1968) -> 'https://github.com/Itseez/opencv/archive/3.1.0.zip' (UTF-8)--2016-01-01 00:44:12-- https://github.com/Itseez/opencv/archive/3.1.0.zipResolving github.com (github.com)... 192.30.253.1.. 그래픽 카드 확인 방법 - 우분투 리눅스 계열에서 그래픽 카드확인 하는 명령어는 다음과 같다. $ lspci | grep -i VGA 이전 1 ··· 27 28 29 30 31 32 33 다음