Error

pchero on June 18th, 2015

오늘 Redis 사용 도중… “Cannot allocate memory” 오류를 만났다..   이미 많이 알려진 유명한 오류던데.. 나만 몰랐다.. ㅎㅎㅎㅎ 아무튼 한건 기분좋게 해결했다.   관련 내용은 당연히 위키 페이지에 정리해두었다. 🙂

Continue reading about Redis “Cannot allocate memory”

pchero on June 13th, 2015

아파치에 ssl 설정을 하고 https 접속을 하려는데 다음의 오류가 나왔다. Secure Connection Failed An error occurred during a connection to pchero21.com. SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long) The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. […]

Continue reading about apache ssl enable problem

pchero on January 19th, 2015

라즈베리 파이를 사면서부터 이걸로 무엇을 해볼까 고민했었는데, 일단은 개인용 클라우드 시스템을 만들기로 했었다. 가이드와 여러 자료들을 살펴가며 열심히 서버를 설정했다. 이윽고, 모든 설치가 정상적으로 설치되고 사용하려고 하는데… 한가지 문제점이 있었다. 최초 클라우드 시스템 동기화를 위해 내 파일들을 업로드를 하는데 시간이 너무 오래 걸리는 것이었다. 하루는 밤새도록 켜놓고 있었는데, 20M 업로드를 했다. 이대로는 못쓰겠다 싶어서 설치 […]

Continue reading about Raspberry pi with owncloud

pchero on May 28th, 2014

아래 내용들은 GCC49 버전으로 컴파일 했을 때 발생한 에러들이다. GCC46 버전으로 컴파일 시, 다른 에러들이 발생할 수 있다. 가급적 최신의 컴파일러를 사용하자. Asterisk 컴파일 에러. 컴파일 중 발생한 에러로서, 참조 에러이다. 파일 수정이 필요하다. creating config.h [LD] abstract_jb.o acl.o adsi.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autochan.o autoservice.o backtrace.o bridge.o bridge_after.o […]

Continue reading about Asterisk-12.2.0 compile error in FreeBSD-10

pchero on May 6th, 2014

사용가능한 Python 모듈들을 알아보기 위해 python 인터프리터에서 전체 모듈보기 명령어를 입력했는데, 다음과 같은 오류 메시지를 확인했다. pchero@MyDebian:/usr/lib/pymodules/python2.7$ python Python 2.7.3 (default, Mar 13 2014, 11:03:55) [GCC 4.7.2] on linux2 Type “help”, “copyright”, “credits” or “license” for more information. >>> help(‘modules’) Please wait a moment while I gather a list of all available modules… /usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: […]

Continue reading about Could not get python modules list…