Solaris 10 8/07 릴리스 노트

로그인 문제

이 절에서는 로그인 문제에 대해 설명합니다.

클리어런스가 admin_high로 설정되지 않으면 GDM을 사용하여 로그인할 수 없음(6432114)

GDM을 사용하여 Solaris Trusted Extensions Java DS(Java Desktop Systems)에 로그인하는 경우 로그인이 실패합니다. 이러한 실패는 PAM 구성 때문에 발생합니다. GDM에 필요한 항목이 pam.conf(4) 파일에 포함되어 있지 않습니다.

로그인 시 다음 오류 메시지가 나타납니다.


The system administrator has disabled access to 
the system temporarily

해결 방법: /etc/pam.conf 파일에 다음 두 행을 추가합니다.


gdm account requisite pam_roles.so.1
gdm account required pam_unix_account.so.1

파일 형식에 대한 내용은 pam.conf(4) 매뉴얼 페이지를 참조하십시오.

로그인 오류 메시지

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 파일에 올바르게 설정되었는지 확인합니다. 다음 단계를 수행하십시오.

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


    127.0.0.1 localhost loghost hostname
    localhost.localdomain

    hostname은 해당 시스템의 이름입니다.

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


    127.0.0.1 localhost loghost hostname
    localhost.localdomain