You are not logged in.
I'm trying to troubleshoot why Kernel Mode Setting is freezing my computer on bootup, and I get some messages from nouveau before it freezes when I pass the 'debug' parameter to the kernel commandline, but I'd like to see the log while I'm in a session.
So, how do I see the boot messages from a previous boot?Or are they scattered in different files?
If so, where can I see nouveau log messages or Kernel messages from a previous boot?
(the files in /var/log don't seem to mention nouveau at all, nor does journalctl, but on boot, there are messages stamped with "nouveau")
Last edited by jameh0 (2013-08-17 05:04:15)
Life is very short, and there's no time for fussing and fighting, my friends.
Offline
Should be in dmesg and journalctl
Asus M4A785TD-V ;; Phenom II X4 @ 3.9GHz ;; Ripjaws 12GB DDR3-1600 ;; 128GB Samsung 830 ;; MSI GTX460 v2 w/ blob ;; Arch Linux + KDE 4.x
Offline
dmesg only shows me messages from the current boot, not previous boots.
journalctl seems to only show systemd stuff? and not any mention of nouveau.
Life is very short, and there's no time for fussing and fighting, my friends.
Offline
Make sure to run journalctl as root, otherwise it will return much less information. If I run it as my normal user, I only get "systemd stuff" too.
Offline
sudo journalctl --since="2013-07-16 18:17:16" --no-pager | grep drmshows lines mentioning drm that have been logged since yesterday, 6.17 PM.
Offline