Processors Motherboards Chipsets Memory Graphics Cards Storage Cases and Cooling Mobile Systems Displays Shows and Expos
Latest Sponsors

Powered By
Newegg
Tyan Motherboards
Corsair Memory
Western Digital Hard Drives
Red Hat Linux

PC Perspective Forums Sponsor

Go Back   PC Perspective Forums > Software > Linux
User Name
Password
Register FAQ Rules Members List iTrader Search Today's Posts Mark Forums Read

Linux Thinking of giving Linux a try, or got a Linux related question then this is the place to be. Did we mention PCPer runs on Linux!

Reply
 §   #1  
Old 03-03-2008, 10:55 AM
Ryan's Avatar
Ryan
Administrator
Administrator
 
Profile
Joined: May 2000
Location: Florence, KY, USA
Age: 28
My System
Status: ( Offline )
Posts: 4,941
Is there an Install Log in RedHat?

I need to see the date of my last PHP/MYSQL update on a RedHat system - basically I need the date/time that it was done. Or basically a log of software/system changes? I am trying to diagnose a small problem that started to happen on a specific date.

Any help would be great!
__________________
Ryan Shrout
Owner, PC Perspective
rshrout -at- pcper -dot- com
--= Follow me on Twitter =--

Reply With Quote
 §   #2  
Old 03-03-2008, 01:43 PM
Ned Slider's Avatar
Ned Slider
Moderator
Moderator
 
Profile
Joined: Jul 2001
Location: UK
Age: 42
My System
Status: ( Offline )
Posts: 20,245
Re: Is there an Install Log in RedHat?

RPM can do that for you by querying all packages and using the --last switch:

Code:
rpm -qa --last | grep -i "php\|mysql"
Or if you want you can redirect the full output to a log file like so:

Code:
rpm -qa --last > ~/RPMS_by_date.log
__________________

~ Want to try Linux - check out the PC Perspective Linux FAQ ~
~ Please take some time to read the Forum Rules ~
~ Feed the spamb0tz, don't mail me here: C3B0tz917328@nirvana.admins.ws ~


Reply With Quote
 §   #3  
Old 03-03-2008, 07:07 PM
Ryan's Avatar
Ryan
Administrator
Administrator
 
Profile
Joined: May 2000
Location: Florence, KY, USA
Age: 28
My System
Status: ( Offline )
Posts: 4,941
Re: Is there an Install Log in RedHat?

Ah cool - are these dates of the RPM builds or my install?
Reply With Quote
 §   #4  
Old 03-04-2008, 03:13 AM
Ned Slider's Avatar
Ned Slider
Moderator
Moderator
 
Profile
Joined: Jul 2001
Location: UK
Age: 42
My System
Status: ( Offline )
Posts: 20,245
Re: Is there an Install Log in RedHat?

Quote:
Originally Posted by Ryan View Post
Ah cool - are these dates of the RPM builds or my install?
They are the time and dates that you installed the individual packages
Reply With Quote
Reply



Go Back   PC Perspective Forums > Software > Linux

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 04:49 AM.


Powered by vBulletin
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© PC Perspective 2000 - Present