起動時に console-kit-daemon が "WARNING: Couldn't read /proc/PID/environ: Failed to open file '/proc/PID/environ': No such file or directory" を出力する
Environment
- Red Hat Enterprise Linux 6.2
- ConsoleKit
Issue
- 起動時に console-kit-daemon が "WARNING: Couldn't read /proc/PID/environ: Failed to open file '/proc/PID/environ': No such file or directory" を出力します。
Resolution
このメッセージは害がないため、回避策は必要ありません。また、メッセージを表示させない方法はないようですが、重要なメッセージではないので無視できます。
次回エラーが発生した時に、警告メッセージの pid を取得して、以下のコマンドを実行してください。
# ps -eaf | grep <PID>
また、以下のコマンドも実行してください。
# ls -l /proc/<PID>
これにより、この pid にマッピングしているプロセスが存在するかどうかを確認できます。
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments