pchero on September 27th, 2012

  IPC 를 위해 MessageQueue 를 사용해야 했다. 그런데 문제는 msgsnd 시스템 함수를 통해 데이터를 보낼려고 하는데 자꾸 에러가 나는것.. [22:17:29.537][/home/jonathan/workspace/19.Projects/CUTE/source/oxdsagent/queuectl.cpp,232]<ERR>Queue Create Failed. Queue Already Created. Id[4653059] [22:17:29.537][/home/jonathan/workspace/19.Projects/CUTE/source/oxdsagent/queuectl.cpp,217]<ERR>Queue Create Failed. Invalid Queue Key[-1] [22:17:29.537][/home/jonathan/workspace/19.Projects/CUTE/source/oxdsagent/queuectl.cpp,217]<ERR>Queue Create Failed. Invalid Queue Key[1215752192] [22:17:29.537][/home/jonathan/workspace/19.Projects/CUTE/source/oxdsagent/queuectl.cpp,224]<ERR>Queue Create Failed. Invalid Queue Size!! Size[1215752192] [22:17:29.537][/home/jonathan/workspace/19.Projects/CUTE/source/oxdsagent/queuectl.cpp,283][3]<INF>Queue Create Success!! Input Key[494949], Size[10000] => Created Key[494949], […]

Continue reading about 메시지 큐 타입 관련.. msgsnd

pchero on September 8th, 2012

블로그를 오랫만에 복구했다..   이제 자주 좀 해야지.. 🙂

Continue reading about 오랫만….

pchero on June 13th, 2012

지능형 발신장치 CIDS(Communication Intelligence Dialing System)의 SIP 버전을 위한 개발 프로젝트이다. 기존에 개발되었지만 사용하지 않았던 CIDS_SIP 버전을 현재 사용중인 CIOD 와 맞물리는 작업. 이번 프로젝트에 TDD(Test Driven Development) 와 CMake 를 이용해서 개발을 진행하려 한다.      

Continue reading about CIDS_SIP 프로젝트..

pchero on April 18th, 2012

  리눅스/유닉스 환경에서 디렉토리 압축을 할 때, 특정 디렉토리를 제외하고 압축을 해야하는 경우가 있다. 흔히 로그 디렉토리같은 경우는 용량이 커서 압축시 제외를 해야하는데 이럴때는 다음과 같이 사용하면 된다.   eclipse 디렉토리에 다음과 같이 구조되어 있다고 보자. jonathan@jonathan-laptop:~$ ls -l eclipse/ total 684 -rw-r–r–  1 jonathan jonathan  18909 2011-02-10 12:31 about.html drwxr-sr-x  2 jonathan jonathan   4096 […]

Continue reading about 특정 폴더 제외 후 압축하기

pchero on April 13th, 2012

IBM Unix AIX  메뉴얼 http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp

Continue reading about IBM Unix AIX 메뉴얼