아래와 같이 localhost:6010에 대한 주소를 받아오지 못한다고 에러가 나면
/etc/hosts 파일이 존재하는지 확인을 해야한다.
파일이 존재한다 하더라도, 내용이 없다면 내용을 추가해준다.
/etc/hosts 파일이 존재하는지 확인을 해야한다.
$ gedit _X11TransSocketINETConnect() can't get address for localhost:6010: Name or service not known cannot open display: Run 'gedit --help' to see a full list of available command line options. |
파일이 존재한다 하더라도, 내용이 없다면 내용을 추가해준다.
$ cat /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. ::1 localhost.localdomain localhost |
'프로그램 사용 > cygwin & Xming' 카테고리의 다른 글
xming + opengl + ssh (0) | 2011.09.08 |
---|---|
X 윈도우 없이 Xming으로 X 프로그램 구동하기 (0) | 2010.08.23 |
Xming과 VNC 동시사용 불가? (0) | 2009.05.28 |
Xming --help (0) | 2009.05.19 |
gnome의 file browser 단독실행하기 - nautilus file browser (7) | 2009.04.15 |