_IceTransSocketUNIXConnect

_IceTransSocketUNIXConnect: Cannot connect to non-local host 에러시

_IceTransSocketUNIXConnect: Cannot connect to non-local host 에러시 이런 에러가 발생한 다는 것은 아마도 hostname을 변경해서 일 것이다. /etc/hostname 을 변경하였다면 /etc/hosts 에도 변경한 이름을 적용해줘야 한다. 예를 들어 hostname을 Mybuntu로 변경하였다면 hosts파일에 다음과 같이 1줄을 추가해준다. 127.0.0.1 Mybuntu  

Scroll to top