Translated message

A translation of this page exists in English.

ジャーナルの永続ロギングが再起動後に失敗する

Solution In Progress - Updated -

Issue

  • この問題は、ルートファイルシステム上に存在する /etc/systemd/journald.conf または /var/log/journalジャーナルの永続ロギングがオン になっていて、かつ /var または /var/log が専用ファイルシステム上にある場合のみ発生します。

    # grep ^Storage /etc/systemd/journald.conf 
    Storage=persistent
    

    または

    # mount --bind / /mnt
    # test -d /mnt/var/log/journal; echo $?
    0
    # umount /mnt
    
  • 再起動後、systemd-journald/var/log/messages にログを記録しません。

  • 再起動後、journalctl --list-boots を実行しても、ジャーナルが見つかりません。

    # journalctl --list-boots 
    No journal files were found.
    
  • 再起動後、journalctl -b を実行しても、ログが表示されません。

    # journalctl -b
    No journal files were found.
    -- No entries --
    

Environment

  • Red Hat Enterprise Linux (RHEL) 7
  • systemd-journald ストレージを 永続 に設定
  • 専用ファイルシステム上の /var または /var/log

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content