x
Error in : GLXBadContext (XID: 6291960, XREQ: 149)
맥 XQuartz 2.7.7 버전부터 들어가있는 X11에서 기본 설정으로 Indirect GLX 렌더링이 비활성화 되어 있단다. 그래서 XQuartz 2.7.7 버전 이상을 깔면 서버에서 X forwarding해올 때 안 되는 것들이 몇 가지 있었는데, 다음 명령어를 맥에서 입력하면 Indirect GLX 렌더링을 다시 켜줘서 문제 없이 동작한다.
defaults write org.macosforge.xquartz.X11 enable_iglx -bool true
엄청 해결하려고 노력할 때는 그다지 정보가 없었는데, 갑자기 발견했다!
Reference: https://www.visitusers.org/index.php?title=Re-enabling_INdirect_glx_on_your_X_server
Unknown error occurred when logging in iCloud on Mac
하드 용량이 꽉 차서 컴퓨터가 메롱이 된 후에 iCloud 로그인이 안되는 상황이 발생했다.
에러도 *알 수 없는 오류가 발생했습니다”라고만 나오니 속 터질 노릇이다.
Console 앱에서 잘 살펴본 결과, accountsd라는 프로세스에서 아래 에러가 계속 나오는 것을 발견했다.
error: (11) Fatal error. The database at /Users/geniejhang/Library/Accounts/Accounts4.sqlite is corrupted. SQLite error code:11, 'database disk image is malformed'
나는 타임머신 백업을 바로 얼마전에 다시 시작해서 저 폴더 안에 있는 파일을 전부 어제것들로 돌려놓았더니 문제가 해결되었다.
혹시 타임머신 백업을 설정해놓지 않은 사람은 저 폴더 안에 있는 파일을 전부 백업해 두고 전부 지워서 어떻게 되는지 확인해 보는게 유일한 해결책이지 않나 싶다.
Installing RStan in OSX High Sierra
나만 그런지 모르겠지만, RStan을 Brew로 설치된 R 3.4.2 버전에 설치할 때 함께 설치되는 의존 소프트웨어 중 하나인 PKI를 설치하는 과정에서 에러가 난다.
OpenSSL 라이브러리를 못찾아서인데, /usr/lib에 보면 libssl.dylib과 libcrypto.dylib이 아주 잘 설치되어 있다.
왠지모르게 /usr/lib에 있는 라이브러리는 무슨 짓을 해도 인식이 되질 않으니 간단하게 다음 명령어로 /usr/local/lib에 링크를 걸어주자.
ln -s /usr/lib/libssl.dylib /usr/local/lib/libssl.dylib ln -s /usr/lib/libcrypto.dylib /usr/local/lib/libcrypto.dylib
끝!
Isoscalar
Isospin이 0.
당연하게도 Isovector는 0이 아닌 것이 되겠다.
The Optical Model
The central feature of the optical model is the representation of a nucleus by a potential which is a function of the space coordinate and energy of the incident particle only.
- 참고자료
- The Optical Model in Nuclear and Particle Physics, P. B. Jones
SSH Agent forwarding이 안 될 때
ssh-add -K를 해 준다.
Isobaric Analog State(IAS)
- Reference
- analog states
- Section 11.3 of Introductory Nuclear Physics by Kenneth S. Krane
suPHP alternative with PHP-fpm
TBW
참고자료: 이 글