/var/log 以下に cron, secure, message などのログがない場合
AlmaLinuxを最小構成でインストールした場合など
/var/log 以下に cron, secure, message などのログがない場合の対応
# dnf -y install rsyslog
# systemctl start rsyslog.service
# systemctl enable rsyslog.service
出力されていなかったログができていることを確認
# ls /var/log/
anaconda btmp cron dnf.log firewalld hawkey.log kdump.log maillog mysql private secure sssd wtmp
audit chrony dnf.librepo.log dnf.rpm.log freshclam.log httpd lastlog messages php-fpm samba spooler tuned
cronなどが設定されていない場合は
# systemctl start crond.service
# systemctl enable crond.service
# systemctl status crond.service # 確認
Author And Source
この問題について(/var/log 以下に cron, secure, message などのログがない場合), 我々は、より多くの情報をここで見つけました https://qiita.com/katafuchix/items/c828f205e6ed325ea20d著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .