--- On Wed, 28/9/11, Rajesh kumar <[email protected]> wrote:
> I need a application which logs the > hardware changes in a linux machine. Say > if ram is increased or reduced, harddisk added, sound card > removes etc > should be logged. I am not aware of any such package. Debian has hwinfo package which gives extensive information about hardware. Possible way to solve your problem 1.Install hwinfo 2.Run hwinfo at boot time - save the output 3.Create a git repo and commit this 4.Write a startup script which will run every subsequent boot to create hwinfo output and commit the changes with some automatic header something like 'hwinfo as on xxxx date' 5.use git log to know the changes Raman.P blog:http://ramanchennai.wordpress.com/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
