이 절에서는 로그인 문제에 대해 설명합니다.
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 |
해결 방법: 호스트 이름이 /etc/hosts 파일에 올바르게 설정되었는지 확인합니다. 다음 단계를 수행하십시오.
/etc/hosts 파일에 다음과 같은 형식으로 호스트 이름을 설정합니다.
127.0.0.1 localhost loghost hostname localhost.localdomain |
hostname은 해당 시스템의 이름입니다.
호스트 이름이 /etc/nodename 파일에 나열되어 있는지 확인합니다. 이 파일에 다음 줄도 포함되어 있어야 합니다.
127.0.0.1 localhost loghost hostname localhost.localdomain |