Java Desktop System 릴리스 3 문제 해결 설명서

2.6.3 로그인 오류 메시지

플랫폼 

  • SPARC 시스템용 Solaris 운영 체제

  • x86 시스템용 Solaris 운영 체제

문제점 

Java Desktop System 세션에 로그인할 때 다음 오류 메시지가 발생할 수 있습니다.  

Could not look up internet address for hostname. This will prevent GNOME from operating correctly. It may be possible to correct the problem by adding hostname to the file /etc/hosts

해결책 

호스트 이름이 올바로 설정되어 있는지 확인합니다. 다음 단계를 수행하십시오. 

  1. /etc/hosts 파일에 다음과 같은 형식으로 호스트 이름을 설정합니다.

    127.0.0.1 localhost loghost 호스트 이름localhost.localdomain

  2. 호스트 이름이 /etc/nodename 파일에 나열되어 있는지 확인합니다. 이 파일에 다음 줄도 포함되어 있어야 합니다.

    127.0.0.1 localhost loghost 호스트 이름 localhost.localdomain

  3. /etc/inet/ipnodes 파일에 다음 항목을 추가합니다.

    127.0.0.1 호스트 이름

각 경우에 호스트 이름은 시스템 이름입니다.