You are not logged in.

#1 2010-02-18 09:57:54

occam
Member
From: Melbourne, Australia
Registered: 2005-01-16
Posts: 82

Where are the pacman upgrade messages stored?

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

#2 2010-02-18 10:03:24

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Where are the pacman upgrade messages stored?

/var/log/pacman.log

Offline

#3 2010-02-18 10:45:24

occam
Member
From: Melbourne, Australia
Registered: 2005-01-16
Posts: 82

Re: Where are the pacman upgrade messages stored?

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

#4 2010-02-18 14:25:46

anti-destin
Member
Registered: 2009-02-14
Posts: 234

Re: Where are the pacman upgrade messages stored?

they're in there as well.

Offline

#5 2010-02-19 07:01:55

occam
Member
From: Melbourne, Australia
Registered: 2005-01-16
Posts: 82

Re: Where are the pacman upgrade messages stored?

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

#6 2010-02-19 15:35:08

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Where are the pacman upgrade messages stored?

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

#7 2010-02-19 22:40:57

occam
Member
From: Melbourne, Australia
Registered: 2005-01-16
Posts: 82

Re: Where are the pacman upgrade messages stored?

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

#8 2010-02-19 22:57:09

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Where are the pacman upgrade messages stored?

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... hmm

Offline

#9 2010-02-20 01:13:10

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Where are the pacman upgrade messages stored?

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

#10 2010-02-21 04:00:27

occam
Member
From: Melbourne, Australia
Registered: 2005-01-16
Posts: 82

Re: Where are the pacman upgrade messages stored?

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

#11 2010-02-21 08:52:01

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Where are the pacman upgrade messages stored?

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

#12 2010-03-07 12:49:49

zero-giulio
Member
Registered: 2010-01-23
Posts: 70

Re: Where are the pacman upgrade messages stored?

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

Board footer

Powered by FluxBB