프로그램 사용/cygwin & Xming
Xming (Cygwin/X) 를 통해 프로그램이 구동되지 않을경우
구차니
2010. 3. 25. 09:59
아래와 같이 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 |