CentOS 6.3を実行しているPCが通常のユーザーとしてログインしたときに電源が切れました。それ以来、GUIからログインしようとすると、画面が黒く点滅し、メッセージが表示されずにログイン画面に戻ります(たとえば、ユーザーが拒否されました)。それでもrootとしてログインできます。
/etc/passwdファイルを確認しましたが、すべてが正常です。
以下は、ログインおよび即時ログアウトに接続する/var/log/messages行の部分ダンプです。
Jan 7 09:06:59 localhost acpid: client connected from 3054[0:0]
Jan 7 09:06:59 localhost acpid: 1 client rule loaded
Jan 7 09:07:00 localhost rtkit-daemon[2701]: Sucessfully made thread 3107 of process 3107 (/usr/bin/pulseaudio) owned by '42' high priority at nice level -11.
Jan 7 09:07:00 localhost rtkit-daemon[2701]: Sucessfully made thread 3109 of process 3107 (/usr/bin/pulseaudio) owned by '42' RT at priority 5.
Jan 7 09:07:00 localhost gdm-simple-greeter[3094]: Gtk-WARNING: gtkwidget.c:5460: widget not within a GtkWindow
Jan 7 09:07:00 localhost rtkit-daemon[2701]: Sucessfully made thread 3113 of process 3107 (/usr/bin/pulseaudio) owned by '42' RT at priority 5.
Jan 7 09:07:00 localhost rtkit-daemon[2701]: Sucessfully made thread 3114 of process 3107 (/usr/bin/pulseaudio) owned by '42' RT at priority 5.
Jan 7 09:07:08 localhost acpid: client 3054[0:0] has disconnect
この問題のデバッグ/解決に関する提案はありますか?
答え1
問題の原因を見つけました。
Ctrl++でログインできますが、AltどのF2コマンドも実行できません。変数$PATH
が調整されており、正しいディレクトリを参照していません。$PATH
問題を解決すると解決します。
ヒントありがとうございます!