You are not logged in.
I believe that somewhere the pacman upgrade messages are stored - but where? One is supposed to read them carefully, but they scroll away too quickly..
Moduli non sunt multiplicandi praeter necessitatem
Offline
/var/log/pacman.log
Offline
The names of the installed packages are there, but where are all the messages? Especially those about files that had to be actioned - I had time to read something about .conf files that had to be done, but exactly what??
Moduli non sunt multiplicandi praeter necessitatem
Offline
they're in there as well.
Offline
Using 'grep -R pacman /var' (and other 'grep -R --- /var') I got one line that seemed relevant, warning that /etc/modprobe.d/framebuffer_blacklist.conf had got an update '...pacnew'. That was all. Nothing in dmesg.
Maybe all scrolling text referred to that single line?
Moduli non sunt multiplicandi praeter necessitatem
Offline
No idea what you're trying to do with that grep command. As I said above, pacman's log is /var/log/pacman.log - you can read the whole thing with less or another pager, or you can do grep <something> /var/log/pacman.log.
FYI dmesg contains kernel messages only.
Offline
The '-R' option tells grep to look in all files and folders under /var (including the file you named).
Checking dmesg was an act of desperation..
Moduli non sunt multiplicandi praeter necessitatem
Offline
OK... but since I had already told you where the log file was, there was no need to look in all files/dirs under /var... ![]()
Offline
Pacman.log will contain *everything*, as tomk said. I'm not sure what you are looking for or what you think you've seen, but all package management output - displayed warnings etc., custom installation messages, the works - are all in there.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Ok, I had to reboot to fix a severely slow clock and when I checked for alarming messages they had all disappeared.
Evidently one single change was enough for MANY messages.
Moduli non sunt multiplicandi praeter necessitatem
Offline
Your original query was about pacman messages, and any such messages that were logged previously are still in your pacman log, with a date/time stamp. They have not disappeared, and they will not disappear unless you decide to clear the pacman log yourself.
Offline
During installation of gnome I encountered several messages about optional dependencies.
I didn't found them in pacman.log
Where can I find them?
Offline