Hide Forgot
Description of problem: Nothing is logged any more in /var/log/messages since I upgraded last week to F15 using preupgrade. Version-Release number of selected component (if applicable): systemd-25-1.fc15.x86_64 How reproducible: cat /var/log/messages Actual results: nothing Expected results: the same output as the 'dmesg' command Additiona
Is the syslog running?: systemctl status rsyslog.service
Thank you for the tip! rsyslog.service - System Logging Service Loaded: loaded (/lib/systemd/system/rsyslog.service) Active: inactive (dead) CGroup: name=systemd:/system/rsyslog.service So I guess it is not running. I am able to start it entering su -c "/etc/init.d/rsyslog start" So I guess the problem is that rsyslog is not started automatically when booting?
I had the same problem, something is borked during the upgrade. This will fix the problem permanently: sudo systemctl enable rsyslog.service Gene
Thanks for the tip!
This has recently been fixed in the rsyslog package. Closing.